Push event to branch master Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 170be9bd323c3db2202439862433b47463ac5468 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/docker-ce-packaging_master@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] parallel [Pipeline] { (Branch: static-linux) [Pipeline] { (Branch: cross-mac) [Pipeline] { (Branch: cross-win) [Pipeline] { (Branch: centos:7-amd64) [Pipeline] { (Branch: centos:7-aarch64) [Pipeline] { (Branch: quay.io/centos/centos:stream8-amd64) [Pipeline] { (Branch: quay.io/centos/centos:stream8-aarch64) [Pipeline] { (Branch: quay.io/centos/centos:stream9-amd64) [Pipeline] { (Branch: quay.io/centos/centos:stream9-aarch64) [Pipeline] { (Branch: debian:buster-amd64) [Pipeline] { (Branch: debian:buster-aarch64) [Pipeline] { (Branch: debian:buster-armhf) [Pipeline] { (Branch: debian:bullseye-amd64) [Pipeline] { (Branch: debian:bullseye-aarch64) [Pipeline] { (Branch: debian:bullseye-armhf) [Pipeline] { (Branch: debian:bookworm-amd64) [Pipeline] { (Branch: debian:bookworm-aarch64) [Pipeline] { (Branch: debian:bookworm-armhf) [Pipeline] { (Branch: fedora:38-amd64) [Pipeline] { (Branch: fedora:38-aarch64) [Pipeline] { (Branch: fedora:39-amd64) [Pipeline] { (Branch: fedora:39-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: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:lunar-amd64) [Pipeline] { (Branch: ubuntu:lunar-aarch64) [Pipeline] { (Branch: ubuntu:lunar-armhf) [Pipeline] { (Branch: ubuntu:mantic-amd64) [Pipeline] { (Branch: ubuntu:mantic-aarch64) [Pipeline] { (Branch: ubuntu:mantic-armhf) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-043484b9e2860c575) in /home/ubuntu/workspace/docker-ce-packaging_master Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-001278dbebfe09a20) in /home/ubuntu/workspace/docker-ce-packaging_master [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] { [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry $ 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_master@tmp/d18726a2-a603-4365-b5f7-71cbfee99fa3/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_master@tmp/2bd2de12-9ccf-48d4-98ba-f08ce6e69075/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] { [Pipeline] wrap [Pipeline] wrap [Pipeline] { [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (centos-7-aarch64) [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh + echo starting... starting... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (centos-8-aarch64) [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh + echo starting... starting... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] sh + docker info Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 3 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: aarch64 CPUs: 8 Total Memory: 30.64GiB Name: ip-10-100-75-60 ID: df31e515-0d6e-4cdc-bab7-e14664be0d77 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] checkout The recommended git tool is: git using credential docker-jenkins-github-credentials + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] sh + docker info Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 2 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: aarch64 CPUs: 8 Total Memory: 30.64GiB Name: ip-10-100-100-196 ID: df31e515-0d6e-4cdc-bab7-e14664be0d77 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] checkout The recommended git tool is: git using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 > git rev-list --no-walk e907e7a335af4a868ed632a104173a2977c37d93 # timeout=10 [Pipeline] sh [Pipeline] sh + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh + make REF=master centos-7 git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + make REF=master centos-8 git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master+ awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C+ src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.21.6 centos-8 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine Unable to find image 'alpine:latest' locally git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 awk {print $2} latest: Pulling from library/alpine c30352492317: Pulling fs layer c30352492317: Verifying Checksum c30352492317: Download complete + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 c30352492317: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.21.6 centos-7 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ 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 All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline Still waiting to schedule task Waiting for next available executor on ‘linux&&aarch64&&ubuntu-2004’ 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 ‘linux&&aarch64&&ubuntu-2004’ 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 ‘linux&&aarch64&&ubuntu-2004’ 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 ‘linux&&aarch64&&ubuntu-2004’ 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 ‘linux&&aarch64&&ubuntu-2004’ 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 ‘linux&&aarch64&&ubuntu-2004’ 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 ‘linux&&aarch64&&ubuntu-2004’ 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 ‘linux&&aarch64&&ubuntu-2004’ 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 ‘linux&&aarch64&&ubuntu-2004’ 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 ‘linux&&aarch64&&ubuntu-2004’ Still waiting to schedule task All nodes of label ‘linux&&armhf&&ubuntu’ are offline mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose mkdir -p rpmbuild/SOURCES cp /home/ubuntu/workspace/docker-ce-packaging_master/rpm/patches/01-rlimit_nofile-rhel7.patch rpmbuild/SOURCES/01-rlimit_nofile-rhel7.patch == Building packages for centos-7 == mkdir -p "rpmbuild/centos-7" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm -t rpmbuild-centos-7/aarch64 -f centos-7/Dockerfile . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 913B done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #4 DONE 0.3s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 CACHED #6 [auth] library/centos:pull token for registry-1.docker.io #6 DONE 0.0s #7 [auth] library/golang:pull token for registry-1.docker.io mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #7 DONE 0.0s #8 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm mkdir -p rpmbuild/SOURCES cp /home/ubuntu/workspace/docker-ce-packaging_master/rpm/patches/01-rlimit_nofile-rhel7.patch rpmbuild/SOURCES/01-rlimit_nofile-rhel7.patch #8 DONE 0.3s #9 [internal] load metadata for docker.io/library/centos:7 #9 DONE 0.4s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 CACHED #11 [internal] load build context #11 transferring context: 13.15kB done #11 DONE 0.0s #12 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 #12 resolve docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 0.0s done #12 sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 1.20kB / 1.20kB done #12 sha256:73f11afcbb50d8bc70eab9f0850b3fa30e61a419bc48cf426e63527d14a8373b 530B / 530B done #12 sha256:c9a1fdca3387618f8634949de4533419327736e2f5c618e3bfebe877aa331352 2.77kB / 2.77kB done #12 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 0B / 108.37MB 0.1s #12 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 16.78MB / 108.37MB 0.3s == Building packages for centos-8 == mkdir -p "rpmbuild/centos-8" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm -t rpmbuild-centos-8/aarch64 -f centos-8/Dockerfile . #12 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 32.51MB / 108.37MB 0.4s #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 1.42kB done #2 DONE 0.0s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #4 DONE 0.2s #12 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 50.33MB / 108.37MB 0.8s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 CACHED #6 [auth] library/golang:pull token for registry-1.docker.io #12 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 66.06MB / 108.37MB 1.0s #6 DONE 0.0s #7 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #7 DONE 0.3s #8 [internal] load metadata for quay.io/centos/centos:stream8 #8 DONE 0.3s #9 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #9 CACHED #10 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:4771b563d423363f2dc28ab7ebefac1962962daf3f49d10a7fcbfc4298222866 #10 resolve quay.io/centos/centos:stream8@sha256:4771b563d423363f2dc28ab7ebefac1962962daf3f49d10a7fcbfc4298222866 0.0s done #12 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 84.93MB / 108.37MB 1.2s #12 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 99.61MB / 108.37MB 1.4s #10 ... #11 [internal] load build context #11 transferring context: 13.15kB done #11 DONE 0.0s #10 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:4771b563d423363f2dc28ab7ebefac1962962daf3f49d10a7fcbfc4298222866 #10 sha256:489e365870b9934513c74f0d4c2ca491245d2648446f9f2f5a272aaca696fc12 505B / 505B done #10 sha256:9159f04de93e4b2a2072ad38daf2d813a357411f66e8bbd8dbf7466e267dc2a6 1.17kB / 1.17kB done #10 sha256:62d5028162e3bd3769147197fbf6754181ff81276e6937b75862470398af4188 12.58MB / 83.05MB 0.2s #10 sha256:4771b563d423363f2dc28ab7ebefac1962962daf3f49d10a7fcbfc4298222866 710B / 710B done #10 sha256:62d5028162e3bd3769147197fbf6754181ff81276e6937b75862470398af4188 19.92MB / 83.05MB 0.3s #12 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 108.37MB / 108.37MB 1.6s done #10 sha256:62d5028162e3bd3769147197fbf6754181ff81276e6937b75862470398af4188 30.41MB / 83.05MB 0.5s #12 extracting sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 0.1s #10 sha256:62d5028162e3bd3769147197fbf6754181ff81276e6937b75862470398af4188 52.43MB / 83.05MB 0.6s #10 sha256:62d5028162e3bd3769147197fbf6754181ff81276e6937b75862470398af4188 83.05MB / 83.05MB 0.8s #10 sha256:62d5028162e3bd3769147197fbf6754181ff81276e6937b75862470398af4188 83.05MB / 83.05MB 1.0s done #10 extracting sha256:62d5028162e3bd3769147197fbf6754181ff81276e6937b75862470398af4188 0.1s #10 extracting sha256:62d5028162e3bd3769147197fbf6754181ff81276e6937b75862470398af4188 2.3s done #10 DONE 3.5s #12 [stage-1 2/9] RUN if [ -f /etc/yum.repos.d/CentOS-Stream-Sources.repo ]; then sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Stream-Sources.repo; fi #12 extracting sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 2.8s done #12 DONE 4.5s #13 [stage-1 2/7] RUN if [ -f /etc/yum.repos.d/CentOS-Sources.repo ]; then sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Sources.repo; fi #13 DONE 1.0s #14 [stage-1 3/7] RUN yum install -y rpm-build rpmlint #12 DONE 1.1s #13 [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 #14 0.522 Loaded plugins: fastestmirror, ovl #13 DONE 0.4s #14 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial #14 1.216 Determining fastest mirrors #14 DONE 1.1s #15 [stage-1 5/9] RUN dnf install -y rpm-build rpmlint dnf-plugins-core #14 3.380 * base: download.cf.centos.org #14 3.380 * extras: download.cf.centos.org #14 3.380 * updates: download.cf.centos.org #15 2.639 CentOS Stream 8 - AppStream 13 MB/s | 23 MB 00:01 #15 9.785 CentOS Stream 8 - BaseOS 6.2 MB/s | 7.0 MB 00:01 #15 12.29 CentOS Stream 8 - Extras 20 kB/s | 17 kB 00:00 #15 13.32 CentOS Stream 8 - Extras common packages 7.3 kB/s | 6.9 kB 00:00 #15 14.78 CentOS Stream 8 - PowerTools 2.3 MB/s | 3.1 MB 00:01 #15 18.16 Dependencies resolved. #15 18.17 ========================================================================================== #15 18.17 Package Arch Version Repo Size #15 18.17 ========================================================================================== #15 18.17 Installing: #15 18.17 dnf-plugins-core noarch 4.0.21-25.el8 baseos 77 k #15 18.17 rpm-build aarch64 4.14.3-31.el8 appstream 184 k #15 18.17 rpmlint noarch 1.10-14.el8 appstream 192 k #15 18.17 Installing dependencies: #15 18.17 bzip2 aarch64 1.0.6-26.el8 baseos 60 k #15 18.17 dbus-glib aarch64 0.110-2.el8 baseos 122 k #15 18.17 desktop-file-utils aarch64 0.26-1.el8 appstream 79 k #15 18.17 diffutils aarch64 3.6-6.el8 baseos 352 k #15 18.17 dwz aarch64 0.12-10.el8 appstream 103 k #15 18.17 efi-srpm-macros noarch 3-3.el8 appstream 22 k #15 18.17 elfutils aarch64 0.190-2.el8 baseos 563 k #15 18.17 emacs-filesystem noarch 1:26.1-11.el8 baseos 70 k #15 18.17 file aarch64 5.33-25.el8 baseos 78 k #15 18.17 gc aarch64 7.6.4-3.el8 appstream 99 k #15 18.17 gdb-headless aarch64 8.2-20.el8 appstream 3.1 M #15 18.17 ghc-srpm-macros noarch 1.4.2-7.el8 appstream 9.3 k #15 18.17 glibc-gconv-extra aarch64 2.28-248.el8 baseos 1.9 M #15 18.17 go-srpm-macros noarch 2-17.el8 appstream 13 k #15 18.17 groff-base aarch64 1.22.3-18.el8 baseos 989 k #15 18.17 guile aarch64 5:2.0.14-7.el8 appstream 3.5 M #15 18.17 libatomic_ops aarch64 7.6.2-3.el8 appstream 38 k #15 18.17 libbabeltrace aarch64 1.5.4-4.el8 baseos 189 k #15 18.17 libpkgconf aarch64 1.4.2-1.el8 baseos 34 k #15 18.17 libtool-ltdl aarch64 2.4.6-25.el8 baseos 57 k #15 18.17 ncurses aarch64 6.1-10.20180224.el8 baseos 389 k #15 18.17 ocaml-srpm-macros noarch 5-4.el8 appstream 9.4 k #15 18.17 openblas-srpm-macros noarch 2-2.el8 appstream 7.9 k #15 18.17 openssl aarch64 1:1.1.1k-12.el8 baseos 719 k #15 18.17 patch aarch64 2.7.6-11.el8 baseos 134 k #15 18.17 perl-Carp noarch 1.42-396.el8 baseos 30 k #15 18.17 perl-Data-Dumper aarch64 2.167-399.el8 baseos 57 k #15 18.17 perl-Digest noarch 1.17-395.el8 appstream 27 k #15 18.17 perl-Digest-MD5 aarch64 2.55-396.el8 appstream 37 k #15 18.17 perl-Encode aarch64 4:2.97-3.el8 baseos 1.5 M #15 18.17 perl-Errno aarch64 1.28-422.el8 baseos 76 k #15 18.17 perl-Exporter noarch 5.72-396.el8 baseos 34 k #15 18.17 perl-File-Path noarch 2.15-2.el8 baseos 38 k #15 18.17 perl-File-Temp noarch 0.230.600-1.el8 baseos 63 k #15 18.17 perl-Getopt-Long noarch 1:2.50-4.el8 baseos 63 k #15 18.17 perl-HTTP-Tiny noarch 0.074-3.el8 baseos 59 k #15 18.17 perl-IO aarch64 1.38-422.el8 baseos 142 k #15 18.17 perl-IO-Socket-IP noarch 0.39-5.el8 appstream 47 k #15 18.17 perl-IO-Socket-SSL noarch 2.066-4.module_el8+339+1ec643e0 appstream 304 k #15 18.17 perl-MIME-Base64 aarch64 3.15-396.el8 baseos 31 k #15 18.17 perl-Mozilla-CA noarch 20160104-7.module_el8+645+9d809f8c appstream 15 k #15 18.17 perl-Net-SSLeay aarch64 1.88-2.module_el8+339+1ec643e0 appstream 396 k #15 18.17 perl-PathTools aarch64 3.74-1.el8 baseos 90 k #15 18.17 perl-Pod-Escapes noarch 1:1.07-395.el8 baseos 20 k #15 18.17 perl-Pod-Perldoc noarch 3.28-396.el8 baseos 86 k #15 18.17 perl-Pod-Simple noarch 1:3.35-395.el8 baseos 213 k #15 18.17 perl-Pod-Usage noarch 4:1.69-395.el8 baseos 34 k #15 18.17 perl-Scalar-List-Utils aarch64 3:1.49-2.el8 baseos 67 k #15 18.17 perl-Socket aarch64 4:2.027-3.el8 baseos 59 k #15 18.17 perl-Storable aarch64 1:3.11-3.el8 baseos 95 k #15 18.17 perl-Term-ANSIColor noarch 4.06-396.el8 baseos 46 k #15 18.17 perl-Term-Cap noarch 1.17-395.el8 baseos 23 k #15 18.17 perl-Text-ParseWords noarch 3.30-395.el8 baseos 18 k #15 18.17 perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 baseos 24 k #15 18.17 perl-Time-Local noarch 1:1.280-1.el8 baseos 34 k #15 18.17 perl-URI noarch 1.73-3.el8 appstream 116 k #15 18.17 perl-Unicode-Normalize aarch64 1.25-396.el8 baseos 78 k #15 18.17 perl-constant noarch 1.33-396.el8 baseos 25 k #15 18.17 perl-interpreter aarch64 4:5.26.3-422.el8 baseos 6.3 M #15 18.17 perl-libnet noarch 3.11-3.el8 appstream 121 k #15 18.17 perl-libs aarch64 4:5.26.3-422.el8 baseos 1.5 M #15 18.17 perl-macros aarch64 4:5.26.3-422.el8 baseos 72 k #15 18.17 perl-parent noarch 1:0.237-1.el8 baseos 20 k #15 18.17 perl-podlators noarch 4.11-1.el8 baseos 118 k #15 18.17 perl-srpm-macros noarch 1-25.el8 appstream 11 k #15 18.17 perl-threads aarch64 1:2.21-2.el8 baseos 60 k #15 18.17 perl-threads-shared aarch64 1.58-2.el8 baseos 47 k #15 18.17 pkgconf aarch64 1.4.2-1.el8 baseos 37 k #15 18.17 pkgconf-m4 noarch 1.4.2-1.el8 baseos 17 k #15 18.17 pkgconf-pkg-config aarch64 1.4.2-1.el8 baseos 15 k #15 18.17 python-rpm-macros noarch 3-45.el8 appstream 16 k #15 18.17 python-srpm-macros noarch 3-45.el8 appstream 16 k #15 18.17 python3-dateutil noarch 1:2.6.1-6.el8 baseos 251 k #15 18.17 python3-dbus aarch64 1.2.4-15.el8 baseos 133 k #15 18.17 python3-dnf-plugins-core noarch 4.0.21-25.el8 baseos 280 k #15 18.17 python3-rpm-macros noarch 3-45.el8 appstream 15 k #15 18.17 python3-six noarch 1.11.0-8.el8 baseos 38 k #15 18.17 python3-systemd aarch64 234-8.el8 appstream 80 k #15 18.17 qt5-srpm-macros noarch 5.15.3-1.el8 appstream 11 k #15 18.17 redhat-rpm-config noarch 131-1.el8 appstream 94 k #15 18.17 rust-srpm-macros noarch 5-2.el8 appstream 9.2 k #15 18.17 unzip aarch64 6.0-46.el8 baseos 189 k #15 18.17 zip aarch64 3.0-23.el8 baseos 265 k #15 18.17 zstd aarch64 1.4.4-1.el8 appstream 303 k #15 18.17 Installing weak dependencies: #15 18.17 elfutils-debuginfod-client aarch64 0.190-2.el8 baseos 76 k #15 18.17 Enabling module streams: #15 18.17 perl 5.26 #15 18.17 perl-IO-Socket-SSL 2.066 #15 18.17 perl-libwww-perl 6.34 #15 18.17 #15 18.17 Transaction Summary #15 18.17 ========================================================================================== #15 18.17 Install 88 Packages #15 18.17 #15 18.17 Total download size: 27 M #15 18.17 Installed size: 97 M #15 18.17 Downloading Packages: #15 19.00 (1/88): desktop-file-utils-0.26-1.el8.aarch64.r 343 kB/s | 79 kB 00:00 #15 19.01 (2/88): efi-srpm-macros-3-3.el8.noarch.rpm 94 kB/s | 22 kB 00:00 #15 19.01 (3/88): dwz-0.12-10.el8.aarch64.rpm 430 kB/s | 103 kB 00:00 #15 19.02 (4/88): gc-7.6.4-3.el8.aarch64.rpm 7.8 MB/s | 99 kB 00:00 #15 19.02 (5/88): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm 826 kB/s | 9.3 kB 00:00 #15 19.03 (6/88): go-srpm-macros-2-17.el8.noarch.rpm 1.2 MB/s | 13 kB 00:00 #15 19.04 (7/88): libatomic_ops-7.6.2-3.el8.aarch64.rpm 4.7 MB/s | 38 kB 00:00 #15 19.04 (8/88): ocaml-srpm-macros-5-4.el8.noarch.rpm 1.7 MB/s | 9.4 kB 00:00 #15 19.05 (9/88): openblas-srpm-macros-2-2.el8.noarch.rpm 1.5 MB/s | 7.9 kB 00:00 #15 19.05 (10/88): perl-Digest-1.17-395.el8.noarch.rpm 4.4 MB/s | 27 kB 00:00 #15 19.06 (11/88): perl-Digest-MD5-2.55-396.el8.aarch64.r 4.9 MB/s | 37 kB 00:00 #15 19.07 (12/88): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 6.4 MB/s | 47 kB 00:00 #15 19.18 (13/88): perl-IO-Socket-SSL-2.066-4.module_el8+ 2.8 MB/s | 304 kB 00:00 #15 19.19 (14/88): perl-Mozilla-CA-20160104-7.module_el8+ 2.1 MB/s | 15 kB 00:00 #15 19.33 (15/88): gdb-headless-8.2-20.el8.aarch64.rpm 9.8 MB/s | 3.1 MB 00:00 #15 19.48 (16/88): perl-Net-SSLeay-1.88-2.module_el8+339+ 1.3 MB/s | 396 kB 00:00 #15 19.48 (17/88): perl-URI-1.73-3.el8.noarch.rpm 784 kB/s | 116 kB 00:00 #15 19.67 (18/88): guile-2.0.14-7.el8.aarch64.rpm 5.4 MB/s | 3.5 MB 00:00 #15 19.68 (19/88): perl-srpm-macros-1-25.el8.noarch.rpm 54 kB/s | 11 kB 00:00 #15 19.68 (20/88): python-rpm-macros-3-45.el8.noarch.rpm 1.7 MB/s | 16 kB 00:00 #15 19.69 (21/88): python-srpm-macros-3-45.el8.noarch.rpm 2.0 MB/s | 16 kB 00:00 #15 19.69 (22/88): python3-rpm-macros-3-45.el8.noarch.rpm 2.1 MB/s | 15 kB 00:00 #15 19.70 (23/88): perl-libnet-3.11-3.el8.noarch.rpm 560 kB/s | 121 kB 00:00 #15 19.70 (24/88): qt5-srpm-macros-5.15.3-1.el8.noarch.rp 1.4 MB/s | 11 kB 00:00 #15 19.70 (25/88): python3-systemd-234-8.el8.aarch64.rpm 4.9 MB/s | 80 kB 00:00 #15 19.71 (26/88): redhat-rpm-config-131-1.el8.noarch.rpm 7.3 MB/s | 94 kB 00:00 #15 19.72 (27/88): rpm-build-4.14.3-31.el8.aarch64.rpm 11 MB/s | 184 kB 00:00 #15 19.72 (28/88): rust-srpm-macros-5-2.el8.noarch.rpm 888 kB/s | 9.2 kB 00:00 #15 19.73 (29/88): rpmlint-1.10-14.el8.noarch.rpm 8.4 MB/s | 192 kB 00:00 #15 19.73 (30/88): bzip2-1.0.6-26.el8.aarch64.rpm 5.5 MB/s | 60 kB 00:00 #15 19.74 (31/88): dbus-glib-0.110-2.el8.aarch64.rpm 12 MB/s | 122 kB 00:00 #15 19.84 (32/88): zstd-1.4.4-1.el8.aarch64.rpm 2.4 MB/s | 303 kB 00:00 #15 19.85 (33/88): diffutils-3.6-6.el8.aarch64.rpm 2.9 MB/s | 352 kB 00:00 #15 19.86 (34/88): elfutils-debuginfod-client-0.190-2.el8 9.5 MB/s | 76 kB 00:00 #15 19.99 (35/88): elfutils-0.190-2.el8.aarch64.rpm 3.6 MB/s | 563 kB 00:00 #15 20.00 (36/88): emacs-filesystem-26.1-11.el8.noarch.rp 501 kB/s | 70 kB 00:00 #15 20.00 (37/88): file-5.33-25.el8.aarch64.rpm 7.7 MB/s | 78 kB 00:00 #15 20.03 (38/88): groff-base-1.22.3-18.el8.aarch64.rpm 39 MB/s | 989 kB 00:00 #15 20.04 (39/88): glibc-gconv-extra-2.28-248.el8.aarch64 44 MB/s | 1.9 MB 00:00 #15 20.05 (40/88): libbabeltrace-1.5.4-4.el8.aarch64.rpm 9.2 MB/s | 189 kB 00:00 #15 20.05 (41/88): libpkgconf-1.4.2-1.el8.aarch64.rpm 3.0 MB/s | 34 kB 00:00 #15 20.06 (42/88): libtool-ltdl-2.4.6-25.el8.aarch64.rpm 7.4 MB/s | 57 kB 00:00 #15 20.07 (43/88): ncurses-6.1-10.20180224.el8.aarch64.rp 29 MB/s | 389 kB 00:00 #15 20.08 (44/88): openssl-1.1.1k-12.el8.aarch64.rpm 33 MB/s | 719 kB 00:00 #15 20.08 (45/88): patch-2.7.6-11.el8.aarch64.rpm 7.9 MB/s | 134 kB 00:00 #15 20.09 (46/88): perl-Carp-1.42-396.el8.noarch.rpm 3.3 MB/s | 30 kB 00:00 #15 20.09 (47/88): perl-Data-Dumper-2.167-399.el8.aarch64 6.4 MB/s | 57 kB 00:00 #15 20.10 (48/88): perl-Errno-1.28-422.el8.aarch64.rpm 8.8 MB/s | 76 kB 00:00 #15 20.11 (49/88): perl-Exporter-5.72-396.el8.noarch.rpm 4.4 MB/s | 34 kB 00:00 #15 20.12 (50/88): perl-File-Path-2.15-2.el8.noarch.rpm 5.1 MB/s | 38 kB 00:00 #15 20.19 (51/88): perl-Encode-2.97-3.el8.aarch64.rpm 15 MB/s | 1.5 MB 00:00 #15 20.19 (52/88): perl-File-Temp-0.230.600-1.el8.noarch. 838 kB/s | 63 kB 00:00 #15 20.20 (53/88): perl-Getopt-Long-2.50-4.el8.noarch.rpm 5.7 MB/s | 63 kB 00:00 #15 20.27 (54/88): perl-HTTP-Tiny-0.074-3.el8.noarch.rpm 779 kB/s | 59 kB 00:00 #15 20.27 (55/88): dnf-plugins-core-4.0.21-25.el8.noarch. 143 kB/s | 77 kB 00:00 #15 20.28 (56/88): perl-IO-1.38-422.el8.aarch64.rpm 1.7 MB/s | 142 kB 00:00 #15 20.29 (57/88): perl-MIME-Base64-3.15-396.el8.aarch64. 1.9 MB/s | 31 kB 00:00 #15 20.29 (58/88): perl-Pod-Escapes-1.07-395.el8.noarch.r 2.7 MB/s | 20 kB 00:00 #15 20.30 (59/88): perl-PathTools-3.74-1.el8.aarch64.rpm 4.4 MB/s | 90 kB 00:00 #15 20.30 (60/88): perl-Pod-Perldoc-3.28-396.el8.noarch.r 6.1 MB/s | 86 kB 00:00 #15 20.30 (61/88): perl-Pod-Usage-1.69-395.el8.noarch.rpm 3.9 MB/s | 34 kB 00:00 #15 20.31 (62/88): perl-Scalar-List-Utils-1.49-2.el8.aarc 7.4 MB/s | 67 kB 00:00 #15 20.32 (63/88): perl-Pod-Simple-3.35-395.el8.noarch.rp 7.9 MB/s | 213 kB 00:00 #15 20.32 (64/88): perl-Socket-2.027-3.el8.aarch64.rpm 3.7 MB/s | 59 kB 00:00 #15 20.32 (65/88): perl-Storable-3.11-3.el8.aarch64.rpm 5.9 MB/s | 95 kB 00:00 #15 20.33 (66/88): perl-Term-ANSIColor-4.06-396.el8.noarc 3.5 MB/s | 46 kB 00:00 #15 20.33 (67/88): perl-Term-Cap-1.17-395.el8.noarch.rpm 1.9 MB/s | 23 kB 00:00 #15 20.34 (68/88): perl-Text-ParseWords-3.30-395.el8.noar 1.6 MB/s | 18 kB 00:00 #15 20.34 (69/88): perl-Text-Tabs+Wrap-2013.0523-395.el8. 2.2 MB/s | 24 kB 00:00 #15 20.34 (70/88): perl-Time-Local-1.280-1.el8.noarch.rpm 2.8 MB/s | 34 kB 00:00 #15 20.35 (71/88): perl-constant-1.33-396.el8.noarch.rpm 2.8 MB/s | 25 kB 00:00 #15 20.35 (72/88): perl-Unicode-Normalize-1.25-396.el8.aa 4.6 MB/s | 78 kB 00:00 #15 20.36 (73/88): perl-macros-5.26.3-422.el8.aarch64.rpm 7.9 MB/s | 72 kB 00:00 #15 20.37 (74/88): perl-parent-0.237-1.el8.noarch.rpm 2.6 MB/s | 20 kB 00:00 #15 20.38 (75/88): perl-podlators-4.11-1.el8.noarch.rpm 14 MB/s | 118 kB 00:00 #15 20.39 (76/88): perl-threads-2.21-2.el8.aarch64.rpm 7.5 MB/s | 60 kB 00:00 #15 20.47 (77/88): perl-libs-5.26.3-422.el8.aarch64.rpm 12 MB/s | 1.5 MB 00:00 #15 20.47 (78/88): perl-threads-shared-1.58-2.el8.aarch64 555 kB/s | 47 kB 00:00 #15 20.48 (79/88): pkgconf-1.4.2-1.el8.aarch64.rpm 4.1 MB/s | 37 kB 00:00 #15 20.48 (80/88): pkgconf-m4-1.4.2-1.el8.noarch.rpm 2.1 MB/s | 17 kB 00:00 #15 20.49 (81/88): pkgconf-pkg-config-1.4.2-1.el8.aarch64 1.9 MB/s | 15 kB 00:00 #15 20.50 (82/88): python3-dateutil-2.6.1-6.el8.noarch.rp 19 MB/s | 251 kB 00:00 #15 20.50 (83/88): python3-dbus-1.2.4-15.el8.aarch64.rpm 8.6 MB/s | 133 kB 00:00 #15 20.54 (84/88): python3-dnf-plugins-core-4.0.21-25.el8 6.8 MB/s | 280 kB 00:00 #15 20.54 (85/88): python3-six-1.11.0-8.el8.noarch.rpm 998 kB/s | 38 kB 00:00 #15 20.55 (86/88): unzip-6.0-46.el8.aarch64.rpm 16 MB/s | 189 kB 00:00 #15 20.56 (87/88): zip-3.0-23.el8.aarch64.rpm 16 MB/s | 265 kB 00:00 #15 20.70 (88/88): perl-interpreter-5.26.3-422.el8.aarch6 18 MB/s | 6.3 MB 00:00 #15 20.70 -------------------------------------------------------------------------------- #15 20.70 Total 11 MB/s | 27 MB 00:02 #15 21.91 Running transaction check #15 21.99 Transaction check succeeded. #15 21.99 Running transaction test #15 22.29 Transaction test succeeded. #15 22.29 Running transaction #14 22.08 Resolving Dependencies #14 22.08 --> Running transaction check #14 22.08 ---> Package rpm-build.aarch64 0:4.11.3-48.el7_9 will be installed #14 22.10 --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-build-4.11.3-48.el7_9.aarch64 #14 22.23 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-48.el7_9.aarch64 #14 22.23 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-48.el7_9.aarch64 #14 22.23 --> Processing Dependency: unzip for package: rpm-build-4.11.3-48.el7_9.aarch64 #14 22.23 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-48.el7_9.aarch64 #14 22.23 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-48.el7_9.aarch64 #14 22.23 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-48.el7_9.aarch64 #14 22.23 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-48.el7_9.aarch64 #14 22.23 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-48.el7_9.aarch64 #14 22.24 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-48.el7_9.aarch64 #14 22.24 --> Processing Dependency: file for package: rpm-build-4.11.3-48.el7_9.aarch64 #14 22.25 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-48.el7_9.aarch64 #14 22.25 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-48.el7_9.aarch64 #14 22.25 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.el7_9.aarch64 #14 22.25 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed #14 22.25 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch #14 22.25 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch #14 22.25 --> Running transaction check #14 22.25 ---> Package bzip2.aarch64 0:1.0.6-13.el7 will be installed #14 22.25 ---> Package desktop-file-utils.aarch64 0:0.23-2.el7 will be installed #14 22.26 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.aarch64 #14 22.26 ---> Package elfutils.aarch64 0:0.176-5.el7 will be installed #14 22.26 ---> Package file.aarch64 0:5.11-37.el7 will be installed #14 22.26 ---> Package gdb.aarch64 0:7.6.1-120.el7 will be installed #14 22.27 ---> Package groff-base.aarch64 0:1.22.2-8.el7 will be installed #14 22.27 ---> Package patch.aarch64 0:2.7.1-12.el7_7 will be installed #14 22.27 ---> Package perl.aarch64 4:5.16.3-299.el7_9 will be installed #14 22.28 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.28 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.28 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.28 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.28 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.28 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.28 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.28 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.28 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.aarch64 #14 22.29 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed #14 22.30 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed #14 22.30 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch #14 22.30 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch #14 22.30 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed #14 22.30 ---> Package perl-threads.aarch64 0:1.87-4.el7 will be installed #14 22.30 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed #14 22.31 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch #14 22.31 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch #14 22.31 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch #14 22.31 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch #14 22.31 ---> Package rpm.aarch64 0:4.11.3-45.el7 will be updated #14 22.31 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.aarch64 #14 22.31 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.aarch64 #14 22.31 ---> Package rpm.aarch64 0:4.11.3-48.el7_9 will be an update #14 22.32 ---> Package unzip.aarch64 0:6.0-24.el7_9 will be installed #14 22.32 --> Running transaction check #14 22.32 ---> Package dwz.aarch64 0:0.11-3.el7 will be installed #14 22.32 ---> Package emacs-filesystem.noarch 1:24.3-23.el7_9.1 will be installed #14 22.32 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed #14 22.32 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed #14 22.32 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed #14 22.32 ---> Package perl-Filter.aarch64 0:1.49-3.el7 will be installed #14 22.32 ---> Package perl-PathTools.aarch64 0:3.40-5.el7 will be installed #14 22.32 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed #14 22.33 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch #14 22.33 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch #14 22.33 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed #14 22.33 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch #14 22.33 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch #14 22.33 ---> Package perl-Scalar-List-Utils.aarch64 0:1.27-248.el7 will be installed #14 22.33 ---> Package perl-Socket.aarch64 0:2.010-5.el7 will be installed #14 22.34 ---> Package perl-Storable.aarch64 0:2.45-3.el7 will be installed #14 22.34 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed #14 22.34 ---> Package perl-Time-HiRes.aarch64 4:1.9725-3.el7 will be installed #14 22.34 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed #14 22.34 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed #14 22.34 ---> Package perl-libs.aarch64 4:5.16.3-299.el7_9 will be installed #14 22.34 ---> Package perl-macros.aarch64 4:5.16.3-299.el7_9 will be installed #14 22.34 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed #14 22.34 ---> Package perl-threads-shared.aarch64 0:1.43-6.el7 will be installed #14 22.35 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed #14 22.35 ---> Package rpm-libs.aarch64 0:4.11.3-45.el7 will be updated #14 22.35 --> Processing Dependency: rpm-libs(aarch-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.aarch64 #14 22.35 ---> Package rpm-libs.aarch64 0:4.11.3-48.el7_9 will be an update #14 22.35 ---> Package rpm-python.aarch64 0:4.11.3-45.el7 will be updated #14 22.35 ---> Package rpm-python.aarch64 0:4.11.3-48.el7_9 will be an update #14 22.35 ---> Package zip.aarch64 0:3.0-11.el7 will be installed #14 22.35 --> Running transaction check #14 22.35 ---> Package perl-Encode.aarch64 0:2.51-7.el7 will be installed #14 22.36 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed #14 22.36 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed #14 22.36 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch #14 22.36 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch #14 22.36 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed #14 22.37 ---> Package rpm-build-libs.aarch64 0:4.11.3-45.el7 will be updated #14 22.37 ---> Package rpm-build-libs.aarch64 0:4.11.3-48.el7_9 will be an update #14 22.37 --> Running transaction check #14 22.37 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed #14 22.37 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed #14 22.59 --> Finished Dependency Resolution #14 22.60 #14 22.60 Dependencies Resolved #14 22.60 #14 22.60 ================================================================================ #14 22.60 Package Arch Version Repository Size #14 22.60 ================================================================================ #14 22.60 Installing: #14 22.60 rpm-build aarch64 4.11.3-48.el7_9 updates 150 k #14 22.60 rpmlint noarch 1.5-4.el7 base 229 k #14 22.60 Installing for dependencies: #14 22.60 bzip2 aarch64 1.0.6-13.el7 base 52 k #14 22.60 desktop-file-utils aarch64 0.23-2.el7 base 68 k #14 22.60 dwz aarch64 0.11-3.el7 base 95 k #14 22.60 elfutils aarch64 0.176-5.el7 base 301 k #14 22.60 emacs-filesystem noarch 1:24.3-23.el7_9.1 updates 58 k #14 22.60 file aarch64 5.11-37.el7 base 57 k #14 22.60 gdb aarch64 7.6.1-120.el7 base 2.3 M #14 22.60 groff-base aarch64 1.22.2-8.el7 base 920 k #14 22.60 patch aarch64 2.7.1-12.el7_7 base 107 k #14 22.60 perl aarch64 4:5.16.3-299.el7_9 updates 7.9 M #14 22.60 perl-Carp noarch 1.26-244.el7 base 19 k #14 22.60 perl-Encode aarch64 2.51-7.el7 base 1.1 M #14 22.60 perl-Exporter noarch 5.68-3.el7 base 28 k #14 22.60 perl-File-Path noarch 2.09-2.el7 base 26 k #14 22.60 perl-File-Temp noarch 0.23.01-3.el7 base 56 k #14 22.60 perl-Filter aarch64 1.49-3.el7 base 76 k #14 22.60 perl-Getopt-Long noarch 2.40-3.el7 base 56 k #14 22.60 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k #14 22.60 perl-PathTools aarch64 3.40-5.el7 base 82 k #14 22.60 perl-Pod-Escapes noarch 1:1.04-299.el7_9 updates 52 k #14 22.60 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k #14 22.60 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k #14 22.60 perl-Pod-Usage noarch 1.63-3.el7 base 27 k #14 22.60 perl-Scalar-List-Utils aarch64 1.27-248.el7 base 35 k #14 22.60 perl-Socket aarch64 2.010-5.el7 base 48 k #14 22.60 perl-Storable aarch64 2.45-3.el7 base 73 k #14 22.60 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k #14 22.60 perl-Thread-Queue noarch 3.02-2.el7 base 17 k #14 22.60 perl-Time-HiRes aarch64 4:1.9725-3.el7 base 45 k #14 22.60 perl-Time-Local noarch 1.2300-2.el7 base 24 k #14 22.60 perl-constant noarch 1.27-2.el7 base 19 k #14 22.60 perl-libs aarch64 4:5.16.3-299.el7_9 updates 621 k #14 22.60 perl-macros aarch64 4:5.16.3-299.el7_9 updates 44 k #14 22.60 perl-parent noarch 1:0.225-244.el7 base 12 k #14 22.60 perl-podlators noarch 2.5.1-3.el7 base 112 k #14 22.60 perl-srpm-macros noarch 1-8.el7 base 4.6 k #14 22.60 perl-threads aarch64 1.87-4.el7 base 48 k #14 22.60 perl-threads-shared aarch64 1.43-6.el7 base 37 k #14 22.60 python-srpm-macros noarch 3-34.el7 base 8.8 k #14 22.60 redhat-rpm-config noarch 9.1.0-88.el7.centos base 81 k #14 22.60 unzip aarch64 6.0-24.el7_9 updates 168 k #14 22.60 zip aarch64 3.0-11.el7 base 257 k #14 22.60 Updating for dependencies: #14 22.60 rpm aarch64 4.11.3-48.el7_9 updates 1.2 M #14 22.60 rpm-build-libs aarch64 4.11.3-48.el7_9 updates 101 k #14 22.60 rpm-libs aarch64 4.11.3-48.el7_9 updates 256 k #14 22.60 rpm-python aarch64 4.11.3-48.el7_9 updates 83 k #14 22.60 #14 22.60 Transaction Summary #14 22.60 ================================================================================ #14 22.60 Install 2 Packages (+42 Dependent packages) #14 22.60 Upgrade ( 4 Dependent packages) #14 22.60 #14 22.60 Total download size: 17 M #14 22.60 Downloading packages: #14 22.61 Delta RPMs disabled because /usr/bin/applydeltarpm not installed. #14 23.96 warning: /var/cache/yum/aarch64/7/base/packages/dwz-0.11-3.el7.aarch64.rpm: Header V4 RSA/SHA1 Signature, key ID 305d49d6: NOKEY #14 23.96 Public key for dwz-0.11-3.el7.aarch64.rpm is not installed #15 23.75 Preparing : 1/1 #15 23.78 Installing : python-srpm-macros-3-45.el8.noarch 1/88 #15 23.81 Installing : unzip-6.0-46.el8.aarch64 2/88 #15 23.94 Installing : groff-base-1.22.3-18.el8.aarch64 3/88 #15 23.97 Installing : file-5.33-25.el8.aarch64 4/88 #15 23.99 Installing : bzip2-1.0.6-26.el8.aarch64 5/88 #15 24.04 Installing : zip-3.0-23.el8.aarch64 6/88 #15 24.06 Installing : python-rpm-macros-3-45.el8.noarch 7/88 #15 24.07 Installing : python3-rpm-macros-3-45.el8.noarch 8/88 #15 24.09 Installing : python3-six-1.11.0-8.el8.noarch 9/88 #15 24.13 Installing : python3-dateutil-1:2.6.1-6.el8.noarch 10/88 #15 24.15 Installing : pkgconf-m4-1.4.2-1.el8.noarch 11/88 #15 24.18 Installing : patch-2.7.6-11.el8.aarch64 12/88 #15 24.25 Installing : openssl-1:1.1.1k-12.el8.aarch64 13/88 #15 24.30 Installing : ncurses-6.1-10.20180224.el8.aarch64 14/88 #15 24.33 Installing : perl-Digest-1.17-395.el8.noarch 15/88 #15 24.35 Installing : perl-Digest-MD5-2.55-396.el8.aarch64 16/88 #15 24.37 Installing : perl-Data-Dumper-2.167-399.el8.aarch64 17/88 #15 24.40 Installing : perl-libnet-3.11-3.el8.noarch 18/88 #15 24.44 Installing : perl-URI-1.73-3.el8.noarch 19/88 #15 24.46 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 20/88 #15 24.51 Installing : perl-Net-SSLeay-1.88-2.module_el8+339+1ec643e0.aar 21/88 #15 24.54 Installing : perl-Mozilla-CA-20160104-7.module_el8+645+9d809f8c 22/88 #15 24.56 Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 23/88 #15 24.58 Installing : perl-Time-Local-1:1.280-1.el8.noarch 24/88 #15 24.62 Installing : perl-IO-Socket-SSL-2.066-4.module_el8+339+1ec643e0 25/88 #15 24.64 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 26/88 #15 24.66 Installing : perl-Term-Cap-1.17-395.el8.noarch 27/88 #15 24.68 Installing : perl-File-Temp-0.230.600-1.el8.noarch 28/88 #15 24.72 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 29/88 #15 24.74 Installing : perl-HTTP-Tiny-0.074-3.el8.noarch 30/88 #15 24.77 Installing : perl-podlators-4.11-1.el8.noarch 31/88 #15 24.80 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 32/88 #15 24.82 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 33/88 #15 24.84 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 34/88 #15 24.86 Installing : perl-MIME-Base64-3.15-396.el8.aarch64 35/88 #15 24.89 Installing : perl-Storable-1:3.11-3.el8.aarch64 36/88 #15 24.91 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 37/88 #15 24.93 Installing : perl-Errno-1.28-422.el8.aarch64 38/88 #15 24.97 Installing : perl-Socket-4:2.027-3.el8.aarch64 39/88 #15 25.17 Installing : perl-Encode-4:2.97-3.el8.aarch64 40/88 #15 25.20 Installing : perl-Carp-1.42-396.el8.noarch 41/88 #15 25.22 Installing : perl-Exporter-5.72-396.el8.noarch 42/88 #15 25.41 Installing : perl-libs-4:5.26.3-422.el8.aarch64 43/88 #15 25.45 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.aarch64 44/88 #15 25.47 Installing : perl-parent-1:0.237-1.el8.noarch 45/88 #15 25.49 Installing : perl-macros-4:5.26.3-422.el8.aarch64 46/88 #15 25.51 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 47/88 #15 25.53 Installing : perl-Unicode-Normalize-1.25-396.el8.aarch64 48/88 #15 25.56 Installing : perl-File-Path-2.15-2.el8.noarch 49/88 #15 25.58 Installing : perl-IO-1.38-422.el8.aarch64 50/88 #15 25.61 Installing : perl-PathTools-3.74-1.el8.aarch64 51/88 #15 25.63 Installing : perl-constant-1.33-396.el8.noarch 52/88 #15 25.65 Installing : perl-threads-1:2.21-2.el8.aarch64 53/88 #15 25.67 Installing : perl-threads-shared-1.58-2.el8.aarch64 54/88 #15 26.18 Installing : perl-interpreter-4:5.26.3-422.el8.aarch64 55/88 #15 26.23 Installing : libtool-ltdl-2.4.6-25.el8.aarch64 56/88 #15 26.24 Running scriptlet: libtool-ltdl-2.4.6-25.el8.aarch64 56/88 #15 26.27 Installing : libpkgconf-1.4.2-1.el8.aarch64 57/88 #15 26.29 Installing : pkgconf-1.4.2-1.el8.aarch64 58/88 #15 26.31 Installing : pkgconf-pkg-config-1.4.2-1.el8.aarch64 59/88 #15 26.34 Installing : libbabeltrace-1.5.4-4.el8.aarch64 60/88 #15 26.36 Running scriptlet: libbabeltrace-1.5.4-4.el8.aarch64 60/88 Running on EC2 (managed-agents) - ubuntu-2004-arm32v7 (i-05c2e7915d8ee206f) in /home/ubuntu/workspace/docker-ce-packaging_master Running on EC2 (managed-agents) - ubuntu-2004-arm32v7 (i-05cd411df32401865) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] { [Pipeline] { Running on EC2 (managed-agents) - ubuntu-2004-arm32v7 (i-021111e7a5f202893) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry [Pipeline] { Running on EC2 (managed-agents) - ubuntu-2004-arm32v7 (i-055846c3df3fc68b0) in /home/ubuntu/workspace/docker-ce-packaging_master Running on EC2 (managed-agents) - ubuntu-2004-arm32v7 (i-0ef085802dc732726) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-2004-arm32v7 (i-0c2f1492db77626f6) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-2004-arm32v7 (i-072570f44eaa78d2e) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] { [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-2004-arm32v7 (i-07efb866dd3bf32bc) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] { [Pipeline] withDockerRegistry #15 26.67 Installing : glibc-gconv-extra-2.28-248.el8.aarch64 61/88 #15 26.70 Running scriptlet: glibc-gconv-extra-2.28-248.el8.aarch64 61/88 #15 26.72 Installing : emacs-filesystem-1:26.1-11.el8.noarch 62/88 #15 26.74 Installing : desktop-file-utils-0.26-1.el8.aarch64 63/88 #15 26.77 Installing : elfutils-debuginfod-client-0.190-2.el8.aarch64 64/88 #15 26.85 Installing : elfutils-0.190-2.el8.aarch64 65/88 #15 26.90 Installing : diffutils-3.6-6.el8.aarch64 66/88 #15 26.92 Running scriptlet: diffutils-3.6-6.el8.aarch64 66/88 #15 26.94 Installing : dbus-glib-0.110-2.el8.aarch64 67/88 #15 26.96 Running scriptlet: dbus-glib-0.110-2.el8.aarch64 67/88 #15 26.99 Installing : python3-dbus-1.2.4-15.el8.aarch64 68/88 #15 27.04 Installing : zstd-1.4.4-1.el8.aarch64 69/88 #15 27.05 Installing : rust-srpm-macros-5-2.el8.noarch 70/88 #15 27.06 Installing : qt5-srpm-macros-5.15.3-1.el8.noarch 71/88 #15 27.09 Installing : python3-systemd-234-8.el8.aarch64 72/88 #15 27.14 Installing : python3-dnf-plugins-core-4.0.21-25.el8.noarch 73/88 #15 27.16 Installing : perl-srpm-macros-1-25.el8.noarch 74/88 $ 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/ #15 27.18 Installing : openblas-srpm-macros-2-2.el8.noarch 75/88 #15 27.19 Installing : ocaml-srpm-macros-5-4.el8.noarch 76/88 #15 27.21 Installing : libatomic_ops-7.6.2-3.el8.aarch64 77/88 #15 27.24 Installing : gc-7.6.4-3.el8.aarch64 78/88 #15 27.58 Installing : guile-5:2.0.14-7.el8.aarch64 79/88 #15 27.62 Running scriptlet: guile-5:2.0.14-7.el8.aarch64 79/88 #15 27.89 Installing : gdb-headless-8.2-20.el8.aarch64 80/88 #15 27.92 Installing : go-srpm-macros-2-17.el8.noarch 81/88 #15 27.93 Installing : ghc-srpm-macros-1.4.2-7.el8.noarch 82/88 #15 27.95 Installing : efi-srpm-macros-3-3.el8.noarch 83/88 #15 27.97 Installing : dwz-0.12-10.el8.aarch64 84/88 #15 28.00 Installing : redhat-rpm-config-131-1.el8.noarch 85/88 #15 28.04 Installing : rpm-build-4.14.3-31.el8.aarch64 86/88 #15 28.07 Installing : dnf-plugins-core-4.0.21-25.el8.noarch 87/88 #15 28.11 Installing : rpmlint-1.10-14.el8.noarch 88/88 #15 28.13 Running scriptlet: guile-5:2.0.14-7.el8.aarch64 88/88 #15 28.14 Running scriptlet: rpmlint-1.10-14.el8.noarch 88/88 #15 28.29 Verifying : desktop-file-utils-0.26-1.el8.aarch64 1/88 #15 28.29 Verifying : dwz-0.12-10.el8.aarch64 2/88 #15 28.29 Verifying : efi-srpm-macros-3-3.el8.noarch 3/88 #15 28.29 Verifying : gc-7.6.4-3.el8.aarch64 4/88 #15 28.29 Verifying : gdb-headless-8.2-20.el8.aarch64 5/88 #15 28.29 Verifying : ghc-srpm-macros-1.4.2-7.el8.noarch 6/88 #15 28.29 Verifying : go-srpm-macros-2-17.el8.noarch 7/88 #15 28.29 Verifying : guile-5:2.0.14-7.el8.aarch64 8/88 #15 28.29 Verifying : libatomic_ops-7.6.2-3.el8.aarch64 9/88 #15 28.29 Verifying : ocaml-srpm-macros-5-4.el8.noarch 10/88 #15 28.29 Verifying : openblas-srpm-macros-2-2.el8.noarch 11/88 #15 28.29 Verifying : perl-Digest-1.17-395.el8.noarch 12/88 #15 28.29 Verifying : perl-Digest-MD5-2.55-396.el8.aarch64 13/88 #15 28.29 Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 14/88 #15 28.29 Verifying : perl-IO-Socket-SSL-2.066-4.module_el8+339+1ec643e0 15/88 #15 28.29 Verifying : perl-Mozilla-CA-20160104-7.module_el8+645+9d809f8c 16/88 #15 28.29 Verifying : perl-Net-SSLeay-1.88-2.module_el8+339+1ec643e0.aar 17/88 #15 28.29 Verifying : perl-URI-1.73-3.el8.noarch 18/88 #15 28.29 Verifying : perl-libnet-3.11-3.el8.noarch 19/88 #15 28.29 Verifying : perl-srpm-macros-1-25.el8.noarch 20/88 #15 28.29 Verifying : python-rpm-macros-3-45.el8.noarch 21/88 #15 28.29 Verifying : python-srpm-macros-3-45.el8.noarch 22/88 #15 28.29 Verifying : python3-rpm-macros-3-45.el8.noarch 23/88 #15 28.29 Verifying : python3-systemd-234-8.el8.aarch64 24/88 #15 28.29 Verifying : qt5-srpm-macros-5.15.3-1.el8.noarch 25/88 #15 28.29 Verifying : redhat-rpm-config-131-1.el8.noarch 26/88 #15 28.29 Verifying : rpm-build-4.14.3-31.el8.aarch64 27/88 #15 28.29 Verifying : rpmlint-1.10-14.el8.noarch 28/88 #15 28.29 Verifying : rust-srpm-macros-5-2.el8.noarch 29/88 #15 28.29 Verifying : zstd-1.4.4-1.el8.aarch64 30/88 #15 28.29 Verifying : bzip2-1.0.6-26.el8.aarch64 31/88 #15 28.29 Verifying : dbus-glib-0.110-2.el8.aarch64 32/88 #15 28.29 Verifying : diffutils-3.6-6.el8.aarch64 33/88 #15 28.29 Verifying : dnf-plugins-core-4.0.21-25.el8.noarch 34/88 #15 28.29 Verifying : elfutils-0.190-2.el8.aarch64 35/88 #15 28.29 Verifying : elfutils-debuginfod-client-0.190-2.el8.aarch64 36/88 #15 28.29 Verifying : emacs-filesystem-1:26.1-11.el8.noarch 37/88 #15 28.29 Verifying : file-5.33-25.el8.aarch64 38/88 #15 28.29 Verifying : glibc-gconv-extra-2.28-248.el8.aarch64 39/88 #15 28.29 Verifying : groff-base-1.22.3-18.el8.aarch64 40/88 #15 28.29 Verifying : libbabeltrace-1.5.4-4.el8.aarch64 41/88 #15 28.29 Verifying : libpkgconf-1.4.2-1.el8.aarch64 42/88 #15 28.29 Verifying : libtool-ltdl-2.4.6-25.el8.aarch64 43/88 #15 28.29 Verifying : ncurses-6.1-10.20180224.el8.aarch64 44/88 #15 28.29 Verifying : openssl-1:1.1.1k-12.el8.aarch64 45/88 #15 28.29 Verifying : patch-2.7.6-11.el8.aarch64 46/88 #15 28.29 Verifying : perl-Carp-1.42-396.el8.noarch 47/88 #15 28.29 Verifying : perl-Data-Dumper-2.167-399.el8.aarch64 48/88 #15 28.29 Verifying : perl-Encode-4:2.97-3.el8.aarch64 49/88 #15 28.29 Verifying : perl-Errno-1.28-422.el8.aarch64 50/88 #15 28.29 Verifying : perl-Exporter-5.72-396.el8.noarch 51/88 #15 28.29 Verifying : perl-File-Path-2.15-2.el8.noarch 52/88 #15 28.29 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 53/88 #15 28.29 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 54/88 #15 28.29 Verifying : perl-HTTP-Tiny-0.074-3.el8.noarch 55/88 #15 28.29 Verifying : perl-IO-1.38-422.el8.aarch64 56/88 #15 28.29 Verifying : perl-MIME-Base64-3.15-396.el8.aarch64 57/88 #15 28.29 Verifying : perl-PathTools-3.74-1.el8.aarch64 58/88 #15 28.29 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 59/88 #15 28.29 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 60/88 #15 28.29 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 61/88 #15 28.29 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 62/88 #15 28.29 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.aarch64 63/88 #15 28.29 Verifying : perl-Socket-4:2.027-3.el8.aarch64 64/88 #15 28.29 Verifying : perl-Storable-1:3.11-3.el8.aarch64 65/88 #15 28.29 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 66/88 #15 28.29 Verifying : perl-Term-Cap-1.17-395.el8.noarch 67/88 #15 28.29 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 68/88 #15 28.29 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 69/88 #15 28.29 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 70/88 #15 28.29 Verifying : perl-Unicode-Normalize-1.25-396.el8.aarch64 71/88 #15 28.29 Verifying : perl-constant-1.33-396.el8.noarch 72/88 #15 28.29 Verifying : perl-interpreter-4:5.26.3-422.el8.aarch64 73/88 #15 28.29 Verifying : perl-libs-4:5.26.3-422.el8.aarch64 74/88 #15 28.29 Verifying : perl-macros-4:5.26.3-422.el8.aarch64 75/88 #15 28.29 Verifying : perl-parent-1:0.237-1.el8.noarch 76/88 #15 28.29 Verifying : perl-podlators-4.11-1.el8.noarch 77/88 #15 28.29 Verifying : perl-threads-1:2.21-2.el8.aarch64 78/88 #15 28.29 Verifying : perl-threads-shared-1.58-2.el8.aarch64 79/88 #15 28.29 Verifying : pkgconf-1.4.2-1.el8.aarch64 80/88 #15 28.29 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 81/88 #15 28.29 Verifying : pkgconf-pkg-config-1.4.2-1.el8.aarch64 82/88 #15 28.29 Verifying : python3-dateutil-1:2.6.1-6.el8.noarch 83/88 #15 28.29 Verifying : python3-dbus-1.2.4-15.el8.aarch64 84/88 #15 28.29 Verifying : python3-dnf-plugins-core-4.0.21-25.el8.noarch 85/88 #15 28.29 Verifying : python3-six-1.11.0-8.el8.noarch 86/88 #15 28.29 Verifying : unzip-6.0-46.el8.aarch64 87/88 #15 28.29 Verifying : zip-3.0-23.el8.aarch64 88/88 #15 28.58 #15 28.58 Installed: #15 28.58 bzip2-1.0.6-26.el8.aarch64 #15 28.58 dbus-glib-0.110-2.el8.aarch64 #15 28.58 desktop-file-utils-0.26-1.el8.aarch64 #15 28.58 diffutils-3.6-6.el8.aarch64 #15 28.58 dnf-plugins-core-4.0.21-25.el8.noarch #15 28.58 dwz-0.12-10.el8.aarch64 #15 28.58 efi-srpm-macros-3-3.el8.noarch #15 28.58 elfutils-0.190-2.el8.aarch64 #15 28.58 elfutils-debuginfod-client-0.190-2.el8.aarch64 #15 28.58 emacs-filesystem-1:26.1-11.el8.noarch #15 28.58 file-5.33-25.el8.aarch64 #15 28.58 gc-7.6.4-3.el8.aarch64 #15 28.58 gdb-headless-8.2-20.el8.aarch64 #15 28.58 ghc-srpm-macros-1.4.2-7.el8.noarch #15 28.58 glibc-gconv-extra-2.28-248.el8.aarch64 #15 28.58 go-srpm-macros-2-17.el8.noarch #15 28.58 groff-base-1.22.3-18.el8.aarch64 #15 28.58 guile-5:2.0.14-7.el8.aarch64 #15 28.58 libatomic_ops-7.6.2-3.el8.aarch64 #15 28.58 libbabeltrace-1.5.4-4.el8.aarch64 #15 28.58 libpkgconf-1.4.2-1.el8.aarch64 #15 28.58 libtool-ltdl-2.4.6-25.el8.aarch64 #15 28.58 ncurses-6.1-10.20180224.el8.aarch64 #15 28.58 ocaml-srpm-macros-5-4.el8.noarch #15 28.58 openblas-srpm-macros-2-2.el8.noarch #15 28.58 openssl-1:1.1.1k-12.el8.aarch64 #15 28.58 patch-2.7.6-11.el8.aarch64 #15 28.58 perl-Carp-1.42-396.el8.noarch #15 28.58 perl-Data-Dumper-2.167-399.el8.aarch64 #15 28.58 perl-Digest-1.17-395.el8.noarch #15 28.58 perl-Digest-MD5-2.55-396.el8.aarch64 #15 28.58 perl-Encode-4:2.97-3.el8.aarch64 #15 28.58 perl-Errno-1.28-422.el8.aarch64 #15 28.58 perl-Exporter-5.72-396.el8.noarch #15 28.58 perl-File-Path-2.15-2.el8.noarch #15 28.58 perl-File-Temp-0.230.600-1.el8.noarch #15 28.58 perl-Getopt-Long-1:2.50-4.el8.noarch #15 28.58 perl-HTTP-Tiny-0.074-3.el8.noarch #15 28.58 perl-IO-1.38-422.el8.aarch64 #15 28.58 perl-IO-Socket-IP-0.39-5.el8.noarch #15 28.58 perl-IO-Socket-SSL-2.066-4.module_el8+339+1ec643e0.noarch #15 28.58 perl-MIME-Base64-3.15-396.el8.aarch64 #15 28.58 perl-Mozilla-CA-20160104-7.module_el8+645+9d809f8c.noarch #15 28.58 perl-Net-SSLeay-1.88-2.module_el8+339+1ec643e0.aarch64 #15 28.58 perl-PathTools-3.74-1.el8.aarch64 #15 28.58 perl-Pod-Escapes-1:1.07-395.el8.noarch #15 28.58 perl-Pod-Perldoc-3.28-396.el8.noarch #15 28.58 perl-Pod-Simple-1:3.35-395.el8.noarch #15 28.58 perl-Pod-Usage-4:1.69-395.el8.noarch #15 28.58 perl-Scalar-List-Utils-3:1.49-2.el8.aarch64 #15 28.58 perl-Socket-4:2.027-3.el8.aarch64 #15 28.58 perl-Storable-1:3.11-3.el8.aarch64 #15 28.58 perl-Term-ANSIColor-4.06-396.el8.noarch #15 28.58 perl-Term-Cap-1.17-395.el8.noarch #15 28.58 perl-Text-ParseWords-3.30-395.el8.noarch #15 28.58 perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch #15 28.58 perl-Time-Local-1:1.280-1.el8.noarch #15 28.58 perl-URI-1.73-3.el8.noarch #15 28.58 perl-Unicode-Normalize-1.25-396.el8.aarch64 #15 28.58 perl-constant-1.33-396.el8.noarch #15 28.58 perl-interpreter-4:5.26.3-422.el8.aarch64 #15 28.58 perl-libnet-3.11-3.el8.noarch #15 28.58 perl-libs-4:5.26.3-422.el8.aarch64 #15 28.58 perl-macros-4:5.26.3-422.el8.aarch64 #15 28.58 perl-parent-1:0.237-1.el8.noarch #15 28.58 perl-podlators-4.11-1.el8.noarch #15 28.58 perl-srpm-macros-1-25.el8.noarch #15 28.58 perl-threads-1:2.21-2.el8.aarch64 #15 28.58 perl-threads-shared-1.58-2.el8.aarch64 #15 28.58 pkgconf-1.4.2-1.el8.aarch64 #15 28.58 pkgconf-m4-1.4.2-1.el8.noarch #15 28.58 pkgconf-pkg-config-1.4.2-1.el8.aarch64 #15 28.58 python-rpm-macros-3-45.el8.noarch #15 28.58 python-srpm-macros-3-45.el8.noarch #15 28.58 python3-dateutil-1:2.6.1-6.el8.noarch #15 28.58 python3-dbus-1.2.4-15.el8.aarch64 #15 28.58 python3-dnf-plugins-core-4.0.21-25.el8.noarch #15 28.58 python3-rpm-macros-3-45.el8.noarch #15 28.58 python3-six-1.11.0-8.el8.noarch #15 28.58 python3-systemd-234-8.el8.aarch64 #15 28.58 qt5-srpm-macros-5.15.3-1.el8.noarch #15 28.58 redhat-rpm-config-131-1.el8.noarch #15 28.58 rpm-build-4.14.3-31.el8.aarch64 #15 28.58 rpmlint-1.10-14.el8.noarch #15 28.58 rust-srpm-macros-5-2.el8.noarch #15 28.58 unzip-6.0-46.el8.aarch64 #15 28.58 zip-3.0-23.el8.aarch64 #15 28.58 zstd-1.4.4-1.el8.aarch64 #15 28.58 #15 28.58 Complete! #15 DONE 29.4s #16 [stage-1 6/9] COPY --link SPECS /root/rpmbuild/SPECS #16 DONE 0.1s #17 [stage-1 7/9] RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec #17 0.819 Last metadata expiration check: 0:00:16 ago on Mon Jan 22 21:38:43 2024. WARNING! Using --password via the CLI is insecure. Use --password-stdin. 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_master@tmp/e39eb207-4635-42b4-82d3-f277ffb6be1c/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_master@tmp/ad522fcd-f618-4954-bc9b-369f31d73b33/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. [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] { [Pipeline] wrap [Pipeline] wrap [Pipeline] { [Pipeline] { [Pipeline] wrap [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 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_master@tmp/5b1ad956-c697-4815-bddd-61aa6dfc346d/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_master@tmp/e968339d-172e-4a39-b1ac-d6681d5e7c6f/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_master@tmp/5b0194c7-ae01-45f1-a66f-b97ec3796a40/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_master@tmp/96e61235-8767-40b5-8f0e-171584871e4b/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_master@tmp/d1a67fcc-59b8-4167-9218-ca83d7813f40/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_master@tmp/6cef5b8f-8b33-4002-b2d1-7c2fa0994ba4/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] wrap [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh #17 2.692 Package bash-4.4.20-4.el8.aarch64 is already installed. #14 32.74 warning: /var/cache/yum/aarch64/7/updates/packages/perl-Pod-Escapes-1.04-299.el7_9.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY #14 32.74 Public key for perl-Pod-Escapes-1.04-299.el7_9.noarch.rpm is not installed + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh #17 2.694 Package bash-4.4.20-4.el8.aarch64 is already installed. #17 2.695 Package bash-4.4.20-4.el8.aarch64 is already installed. #17 2.695 Package ca-certificates-2023.2.60_v7.0.306-80.0.el8.noarch is already installed. #17 2.695 Package libarchive-3.3.3-5.el8.aarch64 is already installed. #17 2.696 Package pkgconf-pkg-config-1.4.2-1.el8.aarch64 is already installed. #17 2.696 Package systemd-239-79.el8.aarch64 is already installed. #17 2.696 Package tar-2:1.30-9.el8.aarch64 is already installed. #17 2.697 Package bash-4.4.20-4.el8.aarch64 is already installed. #17 2.760 Dependencies resolved. #17 2.769 ================================================================================ #17 2.769 Package Arch Version Repository Size #17 2.769 ================================================================================ #17 2.769 Installing: #17 2.769 cmake aarch64 3.26.5-2.el8 appstream 12 M #17 2.769 gcc aarch64 8.5.0-21.el8 appstream 19 M #17 2.769 git aarch64 2.43.0-1.el8 appstream 92 k #17 2.769 glibc-static aarch64 2.28-248.el8 powertools 1.6 M #17 2.769 libseccomp-devel aarch64 2.5.2-1.el8 appstream 57 k #17 2.769 libselinux-devel aarch64 2.9-8.el8 baseos 200 k #17 2.769 libtool aarch64 2.4.6-25.el8 appstream 708 k #17 2.769 libtool-ltdl-devel aarch64 2.4.6-25.el8 appstream 184 k #17 2.769 make aarch64 1:4.2.1-11.el8 baseos 490 k #17 2.769 selinux-policy-devel noarch 3.14.3-134.el8 baseos 1.6 M #17 2.769 systemd-devel aarch64 239-79.el8 baseos 517 k #17 2.769 which aarch64 2.21-20.el8 baseos 49 k #17 2.769 Installing dependencies: #17 2.769 annobin aarch64 11.13-2.el8 appstream 971 k #17 2.769 autoconf noarch 2.69-29.el8 appstream 710 k #17 2.769 automake noarch 1.16.1-8.el8 appstream 740 k #17 2.769 checkpolicy aarch64 2.9-1.el8 baseos 338 k #17 2.769 cmake-data noarch 3.26.5-2.el8 appstream 2.6 M #17 2.769 cmake-filesystem aarch64 3.26.5-2.el8 appstream 52 k #17 2.769 cmake-rpm-macros noarch 3.26.5-2.el8 appstream 44 k #17 2.769 cpp aarch64 8.5.0-21.el8 appstream 8.9 M #17 2.769 gcc-plugin-annobin aarch64 8.5.0-21.el8 appstream 35 k #17 2.769 git-core aarch64 2.43.0-1.el8 appstream 11 M #17 2.769 git-core-doc noarch 2.43.0-1.el8 appstream 3.3 M #17 2.769 glibc-devel aarch64 2.28-248.el8 baseos 86 k #17 2.769 glibc-headers aarch64 2.28-248.el8 baseos 574 k #17 2.769 isl aarch64 0.16.1-6.el8 appstream 778 k #17 2.769 kernel-headers aarch64 4.18.0-536.el8 baseos 12 M #17 2.769 libasan aarch64 8.5.0-21.el8 baseos 387 k #17 2.769 libatomic aarch64 8.5.0-21.el8 baseos 26 k #17 2.769 libedit aarch64 3.1-23.20170329cvs.el8 baseos 99 k #17 2.769 libgomp aarch64 8.5.0-21.el8 baseos 200 k #17 2.769 libmpc aarch64 1.1.0-9.1.el8 appstream 60 k #17 2.769 libselinux-utils aarch64 2.9-8.el8 baseos 241 k #17 2.769 libsepol-devel aarch64 2.9-3.el8 baseos 87 k #17 2.769 libubsan aarch64 8.5.0-21.el8 baseos 145 k #17 2.769 libuv aarch64 1:1.41.1-1.el8_4 appstream 150 k #17 2.769 libxcrypt-devel aarch64 4.1.1-6.el8 baseos 25 k #17 2.769 libxcrypt-static aarch64 4.1.1-6.el8 powertools 58 k #17 2.769 m4 aarch64 1.4.18-7.el8 baseos 218 k #17 2.769 openssh aarch64 8.0p1-23.el8 baseos 494 k #17 2.769 openssh-clients aarch64 8.0p1-23.el8 baseos 632 k #17 2.769 pcre2-devel aarch64 10.32-3.el8 baseos 605 k #17 2.769 pcre2-utf16 aarch64 10.32-3.el8 baseos 203 k #17 2.769 pcre2-utf32 aarch64 10.32-3.el8 baseos 196 k #17 2.769 perl-Error noarch 1:0.17025-2.el8 appstream 46 k #17 2.769 perl-Git noarch 2.43.0-1.el8 appstream 79 k #17 2.769 perl-TermReadKey aarch64 2.37-7.el8 appstream 40 k #17 2.769 perl-Thread-Queue noarch 3.13-1.el8 appstream 24 k #17 2.769 policycoreutils aarch64 2.9-24.el8 baseos 408 k #17 2.769 policycoreutils-devel aarch64 2.9-24.el8 baseos 290 k #17 2.769 policycoreutils-python-utils noarch 2.9-24.el8 baseos 260 k #17 2.769 python3-audit aarch64 3.1.2-1.el8 baseos 86 k #17 2.769 python3-libselinux aarch64 2.9-8.el8 baseos 272 k #17 2.769 python3-libsemanage aarch64 2.9-9.el8 baseos 126 k #17 2.769 python3-policycoreutils noarch 2.9-24.el8 baseos 2.3 M #17 2.769 python3-setools aarch64 4.3.0-5.el8 baseos 529 k #17 2.769 rpm-plugin-selinux aarch64 4.14.3-31.el8 baseos 78 k #17 2.769 selinux-policy noarch 3.14.3-134.el8 baseos 667 k #17 2.769 selinux-policy-minimum noarch 3.14.3-134.el8 baseos 14 M #17 2.769 vim-filesystem noarch 2:8.0.1763-19.el8.4 appstream 50 k #17 2.769 #17 2.769 Transaction Summary #17 2.769 ================================================================================ #17 2.769 Install 60 Packages #17 2.769 #17 2.773 Total download size: 101 M #17 2.774 Installed size: 271 M #17 2.774 Downloading Packages: latest: Pulling from library/busybox + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh 6cf7f0b947cc: Pulling fs layer latest: Pulling from library/busybox 6cf7f0b947cc: Pulling fs layer [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally 6cf7f0b947cc: Verifying Checksum 6cf7f0b947cc: Download complete 6cf7f0b947cc: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally 6cf7f0b947cc: Verifying Checksum 6cf7f0b947cc: Download complete 6cf7f0b947cc: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest latest: Pulling from library/busybox 6cf7f0b947cc: Pulling fs layer Status: Downloaded newer image for busybox:latest + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 6cf7f0b947cc: Pulling fs layer 6cf7f0b947cc: Verifying Checksum 6cf7f0b947cc: Download complete [Pipeline] { [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh latest: Pulling from library/busybox 6cf7f0b947cc: Pulling fs layer 6cf7f0b947cc: Verifying Checksum 6cf7f0b947cc: Download complete 6cf7f0b947cc: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 6cf7f0b947cc: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest #17 4.188 (1/60): autoconf-2.69-29.el8.noarch.rpm 2.8 MB/s | 710 kB 00:00 [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally 6cf7f0b947cc: Verifying Checksum 6cf7f0b947cc: Download complete 6cf7f0b947cc: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest Status: Downloaded newer image for busybox:latest #17 4.196 (2/60): automake-1.16.1-8.el8.noarch.rpm 2.8 MB/s | 740 kB 00:00 #17 4.207 (3/60): annobin-11.13-2.el8.aarch64.rpm 3.6 MB/s | 971 kB 00:00 #17 4.215 (4/60): cmake-filesystem-3.26.5-2.el8.aarch64.r 6.9 MB/s | 52 kB 00:00 #17 4.227 (5/60): cmake-rpm-macros-3.26.5-2.el8.noarch.rp 3.8 MB/s | 44 kB 00:00 #17 4.260 (6/60): cmake-data-3.26.5-2.el8.noarch.rpm 41 MB/s | 2.6 MB 00:00 #17 4.414 (7/60): cpp-8.5.0-21.el8.aarch64.rpm 48 MB/s | 8.9 MB 00:00 #17 4.421 (8/60): gcc-plugin-annobin-8.5.0-21.el8.aarch64 5.7 MB/s | 35 kB 00:00 #17 4.435 (9/60): git-2.43.0-1.el8.aarch64.rpm 6.8 MB/s | 92 kB 00:00 #17 4.498 (10/60): cmake-3.26.5-2.el8.aarch64.rpm 38 MB/s | 12 MB 00:00 #17 4.576 (11/60): git-core-doc-2.43.0-1.el8.noarch.rpm 43 MB/s | 3.3 MB 00:00 + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 6cf7f0b947cc: Pulling fs layer #17 4.600 (12/60): isl-0.16.1-6.el8.aarch64.rpm 33 MB/s | 778 kB 00:00 #17 4.607 (13/60): libmpc-1.1.0-9.1.el8.aarch64.rpm 8.9 MB/s | 60 kB 00:00 #17 4.615 (14/60): libseccomp-devel-2.5.2-1.el8.aarch64.r 8.0 MB/s | 57 kB 00:00 #17 4.637 (15/60): libtool-2.4.6-25.el8.aarch64.rpm 33 MB/s | 708 kB 00:00 #17 4.651 (16/60): libtool-ltdl-devel-2.4.6-25.el8.aarch6 13 MB/s | 184 kB 00:00 #17 4.667 (17/60): libuv-1.41.1-1.el8_4.aarch64.rpm 9.8 MB/s | 150 kB 00:00 #17 4.675 (18/60): perl-Error-0.17025-2.el8.noarch.rpm 5.9 MB/s | 46 kB 00:00 #17 4.684 (19/60): perl-Git-2.43.0-1.el8.noarch.rpm 9.2 MB/s | 79 kB 00:00 #17 4.692 (20/60): perl-TermReadKey-2.37-7.el8.aarch64.rp 5.3 MB/s | 40 kB 00:00 #17 4.742 (21/60): git-core-2.43.0-1.el8.aarch64.rpm 35 MB/s | 11 MB 00:00 #17 4.746 (22/60): perl-Thread-Queue-3.13-1.el8.noarch.rp 440 kB/s | 24 kB 00:00 #17 4.834 (23/60): gcc-8.5.0-21.el8.aarch64.rpm 34 MB/s | 19 MB 00:00 6cf7f0b947cc: Verifying Checksum 6cf7f0b947cc: Download complete 6cf7f0b947cc: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox #17 4.839 (24/60): vim-filesystem-8.0.1763-19.el8.4.noarc 523 kB/s | 50 kB 00:00 #17 4.849 (25/60): checkpolicy-2.9-1.el8.aarch64.rpm 3.2 MB/s | 338 kB 00:00 #17 4.856 (26/60): glibc-devel-2.28-248.el8.aarch64.rpm 5.1 MB/s | 86 kB 00:00 #17 4.873 (27/60): glibc-headers-2.28-248.el8.aarch64.rpm 17 MB/s | 574 kB 00:00 #17 4.879 (28/60): libatomic-8.5.0-21.el8.aarch64.rpm 4.6 MB/s | 26 kB 00:00 #17 4.889 (29/60): libasan-8.5.0-21.el8.aarch64.rpm 12 MB/s | 387 kB 00:00 #17 4.896 (30/60): libedit-3.1-23.20170329cvs.el8.aarch64 6.0 MB/s | 99 kB 00:00 #17 4.903 (31/60): libgomp-8.5.0-21.el8.aarch64.rpm 15 MB/s | 200 kB 00:00 #17 4.911 (32/60): libselinux-devel-2.9-8.el8.aarch64.rpm 13 MB/s | 200 kB 00:00 #17 4.920 (33/60): libselinux-utils-2.9-8.el8.aarch64.rpm 14 MB/s | 241 kB 00:00 #17 4.924 (34/60): libsepol-devel-2.9-3.el8.aarch64.rpm 7.0 MB/s | 87 kB 00:00 #17 4.931 (35/60): libxcrypt-devel-4.1.1-6.el8.aarch64.rp 4.0 MB/s | 25 kB 00:00 #17 4.937 (36/60): libubsan-8.5.0-21.el8.aarch64.rpm 11 MB/s | 145 kB 00:00 #17 4.958 (37/60): m4-1.4.18-7.el8.aarch64.rpm 7.9 MB/s | 218 kB 00:00 #17 4.971 (38/60): make-4.2.1-11.el8.aarch64.rpm 14 MB/s | 490 kB 00:00 #17 4.986 (39/60): openssh-8.0p1-23.el8.aarch64.rpm 18 MB/s | 494 kB 00:00 #17 5.000 (40/60): openssh-clients-8.0p1-23.el8.aarch64.r 22 MB/s | 632 kB 00:00 #17 5.012 (41/60): pcre2-devel-10.32-3.el8.aarch64.rpm 23 MB/s | 605 kB 00:00 #17 5.019 (42/60): pcre2-utf16-10.32-3.el8.aarch64.rpm 11 MB/s | 203 kB 00:00 #17 5.028 (43/60): pcre2-utf32-10.32-3.el8.aarch64.rpm 12 MB/s | 196 kB 00:00 #17 5.039 (44/60): policycoreutils-2.9-24.el8.aarch64.rpm 20 MB/s | 408 kB 00:00 #17 5.049 (45/60): policycoreutils-devel-2.9-24.el8.aarch 14 MB/s | 290 kB 00:00 #17 5.059 (46/60): policycoreutils-python-utils-2.9-24.el 13 MB/s | 260 kB 00:00 #17 5.064 (47/60): python3-audit-3.1.2-1.el8.aarch64.rpm 5.8 MB/s | 86 kB 00:00 #17 5.074 (48/60): python3-libselinux-2.9-8.el8.aarch64.r 18 MB/s | 272 kB 00:00 #17 5.081 (49/60): python3-libsemanage-2.9-9.el8.aarch64. 7.8 MB/s | 126 kB 00:00 #17 5.101 (50/60): python3-setools-4.3.0-5.el8.aarch64.rp 25 MB/s | 529 kB 00:00 #17 5.110 (51/60): rpm-plugin-selinux-4.14.3-31.el8.aarch 9.5 MB/s | 78 kB 00:00 #17 5.138 (52/60): python3-policycoreutils-2.9-24.el8.noa 37 MB/s | 2.3 MB 00:00 #17 5.147 (53/60): selinux-policy-3.14.3-134.el8.noarch.r 18 MB/s | 667 kB 00:00 latest: Pulling from library/busybox 6cf7f0b947cc: Pulling fs layer #17 5.233 (54/60): kernel-headers-4.18.0-536.el8.aarch64. 31 MB/s | 12 MB 00:00 #17 5.253 (55/60): selinux-policy-devel-3.14.3-134.el8.no 14 MB/s | 1.6 MB 00:00 6cf7f0b947cc: Pulling fs layer 6cf7f0b947cc: Verifying Checksum 6cf7f0b947cc: Download complete 6cf7f0b947cc: Verifying Checksum 6cf7f0b947cc: Download complete 6cf7f0b947cc: Pull complete Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-031b6b25a5deeeea5) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] { #17 5.263 (56/60): systemd-devel-239-79.el8.aarch64.rpm 17 MB/s | 517 kB 00:00 #17 5.268 (57/60): which-2.21-20.el8.aarch64.rpm 3.4 MB/s | 49 kB 00:00 #17 5.275 (58/60): libxcrypt-static-4.1.1-6.el8.aarch64.r 8.6 MB/s | 58 kB 00:00 #17 5.297 (59/60): glibc-static-2.28-248.el8.aarch64.rpm 47 MB/s | 1.6 MB 00:00 #17 5.435 (60/60): selinux-policy-minimum-3.14.3-134.el8. 49 MB/s | 14 MB 00:00 #17 5.439 -------------------------------------------------------------------------------- #17 5.440 Total 38 MB/s | 101 MB 00:02 [Pipeline] withDockerRegistry 6cf7f0b947cc: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (raspbian-buster-armhf) [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh Running on EC2 (managed-agents) - ubuntu-2004-arm32v7 (i-0cd3ea843241d8118) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] { [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh + echo starting... starting... + docker container ls -aq [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] withDockerRegistry [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] } + docker container ls -aq [Pipeline] // stage [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (info) [Pipeline] stage [Pipeline] { (raspbian-bullseye-armhf) [Pipeline] stage [Pipeline] { (debian-bullseye-armhf) [Pipeline] sh + docker container ls -aq #17 6.739 Running transaction check #17 6.848 Transaction check succeeded. #17 6.849 Running transaction test [Pipeline] sh [Pipeline] sh [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (ubuntu-jammy-armhf) [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (debian-bookworm-armhf) [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] stage [Pipeline] { (debian-buster-armhf) [Pipeline] sh + echo starting... starting... + echo starting... starting... $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] echo Removing all docker containers [Pipeline] sh + echo starting... starting... + docker container ls -aq [Pipeline] sh [Pipeline] } [Pipeline] } + echo starting... starting... [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] stage [Pipeline] { (info) [Pipeline] // stage #17 7.490 Transaction test succeeded. [Pipeline] stage [Pipeline] { (info) [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] sh + echo starting... starting... [Pipeline] sh [Pipeline] stage [Pipeline] { (ubuntu-focal-armhf) [Pipeline] sh + docker info + docker container ls -aq [Pipeline] sh #17 7.492 Running transaction [Pipeline] } [Pipeline] } [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] stage [Pipeline] { (info) [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (raspbian-bookworm-armhf) [Pipeline] sh [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh + echo starting... starting... [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] } + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] sh + echo starting... starting... + docker info [Pipeline] sh [Pipeline] sh + docker info [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] sh + docker info + docker info + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh #17 8.404 Preparing : 1/1 #17 8.465 Installing : python3-libselinux-2.9-8.el8.aarch64 1/60 #17 8.522 Installing : make-1:4.2.1-11.el8.aarch64 2/60 #17 8.537 Running scriptlet: make-1:4.2.1-11.el8.aarch64 2/60 #17 8.562 Installing : m4-1.4.18-7.el8.aarch64 3/60 #17 8.579 Running scriptlet: m4-1.4.18-7.el8.aarch64 3/60 + docker info Running on EC2 (managed-agents) - ubuntu-2004-arm32v7 (i-0c3b50ddcec07214b) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] { + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh [Pipeline] withDockerRegistry #17 8.642 Installing : autoconf-2.69-29.el8.noarch 4/60 #17 8.665 Running scriptlet: autoconf-2.69-29.el8.noarch 4/60 #17 8.719 Installing : checkpolicy-2.9-1.el8.aarch64 5/60 #17 8.746 Installing : libmpc-1.1.0-9.1.el8.aarch64 6/60 #17 8.768 Installing : cmake-rpm-macros-3.26.5-2.el8.noarch 7/60 + docker info + docker info WARNING! Using --password via the CLI is insecure. Use --password-stdin. $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ #17 8.792 Installing : cmake-filesystem-3.26.5-2.el8.aarch64 8/60 WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_master@tmp/6aa046f2-4e32-45bd-b1ed-63d78ff87855/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh #17 9.546 Installing : cpp-8.5.0-21.el8.aarch64 9/60 #17 9.562 Running scriptlet: cpp-8.5.0-21.el8.aarch64 9/60 #17 9.585 Installing : python3-libsemanage-2.9-9.el8.aarch64 10/60 #17 9.675 Installing : python3-setools-4.3.0-5.el8.aarch64 11/60 #17 9.713 Installing : python3-audit-3.1.2-1.el8.aarch64 12/60 #17 9.747 Installing : pcre2-utf32-10.32-3.el8.aarch64 13/60 #17 9.781 Installing : pcre2-utf16-10.32-3.el8.aarch64 14/60 #17 9.860 Installing : pcre2-devel-10.32-3.el8.aarch64 15/60 #17 9.883 Running scriptlet: openssh-8.0p1-23.el8.aarch64 16/60 #17 9.962 Installing : openssh-8.0p1-23.el8.aarch64 16/60 #17 9.993 Installing : libubsan-8.5.0-21.el8.aarch64 17/60 #17 10.01 Running scriptlet: libubsan-8.5.0-21.el8.aarch64 17/60 #17 10.04 Installing : libsepol-devel-2.9-3.el8.aarch64 18/60 #17 10.08 Installing : libselinux-utils-2.9-8.el8.aarch64 19/60 #17 10.14 Installing : policycoreutils-2.9-24.el8.aarch64 20/60 #17 10.16 Running scriptlet: policycoreutils-2.9-24.el8.aarch64 20/60 #17 10.36 Installing : python3-policycoreutils-2.9-24.el8.noarch 21/60 #17 10.40 Installing : policycoreutils-python-utils-2.9-24.el8.noarch 22/60 #17 10.42 Installing : rpm-plugin-selinux-4.14.3-31.el8.aarch64 23/60 #17 10.44 Installing : selinux-policy-3.14.3-134.el8.noarch 24/60 #17 10.46 Running scriptlet: selinux-policy-3.14.3-134.el8.noarch 24/60 + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 6cf7f0b947cc: Pulling fs layer 6cf7f0b947cc: Verifying Checksum 6cf7f0b947cc: Download complete 6cf7f0b947cc: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 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_master@tmp/048c9256-a932-4746-af17-cf01ffe366ae/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh #17 10.49 Running scriptlet: selinux-policy-minimum-3.14.3-134.el8.noarch 25/60 #17 11.92 Installing : selinux-policy-minimum-3.14.3-134.el8.noarch 25/60 [Pipeline] echo Removing all docker containers [Pipeline] sh Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0cfe0d4b9da60bdff) in /home/ubuntu/workspace/docker-ce-packaging_master Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0e4b8ba5779941454) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] { [Pipeline] { [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-01d04eae23a1663d8) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] withDockerRegistry 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_master@tmp/af4f04d8-4f17-4092-9514-a9f2fc7ea23e/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-037330ad579c26591) in /home/ubuntu/workspace/docker-ce-packaging_master + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 6cf7f0b947cc: Pulling fs layer + docker container ls -aq Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0d2f383a93274a398) in /home/ubuntu/workspace/docker-ce-packaging_master Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0137ae6402258bfcf) in /home/ubuntu/workspace/docker-ce-packaging_master Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-03b270008f91c5f7f) in /home/ubuntu/workspace/docker-ce-packaging_master 6cf7f0b947cc: Download complete 6cf7f0b947cc: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (ubuntu-lunar-armhf) [Pipeline] sh + echo starting... starting... + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] sh $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] echo Removing all docker containers [Pipeline] sh + docker info + docker container ls -aq latest: Pulling from library/busybox [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (ubuntu-mantic-armhf) [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_master@tmp/19c0eb91-c1d6-4d6d-a093-db5e3f97f295/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 9ad63333ebc9: Pulling fs layer 9ad63333ebc9: Verifying Checksum 9ad63333ebc9: 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_master@tmp/ba5ef414-3e6a-4c10-8b9d-48dcf1d0e902/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0225bf2b4b4afa92f) in /home/ubuntu/workspace/docker-ce-packaging_master + echo starting... starting... WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_master@tmp/44dd1dde-8f20-4712-ad21-49b5fb041221/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.11.2 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.21.0 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: armv8l CPUs: 2 Total Memory: 7.559GiB Name: ip-10-100-122-178 ID: 9837ba52-5946-4a84-b838-7eb11f752404 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.11.2 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.21.0 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: armv8l CPUs: 2 Total Memory: 7.559GiB Name: ip-10-100-112-164 ID: 9837ba52-5946-4a84-b838-7eb11f752404 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.11.2 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.21.0 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: armv8l CPUs: 2 Total Memory: 7.559GiB Name: ip-10-100-103-82 ID: 9837ba52-5946-4a84-b838-7eb11f752404 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.11.2 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.21.0 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc io.containerd.runc.v2 Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: armv8l CPUs: 2 Total Memory: 7.559GiB Name: ip-10-100-108-92 ID: 9837ba52-5946-4a84-b838-7eb11f752404 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.11.2 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.21.0 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: armv8l CPUs: 2 Total Memory: 7.559GiB Name: ip-10-100-102-156 ID: 9837ba52-5946-4a84-b838-7eb11f752404 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true 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_master@tmp/5d0dd970-a23b-483c-977b-41946dfa05ca/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_master@tmp/29484d1f-9635-4c5e-a9f3-3e8c3dc76827/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.11.2 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.21.0 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc io.containerd.runc.v2 Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: armv8l CPUs: 2 Total Memory: 7.559GiB Name: ip-10-100-105-5 ID: 9837ba52-5946-4a84-b838-7eb11f752404 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true 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_master@tmp/89d7e1c4-3de5-4676-b972-aef64453ba32/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_master@tmp/7d29689f-fbd4-486d-a26c-9d1109df88a1/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] } [Pipeline] } [Pipeline] } [Pipeline] wrap [Pipeline] { [Pipeline] withDockerRegistry Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.11.2 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.21.0 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: armv8l CPUs: 2 Total Memory: 7.559GiB Name: ip-10-100-98-87 ID: 9837ba52-5946-4a84-b838-7eb11f752404 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-02745f4d07ed2bcb2) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] stage [Pipeline] { (build) [Pipeline] stage [Pipeline] { (build) [Pipeline] stage [Pipeline] { (build) [Pipeline] stage [Pipeline] { (build) [Pipeline] stage [Pipeline] { (build) [Pipeline] stage [Pipeline] { (info) [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] } [Pipeline] checkout The recommended git tool is: git + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 9ad63333ebc9: Pulling fs layer 9ad63333ebc9: Download complete Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.11.2 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.21.0 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: armv8l CPUs: 2 Total Memory: 7.559GiB Name: ip-10-100-98-211 ID: 9837ba52-5946-4a84-b838-7eb11f752404 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] checkout The recommended git tool is: git Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-050ab6ab3d288858a) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] sh $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] { [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-045c544cee02e3e40) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:47 2023 OS/Arch: linux/arm Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.11.2 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.21.0 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: armv8l CPUs: 2 Total Memory: 7.559GiB Name: ip-10-100-51-141 ID: 9837ba52-5946-4a84-b838-7eb11f752404 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (build) [Pipeline] } [Pipeline] withDockerRegistry [Pipeline] checkout The recommended git tool is: git [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] } [Pipeline] echo Removing all docker containers [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 9ad63333ebc9: Pulling fs layer 9ad63333ebc9: Verifying Checksum 9ad63333ebc9: Download complete [Pipeline] sh + docker container ls -aq 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_master@tmp/c321bb93-1513-413f-95b3-040e0edbf9f2/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest + docker container ls -aq + docker info $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0a7d7b6cb5eb95303) in /home/ubuntu/workspace/docker-ce-packaging_master $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0a96e0d587cf57d57) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 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_master@tmp/35646517-f5b0-4fc6-8009-67d10b317f0a/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally #17 11.99 Running scriptlet: selinux-policy-minimum-3.14.3-134.el8.noarch 25/60 #17 21.09 Installing : policycoreutils-devel-2.9-24.el8.aarch64 26/60 #17 21.32 Installing : selinux-policy-devel-3.14.3-134.el8.noarch 27/60 #17 21.35 Running scriptlet: selinux-policy-devel-3.14.3-134.el8.noarch 27/60 #17 21.37 Installing : libgomp-8.5.0-21.el8.aarch64 28/60 #17 21.39 Running scriptlet: libgomp-8.5.0-21.el8.aarch64 28/60 #17 21.42 Installing : libedit-3.1-23.20170329cvs.el8.aarch64 29/60 latest: Pulling from library/busybox 9ad63333ebc9: Pulling fs layer #17 21.49 Installing : openssh-clients-8.0p1-23.el8.aarch64 30/60 9ad63333ebc9: Verifying Checksum 9ad63333ebc9: Download complete 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest #17 22.40 Installing : git-core-2.43.0-1.el8.aarch64 31/60 #17 22.82 Installing : git-core-doc-2.43.0-1.el8.noarch 32/60 #17 22.85 Installing : libatomic-8.5.0-21.el8.aarch64 33/60 #17 22.86 Running scriptlet: libatomic-8.5.0-21.el8.aarch64 33/60 #17 22.92 Installing : libasan-8.5.0-21.el8.aarch64 34/60 [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh #17 22.93 Running scriptlet: libasan-8.5.0-21.el8.aarch64 34/60 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_master@tmp/b414e0c5-d153-49ba-873c-04562aeb01d6/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. #17 23.18 Installing : kernel-headers-4.18.0-536.el8.aarch64 35/60 #17 23.26 Running scriptlet: glibc-headers-2.28-248.el8.aarch64 36/60 #17 23.35 Installing : glibc-headers-2.28-248.el8.aarch64 36/60 #17 23.38 Installing : libxcrypt-devel-4.1.1-6.el8.aarch64 37/60 #17 23.40 Installing : glibc-devel-2.28-248.el8.aarch64 38/60 #17 23.41 Running scriptlet: glibc-devel-2.28-248.el8.aarch64 38/60 WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_master@tmp/7d60b412-b6e3-4c9a-8aff-16d126787875/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 9ad63333ebc9: Pulling fs layer 9ad63333ebc9: Download complete 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest #17 23.43 Installing : libxcrypt-static-4.1.1-6.el8.aarch64 39/60 #17 23.68 Installing : glibc-static-2.28-248.el8.aarch64 40/60 #17 23.70 Installing : vim-filesystem-2:8.0.1763-19.el8.4.noarch 41/60 #17 23.72 Installing : perl-Thread-Queue-3.13-1.el8.noarch 42/60 Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.11.2 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.21.0 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: armv8l CPUs: 2 Total Memory: 7.559GiB Name: ip-10-100-55-246 ID: 9837ba52-5946-4a84-b838-7eb11f752404 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true using credential docker-jenkins-github-credentials #17 23.79 Installing : automake-1.16.1-8.el8.noarch 43/60 #17 23.82 Installing : perl-TermReadKey-2.37-7.el8.aarch64 44/60 #17 23.84 Installing : perl-Error-1:0.17025-2.el8.noarch 45/60 #17 23.86 Installing : perl-Git-2.43.0-1.el8.noarch 46/60 #17 23.88 Installing : git-2.43.0-1.el8.aarch64 47/60 using credential docker-jenkins-github-credentials [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags #17 23.91 Installing : libuv-1:1.41.1-1.el8_4.aarch64 48/60 using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 9ad63333ebc9: Pulling fs layer 9ad63333ebc9: Verifying Checksum 9ad63333ebc9: Download complete 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-ce-packaging.git using credential docker-jenkins-github-credentials using credential docker-jenkins-github-credentials Cloning repository https://github.com/docker/docker-ce-packaging.git Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0083b216fd9fc9b34) in /home/ubuntu/workspace/docker-ce-packaging_master Cloning repository https://github.com/docker/docker-ce-packaging.git Cloning repository https://github.com/docker/docker-ce-packaging.git #17 24.37 Installing : cmake-data-3.26.5-2.el8.noarch 49/60 #17 25.33 Installing : cmake-3.26.5-2.el8.aarch64 50/60 #17 25.43 Installing : isl-0.16.1-6.el8.aarch64 51/60 [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) using credential docker-jenkins-github-credentials + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 9ad63333ebc9: Pulling fs layer 9ad63333ebc9: Verifying Checksum 9ad63333ebc9: Download complete 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest Cloning the remote Git repository Cloning with configured refspecs honoured and without tags > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 #17 25.44 Running scriptlet: isl-0.16.1-6.el8.aarch64 51/60 #17 26.58 Installing : gcc-8.5.0-21.el8.aarch64 52/60 #17 26.61 Running scriptlet: gcc-8.5.0-21.el8.aarch64 52/60 #17 26.68 Installing : annobin-11.13-2.el8.aarch64 53/60 > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) #17 26.70 Running scriptlet: annobin-11.13-2.el8.aarch64 53/60 #17 26.72 Installing : gcc-plugin-annobin-8.5.0-21.el8.aarch64 54/60 #17 26.74 Running scriptlet: gcc-plugin-annobin-8.5.0-21.el8.aarch64 54/60 #17 26.82 Installing : libtool-2.4.6-25.el8.aarch64 55/60 #17 26.84 Running scriptlet: libtool-2.4.6-25.el8.aarch64 55/60 #17 26.87 Installing : libtool-ltdl-devel-2.4.6-25.el8.aarch64 56/60 #17 26.91 Installing : libselinux-devel-2.9-8.el8.aarch64 57/60 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) #17 26.94 Installing : which-2.21-20.el8.aarch64 58/60 #17 27.03 Installing : systemd-devel-239-79.el8.aarch64 59/60 #17 27.07 Installing : libseccomp-devel-2.5.2-1.el8.aarch64 60/60 [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) Cloning repository https://github.com/docker/docker-ce-packaging.git [Pipeline] checkout The recommended git tool is: git [Pipeline] // stage [Pipeline] { [Pipeline] { [Pipeline] { #17 27.09 Running scriptlet: libseccomp-devel-2.5.2-1.el8.aarch64 60/60 #17 27.35 Verifying : annobin-11.13-2.el8.aarch64 1/60 #17 27.35 Verifying : autoconf-2.69-29.el8.noarch 2/60 #17 27.35 Verifying : automake-1.16.1-8.el8.noarch 3/60 #17 27.35 Verifying : cmake-3.26.5-2.el8.aarch64 4/60 #17 27.35 Verifying : cmake-data-3.26.5-2.el8.noarch 5/60 #17 27.35 Verifying : cmake-filesystem-3.26.5-2.el8.aarch64 6/60 #17 27.35 Verifying : cmake-rpm-macros-3.26.5-2.el8.noarch 7/60 #17 27.35 Verifying : cpp-8.5.0-21.el8.aarch64 8/60 #17 27.35 Verifying : gcc-8.5.0-21.el8.aarch64 9/60 #17 27.35 Verifying : gcc-plugin-annobin-8.5.0-21.el8.aarch64 10/60 #17 27.35 Verifying : git-2.43.0-1.el8.aarch64 11/60 #17 27.35 Verifying : git-core-2.43.0-1.el8.aarch64 12/60 #17 27.35 Verifying : git-core-doc-2.43.0-1.el8.noarch 13/60 #17 27.35 Verifying : isl-0.16.1-6.el8.aarch64 14/60 #17 27.35 Verifying : libmpc-1.1.0-9.1.el8.aarch64 15/60 #17 27.35 Verifying : libseccomp-devel-2.5.2-1.el8.aarch64 16/60 #17 27.35 Verifying : libtool-2.4.6-25.el8.aarch64 17/60 #17 27.35 Verifying : libtool-ltdl-devel-2.4.6-25.el8.aarch64 18/60 #17 27.35 Verifying : libuv-1:1.41.1-1.el8_4.aarch64 19/60 #17 27.35 Verifying : perl-Error-1:0.17025-2.el8.noarch 20/60 #17 27.35 Verifying : perl-Git-2.43.0-1.el8.noarch 21/60 #17 27.35 Verifying : perl-TermReadKey-2.37-7.el8.aarch64 22/60 #17 27.35 Verifying : perl-Thread-Queue-3.13-1.el8.noarch 23/60 #17 27.35 Verifying : vim-filesystem-2:8.0.1763-19.el8.4.noarch 24/60 #17 27.35 Verifying : checkpolicy-2.9-1.el8.aarch64 25/60 #17 27.35 Verifying : glibc-devel-2.28-248.el8.aarch64 26/60 #17 27.35 Verifying : glibc-headers-2.28-248.el8.aarch64 27/60 #17 27.35 Verifying : kernel-headers-4.18.0-536.el8.aarch64 28/60 #17 27.35 Verifying : libasan-8.5.0-21.el8.aarch64 29/60 #17 27.35 Verifying : libatomic-8.5.0-21.el8.aarch64 30/60 #17 27.35 Verifying : libedit-3.1-23.20170329cvs.el8.aarch64 31/60 #17 27.35 Verifying : libgomp-8.5.0-21.el8.aarch64 32/60 #17 27.35 Verifying : libselinux-devel-2.9-8.el8.aarch64 33/60 #17 27.35 Verifying : libselinux-utils-2.9-8.el8.aarch64 34/60 #17 27.35 Verifying : libsepol-devel-2.9-3.el8.aarch64 35/60 #17 27.35 Verifying : libubsan-8.5.0-21.el8.aarch64 36/60 #17 27.35 Verifying : libxcrypt-devel-4.1.1-6.el8.aarch64 37/60 #17 27.35 Verifying : m4-1.4.18-7.el8.aarch64 38/60 #17 27.35 Verifying : make-1:4.2.1-11.el8.aarch64 39/60 #17 27.35 Verifying : openssh-8.0p1-23.el8.aarch64 40/60 #17 27.35 Verifying : openssh-clients-8.0p1-23.el8.aarch64 41/60 #17 27.35 Verifying : pcre2-devel-10.32-3.el8.aarch64 42/60 #17 27.35 Verifying : pcre2-utf16-10.32-3.el8.aarch64 43/60 #17 27.35 Verifying : pcre2-utf32-10.32-3.el8.aarch64 44/60 #17 27.35 Verifying : policycoreutils-2.9-24.el8.aarch64 45/60 #17 27.35 Verifying : policycoreutils-devel-2.9-24.el8.aarch64 46/60 #17 27.35 Verifying : policycoreutils-python-utils-2.9-24.el8.noarch 47/60 #17 27.35 Verifying : python3-audit-3.1.2-1.el8.aarch64 48/60 #17 27.35 Verifying : python3-libselinux-2.9-8.el8.aarch64 49/60 #17 27.35 Verifying : python3-libsemanage-2.9-9.el8.aarch64 50/60 #17 27.35 Verifying : python3-policycoreutils-2.9-24.el8.noarch 51/60 #17 27.35 Verifying : python3-setools-4.3.0-5.el8.aarch64 52/60 #17 27.35 Verifying : rpm-plugin-selinux-4.14.3-31.el8.aarch64 53/60 #17 27.35 Verifying : selinux-policy-3.14.3-134.el8.noarch 54/60 #17 27.35 Verifying : selinux-policy-devel-3.14.3-134.el8.noarch 55/60 #17 27.35 Verifying : selinux-policy-minimum-3.14.3-134.el8.noarch 56/60 #17 27.35 Verifying : systemd-devel-239-79.el8.aarch64 57/60 #17 27.35 Verifying : which-2.21-20.el8.aarch64 58/60 #17 27.35 Verifying : glibc-static-2.28-248.el8.aarch64 59/60 [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] stage [Pipeline] { (build) [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] } [Pipeline] echo Removing all docker containers [Pipeline] sh #17 27.35 Verifying : libxcrypt-static-4.1.1-6.el8.aarch64 60/60 #17 27.54 #17 27.54 Installed: #17 27.54 annobin-11.13-2.el8.aarch64 #17 27.54 autoconf-2.69-29.el8.noarch #17 27.54 automake-1.16.1-8.el8.noarch #17 27.54 checkpolicy-2.9-1.el8.aarch64 #17 27.54 cmake-3.26.5-2.el8.aarch64 #17 27.54 cmake-data-3.26.5-2.el8.noarch #17 27.54 cmake-filesystem-3.26.5-2.el8.aarch64 #17 27.54 cmake-rpm-macros-3.26.5-2.el8.noarch #17 27.54 cpp-8.5.0-21.el8.aarch64 #17 27.54 gcc-8.5.0-21.el8.aarch64 #17 27.54 gcc-plugin-annobin-8.5.0-21.el8.aarch64 #17 27.54 git-2.43.0-1.el8.aarch64 #17 27.54 git-core-2.43.0-1.el8.aarch64 #17 27.54 git-core-doc-2.43.0-1.el8.noarch #17 27.54 glibc-devel-2.28-248.el8.aarch64 #17 27.54 glibc-headers-2.28-248.el8.aarch64 #17 27.54 glibc-static-2.28-248.el8.aarch64 #17 27.54 isl-0.16.1-6.el8.aarch64 #17 27.54 kernel-headers-4.18.0-536.el8.aarch64 #17 27.54 libasan-8.5.0-21.el8.aarch64 #17 27.54 libatomic-8.5.0-21.el8.aarch64 #17 27.54 libedit-3.1-23.20170329cvs.el8.aarch64 #17 27.54 libgomp-8.5.0-21.el8.aarch64 #17 27.54 libmpc-1.1.0-9.1.el8.aarch64 #17 27.54 libseccomp-devel-2.5.2-1.el8.aarch64 #17 27.54 libselinux-devel-2.9-8.el8.aarch64 #17 27.54 libselinux-utils-2.9-8.el8.aarch64 #17 27.54 libsepol-devel-2.9-3.el8.aarch64 #17 27.54 libtool-2.4.6-25.el8.aarch64 #17 27.54 libtool-ltdl-devel-2.4.6-25.el8.aarch64 #17 27.54 libubsan-8.5.0-21.el8.aarch64 #17 27.54 libuv-1:1.41.1-1.el8_4.aarch64 #17 27.54 libxcrypt-devel-4.1.1-6.el8.aarch64 #17 27.54 libxcrypt-static-4.1.1-6.el8.aarch64 #17 27.54 m4-1.4.18-7.el8.aarch64 #17 27.54 make-1:4.2.1-11.el8.aarch64 #17 27.54 openssh-8.0p1-23.el8.aarch64 #17 27.54 openssh-clients-8.0p1-23.el8.aarch64 #17 27.54 pcre2-devel-10.32-3.el8.aarch64 #17 27.54 pcre2-utf16-10.32-3.el8.aarch64 #17 27.54 pcre2-utf32-10.32-3.el8.aarch64 #17 27.54 perl-Error-1:0.17025-2.el8.noarch #17 27.54 perl-Git-2.43.0-1.el8.noarch #17 27.54 perl-TermReadKey-2.37-7.el8.aarch64 #17 27.54 perl-Thread-Queue-3.13-1.el8.noarch #17 27.54 policycoreutils-2.9-24.el8.aarch64 #17 27.54 policycoreutils-devel-2.9-24.el8.aarch64 #17 27.54 policycoreutils-python-utils-2.9-24.el8.noarch #17 27.54 python3-audit-3.1.2-1.el8.aarch64 #17 27.54 python3-libselinux-2.9-8.el8.aarch64 #17 27.54 python3-libsemanage-2.9-9.el8.aarch64 #17 27.54 python3-policycoreutils-2.9-24.el8.noarch #17 27.54 python3-setools-4.3.0-5.el8.aarch64 #17 27.54 rpm-plugin-selinux-4.14.3-31.el8.aarch64 #17 27.54 selinux-policy-3.14.3-134.el8.noarch #17 27.54 selinux-policy-devel-3.14.3-134.el8.noarch #17 27.54 selinux-policy-minimum-3.14.3-134.el8.noarch #17 27.54 systemd-devel-239-79.el8.aarch64 #17 27.54 vim-filesystem-2:8.0.1763-19.el8.4.noarch #17 27.54 which-2.21-20.el8.aarch64 #17 27.54 #17 27.54 Complete! > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # 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/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 [Pipeline] { [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] echo > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 Removing all docker containers [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 [Pipeline] echo Removing all docker containers + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 9ad63333ebc9: Pulling fs layer 9ad63333ebc9: Download complete 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest [Pipeline] sh > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 + docker container ls -aq + docker container ls -aq [Pipeline] wrap [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry [Pipeline] wrap [Pipeline] { Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0d39fabadbe7d2450) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] wrap [Pipeline] { Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) [Pipeline] wrap [Pipeline] { [Pipeline] stage [Pipeline] { (cross-mac) [Pipeline] echo Removing all docker containers [Pipeline] sh Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-047c4658a7d24d529) in /home/ubuntu/workspace/docker-ce-packaging_master Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-05161558ee017cd2b) in /home/ubuntu/workspace/docker-ce-packaging_master + docker container ls -aq > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-067f1c739d2bd8baf) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] checkout The recommended git tool is: git Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-04d150eefc68df7c2) in /home/ubuntu/workspace/docker-ce-packaging_master Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-089c0d0817cee7c29) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0709fffe81e57aa85) in /home/ubuntu/workspace/docker-ce-packaging_master Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0e61b1749ca32ce06) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] wrap Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-021b91658262b8657) in /home/ubuntu/workspace/docker-ce-packaging_master [Pipeline] wrap + docker container ls -aq [Pipeline] wrap [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (static-linux) [Pipeline] checkout The recommended git tool is: git [Pipeline] sh $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] { [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir + echo starting... starting... [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + echo starting... starting... Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0a7f0b442da4573c6) in /home/ubuntu/workspace/docker-ce-packaging_master #17 DONE 28.4s #18 [stage-1 8/9] COPY --link --from=golang /usr/local/go /usr/local/go $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] { [Pipeline] withDockerRegistry + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 9ad63333ebc9: Pulling fs layer [Pipeline] withDockerRegistry [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh 9ad63333ebc9: Verifying Checksum 9ad63333ebc9: Download complete 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest 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_master@tmp/a550c82a-59db-43a4-921c-73c9102170a8/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_master@tmp/a8f03f50-e86d-46ce-b186-d1a65e67328d/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" #18 DONE 2.1s #19 [stage-1 9/9] WORKDIR /root/rpmbuild #19 DONE 0.0s #20 exporting to image #20 exporting layers $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_master@tmp/309b3b9f-ad45-44df-80bf-8288b8277e76/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" $ 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_master@tmp/64f5aa98-f407-4c13-afa0-9eb03a3e869c/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags 9ad63333ebc9: Pulling fs layer 9ad63333ebc9: Download complete $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh #20 exporting layers 1.4s done #20 writing image sha256:75e66eadbca6bfa1cb03c3173776f2373c2a555792e1f651b8734ab15e98e54c done #20 naming to docker.io/rpmbuild-centos-8/aarch64 done #20 DONE 1.4s docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/centos-8/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/centos-8/SRPMS:/root/rpmbuild/SRPMS rpmbuild-centos-8/aarch64 -ba --define '_gitcommit_cli f18a476' --define '_gitcommit_engine c87e0ad' --define '_release 0' --define '_version 0.0.0~20240120124445.f18a476' --define '_origversion 0.0.0-20240120124445-f18a476' --define '_buildx_rpm_version 0.12.1' --define '_buildx_version v0.12.1' --define '_buildx_gitcommit 30feaa1' --define '_compose_rpm_version 2.24.2' --define '_compose_version v2.24.2' 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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DzIcJx + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xof - 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 9ad63333ebc9: Pulling fs layer Status: Downloaded newer image for busybox:latest Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 9ad63333ebc9: Download complete 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] } + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DCzaIW + umask 022 + cd /root/rpmbuild/BUILD + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + pushd /root/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src + TMP_GOPATH=/go + hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... [Pipeline] stage [Pipeline] { (centos-9-amd64) [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (centos-7-amd64) [Pipeline] sh [Pipeline] sh [Pipeline] { [Pipeline] echo Removing all docker containers [Pipeline] sh + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 8.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed 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_master@tmp/38e11f2e-4609-46c8-b8e6-ddccfa64bf93/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded using credential docker-jenkins-github-credentials [Pipeline] } [Pipeline] withDockerRegistry + echo starting... starting... [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (debian-bullseye-amd64) [Pipeline] stage Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] { (cross-win) [Pipeline] sh [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 9ad63333ebc9: Pulling fs layer 9ad63333ebc9: Download complete + echo starting... starting... -- Configuring done (0.2s) -- Generating done (0.0s) -- Build files have been written to: /go/tini + make tini-static [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [Pipeline] { [Pipeline] { [Pipeline] echo Removing all docker containers [Pipeline] sh using credential docker-jenkins-github-credentials + docker container ls -aq [Pipeline] { [Pipeline] { [Pipeline] sh 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_master@tmp/bedf3076-8ea1-4ccd-8423-c409c39477d0/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded Cloning the remote Git repository Cloning with configured refspecs honoured and without tags WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_master@tmp/6a63ef99-ee25-4db2-8f66-6dd1b6925456/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] sh + echo starting... starting... WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_master@tmp/224c191d-304a-42fd-9e91-7ea75d76d63d/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_master@tmp/297958d5-8d7c-41d9-8760-806eae5d802e/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded Cloning repository https://github.com/docker/docker-ce-packaging.git 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest [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_master@tmp/6e5f2f95-a7cc-4579-ac3d-b86bae7bb42a/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded + echo starting... starting... [100%] Linking C executable tini-static [100%] Built target tini-static + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init + VERSION=0.0.0-20240120124445-f18a476 + PRODUCT=docker + hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) [Pipeline] sh + docker container ls -aq [Pipeline] sh + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h [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/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_master@tmp/619ddf02-383d-4f7c-9fbf-2ced83ed5200/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags 'exclude_graphdriver_btrfs journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:39:33.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #14 65.42 -------------------------------------------------------------------------------- #14 65.42 Total 412 kB/s | 17 MB 00:42 #14 65.42 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 #14 65.43 Importing GPG key 0xF4A80EB5: #14 65.43 Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) " #14 65.43 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 #14 65.43 Package : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS) #14 65.43 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 #14 65.44 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64 #14 65.44 Importing GPG key 0x305D49D6: #14 65.44 Userid : "CentOS AltArch SIG - AArch64 (http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64) " #14 65.44 Fingerprint: ef8f 3ca6 6efd f32b 36cd adf7 6c7c b6ef 305d 49d6 #14 65.44 Package : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS) #14 65.44 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64 #14 65.51 Running transaction check #14 65.55 Running transaction test #14 65.62 Transaction test succeeded #14 65.62 Running transaction #14 65.77 Updating : rpm-4.11.3-48.el7_9.aarch64 1/52 #14 65.82 Updating : rpm-libs-4.11.3-48.el7_9.aarch64 2/52 + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h [Pipeline] sh Cloning repository https://github.com/docker/docker-ce-packaging.git [Pipeline] wrap + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h [Pipeline] wrap [Pipeline] wrap [Pipeline] wrap Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] sh WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_master@tmp/cd9a80d0-bb10-4435-b134-d19e42548c05/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) #14 66.12 Updating : rpm-build-libs-4.11.3-48.el7_9.aarch64 3/52 [Pipeline] wrap [Pipeline] sh Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h [Pipeline] } [Pipeline] } + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h [Pipeline] { [Pipeline] { [Pipeline] { Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] { [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] } [Pipeline] } [Pipeline] { [Pipeline] { Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] wrap [Pipeline] { Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h [Pipeline] wrap [Pipeline] { + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { #14 66.40 Installing : bzip2-1.0.6-13.el7.aarch64 4/52 #14 66.57 Installing : groff-base-1.22.2-8.el7.aarch64 5/52 #14 66.59 Installing : 1:perl-parent-0.225-244.el7.noarch 6/52 #14 66.62 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 7/52 #14 66.65 Installing : perl-podlators-2.5.1-3.el7.noarch 8/52 #14 66.67 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 9/52 [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h [Pipeline] wrap [Pipeline] { + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] wrap [Pipeline] { [Pipeline] wrap Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap + docker container ls -aq [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] { Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] echo #14 66.69 Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 10/52 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 #14 66.71 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 11/52 #14 67.02 Installing : perl-Encode-2.51-7.el7.aarch64 12/52 #14 67.04 Installing : perl-Pod-Usage-1.63-3.el7.noarch 13/52 #14 67.06 Installing : 4:perl-macros-5.16.3-299.el7_9.aarch64 14/52 #14 67.08 Installing : 4:perl-Time-HiRes-1.9725-3.el7.aarch64 15/52 #14 67.10 Installing : perl-Exporter-5.68-3.el7.noarch 16/52 #14 67.12 Installing : perl-constant-1.27-2.el7.noarch 17/52 #14 67.14 Installing : perl-Socket-2.010-5.el7.aarch64 18/52 #14 67.16 Installing : perl-Time-Local-1.2300-2.el7.noarch 19/52 #14 67.18 Installing : perl-Carp-1.26-244.el7.noarch 20/52 #14 67.21 Installing : perl-Filter-1.49-3.el7.aarch64 21/52 #14 67.23 Installing : perl-PathTools-3.40-5.el7.aarch64 22/52 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh #14 67.26 Installing : perl-threads-shared-1.43-6.el7.aarch64 23/52 #14 67.28 Installing : perl-Scalar-List-Utils-1.27-248.el7.aarch64 24/52 #14 67.30 Installing : perl-Storable-2.45-3.el7.aarch64 25/52 #14 67.39 Installing : 4:perl-libs-5.16.3-299.el7_9.aarch64 26/52 + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 9ad63333ebc9: Pulling fs layer [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh WARNING! Using --password via the CLI is insecure. Use --password-stdin. #14 67.70 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 27/52 #14 67.73 Installing : perl-Getopt-Long-2.40-3.el7.noarch 28/52 #14 67.75 Installing : perl-File-Temp-0.23.01-3.el7.noarch 29/52 #14 67.77 Installing : perl-File-Path-2.09-2.el7.noarch 30/52 9ad63333ebc9: Verifying Checksum 9ad63333ebc9: Download complete [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 9ad63333ebc9: Pulling fs layer 9ad63333ebc9: Download complete 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh 9ad63333ebc9: Pulling fs layer 9ad63333ebc9: Download complete + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh c2bf9493c1bf: Pulling fs layer c2bf9493c1bf: Verifying Checksum c2bf9493c1bf: Download complete c2bf9493c1bf: Pull complete #14 67.79 Installing : perl-threads-1.87-4.el7.aarch64 31/52 #14 68.89 Installing : 4:perl-5.16.3-299.el7_9.aarch64 32/52 #14 68.93 Installing : perl-Thread-Queue-3.02-2.el7.noarch 33/52 #14 68.96 Updating : rpm-python-4.11.3-48.el7_9.aarch64 34/52 #14 68.98 Installing : 1:emacs-filesystem-24.3-23.el7_9.1.noarch 35/52 + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally 9ad63333ebc9: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh c2bf9493c1bf: Pulling fs layer c2bf9493c1bf: Verifying Checksum c2bf9493c1bf: Download complete WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_master@tmp/2b433128-9d95-48f4-930f-3691c3b974b3/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh #14 69.01 Installing : desktop-file-utils-0.23-2.el7.aarch64 36/52 #14 69.02 Installing : python-srpm-macros-3-34.el7.noarch 37/52 #14 69.06 Installing : unzip-6.0-24.el7_9.aarch64 38/52 latest: Pulling from library/busybox c2bf9493c1bf: Pulling fs layer c2bf9493c1bf: Verifying Checksum c2bf9493c1bf: Download complete + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox c2bf9493c1bf: Pull complete [Pipeline] wrap [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] wrap [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) latest: Pulling from library/busybox c2bf9493c1bf: Pulling fs layer [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox c2bf9493c1bf: Pulling fs layer #14 69.11 Installing : zip-3.0-11.el7.aarch64 39/52 #14 69.14 Installing : patch-2.7.1-12.el7_7.aarch64 40/52 [Pipeline] stage [Pipeline] { (centos-8-amd64) [Pipeline] sh c2bf9493c1bf: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest c2bf9493c1bf: Pulling fs layer c2bf9493c1bf: Verifying Checksum c2bf9493c1bf: Download complete [Pipeline] sh [Pipeline] // stage [Pipeline] // stage [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally c2bf9493c1bf: Download complete c2bf9493c1bf: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest [Pipeline] stage [Pipeline] { (info) [Pipeline] stage [Pipeline] { (info) [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (debian-buster-amd64) [Pipeline] sh [Pipeline] sh c2bf9493c1bf: Download complete c2bf9493c1bf: Pull complete + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh #14 69.15 Installing : perl-srpm-macros-1-8.el7.noarch 41/52 [Pipeline] sh [Pipeline] sh [Pipeline] sh c2bf9493c1bf: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" [Pipeline] sh [Pipeline] sh [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] sh + echo starting... starting... [Pipeline] sh + make REF=master ubuntu-jammy git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin+ master awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master [Pipeline] { [Pipeline] { [Pipeline] echo Removing all docker containers [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] echo Removing all docker containers [Pipeline] sh Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 #14 69.71 Installing : gdb-7.6.1-120.el7.aarch64 42/52 #14 69.73 Installing : file-5.11-37.el7.aarch64 43/52 #14 69.76 Installing : dwz-0.11-3.el7.aarch64 44/52 #14 69.79 Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch 45/52 #14 69.85 Installing : elfutils-0.176-5.el7.aarch64 46/52 #14 69.90 Installing : rpm-build-4.11.3-48.el7_9.aarch64 47/52 [Pipeline] echo Removing all docker containers [Pipeline] sh + make REF=master raspbian-bullseye git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master+ awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master [Pipeline] wrap [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + echo starting... starting... + docker info + make REF=master debian-bullseye git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + awk {print $2} + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + docker info + make REF=master raspbian-bookworm git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + make REF=master debian-bookworm git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + make REF=master debian-buster git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + make REF=master ubuntu-focal git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master+ awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + docker container ls -aq #14 69.97 Installing : rpmlint-1.5-4.el7.noarch 48/52 #14 69.99 Cleanup : rpm-python-4.11.3-45.el7.aarch64 49/52 #14 70.00 Cleanup : rpm-build-libs-4.11.3-45.el7.aarch64 50/52 + docker container ls -aq + docker container ls -aq [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally #14 70.28 Cleanup : rpm-4.11.3-45.el7.aarch64 51/52 From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] sh [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] } [Pipeline] stage [Pipeline] { (debian-bookworm-amd64) [Pipeline] sh [Pipeline] sh + docker info + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox c2bf9493c1bf: Pulling fs layer [Pipeline] sh latest: Pulling from library/busybox c2bf9493c1bf: Pulling fs layer c2bf9493c1bf: Verifying Checksum c2bf9493c1bf: Download complete git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + docker container ls -aq [Pipeline] { [Pipeline] } [Pipeline] wrap [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo Removing all docker containers [Pipeline] sh + docker info [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" [Pipeline] sh + echo starting... starting... [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (info) [Pipeline] sh c2bf9493c1bf: Verifying Checksum c2bf9493c1bf: Download complete c2bf9493c1bf: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest + docker info c2bf9493c1bf: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master #14 70.31 Cleanup : rpm-libs-4.11.3-45.el7.aarch64 52/52 #14 70.88 Verifying : elfutils-0.176-5.el7.aarch64 1/52 #14 70.90 Verifying : rpm-libs-4.11.3-48.el7_9.aarch64 2/52 #14 70.92 Verifying : rpm-4.11.3-48.el7_9.aarch64 3/52 #14 70.93 Verifying : perl-threads-1.87-4.el7.aarch64 4/52 #14 70.94 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.aarch64 5/52 #14 70.95 Verifying : perl-Exporter-5.68-3.el7.noarch 6/52 #14 70.96 Verifying : perl-constant-1.27-2.el7.noarch 7/52 #14 70.97 Verifying : dwz-0.11-3.el7.aarch64 8/52 #14 70.98 Verifying : file-5.11-37.el7.aarch64 9/52 #14 70.99 Verifying : 1:perl-parent-0.225-244.el7.noarch 10/52 #14 71.00 Verifying : perl-Socket-2.010-5.el7.aarch64 11/52 #14 71.01 Verifying : perl-PathTools-3.40-5.el7.aarch64 12/52 #14 71.02 Verifying : gdb-7.6.1-120.el7.aarch64 13/52 #14 71.04 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 14/52 #14 71.05 Verifying : perl-srpm-macros-1-8.el7.noarch 15/52 #14 71.06 Verifying : desktop-file-utils-0.23-2.el7.aarch64 16/52 #14 71.07 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 17/52 #14 71.08 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 18/52 From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + docker info + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" + docker container ls -aq + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] stage [Pipeline] { (fedora-38-amd64) [Pipeline] stage [Pipeline] { (ubuntu-focal-amd64) [Pipeline] stage [Pipeline] { (fedora-39-amd64) [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh [Pipeline] sh #14 71.09 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 19/52 #14 71.10 Verifying : rpm-build-4.11.3-48.el7_9.aarch64 20/52 #14 71.12 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 21/52 #14 71.13 Verifying : perl-Encode-2.51-7.el7.aarch64 22/52 #14 71.14 Verifying : perl-Time-Local-1.2300-2.el7.noarch 23/52 #14 71.15 Verifying : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 24/52 #14 71.16 Verifying : 4:perl-macros-5.16.3-299.el7_9.aarch64 25/52 #14 71.17 Verifying : patch-2.7.1-12.el7_7.aarch64 26/52 #14 71.18 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 27/52 #14 71.19 Verifying : perl-Carp-1.26-244.el7.noarch 28/52 #14 71.20 Verifying : groff-base-1.22.2-8.el7.aarch64 29/52 #14 71.21 Verifying : rpm-build-libs-4.11.3-48.el7_9.aarch64 30/52 #14 71.23 Verifying : perl-threads-shared-1.43-6.el7.aarch64 31/52 #14 71.24 Verifying : bzip2-1.0.6-13.el7.aarch64 32/52 #14 71.25 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 33/52 #14 71.26 Verifying : rpmlint-1.5-4.el7.noarch 34/52 #14 71.27 Verifying : perl-podlators-2.5.1-3.el7.noarch 35/52 #14 71.28 Verifying : zip-3.0-11.el7.aarch64 36/52 #14 71.29 Verifying : rpm-python-4.11.3-48.el7_9.aarch64 37/52 #14 71.30 Verifying : perl-Filter-1.49-3.el7.aarch64 38/52 + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] } [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h [Pipeline] stage [Pipeline] { (ubuntu-lunar-amd64) [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox + echo starting... starting... [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo Removing all docker containers [Pipeline] sh From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master [Pipeline] sh From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (ubuntu-jammy-amd64) [Pipeline] sh + echo starting... starting... #14 71.31 Verifying : perl-Scalar-List-Utils-1.27-248.el7.aarch64 39/52 #14 71.32 Verifying : perl-Storable-2.45-3.el7.aarch64 40/52 #14 71.33 Verifying : 4:perl-5.16.3-299.el7_9.aarch64 41/52 #14 71.34 Verifying : 4:perl-libs-5.16.3-299.el7_9.aarch64 42/52 #14 71.35 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 43/52 #14 71.36 Verifying : unzip-6.0-24.el7_9.aarch64 44/52 #14 71.37 Verifying : python-srpm-macros-3-34.el7.noarch 45/52 #14 71.38 Verifying : perl-File-Path-2.09-2.el7.noarch 46/52 #14 71.39 Verifying : 1:emacs-filesystem-24.3-23.el7_9.1.noarch 47/52 #14 71.40 Verifying : redhat-rpm-config-9.1.0-88.el7.centos.noarch 48/52 #14 71.41 Verifying : rpm-4.11.3-45.el7.aarch64 49/52 From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master #14 71.41 Verifying : rpm-python-4.11.3-45.el7.aarch64 50/52 #14 71.41 Verifying : rpm-build-libs-4.11.3-45.el7.aarch64 51/52 #14 71.42 Verifying : rpm-libs-4.11.3-45.el7.aarch64 52/52 #14 71.46 #14 71.46 Installed: #14 71.46 rpm-build.aarch64 0:4.11.3-48.el7_9 rpmlint.noarch 0:1.5-4.el7 #14 71.46 #14 71.46 Dependency Installed: #14 71.46 bzip2.aarch64 0:1.0.6-13.el7 #14 71.46 desktop-file-utils.aarch64 0:0.23-2.el7 #14 71.46 dwz.aarch64 0:0.11-3.el7 #14 71.46 elfutils.aarch64 0:0.176-5.el7 #14 71.46 emacs-filesystem.noarch 1:24.3-23.el7_9.1 #14 71.46 file.aarch64 0:5.11-37.el7 #14 71.46 gdb.aarch64 0:7.6.1-120.el7 #14 71.46 groff-base.aarch64 0:1.22.2-8.el7 #14 71.46 patch.aarch64 0:2.7.1-12.el7_7 #14 71.46 perl.aarch64 4:5.16.3-299.el7_9 + git -C src/github.com/docker/cli checkout -q refs/heads/master #14 71.46 perl-Carp.noarch 0:1.26-244.el7 #14 71.46 perl-Encode.aarch64 0:2.51-7.el7 #14 71.46 perl-Exporter.noarch 0:5.68-3.el7 #14 71.46 perl-File-Path.noarch 0:2.09-2.el7 #14 71.46 perl-File-Temp.noarch 0:0.23.01-3.el7 #14 71.46 perl-Filter.aarch64 0:1.49-3.el7 #14 71.46 perl-Getopt-Long.noarch 0:2.40-3.el7 #14 71.46 perl-HTTP-Tiny.noarch 0:0.033-3.el7 #14 71.46 perl-PathTools.aarch64 0:3.40-5.el7 #14 71.46 perl-Pod-Escapes.noarch 1:1.04-299.el7_9 #14 71.46 perl-Pod-Perldoc.noarch 0:3.20-4.el7 #14 71.46 perl-Pod-Simple.noarch 1:3.28-4.el7 #14 71.46 perl-Pod-Usage.noarch 0:1.63-3.el7 #14 71.46 perl-Scalar-List-Utils.aarch64 0:1.27-248.el7 #14 71.46 perl-Socket.aarch64 0:2.010-5.el7 #14 71.46 perl-Storable.aarch64 0:2.45-3.el7 #14 71.46 perl-Text-ParseWords.noarch 0:3.29-4.el7 #14 71.46 perl-Thread-Queue.noarch 0:3.02-2.el7 #14 71.46 perl-Time-HiRes.aarch64 4:1.9725-3.el7 #14 71.46 perl-Time-Local.noarch 0:1.2300-2.el7 #14 71.46 perl-constant.noarch 0:1.27-2.el7 #14 71.46 perl-libs.aarch64 4:5.16.3-299.el7_9 #14 71.46 perl-macros.aarch64 4:5.16.3-299.el7_9 #14 71.46 perl-parent.noarch 1:0.225-244.el7 #14 71.46 perl-podlators.noarch 0:2.5.1-3.el7 #14 71.46 perl-srpm-macros.noarch 0:1-8.el7 #14 71.46 perl-threads.aarch64 0:1.87-4.el7 #14 71.46 perl-threads-shared.aarch64 0:1.43-6.el7 #14 71.46 python-srpm-macros.noarch 0:3-34.el7 #14 71.46 redhat-rpm-config.noarch 0:9.1.0-88.el7.centos #14 71.46 unzip.aarch64 0:6.0-24.el7_9 #14 71.46 zip.aarch64 0:3.0-11.el7 #14 71.46 #14 71.46 Dependency Updated: #14 71.46 rpm.aarch64 0:4.11.3-48.el7_9 rpm-build-libs.aarch64 0:4.11.3-48.el7_9 #14 71.46 rpm-libs.aarch64 0:4.11.3-48.el7_9 rpm-python.aarch64 0:4.11.3-48.el7_9 #14 71.46 #14 71.46 Complete! + echo starting... starting... [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) + docker container ls -aq [Pipeline] sh Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] } [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (ubuntu-mantic-amd64) [Pipeline] sh c2bf9493c1bf: Pulling fs layer c2bf9493c1bf: Verifying Checksum c2bf9493c1bf: Download complete c2bf9493c1bf: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest [Pipeline] } [Pipeline] } [Pipeline] sh + echo starting... starting... [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo Removing all docker containers [Pipeline] sh git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + docker container ls -aq [Pipeline] // stage [Pipeline] sh + docker info git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} #14 DONE 71.7s [Pipeline] stage [Pipeline] { (info) git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} [Pipeline] sh + echo starting... starting... [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) + docker info [Pipeline] sh [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] echo Removing all docker containers [Pipeline] sh + echo starting... starting... [Pipeline] } [Pipeline] stage [Pipeline] { (fedora-39-aarch64) [Pipeline] sh From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master [Pipeline] } [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] } [Pipeline] stage [Pipeline] { (ubuntu-mantic-aarch64) [Pipeline] sh + make REF=master raspbian-buster git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin+ master awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + docker container ls -aq + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master #15 [stage-1 4/7] COPY --link SPECS /root/rpmbuild/SPECS #15 DONE 0.0s #16 [stage-1 5/7] RUN yum-builddep -y /root/rpmbuild/SPECS/*.spec + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] sh + docker container ls -aq [Pipeline] stage [Pipeline] { (ubuntu-focal-aarch64) [Pipeline] sh git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) + echo starting... starting... [Pipeline] sh [Pipeline] echo Docker containers have been removed + docker info [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] sh [Pipeline] sh #16 0.561 Loaded plugins: fastestmirror, ovl [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master [Pipeline] sh [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] } [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] stage [Pipeline] { (debian-bookworm-aarch64) + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] echo cleanWorkspace: Workspace is clean. Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh + echo starting... starting... [Pipeline] stage [Pipeline] { (debian-buster-aarch64) [Pipeline] echo Removing all docker containers [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh + echo starting... starting... [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:01 2023 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh + docker info [Pipeline] sh #16 0.705 Enabling base-source repository #16 0.705 Enabling extras-source repository #16 0.705 Enabling updates-source repository #16 0.706 Loading mirror speeds from cached hostfile #16 0.707 * base: download.cf.centos.org #16 0.707 * extras: download.cf.centos.org #16 0.707 * updates: download.cf.centos.org Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' + docker info + docker info + docker container ls -aq [Pipeline] } [Pipeline] sh + echo starting... starting... [Pipeline] } [Pipeline] sh+ docker container ls -aq + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] sh + echo starting... starting... [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] sh + make REF=master ubuntu-lunar git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master [Pipeline] sh [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] sh [Pipeline] stage [Pipeline] { (fedora-38-aarch64) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] sh [Pipeline] sh [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (debian-bullseye-aarch64) [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] sh [Pipeline] sh + docker info From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + docker info + make REF=master ubuntu-mantic git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + docker info + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh + docker info + echo starting... starting... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh + echo starting... starting... [Pipeline] } + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] // stage + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master [Pipeline] stage [Pipeline] { (info) [Pipeline] sh [Pipeline] sh + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + docker info + docker info From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh + docker info + docker info Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master [Pipeline] echo Removing all docker containers [Pipeline] sh git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + docker info + docker info git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (ubuntu-jammy-aarch64) [Pipeline] sh + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master [Pipeline] echo Removing all docker containers [Pipeline] sh + echo starting... starting... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] sh From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (ubuntu-lunar-aarch64) [Pipeline] sh + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master + echo starting... starting... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] sh + docker info git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master + docker info From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1+ awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + awk {print $2} + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: aarch64 CPUs: 8 Total Memory: 30.64GiB Name: ip-10-100-41-94 ID: df31e515-0d6e-4cdc-bab7-e14664be0d77 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] checkout The recommended git tool is: git git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.89GiB Name: ip-10-100-101-20 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] } Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.89GiB Name: ip-10-100-109-178 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] } [Pipeline] checkout [Pipeline] // stage The recommended git tool is: git [Pipeline] stage [Pipeline] { (build) Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.89GiB Name: ip-10-100-96-221 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] checkout The recommended git tool is: git [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] checkout The recommended git tool is: git Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.89GiB Name: ip-10-100-80-140 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] } git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 [Pipeline] // stage From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 [Pipeline] stage [Pipeline] { (build) Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: aarch64 CPUs: 8 Total Memory: 30.64GiB Name: ip-10-100-52-199 ID: df31e515-0d6e-4cdc-bab7-e14664be0d77 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: aarch64 CPUs: 8 Total Memory: 30.64GiB Name: ip-10-100-44-68 ID: df31e515-0d6e-4cdc-bab7-e14664be0d77 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.89GiB Name: ip-10-100-124-64 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] checkout The recommended git tool is: git [Pipeline] } [Pipeline] } [Pipeline] } Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.89GiB Name: ip-10-100-113-8 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.89GiB Name: ip-10-100-108-224 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] // stage Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.89GiB Name: ip-10-100-114-64 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] // stage [Pipeline] // stage Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.89GiB Name: ip-10-100-117-25 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] stage [Pipeline] { (build) [Pipeline] stage [Pipeline] { (build) [Pipeline] stage [Pipeline] { (build) [Pipeline] } [Pipeline] } From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 [Pipeline] checkout The recommended git tool is: git Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc io.containerd.runc.v2 Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: aarch64 CPUs: 8 Total Memory: 30.64GiB Name: ip-10-100-34-43 ID: df31e515-0d6e-4cdc-bab7-e14664be0d77 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] checkout The recommended git tool is: git Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.56GiB Name: ip-10-100-88-196 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] checkout [Pipeline] } The recommended git tool is: git [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] } [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc io.containerd.runc.v2 Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.89GiB Name: ip-10-100-100-79 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] checkout The recommended git tool is: git Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: aarch64 CPUs: 8 Total Memory: 30.64GiB Name: ip-10-100-48-141 ID: df31e515-0d6e-4cdc-bab7-e14664be0d77 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: aarch64 CPUs: 8 Total Memory: 30.64GiB Name: ip-10-100-54-95 ID: df31e515-0d6e-4cdc-bab7-e14664be0d77 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] // stage From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 [Pipeline] stage [Pipeline] { (build) [Pipeline] checkout Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.89GiB Name: ip-10-100-116-230 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true The recommended git tool is: git The recommended git tool is: git Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc io.containerd.runc.v2 Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: aarch64 CPUs: 8 Total Memory: 30.64GiB Name: ip-10-100-37-227 ID: df31e515-0d6e-4cdc-bab7-e14664be0d77 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] checkout The recommended git tool is: git [Pipeline] // stage From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 ubuntu-jammy make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally [Pipeline] // stage git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 [Pipeline] stage [Pipeline] { (build) [Pipeline] stage [Pipeline] { (build) [Pipeline] checkout The recommended git tool is: git Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc io.containerd.runc.v2 Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.89GiB Name: ip-10-100-80-108 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 [Pipeline] checkout From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 The recommended git tool is: git [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] stage [Pipeline] { (build) [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] stage [Pipeline] { (build) latest: Pulling from library/alpine [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] // stage git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 [Pipeline] stage [Pipeline] { (build) [Pipeline] // stage [Pipeline] stage From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 [Pipeline] { (build) Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.89GiB Name: ip-10-100-99-128 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] checkout Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 30.56GiB Name: ip-10-100-39-181 ID: 2e0dba71-95e5-42a1-8668-e8b64a1fef5f Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true The recommended git tool is: git [Pipeline] checkout 1086c24c4109: Pulling fs layer The recommended git tool is: git From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 raspbian-bookworm make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: aarch64 CPUs: 8 Total Memory: 30.64GiB Name: ip-10-100-42-36 ID: df31e515-0d6e-4cdc-bab7-e14664be0d77 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] checkout The recommended git tool is: git From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 ubuntu-lunar make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 [Pipeline] checkout The recommended git tool is: git [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] stage [Pipeline] { (build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) 1086c24c4109: Verifying Checksum 1086c24c4109: Download complete latest: Pulling from library/alpine 1086c24c4109: Pulling fs layer [Pipeline] checkout The recommended git tool is: git From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 [Pipeline] checkout The recommended git tool is: git From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 debian-buster make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 ubuntu-focal make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally 1086c24c4109: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest [Pipeline] checkout latest: Pulling from library/alpine 1086c24c4109: Pulling fs layer From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: aarch64 CPUs: 8 Total Memory: 30.64GiB Name: ip-10-100-63-126 ID: df31e515-0d6e-4cdc-bab7-e14664be0d77 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true 1086c24c4109: Verifying Checksum 1086c24c4109: Download complete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) The recommended git tool is: git + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 debian-bookworm make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} latest: Pulling from library/alpine 1086c24c4109: Pulling fs layer latest: Pulling from library/alpine 1086c24c4109: Pulling fs layer [Pipeline] checkout 1086c24c4109: Verifying Checksum 1086c24c4109: Download complete 1086c24c4109: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest The recommended git tool is: git From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 debian-bullseye make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally 1086c24c4109: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 1086c24c4109: Verifying Checksum 1086c24c4109: Download complete 1086c24c4109: Pull complete latest: Pulling from library/alpine 1086c24c4109: Pulling fs layer 1086c24c4109: Verifying Checksum 1086c24c4109: Download complete git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads+ --tags origin v2.24.2 awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 1086c24c4109: Verifying Checksum 1086c24c4109: Download complete git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 latest: Pulling from library/alpine Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest 1086c24c4109: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 raspbian-bullseye make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 ubuntu-mantic make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally 1086c24c4109: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 raspbian-buster make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli 1086c24c4109: Pulling fs layer latest: Pulling from library/alpine latest: Pulling from library/alpine Unable to find image 'alpine:latest' locally 1086c24c4109: Verifying Checksum 1086c24c4109: Download complete 1086c24c4109: Pull complete 1086c24c4109: Pulling fs layer 1086c24c4109: Pulling fs layer 1086c24c4109: Verifying Checksum 1086c24c4109: Download complete latest: Pulling from library/alpine 1086c24c4109: Pulling fs layer Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest 1086c24c4109: Verifying Checksum 1086c24c4109: Download complete 1086c24c4109: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest 1086c24c4109: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest 1086c24c4109: Download complete 1086c24c4109: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning the remote Git repository Cloning with configured refspecs honoured and without tags latest: Pulling from library/busybox c2bf9493c1bf: Pulling fs layer c2bf9493c1bf: Verifying Checksum c2bf9493c1bf: Download complete c2bf9493c1bf: Pull complete Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 Status: Downloaded newer image for busybox:latest [Pipeline] echo Removing all docker containers [Pipeline] sh Cloning repository https://github.com/docker/docker-ce-packaging.git + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir Cloning repository https://github.com/docker/docker-ce-packaging.git Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Cloning repository https://github.com/docker/docker-ce-packaging.git [Pipeline] echo using credential docker-jenkins-github-credentials cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (centos-9-aarch64) [Pipeline] sh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 + echo starting... starting... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (info) [Pipeline] sh using credential docker-jenkins-github-credentials using credential docker-jenkins-github-credentials using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Cloning the remote Git repository + docker version Client: Docker Engine - Community Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:14 2023 OS/Arch: linux/arm64 Experimental: true containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 Cloning with configured refspecs honoured and without tags [Pipeline] sh using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials + docker info 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/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # 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/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials Cloning the remote Git repository 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_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials using credential docker-jenkins-github-credentials using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Cloning the remote Git repository 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_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) using credential docker-jenkins-github-credentials Cloning repository https://github.com/docker/docker-ce-packaging.git Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) using credential docker-jenkins-github-credentials Cloning the remote Git repository 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_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 using credential docker-jenkins-github-credentials mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) 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/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # 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/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # 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/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) 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/master:refs/remotes/origin/master # timeout=10 > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # 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/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # 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/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # 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/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.0 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.23.3 Path: /usr/libexec/docker/cli-plugins/docker-compose Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 24.0.7 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc io.containerd.runc.v2 Default Runtime: runc Init Binary: docker-init containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc version: v1.1.10-0-g18a0cb0 init version: de40ad0 Security Options: apparmor seccomp Profile: builtin Kernel Version: 5.15.0-1050-aws Operating System: Ubuntu 20.04.6 LTS OSType: linux Architecture: aarch64 CPUs: 8 Total Memory: 30.64GiB Name: ip-10-100-56-16 ID: df31e515-0d6e-4cdc-bab7-e14664be0d77 Docker Root Dir: /var/lib/docker Debug Mode: false Username: dockerbuildbot Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] checkout The recommended git tool is: git mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" [Pipeline] sh [Pipeline] sh [Pipeline] sh [Pipeline] sh Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" using credential docker-jenkins-github-credentials + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Cloning the remote Git repository Cloning with configured refspecs honoured and without tags + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" [Pipeline] sh + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh [Pipeline] sh Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h [Pipeline] sh [Pipeline] sh Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh + make REF=master fedora-38 git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h [Pipeline] sh Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" + make REF=master ubuntu-focal git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] sh Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h [Pipeline] sh + make REF=master fedora-39 git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h + make REF=master debian-buster git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads+ --tags origin master awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx [Pipeline] sh + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h [Pipeline] sh mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh [Pipeline] sh Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" [Pipeline] sh [Pipeline] sh Avoid second fetch Checking out Revision 170be9bd323c3db2202439862433b47463ac5468 (master) Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh + make REF=master ubuntu-lunar git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master [Pipeline] sh Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] sh Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" [Pipeline] sh + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h + make REF=master debian-buster git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h + make REF=master centos-8 git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + make REF=master centos-9 git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master [Pipeline] sh + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h + make REF=master ubuntu-jammy git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master + make REF=master debian-bullseye git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master [Pipeline] sh + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh [Pipeline] sh Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh [Pipeline] sh [Pipeline] sh + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 170be9bd323c3db2202439862433b47463ac5468 # timeout=10 + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh + make REF=master fedora-38 git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + make REF=master ubuntu-mantic git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + make REF=master DOCKER_BUILD_PKGS=cross-mac static git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + make REF=master debian-bookworm git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master [Pipeline] sh + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h + make REF=master DOCKER_BUILD_PKGS=static-linux static git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master [Pipeline] sh + make REF=master centos-7 git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master [Pipeline] sh mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx [Pipeline] sh From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master + make REF=master ubuntu-mantic git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs+ --heads --tags origin master awk {print $2} + make REF=master DOCKER_BUILD_PKGS=cross-win static git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master + make REF=master debian-bullseye git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master [Pipeline] sh git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master + make REF=master fedora-39 git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h + make REF=master ubuntu-focal git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master + make REF=master debian-bookworm git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli+ ls-remote --refs --heads --tags origin master awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master awk {print $2} git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote+ --refs --heads --tags origin master awk {print $2} git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + + gitawk -C {print $2} src/github.com/docker/docker ls-remote --refs --heads --tags origin master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + make REF=master ubuntu-jammy git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + make REF=master ubuntu-lunar git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master awk {print $2} mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master + awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli checkout -q refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin+ master awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C+ src/github.com/docker/docker ls-remote --refs --heads --tags origin master awk {print $2} + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git+ -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker+ ls-remote --refs --heads --tags origin master awk {print $2} From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C+ src/github.com/docker/docker ls-remote --refs --heads --tags origin master awk {print $2} From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + + gitawk -C {print $2} src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose + git -C src/github.com/docker/docker checkout -q refs/heads/master mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} git init src/github.com/docker/buildx git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags+ origin v0.12.1 awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master Commit message: "Merge pull request #981 from glours/bump-compose-v2.24.2" git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags+ origin v0.12.1 awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C+ src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 awk {print $2} git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 mkdir -p sources == Building packages for ubuntu-focal == mkdir -p "debbuild/ubuntu-focal" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile . git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 == Building packages for debian-buster == mkdir -p "debbuild/debian-buster" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile . == Building packages for ubuntu-jammy == mkdir -p "debbuild/ubuntu-jammy" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/aarch64 -f ubuntu-jammy/Dockerfile . git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.28kB done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.1s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 984B done git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 awk {print $2} [Pipeline] sh #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.28kB done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 resolve image config for docker.io/docker/dockerfile:1 #3 ... #4 [auth] docker/dockerfile:pull token for registry-1.docker.io #4 DONE 0.0s From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 + awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote+ --refs --heads --tags origin v0.12.1 awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 == Building packages for raspbian-bullseye == mkdir -p "debbuild/raspbian-bullseye" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-raspbian-bullseye/aarch64 -f raspbian-bullseye/Dockerfile . git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1 awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs+ --heads --tags origin v2.24.2 awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 #3 resolve image config for docker.io/docker/dockerfile:1 mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 git init src/github.com/docker/compose + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + + git -C src/github.com/docker/compose ls-remoteawk --refs {print $2} --heads --tags origin v2.24.2 #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.00kB done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.21.6 centos-9 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 #4 DONE 0.5s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:b5643961f788687777555bbf1165cdf4fb3859cc1a4812eeea40c01713cc3fc5 482B / 482B done #5 sha256:b58d932a417656b0d0e7860275e79bfb0496cf0dbb8611fe502d0cf86712901f 1.28kB / 1.28kB done #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0B / 11.16MB 0.1s From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.12.1+ awk {print $2} Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' == Building packages for ubuntu-mantic == mkdir -p "debbuild/ubuntu-mantic" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-ubuntu-mantic/aarch64 -f ubuntu-mantic/Dockerfile . git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 awk {print $2} [Pipeline] sh #3 DONE 0.5s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:b5643961f788687777555bbf1165cdf4fb3859cc1a4812eeea40c01713cc3fc5 482B / 482B done #5 sha256:b58d932a417656b0d0e7860275e79bfb0496cf0dbb8611fe502d0cf86712901f 1.28kB / 1.28kB done #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0B / 11.16MB 0.1s git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote+ --refs --heads --tags origin v0.12.1 awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 Unable to find image 'alpine:latest' locally git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 7.34MB / 11.16MB 0.4s git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose+ ls-remote --refs --heads --tags origin v2.24.2 awk {print $2} From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 ubuntu-focal make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 #4 DONE 0.7s #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.29kB done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 2.10MB / 11.16MB 0.3s + make REF=master centos-9 git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "master" + SRC=src/github.com/docker/cli + REF=master + REF_FETCH=master + + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master awk {print $2} + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master == Building packages for raspbian-bookworm == mkdir -p "debbuild/raspbian-bookworm" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-raspbian-bookworm/aarch64 -f raspbian-bookworm/Dockerfile . #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.1s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 1.00kB done #2 DONE 0.1s #3 resolve image config for docker.io/docker/dockerfile:1 mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 ubuntu-jammy make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} == Building packages for ubuntu-lunar == mkdir -p "debbuild/ubuntu-lunar" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-ubuntu-lunar/aarch64 -f ubuntu-lunar/Dockerfile . #4 DONE 0.4s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.21.6 fedora-38 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine Unable to find image 'alpine:latest' locally + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C+ src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.5s #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.5s done #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs+ --heads --tags origin v2.24.2 awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 latest: Pulling from library/alpine git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:b5643961f788687777555bbf1165cdf4fb3859cc1a4812eeea40c01713cc3fc5 482B / 482B done #5 sha256:b58d932a417656b0d0e7860275e79bfb0496cf0dbb8611fe502d0cf86712901f 1.28kB / 1.28kB done #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0B / 11.16MB 0.1s #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 3.15MB / 11.16MB 0.2s #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 4.19MB / 11.16MB 0.4s #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 10.49MB / 11.16MB 0.6s #3 ... #4 [auth] docker/dockerfile:pull token for registry-1.docker.io #4 DONE 0.0s #3 resolve image config for docker.io/docker/dockerfile:1 + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.1s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 1.28kB done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 ubuntu-lunar make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:b5643961f788687777555bbf1165cdf4fb3859cc1a4812eeea40c01713cc3fc5 482B / 482B done #5 sha256:b58d932a417656b0d0e7860275e79bfb0496cf0dbb8611fe502d0cf86712901f 1.28kB / 1.28kB done #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 7.95MB / 11.16MB 0.3s latest: Pulling from library/alpine From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.21.6 centos-8 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine Unable to find image 'alpine:latest' locally From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 for p in cross-mac; do \ make -C static VERSION=0.0.1-dev GO_VERSION=1.21.6 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \ done make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use gracious_kepler cd /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.21.6 fedora-39 #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0.3s done == Building packages for debian-bookworm == mkdir -p "debbuild/debian-bookworm" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-debian-bookworm/aarch64 -f debian-bookworm/Dockerfile . From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 debian-bookworm make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 debian-bullseye make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally == Building packages for raspbian-buster == mkdir -p "debbuild/raspbian-buster" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-raspbian-buster/aarch64 -f raspbian-buster/Dockerfile . From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 debian-buster make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 latest: Pulling from library/alpine 661ff4d9561e: Pulling fs layer 661ff4d9561e: Pulling fs layer 661ff4d9561e: Download complete git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin+ v2.24.2 awk {print $2} #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 9.44MB / 11.16MB 0.4s #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.5s #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.6s done #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0.1s git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 debian-buster make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally From https://github.com/docker/cli * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/cli checkout -q refs/heads/master #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 9.44MB / 11.16MB 0.4s #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.5s done 661ff4d9561e: Pulling fs layer git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} #0 building with "gracious_kepler" instance using docker-container driver #1 [internal] load local bake definitions #1 reading docker-bake.hcl 3.75kB / 3.75kB done #1 DONE 0.0s #2 [internal] booting buildkit #2 pulling image moby/buildkit:buildx-stable-1 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine Unable to find image 'alpine:latest' locally #5 DONE 1.0s #6 [auth] library/ubuntu:pull token for registry-1.docker.io #6 DONE 0.0s #7 [auth] library/golang:pull token for registry-1.docker.io 661ff4d9561e: Verifying Checksum 661ff4d9561e: Download complete 661ff4d9561e: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.21.6 fedora-38 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine Unable to find image 'alpine:latest' locally 661ff4d9561e: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.5s done #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0.1s From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 ubuntu-mantic make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0.3s done #5 DONE 1.1s #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 for p in static-linux; do \ make -C static VERSION=0.0.1-dev GO_VERSION=1.21.6 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \ done make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' cd /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 docker buildx bake --set binary.platform= --set binary.args.CGO_ENABLED= binary #0 building with "default" instance using docker driver #1 [internal] load local bake definitions #4 DONE 0.8s git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "master" + SRC=src/github.com/docker/docker + REF=master + REF_FETCH=master + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin+ master awk {print $2} From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0.3s done 661ff4d9561e: Verifying Checksum 661ff4d9561e: Download complete 661ff4d9561e: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.21.6 centos-7 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine latest: Pulling from library/alpine #7 DONE 0.0s #8 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm latest: Pulling from library/alpine 661ff4d9561e: Pulling fs layer 661ff4d9561e: Verifying Checksum 661ff4d9561e: Download complete Status: Downloaded newer image for alpine:latest == Building packages for debian-bullseye == mkdir -p "debbuild/debian-bullseye" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/aarch64 -f debian-bullseye/Dockerfile . git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin+ v2.24.2 awk {print $2} + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0.3s done #5 DONE 1.0s #6 [internal] load metadata for docker.io/library/debian:buster #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 986B done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 999B done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 latest: Pulling from library/alpine 661ff4d9561e: Pulling fs layer 661ff4d9561e: Verifying Checksum 661ff4d9561e: Download complete From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 ubuntu-mantic make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine latest: Pulling from library/alpine 661ff4d9561e: Pulling fs layer 661ff4d9561e: Verifying Checksum 661ff4d9561e: Download complete #6 ... #7 [auth] library/golang:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/ubuntu:pull token for registry-1.docker.io #8 DONE 0.0s #9 [internal] load metadata for docker.io/library/ubuntu:jammy #1 reading docker-bake.hcl 3.75kB / 3.75kB done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:b58d932a417656b0d0e7860275e79bfb0496cf0dbb8611fe502d0cf86712901f 1.28kB / 1.28kB done #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 1.05MB / 11.16MB 0.1s #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:b5643961f788687777555bbf1165cdf4fb3859cc1a4812eeea40c01713cc3fc5 482B / 482B done #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 4.19MB / 11.16MB 0.2s + REF=refs/heads/master + [ -n refs/heads/master ] + REF_FETCH=refs/heads/master:refs/heads/master + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 debian-bullseye make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine c30352492317: Pulling fs layer #5 DONE 0.9s #6 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io #6 DONE 0.0s #7 [auth] library/golang:pull token for registry-1.docker.io #7 DONE 0.0s #8 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 + awk {print $2} latest: Pulling from library/alpine From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 debian-bookworm make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources 661ff4d9561e: Pulling fs layer 661ff4d9561e: Verifying Checksum 661ff4d9561e: Download complete 661ff4d9561e: Pulling fs layer 661ff4d9561e: Verifying Checksum 661ff4d9561e: Download complete 661ff4d9561e: Pull complete #4 DONE 0.7s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:b5643961f788687777555bbf1165cdf4fb3859cc1a4812eeea40c01713cc3fc5 482B / 482B done #5 sha256:b58d932a417656b0d0e7860275e79bfb0496cf0dbb8611fe502d0cf86712901f 1.28kB / 1.28kB done #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0B / 11.16MB 0.1s #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 3.15MB / 11.16MB 0.2s 661ff4d9561e: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest latest: Pulling from library/alpine #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #6 ... #7 [auth] library/debian:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm 661ff4d9561e: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest latest: Pulling from library/alpine 661ff4d9561e: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest c30352492317: Pulling fs layer c30352492317: Verifying Checksum c30352492317: Download complete latest: Pulling from library/alpine c30352492317: Pulling fs layer c30352492317: Verifying Checksum c30352492317: Download complete From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 for p in cross-win; do \ make -C static VERSION=0.0.1-dev GO_VERSION=1.21.6 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \ done make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' cd /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker && docker buildx build --target binary --build-arg VERSION=0.0.0-20240120124445-f18a476 --build-arg DOCKER_GITCOMMIT=c87e0ad --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg PLATFORM --platform windows/amd64 --output "./bundles/cross/win" . From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 ubuntu-focal make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally #2 transferring context: 263B done #2 DONE 0.0s #3 [internal] load build definition from Dockerfile #3 transferring dockerfile: 4.97kB done #3 DONE 0.0s #4 [auth] docker/dockerfile:pull token for registry-1.docker.io #4 DONE 0.0s #5 resolve image config for docker.io/docker/dockerfile:1 #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 9.44MB / 11.16MB 0.4s #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.4s done #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 latest: Pulling from library/alpine 661ff4d9561e: Pulling fs layer c30352492317: Verifying Checksum c30352492317: Download complete c30352492317: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest 661ff4d9561e: Pulling fs layer 661ff4d9561e: Verifying Checksum 661ff4d9561e: Download complete 661ff4d9561e: Pull complete + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine c30352492317: Pulling fs layer c30352492317: Verifying Checksum c30352492317: Download complete c30352492317: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest 661ff4d9561e: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 6.29MB / 11.16MB 0.3s #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.5s 661ff4d9561e: Pulling fs layer 661ff4d9561e: Verifying Checksum 661ff4d9561e: Download complete #1 transferring dockerfile: 986B done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #8 DONE 0.5s #9 [internal] load metadata for docker.io/library/ubuntu:focal 661ff4d9561e: Pulling fs layer 661ff4d9561e: Verifying Checksum 661ff4d9561e: Download complete c30352492317: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 113B done #1 DONE 0.1s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 27.92kB done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 c30352492317: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.21.6 fedora-39 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine #5 DONE 0.7s #4 DONE 0.6s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:b5643961f788687777555bbf1165cdf4fb3859cc1a4812eeea40c01713cc3fc5 482B / 482B done #5 sha256:b58d932a417656b0d0e7860275e79bfb0496cf0dbb8611fe502d0cf86712901f 1.28kB / 1.28kB done #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 1.05MB / 11.16MB 0.1s #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 4.19MB / 11.16MB 0.2s #4 DONE 0.5s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #9 DONE 0.7s #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #6 DONE 0.8s From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 661ff4d9561e: Verifying Checksum 661ff4d9561e: Download complete 661ff4d9561e: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 ubuntu-lunar make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine #8 ... #9 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bullseye #9 DONE 0.5s #8 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #8 DONE 0.6s 661ff4d9561e: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest #9 DONE 1.0s 661ff4d9561e: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest #4 DONE 0.4s latest: Pulling from library/alpine c30352492317: Pulling fs layer c30352492317: Verifying Checksum c30352492317: Download complete c30352492317: Pull complete #9 DONE 0.5s #6 [internal] load metadata for docker.io/library/debian:buster #6 DONE 0.7s #6 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #6 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #6 sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1e81f1834c73ecc77e 482B / 482B done #6 sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2aa6c11aaa0ea431b44bb89 1.27kB / 1.27kB done #6 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 4.19MB / 11.80MB 0.1s #6 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 10.49MB / 11.16MB 0.4s #5 sha256:b5643961f788687777555bbf1165cdf4fb3859cc1a4812eeea40c01713cc3fc5 482B / 482B done #5 sha256:b58d932a417656b0d0e7860275e79bfb0496cf0dbb8611fe502d0cf86712901f 1.28kB / 1.28kB done #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.5s #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.1s done #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:c1c101ec53db55016a98c6b12d5b40a1cb9620c946e516fabf88eb107ff838f7 1.58kB / 1.58kB done #10 sha256:4af8abceae1331132427d831acdd4eca3eeb97be651c33e075ff63f4eea72fe0 5.96kB / 5.96kB done make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.6 ubuntu-jammy make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0.3s done #5 DONE 0.9s #6 [auth] library/golang:pull token for registry-1.docker.io #6 DONE 0.0s #7 [auth] library/ubuntu:pull token for registry-1.docker.io #7 DONE 0.0s #8 [internal] load metadata for docker.io/library/ubuntu:mantic latest: Pulling from library/alpine c30352492317: Pulling fs layer c30352492317: Verifying Checksum c30352492317: Download complete c30352492317: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.1s done #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.7s done #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 From https://github.com/docker/docker * [new branch] master -> master * [new branch] master -> origin/master + git -C src/github.com/docker/docker checkout -q refs/heads/master #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.1s done #10 sha256:4af8abceae1331132427d831acdd4eca3eeb97be651c33e075ff63f4eea72fe0 5.96kB / 5.96kB done #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 0B / 45.16MB 0.1s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 0B / 21.95MB 0.1s #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:c1c101ec53db55016a98c6b12d5b40a1cb9620c946e516fabf88eb107ff838f7 1.58kB / 1.58kB done #4 DONE 0.5s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1e81f1834c73ecc77e 482B / 482B done #5 sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2aa6c11aaa0ea431b44bb89 1.27kB / 1.27kB done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 7.34MB / 11.80MB 0.1s c30352492317: Pulling fs layer c30352492317: Verifying Checksum c30352492317: Download complete c30352492317: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:c1c101ec53db55016a98c6b12d5b40a1cb9620c946e516fabf88eb107ff838f7 1.58kB / 1.58kB done #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 0B / 45.16MB 0.1s #10 sha256:4af8abceae1331132427d831acdd4eca3eeb97be651c33e075ff63f4eea72fe0 5.96kB / 5.96kB done #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 0B / 21.95MB 0.1s #6 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s done #6 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s #6 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #6 DONE 0.3s #7 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.5s #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.6s done #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.6s done #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0.1s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 0B / 21.95MB 0.2s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 0B / 45.16MB 0.2s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 3.15MB / 45.16MB 0.4s latest: Pulling from library/alpine c30352492317: Pulling fs layer #8 DONE 0.4s #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 DONE 0.3s c30352492317: Pulling fs layer c30352492317: Verifying Checksum c30352492317: Download complete c30352492317: Pull complete #10 sha256:c1c101ec53db55016a98c6b12d5b40a1cb9620c946e516fabf88eb107ff838f7 1.58kB / 1.58kB done #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:4af8abceae1331132427d831acdd4eca3eeb97be651c33e075ff63f4eea72fe0 5.96kB / 5.96kB done #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0.3s done #5 DONE 1.2s #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 5.24MB / 45.16MB 0.4s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 3.15MB / 21.95MB 0.4s #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 6.29MB / 11.16MB 0.3s #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:b5643961f788687777555bbf1165cdf4fb3859cc1a4812eeea40c01713cc3fc5 482B / 482B done #5 sha256:b58d932a417656b0d0e7860275e79bfb0496cf0dbb8611fe502d0cf86712901f 1.28kB / 1.28kB done #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.5s #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s done #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #5 DONE 0.4s #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 5.24MB / 45.16MB 0.4s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 4.19MB / 21.95MB 0.4s #7 ... #8 [auth] tonistiigi/xx:pull token for registry-1.docker.io #8 DONE 0.0s #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0.3s done #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0.3s done #5 DONE 1.0s #6 [internal] load metadata for docker.io/library/debian:bookworm #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 4.19MB / 21.95MB 0.6s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 6.29MB / 45.16MB 0.6s c30352492317: Download complete c30352492317: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.1s done Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest #6 ... #7 [auth] library/golang:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/ubuntu:pull token for registry-1.docker.io #8 DONE 0.0s #9 [internal] load metadata for docker.io/library/ubuntu:lunar #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 8.39MB / 45.16MB 0.6s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 6.29MB / 21.95MB 0.6s #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 #6 ... #7 [auth] tonistiigi/xx:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s git init src/github.com/docker/buildx Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/.git/ git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git" ./scripts/checkout.sh src/github.com/docker/buildx "v0.12.1" #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 6.29MB / 21.95MB 0.5s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 8.39MB / 45.16MB 0.6s #5 DONE 1.0s #6 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io #9 [auth] library/golang:pull token for registry-1.docker.io #9 DONE 0.0s #10 [auth] dockercore/golang-cross:pull token for registry-1.docker.io #10 DONE 0.0s #11 [internal] load metadata for docker.io/library/golang:1.21.6-alpine3.18 #11 DONE 0.5s #12 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 6.29MB / 21.95MB 0.7s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 10.49MB / 21.95MB 0.9s #6 ... #7 [auth] library/debian:pull token for registry-1.docker.io #7 DONE 0.0s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 12.58MB / 45.16MB 0.9s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s Status: Downloaded newer image for alpine:latest #10 sha256:c1c101ec53db55016a98c6b12d5b40a1cb9620c946e516fabf88eb107ff838f7 1.58kB / 1.58kB done #10 sha256:4af8abceae1331132427d831acdd4eca3eeb97be651c33e075ff63f4eea72fe0 5.96kB / 5.96kB done #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 0B / 45.16MB 0.1s #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 0B / 21.95MB 0.1s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 5.05MB / 45.16MB 0.3s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 2.10MB / 21.95MB 0.3s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 0B / 45.16MB 0.6s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 3.15MB / 45.16MB 0.8s #3 DONE 2.2s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 4.19MB / 11.16MB 0.2s #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:b5643961f788687777555bbf1165cdf4fb3859cc1a4812eeea40c01713cc3fc5 482B / 482B done #5 sha256:b58d932a417656b0d0e7860275e79bfb0496cf0dbb8611fe502d0cf86712901f 1.28kB / 1.28kB done #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 7.34MB / 11.16MB 0.3s #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.5s #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.6s done #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 #9 DONE 0.5s #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 11.53MB / 45.16MB 0.8s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 9.44MB / 21.95MB 0.8s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 11.53MB / 21.95MB 0.9s #5 sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 11.16MB / 11.16MB 0.8s done #9 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 #9 ... #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #6 DONE 0.4s + SRC=src/github.com/docker/buildx + REF=v0.12.1 + REF_FETCH=v0.12.1 + git -C src/github.com/docker/buildx ls-remote --refs --heads+ --tags origin v0.12.1 awk {print $2} + REF=refs/tags/v0.12.1 + [ -n refs/tags/v0.12.1 ] + REF_FETCH=refs/tags/v0.12.1:refs/tags/v0.12.1 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.12.1:refs/tags/v0.12.1 #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 11.53MB / 45.16MB 0.8s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 10.49MB / 21.95MB 0.8s #6 DONE 0.0s #7 [auth] library/golang:pull token for registry-1.docker.io #7 DONE 0.0s #8 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #12 ... #7 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras #7 DONE 0.6s #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 13.63MB / 21.95MB 1.1s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 16.78MB / 45.16MB 1.2s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 4.19MB / 21.95MB 0.4s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 8.39MB / 45.16MB 0.5s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 16.78MB / 45.16MB 1.1s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 15.73MB / 21.95MB 1.1s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 17.83MB / 21.95MB 1.2s #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0.3s done #5 DONE 1.2s #9 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 #9 DONE 0.5s #8 ... #9 [internal] load metadata for docker.io/balenalib/rpi-raspbian:buster #9 DONE 0.4s #8 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #8 DONE 0.4s #12 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 #12 DONE 0.7s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 14.68MB / 45.16MB 1.0s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 13.63MB / 21.95MB 1.0s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 15.73MB / 21.95MB 1.1s #9 DONE 0.5s #6 [internal] load metadata for docker.io/library/debian:bookworm #6 DONE 0.6s #2 pulling image moby/buildkit:buildx-stable-1 2.3s done #2 creating container buildx_buildkit_gracious_kepler0 #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 17.83MB / 21.95MB 1.3s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 20.97MB / 21.95MB 1.5s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 19.92MB / 45.16MB 1.5s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 7.34MB / 21.95MB 0.6s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 11.53MB / 45.16MB 0.7s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 9.44MB / 21.95MB 0.8s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 19.92MB / 45.16MB 1.3s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 20.97MB / 21.95MB 1.4s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 23.07MB / 45.16MB 1.5s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 9.02MB / 45.16MB 1.2s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 11.53MB / 45.16MB 1.4s #5 extracting sha256:eefb7215925cc61a4326bfa3adac94d1d45b5ecb47e32cc8324805133e1bcf89 0.3s done #5 DONE 1.0s #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #6 ... #7 [auth] library/debian:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.1s done #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 20.97MB / 45.16MB 1.4s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 18.87MB / 21.95MB 1.4s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #10 DONE 0.0s #11 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 #11 resolve docker.io/library/debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 0.1s done #11 DONE 0.1s #12 [internal] load build context #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 21.95MB / 21.95MB 1.7s done #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 23.07MB / 45.16MB 1.7s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 0B / 59.21MB 1.7s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 15.73MB / 45.16MB 1.0s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 12.58MB / 21.95MB 1.0s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 21.95MB / 21.95MB 1.6s done #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 0B / 59.21MB 1.6s #10 ... #11 [internal] load build context #11 transferring context: 34.75MB 1.9s done #11 DONE 1.9s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 29.36MB / 45.16MB 1.8s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 14.68MB / 45.16MB 1.5s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 0B / 21.95MB 1.7s #9 [internal] load metadata for docker.io/library/debian:bullseye #6 ... #7 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s #9 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bookworm #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:c1c101ec53db55016a98c6b12d5b40a1cb9620c946e516fabf88eb107ff838f7 1.58kB / 1.58kB done #10 sha256:4af8abceae1331132427d831acdd4eca3eeb97be651c33e075ff63f4eea72fe0 5.96kB / 5.96kB done #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 20.97MB / 21.95MB 1.5s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 24.12MB / 45.16MB 1.6s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 29.42MB / 45.16MB 2.0s #6 DONE 1.1s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done From https://github.com/docker/buildx * [new tag] v0.12.1 -> v0.12.1 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.12.1 #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 14.68MB / 21.95MB 1.2s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 19.92MB / 45.16MB 1.3s #10 ... #11 [internal] load build context #11 transferring context: 34.75MB 1.8s done #11 DONE 1.8s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 18.87MB / 45.16MB 1.8s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 2.10MB / 21.95MB 1.9s #9 ... #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #6 DONE 0.5s #9 DONE 0.5s #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #6 DONE 0.5s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 32.51MB / 45.16MB 1.9s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 35.65MB / 45.16MB 2.1s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 4.19MB / 59.21MB 2.1s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 0B / 66.22MB 2.1s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 28.31MB / 45.16MB 1.8s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 21.95MB / 21.95MB 1.8s done #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 0B / 59.21MB 1.9s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 3.15MB / 59.21MB 2.1s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 33.55MB / 45.16MB 2.2s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 0B / 66.22MB 2.2s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 1.05MB / 45.16MB 0.1s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 0B / 21.95MB 0.1s #10 sha256:4af8abceae1331132427d831acdd4eca3eeb97be651c33e075ff63f4eea72fe0 5.96kB / 5.96kB done #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:c1c101ec53db55016a98c6b12d5b40a1cb9620c946e516fabf88eb107ff838f7 1.58kB / 1.58kB done git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.24.2" + SRC=src/github.com/docker/compose + REF=v2.24.2 + REF_FETCH=v2.24.2 + + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.24.2 awk {print $2} #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 16.78MB / 21.95MB 1.4s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 23.07MB / 45.16MB 1.6s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 19.92MB / 21.95MB 1.6s #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 #13 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.1s done #13 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done #13 sha256:d890adde6e4e382c10314e4df2ff4df3b3ff2a9bcb07069df99ef28612c802c4 479B / 479B done #13 sha256:017e092422167efd5c3b937f8c84589bcf5012a4833278838589f7f3be5bd789 1.41kB / 1.41kB done #13 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 0B / 16.18kB 0.1s #13 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 0.1s done #13 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done #13 DONE 0.3s #14 [build-base-alpine 1/4] FROM docker.io/library/golang:1.21.6-alpine3.18@sha256:869193e7c30611d635c7bc3d1ed879039b7d24710a03474437d402f06825171e #14 resolve docker.io/library/golang:1.21.6-alpine3.18@sha256:869193e7c30611d635c7bc3d1ed879039b7d24710a03474437d402f06825171e 0.1s done #14 sha256:869193e7c30611d635c7bc3d1ed879039b7d24710a03474437d402f06825171e 1.65kB / 1.65kB done #14 sha256:f2d0855d69741e69f520e29968cf3c7f431f69b94e80e5410a3e1729c490ccd4 1.16kB / 1.16kB done #14 sha256:87bde052c13aa43647d188c6f3fc5e638268791ae075890bde64e49eb1f7fd04 5.22kB / 5.22kB done #14 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0B / 3.40MB 0.1s #14 sha256:5501dced60f86be38cc73d3c038f7db4afeee65726f7e422aacf09244539ebf1 284.70kB / 284.70kB 0.1s #14 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c #14 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 0B / 67.09MB 0.2s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 23.07MB / 45.16MB 2.0s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 5.24MB / 21.95MB 2.0s #9 [internal] load metadata for docker.io/library/debian:bullseye #9 DONE 0.6s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 33.55MB / 45.16MB 2.1s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 3.15MB / 59.21MB 2.1s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 39.85MB / 45.16MB 2.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 8.39MB / 59.21MB 2.4s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 0B / 45.16MB 0.7s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 36.70MB / 45.16MB 2.4s #10 ... #11 [internal] load build context #11 transferring context: 34.75MB 2.6s done #11 DONE 2.6s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 7.34MB / 59.21MB 2.5s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 6.29MB / 45.16MB 0.4s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 5.24MB / 21.95MB 0.4s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 10.49MB / 45.16MB 0.6s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 7.34MB / 21.95MB 0.6s + REF=refs/tags/v2.24.2 + [ -n refs/tags/v2.24.2 ] + REF_FETCH=refs/tags/v2.24.2:refs/tags/v2.24.2 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.24.2:refs/tags/v2.24.2 #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 29.36MB / 45.16MB 1.9s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 21.95MB / 21.95MB 1.9s done #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 0B / 59.21MB 2.0s #14 ... #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 #15 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done #15 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done #15 sha256:8d61139feed19d3685ffc483d41349d49cbdba3ee104a9104dd0ac98cdbc1479 523B / 523B done #15 sha256:9a072fc69921655d494291e64abe03c6b872ce4522837193a46aee910330fba7 455B / 455B done #15 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.2s done #15 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 done #15 DONE 0.5s #14 [build-base-alpine 1/4] FROM docker.io/library/golang:1.21.6-alpine3.18@sha256:869193e7c30611d635c7bc3d1ed879039b7d24710a03474437d402f06825171e #14 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0.2s done #14 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 6.29MB / 67.09MB 0.4s #14 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 17.83MB / 67.09MB 0.5s #14 extracting sha256:5501dced60f86be38cc73d3c038f7db4afeee65726f7e422aacf09244539ebf1 #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 28.31MB / 45.16MB 2.3s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 10.49MB / 21.95MB 2.3s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 12.58MB / 21.95MB 2.4s #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:4af8abceae1331132427d831acdd4eca3eeb97be651c33e075ff63f4eea72fe0 5.96kB / 5.96kB done #10 sha256:c1c101ec53db55016a98c6b12d5b40a1cb9620c946e516fabf88eb107ff838f7 1.58kB / 1.58kB done #10 [internal] load build context #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 37.75MB / 45.16MB 2.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 7.34MB / 59.21MB 2.4s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 4.19MB / 66.22MB 2.5s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 42.99MB / 45.16MB 2.6s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 11.53MB / 59.21MB 2.6s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 4.19MB / 45.16MB 0.9s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 7.34MB / 45.16MB 1.1s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 39.85MB / 45.16MB 2.6s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 42.99MB / 45.16MB 2.8s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 11.53MB / 59.21MB 2.8s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 5.24MB / 66.22MB 2.8s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 15.73MB / 45.16MB 0.9s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 11.53MB / 21.95MB 0.9s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine From https://github.com/docker/compose * [new tag] v2.24.2 -> v2.24.2 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.24.2 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.21.6 centos-9 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine Unable to find image 'alpine:latest' locally #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 33.55MB / 45.16MB 2.1s #14 extracting sha256:5501dced60f86be38cc73d3c038f7db4afeee65726f7e422aacf09244539ebf1 0.1s done #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 31.46MB / 45.16MB 2.5s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 16.78MB / 21.95MB 2.6s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 36.70MB / 45.16MB 2.7s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 18.87MB / 21.95MB 2.7s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 41.94MB / 45.16MB 2.7s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 11.53MB / 59.21MB 2.7s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 14.68MB / 59.21MB 2.8s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 8.39MB / 66.22MB 2.8s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 17.83MB / 59.21MB 2.9s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 11.53MB / 45.16MB 1.3s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 14.68MB / 59.21MB 3.0s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 9.44MB / 66.22MB 3.0s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 13.63MB / 21.95MB 1.0s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 18.87MB / 45.16MB 1.1s latest: Pulling from library/alpine #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 3.15MB / 59.21MB 2.2s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 37.75MB / 45.16MB 2.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 7.34MB / 59.21MB 2.4s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 0B / 66.22MB 2.4s #14 ... #16 [internal] load build context #16 transferring context: 41.80MB 0.7s done #16 DONE 0.8s #14 [build-base-alpine 1/4] FROM docker.io/library/golang:1.21.6-alpine3.18@sha256:869193e7c30611d635c7bc3d1ed879039b7d24710a03474437d402f06825171e #14 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 32.51MB / 67.09MB 0.9s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 41.94MB / 45.16MB 2.9s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 21.95MB / 21.95MB 2.9s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 45.09MB / 45.16MB 3.0s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 21.95MB / 21.95MB 2.9s done #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 0B / 66.22MB 3.0s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 0B / 59.21MB 3.0s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 0B / 45.16MB 0.6s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 3.15MB / 45.16MB 0.9s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 45.16MB / 45.16MB 2.9s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 15.73MB / 59.21MB 2.9s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 12.58MB / 66.22MB 3.0s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 22.02MB / 59.21MB 3.1s #10 ... #11 [internal] load build context #11 transferring context: 34.75MB 1.6s done #11 DONE 1.6s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 15.73MB / 45.16MB 1.6s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 18.87MB / 59.21MB 3.2s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 15.73MB / 21.95MB 1.2s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 23.07MB / 45.16MB 1.3s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 17.83MB / 21.95MB 1.3s c30352492317: Pulling fs layer c30352492317: Verifying Checksum c30352492317: Download complete c30352492317: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 10.49MB / 59.21MB 2.6s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 42.99MB / 45.16MB 2.7s #14 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 44.04MB / 67.09MB 1.1s #14 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 56.62MB / 67.09MB 1.2s #14 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 66.06MB / 67.09MB 1.3s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 6.29MB / 45.16MB 1.1s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 45.16MB / 45.16MB 3.1s done #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 20.97MB / 59.21MB 3.1s #10 ... #11 [internal] load build context #11 transferring context: 34.75MB 3.3s done #11 DONE 3.3s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 45.16MB / 45.16MB 3.1s done #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 17.83MB / 66.22MB 3.3s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 0B / 65.83MB 3.3s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 26.21MB / 59.21MB 3.4s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 20.97MB / 45.16MB 1.8s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 45.16MB / 45.16MB 3.2s done #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 22.02MB / 59.21MB 3.4s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 15.73MB / 66.22MB 3.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 0B / 65.83MB 3.4s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 20.97MB / 21.95MB 1.5s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 27.26MB / 45.16MB 1.6s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 15.73MB / 59.21MB 3.0s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 5.24MB / 66.22MB 3.0s #14 extracting sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 #14 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 67.09MB / 67.09MB 1.4s done mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 45.16MB / 45.16MB 3.1s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 0B / 65.83MB 3.2s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 4.19MB / 66.22MB 3.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 4.19MB / 59.21MB 3.4s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 #10 ... #11 [internal] load build context #11 transferring context: 34.75MB 1.4s done #11 DONE 1.4s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 25.17MB / 59.21MB 3.4s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 2.10MB / 66.22MB 3.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 0B / 65.83MB 3.4s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 23.07MB / 66.22MB 3.6s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 26.21MB / 45.16MB 2.0s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 0B / 21.95MB 2.0s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 31.46MB / 45.16MB 2.2s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 3.15MB / 21.95MB 2.2s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 27.26MB / 59.21MB 3.7s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 19.92MB / 66.22MB 3.8s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 5.24MB / 65.83MB 3.8s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 31.46MB / 45.16MB 1.8s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 21.95MB / 21.95MB 1.8s done #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 1.05MB / 59.21MB 1.9s #10 ... #11 [internal] load build context #11 transferring context: 34.75MB 3.1s done #11 DONE 3.1s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 45.16MB / 45.16MB 3.0s done #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 18.87MB / 59.21MB 3.2s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 1.05MB / 65.83MB 3.2s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 7.34MB / 59.21MB 3.6s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 9.44MB / 66.22MB 3.8s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 10.49MB / 59.21MB 3.8s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 5.24MB / 65.83MB 3.8s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 13.63MB / 45.16MB 1.5s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 16.78MB / 45.16MB 1.6s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 30.41MB / 59.21MB 3.8s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 7.34MB / 66.22MB 3.8s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 5.24MB / 65.83MB 3.8s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 30.41MB / 59.21MB 3.7s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 4.19MB / 65.83MB 3.7s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 33.55MB / 59.21MB 3.9s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 30.41MB / 59.21MB 4.0s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 5.24MB / 21.95MB 2.3s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 35.65MB / 45.16MB 2.4s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 8.39MB / 21.95MB 2.4s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 34.60MB / 45.16MB 2.0s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 5.24MB / 59.21MB 2.1s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 9.44MB / 66.22MB 3.3s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 23.07MB / 59.21MB 3.5s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 5.24MB / 65.83MB 3.5s #12 transferring context: 19.54MB 2.6s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 0B / 21.95MB 1.7s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 20.97MB / 45.16MB 1.8s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 27.26MB / 66.22MB 4.0s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 9.44MB / 65.83MB 4.0s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 37.75MB / 59.21MB 4.2s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 40.47MB / 45.16MB 2.6s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 12.58MB / 21.95MB 2.6s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 0B / 59.21MB 2.6s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 14.68MB / 21.95MB 2.7s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 33.55MB / 59.21MB 4.2s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 26.21MB / 66.22MB 4.2s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 10.49MB / 65.83MB 4.2s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 39.85MB / 45.16MB 2.3s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 9.44MB / 59.21MB 2.3s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 0B / 66.22MB 2.3s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 27.26MB / 59.21MB 3.8s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 15.73MB / 66.22MB 3.8s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 25.17MB / 45.16MB 2.0s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 3.15MB / 21.95MB 2.0s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 5.75MB / 21.95MB 2.1s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 28.31MB / 45.16MB 2.2s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 7.34MB / 21.95MB 2.2s #10 transferring context: 25.92MB 1.9s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 31.46MB / 66.22MB 4.3s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 13.63MB / 65.83MB 4.3s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 13.63MB / 59.21MB 4.0s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 13.63MB / 66.22MB 4.2s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 9.44MB / 65.83MB 4.2s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 18.87MB / 59.21MB 4.4s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 44.04MB / 45.16MB 2.8s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 16.78MB / 21.95MB 2.8s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 3.15MB / 59.21MB 2.9s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 36.70MB / 59.21MB 4.5s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 30.41MB / 66.22MB 4.6s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 15.73MB / 65.83MB 4.6s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 33.55MB / 59.21MB 4.1s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 11.53MB / 66.22MB 4.1s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 9.44MB / 65.83MB 4.1s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 44.04MB / 45.16MB 2.5s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 13.63MB / 59.21MB 2.6s #10 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 #10 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.0s done #10 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done #10 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done #10 sha256:d890adde6e4e382c10314e4df2ff4df3b3ff2a9bcb07069df99ef28612c802c4 479B / 479B done #10 sha256:017e092422167efd5c3b937f8c84589bcf5012a4833278838589f7f3be5bd789 1.41kB / 1.41kB done #10 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 0.0s done #10 DONE 0.1s #11 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #11 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #11 sha256:04cf306d01a03309934b49ac4b9f487abb8a054b71141fa53df6df482ab7d7eb 1.58kB / 1.58kB done #11 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 10.49MB / 24.05MB 0.2s #11 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 9.44MB / 64.14MB 0.2s #11 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #11 sha256:052f81af891aab3b16476354b67a8eeefa088f5076144c7bdd163a81b862e28b 5.95kB / 5.95kB done #11 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 14.68MB / 49.56MB 0.2s #11 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.3s #11 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 19.92MB / 64.14MB 0.3s #11 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 25.17MB / 49.56MB 0.3s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 10.49MB / 65.83MB 3.9s #2 creating container buildx_buildkit_gracious_kepler0 3.3s done #2 DONE 5.7s #3 [internal] load build definition from Dockerfile #3 transferring dockerfile: 4.97kB done #3 DONE 0.1s #4 resolve image config for docker.io/docker/dockerfile:1 #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 9.44MB / 21.95MB 2.3s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 31.46MB / 45.16MB 2.4s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 11.53MB / 21.95MB 2.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 42.99MB / 59.21MB 4.6s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 35.65MB / 66.22MB 4.6s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 17.83MB / 65.83MB 4.7s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 17.83MB / 66.22MB 4.5s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 13.63MB / 65.83MB 4.5s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 22.02MB / 59.21MB 4.6s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 19.92MB / 21.95MB 3.0s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 21.95MB / 21.95MB 3.1s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 7.34MB / 59.21MB 3.1s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 39.85MB / 59.21MB 4.8s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 34.60MB / 66.22MB 4.9s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 36.70MB / 59.21MB 4.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 14.68MB / 65.83MB 4.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 39.85MB / 59.21MB 4.6s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 17.83MB / 66.22MB 4.6s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 7.34MB / 66.22MB 2.8s #10 ... #11 [internal] load build context #11 transferring context: 34.75MB 2.8s done #11 DONE 3.0s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 18.37MB / 59.21MB 2.9s #11 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 26.21MB / 64.14MB 0.4s #11 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 31.46MB / 49.56MB 0.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 30.41MB / 59.21MB 4.1s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 19.92MB / 66.22MB 4.1s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 33.55MB / 59.21MB 4.3s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 14.68MB / 65.83MB 4.3s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 13.63MB / 21.95MB 2.5s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 36.70MB / 45.16MB 2.7s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 16.78MB / 21.95MB 2.7s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 46.14MB / 59.21MB 4.8s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 22.02MB / 66.22MB 4.8s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 25.17MB / 59.21MB 4.8s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 10.49MB / 59.21MB 3.3s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 42.99MB / 59.21MB 5.0s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 19.92MB / 65.83MB 5.0s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 18.87MB / 65.83MB 4.7s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 42.99MB / 59.21MB 4.8s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 45.16MB / 45.16MB 3.0s done #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 22.02MB / 59.21MB 3.1s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 12.58MB / 66.22MB 3.1s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 0B / 65.83MB 3.1s mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli #11 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.3s done #11 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 50.33MB / 64.14MB 0.6s #11 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.6s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 25.17MB / 66.22MB 4.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 18.87MB / 65.83MB 4.5s #4 ... #5 [auth] docker/dockerfile:pull token for registry-1.docker.io #5 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 40.89MB / 45.16MB 2.9s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 18.87MB / 21.95MB 2.9s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 50.33MB / 59.21MB 5.1s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 42.99MB / 66.22MB 5.1s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 23.07MB / 65.83MB 5.1s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 28.31MB / 59.21MB 5.0s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 19.92MB / 65.83MB 5.0s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 26.21MB / 66.22MB 5.1s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 46.14MB / 59.21MB 5.2s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 38.80MB / 66.22MB 5.2s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 24.12MB / 65.83MB 5.3s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 49.28MB / 59.21MB 5.4s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 22.02MB / 66.22MB 4.9s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 45.16MB / 45.16MB 3.5s done #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 15.73MB / 59.21MB 3.5s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 26.21MB / 59.21MB 3.5s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 16.78MB / 66.22MB 3.5s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 5.24MB / 65.83MB 3.5s #11 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 60.82MB / 64.14MB 0.8s #11 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 0.9s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 37.75MB / 59.21MB 4.6s #10 transferring context: 34.75MB 2.7s done #10 DONE 2.8s #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #11 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.1s done #11 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #11 sha256:4af8abceae1331132427d831acdd4eca3eeb97be651c33e075ff63f4eea72fe0 5.96kB / 5.96kB done #11 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 21.95MB / 21.95MB 1.9s done #11 sha256:c1c101ec53db55016a98c6b12d5b40a1cb9620c946e516fabf88eb107ff838f7 1.58kB / 1.58kB done #11 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 39.85MB / 45.16MB 2.7s #11 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 10.49MB / 59.21MB 2.7s #4 DONE 0.9s #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 44.04MB / 45.16MB 3.1s #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 21.95MB / 21.95MB 3.1s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 31.46MB / 59.21MB 5.3s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 52.43MB / 59.21MB 5.6s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 42.99MB / 66.22MB 5.6s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 28.31MB / 65.83MB 5.6s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 55.57MB / 59.21MB 5.4s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 47.19MB / 66.22MB 5.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 28.31MB / 65.83MB 5.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 48.23MB / 59.21MB 5.2s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 24.12MB / 65.83MB 5.2s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 27.26MB / 66.22MB 5.3s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 18.87MB / 59.21MB 3.7s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 21.95MB / 21.95MB 3.8s done #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 22.02MB / 59.21MB 3.9s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 0B / 65.83MB 3.9s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 29.36MB / 59.21MB 3.7s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 20.97MB / 66.22MB 3.7s mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli #11 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 1.0s done #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 0B / 92.37MB 1.1s #11 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 0B / 67.06MB 1.1s #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 19.92MB / 92.37MB 1.3s #11 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 15.73MB / 67.06MB 1.3s #11 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 41.47MB / 59.21MB 4.9s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 31.46MB / 66.22MB 4.9s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 23.07MB / 65.83MB 4.9s #11 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 45.16MB / 45.16MB 3.0s #11 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 15.73MB / 59.21MB 3.0s #6 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #6 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #6 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.1s done #6 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #6 DONE 0.3s mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 21.95MB / 21.95MB 3.3s done #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 31.46MB / 66.22MB 5.5s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 26.21MB / 65.83MB 5.5s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 34.60MB / 59.21MB 5.6s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 32.51MB / 65.83MB 5.8s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 56.62MB / 59.21MB 5.9s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 48.23MB / 66.22MB 5.9s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 58.72MB / 59.21MB 5.7s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 51.38MB / 66.22MB 5.7s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 32.51MB / 65.83MB 5.7s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 54.53MB / 59.21MB 5.6s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 31.46MB / 66.22MB 5.6s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 28.31MB / 65.83MB 5.6s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 26.21MB / 59.21MB 4.2s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 0B / 66.22MB 4.2s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 9.44MB / 65.83MB 3.8s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 32.51MB / 59.21MB 4.0s #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 31.46MB / 92.37MB 1.4s #11 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 28.31MB / 67.06MB 1.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 45.09MB / 59.21MB 5.2s #11 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 20.97MB / 59.21MB 3.2s #11 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 24.12MB / 59.21MB 3.3s #7 [linux/amd64 internal] load metadata for docker.io/library/golang:1.21.6-alpine3.18 #7 ... #8 [auth] tonistiigi/xx:pull token for registry-1.docker.io #8 DONE 0.0s #9 [auth] library/golang:pull token for registry-1.docker.io #9 DONE 0.0s #10 [auth] dockercore/golang-cross:pull token for registry-1.docker.io #10 DONE 0.0s #7 [linux/amd64 internal] load metadata for docker.io/library/golang:1.21.6-alpine3.18 mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 35.65MB / 66.22MB 5.9s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 37.75MB / 59.21MB 5.9s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 30.41MB / 65.83MB 5.9s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 52.43MB / 66.22MB 6.2s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 37.75MB / 65.83MB 6.2s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 59.21MB / 59.21MB 5.9s done #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 56.62MB / 66.22MB 6.0s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 37.75MB / 65.83MB 6.0s #10 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 155B / 155B 6.0s done #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 29.36MB / 59.21MB 4.4s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 5.24MB / 66.22MB 4.5s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 26.21MB / 66.22MB 4.1s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 14.68MB / 65.83MB 4.1s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 35.65MB / 59.21MB 4.2s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 37.75MB / 92.37MB 1.5s #11 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 32.51MB / 67.06MB 1.5s #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 55.28MB / 92.37MB 1.7s #11 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 52.43MB / 67.06MB 1.7s #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 69.21MB / 92.37MB 1.8s #11 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 1.8s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 36.70MB / 66.22MB 5.3s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 27.26MB / 65.83MB 5.3s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 48.23MB / 59.21MB 5.5s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli #11 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 29.36MB / 59.21MB 3.5s #11 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 45.16MB / 45.16MB 3.6s done #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 39.85MB / 66.22MB 6.2s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 41.94MB / 59.21MB 6.2s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 35.65MB / 65.83MB 6.2s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 45.16MB / 45.16MB 3.8s done #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 59.21MB / 59.21MB 6.2s done #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 56.62MB / 66.22MB 6.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 41.94MB / 65.83MB 6.4s #10 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 155B / 155B 6.3s done #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 33.55MB / 59.21MB 4.7s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 4.19MB / 65.83MB 4.7s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 30.41MB / 66.22MB 4.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 38.80MB / 59.21MB 4.5s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 19.92MB / 65.83MB 4.5s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 59.21MB / 59.21MB 6.0s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 37.75MB / 66.22MB 6.0s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 33.55MB / 65.83MB 6.0s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 59.21MB / 59.21MB 6.1s done #10 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 0B / 155B 6.2s #11 ... #12 [internal] load build context #12 transferring context: 75.03MB 1.8s done #12 DONE 1.9s #11 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #11 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.9s done #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 81.79MB / 92.37MB 1.9s #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.27MB / 92.37MB 2.0s #11 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 2.0s done #11 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 0B / 156B 2.0s #11 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 2.1s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 41.94MB / 66.22MB 5.7s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 32.51MB / 65.83MB 5.7s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 52.43MB / 59.21MB 5.8s #11 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 34.60MB / 59.21MB 3.7s #11 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 37.75MB / 59.21MB 3.8s #11 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 60.82MB / 66.22MB 6.6s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 47.19MB / 65.83MB 6.7s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 9.44MB / 66.22MB 4.8s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 37.75MB / 59.21MB 5.1s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 8.39MB / 65.83MB 5.1s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 13.63MB / 66.22MB 5.1s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 34.60MB / 66.22MB 4.7s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 62.91MB / 66.22MB 6.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 42.99MB / 65.83MB 6.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 47.19MB / 65.83MB 6.6s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 41.94MB / 66.22MB 6.3s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 37.75MB / 65.83MB 6.3s #10 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 155B / 155B 6.2s done #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 2.1s done #11 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 2.1s done #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 55.57MB / 59.21MB 6.0s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 36.70MB / 65.83MB 6.0s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine #11 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 40.89MB / 59.21MB 4.0s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.06MB / 66.22MB 6.9s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 51.38MB / 65.83MB 6.9s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 44.04MB / 66.22MB 6.5s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 45.09MB / 59.21MB 6.5s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 39.85MB / 65.83MB 6.5s #14 extracting sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 2.9s done #14 extracting sha256:a0ece744550870593fb66b630e5fa62ae11cf9c89547275dd4450952b0fc9460 #14 extracting sha256:a0ece744550870593fb66b630e5fa62ae11cf9c89547275dd4450952b0fc9460 done #14 DONE 4.8s #17 [build-base-alpine 2/4] COPY --link --from=xx / / #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 44.04MB / 59.21MB 4.9s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 24.12MB / 65.83MB 4.9s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 39.85MB / 66.22MB 5.0s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.22MB / 66.22MB 6.7s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 51.47MB / 65.83MB 6.9s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 0B / 59.21MB 4.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 0B / 65.83MB 4.5s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 0B / 66.22MB 4.5s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 47.19MB / 66.22MB 6.6s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 42.99MB / 65.83MB 6.6s #7 DONE 1.0s #11 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.2.1 #11 DONE 1.1s #12 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras #12 DONE 1.0s #13 [internal] load .dockerignore #13 transferring context: mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 46.14MB / 66.22MB 6.1s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 59.21MB / 59.21MB 6.3s mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx #11 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 45.09MB / 59.21MB 4.2s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.22MB / 66.22MB 7.0s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 56.62MB / 65.83MB 7.2s mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 49.28MB / 59.21MB 6.8s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 48.23MB / 66.22MB 6.9s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 44.04MB / 65.83MB 6.9s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 52.43MB / 59.21MB 7.0s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 55.57MB / 65.83MB 7.1s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 48.23MB / 59.21MB 5.2s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 28.31MB / 65.83MB 5.2s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 5.24MB / 59.21MB 4.8s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 4.19MB / 65.83MB 4.8s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 51.38MB / 66.22MB 6.9s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 47.19MB / 65.83MB 6.9s #13 transferring context: 263B done #13 DONE 0.0s #14 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras #14 DONE 1.1s #15 [internal] load build context #15 DONE 0.0s #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.21.6-alpine3.18@sha256:869193e7c30611d635c7bc3d1ed879039b7d24710a03474437d402f06825171e #16 resolve docker.io/library/golang:1.21.6-alpine3.18@sha256:869193e7c30611d635c7bc3d1ed879039b7d24710a03474437d402f06825171e 0.0s done #16 DONE 0.2s #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 #17 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done #17 DONE 0.1s #18 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 #18 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.0s done mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 59.21MB / 59.21MB 6.4s done #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 51.38MB / 66.22MB 6.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 40.89MB / 65.83MB 6.4s #10 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 155B / 155B 6.4s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 46.14MB / 65.83MB 6.7s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 41.94MB / 59.21MB 5.5s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 12.58MB / 65.83MB 5.5s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 17.83MB / 66.22MB 5.5s #11 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 49.28MB / 59.21MB 4.4s #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 0B / 66.22MB 4.5s #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 0B / 65.83MB 4.5s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 53.48MB / 66.22MB 7.2s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 48.23MB / 65.83MB 7.2s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 55.57MB / 59.21MB 7.3s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 60.82MB / 65.83MB 7.4s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 45.09MB / 66.22MB 5.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 52.43MB / 59.21MB 5.5s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 32.51MB / 65.83MB 5.5s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 9.44MB / 59.21MB 5.1s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 8.39MB / 65.83MB 5.1s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 7.34MB / 66.22MB 5.1s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 55.57MB / 66.22MB 7.2s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 51.38MB / 65.83MB 7.2s #18 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 0B / 16.18kB 0.2s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine #12 transferring context: 34.75MB 5.5s done #12 DONE 5.5s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 21.95MB / 21.95MB 1.7s done #10 sha256:4af8abceae1331132427d831acdd4eca3eeb97be651c33e075ff63f4eea72fe0 5.96kB / 5.96kB done #10 sha256:c1c101ec53db55016a98c6b12d5b40a1cb9620c946e516fabf88eb107ff838f7 1.58kB / 1.58kB done #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 59.21MB / 59.21MB 4.5s done #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 45.16MB / 45.16MB 3.2s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 60.82MB / 66.22MB 5.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 34.60MB / 65.83MB 5.4s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 1.9s #10 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 155B / 155B 4.6s done #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.06MB / 66.22MB 5.6s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 39.85MB / 65.83MB 5.6s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.22MB / 66.22MB 5.8s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 45.09MB / 65.83MB 5.9s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 56.62MB / 66.22MB 6.8s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 45.09MB / 59.21MB 5.7s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 17.83MB / 65.83MB 5.9s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 22.02MB / 66.22MB 5.9s #11 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 54.53MB / 59.21MB 4.7s #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 4.19MB / 66.22MB 4.8s mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.01MB / 65.83MB 7.6s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 60.82MB / 65.83MB 7.5s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 7.8s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 49.28MB / 66.22MB 5.7s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 56.62MB / 59.21MB 5.8s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 59.77MB / 66.22MB 7.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 55.57MB / 65.83MB 7.4s #18 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 0.4s done #18 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 #18 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 0.1s done #18 DONE 0.5s #19 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 #19 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done #19 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 29.36MB / 151.10MB 0.5s #19 ... #20 [linux/amd64 build-base-alpine 2/4] COPY --link --from=xx / / #20 DONE 0.0s #19 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 59.21MB / 59.21MB 7.5s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 52.43MB / 65.83MB 7.5s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 50.33MB / 65.83MB 6.2s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 62.91MB / 66.22MB 7.1s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 52.43MB / 65.83MB 7.1s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 48.23MB / 59.21MB 6.0s #11 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 57.67MB / 59.21MB 5.0s #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 4.19MB / 65.83MB 5.0s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 7.8s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 7.9s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 37.75MB / 65.83MB 5.9s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 55.57MB / 66.22MB 6.1s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 65.01MB / 66.22MB 7.7s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 60.82MB / 65.83MB 7.7s #19 ... #15 [internal] load build context #15 transferring context: 41.89MB 0.8s done #15 DONE 0.8s #20 [linux/amd64 build-base-alpine 2/4] COPY --link --from=xx / / #20 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0.1s done #20 extracting sha256:5501dced60f86be38cc73d3c038f7db4afeee65726f7e422aacf09244539ebf1 0.0s done #20 DONE 0.2s #19 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 12.58MB / 59.21MB 5.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 12.58MB / 65.83MB 5.4s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 11.53MB / 66.22MB 5.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 16.78MB / 59.21MB 5.7s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 16.78MB / 65.83MB 5.7s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 15.73MB / 66.22MB 5.7s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 57.73MB / 66.22MB 7.6s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 59.21MB / 59.21MB 7.6s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 56.62MB / 65.83MB 7.8s #10 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 0B / 155B 7.8s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 54.53MB / 65.83MB 6.4s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.22MB / 66.22MB 7.4s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 56.62MB / 65.83MB 7.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 51.38MB / 59.21MB 6.3s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 22.02MB / 65.83MB 6.3s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 27.26MB / 66.22MB 6.3s #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 9.44MB / 66.22MB 5.2s #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 9.44MB / 65.83MB 5.3s #11 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 2.1s done #11 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 41.94MB / 65.83MB 6.2s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.22MB / 66.22MB 7.8s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 8.0s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 62.91MB / 66.22MB 7.9s #10 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 155B / 155B 7.8s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 61.87MB / 65.83MB 8.1s #17 DONE 1.2s #18 [build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git #18 0.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 58.72MB / 65.83MB 6.6s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 62.91MB / 65.83MB 6.8s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 61.78MB / 65.83MB 7.7s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 56.62MB / 59.21MB 6.7s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 27.26MB / 65.83MB 6.7s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 31.46MB / 66.22MB 6.7s #11 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.4s done #11 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 0.1s #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 13.63MB / 66.22MB 5.4s #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 14.68MB / 65.83MB 5.6s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx mkdir -p rpmbuild/SOURCES mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 59.77MB / 66.22MB 6.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 59.21MB / 59.21MB 6.5s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 48.57MB / 65.83MB 6.6s #10 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 0B / 155B 6.6s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 8.1s done #10 ... #12 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 #12 resolve docker.io/library/ubuntu:focal@sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 0.1s done #12 sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 1.13kB / 1.13kB done #12 sha256:2e23f3094773c2f173890f9fd1f4b562dda2d937064b88d37a190019ea46f340 424B / 424B done #12 sha256:d92cb36a53cbf15e52d3302b465adb134bf5694cc2d10a0721bd224bd6cef53f 2.31kB / 2.31kB done #12 sha256:327025e411b20fc483e604bf05660a6c64a00f43d1c60ba3131b556b18a07511 23.62MB / 23.62MB 1.9s done #12 extracting sha256:327025e411b20fc483e604bf05660a6c64a00f43d1c60ba3131b556b18a07511 6.1s done #12 DONE 8.5s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 5.0s #19 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 53.48MB / 151.10MB 1.2s #19 ... #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.21.6-alpine3.18@sha256:869193e7c30611d635c7bc3d1ed879039b7d24710a03474437d402f06825171e #16 sha256:a0ece744550870593fb66b630e5fa62ae11cf9c89547275dd4450952b0fc9460 155B / 155B 0.0s done #16 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.40MB / 3.40MB 0.1s done #16 sha256:5501dced60f86be38cc73d3c038f7db4afeee65726f7e422aacf09244539ebf1 284.70kB / 284.70kB 0.1s done #16 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 67.09MB / 67.09MB 0.8s done #16 DONE 1.1s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.22MB / 66.22MB 8.1s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 8.3s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 31.46MB / 65.83MB 7.0s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 35.65MB / 66.22MB 7.0s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 20.97MB / 59.21MB 6.0s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 19.92MB / 66.22MB 6.0s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 24.12MB / 59.21MB 6.2s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 23.07MB / 65.83MB 6.2s #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 18.87MB / 66.22MB 5.7s #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 19.92MB / 65.83MB 5.9s + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags 'exclude_graphdriver_btrfs journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:39:33.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy + popd ~/rpmbuild/BUILD/src + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jfFJl5 + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64 + cd src ++ readlink -f engine/bundles/dynbinary-daemon/dockerd + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/bin/dockerd ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/bin/docker-proxy + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/libexec/docker/docker-init + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/lib/systemd/system/docker.service + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/lib/systemd/system/docker.socket + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64/etc/docker + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/libexec/docker/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.dQQTXr + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ engine/bundles/dynbinary-daemon/dockerd --version PASS: daemon version OK + ver='Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + test 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' = 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + echo 'PASS: daemon version OK' + exit 0 Processing files: docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/bin/docker-proxy Provides: docker-ce = 3:0.0.0~20240120124445.f18a476-0.el8 docker-ce(aarch-64) = 3:0.0.0~20240120124445.f18a476-0.el8 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.17)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) Conflicts: docker docker-ee docker-engine-cs docker-io Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux Recommends: docker-ce-rootless-extras Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20240120124445.f18a476-0.el8.src.rpm docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 65.01MB / 66.22MB 6.7s #10 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 155B / 155B 6.6s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 52.43MB / 65.83MB 6.8s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 5.2s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 5.1s #10 ... #12 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 #12 resolve docker.io/library/ubuntu:jammy@sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 0.1s done #12 sha256:781c0280deb7f9bce0fa19ad87a096aa89f97dc84ad63641be966b6c27e33c84 26.63MB / 26.63MB 2.1s done #12 sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 1.13kB / 1.13kB done #12 sha256:4dd8fa9bb6eeba34132bb33052394086888e87d26631673e1f7f4c6a8db12f1e 424B / 424B done #12 sha256:ffd401c418ce0f9d3e2320052ae2df8a1a175c296efbce0b4135e53b30eb69b7 2.31kB / 2.31kB done #12 extracting sha256:781c0280deb7f9bce0fa19ad87a096aa89f97dc84ad63641be966b6c27e33c84 6.2s done #12 DONE 8.8s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 ... #13 [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 #19 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 #19 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 66.06MB / 151.10MB 1.7s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 8.4s done #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 5.0s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 24.12MB / 66.22MB 6.3s #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 23.07MB / 66.22MB 6.0s #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 24.12MB / 65.83MB 6.1s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 7.1s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 8.1s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 8.1s done #19 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 74.45MB / 151.10MB 1.8s #19 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 94.37MB / 151.10MB 2.0s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 28.31MB / 59.21MB 6.6s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 27.26MB / 65.83MB 6.6s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 28.31MB / 66.22MB 6.6s #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 27.26MB / 66.22MB 6.2s #11 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 59.21MB / 59.21MB 6.2s done #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 29.36MB / 65.83MB 6.4s #11 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 155B / 155B 6.3s done #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 5.1s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 36.70MB / 65.83MB 7.3s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 59.21MB / 59.21MB 7.5s done #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 41.94MB / 66.22MB 7.5s #18 1.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 58.72MB / 65.83MB 7.2s #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 32.51MB / 66.22MB 6.5s #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 33.55MB / 65.83MB 6.7s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 31.46MB / 59.21MB 6.8s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 34.60MB / 59.21MB 7.0s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 33.55MB / 65.83MB 7.0s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 33.55MB / 66.22MB 7.0s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 40.89MB / 65.83MB 7.6s #10 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 155B / 155B 7.6s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 45.09MB / 65.83MB 7.8s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 46.14MB / 66.22MB 7.8s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #18 1.548 (1/38) Installing ncurses-terminfo-base (6.4_p20230506-r0) mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.22MB / 66.22MB 7.4s done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 64.45MB / 65.83MB 7.5s #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 36.70MB / 66.22MB 6.8s #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 38.80MB / 65.83MB 7.0s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 37.75MB / 59.21MB 7.3s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 37.75MB / 66.22MB 7.3s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 50.33MB / 66.22MB 8.0s mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #10 ... #12 [stage-1 1/9] FROM docker.io/library/ubuntu:mantic@sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 #12 resolve docker.io/library/ubuntu:mantic@sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 0.1s done #12 sha256:081b2ed8534a247171d83183d75e8113b3237c45f1b12933b7d6833e80a58198 25.20MB / 25.20MB 2.3s done #12 sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 1.13kB / 1.13kB done #12 sha256:f5ac92fb1f602adf15449871e0593a7b38f7a461de589810bd887e49928ee62d 424B / 424B done #12 sha256:265c99846a5ef249a3f390310f0283176cee9c661d1221d866b942b11f50ed31 2.31kB / 2.31kB done #12 extracting sha256:081b2ed8534a247171d83183d75e8113b3237c45f1b12933b7d6833e80a58198 6.3s done #12 DONE 9.0s #13 [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 #18 1.553 (2/38) Installing libncursesw (6.4_p20230506-r0) #18 1.561 (3/38) Installing readline (8.2.1-r1) #18 1.566 (4/38) Installing bash (5.2.15-r5) #18 1.579 Executing bash-5.2.15-r5.post-install #18 1.581 (5/38) Installing libffi (3.4.4-r2) #18 1.584 (6/38) Installing libgcc (12.2.1_git20220924-r10) #18 1.587 (7/38) Installing libstdc++ (12.2.1_git20220924-r10) #18 1.605 (8/38) Installing xz-libs (5.4.3-r0) #18 1.610 (9/38) Installing libxml2 (2.11.6-r0) #18 1.622 (10/38) Installing zstd-libs (1.5.5-r4) #18 1.631 (11/38) Installing llvm16-libs (16.0.6-r1) == Building packages for debian-bookworm == mkdir -p "debbuild/debian-bookworm" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-debian-bookworm/x86_64 -f debian-bookworm/Dockerfile . mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose mkdir -p rpmbuild/SOURCES cp /home/ubuntu/workspace/docker-ce-packaging_master/rpm/patches/01-rlimit_nofile-rhel7.patch rpmbuild/SOURCES/01-rlimit_nofile-rhel7.patch #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 41.94MB / 66.22MB 7.1s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 37.75MB / 65.83MB 7.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 50.33MB / 65.83MB 8.1s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 54.53MB / 66.22MB 8.3s #19 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 126.88MB / 151.10MB 2.7s #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 986B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx mkdir -p rpmbuild/SOURCES cp /home/ubuntu/workspace/docker-ce-packaging_master/rpm/patches/01-rlimit_nofile-rhel7.patch rpmbuild/SOURCES/01-rlimit_nofile-rhel7.patch #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 44.04MB / 65.83MB 7.3s #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 46.14MB / 66.22MB 7.4s #13 DONE 1.2s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 41.94MB / 59.21MB 7.6s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 41.94MB / 66.22MB 7.7s #10 ... #12 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:851cfc48b26f6413a72a7f6873a7624ba2a427048976f6ab4483f72fe165d4f1 #12 resolve docker.io/balenalib/rpi-raspbian:bullseye@sha256:851cfc48b26f6413a72a7f6873a7624ba2a427048976f6ab4483f72fe165d4f1 0.1s done #12 sha256:851cfc48b26f6413a72a7f6873a7624ba2a427048976f6ab4483f72fe165d4f1 1.99kB / 1.99kB done #12 sha256:b4465e59683b9f590d61c1c31974cdf35e71ec05b66b37e25d6fc5332a974a0c 41.79MB / 41.79MB 2.9s done #12 sha256:c112d57d1ec70f93eba50bd162720f5b875e7886c25db45a9b86c220136e04d5 5.00kB / 5.00kB done #12 sha256:db9fb69546622914cfeb85dcfecc4ec0fdd18fee1b049855a32fb3a45f520ce3 306B / 306B 0.1s done #12 sha256:997037b2d3f1f193cf48d125bdce37ac02722b9c3cc2dd37ee1a5d7db275660f 257B / 257B 0.2s done #12 sha256:f30e4c1dcfd87d94ec3963c01bd0255e625fe6ff2528df55027057f7b6391e3a 911B / 911B 0.2s done #12 sha256:cdfa720855e4fb5880c5c86ee9587788f5ca34c5e536a6e249e2c8443083a0c8 413B / 413B 0.4s done #12 sha256:6bead0f8be26143df332e314168c2289680e24da4bb0b80a0f21ed66769ac6f4 175B / 175B 0.2s done #12 sha256:b0a7ae5f5efcacb9fccb865b366f5a563d9c7c469304c39b2ca9c8696b902a49 17.96MB / 17.96MB 1.6s done #12 sha256:187bb5eddfb77708125f53706c2c6fc31a2e686df1b3e2c11db66aba24327ca6 123.06kB / 123.06kB 0.5s done #12 extracting sha256:b4465e59683b9f590d61c1c31974cdf35e71ec05b66b37e25d6fc5332a974a0c 6.5s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 54.53MB / 65.83MB 8.4s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 59.28MB / 66.22MB 8.5s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx #11 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 1.8s done #11 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 5.0s done #10 ... #11 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 #11 sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 1.85kB / 1.85kB done #11 sha256:1129497179f83b39970c5e03e6341e6be3d2e6997e521f57b814522920f01c73 529B / 529B done #11 sha256:fabffcd00d11c2ef4283ebd2c063675667a9dd99f0caf247d707fc5cd760bb20 1.48kB / 1.48kB done #11 sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 45.16MB / 45.16MB 3.2s done #11 DONE 8.7s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 #10 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git mkdir -p rpmbuild/SOURCES cp /home/ubuntu/workspace/docker-ce-packaging_master/rpm/patches/01-rlimit_nofile-rhel7.patch rpmbuild/SOURCES/01-rlimit_nofile-rhel7.patch mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #4 DONE 0.3s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1e81f1834c73ecc77e 482B / 482B done #5 sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2aa6c11aaa0ea431b44bb89 1.27kB / 1.27kB done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 3.15MB / 11.80MB 0.1s mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 48.23MB / 65.83MB 7.5s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 41.94MB / 65.83MB 7.8s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 46.14MB / 59.21MB 8.0s == Building packages for debian-buster == mkdir -p "debbuild/debian-buster" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-debian-buster/x86_64 -f debian-buster/Dockerfile . #12 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d == Building packages for fedora-38 == mkdir -p "rpmbuild/fedora-38" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm -t rpmbuild-fedora-38/x86_64 -f fedora-38/Dockerfile . #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 60.82MB / 65.83MB 8.8s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.22MB / 66.22MB 8.8s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 5.1s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 5.2s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx #19 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 148.90MB / 151.10MB 3.5s #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s done #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose == Building packages for centos-7 == mkdir -p "rpmbuild/centos-7" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile . #10 ... #12 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:defa5d214292f2aaf7905d3e4bcdf8f628019feb63e7c8746df563d1a941f8d7 #12 resolve docker.io/library/debian:buster@sha256:defa5d214292f2aaf7905d3e4bcdf8f628019feb63e7c8746df563d1a941f8d7 0.0s done #12 sha256:8d16b176d13ecef9c87285ff5beb7debcebe168381fe410e1db7b672a326064c 1.48kB / 1.48kB done #12 sha256:c11d78fb5679ceced7c7aa83357081cad2ce04776bc24c72152ce12e6b5b8411 45.97MB / 45.97MB 3.2s done #12 sha256:defa5d214292f2aaf7905d3e4bcdf8f628019feb63e7c8746df563d1a941f8d7 984B / 984B done #12 sha256:d984bf6bd66a53445e82ca3e6ae8d3c40a866c053339acfd5f3fa705a7092b90 529B / 529B done #12 extracting sha256:c11d78fb5679ceced7c7aa83357081cad2ce04776bc24c72152ce12e6b5b8411 6.6s #12 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 54.53MB / 66.22MB 7.8s #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 54.53MB / 65.83MB 7.8s #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 58.72MB / 65.83MB 8.0s #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 984B done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #4 DONE 0.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 46.14MB / 65.83MB 8.1s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 46.14MB / 66.22MB 8.1s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 49.28MB / 59.21MB 8.2s #10 ... #13 [stage-1 2/9] RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then rm -f /usr/bin/man; dpkg-divert --quiet --remove --rename /usr/bin/man; fi #13 DONE 1.6s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.1s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 669B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #18 2.630 (12/38) Installing clang16-libs (16.0.6-r1) #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 9.1s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx #10 ... #12 [stage-1 1/9] FROM docker.io/library/ubuntu:lunar@sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd #12 resolve docker.io/library/ubuntu:lunar@sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd 0.0s done #12 sha256:27ec9bb1046f930093435520691bff3f4e3c871b55dc5293c474281846951c66 424B / 424B done #12 sha256:0f1f2ae218c0330ff4ca6c8a11e60f2993488ff3fe6285e7df42d555d1910eb4 2.31kB / 2.31kB done #12 sha256:2643114b278119e4a1e5025ec57ada8a2b3ef31628c7417686d0a688c640fb6d 24.64MB / 24.64MB 2.1s done #12 sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd 1.13kB / 1.13kB done #12 extracting sha256:2643114b278119e4a1e5025ec57ada8a2b3ef31628c7417686d0a688c640fb6d 6.3s done #12 DONE 8.9s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 8.7s done #10 ... #13 [stage-1 2/9] RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then rm -f /usr/bin/man; dpkg-divert --quiet --remove --rename /usr/bin/man; fi #13 0.558 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #13 0.571 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] #13 0.572 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] == Building packages for centos-8 == mkdir -p "rpmbuild/centos-8" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm -t rpmbuild-centos-8/x86_64 -f centos-8/Dockerfile . #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #5 DONE 0.3s #6 [internal] load metadata for docker.io/library/debian:bookworm #6 ... #7 [auth] library/debian:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 913B done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 59.77MB / 66.22MB 8.1s mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.61MB / 11.80MB 0.1s #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1e81f1834c73ecc77e 482B / 482B done #5 sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2aa6c11aaa0ea431b44bb89 1.27kB / 1.27kB done #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 50.33MB / 65.83MB 8.4s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 51.38MB / 66.22MB 8.4s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 52.43MB / 59.21MB 8.5s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 7.2s done #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #4 DONE 0.4s #13 0.676 Get:4 http://deb.debian.org/debian bookworm/main armhf Packages [8497 kB] #13 DONE 1.6s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 ... #6 [internal] load metadata for docker.io/library/debian:bookworm #6 DONE 0.3s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 7.4s done #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 0.1s #19 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 3.8s done #19 DONE 3.9s #20 [linux/amd64 build-base-alpine 2/4] COPY --link --from=xx / / #20 extracting sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 2.4s done #20 DONE 2.6s == Building packages for debian-bullseye == mkdir -p "debbuild/debian-bullseye" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/x86_64 -f debian-bullseye/Dockerfile . #4 DONE 0.3s #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 63.96MB / 65.83MB 8.3s #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.22MB / 66.22MB 8.5s mkdir -p rpmbuild/SOURCES cp /home/ubuntu/workspace/docker-ce-packaging_master/rpm/patches/01-rlimit_nofile-rhel7.patch rpmbuild/SOURCES/01-rlimit_nofile-rhel7.patch #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s done #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #5 DONE 0.4s #6 [internal] load metadata for docker.io/library/debian:buster #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 56.62MB / 59.21MB 8.8s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 55.57MB / 65.83MB 8.8s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 55.57MB / 66.22MB 8.8s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1e81f1834c73ecc77e 482B / 482B done #5 sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2aa6c11aaa0ea431b44bb89 1.27kB / 1.27kB done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 7.34MB / 11.80MB 0.1s mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose == Building packages for ubuntu-focal == mkdir -p "debbuild/ubuntu-focal" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/x86_64 -f ubuntu-focal/Dockerfile . #18 3.152 (13/38) Installing fortify-headers (1.1-r3) #18 3.155 (14/38) Installing binutils (2.40-r7) #18 3.216 (15/38) Installing libgomp (12.2.1_git20220924-r10) #18 3.221 (16/38) Installing libatomic (12.2.1_git20220924-r10) #18 3.223 (17/38) Installing gmp (6.2.1-r3) #18 3.229 (18/38) Installing isl26 (0.26-r1) #18 3.248 (19/38) Installing mpfr4 (4.2.0_p12-r0) #18 3.256 (20/38) Installing mpc1 (1.3.1-r1) #13 0.954 Get:5 http://deb.debian.org/debian bookworm-updates/main armhf Packages [12.1 kB] #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 DONE 0.4s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #20 [linux/amd64 build-base-alpine 2/4] COPY --link --from=xx / / #20 extracting sha256:a0ece744550870593fb66b630e5fa62ae11cf9c89547275dd4450952b0fc9460 0.0s done #20 merging 0.0s done #20 DONE 2.7s #21 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git #21 0.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.42kB done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #4 DONE 0.3s #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.1s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 986B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1e81f1834c73ecc77e 482B / 482B done #5 sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2aa6c11aaa0ea431b44bb89 1.27kB / 1.27kB done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 6.29MB / 11.80MB 0.1s #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s done #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s == Building packages for centos-9 == mkdir -p "rpmbuild/centos-9" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm -t rpmbuild-centos-9/x86_64 -f centos-9/Dockerfile . mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli #6 ... #7 [auth] library/debian:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 5.1s #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.3s done #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.28kB done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #18 3.260 (21/38) Installing gcc (12.2.1_git20220924-r10) #13 1.240 Get:6 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [129 kB] #10 sha256:052f81af891aab3b16476354b67a8eeefa088f5076144c7bdd163a81b862e28b 5.95kB / 5.95kB done #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 6.29MB / 49.56MB 0.1s #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0B / 24.05MB 0.1s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 0B / 64.14MB 0.1s #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:04cf306d01a03309934b49ac4b9f487abb8a054b71141fa53df6df482ab7d7eb 1.58kB / 1.58kB done #10 ... #11 [internal] load build context #11 transferring context: 34.72MB 0.2s done #11 DONE 0.3s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 14.68MB / 49.56MB 0.2s #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 10.49MB / 24.05MB 0.2s #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 26.21MB / 49.56MB 0.3s #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.3s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 13.63MB / 64.14MB 0.3s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.22MB / 66.22MB 9.7s done #10 ... #12 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:4e94f10fb86a150c11f37a34b4b2014c1f13e39e273be9b39c0584396abbeebd #12 resolve docker.io/balenalib/rpi-raspbian:buster@sha256:4e94f10fb86a150c11f37a34b4b2014c1f13e39e273be9b39c0584396abbeebd 0.0s done #12 sha256:8346909708a0247ef7a6e0b6c7cde8e79ce2998d1da9ece37f66ae8d1ad13064 38.52MB / 38.52MB 2.6s done #12 sha256:2d6b422607bf91461c986b476897b41050d32195fea519352aa3f4cb931d03ad 305B / 305B 0.2s done #12 sha256:4e94f10fb86a150c11f37a34b4b2014c1f13e39e273be9b39c0584396abbeebd 1.99kB / 1.99kB done #12 sha256:82a1b39297e03c1abf94e665e5cb64dcd8851bc0fe747bbfed143aad16b0f9e5 5.00kB / 5.00kB done #12 sha256:9250078a24e98606079575f4c842517bf9d3418929a55b2cb196a4c8acce3cf9 256B / 256B 0.2s done #12 sha256:6d50da9c3a5cd6cacad965db475e76b1e3db37d01b0b97d358270dbf4c194b6b 911B / 911B 0.3s done #12 sha256:be549595625dde7088abb6828b347b1e04635e0e3e2798dba254120f4eca2339 176B / 176B 0.3s done #12 sha256:9f4341fa6c6ce4a20e8e05896fa1b642114116b7a0d700b1290241949d3cf4b9 19.00MB / 19.00MB 2.0s done #12 sha256:38cd83f758d1b13d98ae92c73b3e567e33d72de60a7e8263b1453f9fdc6c1594 413B / 413B 0.4s done #12 sha256:c81034e7b2d100dee24d45846f1d9909507a131c819d7dd2eb07ca28e6fc1fc4 130.62kB / 130.62kB 0.6s done #12 extracting sha256:8346909708a0247ef7a6e0b6c7cde8e79ce2998d1da9ece37f66ae8d1ad13064 7.1s #12 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1e81f1834c73ecc77e 482B / 482B done #5 sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2aa6c11aaa0ea431b44bb89 1.27kB / 1.27kB done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 6.29MB / 11.80MB 0.1s #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s done #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s #4 DONE 0.4s #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #5 DONE 0.4s #6 [internal] load metadata for docker.io/library/centos:7 #6 ... #7 [auth] library/centos:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.06kB done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 DONE 0.3s #6 [internal] load metadata for docker.io/library/debian:buster #6 DONE 0.4s #10 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:defa5d214292f2aaf7905d3e4bcdf8f628019feb63e7c8746df563d1a941f8d7 #10 resolve docker.io/library/debian:buster@sha256:defa5d214292f2aaf7905d3e4bcdf8f628019feb63e7c8746df563d1a941f8d7 0.0s done #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #5 DONE 0.5s #6 [internal] load metadata for docker.io/library/fedora:38 #6 ... #7 [auth] library/golang:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/fedora:pull token for registry-1.docker.io #8 DONE 0.0s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 60.82MB / 65.83MB 9.2s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 60.82MB / 66.22MB 9.2s #11 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 5.1s #4 DONE 0.4s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1e81f1834c73ecc77e 482B / 482B done #5 sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2aa6c11aaa0ea431b44bb89 1.27kB / 1.27kB done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 7.34MB / 11.80MB 0.1s mkdir -p rpmbuild/SOURCES cp /home/ubuntu/workspace/docker-ce-packaging_master/rpm/patches/01-rlimit_nofile-rhel7.patch rpmbuild/SOURCES/01-rlimit_nofile-rhel7.patch mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 35.65MB / 49.56MB 0.4s #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.3s done #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 45.09MB / 64.14MB 0.5s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 14.68MB / 92.37MB 0.5s #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 1.0s done #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #5 DONE 0.4s #6 [internal] load metadata for quay.io/centos/centos:stream8 #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1e81f1834c73ecc77e 482B / 482B done #5 sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2aa6c11aaa0ea431b44bb89 1.27kB / 1.27kB done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 7.34MB / 11.80MB 0.1s #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 #6 [internal] load metadata for docker.io/library/centos:7 #6 DONE 0.3s #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 DONE 0.3s #4 DONE 0.4s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1e81f1834c73ecc77e 482B / 482B done #5 sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2aa6c11aaa0ea431b44bb89 1.27kB / 1.27kB done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 7.34MB / 11.80MB 0.1s #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #10 sha256:defa5d214292f2aaf7905d3e4bcdf8f628019feb63e7c8746df563d1a941f8d7 984B / 984B done #10 sha256:d39357a2a8840e450e387df33a5aaf8f0c8f99e388a0e18169f3dd240fc2393d 529B / 529B done #10 sha256:e151bbc09abf500dd4de1d91b7dcacf047518b3a6b2b29447bec6cffad6591f5 1.46kB / 1.46kB done #10 sha256:7418de5ce68f67dad705c01c70a7bb811f9b886f8d7aac2b66110d376046fdcb 6.29MB / 50.50MB 0.1s #10 ... #11 [internal] load build context #11 transferring context: 34.72MB 0.3s done #11 DONE 0.3s #10 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:defa5d214292f2aaf7905d3e4bcdf8f628019feb63e7c8746df563d1a941f8d7 #10 sha256:7418de5ce68f67dad705c01c70a7bb811f9b886f8d7aac2b66110d376046fdcb 26.21MB / 50.50MB 0.3s #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 DONE 0.3s #6 [internal] load metadata for docker.io/library/fedora:38 #6 DONE 0.4s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 9.5s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.22MB / 66.22MB 9.5s #11 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 9.2s done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s done #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #5 DONE 0.4s #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 7.8s done #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 0.1s #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 1.1s done #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 8.5s done #18 4.126 (22/38) Installing libstdc++-dev (12.2.1_git20220924-r10) #11 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 1.9s done #11 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.6s done #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 0.7s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 33.55MB / 92.37MB 0.7s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 5.24MB / 67.06MB 0.7s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 0.8s done #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 44.04MB / 92.37MB 0.8s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 16.78MB / 67.06MB 0.8s #10 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 0B / 156B 0.8s #10 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 0.2s #6 ... #7 [auth] library/golang:pull token for registry-1.docker.io #7 DONE 0.0s #8 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #8 DONE 0.3s #6 [internal] load metadata for quay.io/centos/centos:stream8 #13 2.032 Fetched 8889 kB in 2s (5128 kB/s) #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.3s done #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #5 DONE 0.5s #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #10 [internal] load build context #10 transferring context: 13.15kB done #10 DONE 0.0s #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #11 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #11 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #11 sha256:052f81af891aab3b16476354b67a8eeefa088f5076144c7bdd163a81b862e28b 5.95kB / 5.95kB done #11 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 5.24MB / 24.05MB 0.1s #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s done #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s #10 sha256:7418de5ce68f67dad705c01c70a7bb811f9b886f8d7aac2b66110d376046fdcb 36.70MB / 50.50MB 0.4s #10 [internal] load build context #10 transferring context: 13.15kB done #10 DONE 0.0s #11 [stage-1 1/6] FROM docker.io/library/fedora:38@sha256:3f01c8f79691df76331cb4bb0944794a60850475e859c15e49513fcbe0a3d88a #11 resolve docker.io/library/fedora:38@sha256:3f01c8f79691df76331cb4bb0944794a60850475e859c15e49513fcbe0a3d88a 0.0s done #11 sha256:3f01c8f79691df76331cb4bb0944794a60850475e859c15e49513fcbe0a3d88a 975B / 975B done #11 sha256:e9b68b3351329d72df54dfa5d10b2310e10829f6af58a8c30e0fc612d4f3b749 529B / 529B done #11 sha256:bdc5874de61f00df029416ed2f81c28e9d616bd3bfb46c8a24b8699c2d59d6ce 2.00kB / 2.00kB done #11 sha256:3e7ebcee8f49721f108df55fe82f00c02578eaed9d54e379d4080cb3c81e74db 0B / 66.87MB 0.1s #10 sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 59.21MB / 59.21MB 9.8s done #10 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 0B / 155B 9.8s #10 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 155B / 155B 9.9s #10 ... #12 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bookworm@sha256:0f3c33faa9d7b1dac778e8afb5854080dcfbddeac7437265598c6076bb0ffc82 #12 resolve docker.io/balenalib/rpi-raspbian:bookworm@sha256:0f3c33faa9d7b1dac778e8afb5854080dcfbddeac7437265598c6076bb0ffc82 0.0s done #12 sha256:a13012f956efcd9e5769b72a981e6d9f1888440424e0b964a83f0cb915baf916 306B / 306B 0.3s done #12 sha256:6fe3b1e5b1e10b4dce757058fedfd9841ac4452c8bc6911027b40895bc6b32d5 256B / 256B 0.1s done #12 sha256:0770ed14eaa7e29365f8deb71b800f4db851b2ad38e1b66a258bce6bf7d73995 5.01kB / 5.01kB done #12 sha256:52fc6729ed423fd43d5ef1e36708b1419a9e16a7cbb712ff16beb1228375f5a8 54.61MB / 54.61MB 4.4s done #12 sha256:0f3c33faa9d7b1dac778e8afb5854080dcfbddeac7437265598c6076bb0ffc82 1.99kB / 1.99kB done #12 sha256:3612ba1bb511b04384b19625cce9aed392ed86a5dd6fda4851ab87dbfdbd97d1 911B / 911B 0.2s done #12 sha256:d353848d63653236779a7258fb17040ece128b248e2234232bab79a2444fdfb9 176B / 176B 0.4s done #12 sha256:a3bf02af01854bfb675092a27860195ca2881ae7a696d30a6aa9bd310ed31146 414B / 414B 0.4s done #12 sha256:b89eeb8864999dbd398af773f061994c21b4971e4b9b459cae7582a34d1aea3e 131.01kB / 131.01kB 0.6s done #12 sha256:50e13e7b2b49729dc12ff6a92189733f6f542097013be3b75a8c0cfeb8bfcc45 14.13MB / 14.13MB 1.7s done #12 extracting sha256:52fc6729ed423fd43d5ef1e36708b1419a9e16a7cbb712ff16beb1228375f5a8 5.1s #6 ... #7 [auth] library/golang:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/ubuntu:pull token for registry-1.docker.io #8 DONE 0.0s #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 #10 ... #12 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:defa5d214292f2aaf7905d3e4bcdf8f628019feb63e7c8746df563d1a941f8d7 #12 extracting sha256:c11d78fb5679ceced7c7aa83357081cad2ce04776bc24c72152ce12e6b5b8411 8.4s done #12 DONE 12.1s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 #21 1.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 8.5s done == Building packages for fedora-39 == mkdir -p "rpmbuild/fedora-39" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm -t rpmbuild-fedora-39/x86_64 -f fedora-39/Dockerfile . #18 4.401 (23/38) Installing clang16-libclang (16.0.6-r1) #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 54.53MB / 92.37MB 0.9s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 26.21MB / 67.06MB 0.9s #10 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 0.8s done #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 65.01MB / 92.37MB 1.0s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 33.55MB / 67.06MB 1.0s #6 DONE 0.3s #9 [internal] load build context #9 transferring context: 13.15kB done #9 DONE 0.0s #10 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:4771b563d423363f2dc28ab7ebefac1962962daf3f49d10a7fcbfc4298222866 #10 resolve quay.io/centos/centos:stream8@sha256:4771b563d423363f2dc28ab7ebefac1962962daf3f49d10a7fcbfc4298222866 0.0s done #10 sha256:4771b563d423363f2dc28ab7ebefac1962962daf3f49d10a7fcbfc4298222866 710B / 710B done #10 sha256:5aca07b737e30680a49642754601b30b071e0c0b2209dc4cc900eb50acba6f44 505B / 505B done #10 sha256:d43821b1aa31a40db11218fd0adb978744ca2d036f6847d996c8e0f0dcdc56a3 1.16kB / 1.16kB done #10 sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b 4.19MB / 84.49MB 0.1s #6 ... #7 [auth] library/golang:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/debian:pull token for registry-1.docker.io #8 DONE 0.0s #11 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 15.17MB / 24.05MB 0.2s #11 sha256:04cf306d01a03309934b49ac4b9f487abb8a054b71141fa53df6df482ab7d7eb 1.58kB / 1.58kB done #11 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 16.78MB / 49.56MB 0.2s #11 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.3s #11 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 26.21MB / 49.56MB 0.3s #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #5 DONE 0.4s #6 [internal] load metadata for quay.io/centos/centos:stream9 #10 sha256:7418de5ce68f67dad705c01c70a7bb811f9b886f8d7aac2b66110d376046fdcb 50.50MB / 50.50MB 0.6s #10 sha256:7418de5ce68f67dad705c01c70a7bb811f9b886f8d7aac2b66110d376046fdcb 50.50MB / 50.50MB 0.6s done #10 extracting sha256:7418de5ce68f67dad705c01c70a7bb811f9b886f8d7aac2b66110d376046fdcb #11 sha256:3e7ebcee8f49721f108df55fe82f00c02578eaed9d54e379d4080cb3c81e74db 12.58MB / 66.87MB 0.4s #12 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #6 DONE 0.3s #9 [internal] load metadata for docker.io/library/ubuntu:focal #9 DONE 0.3s #21 1.470 (1/38) Installing ncurses-terminfo-base (6.4_p20230506-r0) #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 10.8s done #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 #11 ... #12 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:71cb300d5448af821aedfe63afd55ba05f45a6a79f00dcd131b96b780bb99fe4 #12 resolve docker.io/library/debian:bullseye@sha256:71cb300d5448af821aedfe63afd55ba05f45a6a79f00dcd131b96b780bb99fe4 0.1s done #12 sha256:71cb300d5448af821aedfe63afd55ba05f45a6a79f00dcd131b96b780bb99fe4 1.85kB / 1.85kB done #12 sha256:70dcc7f2c51acbeaff85f700d9c1ef936371e60bdec8da15729c19503ef1fb8f 529B / 529B done #12 sha256:bf99c88537836aaf739ebe7af883dcf5b11a1f12c82587f165ae34025ea466d3 1.48kB / 1.48kB done #12 sha256:6c8fc6a3ed50d9d1c829e556b5efd4ca23cd5d51d5dcdec2a7a70b583673ef89 50.22MB / 50.22MB 4.4s done #12 extracting sha256:6c8fc6a3ed50d9d1c829e556b5efd4ca23cd5d51d5dcdec2a7a70b583673ef89 5.3s #18 4.659 (24/38) Installing clang16 (16.0.6-r1) #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 84.93MB / 92.37MB 1.2s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 47.19MB / 67.06MB 1.2s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 1.3s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 65.01MB / 67.06MB 1.3s #10 sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b 11.53MB / 84.49MB 0.2s #9 [internal] load metadata for docker.io/library/debian:bullseye #9 DONE 0.4s #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #11 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.3s done #11 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.6s #11 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 18.87MB / 64.14MB 0.6s #11 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.6s done #11 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 33.55MB / 64.14MB 0.7s #11 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 0.1s #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 6.29MB / 92.37MB 0.7s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #6 ... #7 [auth] library/golang:pull token for registry-1.docker.io #7 DONE 0.0s #8 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #8 DONE 0.4s #6 [internal] load metadata for quay.io/centos/centos:stream9 == Building packages for ubuntu-jammy == mkdir -p "debbuild/ubuntu-jammy" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/x86_64 -f ubuntu-jammy/Dockerfile . #11 sha256:3e7ebcee8f49721f108df55fe82f00c02578eaed9d54e379d4080cb3c81e74db 16.78MB / 66.87MB 0.6s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0B / 24.05MB 0.1s #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:04cf306d01a03309934b49ac4b9f487abb8a054b71141fa53df6df482ab7d7eb 1.58kB / 1.58kB done #10 sha256:052f81af891aab3b16476354b67a8eeefa088f5076144c7bdd163a81b862e28b 5.95kB / 5.95kB done #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 0B / 49.56MB 0.1s #10 ... #11 [internal] load build context #11 transferring context: 34.72MB 0.3s done #11 DONE 0.3s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 11.53MB / 24.05MB 0.2s #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 10.49MB / 49.56MB 0.2s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #21 1.476 (2/38) Installing libncursesw (6.4_p20230506-r0) #21 1.487 (3/38) Installing readline (8.2.1-r1) #21 1.492 (4/38) Installing bash (5.2.15-r5) #21 1.507 Executing bash-5.2.15-r5.post-install #21 1.509 (5/38) Installing libffi (3.4.4-r2) #21 1.518 (6/38) Installing libgcc (12.2.1_git20220924-r10) #21 1.521 (7/38) Installing libstdc++ (12.2.1_git20220924-r10) #21 1.547 (8/38) Installing xz-libs (5.4.3-r0) #21 1.551 (9/38) Installing libxml2 (2.11.6-r0) #21 1.566 (10/38) Installing zstd-libs (1.5.5-r4) #21 1.577 (11/38) Installing llvm16-libs (16.0.6-r1) #12 ... #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #18 4.732 (25/38) Installing libmagic (5.45-r0) #18 4.759 (26/38) Installing file (5.45-r0) #18 4.761 (27/38) Installing brotli-libs (1.0.9-r14) #18 4.770 (28/38) Installing libunistring (1.1-r1) #18 4.783 (29/38) Installing libidn2 (2.3.4-r1) #18 4.787 (30/38) Installing nghttp2-libs (1.57.0-r0) #18 4.791 (31/38) Installing libcurl (8.5.0-r0) #18 4.798 (32/38) Installing libexpat (2.5.0-r1) #18 4.802 (33/38) Installing pcre2 (10.42-r1) #18 4.810 (34/38) Installing git (2.40.1-r0) #18 4.872 (35/38) Installing scudo-malloc (16.0.6-r1) #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 1.4s done #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 1.5s done == Building packages for ubuntu-lunar == mkdir -p "debbuild/ubuntu-lunar" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-ubuntu-lunar/x86_64 -f ubuntu-lunar/Dockerfile . mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.1s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 669B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #10 sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b 37.75MB / 84.49MB 0.6s #6 DONE 0.4s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #11 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 44.04MB / 64.14MB 0.8s #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 15.73MB / 92.37MB 0.8s #11 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 54.43MB / 64.14MB 0.9s #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 25.29MB / 92.37MB 0.9s #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 0.9s done #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 #6 DONE 0.4s #9 [internal] load build context #9 DONE 0.0s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 ... #9 [internal] load build context #9 transferring context: 13.15kB done #9 DONE 0.0s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.28kB done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.4s done #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 32.51MB / 49.56MB 0.4s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 6.29MB / 64.14MB 0.5s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 7.34MB / 92.37MB 0.5s #10 sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 65.83MB / 65.83MB 10.5s done == Building packages for debian-bullseye == mkdir -p "debbuild/debian-bullseye" mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #18 4.880 (36/38) Installing lld-libs (16.0.6-r0) #18 4.927 (37/38) Installing lld (16.0.6-r0) #18 4.930 (38/38) Installing llvm16 (16.0.6-r1) #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 1.28kB done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #4 DONE 0.5s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1e81f1834c73ecc77e 482B / 482B done #5 sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2aa6c11aaa0ea431b44bb89 1.27kB / 1.27kB done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0B / 11.80MB 0.1s #10 sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b 45.09MB / 84.49MB 0.7s #10 sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b 63.96MB / 84.49MB 0.9s #10 sha256:04cf306d01a03309934b49ac4b9f487abb8a054b71141fa53df6df482ab7d7eb 1.58kB / 1.58kB done #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 3.15MB / 24.05MB 0.1s #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 1.05MB / 49.56MB 0.1s #10 sha256:052f81af891aab3b16476354b67a8eeefa088f5076144c7bdd163a81b862e28b 5.95kB / 5.95kB done #10 ... #11 [internal] load build context #11 transferring context: 34.72MB 0.2s done #11 DONE 0.3s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 14.68MB / 24.05MB 0.2s #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 12.58MB / 49.56MB 0.2s #11 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 63.96MB / 64.14MB 1.0s #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 35.65MB / 92.37MB 1.0s #11 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 3.15MB / 67.06MB 1.0s #11 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.1s done #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 55.57MB / 92.37MB 1.2s #11 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 25.17MB / 67.06MB 1.2s #11 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 1.1s done #10 sha256:04cf306d01a03309934b49ac4b9f487abb8a054b71141fa53df6df482ab7d7eb 1.58kB / 1.58kB done #10 sha256:052f81af891aab3b16476354b67a8eeefa088f5076144c7bdd163a81b862e28b 5.95kB / 5.95kB done #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 15.73MB / 49.56MB 0.2s #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 14.68MB / 24.05MB 0.2s #4 DONE 0.4s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.6s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 15.73MB / 64.14MB 0.6s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 16.78MB / 92.37MB 0.6s #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.6s done #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 23.07MB / 64.14MB 0.7s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 27.26MB / 92.37MB 0.7s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 2.10MB / 67.06MB 0.7s #10 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 36.70MB / 64.14MB 0.8s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 36.70MB / 92.37MB 0.8s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 11.53MB / 67.06MB 0.8s #11 sha256:3e7ebcee8f49721f108df55fe82f00c02578eaed9d54e379d4080cb3c81e74db 32.51MB / 66.87MB 1.0s #11 sha256:3e7ebcee8f49721f108df55fe82f00c02578eaed9d54e379d4080cb3c81e74db 37.75MB / 66.87MB 1.1s #11 sha256:3e7ebcee8f49721f108df55fe82f00c02578eaed9d54e379d4080cb3c81e74db 49.28MB / 66.87MB 1.2s mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/aarch64 -f debian-bullseye/Dockerfile . mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx:/buildx \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #4 DONE 0.4s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1e81f1834c73ecc77e 482B / 482B done #5 sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2aa6c11aaa0ea431b44bb89 1.27kB / 1.27kB done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 7.34MB / 11.80MB 0.1s #11 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.22MB / 66.22MB 10.3s done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 9.44MB / 11.80MB 0.2s #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s done #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s #10 sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b 72.35MB / 84.49MB 1.0s #10 sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b 84.49MB / 84.49MB 1.1s #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.3s #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 26.21MB / 49.56MB 0.3s #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 46.14MB / 49.56MB 0.5s #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.5s done #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 6.29MB / 64.14MB 0.6s #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 66.06MB / 92.37MB 1.3s #11 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 32.51MB / 67.06MB 1.3s #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 76.55MB / 92.37MB 1.4s #11 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 39.24MB / 67.06MB 1.4s == Building packages for debian-buster == mkdir -p "debbuild/debian-buster" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile . mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose == Building packages for ubuntu-mantic == mkdir -p "debbuild/ubuntu-mantic" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-ubuntu-mantic/aarch64 -f ubuntu-mantic/Dockerfile . #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 25.17MB / 49.56MB 0.3s #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.3s #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 46.14MB / 49.56MB 0.5s #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.3s done #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 13.63MB / 64.14MB 0.5s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1e81f1834c73ecc77e 482B / 482B done #5 sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2aa6c11aaa0ea431b44bb89 1.27kB / 1.27kB done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 7.34MB / 11.80MB 0.1s #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s #13 2.032 Reading package lists... #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 46.14MB / 64.14MB 0.9s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 47.19MB / 92.37MB 0.9s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 22.02MB / 67.06MB 0.9s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 57.67MB / 64.14MB 1.0s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 56.62MB / 92.37MB 1.0s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 32.51MB / 67.06MB 1.0s #11 sha256:3e7ebcee8f49721f108df55fe82f00c02578eaed9d54e379d4080cb3c81e74db 53.48MB / 66.87MB 1.3s #11 sha256:3e7ebcee8f49721f108df55fe82f00c02578eaed9d54e379d4080cb3c81e74db 60.82MB / 66.87MB 1.5s #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 986B done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 mkdir -p rpmbuild/SOURCES cp /home/ubuntu/workspace/docker-ce-packaging_master/rpm/patches/01-rlimit_nofile-rhel7.patch rpmbuild/SOURCES/01-rlimit_nofile-rhel7.patch mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s done #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #5 DONE 0.4s #6 [internal] load metadata for docker.io/library/ubuntu:lunar == Building packages for ubuntu-focal == mkdir -p "debbuild/ubuntu-focal" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile . #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 1.2s done #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #5 DONE 0.5s #6 [auth] library/golang:pull token for registry-1.docker.io #10 sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b 84.49MB / 84.49MB 1.3s done #10 extracting sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.7s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 26.21MB / 64.14MB 0.8s #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 1.6s #11 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 65.01MB / 67.06MB 1.6s #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 1.7s done #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 984B done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #21 2.556 (12/38) Installing clang16-libs (16.0.6-r1) #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.29kB done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #4 DONE 0.3s #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.6s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 23.07MB / 64.14MB 0.6s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 42.99MB / 64.14MB 0.8s #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.8s done #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 53.48MB / 64.14MB 0.9s #10 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.3s done #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s #10 ... #12 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 #12 resolve docker.io/library/debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 0.0s done #12 sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 1.85kB / 1.85kB done #12 sha256:d1fbb74d3e14bce3a324a08c0e89ba99285c28a6886c295871d86f853e1821fc 529B / 529B done #12 sha256:a6916e41aa871b09260f8949fe3c34570719f1c92ffe87d515b7eb702ebaebb1 1.46kB / 1.46kB done #12 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.6s done #12 DONE 2.3s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 1.6s done #10 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.1s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.1s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 67.11MB / 92.37MB 1.1s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 41.94MB / 67.06MB 1.1s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.2s done #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 77.59MB / 92.37MB 1.2s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 51.39MB / 67.06MB 1.2s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 87.03MB / 92.37MB 1.3s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 61.87MB / 67.06MB 1.3s #10 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 1.2s done #11 sha256:3e7ebcee8f49721f108df55fe82f00c02578eaed9d54e379d4080cb3c81e74db 66.06MB / 66.87MB 1.6s == Building packages for ubuntu-mantic == mkdir -p "debbuild/ubuntu-mantic" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-ubuntu-mantic/x86_64 -f ubuntu-mantic/Dockerfile . #4 DONE 0.4s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done #5 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 4.19MB / 11.02MB 0.1s #6 ... #7 [auth] library/ubuntu:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s mkdir -p rpmbuild/SOURCES cp /home/ubuntu/workspace/docker-ce-packaging_master/rpm/patches/01-rlimit_nofile-rhel7.patch rpmbuild/SOURCES/01-rlimit_nofile-rhel7.patch #6 DONE 0.0s #7 [auth] library/fedora:pull token for registry-1.docker.io #7 DONE 0.0s #8 [internal] load metadata for docker.io/library/fedora:39 #8 ... #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 DONE 0.3s #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 1.5s done #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 36.70MB / 64.14MB 0.9s #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 1.0s done #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 56.62MB / 64.14MB 1.1s #10 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 #11 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 1.8s done #4 DONE 0.4s #10 sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 66.22MB / 66.22MB 11.2s done #10 sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd 155B / 155B 11.3s done == Building packages for ubuntu-lunar == mkdir -p "debbuild/ubuntu-lunar" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-ubuntu-lunar/aarch64 -f ubuntu-lunar/Dockerfile . #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done #5 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 7.34MB / 11.02MB 0.1s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 62.91MB / 64.14MB 1.0s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 2.60MB / 67.06MB 1.0s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 5.35MB / 92.37MB 1.0s #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #5 DONE 0.5s #6 [internal] load metadata for docker.io/library/ubuntu:jammy #6 ... #7 [auth] library/golang:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/ubuntu:pull token for registry-1.docker.io #8 DONE 0.0s == Building packages for debian-bookworm == mkdir -p "debbuild/debian-bookworm" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-debian-bookworm/aarch64 -f debian-bookworm/Dockerfile . #18 5.815 Executing busybox-1.36.1-r5.trigger #18 5.820 OK: 583 MiB in 54 packages #13 DONE 2.8s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 7.1s done #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 0.9s #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 1.0s done #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 #10 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.5s done #10 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 1.5s done #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 1.5s #11 sha256:3e7ebcee8f49721f108df55fe82f00c02578eaed9d54e379d4080cb3c81e74db 66.87MB / 66.87MB 1.8s done #11 extracting sha256:3e7ebcee8f49721f108df55fe82f00c02578eaed9d54e379d4080cb3c81e74db #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.1s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 1.29kB done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s done #5 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done #13 2.979 Reading package lists... #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 DONE 0.3s #6 [internal] load metadata for docker.io/library/ubuntu:lunar == Building packages for fedora-38 == mkdir -p "rpmbuild/fedora-38" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm -t rpmbuild-fedora-38/aarch64 -f fedora-38/Dockerfile . #8 [internal] load metadata for docker.io/library/fedora:39 #8 DONE 0.4s #10 [internal] load build context #10 transferring context: 13.15kB done #10 DONE 0.0s #11 [stage-1 1/6] FROM docker.io/library/fedora:39@sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d6e0 #11 resolve docker.io/library/fedora:39@sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d6e0 0.0s done #11 sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d6e0 975B / 975B done #11 sha256:dfb5e6183f515192b37df9356622b676461a41b724d9f92953433dca3e85deb1 529B / 529B done #11 sha256:8404925a71fd9f56243a4c54fe44f1192e29a19d23e7c858842ddc8b43b4ca9e 2.00kB / 2.00kB done #11 sha256:8237fce9fd6b5acc12e7010d84e6245c6b00937de832c1987c4769866af1573a 0B / 64.87MB 0.1s #10 ... #12 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:851cfc48b26f6413a72a7f6873a7624ba2a427048976f6ab4483f72fe165d4f1 #12 extracting sha256:b4465e59683b9f590d61c1c31974cdf35e71ec05b66b37e25d6fc5332a974a0c 8.7s done #12 extracting sha256:db9fb69546622914cfeb85dcfecc4ec0fdd18fee1b049855a32fb3a45f520ce3 done #12 extracting sha256:997037b2d3f1f193cf48d125bdce37ac02722b9c3cc2dd37ee1a5d7db275660f done #12 extracting sha256:f30e4c1dcfd87d94ec3963c01bd0255e625fe6ff2528df55027057f7b6391e3a done #12 extracting sha256:6bead0f8be26143df332e314168c2289680e24da4bb0b80a0f21ed66769ac6f4 done #12 extracting sha256:cdfa720855e4fb5880c5c86ee9587788f5ca34c5e536a6e249e2c8443083a0c8 done #12 extracting sha256:b0a7ae5f5efcacb9fccb865b366f5a563d9c7c469304c39b2ca9c8696b902a49 1.2s done #12 extracting sha256:187bb5eddfb77708125f53706c2c6fc31a2e686df1b3e2c11db66aba24327ca6 0.0s done #12 DONE 13.9s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.2s #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 1.28kB done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #4 DONE 0.3s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done #5 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 3.15MB / 11.02MB 0.1s #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s done #5 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.28kB done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.1s done #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 23.07MB / 67.06MB 1.2s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 26.21MB / 92.37MB 1.2s #10 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 1.2s done #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 32.87MB / 67.06MB 1.3s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 35.65MB / 92.37MB 1.3s #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s #5 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.3s done #5 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done #5 DONE 0.4s #6 [internal] load metadata for docker.io/library/ubuntu:mantic #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 DONE 0.3s #6 [internal] load metadata for docker.io/library/ubuntu:jammy #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 986B done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #21 3.048 (13/38) Installing fortify-headers (1.1-r3) #21 3.089 (14/38) Installing binutils (2.40-r7) #21 3.199 (15/38) Installing libgomp (12.2.1_git20220924-r10) #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 1.6s done #10 ... #12 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 #12 resolve docker.io/library/ubuntu:focal@sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 0.0s done #12 sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 1.13kB / 1.13kB done #12 sha256:bac6081102aae54ba4bcc714695b8f637e42768c7f376f374c428bab043ddc0f 424B / 424B done #12 sha256:f78909c2b360d866b3220655c0b079838258b8891a12ac25fc670f0cbb54229f 2.30kB / 2.30kB done #12 sha256:527f5363b98e562da03d2e0bbf86fd7c34f487bffd9b27a3cf0a9afea2f0ee1f 27.51MB / 27.51MB 0.3s done #12 extracting sha256:527f5363b98e562da03d2e0bbf86fd7c34f487bffd9b27a3cf0a9afea2f0ee1f 1.2s done #12 DONE 1.8s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #4 DONE 0.4s #5 DONE 0.4s #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #6 ... #7 [auth] library/debian:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s #11 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 7.7s done #13 3.865 Building dependency tree... #13 4.064 Reading state information... #10 extracting sha256:7418de5ce68f67dad705c01c70a7bb811f9b886f8d7aac2b66110d376046fdcb 2.1s done #6 DONE 0.4s #11 sha256:8237fce9fd6b5acc12e7010d84e6245c6b00937de832c1987c4769866af1573a 16.78MB / 64.87MB 0.3s #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 9.0s done #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 == Building packages for fedora-39 == mkdir -p "rpmbuild/fedora-39" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm -t rpmbuild-fedora-39/aarch64 -f fedora-39/Dockerfile . #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done #5 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 6.29MB / 11.02MB 0.1s #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 DONE 0.3s #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 43.18MB / 67.06MB 1.4s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 46.14MB / 92.37MB 1.4s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 53.48MB / 67.06MB 1.5s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 55.57MB / 92.37MB 1.5s #4 DONE 0.3s #6 ... #7 [auth] library/ubuntu:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done #5 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 7.34MB / 11.02MB 0.1s #6 DONE 0.3s #4 DONE 0.3s #21 3.205 (16/38) Installing libatomic (12.2.1_git20220924-r10) #21 3.208 (17/38) Installing gmp (6.2.1-r3) #21 3.218 (18/38) Installing isl26 (0.26-r1) #21 3.240 (19/38) Installing mpfr4 (4.2.0_p12-r0) #21 3.249 (20/38) Installing mpc1 (1.3.1-r1) #21 3.252 (21/38) Installing gcc (12.2.1_git20220924-r10) #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:a17ee7fff8f5e97b974f5b48f51647d2cf28d543f2aa6c11aaa0ea431b44bb89 1.27kB / 1.27kB done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 6.29MB / 11.80MB 0.1s #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:657fcc512c7369f4cb3d94ea329150f8daf626bc838b1a1e81f1834c73ecc77e 482B / 482B done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 #9 [internal] load metadata for docker.io/library/debian:bullseye #9 DONE 0.4s #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #11 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 #10 DONE 2.8s #12 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #12 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #12 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #12 sha256:04cf306d01a03309934b49ac4b9f487abb8a054b71141fa53df6df482ab7d7eb 1.58kB / 1.58kB done #12 sha256:052f81af891aab3b16476354b67a8eeefa088f5076144c7bdd163a81b862e28b 5.95kB / 5.95kB done #12 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.7s done #12 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.3s done #12 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.1s done #12 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 1.6s done #12 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 2.0s done #12 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 1.8s done #12 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 1.1s done #12 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:052f81af891aab3b16476354b67a8eeefa088f5076144c7bdd163a81b862e28b 5.95kB / 5.95kB done #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 5.24MB / 49.56MB 0.1s #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 4.19MB / 24.05MB 0.1s #10 sha256:04cf306d01a03309934b49ac4b9f487abb8a054b71141fa53df6df482ab7d7eb 1.58kB / 1.58kB done == Building packages for ubuntu-jammy == mkdir -p "debbuild/ubuntu-jammy" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/aarch64 -f ubuntu-jammy/Dockerfile . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.28kB done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #11 sha256:8237fce9fd6b5acc12e7010d84e6245c6b00937de832c1987c4769866af1573a 20.97MB / 64.87MB 0.5s #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 669B done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s done #5 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done #5 DONE 0.3s #6 [internal] load metadata for docker.io/library/ubuntu:focal #6 ... #7 [auth] library/debian:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s #9 [internal] load metadata for docker.io/library/debian:buster #9 ... #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #6 DONE 0.4s #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 669B done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #4 DONE 0.3s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done #5 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 1.05MB / 11.02MB 0.1s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 1.7s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 75.50MB / 92.37MB 1.7s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 1.8s done #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 85.98MB / 92.37MB 1.8s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 1.9s #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s done #5 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done #5 DONE 0.3s #6 [internal] load metadata for docker.io/library/ubuntu:lunar #6 [internal] load metadata for docker.io/library/ubuntu:mantic #6 DONE 0.3s #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 DONE 0.3s #10 [stage-1 1/9] FROM docker.io/library/ubuntu:mantic@sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 #10 resolve docker.io/library/ubuntu:mantic@sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 0.0s done #10 ... #11 [internal] load build context #11 transferring context: 34.75MB 0.1s done #11 DONE 0.1s #10 [stage-1 1/9] FROM docker.io/library/ubuntu:mantic@sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 #10 sha256:b227d7805fb6cba5d091f0565054ae9ed1e13a6e2df91de4cfb41f70e208da31 0B / 26.39MB 0.1s #10 sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 1.13kB / 1.13kB done #10 sha256:694c2aa053066101c5f29e909d4baaea478ac50e499d452f510c10e961ebb42f 424B / 424B done #10 sha256:382e20053971e462c74b86d6dd56f440693ddf596f0fb4989a9ef87ffb1bd5a5 2.31kB / 2.31kB done #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 0B / 92.37MB 1.6s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 0B / 67.06MB 1.6s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 18.87MB / 92.37MB 1.8s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 19.92MB / 67.06MB 1.8s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 29.33MB / 92.37MB 1.9s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 30.41MB / 67.06MB 1.9s #10 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 #10 resolve docker.io/library/ubuntu:jammy@sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 0.0s done #10 sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 1.13kB / 1.13kB done #10 sha256:cb2af41f42b9c9bc9bcdc7cf1735e3c4b3d95b2137be86fd940373471a34c8b0 424B / 424B done #10 sha256:e34e831650c1bb0be9b6f61c6755749cb8ea2053ba91c6cda27fded9e089811f 2.30kB / 2.30kB done #10 sha256:29202e855b2021a2d7f92800619ed5f5e8ac402e267cfbb3d29a791feb13c1ee 6.29MB / 29.55MB 0.1s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done #5 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.1s done #5 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done #5 sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 11.80MB / 11.80MB 0.2s done #5 extracting sha256:9d9c93f4b00be908ab694a4df732570bced3b8a96b7515d70ff93402179ad232 0.1s done #5 DONE 0.5s #6 DONE 0.4s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #11 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 2.0s done #11 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c #10 extracting sha256:1d306580a85c9098725ffcffdc42e708e47695a4be4626d1dc152e55ec7f04c2 8.7s done #10 ... #11 [internal] load build context #11 transferring context: 34.72MB 0.3s done #11 DONE 0.3s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 15.73MB / 49.56MB 0.2s #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 16.78MB / 24.05MB 0.2s #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 35.65MB / 49.56MB 0.4s #10 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.3s done #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 0B / 92.37MB 0.4s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 0B / 64.14MB 0.4s #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 45.09MB / 49.56MB 0.5s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 10.49MB / 92.37MB 0.5s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 7.34MB / 64.14MB 0.5s #13 4.448 The following additional packages will be installed: #13 4.448 autoconf automake autopoint autotools-dev binutils #13 4.448 binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential #13 4.448 bzip2 ca-certificates cpp cpp-12 dctrl-tools debhelper debian-keyring #13 4.448 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #13 4.449 dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++ #13 4.449 g++-12 gcc gcc-12 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils #13 4.449 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base #13 4.449 intltool-debian iso-codes krb5-locales less libabsl20220623 #13 4.449 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #13 4.449 libaliased-perl libaom3 libapt-pkg-perl libarchive-cpio-perl #13 4.449 libarchive-zip-perl libarchive13 libarray-intspan-perl libasan8 libassuan0 #13 4.449 libatomic1 libauthen-sasl-perl libavif15 libb-hooks-endofscope-perl #13 4.449 libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0 #13 4.449 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8 #13 4.449 libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl #13 4.449 libclass-inspector-perl libclass-method-modifiers-perl #13 4.450 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #13 4.450 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #13 4.450 libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 #13 4.450 libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl #13 4.450 libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl #13 4.450 libdata-validate-ip-perl libdata-validate-uri-perl libdav1d6 libde265-0 #13 4.450 libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl #13 4.450 libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl #13 4.450 libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl #13 4.450 libencode-locale-perl liberror-perl libexception-class-perl libexpat1 #13 4.450 libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl #13 4.450 libfeature-compat-class-perl libfeature-compat-try-perl libfido2-1 #13 4.450 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #13 4.450 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #13 4.450 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #13 4.450 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #13 4.450 libfreetype6 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 #13 4.450 libgdbm-compat4 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl #13 4.450 libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 libgssapi-krb5-2 #13 4.450 libheif1 libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl #13 4.450 libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl #13 4.450 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 4.450 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 4.450 libicu72 libimport-into-perl libindirect-perl libio-html-perl #13 4.450 libio-interactive-perl libio-prompter-perl libio-pty-perl #13 4.450 libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl #13 4.450 libio-stringy-perl libipc-run-perl libipc-run3-perl #13 4.450 libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl #13 4.450 libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl #13 4.450 libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 #13 4.450 libldap-2.5-0 libldap-common liblerc4 liblist-compare-perl #13 4.450 liblist-someutils-perl liblist-someutils-xs-perl liblist-utilsby-perl #13 4.450 liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl #13 4.450 libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl #13 4.450 liblz1 liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl #13 4.450 libmailtools-perl libmarkdown2 libmath-base85-perl libmime-tools-perl #13 4.450 libmldbm-perl libmodule-implementation-perl libmodule-runtime-perl #13 4.450 libmoo-perl libmoox-aliases-perl libmouse-perl libmpc3 libmpfr6 #13 4.450 libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl libnet-http-perl #13 4.450 libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl #13 4.450 libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev #13 4.450 libnsl2 libnumber-compare-perl libobject-pad-perl libpackage-stash-perl #13 4.450 libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl #13 4.450 libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 libperlio-gzip-perl #13 4.450 libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl #13 4.450 libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib #13 4.450 libpython3.11-minimal libpython3.11-stdlib librav1e0 libre-engine-re2-perl #13 4.450 libre2-9 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #13 4.450 libregexp-ipv6-perl libregexp-pattern-license-perl libregexp-pattern-perl #13 4.451 libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2 #13 4.451 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #13 4.451 libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl #13 4.451 libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev #13 4.451 libstrictures-perl libstring-copyright-perl libstring-escape-perl #13 4.451 libstring-license-perl libstring-shellquote-perl libsub-exporter-perl #13 4.451 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #13 4.451 libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1 #13 4.451 libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl #13 4.451 libtask-weaken-perl libterm-readkey-perl libtext-glob-perl #13 4.451 libtext-levenshteinxs-perl libtext-markdown-discount-perl #13 4.451 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #13 4.451 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #13 4.451 libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl #13 4.451 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #13 4.451 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #13 4.451 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #13 4.451 libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6 #13 4.451 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #13 4.451 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 #13 4.451 libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl #13 4.451 libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl #13 4.451 libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db #13 4.451 manpages manpages-dev media-types netbase openssh-client openssl patch #13 4.451 patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults #13 4.451 pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix #13 4.451 python-apt-common python3 python3-apt python3-certifi python3-chardet #13 4.452 python3-charset-normalizer python3-debian python3-gpg python3-idna #13 4.452 python3-magic python3-minimal python3-pkg-resources python3-requests #13 4.452 python3-six python3-unidiff python3-urllib3 python3-xdg python3.11 #13 4.452 python3.11-minimal readline-common rpcsvc-proto sensible-utils #13 4.452 shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3 #13 4.452 xdg-user-dirs xz-utils zstd #13 4.456 Suggested packages: #13 4.456 autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc #13 4.456 gcc-12-locales cpp-12-doc debtags dh-make adequate at autopkgtest #13 4.456 bls-standalone bsd-mailx | mailx check-all-the-things cvs-buildpackage #13 4.456 diffoscope disorderfs dose-extra duck elpa-devscripts faketime gnuplot #13 4.456 how-can-i-help libdbd-pg-perl libfile-desktopentry-perl libterm-size-perl #13 4.456 libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts #13 4.456 postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m #13 4.456 dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync #13 4.456 gcc-12-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev #13 4.456 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email #13 4.456 git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage #13 4.456 scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl glibc-doc #13 4.456 bzr libgd-tools gdbm-l10n low-memory-monitor gpm krb5-doc krb5-user #13 4.456 libtool-doc libcrypt-ssleay-perl libscalar-number-perl #13 4.456 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal #13 4.456 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql #13 4.456 libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++-12-doc #13 4.456 libbareword-filehandles-perl libmultidimensional-perl gfortran #13 4.456 | fortran95-compiler gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl #13 4.456 libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion #13 4.456 binutils-multiarch libtext-template-perl m4-doc make-doc apparmor #13 4.456 www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc #13 4.456 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl #13 4.456 libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc #13 4.456 python3-tk python3-venv python-apt-doc python3-setuptools #13 4.456 python3-cryptography python3-openssl python3-socks python-requests-doc #13 4.456 python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc #13 4.456 binfmt-support readline-doc zip wdiff-doc #4 DONE 0.4s #11 sha256:8237fce9fd6b5acc12e7010d84e6245c6b00937de832c1987c4769866af1573a 32.51MB / 64.87MB 0.7s #4 DONE 0.3s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done #5 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 7.34MB / 11.02MB 0.1s #6 ... #7 [auth] library/ubuntu:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 [internal] load metadata for docker.io/library/debian:buster #9 DONE 0.4s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.1s done #10 ... #11 [internal] load build context #11 transferring context: 34.75MB 0.1s done #11 DONE 0.1s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s done #5 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 2.0s done #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 38.80MB / 92.37MB 2.0s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 49.28MB / 92.37MB 2.1s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 46.14MB / 67.06MB 2.1s #6 ... #7 [auth] library/ubuntu:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s #10 sha256:b227d7805fb6cba5d091f0565054ae9ed1e13a6e2df91de4cfb41f70e208da31 15.73MB / 26.39MB 0.2s #10 ... #11 [internal] load build context #11 transferring context: 34.72MB 0.3s done #11 DONE 0.3s #10 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 #10 sha256:29202e855b2021a2d7f92800619ed5f5e8ac402e267cfbb3d29a791feb13c1ee 26.21MB / 29.55MB 0.3s #5 DONE 0.3s #6 [internal] load metadata for docker.io/library/debian:bookworm #6 ... #7 [auth] library/debian:pull token for registry-1.docker.io #7 DONE 0.0s #6 [internal] load metadata for docker.io/library/ubuntu:mantic #6 ... #7 [auth] library/golang:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/ubuntu:pull token for registry-1.docker.io #8 DONE 0.0s #10 ... #11 [internal] load build context #11 transferring context: 34.75MB 0.1s done #11 DONE 0.1s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 4.66MB / 23.58MB 0.1s #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 5.24MB / 49.59MB 0.1s #10 sha256:39026bab5d1f5a3dbb822b9dacd5202cc77157ad7426bcd23719667e357182a1 1.58kB / 1.58kB done #10 sha256:2fd8f74530ee4723f04a80aec860a61dd471f04d9c04f3544b2bdf05bff4d6e9 5.96kB / 5.96kB done #10 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 23.58MB / 23.58MB 0.3s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 25.17MB / 49.59MB 0.3s #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.6s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 19.92MB / 92.37MB 0.6s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 18.87MB / 64.14MB 0.6s #10 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.6s done #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 30.41MB / 92.37MB 0.7s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 27.26MB / 64.14MB 0.7s #10 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 5.24MB / 67.06MB 0.7s #12 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.4s done #12 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done #5 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 6.29MB / 11.02MB 0.1s #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s done #5 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done #11 sha256:8237fce9fd6b5acc12e7010d84e6245c6b00937de832c1987c4769866af1573a 42.99MB / 64.87MB 0.9s #11 sha256:8237fce9fd6b5acc12e7010d84e6245c6b00937de832c1987c4769866af1573a 50.33MB / 64.87MB 1.0s #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.1s done #5 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done #5 DONE 0.3s #6 [internal] load metadata for docker.io/library/fedora:39 #10 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 1.9s done #9 DONE 0.4s #6 [internal] load metadata for docker.io/library/ubuntu:focal #6 DONE 0.5s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:2fd8f74530ee4723f04a80aec860a61dd471f04d9c04f3544b2bdf05bff4d6e9 5.96kB / 5.96kB done #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 2.10MB / 49.59MB 0.1s #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:39026bab5d1f5a3dbb822b9dacd5202cc77157ad7426bcd23719667e357182a1 1.58kB / 1.58kB done #10 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0B / 23.58MB 0.1s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 25.17MB / 49.59MB 0.3s #10 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 23.58MB / 23.58MB 0.3s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 34.60MB / 49.59MB 0.4s #10 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 23.58MB / 23.58MB 0.3s done #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 3.15MB / 63.99MB 0.4s #5 DONE 0.3s #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #6 ... #7 [auth] library/golang:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/fedora:pull token for registry-1.docker.io #8 DONE 0.0s #16 34.36 Checking for new repos for mirrors #16 34.36 Getting requirements for /root/rpmbuild/SPECS/docker-buildx-plugin.spec #16 34.36 --> Already installed : bash-4.2.46-34.el7.aarch64 #16 34.37 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec #16 34.37 --> 1:make-3.82-24.el7.aarch64 #16 34.53 --> libtool-ltdl-devel-2.4.2-22.el7_3.aarch64 #16 34.53 --> git-1.8.3.1-25.el7_9.aarch64 #16 34.53 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec #16 34.53 --> Already installed : bash-4.2.46-34.el7.aarch64 #16 34.53 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec #16 34.53 --> Already installed : bash-4.2.46-34.el7.aarch64 #16 34.53 --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch #16 34.54 --> cmake-2.8.12.2-2.el7.aarch64 #16 34.54 --> gcc-4.8.5-44.el7.aarch64 #16 34.54 --> git-1.8.3.1-25.el7_9.aarch64 #16 34.54 --> glibc-static-2.17-326.el7_9.aarch64 #16 34.54 --> libarchive-3.1.2-14.el7_7.aarch64 #16 34.54 --> libseccomp-devel-2.3.1-4.el7.aarch64 #16 34.54 --> libselinux-devel-2.5-15.el7.aarch64 #16 34.54 --> libtool-2.4.2-22.el7_3.aarch64 #16 34.54 --> libtool-ltdl-devel-2.4.2-22.el7_3.aarch64 #16 34.54 --> 1:make-3.82-24.el7.aarch64 #16 34.54 --> Already installed : 1:pkgconfig-0.27.1-4.el7.aarch64 #16 34.54 --> Already installed : systemd-219-78.el7.aarch64 #16 34.54 --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch #16 34.55 --> systemd-devel-219-78.el7_9.9.aarch64 #16 34.55 --> Already installed : 2:tar-1.26-35.el7.aarch64 #16 34.55 --> which-2.20-7.el7.aarch64 #16 34.55 Getting requirements for /root/rpmbuild/SPECS/docker-compose-plugin.spec #16 34.55 --> Already installed : bash-4.2.46-34.el7.aarch64 #16 34.55 --> Running transaction check #16 34.55 ---> Package cmake.aarch64 0:2.8.12.2-2.el7 will be installed #16 34.56 ---> Package gcc.aarch64 0:4.8.5-44.el7 will be installed #16 34.57 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.aarch64 #16 34.70 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.aarch64 #16 34.71 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.aarch64 #16 34.71 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.aarch64 #16 34.71 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.aarch64 #16 34.72 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.aarch64 #16 34.72 ---> Package git.aarch64 0:1.8.3.1-25.el7_9 will be installed #16 34.73 --> Processing Dependency: perl-Git = 1.8.3.1-25.el7_9 for package: git-1.8.3.1-25.el7_9.aarch64 #16 34.73 --> Processing Dependency: rsync for package: git-1.8.3.1-25.el7_9.aarch64 #16 34.74 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-25.el7_9.aarch64 #16 34.74 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-25.el7_9.aarch64 #16 34.75 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-25.el7_9.aarch64 #16 34.75 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-25.el7_9.aarch64 #16 34.75 --> Processing Dependency: less for package: git-1.8.3.1-25.el7_9.aarch64 #16 34.76 ---> Package glibc-static.aarch64 0:2.17-326.el7_9 will be installed #16 34.76 ---> Package libarchive.aarch64 0:3.1.2-14.el7_7 will be installed #16 34.76 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.aarch64 #16 34.76 ---> Package libseccomp-devel.aarch64 0:2.3.1-4.el7 will be installed #16 34.76 --> Processing Dependency: libseccomp(aarch-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.aarch64 #16 34.76 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.aarch64 #16 34.76 ---> Package libselinux-devel.aarch64 0:2.5-15.el7 will be installed #16 34.76 --> Processing Dependency: libsepol-devel(aarch-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.aarch64 #16 34.77 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.aarch64 #16 34.77 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.aarch64 #16 34.77 ---> Package libtool.aarch64 0:2.4.2-22.el7_3 will be installed #16 34.77 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.aarch64 #16 34.78 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.aarch64 #16 34.78 ---> Package libtool-ltdl-devel.aarch64 0:2.4.2-22.el7_3 will be installed #16 34.78 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.aarch64 #16 34.78 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.aarch64 #16 34.78 ---> Package make.aarch64 1:3.82-24.el7 will be installed #16 34.78 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed #16 34.78 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch #16 34.78 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch #16 34.79 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch #16 34.79 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch #16 34.79 ---> Package systemd-devel.aarch64 0:219-78.el7_9.9 will be installed #16 34.79 --> Processing Dependency: systemd-libs = 219-78.el7_9.9 for package: systemd-devel-219-78.el7_9.9.aarch64 #16 34.80 --> Processing Dependency: systemd = 219-78.el7_9.9 for package: systemd-devel-219-78.el7_9.9.aarch64 #16 34.80 Package: systemd-219-78.el7_9.9.src - can't co-install with systemd-219-78.el7_9.9.aarch64 #16 34.80 ---> Package which.aarch64 0:2.20-7.el7 will be installed #16 34.80 --> Running transaction check #16 34.80 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed #16 34.80 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch #16 34.81 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed #16 34.81 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch #16 34.82 ---> Package checkpolicy.aarch64 0:2.5-8.el7 will be installed #16 34.82 ---> Package cpp.aarch64 0:4.8.5-44.el7 will be installed #16 34.82 ---> Package glibc-devel.aarch64 0:2.17-326.el7_9 will be installed #16 34.83 --> Processing Dependency: glibc-headers = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.aarch64 #16 34.83 --> Processing Dependency: glibc = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.aarch64 #16 34.84 Package: glibc-2.17-326.el7_9.src - can't co-install with glibc-2.17-326.el7_9.aarch64 #16 34.84 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-326.el7_9.aarch64 #16 34.84 ---> Package less.aarch64 0:458-9.el7 will be installed #16 34.84 ---> Package libgomp.aarch64 0:4.8.5-44.el7 will be installed #16 34.84 ---> Package libmpc.aarch64 0:1.0.1-3.el7 will be installed #16 34.84 ---> Package libseccomp.aarch64 0:2.3.1-4.el7 will be installed #16 34.84 ---> Package libsepol-devel.aarch64 0:2.5-10.el7 will be installed #16 34.84 ---> Package libtool-ltdl.aarch64 0:2.4.2-22.el7_3 will be installed #16 34.84 ---> Package lzo.aarch64 0:2.06-8.el7 will be installed #16 34.84 ---> Package m4.aarch64 0:1.4.16-10.el7 will be installed #16 34.84 ---> Package mpfr.aarch64 0:3.1.1-4.el7 will be installed #16 34.84 ---> Package openssh-clients.aarch64 0:7.4p1-23.el7_9 will be installed #16 34.85 --> Processing Dependency: openssh = 7.4p1-23.el7_9 for package: openssh-clients-7.4p1-23.el7_9.aarch64 #16 34.85 --> Processing Dependency: fipscheck-lib(aarch-64) >= 1.3.0 for package: openssh-clients-7.4p1-23.el7_9.aarch64 #16 34.85 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-23.el7_9.aarch64 #16 34.85 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-23.el7_9.aarch64 #16 34.85 ---> Package pcre-devel.aarch64 0:8.32-17.el7 will be installed #16 34.85 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed #16 34.85 ---> Package perl-Git.noarch 0:1.8.3.1-25.el7_9 will be installed #16 34.85 ---> Package perl-TermReadKey.aarch64 0:2.30-20.el7 will be installed #16 34.86 ---> Package policycoreutils-devel.aarch64 0:2.5-34.el7 will be installed #16 34.86 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.aarch64 #16 34.86 ---> Package rsync.aarch64 0:3.1.2-12.el7_9 will be installed #16 34.86 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed #16 34.86 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch #16 34.87 ---> Package systemd.aarch64 0:219-78.el7 will be updated #16 35.00 ---> Package systemd.aarch64 0:219-78.el7_9.9 will be an update #16 35.02 ---> Package systemd-libs.aarch64 0:219-78.el7 will be updated #16 35.02 ---> Package systemd-libs.aarch64 0:219-78.el7_9.9 will be an update #16 35.02 --> Running transaction check #16 35.02 ---> Package fipscheck-lib.aarch64 0:1.4.1-6.el7 will be installed #16 35.02 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.aarch64 #16 35.02 ---> Package glibc.aarch64 0:2.17-317.el7 will be updated #16 35.02 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.aarch64 #16 35.03 ---> Package glibc.aarch64 0:2.17-326.el7_9 will be an update #16 35.03 ---> Package glibc-headers.aarch64 0:2.17-326.el7_9 will be installed #16 35.03 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-326.el7_9.aarch64 #16 35.03 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-326.el7_9.aarch64 #16 35.03 ---> Package libedit.aarch64 0:3.0-12.20121213cvs.el7 will be installed #16 35.03 ---> Package openssh.aarch64 0:7.4p1-23.el7_9 will be installed #16 35.03 ---> Package perl-Data-Dumper.aarch64 0:2.145-3.el7 will be installed #16 35.03 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed #16 35.03 ---> Package policycoreutils.aarch64 0:2.5-34.el7 will be installed #16 35.03 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.aarch64 #16 35.04 ---> Package policycoreutils-python.aarch64 0:2.5-34.el7 will be installed #16 35.04 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.aarch64 #16 35.04 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.aarch64 #16 35.04 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.aarch64 #16 35.04 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.aarch64 #16 35.04 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.aarch64 #16 35.05 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64 #16 35.05 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64 #16 35.05 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.aarch64 #16 35.05 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64 #16 35.05 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64 #16 35.05 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64 #16 35.05 --> Running transaction check #16 35.05 ---> Package audit-libs-python.aarch64 0:2.8.5-4.el7 will be installed #16 35.05 ---> Package fipscheck.aarch64 0:1.4.1-6.el7 will be installed #16 35.05 ---> Package glibc-common.aarch64 0:2.17-317.el7 will be updated #16 35.05 ---> Package glibc-common.aarch64 0:2.17-326.el7_9 will be an update #16 35.06 ---> Package kernel-headers.aarch64 0:4.18.0-348.20.1.el7 will be installed #16 35.06 ---> Package libcgroup.aarch64 0:0.41-21.el7 will be installed #16 35.06 ---> Package libselinux-python.aarch64 0:2.5-15.el7 will be installed #16 35.06 ---> Package libselinux-utils.aarch64 0:2.5-15.el7 will be installed #16 35.06 ---> Package libsemanage-python.aarch64 0:2.5-14.el7 will be installed #16 35.06 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed #16 35.06 ---> Package setools-libs.aarch64 0:3.3.8-4.el7 will be installed #16 35.10 --> Finished Dependency Resolution #16 35.14 #16 35.14 Dependencies Resolved #16 35.15 #16 35.15 ================================================================================ #16 35.15 Package Arch Version Repository #16 35.15 Size #16 35.15 ================================================================================ #16 35.15 Installing: #16 35.15 cmake aarch64 2.8.12.2-2.el7 base 6.8 M #16 35.15 gcc aarch64 4.8.5-44.el7 base 13 M #16 35.15 git aarch64 1.8.3.1-25.el7_9 updates 4.4 M #16 35.15 glibc-static aarch64 2.17-326.el7_9 updates 1.4 M #16 35.15 libarchive aarch64 3.1.2-14.el7_7 base 294 k #16 35.15 libseccomp-devel aarch64 2.3.1-4.el7 base 63 k #16 35.15 libselinux-devel aarch64 2.5-15.el7 base 186 k #16 35.15 libtool aarch64 2.4.2-22.el7_3 base 588 k #16 35.15 libtool-ltdl-devel aarch64 2.4.2-22.el7_3 base 167 k #16 35.15 make aarch64 1:3.82-24.el7 base 415 k #16 35.15 selinux-policy-devel noarch 3.13.1-268.el7_9.2 updates 1.7 M #16 35.15 systemd-devel aarch64 219-78.el7_9.9 updates 216 k #16 35.15 which aarch64 2.20-7.el7 base 40 k #16 35.15 Installing for dependencies: #16 35.15 audit-libs-python aarch64 2.8.5-4.el7 base 73 k #16 35.15 autoconf noarch 2.69-11.el7 base 701 k #16 35.15 automake noarch 1.13.4-3.el7 base 679 k #16 35.15 checkpolicy aarch64 2.5-8.el7 base 275 k #16 35.15 cpp aarch64 4.8.5-44.el7 base 5.2 M #16 35.15 fipscheck aarch64 1.4.1-6.el7 base 22 k #16 35.15 fipscheck-lib aarch64 1.4.1-6.el7 base 10 k #16 35.15 glibc-devel aarch64 2.17-326.el7_9 updates 1.1 M #16 35.15 glibc-headers aarch64 2.17-326.el7_9 updates 673 k #16 35.15 kernel-headers aarch64 4.18.0-348.20.1.el7 updates 8.2 M #16 35.15 less aarch64 458-9.el7 base 115 k #16 35.15 libcgroup aarch64 0.41-21.el7 base 63 k #16 35.15 libedit aarch64 3.0-12.20121213cvs.el7 base 85 k #16 35.15 libgomp aarch64 4.8.5-44.el7 base 155 k #16 35.15 libmpc aarch64 1.0.1-3.el7 base 49 k #16 35.15 libseccomp aarch64 2.3.1-4.el7 base 55 k #16 35.15 libselinux-python aarch64 2.5-15.el7 base 222 k #16 35.15 libselinux-utils aarch64 2.5-15.el7 base 154 k #16 35.15 libsemanage-python aarch64 2.5-14.el7 base 109 k #16 35.15 libsepol-devel aarch64 2.5-10.el7 base 76 k #16 35.15 libtool-ltdl aarch64 2.4.2-22.el7_3 base 47 k #16 35.15 lzo aarch64 2.06-8.el7 base 52 k #16 35.15 m4 aarch64 1.4.16-10.el7 base 251 k #16 35.15 mpfr aarch64 3.1.1-4.el7 base 198 k #16 35.15 openssh aarch64 7.4p1-23.el7_9 updates 503 k #16 35.15 openssh-clients aarch64 7.4p1-23.el7_9 updates 610 k #16 35.15 pcre-devel aarch64 8.32-17.el7 base 479 k #16 35.15 perl-Data-Dumper aarch64 2.145-3.el7 base 46 k #16 35.15 perl-Error noarch 1:0.17020-2.el7 base 32 k #16 35.15 perl-Git noarch 1.8.3.1-25.el7_9 updates 56 k #16 35.15 perl-TermReadKey aarch64 2.30-20.el7 base 30 k #16 35.15 perl-Test-Harness noarch 3.28-3.el7 base 302 k #16 35.15 policycoreutils aarch64 2.5-34.el7 base 916 k #16 35.15 policycoreutils-devel aarch64 2.5-34.el7 base 323 k #16 35.15 policycoreutils-python aarch64 2.5-34.el7 base 456 k #16 35.15 python-IPy noarch 0.75-6.el7 base 32 k #16 35.15 rsync aarch64 3.1.2-12.el7_9 updates 397 k #16 35.15 selinux-policy noarch 3.13.1-268.el7_9.2 updates 498 k #16 35.15 setools-libs aarch64 3.3.8-4.el7 base 567 k #16 35.15 Updating for dependencies: #16 35.15 glibc aarch64 2.17-326.el7_9 updates 3.6 M #16 35.15 glibc-common aarch64 2.17-326.el7_9 updates 12 M #16 35.15 systemd aarch64 219-78.el7_9.9 updates 4.9 M #16 35.15 systemd-libs aarch64 219-78.el7_9.9 updates 396 k #16 35.15 #16 35.15 Transaction Summary #16 35.15 ================================================================================ #16 35.15 Install 13 Packages (+39 Dependent packages) #16 35.15 Upgrade ( 4 Dependent packages) #16 35.15 #16 35.15 Total download size: 73 M #16 35.15 Downloading packages: #16 35.16 Delta RPMs disabled because /usr/bin/applydeltarpm not installed. #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 58.72MB / 92.37MB 2.2s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 59.77MB / 67.06MB 2.2s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 2.2s done #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 69.21MB / 92.37MB 2.3s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 2.3s #10 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 2.2s done #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 78.64MB / 92.37MB 2.4s #10 sha256:29202e855b2021a2d7f92800619ed5f5e8ac402e267cfbb3d29a791feb13c1ee 29.55MB / 29.55MB 0.5s #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 ... #6 [internal] load metadata for docker.io/library/ubuntu:lunar #6 DONE 0.3s #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 DONE 0.4s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 ... #11 [internal] load build context #11 transferring context: 34.75MB 0.1s done #11 DONE 0.1s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.1s done #10 sha256:b227d7805fb6cba5d091f0565054ae9ed1e13a6e2df91de4cfb41f70e208da31 26.39MB / 26.39MB 0.4s done #10 extracting sha256:b227d7805fb6cba5d091f0565054ae9ed1e13a6e2df91de4cfb41f70e208da31 #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 ... #6 [internal] load metadata for docker.io/library/debian:bookworm #6 DONE 0.4s #11 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 2.9s done #11 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #10 ... #12 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:4e94f10fb86a150c11f37a34b4b2014c1f13e39e273be9b39c0584396abbeebd #12 extracting sha256:8346909708a0247ef7a6e0b6c7cde8e79ce2998d1da9ece37f66ae8d1ad13064 8.6s done #12 extracting sha256:2d6b422607bf91461c986b476897b41050d32195fea519352aa3f4cb931d03ad done #12 extracting sha256:9250078a24e98606079575f4c842517bf9d3418929a55b2cb196a4c8acce3cf9 done #12 extracting sha256:6d50da9c3a5cd6cacad965db475e76b1e3db37d01b0b97d358270dbf4c194b6b done #12 extracting sha256:be549595625dde7088abb6828b347b1e04635e0e3e2798dba254120f4eca2339 done #12 extracting sha256:38cd83f758d1b13d98ae92c73b3e567e33d72de60a7e8263b1453f9fdc6c1594 done #12 extracting sha256:9f4341fa6c6ce4a20e8e05896fa1b642114116b7a0d700b1290241949d3cf4b9 1.2s done #12 extracting sha256:c81034e7b2d100dee24d45846f1d9909507a131c819d7dd2eb07ca28e6fc1fc4 done #12 DONE 13.6s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 23.58MB / 23.58MB 0.3s done #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 35.65MB / 49.59MB 0.4s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 3.15MB / 63.99MB 0.4s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 45.09MB / 49.59MB 0.5s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 14.68MB / 63.99MB 0.5s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 39.85MB / 92.37MB 0.8s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 38.80MB / 64.14MB 0.8s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 14.68MB / 67.06MB 0.8s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 50.33MB / 92.37MB 0.9s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 49.28MB / 64.14MB 0.9s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 25.17MB / 67.06MB 0.9s #11 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.6s done #11 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 #5 DONE 0.4s #6 [internal] load metadata for docker.io/library/ubuntu:jammy #11 sha256:8237fce9fd6b5acc12e7010d84e6245c6b00937de832c1987c4769866af1573a 64.87MB / 64.87MB 1.3s #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 #21 4.272 (22/38) Installing libstdc++-dev (12.2.1_git20220924-r10) #6 ... #7 [auth] library/fedora:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s #10 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c #10 ... #11 [internal] load build context #11 transferring context: 34.75MB 0.1s done #11 DONE 0.1s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 5.24MB / 49.59MB 0.1s #10 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0B / 23.58MB 0.1s #10 sha256:39026bab5d1f5a3dbb822b9dacd5202cc77157ad7426bcd23719667e357182a1 1.58kB / 1.58kB done #10 sha256:2fd8f74530ee4723f04a80aec860a61dd471f04d9c04f3544b2bdf05bff4d6e9 5.96kB / 5.96kB done #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 14.68MB / 49.59MB 0.2s #10 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 10.49MB / 23.58MB 0.2s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 45.09MB / 49.59MB 0.5s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 13.63MB / 63.99MB 0.5s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.6s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 23.07MB / 63.99MB 0.6s #9 [internal] load metadata for docker.io/library/fedora:38 #9 ... #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #6 DONE 0.4s #11 ... #12 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:71cb300d5448af821aedfe63afd55ba05f45a6a79f00dcd131b96b780bb99fe4 #12 extracting sha256:6c8fc6a3ed50d9d1c829e556b5efd4ca23cd5d51d5dcdec2a7a70b583673ef89 8.0s done #12 DONE 12.9s #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 2.6s #10 sha256:29202e855b2021a2d7f92800619ed5f5e8ac402e267cfbb3d29a791feb13c1ee 29.55MB / 29.55MB 0.9s done #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:39026bab5d1f5a3dbb822b9dacd5202cc77157ad7426bcd23719667e357182a1 1.58kB / 1.58kB done #10 sha256:2fd8f74530ee4723f04a80aec860a61dd471f04d9c04f3544b2bdf05bff4d6e9 5.96kB / 5.96kB done #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 14.68MB / 49.59MB 0.2s #10 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 15.73MB / 23.58MB 0.2s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 24.12MB / 49.59MB 0.3s #10 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 23.58MB / 23.58MB 0.3s #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 DONE 0.7s #11 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 done #11 DONE 11.0s #13 [base 2/4] COPY --from=xx / / #9 DONE 0.5s #6 [internal] load metadata for docker.io/library/ubuntu:mantic #6 DONE 0.5s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.6s done #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 34.60MB / 63.99MB 0.7s #10 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 0B / 86.39MB 0.7s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 0B / 64.16MB 0.7s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 45.09MB / 63.99MB 0.8s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 9.44MB / 64.16MB 0.8s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 59.97MB / 92.37MB 1.0s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 58.72MB / 64.14MB 1.0s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 35.35MB / 67.06MB 1.0s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 67.11MB / 92.37MB 1.1s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.1s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 45.09MB / 67.06MB 1.1s #6 ... #7 [auth] library/ubuntu:pull token for registry-1.docker.io #7 DONE 0.0s #8 [auth] library/golang:pull token for registry-1.docker.io #8 DONE 0.0s #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 DONE 0.4s #6 [internal] load metadata for docker.io/library/ubuntu:jammy #11 extracting sha256:8237fce9fd6b5acc12e7010d84e6245c6b00937de832c1987c4769866af1573a #21 4.622 (23/38) Installing clang16-libclang (16.0.6-r1) #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 DONE 0.3s #6 [internal] load metadata for docker.io/library/fedora:39 #6 DONE 0.3s #10 [stage-1 1/6] FROM docker.io/library/fedora:39@sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d6e0 #10 resolve docker.io/library/fedora:39@sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d6e0 0.0s done #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 34.60MB / 49.59MB 0.4s #10 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 23.58MB / 23.58MB 0.4s done #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 0B / 63.99MB 0.4s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 0B / 86.39MB 0.4s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 45.09MB / 49.59MB 0.5s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 5.24MB / 63.99MB 0.5s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 8.39MB / 86.39MB 0.5s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.7s done #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 42.99MB / 63.99MB 0.8s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 9.90MB / 86.39MB 0.8s #10 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 53.48MB / 63.99MB 0.9s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 19.92MB / 86.39MB 0.9s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 0B / 64.16MB 0.9s #9 [internal] load metadata for docker.io/library/fedora:38 #9 DONE 0.5s #10 [internal] load build context #10 DONE 0.0s #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #11 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #11 ... #10 [internal] load build context #10 transferring context: 13.15kB done #10 DONE 0.0s #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #11 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 14.68MB / 49.59MB 0.2s #11 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0B / 23.58MB 0.2s #11 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #11 sha256:39026bab5d1f5a3dbb822b9dacd5202cc77157ad7426bcd23719667e357182a1 1.58kB / 1.58kB done #11 sha256:2fd8f74530ee4723f04a80aec860a61dd471f04d9c04f3544b2bdf05bff4d6e9 5.96kB / 5.96kB done #10 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 1.9s done #10 extracting sha256:29202e855b2021a2d7f92800619ed5f5e8ac402e267cfbb3d29a791feb13c1ee 0.1s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 33.55MB / 49.59MB 0.4s #10 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 23.58MB / 23.58MB 0.3s done #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 5.24MB / 63.99MB 0.4s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #10 DONE 0.0s #11 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 #11 resolve docker.io/library/debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 0.0s done #11 ... #12 [internal] load build context #12 transferring context: 34.75MB 0.1s done #12 DONE 0.1s #11 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 #11 sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 1.85kB / 1.85kB done #11 sha256:6fc9b50711023adfca7c7b4236948e120d1332ff01bf46c93e5b64ca0830a81a 529B / 529B done #11 sha256:60e0ade36b1ab9227b0b8fc5a9731a3a5b9217e9feeb4ba7a2f8cb84addef87b 1.48kB / 1.48kB done #11 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 6.29MB / 49.59MB 0.1s mkdir -p rpmbuild/SOURCES docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose #10 [stage-1 1/9] FROM docker.io/library/ubuntu:mantic@sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 #10 resolve docker.io/library/ubuntu:mantic@sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 0.1s done #10 sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 1.13kB / 1.13kB done #10 sha256:8d093e0651575a6437cc4a3d561f892a345d263aeac6156ef378fe6a4ccabd4c 424B / 424B done #10 sha256:483a94112583ff9c6d0a7b67348fc3b0ee5bbf104a86a9e24585c9ad1028fd25 2.30kB / 2.30kB done #10 sha256:767829bcf202e4fa7e777f29d390307e29ac437f131685a1ff1293d44705ca23 0B / 27.27MB 0.1s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 55.00MB / 63.99MB 0.9s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 16.78MB / 86.39MB 0.9s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 18.87MB / 64.16MB 0.9s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.99MB / 63.99MB 1.0s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 26.93MB / 86.39MB 1.0s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 29.36MB / 64.16MB 1.0s #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 80.58MB / 92.37MB 1.2s #10 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.1s done #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 55.48MB / 67.06MB 1.2s #10 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 1.2s done #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 1.4s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 1.4s #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 1.5s done #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 1.2s done #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 #10 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 2.0s done #10 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c #11 sha256:8237fce9fd6b5acc12e7010d84e6245c6b00937de832c1987c4769866af1573a 64.87MB / 64.87MB 1.4s done #21 4.902 (24/38) Installing clang16 (16.0.6-r1) #10 ... #11 [internal] load build context #11 transferring context: 13.15kB done #11 DONE 0.0s #10 [stage-1 1/6] FROM docker.io/library/fedora:39@sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d6e0 #10 sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d6e0 975B / 975B done #10 sha256:2c7ba32e77b58215d69dd2694509ee27c9d71f5be06b8323b05a06a9be13e979 529B / 529B done #10 sha256:46243415778a7a8a7a1043b292efc4b6666f792b84b0f6f4134b70f612c79d49 2.00kB / 2.00kB done #10 sha256:975f40a40bde30de4b5805fe3abdb6b6f88dcf5beebee82a731a9f4403fe3663 0B / 63.50MB 0.1s #10 sha256:975f40a40bde30de4b5805fe3abdb6b6f88dcf5beebee82a731a9f4403fe3663 16.78MB / 63.50MB 0.3s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.7s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 30.41MB / 63.99MB 0.7s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 28.31MB / 86.39MB 0.7s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.7s done #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 40.89MB / 63.99MB 0.8s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 38.80MB / 86.39MB 0.8s #10 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 0B / 64.16MB 0.8s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.70MB / 63.99MB 1.0s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 10.49MB / 64.16MB 1.0s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.99MB / 63.99MB 1.1s done #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 39.85MB / 86.39MB 1.1s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 22.02MB / 64.16MB 1.1s #10 sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba 0B / 155B 1.1s #11 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 25.17MB / 49.59MB 0.3s #10 ... #10 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 2.9s done #13 [stage-1 2/9] RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then rm -f /usr/bin/man; dpkg-divert --quiet --remove --rename /usr/bin/man; fi #13 DONE 1.6s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.5s done #10 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 45.09MB / 49.59MB 0.5s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 15.73MB / 63.99MB 0.5s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.7s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 35.65MB / 63.99MB 0.7s #11 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 15.73MB / 49.59MB 0.2s #11 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 26.21MB / 49.59MB 0.3s #11 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 1.4s done #10 ... #11 [internal] load build context #11 transferring context: 34.72MB 0.2s done #11 DONE 0.3s #10 [stage-1 1/9] FROM docker.io/library/ubuntu:mantic@sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 #10 sha256:767829bcf202e4fa7e777f29d390307e29ac437f131685a1ff1293d44705ca23 19.92MB / 27.27MB 0.3s #10 sha256:767829bcf202e4fa7e777f29d390307e29ac437f131685a1ff1293d44705ca23 27.27MB / 27.27MB 0.4s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.99MB / 63.99MB 1.1s done #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 46.14MB / 86.39MB 1.2s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 49.28MB / 64.16MB 1.2s #10 sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba 155B / 155B 1.1s done #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 59.77MB / 86.39MB 1.4s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 64.16MB / 64.16MB 1.4s #10 ... #12 [stage-1 1/9] FROM docker.io/library/ubuntu:lunar@sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd #12 resolve docker.io/library/ubuntu:lunar@sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd 0.0s done #12 sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd 1.13kB / 1.13kB done #12 sha256:ea1285dffce8a938ef356908d1be741da594310c8dced79b870d66808cb12b0f 424B / 424B done #12 sha256:f4cdeba72b994748f5eb1f525a70a9cc553b66037ec37e23645fbf3f0f5c160d 2.30kB / 2.30kB done #12 sha256:6360b371721185fefbbad6763ab745900f1b2f7714570234473232dd575fc07f 26.89MB / 26.89MB 0.4s done #12 extracting sha256:6360b371721185fefbbad6763ab745900f1b2f7714570234473232dd575fc07f 1.1s done #12 DONE 1.7s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:b227d7805fb6cba5d091f0565054ae9ed1e13a6e2df91de4cfb41f70e208da31 0.9s done #10 DONE 1.6s #12 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #12 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #12 sha256:2fd8f74530ee4723f04a80aec860a61dd471f04d9c04f3544b2bdf05bff4d6e9 5.96kB / 5.96kB done #12 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 23.58MB / 23.58MB 0.3s done #12 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #12 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.6s done #12 sha256:39026bab5d1f5a3dbb822b9dacd5202cc77157ad7426bcd23719667e357182a1 1.58kB / 1.58kB done #12 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.99MB / 63.99MB 1.1s done #12 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 1.4s done #12 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 0.8s #12 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 64.16MB / 64.16MB 1.5s done #12 sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba 155B / 155B 1.2s done #21 4.993 (25/38) Installing libmagic (5.45-r0) #21 5.026 (26/38) Installing file (5.45-r0) #21 5.028 (27/38) Installing brotli-libs (1.0.9-r14) #21 5.039 (28/38) Installing libunistring (1.1-r1) #21 5.061 (29/38) Installing libidn2 (2.3.4-r1) #21 5.065 (30/38) Installing nghttp2-libs (1.57.0-r0) #21 5.068 (31/38) Installing libcurl (8.5.0-r0) #21 5.077 (32/38) Installing libexpat (2.5.0-r1) #21 5.085 (33/38) Installing pcre2 (10.42-r1) #21 5.095 (34/38) Installing git (2.40.1-r0) #21 5.223 (35/38) Installing scudo-malloc (16.0.6-r1) #10 sha256:975f40a40bde30de4b5805fe3abdb6b6f88dcf5beebee82a731a9f4403fe3663 32.51MB / 63.50MB 0.4s #6 DONE 0.8s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 50.33MB / 63.99MB 0.9s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 48.23MB / 86.39MB 0.9s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 14.68MB / 64.16MB 0.9s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 60.82MB / 63.99MB 1.0s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 58.58MB / 86.39MB 1.0s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 24.72MB / 64.16MB 1.0s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 50.33MB / 86.39MB 1.2s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 32.51MB / 64.16MB 1.2s #10 sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba 155B / 155B 1.1s done #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 70.25MB / 86.39MB 1.4s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 52.43MB / 64.16MB 1.4s #11 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 45.09MB / 49.59MB 0.5s #11 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.7s done #11 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 20.97MB / 23.58MB 0.7s #11 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 0B / 63.99MB 0.7s #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.7s done #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 45.09MB / 63.99MB 0.8s #10 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 0.1s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 2.10MB / 86.39MB 0.8s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 55.57MB / 63.99MB 0.9s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 14.68MB / 86.39MB 0.9s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 0B / 64.16MB 0.9s #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.99MB / 63.99MB 1.0s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 25.17MB / 86.39MB 1.0s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 10.49MB / 64.16MB 1.0s #11 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 #11 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 46.14MB / 49.59MB 0.5s #11 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.6s #11 ... #12 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 #12 resolve docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 0.0s done #12 sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 1.20kB / 1.20kB done #12 sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f 529B / 529B done #12 sha256:eeb6ee3f44bd0b5103bb561b4c16bcb82328cfe5809ab675bb17ab3a16c517c9 2.75kB / 2.75kB done #12 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 76.10MB / 76.10MB 0.9s done #12 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 2.9s done #12 DONE 4.3s #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:767829bcf202e4fa7e777f29d390307e29ac437f131685a1ff1293d44705ca23 27.27MB / 27.27MB 0.4s done #10 extracting sha256:767829bcf202e4fa7e777f29d390307e29ac437f131685a1ff1293d44705ca23 0.1s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 76.55MB / 86.39MB 1.5s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 64.16MB / 64.16MB 1.4s done #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 1.6s mkdir -p rpmbuild/SOURCES #21 5.227 (36/38) Installing lld-libs (16.0.6-r0) #21 5.283 (37/38) Installing lld (16.0.6-r0) #21 5.286 (38/38) Installing llvm16 (16.0.6-r1) #10 ... #11 [stage-1 1/8] FROM quay.io/centos/centos:stream9@sha256:cfc4665de53f6a17a35d197c9f64f334c1a934a885a30859c89b49ff183185af #11 resolve quay.io/centos/centos:stream9@sha256:cfc4665de53f6a17a35d197c9f64f334c1a934a885a30859c89b49ff183185af 0.0s done #11 sha256:cfc4665de53f6a17a35d197c9f64f334c1a934a885a30859c89b49ff183185af 912B / 912B done #11 sha256:42984441e38d6a2f778e04ea8ff7fb30b8b28e022d64a89aa023cb4ccaf18009 505B / 505B done #11 sha256:363bbd9cf7b4f5db950ef5f5d6b45c10f3de1e274f83e1090a6c8c5a682b2181 1.16kB / 1.16kB done #11 sha256:f0a0f4c18af0a94b34987c1d74dc9e6dec36ee6a058ba9319aa8d5111711815a 57.73MB / 57.73MB 0.9s done #11 extracting sha256:f0a0f4c18af0a94b34987c1d74dc9e6dec36ee6a058ba9319aa8d5111711815a 2.4s done #11 DONE 3.5s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.6s done #10 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 #10 sha256:975f40a40bde30de4b5805fe3abdb6b6f88dcf5beebee82a731a9f4403fe3663 50.33MB / 63.50MB 0.7s #10 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 #10 resolve docker.io/library/ubuntu:jammy@sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 0.1s done #10 ... #11 [internal] load build context #11 transferring context: 34.75MB 0.1s done #11 DONE 0.1s #10 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 #10 sha256:e2e172ecd0693dda9dfac211c7714ab95b74e43e82b791ce2d64b7de2ba59d7d 2.31kB / 2.31kB done #10 sha256:ce9ebea987c26664d067f7e14c93231c6d303e4acb322f15ddbf05b414646d64 14.74MB / 27.36MB 0.2s #10 sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 1.13kB / 1.13kB done #10 sha256:afac4974cb9b641c068be76ab33dcce876891a51ab8d80520233ff06970018a1 424B / 424B done #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 68.16MB / 86.39MB 1.1s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 32.51MB / 64.16MB 1.1s #10 ... #12 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 #12 resolve docker.io/library/ubuntu:focal@sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 0.0s done #12 sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 1.13kB / 1.13kB done #12 sha256:080169816683e6f063d3903434565624287828ecfd06bd2f813b30325e8b1eca 424B / 424B done #12 sha256:fde9c12d7d3f936f56d545cc36391de434bbe311fd9d60f98e496c527cf58f21 2.32kB / 2.32kB done #12 sha256:d519a3a2a796a075e4e40e5c4a1513aa8db8f8fdf009662bf6858f0149143b28 25.97MB / 25.97MB 0.3s done #12 extracting sha256:d519a3a2a796a075e4e40e5c4a1513aa8db8f8fdf009662bf6858f0149143b28 0.8s done #12 DONE 1.3s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.99MB / 63.99MB 1.1s done #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 1.3s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 46.14MB / 64.16MB 1.3s #10 sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba 155B / 155B 1.2s done #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 79.69MB / 86.39MB 1.5s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 56.62MB / 64.16MB 1.5s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 1.6s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 64.16MB / 64.16MB 1.6s #11 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 23.58MB / 23.58MB 0.8s done #11 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 9.68MB / 63.99MB 0.8s #11 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c #11 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 0B / 86.39MB 0.8s #11 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 19.92MB / 63.99MB 0.9s #11 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 8.39MB / 86.39MB 0.9s #10 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 2.0s done #10 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 0.1s #18 DONE 8.2s #19 [build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli #19 DONE 0.0s #20 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc #20 0.499 + apk --root / add --no-cache musl-dev gcc #11 extracting sha256:3e7ebcee8f49721f108df55fe82f00c02578eaed9d54e379d4080cb3c81e74db 2.5s done #11 DONE 4.6s #12 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.99MB / 63.99MB 1.1s done #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 35.27MB / 86.39MB 1.1s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 20.97MB / 64.16MB 1.1s #10 sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba 0B / 155B 1.1s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 55.57MB / 86.39MB 1.3s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 38.80MB / 64.16MB 1.3s #10 sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba 155B / 155B 1.1s done #11 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.6s done #11 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c #10 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 1.7s done cp /home/ubuntu/workspace/docker-ce-packaging_master/rpm/patches/01-rlimit_nofile-rhel7.patch rpmbuild/SOURCES/01-rlimit_nofile-rhel7.patch #10 sha256:975f40a40bde30de4b5805fe3abdb6b6f88dcf5beebee82a731a9f4403fe3663 63.50MB / 63.50MB 1.0s #10 sha256:975f40a40bde30de4b5805fe3abdb6b6f88dcf5beebee82a731a9f4403fe3663 63.50MB / 63.50MB 1.0s done #10 extracting sha256:975f40a40bde30de4b5805fe3abdb6b6f88dcf5beebee82a731a9f4403fe3663 #10 sha256:ce9ebea987c26664d067f7e14c93231c6d303e4acb322f15ddbf05b414646d64 25.17MB / 27.36MB 0.3s #10 sha256:ce9ebea987c26664d067f7e14c93231c6d303e4acb322f15ddbf05b414646d64 27.36MB / 27.36MB 0.4s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 1.4s done #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 54.41MB / 64.16MB 1.4s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 64.16MB / 64.16MB 1.5s done #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 1.7s done #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 64.16MB / 64.16MB 1.8s done #11 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 30.41MB / 63.99MB 1.0s #11 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 17.83MB / 86.39MB 1.0s #11 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 39.85MB / 63.99MB 1.1s #11 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 28.31MB / 86.39MB 1.1s #20 0.505 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 50.33MB / 64.16MB 1.4s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 65.01MB / 86.39MB 1.5s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 60.82MB / 64.16MB 1.5s #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 1.6s done #10 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 3.7s done #10 ... #12 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:71cb300d5448af821aedfe63afd55ba05f45a6a79f00dcd131b96b780bb99fe4 #12 resolve docker.io/library/debian:bullseye@sha256:71cb300d5448af821aedfe63afd55ba05f45a6a79f00dcd131b96b780bb99fe4 0.0s done #12 sha256:71cb300d5448af821aedfe63afd55ba05f45a6a79f00dcd131b96b780bb99fe4 1.85kB / 1.85kB done #12 sha256:4cb3f4198e4af2d03dffe6bfa4f3686773596494ef298f3882553d52e885634b 529B / 529B done #12 sha256:a07ba40fa4ab5f9bdba01e43f1c318ca2d96635aa6337a15220522936c825203 1.46kB / 1.46kB done #12 sha256:e455cf41eadb2f19f014361006086cdc5b3de16f3d13bd1d586be63e66c7fc63 55.06MB / 55.06MB 1.6s done #12 extracting sha256:e455cf41eadb2f19f014361006086cdc5b3de16f3d13bd1d586be63e66c7fc63 2.3s done #12 DONE 4.1s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b 3.2s done #10 DONE 4.7s #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #11 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #11 sha256:04cf306d01a03309934b49ac4b9f487abb8a054b71141fa53df6df482ab7d7eb 1.58kB / 1.58kB done #11 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.3s done #11 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #11 sha256:052f81af891aab3b16476354b67a8eeefa088f5076144c7bdd163a81b862e28b 5.95kB / 5.95kB done #11 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.6s done #11 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.1s done #11 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 2.0s done #11 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 1.7s done #11 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 2.1s done #11 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 1.3s done #11 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.5s done #11 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 1.1s #10 sha256:ce9ebea987c26664d067f7e14c93231c6d303e4acb322f15ddbf05b414646d64 27.36MB / 27.36MB 0.4s done #10 extracting sha256:ce9ebea987c26664d067f7e14c93231c6d303e4acb322f15ddbf05b414646d64 0.1s #12 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 2.0s done #12 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e #11 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 50.33MB / 63.99MB 1.2s #11 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 59.77MB / 63.99MB 1.3s #11 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 36.22MB / 86.39MB 1.3s #11 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.99MB / 63.99MB 1.4s #11 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 57.67MB / 86.39MB 1.4s #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 4.6s done #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 79.84MB / 86.39MB 1.6s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 64.16MB / 64.16MB 1.6s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 1.7s #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 64.16MB / 64.16MB 1.6s done #10 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 1.9s done #12 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 1.6s done #12 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 #10 extracting sha256:29202e855b2021a2d7f92800619ed5f5e8ac402e267cfbb3d29a791feb13c1ee 1.4s done #10 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 1.7s done == Building packages for centos-9 == mkdir -p "rpmbuild/centos-9" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.21.6-bookworm -t rpmbuild-centos-9/aarch64 -f centos-9/Dockerfile . #11 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 68.16MB / 86.39MB 1.5s #11 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.99MB / 63.99MB 1.5s done #11 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 78.64MB / 86.39MB 1.6s #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 1.8s done #10 ... #12 [stage-1 1/9] FROM docker.io/library/ubuntu:lunar@sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd #12 resolve docker.io/library/ubuntu:lunar@sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd 0.0s done #12 sha256:15db3e6b59a9119916cd858d52e6d4cef718c02c781dce5cf0fe5d03d933b73c 424B / 424B done #12 sha256:438c28bcdb9f7216366ebe5113f796f5404a28dea1790f34929e1251264e45a4 2.32kB / 2.32kB done #12 sha256:d8df4a5e885db4891759c9d9cfc2e43aee3f9aabf9527d938bb46d115e03e8da 26.08MB / 26.08MB 0.8s done #12 sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd 1.13kB / 1.13kB done #12 extracting sha256:d8df4a5e885db4891759c9d9cfc2e43aee3f9aabf9527d938bb46d115e03e8da 1.0s done #12 DONE 2.0s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 1.7s done #10 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 #10 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c #10 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.6s done #10 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 0.1s #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:b0f838a77ac7b077a6478dbd3e8ae86811e8e8421b22a470d01688f320c26ea3 1.1s done #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 5.0s done #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 0.7s #10 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 7.316 The following NEW packages will be installed: #10 ... #12 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:71cb300d5448af821aedfe63afd55ba05f45a6a79f00dcd131b96b780bb99fe4 #12 resolve docker.io/library/debian:bullseye@sha256:71cb300d5448af821aedfe63afd55ba05f45a6a79f00dcd131b96b780bb99fe4 0.0s done #12 sha256:71cb300d5448af821aedfe63afd55ba05f45a6a79f00dcd131b96b780bb99fe4 1.85kB / 1.85kB done #12 sha256:c4a762841d008c85d809f0981c47e2a490c43483e4a169e17afa2dc83d18b2b1 529B / 529B done #12 sha256:f6e70e3ffdecf4d1750c5fe3ba1e738f986bbba882694a7f81f9bcf35c36e351 1.48kB / 1.48kB done #12 sha256:cf83973c4a096cce9f37c421ad6f19cf1ebf7ae4d8ea98dac4913bd2aef08d1c 53.71MB / 53.71MB 0.7s done #12 extracting sha256:cf83973c4a096cce9f37c421ad6f19cf1ebf7ae4d8ea98dac4913bd2aef08d1c 1.7s done #12 DONE 2.5s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0.1s #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 4.7s done #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.1s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 1.06kB done #2 DONE 0.1s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #11 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 1.8s #11 sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba 155B / 155B 1.8s #11 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 2.10MB / 64.16MB 1.8s #11 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 13.63MB / 64.16MB 1.9s #10 ... #12 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:defa5d214292f2aaf7905d3e4bcdf8f628019feb63e7c8746df563d1a941f8d7 #12 resolve docker.io/library/debian:buster@sha256:defa5d214292f2aaf7905d3e4bcdf8f628019feb63e7c8746df563d1a941f8d7 0.1s done #12 sha256:7d6cb4b56f1230b8692ed0c5fa5fa838ddd7ebd436a6463a6e9b29d1aa4c6e24 529B / 529B done #12 sha256:44437e3319c6ca7a422d6f994bcf56ad092c2f8ec430735bcccae11f65f60cb3 1.48kB / 1.48kB done #12 sha256:ff2e543b6a43ccfdb1731587b58c288c29eb3947f78a5877f4fd9bb8dfa918b5 49.29MB / 49.29MB 0.8s done #12 sha256:defa5d214292f2aaf7905d3e4bcdf8f628019feb63e7c8746df563d1a941f8d7 984B / 984B done #12 extracting sha256:ff2e543b6a43ccfdb1731587b58c288c29eb3947f78a5877f4fd9bb8dfa918b5 1.7s done #12 DONE 2.7s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #13 7.317 autoconf automake autopoint autotools-dev binutils #13 7.317 binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential #13 7.317 bzip2 ca-certificates cpp cpp-12 curl dctrl-tools debhelper debian-keyring #13 7.317 devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr #13 7.317 distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config #13 7.317 fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base git git-man #13 7.317 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server #13 7.317 gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less #13 7.317 libabsl20220623 libalgorithm-diff-perl libalgorithm-diff-xs-perl #13 7.317 libalgorithm-merge-perl libaliased-perl libaom3 libapt-pkg-perl #13 7.317 libarchive-cpio-perl libarchive-zip-perl libarchive13 libarray-intspan-perl #13 7.317 libasan8 libassuan0 libatomic1 libauthen-sasl-perl libavif15 #13 7.317 libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl #13 7.324 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev #13 7.324 libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl #13 7.324 libclass-data-inheritable-perl libclass-inspector-perl #13 7.324 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #13 7.324 libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl #13 7.324 libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl #13 7.324 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 #13 7.324 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #13 7.324 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #13 7.324 libdata-validate-uri-perl libdav1d6 libde265-0 libdebhelper-perl libdeflate0 #13 7.324 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #13 7.324 libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2 #13 7.324 libelf1 libemail-address-xs-perl libencode-locale-perl liberror-perl #13 7.324 libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot #13 7.324 libfcgi-bin libfcgi-perl libfcgi0ldbl libfeature-compat-class-perl #13 7.324 libfeature-compat-try-perl libfido2-1 libfile-basedir-perl #13 7.324 libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl #13 7.324 libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl #13 7.324 libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl #13 7.324 libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 #13 7.324 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 libgdbm-compat4 libgdbm6 #13 7.324 libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data #13 7.324 libgomp1 libgpgme11 libgpm2 libgssapi-krb5-2 libheif1 libhtml-form-perl #13 7.324 libhtml-format-perl libhtml-html5-entities-perl libhtml-parser-perl #13 7.324 libhtml-tagset-perl libhtml-tokeparser-simple-perl libhtml-tree-perl #13 7.324 libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 7.324 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 7.324 libicu72 libimport-into-perl libindirect-perl libio-html-perl #13 7.324 libio-interactive-perl libio-prompter-perl libio-pty-perl #13 7.324 libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl #13 7.324 libio-stringy-perl libipc-run-perl libipc-run3-perl #13 7.324 libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl #13 7.324 libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl #13 7.324 libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 #13 7.324 libldap-2.5-0 libldap-common liblerc4 liblist-compare-perl #13 7.324 liblist-someutils-perl liblist-someutils-xs-perl liblist-utilsby-perl #13 7.324 liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl #11 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 2.0s done #11 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e #13 7.324 libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl #13 7.324 liblz1 liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl #13 7.324 libmailtools-perl libmarkdown2 libmath-base85-perl libmime-tools-perl #13 7.324 libmldbm-perl libmodule-implementation-perl libmodule-runtime-perl #13 7.324 libmoo-perl libmoox-aliases-perl libmouse-perl libmpc3 libmpfr6 #13 7.324 libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl libnet-http-perl #13 7.324 libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl #13 7.324 libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev #13 7.324 libnsl2 libnumber-compare-perl libobject-pad-perl libpackage-stash-perl #13 7.324 libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl #13 7.324 libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 libperlio-gzip-perl #13 7.324 libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl #13 7.324 libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib #13 7.324 libpython3.11-minimal libpython3.11-stdlib librav1e0 libre-engine-re2-perl #13 7.324 libre2-9 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #13 7.324 libregexp-ipv6-perl libregexp-pattern-license-perl libregexp-pattern-perl #13 7.324 libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2 #13 7.324 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #13 7.324 libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl #13 7.324 libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev #13 7.324 libstrictures-perl libstring-copyright-perl libstring-escape-perl #13 7.324 libstring-license-perl libstring-shellquote-perl libsub-exporter-perl #13 7.324 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #13 7.324 libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1 #13 7.324 libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl #13 7.324 libtask-weaken-perl libterm-readkey-perl libtext-glob-perl #13 7.324 libtext-levenshteinxs-perl libtext-markdown-discount-perl #13 7.324 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #13 7.324 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #13 7.324 libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl #13 7.324 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #13 7.324 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #13 7.324 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #13 7.324 libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6 #13 7.324 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #13 7.324 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 #13 7.324 libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl #13 7.324 libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl #13 7.324 libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db #13 7.324 manpages manpages-dev media-types netbase openssh-client openssl patch #13 7.324 patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults #13 7.324 pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix #13 7.324 python-apt-common python3 python3-apt python3-certifi python3-chardet #13 7.324 python3-charset-normalizer python3-debian python3-gpg python3-idna #13 7.324 python3-magic python3-minimal python3-pkg-resources python3-requests #13 7.324 python3-six python3-unidiff python3-urllib3 python3-xdg python3.11 #13 7.324 python3.11-minimal readline-common rpcsvc-proto sensible-utils #13 7.324 shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3 #13 7.324 xdg-user-dirs xz-utils zstd #13 7.606 0 upgraded, 419 newly installed, 0 to remove and 0 not upgraded. #13 7.606 Need to get 168 MB of archives. #13 7.606 After this operation, 519 MB of additional disk space will be used. #13 7.606 Get:1 http://deb.debian.org/debian bookworm/main armhf perl-modules-5.36 all 5.36.0-7+deb12u1 [2815 kB] #12 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0.4s done #12 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 #10 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 1.4s done #10 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 #10 extracting sha256:767829bcf202e4fa7e777f29d390307e29ac437f131685a1ff1293d44705ca23 1.2s done #10 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0.4s done #10 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 #20 1.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #11 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 2.0s done #11 sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba 155B / 155B 2.0s done #11 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 33.03MB / 64.16MB 2.1s #11 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 42.99MB / 64.16MB 2.2s #21 6.500 Executing busybox-1.36.1-r5.trigger #21 6.506 OK: 583 MiB in 54 packages #10 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0.4s done #11 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 2.1s done #11 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e #10 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 1.6s done #10 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 #10 ... #13 [stage-1 2/9] RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then rm -f /usr/bin/man; dpkg-divert --quiet --remove --rename /usr/bin/man; fi #13 DONE 1.6s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.5s done #10 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 #10 extracting sha256:ce9ebea987c26664d067f7e14c93231c6d303e4acb322f15ddbf05b414646d64 0.9s done #13 7.625 Get:2 http://deb.debian.org/debian bookworm/main armhf libgdbm6 armhf 1.23-3 [68.5 kB] #13 7.626 Get:3 http://deb.debian.org/debian bookworm/main armhf libgdbm-compat4 armhf 1.23-3 [47.8 kB] #13 7.629 Get:4 http://deb.debian.org/debian bookworm/main armhf libperl5.36 armhf 5.36.0-7+deb12u1 [3501 kB] #13 7.654 Get:5 http://deb.debian.org/debian bookworm/main armhf perl armhf 5.36.0-7+deb12u1 [239 kB] #13 7.656 Get:6 http://deb.debian.org/debian bookworm/main armhf liblocale-gettext-perl armhf 1.07-5 [14.9 kB] #13 7.657 Get:7 http://deb.debian.org/debian bookworm/main armhf libssl3 armhf 3.0.11-1~deb12u2 [1665 kB] #13 7.665 Get:8 http://deb.debian.org/debian bookworm/main armhf libpython3.11-minimal armhf 3.11.2-6 [798 kB] #13 7.673 Get:9 http://deb.debian.org/debian bookworm/main armhf libexpat1 armhf 2.5.0-1 [79.9 kB] #13 7.673 Get:10 http://deb.debian.org/debian bookworm/main armhf python3.11-minimal armhf 3.11.2-6 [1714 kB] #13 7.690 Get:11 http://deb.debian.org/debian bookworm/main armhf python3-minimal armhf 3.11.2-1+b1 [26.3 kB] #13 7.690 Get:12 http://deb.debian.org/debian bookworm/main armhf media-types all 10.0.0 [26.1 kB] #13 7.690 Get:13 http://deb.debian.org/debian bookworm/main armhf libncursesw6 armhf 6.4-4 [108 kB] #13 7.693 Get:14 http://deb.debian.org/debian bookworm/main armhf libkrb5support0 armhf 1.20.1-2+deb12u1 [29.4 kB] #13 7.694 Get:15 http://deb.debian.org/debian bookworm/main armhf libk5crypto3 armhf 1.20.1-2+deb12u1 [74.5 kB] #13 7.700 Get:16 http://deb.debian.org/debian bookworm/main armhf libkeyutils1 armhf 1.6.3-2 [7832 B] #13 7.700 Get:17 http://deb.debian.org/debian bookworm/main armhf libkrb5-3 armhf 1.20.1-2+deb12u1 [287 kB] #13 7.703 Get:18 http://deb.debian.org/debian bookworm/main armhf libgssapi-krb5-2 armhf 1.20.1-2+deb12u1 [111 kB] #13 7.703 Get:19 http://deb.debian.org/debian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB] #13 7.703 Get:20 http://deb.debian.org/debian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.9 kB] #13 7.705 Get:21 http://deb.debian.org/debian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.9 kB] #13 7.710 Get:22 http://deb.debian.org/debian bookworm/main armhf readline-common all 8.2-1.3 [69.0 kB] #13 7.710 Get:23 http://deb.debian.org/debian bookworm/main armhf libreadline8 armhf 8.2-1.3 [144 kB] #13 7.712 Get:24 http://deb.debian.org/debian bookworm/main armhf libsqlite3-0 armhf 3.40.1-2 [735 kB] #13 7.719 Get:25 http://deb.debian.org/debian bookworm/main armhf libpython3.11-stdlib armhf 3.11.2-6 [1678 kB] #13 7.727 Get:26 http://deb.debian.org/debian bookworm/main armhf python3.11 armhf 3.11.2-6 [572 kB] #13 7.731 Get:27 http://deb.debian.org/debian bookworm/main armhf libpython3-stdlib armhf 3.11.2-1+b1 [9296 B] #13 7.750 Get:28 http://deb.debian.org/debian bookworm/main armhf python3 armhf 3.11.2-1+b1 [26.3 kB] #13 7.752 Get:29 http://deb.debian.org/debian bookworm/main armhf less armhf 590-2 [124 kB] #13 7.755 Get:30 http://deb.debian.org/debian bookworm/main armhf netbase all 6.4 [12.8 kB] #13 7.758 Get:31 http://deb.debian.org/debian bookworm/main armhf sensible-utils all 0.0.17+nmu1 [19.0 kB] #13 7.760 Get:32 http://deb.debian.org/debian bookworm/main armhf bzip2 armhf 1.0.8-5+b1 [48.9 kB] #13 7.768 Get:33 http://deb.debian.org/debian bookworm/main armhf openssl armhf 3.0.11-1~deb12u2 [1386 kB] #13 7.768 Get:34 http://deb.debian.org/debian bookworm/main armhf ca-certificates all 20230311 [153 kB] #13 7.771 Get:35 http://deb.debian.org/debian bookworm/main armhf libmagic-mgc armhf 1:5.44-3 [305 kB] #13 7.772 Get:36 http://deb.debian.org/debian bookworm/main armhf libmagic1 armhf 1:5.44-3 [96.5 kB] #13 7.774 Get:37 http://deb.debian.org/debian bookworm/main armhf file armhf 1:5.44-3 [41.6 kB] #13 7.775 Get:38 http://deb.debian.org/debian bookworm/main armhf gettext-base armhf 0.21-12 [157 kB] #13 7.777 Get:39 http://deb.debian.org/debian bookworm/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB] #13 7.778 Get:40 http://deb.debian.org/debian bookworm/main armhf groff-base armhf 1.22.4-10 [825 kB] #13 7.784 Get:41 http://deb.debian.org/debian bookworm/main armhf krb5-locales all 1.20.1-2+deb12u1 [62.7 kB] #13 7.785 Get:42 http://deb.debian.org/debian bookworm/main armhf bsdextrautils armhf 2.38.1-5+b1 [78.6 kB] #13 7.787 Get:43 http://deb.debian.org/debian bookworm/main armhf libpipeline1 armhf 1.5.7-1 [33.6 kB] #13 7.789 Get:44 http://deb.debian.org/debian bookworm/main armhf man-db armhf 2.11.2-2 [1351 kB] #13 7.796 Get:45 http://deb.debian.org/debian bookworm/main armhf manpages all 6.03-2 [1332 kB] #13 7.803 Get:46 http://deb.debian.org/debian bookworm/main armhf libbsd0 armhf 0.11.7-2 [113 kB] #13 7.805 Get:47 http://deb.debian.org/debian bookworm/main armhf libedit2 armhf 3.1-20221030-2 [77.0 kB] #13 7.806 Get:48 http://deb.debian.org/debian bookworm/main armhf libcbor0.8 armhf 0.8.0-2+b1 [23.1 kB] #13 7.807 Get:49 http://deb.debian.org/debian bookworm/main armhf libfido2-1 armhf 1.12.0-2+b1 [69.3 kB] #13 7.808 Get:50 http://deb.debian.org/debian-security bookworm-security/main armhf openssh-client armhf 1:9.2p1-2+deb12u2 [899 kB] #13 7.811 Get:51 http://deb.debian.org/debian bookworm/main armhf ucf all 3.0043+nmu1 [55.2 kB] #11 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 1.4s done #11 DONE 2.2s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #10 sha256:2fd8f74530ee4723f04a80aec860a61dd471f04d9c04f3544b2bdf05bff4d6e9 5.96kB / 5.96kB done #10 sha256:39026bab5d1f5a3dbb822b9dacd5202cc77157ad7426bcd23719667e357182a1 1.58kB / 1.58kB done #10 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.6s done #10 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 23.58MB / 23.58MB 0.3s done #10 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.99MB / 63.99MB 0.9s done #10 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 1.5s done #10 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 64.16MB / 64.16MB 1.4s done #10 sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba 155B / 155B 0.9s done #10 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0.1s #10 DONE 2.2s #12 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #12 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.1s done #12 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #12 sha256:04cf306d01a03309934b49ac4b9f487abb8a054b71141fa53df6df482ab7d7eb 1.58kB / 1.58kB done #12 sha256:052f81af891aab3b16476354b67a8eeefa088f5076144c7bdd163a81b862e28b 5.95kB / 5.95kB done #12 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.7s done #12 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.5s done #12 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.4s done #12 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 1.8s done #12 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 1.2s #12 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 2.0s #12 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 2.0s #20 1.862 (1/1) Installing musl-dev (1.2.4-r2) #4 DONE 0.4s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done #5 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done #5 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done #5 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 7.34MB / 11.02MB 0.1s #11 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 53.48MB / 64.16MB 2.3s #11 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 1.8s done #11 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 64.16MB / 64.16MB 2.5s #10 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 0.1s #10 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0.3s done #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 4.4s done #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 #10 DONE 1.7s #12 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #12 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.1s done #12 sha256:39026bab5d1f5a3dbb822b9dacd5202cc77157ad7426bcd23719667e357182a1 1.58kB / 1.58kB done #12 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.6s done #12 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 23.58MB / 23.58MB 0.3s done #12 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #12 sha256:2fd8f74530ee4723f04a80aec860a61dd471f04d9c04f3544b2bdf05bff4d6e9 5.96kB / 5.96kB done #12 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.99MB / 63.99MB 1.2s done #12 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 1.4s done #12 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 1.0s #12 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 64.16MB / 64.16MB 1.6s done #12 sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba 155B / 155B 1.3s done #13 7.812 Get:52 http://deb.debian.org/debian bookworm/main armhf xz-utils armhf 5.4.1-0.2 [469 kB] #13 7.815 Get:53 http://deb.debian.org/debian bookworm/main armhf m4 armhf 1.4.19-3 [265 kB] #13 7.818 Get:54 http://deb.debian.org/debian bookworm/main armhf autoconf all 2.71-3 [332 kB] #13 7.820 Get:55 http://deb.debian.org/debian bookworm/main armhf autotools-dev all 20220109.1 [51.6 kB] #13 7.821 Get:56 http://deb.debian.org/debian bookworm/main armhf automake all 1:1.16.5-1.3 [823 kB] #13 7.826 Get:57 http://deb.debian.org/debian bookworm/main armhf autopoint all 0.21-12 [495 kB] #13 7.829 Get:58 http://deb.debian.org/debian bookworm/main armhf binutils-common armhf 2.40-2 [2476 kB] #13 7.841 Get:59 http://deb.debian.org/debian bookworm/main armhf libbinutils armhf 2.40-2 [406 kB] #13 7.844 Get:60 http://deb.debian.org/debian bookworm/main armhf libctf-nobfd0 armhf 2.40-2 [132 kB] #13 7.845 Get:61 http://deb.debian.org/debian bookworm/main armhf libctf0 armhf 2.40-2 [71.1 kB] #13 7.846 Get:62 http://deb.debian.org/debian bookworm/main armhf libjansson4 armhf 2.14-2 [36.7 kB] #13 7.847 Get:63 http://deb.debian.org/debian bookworm/main armhf binutils-arm-linux-gnueabihf armhf 2.40-2 [2313 kB] #13 7.859 Get:64 http://deb.debian.org/debian bookworm/main armhf binutils armhf 2.40-2 [64.9 kB] #13 7.860 Get:65 http://deb.debian.org/debian bookworm/main armhf libc-dev-bin armhf 2.36-9+deb12u3 [43.9 kB] #13 7.861 Get:66 http://deb.debian.org/debian-security bookworm-security/main armhf linux-libc-dev armhf 6.1.69-1 [1871 kB] #13 7.869 Get:67 http://deb.debian.org/debian bookworm/main armhf libcrypt-dev armhf 1:4.4.33-2 [125 kB] #13 7.871 Get:68 http://deb.debian.org/debian bookworm/main armhf libtirpc-dev armhf 1.3.3+ds-1 [182 kB] #13 7.873 Get:69 http://deb.debian.org/debian bookworm/main armhf libnsl-dev armhf 1.3.0-2 [62.1 kB] #13 7.874 Get:70 http://deb.debian.org/debian bookworm/main armhf rpcsvc-proto armhf 1.4.3-1 [58.7 kB] #13 7.875 Get:71 http://deb.debian.org/debian bookworm/main armhf libc6-dev armhf 2.36-9+deb12u3 [1266 kB] #13 7.882 Get:72 http://deb.debian.org/debian bookworm/main armhf libisl23 armhf 0.25-1 [539 kB] #13 7.885 Get:73 http://deb.debian.org/debian bookworm/main armhf libmpfr6 armhf 4.2.0-1 [582 kB] #13 7.892 Get:74 http://deb.debian.org/debian bookworm/main armhf libmpc3 armhf 1.3.1-1 [42.9 kB] #13 7.899 Get:75 http://deb.debian.org/debian bookworm/main armhf cpp-12 armhf 12.2.0-14 [7274 kB] #13 7.947 Get:76 http://deb.debian.org/debian bookworm/main armhf cpp armhf 4:12.2.0-3 [6832 B] #13 7.948 Get:77 http://deb.debian.org/debian bookworm/main armhf libcc1-0 armhf 12.2.0-14 [32.9 kB] #13 7.949 Get:78 http://deb.debian.org/debian bookworm/main armhf libgomp1 armhf 12.2.0-14 [97.0 kB] #13 7.950 Get:79 http://deb.debian.org/debian bookworm/main armhf libatomic1 armhf 12.2.0-14 [7016 B] #13 7.951 Get:80 http://deb.debian.org/debian bookworm/main armhf libasan8 armhf 12.2.0-14 [2114 kB] #13 7.962 Get:81 http://deb.debian.org/debian bookworm/main armhf libubsan1 armhf 12.2.0-14 [855 kB] #13 7.967 Get:82 http://deb.debian.org/debian bookworm/main armhf libgcc-12-dev armhf 12.2.0-14 [742 kB] #13 7.971 Get:83 http://deb.debian.org/debian bookworm/main armhf gcc-12 armhf 12.2.0-14 [14.2 MB] #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 4.4s done #10 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0.4s done #10 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 #20 1.943 OK: 593 MiB in 55 packages #20 DONE 2.2s #21 [goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/out GO111MODULE=on CGO_ENABLED=0 go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0" #21 0.704 go: downloading github.com/josephspurrier/goversioninfo v1.3.0 #21 1.236 go: downloading github.com/akavel/rsrc v0.10.2 #10 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0.3s done #10 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 #5 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s done #5 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done #5 DONE 0.3s #6 [internal] load metadata for quay.io/centos/centos:stream9 #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 4.2s done #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 #11 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 64.16MB / 64.16MB 2.6s done #11 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 #10 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 #10 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 2.1s done #10 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 #11 extracting sha256:8237fce9fd6b5acc12e7010d84e6245c6b00937de832c1987c4769866af1573a 2.5s done #11 DONE 4.1s #12 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core #13 8.072 Get:84 http://deb.debian.org/debian bookworm/main armhf gcc armhf 4:12.2.0-3 [5224 B] #13 8.072 Get:85 http://deb.debian.org/debian bookworm/main armhf libstdc++-12-dev armhf 12.2.0-14 [2085 kB] #13 8.085 Get:86 http://deb.debian.org/debian bookworm/main armhf g++-12 armhf 12.2.0-14 [7996 kB] #13 8.147 Get:87 http://deb.debian.org/debian bookworm/main armhf g++ armhf 4:12.2.0-3 [1336 B] #13 8.147 Get:88 http://deb.debian.org/debian bookworm/main armhf make armhf 4.3-4.1 [384 kB] #13 8.147 Get:89 http://deb.debian.org/debian bookworm/main armhf libdpkg-perl all 1.21.22 [603 kB] #13 8.150 Get:90 http://deb.debian.org/debian bookworm/main armhf patch armhf 2.7.6-7 [125 kB] #13 8.152 Get:91 http://deb.debian.org/debian bookworm/main armhf dpkg-dev all 1.21.22 [1353 kB] #13 8.162 Get:92 http://deb.debian.org/debian bookworm/main armhf build-essential armhf 12.9 [7704 B] #13 8.163 Get:93 http://deb.debian.org/debian bookworm/main armhf libbrotli1 armhf 1.0.9-2+b6 [271 kB] #13 8.166 Get:94 http://deb.debian.org/debian bookworm/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-10 [19.0 kB] #13 8.168 Get:95 http://deb.debian.org/debian bookworm/main armhf libsasl2-2 armhf 2.1.28+dfsg-10 [52.3 kB] #13 8.169 Get:96 http://deb.debian.org/debian bookworm/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-5 [158 kB] #13 8.171 Get:97 http://deb.debian.org/debian bookworm/main armhf libnghttp2-14 armhf 1.52.0-1+deb12u1 [62.1 kB] #13 8.172 Get:98 http://deb.debian.org/debian bookworm/main armhf libpsl5 armhf 0.21.2-1 [57.5 kB] #13 8.174 Get:99 http://deb.debian.org/debian bookworm/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB] #13 8.175 Get:100 http://deb.debian.org/debian bookworm/main armhf libssh2-1 armhf 1.10.0-3+b1 [163 kB] #13 8.177 Get:101 http://deb.debian.org/debian-security bookworm-security/main armhf libcurl4 armhf 7.88.1-10+deb12u5 [351 kB] #13 8.180 Get:102 http://deb.debian.org/debian-security bookworm-security/main armhf curl armhf 7.88.1-10+deb12u5 [305 kB] #13 8.181 Get:103 http://deb.debian.org/debian bookworm/main armhf dctrl-tools armhf 2.24-3 [96.0 kB] #13 8.182 Get:104 http://deb.debian.org/debian bookworm/main armhf libdebhelper-perl all 13.11.4 [81.2 kB] #13 8.184 Get:105 http://deb.debian.org/debian bookworm/main armhf libtool all 2.4.7-5 [517 kB] #13 8.188 Get:106 http://deb.debian.org/debian bookworm/main armhf dh-autoreconf all 20 [17.1 kB] #13 8.189 Get:107 http://deb.debian.org/debian bookworm/main armhf libarchive-zip-perl all 1.68-1 [104 kB] #13 8.194 Get:108 http://deb.debian.org/debian bookworm/main armhf libsub-override-perl all 0.09-4 [9304 B] #13 8.194 Get:109 http://deb.debian.org/debian bookworm/main armhf libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB] #13 8.197 Get:110 http://deb.debian.org/debian bookworm/main armhf dh-strip-nondeterminism all 1.13.1-1 [8620 B] #13 8.199 Get:111 http://deb.debian.org/debian bookworm/main armhf libelf1 armhf 0.188-2.1 [170 kB] #13 8.201 Get:112 http://deb.debian.org/debian bookworm/main armhf dwz armhf 0.15-1 [101 kB] #13 8.203 Get:113 http://deb.debian.org/debian bookworm/main armhf libicu72 armhf 72.1-3 [9048 kB] #13 8.270 Get:114 http://deb.debian.org/debian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.3~deb12u1 [591 kB] #13 8.270 Get:115 http://deb.debian.org/debian bookworm/main armhf gettext armhf 0.21-12 [1229 kB] #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 #10 DONE 3.7s #12 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #12 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #12 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.6s done #12 sha256:04cf306d01a03309934b49ac4b9f487abb8a054b71141fa53df6df482ab7d7eb 1.58kB / 1.58kB done #12 sha256:052f81af891aab3b16476354b67a8eeefa088f5076144c7bdd163a81b862e28b 5.95kB / 5.95kB done #12 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 1.0s done #12 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #12 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.9s done #12 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 3.6s #12 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 3.0s done #12 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 2.1s done #12 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 3.6s #12 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.1s Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dxrvVY + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vyFFw3 + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz + /usr/bin/tar -xof - #6 ... #7 [auth] library/golang:pull token for registry-1.docker.io #7 DONE 0.0s #10 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 2.0s done #10 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 0.1s #13 8.277 Get:116 http://deb.debian.org/debian bookworm/main armhf intltool-debian all 0.35.0+20060710.6 [22.9 kB] #13 8.277 Get:117 http://deb.debian.org/debian bookworm/main armhf po-debconf all 1.0.21+nmu1 [248 kB] #13 8.277 Get:118 http://deb.debian.org/debian bookworm/main armhf debhelper all 13.11.4 [942 kB] #13 8.280 Get:119 http://deb.debian.org/debian bookworm/main armhf debian-keyring all 2022.12.24 [30.5 MB] #13 8.478 Get:120 http://deb.debian.org/debian bookworm/main armhf libfakeroot armhf 1.31-1.2 [24.7 kB] #13 8.479 Get:121 http://deb.debian.org/debian bookworm/main armhf fakeroot armhf 1.31-1.2 [64.7 kB] #13 8.480 Get:122 http://deb.debian.org/debian bookworm/main armhf libassuan0 armhf 2.5.5-5 [42.0 kB] #13 8.481 Get:123 http://deb.debian.org/debian bookworm/main armhf gpgconf armhf 2.2.40-1.1 [547 kB] #13 8.484 Get:124 http://deb.debian.org/debian bookworm/main armhf libksba8 armhf 1.6.3-2 [109 kB] #13 8.486 Get:125 http://deb.debian.org/debian bookworm/main armhf libnpth0 armhf 1.6-3 [17.8 kB] #13 8.487 Get:126 http://deb.debian.org/debian bookworm/main armhf dirmngr armhf 2.2.40-1.1 [748 kB] #13 8.491 Get:127 http://deb.debian.org/debian bookworm/main armhf gnupg-l10n all 2.2.40-1.1 [1093 kB] #13 8.498 Get:128 http://deb.debian.org/debian bookworm/main armhf gnupg-utils armhf 2.2.40-1.1 [850 kB] #13 8.503 Get:129 http://deb.debian.org/debian bookworm/main armhf gpg armhf 2.2.40-1.1 [884 kB] #13 8.508 Get:130 http://deb.debian.org/debian bookworm/main armhf pinentry-curses armhf 1.2.1-1 [73.4 kB] #13 8.509 Get:131 http://deb.debian.org/debian bookworm/main armhf gpg-agent armhf 2.2.40-1.1 [652 kB] #13 8.513 Get:132 http://deb.debian.org/debian bookworm/main armhf gpg-wks-client armhf 2.2.40-1.1 [524 kB] #13 8.517 Get:133 http://deb.debian.org/debian bookworm/main armhf gpg-wks-server armhf 2.2.40-1.1 [517 kB] #13 8.520 Get:134 http://deb.debian.org/debian bookworm/main armhf gpgsm armhf 2.2.40-1.1 [637 kB] #13 8.524 Get:135 http://deb.debian.org/debian bookworm/main armhf gnupg all 2.2.40-1.1 [846 kB] #13 8.529 Get:136 http://deb.debian.org/debian bookworm/main armhf libfile-dirlist-perl all 0.05-3 [7600 B] #13 8.530 Get:137 http://deb.debian.org/debian bookworm/main armhf libfile-which-perl all 1.27-2 [15.1 kB] #13 8.531 Get:138 http://deb.debian.org/debian bookworm/main armhf libfile-homedir-perl all 1.006-2 [42.4 kB] #13 8.532 Get:139 http://deb.debian.org/debian bookworm/main armhf libfile-touch-perl all 0.12-2 [8816 B] #13 8.533 Get:140 http://deb.debian.org/debian bookworm/main armhf libio-pty-perl armhf 1:1.17-1 [34.5 kB] #13 8.534 Get:141 http://deb.debian.org/debian bookworm/main armhf libipc-run-perl all 20220807.0-1 [104 kB] #13 8.535 Get:142 http://deb.debian.org/debian bookworm/main armhf libclass-method-modifiers-perl all 2.14-1 [18.1 kB] #13 8.536 Get:143 http://deb.debian.org/debian bookworm/main armhf libclass-xsaccessor-perl armhf 1.19-4+b1 [35.5 kB] #13 8.537 Get:144 http://deb.debian.org/debian bookworm/main armhf libb-hooks-op-check-perl armhf 0.22-2+b1 [10.3 kB] #13 8.538 Get:145 http://deb.debian.org/debian bookworm/main armhf libdynaloader-functions-perl all 0.003-3 [12.7 kB] #13 8.539 Get:146 http://deb.debian.org/debian bookworm/main armhf libdevel-callchecker-perl armhf 0.008-2 [15.7 kB] #13 8.539 Get:147 http://deb.debian.org/debian bookworm/main armhf libparams-classify-perl armhf 0.015-2+b1 [21.9 kB] #13 8.540 Get:148 http://deb.debian.org/debian bookworm/main armhf libmodule-runtime-perl all 0.016-2 [19.6 kB] #13 8.541 Get:149 http://deb.debian.org/debian bookworm/main armhf libimport-into-perl all 1.002005-2 [11.3 kB] #13 8.542 Get:150 http://deb.debian.org/debian bookworm/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB] #13 8.543 Get:151 http://deb.debian.org/debian bookworm/main armhf libsub-quote-perl all 2.006008-1 [21.8 kB] #13 8.544 Get:152 http://deb.debian.org/debian bookworm/main armhf libmoo-perl all 2.005005-1 [58.0 kB] #13 8.546 Get:153 http://deb.debian.org/debian bookworm/main armhf libencode-locale-perl all 1.05-3 [12.9 kB] #13 8.546 Get:154 http://deb.debian.org/debian bookworm/main armhf libtimedate-perl all 2.3300-2 [39.3 kB] #13 8.547 Get:155 http://deb.debian.org/debian bookworm/main armhf libhttp-date-perl all 6.05-2 [10.5 kB] #13 8.548 Get:156 http://deb.debian.org/debian bookworm/main armhf libfile-listing-perl all 6.15-1 [12.6 kB] #13 8.549 Get:157 http://deb.debian.org/debian bookworm/main armhf libhtml-tagset-perl all 3.20-6 [11.7 kB] #13 8.549 Get:158 http://deb.debian.org/debian bookworm/main armhf libregexp-ipv6-perl all 0.03-3 [5212 B] #13 8.551 Get:159 http://deb.debian.org/debian bookworm/main armhf liburi-perl all 5.17-1 [90.4 kB] #13 8.551 Get:160 http://deb.debian.org/debian bookworm/main armhf libhtml-parser-perl armhf 3.81-1 [97.4 kB] #13 8.553 Get:161 http://deb.debian.org/debian bookworm/main armhf libhtml-tree-perl all 5.07-3 [211 kB] #13 8.556 Get:162 http://deb.debian.org/debian bookworm/main armhf libclone-perl armhf 0.46-1 [13.1 kB] #13 8.558 Get:163 http://deb.debian.org/debian bookworm/main armhf libio-html-perl all 1.004-3 [16.2 kB] #13 8.558 Get:164 http://deb.debian.org/debian bookworm/main armhf liblwp-mediatypes-perl all 6.04-2 [20.2 kB] #13 8.559 Get:165 http://deb.debian.org/debian bookworm/main armhf libhttp-message-perl all 6.44-1 [81.7 kB] #13 8.560 Get:166 http://deb.debian.org/debian bookworm/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB] #13 8.561 Get:167 http://deb.debian.org/debian bookworm/main armhf libhttp-negotiate-perl all 6.01-2 [13.1 kB] #13 8.562 Get:168 http://deb.debian.org/debian bookworm/main armhf perl-openssl-defaults armhf 7+b1 [7916 B] #13 8.564 Get:169 http://deb.debian.org/debian bookworm/main armhf libnet-ssleay-perl armhf 1.92-2+b1 [298 kB] #13 8.567 Get:170 http://deb.debian.org/debian bookworm/main armhf libio-socket-ssl-perl all 2.081-2 [219 kB] #13 8.569 Get:171 http://deb.debian.org/debian bookworm/main armhf libnet-http-perl all 6.22-1 [25.3 kB] #13 8.570 Get:172 http://deb.debian.org/debian bookworm/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB] #13 8.572 Get:173 http://deb.debian.org/debian bookworm/main armhf libtry-tiny-perl all 0.31-2 [22.6 kB] #13 8.573 Get:174 http://deb.debian.org/debian bookworm/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB] #13 8.574 Get:175 http://deb.debian.org/debian bookworm/main armhf libwww-perl all 6.68-1 [186 kB] #13 8.575 Get:176 http://deb.debian.org/debian bookworm/main armhf patchutils armhf 0.4.2-1 [72.5 kB] #13 8.576 Get:177 http://deb.debian.org/debian bookworm/main armhf wdiff armhf 1.2.2-5 [118 kB] #13 8.578 Get:178 http://deb.debian.org/debian bookworm/main armhf devscripts armhf 2.23.4+deb12u1 [1072 kB] #13 8.585 Get:179 http://deb.debian.org/debian bookworm/main armhf diffstat armhf 1.65-1 [31.4 kB] #13 8.585 Get:180 http://deb.debian.org/debian bookworm/main armhf distro-info-data all 0.58+deb12u1 [6072 B] #13 8.586 Get:181 http://deb.debian.org/debian bookworm/main armhf python3-pkg-resources all 66.1.1-1 [296 kB] #13 8.589 Get:182 http://deb.debian.org/debian bookworm/main armhf python3-chardet all 5.1.0+dfsg-2 [110 kB] #13 8.590 Get:183 http://deb.debian.org/debian bookworm/main armhf python3-debian all 0.1.49 [115 kB] #13 8.591 Get:184 http://deb.debian.org/debian bookworm/main armhf libgpgme11 armhf 1.18.0-3+b1 [280 kB] #13 8.593 Get:185 http://deb.debian.org/debian bookworm/main armhf python3-gpg armhf 1.18.0-3+b1 [343 kB] #13 8.595 Get:186 http://deb.debian.org/debian bookworm/main armhf python3-xdg all 0.28-2 [40.5 kB] #13 8.598 Get:187 http://deb.debian.org/debian bookworm/main armhf dput all 1.1.3 [42.7 kB] #13 8.600 Get:188 http://deb.debian.org/debian bookworm/main armhf equivs all 2.3.1 [22.7 kB] #13 8.601 Get:189 http://deb.debian.org/debian bookworm/main armhf fonts-dejavu-core all 2.37-6 [1068 kB] #13 8.607 Get:190 http://deb.debian.org/debian bookworm/main armhf fontconfig-config armhf 2.14.1-4 [315 kB] #13 8.610 Get:191 http://deb.debian.org/debian-security bookworm-security/main armhf libcurl3-gnutls armhf 7.88.1-10+deb12u5 [346 kB] #13 8.613 Get:192 http://deb.debian.org/debian bookworm/main armhf liberror-perl all 0.17029-2 [29.0 kB] #13 8.615 Get:193 http://deb.debian.org/debian bookworm/main armhf git-man all 1:2.39.2-1.1 [2049 kB] #13 8.626 Get:194 http://deb.debian.org/debian bookworm/main armhf git armhf 1:2.39.2-1.1 [5959 kB] #12 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 1.6s done + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz + /usr/bin/tar -xof - #8 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #8 ... #6 [internal] load metadata for quay.io/centos/centos:stream9 #6 DONE 0.4s #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 4.9s done #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 #12 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 2.0s done #11 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0.5s done #11 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 #13 8.675 Get:195 http://deb.debian.org/debian bookworm/main armhf iso-codes all 4.15.0-1 [2906 kB] #13 8.686 Get:196 http://deb.debian.org/debian bookworm/main armhf libabsl20220623 armhf 20220623.1-1 [365 kB] #13 8.688 Get:197 http://deb.debian.org/debian bookworm/main armhf libalgorithm-diff-perl all 1.201-1 [43.3 kB] #13 8.688 Get:198 http://deb.debian.org/debian bookworm/main armhf libalgorithm-diff-xs-perl armhf 0.04-8+b1 [11.1 kB] #13 8.689 Get:199 http://deb.debian.org/debian bookworm/main armhf libalgorithm-merge-perl all 0.08-5 [11.8 kB] #13 8.690 Get:200 http://deb.debian.org/debian bookworm/main armhf libaliased-perl all 0.34-3 [13.5 kB] #13 8.690 Get:201 http://deb.debian.org/debian bookworm/main armhf libaom3 armhf 3.6.0-1 [1369 kB] #13 8.697 Get:202 http://deb.debian.org/debian bookworm/main armhf libapt-pkg-perl armhf 0.1.40+b2 [64.5 kB] #13 8.698 Get:203 http://deb.debian.org/debian bookworm/main armhf libarchive-cpio-perl all 0.10-3 [10.8 kB] #13 8.698 Get:204 http://deb.debian.org/debian bookworm/main armhf libarchive13 armhf 3.6.2-1 [299 kB] #13 8.701 Get:205 http://deb.debian.org/debian bookworm/main armhf libarray-intspan-perl all 2.004-2 [25.7 kB] #13 8.701 Get:206 http://deb.debian.org/debian bookworm/main armhf libauthen-sasl-perl all 2.1600-3 [43.9 kB] #13 8.702 Get:207 http://deb.debian.org/debian bookworm/main armhf libdav1d6 armhf 1.0.0-2 [256 kB] #13 8.704 Get:208 http://deb.debian.org/debian bookworm/main armhf libgav1-1 armhf 0.18.0-1+b1 [284 kB] #13 8.707 Get:209 http://deb.debian.org/debian bookworm/main armhf librav1e0 armhf 0.5.1-6 [514 kB] #13 8.709 Get:210 http://deb.debian.org/debian bookworm/main armhf libsvtav1enc1 armhf 1.4.1+dfsg-1 [893 kB] #13 8.714 Get:211 http://deb.debian.org/debian bookworm/main armhf libjpeg62-turbo armhf 1:2.1.5-2 [143 kB] #13 8.716 Get:212 http://deb.debian.org/debian bookworm/main armhf libyuv0 armhf 0.0~git20230123.b2528b0-1 [85.5 kB] #13 8.717 Get:213 http://deb.debian.org/debian bookworm/main armhf libavif15 armhf 0.11.1-1 [84.8 kB] #13 8.719 Get:214 http://deb.debian.org/debian bookworm/main armhf libmodule-implementation-perl all 0.09-2 [12.6 kB] #13 8.737 Get:215 http://deb.debian.org/debian bookworm/main armhf libsub-exporter-progressive-perl all 0.001013-3 [7496 B] #13 8.738 Get:216 http://deb.debian.org/debian bookworm/main armhf libvariable-magic-perl armhf 0.63-1+b1 [41.5 kB] #13 8.740 Get:217 http://deb.debian.org/debian bookworm/main armhf libb-hooks-endofscope-perl all 0.26-1 [19.6 kB] #13 8.742 Get:218 http://deb.debian.org/debian bookworm/main armhf libberkeleydb-perl armhf 0.64-2+b1 [111 kB] #13 8.744 Get:219 http://deb.debian.org/debian bookworm/main armhf libpng16-16 armhf 1.6.39-2 [260 kB] #13 8.747 Get:220 http://deb.debian.org/debian bookworm/main armhf libfreetype6 armhf 2.12.1+dfsg-5 [332 kB] #13 8.755 Get:221 http://deb.debian.org/debian bookworm/main armhf libfontconfig1 armhf 2.14.1-4 [368 kB] #13 8.758 Get:222 http://deb.debian.org/debian bookworm/main armhf libde265-0 armhf 1.0.11-1+deb12u1 [143 kB] #13 8.760 Get:223 http://deb.debian.org/debian bookworm/main armhf libx265-199 armhf 3.5-2+b1 [580 kB] #13 8.767 Get:224 http://deb.debian.org/debian bookworm/main armhf libheif1 armhf 1.15.1-1 [183 kB] #13 8.768 Get:225 http://deb.debian.org/debian bookworm/main armhf libdeflate0 armhf 1.14-1 [52.2 kB] #13 8.770 Get:226 http://deb.debian.org/debian bookworm/main armhf libjbig0 armhf 2.1-6.1 [27.1 kB] #13 8.775 Get:227 http://deb.debian.org/debian bookworm/main armhf liblerc4 armhf 4.0.0+ds-2 [137 kB] #13 8.777 Get:228 http://deb.debian.org/debian bookworm/main armhf libwebp7 armhf 1.2.4-0.2+deb12u1 [242 kB] #13 8.784 Get:229 http://deb.debian.org/debian bookworm/main armhf libtiff6 armhf 4.5.0-6+deb12u1 [295 kB] #13 8.790 Get:230 http://deb.debian.org/debian bookworm/main armhf libxau6 armhf 1:1.0.9-1 [19.0 kB] #13 8.790 Get:231 http://deb.debian.org/debian bookworm/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB] #13 8.790 Get:232 http://deb.debian.org/debian bookworm/main armhf libxcb1 armhf 1.15-1 [140 kB] #13 8.790 Get:233 http://deb.debian.org/debian bookworm/main armhf libx11-data all 2:1.8.4-2+deb12u2 [292 kB] #13 8.791 Get:234 http://deb.debian.org/debian bookworm/main armhf libx11-6 armhf 2:1.8.4-2+deb12u2 [695 kB] #13 8.795 Get:235 http://deb.debian.org/debian bookworm/main armhf libxpm4 armhf 1:3.5.12-1.1+deb12u1 [42.4 kB] #13 8.797 Get:236 http://deb.debian.org/debian bookworm/main armhf libgd3 armhf 2.3.3-9 [103 kB] #13 8.801 Get:237 http://deb.debian.org/debian bookworm/main armhf libc-devtools armhf 2.36-9+deb12u3 [53.8 kB] #13 8.804 Get:238 http://deb.debian.org/debian bookworm/main armhf libcapture-tiny-perl all 0.48-2 [24.6 kB] #13 8.920 Get:239 http://deb.debian.org/debian bookworm/main armhf libcgi-pm-perl all 4.55-1 [220 kB] #13 8.920 Get:240 http://deb.debian.org/debian bookworm/main armhf libfcgi0ldbl armhf 2.4.2-2 [22.0 kB] #13 8.920 Get:241 http://deb.debian.org/debian bookworm/main armhf libfcgi-perl armhf 0.82+ds-2 [24.0 kB] #13 8.922 Get:242 http://deb.debian.org/debian bookworm/main armhf libcgi-fast-perl all 1:2.15-1 [12.1 kB] #13 8.924 Get:243 http://deb.debian.org/debian bookworm/main armhf libclass-data-inheritable-perl all 0.08-3 [8588 B] #13 8.932 Get:244 http://deb.debian.org/debian bookworm/main armhf libclass-inspector-perl all 1.36-3 [17.5 kB] #13 8.932 Get:245 http://deb.debian.org/debian bookworm/main armhf libcommon-sense-perl armhf 3.75-3 [23.0 kB] #13 8.932 Get:246 http://deb.debian.org/debian bookworm/main armhf libconfig-tiny-perl all 2.28-2 [16.4 kB] #13 8.932 Get:247 http://deb.debian.org/debian bookworm/main armhf libparams-util-perl armhf 1.102-2+b1 [23.8 kB] #13 8.932 Get:248 http://deb.debian.org/debian bookworm/main armhf libsub-install-perl all 0.929-1 [10.5 kB] #13 8.932 Get:249 http://deb.debian.org/debian bookworm/main armhf libdata-optlist-perl all 0.113-1 [10.6 kB] #10 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 1.8s done #10 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e #12 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 #8 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #8 DONE 0.5s #9 [internal] load build context #9 transferring context: 13.15kB done #9 DONE 0.0s #10 [stage-1 1/8] FROM quay.io/centos/centos:stream9@sha256:cfc4665de53f6a17a35d197c9f64f334c1a934a885a30859c89b49ff183185af #10 resolve quay.io/centos/centos:stream9@sha256:cfc4665de53f6a17a35d197c9f64f334c1a934a885a30859c89b49ff183185af 0.0s done #10 sha256:cfc4665de53f6a17a35d197c9f64f334c1a934a885a30859c89b49ff183185af 912B / 912B done #10 sha256:28b614bd0b58ba86bb28f388a7108dd7ab62a01102576f2890c2add48e40cbed 505B / 505B done #10 sha256:4b66fae15b105122fb4168e67e2af9770c83ebda3b378e7e095abd1e1b1da96b 1.17kB / 1.17kB done #10 sha256:14a668eb019584bccadd4d07b7f86ec96a4dad1a80f789a5cf9aa7a0217781ae 0B / 55.67MB 0.1s #12 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.5s done #12 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 #10 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 1.5s done #12 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c #10 ... #13 [stage-1 2/9] RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then rm -f /usr/bin/man; dpkg-divert --quiet --remove --rename /usr/bin/man; fi #13 DONE 2.6s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #13 8.945 Get:250 http://deb.debian.org/debian bookworm/main armhf libsub-exporter-perl all 0.989-1 [50.5 kB] #13 8.945 Get:251 http://deb.debian.org/debian bookworm/main armhf libconst-fast-perl all 0.014-2 [8792 B] #13 8.945 Get:252 http://deb.debian.org/debian bookworm/main armhf libwant-perl armhf 0.29-2+b1 [26.3 kB] #13 8.947 Get:253 http://deb.debian.org/debian bookworm/main armhf libcontextual-return-perl all 0.004014-4 [54.9 kB] #13 8.948 Get:254 http://deb.debian.org/debian bookworm/main armhf libconvert-binhex-perl all 1.125-3 [27.4 kB] #13 8.950 Get:255 http://deb.debian.org/debian bookworm/main armhf libcpanel-json-xs-perl armhf 4.35-1 [129 kB] #13 8.956 Get:256 http://deb.debian.org/debian bookworm/main armhf libdevel-stacktrace-perl all 2.0400-2 [26.8 kB] #13 8.957 Get:257 http://deb.debian.org/debian bookworm/main armhf libexception-class-perl all 1.45-1 [34.6 kB] #13 8.958 Get:258 http://deb.debian.org/debian bookworm/main armhf libiterator-perl all 0.03+ds1-2 [18.8 kB] #13 8.959 Get:259 http://deb.debian.org/debian bookworm/main armhf libiterator-util-perl all 0.02+ds1-2 [14.0 kB] #13 8.967 Get:260 http://deb.debian.org/debian bookworm/main armhf libdata-dpath-perl all 0.58-2 [43.6 kB] #13 8.967 Get:261 http://deb.debian.org/debian bookworm/main armhf libdata-dump-perl all 1.25-1 [28.4 kB] #13 8.967 Get:262 http://deb.debian.org/debian bookworm/main armhf libdata-messagepack-perl armhf 1.02-1+b1 [33.5 kB] #13 8.967 Get:263 http://deb.debian.org/debian bookworm/main armhf libnet-domain-tld-perl all 1.75-3 [31.9 kB] #13 8.967 Get:264 http://deb.debian.org/debian bookworm/main armhf libdata-validate-domain-perl all 0.10-1.1 [11.1 kB] #13 8.968 Get:265 http://deb.debian.org/debian bookworm/main armhf libnet-ipv6addr-perl all 1.02-1 [21.7 kB] #13 8.969 Get:266 http://deb.debian.org/debian bookworm/main armhf libnet-netmask-perl all 2.0002-2 [28.6 kB] #13 8.970 Get:267 http://deb.debian.org/debian bookworm/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-2+b1 [98.3 kB] #13 8.974 Get:268 http://deb.debian.org/debian bookworm/main armhf libdata-validate-ip-perl all 0.31-1 [20.6 kB] #13 8.974 Get:269 http://deb.debian.org/debian bookworm/main armhf libdata-validate-uri-perl all 0.07-2 [11.2 kB] #13 8.976 Get:270 http://deb.debian.org/debian bookworm/main armhf libdevel-size-perl armhf 0.83-2+b1 [23.7 kB] #13 8.978 Get:271 http://deb.debian.org/debian bookworm/main armhf libdistro-info-perl all 1.5+deb12u1 [5384 B] #13 8.979 Get:272 http://deb.debian.org/debian bookworm/main armhf libemail-address-xs-perl armhf 1.05-1+b1 [26.7 kB] #13 8.982 Get:273 http://deb.debian.org/debian bookworm/main armhf libexporter-tiny-perl all 1.006000-1 [38.6 kB] #13 8.999 Get:274 http://deb.debian.org/debian bookworm/main armhf libfcgi-bin armhf 2.4.2-2 [12.0 kB] #13 8.999 Get:275 http://deb.debian.org/debian bookworm/main armhf libindirect-perl armhf 0.39-2+b1 [25.8 kB] #13 8.999 Get:276 http://deb.debian.org/debian bookworm/main armhf libxs-parse-keyword-perl armhf 0.33-1 [56.0 kB] #13 8.999 Get:277 http://deb.debian.org/debian bookworm/main armhf libxs-parse-sublike-perl armhf 0.16-1+b2 [28.1 kB] #13 8.999 Get:278 http://deb.debian.org/debian bookworm/main armhf libobject-pad-perl armhf 0.78-1 [109 kB] #13 8.999 Get:279 http://deb.debian.org/debian bookworm/main armhf libfeature-compat-class-perl all 0.05-1 [11.0 kB] #13 8.999 Get:280 http://deb.debian.org/debian bookworm/main armhf libsyntax-keyword-try-perl armhf 0.28-1 [27.8 kB] #13 8.999 Get:281 http://deb.debian.org/debian bookworm/main armhf libfeature-compat-try-perl all 0.05-1 [10.4 kB] #13 8.999 Get:282 http://deb.debian.org/debian bookworm/main armhf libipc-system-simple-perl all 1.30-2 [26.8 kB] #13 8.999 Get:283 http://deb.debian.org/debian bookworm/main armhf libfile-basedir-perl all 0.09-2 [15.1 kB] #13 9.001 Get:284 http://deb.debian.org/debian bookworm/main armhf libfile-chdir-perl all 0.1008-1.1 [12.2 kB] #13 9.002 Get:285 http://deb.debian.org/debian bookworm/main armhf libfile-fcntllock-perl armhf 0.22-4+b1 [34.5 kB] #13 9.008 Get:286 http://deb.debian.org/debian bookworm/main armhf libnumber-compare-perl all 0.03-3 [6332 B] #13 9.008 Get:287 http://deb.debian.org/debian bookworm/main armhf libtext-glob-perl all 0.11-3 [7676 B] #13 9.008 Get:288 http://deb.debian.org/debian bookworm/main armhf libfile-find-rule-perl all 0.34-3 [26.6 kB] #13 9.008 Get:289 http://deb.debian.org/debian bookworm/main armhf libfont-afm-perl all 1.20-4 [13.1 kB] #13 9.032 Get:290 http://deb.debian.org/debian bookworm/main armhf libio-string-perl all 1.08-4 [12.1 kB] #13 9.032 Get:291 http://deb.debian.org/debian bookworm/main armhf libfont-ttf-perl all 1.06-2 [318 kB] #13 9.034 Get:292 http://deb.debian.org/debian bookworm/main armhf libfreezethaw-perl all 0.5001-3 [16.0 kB] #13 9.035 Get:293 http://deb.debian.org/debian bookworm/main armhf libsort-versions-perl all 1.62-3 [8928 B] #13 9.036 Get:294 http://deb.debian.org/debian bookworm/main armhf libgit-wrapper-perl all 0.048-2 [33.4 kB] #13 9.040 Get:295 http://deb.debian.org/debian bookworm/main armhf libhttp-tiny-multipart-perl all 0.08-2 [9812 B] #13 9.040 Get:296 http://deb.debian.org/debian bookworm/main armhf libio-prompter-perl all 0.004015-2 [59.9 kB] #13 9.040 Get:297 http://deb.debian.org/debian bookworm/main armhf libjson-perl all 4.10000-1 [87.5 kB] #13 9.040 Get:298 http://deb.debian.org/debian bookworm/main armhf liblog-any-perl all 1.713-1 [76.3 kB] #13 9.048 Get:299 http://deb.debian.org/debian bookworm/main armhf liblog-any-adapter-screen-perl all 0.140-2 [13.3 kB] #13 9.048 Get:300 http://deb.debian.org/debian bookworm/main armhf libpackage-stash-perl all 0.40-1 [22.0 kB] #13 9.048 Get:301 http://deb.debian.org/debian bookworm/main armhf libsub-identify-perl armhf 0.14-3 [10.5 kB] #13 9.048 Get:302 http://deb.debian.org/debian bookworm/main armhf libsub-name-perl armhf 0.26-2+b1 [12.2 kB] #13 9.048 Get:303 http://deb.debian.org/debian bookworm/main armhf libnamespace-clean-perl all 0.27-2 [17.8 kB] #13 9.048 Get:304 http://deb.debian.org/debian bookworm/main armhf libpath-tiny-perl all 0.144-1 [56.4 kB] #13 9.048 Get:305 http://deb.debian.org/debian bookworm/main armhf libstrictures-perl all 2.000006-1 [18.6 kB] #13 9.048 Get:306 http://deb.debian.org/debian bookworm/main armhf libtype-tiny-perl all 2.002001-1 [377 kB] #13 9.052 Get:307 http://deb.debian.org/debian bookworm/main armhf libgitlab-api-v4-perl all 0.26-3 [88.2 kB] #13 9.053 Get:308 http://deb.debian.org/debian bookworm/main armhf libglib2.0-0 armhf 2.74.6-2 [1227 kB] #13 9.062 Get:309 http://deb.debian.org/debian bookworm/main armhf libglib2.0-data all 2.74.6-2 [1207 kB] #13 9.072 Get:310 http://deb.debian.org/debian bookworm/main armhf libgpm2 armhf 1.20.7-10+b1 [13.4 kB] #13 9.072 Get:311 http://deb.debian.org/debian bookworm/main armhf libhtml-form-perl all 6.11-1 [33.1 kB] #13 9.072 Get:312 http://deb.debian.org/debian bookworm/main armhf libhtml-format-perl all 2.16-2 [38.8 kB] #13 9.076 Get:313 http://deb.debian.org/debian bookworm/main armhf libhtml-html5-entities-perl all 0.004-3 [21.0 kB] #13 9.076 Get:314 http://deb.debian.org/debian bookworm/main armhf libhtml-tokeparser-simple-perl all 3.16-4 [39.1 kB] #13 9.076 Get:315 http://deb.debian.org/debian bookworm/main armhf libhttp-daemon-perl all 6.16-1 [23.5 kB] #13 9.076 Get:316 http://deb.debian.org/debian bookworm/main armhf libio-interactive-perl all 1.023-2 [11.0 kB] #13 9.076 Get:317 http://deb.debian.org/debian bookworm/main armhf libio-sessiondata-perl all 1.03-3 [6316 B] #13 9.076 Get:318 http://deb.debian.org/debian bookworm/main armhf libio-stringy-perl all 2.111-3 [56.5 kB] #13 9.077 Get:319 http://deb.debian.org/debian bookworm/main armhf libipc-run3-perl all 0.048-3 [33.2 kB] #13 9.078 Get:320 http://deb.debian.org/debian bookworm/main armhf libtypes-serialiser-perl all 1.01-1 [12.2 kB] #13 9.079 Get:321 http://deb.debian.org/debian bookworm/main armhf libjson-xs-perl armhf 4.030-2+b1 [90.4 kB] #13 9.080 Get:322 http://deb.debian.org/debian bookworm/main armhf libjson-maybexs-perl all 1.004004-1 [13.3 kB] #13 9.081 Get:323 http://deb.debian.org/debian bookworm/main armhf libldap-common all 2.5.13+dfsg-5 [29.3 kB] #13 9.082 Get:324 http://deb.debian.org/debian bookworm/main armhf liblist-compare-perl all 0.55-2 [65.7 kB] #13 9.084 Get:325 http://deb.debian.org/debian bookworm/main armhf liblist-someutils-perl all 0.59-1 [37.1 kB] #13 9.085 Get:326 http://deb.debian.org/debian bookworm/main armhf liblist-someutils-xs-perl armhf 0.58-3 [30.6 kB] #13 9.086 Get:327 http://deb.debian.org/debian bookworm/main armhf liblist-utilsby-perl all 0.12-2 [15.5 kB] #13 9.087 Get:328 http://deb.debian.org/debian bookworm/main armhf libltdl7 armhf 2.4.7-5 [390 kB] #13 9.099 Get:329 http://deb.debian.org/debian bookworm/main armhf libltdl-dev armhf 2.4.7-5 [162 kB] #13 9.102 Get:330 http://deb.debian.org/debian bookworm/main armhf liblz1 armhf 1.13-5 [37.8 kB] #13 9.103 Get:331 http://deb.debian.org/debian bookworm/main armhf liblzo2-2 armhf 2.10-2 [50.7 kB] #13 9.116 Get:332 http://deb.debian.org/debian bookworm/main armhf libsys-hostname-long-perl all 1.5-3 [11.6 kB] #13 9.118 Get:333 http://deb.debian.org/debian bookworm/main armhf libmail-sendmail-perl all 0.80-3 [24.3 kB] #13 9.118 Get:334 http://deb.debian.org/debian bookworm/main armhf libnet-smtp-ssl-perl all 1.04-2 [6548 B] #13 9.118 Get:335 http://deb.debian.org/debian bookworm/main armhf libmailtools-perl all 2.21-2 [95.6 kB] #13 9.119 Get:336 http://deb.debian.org/debian bookworm/main armhf libmarkdown2 armhf 2.2.7-2 [30.2 kB] #13 9.121 Get:337 http://deb.debian.org/debian bookworm/main armhf libmath-base85-perl all 0.5+dfsg-2 [6684 B] #13 9.122 Get:338 http://deb.debian.org/debian bookworm/main armhf libmime-tools-perl all 5.510-1 [213 kB] #10 extracting sha256:975f40a40bde30de4b5805fe3abdb6b6f88dcf5beebee82a731a9f4403fe3663 2.4s done #10 DONE 3.6s #12 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #12 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #12 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #12 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.6s done #12 sha256:39026bab5d1f5a3dbb822b9dacd5202cc77157ad7426bcd23719667e357182a1 1.58kB / 1.58kB done #12 sha256:2fd8f74530ee4723f04a80aec860a61dd471f04d9c04f3544b2bdf05bff4d6e9 5.96kB / 5.96kB done #12 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 23.58MB / 23.58MB 0.3s done #12 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.99MB / 63.99MB 1.1s done #12 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 1.7s done #12 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 1.6s done #12 sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba 155B / 155B 1.2s done #12 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 64.16MB / 64.16MB 1.9s done #12 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0.4s done #12 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 0.6s #12 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0.4s done #12 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 #10 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 1.9s done #10 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e #10 sha256:14a668eb019584bccadd4d07b7f86ec96a4dad1a80f789a5cf9aa7a0217781ae 14.68MB / 55.67MB 0.2s #10 sha256:14a668eb019584bccadd4d07b7f86ec96a4dad1a80f789a5cf9aa7a0217781ae 24.12MB / 55.67MB 0.3s #10 sha256:14a668eb019584bccadd4d07b7f86ec96a4dad1a80f789a5cf9aa7a0217781ae 28.31MB / 55.67MB 0.5s + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JObK5A + umask 022 + cd /root/rpmbuild/BUILD + cd src + mkdir -p /go/src/github.com/docker + rm -f /go/src/github.com/docker/cli + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli + pushd /go/src/github.com/docker/cli /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src + VERSION=0.0.0-20240120124445-f18a476 + GITCOMMIT=f18a476 + GO_LINKMODE=dynamic + ./scripts/build/binary Building dynamic docker-linux-arm64 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:40:22Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker #12 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.4s done #10 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 0.1s #10 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 1.6s done #10 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 #13 9.217 Get:339 http://deb.debian.org/debian bookworm/main armhf libmldbm-perl all 2.05-4 [16.8 kB] #13 9.217 Get:340 http://deb.debian.org/debian bookworm/main armhf libmoox-aliases-perl all 0.001006-2 [7156 B] #13 9.217 Get:341 http://deb.debian.org/debian bookworm/main armhf libmouse-perl armhf 2.5.10-1+b3 [166 kB] #13 9.217 Get:342 http://deb.debian.org/debian bookworm/main armhf libpackage-stash-xs-perl armhf 0.30-1+b1 [18.2 kB] #13 9.217 Get:343 http://deb.debian.org/debian bookworm/main armhf libpath-iterator-rule-perl all 1.015-2 [41.7 kB] #13 9.217 Get:344 http://deb.debian.org/debian bookworm/main armhf libperlio-gzip-perl armhf 0.20-1+b1 [16.3 kB] #13 9.217 Get:345 http://deb.debian.org/debian bookworm/main armhf libperlio-utf8-strict-perl armhf 0.010-1 [10.9 kB] #13 9.217 Get:346 http://deb.debian.org/debian bookworm/main armhf libpod-parser-perl all 1.65-1 [96.3 kB] #13 9.217 Get:347 http://deb.debian.org/debian bookworm/main armhf libpod-constants-perl all 0.19-2 [17.3 kB] #13 9.217 Get:348 http://deb.debian.org/debian bookworm/main armhf libproc-processtable-perl armhf 0.634-1+b2 [42.9 kB] #13 9.217 Get:349 http://deb.debian.org/debian bookworm/main armhf libre2-9 armhf 20220601+dfsg-1+b1 [148 kB] #13 9.217 Get:350 http://deb.debian.org/debian bookworm/main armhf libre-engine-re2-perl armhf 0.17+ds-1 [17.9 kB] #13 9.217 Get:351 http://deb.debian.org/debian bookworm/main armhf libreadonly-perl all 2.050-3 [23.1 kB] #13 9.217 Get:352 http://deb.debian.org/debian bookworm/main armhf libref-util-perl all 0.204-2 [17.4 kB] #13 9.218 Get:353 http://deb.debian.org/debian bookworm/main armhf libref-util-xs-perl armhf 0.117-2+b1 [13.0 kB] #13 9.218 Get:354 http://deb.debian.org/debian bookworm/main armhf libregexp-pattern-license-perl all 3.9.4-3 [93.3 kB] #13 9.220 Get:355 http://deb.debian.org/debian bookworm/main armhf libregexp-pattern-perl all 0.2.14-2 [18.7 kB] #13 9.221 Get:356 http://deb.debian.org/debian bookworm/main armhf libregexp-wildcards-perl all 1.05-3 [14.1 kB] #13 9.223 Get:357 http://deb.debian.org/debian bookworm/main armhf libsasl2-modules armhf 2.1.28+dfsg-10 [58.6 kB] #13 9.224 Get:358 http://deb.debian.org/debian bookworm/main armhf libsereal-decoder-perl armhf 5.003+ds-1 [92.7 kB] #13 9.227 Get:359 http://deb.debian.org/debian bookworm/main armhf libsereal-encoder-perl armhf 5.003+ds-1 [95.0 kB] #13 9.233 Get:360 http://deb.debian.org/debian bookworm/main armhf libset-intspan-perl all 1.19-3 [25.3 kB] #13 9.235 Get:361 http://deb.debian.org/debian bookworm/main armhf libtask-weaken-perl all 1.06-2 [9364 B] #13 9.240 Get:362 http://deb.debian.org/debian bookworm/main armhf libxml-parser-perl armhf 2.46-4 [197 kB] #13 9.240 Get:363 http://deb.debian.org/debian bookworm/main armhf libsoap-lite-perl all 1.27-3 [239 kB] #13 9.240 Get:364 http://deb.debian.org/debian bookworm/main armhf libsocket6-perl armhf 0.29-3 [20.5 kB] #13 9.242 Get:365 http://deb.debian.org/debian bookworm/main armhf libstring-copyright-perl all 0.003014-1 [23.4 kB] #13 9.243 Get:366 http://deb.debian.org/debian bookworm/main armhf libstring-escape-perl all 2010.002-3 [18.7 kB] #13 9.244 Get:367 http://deb.debian.org/debian bookworm/main armhf libstring-license-perl all 0.0.2-1 [34.3 kB] #13 9.245 Get:368 http://deb.debian.org/debian bookworm/main armhf libstring-shellquote-perl all 1.04-3 [11.9 kB] #13 9.247 Get:369 http://deb.debian.org/debian bookworm/main armhf libsys-cpuaffinity-perl armhf 1.13~03-2+b1 [33.1 kB] #13 9.249 Get:370 http://deb.debian.org/debian bookworm/main armhf libterm-readkey-perl armhf 2.38-2+b1 [23.4 kB] #13 9.250 Get:371 http://deb.debian.org/debian bookworm/main armhf libtext-levenshteinxs-perl armhf 0.03-5+b1 [7896 B] #13 9.252 Get:372 http://deb.debian.org/debian bookworm/main armhf libtext-markdown-discount-perl armhf 0.16-1 [12.8 kB] #13 9.255 Get:373 http://deb.debian.org/debian bookworm/main armhf libtext-xslate-perl armhf 3.5.9-1+b2 [194 kB] #13 9.255 Get:374 http://deb.debian.org/debian bookworm/main armhf libtime-duration-perl all 1.21-2 [13.1 kB] #13 9.256 Get:375 http://deb.debian.org/debian bookworm/main armhf libtime-moment-perl armhf 0.44-2+b1 [72.3 kB] #13 9.258 Get:376 http://deb.debian.org/debian bookworm/main armhf libtype-tiny-xs-perl armhf 0.025-1 [24.3 kB] #13 9.259 Get:377 http://deb.debian.org/debian bookworm/main armhf libunicode-utf8-perl armhf 0.62-2 [19.3 kB] #13 9.261 Get:378 http://deb.debian.org/debian bookworm/main armhf libwww-mechanize-perl all 2.16-1 [116 kB] #13 9.262 Get:379 http://deb.debian.org/debian bookworm/main armhf libxdelta2 armhf 1.1.3-10.4 [41.9 kB] #13 9.264 Get:380 http://deb.debian.org/debian bookworm/main armhf libxext6 armhf 2:1.3.4-1+b1 [47.8 kB] #13 9.266 Get:381 http://deb.debian.org/debian bookworm/main armhf libxml-namespacesupport-perl all 1.12-2 [15.1 kB] #13 9.268 Get:382 http://deb.debian.org/debian bookworm/main armhf libxml-sax-base-perl all 1.09-3 [20.6 kB] #13 9.268 Get:383 http://deb.debian.org/debian bookworm/main armhf libxml-sax-perl all 1.02+dfsg-3 [59.4 kB] #13 9.268 Get:384 http://deb.debian.org/debian bookworm/main armhf libxml-libxml-perl armhf 2.0207+dfsg+really+2.0134-1+b1 [307 kB] #13 9.272 Get:385 http://deb.debian.org/debian bookworm/main armhf libxml-sax-expat-perl all 0.51-2 [11.1 kB] #13 9.274 Get:386 http://deb.debian.org/debian bookworm/main armhf libxmlrpc-lite-perl all 0.717-5 [22.4 kB] #13 9.274 Get:387 http://deb.debian.org/debian bookworm/main armhf libxmuu1 armhf 2:1.1.3-3 [23.3 kB] #13 9.277 Get:388 http://deb.debian.org/debian bookworm/main armhf libxstring-perl armhf 0.005-2+b1 [8160 B] #13 9.278 Get:389 http://deb.debian.org/debian bookworm/main armhf libyaml-0-2 armhf 0.2.5-1 [46.8 kB] #13 9.280 Get:390 http://deb.debian.org/debian bookworm/main armhf libyaml-libyaml-perl armhf 0.86+ds-1 [32.2 kB] #13 9.292 Get:391 http://deb.debian.org/debian bookworm/main armhf licensecheck all 3.3.5-1 [49.8 kB] #13 9.293 Get:392 http://deb.debian.org/debian bookworm/main armhf plzip armhf 1.10-5 [57.5 kB] #13 9.294 Get:393 http://deb.debian.org/debian bookworm/main armhf lzop armhf 1.04-2 [82.2 kB] #13 9.296 Get:394 http://deb.debian.org/debian bookworm/main armhf t1utils armhf 1.41-4 [54.7 kB] #13 9.298 Get:395 http://deb.debian.org/debian bookworm/main armhf unzip armhf 6.0-28 [152 kB] #13 9.307 Get:396 http://deb.debian.org/debian bookworm/main armhf lintian all 2.116.3 [1130 kB] #13 9.307 Get:397 http://deb.debian.org/debian bookworm/main armhf lsb-release all 12.0-1 [6416 B] #13 9.308 Get:398 http://deb.debian.org/debian bookworm/main armhf manpages-dev all 6.03-2 [2030 kB] #13 9.316 Get:399 http://deb.debian.org/debian bookworm/main armhf pbzip2 armhf 1.1.13-1 [44.1 kB] #13 9.319 Get:400 http://deb.debian.org/debian bookworm/main armhf pixz armhf 1.0.7-2 [19.5 kB] #13 9.319 Get:401 http://deb.debian.org/debian bookworm/main armhf xdelta armhf 1.1.3-10.4 [26.0 kB] #13 9.319 Get:402 http://deb.debian.org/debian bookworm/main armhf xdelta3 armhf 3.0.11-dfsg-1.2 [66.6 kB] #13 9.325 Get:403 http://deb.debian.org/debian bookworm/main armhf pristine-tar armhf 1.50 [103 kB] #13 9.328 Get:404 http://deb.debian.org/debian bookworm/main armhf publicsuffix all 20230209.2326-1 [126 kB] #13 9.329 Get:405 http://deb.debian.org/debian bookworm/main armhf python-apt-common all 2.6.0 [64.3 kB] #13 9.331 Get:406 http://deb.debian.org/debian bookworm/main armhf python3-apt armhf 2.6.0 [144 kB] #13 9.332 Get:407 http://deb.debian.org/debian bookworm/main armhf python3-certifi all 2022.9.24-1 [153 kB] #13 9.339 Get:408 http://deb.debian.org/debian bookworm/main armhf python3-charset-normalizer all 3.0.1-2 [49.3 kB] #13 9.339 Get:409 http://deb.debian.org/debian bookworm/main armhf python3-idna all 3.3-1 [39.4 kB] #13 9.339 Get:410 http://deb.debian.org/debian bookworm/main armhf python3-magic all 2:0.4.26-3 [14.5 kB] #13 9.339 Get:411 http://deb.debian.org/debian bookworm/main armhf python3-six all 1.16.0-4 [17.5 kB] #13 9.339 Get:412 http://deb.debian.org/debian bookworm/main armhf python3-urllib3 all 1.26.12-1 [117 kB] #13 9.339 Get:413 http://deb.debian.org/debian bookworm/main armhf python3-requests all 2.28.1+dfsg-1 [67.9 kB] #13 9.342 Get:414 http://deb.debian.org/debian bookworm/main armhf python3-unidiff all 0.7.3-1 [11.7 kB] #13 9.342 Get:415 http://deb.debian.org/debian bookworm/main armhf shared-mime-info armhf 2.2-1 [726 kB] #13 9.352 Get:416 http://deb.debian.org/debian bookworm/main armhf strace armhf 6.1-0.1 [1175 kB] #13 9.360 Get:417 http://deb.debian.org/debian bookworm/main armhf xauth armhf 1:1.1.2-1 [33.2 kB] #13 9.361 Get:418 http://deb.debian.org/debian bookworm/main armhf xdg-user-dirs armhf 0.18-1 [53.4 kB] #13 9.367 Get:419 http://deb.debian.org/debian bookworm/main armhf zstd armhf 1.5.4+dfsg2-5 [611 kB] #12 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 2.1s done #12 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 #12 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 1.6s done #10 sha256:14a668eb019584bccadd4d07b7f86ec96a4dad1a80f789a5cf9aa7a0217781ae 35.65MB / 55.67MB 0.6s #10 sha256:14a668eb019584bccadd4d07b7f86ec96a4dad1a80f789a5cf9aa7a0217781ae 42.99MB / 55.67MB 0.7s #10 sha256:14a668eb019584bccadd4d07b7f86ec96a4dad1a80f789a5cf9aa7a0217781ae 53.48MB / 55.67MB 0.8s #13 9.582 debconf: delaying package configuration, since apt-utils is not installed #10 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 1.5s done #10 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 #12 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 #10 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 1.5s done #10 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 #10 ... #12 [stage-1 2/8] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial #12 DONE 3.4s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:14a668eb019584bccadd4d07b7f86ec96a4dad1a80f789a5cf9aa7a0217781ae #10 sha256:14a668eb019584bccadd4d07b7f86ec96a4dad1a80f789a5cf9aa7a0217781ae 55.67MB / 55.67MB 0.9s done #12 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 #13 9.616 Fetched 168 MB in 2s (83.2 MB/s) #13 9.644 Selecting previously unselected package perl-modules-5.36. #13 9.644 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6092 files and directories currently installed.) #13 9.644 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7+deb12u1_all.deb ... #13 9.650 Unpacking perl-modules-5.36 (5.36.0-7+deb12u1) ... #10 ... #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 0.846 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB] #14 1.452 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB] #14 1.599 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [109 kB] #14 1.743 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB] #14 1.896 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/restricted armhf Packages [13.3 kB] #14 1.910 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf Packages [1701 kB] #14 2.256 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse armhf Packages [199 kB] #14 2.276 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/universe armhf Packages [16.8 MB] #14 3.621 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse armhf Packages [3845 B] #14 3.621 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf Packages [934 kB] #14 3.661 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf Packages [983 kB] #14 4.172 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted armhf Packages [15.2 kB] #14 4.359 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe armhf Packages [26.2 kB] #14 4.410 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main armhf Packages [49.9 kB] #14 4.535 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe armhf Packages [728 kB] #14 4.816 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted armhf Packages [14.3 kB] #14 4.816 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse armhf Packages [1201 B] #14 4.816 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/main armhf Packages [670 kB] #14 4.909 Fetched 22.7 MB in 5s (5003 kB/s) #14 4.909 Reading package lists... #14 6.056 Reading package lists... #14 7.116 Building dependency tree... #14 7.304 Reading state information... #14 7.520 The following additional packages will be installed: #14 7.520 autoconf automake autopoint autotools-dev binutils #14 7.520 binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential #14 7.520 bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit #14 7.520 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #14 7.520 dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++ #14 7.520 g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n #14 7.520 gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm #14 7.520 groff-base intltool-debian iso-codes less libalgorithm-diff-perl #14 7.520 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl #14 7.520 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 7.520 libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl #14 7.520 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #14 7.520 libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8 #14 7.520 libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl #14 7.520 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 7.520 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 7.520 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 7.520 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 7.520 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 7.520 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 7.520 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 7.520 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 7.520 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 7.520 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 7.520 libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl #14 7.520 libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl #14 7.520 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #14 7.520 libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl #14 7.520 libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 #14 7.520 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 7.520 libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl #14 7.520 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 7.520 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #14 7.520 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #14 7.520 libicu70 libimport-into-perl libio-html-perl libio-interactive-perl #14 7.520 libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl #14 7.520 libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl #14 7.520 libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl #14 7.520 libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl #14 7.520 libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl #14 7.520 liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl #14 7.520 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 7.520 liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7 #14 7.520 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 7.520 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 7.520 libmath-base85-perl libmd0 libmodule-implementation-perl #14 7.520 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl #14 7.520 libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl #14 7.520 libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl #14 7.520 libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl #14 7.520 libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev #14 7.520 libnumber-compare-perl libobject-id-perl libpackage-stash-perl #14 7.520 libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl #14 7.520 libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl #14 7.520 libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl #14 7.520 libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib #14 7.520 libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9 #14 7.520 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #14 7.520 libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl #14 7.520 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #14 7.520 libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl #14 7.520 libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4 #14 7.520 libstdc++-11-dev libstrictures-perl libstring-copyright-perl #14 7.520 libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl #14 7.520 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #14 7.520 libsub-name-perl libsub-override-perl libsub-quote-perl #14 7.520 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 7.520 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 7.520 libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl #14 7.520 libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl #14 7.520 libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0 #14 7.520 libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl #14 7.520 libwebp7 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 #14 7.520 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl #14 7.520 libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl #14 7.520 libxml-sax-perl libxml2 libxmuu1 libxpm4 libxs-parse-keyword-perl #14 7.520 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev #14 7.520 lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev #14 7.520 media-types netbase openssh-client openssl patch patchutils perl #14 7.520 perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf #14 7.520 publicsuffix python-apt-common python3 python3-apt python3-certifi #14 7.520 python3-chardet python3-debian python3-gpg python3-idna python3-magic #14 7.520 python3-minimal python3-pkg-resources python3-requests python3-six #14 7.520 python3-unidiff python3-urllib3 python3-xdg python3.10 python3.10-minimal #14 7.520 readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils #14 7.520 zstd #14 7.528 Suggested packages: #14 7.528 autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc #14 7.528 gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone #14 7.528 bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope #14 7.528 disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help #14 7.528 libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #14 7.528 libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts #14 7.528 postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m #14 7.528 debian-keyring libsoap-lite-perl pristine-tar dbus-user-session #14 7.528 libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync #14 7.528 gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev #14 7.528 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email #14 7.528 git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage #14 7.528 scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr #14 7.528 libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl #14 7.528 libscalar-number-perl libsasl2-modules-gssapi-mit #14 7.528 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #14 7.528 libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl #14 7.528 libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler #14 7.528 gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl #14 7.528 libxml-sax-expatxs-perl bash-completion binutils-multiarch #14 7.528 libtext-template-perl m4-doc make-doc apparmor www-browser keychain #14 7.528 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #14 7.528 libterm-readline-gnu-perl | libterm-readline-perl-perl #14 7.528 libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc #14 7.528 python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools #14 7.528 python3-cryptography python3-openssl python3-socks python-requests-doc #14 7.528 python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc #14 7.972 The following NEW packages will be installed: #14 7.972 autoconf automake autopoint autotools-dev binutils #14 7.972 binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential #14 7.972 bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit #14 7.972 devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr #14 7.972 distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config #14 7.972 fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git #14 7.972 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client #14 7.972 gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes less #14 7.972 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #14 7.972 libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 7.972 libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl #14 7.972 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #14 7.972 libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8 #14 7.972 libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl #14 7.972 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 7.972 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 7.972 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 7.972 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 7.972 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 7.972 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 7.972 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 7.972 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 7.972 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 7.972 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 7.972 libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl #14 7.972 libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl #14 7.972 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #14 7.972 libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl #14 7.972 libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 #14 7.972 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 7.972 libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl #14 7.972 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 7.972 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #14 7.972 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #14 7.972 libicu70 libimport-into-perl libio-html-perl libio-interactive-perl #14 7.972 libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl #14 7.972 libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl #14 7.972 libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl #14 7.972 libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl #14 7.972 libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl #14 7.972 liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl #14 7.972 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 7.972 liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7 #14 7.972 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 7.972 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 7.972 libmath-base85-perl libmd0 libmodule-implementation-perl #14 7.972 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl #14 7.972 libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl #14 7.972 libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl #14 7.972 libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl #14 7.972 libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev #14 7.972 libnumber-compare-perl libobject-id-perl libpackage-stash-perl #14 7.972 libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl #14 7.972 libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl #14 7.972 libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl #14 7.972 libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib #14 7.972 libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9 #14 7.972 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #14 7.972 libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl #14 7.972 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #14 7.972 libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl #14 7.972 libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4 #14 7.972 libstdc++-11-dev libstrictures-perl libstring-copyright-perl #14 7.972 libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl #14 7.972 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #14 7.972 libsub-name-perl libsub-override-perl libsub-quote-perl #14 7.972 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 7.972 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 7.972 libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl #14 7.972 libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl #14 7.972 libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0 #14 7.972 libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl #14 7.972 libwebp7 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 #14 7.972 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl #14 7.972 libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl #14 7.972 libxml-sax-perl libxml2 libxmuu1 libxpm4 libxs-parse-keyword-perl #14 7.972 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev #14 7.972 lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev #14 7.972 media-types netbase openssh-client openssl patch patchutils perl #14 7.972 perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf #14 7.972 publicsuffix python-apt-common python3 python3-apt python3-certifi #14 7.972 python3-chardet python3-debian python3-gpg python3-idna python3-magic #14 7.972 python3-minimal python3-pkg-resources python3-requests python3-six #14 7.972 python3-unidiff python3-urllib3 python3-xdg python3.10 python3.10-minimal #14 7.972 readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils #14 7.972 zstd #14 8.394 0 upgraded, 366 newly installed, 0 to remove and 8 not upgraded. #14 8.394 Need to get 114 MB of archives. #14 8.394 After this operation, 378 MB of additional disk space will be used. #14 8.394 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblocale-gettext-perl armhf 1.07-4build3 [16.2 kB] #14 8.541 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3.10-minimal armhf 3.10.12-1~22.04.3 [796 kB] #14 8.916 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libexpat1 armhf 2.4.7-1ubuntu0.2 [66.9 kB] #14 8.924 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3.10-minimal armhf 3.10.12-1~22.04.3 [1935 kB] #14 9.046 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-minimal armhf 3.10.6-1~22.04 [24.3 kB] #14 9.049 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf media-types all 7.0.0 [25.5 kB] #14 9.049 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB] #14 9.052 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf readline-common all 8.1.2-1 [53.5 kB] #14 9.053 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadline8 armhf 8.1.2-1 [128 kB] #14 9.058 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsqlite3-0 armhf 3.37.2-2ubuntu0.3 [549 kB] #14 9.089 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3.10-stdlib armhf 3.10.12-1~22.04.3 [1766 kB] #14 9.566 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3.10 armhf 3.10.12-1~22.04.3 [508 kB] #14 10.04 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3-stdlib armhf 3.10.6-1~22.04 [6910 B] #14 10.04 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3 armhf 3.10.6-1~22.04 [22.8 kB] #14 10.04 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf perl-modules-5.34 all 5.34.0-3ubuntu1.3 [2976 kB] #14 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #12 ... #13 [stage-1 2/9] RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then rm -f /usr/bin/man; dpkg-divert --quiet --remove --rename /usr/bin/man; fi #13 DONE 3.9s #10 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 1.6s done #10 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 0.1s #11 ... #13 [stage-1 2/7] RUN if [ -f /etc/yum.repos.d/CentOS-Sources.repo ]; then sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Sources.repo; fi #13 DONE 3.5s #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #11 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 1.9s done #11 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 0.1s #10 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 0.571 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] #13 0.585 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] #13 0.585 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] #13 0.757 Get:4 http://deb.debian.org/debian buster/main armhf Packages [7706 kB] #13 1.287 Get:5 http://deb.debian.org/debian-security buster/updates/main armhf Packages [575 kB] #13 1.913 Get:6 http://deb.debian.org/debian buster-updates/main armhf Packages [8784 B] #13 2.413 Fetched 8502 kB in 2s (4066 kB/s) #13 2.413 Reading package lists... #13 3.356 Reading package lists... #13 4.285 Building dependency tree... #13 4.463 Reading state information... #13 4.697 The following additional packages will be installed: #13 4.697 at autoconf automake autopoint autotools-dev binutils #13 4.697 binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential #13 4.697 bzip2 ca-certificates cpp cpp-8 cron dctrl-tools debhelper debian-keyring #13 4.697 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #13 4.698 dpkg-dev dput dwz exim4-base exim4-config exim4-daemon-light fakeroot file #13 4.698 g++ g++-8 gcc gcc-8 gettext gettext-base git-man gnupg gnupg-l10n #13 4.698 gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm #13 4.698 groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less #13 4.698 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #13 4.698 libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #13 4.698 libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl #13 4.698 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0 #13 4.698 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl #13 4.698 libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl #13 4.698 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #13 4.698 libcommon-sense-perl libconst-fast-perl libcontextual-return-perl #13 4.698 libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl #13 4.698 libdata-optlist-perl libdevel-callchecker-perl #13 4.698 libdevel-globaldestruction-perl libdigest-bubblebabble-perl #13 4.698 libdigest-hmac-perl libdistro-info-perl libdpkg-perl #13 4.698 libdynaloader-functions-perl libedit2 libemail-valid-perl #13 4.698 libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1 #13 4.698 libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl #13 4.698 libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl #13 4.698 libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl #13 4.698 libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev #13 4.698 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl #13 4.698 libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1 #13 4.699 libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl #13 4.699 libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl #13 4.699 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 4.699 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 4.699 libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl #13 4.699 libio-prompter-perl libio-pty-perl libio-sessiondata-perl #13 4.699 libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl #13 4.699 libipc-system-simple-perl libisl19 libjson-perl libjson-xs-perl libk5crypto3 #13 4.699 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libkyotocabinet16v5 #13 4.699 libldap-2.4-2 libldap-common liblist-compare-perl liblist-moreutils-perl #13 4.699 liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl #13 4.699 libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl #13 4.699 liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl #13 4.699 libmailutils5 libmariadb3 libmime-tools-perl libmodule-implementation-perl #13 4.699 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6 #13 4.699 libnamespace-clean-perl libncurses6 libnet-dns-perl libnet-dns-sec-perl #13 4.699 libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl #13 4.699 libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 #13 4.699 libnumber-compare-perl libnumber-range-perl libossp-uuid-perl libossp-uuid16 #13 4.699 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #13 4.699 libparams-util-perl libparams-validate-perl libparse-debianchangelog-perl #13 4.699 libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28 #13 4.699 libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7 #13 4.699 libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib #13 4.699 libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl #13 4.699 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #13 4.709 librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #13 4.709 libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2 #13 4.709 libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0 #13 4.709 libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl #13 4.709 libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl #13 4.709 libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl #13 4.709 libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl #13 4.709 libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl #13 4.709 libtest-fatal-perl libtest-refcount-perl libtext-glob-perl #13 4.709 libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl #13 4.709 libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 #13 4.709 libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl #13 4.709 libvariable-magic-perl libwant-perl libwrap0 libwww-perl #13 4.709 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 #13 4.709 libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #13 4.709 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl #13 4.709 libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2 #13 4.709 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base #13 4.709 lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev #13 4.709 mariadb-common mime-support mysql-common netbase openssh-client openssl #13 4.709 patch patchutils perl perl-modules-5.28 perl-openssl-defaults #13 4.709 pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3 #13 4.709 python3-apt python3-certifi python3-chardet python3-debian python3-gpg #13 4.709 python3-idna python3-magic python3-minimal python3-pkg-resources #13 4.709 python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg #13 4.709 python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info #13 4.709 strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils #13 4.709 Suggested packages: #13 4.709 autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican #13 4.709 | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate #13 4.709 checksecurity debtags dh-make adequate autopkgtest bls-standalone #13 4.709 check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs #13 4.709 dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl #13 4.709 libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #13 4.709 libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt #13 4.709 ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd #13 4.709 pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info #13 4.709 eximon4 spf-tools-perl swaks gcc-8-doc libstdc++6-8-dbg gcc-multilib flex #13 4.709 bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg #13 4.709 libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg #13 4.709 libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run #13 4.709 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs #13 4.709 git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery #13 4.709 libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user #13 4.709 libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl #13 4.709 libhtml-template-perl libsasl2-modules-gssapi-mit #13 4.709 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #13 4.709 libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl #13 4.709 libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl #13 4.709 libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler #13 4.709 gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl #13 4.709 libxml-sax-expatxs-perl bash-completion binutils-multiarch #13 4.709 libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc #13 4.709 apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed #13 4.709 diffutils-doc perl-doc libterm-readline-gnu-perl #13 4.709 | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl #13 4.709 pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv #13 4.709 python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography #13 4.709 python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support #13 4.709 readline-doc zip wdiff-doc #13 6.714 The following NEW packages will be installed: #13 6.714 at autoconf automake autopoint autotools-dev binutils #13 6.714 binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential #13 6.714 bzip2 ca-certificates cpp cpp-8 cron curl dctrl-tools debhelper #13 6.714 debian-keyring devscripts dh-autoreconf dh-strip-nondeterminism diffstat #13 6.714 dirmngr distro-info-data dpkg-dev dput dwz equivs exim4-base exim4-config #13 6.714 exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 gettext gettext-base #13 6.714 git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client #13 6.715 gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs intltool-debian #13 6.715 iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl #13 6.715 libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl #13 6.715 libarchive-zip-perl libasan5 libassuan0 libasync-mergepoint-perl libatomic1 #13 6.715 libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl #13 6.715 libbinutils libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 #13 6.715 libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl #13 6.715 libclass-inspector-perl libclass-method-modifiers-perl #13 6.715 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #13 6.715 libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl #13 6.715 libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl #13 6.715 libdevel-callchecker-perl libdevel-globaldestruction-perl #13 6.715 libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl #13 6.715 libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl #13 6.715 libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1 #13 6.715 libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl #13 6.715 libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl #13 6.715 libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl #13 6.715 libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev #13 6.715 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl #13 6.715 libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1 #13 6.715 libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl #13 6.715 libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl #13 6.715 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 6.715 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 6.715 libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl #13 6.715 libio-prompter-perl libio-pty-perl libio-sessiondata-perl #13 6.715 libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl #13 6.715 libipc-system-simple-perl libisl19 libjson-perl libjson-xs-perl libk5crypto3 #13 6.715 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libkyotocabinet16v5 #13 6.715 libldap-2.4-2 libldap-common liblist-compare-perl liblist-moreutils-perl #13 6.715 liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl #13 6.715 libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl #13 6.715 liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl #13 6.715 libmailutils5 libmariadb3 libmime-tools-perl libmodule-implementation-perl #13 6.715 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6 #13 6.715 libnamespace-clean-perl libncurses6 libnet-dns-perl libnet-dns-sec-perl #13 6.715 libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl #13 6.715 libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 #13 6.715 libnumber-compare-perl libnumber-range-perl libossp-uuid-perl libossp-uuid16 #13 6.715 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #13 6.715 libparams-util-perl libparams-validate-perl libparse-debianchangelog-perl #13 6.715 libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28 #13 6.715 libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7 #13 6.715 libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib #13 6.716 libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl #13 6.716 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #13 6.716 librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #13 6.716 libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2 #13 6.716 libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0 #13 6.716 libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl #13 6.716 libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl #13 6.716 libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl #13 6.716 libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl #13 6.716 libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl #13 6.716 libtest-fatal-perl libtest-refcount-perl libtext-glob-perl #13 6.716 libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl #13 6.716 libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 #13 6.716 libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl #13 6.716 libvariable-magic-perl libwant-perl libwrap0 libwww-perl #13 6.716 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 #13 6.716 libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #13 6.716 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl #13 6.716 libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2 #13 6.716 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base #13 6.716 lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev #13 6.716 mariadb-common mime-support mysql-common netbase openssh-client openssl #13 6.716 patch patchutils perl perl-modules-5.28 perl-openssl-defaults #13 6.716 pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3 #13 6.717 python3-apt python3-certifi python3-chardet python3-debian python3-gpg #13 6.717 python3-idna python3-magic python3-minimal python3-pkg-resources #13 6.717 python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg #13 6.717 python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info #13 6.717 strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils #13 7.002 0 upgraded, 359 newly installed, 0 to remove and 0 not upgraded. #13 7.002 Need to get 156 MB of archives. #13 7.002 After this operation, 480 MB of additional disk space will be used. #13 7.002 Get:1 http://deb.debian.org/debian buster/main armhf sensible-utils all 0.0.12 [15.8 kB] #13 7.005 Get:2 http://deb.debian.org/debian buster/main armhf lsb-base all 10.2019051400 [28.4 kB] #13 7.005 Get:3 http://deb.debian.org/debian buster/main armhf cron armhf 3.0pl1-134+deb10u1 [95.3 kB] #13 7.012 Get:4 http://deb.debian.org/debian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [104 kB] #13 7.012 Get:5 http://deb.debian.org/debian buster/main armhf bsdmainutils armhf 11.1.2+b1 [186 kB] #13 7.012 Get:6 http://deb.debian.org/debian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB] #13 7.014 Get:7 http://deb.debian.org/debian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [828 kB] #13 7.028 Get:8 http://deb.debian.org/debian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.4 kB] #13 7.028 Get:9 http://deb.debian.org/debian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.8 kB] #13 7.028 Get:10 http://deb.debian.org/debian buster/main armhf man-db armhf 2.8.5-2 [1240 kB] #13 7.051 Get:11 http://deb.debian.org/debian buster/main armhf perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB] #13 7.089 Get:12 http://deb.debian.org/debian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB] #13 7.091 Get:13 http://deb.debian.org/debian buster/main armhf libperl5.28 armhf 5.28.1-6+deb10u1 [3207 kB] #13 7.129 Get:14 http://deb.debian.org/debian buster/main armhf perl armhf 5.28.1-6+deb10u1 [204 kB] #13 7.132 Get:15 http://deb.debian.org/debian buster/main armhf liblocale-gettext-perl armhf 1.07-3+b4 [18.4 kB] #13 7.133 Get:16 http://deb.debian.org/debian-security buster/updates/main armhf libssl1.1 armhf 1.1.1n-0+deb10u6 [1312 kB] #13 7.149 Get:17 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u6 [583 kB] #13 7.159 Get:18 http://deb.debian.org/debian-security buster/updates/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [79.9 kB] #13 7.159 Get:19 http://deb.debian.org/debian-security buster/updates/main armhf python3.7-minimal armhf 3.7.3-2+deb10u6 [1467 kB] #13 7.194 Get:20 http://deb.debian.org/debian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB] #13 7.194 Get:21 http://deb.debian.org/debian buster/main armhf mime-support all 3.62 [37.2 kB] #13 7.194 Get:22 http://deb.debian.org/debian buster/main armhf libmpdec2 armhf 2.4.2-2 [69.3 kB] #13 7.194 Get:23 http://deb.debian.org/debian buster/main armhf readline-common all 7.0-5 [70.6 kB] #13 7.194 Get:24 http://deb.debian.org/debian buster/main armhf libreadline7 armhf 7.0-5 [131 kB] #13 7.194 Get:25 http://deb.debian.org/debian-security buster/updates/main armhf libsqlite3-0 armhf 3.27.2-3+deb10u2 [561 kB] #13 7.194 Get:26 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u6 [1662 kB] #13 7.209 Get:27 http://deb.debian.org/debian-security buster/updates/main armhf python3.7 armhf 3.7.3-2+deb10u6 [331 kB] #13 7.214 Get:28 http://deb.debian.org/debian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB] #13 7.215 Get:29 http://deb.debian.org/debian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB] #13 7.217 Get:30 http://deb.debian.org/debian buster/main armhf less armhf 487-0.1+b1 [121 kB] #13 7.218 Get:31 http://deb.debian.org/debian buster/main armhf netbase all 5.6 [19.4 kB] #13 7.220 Get:32 http://deb.debian.org/debian-security buster/updates/main armhf bzip2 armhf 1.0.6-9.2~deb10u2 [46.9 kB] #13 7.223 Get:33 http://deb.debian.org/debian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB] #13 7.224 Get:34 http://deb.debian.org/debian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB] #13 7.226 Get:35 http://deb.debian.org/debian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.6 kB] #13 7.227 Get:36 http://deb.debian.org/debian buster/main armhf gettext-base armhf 0.19.8.1-9 [118 kB] #13 7.229 Get:37 http://deb.debian.org/debian-security buster/updates/main armhf krb5-locales all 1.17-3+deb10u6 [95.8 kB] #13 7.230 Get:38 http://deb.debian.org/debian buster/main armhf libkeyutils1 armhf 1.6-6 [13.9 kB] #13 7.231 Get:39 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5support0 armhf 1.17-3+deb10u6 [62.8 kB] #13 7.233 Get:40 http://deb.debian.org/debian-security buster/updates/main armhf libk5crypto3 armhf 1.17-3+deb10u6 [119 kB] #13 7.241 Get:41 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5-3 armhf 1.17-3+deb10u6 [324 kB] #13 7.248 Get:42 http://deb.debian.org/debian-security buster/updates/main armhf libgssapi-krb5-2 armhf 1.17-3+deb10u6 [137 kB] #13 7.251 Get:43 http://deb.debian.org/debian buster/main armhf libicu63 armhf 63.1-6+deb10u3 [8002 kB] #13 7.385 Get:44 http://deb.debian.org/debian-security buster/updates/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u6 [597 kB] #13 7.385 Get:45 http://deb.debian.org/debian buster/main armhf manpages all 4.16-2 [1295 kB] #13 7.395 Get:46 http://deb.debian.org/debian buster/main armhf libedit2 armhf 3.1-20181209-1 [79.5 kB] #13 7.395 Get:47 http://deb.debian.org/debian-security buster/updates/main armhf openssh-client armhf 1:7.9p1-10+deb10u4 [708 kB] #13 7.406 Get:48 http://deb.debian.org/debian buster/main armhf ucf all 3.0038+nmu1 [69.0 kB] #13 7.406 Get:49 http://deb.debian.org/debian buster/main armhf xz-utils armhf 5.2.4-1+deb10u1 [181 kB] #13 7.410 Get:50 http://deb.debian.org/debian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB] #13 7.410 Get:51 http://deb.debian.org/debian buster/main armhf at armhf 3.1.23-1 [46.7 kB] #13 7.412 Get:52 http://deb.debian.org/debian buster/main armhf libsigsegv2 armhf 2.12-2 [32.1 kB] #13 7.415 Get:53 http://deb.debian.org/debian buster/main armhf m4 armhf 1.4.18-2 [190 kB] #13 7.415 Get:54 http://deb.debian.org/debian buster/main armhf autoconf all 2.69-11 [341 kB] #13 7.419 Get:55 http://deb.debian.org/debian buster/main armhf autotools-dev all 20180224.1 [77.0 kB] #13 7.422 Get:56 http://deb.debian.org/debian buster/main armhf automake all 1:1.16.1-4 [771 kB] #13 7.435 Get:57 http://deb.debian.org/debian buster/main armhf autopoint all 0.19.8.1-9 [434 kB] #13 7.445 Get:58 http://deb.debian.org/debian buster/main armhf binutils-common armhf 2.31.1-16 [2073 kB] #13 7.471 Get:59 http://deb.debian.org/debian buster/main armhf libbinutils armhf 2.31.1-16 [302 kB] #13 7.475 Get:60 http://deb.debian.org/debian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16 [2101 kB] #13 7.497 Get:61 http://deb.debian.org/debian buster/main armhf binutils armhf 2.31.1-16 [56.7 kB] #13 7.499 Get:62 http://deb.debian.org/debian-security buster/updates/main armhf libc-dev-bin armhf 2.28-10+deb10u2 [268 kB] #13 7.508 Get:63 http://deb.debian.org/debian-security buster/updates/main armhf linux-libc-dev armhf 4.19.304-1 [1587 kB] #13 7.532 Get:64 http://deb.debian.org/debian-security buster/updates/main armhf libc6-dev armhf 2.28-10+deb10u2 [2150 kB] #13 7.561 Get:65 http://deb.debian.org/debian buster/main armhf libisl19 armhf 0.20-2 [455 kB] #13 7.570 Get:66 http://deb.debian.org/debian buster/main armhf libmpfr6 armhf 4.0.2-1 [731 kB] #13 7.583 Get:67 http://deb.debian.org/debian buster/main armhf libmpc3 armhf 1.1.0-1 [33.8 kB] #13 7.584 Get:68 http://deb.debian.org/debian buster/main armhf cpp-8 armhf 8.3.0-6 [6790 kB] #13 7.693 Get:69 http://deb.debian.org/debian buster/main armhf cpp armhf 4:8.3.0-1 [19.4 kB] #13 7.693 Get:70 http://deb.debian.org/debian buster/main armhf libcc1-0 armhf 8.3.0-6 [38.9 kB] #13 7.693 Get:71 http://deb.debian.org/debian buster/main armhf libgomp1 armhf 8.3.0-6 [64.8 kB] #13 7.693 Get:72 http://deb.debian.org/debian buster/main armhf libatomic1 armhf 8.3.0-6 [6740 B] #13 7.693 Get:73 http://deb.debian.org/debian buster/main armhf libasan5 armhf 8.3.0-6 [336 kB] #13 7.704 Get:74 http://deb.debian.org/debian buster/main armhf libubsan1 armhf 8.3.0-6 [103 kB] #13 7.704 Get:75 http://deb.debian.org/debian buster/main armhf libgcc-8-dev armhf 8.3.0-6 [612 kB] #13 7.707 Get:76 http://deb.debian.org/debian buster/main armhf gcc-8 armhf 8.3.0-6 [7229 kB] #13 7.808 Get:77 http://deb.debian.org/debian buster/main armhf gcc armhf 4:8.3.0-1 [5204 B] #13 7.808 Get:78 http://deb.debian.org/debian buster/main armhf libstdc++-8-dev armhf 8.3.0-6 [1584 kB] #13 7.838 Get:79 http://deb.debian.org/debian buster/main armhf g++-8 armhf 8.3.0-6 [7463 kB] #13 7.967 Get:80 http://deb.debian.org/debian buster/main armhf g++ armhf 4:8.3.0-1 [1624 B] #13 7.967 Get:81 http://deb.debian.org/debian buster/main armhf make armhf 4.2.1-1.2 [327 kB] #13 7.967 Get:82 http://deb.debian.org/debian buster/main armhf libdpkg-perl all 1.19.8 [1415 kB] #13 7.974 Get:83 http://deb.debian.org/debian buster/main armhf patch armhf 2.7.6-3+deb10u1 [123 kB] #13 7.974 Get:84 http://deb.debian.org/debian buster/main armhf dpkg-dev all 1.19.8 [1776 kB] #13 7.990 Get:85 http://deb.debian.org/debian buster/main armhf build-essential armhf 12.6 [7568 B] #13 7.991 Get:86 http://deb.debian.org/debian-security buster/updates/main armhf openssl armhf 1.1.1n-0+deb10u6 [829 kB] #13 8.000 Get:87 http://deb.debian.org/debian buster/main armhf ca-certificates all 20200601~deb10u2 [166 kB] #13 8.003 Get:88 http://deb.debian.org/debian buster/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-1+deb10u2 [67.4 kB] #13 8.005 Get:89 http://deb.debian.org/debian buster/main armhf libsasl2-2 armhf 2.1.27+dfsg-1+deb10u2 [98.9 kB] #13 8.006 Get:90 http://deb.debian.org/debian buster/main armhf libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB] #13 8.008 Get:91 http://deb.debian.org/debian buster/main armhf libldap-2.4-2 armhf 2.4.47+dfsg-3+deb10u7 [202 kB] #13 8.012 Get:92 http://deb.debian.org/debian-security buster/updates/main armhf libnghttp2-14 armhf 1.36.0-2+deb10u2 [75.2 kB] #13 8.013 Get:93 http://deb.debian.org/debian buster/main armhf libpsl5 armhf 0.20.2-2 [52.4 kB] #13 8.014 Get:94 http://deb.debian.org/debian buster/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2 [54.9 kB] #13 8.016 Get:95 http://deb.debian.org/debian-security buster/updates/main armhf libssh2-1 armhf 1.8.0-2.1+deb10u1 [130 kB] #13 8.018 Get:96 http://deb.debian.org/debian-security buster/updates/main armhf libcurl4 armhf 7.64.0-4+deb10u8 [301 kB] #13 8.021 Get:97 http://deb.debian.org/debian-security buster/updates/main armhf curl armhf 7.64.0-4+deb10u8 [259 kB] #13 8.025 Get:98 http://deb.debian.org/debian buster/main armhf dctrl-tools armhf 2.24-3 [96.0 kB] #13 8.027 Get:99 http://deb.debian.org/debian buster/main armhf libtool all 2.4.6-9 [547 kB] #13 8.033 Get:100 http://deb.debian.org/debian buster/main armhf dh-autoreconf all 19 [16.9 kB] #13 8.041 Get:101 http://deb.debian.org/debian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB] #13 8.044 Get:102 http://deb.debian.org/debian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB] #13 8.045 Get:103 http://deb.debian.org/debian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB] #13 8.046 Get:104 http://deb.debian.org/debian buster/main armhf dwz armhf 0.12-3 [72.0 kB] #13 8.049 Get:105 http://deb.debian.org/debian-security buster/updates/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u5 [1104 kB] #13 8.066 Get:106 http://deb.debian.org/debian buster/main armhf libcroco3 armhf 0.6.12-3 [133 kB] #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 3.5s done #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 3.5s done #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 #10 ... #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 0.812 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] #14 1.394 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB] #14 1.534 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB] #14 1.680 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB] #14 1.819 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf Packages [1227 kB] #14 2.117 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/multiverse armhf Packages [141 kB] #14 2.141 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf Packages [10.9 MB] #14 2.974 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/restricted armhf Packages [10.8 kB] #14 2.974 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted armhf Packages [21.9 kB] #14 2.984 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf Packages [1169 kB] #14 3.045 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse armhf Packages [9921 B] #14 3.347 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf Packages [1822 kB] #14 4.263 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe armhf Packages [27.8 kB] #14 4.270 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/main armhf Packages [54.7 kB] #14 4.270 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted armhf Packages [21.6 kB] #14 4.270 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/universe armhf Packages [884 kB] #14 4.322 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse armhf Packages [5099 B] #14 4.322 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf Packages [1462 kB] #14 4.470 Fetched 18.4 MB in 4s (4476 kB/s) #14 4.470 Reading package lists... #14 5.576 Reading package lists... #14 6.650 Building dependency tree... #14 6.826 Reading state information... #14 7.074 The following additional packages will be installed: #14 7.074 at autoconf automake autopoint autotools-dev binutils #14 7.074 binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential #14 7.074 ca-certificates cpp cpp-9 dctrl-tools debhelper dh-autoreconf #14 7.074 dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz #14 7.074 fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git-man #14 7.074 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server #14 7.074 gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less #14 7.074 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #14 7.074 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 7.074 libarray-intspan-perl libasan5 libasn1-8-heimdal libassuan0 #14 7.074 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl #14 7.074 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #14 7.074 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0 #14 7.074 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #14 7.074 libcommon-sense-perl libconst-fast-perl libcontextual-return-perl #14 7.074 libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0 #14 7.074 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl #14 7.074 libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl #14 7.074 libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl #14 7.074 libdpkg-perl libdynaloader-functions-perl libedit2 libelf1 #14 7.074 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1 #14 7.074 libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl #14 7.074 libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl #14 7.074 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #14 7.074 libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl #14 7.074 libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl #14 7.074 libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data #14 7.074 libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal #14 7.074 libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal #14 7.074 libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl #14 7.074 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl #14 7.074 libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #14 7.074 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #14 7.074 libhx509-5-heimdal libicu66 libidn11 libimport-into-perl #14 7.074 libio-async-loop-epoll-perl libio-async-perl libio-html-perl #14 7.074 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 7.074 libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22 #14 7.074 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1 #14 7.074 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 #14 7.074 libldap-common liblinux-epoll-perl liblist-compare-perl #14 7.074 liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl #14 7.074 liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl #14 7.074 libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl #14 7.074 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl #14 7.074 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl #14 7.074 libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6 #14 7.074 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl #14 7.074 libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl #14 7.074 libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 #14 7.074 libnumber-compare-perl libnumber-range-perl libobject-id-perl #14 7.074 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 7.074 libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl #14 7.074 libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl #14 7.074 libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib #14 7.074 libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5 #14 7.074 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #14 7.074 libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal #14 7.074 librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #14 7.074 libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2 #14 7.074 libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1 #14 7.074 libstdc++-9-dev libstrictures-perl libstring-copyright-perl #14 7.074 libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl #14 7.074 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #14 7.074 libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl #14 7.074 libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl #14 7.074 libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl #14 7.074 libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl #14 7.074 libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0 #14 7.074 libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl #14 7.074 libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data #14 7.074 libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 7.074 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 7.074 libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1 #14 7.074 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev #14 7.074 lsb-release m4 make man-db manpages manpages-dev mime-support netbase #14 7.074 openssh-client openssl patch patchutils perl perl-modules-5.30 #14 7.074 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 7.074 python-apt-common python3 python3-apt python3-certifi python3-chardet #14 7.074 python3-debian python3-gpg python3-idna python3-magic python3-minimal #14 7.074 python3-pkg-resources python3-requests python3-six python3-unidiff #14 7.074 python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common #14 7.074 shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs #14 7.074 xz-utils #14 7.074 Suggested packages: #14 7.074 default-mta | mail-transport-agent autoconf-archive gnu-standards #14 7.074 autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc #14 7.074 gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx #14 7.074 | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope #14 7.074 disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl #14 7.074 libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #14 7.074 libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt #14 7.074 ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl #14 7.074 dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko #14 7.074 mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex #14 7.074 bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev #14 7.074 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el #14 7.074 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie #14 7.074 xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n #14 7.074 krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl #14 7.074 libscalar-number-perl libsasl2-modules-gssapi-mit #14 7.074 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #14 7.074 libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl #14 7.074 libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler #14 7.074 gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl #14 7.074 libxml-sax-expatxs-perl bash-completion binutils-multiarch #14 7.074 libtext-template-perl m4-doc make-doc apparmor www-browser keychain #14 7.074 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #14 7.074 libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl #14 7.074 liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk #14 7.074 python3-venv python3-apt-dbg python-apt-doc python3-setuptools #14 7.074 python3-cryptography python3-openssl python3-socks python3.8-venv #14 7.074 python3.8-doc binfmt-support readline-doc zip wdiff-doc #14 7.562 The following NEW packages will be installed: #14 7.562 at autoconf automake autopoint autotools-dev binutils #14 7.562 binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential #14 7.562 ca-certificates cpp cpp-9 curl dctrl-tools debhelper devscripts #14 7.562 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #14 7.562 dpkg-dev dput dwz equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base #14 7.562 gettext gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent #14 7.562 gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian #14 7.562 iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl #14 7.562 libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl #14 7.562 libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal #14 7.562 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl #14 7.562 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #14 7.562 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0 #14 7.562 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #14 7.562 libcommon-sense-perl libconst-fast-perl libcontextual-return-perl #14 7.562 libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0 #14 7.562 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl #14 7.562 libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl #14 7.562 libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl #14 7.562 libdpkg-perl libdynaloader-functions-perl libedit2 libelf1 #14 7.562 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1 #14 7.562 libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl #14 7.562 libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl #14 7.562 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #14 7.562 libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl #14 7.562 libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl #14 7.562 libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data #14 7.562 libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal #14 7.562 libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal #14 7.562 libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl #14 7.562 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl #14 7.562 libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #14 7.562 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #14 7.562 libhx509-5-heimdal libicu66 libidn11 libimport-into-perl #14 7.562 libio-async-loop-epoll-perl libio-async-perl libio-html-perl #14 7.562 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 7.562 libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22 #14 7.562 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1 #14 7.562 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 #14 7.562 libldap-common liblinux-epoll-perl liblist-compare-perl #14 7.562 liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl #14 7.562 liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl #14 7.562 libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl #14 7.562 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl #14 7.562 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl #14 7.562 libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6 #14 7.562 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl #14 7.562 libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl #14 7.562 libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 #14 7.562 libnumber-compare-perl libnumber-range-perl libobject-id-perl #14 7.562 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 7.562 libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl #14 7.562 libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl #14 7.562 libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib #14 7.562 libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5 #14 7.562 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #14 7.562 libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal #14 7.562 librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #14 7.562 libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2 #14 7.562 libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1 #14 7.562 libstdc++-9-dev libstrictures-perl libstring-copyright-perl #14 7.562 libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl #14 7.562 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #14 7.562 libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl #14 7.562 libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl #14 7.562 libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl #14 7.562 libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl #14 7.562 libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0 #14 7.562 libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl #14 7.562 libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data #14 7.562 libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 7.562 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 7.562 libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1 #14 7.562 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev #14 7.562 lsb-release m4 make man-db manpages manpages-dev mime-support netbase #14 7.562 openssh-client openssl patch patchutils perl perl-modules-5.30 #14 7.562 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 7.562 python-apt-common python3 python3-apt python3-certifi python3-chardet #14 7.562 python3-debian python3-gpg python3-idna python3-magic python3-minimal #14 7.562 python3-pkg-resources python3-requests python3-six python3-unidiff #14 7.562 python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common #14 7.562 shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs #14 7.562 xz-utils #14 8.093 0 upgraded, 349 newly installed, 0 to remove and 8 not upgraded. #14 8.093 Need to get 91.6 MB of archives. #14 8.093 After this operation, 362 MB of additional disk space will be used. #14 8.093 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblocale-gettext-perl armhf 1.07-4 [16.2 kB] #14 8.241 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssl1.1 armhf 1.1.1f-1ubuntu2.20 [1083 kB] #14 8.655 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-minimal armhf 3.8.10-0ubuntu1~20.04.9 [708 kB] #14 8.707 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libexpat1 armhf 2.2.9-1ubuntu0.6 [55.1 kB] #14 8.711 Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8-minimal armhf 3.8.10-0ubuntu1~20.04.9 [1584 kB] #14 8.785 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-minimal armhf 3.8.2-0ubuntu2 [23.6 kB] #14 8.787 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf mime-support all 3.64ubuntu1 [30.6 kB] #14 8.790 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpdec2 armhf 2.4.2-3 [66.8 kB] #14 8.792 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf readline-common all 8.0-4 [53.5 kB] #14 8.796 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadline8 armhf 8.0-4 [109 kB] #14 8.800 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsqlite3-0 armhf 3.31.1-4ubuntu0.6 [468 kB] #14 8.965 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-stdlib armhf 3.8.10-0ubuntu1~20.04.9 [1601 kB] #14 9.560 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8 armhf 3.8.10-0ubuntu1~20.04.9 [387 kB] #14 9.574 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpython3-stdlib armhf 3.8.2-0ubuntu2 [7068 B] #14 9.574 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3 armhf 3.8.2-0ubuntu2 [47.6 kB] #14 9.574 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbsd0 armhf 0.10.0-1 [49.8 kB] #14 9.575 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bsdmainutils armhf 11.1.2ubuntu3 [176 kB] #14 9.581 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libuchardet0 armhf 0.0.6-3build1 [62.4 kB] #14 9.584 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf groff-base armhf 1.22.4-4build1 [759 kB] #14 9.608 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm6 armhf 1.18.1-5 [24.5 kB] #14 9.608 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpipeline1 armhf 1.5.2-2build1 [23.5 kB] #14 9.609 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main armhf man-db armhf 2.9.1-1 [1077 kB] #14 9.809 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl-modules-5.30 all 5.30.0-9ubuntu0.5 [2739 kB] #14 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 ... #12 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bookworm@sha256:0f3c33faa9d7b1dac778e8afb5854080dcfbddeac7437265598c6076bb0ffc82 #12 extracting sha256:52fc6729ed423fd43d5ef1e36708b1419a9e16a7cbb712ff16beb1228375f5a8 10.8s done #12 extracting sha256:a13012f956efcd9e5769b72a981e6d9f1888440424e0b964a83f0cb915baf916 0.0s done #12 extracting sha256:6fe3b1e5b1e10b4dce757058fedfd9841ac4452c8bc6911027b40895bc6b32d5 done #12 extracting sha256:3612ba1bb511b04384b19625cce9aed392ed86a5dd6fda4851ab87dbfdbd97d1 done #12 extracting sha256:d353848d63653236779a7258fb17040ece128b248e2234232bab79a2444fdfb9 done #12 extracting sha256:a3bf02af01854bfb675092a27860195ca2881ae7a696d30a6aa9bd310ed31146 done #12 extracting sha256:50e13e7b2b49729dc12ff6a92189733f6f542097013be3b75a8c0cfeb8bfcc45 1.2s done #12 extracting sha256:b89eeb8864999dbd398af773f061994c21b4971e4b9b459cae7582a34d1aea3e done #12 DONE 17.7s #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #11 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 1.9s done #11 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 #11 ... #12 [stage-1 2/9] RUN if [ -f /etc/yum.repos.d/CentOS-Stream-Sources.repo ]; then sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Stream-Sources.repo; fi #12 DONE 3.4s #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #11 ... #13 [stage-1 3/9] RUN if [ -f /etc/yum.repos.d/CentOS-Stream-PowerTools.repo ]; then sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/CentOS-Stream-PowerTools.repo; fi #12 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 1.9s done #10 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e #10 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 2.2s done #10 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 0.1s #13 8.072 Get:107 http://deb.debian.org/debian-security buster/updates/main armhf libncurses6 armhf 6.1+20181013-2+deb10u5 [79.9 kB] #13 8.075 Get:108 http://deb.debian.org/debian buster/main armhf gettext armhf 0.19.8.1-9 [1242 kB] #13 8.106 Get:109 http://deb.debian.org/debian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB] #13 8.106 Get:110 http://deb.debian.org/debian buster/main armhf po-debconf all 1.0.21 [248 kB] #13 8.106 Get:111 http://deb.debian.org/debian buster/main armhf debhelper all 12.1.1 [1016 kB] #13 8.128 Get:112 http://deb.debian.org/debian buster/main armhf debian-keyring all 2019.02.25 [32.4 MB] #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #12 ... #13 [stage-1 2/9] RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then rm -f /usr/bin/man; dpkg-divert --quiet --remove --rename /usr/bin/man; fi #13 DONE 2.5s #12 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #13 10.16 Selecting previously unselected package libgdbm6:armhf. #13 10.16 Preparing to unpack .../1-libgdbm6_1.23-3_armhf.deb ... #13 10.17 Unpacking libgdbm6:armhf (1.23-3) ... #13 10.23 Selecting previously unselected package libgdbm-compat4:armhf. #13 10.23 Preparing to unpack .../2-libgdbm-compat4_1.23-3_armhf.deb ... #13 10.24 Unpacking libgdbm-compat4:armhf (1.23-3) ... #13 10.28 Selecting previously unselected package libperl5.36:armhf. #13 10.28 Preparing to unpack .../3-libperl5.36_5.36.0-7+deb12u1_armhf.deb ... #13 10.29 Unpacking libperl5.36:armhf (5.36.0-7+deb12u1) ... #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 #12 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 1.6s done #12 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 #13 DONE 5.5s #10 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 1.4s done #10 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 #11 ... #12 [stage-1 1/6] FROM docker.io/library/fedora:38@sha256:3f01c8f79691df76331cb4bb0944794a60850475e859c15e49513fcbe0a3d88a #12 resolve docker.io/library/fedora:38@sha256:3f01c8f79691df76331cb4bb0944794a60850475e859c15e49513fcbe0a3d88a 0.0s done #12 sha256:be78ca4be019fd6e9405d451d8a47085c741b56dc2ccfadd137f7eea7f93dcf5 2.00kB / 2.00kB done #12 sha256:3d928c985542784e5bc7c6fca298f5b3a4ac1bfec6b17159c10ceee12ce55b6f 65.59MB / 65.59MB 1.7s done #12 sha256:3f01c8f79691df76331cb4bb0944794a60850475e859c15e49513fcbe0a3d88a 975B / 975B done #12 sha256:a4e49f4139ee6bb525531b17d5948ace182abc6aaff5086b146e7d2a830d708b 529B / 529B done #12 extracting sha256:3d928c985542784e5bc7c6fca298f5b3a4ac1bfec6b17159c10ceee12ce55b6f 2.8s done #12 DONE 4.8s #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 2.0s done #10 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 #13 0.935 Get:1 http://archive.raspbian.org/raspbian bookworm InRelease [15.0 kB] #12 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 0.500 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] #13 0.511 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] #13 0.511 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] #13 0.619 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB] #13 0.734 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [581 kB] #13 0.832 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] #13 2.167 Fetched 8712 kB in 2s (4537 kB/s) #13 2.167 Reading package lists... #13 2.922 Reading package lists... #13 3.655 Building dependency tree... #13 3.791 Reading state information... #13 3.937 The following additional packages will be installed: #13 3.937 at autoconf automake autopoint autotools-dev binutils binutils-common #13 3.937 binutils-x86-64-linux-gnu bsdmainutils build-essential bzip2 ca-certificates #13 3.937 cpp cpp-8 cron dctrl-tools debhelper debian-keyring dh-autoreconf #13 3.937 dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz #13 3.937 exim4-base exim4-config exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 #13 3.937 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent #13 3.937 gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs #13 3.937 intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl #13 3.937 libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-inst2.0 #13 3.937 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libasan5 libassuan0 #13 3.937 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl #13 3.937 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0 #13 3.937 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl #13 3.937 libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl #13 3.937 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #13 3.937 libcommon-sense-perl libconst-fast-perl libcontextual-return-perl #13 3.937 libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl #13 3.937 libdata-optlist-perl libdevel-callchecker-perl #13 3.937 libdevel-globaldestruction-perl libdigest-bubblebabble-perl #13 3.937 libdigest-hmac-perl libdistro-info-perl libdpkg-perl #13 3.937 libdynaloader-functions-perl libedit2 libemail-valid-perl #13 3.937 libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1 #13 3.937 libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl #13 3.937 libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl #13 3.937 libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl #13 3.937 libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev #13 3.937 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl #13 3.937 libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1 #13 3.937 libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl #13 3.937 libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl #13 3.937 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 3.937 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 3.937 libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl #13 3.937 libio-prompter-perl libio-pty-perl libio-sessiondata-perl #13 3.937 libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl #13 3.937 libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl #13 3.937 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 #13 3.937 libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl #13 3.937 liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl #13 3.937 liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #13 3.937 liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1 #13 3.937 libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3 #13 3.937 libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl #13 3.937 libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl #13 3.937 libncurses6 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl #13 3.937 libnet-http-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl #13 3.937 libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl #13 3.937 libnumber-range-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl #13 3.937 libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl #13 3.937 libparams-validate-perl libparse-debianchangelog-perl #13 3.937 libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28 #13 3.937 libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7 #13 3.937 libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib #13 3.937 libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7 #13 3.937 libreadonly-perl libref-util-perl libref-util-xs-perl #13 3.937 libregexp-pattern-license-perl librole-tiny-perl librtmp1 libsasl2-2 #13 3.937 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #13 3.937 libsereal-encoder-perl libsereal-perl libsigsegv2 libsoap-lite-perl #13 3.937 libsort-key-perl libsort-versions-perl libsqlite3-0 libssh2-1 libssl1.1 #13 3.937 libstdc++-8-dev libstrictures-perl libstring-copyright-perl #13 3.937 libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl #13 3.937 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #13 3.937 libsub-install-perl libsub-name-perl libsub-quote-perl #13 3.937 libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl #13 3.937 libtest-fatal-perl libtest-refcount-perl libtext-glob-perl #13 3.937 libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0 #13 3.937 libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 #13 3.937 libuchardet0 libunbound8 libunicode-utf8-perl libunwind8 liburi-perl #13 3.937 libvariable-magic-perl libwant-perl libwrap0 libwww-perl #13 3.937 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 #13 3.937 libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #13 3.937 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl #13 3.937 libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2 #13 3.937 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base #13 3.937 lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev #13 3.937 mariadb-common mime-support mysql-common netbase openssh-client openssl #13 3.937 patch patchutils perl perl-modules-5.28 perl-openssl-defaults #13 3.941 pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3 #13 3.941 python3-apt python3-certifi python3-chardet python3-debian python3-gpg #13 3.941 python3-idna python3-magic python3-minimal python3-pkg-resources #13 3.941 python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg #13 3.941 python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info #13 3.941 strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils #13 3.941 Suggested packages: #13 3.941 autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican #13 3.941 | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate #13 3.941 checksecurity debtags dh-make adequate autopkgtest bls-standalone #13 3.941 check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs #13 3.941 dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl #13 3.941 libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #13 3.941 libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt #13 3.941 ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd #13 3.941 pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info #13 3.941 eximon4 spf-tools-perl swaks g++-multilib g++-8-multilib gcc-8-doc #13 3.941 libstdc++6-8-dbg gcc-multilib flex bison gdb gcc-doc gcc-8-multilib #13 3.941 libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan5-dbg #13 3.941 liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg libquadmath0-dbg #13 3.941 gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run #13 3.941 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs #13 3.941 git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery #13 3.941 libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user #13 3.941 libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl #13 3.941 libhtml-template-perl libsasl2-modules-gssapi-mit #13 3.941 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #13 3.941 libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl #13 3.941 libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl #13 3.941 libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler #13 3.941 gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl #13 3.941 libxml-sax-expatxs-perl bash-completion binutils-multiarch #13 3.941 libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc #13 3.941 apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed #13 3.941 diffutils-doc perl-doc libterm-readline-gnu-perl #13 3.941 | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl #13 3.941 pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv #13 3.941 python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography #13 3.941 python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support #13 3.941 readline-doc zip wdiff-doc #13 5.557 The following NEW packages will be installed: #13 5.557 at autoconf automake autopoint autotools-dev binutils binutils-common #13 5.557 binutils-x86-64-linux-gnu bsdmainutils build-essential bzip2 ca-certificates #13 5.557 cpp cpp-8 cron curl dctrl-tools debhelper debian-keyring devscripts #13 5.557 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #13 5.557 dpkg-dev dput dwz equivs exim4-base exim4-config exim4-daemon-light fakeroot #13 5.557 file g++ g++-8 gcc gcc-8 gettext gettext-base git git-man gnupg gnupg-l10n #13 5.557 gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm #13 5.557 groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less #13 5.557 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #13 5.557 libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #13 5.557 libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl #13 5.557 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0 #13 5.557 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl #13 5.557 libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl #13 5.557 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #13 5.557 libcommon-sense-perl libconst-fast-perl libcontextual-return-perl #13 5.557 libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl #13 5.557 libdata-optlist-perl libdevel-callchecker-perl #13 5.557 libdevel-globaldestruction-perl libdigest-bubblebabble-perl #13 5.557 libdigest-hmac-perl libdistro-info-perl libdpkg-perl #13 5.557 libdynaloader-functions-perl libedit2 libemail-valid-perl #13 5.557 libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1 #13 5.557 libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl #13 5.557 libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl #13 5.557 libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl #13 5.557 libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev #13 5.557 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl #13 5.557 libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1 #13 5.557 libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl #13 5.557 libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl #13 5.557 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 5.557 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 5.557 libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl #13 5.557 libio-prompter-perl libio-pty-perl libio-sessiondata-perl #13 5.557 libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl #13 5.557 libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl #13 5.557 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 #13 5.557 libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl #13 5.557 liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl #13 5.557 liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #13 5.557 liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1 #13 5.557 libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3 #13 5.557 libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl #13 5.557 libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl #13 5.557 libncurses6 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl #13 5.557 libnet-http-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl #13 5.557 libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl #13 5.561 libnumber-range-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl #13 5.561 libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl #13 5.561 libparams-validate-perl libparse-debianchangelog-perl #13 5.561 libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28 #13 5.561 libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7 #13 5.561 libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib #13 5.561 libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7 #13 5.561 libreadonly-perl libref-util-perl libref-util-xs-perl #13 5.561 libregexp-pattern-license-perl librole-tiny-perl librtmp1 libsasl2-2 #13 5.561 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #13 5.561 libsereal-encoder-perl libsereal-perl libsigsegv2 libsoap-lite-perl #13 5.561 libsort-key-perl libsort-versions-perl libsqlite3-0 libssh2-1 libssl1.1 #13 5.561 libstdc++-8-dev libstrictures-perl libstring-copyright-perl #13 5.561 libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl #13 5.561 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #13 5.561 libsub-install-perl libsub-name-perl libsub-quote-perl #13 5.561 libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl #13 5.561 libtest-fatal-perl libtest-refcount-perl libtext-glob-perl #13 5.561 libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0 #13 5.561 libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 #13 5.561 libuchardet0 libunbound8 libunicode-utf8-perl libunwind8 liburi-perl #13 5.561 libvariable-magic-perl libwant-perl libwrap0 libwww-perl #13 5.561 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 #13 5.561 libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #13 5.561 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl #13 5.561 libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2 #13 5.561 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base #13 5.561 lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev #13 5.561 mariadb-common mime-support mysql-common netbase openssh-client openssl #13 5.561 patch patchutils perl perl-modules-5.28 perl-openssl-defaults #13 5.561 pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3 #13 5.561 python3-apt python3-certifi python3-chardet python3-debian python3-gpg #13 5.561 python3-idna python3-magic python3-minimal python3-pkg-resources #13 5.561 python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg #13 5.561 python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info #13 5.561 strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils #13 5.834 0 upgraded, 365 newly installed, 0 to remove and 0 not upgraded. #13 5.834 Need to get 171 MB of archives. #13 5.834 After this operation, 589 MB of additional disk space will be used. #13 5.834 Get:1 http://deb.debian.org/debian buster/main amd64 sensible-utils all 0.0.12 [15.8 kB] #13 5.836 Get:2 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB] #13 5.836 Get:3 http://deb.debian.org/debian buster/main amd64 cron amd64 3.0pl1-134+deb10u1 [99.0 kB] #13 5.839 Get:4 http://deb.debian.org/debian buster/main amd64 libbsd0 amd64 0.9.1-2+deb10u1 [99.5 kB] #13 5.840 Get:5 http://deb.debian.org/debian buster/main amd64 bsdmainutils amd64 11.1.2+b1 [191 kB] #13 5.842 Get:6 http://deb.debian.org/debian buster/main amd64 libuchardet0 amd64 0.0.6-3 [64.9 kB] #13 5.842 Get:7 http://deb.debian.org/debian buster/main amd64 groff-base amd64 1.22.4-3+deb10u1 [916 kB] #13 5.851 Get:8 http://deb.debian.org/debian buster/main amd64 libgdbm6 amd64 1.18.1-4 [64.7 kB] #13 5.852 Get:9 http://deb.debian.org/debian buster/main amd64 libpipeline1 amd64 1.5.1-2 [31.2 kB] #13 5.852 Get:10 http://deb.debian.org/debian buster/main amd64 man-db amd64 2.8.5-2 [1274 kB] #13 5.866 Get:11 http://deb.debian.org/debian buster/main amd64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB] #13 5.894 Get:12 http://deb.debian.org/debian buster/main amd64 libgdbm-compat4 amd64 1.18.1-4 [44.1 kB] #13 5.894 Get:13 http://deb.debian.org/debian buster/main amd64 libperl5.28 amd64 5.28.1-6+deb10u1 [3894 kB] #13 5.935 Get:14 http://deb.debian.org/debian buster/main amd64 perl amd64 5.28.1-6+deb10u1 [204 kB] #13 5.937 Get:15 http://deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB] #13 5.937 Get:16 http://deb.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u6 [1552 kB] #13 5.954 Get:17 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u6 [590 kB] #13 5.961 Get:18 http://deb.debian.org/debian-security buster/updates/main amd64 libexpat1 amd64 2.2.6-2+deb10u6 [108 kB] #13 5.962 Get:19 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u6 [1737 kB] #13 5.980 Get:20 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] #13 5.980 Get:21 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB] #13 5.981 Get:22 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] #13 5.982 Get:23 http://deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB] #13 5.983 Get:24 http://deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB] #13 5.984 Get:25 http://deb.debian.org/debian-security buster/updates/main amd64 libsqlite3-0 amd64 3.27.2-3+deb10u2 [641 kB] #13 5.991 Get:26 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u6 [1732 kB] #13 6.011 Get:27 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7 amd64 3.7.3-2+deb10u6 [331 kB] #13 6.016 Get:28 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] #13 6.016 Get:29 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] #13 6.017 Get:30 http://deb.debian.org/debian buster/main amd64 less amd64 487-0.1+b1 [129 kB] #13 6.019 Get:31 http://deb.debian.org/debian buster/main amd64 netbase all 5.6 [19.4 kB] #13 6.019 Get:32 http://deb.debian.org/debian-security buster/updates/main amd64 bzip2 amd64 1.0.6-9.2~deb10u2 [48.5 kB] #13 6.020 Get:33 http://deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB] #13 6.026 Get:34 http://deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB] #13 6.026 Get:35 http://deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB] #13 6.026 Get:36 http://deb.debian.org/debian buster/main amd64 gettext-base amd64 0.19.8.1-9 [123 kB] #13 6.027 Get:37 http://deb.debian.org/debian-security buster/updates/main amd64 krb5-locales all 1.17-3+deb10u6 [95.8 kB] #13 6.028 Get:38 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] #13 6.028 Get:39 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u6 [66.1 kB] #13 6.029 Get:40 http://deb.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u6 [122 kB] #13 6.030 Get:41 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u6 [369 kB] #13 6.034 Get:42 http://deb.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u6 [159 kB] #13 6.035 Get:43 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB] #13 6.125 Get:44 http://deb.debian.org/debian-security buster/updates/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u6 [690 kB] #13 6.132 Get:45 http://deb.debian.org/debian buster/main amd64 manpages all 4.16-2 [1295 kB] #13 6.146 Get:46 http://deb.debian.org/debian buster/main amd64 libedit2 amd64 3.1-20181209-1 [94.0 kB] #13 6.147 Get:47 http://deb.debian.org/debian-security buster/updates/main amd64 openssh-client amd64 1:7.9p1-10+deb10u4 [785 kB] #13 6.155 Get:48 http://deb.debian.org/debian buster/main amd64 ucf all 3.0038+nmu1 [69.0 kB] #13 6.156 Get:49 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1+deb10u1 [183 kB] #13 6.158 Get:50 http://deb.debian.org/debian buster/main amd64 libfl2 amd64 2.6.4-6.2 [103 kB] #13 6.159 Get:51 http://deb.debian.org/debian buster/main amd64 at amd64 3.1.23-1 [49.1 kB] #13 6.160 Get:52 http://deb.debian.org/debian buster/main amd64 libsigsegv2 amd64 2.12-2 [32.8 kB] #13 6.160 Get:53 http://deb.debian.org/debian buster/main amd64 m4 amd64 1.4.18-2 [203 kB] #13 6.162 Get:54 http://deb.debian.org/debian buster/main amd64 autoconf all 2.69-11 [341 kB] #13 6.166 Get:55 http://deb.debian.org/debian buster/main amd64 autotools-dev all 20180224.1 [77.0 kB] #13 6.167 Get:56 http://deb.debian.org/debian buster/main amd64 automake all 1:1.16.1-4 [771 kB] #13 6.175 Get:57 http://deb.debian.org/debian buster/main amd64 autopoint all 0.19.8.1-9 [434 kB] #13 6.180 Get:58 http://deb.debian.org/debian buster/main amd64 binutils-common amd64 2.31.1-16 [2073 kB] #13 6.201 Get:59 http://deb.debian.org/debian buster/main amd64 libbinutils amd64 2.31.1-16 [478 kB] #13 6.211 Get:60 http://deb.debian.org/debian buster/main amd64 binutils-x86-64-linux-gnu amd64 2.31.1-16 [1823 kB] #13 6.230 Get:61 http://deb.debian.org/debian buster/main amd64 binutils amd64 2.31.1-16 [56.8 kB] #13 6.230 Get:62 http://deb.debian.org/debian-security buster/updates/main amd64 libc-dev-bin amd64 2.28-10+deb10u2 [276 kB] #13 6.233 Get:63 http://deb.debian.org/debian-security buster/updates/main amd64 linux-libc-dev amd64 4.19.304-1 [1604 kB] #13 6.250 Get:64 http://deb.debian.org/debian-security buster/updates/main amd64 libc6-dev amd64 2.28-10+deb10u2 [2693 kB] #13 6.277 Get:65 http://deb.debian.org/debian buster/main amd64 libisl19 amd64 0.20-2 [587 kB] #13 6.283 Get:66 http://deb.debian.org/debian buster/main amd64 libmpfr6 amd64 4.0.2-1 [775 kB] #13 6.291 Get:67 http://deb.debian.org/debian buster/main amd64 libmpc3 amd64 1.1.0-1 [41.3 kB] #13 6.291 Get:68 http://deb.debian.org/debian buster/main amd64 cpp-8 amd64 8.3.0-6 [8914 kB] #13 6.387 Get:69 http://deb.debian.org/debian buster/main amd64 cpp amd64 4:8.3.0-1 [19.4 kB] #13 6.387 Get:70 http://deb.debian.org/debian buster/main amd64 libcc1-0 amd64 8.3.0-6 [46.6 kB] #13 6.388 Get:71 http://deb.debian.org/debian buster/main amd64 libgomp1 amd64 8.3.0-6 [75.8 kB] #13 6.389 Get:72 http://deb.debian.org/debian buster/main amd64 libitm1 amd64 8.3.0-6 [27.7 kB] #13 6.390 Get:73 http://deb.debian.org/debian buster/main amd64 libatomic1 amd64 8.3.0-6 [9032 B] #13 6.390 Get:74 http://deb.debian.org/debian buster/main amd64 libasan5 amd64 8.3.0-6 [362 kB] #13 6.395 Get:75 http://deb.debian.org/debian buster/main amd64 liblsan0 amd64 8.3.0-6 [131 kB] #13 6.397 Get:76 http://deb.debian.org/debian buster/main amd64 libtsan0 amd64 8.3.0-6 [283 kB] #13 6.401 Get:77 http://deb.debian.org/debian buster/main amd64 libubsan1 amd64 8.3.0-6 [120 kB] #13 6.402 Get:78 http://deb.debian.org/debian buster/main amd64 libmpx2 amd64 8.3.0-6 [11.4 kB] #13 6.403 Get:79 http://deb.debian.org/debian buster/main amd64 libquadmath0 amd64 8.3.0-6 [133 kB] #13 6.404 Get:80 http://deb.debian.org/debian buster/main amd64 libgcc-8-dev amd64 8.3.0-6 [2298 kB] #13 6.428 Get:81 http://deb.debian.org/debian buster/main amd64 gcc-8 amd64 8.3.0-6 [9452 kB] #10 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 0.512 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #13 0.521 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] #13 0.521 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #13 0.587 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB] #13 0.669 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [12.7 kB] #13 0.698 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB] #13 1.949 Fetched 9185 kB in 2s (5423 kB/s) #13 1.949 Reading package lists... #13 2.621 Reading package lists... #13 3.298 Building dependency tree... #13 3.477 Reading state information... #13 3.668 The following additional packages will be installed: #13 3.668 autoconf automake autopoint autotools-dev binutils binutils-common #13 3.668 binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2 #13 3.668 ca-certificates cpp cpp-12 dctrl-tools debhelper debian-keyring #13 3.668 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #13 3.668 dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++ #13 3.671 g++-12 gcc gcc-12 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils #13 3.671 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base #13 3.671 intltool-debian iso-codes krb5-locales less libabsl20220623 #13 3.671 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #13 3.671 libaliased-perl libaom3 libapt-pkg-perl libarchive-cpio-perl #13 3.671 libarchive-zip-perl libarchive13 libarray-intspan-perl libasan8 libassuan0 #13 3.671 libatomic1 libauthen-sasl-perl libavif15 libb-hooks-endofscope-perl #13 3.671 libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0 #13 3.671 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8 #13 3.671 libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl #13 3.671 libclass-inspector-perl libclass-method-modifiers-perl #13 3.671 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #13 3.671 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #13 3.671 libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 #13 3.671 libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl #13 3.671 libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl #13 3.671 libdata-validate-ip-perl libdata-validate-uri-perl libdav1d6 libde265-0 #13 3.671 libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl #13 3.671 libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl #13 3.671 libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl #13 3.671 libencode-locale-perl liberror-perl libexception-class-perl libexpat1 #13 3.671 libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl #13 3.671 libfeature-compat-class-perl libfeature-compat-try-perl libfido2-1 #13 3.671 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #13 3.671 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #13 3.671 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #13 3.671 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #13 3.671 libfreetype6 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 #13 3.671 libgdbm-compat4 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl #13 3.671 libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 libgprofng0 #13 3.671 libgssapi-krb5-2 libheif1 libhtml-form-perl libhtml-format-perl #13 3.671 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #13 3.671 libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl #13 3.671 libhttp-daemon-perl libhttp-date-perl libhttp-message-perl #13 3.671 libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu72 #13 3.671 libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl #13 3.671 libio-prompter-perl libio-pty-perl libio-sessiondata-perl #13 3.671 libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl #13 3.671 libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl #13 3.671 libiterator-util-perl libitm1 libjansson4 libjbig0 libjpeg62-turbo #13 3.671 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1 #13 3.671 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4 #13 3.671 liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl #13 3.671 liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl #13 3.671 liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #13 3.671 liblwp-protocol-https-perl liblz1 liblzo2-2 libmagic-mgc libmagic1 #13 3.671 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl #13 3.671 libmime-tools-perl libmldbm-perl libmodule-implementation-perl #13 3.671 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #13 3.671 libmpc3 libmpfr6 libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl #13 3.671 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #13 3.671 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #13 3.671 libnpth0 libnsl-dev libnsl2 libnuma1 libnumber-compare-perl #13 3.671 libobject-pad-perl libpackage-stash-perl libpackage-stash-xs-perl #13 3.671 libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl #13 3.671 libpath-tiny-perl libperl5.36 libperlio-gzip-perl libperlio-utf8-strict-perl #13 3.671 libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl #13 3.671 libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.11-minimal #13 3.671 libpython3.11-stdlib libquadmath0 librav1e0 libre-engine-re2-perl libre2-9 #13 3.671 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #13 3.671 libregexp-ipv6-perl libregexp-pattern-license-perl libregexp-pattern-perl #13 3.671 libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2 #13 3.671 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #13 3.671 libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl #13 3.671 libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev #13 3.671 libstrictures-perl libstring-copyright-perl libstring-escape-perl #13 3.671 libstring-license-perl libstring-shellquote-perl libsub-exporter-perl #13 3.671 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #13 3.671 libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1 #13 3.671 libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl #13 3.671 libtask-weaken-perl libterm-readkey-perl libtext-glob-perl #13 3.671 libtext-levenshteinxs-perl libtext-markdown-discount-perl #13 3.671 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #13 3.671 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #13 3.671 libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl #13 3.671 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #13 3.671 libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #13 3.671 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #13 3.671 libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6 #13 3.671 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #13 3.671 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 #13 3.671 libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl #13 3.671 libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl #13 3.671 libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db #13 3.671 manpages manpages-dev media-types netbase openssh-client openssl patch #13 3.671 patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults #13 3.671 pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix #13 3.671 python-apt-common python3 python3-apt python3-certifi python3-chardet #13 3.671 python3-charset-normalizer python3-debian python3-gpg python3-idna #13 3.671 python3-magic python3-minimal python3-pkg-resources python3-requests #13 3.671 python3-six python3-unidiff python3-urllib3 python3-xdg python3.11 #13 3.671 python3.11-minimal readline-common rpcsvc-proto sensible-utils #13 3.671 shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3 #13 3.671 xdg-user-dirs xz-utils zstd #13 3.672 Suggested packages: #13 3.672 autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc #13 3.672 gcc-12-locales cpp-12-doc debtags dh-make adequate at autopkgtest #13 3.672 bls-standalone bsd-mailx | mailx check-all-the-things cvs-buildpackage #13 3.672 diffoscope disorderfs dose-extra duck elpa-devscripts faketime gnuplot #13 3.672 how-can-i-help libdbd-pg-perl libfile-desktopentry-perl libterm-size-perl #13 3.672 libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts #13 3.672 postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m #13 3.672 dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync #13 3.672 g++-multilib g++-12-multilib gcc-12-doc gcc-multilib flex bison gdb gcc-doc #13 3.672 gcc-12-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run #13 3.672 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs #13 3.672 git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip #13 3.672 libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n #13 3.672 low-memory-monitor gpm krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl #13 3.672 libscalar-number-perl libsasl2-modules-gssapi-mit #13 3.672 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #13 3.672 libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl #13 3.672 libnet-jabber-perl libstdc++-12-doc libbareword-filehandles-perl #13 3.672 libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk #13 3.672 libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl #13 3.672 libxml-sax-expatxs-perl bash-completion binutils-multiarch #13 3.672 libtext-template-perl m4-doc make-doc apparmor www-browser keychain #13 3.672 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #13 3.672 libterm-readline-gnu-perl | libterm-readline-perl-perl #13 3.672 libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc #13 3.672 python3-tk python3-venv python-apt-doc python3-setuptools #13 3.672 python3-cryptography python3-openssl python3-socks python-requests-doc #13 3.672 python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc #13 3.672 binfmt-support readline-doc zip wdiff-doc #13 5.995 The following NEW packages will be installed: #13 5.995 autoconf automake autopoint autotools-dev binutils binutils-common #13 5.995 binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2 #13 5.995 ca-certificates cpp cpp-12 curl dctrl-tools debhelper debian-keyring #13 5.995 devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr #13 5.996 distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config #13 5.996 fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base git git-man #13 5.996 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server #13 5.999 gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less #13 5.999 libabsl20220623 libalgorithm-diff-perl libalgorithm-diff-xs-perl #13 5.999 libalgorithm-merge-perl libaliased-perl libaom3 libapt-pkg-perl #13 5.999 libarchive-cpio-perl libarchive-zip-perl libarchive13 libarray-intspan-perl #13 5.999 libasan8 libassuan0 libatomic1 libauthen-sasl-perl libavif15 #13 5.999 libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl #13 5.999 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev #13 5.999 libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl #13 5.999 libclass-data-inheritable-perl libclass-inspector-perl #13 5.999 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #13 5.999 libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl #13 5.999 libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl #13 5.999 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 #13 5.999 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #13 5.999 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #13 5.999 libdata-validate-uri-perl libdav1d6 libde265-0 libdebhelper-perl libdeflate0 #13 5.999 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #13 5.999 libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2 #13 5.999 libelf1 libemail-address-xs-perl libencode-locale-perl liberror-perl #13 5.999 libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot #13 5.999 libfcgi-bin libfcgi-perl libfcgi0ldbl libfeature-compat-class-perl #13 5.999 libfeature-compat-try-perl libfido2-1 libfile-basedir-perl #13 5.999 libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl #13 5.999 libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl #13 5.999 libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl #13 5.999 libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 #13 5.999 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 libgdbm-compat4 libgdbm6 #13 5.999 libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data #13 5.999 libgomp1 libgpgme11 libgpm2 libgprofng0 libgssapi-krb5-2 libheif1 #13 5.999 libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl #13 5.999 libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl #13 5.999 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 5.999 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 5.999 libicu72 libimport-into-perl libindirect-perl libio-html-perl #13 5.999 libio-interactive-perl libio-prompter-perl libio-pty-perl #13 5.999 libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl #13 5.999 libio-stringy-perl libipc-run-perl libipc-run3-perl #13 5.999 libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl #13 5.999 libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl #13 5.999 libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3 #13 5.999 libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4 #13 5.999 liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl #13 5.999 liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl #13 5.999 liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #13 5.999 liblwp-protocol-https-perl liblz1 liblzo2-2 libmagic-mgc libmagic1 #13 5.999 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl #13 5.999 libmime-tools-perl libmldbm-perl libmodule-implementation-perl #13 5.999 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #13 5.999 libmpc3 libmpfr6 libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl #13 5.999 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #13 5.999 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #13 5.999 libnpth0 libnsl-dev libnsl2 libnuma1 libnumber-compare-perl #13 5.999 libobject-pad-perl libpackage-stash-perl libpackage-stash-xs-perl #13 5.999 libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl #13 5.999 libpath-tiny-perl libperl5.36 libperlio-gzip-perl libperlio-utf8-strict-perl #13 5.999 libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl #13 5.999 libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.11-minimal #13 5.999 libpython3.11-stdlib libquadmath0 librav1e0 libre-engine-re2-perl libre2-9 #13 5.999 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #13 5.999 libregexp-ipv6-perl libregexp-pattern-license-perl libregexp-pattern-perl #13 5.999 libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2 #13 5.999 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #13 5.999 libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl #13 5.999 libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev #13 5.999 libstrictures-perl libstring-copyright-perl libstring-escape-perl #13 5.999 libstring-license-perl libstring-shellquote-perl libsub-exporter-perl #13 5.999 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #13 5.999 libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1 #13 5.999 libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl #13 5.999 libtask-weaken-perl libterm-readkey-perl libtext-glob-perl #13 5.999 libtext-levenshteinxs-perl libtext-markdown-discount-perl #13 5.999 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #13 5.999 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #13 5.999 libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl #13 5.999 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #13 5.999 libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #13 5.999 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #13 5.999 libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6 #13 5.999 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #13 5.999 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 #13 5.999 libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl #13 5.999 libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl #13 5.999 libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db #13 5.999 manpages manpages-dev media-types netbase openssh-client openssl patch #13 5.999 patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults #13 5.999 pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix #13 5.999 python-apt-common python3 python3-apt python3-certifi python3-chardet #13 5.999 python3-charset-normalizer python3-debian python3-gpg python3-idna #13 5.999 python3-magic python3-minimal python3-pkg-resources python3-requests #13 5.999 python3-six python3-unidiff python3-urllib3 python3-xdg python3.11 #13 5.999 python3.11-minimal readline-common rpcsvc-proto sensible-utils #13 5.999 shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3 #13 5.999 xdg-user-dirs xz-utils zstd #13 6.281 0 upgraded, 426 newly installed, 0 to remove and 0 not upgraded. #13 6.281 Need to get 194 MB of archives. #13 6.281 After this operation, 685 MB of additional disk space will be used. #13 6.281 Get:1 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u1 [2815 kB] #13 6.303 Get:2 http://deb.debian.org/debian bookworm/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB] #13 6.304 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] #13 6.304 Get:4 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u1 [4218 kB] #13 6.356 Get:5 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u1 [239 kB] #13 6.357 Get:6 http://deb.debian.org/debian bookworm/main amd64 liblocale-gettext-perl amd64 1.07-5 [15.4 kB] #13 6.358 Get:7 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.11-1~deb12u2 [2019 kB] #13 6.371 Get:8 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.2-6 [813 kB] #13 6.376 Get:9 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1 [99.3 kB] #13 6.377 Get:10 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.2-6 [2064 kB] #13 6.391 Get:11 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.2-1+b1 [26.3 kB] #13 6.392 Get:12 http://deb.debian.org/debian bookworm/main amd64 media-types all 10.0.0 [26.1 kB] #13 6.392 Get:13 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-4 [134 kB] #13 6.393 Get:14 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u1 [32.4 kB] #13 6.394 Get:15 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u1 [78.9 kB] #13 6.395 Get:16 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] #13 6.397 Get:17 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u1 [332 kB] #13 6.404 Get:18 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u1 [134 kB] #13 6.405 Get:19 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] #13 6.405 Get:20 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] #13 6.406 Get:21 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] #13 6.411 Get:22 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB] #13 6.412 Get:23 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB] #13 6.415 Get:24 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-2 [837 kB] #13 6.422 Get:25 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.2-6 [1796 kB] #13 6.438 Get:26 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.2-6 [572 kB] #13 6.443 Get:27 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.2-1+b1 [9312 B] #13 6.444 Get:28 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.2-1+b1 [26.3 kB] #13 6.444 Get:29 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-2 [131 kB] #13 6.445 Get:30 http://deb.debian.org/debian bookworm/main amd64 netbase all 6.4 [12.8 kB] #13 6.446 Get:31 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] #13 6.446 Get:32 http://deb.debian.org/debian bookworm/main amd64 bzip2 amd64 1.0.8-5+b1 [49.8 kB] #13 6.447 Get:33 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.11-1~deb12u2 [1419 kB] #13 6.460 Get:34 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20230311 [153 kB] #13 6.462 Get:35 http://deb.debian.org/debian bookworm/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB] #13 6.465 Get:36 http://deb.debian.org/debian bookworm/main amd64 libmagic1 amd64 1:5.44-3 [104 kB] #13 6.466 Get:37 http://deb.debian.org/debian bookworm/main amd64 file amd64 1:5.44-3 [42.5 kB] #13 6.466 Get:38 http://deb.debian.org/debian bookworm/main amd64 gettext-base amd64 0.21-12 [160 kB] #13 6.468 Get:39 http://deb.debian.org/debian bookworm/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB] #13 6.469 Get:40 http://deb.debian.org/debian bookworm/main amd64 groff-base amd64 1.22.4-10 [916 kB] #13 6.477 Get:41 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u1 [62.7 kB] #13 6.478 Get:42 http://deb.debian.org/debian bookworm/main amd64 bsdextrautils amd64 2.38.1-5+b1 [86.6 kB] #13 6.479 Get:43 http://deb.debian.org/debian bookworm/main amd64 libpipeline1 amd64 1.5.7-1 [38.5 kB] #13 6.479 Get:44 http://deb.debian.org/debian bookworm/main amd64 man-db amd64 2.11.2-2 [1386 kB] #13 6.491 Get:45 http://deb.debian.org/debian bookworm/main amd64 manpages all 6.03-2 [1332 kB] #13 6.502 Get:46 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] #13 6.504 Get:47 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] #13 6.505 Get:48 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] #13 6.505 Get:49 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] #13 6.506 Get:50 http://deb.debian.org/debian-security bookworm-security/main amd64 openssh-client amd64 1:9.2p1-2+deb12u2 [990 kB] #13 6.512 Get:51 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1 [55.2 kB] #13 6.513 Get:52 http://deb.debian.org/debian bookworm/main amd64 xz-utils amd64 5.4.1-0.2 [471 kB] #13 6.517 Get:53 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB] #13 6.519 Get:54 http://deb.debian.org/debian bookworm/main amd64 autoconf all 2.71-3 [332 kB] #13 6.522 Get:55 http://deb.debian.org/debian bookworm/main amd64 autotools-dev all 20220109.1 [51.6 kB] #13 6.523 Get:56 http://deb.debian.org/debian bookworm/main amd64 automake all 1:1.16.5-1.3 [823 kB] #13 6.530 Get:57 http://deb.debian.org/debian bookworm/main amd64 autopoint all 0.21-12 [495 kB] #13 6.534 Get:58 http://deb.debian.org/debian bookworm/main amd64 binutils-common amd64 2.40-2 [2487 kB] #13 6.554 Get:59 http://deb.debian.org/debian bookworm/main amd64 libbinutils amd64 2.40-2 [572 kB] #13 6.558 Get:60 http://deb.debian.org/debian bookworm/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB] #13 6.560 Get:61 http://deb.debian.org/debian bookworm/main amd64 libctf0 amd64 2.40-2 [89.8 kB] #13 6.561 Get:62 http://deb.debian.org/debian bookworm/main amd64 libgprofng0 amd64 2.40-2 [812 kB] #13 6.568 Get:63 http://deb.debian.org/debian bookworm/main amd64 libjansson4 amd64 2.14-2 [40.8 kB] #13 6.569 Get:64 http://deb.debian.org/debian bookworm/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2246 kB] #13 6.585 Get:65 http://deb.debian.org/debian bookworm/main amd64 binutils amd64 2.40-2 [65.0 kB] #13 6.585 Get:66 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u3 [45.2 kB] #13 6.586 Get:67 http://deb.debian.org/debian-security bookworm-security/main amd64 linux-libc-dev amd64 6.1.69-1 [1910 kB] #13 6.597 Get:68 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB] #13 6.598 Get:69 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB] #13 6.600 Get:70 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] #13 6.601 Get:71 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB] #13 6.601 Get:72 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u3 [1898 kB] #13 6.615 Get:73 http://deb.debian.org/debian bookworm/main amd64 libisl23 amd64 0.25-1 [690 kB] #13 6.622 Get:74 http://deb.debian.org/debian bookworm/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB] #13 6.627 Get:75 http://deb.debian.org/debian bookworm/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB] #13 6.628 Get:76 http://deb.debian.org/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14 [9764 kB] #13 6.716 Get:77 http://deb.debian.org/debian bookworm/main amd64 cpp amd64 4:12.2.0-3 [6836 B] #13 6.716 Get:78 http://deb.debian.org/debian bookworm/main amd64 libcc1-0 amd64 12.2.0-14 [41.7 kB] #13 6.716 Get:79 http://deb.debian.org/debian bookworm/main amd64 libgomp1 amd64 12.2.0-14 [116 kB] #13 6.717 Get:80 http://deb.debian.org/debian bookworm/main amd64 libitm1 amd64 12.2.0-14 [26.1 kB] #13 6.718 Get:81 http://deb.debian.org/debian bookworm/main amd64 libatomic1 amd64 12.2.0-14 [9328 B] #13 6.718 Get:82 http://deb.debian.org/debian bookworm/main amd64 libasan8 amd64 12.2.0-14 [2195 kB] #13 6.733 Get:83 http://deb.debian.org/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14 [969 kB] #13 6.739 Get:84 http://deb.debian.org/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14 [2196 kB] #13 6.753 Get:85 http://deb.debian.org/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14 [883 kB] #13 6.760 Get:86 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14 [144 kB] #13 6.761 Get:87 http://deb.debian.org/debian bookworm/main amd64 libgcc-12-dev amd64 12.2.0-14 [2437 kB] #13 6.776 Get:88 http://deb.debian.org/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14 [19.3 MB] #13 6.921 Get:89 http://deb.debian.org/debian bookworm/main amd64 gcc amd64 4:12.2.0-3 [5216 B] #13 6.921 Get:90 http://deb.debian.org/debian bookworm/main amd64 libstdc++-12-dev amd64 12.2.0-14 [2046 kB] #13 6.936 Get:91 http://deb.debian.org/debian bookworm/main amd64 g++-12 amd64 12.2.0-14 [10.7 MB] #13 7.022 Get:92 http://deb.debian.org/debian bookworm/main amd64 g++ amd64 4:12.2.0-3 [1356 B] #13 7.022 Get:93 http://deb.debian.org/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB] #13 7.025 Get:94 http://deb.debian.org/debian bookworm/main amd64 libdpkg-perl all 1.21.22 [603 kB] #13 7.029 Get:95 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] #13 7.030 Get:96 http://deb.debian.org/debian bookworm/main amd64 dpkg-dev all 1.21.22 [1353 kB] #13 7.039 Get:97 http://deb.debian.org/debian bookworm/main amd64 build-essential amd64 12.9 [7704 B] #13 7.039 Get:98 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] #13 7.041 Get:99 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] #13 7.042 Get:100 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] #13 7.042 Get:101 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] #13 7.044 Get:102 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u1 [72.4 kB] #13 7.044 Get:103 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] #13 7.045 Get:104 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] #13 7.045 Get:105 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] #13 7.047 Get:106 http://deb.debian.org/debian-security bookworm-security/main amd64 libcurl4 amd64 7.88.1-10+deb12u5 [390 kB] #13 7.049 Get:107 http://deb.debian.org/debian-security bookworm-security/main amd64 curl amd64 7.88.1-10+deb12u5 [315 kB] #13 7.052 Get:108 http://deb.debian.org/debian bookworm/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB] #13 7.056 Get:109 http://deb.debian.org/debian bookworm/main amd64 libdebhelper-perl all 13.11.4 [81.2 kB] #13 7.058 Get:110 http://deb.debian.org/debian bookworm/main amd64 libtool all 2.4.7-5 [517 kB] #13 7.061 Get:111 http://deb.debian.org/debian bookworm/main amd64 dh-autoreconf all 20 [17.1 kB] #13 7.062 Get:112 http://deb.debian.org/debian bookworm/main amd64 libarchive-zip-perl all 1.68-1 [104 kB] #13 7.066 Get:113 http://deb.debian.org/debian bookworm/main amd64 libsub-override-perl all 0.09-4 [9304 B] #13 7.067 Get:114 http://deb.debian.org/debian bookworm/main amd64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB] #13 7.069 Get:115 http://deb.debian.org/debian bookworm/main amd64 dh-strip-nondeterminism all 1.13.1-1 [8620 B] #13 7.073 Get:116 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB] #13 7.073 Get:117 http://deb.debian.org/debian bookworm/main amd64 dwz amd64 0.15-1 [109 kB] #13 7.074 Get:118 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB] #13 7.160 Get:119 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB] #13 7.164 Get:120 http://deb.debian.org/debian bookworm/main amd64 gettext amd64 0.21-12 [1300 kB] #13 7.175 Get:121 http://deb.debian.org/debian bookworm/main amd64 intltool-debian all 0.35.0+20060710.6 [22.9 kB] #13 7.176 Get:122 http://deb.debian.org/debian bookworm/main amd64 po-debconf all 1.0.21+nmu1 [248 kB] #13 7.178 Get:123 http://deb.debian.org/debian bookworm/main amd64 debhelper all 13.11.4 [942 kB] #13 7.184 Get:124 http://deb.debian.org/debian bookworm/main amd64 debian-keyring all 2022.12.24 [30.5 MB] #13 7.419 Get:125 http://deb.debian.org/debian bookworm/main amd64 libfakeroot amd64 1.31-1.2 [28.3 kB] #13 7.423 Get:126 http://deb.debian.org/debian bookworm/main amd64 fakeroot amd64 1.31-1.2 [66.9 kB] #13 7.423 Get:127 http://deb.debian.org/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB] #13 7.423 Get:128 http://deb.debian.org/debian bookworm/main amd64 gpgconf amd64 2.2.40-1.1 [564 kB] #13 7.425 Get:129 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB] #13 7.426 Get:130 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB] #13 7.427 Get:131 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1.1 [792 kB] #13 7.432 Get:132 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1.1 [1093 kB] #13 7.439 Get:133 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1.1 [927 kB] #13 7.445 Get:134 http://deb.debian.org/debian bookworm/main amd64 gpg amd64 2.2.40-1.1 [949 kB] #13 7.452 Get:135 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB] #13 7.452 Get:136 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1.1 [695 kB] #13 7.457 Get:137 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1.1 [541 kB] #13 7.484 Get:138 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1.1 [531 kB] #13 7.487 Get:139 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1.1 [671 kB] #13 7.492 Get:140 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1.1 [846 kB] #13 7.498 Get:141 http://deb.debian.org/debian bookworm/main amd64 libfile-dirlist-perl all 0.05-3 [7600 B] #13 7.500 Get:142 http://deb.debian.org/debian bookworm/main amd64 libfile-which-perl all 1.27-2 [15.1 kB] #13 7.523 Get:143 http://deb.debian.org/debian bookworm/main amd64 libfile-homedir-perl all 1.006-2 [42.4 kB] #13 7.526 Get:144 http://deb.debian.org/debian bookworm/main amd64 libfile-touch-perl all 0.12-2 [8816 B] #13 7.527 Get:145 http://deb.debian.org/debian bookworm/main amd64 libio-pty-perl amd64 1:1.17-1 [34.9 kB] #13 7.528 Get:146 http://deb.debian.org/debian bookworm/main amd64 libipc-run-perl all 20220807.0-1 [104 kB] #13 7.530 Get:147 http://deb.debian.org/debian bookworm/main amd64 libclass-method-modifiers-perl all 2.14-1 [18.1 kB] #13 7.538 Get:148 http://deb.debian.org/debian bookworm/main amd64 libclass-xsaccessor-perl amd64 1.19-4+b1 [36.4 kB] #14 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache #14 DONE 0.2s #15 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file #12 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 1.8s done #21 ... #19 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 #19 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 #11 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 2.0s done #11 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 #10 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 1.4s done #10 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 0.1s #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 4.3s done #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 #13 10.84 Selecting previously unselected package perl. #13 10.84 Preparing to unpack .../4-perl_5.36.0-7+deb12u1_armhf.deb ... #13 10.85 Unpacking perl (5.36.0-7+deb12u1) ... #13 10.91 Selecting previously unselected package liblocale-gettext-perl. #13 10.91 Preparing to unpack .../5-liblocale-gettext-perl_1.07-5_armhf.deb ... #13 10.92 Unpacking liblocale-gettext-perl (1.07-5) ... #13 10.98 Selecting previously unselected package libssl3:armhf. #13 10.98 Preparing to unpack .../6-libssl3_3.0.11-1~deb12u2_armhf.deb ... #13 10.98 Unpacking libssl3:armhf (3.0.11-1~deb12u2) ... #13 6.534 Get:82 http://deb.debian.org/debian buster/main amd64 gcc amd64 4:8.3.0-1 [5196 B] #13 6.535 Get:83 http://deb.debian.org/debian buster/main amd64 libstdc++-8-dev amd64 8.3.0-6 [1532 kB] #13 6.550 Get:84 http://deb.debian.org/debian buster/main amd64 g++-8 amd64 8.3.0-6 [9752 kB] #13 ... #12 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #13 7.539 Get:149 http://deb.debian.org/debian bookworm/main amd64 libb-hooks-op-check-perl amd64 0.22-2+b1 [10.5 kB] #13 7.541 Get:150 http://deb.debian.org/debian bookworm/main amd64 libdynaloader-functions-perl all 0.003-3 [12.7 kB] #13 7.542 Get:151 http://deb.debian.org/debian bookworm/main amd64 libdevel-callchecker-perl amd64 0.008-2 [15.8 kB] #13 7.543 Get:152 http://deb.debian.org/debian bookworm/main amd64 libparams-classify-perl amd64 0.015-2+b1 [23.1 kB] #13 7.545 Get:153 http://deb.debian.org/debian bookworm/main amd64 libmodule-runtime-perl all 0.016-2 [19.6 kB] #13 7.546 Get:154 http://deb.debian.org/debian bookworm/main amd64 libimport-into-perl all 1.002005-2 [11.3 kB] #13 7.550 Get:155 http://deb.debian.org/debian bookworm/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB] #13 7.551 Get:156 http://deb.debian.org/debian bookworm/main amd64 libsub-quote-perl all 2.006008-1 [21.8 kB] #13 7.553 Get:157 http://deb.debian.org/debian bookworm/main amd64 libmoo-perl all 2.005005-1 [58.0 kB] #13 7.555 Get:158 http://deb.debian.org/debian bookworm/main amd64 libencode-locale-perl all 1.05-3 [12.9 kB] #13 7.556 Get:159 http://deb.debian.org/debian bookworm/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB] #13 7.558 Get:160 http://deb.debian.org/debian bookworm/main amd64 libhttp-date-perl all 6.05-2 [10.5 kB] #13 7.559 Get:161 http://deb.debian.org/debian bookworm/main amd64 libfile-listing-perl all 6.15-1 [12.6 kB] #13 7.560 Get:162 http://deb.debian.org/debian bookworm/main amd64 libhtml-tagset-perl all 3.20-6 [11.7 kB] #13 7.560 Get:163 http://deb.debian.org/debian bookworm/main amd64 libregexp-ipv6-perl all 0.03-3 [5212 B] #13 7.562 Get:164 http://deb.debian.org/debian bookworm/main amd64 liburi-perl all 5.17-1 [90.4 kB] #13 7.564 Get:165 http://deb.debian.org/debian bookworm/main amd64 libhtml-parser-perl amd64 3.81-1 [101 kB] #13 7.581 Get:166 http://deb.debian.org/debian bookworm/main amd64 libhtml-tree-perl all 5.07-3 [211 kB] #13 7.585 Get:167 http://deb.debian.org/debian bookworm/main amd64 libclone-perl amd64 0.46-1 [13.7 kB] #13 7.587 Get:168 http://deb.debian.org/debian bookworm/main amd64 libio-html-perl all 1.004-3 [16.2 kB] #13 7.588 Get:169 http://deb.debian.org/debian bookworm/main amd64 liblwp-mediatypes-perl all 6.04-2 [20.2 kB] #13 7.590 Get:170 http://deb.debian.org/debian bookworm/main amd64 libhttp-message-perl all 6.44-1 [81.7 kB] #13 7.591 Get:171 http://deb.debian.org/debian bookworm/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB] #13 7.592 Get:172 http://deb.debian.org/debian bookworm/main amd64 libhttp-negotiate-perl all 6.01-2 [13.1 kB] #13 7.593 Get:173 http://deb.debian.org/debian bookworm/main amd64 perl-openssl-defaults amd64 7+b1 [7924 B] #13 7.595 Get:174 http://deb.debian.org/debian bookworm/main amd64 libnet-ssleay-perl amd64 1.92-2+b1 [317 kB] #13 7.598 Get:175 http://deb.debian.org/debian bookworm/main amd64 libio-socket-ssl-perl all 2.081-2 [219 kB] #13 7.600 Get:176 http://deb.debian.org/debian bookworm/main amd64 libnet-http-perl all 6.22-1 [25.3 kB] #13 7.601 Get:177 http://deb.debian.org/debian bookworm/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB] #13 7.601 Get:178 http://deb.debian.org/debian bookworm/main amd64 libtry-tiny-perl all 0.31-2 [22.6 kB] #13 7.601 Get:179 http://deb.debian.org/debian bookworm/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB] #13 7.602 Get:180 http://deb.debian.org/debian bookworm/main amd64 libwww-perl all 6.68-1 [186 kB] #13 7.620 Get:181 http://deb.debian.org/debian bookworm/main amd64 patchutils amd64 0.4.2-1 [77.5 kB] #13 7.622 Get:182 http://deb.debian.org/debian bookworm/main amd64 wdiff amd64 1.2.2-5 [119 kB] #13 7.624 Get:183 http://deb.debian.org/debian bookworm/main amd64 devscripts amd64 2.23.4+deb12u1 [1073 kB] #13 7.631 Get:184 http://deb.debian.org/debian bookworm/main amd64 diffstat amd64 1.65-1 [33.3 kB] #13 7.631 Get:185 http://deb.debian.org/debian bookworm/main amd64 distro-info-data all 0.58+deb12u1 [6072 B] #13 7.639 Get:186 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 66.1.1-1 [296 kB] #13 7.641 Get:187 http://deb.debian.org/debian bookworm/main amd64 python3-chardet all 5.1.0+dfsg-2 [110 kB] #13 7.643 Get:188 http://deb.debian.org/debian bookworm/main amd64 python3-debian all 0.1.49 [115 kB] #13 7.645 Get:189 http://deb.debian.org/debian bookworm/main amd64 libgpgme11 amd64 1.18.0-3+b1 [300 kB] #13 7.647 Get:190 http://deb.debian.org/debian bookworm/main amd64 python3-gpg amd64 1.18.0-3+b1 [363 kB] #13 7.650 Get:191 http://deb.debian.org/debian bookworm/main amd64 python3-xdg all 0.28-2 [40.5 kB] #13 7.650 Get:192 http://deb.debian.org/debian bookworm/main amd64 dput all 1.1.3 [42.7 kB] #13 7.675 Get:193 http://deb.debian.org/debian bookworm/main amd64 equivs all 2.3.1 [22.7 kB] #13 7.679 Get:194 http://deb.debian.org/debian bookworm/main amd64 fonts-dejavu-core all 2.37-6 [1068 kB] #13 7.687 Get:195 http://deb.debian.org/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB] #13 7.689 Get:196 http://deb.debian.org/debian-security bookworm-security/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u5 [385 kB] #13 7.691 Get:197 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] #13 7.691 Get:198 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.2-1.1 [2049 kB] #13 7.705 Get:199 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.2-1.1 [7171 kB] #13 7.758 Get:200 http://deb.debian.org/debian bookworm/main amd64 iso-codes all 4.15.0-1 [2906 kB] #13 7.778 Get:201 http://deb.debian.org/debian bookworm/main amd64 libabsl20220623 amd64 20220623.1-1 [391 kB] #13 7.784 Get:202 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB] #13 7.784 Get:203 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-diff-xs-perl amd64 0.04-8+b1 [11.4 kB] #13 7.784 Get:204 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-merge-perl all 0.08-5 [11.8 kB] #13 7.784 Get:205 http://deb.debian.org/debian bookworm/main amd64 libaliased-perl all 0.34-3 [13.5 kB] #13 7.784 Get:206 http://deb.debian.org/debian bookworm/main amd64 libaom3 amd64 3.6.0-1 [1851 kB] #13 7.794 Get:207 http://deb.debian.org/debian bookworm/main amd64 libapt-pkg-perl amd64 0.1.40+b2 [69.2 kB] #13 7.795 Get:208 http://deb.debian.org/debian bookworm/main amd64 libarchive-cpio-perl all 0.10-3 [10.8 kB] #13 7.795 Get:209 http://deb.debian.org/debian bookworm/main amd64 libarchive13 amd64 3.6.2-1 [343 kB] #13 7.798 Get:210 http://deb.debian.org/debian bookworm/main amd64 libarray-intspan-perl all 2.004-2 [25.7 kB] #13 7.798 Get:211 http://deb.debian.org/debian bookworm/main amd64 libauthen-sasl-perl all 2.1600-3 [43.9 kB] #13 7.798 Get:212 http://deb.debian.org/debian bookworm/main amd64 libdav1d6 amd64 1.0.0-2 [495 kB] #13 7.802 Get:213 http://deb.debian.org/debian bookworm/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB] #13 7.804 Get:214 http://deb.debian.org/debian bookworm/main amd64 librav1e0 amd64 0.5.1-6 [763 kB] #13 7.809 Get:215 http://deb.debian.org/debian bookworm/main amd64 libsvtav1enc1 amd64 1.4.1+dfsg-1 [2121 kB] #13 7.823 Get:216 http://deb.debian.org/debian bookworm/main amd64 libjpeg62-turbo amd64 1:2.1.5-2 [166 kB] #13 7.824 Get:217 http://deb.debian.org/debian bookworm/main amd64 libyuv0 amd64 0.0~git20230123.b2528b0-1 [168 kB] #13 7.825 Get:218 http://deb.debian.org/debian bookworm/main amd64 libavif15 amd64 0.11.1-1 [93.8 kB] #13 7.826 Get:219 http://deb.debian.org/debian bookworm/main amd64 libmodule-implementation-perl all 0.09-2 [12.6 kB] #13 7.826 Get:220 http://deb.debian.org/debian bookworm/main amd64 libsub-exporter-progressive-perl all 0.001013-3 [7496 B] #13 7.827 Get:221 http://deb.debian.org/debian bookworm/main amd64 libvariable-magic-perl amd64 0.63-1+b1 [44.0 kB] #13 7.861 Get:222 http://deb.debian.org/debian bookworm/main amd64 libb-hooks-endofscope-perl all 0.26-1 [19.6 kB] #12 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 1.5s done #12 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 0.1s #12 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 1.6s done #12 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e #10 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 2.1s done #10 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 #10 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 1.5s done #10 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 0.1s #13 11.17 Selecting previously unselected package libpython3.11-minimal:armhf. #13 11.17 Preparing to unpack .../7-libpython3.11-minimal_3.11.2-6_armhf.deb ... #13 11.17 Unpacking libpython3.11-minimal:armhf (3.11.2-6) ... #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 3.7s done #10 ... #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 0.839 Get:1 http://ports.ubuntu.com/ubuntu-ports mantic InRelease [256 kB] #14 1.462 Get:2 http://ports.ubuntu.com/ubuntu-ports mantic-updates InRelease [109 kB] #14 1.614 Get:3 http://ports.ubuntu.com/ubuntu-ports mantic-backports InRelease [90.8 kB] #14 1.764 Get:4 http://ports.ubuntu.com/ubuntu-ports mantic-security InRelease [109 kB] #14 1.925 Get:5 http://ports.ubuntu.com/ubuntu-ports mantic/multiverse armhf Packages [205 kB] #14 2.004 Get:6 http://ports.ubuntu.com/ubuntu-ports mantic/restricted armhf Packages [9095 B] #14 2.004 Get:7 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf Packages [1718 kB] #14 2.329 Get:8 http://ports.ubuntu.com/ubuntu-ports mantic/universe armhf Packages [17.9 MB] #14 3.580 Get:9 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf Packages [246 kB] #14 3.580 Get:10 http://ports.ubuntu.com/ubuntu-ports mantic-updates/multiverse armhf Packages [2388 B] #14 3.580 Get:11 http://ports.ubuntu.com/ubuntu-ports mantic-updates/universe armhf Packages [221 kB] #14 3.989 Get:12 http://ports.ubuntu.com/ubuntu-ports mantic-updates/restricted armhf Packages [4436 B] #14 4.062 Get:13 http://ports.ubuntu.com/ubuntu-ports mantic-backports/universe armhf Packages [4203 B] #14 4.062 Get:14 http://ports.ubuntu.com/ubuntu-ports mantic-security/multiverse armhf Packages [1662 B] #14 4.062 Get:15 http://ports.ubuntu.com/ubuntu-ports mantic-security/universe armhf Packages [187 kB] #14 4.346 Get:16 http://ports.ubuntu.com/ubuntu-ports mantic-security/main armhf Packages [188 kB] #14 4.428 Get:17 http://ports.ubuntu.com/ubuntu-ports mantic-security/restricted armhf Packages [4411 B] #14 4.444 Fetched 21.3 MB in 4s (5220 kB/s) #14 4.444 Reading package lists... #14 5.656 Reading package lists... #14 6.696 Building dependency tree... #14 6.892 Reading state information... #14 7.198 The following additional packages will be installed: #14 7.198 adduser autoconf automake autopoint autotools-dev binutils #14 7.198 binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential #14 7.198 bzip2 ca-certificates cpp cpp-13 dctrl-tools debhelper debugedit #14 7.198 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #14 7.198 dpkg-dev dput dwz fakeroot file fontconfig-config fonts-noto-core #14 7.198 fonts-noto-mono g++ g++-13 gcc gcc-13 gettext gettext-base git-man gnupg #14 7.198 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf #14 7.198 gpgsm groff-base intltool-debian iso-codes krb5-locales less #14 7.198 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #14 7.198 libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 7.198 libarray-intspan-perl libasan8 libassuan0 libatomic1 libauthen-sasl-perl #14 7.198 libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl #14 7.198 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev #14 7.198 libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl #14 7.198 libclass-data-inheritable-perl libclass-method-modifiers-perl #14 7.198 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 7.198 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 7.198 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 7.198 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 7.198 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 7.198 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 7.198 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 7.198 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 7.198 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 7.198 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 7.198 libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl libfido2-1 #14 7.198 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #14 7.198 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #14 7.198 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #14 7.198 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #14 7.198 libfreetype6 libfreezethaw-perl libgcc-13-dev libgd3 libgdbm-compat4 #14 7.198 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 7.198 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl #14 7.198 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 7.198 libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl #14 7.198 libhttp-daemon-perl libhttp-date-perl libhttp-message-perl #14 7.198 libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu72 #14 7.198 libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl #14 7.198 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 7.198 libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23 #14 7.198 libiterator-perl libiterator-util-perl libjansson4 libjbig0 libjpeg-turbo8 #14 7.198 libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 #14 7.198 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2 #14 7.198 liblerc4 liblist-compare-perl liblist-someutils-perl #14 7.198 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 7.198 liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7 #14 7.198 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 7.198 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 7.198 libmath-base85-perl libmldbm-perl libmodule-implementation-perl #14 7.198 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #14 7.198 libmpc3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl #14 7.198 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #14 7.198 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #14 7.198 libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl #14 7.198 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 7.198 libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 #14 7.198 libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16 #14 7.198 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #14 7.198 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib #14 7.198 libre-engine-re2-perl libre2-10 libreadline8 libreadonly-perl #14 7.198 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #14 7.198 libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1 #14 7.198 libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #14 7.198 libsereal-encoder-perl libset-intspan-perl libsframe1 libsocket6-perl #14 7.198 libsodium23 libsort-versions-perl libsqlite3-0 libssh-4 libssl3 #14 7.198 libstdc++-13-dev libstrictures-perl libstring-copyright-perl #14 7.198 libstring-escape-perl libstring-license-perl libstring-shellquote-perl #14 7.198 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #14 7.198 libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl #14 7.198 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 7.198 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 7.198 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #14 7.198 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #14 7.198 libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl #14 7.198 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #14 7.198 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #14 7.198 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #14 7.198 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 7.198 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 7.198 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 #14 7.198 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2 #14 7.198 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release #14 7.198 lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types #14 7.198 netbase openssh-client openssl patch patchutils perl perl-modules-5.36 #14 7.198 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 7.198 python-apt-common python3 python3-apt python3-bcrypt python3-certifi #14 7.198 python3-cffi-backend python3-chardet python3-cryptography python3-debian #14 7.198 python3-gpg python3-idna python3-magic python3-minimal python3-nacl #14 7.198 python3-paramiko python3-pkg-resources python3-requests python3-six #14 7.198 python3-unidiff python3-urllib3 python3-xdg python3.11 python3.11-minimal #14 7.198 readline-common rpcsvc-proto strace t1utils tzdata tzdata-icu ucf unzip #14 7.198 wdiff xauth xz-utils zstd #14 7.198 Suggested packages: #14 7.198 cron quota ecryptfs-utils autoconf-archive gnu-standards autoconf-doc #14 7.198 binutils-doc gprofng-gui bzip2-doc cpp-doc gcc-13-locales cpp-13-doc debtags #14 7.198 dh-make adequate at autopkgtest bls-standalone bsd-mailx | mailx #14 7.198 check-all-the-things cvs-buildpackage diffoscope disorderfs dose-extra duck #14 7.198 elpa-devscripts faketime gnuplot how-can-i-help libdbd-pg-perl #14 7.198 libfile-desktopentry-perl libterm-size-perl libyaml-syck-perl mmdebstrap #14 7.198 mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt #14 7.198 reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl pristine-tar #14 7.198 dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync #14 7.198 gcc-13-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev #14 7.198 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email #14 7.198 git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage #14 7.198 scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr #14 7.198 libgd-tools gdbm-l10n krb5-doc krb5-user libio-compress-brotli-perl #14 7.198 libtool-doc libcrypt-ssleay-perl libscalar-number-perl #14 7.198 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal #14 7.198 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql #14 7.198 libstdc++-13-doc libbareword-filehandles-perl libmultidimensional-perl #14 7.198 libxstring-perl gfortran | fortran95-compiler gcj-jdk libdevel-lexalias-perl #14 7.198 libbusiness-isbn-perl libregexp-ipv6-perl libauthen-ntlm-perl #14 7.198 libxml-sax-expatxs-perl bash-completion binutils-multiarch #14 7.198 libtext-template-perl m4-doc make-doc apparmor www-browser keychain #14 7.198 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #14 7.198 libterm-readline-gnu-perl | libterm-readline-perl-perl #14 7.198 libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc #14 7.198 python3-tk python3-venv python-apt-doc python-cryptography-doc #14 7.198 python3-cryptography-vectors python-nacl-doc python3-gssapi python3-invoke #14 7.198 python3-setuptools python3-openssl python3-socks python-requests-doc #14 7.198 python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc #14 7.198 binfmt-support readline-doc zip wdiff-doc #14 7.624 The following NEW packages will be installed: #14 7.624 adduser autoconf automake autopoint autotools-dev binutils #14 7.624 binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential #14 7.624 bzip2 ca-certificates cpp cpp-13 curl dctrl-tools debhelper debugedit #14 7.624 devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr #14 7.624 distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config #14 7.624 fonts-noto-core fonts-noto-mono g++ g++-13 gcc gcc-13 gettext gettext-base #14 7.624 git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client #14 7.624 gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes #14 7.624 krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl #14 7.624 libalgorithm-merge-perl libaliased-perl libapt-pkg-perl libarchive-cpio-perl #14 7.624 libarchive-zip-perl libarray-intspan-perl libasan8 libassuan0 libatomic1 #14 7.624 libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl #14 7.624 libberkeleydb-perl libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools #14 7.624 libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl #14 7.624 libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl #14 7.624 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 7.624 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 7.624 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 7.624 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 7.624 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 7.624 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 7.624 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 7.624 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 7.624 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 7.624 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 7.624 libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl libfido2-1 #14 7.624 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #14 7.624 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #14 7.624 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #14 7.624 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #14 7.624 libfreetype6 libfreezethaw-perl libgcc-13-dev libgd3 libgdbm-compat4 #14 7.624 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 7.624 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl #14 7.624 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 7.624 libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl #14 7.624 libhttp-daemon-perl libhttp-date-perl libhttp-message-perl #14 7.624 libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu72 #14 7.624 libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl #14 7.624 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 7.624 libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23 #14 7.624 libiterator-perl libiterator-util-perl libjansson4 libjbig0 libjpeg-turbo8 #14 7.624 libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 #14 7.624 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2 #14 7.624 liblerc4 liblist-compare-perl liblist-someutils-perl #14 7.624 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 7.624 liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7 #14 7.624 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 7.624 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 7.624 libmath-base85-perl libmldbm-perl libmodule-implementation-perl #14 7.624 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #14 7.624 libmpc3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl #14 7.624 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #14 7.624 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #14 7.624 libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl #14 7.624 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 7.624 libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 #14 7.624 libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16 #14 7.624 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #14 7.624 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib #14 7.624 libre-engine-re2-perl libre2-10 libreadline8 libreadonly-perl #14 7.624 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #14 7.624 libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1 #14 7.624 libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #14 7.624 libsereal-encoder-perl libset-intspan-perl libsframe1 libsocket6-perl #14 7.624 libsodium23 libsort-versions-perl libsqlite3-0 libssh-4 libssl3 #14 7.624 libstdc++-13-dev libstrictures-perl libstring-copyright-perl #14 7.624 libstring-escape-perl libstring-license-perl libstring-shellquote-perl #14 7.624 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #14 7.624 libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl #14 7.624 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 7.624 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 7.624 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #14 7.624 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #14 7.624 libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl #14 7.624 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #14 7.624 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #14 7.624 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #14 7.624 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 7.624 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 7.624 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 #14 7.624 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2 #14 7.624 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release #14 7.624 lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types #14 7.624 netbase openssh-client openssl patch patchutils perl perl-modules-5.36 #14 7.624 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 7.624 python-apt-common python3 python3-apt python3-bcrypt python3-certifi #14 7.624 python3-cffi-backend python3-chardet python3-cryptography python3-debian #14 7.624 python3-gpg python3-idna python3-magic python3-minimal python3-nacl #14 7.624 python3-paramiko python3-pkg-resources python3-requests python3-six #14 7.624 python3-unidiff python3-urllib3 python3-xdg python3.11 python3.11-minimal #14 7.624 readline-common rpcsvc-proto strace t1utils tzdata tzdata-icu ucf unzip #14 7.624 wdiff xauth xz-utils zstd #14 8.050 0 upgraded, 393 newly installed, 0 to remove and 7 not upgraded. #14 8.050 Need to get 135 MB of archives. #14 8.050 After this operation, 458 MB of additional disk space will be used. #14 8.050 Get:1 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf liblocale-gettext-perl armhf 1.07-6 [15.2 kB] #14 8.204 Get:2 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libssl3 armhf 3.0.10-1ubuntu2.1 [1572 kB] #14 8.656 Get:3 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpython3.11-minimal armhf 3.11.6-3 [824 kB] #14 8.699 Get:4 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libexpat1 armhf 2.5.0-2 [63.7 kB] #14 8.703 Get:5 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3.11-minimal armhf 3.11.6-3 [1896 kB] #14 8.789 Get:6 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-minimal armhf 3.11.4-5 [26.8 kB] #14 8.789 Get:7 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf media-types all 10.1.0 [27.5 kB] #14 8.791 Get:8 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf tzdata all 2023d-0ubuntu0.23.10 [274 kB] #14 8.800 Get:9 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libkrb5support0 armhf 1.20.1-3ubuntu1 [31.0 kB] #14 8.802 Get:10 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libk5crypto3 armhf 1.20.1-3ubuntu1 [78.5 kB] #14 8.806 Get:11 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libkeyutils1 armhf 1.6.3-2 [8062 B] #14 9.034 Get:12 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libkrb5-3 armhf 1.20.1-3ubuntu1 [320 kB] #14 9.466 Get:13 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libgssapi-krb5-2 armhf 1.20.1-3ubuntu1 [118 kB] #14 9.486 Get:14 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtirpc-common all 1.3.3+ds-1 [7790 B] #14 9.487 Get:15 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtirpc3 armhf 1.3.3+ds-1 [71.4 kB] #14 9.499 Get:16 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnsl2 armhf 1.3.0-2build2 [36.6 kB] #14 9.506 Get:17 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf readline-common all 8.2-1.3 [55.7 kB] #14 9.515 Get:18 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libreadline8 armhf 8.2-1.3 [128 kB] #14 9.554 Get:19 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libsqlite3-0 armhf 3.42.0-1ubuntu0.1 [578 kB] #14 9.629 Get:20 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpython3.11-stdlib armhf 3.11.6-3 [1804 kB] #14 9.732 Get:21 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3.11 armhf 3.11.6-3 [579 kB] #14 9.764 Get:22 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpython3-stdlib armhf 3.11.4-5 [9504 B] #14 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 0.1s #13 1.361 Get:2 http://archive.raspbian.org/raspbian bookworm/contrib armhf Packages [72.3 kB] #13 1.616 Get:3 http://archive.raspbian.org/raspbian bookworm/non-free armhf Packages [147 kB] #10 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 1.5s done #10 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 #13 7.861 Get:223 http://deb.debian.org/debian bookworm/main amd64 libberkeleydb-perl amd64 0.64-2+b1 [123 kB] #13 7.862 Get:224 http://deb.debian.org/debian bookworm/main amd64 libpng16-16 amd64 1.6.39-2 [276 kB] #13 7.864 Get:225 http://deb.debian.org/debian bookworm/main amd64 libfreetype6 amd64 2.12.1+dfsg-5 [399 kB] #13 7.872 Get:226 http://deb.debian.org/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB] #13 7.875 Get:227 http://deb.debian.org/debian bookworm/main amd64 libde265-0 amd64 1.0.11-1+deb12u1 [185 kB] #13 7.877 Get:228 http://deb.debian.org/debian bookworm/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB] #13 7.877 Get:229 http://deb.debian.org/debian bookworm/main amd64 libx265-199 amd64 3.5-2+b1 [1150 kB] #13 7.933 Get:230 http://deb.debian.org/debian bookworm/main amd64 libheif1 amd64 1.15.1-1 [215 kB] #13 7.936 Get:231 http://deb.debian.org/debian bookworm/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB] #13 7.938 Get:232 http://deb.debian.org/debian bookworm/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB] #13 7.940 Get:233 http://deb.debian.org/debian bookworm/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB] #13 7.946 Get:234 http://deb.debian.org/debian bookworm/main amd64 libwebp7 amd64 1.2.4-0.2+deb12u1 [286 kB] #13 7.952 Get:235 http://deb.debian.org/debian bookworm/main amd64 libtiff6 amd64 4.5.0-6+deb12u1 [316 kB] #13 7.959 Get:236 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] #13 7.961 Get:237 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] #13 7.963 Get:238 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] #13 7.964 Get:239 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] #13 7.990 Get:240 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] #13 8.015 Get:241 http://deb.debian.org/debian bookworm/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb12u1 [48.6 kB] #13 8.024 Get:242 http://deb.debian.org/debian bookworm/main amd64 libgd3 amd64 2.3.3-9 [124 kB] #13 8.025 Get:243 http://deb.debian.org/debian bookworm/main amd64 libc-devtools amd64 2.36-9+deb12u3 [52.9 kB] #13 8.041 Get:244 http://deb.debian.org/debian bookworm/main amd64 libcapture-tiny-perl all 0.48-2 [24.6 kB] #13 8.046 Get:245 http://deb.debian.org/debian bookworm/main amd64 libcgi-pm-perl all 4.55-1 [220 kB] #13 8.048 Get:246 http://deb.debian.org/debian bookworm/main amd64 libfcgi0ldbl amd64 2.4.2-2 [26.1 kB] #13 8.048 Get:247 http://deb.debian.org/debian bookworm/main amd64 libfcgi-perl amd64 0.82+ds-2 [25.2 kB] #13 8.049 Get:248 http://deb.debian.org/debian bookworm/main amd64 libcgi-fast-perl all 1:2.15-1 [12.1 kB] #13 8.050 Get:249 http://deb.debian.org/debian bookworm/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B] #13 8.050 Get:250 http://deb.debian.org/debian bookworm/main amd64 libclass-inspector-perl all 1.36-3 [17.5 kB] #13 8.050 Get:251 http://deb.debian.org/debian bookworm/main amd64 libcommon-sense-perl amd64 3.75-3 [23.0 kB] #13 8.051 Get:252 http://deb.debian.org/debian bookworm/main amd64 libconfig-tiny-perl all 2.28-2 [16.4 kB] #13 8.051 Get:253 http://deb.debian.org/debian bookworm/main amd64 libparams-util-perl amd64 1.102-2+b1 [24.8 kB] #13 8.052 Get:254 http://deb.debian.org/debian bookworm/main amd64 libsub-install-perl all 0.929-1 [10.5 kB] #13 8.053 Get:255 http://deb.debian.org/debian bookworm/main amd64 libdata-optlist-perl all 0.113-1 [10.6 kB] #13 8.054 Get:256 http://deb.debian.org/debian bookworm/main amd64 libsub-exporter-perl all 0.989-1 [50.5 kB] #13 8.055 Get:257 http://deb.debian.org/debian bookworm/main amd64 libconst-fast-perl all 0.014-2 [8792 B] #13 8.057 Get:258 http://deb.debian.org/debian bookworm/main amd64 libwant-perl amd64 0.29-2+b1 [27.5 kB] #13 8.059 Get:259 http://deb.debian.org/debian bookworm/main amd64 libcontextual-return-perl all 0.004014-4 [54.9 kB] #13 8.060 Get:260 http://deb.debian.org/debian bookworm/main amd64 libconvert-binhex-perl all 1.125-3 [27.4 kB] #11 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 4.9s done #11 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 0.1s #12 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 #15 0.584 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #15 0.592 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] #15 0.594 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #15 0.652 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB] #15 0.721 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [12.7 kB] #13 11.36 Selecting previously unselected package libexpat1:armhf. #13 11.36 Preparing to unpack .../8-libexpat1_2.5.0-1_armhf.deb ... #13 11.38 Unpacking libexpat1:armhf (2.5.0-1) ... #13 11.45 Selecting previously unselected package python3.11-minimal. #13 11.45 Preparing to unpack .../9-python3.11-minimal_3.11.2-6_armhf.deb ... #13 11.45 Unpacking python3.11-minimal (3.11.2-6) ... #13 1.750 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf Packages [20.0 MB] #12 4.723 Fedora 38 - x86_64 19 MB/s | 83 MB 00:04 #12 ... #13 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #13 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #13 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #13 sha256:04cf306d01a03309934b49ac4b9f487abb8a054b71141fa53df6df482ab7d7eb 1.58kB / 1.58kB done #13 sha256:052f81af891aab3b16476354b67a8eeefa088f5076144c7bdd163a81b862e28b 5.95kB / 5.95kB done #13 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.6s done #13 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.6s done #13 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 2.0s done #13 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.4s done #13 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 1.7s done #13 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 2.3s done #13 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 1.9s done #13 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.6s done #13 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 2.1s done #13 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 2.1s done #13 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 1.9s #10 ... #13 [stage-1 2/9] RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then rm -f /usr/bin/man; dpkg-divert --quiet --remove --rename /usr/bin/man; fi #13 DONE 4.2s #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 1.4s done #10 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 #13 8.088 Get:261 http://deb.debian.org/debian bookworm/main amd64 libcpanel-json-xs-perl amd64 4.35-1 [131 kB] #13 8.090 Get:262 http://deb.debian.org/debian bookworm/main amd64 libdevel-stacktrace-perl all 2.0400-2 [26.8 kB] #13 8.092 Get:263 http://deb.debian.org/debian bookworm/main amd64 libexception-class-perl all 1.45-1 [34.6 kB] #13 8.093 Get:264 http://deb.debian.org/debian bookworm/main amd64 libiterator-perl all 0.03+ds1-2 [18.8 kB] #13 8.094 Get:265 http://deb.debian.org/debian bookworm/main amd64 libiterator-util-perl all 0.02+ds1-2 [14.0 kB] #13 8.108 Get:266 http://deb.debian.org/debian bookworm/main amd64 libdata-dpath-perl all 0.58-2 [43.6 kB] #13 8.108 Get:267 http://deb.debian.org/debian bookworm/main amd64 libdata-dump-perl all 1.25-1 [28.4 kB] #13 8.110 Get:268 http://deb.debian.org/debian bookworm/main amd64 libdata-messagepack-perl amd64 1.02-1+b1 [35.2 kB] #13 8.111 Get:269 http://deb.debian.org/debian bookworm/main amd64 libnet-domain-tld-perl all 1.75-3 [31.9 kB] #13 8.113 Get:270 http://deb.debian.org/debian bookworm/main amd64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB] #13 8.115 Get:271 http://deb.debian.org/debian bookworm/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.7 kB] #13 8.116 Get:272 http://deb.debian.org/debian bookworm/main amd64 libnet-netmask-perl all 2.0002-2 [28.6 kB] #13 8.118 Get:273 http://deb.debian.org/debian bookworm/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-2+b1 [99.5 kB] #13 8.119 Get:274 http://deb.debian.org/debian bookworm/main amd64 libdata-validate-ip-perl all 0.31-1 [20.6 kB] #13 8.120 Get:275 http://deb.debian.org/debian bookworm/main amd64 libdata-validate-uri-perl all 0.07-2 [11.2 kB] #13 8.121 Get:276 http://deb.debian.org/debian bookworm/main amd64 libdevel-size-perl amd64 0.83-2+b1 [24.3 kB] #13 8.123 Get:277 http://deb.debian.org/debian bookworm/main amd64 libdistro-info-perl all 1.5+deb12u1 [5384 B] #13 8.124 Get:278 http://deb.debian.org/debian bookworm/main amd64 libemail-address-xs-perl amd64 1.05-1+b1 [29.4 kB] #13 8.125 Get:279 http://deb.debian.org/debian bookworm/main amd64 libexporter-tiny-perl all 1.006000-1 [38.6 kB] #13 8.128 Get:280 http://deb.debian.org/debian bookworm/main amd64 libfcgi-bin amd64 2.4.2-2 [12.9 kB] #13 8.130 Get:281 http://deb.debian.org/debian bookworm/main amd64 libindirect-perl amd64 0.39-2+b1 [27.1 kB] #13 8.132 Get:282 http://deb.debian.org/debian bookworm/main amd64 libxs-parse-keyword-perl amd64 0.33-1 [58.4 kB] #13 8.134 Get:283 http://deb.debian.org/debian bookworm/main amd64 libxs-parse-sublike-perl amd64 0.16-1+b2 [28.5 kB] #13 8.135 Get:284 http://deb.debian.org/debian bookworm/main amd64 libobject-pad-perl amd64 0.78-1 [116 kB] #13 8.137 Get:285 http://deb.debian.org/debian bookworm/main amd64 libfeature-compat-class-perl all 0.05-1 [11.0 kB] #13 8.138 Get:286 http://deb.debian.org/debian bookworm/main amd64 libsyntax-keyword-try-perl amd64 0.28-1 [28.6 kB] #13 8.187 Get:287 http://deb.debian.org/debian bookworm/main amd64 libfeature-compat-try-perl all 0.05-1 [10.4 kB] #13 8.188 Get:288 http://deb.debian.org/debian bookworm/main amd64 libipc-system-simple-perl all 1.30-2 [26.8 kB] #13 8.189 Get:289 http://deb.debian.org/debian bookworm/main amd64 libfile-basedir-perl all 0.09-2 [15.1 kB] #13 8.191 Get:290 http://deb.debian.org/debian bookworm/main amd64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB] #13 8.191 Get:291 http://deb.debian.org/debian bookworm/main amd64 libfile-fcntllock-perl amd64 0.22-4+b1 [34.8 kB] #13 8.193 Get:292 http://deb.debian.org/debian bookworm/main amd64 libnumber-compare-perl all 0.03-3 [6332 B] #13 8.194 Get:293 http://deb.debian.org/debian bookworm/main amd64 libtext-glob-perl all 0.11-3 [7676 B] #13 8.195 Get:294 http://deb.debian.org/debian bookworm/main amd64 libfile-find-rule-perl all 0.34-3 [26.6 kB] #13 8.197 Get:295 http://deb.debian.org/debian bookworm/main amd64 libfont-afm-perl all 1.20-4 [13.1 kB] #13 8.199 Get:296 http://deb.debian.org/debian bookworm/main amd64 libio-string-perl all 1.08-4 [12.1 kB] #13 8.200 Get:297 http://deb.debian.org/debian bookworm/main amd64 libfont-ttf-perl all 1.06-2 [318 kB] #13 8.202 Get:298 http://deb.debian.org/debian bookworm/main amd64 libfreezethaw-perl all 0.5001-3 [16.0 kB] #13 8.203 Get:299 http://deb.debian.org/debian bookworm/main amd64 libsort-versions-perl all 1.62-3 [8928 B] #13 8.204 Get:300 http://deb.debian.org/debian bookworm/main amd64 libgit-wrapper-perl all 0.048-2 [33.4 kB] #13 8.206 Get:301 http://deb.debian.org/debian bookworm/main amd64 libhttp-tiny-multipart-perl all 0.08-2 [9812 B] #13 8.207 Get:302 http://deb.debian.org/debian bookworm/main amd64 libio-prompter-perl all 0.004015-2 [59.9 kB] #13 8.209 Get:303 http://deb.debian.org/debian bookworm/main amd64 libjson-perl all 4.10000-1 [87.5 kB] #13 8.210 Get:304 http://deb.debian.org/debian bookworm/main amd64 liblog-any-perl all 1.713-1 [76.3 kB] #13 8.212 Get:305 http://deb.debian.org/debian bookworm/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [13.3 kB] #13 8.234 Get:306 http://deb.debian.org/debian bookworm/main amd64 libpackage-stash-perl all 0.40-1 [22.0 kB] #13 8.235 Get:307 http://deb.debian.org/debian bookworm/main amd64 libsub-identify-perl amd64 0.14-3 [10.9 kB] #13 8.236 Get:308 http://deb.debian.org/debian bookworm/main amd64 libsub-name-perl amd64 0.26-2+b1 [12.6 kB] #13 8.238 Get:309 http://deb.debian.org/debian bookworm/main amd64 libnamespace-clean-perl all 0.27-2 [17.8 kB] #13 8.239 Get:310 http://deb.debian.org/debian bookworm/main amd64 libpath-tiny-perl all 0.144-1 [56.4 kB] #13 8.240 Get:311 http://deb.debian.org/debian bookworm/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB] #13 8.242 Get:312 http://deb.debian.org/debian bookworm/main amd64 libtype-tiny-perl all 2.002001-1 [377 kB] #13 8.249 Get:313 http://deb.debian.org/debian bookworm/main amd64 libgitlab-api-v4-perl all 0.26-3 [88.2 kB] #13 8.253 Get:314 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.6-2 [1398 kB] #13 8.265 Get:315 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-data all 2.74.6-2 [1207 kB] #13 8.272 Get:316 http://deb.debian.org/debian bookworm/main amd64 libgpm2 amd64 1.20.7-10+b1 [14.2 kB] #13 8.272 Get:317 http://deb.debian.org/debian bookworm/main amd64 libhtml-form-perl all 6.11-1 [33.1 kB] #13 8.273 Get:318 http://deb.debian.org/debian bookworm/main amd64 libhtml-format-perl all 2.16-2 [38.8 kB] #13 8.273 Get:319 http://deb.debian.org/debian bookworm/main amd64 libhtml-html5-entities-perl all 0.004-3 [21.0 kB] #13 8.274 Get:320 http://deb.debian.org/debian bookworm/main amd64 libhtml-tokeparser-simple-perl all 3.16-4 [39.1 kB] #13 8.275 Get:321 http://deb.debian.org/debian bookworm/main amd64 libhttp-daemon-perl all 6.16-1 [23.5 kB] #13 8.275 Get:322 http://deb.debian.org/debian bookworm/main amd64 libio-interactive-perl all 1.023-2 [11.0 kB] #13 8.275 Get:323 http://deb.debian.org/debian bookworm/main amd64 libio-sessiondata-perl all 1.03-3 [6316 B] #13 8.276 Get:324 http://deb.debian.org/debian bookworm/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB] #13 8.277 Get:325 http://deb.debian.org/debian bookworm/main amd64 libipc-run3-perl all 0.048-3 [33.2 kB] #13 8.278 Get:326 http://deb.debian.org/debian bookworm/main amd64 libtypes-serialiser-perl all 1.01-1 [12.2 kB] #13 8.278 Get:327 http://deb.debian.org/debian bookworm/main amd64 libjson-xs-perl amd64 4.030-2+b1 [92.1 kB] #13 8.280 Get:328 http://deb.debian.org/debian bookworm/main amd64 libjson-maybexs-perl all 1.004004-1 [13.3 kB] #13 8.280 Get:329 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] #13 8.280 Get:330 http://deb.debian.org/debian bookworm/main amd64 liblist-compare-perl all 0.55-2 [65.7 kB] #13 8.282 Get:331 http://deb.debian.org/debian bookworm/main amd64 liblist-someutils-perl all 0.59-1 [37.1 kB] #13 8.283 Get:332 http://deb.debian.org/debian bookworm/main amd64 liblist-someutils-xs-perl amd64 0.58-3 [34.5 kB] #13 8.285 Get:333 http://deb.debian.org/debian bookworm/main amd64 liblist-utilsby-perl all 0.12-2 [15.5 kB] #13 8.290 Get:334 http://deb.debian.org/debian bookworm/main amd64 libltdl7 amd64 2.4.7-5 [393 kB] #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 3.3s done #10 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 done #10 DONE 10.7s #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 8.293 Get:335 http://deb.debian.org/debian bookworm/main amd64 libltdl-dev amd64 2.4.7-5 [164 kB] #13 8.296 Get:336 http://deb.debian.org/debian bookworm/main amd64 liblz1 amd64 1.13-5 [37.7 kB] #13 8.298 Get:337 http://deb.debian.org/debian bookworm/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB] #13 8.304 Get:338 http://deb.debian.org/debian bookworm/main amd64 libsys-hostname-long-perl all 1.5-3 [11.6 kB] #13 8.305 Get:339 http://deb.debian.org/debian bookworm/main amd64 libmail-sendmail-perl all 0.80-3 [24.3 kB] #13 8.306 Get:340 http://deb.debian.org/debian bookworm/main amd64 libnet-smtp-ssl-perl all 1.04-2 [6548 B] #13 8.309 Get:341 http://deb.debian.org/debian bookworm/main amd64 libmailtools-perl all 2.21-2 [95.6 kB] #13 8.310 Get:342 http://deb.debian.org/debian bookworm/main amd64 libmarkdown2 amd64 2.2.7-2 [37.0 kB] #13 8.311 Get:343 http://deb.debian.org/debian bookworm/main amd64 libmath-base85-perl all 0.5+dfsg-2 [6684 B] #13 8.312 Get:344 http://deb.debian.org/debian bookworm/main amd64 libmime-tools-perl all 5.510-1 [213 kB] #13 8.314 Get:345 http://deb.debian.org/debian bookworm/main amd64 libmldbm-perl all 2.05-4 [16.8 kB] #13 8.316 Get:346 http://deb.debian.org/debian bookworm/main amd64 libmoox-aliases-perl all 0.001006-2 [7156 B] #13 8.318 Get:347 http://deb.debian.org/debian bookworm/main amd64 libmouse-perl amd64 2.5.10-1+b3 [170 kB] #13 8.319 Get:348 http://deb.debian.org/debian bookworm/main amd64 libpackage-stash-xs-perl amd64 0.30-1+b1 [19.8 kB] #13 8.322 Get:349 http://deb.debian.org/debian bookworm/main amd64 libpath-iterator-rule-perl all 1.015-2 [41.7 kB] #13 8.324 Get:350 http://deb.debian.org/debian bookworm/main amd64 libperlio-gzip-perl amd64 0.20-1+b1 [17.3 kB] #13 8.325 Get:351 http://deb.debian.org/debian bookworm/main amd64 libperlio-utf8-strict-perl amd64 0.010-1 [11.4 kB] #13 8.326 Get:352 http://deb.debian.org/debian bookworm/main amd64 libpod-parser-perl all 1.65-1 [96.3 kB] #13 8.333 Get:353 http://deb.debian.org/debian bookworm/main amd64 libpod-constants-perl all 0.19-2 [17.3 kB] #13 8.334 Get:354 http://deb.debian.org/debian bookworm/main amd64 libproc-processtable-perl amd64 0.634-1+b2 [43.1 kB] #13 8.336 Get:355 http://deb.debian.org/debian bookworm/main amd64 libre2-9 amd64 20220601+dfsg-1+b1 [179 kB] #13 8.338 Get:356 http://deb.debian.org/debian bookworm/main amd64 libre-engine-re2-perl amd64 0.17+ds-1 [19.3 kB] #13 8.339 Get:357 http://deb.debian.org/debian bookworm/main amd64 libreadonly-perl all 2.050-3 [23.1 kB] #13 8.340 Get:358 http://deb.debian.org/debian bookworm/main amd64 libref-util-perl all 0.204-2 [17.4 kB] #13 8.352 Get:359 http://deb.debian.org/debian bookworm/main amd64 libref-util-xs-perl amd64 0.117-2+b1 [14.1 kB] #13 8.354 Get:360 http://deb.debian.org/debian bookworm/main amd64 libregexp-pattern-license-perl all 3.9.4-3 [93.3 kB] #13 8.356 Get:361 http://deb.debian.org/debian bookworm/main amd64 libregexp-pattern-perl all 0.2.14-2 [18.7 kB] #13 8.382 Get:362 http://deb.debian.org/debian bookworm/main amd64 libregexp-wildcards-perl all 1.05-3 [14.1 kB] #13 8.382 Get:363 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] #13 8.383 Get:364 http://deb.debian.org/debian bookworm/main amd64 libsereal-decoder-perl amd64 5.003+ds-1 [99.5 kB] #13 8.387 Get:365 http://deb.debian.org/debian bookworm/main amd64 libsereal-encoder-perl amd64 5.003+ds-1 [102 kB] #13 8.388 Get:366 http://deb.debian.org/debian bookworm/main amd64 libset-intspan-perl all 1.19-3 [25.3 kB] #13 8.390 Get:367 http://deb.debian.org/debian bookworm/main amd64 libtask-weaken-perl all 1.06-2 [9364 B] #13 8.393 Get:368 http://deb.debian.org/debian bookworm/main amd64 libxml-parser-perl amd64 2.46-4 [201 kB] #15 0.744 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB] #13 11.68 Setting up libssl3:armhf (3.0.11-1~deb12u2) ... #13 11.69 Setting up libpython3.11-minimal:armhf (3.11.2-6) ... #13 11.71 Setting up libexpat1:armhf (2.5.0-1) ... #13 11.72 Setting up python3.11-minimal (3.11.2-6) ... #12 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 1.5s done #12 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 #13 8.394 Get:369 http://deb.debian.org/debian bookworm/main amd64 libsoap-lite-perl all 1.27-3 [239 kB] #13 8.397 Get:370 http://deb.debian.org/debian bookworm/main amd64 libsocket6-perl amd64 0.29-3 [21.6 kB] #13 8.397 Get:371 http://deb.debian.org/debian bookworm/main amd64 libstring-copyright-perl all 0.003014-1 [23.4 kB] #13 8.398 Get:372 http://deb.debian.org/debian bookworm/main amd64 libstring-escape-perl all 2010.002-3 [18.7 kB] #13 8.400 Get:373 http://deb.debian.org/debian bookworm/main amd64 libstring-license-perl all 0.0.2-1 [34.3 kB] #13 8.401 Get:374 http://deb.debian.org/debian bookworm/main amd64 libstring-shellquote-perl all 1.04-3 [11.9 kB] #13 8.402 Get:375 http://deb.debian.org/debian bookworm/main amd64 libsys-cpuaffinity-perl amd64 1.13~03-2+b1 [33.4 kB] #13 8.403 Get:376 http://deb.debian.org/debian bookworm/main amd64 libterm-readkey-perl amd64 2.38-2+b1 [24.5 kB] #13 8.404 Get:377 http://deb.debian.org/debian bookworm/main amd64 libtext-levenshteinxs-perl amd64 0.03-5+b1 [8404 B] #13 8.405 Get:378 http://deb.debian.org/debian bookworm/main amd64 libtext-markdown-discount-perl amd64 0.16-1 [13.0 kB] #13 8.406 Get:379 http://deb.debian.org/debian bookworm/main amd64 libtext-xslate-perl amd64 3.5.9-1+b2 [198 kB] #13 8.409 Get:380 http://deb.debian.org/debian bookworm/main amd64 libtime-duration-perl all 1.21-2 [13.1 kB] #13 8.410 Get:381 http://deb.debian.org/debian bookworm/main amd64 libtime-moment-perl amd64 0.44-2+b1 [73.0 kB] #13 8.412 Get:382 http://deb.debian.org/debian bookworm/main amd64 libtype-tiny-xs-perl amd64 0.025-1 [26.4 kB] #13 8.413 Get:383 http://deb.debian.org/debian bookworm/main amd64 libunicode-utf8-perl amd64 0.62-2 [20.2 kB] #13 8.413 Get:384 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB] #13 8.415 Get:385 http://deb.debian.org/debian bookworm/main amd64 libwww-mechanize-perl all 2.16-1 [116 kB] #13 8.417 Get:386 http://deb.debian.org/debian bookworm/main amd64 libxdelta2 amd64 1.1.3-10.4 [49.5 kB] #13 8.417 Get:387 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] #13 8.418 Get:388 http://deb.debian.org/debian bookworm/main amd64 libxml-namespacesupport-perl all 1.12-2 [15.1 kB] #13 8.419 Get:389 http://deb.debian.org/debian bookworm/main amd64 libxml-sax-base-perl all 1.09-3 [20.6 kB] #13 8.421 Get:390 http://deb.debian.org/debian bookworm/main amd64 libxml-sax-perl all 1.02+dfsg-3 [59.4 kB] #13 8.421 Get:391 http://deb.debian.org/debian bookworm/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1+b1 [322 kB] #13 8.424 Get:392 http://deb.debian.org/debian bookworm/main amd64 libxml-sax-expat-perl all 0.51-2 [11.1 kB] #13 8.435 Get:393 http://deb.debian.org/debian bookworm/main amd64 libxmlrpc-lite-perl all 0.717-5 [22.4 kB] #13 8.436 Get:394 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] #13 8.436 Get:395 http://deb.debian.org/debian bookworm/main amd64 libxstring-perl amd64 0.005-2+b1 [8320 B] #13 8.437 Get:396 http://deb.debian.org/debian bookworm/main amd64 libyaml-0-2 amd64 0.2.5-1 [53.6 kB] #13 8.439 Get:397 http://deb.debian.org/debian bookworm/main amd64 libyaml-libyaml-perl amd64 0.86+ds-1 [34.4 kB] #13 8.440 Get:398 http://deb.debian.org/debian bookworm/main amd64 licensecheck all 3.3.5-1 [49.8 kB] #13 8.441 Get:399 http://deb.debian.org/debian bookworm/main amd64 plzip amd64 1.10-5 [61.9 kB] #13 8.443 Get:400 http://deb.debian.org/debian bookworm/main amd64 lzop amd64 1.04-2 [84.2 kB] #13 8.445 Get:401 http://deb.debian.org/debian bookworm/main amd64 t1utils amd64 1.41-4 [62.1 kB] #13 8.446 Get:402 http://deb.debian.org/debian bookworm/main amd64 unzip amd64 6.0-28 [166 kB] #13 8.448 Get:403 http://deb.debian.org/debian bookworm/main amd64 lintian all 2.116.3 [1130 kB] #13 8.459 Get:404 http://deb.debian.org/debian bookworm/main amd64 lsb-release all 12.0-1 [6416 B] #13 8.460 Get:405 http://deb.debian.org/debian bookworm/main amd64 manpages-dev all 6.03-2 [2030 kB] #13 8.471 Get:406 http://deb.debian.org/debian bookworm/main amd64 pbzip2 amd64 1.1.13-1 [44.9 kB] #13 8.472 Get:407 http://deb.debian.org/debian bookworm/main amd64 pixz amd64 1.0.7-2 [21.2 kB] #13 8.473 Get:408 http://deb.debian.org/debian bookworm/main amd64 xdelta amd64 1.1.3-10.4 [28.0 kB] #13 8.473 Get:409 http://deb.debian.org/debian bookworm/main amd64 xdelta3 amd64 3.0.11-dfsg-1.2 [70.4 kB] #13 8.474 Get:410 http://deb.debian.org/debian bookworm/main amd64 pristine-tar amd64 1.50 [113 kB] #13 8.474 Get:411 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] #13 8.476 Get:412 http://deb.debian.org/debian bookworm/main amd64 python-apt-common all 2.6.0 [64.3 kB] #13 8.476 Get:413 http://deb.debian.org/debian bookworm/main amd64 python3-apt amd64 2.6.0 [159 kB] #13 8.478 Get:414 http://deb.debian.org/debian bookworm/main amd64 python3-certifi all 2022.9.24-1 [153 kB] #13 8.479 Get:415 http://deb.debian.org/debian bookworm/main amd64 python3-charset-normalizer all 3.0.1-2 [49.3 kB] #13 8.479 Get:416 http://deb.debian.org/debian bookworm/main amd64 python3-idna all 3.3-1 [39.4 kB] #13 8.480 Get:417 http://deb.debian.org/debian bookworm/main amd64 python3-magic all 2:0.4.26-3 [14.5 kB] #13 8.480 Get:418 http://deb.debian.org/debian bookworm/main amd64 python3-six all 1.16.0-4 [17.5 kB] #13 8.482 Get:419 http://deb.debian.org/debian bookworm/main amd64 python3-urllib3 all 1.26.12-1 [117 kB] #13 8.483 Get:420 http://deb.debian.org/debian bookworm/main amd64 python3-requests all 2.28.1+dfsg-1 [67.9 kB] #13 8.485 Get:421 http://deb.debian.org/debian bookworm/main amd64 python3-unidiff all 0.7.3-1 [11.7 kB] #13 8.485 Get:422 http://deb.debian.org/debian bookworm/main amd64 shared-mime-info amd64 2.2-1 [729 kB] #13 8.493 Get:423 http://deb.debian.org/debian bookworm/main amd64 strace amd64 6.1-0.1 [1314 kB] #13 8.501 Get:424 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] #13 8.501 Get:425 http://deb.debian.org/debian bookworm/main amd64 xdg-user-dirs amd64 0.18-1 [54.4 kB] #13 8.502 Get:426 http://deb.debian.org/debian bookworm/main amd64 zstd amd64 1.5.4+dfsg2-5 [701 kB] #13 8.670 debconf: delaying package configuration, since apt-utils is not installed #12 ... #13 [stage-1 2/9] RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then rm -f /usr/bin/man; dpkg-divert --quiet --remove --rename /usr/bin/man; fi #13 DONE 3.9s #12 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #12 ... #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #10 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 2.1s done #10 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 #13 8.696 Fetched 194 MB in 2s (78.1 MB/s) #13 8.765 Selecting previously unselected package perl-modules-5.36. #13 8.765 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6098 files and directories currently installed.) #13 8.770 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7+deb12u1_all.deb ... #13 8.773 Unpacking perl-modules-5.36 (5.36.0-7+deb12u1) ... #21 DONE 6.1s #22 [build 1/2] COPY --link --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo #22 DONE 0.1s #23 [build 2/2] RUN --mount=type=bind,target=.,ro --mount=type=cache,target=/root/.cache --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk --mount=type=tmpfs,target=cli/winresources xx-go --wrap && TARGET=/out ./scripts/build/binary && xx-verify $([ "static" = "static" ] && echo "--static") /out/docker #12 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 2.0s done #12 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e #10 extracting sha256:14a668eb019584bccadd4d07b7f86ec96a4dad1a80f789a5cf9aa7a0217781ae 2.0s done #10 DONE 3.1s #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #11 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #11 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #11 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.7s done #11 sha256:39026bab5d1f5a3dbb822b9dacd5202cc77157ad7426bcd23719667e357182a1 1.58kB / 1.58kB done #11 sha256:2fd8f74530ee4723f04a80aec860a61dd471f04d9c04f3544b2bdf05bff4d6e9 5.96kB / 5.96kB done #11 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 23.58MB / 23.58MB 0.3s done #11 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.99MB / 63.99MB 1.1s done #11 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 1.7s done #11 sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 86.39MB / 86.39MB 1.9s done #11 sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 64.16MB / 64.16MB 1.7s done #11 sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba 155B / 155B 1.1s done #11 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0.5s done #11 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 0.1s #14 0.375 Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] #12 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 3.3s done #13 9.082 Selecting previously unselected package libgdbm6:amd64. #13 9.084 Preparing to unpack .../1-libgdbm6_1.23-3_amd64.deb ... #13 9.091 Unpacking libgdbm6:amd64 (1.23-3) ... #13 9.127 Selecting previously unselected package libgdbm-compat4:amd64. #13 9.129 Preparing to unpack .../2-libgdbm-compat4_1.23-3_amd64.deb ... #13 9.133 Unpacking libgdbm-compat4:amd64 (1.23-3) ... #13 9.178 Selecting previously unselected package libperl5.36:amd64. #13 9.180 Preparing to unpack .../3-libperl5.36_5.36.0-7+deb12u1_amd64.deb ... #13 9.186 Unpacking libperl5.36:amd64 (5.36.0-7+deb12u1) ... #12 4.418 Fedora 39 - x86_64 23 MB/s | 89 MB 00:03 #11 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 2.9s done #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 3.7s done #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 #23 0.344 Building static docker-linux-amd64 #15 1.794 Fetched 9185 kB in 1s (6262 kB/s) #14 0.500 Get:2 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1057 kB] #14 0.560 Get:3 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.6 kB] #14 0.561 Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1346 kB] #14 0.576 Get:5 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1617 kB] #14 0.626 Get:6 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] #12 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 done #12 DONE 11.2s #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 6.663 Get:85 http://deb.debian.org/debian buster/main amd64 g++ amd64 4:8.3.0-1 [1644 B] #13 6.663 Get:86 http://deb.debian.org/debian buster/main amd64 make amd64 4.2.1-1.2 [341 kB] #13 6.666 Get:87 http://deb.debian.org/debian buster/main amd64 libdpkg-perl all 1.19.8 [1415 kB] #13 6.680 Get:88 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] #13 6.681 Get:89 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.8 [1776 kB] #13 6.699 Get:90 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B] #13 6.699 Get:91 http://deb.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1n-0+deb10u6 [855 kB] #13 6.708 Get:92 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] #13 6.710 Get:93 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB] #13 6.711 Get:94 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB] #13 6.712 Get:95 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB] #13 6.713 Get:96 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB] #13 6.715 Get:97 http://deb.debian.org/debian-security buster/updates/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u2 [85.8 kB] #13 6.716 Get:98 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] #13 6.717 Get:99 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] #13 6.718 Get:100 http://deb.debian.org/debian-security buster/updates/main amd64 libssh2-1 amd64 1.8.0-2.1+deb10u1 [141 kB] #13 6.719 Get:101 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u8 [335 kB] #13 6.726 Get:102 http://deb.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u8 [266 kB] #13 6.729 Get:103 http://deb.debian.org/debian buster/main amd64 dctrl-tools amd64 2.24-3 [103 kB] #13 6.730 Get:104 http://deb.debian.org/debian buster/main amd64 libtool all 2.4.6-9 [547 kB] #13 6.742 Get:105 http://deb.debian.org/debian buster/main amd64 dh-autoreconf all 19 [16.9 kB] #13 6.743 Get:106 http://deb.debian.org/debian buster/main amd64 libarchive-zip-perl all 1.64-1 [96.8 kB] #13 6.745 Get:107 http://deb.debian.org/debian buster/main amd64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB] #13 6.747 Get:108 http://deb.debian.org/debian buster/main amd64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB] #13 6.748 Get:109 http://deb.debian.org/debian buster/main amd64 dwz amd64 0.12-3 [78.0 kB] #13 6.749 Get:110 http://deb.debian.org/debian-security buster/updates/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u5 [1261 kB] #13 6.761 Get:111 http://deb.debian.org/debian buster/main amd64 libcroco3 amd64 0.6.12-3 [145 kB] #13 6.763 Get:112 http://deb.debian.org/debian-security buster/updates/main amd64 libncurses6 amd64 6.1+20181013-2+deb10u5 [102 kB] #13 6.764 Get:113 http://deb.debian.org/debian buster/main amd64 gettext amd64 0.19.8.1-9 [1303 kB] #13 6.780 Get:114 http://deb.debian.org/debian buster/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB] #13 6.780 Get:115 http://deb.debian.org/debian buster/main amd64 po-debconf all 1.0.21 [248 kB] #13 6.783 Get:116 http://deb.debian.org/debian buster/main amd64 debhelper all 12.1.1 [1016 kB] #13 6.794 Get:117 http://deb.debian.org/debian buster/main amd64 debian-keyring all 2019.02.25 [32.4 MB] #13 7.185 Get:118 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB] #13 7.186 Get:119 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB] #13 7.187 Get:120 http://deb.debian.org/debian buster/main amd64 libassuan0 amd64 2.5.2-1 [49.4 kB] #13 7.188 Get:121 http://deb.debian.org/debian buster/main amd64 gpgconf amd64 2.2.12-1+deb10u2 [510 kB] #13 7.193 Get:122 http://deb.debian.org/debian-security buster/updates/main amd64 libksba8 amd64 1.3.5-2+deb10u2 [102 kB] #13 7.194 Get:123 http://deb.debian.org/debian buster/main amd64 libnpth0 amd64 1.6-1 [18.4 kB] #13 7.195 Get:124 http://deb.debian.org/debian buster/main amd64 dirmngr amd64 2.2.12-1+deb10u2 [712 kB] #13 7.201 Get:125 http://deb.debian.org/debian buster/main amd64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB] #13 7.211 Get:126 http://deb.debian.org/debian buster/main amd64 gnupg-utils amd64 2.2.12-1+deb10u2 [861 kB] #13 7.220 Get:127 http://deb.debian.org/debian buster/main amd64 gpg amd64 2.2.12-1+deb10u2 [865 kB] #13 7.230 Get:128 http://deb.debian.org/debian buster/main amd64 pinentry-curses amd64 1.1.0-2 [64.5 kB] #13 7.230 Get:129 http://deb.debian.org/debian buster/main amd64 gpg-agent amd64 2.2.12-1+deb10u2 [617 kB] #13 7.237 Get:130 http://deb.debian.org/debian buster/main amd64 gpg-wks-client amd64 2.2.12-1+deb10u2 [485 kB] #13 7.243 Get:131 http://deb.debian.org/debian buster/main amd64 gpg-wks-server amd64 2.2.12-1+deb10u2 [478 kB] #13 7.248 Get:132 http://deb.debian.org/debian buster/main amd64 gpgsm amd64 2.2.12-1+deb10u2 [604 kB] #13 7.254 Get:133 http://deb.debian.org/debian buster/main amd64 gnupg all 2.2.12-1+deb10u2 [715 kB] #13 7.262 Get:134 http://deb.debian.org/debian buster/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] #13 7.262 Get:135 http://deb.debian.org/debian buster/main amd64 libfile-homedir-perl all 1.004-1 [42.7 kB] #13 7.263 Get:136 http://deb.debian.org/debian buster/main amd64 libio-pty-perl amd64 1:1.08-1.1+b5 [33.7 kB] #13 7.264 Get:137 http://deb.debian.org/debian buster/main amd64 libipc-run-perl all 20180523.0-1 [101 kB] #13 7.265 Get:138 http://deb.debian.org/debian buster/main amd64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB] #13 7.266 Get:139 http://deb.debian.org/debian buster/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B] #13 7.266 Get:140 http://deb.debian.org/debian buster/main amd64 libdevel-globaldestruction-perl all 0.14-1 [8084 B] #13 7.266 Get:141 http://deb.debian.org/debian buster/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b1 [11.4 kB] #13 7.267 Get:142 http://deb.debian.org/debian buster/main amd64 libdynaloader-functions-perl all 0.003-1 [12.6 kB] #13 7.267 Get:143 http://deb.debian.org/debian buster/main amd64 libdevel-callchecker-perl amd64 0.008-1 [15.7 kB] #13 7.270 Get:144 http://deb.debian.org/debian buster/main amd64 libparams-classify-perl amd64 0.015-1+b1 [25.5 kB] #13 7.271 Get:145 http://deb.debian.org/debian buster/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB] #13 7.307 Get:146 http://deb.debian.org/debian buster/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB] #13 7.307 Get:147 http://deb.debian.org/debian buster/main amd64 librole-tiny-perl all 2.000006-1 [19.4 kB] #13 7.308 Get:148 http://deb.debian.org/debian buster/main amd64 libstrictures-perl all 2.000005-1 [18.3 kB] #13 7.308 Get:149 http://deb.debian.org/debian buster/main amd64 libsub-quote-perl all 2.005001-1 [17.9 kB] #13 7.308 Get:150 http://deb.debian.org/debian buster/main amd64 libmoo-perl all 2.003004-2 [57.4 kB] #13 7.309 Get:151 http://deb.debian.org/debian buster/main amd64 libencode-locale-perl all 1.05-1 [13.7 kB] #13 7.310 Get:152 http://deb.debian.org/debian buster/main amd64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB] #13 7.310 Get:153 http://deb.debian.org/debian buster/main amd64 libhttp-date-perl all 6.02-1 [10.7 kB] #13 7.311 Get:154 http://deb.debian.org/debian buster/main amd64 libfile-listing-perl all 6.04-1 [10.3 kB] #13 7.311 Get:155 http://deb.debian.org/debian buster/main amd64 libhtml-tagset-perl all 3.20-3 [12.7 kB] #13 7.312 Get:156 http://deb.debian.org/debian buster/main amd64 liburi-perl all 1.76-1 [89.9 kB] #13 7.313 Get:157 http://deb.debian.org/debian buster/main amd64 libhtml-parser-perl amd64 3.72-3+b3 [105 kB] #13 7.314 Get:158 http://deb.debian.org/debian buster/main amd64 libhtml-tree-perl all 5.07-2 [213 kB] #13 7.317 Get:159 http://deb.debian.org/debian buster/main amd64 libio-html-perl all 1.001-1 [17.6 kB] #13 7.318 Get:160 http://deb.debian.org/debian buster/main amd64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB] #13 7.319 Get:161 http://deb.debian.org/debian buster/main amd64 libhttp-message-perl all 6.18-1 [77.8 kB] #13 7.321 Get:162 http://deb.debian.org/debian buster/main amd64 libhttp-cookies-perl all 6.04-1 [17.8 kB] #13 7.321 Get:163 http://deb.debian.org/debian buster/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB] #13 7.322 Get:164 http://deb.debian.org/debian buster/main amd64 perl-openssl-defaults amd64 3 [6782 B] #13 7.324 Get:165 http://deb.debian.org/debian buster/main amd64 libnet-ssleay-perl amd64 1.85-2+deb10u1 [308 kB] #13 7.327 Get:166 http://deb.debian.org/debian buster/main amd64 libio-socket-ssl-perl all 2.060-3 [207 kB] #13 7.330 Get:167 http://deb.debian.org/debian buster/main amd64 libnet-http-perl all 6.18-1 [24.5 kB] #13 7.330 Get:168 http://deb.debian.org/debian buster/main amd64 liblwp-protocol-https-perl all 6.07-2 [9242 B] #13 7.331 Get:169 http://deb.debian.org/debian buster/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB] #13 7.331 Get:170 http://deb.debian.org/debian buster/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB] #13 7.332 Get:171 http://deb.debian.org/debian buster/main amd64 libwww-perl all 6.36-2 [188 kB] #13 7.335 Get:172 http://deb.debian.org/debian buster/main amd64 patchutils amd64 0.3.4-2 [90.4 kB] #13 7.337 Get:173 http://deb.debian.org/debian buster/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB] #13 7.339 Get:174 http://deb.debian.org/debian buster/main amd64 devscripts amd64 2.19.5+deb10u1 [1046 kB] #13 7.350 Get:175 http://deb.debian.org/debian buster/main amd64 diffstat amd64 1.62-1 [33.4 kB] #13 7.353 Get:176 http://deb.debian.org/debian-security buster/updates/main amd64 distro-info-data all 0.41+deb10u8 [7540 B] #13 7.353 Get:177 http://deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] #13 7.355 Get:178 http://deb.debian.org/debian buster/main amd64 python3-chardet all 3.0.4-3 [80.5 kB] #13 7.356 Get:179 http://deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] #13 7.360 Get:180 http://deb.debian.org/debian buster/main amd64 python3-debian all 0.1.35 [78.8 kB] #13 7.362 Get:181 http://deb.debian.org/debian buster/main amd64 libgpgme11 amd64 1.12.0-6 [251 kB] #13 7.365 Get:182 http://deb.debian.org/debian buster/main amd64 python3-gpg amd64 1.12.0-6 [301 kB] #13 7.368 Get:183 http://deb.debian.org/debian buster/main amd64 dput all 1.0.3 [54.5 kB] #13 7.369 Get:184 http://deb.debian.org/debian buster/main amd64 equivs all 2.2.0 [22.4 kB] #13 7.371 Get:185 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-config all 4.92-8+deb10u9 [325 kB] #13 7.376 Get:186 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-base amd64 4.92-8+deb10u9 [1138 kB] #13 7.391 Get:187 http://deb.debian.org/debian buster/main amd64 libevent-2.1-6 amd64 2.1.8-stable-4 [177 kB] #13 7.393 Get:188 http://deb.debian.org/debian-security buster/updates/main amd64 libunbound8 amd64 1.9.0-2+deb10u3 [463 kB] #13 7.399 Get:189 http://deb.debian.org/debian-security buster/updates/main amd64 libgnutls-dane0 amd64 3.6.7-4+deb10u11 [318 kB] #13 7.403 Get:190 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-daemon-light amd64 4.92-8+deb10u9 [585 kB] #13 7.410 Get:191 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u8 [333 kB] #13 7.414 Get:192 http://deb.debian.org/debian-security buster/updates/main amd64 libpcre2-8-0 amd64 10.32-5+deb10u1 [213 kB] #13 7.417 Get:193 http://deb.debian.org/debian buster/main amd64 liberror-perl all 0.17027-2 [30.9 kB] #13 7.418 Get:194 http://deb.debian.org/debian-security buster/updates/main amd64 git-man all 1:2.20.1-2+deb10u8 [1623 kB] #13 7.438 Get:195 http://deb.debian.org/debian-security buster/updates/main amd64 git amd64 1:2.20.1-2+deb10u8 [5631 kB] #13 7.525 Get:196 http://deb.debian.org/debian buster/main amd64 libgc1c2 amd64 1:7.6.4-0.4 [224 kB] #13 7.541 Get:197 http://deb.debian.org/debian buster/main amd64 libltdl7 amd64 2.4.6-9 [390 kB] #13 7.554 Get:198 http://deb.debian.org/debian buster/main amd64 guile-2.2-libs amd64 2.2.4+1-2+deb10u1 [4968 kB] #13 7.624 Get:199 http://deb.debian.org/debian buster/main amd64 iso-codes all 4.2-1 [2713 kB] #13 7.648 Get:200 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB] #13 7.648 Get:201 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB] #13 7.651 Get:202 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB] #13 7.652 Get:203 http://deb.debian.org/debian buster/main amd64 libapt-inst2.0 amd64 1.8.2.3 [204 kB] #13 7.657 Get:204 http://deb.debian.org/debian buster/main amd64 libapt-pkg-perl amd64 0.1.34+b1 [71.2 kB] #13 7.658 Get:205 http://deb.debian.org/debian buster/main amd64 libarchive-cpio-perl all 0.10-1 [10.3 kB] #13 7.658 Get:206 http://deb.debian.org/debian buster/main amd64 libasync-mergepoint-perl all 0.04-2 [10.4 kB] #13 7.658 Get:207 http://deb.debian.org/debian buster/main amd64 libauthen-sasl-perl all 2.1600-1 [50.8 kB] #13 7.659 Get:208 http://deb.debian.org/debian buster/main amd64 libmodule-implementation-perl all 0.09-1 [12.9 kB] #13 7.659 Get:209 http://deb.debian.org/debian buster/main amd64 libvariable-magic-perl amd64 0.62-1+b1 [45.9 kB] #13 7.660 Get:210 http://deb.debian.org/debian buster/main amd64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB] #13 7.660 Get:211 http://deb.debian.org/debian buster/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB] #13 7.661 Get:212 http://deb.debian.org/debian buster/main amd64 libcgi-pm-perl all 4.40-1 [222 kB] #13 7.663 Get:213 http://deb.debian.org/debian buster/main amd64 libfcgi-perl amd64 0.78-2+b3 [39.0 kB] #13 7.664 Get:214 http://deb.debian.org/debian buster/main amd64 libcgi-fast-perl all 1:2.13-1 [11.4 kB] #13 7.665 Get:215 http://deb.debian.org/debian buster/main amd64 libsub-name-perl amd64 0.21-1+b3 [13.6 kB] #13 7.667 Get:216 http://deb.debian.org/debian buster/main amd64 libclass-accessor-perl all 0.51-1 [23.2 kB] #13 7.668 Get:217 http://deb.debian.org/debian buster/main amd64 libclass-inspector-perl all 1.32-1 [19.1 kB] #13 7.679 Get:218 http://deb.debian.org/debian buster/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b2 [38.0 kB] #13 7.681 Get:219 http://deb.debian.org/debian buster/main amd64 libclone-perl amd64 0.41-1+b1 [14.6 kB] #13 7.683 Get:220 http://deb.debian.org/debian buster/main amd64 libcommon-sense-perl amd64 3.74-2+b7 [24.0 kB] #13 7.684 Get:221 http://deb.debian.org/debian buster/main amd64 libparams-util-perl amd64 1.07-3+b4 [23.0 kB] #13 7.685 Get:222 http://deb.debian.org/debian buster/main amd64 libsub-install-perl all 0.928-1 [11.4 kB] #13 7.686 Get:223 http://deb.debian.org/debian buster/main amd64 libdata-optlist-perl all 0.110-1 [10.6 kB] #13 7.687 Get:224 http://deb.debian.org/debian buster/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB] #13 7.689 Get:225 http://deb.debian.org/debian buster/main amd64 libconst-fast-perl all 0.014-1 [8250 B] #13 7.690 Get:226 http://deb.debian.org/debian buster/main amd64 libwant-perl amd64 0.29-1+b4 [28.9 kB] #13 7.691 Get:227 http://deb.debian.org/debian buster/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB] #13 7.693 Get:228 http://deb.debian.org/debian buster/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB] #13 7.695 Get:229 http://deb.debian.org/debian buster/main amd64 libdata-dump-perl all 1.23-1 [29.5 kB] #13 7.696 Get:230 http://deb.debian.org/debian buster/main amd64 libdigest-bubblebabble-perl all 0.02-2 [8238 B] #13 7.697 Get:231 http://deb.debian.org/debian buster/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB] #13 7.699 Get:232 http://deb.debian.org/debian-security buster/updates/main amd64 libdistro-info-perl all 0.21+deb10u1 [6908 B] #13 7.699 Get:233 http://deb.debian.org/debian buster/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B] #13 7.700 Get:234 http://deb.debian.org/debian buster/main amd64 libmailtools-perl all 2.18-1 [88.5 kB] #13 7.702 Get:235 http://deb.debian.org/debian buster/main amd64 libnet-ip-perl all 1.26-2 [29.0 kB] #13 7.702 Get:236 http://deb.debian.org/debian buster/main amd64 libnet-dns-perl all 1.19-1 [372 kB] #13 7.707 Get:237 http://deb.debian.org/debian buster/main amd64 libnet-domain-tld-perl all 1.75-1 [33.3 kB] #13 7.708 Get:238 http://deb.debian.org/debian buster/main amd64 libemail-valid-perl all 1.202-1 [23.0 kB] #13 7.708 Get:239 http://deb.debian.org/debian buster/main amd64 libexporter-tiny-perl all 1.002001-1 [36.9 kB] #13 7.709 Get:240 http://deb.debian.org/debian buster/main amd64 libipc-system-simple-perl all 1.25-4 [26.5 kB] #13 7.710 Get:241 http://deb.debian.org/debian buster/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB] #13 7.711 Get:242 http://deb.debian.org/debian buster/main amd64 libfile-chdir-perl all 0.1008-1 [13.3 kB] #13 7.711 Get:243 http://deb.debian.org/debian buster/main amd64 libfile-fcntllock-perl amd64 0.22-3+b5 [35.4 kB] #13 7.712 Get:244 http://deb.debian.org/debian buster/main amd64 libfont-afm-perl all 1.20-2 [13.6 kB] #13 7.713 Get:245 http://deb.debian.org/debian buster/main amd64 libfribidi0 amd64 1.0.5-3.1+deb10u2 [63.9 kB] #13 7.714 Get:246 http://deb.debian.org/debian buster/main amd64 libfuture-perl all 0.39-1 [74.5 kB] #13 7.715 Get:247 http://deb.debian.org/debian buster/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB] #13 7.716 Get:248 http://deb.debian.org/debian buster/main amd64 libparams-validate-perl amd64 1.29-1+b1 [67.6 kB] #13 7.718 Get:249 http://deb.debian.org/debian buster/main amd64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB] #13 7.719 Get:250 http://deb.debian.org/debian buster/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB] #13 7.720 Get:251 http://deb.debian.org/debian buster/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB] #13 7.722 Get:252 http://deb.debian.org/debian buster/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B] #13 7.722 Get:253 http://deb.debian.org/debian buster/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB] #13 7.723 Get:254 http://deb.debian.org/debian buster/main amd64 libjson-perl all 4.02000-1 [88.8 kB] #13 7.724 Get:255 http://deb.debian.org/debian buster/main amd64 liblog-any-perl all 1.707-1 [65.2 kB] #13 7.726 Get:256 http://deb.debian.org/debian buster/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB] #13 7.727 Get:257 http://deb.debian.org/debian buster/main amd64 libpackage-stash-perl all 0.38-1 [21.7 kB] #13 7.728 Get:258 http://deb.debian.org/debian buster/main amd64 libsub-identify-perl amd64 0.14-1+b1 [12.0 kB] #13 7.730 Get:259 http://deb.debian.org/debian buster/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB] #13 7.732 Get:260 http://deb.debian.org/debian buster/main amd64 libpath-tiny-perl all 0.108-1 [53.3 kB] #13 7.734 Get:261 http://deb.debian.org/debian buster/main amd64 libtype-tiny-perl all 1.004004-1 [266 kB] #13 7.737 Get:262 http://deb.debian.org/debian buster/main amd64 libgitlab-api-v4-perl all 0.16-1 [69.9 kB] #13 7.738 Get:263 http://deb.debian.org/debian-security buster/updates/main amd64 libglib2.0-data all 2.58.3-2+deb10u5 [1110 kB] #13 7.749 Get:264 http://deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] #13 7.749 Get:265 http://deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] #13 7.751 Get:266 http://deb.debian.org/debian buster/main amd64 libntlm0 amd64 1.5-1+deb10u1 [22.7 kB] #13 7.752 Get:267 http://deb.debian.org/debian buster/main amd64 libgsasl7 amd64 1.8.0-8+deb10u1 [207 kB] #13 7.754 Get:268 http://deb.debian.org/debian buster/main amd64 libhtml-form-perl all 6.03-1 [23.9 kB] #13 7.755 Get:269 http://deb.debian.org/debian buster/main amd64 libhtml-format-perl all 2.12-1 [43.5 kB] #13 7.756 Get:270 http://deb.debian.org/debian-security buster/updates/main amd64 libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB] #13 7.756 Get:271 http://deb.debian.org/debian buster/main amd64 libstruct-dumb-perl all 0.09-1 [11.1 kB] #13 7.756 Get:272 http://deb.debian.org/debian buster/main amd64 libio-async-perl all 0.72-1 [262 kB] #13 7.759 Get:273 http://deb.debian.org/debian buster/main amd64 libio-sessiondata-perl all 1.03-1 [5782 B] #13 7.759 Get:274 http://deb.debian.org/debian buster/main amd64 libio-string-perl all 1.08-3 [12.3 kB] #13 7.760 Get:275 http://deb.debian.org/debian buster/main amd64 libtypes-serialiser-perl all 1.0-1 [12.7 kB] #13 7.760 Get:276 http://deb.debian.org/debian buster/main amd64 libjson-xs-perl amd64 3.040-1+b1 [91.0 kB] #13 7.761 Get:277 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB] #13 7.762 Get:278 http://deb.debian.org/debian buster/main amd64 libkyotocabinet16v5 amd64 1.2.76-4.2+b1 [298 kB] #13 7.765 Get:279 http://deb.debian.org/debian buster/main amd64 liblist-compare-perl all 0.53-1 [68.9 kB] #13 7.766 Get:280 http://deb.debian.org/debian buster/main amd64 liblist-moreutils-perl amd64 0.416-1+b4 [64.2 kB] #13 7.767 Get:281 http://deb.debian.org/debian buster/main amd64 libltdl-dev amd64 2.4.6-9 [162 kB] #13 7.769 Get:282 http://deb.debian.org/debian buster/main amd64 libsys-hostname-long-perl all 1.5-1 [12.0 kB] #13 7.769 Get:283 http://deb.debian.org/debian buster/main amd64 libmail-sendmail-perl all 0.80-1 [25.3 kB] #13 7.770 Get:284 http://deb.debian.org/debian buster/main amd64 mailutils-common all 1:3.5-4 [689 kB] #13 7.777 Get:285 http://deb.debian.org/debian buster/main amd64 mysql-common all 5.8+1.0.5 [7324 B] #13 7.777 Get:286 http://deb.debian.org/debian-security buster/updates/main amd64 mariadb-common all 1:10.3.39-0+deb10u1 [33.5 kB] #13 7.777 Get:287 http://deb.debian.org/debian-security buster/updates/main amd64 libmariadb3 amd64 1:10.3.39-0+deb10u1 [173 kB] #13 7.779 Get:288 http://deb.debian.org/debian-security buster/updates/main amd64 libpython2.7-minimal amd64 2.7.16-2+deb10u3 [397 kB] #13 7.784 Get:289 http://deb.debian.org/debian-security buster/updates/main amd64 libpython2.7-stdlib amd64 2.7.16-2+deb10u3 [1910 kB] #13 7.802 Get:290 http://deb.debian.org/debian-security buster/updates/main amd64 libpython2.7 amd64 2.7.16-2+deb10u3 [1036 kB] #13 7.812 Get:291 http://deb.debian.org/debian buster/main amd64 libmailutils5 amd64 1:3.5-4 [880 kB] #13 7.820 Get:292 http://deb.debian.org/debian buster/main amd64 libmime-tools-perl all 5.509-1 [212 kB] #13 7.822 Get:293 http://deb.debian.org/debian buster/main amd64 libnet-dns-sec-perl amd64 1.11-1 [48.1 kB] #13 7.822 Get:294 http://deb.debian.org/debian buster/main amd64 libnet-libidn-perl amd64 0.12.ds-3+b1 [18.6 kB] #13 7.823 Get:295 http://deb.debian.org/debian buster/main amd64 libnumber-compare-perl all 0.03-1 [7642 B] #13 7.823 Get:296 http://deb.debian.org/debian buster/main amd64 libnumber-range-perl all 0.12-1 [9274 B] #13 7.823 Get:297 http://deb.debian.org/debian buster/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b7 [38.1 kB] #13 7.824 Get:298 http://deb.debian.org/debian buster/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b7 [28.7 kB] #13 7.830 Get:299 http://deb.debian.org/debian buster/main amd64 libpackage-stash-xs-perl amd64 0.29-1 [19.8 kB] #13 7.833 Get:300 http://deb.debian.org/debian buster/main amd64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB] #13 7.857 Get:301 http://deb.debian.org/debian buster/main amd64 libtext-glob-perl all 0.10-1 [8362 B] #13 7.859 Get:302 http://deb.debian.org/debian buster/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB] #13 7.861 Get:303 http://deb.debian.org/debian buster/main amd64 libperlio-gzip-perl amd64 0.19-1+b5 [17.4 kB] #13 7.864 Get:304 http://deb.debian.org/debian buster/main amd64 libpod-constants-perl all 0.19-1 [16.9 kB] #13 7.866 Get:305 http://deb.debian.org/debian buster/main amd64 libreadonly-perl all 2.050-1 [22.7 kB] #13 7.868 Get:306 http://deb.debian.org/debian buster/main amd64 libref-util-perl all 0.204-1 [17.1 kB] #13 7.869 Get:307 http://deb.debian.org/debian buster/main amd64 libref-util-xs-perl amd64 0.117-1+b1 [14.0 kB] #13 7.871 Get:308 http://deb.debian.org/debian buster/main amd64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB] #13 7.871 Get:309 http://deb.debian.org/debian buster/main amd64 libsasl2-modules amd64 2.1.27+dfsg-1+deb10u2 [104 kB] #13 7.873 Get:310 http://deb.debian.org/debian buster/main amd64 libsereal-decoder-perl amd64 4.005+ds-1+b1 [93.6 kB] #13 7.875 Get:311 http://deb.debian.org/debian buster/main amd64 libsereal-encoder-perl amd64 4.005+ds-1+b1 [95.4 kB] #13 7.879 Get:312 http://deb.debian.org/debian buster/main amd64 libsereal-perl all 4.005-1 [10.8 kB] #13 7.880 Get:313 http://deb.debian.org/debian buster/main amd64 libtask-weaken-perl all 1.06-1 [9252 B] #13 7.881 Get:314 http://deb.debian.org/debian buster/main amd64 libxml-parser-perl amd64 2.44-4 [213 kB] #13 7.884 Get:315 http://deb.debian.org/debian buster/main amd64 libsoap-lite-perl all 1.27-1 [258 kB] #13 7.886 Get:316 http://deb.debian.org/debian buster/main amd64 libsort-key-perl amd64 1.33-2+b1 [37.0 kB] #13 7.887 Get:317 http://deb.debian.org/debian buster/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB] #13 7.889 Get:318 http://deb.debian.org/debian buster/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB] #13 7.890 Get:319 http://deb.debian.org/debian buster/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB] #13 7.891 Get:320 http://deb.debian.org/debian buster/main amd64 libterm-readkey-perl amd64 2.38-1 [27.4 kB] #13 7.893 Get:321 http://deb.debian.org/debian buster/main amd64 libtest-fatal-perl all 0.014-1 [11.9 kB] #13 7.894 Get:322 http://deb.debian.org/debian buster/main amd64 libtest-refcount-perl all 0.08-3 [11.4 kB] #13 7.895 Get:323 http://deb.debian.org/debian buster/main amd64 libtext-levenshtein-perl all 0.13-1 [11.1 kB] #13 7.896 Get:324 http://deb.debian.org/debian buster/main amd64 libtype-tiny-xs-perl amd64 0.014-1+b1 [24.4 kB] #13 7.898 Get:325 http://deb.debian.org/debian buster/main amd64 libunicode-utf8-perl amd64 0.62-1 [20.0 kB] #13 7.902 Get:326 http://deb.debian.org/debian buster/main amd64 libunwind8 amd64 1.2.1-10~deb10u1 [51.1 kB] #13 7.903 Get:327 http://deb.debian.org/debian buster/main amd64 libwrap0 amd64 7.6.q-28 [58.7 kB] #13 7.904 Get:328 http://deb.debian.org/debian buster/main amd64 libxau6 amd64 1:1.0.8-1+b2 [19.9 kB] #13 7.904 Get:329 http://deb.debian.org/debian buster/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] #13 7.904 Get:330 http://deb.debian.org/debian buster/main amd64 libxcb1 amd64 1.13.1-2 [137 kB] #13 7.906 Get:331 http://deb.debian.org/debian-security buster/updates/main amd64 libx11-data all 2:1.6.7-1+deb10u4 [299 kB] #13 7.910 Get:332 http://deb.debian.org/debian-security buster/updates/main amd64 libx11-6 amd64 2:1.6.7-1+deb10u4 [758 kB] #13 7.917 Get:333 http://deb.debian.org/debian buster/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB] #13 7.917 Get:334 http://deb.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB] #13 7.918 Get:335 http://deb.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB] #13 7.918 Get:336 http://deb.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB] #13 7.919 Get:337 http://deb.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB] #13 7.922 Get:338 http://deb.debian.org/debian buster/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB] #13 7.923 Get:339 http://deb.debian.org/debian buster/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] #13 7.924 Get:340 http://deb.debian.org/debian buster/main amd64 libxmlrpc-lite-perl all 0.717-2 [22.3 kB] #13 7.924 Get:341 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB] #13 7.925 Get:342 http://deb.debian.org/debian buster/main amd64 libyaml-0-2 amd64 0.2.1-1 [47.2 kB] #13 7.926 Get:343 http://deb.debian.org/debian buster/main amd64 libyaml-libyaml-perl amd64 0.76+repack-1 [33.1 kB] #13 7.928 Get:344 http://deb.debian.org/debian buster/main amd64 licensecheck all 3.0.31-3 [28.3 kB] #13 7.929 Get:345 http://deb.debian.org/debian buster/main amd64 t1utils amd64 1.41-3 [62.3 kB] #13 7.930 Get:346 http://deb.debian.org/debian buster/main amd64 lintian all 2.15.0 [1181 kB] #13 7.941 Get:347 http://deb.debian.org/debian buster/main amd64 lsb-release all 10.2019051400 [27.5 kB] #13 7.942 Get:348 http://deb.debian.org/debian buster/main amd64 mailutils amd64 1:3.5-4 [585 kB] #13 7.948 Get:349 http://deb.debian.org/debian buster/main amd64 manpages-dev all 4.16-2 [2232 kB] #13 7.973 Get:350 http://deb.debian.org/debian buster/main amd64 psmisc amd64 23.2-1+deb10u1 [126 kB] #13 7.975 Get:351 http://deb.debian.org/debian buster/main amd64 publicsuffix all 20220811.1734-0+deb10u1 [127 kB] #13 7.976 Get:352 http://deb.debian.org/debian buster/main amd64 python-apt-common all 1.8.4.3 [96.3 kB] #13 7.977 Get:353 http://deb.debian.org/debian buster/main amd64 python3-apt amd64 1.8.4.3 [185 kB] #13 7.979 Get:354 http://deb.debian.org/debian buster/main amd64 python3-certifi all 2018.8.24-1 [140 kB] #13 7.981 Get:355 http://deb.debian.org/debian buster/main amd64 python3-idna all 2.6-1 [34.3 kB] #13 7.981 Get:356 http://deb.debian.org/debian buster/main amd64 python3-magic all 2:0.4.15-2 [9256 B] #13 7.981 Get:357 http://deb.debian.org/debian-security buster/updates/main amd64 python3-urllib3 all 1.24.1-1+deb10u2 [98.4 kB] #13 7.983 Get:358 http://deb.debian.org/debian-security buster/updates/main amd64 python3-requests all 2.21.0-1+deb10u1 [67.4 kB] #13 7.984 Get:359 http://deb.debian.org/debian buster/main amd64 python3-unidiff all 0.5.4-1 [7506 B] #13 7.984 Get:360 http://deb.debian.org/debian buster/main amd64 python3-xdg all 0.25-5 [35.9 kB] #13 7.984 Get:361 http://deb.debian.org/debian buster/main amd64 shared-mime-info amd64 1.10-1 [766 kB] #13 7.992 Get:362 http://deb.debian.org/debian buster/main amd64 strace amd64 4.26-0.2 [898 kB] #13 8.001 Get:363 http://deb.debian.org/debian-security buster/updates/main amd64 unzip amd64 6.0-23+deb10u3 [172 kB] #13 8.003 Get:364 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB] #13 8.003 Get:365 http://deb.debian.org/debian buster/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB] #13 8.184 debconf: delaying package configuration, since apt-utils is not installed #13 8.204 Fetched 171 MB in 2s (70.4 MB/s) #13 8.226 Selecting previously unselected package sensible-utils. #13 8.226 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6686 files and directories currently installed.) #13 8.231 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ... #13 8.237 Unpacking sensible-utils (0.0.12) ... #13 8.275 Selecting previously unselected package lsb-base. #13 8.277 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ... #13 8.282 Unpacking lsb-base (10.2019051400) ... #13 8.323 Selecting previously unselected package cron. #13 8.324 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_amd64.deb ... #13 8.329 Unpacking cron (3.0pl1-134+deb10u1) ... #13 8.374 Selecting previously unselected package libbsd0:amd64. #13 8.375 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_amd64.deb ... #13 8.385 Unpacking libbsd0:amd64 (0.9.1-2+deb10u1) ... #13 8.428 Selecting previously unselected package bsdmainutils. #13 12.56 Selecting previously unselected package python3-minimal. #13 12.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 ... 8436 files and directories currently installed.) #13 12.56 Preparing to unpack .../00-python3-minimal_3.11.2-1+b1_armhf.deb ... #13 12.56 Unpacking python3-minimal (3.11.2-1+b1) ... #13 12.61 Selecting previously unselected package media-types. #13 12.61 Preparing to unpack .../01-media-types_10.0.0_all.deb ... #13 12.62 Unpacking media-types (10.0.0) ... #13 12.67 Selecting previously unselected package libncursesw6:armhf. #13 12.67 Preparing to unpack .../02-libncursesw6_6.4-4_armhf.deb ... #13 12.67 Unpacking libncursesw6:armhf (6.4-4) ... #13 12.73 Selecting previously unselected package libkrb5support0:armhf. #13 12.73 Preparing to unpack .../03-libkrb5support0_1.20.1-2+deb12u1_armhf.deb ... #13 DONE 2.6s #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #11 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 #12 ... #13 [stage-1 2/9] RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then rm -f /usr/bin/man; dpkg-divert --quiet --remove --rename /usr/bin/man; fi #13 DONE 4.7s #12 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #12 ... #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #23 0.347 + go build -o /out/docker-linux-amd64 -tags ' osusergo pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:40:26Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -extldflags -static' '-buildmode=pie' github.com/docker/cli/cmd/docker #11 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 1.5s done #11 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 #14 0.687 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] #14 0.702 Get:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] #14 0.773 Get:9 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] #14 0.790 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] #14 0.825 Get:11 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] #14 0.828 Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 4.4s done #13 8.429 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_amd64.deb ... #13 8.432 Unpacking bsdmainutils (11.1.2+b1) ... #13 8.484 Selecting previously unselected package libuchardet0:amd64. #13 8.486 Preparing to unpack .../05-libuchardet0_0.0.6-3_amd64.deb ... #13 8.489 Unpacking libuchardet0:amd64 (0.0.6-3) ... #13 8.545 Selecting previously unselected package groff-base. #13 8.546 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_amd64.deb ... #13 8.550 Unpacking groff-base (1.22.4-3+deb10u1) ... #13 8.659 Selecting previously unselected package libgdbm6:amd64. #13 12.73 Unpacking libkrb5support0:armhf (1.20.1-2+deb12u1) ... #13 12.78 Selecting previously unselected package libk5crypto3:armhf. #13 12.78 Preparing to unpack .../04-libk5crypto3_1.20.1-2+deb12u1_armhf.deb ... #13 12.79 Unpacking libk5crypto3:armhf (1.20.1-2+deb12u1) ... #13 12.84 Selecting previously unselected package libkeyutils1:armhf. #13 12.84 Preparing to unpack .../05-libkeyutils1_1.6.3-2_armhf.deb ... #13 12.85 Unpacking libkeyutils1:armhf (1.6.3-2) ... #13 12.89 Selecting previously unselected package libkrb5-3:armhf. #13 12.89 Preparing to unpack .../06-libkrb5-3_1.20.1-2+deb12u1_armhf.deb ... #13 12.90 Unpacking libkrb5-3:armhf (1.20.1-2+deb12u1) ... #13 12.98 Selecting previously unselected package libgssapi-krb5-2:armhf. #13 12.98 Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-2+deb12u1_armhf.deb ... #13 12.98 Unpacking libgssapi-krb5-2:armhf (1.20.1-2+deb12u1) ... #13 13.04 Selecting previously unselected package libtirpc-common. #13 13.04 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... #13 13.04 Unpacking libtirpc-common (1.3.3+ds-1) ... #13 13.08 Selecting previously unselected package libtirpc3:armhf. #13 13.08 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_armhf.deb ... #13 9.569 Selecting previously unselected package perl. #13 9.571 Preparing to unpack .../4-perl_5.36.0-7+deb12u1_amd64.deb ... #13 9.578 Unpacking perl (5.36.0-7+deb12u1) ... #13 9.750 Selecting previously unselected package liblocale-gettext-perl. #11 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 3.0s done #13 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 3.3s done #11 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 done #11 DONE 11.0s #14 [stage-1 3/7] RUN yum install -y rpm-build rpmlint #14 0.550 Loaded plugins: fastestmirror, ovl #14 0.717 Determining fastest mirrors #14 3.621 * base: download.cf.centos.org #12 ... #13 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #13 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #13 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.3s done #13 sha256:052f81af891aab3b16476354b67a8eeefa088f5076144c7bdd163a81b862e28b 5.95kB / 5.95kB done #13 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.7s done #13 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #13 sha256:04cf306d01a03309934b49ac4b9f487abb8a054b71141fa53df6df482ab7d7eb 1.58kB / 1.58kB done #13 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.2s done #13 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 1.8s done #13 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 1.9s done #13 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 2.3s done #13 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 1.5s done #13 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.5s done #13 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 2.0s done #13 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 2.1s done #13 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 1.6s #14 1.034 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1623 kB] #14 1.052 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [50.5 kB] #14 1.052 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1320 kB] #14 1.067 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1643 kB] #14 1.085 Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.1 kB] #14 1.086 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [50.4 kB] #13 8.661 Preparing to unpack .../07-libgdbm6_1.18.1-4_amd64.deb ... #13 8.664 Unpacking libgdbm6:amd64 (1.18.1-4) ... #13 8.699 Selecting previously unselected package libpipeline1:amd64. #13 8.701 Preparing to unpack .../08-libpipeline1_1.5.1-2_amd64.deb ... #13 8.704 Unpacking libpipeline1:amd64 (1.5.1-2) ... #13 8.746 Selecting previously unselected package man-db. #13 8.748 Preparing to unpack .../09-man-db_2.8.5-2_amd64.deb ... #13 8.755 Unpacking man-db (2.8.5-2) ... #13 8.891 Selecting previously unselected package perl-modules-5.28. #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 #15 1.794 Reading package lists... #13 13.09 Unpacking libtirpc3:armhf (1.3.3+ds-1) ... #13 13.15 Selecting previously unselected package libnsl2:armhf. #13 13.15 Preparing to unpack .../10-libnsl2_1.3.0-2_armhf.deb ... #13 13.16 Unpacking libnsl2:armhf (1.3.0-2) ... #13 13.20 Selecting previously unselected package readline-common. #13 13.20 Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... #13 13.21 Unpacking readline-common (8.2-1.3) ... #13 13.26 Selecting previously unselected package libreadline8:armhf. #13 13.26 Preparing to unpack .../12-libreadline8_8.2-1.3_armhf.deb ... #13 13.27 Unpacking libreadline8:armhf (8.2-1.3) ... #13 13.33 Selecting previously unselected package libsqlite3-0:armhf. #13 9.752 Preparing to unpack .../5-liblocale-gettext-perl_1.07-5_amd64.deb ... #13 9.772 Unpacking liblocale-gettext-perl (1.07-5) ... #13 9.860 Selecting previously unselected package libssl3:amd64. #13 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 #11 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 #14 3.621 * extras: download.cf.centos.org #14 3.621 * updates: download.cf.centos.org #14 0.741 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB] #13 8.893 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ... #13 8.897 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ... #13 9.223 Selecting previously unselected package libgdbm-compat4:amd64. #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 4.3s done #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 #19 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 12.3s done #19 DONE 16.3s #21 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git #10 ... #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 0.851 Get:1 http://ports.ubuntu.com/ubuntu-ports lunar InRelease [267 kB] #14 1.327 Get:2 http://ports.ubuntu.com/ubuntu-ports lunar-updates InRelease [109 kB] #14 1.432 Get:3 http://ports.ubuntu.com/ubuntu-ports lunar-backports InRelease [99.9 kB] #14 1.521 Get:4 http://ports.ubuntu.com/ubuntu-ports lunar-security InRelease [109 kB] #14 1.631 Get:5 http://ports.ubuntu.com/ubuntu-ports lunar/restricted armhf Packages [8686 B] #14 1.640 Get:6 http://ports.ubuntu.com/ubuntu-ports lunar/universe armhf Packages [17.8 MB] #14 2.822 Get:7 http://ports.ubuntu.com/ubuntu-ports lunar/multiverse armhf Packages [206 kB] #14 2.822 Get:8 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf Packages [1709 kB] #14 2.831 Get:9 http://ports.ubuntu.com/ubuntu-ports lunar-updates/universe armhf Packages [769 kB] #14 2.867 Get:10 http://ports.ubuntu.com/ubuntu-ports lunar-updates/multiverse armhf Packages [1632 B] #14 2.867 Get:11 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf Packages [405 kB] #14 3.265 Get:12 http://ports.ubuntu.com/ubuntu-ports lunar-updates/restricted armhf Packages [7223 B] #14 3.339 Get:13 http://ports.ubuntu.com/ubuntu-ports lunar-backports/universe armhf Packages [4203 B] #14 3.339 Get:14 http://ports.ubuntu.com/ubuntu-ports lunar-security/universe armhf Packages [705 kB] #14 3.754 Get:15 http://ports.ubuntu.com/ubuntu-ports lunar-security/restricted armhf Packages [7199 B] #14 3.754 Get:16 http://ports.ubuntu.com/ubuntu-ports lunar-security/main armhf Packages [315 kB] #14 3.795 Get:17 http://ports.ubuntu.com/ubuntu-ports lunar-security/multiverse armhf Packages [896 B] #14 3.813 Fetched 22.5 MB in 3s (6609 kB/s) #14 3.813 Reading package lists... #14 5.054 Reading package lists... #14 6.133 Building dependency tree... #14 6.330 Reading state information... #14 6.637 The following additional packages will be installed: #14 6.637 adduser autoconf automake autopoint autotools-dev binutils #14 6.637 binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential #14 6.637 bzip2 ca-certificates cpp cpp-12 dctrl-tools debhelper debugedit #14 6.637 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #14 6.637 dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++ #14 6.637 g++-12 gcc gcc-12 gcc-12-base gettext gettext-base git-man gnupg gnupg-l10n #14 6.637 gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm #14 6.637 groff-base intltool-debian iso-codes krb5-locales less #14 6.637 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #14 6.637 libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 6.637 libarray-intspan-perl libasan8 libassuan0 libatomic1 libauthen-sasl-perl #14 6.637 libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl #14 6.637 libbinutils libbrotli1 libbsd0 libc-bin libc-dev-bin libc-devtools libc6 #14 6.637 libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl #14 6.637 libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl #14 6.637 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 6.637 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 6.637 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 6.637 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 6.637 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 6.637 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 6.637 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 6.637 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 6.637 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 6.637 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 6.637 libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl libfido2-1 #14 6.637 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #14 6.637 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #14 6.637 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #14 6.637 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #14 6.637 libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4 #14 6.637 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 6.637 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl #14 6.637 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 6.637 libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl #14 6.637 libhttp-daemon-perl libhttp-date-perl libhttp-message-perl #14 6.637 libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu72 #14 6.637 libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl #14 6.637 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 6.637 libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23 #14 6.637 libiterator-perl libiterator-util-perl libjansson4 libjbig0 libjpeg-turbo8 #14 6.637 libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 #14 6.637 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2 #14 6.637 liblerc4 liblist-compare-perl liblist-someutils-perl #14 6.637 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 6.637 liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7 #14 6.637 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 6.637 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 6.637 libmath-base85-perl libmldbm-perl libmodule-implementation-perl #14 6.637 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #14 6.637 libmpc3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl #14 6.637 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #14 6.637 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #14 6.637 libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl #14 6.637 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 6.637 libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 #14 6.637 libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16 #14 6.637 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #14 6.637 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib #14 6.637 libre-engine-re2-perl libre2-10 libreadline8 libreadonly-perl #14 6.637 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #14 6.637 libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1 #14 6.637 libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #14 6.637 libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23 #14 6.637 libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev #14 6.637 libstrictures-perl libstring-copyright-perl libstring-escape-perl #14 6.637 libstring-license-perl libstring-shellquote-perl libsub-exporter-perl #14 6.637 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #14 6.637 libsub-name-perl libsub-override-perl libsub-quote-perl #14 6.637 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 6.637 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 6.637 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #14 6.637 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #14 6.637 libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl #14 6.637 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #14 6.637 libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #14 6.637 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #14 6.637 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 6.637 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 6.637 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 #14 6.637 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2 #14 6.637 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release #14 6.637 lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types #14 6.637 netbase openssh-client openssl patch patchutils perl perl-modules-5.36 #14 6.637 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 6.637 python-apt-common python3 python3-apt python3-bcrypt python3-certifi #14 6.637 python3-cffi-backend python3-chardet python3-cryptography python3-debian #14 6.637 python3-gpg python3-idna python3-magic python3-minimal python3-nacl #14 6.637 python3-paramiko python3-pkg-resources python3-requests python3-six #14 6.637 python3-unidiff python3-urllib3 python3-xdg python3.11 python3.11-minimal #14 6.657 readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils #14 6.657 zstd #14 6.657 Suggested packages: #14 6.657 cron ecryptfs-utils autoconf-archive gnu-standards autoconf-doc binutils-doc #14 6.657 bzip2-doc cpp-doc gcc-12-locales cpp-12-doc debtags dh-make adequate at #14 6.657 autopkgtest bls-standalone bsd-mailx | mailx check-all-the-things #14 6.657 cvs-buildpackage diffoscope disorderfs dose-extra duck elpa-devscripts #14 6.657 faketime gnuplot how-can-i-help libdbd-pg-perl libfile-desktopentry-perl #14 6.657 libterm-size-perl libyaml-syck-perl mmdebstrap mozilla-devscripts mutt #14 6.657 piuparts postgresql-client pristine-lfs quilt ratt reprotest #14 6.657 svn-buildpackage w3m debian-keyring libsoap-lite-perl pristine-tar #14 6.657 dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync #14 6.657 gcc-12-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev #14 6.657 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email #14 6.657 git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage #14 6.657 scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc locales #14 6.657 bzr libgd-tools gdbm-l10n krb5-doc krb5-user libtool-doc #14 6.657 libcrypt-ssleay-perl libscalar-number-perl libsasl2-modules-gssapi-mit #14 6.657 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #14 6.657 libsasl2-modules-sql libstdc++-12-doc libbareword-filehandles-perl #14 6.657 libmultidimensional-perl libxstring-perl gfortran | fortran95-compiler #14 6.657 gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libregexp-ipv6-perl #14 6.657 libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion #14 6.657 binutils-multiarch libtext-template-perl m4-doc make-doc apparmor #14 6.657 www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc #14 6.657 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl #14 6.657 libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc #14 6.657 python3-tk python3-venv python-apt-doc python-cryptography-doc #14 6.657 python3-cryptography-vectors python-nacl-doc python3-gssapi python3-invoke #14 6.657 python3-setuptools python3-openssl python3-socks python-requests-doc #14 6.657 python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc #14 6.657 binfmt-support readline-doc zip wdiff-doc #14 6.657 Recommended packages: #14 6.657 libnss-nis libnss-nisplus #14 7.074 The following NEW packages will be installed: #14 7.074 adduser autoconf automake autopoint autotools-dev binutils #14 7.074 binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential #14 7.074 bzip2 ca-certificates cpp cpp-12 curl dctrl-tools debhelper debugedit #14 7.074 devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr #14 7.074 distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config #14 7.074 fonts-dejavu-core g++ g++-12 gcc gcc-12 gcc-12-base gettext gettext-base git #14 7.074 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client #14 7.074 gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes #14 7.074 krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl #14 7.074 libalgorithm-merge-perl libaliased-perl libapt-pkg-perl libarchive-cpio-perl #14 7.074 libarchive-zip-perl libarray-intspan-perl libasan8 libassuan0 libatomic1 #14 7.074 libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl #14 7.074 libberkeleydb-perl libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools #14 7.074 libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl #14 7.074 libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl #14 7.074 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 7.074 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 7.074 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 7.074 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 7.074 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 7.074 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 7.074 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 7.074 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 7.074 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 7.074 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 7.074 libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl libfido2-1 #14 7.074 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #14 7.074 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #14 7.074 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #14 7.074 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #14 7.074 libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4 #14 7.074 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 7.074 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl #14 7.074 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 7.074 libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl #14 7.074 libhttp-daemon-perl libhttp-date-perl libhttp-message-perl #14 7.074 libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu72 #14 7.074 libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl #14 7.074 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 7.074 libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23 #14 7.074 libiterator-perl libiterator-util-perl libjansson4 libjbig0 libjpeg-turbo8 #14 7.074 libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 #14 7.074 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common libldap2 #14 7.074 liblerc4 liblist-compare-perl liblist-someutils-perl #14 7.074 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 7.074 liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7 #14 7.074 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 7.074 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 7.074 libmath-base85-perl libmldbm-perl libmodule-implementation-perl #14 7.074 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #14 7.074 libmpc3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl #14 7.074 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #14 7.074 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #14 7.074 libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl #14 7.074 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 7.074 libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 #14 7.074 libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16 #14 7.074 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #14 7.074 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib #14 7.074 libre-engine-re2-perl libre2-10 libreadline8 libreadonly-perl #14 7.074 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #14 7.074 libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1 #14 7.074 libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #14 7.074 libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23 #14 7.074 libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev #14 7.074 libstrictures-perl libstring-copyright-perl libstring-escape-perl #14 7.074 libstring-license-perl libstring-shellquote-perl libsub-exporter-perl #14 7.074 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #14 7.074 libsub-name-perl libsub-override-perl libsub-quote-perl #14 7.074 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 7.074 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 7.074 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #14 7.074 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #14 7.074 libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl #14 7.074 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #14 7.074 libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #14 7.074 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #14 7.074 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 7.074 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 7.074 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 #14 7.074 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2 #14 7.074 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release #14 7.074 lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types #14 7.074 netbase openssh-client openssl patch patchutils perl perl-modules-5.36 #14 7.074 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 7.074 python-apt-common python3 python3-apt python3-bcrypt python3-certifi #14 7.074 python3-cffi-backend python3-chardet python3-cryptography python3-debian #14 7.074 python3-gpg python3-idna python3-magic python3-minimal python3-nacl #14 7.074 python3-paramiko python3-pkg-resources python3-requests python3-six #14 7.074 python3-unidiff python3-urllib3 python3-xdg python3.11 python3.11-minimal #14 7.074 readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils #14 7.074 zstd #14 7.074 The following packages will be upgraded: #14 7.074 libc-bin libc6 #14 7.497 2 upgraded, 391 newly installed, 0 to remove and 7 not upgraded. #14 7.497 Need to get 124 MB of archives. #14 7.497 After this operation, 412 MB of additional disk space will be used. #14 7.497 Get:1 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libc6 armhf 2.37-0ubuntu2.2 [2465 kB] #14 8.141 Get:2 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libc-bin armhf 2.37-0ubuntu2.2 [533 kB] #14 8.152 Get:3 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf liblocale-gettext-perl armhf 1.07-5 [14.8 kB] #14 8.153 Get:4 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libssl3 armhf 3.0.8-1ubuntu1.4 [1570 kB] #14 8.227 Get:5 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libpython3.11-minimal armhf 3.11.4-1~23.04.2 [824 kB] #14 8.242 Get:6 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libexpat1 armhf 2.5.0-1 [63.4 kB] #14 8.245 Get:7 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf python3.11-minimal armhf 3.11.4-1~23.04.2 [1913 kB] #14 8.364 Get:8 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-minimal armhf 3.11.2-1 [24.6 kB] #14 8.365 Get:9 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf media-types all 10.0.0 [25.8 kB] #14 8.367 Get:10 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libkrb5support0 armhf 1.20.1-1ubuntu0.1 [31.0 kB] #14 8.368 Get:11 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libk5crypto3 armhf 1.20.1-1ubuntu0.1 [78.3 kB] #14 8.772 Get:12 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libkeyutils1 armhf 1.6.3-2 [8062 B] #14 8.845 Get:13 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libkrb5-3 armhf 1.20.1-1ubuntu0.1 [320 kB] #14 9.154 Get:14 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libgssapi-krb5-2 armhf 1.20.1-1ubuntu0.1 [118 kB] #14 9.189 Get:15 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtirpc-common all 1.3.3+ds-1 [7790 B] #14 9.191 Get:16 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtirpc3 armhf 1.3.3+ds-1 [71.4 kB] #14 9.207 Get:17 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnsl2 armhf 1.3.0-2build2 [36.6 kB] #14 9.214 Get:18 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf readline-common all 8.2-1.3 [55.7 kB] #14 9.224 Get:19 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libreadline8 armhf 8.2-1.3 [128 kB] #14 9.244 Get:20 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libsqlite3-0 armhf 3.40.1-1ubuntu0.1 [566 kB] #14 9.304 Get:21 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libpython3.11-stdlib armhf 3.11.4-1~23.04.2 [1794 kB] #14 9.396 Get:22 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf python3.11 armhf 3.11.4-1~23.04.2 [572 kB] #14 9.825 Get:23 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpython3-stdlib armhf 3.11.2-1 [7238 B] #14 9.900 Get:24 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3 armhf 3.11.2-1 [22.9 kB] #14 9.973 Get:25 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf perl-modules-5.36 all 5.36.0-7ubuntu0.23.04.2 [2984 kB] #14 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #13 9.862 Preparing to unpack .../6-libssl3_3.0.11-1~deb12u2_amd64.deb ... #13 9.889 Unpacking libssl3:amd64 (3.0.11-1~deb12u2) ... #13 10.12 Selecting previously unselected package libpython3.11-minimal:amd64. #13 13.33 Preparing to unpack .../13-libsqlite3-0_3.40.1-2_armhf.deb ... #13 13.35 Unpacking libsqlite3-0:armhf (3.40.1-2) ... #13 13.45 Selecting previously unselected package libpython3.11-stdlib:armhf. #13 13.45 Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-6_armhf.deb ... #13 13.45 Unpacking libpython3.11-stdlib:armhf (3.11.2-6) ... #13 3.612 Get:5 http://archive.raspbian.org/raspbian bookworm/rpi armhf Packages [1299 B] #13 3.612 Get:6 http://archive.raspbian.org/raspbian bookworm/firmware armhf Packages [1201 B] #13 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 done #13 DONE 11.6s #12 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core #11 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 done #10 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 2.5s done #10 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba #10 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 3.2s done #14 1.151 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB] #14 1.248 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [109 kB] #13 9.226 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_amd64.deb ... #13 9.228 Unpacking libgdbm-compat4:amd64 (1.18.1-4) ... #13 9.263 Selecting previously unselected package libperl5.28:amd64. #13 9.265 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_amd64.deb ... #13 9.269 Unpacking libperl5.28:amd64 (5.28.1-6+deb10u1) ... #10 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 0.955 Get:1 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB] #13 1.009 Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB] #13 1.291 Get:3 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB] #13 1.386 Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB] #13 1.666 Get:5 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B] #13 1.666 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.3 MB] #13 3.216 Get:7 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B] #13 3.216 Get:8 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.3 kB] #13 3.996 Fetched 18.8 MB in 4s (5085 kB/s) #13 3.996 Reading package lists... #13 5.446 W: Skipping acquire of configured file 'ui/binary-armhf/Packages' as repository 'http://archive.raspberrypi.org/debian bullseye InRelease' doesn't have the component 'ui' (component misspelt in sources.list?) #13 5.452 Reading package lists... #13 6.876 Building dependency tree... #13 7.056 Reading state information... #13 7.356 The following additional packages will be installed: #13 7.356 autoconf automake autopoint autotools-dev binutils #13 7.356 binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10 #13 7.356 debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file #13 7.356 gcc gcc-10 gettext gettext-base git-man groff-base intltool-debian #13 7.356 libarchive-zip-perl libasan6 libatomic1 libb-hooks-op-check-perl libbinutils #13 7.356 libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl #13 7.356 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 #13 7.356 libdebhelper-perl libdevel-callchecker-perl libdpkg-perl #13 7.356 libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl #13 7.356 libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl #13 7.356 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #13 7.356 libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1 #13 7.356 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl #13 7.356 libhttp-cookies-perl libhttp-date-perl libhttp-message-perl #13 7.356 libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl #13 7.356 libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23 #13 7.356 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1 #13 7.356 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6 #13 7.356 libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl #13 7.356 libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal #13 7.356 libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl #13 7.356 libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5 #13 7.356 libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl #13 7.356 libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db #13 7.356 media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults #13 7.356 po-debconf python3 python3-minimal python3.9 python3.9-minimal #13 7.356 sensible-utils wdiff xz-utils #13 7.356 Suggested packages: #13 7.356 autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc #13 7.356 gcc-10-locales dh-make adequate at autopkgtest bls-standalone bsd-mailx #13 7.356 | mailx build-essential check-all-the-things cvs-buildpackage devscripts-el #13 7.356 diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help #13 7.356 libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl #13 7.356 libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap #13 7.356 mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt #13 7.356 reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib #13 7.356 manpages-dev flex bison gdb gcc-doc gcc-10-doc gettext-doc libasprintf-dev #13 7.356 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el #13 7.356 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc #13 7.356 libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl #13 7.356 libscalar-number-perl libbareword-filehandles-perl libindirect-perl #13 7.356 libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk #13 7.356 libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed #13 7.356 diffutils-doc perl-doc libterm-readline-gnu-perl #13 7.356 | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl #13 7.356 python3-doc python3-tk python3-venv python3.9-venv python3.9-doc #13 7.356 binfmt-support wdiff-doc #13 7.356 Recommended packages: #13 7.356 dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl #13 7.356 libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl #13 7.356 licensecheck lintian pristine-tar python3-apt python3-debian python3-magic #13 7.356 python3-requests python3-unidiff python3-xdg strace unzip debian-keyring #13 7.356 libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client #13 7.356 manpages manpages-dev libc-devtools libnss-nis libnss-nisplus #13 7.356 libfile-fcntllock-perl libarchive-cpio-perl libhtml-format-perl #13 7.356 libclone-perl libclass-xsaccessor-perl libnamespace-clean-perl #13 7.356 libsub-name-perl libltdl-dev libdata-dump-perl libhtml-form-perl #13 7.356 libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl #13 9.065 The following NEW packages will be installed: #13 9.065 autoconf automake autopoint autotools-dev binutils #13 9.066 binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10 #13 9.066 debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz #13 9.066 equivs fakeroot file gcc gcc-10 gettext gettext-base git git-man groff-base #13 9.066 intltool-debian libarchive-zip-perl libasan6 libatomic1 #13 9.066 libb-hooks-op-check-perl libbinutils libc-dev-bin libc6-dev libcc1-0 #13 9.066 libclass-method-modifiers-perl libcrypt-dev libctf-nobfd0 libctf0 #13 9.066 libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl #13 9.066 libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl #13 9.066 libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl #13 9.066 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #13 9.066 libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1 #13 9.066 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl #13 9.066 libhttp-cookies-perl libhttp-date-perl libhttp-message-perl #13 9.066 libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl #13 9.066 libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23 #13 9.066 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1 #13 9.066 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6 #13 9.066 libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl #13 9.066 libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal #13 9.066 libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl #13 9.066 libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5 #13 9.066 libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl #13 9.066 libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db #13 9.067 media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults #13 9.067 po-debconf python3 python3-minimal python3.9 python3.9-minimal #13 9.067 sensible-utils wdiff xz-utils #13 9.067 The following packages will be upgraded: #13 9.068 curl libc6 libcurl4 #13 9.577 3 upgraded, 126 newly installed, 0 to remove and 19 not upgraded. #13 9.577 Need to get 80.3 MB of archives. #13 9.577 After this operation, 301 MB of additional disk space will be used. #13 9.577 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf bsdextrautils armhf 2.36.1-8+deb11u1 [138 kB] #13 9.617 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf libc6 armhf 2.31-13+rpt2+rpi1+deb11u7 [2299 kB] #11 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 1.5s done #11 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 #15 2.311 Reading package lists... #15 2.821 Building dependency tree... #13 10.12 Preparing to unpack .../7-libpython3.11-minimal_3.11.2-6_amd64.deb ... #13 10.14 Unpacking libpython3.11-minimal:amd64 (3.11.2-6) ... #13 10.41 Selecting previously unselected package libexpat1:amd64. #13 13.75 Selecting previously unselected package python3.11. #13 13.75 Preparing to unpack .../15-python3.11_3.11.2-6_armhf.deb ... #13 13.76 Unpacking python3.11 (3.11.2-6) ... #13 13.81 Selecting previously unselected package libpython3-stdlib:armhf. #13 13.81 Preparing to unpack .../16-libpython3-stdlib_3.11.2-1+b1_armhf.deb ... #13 13.82 Unpacking libpython3-stdlib:armhf (3.11.2-1+b1) ... #13 13.85 Setting up python3-minimal (3.11.2-1+b1) ... #10 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 2.8s done #11 DONE 11.6s #14 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial #10 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba done #10 DONE 8.7s #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 0.789 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] #14 1.191 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB] #14 1.286 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB] #14 1.380 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB] #14 1.477 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B] #14 1.485 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB] #14 1.506 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB] #14 1.671 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB] #14 2.205 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2850 kB] #14 2.323 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1358 kB] #14 2.384 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9718 B] #14 2.530 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [51.1 kB] #14 2.754 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [54.8 kB] #14 2.799 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [27.8 kB] #14 2.838 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [50.7 kB] #14 2.879 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [1062 kB] #14 3.093 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3615 B] #14 3.093 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [2465 kB] #14 3.337 Fetched 21.0 MB in 3s (7148 kB/s) #14 3.337 Reading package lists... #14 4.192 Reading package lists... #10 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 done #10 DONE 11.4s #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 0.699 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] #14 0.819 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] #14 0.842 Get:3 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.7 kB] #14 0.863 Get:4 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1165 kB] #14 0.906 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3293 kB] #14 0.940 Get:6 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3144 kB] #14 1.223 Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] #14 1.319 Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] #14 1.415 Get:9 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] #14 1.422 Get:10 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] #14 1.458 Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] #14 2.110 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] #14 2.152 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1461 kB] #14 2.221 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3294 kB] #14 2.370 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.5 kB] #14 2.371 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3770 kB] #14 2.779 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] #14 2.956 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] #14 3.541 Fetched 29.7 MB in 3s (9519 kB/s) #14 3.541 Reading package lists... #14 4.945 Reading package lists... #14 6.253 Building dependency tree... #14 6.522 Reading state information... #14 6.809 The following additional packages will be installed: #14 6.809 at autoconf automake autopoint autotools-dev binutils binutils-common #14 6.809 binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp #14 6.809 cpp-9 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat #14 6.809 dirmngr distro-info-data dpkg-dev dput dwz fakeroot file g++ g++-9 gcc gcc-9 #14 6.810 gcc-9-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg #14 6.810 gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base #14 6.810 intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl #14 6.810 libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl #14 6.810 libarchive-cpio-perl libarchive-zip-perl libarray-intspan-perl libasan5 #14 6.810 libasn1-8-heimdal libassuan0 libasync-mergepoint-perl libatomic1 #14 6.810 libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl #14 6.810 libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl #14 6.810 libcbor0.6 libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl #14 6.810 libclone-perl libcommon-sense-perl libconst-fast-perl #14 6.810 libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev #14 6.810 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl #14 6.810 libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl #14 6.810 libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl #14 6.810 libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2 #14 6.810 libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1 #14 6.810 libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl #14 6.810 libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl #14 6.810 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #14 6.810 libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl #14 6.810 libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl #14 6.810 libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data #14 6.810 libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal #14 6.810 libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal #14 6.810 libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl #14 6.810 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl #14 6.810 libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #14 6.810 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #14 6.810 libhx509-5-heimdal libicu66 libidn11 libimport-into-perl #14 6.810 libio-async-loop-epoll-perl libio-async-perl libio-html-perl #14 6.810 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 6.810 libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22 #14 6.810 libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 #14 6.810 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 #14 6.810 libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl #14 6.810 liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl #14 6.810 liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl #14 6.810 liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #14 6.810 liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl #14 6.810 libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl #14 6.810 libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 #14 6.810 libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl #14 6.810 libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl #14 6.810 libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 #14 6.810 libnumber-compare-perl libnumber-range-perl libobject-id-perl #14 6.810 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 6.810 libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl #14 6.810 libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl #14 6.810 libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib #14 6.810 libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl #14 6.810 libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #14 6.810 libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal #14 6.810 librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #14 6.810 libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2 #14 6.811 libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1 #14 6.811 libstdc++-9-dev libstrictures-perl libstring-copyright-perl #14 6.811 libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl #14 6.811 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #14 6.811 libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl #14 6.811 libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl #14 6.811 libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl #14 6.811 libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl #14 6.811 libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0 #14 6.811 libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl #14 6.811 libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 #14 6.811 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 6.811 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 6.811 libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1 #14 6.811 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev #14 6.811 lsb-release m4 make man-db manpages manpages-dev mime-support netbase #14 6.811 openssh-client openssl patch patchutils perl perl-modules-5.30 #14 6.811 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 6.811 python-apt-common python3 python3-apt python3-certifi python3-chardet #14 6.811 python3-debian python3-gpg python3-idna python3-magic python3-minimal #14 6.811 python3-pkg-resources python3-requests python3-six python3-unidiff #14 6.811 python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common #14 6.811 shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs #14 6.811 xz-utils #14 6.814 Suggested packages: #14 6.814 default-mta | mail-transport-agent autoconf-archive gnu-standards #14 6.814 autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc #14 6.814 gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx #14 6.814 | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope #14 6.814 disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl #14 6.814 libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #14 6.814 libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt #14 6.814 ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl #14 6.814 dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko #14 6.814 mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex #14 6.814 bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev #14 6.814 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el #14 6.814 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie #14 6.814 xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n #14 6.814 krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl #14 6.814 libscalar-number-perl libsasl2-modules-gssapi-mit #14 6.814 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #14 6.814 libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl #14 6.814 libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler #14 6.814 gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl #14 6.814 libxml-sax-expatxs-perl bash-completion binutils-multiarch #14 6.814 libtext-template-perl m4-doc make-doc apparmor www-browser keychain #14 6.814 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #14 6.814 libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl #14 6.814 liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk #14 6.814 python3-venv python3-apt-dbg python-apt-doc python3-setuptools #14 6.814 python3-cryptography python3-openssl python3-socks python3.8-venv #14 6.814 python3.8-doc binfmt-support readline-doc zip wdiff-doc #14 7.289 The following NEW packages will be installed: #14 7.289 at autoconf automake autopoint autotools-dev binutils binutils-common #14 7.289 binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp #14 7.289 cpp-9 curl dctrl-tools debhelper devscripts dh-autoreconf #14 7.289 dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz #14 7.290 equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git #14 7.290 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client #14 7.290 gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes #14 7.290 krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl #14 7.290 libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl #14 7.290 libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal #14 7.290 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl #14 7.290 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #14 7.290 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0 #14 7.290 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #14 7.290 libcommon-sense-perl libconst-fast-perl libcontextual-return-perl #14 7.290 libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0 #14 7.290 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl #14 7.290 libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl #14 7.290 libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl #14 7.290 libdpkg-perl libdynaloader-functions-perl libedit2 libelf1 #14 7.290 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1 #14 7.290 libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl #14 7.290 libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl #14 7.290 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #14 7.290 libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl #14 7.290 libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl #14 7.290 libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data #14 7.290 libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal #14 7.290 libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal #14 7.290 libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl #14 7.290 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl #14 7.290 libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #14 7.290 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #14 7.290 libhx509-5-heimdal libicu66 libidn11 libimport-into-perl #14 7.290 libio-async-loop-epoll-perl libio-async-perl libio-html-perl #14 7.290 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 7.290 libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22 #14 7.290 libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 #14 7.290 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 #14 7.290 libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl #14 7.290 liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl #14 7.290 liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl #14 7.290 liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #14 7.290 liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl #14 7.294 libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl #14 7.294 libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 #14 7.294 libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl #14 7.294 libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl #14 7.294 libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 #14 7.294 libnumber-compare-perl libnumber-range-perl libobject-id-perl #14 7.294 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 7.294 libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl #14 7.294 libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl #14 7.294 libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib #14 7.294 libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl #14 7.294 libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #14 7.294 libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal #14 7.294 librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #14 7.294 libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2 #14 7.294 libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1 #14 7.294 libstdc++-9-dev libstrictures-perl libstring-copyright-perl #14 7.294 libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl #14 7.294 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #14 7.294 libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl #14 7.294 libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl #14 7.294 libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl #14 7.294 libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl #14 7.294 libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0 #14 7.294 libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl #14 7.294 libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 #14 7.294 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 7.294 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 7.294 libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1 #14 7.294 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev #14 7.294 lsb-release m4 make man-db manpages manpages-dev mime-support netbase #14 7.294 openssh-client openssl patch patchutils perl perl-modules-5.30 #14 7.294 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 7.294 python-apt-common python3 python3-apt python3-certifi python3-chardet #14 7.294 python3-debian python3-gpg python3-idna python3-magic python3-minimal #14 7.294 python3-pkg-resources python3-requests python3-six python3-unidiff #14 7.294 python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common #14 7.294 shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs #14 7.294 xz-utils #14 7.714 0 upgraded, 354 newly installed, 0 to remove and 8 not upgraded. #14 7.714 Need to get 106 MB of archives. #14 7.714 After this operation, 481 MB of additional disk space will be used. #14 7.714 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB] #14 7.860 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.20 [1321 kB] #10 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 0.494 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #13 0.505 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] #13 0.505 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #13 0.580 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] #13 0.652 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB] #13 0.709 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [132 kB] #13 1.639 Fetched 9080 kB in 1s (6465 kB/s) #13 1.639 Reading package lists... #13 2.235 Reading package lists... #13 2.817 Building dependency tree... #13 2.985 Reading state information... #13 3.224 The following additional packages will be installed: #13 3.224 autoconf automake autopoint autotools-dev binutils #13 3.228 binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential #13 3.228 bzip2 ca-certificates cpp cpp-12 dctrl-tools debhelper debian-keyring #13 3.228 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #13 3.228 dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++ #13 3.228 g++-12 gcc gcc-12 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils #13 3.228 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base #13 3.228 intltool-debian iso-codes krb5-locales less libabsl20220623 #13 3.228 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #13 3.228 libaliased-perl libaom3 libapt-pkg-perl libarchive-cpio-perl #13 3.228 libarchive-zip-perl libarchive13 libarray-intspan-perl libasan8 libassuan0 #13 3.228 libatomic1 libauthen-sasl-perl libavif15 libb-hooks-endofscope-perl #13 3.228 libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0 #13 3.228 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8 #13 3.228 libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl #13 3.228 libclass-inspector-perl libclass-method-modifiers-perl #13 3.228 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #13 3.228 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #13 3.228 libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 #13 3.228 libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl #13 3.228 libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl #13 3.228 libdata-validate-ip-perl libdata-validate-uri-perl libdav1d6 libde265-0 #13 3.228 libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl #13 3.228 libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl #13 3.228 libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl #13 3.228 libencode-locale-perl liberror-perl libexception-class-perl libexpat1 #13 3.228 libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl #13 3.228 libfeature-compat-class-perl libfeature-compat-try-perl libfido2-1 #13 3.228 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #13 3.228 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #13 3.228 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #13 3.228 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #13 3.228 libfreetype6 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 #13 3.228 libgdbm-compat4 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl #13 3.228 libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 libgprofng0 #13 3.228 libgssapi-krb5-2 libheif1 libhtml-form-perl libhtml-format-perl #13 3.228 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #13 3.228 libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl #13 3.228 libhttp-daemon-perl libhttp-date-perl libhttp-message-perl #13 3.228 libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu72 #13 3.228 libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl #13 3.228 libio-prompter-perl libio-pty-perl libio-sessiondata-perl #13 3.228 libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl #13 3.228 libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl #13 3.228 libiterator-util-perl libitm1 libjansson4 libjbig0 libjpeg62-turbo #13 3.228 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1 #13 3.228 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4 #13 3.228 liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl #13 3.228 liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl #13 3.228 liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #13 3.228 liblwp-protocol-https-perl liblz1 liblzo2-2 libmagic-mgc libmagic1 #13 3.228 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl #13 3.228 libmime-tools-perl libmldbm-perl libmodule-implementation-perl #13 3.228 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #13 3.228 libmpc3 libmpfr6 libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl #13 3.228 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #13 3.228 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #13 3.228 libnpth0 libnsl-dev libnsl2 libnuma1 libnumber-compare-perl #13 3.228 libobject-pad-perl libpackage-stash-perl libpackage-stash-xs-perl #13 3.228 libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl #13 3.228 libpath-tiny-perl libperl5.36 libperlio-gzip-perl libperlio-utf8-strict-perl #13 3.228 libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl #13 3.228 libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.11-minimal #13 3.228 libpython3.11-stdlib librav1e0 libre-engine-re2-perl libre2-9 libreadline8 #13 3.228 libreadonly-perl libref-util-perl libref-util-xs-perl libregexp-ipv6-perl #13 3.228 libregexp-pattern-license-perl libregexp-pattern-perl #13 3.228 libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2 #13 3.228 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #13 3.228 libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl #13 3.228 libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev #13 3.228 libstrictures-perl libstring-copyright-perl libstring-escape-perl #13 3.228 libstring-license-perl libstring-shellquote-perl libsub-exporter-perl #13 3.228 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #13 3.228 libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1 #13 3.228 libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl #13 3.228 libtask-weaken-perl libterm-readkey-perl libtext-glob-perl #13 3.228 libtext-levenshteinxs-perl libtext-markdown-discount-perl #13 3.228 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #13 3.228 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #13 3.228 libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl #13 3.228 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #13 3.228 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #13 3.228 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #13 3.228 libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6 #13 3.228 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #13 3.228 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 #13 3.228 libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl #13 3.228 libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl #13 3.228 libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db #13 3.228 manpages manpages-dev media-types netbase openssh-client openssl patch #13 3.228 patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults #13 3.228 pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix #13 3.228 python-apt-common python3 python3-apt python3-certifi python3-chardet #13 3.228 python3-charset-normalizer python3-debian python3-gpg python3-idna #13 3.228 python3-magic python3-minimal python3-pkg-resources python3-requests #13 3.228 python3-six python3-unidiff python3-urllib3 python3-xdg python3.11 #13 3.228 python3.11-minimal readline-common rpcsvc-proto sensible-utils #13 3.228 shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3 #13 3.228 xdg-user-dirs xz-utils zstd #13 3.230 Suggested packages: #13 3.230 autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc #13 3.230 gcc-12-locales cpp-12-doc debtags dh-make adequate at autopkgtest #13 3.230 bls-standalone bsd-mailx | mailx check-all-the-things cvs-buildpackage #13 3.230 diffoscope disorderfs dose-extra duck elpa-devscripts faketime gnuplot #13 3.230 how-can-i-help libdbd-pg-perl libfile-desktopentry-perl libterm-size-perl #13 3.230 libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts #13 3.230 postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m #13 3.230 dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync #13 3.230 gcc-12-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev #13 3.230 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email #13 3.230 git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage #13 3.230 scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl glibc-doc #13 3.230 bzr libgd-tools gdbm-l10n low-memory-monitor gpm krb5-doc krb5-user #13 3.230 libtool-doc libcrypt-ssleay-perl libscalar-number-perl #13 3.230 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal #13 3.230 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql #13 3.230 libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++-12-doc #13 3.230 libbareword-filehandles-perl libmultidimensional-perl gfortran #13 3.230 | fortran95-compiler gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl #13 3.230 libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion #13 3.230 binutils-multiarch libtext-template-perl m4-doc make-doc apparmor #13 3.230 www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc #13 3.230 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl #13 3.230 libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc #13 3.230 python3-tk python3-venv python-apt-doc python3-setuptools #13 3.230 python3-cryptography python3-openssl python3-socks python-requests-doc #13 3.230 python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc #13 3.230 binfmt-support readline-doc zip wdiff-doc #13 5.102 The following NEW packages will be installed: #13 5.102 autoconf automake autopoint autotools-dev binutils #13 5.102 binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential #13 5.102 bzip2 ca-certificates cpp cpp-12 curl dctrl-tools debhelper debian-keyring #13 5.102 devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr #13 5.102 distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config #13 5.102 fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base git git-man #13 5.102 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server #13 5.102 gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less #13 5.102 libabsl20220623 libalgorithm-diff-perl libalgorithm-diff-xs-perl #13 5.102 libalgorithm-merge-perl libaliased-perl libaom3 libapt-pkg-perl #13 5.102 libarchive-cpio-perl libarchive-zip-perl libarchive13 libarray-intspan-perl #13 5.102 libasan8 libassuan0 libatomic1 libauthen-sasl-perl libavif15 #13 5.102 libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl #13 5.102 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev #13 5.102 libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl #13 5.102 libclass-data-inheritable-perl libclass-inspector-perl #13 5.102 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #13 5.102 libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl #13 5.102 libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl #13 5.102 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 #13 5.102 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #13 5.102 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #13 5.102 libdata-validate-uri-perl libdav1d6 libde265-0 libdebhelper-perl libdeflate0 #13 5.102 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #13 5.102 libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2 #13 5.102 libelf1 libemail-address-xs-perl libencode-locale-perl liberror-perl #13 5.102 libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot #13 5.102 libfcgi-bin libfcgi-perl libfcgi0ldbl libfeature-compat-class-perl #13 5.102 libfeature-compat-try-perl libfido2-1 libfile-basedir-perl #13 5.102 libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl #13 5.102 libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl #13 5.102 libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl #13 5.102 libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 #13 5.102 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 libgdbm-compat4 libgdbm6 #13 5.102 libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data #13 5.103 libgomp1 libgpgme11 libgpm2 libgprofng0 libgssapi-krb5-2 libheif1 #13 5.103 libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl #13 5.103 libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl #13 5.103 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 5.103 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 5.103 libhwasan0 libicu72 libimport-into-perl libindirect-perl libio-html-perl #13 5.103 libio-interactive-perl libio-prompter-perl libio-pty-perl #13 5.103 libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl #13 5.103 libio-stringy-perl libipc-run-perl libipc-run3-perl #13 5.103 libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl #13 5.103 libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl #13 5.103 libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3 #13 5.103 libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4 #13 5.103 liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl #13 5.103 liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl #13 5.103 liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #13 5.103 liblwp-protocol-https-perl liblz1 liblzo2-2 libmagic-mgc libmagic1 #13 5.103 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl #13 5.104 libmime-tools-perl libmldbm-perl libmodule-implementation-perl #13 5.104 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #13 5.104 libmpc3 libmpfr6 libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl #13 5.104 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #13 5.104 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #13 5.104 libnpth0 libnsl-dev libnsl2 libnuma1 libnumber-compare-perl #13 5.104 libobject-pad-perl libpackage-stash-perl libpackage-stash-xs-perl #13 5.104 libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl #13 5.104 libpath-tiny-perl libperl5.36 libperlio-gzip-perl libperlio-utf8-strict-perl #13 5.104 libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl #13 5.104 libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.11-minimal #13 5.104 libpython3.11-stdlib librav1e0 libre-engine-re2-perl libre2-9 libreadline8 #13 5.104 libreadonly-perl libref-util-perl libref-util-xs-perl libregexp-ipv6-perl #13 5.104 libregexp-pattern-license-perl libregexp-pattern-perl #13 5.104 libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2 #13 5.104 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #13 5.104 libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl #13 5.104 libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev #13 5.104 libstrictures-perl libstring-copyright-perl libstring-escape-perl #13 5.104 libstring-license-perl libstring-shellquote-perl libsub-exporter-perl #13 5.104 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #13 5.104 libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1 #13 5.104 libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl #13 5.104 libtask-weaken-perl libterm-readkey-perl libtext-glob-perl #13 5.104 libtext-levenshteinxs-perl libtext-markdown-discount-perl #13 5.104 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #13 5.104 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #13 5.104 libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl #13 5.104 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #13 5.104 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #13 5.104 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #13 5.104 libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6 #13 5.104 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #13 5.104 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 #13 5.104 libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl #13 5.104 libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl #13 5.104 libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db #13 5.104 manpages manpages-dev media-types netbase openssh-client openssl patch #13 5.104 patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults #13 5.104 pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix #13 5.104 python-apt-common python3 python3-apt python3-certifi python3-chardet #13 5.104 python3-charset-normalizer python3-debian python3-gpg python3-idna #13 5.104 python3-magic python3-minimal python3-pkg-resources python3-requests #13 5.104 python3-six python3-unidiff python3-urllib3 python3-xdg python3.11 #13 5.104 python3.11-minimal readline-common rpcsvc-proto sensible-utils #13 5.104 shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3 #13 5.104 xdg-user-dirs xz-utils zstd #13 5.390 0 upgraded, 425 newly installed, 0 to remove and 0 not upgraded. #13 5.390 Need to get 182 MB of archives. #13 5.390 After this operation, 658 MB of additional disk space will be used. #13 5.390 Get:1 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u1 [2815 kB] #13 5.415 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgdbm6 arm64 1.23-3 [70.9 kB] #13 5.415 Get:3 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB] #13 5.416 Get:4 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u1 [4014 kB] #13 5.441 Get:5 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u1 [239 kB] #13 5.442 Get:6 http://deb.debian.org/debian bookworm/main arm64 liblocale-gettext-perl arm64 1.07-5 [15.1 kB] #13 5.442 Get:7 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.11-1~deb12u2 [1803 kB] #13 5.451 Get:8 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-minimal arm64 3.11.2-6 [806 kB] #13 5.455 Get:9 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1 [84.8 kB] #13 5.456 Get:10 http://deb.debian.org/debian bookworm/main arm64 python3.11-minimal arm64 3.11.2-6 [1858 kB] #13 5.465 Get:11 http://deb.debian.org/debian bookworm/main arm64 python3-minimal arm64 3.11.2-1+b1 [26.3 kB] #13 5.467 Get:12 http://deb.debian.org/debian bookworm/main arm64 media-types all 10.0.0 [26.1 kB] #13 5.468 Get:13 http://deb.debian.org/debian bookworm/main arm64 libncursesw6 arm64 6.4-4 [122 kB] #13 5.468 Get:14 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u1 [31.7 kB] #13 5.469 Get:15 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u1 [79.0 kB] #13 5.469 Get:16 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] #13 5.478 Get:17 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u1 [313 kB] #13 5.480 Get:18 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u1 [123 kB] #13 5.481 Get:19 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] #13 5.481 Get:20 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] #13 5.485 Get:21 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] #13 5.485 Get:22 http://deb.debian.org/debian bookworm/main arm64 readline-common all 8.2-1.3 [69.0 kB] #13 5.486 Get:23 http://deb.debian.org/debian bookworm/main arm64 libreadline8 arm64 8.2-1.3 [155 kB] #13 5.487 Get:24 http://deb.debian.org/debian bookworm/main arm64 libsqlite3-0 arm64 3.40.1-2 [786 kB] #13 5.492 Get:25 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-stdlib arm64 3.11.2-6 [1747 kB] #13 5.500 Get:26 http://deb.debian.org/debian bookworm/main arm64 python3.11 arm64 3.11.2-6 [572 kB] #13 5.503 Get:27 http://deb.debian.org/debian bookworm/main arm64 libpython3-stdlib arm64 3.11.2-1+b1 [9296 B] #13 5.503 Get:28 http://deb.debian.org/debian bookworm/main arm64 python3 arm64 3.11.2-1+b1 [26.3 kB] #13 5.504 Get:29 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-2 [128 kB] #13 5.505 Get:30 http://deb.debian.org/debian bookworm/main arm64 netbase all 6.4 [12.8 kB] #13 5.506 Get:31 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] #13 5.506 Get:32 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB] #13 5.506 Get:33 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.11-1~deb12u2 [1385 kB] #13 5.514 Get:34 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20230311 [153 kB] #13 5.518 Get:35 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB] #13 5.521 Get:36 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB] #13 5.524 Get:37 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB] #13 5.526 Get:38 http://deb.debian.org/debian bookworm/main arm64 gettext-base arm64 0.21-12 [159 kB] #13 5.528 Get:39 http://deb.debian.org/debian bookworm/main arm64 libuchardet0 arm64 0.0.7-1 [67.9 kB] #13 5.529 Get:40 http://deb.debian.org/debian bookworm/main arm64 groff-base arm64 1.22.4-10 [861 kB] #13 5.534 Get:41 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u1 [62.7 kB] #13 5.534 Get:42 http://deb.debian.org/debian bookworm/main arm64 bsdextrautils arm64 2.38.1-5+b1 [86.9 kB] #13 5.536 Get:43 http://deb.debian.org/debian bookworm/main arm64 libpipeline1 arm64 1.5.7-1 [36.4 kB] #13 5.537 Get:44 http://deb.debian.org/debian bookworm/main arm64 man-db arm64 2.11.2-2 [1369 kB] #13 5.544 Get:45 http://deb.debian.org/debian bookworm/main arm64 manpages all 6.03-2 [1332 kB] #13 5.551 Get:46 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] #13 5.551 Get:47 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] #13 5.552 Get:48 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] #13 5.552 Get:49 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] #13 5.553 Get:50 http://deb.debian.org/debian-security bookworm-security/main arm64 openssh-client arm64 1:9.2p1-2+deb12u2 [933 kB] #13 5.555 Get:51 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1 [55.2 kB] #13 5.630 Get:52 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB] #13 5.633 Get:53 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB] #13 5.634 Get:54 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB] #13 5.636 Get:55 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB] #13 5.636 Get:56 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB] #13 5.640 Get:57 http://deb.debian.org/debian bookworm/main arm64 autopoint all 0.21-12 [495 kB] #13 5.643 Get:58 http://deb.debian.org/debian bookworm/main arm64 binutils-common arm64 2.40-2 [2487 kB] #13 5.661 Get:59 http://deb.debian.org/debian bookworm/main arm64 libbinutils arm64 2.40-2 [645 kB] #13 5.664 Get:60 http://deb.debian.org/debian bookworm/main arm64 libctf-nobfd0 arm64 2.40-2 [144 kB] #13 5.665 Get:61 http://deb.debian.org/debian bookworm/main arm64 libctf0 arm64 2.40-2 [79.2 kB] #13 5.666 Get:62 http://deb.debian.org/debian bookworm/main arm64 libgprofng0 arm64 2.40-2 [680 kB] #13 5.670 Get:63 http://deb.debian.org/debian bookworm/main arm64 libjansson4 arm64 2.14-2 [40.2 kB] #13 5.670 Get:64 http://deb.debian.org/debian bookworm/main arm64 binutils-aarch64-linux-gnu arm64 2.40-2 [2637 kB] #13 5.692 Get:65 http://deb.debian.org/debian bookworm/main arm64 binutils arm64 2.40-2 [64.9 kB] #13 5.692 Get:66 http://deb.debian.org/debian bookworm/main arm64 libc-dev-bin arm64 2.36-9+deb12u3 [44.3 kB] #13 5.692 Get:67 http://deb.debian.org/debian-security bookworm-security/main arm64 linux-libc-dev arm64 6.1.69-1 [1886 kB] #13 5.699 Get:68 http://deb.debian.org/debian bookworm/main arm64 libcrypt-dev arm64 1:4.4.33-2 [121 kB] #13 5.699 Get:69 http://deb.debian.org/debian bookworm/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [194 kB] #13 5.701 Get:70 http://deb.debian.org/debian bookworm/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB] #13 5.701 Get:71 http://deb.debian.org/debian bookworm/main arm64 rpcsvc-proto arm64 1.4.3-1 [59.7 kB] #13 5.702 Get:72 http://deb.debian.org/debian bookworm/main arm64 libc6-dev arm64 2.36-9+deb12u3 [1428 kB] #13 5.711 Get:73 http://deb.debian.org/debian bookworm/main arm64 libisl23 arm64 0.25-1 [611 kB] #13 5.714 Get:74 http://deb.debian.org/debian bookworm/main arm64 libmpfr6 arm64 4.2.0-1 [600 kB] #13 5.717 Get:75 http://deb.debian.org/debian bookworm/main arm64 libmpc3 arm64 1.3.1-1 [49.2 kB] #13 5.718 Get:76 http://deb.debian.org/debian bookworm/main arm64 cpp-12 arm64 12.2.0-14 [8226 kB] #13 5.821 Get:77 http://deb.debian.org/debian bookworm/main arm64 cpp arm64 4:12.2.0-3 [6832 B] #13 5.821 Get:78 http://deb.debian.org/debian bookworm/main arm64 libcc1-0 arm64 12.2.0-14 [37.7 kB] #13 5.821 Get:79 http://deb.debian.org/debian bookworm/main arm64 libgomp1 arm64 12.2.0-14 [104 kB] #13 5.822 Get:80 http://deb.debian.org/debian bookworm/main arm64 libitm1 arm64 12.2.0-14 [23.9 kB] #13 5.822 Get:81 http://deb.debian.org/debian bookworm/main arm64 libatomic1 arm64 12.2.0-14 [9536 B] #13 5.823 Get:82 http://deb.debian.org/debian bookworm/main arm64 libasan8 arm64 12.2.0-14 [2095 kB] #13 5.835 Get:83 http://deb.debian.org/debian bookworm/main arm64 liblsan0 arm64 12.2.0-14 [926 kB] #13 5.840 Get:84 http://deb.debian.org/debian bookworm/main arm64 libtsan2 arm64 12.2.0-14 [2179 kB] #13 5.850 Get:85 http://deb.debian.org/debian bookworm/main arm64 libubsan1 arm64 12.2.0-14 [862 kB] #13 5.854 Get:86 http://deb.debian.org/debian bookworm/main arm64 libhwasan0 arm64 12.2.0-14 [998 kB] #13 5.860 Get:87 http://deb.debian.org/debian bookworm/main arm64 libgcc-12-dev arm64 12.2.0-14 [959 kB] #13 5.863 Get:88 http://deb.debian.org/debian bookworm/main arm64 gcc-12 arm64 12.2.0-14 [16.3 MB] #13 5.959 Get:89 http://deb.debian.org/debian bookworm/main arm64 gcc arm64 4:12.2.0-3 [5244 B] #13 5.959 Get:90 http://deb.debian.org/debian bookworm/main arm64 libstdc++-12-dev arm64 12.2.0-14 [2006 kB] #13 5.969 Get:91 http://deb.debian.org/debian bookworm/main arm64 g++-12 arm64 12.2.0-14 [9071 kB] #13 6.019 Get:92 http://deb.debian.org/debian bookworm/main arm64 g++ arm64 4:12.2.0-3 [1336 B] #13 6.019 Get:93 http://deb.debian.org/debian bookworm/main arm64 make arm64 4.3-4.1 [391 kB] #13 6.021 Get:94 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB] #13 6.024 Get:95 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] #13 6.024 Get:96 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB] #13 6.032 Get:97 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B] #13 6.032 Get:98 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] #13 6.033 Get:99 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] #13 6.033 Get:100 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] #13 6.034 Get:101 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] #13 6.035 Get:102 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u1 [68.3 kB] #13 6.035 Get:103 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] #13 6.035 Get:104 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] #13 6.036 Get:105 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] #13 6.037 Get:106 http://deb.debian.org/debian-security bookworm-security/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB] #13 6.038 Get:107 http://deb.debian.org/debian-security bookworm-security/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB] #13 6.040 Get:108 http://deb.debian.org/debian bookworm/main arm64 dctrl-tools arm64 2.24-3 [101 kB] #13 6.041 Get:109 http://deb.debian.org/debian bookworm/main arm64 libdebhelper-perl all 13.11.4 [81.2 kB] #13 6.043 Get:110 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB] #13 6.046 Get:111 http://deb.debian.org/debian bookworm/main arm64 dh-autoreconf all 20 [17.1 kB] #13 6.047 Get:112 http://deb.debian.org/debian bookworm/main arm64 libarchive-zip-perl all 1.68-1 [104 kB] #13 6.048 Get:113 http://deb.debian.org/debian bookworm/main arm64 libsub-override-perl all 0.09-4 [9304 B] #13 6.049 Get:114 http://deb.debian.org/debian bookworm/main arm64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB] #13 6.051 Get:115 http://deb.debian.org/debian bookworm/main arm64 dh-strip-nondeterminism all 1.13.1-1 [8620 B] #13 6.060 Get:116 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB] #13 6.062 Get:117 http://deb.debian.org/debian bookworm/main arm64 dwz arm64 0.15-1 [101 kB] #13 6.078 Get:118 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB] #13 6.134 Get:119 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB] #13 6.139 Get:120 http://deb.debian.org/debian bookworm/main arm64 gettext arm64 0.21-12 [1248 kB] #13 6.148 Get:121 http://deb.debian.org/debian bookworm/main arm64 intltool-debian all 0.35.0+20060710.6 [22.9 kB] #13 6.149 Get:122 http://deb.debian.org/debian bookworm/main arm64 po-debconf all 1.0.21+nmu1 [248 kB] #13 6.150 Get:123 http://deb.debian.org/debian bookworm/main arm64 debhelper all 13.11.4 [942 kB] #13 6.157 Get:124 http://deb.debian.org/debian bookworm/main arm64 debian-keyring all 2022.12.24 [30.5 MB] #14 1.344 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB] #14 1.440 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/restricted arm64 Packages [24.2 kB] #14 1.455 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse arm64 Packages [224 kB] #13 10.02 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB] #13 10.02 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf groff-base armhf 1.22.4-6 [793 kB] #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 0.515 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] #13 0.526 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] #13 0.526 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] #13 0.654 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] #13 0.754 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [260 kB] #13 0.858 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [16.3 kB] #13 1.630 Fetched 8436 kB in 1s (6149 kB/s) #13 1.630 Reading package lists... #13 2.171 Reading package lists... #13 2.696 Building dependency tree... #13 2.848 Reading state information... #13 3.058 The following additional packages will be installed: #13 3.058 autoconf automake autopoint autotools-dev binutils #13 3.058 binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential #13 3.058 bzip2 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring #13 3.058 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #13 3.058 dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++ #13 3.060 g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils #13 3.060 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base #13 3.060 intltool-debian iso-codes less libalgorithm-diff-perl #13 3.060 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl #13 3.060 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13 #13 3.060 libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl #13 3.060 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #13 3.060 libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0 #13 3.060 libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl #13 3.060 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #13 3.060 libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl #13 3.060 libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl #13 3.060 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 #13 3.060 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #13 3.060 libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl #13 3.060 libdeflate0 libdevel-callchecker-perl libdevel-size-perl #13 3.060 libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl #13 3.060 libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl #13 3.060 libencode-locale-perl liberror-perl libexception-class-perl libexpat1 #13 3.060 libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl #13 3.060 libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #13 3.060 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #13 3.060 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #13 3.060 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #13 3.060 libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6 #13 3.060 libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl #13 3.060 libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 #13 3.060 libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl #13 3.060 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #13 3.060 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 3.060 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 3.060 libicu67 libimport-into-perl libio-html-perl libio-prompter-perl #13 3.060 libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl #13 3.060 libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl #13 3.060 libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl #13 3.060 libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl #13 3.060 libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl #13 3.060 liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl #13 3.060 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #13 3.060 liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7 #13 3.060 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #13 3.060 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0 #13 3.060 libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl #13 3.060 libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 #13 3.060 libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl #13 3.060 libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl #13 3.060 libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl #13 3.060 libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16 #13 3.060 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #13 3.060 libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl #13 3.060 libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16 #13 3.060 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #13 3.060 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib #13 3.060 libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl #13 3.060 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #13 3.060 libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2 #13 3.060 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #13 3.060 libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl #13 3.060 libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev #13 3.060 libstrictures-perl libstring-copyright-perl libstring-escape-perl #13 3.060 libstring-shellquote-perl libsub-exporter-perl #13 3.060 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #13 3.060 libsub-name-perl libsub-override-perl libsub-quote-perl #13 3.060 libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl #13 3.060 libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl #13 3.060 libtext-markdown-discount-perl libtext-xslate-perl libtiff5 #13 3.060 libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev #13 3.060 libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl #13 3.060 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #13 3.060 liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl #13 3.060 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2 #13 3.060 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl #13 3.060 libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl #13 3.060 libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2 #13 3.060 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip #13 3.060 lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client #13 3.060 openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults #13 3.060 pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common #13 3.060 python3 python3-apt python3-certifi python3-chardet python3-debian #13 3.060 python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources #13 3.060 python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg #13 3.060 python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info #13 3.060 strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils #13 3.062 Suggested packages: #13 3.062 autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc #13 3.062 gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone #13 3.062 bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el #13 3.062 diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help #13 3.062 libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #13 3.062 libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts #13 3.062 postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m #13 3.062 dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync #13 3.062 gcc-10-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev #13 3.062 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el #13 3.062 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie #13 3.062 xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl #13 3.062 glibc-doc bzr libgd-tools gdbm-l10n gpm libtool-doc libcrypt-ssleay-perl #13 3.062 uuid libscalar-number-perl libsasl2-modules-gssapi-mit #13 3.062 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #13 3.062 libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl #13 3.062 libnet-jabber-perl libstdc++-10-doc libbareword-filehandles-perl #13 3.062 libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler #13 3.062 gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl #13 3.062 bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc #13 3.062 apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed #13 3.062 diffutils-doc perl-doc libterm-readline-gnu-perl #13 3.062 | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc #13 3.062 libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg #13 3.062 python-apt-doc python3-setuptools python3-cryptography python3-openssl #13 3.062 python3-socks python-requests-doc python3.9-venv python3.9-doc #13 3.062 binfmt-support readline-doc zip wdiff-doc #13 4.568 The following NEW packages will be installed: #13 4.568 autoconf automake autopoint autotools-dev binutils #13 4.568 binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential #13 4.568 bzip2 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring #13 4.568 devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr #13 4.568 distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config #13 4.568 fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man #13 4.568 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server #13 4.568 gpgconf gpgsm groff-base intltool-debian iso-codes less #13 4.568 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #13 4.568 libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #13 4.568 libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1 #13 4.568 libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl #13 4.568 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev #13 4.568 libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl #13 4.568 libclass-inspector-perl libclass-method-modifiers-perl #13 4.568 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #13 4.568 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #13 4.568 libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 #13 4.568 libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl #13 4.568 libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl #13 4.568 libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl #13 4.568 libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl #13 4.568 libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl #13 4.568 libencode-locale-perl liberror-perl libexception-class-perl libexpat1 #13 4.568 libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl #13 4.568 libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #13 4.568 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #13 4.568 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #13 4.568 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #13 4.568 libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6 #13 4.568 libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl #13 4.568 libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 #13 4.568 libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl #13 4.568 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #13 4.568 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 4.568 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 4.568 libicu67 libimport-into-perl libio-html-perl libio-prompter-perl #13 4.568 libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl #13 4.568 libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl #13 4.568 libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl #13 4.568 libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl #13 4.568 libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl #13 4.568 liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl #13 4.568 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #13 4.568 liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7 #13 4.568 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #13 4.568 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0 #13 4.568 libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl #13 4.568 libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 #13 4.568 libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl #13 4.568 libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl #13 4.568 libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl #13 4.568 libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16 #13 4.568 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #13 4.568 libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl #13 4.568 libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16 #13 4.568 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #13 4.568 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib #13 4.568 libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl #13 4.568 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #13 4.568 libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2 #13 4.568 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #13 4.568 libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl #13 4.568 libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev #13 4.568 libstrictures-perl libstring-copyright-perl libstring-escape-perl #13 4.568 libstring-shellquote-perl libsub-exporter-perl #13 4.568 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #13 4.568 libsub-name-perl libsub-override-perl libsub-quote-perl #13 4.568 libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl #13 4.568 libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl #13 4.568 libtext-markdown-discount-perl libtext-xslate-perl libtiff5 #13 4.568 libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev #13 4.568 libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl #13 4.568 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #13 4.568 liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl #13 4.568 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2 #13 4.568 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl #13 4.568 libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl #13 4.568 libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2 #13 4.568 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip #13 4.568 lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client #13 4.568 openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults #13 4.568 pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common #13 4.568 python3 python3-apt python3-certifi python3-chardet python3-debian #13 4.568 python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources #13 4.568 python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg #13 4.568 python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info #13 4.568 strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils #13 4.848 0 upgraded, 382 newly installed, 0 to remove and 0 not upgraded. #13 4.848 Need to get 168 MB of archives. #13 4.848 After this operation, 549 MB of additional disk space will be used. #13 4.848 Get:1 http://deb.debian.org/debian bullseye/main arm64 bsdextrautils arm64 2.36.1-8+deb11u1 [142 kB] #13 4.852 Get:2 http://deb.debian.org/debian bullseye/main arm64 libuchardet0 arm64 0.0.7-1 [67.9 kB] #13 4.853 Get:3 http://deb.debian.org/debian bullseye/main arm64 groff-base arm64 1.22.4-6 [883 kB] #13 4.859 Get:4 http://deb.debian.org/debian bullseye/main arm64 libgdbm6 arm64 1.19-2 [64.0 kB] #13 4.859 Get:5 http://deb.debian.org/debian bullseye/main arm64 libpipeline1 arm64 1.5.3-1 [33.0 kB] #13 4.860 Get:6 http://deb.debian.org/debian bullseye/main arm64 man-db arm64 2.9.4-2 [1336 kB] #13 4.869 Get:7 http://deb.debian.org/debian bullseye/main arm64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB] #13 4.928 Get:8 http://deb.debian.org/debian bullseye/main arm64 libgdbm-compat4 arm64 1.19-2 [44.6 kB] #13 4.928 Get:9 http://deb.debian.org/debian bullseye/main arm64 libperl5.32 arm64 5.32.1-4+deb11u2 [3911 kB] #13 5.003 Get:10 http://deb.debian.org/debian bullseye/main arm64 perl arm64 5.32.1-4+deb11u2 [293 kB] #13 5.005 Get:11 http://deb.debian.org/debian bullseye/main arm64 liblocale-gettext-perl arm64 1.07-4+b1 [18.9 kB] #13 5.006 Get:12 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-minimal arm64 3.9.2-1 [797 kB] #13 5.080 Get:13 http://deb.debian.org/debian bullseye/main arm64 libexpat1 arm64 2.2.10-2+deb11u5 [84.1 kB] #13 5.081 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3.9-minimal arm64 3.9.2-1 [1884 kB] #13 5.100 Get:15 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.2-3 [38.2 kB] #13 5.103 Get:16 http://deb.debian.org/debian bullseye/main arm64 media-types all 4.0.0 [30.3 kB] #13 5.103 Get:17 http://deb.debian.org/debian bullseye/main arm64 libmpdec3 arm64 2.5.1-1 [84.4 kB] #13 5.103 Get:18 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2+deb11u2 [121 kB] #13 5.104 Get:19 http://deb.debian.org/debian bullseye/main arm64 readline-common all 8.1-1 [73.7 kB] #13 5.104 Get:20 http://deb.debian.org/debian bullseye/main arm64 libreadline8 arm64 8.1-1 [160 kB] #13 5.105 Get:21 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-0 arm64 3.34.1-3 [750 kB] #13 5.109 Get:22 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-stdlib arm64 3.9.2-1 [1658 kB] #13 5.121 Get:23 http://deb.debian.org/debian bullseye/main arm64 python3.9 arm64 3.9.2-1 [466 kB] #13 5.124 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.2-3 [21.4 kB] #13 5.124 Get:25 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.2-3 [37.9 kB] #13 5.126 Get:26 http://deb.debian.org/debian bullseye/main arm64 less arm64 551-2 [129 kB] #13 5.127 Get:27 http://deb.debian.org/debian bullseye/main arm64 netbase all 6.3 [19.9 kB] #13 5.129 Get:28 http://deb.debian.org/debian bullseye/main arm64 sensible-utils all 0.0.14 [14.8 kB] #13 5.142 Get:29 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] #13 5.143 Get:30 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1w-0+deb11u1 [837 kB] #13 5.147 Get:31 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] #13 5.149 Get:32 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3+deb11u1 [273 kB] #13 5.150 Get:33 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3+deb11u1 [123 kB] #13 5.151 Get:34 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3+deb11u1 [69.2 kB] #13 5.152 Get:35 http://deb.debian.org/debian bullseye/main arm64 gettext-base arm64 0.21-4 [173 kB] #13 5.153 Get:36 http://deb.debian.org/debian bullseye/main arm64 manpages all 5.10-1 [1412 kB] #13 5.162 Get:37 http://deb.debian.org/debian bullseye/main arm64 libmd0 arm64 1.0.3-3 [27.9 kB] #13 5.162 Get:38 http://deb.debian.org/debian bullseye/main arm64 libbsd0 arm64 0.11.3-1+deb11u1 [106 kB] #13 5.163 Get:39 http://deb.debian.org/debian bullseye/main arm64 libedit2 arm64 3.1-20191231-2+b1 [92.1 kB] #13 5.164 Get:40 http://deb.debian.org/debian bullseye/main arm64 libcbor0 arm64 0.5.0+dfsg-2 [20.1 kB] #13 5.164 Get:41 http://deb.debian.org/debian bullseye/main arm64 libfido2-1 arm64 1.6.0-2 [50.2 kB] #13 5.164 Get:42 http://deb.debian.org/debian-security bullseye-security/main arm64 openssh-client arm64 1:8.4p1-5+deb11u3 [898 kB] #13 5.167 Get:43 http://deb.debian.org/debian bullseye/main arm64 ucf all 3.0043 [74.0 kB] #13 5.168 Get:44 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] #13 5.170 Get:45 http://deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB] #13 5.170 Get:46 http://deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB] #13 5.171 Get:47 http://deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB] #13 5.173 Get:48 http://deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB] #13 5.174 Get:49 http://deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB] #13 5.178 Get:50 http://deb.debian.org/debian bullseye/main arm64 autopoint all 0.21-4 [510 kB] #13 5.180 Get:51 http://deb.debian.org/debian bullseye/main arm64 binutils-common arm64 2.35.2-2 [2220 kB] #13 5.194 Get:52 http://deb.debian.org/debian bullseye/main arm64 libbinutils arm64 2.35.2-2 [599 kB] #13 5.197 Get:53 http://deb.debian.org/debian bullseye/main arm64 libctf-nobfd0 arm64 2.35.2-2 [108 kB] #13 5.197 Get:54 http://deb.debian.org/debian bullseye/main arm64 libctf0 arm64 2.35.2-2 [51.0 kB] #13 5.198 Get:55 http://deb.debian.org/debian bullseye/main arm64 binutils-aarch64-linux-gnu arm64 2.35.2-2 [2472 kB] #13 5.212 Get:56 http://deb.debian.org/debian bullseye/main arm64 binutils arm64 2.35.2-2 [61.2 kB] #13 5.213 Get:57 http://deb.debian.org/debian-security bullseye-security/main arm64 libc-dev-bin arm64 2.31-13+deb11u7 [273 kB] #13 5.214 Get:58 http://deb.debian.org/debian-security bullseye-security/main arm64 linux-libc-dev arm64 5.10.205-2 [1671 kB] #13 5.218 Get:59 http://deb.debian.org/debian bullseye/main arm64 libcrypt-dev arm64 1:4.4.18-4 [108 kB] #13 5.218 Get:60 http://deb.debian.org/debian bullseye/main arm64 libtirpc-dev arm64 1.3.1-1+deb11u1 [193 kB] #13 5.219 Get:61 http://deb.debian.org/debian bullseye/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB] #13 5.220 Get:62 http://deb.debian.org/debian-security bullseye-security/main arm64 libc6-dev arm64 2.31-13+deb11u7 [2029 kB] #13 5.225 Get:63 http://deb.debian.org/debian bullseye/main arm64 libisl23 arm64 0.23-1 [590 kB] #13 5.228 Get:64 http://deb.debian.org/debian bullseye/main arm64 libmpfr6 arm64 4.1.0-3 [829 kB] #13 5.232 Get:65 http://deb.debian.org/debian bullseye/main arm64 libmpc3 arm64 1.2.0-1 [43.2 kB] #13 5.232 Get:66 http://deb.debian.org/debian bullseye/main arm64 cpp-10 arm64 10.2.1-6 [7756 kB] #13 5.278 Get:67 http://deb.debian.org/debian bullseye/main arm64 cpp arm64 4:10.2.1-1 [19.7 kB] #13 5.279 Get:68 http://deb.debian.org/debian bullseye/main arm64 libcc1-0 arm64 10.2.1-6 [45.1 kB] #13 5.279 Get:69 http://deb.debian.org/debian bullseye/main arm64 libgomp1 arm64 10.2.1-6 [91.6 kB] #13 5.280 Get:70 http://deb.debian.org/debian bullseye/main arm64 libitm1 arm64 10.2.1-6 [23.8 kB] #13 5.280 Get:71 http://deb.debian.org/debian bullseye/main arm64 libatomic1 arm64 10.2.1-6 [9468 B] #13 5.280 Get:72 http://deb.debian.org/debian bullseye/main arm64 libasan6 arm64 10.2.1-6 [2002 kB] #13 5.290 Get:73 http://deb.debian.org/debian bullseye/main arm64 liblsan0 arm64 10.2.1-6 [794 kB] #13 5.294 Get:74 http://deb.debian.org/debian bullseye/main arm64 libtsan0 arm64 10.2.1-6 [1957 kB] #13 5.304 Get:75 http://deb.debian.org/debian bullseye/main arm64 libubsan1 arm64 10.2.1-6 [759 kB] #13 5.307 Get:76 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev arm64 10.2.1-6 [876 kB] #13 5.312 Get:77 http://deb.debian.org/debian bullseye/main arm64 gcc-10 arm64 10.2.1-6 [15.4 MB] #13 5.403 Get:78 http://deb.debian.org/debian bullseye/main arm64 gcc arm64 4:10.2.1-1 [5208 B] #13 5.403 Get:79 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev arm64 10.2.1-6 [1704 kB] #13 5.412 Get:80 http://deb.debian.org/debian bullseye/main arm64 g++-10 arm64 10.2.1-6 [8557 kB] #13 5.462 Get:81 http://deb.debian.org/debian bullseye/main arm64 g++ arm64 4:10.2.1-1 [1628 B] #13 5.463 Get:82 http://deb.debian.org/debian bullseye/main arm64 make arm64 4.3-4.1 [391 kB] #13 5.465 Get:83 http://deb.debian.org/debian bullseye/main arm64 libdpkg-perl all 1.20.13 [1552 kB] #13 5.473 Get:84 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] #13 5.474 Get:85 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.13 [2314 kB] #13 5.485 Get:86 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B] #13 5.485 Get:87 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] #13 5.487 Get:88 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] #13 5.487 Get:89 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] #13 5.489 Get:90 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB] #13 5.491 Get:91 http://deb.debian.org/debian-security bullseye-security/main arm64 libnghttp2-14 arm64 1.43.0-1+deb11u1 [74.2 kB] #13 5.491 Get:92 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] #13 5.491 Get:93 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] #13 5.492 Get:94 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] #13 5.493 Get:95 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u11 [326 kB] #13 5.494 Get:96 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u11 [265 kB] #13 5.495 Get:97 http://deb.debian.org/debian bullseye/main arm64 dctrl-tools arm64 2.24-3 [101 kB] #13 5.495 Get:98 http://deb.debian.org/debian bullseye/main arm64 libdebhelper-perl all 13.3.4 [189 kB] #13 5.496 Get:99 http://deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB] #13 5.499 Get:100 http://deb.debian.org/debian bullseye/main arm64 dh-autoreconf all 20 [17.1 kB] #13 5.499 Get:101 http://deb.debian.org/debian bullseye/main arm64 libarchive-zip-perl all 1.68-1 [104 kB] #13 5.501 Get:102 http://deb.debian.org/debian bullseye/main arm64 libsub-override-perl all 0.09-2 [10.2 kB] #13 5.502 Get:103 http://deb.debian.org/debian bullseye/main arm64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB] #13 5.504 Get:104 http://deb.debian.org/debian bullseye/main arm64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB] #13 5.505 Get:105 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] #13 5.510 Get:106 http://deb.debian.org/debian bullseye/main arm64 dwz arm64 0.13+20210201-1 [155 kB] #13 5.512 Get:107 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] #13 5.561 Get:108 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u4 [629 kB] #13 5.565 Get:109 http://deb.debian.org/debian bullseye/main arm64 gettext arm64 0.21-4 [1261 kB] #13 5.571 Get:110 http://deb.debian.org/debian bullseye/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB] #13 5.571 Get:111 http://deb.debian.org/debian bullseye/main arm64 po-debconf all 1.0.21+nmu1 [248 kB] #13 5.572 Get:112 http://deb.debian.org/debian bullseye/main arm64 debhelper all 13.3.4 [1049 kB] #13 5.578 Get:113 http://deb.debian.org/debian bullseye/main arm64 debian-keyring all 2021.07.26 [31.1 MB] #13 5.762 Get:114 http://deb.debian.org/debian bullseye/main arm64 libfakeroot arm64 1.25.3-1.1 [47.9 kB] #13 5.762 Get:115 http://deb.debian.org/debian bullseye/main arm64 fakeroot arm64 1.25.3-1.1 [86.8 kB] #13 5.763 Get:116 http://deb.debian.org/debian bullseye/main arm64 libassuan0 arm64 2.5.3-7.1 [48.0 kB] #13 5.763 Get:117 http://deb.debian.org/debian bullseye/main arm64 gpgconf arm64 2.2.27-2+deb11u2 [540 kB] #13 5.766 Get:118 http://deb.debian.org/debian bullseye/main arm64 libksba8 arm64 1.5.0-3+deb11u2 [115 kB] #13 5.767 Get:119 http://deb.debian.org/debian bullseye/main arm64 libnpth0 arm64 1.6-3 [18.6 kB] #13 5.767 Get:120 http://deb.debian.org/debian bullseye/main arm64 dirmngr arm64 2.2.27-2+deb11u2 [743 kB] #13 5.771 Get:121 http://deb.debian.org/debian bullseye/main arm64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB] #13 5.776 Get:122 http://deb.debian.org/debian bullseye/main arm64 gnupg-utils arm64 2.2.27-2+deb11u2 [864 kB] #13 5.780 Get:123 http://deb.debian.org/debian bullseye/main arm64 gpg arm64 2.2.27-2+deb11u2 [884 kB] #13 5.827 Get:124 http://deb.debian.org/debian bullseye/main arm64 pinentry-curses arm64 1.1.0-4 [63.0 kB] #13 5.827 Get:125 http://deb.debian.org/debian bullseye/main arm64 gpg-agent arm64 2.2.27-2+deb11u2 [651 kB] #13 5.831 Get:126 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-client arm64 2.2.27-2+deb11u2 [517 kB] #13 5.834 Get:127 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-server arm64 2.2.27-2+deb11u2 [510 kB] #13 5.836 Get:128 http://deb.debian.org/debian bullseye/main arm64 gpgsm arm64 2.2.27-2+deb11u2 [627 kB] #13 5.839 Get:129 http://deb.debian.org/debian bullseye/main arm64 gnupg all 2.2.27-2+deb11u2 [825 kB] #13 5.843 Get:130 http://deb.debian.org/debian bullseye/main arm64 libfile-dirlist-perl all 0.05-2 [7444 B] #13 5.846 Get:131 http://deb.debian.org/debian bullseye/main arm64 libfile-which-perl all 1.23-1 [16.6 kB] #13 5.846 Get:132 http://deb.debian.org/debian bullseye/main arm64 libfile-homedir-perl all 1.006-1 [43.8 kB] #13 5.846 Get:133 http://deb.debian.org/debian bullseye/main arm64 libfile-touch-perl all 0.11-1 [9254 B] #13 5.847 Get:134 http://deb.debian.org/debian bullseye/main arm64 libio-pty-perl arm64 1:1.15-2 [36.0 kB] #13 5.847 Get:135 http://deb.debian.org/debian bullseye/main arm64 libipc-run-perl all 20200505.0-1 [102 kB] #13 5.863 Get:136 http://deb.debian.org/debian bullseye/main arm64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB] #13 5.864 Get:137 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b3 [11.2 kB] #13 5.866 Get:138 http://deb.debian.org/debian bullseye/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB] #13 5.867 Get:139 http://deb.debian.org/debian bullseye/main arm64 libdevel-callchecker-perl arm64 0.008-1+b2 [15.8 kB] #13 5.869 Get:140 http://deb.debian.org/debian bullseye/main arm64 libparams-classify-perl arm64 0.015-1+b3 [25.5 kB] #13 5.883 Get:141 http://deb.debian.org/debian bullseye/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB] #13 5.885 Get:142 http://deb.debian.org/debian bullseye/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB] #13 5.886 Get:143 http://deb.debian.org/debian bullseye/main arm64 librole-tiny-perl all 2.002004-1 [21.4 kB] #13 5.889 Get:144 http://deb.debian.org/debian bullseye/main arm64 libstrictures-perl all 2.000006-1 [18.6 kB] #13 5.891 Get:145 http://deb.debian.org/debian bullseye/main arm64 libsub-quote-perl all 2.006006-1 [21.0 kB] #13 5.937 Get:146 http://deb.debian.org/debian bullseye/main arm64 libmoo-perl all 2.004004-1 [59.9 kB] #13 5.939 Get:147 http://deb.debian.org/debian bullseye/main arm64 libencode-locale-perl all 1.05-1.1 [13.2 kB] #13 5.939 Get:148 http://deb.debian.org/debian bullseye/main arm64 libtimedate-perl all 2.3300-2 [39.3 kB] #13 5.940 Get:149 http://deb.debian.org/debian bullseye/main arm64 libhttp-date-perl all 6.05-1 [10.4 kB] #13 5.940 Get:150 http://deb.debian.org/debian bullseye/main arm64 libfile-listing-perl all 6.14-1 [12.4 kB] #13 5.940 Get:151 http://deb.debian.org/debian bullseye/main arm64 libhtml-tagset-perl all 3.20-4 [13.0 kB] #13 5.941 Get:152 http://deb.debian.org/debian bullseye/main arm64 liburi-perl all 5.08-1 [90.6 kB] #13 5.941 Get:153 http://deb.debian.org/debian bullseye/main arm64 libhtml-parser-perl arm64 3.75-1+b1 [103 kB] #13 5.980 Get:154 http://deb.debian.org/debian bullseye/main arm64 libhtml-tree-perl all 5.07-2 [213 kB] #13 5.982 Get:155 http://deb.debian.org/debian bullseye/main arm64 libio-html-perl all 1.004-2 [16.1 kB] #13 5.982 Get:156 http://deb.debian.org/debian bullseye/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB] #13 5.982 Get:157 http://deb.debian.org/debian bullseye/main arm64 libhttp-message-perl all 6.28-1 [79.6 kB] #13 5.983 Get:158 http://deb.debian.org/debian bullseye/main arm64 libhttp-cookies-perl all 6.10-1 [19.6 kB] #13 5.983 Get:159 http://deb.debian.org/debian bullseye/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB] #13 5.983 Get:160 http://deb.debian.org/debian bullseye/main arm64 perl-openssl-defaults arm64 5 [7360 B] #13 5.983 Get:161 http://deb.debian.org/debian bullseye/main arm64 libnet-ssleay-perl arm64 1.88-3+b1 [316 kB] #13 5.985 Get:162 http://deb.debian.org/debian bullseye/main arm64 libio-socket-ssl-perl all 2.069-1 [215 kB] #13 5.987 Get:163 http://deb.debian.org/debian bullseye/main arm64 libnet-http-perl all 6.20-1 [25.1 kB] #13 5.987 Get:164 http://deb.debian.org/debian bullseye/main arm64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB] #13 5.987 Get:165 http://deb.debian.org/debian bullseye/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB] #13 5.988 Get:166 http://deb.debian.org/debian bullseye/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB] #13 5.988 Get:167 http://deb.debian.org/debian bullseye/main arm64 libwww-perl all 6.52-1 [192 kB] #13 5.989 Get:168 http://deb.debian.org/debian bullseye/main arm64 patchutils arm64 0.4.2-1 [73.5 kB] #13 5.992 Get:169 http://deb.debian.org/debian bullseye/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB] #13 5.993 Get:170 http://deb.debian.org/debian bullseye/main arm64 devscripts arm64 2.21.3+deb11u1 [1092 kB] #13 5.998 Get:171 http://deb.debian.org/debian bullseye/main arm64 diffstat arm64 1.64-1 [34.6 kB] #13 5.999 Get:172 http://deb.debian.org/debian bullseye/main arm64 distro-info-data all 0.51+deb11u4 [8048 B] #13 6.001 Get:173 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] #13 6.002 Get:174 http://deb.debian.org/debian bullseye/main arm64 python3-chardet all 4.0.0-1 [99.0 kB] #13 6.003 Get:175 http://deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] #13 6.009 Get:176 http://deb.debian.org/debian bullseye/main arm64 python3-debian all 0.1.39 [80.1 kB] #13 6.012 Get:177 http://deb.debian.org/debian bullseye/main arm64 libgpgme11 arm64 1.14.0-1+b2 [267 kB] #13 6.014 Get:178 http://deb.debian.org/debian bullseye/main arm64 python3-gpg arm64 1.14.0-1+b2 [324 kB] #13 6.016 Get:179 http://deb.debian.org/debian bullseye/main arm64 dput all 1.1.0 [56.5 kB] #13 6.017 Get:180 http://deb.debian.org/debian bullseye/main arm64 equivs all 2.3.1 [22.7 kB] #13 6.018 Get:181 http://deb.debian.org/debian bullseye/main arm64 fonts-dejavu-core all 2.37-2 [1069 kB] #13 6.026 Get:182 http://deb.debian.org/debian bullseye/main arm64 fontconfig-config all 2.13.1-4.2 [281 kB] #13 6.029 Get:183 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u11 [323 kB] #13 6.032 Get:184 http://deb.debian.org/debian bullseye/main arm64 liberror-perl all 0.17029-1 [31.0 kB] #13 6.032 Get:185 http://deb.debian.org/debian bullseye/main arm64 git-man all 1:2.30.2-1+deb11u2 [1828 kB] #13 6.048 Get:186 http://deb.debian.org/debian bullseye/main arm64 git arm64 1:2.30.2-1+deb11u2 [5423 kB] #13 6.088 Get:187 http://deb.debian.org/debian bullseye/main arm64 iso-codes all 4.6.0-1 [2824 kB] #13 6.104 Get:188 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-perl all 1.201-1 [43.3 kB] #13 6.104 Get:189 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6+b1 [11.7 kB] #13 6.105 Get:190 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB] #13 6.105 Get:191 http://deb.debian.org/debian bullseye/main arm64 libaliased-perl all 0.34-1.1 [14.1 kB] #13 6.105 Get:192 http://deb.debian.org/debian bullseye/main arm64 libapt-pkg-perl arm64 0.1.39 [69.4 kB] #13 6.106 Get:193 http://deb.debian.org/debian bullseye/main arm64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB] #13 6.106 Get:194 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] #13 6.108 Get:195 http://deb.debian.org/debian bullseye/main arm64 libarray-intspan-perl all 2.004-1 [25.5 kB] #13 6.108 Get:196 http://deb.debian.org/debian bullseye/main arm64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB] #13 6.110 Get:197 http://deb.debian.org/debian bullseye/main arm64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB] #13 6.111 Get:198 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B] #13 6.112 Get:199 http://deb.debian.org/debian bullseye/main arm64 libvariable-magic-perl arm64 0.62-1+b3 [44.2 kB] #13 6.113 Get:200 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB] #13 6.115 Get:201 http://deb.debian.org/debian bullseye/main arm64 libpng16-16 arm64 1.6.37-3 [289 kB] #13 6.116 Get:202 http://deb.debian.org/debian bullseye/main arm64 libfreetype6 arm64 2.10.4+dfsg-1+deb11u1 [393 kB] #13 6.120 Get:203 http://deb.debian.org/debian bullseye/main arm64 libfontconfig1 arm64 2.13.1-4.2 [344 kB] #13 6.122 Get:204 http://deb.debian.org/debian bullseye/main arm64 libjpeg62-turbo arm64 1:2.0.6-4 [133 kB] #13 6.123 Get:205 http://deb.debian.org/debian bullseye/main arm64 libdeflate0 arm64 1.7-1 [47.7 kB] #13 6.124 Get:206 http://deb.debian.org/debian bullseye/main arm64 libjbig0 arm64 2.1-3.1+b2 [27.8 kB] #13 6.125 Get:207 http://deb.debian.org/debian bullseye/main arm64 libwebp6 arm64 0.6.1-2.1+deb11u2 [244 kB] #13 6.127 Get:208 http://deb.debian.org/debian-security bullseye-security/main arm64 libtiff5 arm64 4.2.0-1+deb11u5 [278 kB] #13 6.128 Get:209 http://deb.debian.org/debian bullseye/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] #13 6.128 Get:210 http://deb.debian.org/debian bullseye/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] #13 6.130 Get:211 http://deb.debian.org/debian bullseye/main arm64 libxcb1 arm64 1.14-3 [138 kB] #13 6.133 Get:212 http://deb.debian.org/debian-security bullseye-security/main arm64 libx11-data all 2:1.7.2-1+deb11u2 [311 kB] #13 6.135 Get:213 http://deb.debian.org/debian-security bullseye-security/main arm64 libx11-6 arm64 2:1.7.2-1+deb11u2 [744 kB] #13 6.137 Get:214 http://deb.debian.org/debian-security bullseye-security/main arm64 libxpm4 arm64 1:3.5.12-1.1+deb11u1 [47.4 kB] #13 6.137 Get:215 http://deb.debian.org/debian bullseye/main arm64 libgd3 arm64 2.3.0-2 [127 kB] #13 6.140 Get:216 http://deb.debian.org/debian-security bullseye-security/main arm64 libc-devtools arm64 2.31-13+deb11u7 [245 kB] #13 6.142 Get:217 http://deb.debian.org/debian bullseye/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB] #13 6.167 Get:218 http://deb.debian.org/debian bullseye/main arm64 libclass-data-inheritable-perl all 0.08-3 [8588 B] #13 6.167 Get:219 http://deb.debian.org/debian bullseye/main arm64 libclass-inspector-perl all 1.36-1 [19.6 kB] #13 6.168 Get:220 http://deb.debian.org/debian bullseye/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b7 [36.9 kB] #13 6.170 Get:221 http://deb.debian.org/debian bullseye/main arm64 libclone-perl arm64 0.45-1+b1 [15.3 kB] #13 6.171 Get:222 http://deb.debian.org/debian bullseye/main arm64 libcommon-sense-perl arm64 3.75-1+b4 [24.6 kB] #13 6.172 Get:223 http://deb.debian.org/debian bullseye/main arm64 libconfig-tiny-perl all 2.26-1 [16.5 kB] #13 6.173 Get:224 http://deb.debian.org/debian bullseye/main arm64 libparams-util-perl arm64 1.102-1+b1 [25.3 kB] #13 6.174 Get:225 http://deb.debian.org/debian bullseye/main arm64 libsub-install-perl all 0.928-1.1 [10.8 kB] #13 6.176 Get:226 http://deb.debian.org/debian bullseye/main arm64 libdata-optlist-perl all 0.110-1.1 [10.8 kB] #13 6.177 Get:227 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB] #13 6.179 Get:228 http://deb.debian.org/debian bullseye/main arm64 libconst-fast-perl all 0.014-1.1 [8552 B] #13 6.180 Get:229 http://deb.debian.org/debian bullseye/main arm64 libwant-perl arm64 0.29-1+b6 [28.4 kB] #13 6.182 Get:230 http://deb.debian.org/debian bullseye/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB] #13 6.192 Get:231 http://deb.debian.org/debian bullseye/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB] #13 6.194 Get:232 http://deb.debian.org/debian bullseye/main arm64 libcpanel-json-xs-perl arm64 4.25-1+b1 [127 kB] #13 6.196 Get:233 http://deb.debian.org/debian bullseye/main arm64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB] #13 6.197 Get:234 http://deb.debian.org/debian bullseye/main arm64 libexception-class-perl all 1.44-1 [32.3 kB] #13 6.198 Get:235 http://deb.debian.org/debian bullseye/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB] #13 6.199 Get:236 http://deb.debian.org/debian bullseye/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB] #13 6.200 Get:237 http://deb.debian.org/debian bullseye/main arm64 libexporter-tiny-perl all 1.002002-1 [37.8 kB] #13 6.203 Get:238 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-xs-perl arm64 0.430-2 [36.8 kB] #13 6.205 Get:239 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-perl all 0.430-2 [46.9 kB] #13 6.207 Get:240 http://deb.debian.org/debian bullseye/main arm64 libdata-dpath-perl all 0.58-1 [43.5 kB] #13 6.207 Get:241 http://deb.debian.org/debian bullseye/main arm64 libdata-dump-perl all 1.23-1.1 [27.6 kB] #13 6.208 Get:242 http://deb.debian.org/debian bullseye/main arm64 libdata-messagepack-perl arm64 1.00-4+b1 [37.6 kB] #13 6.209 Get:243 http://deb.debian.org/debian bullseye/main arm64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB] #13 6.211 Get:244 http://deb.debian.org/debian bullseye/main arm64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB] #13 6.212 Get:245 http://deb.debian.org/debian bullseye/main arm64 libdevel-size-perl arm64 0.83-1+b2 [25.8 kB] #13 6.213 Get:246 http://deb.debian.org/debian bullseye/main arm64 libdistro-info-perl all 1.0 [7480 B] #13 6.214 Get:247 http://deb.debian.org/debian bullseye/main arm64 libemail-address-xs-perl arm64 1.04-1+b3 [26.7 kB] #13 6.215 Get:248 http://deb.debian.org/debian bullseye/main arm64 libfcgi0ldbl arm64 2.4.2-2 [25.3 kB] #13 6.216 Get:249 http://deb.debian.org/debian bullseye/main arm64 libfcgi-bin arm64 2.4.2-2 [12.5 kB] #13 6.218 Get:250 http://deb.debian.org/debian bullseye/main arm64 libfcgi-perl arm64 0.79+ds-2 [27.1 kB] #13 6.219 Get:251 http://deb.debian.org/debian bullseye/main arm64 libipc-system-simple-perl all 1.30-1 [28.2 kB] #13 6.219 Get:252 http://deb.debian.org/debian bullseye/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB] #13 6.220 Get:253 http://deb.debian.org/debian bullseye/main arm64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB] #13 6.221 Get:254 http://deb.debian.org/debian bullseye/main arm64 libfile-fcntllock-perl arm64 0.22-3+b7 [35.4 kB] #13 6.223 Get:255 http://deb.debian.org/debian bullseye/main arm64 libnumber-compare-perl all 0.03-1.1 [6956 B] #13 6.224 Get:256 http://deb.debian.org/debian bullseye/main arm64 libtext-glob-perl all 0.11-1 [8888 B] #13 6.225 Get:257 http://deb.debian.org/debian bullseye/main arm64 libfile-find-rule-perl all 0.34-1 [30.6 kB] #13 6.225 Get:258 http://deb.debian.org/debian bullseye/main arm64 libfont-afm-perl all 1.20-3 [14.0 kB] #13 6.237 Get:259 http://deb.debian.org/debian bullseye/main arm64 libio-string-perl all 1.08-3.1 [11.8 kB] #13 6.238 Get:260 http://deb.debian.org/debian bullseye/main arm64 libfont-ttf-perl all 1.06-1.1 [318 kB] #13 6.240 Get:261 http://deb.debian.org/debian bullseye/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB] #13 6.240 Get:262 http://deb.debian.org/debian bullseye/main arm64 libparams-validate-perl arm64 1.30-1+b1 [66.2 kB] #13 6.265 Get:263 http://deb.debian.org/debian bullseye/main arm64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB] #13 6.268 Get:264 http://deb.debian.org/debian bullseye/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB] #13 6.269 Get:265 http://deb.debian.org/debian bullseye/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB] #13 6.271 Get:266 http://deb.debian.org/debian bullseye/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B] #13 6.272 Get:267 http://deb.debian.org/debian bullseye/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB] #13 6.273 Get:268 http://deb.debian.org/debian bullseye/main arm64 libjson-perl all 4.03000-1 [88.6 kB] #13 6.275 Get:269 http://deb.debian.org/debian bullseye/main arm64 liblog-any-perl all 1.709-1 [73.5 kB] #13 6.276 Get:270 http://deb.debian.org/debian bullseye/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB] #13 6.277 Get:271 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-perl all 0.39-1 [21.9 kB] #13 6.324 Get:272 http://deb.debian.org/debian bullseye/main arm64 libsub-identify-perl arm64 0.14-1+b3 [11.9 kB] #13 6.325 Get:273 http://deb.debian.org/debian bullseye/main arm64 libsub-name-perl arm64 0.26-1+b1 [13.5 kB] #13 6.326 Get:274 http://deb.debian.org/debian bullseye/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB] #13 6.331 Get:275 http://deb.debian.org/debian bullseye/main arm64 libpath-tiny-perl all 0.118-1 [53.5 kB] #13 6.334 Get:276 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-perl all 1.012001-2 [351 kB] #13 6.339 Get:277 http://deb.debian.org/debian bullseye/main arm64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB] #13 6.341 Get:278 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-0 arm64 2.66.8-1 [1286 kB] #13 6.347 Get:279 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB] #13 6.353 Get:280 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] #13 6.353 Get:281 http://deb.debian.org/debian bullseye/main arm64 libhash-fieldhash-perl arm64 0.15-1+b3 [17.6 kB] #13 6.353 Get:282 http://deb.debian.org/debian bullseye/main arm64 libhtml-form-perl all 6.07-1 [22.9 kB] #13 6.354 Get:283 http://deb.debian.org/debian bullseye/main arm64 libhtml-format-perl all 2.12-1.1 [43.8 kB] #13 6.354 Get:284 http://deb.debian.org/debian bullseye/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB] #13 6.354 Get:285 http://deb.debian.org/debian bullseye/main arm64 libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB] #13 6.355 Get:286 http://deb.debian.org/debian bullseye/main arm64 libio-sessiondata-perl all 1.03-1.1 [5984 B] #13 6.355 Get:287 http://deb.debian.org/debian bullseye/main arm64 libipc-run3-perl all 0.048-2 [34.2 kB] #13 6.355 Get:288 http://deb.debian.org/debian bullseye/main arm64 libtypes-serialiser-perl all 1.01-1 [12.2 kB] #13 6.356 Get:289 http://deb.debian.org/debian bullseye/main arm64 libjson-xs-perl arm64 4.030-1+b1 [93.7 kB] #13 6.358 Get:290 http://deb.debian.org/debian bullseye/main arm64 libjson-maybexs-perl all 1.004003-1 [13.1 kB] #13 6.358 Get:291 http://deb.debian.org/debian bullseye/main arm64 libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB] #13 6.360 Get:292 http://deb.debian.org/debian bullseye/main arm64 liblist-compare-perl all 0.55-1 [66.9 kB] #13 6.362 Get:293 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-perl all 0.58-1 [36.5 kB] #13 6.363 Get:294 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-xs-perl arm64 0.58-2+b1 [31.1 kB] #13 6.365 Get:295 http://deb.debian.org/debian bullseye/main arm64 liblist-utilsby-perl all 0.11-1 [15.4 kB] #13 6.366 Get:296 http://deb.debian.org/debian bullseye/main arm64 libltdl7 arm64 2.4.6-15 [390 kB] #13 6.368 Get:297 http://deb.debian.org/debian bullseye/main arm64 libltdl-dev arm64 2.4.6-15 [162 kB] #13 6.370 Get:298 http://deb.debian.org/debian bullseye/main arm64 liblzo2-2 arm64 2.10-2 [51.8 kB] #13 6.371 Get:299 http://deb.debian.org/debian bullseye/main arm64 libsys-hostname-long-perl all 1.5-2 [11.8 kB] #13 6.372 Get:300 http://deb.debian.org/debian bullseye/main arm64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB] #13 6.372 Get:301 http://deb.debian.org/debian bullseye/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B] #13 6.373 Get:302 http://deb.debian.org/debian bullseye/main arm64 libmailtools-perl all 2.21-1 [95.5 kB] #13 6.374 Get:303 http://deb.debian.org/debian bullseye/main arm64 libmarkdown2 arm64 2.2.6-1 [34.3 kB] #13 6.376 Get:304 http://deb.debian.org/debian bullseye/main arm64 libmime-tools-perl all 5.509-1 [212 kB] #13 6.376 Get:305 http://deb.debian.org/debian bullseye/main arm64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB] #13 6.377 Get:306 http://deb.debian.org/debian bullseye/main arm64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB] #13 6.379 Get:307 http://deb.debian.org/debian bullseye/main arm64 libobject-id-perl all 0.1.2-2.1 [16.7 kB] #13 6.381 Get:308 http://deb.debian.org/debian bullseye/main arm64 libmoox-struct-perl all 0.020-1 [25.4 kB] #13 6.382 Get:309 http://deb.debian.org/debian bullseye/main arm64 libmouse-perl arm64 2.5.10-1+b1 [170 kB] #13 6.384 Get:310 http://deb.debian.org/debian bullseye/main arm64 libnumber-range-perl all 0.12-1.1 [8688 B] #13 6.385 Get:311 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b9 [41.8 kB] #13 6.387 Get:312 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b9 [28.5 kB] #13 6.388 Get:313 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-xs-perl arm64 0.29-1+b2 [19.7 kB] #13 6.389 Get:314 http://deb.debian.org/debian bullseye/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB] #13 6.390 Get:315 http://deb.debian.org/debian bullseye/main arm64 libperlio-gzip-perl arm64 0.19-1+b7 [17.0 kB] #13 6.393 Get:316 http://deb.debian.org/debian bullseye/main arm64 libpod-parser-perl all 1.63-2 [96.1 kB] #13 6.395 Get:317 http://deb.debian.org/debian bullseye/main arm64 libpod-constants-perl all 0.19-2 [17.3 kB] #13 6.396 Get:318 http://deb.debian.org/debian bullseye/main arm64 libproc-processtable-perl arm64 0.59-2+b1 [45.7 kB] #13 6.397 Get:319 http://deb.debian.org/debian bullseye/main arm64 libre2-9 arm64 20210201+dfsg-1 [151 kB] #13 6.399 Get:320 http://deb.debian.org/debian bullseye/main arm64 libre-engine-re2-perl arm64 0.14-1 [17.7 kB] #13 6.408 Get:321 http://deb.debian.org/debian bullseye/main arm64 libreadonly-perl all 2.050-3 [23.1 kB] #13 6.410 Get:322 http://deb.debian.org/debian bullseye/main arm64 libref-util-perl all 0.204-1 [17.1 kB] #13 6.411 Get:323 http://deb.debian.org/debian bullseye/main arm64 libref-util-xs-perl arm64 0.117-1+b3 [13.5 kB] #13 6.415 Get:324 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB] #13 6.416 Get:325 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB] #13 6.418 Get:326 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2.1+deb11u1 [101 kB] #13 6.419 Get:327 http://deb.debian.org/debian bullseye/main arm64 libsereal-decoder-perl arm64 4.018+ds-1+b1 [95.3 kB] #13 6.421 Get:328 http://deb.debian.org/debian bullseye/main arm64 libsereal-encoder-perl arm64 4.018+ds-1+b1 [98.3 kB] #13 6.423 Get:329 http://deb.debian.org/debian bullseye/main arm64 libtask-weaken-perl all 1.06-1 [9252 B] #13 6.424 Get:330 http://deb.debian.org/debian bullseye/main arm64 libxml-parser-perl arm64 2.46-2 [205 kB] #13 6.426 Get:331 http://deb.debian.org/debian bullseye/main arm64 libsoap-lite-perl all 1.27-1 [258 kB] #13 6.427 Get:332 http://deb.debian.org/debian bullseye/main arm64 libsort-key-perl arm64 1.33-2+b3 [36.1 kB] #13 6.429 Get:333 http://deb.debian.org/debian bullseye/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB] #13 6.432 Get:334 http://deb.debian.org/debian bullseye/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB] #13 6.434 Get:335 http://deb.debian.org/debian bullseye/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB] #13 6.435 Get:336 http://deb.debian.org/debian bullseye/main arm64 libsys-cpuaffinity-perl arm64 1.13~03-1 [33.5 kB] #13 6.436 Get:337 http://deb.debian.org/debian bullseye/main arm64 libterm-readkey-perl arm64 2.38-1+b2 [27.3 kB] #13 6.438 Get:338 http://deb.debian.org/debian bullseye/main arm64 libtext-levenshteinxs-perl arm64 0.03-4+b8 [8680 B] #13 6.440 Get:339 http://deb.debian.org/debian bullseye/main arm64 libtext-markdown-discount-perl arm64 0.12-1+b1 [12.9 kB] #13 6.442 Get:340 http://deb.debian.org/debian bullseye/main arm64 libtext-xslate-perl arm64 3.5.8-1+b1 [195 kB] #13 6.448 Get:341 http://deb.debian.org/debian bullseye/main arm64 libtime-duration-perl all 1.21-1 [13.7 kB] #13 6.450 Get:342 http://deb.debian.org/debian bullseye/main arm64 libtime-moment-perl arm64 0.44-1+b3 [75.1 kB] #13 6.452 Get:343 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-xs-perl arm64 0.022-1 [24.8 kB] #13 6.453 Get:344 http://deb.debian.org/debian bullseye/main arm64 libunicode-utf8-perl arm64 0.62-1+b2 [19.8 kB] #13 6.454 Get:345 http://deb.debian.org/debian bullseye/main arm64 libxdelta2 arm64 1.1.3-9.3 [45.6 kB] #13 6.456 Get:346 http://deb.debian.org/debian bullseye/main arm64 libxext6 arm64 2:1.3.3-1.1 [51.6 kB] #13 6.457 Get:347 http://deb.debian.org/debian bullseye/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] #13 6.459 Get:348 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] #13 6.460 Get:349 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] #13 6.461 Get:350 http://deb.debian.org/debian bullseye/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-2+b1 [326 kB] #13 6.463 Get:351 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB] #13 6.464 Get:352 http://deb.debian.org/debian bullseye/main arm64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB] #13 6.466 Get:353 http://deb.debian.org/debian bullseye/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB] #13 6.467 Get:354 http://deb.debian.org/debian bullseye/main arm64 libyaml-0-2 arm64 0.2.2-1 [45.1 kB] #13 6.468 Get:355 http://deb.debian.org/debian bullseye/main arm64 libyaml-libyaml-perl arm64 0.82+repack-1+b1 [34.5 kB] #13 6.469 Get:356 http://deb.debian.org/debian bullseye/main arm64 licensecheck all 3.1.1-2 [50.0 kB] #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 2.8s done #10 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba done #10 DONE 9.2s #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 6.472 Get:357 http://deb.debian.org/debian bullseye/main arm64 lzip arm64 1.22-3 [84.7 kB] #13 6.475 Get:358 http://deb.debian.org/debian bullseye/main arm64 lzop arm64 1.04-2 [82.8 kB] #13 6.477 Get:359 http://deb.debian.org/debian bullseye/main arm64 t1utils arm64 1.41-4 [59.8 kB] #13 6.481 Get:360 http://deb.debian.org/debian bullseye/main arm64 unzip arm64 6.0-26+deb11u1 [165 kB] #13 6.483 Get:361 http://deb.debian.org/debian bullseye/main arm64 lintian all 2.104.0 [1265 kB] #13 6.500 Get:362 http://deb.debian.org/debian bullseye/main arm64 lsb-release all 11.1.0 [27.9 kB] #13 6.500 Get:363 http://deb.debian.org/debian bullseye/main arm64 manpages-dev all 5.10-1 [2309 kB] #13 6.513 Get:364 http://deb.debian.org/debian bullseye/main arm64 pbzip2 arm64 1.1.13-1 [43.5 kB] #13 6.514 Get:365 http://deb.debian.org/debian bullseye/main arm64 pixz arm64 1.0.7-1 [20.2 kB] #13 6.514 Get:366 http://deb.debian.org/debian bullseye/main arm64 xdelta arm64 1.1.3-9.3 [25.8 kB] #13 6.518 Get:367 http://deb.debian.org/debian bullseye/main arm64 xdelta3 arm64 3.0.11-dfsg-1+b1 [59.7 kB] #13 6.518 Get:368 http://deb.debian.org/debian bullseye/main arm64 pristine-tar arm64 1.49 [115 kB] #13 6.519 Get:369 http://deb.debian.org/debian bullseye/main arm64 publicsuffix all 20220811.1734-0+deb11u1 [127 kB] #13 6.520 Get:370 http://deb.debian.org/debian bullseye/main arm64 python-apt-common all 2.2.1 [96.5 kB] #13 6.522 Get:371 http://deb.debian.org/debian bullseye/main arm64 python3-apt arm64 2.2.1 [183 kB] #13 6.523 Get:372 http://deb.debian.org/debian bullseye/main arm64 python3-certifi all 2020.6.20-1 [151 kB] #13 6.525 Get:373 http://deb.debian.org/debian bullseye/main arm64 python3-idna all 2.10-1 [37.4 kB] #13 6.525 Get:374 http://deb.debian.org/debian bullseye/main arm64 python3-magic all 2:0.4.20-3 [13.4 kB] #13 6.526 Get:375 http://deb.debian.org/debian bullseye/main arm64 python3-urllib3 all 1.26.5-1~exp1 [114 kB] #13 6.527 Get:376 http://deb.debian.org/debian bullseye/main arm64 python3-requests all 2.25.1+dfsg-2 [69.3 kB] #13 6.529 Get:377 http://deb.debian.org/debian bullseye/main arm64 python3-unidiff all 0.5.5-2 [9604 B] #13 6.529 Get:378 http://deb.debian.org/debian bullseye/main arm64 python3-xdg all 0.27-2 [41.8 kB] #13 6.529 Get:379 http://deb.debian.org/debian bullseye/main arm64 shared-mime-info arm64 2.0-1 [700 kB] #13 6.536 Get:380 http://deb.debian.org/debian bullseye/main arm64 strace arm64 5.10-1 [994 kB] #13 6.543 Get:381 http://deb.debian.org/debian bullseye/main arm64 xauth arm64 1:1.1-1 [40.0 kB] #13 6.543 Get:382 http://deb.debian.org/debian bullseye/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB] #13 6.716 debconf: delaying package configuration, since apt-utils is not installed #13 6.745 Fetched 168 MB in 2s (85.6 MB/s) #13 6.767 Selecting previously unselected package bsdextrautils. #13 6.767 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6656 files and directories currently installed.) #13 6.772 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_arm64.deb ... #13 6.777 Unpacking bsdextrautils (2.36.1-8+deb11u1) ... #13 6.826 Selecting previously unselected package libuchardet0:arm64. #13 6.828 Preparing to unpack .../01-libuchardet0_0.0.7-1_arm64.deb ... #13 6.839 Unpacking libuchardet0:arm64 (0.0.7-1) ... #13 6.877 Selecting previously unselected package groff-base. #10 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 3.0s done #10 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 #10 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 done #10 DONE 11.3s #13 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core #13 2.801 CentOS Stream 9 - BaseOS 3.5 MB/s | 8.0 MB 00:02 #15 2.924 Reading state information... #15 3.045 The following additional packages will be installed: #15 3.046 libmagic-mgc libmagic1 #15 3.069 The following NEW packages will be installed: #15 3.069 file libmagic-mgc libmagic1 #13 10.41 Preparing to unpack .../8-libexpat1_2.5.0-1_amd64.deb ... #13 10.44 Unpacking libexpat1:amd64 (2.5.0-1) ... #13 10.55 Selecting previously unselected package python3.11-minimal. #13 10.56 Preparing to unpack .../9-python3.11-minimal_3.11.2-6_amd64.deb ... #13 10.57 Unpacking python3.11-minimal (3.11.2-6) ... #10 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba done #10 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 0.518 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] #13 0.531 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] #13 0.532 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] #13 0.665 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7737 kB] #13 0.787 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 Packages [572 kB] #13 0.914 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [8780 B] #13 1.852 Fetched 8531 kB in 2s (5373 kB/s) #13 1.852 Reading package lists... #13 2.523 Reading package lists... #13 3.191 Building dependency tree... #13 3.352 Reading state information... #13 3.544 The following additional packages will be installed: #13 3.544 at autoconf automake autopoint autotools-dev binutils #13 3.544 binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential #13 3.544 bzip2 ca-certificates cpp cpp-8 cron dctrl-tools debhelper debian-keyring #13 3.544 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #13 3.544 dpkg-dev dput dwz exim4-base exim4-config exim4-daemon-light fakeroot file #13 3.544 g++ g++-8 gcc gcc-8 gettext gettext-base git-man gnupg gnupg-l10n #13 3.544 gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm #13 3.544 groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less #13 3.544 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #13 3.544 libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #13 3.544 libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl #13 3.544 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0 #13 3.544 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl #13 3.544 libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl #13 3.544 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #13 3.544 libcommon-sense-perl libconst-fast-perl libcontextual-return-perl #13 3.544 libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl #13 3.544 libdata-optlist-perl libdevel-callchecker-perl #13 3.544 libdevel-globaldestruction-perl libdigest-bubblebabble-perl #13 3.544 libdigest-hmac-perl libdistro-info-perl libdpkg-perl #13 3.544 libdynaloader-functions-perl libedit2 libemail-valid-perl #13 3.544 libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1 #13 3.544 libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl #13 3.544 libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl #13 3.544 libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl #13 3.544 libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev #13 3.544 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl #13 3.544 libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1 #13 3.544 libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl #13 3.544 libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl #13 3.547 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 3.547 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 3.547 libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl #13 3.547 libio-prompter-perl libio-pty-perl libio-sessiondata-perl #13 3.547 libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl #13 3.547 libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl #13 3.547 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 #13 3.547 libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl #13 3.547 liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl #13 3.547 liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #13 3.547 liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1 #13 3.547 libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3 #13 3.547 libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl #13 3.547 libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6 #13 3.547 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl #13 3.547 libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl #13 3.547 libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl #13 3.547 libossp-uuid-perl libossp-uuid16 libpackage-stash-perl #13 3.547 libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl #13 3.547 libparams-validate-perl libparse-debianchangelog-perl #13 3.547 libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28 #13 3.547 libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7 #13 3.547 libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib #13 3.547 libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl #13 3.547 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #13 3.547 librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #13 3.547 libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2 #13 3.547 libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0 #13 3.547 libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl #13 3.547 libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl #13 3.547 libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl #13 3.547 libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl #13 3.547 libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl #13 3.547 libtest-fatal-perl libtest-refcount-perl libtext-glob-perl #13 3.547 libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0 #13 3.547 libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 #13 3.547 libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl #13 3.547 libvariable-magic-perl libwant-perl libwrap0 libwww-perl #13 3.547 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 #13 3.547 libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #13 3.547 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl #13 3.547 libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2 #13 3.547 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base #13 3.547 lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev #13 3.547 mariadb-common mime-support mysql-common netbase openssh-client openssl #13 3.547 patch patchutils perl perl-modules-5.28 perl-openssl-defaults #13 3.547 pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3 #13 3.547 python3-apt python3-certifi python3-chardet python3-debian python3-gpg #13 3.547 python3-idna python3-magic python3-minimal python3-pkg-resources #13 3.547 python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg #13 3.547 python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info #13 3.547 strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils #13 3.547 Suggested packages: #13 3.547 autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican #13 3.547 | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate #13 3.547 checksecurity debtags dh-make adequate autopkgtest bls-standalone #13 3.547 check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs #13 3.547 dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl #13 3.547 libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #13 3.547 libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt #13 3.547 ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd #13 3.547 pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info #13 3.547 eximon4 spf-tools-perl swaks gcc-8-doc libstdc++6-8-dbg gcc-multilib flex #13 3.547 bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg #13 3.547 libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg #13 3.547 libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run #13 3.547 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs #13 3.547 git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery #13 3.547 libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user #13 3.547 libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl #13 3.547 libhtml-template-perl libsasl2-modules-gssapi-mit #13 3.547 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #13 3.547 libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl #13 3.547 libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl #13 3.547 libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler #13 3.547 gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl #13 3.547 libxml-sax-expatxs-perl bash-completion binutils-multiarch #13 3.547 libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc #13 3.547 apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed #13 3.547 diffutils-doc perl-doc libterm-readline-gnu-perl #13 3.547 | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl #13 3.547 pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv #13 3.547 python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography #13 3.547 python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support #13 3.547 readline-doc zip wdiff-doc #13 4.972 The following NEW packages will be installed: #13 4.972 at autoconf automake autopoint autotools-dev binutils #13 4.972 binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential #13 4.972 bzip2 ca-certificates cpp cpp-8 cron curl dctrl-tools debhelper #13 4.972 debian-keyring devscripts dh-autoreconf dh-strip-nondeterminism diffstat #13 4.972 dirmngr distro-info-data dpkg-dev dput dwz equivs exim4-base exim4-config #13 4.972 exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 gettext gettext-base #13 4.972 git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client #13 4.972 gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs intltool-debian #13 4.972 iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl #13 4.972 libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl #13 4.972 libarchive-zip-perl libasan5 libassuan0 libasync-mergepoint-perl libatomic1 #13 4.972 libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl #13 4.972 libbinutils libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 #13 4.972 libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl #13 4.972 libclass-inspector-perl libclass-method-modifiers-perl #13 4.972 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #13 4.972 libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl #13 4.972 libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl #13 4.972 libdevel-callchecker-perl libdevel-globaldestruction-perl #13 4.972 libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl #13 4.972 libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl #13 4.972 libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1 #13 4.972 libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl #13 4.972 libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl #13 4.972 libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl #13 4.972 libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev #13 4.972 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl #13 4.972 libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1 #13 4.972 libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl #13 4.972 libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl #13 4.972 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 4.978 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 4.978 libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl #13 4.978 libio-prompter-perl libio-pty-perl libio-sessiondata-perl #13 4.978 libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl #13 4.978 libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl #13 4.978 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 #13 4.978 libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl #13 4.978 liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl #13 4.978 liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #13 4.978 liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1 #13 4.978 libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3 #13 4.978 libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl #13 4.978 libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6 #13 4.978 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl #13 4.978 libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl #13 4.978 libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl #13 4.978 libossp-uuid-perl libossp-uuid16 libpackage-stash-perl #13 4.978 libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl #13 4.978 libparams-validate-perl libparse-debianchangelog-perl #13 4.978 libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28 #13 4.978 libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7 #13 4.978 libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib #13 4.978 libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl #13 4.978 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #13 4.978 librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #13 4.978 libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2 #13 4.978 libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0 #13 4.978 libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl #13 4.978 libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl #13 4.978 libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl #13 4.978 libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl #13 4.978 libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl #13 4.978 libtest-fatal-perl libtest-refcount-perl libtext-glob-perl #13 4.978 libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0 #13 4.978 libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 #13 4.978 libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl #13 4.978 libvariable-magic-perl libwant-perl libwrap0 libwww-perl #13 4.978 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 #13 4.978 libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #13 4.978 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl #13 4.978 libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2 #13 4.978 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base #13 4.978 lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev #13 4.978 mariadb-common mime-support mysql-common netbase openssh-client openssl #13 4.978 patch patchutils perl perl-modules-5.28 perl-openssl-defaults #13 4.978 pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3 #13 4.978 python3-apt python3-certifi python3-chardet python3-debian python3-gpg #13 4.978 python3-idna python3-magic python3-minimal python3-pkg-resources #13 4.978 python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg #13 4.978 python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info #13 4.978 strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils #13 5.253 0 upgraded, 362 newly installed, 0 to remove and 0 not upgraded. #13 5.253 Need to get 162 MB of archives. #13 5.253 After this operation, 560 MB of additional disk space will be used. #13 5.253 Get:1 http://deb.debian.org/debian buster/main arm64 sensible-utils all 0.0.12 [15.8 kB] #13 5.255 Get:2 http://deb.debian.org/debian buster/main arm64 lsb-base all 10.2019051400 [28.4 kB] #13 5.256 Get:3 http://deb.debian.org/debian buster/main arm64 cron arm64 3.0pl1-134+deb10u1 [98.0 kB] #13 5.260 Get:4 http://deb.debian.org/debian buster/main arm64 libbsd0 arm64 0.9.1-2+deb10u1 [97.6 kB] #13 5.261 Get:5 http://deb.debian.org/debian buster/main arm64 bsdmainutils arm64 11.1.2+b1 [185 kB] #13 5.263 Get:6 http://deb.debian.org/debian buster/main arm64 libuchardet0 arm64 0.0.6-3 [65.0 kB] #13 5.265 Get:7 http://deb.debian.org/debian buster/main arm64 groff-base arm64 1.22.4-3+deb10u1 [870 kB] #13 5.274 Get:8 http://deb.debian.org/debian buster/main arm64 libgdbm6 arm64 1.18.1-4 [63.4 kB] #13 5.275 Get:9 http://deb.debian.org/debian buster/main arm64 libpipeline1 arm64 1.5.1-2 [29.8 kB] #13 5.275 Get:10 http://deb.debian.org/debian buster/main arm64 man-db arm64 2.8.5-2 [1258 kB] #13 5.286 Get:11 http://deb.debian.org/debian buster/main arm64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB] #13 5.315 Get:12 http://deb.debian.org/debian buster/main arm64 libgdbm-compat4 arm64 1.18.1-4 [44.0 kB] #13 5.315 Get:13 http://deb.debian.org/debian buster/main arm64 libperl5.28 arm64 5.28.1-6+deb10u1 [3727 kB] #13 5.353 Get:14 http://deb.debian.org/debian buster/main arm64 perl arm64 5.28.1-6+deb10u1 [204 kB] #13 5.355 Get:15 http://deb.debian.org/debian buster/main arm64 liblocale-gettext-perl arm64 1.07-3+b4 [18.8 kB] #13 5.355 Get:16 http://deb.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1n-0+deb10u6 [1395 kB] #13 5.368 Get:17 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u6 [589 kB] #13 5.375 Get:18 http://deb.debian.org/debian-security buster/updates/main arm64 libexpat1 arm64 2.2.6-2+deb10u6 [87.5 kB] #13 5.377 Get:19 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u6 [1406 kB] #13 5.393 Get:20 http://deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] #13 5.393 Get:21 http://deb.debian.org/debian buster/main arm64 mime-support all 3.62 [37.2 kB] #13 5.394 Get:22 http://deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] #13 5.395 Get:23 http://deb.debian.org/debian buster/main arm64 readline-common all 7.0-5 [70.6 kB] #13 5.396 Get:24 http://deb.debian.org/debian buster/main arm64 libreadline7 arm64 7.0-5 [134 kB] #13 5.398 Get:25 http://deb.debian.org/debian-security buster/updates/main arm64 libsqlite3-0 arm64 3.27.2-3+deb10u2 [603 kB] #13 5.404 Get:26 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u6 [1642 kB] #13 5.419 Get:27 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7 arm64 3.7.3-2+deb10u6 [331 kB] #13 5.423 Get:28 http://deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] #13 5.423 Get:29 http://deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] #13 5.424 Get:30 http://deb.debian.org/debian buster/main arm64 less arm64 487-0.1+b1 [117 kB] #13 5.425 Get:31 http://deb.debian.org/debian buster/main arm64 netbase all 5.6 [19.4 kB] #13 5.425 Get:32 http://deb.debian.org/debian-security buster/updates/main arm64 bzip2 arm64 1.0.6-9.2~deb10u2 [47.8 kB] #13 5.426 Get:33 http://deb.debian.org/debian buster/main arm64 libmagic-mgc arm64 1:5.35-4+deb10u2 [242 kB] #13 5.428 Get:34 http://deb.debian.org/debian buster/main arm64 libmagic1 arm64 1:5.35-4+deb10u2 [115 kB] #13 5.430 Get:35 http://deb.debian.org/debian buster/main arm64 file arm64 1:5.35-4+deb10u2 [66.5 kB] #13 5.431 Get:36 http://deb.debian.org/debian buster/main arm64 gettext-base arm64 0.19.8.1-9 [120 kB] #13 5.432 Get:37 http://deb.debian.org/debian-security buster/updates/main arm64 krb5-locales all 1.17-3+deb10u6 [95.8 kB] #13 5.433 Get:38 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] #13 5.461 Get:39 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5support0 arm64 1.17-3+deb10u6 [65.2 kB] #13 5.462 Get:40 http://deb.debian.org/debian-security buster/updates/main arm64 libk5crypto3 arm64 1.17-3+deb10u6 [123 kB] #13 5.464 Get:41 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5-3 arm64 1.17-3+deb10u6 [351 kB] #13 5.468 Get:42 http://deb.debian.org/debian-security buster/updates/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u6 [150 kB] #13 5.469 Get:43 http://deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u3 [8154 kB] #13 5.565 Get:44 http://deb.debian.org/debian-security buster/updates/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u6 [625 kB] #13 5.571 Get:45 http://deb.debian.org/debian buster/main arm64 manpages all 4.16-2 [1295 kB] #13 5.582 Get:46 http://deb.debian.org/debian buster/main arm64 libedit2 arm64 3.1-20181209-1 [91.2 kB] #13 5.583 Get:47 http://deb.debian.org/debian-security buster/updates/main arm64 openssh-client arm64 1:7.9p1-10+deb10u4 [760 kB] #13 5.590 Get:48 http://deb.debian.org/debian buster/main arm64 ucf all 3.0038+nmu1 [69.0 kB] #13 5.591 Get:49 http://deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1+deb10u1 [182 kB] #13 5.593 Get:50 http://deb.debian.org/debian buster/main arm64 libfl2 arm64 2.6.4-6.2 [103 kB] #13 5.594 Get:51 http://deb.debian.org/debian buster/main arm64 at arm64 3.1.23-1 [48.3 kB] #13 5.594 Get:52 http://deb.debian.org/debian buster/main arm64 libsigsegv2 arm64 2.12-2 [32.3 kB] #13 5.602 Get:53 http://deb.debian.org/debian buster/main arm64 m4 arm64 1.4.18-2 [198 kB] #13 5.605 Get:54 http://deb.debian.org/debian buster/main arm64 autoconf all 2.69-11 [341 kB] #13 5.609 Get:55 http://deb.debian.org/debian buster/main arm64 autotools-dev all 20180224.1 [77.0 kB] #13 5.610 Get:56 http://deb.debian.org/debian buster/main arm64 automake all 1:1.16.1-4 [771 kB] #13 5.619 Get:57 http://deb.debian.org/debian buster/main arm64 autopoint all 0.19.8.1-9 [434 kB] #13 5.623 Get:58 http://deb.debian.org/debian buster/main arm64 binutils-common arm64 2.31.1-16 [2073 kB] #13 5.644 Get:59 http://deb.debian.org/debian buster/main arm64 libbinutils arm64 2.31.1-16 [455 kB] #13 5.648 Get:60 http://deb.debian.org/debian buster/main arm64 binutils-aarch64-linux-gnu arm64 2.31.1-16 [2129 kB] #13 5.669 Get:61 http://deb.debian.org/debian buster/main arm64 binutils arm64 2.31.1-16 [56.7 kB] #13 5.669 Get:62 http://deb.debian.org/debian-security buster/updates/main arm64 libc-dev-bin arm64 2.28-10+deb10u2 [271 kB] #13 5.672 Get:63 http://deb.debian.org/debian-security buster/updates/main arm64 linux-libc-dev arm64 4.19.304-1 [1584 kB] #13 5.687 Get:64 http://deb.debian.org/debian-security buster/updates/main arm64 libc6-dev arm64 2.28-10+deb10u2 [2325 kB] #13 5.710 Get:65 http://deb.debian.org/debian buster/main arm64 libisl19 arm64 0.20-2 [535 kB] #13 5.716 Get:66 http://deb.debian.org/debian buster/main arm64 libmpfr6 arm64 4.0.2-1 [746 kB] #13 5.723 Get:67 http://deb.debian.org/debian buster/main arm64 libmpc3 arm64 1.1.0-1 [38.0 kB] #13 5.723 Get:68 http://deb.debian.org/debian buster/main arm64 cpp-8 arm64 8.3.0-6 [7400 kB] #13 5.801 Get:69 http://deb.debian.org/debian buster/main arm64 cpp arm64 4:8.3.0-1 [19.4 kB] #13 5.802 Get:70 http://deb.debian.org/debian buster/main arm64 libcc1-0 arm64 8.3.0-6 [45.0 kB] #13 5.803 Get:71 http://deb.debian.org/debian buster/main arm64 libgomp1 arm64 8.3.0-6 [67.8 kB] #13 5.804 Get:72 http://deb.debian.org/debian buster/main arm64 libitm1 arm64 8.3.0-6 [24.0 kB] #13 5.811 Get:73 http://deb.debian.org/debian buster/main arm64 libatomic1 arm64 8.3.0-6 [8820 B] #13 5.811 Get:74 http://deb.debian.org/debian buster/main arm64 libasan5 arm64 8.3.0-6 [327 kB] #13 5.811 Get:75 http://deb.debian.org/debian buster/main arm64 liblsan0 arm64 8.3.0-6 [118 kB] #13 5.812 Get:76 http://deb.debian.org/debian buster/main arm64 libtsan0 arm64 8.3.0-6 [262 kB] #13 5.812 Get:77 http://deb.debian.org/debian buster/main arm64 libubsan1 arm64 8.3.0-6 [111 kB] #13 5.812 Get:78 http://deb.debian.org/debian buster/main arm64 libgcc-8-dev arm64 8.3.0-6 [835 kB] #13 5.821 Get:79 http://deb.debian.org/debian buster/main arm64 gcc-8 arm64 8.3.0-6 [7879 kB] #13 5.899 Get:80 http://deb.debian.org/debian buster/main arm64 gcc arm64 4:8.3.0-1 [5212 B] #13 5.900 Get:81 http://deb.debian.org/debian buster/main arm64 libstdc++-8-dev arm64 8.3.0-6 [1502 kB] #13 5.915 Get:82 http://deb.debian.org/debian buster/main arm64 g++-8 arm64 8.3.0-6 [8176 kB] #13 6.001 Get:83 http://deb.debian.org/debian buster/main arm64 g++ arm64 4:8.3.0-1 [1624 B] #13 6.001 Get:84 http://deb.debian.org/debian buster/main arm64 make arm64 4.2.1-1.2 [333 kB] #13 6.004 Get:85 http://deb.debian.org/debian buster/main arm64 libdpkg-perl all 1.19.8 [1415 kB] #13 6.017 Get:86 http://deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB] #13 6.018 Get:87 http://deb.debian.org/debian buster/main arm64 dpkg-dev all 1.19.8 [1776 kB] #13 6.033 Get:88 http://deb.debian.org/debian buster/main arm64 build-essential arm64 12.6 [7576 B] #13 6.033 Get:89 http://deb.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1n-0+deb10u6 [834 kB] #13 6.041 Get:90 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] #13 6.042 Get:91 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u2 [69.4 kB] #13 6.043 Get:92 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u2 [105 kB] #13 6.044 Get:93 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB] #13 6.045 Get:94 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u7 [216 kB] #13 6.047 Get:95 http://deb.debian.org/debian-security buster/updates/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u2 [82.4 kB] #13 6.048 Get:96 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] #13 6.049 Get:97 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] #13 6.050 Get:98 http://deb.debian.org/debian-security buster/updates/main arm64 libssh2-1 arm64 1.8.0-2.1+deb10u1 [136 kB] #13 6.052 Get:99 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u8 [315 kB] #13 6.055 Get:100 http://deb.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u8 [262 kB] #13 6.058 Get:101 http://deb.debian.org/debian buster/main arm64 dctrl-tools arm64 2.24-3 [101 kB] #13 6.059 Get:102 http://deb.debian.org/debian buster/main arm64 libtool all 2.4.6-9 [547 kB] #13 6.064 Get:103 http://deb.debian.org/debian buster/main arm64 dh-autoreconf all 19 [16.9 kB] #13 6.064 Get:104 http://deb.debian.org/debian buster/main arm64 libarchive-zip-perl all 1.64-1 [96.8 kB] #13 6.065 Get:105 http://deb.debian.org/debian buster/main arm64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB] #13 6.066 Get:106 http://deb.debian.org/debian buster/main arm64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB] #13 6.067 Get:107 http://deb.debian.org/debian buster/main arm64 dwz arm64 0.12-3 [71.7 kB] #13 6.068 Get:108 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-0 arm64 2.58.3-2+deb10u5 [1188 kB] #13 6.079 Get:109 http://deb.debian.org/debian buster/main arm64 libcroco3 arm64 0.6.12-3 [140 kB] #13 6.081 Get:110 http://deb.debian.org/debian-security buster/updates/main arm64 libncurses6 arm64 6.1+20181013-2+deb10u5 [92.8 kB] #13 6.083 Get:111 http://deb.debian.org/debian buster/main arm64 gettext arm64 0.19.8.1-9 [1261 kB] #13 6.094 Get:112 http://deb.debian.org/debian buster/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB] #13 6.095 Get:113 http://deb.debian.org/debian buster/main arm64 po-debconf all 1.0.21 [248 kB] #13 6.097 Get:114 http://deb.debian.org/debian buster/main arm64 debhelper all 12.1.1 [1016 kB] #13 6.107 Get:115 http://deb.debian.org/debian buster/main arm64 debian-keyring all 2019.02.25 [32.4 MB] #13 6.428 Get:116 http://deb.debian.org/debian buster/main arm64 libfakeroot arm64 1.23-1 [42.1 kB] #13 6.428 Get:117 http://deb.debian.org/debian buster/main arm64 fakeroot arm64 1.23-1 [83.3 kB] #13 6.429 Get:118 http://deb.debian.org/debian buster/main arm64 libassuan0 arm64 2.5.2-1 [47.1 kB] #13 6.430 Get:119 http://deb.debian.org/debian buster/main arm64 gpgconf arm64 2.2.12-1+deb10u2 [504 kB] #13 6.435 Get:120 http://deb.debian.org/debian-security buster/updates/main arm64 libksba8 arm64 1.3.5-2+deb10u2 [96.6 kB] #13 6.436 Get:121 http://deb.debian.org/debian buster/main arm64 libnpth0 arm64 1.6-1 [17.6 kB] #13 6.437 Get:122 http://deb.debian.org/debian buster/main arm64 dirmngr arm64 2.2.12-1+deb10u2 [694 kB] #13 6.444 Get:123 http://deb.debian.org/debian buster/main arm64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB] #13 6.453 Get:124 http://deb.debian.org/debian buster/main arm64 gnupg-utils arm64 2.2.12-1+deb10u2 [824 kB] #13 6.461 Get:125 http://deb.debian.org/debian buster/main arm64 gpg arm64 2.2.12-1+deb10u2 [827 kB] #13 6.468 Get:126 http://deb.debian.org/debian buster/main arm64 pinentry-curses arm64 1.1.0-2 [62.7 kB] #13 6.469 Get:127 http://deb.debian.org/debian buster/main arm64 gpg-agent arm64 2.2.12-1+deb10u2 [601 kB] #13 6.474 Get:128 http://deb.debian.org/debian buster/main arm64 gpg-wks-client arm64 2.2.12-1+deb10u2 [478 kB] #13 6.478 Get:129 http://deb.debian.org/debian buster/main arm64 gpg-wks-server arm64 2.2.12-1+deb10u2 [472 kB] #13 6.482 Get:130 http://deb.debian.org/debian buster/main arm64 gpgsm arm64 2.2.12-1+deb10u2 [586 kB] #13 6.488 Get:131 http://deb.debian.org/debian buster/main arm64 gnupg all 2.2.12-1+deb10u2 [715 kB] #13 6.497 Get:132 http://deb.debian.org/debian buster/main arm64 libfile-which-perl all 1.23-1 [16.6 kB] #13 6.502 Get:133 http://deb.debian.org/debian buster/main arm64 libfile-homedir-perl all 1.004-1 [42.7 kB] #13 6.503 Get:134 http://deb.debian.org/debian buster/main arm64 libio-pty-perl arm64 1:1.08-1.1+b5 [32.8 kB] #13 6.505 Get:135 http://deb.debian.org/debian buster/main arm64 libipc-run-perl all 20180523.0-1 [101 kB] #13 6.506 Get:136 http://deb.debian.org/debian buster/main arm64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB] #13 6.506 Get:137 http://deb.debian.org/debian buster/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B] #13 6.507 Get:138 http://deb.debian.org/debian buster/main arm64 libdevel-globaldestruction-perl all 0.14-1 [8084 B] #13 6.508 Get:139 http://deb.debian.org/debian buster/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b1 [11.4 kB] #13 6.508 Get:140 http://deb.debian.org/debian buster/main arm64 libdynaloader-functions-perl all 0.003-1 [12.6 kB] #13 6.508 Get:141 http://deb.debian.org/debian buster/main arm64 libdevel-callchecker-perl arm64 0.008-1 [15.6 kB] #13 6.508 Get:142 http://deb.debian.org/debian buster/main arm64 libparams-classify-perl arm64 0.015-1+b1 [25.4 kB] #13 6.509 Get:143 http://deb.debian.org/debian buster/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB] #13 6.509 Get:144 http://deb.debian.org/debian buster/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB] #13 6.530 Get:145 http://deb.debian.org/debian buster/main arm64 librole-tiny-perl all 2.000006-1 [19.4 kB] #13 6.530 Get:146 http://deb.debian.org/debian buster/main arm64 libstrictures-perl all 2.000005-1 [18.3 kB] #13 6.531 Get:147 http://deb.debian.org/debian buster/main arm64 libsub-quote-perl all 2.005001-1 [17.9 kB] #13 6.531 Get:148 http://deb.debian.org/debian buster/main arm64 libmoo-perl all 2.003004-2 [57.4 kB] #13 6.532 Get:149 http://deb.debian.org/debian buster/main arm64 libencode-locale-perl all 1.05-1 [13.7 kB] #13 6.533 Get:150 http://deb.debian.org/debian buster/main arm64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB] #13 6.533 Get:151 http://deb.debian.org/debian buster/main arm64 libhttp-date-perl all 6.02-1 [10.7 kB] #13 6.534 Get:152 http://deb.debian.org/debian buster/main arm64 libfile-listing-perl all 6.04-1 [10.3 kB] #13 6.534 Get:153 http://deb.debian.org/debian buster/main arm64 libhtml-tagset-perl all 3.20-3 [12.7 kB] #13 6.534 Get:154 http://deb.debian.org/debian buster/main arm64 liburi-perl all 1.76-1 [89.9 kB] #13 6.536 Get:155 http://deb.debian.org/debian buster/main arm64 libhtml-parser-perl arm64 3.72-3+b3 [103 kB] #13 6.539 Get:156 http://deb.debian.org/debian buster/main arm64 libhtml-tree-perl all 5.07-2 [213 kB] #13 6.543 Get:157 http://deb.debian.org/debian buster/main arm64 libio-html-perl all 1.001-1 [17.6 kB] #13 6.543 Get:158 http://deb.debian.org/debian buster/main arm64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB] #13 6.544 Get:159 http://deb.debian.org/debian buster/main arm64 libhttp-message-perl all 6.18-1 [77.8 kB] #13 6.545 Get:160 http://deb.debian.org/debian buster/main arm64 libhttp-cookies-perl all 6.04-1 [17.8 kB] #13 6.546 Get:161 http://deb.debian.org/debian buster/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB] #13 6.546 Get:162 http://deb.debian.org/debian buster/main arm64 perl-openssl-defaults arm64 3 [6782 B] #13 6.546 Get:163 http://deb.debian.org/debian buster/main arm64 libnet-ssleay-perl arm64 1.85-2+deb10u1 [303 kB] #13 6.550 Get:164 http://deb.debian.org/debian buster/main arm64 libio-socket-ssl-perl all 2.060-3 [207 kB] #13 6.552 Get:165 http://deb.debian.org/debian buster/main arm64 libnet-http-perl all 6.18-1 [24.5 kB] #13 6.552 Get:166 http://deb.debian.org/debian buster/main arm64 liblwp-protocol-https-perl all 6.07-2 [9242 B] #13 6.553 Get:167 http://deb.debian.org/debian buster/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB] #13 6.554 Get:168 http://deb.debian.org/debian buster/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB] #13 6.554 Get:169 http://deb.debian.org/debian buster/main arm64 libwww-perl all 6.36-2 [188 kB] #13 6.557 Get:170 http://deb.debian.org/debian buster/main arm64 patchutils arm64 0.3.4-2 [84.7 kB] #13 6.558 Get:171 http://deb.debian.org/debian buster/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB] #13 6.561 Get:172 http://deb.debian.org/debian buster/main arm64 devscripts arm64 2.19.5+deb10u1 [1045 kB] #13 6.573 Get:173 http://deb.debian.org/debian buster/main arm64 diffstat arm64 1.62-1 [32.0 kB] #13 6.574 Get:174 http://deb.debian.org/debian-security buster/updates/main arm64 distro-info-data all 0.41+deb10u8 [7540 B] #13 6.574 Get:175 http://deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] #13 6.577 Get:176 http://deb.debian.org/debian buster/main arm64 python3-chardet all 3.0.4-3 [80.5 kB] #13 6.578 Get:177 http://deb.debian.org/debian buster/main arm64 python3-six all 1.12.0-1 [15.7 kB] #13 6.578 Get:178 http://deb.debian.org/debian buster/main arm64 python3-debian all 0.1.35 [78.8 kB] #13 6.579 Get:179 http://deb.debian.org/debian buster/main arm64 libgpgme11 arm64 1.12.0-6 [241 kB] #13 6.582 Get:180 http://deb.debian.org/debian buster/main arm64 python3-gpg arm64 1.12.0-6 [292 kB] #13 6.585 Get:181 http://deb.debian.org/debian buster/main arm64 dput all 1.0.3 [54.5 kB] #13 6.586 Get:182 http://deb.debian.org/debian buster/main arm64 equivs all 2.2.0 [22.4 kB] #13 6.588 Get:183 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-config all 4.92-8+deb10u9 [325 kB] #13 6.606 Get:184 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-base arm64 4.92-8+deb10u9 [1136 kB] #13 6.617 Get:185 http://deb.debian.org/debian buster/main arm64 libevent-2.1-6 arm64 2.1.8-stable-4 [150 kB] #13 6.619 Get:186 http://deb.debian.org/debian-security buster/updates/main arm64 libunbound8 arm64 1.9.0-2+deb10u3 [434 kB] #13 6.624 Get:187 http://deb.debian.org/debian-security buster/updates/main arm64 libgnutls-dane0 arm64 3.6.7-4+deb10u11 [317 kB] #13 6.627 Get:188 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-daemon-light arm64 4.92-8+deb10u9 [558 kB] #13 6.635 Get:189 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl3-gnutls arm64 7.64.0-4+deb10u8 [313 kB] #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 DONE 9.4s #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 6.638 Get:190 http://deb.debian.org/debian-security buster/updates/main arm64 libpcre2-8-0 arm64 10.32-5+deb10u1 [187 kB] #13 6.639 Get:191 http://deb.debian.org/debian buster/main arm64 liberror-perl all 0.17027-2 [30.9 kB] #13 6.640 Get:192 http://deb.debian.org/debian-security buster/updates/main arm64 git-man all 1:2.20.1-2+deb10u8 [1623 kB] #13 6.658 Get:193 http://deb.debian.org/debian-security buster/updates/main arm64 git arm64 1:2.20.1-2+deb10u8 [5501 kB] #13 6.715 Get:194 http://deb.debian.org/debian buster/main arm64 libgc1c2 arm64 1:7.6.4-0.4 [214 kB] #13 6.717 Get:195 http://deb.debian.org/debian buster/main arm64 libltdl7 arm64 2.4.6-9 [389 kB] #13 6.721 Get:196 http://deb.debian.org/debian buster/main arm64 guile-2.2-libs arm64 2.2.4+1-2+deb10u1 [4938 kB] #13 6.768 Get:197 http://deb.debian.org/debian buster/main arm64 iso-codes all 4.2-1 [2713 kB] #14 4.982 Building dependency tree... #14 5.147 Reading state information... #14 8.288 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [718 kB] #14 8.332 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB] #14 8.336 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [1890 kB] #14 8.423 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] #13 6.352 Get:125 http://deb.debian.org/debian bookworm/main arm64 libfakeroot arm64 1.31-1.2 [27.9 kB] #13 6.352 Get:126 http://deb.debian.org/debian bookworm/main arm64 fakeroot arm64 1.31-1.2 [66.4 kB] #13 6.353 Get:127 http://deb.debian.org/debian bookworm/main arm64 libassuan0 arm64 2.5.5-5 [45.9 kB] #13 6.353 Get:128 http://deb.debian.org/debian bookworm/main arm64 gpgconf arm64 2.2.40-1.1 [557 kB] #13 6.356 Get:129 http://deb.debian.org/debian bookworm/main arm64 libksba8 arm64 1.6.3-2 [119 kB] #13 6.356 Get:130 http://deb.debian.org/debian bookworm/main arm64 libnpth0 arm64 1.6-3 [18.6 kB] #13 6.357 Get:131 http://deb.debian.org/debian bookworm/main arm64 dirmngr arm64 2.2.40-1.1 [770 kB] #13 6.360 Get:132 http://deb.debian.org/debian bookworm/main arm64 gnupg-l10n all 2.2.40-1.1 [1093 kB] #13 6.365 Get:133 http://deb.debian.org/debian bookworm/main arm64 gnupg-utils arm64 2.2.40-1.1 [880 kB] #13 6.372 Get:134 http://deb.debian.org/debian bookworm/main arm64 gpg arm64 2.2.40-1.1 [903 kB] #13 6.374 Get:135 http://deb.debian.org/debian bookworm/main arm64 pinentry-curses arm64 1.2.1-1 [75.2 kB] #13 6.375 Get:136 http://deb.debian.org/debian bookworm/main arm64 gpg-agent arm64 2.2.40-1.1 [673 kB] #13 6.378 Get:137 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-client arm64 2.2.40-1.1 [532 kB] #13 6.382 Get:138 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-server arm64 2.2.40-1.1 [524 kB] #13 6.384 Get:139 http://deb.debian.org/debian bookworm/main arm64 gpgsm arm64 2.2.40-1.1 [651 kB] #13 6.387 Get:140 http://deb.debian.org/debian bookworm/main arm64 gnupg all 2.2.40-1.1 [846 kB] #13 6.391 Get:141 http://deb.debian.org/debian bookworm/main arm64 libfile-dirlist-perl all 0.05-3 [7600 B] #13 6.392 Get:142 http://deb.debian.org/debian bookworm/main arm64 libfile-which-perl all 1.27-2 [15.1 kB] #13 6.392 Get:143 http://deb.debian.org/debian bookworm/main arm64 libfile-homedir-perl all 1.006-2 [42.4 kB] #13 6.392 Get:144 http://deb.debian.org/debian bookworm/main arm64 libfile-touch-perl all 0.12-2 [8816 B] #13 6.393 Get:145 http://deb.debian.org/debian bookworm/main arm64 libio-pty-perl arm64 1:1.17-1 [34.5 kB] #13 6.393 Get:146 http://deb.debian.org/debian bookworm/main arm64 libipc-run-perl all 20220807.0-1 [104 kB] #13 6.394 Get:147 http://deb.debian.org/debian bookworm/main arm64 libclass-method-modifiers-perl all 2.14-1 [18.1 kB] #13 6.394 Get:148 http://deb.debian.org/debian bookworm/main arm64 libclass-xsaccessor-perl arm64 1.19-4+b1 [35.3 kB] #13 6.394 Get:149 http://deb.debian.org/debian bookworm/main arm64 libb-hooks-op-check-perl arm64 0.22-2+b1 [10.4 kB] #13 6.395 Get:150 http://deb.debian.org/debian bookworm/main arm64 libdynaloader-functions-perl all 0.003-3 [12.7 kB] #13 6.403 Get:151 http://deb.debian.org/debian bookworm/main arm64 libdevel-callchecker-perl arm64 0.008-2 [15.9 kB] #13 6.404 Get:152 http://deb.debian.org/debian bookworm/main arm64 libparams-classify-perl arm64 0.015-2+b1 [22.9 kB] #13 6.422 Get:153 http://deb.debian.org/debian bookworm/main arm64 libmodule-runtime-perl all 0.016-2 [19.6 kB] #13 6.424 Get:154 http://deb.debian.org/debian bookworm/main arm64 libimport-into-perl all 1.002005-2 [11.3 kB] #13 6.425 Get:155 http://deb.debian.org/debian bookworm/main arm64 librole-tiny-perl all 2.002004-1 [21.4 kB] #13 6.427 Get:156 http://deb.debian.org/debian bookworm/main arm64 libsub-quote-perl all 2.006008-1 [21.8 kB] #13 6.428 Get:157 http://deb.debian.org/debian bookworm/main arm64 libmoo-perl all 2.005005-1 [58.0 kB] #13 6.429 Get:158 http://deb.debian.org/debian bookworm/main arm64 libencode-locale-perl all 1.05-3 [12.9 kB] #13 6.429 Get:159 http://deb.debian.org/debian bookworm/main arm64 libtimedate-perl all 2.3300-2 [39.3 kB] #13 6.429 Get:160 http://deb.debian.org/debian bookworm/main arm64 libhttp-date-perl all 6.05-2 [10.5 kB] #13 6.429 Get:161 http://deb.debian.org/debian bookworm/main arm64 libfile-listing-perl all 6.15-1 [12.6 kB] #13 6.430 Get:162 http://deb.debian.org/debian bookworm/main arm64 libhtml-tagset-perl all 3.20-6 [11.7 kB] #13 6.430 Get:163 http://deb.debian.org/debian bookworm/main arm64 libregexp-ipv6-perl all 0.03-3 [5212 B] #13 6.430 Get:164 http://deb.debian.org/debian bookworm/main arm64 liburi-perl all 5.17-1 [90.4 kB] #13 6.431 Get:165 http://deb.debian.org/debian bookworm/main arm64 libhtml-parser-perl arm64 3.81-1 [98.6 kB] #13 6.433 Get:166 http://deb.debian.org/debian bookworm/main arm64 libhtml-tree-perl all 5.07-3 [211 kB] #13 6.435 Get:167 http://deb.debian.org/debian bookworm/main arm64 libclone-perl arm64 0.46-1 [13.5 kB] #13 6.435 Get:168 http://deb.debian.org/debian bookworm/main arm64 libio-html-perl all 1.004-3 [16.2 kB] #13 6.435 Get:169 http://deb.debian.org/debian bookworm/main arm64 liblwp-mediatypes-perl all 6.04-2 [20.2 kB] #13 6.436 Get:170 http://deb.debian.org/debian bookworm/main arm64 libhttp-message-perl all 6.44-1 [81.7 kB] #13 6.436 Get:171 http://deb.debian.org/debian bookworm/main arm64 libhttp-cookies-perl all 6.10-1 [19.6 kB] #13 6.437 Get:172 http://deb.debian.org/debian bookworm/main arm64 libhttp-negotiate-perl all 6.01-2 [13.1 kB] #13 6.465 Get:173 http://deb.debian.org/debian bookworm/main arm64 perl-openssl-defaults arm64 7+b1 [7924 B] #13 6.465 Get:174 http://deb.debian.org/debian bookworm/main arm64 libnet-ssleay-perl arm64 1.92-2+b1 [308 kB] #13 6.467 Get:175 http://deb.debian.org/debian bookworm/main arm64 libio-socket-ssl-perl all 2.081-2 [219 kB] #13 6.468 Get:176 http://deb.debian.org/debian bookworm/main arm64 libnet-http-perl all 6.22-1 [25.3 kB] #13 6.468 Get:177 http://deb.debian.org/debian bookworm/main arm64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB] #13 6.469 Get:178 http://deb.debian.org/debian bookworm/main arm64 libtry-tiny-perl all 0.31-2 [22.6 kB] #13 6.469 Get:179 http://deb.debian.org/debian bookworm/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB] #13 6.469 Get:180 http://deb.debian.org/debian bookworm/main arm64 libwww-perl all 6.68-1 [186 kB] #13 6.470 Get:181 http://deb.debian.org/debian bookworm/main arm64 patchutils arm64 0.4.2-1 [73.5 kB] #13 6.471 Get:182 http://deb.debian.org/debian bookworm/main arm64 wdiff arm64 1.2.2-5 [119 kB] #13 6.475 Get:183 http://deb.debian.org/debian bookworm/main arm64 devscripts arm64 2.23.4+deb12u1 [1073 kB] #13 6.480 Get:184 http://deb.debian.org/debian bookworm/main arm64 diffstat arm64 1.65-1 [31.2 kB] #13 6.480 Get:185 http://deb.debian.org/debian bookworm/main arm64 distro-info-data all 0.58+deb12u1 [6072 B] #13 6.480 Get:186 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB] #13 6.482 Get:187 http://deb.debian.org/debian bookworm/main arm64 python3-chardet all 5.1.0+dfsg-2 [110 kB] #13 6.483 Get:188 http://deb.debian.org/debian bookworm/main arm64 python3-debian all 0.1.49 [115 kB] #13 6.484 Get:189 http://deb.debian.org/debian bookworm/main arm64 libgpgme11 arm64 1.18.0-3+b1 [286 kB] #13 6.487 Get:190 http://deb.debian.org/debian bookworm/main arm64 python3-gpg arm64 1.18.0-3+b1 [352 kB] #13 6.489 Get:191 http://deb.debian.org/debian bookworm/main arm64 python3-xdg all 0.28-2 [40.5 kB] #13 6.500 Get:192 http://deb.debian.org/debian bookworm/main arm64 dput all 1.1.3 [42.7 kB] #13 6.502 Get:193 http://deb.debian.org/debian bookworm/main arm64 equivs all 2.3.1 [22.7 kB] #13 6.503 Get:194 http://deb.debian.org/debian bookworm/main arm64 fonts-dejavu-core all 2.37-6 [1068 kB] #13 6.508 Get:195 http://deb.debian.org/debian bookworm/main arm64 fontconfig-config arm64 2.14.1-4 [315 kB] #13 6.510 Get:196 http://deb.debian.org/debian-security bookworm-security/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u5 [360 kB] #13 6.511 Get:197 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB] #13 6.511 Get:198 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.2-1.1 [2049 kB] #13 6.523 Get:199 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.2-1.1 [7023 kB] #13 6.566 Get:200 http://deb.debian.org/debian bookworm/main arm64 iso-codes all 4.15.0-1 [2906 kB] #14 1.491 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages [17.2 MB] #10 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 2.6s done #10 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba #10 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba done #10 DONE 9.2s #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 0.771 Get:1 http://ports.ubuntu.com/ubuntu-ports lunar InRelease [267 kB] #14 1.190 Get:2 http://ports.ubuntu.com/ubuntu-ports lunar-updates InRelease [109 kB] #14 1.288 Get:3 http://ports.ubuntu.com/ubuntu-ports lunar-backports InRelease [99.9 kB] #14 1.384 Get:4 http://ports.ubuntu.com/ubuntu-ports lunar-security InRelease [109 kB] #14 1.484 Get:5 http://ports.ubuntu.com/ubuntu-ports lunar/universe arm64 Packages [18.4 MB] #14 2.547 Get:6 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 Packages [1766 kB] #14 2.591 Get:7 http://ports.ubuntu.com/ubuntu-ports lunar/restricted arm64 Packages [98.0 kB] #14 2.596 Get:8 http://ports.ubuntu.com/ubuntu-ports lunar/multiverse arm64 Packages [238 kB] #14 2.607 Get:9 http://ports.ubuntu.com/ubuntu-ports lunar-updates/restricted arm64 Packages [229 kB] #14 2.617 Get:10 http://ports.ubuntu.com/ubuntu-ports lunar-updates/multiverse arm64 Packages [5281 B] #14 2.617 Get:11 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 Packages [508 kB] #12 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 2.1s done #12 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 #13 6.879 Preparing to unpack .../02-groff-base_1.22.4-6_arm64.deb ... #13 6.910 Unpacking groff-base (1.22.4-6) ... #13 7.031 Selecting previously unselected package libgdbm6:arm64. #13 7.033 Preparing to unpack .../03-libgdbm6_1.19-2_arm64.deb ... #13 7.038 Unpacking libgdbm6:arm64 (1.19-2) ... #13 7.073 Selecting previously unselected package libpipeline1:arm64. #13 7.075 Preparing to unpack .../04-libpipeline1_1.5.3-1_arm64.deb ... #13 7.078 Unpacking libpipeline1:arm64 (1.5.3-1) ... #13 7.126 Selecting previously unselected package man-db. #13 7.127 Preparing to unpack .../05-man-db_2.9.4-2_arm64.deb ... #13 7.134 Unpacking man-db (2.9.4-2) ... #13 9.780 Selecting previously unselected package perl. #13 9.782 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_amd64.deb ... #13 9.795 Unpacking perl (5.28.1-6+deb10u1) ... #13 9.858 Selecting previously unselected package liblocale-gettext-perl. #13 9.859 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_amd64.deb ... #13 9.879 Unpacking liblocale-gettext-perl (1.07-3+b4) ... #13 10.00 Selecting previously unselected package libssl1.1:amd64. #15 3.338 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. #15 3.338 Need to get 451 kB of archives. #15 3.338 After this operation, 8644 kB of additional disk space will be used. #15 3.338 Get:1 http://deb.debian.org/debian bookworm/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB] #15 3.345 Get:2 http://deb.debian.org/debian bookworm/main amd64 libmagic1 amd64 1:5.44-3 [104 kB] #15 3.345 Get:3 http://deb.debian.org/debian bookworm/main amd64 file amd64 1:5.44-3 [42.5 kB] #15 3.461 debconf: delaying package configuration, since apt-utils is not installed #13 10.81 Setting up libssl3:amd64 (3.0.11-1~deb12u2) ... #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 4.2s done #13 6.791 Get:198 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB] #13 6.792 Get:199 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5+b1 [11.6 kB] #13 6.794 Get:200 http://deb.debian.org/debian buster/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB] #13 6.794 Get:201 http://deb.debian.org/debian buster/main arm64 libapt-inst2.0 arm64 1.8.2.3 [202 kB] #13 6.796 Get:202 http://deb.debian.org/debian buster/main arm64 libapt-pkg-perl arm64 0.1.34+b1 [68.6 kB] #13 6.797 Get:203 http://deb.debian.org/debian buster/main arm64 libarchive-cpio-perl all 0.10-1 [10.3 kB] #13 6.797 Get:204 http://deb.debian.org/debian buster/main arm64 libasync-mergepoint-perl all 0.04-2 [10.4 kB] #13 6.798 Get:205 http://deb.debian.org/debian buster/main arm64 libauthen-sasl-perl all 2.1600-1 [50.8 kB] #13 6.798 Get:206 http://deb.debian.org/debian buster/main arm64 libmodule-implementation-perl all 0.09-1 [12.9 kB] #13 6.799 Get:207 http://deb.debian.org/debian buster/main arm64 libvariable-magic-perl arm64 0.62-1+b1 [44.8 kB] #13 6.799 Get:208 http://deb.debian.org/debian buster/main arm64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB] #13 6.800 Get:209 http://deb.debian.org/debian buster/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB] #13 6.800 Get:210 http://deb.debian.org/debian buster/main arm64 libcgi-pm-perl all 4.40-1 [222 kB] #13 6.831 Get:211 http://deb.debian.org/debian buster/main arm64 libfcgi-perl arm64 0.78-2+b3 [38.8 kB] #13 6.833 Get:212 http://deb.debian.org/debian buster/main arm64 libcgi-fast-perl all 1:2.13-1 [11.4 kB] #13 6.841 Get:213 http://deb.debian.org/debian buster/main arm64 libsub-name-perl arm64 0.21-1+b3 [13.4 kB] #13 6.842 Get:214 http://deb.debian.org/debian buster/main arm64 libclass-accessor-perl all 0.51-1 [23.2 kB] #13 6.844 Get:215 http://deb.debian.org/debian buster/main arm64 libclass-inspector-perl all 1.32-1 [19.1 kB] #13 6.845 Get:216 http://deb.debian.org/debian buster/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b2 [37.1 kB] #13 6.850 Get:217 http://deb.debian.org/debian buster/main arm64 libclone-perl arm64 0.41-1+b1 [14.5 kB] #13 6.851 Get:218 http://deb.debian.org/debian buster/main arm64 libcommon-sense-perl arm64 3.74-2+b7 [24.0 kB] #13 6.856 Get:219 http://deb.debian.org/debian buster/main arm64 libparams-util-perl arm64 1.07-3+b4 [22.5 kB] #13 6.857 Get:220 http://deb.debian.org/debian buster/main arm64 libsub-install-perl all 0.928-1 [11.4 kB] #13 6.858 Get:221 http://deb.debian.org/debian buster/main arm64 libdata-optlist-perl all 0.110-1 [10.6 kB] #13 6.858 Get:222 http://deb.debian.org/debian buster/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB] #13 6.859 Get:223 http://deb.debian.org/debian buster/main arm64 libconst-fast-perl all 0.014-1 [8250 B] #13 6.861 Get:224 http://deb.debian.org/debian buster/main arm64 libwant-perl arm64 0.29-1+b4 [28.5 kB] #13 6.863 Get:225 http://deb.debian.org/debian buster/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB] #13 6.865 Get:226 http://deb.debian.org/debian buster/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB] #13 6.865 Get:227 http://deb.debian.org/debian buster/main arm64 libdata-dump-perl all 1.23-1 [29.5 kB] #13 6.866 Get:228 http://deb.debian.org/debian buster/main arm64 libdigest-bubblebabble-perl all 0.02-2 [8238 B] #13 6.868 Get:229 http://deb.debian.org/debian buster/main arm64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB] #13 6.870 Get:230 http://deb.debian.org/debian-security buster/updates/main arm64 libdistro-info-perl all 0.21+deb10u1 [6908 B] #13 6.870 Get:231 http://deb.debian.org/debian buster/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B] #13 6.870 Get:232 http://deb.debian.org/debian buster/main arm64 libmailtools-perl all 2.18-1 [88.5 kB] #13 6.872 Get:233 http://deb.debian.org/debian buster/main arm64 libnet-ip-perl all 1.26-2 [29.0 kB] #13 6.873 Get:234 http://deb.debian.org/debian buster/main arm64 libnet-dns-perl all 1.19-1 [372 kB] #13 6.877 Get:235 http://deb.debian.org/debian buster/main arm64 libnet-domain-tld-perl all 1.75-1 [33.3 kB] #13 6.877 Get:236 http://deb.debian.org/debian buster/main arm64 libemail-valid-perl all 1.202-1 [23.0 kB] #13 6.878 Get:237 http://deb.debian.org/debian buster/main arm64 libexporter-tiny-perl all 1.002001-1 [36.9 kB] #13 6.879 Get:238 http://deb.debian.org/debian buster/main arm64 libipc-system-simple-perl all 1.25-4 [26.5 kB] #13 6.879 Get:239 http://deb.debian.org/debian buster/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB] #13 6.880 Get:240 http://deb.debian.org/debian buster/main arm64 libfile-chdir-perl all 0.1008-1 [13.3 kB] #13 6.881 Get:241 http://deb.debian.org/debian buster/main arm64 libfile-fcntllock-perl arm64 0.22-3+b5 [35.5 kB] #13 6.881 Get:242 http://deb.debian.org/debian buster/main arm64 libfont-afm-perl all 1.20-2 [13.6 kB] #13 6.882 Get:243 http://deb.debian.org/debian buster/main arm64 libfribidi0 arm64 1.0.5-3.1+deb10u2 [63.8 kB] #13 6.883 Get:244 http://deb.debian.org/debian buster/main arm64 libfuture-perl all 0.39-1 [74.5 kB] #13 6.884 Get:245 http://deb.debian.org/debian buster/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB] #13 6.885 Get:246 http://deb.debian.org/debian buster/main arm64 libparams-validate-perl arm64 1.29-1+b1 [66.3 kB] #13 6.887 Get:247 http://deb.debian.org/debian buster/main arm64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB] #13 6.889 Get:248 http://deb.debian.org/debian buster/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB] #13 6.890 Get:249 http://deb.debian.org/debian buster/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB] #13 6.891 Get:250 http://deb.debian.org/debian buster/main arm64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B] #13 6.894 Get:251 http://deb.debian.org/debian buster/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB] #13 6.900 Get:252 http://deb.debian.org/debian buster/main arm64 libjson-perl all 4.02000-1 [88.8 kB] #13 6.902 Get:253 http://deb.debian.org/debian buster/main arm64 liblog-any-perl all 1.707-1 [65.2 kB] #13 6.903 Get:254 http://deb.debian.org/debian buster/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB] #13 6.905 Get:255 http://deb.debian.org/debian buster/main arm64 libpackage-stash-perl all 0.38-1 [21.7 kB] #13 6.906 Get:256 http://deb.debian.org/debian buster/main arm64 libsub-identify-perl arm64 0.14-1+b1 [12.0 kB] #13 6.907 Get:257 http://deb.debian.org/debian buster/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB] #13 6.908 Get:258 http://deb.debian.org/debian buster/main arm64 libpath-tiny-perl all 0.108-1 [53.3 kB] #13 6.915 Get:259 http://deb.debian.org/debian buster/main arm64 libtype-tiny-perl all 1.004004-1 [266 kB] #13 6.926 Get:260 http://deb.debian.org/debian buster/main arm64 libgitlab-api-v4-perl all 0.16-1 [69.9 kB] #13 6.928 Get:261 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-data all 2.58.3-2+deb10u5 [1110 kB] #13 6.938 Get:262 http://deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] #13 6.938 Get:263 http://deb.debian.org/debian buster/main arm64 libidn11 arm64 1.33-2.2 [113 kB] #13 6.940 Get:264 http://deb.debian.org/debian buster/main arm64 libntlm0 arm64 1.5-1+deb10u1 [23.6 kB] #13 6.940 Get:265 http://deb.debian.org/debian buster/main arm64 libgsasl7 arm64 1.8.0-8+deb10u1 [203 kB] #13 6.944 Get:266 http://deb.debian.org/debian buster/main arm64 libhtml-form-perl all 6.03-1 [23.9 kB] #13 6.945 Get:267 http://deb.debian.org/debian buster/main arm64 libhtml-format-perl all 2.12-1 [43.5 kB] #13 6.945 Get:268 http://deb.debian.org/debian-security buster/updates/main arm64 libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB] #13 6.946 Get:269 http://deb.debian.org/debian buster/main arm64 libstruct-dumb-perl all 0.09-1 [11.1 kB] #13 6.947 Get:270 http://deb.debian.org/debian buster/main arm64 libio-async-perl all 0.72-1 [262 kB] #13 6.950 Get:271 http://deb.debian.org/debian buster/main arm64 libio-sessiondata-perl all 1.03-1 [5782 B] #13 6.951 Get:272 http://deb.debian.org/debian buster/main arm64 libio-string-perl all 1.08-3 [12.3 kB] #13 6.952 Get:273 http://deb.debian.org/debian buster/main arm64 libtypes-serialiser-perl all 1.0-1 [12.7 kB] #13 6.953 Get:274 http://deb.debian.org/debian buster/main arm64 libjson-xs-perl arm64 3.040-1+b1 [90.2 kB] #13 6.956 Get:275 http://deb.debian.org/debian buster/main arm64 liblzo2-2 arm64 2.10-0.1 [49.0 kB] #13 6.958 Get:276 http://deb.debian.org/debian buster/main arm64 libkyotocabinet16v5 arm64 1.2.76-4.2+b1 [267 kB] #13 6.961 Get:277 http://deb.debian.org/debian buster/main arm64 liblist-compare-perl all 0.53-1 [68.9 kB] #13 6.961 Get:278 http://deb.debian.org/debian buster/main arm64 liblist-moreutils-perl arm64 0.416-1+b4 [62.4 kB] #13 6.963 Get:279 http://deb.debian.org/debian buster/main arm64 libltdl-dev arm64 2.4.6-9 [162 kB] #13 6.967 Get:280 http://deb.debian.org/debian buster/main arm64 libsys-hostname-long-perl all 1.5-1 [12.0 kB] #13 6.968 Get:281 http://deb.debian.org/debian buster/main arm64 libmail-sendmail-perl all 0.80-1 [25.3 kB] #13 6.975 Get:282 http://deb.debian.org/debian buster/main arm64 mailutils-common all 1:3.5-4 [689 kB] #14 5.357 The following additional packages will be installed: #14 5.357 at autoconf automake autopoint autotools-dev binutils #14 5.357 binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential #14 5.357 ca-certificates cpp cpp-9 dctrl-tools debhelper dh-autoreconf #14 8.423 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] #14 8.425 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] #14 8.428 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB] #14 8.430 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB] #14 8.436 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.6 [549 kB] #14 8.604 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.9 [1674 kB] #13 14.16 Selecting previously unselected package python3. #13 14.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 ... 8943 files and directories currently installed.) #13 14.16 Preparing to unpack .../000-python3_3.11.2-1+b1_armhf.deb ... #13 14.17 Unpacking python3 (3.11.2-1+b1) ... #13 14.27 Selecting previously unselected package less. #13 14.27 Preparing to unpack .../001-less_590-2_armhf.deb ... #13 14.28 Unpacking less (590-2) ... #13 14.35 Selecting previously unselected package netbase. #13 14.35 Preparing to unpack .../002-netbase_6.4_all.deb ... #13 14.36 Unpacking netbase (6.4) ... #13 14.40 Selecting previously unselected package sensible-utils. #13 14.40 Preparing to unpack .../003-sensible-utils_0.0.17+nmu1_all.deb ... #14 DONE 1.6s #13 6.580 Get:201 http://deb.debian.org/debian bookworm/main arm64 libabsl20220623 arm64 20220623.1-1 [363 kB] #13 6.582 Get:202 http://deb.debian.org/debian bookworm/main arm64 libalgorithm-diff-perl all 1.201-1 [43.3 kB] #13 6.582 Get:203 http://deb.debian.org/debian bookworm/main arm64 libalgorithm-diff-xs-perl arm64 0.04-8+b1 [11.2 kB] #13 6.583 Get:204 http://deb.debian.org/debian bookworm/main arm64 libalgorithm-merge-perl all 0.08-5 [11.8 kB] #13 6.583 Get:205 http://deb.debian.org/debian bookworm/main arm64 libaliased-perl all 0.34-3 [13.5 kB] #13 6.583 Get:206 http://deb.debian.org/debian bookworm/main arm64 libaom3 arm64 3.6.0-1 [1379 kB] #13 6.589 Get:207 http://deb.debian.org/debian bookworm/main arm64 libapt-pkg-perl arm64 0.1.40+b2 [66.1 kB] #13 6.590 Get:208 http://deb.debian.org/debian bookworm/main arm64 libarchive-cpio-perl all 0.10-3 [10.8 kB] #13 6.590 Get:209 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB] #13 6.594 Get:210 http://deb.debian.org/debian bookworm/main arm64 libarray-intspan-perl all 2.004-2 [25.7 kB] #13 6.594 Get:211 http://deb.debian.org/debian bookworm/main arm64 libauthen-sasl-perl all 2.1600-3 [43.9 kB] #13 6.595 Get:212 http://deb.debian.org/debian bookworm/main arm64 libdav1d6 arm64 1.0.0-2 [274 kB] #13 6.597 Get:213 http://deb.debian.org/debian bookworm/main arm64 libgav1-1 arm64 0.18.0-1+b1 [425 kB] #13 6.599 Get:214 http://deb.debian.org/debian bookworm/main arm64 librav1e0 arm64 0.5.1-6 [552 kB] #13 6.602 Get:215 http://deb.debian.org/debian bookworm/main arm64 libsvtav1enc1 arm64 1.4.1+dfsg-1 [1074 kB] #13 6.607 Get:216 http://deb.debian.org/debian bookworm/main arm64 libjpeg62-turbo arm64 1:2.1.5-2 [171 kB] #13 6.608 Get:217 http://deb.debian.org/debian bookworm/main arm64 libyuv0 arm64 0.0~git20230123.b2528b0-1 [122 kB] #13 6.609 Get:218 http://deb.debian.org/debian bookworm/main arm64 libavif15 arm64 0.11.1-1 [88.3 kB] #13 6.610 Get:219 http://deb.debian.org/debian bookworm/main arm64 libmodule-implementation-perl all 0.09-2 [12.6 kB] #13 6.610 Get:220 http://deb.debian.org/debian bookworm/main arm64 libsub-exporter-progressive-perl all 0.001013-3 [7496 B] #13 6.610 Get:221 http://deb.debian.org/debian bookworm/main arm64 libvariable-magic-perl arm64 0.63-1+b1 [42.8 kB] #13 6.612 Get:222 http://deb.debian.org/debian bookworm/main arm64 libb-hooks-endofscope-perl all 0.26-1 [19.6 kB] #13 6.613 Get:223 http://deb.debian.org/debian bookworm/main arm64 libberkeleydb-perl arm64 0.64-2+b1 [121 kB] #13 6.614 Get:224 http://deb.debian.org/debian bookworm/main arm64 libpng16-16 arm64 1.6.39-2 [269 kB] #13 6.616 Get:225 http://deb.debian.org/debian bookworm/main arm64 libfreetype6 arm64 2.12.1+dfsg-5 [369 kB] #13 6.619 Get:226 http://deb.debian.org/debian bookworm/main arm64 libfontconfig1 arm64 2.14.1-4 [381 kB] #13 6.621 Get:227 http://deb.debian.org/debian bookworm/main arm64 libde265-0 arm64 1.0.11-1+deb12u1 [148 kB] #13 6.621 Get:228 http://deb.debian.org/debian bookworm/main arm64 libnuma1 arm64 2.0.16-1 [20.3 kB] #13 6.622 Get:229 http://deb.debian.org/debian bookworm/main arm64 libx265-199 arm64 3.5-2+b1 [603 kB] #13 6.625 Get:230 http://deb.debian.org/debian bookworm/main arm64 libheif1 arm64 1.15.1-1 [191 kB] #13 6.627 Get:231 http://deb.debian.org/debian bookworm/main arm64 libdeflate0 arm64 1.14-1 [54.3 kB] #13 6.628 Get:232 http://deb.debian.org/debian bookworm/main arm64 libjbig0 arm64 2.1-6.1 [30.0 kB] #13 6.630 Get:233 http://deb.debian.org/debian bookworm/main arm64 liblerc4 arm64 4.0.0+ds-2 [138 kB] #13 6.631 Get:234 http://deb.debian.org/debian bookworm/main arm64 libwebp7 arm64 1.2.4-0.2+deb12u1 [260 kB] #13 6.633 Get:235 http://deb.debian.org/debian bookworm/main arm64 libtiff6 arm64 4.5.0-6+deb12u1 [301 kB] #13 6.635 Get:236 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] #13 6.636 Get:237 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] #13 6.637 Get:238 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] #13 6.639 Get:239 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] #13 6.655 Get:240 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] #13 6.660 Get:241 http://deb.debian.org/debian bookworm/main arm64 libxpm4 arm64 1:3.5.12-1.1+deb12u1 [45.4 kB] #13 6.660 Get:242 http://deb.debian.org/debian bookworm/main arm64 libgd3 arm64 2.3.3-9 [113 kB] #13 6.661 Get:243 http://deb.debian.org/debian bookworm/main arm64 libc-devtools arm64 2.36-9+deb12u3 [51.5 kB] #13 6.665 Get:244 http://deb.debian.org/debian bookworm/main arm64 libcapture-tiny-perl all 0.48-2 [24.6 kB] #13 6.666 Get:245 http://deb.debian.org/debian bookworm/main arm64 libcgi-pm-perl all 4.55-1 [220 kB] #13 6.669 Get:246 http://deb.debian.org/debian bookworm/main arm64 libfcgi0ldbl arm64 2.4.2-2 [25.3 kB] #13 6.670 Get:247 http://deb.debian.org/debian bookworm/main arm64 libfcgi-perl arm64 0.82+ds-2 [24.4 kB] #13 6.671 Get:248 http://deb.debian.org/debian bookworm/main arm64 libcgi-fast-perl all 1:2.15-1 [12.1 kB] #13 6.672 Get:249 http://deb.debian.org/debian bookworm/main arm64 libclass-data-inheritable-perl all 0.08-3 [8588 B] #13 6.674 Get:250 http://deb.debian.org/debian bookworm/main arm64 libclass-inspector-perl all 1.36-3 [17.5 kB] #13 6.681 Get:251 http://deb.debian.org/debian bookworm/main arm64 libcommon-sense-perl arm64 3.75-3 [23.0 kB] #13 6.683 Get:252 http://deb.debian.org/debian bookworm/main arm64 libconfig-tiny-perl all 2.28-2 [16.4 kB] #13 6.684 Get:253 http://deb.debian.org/debian bookworm/main arm64 libparams-util-perl arm64 1.102-2+b1 [24.2 kB] #13 6.686 Get:254 http://deb.debian.org/debian bookworm/main arm64 libsub-install-perl all 0.929-1 [10.5 kB] #13 6.686 Get:255 http://deb.debian.org/debian bookworm/main arm64 libdata-optlist-perl all 0.113-1 [10.6 kB] #13 6.691 Get:256 http://deb.debian.org/debian bookworm/main arm64 libsub-exporter-perl all 0.989-1 [50.5 kB] #13 6.708 Get:257 http://deb.debian.org/debian bookworm/main arm64 libconst-fast-perl all 0.014-2 [8792 B] #13 6.709 Get:258 http://deb.debian.org/debian bookworm/main arm64 libwant-perl arm64 0.29-2+b1 [27.1 kB] #13 6.710 Get:259 http://deb.debian.org/debian bookworm/main arm64 libcontextual-return-perl all 0.004014-4 [54.9 kB] #13 6.712 Get:260 http://deb.debian.org/debian bookworm/main arm64 libconvert-binhex-perl all 1.125-3 [27.4 kB] #13 6.713 Get:261 http://deb.debian.org/debian bookworm/main arm64 libcpanel-json-xs-perl arm64 4.35-1 [128 kB] #13 6.715 Get:262 http://deb.debian.org/debian bookworm/main arm64 libdevel-stacktrace-perl all 2.0400-2 [26.8 kB] #13 6.716 Get:263 http://deb.debian.org/debian bookworm/main arm64 libexception-class-perl all 1.45-1 [34.6 kB] #13 6.717 Get:264 http://deb.debian.org/debian bookworm/main arm64 libiterator-perl all 0.03+ds1-2 [18.8 kB] #13 6.718 Get:265 http://deb.debian.org/debian bookworm/main arm64 libiterator-util-perl all 0.02+ds1-2 [14.0 kB] #13 6.720 Get:266 http://deb.debian.org/debian bookworm/main arm64 libdata-dpath-perl all 0.58-2 [43.6 kB] #13 6.721 Get:267 http://deb.debian.org/debian bookworm/main arm64 libdata-dump-perl all 1.25-1 [28.4 kB] #13 6.722 Get:268 http://deb.debian.org/debian bookworm/main arm64 libdata-messagepack-perl arm64 1.02-1+b1 [34.0 kB] #13 6.723 Get:269 http://deb.debian.org/debian bookworm/main arm64 libnet-domain-tld-perl all 1.75-3 [31.9 kB] #13 6.723 Get:270 http://deb.debian.org/debian bookworm/main arm64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB] #13 6.725 Get:271 http://deb.debian.org/debian bookworm/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.7 kB] #13 6.726 Get:272 http://deb.debian.org/debian bookworm/main arm64 libnet-netmask-perl all 2.0002-2 [28.6 kB] #13 6.728 Get:273 http://deb.debian.org/debian bookworm/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-2+b1 [98.8 kB] #13 6.729 Get:274 http://deb.debian.org/debian bookworm/main arm64 libdata-validate-ip-perl all 0.31-1 [20.6 kB] #13 6.730 Get:275 http://deb.debian.org/debian bookworm/main arm64 libdata-validate-uri-perl all 0.07-2 [11.2 kB] #13 6.731 Get:276 http://deb.debian.org/debian bookworm/main arm64 libdevel-size-perl arm64 0.83-2+b1 [24.2 kB] #13 6.732 Get:277 http://deb.debian.org/debian bookworm/main arm64 libdistro-info-perl all 1.5+deb12u1 [5384 B] #13 6.734 Get:278 http://deb.debian.org/debian bookworm/main arm64 libemail-address-xs-perl arm64 1.05-1+b1 [28.3 kB] #13 6.736 Get:279 http://deb.debian.org/debian bookworm/main arm64 libexporter-tiny-perl all 1.006000-1 [38.6 kB] #13 6.737 Get:280 http://deb.debian.org/debian bookworm/main arm64 libfcgi-bin arm64 2.4.2-2 [12.5 kB] #13 6.738 Get:281 http://deb.debian.org/debian bookworm/main arm64 libindirect-perl arm64 0.39-2+b1 [26.6 kB] #13 6.739 Get:282 http://deb.debian.org/debian bookworm/main arm64 libxs-parse-keyword-perl arm64 0.33-1 [57.0 kB] #13 6.741 Get:283 http://deb.debian.org/debian bookworm/main arm64 libxs-parse-sublike-perl arm64 0.16-1+b2 [28.0 kB] #13 6.743 Get:284 http://deb.debian.org/debian bookworm/main arm64 libobject-pad-perl arm64 0.78-1 [113 kB] #13 6.753 Get:285 http://deb.debian.org/debian bookworm/main arm64 libfeature-compat-class-perl all 0.05-1 [11.0 kB] #13 6.753 Get:286 http://deb.debian.org/debian bookworm/main arm64 libsyntax-keyword-try-perl arm64 0.28-1 [28.2 kB] #13 6.753 Get:287 http://deb.debian.org/debian bookworm/main arm64 libfeature-compat-try-perl all 0.05-1 [10.4 kB] #13 6.753 Get:288 http://deb.debian.org/debian bookworm/main arm64 libipc-system-simple-perl all 1.30-2 [26.8 kB] #13 6.754 Get:289 http://deb.debian.org/debian bookworm/main arm64 libfile-basedir-perl all 0.09-2 [15.1 kB] #13 6.754 Get:290 http://deb.debian.org/debian bookworm/main arm64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB] #13 6.774 Get:291 http://deb.debian.org/debian bookworm/main arm64 libfile-fcntllock-perl arm64 0.22-4+b1 [34.8 kB] #14 3.044 Get:12 http://ports.ubuntu.com/ubuntu-ports lunar-updates/universe arm64 Packages [1001 kB] #13 4.468 Fetched 20.2 MB in 4s (4852 kB/s) #12 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 2.8s done #12 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba #12 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba done #12 DONE 9.7s #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 0.768 Get:1 http://ports.ubuntu.com/ubuntu-ports mantic InRelease [256 kB] #14 1.176 Get:2 http://ports.ubuntu.com/ubuntu-ports mantic-updates InRelease [109 kB] #14 1.273 Get:3 http://ports.ubuntu.com/ubuntu-ports mantic-backports InRelease [90.8 kB] #14 1.367 Get:4 http://ports.ubuntu.com/ubuntu-ports mantic-security InRelease [109 kB] #14 1.466 Get:5 http://ports.ubuntu.com/ubuntu-ports mantic/multiverse arm64 Packages [238 kB] #14 1.535 Get:6 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 Packages [1781 kB] #14 1.722 Get:7 http://ports.ubuntu.com/ubuntu-ports mantic/restricted arm64 Packages [135 kB] #14 1.727 Get:8 http://ports.ubuntu.com/ubuntu-ports mantic/universe arm64 Packages [18.6 MB] #14 2.827 Get:9 http://ports.ubuntu.com/ubuntu-ports mantic-updates/universe arm64 Packages [233 kB] #14 2.829 Get:10 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 Packages [310 kB] #14 2.831 Get:11 http://ports.ubuntu.com/ubuntu-ports mantic-updates/multiverse arm64 Packages [5286 B] #14 3.243 Get:12 http://ports.ubuntu.com/ubuntu-ports mantic-updates/restricted arm64 Packages [183 kB] #14 3.603 Get:13 http://ports.ubuntu.com/ubuntu-ports mantic-backports/universe arm64 Packages [4193 B] #14 3.604 Get:14 http://ports.ubuntu.com/ubuntu-ports mantic-security/universe arm64 Packages [198 kB] #14 3.676 Get:15 http://ports.ubuntu.com/ubuntu-ports mantic-security/restricted arm64 Packages [179 kB] #14 3.726 Get:16 http://ports.ubuntu.com/ubuntu-ports mantic-security/multiverse arm64 Packages [4522 B] #14 3.727 Get:17 http://ports.ubuntu.com/ubuntu-ports mantic-security/main arm64 Packages [249 kB] #14 3.787 Fetched 22.7 MB in 3s (6634 kB/s) #14 3.787 Reading package lists... #10 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 0.465 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] #13 0.475 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] #13 0.475 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] #13 0.571 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8062 kB] #13 0.730 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [265 kB] #13 0.745 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB] #13 1.924 Fetched 8554 kB in 2s (4989 kB/s) #13 1.924 Reading package lists... #13 2.521 Reading package lists... #13 3.137 Building dependency tree... #13 3.283 Reading state information... #13 3.458 The following additional packages will be installed: #13 3.458 autoconf automake autopoint autotools-dev binutils binutils-common #13 3.458 binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2 #13 3.458 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring #13 3.458 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #13 3.458 dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++ #13 3.458 g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils #13 3.458 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base #13 3.458 intltool-debian iso-codes less libalgorithm-diff-perl #13 3.458 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl #13 3.458 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13 #13 3.458 libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl #13 3.458 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #13 3.458 libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0 #13 3.458 libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl #13 3.458 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #13 3.458 libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl #13 3.458 libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl #13 3.458 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 #13 3.458 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #13 3.458 libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl #13 3.458 libdeflate0 libdevel-callchecker-perl libdevel-size-perl #13 3.458 libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl #13 3.458 libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl #13 3.458 libencode-locale-perl liberror-perl libexception-class-perl libexpat1 #13 3.458 libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl #13 3.458 libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #13 3.458 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #13 3.458 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #13 3.458 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #13 3.458 libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6 #13 3.458 libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl #13 3.458 libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 #13 3.458 libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl #13 3.458 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #13 3.458 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 3.460 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 3.460 libicu67 libimport-into-perl libio-html-perl libio-prompter-perl #13 3.460 libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl #13 3.460 libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl #13 3.460 libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl #13 3.460 libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl #13 3.460 libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl #13 3.460 liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl #13 3.460 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #13 3.460 liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7 #13 3.460 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #13 3.460 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0 #13 3.460 libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl #13 3.460 libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 #13 3.460 libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl #13 3.460 libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl #13 3.460 libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl #13 3.460 libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16 #13 3.460 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #13 3.460 libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl #13 3.460 libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16 #13 3.460 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #13 3.460 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0 #13 3.460 libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl #13 3.460 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #13 3.460 libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2 #13 3.460 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #13 3.460 libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl #13 3.460 libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev #13 3.460 libstrictures-perl libstring-copyright-perl libstring-escape-perl #13 3.460 libstring-shellquote-perl libsub-exporter-perl #13 3.460 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #13 3.460 libsub-name-perl libsub-override-perl libsub-quote-perl #13 3.460 libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl #13 3.460 libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl #13 3.460 libtext-markdown-discount-perl libtext-xslate-perl libtiff5 #13 3.460 libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev #13 3.460 libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl #13 3.460 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #13 3.460 libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6 #13 3.460 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 #13 3.460 libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl #13 3.460 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #13 3.460 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 #13 3.460 libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev #13 3.460 lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types #13 3.460 netbase openssh-client openssl patch patchutils pbzip2 perl #13 3.460 perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf #13 3.460 pristine-tar publicsuffix python-apt-common python3 python3-apt #13 3.460 python3-certifi python3-chardet python3-debian python3-gpg python3-idna #13 3.460 python3-magic python3-minimal python3-pkg-resources python3-requests #13 3.460 python3-six python3-unidiff python3-urllib3 python3-xdg python3.9 #13 3.460 python3.9-minimal readline-common sensible-utils shared-mime-info strace #13 3.460 t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils #13 3.460 Suggested packages: #13 3.460 autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc #13 3.460 gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone #13 3.460 bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el #13 3.460 diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help #13 3.460 libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #13 3.460 libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts #13 3.460 postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m #13 3.460 dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync #13 3.460 g++-multilib g++-10-multilib gcc-10-doc gcc-multilib flex bison gdb gcc-doc #13 3.460 gcc-10-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run #13 3.460 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs #13 3.460 git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip #13 3.460 libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n gpm #13 3.460 libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl #13 3.460 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal #13 3.460 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql #13 3.460 libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++-10-doc #13 3.460 libbareword-filehandles-perl libindirect-perl libmultidimensional-perl #13 3.460 gfortran | fortran95-compiler gcj-jdk libdevel-lexalias-perl #13 3.460 libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion #13 3.460 binutils-multiarch libtext-template-perl m4-doc make-doc apparmor #13 3.460 www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc #13 3.460 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl #13 3.460 libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc #13 3.460 python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools #13 3.460 python3-cryptography python3-openssl python3-socks python-requests-doc #13 3.460 python3.9-venv python3.9-doc binfmt-support readline-doc zip wdiff-doc #13 5.298 The following NEW packages will be installed: #13 5.298 autoconf automake autopoint autotools-dev binutils binutils-common #13 5.298 binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2 #13 5.298 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring #13 5.298 devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr #13 5.298 distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config #13 5.298 fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man #13 5.300 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server #13 5.300 gpgconf gpgsm groff-base intltool-debian iso-codes less #13 5.300 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #13 5.300 libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #13 5.300 libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1 #13 5.300 libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl #13 5.300 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev #13 5.300 libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl #13 5.300 libclass-inspector-perl libclass-method-modifiers-perl #13 5.300 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #13 5.300 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #13 5.300 libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 #13 5.300 libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl #13 5.300 libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl #13 5.300 libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl #13 5.300 libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl #13 5.300 libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl #13 5.300 libencode-locale-perl liberror-perl libexception-class-perl libexpat1 #13 5.300 libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl #13 5.300 libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #13 5.300 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #13 5.300 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #13 5.300 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #13 5.300 libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6 #13 5.300 libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl #13 5.300 libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 #13 5.300 libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl #13 5.300 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #13 5.300 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 5.300 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 5.300 libicu67 libimport-into-perl libio-html-perl libio-prompter-perl #13 5.300 libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl #13 5.300 libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl #13 5.300 libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl #13 5.300 libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl #13 5.300 libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl #13 5.300 liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl #13 5.300 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #13 5.300 liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7 #13 5.300 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #13 5.300 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0 #13 5.300 libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl #13 5.300 libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 #13 5.300 libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl #13 5.300 libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl #13 5.300 libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl #13 5.300 libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16 #13 5.300 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #13 5.300 libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl #13 5.300 libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16 #13 5.300 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #13 5.300 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0 #13 5.300 libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl #13 5.300 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #13 5.300 libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2 #13 5.300 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #13 5.300 libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl #13 5.300 libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev #13 5.300 libstrictures-perl libstring-copyright-perl libstring-escape-perl #13 5.300 libstring-shellquote-perl libsub-exporter-perl #13 5.300 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #13 5.300 libsub-name-perl libsub-override-perl libsub-quote-perl #13 5.300 libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl #13 5.300 libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl #13 5.300 libtext-markdown-discount-perl libtext-xslate-perl libtiff5 #13 5.300 libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev #13 5.300 libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl #13 5.300 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #13 5.300 libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6 #13 5.300 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 #13 5.300 libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl #13 5.300 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #13 5.300 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 #13 5.300 libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev #13 5.300 lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types #13 5.300 netbase openssh-client openssl patch patchutils pbzip2 perl #13 5.300 perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf #13 5.300 pristine-tar publicsuffix python-apt-common python3 python3-apt #13 5.300 python3-certifi python3-chardet python3-debian python3-gpg python3-idna #13 5.300 python3-magic python3-minimal python3-pkg-resources python3-requests #13 5.300 python3-six python3-unidiff python3-urllib3 python3-xdg python3.9 #13 5.300 python3.9-minimal readline-common sensible-utils shared-mime-info strace #13 5.300 t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils #13 5.616 0 upgraded, 384 newly installed, 0 to remove and 0 not upgraded. #13 5.616 Need to get 176 MB of archives. #13 5.616 After this operation, 572 MB of additional disk space will be used. #13 5.616 Get:1 http://deb.debian.org/debian bullseye/main amd64 bsdextrautils amd64 2.36.1-8+deb11u1 [145 kB] #13 5.619 Get:2 http://deb.debian.org/debian bullseye/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB] #13 5.620 Get:3 http://deb.debian.org/debian bullseye/main amd64 groff-base amd64 1.22.4-6 [936 kB] #13 5.627 Get:4 http://deb.debian.org/debian bullseye/main amd64 libgdbm6 amd64 1.19-2 [64.9 kB] #13 5.628 Get:5 http://deb.debian.org/debian bullseye/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB] #13 5.629 Get:6 http://deb.debian.org/debian bullseye/main amd64 man-db amd64 2.9.4-2 [1354 kB] #13 5.638 Get:7 http://deb.debian.org/debian bullseye/main amd64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB] #13 5.684 Get:8 http://deb.debian.org/debian bullseye/main amd64 libgdbm-compat4 amd64 1.19-2 [44.7 kB] #13 5.685 Get:9 http://deb.debian.org/debian bullseye/main amd64 libperl5.32 amd64 5.32.1-4+deb11u2 [4106 kB] #13 5.792 Get:10 http://deb.debian.org/debian bullseye/main amd64 perl amd64 5.32.1-4+deb11u2 [293 kB] #13 5.794 Get:11 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] #13 5.795 Get:12 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB] #13 5.801 Get:13 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2+deb11u5 [98.2 kB] #13 5.802 Get:14 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB] #13 5.837 Get:15 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB] #13 5.838 Get:16 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB] #13 5.838 Get:17 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB] #13 5.842 Get:18 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2+deb11u2 [132 kB] #13 5.843 Get:19 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB] #13 5.843 Get:20 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB] #13 5.845 Get:21 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB] #13 5.851 Get:22 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB] #13 5.879 Get:23 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB] #13 5.883 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB] #13 5.884 Get:25 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB] #13 5.885 Get:26 http://deb.debian.org/debian bullseye/main amd64 less amd64 551-2 [133 kB] #13 5.886 Get:27 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB] #13 5.887 Get:28 http://deb.debian.org/debian bullseye/main amd64 sensible-utils all 0.0.14 [14.8 kB] #13 5.887 Get:29 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] #13 5.888 Get:30 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1w-0+deb11u1 [859 kB] #13 5.894 Get:31 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] #13 5.895 Get:32 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3+deb11u1 [273 kB] #13 5.902 Get:33 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3+deb11u1 [128 kB] #13 5.903 Get:34 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3+deb11u1 [69.2 kB] #13 5.903 Get:35 http://deb.debian.org/debian bullseye/main amd64 gettext-base amd64 0.21-4 [175 kB] #13 5.905 Get:36 http://deb.debian.org/debian bullseye/main amd64 manpages all 5.10-1 [1412 kB] #13 5.924 Get:37 http://deb.debian.org/debian bullseye/main amd64 libmd0 amd64 1.0.3-3 [28.0 kB] #13 5.925 Get:38 http://deb.debian.org/debian bullseye/main amd64 libbsd0 amd64 0.11.3-1+deb11u1 [108 kB] #13 5.926 Get:39 http://deb.debian.org/debian bullseye/main amd64 libedit2 amd64 3.1-20191231-2+b1 [96.7 kB] #13 5.927 Get:40 http://deb.debian.org/debian bullseye/main amd64 libcbor0 amd64 0.5.0+dfsg-2 [24.0 kB] #13 5.927 Get:41 http://deb.debian.org/debian bullseye/main amd64 libfido2-1 amd64 1.6.0-2 [53.3 kB] #13 5.928 Get:42 http://deb.debian.org/debian-security bullseye-security/main amd64 openssh-client amd64 1:8.4p1-5+deb11u3 [932 kB] #13 5.933 Get:43 http://deb.debian.org/debian bullseye/main amd64 ucf all 3.0043 [74.0 kB] #13 5.944 Get:44 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] #13 5.946 Get:45 http://deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] #13 5.947 Get:46 http://deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] #13 5.949 Get:47 http://deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] #13 5.951 Get:48 http://deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] #13 5.965 Get:49 http://deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] #13 5.971 Get:50 http://deb.debian.org/debian bullseye/main amd64 autopoint all 0.21-4 [510 kB] #13 5.999 Get:51 http://deb.debian.org/debian bullseye/main amd64 binutils-common amd64 2.35.2-2 [2220 kB] #13 6.038 Get:52 http://deb.debian.org/debian bullseye/main amd64 libbinutils amd64 2.35.2-2 [570 kB] #13 6.042 Get:53 http://deb.debian.org/debian bullseye/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB] #13 6.043 Get:54 http://deb.debian.org/debian bullseye/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB] #13 6.044 Get:55 http://deb.debian.org/debian bullseye/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1809 kB] #13 6.064 Get:56 http://deb.debian.org/debian bullseye/main amd64 binutils amd64 2.35.2-2 [61.2 kB] #13 6.069 Get:57 http://deb.debian.org/debian-security bullseye-security/main amd64 libc-dev-bin amd64 2.31-13+deb11u7 [276 kB] #13 6.071 Get:58 http://deb.debian.org/debian-security bullseye-security/main amd64 linux-libc-dev amd64 5.10.205-2 [1690 kB] #13 6.096 Get:59 http://deb.debian.org/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB] #13 6.097 Get:60 http://deb.debian.org/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1+deb11u1 [191 kB] #13 6.098 Get:61 http://deb.debian.org/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] #13 6.099 Get:62 http://deb.debian.org/debian-security bullseye-security/main amd64 libc6-dev amd64 2.31-13+deb11u7 [2361 kB] #13 6.121 Get:63 http://deb.debian.org/debian bullseye/main amd64 libisl23 amd64 0.23-1 [676 kB] #13 6.135 Get:64 http://deb.debian.org/debian bullseye/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB] #13 6.160 Get:65 http://deb.debian.org/debian bullseye/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB] #13 6.161 Get:66 http://deb.debian.org/debian bullseye/main amd64 cpp-10 amd64 10.2.1-6 [8528 kB] #13 6.277 Get:67 http://deb.debian.org/debian bullseye/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB] #13 6.289 Get:68 http://deb.debian.org/debian bullseye/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB] #13 6.291 Get:69 http://deb.debian.org/debian bullseye/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB] #13 6.293 Get:70 http://deb.debian.org/debian bullseye/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB] #13 6.295 Get:71 http://deb.debian.org/debian bullseye/main amd64 libatomic1 amd64 10.2.1-6 [9008 B] #13 6.297 Get:72 http://deb.debian.org/debian bullseye/main amd64 libasan6 amd64 10.2.1-6 [2065 kB] #13 6.312 Get:73 http://deb.debian.org/debian bullseye/main amd64 liblsan0 amd64 10.2.1-6 [828 kB] #13 6.337 Get:74 http://deb.debian.org/debian bullseye/main amd64 libtsan0 amd64 10.2.1-6 [2000 kB] #13 6.367 Get:75 http://deb.debian.org/debian bullseye/main amd64 libubsan1 amd64 10.2.1-6 [777 kB] #13 6.375 Get:76 http://deb.debian.org/debian bullseye/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB] #13 6.380 Get:77 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev amd64 10.2.1-6 [2328 kB] #13 6.419 Get:78 http://deb.debian.org/debian bullseye/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB] #13 6.757 Get:79 http://deb.debian.org/debian bullseye/main amd64 gcc amd64 4:10.2.1-1 [5192 B] #13 6.757 Get:80 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB] #13 6.781 Get:81 http://deb.debian.org/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB] #13 6.929 Get:82 http://deb.debian.org/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B] #13 6.940 Get:83 http://deb.debian.org/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB] #13 6.943 Get:84 http://deb.debian.org/debian bullseye/main amd64 libdpkg-perl all 1.20.13 [1552 kB] #13 6.955 Get:85 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] #13 6.957 Get:86 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.13 [2314 kB] #13 6.994 Get:87 http://deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] #13 6.994 Get:88 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] #13 6.996 Get:89 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] #13 6.996 Get:90 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] #13 6.997 Get:91 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] #13 7.014 Get:92 http://deb.debian.org/debian-security bullseye-security/main amd64 libnghttp2-14 amd64 1.43.0-1+deb11u1 [77.2 kB] #13 7.014 Get:93 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] #13 7.015 Get:94 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] #13 7.016 Get:95 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] #13 7.018 Get:96 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u11 [347 kB] #13 7.020 Get:97 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u11 [271 kB] #13 7.021 Get:98 http://deb.debian.org/debian bullseye/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB] #13 7.039 Get:99 http://deb.debian.org/debian bullseye/main amd64 libdebhelper-perl all 13.3.4 [189 kB] #13 7.041 Get:100 http://deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] #13 7.046 Get:101 http://deb.debian.org/debian bullseye/main amd64 dh-autoreconf all 20 [17.1 kB] #13 7.047 Get:102 http://deb.debian.org/debian bullseye/main amd64 libarchive-zip-perl all 1.68-1 [104 kB] #13 7.048 Get:103 http://deb.debian.org/debian bullseye/main amd64 libsub-override-perl all 0.09-2 [10.2 kB] #13 7.048 Get:104 http://deb.debian.org/debian bullseye/main amd64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB] #13 7.049 Get:105 http://deb.debian.org/debian bullseye/main amd64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB] #13 7.049 Get:106 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] #13 7.053 Get:107 http://deb.debian.org/debian bullseye/main amd64 dwz amd64 0.13+20210201-1 [175 kB] #13 7.053 Get:108 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] #13 7.199 Get:109 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u4 [693 kB] #13 7.216 Get:110 http://deb.debian.org/debian bullseye/main amd64 gettext amd64 0.21-4 [1311 kB] #13 7.225 Get:111 http://deb.debian.org/debian bullseye/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB] #13 7.225 Get:112 http://deb.debian.org/debian bullseye/main amd64 po-debconf all 1.0.21+nmu1 [248 kB] #13 7.227 Get:113 http://deb.debian.org/debian bullseye/main amd64 debhelper all 13.3.4 [1049 kB] #13 7.253 Get:114 http://deb.debian.org/debian bullseye/main amd64 debian-keyring all 2021.07.26 [31.1 MB] #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 3.2s done #13 7.270 Selecting previously unselected package perl-modules-5.32. #13 7.272 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ... #13 7.275 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ... #13 10.00 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u6_amd64.deb ... #13 10.02 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u6) ... #15 3.487 Fetched 451 kB in 0s (1664 kB/s) #15 3.502 Selecting previously unselected package libmagic-mgc. #15 3.502 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15610 files and directories currently installed.) #15 3.512 Preparing to unpack .../libmagic-mgc_1%3a5.44-3_amd64.deb ... #15 3.515 Unpacking libmagic-mgc (1:5.44-3) ... #15 3.592 Selecting previously unselected package libmagic1:amd64. #15 3.594 Preparing to unpack .../libmagic1_1%3a5.44-3_amd64.deb ... #15 3.602 Unpacking libmagic1:amd64 (1:5.44-3) ... #15 3.634 Selecting previously unselected package file. #15 3.636 Preparing to unpack .../file_1%3a5.44-3_amd64.deb ... #15 3.640 Unpacking file (1:5.44-3) ... #15 3.714 Setting up libmagic-mgc (1:5.44-3) ... #14 2.306 Fetched 29.1 MB in 2s (14.9 MB/s) #13 11.07 Setting up libpython3.11-minimal:amd64 (3.11.2-6) ... #13 11.23 Setting up libexpat1:amd64 (2.5.0-1) ... #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 #13 6.982 Get:283 http://deb.debian.org/debian buster/main arm64 mysql-common all 5.8+1.0.5 [7324 B] #13 6.983 Get:284 http://deb.debian.org/debian-security buster/updates/main arm64 mariadb-common all 1:10.3.39-0+deb10u1 [33.5 kB] #13 6.983 Get:285 http://deb.debian.org/debian-security buster/updates/main arm64 libmariadb3 arm64 1:10.3.39-0+deb10u1 [163 kB] #13 6.985 Get:286 http://deb.debian.org/debian-security buster/updates/main arm64 libpython2.7-minimal arm64 2.7.16-2+deb10u3 [397 kB] #13 6.990 Get:287 http://deb.debian.org/debian-security buster/updates/main arm64 libpython2.7-stdlib arm64 2.7.16-2+deb10u3 [1891 kB] #13 7.010 Get:288 http://deb.debian.org/debian-security buster/updates/main arm64 libpython2.7 arm64 2.7.16-2+deb10u3 [957 kB] #13 7.019 Get:289 http://deb.debian.org/debian buster/main arm64 libmailutils5 arm64 1:3.5-4 [829 kB] #13 7.026 Get:290 http://deb.debian.org/debian buster/main arm64 libmime-tools-perl all 5.509-1 [212 kB] #13 7.028 Get:291 http://deb.debian.org/debian buster/main arm64 libnet-dns-sec-perl arm64 1.11-1 [47.7 kB] #13 7.029 Get:292 http://deb.debian.org/debian buster/main arm64 libnet-libidn-perl arm64 0.12.ds-3+b1 [18.7 kB] #13 7.029 Get:293 http://deb.debian.org/debian buster/main arm64 libnumber-compare-perl all 0.03-1 [7642 B] #13 7.030 Get:294 http://deb.debian.org/debian buster/main arm64 libnumber-range-perl all 0.12-1 [9274 B] #13 7.030 Get:295 http://deb.debian.org/debian buster/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b7 [41.8 kB] #13 7.030 Get:296 http://deb.debian.org/debian buster/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b7 [28.8 kB] #13 7.031 Get:297 http://deb.debian.org/debian buster/main arm64 libpackage-stash-xs-perl arm64 0.29-1 [19.7 kB] #13 7.031 Get:298 http://deb.debian.org/debian buster/main arm64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB] #13 7.032 Get:299 http://deb.debian.org/debian buster/main arm64 libtext-glob-perl all 0.10-1 [8362 B] #13 7.032 Get:300 http://deb.debian.org/debian buster/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB] #13 7.034 Get:301 http://deb.debian.org/debian buster/main arm64 libperlio-gzip-perl arm64 0.19-1+b5 [17.2 kB] #13 7.037 Get:302 http://deb.debian.org/debian buster/main arm64 libpod-constants-perl all 0.19-1 [16.9 kB] #13 7.038 Get:303 http://deb.debian.org/debian buster/main arm64 libreadonly-perl all 2.050-1 [22.7 kB] #13 7.039 Get:304 http://deb.debian.org/debian buster/main arm64 libref-util-perl all 0.204-1 [17.1 kB] #13 7.040 Get:305 http://deb.debian.org/debian buster/main arm64 libref-util-xs-perl arm64 0.117-1+b1 [13.8 kB] #13 7.042 Get:306 http://deb.debian.org/debian buster/main arm64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB] #13 7.042 Get:307 http://deb.debian.org/debian buster/main arm64 libsasl2-modules arm64 2.1.27+dfsg-1+deb10u2 [102 kB] #13 7.045 Get:308 http://deb.debian.org/debian buster/main arm64 libsereal-decoder-perl arm64 4.005+ds-1+b1 [88.1 kB] #13 7.052 Get:309 http://deb.debian.org/debian buster/main arm64 libsereal-encoder-perl arm64 4.005+ds-1+b1 [89.4 kB] #13 7.054 Get:310 http://deb.debian.org/debian buster/main arm64 libsereal-perl all 4.005-1 [10.8 kB] #13 7.055 Get:311 http://deb.debian.org/debian buster/main arm64 libtask-weaken-perl all 1.06-1 [9252 B] #13 7.057 Get:312 http://deb.debian.org/debian buster/main arm64 libxml-parser-perl arm64 2.44-4 [212 kB] #13 7.060 Get:313 http://deb.debian.org/debian buster/main arm64 libsoap-lite-perl all 1.27-1 [258 kB] #13 7.062 Get:314 http://deb.debian.org/debian buster/main arm64 libsort-key-perl arm64 1.33-2+b1 [36.3 kB] #13 7.064 Get:315 http://deb.debian.org/debian buster/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB] #13 7.065 Get:316 http://deb.debian.org/debian buster/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB] #13 7.066 Get:317 http://deb.debian.org/debian buster/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB] #13 7.068 Get:318 http://deb.debian.org/debian buster/main arm64 libterm-readkey-perl arm64 2.38-1 [27.0 kB] #13 7.069 Get:319 http://deb.debian.org/debian buster/main arm64 libtest-fatal-perl all 0.014-1 [11.9 kB] #13 7.072 Get:320 http://deb.debian.org/debian buster/main arm64 libtest-refcount-perl all 0.08-3 [11.4 kB] #13 7.074 Get:321 http://deb.debian.org/debian buster/main arm64 libtext-levenshtein-perl all 0.13-1 [11.1 kB] #13 7.075 Get:322 http://deb.debian.org/debian buster/main arm64 libtype-tiny-xs-perl arm64 0.014-1+b1 [23.7 kB] #13 7.076 Get:323 http://deb.debian.org/debian buster/main arm64 libunicode-utf8-perl arm64 0.62-1 [19.6 kB] #13 7.077 Get:324 http://deb.debian.org/debian buster/main arm64 libwrap0 arm64 7.6.q-28 [58.4 kB] #13 7.079 Get:325 http://deb.debian.org/debian buster/main arm64 libxau6 arm64 1:1.0.8-1+b2 [19.3 kB] #13 7.079 Get:326 http://deb.debian.org/debian buster/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] #13 7.083 Get:327 http://deb.debian.org/debian buster/main arm64 libxcb1 arm64 1.13.1-2 [135 kB] #13 7.086 Get:328 http://deb.debian.org/debian-security buster/updates/main arm64 libx11-data all 2:1.6.7-1+deb10u4 [299 kB] #13 7.089 Get:329 http://deb.debian.org/debian-security buster/updates/main arm64 libx11-6 arm64 2:1.6.7-1+deb10u4 [735 kB] #13 7.096 Get:330 http://deb.debian.org/debian buster/main arm64 libxext6 arm64 2:1.3.3-1+b2 [48.6 kB] #13 7.096 Get:331 http://deb.debian.org/debian buster/main arm64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB] #13 7.096 Get:332 http://deb.debian.org/debian buster/main arm64 libxml-sax-base-perl all 1.09-1 [20.4 kB] #13 7.097 Get:333 http://deb.debian.org/debian buster/main arm64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB] #13 7.097 Get:334 http://deb.debian.org/debian buster/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-1 [334 kB] #13 7.101 Get:335 http://deb.debian.org/debian buster/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB] #13 7.102 Get:336 http://deb.debian.org/debian buster/main arm64 libxml-simple-perl all 2.25-1 [72.0 kB] #13 7.103 Get:337 http://deb.debian.org/debian buster/main arm64 libxmlrpc-lite-perl all 0.717-2 [22.3 kB] #13 7.104 Get:338 http://deb.debian.org/debian buster/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB] #13 7.106 Get:339 http://deb.debian.org/debian buster/main arm64 libyaml-0-2 arm64 0.2.1-1 [41.4 kB] #13 7.108 Get:340 http://deb.debian.org/debian buster/main arm64 libyaml-libyaml-perl arm64 0.76+repack-1 [32.0 kB] #13 7.110 Get:341 http://deb.debian.org/debian buster/main arm64 licensecheck all 3.0.31-3 [28.3 kB] #13 7.111 Get:342 http://deb.debian.org/debian buster/main arm64 t1utils arm64 1.41-3 [59.7 kB] #13 7.113 Get:343 http://deb.debian.org/debian buster/main arm64 lintian all 2.15.0 [1181 kB] #13 7.125 Get:344 http://deb.debian.org/debian buster/main arm64 lsb-release all 10.2019051400 [27.5 kB] #13 7.125 Get:345 http://deb.debian.org/debian buster/main arm64 mailutils arm64 1:3.5-4 [570 kB] #13 7.130 Get:346 http://deb.debian.org/debian buster/main arm64 manpages-dev all 4.16-2 [2232 kB] #13 7.150 Get:347 http://deb.debian.org/debian buster/main arm64 psmisc arm64 23.2-1+deb10u1 [123 kB] #13 7.151 Get:348 http://deb.debian.org/debian buster/main arm64 publicsuffix all 20220811.1734-0+deb10u1 [127 kB] #13 7.152 Get:349 http://deb.debian.org/debian buster/main arm64 python-apt-common all 1.8.4.3 [96.3 kB] #13 7.153 Get:350 http://deb.debian.org/debian buster/main arm64 python3-apt arm64 1.8.4.3 [179 kB] #13 7.155 Get:351 http://deb.debian.org/debian buster/main arm64 python3-certifi all 2018.8.24-1 [140 kB] #13 7.157 Get:352 http://deb.debian.org/debian buster/main arm64 python3-idna all 2.6-1 [34.3 kB] #13 7.157 Get:353 http://deb.debian.org/debian buster/main arm64 python3-magic all 2:0.4.15-2 [9256 B] #13 7.157 Get:354 http://deb.debian.org/debian-security buster/updates/main arm64 python3-urllib3 all 1.24.1-1+deb10u2 [98.4 kB] #13 7.158 Get:355 http://deb.debian.org/debian-security buster/updates/main arm64 python3-requests all 2.21.0-1+deb10u1 [67.4 kB] #13 7.159 Get:356 http://deb.debian.org/debian buster/main arm64 python3-unidiff all 0.5.4-1 [7506 B] #13 7.159 Get:357 http://deb.debian.org/debian buster/main arm64 python3-xdg all 0.25-5 [35.9 kB] #13 7.160 Get:358 http://deb.debian.org/debian buster/main arm64 shared-mime-info arm64 1.10-1 [764 kB] #13 7.166 Get:359 http://deb.debian.org/debian buster/main arm64 strace arm64 4.26-0.2 [803 kB] #13 7.174 Get:360 http://deb.debian.org/debian-security buster/updates/main arm64 unzip arm64 6.0-23+deb10u3 [166 kB] #13 7.175 Get:361 http://deb.debian.org/debian buster/main arm64 xauth arm64 1:1.0.10-1 [38.2 kB] #14 5.357 dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz #14 5.357 fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git-man #14 5.357 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server #14 5.357 gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less #14 5.357 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #14 5.357 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 5.357 libarray-intspan-perl libasan5 libasn1-8-heimdal libassuan0 #14 5.357 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl #14 5.357 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #14 5.357 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0 #14 5.357 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #14 5.357 libcommon-sense-perl libconst-fast-perl libcontextual-return-perl #14 5.357 libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0 #14 5.357 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl #14 5.357 libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl #14 5.357 libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl #14 5.357 libdpkg-perl libdynaloader-functions-perl libedit2 libelf1 #14 5.357 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1 #14 5.357 libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl #14 5.357 libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl #14 5.357 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #14 5.357 libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl #14 5.358 libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl #14 5.358 libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data #14 5.358 libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal #14 5.358 libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal #14 5.358 libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl #14 5.358 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl #14 5.358 libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #14 5.358 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #14 5.358 libhx509-5-heimdal libicu66 libidn11 libimport-into-perl #14 5.358 libio-async-loop-epoll-perl libio-async-perl libio-html-perl #14 5.358 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 5.358 libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22 #14 5.358 libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 #14 5.358 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 #14 5.358 libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl #14 5.358 liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl #14 5.358 liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl #14 5.358 liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #14 5.358 liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl #14 5.358 libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl #14 5.358 libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 #14 5.358 libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl #14 5.358 libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl #14 5.358 libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 #14 5.358 libnumber-compare-perl libnumber-range-perl libobject-id-perl #14 5.358 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 5.358 libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl #14 5.358 libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl #14 5.358 libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib #14 5.358 libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5 #14 5.358 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #14 5.358 libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal #14 5.358 librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #14 5.358 libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2 #14 5.358 libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1 #14 5.358 libstdc++-9-dev libstrictures-perl libstring-copyright-perl #14 5.358 libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl #14 5.358 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #14 5.358 libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl #14 5.358 libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl #14 5.358 libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl #14 5.358 libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl #14 5.358 libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0 #14 5.358 libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl #14 5.358 libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data #14 5.358 libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 5.358 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 5.358 libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1 #14 5.358 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev #14 5.358 lsb-release m4 make man-db manpages manpages-dev mime-support netbase #14 5.358 openssh-client openssl patch patchutils perl perl-modules-5.30 #14 5.358 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 5.358 python-apt-common python3 python3-apt python3-certifi python3-chardet #14 5.358 python3-debian python3-gpg python3-idna python3-magic python3-minimal #14 5.359 python3-pkg-resources python3-requests python3-six python3-unidiff #14 5.359 python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common #14 5.359 shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs #14 5.359 xz-utils #14 5.360 Suggested packages: #14 5.360 default-mta | mail-transport-agent autoconf-archive gnu-standards #14 5.360 autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc #14 5.360 gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx #14 5.360 | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope #14 5.360 disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl #14 5.360 libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #14 5.360 libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt #14 5.360 ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl #14 5.360 dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko #14 5.360 mini-dinstall rsync gcc-9-doc gcc-multilib flex bison gdb gcc-doc #14 5.360 gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run #14 5.360 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs #14 5.360 git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery #14 5.360 libgssapi-perl glibc-doc bzr gdbm-l10n krb5-doc krb5-user libtool-doc #14 5.360 libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl #14 5.360 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal #14 5.360 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql #14 5.360 libstdc++-9-doc libbareword-filehandles-perl libindirect-perl #14 5.360 libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk #14 5.360 libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl #14 5.360 libxml-sax-expatxs-perl bash-completion binutils-multiarch #14 5.360 libtext-template-perl m4-doc make-doc apparmor www-browser keychain #14 5.360 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #14 5.360 libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl #14 5.360 liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk #14 5.360 python3-venv python3-apt-dbg python-apt-doc python3-setuptools #14 5.360 python3-cryptography python3-openssl python3-socks python3.8-venv #14 5.360 python3.8-doc binfmt-support readline-doc zip wdiff-doc #14 5.738 The following NEW packages will be installed: #14 5.738 at autoconf automake autopoint autotools-dev binutils #14 5.738 binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential #13 14.40 Unpacking sensible-utils (0.0.17+nmu1) ... #13 14.44 Selecting previously unselected package bzip2. #13 14.45 Preparing to unpack .../004-bzip2_1.0.8-5+b1_armhf.deb ... #13 14.45 Unpacking bzip2 (1.0.8-5+b1) ... #13 14.51 Selecting previously unselected package openssl. #13 14.51 Preparing to unpack .../005-openssl_3.0.11-1~deb12u2_armhf.deb ... #13 14.51 Unpacking openssl (3.0.11-1~deb12u2) ... #15 [stage-1 5/9] RUN dnf install -y rpm-build rpmlint dnf-plugins-core #13 6.775 Get:292 http://deb.debian.org/debian bookworm/main arm64 libnumber-compare-perl all 0.03-3 [6332 B] #13 6.777 Get:293 http://deb.debian.org/debian bookworm/main arm64 libtext-glob-perl all 0.11-3 [7676 B] #13 6.778 Get:294 http://deb.debian.org/debian bookworm/main arm64 libfile-find-rule-perl all 0.34-3 [26.6 kB] #13 6.778 Get:295 http://deb.debian.org/debian bookworm/main arm64 libfont-afm-perl all 1.20-4 [13.1 kB] #13 6.779 Get:296 http://deb.debian.org/debian bookworm/main arm64 libio-string-perl all 1.08-4 [12.1 kB] #13 6.780 Get:297 http://deb.debian.org/debian bookworm/main arm64 libfont-ttf-perl all 1.06-2 [318 kB] #13 6.782 Get:298 http://deb.debian.org/debian bookworm/main arm64 libfreezethaw-perl all 0.5001-3 [16.0 kB] #13 6.783 Get:299 http://deb.debian.org/debian bookworm/main arm64 libsort-versions-perl all 1.62-3 [8928 B] #13 6.786 Get:300 http://deb.debian.org/debian bookworm/main arm64 libgit-wrapper-perl all 0.048-2 [33.4 kB] #13 6.788 Get:301 http://deb.debian.org/debian bookworm/main arm64 libhttp-tiny-multipart-perl all 0.08-2 [9812 B] #13 6.790 Get:302 http://deb.debian.org/debian bookworm/main arm64 libio-prompter-perl all 0.004015-2 [59.9 kB] #13 6.790 Get:303 http://deb.debian.org/debian bookworm/main arm64 libjson-perl all 4.10000-1 [87.5 kB] #13 6.791 Get:304 http://deb.debian.org/debian bookworm/main arm64 liblog-any-perl all 1.713-1 [76.3 kB] #13 6.793 Get:305 http://deb.debian.org/debian bookworm/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [13.3 kB] #13 6.794 Get:306 http://deb.debian.org/debian bookworm/main arm64 libpackage-stash-perl all 0.40-1 [22.0 kB] #13 6.795 Get:307 http://deb.debian.org/debian bookworm/main arm64 libsub-identify-perl arm64 0.14-3 [10.9 kB] #13 6.796 Get:308 http://deb.debian.org/debian bookworm/main arm64 libsub-name-perl arm64 0.26-2+b1 [12.4 kB] #13 6.797 Get:309 http://deb.debian.org/debian bookworm/main arm64 libnamespace-clean-perl all 0.27-2 [17.8 kB] #13 6.798 Get:310 http://deb.debian.org/debian bookworm/main arm64 libpath-tiny-perl all 0.144-1 [56.4 kB] #13 6.836 Get:311 http://deb.debian.org/debian bookworm/main arm64 libstrictures-perl all 2.000006-1 [18.6 kB] #13 6.838 Get:312 http://deb.debian.org/debian bookworm/main arm64 libtype-tiny-perl all 2.002001-1 [377 kB] #13 6.848 Get:313 http://deb.debian.org/debian bookworm/main arm64 libgitlab-api-v4-perl all 0.26-3 [88.2 kB] #13 6.850 Get:314 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB] #13 6.856 Get:315 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB] #13 6.866 Get:316 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB] #13 6.866 Get:317 http://deb.debian.org/debian bookworm/main arm64 libhtml-form-perl all 6.11-1 [33.1 kB] #13 6.866 Get:318 http://deb.debian.org/debian bookworm/main arm64 libhtml-format-perl all 2.16-2 [38.8 kB] #13 6.867 Get:319 http://deb.debian.org/debian bookworm/main arm64 libhtml-html5-entities-perl all 0.004-3 [21.0 kB] #13 6.867 Get:320 http://deb.debian.org/debian bookworm/main arm64 libhtml-tokeparser-simple-perl all 3.16-4 [39.1 kB] #13 6.868 Get:321 http://deb.debian.org/debian bookworm/main arm64 libhttp-daemon-perl all 6.16-1 [23.5 kB] #13 6.869 Get:322 http://deb.debian.org/debian bookworm/main arm64 libio-interactive-perl all 1.023-2 [11.0 kB] #13 6.869 Get:323 http://deb.debian.org/debian bookworm/main arm64 libio-sessiondata-perl all 1.03-3 [6316 B] #13 6.870 Get:324 http://deb.debian.org/debian bookworm/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB] #13 6.871 Get:325 http://deb.debian.org/debian bookworm/main arm64 libipc-run3-perl all 0.048-3 [33.2 kB] #13 6.871 Get:326 http://deb.debian.org/debian bookworm/main arm64 libtypes-serialiser-perl all 1.01-1 [12.2 kB] #13 6.872 Get:327 http://deb.debian.org/debian bookworm/main arm64 libjson-xs-perl arm64 4.030-2+b1 [90.7 kB] #13 6.874 Get:328 http://deb.debian.org/debian bookworm/main arm64 libjson-maybexs-perl all 1.004004-1 [13.3 kB] #13 6.874 Get:329 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] #13 6.876 Get:330 http://deb.debian.org/debian bookworm/main arm64 liblist-compare-perl all 0.55-2 [65.7 kB] #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 2.8s done #10 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba done #10 DONE 9.1s #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 6.878 Get:331 http://deb.debian.org/debian bookworm/main arm64 liblist-someutils-perl all 0.59-1 [37.1 kB] #13 6.880 Get:332 http://deb.debian.org/debian bookworm/main arm64 liblist-someutils-xs-perl arm64 0.58-3 [31.1 kB] #13 6.880 Get:333 http://deb.debian.org/debian bookworm/main arm64 liblist-utilsby-perl all 0.12-2 [15.5 kB] #13 6.882 Get:334 http://deb.debian.org/debian bookworm/main arm64 libltdl7 arm64 2.4.7-5 [392 kB] #13 6.887 Get:335 http://deb.debian.org/debian bookworm/main arm64 libltdl-dev arm64 2.4.7-5 [165 kB] #13 6.888 Get:336 http://deb.debian.org/debian bookworm/main arm64 liblz1 arm64 1.13-5 [38.9 kB] #13 6.890 Get:337 http://deb.debian.org/debian bookworm/main arm64 liblzo2-2 arm64 2.10-2 [51.8 kB] #13 6.890 Get:338 http://deb.debian.org/debian bookworm/main arm64 libsys-hostname-long-perl all 1.5-3 [11.6 kB] #13 6.890 Get:339 http://deb.debian.org/debian bookworm/main arm64 libmail-sendmail-perl all 0.80-3 [24.3 kB] #13 6.891 Get:340 http://deb.debian.org/debian bookworm/main arm64 libnet-smtp-ssl-perl all 1.04-2 [6548 B] #13 6.891 Get:341 http://deb.debian.org/debian bookworm/main arm64 libmailtools-perl all 2.21-2 [95.6 kB] #13 6.892 Get:342 http://deb.debian.org/debian bookworm/main arm64 libmarkdown2 arm64 2.2.7-2 [34.1 kB] #13 6.893 Get:343 http://deb.debian.org/debian bookworm/main arm64 libmath-base85-perl all 0.5+dfsg-2 [6684 B] #13 6.894 Get:344 http://deb.debian.org/debian bookworm/main arm64 libmime-tools-perl all 5.510-1 [213 kB] #13 6.896 Get:345 http://deb.debian.org/debian bookworm/main arm64 libmldbm-perl all 2.05-4 [16.8 kB] #13 6.897 Get:346 http://deb.debian.org/debian bookworm/main arm64 libmoox-aliases-perl all 0.001006-2 [7156 B] #13 6.908 Get:347 http://deb.debian.org/debian bookworm/main arm64 libmouse-perl arm64 2.5.10-1+b3 [167 kB] #13 6.909 Get:348 http://deb.debian.org/debian bookworm/main arm64 libpackage-stash-xs-perl arm64 0.30-1+b1 [18.8 kB] #13 6.910 Get:349 http://deb.debian.org/debian bookworm/main arm64 libpath-iterator-rule-perl all 1.015-2 [41.7 kB] #13 6.911 Get:350 http://deb.debian.org/debian bookworm/main arm64 libperlio-gzip-perl arm64 0.20-1+b1 [17.1 kB] #13 6.918 Get:351 http://deb.debian.org/debian bookworm/main arm64 libperlio-utf8-strict-perl arm64 0.010-1 [11.2 kB] #13 6.920 Get:352 http://deb.debian.org/debian bookworm/main arm64 libpod-parser-perl all 1.65-1 [96.3 kB] #13 6.923 Get:353 http://deb.debian.org/debian bookworm/main arm64 libpod-constants-perl all 0.19-2 [17.3 kB] #13 6.924 Get:354 http://deb.debian.org/debian bookworm/main arm64 libproc-processtable-perl arm64 0.634-1+b2 [42.4 kB] #13 6.926 Get:355 http://deb.debian.org/debian bookworm/main arm64 libre2-9 arm64 20220601+dfsg-1+b1 [156 kB] #13 6.928 Get:356 http://deb.debian.org/debian bookworm/main arm64 libre-engine-re2-perl arm64 0.17+ds-1 [18.4 kB] #13 6.930 Get:357 http://deb.debian.org/debian bookworm/main arm64 libreadonly-perl all 2.050-3 [23.1 kB] #13 6.930 Get:358 http://deb.debian.org/debian bookworm/main arm64 libref-util-perl all 0.204-2 [17.4 kB] #13 6.932 Get:359 http://deb.debian.org/debian bookworm/main arm64 libref-util-xs-perl arm64 0.117-2+b1 [13.8 kB] #13 6.933 Get:360 http://deb.debian.org/debian bookworm/main arm64 libregexp-pattern-license-perl all 3.9.4-3 [93.3 kB] #13 6.935 Get:361 http://deb.debian.org/debian bookworm/main arm64 libregexp-pattern-perl all 0.2.14-2 [18.7 kB] #13 6.936 Get:362 http://deb.debian.org/debian bookworm/main arm64 libregexp-wildcards-perl all 1.05-3 [14.1 kB] #13 6.937 Get:363 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] #13 6.938 Get:364 http://deb.debian.org/debian bookworm/main arm64 libsereal-decoder-perl arm64 5.003+ds-1 [95.6 kB] #13 6.939 Get:365 http://deb.debian.org/debian bookworm/main arm64 libsereal-encoder-perl arm64 5.003+ds-1 [97.1 kB] #13 6.941 Get:366 http://deb.debian.org/debian bookworm/main arm64 libset-intspan-perl all 1.19-3 [25.3 kB] #13 6.943 Get:367 http://deb.debian.org/debian bookworm/main arm64 libtask-weaken-perl all 1.06-2 [9364 B] #13 6.945 Get:368 http://deb.debian.org/debian bookworm/main arm64 libxml-parser-perl arm64 2.46-4 [198 kB] #13 6.947 Get:369 http://deb.debian.org/debian bookworm/main arm64 libsoap-lite-perl all 1.27-3 [239 kB] #13 6.948 Get:370 http://deb.debian.org/debian bookworm/main arm64 libsocket6-perl arm64 0.29-3 [21.3 kB] #13 6.950 Get:371 http://deb.debian.org/debian bookworm/main arm64 libstring-copyright-perl all 0.003014-1 [23.4 kB] #13 6.950 Get:372 http://deb.debian.org/debian bookworm/main arm64 libstring-escape-perl all 2010.002-3 [18.7 kB] #13 6.952 Get:373 http://deb.debian.org/debian bookworm/main arm64 libstring-license-perl all 0.0.2-1 [34.3 kB] #13 6.953 Get:374 http://deb.debian.org/debian bookworm/main arm64 libstring-shellquote-perl all 1.04-3 [11.9 kB] #13 6.954 Get:375 http://deb.debian.org/debian bookworm/main arm64 libsys-cpuaffinity-perl arm64 1.13~03-2+b1 [33.2 kB] #13 6.957 Get:376 http://deb.debian.org/debian bookworm/main arm64 libterm-readkey-perl arm64 2.38-2+b1 [24.1 kB] #13 6.958 Get:377 http://deb.debian.org/debian bookworm/main arm64 libtext-levenshteinxs-perl arm64 0.03-5+b1 [8396 B] #13 6.959 Get:378 http://deb.debian.org/debian bookworm/main arm64 libtext-markdown-discount-perl arm64 0.16-1 [13.0 kB] #13 6.960 Get:379 http://deb.debian.org/debian bookworm/main arm64 libtext-xslate-perl arm64 3.5.9-1+b2 [196 kB] #13 6.962 Get:380 http://deb.debian.org/debian bookworm/main arm64 libtime-duration-perl all 1.21-2 [13.1 kB] #13 6.963 Get:381 http://deb.debian.org/debian bookworm/main arm64 libtime-moment-perl arm64 0.44-2+b1 [72.2 kB] #13 6.964 Get:382 http://deb.debian.org/debian bookworm/main arm64 libtype-tiny-xs-perl arm64 0.025-1 [25.6 kB] #13 6.966 Get:383 http://deb.debian.org/debian bookworm/main arm64 libunicode-utf8-perl arm64 0.62-2 [19.9 kB] #13 6.978 Get:384 http://deb.debian.org/debian bookworm/main arm64 libwww-mechanize-perl all 2.16-1 [116 kB] #13 6.980 Get:385 http://deb.debian.org/debian bookworm/main arm64 libxdelta2 arm64 1.1.3-10.4 [47.4 kB] #13 6.981 Get:386 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] #13 6.983 Get:387 http://deb.debian.org/debian bookworm/main arm64 libxml-namespacesupport-perl all 1.12-2 [15.1 kB] #13 6.992 Get:388 http://deb.debian.org/debian bookworm/main arm64 libxml-sax-base-perl all 1.09-3 [20.6 kB] #13 6.995 Get:389 http://deb.debian.org/debian bookworm/main arm64 libxml-sax-perl all 1.02+dfsg-3 [59.4 kB] #13 7.019 Get:390 http://deb.debian.org/debian bookworm/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1+b1 [309 kB] #13 7.021 Get:391 http://deb.debian.org/debian bookworm/main arm64 libxml-sax-expat-perl all 0.51-2 [11.1 kB] #13 7.024 Get:392 http://deb.debian.org/debian bookworm/main arm64 libxmlrpc-lite-perl all 0.717-5 [22.4 kB] #13 7.025 Get:393 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] #13 7.026 Get:394 http://deb.debian.org/debian bookworm/main arm64 libxstring-perl arm64 0.005-2+b1 [8324 B] #13 7.027 Get:395 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB] #13 7.030 Get:396 http://deb.debian.org/debian bookworm/main arm64 libyaml-libyaml-perl arm64 0.86+ds-1 [32.8 kB] #13 7.031 Get:397 http://deb.debian.org/debian bookworm/main arm64 licensecheck all 3.3.5-1 [49.8 kB] #13 7.094 Get:398 http://deb.debian.org/debian bookworm/main arm64 plzip arm64 1.10-5 [58.0 kB] #10 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 done #13 10.34 Selecting previously unselected package libpython3.7-minimal:amd64. #13 10.34 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u6_amd64.deb ... #13 10.35 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u6) ... #15 3.723 Setting up libmagic1:amd64 (1:5.44-3) ... #15 3.744 Setting up file (1:5.44-3) ... #15 3.753 Processing triggers for libc-bin (2.36-9+deb12u3) ... #15 DONE 4.0s #13 11.37 Setting up python3.11-minimal (3.11.2-6) ... #10 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 0.963 Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB] #13 0.987 Get:2 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB] #13 1.338 Get:3 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB] #13 1.446 Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [400 kB] #13 3.591 Get:5 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB] #13 3.591 Get:6 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B] #13 3.591 Get:7 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B] #13 3.591 Get:8 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [135 kB] #13 4.761 Fetched 19.0 MB in 4s (4297 kB/s) #13 4.761 Reading package lists... #13 6.031 Reading package lists... #13 7.305 Building dependency tree... #13 7.497 Reading state information... #13 7.761 The following additional packages will be installed: #13 7.761 autoconf automake autopoint autotools-dev binutils #13 7.761 binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8 #13 7.761 debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file #13 7.761 gcc gcc-8 gettext gettext-base git-man groff-base intltool-debian #13 7.761 libarchive-zip-perl libasan5 libatomic1 libb-hooks-op-check-perl libbinutils #13 7.761 libbsd0 libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl #13 7.761 libcroco3 libcurl3-gnutls libcurl4 libdebhelper-perl #13 7.761 libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl #13 7.761 libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl #13 7.761 libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl #13 7.761 libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev #13 7.761 libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl #13 7.761 libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl #13 7.761 libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl #13 7.761 libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl #13 7.761 libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc #13 7.761 libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6 #13 7.761 libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0 #13 7.761 libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal #13 7.761 libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl #13 7.761 libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl #13 7.761 libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl #13 7.761 libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db #13 7.761 mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults #13 7.761 po-debconf python3 python3-minimal python3.7 python3.7-minimal #13 7.761 sensible-utils wdiff xz-utils #13 7.761 Suggested packages: #13 7.761 autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican #13 7.761 | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales dh-make adequate #13 7.761 autopkgtest bls-standalone bsd-mailx | mailx build-essential #13 7.761 check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs #13 7.761 dose-extra duck faketime gnuplot how-can-i-help libauthen-sasl-perl #13 7.761 libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #13 7.761 libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt #13 7.761 ratt reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib #13 7.761 manpages-dev flex bison gdb gcc-doc gcc-8-doc libgcc1-dbg libgomp1-dbg #13 7.761 libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg #13 7.761 libubsan1-dbg libmpx2-dbg libquadmath0-dbg gettext-doc libasprintf-dev #13 7.761 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el #13 7.761 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc #13 7.761 libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl #13 7.761 libscalar-number-perl libbareword-filehandles-perl libindirect-perl #13 7.761 libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk #13 7.761 libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed #13 7.761 diffutils-doc perl-doc libterm-readline-gnu-perl #13 7.761 | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl #13 7.761 libmail-box-perl python3-doc python3-tk python3-venv python3.7-venv #13 7.761 python3.7-doc binfmt-support wdiff-doc #13 7.761 Recommended packages: #13 7.761 at dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl #13 7.761 libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl #13 7.761 licensecheck lintian python3-apt python3-debian python3-magic #13 7.761 python3-requests python3-unidiff python3-xdg strace unzip debian-keyring #13 7.761 libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client #13 7.761 manpages manpages-dev libfile-fcntllock-perl libarchive-cpio-perl #13 7.761 libglib2.0-data shared-mime-info xdg-user-dirs libhtml-format-perl #13 7.761 libclass-xsaccessor-perl libsub-name-perl libltdl-dev libdata-dump-perl #13 7.761 libhtml-form-perl libhttp-daemon-perl libmailtools-perl #13 7.761 libmail-sendmail-perl #13 9.389 The following NEW packages will be installed: #13 9.389 autoconf automake autopoint autotools-dev binutils #13 9.389 binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8 #13 9.389 debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz #13 9.389 equivs fakeroot file gcc gcc-8 gettext gettext-base git git-man groff-base #13 9.389 intltool-debian libarchive-zip-perl libasan5 libatomic1 #13 9.389 libb-hooks-op-check-perl libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 #13 9.389 libclass-method-modifiers-perl libcroco3 libcurl3-gnutls libdebhelper-perl #13 9.389 libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl #13 9.389 libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl #13 9.389 libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl #13 9.389 libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev #13 9.389 libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl #13 9.389 libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl #13 9.389 libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl #13 9.389 libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl #13 9.389 libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc #13 9.393 libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6 #13 9.393 libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0 #13 9.393 libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal #13 9.393 libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl #13 9.393 libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl #13 9.393 libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl #13 9.393 libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db #13 9.393 mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults #13 9.393 po-debconf python3 python3-minimal python3.7 python3.7-minimal #13 9.393 sensible-utils wdiff xz-utils #13 9.393 The following packages will be upgraded: #13 9.393 curl libc6 libcurl4 #13 7.176 Get:362 http://deb.debian.org/debian buster/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB] #13 7.335 debconf: delaying package configuration, since apt-utils is not installed #13 7.361 Fetched 162 MB in 2s (74.3 MB/s) #13 7.377 Selecting previously unselected package sensible-utils. #13 7.377 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6679 files and directories currently installed.) #13 7.381 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ... #13 7.385 Unpacking sensible-utils (0.0.12) ... #13 7.546 Selecting previously unselected package lsb-base. #14 5.738 ca-certificates cpp cpp-9 curl dctrl-tools debhelper devscripts #14 5.738 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #14 5.738 dpkg-dev dput dwz equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base #14 5.738 gettext gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent #14 5.738 gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian #14 5.739 iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl #14 5.739 libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl #14 5.739 libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal #14 5.739 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl #14 5.739 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #14 5.739 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0 #14 5.739 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #14 5.739 libcommon-sense-perl libconst-fast-perl libcontextual-return-perl #14 5.739 libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0 #14 5.739 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl #14 5.739 libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl #14 5.739 libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl #14 5.739 libdpkg-perl libdynaloader-functions-perl libedit2 libelf1 #14 5.739 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1 #14 5.739 libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl #14 5.739 libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl #14 5.739 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #14 5.739 libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl #14 5.739 libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl #14 5.739 libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data #14 5.739 libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal #14 5.739 libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal #14 5.739 libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl #14 5.739 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl #14 5.739 libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #14 5.739 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #14 5.739 libhx509-5-heimdal libicu66 libidn11 libimport-into-perl #14 5.739 libio-async-loop-epoll-perl libio-async-perl libio-html-perl #14 5.739 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 5.739 libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22 #14 5.739 libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 #14 5.739 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 #14 5.739 libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl #14 5.739 liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl #14 5.739 liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl #14 5.739 liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #14 5.739 liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl #14 5.739 libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl #14 5.739 libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 #14 5.739 libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl #14 5.739 libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl #14 5.739 libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 #14 5.739 libnumber-compare-perl libnumber-range-perl libobject-id-perl #14 5.739 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 5.739 libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl #14 5.739 libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl #14 5.739 libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib #14 5.739 libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5 #14 5.739 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #14 5.739 libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal #14 5.739 librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #14 5.739 libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2 #14 5.739 libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1 #14 5.739 libstdc++-9-dev libstrictures-perl libstring-copyright-perl #14 5.739 libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl #14 5.739 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #14 5.739 libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl #14 5.739 libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl #14 5.739 libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl #14 5.739 libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl #14 5.739 libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0 #14 5.739 libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl #14 5.739 libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data #14 5.739 libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 5.739 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 5.739 libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1 #14 5.740 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev #14 5.740 lsb-release m4 make man-db manpages manpages-dev mime-support netbase #14 5.740 openssh-client openssl patch patchutils perl perl-modules-5.30 #14 5.740 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 5.740 python-apt-common python3 python3-apt python3-certifi python3-chardet #14 5.740 python3-debian python3-gpg python3-idna python3-magic python3-minimal #14 5.740 python3-pkg-resources python3-requests python3-six python3-unidiff #14 5.740 python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common #14 5.740 shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs #14 5.740 xz-utils #13 14.70 Selecting previously unselected package ca-certificates. #13 14.70 Preparing to unpack .../006-ca-certificates_20230311_all.deb ... #13 14.72 Unpacking ca-certificates (20230311) ... #13 14.81 Selecting previously unselected package libmagic-mgc. #13 14.81 Preparing to unpack .../007-libmagic-mgc_1%3a5.44-3_armhf.deb ... #13 14.81 Unpacking libmagic-mgc (1:5.44-3) ... #13 14.94 Selecting previously unselected package libmagic1:armhf. #13 14.94 Preparing to unpack .../008-libmagic1_1%3a5.44-3_armhf.deb ... #14 9.208 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.9 [387 kB] #13 7.097 Get:399 http://deb.debian.org/debian bookworm/main arm64 lzop arm64 1.04-2 [82.8 kB] #13 7.098 Get:400 http://deb.debian.org/debian bookworm/main arm64 t1utils arm64 1.41-4 [59.8 kB] #13 7.101 Get:401 http://deb.debian.org/debian bookworm/main arm64 unzip arm64 6.0-28 [157 kB] #13 7.102 Get:402 http://deb.debian.org/debian bookworm/main arm64 lintian all 2.116.3 [1130 kB] #13 7.108 Get:403 http://deb.debian.org/debian bookworm/main arm64 lsb-release all 12.0-1 [6416 B] #13 7.108 Get:404 http://deb.debian.org/debian bookworm/main arm64 manpages-dev all 6.03-2 [2030 kB] #13 7.118 Get:405 http://deb.debian.org/debian bookworm/main arm64 pbzip2 arm64 1.1.13-1 [43.5 kB] #13 7.118 Get:406 http://deb.debian.org/debian bookworm/main arm64 pixz arm64 1.0.7-2 [20.4 kB] #13 7.119 Get:407 http://deb.debian.org/debian bookworm/main arm64 xdelta arm64 1.1.3-10.4 [27.4 kB] #13 7.119 Get:408 http://deb.debian.org/debian bookworm/main arm64 xdelta3 arm64 3.0.11-dfsg-1.2 [66.0 kB] #13 7.120 Get:409 http://deb.debian.org/debian bookworm/main arm64 pristine-tar arm64 1.50 [110 kB] #13 7.120 Get:410 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] #13 7.121 Get:411 http://deb.debian.org/debian bookworm/main arm64 python-apt-common all 2.6.0 [64.3 kB] #13 7.122 Get:412 http://deb.debian.org/debian bookworm/main arm64 python3-apt arm64 2.6.0 [152 kB] #13 7.128 Get:413 http://deb.debian.org/debian bookworm/main arm64 python3-certifi all 2022.9.24-1 [153 kB] #13 7.133 Get:414 http://deb.debian.org/debian bookworm/main arm64 python3-charset-normalizer all 3.0.1-2 [49.3 kB] #13 7.138 Get:415 http://deb.debian.org/debian bookworm/main arm64 python3-idna all 3.3-1 [39.4 kB] #13 7.141 Get:416 http://deb.debian.org/debian bookworm/main arm64 python3-magic all 2:0.4.26-3 [14.5 kB] #13 7.142 Get:417 http://deb.debian.org/debian bookworm/main arm64 python3-six all 1.16.0-4 [17.5 kB] #13 7.143 Get:418 http://deb.debian.org/debian bookworm/main arm64 python3-urllib3 all 1.26.12-1 [117 kB] #13 7.145 Get:419 http://deb.debian.org/debian bookworm/main arm64 python3-requests all 2.28.1+dfsg-1 [67.9 kB] #13 7.146 Get:420 http://deb.debian.org/debian bookworm/main arm64 python3-unidiff all 0.7.3-1 [11.7 kB] #13 7.147 Get:421 http://deb.debian.org/debian bookworm/main arm64 shared-mime-info arm64 2.2-1 [727 kB] #13 7.151 Get:422 http://deb.debian.org/debian bookworm/main arm64 strace arm64 6.1-0.1 [1193 kB] #13 7.157 Get:423 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] #13 7.157 Get:424 http://deb.debian.org/debian bookworm/main arm64 xdg-user-dirs arm64 0.18-1 [54.2 kB] #13 7.157 Get:425 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB] #13 7.334 debconf: delaying package configuration, since apt-utils is not installed #10 DONE 12.2s #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 7.839 Get:115 http://deb.debian.org/debian bullseye/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB] #13 7.843 Get:116 http://deb.debian.org/debian bullseye/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB] #13 7.846 Get:117 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB] #13 7.850 Get:118 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2+deb11u2 [548 kB] #13 7.853 Get:119 http://deb.debian.org/debian bullseye/main amd64 libksba8 amd64 1.5.0-3+deb11u2 [123 kB] #13 7.855 Get:120 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB] #13 7.856 Get:121 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2+deb11u2 [763 kB] #13 7.861 Get:122 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB] #13 7.883 Get:123 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2+deb11u2 [905 kB] #13 7.896 Get:124 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2+deb11u2 [928 kB] #13 7.905 Get:125 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB] #13 7.905 Get:126 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2+deb11u2 [669 kB] #13 7.916 Get:127 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2+deb11u2 [524 kB] #13 7.922 Get:128 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2+deb11u2 [516 kB] #13 7.931 Get:129 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2+deb11u2 [645 kB] #13 7.936 Get:130 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2+deb11u2 [825 kB] #13 7.947 Get:131 http://deb.debian.org/debian bullseye/main amd64 libfile-dirlist-perl all 0.05-2 [7444 B] #13 7.947 Get:132 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] #13 7.947 Get:133 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] #13 7.948 Get:134 http://deb.debian.org/debian bullseye/main amd64 libfile-touch-perl all 0.11-1 [9254 B] #13 7.948 Get:135 http://deb.debian.org/debian bullseye/main amd64 libio-pty-perl amd64 1:1.15-2 [37.0 kB] #13 7.948 Get:136 http://deb.debian.org/debian bullseye/main amd64 libipc-run-perl all 20200505.0-1 [102 kB] #13 7.949 Get:137 http://deb.debian.org/debian bullseye/main amd64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB] #13 7.950 Get:138 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b3 [11.3 kB] #13 7.951 Get:139 http://deb.debian.org/debian bullseye/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB] #13 7.951 Get:140 http://deb.debian.org/debian bullseye/main amd64 libdevel-callchecker-perl amd64 0.008-1+b2 [15.9 kB] #13 7.951 Get:141 http://deb.debian.org/debian bullseye/main amd64 libparams-classify-perl amd64 0.015-1+b3 [25.7 kB] #13 7.952 Get:142 http://deb.debian.org/debian bullseye/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB] #13 7.953 Get:143 http://deb.debian.org/debian bullseye/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB] #13 7.953 Get:144 http://deb.debian.org/debian bullseye/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB] #13 7.953 Get:145 http://deb.debian.org/debian bullseye/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB] #13 7.953 Get:146 http://deb.debian.org/debian bullseye/main amd64 libsub-quote-perl all 2.006006-1 [21.0 kB] #13 7.954 Get:147 http://deb.debian.org/debian bullseye/main amd64 libmoo-perl all 2.004004-1 [59.9 kB] #13 7.955 Get:148 http://deb.debian.org/debian bullseye/main amd64 libencode-locale-perl all 1.05-1.1 [13.2 kB] #13 7.955 Get:149 http://deb.debian.org/debian bullseye/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB] #13 7.956 Get:150 http://deb.debian.org/debian bullseye/main amd64 libhttp-date-perl all 6.05-1 [10.4 kB] #13 7.956 Get:151 http://deb.debian.org/debian bullseye/main amd64 libfile-listing-perl all 6.14-1 [12.4 kB] #13 7.956 Get:152 http://deb.debian.org/debian bullseye/main amd64 libhtml-tagset-perl all 3.20-4 [13.0 kB] #13 7.957 Get:153 http://deb.debian.org/debian bullseye/main amd64 liburi-perl all 5.08-1 [90.6 kB] #13 7.958 Get:154 http://deb.debian.org/debian bullseye/main amd64 libhtml-parser-perl amd64 3.75-1+b1 [105 kB] #13 7.959 Get:155 http://deb.debian.org/debian bullseye/main amd64 libhtml-tree-perl all 5.07-2 [213 kB] #13 7.961 Get:156 http://deb.debian.org/debian bullseye/main amd64 libio-html-perl all 1.004-2 [16.1 kB] #13 7.962 Get:157 http://deb.debian.org/debian bullseye/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB] #13 7.962 Get:158 http://deb.debian.org/debian bullseye/main amd64 libhttp-message-perl all 6.28-1 [79.6 kB] #13 7.964 Get:159 http://deb.debian.org/debian bullseye/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB] #13 7.964 Get:160 http://deb.debian.org/debian bullseye/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB] #13 7.964 Get:161 http://deb.debian.org/debian bullseye/main amd64 perl-openssl-defaults amd64 5 [7360 B] #13 7.965 Get:162 http://deb.debian.org/debian bullseye/main amd64 libnet-ssleay-perl amd64 1.88-3+b1 [321 kB] #13 7.974 Get:163 http://deb.debian.org/debian bullseye/main amd64 libio-socket-ssl-perl all 2.069-1 [215 kB] #13 7.976 Get:164 http://deb.debian.org/debian bullseye/main amd64 libnet-http-perl all 6.20-1 [25.1 kB] #13 7.976 Get:165 http://deb.debian.org/debian bullseye/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB] #13 7.976 Get:166 http://deb.debian.org/debian bullseye/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB] #13 7.976 Get:167 http://deb.debian.org/debian bullseye/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB] #13 7.977 Get:168 http://deb.debian.org/debian bullseye/main amd64 libwww-perl all 6.52-1 [192 kB] #13 7.978 Get:169 http://deb.debian.org/debian bullseye/main amd64 patchutils amd64 0.4.2-1 [77.5 kB] #13 7.979 Get:170 http://deb.debian.org/debian bullseye/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB] #13 7.980 Get:171 http://deb.debian.org/debian bullseye/main amd64 devscripts amd64 2.21.3+deb11u1 [1093 kB] #13 7.988 Get:172 http://deb.debian.org/debian bullseye/main amd64 diffstat amd64 1.64-1 [36.6 kB] #13 7.988 Get:173 http://deb.debian.org/debian bullseye/main amd64 distro-info-data all 0.51+deb11u4 [8048 B] #13 7.991 Get:174 http://deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] #13 7.992 Get:175 http://deb.debian.org/debian bullseye/main amd64 python3-chardet all 4.0.0-1 [99.0 kB] #13 7.993 Get:176 http://deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] #13 7.994 Get:177 http://deb.debian.org/debian bullseye/main amd64 python3-debian all 0.1.39 [80.1 kB] #13 7.995 Get:178 http://deb.debian.org/debian bullseye/main amd64 libgpgme11 amd64 1.14.0-1+b2 [281 kB] #13 7.997 Get:179 http://deb.debian.org/debian bullseye/main amd64 python3-gpg amd64 1.14.0-1+b2 [334 kB] #13 8.001 Get:180 http://deb.debian.org/debian bullseye/main amd64 dput all 1.1.0 [56.5 kB] #13 8.001 Get:181 http://deb.debian.org/debian bullseye/main amd64 equivs all 2.3.1 [22.7 kB] #13 8.002 Get:182 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB] #13 8.032 Get:183 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB] #13 8.034 Get:184 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+deb11u11 [344 kB] #13 8.041 Get:185 http://deb.debian.org/debian bullseye/main amd64 liberror-perl all 0.17029-1 [31.0 kB] #13 8.042 Get:186 http://deb.debian.org/debian bullseye/main amd64 git-man all 1:2.30.2-1+deb11u2 [1828 kB] #13 8.067 Get:187 http://deb.debian.org/debian bullseye/main amd64 git amd64 1:2.30.2-1+deb11u2 [5518 kB] #13 8.147 Get:188 http://deb.debian.org/debian bullseye/main amd64 iso-codes all 4.6.0-1 [2824 kB] #13 8.192 Get:189 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB] #13 8.192 Get:190 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6+b1 [12.0 kB] #13 8.193 Get:191 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB] #13 8.193 Get:192 http://deb.debian.org/debian bullseye/main amd64 libaliased-perl all 0.34-1.1 [14.1 kB] #13 8.193 Get:193 http://deb.debian.org/debian bullseye/main amd64 libapt-pkg-perl amd64 0.1.39 [72.1 kB] #13 8.194 Get:194 http://deb.debian.org/debian bullseye/main amd64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB] #13 8.194 Get:195 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] #13 8.196 Get:196 http://deb.debian.org/debian bullseye/main amd64 libarray-intspan-perl all 2.004-1 [25.5 kB] #13 8.197 Get:197 http://deb.debian.org/debian bullseye/main amd64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB] #13 8.197 Get:198 http://deb.debian.org/debian bullseye/main amd64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB] #13 8.197 Get:199 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B] #13 8.198 Get:200 http://deb.debian.org/debian bullseye/main amd64 libvariable-magic-perl amd64 0.62-1+b3 [45.7 kB] #13 8.199 Get:201 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB] #13 8.199 Get:202 http://deb.debian.org/debian bullseye/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB] #13 8.201 Get:203 http://deb.debian.org/debian bullseye/main amd64 libfreetype6 amd64 2.10.4+dfsg-1+deb11u1 [418 kB] #13 8.204 Get:204 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB] #13 8.213 Get:205 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB] #13 8.215 Get:206 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB] #13 8.218 Get:207 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB] #13 8.221 Get:208 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1+deb11u2 [259 kB] #13 8.225 Get:209 http://deb.debian.org/debian-security bullseye-security/main amd64 libtiff5 amd64 4.2.0-1+deb11u5 [290 kB] #13 8.228 Get:210 http://deb.debian.org/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] #13 8.228 Get:211 http://deb.debian.org/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] #13 8.228 Get:212 http://deb.debian.org/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB] #13 8.229 Get:213 http://deb.debian.org/debian-security bullseye-security/main amd64 libx11-data all 2:1.7.2-1+deb11u2 [311 kB] #13 8.231 Get:214 http://deb.debian.org/debian-security bullseye-security/main amd64 libx11-6 amd64 2:1.7.2-1+deb11u2 [772 kB] #13 8.249 Get:215 http://deb.debian.org/debian-security bullseye-security/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb11u1 [50.0 kB] #13 8.250 Get:216 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB] #13 8.251 Get:217 http://deb.debian.org/debian-security bullseye-security/main amd64 libc-devtools amd64 2.31-13+deb11u7 [246 kB] #13 8.252 Get:218 http://deb.debian.org/debian bullseye/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB] #13 8.253 Get:219 http://deb.debian.org/debian bullseye/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B] #13 8.253 Get:220 http://deb.debian.org/debian bullseye/main amd64 libclass-inspector-perl all 1.36-1 [19.6 kB] #13 8.254 Get:221 http://deb.debian.org/debian bullseye/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b7 [38.1 kB] #13 8.255 Get:222 http://deb.debian.org/debian bullseye/main amd64 libclone-perl amd64 0.45-1+b1 [15.4 kB] #13 8.255 Get:223 http://deb.debian.org/debian bullseye/main amd64 libcommon-sense-perl amd64 3.75-1+b4 [24.6 kB] #13 8.258 Get:224 http://deb.debian.org/debian bullseye/main amd64 libconfig-tiny-perl all 2.26-1 [16.5 kB] #13 8.258 Get:225 http://deb.debian.org/debian bullseye/main amd64 libparams-util-perl amd64 1.102-1+b1 [25.6 kB] #13 8.259 Get:226 http://deb.debian.org/debian bullseye/main amd64 libsub-install-perl all 0.928-1.1 [10.8 kB] #13 8.261 Get:227 http://deb.debian.org/debian bullseye/main amd64 libdata-optlist-perl all 0.110-1.1 [10.8 kB] #13 8.262 Get:228 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB] #13 8.262 Get:229 http://deb.debian.org/debian bullseye/main amd64 libconst-fast-perl all 0.014-1.1 [8552 B] #13 8.264 Get:230 http://deb.debian.org/debian bullseye/main amd64 libwant-perl amd64 0.29-1+b6 [28.8 kB] #13 8.264 Get:231 http://deb.debian.org/debian bullseye/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB] #13 8.265 Get:232 http://deb.debian.org/debian bullseye/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB] #13 8.274 Get:233 http://deb.debian.org/debian bullseye/main amd64 libcpanel-json-xs-perl amd64 4.25-1+b1 [129 kB] #13 8.275 Get:234 http://deb.debian.org/debian bullseye/main amd64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB] #13 8.275 Get:235 http://deb.debian.org/debian bullseye/main amd64 libexception-class-perl all 1.44-1 [32.3 kB] #13 8.276 Get:236 http://deb.debian.org/debian bullseye/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB] #13 8.276 Get:237 http://deb.debian.org/debian bullseye/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB] #13 8.276 Get:238 http://deb.debian.org/debian bullseye/main amd64 libexporter-tiny-perl all 1.002002-1 [37.8 kB] #13 8.277 Get:239 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-xs-perl amd64 0.430-2 [40.9 kB] #13 8.277 Get:240 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-perl all 0.430-2 [46.9 kB] #13 8.277 Get:241 http://deb.debian.org/debian bullseye/main amd64 libdata-dpath-perl all 0.58-1 [43.5 kB] #13 8.278 Get:242 http://deb.debian.org/debian bullseye/main amd64 libdata-dump-perl all 1.23-1.1 [27.6 kB] #13 8.278 Get:243 http://deb.debian.org/debian bullseye/main amd64 libdata-messagepack-perl amd64 1.00-4+b1 [38.8 kB] #13 8.279 Get:244 http://deb.debian.org/debian bullseye/main amd64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB] #13 8.279 Get:245 http://deb.debian.org/debian bullseye/main amd64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB] #13 8.279 Get:246 http://deb.debian.org/debian bullseye/main amd64 libdevel-size-perl amd64 0.83-1+b2 [26.1 kB] #13 8.280 Get:247 http://deb.debian.org/debian bullseye/main amd64 libdistro-info-perl all 1.0 [7480 B] #13 8.280 Get:248 http://deb.debian.org/debian bullseye/main amd64 libemail-address-xs-perl amd64 1.04-1+b3 [28.0 kB] #13 8.280 Get:249 http://deb.debian.org/debian bullseye/main amd64 libfcgi0ldbl amd64 2.4.2-2 [26.1 kB] #13 8.282 Get:250 http://deb.debian.org/debian bullseye/main amd64 libfcgi-bin amd64 2.4.2-2 [12.9 kB] #13 8.283 Get:251 http://deb.debian.org/debian bullseye/main amd64 libfcgi-perl amd64 0.79+ds-2 [27.6 kB] #13 8.283 Get:252 http://deb.debian.org/debian bullseye/main amd64 libipc-system-simple-perl all 1.30-1 [28.2 kB] #13 8.284 Get:253 http://deb.debian.org/debian bullseye/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB] #13 8.284 Get:254 http://deb.debian.org/debian bullseye/main amd64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB] #13 8.285 Get:255 http://deb.debian.org/debian bullseye/main amd64 libfile-fcntllock-perl amd64 0.22-3+b7 [35.5 kB] #13 8.285 Get:256 http://deb.debian.org/debian bullseye/main amd64 libnumber-compare-perl all 0.03-1.1 [6956 B] #13 8.285 Get:257 http://deb.debian.org/debian bullseye/main amd64 libtext-glob-perl all 0.11-1 [8888 B] #13 8.286 Get:258 http://deb.debian.org/debian bullseye/main amd64 libfile-find-rule-perl all 0.34-1 [30.6 kB] #13 8.286 Get:259 http://deb.debian.org/debian bullseye/main amd64 libfont-afm-perl all 1.20-3 [14.0 kB] #13 8.286 Get:260 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] #13 8.287 Get:261 http://deb.debian.org/debian bullseye/main amd64 libfont-ttf-perl all 1.06-1.1 [318 kB] #13 8.289 Get:262 http://deb.debian.org/debian bullseye/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB] #13 8.290 Get:263 http://deb.debian.org/debian bullseye/main amd64 libparams-validate-perl amd64 1.30-1+b1 [68.2 kB] #13 8.291 Get:264 http://deb.debian.org/debian bullseye/main amd64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB] #13 8.291 Get:265 http://deb.debian.org/debian bullseye/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB] #13 8.292 Get:266 http://deb.debian.org/debian bullseye/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB] #13 8.293 Get:267 http://deb.debian.org/debian bullseye/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B] #13 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 3.2s done #13 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 #14 3.615 Get:13 http://ports.ubuntu.com/ubuntu-ports lunar-backports/universe arm64 Packages [4203 B] #14 3.615 Get:14 http://ports.ubuntu.com/ubuntu-ports lunar-security/restricted arm64 Packages [229 kB] #14 3.627 Get:15 http://ports.ubuntu.com/ubuntu-ports lunar-security/main arm64 Packages [406 kB] #14 3.649 Get:16 http://ports.ubuntu.com/ubuntu-ports lunar-security/multiverse arm64 Packages [4175 B] #14 3.649 Get:17 http://ports.ubuntu.com/ubuntu-ports lunar-security/universe arm64 Packages [898 kB] #14 3.766 Fetched 24.3 MB in 3s (7166 kB/s) #13 10.60 Selecting previously unselected package libexpat1:amd64. #13 10.60 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u6_amd64.deb ... #13 10.64 Unpacking libexpat1:amd64 (2.2.6-2+deb10u6) ... #13 10.79 Selecting previously unselected package python3.7-minimal. #16 [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.1" && /build/go-winres --help #13 10.02 3 upgraded, 125 newly installed, 0 to remove and 20 not upgraded. #13 10.02 Need to get 69.6 MB of archives. #13 10.02 After this operation, 272 MB of additional disk space will be used. #13 10.02 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [105 kB] #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #13 7.939 Selecting previously unselected package libgdbm-compat4:arm64. #13 7.941 Preparing to unpack .../07-libgdbm-compat4_1.19-2_arm64.deb ... #13 7.948 Unpacking libgdbm-compat4:arm64 (1.19-2) ... #13 8.037 Selecting previously unselected package libperl5.32:arm64. #13 8.039 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_arm64.deb ... #14 6.166 0 upgraded, 352 newly installed, 0 to remove and 8 not upgraded. #14 6.166 Need to get 98.0 MB of archives. #14 6.166 After this operation, 450 MB of additional disk space will be used. #14 6.166 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblocale-gettext-perl arm64 1.07-4 [16.7 kB] #14 2.409 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 Packages [1758 kB] #14 2.458 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [1234 kB] #14 2.520 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted arm64 Packages [1091 kB] #14 2.575 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse arm64 Packages [28.5 kB] #11 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 1.4s done #13 14.94 Unpacking libmagic1:armhf (1:5.44-3) ... #13 15.00 Selecting previously unselected package file. #13 15.00 Preparing to unpack .../009-file_1%3a5.44-3_armhf.deb ... #13 15.01 Unpacking file (1:5.44-3) ... #13 15.06 Selecting previously unselected package gettext-base. #13 15.06 Preparing to unpack .../010-gettext-base_0.21-12_armhf.deb ... #13 15.07 Unpacking gettext-base (0.21-12) ... #14 9.219 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] #14 9.219 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] #14 9.221 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] #14 9.222 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 bsdmainutils amd64 11.1.2ubuntu3 [181 kB] #14 9.228 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libuchardet0 amd64 0.0.6-3build1 [65.2 kB] #14 9.229 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 groff-base amd64 1.22.4-4build1 [847 kB] #14 9.255 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB] #14 9.256 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libpipeline1 amd64 1.5.2-2build1 [27.7 kB] #14 9.283 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 man-db amd64 2.9.1-1 [1112 kB] #14 9.471 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.5 [2739 kB] #12 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 2.6s done #12 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba #12 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba done #12 DONE 9.3s #13 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core #13 3.483 Fedora 39 - aarch64 28 MB/s | 86 MB 00:03 #13 7.365 Fetched 182 MB in 2s (89.4 MB/s) #13 7.381 Selecting previously unselected package perl-modules-5.36. #13 7.381 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6092 files and directories currently installed.) #13 7.386 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7+deb12u1_all.deb ... #13 7.389 Unpacking perl-modules-5.36 (5.36.0-7+deb12u1) ... #13 8.294 Get:268 http://deb.debian.org/debian bullseye/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB] #13 8.295 Get:269 http://deb.debian.org/debian bullseye/main amd64 libjson-perl all 4.03000-1 [88.6 kB] #13 8.296 Get:270 http://deb.debian.org/debian bullseye/main amd64 liblog-any-perl all 1.709-1 [73.5 kB] #13 8.308 Get:271 http://deb.debian.org/debian bullseye/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB] #13 8.308 Get:272 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-perl all 0.39-1 [21.9 kB] #13 8.309 Get:273 http://deb.debian.org/debian bullseye/main amd64 libsub-identify-perl amd64 0.14-1+b3 [12.0 kB] #13 8.309 Get:274 http://deb.debian.org/debian bullseye/main amd64 libsub-name-perl amd64 0.26-1+b1 [13.8 kB] #13 8.309 Get:275 http://deb.debian.org/debian bullseye/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB] #13 8.310 Get:276 http://deb.debian.org/debian bullseye/main amd64 libpath-tiny-perl all 0.118-1 [53.5 kB] #13 8.311 Get:277 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-perl all 1.012001-2 [351 kB] #13 8.315 Get:278 http://deb.debian.org/debian bullseye/main amd64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB] #13 8.317 Get:279 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-0 amd64 2.66.8-1 [1370 kB] #13 8.326 Get:280 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB] #13 8.361 Get:281 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] #13 8.361 Get:282 http://deb.debian.org/debian bullseye/main amd64 libhash-fieldhash-perl amd64 0.15-1+b3 [18.0 kB] #13 8.362 Get:283 http://deb.debian.org/debian bullseye/main amd64 libhtml-form-perl all 6.07-1 [22.9 kB] #13 8.363 Get:284 http://deb.debian.org/debian bullseye/main amd64 libhtml-format-perl all 2.12-1.1 [43.8 kB] #13 8.364 Get:285 http://deb.debian.org/debian bullseye/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB] #13 8.364 Get:286 http://deb.debian.org/debian bullseye/main amd64 libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB] #13 8.365 Get:287 http://deb.debian.org/debian bullseye/main amd64 libio-sessiondata-perl all 1.03-1.1 [5984 B] #13 8.365 Get:288 http://deb.debian.org/debian bullseye/main amd64 libipc-run3-perl all 0.048-2 [34.2 kB] #13 8.366 Get:289 http://deb.debian.org/debian bullseye/main amd64 libtypes-serialiser-perl all 1.01-1 [12.2 kB] #13 8.366 Get:290 http://deb.debian.org/debian bullseye/main amd64 libjson-xs-perl amd64 4.030-1+b1 [94.9 kB] #13 8.367 Get:291 http://deb.debian.org/debian bullseye/main amd64 libjson-maybexs-perl all 1.004003-1 [13.1 kB] #13 8.368 Get:292 http://deb.debian.org/debian bullseye/main amd64 libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB] #13 8.369 Get:293 http://deb.debian.org/debian bullseye/main amd64 liblist-compare-perl all 0.55-1 [66.9 kB] #13 8.370 Get:294 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-perl all 0.58-1 [36.5 kB] #13 8.371 Get:295 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-xs-perl amd64 0.58-2+b1 [33.3 kB] #13 8.372 Get:296 http://deb.debian.org/debian bullseye/main amd64 liblist-utilsby-perl all 0.11-1 [15.4 kB] #13 8.372 Get:297 http://deb.debian.org/debian bullseye/main amd64 libltdl7 amd64 2.4.6-15 [391 kB] #13 8.376 Get:298 http://deb.debian.org/debian bullseye/main amd64 libltdl-dev amd64 2.4.6-15 [162 kB] #13 8.379 Get:299 http://deb.debian.org/debian bullseye/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB] #13 8.379 Get:300 http://deb.debian.org/debian bullseye/main amd64 libsys-hostname-long-perl all 1.5-2 [11.8 kB] #13 8.380 Get:301 http://deb.debian.org/debian bullseye/main amd64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB] #13 8.380 Get:302 http://deb.debian.org/debian bullseye/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B] #13 8.381 Get:303 http://deb.debian.org/debian bullseye/main amd64 libmailtools-perl all 2.21-1 [95.5 kB] #13 8.392 Get:304 http://deb.debian.org/debian bullseye/main amd64 libmarkdown2 amd64 2.2.6-1 [36.8 kB] #13 8.392 Get:305 http://deb.debian.org/debian bullseye/main amd64 libmime-tools-perl all 5.509-1 [212 kB] #13 8.395 Get:306 http://deb.debian.org/debian bullseye/main amd64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB] #13 8.395 Get:307 http://deb.debian.org/debian bullseye/main amd64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB] #13 8.395 Get:308 http://deb.debian.org/debian bullseye/main amd64 libobject-id-perl all 0.1.2-2.1 [16.7 kB] #13 8.396 Get:309 http://deb.debian.org/debian bullseye/main amd64 libmoox-struct-perl all 0.020-1 [25.4 kB] #13 8.396 Get:310 http://deb.debian.org/debian bullseye/main amd64 libmouse-perl amd64 2.5.10-1+b1 [172 kB] #13 8.398 Get:311 http://deb.debian.org/debian bullseye/main amd64 libnumber-range-perl all 0.12-1.1 [8688 B] #13 8.398 Get:312 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b9 [37.9 kB] #13 8.399 Get:313 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b9 [28.8 kB] #13 8.400 Get:314 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-xs-perl amd64 0.29-1+b2 [20.2 kB] #13 8.400 Get:315 http://deb.debian.org/debian bullseye/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB] #13 8.401 Get:316 http://deb.debian.org/debian bullseye/main amd64 libperlio-gzip-perl amd64 0.19-1+b7 [17.4 kB] #13 8.402 Get:317 http://deb.debian.org/debian bullseye/main amd64 libpod-parser-perl all 1.63-2 [96.1 kB] #13 8.403 Get:318 http://deb.debian.org/debian bullseye/main amd64 libpod-constants-perl all 0.19-2 [17.3 kB] #13 8.404 Get:319 http://deb.debian.org/debian bullseye/main amd64 libproc-processtable-perl amd64 0.59-2+b1 [45.9 kB] #13 8.405 Get:320 http://deb.debian.org/debian bullseye/main amd64 libre2-9 amd64 20210201+dfsg-1 [170 kB] #13 8.407 Get:321 http://deb.debian.org/debian bullseye/main amd64 libre-engine-re2-perl amd64 0.14-1 [18.6 kB] #13 8.408 Get:322 http://deb.debian.org/debian bullseye/main amd64 libreadonly-perl all 2.050-3 [23.1 kB] #13 8.408 Get:323 http://deb.debian.org/debian bullseye/main amd64 libref-util-perl all 0.204-1 [17.1 kB] #13 8.408 Get:324 http://deb.debian.org/debian bullseye/main amd64 libref-util-xs-perl amd64 0.117-1+b3 [13.9 kB] #13 8.409 Get:325 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB] #13 8.410 Get:326 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB] #13 8.411 Get:327 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2.1+deb11u1 [104 kB] #13 8.413 Get:328 http://deb.debian.org/debian bullseye/main amd64 libsereal-decoder-perl amd64 4.018+ds-1+b1 [99.3 kB] #13 8.414 Get:329 http://deb.debian.org/debian bullseye/main amd64 libsereal-encoder-perl amd64 4.018+ds-1+b1 [103 kB] #13 8.420 Get:330 http://deb.debian.org/debian bullseye/main amd64 libtask-weaken-perl all 1.06-1 [9252 B] #13 8.421 Get:331 http://deb.debian.org/debian bullseye/main amd64 libxml-parser-perl amd64 2.46-2 [206 kB] #13 8.423 Get:332 http://deb.debian.org/debian bullseye/main amd64 libsoap-lite-perl all 1.27-1 [258 kB] #13 8.424 Get:333 http://deb.debian.org/debian bullseye/main amd64 libsort-key-perl amd64 1.33-2+b3 [37.1 kB] #13 8.426 Get:334 http://deb.debian.org/debian bullseye/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB] #13 8.427 Get:335 http://deb.debian.org/debian bullseye/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB] #13 8.428 Get:336 http://deb.debian.org/debian bullseye/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB] #13 8.431 Get:337 http://deb.debian.org/debian bullseye/main amd64 libsys-cpuaffinity-perl amd64 1.13~03-1 [33.9 kB] #13 8.433 Get:338 http://deb.debian.org/debian bullseye/main amd64 libterm-readkey-perl amd64 2.38-1+b2 [27.8 kB] #13 8.434 Get:339 http://deb.debian.org/debian bullseye/main amd64 libtext-levenshteinxs-perl amd64 0.03-4+b8 [8724 B] #13 8.434 Get:340 http://deb.debian.org/debian bullseye/main amd64 libtext-markdown-discount-perl amd64 0.12-1+b1 [13.0 kB] #13 8.436 Get:341 http://deb.debian.org/debian bullseye/main amd64 libtext-xslate-perl amd64 3.5.8-1+b1 [197 kB] #13 8.437 Get:342 http://deb.debian.org/debian bullseye/main amd64 libtime-duration-perl all 1.21-1 [13.7 kB] #13 8.437 Get:343 http://deb.debian.org/debian bullseye/main amd64 libtime-moment-perl amd64 0.44-1+b3 [75.8 kB] #13 8.438 Get:344 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-xs-perl amd64 0.022-1 [25.8 kB] #13 8.438 Get:345 http://deb.debian.org/debian bullseye/main amd64 libunicode-utf8-perl amd64 0.62-1+b2 [20.3 kB] #13 8.439 Get:346 http://deb.debian.org/debian bullseye/main amd64 libunwind8 amd64 1.3.2-2 [54.5 kB] #13 8.439 Get:347 http://deb.debian.org/debian bullseye/main amd64 libxdelta2 amd64 1.1.3-9.3 [48.2 kB] #13 8.440 Get:348 http://deb.debian.org/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB] #13 8.440 Get:349 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] #13 8.440 Get:350 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] #13 8.441 Get:351 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] #13 8.441 Get:352 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] #13 8.444 Get:353 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB] #13 8.446 Get:354 http://deb.debian.org/debian bullseye/main amd64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB] #13 8.447 Get:355 http://deb.debian.org/debian bullseye/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB] #13 8.448 Get:356 http://deb.debian.org/debian bullseye/main amd64 libyaml-0-2 amd64 0.2.2-1 [49.6 kB] #13 8.448 Get:357 http://deb.debian.org/debian bullseye/main amd64 libyaml-libyaml-perl amd64 0.82+repack-1+b1 [35.8 kB] #13 8.450 Get:358 http://deb.debian.org/debian bullseye/main amd64 licensecheck all 3.1.1-2 [50.0 kB] #13 8.450 Get:359 http://deb.debian.org/debian bullseye/main amd64 lzip amd64 1.22-3 [88.5 kB] #13 8.451 Get:360 http://deb.debian.org/debian bullseye/main amd64 lzop amd64 1.04-2 [84.2 kB] #13 8.452 Get:361 http://deb.debian.org/debian bullseye/main amd64 t1utils amd64 1.41-4 [62.1 kB] #13 8.452 Get:362 http://deb.debian.org/debian bullseye/main amd64 unzip amd64 6.0-26+deb11u1 [172 kB] #13 8.454 Get:363 http://deb.debian.org/debian bullseye/main amd64 lintian all 2.104.0 [1265 kB] #13 8.462 Get:364 http://deb.debian.org/debian bullseye/main amd64 lsb-release all 11.1.0 [27.9 kB] #13 8.462 Get:365 http://deb.debian.org/debian bullseye/main amd64 manpages-dev all 5.10-1 [2309 kB] #13 8.497 Get:366 http://deb.debian.org/debian bullseye/main amd64 pbzip2 amd64 1.1.13-1 [44.9 kB] #13 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 done #13 DONE 11.3s #12 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core #13 10.80 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u6_amd64.deb ... #13 10.82 Unpacking python3.7-minimal (3.7.3-2+deb10u6) ... #14 4.586 Reading package lists... #16 0.398 go: downloading github.com/tc-hib/go-winres v0.3.1 #13 8.069 Unpacking libperl5.32:arm64 (5.32.1-4+deb11u2) ... #14 6.316 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl1.1 arm64 1.1.1f-1ubuntu2.20 [1157 kB] #14 2.974 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [1409 kB] #11 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 #13 15.21 Selecting previously unselected package libuchardet0:armhf. #13 15.21 Preparing to unpack .../011-libuchardet0_0.0.7-1_armhf.deb ... #13 15.22 Unpacking libuchardet0:armhf (0.0.7-1) ... #13 15.31 Selecting previously unselected package groff-base. #13 15.31 Preparing to unpack .../012-groff-base_1.22.4-10_armhf.deb ... #13 15.32 Unpacking groff-base (1.22.4-10) ... #13 7.548 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ... #13 7.639 Unpacking lsb-base (10.2019051400) ... #13 7.921 Selecting previously unselected package cron. #13 7.922 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_arm64.deb ... #13 7.931 Unpacking cron (3.0pl1-134+deb10u1) ... #13 8.026 Selecting previously unselected package libbsd0:arm64. #13 8.028 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_arm64.deb ... #13 8.042 Unpacking libbsd0:arm64 (0.9.1-2+deb10u1) ... #13 8.120 Selecting previously unselected package bsdmainutils. #13 8.121 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_arm64.deb ... #13 8.127 Unpacking bsdmainutils (11.1.2+b1) ... #10 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 3.1s done #10 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 done #10 DONE 11.1s #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 0.756 Get:1 http://archive.ubuntu.com/ubuntu lunar InRelease [267 kB] #14 0.760 Get:2 http://security.ubuntu.com/ubuntu lunar-security InRelease [109 kB] #14 1.153 Get:3 http://security.ubuntu.com/ubuntu lunar-security/main amd64 Packages [429 kB] #14 1.159 Get:4 http://archive.ubuntu.com/ubuntu lunar-updates InRelease [109 kB] #14 1.253 Get:5 http://archive.ubuntu.com/ubuntu lunar-backports InRelease [99.9 kB] #14 1.346 Get:6 http://archive.ubuntu.com/ubuntu lunar/universe amd64 Packages [18.7 MB] #14 1.412 Get:7 http://security.ubuntu.com/ubuntu lunar-security/multiverse amd64 Packages [8195 B] #14 1.413 Get:8 http://security.ubuntu.com/ubuntu lunar-security/universe amd64 Packages [1015 kB] #14 1.540 Get:9 http://security.ubuntu.com/ubuntu lunar-security/restricted amd64 Packages [326 kB] #14 2.381 Get:10 http://archive.ubuntu.com/ubuntu lunar/main amd64 Packages [1797 kB] #14 2.433 Get:11 http://archive.ubuntu.com/ubuntu lunar/multiverse amd64 Packages [289 kB] #14 2.447 Get:12 http://archive.ubuntu.com/ubuntu lunar/restricted amd64 Packages [181 kB] #14 2.456 Get:13 http://archive.ubuntu.com/ubuntu lunar-updates/multiverse amd64 Packages [11.6 kB] #14 2.457 Get:14 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 Packages [531 kB] #14 2.479 Get:15 http://archive.ubuntu.com/ubuntu lunar-updates/restricted amd64 Packages [326 kB] #14 2.495 Get:16 http://archive.ubuntu.com/ubuntu lunar-updates/universe amd64 Packages [1118 kB] #14 2.944 Get:17 http://archive.ubuntu.com/ubuntu lunar-backports/universe amd64 Packages [4203 B] #14 3.594 Fetched 25.3 MB in 3s (7814 kB/s) #14 3.594 Reading package lists... #14 4.623 Reading package lists... #14 5.617 Building dependency tree... #14 5.815 Reading state information... #14 6.083 The following additional packages will be installed: #14 6.083 adduser autoconf automake autopoint autotools-dev binutils binutils-common #14 6.083 binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2 #14 6.083 ca-certificates cpp cpp-12 dctrl-tools debhelper debugedit dh-autoreconf #14 6.083 dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz #14 6.083 fakeroot file fontconfig-config fonts-dejavu-core g++ g++-12 gcc gcc-12 #14 6.083 gcc-12-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg #14 6.083 gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base #14 6.083 intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl #14 6.083 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl #14 6.083 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 6.083 libarray-intspan-perl libasan8 libassuan0 libatomic1 libauthen-sasl-perl #14 6.083 libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl #14 6.083 libbinutils libbrotli1 libbsd0 libc-bin libc-dev-bin libc-devtools libc6 #14 6.083 libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl #14 6.083 libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl #14 6.083 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 6.083 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 6.083 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 6.083 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 6.083 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 6.083 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 6.087 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 6.087 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 6.087 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 6.087 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 6.087 libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl libfido2-1 #14 6.087 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #14 6.087 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #14 6.087 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #14 6.087 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #14 6.087 libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4 #14 6.087 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 6.087 libgprofng0 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl #14 6.087 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 6.087 libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl #14 6.087 libhttp-daemon-perl libhttp-date-perl libhttp-message-perl #14 6.087 libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu72 #14 6.087 libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl #14 6.087 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 6.087 libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23 #14 6.087 libiterator-perl libiterator-util-perl libitm1 libjansson4 libjbig0 #14 6.087 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl #14 6.087 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common #14 6.087 libldap2 liblerc4 liblist-compare-perl liblist-someutils-perl #14 6.087 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 6.087 liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7 #14 6.087 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 6.087 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 6.087 libmath-base85-perl libmldbm-perl libmodule-implementation-perl #14 6.087 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #14 6.087 libmpc3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl #14 6.087 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #14 6.087 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #14 6.087 libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl #14 6.087 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 6.087 libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 #14 6.087 libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16 #14 6.087 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #14 6.087 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libquadmath0 #14 6.087 libre-engine-re2-perl libre2-10 libreadline8 libreadonly-perl #14 6.087 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #14 6.087 libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1 #14 6.087 libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #14 6.087 libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23 #14 6.087 libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev #14 6.087 libstrictures-perl libstring-copyright-perl libstring-escape-perl #14 6.087 libstring-license-perl libstring-shellquote-perl libsub-exporter-perl #14 6.087 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #14 6.087 libsub-name-perl libsub-override-perl libsub-quote-perl #14 6.087 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 6.087 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 6.087 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #14 6.087 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #14 6.087 libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl #14 6.087 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #14 6.087 libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #14 6.087 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #14 6.087 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 6.087 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 6.087 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 #14 6.087 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2 #14 6.087 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release #14 6.087 lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types #14 6.087 netbase openssh-client openssl patch patchutils perl perl-modules-5.36 #14 6.087 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 6.087 python-apt-common python3 python3-apt python3-bcrypt python3-certifi #14 6.087 python3-cffi-backend python3-chardet python3-cryptography python3-debian #14 6.087 python3-gpg python3-idna python3-magic python3-minimal python3-nacl #14 6.087 python3-paramiko python3-pkg-resources python3-requests python3-six #14 6.087 python3-unidiff python3-urllib3 python3-xdg python3.11 python3.11-minimal #14 6.087 readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils #14 6.087 zstd #14 6.087 Suggested packages: #14 6.087 cron ecryptfs-utils autoconf-archive gnu-standards autoconf-doc binutils-doc #14 6.087 bzip2-doc cpp-doc gcc-12-locales cpp-12-doc debtags dh-make adequate at #14 6.087 autopkgtest bls-standalone bsd-mailx | mailx check-all-the-things #14 6.087 cvs-buildpackage diffoscope disorderfs dose-extra duck elpa-devscripts #14 6.087 faketime gnuplot how-can-i-help libdbd-pg-perl libfile-desktopentry-perl #14 6.087 libterm-size-perl libyaml-syck-perl mmdebstrap mozilla-devscripts mutt #14 6.087 piuparts postgresql-client pristine-lfs quilt ratt reprotest #14 6.087 svn-buildpackage w3m debian-keyring libsoap-lite-perl pristine-tar #14 6.087 dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync #14 6.087 g++-multilib g++-12-multilib gcc-12-doc gcc-multilib flex bison gdb gcc-doc #14 6.087 gcc-12-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run #14 6.087 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs #14 6.087 git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery #14 6.087 libdigest-hmac-perl libgssapi-perl glibc-doc locales bzr libgd-tools #14 6.087 gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl #14 6.087 libscalar-number-perl libsasl2-modules-gssapi-mit #14 6.087 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #14 6.087 libsasl2-modules-sql libstdc++-12-doc libbareword-filehandles-perl #14 6.087 libmultidimensional-perl libxstring-perl gfortran | fortran95-compiler #14 6.087 gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libregexp-ipv6-perl #14 6.087 libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion #14 6.087 binutils-multiarch libtext-template-perl m4-doc make-doc apparmor #14 6.087 www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc #14 6.087 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl #14 6.087 libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc #14 6.087 python3-tk python3-venv python-apt-doc python-cryptography-doc #14 6.087 python3-cryptography-vectors python-nacl-doc python3-gssapi python3-invoke #14 6.087 python3-setuptools python3-openssl python3-socks python-requests-doc #14 6.087 python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc #14 6.087 binfmt-support readline-doc zip wdiff-doc #14 6.087 Recommended packages: #14 6.087 libnss-nis libnss-nisplus #14 6.451 The following NEW packages will be installed: #14 6.451 adduser autoconf automake autopoint autotools-dev binutils binutils-common #14 6.451 binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2 #14 6.451 ca-certificates cpp cpp-12 curl dctrl-tools debhelper debugedit devscripts #14 6.451 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #14 6.451 dpkg-dev dput dwz equivs fakeroot file fontconfig-config fonts-dejavu-core #14 6.451 g++ g++-12 gcc gcc-12 gcc-12-base gettext gettext-base git git-man gnupg #14 6.451 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf #14 6.452 gpgsm groff-base intltool-debian iso-codes krb5-locales less #14 6.452 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #14 6.452 libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 6.459 libarray-intspan-perl libasan8 libassuan0 libatomic1 libauthen-sasl-perl #14 6.459 libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl #14 6.459 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev #14 6.459 libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl #14 6.459 libclass-data-inheritable-perl libclass-method-modifiers-perl #14 6.459 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 6.459 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 6.459 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 6.459 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 6.459 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 6.459 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 6.459 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 6.459 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 6.459 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 6.459 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 6.459 libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl libfido2-1 #14 6.459 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #14 6.459 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #14 6.459 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #14 6.459 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #14 6.459 libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4 #14 6.459 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 6.459 libgprofng0 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl #14 6.459 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 6.459 libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl #14 6.459 libhttp-daemon-perl libhttp-date-perl libhttp-message-perl #14 6.459 libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu72 #14 6.459 libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl #14 6.459 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 6.459 libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23 #14 6.459 libiterator-perl libiterator-util-perl libitm1 libjansson4 libjbig0 #14 6.459 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl #14 6.459 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common #14 6.459 libldap2 liblerc4 liblist-compare-perl liblist-someutils-perl #14 6.459 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 6.459 liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7 #14 6.459 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 6.459 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 6.459 libmath-base85-perl libmldbm-perl libmodule-implementation-perl #14 6.459 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #14 6.459 libmpc3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl #14 6.459 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #14 6.459 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #14 6.459 libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl #14 6.459 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 6.459 libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 #14 6.459 libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16 #14 6.459 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #14 6.459 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libquadmath0 #14 6.459 libre-engine-re2-perl libre2-10 libreadline8 libreadonly-perl #14 6.459 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #14 6.459 libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1 #14 6.459 libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #14 6.459 libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23 #14 6.459 libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev #14 6.459 libstrictures-perl libstring-copyright-perl libstring-escape-perl #14 6.459 libstring-license-perl libstring-shellquote-perl libsub-exporter-perl #14 6.459 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #14 6.459 libsub-name-perl libsub-override-perl libsub-quote-perl #14 6.459 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 6.459 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 6.459 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #14 6.459 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #14 6.459 libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl #14 6.459 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #14 6.459 libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #14 6.459 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #14 6.459 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 6.459 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 6.459 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 #14 6.459 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2 #14 6.459 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release #14 6.459 lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types #14 6.459 netbase openssh-client openssl patch patchutils perl perl-modules-5.36 #14 6.459 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 6.459 python-apt-common python3 python3-apt python3-bcrypt python3-certifi #14 6.459 python3-cffi-backend python3-chardet python3-cryptography python3-debian #14 6.459 python3-gpg python3-idna python3-magic python3-minimal python3-nacl #14 6.459 python3-paramiko python3-pkg-resources python3-requests python3-six #14 6.459 python3-unidiff python3-urllib3 python3-xdg python3.11 python3.11-minimal #14 6.459 readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils #14 6.459 zstd #14 6.459 The following packages will be upgraded: #14 6.459 libc-bin libc6 #14 6.879 2 upgraded, 396 newly installed, 0 to remove and 7 not upgraded. #14 6.879 Need to get 146 MB of archives. #14 6.879 After this operation, 540 MB of additional disk space will be used. #14 6.879 Get:1 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libc6 amd64 2.37-0ubuntu2.2 [3179 kB] #14 7.553 Get:2 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libc-bin amd64 2.37-0ubuntu2.2 [670 kB] #14 7.564 Get:3 http://archive.ubuntu.com/ubuntu lunar/main amd64 liblocale-gettext-perl amd64 1.07-5 [15.4 kB] #14 7.564 Get:4 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libssl3 amd64 3.0.8-1ubuntu1.4 [1902 kB] #14 7.643 Get:5 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libpython3.11-minimal amd64 3.11.4-1~23.04.2 [839 kB] #14 7.703 Get:6 http://archive.ubuntu.com/ubuntu lunar/main amd64 libexpat1 amd64 2.5.0-1 [84.2 kB] #14 7.704 Get:7 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 python3.11-minimal amd64 3.11.4-1~23.04.2 [2229 kB] #14 7.787 Get:8 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-minimal amd64 3.11.2-1 [24.6 kB] #14 7.788 Get:9 http://archive.ubuntu.com/ubuntu lunar/main amd64 media-types all 10.0.0 [25.8 kB] #14 7.789 Get:10 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libkrb5support0 amd64 1.20.1-1ubuntu0.1 [32.8 kB] #14 7.789 Get:11 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libk5crypto3 amd64 1.20.1-1ubuntu0.1 [81.1 kB] #14 2.306 Reading package lists... #13 7.850 Selecting previously unselected package libgdbm6:arm64. #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 5.1s #13 8.497 Get:367 http://deb.debian.org/debian bullseye/main amd64 pixz amd64 1.0.7-1 [20.9 kB] #13 8.500 Get:368 http://deb.debian.org/debian bullseye/main amd64 xdelta amd64 1.1.3-9.3 [26.4 kB] #13 8.500 Get:369 http://deb.debian.org/debian bullseye/main amd64 xdelta3 amd64 3.0.11-dfsg-1+b1 [69.3 kB] #13 8.501 Get:370 http://deb.debian.org/debian bullseye/main amd64 pristine-tar amd64 1.49 [119 kB] #13 8.501 Get:371 http://deb.debian.org/debian bullseye/main amd64 publicsuffix all 20220811.1734-0+deb11u1 [127 kB] #13 8.502 Get:372 http://deb.debian.org/debian bullseye/main amd64 python-apt-common all 2.2.1 [96.5 kB] #13 8.503 Get:373 http://deb.debian.org/debian bullseye/main amd64 python3-apt amd64 2.2.1 [190 kB] #13 8.505 Get:374 http://deb.debian.org/debian bullseye/main amd64 python3-certifi all 2020.6.20-1 [151 kB] #13 8.506 Get:375 http://deb.debian.org/debian bullseye/main amd64 python3-idna all 2.10-1 [37.4 kB] #13 8.506 Get:376 http://deb.debian.org/debian bullseye/main amd64 python3-magic all 2:0.4.20-3 [13.4 kB] #13 8.511 Get:377 http://deb.debian.org/debian bullseye/main amd64 python3-urllib3 all 1.26.5-1~exp1 [114 kB] #13 8.512 Get:378 http://deb.debian.org/debian bullseye/main amd64 python3-requests all 2.25.1+dfsg-2 [69.3 kB] #13 8.513 Get:379 http://deb.debian.org/debian bullseye/main amd64 python3-unidiff all 0.5.5-2 [9604 B] #13 8.513 Get:380 http://deb.debian.org/debian bullseye/main amd64 python3-xdg all 0.27-2 [41.8 kB] #13 8.515 Get:381 http://deb.debian.org/debian bullseye/main amd64 shared-mime-info amd64 2.0-1 [701 kB] #13 8.519 Get:382 http://deb.debian.org/debian bullseye/main amd64 strace amd64 5.10-1 [1084 kB] #13 8.532 Get:383 http://deb.debian.org/debian bullseye/main amd64 xauth amd64 1:1.1-1 [40.5 kB] #13 8.545 Get:384 http://deb.debian.org/debian bullseye/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB] #13 8.726 debconf: delaying package configuration, since apt-utils is not installed #13 8.751 Fetched 176 MB in 3s (54.9 MB/s) #13 8.768 Selecting previously unselected package bsdextrautils. #13 8.768 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6664 files and directories currently installed.) #13 8.774 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_amd64.deb ... #13 8.777 Unpacking bsdextrautils (2.36.1-8+deb11u1) ... #13 8.820 Selecting previously unselected package libuchardet0:amd64. #13 8.822 Preparing to unpack .../01-libuchardet0_0.0.7-1_amd64.deb ... #13 8.829 Unpacking libuchardet0:amd64 (0.0.7-1) ... #13 11.14 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u6) ... #13 11.27 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u6) ... #16 0.844 go: downloading github.com/tc-hib/winres v0.1.6 #14 5.333 Building dependency tree... #14 5.513 Reading state information... #13 8.513 Selecting previously unselected package perl. #14 6.744 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-minimal arm64 3.8.10-0ubuntu1~20.04.9 [714 kB] #11 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 3.9s done #11 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 0.551 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] #13 0.564 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] #13 0.564 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] #13 0.710 Get:4 http://deb.debian.org/debian bullseye/main armhf Packages [7838 kB] #13 1.079 Get:5 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [262 kB] #13 1.085 Get:6 http://deb.debian.org/debian bullseye-updates/main armhf Packages [16.3 kB] #13 2.112 Fetched 8324 kB in 2s (4579 kB/s) #13 2.112 Reading package lists... #13 2.929 Reading package lists... #13 3.726 Building dependency tree... #13 3.909 Reading state information... #13 4.241 The following additional packages will be installed: #13 4.241 autoconf automake autopoint autotools-dev binutils #13 4.241 binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential #13 4.241 bzip2 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring #13 4.241 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #13 4.241 dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++ #13 4.241 g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils #13 4.241 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base #13 4.241 intltool-debian iso-codes less libalgorithm-diff-perl #13 4.241 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl #13 4.241 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13 #13 4.241 libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl #13 4.241 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #13 4.241 libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0 #13 4.241 libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl #13 4.241 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #13 4.241 libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl #13 4.241 libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl #13 4.241 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 #13 4.241 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #13 4.241 libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl #13 4.241 libdeflate0 libdevel-callchecker-perl libdevel-size-perl #13 4.241 libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl #13 4.241 libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl #13 4.241 libencode-locale-perl liberror-perl libexception-class-perl libexpat1 #13 4.241 libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl #13 4.241 libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #13 4.241 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #13 4.241 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #13 4.241 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #13 4.241 libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6 #13 4.241 libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl #13 4.241 libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 #13 4.241 libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl #13 4.241 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #13 4.241 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 4.241 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 4.241 libicu67 libimport-into-perl libio-html-perl libio-prompter-perl #13 4.241 libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl #13 4.241 libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl #13 4.241 libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl #13 4.241 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl libjson-xs-perl #13 4.241 libksba8 libldap-2.4-2 libldap-common liblist-compare-perl #13 4.241 liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl #13 4.241 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #13 4.241 liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7 #13 4.241 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #13 4.241 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0 #13 4.241 libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl #13 4.241 libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 #13 4.241 libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl #13 4.241 libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl #13 4.241 libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl #13 4.241 libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16 #13 4.241 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #13 4.241 libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl #13 4.241 libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16 #13 4.241 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #13 4.241 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib #13 4.241 libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl #13 4.241 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #13 4.241 libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2 #13 4.241 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #13 4.241 libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl #13 4.241 libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev #13 4.241 libstrictures-perl libstring-copyright-perl libstring-escape-perl #13 4.241 libstring-shellquote-perl libsub-exporter-perl #13 4.241 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #13 4.241 libsub-name-perl libsub-override-perl libsub-quote-perl #13 4.241 libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl #13 4.241 libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl #13 4.241 libtext-markdown-discount-perl libtext-xslate-perl libtiff5 #13 4.241 libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev #13 4.241 libtool libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl #13 4.241 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #13 4.241 liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl #13 4.241 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2 #13 4.241 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl #13 4.241 libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl #13 4.241 libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2 #13 4.241 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip #13 4.241 lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client #13 4.241 openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults #13 4.241 pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common #13 4.241 python3 python3-apt python3-certifi python3-chardet python3-debian #13 4.241 python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources #13 4.241 python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg #13 4.241 python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info #13 4.241 strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils #13 4.241 Suggested packages: #13 4.241 autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc #13 4.241 gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone #13 4.241 bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el #13 4.241 diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help #13 4.241 libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #13 4.241 libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts #13 4.241 postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m #13 4.241 dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync #13 4.241 gcc-10-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev #13 4.241 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el #13 4.241 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie #13 4.241 xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl #13 4.241 glibc-doc bzr libgd-tools gdbm-l10n gpm libtool-doc libcrypt-ssleay-perl #13 4.241 uuid libscalar-number-perl libsasl2-modules-gssapi-mit #13 4.241 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #13 4.241 libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl #13 4.241 libnet-jabber-perl libstdc++-10-doc libbareword-filehandles-perl #13 4.241 libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler #13 4.241 gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl #13 4.241 bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc #13 4.241 apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed #13 4.241 diffutils-doc perl-doc libterm-readline-gnu-perl #13 4.241 | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc #13 4.241 libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg #13 4.241 python-apt-doc python3-setuptools python3-cryptography python3-openssl #13 4.241 python3-socks python-requests-doc python3.9-venv python3.9-doc #13 4.241 binfmt-support readline-doc zip wdiff-doc #13 6.641 The following NEW packages will be installed: #13 6.641 autoconf automake autopoint autotools-dev binutils #13 6.641 binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential #13 6.641 bzip2 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring #13 6.641 devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr #13 6.641 distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config #13 6.641 fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man #13 6.641 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server #13 6.641 gpgconf gpgsm groff-base intltool-debian iso-codes less #13 6.641 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #13 6.641 libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #13 6.641 libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1 #13 6.641 libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl #13 6.641 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev #13 6.641 libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl #13 6.641 libclass-inspector-perl libclass-method-modifiers-perl #13 6.641 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #13 6.641 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #13 6.641 libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 #13 6.641 libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl #13 6.641 libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl #13 6.641 libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl #13 6.641 libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl #13 6.641 libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl #13 6.641 libencode-locale-perl liberror-perl libexception-class-perl libexpat1 #13 6.641 libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl #13 6.641 libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #13 6.641 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #13 6.641 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #13 6.641 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #13 6.641 libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6 #13 6.641 libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl #13 6.641 libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 #13 6.641 libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl #13 6.641 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #13 6.641 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #13 6.641 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #13 6.641 libicu67 libimport-into-perl libio-html-perl libio-prompter-perl #13 6.641 libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl #13 6.641 libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl #13 6.641 libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl #13 6.641 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl libjson-xs-perl #13 6.641 libksba8 libldap-2.4-2 libldap-common liblist-compare-perl #13 6.641 liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl #13 6.641 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #13 6.641 liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7 #13 6.641 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #13 6.641 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0 #13 6.641 libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl #13 6.641 libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 #13 6.641 libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl #13 6.641 libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl #13 6.641 libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl #13 6.641 libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16 #13 6.641 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #13 6.641 libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl #13 6.641 libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16 #13 6.641 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #13 6.641 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib #13 6.641 libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl #13 6.641 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #13 6.641 libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2 #13 6.641 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #13 6.641 libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl #13 6.641 libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev #13 6.641 libstrictures-perl libstring-copyright-perl libstring-escape-perl #13 6.641 libstring-shellquote-perl libsub-exporter-perl #13 6.641 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #13 6.641 libsub-name-perl libsub-override-perl libsub-quote-perl #13 6.641 libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl #13 6.641 libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl #13 6.641 libtext-markdown-discount-perl libtext-xslate-perl libtiff5 #13 6.641 libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev #13 6.641 libtool libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl #13 6.641 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #13 6.641 liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl #13 6.641 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2 #13 6.641 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl #13 6.641 libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl #13 6.641 libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2 #13 6.641 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip #13 6.641 lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client #13 6.641 openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults #13 6.641 pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common #13 6.641 python3 python3-apt python3-certifi python3-chardet python3-debian #13 6.641 python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources #13 6.641 python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg #13 6.641 python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info #13 6.641 strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils #13 6.923 0 upgraded, 379 newly installed, 0 to remove and 0 not upgraded. #13 6.923 Need to get 158 MB of archives. #13 6.923 After this operation, 457 MB of additional disk space will be used. #13 6.923 Get:1 http://deb.debian.org/debian bullseye/main armhf bsdextrautils armhf 2.36.1-8+deb11u1 [139 kB] #13 6.930 Get:2 http://deb.debian.org/debian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB] #13 6.930 Get:3 http://deb.debian.org/debian bullseye/main armhf groff-base armhf 1.22.4-6 [847 kB] #13 6.937 Get:4 http://deb.debian.org/debian bullseye/main armhf libgdbm6 armhf 1.19-2 [62.0 kB] #13 6.939 Get:5 http://deb.debian.org/debian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [30.1 kB] #13 6.945 Get:6 http://deb.debian.org/debian bullseye/main armhf man-db armhf 2.9.4-2 [1319 kB] #13 6.957 Get:7 http://deb.debian.org/debian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB] #13 6.985 Get:8 http://deb.debian.org/debian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB] #13 6.989 Get:9 http://deb.debian.org/debian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3434 kB] #13 7.060 Get:10 http://deb.debian.org/debian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB] #13 7.084 Get:11 http://deb.debian.org/debian bullseye/main armhf liblocale-gettext-perl armhf 1.07-4+b1 [18.3 kB] #13 7.084 Get:12 http://deb.debian.org/debian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1 [790 kB] #13 7.085 Get:13 http://deb.debian.org/debian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [78.4 kB] #13 7.088 Get:14 http://deb.debian.org/debian bullseye/main armhf python3.9-minimal armhf 3.9.2-1 [1630 kB] #13 7.177 Get:15 http://deb.debian.org/debian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB] #13 7.177 Get:16 http://deb.debian.org/debian bullseye/main armhf media-types all 4.0.0 [30.3 kB] #13 7.177 Get:17 http://deb.debian.org/debian bullseye/main armhf libmpdec3 armhf 2.5.1-1 [74.9 kB] #13 7.177 Get:18 http://deb.debian.org/debian bullseye/main armhf libncursesw6 armhf 6.2+20201114-2+deb11u2 [107 kB] #13 7.177 Get:19 http://deb.debian.org/debian bullseye/main armhf readline-common all 8.1-1 [73.7 kB] #13 7.177 Get:20 http://deb.debian.org/debian bullseye/main armhf libreadline8 armhf 8.1-1 [147 kB] #13 7.177 Get:21 http://deb.debian.org/debian bullseye/main armhf libsqlite3-0 armhf 3.34.1-3 [713 kB] #13 7.177 Get:22 http://deb.debian.org/debian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1 [1608 kB] #13 7.227 Get:23 http://deb.debian.org/debian bullseye/main armhf python3.9 armhf 3.9.2-1 [466 kB] #13 7.227 Get:24 http://deb.debian.org/debian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB] #13 7.249 Get:25 http://deb.debian.org/debian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB] #13 7.249 Get:26 http://deb.debian.org/debian bullseye/main armhf less armhf 551-2 [126 kB] #13 7.249 Get:27 http://deb.debian.org/debian bullseye/main armhf netbase all 6.3 [19.9 kB] #13 7.249 Get:28 http://deb.debian.org/debian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB] #13 7.249 Get:29 http://deb.debian.org/debian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.8 kB] #13 7.249 Get:30 http://deb.debian.org/debian bullseye/main armhf openssl armhf 1.1.1w-0+deb11u1 [835 kB] #13 7.256 Get:31 http://deb.debian.org/debian bullseye/main armhf ca-certificates all 20210119 [158 kB] #13 7.258 Get:32 http://deb.debian.org/debian bullseye/main armhf libmagic-mgc armhf 1:5.39-3+deb11u1 [273 kB] #13 7.271 Get:33 http://deb.debian.org/debian bullseye/main armhf libmagic1 armhf 1:5.39-3+deb11u1 [120 kB] #13 7.271 Get:34 http://deb.debian.org/debian bullseye/main armhf file armhf 1:5.39-3+deb11u1 [68.2 kB] #13 7.272 Get:35 http://deb.debian.org/debian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB] #13 7.273 Get:36 http://deb.debian.org/debian bullseye/main armhf manpages all 5.10-1 [1412 kB] #13 7.357 Get:37 http://deb.debian.org/debian bullseye/main armhf libmd0 armhf 1.0.3-3 [27.4 kB] #13 7.357 Get:38 http://deb.debian.org/debian bullseye/main armhf libbsd0 armhf 0.11.3-1+deb11u1 [103 kB] #13 7.357 Get:39 http://deb.debian.org/debian bullseye/main armhf libedit2 armhf 3.1-20191231-2+b1 [81.1 kB] #13 7.357 Get:40 http://deb.debian.org/debian bullseye/main armhf libcbor0 armhf 0.5.0+dfsg-2 [19.6 kB] #13 7.357 Get:41 http://deb.debian.org/debian bullseye/main armhf libfido2-1 armhf 1.6.0-2 [48.0 kB] #13 7.357 Get:42 http://deb.debian.org/debian-security bullseye-security/main armhf openssh-client armhf 1:8.4p1-5+deb11u3 [845 kB] #13 7.379 Get:43 http://deb.debian.org/debian bullseye/main armhf ucf all 3.0043 [74.0 kB] #13 7.379 Get:44 http://deb.debian.org/debian bullseye/main armhf xz-utils armhf 5.2.5-2.1~deb11u1 [219 kB] #13 7.390 Get:45 http://deb.debian.org/debian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.0 kB] #13 7.390 Get:46 http://deb.debian.org/debian bullseye/main armhf m4 armhf 1.4.18-5 [192 kB] #13 7.390 Get:47 http://deb.debian.org/debian bullseye/main armhf autoconf all 2.69-14 [313 kB] #13 7.396 Get:48 http://deb.debian.org/debian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB] #13 7.396 Get:49 http://deb.debian.org/debian bullseye/main armhf automake all 1:1.16.3-2 [814 kB] #13 7.440 Get:50 http://deb.debian.org/debian bullseye/main armhf autopoint all 0.21-4 [510 kB] #13 7.440 Get:51 http://deb.debian.org/debian bullseye/main armhf binutils-common armhf 2.35.2-2 [2220 kB] #13 7.513 Get:52 http://deb.debian.org/debian bullseye/main armhf libbinutils armhf 2.35.2-2 [403 kB] #13 7.549 Get:53 http://deb.debian.org/debian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2 [99.7 kB] #13 7.549 Get:54 http://deb.debian.org/debian bullseye/main armhf libctf0 armhf 2.35.2-2 [42.4 kB] #13 7.549 Get:55 http://deb.debian.org/debian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2 [2408 kB] #13 7.620 Get:56 http://deb.debian.org/debian bullseye/main armhf binutils armhf 2.35.2-2 [61.2 kB] #13 7.620 Get:57 http://deb.debian.org/debian-security bullseye-security/main armhf libc-dev-bin armhf 2.31-13+deb11u7 [271 kB] #13 7.632 Get:58 http://deb.debian.org/debian-security bullseye-security/main armhf linux-libc-dev armhf 5.10.205-2 [1659 kB] #13 7.713 Get:59 http://deb.debian.org/debian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [113 kB] #13 7.715 Get:60 http://deb.debian.org/debian bullseye/main armhf libtirpc-dev armhf 1.3.1-1+deb11u1 [182 kB] #13 7.716 Get:61 http://deb.debian.org/debian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [62.1 kB] #13 7.717 Get:62 http://deb.debian.org/debian-security bullseye-security/main armhf libc6-dev armhf 2.31-13+deb11u7 [1875 kB] #13 7.778 Get:63 http://deb.debian.org/debian bullseye/main armhf libisl23 armhf 0.23-1 [516 kB] #13 7.818 Get:64 http://deb.debian.org/debian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [811 kB] #13 7.830 Get:65 http://deb.debian.org/debian bullseye/main armhf libmpc3 armhf 1.2.0-1 [36.7 kB] #13 7.830 Get:66 http://deb.debian.org/debian bullseye/main armhf cpp-10 armhf 10.2.1-6 [6609 kB] #13 8.047 Get:67 http://deb.debian.org/debian bullseye/main armhf cpp armhf 4:10.2.1-1 [19.7 kB] #13 8.047 Get:68 http://deb.debian.org/debian bullseye/main armhf libcc1-0 armhf 10.2.1-6 [39.2 kB] #13 8.047 Get:69 http://deb.debian.org/debian bullseye/main armhf libgomp1 armhf 10.2.1-6 [84.7 kB] #13 8.047 Get:70 http://deb.debian.org/debian bullseye/main armhf libatomic1 armhf 10.2.1-6 [6924 B] #13 8.059 Get:71 http://deb.debian.org/debian bullseye/main armhf libasan6 armhf 10.2.1-6 [2015 kB] #13 8.123 Get:72 http://deb.debian.org/debian bullseye/main armhf libubsan1 armhf 10.2.1-6 [746 kB] #13 8.146 Get:73 http://deb.debian.org/debian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6 [694 kB] #13 8.146 Get:74 http://deb.debian.org/debian bullseye/main armhf gcc-10 armhf 10.2.1-6 [13.1 MB] #13 8.650 Get:75 http://deb.debian.org/debian bullseye/main armhf gcc armhf 4:10.2.1-1 [5204 B] #13 8.664 Get:76 http://deb.debian.org/debian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6 [1790 kB] #13 8.696 Get:77 http://deb.debian.org/debian bullseye/main armhf g++-10 armhf 10.2.1-6 [7244 kB] #13 8.941 Get:78 http://deb.debian.org/debian bullseye/main armhf g++ armhf 4:10.2.1-1 [1628 B] #13 8.941 Get:79 http://deb.debian.org/debian bullseye/main armhf make armhf 4.3-4.1 [384 kB] #13 8.941 Get:80 http://deb.debian.org/debian bullseye/main armhf libdpkg-perl all 1.20.13 [1552 kB] #13 9.011 Get:81 http://deb.debian.org/debian bullseye/main armhf patch armhf 2.7.6-7 [125 kB] #13 9.011 Get:82 http://deb.debian.org/debian bullseye/main armhf dpkg-dev all 1.20.13 [2314 kB] #13 9.070 Get:83 http://deb.debian.org/debian bullseye/main armhf build-essential armhf 12.9 [7704 B] #13 9.090 Get:84 http://deb.debian.org/debian bullseye/main armhf libbrotli1 armhf 1.0.9-2+b2 [262 kB] #13 9.090 Get:85 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2.1+deb11u1 [67.7 kB] #13 9.090 Get:86 http://deb.debian.org/debian bullseye/main armhf libsasl2-2 armhf 2.1.27+dfsg-2.1+deb11u1 [99.2 kB] #13 9.090 Get:87 http://deb.debian.org/debian bullseye/main armhf libldap-2.4-2 armhf 2.4.57+dfsg-3+deb11u1 [210 kB] #13 9.090 Get:88 http://deb.debian.org/debian-security bullseye-security/main armhf libnghttp2-14 armhf 1.43.0-1+deb11u1 [66.7 kB] #13 9.090 Get:89 http://deb.debian.org/debian bullseye/main armhf libpsl5 armhf 0.21.0-1.2 [56.1 kB] #13 9.096 Get:90 http://deb.debian.org/debian bullseye/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB] #13 9.096 Get:91 http://deb.debian.org/debian bullseye/main armhf libssh2-1 armhf 1.9.0-2 [143 kB] #13 9.096 Get:92 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl4 armhf 7.74.0-1.3+deb11u11 [314 kB] #13 9.122 Get:93 http://deb.debian.org/debian-security bullseye-security/main armhf curl armhf 7.74.0-1.3+deb11u11 [262 kB] #13 9.122 Get:94 http://deb.debian.org/debian bullseye/main armhf dctrl-tools armhf 2.24-3 [96.0 kB] #13 9.122 Get:95 http://deb.debian.org/debian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB] #13 9.146 Get:96 http://deb.debian.org/debian bullseye/main armhf libtool all 2.4.6-15 [513 kB] #13 9.146 Get:97 http://deb.debian.org/debian bullseye/main armhf dh-autoreconf all 20 [17.1 kB] #13 9.146 Get:98 http://deb.debian.org/debian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB] #13 9.146 Get:99 http://deb.debian.org/debian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB] #13 9.146 Get:100 http://deb.debian.org/debian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB] #13 9.146 Get:101 http://deb.debian.org/debian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB] #13 9.147 Get:102 http://deb.debian.org/debian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB] #13 9.157 Get:103 http://deb.debian.org/debian bullseye/main armhf dwz armhf 0.13+20210201-1 [179 kB] #13 9.157 Get:104 http://deb.debian.org/debian bullseye/main armhf libicu67 armhf 67.1-7 [8319 kB] #13 9.405 Get:105 http://deb.debian.org/debian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7+deb11u4 [602 kB] #13 9.435 Get:106 http://deb.debian.org/debian bullseye/main armhf gettext armhf 0.21-4 [1243 kB] #13 9.469 Get:107 http://deb.debian.org/debian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB] #13 9.469 Get:108 http://deb.debian.org/debian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB] #13 9.469 Get:109 http://deb.debian.org/debian bullseye/main armhf debhelper all 13.3.4 [1049 kB] #13 9.493 Get:110 http://deb.debian.org/debian bullseye/main armhf debian-keyring all 2021.07.26 [31.1 MB] #13 ... #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #11 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 #13 15.54 Selecting previously unselected package krb5-locales. #13 15.54 Preparing to unpack .../013-krb5-locales_1.20.1-2+deb12u1_all.deb ... #13 15.54 Unpacking krb5-locales (1.20.1-2+deb12u1) ... #13 8.253 Selecting previously unselected package libuchardet0:arm64. #14 8.063 Get:12 http://archive.ubuntu.com/ubuntu lunar/main amd64 libkeyutils1 amd64 1.6.3-2 [9356 B] #14 8.076 Get:13 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libkrb5-3 amd64 1.20.1-1ubuntu0.1 [346 kB] #14 8.123 Get:14 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libgssapi-krb5-2 amd64 1.20.1-1ubuntu0.1 [142 kB] #14 8.131 Get:15 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtirpc-common all 1.3.3+ds-1 [7790 B] #14 8.131 Get:16 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtirpc3 amd64 1.3.3+ds-1 [80.9 kB] #14 8.132 Get:17 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnsl2 amd64 1.3.0-2build2 [42.3 kB] #14 8.133 Get:18 http://archive.ubuntu.com/ubuntu lunar/main amd64 readline-common all 8.2-1.3 [55.7 kB] #14 8.134 Get:19 http://archive.ubuntu.com/ubuntu lunar/main amd64 libreadline8 amd64 8.2-1.3 [151 kB] #14 8.137 Get:20 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libsqlite3-0 amd64 3.40.1-1ubuntu0.1 [660 kB] #14 8.147 Get:21 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libpython3.11-stdlib amd64 3.11.4-1~23.04.2 [1907 kB] #14 8.166 Get:22 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 python3.11 amd64 3.11.4-1~23.04.2 [572 kB] #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 5.1s #13 7.852 Preparing to unpack .../1-libgdbm6_1.23-3_arm64.deb ... #13 7.889 Unpacking libgdbm6:arm64 (1.23-3) ... #13 7.967 Selecting previously unselected package libgdbm-compat4:arm64. #13 7.969 Preparing to unpack .../2-libgdbm-compat4_1.23-3_arm64.deb ... #13 7.987 Unpacking libgdbm-compat4:arm64 (1.23-3) ... #13 8.126 Selecting previously unselected package libperl5.36:arm64. #13 8.861 Selecting previously unselected package groff-base. #13 8.863 Preparing to unpack .../02-groff-base_1.22.4-6_amd64.deb ... #13 8.866 Unpacking groff-base (1.22.4-6) ... #13 8.982 Selecting previously unselected package libgdbm6:amd64. #13 11.30 Setting up libexpat1:amd64 (2.2.6-2+deb10u6) ... #13 11.50 Setting up python3.7-minimal (3.7.3-2+deb10u6) ... #16 0.845 go: downloading github.com/urfave/cli/v2 v2.3.0 #16 0.990 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb #14 5.771 The following additional packages will be installed: #14 5.771 adduser autoconf automake autopoint autotools-dev binutils #14 5.771 binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential #14 5.771 bzip2 ca-certificates cpp cpp-13 dctrl-tools debhelper debugedit #14 5.771 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #14 5.771 dpkg-dev dput dwz fakeroot file fontconfig-config fonts-noto-core #14 5.771 fonts-noto-mono g++ g++-13 gcc gcc-13 gettext gettext-base git-man gnupg #14 5.771 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf #14 5.771 gpgsm groff-base intltool-debian iso-codes krb5-locales less #14 5.771 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #14 5.771 libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 5.771 libarray-intspan-perl libasan8 libassuan0 libatomic1 libauthen-sasl-perl #14 5.771 libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl #14 5.771 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev #14 5.771 libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl #14 5.771 libclass-data-inheritable-perl libclass-method-modifiers-perl #14 5.771 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 5.771 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 5.771 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 5.771 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 5.771 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 5.771 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 5.771 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 5.771 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 5.771 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 5.771 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 5.771 libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl libfido2-1 #14 5.771 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #14 5.771 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #14 5.771 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #14 5.771 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #14 5.771 libfreetype6 libfreezethaw-perl libgcc-13-dev libgd3 libgdbm-compat4 #14 5.771 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 5.771 libgprofng0 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl #14 5.771 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 5.771 libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl #14 5.771 libhttp-daemon-perl libhttp-date-perl libhttp-message-perl #14 5.771 libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu72 #14 5.771 libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl #14 5.771 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 5.771 libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23 #14 5.771 libiterator-perl libiterator-util-perl libitm1 libjansson4 libjbig0 #14 5.771 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl #14 5.771 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common #14 5.772 libldap2 liblerc4 liblist-compare-perl liblist-someutils-perl #14 5.772 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 5.772 liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7 #14 5.772 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 5.772 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 5.772 libmath-base85-perl libmldbm-perl libmodule-implementation-perl #14 5.772 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #14 5.772 libmpc3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl #14 5.772 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #14 5.772 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #14 5.772 libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl #14 5.772 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 5.772 libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 #14 5.772 libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16 #14 5.772 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #14 5.772 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib #14 5.772 libre-engine-re2-perl libre2-10 libreadline8 libreadonly-perl #14 5.772 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #14 5.772 libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1 #14 5.772 libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #14 5.772 libsereal-encoder-perl libset-intspan-perl libsframe1 libsocket6-perl #14 5.772 libsodium23 libsort-versions-perl libsqlite3-0 libssh-4 libssl3 #14 5.772 libstdc++-13-dev libstrictures-perl libstring-copyright-perl #14 5.772 libstring-escape-perl libstring-license-perl libstring-shellquote-perl #14 5.772 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #14 5.772 libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl #14 5.772 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 5.772 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 5.772 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #14 5.772 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #14 5.772 libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl #14 5.772 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #14 5.772 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #14 5.772 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #14 5.772 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 5.772 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 5.772 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 #14 5.772 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2 #14 5.772 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release #14 5.773 lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types #14 5.773 netbase openssh-client openssl patch patchutils perl perl-modules-5.36 #14 5.773 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 5.773 python-apt-common python3 python3-apt python3-bcrypt python3-certifi #14 5.773 python3-cffi-backend python3-chardet python3-cryptography python3-debian #14 5.773 python3-gpg python3-idna python3-magic python3-minimal python3-nacl #14 5.773 python3-paramiko python3-pkg-resources python3-requests python3-six #14 5.773 python3-unidiff python3-urllib3 python3-xdg python3.11 python3.11-minimal #14 5.773 readline-common rpcsvc-proto strace t1utils tzdata tzdata-icu ucf unzip #14 5.773 wdiff xauth xz-utils zstd #14 5.775 Suggested packages: #14 5.775 cron quota ecryptfs-utils autoconf-archive gnu-standards autoconf-doc #14 5.775 binutils-doc gprofng-gui bzip2-doc cpp-doc gcc-13-locales cpp-13-doc debtags #14 5.775 dh-make adequate at autopkgtest bls-standalone bsd-mailx | mailx #14 5.776 check-all-the-things cvs-buildpackage diffoscope disorderfs dose-extra duck #14 5.776 elpa-devscripts faketime gnuplot how-can-i-help libdbd-pg-perl #14 5.776 libfile-desktopentry-perl libterm-size-perl libyaml-syck-perl mmdebstrap #14 5.776 mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt #14 5.776 reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl pristine-tar #14 5.776 dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync #14 5.776 gcc-13-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev #14 5.776 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email #14 5.776 git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage #14 5.776 scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr #14 5.776 libgd-tools gdbm-l10n krb5-doc krb5-user libio-compress-brotli-perl #14 5.776 libtool-doc libcrypt-ssleay-perl libscalar-number-perl #14 5.776 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal #14 5.776 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql #14 5.776 libstdc++-13-doc libbareword-filehandles-perl libmultidimensional-perl #14 5.776 libxstring-perl gfortran | fortran95-compiler gcj-jdk libdevel-lexalias-perl #14 5.776 libbusiness-isbn-perl libregexp-ipv6-perl libauthen-ntlm-perl #14 5.776 libxml-sax-expatxs-perl bash-completion binutils-multiarch #14 5.776 libtext-template-perl m4-doc make-doc apparmor www-browser keychain #14 5.776 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #14 5.776 libterm-readline-gnu-perl | libterm-readline-perl-perl #14 5.776 libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc #14 5.776 python3-tk python3-venv python-apt-doc python-cryptography-doc #14 5.776 python3-cryptography-vectors python-nacl-doc python3-gssapi python3-invoke #14 5.776 python3-setuptools python3-openssl python3-socks python-requests-doc #14 5.776 python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc #14 5.776 binfmt-support readline-doc zip wdiff-doc #13 4.468 Reading package lists... #13 5.801 W: http://archive.raspbian.org/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. #13 5.815 Reading package lists... #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:4217895349d978f5d5f829a1b9f1d590307ed9bb5c0f7f995e80e9b2b82004f1 5.2s done #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 3.8s #13 8.515 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_arm64.deb ... #13 8.545 Unpacking perl (5.32.1-4+deb11u2) ... #13 8.650 Selecting previously unselected package liblocale-gettext-perl. #13 8.652 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_arm64.deb ... #13 8.668 Unpacking liblocale-gettext-perl (1.07-4+b1) ... #14 6.794 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libexpat1 arm64 2.2.9-1ubuntu0.6 [62.5 kB] #14 6.795 Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8-minimal arm64 3.8.10-0ubuntu1~20.04.9 [1831 kB] #14 6.922 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-minimal arm64 3.8.2-0ubuntu2 [23.6 kB] #13 8.255 Preparing to unpack .../05-libuchardet0_0.0.6-3_arm64.deb ... #13 8.281 Unpacking libuchardet0:arm64 (0.0.6-3) ... #13 8.340 Selecting previously unselected package groff-base. #13 8.342 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_arm64.deb ... #13 8.349 Unpacking groff-base (1.22.4-3+deb10u1) ... #13 8.506 Selecting previously unselected package libgdbm6:arm64. #13 8.507 Preparing to unpack .../07-libgdbm6_1.18.1-4_arm64.deb ... #13 8.531 Unpacking libgdbm6:arm64 (1.18.1-4) ... #13 8.603 Selecting previously unselected package libpipeline1:arm64. #13 8.604 Preparing to unpack .../08-libpipeline1_1.5.1-2_arm64.deb ... #13 8.630 Unpacking libpipeline1:arm64 (1.5.1-2) ... #14 8.172 Get:23 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpython3-stdlib amd64 3.11.2-1 [7234 B] #14 8.172 Get:24 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3 amd64 3.11.2-1 [22.9 kB] #14 8.173 Get:25 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 perl-modules-5.36 all 5.36.0-7ubuntu0.23.04.2 [2984 kB] #14 8.201 Get:26 http://archive.ubuntu.com/ubuntu lunar/main amd64 libgdbm6 amd64 1.23-3 [33.2 kB] #14 8.204 Get:27 http://archive.ubuntu.com/ubuntu lunar/main amd64 libgdbm-compat4 amd64 1.23-3 [6524 B] #14 8.204 Get:28 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libperl5.36 amd64 5.36.0-7ubuntu0.23.04.2 [4810 kB] #14 8.254 Get:29 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 perl amd64 5.36.0-7ubuntu0.23.04.2 [235 kB] #14 8.257 Get:30 http://archive.ubuntu.com/ubuntu lunar/main amd64 adduser all 3.129ubuntu1 [59.0 kB] #14 8.258 Get:31 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 openssl amd64 3.0.8-1ubuntu1.4 [1180 kB] #14 8.269 Get:32 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 ca-certificates all 20230311ubuntu0.23.04.1 [152 kB] #14 8.270 Get:33 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 distro-info-data all 0.57ubuntu0.3 [6302 B] #14 8.271 Get:34 http://archive.ubuntu.com/ubuntu lunar/main amd64 iso-codes all 4.12.0-1 [3440 kB] #14 8.307 Get:35 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 krb5-locales all 1.20.1-1ubuntu0.1 [13.3 kB] #14 8.307 Get:36 http://archive.ubuntu.com/ubuntu lunar/main amd64 less amd64 590-1.2 [140 kB] #14 8.309 Get:37 http://archive.ubuntu.com/ubuntu lunar/main amd64 libbsd0 amd64 0.11.7-4 [41.4 kB] #14 8.310 Get:38 http://archive.ubuntu.com/ubuntu lunar/main amd64 libelf1 amd64 0.188-2.1 [53.4 kB] #14 8.310 Get:39 http://archive.ubuntu.com/ubuntu lunar/main amd64 libicu72 amd64 72.1-3ubuntu2 [10.8 MB] #14 8.430 Get:40 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libxml2 amd64 2.9.14+dfsg-1.1ubuntu0.1 [765 kB] #13 15.62 Selecting previously unselected package bsdextrautils. #13 15.62 Preparing to unpack .../014-bsdextrautils_2.38.1-5+b1_armhf.deb ... #13 15.63 Unpacking bsdextrautils (2.38.1-5+b1) ... #13 15.69 Selecting previously unselected package libpipeline1:armhf. #13 15.69 Preparing to unpack .../015-libpipeline1_1.5.7-1_armhf.deb ... #13 15.70 Unpacking libpipeline1:armhf (1.5.7-1) ... #13 15.76 Selecting previously unselected package man-db. #13 15.76 Preparing to unpack .../016-man-db_2.11.2-2_armhf.deb ... #13 15.77 Unpacking man-db (2.11.2-2) ... #14 ... #12 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #12 extracting sha256:24ddc8f4028278006f146333cb6c6972d5b972a9194ec63f1b1a7be059728a02 1.5s done #12 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 2.8s done #12 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba done #12 DONE 9.9s #14 3.766 Reading package lists... #13 8.128 Preparing to unpack .../3-libperl5.36_5.36.0-7+deb12u1_arm64.deb ... #13 8.143 Unpacking libperl5.36:arm64 (5.36.0-7+deb12u1) ... #13 8.985 Preparing to unpack .../03-libgdbm6_1.19-2_amd64.deb ... #13 8.988 Unpacking libgdbm6:amd64 (1.19-2) ... #13 9.021 Selecting previously unselected package libpipeline1:amd64. #13 9.023 Preparing to unpack .../04-libpipeline1_1.5.3-1_amd64.deb ... #13 9.026 Unpacking libpipeline1:amd64 (1.5.3-1) ... #13 9.073 Selecting previously unselected package man-db. #13 9.075 Preparing to unpack .../05-man-db_2.9.4-2_amd64.deb ... #13 9.079 Unpacking man-db (2.9.4-2) ... #13 9.214 Selecting previously unselected package perl-modules-5.32. #13 9.216 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ... #13 9.219 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ... #16 0.990 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 #16 1.003 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 #16 1.008 go: downloading github.com/russross/blackfriday/v2 v2.1.0 #14 6.068 The following NEW packages will be installed: #14 6.068 adduser autoconf automake autopoint autotools-dev binutils #14 6.068 binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential #14 6.068 bzip2 ca-certificates cpp cpp-13 curl dctrl-tools debhelper debugedit #14 6.068 devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr #14 6.068 distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config #14 6.068 fonts-noto-core fonts-noto-mono g++ g++-13 gcc gcc-13 gettext gettext-base #14 6.068 git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client #14 6.068 gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes #14 6.068 krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl #14 6.068 libalgorithm-merge-perl libaliased-perl libapt-pkg-perl libarchive-cpio-perl #14 6.068 libarchive-zip-perl libarray-intspan-perl libasan8 libassuan0 libatomic1 #14 6.068 libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl #14 6.068 libberkeleydb-perl libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools #14 6.068 libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl #14 6.068 libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl #14 6.068 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 6.068 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 6.068 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 6.068 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 6.068 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 6.068 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 6.068 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 6.068 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 6.068 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 6.068 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 6.068 libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl libfido2-1 #14 6.068 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #14 6.068 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #14 6.068 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #14 6.068 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #14 6.068 libfreetype6 libfreezethaw-perl libgcc-13-dev libgd3 libgdbm-compat4 #14 6.068 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 6.068 libgprofng0 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl #14 6.068 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 6.068 libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl #14 6.068 libhttp-daemon-perl libhttp-date-perl libhttp-message-perl #14 6.068 libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu72 #14 6.068 libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl #14 6.068 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 6.068 libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23 #14 6.068 libiterator-perl libiterator-util-perl libitm1 libjansson4 libjbig0 #14 6.068 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl #14 6.068 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common #14 6.068 libldap2 liblerc4 liblist-compare-perl liblist-someutils-perl #14 6.068 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 6.069 liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7 #14 6.069 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 6.069 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 6.069 libmath-base85-perl libmldbm-perl libmodule-implementation-perl #14 6.069 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #14 6.069 libmpc3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl #14 6.069 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #14 6.069 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #14 6.069 libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl #14 6.069 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 6.069 libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 #14 6.069 libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16 #14 6.069 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #14 6.069 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib #14 6.069 libre-engine-re2-perl libre2-10 libreadline8 libreadonly-perl #14 6.069 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #14 6.069 libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1 #14 6.069 libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #14 6.069 libsereal-encoder-perl libset-intspan-perl libsframe1 libsocket6-perl #14 6.069 libsodium23 libsort-versions-perl libsqlite3-0 libssh-4 libssl3 #14 6.069 libstdc++-13-dev libstrictures-perl libstring-copyright-perl #14 6.069 libstring-escape-perl libstring-license-perl libstring-shellquote-perl #14 6.069 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #14 6.069 libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl #14 6.069 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 6.069 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 6.069 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #14 6.069 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #14 6.069 libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl #14 6.069 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #14 6.069 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #14 6.069 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #14 6.069 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 6.069 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 6.069 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 #14 6.069 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2 #14 6.069 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release #14 6.069 lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types #14 6.070 netbase openssh-client openssl patch patchutils perl perl-modules-5.36 #14 6.070 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 6.070 python-apt-common python3 python3-apt python3-bcrypt python3-certifi #14 6.070 python3-cffi-backend python3-chardet python3-cryptography python3-debian #14 6.070 python3-gpg python3-idna python3-magic python3-minimal python3-nacl #14 6.070 python3-paramiko python3-pkg-resources python3-requests python3-six #14 6.070 python3-unidiff python3-urllib3 python3-xdg python3.11 python3.11-minimal #14 6.070 readline-common rpcsvc-proto strace t1utils tzdata tzdata-icu ucf unzip #14 6.070 wdiff xauth xz-utils zstd #14 10.15 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B] #14 10.16 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.5 [3941 kB] #14 10.34 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.5 [224 kB] #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 4.0s done #13 8.836 Selecting previously unselected package libpython3.9-minimal:arm64. #13 8.838 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_arm64.deb ... #13 8.851 Unpacking libpython3.9-minimal:arm64 (3.9.2-1) ... #14 6.935 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 mime-support all 3.64ubuntu1 [30.6 kB] #14 6.947 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpdec2 arm64 2.4.2-3 [79.6 kB] #14 6.949 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 readline-common all 8.0-4 [53.5 kB] #14 6.951 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadline8 arm64 8.0-4 [123 kB] #14 6.952 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsqlite3-0 arm64 3.31.1-4ubuntu0.6 [507 kB] #14 7.111 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-stdlib arm64 3.8.10-0ubuntu1~20.04.9 [1649 kB] #11 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 2.9s done #11 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba #11 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba done #13 8.728 Selecting previously unselected package man-db. #13 12.56 Selecting previously unselected package python3-minimal. #13 8.729 Preparing to unpack .../09-man-db_2.8.5-2_arm64.deb ... #13 8.766 Unpacking man-db (2.8.5-2) ... #13 12.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 ... 8445 files and directories currently installed.) #13 12.57 Preparing to unpack .../00-python3-minimal_3.11.2-1+b1_amd64.deb ... #13 12.59 Unpacking python3-minimal (3.11.2-1+b1) ... #13 12.74 Selecting previously unselected package media-types. #13 12.74 Preparing to unpack .../01-media-types_10.0.0_all.deb ... #13 12.75 Unpacking media-types (10.0.0) ... #13 12.92 Selecting previously unselected package libncursesw6:amd64. #14 8.437 Get:41 http://archive.ubuntu.com/ubuntu lunar/main amd64 libyaml-0-2 amd64 0.2.5-1 [52.8 kB] #14 8.438 Get:42 http://archive.ubuntu.com/ubuntu lunar/main amd64 lsb-release all 12.0-1ubuntu1 [6548 B] #14 8.438 Get:43 http://archive.ubuntu.com/ubuntu lunar/main amd64 netbase all 6.4 [13.1 kB] #14 8.438 Get:44 http://archive.ubuntu.com/ubuntu lunar/main amd64 python-apt-common all 2.5.3ubuntu1 [18.0 kB] #14 8.439 Get:45 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-apt amd64 2.5.3ubuntu1 [163 kB] #14 8.440 Get:46 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 python3-pkg-resources all 66.1.1-1ubuntu0.1 [227 kB] #14 8.443 Get:47 http://archive.ubuntu.com/ubuntu lunar/main amd64 ucf all 3.0043+nmu1 [56.5 kB] #14 8.443 Get:48 http://archive.ubuntu.com/ubuntu lunar/main amd64 bsdextrautils amd64 2.38.1-4ubuntu1 [71.0 kB] #14 8.444 Get:49 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmagic-mgc amd64 1:5.44-3 [293 kB] #14 8.455 Get:50 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmagic1 amd64 1:5.44-3 [85.6 kB] #14 8.456 Get:51 http://archive.ubuntu.com/ubuntu lunar/main amd64 file amd64 1:5.44-3 [21.8 kB] #14 8.456 Get:52 http://archive.ubuntu.com/ubuntu lunar/main amd64 gettext-base amd64 0.21-11 [36.5 kB] #14 8.457 Get:53 http://archive.ubuntu.com/ubuntu lunar/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB] #14 8.458 Get:54 http://archive.ubuntu.com/ubuntu lunar/main amd64 groff-base amd64 1.22.4-10 [937 kB] #14 8.467 Get:55 http://archive.ubuntu.com/ubuntu lunar/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] #14 8.467 Get:56 http://archive.ubuntu.com/ubuntu lunar/main amd64 libedit2 amd64 3.1-20221030-2 [95.2 kB] #14 8.469 Get:57 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfido2-1 amd64 1.12.0-2 [84.8 kB] #14 8.469 Get:58 http://archive.ubuntu.com/ubuntu lunar/main amd64 libjansson4 amd64 2.14-2 [33.0 kB] #14 8.470 Get:59 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libnghttp2-14 amd64 1.52.0-1ubuntu0.1 [72.8 kB] #14 8.477 Get:60 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpipeline1 amd64 1.5.7-1 [23.3 kB] #14 8.477 Get:61 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpng16-16 amd64 1.6.39-2 [186 kB] #14 8.480 Get:62 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpsl5 amd64 0.21.2-1 [59.0 kB] #14 8.480 Get:63 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B] #14 8.488 Get:64 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB] #14 8.489 Get:65 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxcb1 amd64 1.15-1 [48.0 kB] #14 8.489 Get:66 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libx11-data all 2:1.8.4-2ubuntu0.3 [118 kB] #14 8.491 Get:67 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libx11-6 amd64 2:1.8.4-2ubuntu0.3 [646 kB] #14 8.497 Get:68 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB] #14 8.498 Get:69 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB] #14 8.499 Get:70 http://archive.ubuntu.com/ubuntu lunar/main amd64 man-db amd64 2.11.2-1 [1218 kB] #14 8.512 Get:71 http://archive.ubuntu.com/ubuntu lunar/main amd64 manpages all 6.03-1 [1321 kB] #14 8.525 Get:72 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 openssh-client amd64 1:9.0p1-1ubuntu8.7 [900 kB] #14 8.534 Get:73 http://archive.ubuntu.com/ubuntu lunar/main amd64 publicsuffix all 20230209.2326-1 [131 kB] #14 8.535 Get:74 http://archive.ubuntu.com/ubuntu lunar/main amd64 libunwind8 amd64 1.6.2-3 [55.7 kB] #14 8.536 Get:75 http://archive.ubuntu.com/ubuntu lunar/main amd64 strace amd64 6.2-0ubuntu1 [580 kB] #14 8.541 Get:76 http://archive.ubuntu.com/ubuntu lunar/main amd64 xauth amd64 1:1.1.2-1 [25.8 kB] #14 8.542 Get:77 http://archive.ubuntu.com/ubuntu lunar/main amd64 xz-utils amd64 5.4.1-0.2 [270 kB] #14 8.545 Get:78 http://archive.ubuntu.com/ubuntu lunar/main amd64 m4 amd64 1.4.19-3 [243 kB] #14 8.547 Get:79 http://archive.ubuntu.com/ubuntu lunar/main amd64 autoconf all 2.71-3 [339 kB] #14 8.550 Get:80 http://archive.ubuntu.com/ubuntu lunar/main amd64 autotools-dev all 20220109.1 [44.9 kB] #14 8.551 Get:81 http://archive.ubuntu.com/ubuntu lunar/main amd64 automake all 1:1.16.5-1.3 [558 kB] #14 8.557 Get:82 http://archive.ubuntu.com/ubuntu lunar/main amd64 autopoint all 0.21-11 [420 kB] #14 8.561 Get:83 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 binutils-common amd64 2.40-2ubuntu4.1 [239 kB] #14 8.563 Get:84 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libbinutils amd64 2.40-2ubuntu4.1 [633 kB] #14 8.570 Get:85 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libctf-nobfd0 amd64 2.40-2ubuntu4.1 [101 kB] #14 8.571 Get:86 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libctf0 amd64 2.40-2ubuntu4.1 [97.4 kB] #14 8.572 Get:87 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libgprofng0 amd64 2.40-2ubuntu4.1 [897 kB] #14 8.581 Get:88 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2ubuntu4.1 [2484 kB] #14 8.604 Get:89 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 binutils amd64 2.40-2ubuntu4.1 [18.5 kB] #14 8.605 Get:90 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libc-dev-bin amd64 2.37-0ubuntu2.2 [20.0 kB] #14 8.605 Get:91 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 linux-libc-dev amd64 6.2.0-39.40 [1639 kB] #14 8.621 Get:92 http://archive.ubuntu.com/ubuntu lunar/main amd64 libcrypt-dev amd64 1:4.4.33-2 [113 kB] #14 8.622 Get:93 http://archive.ubuntu.com/ubuntu lunar/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB] #14 8.623 Get:94 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [193 kB] #14 8.625 Get:95 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB] #14 8.626 Get:96 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libc6-dev amd64 2.37-0ubuntu2.2 [2093 kB] #14 8.646 Get:97 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 gcc-12-base amd64 12.3.0-1ubuntu1~23.04 [42.3 kB] #13 15.96 Selecting previously unselected package manpages. #13 15.97 Preparing to unpack .../017-manpages_6.03-2_all.deb ... #13 16.00 Unpacking manpages (6.03-2) ... #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 3.564 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe arm64 Packages [26.2 kB] #14 3.564 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main arm64 Packages [49.9 kB] #14 3.573 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse arm64 Packages [24.0 kB] #14 3.573 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted arm64 Packages [1083 kB] #14 3.607 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 Packages [1139 kB] #14 3.670 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 Packages [975 kB] #14 3.776 Fetched 26.9 MB in 3s (7835 kB/s) #13 8.582 Selecting previously unselected package perl. #11 ... #12 [stage-1 2/8] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial #12 DONE 4.3s #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #14 10.34 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.20 [620 kB] #14 10.38 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB] #14 10.39 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.15 [4956 B] #14 10.39 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB] #14 10.39 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB] #14 10.39 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB] #14 10.39 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB] #14 10.54 Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libelf1 amd64 0.176-1.1ubuntu0.1 [44.2 kB] #14 10.76 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.6 [1289 kB] #13 9.073 Selecting previously unselected package perl-modules-5.28. #13 12.92 Preparing to unpack .../02-libncursesw6_6.4-4_amd64.deb ... #13 12.95 Unpacking libncursesw6:amd64 (6.4-4) ... #14 8.647 Get:98 http://archive.ubuntu.com/ubuntu lunar/main amd64 libisl23 amd64 0.25-1 [740 kB] #14 8.654 Get:99 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmpfr6 amd64 4.2.0-1 [352 kB] #14 8.658 Get:100 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmpc3 amd64 1.3.1-1 [54.1 kB] #14 8.659 Get:101 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 cpp-12 amd64 12.3.0-1ubuntu1~23.04 [10.7 MB] #14 8.781 Get:102 http://archive.ubuntu.com/ubuntu lunar/main amd64 cpp amd64 4:12.2.0-3ubuntu1 [27.8 kB] #13 9.100 Selecting previously unselected package libexpat1:arm64. #13 9.102 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u5_arm64.deb ... #13 9.109 Unpacking libexpat1:arm64 (2.2.10-2+deb11u5) ... #13 16.23 Selecting previously unselected package libbsd0:armhf. #13 16.23 Preparing to unpack .../018-libbsd0_0.11.7-2_armhf.deb ... #13 16.23 Unpacking libbsd0:armhf (0.11.7-2) ... #13 16.29 Selecting previously unselected package libedit2:armhf. #13 16.29 Preparing to unpack .../019-libedit2_3.1-20221030-2_armhf.deb ... #13 16.30 Unpacking libedit2:armhf (3.1-20221030-2) ... #13 16.50 Selecting previously unselected package libcbor0.8:armhf. #13 16.50 Preparing to unpack .../020-libcbor0.8_0.8.0-2+b1_armhf.deb ... #10 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 8.596 Get:113 http://deb.debian.org/debian buster/main armhf libfakeroot armhf 1.23-1 [41.8 kB] #13 8.597 Get:114 http://deb.debian.org/debian buster/main armhf fakeroot armhf 1.23-1 [83.8 kB] #13 8.600 Get:115 http://deb.debian.org/debian buster/main armhf libassuan0 armhf 2.5.2-1 [42.8 kB] #13 8.609 Get:116 http://deb.debian.org/debian buster/main armhf gpgconf armhf 2.2.12-1+deb10u2 [492 kB] #13 8.610 Get:117 http://deb.debian.org/debian-security buster/updates/main armhf libksba8 armhf 1.3.5-2+deb10u2 [86.9 kB] #13 8.622 Get:118 http://deb.debian.org/debian buster/main armhf libnpth0 armhf 1.6-1 [17.4 kB] #13 8.622 Get:119 http://deb.debian.org/debian buster/main armhf dirmngr armhf 2.2.12-1+deb10u2 [669 kB] #13 8.627 Get:120 http://deb.debian.org/debian buster/main armhf gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB] #13 8.637 Get:121 http://deb.debian.org/debian buster/main armhf gnupg-utils armhf 2.2.12-1+deb10u2 [788 kB] #13 8.646 Get:122 http://deb.debian.org/debian buster/main armhf gpg armhf 2.2.12-1+deb10u2 [804 kB] #13 8.655 Get:123 http://deb.debian.org/debian buster/main armhf pinentry-curses armhf 1.1.0-2 [59.8 kB] #13 8.657 Get:124 http://deb.debian.org/debian buster/main armhf gpg-agent armhf 2.2.12-1+deb10u2 [578 kB] #13 8.667 Get:125 http://deb.debian.org/debian buster/main armhf gpg-wks-client armhf 2.2.12-1+deb10u2 [469 kB] #13 8.669 Get:126 http://deb.debian.org/debian buster/main armhf gpg-wks-server armhf 2.2.12-1+deb10u2 [464 kB] #13 8.677 Get:127 http://deb.debian.org/debian buster/main armhf gpgsm armhf 2.2.12-1+deb10u2 [573 kB] #13 8.685 Get:128 http://deb.debian.org/debian buster/main armhf gnupg all 2.2.12-1+deb10u2 [715 kB] #13 8.688 Get:129 http://deb.debian.org/debian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB] #13 8.688 Get:130 http://deb.debian.org/debian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB] #13 8.691 Get:131 http://deb.debian.org/debian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b5 [32.9 kB] #13 8.691 Get:132 http://deb.debian.org/debian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB] #13 8.694 Get:133 http://deb.debian.org/debian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB] #13 8.695 Get:134 http://deb.debian.org/debian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B] #13 8.697 Get:135 http://deb.debian.org/debian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B] #13 8.698 Get:136 http://deb.debian.org/debian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.0 kB] #13 8.699 Get:137 http://deb.debian.org/debian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB] #13 8.699 Get:138 http://deb.debian.org/debian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB] #13 8.701 Get:139 http://deb.debian.org/debian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.2 kB] #13 8.701 Get:140 http://deb.debian.org/debian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB] #13 8.702 Get:141 http://deb.debian.org/debian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB] #13 8.719 Get:142 http://deb.debian.org/debian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB] #13 8.722 Get:143 http://deb.debian.org/debian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB] #13 8.724 Get:144 http://deb.debian.org/debian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB] #13 8.725 Get:145 http://deb.debian.org/debian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB] #13 8.731 Get:146 http://deb.debian.org/debian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB] #13 8.731 Get:147 http://deb.debian.org/debian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB] #13 8.731 Get:148 http://deb.debian.org/debian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB] #13 8.731 Get:149 http://deb.debian.org/debian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB] #13 8.731 Get:150 http://deb.debian.org/debian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB] #13 8.731 Get:151 http://deb.debian.org/debian buster/main armhf liburi-perl all 1.76-1 [89.9 kB] #13 8.733 Get:152 http://deb.debian.org/debian buster/main armhf libhtml-parser-perl armhf 3.72-3+b3 [102 kB] #13 8.742 Get:153 http://deb.debian.org/debian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB] #13 8.742 Get:154 http://deb.debian.org/debian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB] #13 8.742 Get:155 http://deb.debian.org/debian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB] #13 8.742 Get:156 http://deb.debian.org/debian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB] #13 8.742 Get:157 http://deb.debian.org/debian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB] #13 8.742 Get:158 http://deb.debian.org/debian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB] #13 8.743 Get:159 http://deb.debian.org/debian buster/main armhf perl-openssl-defaults armhf 3 [6782 B] #13 8.744 Get:160 http://deb.debian.org/debian buster/main armhf libnet-ssleay-perl armhf 1.85-2+deb10u1 [288 kB] #13 8.747 Get:161 http://deb.debian.org/debian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB] #13 8.751 Get:162 http://deb.debian.org/debian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB] #13 8.751 Get:163 http://deb.debian.org/debian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B] #13 8.752 Get:164 http://deb.debian.org/debian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB] #13 8.753 Get:165 http://deb.debian.org/debian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB] #13 8.754 Get:166 http://deb.debian.org/debian buster/main armhf libwww-perl all 6.36-2 [188 kB] #13 8.757 Get:167 http://deb.debian.org/debian buster/main armhf patchutils armhf 0.3.4-2 [86.2 kB] #13 8.758 Get:168 http://deb.debian.org/debian buster/main armhf wdiff armhf 1.2.2-2+b1 [121 kB] #13 8.761 Get:169 http://deb.debian.org/debian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB] #13 8.771 Get:170 http://deb.debian.org/debian buster/main armhf diffstat armhf 1.62-1 [31.6 kB] #13 8.777 Get:171 http://deb.debian.org/debian-security buster/updates/main armhf distro-info-data all 0.41+deb10u8 [7540 B] #13 8.780 Get:172 http://deb.debian.org/debian buster/main armhf python3-pkg-resources all 40.8.0-1 [153 kB] #13 8.780 Get:173 http://deb.debian.org/debian buster/main armhf python3-chardet all 3.0.4-3 [80.5 kB] #13 8.782 Get:174 http://deb.debian.org/debian buster/main armhf python3-six all 1.12.0-1 [15.7 kB] #13 8.782 Get:175 http://deb.debian.org/debian buster/main armhf python3-debian all 0.1.35 [78.8 kB] #13 8.784 Get:176 http://deb.debian.org/debian buster/main armhf libgpgme11 armhf 1.12.0-6 [232 kB] #13 8.788 Get:177 http://deb.debian.org/debian buster/main armhf python3-gpg armhf 1.12.0-6 [279 kB] #13 8.791 Get:178 http://deb.debian.org/debian buster/main armhf dput all 1.0.3 [54.5 kB] #13 8.792 Get:179 http://deb.debian.org/debian buster/main armhf equivs all 2.2.0 [22.4 kB] #13 8.800 Get:180 http://deb.debian.org/debian-security buster/updates/main armhf exim4-config all 4.92-8+deb10u9 [325 kB] #13 8.800 Get:181 http://deb.debian.org/debian-security buster/updates/main armhf exim4-base armhf 4.92-8+deb10u9 [1134 kB] #13 8.813 Get:182 http://deb.debian.org/debian buster/main armhf libevent-2.1-6 armhf 2.1.8-stable-4 [159 kB] #13 8.816 Get:183 http://deb.debian.org/debian-security buster/updates/main armhf libunbound8 armhf 1.9.0-2+deb10u3 [412 kB] #13 8.821 Get:184 http://deb.debian.org/debian-security buster/updates/main armhf libgnutls-dane0 armhf 3.6.7-4+deb10u11 [316 kB] #13 8.826 Get:185 http://deb.debian.org/debian-security buster/updates/main armhf exim4-daemon-light armhf 4.92-8+deb10u9 [546 kB] #13 8.833 Get:186 http://deb.debian.org/debian-security buster/updates/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u8 [298 kB] #13 8.834 Get:187 http://deb.debian.org/debian-security buster/updates/main armhf libpcre2-8-0 armhf 10.32-5+deb10u1 [191 kB] #13 8.837 Get:188 http://deb.debian.org/debian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB] #13 8.837 Get:189 http://deb.debian.org/debian-security buster/updates/main armhf git-man all 1:2.20.1-2+deb10u8 [1623 kB] #13 8.857 Get:190 http://deb.debian.org/debian-security buster/updates/main armhf git armhf 1:2.20.1-2+deb10u8 [4554 kB] #13 8.910 Get:191 http://deb.debian.org/debian buster/main armhf libgc1c2 armhf 1:7.6.4-0.4 [212 kB] #13 8.911 Get:192 http://deb.debian.org/debian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB] #13 9.091 Get:193 http://deb.debian.org/debian buster/main armhf guile-2.2-libs armhf 2.2.4+1-2+deb10u1 [4920 kB] #13 9.582 Get:194 http://deb.debian.org/debian buster/main armhf iso-codes all 4.2-1 [2713 kB] #13 9.641 Get:195 http://deb.debian.org/debian buster/main armhf libalgorithm-diff-perl all 1.19.03-2 [47.9 kB] #13 9.641 Get:196 http://deb.debian.org/debian buster/main armhf libalgorithm-diff-xs-perl armhf 0.04-5+b1 [11.3 kB] #13 9.641 Get:197 http://deb.debian.org/debian buster/main armhf libalgorithm-merge-perl all 0.08-3 [12.7 kB] #13 9.641 Get:198 http://deb.debian.org/debian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB] #13 9.644 Get:199 http://deb.debian.org/debian buster/main armhf libapt-pkg-perl armhf 0.1.34+b1 [66.3 kB] #13 9.644 Get:200 http://deb.debian.org/debian buster/main armhf libarchive-cpio-perl all 0.10-1 [10.3 kB] #13 9.645 Get:201 http://deb.debian.org/debian buster/main armhf libasync-mergepoint-perl all 0.04-2 [10.4 kB] #13 9.646 Get:202 http://deb.debian.org/debian buster/main armhf libauthen-sasl-perl all 2.1600-1 [50.8 kB] #13 9.647 Get:203 http://deb.debian.org/debian buster/main armhf libmodule-implementation-perl all 0.09-1 [12.9 kB] #13 9.648 Get:204 http://deb.debian.org/debian buster/main armhf libvariable-magic-perl armhf 0.62-1+b1 [43.4 kB] #13 9.650 Get:205 http://deb.debian.org/debian buster/main armhf libb-hooks-endofscope-perl all 0.24-1 [18.6 kB] #13 9.650 Get:206 http://deb.debian.org/debian buster/main armhf libcapture-tiny-perl all 0.48-1 [26.0 kB] #13 9.651 Get:207 http://deb.debian.org/debian buster/main armhf libcgi-pm-perl all 4.40-1 [222 kB] #13 9.654 Get:208 http://deb.debian.org/debian buster/main armhf libfcgi-perl armhf 0.78-2+b3 [34.8 kB] #13 9.655 Get:209 http://deb.debian.org/debian buster/main armhf libcgi-fast-perl all 1:2.13-1 [11.4 kB] #13 9.657 Get:210 http://deb.debian.org/debian buster/main armhf libsub-name-perl armhf 0.21-1+b3 [13.0 kB] #13 9.658 Get:211 http://deb.debian.org/debian buster/main armhf libclass-accessor-perl all 0.51-1 [23.2 kB] #13 9.660 Get:212 http://deb.debian.org/debian buster/main armhf libclass-inspector-perl all 1.32-1 [19.1 kB] #13 9.662 Get:213 http://deb.debian.org/debian buster/main armhf libclass-xsaccessor-perl armhf 1.19-3+b2 [37.5 kB] #13 9.668 Get:214 http://deb.debian.org/debian buster/main armhf libclone-perl armhf 0.41-1+b1 [14.0 kB] #13 9.668 Get:215 http://deb.debian.org/debian buster/main armhf libcommon-sense-perl armhf 3.74-2+b7 [24.0 kB] #13 9.668 Get:216 http://deb.debian.org/debian buster/main armhf libparams-util-perl armhf 1.07-3+b4 [21.8 kB] #13 9.668 Get:217 http://deb.debian.org/debian buster/main armhf libsub-install-perl all 0.928-1 [11.4 kB] #13 9.669 Get:218 http://deb.debian.org/debian buster/main armhf libdata-optlist-perl all 0.110-1 [10.6 kB] #13 9.679 Get:219 http://deb.debian.org/debian buster/main armhf libsub-exporter-perl all 0.987-1 [47.2 kB] #13 9.679 Get:220 http://deb.debian.org/debian buster/main armhf libconst-fast-perl all 0.014-1 [8250 B] #13 9.679 Get:221 http://deb.debian.org/debian buster/main armhf libwant-perl armhf 0.29-1+b4 [27.3 kB] #13 9.681 Get:222 http://deb.debian.org/debian buster/main armhf libcontextual-return-perl all 0.004014-2 [56.6 kB] #13 9.685 Get:223 http://deb.debian.org/debian buster/main armhf libconvert-binhex-perl all 1.125-1 [30.5 kB] #13 9.685 Get:224 http://deb.debian.org/debian buster/main armhf libdata-dump-perl all 1.23-1 [29.5 kB] #13 9.685 Get:225 http://deb.debian.org/debian buster/main armhf libdigest-bubblebabble-perl all 0.02-2 [8238 B] #13 9.685 Get:226 http://deb.debian.org/debian buster/main armhf libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB] #13 9.686 Get:227 http://deb.debian.org/debian-security buster/updates/main armhf libdistro-info-perl all 0.21+deb10u1 [6908 B] #13 9.688 Get:228 http://deb.debian.org/debian buster/main armhf libnet-smtp-ssl-perl all 1.04-1 [6184 B] #13 9.688 Get:229 http://deb.debian.org/debian buster/main armhf libmailtools-perl all 2.18-1 [88.5 kB] #13 9.690 Get:230 http://deb.debian.org/debian buster/main armhf libnet-ip-perl all 1.26-2 [29.0 kB] #13 9.690 Get:231 http://deb.debian.org/debian buster/main armhf libnet-dns-perl all 1.19-1 [372 kB] #13 9.696 Get:232 http://deb.debian.org/debian buster/main armhf libnet-domain-tld-perl all 1.75-1 [33.3 kB] #13 9.700 Get:233 http://deb.debian.org/debian buster/main armhf libemail-valid-perl all 1.202-1 [23.0 kB] #13 9.700 Get:234 http://deb.debian.org/debian buster/main armhf libexporter-tiny-perl all 1.002001-1 [36.9 kB] #13 9.700 Get:235 http://deb.debian.org/debian buster/main armhf libipc-system-simple-perl all 1.25-4 [26.5 kB] #13 9.700 Get:236 http://deb.debian.org/debian buster/main armhf libfile-basedir-perl all 0.08-1 [17.7 kB] #13 9.701 Get:237 http://deb.debian.org/debian buster/main armhf libfile-chdir-perl all 0.1008-1 [13.3 kB] #13 9.701 Get:238 http://deb.debian.org/debian buster/main armhf libfile-fcntllock-perl armhf 0.22-3+b5 [35.0 kB] #13 9.703 Get:239 http://deb.debian.org/debian buster/main armhf libfont-afm-perl all 1.20-2 [13.6 kB] #13 9.703 Get:240 http://deb.debian.org/debian buster/main armhf libfribidi0 armhf 1.0.5-3.1+deb10u2 [61.9 kB] #13 9.705 Get:241 http://deb.debian.org/debian buster/main armhf libfuture-perl all 0.39-1 [74.5 kB] #13 9.707 Get:242 http://deb.debian.org/debian buster/main armhf libio-stringy-perl all 2.111-3 [56.5 kB] #13 9.708 Get:243 http://deb.debian.org/debian buster/main armhf libparams-validate-perl armhf 1.29-1+b1 [65.6 kB] #13 9.713 Get:244 http://deb.debian.org/debian buster/main armhf libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB] #13 9.713 Get:245 http://deb.debian.org/debian buster/main armhf libsort-versions-perl all 1.62-1 [11.0 kB] #13 9.714 Get:246 http://deb.debian.org/debian buster/main armhf libgit-wrapper-perl all 0.048-1 [34.7 kB] #13 9.717 Get:247 http://deb.debian.org/debian buster/main armhf libhttp-tiny-multipart-perl all 0.08-1 [9304 B] #13 9.722 Get:248 http://deb.debian.org/debian buster/main armhf libio-prompter-perl all 0.004015-1 [60.4 kB] #13 9.724 Get:249 http://deb.debian.org/debian buster/main armhf libjson-perl all 4.02000-1 [88.8 kB] #13 9.745 Get:250 http://deb.debian.org/debian buster/main armhf liblog-any-perl all 1.707-1 [65.2 kB] #13 9.745 Get:251 http://deb.debian.org/debian buster/main armhf liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB] #13 9.745 Get:252 http://deb.debian.org/debian buster/main armhf libpackage-stash-perl all 0.38-1 [21.7 kB] #13 9.767 Get:253 http://deb.debian.org/debian buster/main armhf libsub-identify-perl armhf 0.14-1+b1 [11.5 kB] #13 9.767 Get:254 http://deb.debian.org/debian buster/main armhf libnamespace-clean-perl all 0.27-1 [17.3 kB] #13 9.769 Get:255 http://deb.debian.org/debian buster/main armhf libpath-tiny-perl all 0.108-1 [53.3 kB] #13 9.769 Get:256 http://deb.debian.org/debian buster/main armhf libtype-tiny-perl all 1.004004-1 [266 kB] #13 9.774 Get:257 http://deb.debian.org/debian buster/main armhf libgitlab-api-v4-perl all 0.16-1 [69.9 kB] #13 9.776 Get:258 http://deb.debian.org/debian-security buster/updates/main armhf libglib2.0-data all 2.58.3-2+deb10u5 [1110 kB] #13 9.790 Get:259 http://deb.debian.org/debian buster/main armhf libgpm2 armhf 1.20.7-5 [34.2 kB] #13 9.791 Get:260 http://deb.debian.org/debian buster/main armhf libidn11 armhf 1.33-2.2 [113 kB] #13 9.793 Get:261 http://deb.debian.org/debian buster/main armhf libntlm0 armhf 1.5-1+deb10u1 [22.9 kB] #13 9.794 Get:262 http://deb.debian.org/debian buster/main armhf libgsasl7 armhf 1.8.0-8+deb10u1 [197 kB] #13 9.797 Get:263 http://deb.debian.org/debian buster/main armhf libhtml-form-perl all 6.03-1 [23.9 kB] #13 9.798 Get:264 http://deb.debian.org/debian buster/main armhf libhtml-format-perl all 2.12-1 [43.5 kB] #13 9.799 Get:265 http://deb.debian.org/debian-security buster/updates/main armhf libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB] #13 9.800 Get:266 http://deb.debian.org/debian buster/main armhf libstruct-dumb-perl all 0.09-1 [11.1 kB] #13 9.804 Get:267 http://deb.debian.org/debian buster/main armhf libio-async-perl all 0.72-1 [262 kB] #13 9.805 Get:268 http://deb.debian.org/debian buster/main armhf libio-sessiondata-perl all 1.03-1 [5782 B] #13 9.806 Get:269 http://deb.debian.org/debian buster/main armhf libio-string-perl all 1.08-3 [12.3 kB] #13 9.807 Get:270 http://deb.debian.org/debian buster/main armhf libtypes-serialiser-perl all 1.0-1 [12.7 kB] #13 9.807 Get:271 http://deb.debian.org/debian buster/main armhf libjson-xs-perl armhf 3.040-1+b1 [89.4 kB] #13 9.809 Get:272 http://deb.debian.org/debian buster/main armhf liblzo2-2 armhf 2.10-0.1 [49.7 kB] #13 9.810 Get:273 http://deb.debian.org/debian buster/main armhf libkyotocabinet16v5 armhf 1.2.76-4.2+b1 [280 kB] #13 9.824 Get:274 http://deb.debian.org/debian buster/main armhf liblist-compare-perl all 0.53-1 [68.9 kB] #13 9.824 Get:275 http://deb.debian.org/debian buster/main armhf liblist-moreutils-perl armhf 0.416-1+b4 [60.5 kB] #13 9.833 Get:276 http://deb.debian.org/debian buster/main armhf libltdl-dev armhf 2.4.6-9 [160 kB] #13 9.836 Get:277 http://deb.debian.org/debian buster/main armhf libsys-hostname-long-perl all 1.5-1 [12.0 kB] #13 9.836 Get:278 http://deb.debian.org/debian buster/main armhf libmail-sendmail-perl all 0.80-1 [25.3 kB] #13 9.841 Get:279 http://deb.debian.org/debian buster/main armhf mailutils-common all 1:3.5-4 [689 kB] #13 9.858 Get:280 http://deb.debian.org/debian buster/main armhf mysql-common all 5.8+1.0.5 [7324 B] #13 9.859 Get:281 http://deb.debian.org/debian-security buster/updates/main armhf mariadb-common all 1:10.3.39-0+deb10u1 [33.5 kB] #13 9.860 Get:282 http://deb.debian.org/debian-security buster/updates/main armhf libmariadb3 armhf 1:10.3.39-0+deb10u1 [164 kB] #13 9.865 Get:283 http://deb.debian.org/debian-security buster/updates/main armhf libpython2.7-minimal armhf 2.7.16-2+deb10u3 [397 kB] #13 9.877 Get:284 http://deb.debian.org/debian-security buster/updates/main armhf libpython2.7-stdlib armhf 2.7.16-2+deb10u3 [1838 kB] #13 9.921 Get:285 http://deb.debian.org/debian-security buster/updates/main armhf libpython2.7 armhf 2.7.16-2+deb10u3 [891 kB] #13 9.939 Get:286 http://deb.debian.org/debian buster/main armhf libmailutils5 armhf 1:3.5-4 [813 kB] #13 9.957 Get:287 http://deb.debian.org/debian buster/main armhf libmime-tools-perl all 5.509-1 [212 kB] #13 9.965 Get:288 http://deb.debian.org/debian buster/main armhf libnet-dns-sec-perl armhf 1.11-1 [47.2 kB] #13 9.965 Get:289 http://deb.debian.org/debian buster/main armhf libnet-libidn-perl armhf 0.12.ds-3+b1 [17.7 kB] #13 9.965 Get:290 http://deb.debian.org/debian buster/main armhf libnumber-compare-perl all 0.03-1 [7642 B] #13 9.965 Get:291 http://deb.debian.org/debian buster/main armhf libnumber-range-perl all 0.12-1 [9274 B] #13 9.965 Get:292 http://deb.debian.org/debian buster/main armhf libossp-uuid16 armhf 1.6.2-1.5+b7 [35.3 kB] #13 9.965 Get:293 http://deb.debian.org/debian buster/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b7 [27.8 kB] #13 9.965 Get:294 http://deb.debian.org/debian buster/main armhf libpackage-stash-xs-perl armhf 0.29-1 [18.1 kB] #13 9.965 Get:295 http://deb.debian.org/debian buster/main armhf libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB] #13 9.965 Get:296 http://deb.debian.org/debian buster/main armhf libtext-glob-perl all 0.10-1 [8362 B] #13 9.967 Get:297 http://deb.debian.org/debian buster/main armhf libpath-iterator-rule-perl all 1.014-1 [54.0 kB] #13 9.968 Get:298 http://deb.debian.org/debian buster/main armhf libperlio-gzip-perl armhf 0.19-1+b5 [16.2 kB] #13 9.977 Get:299 http://deb.debian.org/debian buster/main armhf libpod-constants-perl all 0.19-1 [16.9 kB] #13 9.977 Get:300 http://deb.debian.org/debian buster/main armhf libreadonly-perl all 2.050-1 [22.7 kB] #13 9.977 Get:301 http://deb.debian.org/debian buster/main armhf libref-util-perl all 0.204-1 [17.1 kB] #13 9.986 Get:302 http://deb.debian.org/debian buster/main armhf libref-util-xs-perl armhf 0.117-1+b1 [12.8 kB] #13 9.986 Get:303 http://deb.debian.org/debian buster/main armhf libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB] #13 9.995 Get:304 http://deb.debian.org/debian buster/main armhf libsasl2-modules armhf 2.1.27+dfsg-1+deb10u2 [96.9 kB] #13 9.995 Get:305 http://deb.debian.org/debian buster/main armhf libsereal-decoder-perl armhf 4.005+ds-1+b1 [88.2 kB] #13 9.997 Get:306 http://deb.debian.org/debian buster/main armhf libsereal-encoder-perl armhf 4.005+ds-1+b1 [89.1 kB] #13 9.998 Get:307 http://deb.debian.org/debian buster/main armhf libsereal-perl all 4.005-1 [10.8 kB] #13 9.999 Get:308 http://deb.debian.org/debian buster/main armhf libtask-weaken-perl all 1.06-1 [9252 B] #13 10.00 Get:309 http://deb.debian.org/debian buster/main armhf libxml-parser-perl armhf 2.44-4 [210 kB] #13 10.01 Get:310 http://deb.debian.org/debian buster/main armhf libsoap-lite-perl all 1.27-1 [258 kB] #13 10.01 Get:311 http://deb.debian.org/debian buster/main armhf libsort-key-perl armhf 1.33-2+b1 [35.7 kB] #13 10.01 Get:312 http://deb.debian.org/debian buster/main armhf libstring-copyright-perl all 0.003006-1 [11.6 kB] #13 10.02 Get:313 http://deb.debian.org/debian buster/main armhf libstring-escape-perl all 2010.002-2 [19.1 kB] #13 10.02 Get:314 http://deb.debian.org/debian buster/main armhf libstring-shellquote-perl all 1.04-1 [12.6 kB] #13 10.02 Get:315 http://deb.debian.org/debian buster/main armhf libterm-readkey-perl armhf 2.38-1 [26.3 kB] #13 10.02 Get:316 http://deb.debian.org/debian buster/main armhf libtest-fatal-perl all 0.014-1 [11.9 kB] #13 10.03 Get:317 http://deb.debian.org/debian buster/main armhf libtest-refcount-perl all 0.08-3 [11.4 kB] #13 10.03 Get:318 http://deb.debian.org/debian buster/main armhf libtext-levenshtein-perl all 0.13-1 [11.1 kB] #13 10.03 Get:319 http://deb.debian.org/debian buster/main armhf libtype-tiny-xs-perl armhf 0.014-1+b1 [22.5 kB] #13 10.03 Get:320 http://deb.debian.org/debian buster/main armhf libunicode-utf8-perl armhf 0.62-1 [19.0 kB] #13 10.03 Get:321 http://deb.debian.org/debian buster/main armhf libwrap0 armhf 7.6.q-28 [55.9 kB] #13 10.03 Get:322 http://deb.debian.org/debian buster/main armhf libxau6 armhf 1:1.0.8-1+b2 [19.1 kB] #13 10.03 Get:323 http://deb.debian.org/debian buster/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB] #13 10.03 Get:324 http://deb.debian.org/debian buster/main armhf libxcb1 armhf 1.13.1-2 [132 kB] #13 10.03 Get:325 http://deb.debian.org/debian-security buster/updates/main armhf libx11-data all 2:1.6.7-1+deb10u4 [299 kB] #13 10.04 Get:326 http://deb.debian.org/debian-security buster/updates/main armhf libx11-6 armhf 2:1.6.7-1+deb10u4 [698 kB] #13 10.05 Get:327 http://deb.debian.org/debian buster/main armhf libxext6 armhf 2:1.3.3-1+b2 [48.1 kB] #13 10.05 Get:328 http://deb.debian.org/debian buster/main armhf libxml-namespacesupport-perl all 1.12-1 [14.8 kB] #13 10.05 Get:329 http://deb.debian.org/debian buster/main armhf libxml-sax-base-perl all 1.09-1 [20.4 kB] #13 10.06 Get:330 http://deb.debian.org/debian buster/main armhf libxml-sax-perl all 1.00+dfsg-1 [58.6 kB] #13 10.06 Get:331 http://deb.debian.org/debian buster/main armhf libxml-libxml-perl armhf 2.0134+dfsg-1 [326 kB] #13 10.06 Get:332 http://deb.debian.org/debian buster/main armhf libxml-sax-expat-perl all 0.51-1 [12.0 kB] #13 10.06 Get:333 http://deb.debian.org/debian buster/main armhf libxml-simple-perl all 2.25-1 [72.0 kB] #13 10.06 Get:334 http://deb.debian.org/debian buster/main armhf libxmlrpc-lite-perl all 0.717-2 [22.3 kB] #13 10.06 Get:335 http://deb.debian.org/debian buster/main armhf libxmuu1 armhf 2:1.1.2-2+b3 [23.3 kB] #13 10.06 Get:336 http://deb.debian.org/debian buster/main armhf libyaml-0-2 armhf 0.2.1-1 [40.6 kB] #13 10.06 Get:337 http://deb.debian.org/debian buster/main armhf libyaml-libyaml-perl armhf 0.76+repack-1 [30.8 kB] #13 10.06 Get:338 http://deb.debian.org/debian buster/main armhf licensecheck all 3.0.31-3 [28.3 kB] #13 10.06 Get:339 http://deb.debian.org/debian buster/main armhf t1utils armhf 1.41-3 [54.4 kB] #13 10.07 Get:340 http://deb.debian.org/debian buster/main armhf lintian all 2.15.0 [1181 kB] #13 10.10 Get:341 http://deb.debian.org/debian buster/main armhf lsb-release all 10.2019051400 [27.5 kB] #13 10.10 Get:342 http://deb.debian.org/debian buster/main armhf mailutils armhf 1:3.5-4 [569 kB] #13 10.10 Get:343 http://deb.debian.org/debian buster/main armhf manpages-dev all 4.16-2 [2232 kB] #13 10.13 Get:344 http://deb.debian.org/debian buster/main armhf psmisc armhf 23.2-1+deb10u1 [123 kB] #13 10.13 Get:345 http://deb.debian.org/debian buster/main armhf publicsuffix all 20220811.1734-0+deb10u1 [127 kB] #13 10.13 Get:346 http://deb.debian.org/debian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB] #13 10.13 Get:347 http://deb.debian.org/debian buster/main armhf python3-apt armhf 1.8.4.3 [169 kB] #13 10.14 Get:348 http://deb.debian.org/debian buster/main armhf python3-certifi all 2018.8.24-1 [140 kB] #13 10.14 Get:349 http://deb.debian.org/debian buster/main armhf python3-idna all 2.6-1 [34.3 kB] #13 10.14 Get:350 http://deb.debian.org/debian buster/main armhf python3-magic all 2:0.4.15-2 [9256 B] #13 10.14 Get:351 http://deb.debian.org/debian-security buster/updates/main armhf python3-urllib3 all 1.24.1-1+deb10u2 [98.4 kB] #13 10.14 Get:352 http://deb.debian.org/debian-security buster/updates/main armhf python3-requests all 2.21.0-1+deb10u1 [67.4 kB] #13 10.15 Get:353 http://deb.debian.org/debian buster/main armhf python3-unidiff all 0.5.4-1 [7506 B] #13 10.15 Get:354 http://deb.debian.org/debian buster/main armhf python3-xdg all 0.25-5 [35.9 kB] #13 10.15 Get:355 http://deb.debian.org/debian buster/main armhf shared-mime-info armhf 1.10-1 [763 kB] #13 10.16 Get:356 http://deb.debian.org/debian buster/main armhf strace armhf 4.26-0.2 [783 kB] #13 10.17 Get:357 http://deb.debian.org/debian-security buster/updates/main armhf unzip armhf 6.0-23+deb10u3 [158 kB] #13 10.17 Get:358 http://deb.debian.org/debian buster/main armhf xauth armhf 1:1.0.10-1 [37.4 kB] #13 10.17 Get:359 http://deb.debian.org/debian buster/main armhf xdg-user-dirs armhf 0.17-2 [52.4 kB] #13 10.37 debconf: delaying package configuration, since apt-utils is not installed #13 10.40 Fetched 156 MB in 3s (45.6 MB/s) #13 10.42 Selecting previously unselected package sensible-utils. #13 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 ... 6680 files and directories currently installed.) #13 10.42 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ... #13 10.43 Unpacking sensible-utils (0.0.12) ... #13 10.52 Selecting previously unselected package lsb-base. #13 10.52 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ... #13 10.52 Unpacking lsb-base (10.2019051400) ... #13 10.56 Selecting previously unselected package cron. #13 10.56 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_armhf.deb ... #13 10.56 Unpacking cron (3.0pl1-134+deb10u1) ... #13 10.61 Selecting previously unselected package libbsd0:armhf. #13 10.61 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_armhf.deb ... #13 10.62 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ... #13 10.67 Selecting previously unselected package bsdmainutils. #13 10.67 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_armhf.deb ... #13 10.67 Unpacking bsdmainutils (11.1.2+b1) ... #13 10.74 Selecting previously unselected package libuchardet0:armhf. #13 10.74 Preparing to unpack .../05-libuchardet0_0.0.6-3_armhf.deb ... #13 10.75 Unpacking libuchardet0:armhf (0.0.6-3) ... #13 10.79 Selecting previously unselected package groff-base. #13 10.79 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_armhf.deb ... #13 10.79 Unpacking groff-base (1.22.4-3+deb10u1) ... #13 10.96 Selecting previously unselected package libgdbm6:armhf. #13 10.96 Preparing to unpack .../07-libgdbm6_1.18.1-4_armhf.deb ... #13 10.97 Unpacking libgdbm6:armhf (1.18.1-4) ... #13 11.01 Selecting previously unselected package libpipeline1:armhf. #13 11.01 Preparing to unpack .../08-libpipeline1_1.5.1-2_armhf.deb ... #13 11.02 Unpacking libpipeline1:armhf (1.5.1-2) ... #13 11.07 Selecting previously unselected package man-db. #13 11.07 Preparing to unpack .../09-man-db_2.8.5-2_armhf.deb ... #13 11.08 Unpacking man-db (2.8.5-2) ... #13 11.27 Selecting previously unselected package perl-modules-5.28. #13 11.27 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ... #13 11.28 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ... #13 11.85 Selecting previously unselected package libgdbm-compat4:armhf. #13 11.85 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_armhf.deb ... #13 11.86 Unpacking libgdbm-compat4:armhf (1.18.1-4) ... #13 11.91 Selecting previously unselected package libperl5.28:armhf. #13 11.91 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_armhf.deb ... #13 11.91 Unpacking libperl5.28:armhf (5.28.1-6+deb10u1) ... #13 12.43 Selecting previously unselected package perl. #13 12.43 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_armhf.deb ... #13 12.44 Unpacking perl (5.28.1-6+deb10u1) ... #13 12.50 Selecting previously unselected package liblocale-gettext-perl. #13 12.50 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_armhf.deb ... #13 12.50 Unpacking liblocale-gettext-perl (1.07-3+b4) ... #13 12.62 Selecting previously unselected package libssl1.1:armhf. #13 12.62 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u6_armhf.deb ... #13 12.64 Unpacking libssl1.1:armhf (1.1.1n-0+deb10u6) ... #13 12.80 Selecting previously unselected package libpython3.7-minimal:armhf. #13 12.80 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u6_armhf.deb ... #13 12.81 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u6) ... #13 12.93 Selecting previously unselected package libexpat1:armhf. #13 12.93 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u6_armhf.deb ... #13 12.94 Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ... #13 12.99 Selecting previously unselected package python3.7-minimal. #13 12.99 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u6_armhf.deb ... #13 13.00 Unpacking python3.7-minimal (3.7.3-2+deb10u6) ... #13 13.20 Setting up libssl1.1:armhf (1.1.1n-0+deb10u6) ... #13 13.32 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u6) ... #13 13.34 Setting up libexpat1:armhf (2.2.6-2+deb10u6) ... #13 13.35 Setting up python3.7-minimal (3.7.3-2+deb10u6) ... #13 13.90 Selecting previously unselected package python3-minimal. #13 13.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 ... 9606 files and directories currently installed.) #13 13.90 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ... #13 13.91 Unpacking python3-minimal (3.7.3-1) ... #13 13.95 Selecting previously unselected package mime-support. #13 13.95 Preparing to unpack .../1-mime-support_3.62_all.deb ... #13 13.96 Unpacking mime-support (3.62) ... #13 14.00 Selecting previously unselected package libmpdec2:armhf. #13 14.00 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ... #13 14.00 Unpacking libmpdec2:armhf (2.4.2-2) ... #13 14.04 Selecting previously unselected package readline-common. #13 14.05 Preparing to unpack .../3-readline-common_7.0-5_all.deb ... #13 14.05 Unpacking readline-common (7.0-5) ... #13 14.10 Selecting previously unselected package libreadline7:armhf. #13 14.10 Preparing to unpack .../4-libreadline7_7.0-5_armhf.deb ... #13 14.10 Unpacking libreadline7:armhf (7.0-5) ... #13 14.17 Selecting previously unselected package libsqlite3-0:armhf. #13 14.17 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_armhf.deb ... #13 14.17 Unpacking libsqlite3-0:armhf (3.27.2-3+deb10u2) ... #13 14.26 Selecting previously unselected package libpython3.7-stdlib:armhf. #13 14.26 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u6_armhf.deb ... #13 14.26 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u6) ... #13 8.584 Preparing to unpack .../4-perl_5.36.0-7+deb12u1_arm64.deb ... #13 8.597 Unpacking perl (5.36.0-7+deb12u1) ... #13 8.679 Selecting previously unselected package liblocale-gettext-perl. #13 8.681 Preparing to unpack .../5-liblocale-gettext-perl_1.07-5_arm64.deb ... #13 8.692 Unpacking liblocale-gettext-perl (1.07-5) ... #13 8.818 Selecting previously unselected package libssl3:arm64. #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 5.3s #14 6.497 0 upgraded, 398 newly installed, 0 to remove and 7 not upgraded. #14 6.497 Need to get 151 MB of archives. #14 6.497 After this operation, 569 MB of additional disk space will be used. #14 6.497 Get:1 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 liblocale-gettext-perl arm64 1.07-6 [15.4 kB] #14 6.647 Get:2 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libssl3 arm64 3.0.10-1ubuntu2.1 [1772 kB] #13 9.921 Selecting previously unselected package libgdbm-compat4:amd64. #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 0.1s #13 9.075 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ... #13 9.142 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ... #14 8.781 Get:103 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libcc1-0 amd64 13.1.0-2ubuntu2~23.04 [48.1 kB] #14 8.782 Get:104 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libgomp1 amd64 13.1.0-2ubuntu2~23.04 [142 kB] #14 8.784 Get:105 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libitm1 amd64 13.1.0-2ubuntu2~23.04 [29.5 kB] #14 8.784 Get:106 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libatomic1 amd64 13.1.0-2ubuntu2~23.04 [10.4 kB] #14 8.785 Get:107 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libasan8 amd64 13.1.0-2ubuntu2~23.04 [2826 kB] #14 8.812 Get:108 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 liblsan0 amd64 13.1.0-2ubuntu2~23.04 [1203 kB] #14 8.823 Get:109 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libtsan2 amd64 13.1.0-2ubuntu2~23.04 [2600 kB] #14 8.846 Get:110 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libubsan1 amd64 13.1.0-2ubuntu2~23.04 [1105 kB] #14 8.856 Get:111 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libquadmath0 amd64 13.1.0-2ubuntu2~23.04 [153 kB] #14 8.858 Get:112 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libgcc-12-dev amd64 12.3.0-1ubuntu1~23.04 [2577 kB] #14 9.154 Get:113 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 gcc-12 amd64 12.3.0-1ubuntu1~23.04 [21.6 MB] #14 7.726 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8 arm64 3.8.10-0ubuntu1~20.04.9 [387 kB] #13 13.41 Selecting previously unselected package libkrb5support0:amd64. #13 9.491 Selecting previously unselected package python3.9-minimal. #13 9.493 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_arm64.deb ... #13 9.522 Unpacking python3.9-minimal (3.9.2-1) ... #13 16.51 Unpacking libcbor0.8:armhf (0.8.0-2+b1) ... #13 16.55 Selecting previously unselected package libfido2-1:armhf. #13 16.55 Preparing to unpack .../021-libfido2-1_1.12.0-2+b1_armhf.deb ... #13 16.56 Unpacking libfido2-1:armhf (1.12.0-2+b1) ... #13 16.62 Selecting previously unselected package openssh-client. #13 16.62 Preparing to unpack .../022-openssh-client_1%3a9.2p1-2+deb12u2_armhf.deb ... #13 16.63 Unpacking openssh-client (1:9.2p1-2+deb12u2) ... #13 12.36 Selecting previously unselected package python3-minimal. #13 14.64 Selecting previously unselected package python3.7. #13 14.64 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u6_armhf.deb ... #13 14.65 Unpacking python3.7 (3.7.3-2+deb10u6) ... #13 8.819 Preparing to unpack .../6-libssl3_3.0.11-1~deb12u2_arm64.deb ... #13 8.837 Unpacking libssl3:arm64 (3.0.11-1~deb12u2) ... #13 9.022 Selecting previously unselected package libpython3.11-minimal:arm64. #14 3.403 Reading package lists... #14 4.417 Building dependency tree... #14 4.601 Reading state information... #14 4.781 The following additional packages will be installed: #14 4.781 autoconf automake autopoint autotools-dev binutils binutils-common #14 4.781 binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2 #14 4.654 Reading package lists... #14 5.480 Building dependency tree... #14 5.685 Reading state information... #14 11.13 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.6 [6032 B] #14 11.13 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2023d-0ubuntu0.20.04 [303 kB] #14 11.15 Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB] #13 9.923 Preparing to unpack .../07-libgdbm-compat4_1.19-2_amd64.deb ... #13 9.929 Unpacking libgdbm-compat4:amd64 (1.19-2) ... #13 10.13 Selecting previously unselected package libperl5.32:amd64. #14 7.739 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpython3-stdlib arm64 3.8.2-0ubuntu2 [7068 B] #14 7.740 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3 arm64 3.8.2-0ubuntu2 [47.6 kB] #14 7.742 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libbsd0 arm64 0.10.0-1 [43.7 kB] #14 7.743 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 bsdmainutils arm64 11.1.2ubuntu3 [179 kB] #14 7.747 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libuchardet0 arm64 0.0.6-3build1 [65.0 kB] #14 7.750 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 groff-base arm64 1.22.4-4build1 [796 kB] #14 7.778 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgdbm6 arm64 1.18.1-5 [26.4 kB] #14 7.781 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpipeline1 arm64 1.5.2-2build1 [26.1 kB] #14 7.800 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 man-db arm64 2.9.1-1 [1095 kB] #14 7.988 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 perl-modules-5.30 all 5.30.0-9ubuntu0.5 [2739 kB] #13 13.41 Preparing to unpack .../03-libkrb5support0_1.20.1-2+deb12u1_amd64.deb ... #13 13.47 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u1) ... #13 9.778 Setting up libpython3.9-minimal:arm64 (3.9.2-1) ... #13 9.881 Setting up libexpat1:arm64 (2.2.10-2+deb11u5) ... #13 16.91 Selecting previously unselected package ucf. #13 16.91 Preparing to unpack .../023-ucf_3.0043+nmu1_all.deb ... #13 16.94 Moving old data out of the way #13 16.94 Unpacking ucf (3.0043+nmu1) ... #13 12.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 ... 9614 files and directories currently installed.) #13 12.36 Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ... #13 12.39 Unpacking python3-minimal (3.7.3-1) ... #13 12.71 Selecting previously unselected package mime-support. #13 14.74 Selecting previously unselected package libpython3-stdlib:armhf. #13 14.74 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_armhf.deb ... #13 14.75 Unpacking libpython3-stdlib:armhf (3.7.3-1) ... #13 14.83 Setting up python3-minimal (3.7.3-1) ... #13 9.024 Preparing to unpack .../7-libpython3.11-minimal_3.11.2-6_arm64.deb ... #13 9.061 Unpacking libpython3.11-minimal:arm64 (3.11.2-6) ... #13 9.278 Selecting previously unselected package libexpat1:arm64. #13 9.280 Preparing to unpack .../8-libexpat1_2.5.0-1_arm64.deb ... #13 9.288 Unpacking libexpat1:arm64 (2.5.0-1) ... #13 9.393 Selecting previously unselected package python3.11-minimal. #14 4.782 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit dh-autoreconf #14 4.782 dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz #14 4.782 fakeroot file fontconfig-config fonts-dejavu-core g++ g++-11 gcc gcc-11 #14 4.782 gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg #14 4.782 gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base #14 4.782 intltool-debian iso-codes less libalgorithm-diff-perl #14 4.782 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl #14 4.782 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 4.782 libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl #14 4.782 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #14 4.782 libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8 #14 4.782 libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl #14 4.782 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 4.782 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 4.782 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 4.782 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 4.782 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 4.782 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 4.782 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 4.782 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 4.782 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 4.782 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 4.782 libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl #14 4.782 libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl #14 4.782 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #14 4.782 libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl #14 4.782 libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 #14 4.782 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 4.782 libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl #14 4.782 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 4.782 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #14 4.782 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #14 4.782 libicu70 libimport-into-perl libio-html-perl libio-interactive-perl #14 4.782 libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl #14 4.782 libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl #14 4.782 libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl #14 4.782 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl #14 4.782 libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl #14 4.782 liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl #14 4.782 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 4.782 liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7 #14 4.782 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 4.782 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 4.782 libmath-base85-perl libmd0 libmodule-implementation-perl #14 4.785 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl #14 4.785 libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl #14 4.785 libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl #14 4.785 libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl #14 4.785 libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev #14 4.785 libnumber-compare-perl libobject-id-perl libpackage-stash-perl #14 4.785 libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl #14 4.785 libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl #14 4.785 libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl #14 4.785 libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib #14 4.785 libpython3.10-minimal libpython3.10-stdlib libquadmath0 #14 4.785 libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl #14 4.785 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #14 4.785 libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2 #14 4.785 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #14 4.785 libsereal-encoder-perl libset-intspan-perl libsigsegv2 libsocket6-perl #14 4.785 libsort-versions-perl libsqlite3-0 libssh-4 libstdc++-11-dev #14 4.785 libstrictures-perl libstring-copyright-perl libstring-escape-perl #14 4.785 libstring-shellquote-perl libsub-exporter-perl #14 4.785 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #14 4.785 libsub-name-perl libsub-override-perl libsub-quote-perl #14 4.785 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 4.785 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 4.785 libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl #14 4.785 libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0 #14 4.785 libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 #14 4.785 libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl #14 4.785 libvariable-magic-perl libwant-perl libwebp7 libwww-perl #14 4.785 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 #14 4.785 libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #14 4.785 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 #14 4.785 libxpm4 libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl #14 4.785 licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop #14 4.785 m4 make man-db manpages manpages-dev media-types netbase openssh-client #14 4.785 openssl patch patchutils perl perl-modules-5.34 perl-openssl-defaults #14 4.785 pinentry-curses po-debconf publicsuffix python-apt-common python3 #14 4.785 python3-apt python3-certifi python3-chardet python3-debian python3-gpg #14 4.785 python3-idna python3-magic python3-minimal python3-pkg-resources #14 4.785 python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg #14 4.785 python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils #14 4.785 ucf unzip wdiff xauth xz-utils zstd #14 4.785 Suggested packages: #14 4.785 autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc #14 4.785 gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone #14 4.785 bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope #14 4.785 disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help #14 4.785 libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #14 4.785 libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts #14 4.785 postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m #14 4.785 debian-keyring libsoap-lite-perl pristine-tar dbus-user-session #14 4.785 libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync #14 4.785 g++-multilib g++-11-multilib gcc-11-doc gcc-multilib flex bison gdb gcc-doc #14 4.785 gcc-11-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run #14 4.785 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs #14 4.785 git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery #14 4.785 libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n #14 4.785 libtool-doc libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl #14 4.785 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal #14 4.785 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql #14 4.785 libstdc++-11-doc libbareword-filehandles-perl libindirect-perl #14 4.785 libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk #14 4.785 libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl #14 4.785 libxml-sax-expatxs-perl bash-completion binutils-multiarch #14 4.785 libtext-template-perl m4-doc make-doc apparmor www-browser keychain #14 4.785 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #14 4.785 libterm-readline-gnu-perl | libterm-readline-perl-perl #14 4.785 libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc #14 4.785 python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools #14 4.785 python3-cryptography python3-openssl python3-socks python-requests-doc #14 4.785 python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc #14 5.121 The following NEW packages will be installed: #14 5.121 autoconf automake autopoint autotools-dev binutils binutils-common #14 5.121 binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2 #14 3.776 Reading package lists... #14 11.58 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.6 [640 kB] #13 10.13 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_amd64.deb ... #13 10.14 Unpacking libperl5.32:amd64 (5.32.1-4+deb11u2) ... #14 7.167 Get:3 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpython3.11-minimal arm64 3.11.6-3 [835 kB] #14 7.210 Get:4 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libexpat1 arm64 2.5.0-2 [72.2 kB] #14 7.217 Get:5 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3.11-minimal arm64 3.11.6-3 [2140 kB] #14 7.268 Get:6 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-minimal arm64 3.11.4-5 [26.8 kB] #10 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 5.815 Reading package lists... #13 7.208 Building dependency tree... #13 7.420 Reading state information... #13 9.904 Setting up python3.9-minimal (3.9.2-1) ... #13 17.12 Selecting previously unselected package xz-utils. #13 17.12 Preparing to unpack .../024-xz-utils_5.4.1-0.2_armhf.deb ... #13 17.15 Unpacking xz-utils (5.4.1-0.2) ... #13 12.71 Preparing to unpack .../1-mime-support_3.62_all.deb ... #13 12.72 Unpacking mime-support (3.62) ... #13 12.95 Selecting previously unselected package libmpdec2:amd64. #13 9.778 Selecting previously unselected package libgdbm-compat4:arm64. #13 9.780 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_arm64.deb ... #13 9.797 Unpacking libgdbm-compat4:arm64 (1.18.1-4) ... #13 9.967 Selecting previously unselected package libperl5.28:arm64. #13 13.81 Selecting previously unselected package libk5crypto3:amd64. #13 13.81 Preparing to unpack .../04-libk5crypto3_1.20.1-2+deb12u1_amd64.deb ... #13 13.94 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u1) ... #14 9.582 Get:114 http://archive.ubuntu.com/ubuntu lunar/main amd64 gcc amd64 4:12.2.0-3ubuntu1 [5160 B] #14 9.598 Get:115 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libstdc++-12-dev amd64 12.3.0-1ubuntu1~23.04 [2178 kB] #14 9.628 Get:116 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 g++-12 amd64 12.3.0-1ubuntu1~23.04 [12.1 MB] #13 7.212 CentOS Stream 9 - AppStream 6.4 MB/s | 19 MB 00:02 #13 9.395 Preparing to unpack .../9-python3.11-minimal_3.11.2-6_arm64.deb ... #13 9.404 Unpacking python3.11-minimal (3.11.2-6) ... #13 9.651 Setting up libssl3:arm64 (3.0.11-1~deb12u2) ... #14 5.121 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit devscripts #14 5.121 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #14 5.121 dpkg-dev dput dwz equivs fakeroot file fontconfig-config fonts-dejavu-core #14 5.122 g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git git-man gnupg #14 5.122 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf #14 5.122 gpgsm groff-base intltool-debian iso-codes less libalgorithm-diff-perl #14 5.122 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl #14 5.122 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 5.122 libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl #14 5.122 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #14 5.122 libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8 #14 5.122 libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl #14 5.122 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 5.122 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 5.122 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 5.122 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 5.122 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 5.122 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 5.122 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 5.122 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 5.122 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 5.122 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 5.122 libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl #14 5.122 libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl #14 5.122 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #14 5.122 libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl #14 5.122 libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 #14 5.122 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 5.122 libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl #14 5.122 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 5.122 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #14 5.122 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #14 5.122 libicu70 libimport-into-perl libio-html-perl libio-interactive-perl #14 5.122 libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl #14 5.122 libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl #14 5.122 libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl #14 5.122 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl #14 5.122 libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl #14 5.122 liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl #14 5.122 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 5.122 liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7 #14 5.122 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 5.122 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 5.122 libmath-base85-perl libmd0 libmodule-implementation-perl #14 5.122 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl #14 5.122 libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl #14 5.122 libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl #14 5.122 libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl #14 5.122 libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev #14 5.122 libnumber-compare-perl libobject-id-perl libpackage-stash-perl #14 5.122 libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl #14 5.122 libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl #14 5.122 libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl #14 5.122 libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib #14 5.123 libpython3.10-minimal libpython3.10-stdlib libquadmath0 #14 5.123 libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl #14 5.123 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #14 5.123 libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2 #14 5.123 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #14 5.123 libsereal-encoder-perl libset-intspan-perl libsigsegv2 libsocket6-perl #14 5.123 libsort-versions-perl libsqlite3-0 libssh-4 libstdc++-11-dev #14 5.123 libstrictures-perl libstring-copyright-perl libstring-escape-perl #14 5.123 libstring-shellquote-perl libsub-exporter-perl #14 5.123 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #14 5.123 libsub-name-perl libsub-override-perl libsub-quote-perl #14 5.123 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 5.123 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 5.123 libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl #14 5.123 libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0 #14 5.123 libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 #14 5.123 libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl #14 5.123 libvariable-magic-perl libwant-perl libwebp7 libwww-perl #14 5.123 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 #14 5.123 libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #14 5.123 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 #14 5.123 libxpm4 libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl #14 5.123 licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop #14 5.123 m4 make man-db manpages manpages-dev media-types netbase openssh-client #14 5.123 openssl patch patchutils perl perl-modules-5.34 perl-openssl-defaults #14 5.123 pinentry-curses po-debconf publicsuffix python-apt-common python3 #14 5.123 python3-apt python3-certifi python3-chardet python3-debian python3-gpg #14 5.124 python3-idna python3-magic python3-minimal python3-pkg-resources #14 5.124 python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg #14 5.124 python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils #14 5.124 ucf unzip wdiff xauth xz-utils zstd #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 7.1s done #10 extracting sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd #14 11.59 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB] #14 11.60 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB] #14 11.60 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB] #14 11.60 Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB] #14 11.61 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB] #14 11.76 Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB] #13 10.60 Selecting previously unselected package perl. #14 6.050 The following additional packages will be installed: #14 6.050 adduser autoconf automake autopoint autotools-dev binutils #14 6.050 binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential #14 6.050 bzip2 ca-certificates cpp cpp-12 dctrl-tools debhelper debugedit #14 6.050 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #14 6.050 dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++ #14 6.051 g++-12 gcc gcc-12 gcc-12-base gettext gettext-base git-man gnupg gnupg-l10n #14 6.051 gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm #14 6.051 groff-base intltool-debian iso-codes krb5-locales less #14 6.051 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #14 6.051 libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 6.051 libarray-intspan-perl libasan8 libassuan0 libatomic1 libauthen-sasl-perl #14 6.051 libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl #14 6.051 libbinutils libbrotli1 libbsd0 libc-bin libc-dev-bin libc-devtools libc6 #14 6.051 libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl #14 6.051 libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl #14 6.051 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 6.051 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 6.051 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 6.051 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 6.051 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 6.051 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 6.051 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 6.051 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 6.051 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 6.051 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 6.051 libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl libfido2-1 #14 6.051 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #14 6.051 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #14 6.051 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #14 6.051 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #14 6.051 libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4 #14 6.051 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 6.051 libgprofng0 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl #14 6.051 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 6.051 libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl #14 6.051 libhttp-daemon-perl libhttp-date-perl libhttp-message-perl #14 6.051 libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu72 #14 6.051 libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl #14 6.051 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 6.051 libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23 #14 6.051 libiterator-perl libiterator-util-perl libitm1 libjansson4 libjbig0 #14 6.051 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl #14 6.051 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common #14 6.051 libldap2 liblerc4 liblist-compare-perl liblist-someutils-perl #14 6.051 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 6.051 liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7 #14 6.051 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 6.051 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 6.051 libmath-base85-perl libmldbm-perl libmodule-implementation-perl #14 6.051 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #14 6.051 libmpc3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl #14 6.051 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #14 6.051 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #14 6.051 libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl #14 6.051 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 6.051 libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 #14 6.052 libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16 #14 6.052 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #14 6.052 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib #14 6.052 libre-engine-re2-perl libre2-10 libreadline8 libreadonly-perl #14 6.052 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #14 6.052 libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1 #14 6.052 libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #14 6.052 libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23 #14 6.052 libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev #14 6.052 libstrictures-perl libstring-copyright-perl libstring-escape-perl #14 6.052 libstring-license-perl libstring-shellquote-perl libsub-exporter-perl #14 6.052 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #14 6.052 libsub-name-perl libsub-override-perl libsub-quote-perl #14 6.052 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 6.052 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 6.052 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #14 6.052 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #14 6.052 libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl #14 6.052 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #14 6.052 libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #14 6.052 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #14 6.052 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 6.052 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 6.052 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 #14 6.052 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2 #14 6.052 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release #14 6.052 lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types #14 6.052 netbase openssh-client openssl patch patchutils perl perl-modules-5.36 #14 6.052 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 6.052 python-apt-common python3 python3-apt python3-bcrypt python3-certifi #14 6.052 python3-cffi-backend python3-chardet python3-cryptography python3-debian #14 6.052 python3-gpg python3-idna python3-magic python3-minimal python3-nacl #14 6.052 python3-paramiko python3-pkg-resources python3-requests python3-six #14 6.053 python3-unidiff python3-urllib3 python3-xdg python3.11 python3.11-minimal #14 6.053 readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils #14 6.053 zstd #14 6.055 Suggested packages: #14 6.055 cron ecryptfs-utils autoconf-archive gnu-standards autoconf-doc binutils-doc #14 6.055 bzip2-doc cpp-doc gcc-12-locales cpp-12-doc debtags dh-make adequate at #14 6.055 autopkgtest bls-standalone bsd-mailx | mailx check-all-the-things #14 6.055 cvs-buildpackage diffoscope disorderfs dose-extra duck elpa-devscripts #14 6.055 faketime gnuplot how-can-i-help libdbd-pg-perl libfile-desktopentry-perl #14 6.055 libterm-size-perl libyaml-syck-perl mmdebstrap mozilla-devscripts mutt #14 6.055 piuparts postgresql-client pristine-lfs quilt ratt reprotest #14 6.055 svn-buildpackage w3m debian-keyring libsoap-lite-perl pristine-tar #14 6.055 dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync #14 6.055 gcc-12-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev #14 6.055 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email #14 6.055 git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage #14 6.055 scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc locales #14 6.055 bzr libgd-tools gdbm-l10n krb5-doc krb5-user libtool-doc #14 6.055 libcrypt-ssleay-perl libscalar-number-perl libsasl2-modules-gssapi-mit #14 6.055 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #14 6.055 libsasl2-modules-sql libstdc++-12-doc libbareword-filehandles-perl #14 6.055 libmultidimensional-perl libxstring-perl gfortran | fortran95-compiler #14 6.055 gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libregexp-ipv6-perl #14 6.055 libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion #14 6.055 binutils-multiarch libtext-template-perl m4-doc make-doc apparmor #14 6.055 www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc #14 6.055 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl #14 6.055 libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc #14 6.055 python3-tk python3-venv python-apt-doc python-cryptography-doc #14 6.055 python3-cryptography-vectors python-nacl-doc python3-gssapi python3-invoke #14 6.055 python3-setuptools python3-openssl python3-socks python-requests-doc #14 6.055 python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc #14 6.055 binfmt-support readline-doc zip wdiff-doc #14 6.055 Recommended packages: #14 6.055 libnss-nis libnss-nisplus #14 7.276 Get:7 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 media-types all 10.1.0 [27.5 kB] #14 7.277 Get:8 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 tzdata all 2023d-0ubuntu0.23.10 [274 kB] #14 7.290 Get:9 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libkrb5support0 arm64 1.20.1-3ubuntu1 [32.9 kB] #14 7.296 Get:10 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libk5crypto3 arm64 1.20.1-3ubuntu1 [84.9 kB] #14 7.298 Get:11 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libkeyutils1 arm64 1.6.3-2 [9296 B] #13 7.712 The following additional packages will be installed: #13 7.712 autoconf automake autopoint autotools-dev binutils #13 7.712 binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-12 #13 7.712 debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file #13 7.712 gcc gcc-12 gettext gettext-base git-man groff-base intltool-debian #13 7.712 libarchive-zip-perl libasan8 libb-hooks-op-check-perl libbinutils libc-bin #13 7.712 libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl #13 7.712 libclass-xsaccessor-perl libclone-perl libcrypt-dev libctf-nobfd0 libctf0 #13 7.712 libcurl3-gnutls libcurl4 libdebhelper-perl libdevel-callchecker-perl #13 7.712 libdpkg-perl libdynaloader-functions-perl libelf1 libencode-locale-perl #13 7.712 liberror-perl libexpat1 libfakeroot libfile-dirlist-perl #13 7.712 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #13 7.712 libfile-touch-perl libfile-which-perl libgcc-12-dev libgomp1 #13 7.712 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl #13 7.712 libhttp-cookies-perl libhttp-date-perl libhttp-message-perl #13 7.712 libhttp-negotiate-perl libicu72 libimport-into-perl libio-html-perl #13 7.712 libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23 libjansson4 #13 7.712 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1 #13 7.712 libmodule-runtime-perl libmoo-perl libmpc3 libmpfr6 libnet-http-perl #13 7.712 libnet-ssleay-perl libnsl-dev libnsl2 libparams-classify-perl libpipeline1 #13 7.712 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib #13 7.712 libregexp-ipv6-perl librole-tiny-perl libsub-override-perl libsub-quote-perl #13 7.712 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #13 7.712 libtry-tiny-perl libubsan1 libuchardet0 liburi-perl libwww-perl #13 7.712 libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db media-types #13 7.712 patch patchutils perl-openssl-defaults po-debconf python3 python3-minimal #13 7.712 python3.11 python3.11-minimal rpcsvc-proto sensible-utils wdiff xz-utils #13 7.712 Suggested packages: #13 7.712 autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc #13 7.712 gcc-12-locales cpp-12-doc dh-make adequate at autopkgtest bls-standalone #13 7.712 bsd-mailx | mailx build-essential check-all-the-things cvs-buildpackage #13 7.712 diffoscope disorderfs dose-extra duck elpa-devscripts faketime gnuplot #13 7.712 how-can-i-help libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl #13 7.712 libterm-size-perl libyaml-syck-perl mmdebstrap mozilla-devscripts mutt #13 7.712 piuparts postgresql-client pristine-lfs quilt ratt reprotest ssh-client #13 7.712 svn-buildpackage w3m debian-keyring gcc-multilib manpages-dev flex bison gdb #13 7.712 gcc-doc gcc-12-doc gettext-doc libasprintf-dev libgettextpo-dev #13 7.712 git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb #13 7.712 git-cvs git-mediawiki git-svn groff glibc-doc libc-l10n locales libnss-nis #13 7.712 libnss-nisplus bzr libdata-dump-perl libcrypt-ssleay-perl #13 7.712 libscalar-number-perl libtool-doc gfortran | fortran95-compiler gcj-jdk #13 7.712 libsub-name-perl libbusiness-isbn-perl libauthen-ntlm-perl m4-doc make-doc #13 7.712 apparmor less www-browser ed diffutils-doc libmail-box-perl python3-doc #13 7.712 python3-tk python3-venv python3.11-venv python3.11-doc binfmt-support #13 7.712 wdiff-doc #13 7.712 Recommended packages: #13 7.712 dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl #13 7.712 libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl #13 7.712 licensecheck lintian python3-apt python3-debian python3-magic #13 7.712 python3-requests python3-unidiff python3-xdg strace unzip debian-keyring #13 7.712 libsoap-lite-perl pristine-tar build-essential libalgorithm-merge-perl less #13 7.712 ssh-client manpages manpages-dev libc-devtools libfile-fcntllock-perl #13 7.712 libarchive-cpio-perl libhtml-format-perl libnamespace-clean-perl #13 7.712 libxstring-perl libltdl-dev libdata-dump-perl libhtml-form-perl #13 7.712 libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl #12 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 3.1s done #12 ... #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 0.772 Get:1 http://security.ubuntu.com/ubuntu mantic-security InRelease [109 kB] #14 0.773 Get:2 http://archive.ubuntu.com/ubuntu mantic InRelease [256 kB] #14 0.835 Get:3 http://archive.ubuntu.com/ubuntu mantic-updates InRelease [109 kB] #14 0.849 Get:4 http://archive.ubuntu.com/ubuntu mantic-backports InRelease [90.8 kB] #14 0.897 Get:5 http://security.ubuntu.com/ubuntu mantic-security/universe amd64 Packages [204 kB] #14 0.929 Get:6 http://security.ubuntu.com/ubuntu mantic-security/main amd64 Packages [239 kB] #14 0.936 Get:7 http://security.ubuntu.com/ubuntu mantic-security/multiverse amd64 Packages [6215 B] #14 0.936 Get:8 http://security.ubuntu.com/ubuntu mantic-security/restricted amd64 Packages [193 kB] #14 0.978 Get:9 http://archive.ubuntu.com/ubuntu mantic/main amd64 Packages [1808 kB] #14 1.028 Get:10 http://archive.ubuntu.com/ubuntu mantic/restricted amd64 Packages [180 kB] #14 1.030 Get:11 http://archive.ubuntu.com/ubuntu mantic/universe amd64 Packages [18.8 MB] #14 1.298 Get:12 http://archive.ubuntu.com/ubuntu mantic/multiverse amd64 Packages [293 kB] #14 1.312 Get:13 http://archive.ubuntu.com/ubuntu mantic-updates/restricted amd64 Packages [198 kB] #14 1.313 Get:14 http://archive.ubuntu.com/ubuntu mantic-updates/multiverse amd64 Packages [9621 B] #14 1.314 Get:15 http://archive.ubuntu.com/ubuntu mantic-updates/universe amd64 Packages [240 kB] #14 1.316 Get:16 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 Packages [300 kB] #14 1.319 Get:17 http://archive.ubuntu.com/ubuntu mantic-backports/universe amd64 Packages [4197 B] #14 2.326 Fetched 23.1 MB in 2s (12.6 MB/s) #14 2.326 Reading package lists... #14 3.261 Reading package lists... #14 4.148 Building dependency tree... #14 4.316 Reading state information... #14 4.522 The following additional packages will be installed: #14 4.522 adduser autoconf automake autopoint autotools-dev binutils binutils-common #14 4.522 binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2 #14 4.522 ca-certificates cpp cpp-13 dctrl-tools debhelper debugedit dh-autoreconf #14 4.522 dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz #14 4.526 fakeroot file fontconfig-config fonts-noto-core fonts-noto-mono g++ g++-13 #14 4.526 gcc gcc-13 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg #14 4.526 gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base #14 4.526 intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl #14 4.526 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl #14 4.526 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 4.526 libarray-intspan-perl libasan8 libassuan0 libatomic1 libauthen-sasl-perl #14 4.526 libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl #14 4.526 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev #14 4.526 libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl #14 4.526 libclass-data-inheritable-perl libclass-method-modifiers-perl #14 4.526 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 4.526 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 4.526 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 4.526 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 4.526 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 4.526 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 4.526 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 4.526 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 4.526 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 4.526 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 4.526 libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl libfido2-1 #14 4.526 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #14 4.526 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #14 4.526 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #14 4.526 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #14 4.526 libfreetype6 libfreezethaw-perl libgcc-13-dev libgd3 libgdbm-compat4 #14 4.526 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 4.526 libgprofng0 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl #14 4.526 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 4.526 libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl #14 4.526 libhttp-daemon-perl libhttp-date-perl libhttp-message-perl #14 4.526 libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu72 #14 4.526 libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl #14 4.526 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 4.526 libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23 #14 4.526 libiterator-perl libiterator-util-perl libitm1 libjansson4 libjbig0 #14 4.526 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl #14 4.526 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common #14 4.526 libldap2 liblerc4 liblist-compare-perl liblist-someutils-perl #14 4.526 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 4.526 liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7 #14 4.526 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 4.526 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 4.526 libmath-base85-perl libmldbm-perl libmodule-implementation-perl #14 4.526 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #14 4.526 libmpc3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl #14 4.526 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #14 4.526 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #14 4.526 libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl #14 4.526 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 4.526 libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 #14 4.526 libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16 #14 4.526 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #14 4.526 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libquadmath0 #14 4.526 libre-engine-re2-perl libre2-10 libreadline8 libreadonly-perl #14 4.526 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #14 4.526 libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1 #14 4.526 libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #14 4.526 libsereal-encoder-perl libset-intspan-perl libsframe1 libsocket6-perl #14 4.526 libsodium23 libsort-versions-perl libsqlite3-0 libssh-4 libssl3 #14 4.526 libstdc++-13-dev libstrictures-perl libstring-copyright-perl #14 4.526 libstring-escape-perl libstring-license-perl libstring-shellquote-perl #14 4.526 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #14 4.526 libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl #14 4.526 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 4.526 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 4.526 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #14 4.526 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #14 4.526 libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl #14 4.526 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #14 4.526 libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #14 4.526 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #14 4.526 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 4.526 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 4.526 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 #14 4.526 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2 #14 4.526 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release #14 4.526 lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types #14 4.526 netbase openssh-client openssl patch patchutils perl perl-modules-5.36 #14 4.526 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 4.526 python-apt-common python3 python3-apt python3-bcrypt python3-certifi #14 4.526 python3-cffi-backend python3-chardet python3-cryptography python3-debian #14 4.526 python3-gpg python3-idna python3-magic python3-minimal python3-nacl #14 4.526 python3-paramiko python3-pkg-resources python3-requests python3-six #14 4.526 python3-unidiff python3-urllib3 python3-xdg python3.11 python3.11-minimal #14 4.526 readline-common rpcsvc-proto strace t1utils tzdata tzdata-icu ucf unzip #14 4.526 wdiff xauth xz-utils zstd #14 4.526 Suggested packages: #14 4.526 cron quota ecryptfs-utils autoconf-archive gnu-standards autoconf-doc #14 4.526 binutils-doc gprofng-gui bzip2-doc cpp-doc gcc-13-locales cpp-13-doc debtags #14 4.526 dh-make adequate at autopkgtest bls-standalone bsd-mailx | mailx #14 4.526 check-all-the-things cvs-buildpackage diffoscope disorderfs dose-extra duck #14 4.526 elpa-devscripts faketime gnuplot how-can-i-help libdbd-pg-perl #14 4.526 libfile-desktopentry-perl libterm-size-perl libyaml-syck-perl mmdebstrap #14 4.526 mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt #14 4.526 reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl pristine-tar #14 4.526 dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync #14 4.526 g++-multilib g++-13-multilib gcc-13-doc gcc-multilib flex bison gdb gcc-doc #14 4.526 gcc-13-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run #14 4.526 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs #14 4.526 git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery #14 4.526 libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n #14 4.526 krb5-doc krb5-user libio-compress-brotli-perl libtool-doc #14 4.526 libcrypt-ssleay-perl libscalar-number-perl libsasl2-modules-gssapi-mit #14 4.526 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #14 4.526 libsasl2-modules-sql libstdc++-13-doc libbareword-filehandles-perl #14 4.526 libmultidimensional-perl libxstring-perl gfortran | fortran95-compiler #14 4.526 gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libregexp-ipv6-perl #14 4.526 libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion #14 4.526 binutils-multiarch libtext-template-perl m4-doc make-doc apparmor #14 4.526 www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc #14 4.526 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl #14 4.526 libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc #14 4.526 python3-tk python3-venv python-apt-doc python-cryptography-doc #14 4.526 python3-cryptography-vectors python-nacl-doc python3-gssapi python3-invoke #14 4.526 python3-setuptools python3-openssl python3-socks python-requests-doc #14 4.526 python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc #14 4.526 binfmt-support readline-doc zip wdiff-doc #14 4.882 The following NEW packages will be installed: #14 4.882 adduser autoconf automake autopoint autotools-dev binutils binutils-common #14 4.882 binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2 #14 4.882 ca-certificates cpp cpp-13 curl dctrl-tools debhelper debugedit devscripts #14 4.882 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #14 4.882 dpkg-dev dput dwz equivs fakeroot file fontconfig-config fonts-noto-core #14 4.882 fonts-noto-mono g++ g++-13 gcc gcc-13 gettext gettext-base git git-man gnupg #14 4.882 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf #14 4.882 gpgsm groff-base intltool-debian iso-codes krb5-locales less #14 4.882 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #14 4.886 libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 4.886 libarray-intspan-perl libasan8 libassuan0 libatomic1 libauthen-sasl-perl #14 4.886 libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl #14 4.886 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev #14 4.886 libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl #14 4.886 libclass-data-inheritable-perl libclass-method-modifiers-perl #14 4.886 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 4.886 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 4.886 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 4.886 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 4.886 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 4.886 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 4.886 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 4.886 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 4.886 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 4.886 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 4.886 libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl libfido2-1 #14 4.886 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #14 4.886 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #14 4.886 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #14 4.886 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #14 4.886 libfreetype6 libfreezethaw-perl libgcc-13-dev libgd3 libgdbm-compat4 #14 4.886 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 4.886 libgprofng0 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl #14 4.886 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 4.886 libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl #14 4.886 libhttp-daemon-perl libhttp-date-perl libhttp-message-perl #14 4.886 libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu72 #14 4.886 libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl #14 4.886 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 4.886 libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23 #14 4.886 libiterator-perl libiterator-util-perl libitm1 libjansson4 libjbig0 #14 4.886 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl #14 4.886 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common #14 4.886 libldap2 liblerc4 liblist-compare-perl liblist-someutils-perl #14 4.886 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 4.886 liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7 #14 4.886 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 4.886 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 4.886 libmath-base85-perl libmldbm-perl libmodule-implementation-perl #14 4.886 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #14 4.886 libmpc3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl #14 4.886 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #14 4.886 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #14 4.886 libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl #14 4.886 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 4.886 libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 #14 4.886 libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16 #14 4.886 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #14 4.886 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libquadmath0 #14 4.886 libre-engine-re2-perl libre2-10 libreadline8 libreadonly-perl #14 4.886 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #14 4.886 libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1 #14 4.886 libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #14 4.886 libsereal-encoder-perl libset-intspan-perl libsframe1 libsocket6-perl #14 4.886 libsodium23 libsort-versions-perl libsqlite3-0 libssh-4 libssl3 #14 4.886 libstdc++-13-dev libstrictures-perl libstring-copyright-perl #14 4.886 libstring-escape-perl libstring-license-perl libstring-shellquote-perl #14 4.886 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #14 4.886 libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl #14 4.886 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 4.886 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 4.886 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #14 4.886 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #14 4.886 libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl #14 4.886 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #14 4.886 libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #14 4.886 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #14 4.886 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 4.886 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 4.886 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 #14 4.886 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2 #14 4.886 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release #14 4.886 lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types #14 4.886 netbase openssh-client openssl patch patchutils perl perl-modules-5.36 #14 4.886 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 4.886 python-apt-common python3 python3-apt python3-bcrypt python3-certifi #14 4.886 python3-cffi-backend python3-chardet python3-cryptography python3-debian #14 4.886 python3-gpg python3-idna python3-magic python3-minimal python3-nacl #14 4.886 python3-paramiko python3-pkg-resources python3-requests python3-six #14 4.886 python3-unidiff python3-urllib3 python3-xdg python3.11 python3.11-minimal #14 4.886 readline-common rpcsvc-proto strace t1utils tzdata tzdata-icu ucf unzip #14 4.886 wdiff xauth xz-utils zstd #14 5.187 0 upgraded, 400 newly installed, 0 to remove and 7 not upgraded. #14 5.187 Need to get 157 MB of archives. #14 5.187 After this operation, 576 MB of additional disk space will be used. #14 5.187 Get:1 http://archive.ubuntu.com/ubuntu mantic/main amd64 liblocale-gettext-perl amd64 1.07-6 [15.9 kB] #14 5.210 Get:2 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libssl3 amd64 3.0.10-1ubuntu2.1 [1930 kB] #14 5.284 Get:3 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpython3.11-minimal amd64 3.11.6-3 [839 kB] #14 5.295 Get:4 http://archive.ubuntu.com/ubuntu mantic/main amd64 libexpat1 amd64 2.5.0-2 [85.2 kB] #14 5.296 Get:5 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3.11-minimal amd64 3.11.6-3 [2196 kB] #14 5.321 Get:6 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-minimal amd64 3.11.4-5 [26.8 kB] #14 5.322 Get:7 http://archive.ubuntu.com/ubuntu mantic/main amd64 media-types all 10.1.0 [27.5 kB] #14 5.322 Get:8 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 tzdata all 2023d-0ubuntu0.23.10 [274 kB] #14 5.326 Get:9 http://archive.ubuntu.com/ubuntu mantic/main amd64 libkrb5support0 amd64 1.20.1-3ubuntu1 [33.0 kB] #14 5.326 Get:10 http://archive.ubuntu.com/ubuntu mantic/main amd64 libk5crypto3 amd64 1.20.1-3ubuntu1 [81.3 kB] #14 5.327 Get:11 http://archive.ubuntu.com/ubuntu mantic/main amd64 libkeyutils1 amd64 1.6.3-2 [9356 B] #14 5.328 Get:12 http://archive.ubuntu.com/ubuntu mantic/main amd64 libkrb5-3 amd64 1.20.1-3ubuntu1 [346 kB] #14 5.331 Get:13 http://archive.ubuntu.com/ubuntu mantic/main amd64 libgssapi-krb5-2 amd64 1.20.1-3ubuntu1 [142 kB] #14 5.333 Get:14 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtirpc-common all 1.3.3+ds-1 [7790 B] #14 5.333 Get:15 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtirpc3 amd64 1.3.3+ds-1 [80.9 kB] #14 5.345 Get:16 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnsl2 amd64 1.3.0-2build2 [42.3 kB] #14 5.346 Get:17 http://archive.ubuntu.com/ubuntu mantic/main amd64 readline-common all 8.2-1.3 [55.7 kB] #14 5.348 Get:18 http://archive.ubuntu.com/ubuntu mantic/main amd64 libreadline8 amd64 8.2-1.3 [151 kB] #14 5.350 Get:19 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libsqlite3-0 amd64 3.42.0-1ubuntu0.1 [672 kB] #14 5.358 Get:20 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpython3.11-stdlib amd64 3.11.6-3 [1917 kB] #14 5.381 Get:21 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3.11 amd64 3.11.6-3 [579 kB] #14 5.387 Get:22 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpython3-stdlib amd64 3.11.4-5 [9502 B] #14 5.388 Get:23 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3 amd64 3.11.4-5 [22.9 kB] #14 5.388 Get:24 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 perl-modules-5.36 all 5.36.0-9ubuntu1.1 [2984 kB] #14 5.424 Get:25 http://archive.ubuntu.com/ubuntu mantic/main amd64 libgdbm6 amd64 1.23-3 [33.2 kB] #14 5.428 Get:26 http://archive.ubuntu.com/ubuntu mantic/main amd64 libgdbm-compat4 amd64 1.23-3 [6524 B] #14 5.428 Get:27 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libperl5.36 amd64 5.36.0-9ubuntu1.1 [4780 kB] #14 5.495 Get:28 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 perl amd64 5.36.0-9ubuntu1.1 [235 kB] #14 5.499 Get:29 http://archive.ubuntu.com/ubuntu mantic/main amd64 adduser all 3.137ubuntu1 [101 kB] #14 5.500 Get:30 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 openssl amd64 3.0.10-1ubuntu2.1 [1188 kB] #14 5.524 Get:31 http://archive.ubuntu.com/ubuntu mantic/main amd64 ca-certificates all 20230311ubuntu1 [152 kB] #14 5.526 Get:32 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 distro-info-data all 0.58ubuntu0.2 [6280 B] #14 5.527 Get:33 http://archive.ubuntu.com/ubuntu mantic/main amd64 iso-codes all 4.15.0-1 [3458 kB] #14 5.567 Get:34 http://archive.ubuntu.com/ubuntu mantic/main amd64 krb5-locales all 1.20.1-3ubuntu1 [13.4 kB] #14 5.567 Get:35 http://archive.ubuntu.com/ubuntu mantic/main amd64 less amd64 590-2 [140 kB] #14 5.569 Get:36 http://archive.ubuntu.com/ubuntu mantic/main amd64 libbsd0 amd64 0.11.7-4 [41.4 kB] #14 5.570 Get:37 http://archive.ubuntu.com/ubuntu mantic/main amd64 libelf1 amd64 0.189-4 [56.3 kB] #14 5.570 Get:38 http://archive.ubuntu.com/ubuntu mantic/main amd64 libicu72 amd64 72.1-3ubuntu3 [10.8 MB] #14 5.698 Get:39 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxml2 amd64 2.9.14+dfsg-1.3 [764 kB] #14 5.705 Get:40 http://archive.ubuntu.com/ubuntu mantic/main amd64 libyaml-0-2 amd64 0.2.5-1 [52.8 kB] #14 5.706 Get:41 http://archive.ubuntu.com/ubuntu mantic/main amd64 lsb-release all 12.0-2 [6564 B] #14 5.707 Get:42 http://archive.ubuntu.com/ubuntu mantic/main amd64 netbase all 6.4 [13.1 kB] #14 5.707 Get:43 http://archive.ubuntu.com/ubuntu mantic/main amd64 python-apt-common all 2.6.0ubuntu1 [18.1 kB] #14 5.707 Get:44 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-apt amd64 2.6.0ubuntu1 [165 kB] #14 5.709 Get:45 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-cffi-backend amd64 1.15.1-5build1 [76.0 kB] #14 5.710 Get:46 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-pkg-resources all 68.1.2-2 [167 kB] #14 5.713 Get:47 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 tzdata-icu all 2023d-0ubuntu0.23.10 [136 kB] #14 5.715 Get:48 http://archive.ubuntu.com/ubuntu mantic/main amd64 ucf all 3.0043+nmu1 [56.5 kB] #14 5.723 Get:49 http://archive.ubuntu.com/ubuntu mantic/main amd64 bsdextrautils amd64 2.39.1-4ubuntu2 [73.6 kB] #14 5.723 Get:50 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmagic-mgc amd64 1:5.44-3 [293 kB] #14 5.726 Get:51 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmagic1 amd64 1:5.44-3 [85.6 kB] #14 5.727 Get:52 http://archive.ubuntu.com/ubuntu mantic/main amd64 file amd64 1:5.44-3 [21.8 kB] #14 5.728 Get:53 http://archive.ubuntu.com/ubuntu mantic/main amd64 gettext-base amd64 0.21-13 [38.1 kB] #14 5.733 Get:54 http://archive.ubuntu.com/ubuntu mantic/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB] #14 5.734 Get:55 http://archive.ubuntu.com/ubuntu mantic/main amd64 groff-base amd64 1.23.0-2 [1023 kB] #14 5.746 Get:56 http://archive.ubuntu.com/ubuntu mantic/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] #14 5.747 Get:57 http://archive.ubuntu.com/ubuntu mantic/main amd64 libedit2 amd64 3.1-20221030-2 [95.2 kB] #14 5.748 Get:58 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfido2-1 amd64 1.13.0-1 [84.8 kB] #14 5.749 Get:59 http://archive.ubuntu.com/ubuntu mantic/main amd64 libjansson4 amd64 2.14-2 [33.0 kB] #14 5.750 Get:60 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libnghttp2-14 amd64 1.55.1-1ubuntu0.1 [73.2 kB] #14 5.751 Get:61 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpipeline1 amd64 1.5.7-1 [23.3 kB] #14 5.751 Get:62 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpng16-16 amd64 1.6.40-1 [186 kB] #14 5.753 Get:63 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpsl5 amd64 0.21.2-1 [59.0 kB] #14 5.755 Get:64 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B] #14 5.766 Get:65 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB] #14 5.770 Get:66 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxcb1 amd64 1.15-1 [48.0 kB] #14 5.770 Get:67 http://archive.ubuntu.com/ubuntu mantic/main amd64 libx11-data all 2:1.8.6-1ubuntu1 [116 kB] #14 5.770 Get:68 http://archive.ubuntu.com/ubuntu mantic/main amd64 libx11-6 amd64 2:1.8.6-1ubuntu1 [644 kB] #14 5.775 Get:69 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB] #14 5.776 Get:70 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB] #14 5.776 Get:71 http://archive.ubuntu.com/ubuntu mantic/main amd64 man-db amd64 2.11.2-3 [1220 kB] #14 5.788 Get:72 http://archive.ubuntu.com/ubuntu mantic/main amd64 manpages all 6.03-2 [1322 kB] #14 5.801 Get:73 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 openssh-client amd64 1:9.3p1-1ubuntu3.2 [910 kB] #14 5.812 Get:74 http://archive.ubuntu.com/ubuntu mantic/main amd64 publicsuffix all 20230209.2326-1 [131 kB] #14 5.813 Get:75 http://archive.ubuntu.com/ubuntu mantic/main amd64 libunwind8 amd64 1.6.2-3 [55.7 kB] #14 5.814 Get:76 http://archive.ubuntu.com/ubuntu mantic/main amd64 strace amd64 6.5-0.0ubuntu1 [583 kB] #14 5.821 Get:77 http://archive.ubuntu.com/ubuntu mantic/main amd64 xauth amd64 1:1.1.2-1 [25.8 kB] #14 5.821 Get:78 http://archive.ubuntu.com/ubuntu mantic/main amd64 xz-utils amd64 5.4.1-0.2 [270 kB] #14 5.824 Get:79 http://archive.ubuntu.com/ubuntu mantic/main amd64 m4 amd64 1.4.19-3 [243 kB] #14 5.827 Get:80 http://archive.ubuntu.com/ubuntu mantic/main amd64 autoconf all 2.71-3 [339 kB] #14 5.830 Get:81 http://archive.ubuntu.com/ubuntu mantic/main amd64 autotools-dev all 20220109.1 [44.9 kB] #14 5.831 Get:82 http://archive.ubuntu.com/ubuntu mantic/main amd64 automake all 1:1.16.5-1.3 [558 kB] #14 5.837 Get:83 http://archive.ubuntu.com/ubuntu mantic/main amd64 autopoint all 0.21-13 [422 kB] #14 5.841 Get:84 http://archive.ubuntu.com/ubuntu mantic/main amd64 binutils-common amd64 2.41-5ubuntu1 [248 kB] #14 5.844 Get:85 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsframe1 amd64 2.41-5ubuntu1 [14.5 kB] #14 5.844 Get:86 http://archive.ubuntu.com/ubuntu mantic/main amd64 libbinutils amd64 2.41-5ubuntu1 [561 kB] #14 5.850 Get:87 http://archive.ubuntu.com/ubuntu mantic/main amd64 libctf-nobfd0 amd64 2.41-5ubuntu1 [96.3 kB] #14 5.852 Get:88 http://archive.ubuntu.com/ubuntu mantic/main amd64 libctf0 amd64 2.41-5ubuntu1 [94.1 kB] #14 5.875 Get:89 http://archive.ubuntu.com/ubuntu mantic/main amd64 libgprofng0 amd64 2.41-5ubuntu1 [847 kB] #14 5.884 Get:90 http://archive.ubuntu.com/ubuntu mantic/main amd64 binutils-x86-64-linux-gnu amd64 2.41-5ubuntu1 [2468 kB] #14 5.913 Get:91 http://archive.ubuntu.com/ubuntu mantic/main amd64 binutils amd64 2.41-5ubuntu1 [18.0 kB] #14 5.914 Get:92 http://archive.ubuntu.com/ubuntu mantic/main amd64 libc-dev-bin amd64 2.38-1ubuntu6 [20.3 kB] #14 5.915 Get:93 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 linux-libc-dev amd64 6.5.0-14.14 [1566 kB] #14 5.931 Get:94 http://archive.ubuntu.com/ubuntu mantic/main amd64 libcrypt-dev amd64 1:4.4.36-2 [112 kB] #14 5.933 Get:95 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [193 kB] #14 5.935 Get:96 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB] #14 5.936 Get:97 http://archive.ubuntu.com/ubuntu mantic/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB] #14 5.937 Get:98 http://archive.ubuntu.com/ubuntu mantic/main amd64 libc6-dev amd64 2.38-1ubuntu6 [2113 kB] #14 5.969 Get:99 http://archive.ubuntu.com/ubuntu mantic/main amd64 libisl23 amd64 0.26-3 [741 kB] #14 5.980 Get:100 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmpfr6 amd64 4.2.1-1 [351 kB] #14 5.984 Get:101 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmpc3 amd64 1.3.1-1 [54.1 kB] #14 6.258 Get:102 http://archive.ubuntu.com/ubuntu mantic/main amd64 cpp-13 amd64 13.2.0-4ubuntu3 [10.7 MB] #14 6.462 Get:103 http://archive.ubuntu.com/ubuntu mantic/main amd64 cpp amd64 4:13.2.0-1ubuntu1 [28.9 kB] #14 6.463 Get:104 http://archive.ubuntu.com/ubuntu mantic/main amd64 libcc1-0 amd64 13.2.0-4ubuntu3 [48.0 kB] #14 6.464 Get:105 http://archive.ubuntu.com/ubuntu mantic/main amd64 libgomp1 amd64 13.2.0-4ubuntu3 [142 kB] #14 6.466 Get:106 http://archive.ubuntu.com/ubuntu mantic/main amd64 libitm1 amd64 13.2.0-4ubuntu3 [29.3 kB] #14 6.467 Get:107 http://archive.ubuntu.com/ubuntu mantic/main amd64 libatomic1 amd64 13.2.0-4ubuntu3 [10.4 kB] #14 6.467 Get:108 http://archive.ubuntu.com/ubuntu mantic/main amd64 libasan8 amd64 13.2.0-4ubuntu3 [2835 kB] #14 6.506 Get:109 http://archive.ubuntu.com/ubuntu mantic/main amd64 liblsan0 amd64 13.2.0-4ubuntu3 [1203 kB] #14 6.520 Get:110 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtsan2 amd64 13.2.0-4ubuntu3 [2606 kB] #14 6.550 Get:111 http://archive.ubuntu.com/ubuntu mantic/main amd64 libubsan1 amd64 13.2.0-4ubuntu3 [1105 kB] #14 6.564 Get:112 http://archive.ubuntu.com/ubuntu mantic/main amd64 libhwasan0 amd64 13.2.0-4ubuntu3 [1262 kB] #14 6.578 Get:113 http://archive.ubuntu.com/ubuntu mantic/main amd64 libquadmath0 amd64 13.2.0-4ubuntu3 [153 kB] #14 6.580 Get:114 http://archive.ubuntu.com/ubuntu mantic/main amd64 libgcc-13-dev amd64 13.2.0-4ubuntu3 [2686 kB] #14 6.611 Get:115 http://archive.ubuntu.com/ubuntu mantic/main amd64 gcc-13 amd64 13.2.0-4ubuntu3 [21.5 MB] #14 6.916 Get:116 http://archive.ubuntu.com/ubuntu mantic/main amd64 gcc amd64 4:13.2.0-1ubuntu1 [5168 B] #14 6.917 Get:117 http://archive.ubuntu.com/ubuntu mantic/main amd64 libstdc++-13-dev amd64 13.2.0-4ubuntu3 [2351 kB] #14 6.942 Get:118 http://archive.ubuntu.com/ubuntu mantic/main amd64 g++-13 amd64 13.2.0-4ubuntu3 [12.1 MB] #14 7.094 Get:119 http://archive.ubuntu.com/ubuntu mantic/main amd64 g++ amd64 4:13.2.0-1ubuntu1 [1122 B] #14 7.094 Get:120 http://archive.ubuntu.com/ubuntu mantic/main amd64 make amd64 4.3-4.1build1 [180 kB] #14 7.096 Get:121 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdpkg-perl all 1.22.0ubuntu1 [283 kB] #14 7.099 Get:122 http://archive.ubuntu.com/ubuntu mantic/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB] #14 7.099 Get:123 http://archive.ubuntu.com/ubuntu mantic/main amd64 patch amd64 2.7.6-7build2 [109 kB] #14 7.106 Get:124 http://archive.ubuntu.com/ubuntu mantic/main amd64 lto-disabled-list all 43 [12.4 kB] #14 7.106 Get:125 http://archive.ubuntu.com/ubuntu mantic/main amd64 dpkg-dev all 1.22.0ubuntu1 [1137 kB] #14 7.116 Get:126 http://archive.ubuntu.com/ubuntu mantic/main amd64 build-essential amd64 12.10ubuntu1 [4928 B] #14 7.116 Get:127 http://archive.ubuntu.com/ubuntu mantic/main amd64 libbrotli1 amd64 1.0.9-2build8 [309 kB] #14 7.119 Get:128 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg1-3 [20.2 kB] #14 7.120 Get:129 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsasl2-2 amd64 2.1.28+dfsg1-3 [53.4 kB] #14 7.121 Get:130 http://archive.ubuntu.com/ubuntu mantic/main amd64 libldap2 amd64 2.6.6+dfsg-1~exp1ubuntu1 [193 kB] #14 7.123 Get:131 http://archive.ubuntu.com/ubuntu mantic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] #14 7.124 Get:132 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libssh-4 amd64 0.10.5-3ubuntu1.2 [188 kB] #14 7.129 Get:133 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libcurl4 amd64 8.2.1-1ubuntu3.2 [319 kB] #14 7.133 Get:134 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 curl amd64 8.2.1-1ubuntu3.2 [216 kB] #14 7.135 Get:135 http://archive.ubuntu.com/ubuntu mantic/main amd64 dctrl-tools amd64 2.24-3build2 [66.9 kB] #14 7.141 Get:136 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdebhelper-perl all 13.11.6ubuntu1 [85.4 kB] #14 7.142 Get:137 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtool all 2.4.7-7 [166 kB] #14 7.144 Get:138 http://archive.ubuntu.com/ubuntu mantic/main amd64 dh-autoreconf all 20 [16.1 kB] #14 7.145 Get:139 http://archive.ubuntu.com/ubuntu mantic/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB] #14 7.146 Get:140 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsub-override-perl all 0.09-4 [8706 B] #14 7.146 Get:141 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfile-stripnondeterminism-perl all 1.13.1-1 [18.1 kB] #14 7.146 Get:142 http://archive.ubuntu.com/ubuntu mantic/main amd64 dh-strip-nondeterminism all 1.13.1-1 [5362 B] #14 7.152 Get:143 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdw1 amd64 0.189-4 [257 kB] #14 7.155 Get:144 http://archive.ubuntu.com/ubuntu mantic/main amd64 debugedit amd64 1:5.0-5 [46.1 kB] #14 7.156 Get:145 http://archive.ubuntu.com/ubuntu mantic/main amd64 dwz amd64 0.15-1 [112 kB] #14 7.163 Get:146 http://archive.ubuntu.com/ubuntu mantic/main amd64 gettext amd64 0.21-13 [866 kB] #14 7.173 Get:147 http://archive.ubuntu.com/ubuntu mantic/main amd64 intltool-debian all 0.35.0+20060710.6 [23.2 kB] #14 7.173 Get:148 http://archive.ubuntu.com/ubuntu mantic/main amd64 po-debconf all 1.0.21+nmu1 [233 kB] #14 7.176 Get:149 http://archive.ubuntu.com/ubuntu mantic/main amd64 debhelper all 13.11.6ubuntu1 [935 kB] #14 7.185 Get:150 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfakeroot amd64 1.32.1-1 [31.9 kB] #14 7.185 Get:151 http://archive.ubuntu.com/ubuntu mantic/main amd64 fakeroot amd64 1.32.1-1 [60.1 kB] #14 7.187 Get:152 http://archive.ubuntu.com/ubuntu mantic/main amd64 libassuan0 amd64 2.5.6-1 [37.8 kB] #14 7.187 Get:153 http://archive.ubuntu.com/ubuntu mantic/main amd64 gpgconf amd64 2.2.40-1.1ubuntu1 [96.3 kB] #14 7.188 Get:154 http://archive.ubuntu.com/ubuntu mantic/main amd64 libksba8 amd64 1.6.4-2 [121 kB] #14 7.190 Get:155 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] #14 7.190 Get:156 http://archive.ubuntu.com/ubuntu mantic/main amd64 dirmngr amd64 2.2.40-1.1ubuntu1 [305 kB] #14 7.197 Get:157 http://archive.ubuntu.com/ubuntu mantic/main amd64 gnupg-l10n all 2.2.40-1.1ubuntu1 [56.2 kB] #14 7.198 Get:158 http://archive.ubuntu.com/ubuntu mantic/main amd64 gnupg-utils amd64 2.2.40-1.1ubuntu1 [313 kB] #14 7.209 Get:159 http://archive.ubuntu.com/ubuntu mantic/main amd64 gpg amd64 2.2.40-1.1ubuntu1 [523 kB] #14 7.214 Get:160 http://archive.ubuntu.com/ubuntu mantic/main amd64 pinentry-curses amd64 1.2.1-1ubuntu1 [34.6 kB] #14 7.215 Get:161 http://archive.ubuntu.com/ubuntu mantic/main amd64 gpg-agent amd64 2.2.40-1.1ubuntu1 [216 kB] #14 7.217 Get:162 http://archive.ubuntu.com/ubuntu mantic/main amd64 gpg-wks-client amd64 2.2.40-1.1ubuntu1 [66.1 kB] #14 7.218 Get:163 http://archive.ubuntu.com/ubuntu mantic/main amd64 gpg-wks-server amd64 2.2.40-1.1ubuntu1 [59.2 kB] #14 7.219 Get:164 http://archive.ubuntu.com/ubuntu mantic/main amd64 gpgsm amd64 2.2.40-1.1ubuntu1 [206 kB] #14 7.221 Get:165 http://archive.ubuntu.com/ubuntu mantic/main amd64 gnupg all 2.2.40-1.1ubuntu1 [319 kB] #14 7.224 Get:166 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B] #14 7.224 Get:167 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfile-which-perl all 1.27-2 [12.5 kB] #14 7.224 Get:168 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB] #14 7.231 Get:169 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfile-touch-perl all 0.12-2 [7498 B] #14 7.231 Get:170 http://archive.ubuntu.com/ubuntu mantic/main amd64 libio-pty-perl amd64 1:1.17-1 [32.1 kB] #14 7.232 Get:171 http://archive.ubuntu.com/ubuntu mantic/main amd64 libipc-run-perl all 20220807.0-1 [92.6 kB] #14 7.233 Get:172 http://archive.ubuntu.com/ubuntu mantic/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB] #14 7.245 Get:173 http://archive.ubuntu.com/ubuntu mantic/main amd64 libclass-xsaccessor-perl amd64 1.19-4build1 [33.6 kB] #14 7.259 Get:174 http://archive.ubuntu.com/ubuntu mantic/main amd64 libb-hooks-op-check-perl amd64 0.22-2build1 [9600 B] #14 7.260 Get:175 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB] #14 7.263 Get:176 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdevel-callchecker-perl amd64 0.008-2 [13.9 kB] #14 7.264 Get:177 http://archive.ubuntu.com/ubuntu mantic/main amd64 libparams-classify-perl amd64 0.015-2build2 [20.7 kB] #13 12.95 Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ... #13 12.99 Unpacking libmpdec2:amd64 (2.4.2-2) ... #13 13.19 Selecting previously unselected package readline-common. #13 17.32 Selecting previously unselected package m4. #13 17.32 Preparing to unpack .../025-m4_1.4.19-3_armhf.deb ... #13 17.33 Unpacking m4 (1.4.19-3) ... #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:464db55133de46504ace4691ba8efb94e3a8ab2d1d35cbff1d9330a12b9cea90 4.8s done #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 5.9s #13 9.968 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_arm64.deb ... #13 9.976 Unpacking libperl5.28:arm64 (5.28.1-6+deb10u1) ... #14 9.919 Get:117 http://archive.ubuntu.com/ubuntu lunar/main amd64 g++ amd64 4:12.2.0-3ubuntu1 [1120 B] #14 9.922 Get:118 http://archive.ubuntu.com/ubuntu lunar/main amd64 make amd64 4.3-4.1build1 [180 kB] #14 9.925 Get:119 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdpkg-perl all 1.21.21ubuntu1 [247 kB] #14 9.928 Get:120 http://archive.ubuntu.com/ubuntu lunar/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB] #14 9.930 Get:121 http://archive.ubuntu.com/ubuntu lunar/main amd64 patch amd64 2.7.6-7build2 [109 kB] #14 9.933 Get:122 http://archive.ubuntu.com/ubuntu lunar/main amd64 lto-disabled-list all 39 [12.4 kB] #14 9.944 Get:123 http://archive.ubuntu.com/ubuntu lunar/main amd64 dpkg-dev all 1.21.21ubuntu1 [1117 kB] #14 9.969 Get:124 http://archive.ubuntu.com/ubuntu lunar/main amd64 build-essential amd64 12.9ubuntu3 [4744 B] #14 9.970 Get:125 http://archive.ubuntu.com/ubuntu lunar/main amd64 libbrotli1 amd64 1.0.9-2build8 [309 kB] #14 9.975 Get:126 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.2 kB] #14 9.978 Get:127 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [56.6 kB] #14 9.997 Get:128 http://archive.ubuntu.com/ubuntu lunar/main amd64 libldap2 amd64 2.6.3+dfsg-1~exp1ubuntu2 [184 kB] #14 10.00 Get:129 http://archive.ubuntu.com/ubuntu lunar/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] #14 10.01 Get:130 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libssh-4 amd64 0.10.4-2ubuntu0.3 [187 kB] #14 10.01 Get:131 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libcurl4 amd64 7.88.1-8ubuntu2.4 [307 kB] #14 10.01 Get:132 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 curl amd64 7.88.1-8ubuntu2.4 [209 kB] #14 10.03 Get:133 http://archive.ubuntu.com/ubuntu lunar/main amd64 dctrl-tools amd64 2.24-3build2 [66.9 kB] #13 9.684 Setting up libpython3.11-minimal:arm64 (3.11.2-6) ... #13 9.785 Setting up libexpat1:arm64 (2.5.0-1) ... #13 9.818 Setting up python3.11-minimal (3.11.2-6) ... #14 5.545 0 upgraded, 371 newly installed, 0 to remove and 8 not upgraded. #14 5.545 Need to get 132 MB of archives. #14 5.545 After this operation, 476 MB of additional disk space will be used. #14 5.545 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB] #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 7.0s done #10 extracting sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd done #10 DONE 27.8s #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 10.46 Get:24 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm-compat4 armhf 1.18.1-5 [5852 B] #14 10.46 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libperl5.30 armhf 5.30.0-9ubuntu0.5 [3269 kB] #14 10.61 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl armhf 5.30.0-9ubuntu0.5 [224 kB] #14 10.61 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssl armhf 1.1.1f-1ubuntu2.20 [598 kB] #14 10.62 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf ca-certificates all 20230311ubuntu0.20.04.1 [152 kB] #14 10.63 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf distro-info-data all 0.43ubuntu1.15 [4956 B] #14 10.63 Get:30 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic-mgc armhf 1:5.38-4 [218 kB] #14 10.63 Get:31 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic1 armhf 1:5.38-4 [68.3 kB] #14 10.63 Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main armhf file armhf 1:5.38-4 [22.4 kB] #14 10.64 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf less armhf 551-1ubuntu0.1 [116 kB] #14 10.78 Get:34 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libelf1 armhf 0.176-1.1ubuntu0.1 [41.4 kB] #14 10.98 Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-0 armhf 2.64.6-1~ubuntu20.04.6 [1125 kB] #14 11.36 Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-data all 2.64.6-1~ubuntu20.04.6 [6032 B] #14 11.36 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf tzdata all 2023d-0ubuntu0.20.04 [303 kB] #14 11.39 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libicu66 armhf 66.1-2ubuntu2.1 [8223 kB] #14 11.78 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libxml2 armhf 2.9.10+dfsg-5ubuntu0.20.04.6 [546 kB] #14 11.80 Get:40 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-0-2 armhf 0.2.2-1 [41.3 kB] #14 11.80 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main armhf lsb-release all 11.1.0ubuntu2 [10.6 kB] #14 11.80 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main armhf netbase all 6.1 [13.1 kB] #14 11.80 Get:43 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB] #14 11.81 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-six all 1.14.0-2 [12.1 kB] #14 11.95 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main armhf shared-mime-info armhf 1.15-1 [428 kB] #14 12.41 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main armhf ucf all 3.0038+nmu1 [51.6 kB] #14 12.41 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xdg-user-dirs armhf 0.17-2ubuntu1 [46.8 kB] #14 12.42 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf xz-utils armhf 5.2.4-1ubuntu1.1 [81.0 kB] #14 12.43 Get:49 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext-base armhf 0.19.8.1-10build1 [46.0 kB] #14 12.43 Get:50 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iso-codes all 4.4-1 [2695 kB] #14 12.66 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf krb5-locales all 1.17-6ubuntu4.4 [11.5 kB] #14 12.66 Get:52 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcbor0.6 armhf 0.6.0-0ubuntu1 [17.3 kB] #14 12.66 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libedit2 armhf 3.1-20191231-1 [71.7 kB] #14 12.66 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfido2-1 armhf 1.3.1-1ubuntu2 [43.2 kB] #14 12.66 Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5support0 armhf 1.17-6ubuntu4.4 [28.1 kB] #14 12.80 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libk5crypto3 armhf 1.17-6ubuntu4.4 [79.3 kB] #14 13.06 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkeyutils1 armhf 1.6-6ubuntu1.1 [9224 B] #14 13.07 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-3 armhf 1.17-6ubuntu4.4 [287 kB] #14 13.24 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi-krb5-2 armhf 1.17-6ubuntu4.4 [101 kB] #14 13.26 Get:60 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpsl5 armhf 0.21.0-1ubuntu1 [50.2 kB] #14 13.28 Get:61 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxau6 armhf 1:1.0.9-0ubuntu1 [6612 B] #14 13.28 Get:62 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu1 [9160 B] #14 13.28 Get:63 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxcb1 armhf 1.14-2 [41.3 kB] #14 13.29 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-data all 2:1.6.9-2ubuntu1.6 [114 kB] #14 13.31 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-6 armhf 2:1.6.9-2ubuntu1.6 [518 kB] #14 13.37 Get:66 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxext6 armhf 2:1.3.4-0ubuntu1 [24.2 kB] #14 13.52 Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxmuu1 armhf 2:1.1.3-0ubuntu1 [9028 B] #14 13.59 Get:68 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages all 5.05-1 [1314 kB] #14 14.04 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssh-client armhf 1:8.2p1-4ubuntu0.11 [590 kB] #14 14.07 Get:70 http://ports.ubuntu.com/ubuntu-ports focal/main armhf publicsuffix all 20200303.0012-1 [111 kB] #14 14.08 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python-apt-common all 2.0.1ubuntu0.20.04.1 [16.5 kB] #14 14.08 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-apt armhf 2.0.1ubuntu0.20.04.1 [139 kB] #14 14.09 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf strace armhf 5.5-3ubuntu1 [279 kB] #14 14.11 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xauth armhf 1:1.1-0ubuntu1 [21.9 kB] #14 14.11 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfl2 armhf 2.6.4-6.2 [11.3 kB] #14 14.11 Get:76 http://ports.ubuntu.com/ubuntu-ports focal/main armhf at armhf 3.1.23-1ubuntu1 [36.2 kB] #14 14.11 Get:77 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsigsegv2 armhf 2.12-2 [13.1 kB] #14 14.25 Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main armhf m4 armhf 1.4.18-4 [187 kB] #14 14.62 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autoconf all 2.69-11.1 [321 kB] #14 14.73 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autotools-dev all 20180224.1 [39.6 kB] #14 14.74 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main armhf automake all 1:1.16.1-4ubuntu6 [522 kB] #14 14.82 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autopoint all 0.19.8.1-10build1 [412 kB] #14 14.86 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-common armhf 2.34-6ubuntu1.8 [208 kB] #14 14.87 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbinutils armhf 2.34-6ubuntu1.8 [317 kB] #14 14.89 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf-nobfd0 armhf 2.34-6ubuntu1.8 [38.9 kB] #14 14.89 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf0 armhf 2.34-6ubuntu1.8 [37.1 kB] #14 14.89 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.34-6ubuntu1.8 [2093 kB] #14 14.99 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils armhf 2.34-6ubuntu1.8 [3368 B] #14 15.14 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc-dev-bin armhf 2.31-0ubuntu9.14 [63.7 kB] #14 15.39 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf linux-libc-dev armhf 5.4.0-169.187 [1107 kB] #14 15.71 Get:91 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcrypt-dev armhf 1:4.4.10-10ubuntu4 [120 kB] #14 15.72 Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc6-dev armhf 2.31-0ubuntu9.14 [1915 kB] #14 15.82 Get:93 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gcc-9-base armhf 9.4.0-1ubuntu1~20.04.2 [18.9 kB] #14 15.82 Get:94 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libisl22 armhf 0.22.1-1 [460 kB] #14 15.84 Get:95 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpfr6 armhf 4.0.2-1 [196 kB] #14 15.85 Get:96 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpc3 armhf 1.1.0-1 [33.2 kB] #14 15.85 Get:97 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cpp-9 armhf 9.4.0-1ubuntu1~20.04.2 [5887 kB] #14 16.13 Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main armhf cpp armhf 4:9.3.0-1ubuntu2 [27.6 kB] #14 16.13 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcc1-0 armhf 10.5.0-1ubuntu1~20.04 [41.8 kB] #14 16.28 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgomp1 armhf 10.5.0-1ubuntu1~20.04 [87.4 kB] #14 16.58 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libatomic1 armhf 10.5.0-1ubuntu1~20.04 [7256 B] #14 16.58 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasan5 armhf 9.4.0-1ubuntu1~20.04.2 [2805 kB] #14 16.99 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libubsan1 armhf 10.5.0-1ubuntu1~20.04 [757 kB] #14 17.03 Get:104 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgcc-9-dev armhf 9.4.0-1ubuntu1~20.04.2 [682 kB] #14 17.06 Get:105 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gcc-9 armhf 9.4.0-1ubuntu1~20.04.2 [6584 kB] #14 17.39 Get:106 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gcc armhf 4:9.3.0-1ubuntu2 [5224 B] #14 17.39 Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libstdc++-9-dev armhf 9.4.0-1ubuntu1~20.04.2 [1792 kB] #14 17.46 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf g++-9 armhf 9.4.0-1ubuntu1~20.04.2 [6699 kB] #14 17.79 Get:109 http://ports.ubuntu.com/ubuntu-ports focal/main armhf g++ armhf 4:9.3.0-1ubuntu2 [1612 B] #13 15.29 Selecting previously unselected package python3. #13 15.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10075 files and directories currently installed.) #13 15.29 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ... #13 15.30 Unpacking python3 (3.7.3-1) ... #13 15.43 Selecting previously unselected package less. #13 15.43 Preparing to unpack .../001-less_487-0.1+b1_armhf.deb ... #13 15.44 Unpacking less (487-0.1+b1) ... #13 15.56 Selecting previously unselected package netbase. #13 15.56 Preparing to unpack .../002-netbase_5.6_all.deb ... #13 10.60 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_amd64.deb ... #13 10.62 Unpacking perl (5.32.1-4+deb11u2) ... #13 10.69 Selecting previously unselected package liblocale-gettext-perl. #13 10.69 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... #13 10.70 Unpacking liblocale-gettext-perl (1.07-4+b1) ... #13 10.91 Selecting previously unselected package libpython3.9-minimal:amd64. #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 5.0s #14 6.380 The following NEW packages will be installed: #14 6.380 adduser autoconf automake autopoint autotools-dev binutils #14 6.380 binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential #14 6.380 bzip2 ca-certificates cpp cpp-12 curl dctrl-tools debhelper debugedit #14 6.380 devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr #14 6.380 distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config #14 6.380 fonts-dejavu-core g++ g++-12 gcc gcc-12 gcc-12-base gettext gettext-base git #14 6.380 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client #14 6.380 gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes #14 6.380 krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl #14 6.380 libalgorithm-merge-perl libaliased-perl libapt-pkg-perl libarchive-cpio-perl #14 6.380 libarchive-zip-perl libarray-intspan-perl libasan8 libassuan0 libatomic1 #14 6.380 libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl #14 6.380 libberkeleydb-perl libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools #14 6.380 libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl #14 6.380 libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl #14 6.380 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 6.380 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 6.380 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 6.380 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 6.380 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 6.380 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 6.380 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 6.380 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 6.380 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 6.380 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 6.380 libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl libfido2-1 #14 6.380 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #14 6.380 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #14 6.380 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #14 6.380 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #14 6.380 libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4 #14 6.380 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 6.380 libgprofng0 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl #14 6.380 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 6.380 libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl #14 6.380 libhttp-daemon-perl libhttp-date-perl libhttp-message-perl #14 6.380 libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu72 #14 6.380 libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl #14 6.380 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #14 6.380 libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23 #14 6.380 libiterator-perl libiterator-util-perl libitm1 libjansson4 libjbig0 #14 6.380 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl #14 6.380 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common #14 6.380 libldap2 liblerc4 liblist-compare-perl liblist-someutils-perl #14 6.380 liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl #14 6.380 liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7 #14 6.380 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc #14 6.381 libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 #14 6.381 libmath-base85-perl libmldbm-perl libmodule-implementation-perl #14 6.381 libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl #14 6.381 libmpc3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl #14 6.381 libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl #14 6.381 libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 #14 6.381 libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl #14 6.381 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #14 6.381 libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36 #14 6.381 libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16 #14 6.381 libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5 #14 6.381 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib #14 6.381 libre-engine-re2-perl libre2-10 libreadline8 libreadonly-perl #14 6.381 libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl #14 6.381 libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1 #14 6.381 libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #14 6.381 libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23 #14 6.381 libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev #14 6.381 libstrictures-perl libstring-copyright-perl libstring-escape-perl #14 6.381 libstring-license-perl libstring-shellquote-perl libsub-exporter-perl #14 6.381 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #14 6.381 libsub-name-perl libsub-override-perl libsub-quote-perl #14 6.381 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 6.381 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 6.381 libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl #14 6.381 libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool #14 6.381 libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl #14 6.381 libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl #14 6.381 libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7 #14 6.381 libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6 #14 6.381 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 6.381 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 6.381 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 #14 6.381 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2 #14 6.381 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release #14 6.381 lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types #14 6.381 netbase openssh-client openssl patch patchutils perl perl-modules-5.36 #14 6.381 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #14 6.382 python-apt-common python3 python3-apt python3-bcrypt python3-certifi #14 6.382 python3-cffi-backend python3-chardet python3-cryptography python3-debian #14 6.382 python3-gpg python3-idna python3-magic python3-minimal python3-nacl #14 6.382 python3-paramiko python3-pkg-resources python3-requests python3-six #14 6.382 python3-unidiff python3-urllib3 python3-xdg python3.11 python3.11-minimal #14 6.382 readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils #14 6.382 zstd #14 6.383 The following packages will be upgraded: #14 6.384 libc-bin libc6 #14 7.695 Get:12 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libkrb5-3 arm64 1.20.1-3ubuntu1 [345 kB] #14 7.264 Get:178 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB] #14 7.264 Get:179 http://archive.ubuntu.com/ubuntu mantic/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB] #14 7.265 Get:180 http://archive.ubuntu.com/ubuntu mantic/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB] #14 7.265 Get:181 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB] #14 7.265 Get:182 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmoo-perl all 2.005005-1 [47.4 kB] #14 7.275 Get:183 http://archive.ubuntu.com/ubuntu mantic/main amd64 libencode-locale-perl all 1.05-3 [11.6 kB] #14 7.275 Get:184 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB] #14 7.286 Get:185 http://archive.ubuntu.com/ubuntu mantic/main amd64 libhttp-date-perl all 6.05-2 [9946 B] #14 7.287 Get:186 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfile-listing-perl all 6.15-1 [11.5 kB] #14 7.288 Get:187 http://archive.ubuntu.com/ubuntu mantic/main amd64 libhtml-tagset-perl all 3.20-6 [11.3 kB] #14 7.288 Get:188 http://archive.ubuntu.com/ubuntu mantic/main amd64 liburi-perl all 5.19-2 [81.0 kB] #14 7.289 Get:189 http://archive.ubuntu.com/ubuntu mantic/main amd64 libhtml-parser-perl amd64 3.81-1 [87.9 kB] #14 7.291 Get:190 http://archive.ubuntu.com/ubuntu mantic/main amd64 libhtml-tree-perl all 5.07-3 [200 kB] #14 7.295 Get:191 http://archive.ubuntu.com/ubuntu mantic/main amd64 libclone-perl amd64 0.46-1 [10.9 kB] #14 7.296 Get:192 http://archive.ubuntu.com/ubuntu mantic/main amd64 libio-html-perl all 1.004-3 [15.9 kB] #14 7.298 Get:193 http://archive.ubuntu.com/ubuntu mantic/main amd64 liblwp-mediatypes-perl all 6.04-2 [20.1 kB] #14 7.298 Get:194 http://archive.ubuntu.com/ubuntu mantic/main amd64 libhttp-message-perl all 6.44-2ubuntu1 [78.0 kB] #14 7.309 Get:195 http://archive.ubuntu.com/ubuntu mantic/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB] #14 7.310 Get:196 http://archive.ubuntu.com/ubuntu mantic/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB] #14 7.311 Get:197 http://archive.ubuntu.com/ubuntu mantic/main amd64 perl-openssl-defaults amd64 7 [7536 B] #14 7.311 Get:198 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnet-ssleay-perl amd64 1.92-2build2 [296 kB] #14 7.322 Get:199 http://archive.ubuntu.com/ubuntu mantic/main amd64 libio-socket-ssl-perl all 2.083-1 [194 kB] #14 7.324 Get:200 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnet-http-perl all 6.22-1 [23.2 kB] #14 7.326 Get:201 http://archive.ubuntu.com/ubuntu mantic/main amd64 liblwp-protocol-https-perl all 6.11-1 [8992 B] #14 ... #12 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #12 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 done #12 DONE 12.2s #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 7.600 Get:202 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB] #14 7.612 Get:203 http://archive.ubuntu.com/ubuntu mantic/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB] #13 13.19 Preparing to unpack .../3-readline-common_7.0-5_all.deb ... #13 13.22 Unpacking readline-common (7.0-5) ... #13 13.44 Selecting previously unselected package libreadline7:amd64. #10 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 17.55 Selecting previously unselected package autoconf. #13 17.55 Preparing to unpack .../026-autoconf_2.71-3_all.deb ... #13 17.56 Unpacking autoconf (2.71-3) ... #13 17.74 Selecting previously unselected package autotools-dev. #13 17.74 Preparing to unpack .../027-autotools-dev_20220109.1_all.deb ... #13 17.76 Unpacking autotools-dev (20220109.1) ... #14 10.04 Get:134 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdebhelper-perl all 13.11.4ubuntu3 [66.1 kB] #14 10.04 Get:135 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtool all 2.4.7-5 [166 kB] #14 10.05 Get:136 http://archive.ubuntu.com/ubuntu lunar/main amd64 dh-autoreconf all 20 [16.1 kB] #14 10.05 Get:137 http://archive.ubuntu.com/ubuntu lunar/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB] #14 10.06 Get:138 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsub-override-perl all 0.09-4 [8706 B] #14 10.08 Get:139 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfile-stripnondeterminism-perl all 1.13.1-1 [18.1 kB] #14 10.08 Get:140 http://archive.ubuntu.com/ubuntu lunar/main amd64 dh-strip-nondeterminism all 1.13.1-1 [5362 B] #14 10.08 Get:141 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdw1 amd64 0.188-2.1 [251 kB] #14 10.09 Get:142 http://archive.ubuntu.com/ubuntu lunar/main amd64 debugedit amd64 1:5.0-5 [46.1 kB] #14 10.10 Get:143 http://archive.ubuntu.com/ubuntu lunar/main amd64 dwz amd64 0.15-1 [112 kB] #14 10.11 Get:144 http://archive.ubuntu.com/ubuntu lunar/main amd64 gettext amd64 0.21-11 [867 kB] #14 10.15 Get:145 http://archive.ubuntu.com/ubuntu lunar/main amd64 intltool-debian all 0.35.0+20060710.6 [23.2 kB] #14 10.15 Get:146 http://archive.ubuntu.com/ubuntu lunar/main amd64 po-debconf all 1.0.21+nmu1 [233 kB] #14 10.17 Get:147 http://archive.ubuntu.com/ubuntu lunar/main amd64 debhelper all 13.11.4ubuntu3 [925 kB] #14 10.21 Get:148 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfakeroot amd64 1.31-1.1 [31.9 kB] #14 10.22 Get:149 http://archive.ubuntu.com/ubuntu lunar/main amd64 fakeroot amd64 1.31-1.1 [60.1 kB] #14 10.22 Get:150 http://archive.ubuntu.com/ubuntu lunar/main amd64 libassuan0 amd64 2.5.5-5 [37.2 kB] #14 10.23 Get:151 http://archive.ubuntu.com/ubuntu lunar/main amd64 gpgconf amd64 2.2.40-1.1ubuntu1 [96.3 kB] #14 10.24 Get:152 http://archive.ubuntu.com/ubuntu lunar/main amd64 libksba8 amd64 1.6.3-2 [120 kB] #14 10.24 Get:153 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] #14 10.25 Get:154 http://archive.ubuntu.com/ubuntu lunar/main amd64 dirmngr amd64 2.2.40-1.1ubuntu1 [305 kB] #13 10.52 Selecting previously unselected package perl. #13 10.73 Selecting previously unselected package python3-minimal. #13 14.33 Selecting previously unselected package libkeyutils1:amd64. #13 14.33 Preparing to unpack .../05-libkeyutils1_1.6.3-2_amd64.deb ... #13 14.35 Unpacking libkeyutils1:amd64 (1.6.3-2) ... #13 14.53 Selecting previously unselected package libkrb5-3:amd64. #14 5.733 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.3 [812 kB] #10 extracting sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd done #10 DONE 28.2s #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 10.26 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgdbm6 armhf 1.23-1 [30.0 kB] #14 10.27 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgdbm-compat4 armhf 1.23-1 [6070 B] #14 10.27 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libperl5.34 armhf 5.34.0-3ubuntu1.3 [4063 kB] #14 10.46 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf perl armhf 5.34.0-3ubuntu1.3 [232 kB] #14 10.46 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf openssl armhf 3.0.2-0ubuntu1.12 [1152 kB] #14 10.51 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf ca-certificates all 20230311ubuntu0.22.04.1 [155 kB] #14 10.52 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf distro-info-data all 0.52ubuntu0.6 [5160 B] #14 10.92 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf iso-codes all 4.9.0-1 [3459 kB] #14 11.61 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf less armhf 590-1ubuntu0.22.04.1 [135 kB] #14 11.61 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmd0 armhf 1.0.4-1build1 [22.5 kB] #14 11.61 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbsd0 armhf 0.11.5-1 [39.8 kB] #14 11.61 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libelf1 armhf 0.186-1build1 [42.7 kB] #14 11.61 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libicu70 armhf 70.1-2 [10.3 MB] #14 12.09 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libxml2 armhf 2.9.13+dfsg-1ubuntu0.3 [599 kB] #14 12.11 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-0-2 armhf 0.2.2-1build2 [45.4 kB] #14 12.11 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lsb-release all 11.1.0ubuntu4 [10.8 kB] #14 12.11 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf netbase all 6.3 [12.9 kB] #14 12.11 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python-apt-common all 2.4.0ubuntu2 [14.8 kB] #14 12.51 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-apt armhf 2.4.0ubuntu2 [154 kB] #14 12.85 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] #14 12.90 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf ucf all 3.0043 [56.1 kB] #14 12.93 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bsdextrautils armhf 2.37.2-4ubuntu3 [77.1 kB] #14 12.96 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libmagic-mgc armhf 1:5.41-3ubuntu0.1 [257 kB] #14 13.01 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libmagic1 armhf 1:5.41-3ubuntu0.1 [80.2 kB] #14 13.03 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf file armhf 1:5.41-3ubuntu0.1 [20.6 kB] #14 13.03 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gettext-base armhf 0.21-4ubuntu4 [38.0 kB] #14 13.04 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libuchardet0 armhf 0.0.7-1build2 [75.7 kB] #14 13.05 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf groff-base armhf 1.22.4-8build1 [870 kB] #14 13.13 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcbor0.8 armhf 0.8.0-2ubuntu1 [19.9 kB] #14 13.52 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libedit2 armhf 3.1-20210910-1build1 [78.7 kB] #14 13.79 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfido2-1 armhf 1.10.0-1 [74.1 kB] #14 13.84 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libnghttp2-14 armhf 1.43.0-1ubuntu0.1 [70.7 kB] #14 13.89 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpipeline1 armhf 1.5.5-1 [25.6 kB] #14 13.91 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpng16-16 armhf 1.6.37-3build5 [170 kB] #14 13.97 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB] #14 13.98 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxau6 armhf 1:1.0.9-1build5 [6622 B] #14 13.98 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu5 [9452 B] #14 13.99 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxcb1 armhf 1.14-3ubuntu3 [46.1 kB] #14 14.00 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB] #14 14.02 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libx11-6 armhf 2:1.7.5-1ubuntu0.3 [603 kB] #14 14.49 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxext6 armhf 2:1.3.4-1build1 [26.4 kB] #14 14.66 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxmuu1 armhf 2:1.1.3-3 [9288 B] #14 14.67 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf man-db armhf 2.10.2-1 [1151 kB] #14 15.05 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf manpages all 5.10-1ubuntu1 [1375 kB] #14 15.13 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf openssh-client armhf 1:8.9p1-3ubuntu0.6 [837 kB] #14 15.17 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf publicsuffix all 20211207.1025-1 [129 kB] #14 15.18 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf strace armhf 5.16-0ubuntu3 [409 kB] #14 15.20 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf xauth armhf 1:1.1-1build2 [23.8 kB] #14 15.20 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf xz-utils armhf 5.2.5-2ubuntu1 [84.6 kB] #14 15.20 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsigsegv2 armhf 2.13-1ubuntu3 [13.7 kB] #14 15.20 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf m4 armhf 1.4.18-5ubuntu2 [191 kB] #14 15.61 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autoconf all 2.71-2 [338 kB] #14 16.05 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autotools-dev all 20220109.1 [44.9 kB] #14 16.05 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf automake all 1:1.16.5-1.3 [558 kB] #14 16.17 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autopoint all 0.21-4ubuntu4 [422 kB] #14 16.21 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf binutils-common armhf 2.38-4ubuntu2.5 [222 kB] #14 16.22 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libbinutils armhf 2.38-4ubuntu2.5 [497 kB] #14 16.26 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libctf-nobfd0 armhf 2.38-4ubuntu2.5 [95.2 kB] #14 16.26 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libctf0 armhf 2.38-4ubuntu2.5 [94.1 kB] #14 16.27 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.38-4ubuntu2.5 [3061 kB] #14 16.41 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf binutils armhf 2.38-4ubuntu2.5 [3180 B] #14 16.42 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc-dev-bin armhf 2.35-0ubuntu3.6 [19.0 kB] #14 16.82 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf linux-libc-dev armhf 5.15.0-91.101 [1295 kB] #14 17.40 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcrypt-dev armhf 1:4.4.27-1 [122 kB] #14 17.41 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf rpcsvc-proto armhf 1.4.2-0ubuntu6 [63.7 kB] #14 17.41 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libtirpc-dev armhf 1.3.2-2ubuntu0.1 [184 kB] #14 17.42 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnsl-dev armhf 1.3.0-2build2 [66.1 kB] #14 17.42 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc6-dev armhf 2.35-0ubuntu3.6 [1332 kB] #14 17.50 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gcc-11-base armhf 11.4.0-1ubuntu1~22.04 [20.2 kB] #14 17.50 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libisl23 armhf 0.24-2build1 [581 kB] #14 17.52 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpfr6 armhf 4.1.0-3build3 [217 kB] #14 17.53 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpc3 armhf 1.2.1-2build1 [39.5 kB] #14 17.53 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf cpp-11 armhf 11.4.0-1ubuntu1~22.04 [7852 kB] #14 17.79 Get:110 http://ports.ubuntu.com/ubuntu-ports focal/main armhf make armhf 4.2.1-1.2 [149 kB] #15 3.060 CentOS Stream 8 - AppStream 11 MB/s | 27 MB 00:02 #14 8.736 Get:24 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgdbm-compat4 arm64 1.18.1-5 [6040 B] #14 8.816 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libperl5.30 arm64 5.30.0-9ubuntu0.5 [3763 kB] #13 15.57 Unpacking netbase (5.6) ... #13 15.80 Selecting previously unselected package bzip2. #13 15.80 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_armhf.deb ... #13 15.81 Unpacking bzip2 (1.0.6-9.2~deb10u2) ... #13 15.92 Selecting previously unselected package libmagic-mgc. #13 15.92 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ... #13 15.92 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ... #13 10.92 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_amd64.deb ... #13 10.96 Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ... #14 4.685 Reading package lists... #14 8.134 Get:13 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libgssapi-krb5-2 arm64 1.20.1-3ubuntu1 [139 kB] #14 12.25 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB] #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 6.9s done #14 7.616 Get:204 http://archive.ubuntu.com/ubuntu mantic/main amd64 libwww-perl all 6.72-1 [143 kB] #14 7.644 Get:205 http://archive.ubuntu.com/ubuntu mantic/main amd64 patchutils amd64 0.4.2-1build2 [77.8 kB] #14 7.650 Get:206 http://archive.ubuntu.com/ubuntu mantic/main amd64 wdiff amd64 1.2.2-5 [29.2 kB] #14 7.652 Get:207 http://archive.ubuntu.com/ubuntu mantic/main amd64 devscripts all 2.23.6 [1067 kB] #14 7.678 Get:208 http://archive.ubuntu.com/ubuntu mantic/main amd64 diffstat amd64 1.65-1 [28.4 kB] #14 7.679 Get:209 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-chardet all 5.1.0+dfsg-2 [119 kB] #14 7.680 Get:210 http://archive.ubuntu.com/ubuntu mantic/main amd64 zstd amd64 1.5.5+dfsg2-1ubuntu2 [640 kB] #14 7.687 Get:211 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-debian all 0.1.49ubuntu2 [115 kB] #14 7.688 Get:212 http://archive.ubuntu.com/ubuntu mantic/main amd64 libgpgme11 amd64 1.18.0-3ubuntu2 [139 kB] #14 7.690 Get:213 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-gpg amd64 1.18.0-3ubuntu2 [206 kB] #14 7.692 Get:214 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-xdg all 0.28-2 [38.3 kB] #14 7.693 Get:215 http://archive.ubuntu.com/ubuntu mantic/main amd64 dput all 1.1.3ubuntu3 [46.5 kB] #14 7.693 Get:216 http://archive.ubuntu.com/ubuntu mantic/main amd64 fonts-noto-mono all 20201225-2 [435 kB] #14 7.698 Get:217 http://archive.ubuntu.com/ubuntu mantic/main amd64 fonts-noto-core all 20201225-2 [13.3 MB] #14 7.869 Get:218 http://archive.ubuntu.com/ubuntu mantic/main amd64 fontconfig-config amd64 2.14.2-4ubuntu1 [35.9 kB] #13 13.45 Preparing to unpack .../4-libreadline7_7.0-5_amd64.deb ... #13 13.45 Unpacking libreadline7:amd64 (7.0-5) ... #13 13.64 Selecting previously unselected package libsqlite3-0:amd64. #13 13.64 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_amd64.deb ... #13 13.66 Unpacking libsqlite3-0:amd64 (3.27.2-3+deb10u2) ... #13 17.96 Selecting previously unselected package automake. #14 10.25 Get:155 http://archive.ubuntu.com/ubuntu lunar/main amd64 gnupg-l10n all 2.2.40-1.1ubuntu1 [56.2 kB] #14 10.25 Get:156 http://archive.ubuntu.com/ubuntu lunar/main amd64 gnupg-utils amd64 2.2.40-1.1ubuntu1 [313 kB] #14 10.26 Get:157 http://archive.ubuntu.com/ubuntu lunar/main amd64 gpg amd64 2.2.40-1.1ubuntu1 [523 kB] #14 10.28 Get:158 http://archive.ubuntu.com/ubuntu lunar/main amd64 pinentry-curses amd64 1.2.1-1ubuntu1 [34.6 kB] #14 10.28 Get:159 http://archive.ubuntu.com/ubuntu lunar/main amd64 gpg-agent amd64 2.2.40-1.1ubuntu1 [216 kB] #14 10.29 Get:160 http://archive.ubuntu.com/ubuntu lunar/main amd64 gpg-wks-client amd64 2.2.40-1.1ubuntu1 [66.1 kB] #14 10.29 Get:161 http://archive.ubuntu.com/ubuntu lunar/main amd64 gpg-wks-server amd64 2.2.40-1.1ubuntu1 [59.2 kB] #14 10.29 Get:162 http://archive.ubuntu.com/ubuntu lunar/main amd64 gpgsm amd64 2.2.40-1.1ubuntu1 [206 kB] #14 10.31 Get:163 http://archive.ubuntu.com/ubuntu lunar/main amd64 gnupg all 2.2.40-1.1ubuntu1 [319 kB] #14 10.32 Get:164 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B] #14 10.33 Get:165 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfile-which-perl all 1.27-2 [12.5 kB] #14 10.33 Get:166 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB] #14 10.33 Get:167 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfile-touch-perl all 0.12-2 [7498 B] #14 10.34 Get:168 http://archive.ubuntu.com/ubuntu lunar/main amd64 libio-pty-perl amd64 1:1.17-1 [32.1 kB] #14 10.34 Get:169 http://archive.ubuntu.com/ubuntu lunar/main amd64 libipc-run-perl all 20220807.0-1 [92.6 kB] #14 10.35 Get:170 http://archive.ubuntu.com/ubuntu lunar/main amd64 libclass-method-modifiers-perl all 2.14-1 [16.2 kB] #14 10.35 Get:171 http://archive.ubuntu.com/ubuntu lunar/main amd64 libclass-xsaccessor-perl amd64 1.19-4build1 [33.6 kB] #14 10.36 Get:172 http://archive.ubuntu.com/ubuntu lunar/main amd64 libb-hooks-op-check-perl amd64 0.22-2build1 [9600 B] #14 10.37 Get:173 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB] #14 10.38 Get:174 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdevel-callchecker-perl amd64 0.008-2 [13.9 kB] #14 10.38 Get:175 http://archive.ubuntu.com/ubuntu lunar/main amd64 libparams-classify-perl amd64 0.015-2build2 [20.7 kB] #14 10.38 Get:176 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB] #14 10.38 Get:177 http://archive.ubuntu.com/ubuntu lunar/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB] #14 10.38 Get:178 http://archive.ubuntu.com/ubuntu lunar/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB] #14 10.39 Get:179 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB] #14 10.39 Get:180 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmoo-perl all 2.005005-1 [47.4 kB] #14 10.39 Get:181 http://archive.ubuntu.com/ubuntu lunar/main amd64 libencode-locale-perl all 1.05-3 [11.6 kB] #14 10.40 Get:182 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB] #14 10.40 Get:183 http://archive.ubuntu.com/ubuntu lunar/main amd64 libhttp-date-perl all 6.05-2 [9946 B] #14 10.40 Get:184 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfile-listing-perl all 6.15-1 [11.5 kB] #14 10.40 Get:185 http://archive.ubuntu.com/ubuntu lunar/main amd64 libhtml-tagset-perl all 3.20-6 [11.3 kB] #14 10.41 Get:186 http://archive.ubuntu.com/ubuntu lunar/main amd64 liburi-perl all 5.17-1ubuntu1 [80.3 kB] #14 10.41 Get:187 http://archive.ubuntu.com/ubuntu lunar/main amd64 libhtml-parser-perl amd64 3.81-1 [87.9 kB] #14 10.41 Get:188 http://archive.ubuntu.com/ubuntu lunar/main amd64 libhtml-tree-perl all 5.07-3 [200 kB] #14 10.41 Get:189 http://archive.ubuntu.com/ubuntu lunar/main amd64 libclone-perl amd64 0.46-1 [10.9 kB] #14 10.42 Get:190 http://archive.ubuntu.com/ubuntu lunar/main amd64 libio-html-perl all 1.004-3 [15.9 kB] #14 10.42 Get:191 http://archive.ubuntu.com/ubuntu lunar/main amd64 liblwp-mediatypes-perl all 6.04-2 [20.1 kB] #14 10.42 Get:192 http://archive.ubuntu.com/ubuntu lunar/main amd64 libhttp-message-perl all 6.44-1 [77.4 kB] #14 10.42 Get:193 http://archive.ubuntu.com/ubuntu lunar/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB] #14 10.42 Get:194 http://archive.ubuntu.com/ubuntu lunar/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB] #14 10.42 Get:195 http://archive.ubuntu.com/ubuntu lunar/main amd64 perl-openssl-defaults amd64 7 [7536 B] #14 10.43 Get:196 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnet-ssleay-perl amd64 1.92-2build2 [296 kB] #14 10.44 Get:197 http://archive.ubuntu.com/ubuntu lunar/main amd64 libio-socket-ssl-perl all 2.081-2 [196 kB] #14 10.44 Get:198 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnet-http-perl all 6.22-1 [23.2 kB] #14 10.44 Get:199 http://archive.ubuntu.com/ubuntu lunar/main amd64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB] #14 10.44 Get:200 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB] #14 10.47 Get:201 http://archive.ubuntu.com/ubuntu lunar/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB] #13 10.52 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_arm64.deb ... #13 10.53 Unpacking perl (5.28.1-6+deb10u1) ... #13 10.66 Selecting previously unselected package liblocale-gettext-perl. #13 14.53 Preparing to unpack .../06-libkrb5-3_1.20.1-2+deb12u1_amd64.deb ... #13 14.54 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u1) ... #13 14.76 Selecting previously unselected package libgssapi-krb5-2:amd64. #11 DONE 12.5s #13 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core #13 3.821 Fedora 38 - aarch64 24 MB/s | 79 MB 00:03 #13 10.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 ... 9518 files and directories currently installed.) #13 10.74 Preparing to unpack .../0-python3-minimal_3.9.2-3_arm64.deb ... #13 10.74 Unpacking python3-minimal (3.9.2-3) ... #13 10.81 Selecting previously unselected package media-types. #13 10.81 Preparing to unpack .../1-media-types_4.0.0_all.deb ... #13 10.85 Unpacking media-types (4.0.0) ... #14 6.163 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.2 [91.0 kB] #14 18.35 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cpp armhf 4:11.2.0-1ubuntu1 [27.7 kB] #14 17.94 Get:111 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libdpkg-perl all 1.19.7ubuntu3.2 [231 kB] #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 5.0s #13 16.17 Selecting previously unselected package libmagic1:armhf. #13 16.17 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ... #13 16.18 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ... #11 extracting sha256:e85afd66f33346af3de602a5a1e7fb2f9967670086059221e6cd73e7161f6a20 2.7s done #11 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba #11 extracting sha256:13339081ae6bbe27bab6c55c9c4550ef73bb64c5558088b222607cf26e716fba done #11 DONE 9.5s #13 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core #13 1.869 CentOS Stream 9 - BaseOS 6.4 MB/s | 8.8 MB 00:01 #14 5.545 Building dependency tree... #14 5.750 Reading state information... #14 8.161 Get:14 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtirpc-common all 1.3.3+ds-1 [7790 B] #14 8.164 Get:15 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtirpc3 arm64 1.3.3+ds-1 [82.1 kB] #14 8.171 Get:16 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnsl2 arm64 1.3.0-2build2 [41.4 kB] #14 8.196 Get:17 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 readline-common all 8.2-1.3 [55.7 kB] #14 8.198 Get:18 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libreadline8 arm64 8.2-1.3 [150 kB] #14 8.231 Get:19 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libsqlite3-0 arm64 3.42.0-1ubuntu0.1 [679 kB] #14 8.323 Get:20 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpython3.11-stdlib arm64 3.11.6-3 [1897 kB] #14 12.26 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB] #14 12.26 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB] #14 12.27 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB] #14 12.28 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB] #14 12.50 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.4 [11.5 kB] #10 extracting sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd done #10 DONE 27.9s #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 10.16 Get:23 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3 armhf 3.11.4-5 [22.9 kB] #14 10.32 Get:24 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf perl-modules-5.36 all 5.36.0-9ubuntu1.1 [2984 kB] #14 10.83 Get:25 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libgdbm6 armhf 1.23-3 [29.8 kB] #14 10.84 Get:26 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libgdbm-compat4 armhf 1.23-3 [6026 B] #14 10.84 Get:27 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libperl5.36 armhf 5.36.0-9ubuntu1.1 [4020 kB] #14 11.03 Get:28 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf perl armhf 5.36.0-9ubuntu1.1 [235 kB] #14 11.04 Get:29 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf adduser all 3.137ubuntu1 [101 kB] #14 11.04 Get:30 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf openssl armhf 3.0.10-1ubuntu2.1 [1158 kB] #14 11.10 Get:31 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf ca-certificates all 20230311ubuntu1 [152 kB] #14 11.11 Get:32 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf distro-info-data all 0.58ubuntu0.2 [6280 B] #14 11.11 Get:33 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf iso-codes all 4.15.0-1 [3458 kB] #14 11.42 Get:34 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf krb5-locales all 1.20.1-3ubuntu1 [13.4 kB] #14 11.50 Get:35 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf less armhf 590-2 [131 kB] #14 11.70 Get:36 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libbsd0 armhf 0.11.7-4 [36.9 kB] #14 11.73 Get:37 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libelf1 armhf 0.189-4 [48.7 kB] #14 11.75 Get:38 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libicu72 armhf 72.1-3ubuntu3 [10.5 MB] #14 12.41 Get:39 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxml2 armhf 2.9.14+dfsg-1.3 [591 kB] #14 12.43 Get:40 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libyaml-0-2 armhf 0.2.5-1 [46.4 kB] #14 12.43 Get:41 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf lsb-release all 12.0-2 [6564 B] #14 12.43 Get:42 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf netbase all 6.4 [13.1 kB] #14 12.43 Get:43 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python-apt-common all 2.6.0ubuntu1 [18.1 kB] #14 12.43 Get:44 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-apt armhf 2.6.0ubuntu1 [156 kB] #14 12.84 Get:45 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-cffi-backend armhf 1.15.1-5build1 [66.4 kB] #14 13.10 Get:46 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-pkg-resources all 68.1.2-2 [167 kB] #14 13.24 Get:47 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf tzdata-icu all 2023d-0ubuntu0.23.10 [136 kB] #14 13.28 Get:48 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf ucf all 3.0043+nmu1 [56.5 kB] #14 13.30 Get:49 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf bsdextrautils armhf 2.39.1-4ubuntu2 [77.5 kB] #14 13.32 Get:50 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmagic-mgc armhf 1:5.44-3 [293 kB] #14 13.37 Get:51 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmagic1 armhf 1:5.44-3 [80.3 kB] #14 13.38 Get:52 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf file armhf 1:5.44-3 [20.9 kB] #14 13.39 Get:53 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gettext-base armhf 0.21-13 [37.5 kB] #14 13.39 Get:54 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libuchardet0 armhf 0.0.7-1build2 [75.7 kB] #14 13.40 Get:55 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf groff-base armhf 1.23.0-2 [948 kB] #14 13.62 Get:56 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libcbor0.8 armhf 0.8.0-2ubuntu1 [19.9 kB] #14 13.78 Get:57 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libedit2 armhf 3.1-20221030-2 [78.3 kB] #14 13.97 Get:58 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfido2-1 armhf 1.13.0-1 [75.2 kB] #14 13.98 Get:59 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libjansson4 armhf 2.14-2 [28.9 kB] #14 14.00 Get:60 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libnghttp2-14 armhf 1.55.1-1ubuntu0.1 [68.3 kB] #14 14.03 Get:61 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpipeline1 armhf 1.5.7-1 [26.2 kB] #14 14.04 Get:62 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpng16-16 armhf 1.6.40-1 [166 kB] #14 14.09 Get:63 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpsl5 armhf 0.21.2-1 [57.6 kB] #14 14.10 Get:64 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxau6 armhf 1:1.0.9-1build5 [6622 B] #14 14.10 Get:65 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu5 [9452 B] #14 14.11 Get:66 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxcb1 armhf 1.15-1 [45.4 kB] #14 14.52 Get:67 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libx11-data all 2:1.8.6-1ubuntu1 [116 kB] #14 14.84 Get:68 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libx11-6 armhf 2:1.8.6-1ubuntu1 [586 kB] #14 15.05 Get:69 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxext6 armhf 2:1.3.4-1build1 [26.4 kB] #14 15.05 Get:70 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxmuu1 armhf 2:1.1.3-3 [9288 B] #14 15.05 Get:71 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf man-db armhf 2.11.2-3 [1187 kB] #14 15.16 Get:72 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf manpages all 6.03-2 [1322 kB] #14 15.22 Get:73 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf openssh-client armhf 1:9.3p1-1ubuntu3.2 [864 kB] #14 15.27 Get:74 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf publicsuffix all 20230209.2326-1 [131 kB] #14 15.27 Get:75 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf strace armhf 6.5-0.0ubuntu1 [420 kB] #14 15.29 Get:76 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf xauth armhf 1:1.1.2-1 [22.9 kB] #14 15.29 Get:77 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf xz-utils armhf 5.4.1-0.2 [269 kB] #14 15.46 Get:78 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf m4 armhf 1.4.19-3 [235 kB] #14 15.86 Get:79 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf autoconf all 2.71-3 [339 kB] #14 15.97 Get:80 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf autotools-dev all 20220109.1 [44.9 kB] #14 15.97 Get:81 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf automake all 1:1.16.5-1.3 [558 kB] #14 16.05 Get:82 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf autopoint all 0.21-13 [422 kB] #14 16.09 Get:83 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf binutils-common armhf 2.41-5ubuntu1 [228 kB] #14 16.11 Get:84 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsframe1 armhf 2.41-5ubuntu1 [12.8 kB] #14 16.11 Get:85 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libbinutils armhf 2.41-5ubuntu1 [457 kB] #14 16.13 Get:86 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libctf-nobfd0 armhf 2.41-5ubuntu1 [87.1 kB] #14 16.14 Get:87 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libctf0 armhf 2.41-5ubuntu1 [86.9 kB] #14 16.14 Get:88 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf binutils-arm-linux-gnueabihf armhf 2.41-5ubuntu1 [2955 kB] #14 16.68 Get:89 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf binutils armhf 2.41-5ubuntu1 [3072 B] #14 16.75 Get:90 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libc-dev-bin armhf 2.38-1ubuntu6 [18.9 kB] #14 16.83 Get:91 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf linux-libc-dev armhf 6.5.0-14.14 [1525 kB] #14 17.26 Get:92 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libcrypt-dev armhf 1:4.4.36-2 [120 kB] #14 17.26 Get:93 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtirpc-dev armhf 1.3.3+ds-1 [183 kB] #14 17.28 Get:94 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnsl-dev armhf 1.3.0-2build2 [66.1 kB] #14 17.28 Get:95 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf rpcsvc-proto armhf 1.4.2-0ubuntu6 [63.7 kB] #14 17.28 Get:96 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libc6-dev armhf 2.38-1ubuntu6 [1346 kB] #14 17.34 Get:97 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libisl23 armhf 0.26-3 [595 kB] #14 17.38 Get:98 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmpfr6 armhf 4.2.1-1 [229 kB] #14 7.870 Get:219 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libcurl3-gnutls amd64 8.2.1-1ubuntu3.2 [313 kB] #14 7.873 Get:220 http://archive.ubuntu.com/ubuntu mantic/main amd64 liberror-perl all 0.17029-2 [25.6 kB] #14 7.873 Get:221 http://archive.ubuntu.com/ubuntu mantic/main amd64 git-man all 1:2.40.1-1ubuntu1 [1085 kB] #14 7.887 Get:222 http://archive.ubuntu.com/ubuntu mantic/main amd64 git amd64 1:2.40.1-1ubuntu1 [3583 kB] #14 7.922 Get:223 http://archive.ubuntu.com/ubuntu mantic/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB] #14 7.923 Get:224 http://archive.ubuntu.com/ubuntu mantic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-8 [11.2 kB] #14 7.923 Get:225 http://archive.ubuntu.com/ubuntu mantic/main amd64 libalgorithm-merge-perl all 0.08-5 [11.4 kB] #14 7.923 Get:226 http://archive.ubuntu.com/ubuntu mantic/main amd64 libaliased-perl all 0.34-3 [12.8 kB] #14 7.925 Get:227 http://archive.ubuntu.com/ubuntu mantic/main amd64 libapt-pkg-perl amd64 0.1.40build3 [71.4 kB] #14 7.925 Get:228 http://archive.ubuntu.com/ubuntu mantic/main amd64 libarchive-cpio-perl all 0.10-3 [10.3 kB] #14 7.926 Get:229 http://archive.ubuntu.com/ubuntu mantic/main amd64 libarray-intspan-perl all 2.004-2 [25.0 kB] #14 7.926 Get:230 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmodule-implementation-perl all 0.09-2 [12.0 kB] #14 7.926 Get:231 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsub-exporter-progressive-perl all 0.001013-3 [6718 B] #14 7.936 Get:232 http://archive.ubuntu.com/ubuntu mantic/main amd64 libvariable-magic-perl amd64 0.63-1 [35.0 kB] #14 7.948 Get:233 http://archive.ubuntu.com/ubuntu mantic/main amd64 libb-hooks-endofscope-perl all 0.26-1 [17.8 kB] #14 7.948 Get:234 http://archive.ubuntu.com/ubuntu mantic/main amd64 libberkeleydb-perl amd64 0.64-2 [122 kB] #14 7.950 Get:235 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfreetype6 amd64 2.13.1+dfsg-1 [398 kB] #14 7.954 Get:236 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfontconfig1 amd64 2.14.2-4ubuntu1 [136 kB] #14 7.955 Get:237 http://archive.ubuntu.com/ubuntu mantic/main amd64 libjpeg-turbo8 amd64 2.1.5-2ubuntu1 [147 kB] #14 7.957 Get:238 http://archive.ubuntu.com/ubuntu mantic/main amd64 libjpeg8 amd64 8c-2ubuntu11 [2148 B] #14 7.957 Get:239 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdeflate0 amd64 1.18-1 [43.1 kB] #14 7.957 Get:240 http://archive.ubuntu.com/ubuntu mantic/main amd64 libjbig0 amd64 2.1-6.1ubuntu1 [29.3 kB] #14 7.958 Get:241 http://archive.ubuntu.com/ubuntu mantic/main amd64 liblerc4 amd64 4.0.0+ds-2ubuntu2 [185 kB] #14 7.960 Get:242 http://archive.ubuntu.com/ubuntu mantic/main amd64 libwebp7 amd64 1.2.4-0.3 [213 kB] #14 7.970 Get:243 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtiff6 amd64 4.5.1+git230720-1ubuntu1 [199 kB] #14 7.972 Get:244 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxpm4 amd64 1:3.5.12-1.1ubuntu1 [36.5 kB] #14 7.973 Get:245 http://archive.ubuntu.com/ubuntu mantic/main amd64 libgd3 amd64 2.3.3-9ubuntu1 [123 kB] #14 7.974 Get:246 http://archive.ubuntu.com/ubuntu mantic/main amd64 libc-devtools amd64 2.38-1ubuntu6 [29.2 kB] #14 7.975 Get:247 http://archive.ubuntu.com/ubuntu mantic/main amd64 libcapture-tiny-perl all 0.48-2 [20.2 kB] #14 7.975 Get:248 http://archive.ubuntu.com/ubuntu mantic/main amd64 libcgi-pm-perl all 4.57-1 [189 kB] #14 7.981 Get:249 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfcgi0ldbl amd64 2.4.2-2build2 [28.0 kB] #14 7.982 Get:250 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfcgi-perl amd64 0.82+ds-2 [21.7 kB] #14 7.982 Get:251 http://archive.ubuntu.com/ubuntu mantic/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] #14 7.983 Get:252 http://archive.ubuntu.com/ubuntu mantic/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B] #14 7.993 Get:253 http://archive.ubuntu.com/ubuntu mantic/main amd64 libcommon-sense-perl amd64 3.75-3 [20.2 kB] #14 7.993 Get:254 http://archive.ubuntu.com/ubuntu mantic/main amd64 libconfig-tiny-perl all 2.29-1 [12.5 kB] #14 7.993 Get:255 http://archive.ubuntu.com/ubuntu mantic/main amd64 libparams-util-perl amd64 1.102-2 [21.5 kB] #14 7.994 Get:256 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsub-install-perl all 0.929-1 [9764 B] #14 7.994 Get:257 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdata-optlist-perl all 0.114-1 [9708 B] #14 7.994 Get:258 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsub-exporter-perl all 0.990-1 [49.0 kB] #14 8.004 Get:259 http://archive.ubuntu.com/ubuntu mantic/main amd64 libconst-fast-perl all 0.014-2 [8034 B] #14 8.004 Get:260 http://archive.ubuntu.com/ubuntu mantic/main amd64 libwant-perl amd64 0.29-2build1 [23.8 kB] #14 8.005 Get:261 http://archive.ubuntu.com/ubuntu mantic/main amd64 libcontextual-return-perl all 0.004014-4 [53.2 kB] #14 8.005 Get:262 http://archive.ubuntu.com/ubuntu mantic/main amd64 libcpanel-json-xs-perl amd64 4.37-1 [116 kB] #14 8.015 Get:263 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdevel-stacktrace-perl all 2.0400-2 [22.2 kB] #14 8.016 Get:264 http://archive.ubuntu.com/ubuntu mantic/main amd64 libexception-class-perl all 1.45-1 [28.6 kB] #14 8.016 Get:265 http://archive.ubuntu.com/ubuntu mantic/main amd64 libiterator-perl all 0.03+ds1-2 [18.8 kB] #14 8.016 Get:266 http://archive.ubuntu.com/ubuntu mantic/main amd64 libiterator-util-perl all 0.02+ds1-2 [14.1 kB] #14 8.017 Get:267 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdata-dpath-perl all 0.58-2 [38.8 kB] #14 8.017 Get:268 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdata-dump-perl all 1.25-1 [25.9 kB] #14 8.026 Get:269 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdata-messagepack-perl amd64 1.02-1build1 [33.7 kB] #14 8.027 Get:270 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnet-domain-tld-perl all 1.75-3 [29.4 kB] #14 8.027 Get:271 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B] #14 8.028 Get:272 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB] #14 8.038 Get:273 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnet-netmask-perl all 2.0002-2 [24.8 kB] #14 8.038 Get:274 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-2build1 [81.5 kB] #14 8.039 Get:275 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdata-validate-ip-perl all 0.31-1 [17.2 kB] #14 8.039 Get:276 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdata-validate-uri-perl all 0.07-2 [11.1 kB] #14 8.040 Get:277 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libdistro-info-perl all 1.5ubuntu0.23.10.1 [5466 B] #14 8.040 Get:278 http://archive.ubuntu.com/ubuntu mantic/main amd64 libemail-address-xs-perl amd64 1.05-1build1 [29.4 kB] #14 8.049 Get:279 http://archive.ubuntu.com/ubuntu mantic/main amd64 libexporter-tiny-perl all 1.006002-1 [36.8 kB] #14 8.049 Get:280 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfcgi-bin amd64 2.4.2-2build2 [11.2 kB] #14 8.050 Get:281 http://archive.ubuntu.com/ubuntu mantic/main amd64 libipc-system-simple-perl all 1.30-2 [22.3 kB] #14 8.050 Get:282 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfile-basedir-perl all 0.09-2 [14.4 kB] #14 8.060 Get:283 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB] #14 8.060 Get:284 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfile-fcntllock-perl amd64 0.22-4ubuntu1 [33.2 kB] #14 8.061 Get:285 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnumber-compare-perl all 0.03-3 [5974 B] #14 8.061 Get:286 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtext-glob-perl all 0.11-3 [6780 B] #14 8.061 Get:287 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfile-find-rule-perl all 0.34-3 [24.4 kB] #14 8.062 Get:288 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfont-afm-perl all 1.20-4 [13.0 kB] #14 8.071 Get:289 http://archive.ubuntu.com/ubuntu mantic/main amd64 libio-string-perl all 1.08-4 [11.1 kB] #14 10.47 Get:202 http://archive.ubuntu.com/ubuntu lunar/main amd64 libwww-perl all 6.67-1 [141 kB] #14 10.47 Get:203 http://archive.ubuntu.com/ubuntu lunar/main amd64 patchutils amd64 0.4.2-1build2 [77.8 kB] #14 10.47 Get:204 http://archive.ubuntu.com/ubuntu lunar/main amd64 wdiff amd64 1.2.2-5 [29.2 kB] #14 10.48 Get:205 http://archive.ubuntu.com/ubuntu lunar/main amd64 devscripts all 2.23.4ubuntu1 [1067 kB] #14 10.49 Get:206 http://archive.ubuntu.com/ubuntu lunar/main amd64 diffstat amd64 1.65-1 [28.4 kB] #14 10.49 Get:207 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-chardet all 5.1.0+dfsg-2 [119 kB] #14 10.49 Get:208 http://archive.ubuntu.com/ubuntu lunar/main amd64 zstd amd64 1.5.4+dfsg2-4 [633 kB] #14 10.51 Get:209 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-debian all 0.1.49ubuntu2 [115 kB] #14 10.51 Get:210 http://archive.ubuntu.com/ubuntu lunar/main amd64 libgpgme11 amd64 1.18.0-3ubuntu2 [139 kB] #14 10.51 Get:211 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-gpg amd64 1.18.0-3ubuntu2 [206 kB] #14 10.51 Get:212 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-xdg all 0.28-2 [38.3 kB] #14 10.51 Get:213 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 dput all 1.1.3ubuntu2.1 [46.5 kB] #14 10.79 Get:214 http://archive.ubuntu.com/ubuntu lunar/main amd64 fonts-dejavu-core all 2.37-6 [1137 kB] #13 17.96 Preparing to unpack .../028-automake_1%3a1.16.5-1.3_all.deb ... #13 17.99 Unpacking automake (1:1.16.5-1.3) ... #13 18.23 Selecting previously unselected package autopoint. #13 18.23 Preparing to unpack .../029-autopoint_0.21-12_all.deb ... #13 18.24 Unpacking autopoint (0.21-12) ... #13 18.35 Selecting previously unselected package binutils-common:armhf. #14 6.849 2 upgraded, 396 newly installed, 0 to remove and 7 not upgraded. #14 6.849 Need to get 139 MB of archives. #14 6.849 After this operation, 526 MB of additional disk space will be used. #14 6.849 Get:1 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libc6 arm64 2.37-0ubuntu2.2 [2723 kB] #13 10.66 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_arm64.deb ... #13 10.70 Unpacking liblocale-gettext-perl (1.07-3+b4) ... #13 11.00 Selecting previously unselected package libssl1.1:arm64. #13 14.77 Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-2+deb12u1_amd64.deb ... #13 14.77 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u1) ... #13 14.84 Selecting previously unselected package libtirpc-common. #13 14.84 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... #13 14.85 Unpacking libtirpc-common (1.3.3+ds-1) ... #13 14.89 Selecting previously unselected package libtirpc3:amd64. #13 14.89 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ... #13 14.89 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... #13 14.93 Selecting previously unselected package libnsl2:amd64. #13 14.94 Preparing to unpack .../10-libnsl2_1.3.0-2_amd64.deb ... #13 14.94 Unpacking libnsl2:amd64 (1.3.0-2) ... #13 14.97 Selecting previously unselected package readline-common. #13 14.98 Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... #13 14.98 Unpacking readline-common (8.2-1.3) ... #13 15.06 Selecting previously unselected package libreadline8:amd64. #13 11.07 Selecting previously unselected package libmpdec3:arm64. #13 11.07 Preparing to unpack .../2-libmpdec3_2.5.1-1_arm64.deb ... #13 11.08 Unpacking libmpdec3:arm64 (2.5.1-1) ... #13 11.25 Selecting previously unselected package libncursesw6:arm64. #14 6.197 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.3 [2242 kB] #14 6.370 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB] #14 18.52 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcc1-0 armhf 12.3.0-1ubuntu1~22.04 [39.0 kB] #14 18.59 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libgomp1 armhf 12.3.0-1ubuntu1~22.04 [110 kB] #14 18.71 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libatomic1 armhf 12.3.0-1ubuntu1~22.04 [7636 B] #14 18.71 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libasan6 armhf 11.4.0-1ubuntu1~22.04 [2242 kB] #14 18.34 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patch armhf 2.7.6-6 [101 kB] #14 18.37 Get:113 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dpkg-dev all 1.19.7ubuntu3.2 [679 kB] #14 18.51 Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf build-essential armhf 12.8ubuntu1.1 [4664 B] #13 16.27 Selecting previously unselected package file. #13 16.27 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_armhf.deb ... #13 16.28 Unpacking file (1:5.35-4+deb10u2) ... #13 16.40 Selecting previously unselected package gettext-base. #13 16.40 Preparing to unpack .../007-gettext-base_0.19.8.1-9_armhf.deb ... #14 9.544 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 perl arm64 5.30.0-9ubuntu0.5 [224 kB] #14 9.645 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssl arm64 1.1.1f-1ubuntu2.20 [599 kB] #13 10.75 Selecting previously unselected package python3-minimal. #13 10.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 ... 8446 files and directories currently installed.) #13 10.76 Preparing to unpack .../00-python3-minimal_3.11.2-1+b1_arm64.deb ... #13 10.77 Unpacking python3-minimal (3.11.2-1+b1) ... #14 6.026 The following additional packages will be installed: #14 6.026 autoconf automake autopoint autotools-dev binutils #14 6.026 binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential #14 8.433 Get:21 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3.11 arm64 3.11.6-3 [579 kB] #14 8.478 Get:22 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpython3-stdlib arm64 3.11.4-5 [9504 B] #14 12.51 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] #14 12.52 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] #14 12.53 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] #14 12.53 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.4 [31.0 kB] #14 12.71 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.4 [79.9 kB] #13 11.58 Selecting previously unselected package libexpat1:amd64. #13 11.58 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u5_amd64.deb ... #13 11.65 Unpacking libexpat1:amd64 (2.2.10-2+deb11u5) ... #14 17.39 Get:99 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmpc3 armhf 1.3.1-1 [46.4 kB] #14 17.54 Get:100 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf cpp-13 armhf 13.2.0-4ubuntu3 [8245 kB] #14 8.072 Get:290 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfont-ttf-perl all 1.06-2 [323 kB] #14 8.075 Get:291 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfreezethaw-perl all 0.5001-3 [14.6 kB] #14 8.075 Get:292 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsort-versions-perl all 1.62-3 [7378 B] #14 8.082 Get:293 http://archive.ubuntu.com/ubuntu mantic/main amd64 libgit-wrapper-perl all 0.048-2 [29.5 kB] #14 8.083 Get:294 http://archive.ubuntu.com/ubuntu mantic/main amd64 libhttp-tiny-multipart-perl all 0.08-2 [9070 B] #14 8.083 Get:295 http://archive.ubuntu.com/ubuntu mantic/main amd64 libio-prompter-perl all 0.004015-2 [58.3 kB] #14 8.084 Get:296 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB] #14 8.084 Get:297 http://archive.ubuntu.com/ubuntu mantic/main amd64 libjson-xs-perl amd64 4.030-2 [85.0 kB] #14 8.085 Get:298 http://archive.ubuntu.com/ubuntu mantic/main amd64 libjson-maybexs-perl all 1.004005-1 [11.3 kB] #14 8.094 Get:299 http://archive.ubuntu.com/ubuntu mantic/main amd64 liblog-any-perl all 1.715-1 [71.4 kB] #14 8.095 Get:300 http://archive.ubuntu.com/ubuntu mantic/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB] #14 8.095 Get:301 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpackage-stash-perl all 0.40-1 [19.5 kB] #14 10.93 Get:215 http://archive.ubuntu.com/ubuntu lunar/main amd64 fontconfig-config amd64 2.14.1-3ubuntu3 [34.9 kB] #14 10.93 Get:216 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libcurl3-gnutls amd64 7.88.1-8ubuntu2.4 [301 kB] #14 10.95 Get:217 http://archive.ubuntu.com/ubuntu lunar/main amd64 liberror-perl all 0.17029-2 [25.6 kB] #14 10.95 Get:218 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 git-man all 1:2.39.2-1ubuntu1.1 [1075 kB] #14 10.97 Get:219 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 git amd64 1:2.39.2-1ubuntu1.1 [3572 kB] #14 11.05 Get:220 http://archive.ubuntu.com/ubuntu lunar/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB] #13 18.35 Preparing to unpack .../030-binutils-common_2.40-2_armhf.deb ... #13 18.36 Unpacking binutils-common:armhf (2.40-2) ... #13 11.00 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u6_arm64.deb ... #13 11.05 Unpacking libssl1.1:arm64 (1.1.1n-0+deb10u6) ... #13 11.22 Selecting previously unselected package libpython3.7-minimal:arm64. #13 14.28 Selecting previously unselected package libpython3.7-stdlib:amd64. #13 15.06 Preparing to unpack .../12-libreadline8_8.2-1.3_amd64.deb ... #13 15.09 Unpacking libreadline8:amd64 (8.2-1.3) ... #13 15.15 Selecting previously unselected package libsqlite3-0:amd64. #13 15.15 Preparing to unpack .../13-libsqlite3-0_3.40.1-2_amd64.deb ... #13 15.16 Unpacking libsqlite3-0:amd64 (3.40.1-2) ... #13 11.25 Preparing to unpack .../3-libncursesw6_6.2+20201114-2+deb11u2_arm64.deb ... #13 11.26 Unpacking libncursesw6:arm64 (6.2+20201114-2+deb11u2) ... #13 11.45 Selecting previously unselected package readline-common. #14 6.393 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] #14 6.396 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] #14 6.422 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] #14 6.454 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] #14 6.464 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.3 [641 kB] #14 6.506 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.3 [1848 kB] #14 19.00 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libubsan1 armhf 12.3.0-1ubuntu1~22.04 [958 kB] #14 19.04 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libgcc-11-dev armhf 11.4.0-1ubuntu1~22.04 [839 kB] #14 19.08 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gcc-11 armhf 11.4.0-1ubuntu1~22.04 [15.8 MB] #14 18.51 Get:115 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbrotli1 armhf 1.0.7-6ubuntu0.1 [254 kB] #14 18.54 Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libroken18-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [35.3 kB] #14 18.54 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasn1-8-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [140 kB] #14 18.56 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimbase1-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [25.1 kB] #14 18.56 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhcrypto4-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [78.4 kB] #14 18.57 Get:120 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libwind0-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [47.1 kB] #14 18.57 Get:121 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhx509-5-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [89.0 kB] #14 18.73 Get:122 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-26-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [170 kB] #13 16.42 Unpacking gettext-base (0.19.8.1-9) ... #13 16.55 Selecting previously unselected package krb5-locales. #13 16.55 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u6_all.deb ... #13 16.57 Unpacking krb5-locales (1.17-3+deb10u6) ... #13 16.73 Selecting previously unselected package libkeyutils1:armhf. #13 16.73 Preparing to unpack .../009-libkeyutils1_1.6-6_armhf.deb ... #13 16.73 Unpacking libkeyutils1:armhf (1.6-6) ... #21 DONE 17.4s #22 [linux/amd64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli #22 DONE 0.3s #23 [linux/amd64->darwin/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc #23 0.111 skipping packages installation on darwin #14 9.729 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB] #14 9.805 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 distro-info-data all 0.43ubuntu1.15 [4956 B] #13 10.96 Selecting previously unselected package media-types. #13 10.97 Preparing to unpack .../01-media-types_10.0.0_all.deb ... #13 10.99 Unpacking media-types (10.0.0) ... #13 11.15 Selecting previously unselected package libncursesw6:arm64. #14 6.026 bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit #14 6.026 dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data #14 6.027 dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++ #14 6.027 g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n #14 6.027 gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm #14 6.027 groff-base intltool-debian iso-codes less libalgorithm-diff-perl #14 6.027 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl #14 6.027 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 6.027 libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl #14 6.027 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #14 6.027 libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8 #14 6.027 libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl #14 6.027 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 6.027 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 6.027 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 6.027 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 6.027 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 6.027 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 6.027 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 6.027 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 6.027 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 6.027 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 6.027 libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl #14 6.027 libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl #14 6.027 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #14 6.027 libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl #14 6.027 libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 #14 6.027 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 6.027 libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl #14 6.027 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 6.027 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #14 6.027 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #14 6.027 libhwasan0 libicu70 libimport-into-perl libio-html-perl #14 6.027 libio-interactive-perl libio-prompt-tiny-perl libio-prompter-perl #14 6.027 libio-pty-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl #14 6.027 libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl #14 6.027 libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8 libjpeg8 #14 6.027 libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0 #14 6.027 libldap-common liblist-compare-perl liblist-moreutils-perl #14 6.027 liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl #14 6.027 liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl #14 6.027 liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #14 6.027 liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1 #14 6.027 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl #14 6.027 libmd0 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl #14 6.027 libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3 #14 6.027 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl #14 6.027 libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl #14 6.027 libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl #14 6.027 libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl #14 6.027 libobject-id-perl libpackage-stash-perl libpackage-stash-xs-perl #14 6.027 libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl #14 6.027 libpath-tiny-perl libperl5.34 libperlio-gzip-perl libperlio-utf8-strict-perl #14 6.027 libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl #14 6.027 libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.10-minimal #14 6.027 libpython3.10-stdlib libre-engine-re2-perl libre2-9 libreadline8 #14 6.027 libreadonly-perl libref-util-perl libref-util-xs-perl #14 6.027 libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl #14 6.027 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #14 6.027 libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl #14 6.027 libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4 #14 6.028 libstdc++-11-dev libstrictures-perl libstring-copyright-perl #14 6.028 libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl #14 6.028 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #14 6.028 libsub-name-perl libsub-override-perl libsub-quote-perl #14 6.028 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 6.028 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 6.028 libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl #14 6.028 libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0 #14 6.028 libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 #14 6.028 libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl #14 6.028 libwant-perl libwebp7 libwww-perl libwww-robotrules-perl libx11-6 #14 6.028 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 6.028 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 6.028 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 #14 6.028 libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl licensecheck #14 6.028 lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop m4 make #14 6.028 man-db manpages manpages-dev media-types netbase openssh-client openssl #14 6.028 patch patchutils perl perl-modules-5.34 perl-openssl-defaults #14 6.028 pinentry-curses po-debconf publicsuffix python-apt-common python3 #14 6.028 python3-apt python3-certifi python3-chardet python3-debian python3-gpg #14 6.028 python3-idna python3-magic python3-minimal python3-pkg-resources #14 6.028 python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg #14 6.028 python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils #14 6.028 ucf unzip wdiff xauth xz-utils zstd #14 6.030 Suggested packages: #14 6.030 autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc #14 6.030 gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone #14 6.030 bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope #14 6.030 disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help #14 6.030 libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #14 6.030 libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts #14 6.030 postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m #14 6.030 debian-keyring libsoap-lite-perl pristine-tar dbus-user-session #14 6.030 libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync #14 6.030 gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev #14 6.030 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email #14 6.030 git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage #14 6.030 scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr #14 6.030 libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl #14 6.030 libscalar-number-perl libsasl2-modules-gssapi-mit #14 6.030 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #14 6.030 libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl #14 6.030 libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler #14 6.030 gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl #14 6.030 libxml-sax-expatxs-perl bash-completion binutils-multiarch #14 6.030 libtext-template-perl m4-doc make-doc apparmor www-browser keychain #14 6.030 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #14 6.030 libterm-readline-gnu-perl | libterm-readline-perl-perl #14 6.030 libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc #14 6.030 python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools #14 6.030 python3-cryptography python3-openssl python3-socks python-requests-doc #14 6.030 python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc #14 8.877 Get:23 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3 arm64 3.11.4-5 [22.9 kB] #14 12.98 Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB] #14 12.99 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.4 [330 kB] #14 13.16 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.4 [121 kB] #13 11.89 Selecting previously unselected package python3.9-minimal. #13 11.90 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_amd64.deb ... #13 11.92 Unpacking python3.9-minimal (3.9.2-1) ... #14 8.492 Get:302 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsub-identify-perl amd64 0.14-3 [9928 B] #14 8.492 Get:303 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsub-name-perl amd64 0.27-1 [11.0 kB] #14 8.574 Get:304 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnamespace-clean-perl all 0.27-2 [14.0 kB] #14 8.600 Get:305 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpath-tiny-perl all 0.144-1 [47.7 kB] #14 11.05 Get:221 http://archive.ubuntu.com/ubuntu lunar/main amd64 libalgorithm-diff-xs-perl amd64 0.04-8 [11.2 kB] #14 11.05 Get:222 http://archive.ubuntu.com/ubuntu lunar/main amd64 libalgorithm-merge-perl all 0.08-5 [11.4 kB] #14 11.05 Get:223 http://archive.ubuntu.com/ubuntu lunar/main amd64 libaliased-perl all 0.34-3 [12.8 kB] #14 11.05 Get:224 http://archive.ubuntu.com/ubuntu lunar/main amd64 libapt-pkg-perl amd64 0.1.40build3 [71.4 kB] #14 11.05 Get:225 http://archive.ubuntu.com/ubuntu lunar/main amd64 libarchive-cpio-perl all 0.10-3 [10.3 kB] #14 11.06 Get:226 http://archive.ubuntu.com/ubuntu lunar/main amd64 libarray-intspan-perl all 2.004-2 [25.0 kB] #14 11.07 Get:227 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmodule-implementation-perl all 0.09-2 [12.0 kB] #14 11.08 Get:228 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsub-exporter-progressive-perl all 0.001013-3 [6718 B] #14 11.09 Get:229 http://archive.ubuntu.com/ubuntu lunar/main amd64 libvariable-magic-perl amd64 0.63-1 [35.0 kB] #14 11.10 Get:230 http://archive.ubuntu.com/ubuntu lunar/main amd64 libb-hooks-endofscope-perl all 0.26-1 [17.8 kB] #14 11.10 Get:231 http://archive.ubuntu.com/ubuntu lunar/main amd64 libberkeleydb-perl amd64 0.64-2 [122 kB] #14 11.13 Get:232 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libfreetype6 amd64 2.12.1+dfsg-4ubuntu0.1 [392 kB] #14 11.14 Get:233 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfontconfig1 amd64 2.14.1-3ubuntu3 [136 kB] #14 11.15 Get:234 http://archive.ubuntu.com/ubuntu lunar/main amd64 libjpeg-turbo8 amd64 2.1.5-2ubuntu1 [147 kB] #14 11.15 Get:235 http://archive.ubuntu.com/ubuntu lunar/main amd64 libjpeg8 amd64 8c-2ubuntu11 [2148 B] #14 11.16 Get:236 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdeflate0 amd64 1.15-1 [41.9 kB] #14 11.16 Get:237 http://archive.ubuntu.com/ubuntu lunar/main amd64 libjbig0 amd64 2.1-6ubuntu1 [29.1 kB] #14 11.16 Get:238 http://archive.ubuntu.com/ubuntu lunar/main amd64 liblerc4 amd64 4.0.0+ds-2ubuntu2 [185 kB] #14 11.16 Get:239 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libwebp7 amd64 1.2.4-0.1ubuntu0.23.04.2 [212 kB] #14 11.16 Get:240 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libtiff6 amd64 4.5.0-5ubuntu1.2 [199 kB] #14 11.18 Get:241 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libxpm4 amd64 1:3.5.12-1.1ubuntu0.1 [36.7 kB] #14 11.19 Get:242 http://archive.ubuntu.com/ubuntu lunar/main amd64 libgd3 amd64 2.3.3-7ubuntu2 [123 kB] #14 11.19 Get:243 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libc-devtools amd64 2.37-0ubuntu2.2 [28.6 kB] #14 11.19 Get:244 http://archive.ubuntu.com/ubuntu lunar/main amd64 libcapture-tiny-perl all 0.48-2 [20.2 kB] #14 11.20 Get:245 http://archive.ubuntu.com/ubuntu lunar/main amd64 libcgi-pm-perl all 4.55-1 [188 kB] #14 11.20 Get:246 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfcgi0ldbl amd64 2.4.2-2build2 [28.0 kB] #14 11.20 Get:247 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfcgi-perl amd64 0.82+ds-2 [21.7 kB] #14 11.20 Get:248 http://archive.ubuntu.com/ubuntu lunar/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] #14 11.20 Get:249 http://archive.ubuntu.com/ubuntu lunar/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B] #14 11.20 Get:250 http://archive.ubuntu.com/ubuntu lunar/main amd64 libcommon-sense-perl amd64 3.75-3 [20.2 kB] #14 11.21 Get:251 http://archive.ubuntu.com/ubuntu lunar/main amd64 libconfig-tiny-perl all 2.28-2 [12.4 kB] #14 11.22 Get:252 http://archive.ubuntu.com/ubuntu lunar/main amd64 libparams-util-perl amd64 1.102-2 [21.5 kB] #14 11.22 Get:253 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsub-install-perl all 0.929-1 [9764 B] #14 11.22 Get:254 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdata-optlist-perl all 0.113-1 [9658 B] #14 11.23 Get:255 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsub-exporter-perl all 0.989-1 [48.6 kB] #14 11.23 Get:256 http://archive.ubuntu.com/ubuntu lunar/main amd64 libconst-fast-perl all 0.014-2 [8034 B] #14 11.23 Get:257 http://archive.ubuntu.com/ubuntu lunar/main amd64 libwant-perl amd64 0.29-2build1 [23.8 kB] #14 11.23 Get:258 http://archive.ubuntu.com/ubuntu lunar/main amd64 libcontextual-return-perl all 0.004014-4 [53.2 kB] #14 11.23 Get:259 http://archive.ubuntu.com/ubuntu lunar/main amd64 libcpanel-json-xs-perl amd64 4.32-1build1 [115 kB] #14 11.24 Get:260 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdevel-stacktrace-perl all 2.0400-2 [22.2 kB] #14 11.24 Get:261 http://archive.ubuntu.com/ubuntu lunar/main amd64 libexception-class-perl all 1.45-1 [28.6 kB] #14 11.25 Get:262 http://archive.ubuntu.com/ubuntu lunar/main amd64 libiterator-perl all 0.03+ds1-2 [18.8 kB] #14 11.26 Get:263 http://archive.ubuntu.com/ubuntu lunar/main amd64 libiterator-util-perl all 0.02+ds1-2 [14.1 kB] #13 11.22 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u6_arm64.deb ... #13 11.23 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u6) ... #13 11.43 Selecting previously unselected package libexpat1:arm64. #13 11.43 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u6_arm64.deb ... #13 11.45 Unpacking libexpat1:arm64 (2.2.6-2+deb10u6) ... #13 11.55 Selecting previously unselected package python3.7-minimal. #13 14.28 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u6_amd64.deb ... #13 14.30 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u6) ... #13 15.24 Selecting previously unselected package libpython3.11-stdlib:amd64. #13 15.24 Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-6_amd64.deb ... #13 15.25 Unpacking libpython3.11-stdlib:amd64 (3.11.2-6) ... #13 15.42 Selecting previously unselected package python3.11. #14 7.540 Get:2 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libc-bin arm64 2.37-0ubuntu2.2 [584 kB] #14 7.550 Get:3 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 liblocale-gettext-perl arm64 1.07-5 [15.1 kB] #14 7.551 Get:4 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libssl3 arm64 3.0.8-1ubuntu1.4 [1761 kB] #14 7.627 Get:5 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libpython3.11-minimal arm64 3.11.4-1~23.04.2 [835 kB] #14 7.686 Get:6 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libexpat1 arm64 2.5.0-1 [71.2 kB] #13 11.45 Preparing to unpack .../4-readline-common_8.1-1_all.deb ... #13 11.50 Unpacking readline-common (8.1-1) ... #13 11.76 Selecting previously unselected package libreadline8:arm64. #14 6.838 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.3 [508 kB] #14 6.954 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6910 B] #14 19.08 Get:123 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimntlm0-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [13.2 kB] #13 16.77 Selecting previously unselected package libkrb5support0:armhf. #13 16.77 Preparing to unpack .../010-libkrb5support0_1.17-3+deb10u6_armhf.deb ... #13 16.78 Unpacking libkrb5support0:armhf (1.17-3+deb10u6) ... #13 16.85 Selecting previously unselected package libk5crypto3:armhf. #13 16.85 Preparing to unpack .../011-libk5crypto3_1.17-3+deb10u6_armhf.deb ... #13 16.85 Unpacking libk5crypto3:armhf (1.17-3+deb10u6) ... #13 16.89 Selecting previously unselected package libkrb5-3:armhf. #13 16.89 Preparing to unpack .../012-libkrb5-3_1.17-3+deb10u6_armhf.deb ... #13 16.89 Unpacking libkrb5-3:armhf (1.17-3+deb10u6) ... #13 16.97 Selecting previously unselected package libgssapi-krb5-2:armhf. #13 16.97 Preparing to unpack .../013-libgssapi-krb5-2_1.17-3+deb10u6_armhf.deb ... #13 16.98 Unpacking libgssapi-krb5-2:armhf (1.17-3+deb10u6) ... #13 17.03 Selecting previously unselected package libicu63:armhf. #13 17.03 Preparing to unpack .../014-libicu63_63.1-6+deb10u3_armhf.deb ... #23 DONE 0.1s #24 [linux/amd64->darwin/arm64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc #24 0.111 skipping packages installation on darwin #24 DONE 0.1s #25 [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 CGO_ENABLED=0 go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0" #25 0.437 go: downloading github.com/josephspurrier/goversioninfo v1.3.0 #14 9.879 Get:30 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmagic-mgc arm64 1:5.38-4 [218 kB] #14 9.956 Get:31 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmagic1 arm64 1:5.38-4 [71.7 kB] #14 10.03 Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 file arm64 1:5.38-4 [23.3 kB] #14 10.11 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 less arm64 551-1ubuntu0.1 [119 kB] #13 11.15 Preparing to unpack .../02-libncursesw6_6.4-4_arm64.deb ... #13 11.16 Unpacking libncursesw6:arm64 (6.4-4) ... #13 11.36 Selecting previously unselected package libkrb5support0:arm64. #14 6.373 The following NEW packages will be installed: #14 6.373 autoconf automake autopoint autotools-dev binutils #14 6.373 binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential #14 6.373 bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit #14 6.373 devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr #14 6.373 distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config #14 6.373 fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git #14 6.373 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client #14 6.373 gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes less #14 6.373 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #14 6.373 libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #14 6.373 libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl #14 6.373 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #14 6.373 libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8 #14 6.373 libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl #14 6.373 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #14 6.373 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #14 6.373 libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls #14 6.373 libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl #14 6.373 libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl #14 6.373 libdata-validate-uri-perl libdebhelper-perl libdeflate0 #14 6.373 libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl #14 6.373 libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl #14 6.373 libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl #14 6.373 liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl #14 6.373 libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl #14 6.373 libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl #14 6.373 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #14 6.373 libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl #14 6.373 libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6 #14 6.373 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11 #14 6.373 libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl #14 6.373 libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl #14 6.373 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #14 6.373 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #14 6.373 libhwasan0 libicu70 libimport-into-perl libio-html-perl #14 6.373 libio-interactive-perl libio-prompt-tiny-perl libio-prompter-perl #14 6.373 libio-pty-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl #14 6.373 libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl #14 6.373 libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8 libjpeg8 #14 6.374 libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0 #14 6.374 libldap-common liblist-compare-perl liblist-moreutils-perl #14 6.374 liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl #14 6.374 liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl #14 6.374 liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #14 6.374 liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1 #14 6.374 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl #14 6.374 libmd0 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl #14 6.374 libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3 #14 6.374 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl #14 6.374 libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl #14 6.374 libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl #14 6.374 libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl #14 6.374 libobject-id-perl libpackage-stash-perl libpackage-stash-xs-perl #14 6.374 libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl #14 6.374 libpath-tiny-perl libperl5.34 libperlio-gzip-perl libperlio-utf8-strict-perl #14 6.374 libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl #14 6.374 libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.10-minimal #14 6.374 libpython3.10-stdlib libre-engine-re2-perl libre2-9 libreadline8 #14 6.374 libreadonly-perl libref-util-perl libref-util-xs-perl #14 6.374 libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl #14 6.374 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #14 6.374 libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl #14 6.374 libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4 #14 6.374 libstdc++-11-dev libstrictures-perl libstring-copyright-perl #14 6.374 libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl #14 6.374 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #14 6.374 libsub-name-perl libsub-override-perl libsub-quote-perl #14 6.374 libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl #14 6.374 libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl #14 6.374 libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl #14 6.374 libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0 #14 6.374 libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 #14 6.374 libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl #14 6.374 libwant-perl libwebp7 libwww-perl libwww-robotrules-perl libx11-6 #14 6.374 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #14 6.374 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #14 6.374 libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 #14 6.374 libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl licensecheck #14 6.374 lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop m4 make #14 6.374 man-db manpages manpages-dev media-types netbase openssh-client openssl #14 6.374 patch patchutils perl perl-modules-5.34 perl-openssl-defaults #14 6.375 pinentry-curses po-debconf publicsuffix python-apt-common python3 #14 6.375 python3-apt python3-certifi python3-chardet python3-debian python3-gpg #14 6.375 python3-idna python3-magic python3-minimal python3-pkg-resources #14 6.375 python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg #14 6.375 python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils #14 6.375 ucf unzip wdiff xauth xz-utils zstd #14 13.19 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] #14 13.21 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B] #14 13.21 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB] #14 13.21 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB] #14 13.22 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.6 [114 kB] #14 13.23 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.6 [577 kB] #14 13.29 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB] #14 9.044 Get:24 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 perl-modules-5.36 all 5.36.0-9ubuntu1.1 [2984 kB] #13 12.25 Setting up libpython3.9-minimal:amd64 (3.9.2-1) ... #14 8.704 Get:306 http://archive.ubuntu.com/ubuntu mantic/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB] #14 8.728 Get:307 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtype-tiny-perl all 2.004000-1 [354 kB] #14 8.886 Get:308 http://archive.ubuntu.com/ubuntu mantic/main amd64 libgitlab-api-v4-perl all 0.27-1 [84.2 kB] #14 11.26 Get:264 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdata-dpath-perl all 0.58-2 [38.8 kB] #14 11.27 Get:265 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdata-dump-perl all 1.25-1 [25.9 kB] #14 11.27 Get:266 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdata-messagepack-perl amd64 1.02-1build1 [33.7 kB] #14 11.28 Get:267 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnet-domain-tld-perl all 1.75-3 [29.4 kB] #14 11.29 Get:268 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B] #14 11.29 Get:269 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB] #14 11.30 Get:270 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnet-netmask-perl all 2.0002-2 [24.8 kB] #14 11.30 Get:271 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-2build1 [81.5 kB] #14 11.30 Get:272 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdata-validate-ip-perl all 0.31-1 [17.2 kB] #14 11.31 Get:273 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdata-validate-uri-perl all 0.07-2 [11.1 kB] #14 11.31 Get:274 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libdistro-info-perl all 1.5ubuntu0.23.04.1 [5474 B] #14 11.32 Get:275 http://archive.ubuntu.com/ubuntu lunar/main amd64 libemail-address-xs-perl amd64 1.05-1build1 [29.4 kB] #14 11.33 Get:276 http://archive.ubuntu.com/ubuntu lunar/main amd64 libexporter-tiny-perl all 1.006000-1 [36.7 kB] #14 11.33 Get:277 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfcgi-bin amd64 2.4.2-2build2 [11.2 kB] #14 11.33 Get:278 http://archive.ubuntu.com/ubuntu lunar/main amd64 libipc-system-simple-perl all 1.30-2 [22.3 kB] #14 11.34 Get:279 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfile-basedir-perl all 0.09-2 [14.4 kB] #14 11.34 Get:280 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB] #14 11.35 Get:281 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfile-fcntllock-perl amd64 0.22-4build1 [32.9 kB] #14 11.35 Get:282 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnumber-compare-perl all 0.03-3 [5974 B] #14 11.35 Get:283 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtext-glob-perl all 0.11-3 [6780 B] #14 11.35 Get:284 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfile-find-rule-perl all 0.34-3 [24.4 kB] #14 11.35 Get:285 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfont-afm-perl all 1.20-4 [13.0 kB] #14 11.36 Get:286 http://archive.ubuntu.com/ubuntu lunar/main amd64 libio-string-perl all 1.08-4 [11.1 kB] #14 11.36 Get:287 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfont-ttf-perl all 1.06-2 [323 kB] #14 11.36 Get:288 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfreezethaw-perl all 0.5001-3 [14.6 kB] #14 11.39 Get:289 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsort-versions-perl all 1.62-3 [7378 B] #14 11.39 Get:290 http://archive.ubuntu.com/ubuntu lunar/main amd64 libgit-wrapper-perl all 0.048-2 [29.5 kB] #14 11.39 Get:291 http://archive.ubuntu.com/ubuntu lunar/main amd64 libhttp-tiny-multipart-perl all 0.08-2 [9070 B] #14 11.39 Get:292 http://archive.ubuntu.com/ubuntu lunar/main amd64 libio-prompter-perl all 0.004015-2 [58.3 kB] #14 11.39 Get:293 http://archive.ubuntu.com/ubuntu lunar/main amd64 libjson-perl all 4.10000-1 [81.9 kB] #14 11.39 Get:294 http://archive.ubuntu.com/ubuntu lunar/main amd64 liblog-any-perl all 1.713-1 [71.1 kB] #14 11.43 Get:295 http://archive.ubuntu.com/ubuntu lunar/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB] #14 11.43 Get:296 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpackage-stash-perl all 0.40-1 [19.5 kB] #14 11.43 Get:297 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsub-identify-perl amd64 0.14-3 [9928 B] #14 11.43 Get:298 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsub-name-perl amd64 0.26-2build1 [10.9 kB] #14 11.43 Get:299 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnamespace-clean-perl all 0.27-2 [14.0 kB] #14 11.43 Get:300 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpath-tiny-perl all 0.144-1 [47.7 kB] #14 11.44 Get:301 http://archive.ubuntu.com/ubuntu lunar/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB] #14 11.44 Get:302 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtype-tiny-perl all 2.002001-1 [344 kB] #14 11.44 Get:303 http://archive.ubuntu.com/ubuntu lunar/main amd64 libgitlab-api-v4-perl all 0.26-2 [82.4 kB] #14 11.45 Get:304 http://archive.ubuntu.com/ubuntu lunar/main amd64 libhtml-form-perl all 6.11-1 [32.1 kB] #14 11.47 Get:305 http://archive.ubuntu.com/ubuntu lunar/main amd64 libhtml-format-perl all 2.16-2 [36.9 kB] #13 11.56 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u6_arm64.deb ... #13 11.57 Unpacking python3.7-minimal (3.7.3-2+deb10u6) ... #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 6.9s done #13 15.42 Preparing to unpack .../15-python3.11_3.11.2-6_amd64.deb ... #13 15.43 Unpacking python3.11 (3.11.2-6) ... #13 15.47 Selecting previously unselected package libpython3-stdlib:amd64. #13 15.47 Preparing to unpack .../16-libpython3-stdlib_3.11.2-1+b1_amd64.deb ... #13 15.47 Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ... #13 15.50 Setting up python3-minimal (3.11.2-1+b1) ... #13 15.68 Selecting previously unselected package python3. #13 15.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 ... 8952 files and directories currently installed.) #13 15.69 Preparing to unpack .../000-python3_3.11.2-1+b1_amd64.deb ... #13 15.69 Unpacking python3 (3.11.2-1+b1) ... #13 15.72 Selecting previously unselected package less. #13 15.73 Preparing to unpack .../001-less_590-2_amd64.deb ... #13 15.73 Unpacking less (590-2) ... #13 15.80 Selecting previously unselected package netbase. #14 7.687 Get:7 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 python3.11-minimal arm64 3.11.4-1~23.04.2 [2149 kB] #14 7.771 Get:8 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-minimal arm64 3.11.2-1 [24.6 kB] #14 7.771 Get:9 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 media-types all 10.0.0 [25.8 kB] #14 7.772 Get:10 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libkrb5support0 arm64 1.20.1-1ubuntu0.1 [32.9 kB] #14 7.772 Get:11 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libk5crypto3 arm64 1.20.1-1ubuntu0.1 [85.2 kB] #13 11.76 Preparing to unpack .../5-libreadline8_8.1-1_arm64.deb ... #13 11.84 Unpacking libreadline8:arm64 (8.1-1) ... #13 12.04 Selecting previously unselected package libsqlite3-0:arm64. #14 6.978 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB] #14 7.017 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.3 [2976 kB] #14 7.164 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB] #14 19.09 Get:124 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi3-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [80.1 kB] #14 19.11 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] #14 19.12 Get:126 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg-2ubuntu0.1 [42.7 kB] #14 19.13 Get:127 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB] #14 19.13 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] #14 19.19 Get:129 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libnghttp2-14 armhf 1.40.0-1ubuntu0.2 [68.6 kB] #14 19.21 Get:130 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build1 [49.1 kB] #14 19.22 Get:131 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssh-4 armhf 0.9.3-2ubuntu2.5 [148 kB] #14 19.25 Get:132 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl4 armhf 7.68.0-1ubuntu2.21 [204 kB] #13 17.04 Unpacking libicu63:armhf (63.1-6+deb10u3) ... #14 10.18 Get:34 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libelf1 arm64 0.176-1.1ubuntu0.1 [44.4 kB] #14 10.33 Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-0 arm64 2.64.6-1~ubuntu20.04.6 [1199 kB] #13 11.36 Preparing to unpack .../03-libkrb5support0_1.20.1-2+deb12u1_arm64.deb ... #13 11.39 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u1) ... #13 11.52 Selecting previously unselected package libk5crypto3:arm64. #14 6.800 0 upgraded, 370 newly installed, 0 to remove and 8 not upgraded. #14 6.800 Need to get 129 MB of archives. #14 6.800 After this operation, 460 MB of additional disk space will be used. #14 6.800 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblocale-gettext-perl arm64 1.07-4build3 [16.9 kB] #14 13.44 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B] #14 13.52 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB] #13 12.46 Setting up libexpat1:amd64 (2.2.10-2+deb11u5) ... #13 12.63 Setting up python3.9-minimal (3.9.2-1) ... #14 8.901 Get:309 http://archive.ubuntu.com/ubuntu mantic/main amd64 libhtml-form-perl all 6.11-1 [32.1 kB] #14 8.910 Get:310 http://archive.ubuntu.com/ubuntu mantic/main amd64 libhtml-format-perl all 2.16-2 [36.9 kB] #14 8.916 Get:311 http://archive.ubuntu.com/ubuntu mantic/main amd64 libhtml-html5-entities-perl all 0.004-3 [21.6 kB] #14 8.918 Get:312 http://archive.ubuntu.com/ubuntu mantic/main amd64 libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB] #14 11.47 Get:306 http://archive.ubuntu.com/ubuntu lunar/main amd64 libhtml-html5-entities-perl all 0.004-3 [21.6 kB] #14 11.47 Get:307 http://archive.ubuntu.com/ubuntu lunar/main amd64 libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB] #14 11.47 Get:308 http://archive.ubuntu.com/ubuntu lunar/main amd64 libhttp-daemon-perl all 6.14-2 [21.9 kB] #14 11.47 Get:309 http://archive.ubuntu.com/ubuntu lunar/main amd64 libindirect-perl amd64 0.39-2build1 [21.9 kB] #14 11.47 Get:310 http://archive.ubuntu.com/ubuntu lunar/main amd64 libio-interactive-perl all 1.023-2 [10.1 kB] #14 11.47 Get:311 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB] #14 11.47 Get:312 http://archive.ubuntu.com/ubuntu lunar/main amd64 libjson-xs-perl amd64 4.030-2 [85.0 kB] #14 11.48 Get:313 http://archive.ubuntu.com/ubuntu lunar/main amd64 libjson-maybexs-perl all 1.004004-1 [10.9 kB] #14 11.48 Get:314 http://archive.ubuntu.com/ubuntu lunar/main amd64 libldap-common all 2.6.3+dfsg-1~exp1ubuntu2 [20.3 kB] #13 11.93 Setting up libssl1.1:arm64 (1.1.1n-0+deb10u6) ... #13 15.80 Preparing to unpack .../002-netbase_6.4_all.deb ... #13 15.80 Unpacking netbase (6.4) ... #13 15.83 Selecting previously unselected package sensible-utils. #13 15.83 Preparing to unpack .../003-sensible-utils_0.0.17+nmu1_all.deb ... #13 15.84 Unpacking sensible-utils (0.0.17+nmu1) ... #13 15.90 Selecting previously unselected package bzip2. #13 15.90 Preparing to unpack .../004-bzip2_1.0.8-5+b1_amd64.deb ... #13 15.91 Unpacking bzip2 (1.0.8-5+b1) ... #13 15.96 Selecting previously unselected package openssl. #13 15.96 Preparing to unpack .../005-openssl_3.0.11-1~deb12u2_amd64.deb ... #13 15.97 Unpacking openssl (3.0.11-1~deb12u2) ... #14 8.170 Get:12 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libkeyutils1 arm64 1.6.3-2 [9296 B] #13 9.684 The following NEW packages will be installed: #13 9.684 autoconf automake autopoint autotools-dev binutils #13 9.684 binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-12 #13 9.684 debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz #13 9.684 equivs fakeroot file gcc gcc-12 gettext gettext-base git git-man groff-base #13 9.684 intltool-debian libarchive-zip-perl libasan8 libb-hooks-op-check-perl #13 9.684 libbinutils libc-dev-bin libc6-dev libcc1-0 libclass-method-modifiers-perl #13 9.684 libclass-xsaccessor-perl libclone-perl libcrypt-dev libctf-nobfd0 libctf0 #13 9.684 libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl #13 9.684 libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl #13 9.684 libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl #13 9.684 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #13 9.684 libfile-which-perl libgcc-12-dev libgomp1 libhtml-parser-perl #13 9.684 libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl #13 9.684 libhttp-message-perl libhttp-negotiate-perl libicu72 libimport-into-perl #13 9.684 libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl #13 9.684 libisl23 libjansson4 liblwp-mediatypes-perl liblwp-protocol-https-perl #13 9.684 libmagic-mgc libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpfr6 #13 9.684 libnet-http-perl libnet-ssleay-perl libnsl-dev libnsl2 #13 9.684 libparams-classify-perl libpipeline1 libpython3-stdlib libpython3.11-minimal #13 9.684 libpython3.11-stdlib libregexp-ipv6-perl librole-tiny-perl #13 9.684 libsub-override-perl libsub-quote-perl libtimedate-perl libtirpc-common #13 9.684 libtirpc-dev libtirpc3 libtool libtry-tiny-perl libubsan1 libuchardet0 #13 9.684 liburi-perl libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 #13 9.684 make man-db media-types patch patchutils perl-openssl-defaults po-debconf #13 9.684 python3 python3-minimal python3.11 python3.11-minimal rpcsvc-proto #13 9.684 sensible-utils wdiff xz-utils #13 9.684 The following packages will be upgraded: #13 9.684 curl libc-bin libc6 libcurl4 #13 15.02 Selecting previously unselected package python3.7. #13 15.02 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u6_amd64.deb ... #13 15.04 Unpacking python3.7 (3.7.3-2+deb10u6) ... #13 15.19 Selecting previously unselected package libpython3-stdlib:amd64. #14 7.190 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B] #14 7.217 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.3 [4820 kB] #14 7.399 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.3 [232 kB] #14 19.42 Get:133 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf curl armhf 7.68.0-1ubuntu2.21 [154 kB] #14 18.48 Get:101 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf cpp armhf 4:13.2.0-1ubuntu1 [28.9 kB] #14 18.48 Get:102 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libcc1-0 armhf 13.2.0-4ubuntu3 [43.7 kB] #14 18.48 Get:103 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libgomp1 armhf 13.2.0-4ubuntu3 [119 kB] #14 18.49 Get:104 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libatomic1 armhf 13.2.0-4ubuntu3 [7762 B] #14 18.49 Get:105 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libasan8 armhf 13.2.0-4ubuntu3 [2720 kB] #13 19.12 Selecting previously unselected package libbinutils:armhf. #13 19.12 Preparing to unpack .../031-libbinutils_2.40-2_armhf.deb ... #13 19.13 Unpacking libbinutils:armhf (2.40-2) ... #13 19.31 Selecting previously unselected package libctf-nobfd0:armhf. #13 19.31 Preparing to unpack .../032-libctf-nobfd0_2.40-2_armhf.deb ... #13 19.33 Unpacking libctf-nobfd0:armhf (2.40-2) ... #13 19.52 Selecting previously unselected package libctf0:armhf. #13 19.52 Preparing to unpack .../033-libctf0_2.40-2_armhf.deb ... #13 12.05 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_arm64.deb ... #13 12.05 Unpacking libsqlite3-0:arm64 (3.34.1-3) ... #13 12.20 Selecting previously unselected package libpython3.9-stdlib:arm64. #14 6.961 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3.10-minimal arm64 3.10.12-1~22.04.3 [809 kB] #13 11.52 Preparing to unpack .../04-libk5crypto3_1.20.1-2+deb12u1_arm64.deb ... #13 11.57 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u1) ... #13 11.76 Selecting previously unselected package libkeyutils1:arm64. #13 11.77 Preparing to unpack .../05-libkeyutils1_1.6.3-2_arm64.deb ... #13 11.79 Unpacking libkeyutils1:arm64 (1.6.3-2) ... #13 11.91 Selecting previously unselected package libkrb5-3:arm64. #14 9.202 Get:313 http://archive.ubuntu.com/ubuntu mantic/main amd64 libhttp-daemon-perl all 6.16-1 [22.4 kB] #14 9.229 Get:314 http://archive.ubuntu.com/ubuntu mantic/main amd64 libindirect-perl amd64 0.39-2build1 [21.9 kB] #14 9.235 Get:315 http://archive.ubuntu.com/ubuntu mantic/main amd64 libio-interactive-perl all 1.023-2 [10.1 kB] #14 9.240 Get:316 http://archive.ubuntu.com/ubuntu mantic/main amd64 libjson-perl all 4.10000-1 [81.9 kB] #14 9.255 Get:317 http://archive.ubuntu.com/ubuntu mantic/main amd64 libldap-common all 2.6.6+dfsg-1~exp1ubuntu1 [30.6 kB] #14 9.258 Get:318 http://archive.ubuntu.com/ubuntu mantic/main amd64 liblist-compare-perl all 0.55-2 [62.9 kB] #14 9.266 Get:319 http://archive.ubuntu.com/ubuntu mantic/main amd64 liblist-someutils-perl all 0.59-1 [30.4 kB] #14 9.267 Get:320 http://archive.ubuntu.com/ubuntu mantic/main amd64 liblist-someutils-xs-perl amd64 0.58-3 [35.8 kB] #14 9.269 Get:321 http://archive.ubuntu.com/ubuntu mantic/main amd64 liblist-utilsby-perl all 0.12-2 [14.9 kB] #14 9.270 Get:322 http://archive.ubuntu.com/ubuntu mantic/main amd64 libltdl7 amd64 2.4.7-7 [40.5 kB] #14 9.272 Get:323 http://archive.ubuntu.com/ubuntu mantic/main amd64 libltdl-dev amd64 2.4.7-7 [169 kB] #14 9.280 Get:324 http://archive.ubuntu.com/ubuntu mantic/main amd64 liblzo2-2 amd64 2.10-2build3 [53.7 kB] #14 9.282 Get:325 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsys-hostname-long-perl all 1.5-3 [10.6 kB] #14 9.284 Get:326 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmail-sendmail-perl all 0.80-3 [21.7 kB] #14 9.285 Get:327 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnet-smtp-ssl-perl all 1.04-2 [6218 B] #14 9.288 Get:328 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmailtools-perl all 2.21-2 [80.4 kB] #14 9.290 Get:329 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmarkdown2 amd64 2.2.7-2 [38.3 kB] #14 9.293 Get:330 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmath-base85-perl all 0.5+dfsg-2 [6124 B] #14 9.295 Get:331 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmldbm-perl all 2.05-4 [16.0 kB] #14 9.297 Get:332 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmoox-aliases-perl all 0.001006-2 [6796 B] #14 9.300 Get:333 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmouse-perl amd64 2.5.10-1build5 [160 kB] #14 9.302 Get:334 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxs-parse-keyword-perl amd64 0.38-1 [57.3 kB] #14 9.308 Get:335 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxs-parse-sublike-perl amd64 0.20-1ubuntu3 [42.6 kB] #14 9.310 Get:336 http://archive.ubuntu.com/ubuntu mantic/main amd64 libobject-pad-perl amd64 0.801-2 [110 kB] #14 9.312 Get:337 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpackage-stash-xs-perl amd64 0.30-1build1 [19.0 kB] #14 9.315 Get:338 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpath-iterator-rule-perl all 1.015-2 [39.9 kB] #14 9.318 Get:339 http://archive.ubuntu.com/ubuntu mantic/main amd64 libperlio-gzip-perl amd64 0.20-1build1 [14.6 kB] #14 9.331 Get:340 http://archive.ubuntu.com/ubuntu mantic/main amd64 libperlio-utf8-strict-perl amd64 0.010-1 [11.2 kB] #14 9.332 Get:341 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpod-parser-perl all 1.66-1 [82.8 kB] #14 9.336 Get:342 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB] #14 9.358 Get:343 http://archive.ubuntu.com/ubuntu mantic/main amd64 libproc-processtable-perl amd64 0.636-1 [36.6 kB] #14 9.373 Get:344 http://archive.ubuntu.com/ubuntu mantic/main amd64 libre2-10 amd64 20230301-2 [164 kB] #14 9.377 Get:345 http://archive.ubuntu.com/ubuntu mantic/main amd64 libre-engine-re2-perl amd64 0.18+ds-1 [18.8 kB] #14 9.407 Get:346 http://archive.ubuntu.com/ubuntu mantic/main amd64 libreadonly-perl all 2.050-3 [19.9 kB] #14 11.88 Get:315 http://archive.ubuntu.com/ubuntu lunar/main amd64 liblist-compare-perl all 0.55-2 [62.9 kB] #25 0.986 go: downloading github.com/akavel/rsrc v0.10.2 #13 12.26 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u6) ... #14 9.542 Get:25 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libgdbm6 arm64 1.23-3 [33.3 kB] #14 9.543 Get:26 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libgdbm-compat4 arm64 1.23-3 [6258 B] #14 9.543 Get:27 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libperl5.36 arm64 5.36.0-9ubuntu1.1 [4675 kB] #14 19.83 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gcc armhf 4:11.2.0-1ubuntu1 [5126 B] #14 19.83 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libstdc++-11-dev armhf 11.4.0-1ubuntu1~22.04 [2154 kB] #14 19.90 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf g++-11 armhf 11.4.0-1ubuntu1~22.04 [9040 kB] #13 16.13 Selecting previously unselected package ca-certificates. #13 16.13 Preparing to unpack .../006-ca-certificates_20230311_all.deb ... #13 16.13 Unpacking ca-certificates (20230311) ... #13 16.19 Selecting previously unselected package libmagic-mgc. #13 16.20 Preparing to unpack .../007-libmagic-mgc_1%3a5.44-3_amd64.deb ... #13 16.20 Unpacking libmagic-mgc (1:5.44-3) ... #13 16.28 Selecting previously unselected package libmagic1:amd64. #14 8.244 Get:13 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libkrb5-3 arm64 1.20.1-1ubuntu0.1 [345 kB] #10 extracting sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd done #10 DONE 27.9s #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 10.49 Get:26 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libgdbm6 armhf 1.23-3 [29.8 kB] #14 10.50 Get:27 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libgdbm-compat4 armhf 1.23-3 [6026 B] #14 10.50 Get:28 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libperl5.36 armhf 5.36.0-7ubuntu0.23.04.2 [4026 kB] #14 10.66 Get:29 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf perl armhf 5.36.0-7ubuntu0.23.04.2 [235 kB] #14 10.67 Get:30 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf adduser all 3.129ubuntu1 [59.0 kB] #14 10.67 Get:31 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf openssl armhf 3.0.8-1ubuntu1.4 [1149 kB] #14 10.72 Get:32 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf ca-certificates all 20230311ubuntu0.23.04.1 [152 kB] #14 10.73 Get:33 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf distro-info-data all 0.57ubuntu0.3 [6302 B] #14 11.13 Get:34 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf iso-codes all 4.12.0-1 [3440 kB] #14 11.83 Get:35 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf krb5-locales all 1.20.1-1ubuntu0.1 [13.3 kB] #14 11.83 Get:36 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf less armhf 590-1.2 [131 kB] #14 11.83 Get:37 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libbsd0 armhf 0.11.7-4 [36.9 kB] #14 11.84 Get:38 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libelf1 armhf 0.188-2.1 [46.0 kB] #14 11.84 Get:39 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libicu72 armhf 72.1-3ubuntu2 [10.5 MB] #14 12.47 Get:40 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libxml2 armhf 2.9.14+dfsg-1.1ubuntu0.1 [591 kB] #14 12.48 Get:41 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libyaml-0-2 armhf 0.2.5-1 [46.4 kB] #14 12.48 Get:42 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf lsb-release all 12.0-1ubuntu1 [6548 B] #14 12.48 Get:43 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf netbase all 6.4 [13.1 kB] #14 12.88 Get:44 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python-apt-common all 2.5.3ubuntu1 [18.0 kB] #14 12.96 Get:45 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-apt armhf 2.5.3ubuntu1 [154 kB] #14 13.17 Get:46 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf python3-pkg-resources all 66.1.1-1ubuntu0.1 [227 kB] #14 13.27 Get:47 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf ucf all 3.0043+nmu1 [56.5 kB] #14 13.29 Get:48 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf bsdextrautils armhf 2.38.1-4ubuntu1 [76.4 kB] #14 13.30 Get:49 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmagic-mgc armhf 1:5.44-3 [293 kB] #14 13.35 Get:50 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmagic1 armhf 1:5.44-3 [80.3 kB] #14 13.36 Get:51 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf file armhf 1:5.44-3 [20.9 kB] #14 13.36 Get:52 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gettext-base armhf 0.21-11 [35.9 kB] #14 13.37 Get:53 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libuchardet0 armhf 0.0.7-1build2 [75.7 kB] #14 13.38 Get:54 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf groff-base armhf 1.22.4-10 [851 kB] #14 13.83 Get:55 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libcbor0.8 armhf 0.8.0-2ubuntu1 [19.9 kB] #14 13.99 Get:56 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libedit2 armhf 3.1-20221030-2 [78.3 kB] #14 14.12 Get:57 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfido2-1 armhf 1.12.0-2 [75.2 kB] #14 14.18 Get:58 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libjansson4 armhf 2.14-2 [28.9 kB] #14 14.20 Get:59 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libnghttp2-14 armhf 1.52.0-1ubuntu0.1 [67.7 kB] #14 14.24 Get:60 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpipeline1 armhf 1.5.7-1 [26.2 kB] #14 14.25 Get:61 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpng16-16 armhf 1.6.39-2 [166 kB] #14 14.30 Get:62 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpsl5 armhf 0.21.2-1 [57.6 kB] #14 14.31 Get:63 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxau6 armhf 1:1.0.9-1build5 [6622 B] #14 14.31 Get:64 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu5 [9452 B] #14 14.31 Get:65 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxcb1 armhf 1.15-1 [45.4 kB] #14 14.75 Get:66 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libx11-data all 2:1.8.4-2ubuntu0.3 [118 kB] #14 15.07 Get:67 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libx11-6 armhf 2:1.8.4-2ubuntu0.3 [584 kB] #14 15.27 Get:68 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxext6 armhf 2:1.3.4-1build1 [26.4 kB] #14 15.28 Get:69 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxmuu1 armhf 2:1.1.3-3 [9288 B] #14 15.28 Get:70 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf man-db armhf 2.11.2-1 [1183 kB] #14 15.39 Get:71 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf manpages all 6.03-1 [1321 kB] #14 15.45 Get:72 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf openssh-client armhf 1:9.0p1-1ubuntu8.7 [837 kB] #14 15.57 Get:73 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf publicsuffix all 20230209.2326-1 [131 kB] #14 15.57 Get:74 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libunwind8 armhf 1.6.2-3 [49.2 kB] #14 15.57 Get:75 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf strace armhf 6.2-0ubuntu1 [454 kB] #14 15.57 Get:76 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf xauth armhf 1:1.1.2-1 [22.9 kB] #14 15.97 Get:77 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf xz-utils armhf 5.4.1-0.2 [269 kB] #14 16.38 Get:78 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf m4 armhf 1.4.19-3 [235 kB] #13 15.19 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_amd64.deb ... #13 15.23 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... #13 15.37 Setting up python3-minimal (3.7.3-1) ... #14 7.415 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.12 [1182 kB] #14 7.440 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20230311ubuntu0.22.04.1 [155 kB] #14 7.480 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.6 [5160 B] #14 7.481 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3459 kB] #14 7.579 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 less amd64 590-1ubuntu0.22.04.1 [143 kB] #14 19.76 Get:134 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dctrl-tools armhf 2.24-3 [53.8 kB] #13 19.54 Unpacking libctf0:armhf (2.40-2) ... #13 19.68 Selecting previously unselected package libjansson4:armhf. #13 19.68 Preparing to unpack .../034-libjansson4_2.14-2_armhf.deb ... #13 19.69 Unpacking libjansson4:armhf (2.14-2) ... #14 18.62 Get:106 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libubsan1 armhf 13.2.0-4ubuntu3 [1072 kB] #14 18.67 Get:107 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libgcc-13-dev armhf 13.2.0-4ubuntu3 [901 kB] #14 18.71 Get:108 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gcc-13 armhf 13.2.0-4ubuntu3 [16.5 MB] #13 12.21 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_arm64.deb ... #13 12.23 Unpacking libpython3.9-stdlib:arm64 (3.9.2-1) ... #13 12.57 Selecting previously unselected package python3.9. #13 12.58 Preparing to unpack .../8-python3.9_3.9.2-1_arm64.deb ... #13 12.61 Unpacking python3.9 (3.9.2-1) ... #13 12.74 Selecting previously unselected package libpython3-stdlib:arm64. #14 7.339 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libexpat1 arm64 2.4.7-1ubuntu0.2 [76.8 kB] #13 11.92 Preparing to unpack .../06-libkrb5-3_1.20.1-2+deb12u1_arm64.deb ... #13 11.96 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u1) ... #13 12.13 Selecting previously unselected package libgssapi-krb5-2:arm64. #14 9.410 Get:347 http://archive.ubuntu.com/ubuntu mantic/main amd64 libref-util-perl all 0.204-2 [15.1 kB] #14 9.412 Get:348 http://archive.ubuntu.com/ubuntu mantic/main amd64 libref-util-xs-perl amd64 0.117-2build1 [12.7 kB] #14 9.414 Get:349 http://archive.ubuntu.com/ubuntu mantic/main amd64 libregexp-pattern-license-perl all 3.11.0-1 [85.8 kB] #14 9.419 Get:350 http://archive.ubuntu.com/ubuntu mantic/main amd64 libregexp-pattern-perl all 0.2.14-2 [17.6 kB] #14 9.419 Get:351 http://archive.ubuntu.com/ubuntu mantic/main amd64 libregexp-wildcards-perl all 1.05-3 [12.9 kB] #14 9.420 Get:352 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsasl2-modules amd64 2.1.28+dfsg1-3 [69.8 kB] #14 9.421 Get:353 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsereal-decoder-perl amd64 5.004+ds-1 [99.8 kB] #14 9.423 Get:354 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsereal-encoder-perl amd64 5.004+ds-1 [102 kB] #14 9.430 Get:355 http://archive.ubuntu.com/ubuntu mantic/main amd64 libset-intspan-perl all 1.19-3 [24.8 kB] #14 9.430 Get:356 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsocket6-perl amd64 0.29-3 [17.6 kB] #14 9.433 Get:357 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsodium23 amd64 1.0.18-1build2 [164 kB] #14 9.441 Get:358 http://archive.ubuntu.com/ubuntu mantic/main amd64 libstring-copyright-perl all 0.003014-1 [20.5 kB] #14 9.443 Get:359 http://archive.ubuntu.com/ubuntu mantic/main amd64 libstring-escape-perl all 2010.002-3 [16.1 kB] #14 9.445 Get:360 http://archive.ubuntu.com/ubuntu mantic/main amd64 libstring-license-perl all 0.0.9-2ubuntu1 [35.0 kB] #14 9.451 Get:361 http://archive.ubuntu.com/ubuntu mantic/main amd64 libstring-shellquote-perl all 1.04-3 [11.3 kB] #14 9.452 Get:362 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsyntax-keyword-try-perl amd64 0.29-1 [26.2 kB] #14 9.456 Get:363 http://archive.ubuntu.com/ubuntu mantic/main amd64 libterm-readkey-perl amd64 2.38-2build1 [23.5 kB] #14 9.459 Get:364 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtext-levenshteinxs-perl amd64 0.03-5build1 [8158 B] #14 9.463 Get:365 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtext-markdown-discount-perl amd64 0.16-1 [12.3 kB] #14 9.464 Get:366 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtext-xslate-perl amd64 3.5.9-1build2 [185 kB] #14 9.466 Get:367 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB] #14 9.467 Get:368 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtime-moment-perl amd64 0.44-2build1 [71.4 kB] #14 9.469 Get:369 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtype-tiny-xs-perl amd64 0.025-1 [25.6 kB] #14 9.475 Get:370 http://archive.ubuntu.com/ubuntu mantic/main amd64 libunicode-utf8-perl amd64 0.62-2 [18.0 kB] #14 9.476 Get:371 http://archive.ubuntu.com/ubuntu mantic/main amd64 libwww-mechanize-perl all 2.17-1ubuntu1 [95.6 kB] #14 9.477 Get:372 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxml-namespacesupport-perl all 1.12-2 [13.5 kB] #14 9.479 Get:373 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxml-sax-base-perl all 1.09-3 [18.9 kB] #14 9.486 Get:374 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB] #14 9.486 Get:375 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1build1 [313 kB] #14 9.494 Get:376 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxml-parser-perl amd64 2.46-4 [206 kB] #14 9.497 Get:377 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxml-sax-expat-perl all 0.51-2 [8644 B] #14 9.499 Get:378 http://archive.ubuntu.com/ubuntu mantic/main amd64 libyaml-libyaml-perl amd64 0.86+ds-1 [30.6 kB] #14 9.499 Get:379 http://archive.ubuntu.com/ubuntu mantic/main amd64 licensecheck all 3.3.9-1ubuntu1 [37.7 kB] #14 9.502 Get:380 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdevel-size-perl amd64 0.83-2build1 [19.5 kB] #14 9.504 Get:381 http://archive.ubuntu.com/ubuntu mantic/main amd64 libipc-run3-perl all 0.048-3 [30.3 kB] #14 9.507 Get:382 http://archive.ubuntu.com/ubuntu mantic/main amd64 lzip amd64 1.23-6 [81.0 kB] #14 9.511 Get:383 http://archive.ubuntu.com/ubuntu mantic/main amd64 lzop amd64 1.04-2build2 [83.7 kB] #14 9.516 Get:384 http://archive.ubuntu.com/ubuntu mantic/main amd64 t1utils amd64 1.41-4build2 [61.3 kB] #14 9.518 Get:385 http://archive.ubuntu.com/ubuntu mantic/main amd64 unzip amd64 6.0-28ubuntu1 [174 kB] #14 9.522 Get:386 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 lintian all 2.116.3ubuntu3.1 [1151 kB] #14 9.557 Get:387 http://archive.ubuntu.com/ubuntu mantic/main amd64 manpages-dev all 6.03-2 [2015 kB] #14 9.582 Get:388 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-certifi all 2022.9.24-1 [155 kB] #14 9.584 Get:389 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 python3-cryptography amd64 38.0.4-4ubuntu0.23.10.1 [686 kB] #14 9.592 Get:390 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-idna all 3.3-2 [45.4 kB] #14 9.593 Get:391 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-nacl amd64 1.5.0-4 [57.9 kB] #14 9.595 Get:392 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-bcrypt amd64 3.2.2-1 [32.5 kB] #14 9.596 Get:393 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-six all 1.16.0-4 [12.4 kB] #14 9.598 Get:394 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-paramiko all 2.12.0-2ubuntu1 [134 kB] #14 9.600 Get:395 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 python3-urllib3 all 1.26.16-1ubuntu0.1 [102 kB] #14 9.601 Get:396 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-requests all 2.31.0+dfsg-1ubuntu1 [50.7 kB] #14 9.602 Get:397 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-unidiff all 0.7.3-1 [11.0 kB] #14 9.607 Get:398 http://archive.ubuntu.com/ubuntu mantic/main amd64 equivs all 2.3.1 [19.0 kB] #14 9.609 Get:399 http://archive.ubuntu.com/ubuntu mantic/main amd64 libauthen-sasl-perl all 2.1600-3 [42.2 kB] #14 12.16 Get:316 http://archive.ubuntu.com/ubuntu lunar/main amd64 liblist-someutils-perl all 0.59-1 [30.4 kB] #14 12.19 Get:317 http://archive.ubuntu.com/ubuntu lunar/main amd64 liblist-someutils-xs-perl amd64 0.58-3 [35.8 kB] #14 12.22 Get:318 http://archive.ubuntu.com/ubuntu lunar/main amd64 liblist-utilsby-perl all 0.12-2 [14.9 kB] #14 12.24 Get:319 http://archive.ubuntu.com/ubuntu lunar/main amd64 libltdl7 amd64 2.4.7-5 [40.3 kB] #14 12.27 Get:320 http://archive.ubuntu.com/ubuntu lunar/main amd64 libltdl-dev amd64 2.4.7-5 [169 kB] #14 10.88 Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-data all 2.64.6-1~ubuntu20.04.6 [6032 B] #14 13.99 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.11 [670 kB] #14 14.03 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB] #14 14.03 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.1ubuntu0.20.04.1 [16.5 kB] #14 14.03 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.1ubuntu0.20.04.1 [154 kB] #14 14.04 Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libunwind8 amd64 1.2.1-9ubuntu0.1 [47.7 kB] #14 14.04 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 strace amd64 5.5-3ubuntu1 [380 kB] #14 14.06 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB] #14 14.06 Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 libfl2 amd64 2.6.4-6.2 [11.5 kB] #14 14.06 Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 at amd64 3.1.23-1ubuntu1 [38.7 kB] #13 12.35 Setting up libexpat1:arm64 (2.2.6-2+deb10u6) ... #13 12.39 Setting up python3.7-minimal (3.7.3-2+deb10u6) ... #14 9.760 Get:28 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 perl arm64 5.36.0-9ubuntu1.1 [235 kB] #14 9.764 Get:29 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 adduser all 3.137ubuntu1 [101 kB] #14 9.770 Get:30 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 openssl arm64 3.0.10-1ubuntu2.1 [1168 kB] #14 9.825 Get:31 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 ca-certificates all 20230311ubuntu1 [152 kB] #14 9.829 Get:32 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 distro-info-data all 0.58ubuntu0.2 [6280 B] #14 9.830 Get:33 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 iso-codes all 4.15.0-1 [3458 kB] #13 16.29 Preparing to unpack .../008-libmagic1_1%3a5.44-3_amd64.deb ... #13 16.29 Unpacking libmagic1:amd64 (1:5.44-3) ... #13 16.32 Selecting previously unselected package file. #13 16.33 Preparing to unpack .../009-file_1%3a5.44-3_amd64.deb ... #13 16.33 Unpacking file (1:5.44-3) ... #13 16.37 Selecting previously unselected package gettext-base. #13 16.37 Preparing to unpack .../010-gettext-base_0.21-12_amd64.deb ... #13 16.37 Unpacking gettext-base (0.21-12) ... #13 16.43 Selecting previously unselected package libuchardet0:amd64. #13 16.43 Preparing to unpack .../011-libuchardet0_0.0.7-1_amd64.deb ... #13 16.44 Unpacking libuchardet0:amd64 (0.0.7-1) ... #13 16.47 Selecting previously unselected package groff-base. #13 16.48 Preparing to unpack .../012-groff-base_1.22.4-10_amd64.deb ... #13 16.48 Unpacking groff-base (1.22.4-10) ... #13 16.59 Selecting previously unselected package krb5-locales. #14 8.569 Get:14 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libgssapi-krb5-2 arm64 1.20.1-1ubuntu0.1 [139 kB] #14 8.605 Get:15 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtirpc-common all 1.3.3+ds-1 [7790 B] #14 8.607 Get:16 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtirpc3 arm64 1.3.3+ds-1 [82.1 kB] #14 8.622 Get:17 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnsl2 arm64 1.3.0-2build2 [41.4 kB] #14 8.630 Get:18 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 readline-common all 8.2-1.3 [55.7 kB] #14 8.639 Get:19 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libreadline8 arm64 8.2-1.3 [150 kB] #14 8.659 Get:20 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libsqlite3-0 arm64 3.40.1-1ubuntu0.1 [663 kB] #14 8.722 Get:21 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libpython3.11-stdlib arm64 3.11.4-1~23.04.2 [1881 kB] #13 15.71 Selecting previously unselected package python3. #14 16.43 Get:79 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf autoconf all 2.71-3 [339 kB] #14 16.51 Get:80 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf autotools-dev all 20220109.1 [44.9 kB] #14 16.52 Get:81 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf automake all 1:1.16.5-1.3 [558 kB] #14 16.58 Get:82 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf autopoint all 0.21-11 [420 kB] #14 16.61 Get:83 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf binutils-common armhf 2.40-2ubuntu4.1 [226 kB] #14 16.62 Get:84 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libbinutils armhf 2.40-2ubuntu4.1 [485 kB] #14 ... #12 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #12 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 2.1s done #12 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 3.5s done #12 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 done #12 DONE 15.2s #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 7.610 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] #14 7.629 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] #14 7.641 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB] #14 7.654 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] #14 7.818 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.3 [763 kB] #14 7.834 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB] #14 7.834 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB] #14 7.835 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB] #14 7.838 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0ubuntu2 [14.8 kB] #14 7.839 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0ubuntu2 [164 kB] #14 7.840 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] #14 7.844 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB] #14 7.844 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 bsdextrautils amd64 2.37.2-4ubuntu3 [71.1 kB] #14 7.847 Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic-mgc amd64 1:5.41-3ubuntu0.1 [257 kB] #14 7.897 Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic1 amd64 1:5.41-3ubuntu0.1 [87.2 kB] #14 7.908 Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 file amd64 1:5.41-3ubuntu0.1 [21.5 kB] #14 7.914 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext-base amd64 0.21-4ubuntu4 [37.8 kB] #14 7.917 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB] #14 7.922 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 groff-base amd64 1.22.4-8build1 [955 kB] #14 19.78 Get:135 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtool all 2.4.6-14 [161 kB] #14 19.85 Get:136 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-autoreconf all 19 [16.1 kB] #14 19.86 Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdebhelper-perl all 12.10ubuntu1 [62.1 kB] #14 19.88 Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-zip-perl all 1.67-2 [90.5 kB] #14 19.91 Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-override-perl all 0.09-2 [9532 B] #14 19.91 Get:140 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] #14 19.92 Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-strip-nondeterminism all 1.7.0-1 [5228 B] #14 19.92 Get:142 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dwz armhf 0.13-5 [153 kB] #14 19.94 Get:143 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcroco3 armhf 0.6.13-1 [70.5 kB] #13 10.26 4 upgraded, 124 newly installed, 0 to remove and 17 not upgraded. #13 10.26 Need to get 75.3 MB of archives. #13 10.26 After this operation, 285 MB of additional disk space will be used. #13 10.26 Get:1 http://archive.raspbian.org/raspbian bookworm/main armhf libc6 armhf 2.36-9+rpi1+deb12u3 [2106 kB] #13 19.88 Selecting previously unselected package binutils-arm-linux-gnueabihf. #13 19.88 Preparing to unpack .../035-binutils-arm-linux-gnueabihf_2.40-2_armhf.deb ... #13 19.90 Unpacking binutils-arm-linux-gnueabihf (2.40-2) ... #13 12.74 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_arm64.deb ... #13 12.76 Unpacking libpython3-stdlib:arm64 (3.9.2-3) ... #13 12.90 Setting up python3-minimal (3.9.2-3) ... #14 7.350 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10-minimal arm64 3.10.12-1~22.04.3 [2242 kB] #14 7.496 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-minimal arm64 3.10.6-1~22.04 [24.3 kB] #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 7.0s done #10 extracting sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd done #13 12.13 Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-2+deb12u1_arm64.deb ... #13 12.14 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ... #13 12.25 Selecting previously unselected package libtirpc-common. #13 12.25 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... #13 12.26 Unpacking libtirpc-common (1.3.3+ds-1) ... #13 12.43 Selecting previously unselected package libtirpc3:arm64. #14 12.38 Get:321 http://archive.ubuntu.com/ubuntu lunar/main amd64 liblzo2-2 amd64 2.10-2build3 [53.7 kB] #14 12.40 Get:322 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsys-hostname-long-perl all 1.5-3 [10.6 kB] #14 12.44 Get:323 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmail-sendmail-perl all 0.80-3 [21.7 kB] #14 12.44 Get:324 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnet-smtp-ssl-perl all 1.04-2 [6218 B] #14 12.44 Get:325 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmailtools-perl all 2.21-2 [80.4 kB] #14 9.610 Get:400 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-magic all 2:0.4.27-1 [13.3 kB] #14 9.800 debconf: delaying package configuration, since apt-utils is not installed #14 9.837 Fetched 157 MB in 5s (33.3 MB/s) #14 9.893 Selecting previously unselected package liblocale-gettext-perl. #14 9.893 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4325 files and directories currently installed.) #14 9.898 Preparing to unpack .../liblocale-gettext-perl_1.07-6_amd64.deb ... #14 9.906 Unpacking liblocale-gettext-perl (1.07-6) ... #14 10.96 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 tzdata all 2023d-0ubuntu0.20.04 [303 kB] #14 11.04 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libicu66 arm64 66.1-2ubuntu2.1 [8360 kB] #14 14.28 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB] #14 14.36 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] #13 16.59 Preparing to unpack .../013-krb5-locales_1.20.1-2+deb12u1_all.deb ... #13 16.59 Unpacking krb5-locales (1.20.1-2+deb12u1) ... #13 16.63 Selecting previously unselected package bsdextrautils. #13 16.63 Preparing to unpack .../014-bsdextrautils_2.38.1-5+b1_amd64.deb ... #13 16.63 Unpacking bsdextrautils (2.38.1-5+b1) ... #13 16.67 Selecting previously unselected package libpipeline1:amd64. #13 16.67 Preparing to unpack .../015-libpipeline1_1.5.7-1_amd64.deb ... #13 16.68 Unpacking libpipeline1:amd64 (1.5.7-1) ... #13 16.72 Selecting previously unselected package man-db. #13 16.73 Preparing to unpack .../016-man-db_2.11.2-2_amd64.deb ... #13 16.73 Unpacking man-db (2.11.2-2) ... #13 16.87 Selecting previously unselected package manpages. #14 8.814 Get:22 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 python3.11 arm64 3.11.4-1~23.04.2 [572 kB] #13 18.03 Selecting previously unselected package libxml2:armhf. #13 18.03 Preparing to unpack .../015-libxml2_2.9.4+dfsg1-7+deb10u6_armhf.deb ... #13 18.03 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u6) ... #13 18.16 Selecting previously unselected package manpages. #13 18.17 Preparing to unpack .../016-manpages_4.16-2_all.deb ... #13 18.17 Unpacking manpages (4.16-2) ... #13 15.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 ... 10083 files and directories currently installed.) #13 15.72 Preparing to unpack .../000-python3_3.7.3-1_amd64.deb ... #13 15.76 Unpacking python3 (3.7.3-1) ... #13 15.90 Selecting previously unselected package less. #14 16.64 Get:85 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libctf-nobfd0 armhf 2.40-2ubuntu4.1 [86.3 kB] #14 16.65 Get:86 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libctf0 armhf 2.40-2ubuntu4.1 [85.8 kB] #14 16.65 Get:87 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.40-2ubuntu4.1 [2778 kB] #14 7.937 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] #14 7.942 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] #14 7.966 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] #14 7.972 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-14 amd64 1.43.0-1ubuntu0.1 [76.7 kB] #14 7.984 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB] #14 8.006 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB] #14 8.015 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] #14 8.019 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B] #14 8.020 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB] #14 8.023 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB] #14 8.029 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB] #14 8.039 Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-6 amd64 2:1.7.5-1ubuntu0.3 [667 kB] #14 8.058 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB] #14 8.063 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB] #14 8.065 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 man-db amd64 2.10.2-1 [1187 kB] #14 8.115 Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB] #14 8.155 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.6 [906 kB] #14 8.173 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB] #14 8.182 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunwind8 amd64 1.3.2-2build2.1 [54.5 kB] #14 8.185 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 strace amd64 5.16-0ubuntu3 [567 kB] #14 8.195 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB] #14 8.198 Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB] #14 8.200 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsigsegv2 amd64 2.13-1ubuntu3 [14.6 kB] #14 8.201 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 m4 amd64 1.4.18-5ubuntu2 [199 kB] #14 8.206 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 autoconf all 2.71-2 [338 kB] #14 8.212 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 autotools-dev all 20220109.1 [44.9 kB] #14 8.214 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 automake all 1:1.16.5-1.3 [558 kB] #14 8.254 Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 autopoint all 0.21-4ubuntu4 [422 kB] #14 8.263 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.5 [222 kB] #14 20.09 Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext armhf 0.19.8.1-10build1 [835 kB] #14 7.498 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 media-types all 7.0.0 [25.5 kB] #14 7.500 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB] #14 7.503 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 readline-common all 8.1.2-1 [53.5 kB] #14 7.528 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadline8 arm64 8.1.2-1 [153 kB] #14 7.532 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsqlite3-0 arm64 3.37.2-2ubuntu0.3 [635 kB] #14 7.564 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3.10-stdlib arm64 3.10.12-1~22.04.3 [1845 kB] #10 DONE 30.2s #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 10.24 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm6 armhf 1.19-2 [61.7 kB] #13 10.36 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [29.9 kB] #13 10.37 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf man-db armhf 2.9.4-2 [1307 kB] #13 10.47 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB] #13 10.62 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB] #13 10.68 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3373 kB] #13 10.70 Get:11 http://archive.raspberrypi.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+rpt2+rpi1+deb11u7 [267 kB] #13 10.71 Get:12 http://archive.raspberrypi.org/debian bullseye/main armhf linux-libc-dev armhf 1:1.20230405-1 [1119 kB] #13 10.76 Get:13 http://archive.raspberrypi.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+rpt2+rpi1+deb11u7 [1814 kB] #13 10.91 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB] #13 10.91 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB] #13 10.91 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [75.0 kB] #13 10.91 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB] #13 11.03 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB] #13 11.03 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB] #13 11.03 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB] #13 11.03 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB] #13 11.13 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB] #13 11.23 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB] #13 11.23 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB] #13 11.23 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB] #13 11.23 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.0 kB] #13 11.24 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic-mgc armhf 1:5.39-3+deb11u1 [273 kB] #13 11.24 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic1 armhf 1:5.39-3+deb11u1 [119 kB] #13 11.24 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf file armhf 1:5.39-3+deb11u1 [68.1 kB] #13 11.26 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB] #13 11.35 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf xz-utils armhf 5.2.5-2.1~deb11u1 [216 kB] #13 11.35 Get:32 http://archive.raspbian.org/raspbian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.3 kB] #13 11.35 Get:33 http://archive.raspbian.org/raspbian bullseye/main armhf m4 armhf 1.4.18-5 [186 kB] #13 11.36 Get:34 http://archive.raspbian.org/raspbian bullseye/main armhf autoconf all 2.69-14 [313 kB] #13 11.36 Get:35 http://archive.raspbian.org/raspbian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB] #13 11.46 Get:36 http://archive.raspbian.org/raspbian bullseye/main armhf automake all 1:1.16.3-2 [814 kB] #13 11.49 Get:37 http://archive.raspbian.org/raspbian bullseye/main armhf autopoint all 0.21-4 [510 kB] #13 11.49 Get:38 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-common armhf 2.35.2-2+rpi1 [2220 kB] #13 11.69 Get:39 http://archive.raspbian.org/raspbian bullseye/main armhf libbinutils armhf 2.35.2-2+rpi1 [393 kB] #13 11.69 Get:40 http://archive.raspbian.org/raspbian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2+rpi1 [100 kB] #13 11.69 Get:41 http://archive.raspbian.org/raspbian bullseye/main armhf libctf0 armhf 2.35.2-2+rpi1 [41.9 kB] #13 11.71 Get:42 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2+rpi1 [2105 kB] #13 11.82 Get:43 http://archive.raspbian.org/raspbian bullseye/main armhf binutils armhf 2.35.2-2+rpi1 [61.7 kB] #13 11.82 Get:44 http://archive.raspbian.org/raspbian bullseye/main armhf libisl23 armhf 0.23-1 [497 kB] #13 11.90 Get:45 http://archive.raspbian.org/raspbian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [803 kB] #13 11.92 Get:46 http://archive.raspbian.org/raspbian bullseye/main armhf libmpc3 armhf 1.2.0-1 [35.2 kB] #13 11.92 Get:47 http://archive.raspbian.org/raspbian bullseye/main armhf cpp-10 armhf 10.2.1-6+rpi1 [6688 kB] #13 12.38 Get:48 http://archive.raspbian.org/raspbian bullseye/main armhf cpp armhf 4:10.2.1-1+rpi1 [19.9 kB] #13 12.38 Get:49 http://archive.raspbian.org/raspbian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u11 [259 kB] #13 12.38 Get:50 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u11 [310 kB] #13 12.38 Get:51 http://archive.raspbian.org/raspbian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB] #13 12.38 Get:52 http://archive.raspbian.org/raspbian bullseye/main armhf libcc1-0 armhf 10.2.1-6+rpi1 [38.3 kB] #13 12.38 Get:53 http://archive.raspbian.org/raspbian bullseye/main armhf libgomp1 armhf 10.2.1-6+rpi1 [84.1 kB] #13 12.38 Get:54 http://archive.raspbian.org/raspbian bullseye/main armhf libatomic1 armhf 10.2.1-6+rpi1 [8212 B] #13 12.38 Get:55 http://archive.raspbian.org/raspbian bullseye/main armhf libasan6 armhf 10.2.1-6+rpi1 [1986 kB] #13 12.56 Get:56 http://archive.raspbian.org/raspbian bullseye/main armhf libubsan1 armhf 10.2.1-6+rpi1 [746 kB] #13 12.58 Get:57 http://archive.raspbian.org/raspbian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6+rpi1 [682 kB] #13 12.60 Get:58 http://archive.raspbian.org/raspbian bullseye/main armhf gcc-10 armhf 10.2.1-6+rpi1 [13.4 MB] #13 13.54 Get:59 http://archive.raspbian.org/raspbian bullseye/main armhf gcc armhf 4:10.2.1-1+rpi1 [5196 B] #13 13.54 Get:60 http://archive.raspbian.org/raspbian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [109 kB] #13 13.54 Get:61 http://archive.raspbian.org/raspbian bullseye/main armhf libtirpc-dev armhf 1.3.1-1+deb11u1 [174 kB] #13 13.54 Get:62 http://archive.raspbian.org/raspbian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB] #13 13.54 Get:63 http://archive.raspbian.org/raspbian bullseye/main armhf libtool all 2.4.6-15 [513 kB] #13 13.55 Get:64 http://archive.raspbian.org/raspbian bullseye/main armhf dh-autoreconf all 20 [17.1 kB] #13 13.55 Get:65 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB] #13 13.55 Get:66 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB] #13 13.55 Get:67 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB] #13 13.67 Get:68 http://archive.raspbian.org/raspbian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB] #13 13.79 Get:69 http://archive.raspbian.org/raspbian bullseye/main armhf libdpkg-perl all 1.20.12+rpi1 [1551 kB] #13 13.81 Get:70 http://archive.raspbian.org/raspbian bullseye/main armhf patch armhf 2.7.6-7 [116 kB] #13 13.81 Get:71 http://archive.raspbian.org/raspbian bullseye/main armhf make armhf 4.3-4.1 [376 kB] #13 13.89 Get:72 http://archive.raspbian.org/raspbian bullseye/main armhf dpkg-dev all 1.20.12+rpi1 [2312 kB] #13 14.01 Get:73 http://archive.raspbian.org/raspbian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB] #13 14.02 Get:74 http://archive.raspbian.org/raspbian bullseye/main armhf dwz armhf 0.13+20210201-1 [164 kB] #13 14.02 Get:75 http://archive.raspbian.org/raspbian bullseye/main armhf libicu67 armhf 67.1-7 [8291 kB] #13 14.64 Get:76 http://archive.raspbian.org/raspbian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7+deb11u4 [581 kB] #13 14.65 Get:77 http://archive.raspbian.org/raspbian bullseye/main armhf gettext armhf 0.21-4 [1215 kB] #13 14.66 Get:78 http://archive.raspbian.org/raspbian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB] #13 14.67 Get:79 http://archive.raspbian.org/raspbian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB] #13 14.67 Get:80 http://archive.raspbian.org/raspbian bullseye/main armhf debhelper all 13.3.4 [1049 kB] #13 14.77 Get:81 http://archive.raspbian.org/raspbian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [45.1 kB] #13 14.77 Get:82 http://archive.raspbian.org/raspbian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [86.2 kB] #13 14.77 Get:83 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B] #13 14.77 Get:84 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB] #13 14.77 Get:85 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB] #13 14.90 Get:86 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B] #13 14.91 Get:87 http://archive.raspbian.org/raspbian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.1 kB] #13 14.92 Get:88 http://archive.raspbian.org/raspbian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB] #13 14.92 Get:89 http://archive.raspbian.org/raspbian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB] #13 15.04 Get:90 http://archive.raspbian.org/raspbian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b4 [11.0 kB] #13 15.05 Get:91 http://archive.raspbian.org/raspbian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB] #13 15.06 Get:92 http://archive.raspbian.org/raspbian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB] #13 15.06 Get:93 http://archive.raspbian.org/raspbian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.6 kB] #13 15.06 Get:94 http://archive.raspbian.org/raspbian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB] #13 15.14 Get:95 http://archive.raspbian.org/raspbian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB] #13 15.14 Get:96 http://archive.raspbian.org/raspbian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB] #13 15.14 Get:97 http://archive.raspbian.org/raspbian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB] #13 15.14 Get:98 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB] #13 15.26 Get:99 http://archive.raspbian.org/raspbian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB] #13 15.26 Get:100 http://archive.raspbian.org/raspbian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB] #13 15.26 Get:101 http://archive.raspbian.org/raspbian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB] #13 15.27 Get:102 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB] #13 15.28 Get:103 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB] #13 15.38 Get:104 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB] #13 15.62 Get:105 http://archive.raspbian.org/raspbian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB] #13 15.98 Get:106 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB] #13 16.10 Get:107 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB] #13 16.21 Get:108 http://archive.raspbian.org/raspbian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB] #13 16.21 Get:109 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB] #13 16.21 Get:110 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB] #13 16.21 Get:111 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB] #13 16.21 Get:112 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB] #13 16.21 Get:113 http://archive.raspbian.org/raspbian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B] #13 16.21 Get:114 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [300 kB] #13 16.32 Get:115 http://archive.raspbian.org/raspbian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB] #13 16.32 Get:116 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB] #13 16.37 Get:117 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB] #13 16.37 Get:118 http://archive.raspbian.org/raspbian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB] #13 16.40 Get:119 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB] #13 16.40 Get:120 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-perl all 6.52-1 [192 kB] #13 16.40 Get:121 http://archive.raspbian.org/raspbian bullseye/main armhf patchutils armhf 0.4.2-1 [68.7 kB] #13 16.40 Get:122 http://archive.raspbian.org/raspbian bullseye/main armhf libtinfo5 armhf 6.2+20201114-2+deb11u2 [325 kB] #13 16.43 Get:123 http://archive.raspbian.org/raspbian bullseye/main armhf wdiff armhf 1.2.2-2 [120 kB] #13 16.48 Get:124 http://archive.raspbian.org/raspbian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB] #13 16.52 Get:125 http://archive.raspbian.org/raspbian bullseye/main armhf equivs all 2.3.1 [22.7 kB] #13 12.43 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_arm64.deb ... #13 12.48 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... #13 12.70 Selecting previously unselected package libnsl2:arm64. #14 12.72 Get:326 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmarkdown2 amd64 2.2.7-2 [38.3 kB] #14 12.75 Get:327 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmath-base85-perl all 0.5+dfsg-2 [6124 B] #14 12.75 Get:328 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmldbm-perl all 2.05-4 [16.0 kB] #14 12.76 Get:329 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmoox-aliases-perl all 0.001006-2 [6796 B] #14 12.76 Get:330 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmouse-perl amd64 2.5.10-1build5 [160 kB] #14 12.79 Get:331 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxs-parse-keyword-perl amd64 0.33-1 [55.8 kB] #14 12.80 Get:332 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxs-parse-sublike-perl amd64 0.16-1ubuntu3 [27.5 kB] #14 12.80 Get:333 http://archive.ubuntu.com/ubuntu lunar/main amd64 libobject-pad-perl amd64 0.78-1 [108 kB] #14 12.81 Get:334 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpackage-stash-xs-perl amd64 0.30-1build1 [19.0 kB] #14 12.82 Get:335 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpath-iterator-rule-perl all 1.015-2 [39.9 kB] #14 10.17 Selecting previously unselected package libssl3:amd64. #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 5.1s #14 11.51 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxml2 arm64 2.9.10+dfsg-5ubuntu0.20.04.6 [570 kB] #14 14.61 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] #14 14.71 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] #13 16.87 Preparing to unpack .../017-manpages_6.03-2_all.deb ... #13 16.87 Unpacking manpages (6.03-2) ... #13 16.99 Selecting previously unselected package libbsd0:amd64. #13 16.99 Preparing to unpack .../018-libbsd0_0.11.7-2_amd64.deb ... #13 17.02 Unpacking libbsd0:amd64 (0.11.7-2) ... #13 17.06 Selecting previously unselected package libedit2:amd64. #13 17.06 Preparing to unpack .../019-libedit2_3.1-20221030-2_amd64.deb ... #13 17.06 Unpacking libedit2:amd64 (3.1-20221030-2) ... #13 17.11 Selecting previously unselected package libcbor0.8:amd64. #14 10.41 Get:34 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 krb5-locales all 1.20.1-3ubuntu1 [13.4 kB] #14 9.242 Get:23 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpython3-stdlib arm64 3.11.2-1 [7238 B] #13 15.90 Preparing to unpack .../001-less_487-0.1+b1_amd64.deb ... #13 15.93 Unpacking less (487-0.1+b1) ... #13 15.99 Selecting previously unselected package netbase. #13 16.00 Preparing to unpack .../002-netbase_5.6_all.deb ... #13 16.00 Unpacking netbase (5.6) ... #13 16.03 Selecting previously unselected package bzip2. #13 16.04 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_amd64.deb ... #13 16.04 Unpacking bzip2 (1.0.6-9.2~deb10u2) ... #13 16.08 Selecting previously unselected package libmagic-mgc. #13 16.08 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ... #13 16.08 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ... #13 16.16 Selecting previously unselected package libmagic1:amd64. #14 17.18 Get:88 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf binutils armhf 2.40-2ubuntu4.1 [3076 B] #14 8.266 Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.5 [662 kB] #14 8.280 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.5 [108 kB] #13 18.38 Selecting previously unselected package libedit2:armhf. #13 18.38 Preparing to unpack .../017-libedit2_3.1-20181209-1_armhf.deb ... #14 8.282 Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.5 [103 kB] #14 8.286 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.5 [2326 kB] #14 8.344 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.5 [3202 B] #14 8.345 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.6 [20.3 kB] #14 8.349 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-91.101 [1332 kB] #14 8.393 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB] #14 20.61 Get:145 http://ports.ubuntu.com/ubuntu-ports focal/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB] #14 20.71 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf g++ armhf 4:11.2.0-1ubuntu1 [1400 B] #14 20.78 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf make armhf 4.3-4.1build1 [163 kB] #14 8.037 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10 arm64 3.10.12-1~22.04.3 [508 kB] #13 16.64 Get:126 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u11 [306 kB] #13 16.64 Get:127 http://archive.raspbian.org/raspbian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB] #13 16.65 Get:128 http://archive.raspbian.org/raspbian bullseye/main armhf git-man all 1:2.30.2-1+deb11u2 [1828 kB] #13 16.79 Get:129 http://archive.raspbian.org/raspbian bullseye/main armhf git armhf 1:2.30.2-1+deb11u2 [4704 kB] #13 20.51 Selecting previously unselected package binutils. #13 20.51 Preparing to unpack .../036-binutils_2.40-2_armhf.deb ... #13 20.52 Unpacking binutils (2.40-2) ... #14 12.82 Get:336 http://archive.ubuntu.com/ubuntu lunar/main amd64 libperlio-gzip-perl amd64 0.20-1build1 [14.6 kB] #14 12.82 Get:337 http://archive.ubuntu.com/ubuntu lunar/main amd64 libperlio-utf8-strict-perl amd64 0.010-1 [11.2 kB] #14 12.85 Get:338 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpod-parser-perl all 1.65-1 [82.7 kB] #14 12.86 Get:339 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB] #14 12.86 Get:340 http://archive.ubuntu.com/ubuntu lunar/main amd64 libproc-processtable-perl amd64 0.634-1build2 [36.7 kB] #14 12.87 Get:341 http://archive.ubuntu.com/ubuntu lunar/main amd64 libre2-10 amd64 20230201-1 [164 kB] #14 12.87 Get:342 http://archive.ubuntu.com/ubuntu lunar/main amd64 libre-engine-re2-perl amd64 0.17+ds-1 [19.1 kB] #14 12.88 Get:343 http://archive.ubuntu.com/ubuntu lunar/main amd64 libreadonly-perl all 2.050-3 [19.9 kB] #14 12.88 Get:344 http://archive.ubuntu.com/ubuntu lunar/main amd64 libref-util-perl all 0.204-2 [15.1 kB] #14 12.88 Get:345 http://archive.ubuntu.com/ubuntu lunar/main amd64 libref-util-xs-perl amd64 0.117-2build1 [12.7 kB] #14 12.91 Get:346 http://archive.ubuntu.com/ubuntu lunar/main amd64 libregexp-pattern-license-perl all 3.9.4-3 [84.4 kB] #14 12.94 Get:347 http://archive.ubuntu.com/ubuntu lunar/main amd64 libregexp-pattern-perl all 0.2.14-2 [17.6 kB] #14 12.96 Get:348 http://archive.ubuntu.com/ubuntu lunar/main amd64 libregexp-wildcards-perl all 1.05-3 [12.9 kB] #14 12.97 Get:349 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [69.8 kB] #14 12.97 Get:350 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsereal-decoder-perl amd64 5.003+ds-1 [99.3 kB] #14 12.98 Get:351 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsereal-encoder-perl amd64 5.003+ds-1 [102 kB] #14 12.98 Get:352 http://archive.ubuntu.com/ubuntu lunar/main amd64 libset-intspan-perl all 1.19-3 [24.8 kB] #14 12.99 Get:353 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsocket6-perl amd64 0.29-3 [17.6 kB] #14 13.02 Get:354 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsodium23 amd64 1.0.18-1build2 [164 kB] #14 13.05 Get:355 http://archive.ubuntu.com/ubuntu lunar/main amd64 libstring-copyright-perl all 0.003014-1 [20.5 kB] #13 12.71 Preparing to unpack .../10-libnsl2_1.3.0-2_arm64.deb ... #13 12.76 Unpacking libnsl2:arm64 (1.3.0-2) ... #13 12.96 Selecting previously unselected package readline-common. #14 10.17 Preparing to unpack .../libssl3_3.0.10-1ubuntu2.1_amd64.deb ... #14 10.22 Unpacking libssl3:amd64 (3.0.10-1ubuntu2.1) ... #14 10.37 Selecting previously unselected package libpython3.11-minimal:amd64. #14 11.61 Get:40 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-0-2 arm64 0.2.2-1 [44.4 kB] #14 11.69 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 lsb-release all 11.1.0ubuntu2 [10.6 kB] #14 14.72 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] #14 14.79 Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] #14 14.83 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.8 [208 kB] #14 14.84 Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.8 [475 kB] #14 14.87 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.8 [48.1 kB] #14 14.87 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.8 [46.7 kB] #14 14.87 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.8 [1614 kB] #13 13.32 Selecting previously unselected package python3. #13 13.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 ... 9956 files and directories currently installed.) #13 13.32 Preparing to unpack .../000-python3_3.9.2-3_arm64.deb ... #13 13.35 Unpacking python3 (3.9.2-3) ... #13 13.46 Selecting previously unselected package less. #13 17.11 Preparing to unpack .../020-libcbor0.8_0.8.0-2+b1_amd64.deb ... #13 17.11 Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... #13 17.15 Selecting previously unselected package libfido2-1:amd64. #13 17.15 Preparing to unpack .../021-libfido2-1_1.12.0-2+b1_amd64.deb ... #13 17.15 Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... #13 17.20 Selecting previously unselected package openssh-client. #13 17.20 Preparing to unpack .../022-openssh-client_1%3a9.2p1-2+deb12u2_amd64.deb ... #13 17.21 Unpacking openssh-client (1:9.2p1-2+deb12u2) ... #13 17.33 Selecting previously unselected package ucf. #13 13.85 Selecting previously unselected package python3-minimal. #13 13.85 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9519 files and directories currently installed.) #13 13.86 Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ... #13 13.88 Unpacking python3-minimal (3.9.2-3) ... #13 13.99 Selecting previously unselected package media-types. #14 10.48 Get:35 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 less arm64 590-2 [139 kB] #14 10.69 Get:36 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libbsd0 arm64 0.11.7-4 [40.8 kB] #14 9.317 Get:24 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3 arm64 3.11.2-1 [22.9 kB] #14 9.391 Get:25 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 perl-modules-5.36 all 5.36.0-7ubuntu0.23.04.2 [2984 kB] #14 19.50 Get:109 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gcc armhf 4:13.2.0-1ubuntu1 [5186 B] #14 19.50 Get:110 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libstdc++-13-dev armhf 13.2.0-4ubuntu3 [2446 kB] #13 16.16 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ... #13 16.17 Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ... #13 16.21 Selecting previously unselected package file. #13 16.21 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_amd64.deb ... #13 16.21 Unpacking file (1:5.35-4+deb10u2) ... #13 16.25 Selecting previously unselected package gettext-base. #13 16.25 Preparing to unpack .../007-gettext-base_0.19.8.1-9_amd64.deb ... #13 16.25 Unpacking gettext-base (0.19.8.1-9) ... #13 16.30 Selecting previously unselected package krb5-locales. #13 16.30 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u6_all.deb ... #13 16.30 Unpacking krb5-locales (1.17-3+deb10u6) ... #13 16.34 Selecting previously unselected package libkeyutils1:amd64. #13 16.34 Preparing to unpack .../009-libkeyutils1_1.6-6_amd64.deb ... #13 16.35 Unpacking libkeyutils1:amd64 (1.6-6) ... #13 16.38 Selecting previously unselected package libkrb5support0:amd64. #13 16.38 Preparing to unpack .../010-libkrb5support0_1.17-3+deb10u6_amd64.deb ... #13 16.39 Unpacking libkrb5support0:amd64 (1.17-3+deb10u6) ... #13 16.42 Selecting previously unselected package libk5crypto3:amd64. #14 8.396 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB] #14 8.398 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB] #14 8.400 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB] #14 8.401 Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.6 [2100 kB] #14 8.440 Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.4.0-1ubuntu1~22.04 [20.2 kB] #14 8.440 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB] #14 8.447 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB] #14 8.487 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB] #14 8.487 Get:89 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.4.0-1ubuntu1~22.04 [10.0 MB] #14 8.641 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB] #14 8.641 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcc1-0 amd64 12.3.0-1ubuntu1~22.04 [48.3 kB] #14 8.642 Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.3.0-1ubuntu1~22.04 [126 kB] #14 8.643 Get:93 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.3.0-1ubuntu1~22.04 [30.2 kB] #14 8.644 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.3.0-1ubuntu1~22.04 [10.4 kB] #14 8.644 Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.4.0-1ubuntu1~22.04 [2282 kB] #14 8.666 Get:96 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.3.0-1ubuntu1~22.04 [1069 kB] #14 8.679 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.4.0-1ubuntu1~22.04 [2260 kB] #14 8.716 Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.3.0-1ubuntu1~22.04 [976 kB] #14 8.727 Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.3.0-1ubuntu1~22.04 [154 kB] #14 8.728 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-11-dev amd64 11.4.0-1ubuntu1~22.04 [2517 kB] #14 8.756 Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11 amd64 11.4.0-1ubuntu1~22.04 [20.1 MB] #14 17.26 Get:89 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libc-dev-bin armhf 2.37-0ubuntu2.2 [18.9 kB] #14 17.33 Get:90 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf linux-libc-dev armhf 6.2.0-39.40 [1600 kB] #13 18.39 Unpacking libedit2:armhf (3.1-20181209-1) ... #13 18.45 Selecting previously unselected package openssh-client. #13 18.45 Preparing to unpack .../018-openssh-client_1%3a7.9p1-10+deb10u4_armhf.deb ... #13 18.45 Unpacking openssh-client (1:7.9p1-10+deb10u4) ... #13 18.58 Selecting previously unselected package ucf. #13 18.58 Preparing to unpack .../019-ucf_3.0038+nmu1_all.deb ... #13 18.59 Moving old data out of the way #13 18.59 Unpacking ucf (3.0038+nmu1) ... #13 18.65 Selecting previously unselected package xz-utils. #13 18.65 Preparing to unpack .../020-xz-utils_5.2.4-1+deb10u1_armhf.deb ... #13 18.65 Unpacking xz-utils (5.2.4-1+deb10u1) ... #13 18.72 Selecting previously unselected package libfl2:armhf. #13 18.72 Preparing to unpack .../021-libfl2_2.6.4-6.2_armhf.deb ... #13 18.72 Unpacking libfl2:armhf (2.6.4-6.2) ... #14 20.61 Get:146 http://ports.ubuntu.com/ubuntu-ports focal/main armhf po-debconf all 1.0.21 [233 kB] #14 20.63 Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main armhf debhelper all 12.10ubuntu1 [877 kB] #14 20.71 Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfakeroot armhf 1.24-1 [22.4 kB] #14 20.71 Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main armhf fakeroot armhf 1.24-1 [60.9 kB] #14 20.71 Get:150 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libassuan0 armhf 2.5.3-7ubuntu2 [29.1 kB] #14 20.71 Get:151 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgconf armhf 2.2.19-3ubuntu2.2 [107 kB] #14 20.72 Get:152 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libksba8 armhf 1.3.5-2ubuntu0.20.04.2 [80.4 kB] #14 20.72 Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnpth0 armhf 1.6-1 [6624 B] #14 20.72 Get:154 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dirmngr armhf 2.2.19-3ubuntu2.2 [288 kB] #13 13.52 Selecting previously unselected package python3-minimal. #14 21.05 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libdpkg-perl all 1.21.1ubuntu2.2 [237 kB] #14 21.14 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bzip2 armhf 1.0.8-5build1 [34.2 kB] #13 20.71 Selecting previously unselected package libc-dev-bin. #13 20.71 Preparing to unpack .../037-libc-dev-bin_2.36-9+deb12u3_armhf.deb ... #13 20.72 Unpacking libc-dev-bin (2.36-9+deb12u3) ... #13 20.76 Selecting previously unselected package linux-libc-dev:armhf. #13 20.76 Preparing to unpack .../038-linux-libc-dev_6.1.69-1_armhf.deb ... #13 20.76 Unpacking linux-libc-dev:armhf (6.1.69-1) ... #14 13.09 Get:356 http://archive.ubuntu.com/ubuntu lunar/main amd64 libstring-escape-perl all 2010.002-3 [16.1 kB] #14 13.09 Get:357 http://archive.ubuntu.com/ubuntu lunar/main amd64 libstring-license-perl all 0.0.2-1ubuntu2 [34.7 kB] #14 13.10 Get:358 http://archive.ubuntu.com/ubuntu lunar/main amd64 libstring-shellquote-perl all 1.04-3 [11.3 kB] #14 13.10 Get:359 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsyntax-keyword-try-perl amd64 0.28-1 [26.1 kB] #14 13.10 Get:360 http://archive.ubuntu.com/ubuntu lunar/main amd64 libterm-readkey-perl amd64 2.38-2build1 [23.5 kB] #14 13.10 Get:361 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtext-levenshteinxs-perl amd64 0.03-5build1 [8158 B] #14 13.12 Get:362 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtext-markdown-discount-perl amd64 0.16-1 [12.3 kB] #14 13.12 Get:363 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtext-xslate-perl amd64 3.5.9-1build2 [185 kB] #14 13.13 Get:364 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB] #14 13.14 Get:365 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtime-moment-perl amd64 0.44-2build1 [71.4 kB] #14 13.14 Get:366 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtype-tiny-xs-perl amd64 0.025-1 [25.6 kB] #14 13.15 Get:367 http://archive.ubuntu.com/ubuntu lunar/main amd64 libunicode-utf8-perl amd64 0.62-2 [18.0 kB] #14 13.17 Get:368 http://archive.ubuntu.com/ubuntu lunar/main amd64 libwww-mechanize-perl all 2.16-1 [94.5 kB] #14 13.21 Get:369 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxml-namespacesupport-perl all 1.12-2 [13.5 kB] #14 13.24 Get:370 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxml-sax-base-perl all 1.09-3 [18.9 kB] #14 13.24 Get:371 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB] #14 13.25 Get:372 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1build1 [313 kB] #14 13.26 Get:373 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxml-parser-perl amd64 2.46-4 [206 kB] #14 13.26 Get:374 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxml-sax-expat-perl all 0.51-2 [8644 B] #14 13.27 Get:375 http://archive.ubuntu.com/ubuntu lunar/main amd64 libyaml-libyaml-perl amd64 0.86+ds-1 [30.6 kB] #14 13.27 Get:376 http://archive.ubuntu.com/ubuntu lunar/main amd64 licensecheck all 3.3.5-1ubuntu1 [36.0 kB] #14 10.38 Preparing to unpack .../libpython3.11-minimal_3.11.6-3_amd64.deb ... #14 10.40 Unpacking libpython3.11-minimal:amd64 (3.11.6-3) ... #13 12.96 Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... #13 12.98 Unpacking readline-common (8.2-1.3) ... #14 11.76 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 netbase all 6.1 [13.1 kB] #14 11.83 Get:43 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB] #14 11.91 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-six all 1.14.0-2 [12.1 kB] #14 11.98 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 shared-mime-info arm64 1.15-1 [429 kB] #14 15.10 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.8 [3384 B] #13 13.46 Preparing to unpack .../001-less_551-2_arm64.deb ... #13 13.47 Unpacking less (551-2) ... #13 13.81 Selecting previously unselected package netbase. #13 11.19 Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf libc-bin armhf 2.36-9+rpi1+deb12u3 [493 kB] #13 11.21 Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-minimal armhf 3.11.2-6 [797 kB] #13 17.33 Preparing to unpack .../023-ucf_3.0043+nmu1_all.deb ... #13 17.34 Moving old data out of the way #13 17.34 Unpacking ucf (3.0043+nmu1) ... #13 17.39 Selecting previously unselected package xz-utils. #13 17.40 Preparing to unpack .../024-xz-utils_5.4.1-0.2_amd64.deb ... #13 17.40 Unpacking xz-utils (5.4.1-0.2) ... #13 17.47 Selecting previously unselected package m4. #13 17.48 Preparing to unpack .../025-m4_1.4.19-3_amd64.deb ... #13 17.48 Unpacking m4 (1.4.19-3) ... #13 17.54 Selecting previously unselected package autoconf. #13 17.54 Preparing to unpack .../026-autoconf_2.71-3_all.deb ... #13 17.55 Unpacking autoconf (2.71-3) ... #13 17.60 Selecting previously unselected package autotools-dev. #13 13.99 Preparing to unpack .../1-media-types_4.0.0_all.deb ... #13 14.02 Unpacking media-types (4.0.0) ... #11 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 5.2s #14 10.72 Get:37 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libelf1 arm64 0.189-4 [56.2 kB] #14 10.74 Get:38 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libicu72 arm64 72.1-3ubuntu3 [10.7 MB] #14 19.98 Get:111 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf g++-13 armhf 13.2.0-4ubuntu3 [9434 kB] #13 16.43 Preparing to unpack .../011-libk5crypto3_1.17-3+deb10u6_amd64.deb ... #13 16.43 Unpacking libk5crypto3:amd64 (1.17-3+deb10u6) ... #13 16.47 Selecting previously unselected package libkrb5-3:amd64. #13 16.47 Preparing to unpack .../012-libkrb5-3_1.17-3+deb10u6_amd64.deb ... #13 16.48 Unpacking libkrb5-3:amd64 (1.17-3+deb10u6) ... #13 16.54 Selecting previously unselected package libgssapi-krb5-2:amd64. #13 16.55 Preparing to unpack .../013-libgssapi-krb5-2_1.17-3+deb10u6_amd64.deb ... #13 16.55 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u6) ... #13 16.59 Selecting previously unselected package libicu63:amd64. #13 16.59 Preparing to unpack .../014-libicu63_63.1-6+deb10u3_amd64.deb ... #13 16.59 Unpacking libicu63:amd64 (63.1-6+deb10u3) ... #14 9.052 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B] #13 18.78 Selecting previously unselected package at. #13 18.78 Preparing to unpack .../022-at_3.1.23-1_armhf.deb ... #13 18.78 Unpacking at (3.1.23-1) ... #13 18.84 Selecting previously unselected package libsigsegv2:armhf. #13 18.84 Preparing to unpack .../023-libsigsegv2_2.12-2_armhf.deb ... #13 18.84 Unpacking libsigsegv2:armhf (2.12-2) ... #13 18.88 Selecting previously unselected package m4. #13 18.88 Preparing to unpack .../024-m4_1.4.18-2_armhf.deb ... #13 18.88 Unpacking m4 (1.4.18-2) ... #13 18.95 Selecting previously unselected package autoconf. #13 18.95 Preparing to unpack .../025-autoconf_2.69-11_all.deb ... #13 18.95 Unpacking autoconf (2.69-11) ... #14 20.89 Get:155 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB] #14 21.12 Get:156 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-utils armhf 2.2.19-3ubuntu2.2 [412 kB] #13 13.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 ... 9609 files and directories currently installed.) #13 13.52 Preparing to unpack .../0-python3-minimal_3.7.3-1_arm64.deb ... #13 13.54 Unpacking python3-minimal (3.7.3-1) ... #13 13.69 Selecting previously unselected package mime-support. #14 21.15 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf patch armhf 2.7.6-7build2 [111 kB] #14 21.17 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lto-disabled-list all 24 [12.5 kB] #14 21.18 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dpkg-dev all 1.21.1ubuntu2.2 [922 kB] #14 21.29 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf build-essential armhf 12.9ubuntu3 [4744 B] #14 21.29 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB] #14 21.30 Get:109 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg2-3ubuntu1.2 [18.9 kB] #14 21.30 Get:110 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg2-3ubuntu1.2 [50.7 kB] #13 21.06 Selecting previously unselected package libcrypt-dev:armhf. #13 21.06 Preparing to unpack .../039-libcrypt-dev_1%3a4.4.33-2_armhf.deb ... #13 21.07 Unpacking libcrypt-dev:armhf (1:4.4.33-2) ... #13 21.12 Selecting previously unselected package libtirpc-dev:armhf. #13 21.12 Preparing to unpack .../040-libtirpc-dev_1.3.3+ds-1_armhf.deb ... #14 13.28 Get:377 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdevel-size-perl amd64 0.83-2build1 [19.5 kB] #14 13.29 Get:378 http://archive.ubuntu.com/ubuntu lunar/main amd64 libipc-run3-perl all 0.048-3 [30.3 kB] #14 13.29 Get:379 http://archive.ubuntu.com/ubuntu lunar/main amd64 lzip amd64 1.23-5 [80.5 kB] #14 13.32 Get:380 http://archive.ubuntu.com/ubuntu lunar/main amd64 lzop amd64 1.04-2build2 [83.7 kB] #14 13.35 Get:381 http://archive.ubuntu.com/ubuntu lunar/main amd64 t1utils amd64 1.41-4build2 [61.3 kB] #14 13.38 Get:382 http://archive.ubuntu.com/ubuntu lunar/main amd64 unzip amd64 6.0-27ubuntu1 [174 kB] #14 13.41 Get:383 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 lintian all 2.116.3ubuntu1.1 [1153 kB] #14 13.45 Get:384 http://archive.ubuntu.com/ubuntu lunar/main amd64 manpages-dev all 6.03-1 [2015 kB] #14 13.50 Get:385 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-certifi all 2022.9.24-1 [155 kB] #14 13.53 Get:386 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-cffi-backend amd64 1.15.1-5build1 [76.0 kB] #14 13.56 Get:387 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 python3-cryptography amd64 38.0.4-2ubuntu0.1 [672 kB] #14 13.59 Get:388 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-idna all 3.3-1 [49.3 kB] #14 13.60 Get:389 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-nacl amd64 1.5.0-2 [63.1 kB] #14 13.60 Get:390 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-bcrypt amd64 3.2.2-1 [32.5 kB] #14 13.60 Get:391 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-six all 1.16.0-4 [12.4 kB] #14 10.84 Selecting previously unselected package libexpat1:amd64. #13 13.29 Selecting previously unselected package libreadline8:arm64. #13 13.29 Preparing to unpack .../12-libreadline8_8.2-1.3_arm64.deb ... #13 13.31 Unpacking libreadline8:arm64 (8.2-1.3) ... #13 13.40 Selecting previously unselected package libsqlite3-0:arm64. #14 12.15 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 ucf all 3.0038+nmu1 [51.6 kB] #14 15.17 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.14 [71.8 kB] #14 15.34 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-169.187 [1125 kB] #14 8.513 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3-stdlib arm64 3.10.6-1~22.04 [6910 B] #14 8.513 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3 arm64 3.10.6-1~22.04 [22.8 kB] #13 17.28 debconf: delaying package configuration, since apt-utils is not installed #14 8.515 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 perl-modules-5.34 all 5.34.0-3ubuntu1.3 [2976 kB] #14 8.739 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm6 arm64 1.23-1 [34.1 kB] #13 17.32 Fetched 80.3 MB in 8s (10.0 MB/s) #13 17.34 Selecting previously unselected package bsdextrautils. #13 17.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7900 files and directories currently installed.) #13 17.36 Preparing to unpack .../bsdextrautils_2.36.1-8+deb11u1_armhf.deb ... #13 17.36 Unpacking bsdextrautils (2.36.1-8+deb11u1) ... #13 13.81 Preparing to unpack .../002-netbase_6.3_all.deb ... #13 13.83 Unpacking netbase (6.3) ... #13 14.05 Selecting previously unselected package sensible-utils. #13 17.60 Preparing to unpack .../027-autotools-dev_20220109.1_all.deb ... #13 17.61 Unpacking autotools-dev (20220109.1) ... #13 17.64 Selecting previously unselected package automake. #13 17.64 Preparing to unpack .../028-automake_1%3a1.16.5-1.3_all.deb ... #13 17.65 Unpacking automake (1:1.16.5-1.3) ... #13 17.72 Selecting previously unselected package autopoint. #13 14.45 Selecting previously unselected package libmpdec3:amd64. #13 11.22 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf libexpat1 armhf 2.5.0-1 [77.2 kB] #13 11.22 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11-minimal armhf 3.11.2-6 [1679 kB] #13 11.34 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf python3-minimal armhf 3.11.2-1 [26.0 kB] #13 11.34 Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf media-types all 10.0.0 [26.1 kB] #13 11.34 Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB] #13 11.34 Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.0 kB] #13 11.35 Get:10 http://archive.raspbian.org/raspbian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.2 kB] #13 11.43 Get:11 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-stdlib armhf 3.11.2-6 [1668 kB] #14 9.053 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.4.0-1ubuntu1~22.04 [2101 kB] #14 9.089 Get:104 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.4.0-1ubuntu1~22.04 [11.4 MB] #14 9.259 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B] #13 19.04 Selecting previously unselected package autotools-dev. #13 19.04 Preparing to unpack .../026-autotools-dev_20180224.1_all.deb ... #13 19.05 Unpacking autotools-dev (20180224.1) ... #13 19.10 Selecting previously unselected package automake. #13 19.10 Preparing to unpack .../027-automake_1%3a1.16.1-4_all.deb ... #13 19.10 Unpacking automake (1:1.16.1-4) ... #13 19.24 Selecting previously unselected package autopoint. #13 19.24 Preparing to unpack .../028-autopoint_0.19.8.1-9_all.deb ... #14 9.890 Get:26 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libgdbm6 arm64 1.23-3 [33.3 kB] #14 9.898 Get:27 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libgdbm-compat4 arm64 1.23-3 [6258 B] #14 9.898 Get:28 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libperl5.36 arm64 5.36.0-7ubuntu0.23.04.2 [4673 kB] #14 21.37 Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg armhf 2.2.19-3ubuntu2.2 [425 kB] #14 17.77 Get:91 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libcrypt-dev armhf 1:4.4.33-2 [120 kB] #14 17.78 Get:92 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf rpcsvc-proto armhf 1.4.2-0ubuntu6 [63.7 kB] #14 17.78 Get:93 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtirpc-dev armhf 1.3.3+ds-1 [183 kB] #14 17.79 Get:94 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnsl-dev armhf 1.3.0-2build2 [66.1 kB] #14 17.80 Get:95 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libc6-dev armhf 2.37-0ubuntu2.2 [1338 kB] #14 17.86 Get:96 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf gcc-12-base armhf 12.3.0-1ubuntu1~23.04 [42.3 kB] #14 17.86 Get:97 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libisl23 armhf 0.25-1 [580 kB] #14 17.89 Get:98 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmpfr6 armhf 4.2.0-1 [228 kB] #13 13.69 Preparing to unpack .../1-mime-support_3.62_all.deb ... #13 13.70 Unpacking mime-support (3.62) ... #13 13.85 Selecting previously unselected package libmpdec2:arm64. #13 13.85 Preparing to unpack .../2-libmpdec2_2.4.2-2_arm64.deb ... #13 13.86 Unpacking libmpdec2:arm64 (2.4.2-2) ... #13 13.97 Selecting previously unselected package readline-common. #14 21.70 Get:111 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libldap-2.5-0 armhf 2.5.16+dfsg-0ubuntu0.22.04.1 [159 kB] #16 6.247 NAME: #16 6.247 go-winres - A tool for embedding resources in Windows executables #16 6.247 #16 6.247 USAGE: #16 6.247 go-winres [global options] command [command options] [arguments...] #16 6.247 #16 6.247 COMMANDS: #16 6.247 init Create an initial ./winres/winres.json #16 6.247 make Make syso files for the "go build" command #16 6.247 simply Make syso files for the "go build" command (simplified) #16 6.247 extract Extract all resources from an executable #16 6.247 patch Replace resources in an executable file (exe, dll) #16 6.247 help, h Shows a list of commands or help for one command #16 6.247 #16 6.247 GLOBAL OPTIONS: #16 6.247 --help, -h show help (default: false) #13 21.13 Unpacking libtirpc-dev:armhf (1.3.3+ds-1) ... #13 21.19 Selecting previously unselected package libnsl-dev:armhf. #13 21.19 Preparing to unpack .../041-libnsl-dev_1.3.0-2_armhf.deb ... #13 21.20 Unpacking libnsl-dev:armhf (1.3.0-2) ... #13 21.26 Selecting previously unselected package rpcsvc-proto. #13 21.26 Preparing to unpack .../042-rpcsvc-proto_1.4.3-1_armhf.deb ... #13 21.26 Unpacking rpcsvc-proto (1.4.3-1) ... #13 21.33 Selecting previously unselected package libc6-dev:armhf. #13 21.33 Preparing to unpack .../043-libc6-dev_2.36-9+deb12u3_armhf.deb ... #13 21.33 Unpacking libc6-dev:armhf (2.36-9+deb12u3) ... #14 13.60 Get:392 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-paramiko all 2.12.0-2ubuntu1 [134 kB] #14 13.61 Get:393 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 python3-urllib3 all 1.26.12-1ubuntu0.1 [101 kB] #14 13.61 Get:394 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 python3-requests all 2.28.1+dfsg-1ubuntu1.1 [50.7 kB] #14 13.61 Get:395 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-unidiff all 0.7.3-1 [11.0 kB] #14 13.61 Get:396 http://archive.ubuntu.com/ubuntu lunar/main amd64 equivs all 2.3.1 [19.0 kB] #14 13.67 Get:397 http://archive.ubuntu.com/ubuntu lunar/main amd64 libauthen-sasl-perl all 2.1600-3 [42.2 kB] #14 13.67 Get:398 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-magic all 2:0.4.26-3 [13.1 kB] #14 10.84 Preparing to unpack .../libexpat1_2.5.0-2_amd64.deb ... #14 10.89 Unpacking libexpat1:amd64 (2.5.0-2) ... #14 11.18 Selecting previously unselected package python3.11-minimal. #13 13.40 Preparing to unpack .../13-libsqlite3-0_3.40.1-2_arm64.deb ... #13 13.44 Unpacking libsqlite3-0:arm64 (3.40.1-2) ... #13 13.61 Selecting previously unselected package libpython3.11-stdlib:arm64. #13 13.61 Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-6_arm64.deb ... #13 13.62 Unpacking libpython3.11-stdlib:arm64 (3.11.2-6) ... #14 12.37 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 xdg-user-dirs arm64 0.17-2ubuntu1 [47.6 kB] #14 12.48 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 xz-utils arm64 5.2.4-1ubuntu1.1 [81.4 kB] #14 15.65 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB] #14 15.66 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.14 [2519 kB] #14 15.79 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.2 [18.9 kB] #14 8.743 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm-compat4 arm64 1.23-1 [6294 B] #14 8.743 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libperl5.34 arm64 5.34.0-3ubuntu1.3 [4723 kB] #14 8.966 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 perl arm64 5.34.0-3ubuntu1.3 [232 kB] #13 17.43 Preparing to unpack .../libc6_2.31-13+rpt2+rpi1+deb11u7_armhf.deb ... #13 17.56 Unpacking libc6:armhf (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpi1+deb11u6) ... #13 14.05 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ... #13 14.10 Unpacking sensible-utils (0.0.14) ... #13 14.19 Selecting previously unselected package bzip2. #13 14.19 Preparing to unpack .../004-bzip2_1.0.8-4_arm64.deb ... #13 14.21 Unpacking bzip2 (1.0.8-4) ... #13 14.35 Selecting previously unselected package openssl. #13 17.73 Preparing to unpack .../029-autopoint_0.21-12_all.deb ... #13 17.73 Unpacking autopoint (0.21-12) ... #13 17.77 Selecting previously unselected package binutils-common:amd64. #13 17.77 Preparing to unpack .../030-binutils-common_2.40-2_amd64.deb ... #13 17.77 Unpacking binutils-common:amd64 (2.40-2) ... #13 18.01 Selecting previously unselected package libbinutils:amd64. #13 18.02 Preparing to unpack .../031-libbinutils_2.40-2_amd64.deb ... #13 18.02 Unpacking libbinutils:amd64 (2.40-2) ... #13 18.10 Selecting previously unselected package libctf-nobfd0:amd64. #13 18.11 Preparing to unpack .../032-libctf-nobfd0_2.40-2_amd64.deb ... #13 18.11 Unpacking libctf-nobfd0:amd64 (2.40-2) ... #13 18.15 Selecting previously unselected package libctf0:amd64. #13 14.45 Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ... #13 14.56 Unpacking libmpdec3:amd64 (2.5.1-1) ... #13 11.55 Get:12 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11 armhf 3.11.2-6 [572 kB] #13 11.61 Get:13 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3-stdlib armhf 3.11.2-1 [9012 B] #13 11.61 Get:14 http://archive.raspbian.org/raspbian bookworm/main armhf python3 armhf 3.11.2-1 [26.0 kB] #13 11.62 Get:15 http://archive.raspbian.org/raspbian bookworm/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB] #13 11.63 Get:16 http://archive.raspbian.org/raspbian bookworm/main armhf groff-base armhf 1.22.4-10 [774 kB] #13 11.66 Get:17 http://archive.raspbian.org/raspbian bookworm/main armhf bsdextrautils armhf 2.38.1-5 [78.5 kB] #13 11.67 Get:18 http://archive.raspbian.org/raspbian bookworm/main armhf libpipeline1 armhf 1.5.7-1 [33.4 kB] #14 9.259 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB] #14 9.261 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.2 [237 kB] #14 9.263 Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB] #14 9.264 Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB] #14 9.265 Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB] #14 9.265 Get:111 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.2 [922 kB] #14 9.275 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B] #14 9.549 Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] #13 19.25 Unpacking autopoint (0.19.8.1-9) ... #13 19.29 Selecting previously unselected package binutils-common:armhf. #13 19.29 Preparing to unpack .../029-binutils-common_2.31.1-16_armhf.deb ... #13 19.30 Unpacking binutils-common:armhf (2.31.1-16) ... #14 11.39 Get:39 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxml2 arm64 2.9.14+dfsg-1.3 [722 kB] #14 11.39 Get:40 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libyaml-0-2 arm64 0.2.5-1 [51.8 kB] #14 11.40 Get:41 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 lsb-release all 12.0-2 [6564 B] #14 11.40 Get:42 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 netbase all 6.4 [13.1 kB] #14 11.40 Get:43 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python-apt-common all 2.6.0ubuntu1 [18.1 kB] #14 11.40 Get:44 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-apt arm64 2.6.0ubuntu1 [163 kB] #14 10.12 Get:29 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 perl arm64 5.36.0-7ubuntu0.23.04.2 [235 kB] #14 10.13 Get:30 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 adduser all 3.129ubuntu1 [59.0 kB] #14 10.13 Get:31 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 openssl arm64 3.0.8-1ubuntu1.4 [1159 kB] #14 10.16 Get:32 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 ca-certificates all 20230311ubuntu0.23.04.1 [152 kB] #14 10.16 Get:33 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 distro-info-data all 0.57ubuntu0.3 [6302 B] #14 21.43 Get:158 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pinentry-curses armhf 1.1.0-3build1 [31.8 kB] #14 21.44 Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-agent armhf 2.2.19-3ubuntu2.2 [195 kB] #14 21.46 Get:160 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-client armhf 2.2.19-3ubuntu2.2 [81.8 kB] #14 21.47 Get:161 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-server armhf 2.2.19-3ubuntu2.2 [76.2 kB] #14 21.47 Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgsm armhf 2.2.19-3ubuntu2.2 [187 kB] #14 21.49 Get:163 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg all 2.2.19-3ubuntu2.2 [259 kB] #14 21.51 Get:164 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-which-perl all 1.23-1 [13.8 kB] #14 21.51 Get:165 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-homedir-perl all 1.004-1 [37.3 kB] #13 5.173 CentOS Stream 9 - AppStream 11 MB/s | 17 MB 00:01 #14 13.97 debconf: delaying package configuration, since apt-utils is not installed #14 14.00 Fetched 146 MB in 7s (20.3 MB/s) #13 21.56 Selecting previously unselected package libisl23:armhf. #13 21.57 Preparing to unpack .../044-libisl23_0.25-1_armhf.deb ... #13 21.57 Unpacking libisl23:armhf (0.25-1) ... #13 21.68 Selecting previously unselected package libmpfr6:armhf. #14 11.18 Preparing to unpack .../python3.11-minimal_3.11.6-3_amd64.deb ... #14 11.20 Unpacking python3.11-minimal (3.11.6-3) ... #14 12.62 Get:49 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gettext-base arm64 0.19.8.1-10build1 [48.2 kB] #14 15.79 Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB] #14 15.81 Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB] #14 15.82 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] #14 15.82 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.2 [7502 kB] #13 13.91 Selecting previously unselected package python3.11. #14 8.970 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssl arm64 3.0.2-0ubuntu1.12 [1159 kB] #14 9.024 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 ca-certificates all 20230311ubuntu0.22.04.1 [155 kB] #14 9.030 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 distro-info-data all 0.52ubuntu0.6 [5160 B] #13 14.35 Preparing to unpack .../005-openssl_1.1.1w-0+deb11u1_arm64.deb ... #13 14.38 Unpacking openssl (1.1.1w-0+deb11u1) ... #13 14.53 Selecting previously unselected package ca-certificates. #13 18.16 Preparing to unpack .../033-libctf0_2.40-2_amd64.deb ... #13 18.16 Unpacking libctf0:amd64 (2.40-2) ... #13 18.20 Selecting previously unselected package libgprofng0:amd64. #13 18.20 Preparing to unpack .../034-libgprofng0_2.40-2_amd64.deb ... #13 18.21 Unpacking libgprofng0:amd64 (2.40-2) ... #13 18.31 Selecting previously unselected package libjansson4:amd64. #13 14.96 Selecting previously unselected package libncursesw6:amd64. #13 11.68 Get:19 http://archive.raspbian.org/raspbian bookworm/main armhf man-db armhf 2.11.2-2 [1342 kB] #13 11.76 Get:20 http://archive.raspbian.org/raspbian bookworm/main armhf sensible-utils all 0.0.17+nmu1 [19.0 kB] #13 11.76 Get:21 http://archive.raspbian.org/raspbian bookworm/main armhf bzip2 armhf 1.0.8-5+b2 [47.4 kB] #13 11.82 Get:22 http://archive.raspbian.org/raspbian bookworm/main armhf libmagic-mgc armhf 1:5.44-3 [305 kB] #13 11.83 Get:23 http://archive.raspbian.org/raspbian bookworm/main armhf libmagic1 armhf 1:5.44-3 [95.3 kB] #13 11.83 Get:24 http://archive.raspbian.org/raspbian bookworm/main armhf file armhf 1:5.44-3 [41.5 kB] #13 11.85 Get:25 http://archive.raspbian.org/raspbian bookworm/main armhf gettext-base armhf 0.21-12 [156 kB] #13 11.85 Get:26 http://archive.raspbian.org/raspbian bookworm/main armhf xz-utils armhf 5.4.1-0.2 [467 kB] #13 11.86 Get:27 http://archive.raspbian.org/raspbian bookworm/main armhf m4 armhf 1.4.19-3 [256 kB] #13 11.86 Get:28 http://archive.raspbian.org/raspbian bookworm/main armhf autoconf all 2.71-3 [332 kB] #13 11.96 Get:29 http://archive.raspbian.org/raspbian bookworm/main armhf autotools-dev all 20220109.1 [51.6 kB] #13 11.96 Get:30 http://archive.raspbian.org/raspbian bookworm/main armhf automake all 1:1.16.5-1.3 [823 kB] #13 13.97 Preparing to unpack .../3-readline-common_7.0-5_all.deb ... #13 13.99 Unpacking readline-common (7.0-5) ... #13 14.24 Selecting previously unselected package libreadline7:arm64. #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 7.1s done #14 9.613 Get:114 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.2 [20.5 kB] #14 9.613 Get:115 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB] #14 9.615 Get:116 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.16+dfsg-0ubuntu0.22.04.1 [183 kB] #14 9.620 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] #14 9.621 Get:118 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.3 [186 kB] #14 9.628 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.15 [289 kB] #14 9.635 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.15 [194 kB] #14 9.672 Get:121 http://archive.ubuntu.com/ubuntu jammy/main amd64 dctrl-tools amd64 2.24-3build2 [66.9 kB] #14 9.673 Get:122 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB] #14 9.674 Get:123 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtool all 2.4.6-15build2 [164 kB] #14 9.676 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-autoreconf all 20 [16.1 kB] #14 9.677 Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB] #14 9.678 Get:126 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-override-perl all 0.09-2 [9532 B] #14 9.678 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB] #14 9.679 Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-strip-nondeterminism all 1.13.0-1 [5344 B] #14 9.681 Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdw1 amd64 0.186-1build1 [250 kB] #14 9.692 Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 debugedit amd64 1:5.0-4build1 [47.2 kB] #14 9.692 Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 dwz amd64 0.14-1build2 [105 kB] #14 9.694 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB] #14 9.702 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] #14 9.702 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 po-debconf all 1.0.21+nmu1 [233 kB] #14 9.705 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 debhelper all 13.6ubuntu1 [923 kB] #14 9.713 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB] #14 9.714 Get:137 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB] #14 9.714 Get:138 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB] #14 9.715 Get:139 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB] #14 9.716 Get:140 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB] #14 9.718 Get:141 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] #14 9.728 Get:142 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB] #14 9.731 Get:143 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB] #14 9.732 Get:144 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB] #14 9.736 Get:145 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB] #14 9.746 Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB] #14 9.746 Get:147 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB] #14 9.750 Get:148 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB] #14 9.751 Get:149 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB] #14 9.752 Get:150 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB] #14 9.755 Get:151 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB] #14 9.760 Get:152 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-dirlist-perl all 0.05-2 [7100 B] #14 9.761 Get:153 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-which-perl all 1.23-1 [13.8 kB] #14 9.761 Get:154 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-homedir-perl all 1.006-1 [38.3 kB] #14 9.768 Get:155 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-touch-perl all 0.12-1 [9024 B] #14 9.773 Get:156 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-pty-perl amd64 1:1.15-2build2 [35.1 kB] #13 19.62 Selecting previously unselected package libbinutils:armhf. #13 19.62 Preparing to unpack .../030-libbinutils_2.31.1-16_armhf.deb ... #13 19.63 Unpacking libbinutils:armhf (2.31.1-16) ... #13 19.69 Selecting previously unselected package binutils-arm-linux-gnueabihf. #13 19.69 Preparing to unpack .../031-binutils-arm-linux-gnueabihf_2.31.1-16_armhf.deb ... #13 19.70 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16) ... #14 11.81 Get:45 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-cffi-backend arm64 1.15.1-5build1 [80.3 kB] #14 10.56 Get:34 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 iso-codes all 4.12.0-1 [3440 kB] #14 21.66 Get:166 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-pty-perl armhf 1:1.12-1 [31.4 kB] #14 21.83 Get:167 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-run-perl all 20180523.0-2 [89.7 kB] #14 18.29 Get:99 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmpc3 armhf 1.3.1-1 [46.4 kB] #11 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 10.51 Get:111 http://deb.debian.org/debian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [43.9 kB] #13 10.51 Get:112 http://deb.debian.org/debian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [85.1 kB] #13 10.51 Get:113 http://deb.debian.org/debian bullseye/main armhf libassuan0 armhf 2.5.3-7.1 [44.2 kB] #13 10.51 Get:114 http://deb.debian.org/debian bullseye/main armhf gpgconf armhf 2.2.27-2+deb11u2 [532 kB] #13 10.51 Get:115 http://deb.debian.org/debian bullseye/main armhf libksba8 armhf 1.5.0-3+deb11u2 [105 kB] #13 10.52 Get:116 http://deb.debian.org/debian bullseye/main armhf libnpth0 armhf 1.6-3 [17.8 kB] #13 10.52 Get:117 http://deb.debian.org/debian bullseye/main armhf dirmngr armhf 2.2.27-2+deb11u2 [722 kB] #13 10.53 Get:118 http://deb.debian.org/debian bullseye/main armhf gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB] #13 10.59 Get:119 http://deb.debian.org/debian bullseye/main armhf gnupg-utils armhf 2.2.27-2+deb11u2 [835 kB] #13 10.59 Get:120 http://deb.debian.org/debian bullseye/main armhf gpg armhf 2.2.27-2+deb11u2 [868 kB] #13 10.61 Get:121 http://deb.debian.org/debian bullseye/main armhf pinentry-curses armhf 1.1.0-4 [60.6 kB] #13 10.63 Get:122 http://deb.debian.org/debian bullseye/main armhf gpg-agent armhf 2.2.27-2+deb11u2 [630 kB] #13 10.66 Get:123 http://deb.debian.org/debian bullseye/main armhf gpg-wks-client armhf 2.2.27-2+deb11u2 [509 kB] #13 10.66 Get:124 http://deb.debian.org/debian bullseye/main armhf gpg-wks-server armhf 2.2.27-2+deb11u2 [503 kB] #13 10.67 Get:125 http://deb.debian.org/debian bullseye/main armhf gpgsm armhf 2.2.27-2+deb11u2 [617 kB] #13 10.69 Get:126 http://deb.debian.org/debian bullseye/main armhf gnupg all 2.2.27-2+deb11u2 [825 kB] #13 10.74 Get:127 http://deb.debian.org/debian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B] #13 10.74 Get:128 http://deb.debian.org/debian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB] #13 10.74 Get:129 http://deb.debian.org/debian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB] #13 10.74 Get:130 http://deb.debian.org/debian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B] #13 10.74 Get:131 http://deb.debian.org/debian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.2 kB] #13 10.74 Get:132 http://deb.debian.org/debian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB] #13 10.74 Get:133 http://deb.debian.org/debian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB] #13 10.74 Get:134 http://deb.debian.org/debian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b3 [11.0 kB] #13 10.75 Get:135 http://deb.debian.org/debian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB] #13 10.75 Get:136 http://deb.debian.org/debian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB] #13 10.75 Get:137 http://deb.debian.org/debian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.5 kB] #13 10.77 Get:138 http://deb.debian.org/debian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB] #13 10.77 Get:139 http://deb.debian.org/debian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB] #13 10.77 Get:140 http://deb.debian.org/debian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB] #13 10.77 Get:141 http://deb.debian.org/debian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB] #13 10.77 Get:142 http://deb.debian.org/debian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB] #13 10.77 Get:143 http://deb.debian.org/debian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB] #13 10.77 Get:144 http://deb.debian.org/debian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB] #13 10.77 Get:145 http://deb.debian.org/debian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB] #13 10.77 Get:146 http://deb.debian.org/debian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB] #13 10.77 Get:147 http://deb.debian.org/debian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB] #13 10.77 Get:148 http://deb.debian.org/debian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB] #13 10.77 Get:149 http://deb.debian.org/debian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB] #13 10.77 Get:150 http://deb.debian.org/debian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB] #13 10.77 Get:151 http://deb.debian.org/debian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB] #13 10.78 Get:152 http://deb.debian.org/debian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB] #13 10.78 Get:153 http://deb.debian.org/debian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB] #13 10.78 Get:154 http://deb.debian.org/debian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB] #13 10.78 Get:155 http://deb.debian.org/debian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB] #13 10.78 Get:156 http://deb.debian.org/debian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB] #13 10.78 Get:157 http://deb.debian.org/debian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B] #13 10.78 Get:158 http://deb.debian.org/debian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [303 kB] #13 10.78 Get:159 http://deb.debian.org/debian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB] #13 10.78 Get:160 http://deb.debian.org/debian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB] #13 10.78 Get:161 http://deb.debian.org/debian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB] #13 10.78 Get:162 http://deb.debian.org/debian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB] #13 10.78 Get:163 http://deb.debian.org/debian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB] #13 10.78 Get:164 http://deb.debian.org/debian bullseye/main armhf libwww-perl all 6.52-1 [192 kB] #13 10.79 Get:165 http://deb.debian.org/debian bullseye/main armhf patchutils armhf 0.4.2-1 [72.5 kB] #13 10.79 Get:166 http://deb.debian.org/debian bullseye/main armhf wdiff armhf 1.2.2-2+b1 [121 kB] #13 10.79 Get:167 http://deb.debian.org/debian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB] #13 10.81 Get:168 http://deb.debian.org/debian bullseye/main armhf diffstat armhf 1.64-1 [34.6 kB] #13 10.81 Get:169 http://deb.debian.org/debian bullseye/main armhf distro-info-data all 0.51+deb11u4 [8048 B] #13 10.81 Get:170 http://deb.debian.org/debian bullseye/main armhf python3-pkg-resources all 52.0.0-4 [190 kB] #13 10.81 Get:171 http://deb.debian.org/debian bullseye/main armhf python3-chardet all 4.0.0-1 [99.0 kB] #13 10.81 Get:172 http://deb.debian.org/debian bullseye/main armhf python3-six all 1.16.0-2 [17.5 kB] #13 10.81 Get:173 http://deb.debian.org/debian bullseye/main armhf python3-debian all 0.1.39 [80.1 kB] #13 10.81 Get:174 http://deb.debian.org/debian bullseye/main armhf libgpgme11 armhf 1.14.0-1+b2 [263 kB] #13 10.83 Get:175 http://deb.debian.org/debian bullseye/main armhf python3-gpg armhf 1.14.0-1+b2 [316 kB] #13 10.84 Get:176 http://deb.debian.org/debian bullseye/main armhf dput all 1.1.0 [56.5 kB] #13 10.86 Get:177 http://deb.debian.org/debian bullseye/main armhf equivs all 2.3.1 [22.7 kB] #13 10.86 Get:178 http://deb.debian.org/debian bullseye/main armhf fonts-dejavu-core all 2.37-2 [1069 kB] #13 10.87 Get:179 http://deb.debian.org/debian bullseye/main armhf fontconfig-config all 2.13.1-4.2 [281 kB] #13 10.87 Get:180 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u11 [311 kB] #13 10.92 Get:181 http://deb.debian.org/debian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB] #13 10.92 Get:182 http://deb.debian.org/debian bullseye/main armhf git-man all 1:2.30.2-1+deb11u2 [1828 kB] #13 10.95 Get:183 http://deb.debian.org/debian bullseye/main armhf git armhf 1:2.30.2-1+deb11u2 [5109 kB] #13 11.10 Get:184 http://deb.debian.org/debian bullseye/main armhf iso-codes all 4.6.0-1 [2824 kB] #13 11.18 Get:185 http://deb.debian.org/debian bullseye/main armhf libalgorithm-diff-perl all 1.201-1 [43.3 kB] #13 11.18 Get:186 http://deb.debian.org/debian bullseye/main armhf libalgorithm-diff-xs-perl armhf 0.04-6+b1 [11.5 kB] #13 11.18 Get:187 http://deb.debian.org/debian bullseye/main armhf libalgorithm-merge-perl all 0.08-3 [12.7 kB] #13 11.18 Get:188 http://deb.debian.org/debian bullseye/main armhf libaliased-perl all 0.34-1.1 [14.1 kB] #13 11.18 Get:189 http://deb.debian.org/debian bullseye/main armhf libapt-pkg-perl armhf 0.1.39 [66.9 kB] #13 11.18 Get:190 http://deb.debian.org/debian bullseye/main armhf libarchive-cpio-perl all 0.10-1.1 [10.6 kB] #13 11.18 Get:191 http://deb.debian.org/debian bullseye/main armhf libarchive13 armhf 3.4.3-2+deb11u1 [303 kB] #13 11.18 Get:192 http://deb.debian.org/debian bullseye/main armhf libarray-intspan-perl all 2.004-1 [25.5 kB] #13 11.19 Get:193 http://deb.debian.org/debian bullseye/main armhf libauthen-sasl-perl all 2.1600-1.1 [45.4 kB] #13 11.19 Get:194 http://deb.debian.org/debian bullseye/main armhf libmodule-implementation-perl all 0.09-1.1 [12.4 kB] #13 11.19 Get:195 http://deb.debian.org/debian bullseye/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B] #13 11.19 Get:196 http://deb.debian.org/debian bullseye/main armhf libvariable-magic-perl armhf 0.62-1+b3 [43.0 kB] #13 11.19 Get:197 http://deb.debian.org/debian bullseye/main armhf libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB] #13 11.19 Get:198 http://deb.debian.org/debian bullseye/main armhf libpng16-16 armhf 1.6.37-3 [277 kB] #13 11.19 Get:199 http://deb.debian.org/debian bullseye/main armhf libfreetype6 armhf 2.10.4+dfsg-1+deb11u1 [357 kB] #13 11.19 Get:200 http://deb.debian.org/debian bullseye/main armhf libfontconfig1 armhf 2.13.1-4.2 [329 kB] #13 11.22 Get:201 http://deb.debian.org/debian bullseye/main armhf libjpeg62-turbo armhf 1:2.0.6-4 [123 kB] #13 11.22 Get:202 http://deb.debian.org/debian bullseye/main armhf libdeflate0 armhf 1.7-1 [43.1 kB] #13 11.24 Get:203 http://deb.debian.org/debian bullseye/main armhf libjbig0 armhf 2.1-3.1+b2 [28.4 kB] #13 11.24 Get:204 http://deb.debian.org/debian bullseye/main armhf libwebp6 armhf 0.6.1-2.1+deb11u2 [226 kB] #13 11.24 Get:205 http://deb.debian.org/debian-security bullseye-security/main armhf libtiff5 armhf 4.2.0-1+deb11u5 [272 kB] #13 11.24 Get:206 http://deb.debian.org/debian bullseye/main armhf libxau6 armhf 1:1.0.9-1 [19.0 kB] #13 11.25 Get:207 http://deb.debian.org/debian bullseye/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB] #13 11.25 Get:208 http://deb.debian.org/debian bullseye/main armhf libxcb1 armhf 1.14-3 [136 kB] #13 11.25 Get:209 http://deb.debian.org/debian-security bullseye-security/main armhf libx11-data all 2:1.7.2-1+deb11u2 [311 kB] #13 11.25 Get:210 http://deb.debian.org/debian-security bullseye-security/main armhf libx11-6 armhf 2:1.7.2-1+deb11u2 [713 kB] #13 11.27 Get:211 http://deb.debian.org/debian-security bullseye-security/main armhf libxpm4 armhf 1:3.5.12-1.1+deb11u1 [44.5 kB] #13 11.27 Get:212 http://deb.debian.org/debian bullseye/main armhf libgd3 armhf 2.3.0-2 [119 kB] #13 11.28 Get:213 http://deb.debian.org/debian-security bullseye-security/main armhf libc-devtools armhf 2.31-13+deb11u7 [247 kB] #13 11.29 Get:214 http://deb.debian.org/debian bullseye/main armhf libcapture-tiny-perl all 0.48-1 [26.0 kB] #13 11.29 Get:215 http://deb.debian.org/debian bullseye/main armhf libclass-data-inheritable-perl all 0.08-3 [8588 B] #13 11.29 Get:216 http://deb.debian.org/debian bullseye/main armhf libclass-inspector-perl all 1.36-1 [19.6 kB] #13 11.29 Get:217 http://deb.debian.org/debian bullseye/main armhf libclass-xsaccessor-perl armhf 1.19-3+b7 [37.3 kB] #13 11.29 Get:218 http://deb.debian.org/debian bullseye/main armhf libclone-perl armhf 0.45-1+b1 [14.8 kB] #13 11.29 Get:219 http://deb.debian.org/debian bullseye/main armhf libcommon-sense-perl armhf 3.75-1+b4 [24.6 kB] #13 11.29 Get:220 http://deb.debian.org/debian bullseye/main armhf libconfig-tiny-perl all 2.26-1 [16.5 kB] #13 11.30 Get:221 http://deb.debian.org/debian bullseye/main armhf libparams-util-perl armhf 1.102-1+b1 [24.6 kB] #13 11.30 Get:222 http://deb.debian.org/debian bullseye/main armhf libsub-install-perl all 0.928-1.1 [10.8 kB] #13 11.30 Get:223 http://deb.debian.org/debian bullseye/main armhf libdata-optlist-perl all 0.110-1.1 [10.8 kB] #13 11.30 Get:224 http://deb.debian.org/debian bullseye/main armhf libsub-exporter-perl all 0.987-1 [47.2 kB] #13 11.30 Get:225 http://deb.debian.org/debian bullseye/main armhf libconst-fast-perl all 0.014-1.1 [8552 B] #13 11.30 Get:226 http://deb.debian.org/debian bullseye/main armhf libwant-perl armhf 0.29-1+b6 [27.4 kB] #13 11.30 Get:227 http://deb.debian.org/debian bullseye/main armhf libcontextual-return-perl all 0.004014-2 [56.6 kB] #13 11.30 Get:228 http://deb.debian.org/debian bullseye/main armhf libconvert-binhex-perl all 1.125-1 [30.5 kB] #13 11.30 Get:229 http://deb.debian.org/debian bullseye/main armhf libcpanel-json-xs-perl armhf 4.25-1+b1 [127 kB] #13 11.30 Get:230 http://deb.debian.org/debian bullseye/main armhf libdevel-stacktrace-perl all 2.0400-1 [28.6 kB] #13 11.30 Get:231 http://deb.debian.org/debian bullseye/main armhf libexception-class-perl all 1.44-1 [32.3 kB] #13 11.31 Get:232 http://deb.debian.org/debian bullseye/main armhf libiterator-perl all 0.03+ds1-1.1 [18.4 kB] #13 11.31 Get:233 http://deb.debian.org/debian bullseye/main armhf libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB] #13 11.35 Get:234 http://deb.debian.org/debian bullseye/main armhf libexporter-tiny-perl all 1.002002-1 [37.8 kB] #13 11.35 Get:235 http://deb.debian.org/debian bullseye/main armhf liblist-moreutils-xs-perl armhf 0.430-2 [35.5 kB] #13 11.35 Get:236 http://deb.debian.org/debian bullseye/main armhf liblist-moreutils-perl all 0.430-2 [46.9 kB] #13 11.35 Get:237 http://deb.debian.org/debian bullseye/main armhf libdata-dpath-perl all 0.58-1 [43.5 kB] #13 11.36 Get:238 http://deb.debian.org/debian bullseye/main armhf libdata-dump-perl all 1.23-1.1 [27.6 kB] #13 11.36 Get:239 http://deb.debian.org/debian bullseye/main armhf libdata-messagepack-perl armhf 1.00-4+b1 [36.5 kB] #13 11.36 Get:240 http://deb.debian.org/debian bullseye/main armhf libnet-domain-tld-perl all 1.75-1.1 [33.5 kB] #13 11.36 Get:241 http://deb.debian.org/debian bullseye/main armhf libdata-validate-domain-perl all 0.10-1.1 [11.1 kB] #13 11.36 Get:242 http://deb.debian.org/debian bullseye/main armhf libdevel-size-perl armhf 0.83-1+b2 [25.4 kB] #13 11.36 Get:243 http://deb.debian.org/debian bullseye/main armhf libdistro-info-perl all 1.0 [7480 B] #13 11.36 Get:244 http://deb.debian.org/debian bullseye/main armhf libemail-address-xs-perl armhf 1.04-1+b3 [25.4 kB] #13 11.36 Get:245 http://deb.debian.org/debian bullseye/main armhf libfcgi0ldbl armhf 2.4.2-2 [22.0 kB] #13 11.36 Get:246 http://deb.debian.org/debian bullseye/main armhf libfcgi-bin armhf 2.4.2-2 [12.0 kB] #13 11.36 Get:247 http://deb.debian.org/debian bullseye/main armhf libfcgi-perl armhf 0.79+ds-2 [26.3 kB] #13 11.36 Get:248 http://deb.debian.org/debian bullseye/main armhf libipc-system-simple-perl all 1.30-1 [28.2 kB] #13 11.37 Get:249 http://deb.debian.org/debian bullseye/main armhf libfile-basedir-perl all 0.08-1 [17.7 kB] #13 11.37 Get:250 http://deb.debian.org/debian bullseye/main armhf libfile-chdir-perl all 0.1008-1.1 [12.2 kB] #13 11.37 Get:251 http://deb.debian.org/debian bullseye/main armhf libfile-fcntllock-perl armhf 0.22-3+b7 [35.1 kB] #13 11.37 Get:252 http://deb.debian.org/debian bullseye/main armhf libnumber-compare-perl all 0.03-1.1 [6956 B] #13 11.37 Get:253 http://deb.debian.org/debian bullseye/main armhf libtext-glob-perl all 0.11-1 [8888 B] #13 11.37 Get:254 http://deb.debian.org/debian bullseye/main armhf libfile-find-rule-perl all 0.34-1 [30.6 kB] #13 11.37 Get:255 http://deb.debian.org/debian bullseye/main armhf libfont-afm-perl all 1.20-3 [14.0 kB] #13 11.37 Get:256 http://deb.debian.org/debian bullseye/main armhf libio-string-perl all 1.08-3.1 [11.8 kB] #13 11.39 Get:257 http://deb.debian.org/debian bullseye/main armhf libfont-ttf-perl all 1.06-1.1 [318 kB] #13 11.42 Get:258 http://deb.debian.org/debian bullseye/main armhf libio-stringy-perl all 2.111-3 [56.5 kB] #13 11.42 Get:259 http://deb.debian.org/debian bullseye/main armhf libparams-validate-perl armhf 1.30-1+b1 [65.6 kB] #13 11.42 Get:260 http://deb.debian.org/debian bullseye/main armhf libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB] #13 11.42 Get:261 http://deb.debian.org/debian bullseye/main armhf libsort-versions-perl all 1.62-1 [11.0 kB] #13 11.43 Get:262 http://deb.debian.org/debian bullseye/main armhf libgit-wrapper-perl all 0.048-1 [34.7 kB] #13 11.43 Get:263 http://deb.debian.org/debian bullseye/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B] #13 11.43 Get:264 http://deb.debian.org/debian bullseye/main armhf libio-prompter-perl all 0.004015-1 [60.4 kB] #13 11.43 Get:265 http://deb.debian.org/debian bullseye/main armhf libjson-perl all 4.03000-1 [88.6 kB] #13 11.43 Get:266 http://deb.debian.org/debian bullseye/main armhf liblog-any-perl all 1.709-1 [73.5 kB] #13 11.43 Get:267 http://deb.debian.org/debian bullseye/main armhf liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB] #13 11.43 Get:268 http://deb.debian.org/debian bullseye/main armhf libpackage-stash-perl all 0.39-1 [21.9 kB] #13 11.43 Get:269 http://deb.debian.org/debian bullseye/main armhf libsub-identify-perl armhf 0.14-1+b3 [11.6 kB] #13 11.43 Get:270 http://deb.debian.org/debian bullseye/main armhf libsub-name-perl armhf 0.26-1+b1 [13.2 kB] #13 11.43 Get:271 http://deb.debian.org/debian bullseye/main armhf libnamespace-clean-perl all 0.27-1 [17.3 kB] #13 11.43 Get:272 http://deb.debian.org/debian bullseye/main armhf libpath-tiny-perl all 0.118-1 [53.5 kB] #13 11.43 Get:273 http://deb.debian.org/debian bullseye/main armhf libtype-tiny-perl all 1.012001-2 [351 kB] #13 11.43 Get:274 http://deb.debian.org/debian bullseye/main armhf libgitlab-api-v4-perl all 0.26-1 [87.9 kB] #13 11.43 Get:275 http://deb.debian.org/debian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1206 kB] #13 11.45 Get:276 http://deb.debian.org/debian bullseye/main armhf libglib2.0-data all 2.66.8-1 [1164 kB] #13 11.53 Get:277 http://deb.debian.org/debian bullseye/main armhf libgpm2 armhf 1.20.7-8 [34.8 kB] #13 11.55 Get:278 http://deb.debian.org/debian bullseye/main armhf libhash-fieldhash-perl armhf 0.15-1+b3 [17.0 kB] #13 11.55 Get:279 http://deb.debian.org/debian bullseye/main armhf libhtml-form-perl all 6.07-1 [22.9 kB] #13 11.55 Get:280 http://deb.debian.org/debian bullseye/main armhf libhtml-format-perl all 2.12-1.1 [43.8 kB] #13 11.55 Get:281 http://deb.debian.org/debian bullseye/main armhf libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB] #13 11.55 Get:282 http://deb.debian.org/debian bullseye/main armhf libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB] #13 11.55 Get:283 http://deb.debian.org/debian bullseye/main armhf libio-sessiondata-perl all 1.03-1.1 [5984 B] #13 11.55 Get:284 http://deb.debian.org/debian bullseye/main armhf libipc-run3-perl all 0.048-2 [34.2 kB] #13 11.55 Get:285 http://deb.debian.org/debian bullseye/main armhf libtypes-serialiser-perl all 1.01-1 [12.2 kB] #13 11.55 Get:286 http://deb.debian.org/debian bullseye/main armhf libjson-xs-perl armhf 4.030-1+b1 [93.0 kB] #13 11.55 Get:287 http://deb.debian.org/debian bullseye/main armhf libjson-maybexs-perl all 1.004003-1 [13.1 kB] #13 11.55 Get:288 http://deb.debian.org/debian bullseye/main armhf libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB] #13 11.55 Get:289 http://deb.debian.org/debian bullseye/main armhf liblist-compare-perl all 0.55-1 [66.9 kB] #13 11.55 Get:290 http://deb.debian.org/debian bullseye/main armhf liblist-someutils-perl all 0.58-1 [36.5 kB] #13 11.56 Get:291 http://deb.debian.org/debian bullseye/main armhf liblist-someutils-xs-perl armhf 0.58-2+b1 [30.0 kB] #13 11.56 Get:292 http://deb.debian.org/debian bullseye/main armhf liblist-utilsby-perl all 0.11-1 [15.4 kB] #13 11.57 Get:293 http://deb.debian.org/debian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB] #13 11.57 Get:294 http://deb.debian.org/debian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB] #13 11.57 Get:295 http://deb.debian.org/debian bullseye/main armhf liblzo2-2 armhf 2.10-2 [50.7 kB] #13 11.57 Get:296 http://deb.debian.org/debian bullseye/main armhf libsys-hostname-long-perl all 1.5-2 [11.8 kB] #13 11.57 Get:297 http://deb.debian.org/debian bullseye/main armhf libmail-sendmail-perl all 0.80-1.1 [25.5 kB] #13 11.57 Get:298 http://deb.debian.org/debian bullseye/main armhf libnet-smtp-ssl-perl all 1.04-1 [6184 B] #13 11.58 Get:299 http://deb.debian.org/debian bullseye/main armhf libmailtools-perl all 2.21-1 [95.5 kB] #13 11.58 Get:300 http://deb.debian.org/debian bullseye/main armhf libmarkdown2 armhf 2.2.6-1 [30.0 kB] #13 11.58 Get:301 http://deb.debian.org/debian bullseye/main armhf libmime-tools-perl all 5.509-1 [212 kB] #13 11.58 Get:302 http://deb.debian.org/debian bullseye/main armhf libmoox-aliases-perl all 0.001006-1.1 [10.8 kB] #13 11.58 Get:303 http://deb.debian.org/debian bullseye/main armhf libnamespace-autoclean-perl all 0.29-1 [15.0 kB] #13 11.59 Get:304 http://deb.debian.org/debian bullseye/main armhf libobject-id-perl all 0.1.2-2.1 [16.7 kB] #13 11.59 Get:305 http://deb.debian.org/debian bullseye/main armhf libmoox-struct-perl all 0.020-1 [25.4 kB] #13 11.59 Get:306 http://deb.debian.org/debian bullseye/main armhf libmouse-perl armhf 2.5.10-1+b1 [168 kB] #13 11.59 Get:307 http://deb.debian.org/debian bullseye/main armhf libnumber-range-perl all 0.12-1.1 [8688 B] #13 11.60 Get:308 http://deb.debian.org/debian bullseye/main armhf libossp-uuid16 armhf 1.6.2-1.5+b9 [35.8 kB] #13 11.60 Get:309 http://deb.debian.org/debian bullseye/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b9 [27.8 kB] #13 11.60 Get:310 http://deb.debian.org/debian bullseye/main armhf libpackage-stash-xs-perl armhf 0.29-1+b2 [18.6 kB] #13 11.60 Get:311 http://deb.debian.org/debian bullseye/main armhf libpath-iterator-rule-perl all 1.014-1 [54.0 kB] #13 11.60 Get:312 http://deb.debian.org/debian bullseye/main armhf libperlio-gzip-perl armhf 0.19-1+b7 [16.3 kB] #13 11.61 Get:313 http://deb.debian.org/debian bullseye/main armhf libpod-parser-perl all 1.63-2 [96.1 kB] #13 11.61 Get:314 http://deb.debian.org/debian bullseye/main armhf libpod-constants-perl all 0.19-2 [17.3 kB] #13 11.61 Get:315 http://deb.debian.org/debian bullseye/main armhf libproc-processtable-perl armhf 0.59-2+b1 [45.8 kB] #13 11.61 Get:316 http://deb.debian.org/debian bullseye/main armhf libre2-9 armhf 20210201+dfsg-1 [141 kB] #13 11.62 Get:317 http://deb.debian.org/debian bullseye/main armhf libre-engine-re2-perl armhf 0.14-1 [17.3 kB] #13 11.62 Get:318 http://deb.debian.org/debian bullseye/main armhf libreadonly-perl all 2.050-3 [23.1 kB] #13 11.62 Get:319 http://deb.debian.org/debian bullseye/main armhf libref-util-perl all 0.204-1 [17.1 kB] #13 11.62 Get:320 http://deb.debian.org/debian bullseye/main armhf libref-util-xs-perl armhf 0.117-1+b3 [12.8 kB] #13 11.62 Get:321 http://deb.debian.org/debian bullseye/main armhf libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB] #13 11.62 Get:322 http://deb.debian.org/debian bullseye/main armhf libregexp-pattern-perl all 0.2.14-1 [18.8 kB] #13 11.62 Get:323 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules armhf 2.1.27+dfsg-2.1+deb11u1 [96.8 kB] #13 11.62 Get:324 http://deb.debian.org/debian bullseye/main armhf libsereal-decoder-perl armhf 4.018+ds-1+b1 [92.7 kB] #13 11.62 Get:325 http://deb.debian.org/debian bullseye/main armhf libsereal-encoder-perl armhf 4.018+ds-1+b1 [96.5 kB] #13 11.63 Get:326 http://deb.debian.org/debian bullseye/main armhf libtask-weaken-perl all 1.06-1 [9252 B] #13 11.63 Get:327 http://deb.debian.org/debian bullseye/main armhf libxml-parser-perl armhf 2.46-2 [203 kB] #13 11.63 Get:328 http://deb.debian.org/debian bullseye/main armhf libsoap-lite-perl all 1.27-1 [258 kB] #13 11.63 Get:329 http://deb.debian.org/debian bullseye/main armhf libsort-key-perl armhf 1.33-2+b3 [35.7 kB] #13 11.64 Get:330 http://deb.debian.org/debian bullseye/main armhf libstring-copyright-perl all 0.003006-1 [11.6 kB] #13 11.65 Get:331 http://deb.debian.org/debian bullseye/main armhf libstring-escape-perl all 2010.002-2 [19.1 kB] #13 11.65 Get:332 http://deb.debian.org/debian bullseye/main armhf libstring-shellquote-perl all 1.04-1 [12.6 kB] #13 11.65 Get:333 http://deb.debian.org/debian bullseye/main armhf libsys-cpuaffinity-perl armhf 1.13~03-1 [33.1 kB] #13 11.65 Get:334 http://deb.debian.org/debian bullseye/main armhf libterm-readkey-perl armhf 2.38-1+b2 [26.6 kB] #13 11.65 Get:335 http://deb.debian.org/debian bullseye/main armhf libtext-levenshteinxs-perl armhf 0.03-4+b8 [8176 B] #13 11.66 Get:336 http://deb.debian.org/debian bullseye/main armhf libtext-markdown-discount-perl armhf 0.12-1+b1 [12.6 kB] #13 11.66 Get:337 http://deb.debian.org/debian bullseye/main armhf libtext-xslate-perl armhf 3.5.8-1+b1 [193 kB] #13 11.67 Get:338 http://deb.debian.org/debian bullseye/main armhf libtime-duration-perl all 1.21-1 [13.7 kB] #13 11.67 Get:339 http://deb.debian.org/debian bullseye/main armhf libtime-moment-perl armhf 0.44-1+b3 [74.3 kB] #13 11.67 Get:340 http://deb.debian.org/debian bullseye/main armhf libtype-tiny-xs-perl armhf 0.022-1 [23.4 kB] #13 11.67 Get:341 http://deb.debian.org/debian bullseye/main armhf libunicode-utf8-perl armhf 0.62-1+b2 [19.3 kB] #13 11.67 Get:342 http://deb.debian.org/debian bullseye/main armhf libxdelta2 armhf 1.1.3-9.3 [40.4 kB] #13 11.68 Get:343 http://deb.debian.org/debian bullseye/main armhf libxext6 armhf 2:1.3.3-1.1 [47.8 kB] #13 11.68 Get:344 http://deb.debian.org/debian bullseye/main armhf libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] #13 11.68 Get:345 http://deb.debian.org/debian bullseye/main armhf libxml-sax-base-perl all 1.09-1.1 [20.7 kB] #13 11.68 Get:346 http://deb.debian.org/debian bullseye/main armhf libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] #13 11.68 Get:347 http://deb.debian.org/debian bullseye/main armhf libxml-libxml-perl armhf 2.0134+dfsg-2+b1 [321 kB] #13 11.69 Get:348 http://deb.debian.org/debian bullseye/main armhf libxml-sax-expat-perl all 0.51-1 [12.0 kB] #13 11.69 Get:349 http://deb.debian.org/debian bullseye/main armhf libxmlrpc-lite-perl all 0.717-4 [22.6 kB] #13 11.69 Get:350 http://deb.debian.org/debian bullseye/main armhf libxmuu1 armhf 2:1.1.2-2+b3 [23.3 kB] #13 11.69 Get:351 http://deb.debian.org/debian bullseye/main armhf libyaml-0-2 armhf 0.2.2-1 [42.0 kB] #13 11.70 Get:352 http://deb.debian.org/debian bullseye/main armhf libyaml-libyaml-perl armhf 0.82+repack-1+b1 [33.4 kB] #13 11.70 Get:353 http://deb.debian.org/debian bullseye/main armhf licensecheck all 3.1.1-2 [50.0 kB] #13 11.70 Get:354 http://deb.debian.org/debian bullseye/main armhf lzip armhf 1.22-3 [82.4 kB] #13 11.70 Get:355 http://deb.debian.org/debian bullseye/main armhf lzop armhf 1.04-2 [82.2 kB] #13 11.70 Get:356 http://deb.debian.org/debian bullseye/main armhf t1utils armhf 1.41-4 [54.7 kB] #13 11.72 Get:357 http://deb.debian.org/debian bullseye/main armhf unzip armhf 6.0-26+deb11u1 [157 kB] #13 11.72 Get:358 http://deb.debian.org/debian bullseye/main armhf lintian all 2.104.0 [1265 kB] #13 11.74 Get:359 http://deb.debian.org/debian bullseye/main armhf lsb-release all 11.1.0 [27.9 kB] #13 11.74 Get:360 http://deb.debian.org/debian bullseye/main armhf manpages-dev all 5.10-1 [2309 kB] #13 11.85 Get:361 http://deb.debian.org/debian bullseye/main armhf pbzip2 armhf 1.1.13-1 [44.1 kB] #13 11.86 Get:362 http://deb.debian.org/debian bullseye/main armhf pixz armhf 1.0.7-1 [19.3 kB] #13 11.86 Get:363 http://deb.debian.org/debian bullseye/main armhf xdelta armhf 1.1.3-9.3 [24.3 kB] #13 11.87 Get:364 http://deb.debian.org/debian bullseye/main armhf xdelta3 armhf 3.0.11-dfsg-1+b1 [67.2 kB] #13 11.87 Get:365 http://deb.debian.org/debian bullseye/main armhf pristine-tar armhf 1.49 [111 kB] #13 11.89 Get:366 http://deb.debian.org/debian bullseye/main armhf publicsuffix all 20220811.1734-0+deb11u1 [127 kB] #13 11.89 Get:367 http://deb.debian.org/debian bullseye/main armhf python-apt-common all 2.2.1 [96.5 kB] #13 11.89 Get:368 http://deb.debian.org/debian bullseye/main armhf python3-apt armhf 2.2.1 [176 kB] #13 11.94 Get:369 http://deb.debian.org/debian bullseye/main armhf python3-certifi all 2020.6.20-1 [151 kB] #13 11.95 Get:370 http://deb.debian.org/debian bullseye/main armhf python3-idna all 2.10-1 [37.4 kB] #13 11.96 Get:371 http://deb.debian.org/debian bullseye/main armhf python3-magic all 2:0.4.20-3 [13.4 kB] #13 11.96 Get:372 http://deb.debian.org/debian bullseye/main armhf python3-urllib3 all 1.26.5-1~exp1 [114 kB] #13 11.96 Get:373 http://deb.debian.org/debian bullseye/main armhf python3-requests all 2.25.1+dfsg-2 [69.3 kB] #13 11.96 Get:374 http://deb.debian.org/debian bullseye/main armhf python3-unidiff all 0.5.5-2 [9604 B] #13 11.96 Get:375 http://deb.debian.org/debian bullseye/main armhf python3-xdg all 0.27-2 [41.8 kB] #13 11.96 Get:376 http://deb.debian.org/debian bullseye/main armhf shared-mime-info armhf 2.0-1 [699 kB] #13 11.96 Get:377 http://deb.debian.org/debian bullseye/main armhf strace armhf 5.10-1 [973 kB] #13 11.97 Get:378 http://deb.debian.org/debian bullseye/main armhf xauth armhf 1:1.1-1 [37.7 kB] #13 12.02 Get:379 http://deb.debian.org/debian bullseye/main armhf xdg-user-dirs armhf 0.17-2 [52.4 kB] #13 12.49 debconf: delaying package configuration, since apt-utils is not installed #13 12.53 Fetched 158 MB in 5s (29.4 MB/s) #13 12.76 Selecting previously unselected package bsdextrautils. #13 12.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6657 files and directories currently installed.) #13 12.76 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_armhf.deb ... #13 12.77 Unpacking bsdextrautils (2.36.1-8+deb11u1) ... #13 12.84 Selecting previously unselected package libuchardet0:armhf. #13 12.84 Preparing to unpack .../01-libuchardet0_0.0.7-1_armhf.deb ... #13 12.86 Unpacking libuchardet0:armhf (0.0.7-1) ... #13 13.02 Selecting previously unselected package groff-base. #13 13.02 Preparing to unpack .../02-groff-base_1.22.4-6_armhf.deb ... #13 13.09 Unpacking groff-base (1.22.4-6) ... #13 13.65 Selecting previously unselected package libgdbm6:armhf. #13 13.65 Preparing to unpack .../03-libgdbm6_1.19-2_armhf.deb ... #13 13.71 Unpacking libgdbm6:armhf (1.19-2) ... #13 13.93 Selecting previously unselected package libpipeline1:armhf. #13 13.93 Preparing to unpack .../04-libpipeline1_1.5.3-1_armhf.deb ... #13 13.94 Unpacking libpipeline1:armhf (1.5.3-1) ... #13 14.45 Selecting previously unselected package man-db. #13 14.45 Preparing to unpack .../05-man-db_2.9.4-2_armhf.deb ... #13 14.47 Unpacking man-db (2.9.4-2) ... #13 14.92 Selecting previously unselected package perl-modules-5.32. #13 14.92 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ... #13 14.93 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ... #13 15.87 Selecting previously unselected package libgdbm-compat4:armhf. #13 15.87 Preparing to unpack .../07-libgdbm-compat4_1.19-2_armhf.deb ... #13 15.90 Unpacking libgdbm-compat4:armhf (1.19-2) ... #13 16.34 Selecting previously unselected package libperl5.32:armhf. #13 16.34 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_armhf.deb ... #13 16.34 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ... #14 14.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 ... 4351 files and directories currently installed.) #14 14.09 Preparing to unpack .../libc6_2.37-0ubuntu2.2_amd64.deb ... #14 14.19 Unpacking libc6:amd64 (2.37-0ubuntu2.2) over (2.37-0ubuntu2.1) ... #14 22.05 Get:112 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB] #14 22.07 Get:113 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libssh-4 armhf 0.9.6-2ubuntu0.22.04.3 [164 kB] #14 22.14 Get:114 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl4 armhf 7.81.0-1ubuntu1.15 [252 kB] #14 22.20 Get:115 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf curl armhf 7.81.0-1ubuntu1.15 [188 kB] #14 22.23 Get:116 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dctrl-tools armhf 2.24-3build2 [57.2 kB] #14 22.24 Get:117 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdebhelper-perl all 13.6ubuntu1 [67.2 kB] #13 21.69 Preparing to unpack .../045-libmpfr6_4.2.0-1_armhf.deb ... #13 21.69 Unpacking libmpfr6:armhf (4.2.0-1) ... #13 21.77 Selecting previously unselected package libmpc3:armhf. #13 21.77 Preparing to unpack .../046-libmpc3_1.3.1-1_armhf.deb ... #13 21.77 Unpacking libmpc3:armhf (1.3.1-1) ... #13 21.82 Selecting previously unselected package cpp-12. #14 11.67 Setting up libssl3:amd64 (3.0.10-1ubuntu2.1) ... #13 17.36 Selecting previously unselected package libxml2:amd64. #13 17.36 Preparing to unpack .../015-libxml2_2.9.4+dfsg1-7+deb10u6_amd64.deb ... #13 17.36 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u6) ... #13 17.45 Selecting previously unselected package manpages. #13 17.45 Preparing to unpack .../016-manpages_4.16-2_all.deb ... #13 17.45 Unpacking manpages (4.16-2) ... #13 17.61 Selecting previously unselected package libedit2:amd64. #14 12.72 Get:50 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 iso-codes all 4.4-1 [2695 kB] #14 16.19 Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB] #13 13.91 Preparing to unpack .../15-python3.11_3.11.2-6_arm64.deb ... #13 13.92 Unpacking python3.11 (3.11.2-6) ... #13 14.09 Selecting previously unselected package libpython3-stdlib:arm64. #13 14.09 Preparing to unpack .../16-libpython3-stdlib_3.11.2-1+b1_arm64.deb ... #13 14.10 Unpacking libpython3-stdlib:arm64 (3.11.2-1+b1) ... #13 14.19 Setting up python3-minimal (3.11.2-1+b1) ... #14 9.426 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iso-codes all 4.9.0-1 [3459 kB] #13 14.53 Preparing to unpack .../006-ca-certificates_20210119_all.deb ... #13 14.54 Unpacking ca-certificates (20210119) ... #13 14.70 Selecting previously unselected package libmagic-mgc. #13 14.70 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3+deb11u1_arm64.deb ... #13 14.72 Unpacking libmagic-mgc (1:5.39-3+deb11u1) ... #13 14.90 Selecting previously unselected package libmagic1:arm64. #13 18.31 Preparing to unpack .../035-libjansson4_2.14-2_amd64.deb ... #13 18.31 Unpacking libjansson4:amd64 (2.14-2) ... #13 18.34 Selecting previously unselected package binutils-x86-64-linux-gnu. #13 18.34 Preparing to unpack .../036-binutils-x86-64-linux-gnu_2.40-2_amd64.deb ... #13 18.34 Unpacking binutils-x86-64-linux-gnu (2.40-2) ... #13 18.57 Selecting previously unselected package binutils. #13 14.96 Preparing to unpack .../3-libncursesw6_6.2+20201114-2+deb11u2_amd64.deb ... #13 15.04 Unpacking libncursesw6:amd64 (6.2+20201114-2+deb11u2) ... #13 12.00 Get:31 http://archive.raspbian.org/raspbian bookworm/main armhf autopoint all 0.21-12 [495 kB] #13 12.07 Get:32 http://archive.raspbian.org/raspbian bookworm/main armhf binutils-common armhf 2.40-2+rpi2 [2470 kB] #13 14.24 Preparing to unpack .../4-libreadline7_7.0-5_arm64.deb ... #13 14.27 Unpacking libreadline7:arm64 (7.0-5) ... #13 14.68 Selecting previously unselected package libsqlite3-0:arm64. #10 ... #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 10.18 Get:2 http://archive.raspberrypi.org/debian buster/main armhf libc6 armhf 2.28-10+rpt2+rpi1+deb10u2 [2351 kB] #13 10.53 Get:3 http://archive.raspbian.org/raspbian buster/main armhf libtinfo5 armhf 6.1+20181013-2+deb10u5 [309 kB] #13 10.69 Get:4 http://archive.raspbian.org/raspbian buster/main armhf bsdmainutils armhf 11.1.2 [182 kB] #13 10.78 Get:5 http://archive.raspbian.org/raspbian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB] #13 10.78 Get:6 http://archive.raspbian.org/raspbian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [782 kB] #13 10.92 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.1 kB] #13 10.92 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.6 kB] #13 10.92 Get:9 http://archive.raspbian.org/raspbian buster/main armhf man-db armhf 2.8.5-2 [1230 kB] #13 11.07 Get:10 http://archive.raspbian.org/raspbian buster/main armhf perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB] #13 11.15 Get:11 http://archive.raspberrypi.org/debian buster/main armhf libc-dev-bin armhf 2.28-10+rpt2+rpi1+deb10u2 [267 kB] #13 11.16 Get:12 http://archive.raspberrypi.org/debian buster/main armhf linux-libc-dev armhf 1:1.20230509~buster-1 [1012 kB] #13 11.20 Get:13 http://archive.raspberrypi.org/debian buster/main armhf libc6-dev armhf 2.28-10+rpt2+rpi1+deb10u2 [2113 kB] #13 11.33 Get:14 http://archive.raspbian.org/raspbian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB] #13 11.35 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libperl5.28 armhf 5.28.1-6+deb10u1 [3193 kB] #13 11.41 Get:16 http://archive.raspberrypi.org/debian buster/main armhf libdebhelper-perl all 13.2~bpo10+1 [188 kB] #13 11.41 Get:17 http://archive.raspberrypi.org/debian buster/main armhf debhelper all 13.2~bpo10+1 [1009 kB] #13 11.54 Get:18 http://archive.raspbian.org/raspbian buster/main armhf perl armhf 5.28.1-6+deb10u1 [204 kB] #13 11.54 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u6 [584 kB] #13 11.56 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [78.8 kB] #13 11.56 Get:21 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u6 [1464 kB] #13 11.70 Get:22 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB] #13 11.70 Get:23 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB] #13 11.71 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB] #13 11.71 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u6 [1666 kB] #13 11.80 Get:26 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u6 [331 kB] #13 11.91 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB] #13 11.91 Get:28 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB] #13 11.91 Get:29 http://archive.raspbian.org/raspbian buster/main armhf sensible-utils all 0.0.12 [15.8 kB] #13 11.91 Get:30 http://archive.raspbian.org/raspbian buster/main armhf bzip2 armhf 1.0.6-9.2~deb10u2 [46.3 kB] #13 11.91 Get:31 http://archive.raspbian.org/raspbian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB] #13 11.94 Get:32 http://archive.raspbian.org/raspbian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB] #13 11.94 Get:33 http://archive.raspbian.org/raspbian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.5 kB] #13 11.94 Get:34 http://archive.raspbian.org/raspbian buster/main armhf gettext-base armhf 0.19.8.1-9 [117 kB] #13 11.99 Get:35 http://archive.raspbian.org/raspbian buster/main armhf xz-utils armhf 5.2.4-1+deb10u1 [179 kB] #13 12.15 Get:36 http://archive.raspbian.org/raspbian buster/main armhf libsigsegv2 armhf 2.12-2 [32.3 kB] #13 12.16 Get:37 http://archive.raspbian.org/raspbian buster/main armhf m4 armhf 1.4.18-2 [185 kB] #13 12.16 Get:38 http://archive.raspbian.org/raspbian buster/main armhf autoconf all 2.69-11 [341 kB] #13 12.17 Get:39 http://archive.raspbian.org/raspbian buster/main armhf autotools-dev all 20180224.1 [77.0 kB] #13 12.18 Get:40 http://archive.raspbian.org/raspbian buster/main armhf automake all 1:1.16.1-4 [771 kB] #13 12.20 Get:41 http://archive.raspbian.org/raspbian buster/main armhf autopoint all 0.19.8.1-9 [434 kB] #13 12.28 Get:42 http://archive.raspbian.org/raspbian buster/main armhf binutils-common armhf 2.31.1-16+rpi2 [2075 kB] #13 12.44 Get:43 http://archive.raspbian.org/raspbian buster/main armhf libbinutils armhf 2.31.1-16+rpi2 [302 kB] #13 12.45 Get:44 http://archive.raspbian.org/raspbian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB] #13 12.46 Get:45 http://archive.raspbian.org/raspbian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16+rpi2 [1814 kB] #13 12.58 Get:46 http://archive.raspbian.org/raspbian buster/main armhf binutils armhf 2.31.1-16+rpi2 [57.0 kB] #13 12.58 Get:47 http://archive.raspbian.org/raspbian buster/main armhf libisl19 armhf 0.20-2 [439 kB] #13 12.59 Get:48 http://archive.raspbian.org/raspbian buster/main armhf libmpfr6 armhf 4.0.2-1 [723 kB] #13 12.67 Get:49 http://archive.raspbian.org/raspbian buster/main armhf libmpc3 armhf 1.1.0-1 [32.1 kB] #13 12.73 Get:50 http://archive.raspbian.org/raspbian buster/main armhf cpp-8 armhf 8.3.0-6+rpi1 [6787 kB] #13 13.21 Get:51 http://archive.raspbian.org/raspbian buster/main armhf cpp armhf 4:8.3.0-1+rpi2 [19.6 kB] #13 13.22 Get:52 http://archive.raspbian.org/raspbian buster/main armhf curl armhf 7.64.0-4+deb10u8 [256 kB] #13 13.22 Get:53 http://archive.raspbian.org/raspbian buster/main armhf libcurl4 armhf 7.64.0-4+deb10u8 [296 kB] #13 13.23 Get:54 http://archive.raspbian.org/raspbian buster/main armhf libcc1-0 armhf 8.3.0-6+rpi1 [37.9 kB] #13 13.24 Get:55 http://archive.raspbian.org/raspbian buster/main armhf libgomp1 armhf 8.3.0-6+rpi1 [64.3 kB] #13 13.24 Get:56 http://archive.raspbian.org/raspbian buster/main armhf libatomic1 armhf 8.3.0-6+rpi1 [8108 B] #13 13.24 Get:57 http://archive.raspbian.org/raspbian buster/main armhf libasan5 armhf 8.3.0-6+rpi1 [317 kB] #13 13.26 Get:58 http://archive.raspbian.org/raspbian buster/main armhf libubsan1 armhf 8.3.0-6+rpi1 [103 kB] #13 13.27 Get:59 http://archive.raspbian.org/raspbian buster/main armhf libgcc-8-dev armhf 8.3.0-6+rpi1 [595 kB] #13 13.52 Get:60 http://archive.raspbian.org/raspbian buster/main armhf gcc-8 armhf 8.3.0-6+rpi1 [7223 kB] #13 14.07 Get:61 http://archive.raspbian.org/raspbian buster/main armhf gcc armhf 4:8.3.0-1+rpi2 [5200 B] #13 14.07 Get:62 http://archive.raspbian.org/raspbian buster/main armhf libtool all 2.4.6-9 [547 kB] #13 14.14 Get:63 http://archive.raspbian.org/raspbian buster/main armhf dh-autoreconf all 19 [16.9 kB] #13 14.14 Get:64 http://archive.raspbian.org/raspbian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB] #13 14.15 Get:65 http://archive.raspbian.org/raspbian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB] #13 14.15 Get:66 http://archive.raspbian.org/raspbian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB] #13 14.16 Get:67 http://archive.raspbian.org/raspbian buster/main armhf libdpkg-perl all 1.19.8 [1415 kB] #13 14.26 Get:68 http://archive.raspbian.org/raspbian buster/main armhf patch armhf 2.7.6-3+deb10u1 [115 kB] #13 14.27 Get:69 http://archive.raspbian.org/raspbian buster/main armhf make armhf 4.2.1-1.2 [321 kB] #13 14.28 Get:70 http://archive.raspbian.org/raspbian buster/main armhf dpkg-dev all 1.19.8 [1776 kB] #13 14.40 Get:71 http://archive.raspbian.org/raspbian buster/main armhf libelf1 armhf 0.176-1.1+deb10u1 [158 kB] #13 14.40 Get:72 http://archive.raspbian.org/raspbian buster/main armhf dwz armhf 0.12-3 [66.0 kB] #13 14.41 Get:73 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u4 [1079 kB] #13 14.53 Get:74 http://archive.raspbian.org/raspbian buster/main armhf libicu63 armhf 63.1-6+deb10u3 [7973 kB] #13 15.24 Get:75 http://archive.raspbian.org/raspbian buster/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u6 [572 kB] #13 15.28 Get:76 http://archive.raspbian.org/raspbian buster/main armhf libcroco3 armhf 0.6.12-3 [132 kB] #13 15.30 Get:77 http://archive.raspbian.org/raspbian buster/main armhf gettext armhf 0.19.8.1-9 [1219 kB] #13 15.33 Get:78 http://archive.raspbian.org/raspbian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB] #13 15.35 Get:79 http://archive.raspbian.org/raspbian buster/main armhf po-debconf all 1.0.21 [248 kB] #13 15.36 Get:80 http://archive.raspbian.org/raspbian buster/main armhf libfakeroot armhf 1.23-1 [43.3 kB] #13 15.37 Get:81 http://archive.raspbian.org/raspbian buster/main armhf fakeroot armhf 1.23-1 [85.2 kB] #13 15.39 Get:82 http://archive.raspbian.org/raspbian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB] #13 15.39 Get:83 http://archive.raspbian.org/raspbian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB] #13 15.39 Get:84 http://archive.raspbian.org/raspbian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b4 [33.0 kB] #13 15.51 Get:85 http://archive.raspbian.org/raspbian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB] #13 15.52 Get:86 http://archive.raspbian.org/raspbian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB] #13 15.52 Get:87 http://archive.raspbian.org/raspbian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B] #13 15.56 Get:88 http://archive.raspbian.org/raspbian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B] #13 15.56 Get:89 http://archive.raspbian.org/raspbian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.1 kB] #13 15.63 Get:90 http://archive.raspbian.org/raspbian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB] #13 15.65 Get:91 http://archive.raspbian.org/raspbian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB] #13 15.65 Get:92 http://archive.raspbian.org/raspbian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.3 kB] #13 15.65 Get:93 http://archive.raspbian.org/raspbian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB] #13 15.65 Get:94 http://archive.raspbian.org/raspbian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB] #13 15.80 Get:95 http://archive.raspbian.org/raspbian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB] #13 15.81 Get:96 http://archive.raspbian.org/raspbian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB] #13 15.83 Get:97 http://archive.raspbian.org/raspbian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB] #13 15.83 Get:98 http://archive.raspbian.org/raspbian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB] #13 15.84 Get:99 http://archive.raspbian.org/raspbian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB] #13 15.89 Get:100 http://archive.raspbian.org/raspbian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB] #13 15.91 Get:101 http://archive.raspbian.org/raspbian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB] #13 15.92 Get:102 http://archive.raspbian.org/raspbian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB] #13 15.92 Get:103 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB] #13 16.03 Get:104 http://archive.raspbian.org/raspbian buster/main armhf liburi-perl all 1.76-1 [89.9 kB] #13 16.03 Get:105 http://archive.raspbian.org/raspbian buster/main armhf libhtml-parser-perl armhf 3.72-3+b2 [101 kB] #13 16.03 Get:106 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB] #13 16.28 Get:107 http://archive.raspbian.org/raspbian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB] #13 16.53 Get:108 http://archive.raspbian.org/raspbian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB] #13 16.56 Get:109 http://archive.raspbian.org/raspbian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB] #13 16.75 Get:110 http://archive.raspbian.org/raspbian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB] #13 16.76 Get:111 http://archive.raspbian.org/raspbian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB] #13 16.77 Get:112 http://archive.raspbian.org/raspbian buster/main armhf perl-openssl-defaults armhf 3 [6782 B] #13 16.77 Get:113 http://archive.raspbian.org/raspbian buster/main armhf libnet-ssleay-perl armhf 1.85-2+deb10u1 [286 kB] #13 16.90 Get:114 http://archive.raspbian.org/raspbian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB] #13 16.98 Get:115 http://archive.raspbian.org/raspbian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB] #13 16.99 Get:116 http://archive.raspbian.org/raspbian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B] #13 17.00 Get:117 http://archive.raspbian.org/raspbian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB] #13 17.00 Get:118 http://archive.raspbian.org/raspbian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB] #13 17.01 Get:119 http://archive.raspbian.org/raspbian buster/main armhf libwww-perl all 6.36-2 [188 kB] #13 17.01 Get:120 http://archive.raspbian.org/raspbian buster/main armhf patchutils armhf 0.3.4-2 [83.1 kB] #13 17.03 Get:121 http://archive.raspbian.org/raspbian buster/main armhf wdiff armhf 1.2.2-2 [120 kB] #13 17.09 Get:122 http://archive.raspbian.org/raspbian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB] #14 9.774 Get:157 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-run-perl all 20200505.0-1 [89.8 kB] #14 9.775 Get:158 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB] #14 9.776 Get:159 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-xsaccessor-perl amd64 1.19-3build9 [34.1 kB] #14 9.779 Get:160 http://archive.ubuntu.com/ubuntu jammy/main amd64 libb-hooks-op-check-perl amd64 0.22-1build5 [10.3 kB] #14 9.779 Get:161 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB] #14 9.780 Get:162 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu4 [14.9 kB] #14 9.780 Get:163 http://archive.ubuntu.com/ubuntu jammy/main amd64 libparams-classify-perl amd64 0.015-1build5 [22.0 kB] #14 9.781 Get:164 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB] #14 9.790 Get:165 http://archive.ubuntu.com/ubuntu jammy/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB] #14 9.791 Get:166 http://archive.ubuntu.com/ubuntu jammy/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB] #14 9.791 Get:167 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB] #14 9.792 Get:168 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoo-perl all 2.005004-3 [48.0 kB] #14 9.793 Get:169 http://archive.ubuntu.com/ubuntu jammy/main amd64 libencode-locale-perl all 1.05-1.1 [11.8 kB] #14 9.801 Get:170 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB] #14 9.802 Get:171 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-date-perl all 6.05-1 [9920 B] #14 9.802 Get:172 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-listing-perl all 6.14-1 [11.2 kB] #14 9.803 Get:173 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] #14 9.803 Get:174 http://archive.ubuntu.com/ubuntu jammy/main amd64 liburi-perl all 5.10-1 [78.8 kB] #14 9.812 Get:175 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-parser-perl amd64 3.76-1build2 [88.4 kB] #14 9.814 Get:176 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-tree-perl all 5.07-2 [200 kB] #14 9.817 Get:177 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-html-perl all 1.004-2 [15.4 kB] #14 9.818 Get:178 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] #14 9.818 Get:179 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-message-perl all 6.36-1 [76.8 kB] #14 9.823 Get:180 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB] #14 9.824 Get:181 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB] #14 9.824 Get:182 http://archive.ubuntu.com/ubuntu jammy/main amd64 perl-openssl-defaults amd64 5build2 [7542 B] #14 9.825 Get:183 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-ssleay-perl amd64 1.92-1build2 [327 kB] #14 9.830 Get:184 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-socket-ssl-perl all 2.074-2 [192 kB] #14 9.834 Get:185 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-http-perl all 6.22-1 [23.2 kB] #14 9.834 Get:186 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB] #14 9.835 Get:187 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtry-tiny-perl all 0.31-1 [21.8 kB] #14 9.836 Get:188 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB] #14 9.836 Get:189 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwww-perl all 6.61-1 [141 kB] #14 9.845 Get:190 http://archive.ubuntu.com/ubuntu jammy/main amd64 patchutils amd64 0.4.2-1build2 [77.8 kB] #14 9.846 Get:191 http://archive.ubuntu.com/ubuntu jammy/main amd64 wdiff amd64 1.2.2-2build3 [29.6 kB] #14 9.846 Get:192 http://archive.ubuntu.com/ubuntu jammy/main amd64 devscripts amd64 2.22.1ubuntu1 [1057 kB] #14 9.856 Get:193 http://archive.ubuntu.com/ubuntu jammy/main amd64 diffstat amd64 1.64-1build2 [29.2 kB] #14 9.857 Get:194 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-chardet all 4.0.0-1 [98.0 kB] #14 9.858 Get:195 http://archive.ubuntu.com/ubuntu jammy/main amd64 zstd amd64 1.4.8+dfsg-3build1 [603 kB] #14 9.863 Get:196 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-debian all 0.1.43ubuntu1.1 [107 kB] #14 9.865 Get:197 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgpgme11 amd64 1.16.0-1.2ubuntu4.1 [136 kB] #14 9.866 Get:198 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-gpg amd64 1.16.0-1.2ubuntu4.1 [214 kB] #14 9.868 Get:199 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dput all 1.1.0ubuntu2.1 [44.7 kB] #14 9.869 Get:200 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB] #14 9.879 Get:201 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB] #13 19.98 Selecting previously unselected package binutils. #13 19.98 Preparing to unpack .../032-binutils_2.31.1-16_armhf.deb ... #13 19.98 Unpacking binutils (2.31.1-16) ... #13 20.02 Selecting previously unselected package libc-dev-bin. #13 20.02 Preparing to unpack .../033-libc-dev-bin_2.28-10+deb10u2_armhf.deb ... #14 12.08 Get:46 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-pkg-resources all 68.1.2-2 [167 kB] #14 21.98 Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB] #14 21.98 Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-op-check-perl armhf 0.22-1build2 [9792 B] #14 22.00 Get:170 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdynaloader-functions-perl all 0.003-1 [11.9 kB] #14 22.00 Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu1 [14.2 kB] #14 22.00 Get:172 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-classify-perl armhf 0.015-1build2 [19.8 kB] #14 22.01 Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB] #14 22.02 Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libimport-into-perl all 1.002005-1 [11.0 kB] #14 22.03 Get:175 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librole-tiny-perl all 2.001004-1 [16.5 kB] #14 22.04 Get:176 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstrictures-perl all 2.000006-1 [16.3 kB] #14 18.52 Get:100 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf cpp-12 armhf 12.3.0-1ubuntu1~23.04 [8169 kB] #14 22.25 Get:118 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtool all 2.4.6-15build2 [164 kB] #14 22.27 Get:119 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-autoreconf all 20 [16.1 kB] #14 22.28 Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive-zip-perl all 1.68-1 [90.2 kB] #14 22.28 Get:121 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-override-perl all 0.09-2 [9532 B] #13 21.82 Preparing to unpack .../047-cpp-12_12.2.0-14_armhf.deb ... #13 21.83 Unpacking cpp-12 (12.2.0-14) ... #14 11.96 Setting up libpython3.11-minimal:amd64 (3.11.6-3) ... #13 17.61 Preparing to unpack .../017-libedit2_3.1-20181209-1_amd64.deb ... #13 17.61 Unpacking libedit2:amd64 (3.1-20181209-1) ... #13 17.67 Selecting previously unselected package openssh-client. #13 17.67 Preparing to unpack .../018-openssh-client_1%3a7.9p1-10+deb10u4_amd64.deb ... #13 17.68 Unpacking openssh-client (1:7.9p1-10+deb10u4) ... #13 17.78 Selecting previously unselected package ucf. #13 17.78 Preparing to unpack .../019-ucf_3.0038+nmu1_all.deb ... #13 17.79 Moving old data out of the way #13 17.79 Unpacking ucf (3.0038+nmu1) ... #13 17.83 Selecting previously unselected package xz-utils. #13 17.83 Preparing to unpack .../020-xz-utils_5.2.4-1+deb10u1_amd64.deb ... #13 17.83 Unpacking xz-utils (5.2.4-1+deb10u1) ... #13 17.91 Selecting previously unselected package libfl2:amd64. #14 16.34 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.5.0-1ubuntu1~20.04 [48.8 kB] #14 16.56 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.5.0-1ubuntu1~20.04 [102 kB] #14 13.16 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 krb5-locales all 1.17-6ubuntu4.4 [11.5 kB] #14 13.23 Get:52 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcbor0.6 arm64 0.6.0-0ubuntu1 [20.5 kB] #14 13.31 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libedit2 arm64 3.1-20191231-1 [82.7 kB] #13 18.57 Preparing to unpack .../037-binutils_2.40-2_amd64.deb ... #13 18.57 Unpacking binutils (2.40-2) ... #13 18.61 Selecting previously unselected package libc-dev-bin. #13 18.61 Preparing to unpack .../038-libc-dev-bin_2.36-9+deb12u3_amd64.deb ... #13 18.61 Unpacking libc-dev-bin (2.36-9+deb12u3) ... #13 18.64 Selecting previously unselected package linux-libc-dev:amd64. #13 18.64 Preparing to unpack .../039-linux-libc-dev_6.1.69-1_amd64.deb ... #13 18.65 Unpacking linux-libc-dev:amd64 (6.1.69-1) ... #13 18.80 Selecting previously unselected package libcrypt-dev:amd64. #13 18.80 Preparing to unpack .../040-libcrypt-dev_1%3a4.4.33-2_amd64.deb ... #13 18.81 Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ... #13 18.85 Selecting previously unselected package libtirpc-dev:amd64. #13 18.85 Preparing to unpack .../041-libtirpc-dev_1.3.3+ds-1_amd64.deb ... #13 18.85 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ... #13 18.90 Selecting previously unselected package libnsl-dev:amd64. #13 18.90 Preparing to unpack .../042-libnsl-dev_1.3.0-2_amd64.deb ... #13 18.90 Unpacking libnsl-dev:amd64 (1.3.0-2) ... #13 18.93 Selecting previously unselected package rpcsvc-proto. #13 15.44 Selecting previously unselected package readline-common. #13 12.27 Get:33 http://archive.raspbian.org/raspbian bookworm/main armhf libbinutils armhf 2.40-2+rpi2 [406 kB] #13 12.27 Get:34 http://archive.raspbian.org/raspbian bookworm/main armhf libctf-nobfd0 armhf 2.40-2+rpi2 [133 kB] #13 12.30 Get:35 http://archive.raspbian.org/raspbian bookworm/main armhf libctf0 armhf 2.40-2+rpi2 [71.5 kB] #13 12.30 Get:36 http://archive.raspbian.org/raspbian bookworm/main armhf libjansson4 armhf 2.14-2 [37.0 kB] #13 12.31 Get:37 http://archive.raspbian.org/raspbian bookworm/main armhf binutils-arm-linux-gnueabihf armhf 2.40-2+rpi2 [2052 kB] #13 12.44 Get:38 http://archive.raspbian.org/raspbian bookworm/main armhf binutils armhf 2.40-2+rpi2 [65.4 kB] #13 12.45 Get:39 http://archive.raspbian.org/raspbian bookworm/main armhf libisl23 armhf 0.25-1 [519 kB] #13 12.46 Get:40 http://archive.raspbian.org/raspbian bookworm/main armhf libmpfr6 armhf 4.2.0-1 [574 kB] #13 12.48 Get:41 http://archive.raspbian.org/raspbian bookworm/main armhf libmpc3 armhf 1.3.1-1 [41.0 kB] #13 14.90 Preparing to unpack .../008-libmagic1_1%3a5.39-3+deb11u1_arm64.deb ... #13 14.92 Unpacking libmagic1:arm64 (1:5.39-3+deb11u1) ... #13 15.02 Selecting previously unselected package file. #13 14.68 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_arm64.deb ... #13 14.69 Unpacking libsqlite3-0:arm64 (3.27.2-3+deb10u2) ... #13 14.90 Selecting previously unselected package libpython3.7-stdlib:arm64. #13 17.24 Get:123 http://archive.raspbian.org/raspbian buster/main armhf equivs all 2.2.0 [22.4 kB] #13 17.24 Get:124 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u8 [295 kB] #13 17.26 Get:125 http://archive.raspbian.org/raspbian buster/main armhf libpcre2-8-0 armhf 10.32-5+deb10u1 [185 kB] #13 17.27 Get:126 http://archive.raspbian.org/raspbian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB] #13 17.28 Get:127 http://archive.raspbian.org/raspbian buster/main armhf git-man all 1:2.20.1-2+deb10u8 [1623 kB] #13 17.35 Get:128 http://archive.raspbian.org/raspbian buster/main armhf git armhf 1:2.20.1-2+deb10u8 [4187 kB] #16 DONE 7.4s #14 9.879 Get:202 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.15 [284 kB] #14 9.884 Get:203 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] #14 9.884 Get:204 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.10 [954 kB] #14 9.893 Get:205 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.10 [3166 kB] #14 9.943 Get:206 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB] #14 9.944 Get:207 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB] #14 9.944 Get:208 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] #14 9.948 Get:209 http://archive.ubuntu.com/ubuntu jammy/main amd64 libaliased-perl all 0.34-1.1 [13.3 kB] #14 9.948 Get:210 http://archive.ubuntu.com/ubuntu jammy/main amd64 libapt-pkg-perl amd64 0.1.40build2 [72.5 kB] #14 9.949 Get:211 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-cpio-perl all 0.10-1.1 [9928 B] #14 10.23 Get:212 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarray-intspan-perl all 2.004-1 [24.5 kB] #14 10.24 Get:213 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB] #14 10.24 Get:214 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B] #14 10.25 Get:215 http://archive.ubuntu.com/ubuntu jammy/main amd64 libvariable-magic-perl amd64 0.62-1build5 [35.9 kB] #14 10.25 Get:216 http://archive.ubuntu.com/ubuntu jammy/main amd64 libb-hooks-endofscope-perl all 0.25-1 [17.8 kB] #14 10.26 Get:217 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.2 [389 kB] #14 10.29 Get:218 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB] #14 10.29 Get:219 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB] #14 10.29 Get:220 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B] #14 10.29 Get:221 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB] #14 10.29 Get:222 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB] #14 10.29 Get:223 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebp7 amd64 1.2.2-2ubuntu0.22.04.2 [206 kB] #14 10.30 Get:224 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.7 [185 kB] #14 10.30 Get:225 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.2 [36.7 kB] #14 10.30 Get:226 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgd3 amd64 2.3.0-2ubuntu2 [129 kB] #14 10.30 Get:227 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.6 [29.0 kB] #14 10.31 Get:228 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB] #14 10.31 Get:229 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B] #14 10.31 Get:230 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclone-perl amd64 0.45-1build3 [11.0 kB] #14 10.31 Get:231 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcommon-sense-perl amd64 3.75-2build1 [21.1 kB] #14 10.31 Get:232 http://archive.ubuntu.com/ubuntu jammy/main amd64 libconfig-tiny-perl all 2.28-1 [13.1 kB] #14 10.32 Get:233 http://archive.ubuntu.com/ubuntu jammy/main amd64 libparams-util-perl amd64 1.102-1build3 [22.7 kB] #14 10.32 Get:234 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-install-perl all 0.928-1.1 [9972 B] #14 10.32 Get:235 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-optlist-perl all 0.112-1 [11.0 kB] #14 10.32 Get:236 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-exporter-perl all 0.988-1 [50.6 kB] #14 10.32 Get:237 http://archive.ubuntu.com/ubuntu jammy/main amd64 libconst-fast-perl all 0.014-1.1 [7756 B] #14 10.33 Get:238 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwant-perl amd64 0.29-1build7 [24.9 kB] #13 20.03 Unpacking libc-dev-bin (2.28-10+deb10u2) ... #13 20.08 Selecting previously unselected package linux-libc-dev:armhf. #13 20.08 Preparing to unpack .../034-linux-libc-dev_4.19.304-1_armhf.deb ... #13 20.08 Unpacking linux-libc-dev:armhf (4.19.304-1) ... #13 20.32 Selecting previously unselected package libc6-dev:armhf. #13 20.32 Preparing to unpack .../035-libc6-dev_2.28-10+deb10u2_armhf.deb ... #14 12.21 Get:47 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 tzdata-icu all 2023d-0ubuntu0.23.10 [136 kB] #14 12.26 Get:48 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 ucf all 3.0043+nmu1 [56.5 kB] #14 12.27 Get:49 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 bsdextrautils arm64 2.39.1-4ubuntu2 [71.4 kB] #14 12.29 Get:50 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmagic-mgc arm64 1:5.44-3 [293 kB] #14 12.35 Get:51 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmagic1 arm64 1:5.44-3 [84.3 kB] #14 22.19 Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB] #14 22.34 Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoo-perl all 2.003006-1 [46.3 kB] #14 22.43 Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libencode-locale-perl all 1.05-1 [12.3 kB] #14 21.07 Get:112 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf g++ armhf 4:13.2.0-1ubuntu1 [1112 B] #14 21.11 Get:113 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf make armhf 4.3-4.1build1 [163 kB] #14 21.12 Get:114 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdpkg-perl all 1.22.0ubuntu1 [283 kB] #14 21.17 Get:115 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf bzip2 armhf 1.0.8-5build1 [34.2 kB] #14 21.20 Get:116 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf patch armhf 2.7.6-7build2 [111 kB] #14 21.21 Get:117 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf lto-disabled-list all 43 [12.4 kB] #14 21.22 Get:118 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf dpkg-dev all 1.22.0ubuntu1 [1137 kB] #14 21.35 Get:119 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf build-essential armhf 12.10ubuntu1 [4928 B] #14 21.40 Get:120 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libbrotli1 armhf 1.0.9-2build8 [296 kB] #14 21.41 Get:121 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsasl2-modules-db armhf 2.1.28+dfsg1-3 [18.9 kB] #14 22.68 Get:122 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB] #13 17.91 Preparing to unpack .../021-libfl2_2.6.4-6.2_amd64.deb ... #13 17.92 Unpacking libfl2:amd64 (2.6.4-6.2) ... #13 17.96 Selecting previously unselected package at. #13 17.96 Preparing to unpack .../022-at_3.1.23-1_amd64.deb ... #13 17.96 Unpacking at (3.1.23-1) ... #13 18.00 Selecting previously unselected package libsigsegv2:amd64. #13 18.00 Preparing to unpack .../023-libsigsegv2_2.12-2_amd64.deb ... #13 18.01 Unpacking libsigsegv2:amd64 (2.12-2) ... #13 18.04 Selecting previously unselected package m4. #13 18.04 Preparing to unpack .../024-m4_1.4.18-2_amd64.deb ... #13 18.04 Unpacking m4 (1.4.18-2) ... #13 18.09 Selecting previously unselected package autoconf. #13 18.09 Preparing to unpack .../025-autoconf_2.69-11_all.deb ... #13 18.10 Unpacking autoconf (2.69-11) ... #13 18.15 Selecting previously unselected package autotools-dev. #14 16.66 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.5.0-1ubuntu1~20.04 [26.2 kB] #14 13.38 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfido2-1 arm64 1.3.1-1ubuntu2 [45.1 kB] #14 13.45 Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5support0 arm64 1.17-6ubuntu4.4 [30.5 kB] #13 18.94 Preparing to unpack .../043-rpcsvc-proto_1.4.3-1_amd64.deb ... #13 18.94 Unpacking rpcsvc-proto (1.4.3-1) ... #13 18.97 Selecting previously unselected package libc6-dev:amd64. #13 18.97 Preparing to unpack .../044-libc6-dev_2.36-9+deb12u3_amd64.deb ... #13 18.98 Unpacking libc6-dev:amd64 (2.36-9+deb12u3) ... #13 19.17 Selecting previously unselected package libisl23:amd64. #13 15.45 Preparing to unpack .../4-readline-common_8.1-1_all.deb ... #13 15.51 Unpacking readline-common (8.1-1) ... #13 15.63 Selecting previously unselected package libreadline8:amd64. #13 15.63 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ... #13 15.63 Unpacking libreadline8:amd64 (8.1-1) ... #13 15.81 Selecting previously unselected package libsqlite3-0:amd64. #13 12.49 Get:42 http://archive.raspbian.org/raspbian bookworm/main armhf cpp-12 armhf 12.2.0-14+rpi1 [7159 kB] #13 15.02 Preparing to unpack .../009-file_1%3a5.39-3+deb11u1_arm64.deb ... #13 15.03 Unpacking file (1:5.39-3+deb11u1) ... #13 15.29 Selecting previously unselected package gettext-base. #13 14.82 Selecting previously unselected package python3. #13 14.90 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u6_arm64.deb ... #13 14.93 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u6) ... #13 15.15 Selecting previously unselected package python3.7. #14 10.33 Get:239 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB] #14 10.33 Get:240 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcpanel-json-xs-perl amd64 4.27-1build1 [114 kB] #14 10.33 Get:241 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB] #14 10.33 Get:242 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexception-class-perl all 1.45-1 [28.6 kB] #14 10.34 Get:243 http://archive.ubuntu.com/ubuntu jammy/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB] #14 10.34 Get:244 http://archive.ubuntu.com/ubuntu jammy/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB] #14 10.34 Get:245 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexporter-tiny-perl all 1.002002-1 [36.2 kB] #14 10.34 Get:246 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-moreutils-xs-perl amd64 0.430-2build2 [41.9 kB] #14 10.34 Get:247 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-moreutils-perl all 0.430-2 [38.2 kB] #14 10.35 Get:248 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-dpath-perl all 0.58-1 [38.8 kB] #14 10.35 Get:249 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-dump-perl all 1.25-1 [25.9 kB] #14 10.35 Get:250 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-messagepack-perl amd64 1.01-2build1 [34.7 kB] #14 10.35 Get:251 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB] #14 10.36 Get:252 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B] #14 10.36 Get:253 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB] #14 10.36 Get:254 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-netmask-perl all 2.0001-1 [27.7 kB] #14 10.37 Get:255 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-1build7 [82.4 kB] #14 10.37 Get:256 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-ip-perl all 0.30-1 [17.3 kB] #14 10.37 Get:257 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-uri-perl all 0.07-2 [11.1 kB] #14 10.37 Get:258 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdistro-info-perl all 1.1ubuntu0.2 [5222 B] #14 10.38 Get:259 http://archive.ubuntu.com/ubuntu jammy/main amd64 libemail-address-xs-perl amd64 1.04-1build6 [28.7 kB] #14 10.38 Get:260 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-system-simple-perl all 1.30-1 [23.2 kB] #14 10.38 Get:261 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-basedir-perl all 0.09-1 [15.7 kB] #14 10.38 Get:262 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB] #14 10.39 Get:263 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB] #14 10.39 Get:264 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnumber-compare-perl all 0.03-2 [7058 B] #14 10.39 Get:265 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-glob-perl all 0.11-2 [8042 B] #14 10.39 Get:266 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB] #14 10.39 Get:267 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfont-afm-perl all 1.20-3 [13.6 kB] #14 10.40 Get:268 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-string-perl all 1.08-3.1 [10.7 kB] #14 10.40 Get:269 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfont-ttf-perl all 1.06-1.1 [316 kB] #14 10.40 Get:270 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsort-versions-perl all 1.62-1 [9294 B] #14 10.40 Get:271 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB] #14 10.40 Get:272 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B] #14 10.41 Get:273 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB] #14 10.41 Get:274 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-perl all 4.04000-1 [81.8 kB] #14 10.41 Get:275 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblog-any-perl all 1.710-1 [68.4 kB] #14 10.41 Get:276 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB] #14 10.41 Get:277 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackage-stash-perl all 0.39-1 [19.1 kB] #14 10.42 Get:278 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-identify-perl amd64 0.14-1build5 [10.4 kB] #14 10.42 Get:279 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-name-perl amd64 0.26-1build3 [11.4 kB] #14 10.42 Get:280 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB] #14 10.42 Get:281 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpath-tiny-perl all 0.122-1 [45.9 kB] #14 10.42 Get:282 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB] #14 10.43 Get:283 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtype-tiny-perl all 1.012004-1 [321 kB] #14 10.43 Get:284 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB] #13 20.32 Unpacking libc6-dev:armhf (2.28-10+deb10u2) ... #14 12.36 Get:52 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 file arm64 1:5.44-3 [21.8 kB] #14 12.36 Get:53 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gettext-base arm64 0.21-13 [37.1 kB] #14 12.36 Get:54 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libuchardet0 arm64 0.0.7-1build2 [77.3 kB] #14 12.37 Get:55 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 groff-base arm64 1.23.0-2 [986 kB] #14 22.44 Get:180 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtimedate-perl all 2.3200-1 [34.0 kB] #14 22.49 Get:181 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-date-perl all 6.05-1 [9920 B] #14 22.50 Get:182 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-listing-perl all 6.04-1 [9774 B] #14 22.50 Get:183 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB] #14 22.51 Get:184 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liburi-perl all 1.76-2 [77.5 kB] #14 22.56 Get:185 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-parser-perl armhf 3.72-5 [83.1 kB] #14 22.60 Get:186 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tree-perl all 5.07-2 [200 kB] #14 22.65 Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-html-perl all 1.001-1 [14.9 kB] #14 21.59 Get:122 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsasl2-2 armhf 2.1.28+dfsg1-3 [49.6 kB] #14 22.83 Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-strip-nondeterminism all 1.13.0-1 [5344 B] #14 22.85 Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdw1 armhf 0.186-1build1 [228 kB] #13 18.15 Preparing to unpack .../026-autotools-dev_20180224.1_all.deb ... #13 18.16 Unpacking autotools-dev (20180224.1) ... #13 18.20 Selecting previously unselected package automake. #13 18.20 Preparing to unpack .../027-automake_1%3a1.16.1-4_all.deb ... #13 18.21 Unpacking automake (1:1.16.1-4) ... #13 18.28 Selecting previously unselected package autopoint. #14 16.69 Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.5.0-1ubuntu1~20.04 [9284 B] #14 16.69 Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.2 [2752 kB] #14 17.00 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.5.0-1ubuntu1~20.04 [835 kB] #14 13.53 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libk5crypto3 arm64 1.17-6ubuntu4.4 [80.4 kB] #14 13.67 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkeyutils1 arm64 1.6-6ubuntu1.1 [10.1 kB] #14 19.22 Get:101 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf cpp armhf 4:12.2.0-3ubuntu1 [27.8 kB] #14 19.22 Get:102 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libcc1-0 armhf 13.1.0-2ubuntu2~23.04 [43.7 kB] #14 19.23 Get:103 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libgomp1 armhf 13.1.0-2ubuntu2~23.04 [120 kB] #14 19.23 Get:104 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libatomic1 armhf 13.1.0-2ubuntu2~23.04 [7766 B] #14 19.23 Get:105 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libasan8 armhf 13.1.0-2ubuntu2~23.04 [2743 kB] #14 12.38 Setting up libexpat1:amd64 (2.5.0-2) ... #13 22.60 Selecting previously unselected package cpp. #13 22.61 Preparing to unpack .../048-cpp_4%3a12.2.0-3_armhf.deb ... #13 22.61 Unpacking cpp (4:12.2.0-3) ... #13 22.66 Selecting previously unselected package libcc1-0:armhf. #13 22.66 Preparing to unpack .../049-libcc1-0_12.2.0-14_armhf.deb ... #13 22.67 Unpacking libcc1-0:armhf (12.2.0-14) ... #14 11.31 Get:35 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 krb5-locales all 1.20.1-1ubuntu0.1 [13.3 kB] #14 11.31 Get:36 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 less arm64 590-1.2 [139 kB] #14 11.31 Get:37 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libbsd0 arm64 0.11.7-4 [40.8 kB] #14 11.31 Get:38 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libelf1 arm64 0.188-2.1 [53.4 kB] #14 11.31 Get:39 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libicu72 arm64 72.1-3ubuntu2 [10.7 MB] #13 19.18 Preparing to unpack .../045-libisl23_0.25-1_amd64.deb ... #13 19.18 Unpacking libisl23:amd64 (0.25-1) ... #13 19.27 Selecting previously unselected package libmpfr6:amd64. #13 19.27 Preparing to unpack .../046-libmpfr6_4.2.0-1_amd64.deb ... #13 19.27 Unpacking libmpfr6:amd64 (4.2.0-1) ... #13 19.34 Selecting previously unselected package libmpc3:amd64. #13 15.82 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ... #13 15.83 Unpacking libsqlite3-0:amd64 (3.34.1-3) ... #13 16.04 Selecting previously unselected package libpython3.9-stdlib:amd64. #13 14.82 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 8953 files and directories currently installed.) #13 14.82 Preparing to unpack .../000-python3_3.11.2-1+b1_arm64.deb ... #13 14.91 Unpacking python3 (3.11.2-1+b1) ... #13 15.02 Selecting previously unselected package less. #13 15.02 Preparing to unpack .../001-less_590-2_arm64.deb ... #13 15.02 Unpacking less (590-2) ... #13 15.07 Selecting previously unselected package netbase. #13 15.07 Preparing to unpack .../002-netbase_6.4_all.deb ... #13 15.07 Unpacking netbase (6.4) ... #13 15.10 Selecting previously unselected package sensible-utils. #13 15.10 Preparing to unpack .../003-sensible-utils_0.0.17+nmu1_all.deb ... #13 15.11 Unpacking sensible-utils (0.0.17+nmu1) ... #13 15.14 Selecting previously unselected package bzip2. #13 15.30 Preparing to unpack .../010-gettext-base_0.21-4_arm64.deb ... #13 15.30 Unpacking gettext-base (0.21-4) ... #13 15.45 Selecting previously unselected package manpages. #13 15.45 Preparing to unpack .../011-manpages_5.10-1_all.deb ... #13 15.46 Unpacking manpages (5.10-1) ... #13 15.64 Selecting previously unselected package libmd0:arm64. #13 15.15 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u6_arm64.deb ... #13 15.16 Unpacking python3.7 (3.7.3-2+deb10u6) ... #13 15.28 Selecting previously unselected package libpython3-stdlib:arm64. #14 10.43 Get:285 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhash-fieldhash-perl amd64 0.15-1build5 [17.3 kB] #14 10.43 Get:286 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB] #14 10.43 Get:287 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-format-perl all 2.12-1.1 [41.3 kB] #14 10.44 Get:288 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB] #14 10.44 Get:289 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB] #14 10.44 Get:290 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-interactive-perl all 1.023-1 [10.4 kB] #14 10.44 Get:291 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-prompt-tiny-perl all 0.003-1 [8924 B] #14 10.44 Get:292 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB] #14 10.45 Get:293 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-xs-perl amd64 4.030-1build3 [87.2 kB] #14 10.45 Get:294 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-maybexs-perl all 1.004003-1 [11.3 kB] #14 10.45 Get:295 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-common all 2.5.16+dfsg-0ubuntu0.22.04.1 [15.8 kB] #14 10.45 Get:296 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-compare-perl all 0.55-1 [63.3 kB] #14 10.45 Get:297 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB] #14 10.46 Get:298 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-someutils-xs-perl amd64 0.58-2build3 [34.8 kB] #14 10.46 Get:299 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-utilsby-perl all 0.11-1 [14.7 kB] #14 10.46 Get:300 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB] #14 10.46 Get:301 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl-dev amd64 2.4.6-15build2 [169 kB] #14 10.47 Get:302 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblzo2-2 amd64 2.10-2build3 [53.7 kB] #14 10.47 Get:303 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsys-hostname-long-perl all 1.5-2 [11.5 kB] #14 10.47 Get:304 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB] #14 10.48 Get:305 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B] #14 10.48 Get:306 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmailtools-perl all 2.21-1 [80.7 kB] #14 10.48 Get:307 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmarkdown2 amd64 2.2.7-2 [38.3 kB] #14 10.49 Get:308 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmath-base85-perl all 0.5+dfsg-1 [6764 B] #14 10.49 Get:309 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoox-aliases-perl all 0.001006-1.1 [6632 B] #14 10.49 Get:310 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB] #13 18.63 Setting up libc6:armhf (2.31-13+rpt2+rpi1+deb11u7) ... #13 20.71 Selecting previously unselected package libisl19:armhf. #13 20.71 Preparing to unpack .../036-libisl19_0.20-2_armhf.deb ... #13 20.71 Unpacking libisl19:armhf (0.20-2) ... #14 15.22 Setting up libc6:amd64 (2.37-0ubuntu2.2) ... #13 17.26 Selecting previously unselected package perl. #13 17.26 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_armhf.deb ... #13 17.32 Unpacking perl (5.32.1-4+deb11u2) ... #13 17.92 debconf: delaying package configuration, since apt-utils is not installed #17 [build 1/6] COPY --from=gowinres /build/ /usr/local/bin/ #14 12.85 Get:56 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libcbor0.8 arm64 0.8.0-2ubuntu1 [24.3 kB] #14 22.80 Get:188 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB] #14 21.84 Get:123 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libldap2 armhf 2.6.6+dfsg-1~exp1ubuntu1 [170 kB] #14 10.11 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 less arm64 590-1ubuntu0.22.04.1 [142 kB] #14 10.12 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmd0 arm64 1.0.4-1build1 [23.8 kB] #14 10.12 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbsd0 arm64 0.11.5-1 [43.7 kB] #14 10.12 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libelf1 arm64 0.186-1build1 [50.7 kB] #14 10.12 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libicu70 arm64 70.1-2 [10.5 MB] #14 23.07 Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf debugedit armhf 1:5.0-4build1 [43.3 kB] #14 23.09 Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dwz armhf 0.14-1build2 [99.2 kB] #14 23.12 Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gettext armhf 0.21-4ubuntu4 [805 kB] #13 18.28 Preparing to unpack .../028-autopoint_0.19.8.1-9_all.deb ... #13 18.28 Unpacking autopoint (0.19.8.1-9) ... #13 18.32 Selecting previously unselected package binutils-common:amd64. #13 18.32 Preparing to unpack .../029-binutils-common_2.31.1-16_amd64.deb ... #13 18.32 Unpacking binutils-common:amd64 (2.31.1-16) ... #13 18.54 Selecting previously unselected package libbinutils:amd64. #14 17.04 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.5.0-1ubuntu1~20.04 [2016 kB] #14 17.13 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.5.0-1ubuntu1~20.04 [785 kB] #14 17.16 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.5.0-1ubuntu1~20.04 [146 kB] #14 17.17 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [2359 kB] #14 17.28 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.2 [8276 kB] #14 13.75 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-3 arm64 1.17-6ubuntu4.4 [312 kB] #14 19.36 Get:106 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libubsan1 armhf 13.1.0-2ubuntu2~23.04 [1072 kB] #14 19.39 Get:107 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libgcc-12-dev armhf 12.3.0-1ubuntu1~23.04 [857 kB] #14 19.44 Get:108 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf gcc-12 armhf 12.3.0-1ubuntu1~23.04 [16.2 MB] #14 12.79 Setting up python3.11-minimal (3.11.6-3) ... #13 22.72 Selecting previously unselected package libgomp1:armhf. #13 22.72 Preparing to unpack .../050-libgomp1_12.2.0-14_armhf.deb ... #13 22.73 Unpacking libgomp1:armhf (12.2.0-14) ... #13 22.79 Selecting previously unselected package libatomic1:armhf. #13 22.79 Preparing to unpack .../051-libatomic1_12.2.0-14_armhf.deb ... #13 22.80 Unpacking libatomic1:armhf (12.2.0-14) ... #13 22.84 Selecting previously unselected package libasan8:armhf. #13 22.84 Preparing to unpack .../052-libasan8_12.2.0-14_armhf.deb ... #13 22.85 Unpacking libasan8:armhf (12.2.0-14) ... #13 19.34 Preparing to unpack .../047-libmpc3_1.3.1-1_amd64.deb ... #13 19.34 Unpacking libmpc3:amd64 (1.3.1-1) ... #13 19.37 Selecting previously unselected package cpp-12. #13 19.37 Preparing to unpack .../048-cpp-12_12.2.0-14_amd64.deb ... #13 19.38 Unpacking cpp-12 (12.2.0-14) ... #13 16.04 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ... #13 16.05 Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ... #13 16.22 Selecting previously unselected package python3.9. #13 15.14 Preparing to unpack .../004-bzip2_1.0.8-5+b1_arm64.deb ... #13 15.14 Unpacking bzip2 (1.0.8-5+b1) ... #13 15.17 Selecting previously unselected package openssl. #13 15.17 Preparing to unpack .../005-openssl_3.0.11-1~deb12u2_arm64.deb ... #13 15.18 Unpacking openssl (3.0.11-1~deb12u2) ... #13 15.34 Selecting previously unselected package ca-certificates. #13 15.64 Preparing to unpack .../012-libmd0_1.0.3-3_arm64.deb ... #13 15.65 Unpacking libmd0:arm64 (1.0.3-3) ... #13 15.73 Selecting previously unselected package libbsd0:arm64. #13 15.73 Preparing to unpack .../013-libbsd0_0.11.3-1+deb11u1_arm64.deb ... #13 15.74 Unpacking libbsd0:arm64 (0.11.3-1+deb11u1) ... #13 15.83 Selecting previously unselected package libedit2:arm64. #13 15.29 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_arm64.deb ... #13 15.29 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... #13 15.37 Setting up python3-minimal (3.7.3-1) ... #13 15.75 Selecting previously unselected package python3. #14 10.88 Get:311 http://archive.ubuntu.com/ubuntu jammy/main amd64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB] #14 10.95 Get:312 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoox-struct-perl all 0.020-1 [23.7 kB] #14 11.00 Get:313 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmouse-perl amd64 2.5.10-1build4 [161 kB] #13 13.04 Get:43 http://archive.raspbian.org/raspbian bookworm/main armhf cpp armhf 4:12.2.0-3+rpi1 [7048 B] #13 13.04 Get:44 http://archive.raspbian.org/raspbian bookworm/main armhf curl armhf 7.88.1-10+rpi1+deb12u4 [301 kB] #13 13.04 Get:45 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl4 armhf 7.88.1-10+rpi1+deb12u4 [346 kB] #13 13.05 Get:46 http://archive.raspbian.org/raspbian bookworm/main armhf libdebhelper-perl all 13.11.4 [81.2 kB] #13 13.05 Get:47 http://archive.raspbian.org/raspbian bookworm/main armhf libcc1-0 armhf 12.2.0-14+rpi1 [32.2 kB] #13 13.05 Get:48 http://archive.raspbian.org/raspbian bookworm/main armhf libgomp1 armhf 12.2.0-14+rpi1 [95.4 kB] #13 13.05 Get:49 http://archive.raspbian.org/raspbian bookworm/main armhf libasan8 armhf 12.2.0-14+rpi1 [2088 kB] #13 13.17 Get:50 http://archive.raspbian.org/raspbian bookworm/main armhf libubsan1 armhf 12.2.0-14+rpi1 [861 kB] #13 13.19 Get:51 http://archive.raspbian.org/raspbian bookworm/main armhf libgcc-12-dev armhf 12.2.0-14+rpi1 [727 kB] #13 13.28 Get:52 http://archive.raspbian.org/raspbian bookworm/main armhf gcc-12 armhf 12.2.0-14+rpi1 [14.2 MB] #13 20.80 Selecting previously unselected package libmpfr6:armhf. #13 20.80 Preparing to unpack .../037-libmpfr6_4.0.2-1_armhf.deb ... #13 20.81 Unpacking libmpfr6:armhf (4.0.2-1) ... #13 20.90 Selecting previously unselected package libmpc3:armhf. #13 20.90 Preparing to unpack .../038-libmpc3_1.1.0-1_armhf.deb ... #13 20.90 Unpacking libmpc3:armhf (1.1.0-1) ... #13 20.94 Selecting previously unselected package cpp-8. #13 20.94 Preparing to unpack .../039-cpp-8_8.3.0-6_armhf.deb ... #13 20.95 Unpacking cpp-8 (8.3.0-6) ... #13 17.60 Selecting previously unselected package liblocale-gettext-perl. #13 17.60 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_armhf.deb ... #13 17.67 Unpacking liblocale-gettext-perl (1.07-4+b1) ... #17 DONE 0.2s #18 [build 2/6] WORKDIR /go/src/github.com/docker/docker #18 DONE 0.0s #13 17.99 Fetched 69.6 MB in 8s (8434 kB/s) #19 [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 #14 13.01 Get:57 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libedit2 arm64 3.1-20221030-2 [95.0 kB] #14 13.16 Get:58 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfido2-1 arm64 1.13.0-1 [83.5 kB] #14 22.95 Get:189 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-message-perl all 6.22-1 [76.1 kB] #14 23.14 Get:190 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-cookies-perl all 6.08-1 [18.3 kB] #14 22.00 Get:124 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB] #14 22.02 Get:125 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libssh-4 armhf 0.10.5-3ubuntu1.2 [168 kB] #14 22.09 Get:126 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libcurl4 armhf 8.2.1-1ubuntu3.2 [280 kB] #14 22.13 Get:127 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf curl armhf 8.2.1-1ubuntu3.2 [207 kB] #14 10.60 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libxml2 arm64 2.9.13+dfsg-1ubuntu0.3 [728 kB] #14 23.25 Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB] #14 23.25 Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf po-debconf all 1.0.21+nmu1 [233 kB] #14 23.26 Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf debhelper all 13.6ubuntu1 [923 kB] #14 23.31 Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfakeroot armhf 1.28-1ubuntu1 [26.3 kB] #14 23.31 Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fakeroot armhf 1.28-1ubuntu1 [62.2 kB] #13 18.54 Preparing to unpack .../030-libbinutils_2.31.1-16_amd64.deb ... #13 18.55 Unpacking libbinutils:amd64 (2.31.1-16) ... #13 18.62 Selecting previously unselected package binutils-x86-64-linux-gnu. #13 18.62 Preparing to unpack .../031-binutils-x86-64-linux-gnu_2.31.1-16_amd64.deb ... #13 18.62 Unpacking binutils-x86-64-linux-gnu (2.31.1-16) ... #13 18.83 Selecting previously unselected package binutils. #14 14.11 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi-krb5-2 arm64 1.17-6ubuntu4.4 [113 kB] #14 14.21 Get:60 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpsl5 arm64 0.21.0-1ubuntu1 [51.3 kB] #14 14.29 Get:61 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxau6 arm64 1:1.0.9-0ubuntu1 [7356 B] #13 23.12 Selecting previously unselected package libubsan1:armhf. #13 23.12 Preparing to unpack .../053-libubsan1_12.2.0-14_armhf.deb ... #13 23.13 Unpacking libubsan1:armhf (12.2.0-14) ... #13 23.25 Selecting previously unselected package libgcc-12-dev:armhf. #13 23.25 Preparing to unpack .../054-libgcc-12-dev_12.2.0-14_armhf.deb ... #13 16.22 Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ... #13 16.23 Unpacking python3.9 (3.9.2-1) ... #13 16.26 Selecting previously unselected package libpython3-stdlib:amd64. #13 16.26 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ... #13 16.27 Unpacking libpython3-stdlib:amd64 (3.9.2-3) ... #13 16.30 Setting up python3-minimal (3.9.2-3) ... #13 16.47 Selecting previously unselected package python3. #13 15.34 Preparing to unpack .../006-ca-certificates_20230311_all.deb ... #13 15.34 Unpacking ca-certificates (20230311) ... #13 15.39 Selecting previously unselected package libmagic-mgc. #13 15.39 Preparing to unpack .../007-libmagic-mgc_1%3a5.44-3_arm64.deb ... #13 15.40 Unpacking libmagic-mgc (1:5.44-3) ... #13 15.47 Selecting previously unselected package libmagic1:arm64. #13 15.47 Preparing to unpack .../008-libmagic1_1%3a5.44-3_arm64.deb ... #13 15.47 Unpacking libmagic1:arm64 (1:5.44-3) ... #13 15.51 Selecting previously unselected package file. #13 15.51 Preparing to unpack .../009-file_1%3a5.44-3_arm64.deb ... #13 15.51 Unpacking file (1:5.44-3) ... #13 15.55 Selecting previously unselected package gettext-base. #13 15.55 Preparing to unpack .../010-gettext-base_0.21-12_arm64.deb ... #13 15.55 Unpacking gettext-base (0.21-12) ... #13 15.60 Selecting previously unselected package libuchardet0:arm64. #13 15.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 ... 10078 files and directories currently installed.) #13 15.75 Preparing to unpack .../000-python3_3.7.3-1_arm64.deb ... #13 15.80 Unpacking python3 (3.7.3-1) ... #14 11.91 Get:40 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libxml2 arm64 2.9.14+dfsg-1.1ubuntu0.1 [723 kB] #14 11.91 Get:41 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libyaml-0-2 arm64 0.2.5-1 [51.8 kB] #14 11.93 Get:42 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 lsb-release all 12.0-1ubuntu1 [6548 B] #13 15.83 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_arm64.deb ... #13 15.84 Unpacking libedit2:arm64 (3.1-20191231-2+b1) ... #13 16.04 Selecting previously unselected package libcbor0:arm64. #13 16.04 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_arm64.deb ... #13 16.04 Unpacking libcbor0:arm64 (0.5.0+dfsg-2) ... #13 16.17 Selecting previously unselected package libfido2-1:arm64. #14 11.18 Get:314 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackage-stash-xs-perl amd64 0.29-1build5 [19.4 kB] #13 18.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7703 files and directories currently installed.) #13 18.25 Preparing to unpack .../libc6_2.28-10+rpt2+rpi1+deb10u2_armhf.deb ... #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd done #10 DONE 32.0s #13 17.95 Selecting previously unselected package libpython3.9-minimal:armhf. #13 17.95 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_armhf.deb ... #13 18.00 Unpacking libpython3.9-minimal:armhf (3.9.2-1) ... #14 23.14 Get:191 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB] #14 23.14 Get:192 http://ports.ubuntu.com/ubuntu-ports focal/main armhf perl-openssl-defaults armhf 4 [7188 B] #14 23.14 Get:193 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ssleay-perl armhf 1.88-2ubuntu1 [272 kB] #14 23.24 Get:194 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-socket-ssl-perl all 2.067-1 [176 kB] #14 23.28 Get:195 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-http-perl all 6.19-1 [22.8 kB] #14 23.28 Get:196 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B] #14 23.28 Get:197 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtry-tiny-perl all 0.30-1 [20.5 kB] #14 23.28 Get:198 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB] #14 13.21 Get:59 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libjansson4 arm64 2.14-2 [34.3 kB] #14 13.23 Get:60 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libnghttp2-14 arm64 1.55.1-1ubuntu0.1 [72.8 kB] #14 13.27 Get:61 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpipeline1 arm64 1.5.7-1 [23.3 kB] #14 22.16 Get:128 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf dctrl-tools armhf 2.24-3build2 [57.2 kB] #14 22.16 Get:129 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdebhelper-perl all 13.11.6ubuntu1 [85.4 kB] #14 22.17 Get:130 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtool all 2.4.7-7 [166 kB] #14 22.19 Get:131 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf dh-autoreconf all 20 [16.1 kB] #14 22.19 Get:132 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libarchive-zip-perl all 1.68-1 [90.2 kB] #14 10.62 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-0-2 arm64 0.2.2-1build2 [51.0 kB] #14 10.62 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lsb-release all 11.1.0ubuntu4 [10.8 kB] #14 10.62 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 netbase all 6.3 [12.9 kB] #14 10.62 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python-apt-common all 2.4.0ubuntu2 [14.8 kB] #14 23.71 Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libassuan0 armhf 2.5.5-1build1 [31.3 kB] #13 18.83 Preparing to unpack .../032-binutils_2.31.1-16_amd64.deb ... #13 18.83 Unpacking binutils (2.31.1-16) ... #13 18.86 Selecting previously unselected package libc-dev-bin. #13 18.86 Preparing to unpack .../033-libc-dev-bin_2.28-10+deb10u2_amd64.deb ... #13 18.87 Unpacking libc-dev-bin (2.28-10+deb10u2) ... #13 18.90 Selecting previously unselected package linux-libc-dev:amd64. #13 18.90 Preparing to unpack .../034-linux-libc-dev_4.19.304-1_amd64.deb ... #13 18.91 Unpacking linux-libc-dev:amd64 (4.19.304-1) ... #13 19.07 Selecting previously unselected package libc6-dev:amd64. #14 14.36 Get:62 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu1 [10.3 kB] #14 14.44 Get:63 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb1 arm64 1.14-2 [43.0 kB] #14 14.52 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-data all 2:1.6.9-2ubuntu1.6 [114 kB] #14 14.61 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-6 arm64 2:1.6.9-2ubuntu1.6 [554 kB] #13 16.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 ... 9957 files and directories currently installed.) #13 16.48 Preparing to unpack .../000-python3_3.9.2-3_amd64.deb ... #13 16.48 Unpacking python3 (3.9.2-3) ... #13 16.52 Selecting previously unselected package less. #13 16.52 Preparing to unpack .../001-less_551-2_amd64.deb ... #13 16.52 Unpacking less (551-2) ... #13 16.56 Selecting previously unselected package netbase. #13 16.56 Preparing to unpack .../002-netbase_6.3_all.deb ... #13 16.57 Unpacking netbase (6.3) ... #13 16.62 Selecting previously unselected package sensible-utils. #13 16.62 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ... #13 16.63 Unpacking sensible-utils (0.0.14) ... #13 16.65 Selecting previously unselected package bzip2. #13 16.65 Preparing to unpack .../004-bzip2_1.0.8-4_amd64.deb ... #13 16.66 Unpacking bzip2 (1.0.8-4) ... #13 16.69 Selecting previously unselected package openssl. #13 16.69 Preparing to unpack .../005-openssl_1.1.1w-0+deb11u1_amd64.deb ... #13 16.69 Unpacking openssl (1.1.1w-0+deb11u1) ... #13 16.78 Selecting previously unselected package ca-certificates. #13 23.26 Unpacking libgcc-12-dev:armhf (12.2.0-14) ... #13 23.41 Selecting previously unselected package gcc-12. #13 23.41 Preparing to unpack .../055-gcc-12_12.2.0-14_armhf.deb ... #13 23.42 Unpacking gcc-12 (12.2.0-14) ... #14 17.81 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B] #13 15.61 Preparing to unpack .../011-libuchardet0_0.0.7-1_arm64.deb ... #13 15.61 Unpacking libuchardet0:arm64 (0.0.7-1) ... #13 15.64 Selecting previously unselected package groff-base. #13 15.64 Preparing to unpack .../012-groff-base_1.22.4-10_arm64.deb ... #13 15.65 Unpacking groff-base (1.22.4-10) ... #13 15.74 Selecting previously unselected package krb5-locales. #13 15.74 Preparing to unpack .../013-krb5-locales_1.20.1-2+deb12u1_all.deb ... #13 15.74 Unpacking krb5-locales (1.20.1-2+deb12u1) ... #13 15.78 Selecting previously unselected package bsdextrautils. #13 15.78 Preparing to unpack .../014-bsdextrautils_2.38.1-5+b1_arm64.deb ... #13 15.78 Unpacking bsdextrautils (2.38.1-5+b1) ... #13 15.82 Selecting previously unselected package libpipeline1:arm64. #13 15.82 Preparing to unpack .../015-libpipeline1_1.5.7-1_arm64.deb ... #13 15.83 Unpacking libpipeline1:arm64 (1.5.7-1) ... #13 15.87 Selecting previously unselected package man-db. #13 16.20 Selecting previously unselected package less. #13 20.07 Selecting previously unselected package cpp. #13 20.07 Preparing to unpack .../049-cpp_4%3a12.2.0-3_amd64.deb ... #13 20.07 Unpacking cpp (4:12.2.0-3) ... #13 20.12 Selecting previously unselected package libcc1-0:amd64. #13 20.12 Preparing to unpack .../050-libcc1-0_12.2.0-14_amd64.deb ... #13 20.12 Unpacking libcc1-0:amd64 (12.2.0-14) ... #13 20.16 Selecting previously unselected package libgomp1:amd64. #13 20.16 Preparing to unpack .../051-libgomp1_12.2.0-14_amd64.deb ... #13 20.16 Unpacking libgomp1:amd64 (12.2.0-14) ... #13 20.21 Selecting previously unselected package libitm1:amd64. #14 12.33 Get:43 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 netbase all 6.4 [13.1 kB] #13 16.17 Preparing to unpack .../016-libfido2-1_1.6.0-2_arm64.deb ... #13 16.19 Unpacking libfido2-1:arm64 (1.6.0-2) ... #13 16.37 Selecting previously unselected package openssh-client. #14 11.19 Get:315 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB] #14 11.21 Get:316 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperlio-gzip-perl amd64 0.19-1build8 [14.9 kB] #14 11.21 Get:317 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperlio-utf8-strict-perl amd64 0.009-1build1 [11.9 kB] #14 11.22 Get:318 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpod-parser-perl all 1.63-2 [82.2 kB] #14 11.24 Get:319 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB] #14 11.25 Get:320 http://archive.ubuntu.com/ubuntu jammy/main amd64 libproc-processtable-perl amd64 0.634-1build1 [37.5 kB] #14 11.26 Get:321 http://archive.ubuntu.com/ubuntu jammy/main amd64 libre2-9 amd64 20220201+dfsg-1 [160 kB] #14 11.57 Get:322 http://archive.ubuntu.com/ubuntu jammy/main amd64 libre-engine-re2-perl amd64 0.14-1build2 [18.8 kB] #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 18.54 Unpacking libc6:armhf (2.28-10+rpt2+rpi1+deb10u2) over (2.28-10+rpi1+deb10u2) ... #14 23.43 Get:199 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-perl all 6.43-1 [140 kB] #14 13.27 Get:62 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpng16-16 arm64 1.6.40-1 [182 kB] #14 13.32 Get:63 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpsl5 arm64 0.21.2-1 [59.0 kB] #14 13.33 Get:64 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxau6 arm64 1:1.0.9-1build5 [7624 B] #14 13.33 Get:65 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu5 [10.8 kB] #14 13.33 Get:66 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxcb1 arm64 1.15-1 [47.6 kB] #19 0.535 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #19 0.544 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] #19 0.544 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #19 0.602 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB] #19 0.670 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [12.7 kB] #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 10.1s done #10 extracting sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd done #10 DONE 33.7s #14 22.60 Get:133 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsub-override-perl all 0.09-4 [8706 B] #14 22.67 Get:134 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfile-stripnondeterminism-perl all 1.13.1-1 [18.1 kB] #14 22.71 Get:135 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf dh-strip-nondeterminism all 1.13.1-1 [5362 B] #14 11.02 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-apt arm64 2.4.0ubuntu2 [161 kB] #14 23.90 Get:134 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgconf armhf 2.2.27-3ubuntu2.1 [115 kB] #14 24.10 Get:135 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libksba8 armhf 1.6.0-2ubuntu0.2 [101 kB] #13 19.07 Preparing to unpack .../035-libc6-dev_2.28-10+deb10u2_amd64.deb ... #13 19.07 Unpacking libc6-dev:amd64 (2.28-10+deb10u2) ... #13 19.36 Selecting previously unselected package libisl19:amd64. #14 14.77 Get:66 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxext6 arm64 2:1.3.4-0ubuntu1 [27.7 kB] #13 19.89 Selecting previously unselected package libuchardet0:armhf. #13 19.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 ... 7931 files and directories currently installed.) #13 19.89 Preparing to unpack .../00-libuchardet0_0.0.7-1_armhf.deb ... #13 19.90 Unpacking libuchardet0:armhf (0.0.7-1) ... #13 16.78 Preparing to unpack .../006-ca-certificates_20210119_all.deb ... #13 16.79 Unpacking ca-certificates (20210119) ... #13 16.86 Selecting previously unselected package libmagic-mgc. #13 16.86 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3+deb11u1_amd64.deb ... #13 16.86 Unpacking libmagic-mgc (1:5.39-3+deb11u1) ... #13 16.92 Selecting previously unselected package libmagic1:amd64. #13 16.92 Preparing to unpack .../008-libmagic1_1%3a5.39-3+deb11u1_amd64.deb ... #13 16.93 Unpacking libmagic1:amd64 (1:5.39-3+deb11u1) ... #13 16.96 Selecting previously unselected package file. #13 16.96 Preparing to unpack .../009-file_1%3a5.39-3+deb11u1_amd64.deb ... #13 16.97 Unpacking file (1:5.39-3+deb11u1) ... #13 16.99 Selecting previously unselected package gettext-base. #13 16.99 Preparing to unpack .../010-gettext-base_0.21-4_amd64.deb ... #13 17.00 Unpacking gettext-base (0.21-4) ... #13 17.04 Selecting previously unselected package manpages. #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 11.6s done #10 extracting sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd done #10 DONE 32.5s #14 17.89 Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [1722 kB] #13 15.87 Preparing to unpack .../016-man-db_2.11.2-2_arm64.deb ... #13 15.88 Unpacking man-db (2.11.2-2) ... #13 16.00 Selecting previously unselected package manpages. #13 16.00 Preparing to unpack .../017-manpages_6.03-2_all.deb ... #13 16.01 Unpacking manpages (6.03-2) ... #13 16.11 Selecting previously unselected package libbsd0:arm64. #13 16.20 Preparing to unpack .../001-less_487-0.1+b1_arm64.deb ... #13 16.28 Unpacking less (487-0.1+b1) ... #13 16.51 Selecting previously unselected package netbase. #13 20.21 Preparing to unpack .../052-libitm1_12.2.0-14_amd64.deb ... #13 20.22 Unpacking libitm1:amd64 (12.2.0-14) ... #13 20.25 Selecting previously unselected package libatomic1:amd64. #13 20.25 Preparing to unpack .../053-libatomic1_12.2.0-14_amd64.deb ... #13 20.26 Unpacking libatomic1:amd64 (12.2.0-14) ... #13 20.30 Selecting previously unselected package libasan8:amd64. #13 20.30 Preparing to unpack .../054-libasan8_12.2.0-14_amd64.deb ... #13 20.30 Unpacking libasan8:amd64 (12.2.0-14) ... #13 20.52 Selecting previously unselected package liblsan0:amd64. #14 12.40 Get:44 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python-apt-common all 2.5.3ubuntu1 [18.0 kB] #14 12.43 Get:45 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-apt arm64 2.5.3ubuntu1 [161 kB] #14 12.63 Get:46 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 python3-pkg-resources all 66.1.1-1ubuntu0.1 [227 kB] #14 11.59 Get:323 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadonly-perl all 2.050-3 [19.9 kB] #14 11.59 Get:324 http://archive.ubuntu.com/ubuntu jammy/main amd64 libref-util-perl all 0.204-1 [15.0 kB] #14 11.60 Get:325 http://archive.ubuntu.com/ubuntu jammy/main amd64 libref-util-xs-perl amd64 0.117-1build5 [12.7 kB] #14 11.60 Get:326 http://archive.ubuntu.com/ubuntu jammy/main amd64 libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB] #14 11.62 Get:327 http://archive.ubuntu.com/ubuntu jammy/main amd64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB] #14 11.62 Get:328 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1.2 [68.8 kB] #14 11.63 Get:329 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsereal-decoder-perl amd64 4.023+ds-1 [100 kB] #14 11.63 Get:330 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsereal-encoder-perl amd64 4.023+ds-1 [104 kB] #14 11.64 Get:331 http://archive.ubuntu.com/ubuntu jammy/main amd64 libset-intspan-perl all 1.19-2 [26.1 kB] #14 11.64 Get:332 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsocket6-perl amd64 0.29-1build4 [19.7 kB] #14 11.64 Get:333 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-copyright-perl all 0.003012-1 [21.3 kB] #14 11.64 Get:334 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB] #14 11.64 Get:335 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB] #14 11.64 Get:336 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxs-parse-keyword-perl amd64 0.21-1build1 [51.0 kB] #14 11.64 Get:337 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsyntax-keyword-try-perl amd64 0.26-1build1 [27.1 kB] #14 11.64 Get:338 http://archive.ubuntu.com/ubuntu jammy/main amd64 libterm-readkey-perl amd64 2.38-1build4 [25.2 kB] #14 11.65 Get:339 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-levenshteinxs-perl amd64 0.03-4build10 [8254 B] #14 11.65 Get:340 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-markdown-discount-perl amd64 0.13-1build1 [12.9 kB] #14 11.65 Get:341 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-xslate-perl amd64 3.5.9-1build1 [186 kB] #14 11.66 Get:342 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtime-duration-perl all 1.21-1 [13.1 kB] #14 11.66 Get:343 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtime-moment-perl amd64 0.44-1build6 [74.9 kB] #14 11.66 Get:344 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtype-tiny-xs-perl amd64 0.022-1build2 [25.5 kB] #14 11.66 Get:345 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunicode-utf8-perl amd64 0.62-1build4 [18.9 kB] #14 11.66 Get:346 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB] #14 11.66 Get:347 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB] #14 11.67 Get:348 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB] #14 11.67 Get:349 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1 [325 kB] #13 16.38 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u3_arm64.deb ... #13 16.40 Unpacking openssh-client (1:8.4p1-5+deb11u3) ... #13 16.61 Selecting previously unselected package ucf. #13 13.28 CentOS Stream 9 - Extras packages 8.2 kB/s | 15 kB 00:01 #13 14.10 Dependencies resolved. #13 14.11 ================================================================================ #13 14.11 Package Arch Version Repository Size #13 14.11 ================================================================================ #13 14.11 Installing: #13 14.11 dnf-plugins-core noarch 4.3.0-13.el9 baseos 37 k #13 14.11 rpm-build x86_64 4.16.1.3-29.el9 appstream 67 k #13 14.11 rpmlint noarch 1.11-19.el9 appstream 198 k #13 14.11 Installing dependencies: #13 14.11 adobe-source-code-pro-fonts noarch 2.030.1.050-12.el9.1 baseos 832 k #13 14.11 binutils x86_64 2.35.2-42.el9 baseos 4.6 M #13 14.11 binutils-gold x86_64 2.35.2-42.el9 baseos 735 k #13 14.11 bzip2 x86_64 1.0.8-8.el9 baseos 56 k #13 14.11 cpio x86_64 2.13-16.el9 baseos 275 k #13 14.11 dbus-libs x86_64 1:1.12.20-8.el9 baseos 152 k #13 14.11 debugedit x86_64 5.0-5.el9 appstream 77 k #13 14.11 desktop-file-utils x86_64 0.26-6.el9 appstream 74 k #13 14.11 diffutils x86_64 3.7-12.el9 baseos 397 k #13 14.11 dwz x86_64 0.14-3.el9 appstream 128 k #13 14.11 ed x86_64 1.14.2-12.el9 baseos 75 k #13 14.11 efi-srpm-macros noarch 4-9.el9 appstream 23 k #13 14.11 elfutils x86_64 0.190-2.el9 baseos 555 k #13 14.11 elfutils-debuginfod-client x86_64 0.190-2.el9 baseos 36 k #13 14.11 emacs-filesystem noarch 1:27.2-9.el9 appstream 8.9 k #13 14.11 enchant x86_64 1:1.6.0-30.el9 appstream 62 k #13 14.11 file x86_64 5.39-14.el9 baseos 49 k #13 14.11 fonts-srpm-macros noarch 1:2.0.5-7.el9.1 appstream 28 k #13 14.11 gdb-minimal x86_64 10.2-13.el9 appstream 3.5 M #13 14.11 gdk-pixbuf2 x86_64 2.42.6-3.el9 appstream 492 k #13 14.11 ghc-srpm-macros noarch 1.5.0-6.el9 appstream 8.8 k #13 14.11 glib-networking x86_64 2.68.3-3.el9 baseos 186 k #13 14.11 glibc-gconv-extra x86_64 2.34-95.el9 baseos 1.7 M #13 14.11 go-srpm-macros noarch 3.2.0-3.el9 appstream 27 k #13 14.11 groff-base x86_64 1.22.4-10.el9 baseos 1.1 M #13 14.11 gsettings-desktop-schemas x86_64 40.0-6.el9 baseos 684 k #13 14.11 hunspell x86_64 1.7.0-11.el9 appstream 325 k #13 14.11 hunspell-en-GB noarch 0.20140811.1-20.el9 appstream 226 k #13 14.11 hunspell-en-US noarch 0.20140811.1-20.el9 appstream 177 k #13 14.11 hunspell-filesystem x86_64 1.7.0-11.el9 appstream 8.7 k #13 14.11 info x86_64 6.7-15.el9 baseos 225 k #13 14.11 json-glib x86_64 1.6.6-1.el9 baseos 163 k #13 14.11 kernel-srpm-macros noarch 1.0-13.el9 appstream 16 k #13 14.11 less x86_64 590-2.el9 baseos 162 k #13 14.11 libappstream-glib x86_64 0.7.18-4.el9 appstream 396 k #13 14.11 libatomic x86_64 11.4.1-3.el9 baseos 34 k #13 14.11 libbrotli x86_64 1.0.9-6.el9 baseos 314 k #13 14.11 libicu x86_64 67.1-9.el9 baseos 9.6 M #13 14.11 libjpeg-turbo x86_64 2.0.90-7.el9 appstream 175 k #13 14.11 libpipeline x86_64 1.5.3-4.el9 baseos 49 k #13 14.11 libpkgconf x86_64 1.7.3-10.el9 baseos 36 k #13 14.11 libpng x86_64 2:1.6.37-12.el9 baseos 117 k #13 14.11 libproxy x86_64 0.4.15-35.el9 baseos 74 k #13 14.11 libpsl x86_64 0.21.1-5.el9 baseos 64 k #13 14.11 libsoup x86_64 2.72.0-8.el9 appstream 405 k #13 14.11 libstemmer x86_64 0-18.585svn.el9 appstream 83 k #13 14.11 lua-srpm-macros noarch 1-6.el9 appstream 9.5 k #13 14.11 man-db x86_64 2.9.3-7.el9 baseos 1.2 M #13 14.11 ncurses x86_64 6.2-10.20210508.el9 baseos 400 k #13 14.11 ocaml-srpm-macros noarch 6-6.el9 appstream 8.8 k #13 14.11 openblas-srpm-macros noarch 2-11.el9 appstream 8.4 k #13 14.11 patch x86_64 2.7.6-16.el9 appstream 128 k #13 14.11 perl-AutoLoader noarch 5.74-481.el9 appstream 21 k #13 14.11 perl-B x86_64 1.80-481.el9 appstream 180 k #13 14.11 perl-Carp noarch 1.50-460.el9 appstream 30 k #13 14.11 perl-Class-Struct noarch 0.66-481.el9 appstream 22 k #13 14.11 perl-Data-Dumper x86_64 2.174-462.el9 appstream 56 k #13 14.11 perl-Digest noarch 1.19-4.el9 appstream 26 k #13 14.11 perl-Digest-MD5 x86_64 2.58-4.el9 appstream 37 k #13 14.11 perl-Encode x86_64 4:3.08-462.el9 appstream 1.7 M #13 14.11 perl-Errno x86_64 1.30-481.el9 appstream 14 k #13 14.11 perl-Exporter noarch 5.74-461.el9 appstream 32 k #13 14.11 perl-Fcntl x86_64 1.13-481.el9 appstream 20 k #13 14.11 perl-File-Basename noarch 2.85-481.el9 appstream 17 k #13 14.11 perl-File-Path noarch 2.18-4.el9 appstream 36 k #13 14.11 perl-File-Temp noarch 1:0.231.100-4.el9 appstream 60 k #13 14.11 perl-File-stat noarch 1.09-481.el9 appstream 17 k #13 14.11 perl-FileHandle noarch 2.03-481.el9 appstream 15 k #13 14.11 perl-Getopt-Long noarch 1:2.52-4.el9 appstream 61 k #13 14.11 perl-Getopt-Std noarch 1.12-481.el9 appstream 15 k #13 14.11 perl-HTTP-Tiny noarch 0.076-462.el9 appstream 54 k #13 14.11 perl-IO x86_64 1.43-481.el9 appstream 88 k #13 14.11 perl-IO-Socket-IP noarch 0.41-5.el9 appstream 43 k #13 14.11 perl-IO-Socket-SSL noarch 2.073-1.el9 appstream 219 k #13 14.11 perl-IPC-Open3 noarch 1.21-481.el9 appstream 22 k #13 14.11 perl-MIME-Base64 x86_64 3.16-4.el9 appstream 31 k #13 14.11 perl-Mozilla-CA noarch 20200520-6.el9 appstream 13 k #13 14.11 perl-Net-SSLeay x86_64 1.92-2.el9 appstream 388 k #13 14.11 perl-POSIX x86_64 1.94-481.el9 appstream 96 k #13 14.11 perl-PathTools x86_64 3.78-461.el9 appstream 88 k #13 14.11 perl-Pod-Escapes noarch 1:1.07-460.el9 appstream 21 k #13 14.11 perl-Pod-Perldoc noarch 3.28.01-461.el9 appstream 87 k #13 14.11 perl-Pod-Simple noarch 1:3.42-4.el9 appstream 225 k #13 14.11 perl-Pod-Usage noarch 4:2.01-4.el9 appstream 41 k #13 14.11 perl-Scalar-List-Utils x86_64 4:1.56-461.el9 appstream 73 k #13 14.11 perl-SelectSaver noarch 1.02-481.el9 appstream 11 k #13 14.11 perl-Socket x86_64 4:2.031-4.el9 appstream 56 k #13 14.11 perl-Storable x86_64 1:3.21-460.el9 appstream 96 k #13 14.11 perl-Symbol noarch 1.08-481.el9 appstream 14 k #13 14.11 perl-Term-ANSIColor noarch 5.01-461.el9 appstream 49 k #13 14.11 perl-Term-Cap noarch 1.17-460.el9 appstream 23 k #13 14.11 perl-Text-ParseWords noarch 3.30-460.el9 appstream 17 k #13 14.11 perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 appstream 24 k #13 14.11 perl-Time-Local noarch 2:1.300-7.el9 appstream 34 k #13 14.11 perl-URI noarch 5.09-3.el9 appstream 121 k #13 14.11 perl-base noarch 2.27-481.el9 appstream 16 k #13 14.11 perl-constant noarch 1.33-461.el9 appstream 24 k #13 14.11 perl-if noarch 0.60.800-481.el9 appstream 14 k #13 14.11 perl-interpreter x86_64 4:5.32.1-481.el9 appstream 71 k #13 14.11 perl-libnet noarch 3.13-4.el9 appstream 130 k #13 14.11 perl-libs x86_64 4:5.32.1-481.el9 appstream 2.2 M #13 14.11 perl-mro x86_64 1.23-481.el9 appstream 28 k #13 14.11 perl-overload noarch 1.31-481.el9 appstream 45 k #13 14.11 perl-overloading noarch 0.02-481.el9 appstream 12 k #13 14.11 perl-parent noarch 1:0.238-460.el9 appstream 15 k #13 14.11 perl-podlators noarch 1:4.14-460.el9 appstream 114 k #13 14.11 perl-srpm-macros noarch 1-41.el9 appstream 9.1 k #13 14.11 perl-subs noarch 1.03-481.el9 appstream 11 k #13 14.11 perl-vars noarch 1.05-481.el9 appstream 13 k #13 14.11 pkgconf x86_64 1.7.3-10.el9 baseos 41 k #13 14.11 pkgconf-m4 noarch 1.7.3-10.el9 baseos 15 k #13 14.11 pkgconf-pkg-config x86_64 1.7.3-10.el9 baseos 11 k #13 14.11 publicsuffix-list-dafsa noarch 20210518-3.el9 baseos 58 k #13 14.11 pyproject-srpm-macros noarch 1.9.0-1.el9 appstream 15 k #13 14.11 python-srpm-macros noarch 3.9-53.el9 appstream 18 k #13 14.11 python3-dateutil noarch 1:2.8.1-7.el9 baseos 288 k #13 14.11 python3-dbus x86_64 1.2.18-2.el9 baseos 144 k #13 14.11 python3-dnf-plugins-core noarch 4.3.0-13.el9 baseos 264 k #13 14.11 python3-enchant noarch 3.2.0-5.el9 appstream 86 k #13 14.11 python3-file-magic noarch 5.39-14.el9 appstream 17 k #13 14.11 python3-six noarch 1.15.0-9.el9 baseos 37 k #13 14.11 python3-systemd x86_64 234-18.el9 baseos 90 k #13 14.11 qt5-srpm-macros noarch 5.15.9-1.el9 appstream 8.8 k #13 14.11 redhat-rpm-config noarch 206-1.el9 appstream 67 k #13 14.11 rust-srpm-macros noarch 17-4.el9 appstream 10 k #13 14.11 shared-mime-info x86_64 2.1-5.el9 baseos 558 k #13 14.11 systemd-libs x86_64 252-23.el9 baseos 659 k #13 14.11 unzip x86_64 6.0-56.el9 baseos 182 k #13 14.11 webkit2gtk3-jsc x86_64 2.42.4-1.el9 appstream 3.6 M #13 14.11 xz x86_64 5.2.5-8.el9 baseos 226 k #13 14.11 zip x86_64 3.0-35.el9 baseos 266 k #13 14.11 zstd x86_64 1.5.1-2.el9 baseos 548 k #13 14.11 Installing weak dependencies: #13 14.11 abattis-cantarell-fonts noarch 0.301-4.el9 appstream 365 k #13 14.11 hunspell-en noarch 0.20140811.1-20.el9 appstream 187 k #13 14.11 libproxy-webkitgtk4 x86_64 0.4.15-35.el9 appstream 22 k #13 14.11 perl-NDBM_File x86_64 1.15-481.el9 appstream 22 k #13 14.11 #13 14.11 Transaction Summary #13 14.11 ================================================================================ #13 14.11 Install 139 Packages #13 14.11 #13 14.12 Total download size: 45 M #13 14.12 Installed size: 162 M #13 14.12 Downloading Packages: #14 23.76 Get:200 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patchutils armhf 0.3.4-2 [64.6 kB] #14 23.79 Get:201 http://ports.ubuntu.com/ubuntu-ports focal/main armhf wdiff armhf 1.2.2-2build1 [29.1 kB] #14 23.80 Get:202 http://ports.ubuntu.com/ubuntu-ports focal/main armhf devscripts armhf 2.20.2ubuntu2 [940 kB] #14 24.00 Get:203 http://ports.ubuntu.com/ubuntu-ports focal/main armhf diffstat armhf 1.63-1 [25.1 kB] #14 13.74 Get:67 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libx11-data all 2:1.8.6-1ubuntu1 [116 kB] #19 0.696 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB] #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 21.68 Selecting previously unselected package cpp. #13 21.68 Preparing to unpack .../040-cpp_4%3a8.3.0-1_armhf.deb ... #13 21.69 Unpacking cpp (4:8.3.0-1) ... #13 21.73 Selecting previously unselected package libcc1-0:armhf. #13 21.73 Preparing to unpack .../041-libcc1-0_8.3.0-6_armhf.deb ... #13 21.73 Unpacking libcc1-0:armhf (8.3.0-6) ... #13 21.79 Selecting previously unselected package libgomp1:armhf. #13 21.79 Preparing to unpack .../042-libgomp1_8.3.0-6_armhf.deb ... #13 21.80 Unpacking libgomp1:armhf (8.3.0-6) ... #14 20.32 Get:109 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gcc armhf 4:12.2.0-3ubuntu1 [5184 B] #13 18.31 Selecting previously unselected package libexpat1:armhf. #13 18.31 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u5_armhf.deb ... #13 18.32 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ... #13 18.56 Selecting previously unselected package python3.9-minimal. #14 22.71 Get:136 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdw1 armhf 0.189-4 [233 kB] #14 22.96 Get:137 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf debugedit armhf 1:5.0-5 [42.8 kB] #14 11.36 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] #14 24.12 Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnpth0 armhf 1.6-3build2 [7230 B] #14 24.12 Get:137 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dirmngr armhf 2.2.27-3ubuntu2.1 [320 kB] #14 24.22 Get:138 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB] #14 24.23 Get:139 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-utils armhf 2.2.27-3ubuntu2.1 [456 kB] #14 24.29 Get:140 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg armhf 2.2.27-3ubuntu2.1 [483 kB] #14 24.33 Get:141 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pinentry-curses armhf 1.1.1-1build2 [35.6 kB] #13 19.36 Preparing to unpack .../036-libisl19_0.20-2_amd64.deb ... #13 19.36 Unpacking libisl19:amd64 (0.20-2) ... #13 19.44 Selecting previously unselected package libmpfr6:amd64. #13 19.44 Preparing to unpack .../037-libmpfr6_4.0.2-1_amd64.deb ... #13 19.45 Unpacking libmpfr6:amd64 (4.0.2-1) ... #13 19.51 Selecting previously unselected package libmpc3:amd64. #13 19.51 Preparing to unpack .../038-libmpc3_1.1.0-1_amd64.deb ... #13 19.51 Unpacking libmpc3:amd64 (1.1.0-1) ... #13 19.54 Selecting previously unselected package cpp-8. #13 19.54 Preparing to unpack .../039-cpp-8_8.3.0-6_amd64.deb ... #13 19.55 Unpacking cpp-8 (8.3.0-6) ... #14 14.84 Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxmuu1 arm64 2:1.1.3-0ubuntu1 [9772 B] #14 14.99 Get:68 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 manpages all 5.05-1 [1314 kB] #13 19.98 Selecting previously unselected package groff-base. #13 19.98 Preparing to unpack .../01-groff-base_1.22.4-6_armhf.deb ... #13 19.99 Unpacking groff-base (1.22.4-6) ... #13 20.21 Selecting previously unselected package libgdbm6:armhf. #13 20.21 Preparing to unpack .../02-libgdbm6_1.19-2_armhf.deb ... #13 20.22 Unpacking libgdbm6:armhf (1.19-2) ... #13 17.04 Preparing to unpack .../011-manpages_5.10-1_all.deb ... #13 17.04 Unpacking manpages (5.10-1) ... #13 17.17 Selecting previously unselected package libmd0:amd64. #13 17.17 Preparing to unpack .../012-libmd0_1.0.3-3_amd64.deb ... #13 17.17 Unpacking libmd0:amd64 (1.0.3-3) ... #13 17.20 Selecting previously unselected package libbsd0:amd64. #13 17.21 Preparing to unpack .../013-libbsd0_0.11.3-1+deb11u1_amd64.deb ... #13 17.21 Unpacking libbsd0:amd64 (0.11.3-1+deb11u1) ... #13 17.25 Selecting previously unselected package libedit2:amd64. #13 17.25 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_amd64.deb ... #13 17.25 Unpacking libedit2:amd64 (3.1-20191231-2+b1) ... #13 17.29 Selecting previously unselected package libcbor0:amd64. #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #14 18.38 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.2 [8421 kB] #13 16.11 Preparing to unpack .../018-libbsd0_0.11.7-2_arm64.deb ... #13 16.11 Unpacking libbsd0:arm64 (0.11.7-2) ... #13 16.15 Selecting previously unselected package libedit2:arm64. #13 16.15 Preparing to unpack .../019-libedit2_3.1-20221030-2_arm64.deb ... #13 16.15 Unpacking libedit2:arm64 (3.1-20221030-2) ... #13 16.22 Selecting previously unselected package libcbor0.8:arm64. #13 16.22 Preparing to unpack .../020-libcbor0.8_0.8.0-2+b1_arm64.deb ... #13 16.22 Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... #13 16.25 Selecting previously unselected package libfido2-1:arm64. #13 16.25 Preparing to unpack .../021-libfido2-1_1.12.0-2+b1_arm64.deb ... #13 16.26 Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... #13 16.30 Selecting previously unselected package openssh-client. #13 16.30 Preparing to unpack .../022-openssh-client_1%3a9.2p1-2+deb12u2_arm64.deb ... #13 16.31 Unpacking openssh-client (1:9.2p1-2+deb12u2) ... #13 16.41 Selecting previously unselected package ucf. #13 16.52 Preparing to unpack .../002-netbase_5.6_all.deb ... #13 16.52 Unpacking netbase (5.6) ... #13 16.55 Selecting previously unselected package bzip2. #13 16.55 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_arm64.deb ... #13 16.56 Unpacking bzip2 (1.0.6-9.2~deb10u2) ... #13 16.59 Selecting previously unselected package libmagic-mgc. #13 16.59 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_arm64.deb ... #13 16.59 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ... #13 16.66 Selecting previously unselected package libmagic1:arm64. #13 20.53 Preparing to unpack .../055-liblsan0_12.2.0-14_amd64.deb ... #13 20.53 Unpacking liblsan0:amd64 (12.2.0-14) ... #13 20.67 Selecting previously unselected package libtsan2:amd64. #14 12.71 Get:47 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 ucf all 3.0043+nmu1 [56.5 kB] #14 12.73 Get:48 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 bsdextrautils arm64 2.38.1-4ubuntu1 [69.1 kB] #14 11.68 Get:350 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-parser-perl amd64 2.46-3build1 [212 kB] #14 11.68 Get:351 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB] #14 11.68 Get:352 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-libyaml-perl amd64 0.83+ds-1build1 [29.6 kB] #14 11.69 Get:353 http://archive.ubuntu.com/ubuntu jammy/main amd64 licensecheck all 3.2.14-2 [40.9 kB] #14 11.69 Get:354 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-size-perl amd64 0.83-1build4 [20.7 kB] #14 11.69 Get:355 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-run3-perl all 0.048-2 [31.4 kB] #14 11.69 Get:356 http://archive.ubuntu.com/ubuntu jammy/main amd64 lzip amd64 1.23-1 [80.5 kB] #14 11.69 Get:357 http://archive.ubuntu.com/ubuntu jammy/main amd64 lzop amd64 1.04-2build2 [83.7 kB] #14 11.69 Get:358 http://archive.ubuntu.com/ubuntu jammy/main amd64 t1utils amd64 1.41-4build2 [61.3 kB] #14 11.70 Get:359 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] #14 11.70 Get:360 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lintian all 2.114.0ubuntu1.3 [1082 kB] #14 11.71 Get:361 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB] #14 11.73 Get:362 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] #14 11.73 Get:363 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] #14 11.73 Get:364 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB] #14 11.73 Get:365 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] #14 11.73 Get:366 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] #14 11.73 Get:367 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-unidiff all 0.5.5-2 [9180 B] #14 11.73 Get:368 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-xdg all 0.27-2 [36.9 kB] #14 11.73 Get:369 http://archive.ubuntu.com/ubuntu jammy/main amd64 equivs all 2.3.1 [19.0 kB] #14 11.73 Get:370 http://archive.ubuntu.com/ubuntu jammy/main amd64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB] #14 11.74 Get:371 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-magic all 2:0.4.24-2 [12.6 kB] #14 11.89 debconf: delaying package configuration, since apt-utils is not installed #14 11.92 Fetched 132 MB in 7s (20.0 MB/s) #14 11.94 Selecting previously unselected package liblocale-gettext-perl. #14 11.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4391 files and directories currently installed.) #14 11.94 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_amd64.deb ... #14 11.95 Unpacking liblocale-gettext-perl (1.07-4build3) ... #14 11.99 Selecting previously unselected package libpython3.10-minimal:amd64. #14 11.99 Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.3_amd64.deb ... #14 12.00 Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.3) ... #13 16.61 Preparing to unpack .../018-ucf_3.0043_all.deb ... #13 16.64 Moving old data out of the way #13 16.64 Unpacking ucf (3.0043) ... #13 16.78 Selecting previously unselected package xz-utils. #13 16.78 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... #13 16.85 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... #14 24.01 Get:204 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-chardet all 3.0.4-4build1 [80.4 kB] #14 24.01 Get:205 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-debian all 0.1.36ubuntu1.1 [64.9 kB] #14 24.02 Get:206 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgpgme11 armhf 1.13.1-7ubuntu2.1 [102 kB] #14 24.03 Get:207 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-gpg armhf 1.13.1-7ubuntu2.1 [144 kB] #14 24.04 Get:208 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dput all 1.0.3ubuntu1.1 [42.0 kB] #14 24.04 Get:209 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl3-gnutls armhf 7.68.0-1ubuntu2.21 [202 kB] #14 14.06 Get:68 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libx11-6 arm64 2:1.8.6-1ubuntu1 [646 kB] #13 21.85 Selecting previously unselected package libatomic1:armhf. #13 21.85 Preparing to unpack .../043-libatomic1_8.3.0-6_armhf.deb ... #13 21.85 Unpacking libatomic1:armhf (8.3.0-6) ... #13 22.04 Selecting previously unselected package libasan5:armhf. #13 22.04 Preparing to unpack .../044-libasan5_8.3.0-6_armhf.deb ... #13 22.04 Unpacking libasan5:armhf (8.3.0-6) ... #14 20.72 Get:110 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libstdc++-12-dev armhf 12.3.0-1ubuntu1~23.04 [2246 kB] #13 18.56 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_armhf.deb ... #13 18.57 Unpacking python3.9-minimal (3.9.2-1) ... #14 22.97 Get:138 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf dwz armhf 0.15-1 [109 kB] #14 23.00 Get:139 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gettext armhf 0.21-13 [801 kB] #14 23.17 Get:140 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf intltool-debian all 0.35.0+20060710.6 [23.2 kB] #14 23.20 Get:141 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf po-debconf all 1.0.21+nmu1 [233 kB] #14 23.23 Get:142 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf debhelper all 13.11.6ubuntu1 [935 kB] #14 11.41 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ucf all 3.0043 [56.1 kB] #14 11.44 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bsdextrautils arm64 2.37.2-4ubuntu3 [70.1 kB] #14 11.46 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libmagic-mgc arm64 1:5.41-3ubuntu0.1 [257 kB] #14 11.52 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libmagic1 arm64 1:5.41-3ubuntu0.1 [85.0 kB] #14 11.54 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 file arm64 1:5.41-3ubuntu0.1 [21.6 kB] #14 11.54 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext-base arm64 0.21-4ubuntu4 [37.2 kB] #14 11.54 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuchardet0 arm64 0.0.7-1build2 [77.3 kB] #14 11.56 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 groff-base arm64 1.22.4-8build1 [917 kB] #14 11.64 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcbor0.8 arm64 0.8.0-2ubuntu1 [24.3 kB] #14 16.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 ... 4351 files and directories currently installed.) #14 16.36 Preparing to unpack .../libc-bin_2.37-0ubuntu2.2_amd64.deb ... #14 16.38 Unpacking libc-bin (2.37-0ubuntu2.2) over (2.37-0ubuntu2.1) ... #14 16.53 Setting up libc-bin (2.37-0ubuntu2.2) ... #14 16.59 Selecting previously unselected package liblocale-gettext-perl. #14 16.59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4351 files and directories currently installed.) #14 16.60 Preparing to unpack .../liblocale-gettext-perl_1.07-5_amd64.deb ... #14 16.60 Unpacking liblocale-gettext-perl (1.07-5) ... #14 16.65 Selecting previously unselected package libssl3:amd64. #14 24.33 Get:142 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-agent armhf 2.2.27-3ubuntu2.1 [227 kB] #14 24.34 Get:143 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-client armhf 2.2.27-3ubuntu2.1 [86.3 kB] #13 20.32 Selecting previously unselected package libpipeline1:armhf. #13 20.32 Preparing to unpack .../03-libpipeline1_1.5.3-1_armhf.deb ... #13 20.33 Unpacking libpipeline1:armhf (1.5.3-1) ... #13 17.29 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_amd64.deb ... #13 17.29 Unpacking libcbor0:amd64 (0.5.0+dfsg-2) ... #13 17.33 Selecting previously unselected package libfido2-1:amd64. #13 17.33 Preparing to unpack .../016-libfido2-1_1.6.0-2_amd64.deb ... #13 17.33 Unpacking libfido2-1:amd64 (1.6.0-2) ... #13 17.37 Selecting previously unselected package openssh-client. #13 17.37 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u3_amd64.deb ... #13 17.38 Unpacking openssh-client (1:8.4p1-5+deb11u3) ... #13 17.49 Selecting previously unselected package ucf. #13 17.49 Preparing to unpack .../018-ucf_3.0043_all.deb ... #13 17.50 Moving old data out of the way #13 17.50 Unpacking ucf (3.0043) ... #13 17.53 Selecting previously unselected package xz-utils. #13 17.53 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... #13 17.53 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... #13 17.58 Selecting previously unselected package libsigsegv2:amd64. #13 17.58 Preparing to unpack .../020-libsigsegv2_2.13-1_amd64.deb ... #13 17.58 Unpacking libsigsegv2:amd64 (2.13-1) ... #13 17.61 Selecting previously unselected package m4. #13 16.41 Preparing to unpack .../023-ucf_3.0043+nmu1_all.deb ... #13 16.42 Moving old data out of the way #13 16.42 Unpacking ucf (3.0043+nmu1) ... #13 16.46 Selecting previously unselected package xz-utils. #13 16.46 Preparing to unpack .../024-xz-utils_5.4.1-0.2_arm64.deb ... #13 16.46 Unpacking xz-utils (5.4.1-0.2) ... #13 16.53 Selecting previously unselected package m4. #13 16.53 Preparing to unpack .../025-m4_1.4.19-3_arm64.deb ... #13 16.53 Unpacking m4 (1.4.19-3) ... #13 16.58 Selecting previously unselected package autoconf. #13 16.58 Preparing to unpack .../026-autoconf_2.71-3_all.deb ... #13 16.59 Unpacking autoconf (2.71-3) ... #13 16.64 Selecting previously unselected package autotools-dev. #13 16.66 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_arm64.deb ... #13 16.66 Unpacking libmagic1:arm64 (1:5.35-4+deb10u2) ... #13 16.70 Selecting previously unselected package file. #13 16.70 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_arm64.deb ... #13 16.71 Unpacking file (1:5.35-4+deb10u2) ... #13 16.75 Selecting previously unselected package gettext-base. #13 16.75 Preparing to unpack .../007-gettext-base_0.19.8.1-9_arm64.deb ... #13 16.75 Unpacking gettext-base (0.19.8.1-9) ... #13 16.79 Selecting previously unselected package krb5-locales. #13 16.80 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u6_all.deb ... #13 16.80 Unpacking krb5-locales (1.17-3+deb10u6) ... #13 16.84 Selecting previously unselected package libkeyutils1:arm64. #13 16.84 Preparing to unpack .../009-libkeyutils1_1.6-6_arm64.deb ... #13 16.85 Unpacking libkeyutils1:arm64 (1.6-6) ... #13 16.88 Selecting previously unselected package libkrb5support0:arm64. #13 16.89 Preparing to unpack .../010-libkrb5support0_1.17-3+deb10u6_arm64.deb ... #13 16.89 Unpacking libkrb5support0:arm64 (1.17-3+deb10u6) ... #13 16.93 Selecting previously unselected package libk5crypto3:arm64. #13 20.67 Preparing to unpack .../056-libtsan2_12.2.0-14_amd64.deb ... #13 20.68 Unpacking libtsan2:amd64 (12.2.0-14) ... #13 20.92 Selecting previously unselected package libubsan1:amd64. #13 20.92 Preparing to unpack .../057-libubsan1_12.2.0-14_amd64.deb ... #13 20.92 Unpacking libubsan1:amd64 (12.2.0-14) ... #13 21.03 Selecting previously unselected package libquadmath0:amd64. #14 12.74 Get:49 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmagic-mgc arm64 1:5.44-3 [293 kB] #14 12.79 Get:50 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmagic1 arm64 1:5.44-3 [84.3 kB] #14 12.80 Get:51 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 file arm64 1:5.44-3 [21.8 kB] #14 12.80 Get:52 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gettext-base arm64 0.21-11 [35.4 kB] #14 12.80 Get:53 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libuchardet0 arm64 0.0.7-1build2 [77.3 kB] #14 12.08 Selecting previously unselected package libexpat1:amd64. #14 12.08 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_amd64.deb ... #14 12.10 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.2) ... #14 12.18 Selecting previously unselected package python3.10-minimal. #14 12.18 Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.3_amd64.deb ... #14 12.19 Unpacking python3.10-minimal (3.10.12-1~22.04.3) ... #14 12.25 Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.3) ... #14 12.28 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.2) ... #14 24.20 Get:210 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liberror-perl all 0.17029-1 [26.5 kB] #14 24.36 Get:211 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git-man all 1:2.25.1-1ubuntu3.11 [887 kB] #14 14.27 Get:69 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxext6 arm64 2:1.3.4-1build1 [31.1 kB] #14 14.27 Get:70 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxmuu1 arm64 2:1.1.3-3 [10.4 kB] #14 14.27 Get:71 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 man-db arm64 2.11.2-3 [1214 kB] #14 14.37 Get:72 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 manpages all 6.03-2 [1322 kB] #14 14.43 Get:73 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 openssh-client arm64 1:9.3p1-1ubuntu3.2 [868 kB] #14 14.47 Get:74 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 publicsuffix all 20230209.2326-1 [131 kB] #13 22.11 Selecting previously unselected package libubsan1:armhf. #13 22.11 Preparing to unpack .../045-libubsan1_8.3.0-6_armhf.deb ... #13 22.12 Unpacking libubsan1:armhf (8.3.0-6) ... #13 22.16 Selecting previously unselected package libgcc-8-dev:armhf. #13 22.16 Preparing to unpack .../046-libgcc-8-dev_8.3.0-6_armhf.deb ... #13 22.17 Unpacking libgcc-8-dev:armhf (8.3.0-6) ... #13 22.29 Selecting previously unselected package gcc-8. #13 22.29 Preparing to unpack .../047-gcc-8_8.3.0-6_armhf.deb ... #13 22.30 Unpacking gcc-8 (8.3.0-6) ... #13 19.03 Setting up libpython3.9-minimal:armhf (3.9.2-1) ... #13 14.36 Get:53 http://archive.raspbian.org/raspbian bookworm/main armhf gcc armhf 4:12.2.0-3+rpi1 [5216 B] #13 14.36 Get:54 http://archive.raspbian.org/raspbian bookworm/main armhf libc-dev-bin armhf 2.36-9+rpi1+deb12u3 [44.1 kB] #13 14.37 Get:55 http://archive.raspbian.org/raspbian bookworm/main armhf linux-libc-dev armhf 6.1.52-1+rpi1 [1813 kB] #13 14.39 Get:56 http://archive.raspbian.org/raspbian bookworm/main armhf libcrypt-dev armhf 1:4.4.33-2 [121 kB] #13 14.39 Get:57 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc-dev armhf 1.3.3+ds-1 [174 kB] #13 14.39 Get:58 http://archive.raspbian.org/raspbian bookworm/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB] #13 14.40 Get:59 http://archive.raspbian.org/raspbian bookworm/main armhf rpcsvc-proto armhf 1.4.3-1 [55.1 kB] #13 14.40 Get:60 http://archive.raspbian.org/raspbian bookworm/main armhf libc6-dev armhf 2.36-9+rpi1+deb12u3 [1256 kB] #13 14.43 Get:61 http://archive.raspbian.org/raspbian bookworm/main armhf libtool all 2.4.7-5 [517 kB] #13 14.54 Get:62 http://archive.raspbian.org/raspbian bookworm/main armhf dh-autoreconf all 20 [17.1 kB] #13 14.63 Get:63 http://archive.raspbian.org/raspbian bookworm/main armhf libarchive-zip-perl all 1.68-1 [104 kB] #14 16.65 Preparing to unpack .../libssl3_3.0.8-1ubuntu1.4_amd64.deb ... #14 16.66 Unpacking libssl3:amd64 (3.0.8-1ubuntu1.4) ... #14 16.72 Selecting previously unselected package libpython3.11-minimal:amd64. #14 16.72 Preparing to unpack .../libpython3.11-minimal_3.11.4-1~23.04.2_amd64.deb ... #14 16.73 Unpacking libpython3.11-minimal:amd64 (3.11.4-1~23.04.2) ... #14 16.80 Selecting previously unselected package libexpat1:amd64. #14 16.80 Preparing to unpack .../libexpat1_2.5.0-1_amd64.deb ... #14 16.81 Unpacking libexpat1:amd64 (2.5.0-1) ... #14 16.85 Selecting previously unselected package python3.11-minimal. #14 16.85 Preparing to unpack .../python3.11-minimal_3.11.4-1~23.04.2_amd64.deb ... #14 16.85 Unpacking python3.11-minimal (3.11.4-1~23.04.2) ... #14 16.92 Setting up libssl3:amd64 (3.0.8-1ubuntu1.4) ... #14 23.28 Get:143 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfakeroot armhf 1.32.1-1 [27.3 kB] #14 23.45 Get:144 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf fakeroot armhf 1.32.1-1 [61.6 kB] #15 9.803 CentOS Stream 8 - BaseOS 11 MB/s | 10 MB 00:00 #14 24.75 Get:144 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-server armhf 2.2.27-3ubuntu2.1 [80.1 kB] #13 20.51 Selecting previously unselected package man-db. #13 20.51 Preparing to unpack .../04-man-db_2.9.4-2_armhf.deb ... #13 20.52 Unpacking man-db (2.9.4-2) ... #13 20.70 Selecting previously unselected package perl-modules-5.32. #13 20.70 Preparing to unpack .../05-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ... #13 20.70 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ... #13 17.61 Preparing to unpack .../021-m4_1.4.18-5_amd64.deb ... #13 17.61 Unpacking m4 (1.4.18-5) ... #13 17.65 Selecting previously unselected package autoconf. #13 17.65 Preparing to unpack .../022-autoconf_2.69-14_all.deb ... #13 17.66 Unpacking autoconf (2.69-14) ... #13 17.71 Selecting previously unselected package autotools-dev. #13 17.71 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ... #13 17.71 Unpacking autotools-dev (20180224.1+nmu1) ... #13 17.75 Selecting previously unselected package automake. #13 17.75 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ... #13 17.75 Unpacking automake (1:1.16.3-2) ... #13 17.82 Selecting previously unselected package autopoint. #14 15.59 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssh-client arm64 1:8.2p1-4ubuntu0.11 [636 kB] #14 15.69 Get:70 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 publicsuffix all 20200303.0012-1 [111 kB] #13 16.64 Preparing to unpack .../027-autotools-dev_20220109.1_all.deb ... #13 16.64 Unpacking autotools-dev (20220109.1) ... #13 16.68 Selecting previously unselected package automake. #13 16.68 Preparing to unpack .../028-automake_1%3a1.16.5-1.3_all.deb ... #13 16.68 Unpacking automake (1:1.16.5-1.3) ... #13 16.75 Selecting previously unselected package autopoint. #13 16.75 Preparing to unpack .../029-autopoint_0.21-12_all.deb ... #13 16.76 Unpacking autopoint (0.21-12) ... #13 16.80 Selecting previously unselected package binutils-common:arm64. #13 16.80 Preparing to unpack .../030-binutils-common_2.40-2_arm64.deb ... #13 16.80 Unpacking binutils-common:arm64 (2.40-2) ... #13 16.93 Preparing to unpack .../011-libk5crypto3_1.17-3+deb10u6_arm64.deb ... #13 16.94 Unpacking libk5crypto3:arm64 (1.17-3+deb10u6) ... #13 17.01 Selecting previously unselected package libkrb5-3:arm64. #13 17.01 Preparing to unpack .../012-libkrb5-3_1.17-3+deb10u6_arm64.deb ... #13 17.01 Unpacking libkrb5-3:arm64 (1.17-3+deb10u6) ... #13 17.08 Selecting previously unselected package libgssapi-krb5-2:arm64. #13 17.08 Preparing to unpack .../013-libgssapi-krb5-2_1.17-3+deb10u6_arm64.deb ... #13 17.08 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u6) ... #13 17.13 Selecting previously unselected package libicu63:arm64. #13 17.13 Preparing to unpack .../014-libicu63_63.1-6+deb10u3_arm64.deb ... #13 17.14 Unpacking libicu63:arm64 (63.1-6+deb10u3) ... #13 21.03 Preparing to unpack .../058-libquadmath0_12.2.0-14_amd64.deb ... #13 21.04 Unpacking libquadmath0:amd64 (12.2.0-14) ... #13 21.08 Selecting previously unselected package libgcc-12-dev:amd64. #13 21.08 Preparing to unpack .../059-libgcc-12-dev_12.2.0-14_amd64.deb ... #13 21.08 Unpacking libgcc-12-dev:amd64 (12.2.0-14) ... #13 21.28 Selecting previously unselected package gcc-12. #14 18.79 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B] #13 24.60 Selecting previously unselected package gcc. #13 24.60 Preparing to unpack .../056-gcc_4%3a12.2.0-3_armhf.deb ... #13 24.60 Unpacking gcc (4:12.2.0-3) ... #14 13.21 Get:54 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 groff-base arm64 1.22.4-10 [899 kB] #14 12.30 Setting up python3.10-minimal (3.10.12-1~22.04.3) ... #14 24.73 Get:212 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git armhf 1:2.25.1-1ubuntu3.11 [3453 kB] #14 14.48 Get:75 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 strace arm64 6.5-0.0ubuntu1 [469 kB] #14 14.50 Get:76 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 xauth arm64 1:1.1.2-1 [25.4 kB] #14 14.50 Get:77 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 xz-utils arm64 5.4.1-0.2 [271 kB] #13 17.35 Selecting previously unselected package libsigsegv2:arm64. #13 17.35 Preparing to unpack .../020-libsigsegv2_2.13-1_arm64.deb ... #13 17.35 Unpacking libsigsegv2:arm64 (2.13-1) ... #13 17.56 Selecting previously unselected package m4. #13 19.22 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ... #13 19.30 Setting up python3.9-minimal (3.9.2-1) ... #14 17.00 Setting up libpython3.11-minimal:amd64 (3.11.4-1~23.04.2) ... #14 17.02 Setting up libexpat1:amd64 (2.5.0-1) ... #14 17.03 Setting up python3.11-minimal (3.11.4-1~23.04.2) ... #13 14.66 Get:64 http://archive.raspbian.org/raspbian bookworm/main armhf libsub-override-perl all 0.09-4 [9304 B] #13 14.67 Get:65 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB] #13 14.68 Get:66 http://archive.raspbian.org/raspbian bookworm/main armhf dh-strip-nondeterminism all 1.13.1-1 [8620 B] #13 14.68 Get:67 http://archive.raspbian.org/raspbian bookworm/main armhf libdpkg-perl all 1.21.22+rpi1 [603 kB] #13 14.68 Get:68 http://archive.raspbian.org/raspbian bookworm/main armhf patch armhf 2.7.6-7 [116 kB] #13 14.68 Get:69 http://archive.raspbian.org/raspbian bookworm/main armhf make armhf 4.3-4.1 [376 kB] #13 14.68 Get:70 http://archive.raspbian.org/raspbian bookworm/main armhf dpkg-dev all 1.21.22+rpi1 [1353 kB] #13 ... #10 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #10 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 7.7s done #10 extracting sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd done #10 DONE 32.6s #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 14.79 Get:71 http://archive.raspbian.org/raspbian bookworm/main armhf libelf1 armhf 0.188-2.1+rpi1 [171 kB] #13 14.79 Get:72 http://archive.raspbian.org/raspbian bookworm/main armhf dwz armhf 0.15-1 [92.4 kB] #13 14.86 Get:73 http://archive.raspbian.org/raspbian bookworm/main armhf libicu72 armhf 72.1-3 [9009 kB] #14 21.36 Get:111 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf g++-12 armhf 12.3.0-1ubuntu1~23.04 [9331 kB] #14 25.03 Get:145 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgsm armhf 2.2.27-3ubuntu2.1 [206 kB] #14 12.04 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libedit2 arm64 3.1-20210910-1build1 [96.0 kB] #13 21.06 Selecting previously unselected package libgdbm-compat4:armhf. #13 19.71 Setting up libc6:armhf (2.28-10+rpt2+rpi1+deb10u2) ... #13 17.82 Preparing to unpack .../025-autopoint_0.21-4_all.deb ... #13 17.82 Unpacking autopoint (0.21-4) ... #13 17.86 Selecting previously unselected package binutils-common:amd64. #13 17.86 Preparing to unpack .../026-binutils-common_2.35.2-2_amd64.deb ... #13 17.87 Unpacking binutils-common:amd64 (2.35.2-2) ... #13 18.11 Selecting previously unselected package libbinutils:amd64. #14 15.77 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python-apt-common all 2.0.1ubuntu0.20.04.1 [16.5 kB] #14 15.84 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-apt arm64 2.0.1ubuntu0.20.04.1 [147 kB] #19 1.737 Fetched 9185 kB in 1s (6305 kB/s) #13 17.03 Selecting previously unselected package libbinutils:arm64. #13 17.03 Preparing to unpack .../031-libbinutils_2.40-2_arm64.deb ... #13 17.03 Unpacking libbinutils:arm64 (2.40-2) ... #13 17.11 Selecting previously unselected package libctf-nobfd0:arm64. #13 17.11 Preparing to unpack .../032-libctf-nobfd0_2.40-2_arm64.deb ... #13 17.12 Unpacking libctf-nobfd0:arm64 (2.40-2) ... #13 17.16 Selecting previously unselected package libctf0:arm64. #13 21.28 Preparing to unpack .../060-gcc-12_12.2.0-14_amd64.deb ... #13 21.29 Unpacking gcc-12 (12.2.0-14) ... #14 18.80 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] #14 18.80 Get:116 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB] #14 18.80 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB] #14 18.81 Get:118 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB] #14 18.84 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] #14 18.84 Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] #14 18.85 Get:121 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [42.5 kB] #14 19.00 Get:122 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [181 kB] #25 DONE 5.6s #26 [linux/amd64->darwin/arm64 build 1/2] COPY --link --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo #26 merging #26 ... #27 [linux/amd64->darwin/amd64 build 1/2] COPY --link --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo #27 merging 0.3s done #27 DONE 0.3s #26 [linux/amd64->darwin/arm64 build 1/2] COPY --link --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo #26 merging 0.3s done #26 DONE 0.3s #28 [linux/amd64->darwin/arm64 build 2/2] RUN --mount=type=bind,target=.,ro --mount=type=cache,target=/root/.cache --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk --mount=type=tmpfs,target=cli/winresources xx-go --wrap && TARGET=/out ./scripts/build/binary && xx-verify $([ "static" = "static" ] && echo "--static") /out/docker #13 24.65 Selecting previously unselected package libstdc++-12-dev:armhf. #13 24.65 Preparing to unpack .../057-libstdc++-12-dev_12.2.0-14_armhf.deb ... #13 24.66 Unpacking libstdc++-12-dev:armhf (12.2.0-14) ... #14 14.61 Selecting previously unselected package python3-minimal. #14 24.93 Get:213 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] #14 24.93 Get:214 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-xs-perl armhf 0.04-6 [11.0 kB] #14 24.93 Get:215 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB] #14 24.93 Get:216 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libapt-pkg-perl armhf 0.1.36build3 [63.4 kB] #14 24.93 Get:217 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-cpio-perl all 0.10-1 [9644 B] #14 24.93 Get:218 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarray-intspan-perl all 2.003-1 [23.3 kB] #14 24.93 Get:219 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libasync-mergepoint-perl all 0.04-2 [10.2 kB] #14 24.93 Get:220 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-implementation-perl all 0.09-1 [12.2 kB] #13 20.30 Selecting previously unselected package cpp. #13 20.30 Preparing to unpack .../040-cpp_4%3a8.3.0-1_amd64.deb ... #13 20.30 Unpacking cpp (4:8.3.0-1) ... #13 20.34 Selecting previously unselected package libcc1-0:amd64. #13 20.34 Preparing to unpack .../041-libcc1-0_8.3.0-6_amd64.deb ... #13 20.34 Unpacking libcc1-0:amd64 (8.3.0-6) ... #13 20.38 Selecting previously unselected package libgomp1:amd64. #13 20.38 Preparing to unpack .../042-libgomp1_8.3.0-6_amd64.deb ... #13 20.38 Unpacking libgomp1:amd64 (8.3.0-6) ... #13 20.42 Selecting previously unselected package libitm1:amd64. #13 20.42 Preparing to unpack .../043-libitm1_8.3.0-6_amd64.deb ... #13 20.42 Unpacking libitm1:amd64 (8.3.0-6) ... #13 20.46 Selecting previously unselected package libatomic1:amd64. #13 20.47 Preparing to unpack .../044-libatomic1_8.3.0-6_amd64.deb ... #13 20.47 Unpacking libatomic1:amd64 (8.3.0-6) ... #13 20.50 Selecting previously unselected package libasan5:amd64. #13 20.51 Preparing to unpack .../045-libasan5_8.3.0-6_amd64.deb ... #13 20.51 Unpacking libasan5:amd64 (8.3.0-6) ... #13 20.57 Selecting previously unselected package liblsan0:amd64. #14 14.91 Get:78 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 m4 arm64 1.4.19-3 [239 kB] #13 17.56 Preparing to unpack .../021-m4_1.4.18-5_arm64.deb ... #13 17.57 Unpacking m4 (1.4.18-5) ... #13 17.61 Selecting previously unselected package autoconf. #13 17.61 Preparing to unpack .../022-autoconf_2.69-14_all.deb ... #13 17.61 Unpacking autoconf (2.69-14) ... #13 17.67 Selecting previously unselected package autotools-dev. #13 17.67 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ... #13 17.68 Unpacking autotools-dev (20180224.1+nmu1) ... #13 17.71 Selecting previously unselected package automake. #13 17.71 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ... #13 17.72 Unpacking automake (1:1.16.3-2) ... #13 17.78 Selecting previously unselected package autopoint. #14 25.17 Get:146 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg all 2.2.27-3ubuntu2.1 [315 kB] #14 25.26 Get:147 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-dirlist-perl all 0.05-2 [7100 B] #14 25.26 Get:148 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-which-perl all 1.23-1 [13.8 kB] #14 25.26 Get:149 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-homedir-perl all 1.006-1 [38.3 kB] #14 25.27 Get:150 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-touch-perl all 0.12-1 [9024 B] #14 25.27 Get:151 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-pty-perl armhf 1:1.15-2build2 [34.3 kB] #14 25.28 Get:152 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-run-perl all 20200505.0-1 [89.8 kB] #14 12.34 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfido2-1 arm64 1.10.0-1 [81.8 kB] #14 12.40 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libnghttp2-14 arm64 1.43.0-1ubuntu0.1 [76.1 kB] #14 12.45 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpipeline1 arm64 1.5.5-1 [23.2 kB] #14 12.47 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpng16-16 arm64 1.6.37-3build5 [189 kB] #14 12.53 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB] #14 12.54 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxau6 arm64 1:1.0.9-1build5 [7624 B] #14 12.55 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu5 [10.8 kB] #14 12.55 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb1 arm64 1.14-3ubuntu3 [49.0 kB] #14 23.69 Get:145 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libassuan0 armhf 2.5.6-1 [31.0 kB] #14 23.72 Get:146 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gpgconf armhf 2.2.40-1.1ubuntu1 [120 kB] #14 23.82 Get:147 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libksba8 armhf 1.6.4-2 [102 kB] #14 23.87 Get:148 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnpth0 armhf 1.6-3build2 [7230 B] #14 23.87 Get:149 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf dirmngr armhf 2.2.40-1.1ubuntu1 [331 kB] #14 23.98 Get:150 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gnupg-l10n all 2.2.40-1.1ubuntu1 [56.2 kB] #14 23.98 Get:151 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gnupg-utils armhf 2.2.40-1.1ubuntu1 [459 kB] #14 24.02 Get:152 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gpg armhf 2.2.40-1.1ubuntu1 [482 kB] #14 24.06 Get:153 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf pinentry-curses armhf 1.2.1-1ubuntu1 [35.8 kB] #14 24.06 Get:154 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gpg-agent armhf 2.2.40-1.1ubuntu1 [236 kB] #13 21.06 Preparing to unpack .../06-libgdbm-compat4_1.19-2_armhf.deb ... #13 21.06 Unpacking libgdbm-compat4:armhf (1.19-2) ... #13 21.10 Selecting previously unselected package libperl5.32:armhf. #13 21.10 Preparing to unpack .../07-libperl5.32_5.32.1-4+deb11u2_armhf.deb ... #13 21.10 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ... #13 18.11 Preparing to unpack .../027-libbinutils_2.35.2-2_amd64.deb ... #13 18.12 Unpacking libbinutils:amd64 (2.35.2-2) ... #13 18.19 Selecting previously unselected package libctf-nobfd0:amd64. #13 18.19 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_amd64.deb ... #13 18.20 Unpacking libctf-nobfd0:amd64 (2.35.2-2) ... #13 18.23 Selecting previously unselected package libctf0:amd64. #14 15.92 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 strace arm64 5.5-3ubuntu1 [297 kB] #14 16.01 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 xauth arm64 1:1.1-0ubuntu1 [24.1 kB] #14 16.09 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfl2 arm64 2.6.4-6.2 [11.4 kB] #14 16.16 Get:76 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 at arm64 3.1.23-1ubuntu1 [37.7 kB] #13 17.16 Preparing to unpack .../033-libctf0_2.40-2_arm64.deb ... #13 17.16 Unpacking libctf0:arm64 (2.40-2) ... #13 17.20 Selecting previously unselected package libgprofng0:arm64. #13 17.20 Preparing to unpack .../034-libgprofng0_2.40-2_arm64.deb ... #13 17.20 Unpacking libgprofng0:arm64 (2.40-2) ... #13 17.29 Selecting previously unselected package libjansson4:arm64. #13 17.29 Preparing to unpack .../035-libjansson4_2.14-2_arm64.deb ... #13 17.29 Unpacking libjansson4:arm64 (2.14-2) ... #13 17.33 Selecting previously unselected package binutils-aarch64-linux-gnu. #13 17.33 Preparing to unpack .../036-binutils-aarch64-linux-gnu_2.40-2_arm64.deb ... #13 17.33 Unpacking binutils-aarch64-linux-gnu (2.40-2) ... #14 19.36 Get:123 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [30.4 kB] #14 14.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 ... 4665 files and directories currently installed.) #14 14.61 Preparing to unpack .../00-python3-minimal_3.11.4-5_amd64.deb ... #14 14.66 Unpacking python3-minimal (3.11.4-5) ... #14 14.92 Selecting previously unselected package media-types. #13 17.78 Selecting previously unselected package libxml2:arm64. #14 25.08 Get:221 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B] #14 25.15 Get:222 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libvariable-magic-perl armhf 0.62-1build2 [31.9 kB] #14 25.24 Get:223 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-endofscope-perl all 0.24-1 [16.8 kB] #14 25.26 Get:224 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB] #13 20.57 Preparing to unpack .../046-liblsan0_8.3.0-6_amd64.deb ... #13 20.58 Unpacking liblsan0:amd64 (8.3.0-6) ... #13 20.62 Selecting previously unselected package libtsan0:amd64. #13 20.62 Preparing to unpack .../047-libtsan0_8.3.0-6_amd64.deb ... #13 20.62 Unpacking libtsan0:amd64 (8.3.0-6) ... #13 20.68 Selecting previously unselected package libubsan1:amd64. #13 20.68 Preparing to unpack .../048-libubsan1_8.3.0-6_amd64.deb ... #13 20.69 Unpacking libubsan1:amd64 (8.3.0-6) ... #13 20.73 Selecting previously unselected package libmpx2:amd64. #13 20.73 Preparing to unpack .../049-libmpx2_8.3.0-6_amd64.deb ... #13 20.73 Unpacking libmpx2:amd64 (8.3.0-6) ... #13 20.76 Selecting previously unselected package libquadmath0:amd64. #13 20.76 Preparing to unpack .../050-libquadmath0_8.3.0-6_amd64.deb ... #13 20.77 Unpacking libquadmath0:amd64 (8.3.0-6) ... #13 20.81 Selecting previously unselected package libgcc-8-dev:amd64. #14 12.96 Selecting previously unselected package python3-minimal. #14 12.96 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4709 files and directories currently installed.) #14 12.96 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ... #14 12.97 Unpacking python3-minimal (3.10.6-1~22.04) ... #14 13.02 Selecting previously unselected package media-types. #14 13.02 Preparing to unpack .../1-media-types_7.0.0_all.deb ... #14 13.02 Unpacking media-types (7.0.0) ... #14 13.08 Selecting previously unselected package libmpdec3:amd64. #14 13.08 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... #14 13.09 Unpacking libmpdec3:amd64 (2.5.1-2build2) ... #14 13.16 Selecting previously unselected package readline-common. #14 13.16 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ... #14 13.17 Unpacking readline-common (8.1.2-1) ... #14 13.21 Selecting previously unselected package libreadline8:amd64. #14 13.76 Get:55 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libcbor0.8 arm64 0.8.0-2ubuntu1 [24.3 kB] #14 13.76 Get:56 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libedit2 arm64 3.1-20221030-2 [95.0 kB] #14 13.77 Get:57 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfido2-1 arm64 1.12.0-2 [83.3 kB] #14 13.77 Get:58 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libjansson4 arm64 2.14-2 [34.3 kB] #14 13.78 Get:59 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libnghttp2-14 arm64 1.52.0-1ubuntu0.1 [71.7 kB] #14 13.78 Get:60 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpipeline1 arm64 1.5.7-1 [23.3 kB] #14 13.78 Get:61 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpng16-16 arm64 1.6.39-2 [182 kB] #14 13.79 Get:62 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpsl5 arm64 0.21.2-1 [59.0 kB] #14 13.79 Get:63 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxau6 arm64 1:1.0.9-1build5 [7624 B] #14 13.84 Get:64 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu5 [10.8 kB] #13 17.79 Preparing to unpack .../025-autopoint_0.21-4_all.deb ... #13 17.79 Unpacking autopoint (0.21-4) ... #13 17.83 Selecting previously unselected package binutils-common:arm64. #13 17.83 Preparing to unpack .../026-binutils-common_2.35.2-2_arm64.deb ... #13 17.83 Unpacking binutils-common:arm64 (2.35.2-2) ... #13 18.04 Selecting previously unselected package libbinutils:arm64. #13 15.62 (1/139): adobe-source-code-pro-fonts-2.030.1.05 1.0 MB/s | 832 kB 00:00 #14 25.29 Get:153 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB] #14 25.29 Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-xsaccessor-perl armhf 1.19-3build9 [33.4 kB] #14 17.71 Selecting previously unselected package python3-minimal. #14 12.56 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB] #14 12.59 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libx11-6 arm64 2:1.7.5-1ubuntu0.3 [661 kB] #13 21.48 Selecting previously unselected package perl. #14 21.85 Get:112 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf g++ armhf 4:12.2.0-3ubuntu1 [1108 B] #14 21.86 Get:113 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf make armhf 4.3-4.1build1 [163 kB] #14 21.89 Get:114 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdpkg-perl all 1.21.21ubuntu1 [247 kB] #14 21.90 Get:115 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf bzip2 armhf 1.0.8-5build1 [34.2 kB] #14 21.90 Get:116 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf patch armhf 2.7.6-7build2 [111 kB] #14 21.91 Get:117 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf lto-disabled-list all 39 [12.4 kB] #14 21.91 Get:118 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf dpkg-dev all 1.21.21ubuntu1 [1117 kB] #14 21.93 Get:119 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf build-essential armhf 12.9ubuntu3 [4744 B] #14 21.93 Get:120 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libbrotli1 armhf 1.0.9-2build8 [296 kB] #13 18.23 Preparing to unpack .../029-libctf0_2.35.2-2_amd64.deb ... #13 18.23 Unpacking libctf0:amd64 (2.35.2-2) ... #13 18.26 Selecting previously unselected package binutils-x86-64-linux-gnu. #13 18.26 Preparing to unpack .../030-binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb ... #13 18.27 Unpacking binutils-x86-64-linux-gnu (2.35.2-2) ... #13 18.46 Selecting previously unselected package binutils. #14 16.24 Get:77 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsigsegv2 arm64 2.12-2 [13.3 kB] #14 16.31 Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 m4 arm64 1.4.18-4 [194 kB] #14 16.47 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autoconf all 2.69-11.1 [321 kB] #13 17.60 Selecting previously unselected package binutils. #13 23.02 Selecting previously unselected package gcc. #13 23.02 Preparing to unpack .../048-gcc_4%3a8.3.0-1_armhf.deb ... #13 23.03 Unpacking gcc (4:8.3.0-1) ... #13 23.06 Selecting previously unselected package libstdc++-8-dev:armhf. #13 23.06 Preparing to unpack .../049-libstdc++-8-dev_8.3.0-6_armhf.deb ... #13 23.06 Unpacking libstdc++-8-dev:armhf (8.3.0-6) ... #14 19.37 Get:124 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [88.1 kB] #14 19.39 Get:125 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [47.7 kB] #14 19.41 Get:126 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [107 kB] #14 19.45 Get:127 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [207 kB] #14 19.50 Get:128 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [15.1 kB] #14 19.51 Get:129 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [96.5 kB] #14 19.52 Get:130 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] #14 19.52 Get:131 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] #14 19.53 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB] #14 19.67 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB] #13 25.08 Selecting previously unselected package g++-12. #13 25.08 Preparing to unpack .../058-g++-12_12.2.0-14_armhf.deb ... #13 25.09 Unpacking g++-12 (12.2.0-14) ... #19 1.737 Reading package lists... #14 14.92 Preparing to unpack .../01-media-types_10.1.0_all.deb ... #14 15.00 Unpacking media-types (10.1.0) ... #13 17.78 Preparing to unpack .../015-libxml2_2.9.4+dfsg1-7+deb10u6_arm64.deb ... #13 17.78 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u6) ... #13 17.85 Selecting previously unselected package manpages. #13 17.85 Preparing to unpack .../016-manpages_4.16-2_all.deb ... #13 17.86 Unpacking manpages (4.16-2) ... #13 17.97 Selecting previously unselected package libedit2:arm64. #13 17.97 Preparing to unpack .../017-libedit2_3.1-20181209-1_arm64.deb ... #13 17.97 Unpacking libedit2:arm64 (3.1-20181209-1) ... #13 18.02 Selecting previously unselected package openssh-client. #13 18.02 Preparing to unpack .../018-openssh-client_1%3a7.9p1-10+deb10u4_arm64.deb ... #13 18.03 Unpacking openssh-client (1:7.9p1-10+deb10u4) ... #13 18.11 Selecting previously unselected package ucf. #13 22.07 Selecting previously unselected package gcc. #14 25.30 Get:225 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-xsaccessor-perl armhf 1.19-3build3 [33.7 kB] #14 25.34 Get:226 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclone-perl armhf 0.43-2 [10.2 kB] #14 25.35 Get:227 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcommon-sense-perl armhf 3.74-2build6 [20.1 kB] #14 25.37 Get:228 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-util-perl armhf 1.07-3build5 [18.7 kB] #14 25.38 Get:229 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-install-perl all 0.928-1 [10.5 kB] #14 25.39 Get:230 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-optlist-perl all 0.110-1 [9956 B] #14 25.39 Get:231 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-perl all 0.987-1 [44.9 kB] #13 20.81 Preparing to unpack .../051-libgcc-8-dev_8.3.0-6_amd64.deb ... #13 20.81 Unpacking libgcc-8-dev:amd64 (8.3.0-6) ... #13 21.01 Selecting previously unselected package gcc-8. #13 21.01 Preparing to unpack .../052-gcc-8_8.3.0-6_amd64.deb ... #13 21.02 Unpacking gcc-8 (8.3.0-6) ... #14 13.21 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ... #14 13.22 Unpacking libreadline8:amd64 (8.1.2-1) ... #14 13.31 Selecting previously unselected package libsqlite3-0:amd64. #14 13.31 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.3_amd64.deb ... #14 13.32 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ... #14 14.23 Get:65 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxcb1 arm64 1.15-1 [47.6 kB] #13 18.04 Preparing to unpack .../027-libbinutils_2.35.2-2_arm64.deb ... #13 18.04 Unpacking libbinutils:arm64 (2.35.2-2) ... #13 18.12 Selecting previously unselected package libctf-nobfd0:arm64. #13 18.13 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_arm64.deb ... #13 18.13 Unpacking libctf-nobfd0:arm64 (2.35.2-2) ... #13 18.17 Selecting previously unselected package libctf0:arm64. #13 18.17 Preparing to unpack .../029-libctf0_2.35.2-2_arm64.deb ... #13 18.17 Unpacking libctf0:arm64 (2.35.2-2) ... #13 18.20 Selecting previously unselected package binutils-aarch64-linux-gnu. #13 18.21 Preparing to unpack .../030-binutils-aarch64-linux-gnu_2.35.2-2_arm64.deb ... #13 18.21 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... #13 15.68 (2/139): binutils-gold-2.35.2-42.el9.x86_64.rpm 878 kB/s | 735 kB 00:00 #13 15.70 (3/139): bzip2-1.0.8-8.el9.x86_64.rpm 765 kB/s | 56 kB 00:00 #13 15.76 (4/139): cpio-2.13-16.el9.x86_64.rpm 3.5 MB/s | 275 kB 00:00 #13 15.77 (5/139): dbus-libs-1.12.20-8.el9.x86_64.rpm 2.0 MB/s | 152 kB 00:00 #13 15.84 (6/139): diffutils-3.7-12.el9.x86_64.rpm 5.0 MB/s | 397 kB 00:00 #13 15.84 (7/139): dnf-plugins-core-4.3.0-13.el9.noarch.r 513 kB/s | 37 kB 00:00 #13 15.91 (8/139): ed-1.14.2-12.el9.x86_64.rpm 1.0 MB/s | 75 kB 00:00 #14 15.30 Get:79 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 autoconf all 2.71-3 [339 kB] #14 15.39 Get:80 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 autotools-dev all 20220109.1 [44.9 kB] #14 15.40 Get:81 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 automake all 1:1.16.5-1.3 [558 kB] #14 15.48 Get:82 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 autopoint all 0.21-13 [422 kB] #14 15.52 Get:83 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 binutils-common arm64 2.41-5ubuntu1 [248 kB] #14 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 ... 4691 files and directories currently installed.) #14 17.71 Preparing to unpack .../00-python3-minimal_3.11.2-1_amd64.deb ... #14 17.71 Unpacking python3-minimal (3.11.2-1) ... #14 17.74 Selecting previously unselected package media-types. #14 17.74 Preparing to unpack .../01-media-types_10.0.0_all.deb ... #14 17.75 Unpacking media-types (10.0.0) ... #14 17.79 Selecting previously unselected package libkrb5support0:amd64. #14 17.79 Preparing to unpack .../02-libkrb5support0_1.20.1-1ubuntu0.1_amd64.deb ... #14 17.79 Unpacking libkrb5support0:amd64 (1.20.1-1ubuntu0.1) ... #14 17.82 Selecting previously unselected package libk5crypto3:amd64. #14 17.82 Preparing to unpack .../03-libk5crypto3_1.20.1-1ubuntu0.1_amd64.deb ... #14 17.83 Unpacking libk5crypto3:amd64 (1.20.1-1ubuntu0.1) ... #14 17.86 Selecting previously unselected package libkeyutils1:amd64. #14 17.87 Preparing to unpack .../04-libkeyutils1_1.6.3-2_amd64.deb ... #14 17.87 Unpacking libkeyutils1:amd64 (1.6.3-2) ... #14 17.90 Selecting previously unselected package libkrb5-3:amd64. #14 17.90 Preparing to unpack .../05-libkrb5-3_1.20.1-1ubuntu0.1_amd64.deb ... #14 17.91 Unpacking libkrb5-3:amd64 (1.20.1-1ubuntu0.1) ... #14 17.94 Selecting previously unselected package libgssapi-krb5-2:amd64. #14 25.69 Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libb-hooks-op-check-perl armhf 0.22-1build5 [9768 B] #14 25.77 Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.1 kB] #14 25.79 Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu4 [14.6 kB] #14 25.84 Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libparams-classify-perl armhf 0.015-1build5 [20.4 kB] #14 13.06 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxext6 arm64 2:1.3.4-1build1 [31.1 kB] #13 21.48 Preparing to unpack .../08-perl_5.32.1-4+deb11u2_armhf.deb ... #13 21.49 Unpacking perl (5.32.1-4+deb11u2) ... #13 21.55 Selecting previously unselected package libpython3.9-minimal:armhf. #13 21.56 Preparing to unpack .../09-libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ... #13 21.56 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ... #13 21.68 Selecting previously unselected package libexpat1:armhf. #13 21.68 Preparing to unpack .../10-libexpat1_2.2.10-2+deb11u5_armhf.deb ... #13 21.68 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ... #13 21.72 Selecting previously unselected package python3.9-minimal. #13 21.73 Preparing to unpack .../11-python3.9-minimal_3.9.2-1+rpi1_armhf.deb ... #13 18.47 Preparing to unpack .../031-binutils_2.35.2-2_amd64.deb ... #13 18.47 Unpacking binutils (2.35.2-2) ... #13 18.51 Selecting previously unselected package libc-dev-bin. #13 18.51 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u7_amd64.deb ... #13 18.51 Unpacking libc-dev-bin (2.31-13+deb11u7) ... #13 18.54 Selecting previously unselected package linux-libc-dev:amd64. #13 18.55 Preparing to unpack .../033-linux-libc-dev_5.10.205-2_amd64.deb ... #13 18.55 Unpacking linux-libc-dev:amd64 (5.10.205-2) ... #13 18.69 Selecting previously unselected package libcrypt-dev:amd64. #13 18.69 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_amd64.deb ... #13 18.69 Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ... #13 18.73 Selecting previously unselected package libtirpc-dev:amd64. #13 18.73 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_amd64.deb ... #13 18.73 Unpacking libtirpc-dev:amd64 (1.3.1-1+deb11u1) ... #13 18.77 Selecting previously unselected package libnsl-dev:amd64. #13 18.77 Preparing to unpack .../036-libnsl-dev_1.3.0-2_amd64.deb ... #13 18.78 Unpacking libnsl-dev:amd64 (1.3.0-2) ... #13 18.81 Selecting previously unselected package libc6-dev:amd64. #14 24.47 Get:155 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gpg-wks-client armhf 2.2.40-1.1ubuntu1 [90.4 kB] #13 17.60 Preparing to unpack .../037-binutils_2.40-2_arm64.deb ... #13 17.60 Unpacking binutils (2.40-2) ... #13 17.64 Selecting previously unselected package libc-dev-bin. #13 17.64 Preparing to unpack .../038-libc-dev-bin_2.36-9+deb12u3_arm64.deb ... #13 17.64 Unpacking libc-dev-bin (2.36-9+deb12u3) ... #13 17.67 Selecting previously unselected package linux-libc-dev:arm64. #13 17.68 Preparing to unpack .../039-linux-libc-dev_6.1.69-1_arm64.deb ... #13 17.68 Unpacking linux-libc-dev:arm64 (6.1.69-1) ... #13 17.84 Selecting previously unselected package libcrypt-dev:arm64. #13 17.84 Preparing to unpack .../040-libcrypt-dev_1%3a4.4.33-2_arm64.deb ... #13 17.85 Unpacking libcrypt-dev:arm64 (1:4.4.33-2) ... #13 17.88 Selecting previously unselected package libtirpc-dev:arm64. #13 17.89 Preparing to unpack .../041-libtirpc-dev_1.3.3+ds-1_arm64.deb ... #13 17.89 Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ... #13 17.93 Selecting previously unselected package libnsl-dev:arm64. #13 17.93 Preparing to unpack .../042-libnsl-dev_1.3.0-2_arm64.deb ... #13 17.93 Unpacking libnsl-dev:arm64 (1.3.0-2) ... #13 17.96 Selecting previously unselected package rpcsvc-proto. #13 23.40 Selecting previously unselected package g++-8. #13 23.40 Preparing to unpack .../050-g++-8_8.3.0-6_armhf.deb ... #13 23.40 Unpacking g++-8 (8.3.0-6) ... #13 15.59 Get:74 http://archive.raspbian.org/raspbian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.3~deb12u1 [570 kB] #13 15.61 Get:75 http://archive.raspbian.org/raspbian bookworm/main armhf gettext armhf 0.21-12 [1201 kB] #13 15.62 Get:76 http://archive.raspbian.org/raspbian bookworm/main armhf intltool-debian all 0.35.0+20060710.6 [22.9 kB] #13 15.63 Get:77 http://archive.raspbian.org/raspbian bookworm/main armhf po-debconf all 1.0.21+nmu1 [248 kB] #13 15.63 Get:78 http://archive.raspbian.org/raspbian bookworm/main armhf debhelper all 13.11.4 [942 kB] #13 15.80 Get:79 http://archive.raspbian.org/raspbian bookworm/main armhf libfakeroot armhf 1.31-1.2 [25.7 kB] #19 2.249 Reading package lists... #13 18.12 Preparing to unpack .../019-ucf_3.0038+nmu1_all.deb ... #13 18.12 Moving old data out of the way #13 18.12 Unpacking ucf (3.0038+nmu1) ... #13 18.16 Selecting previously unselected package xz-utils. #13 18.16 Preparing to unpack .../020-xz-utils_5.2.4-1+deb10u1_arm64.deb ... #13 18.16 Unpacking xz-utils (5.2.4-1+deb10u1) ... #13 18.22 Selecting previously unselected package libfl2:arm64. #13 18.22 Preparing to unpack .../021-libfl2_2.6.4-6.2_arm64.deb ... #13 18.23 Unpacking libfl2:arm64 (2.6.4-6.2) ... #13 18.27 Selecting previously unselected package at. #13 18.27 Preparing to unpack .../022-at_3.1.23-1_arm64.deb ... #13 18.28 Unpacking at (3.1.23-1) ... #13 22.07 Preparing to unpack .../061-gcc_4%3a12.2.0-3_amd64.deb ... #13 18.32 Selecting previously unselected package libsigsegv2:arm64. #13 22.07 Unpacking gcc (4:12.2.0-3) ... #13 22.10 Selecting previously unselected package libstdc++-12-dev:amd64. #13 22.10 Preparing to unpack .../062-libstdc++-12-dev_12.2.0-14_amd64.deb ... #13 22.11 Unpacking libstdc++-12-dev:amd64 (12.2.0-14) ... #13 22.33 Selecting previously unselected package g++-12. #14 25.56 Get:232 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libconst-fast-perl all 0.014-1 [7958 B] #14 25.63 Get:233 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwant-perl armhf 0.29-1build4 [23.0 kB] #14 25.71 Get:234 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB] #14 13.36 Selecting previously unselected package libpython3.10-stdlib:amd64. #14 13.36 Preparing to unpack .../6-libpython3.10-stdlib_3.10.12-1~22.04.3_amd64.deb ... #14 13.37 Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.3) ... #14 13.48 Selecting previously unselected package python3.10. #14 13.48 Preparing to unpack .../7-python3.10_3.10.12-1~22.04.3_amd64.deb ... #14 13.49 Unpacking python3.10 (3.10.12-1~22.04.3) ... #14 13.52 Selecting previously unselected package libpython3-stdlib:amd64. #14 13.52 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ... #14 13.53 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ... #14 13.56 Setting up python3-minimal (3.10.6-1~22.04) ... #14 14.45 Get:66 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libx11-data all 2:1.8.4-2ubuntu0.3 [118 kB] #13 18.45 Selecting previously unselected package binutils. #13 15.92 (9/139): elfutils-0.190-2.el9.x86_64.rpm 6.7 MB/s | 555 kB 00:00 #13 16.00 (10/139): binutils-2.35.2-42.el9.x86_64.rpm 4.0 MB/s | 4.6 MB 00:01 #13 16.00 (11/139): elfutils-debuginfod-client-0.190-2.el 431 kB/s | 36 kB 00:00 #13 16.00 (12/139): file-5.39-14.el9.x86_64.rpm 642 kB/s | 49 kB 00:00 #13 16.07 (13/139): glib-networking-2.68.3-3.el9.x86_64.r 2.4 MB/s | 186 kB 00:00 #14 15.54 Get:84 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsframe1 arm64 2.41-5ubuntu1 [14.1 kB] #14 15.54 Get:85 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libbinutils arm64 2.41-5ubuntu1 [754 kB] #14 15.57 Get:86 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libctf-nobfd0 arm64 2.41-5ubuntu1 [98.8 kB] #14 15.58 Get:87 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libctf0 arm64 2.41-5ubuntu1 [94.7 kB] #14 15.58 Get:88 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libgprofng0 arm64 2.41-5ubuntu1 [805 kB] #14 17.95 Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-1ubuntu0.1_amd64.deb ... #14 17.95 Unpacking libgssapi-krb5-2:amd64 (1.20.1-1ubuntu0.1) ... #14 17.98 Selecting previously unselected package libtirpc-common. #14 17.98 Preparing to unpack .../07-libtirpc-common_1.3.3+ds-1_all.deb ... #14 17.98 Unpacking libtirpc-common (1.3.3+ds-1) ... #14 18.01 Selecting previously unselected package libtirpc3:amd64. #14 18.01 Preparing to unpack .../08-libtirpc3_1.3.3+ds-1_amd64.deb ... #14 18.02 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... #14 18.06 Selecting previously unselected package libnsl2:amd64. #14 18.06 Preparing to unpack .../09-libnsl2_1.3.0-2build2_amd64.deb ... #14 18.06 Unpacking libnsl2:amd64 (1.3.0-2build2) ... #14 18.09 Selecting previously unselected package readline-common. #14 18.09 Preparing to unpack .../10-readline-common_8.2-1.3_all.deb ... #14 18.10 Unpacking readline-common (8.2-1.3) ... #14 18.13 Selecting previously unselected package libreadline8:amd64. #14 18.13 Preparing to unpack .../11-libreadline8_8.2-1.3_amd64.deb ... #14 18.14 Unpacking libreadline8:amd64 (8.2-1.3) ... #14 18.17 Selecting previously unselected package libsqlite3-0:amd64. #14 25.88 Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB] #14 25.91 Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libimport-into-perl all 1.002005-1 [11.0 kB] #14 25.93 Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librole-tiny-perl all 2.002004-1 [16.3 kB] #14 25.94 Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB] #14 25.97 Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoo-perl all 2.005004-3 [48.0 kB] #14 26.01 Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libencode-locale-perl all 1.05-1.1 [11.8 kB] #14 26.02 Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtimedate-perl all 2.3300-2 [34.0 kB] #14 13.24 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmuu1 arm64 2:1.1.3-3 [10.4 kB] #28 1.017 Building static docker-darwin-arm64 #28 1.019 + go build -o /out/docker-darwin-arm64 -tags ' osusergo pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:40:39Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476"' '-buildmode=pie' github.com/docker/cli/cmd/docker #13 21.73 Unpacking python3.9-minimal (3.9.2-1+rpi1) ... #13 21.90 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ... #13 21.93 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ... #13 21.94 Setting up python3.9-minimal (3.9.2-1+rpi1) ... #13 18.81 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u7_amd64.deb ... #13 18.81 Unpacking libc6-dev:amd64 (2.31-13+deb11u7) ... #13 19.11 Selecting previously unselected package libisl23:amd64. #14 24.76 Get:156 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gpg-wks-server armhf 2.2.40-1.1ubuntu1 [82.7 kB] #14 24.83 Get:157 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gpgsm armhf 2.2.40-1.1ubuntu1 [214 kB] #13 17.97 Preparing to unpack .../043-rpcsvc-proto_1.4.3-1_arm64.deb ... #13 17.97 Unpacking rpcsvc-proto (1.4.3-1) ... #13 18.00 Selecting previously unselected package libc6-dev:arm64. #13 18.00 Preparing to unpack .../044-libc6-dev_2.36-9+deb12u3_arm64.deb ... #13 18.01 Unpacking libc6-dev:arm64 (2.36-9+deb12u3) ... #13 18.16 Selecting previously unselected package libisl23:arm64. #14 22.36 Get:121 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-10 [18.6 kB] #19 2.754 Building dependency tree... #19 2.998 The following additional packages will be installed: #13 15.80 Get:80 http://archive.raspbian.org/raspbian bookworm/main armhf fakeroot armhf 1.31-1.2 [66.0 kB] #13 15.80 Get:81 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-dirlist-perl all 0.05-3 [7600 B] #13 15.80 Get:82 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-which-perl all 1.27-2 [15.1 kB] #13 15.80 Get:83 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-homedir-perl all 1.006-2 [42.4 kB] #13 15.88 Get:84 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-touch-perl all 0.12-2 [8816 B] #13 15.88 Get:85 http://archive.raspbian.org/raspbian bookworm/main armhf libio-pty-perl armhf 1:1.17-1 [34.7 kB] #13 15.89 Get:86 http://archive.raspbian.org/raspbian bookworm/main armhf libipc-run-perl all 20220807.0-1 [104 kB] #13 15.89 Get:87 http://archive.raspbian.org/raspbian bookworm/main armhf libclass-method-modifiers-perl all 2.14-1 [18.1 kB] #13 15.98 Get:88 http://archive.raspbian.org/raspbian bookworm/main armhf libclass-xsaccessor-perl armhf 1.19-4+b1 [35.5 kB] #13 15.98 Get:89 http://archive.raspbian.org/raspbian bookworm/main armhf libb-hooks-op-check-perl armhf 0.22-2+b1 [10.3 kB] #13 15.98 Get:90 http://archive.raspbian.org/raspbian bookworm/main armhf libdynaloader-functions-perl all 0.003-3 [12.7 kB] #13 15.98 Get:91 http://archive.raspbian.org/raspbian bookworm/main armhf libdevel-callchecker-perl armhf 0.008-2 [15.8 kB] #13 15.98 Get:92 http://archive.raspbian.org/raspbian bookworm/main armhf libparams-classify-perl armhf 0.015-2+b1 [22.0 kB] #13 16.09 Get:93 http://archive.raspbian.org/raspbian bookworm/main armhf libmodule-runtime-perl all 0.016-2 [19.6 kB] #14 16.90 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autotools-dev all 20180224.1 [39.6 kB] #13 22.33 Preparing to unpack .../063-g++-12_12.2.0-14_amd64.deb ... #13 22.34 Unpacking g++-12 (12.2.0-14) ... #13 18.32 Preparing to unpack .../023-libsigsegv2_2.12-2_arm64.deb ... #13 18.33 Unpacking libsigsegv2:arm64 (2.12-2) ... #13 18.36 Selecting previously unselected package m4. #13 18.36 Preparing to unpack .../024-m4_1.4.18-2_arm64.deb ... #13 18.39 Unpacking m4 (1.4.18-2) ... #13 18.45 Selecting previously unselected package autoconf. #13 18.45 Preparing to unpack .../025-autoconf_2.69-11_all.deb ... #13 18.46 Unpacking autoconf (2.69-11) ... #13 18.51 Selecting previously unselected package autotools-dev. #13 18.51 Preparing to unpack .../026-autotools-dev_20180224.1_all.deb ... #13 18.51 Unpacking autotools-dev (20180224.1) ... #13 18.56 Selecting previously unselected package automake. #14 25.79 Get:235 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcpanel-json-xs-perl armhf 4.19-1build1 [107 kB] #14 25.88 Get:236 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-dump-perl all 1.23-1 [27.0 kB] #14 25.89 Get:237 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-bubblebabble-perl all 0.02-2 [7908 B] #14 25.90 Get:238 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB] #14 25.90 Get:239 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libdistro-info-perl all 0.23ubuntu1.1 [4684 B] #14 25.90 Get:240 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B] #14 25.91 Get:241 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmailtools-perl all 2.21-1 [80.7 kB] #14 25.94 Get:242 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ip-perl all 1.26-2 [27.4 kB] #14 20.02 Get:134 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnghttp2-14 amd64 1.40.0-1ubuntu0.2 [79.4 kB] #14 20.05 Get:135 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] #14 20.06 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.5 [171 kB] #14 20.14 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.21 [235 kB] #14 20.18 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.21 [161 kB] #14 20.21 Get:139 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB] #14 20.22 Get:140 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] #14 20.24 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] #14 13.74 Selecting previously unselected package python3. #14 13.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 ... 5139 files and directories currently installed.) #14 13.75 Preparing to unpack .../000-python3_3.10.6-1~22.04_amd64.deb ... #14 13.75 Unpacking python3 (3.10.6-1~22.04) ... #14 13.80 Selecting previously unselected package perl-modules-5.34. #14 13.80 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.3_all.deb ... #14 13.81 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.3) ... #13 25.88 Selecting previously unselected package g++. #13 25.88 Preparing to unpack .../059-g++_4%3a12.2.0-3_armhf.deb ... #13 25.89 Unpacking g++ (4:12.2.0-3) ... #13 25.93 Selecting previously unselected package make. #13 25.93 Preparing to unpack .../060-make_4.3-4.1_armhf.deb ... #14 14.57 Get:67 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libx11-6 arm64 2:1.8.4-2ubuntu0.3 [644 kB] #14 14.75 Get:68 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxext6 arm64 2:1.3.4-1build1 [31.1 kB] #14 15.55 Selecting previously unselected package tzdata. #14 15.55 Preparing to unpack .../02-tzdata_2023d-0ubuntu0.23.10_all.deb ... #14 15.59 Unpacking tzdata (2023d-0ubuntu0.23.10) ... #13 18.46 Preparing to unpack .../031-binutils_2.35.2-2_arm64.deb ... #13 18.46 Unpacking binutils (2.35.2-2) ... #13 18.49 Selecting previously unselected package libc-dev-bin. #13 18.50 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u7_arm64.deb ... #13 18.50 Unpacking libc-dev-bin (2.31-13+deb11u7) ... #13 18.53 Selecting previously unselected package linux-libc-dev:arm64. #13 18.53 Preparing to unpack .../033-linux-libc-dev_5.10.205-2_arm64.deb ... #13 18.54 Unpacking linux-libc-dev:arm64 (5.10.205-2) ... #13 18.67 Selecting previously unselected package libcrypt-dev:arm64. #13 18.67 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_arm64.deb ... #13 18.68 Unpacking libcrypt-dev:arm64 (1:4.4.18-4) ... #13 18.77 Selecting previously unselected package libtirpc-dev:arm64. #13 18.77 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_arm64.deb ... #13 18.78 Unpacking libtirpc-dev:arm64 (1.3.1-1+deb11u1) ... #13 16.15 (14/139): gsettings-desktop-schemas-40.0-6.el9. 8.2 MB/s | 684 kB 00:00 #13 16.16 (15/139): groff-base-1.22.4-10.el9.x86_64.rpm 6.7 MB/s | 1.1 MB 00:00 #13 16.23 (16/139): glibc-gconv-extra-2.34-95.el9.x86_64. 7.3 MB/s | 1.7 MB 00:00 #13 16.24 (17/139): json-glib-1.6.6-1.el9.x86_64.rpm 2.0 MB/s | 163 kB 00:00 #13 16.25 (18/139): info-6.7-15.el9.x86_64.rpm 2.4 MB/s | 225 kB 00:00 #13 16.31 (19/139): less-590-2.el9.x86_64.rpm 2.1 MB/s | 162 kB 00:00 #13 16.31 (20/139): libatomic-11.4.1-3.el9.x86_64.rpm 466 kB/s | 34 kB 00:00 #13 16.32 (21/139): libbrotli-1.0.9-6.el9.x86_64.rpm 3.9 MB/s | 314 kB 00:00 #13 16.39 (22/139): libpipeline-1.5.3-4.el9.x86_64.rpm 673 kB/s | 49 kB 00:00 #14 16.02 Get:89 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 binutils-aarch64-linux-gnu arm64 2.41-5ubuntu1 [3315 kB] #13 20.90 Selecting previously unselected package libbsd0:armhf. #13 20.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 ... 7703 files and directories currently installed.) #13 20.91 Preparing to unpack .../00-libbsd0_0.9.1-2+deb10u1_armhf.deb ... #13 20.92 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ... #13 20.97 Selecting previously unselected package libtinfo5:armhf. #13 20.97 Preparing to unpack .../01-libtinfo5_6.1+20181013-2+deb10u5_armhf.deb ... #13 20.97 Unpacking libtinfo5:armhf (6.1+20181013-2+deb10u5) ... #13 21.03 Selecting previously unselected package bsdmainutils. #13 21.03 Preparing to unpack .../02-bsdmainutils_11.1.2_armhf.deb ... #13 21.05 Unpacking bsdmainutils (11.1.2) ... #13 21.12 Selecting previously unselected package libuchardet0:armhf. #13 21.12 Preparing to unpack .../03-libuchardet0_0.0.6-3_armhf.deb ... #13 21.12 Unpacking libuchardet0:armhf (0.0.6-3) ... #13 21.17 Selecting previously unselected package groff-base. #14 13.25 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 man-db arm64 2.10.2-1 [1181 kB] #14 18.17 Preparing to unpack .../12-libsqlite3-0_3.40.1-1ubuntu0.1_amd64.deb ... #14 18.17 Unpacking libsqlite3-0:amd64 (3.40.1-1ubuntu0.1) ... #14 18.24 Selecting previously unselected package libpython3.11-stdlib:amd64. #14 18.24 Preparing to unpack .../13-libpython3.11-stdlib_3.11.4-1~23.04.2_amd64.deb ... #14 18.24 Unpacking libpython3.11-stdlib:amd64 (3.11.4-1~23.04.2) ... #14 18.33 Selecting previously unselected package python3.11. #14 18.33 Preparing to unpack .../14-python3.11_3.11.4-1~23.04.2_amd64.deb ... #14 18.34 Unpacking python3.11 (3.11.4-1~23.04.2) ... #14 18.37 Selecting previously unselected package libpython3-stdlib:amd64. #14 18.37 Preparing to unpack .../15-libpython3-stdlib_3.11.2-1_amd64.deb ... #14 18.37 Unpacking libpython3-stdlib:amd64 (3.11.2-1) ... #14 18.40 Setting up python3-minimal (3.11.2-1) ... #14 18.56 Selecting previously unselected package python3. #13 19.11 Preparing to unpack .../038-libisl23_0.23-1_amd64.deb ... #13 19.11 Unpacking libisl23:amd64 (0.23-1) ... #13 19.20 Selecting previously unselected package libmpfr6:amd64. #13 19.21 Preparing to unpack .../039-libmpfr6_4.1.0-3_amd64.deb ... #13 19.21 Unpacking libmpfr6:amd64 (4.1.0-3) ... #13 19.33 Selecting previously unselected package libmpc3:amd64. #14 24.92 Get:158 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gnupg all 2.2.40-1.1ubuntu1 [319 kB] #14 25.00 Get:159 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfile-dirlist-perl all 0.05-3 [7286 B] #14 25.00 Get:160 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfile-which-perl all 1.27-2 [12.5 kB] #14 25.00 Get:161 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfile-homedir-perl all 1.006-2 [37.0 kB] #14 25.01 Get:162 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfile-touch-perl all 0.12-2 [7498 B] #14 25.04 Get:163 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libio-pty-perl armhf 1:1.17-1 [31.9 kB] #14 25.05 Get:164 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libipc-run-perl all 20220807.0-1 [92.6 kB] #14 25.05 Get:165 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libclass-method-modifiers-perl all 2.15-1 [16.1 kB] #13 18.16 Preparing to unpack .../045-libisl23_0.25-1_arm64.deb ... #13 18.16 Unpacking libisl23:arm64 (0.25-1) ... #13 18.24 Selecting previously unselected package libmpfr6:arm64. #13 18.24 Preparing to unpack .../046-libmpfr6_4.2.0-1_arm64.deb ... #13 18.25 Unpacking libmpfr6:arm64 (4.2.0-1) ... #13 18.32 Selecting previously unselected package libmpc3:arm64. #13 18.32 Preparing to unpack .../047-libmpc3_1.3.1-1_arm64.deb ... #13 18.33 Unpacking libmpc3:arm64 (1.3.1-1) ... #13 18.36 Selecting previously unselected package cpp-12. #13 18.36 Preparing to unpack .../048-cpp-12_12.2.0-14_arm64.deb ... #13 18.36 Unpacking cpp-12 (12.2.0-14) ... #14 22.52 Get:122 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsasl2-2 armhf 2.1.28+dfsg-10 [52.4 kB] #14 22.64 Get:123 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libldap2 armhf 2.6.3+dfsg-1~exp1ubuntu2 [160 kB] #19 2.998 clang-14 libclang-common-14-dev libclang-cpp14 libclang1-14 libcurl3-nss #19 2.999 libgc1 libicu72 libllvm14 libnspr4 libnss3 libobjc-12-dev libobjc4 libpfm4 #19 2.999 libxml2 libz3-4 lld-14 llvm-14 llvm-14-linker-tools llvm-14-runtime #19 2.999 llvm-runtime nss-plugin-pem #19 3.000 Suggested packages: #19 3.000 clang-14-doc wasi-libc llvm-14-doc #19 3.000 Recommended packages: #19 3.000 llvm-14-dev libclang-rt-14-dev binfmt-support | systemd #19 3.183 The following NEW packages will be installed: #13 16.09 Get:94 http://archive.raspbian.org/raspbian bookworm/main armhf libimport-into-perl all 1.002005-2 [11.3 kB] #13 16.09 Get:95 http://archive.raspbian.org/raspbian bookworm/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB] #13 16.09 Get:96 http://archive.raspbian.org/raspbian bookworm/main armhf libsub-quote-perl all 2.006008-1 [21.8 kB] #13 16.20 Get:97 http://archive.raspbian.org/raspbian bookworm/main armhf libmoo-perl all 2.005005-1 [58.0 kB] #13 16.20 Get:98 http://archive.raspbian.org/raspbian bookworm/main armhf libencode-locale-perl all 1.05-3 [12.9 kB] #13 16.21 Get:99 http://archive.raspbian.org/raspbian bookworm/main armhf libtimedate-perl all 2.3300-2 [39.3 kB] #14 16.98 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 automake all 1:1.16.1-4ubuntu6 [522 kB] #14 17.15 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autopoint all 0.19.8.1-10build1 [412 kB] #14 17.25 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils-common arm64 2.34-6ubuntu1.8 [208 kB] #13 18.57 Preparing to unpack .../027-automake_1%3a1.16.1-4_all.deb ... #13 18.57 Unpacking automake (1:1.16.1-4) ... #13 18.64 Selecting previously unselected package autopoint. #13 18.64 Preparing to unpack .../028-autopoint_0.19.8.1-9_all.deb ... #13 18.64 Unpacking autopoint (0.19.8.1-9) ... #13 18.68 Selecting previously unselected package binutils-common:arm64. #13 18.68 Preparing to unpack .../029-binutils-common_2.31.1-16_arm64.deb ... #13 18.69 Unpacking binutils-common:arm64 (2.31.1-16) ... #13 18.89 Selecting previously unselected package libbinutils:arm64. #14 26.09 Get:243 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-perl all 1.22-1 [336 kB] #14 20.24 Get:142 http://archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] #14 20.25 Get:143 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] #14 20.40 Get:144 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9532 B] #14 20.48 Get:145 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] #14 20.50 Get:146 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5228 B] #14 20.51 Get:147 http://archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] #13 24.15 Selecting previously unselected package g++. #13 24.15 Preparing to unpack .../051-g++_4%3a8.3.0-1_armhf.deb ... #13 24.16 Unpacking g++ (4:8.3.0-1) ... #14 14.01 Selecting previously unselected package libgdbm6:amd64. #13 25.93 Unpacking make (4.3-4.1) ... #13 26.02 Selecting previously unselected package libdpkg-perl. #13 26.02 Preparing to unpack .../061-libdpkg-perl_1.21.22_all.deb ... #13 26.03 Unpacking libdpkg-perl (1.21.22) ... #13 26.14 Selecting previously unselected package patch. #13 26.14 Preparing to unpack .../062-patch_2.7.6-7_armhf.deb ... #13 26.15 Unpacking patch (2.7.6-7) ... #14 14.75 Get:69 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxmuu1 arm64 2:1.1.3-3 [10.4 kB] #14 14.75 Get:70 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 man-db arm64 2.11.2-1 [1212 kB] #14 14.85 Get:71 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 manpages all 6.03-1 [1321 kB] #14 14.91 Get:72 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 openssh-client arm64 1:9.0p1-1ubuntu8.7 [852 kB] #14 14.95 Get:73 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 publicsuffix all 20230209.2326-1 [131 kB] #13 16.40 (23/139): libpkgconf-1.7.3-10.el9.x86_64.rpm 483 kB/s | 36 kB 00:00 #13 16.46 (24/139): libpng-1.6.37-12.el9.x86_64.rpm 1.6 MB/s | 117 kB 00:00 #13 16.47 (25/139): libproxy-0.4.15-35.el9.x86_64.rpm 1.0 MB/s | 74 kB 00:00 #13 16.53 (26/139): libpsl-0.21.1-5.el9.x86_64.rpm 876 kB/s | 64 kB 00:00 #13 16.61 (27/139): ncurses-6.2-10.20210508.el9.x86_64.rp 5.0 MB/s | 400 kB 00:00 #13 16.62 (28/139): man-db-2.9.3-7.el9.x86_64.rpm 7.8 MB/s | 1.2 MB 00:00 #13 16.69 (29/139): pkgconf-1.7.3-10.el9.x86_64.rpm 561 kB/s | 41 kB 00:00 #13 18.82 Selecting previously unselected package libnsl-dev:arm64. #13 18.82 Preparing to unpack .../036-libnsl-dev_1.3.0-2_arm64.deb ... #13 18.82 Unpacking libnsl-dev:arm64 (1.3.0-2) ... #13 18.85 Selecting previously unselected package libc6-dev:arm64. #13 18.86 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u7_arm64.deb ... #13 18.86 Unpacking libc6-dev:arm64 (2.31-13+deb11u7) ... #13 19.08 Selecting previously unselected package libisl23:arm64. #13 21.17 Preparing to unpack .../04-groff-base_1.22.4-3+deb10u1_armhf.deb ... #13 21.18 Unpacking groff-base (1.22.4-3+deb10u1) ... #14 13.63 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages all 5.10-1ubuntu1 [1375 kB] #14 13.71 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssh-client arm64 1:8.9p1-3ubuntu0.6 [864 kB] #14 13.75 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 publicsuffix all 20211207.1025-1 [129 kB] #14 18.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 ... 5180 files and directories currently installed.) #14 18.56 Preparing to unpack .../0-python3_3.11.2-1_amd64.deb ... #14 18.57 Unpacking python3 (3.11.2-1) ... #14 18.60 Selecting previously unselected package perl-modules-5.36. #14 18.60 Preparing to unpack .../1-perl-modules-5.36_5.36.0-7ubuntu0.23.04.2_all.deb ... #14 18.60 Unpacking perl-modules-5.36 (5.36.0-7ubuntu0.23.04.2) ... #14 18.81 Selecting previously unselected package libgdbm6:amd64. #14 26.43 Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-date-perl all 6.05-1 [9920 B] #14 26.50 Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-listing-perl all 6.14-1 [11.2 kB] #14 26.53 Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB] #14 26.55 Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liburi-perl all 5.10-1 [78.8 kB] #13 19.33 Preparing to unpack .../040-libmpc3_1.2.0-1_amd64.deb ... #13 19.34 Unpacking libmpc3:amd64 (1.2.0-1) ... #13 19.36 Selecting previously unselected package cpp-10. #13 19.37 Preparing to unpack .../041-cpp-10_10.2.1-6_amd64.deb ... #13 19.37 Unpacking cpp-10 (10.2.1-6) ... #13 21.84 Selecting previously unselected package gcc. #13 21.85 Preparing to unpack .../053-gcc_4%3a8.3.0-1_amd64.deb ... #13 21.85 Unpacking gcc (4:8.3.0-1) ... #13 21.88 Selecting previously unselected package libstdc++-8-dev:amd64. #13 21.88 Preparing to unpack .../054-libstdc++-8-dev_8.3.0-6_amd64.deb ... #13 21.88 Unpacking libstdc++-8-dev:amd64 (8.3.0-6) ... #14 25.20 Get:166 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libclass-xsaccessor-perl armhf 1.19-4build1 [33.0 kB] #14 25.41 Get:167 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libb-hooks-op-check-perl armhf 0.22-2build1 [9160 B] #14 22.79 Get:124 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB] #14 22.79 Get:125 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libssh-4 armhf 0.10.4-2ubuntu0.3 [167 kB] #14 22.88 Get:126 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libcurl4 armhf 7.88.1-8ubuntu2.4 [268 kB] #14 22.89 Get:127 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf curl armhf 7.88.1-8ubuntu2.4 [202 kB] #14 22.93 Get:128 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf dctrl-tools armhf 2.24-3build2 [57.2 kB] #14 22.96 Get:129 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdebhelper-perl all 13.11.4ubuntu3 [66.1 kB] #14 22.98 Get:130 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtool all 2.4.7-5 [166 kB] #14 22.98 Get:131 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf dh-autoreconf all 20 [16.1 kB] #19 3.183 clang clang-14 libclang-common-14-dev libclang-cpp14 libclang1-14 #19 3.183 libcurl3-nss libgc1 libicu72 libllvm14 libnspr4 libnss3 libobjc-12-dev #19 3.184 libobjc4 libpfm4 libxml2 libz3-4 lld lld-14 llvm llvm-14 #19 3.184 llvm-14-linker-tools llvm-14-runtime llvm-runtime nss-plugin-pem #19 3.452 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. #19 3.452 Need to get 74.7 MB of archives. #19 3.452 After this operation, 353 MB of additional disk space will be used. #19 3.452 Get:1 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB] #13 16.43 Get:100 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-date-perl all 6.05-2 [10.5 kB] #13 16.44 Get:101 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-listing-perl all 6.15-1 [12.6 kB] #13 16.54 Get:102 http://archive.raspbian.org/raspbian bookworm/main armhf libhtml-tagset-perl all 3.20-6 [11.7 kB] #13 16.56 Get:103 http://archive.raspbian.org/raspbian bookworm/main armhf libregexp-ipv6-perl all 0.03-3 [5212 B] #13 16.56 Get:104 http://archive.raspbian.org/raspbian bookworm/main armhf liburi-perl all 5.17-1 [90.4 kB] #14 17.33 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbinutils arm64 2.34-6ubuntu1.8 [476 kB] #14 17.44 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libctf-nobfd0 arm64 2.34-6ubuntu1.8 [44.7 kB] #14 20.72 Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] #13 18.89 Preparing to unpack .../030-libbinutils_2.31.1-16_arm64.deb ... #13 18.89 Unpacking libbinutils:arm64 (2.31.1-16) ... #13 18.96 Selecting previously unselected package binutils-aarch64-linux-gnu. #13 18.96 Preparing to unpack .../031-binutils-aarch64-linux-gnu_2.31.1-16_arm64.deb ... #13 18.97 Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ... #13 24.19 Selecting previously unselected package make. #13 24.19 Preparing to unpack .../052-make_4.2.1-1.2_armhf.deb ... #13 24.20 Unpacking make (4.2.1-1.2) ... #13 24.27 Selecting previously unselected package libdpkg-perl. #13 24.28 Preparing to unpack .../053-libdpkg-perl_1.19.8_all.deb ... #13 24.28 Unpacking libdpkg-perl (1.19.8) ... #13 24.38 Selecting previously unselected package patch. #13 24.38 Preparing to unpack .../054-patch_2.7.6-3+deb10u1_armhf.deb ... #13 24.38 Unpacking patch (2.7.6-3+deb10u1) ... #13 24.44 Selecting previously unselected package dpkg-dev. #13 24.44 Preparing to unpack .../055-dpkg-dev_1.19.8_all.deb ... #13 24.44 Unpacking dpkg-dev (1.19.8) ... #14 14.01 Preparing to unpack .../002-libgdbm6_1.23-1_amd64.deb ... #14 14.02 Unpacking libgdbm6:amd64 (1.23-1) ... #14 14.06 Selecting previously unselected package libgdbm-compat4:amd64. #14 14.06 Preparing to unpack .../003-libgdbm-compat4_1.23-1_amd64.deb ... #14 14.07 Unpacking libgdbm-compat4:amd64 (1.23-1) ... #14 14.11 Selecting previously unselected package libperl5.34:amd64. #14 14.11 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.3_amd64.deb ... #14 14.11 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.3) ... #14 14.28 Selecting previously unselected package perl. #14 14.29 Preparing to unpack .../005-perl_5.34.0-3ubuntu1.3_amd64.deb ... #14 14.29 Unpacking perl (5.34.0-3ubuntu1.3) ... #14 14.33 Selecting previously unselected package openssl. #14 14.34 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.12_amd64.deb ... #14 14.34 Unpacking openssl (3.0.2-0ubuntu1.12) ... #14 14.40 Selecting previously unselected package ca-certificates. #14 14.96 Get:74 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libunwind8 arm64 1.6.2-3 [55.1 kB] #14 14.96 Get:75 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 strace arm64 6.2-0ubuntu1 [494 kB] #13 26.22 Selecting previously unselected package dpkg-dev. #13 26.22 Preparing to unpack .../063-dpkg-dev_1.21.22_all.deb ... #13 26.23 Unpacking dpkg-dev (1.21.22) ... #13 26.40 Selecting previously unselected package build-essential. #13 26.41 Preparing to unpack .../064-build-essential_12.9_armhf.deb ... #13 26.41 Unpacking build-essential (12.9) ... #13 26.47 Selecting previously unselected package libbrotli1:armhf. #13 26.47 Preparing to unpack .../065-libbrotli1_1.0.9-2+b6_armhf.deb ... #13 23.06 Selecting previously unselected package g++. #13 23.06 Preparing to unpack .../064-g++_4%3a12.2.0-3_amd64.deb ... #13 23.06 Unpacking g++ (4:12.2.0-3) ... #13 23.08 Selecting previously unselected package make. #13 23.09 Preparing to unpack .../065-make_4.3-4.1_amd64.deb ... #13 23.09 Unpacking make (4.3-4.1) ... #13 23.15 Selecting previously unselected package libdpkg-perl. #13 23.15 Preparing to unpack .../066-libdpkg-perl_1.21.22_all.deb ... #13 23.16 Unpacking libdpkg-perl (1.21.22) ... #13 16.70 (30/139): pkgconf-m4-1.7.3-10.el9.noarch.rpm 210 kB/s | 15 kB 00:00 #13 16.76 (31/139): pkgconf-pkg-config-1.7.3-10.el9.x86_6 149 kB/s | 11 kB 00:00 #13 16.77 (32/139): publicsuffix-list-dafsa-20210518-3.el 795 kB/s | 58 kB 00:00 #13 16.84 (33/139): python3-dateutil-2.8.1-7.el9.noarch.r 3.3 MB/s | 288 kB 00:00 #13 19.08 Preparing to unpack .../038-libisl23_0.23-1_arm64.deb ... #13 19.09 Unpacking libisl23:arm64 (0.23-1) ... #13 19.16 Selecting previously unselected package libmpfr6:arm64. #13 19.16 Preparing to unpack .../039-libmpfr6_4.1.0-3_arm64.deb ... #13 19.17 Unpacking libmpfr6:arm64 (4.1.0-3) ... #13 19.22 Selecting previously unselected package libmpc3:arm64. #13 19.22 Preparing to unpack .../040-libmpc3_1.2.0-1_arm64.deb ... #13 19.23 Unpacking libmpc3:arm64 (1.2.0-1) ... #13 19.26 Selecting previously unselected package cpp-10. #13 19.26 Preparing to unpack .../041-cpp-10_10.2.1-6_arm64.deb ... #13 19.26 Unpacking cpp-10 (10.2.1-6) ... #13 21.33 Selecting previously unselected package libgdbm6:armhf. #13 21.33 Preparing to unpack .../05-libgdbm6_1.18.1-4_armhf.deb ... #13 21.34 Unpacking libgdbm6:armhf (1.18.1-4) ... #14 16.12 Selecting previously unselected package libkrb5support0:amd64. #14 16.12 Preparing to unpack .../03-libkrb5support0_1.20.1-3ubuntu1_amd64.deb ... #14 16.15 Unpacking libkrb5support0:amd64 (1.20.1-3ubuntu1) ... #14 13.76 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 strace arm64 5.16-0ubuntu3 [465 kB] #14 13.78 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xauth arm64 1:1.1-1build2 [26.8 kB] #14 13.78 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xz-utils arm64 5.2.5-2ubuntu1 [84.4 kB] #14 13.79 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsigsegv2 arm64 2.13-1ubuntu3 [14.5 kB] #14 13.79 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 m4 arm64 1.4.18-5ubuntu2 [196 kB] #14 18.81 Preparing to unpack .../2-libgdbm6_1.23-3_amd64.deb ... #14 18.82 Unpacking libgdbm6:amd64 (1.23-3) ... #14 18.85 Selecting previously unselected package libgdbm-compat4:amd64. #14 18.85 Preparing to unpack .../3-libgdbm-compat4_1.23-3_amd64.deb ... #14 18.85 Unpacking libgdbm-compat4:amd64 (1.23-3) ... #14 18.89 Selecting previously unselected package libperl5.36:amd64. #14 18.89 Preparing to unpack .../4-libperl5.36_5.36.0-7ubuntu0.23.04.2_amd64.deb ... #14 18.89 Unpacking libperl5.36:amd64 (5.36.0-7ubuntu0.23.04.2) ... #14 19.06 Selecting previously unselected package perl. #13 20.84 Selecting previously unselected package python3-minimal. #13 20.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 ... 9510 files and directories currently installed.) #13 20.85 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ... #13 20.90 Unpacking python3-minimal (3.9.2-3) ... #14 26.69 Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-parser-perl armhf 3.76-1build2 [85.3 kB] #14 26.75 Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-tree-perl all 5.07-2 [200 kB] #14 26.83 Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-html-perl all 1.004-2 [15.4 kB] #14 26.83 Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB] #14 26.84 Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-message-perl all 6.36-1 [76.8 kB] #14 26.86 Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-cookies-perl all 6.10-1 [18.4 kB] #13 22.12 Selecting previously unselected package g++-8. #13 22.12 Preparing to unpack .../055-g++-8_8.3.0-6_amd64.deb ... #13 22.15 Unpacking g++-8 (8.3.0-6) ... #14 25.42 Get:168 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdynaloader-functions-perl all 0.003-3 [12.1 kB] #14 25.44 Get:169 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdevel-callchecker-perl armhf 0.008-2 [13.6 kB] #14 25.46 Get:170 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libparams-classify-perl armhf 0.015-2build2 [19.4 kB] #14 25.49 Get:171 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmodule-runtime-perl all 0.016-2 [16.4 kB] #14 25.51 Get:172 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libimport-into-perl all 1.002005-2 [10.7 kB] #14 25.53 Get:173 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf librole-tiny-perl all 2.002004-1 [16.3 kB] #14 25.55 Get:174 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB] #14 25.56 Get:175 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmoo-perl all 2.005005-1 [47.4 kB] #14 25.59 Get:176 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libencode-locale-perl all 1.05-3 [11.6 kB] #19 3.522 Get:2 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB] #19 3.527 Get:3 http://deb.debian.org/debian bookworm/main amd64 libz3-4 amd64 4.8.12-3.1 [7216 kB] #19 3.576 Get:4 http://deb.debian.org/debian bookworm/main amd64 libllvm14 amd64 1:14.0.6-12 [21.8 MB] #19 3.725 Get:5 http://deb.debian.org/debian bookworm/main amd64 libclang-cpp14 amd64 1:14.0.6-12 [11.1 MB] #13 16.76 Get:105 http://archive.raspbian.org/raspbian bookworm/main armhf libhtml-parser-perl armhf 3.81-1 [97.2 kB] #13 16.87 Get:106 http://archive.raspbian.org/raspbian bookworm/main armhf libhtml-tree-perl all 5.07-3 [211 kB] #14 17.51 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libctf0 arm64 2.34-6ubuntu1.8 [43.2 kB] #14 17.59 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.34-6ubuntu1.8 [1988 kB] #14 17.79 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils arm64 2.34-6ubuntu1.8 [3360 B] #14 20.76 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] #14 20.92 Get:150 http://archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] #13 19.20 Selecting previously unselected package binutils. #13 18.93 Selecting previously unselected package cpp. #13 18.94 Preparing to unpack .../049-cpp_4%3a12.2.0-3_arm64.deb ... #13 18.94 Unpacking cpp (4:12.2.0-3) ... #13 18.97 Selecting previously unselected package libcc1-0:arm64. #13 18.98 Preparing to unpack .../050-libcc1-0_12.2.0-14_arm64.deb ... #13 18.98 Unpacking libcc1-0:arm64 (12.2.0-14) ... #13 19.01 Selecting previously unselected package libgomp1:arm64. #13 19.01 Preparing to unpack .../051-libgomp1_12.2.0-14_arm64.deb ... #13 19.02 Unpacking libgomp1:arm64 (12.2.0-14) ... #13 19.06 Selecting previously unselected package libitm1:arm64. #13 24.60 Selecting previously unselected package build-essential. #13 24.60 Preparing to unpack .../056-build-essential_12.6_armhf.deb ... #13 24.60 Unpacking build-essential (12.6) ... #13 24.70 Selecting previously unselected package openssl. #14 14.40 Preparing to unpack .../007-ca-certificates_20230311ubuntu0.22.04.1_all.deb ... #14 14.40 Unpacking ca-certificates (20230311ubuntu0.22.04.1) ... #14 14.45 Selecting previously unselected package distro-info-data. #14 14.45 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.6_all.deb ... #14 14.46 Unpacking distro-info-data (0.52ubuntu0.6) ... #14 14.49 Selecting previously unselected package iso-codes. #14 14.49 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ... #14 14.49 Unpacking iso-codes (4.9.0-1) ... #14 14.63 Selecting previously unselected package less. #14 14.63 Preparing to unpack .../010-less_590-1ubuntu0.22.04.1_amd64.deb ... #14 14.64 Unpacking less (590-1ubuntu0.22.04.1) ... #14 14.69 Selecting previously unselected package libmd0:amd64. #14 14.69 Preparing to unpack .../011-libmd0_1.0.4-1build1_amd64.deb ... #14 14.70 Unpacking libmd0:amd64 (1.0.4-1build1) ... #14 14.74 Selecting previously unselected package libbsd0:amd64. #14 15.38 Get:76 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 xauth arm64 1:1.1.2-1 [25.4 kB] #14 15.55 Get:77 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 xz-utils arm64 5.4.1-0.2 [271 kB] #13 26.48 Unpacking libbrotli1:armhf (1.0.9-2+b6) ... #13 26.55 Selecting previously unselected package libsasl2-modules-db:armhf. #13 26.56 Preparing to unpack .../066-libsasl2-modules-db_2.1.28+dfsg-10_armhf.deb ... #13 26.56 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-10) ... #13 26.61 Selecting previously unselected package libsasl2-2:armhf. #13 26.61 Preparing to unpack .../067-libsasl2-2_2.1.28+dfsg-10_armhf.deb ... #13 26.62 Unpacking libsasl2-2:armhf (2.1.28+dfsg-10) ... #13 26.67 Selecting previously unselected package libldap-2.5-0:armhf. #13 26.67 Preparing to unpack .../068-libldap-2.5-0_2.5.13+dfsg-5_armhf.deb ... #13 26.68 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-5) ... #13 22.64 Selecting previously unselected package python3-minimal. #13 22.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 ... 10738 files and directories currently installed.) #13 22.64 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ... #13 22.65 Unpacking python3-minimal (3.9.2-3) ... #13 22.68 Selecting previously unselected package media-types. #13 22.68 Preparing to unpack .../1-media-types_4.0.0_all.deb ... #13 22.69 Unpacking media-types (4.0.0) ... #13 22.72 Selecting previously unselected package libmpdec3:armhf. #13 22.72 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ... #13 22.73 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ... #13 22.76 Selecting previously unselected package libpython3.9-stdlib:armhf. #13 22.77 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ... #13 22.77 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ... #13 22.94 Selecting previously unselected package python3.9. #13 22.94 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ... #13 22.95 Unpacking python3.9 (3.9.2-1+rpi1) ... #13 22.99 Selecting previously unselected package libpython3-stdlib:armhf. #13 22.99 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ... #13 22.99 Unpacking libpython3-stdlib:armhf (3.9.2-3) ... #13 23.02 Setting up python3-minimal (3.9.2-3) ... #13 23.23 Selecting previously unselected package patch. #13 23.23 Preparing to unpack .../067-patch_2.7.6-7_amd64.deb ... #13 23.23 Unpacking patch (2.7.6-7) ... #13 23.28 Selecting previously unselected package dpkg-dev. #13 23.28 Preparing to unpack .../068-dpkg-dev_1.21.22_all.deb ... #13 23.28 Unpacking dpkg-dev (1.21.22) ... #13 23.41 Selecting previously unselected package build-essential. #13 16.85 (34/139): python3-dbus-1.2.18-2.el9.x86_64.rpm 1.8 MB/s | 144 kB 00:00 #13 16.92 (35/139): python3-dnf-plugins-core-4.3.0-13.el9 3.4 MB/s | 264 kB 00:00 #13 16.92 (36/139): python3-six-1.15.0-9.el9.noarch.rpm 498 kB/s | 37 kB 00:00 #13 17.00 (37/139): python3-systemd-234-18.el9.x86_64.rpm 1.2 MB/s | 90 kB 00:00 #13 17.01 (38/139): shared-mime-info-2.1-5.el9.x86_64.rpm 6.7 MB/s | 558 kB 00:00 #13 17.08 (39/139): systemd-libs-252-23.el9.x86_64.rpm 8.0 MB/s | 659 kB 00:00 #13 17.08 (40/139): unzip-6.0-56.el9.x86_64.rpm 2.4 MB/s | 182 kB 00:00 #13 17.15 (41/139): xz-5.2.5-8.el9.x86_64.rpm 2.9 MB/s | 226 kB 00:00 #14 26.52 Get:244 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-domain-tld-perl all 1.75-1 [29.1 kB] #14 26.52 Get:245 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libemail-valid-perl all 1.202-1 [16.3 kB] #14 26.52 Get:246 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libexporter-tiny-perl all 1.002001-1 [35.5 kB] #14 26.53 Get:247 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-system-simple-perl all 1.26-1 [22.8 kB] #14 26.53 Get:248 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-basedir-perl all 0.08-1 [16.9 kB] #14 26.54 Get:249 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-chdir-perl all 0.1008-1 [11.7 kB] #14 26.54 Get:250 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-fcntllock-perl armhf 0.22-3build4 [32.6 kB] #14 26.54 Get:251 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-compare-perl all 0.03-1 [7318 B] #14 26.54 Get:252 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-glob-perl all 0.10-1 [7554 B] #14 26.59 Get:253 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB] #14 26.74 Get:254 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-afm-perl all 1.20-2 [13.2 kB] #13 21.65 Selecting previously unselected package libpipeline1:armhf. #13 21.65 Preparing to unpack .../06-libpipeline1_1.5.1-2_armhf.deb ... #13 21.71 Unpacking libpipeline1:armhf (1.5.1-2) ... #14 16.51 Selecting previously unselected package libk5crypto3:amd64. #14 14.19 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autoconf all 2.71-2 [338 kB] #14 19.06 Preparing to unpack .../5-perl_5.36.0-7ubuntu0.23.04.2_amd64.deb ... #14 19.07 Unpacking perl (5.36.0-7ubuntu0.23.04.2) ... #14 19.11 Selecting previously unselected package adduser. #14 19.11 Preparing to unpack .../6-adduser_3.129ubuntu1_all.deb ... #14 19.12 Unpacking adduser (3.129ubuntu1) ... #14 19.15 Setting up adduser (3.129ubuntu1) ... #14 19.22 Selecting previously unselected package openssl. #14 19.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7251 files and directories currently installed.) #14 19.22 Preparing to unpack .../000-openssl_3.0.8-1ubuntu1.4_amd64.deb ... #14 19.23 Unpacking openssl (3.0.8-1ubuntu1.4) ... #14 19.28 Selecting previously unselected package ca-certificates. #14 19.28 Preparing to unpack .../001-ca-certificates_20230311ubuntu0.23.04.1_all.deb ... #14 19.28 Unpacking ca-certificates (20230311ubuntu0.23.04.1) ... #14 19.33 Selecting previously unselected package distro-info-data. #13 21.38 Selecting previously unselected package media-types. #13 21.38 Preparing to unpack .../1-media-types_4.0.0_all.deb ... #13 21.41 Unpacking media-types (4.0.0) ... #13 21.50 Selecting previously unselected package libmpdec3:armhf. #14 26.86 Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB] #13 20.10 Selecting previously unselected package cpp. #13 20.10 Preparing to unpack .../042-cpp_4%3a10.2.1-1_amd64.deb ... #13 20.11 Unpacking cpp (4:10.2.1-1) ... #13 20.14 Selecting previously unselected package libcc1-0:amd64. #13 20.14 Preparing to unpack .../043-libcc1-0_10.2.1-6_amd64.deb ... #13 20.14 Unpacking libcc1-0:amd64 (10.2.1-6) ... #13 20.18 Selecting previously unselected package libgomp1:amd64. #13 20.18 Preparing to unpack .../044-libgomp1_10.2.1-6_amd64.deb ... #13 20.18 Unpacking libgomp1:amd64 (10.2.1-6) ... #13 20.22 Selecting previously unselected package libitm1:amd64. #19 3.800 Get:6 http://deb.debian.org/debian bookworm/main amd64 libgc1 amd64 1:8.2.2-3 [245 kB] #19 3.802 Get:7 http://deb.debian.org/debian bookworm/main amd64 libobjc4 amd64 12.2.0-14 [43.1 kB] #19 3.802 Get:8 http://deb.debian.org/debian bookworm/main amd64 libobjc-12-dev amd64 12.2.0-14 [170 kB] #19 3.803 Get:9 http://deb.debian.org/debian bookworm/main amd64 libclang-common-14-dev all 1:14.0.6-12 [890 kB] #19 3.808 Get:10 http://deb.debian.org/debian bookworm/main amd64 llvm-14-linker-tools amd64 1:14.0.6-12 [1288 kB] #19 3.816 Get:11 http://deb.debian.org/debian bookworm/main amd64 libclang1-14 amd64 1:14.0.6-12 [6157 kB] #19 3.857 Get:12 http://deb.debian.org/debian bookworm/main amd64 clang-14 amd64 1:14.0.6-12 [102 kB] #19 3.858 Get:13 http://deb.debian.org/debian bookworm/main amd64 clang amd64 1:14.0-55.7~deb12u1 [5144 B] #19 3.858 Get:14 http://deb.debian.org/debian bookworm/main amd64 libnspr4 amd64 2:4.35-1 [113 kB] #19 3.859 Get:15 http://deb.debian.org/debian bookworm/main amd64 libnss3 amd64 2:3.87.1-1 [1331 kB] #19 3.867 Get:16 http://deb.debian.org/debian bookworm/main amd64 nss-plugin-pem amd64 1.0.8+1-1 [54.6 kB] #19 3.868 Get:17 http://deb.debian.org/debian-security bookworm-security/main amd64 libcurl3-nss amd64 7.88.1-10+deb12u5 [394 kB] #19 3.869 Get:18 http://deb.debian.org/debian bookworm/main amd64 libpfm4 amd64 4.13.0-1 [294 kB] #19 3.871 Get:19 http://deb.debian.org/debian bookworm/main amd64 lld-14 amd64 1:14.0.6-12 [1192 kB] #19 3.878 Get:20 http://deb.debian.org/debian bookworm/main amd64 lld amd64 1:14.0-55.7~deb12u1 [4804 B] #19 3.878 Get:21 http://deb.debian.org/debian bookworm/main amd64 llvm-14-runtime amd64 1:14.0.6-12 [477 kB] #19 3.881 Get:22 http://deb.debian.org/debian bookworm/main amd64 llvm-runtime amd64 1:14.0-55.7~deb12u1 [4812 B] #19 3.881 Get:23 http://deb.debian.org/debian bookworm/main amd64 llvm-14 amd64 1:14.0.6-12 [11.7 MB] #19 3.962 Get:24 http://deb.debian.org/debian bookworm/main amd64 llvm amd64 1:14.0-55.7~deb12u1 [7212 B] #13 16.89 Get:107 http://archive.raspbian.org/raspbian bookworm/main armhf libclone-perl armhf 0.46-1 [13.2 kB] #13 16.98 Get:108 http://archive.raspbian.org/raspbian bookworm/main armhf libio-html-perl all 1.004-3 [16.2 kB] #13 16.98 Get:109 http://archive.raspbian.org/raspbian bookworm/main armhf liblwp-mediatypes-perl all 6.04-2 [20.2 kB] #13 16.98 Get:110 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-message-perl all 6.44-1 [81.7 kB] #13 16.98 Get:111 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB] #13 16.98 Get:112 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-negotiate-perl all 6.01-2 [13.1 kB] #13 16.98 Get:113 http://archive.raspbian.org/raspbian bookworm/main armhf perl-openssl-defaults armhf 7+b1 [7916 B] #13 16.98 Get:114 http://archive.raspbian.org/raspbian bookworm/main armhf libnet-ssleay-perl armhf 1.92-2+b2 [297 kB] #13 17.09 Get:115 http://archive.raspbian.org/raspbian bookworm/main armhf libio-socket-ssl-perl all 2.081-2 [219 kB] #14 17.87 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc-dev-bin arm64 2.31-0ubuntu9.14 [64.2 kB] #14 18.02 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 linux-libc-dev arm64 5.4.0-169.187 [1105 kB] #14 16.70 Get:90 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 binutils arm64 2.41-5ubuntu1 [18.0 kB] #14 16.70 Get:91 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libc-dev-bin arm64 2.38-1ubuntu6 [19.4 kB] #14 16.70 Get:92 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 linux-libc-dev arm64 6.5.0-14.14 [1540 kB] #14 16.72 Get:93 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libcrypt-dev arm64 1:4.4.36-2 [118 kB] #14 16.77 Get:94 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [199 kB] #14 16.78 Get:95 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnsl-dev arm64 1.3.0-2build2 [72.1 kB] #14 16.78 Get:96 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu6 [65.4 kB] #14 16.78 Get:97 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libc6-dev arm64 2.38-1ubuntu6 [1573 kB] #14 16.85 Get:98 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libisl23 arm64 0.26-3 [713 kB] #14 16.86 Get:99 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmpfr6 arm64 4.2.1-1 [327 kB] #14 20.92 Get:151 http://archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] #14 20.94 Get:152 http://archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] #14 20.99 Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] #14 20.99 Get:154 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] #14 21.14 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB] #14 21.32 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB] #13 19.20 Preparing to unpack .../032-binutils_2.31.1-16_arm64.deb ... #13 19.21 Unpacking binutils (2.31.1-16) ... #13 19.24 Selecting previously unselected package libc-dev-bin. #13 19.25 Preparing to unpack .../033-libc-dev-bin_2.28-10+deb10u2_arm64.deb ... #13 19.25 Unpacking libc-dev-bin (2.28-10+deb10u2) ... #13 19.29 Selecting previously unselected package linux-libc-dev:arm64. #13 19.29 Preparing to unpack .../034-linux-libc-dev_4.19.304-1_arm64.deb ... #13 19.29 Unpacking linux-libc-dev:arm64 (4.19.304-1) ... #13 19.43 Selecting previously unselected package libc6-dev:arm64. #13 19.43 Preparing to unpack .../035-libc6-dev_2.28-10+deb10u2_arm64.deb ... #13 19.44 Unpacking libc6-dev:arm64 (2.28-10+deb10u2) ... #13 19.06 Preparing to unpack .../052-libitm1_12.2.0-14_arm64.deb ... #13 19.06 Unpacking libitm1:arm64 (12.2.0-14) ... #13 19.10 Selecting previously unselected package libatomic1:arm64. #13 19.10 Preparing to unpack .../053-libatomic1_12.2.0-14_arm64.deb ... #13 19.10 Unpacking libatomic1:arm64 (12.2.0-14) ... #13 19.16 Selecting previously unselected package libasan8:arm64. #13 19.17 Preparing to unpack .../054-libasan8_12.2.0-14_arm64.deb ... #13 19.17 Unpacking libasan8:arm64 (12.2.0-14) ... #13 19.36 Selecting previously unselected package liblsan0:arm64. #13 24.70 Preparing to unpack .../057-openssl_1.1.1n-0+deb10u6_armhf.deb ... #13 24.73 Unpacking openssl (1.1.1n-0+deb10u6) ... #14 14.74 Preparing to unpack .../012-libbsd0_0.11.5-1_amd64.deb ... #14 14.74 Unpacking libbsd0:amd64 (0.11.5-1) ... #14 14.78 Selecting previously unselected package libelf1:amd64. #14 14.79 Preparing to unpack .../013-libelf1_0.186-1build1_amd64.deb ... #14 14.79 Unpacking libelf1:amd64 (0.186-1build1) ... #14 14.83 Selecting previously unselected package libicu70:amd64. #14 14.83 Preparing to unpack .../014-libicu70_70.1-2_amd64.deb ... #14 14.83 Unpacking libicu70:amd64 (70.1-2) ... #14 15.00 Selecting previously unselected package libxml2:amd64. #14 23.38 Get:132 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libarchive-zip-perl all 1.68-1 [90.2 kB] #14 15.80 Get:78 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 m4 arm64 1.4.19-3 [239 kB] #13 26.74 Selecting previously unselected package libnghttp2-14:armhf. #13 26.74 Preparing to unpack .../069-libnghttp2-14_1.52.0-1+deb12u1_armhf.deb ... #13 26.74 Unpacking libnghttp2-14:armhf (1.52.0-1+deb12u1) ... #13 26.80 Selecting previously unselected package libpsl5:armhf. #13 26.80 Preparing to unpack .../070-libpsl5_0.21.2-1_armhf.deb ... #13 26.81 Unpacking libpsl5:armhf (0.21.2-1) ... #13 26.89 Selecting previously unselected package librtmp1:armhf. #13 26.89 Preparing to unpack .../071-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ... #13 26.90 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ... #13 23.41 Preparing to unpack .../069-build-essential_12.9_amd64.deb ... #13 23.42 Unpacking build-essential (12.9) ... #13 23.45 Selecting previously unselected package libbrotli1:amd64. #13 23.45 Preparing to unpack .../070-libbrotli1_1.0.9-2+b6_amd64.deb ... #13 23.46 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... #13 23.50 Selecting previously unselected package libsasl2-modules-db:amd64. #13 23.51 Preparing to unpack .../071-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... #13 23.51 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... #13 23.54 Selecting previously unselected package libsasl2-2:amd64. #13 23.54 Preparing to unpack .../072-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... #13 23.54 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... #13 23.58 Selecting previously unselected package libldap-2.5-0:amd64. #13 23.58 Preparing to unpack .../073-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... #13 23.58 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... #13 23.63 Selecting previously unselected package libnghttp2-14:amd64. #13 23.63 Preparing to unpack .../074-libnghttp2-14_1.52.0-1+deb12u1_amd64.deb ... #13 23.63 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u1) ... #13 23.68 Selecting previously unselected package libpsl5:amd64. #15 12.51 CentOS Stream 8 - Extras 27 kB/s | 18 kB 00:00 #13 17.16 (42/139): zip-3.0-35.el9.x86_64.rpm 3.3 MB/s | 266 kB 00:00 #13 17.23 (43/139): abattis-cantarell-fonts-0.301-4.el9.n 4.9 MB/s | 365 kB 00:00 #13 17.29 (44/139): libicu-67.1-9.el9.x86_64.rpm 9.8 MB/s | 9.6 MB 00:00 #13 17.29 (45/139): debugedit-5.0-5.el9.x86_64.rpm 1.3 MB/s | 77 kB 00:00 #13 17.30 (46/139): zstd-1.5.1-2.el9.x86_64.rpm 3.6 MB/s | 548 kB 00:00 #13 17.31 (47/139): dwz-0.14-3.el9.x86_64.rpm 8.0 MB/s | 128 kB 00:00 #13 17.32 (48/139): emacs-filesystem-27.2-9.el9.noarch.rp 687 kB/s | 8.9 kB 00:00 #13 17.33 (49/139): enchant-1.6.0-30.el9.x86_64.rpm 4.4 MB/s | 62 kB 00:00 #13 17.34 (50/139): efi-srpm-macros-4-9.el9.noarch.rpm 624 kB/s | 23 kB 00:00 #13 17.34 (51/139): desktop-file-utils-0.26-6.el9.x86_64. 1.3 MB/s | 74 kB 00:00 #13 17.35 (52/139): fonts-srpm-macros-2.0.5-7.el9.1.noarc 2.0 MB/s | 28 kB 00:00 #13 17.36 (53/139): ghc-srpm-macros-1.5.0-6.el9.noarch.rp 611 kB/s | 8.8 kB 00:00 #13 17.38 (54/139): go-srpm-macros-3.2.0-3.el9.noarch.rpm 1.9 MB/s | 27 kB 00:00 #13 17.40 (55/139): gdk-pixbuf2-2.42.6-3.el9.x86_64.rpm 8.4 MB/s | 492 kB 00:00 #14 26.81 Get:255 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-string-perl all 1.08-3 [11.1 kB] #14 26.83 Get:256 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-ttf-perl all 1.06-1 [313 kB] #13 21.95 Selecting previously unselected package man-db. #13 21.95 Preparing to unpack .../07-man-db_2.8.5-2_armhf.deb ... #13 21.98 Unpacking man-db (2.8.5-2) ... #13 22.20 Selecting previously unselected package perl-modules-5.28. #14 16.51 Preparing to unpack .../04-libk5crypto3_1.20.1-3ubuntu1_amd64.deb ... #14 16.52 Unpacking libk5crypto3:amd64 (1.20.1-3ubuntu1) ... #14 16.65 Selecting previously unselected package libkeyutils1:amd64. #14 16.65 Preparing to unpack .../05-libkeyutils1_1.6.3-2_amd64.deb ... #14 16.65 Unpacking libkeyutils1:amd64 (1.6.3-2) ... #14 16.74 Selecting previously unselected package libkrb5-3:amd64. #14 16.74 Preparing to unpack .../06-libkrb5-3_1.20.1-3ubuntu1_amd64.deb ... #14 16.75 Unpacking libkrb5-3:amd64 (1.20.1-3ubuntu1) ... #14 16.85 Selecting previously unselected package libgssapi-krb5-2:amd64. #14 16.85 Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-3ubuntu1_amd64.deb ... #14 16.86 Unpacking libgssapi-krb5-2:amd64 (1.20.1-3ubuntu1) ... #13 19.85 Selecting previously unselected package cpp. #13 19.85 Preparing to unpack .../042-cpp_4%3a10.2.1-1_arm64.deb ... #13 19.85 Unpacking cpp (4:10.2.1-1) ... #13 19.88 Selecting previously unselected package libcc1-0:arm64. #13 19.88 Preparing to unpack .../043-libcc1-0_10.2.1-6_arm64.deb ... #13 19.89 Unpacking libcc1-0:arm64 (10.2.1-6) ... #13 19.93 Selecting previously unselected package libgomp1:arm64. #13 19.93 Preparing to unpack .../044-libgomp1_10.2.1-6_arm64.deb ... #13 19.93 Unpacking libgomp1:arm64 (10.2.1-6) ... #13 19.97 Selecting previously unselected package libitm1:arm64. #14 14.63 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autotools-dev all 20220109.1 [44.9 kB] #14 19.33 Preparing to unpack .../002-distro-info-data_0.57ubuntu0.3_all.deb ... #14 19.34 Unpacking distro-info-data (0.57ubuntu0.3) ... #14 19.36 Selecting previously unselected package iso-codes. #14 19.36 Preparing to unpack .../003-iso-codes_4.12.0-1_all.deb ... #14 19.37 Unpacking iso-codes (4.12.0-1) ... #14 19.50 Selecting previously unselected package krb5-locales. #13 21.50 Preparing to unpack .../2-libmpdec3_2.5.1-1_armhf.deb ... #13 21.51 Unpacking libmpdec3:armhf (2.5.1-1) ... #13 21.61 Selecting previously unselected package libncursesw6:armhf. #13 ... #11 [golang 1/1] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #11 extracting sha256:2be414a6bb04ab7fd77aafdfc7f25bff1fe9f4f1252cd985d25b72643c1c1e98 9.6s done #11 extracting sha256:cfe44d1f2a774f7f65c0df70a8a56f4c416f6d17618c7851ae2ba167acc356dd done #11 DONE 34.6s #13 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #13 21.61 Preparing to unpack .../3-libncursesw6_6.2+20201114-2+deb11u2_armhf.deb ... #13 21.61 Unpacking libncursesw6:armhf (6.2+20201114-2+deb11u2) ... #13 21.71 Selecting previously unselected package readline-common. #14 27.26 Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf perl-openssl-defaults armhf 5build2 [7544 B] #14 27.34 Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-ssleay-perl armhf 1.92-1build2 [311 kB] #13 20.22 Preparing to unpack .../045-libitm1_10.2.1-6_amd64.deb ... #13 20.22 Unpacking libitm1:amd64 (10.2.1-6) ... #13 20.26 Selecting previously unselected package libatomic1:amd64. #13 20.26 Preparing to unpack .../046-libatomic1_10.2.1-6_amd64.deb ... #13 20.27 Unpacking libatomic1:amd64 (10.2.1-6) ... #13 20.32 Selecting previously unselected package libasan6:amd64. #13 20.32 Preparing to unpack .../047-libasan6_10.2.1-6_amd64.deb ... #13 20.33 Unpacking libasan6:amd64 (10.2.1-6) ... #19 4.081 debconf: delaying package configuration, since apt-utils is not installed #14 25.99 Get:177 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtimedate-perl all 2.3300-2 [34.0 kB] #14 26.17 Get:178 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libhttp-date-perl all 6.05-2 [9946 B] #14 26.18 Get:179 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfile-listing-perl all 6.15-1 [11.5 kB] #14 26.20 Get:180 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libhtml-tagset-perl all 3.20-6 [11.3 kB] #14 26.22 Get:181 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf liburi-perl all 5.19-2 [81.0 kB] #13 17.12 Get:116 http://archive.raspbian.org/raspbian bookworm/main armhf libnet-http-perl all 6.22-1 [25.3 kB] #13 17.12 Get:117 http://archive.raspbian.org/raspbian bookworm/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB] #13 17.12 Get:118 http://archive.raspbian.org/raspbian bookworm/main armhf libtry-tiny-perl all 0.31-2 [22.6 kB] #13 17.12 Get:119 http://archive.raspbian.org/raspbian bookworm/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB] #13 17.12 Get:120 http://archive.raspbian.org/raspbian bookworm/main armhf libwww-perl all 6.68-1 [186 kB] #13 17.12 Get:121 http://archive.raspbian.org/raspbian bookworm/main armhf patchutils armhf 0.4.2-1 [68.7 kB] #13 17.13 Get:122 http://archive.raspbian.org/raspbian bookworm/main armhf wdiff armhf 1.2.2-5 [118 kB] #13 17.15 Get:123 http://archive.raspbian.org/raspbian bookworm/main armhf devscripts armhf 2.23.4 [1072 kB] #13 17.23 Get:124 http://archive.raspbian.org/raspbian bookworm/main armhf equivs all 2.3.1 [22.7 kB] #13 17.33 Get:125 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl3-gnutls armhf 7.88.1-10+rpi1+deb12u4 [341 kB] #13 17.33 Get:126 http://archive.raspbian.org/raspbian bookworm/main armhf liberror-perl all 0.17029-2 [29.0 kB] #13 17.33 Get:127 http://archive.raspbian.org/raspbian bookworm/main armhf git-man all 1:2.39.2-1.1 [2049 kB] #14 17.27 Get:100 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmpc3 arm64 1.3.1-1 [55.3 kB] #14 21.48 Get:157 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.20.04.2 [95.2 kB] #13 19.74 Selecting previously unselected package libisl19:arm64. #13 19.75 Preparing to unpack .../036-libisl19_0.20-2_arm64.deb ... #13 19.75 Unpacking libisl19:arm64 (0.20-2) ... #13 19.83 Selecting previously unselected package libmpfr6:arm64. #13 19.83 Preparing to unpack .../037-libmpfr6_4.0.2-1_arm64.deb ... #13 19.83 Unpacking libmpfr6:arm64 (4.0.2-1) ... #13 19.90 Selecting previously unselected package libmpc3:arm64. #13 19.36 Preparing to unpack .../055-liblsan0_12.2.0-14_arm64.deb ... #13 19.36 Unpacking liblsan0:arm64 (12.2.0-14) ... #13 19.46 Selecting previously unselected package libtsan2:arm64. #13 19.46 Preparing to unpack .../056-libtsan2_12.2.0-14_arm64.deb ... #13 19.46 Unpacking libtsan2:arm64 (12.2.0-14) ... #13 25.08 Selecting previously unselected package ca-certificates. #13 25.09 Preparing to unpack .../058-ca-certificates_20200601~deb10u2_all.deb ... #13 25.09 Unpacking ca-certificates (20200601~deb10u2) ... #14 15.00 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.3_amd64.deb ... #14 15.01 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.3) ... #14 15.06 Selecting previously unselected package libyaml-0-2:amd64. #14 15.06 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_amd64.deb ... #14 15.06 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ... #14 15.11 Selecting previously unselected package lsb-release. #14 15.11 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ... #14 15.12 Unpacking lsb-release (11.1.0ubuntu4) ... #14 15.16 Selecting previously unselected package netbase. #14 15.16 Preparing to unpack .../018-netbase_6.3_all.deb ... #14 15.16 Unpacking netbase (6.3) ... #14 15.19 Selecting previously unselected package python-apt-common. #14 15.19 Preparing to unpack .../019-python-apt-common_2.4.0ubuntu2_all.deb ... #14 15.20 Unpacking python-apt-common (2.4.0ubuntu2) ... #14 15.24 Selecting previously unselected package python3-apt. #14 23.67 Get:133 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsub-override-perl all 0.09-4 [8706 B] #14 23.70 Get:134 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfile-stripnondeterminism-perl all 1.13.1-1 [18.1 kB] #14 23.70 Get:135 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf dh-strip-nondeterminism all 1.13.1-1 [5362 B] #14 23.70 Get:136 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdw1 armhf 0.188-2.1 [227 kB] #14 23.85 Get:137 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf debugedit armhf 1:5.0-5 [42.8 kB] #14 23.85 Get:138 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf dwz armhf 0.15-1 [109 kB] #14 23.87 Get:139 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gettext armhf 0.21-11 [801 kB] #14 15.86 Get:79 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 autoconf all 2.71-3 [339 kB] #14 15.91 Get:80 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 autotools-dev all 20220109.1 [44.9 kB] #14 15.92 Get:81 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 automake all 1:1.16.5-1.3 [558 kB] #14 15.97 Get:82 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 autopoint all 0.21-11 [420 kB] #14 16.00 Get:83 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 binutils-common arm64 2.40-2ubuntu4.1 [239 kB] #14 16.01 Get:84 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libbinutils arm64 2.40-2ubuntu4.1 [766 kB] #14 16.04 Get:85 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libctf-nobfd0 arm64 2.40-2ubuntu4.1 [97.9 kB] #13 27.09 Selecting previously unselected package libssh2-1:armhf. #13 27.09 Preparing to unpack .../072-libssh2-1_1.10.0-3+b1_armhf.deb ... #13 27.11 Unpacking libssh2-1:armhf (1.10.0-3+b1) ... #13 23.68 Preparing to unpack .../075-libpsl5_0.21.2-1_amd64.deb ... #13 23.68 Unpacking libpsl5:amd64 (0.21.2-1) ... #13 23.72 Selecting previously unselected package librtmp1:amd64. #13 23.73 Preparing to unpack .../076-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... #13 23.73 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... #13 23.77 Selecting previously unselected package libssh2-1:amd64. #13 23.77 Preparing to unpack .../077-libssh2-1_1.10.0-3+b1_amd64.deb ... #13 23.77 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... #13 23.82 Selecting previously unselected package libcurl4:amd64. #13 23.82 Preparing to unpack .../078-libcurl4_7.88.1-10+deb12u5_amd64.deb ... #13 23.82 Unpacking libcurl4:amd64 (7.88.1-10+deb12u5) ... #13 23.88 Selecting previously unselected package curl. #13 23.88 Preparing to unpack .../079-curl_7.88.1-10+deb12u5_amd64.deb ... #13 23.88 Unpacking curl (7.88.1-10+deb12u5) ... #13 23.94 Selecting previously unselected package dctrl-tools. #13 17.41 (56/139): hunspell-1.7.0-11.el9.x86_64.rpm 9.8 MB/s | 325 kB 00:00 #13 17.42 (57/139): hunspell-en-0.20140811.1-20.el9.noarc 11 MB/s | 187 kB 00:00 #13 17.43 (58/139): hunspell-en-GB-0.20140811.1-20.el9.no 12 MB/s | 226 kB 00:00 #13 17.45 (59/139): gdb-minimal-10.2-13.el9.x86_64.rpm 31 MB/s | 3.5 MB 00:00 #13 17.47 (60/139): hunspell-filesystem-1.7.0-11.el9.x86_ 222 kB/s | 8.7 kB 00:00 #13 17.47 (61/139): kernel-srpm-macros-1.0-13.el9.noarch. 883 kB/s | 16 kB 00:00 #13 17.47 (62/139): hunspell-en-US-0.20140811.1-20.el9.no 3.1 MB/s | 177 kB 00:00 #13 17.48 [MIRROR] libjpeg-turbo-2.0.90-7.el9.x86_64.rpm: Status code: 404 for http://mirror.siena.edu/centos-stream/9-stream/AppStream/x86_64/os/Packages/libjpeg-turbo-2.0.90-7.el9.x86_64.rpm (IP: 199.223.246.113) #13 17.49 (63/139): libappstream-glib-0.7.18-4.el9.x86_64 16 MB/s | 396 kB 00:00 #13 17.49 (64/139): libproxy-webkitgtk4-0.4.15-35.el9.x86 1.1 MB/s | 22 kB 00:00 #13 17.51 (65/139): libsoup-2.72.0-8.el9.x86_64.rpm 18 MB/s | 405 kB 00:00 #13 17.52 (66/139): libstemmer-0-18.585svn.el9.x86_64.rpm 3.3 MB/s | 83 kB 00:00 #13 17.53 (67/139): lua-srpm-macros-1-6.el9.noarch.rpm 722 kB/s | 9.5 kB 00:00 #13 17.53 (68/139): ocaml-srpm-macros-6-6.el9.noarch.rpm 683 kB/s | 8.8 kB 00:00 #13 17.54 (69/139): openblas-srpm-macros-2-11.el9.noarch. 589 kB/s | 8.4 kB 00:00 #13 17.55 (70/139): patch-2.7.6-16.el9.x86_64.rpm 7.0 MB/s | 128 kB 00:00 #13 17.55 [MIRROR] perl-AutoLoader-5.74-481.el9.noarch.rpm: Status code: 404 for http://mirror.siena.edu/centos-stream/9-stream/AppStream/x86_64/os/Packages/perl-AutoLoader-5.74-481.el9.noarch.rpm (IP: 199.223.246.113) #13 17.56 (71/139): libjpeg-turbo-2.0.90-7.el9.x86_64.rpm 2.0 MB/s | 175 kB 00:00 #13 17.56 [MIRROR] perl-B-1.80-481.el9.x86_64.rpm: Status code: 404 for http://mirror.siena.edu/centos-stream/9-stream/AppStream/x86_64/os/Packages/perl-B-1.80-481.el9.x86_64.rpm (IP: 199.223.246.113) #13 17.63 (72/139): perl-AutoLoader-5.74-481.el9.noarch.r 247 kB/s | 21 kB 00:00 #14 27.10 Get:257 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfuture-perl all 0.43-1 [77.8 kB] #14 27.12 Get:258 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-stringy-perl all 2.111-3 [55.8 kB] #14 27.14 Get:259 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-validate-perl armhf 1.29-3 [50.6 kB] #14 27.15 Get:260 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB] #14 27.15 Get:261 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-versions-perl all 1.62-1 [9294 B] #14 27.15 Get:262 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB] #14 27.16 Get:263 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-tiny-multipart-perl all 0.08-1 [8488 B] #14 27.16 Get:264 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB] #14 27.32 Get:265 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-perl all 4.02000-2 [80.9 kB] #13 22.20 Preparing to unpack .../08-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ... #13 22.22 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ... #14 16.89 Selecting previously unselected package libtirpc-common. #14 16.89 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... #14 16.91 Unpacking libtirpc-common (1.3.3+ds-1) ... #14 16.99 Selecting previously unselected package libtirpc3:amd64. #14 16.99 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ... #14 17.00 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... #14 17.04 Selecting previously unselected package libnsl2:amd64. #14 17.05 Preparing to unpack .../10-libnsl2_1.3.0-2build2_amd64.deb ... #14 17.05 Unpacking libnsl2:amd64 (1.3.0-2build2) ... #14 17.12 Selecting previously unselected package readline-common. #13 23.21 Selecting previously unselected package python3. #13 23.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 ... 11135 files and directories currently installed.) #13 23.22 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ... #13 23.23 Unpacking python3 (3.9.2-3) ... #13 23.26 Selecting previously unselected package sensible-utils. #13 23.27 Preparing to unpack .../001-sensible-utils_0.0.14_all.deb ... #13 23.27 Unpacking sensible-utils (0.0.14) ... #13 23.30 Selecting previously unselected package bzip2. #13 23.30 Preparing to unpack .../002-bzip2_1.0.8-4_armhf.deb ... #13 23.31 Unpacking bzip2 (1.0.8-4) ... #13 23.36 Selecting previously unselected package libmagic-mgc. #13 23.36 Preparing to unpack .../003-libmagic-mgc_1%3a5.39-3+deb11u1_armhf.deb ... #13 23.36 Unpacking libmagic-mgc (1:5.39-3+deb11u1) ... #13 23.43 Selecting previously unselected package libmagic1:armhf. #13 23.43 Preparing to unpack .../004-libmagic1_1%3a5.39-3+deb11u1_armhf.deb ... #13 23.44 Unpacking libmagic1:armhf (1:5.39-3+deb11u1) ... #13 23.47 Selecting previously unselected package file. #13 23.47 Preparing to unpack .../005-file_1%3a5.39-3+deb11u1_armhf.deb ... #13 23.48 Unpacking file (1:5.39-3+deb11u1) ... #13 23.51 Selecting previously unselected package gettext-base. #13 23.51 Preparing to unpack .../006-gettext-base_0.21-4_armhf.deb ... #13 23.51 Unpacking gettext-base (0.21-4) ... #13 23.56 Selecting previously unselected package xz-utils. #13 19.97 Preparing to unpack .../045-libitm1_10.2.1-6_arm64.deb ... #13 19.98 Unpacking libitm1:arm64 (10.2.1-6) ... #13 20.02 Selecting previously unselected package libatomic1:arm64. #13 20.02 Preparing to unpack .../046-libatomic1_10.2.1-6_arm64.deb ... #13 20.02 Unpacking libatomic1:arm64 (10.2.1-6) ... #13 20.06 Selecting previously unselected package libasan6:arm64. #13 20.06 Preparing to unpack .../047-libasan6_10.2.1-6_arm64.deb ... #13 20.06 Unpacking libasan6:arm64 (10.2.1-6) ... #13 20.25 Selecting previously unselected package liblsan0:arm64. #14 19.51 Preparing to unpack .../004-krb5-locales_1.20.1-1ubuntu0.1_all.deb ... #14 19.51 Unpacking krb5-locales (1.20.1-1ubuntu0.1) ... #14 19.54 Selecting previously unselected package less. #14 19.54 Preparing to unpack .../005-less_590-1.2_amd64.deb ... #14 19.55 Unpacking less (590-1.2) ... #14 19.58 Selecting previously unselected package libbsd0:amd64. #14 19.58 Preparing to unpack .../006-libbsd0_0.11.7-4_amd64.deb ... #14 19.59 Unpacking libbsd0:amd64 (0.11.7-4) ... #14 19.62 Selecting previously unselected package libelf1:amd64. #14 19.62 Preparing to unpack .../007-libelf1_0.188-2.1_amd64.deb ... #14 19.62 Unpacking libelf1:amd64 (0.188-2.1) ... #14 19.65 Selecting previously unselected package libicu72:amd64. #14 19.66 Preparing to unpack .../008-libicu72_72.1-3ubuntu2_amd64.deb ... #14 19.66 Unpacking libicu72:amd64 (72.1-3ubuntu2) ... #14 19.85 Selecting previously unselected package libxml2:amd64. #14 14.64 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 automake all 1:1.16.5-1.3 [558 kB] #14 14.75 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autopoint all 0.21-4ubuntu4 [422 kB] #14 14.80 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils-common arm64 2.38-4ubuntu2.5 [222 kB] #14 14.81 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libbinutils arm64 2.38-4ubuntu2.5 [825 kB] #14 14.87 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libctf-nobfd0 arm64 2.38-4ubuntu2.5 [108 kB] #13 21.71 Preparing to unpack .../4-readline-common_8.1-1_all.deb ... #13 21.73 Unpacking readline-common (8.1-1) ... #13 21.79 Selecting previously unselected package libreadline8:armhf. #13 21.79 Preparing to unpack .../5-libreadline8_8.1-1_armhf.deb ... #13 21.80 Unpacking libreadline8:armhf (8.1-1) ... #13 21.89 Selecting previously unselected package libsqlite3-0:armhf. #13 21.89 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_armhf.deb ... #13 21.89 Unpacking libsqlite3-0:armhf (3.34.1-3) ... #13 22.00 Selecting previously unselected package libpython3.9-stdlib:armhf. #13 22.00 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_armhf.deb ... #14 27.66 Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-socket-ssl-perl all 2.074-2 [192 kB] #14 27.72 Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-http-perl all 6.22-1 [23.2 kB] #14 27.72 Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblwp-protocol-https-perl all 6.10-1 [10.9 kB] #14 27.73 Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtry-tiny-perl all 0.31-1 [21.8 kB] #14 27.73 Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB] #14 27.73 Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwww-perl all 6.61-1 [141 kB] #14 27.75 Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf patchutils armhf 0.4.2-1build2 [74.5 kB] #14 27.77 Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf wdiff armhf 1.2.2-2build3 [29.3 kB] + DISABLE_WARN_OUTSIDE_CONTAINER=1 + make manpages scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.yfgFC23bJ0/ + cd /tmp/docker-cli-docsgen.yfgFC23bJ0 + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading golang.org/x/text v0.14.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading golang.org/x/term v0.15.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading github.com/klauspost/compress v1.17.4 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/stretchr/testify v1.8.4 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/gorilla/mux v1.8.1 go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading google.golang.org/grpc v1.58.3 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/zmap/zlint/v3 v3.1.0 go: downloading github.com/google/certificate-transparency-go v1.1.4 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 #13 20.54 Selecting previously unselected package liblsan0:amd64. #13 20.54 Preparing to unpack .../048-liblsan0_10.2.1-6_amd64.deb ... #13 20.55 Unpacking liblsan0:amd64 (10.2.1-6) ... #13 20.67 Selecting previously unselected package libtsan0:amd64. #19 4.106 Fetched 74.7 MB in 1s (96.7 MB/s) #19 4.129 Selecting previously unselected package libicu72:amd64. #19 4.129 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15644 files and directories currently installed.) #19 4.137 Preparing to unpack .../00-libicu72_72.1-3_amd64.deb ... #19 4.144 Unpacking libicu72:amd64 (72.1-3) ... #14 26.32 Get:182 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libhtml-parser-perl armhf 3.81-1 [84.4 kB] #14 26.37 Get:183 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libhtml-tree-perl all 5.07-3 [200 kB] #14 26.44 Get:184 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libclone-perl armhf 0.46-1 [10.0 kB] #13 17.44 Get:128 http://archive.raspbian.org/raspbian bookworm/main armhf git armhf 1:2.39.2-1.1 [5459 kB] #14 17.51 Get:101 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 cpp-13 arm64 13.2.0-4ubuntu3 [9536 kB] #14 21.53 Get:158 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B] #14 21.54 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB] #14 21.63 Get:160 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB] #14 21.64 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.2 [481 kB] #14 21.70 Get:162 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB] #14 21.74 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB] #13 19.90 Preparing to unpack .../038-libmpc3_1.1.0-1_arm64.deb ... #13 19.91 Unpacking libmpc3:arm64 (1.1.0-1) ... #13 19.94 Selecting previously unselected package cpp-8. #13 19.94 Preparing to unpack .../039-cpp-8_8.3.0-6_arm64.deb ... #13 19.95 Unpacking cpp-8 (8.3.0-6) ... #14 15.24 Preparing to unpack .../020-python3-apt_2.4.0ubuntu2_amd64.deb ... #14 15.24 Unpacking python3-apt (2.4.0ubuntu2) ... #14 15.28 Selecting previously unselected package python3-pkg-resources. #14 15.29 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ... #14 15.29 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... #14 15.34 Selecting previously unselected package ucf. #14 15.34 Preparing to unpack .../022-ucf_3.0043_all.deb ... #14 15.34 Moving old data out of the way #14 15.34 Unpacking ucf (3.0043) ... #14 15.38 Selecting previously unselected package bsdextrautils. #14 15.38 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_amd64.deb ... #14 15.39 Unpacking bsdextrautils (2.37.2-4ubuntu3) ... #14 15.42 Selecting previously unselected package libmagic-mgc. #14 15.42 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3ubuntu0.1_amd64.deb ... #14 15.43 Unpacking libmagic-mgc (1:5.41-3ubuntu0.1) ... #14 15.49 Selecting previously unselected package libmagic1:amd64. #13 19.66 Selecting previously unselected package libubsan1:arm64. #13 19.66 Preparing to unpack .../057-libubsan1_12.2.0-14_arm64.deb ... #13 19.66 Unpacking libubsan1:arm64 (12.2.0-14) ... #13 19.76 Selecting previously unselected package libhwasan0:arm64. #13 19.76 Preparing to unpack .../058-libhwasan0_12.2.0-14_arm64.deb ... #13 19.76 Unpacking libhwasan0:arm64 (12.2.0-14) ... #13 19.86 Selecting previously unselected package libgcc-12-dev:arm64. #13 25.20 Selecting previously unselected package libsasl2-modules-db:armhf. #13 25.20 Preparing to unpack .../059-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_armhf.deb ... #13 25.21 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ... #13 25.28 Selecting previously unselected package libsasl2-2:armhf. #13 25.28 Preparing to unpack .../060-libsasl2-2_2.1.27+dfsg-1+deb10u2_armhf.deb ... #13 25.29 Unpacking libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ... #14 24.01 Get:140 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf intltool-debian all 0.35.0+20060710.6 [23.2 kB] #14 24.04 Get:141 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf po-debconf all 1.0.21+nmu1 [233 kB] #14 24.05 Get:142 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf debhelper all 13.11.4ubuntu3 [925 kB] #14 16.04 Get:86 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libctf0 arm64 2.40-2ubuntu4.1 [93.1 kB] #14 18.58 Get:91 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcrypt-dev arm64 1:4.4.10-10ubuntu4 [111 kB] #13 27.21 Selecting previously unselected package libcurl4:armhf. #13 27.21 Preparing to unpack .../073-libcurl4_7.88.1-10+deb12u5_armhf.deb ... #13 27.24 Unpacking libcurl4:armhf (7.88.1-10+deb12u5) ... #13 27.36 Selecting previously unselected package curl. #13 27.36 Preparing to unpack .../074-curl_7.88.1-10+deb12u5_armhf.deb ... #13 27.39 Unpacking curl (7.88.1-10+deb12u5) ... #13 23.94 Preparing to unpack .../080-dctrl-tools_2.24-3+b1_amd64.deb ... #13 23.95 Unpacking dctrl-tools (2.24-3+b1) ... #13 23.99 Selecting previously unselected package libdebhelper-perl. #13 23.99 Preparing to unpack .../081-libdebhelper-perl_13.11.4_all.deb ... #13 23.99 Unpacking libdebhelper-perl (13.11.4) ... #13 24.03 Selecting previously unselected package libtool. #13 24.03 Preparing to unpack .../082-libtool_2.4.7-5_all.deb ... #13 24.03 Unpacking libtool (2.4.7-5) ... #13 24.08 Selecting previously unselected package dh-autoreconf. #13 24.08 Preparing to unpack .../083-dh-autoreconf_20_all.deb ... #13 24.08 Unpacking dh-autoreconf (20) ... #13 24.12 Selecting previously unselected package libarchive-zip-perl. #13 24.12 Preparing to unpack .../084-libarchive-zip-perl_1.68-1_all.deb ... #13 24.13 Unpacking libarchive-zip-perl (1.68-1) ... #13 24.16 Selecting previously unselected package libsub-override-perl. #13 24.17 Preparing to unpack .../085-libsub-override-perl_0.09-4_all.deb ... #13 24.17 Unpacking libsub-override-perl (0.09-4) ... #13 24.20 Selecting previously unselected package libfile-stripnondeterminism-perl. #13 17.63 (73/139): perl-Carp-1.50-460.el9.noarch.rpm 407 kB/s | 30 kB 00:00 #13 17.64 (74/139): perl-B-1.80-481.el9.x86_64.rpm 2.0 MB/s | 180 kB 00:00 #13 17.70 (75/139): perl-Class-Struct-0.66-481.el9.noarch 297 kB/s | 22 kB 00:00 #13 17.70 (76/139): perl-Data-Dumper-2.174-462.el9.x86_64 761 kB/s | 56 kB 00:00 #13 17.71 (77/139): perl-Digest-1.19-4.el9.noarch.rpm 356 kB/s | 26 kB 00:00 #13 17.77 (78/139): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 490 kB/s | 37 kB 00:00 #13 17.78 (79/139): perl-Errno-1.30-481.el9.x86_64.rpm 200 kB/s | 14 kB 00:00 #13 17.85 (80/139): perl-Exporter-5.74-461.el9.noarch.rpm 426 kB/s | 32 kB 00:00 #13 17.86 (81/139): perl-Fcntl-1.13-481.el9.x86_64.rpm 263 kB/s | 20 kB 00:00 #13 17.93 (82/139): perl-Encode-3.08-462.el9.x86_64.rpm 7.6 MB/s | 1.7 MB 00:00 #14 27.59 Get:266 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-perl all 1.708-1 [67.8 kB] #14 27.63 Get:267 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB] #14 27.64 Get:268 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-perl all 0.38-1 [19.1 kB] #14 27.66 Get:269 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-identify-perl armhf 0.14-1build2 [10.1 kB] #13 22.96 Selecting previously unselected package g++. #13 22.96 Preparing to unpack .../056-g++_4%3a8.3.0-1_amd64.deb ... #13 22.96 Unpacking g++ (4:8.3.0-1) ... #13 22.99 Selecting previously unselected package make. #13 22.99 Preparing to unpack .../057-make_4.2.1-1.2_amd64.deb ... #13 22.99 Unpacking make (4.2.1-1.2) ... #13 23.05 Selecting previously unselected package libdpkg-perl. #13 23.05 Preparing to unpack .../058-libdpkg-perl_1.19.8_all.deb ... #13 23.05 Unpacking libdpkg-perl (1.19.8) ... #13 23.12 Selecting previously unselected package patch. #13 23.12 Preparing to unpack .../059-patch_2.7.6-3+deb10u1_amd64.deb ... #13 23.13 Unpacking patch (2.7.6-3+deb10u1) ... #13 23.17 Selecting previously unselected package dpkg-dev. #13 23.17 Preparing to unpack .../060-dpkg-dev_1.19.8_all.deb ... #13 23.17 Unpacking dpkg-dev (1.19.8) ... #13 23.27 Selecting previously unselected package build-essential. #14 17.12 Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... #14 17.13 Unpacking readline-common (8.2-1.3) ... #14 17.21 Selecting previously unselected package libreadline8:amd64. #14 17.22 Preparing to unpack .../12-libreadline8_8.2-1.3_amd64.deb ... #14 17.22 Unpacking libreadline8:amd64 (8.2-1.3) ... #14 17.29 Selecting previously unselected package libsqlite3-0:amd64. #14 17.29 Preparing to unpack .../13-libsqlite3-0_3.42.0-1ubuntu0.1_amd64.deb ... #14 17.30 Unpacking libsqlite3-0:amd64 (3.42.0-1ubuntu0.1) ... #14 17.37 Selecting previously unselected package libpython3.11-stdlib:amd64. #13 23.57 Preparing to unpack .../007-xz-utils_5.2.5-2.1~deb11u1_armhf.deb ... #13 23.57 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... #13 23.62 Selecting previously unselected package libsigsegv2:armhf. #13 23.62 Preparing to unpack .../008-libsigsegv2_2.13-1_armhf.deb ... #13 23.62 Unpacking libsigsegv2:armhf (2.13-1) ... #13 23.65 Selecting previously unselected package m4. #13 23.65 Preparing to unpack .../009-m4_1.4.18-5_armhf.deb ... #13 23.65 Unpacking m4 (1.4.18-5) ... #13 23.70 Selecting previously unselected package autoconf. #13 23.70 Preparing to unpack .../010-autoconf_2.69-14_all.deb ... #13 23.70 Unpacking autoconf (2.69-14) ... #13 23.75 Selecting previously unselected package autotools-dev. #13 23.76 Preparing to unpack .../011-autotools-dev_20180224.1+nmu1_all.deb ... #13 23.76 Unpacking autotools-dev (20180224.1+nmu1) ... #13 23.80 Selecting previously unselected package automake. #13 20.25 Preparing to unpack .../048-liblsan0_10.2.1-6_arm64.deb ... #13 20.26 Unpacking liblsan0:arm64 (10.2.1-6) ... #13 20.36 Selecting previously unselected package libtsan0:arm64. #13 20.36 Preparing to unpack .../049-libtsan0_10.2.1-6_arm64.deb ... #13 20.37 Unpacking libtsan0:arm64 (10.2.1-6) ... #14 19.85 Preparing to unpack .../009-libxml2_2.9.14+dfsg-1.1ubuntu0.1_amd64.deb ... #14 19.85 Unpacking libxml2:amd64 (2.9.14+dfsg-1.1ubuntu0.1) ... #14 19.89 Selecting previously unselected package libyaml-0-2:amd64. #14 19.89 Preparing to unpack .../010-libyaml-0-2_0.2.5-1_amd64.deb ... #14 19.90 Unpacking libyaml-0-2:amd64 (0.2.5-1) ... #14 19.93 Selecting previously unselected package lsb-release. #14 19.93 Preparing to unpack .../011-lsb-release_12.0-1ubuntu1_all.deb ... #14 19.93 Unpacking lsb-release (12.0-1ubuntu1) ... #14 19.96 Selecting previously unselected package netbase. #14 19.96 Preparing to unpack .../012-netbase_6.4_all.deb ... #14 19.97 Unpacking netbase (6.4) ... #14 20.00 Selecting previously unselected package python-apt-common. #14 20.00 Preparing to unpack .../013-python-apt-common_2.5.3ubuntu1_all.deb ... #14 20.00 Unpacking python-apt-common (2.5.3ubuntu1) ... #14 20.03 Selecting previously unselected package python3-apt. #14 20.03 Preparing to unpack .../014-python3-apt_2.5.3ubuntu1_amd64.deb ... #14 20.04 Unpacking python3-apt (2.5.3ubuntu1) ... #14 20.09 Selecting previously unselected package python3-pkg-resources. #14 14.87 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libctf0 arm64 2.38-4ubuntu2.5 [103 kB] #14 14.88 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.38-4ubuntu2.5 [3229 kB] #14 15.03 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils arm64 2.38-4ubuntu2.5 [3162 B] #14 15.03 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc-dev-bin arm64 2.35-0ubuntu3.6 [19.6 kB] #14 27.77 Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf devscripts armhf 2.22.1ubuntu1 [1057 kB] #13 22.01 Unpacking libpython3.9-stdlib:armhf (3.9.2-1) ... go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 #13 20.67 Preparing to unpack .../049-libtsan0_10.2.1-6_amd64.deb ... #13 20.68 Unpacking libtsan0:amd64 (10.2.1-6) ... #13 20.88 Selecting previously unselected package libubsan1:amd64. #13 20.89 Preparing to unpack .../050-libubsan1_10.2.1-6_amd64.deb ... #13 20.89 Unpacking libubsan1:amd64 (10.2.1-6) ... #13 20.99 Selecting previously unselected package libquadmath0:amd64. #19 4.741 Selecting previously unselected package libxml2:amd64. #14 26.44 Get:185 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libio-html-perl all 1.004-3 [15.9 kB] #14 26.45 Get:186 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf liblwp-mediatypes-perl all 6.04-2 [20.1 kB] #14 26.45 Get:187 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libhttp-message-perl all 6.44-2ubuntu1 [78.0 kB] #14 26.61 Get:188 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libhttp-cookies-perl all 6.10-1 [18.4 kB] #14 21.74 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB] #14 21.75 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.2 [97.4 kB] #14 21.90 Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.2 [90.2 kB] #14 15.50 Preparing to unpack .../025-libmagic1_1%3a5.41-3ubuntu0.1_amd64.deb ... #14 15.50 Unpacking libmagic1:amd64 (1:5.41-3ubuntu0.1) ... #14 15.53 Selecting previously unselected package file. #14 15.54 Preparing to unpack .../026-file_1%3a5.41-3ubuntu0.1_amd64.deb ... #14 15.54 Unpacking file (1:5.41-3ubuntu0.1) ... #14 15.57 Selecting previously unselected package gettext-base. #14 15.57 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_amd64.deb ... #14 15.58 Unpacking gettext-base (0.21-4ubuntu4) ... #14 15.63 Selecting previously unselected package libuchardet0:amd64. #14 15.63 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_amd64.deb ... #14 15.63 Unpacking libuchardet0:amd64 (0.0.7-1build2) ... #14 15.67 Selecting previously unselected package groff-base. #14 15.67 Preparing to unpack .../029-groff-base_1.22.4-8build1_amd64.deb ... #14 15.68 Unpacking groff-base (1.22.4-8build1) ... #14 15.74 Selecting previously unselected package libcbor0.8:amd64. #13 25.55 Selecting previously unselected package libldap-common. #13 25.55 Preparing to unpack .../061-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ... #13 25.62 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ... #13 19.86 Preparing to unpack .../059-libgcc-12-dev_12.2.0-14_arm64.deb ... #13 19.86 Unpacking libgcc-12-dev:arm64 (12.2.0-14) ... #13 19.98 Selecting previously unselected package gcc-12. #13 19.98 Preparing to unpack .../060-gcc-12_12.2.0-14_arm64.deb ... #13 19.98 Unpacking gcc-12 (12.2.0-14) ... #14 18.66 Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc6-dev arm64 2.31-0ubuntu9.14 [2069 kB] #14 18.85 Get:93 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gcc-9-base arm64 9.4.0-1ubuntu1~20.04.2 [18.9 kB] #14 16.45 Get:87 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libgprofng0 arm64 2.40-2ubuntu4.1 [792 kB] #13 27.52 Selecting previously unselected package dctrl-tools. #13 27.52 Preparing to unpack .../075-dctrl-tools_2.24-3_armhf.deb ... #13 27.54 Unpacking dctrl-tools (2.24-3) ... #13 27.63 Selecting previously unselected package libdebhelper-perl. #13 27.63 Preparing to unpack .../076-libdebhelper-perl_13.11.4_all.deb ... #13 27.64 Unpacking libdebhelper-perl (13.11.4) ... #13 27.76 Selecting previously unselected package libtool. #13 24.20 Preparing to unpack .../086-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ... #13 24.20 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ... #13 24.23 Selecting previously unselected package dh-strip-nondeterminism. #13 24.23 Preparing to unpack .../087-dh-strip-nondeterminism_1.13.1-1_all.deb ... #13 24.24 Unpacking dh-strip-nondeterminism (1.13.1-1) ... #13 24.30 Selecting previously unselected package libelf1:amd64. #13 24.30 Preparing to unpack .../088-libelf1_0.188-2.1_amd64.deb ... #13 24.31 Unpacking libelf1:amd64 (0.188-2.1) ... #13 24.35 Selecting previously unselected package dwz. #13 24.35 Preparing to unpack .../089-dwz_0.15-1_amd64.deb ... #13 24.35 Unpacking dwz (0.15-1) ... #13 24.40 Selecting previously unselected package libicu72:amd64. #13 24.40 Preparing to unpack .../090-libicu72_72.1-3_amd64.deb ... #13 24.40 Unpacking libicu72:amd64 (72.1-3) ... #13 17.93 (83/139): perl-File-Basename-2.85-481.el9.noarc 199 kB/s | 17 kB 00:00 #13 17.94 (84/139): perl-File-Path-2.18-4.el9.noarch.rpm 473 kB/s | 36 kB 00:00 #13 18.01 (85/139): perl-File-Temp-0.231.100-4.el9.noarch 816 kB/s | 60 kB 00:00 #13 18.01 (86/139): perl-File-stat-1.09-481.el9.noarch.rp 226 kB/s | 17 kB 00:00 #13 18.01 (87/139): perl-FileHandle-2.03-481.el9.noarch.r 204 kB/s | 15 kB 00:00 #13 18.08 (88/139): perl-Getopt-Long-2.52-4.el9.noarch.rp 822 kB/s | 61 kB 00:00 #13 18.08 (89/139): perl-Getopt-Std-1.12-481.el9.noarch.r 206 kB/s | 15 kB 00:00 #13 18.09 (90/139): perl-HTTP-Tiny-0.076-462.el9.noarch.r 734 kB/s | 54 kB 00:00 #13 18.15 (91/139): perl-IO-1.43-481.el9.x86_64.rpm 1.2 MB/s | 88 kB 00:00 #13 18.16 (92/139): perl-IO-Socket-IP-0.41-5.el9.noarch.r 576 kB/s | 43 kB 00:00 #13 18.16 (93/139): perl-IO-Socket-SSL-2.073-1.el9.noarch 2.8 MB/s | 219 kB 00:00 #13 18.23 (94/139): perl-IPC-Open3-1.21-481.el9.noarch.rp 308 kB/s | 22 kB 00:00 #14 27.67 Get:270 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-name-perl armhf 0.26-1 [10.8 kB] #14 27.67 Get:271 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB] #14 27.68 Get:272 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-tiny-perl all 0.108-1 [42.6 kB] #14 27.71 Get:273 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-perl all 1.008001-2 [304 kB] #14 27.80 Get:274 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgitlab-api-v4-perl all 0.25-1 [83.8 kB] #13 23.27 Preparing to unpack .../061-build-essential_12.6_amd64.deb ... #13 23.28 Unpacking build-essential (12.6) ... #13 23.31 Selecting previously unselected package openssl. #13 23.31 Preparing to unpack .../062-openssl_1.1.1n-0+deb10u6_amd64.deb ... #13 23.32 Unpacking openssl (1.1.1n-0+deb10u6) ... #13 23.44 Selecting previously unselected package ca-certificates. #14 17.37 Preparing to unpack .../14-libpython3.11-stdlib_3.11.6-3_amd64.deb ... #14 17.38 Unpacking libpython3.11-stdlib:amd64 (3.11.6-3) ... #14 17.50 Selecting previously unselected package python3.11. #14 17.50 Preparing to unpack .../15-python3.11_3.11.6-3_amd64.deb ... #14 17.51 Unpacking python3.11 (3.11.6-3) ... #14 17.65 Selecting previously unselected package libpython3-stdlib:amd64. #13 23.80 Preparing to unpack .../012-automake_1%3a1.16.3-2_all.deb ... #13 23.80 Unpacking automake (1:1.16.3-2) ... #13 23.88 Selecting previously unselected package autopoint. #13 23.88 Preparing to unpack .../013-autopoint_0.21-4_all.deb ... #13 23.88 Unpacking autopoint (0.21-4) ... #13 23.92 Selecting previously unselected package binutils-common:armhf. #13 23.92 Preparing to unpack .../014-binutils-common_2.35.2-2+rpi1_armhf.deb ... #13 23.92 Unpacking binutils-common:armhf (2.35.2-2+rpi1) ... #13 20.56 Selecting previously unselected package libubsan1:arm64. #13 20.56 Preparing to unpack .../050-libubsan1_10.2.1-6_arm64.deb ... #13 20.56 Unpacking libubsan1:arm64 (10.2.1-6) ... #13 20.65 Selecting previously unselected package libgcc-10-dev:arm64. #13 20.65 Preparing to unpack .../051-libgcc-10-dev_10.2.1-6_arm64.deb ... #13 20.65 Unpacking libgcc-10-dev:arm64 (10.2.1-6) ... #13 20.77 Selecting previously unselected package gcc-10. #13 22.73 Selecting previously unselected package libgdbm-compat4:armhf. #13 22.73 Preparing to unpack .../09-libgdbm-compat4_1.18.1-4_armhf.deb ... #13 22.74 Unpacking libgdbm-compat4:armhf (1.18.1-4) ... #13 22.78 Selecting previously unselected package libperl5.28:armhf. #13 22.78 Preparing to unpack .../10-libperl5.28_5.28.1-6+deb10u1_armhf.deb ... #13 22.79 Unpacking libperl5.28:armhf (5.28.1-6+deb10u1) ... #14 20.09 Preparing to unpack .../015-python3-pkg-resources_66.1.1-1ubuntu0.1_all.deb ... #14 20.09 Unpacking python3-pkg-resources (66.1.1-1ubuntu0.1) ... #14 20.14 Selecting previously unselected package ucf. #14 20.14 Preparing to unpack .../016-ucf_3.0043+nmu1_all.deb ... #14 20.14 Moving old data out of the way #14 20.15 Unpacking ucf (3.0043+nmu1) ... #14 20.18 Selecting previously unselected package bsdextrautils. #14 20.18 Preparing to unpack .../017-bsdextrautils_2.38.1-4ubuntu1_amd64.deb ... #14 20.18 Unpacking bsdextrautils (2.38.1-4ubuntu1) ... #14 20.21 Selecting previously unselected package libmagic-mgc. #14 20.21 Preparing to unpack .../018-libmagic-mgc_1%3a5.44-3_amd64.deb ... #14 20.28 Unpacking libmagic-mgc (1:5.44-3) ... #14 20.36 Selecting previously unselected package libmagic1:amd64. #14 15.43 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 linux-libc-dev arm64 5.15.0-91.101 [1308 kB] #13 22.29 Selecting previously unselected package python3.9. #13 22.29 Preparing to unpack .../8-python3.9_3.9.2-1_armhf.deb ... #13 22.38 Unpacking python3.9 (3.9.2-1) ... #13 22.44 Selecting previously unselected package libpython3-stdlib:armhf. #13 22.44 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_armhf.deb ... #13 22.45 Unpacking libpython3-stdlib:armhf (3.9.2-3) ... go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 go: downloading golang.org/x/mod v0.14.0 #13 20.99 Preparing to unpack .../051-libquadmath0_10.2.1-6_amd64.deb ... #13 20.99 Unpacking libquadmath0:amd64 (10.2.1-6) ... #13 21.03 Selecting previously unselected package libgcc-10-dev:amd64. #13 21.03 Preparing to unpack .../052-libgcc-10-dev_10.2.1-6_amd64.deb ... #13 21.03 Unpacking libgcc-10-dev:amd64 (10.2.1-6) ... #13 21.24 Selecting previously unselected package gcc-10. #15 13.43 CentOS Stream 8 - Extras common packages 8.6 kB/s | 6.9 kB 00:00 #19 4.743 Preparing to unpack .../01-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... #19 4.746 Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... #19 4.832 Selecting previously unselected package libz3-4:amd64. #19 4.834 Preparing to unpack .../02-libz3-4_4.8.12-3.1_amd64.deb ... #19 4.837 Unpacking libz3-4:amd64 (4.8.12-3.1) ... #14 26.76 Get:189 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libhttp-negotiate-perl all 6.01-2 [12.4 kB] #14 26.78 Get:190 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf perl-openssl-defaults armhf 7 [7536 B] #14 26.80 Get:191 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnet-ssleay-perl armhf 1.92-2build2 [281 kB] #14 27.04 Get:192 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libio-socket-ssl-perl all 2.083-1 [194 kB] #14 22.19 Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.2 [217 kB] #14 22.34 Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.2 [259 kB] #14 15.74 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... #14 15.75 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 15.79 Selecting previously unselected package libedit2:amd64. #14 15.79 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_amd64.deb ... #14 15.79 Unpacking libedit2:amd64 (3.1-20210910-1build1) ... #14 15.84 Selecting previously unselected package libfido2-1:amd64. #14 15.84 Preparing to unpack .../032-libfido2-1_1.10.0-1_amd64.deb ... #14 15.84 Unpacking libfido2-1:amd64 (1.10.0-1) ... #14 15.88 Selecting previously unselected package libnghttp2-14:amd64. #14 15.89 Preparing to unpack .../033-libnghttp2-14_1.43.0-1ubuntu0.1_amd64.deb ... #14 15.89 Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.1) ... #14 15.93 Selecting previously unselected package libpipeline1:amd64. #14 15.93 Preparing to unpack .../034-libpipeline1_1.5.5-1_amd64.deb ... #14 15.94 Unpacking libpipeline1:amd64 (1.5.5-1) ... #14 15.97 Selecting previously unselected package libpng16-16:amd64. #13 25.97 Selecting previously unselected package libldap-2.4-2:armhf. #13 18.25 debconf: delaying package configuration, since apt-utils is not installed #14 18.92 Get:94 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libisl22 arm64 0.22.1-1 [537 kB] #14 19.01 Get:95 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpfr6 arm64 4.0.2-1 [212 kB] #14 19.09 Get:96 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] #14 19.16 Get:97 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cpp-9 arm64 9.4.0-1ubuntu1~20.04.2 [5985 kB] #13 27.76 Preparing to unpack .../077-libtool_2.4.7-5_all.deb ... #13 27.78 Unpacking libtool (2.4.7-5) ... #13 27.88 Selecting previously unselected package dh-autoreconf. #13 27.88 Preparing to unpack .../078-dh-autoreconf_20_all.deb ... #13 27.89 Unpacking dh-autoreconf (20) ... #13 27.96 Selecting previously unselected package libarchive-zip-perl. #13 27.96 Preparing to unpack .../079-libarchive-zip-perl_1.68-1_all.deb ... #13 27.97 Unpacking libarchive-zip-perl (1.68-1) ... #13 18.23 (95/139): perl-MIME-Base64-3.16-4.el9.x86_64.rp 427 kB/s | 31 kB 00:00 #13 18.23 (96/139): perl-Mozilla-CA-20200520-6.el9.noarch 181 kB/s | 13 kB 00:00 #13 18.30 (97/139): perl-NDBM_File-1.15-481.el9.x86_64.rp 298 kB/s | 22 kB 00:00 #13 18.31 (98/139): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 4.9 MB/s | 388 kB 00:00 #13 18.31 (99/139): perl-POSIX-1.94-481.el9.x86_64.rpm 1.2 MB/s | 96 kB 00:00 #13 18.38 (100/139): perl-PathTools-3.78-461.el9.x86_64.r 1.1 MB/s | 88 kB 00:00 #14 27.82 Get:275 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhash-fieldhash-perl armhf 0.15-1build2 [15.9 kB] #14 27.97 Get:276 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-form-perl all 6.07-1 [22.2 kB] #13 23.44 Preparing to unpack .../063-ca-certificates_20200601~deb10u2_all.deb ... #13 23.45 Unpacking ca-certificates (20200601~deb10u2) ... #13 23.49 Selecting previously unselected package libsasl2-modules-db:amd64. #13 23.50 Preparing to unpack .../064-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ... #13 23.50 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... #13 23.53 Selecting previously unselected package libsasl2-2:amd64. #13 23.53 Preparing to unpack .../065-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ... #13 23.54 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... #13 23.58 Selecting previously unselected package libldap-common. #13 23.58 Preparing to unpack .../066-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ... #13 23.58 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ... #13 23.62 Selecting previously unselected package libldap-2.4-2:amd64. #13 23.62 Preparing to unpack .../067-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ... #13 23.62 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... #13 23.68 Selecting previously unselected package libnghttp2-14:amd64. #13 23.68 Preparing to unpack .../068-libnghttp2-14_1.36.0-2+deb10u2_amd64.deb ... #13 23.69 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u2) ... #13 23.72 Selecting previously unselected package libpsl5:amd64. #13 23.73 Preparing to unpack .../069-libpsl5_0.20.2-2_amd64.deb ... #13 23.73 Unpacking libpsl5:amd64 (0.20.2-2) ... #13 23.77 Selecting previously unselected package librtmp1:amd64. #13 23.77 Preparing to unpack .../070-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... #13 23.77 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... #13 23.81 Selecting previously unselected package libssh2-1:amd64. #13 20.51 Selecting previously unselected package cpp. #13 20.51 Preparing to unpack .../040-cpp_4%3a8.3.0-1_arm64.deb ... #13 20.51 Unpacking cpp (4:8.3.0-1) ... #13 20.55 Selecting previously unselected package libcc1-0:arm64. #13 20.55 Preparing to unpack .../041-libcc1-0_8.3.0-6_arm64.deb ... #13 20.56 Unpacking libcc1-0:arm64 (8.3.0-6) ... #13 20.60 Selecting previously unselected package libgomp1:arm64. #13 20.60 Preparing to unpack .../042-libgomp1_8.3.0-6_arm64.deb ... #13 20.60 Unpacking libgomp1:arm64 (8.3.0-6) ... #13 20.65 Selecting previously unselected package libitm1:arm64. #13 20.65 Preparing to unpack .../043-libitm1_8.3.0-6_arm64.deb ... #13 20.65 Unpacking libitm1:arm64 (8.3.0-6) ... #13 20.69 Selecting previously unselected package libatomic1:arm64. #13 20.69 Preparing to unpack .../044-libatomic1_8.3.0-6_arm64.deb ... #13 20.70 Unpacking libatomic1:arm64 (8.3.0-6) ... #13 20.76 Selecting previously unselected package libasan5:arm64. #14 24.47 Get:143 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfakeroot armhf 1.31-1.1 [27.3 kB] #14 24.65 Get:144 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf fakeroot armhf 1.31-1.1 [61.5 kB] #14 24.75 Get:145 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libassuan0 armhf 2.5.5-5 [30.6 kB] #14 17.65 Preparing to unpack .../16-libpython3-stdlib_3.11.4-5_amd64.deb ... #14 17.65 Unpacking libpython3-stdlib:amd64 (3.11.4-5) ... #14 17.70 Setting up python3-minimal (3.11.4-5) ... #14 17.88 Selecting previously unselected package python3. #13 24.15 Selecting previously unselected package libbinutils:armhf. #13 24.15 Preparing to unpack .../015-libbinutils_2.35.2-2+rpi1_armhf.deb ... #13 24.16 Unpacking libbinutils:armhf (2.35.2-2+rpi1) ... #13 24.22 Selecting previously unselected package libctf-nobfd0:armhf. #13 24.22 Preparing to unpack .../016-libctf-nobfd0_2.35.2-2+rpi1_armhf.deb ... #13 24.23 Unpacking libctf-nobfd0:armhf (2.35.2-2+rpi1) ... #13 24.27 Selecting previously unselected package libctf0:armhf. #13 24.27 Preparing to unpack .../017-libctf0_2.35.2-2+rpi1_armhf.deb ... #13 24.27 Unpacking libctf0:armhf (2.35.2-2+rpi1) ... #13 24.30 Selecting previously unselected package binutils-arm-linux-gnueabihf. #13 24.30 Preparing to unpack .../018-binutils-arm-linux-gnueabihf_2.35.2-2+rpi1_armhf.deb ... #13 24.31 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ... #13 20.77 Preparing to unpack .../052-gcc-10_10.2.1-6_arm64.deb ... #13 20.77 Unpacking gcc-10 (10.2.1-6) ... #14 20.36 Preparing to unpack .../019-libmagic1_1%3a5.44-3_amd64.deb ... #14 20.37 Unpacking libmagic1:amd64 (1:5.44-3) ... #14 20.40 Selecting previously unselected package file. #14 20.40 Preparing to unpack .../020-file_1%3a5.44-3_amd64.deb ... #14 20.40 Unpacking file (1:5.44-3) ... #14 20.43 Selecting previously unselected package gettext-base. #14 20.43 Preparing to unpack .../021-gettext-base_0.21-11_amd64.deb ... #14 20.44 Unpacking gettext-base (0.21-11) ... #14 20.47 Selecting previously unselected package libuchardet0:amd64. #14 20.48 Preparing to unpack .../022-libuchardet0_0.0.7-1build2_amd64.deb ... #14 20.48 Unpacking libuchardet0:amd64 (0.0.7-1build2) ... #14 20.51 Selecting previously unselected package groff-base. #14 20.51 Preparing to unpack .../023-groff-base_1.22.4-10_amd64.deb ... #14 20.52 Unpacking groff-base (1.22.4-10) ... #14 20.58 Selecting previously unselected package libcbor0.8:amd64. #13 23.18 Selecting previously unselected package perl. #13 23.18 Preparing to unpack .../11-perl_5.28.1-6+deb10u1_armhf.deb ... #13 23.19 Unpacking perl (5.28.1-6+deb10u1) ... #13 10.83 CentOS Stream 9 - Extras packages 14 kB/s | 15 kB 00:01 #13 11.07 Last metadata expiration check: 0:00:01 ago on Mon Jan 22 21:40:40 2024. #13 22.55 Setting up python3-minimal (3.9.2-3) ... #13 21.24 Preparing to unpack .../053-gcc-10_10.2.1-6_amd64.deb ... #13 21.25 Unpacking gcc-10 (10.2.1-6) ... #14 28.26 Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf diffstat armhf 1.64-1build2 [27.6 kB] #14 28.43 Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-chardet all 4.0.0-1 [98.0 kB] #14 27.09 Get:193 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnet-http-perl all 6.22-1 [23.2 kB] #14 27.09 Get:194 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf liblwp-protocol-https-perl all 6.11-1 [8992 B] #14 27.09 Get:195 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtry-tiny-perl all 0.31-2 [20.8 kB] #14 27.10 Get:196 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB] #14 27.10 Get:197 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libwww-perl all 6.72-1 [143 kB] #14 27.12 Get:198 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf patchutils armhf 0.4.2-1build2 [74.5 kB] #14 22.40 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB] #14 22.41 Get:170 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-homedir-perl all 1.004-1 [37.3 kB] #14 22.42 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-pty-perl amd64 1:1.12-1 [32.4 kB] #14 22.42 Get:172 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-run-perl all 20180523.0-2 [89.7 kB] #14 22.44 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB] #14 22.44 Get:174 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-op-check-perl amd64 0.22-1build2 [10.2 kB] #14 22.44 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB] #14 22.44 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu1 [14.5 kB] #14 22.60 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-classify-perl amd64 0.015-1build2 [21.1 kB] #14 15.98 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_amd64.deb ... #14 15.98 Unpacking libpng16-16:amd64 (1.6.37-3build5) ... #14 16.03 Selecting previously unselected package libpsl5:amd64. #14 16.03 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_amd64.deb ... #14 16.03 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... #14 16.07 Selecting previously unselected package libxau6:amd64. #14 16.07 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_amd64.deb ... #14 16.08 Unpacking libxau6:amd64 (1:1.0.9-1build5) ... #14 16.11 Selecting previously unselected package libxdmcp6:amd64. #14 16.11 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ... #14 16.12 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 16.16 Selecting previously unselected package libxcb1:amd64. #14 16.16 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_amd64.deb ... #14 16.16 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ... #14 16.19 Selecting previously unselected package libx11-data. #13 25.98 Preparing to unpack .../062-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_armhf.deb ... #13 26.03 Unpacking libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ... #13 18.34 Fetched 75.3 MB in 8s (9149 kB/s) #13 28.09 Selecting previously unselected package libsub-override-perl. #13 28.09 Preparing to unpack .../080-libsub-override-perl_0.09-4_all.deb ... #13 28.11 Unpacking libsub-override-perl (0.09-4) ... #13 28.18 Selecting previously unselected package libfile-stripnondeterminism-perl. #13 28.18 Preparing to unpack .../081-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ... #13 28.27 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ... #13 18.38 (101/139): perl-Pod-Escapes-1.07-460.el9.noarch 285 kB/s | 21 kB 00:00 #13 18.39 (102/139): perl-Pod-Perldoc-3.28.01-461.el9.noa 1.2 MB/s | 87 kB 00:00 #13 18.45 (103/139): perl-Pod-Simple-3.42-4.el9.noarch.rp 2.8 MB/s | 225 kB 00:00 #13 18.46 (104/139): perl-Pod-Usage-2.01-4.el9.noarch.rpm 532 kB/s | 41 kB 00:00 #13 18.46 (105/139): perl-Scalar-List-Utils-1.56-461.el9. 954 kB/s | 73 kB 00:00 #13 18.53 (106/139): perl-SelectSaver-1.02-481.el9.noarch 151 kB/s | 11 kB 00:00 #13 18.53 (107/139): perl-Socket-2.031-4.el9.x86_64.rpm 754 kB/s | 56 kB 00:00 #13 18.54 (108/139): perl-Storable-3.21-460.el9.x86_64.rp 1.3 MB/s | 96 kB 00:00 #13 18.60 (109/139): perl-Symbol-1.08-481.el9.noarch.rpm 189 kB/s | 14 kB 00:00 #13 18.61 (110/139): perl-Term-ANSIColor-5.01-461.el9.noa 654 kB/s | 49 kB 00:00 #13 18.61 (111/139): perl-Term-Cap-1.17-460.el9.noarch.rp 308 kB/s | 23 kB 00:00 #13 18.67 (112/139): perl-Text-ParseWords-3.30-460.el9.no 232 kB/s | 17 kB 00:00 #14 28.12 Get:277 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-format-perl all 2.12-1 [41.3 kB] #14 28.20 Get:278 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB] #14 28.24 Get:279 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libidn11 armhf 1.33-2.2ubuntu2 [43.1 kB] #14 28.29 Get:280 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstruct-dumb-perl all 0.09-1 [10.5 kB] #14 28.29 Get:281 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-perl all 0.75-1 [254 kB] #13 23.81 Preparing to unpack .../071-libssh2-1_1.8.0-2.1+deb10u1_amd64.deb ... #13 23.81 Unpacking libssh2-1:amd64 (1.8.0-2.1+deb10u1) ... #13 23.87 Selecting previously unselected package libcurl4:amd64. #13 23.87 Preparing to unpack .../072-libcurl4_7.64.0-4+deb10u8_amd64.deb ... #13 23.87 Unpacking libcurl4:amd64 (7.64.0-4+deb10u8) ... #13 23.92 Selecting previously unselected package curl. #13 23.92 Preparing to unpack .../073-curl_7.64.0-4+deb10u8_amd64.deb ... #13 23.93 Unpacking curl (7.64.0-4+deb10u8) ... #13 23.98 Selecting previously unselected package dctrl-tools. #13 23.98 Preparing to unpack .../074-dctrl-tools_2.24-3_amd64.deb ... #13 23.99 Unpacking dctrl-tools (2.24-3) ... #13 24.02 Selecting previously unselected package libtool. #13 20.76 Preparing to unpack .../045-libasan5_8.3.0-6_arm64.deb ... #13 20.77 Unpacking libasan5:arm64 (8.3.0-6) ... #13 20.83 Selecting previously unselected package liblsan0:arm64. #13 20.83 Preparing to unpack .../046-liblsan0_8.3.0-6_arm64.deb ... #13 20.83 Unpacking liblsan0:arm64 (8.3.0-6) ... #13 20.88 Selecting previously unselected package libtsan0:arm64. #13 20.88 Preparing to unpack .../047-libtsan0_8.3.0-6_arm64.deb ... #13 20.89 Unpacking libtsan0:arm64 (8.3.0-6) ... #13 20.94 Selecting previously unselected package libubsan1:arm64. #13 20.94 Preparing to unpack .../048-libubsan1_8.3.0-6_arm64.deb ... #13 20.95 Unpacking libubsan1:arm64 (8.3.0-6) ... #13 20.99 Selecting previously unselected package libgcc-8-dev:arm64. #13 20.65 Selecting previously unselected package gcc. #14 24.79 Get:146 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gpgconf armhf 2.2.40-1.1ubuntu1 [120 kB] #14 24.86 Get:147 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libksba8 armhf 1.6.3-2 [99.7 kB] #14 24.90 Get:148 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnpth0 armhf 1.6-3build2 [7230 B] #14 24.91 Get:149 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf dirmngr armhf 2.2.40-1.1ubuntu1 [331 kB] #14 24.98 Get:150 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gnupg-l10n all 2.2.40-1.1ubuntu1 [56.2 kB] #14 17.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 ... 5691 files and directories currently installed.) #14 17.88 Preparing to unpack .../0-python3_3.11.4-5_amd64.deb ... #14 17.89 Unpacking python3 (3.11.4-5) ... #14 17.94 Selecting previously unselected package perl-modules-5.36. #14 17.94 Preparing to unpack .../1-perl-modules-5.36_5.36.0-9ubuntu1.1_all.deb ... #14 17.95 Unpacking perl-modules-5.36 (5.36.0-9ubuntu1.1) ... #14 16.98 Get:88 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.40-2ubuntu4.1 [3144 kB] #13 25.02 Selecting previously unselected package libxml2:amd64. #14 20.58 Preparing to unpack .../024-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... #14 20.59 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 20.63 Selecting previously unselected package libedit2:amd64. #14 20.63 Preparing to unpack .../025-libedit2_3.1-20221030-2_amd64.deb ... #14 20.64 Unpacking libedit2:amd64 (3.1-20221030-2) ... #14 20.68 Selecting previously unselected package libfido2-1:amd64. #14 20.68 Preparing to unpack .../026-libfido2-1_1.12.0-2_amd64.deb ... #14 20.69 Unpacking libfido2-1:amd64 (1.12.0-2) ... #14 20.72 Selecting previously unselected package libjansson4:amd64. #14 20.73 Preparing to unpack .../027-libjansson4_2.14-2_amd64.deb ... #14 20.73 Unpacking libjansson4:amd64 (2.14-2) ... #14 20.76 Selecting previously unselected package libnghttp2-14:amd64. #14 20.76 Preparing to unpack .../028-libnghttp2-14_1.52.0-1ubuntu0.1_amd64.deb ... #14 20.77 Unpacking libnghttp2-14:amd64 (1.52.0-1ubuntu0.1) ... #14 20.80 Selecting previously unselected package libpipeline1:amd64. #13 23.26 Selecting previously unselected package libpython3.7-minimal:armhf. #13 23.26 Preparing to unpack .../12-libpython3.7-minimal_3.7.3-2+deb10u6_armhf.deb ... #13 23.27 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u6) ... #13 23.38 Selecting previously unselected package libexpat1:armhf. #13 23.38 Preparing to unpack .../13-libexpat1_2.2.6-2+deb10u6_armhf.deb ... #13 23.38 Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ... #13 23.43 Selecting previously unselected package python3.7-minimal. #13 23.43 Preparing to unpack .../14-python3.7-minimal_3.7.3-2+deb10u6_armhf.deb ... #13 23.44 Unpacking python3.7-minimal (3.7.3-2+deb10u6) ... #13 12.06 Dependencies resolved. #13 12.07 ================================================================================ #13 12.07 Package Arch Version Repository Size #13 12.07 ================================================================================ #13 12.07 Installing: #13 12.07 dnf-plugins-core noarch 4.3.0-13.el9 baseos 37 k #13 12.07 rpm-build aarch64 4.16.1.3-29.el9 appstream 67 k #13 12.07 rpmlint noarch 1.11-19.el9 appstream 198 k #13 12.07 Installing dependencies: #13 12.07 adobe-source-code-pro-fonts noarch 2.030.1.050-12.el9.1 baseos 832 k #13 12.07 binutils aarch64 2.35.2-42.el9 baseos 4.8 M #13 12.07 binutils-gold aarch64 2.35.2-42.el9 baseos 884 k #13 12.07 bzip2 aarch64 1.0.8-8.el9 baseos 56 k #13 12.07 cpio aarch64 2.13-16.el9 baseos 274 k #13 12.07 dbus-libs aarch64 1:1.12.20-8.el9 baseos 150 k #13 12.07 debugedit aarch64 5.0-5.el9 appstream 76 k #13 12.07 desktop-file-utils aarch64 0.26-6.el9 appstream 72 k #13 12.07 diffutils aarch64 3.7-12.el9 baseos 392 k #13 12.07 dwz aarch64 0.14-3.el9 appstream 126 k #13 12.07 ed aarch64 1.14.2-12.el9 baseos 74 k #13 12.07 efi-srpm-macros noarch 4-9.el9 appstream 23 k #13 12.07 elfutils aarch64 0.190-2.el9 baseos 549 k #13 12.07 elfutils-debuginfod-client aarch64 0.190-2.el9 baseos 36 k #13 12.07 emacs-filesystem noarch 1:27.2-9.el9 appstream 8.9 k #13 12.07 enchant aarch64 1:1.6.0-30.el9 appstream 61 k #13 12.07 file aarch64 5.39-14.el9 baseos 49 k #13 12.07 fonts-srpm-macros noarch 1:2.0.5-7.el9.1 appstream 28 k #13 12.07 gdb-minimal aarch64 10.2-13.el9 appstream 3.1 M #13 12.07 gdk-pixbuf2 aarch64 2.42.6-3.el9 appstream 490 k #13 12.07 ghc-srpm-macros noarch 1.5.0-6.el9 appstream 8.8 k #13 12.07 glib-networking aarch64 2.68.3-3.el9 baseos 185 k #13 12.07 glibc-gconv-extra aarch64 2.34-95.el9 baseos 1.8 M #13 12.07 go-srpm-macros noarch 3.2.0-3.el9 appstream 27 k #13 12.07 groff-base aarch64 1.22.4-10.el9 baseos 1.0 M #13 12.07 gsettings-desktop-schemas aarch64 40.0-6.el9 baseos 684 k #13 12.07 hunspell aarch64 1.7.0-11.el9 appstream 319 k #13 12.07 hunspell-en-GB noarch 0.20140811.1-20.el9 appstream 226 k #13 12.07 hunspell-en-US noarch 0.20140811.1-20.el9 appstream 177 k #13 12.07 hunspell-filesystem aarch64 1.7.0-11.el9 appstream 8.6 k #13 12.07 info aarch64 6.7-15.el9 baseos 221 k #13 12.07 json-glib aarch64 1.6.6-1.el9 baseos 160 k #13 12.07 kernel-srpm-macros noarch 1.0-13.el9 appstream 16 k #13 12.07 less aarch64 590-2.el9 baseos 161 k #13 12.07 libappstream-glib aarch64 0.7.18-4.el9 appstream 380 k #13 12.07 libbrotli aarch64 1.0.9-6.el9 baseos 314 k #13 12.07 libicu aarch64 67.1-9.el9 baseos 9.5 M #13 12.07 libjpeg-turbo aarch64 2.0.90-7.el9 appstream 169 k #13 12.07 libpipeline aarch64 1.5.3-4.el9 baseos 48 k #13 12.07 libpkgconf aarch64 1.7.3-10.el9 baseos 36 k #13 12.07 libpng aarch64 2:1.6.37-12.el9 baseos 115 k #13 12.07 libproxy aarch64 0.4.15-35.el9 baseos 71 k #13 12.07 libpsl aarch64 0.21.1-5.el9 baseos 64 k #13 12.07 libsoup aarch64 2.72.0-8.el9 appstream 397 k #13 12.07 libstemmer aarch64 0-18.585svn.el9 appstream 82 k #13 12.07 lua-srpm-macros noarch 1-6.el9 appstream 9.5 k #13 12.07 man-db aarch64 2.9.3-7.el9 baseos 1.2 M #13 12.07 ncurses aarch64 6.2-10.20210508.el9 baseos 399 k #13 12.07 ocaml-srpm-macros noarch 6-6.el9 appstream 8.8 k #13 12.07 openblas-srpm-macros noarch 2-11.el9 appstream 8.4 k #13 12.07 patch aarch64 2.7.6-16.el9 appstream 124 k #13 12.07 perl-AutoLoader noarch 5.74-481.el9 appstream 21 k #13 12.07 perl-B aarch64 1.80-481.el9 appstream 180 k #13 12.07 perl-Carp noarch 1.50-460.el9 appstream 30 k #13 12.07 perl-Class-Struct noarch 0.66-481.el9 appstream 22 k #13 12.07 perl-Data-Dumper aarch64 2.174-462.el9 appstream 55 k #13 12.07 perl-Digest noarch 1.19-4.el9 appstream 26 k #13 12.07 perl-Digest-MD5 aarch64 2.58-4.el9 appstream 37 k #13 12.07 perl-Encode aarch64 4:3.08-462.el9 appstream 1.7 M #13 12.07 perl-Errno aarch64 1.30-481.el9 appstream 14 k #13 12.07 perl-Exporter noarch 5.74-461.el9 appstream 32 k #13 12.07 perl-Fcntl aarch64 1.13-481.el9 appstream 20 k #13 12.07 perl-File-Basename noarch 2.85-481.el9 appstream 17 k #13 12.07 perl-File-Path noarch 2.18-4.el9 appstream 36 k #13 12.07 perl-File-Temp noarch 1:0.231.100-4.el9 appstream 60 k #13 12.07 perl-File-stat noarch 1.09-481.el9 appstream 17 k #13 12.07 perl-FileHandle noarch 2.03-481.el9 appstream 15 k #13 12.07 perl-Getopt-Long noarch 1:2.52-4.el9 appstream 61 k #13 12.07 perl-Getopt-Std noarch 1.12-481.el9 appstream 15 k #13 12.07 perl-HTTP-Tiny noarch 0.076-462.el9 appstream 54 k #13 12.07 perl-IO aarch64 1.43-481.el9 appstream 88 k #13 12.07 perl-IO-Socket-IP noarch 0.41-5.el9 appstream 43 k #13 12.07 perl-IO-Socket-SSL noarch 2.073-1.el9 appstream 219 k #13 12.07 perl-IPC-Open3 noarch 1.21-481.el9 appstream 22 k #13 12.07 perl-MIME-Base64 aarch64 3.16-4.el9 appstream 31 k #13 12.07 perl-Mozilla-CA noarch 20200520-6.el9 appstream 13 k #13 12.07 perl-Net-SSLeay aarch64 1.92-2.el9 appstream 389 k #13 12.07 perl-POSIX aarch64 1.94-481.el9 appstream 96 k #13 12.07 perl-PathTools aarch64 3.78-461.el9 appstream 88 k #13 12.07 perl-Pod-Escapes noarch 1:1.07-460.el9 appstream 21 k #13 12.07 perl-Pod-Perldoc noarch 3.28.01-461.el9 appstream 87 k #13 12.07 perl-Pod-Simple noarch 1:3.42-4.el9 appstream 225 k #13 12.07 perl-Pod-Usage noarch 4:2.01-4.el9 appstream 41 k #13 12.07 perl-Scalar-List-Utils aarch64 4:1.56-461.el9 appstream 72 k #13 12.07 perl-SelectSaver noarch 1.02-481.el9 appstream 11 k #13 12.07 perl-Socket aarch64 4:2.031-4.el9 appstream 55 k #13 12.07 perl-Storable aarch64 1:3.21-460.el9 appstream 94 k #13 12.07 perl-Symbol noarch 1.08-481.el9 appstream 14 k #13 12.07 perl-Term-ANSIColor noarch 5.01-461.el9 appstream 49 k #13 12.07 perl-Term-Cap noarch 1.17-460.el9 appstream 23 k #13 12.07 perl-Text-ParseWords noarch 3.30-460.el9 appstream 17 k #13 12.07 perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 appstream 24 k #13 12.07 perl-Time-Local noarch 2:1.300-7.el9 appstream 34 k #13 12.07 perl-URI noarch 5.09-3.el9 appstream 121 k #13 12.07 perl-base noarch 2.27-481.el9 appstream 16 k #13 12.07 perl-constant noarch 1.33-461.el9 appstream 24 k #13 12.07 perl-if noarch 0.60.800-481.el9 appstream 14 k #13 12.07 perl-interpreter aarch64 4:5.32.1-481.el9 appstream 70 k #13 12.07 perl-libnet noarch 3.13-4.el9 appstream 130 k #13 12.07 perl-libs aarch64 4:5.32.1-481.el9 appstream 2.2 M #13 12.07 perl-mro aarch64 1.23-481.el9 appstream 27 k #13 12.07 perl-overload noarch 1.31-481.el9 appstream 45 k #13 12.07 perl-overloading noarch 0.02-481.el9 appstream 12 k #13 12.07 perl-parent noarch 1:0.238-460.el9 appstream 15 k #13 12.07 perl-podlators noarch 1:4.14-460.el9 appstream 114 k #13 12.07 perl-srpm-macros noarch 1-41.el9 appstream 9.1 k #13 12.07 perl-subs noarch 1.03-481.el9 appstream 11 k #13 12.07 perl-vars noarch 1.05-481.el9 appstream 13 k #13 12.07 pkgconf aarch64 1.7.3-10.el9 baseos 40 k #13 12.07 pkgconf-m4 noarch 1.7.3-10.el9 baseos 15 k #13 12.07 pkgconf-pkg-config aarch64 1.7.3-10.el9 baseos 11 k #13 12.07 publicsuffix-list-dafsa noarch 20210518-3.el9 baseos 58 k #13 12.07 pyproject-srpm-macros noarch 1.9.0-1.el9 appstream 15 k #13 12.07 python-srpm-macros noarch 3.9-53.el9 appstream 18 k #13 12.07 python3-dateutil noarch 1:2.8.1-7.el9 baseos 288 k #13 12.07 python3-dbus aarch64 1.2.18-2.el9 baseos 144 k #13 12.07 python3-dnf-plugins-core noarch 4.3.0-13.el9 baseos 264 k #13 12.07 python3-enchant noarch 3.2.0-5.el9 appstream 86 k #13 12.07 python3-file-magic noarch 5.39-14.el9 appstream 17 k #13 12.07 python3-six noarch 1.15.0-9.el9 baseos 37 k #13 12.07 python3-systemd aarch64 234-18.el9 baseos 89 k #13 12.07 qt5-srpm-macros noarch 5.15.9-1.el9 appstream 8.8 k #13 12.07 redhat-rpm-config noarch 206-1.el9 appstream 67 k #13 12.07 rust-srpm-macros noarch 17-4.el9 appstream 10 k #13 12.07 shared-mime-info aarch64 2.1-5.el9 baseos 558 k #13 12.07 systemd-libs aarch64 252-23.el9 baseos 626 k #13 12.07 unzip aarch64 6.0-56.el9 baseos 179 k #13 12.07 webkit2gtk3-jsc aarch64 2.42.4-1.el9 appstream 3.3 M #13 12.07 xz aarch64 5.2.5-8.el9 baseos 226 k #13 12.07 zip aarch64 3.0-35.el9 baseos 260 k #13 12.07 zstd aarch64 1.5.1-2.el9 baseos 387 k #13 12.07 Installing weak dependencies: #13 12.07 abattis-cantarell-fonts noarch 0.301-4.el9 appstream 365 k #13 12.07 hunspell-en noarch 0.20140811.1-20.el9 appstream 187 k #13 12.07 libproxy-webkitgtk4 aarch64 0.4.15-35.el9 appstream 21 k #13 12.07 perl-NDBM_File aarch64 1.15-481.el9 appstream 21 k #13 12.07 #13 12.07 Transaction Summary #13 12.07 ================================================================================ #13 12.07 Install 138 Packages #13 12.07 #13 12.08 Total download size: 44 M #13 12.08 Installed size: 175 M #13 12.08 Downloading Packages: #14 18.27 Get:102 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 cpp arm64 4:13.2.0-1ubuntu1 [28.9 kB] #14 18.27 Get:103 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libcc1-0 arm64 13.2.0-4ubuntu3 [49.6 kB] #14 18.27 Get:104 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libgomp1 arm64 13.2.0-4ubuntu3 [134 kB] #14 18.27 Get:105 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libitm1 arm64 13.2.0-4ubuntu3 [27.9 kB] #14 18.27 Get:106 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libatomic1 arm64 13.2.0-4ubuntu3 [11.6 kB] #14 18.27 Get:107 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libasan8 arm64 13.2.0-4ubuntu3 [2741 kB] #14 18.40 Get:108 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 liblsan0 arm64 13.2.0-4ubuntu3 [1185 kB] #13 22.84 Selecting previously unselected package python3. #13 22.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 ... 9948 files and directories currently installed.) #13 22.85 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ... #13 22.90 Unpacking python3 (3.9.2-3) ... #13 22.98 Selecting previously unselected package less. #13 22.99 Preparing to unpack .../001-less_551-2_armhf.deb ... #13 23.00 Unpacking less (551-2) ... #13 23.08 Selecting previously unselected package netbase. #14 28.57 Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf zstd armhf 1.4.8+dfsg-3build1 [597 kB] #14 28.77 Get:191 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-debian all 0.1.43ubuntu1.1 [107 kB] #14 28.78 Get:192 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libgpgme11 armhf 1.16.0-1.2ubuntu4.1 [117 kB] #19 5.434 Selecting previously unselected package libllvm14:amd64. #19 5.436 Preparing to unpack .../03-libllvm14_1%3a14.0.6-12_amd64.deb ... #19 5.439 Unpacking libllvm14:amd64 (1:14.0.6-12) ... #14 22.76 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB] #14 22.79 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB] #14 22.80 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 librole-tiny-perl all 2.001004-1 [16.5 kB] #14 22.85 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB] #14 22.87 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB] #14 16.19 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ... #14 16.20 Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ... #14 16.26 Selecting previously unselected package libx11-6:amd64. #14 16.26 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ... #14 16.27 Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... #14 16.33 Selecting previously unselected package libxext6:amd64. #14 16.33 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_amd64.deb ... #14 16.33 Unpacking libxext6:amd64 (2:1.3.4-1build1) ... #14 16.37 Selecting previously unselected package libxmuu1:amd64. #14 16.37 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_amd64.deb ... #14 16.38 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... #14 16.43 Selecting previously unselected package man-db. #13 26.31 Selecting previously unselected package libnghttp2-14:armhf. #13 26.31 Preparing to unpack .../063-libnghttp2-14_1.36.0-2+deb10u2_armhf.deb ... #13 26.32 Unpacking libnghttp2-14:armhf (1.36.0-2+deb10u2) ... #13 26.44 Selecting previously unselected package libpsl5:armhf. #13 26.44 Preparing to unpack .../064-libpsl5_0.20.2-2_armhf.deb ... #13 26.45 Unpacking libpsl5:armhf (0.20.2-2) ... #13 26.54 Selecting previously unselected package librtmp1:armhf. #13 18.62 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9821 files and directories currently installed.) #13 18.63 Preparing to unpack .../libc6_2.36-9+rpi1+deb12u3_armhf.deb ... #13 28.45 Selecting previously unselected package dh-strip-nondeterminism. #13 28.45 Preparing to unpack .../082-dh-strip-nondeterminism_1.13.1-1_all.deb ... #13 28.50 Unpacking dh-strip-nondeterminism (1.13.1-1) ... #13 18.68 (113/139): perl-Text-Tabs+Wrap-2013.0523-460.el 304 kB/s | 24 kB 00:00 #13 18.69 (114/139): perl-Time-Local-1.300-7.el9.noarch.r 425 kB/s | 34 kB 00:00 #13 18.75 (115/139): perl-URI-5.09-3.el9.noarch.rpm 1.6 MB/s | 121 kB 00:00 #13 18.76 (116/139): perl-base-2.27-481.el9.noarch.rpm 215 kB/s | 16 kB 00:00 #13 18.76 (117/139): perl-constant-1.33-461.el9.noarch.rp 325 kB/s | 24 kB 00:00 #13 18.82 (118/139): perl-if-0.60.800-481.el9.noarch.rpm 184 kB/s | 14 kB 00:00 #13 18.83 (119/139): perl-interpreter-5.32.1-481.el9.x86_ 968 kB/s | 71 kB 00:00 #13 18.84 (120/139): perl-libnet-3.13-4.el9.noarch.rpm 1.7 MB/s | 130 kB 00:00 #13 18.91 (121/139): perl-mro-1.23-481.el9.x86_64.rpm 377 kB/s | 28 kB 00:00 #13 18.91 (122/139): perl-overload-1.31-481.el9.noarch.rp 620 kB/s | 45 kB 00:00 #13 18.98 (123/139): perl-overloading-0.02-481.el9.noarch 165 kB/s | 12 kB 00:00 #13 24.03 Preparing to unpack .../075-libtool_2.4.6-9_all.deb ... #13 24.03 Unpacking libtool (2.4.6-9) ... #13 24.08 Selecting previously unselected package dh-autoreconf. #13 24.08 Preparing to unpack .../076-dh-autoreconf_19_all.deb ... #13 24.09 Unpacking dh-autoreconf (19) ... #13 24.12 Selecting previously unselected package libarchive-zip-perl. #13 24.12 Preparing to unpack .../077-libarchive-zip-perl_1.64-1_all.deb ... #13 24.13 Unpacking libarchive-zip-perl (1.64-1) ... #13 24.16 Selecting previously unselected package libfile-stripnondeterminism-perl. #13 24.16 Preparing to unpack .../078-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ... #13 24.17 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ... #13 24.20 Selecting previously unselected package dh-strip-nondeterminism. #13 24.20 Preparing to unpack .../079-dh-strip-nondeterminism_1.1.2-1_all.deb ... #13 24.20 Unpacking dh-strip-nondeterminism (1.1.2-1) ... #13 24.23 Selecting previously unselected package dwz. #14 28.41 Get:282 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblinux-epoll-perl armhf 0.017-1 [14.7 kB] #14 28.42 Get:283 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-loop-epoll-perl all 0.20-1 [10.4 kB] #14 28.42 Get:284 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtypes-serialiser-perl all 1.0-1 [12.1 kB] #14 28.42 Get:285 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-xs-perl armhf 4.020-1build1 [81.7 kB] #14 28.44 Get:286 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-maybexs-perl all 1.004000-1 [11.0 kB] #14 28.59 Get:287 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-compare-perl all 0.53-1 [65.6 kB] #13 20.99 Preparing to unpack .../049-libgcc-8-dev_8.3.0-6_arm64.deb ... #13 20.99 Unpacking libgcc-8-dev:arm64 (8.3.0-6) ... #13 21.11 Selecting previously unselected package gcc-8. #13 21.11 Preparing to unpack .../050-gcc-8_8.3.0-6_arm64.deb ... #13 21.11 Unpacking gcc-8 (8.3.0-6) ... #13 20.65 Preparing to unpack .../061-gcc_4%3a12.2.0-3_arm64.deb ... #13 20.65 Unpacking gcc (4:12.2.0-3) ... #13 20.68 Selecting previously unselected package libstdc++-12-dev:arm64. #13 20.68 Preparing to unpack .../062-libstdc++-12-dev_12.2.0-14_arm64.deb ... #13 20.69 Unpacking libstdc++-12-dev:arm64 (12.2.0-14) ... #13 20.89 Selecting previously unselected package g++-12. #14 24.99 Get:151 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gnupg-utils armhf 2.2.40-1.1ubuntu1 [459 kB] #14 25.04 Get:152 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gpg armhf 2.2.40-1.1ubuntu1 [482 kB] #14 25.07 Get:153 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf pinentry-curses armhf 1.2.1-1ubuntu1 [35.8 kB] #14 18.20 Selecting previously unselected package libgdbm6:amd64. #14 18.21 Preparing to unpack .../2-libgdbm6_1.23-3_amd64.deb ... #14 18.21 Unpacking libgdbm6:amd64 (1.23-3) ... #14 18.28 Selecting previously unselected package libgdbm-compat4:amd64. #14 18.28 Preparing to unpack .../3-libgdbm-compat4_1.23-3_amd64.deb ... #14 18.29 Unpacking libgdbm-compat4:amd64 (1.23-3) ... #14 18.34 Selecting previously unselected package libperl5.36:amd64. #14 19.48 Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 cpp arm64 4:9.3.0-1ubuntu2 [27.6 kB] #14 19.56 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcc1-0 arm64 10.5.0-1ubuntu1~20.04 [46.2 kB] #14 19.63 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgomp1 arm64 10.5.0-1ubuntu1~20.04 [93.5 kB] #13 25.02 Preparing to unpack .../091-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... #13 25.03 Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... #13 25.11 Selecting previously unselected package gettext. #13 25.12 Preparing to unpack .../092-gettext_0.21-12_amd64.deb ... #13 25.12 Unpacking gettext (0.21-12) ... #13 25.27 Selecting previously unselected package intltool-debian. #14 17.17 Get:89 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 binutils arm64 2.40-2ubuntu4.1 [18.5 kB] #14 17.20 Get:90 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libc-dev-bin arm64 2.37-0ubuntu2.2 [19.3 kB] #14 17.20 Get:91 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 linux-libc-dev arm64 6.2.0-39.40 [1614 kB] #14 17.25 Get:92 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libcrypt-dev arm64 1:4.4.33-2 [118 kB] #14 17.25 Get:93 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu6 [65.4 kB] #14 17.26 Get:94 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [199 kB] #14 17.27 Get:95 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnsl-dev arm64 1.3.0-2build2 [72.1 kB] #14 17.27 Get:96 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libc6-dev arm64 2.37-0ubuntu2.2 [1545 kB] #14 17.34 Get:97 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 gcc-12-base arm64 12.3.0-1ubuntu1~23.04 [42.4 kB] #14 20.81 Preparing to unpack .../029-libpipeline1_1.5.7-1_amd64.deb ... #14 20.81 Unpacking libpipeline1:amd64 (1.5.7-1) ... #14 20.84 Selecting previously unselected package libpng16-16:amd64. #14 20.85 Preparing to unpack .../030-libpng16-16_1.6.39-2_amd64.deb ... #14 20.85 Unpacking libpng16-16:amd64 (1.6.39-2) ... #14 20.88 Selecting previously unselected package libpsl5:amd64. #14 20.88 Preparing to unpack .../031-libpsl5_0.21.2-1_amd64.deb ... #14 20.88 Unpacking libpsl5:amd64 (0.21.2-1) ... #14 20.93 Selecting previously unselected package libxau6:amd64. #14 20.93 Preparing to unpack .../032-libxau6_1%3a1.0.9-1build5_amd64.deb ... #14 20.94 Unpacking libxau6:amd64 (1:1.0.9-1build5) ... #14 20.97 Selecting previously unselected package libxdmcp6:amd64. #14 20.97 Preparing to unpack .../033-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ... #14 20.97 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 21.01 Selecting previously unselected package libxcb1:amd64. #14 21.01 Preparing to unpack .../034-libxcb1_1.15-1_amd64.deb ... #14 21.01 Unpacking libxcb1:amd64 (1.15-1) ... #14 21.04 Selecting previously unselected package libx11-data. #13 23.62 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u6) ... #13 23.64 Setting up libexpat1:armhf (2.2.6-2+deb10u6) ... #13 23.66 Setting up python3.7-minimal (3.7.3-2+deb10u6) ... #13 24.54 Selecting previously unselected package binutils. #13 24.54 Preparing to unpack .../019-binutils_2.35.2-2+rpi1_armhf.deb ... #13 24.54 Unpacking binutils (2.35.2-2+rpi1) ... #13 24.58 Selecting previously unselected package libisl23:armhf. #13 24.58 Preparing to unpack .../020-libisl23_0.23-1_armhf.deb ... #13 24.59 Unpacking libisl23:armhf (0.23-1) ... #13 24.67 Selecting previously unselected package libmpfr6:armhf. #13 24.67 Preparing to unpack .../021-libmpfr6_4.1.0-3_armhf.deb ... #13 24.67 Unpacking libmpfr6:armhf (4.1.0-3) ... #13 24.73 Selecting previously unselected package libmpc3:armhf. #13 24.73 Preparing to unpack .../022-libmpc3_1.2.0-1_armhf.deb ... #13 24.73 Unpacking libmpc3:armhf (1.2.0-1) ... #13 24.76 Selecting previously unselected package cpp-10. #13 24.77 Preparing to unpack .../023-cpp-10_10.2.1-6+rpi1_armhf.deb ... #13 24.77 Unpacking cpp-10 (10.2.1-6+rpi1) ... #14 18.45 Get:109 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtsan2 arm64 13.2.0-4ubuntu3 [2631 kB] #14 18.57 Get:110 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libubsan1 arm64 13.2.0-4ubuntu3 [1090 kB] #13 23.08 Preparing to unpack .../002-netbase_6.3_all.deb ... #13 23.11 Unpacking netbase (6.3) ... #13 23.19 Selecting previously unselected package sensible-utils. #13 23.19 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ... #13 23.20 Unpacking sensible-utils (0.0.14) ... #13 23.27 Selecting previously unselected package bzip2. #13 23.27 Preparing to unpack .../004-bzip2_1.0.8-4_armhf.deb ... #13 23.28 Unpacking bzip2 (1.0.8-4) ... #14 28.80 Get:193 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-gpg armhf 1.16.0-1.2ubuntu4.1 [196 kB] #14 28.82 Get:194 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dput all 1.1.0ubuntu2.1 [44.7 kB] #14 28.82 Get:195 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fonts-dejavu-core all 2.37-2build1 [1041 kB] #14 28.89 Get:196 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB] #14 28.89 Get:197 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl3-gnutls armhf 7.81.0-1ubuntu1.15 [247 kB] #14 28.90 Get:198 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liberror-perl all 0.17029-1 [26.5 kB] #14 22.90 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoo-perl all 2.003006-1 [46.3 kB] #14 22.94 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] #14 22.95 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] #14 22.97 Get:186 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B] #14 22.98 Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B] #14 23.13 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] #14 16.43 Preparing to unpack .../044-man-db_2.10.2-1_amd64.deb ... #14 16.44 Unpacking man-db (2.10.2-1) ... #14 16.49 Selecting previously unselected package manpages. #14 16.50 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ... #14 16.50 Unpacking manpages (5.10-1ubuntu1) ... #14 16.62 Selecting previously unselected package openssh-client. #14 16.63 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3ubuntu0.6_amd64.deb ... #14 16.63 Unpacking openssh-client (1:8.9p1-3ubuntu0.6) ... #14 16.68 Selecting previously unselected package publicsuffix. #14 16.68 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ... #14 16.68 Unpacking publicsuffix (20211207.1025-1) ... #14 16.71 Selecting previously unselected package libunwind8:amd64. #14 16.71 Preparing to unpack .../048-libunwind8_1.3.2-2build2.1_amd64.deb ... #14 16.72 Unpacking libunwind8:amd64 (1.3.2-2build2.1) ... #14 16.75 Selecting previously unselected package strace. #13 26.54 Preparing to unpack .../065-librtmp1_2.4+20151223.gitfa8646d.1-2_armhf.deb ... #13 26.55 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ... #13 26.67 Selecting previously unselected package libssh2-1:armhf. #14 27.53 Get:199 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf wdiff armhf 1.2.2-5 [29.1 kB] #14 27.71 Get:200 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf devscripts all 2.23.6 [1067 kB] #13 18.98 (124/139): perl-parent-0.238-460.el9.noarch.rpm 206 kB/s | 15 kB 00:00 #13 19.12 (125/139): perl-libs-5.32.1-481.el9.x86_64.rpm 7.5 MB/s | 2.2 MB 00:00 #13 19.12 (126/139): perl-srpm-macros-1-41.el9.noarch.rpm 68 kB/s | 9.1 kB 00:00 #13 19.12 (127/139): perl-podlators-4.14-460.el9.noarch.r 802 kB/s | 114 kB 00:00 #13 19.19 (128/139): perl-subs-1.03-481.el9.noarch.rpm 150 kB/s | 11 kB 00:00 #13 19.19 (129/139): perl-vars-1.05-481.el9.noarch.rpm 168 kB/s | 13 kB 00:00 #13 19.20 (130/139): pyproject-srpm-macros-1.9.0-1.el9.no 211 kB/s | 15 kB 00:00 #13 19.26 (131/139): python-srpm-macros-3.9-53.el9.noarch 252 kB/s | 18 kB 00:00 #14 16.03 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcrypt-dev arm64 1:4.4.27-1 [119 kB] #14 16.03 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu6 [65.4 kB] #14 16.03 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtirpc-dev arm64 1.3.2-2ubuntu0.1 [199 kB] #14 16.04 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnsl-dev arm64 1.3.0-2build2 [72.1 kB] #14 16.05 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc6-dev arm64 2.35-0ubuntu3.6 [1544 kB] #14 16.13 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gcc-11-base arm64 11.4.0-1ubuntu1~22.04 [20.3 kB] #14 16.13 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libisl23 arm64 0.24-2build1 [689 kB] #14 16.16 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpfr6 arm64 4.1.0-3build3 [245 kB] #14 16.18 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpc3 arm64 1.2.1-2build1 [48.1 kB] #14 16.18 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cpp-11 arm64 11.4.0-1ubuntu1~22.04 [9762 kB] #13 24.23 Preparing to unpack .../080-dwz_0.12-3_amd64.deb ... #13 24.23 Unpacking dwz (0.12-3) ... #13 24.29 Selecting previously unselected package libglib2.0-0:amd64. #13 24.29 Preparing to unpack .../081-libglib2.0-0_2.58.3-2+deb10u5_amd64.deb ... #13 24.29 Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u5) ... #13 24.42 Selecting previously unselected package libcroco3:amd64. #13 24.43 Preparing to unpack .../082-libcroco3_0.6.12-3_amd64.deb ... #13 24.43 Unpacking libcroco3:amd64 (0.6.12-3) ... #13 24.48 Selecting previously unselected package libncurses6:amd64. #13 24.49 Preparing to unpack .../083-libncurses6_6.1+20181013-2+deb10u5_amd64.deb ... #13 24.49 Unpacking libncurses6:amd64 (6.1+20181013-2+deb10u5) ... #13 24.54 Selecting previously unselected package gettext. #14 28.83 Get:288 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-moreutils-perl armhf 0.416-1build5 [52.7 kB] #14 28.87 Get:289 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB] #14 28.91 Get:290 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-xs-perl armhf 0.58-2 [29.4 kB] #14 28.93 Get:291 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl7 armhf 2.4.6-14 [35.4 kB] #14 28.95 Get:292 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl-dev armhf 2.4.6-14 [160 kB] #13 20.89 Preparing to unpack .../063-g++-12_12.2.0-14_arm64.deb ... #13 20.89 Unpacking g++-12 (12.2.0-14) ... #14 18.34 Preparing to unpack .../4-libperl5.36_5.36.0-9ubuntu1.1_amd64.deb ... #14 18.34 Unpacking libperl5.36:amd64 (5.36.0-9ubuntu1.1) ... #14 18.52 Selecting previously unselected package perl. #14 18.52 Preparing to unpack .../5-perl_5.36.0-9ubuntu1.1_amd64.deb ... #14 18.53 Unpacking perl (5.36.0-9ubuntu1.1) ... #14 18.61 Selecting previously unselected package adduser. #14 18.61 Preparing to unpack .../6-adduser_3.137ubuntu1_all.deb ... #14 18.62 Unpacking adduser (3.137ubuntu1) ... #14 19.78 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libitm1 arm64 10.5.0-1ubuntu1~20.04 [24.1 kB] #14 19.95 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libatomic1 arm64 10.5.0-1ubuntu1~20.04 [9808 B] #13 25.27 Preparing to unpack .../093-intltool-debian_0.35.0+20060710.6_all.deb ... #13 25.28 Unpacking intltool-debian (0.35.0+20060710.6) ... #13 25.31 Selecting previously unselected package po-debconf. #13 25.31 Preparing to unpack .../094-po-debconf_1.0.21+nmu1_all.deb ... #13 25.31 Unpacking po-debconf (1.0.21+nmu1) ... #13 25.36 Selecting previously unselected package debhelper. #13 25.37 Preparing to unpack .../095-debhelper_13.11.4_all.deb ... #13 25.37 Unpacking debhelper (13.11.4) ... #13 25.47 Selecting previously unselected package debian-keyring. + go mod vendor -modfile=vendor.mod #15 14.27 CentOS Stream 8 - PowerTools 6.4 MB/s | 4.8 MB 00:00 #14 21.04 Preparing to unpack .../035-libx11-data_2%3a1.8.4-2ubuntu0.3_all.deb ... #14 21.04 Unpacking libx11-data (2:1.8.4-2ubuntu0.3) ... #14 21.11 Selecting previously unselected package libx11-6:amd64. #14 21.11 Preparing to unpack .../036-libx11-6_2%3a1.8.4-2ubuntu0.3_amd64.deb ... #14 21.11 Unpacking libx11-6:amd64 (2:1.8.4-2ubuntu0.3) ... #14 21.15 Selecting previously unselected package libxext6:amd64. #14 21.15 Preparing to unpack .../037-libxext6_2%3a1.3.4-1build1_amd64.deb ... #14 21.16 Unpacking libxext6:amd64 (2:1.3.4-1build1) ... #14 21.19 Selecting previously unselected package libxmuu1:amd64. #14 21.19 Preparing to unpack .../038-libxmuu1_2%3a1.1.3-3_amd64.deb ... #14 21.20 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... #14 21.23 Selecting previously unselected package man-db. #14 21.24 Preparing to unpack .../039-man-db_2.11.2-1_amd64.deb ... #14 21.24 Unpacking man-db (2.11.2-1) ... #14 21.29 Selecting previously unselected package manpages. #14 19.02 Get:111 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libhwasan0 arm64 13.2.0-4ubuntu3 [1243 kB] #13 23.38 Selecting previously unselected package openssl. #13 23.38 Preparing to unpack .../005-openssl_1.1.1w-0+deb11u1_armhf.deb ... #13 23.40 Unpacking openssl (1.1.1w-0+deb11u1) ... #13 23.57 Selecting previously unselected package ca-certificates. #13 23.58 Preparing to unpack .../006-ca-certificates_20210119_all.deb ... #13 23.58 Unpacking ca-certificates (20210119) ... #14 29.30 Get:199 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf git-man all 1:2.34.1-1ubuntu1.10 [954 kB] #14 23.21 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] #14 23.36 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] #14 16.75 Preparing to unpack .../049-strace_5.16-0ubuntu3_amd64.deb ... #14 16.76 Unpacking strace (5.16-0ubuntu3) ... #14 16.79 Selecting previously unselected package xauth. #14 16.79 Preparing to unpack .../050-xauth_1%3a1.1-1build2_amd64.deb ... #14 16.80 Unpacking xauth (1:1.1-1build2) ... #14 16.83 Selecting previously unselected package xz-utils. #14 16.83 Preparing to unpack .../051-xz-utils_5.2.5-2ubuntu1_amd64.deb ... #14 16.83 Unpacking xz-utils (5.2.5-2ubuntu1) ... #14 16.87 Selecting previously unselected package libsigsegv2:amd64. #14 16.87 Preparing to unpack .../052-libsigsegv2_2.13-1ubuntu3_amd64.deb ... #14 16.88 Unpacking libsigsegv2:amd64 (2.13-1ubuntu3) ... #14 16.90 Selecting previously unselected package m4. #14 16.91 Preparing to unpack .../053-m4_1.4.18-5ubuntu2_amd64.deb ... #14 16.91 Unpacking m4 (1.4.18-5ubuntu2) ... #14 16.94 Selecting previously unselected package autoconf. #14 16.95 Preparing to unpack .../054-autoconf_2.71-2_all.deb ... #14 16.95 Unpacking autoconf (2.71-2) ... #14 16.99 Selecting previously unselected package autotools-dev. #13 26.67 Preparing to unpack .../066-libssh2-1_1.8.0-2.1+deb10u1_armhf.deb ... #13 26.70 Unpacking libssh2-1:armhf (1.8.0-2.1+deb10u1) ... #13 26.93 Selecting previously unselected package libcurl4:armhf. #13 21.88 Selecting previously unselected package gcc. #13 19.27 (132/139): python3-enchant-3.2.0-5.el9.noarch.r 1.1 MB/s | 86 kB 00:00 #13 19.27 (133/139): python3-file-magic-5.39-14.el9.noarc 231 kB/s | 17 kB 00:00 #13 19.34 (134/139): qt5-srpm-macros-5.15.9-1.el9.noarch. 121 kB/s | 8.8 kB 00:00 #13 19.34 (135/139): redhat-rpm-config-206-1.el9.noarch.r 880 kB/s | 67 kB 00:00 #13 19.35 (136/139): rpm-build-4.16.1.3-29.el9.x86_64.rpm 887 kB/s | 67 kB 00:00 #13 19.41 (137/139): rpmlint-1.11-19.el9.noarch.rpm 2.5 MB/s | 198 kB 00:00 #13 24.55 Preparing to unpack .../084-gettext_0.19.8.1-9_amd64.deb ... #13 24.55 Unpacking gettext (0.19.8.1-9) ... #13 24.69 Selecting previously unselected package intltool-debian. #13 24.69 Preparing to unpack .../085-intltool-debian_0.35.0+20060710.5_all.deb ... #13 24.69 Unpacking intltool-debian (0.35.0+20060710.5) ... #13 24.73 Selecting previously unselected package po-debconf. #13 24.73 Preparing to unpack .../086-po-debconf_1.0.21_all.deb ... #13 24.73 Unpacking po-debconf (1.0.21) ... #13 24.79 Selecting previously unselected package debhelper. #13 24.79 Preparing to unpack .../087-debhelper_12.1.1_all.deb ... #13 24.79 Unpacking debhelper (12.1.1) ... #14 29.01 Get:293 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsys-hostname-long-perl all 1.5-1 [11.7 kB] #14 29.02 Get:294 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmail-sendmail-perl all 0.80-1 [22.6 kB] #14 29.02 Get:295 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-aliases-perl all 0.001006-1 [7176 B] #14 29.03 Get:296 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB] #14 29.03 Get:297 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-struct-perl all 0.017-1 [23.4 kB] #13 21.49 Selecting previously unselected package g++. #14 18.66 Setting up adduser (3.137ubuntu1) ... #14 18.75 Selecting previously unselected package openssl. #14 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 ... 7762 files and directories currently installed.) #14 18.76 Preparing to unpack .../000-openssl_3.0.10-1ubuntu2.1_amd64.deb ... #14 18.77 Unpacking openssl (3.0.10-1ubuntu2.1) ... #14 18.82 Selecting previously unselected package ca-certificates. #14 18.82 Preparing to unpack .../001-ca-certificates_20230311ubuntu1_all.deb ... #14 18.82 Unpacking ca-certificates (20230311ubuntu1) ... #14 18.91 Selecting previously unselected package distro-info-data. #13 19.02 Unpacking libc6:armhf (2.36-9+rpi1+deb12u3) over (2.36-9+rpi1) ... #13 25.48 Preparing to unpack .../096-debian-keyring_2022.12.24_all.deb ... #13 25.48 Unpacking debian-keyring (2022.12.24) ... #14 20.04 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasan5 arm64 9.4.0-1ubuntu1~20.04.2 [2690 kB] #13 28.77 Selecting previously unselected package libelf1:armhf. #13 28.77 Preparing to unpack .../083-libelf1_0.188-2.1_armhf.deb ... #13 28.78 Unpacking libelf1:armhf (0.188-2.1) ... #13 28.98 Selecting previously unselected package dwz. #13 28.98 Preparing to unpack .../084-dwz_0.15-1_armhf.deb ... #13 29.02 Unpacking dwz (0.15-1) ... #13 29.11 Selecting previously unselected package libicu72:armhf. #13 29.12 Preparing to unpack .../085-libicu72_72.1-3_armhf.deb ... #13 29.13 Unpacking libicu72:armhf (72.1-3) ... #14 21.29 Preparing to unpack .../040-manpages_6.03-1_all.deb ... #14 21.30 Unpacking manpages (6.03-1) ... #14 21.35 Selecting previously unselected package openssh-client. #14 21.35 Preparing to unpack .../041-openssh-client_1%3a9.0p1-1ubuntu8.7_amd64.deb ... #14 21.36 Unpacking openssh-client (1:9.0p1-1ubuntu8.7) ... #14 21.40 Selecting previously unselected package publicsuffix. #14 21.40 Preparing to unpack .../042-publicsuffix_20230209.2326-1_all.deb ... #14 21.40 Unpacking publicsuffix (20230209.2326-1) ... #14 21.43 Selecting previously unselected package libunwind8:amd64. #14 21.43 Preparing to unpack .../043-libunwind8_1.6.2-3_amd64.deb ... #14 21.44 Unpacking libunwind8:amd64 (1.6.2-3) ... #14 21.46 Selecting previously unselected package strace. #14 21.47 Preparing to unpack .../044-strace_6.2-0ubuntu1_amd64.deb ... #14 21.47 Unpacking strace (6.2-0ubuntu1) ... #14 21.51 Selecting previously unselected package xauth. #14 21.51 Preparing to unpack .../045-xauth_1%3a1.1.2-1_amd64.deb ... #14 21.51 Unpacking xauth (1:1.1.2-1) ... #14 21.55 Selecting previously unselected package xz-utils. #14 21.55 Preparing to unpack .../046-xz-utils_5.4.1-0.2_amd64.deb ... #14 21.55 Unpacking xz-utils (5.4.1-0.2) ... #14 21.58 Selecting previously unselected package m4. #14 21.58 Preparing to unpack .../047-m4_1.4.19-3_amd64.deb ... #14 21.59 Unpacking m4 (1.4.19-3) ... #14 21.62 Selecting previously unselected package autoconf. #13 21.70 Selecting previously unselected package gcc. #14 25.47 Get:154 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gpg-agent armhf 2.2.40-1.1ubuntu1 [236 kB] #14 17.74 Get:98 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libisl23 arm64 0.25-1 [697 kB] #13 23.70 Selecting previously unselected package libmagic-mgc. #13 23.70 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3+deb11u1_armhf.deb ... #13 23.71 Unpacking libmagic-mgc (1:5.39-3+deb11u1) ... #13 23.84 Selecting previously unselected package libmagic1:armhf. #13 23.84 Preparing to unpack .../008-libmagic1_1%3a5.39-3+deb11u1_armhf.deb ... #13 23.85 Unpacking libmagic1:armhf (1:5.39-3+deb11u1) ... #13 24.23 Selecting previously unselected package python3-minimal. #13 24.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10540 files and directories currently installed.) #13 24.24 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ... #13 24.24 Unpacking python3-minimal (3.7.3-1) ... #13 24.29 Selecting previously unselected package mime-support. #13 24.30 Preparing to unpack .../1-mime-support_3.62_all.deb ... #13 24.30 Unpacking mime-support (3.62) ... #13 25.36 Selecting previously unselected package cpp. #13 25.36 Preparing to unpack .../024-cpp_4%3a10.2.1-1+rpi1_armhf.deb ... #13 25.36 Unpacking cpp (4:10.2.1-1+rpi1) ... #13 25.39 Preparing to unpack .../025-curl_7.74.0-1.3+deb11u11_armhf.deb ... #13 25.41 Unpacking curl (7.74.0-1.3+deb11u11) over (7.74.0-1.3+deb11u7) ... #13 25.46 Preparing to unpack .../026-libcurl4_7.74.0-1.3+deb11u11_armhf.deb ... #14 23.44 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tree-perl all 5.07-2 [200 kB] #14 23.52 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] #14 16.99 Preparing to unpack .../055-autotools-dev_20220109.1_all.deb ... #14 17.00 Unpacking autotools-dev (20220109.1) ... #14 17.04 Selecting previously unselected package automake. #14 17.04 Preparing to unpack .../056-automake_1%3a1.16.5-1.3_all.deb ... #14 17.04 Unpacking automake (1:1.16.5-1.3) ... #14 17.09 Selecting previously unselected package autopoint. #14 17.09 Preparing to unpack .../057-autopoint_0.21-4ubuntu4_all.deb ... #14 17.09 Unpacking autopoint (0.21-4ubuntu4) ... #14 17.12 Selecting previously unselected package binutils-common:amd64. #14 17.13 Preparing to unpack .../058-binutils-common_2.38-4ubuntu2.5_amd64.deb ... #14 17.13 Unpacking binutils-common:amd64 (2.38-4ubuntu2.5) ... #14 17.17 Selecting previously unselected package libbinutils:amd64. #14 17.17 Preparing to unpack .../059-libbinutils_2.38-4ubuntu2.5_amd64.deb ... #14 17.17 Unpacking libbinutils:amd64 (2.38-4ubuntu2.5) ... #14 17.22 Selecting previously unselected package libctf-nobfd0:amd64. #13 26.93 Preparing to unpack .../067-libcurl4_7.64.0-4+deb10u8_armhf.deb ... #13 27.02 Unpacking libcurl4:armhf (7.64.0-4+deb10u8) ... #13 27.18 Selecting previously unselected package curl. #13 21.88 Preparing to unpack .../053-gcc_4%3a10.2.1-1_arm64.deb ... #13 21.88 Unpacking gcc (4:10.2.1-1) ... #13 21.91 Selecting previously unselected package libstdc++-10-dev:arm64. #13 21.92 Preparing to unpack .../054-libstdc++-10-dev_10.2.1-6_arm64.deb ... #13 21.92 Unpacking libstdc++-10-dev:arm64 (10.2.1-6) ... #13 22.12 Selecting previously unselected package g++-10. #13 19.42 (138/139): rust-srpm-macros-17-4.el9.noarch.rpm 141 kB/s | 10 kB 00:00 #13 19.74 (139/139): webkit2gtk3-jsc-2.42.4-1.el9.x86_64. 9.3 MB/s | 3.6 MB 00:00 #13 13.02 (1/138): adobe-source-code-pro-fonts-2.030.1.05 2.3 MB/s | 832 kB 00:00 #13 13.06 (2/138): binutils-gold-2.35.2-42.el9.aarch64.rp 2.2 MB/s | 884 kB 00:00 #13 13.07 (3/138): bzip2-1.0.8-8.el9.aarch64.rpm 7.2 MB/s | 56 kB 00:00 #13 13.11 (4/138): cpio-2.13-16.el9.aarch64.rpm 5.2 MB/s | 274 kB 00:00 #13 13.17 (5/138): binutils-2.35.2-42.el9.aarch64.rpm 9.4 MB/s | 4.8 MB 00:00 #13 24.90 Selecting previously unselected package debian-keyring. #13 24.90 Preparing to unpack .../088-debian-keyring_2019.02.25_all.deb ... #13 24.91 Unpacking debian-keyring (2019.02.25) ... #14 29.19 Get:298 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-sec-perl armhf 1.15-1 [43.4 kB] #13 21.49 Preparing to unpack .../064-g++_4%3a12.2.0-3_arm64.deb ... #13 21.49 Unpacking g++ (4:12.2.0-3) ... #13 21.52 Selecting previously unselected package make. #13 21.53 Preparing to unpack .../065-make_4.3-4.1_arm64.deb ... #13 21.53 Unpacking make (4.3-4.1) ... #13 21.59 Selecting previously unselected package libdpkg-perl. #13 21.59 Preparing to unpack .../066-libdpkg-perl_1.21.22_all.deb ... #13 21.59 Unpacking libdpkg-perl (1.21.22) ... #13 21.66 Selecting previously unselected package patch. #13 21.66 Preparing to unpack .../067-patch_2.7.6-7_arm64.deb ... #13 21.66 Unpacking patch (2.7.6-7) ... #13 21.70 Selecting previously unselected package dpkg-dev. #14 18.91 Preparing to unpack .../002-distro-info-data_0.58ubuntu0.2_all.deb ... #14 18.91 Unpacking distro-info-data (0.58ubuntu0.2) ... #14 18.94 Selecting previously unselected package iso-codes. #14 18.94 Preparing to unpack .../003-iso-codes_4.15.0-1_all.deb ... #14 18.94 Unpacking iso-codes (4.15.0-1) ... #14 19.10 Selecting previously unselected package krb5-locales. #14 28.09 Get:201 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf diffstat armhf 1.65-1 [26.5 kB] #14 28.09 Get:202 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-chardet all 5.1.0+dfsg-2 [119 kB] #14 28.10 Get:203 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf zstd armhf 1.5.5+dfsg2-1ubuntu2 [680 kB] #14 28.15 Get:204 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-debian all 0.1.49ubuntu2 [115 kB] #14 28.16 Get:205 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libgpgme11 armhf 1.18.0-3ubuntu2 [119 kB] #14 28.16 Get:206 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-gpg armhf 1.18.0-3ubuntu2 [190 kB] #14 28.17 Get:207 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-xdg all 0.28-2 [38.3 kB] #14 28.18 Get:208 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf dput all 1.1.3ubuntu3 [46.5 kB] #14 28.18 Get:209 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf fonts-noto-mono all 20201225-2 [435 kB] #14 28.34 Get:210 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf fonts-noto-core all 20201225-2 [13.3 MB] #14 21.62 Preparing to unpack .../048-autoconf_2.71-3_all.deb ... #14 21.62 Unpacking autoconf (2.71-3) ... #14 21.66 Selecting previously unselected package autotools-dev. #14 21.67 Preparing to unpack .../049-autotools-dev_20220109.1_all.deb ... #14 21.67 Unpacking autotools-dev (20220109.1) ... #14 21.70 Selecting previously unselected package automake. #14 21.70 Preparing to unpack .../050-automake_1%3a1.16.5-1.3_all.deb ... #14 21.71 Unpacking automake (1:1.16.5-1.3) ... #14 21.75 Selecting previously unselected package autopoint. #14 21.75 Preparing to unpack .../051-autopoint_0.21-11_all.deb ... #14 21.75 Unpacking autopoint (0.21-11) ... #14 21.78 Selecting previously unselected package binutils-common:amd64. #14 21.79 Preparing to unpack .../052-binutils-common_2.40-2ubuntu4.1_amd64.deb ... #14 21.79 Unpacking binutils-common:amd64 (2.40-2ubuntu4.1) ... #14 21.82 Selecting previously unselected package libbinutils:amd64. #14 21.82 Preparing to unpack .../053-libbinutils_2.40-2ubuntu4.1_amd64.deb ... #14 21.83 Unpacking libbinutils:amd64 (2.40-2ubuntu4.1) ... #14 21.87 Selecting previously unselected package libctf-nobfd0:amd64. #13 21.70 Preparing to unpack .../051-gcc_4%3a8.3.0-1_arm64.deb ... #13 21.70 Unpacking gcc (4:8.3.0-1) ... #13 21.74 Selecting previously unselected package libstdc++-8-dev:arm64. #13 21.74 Preparing to unpack .../052-libstdc++-8-dev_8.3.0-6_arm64.deb ... #13 21.74 Unpacking libstdc++-8-dev:arm64 (8.3.0-6) ... #13 21.94 Selecting previously unselected package g++-8. #13 21.94 Preparing to unpack .../053-g++-8_8.3.0-6_arm64.deb ... #13 21.95 Unpacking g++-8 (8.3.0-6) ... #14 25.87 Get:155 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gpg-wks-client armhf 2.2.40-1.1ubuntu1 [90.4 kB] #14 25.89 Get:156 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gpg-wks-server armhf 2.2.40-1.1ubuntu1 [82.7 kB] #14 25.91 Get:157 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gpgsm armhf 2.2.40-1.1ubuntu1 [214 kB] #14 25.97 Get:158 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gnupg all 2.2.40-1.1ubuntu1 [319 kB] #14 18.25 Get:99 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmpfr6 arm64 4.2.0-1 [256 kB] #19 6.256 Selecting previously unselected package libclang-cpp14. #19 6.258 Preparing to unpack .../04-libclang-cpp14_1%3a14.0.6-12_amd64.deb ... #19 6.262 Unpacking libclang-cpp14 (1:14.0.6-12) ... #13 23.92 Selecting previously unselected package file. #13 23.93 Preparing to unpack .../009-file_1%3a5.39-3+deb11u1_armhf.deb ... #13 23.94 Unpacking file (1:5.39-3+deb11u1) ... #13 23.99 Selecting previously unselected package gettext-base. #13 23.99 Preparing to unpack .../010-gettext-base_0.21-4_armhf.deb ... #13 24.00 Unpacking gettext-base (0.21-4) ... #13 24.35 Selecting previously unselected package libmpdec2:armhf. #13 24.35 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ... #13 24.36 Unpacking libmpdec2:armhf (2.4.2-2) ... #13 24.41 Selecting previously unselected package libpython3.7-stdlib:armhf. #13 24.41 Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u6_armhf.deb ... #13 24.41 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u6) ... #13 25.47 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u11) over (7.74.0-1.3+deb11u7) ... #13 25.57 Selecting previously unselected package libdebhelper-perl. #13 25.57 Preparing to unpack .../027-libdebhelper-perl_13.3.4_all.deb ... #13 25.57 Unpacking libdebhelper-perl (13.3.4) ... #13 25.62 Selecting previously unselected package libcc1-0:armhf. #13 25.62 Preparing to unpack .../028-libcc1-0_10.2.1-6+rpi1_armhf.deb ... #13 25.62 Unpacking libcc1-0:armhf (10.2.1-6+rpi1) ... #13 25.66 Selecting previously unselected package libgomp1:armhf. #13 25.66 Preparing to unpack .../029-libgomp1_10.2.1-6+rpi1_armhf.deb ... #13 25.67 Unpacking libgomp1:armhf (10.2.1-6+rpi1) ... #13 25.71 Selecting previously unselected package libatomic1:armhf. #14 19.60 Get:112 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libgcc-13-dev arm64 13.2.0-4ubuntu3 [2463 kB] #14 23.53 Get:193 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] #14 23.53 Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] #14 23.55 Get:195 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-cookies-perl all 6.08-1 [18.3 kB] #14 23.55 Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB] #14 23.56 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 perl-openssl-defaults amd64 4 [7192 B] #14 23.56 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ssleay-perl amd64 1.88-2ubuntu1 [291 kB] #14 23.75 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-socket-ssl-perl all 2.067-1 [176 kB] #14 29.84 Get:200 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf git armhf 1:2.34.1-1ubuntu1.10 [3600 kB] #14 17.22 Preparing to unpack .../060-libctf-nobfd0_2.38-4ubuntu2.5_amd64.deb ... #14 17.22 Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.5) ... #14 17.26 Selecting previously unselected package libctf0:amd64. #14 17.26 Preparing to unpack .../061-libctf0_2.38-4ubuntu2.5_amd64.deb ... #14 17.26 Unpacking libctf0:amd64 (2.38-4ubuntu2.5) ... #14 17.29 Selecting previously unselected package binutils-x86-64-linux-gnu. #14 17.30 Preparing to unpack .../062-binutils-x86-64-linux-gnu_2.38-4ubuntu2.5_amd64.deb ... #14 17.30 Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.5) ... #14 17.38 Selecting previously unselected package binutils. #14 17.38 Preparing to unpack .../063-binutils_2.38-4ubuntu2.5_amd64.deb ... #14 17.39 Unpacking binutils (2.38-4ubuntu2.5) ... #14 17.42 Selecting previously unselected package libc-dev-bin. #14 17.42 Preparing to unpack .../064-libc-dev-bin_2.35-0ubuntu3.6_amd64.deb ... #14 17.42 Unpacking libc-dev-bin (2.35-0ubuntu3.6) ... #14 17.45 Selecting previously unselected package linux-libc-dev:amd64. #14 17.46 Preparing to unpack .../065-linux-libc-dev_5.15.0-91.101_amd64.deb ... #14 17.46 Unpacking linux-libc-dev:amd64 (5.15.0-91.101) ... #14 17.59 Selecting previously unselected package libcrypt-dev:amd64. #13 27.18 Preparing to unpack .../068-curl_7.64.0-4+deb10u8_armhf.deb ... #13 27.22 Unpacking curl (7.64.0-4+deb10u8) ... #13 27.44 Selecting previously unselected package dctrl-tools. #13 22.12 Preparing to unpack .../055-g++-10_10.2.1-6_arm64.deb ... #13 22.13 Unpacking g++-10 (10.2.1-6) ... #13 22.61 Selecting previously unselected package gcc. #13 22.61 Preparing to unpack .../054-gcc_4%3a10.2.1-1_amd64.deb ... #13 22.61 Unpacking gcc (4:10.2.1-1) ... #13 22.64 Selecting previously unselected package libstdc++-10-dev:amd64. #13 22.65 Preparing to unpack .../055-libstdc++-10-dev_10.2.1-6_amd64.deb ... #13 22.65 Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ... #13 22.86 Selecting previously unselected package g++-10. #13 19.74 -------------------------------------------------------------------------------- #13 19.74 Total 8.0 MB/s | 45 MB 00:05 #13 13.17 (6/138): dbus-libs-1.12.20-8.el9.aarch64.rpm 2.4 MB/s | 150 kB 00:00 #13 13.20 (7/138): diffutils-3.7-12.el9.aarch64.rpm 4.4 MB/s | 392 kB 00:00 #13 13.21 (8/138): dnf-plugins-core-4.3.0-13.el9.noarch.r 1.0 MB/s | 37 kB 00:00 #13 13.21 (9/138): ed-1.14.2-12.el9.aarch64.rpm 8.5 MB/s | 74 kB 00:00 #13 13.27 (10/138): elfutils-0.190-2.el9.aarch64.rpm 8.5 MB/s | 549 kB 00:00 #13 13.27 (11/138): elfutils-debuginfod-client-0.190-2.el 563 kB/s | 36 kB 00:00 #13 13.27 (12/138): file-5.39-14.el9.aarch64.rpm 6.5 MB/s | 49 kB 00:00 #13 13.28 (13/138): glib-networking-2.68.3-3.el9.aarch64. 16 MB/s | 185 kB 00:00 #13 13.32 (14/138): groff-base-1.22.4-10.el9.aarch64.rpm 24 MB/s | 1.0 MB 00:00 #13 13.36 (15/138): gsettings-desktop-schemas-40.0-6.el9. 8.7 MB/s | 684 kB 00:00 #13 13.42 (16/138): glibc-gconv-extra-2.34-95.el9.aarch64 12 MB/s | 1.8 MB 00:00 #14 29.41 Get:299 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-libidn-perl armhf 0.12.ds-3build2 [16.5 kB] #14 29.42 Get:300 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-range-perl all 0.12-1 [8556 B] #14 29.43 Get:301 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-xs-perl armhf 0.29-1build1 [16.7 kB] #14 29.44 Get:302 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-iterator-rule-perl all 1.014-1 [49.5 kB] #14 29.51 Get:303 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperl4-corelibs-perl all 0.004-2 [37.4 kB] #14 29.54 Get:304 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperlio-gzip-perl armhf 0.19-1build5 [13.3 kB] #14 29.55 Get:305 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpod-constants-perl all 0.19-1 [16.0 kB] #14 29.56 Get:306 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre2-5 armhf 20200101+dfsg-1build1 [136 kB] #14 29.62 Get:307 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre-engine-re2-perl armhf 0.13-5 [15.1 kB] #13 21.70 Preparing to unpack .../068-dpkg-dev_1.21.22_all.deb ... #13 21.70 Unpacking dpkg-dev (1.21.22) ... #13 21.81 Selecting previously unselected package build-essential. #13 21.81 Preparing to unpack .../069-build-essential_12.9_arm64.deb ... #13 21.82 Unpacking build-essential (12.9) ... #13 21.85 Selecting previously unselected package libbrotli1:arm64. #13 21.85 Preparing to unpack .../070-libbrotli1_1.0.9-2+b6_arm64.deb ... #13 21.86 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... #13 21.90 Selecting previously unselected package libsasl2-modules-db:arm64. #13 21.90 Preparing to unpack .../071-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... #13 21.91 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... #13 21.94 Selecting previously unselected package libsasl2-2:arm64. #14 19.11 Preparing to unpack .../004-krb5-locales_1.20.1-3ubuntu1_all.deb ... #14 19.11 Unpacking krb5-locales (1.20.1-3ubuntu1) ... #14 19.17 Selecting previously unselected package less. #14 19.17 Preparing to unpack .../005-less_590-2_amd64.deb ... #14 19.18 Unpacking less (590-2) ... #14 19.22 Selecting previously unselected package libbsd0:amd64. #14 21.87 Preparing to unpack .../054-libctf-nobfd0_2.40-2ubuntu4.1_amd64.deb ... #14 21.87 Unpacking libctf-nobfd0:amd64 (2.40-2ubuntu4.1) ... #14 21.91 Selecting previously unselected package libctf0:amd64. #14 21.91 Preparing to unpack .../055-libctf0_2.40-2ubuntu4.1_amd64.deb ... #14 21.91 Unpacking libctf0:amd64 (2.40-2ubuntu4.1) ... #14 21.95 Selecting previously unselected package libgprofng0:amd64. #14 21.95 Preparing to unpack .../056-libgprofng0_2.40-2ubuntu4.1_amd64.deb ... #14 21.95 Unpacking libgprofng0:amd64 (2.40-2ubuntu4.1) ... #14 22.00 Selecting previously unselected package binutils-x86-64-linux-gnu. #14 22.00 Preparing to unpack .../057-binutils-x86-64-linux-gnu_2.40-2ubuntu4.1_amd64.deb ... #14 22.00 Unpacking binutils-x86-64-linux-gnu (2.40-2ubuntu4.1) ... #14 22.10 Selecting previously unselected package binutils. #14 26.03 Get:159 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfile-dirlist-perl all 0.05-3 [7286 B] #14 26.03 Get:160 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfile-which-perl all 1.27-2 [12.5 kB] #14 26.03 Get:161 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfile-homedir-perl all 1.006-2 [37.0 kB] #14 26.03 Get:162 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfile-touch-perl all 0.12-2 [7498 B] #14 26.03 Get:163 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libio-pty-perl armhf 1:1.17-1 [31.9 kB] #14 26.04 Get:164 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libipc-run-perl all 20220807.0-1 [92.6 kB] #14 20.60 Get:104 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 liblsan0 arm64 10.5.0-1ubuntu1~20.04 [800 kB] #19 6.779 Selecting previously unselected package libgc1:amd64. #14 18.27 Get:100 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmpc3 arm64 1.3.1-1 [55.3 kB] #14 18.27 Get:101 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 cpp-12 arm64 12.3.0-1ubuntu1~23.04 [9592 kB] #13 24.60 Selecting previously unselected package python3.7. #13 24.61 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u6_armhf.deb ... #13 24.61 Unpacking python3.7 (3.7.3-2+deb10u6) ... #13 24.67 Selecting previously unselected package libpython3-stdlib:armhf. #13 24.67 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ... #13 24.68 Unpacking libpython3-stdlib:armhf (3.7.3-1) ... #13 24.72 Setting up python3-minimal (3.7.3-1) ... #13 24.09 Selecting previously unselected package manpages. #13 24.10 Preparing to unpack .../011-manpages_5.10-1_all.deb ... #13 24.10 Unpacking manpages (5.10-1) ... #13 24.30 Selecting previously unselected package libmd0:armhf. #13 24.31 Preparing to unpack .../012-libmd0_1.0.3-3_armhf.deb ... #13 24.31 Unpacking libmd0:armhf (1.0.3-3) ... #13 25.71 Preparing to unpack .../030-libatomic1_10.2.1-6+rpi1_armhf.deb ... #13 25.71 Unpacking libatomic1:armhf (10.2.1-6+rpi1) ... #13 25.78 Selecting previously unselected package libasan6:armhf. #13 25.78 Preparing to unpack .../031-libasan6_10.2.1-6+rpi1_armhf.deb ... #13 25.78 Unpacking libasan6:armhf (10.2.1-6+rpi1) ... #13 26.00 Selecting previously unselected package libubsan1:armhf. #14 17.06 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cpp arm64 4:11.2.0-1ubuntu1 [27.7 kB] #14 17.24 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcc1-0 arm64 12.3.0-1ubuntu1~22.04 [45.0 kB] #14 19.72 Get:113 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gcc-13 arm64 13.2.0-4ubuntu3 [19.1 MB] #14 24.12 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-http-perl all 6.19-1 [22.8 kB] #14 30.04 Get:201 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-diff-perl all 1.201-1 [41.8 kB] #14 17.60 Preparing to unpack .../066-libcrypt-dev_1%3a4.4.27-1_amd64.deb ... #14 17.60 Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ... #14 17.63 Selecting previously unselected package rpcsvc-proto. #14 17.63 Preparing to unpack .../067-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ... #14 17.64 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #14 17.67 Selecting previously unselected package libtirpc-dev:amd64. #14 17.68 Preparing to unpack .../068-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ... #14 17.68 Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... #14 17.72 Selecting previously unselected package libnsl-dev:amd64. #13 22.86 Preparing to unpack .../056-g++-10_10.2.1-6_amd64.deb ... #13 22.86 Unpacking g++-10 (10.2.1-6) ... #13 22.75 Selecting previously unselected package g++. #13 27.44 Preparing to unpack .../069-dctrl-tools_2.24-3_armhf.deb ... #13 27.48 Unpacking dctrl-tools (2.24-3) ... #13 27.66 Selecting previously unselected package libtool. #13 27.66 Preparing to unpack .../070-libtool_2.4.6-9_all.deb ... #13 27.69 Unpacking libtool (2.4.6-9) ... #13 13.43 (17/138): info-6.7-15.el9.aarch64.rpm 2.0 MB/s | 221 kB 00:00 #13 13.43 (18/138): json-glib-1.6.6-1.el9.aarch64.rpm 2.2 MB/s | 160 kB 00:00 #13 13.50 (19/138): libbrotli-1.0.9-6.el9.aarch64.rpm 4.3 MB/s | 314 kB 00:00 #13 13.51 (20/138): less-590-2.el9.aarch64.rpm 1.9 MB/s | 161 kB 00:00 #13 13.53 (21/138): libpipeline-1.5.3-4.el9.aarch64.rpm 2.1 MB/s | 48 kB 00:00 #13 13.53 (22/138): libpkgconf-1.7.3-10.el9.aarch64.rpm 1.6 MB/s | 36 kB 00:00 #13 13.66 (23/138): libicu-67.1-9.el9.aarch64.rpm 41 MB/s | 9.5 MB 00:00 #13 13.67 (24/138): libpng-1.6.37-12.el9.aarch64.rpm 831 kB/s | 115 kB 00:00 #13 13.67 (25/138): libproxy-0.4.15-35.el9.aarch64.rpm 527 kB/s | 71 kB 00:00 #13 13.68 (26/138): libpsl-0.21.1-5.el9.aarch64.rpm 9.1 MB/s | 64 kB 00:00 #13 13.72 (27/138): ncurses-6.2-10.20210508.el9.aarch64.r 8.0 MB/s | 399 kB 00:00 #13 13.73 (28/138): pkgconf-1.7.3-10.el9.aarch64.rpm 831 kB/s | 40 kB 00:00 #13 13.77 (29/138): man-db-2.9.3-7.el9.aarch64.rpm 12 MB/s | 1.2 MB 00:00 #14 29.62 Get:308 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadonly-perl all 2.050-2 [19.9 kB] #14 29.78 Get:309 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-perl all 0.204-1 [15.0 kB] #14 19.22 Preparing to unpack .../006-libbsd0_0.11.7-4_amd64.deb ... #14 19.23 Unpacking libbsd0:amd64 (0.11.7-4) ... #14 19.27 Selecting previously unselected package libelf1:amd64. #14 19.28 Preparing to unpack .../007-libelf1_0.189-4_amd64.deb ... #14 19.28 Unpacking libelf1:amd64 (0.189-4) ... #14 19.31 Selecting previously unselected package libicu72:amd64. #14 19.31 Preparing to unpack .../008-libicu72_72.1-3ubuntu3_amd64.deb ... #14 19.32 Unpacking libicu72:amd64 (72.1-3ubuntu3) ... #14 19.53 Selecting previously unselected package libxml2:amd64. #14 19.53 Preparing to unpack .../009-libxml2_2.9.14+dfsg-1.3_amd64.deb ... #14 19.54 Unpacking libxml2:amd64 (2.9.14+dfsg-1.3) ... #14 19.58 Selecting previously unselected package libyaml-0-2:amd64. #14 19.58 Preparing to unpack .../010-libyaml-0-2_0.2.5-1_amd64.deb ... #14 19.59 Unpacking libyaml-0-2:amd64 (0.2.5-1) ... #14 19.63 Selecting previously unselected package lsb-release. #13 21.94 Preparing to unpack .../072-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... #13 21.94 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... #13 21.99 Selecting previously unselected package libldap-2.5-0:arm64. #13 21.99 Preparing to unpack .../073-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... #13 21.99 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... #13 22.04 Selecting previously unselected package libnghttp2-14:arm64. #13 22.04 Preparing to unpack .../074-libnghttp2-14_1.52.0-1+deb12u1_arm64.deb ... #13 22.04 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u1) ... #13 22.08 Selecting previously unselected package libpsl5:arm64. #13 22.08 Preparing to unpack .../075-libpsl5_0.21.2-1_arm64.deb ... #13 22.09 Unpacking libpsl5:arm64 (0.21.2-1) ... #13 22.12 Selecting previously unselected package librtmp1:arm64. #13 22.12 Preparing to unpack .../076-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... #13 22.13 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... #13 22.17 Selecting previously unselected package libssh2-1:arm64. #13 22.17 Preparing to unpack .../077-libssh2-1_1.10.0-3+b1_arm64.deb ... #13 22.17 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... #13 22.22 Selecting previously unselected package libcurl4:arm64. #13 22.22 Preparing to unpack .../078-libcurl4_7.88.1-10+deb12u5_arm64.deb ... #13 22.22 Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) ... #13 22.27 Selecting previously unselected package curl. #14 22.10 Preparing to unpack .../058-binutils_2.40-2ubuntu4.1_amd64.deb ... #14 22.11 Unpacking binutils (2.40-2ubuntu4.1) ... #14 22.14 Selecting previously unselected package libc-dev-bin. #14 22.15 Preparing to unpack .../059-libc-dev-bin_2.37-0ubuntu2.2_amd64.deb ... #14 22.15 Unpacking libc-dev-bin (2.37-0ubuntu2.2) ... #14 22.18 Selecting previously unselected package linux-libc-dev:amd64. #14 22.19 Preparing to unpack .../060-linux-libc-dev_6.2.0-39.40_amd64.deb ... #14 22.19 Unpacking linux-libc-dev:amd64 (6.2.0-39.40) ... #14 22.34 Selecting previously unselected package libcrypt-dev:amd64. #14 26.44 Get:165 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libclass-method-modifiers-perl all 2.14-1 [16.2 kB] #14 20.69 Get:105 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libtsan0 arm64 10.5.0-1ubuntu1~20.04 [1972 kB] #14 20.85 Get:106 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libubsan1 arm64 10.5.0-1ubuntu1~20.04 [765 kB] #14 20.94 Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgcc-9-dev arm64 9.4.0-1ubuntu1~20.04.2 [920 kB] #14 21.03 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gcc-9 arm64 9.4.0-1ubuntu1~20.04.2 [6736 kB] #19 6.781 Preparing to unpack .../05-libgc1_1%3a8.2.2-3_amd64.deb ... #19 6.784 Unpacking libgc1:amd64 (1:8.2.2-3) ... #19 6.828 Selecting previously unselected package libobjc4:amd64. #19 6.830 Preparing to unpack .../06-libobjc4_12.2.0-14_amd64.deb ... #19 6.833 Unpacking libobjc4:amd64 (12.2.0-14) ... #19 6.862 Selecting previously unselected package libobjc-12-dev:amd64. #19 6.864 Preparing to unpack .../07-libobjc-12-dev_12.2.0-14_amd64.deb ... #19 6.868 Unpacking libobjc-12-dev:amd64 (12.2.0-14) ... #19 6.909 Selecting previously unselected package libclang-common-14-dev. #13 22.55 Selecting previously unselected package g++. #13 22.55 Preparing to unpack .../054-g++_4%3a8.3.0-1_arm64.deb ... #13 22.56 Unpacking g++ (4:8.3.0-1) ... #13 22.58 Selecting previously unselected package make. #13 22.59 Preparing to unpack .../055-make_4.2.1-1.2_arm64.deb ... #13 22.59 Unpacking make (4.2.1-1.2) ... #13 22.65 Selecting previously unselected package libdpkg-perl. #13 22.65 Preparing to unpack .../056-libdpkg-perl_1.19.8_all.deb ... #13 22.65 Unpacking libdpkg-perl (1.19.8) ... #13 24.93 Selecting previously unselected package python3. #13 24.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 ... 10977 files and directories currently installed.) #13 24.94 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ... #13 24.95 Unpacking python3 (3.7.3-1) ... #13 24.99 Selecting previously unselected package sensible-utils. #13 24.99 Preparing to unpack .../001-sensible-utils_0.0.12_all.deb ... #13 25.00 Unpacking sensible-utils (0.0.12) ... #13 25.04 Selecting previously unselected package bzip2. #13 24.41 Selecting previously unselected package libbsd0:armhf. #13 24.41 Preparing to unpack .../013-libbsd0_0.11.3-1+deb11u1_armhf.deb ... #13 24.42 Unpacking libbsd0:armhf (0.11.3-1+deb11u1) ... #13 24.50 Selecting previously unselected package libedit2:armhf. #13 24.50 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_armhf.deb ... #13 24.51 Unpacking libedit2:armhf (3.1-20191231-2+b1) ... #13 24.59 Selecting previously unselected package libcbor0:armhf. #13 24.60 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_armhf.deb ... #13 26.00 Preparing to unpack .../032-libubsan1_10.2.1-6+rpi1_armhf.deb ... #13 26.00 Unpacking libubsan1:armhf (10.2.1-6+rpi1) ... #13 26.10 Selecting previously unselected package libgcc-10-dev:armhf. #13 26.10 Preparing to unpack .../033-libgcc-10-dev_10.2.1-6+rpi1_armhf.deb ... #13 26.10 Unpacking libgcc-10-dev:armhf (10.2.1-6+rpi1) ... #13 26.20 Selecting previously unselected package gcc-10. #14 17.31 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgomp1 arm64 12.3.0-1ubuntu1~22.04 [124 kB] #14 17.43 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libitm1 arm64 12.3.0-1ubuntu1~22.04 [28.4 kB] #14 24.12 Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B] #14 24.13 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB] #14 24.13 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB] #14 24.14 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-perl all 6.43-1 [140 kB] #14 24.19 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 patchutils amd64 0.3.4-2 [71.1 kB] #14 24.22 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB] #14 24.23 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 devscripts amd64 2.20.2ubuntu2 [940 kB] #14 24.36 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 diffstat amd64 1.63-1 [27.2 kB] #14 30.04 Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-diff-xs-perl armhf 0.04-6build3 [11.5 kB] #14 30.05 Get:203 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB] #14 30.05 Get:204 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libaliased-perl all 0.34-1.1 [13.3 kB] #14 30.05 Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libapt-pkg-perl armhf 0.1.40build2 [68.4 kB] #14 30.05 Get:206 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive-cpio-perl all 0.10-1.1 [9928 B] #14 30.05 Get:207 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarray-intspan-perl all 2.004-1 [24.5 kB] #14 30.45 Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmodule-implementation-perl all 0.09-1.1 [11.6 kB] #13 29.80 Selecting previously unselected package libxml2:armhf. #13 29.80 Preparing to unpack .../086-libxml2_2.9.14+dfsg-1.3~deb12u1_armhf.deb ... #13 29.81 Unpacking libxml2:armhf (2.9.14+dfsg-1.3~deb12u1) ... #13 29.89 Selecting previously unselected package gettext. #13 29.89 Preparing to unpack .../087-gettext_0.21-12_armhf.deb ... #13 29.90 Unpacking gettext (0.21-12) ... #13 30.03 Selecting previously unselected package intltool-debian. #14 17.72 Preparing to unpack .../069-libnsl-dev_1.3.0-2build2_amd64.deb ... #14 17.72 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ... #14 17.75 Selecting previously unselected package libc6-dev:amd64. #14 17.76 Preparing to unpack .../070-libc6-dev_2.35-0ubuntu3.6_amd64.deb ... #14 17.76 Unpacking libc6-dev:amd64 (2.35-0ubuntu3.6) ... #14 17.88 Selecting previously unselected package gcc-11-base:amd64. #14 17.88 Preparing to unpack .../071-gcc-11-base_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 17.88 Unpacking gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ... #14 17.92 Selecting previously unselected package libisl23:amd64. #14 17.92 Preparing to unpack .../072-libisl23_0.24-2build1_amd64.deb ... #14 17.92 Unpacking libisl23:amd64 (0.24-2build1) ... #14 17.97 Selecting previously unselected package libmpfr6:amd64. #14 17.97 Preparing to unpack .../073-libmpfr6_4.1.0-3build3_amd64.deb ... #14 17.98 Unpacking libmpfr6:amd64 (4.1.0-3build3) ... #13 22.76 Preparing to unpack .../056-g++_4%3a10.2.1-1_arm64.deb ... #13 22.76 Unpacking g++ (4:10.2.1-1) ... #13 22.79 Selecting previously unselected package make. #13 22.79 Preparing to unpack .../057-make_4.3-4.1_arm64.deb ... #13 22.79 Unpacking make (4.3-4.1) ... #13 22.85 Selecting previously unselected package libdpkg-perl. #13 22.85 Preparing to unpack .../058-libdpkg-perl_1.20.13_all.deb ... #13 22.86 Unpacking libdpkg-perl (1.20.13) ... #13 22.92 Selecting previously unselected package patch. #13 22.92 Preparing to unpack .../059-patch_2.7.6-7_arm64.deb ... #13 22.93 Unpacking patch (2.7.6-7) ... #13 22.97 Selecting previously unselected package dpkg-dev. #13 27.86 Selecting previously unselected package dh-autoreconf. #13 27.87 Preparing to unpack .../071-dh-autoreconf_19_all.deb ... #13 27.89 Unpacking dh-autoreconf (19) ... #13 28.03 Selecting previously unselected package libarchive-zip-perl. #13 28.03 Preparing to unpack .../072-libarchive-zip-perl_1.64-1_all.deb ... #13 28.03 Unpacking libarchive-zip-perl (1.64-1) ... #13 28.07 Selecting previously unselected package libfile-stripnondeterminism-perl. #13 28.07 Preparing to unpack .../073-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ... #13 28.07 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ... #13 28.10 Selecting previously unselected package dh-strip-nondeterminism. #13 13.77 (30/138): pkgconf-m4-1.7.3-10.el9.noarch.rpm 320 kB/s | 15 kB 00:00 #13 13.77 (31/138): pkgconf-pkg-config-1.7.3-10.el9.aarch 239 kB/s | 11 kB 00:00 #13 13.78 (32/138): publicsuffix-list-dafsa-20210518-3.el 9.1 MB/s | 58 kB 00:00 #13 13.78 (33/138): python3-dbus-1.2.18-2.el9.aarch64.rpm 18 MB/s | 144 kB 00:00 #13 13.82 (34/138): python3-dateutil-2.8.1-7.el9.noarch.r 6.3 MB/s | 288 kB 00:00 #13 13.89 (35/138): python3-dnf-plugins-core-4.3.0-13.el9 2.3 MB/s | 264 kB 00:00 #13 13.89 (36/138): python3-six-1.15.0-9.el9.noarch.rpm 332 kB/s | 37 kB 00:00 #13 13.90 (37/138): python3-systemd-234-18.el9.aarch64.rp 12 MB/s | 89 kB 00:00 #13 13.94 (38/138): unzip-6.0-56.el9.aarch64.rpm 4.4 MB/s | 179 kB 00:00 #13 13.97 (39/138): shared-mime-info-2.1-5.el9.aarch64.rp 7.0 MB/s | 558 kB 00:00 #13 14.02 (40/138): systemd-libs-252-23.el9.aarch64.rpm 4.9 MB/s | 626 kB 00:00 #14 29.92 Get:310 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-xs-perl armhf 0.117-1build2 [10.7 kB] #14 29.94 Get:311 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB] #14 30.02 Get:312 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-perl all 0.2.12-1 [17.1 kB] #14 30.05 Get:313 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-modules armhf 2.1.27+dfsg-2ubuntu0.1 [42.1 kB] #14 30.10 Get:314 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-decoder-perl armhf 4.011+ds-1build1 [98.5 kB] #14 30.17 Get:315 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-encoder-perl armhf 4.011+ds-1build1 [97.7 kB] #14 19.64 Preparing to unpack .../011-lsb-release_12.0-2_all.deb ... #14 19.64 Unpacking lsb-release (12.0-2) ... #14 19.69 Selecting previously unselected package netbase. #14 19.69 Preparing to unpack .../012-netbase_6.4_all.deb ... #14 19.69 Unpacking netbase (6.4) ... #14 19.73 Selecting previously unselected package python-apt-common. #14 19.73 Preparing to unpack .../013-python-apt-common_2.6.0ubuntu1_all.deb ... #14 19.74 Unpacking python-apt-common (2.6.0ubuntu1) ... #14 19.79 Selecting previously unselected package python3-apt. #14 19.79 Preparing to unpack .../014-python3-apt_2.6.0ubuntu1_amd64.deb ... #14 19.80 Unpacking python3-apt (2.6.0ubuntu1) ... #14 19.83 Selecting previously unselected package python3-cffi-backend:amd64. #14 19.84 Preparing to unpack .../015-python3-cffi-backend_1.15.1-5build1_amd64.deb ... #14 19.84 Unpacking python3-cffi-backend:amd64 (1.15.1-5build1) ... #14 19.91 Selecting previously unselected package python3-pkg-resources. #14 19.91 Preparing to unpack .../016-python3-pkg-resources_68.1.2-2_all.deb ... #14 19.91 Unpacking python3-pkg-resources (68.1.2-2) ... #14 19.95 Selecting previously unselected package tzdata-icu. #13 22.28 Preparing to unpack .../079-curl_7.88.1-10+deb12u5_arm64.deb ... #13 22.28 Unpacking curl (7.88.1-10+deb12u5) ... #13 22.33 Selecting previously unselected package dctrl-tools. #13 22.33 Preparing to unpack .../080-dctrl-tools_2.24-3_arm64.deb ... #13 22.34 Unpacking dctrl-tools (2.24-3) ... #13 22.38 Selecting previously unselected package libdebhelper-perl. #13 22.38 Preparing to unpack .../081-libdebhelper-perl_13.11.4_all.deb ... #13 22.39 Unpacking libdebhelper-perl (13.11.4) ... #13 22.42 Selecting previously unselected package libtool. #13 22.42 Preparing to unpack .../082-libtool_2.4.7-5_all.deb ... #13 22.43 Unpacking libtool (2.4.7-5) ... #13 22.47 Selecting previously unselected package dh-autoreconf. #13 22.47 Preparing to unpack .../083-dh-autoreconf_20_all.deb ... #13 22.47 Unpacking dh-autoreconf (20) ... #13 22.51 Selecting previously unselected package libarchive-zip-perl. #14 22.34 Preparing to unpack .../061-libcrypt-dev_1%3a4.4.33-2_amd64.deb ... #14 22.35 Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ... #14 22.38 Selecting previously unselected package rpcsvc-proto. #14 22.38 Preparing to unpack .../062-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ... #14 22.38 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #14 22.41 Selecting previously unselected package libtirpc-dev:amd64. #14 22.42 Preparing to unpack .../063-libtirpc-dev_1.3.3+ds-1_amd64.deb ... #14 22.42 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ... #14 22.45 Selecting previously unselected package libnsl-dev:amd64. #14 22.45 Preparing to unpack .../064-libnsl-dev_1.3.0-2build2_amd64.deb ... #14 22.45 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ... #14 22.49 Selecting previously unselected package libc6-dev:amd64. #14 22.49 Preparing to unpack .../065-libc6-dev_2.37-0ubuntu2.2_amd64.deb ... #14 22.49 Unpacking libc6-dev:amd64 (2.37-0ubuntu2.2) ... #14 22.64 Selecting previously unselected package gcc-12-base:amd64. #14 26.59 Get:166 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libclass-xsaccessor-perl armhf 1.19-4build1 [33.0 kB] #14 26.66 Get:167 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libb-hooks-op-check-perl armhf 0.22-2build1 [9160 B] #14 26.67 Get:168 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdynaloader-functions-perl all 0.003-3 [12.1 kB] #14 26.70 Get:169 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdevel-callchecker-perl armhf 0.008-2 [13.6 kB] #14 26.72 Get:170 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libparams-classify-perl armhf 0.015-2build2 [19.4 kB] #14 26.74 Get:171 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmodule-runtime-perl all 0.016-2 [16.4 kB] #14 26.76 Get:172 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libimport-into-perl all 1.002005-2 [10.7 kB] #14 26.76 Get:173 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf librole-tiny-perl all 2.002004-1 [16.3 kB] #14 26.78 Get:174 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB] #14 26.79 Get:175 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmoo-perl all 2.005005-1 [47.4 kB] #19 6.911 Preparing to unpack .../08-libclang-common-14-dev_1%3a14.0.6-12_all.deb ... #19 6.914 Unpacking libclang-common-14-dev (1:14.0.6-12) ... #19 7.056 Selecting previously unselected package llvm-14-linker-tools. #19 7.058 Preparing to unpack .../09-llvm-14-linker-tools_1%3a14.0.6-12_amd64.deb ... #19 7.061 Unpacking llvm-14-linker-tools (1:14.0.6-12) ... #19 7.198 Selecting previously unselected package libclang1-14. #13 22.71 Selecting previously unselected package patch. #13 22.72 Preparing to unpack .../057-patch_2.7.6-3+deb10u1_arm64.deb ... #13 22.72 Unpacking patch (2.7.6-3+deb10u1) ... #13 22.76 Selecting previously unselected package dpkg-dev. #13 22.76 Preparing to unpack .../058-dpkg-dev_1.19.8_all.deb ... #13 22.76 Unpacking dpkg-dev (1.19.8) ... #13 22.85 Selecting previously unselected package build-essential. #13 22.85 Preparing to unpack .../059-build-essential_12.6_arm64.deb ... #13 22.86 Unpacking build-essential (12.6) ... #13 22.89 Selecting previously unselected package openssl. + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go #13 25.04 Preparing to unpack .../002-bzip2_1.0.6-9.2~deb10u2_armhf.deb ... #13 25.04 Unpacking bzip2 (1.0.6-9.2~deb10u2) ... #13 25.08 Selecting previously unselected package libmagic-mgc. #13 25.08 Preparing to unpack .../003-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ... #13 25.09 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ... #13 25.17 Selecting previously unselected package libmagic1:armhf. #13 25.17 Preparing to unpack .../004-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ... #13 25.18 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ... #13 25.22 Selecting previously unselected package file. #13 25.23 Preparing to unpack .../005-file_1%3a5.35-4+deb10u2_armhf.deb ... #13 25.23 Unpacking file (1:5.35-4+deb10u2) ... #13 25.29 Selecting previously unselected package gettext-base. #13 24.60 Unpacking libcbor0:armhf (0.5.0+dfsg-2) ... #13 24.75 Selecting previously unselected package libfido2-1:armhf. #13 24.75 Preparing to unpack .../016-libfido2-1_1.6.0-2_armhf.deb ... #13 24.82 Unpacking libfido2-1:armhf (1.6.0-2) ... #13 26.21 Preparing to unpack .../034-gcc-10_10.2.1-6+rpi1_armhf.deb ... #13 26.21 Unpacking gcc-10 (10.2.1-6+rpi1) ... #14 18.88 Get:102 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 cpp arm64 4:12.2.0-3ubuntu1 [27.8 kB] #14 17.45 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libatomic1 arm64 12.3.0-1ubuntu1~22.04 [10.8 kB] #14 17.46 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libasan6 arm64 11.4.0-1ubuntu1~22.04 [2234 kB] #14 17.72 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 liblsan0 arm64 12.3.0-1ubuntu1~22.04 [1035 kB] #14 24.36 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB] #14 24.52 Get:210 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-debian all 0.1.36ubuntu1.1 [64.9 kB] #14 30.45 Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B] #14 30.52 Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libvariable-magic-perl armhf 0.62-1build5 [33.0 kB] #13 30.03 Preparing to unpack .../088-intltool-debian_0.35.0+20060710.6_all.deb ... #13 30.04 Unpacking intltool-debian (0.35.0+20060710.6) ... #13 30.07 Selecting previously unselected package po-debconf. #13 30.07 Preparing to unpack .../089-po-debconf_1.0.21+nmu1_all.deb ... #13 30.08 Unpacking po-debconf (1.0.21+nmu1) ... #13 30.13 Selecting previously unselected package debhelper. #13 30.14 Preparing to unpack .../090-debhelper_13.11.4_all.deb ... #13 30.14 Unpacking debhelper (13.11.4) ... #13 30.25 Selecting previously unselected package debian-keyring. #14 18.02 Selecting previously unselected package libmpc3:amd64. #14 18.03 Preparing to unpack .../074-libmpc3_1.2.1-2build1_amd64.deb ... #14 18.03 Unpacking libmpc3:amd64 (1.2.1-2build1) ... #14 18.06 Selecting previously unselected package cpp-11. #14 18.06 Preparing to unpack .../075-cpp-11_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 18.07 Unpacking cpp-11 (11.4.0-1ubuntu1~22.04) ... #14 18.21 Selecting previously unselected package cpp. #14 18.21 Preparing to unpack .../076-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 18.22 Unpacking cpp (4:11.2.0-1ubuntu1) ... #14 18.25 Selecting previously unselected package libcc1-0:amd64. #14 18.25 Preparing to unpack .../077-libcc1-0_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 18.26 Unpacking libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 18.34 Selecting previously unselected package libgomp1:amd64. #13 22.97 Preparing to unpack .../060-dpkg-dev_1.20.13_all.deb ... #13 22.97 Unpacking dpkg-dev (1.20.13) ... #13 23.08 Selecting previously unselected package build-essential. #13 23.08 Preparing to unpack .../061-build-essential_12.9_arm64.deb ... #13 23.08 Unpacking build-essential (12.9) ... #13 23.12 Selecting previously unselected package libbrotli1:arm64. #13 23.12 Preparing to unpack .../062-libbrotli1_1.0.9-2+b2_arm64.deb ... #13 23.12 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... #13 23.17 Selecting previously unselected package libsasl2-modules-db:arm64. #13 23.17 Preparing to unpack .../063-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... #13 23.17 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... #13 23.20 Selecting previously unselected package libsasl2-2:arm64. #13 28.10 Preparing to unpack .../074-dh-strip-nondeterminism_1.1.2-1_all.deb ... #13 28.11 Unpacking dh-strip-nondeterminism (1.1.2-1) ... #13 28.14 Selecting previously unselected package dwz. #13 28.14 Preparing to unpack .../075-dwz_0.12-3_armhf.deb ... #13 28.14 Unpacking dwz (0.12-3) ... #13 28.19 Selecting previously unselected package libglib2.0-0:armhf. #13 28.19 Preparing to unpack .../076-libglib2.0-0_2.58.3-2+deb10u5_armhf.deb ... #13 28.19 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u5) ... #13 28.31 Selecting previously unselected package libcroco3:armhf. #13 28.32 Preparing to unpack .../077-libcroco3_0.6.12-3_armhf.deb ... #13 28.32 Unpacking libcroco3:armhf (0.6.12-3) ... #13 28.36 Selecting previously unselected package libncurses6:armhf. #13 14.03 (41/138): xz-5.2.5-8.el9.aarch64.rpm 2.6 MB/s | 226 kB 00:00 #13 14.08 (42/138): zip-3.0-35.el9.aarch64.rpm 4.5 MB/s | 260 kB 00:00 #13 14.11 (43/138): zstd-1.5.1-2.el9.aarch64.rpm 4.2 MB/s | 387 kB 00:00 #13 14.15 (44/138): abattis-cantarell-fonts-0.301-4.el9.n 3.0 MB/s | 365 kB 00:00 #13 14.15 (45/138): debugedit-5.0-5.el9.aarch64.rpm 1.1 MB/s | 76 kB 00:00 #13 14.15 (46/138): dwz-0.14-3.el9.aarch64.rpm 17 MB/s | 126 kB 00:00 #13 14.16 (47/138): desktop-file-utils-0.26-6.el9.aarch64 6.2 MB/s | 72 kB 00:00 #13 14.16 (48/138): efi-srpm-macros-4-9.el9.noarch.rpm 2.2 MB/s | 23 kB 00:00 #13 14.16 (49/138): emacs-filesystem-27.2-9.el9.noarch.rp 933 kB/s | 8.9 kB 00:00 #13 14.17 (50/138): fonts-srpm-macros-2.0.5-7.el9.1.noarc 4.4 MB/s | 28 kB 00:00 #13 14.17 (51/138): enchant-1.6.0-30.el9.aarch64.rpm 5.9 MB/s | 61 kB 00:00 #13 14.27 (52/138): gdb-minimal-10.2-13.el9.aarch64.rpm 30 MB/s | 3.1 MB 00:00 #14 30.21 Get:316 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-perl all 4.011-1 [8604 B] #14 30.21 Get:317 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-key-perl armhf 1.33-2build2 [33.9 kB] #14 30.22 Get:318 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-copyright-perl all 0.003006-1 [9608 B] #14 30.22 Get:319 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB] #14 30.38 Get:320 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB] #14 30.45 Get:321 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libterm-readkey-perl armhf 2.38-1build1 [23.3 kB] #13 23.64 Selecting previously unselected package g++. #14 19.95 Preparing to unpack .../017-tzdata-icu_2023d-0ubuntu0.23.10_all.deb ... #14 19.96 Unpacking tzdata-icu (2023d-0ubuntu0.23.10) ... #14 20.02 Selecting previously unselected package ucf. #14 20.02 Preparing to unpack .../018-ucf_3.0043+nmu1_all.deb ... #14 20.03 Moving old data out of the way #14 20.03 Unpacking ucf (3.0043+nmu1) ... #14 20.06 Selecting previously unselected package bsdextrautils. #14 20.06 Preparing to unpack .../019-bsdextrautils_2.39.1-4ubuntu2_amd64.deb ... #14 20.07 Unpacking bsdextrautils (2.39.1-4ubuntu2) ... #14 20.11 Selecting previously unselected package libmagic-mgc. #14 20.11 Preparing to unpack .../020-libmagic-mgc_1%3a5.44-3_amd64.deb ... #14 20.12 Unpacking libmagic-mgc (1:5.44-3) ... #14 20.19 Selecting previously unselected package libmagic1:amd64. #13 22.51 Preparing to unpack .../084-libarchive-zip-perl_1.68-1_all.deb ... #13 22.52 Unpacking libarchive-zip-perl (1.68-1) ... #13 22.55 Selecting previously unselected package libsub-override-perl. #13 22.55 Preparing to unpack .../085-libsub-override-perl_0.09-4_all.deb ... #13 22.56 Unpacking libsub-override-perl (0.09-4) ... #13 22.58 Selecting previously unselected package libfile-stripnondeterminism-perl. #13 22.58 Preparing to unpack .../086-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ... #13 22.59 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ... #13 22.62 Selecting previously unselected package dh-strip-nondeterminism. #13 22.62 Preparing to unpack .../087-dh-strip-nondeterminism_1.13.1-1_all.deb ... #13 22.62 Unpacking dh-strip-nondeterminism (1.13.1-1) ... #13 22.65 Selecting previously unselected package libelf1:arm64. #13 22.65 Preparing to unpack .../088-libelf1_0.188-2.1_arm64.deb ... #13 22.66 Unpacking libelf1:arm64 (0.188-2.1) ... #13 22.70 Selecting previously unselected package dwz. #13 22.70 Preparing to unpack .../089-dwz_0.15-1_arm64.deb ... #13 22.70 Unpacking dwz (0.15-1) ... #13 22.74 Selecting previously unselected package libicu72:arm64. #14 22.64 Preparing to unpack .../066-gcc-12-base_12.3.0-1ubuntu1~23.04_amd64.deb ... #14 22.65 Unpacking gcc-12-base:amd64 (12.3.0-1ubuntu1~23.04) ... #14 22.69 Selecting previously unselected package libisl23:amd64. #14 22.69 Preparing to unpack .../067-libisl23_0.25-1_amd64.deb ... #14 22.70 Unpacking libisl23:amd64 (0.25-1) ... #14 22.74 Selecting previously unselected package libmpfr6:amd64. #19 7.200 Preparing to unpack .../10-libclang1-14_1%3a14.0.6-12_amd64.deb ... #19 7.203 Unpacking libclang1-14 (1:14.0.6-12) ... #13 22.89 Preparing to unpack .../060-openssl_1.1.1n-0+deb10u6_arm64.deb ... #13 22.89 Unpacking openssl (1.1.1n-0+deb10u6) ... #13 22.98 Selecting previously unselected package ca-certificates. #13 22.98 Preparing to unpack .../061-ca-certificates_20200601~deb10u2_all.deb ... #13 22.99 Unpacking ca-certificates (20200601~deb10u2) ... #13 23.04 Selecting previously unselected package libsasl2-modules-db:arm64. #13 23.04 Preparing to unpack .../062-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_arm64.deb ... #13 23.04 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ... #13 23.08 Selecting previously unselected package libsasl2-2:arm64. #13 23.08 Preparing to unpack .../063-libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb ... #13 23.09 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ... #13 23.12 Selecting previously unselected package libldap-common. #13 25.29 Preparing to unpack .../006-gettext-base_0.19.8.1-9_armhf.deb ... #13 25.29 Unpacking gettext-base (0.19.8.1-9) ... #13 25.36 Selecting previously unselected package xz-utils. #13 25.36 Preparing to unpack .../007-xz-utils_5.2.4-1+deb10u1_armhf.deb ... #13 25.36 Unpacking xz-utils (5.2.4-1+deb10u1) ... #13 25.43 Selecting previously unselected package libsigsegv2:armhf. #13 25.43 Preparing to unpack .../008-libsigsegv2_2.12-2_armhf.deb ... #13 25.43 Unpacking libsigsegv2:armhf (2.12-2) ... #13 25.49 Selecting previously unselected package m4. #13 25.49 Preparing to unpack .../009-m4_1.4.18-2_armhf.deb ... #13 25.50 Unpacking m4 (1.4.18-2) ... #13 25.55 Selecting previously unselected package autoconf. #13 25.06 Selecting previously unselected package openssh-client. #13 25.06 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u3_armhf.deb ... #13 25.07 Unpacking openssh-client (1:8.4p1-5+deb11u3) ... #14 21.41 Get:109 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gcc arm64 4:9.3.0-1ubuntu2 [5228 B] #14 21.49 Get:110 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libstdc++-9-dev arm64 9.4.0-1ubuntu1~20.04.2 [1687 kB] #14 21.63 Get:111 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 g++-9 arm64 9.4.0-1ubuntu1~20.04.2 [6843 kB] #14 18.88 Get:103 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libcc1-0 arm64 13.1.0-2ubuntu2~23.04 [49.6 kB] #14 18.89 Get:104 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libgomp1 arm64 13.1.0-2ubuntu2~23.04 [134 kB] #14 18.89 Get:105 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libitm1 arm64 13.1.0-2ubuntu2~23.04 [27.9 kB] #14 18.89 Get:106 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libatomic1 arm64 13.1.0-2ubuntu2~23.04 [11.7 kB] #14 18.89 Get:107 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libasan8 arm64 13.1.0-2ubuntu2~23.04 [2729 kB] #14 18.97 Get:108 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 liblsan0 arm64 13.1.0-2ubuntu2~23.04 [1183 kB] #14 17.77 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtsan0 arm64 11.4.0-1ubuntu1~22.04 [2235 kB] #14 17.88 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libubsan1 arm64 12.3.0-1ubuntu1~22.04 [965 kB] #14 24.77 Get:211 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2.1 [121 kB] #14 24.87 Get:212 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-gpg amd64 1.13.1-7ubuntu2.1 [164 kB] #14 30.60 Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libb-hooks-endofscope-perl all 0.25-1 [17.8 kB] #14 30.63 Get:212 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libfreetype6 armhf 2.11.1+dfsg-1ubuntu0.2 [325 kB] #14 30.82 Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfontconfig1 armhf 2.13.1-4.2ubuntu5 [109 kB] #14 30.85 Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjpeg-turbo8 armhf 2.1.2-0ubuntu1 [116 kB] #14 18.35 Preparing to unpack .../078-libgomp1_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 18.35 Unpacking libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 18.39 Selecting previously unselected package libitm1:amd64. #14 18.39 Preparing to unpack .../079-libitm1_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 18.40 Unpacking libitm1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 18.44 Selecting previously unselected package libatomic1:amd64. #14 18.44 Preparing to unpack .../080-libatomic1_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 18.45 Unpacking libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 18.48 Selecting previously unselected package libasan6:amd64. #14 18.48 Preparing to unpack .../081-libasan6_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 18.49 Unpacking libasan6:amd64 (11.4.0-1ubuntu1~22.04) ... #14 18.56 Selecting previously unselected package liblsan0:amd64. #13 23.20 Preparing to unpack .../064-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... #13 23.21 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... #13 23.24 Selecting previously unselected package libldap-2.4-2:arm64. #13 23.24 Preparing to unpack .../065-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... #13 23.25 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... #13 23.30 Selecting previously unselected package libnghttp2-14:arm64. #13 23.30 Preparing to unpack .../066-libnghttp2-14_1.43.0-1+deb11u1_arm64.deb ... #13 23.30 Unpacking libnghttp2-14:arm64 (1.43.0-1+deb11u1) ... #13 23.34 Selecting previously unselected package libpsl5:arm64. #13 23.34 Preparing to unpack .../067-libpsl5_0.21.0-1.2_arm64.deb ... #13 23.35 Unpacking libpsl5:arm64 (0.21.0-1.2) ... #13 23.38 Selecting previously unselected package librtmp1:arm64. #13 23.39 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... #13 23.39 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... #13 23.43 Selecting previously unselected package libssh2-1:arm64. #13 23.43 Preparing to unpack .../069-libssh2-1_1.9.0-2_arm64.deb ... #13 23.43 Unpacking libssh2-1:arm64 (1.9.0-2) ... #13 23.48 Selecting previously unselected package libcurl4:arm64. #13 23.48 Preparing to unpack .../070-libcurl4_7.74.0-1.3+deb11u11_arm64.deb ... #13 23.48 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u11) ... #13 23.53 Selecting previously unselected package curl. #13 28.36 Preparing to unpack .../078-libncurses6_6.1+20181013-2+deb10u5_armhf.deb ... #13 28.37 Unpacking libncurses6:armhf (6.1+20181013-2+deb10u5) ... #13 28.41 Selecting previously unselected package gettext. #13 28.41 Preparing to unpack .../079-gettext_0.19.8.1-9_armhf.deb ... #13 28.41 Unpacking gettext (0.19.8.1-9) ... #13 28.54 Selecting previously unselected package intltool-debian. #13 28.54 Preparing to unpack .../080-intltool-debian_0.35.0+20060710.5_all.deb ... #13 28.55 Unpacking intltool-debian (0.35.0+20060710.5) ... #13 28.57 Selecting previously unselected package po-debconf. #13 28.57 Preparing to unpack .../081-po-debconf_1.0.21_all.deb ... #13 28.58 Unpacking po-debconf (1.0.21) ... #13 28.63 Selecting previously unselected package debhelper. #13 30.25 Preparing to unpack .../091-debian-keyring_2022.12.24_all.deb ... #13 30.26 Unpacking debian-keyring (2022.12.24) ... #13 14.27 (53/138): ghc-srpm-macros-1.5.0-6.el9.noarch.rp 87 kB/s | 8.8 kB 00:00 #13 14.33 (54/138): gdk-pixbuf2-2.42.6-3.el9.aarch64.rpm 3.1 MB/s | 490 kB 00:00 #13 14.33 (55/138): go-srpm-macros-3.2.0-3.el9.noarch.rpm 462 kB/s | 27 kB 00:00 #13 14.37 (56/138): hunspell-1.7.0-11.el9.aarch64.rpm 3.2 MB/s | 319 kB 00:00 #13 14.38 (57/138): hunspell-en-0.20140811.1-20.el9.noarc 3.8 MB/s | 187 kB 00:00 #13 14.38 (58/138): hunspell-en-GB-0.20140811.1-20.el9.no 4.3 MB/s | 226 kB 00:00 #13 14.39 (59/138): hunspell-en-US-0.20140811.1-20.el9.no 13 MB/s | 177 kB 00:00 #13 14.39 (60/138): kernel-srpm-macros-1.0-13.el9.noarch. 2.3 MB/s | 16 kB 00:00 #13 14.39 (61/138): hunspell-filesystem-1.7.0-11.el9.aarc 878 kB/s | 8.6 kB 00:00 #13 14.42 (62/138): libappstream-glib-0.7.18-4.el9.aarch6 11 MB/s | 380 kB 00:00 #13 14.46 (63/138): libjpeg-turbo-2.0.90-7.el9.aarch64.rp 2.3 MB/s | 169 kB 00:00 #13 14.46 (64/138): libproxy-webkitgtk4-0.4.15-35.el9.aar 288 kB/s | 21 kB 00:00 #13 14.50 (65/138): libsoup-2.72.0-8.el9.aarch64.rpm 4.9 MB/s | 397 kB 00:00 #14 30.50 Get:322 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-fatal-perl all 0.014-1 [11.1 kB] #14 30.54 Get:323 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-refcount-perl all 0.10-1 [11.4 kB] #14 30.56 Get:324 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-levenshtein-perl all 0.13-1 [9612 B] #14 30.58 Get:325 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-xs-perl armhf 0.016-1 [21.2 kB] #14 30.62 Get:326 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libunicode-utf8-perl armhf 0.62-1build1 [17.1 kB] #14 30.63 Get:327 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-namespacesupport-perl all 1.12-1 [13.2 kB] #14 30.65 Get:328 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-base-perl all 1.09-1 [18.8 kB] #14 30.66 Get:329 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-perl all 1.02+dfsg-1 [56.2 kB] #14 30.71 Get:330 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-libxml-perl armhf 2.0134+dfsg-1build1 [306 kB] #13 23.64 Preparing to unpack .../057-g++_4%3a10.2.1-1_amd64.deb ... #13 23.64 Unpacking g++ (4:10.2.1-1) ... #13 23.67 Selecting previously unselected package make. #13 23.67 Preparing to unpack .../058-make_4.3-4.1_amd64.deb ... #13 23.67 Unpacking make (4.3-4.1) ... #13 23.73 Selecting previously unselected package libdpkg-perl. #13 23.73 Preparing to unpack .../059-libdpkg-perl_1.20.13_all.deb ... #13 23.73 Unpacking libdpkg-perl (1.20.13) ... #13 23.80 Selecting previously unselected package patch. #13 23.80 Preparing to unpack .../060-patch_2.7.6-7_amd64.deb ... #13 23.80 Unpacking patch (2.7.6-7) ... #13 23.84 Selecting previously unselected package dpkg-dev. #13 23.84 Preparing to unpack .../061-dpkg-dev_1.20.13_all.deb ... #13 23.84 Unpacking dpkg-dev (1.20.13) ... #13 23.96 Selecting previously unselected package build-essential. #14 20.19 Preparing to unpack .../021-libmagic1_1%3a5.44-3_amd64.deb ... #14 20.19 Unpacking libmagic1:amd64 (1:5.44-3) ... #14 20.23 Selecting previously unselected package file. #14 20.23 Preparing to unpack .../022-file_1%3a5.44-3_amd64.deb ... #14 20.23 Unpacking file (1:5.44-3) ... #14 20.28 Selecting previously unselected package gettext-base. #14 20.28 Preparing to unpack .../023-gettext-base_0.21-13_amd64.deb ... #14 20.28 Unpacking gettext-base (0.21-13) ... #14 20.32 Selecting previously unselected package libuchardet0:amd64. #14 20.32 Preparing to unpack .../024-libuchardet0_0.0.7-1build2_amd64.deb ... #14 20.36 Unpacking libuchardet0:amd64 (0.0.7-1build2) ... #14 20.40 Selecting previously unselected package groff-base. #14 20.40 Preparing to unpack .../025-groff-base_1.23.0-2_amd64.deb ... #14 20.41 Unpacking groff-base (1.23.0-2) ... #14 20.48 Selecting previously unselected package libcbor0.8:amd64. #13 22.74 Preparing to unpack .../090-libicu72_72.1-3_arm64.deb ... #13 22.74 Unpacking libicu72:arm64 (72.1-3) ... #14 22.74 Preparing to unpack .../068-libmpfr6_4.2.0-1_amd64.deb ... #14 22.75 Unpacking libmpfr6:amd64 (4.2.0-1) ... #14 22.78 Selecting previously unselected package libmpc3:amd64. #14 22.79 Preparing to unpack .../069-libmpc3_1.3.1-1_amd64.deb ... #14 22.79 Unpacking libmpc3:amd64 (1.3.1-1) ... #14 22.82 Selecting previously unselected package cpp-12. #14 22.82 Preparing to unpack .../070-cpp-12_12.3.0-1ubuntu1~23.04_amd64.deb ... #14 22.82 Unpacking cpp-12 (12.3.0-1ubuntu1~23.04) ... #14 23.00 Selecting previously unselected package cpp. #14 23.00 Preparing to unpack .../071-cpp_4%3a12.2.0-3ubuntu1_amd64.deb ... #14 23.01 Unpacking cpp (4:12.2.0-3ubuntu1) ... #14 23.04 Selecting previously unselected package libcc1-0:amd64. #14 23.04 Preparing to unpack .../072-libcc1-0_13.1.0-2ubuntu2~23.04_amd64.deb ... #14 23.04 Unpacking libcc1-0:amd64 (13.1.0-2ubuntu2~23.04) ... #14 23.07 Selecting previously unselected package libgomp1:amd64. #14 23.07 Preparing to unpack .../073-libgomp1_13.1.0-2ubuntu2~23.04_amd64.deb ... #14 23.08 Unpacking libgomp1:amd64 (13.1.0-2ubuntu2~23.04) ... #14 23.12 Selecting previously unselected package libitm1:amd64. #14 20.62 Get:114 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gcc arm64 4:13.2.0-1ubuntu1 [5190 B] #19 7.705 Selecting previously unselected package clang-14. #13 23.12 Preparing to unpack .../064-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ... #13 23.13 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ... #13 23.17 Selecting previously unselected package libldap-2.4-2:arm64. #13 23.17 Preparing to unpack .../065-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_arm64.deb ... #13 23.17 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ... #13 23.22 Selecting previously unselected package libnghttp2-14:arm64. #13 23.22 Preparing to unpack .../066-libnghttp2-14_1.36.0-2+deb10u2_arm64.deb ... #13 23.23 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u2) ... #13 23.27 Selecting previously unselected package libpsl5:arm64. #13 23.27 Preparing to unpack .../067-libpsl5_0.20.2-2_arm64.deb ... #13 23.27 Unpacking libpsl5:arm64 (0.20.2-2) ... #13 23.32 Selecting previously unselected package librtmp1:arm64. #13 23.32 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... #13 23.32 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... #13 23.36 Selecting previously unselected package libssh2-1:arm64. #13 23.36 Preparing to unpack .../069-libssh2-1_1.8.0-2.1+deb10u1_arm64.deb ... #13 23.36 Unpacking libssh2-1:arm64 (1.8.0-2.1+deb10u1) ... #13 23.41 Selecting previously unselected package libcurl4:arm64. #13 23.41 Preparing to unpack .../070-libcurl4_7.64.0-4+deb10u8_arm64.deb ... #13 23.41 Unpacking libcurl4:arm64 (7.64.0-4+deb10u8) ... #13 23.46 Selecting previously unselected package curl. #13 23.46 Preparing to unpack .../071-curl_7.64.0-4+deb10u8_arm64.deb ... #14 29.50 Get:211 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf fontconfig-config armhf 2.14.2-4ubuntu1 [35.8 kB] #14 29.50 Get:212 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libcurl3-gnutls armhf 8.2.1-1ubuntu3.2 [275 kB] #14 29.51 Get:213 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf liberror-perl all 0.17029-2 [25.6 kB] #14 29.52 Get:214 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf git-man all 1:2.40.1-1ubuntu1 [1085 kB] #14 29.56 Get:215 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf git armhf 1:2.40.1-1ubuntu1 [4236 kB] #14 29.75 Get:216 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libalgorithm-diff-perl all 1.201-1 [41.8 kB] #13 25.55 Preparing to unpack .../010-autoconf_2.69-11_all.deb ... #13 25.55 Unpacking autoconf (2.69-11) ... #13 25.63 Selecting previously unselected package autotools-dev. #13 25.63 Preparing to unpack .../011-autotools-dev_20180224.1_all.deb ... #13 25.63 Unpacking autotools-dev (20180224.1) ... #13 25.68 Selecting previously unselected package automake. #13 25.68 Preparing to unpack .../012-automake_1%3a1.16.1-4_all.deb ... #13 25.69 Unpacking automake (1:1.16.1-4) ... #13 25.78 Selecting previously unselected package autopoint. #13 25.78 Preparing to unpack .../013-autopoint_0.19.8.1-9_all.deb ... #13 25.79 Unpacking autopoint (0.19.8.1-9) ... #13 25.83 Selecting previously unselected package binutils-common:armhf. #13 25.84 Preparing to unpack .../014-binutils-common_2.31.1-16+rpi2_armhf.deb ... #13 25.84 Unpacking binutils-common:armhf (2.31.1-16+rpi2) ... #14 27.22 Get:176 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libencode-locale-perl all 1.05-3 [11.6 kB] #14 27.30 Get:177 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtimedate-perl all 2.3300-2 [34.0 kB] #14 27.38 Get:178 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libhttp-date-perl all 6.05-2 [9946 B] #14 27.40 Get:179 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfile-listing-perl all 6.15-1 [11.5 kB] #13 25.37 Selecting previously unselected package ucf. #14 19.45 Get:109 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libtsan2 arm64 13.1.0-2ubuntu2~23.04 [2618 kB] #14 17.93 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libhwasan0 arm64 12.3.0-1ubuntu1~22.04 [1117 kB] #14 17.97 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgcc-11-dev arm64 11.4.0-1ubuntu1~22.04 [1146 kB] #14 24.95 Get:213 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dput all 1.0.3ubuntu1.1 [42.0 kB] #14 24.97 Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.21 [232 kB] #14 25.02 Get:215 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] #14 25.03 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.11 [887 kB] #14 25.13 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.11 [4605 kB] #14 30.87 Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjpeg8 armhf 8c-2ubuntu10 [2266 B] #14 30.87 Get:216 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdeflate0 armhf 1.10-2 [59.2 kB] #14 30.88 Get:217 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libjbig0 armhf 2.1-3.1ubuntu0.22.04.1 [25.4 kB] #14 30.89 Get:218 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libwebp7 armhf 1.2.2-2ubuntu0.22.04.2 [166 kB] #14 18.56 Preparing to unpack .../082-liblsan0_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 18.56 Unpacking liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 18.62 Selecting previously unselected package libtsan0:amd64. #14 18.62 Preparing to unpack .../083-libtsan0_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 18.62 Unpacking libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ... #14 18.72 Selecting previously unselected package libubsan1:amd64. #14 18.72 Preparing to unpack .../084-libubsan1_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 18.72 Unpacking libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 18.77 Selecting previously unselected package libquadmath0:amd64. #14 18.77 Preparing to unpack .../085-libquadmath0_12.3.0-1ubuntu1~22.04_amd64.deb ... #14 18.78 Unpacking libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 18.81 Selecting previously unselected package libgcc-11-dev:amd64. #14 18.81 Preparing to unpack .../086-libgcc-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 18.82 Unpacking libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #13 23.53 Preparing to unpack .../071-curl_7.74.0-1.3+deb11u11_arm64.deb ... #13 23.54 Unpacking curl (7.74.0-1.3+deb11u11) ... #13 23.58 Selecting previously unselected package dctrl-tools. #13 23.59 Preparing to unpack .../072-dctrl-tools_2.24-3_arm64.deb ... #13 23.60 Unpacking dctrl-tools (2.24-3) ... #13 23.64 Selecting previously unselected package libdebhelper-perl. #13 23.64 Preparing to unpack .../073-libdebhelper-perl_13.3.4_all.deb ... #13 23.64 Unpacking libdebhelper-perl (13.3.4) ... #13 23.68 Selecting previously unselected package libtool. #13 23.68 Preparing to unpack .../074-libtool_2.4.6-15_all.deb ... #13 23.68 Unpacking libtool (2.4.6-15) ... #13 23.73 Selecting previously unselected package dh-autoreconf. #13 23.73 Preparing to unpack .../075-dh-autoreconf_20_all.deb ... #13 23.73 Unpacking dh-autoreconf (20) ... #13 23.76 Selecting previously unselected package libarchive-zip-perl. #13 28.63 Preparing to unpack .../082-debhelper_12.1.1_all.deb ... #13 28.63 Unpacking debhelper (12.1.1) ... #13 28.74 Selecting previously unselected package debian-keyring. #13 14.51 (66/138): lua-srpm-macros-1-6.el9.noarch.rpm 242 kB/s | 9.5 kB 00:00 #13 14.51 (67/138): libstemmer-0-18.585svn.el9.aarch64.rp 1.8 MB/s | 82 kB 00:00 #13 14.51 (68/138): ocaml-srpm-macros-6-6.el9.noarch.rpm 921 kB/s | 8.8 kB 00:00 #13 14.52 (69/138): openblas-srpm-macros-2-11.el9.noarch. 918 kB/s | 8.4 kB 00:00 #13 14.52 (70/138): patch-2.7.6-16.el9.aarch64.rpm 18 MB/s | 124 kB 00:00 #13 14.52 (71/138): perl-AutoLoader-5.74-481.el9.noarch.r 2.0 MB/s | 21 kB 00:00 #13 14.53 (72/138): perl-B-1.80-481.el9.aarch64.rpm 16 MB/s | 180 kB 00:00 #13 14.53 (73/138): perl-Carp-1.50-460.el9.noarch.rpm 2.8 MB/s | 30 kB 00:00 #13 14.53 (74/138): perl-Class-Struct-0.66-481.el9.noarch 3.4 MB/s | 22 kB 00:00 #13 14.54 (75/138): perl-Data-Dumper-2.174-462.el9.aarch6 5.8 MB/s | 55 kB 00:00 #13 14.54 (76/138): perl-Digest-1.19-4.el9.noarch.rpm 2.7 MB/s | 26 kB 00:00 #13 14.54 (77/138): perl-Digest-MD5-2.58-4.el9.aarch64.rp 5.6 MB/s | 37 kB 00:00 #13 14.55 (78/138): perl-Errno-1.30-481.el9.aarch64.rpm 1.6 MB/s | 14 kB 00:00 #13 14.63 (79/138): perl-Encode-3.08-462.el9.aarch64.rpm 19 MB/s | 1.7 MB 00:00 #13 14.63 (80/138): perl-Exporter-5.74-461.el9.noarch.rpm 381 kB/s | 32 kB 00:00 #13 14.63 (81/138): perl-Fcntl-1.13-481.el9.aarch64.rpm 240 kB/s | 20 kB 00:00 #13 14.64 (82/138): perl-File-Basename-2.85-481.el9.noarc 2.7 MB/s | 17 kB 00:00 #13 14.64 (83/138): perl-File-Path-2.18-4.el9.noarch.rpm 3.9 MB/s | 36 kB 00:00 #13 14.64 (84/138): perl-File-Temp-0.231.100-4.el9.noarch 6.1 MB/s | 60 kB 00:00 #13 14.65 (85/138): perl-File-stat-1.09-481.el9.noarch.rp 2.6 MB/s | 17 kB 00:00 #13 14.65 (86/138): perl-FileHandle-2.03-481.el9.noarch.r 1.7 MB/s | 15 kB 00:00 #13 14.65 (87/138): perl-Getopt-Long-2.52-4.el9.noarch.rp 6.3 MB/s | 61 kB 00:00 #13 14.66 (88/138): perl-Getopt-Std-1.12-481.el9.noarch.r 2.1 MB/s | 15 kB 00:00 #13 14.66 (89/138): perl-HTTP-Tiny-0.076-462.el9.noarch.r 5.5 MB/s | 54 kB 00:00 #13 14.66 (90/138): perl-IO-1.43-481.el9.aarch64.rpm 9.6 MB/s | 88 kB 00:00 #13 14.67 (91/138): perl-IO-Socket-IP-0.41-5.el9.noarch.r 6.1 MB/s | 43 kB 00:00 #13 14.67 (92/138): perl-IO-Socket-SSL-2.073-1.el9.noarch 20 MB/s | 219 kB 00:00 #13 14.68 (93/138): perl-IPC-Open3-1.21-481.el9.noarch.rp 2.2 MB/s | 22 kB 00:00 #13 14.68 (94/138): perl-MIME-Base64-3.16-4.el9.aarch64.r 5.0 MB/s | 31 kB 00:00 #13 14.68 (95/138): perl-Mozilla-CA-20200520-6.el9.noarch 1.4 MB/s | 13 kB 00:00 #13 14.68 (96/138): perl-NDBM_File-1.15-481.el9.aarch64.r 2.4 MB/s | 21 kB 00:00 #13 14.71 (97/138): perl-Net-SSLeay-1.92-2.el9.aarch64.rp 11 MB/s | 389 kB 00:00 #13 14.72 (98/138): perl-POSIX-1.94-481.el9.aarch64.rpm 2.9 MB/s | 96 kB 00:00 #13 14.72 (99/138): perl-PathTools-3.78-461.el9.aarch64.r 2.5 MB/s | 88 kB 00:00 #13 14.72 (100/138): perl-Pod-Escapes-1.07-460.el9.noarch 2.3 MB/s | 21 kB 00:00 #13 14.73 (101/138): perl-Pod-Perldoc-3.28.01-461.el9.noa 13 MB/s | 87 kB 00:00 #14 30.95 Get:331 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-parser-perl armhf 2.46-1 [189 kB] #13 23.96 Preparing to unpack .../062-build-essential_12.9_amd64.deb ... #13 23.97 Unpacking build-essential (12.9) ... #13 24.00 Selecting previously unselected package libbrotli1:amd64. #13 24.00 Preparing to unpack .../063-libbrotli1_1.0.9-2+b2_amd64.deb ... #13 24.00 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... #13 24.05 Selecting previously unselected package libsasl2-modules-db:amd64. #13 24.05 Preparing to unpack .../064-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... #13 24.05 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... #13 24.09 Selecting previously unselected package libsasl2-2:amd64. #13 24.09 Preparing to unpack .../065-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... #13 24.09 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... #13 24.14 Selecting previously unselected package libldap-2.4-2:amd64. #13 24.14 Preparing to unpack .../066-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... #13 24.15 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... #13 24.20 Selecting previously unselected package libnghttp2-14:amd64. #14 20.48 Preparing to unpack .../026-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... #14 20.49 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 20.54 Selecting previously unselected package libedit2:amd64. #14 20.54 Preparing to unpack .../027-libedit2_3.1-20221030-2_amd64.deb ... #14 20.55 Unpacking libedit2:amd64 (3.1-20221030-2) ... #14 20.58 Selecting previously unselected package libfido2-1:amd64. #14 20.59 Preparing to unpack .../028-libfido2-1_1.13.0-1_amd64.deb ... #14 20.59 Unpacking libfido2-1:amd64 (1.13.0-1) ... #14 20.64 Selecting previously unselected package libjansson4:amd64. #14 20.64 Preparing to unpack .../029-libjansson4_2.14-2_amd64.deb ... #14 20.66 Unpacking libjansson4:amd64 (2.14-2) ... #14 20.70 Selecting previously unselected package libnghttp2-14:amd64. #13 23.29 Selecting previously unselected package libxml2:arm64. #14 23.12 Preparing to unpack .../074-libitm1_13.1.0-2ubuntu2~23.04_amd64.deb ... #14 23.12 Unpacking libitm1:amd64 (13.1.0-2ubuntu2~23.04) ... #14 23.16 Selecting previously unselected package libatomic1:amd64. #14 23.16 Preparing to unpack .../075-libatomic1_13.1.0-2ubuntu2~23.04_amd64.deb ... #14 23.16 Unpacking libatomic1:amd64 (13.1.0-2ubuntu2~23.04) ... #14 23.19 Selecting previously unselected package libasan8:amd64. #14 23.19 Preparing to unpack .../076-libasan8_13.1.0-2ubuntu2~23.04_amd64.deb ... #14 23.20 Unpacking libasan8:amd64 (13.1.0-2ubuntu2~23.04) ... #14 23.28 Selecting previously unselected package liblsan0:amd64. #14 23.28 Preparing to unpack .../077-liblsan0_13.1.0-2ubuntu2~23.04_amd64.deb ... #14 23.29 Unpacking liblsan0:amd64 (13.1.0-2ubuntu2~23.04) ... #14 23.33 Selecting previously unselected package libtsan2:amd64. #14 23.34 Preparing to unpack .../078-libtsan2_13.1.0-2ubuntu2~23.04_amd64.deb ... #14 23.34 Unpacking libtsan2:amd64 (13.1.0-2ubuntu2~23.04) ... #14 23.41 Selecting previously unselected package libubsan1:amd64. #14 20.62 Get:115 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libstdc++-13-dev arm64 13.2.0-4ubuntu3 [2346 kB] #14 20.69 Get:116 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 g++-13 arm64 13.2.0-4ubuntu3 [10.9 MB] #13 21.30 Running transaction check #19 7.706 Preparing to unpack .../11-clang-14_1%3a14.0.6-12_amd64.deb ... #19 7.711 Unpacking clang-14 (1:14.0.6-12) ... #19 7.746 Selecting previously unselected package clang. #19 7.748 Preparing to unpack .../12-clang_1%3a14.0-55.7~deb12u1_amd64.deb ... #19 7.751 Unpacking clang (1:14.0-55.7~deb12u1) ... #19 7.780 Selecting previously unselected package libnspr4:amd64. #19 7.782 Preparing to unpack .../13-libnspr4_2%3a4.35-1_amd64.deb ... #19 7.786 Unpacking libnspr4:amd64 (2:4.35-1) ... #19 7.825 Selecting previously unselected package libnss3:amd64. #19 7.827 Preparing to unpack .../14-libnss3_2%3a3.87.1-1_amd64.deb ... #19 7.831 Unpacking libnss3:amd64 (2:3.87.1-1) ... #19 7.957 Selecting previously unselected package nss-plugin-pem:amd64. #19 7.959 Preparing to unpack .../15-nss-plugin-pem_1.0.8+1-1_amd64.deb ... #19 7.964 Unpacking nss-plugin-pem:amd64 (1.0.8+1-1) ... #19 8.001 Selecting previously unselected package libcurl3-nss:amd64. #19 8.002 Preparing to unpack .../16-libcurl3-nss_7.88.1-10+deb12u5_amd64.deb ... #19 8.006 Unpacking libcurl3-nss:amd64 (7.88.1-10+deb12u5) ... #19 8.060 Selecting previously unselected package libpfm4:amd64. #13 23.46 Unpacking curl (7.64.0-4+deb10u8) ... #13 23.51 Selecting previously unselected package dctrl-tools. #13 23.51 Preparing to unpack .../072-dctrl-tools_2.24-3_arm64.deb ... #13 23.52 Unpacking dctrl-tools (2.24-3) ... #13 23.56 Selecting previously unselected package libtool. #13 23.56 Preparing to unpack .../073-libtool_2.4.6-9_all.deb ... #13 23.56 Unpacking libtool (2.4.6-9) ... #13 23.61 Selecting previously unselected package dh-autoreconf. #13 23.61 Preparing to unpack .../074-dh-autoreconf_19_all.deb ... #13 23.62 Unpacking dh-autoreconf (19) ... #13 23.64 Selecting previously unselected package libarchive-zip-perl. #13 23.65 Preparing to unpack .../075-libarchive-zip-perl_1.64-1_all.deb ... #13 23.65 Unpacking libarchive-zip-perl (1.64-1) ... #13 23.68 Selecting previously unselected package libfile-stripnondeterminism-perl. #14 29.76 Get:217 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libalgorithm-diff-xs-perl armhf 0.04-8 [10.7 kB] #14 29.76 Get:218 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libalgorithm-merge-perl all 0.08-5 [11.4 kB] #14 29.76 Get:219 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libaliased-perl all 0.34-3 [12.8 kB] #14 29.76 Get:220 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libapt-pkg-perl armhf 0.1.40build3 [67.8 kB] #14 27.42 Get:180 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libhtml-tagset-perl all 3.20-6 [11.3 kB] #14 27.44 Get:181 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf liburi-perl all 5.17-1ubuntu1 [80.3 kB] #14 27.52 Get:182 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libhtml-parser-perl armhf 3.81-1 [84.4 kB] #14 27.57 Get:183 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libhtml-tree-perl all 5.07-3 [200 kB] #14 27.63 Get:184 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libclone-perl armhf 0.46-1 [10.0 kB] #13 25.37 Preparing to unpack .../018-ucf_3.0043_all.deb ... #13 25.38 Moving old data out of the way #13 25.38 Unpacking ucf (3.0043) ... #14 18.43 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gcc-11 arm64 11.4.0-1ubuntu1~22.04 [19.4 MB] #13 27.43 Selecting previously unselected package libfakeroot:amd64. #13 27.43 Preparing to unpack .../097-libfakeroot_1.31-1.2_amd64.deb ... #13 27.44 Unpacking libfakeroot:amd64 (1.31-1.2) ... #13 27.47 Selecting previously unselected package fakeroot. #13 27.47 Preparing to unpack .../098-fakeroot_1.31-1.2_amd64.deb ... #13 27.47 Unpacking fakeroot (1.31-1.2) ... #13 27.53 Selecting previously unselected package libassuan0:amd64. #13 27.53 Preparing to unpack .../099-libassuan0_2.5.5-5_amd64.deb ... #13 27.53 Unpacking libassuan0:amd64 (2.5.5-5) ... #13 27.56 Selecting previously unselected package gpgconf. #13 27.56 Preparing to unpack .../100-gpgconf_2.2.40-1.1_amd64.deb ... #13 27.57 Unpacking gpgconf (2.2.40-1.1) ... #13 27.62 Selecting previously unselected package libksba8:amd64. #13 27.63 Preparing to unpack .../101-libksba8_1.6.3-2_amd64.deb ... #13 27.63 Unpacking libksba8:amd64 (1.6.3-2) ... #13 27.67 Selecting previously unselected package libnpth0:amd64. #14 25.35 Get:218 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] #14 22.08 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 g++ arm64 4:9.3.0-1ubuntu2 [1592 B] #13 21.22 Setting up libc6:armhf (2.36-9+rpi1+deb12u3) ... #14 31.30 Get:219 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libtiff5 armhf 4.3.0-6ubuntu0.7 [166 kB] #14 18.90 Selecting previously unselected package gcc-11. #14 18.90 Preparing to unpack .../087-gcc-11_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 18.91 Unpacking gcc-11 (11.4.0-1ubuntu1~22.04) ... #13 23.76 Preparing to unpack .../076-libarchive-zip-perl_1.68-1_all.deb ... #13 23.76 Unpacking libarchive-zip-perl (1.68-1) ... #13 23.80 Selecting previously unselected package libsub-override-perl. #13 23.80 Preparing to unpack .../077-libsub-override-perl_0.09-2_all.deb ... #13 23.80 Unpacking libsub-override-perl (0.09-2) ... #13 23.83 Selecting previously unselected package libfile-stripnondeterminism-perl. #13 23.83 Preparing to unpack .../078-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ... #13 23.83 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ... #13 23.86 Selecting previously unselected package dh-strip-nondeterminism. #13 23.87 Preparing to unpack .../079-dh-strip-nondeterminism_1.12.0-1_all.deb ... #13 23.87 Unpacking dh-strip-nondeterminism (1.12.0-1) ... #13 23.90 Selecting previously unselected package libelf1:arm64. #13 23.91 Preparing to unpack .../080-libelf1_0.183-1_arm64.deb ... #13 23.91 Unpacking libelf1:arm64 (0.183-1) ... #13 23.95 Selecting previously unselected package dwz. #13 23.95 Preparing to unpack .../081-dwz_0.13+20210201-1_arm64.deb ... #13 23.96 Unpacking dwz (0.13+20210201-1) ... #13 24.00 Selecting previously unselected package libicu67:arm64. #13 28.75 Preparing to unpack .../083-debian-keyring_2019.02.25_all.deb ... #13 28.75 Unpacking debian-keyring (2019.02.25) ... #13 14.76 (102/138): perl-Pod-Simple-3.42-4.el9.noarch.rp 5.7 MB/s | 225 kB 00:00 #13 14.76 (103/138): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.0 MB/s | 41 kB 00:00 #13 14.77 (104/138): perl-Scalar-List-Utils-1.56-461.el9. 8.8 MB/s | 72 kB 00:00 #13 14.77 (105/138): perl-SelectSaver-1.02-481.el9.noarch 1.1 MB/s | 11 kB 00:00 #13 14.77 (106/138): perl-Socket-2.031-4.el9.aarch64.rpm 5.5 MB/s | 55 kB 00:00 #13 14.78 (107/138): perl-Storable-3.21-460.el9.aarch64.r 13 MB/s | 94 kB 00:00 #13 14.78 (108/138): perl-Symbol-1.08-481.el9.noarch.rpm 1.4 MB/s | 14 kB 00:00 #13 14.78 (109/138): perl-Term-ANSIColor-5.01-461.el9.noa 4.9 MB/s | 49 kB 00:00 #13 14.79 (110/138): perl-Term-Cap-1.17-460.el9.noarch.rp 3.5 MB/s | 23 kB 00:00 #13 14.79 (111/138): perl-Text-ParseWords-3.30-460.el9.no 1.9 MB/s | 17 kB 00:00 #13 14.79 (112/138): perl-Text-Tabs+Wrap-2013.0523-460.el 2.6 MB/s | 24 kB 00:00 #13 14.80 (113/138): perl-Time-Local-1.300-7.el9.noarch.r 5.1 MB/s | 34 kB 00:00 #13 14.80 (114/138): perl-URI-5.09-3.el9.noarch.rpm 12 MB/s | 121 kB 00:00 #13 14.80 (115/138): perl-base-2.27-481.el9.noarch.rpm 1.7 MB/s | 16 kB 00:00 #13 14.81 (116/138): perl-constant-1.33-461.el9.noarch.rp 4.0 MB/s | 24 kB 00:00 #13 14.81 (117/138): perl-if-0.60.800-481.el9.noarch.rpm 1.6 MB/s | 14 kB 00:00 #13 14.81 (118/138): perl-interpreter-5.32.1-481.el9.aarc 7.6 MB/s | 70 kB 00:00 #13 14.82 (119/138): perl-libnet-3.13-4.el9.noarch.rpm 11 MB/s | 130 kB 00:00 #13 14.89 (120/138): perl-libs-5.32.1-481.el9.aarch64.rpm 26 MB/s | 2.2 MB 00:00 #13 24.20 Preparing to unpack .../067-libnghttp2-14_1.43.0-1+deb11u1_amd64.deb ... #13 24.20 Unpacking libnghttp2-14:amd64 (1.43.0-1+deb11u1) ... #13 24.24 Selecting previously unselected package libpsl5:amd64. #13 24.24 Preparing to unpack .../068-libpsl5_0.21.0-1.2_amd64.deb ... #13 24.25 Unpacking libpsl5:amd64 (0.21.0-1.2) ... #13 24.28 Selecting previously unselected package librtmp1:amd64. #13 24.28 Preparing to unpack .../069-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... #13 24.29 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... #13 24.33 Selecting previously unselected package libssh2-1:amd64. #13 24.33 Preparing to unpack .../070-libssh2-1_1.9.0-2_amd64.deb ... #13 24.33 Unpacking libssh2-1:amd64 (1.9.0-2) ... #13 24.38 Selecting previously unselected package libcurl4:amd64. #13 24.38 Preparing to unpack .../071-libcurl4_7.74.0-1.3+deb11u11_amd64.deb ... #13 24.38 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u11) ... #13 24.43 Selecting previously unselected package curl. #14 20.70 Preparing to unpack .../030-libnghttp2-14_1.55.1-1ubuntu0.1_amd64.deb ... #14 20.70 Unpacking libnghttp2-14:amd64 (1.55.1-1ubuntu0.1) ... #14 20.75 Selecting previously unselected package libpipeline1:amd64. #14 20.75 Preparing to unpack .../031-libpipeline1_1.5.7-1_amd64.deb ... #14 20.76 Unpacking libpipeline1:amd64 (1.5.7-1) ... #14 20.80 Selecting previously unselected package libpng16-16:amd64. #14 20.80 Preparing to unpack .../032-libpng16-16_1.6.40-1_amd64.deb ... #14 20.81 Unpacking libpng16-16:amd64 (1.6.40-1) ... #14 20.85 Selecting previously unselected package libpsl5:amd64. #14 20.85 Preparing to unpack .../033-libpsl5_0.21.2-1_amd64.deb ... #14 20.85 Unpacking libpsl5:amd64 (0.21.2-1) ... #14 20.89 Selecting previously unselected package libxau6:amd64. #14 20.89 Preparing to unpack .../034-libxau6_1%3a1.0.9-1build5_amd64.deb ... #14 20.89 Unpacking libxau6:amd64 (1:1.0.9-1build5) ... #14 20.93 Selecting previously unselected package libxdmcp6:amd64. #13 23.29 Preparing to unpack .../091-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ... #13 23.30 Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ... #13 23.37 Selecting previously unselected package gettext. #13 23.37 Preparing to unpack .../092-gettext_0.21-12_arm64.deb ... #13 23.38 Unpacking gettext (0.21-12) ... #13 23.49 Selecting previously unselected package intltool-debian. #14 23.42 Preparing to unpack .../079-libubsan1_13.1.0-2ubuntu2~23.04_amd64.deb ... #14 23.42 Unpacking libubsan1:amd64 (13.1.0-2ubuntu2~23.04) ... #14 23.47 Selecting previously unselected package libquadmath0:amd64. #14 23.47 Preparing to unpack .../080-libquadmath0_13.1.0-2ubuntu2~23.04_amd64.deb ... #14 23.47 Unpacking libquadmath0:amd64 (13.1.0-2ubuntu2~23.04) ... #14 23.50 Selecting previously unselected package libgcc-12-dev:amd64. #14 23.50 Preparing to unpack .../081-libgcc-12-dev_12.3.0-1ubuntu1~23.04_amd64.deb ... #14 23.50 Unpacking libgcc-12-dev:amd64 (12.3.0-1ubuntu1~23.04) ... #14 23.59 Selecting previously unselected package gcc-12. #13 27.32 Selecting previously unselected package gcc. #13 27.32 Preparing to unpack .../035-gcc_4%3a10.2.1-1+rpi1_armhf.deb ... #13 27.32 Unpacking gcc (4:10.2.1-1+rpi1) ... #13 27.35 Selecting previously unselected package libc-dev-bin. #13 27.35 Preparing to unpack .../036-libc-dev-bin_2.31-13+rpt2+rpi1+deb11u7_armhf.deb ... #13 27.35 Unpacking libc-dev-bin (2.31-13+rpt2+rpi1+deb11u7) ... #13 27.39 Selecting previously unselected package linux-libc-dev:armhf. #13 21.38 Transaction check succeeded. #13 21.38 Running transaction test #14 21.14 Get:117 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 g++ arm64 4:13.2.0-1ubuntu1 [1108 B] #14 21.14 Get:118 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 make arm64 4.3-4.1build1 [177 kB] #14 21.14 Get:119 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdpkg-perl all 1.22.0ubuntu1 [283 kB] #14 21.15 Get:120 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 bzip2 arm64 1.0.8-5build1 [34.6 kB] #14 21.15 Get:121 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 patch arm64 2.7.6-7build2 [105 kB] #19 8.062 Preparing to unpack .../17-libpfm4_4.13.0-1_amd64.deb ... #19 8.065 Unpacking libpfm4:amd64 (4.13.0-1) ... #19 8.121 Selecting previously unselected package lld-14. #19 8.123 Preparing to unpack .../18-lld-14_1%3a14.0.6-12_amd64.deb ... #19 8.127 Unpacking lld-14 (1:14.0.6-12) ... #19 8.252 Selecting previously unselected package lld:amd64. #13 23.68 Preparing to unpack .../076-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ... #13 23.69 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ... #13 23.72 Selecting previously unselected package dh-strip-nondeterminism. #13 23.72 Preparing to unpack .../077-dh-strip-nondeterminism_1.1.2-1_all.deb ... #13 23.72 Unpacking dh-strip-nondeterminism (1.1.2-1) ... #13 23.76 Selecting previously unselected package dwz. #13 23.76 Preparing to unpack .../078-dwz_0.12-3_arm64.deb ... #13 23.76 Unpacking dwz (0.12-3) ... #13 23.84 Selecting previously unselected package libglib2.0-0:arm64. #13 23.84 Preparing to unpack .../079-libglib2.0-0_2.58.3-2+deb10u5_arm64.deb ... #13 23.84 Unpacking libglib2.0-0:arm64 (2.58.3-2+deb10u5) ... #13 23.96 Selecting previously unselected package libcroco3:arm64. #14 30.16 Get:221 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libarchive-cpio-perl all 0.10-3 [10.3 kB] #14 30.24 Get:222 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libarray-intspan-perl all 2.004-2 [25.0 kB] #14 30.28 Get:223 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmodule-implementation-perl all 0.09-2 [12.0 kB] #14 27.64 Get:185 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libio-html-perl all 1.004-3 [15.9 kB] #14 27.64 Get:186 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf liblwp-mediatypes-perl all 6.04-2 [20.1 kB] #13 25.67 Selecting previously unselected package xz-utils. #13 25.68 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_armhf.deb ... #13 25.70 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... #13 25.90 Selecting previously unselected package libsigsegv2:armhf. #13 25.91 Preparing to unpack .../020-libsigsegv2_2.13-1_armhf.deb ... #13 25.94 Unpacking libsigsegv2:armhf (2.13-1) ... #13 26.08 Selecting previously unselected package libbinutils:armhf. #13 26.09 Preparing to unpack .../015-libbinutils_2.31.1-16+rpi2_armhf.deb ... #13 26.09 Unpacking libbinutils:armhf (2.31.1-16+rpi2) ... #13 26.17 Selecting previously unselected package libfl2:armhf. #13 26.17 Preparing to unpack .../016-libfl2_2.6.4-6.2_armhf.deb ... #13 26.17 Unpacking libfl2:armhf (2.6.4-6.2) ... #13 26.22 Selecting previously unselected package binutils-arm-linux-gnueabihf. #13 26.22 Preparing to unpack .../017-binutils-arm-linux-gnueabihf_2.31.1-16+rpi2_armhf.deb ... #13 26.24 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ... #13 26.47 Selecting previously unselected package binutils. #13 27.67 Preparing to unpack .../102-libnpth0_1.6-3_amd64.deb ... #13 27.68 Unpacking libnpth0:amd64 (1.6-3) ... #13 27.79 Selecting previously unselected package dirmngr. #13 27.80 Preparing to unpack .../103-dirmngr_2.2.40-1.1_amd64.deb ... #13 27.81 Unpacking dirmngr (2.2.40-1.1) ... #13 27.87 Selecting previously unselected package gnupg-l10n. #13 27.88 Preparing to unpack .../104-gnupg-l10n_2.2.40-1.1_all.deb ... #13 27.88 Unpacking gnupg-l10n (2.2.40-1.1) ... #13 27.98 Selecting previously unselected package gnupg-utils. #14 25.35 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] #14 25.35 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] #14 25.49 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 libapt-pkg-perl amd64 0.1.36build3 [68.5 kB] #14 22.16 Get:113 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 make arm64 4.2.1-1.2 [154 kB] #14 22.48 Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB] #14 31.65 Get:220 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libxpm4 armhf 1:3.5.12-1ubuntu0.22.04.2 [31.6 kB] #14 31.66 Get:221 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgd3 armhf 2.3.0-2ubuntu2 [111 kB] #14 31.70 Get:222 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc-devtools armhf 2.35-0ubuntu3.6 [29.7 kB] #14 20.16 Get:110 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libubsan1 arm64 13.1.0-2ubuntu2~23.04 [1089 kB] #14 19.15 Selecting previously unselected package gcc. #14 19.16 Preparing to unpack .../088-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 19.16 Unpacking gcc (4:11.2.0-1ubuntu1) ... #14 19.19 Selecting previously unselected package libstdc++-11-dev:amd64. #14 19.20 Preparing to unpack .../089-libstdc++-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 19.20 Unpacking libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #14 19.36 Selecting previously unselected package g++-11. #13 24.01 Preparing to unpack .../082-libicu67_67.1-7_arm64.deb ... #13 24.01 Unpacking libicu67:arm64 (67.1-7) ... #13 14.89 (121/138): perl-mro-1.23-481.el9.aarch64.rpm 356 kB/s | 27 kB 00:00 #13 14.90 (122/138): perl-overload-1.31-481.el9.noarch.rp 604 kB/s | 45 kB 00:00 #13 14.90 (123/138): perl-overloading-0.02-481.el9.noarch 1.8 MB/s | 12 kB 00:00 #13 14.90 (124/138): perl-parent-0.238-460.el9.noarch.rpm 1.7 MB/s | 15 kB 00:00 #13 14.91 (125/138): perl-podlators-4.14-460.el9.noarch.r 12 MB/s | 114 kB 00:00 #13 14.91 (126/138): perl-srpm-macros-1-41.el9.noarch.rpm 1.4 MB/s | 9.1 kB 00:00 #13 14.91 (127/138): perl-subs-1.03-481.el9.noarch.rpm 1.2 MB/s | 11 kB 00:00 #13 14.92 (128/138): perl-vars-1.05-481.el9.noarch.rpm 1.5 MB/s | 13 kB 00:00 #13 14.92 (129/138): pyproject-srpm-macros-1.9.0-1.el9.no 1.7 MB/s | 15 kB 00:00 #13 14.92 (130/138): python-srpm-macros-3.9-53.el9.noarch 2.8 MB/s | 18 kB 00:00 #13 14.93 (131/138): python3-enchant-3.2.0-5.el9.noarch.r 8.2 MB/s | 86 kB 00:00 #13 14.93 (132/138): python3-file-magic-5.39-14.el9.noarc 1.7 MB/s | 17 kB 00:00 #13 14.93 (133/138): qt5-srpm-macros-5.15.9-1.el9.noarch. 971 kB/s | 8.8 kB 00:00 #13 14.97 (134/138): redhat-rpm-config-206-1.el9.noarch.r 1.7 MB/s | 67 kB 00:00 #13 14.97 (135/138): rpm-build-4.16.1.3-29.el9.aarch64.rp 1.8 MB/s | 67 kB 00:00 #13 14.97 (136/138): rpmlint-1.11-19.el9.noarch.rpm 4.9 MB/s | 198 kB 00:00 #13 14.98 (137/138): rust-srpm-macros-17-4.el9.noarch.rpm 1.0 MB/s | 10 kB 00:00 #13 15.07 (138/138): webkit2gtk3-jsc-2.42.4-1.el9.aarch64 33 MB/s | 3.3 MB 00:00 #13 15.08 -------------------------------------------------------------------------------- #13 15.08 Total 15 MB/s | 44 MB 00:02 #13 24.43 Preparing to unpack .../072-curl_7.74.0-1.3+deb11u11_amd64.deb ... #13 24.44 Unpacking curl (7.74.0-1.3+deb11u11) ... #13 24.50 Selecting previously unselected package dctrl-tools. #13 24.51 Preparing to unpack .../073-dctrl-tools_2.24-3+b1_amd64.deb ... #13 24.51 Unpacking dctrl-tools (2.24-3+b1) ... #13 24.55 Selecting previously unselected package libdebhelper-perl. #13 24.55 Preparing to unpack .../074-libdebhelper-perl_13.3.4_all.deb ... #13 24.56 Unpacking libdebhelper-perl (13.3.4) ... #13 24.60 Selecting previously unselected package libtool. #13 24.60 Preparing to unpack .../075-libtool_2.4.6-15_all.deb ... #13 24.60 Unpacking libtool (2.4.6-15) ... #13 24.65 Selecting previously unselected package dh-autoreconf. #13 24.65 Preparing to unpack .../076-dh-autoreconf_20_all.deb ... #13 24.65 Unpacking dh-autoreconf (20) ... #13 24.68 Selecting previously unselected package libarchive-zip-perl. #14 20.93 Preparing to unpack .../035-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ... #14 20.94 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 20.98 Selecting previously unselected package libxcb1:amd64. #14 20.99 Preparing to unpack .../036-libxcb1_1.15-1_amd64.deb ... #14 20.99 Unpacking libxcb1:amd64 (1.15-1) ... #14 21.02 Selecting previously unselected package libx11-data. #14 21.02 Preparing to unpack .../037-libx11-data_2%3a1.8.6-1ubuntu1_all.deb ... #14 21.02 Unpacking libx11-data (2:1.8.6-1ubuntu1) ... #14 21.09 Selecting previously unselected package libx11-6:amd64. #14 21.09 Preparing to unpack .../038-libx11-6_2%3a1.8.6-1ubuntu1_amd64.deb ... #14 21.09 Unpacking libx11-6:amd64 (2:1.8.6-1ubuntu1) ... #14 21.14 Selecting previously unselected package libxext6:amd64. #14 21.14 Preparing to unpack .../039-libxext6_2%3a1.3.4-1build1_amd64.deb ... #14 21.14 Unpacking libxext6:amd64 (2:1.3.4-1build1) ... #14 21.18 Selecting previously unselected package libxmuu1:amd64. #14 21.18 Preparing to unpack .../040-libxmuu1_2%3a1.1.3-3_amd64.deb ... #14 21.19 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... #13 23.49 Preparing to unpack .../093-intltool-debian_0.35.0+20060710.6_all.deb ... #13 23.50 Unpacking intltool-debian (0.35.0+20060710.6) ... #13 23.52 Selecting previously unselected package po-debconf. #13 23.53 Preparing to unpack .../094-po-debconf_1.0.21+nmu1_all.deb ... #13 23.53 Unpacking po-debconf (1.0.21+nmu1) ... #13 23.57 Selecting previously unselected package debhelper. #13 23.58 Preparing to unpack .../095-debhelper_13.11.4_all.deb ... #13 23.58 Unpacking debhelper (13.11.4) ... #13 23.68 Selecting previously unselected package debian-keyring. #13 23.68 Preparing to unpack .../096-debian-keyring_2022.12.24_all.deb ... #13 23.68 Unpacking debian-keyring (2022.12.24) ... #14 23.60 Preparing to unpack .../082-gcc-12_12.3.0-1ubuntu1~23.04_amd64.deb ... #14 23.60 Unpacking gcc-12 (12.3.0-1ubuntu1~23.04) ... #13 27.39 Preparing to unpack .../037-linux-libc-dev_1%3a1.20230405-1_armhf.deb ... #13 27.40 Unpacking linux-libc-dev:armhf (1:1.20230405-1) ... #13 27.55 Selecting previously unselected package libcrypt-dev:armhf. #13 27.55 Preparing to unpack .../038-libcrypt-dev_1%3a4.4.18-4_armhf.deb ... #13 27.56 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ... #13 27.60 Selecting previously unselected package libtirpc-dev:armhf. #13 27.60 Preparing to unpack .../039-libtirpc-dev_1.3.1-1+deb11u1_armhf.deb ... #13 27.60 Unpacking libtirpc-dev:armhf (1.3.1-1+deb11u1) ... #13 27.64 Selecting previously unselected package libnsl-dev:armhf. #14 31.32 Get:332 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB] #14 31.32 Get:333 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-writer-perl all 0.625-1 [24.9 kB] #14 31.33 Get:334 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-libyaml-perl armhf 0.81+repack-1 [26.1 kB] #14 31.33 Get:335 http://ports.ubuntu.com/ubuntu-ports focal/main armhf licensecheck all 3.0.45-1 [23.9 kB] #14 31.34 Get:336 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-size-perl armhf 0.83-1build1 [19.3 kB] #14 31.34 Get:337 http://ports.ubuntu.com/ubuntu-ports focal/main armhf t1utils armhf 1.41-3 [48.2 kB] #14 31.36 Get:338 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf lintian all 2.62.0ubuntu2.3 [981 kB] #14 21.55 Get:122 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 lto-disabled-list all 43 [12.4 kB] #19 8.254 Preparing to unpack .../19-lld_1%3a14.0-55.7~deb12u1_amd64.deb ... #19 8.257 Unpacking lld:amd64 (1:14.0-55.7~deb12u1) ... #19 8.287 Selecting previously unselected package llvm-14-runtime. #19 8.289 Preparing to unpack .../20-llvm-14-runtime_1%3a14.0.6-12_amd64.deb ... #19 8.293 Unpacking llvm-14-runtime (1:14.0.6-12) ... #19 8.358 Selecting previously unselected package llvm-runtime:amd64. #19 8.360 Preparing to unpack .../21-llvm-runtime_1%3a14.0-55.7~deb12u1_amd64.deb ... #19 8.363 Unpacking llvm-runtime:amd64 (1:14.0-55.7~deb12u1) ... #19 8.389 Selecting previously unselected package llvm-14. #19 8.390 Preparing to unpack .../22-llvm-14_1%3a14.0.6-12_amd64.deb ... #19 8.394 Unpacking llvm-14 (1:14.0.6-12) ... #13 23.96 Preparing to unpack .../080-libcroco3_0.6.12-3_arm64.deb ... #13 23.97 Unpacking libcroco3:arm64 (0.6.12-3) ... #13 24.01 Selecting previously unselected package libncurses6:arm64. #13 24.01 Preparing to unpack .../081-libncurses6_6.1+20181013-2+deb10u5_arm64.deb ... #13 24.02 Unpacking libncurses6:arm64 (6.1+20181013-2+deb10u5) ... #13 24.05 Selecting previously unselected package gettext. #13 24.05 Preparing to unpack .../082-gettext_0.19.8.1-9_arm64.deb ... #13 24.06 Unpacking gettext (0.19.8.1-9) ... #13 24.18 Selecting previously unselected package intltool-debian. #14 30.33 Get:224 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsub-exporter-progressive-perl all 0.001013-3 [6718 B] #14 30.34 Get:225 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libvariable-magic-perl armhf 0.63-1 [32.2 kB] #14 30.40 Get:226 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libb-hooks-endofscope-perl all 0.26-1 [17.8 kB] #14 30.42 Get:227 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libberkeleydb-perl armhf 0.64-2 [111 kB] #14 30.50 Get:228 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfreetype6 armhf 2.13.1+dfsg-1 [331 kB] #14 28.06 Get:187 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libhttp-message-perl all 6.44-1 [77.4 kB] #13 26.08 Selecting previously unselected package m4. #13 26.09 Preparing to unpack .../021-m4_1.4.18-5_armhf.deb ... #13 26.10 Unpacking m4 (1.4.18-5) ... #13 26.47 Preparing to unpack .../018-binutils_2.31.1-16+rpi2_armhf.deb ... #13 26.48 Unpacking binutils (2.31.1-16+rpi2) ... #13 26.53 Selecting previously unselected package libisl19:armhf. #13 26.53 Preparing to unpack .../019-libisl19_0.20-2_armhf.deb ... #13 26.53 Unpacking libisl19:armhf (0.20-2) ... #13 26.63 Selecting previously unselected package libmpfr6:armhf. #13 26.63 Preparing to unpack .../020-libmpfr6_4.0.2-1_armhf.deb ... #13 26.64 Unpacking libmpfr6:armhf (4.0.2-1) ... #13 26.70 Selecting previously unselected package libmpc3:armhf. #13 26.71 Preparing to unpack .../021-libmpc3_1.1.0-1_armhf.deb ... #13 26.71 Unpacking libmpc3:armhf (1.1.0-1) ... #13 26.75 Selecting previously unselected package cpp-8. #14 25.75 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B] #14 25.75 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libarray-intspan-perl all 2.003-1 [23.3 kB] #14 25.77 Get:224 http://archive.ubuntu.com/ubuntu focal/main amd64 libasync-mergepoint-perl all 0.04-2 [10.2 kB] #14 25.78 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB] #14 25.79 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B] #14 25.79 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 libvariable-magic-perl amd64 0.62-1build2 [34.4 kB] #14 25.83 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB] #14 25.84 Get:229 http://archive.ubuntu.com/ubuntu focal/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB] #14 25.86 Get:230 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-xsaccessor-perl amd64 1.19-3build3 [33.6 kB] #13 27.98 Preparing to unpack .../105-gnupg-utils_2.2.40-1.1_amd64.deb ... #13 27.99 Unpacking gnupg-utils (2.2.40-1.1) ... #13 28.06 Selecting previously unselected package gpg. #13 28.06 Preparing to unpack .../106-gpg_2.2.40-1.1_amd64.deb ... #13 28.06 Unpacking gpg (2.2.40-1.1) ... #13 28.15 Selecting previously unselected package pinentry-curses. #13 28.15 Preparing to unpack .../107-pinentry-curses_1.2.1-1_amd64.deb ... #13 28.15 Unpacking pinentry-curses (1.2.1-1) ... #13 28.19 Selecting previously unselected package gpg-agent. #13 28.19 Preparing to unpack .../108-gpg-agent_2.2.40-1.1_amd64.deb ... #13 28.19 Unpacking gpg-agent (2.2.40-1.1) ... #13 28.24 Selecting previously unselected package gpg-wks-client. #13 28.25 Preparing to unpack .../109-gpg-wks-client_2.2.40-1.1_amd64.deb ... #13 28.25 Unpacking gpg-wks-client (2.2.40-1.1) ... #14 22.64 Get:115 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 patch arm64 2.7.6-6 [98.1 kB] #14 31.71 Get:223 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB] #14 31.73 Get:224 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-data-inheritable-perl all 0.08-3 [8084 B] #14 31.73 Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclone-perl armhf 0.45-1build3 [10.2 kB] #14 31.73 Get:226 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcommon-sense-perl armhf 3.75-2build1 [21.2 kB] #14 31.74 Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libconfig-tiny-perl all 2.28-1 [13.1 kB] #14 31.75 Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libparams-util-perl armhf 1.102-1build3 [21.4 kB] #14 31.75 Get:229 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-install-perl all 0.928-1.1 [9972 B] #14 19.36 Preparing to unpack .../090-g++-11_11.4.0-1ubuntu1~22.04_amd64.deb ... #14 19.36 Unpacking g++-11 (11.4.0-1ubuntu1~22.04) ... #14 19.52 Selecting previously unselected package g++. #14 19.52 Preparing to unpack .../091-g++_4%3a11.2.0-1ubuntu1_amd64.deb ... #14 19.53 Unpacking g++ (4:11.2.0-1ubuntu1) ... #14 19.56 Selecting previously unselected package make. #14 19.56 Preparing to unpack .../092-make_4.3-4.1build1_amd64.deb ... #14 19.57 Unpacking make (4.3-4.1build1) ... #14 19.61 Selecting previously unselected package libdpkg-perl. #14 19.61 Preparing to unpack .../093-libdpkg-perl_1.21.1ubuntu2.2_all.deb ... #14 19.61 Unpacking libdpkg-perl (1.21.1ubuntu2.2) ... #14 19.66 Selecting previously unselected package bzip2. #14 20.18 Get:111 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libhwasan0 arm64 13.1.0-2ubuntu2~23.04 [1241 kB] #14 20.25 Get:112 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libgcc-12-dev arm64 12.3.0-1ubuntu1~23.04 [1157 kB] #14 20.31 Get:113 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 gcc-12 arm64 12.3.0-1ubuntu1~23.04 [19.1 MB] #14 21.26 Selecting previously unselected package man-db. #14 21.26 Preparing to unpack .../041-man-db_2.11.2-3_amd64.deb ... #14 21.27 Unpacking man-db (2.11.2-3) ... #14 21.32 Selecting previously unselected package manpages. #14 21.32 Preparing to unpack .../042-manpages_6.03-2_all.deb ... #14 21.33 Unpacking manpages (6.03-2) ... #14 21.39 Selecting previously unselected package openssh-client. #14 21.39 Preparing to unpack .../043-openssh-client_1%3a9.3p1-1ubuntu3.2_amd64.deb ... #14 21.40 Unpacking openssh-client (1:9.3p1-1ubuntu3.2) ... #14 21.45 Selecting previously unselected package publicsuffix. #13 24.68 Preparing to unpack .../077-libarchive-zip-perl_1.68-1_all.deb ... #13 24.68 Unpacking libarchive-zip-perl (1.68-1) ... #13 24.72 Selecting previously unselected package libsub-override-perl. #13 24.72 Preparing to unpack .../078-libsub-override-perl_0.09-2_all.deb ... #13 24.73 Unpacking libsub-override-perl (0.09-2) ... #13 24.75 Selecting previously unselected package libfile-stripnondeterminism-perl. #13 24.76 Preparing to unpack .../079-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ... #13 24.76 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ... #13 24.79 Selecting previously unselected package dh-strip-nondeterminism. #13 24.79 Preparing to unpack .../080-dh-strip-nondeterminism_1.12.0-1_all.deb ... #13 24.79 Unpacking dh-strip-nondeterminism (1.12.0-1) ... #13 24.83 Selecting previously unselected package libelf1:amd64. #13 24.84 Preparing to unpack .../081-libelf1_0.183-1_amd64.deb ... #13 24.84 Unpacking libelf1:amd64 (0.183-1) ... #13 24.88 Selecting previously unselected package dwz. #13 24.88 Preparing to unpack .../082-dwz_0.13+20210201-1_amd64.deb ... #13 24.89 Unpacking dwz (0.13+20210201-1) ... #13 27.64 Preparing to unpack .../040-libnsl-dev_1.3.0-2_armhf.deb ... #13 27.65 Unpacking libnsl-dev:armhf (1.3.0-2) ... #13 27.68 Selecting previously unselected package libc6-dev:armhf. #13 27.68 Preparing to unpack .../041-libc6-dev_2.31-13+rpt2+rpi1+deb11u7_armhf.deb ... #13 27.69 Unpacking libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u7) ... #13 27.90 Selecting previously unselected package libtool. #14 31.54 Get:339 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages-dev all 5.05-1 [2266 kB] #14 31.65 Get:340 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-certifi all 2019.11.28-1 [149 kB] #14 31.66 Get:341 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-idna all 2.8-1 [34.6 kB] #14 21.63 Get:123 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 dpkg-dev all 1.22.0ubuntu1 [1137 kB] #13 21.97 Transaction test succeeded. #13 21.97 Running transaction #13 24.18 Preparing to unpack .../083-intltool-debian_0.35.0+20060710.5_all.deb ... #13 24.18 Unpacking intltool-debian (0.35.0+20060710.5) ... #13 24.23 Selecting previously unselected package po-debconf. #13 24.23 Preparing to unpack .../084-po-debconf_1.0.21_all.deb ... #13 24.23 Unpacking po-debconf (1.0.21) ... #13 24.28 Selecting previously unselected package debhelper. #13 24.28 Preparing to unpack .../085-debhelper_12.1.1_all.deb ... #13 24.29 Unpacking debhelper (12.1.1) ... #13 24.39 Selecting previously unselected package debian-keyring. #14 30.60 Get:229 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfontconfig1 armhf 2.14.2-4ubuntu1 [112 kB] #14 30.62 Get:230 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libjpeg-turbo8 armhf 2.1.5-2ubuntu1 [123 kB] #14 30.64 Get:231 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libjpeg8 armhf 8c-2ubuntu11 [2148 B] #14 28.32 Get:188 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libhttp-cookies-perl all 6.10-1 [18.4 kB] #14 28.34 Get:189 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libhttp-negotiate-perl all 6.01-2 [12.4 kB] #14 28.34 Get:190 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf perl-openssl-defaults armhf 7 [7536 B] #14 28.35 Get:191 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnet-ssleay-perl armhf 1.92-2build2 [281 kB] #13 26.29 Selecting previously unselected package autoconf. #13 26.30 Preparing to unpack .../022-autoconf_2.69-14_all.deb ... #13 26.31 Unpacking autoconf (2.69-14) ... #13 26.51 Selecting previously unselected package autotools-dev. #13 26.75 Preparing to unpack .../022-cpp-8_8.3.0-6+rpi1_armhf.deb ... #13 26.76 Unpacking cpp-8 (8.3.0-6+rpi1) ... #14 25.88 Get:231 http://archive.ubuntu.com/ubuntu focal/main amd64 libclone-perl amd64 0.43-2 [11.0 kB] #14 26.03 Get:232 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20.1 kB] #14 26.19 Get:233 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-util-perl amd64 1.07-3build5 [19.7 kB] #13 28.32 Selecting previously unselected package gpg-wks-server. #13 28.32 Preparing to unpack .../110-gpg-wks-server_2.2.40-1.1_amd64.deb ... #13 28.33 Unpacking gpg-wks-server (2.2.40-1.1) ... #13 28.37 Selecting previously unselected package gpgsm. #13 28.37 Preparing to unpack .../111-gpgsm_2.2.40-1.1_amd64.deb ... #13 28.37 Unpacking gpgsm (2.2.40-1.1) ... #13 28.42 Selecting previously unselected package gnupg. #13 28.43 Preparing to unpack .../112-gnupg_2.2.40-1.1_all.deb ... #13 28.43 Unpacking gnupg (2.2.40-1.1) ... #13 28.52 Selecting previously unselected package libfile-dirlist-perl. #14 22.73 Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB] #14 22.91 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 build-essential arm64 12.8ubuntu1.1 [4664 B] #13 27.48 Selecting previously unselected package libfakeroot:amd64. #13 27.48 Preparing to unpack .../089-libfakeroot_1.23-1_amd64.deb ... #13 27.49 Unpacking libfakeroot:amd64 (1.23-1) ... #13 27.52 Selecting previously unselected package fakeroot. #13 27.52 Preparing to unpack .../090-fakeroot_1.23-1_amd64.deb ... #13 27.52 Unpacking fakeroot (1.23-1) ... #13 27.57 Selecting previously unselected package libassuan0:amd64. #13 27.57 Preparing to unpack .../091-libassuan0_2.5.2-1_amd64.deb ... #13 27.57 Unpacking libassuan0:amd64 (2.5.2-1) ... #13 27.60 Selecting previously unselected package gpgconf. #14 19.66 Preparing to unpack .../094-bzip2_1.0.8-5build1_amd64.deb ... #14 19.66 Unpacking bzip2 (1.0.8-5build1) ... #14 19.74 Selecting previously unselected package patch. #14 19.74 Preparing to unpack .../095-patch_2.7.6-7build2_amd64.deb ... #14 19.75 Unpacking patch (2.7.6-7build2) ... #14 19.78 Selecting previously unselected package lto-disabled-list. #14 21.45 Preparing to unpack .../044-publicsuffix_20230209.2326-1_all.deb ... #14 21.45 Unpacking publicsuffix (20230209.2326-1) ... #14 21.49 Selecting previously unselected package libunwind8:amd64. #14 21.49 Preparing to unpack .../045-libunwind8_1.6.2-3_amd64.deb ... #14 21.49 Unpacking libunwind8:amd64 (1.6.2-3) ... #14 21.52 Selecting previously unselected package strace. #14 21.52 Preparing to unpack .../046-strace_6.5-0.0ubuntu1_amd64.deb ... #14 21.53 Unpacking strace (6.5-0.0ubuntu1) ... #14 21.57 Selecting previously unselected package xauth. #14 21.57 Preparing to unpack .../047-xauth_1%3a1.1.2-1_amd64.deb ... #14 21.58 Unpacking xauth (1:1.1.2-1) ... #14 21.61 Selecting previously unselected package xz-utils. #14 21.61 Preparing to unpack .../048-xz-utils_5.4.1-0.2_amd64.deb ... #14 21.62 Unpacking xz-utils (5.4.1-0.2) ... #14 21.66 Selecting previously unselected package m4. #14 21.66 Preparing to unpack .../049-m4_1.4.19-3_amd64.deb ... #14 21.66 Unpacking m4 (1.4.19-3) ... #14 21.72 Selecting previously unselected package autoconf. #13 24.93 Selecting previously unselected package libicu67:amd64. #13 24.93 Preparing to unpack .../083-libicu67_67.1-7_amd64.deb ... #13 24.94 Unpacking libicu67:amd64 (67.1-7) ... #13 24.68 Selecting previously unselected package libxml2:arm64. #13 24.68 Preparing to unpack .../083-libxml2_2.9.10+dfsg-6.7+deb11u4_arm64.deb ... #13 24.68 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ... #13 24.77 Selecting previously unselected package gettext. #13 24.77 Preparing to unpack .../084-gettext_0.21-4_arm64.deb ... #13 24.77 Unpacking gettext (0.21-4) ... #13 24.88 Selecting previously unselected package intltool-debian. #14 23.95 Selecting previously unselected package gcc. #13 27.90 Preparing to unpack .../042-libtool_2.4.6-15_all.deb ... #13 27.91 Unpacking libtool (2.4.6-15) ... #13 27.96 Selecting previously unselected package dh-autoreconf. #13 27.96 Preparing to unpack .../043-dh-autoreconf_20_all.deb ... #13 27.96 Unpacking dh-autoreconf (20) ... #13 27.99 Selecting previously unselected package libarchive-zip-perl. #13 27.99 Preparing to unpack .../044-libarchive-zip-perl_1.68-1_all.deb ... #13 28.00 Unpacking libarchive-zip-perl (1.68-1) ... #13 28.03 Selecting previously unselected package libsub-override-perl. #13 28.04 Preparing to unpack .../045-libsub-override-perl_0.09-2_all.deb ... #13 28.04 Unpacking libsub-override-perl (0.09-2) ... #13 28.07 Selecting previously unselected package libfile-stripnondeterminism-perl. #13 28.07 Preparing to unpack .../046-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ... #13 28.07 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ... #13 28.10 Selecting previously unselected package dh-strip-nondeterminism. #13 28.10 Preparing to unpack .../047-dh-strip-nondeterminism_1.12.0-1_all.deb ... #13 28.11 Unpacking dh-strip-nondeterminism (1.12.0-1) ... #13 28.13 Selecting previously unselected package libdpkg-perl. #14 31.80 Get:342 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-urllib3 all 1.25.8-2ubuntu0.3 [88.7 kB] #14 22.07 Get:124 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 build-essential arm64 12.10ubuntu1 [4932 B] #19 9.008 Selecting previously unselected package llvm. #19 9.010 Preparing to unpack .../23-llvm_1%3a14.0-55.7~deb12u1_amd64.deb ... #19 9.015 Unpacking llvm (1:14.0-55.7~deb12u1) ... #19 9.059 Setting up libicu72:amd64 (72.1-3) ... #19 9.072 Setting up libz3-4:amd64 (4.8.12-3.1) ... #19 9.083 Setting up libpfm4:amd64 (4.13.0-1) ... #19 9.094 Setting up libnspr4:amd64 (2:4.35-1) ... #19 9.104 Setting up libgc1:amd64 (1:8.2.2-3) ... #19 9.114 Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... #13 24.39 Preparing to unpack .../086-debian-keyring_2019.02.25_all.deb ... #13 24.40 Unpacking debian-keyring (2019.02.25) ... #14 31.04 Get:232 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdeflate0 armhf 1.18-1 [40.7 kB] #14 28.50 Get:192 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libio-socket-ssl-perl all 2.081-2 [196 kB] #14 28.55 Get:193 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnet-http-perl all 6.22-1 [23.2 kB] #14 28.56 Get:194 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf liblwp-protocol-https-perl all 6.10-1 [10.9 kB] #14 28.56 Get:195 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtry-tiny-perl all 0.31-2 [20.8 kB] #14 28.56 Get:196 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB] #14 28.56 Get:197 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libwww-perl all 6.67-1 [141 kB] #13 26.51 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ... #13 26.55 Unpacking autotools-dev (20180224.1+nmu1) ... #14 26.22 Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-install-perl all 0.928-1 [10.5 kB] #14 26.24 Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-optlist-perl all 0.110-1 [9956 B] #14 26.27 Get:236 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB] #14 26.33 Get:237 http://archive.ubuntu.com/ubuntu focal/main amd64 libconst-fast-perl all 0.014-1 [7958 B] #14 26.34 Get:238 http://archive.ubuntu.com/ubuntu focal/main amd64 libwant-perl amd64 0.29-1build4 [24.2 kB] #14 26.36 Get:239 http://archive.ubuntu.com/ubuntu focal/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB] #14 26.39 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libcpanel-json-xs-perl amd64 4.19-1build1 [109 kB] #14 26.45 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB] #13 28.52 Preparing to unpack .../113-libfile-dirlist-perl_0.05-3_all.deb ... #13 28.52 Unpacking libfile-dirlist-perl (0.05-3) ... #13 28.55 Selecting previously unselected package libfile-which-perl. #13 28.55 Preparing to unpack .../114-libfile-which-perl_1.27-2_all.deb ... #13 28.56 Unpacking libfile-which-perl (1.27-2) ... #13 28.59 Selecting previously unselected package libfile-homedir-perl. #13 28.59 Preparing to unpack .../115-libfile-homedir-perl_1.006-2_all.deb ... #13 28.59 Unpacking libfile-homedir-perl (1.006-2) ... #13 28.63 Selecting previously unselected package libfile-touch-perl. #13 28.63 Preparing to unpack .../116-libfile-touch-perl_0.12-2_all.deb ... #13 28.63 Unpacking libfile-touch-perl (0.12-2) ... #13 28.67 Selecting previously unselected package libio-pty-perl. #13 28.67 Preparing to unpack .../117-libio-pty-perl_1%3a1.17-1_amd64.deb ... #13 28.67 Unpacking libio-pty-perl (1:1.17-1) ... #13 28.70 Selecting previously unselected package libipc-run-perl. #13 28.70 Preparing to unpack .../118-libipc-run-perl_20220807.0-1_all.deb ... #13 28.70 Unpacking libipc-run-perl (20220807.0-1) ... #13 28.74 Selecting previously unselected package libclass-method-modifiers-perl. #14 22.98 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbrotli1 arm64 1.0.7-6ubuntu0.1 [257 kB] #14 23.07 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libroken18-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [40.1 kB] #14 23.14 Get:120 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasn1-8-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [150 kB] #14 23.22 Get:121 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimbase1-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [28.7 kB] #13 27.60 Preparing to unpack .../092-gpgconf_2.2.12-1+deb10u2_amd64.deb ... #13 27.61 Unpacking gpgconf (2.2.12-1+deb10u2) ... #13 27.65 Selecting previously unselected package libksba8:amd64. #13 27.65 Preparing to unpack .../093-libksba8_1.3.5-2+deb10u2_amd64.deb ... #13 27.66 Unpacking libksba8:amd64 (1.3.5-2+deb10u2) ... #13 27.72 Selecting previously unselected package libnpth0:amd64. #13 27.73 Preparing to unpack .../094-libnpth0_1.6-1_amd64.deb ... #13 27.73 Unpacking libnpth0:amd64 (1.6-1) ... #13 27.76 Selecting previously unselected package dirmngr. #13 27.77 Preparing to unpack .../095-dirmngr_2.2.12-1+deb10u2_amd64.deb ... #13 27.78 Unpacking dirmngr (2.2.12-1+deb10u2) ... #13 27.85 Selecting previously unselected package gnupg-l10n. #14 19.78 Preparing to unpack .../096-lto-disabled-list_24_all.deb ... #14 19.78 Unpacking lto-disabled-list (24) ... #14 19.82 Selecting previously unselected package dpkg-dev. #14 19.82 Preparing to unpack .../097-dpkg-dev_1.21.1ubuntu2.2_all.deb ... #14 19.82 Unpacking dpkg-dev (1.21.1ubuntu2.2) ... #14 19.87 Selecting previously unselected package build-essential. #14 19.87 Preparing to unpack .../098-build-essential_12.9ubuntu3_amd64.deb ... #14 19.87 Unpacking build-essential (12.9ubuntu3) ... #14 19.96 Selecting previously unselected package libbrotli1:amd64. #14 19.96 Preparing to unpack .../099-libbrotli1_1.0.9-2build6_amd64.deb ... #14 19.96 Unpacking libbrotli1:amd64 (1.0.9-2build6) ... #14 19.99 Selecting previously unselected package libsasl2-modules-db:amd64. #14 20.00 Preparing to unpack .../100-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 20.00 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 20.04 Selecting previously unselected package libsasl2-2:amd64. #14 20.04 Preparing to unpack .../101-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 20.05 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 20.10 Selecting previously unselected package libldap-2.5-0:amd64. #14 32.15 Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-optlist-perl all 0.112-1 [11.0 kB] #14 32.23 Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-exporter-perl all 0.988-1 [50.6 kB] #14 32.34 Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libconst-fast-perl all 0.014-1.1 [7756 B] #14 32.36 Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwant-perl armhf 0.29-1build7 [23.4 kB] #14 32.39 Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB] #14 32.44 Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcpanel-json-xs-perl armhf 4.27-1build1 [113 kB] #14 21.72 Preparing to unpack .../050-autoconf_2.71-3_all.deb ... #14 21.73 Unpacking autoconf (2.71-3) ... #14 21.77 Selecting previously unselected package autotools-dev. #14 21.77 Preparing to unpack .../051-autotools-dev_20220109.1_all.deb ... #14 21.78 Unpacking autotools-dev (20220109.1) ... #14 21.81 Selecting previously unselected package automake. #14 21.82 Preparing to unpack .../052-automake_1%3a1.16.5-1.3_all.deb ... #14 21.82 Unpacking automake (1:1.16.5-1.3) ... #14 21.87 Selecting previously unselected package autopoint. #14 21.87 Preparing to unpack .../053-autopoint_0.21-13_all.deb ... #14 21.88 Unpacking autopoint (0.21-13) ... #14 21.91 Selecting previously unselected package binutils-common:amd64. #14 21.91 Preparing to unpack .../054-binutils-common_2.41-5ubuntu1_amd64.deb ... #14 21.91 Unpacking binutils-common:amd64 (2.41-5ubuntu1) ... #14 21.95 Selecting previously unselected package libsframe1:amd64. #14 23.95 Preparing to unpack .../083-gcc_4%3a12.2.0-3ubuntu1_amd64.deb ... #14 23.96 Unpacking gcc (4:12.2.0-3ubuntu1) ... #14 24.00 Selecting previously unselected package libstdc++-12-dev:amd64. #14 24.00 Preparing to unpack .../084-libstdc++-12-dev_12.3.0-1ubuntu1~23.04_amd64.deb ... #14 24.01 Unpacking libstdc++-12-dev:amd64 (12.3.0-1ubuntu1~23.04) ... #14 24.49 Selecting previously unselected package g++-12. #14 24.50 Preparing to unpack .../085-g++-12_12.3.0-1ubuntu1~23.04_amd64.deb ... #14 24.50 Unpacking g++-12 (12.3.0-1ubuntu1~23.04) ... #14 24.70 Selecting previously unselected package g++. #13 24.88 Preparing to unpack .../085-intltool-debian_0.35.0+20060710.5_all.deb ... #13 24.89 Unpacking intltool-debian (0.35.0+20060710.5) ... #13 24.91 Selecting previously unselected package po-debconf. #13 24.91 Preparing to unpack .../086-po-debconf_1.0.21+nmu1_all.deb ... #13 24.92 Unpacking po-debconf (1.0.21+nmu1) ... #13 24.96 Selecting previously unselected package debhelper. #13 24.96 Preparing to unpack .../087-debhelper_13.3.4_all.deb ... #13 24.97 Unpacking debhelper (13.3.4) ... #13 25.06 Selecting previously unselected package debian-keyring. #13 28.14 Preparing to unpack .../048-libdpkg-perl_1.20.12+rpi1_all.deb ... #13 28.14 Unpacking libdpkg-perl (1.20.12+rpi1) ... #13 28.21 Selecting previously unselected package patch. #13 28.22 Preparing to unpack .../049-patch_2.7.6-7_armhf.deb ... #13 28.22 Unpacking patch (2.7.6-7) ... #13 28.26 Selecting previously unselected package make. #13 28.26 Preparing to unpack .../050-make_4.3-4.1_armhf.deb ... #13 28.26 Unpacking make (4.3-4.1) ... #13 28.33 Selecting previously unselected package dpkg-dev. #13 28.33 Preparing to unpack .../051-dpkg-dev_1.20.12+rpi1_all.deb ... #13 28.33 Unpacking dpkg-dev (1.20.12+rpi1) ... #14 32.09 Get:343 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-requests all 2.22.0-2ubuntu1.1 [47.2 kB] #14 32.11 Get:344 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-unidiff all 0.5.5-2 [9180 B] #14 32.12 Get:345 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-xdg all 0.26-1ubuntu1 [36.1 kB] #14 32.14 Get:346 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf unzip armhf 6.0-25ubuntu1.1 [154 kB] #14 32.24 Get:347 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf equivs all 2.2.0 [19.7 kB] #14 32.24 Get:348 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libauthen-sasl-perl all 2.1600-1 [48.7 kB] #14 32.25 Get:349 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-magic all 2:0.4.15-3 [9376 B] #14 22.07 Get:125 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libbrotli1 arm64 1.0.9-2build8 [312 kB] #14 22.09 Get:126 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg1-3 [21.0 kB] #14 22.09 Get:127 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsasl2-2 arm64 2.1.28+dfsg1-3 [54.0 kB] #14 22.10 Get:128 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libldap2 arm64 2.6.6+dfsg-1~exp1ubuntu1 [191 kB] #14 22.11 Get:129 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB] #14 22.11 Get:130 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libssh-4 arm64 0.10.5-3ubuntu1.2 [188 kB] #14 22.12 Get:131 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libcurl4 arm64 8.2.1-1ubuntu3.2 [313 kB] #14 22.14 Get:132 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 curl arm64 8.2.1-1ubuntu3.2 [212 kB] #19 9.124 Setting up libobjc4:amd64 (12.2.0-14) ... #19 9.136 Setting up libnss3:amd64 (2:3.87.1-1) ... #19 9.149 Setting up libllvm14:amd64 (1:14.0.6-12) ... #19 9.160 Setting up libobjc-12-dev:amd64 (12.2.0-14) ... #19 9.170 Setting up llvm-14-linker-tools (1:14.0.6-12) ... #19 9.181 Setting up nss-plugin-pem:amd64 (1.0.8+1-1) ... #19 9.191 Setting up libclang1-14 (1:14.0.6-12) ... #19 9.202 Setting up llvm-14-runtime (1:14.0.6-12) ... #19 9.215 Setting up llvm-runtime:amd64 (1:14.0-55.7~deb12u1) ... #19 9.226 Setting up libclang-common-14-dev (1:14.0.6-12) ... #19 9.238 Setting up libclang-cpp14 (1:14.0.6-12) ... #19 9.248 Setting up lld-14 (1:14.0.6-12) ... #19 9.259 Setting up libcurl3-nss:amd64 (7.88.1-10+deb12u5) ... #19 9.268 Setting up llvm-14 (1:14.0.6-12) ... #19 9.279 Setting up clang-14 (1:14.0.6-12) ... #19 9.289 Setting up lld:amd64 (1:14.0-55.7~deb12u1) ... #19 9.299 Setting up clang (1:14.0-55.7~deb12u1) ... #19 9.326 Setting up llvm (1:14.0-55.7~deb12u1) ... #14 31.24 Get:233 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libjbig0 armhf 2.1-6.1ubuntu1 [24.9 kB] #14 31.27 Get:234 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf liblerc4 armhf 4.0.0+ds-2ubuntu2 [151 kB] #13 26.82 Selecting previously unselected package automake. #13 26.82 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ... #13 26.83 Unpacking automake (1:1.16.3-2) ... #14 26.46 Get:242 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-bubblebabble-perl all 0.02-2 [7908 B] #14 26.60 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB] #14 23.30 Get:122 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhcrypto4-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [84.7 kB] #14 23.45 Get:123 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwind0-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [47.5 kB] #13 27.85 Preparing to unpack .../096-gnupg-l10n_2.2.12-1+deb10u2_all.deb ... #13 27.85 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ... #13 27.95 Selecting previously unselected package gnupg-utils. #13 27.95 Preparing to unpack .../097-gnupg-utils_2.2.12-1+deb10u2_amd64.deb ... #13 27.95 Unpacking gnupg-utils (2.2.12-1+deb10u2) ... #13 28.03 Selecting previously unselected package gpg. #13 28.03 Preparing to unpack .../098-gpg_2.2.12-1+deb10u2_amd64.deb ... #13 28.04 Unpacking gpg (2.2.12-1+deb10u2) ... #13 28.11 Selecting previously unselected package pinentry-curses. #13 28.74 Preparing to unpack .../119-libclass-method-modifiers-perl_2.14-1_all.deb ... #13 28.75 Unpacking libclass-method-modifiers-perl (2.14-1) ... #13 28.77 Selecting previously unselected package libclass-xsaccessor-perl. #13 28.77 Preparing to unpack .../120-libclass-xsaccessor-perl_1.19-4+b1_amd64.deb ... #13 28.78 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ... #13 28.81 Selecting previously unselected package libb-hooks-op-check-perl:amd64. #13 28.81 Preparing to unpack .../121-libb-hooks-op-check-perl_0.22-2+b1_amd64.deb ... #13 28.82 Unpacking libb-hooks-op-check-perl:amd64 (0.22-2+b1) ... #13 28.84 Selecting previously unselected package libdynaloader-functions-perl. #13 28.84 Preparing to unpack .../122-libdynaloader-functions-perl_0.003-3_all.deb ... #13 28.85 Unpacking libdynaloader-functions-perl (0.003-3) ... #13 28.88 Selecting previously unselected package libdevel-callchecker-perl:amd64. #13 28.88 Preparing to unpack .../123-libdevel-callchecker-perl_0.008-2_amd64.deb ... #13 28.88 Unpacking libdevel-callchecker-perl:amd64 (0.008-2) ... #13 28.91 Selecting previously unselected package libparams-classify-perl:amd64. #13 28.91 Preparing to unpack .../124-libparams-classify-perl_0.015-2+b1_amd64.deb ... #13 28.92 Unpacking libparams-classify-perl:amd64 (0.015-2+b1) ... #13 28.94 Selecting previously unselected package libmodule-runtime-perl. #13 28.95 Preparing to unpack .../125-libmodule-runtime-perl_0.016-2_all.deb ... #13 28.95 Unpacking libmodule-runtime-perl (0.016-2) ... #13 28.98 Selecting previously unselected package libimport-into-perl. #13 28.98 Preparing to unpack .../126-libimport-into-perl_1.002005-2_all.deb ... #13 28.98 Unpacking libimport-into-perl (1.002005-2) ... #13 29.01 Selecting previously unselected package librole-tiny-perl. #13 29.01 Preparing to unpack .../127-librole-tiny-perl_2.002004-1_all.deb ... #13 29.02 Unpacking librole-tiny-perl (2.002004-1) ... #13 29.05 Selecting previously unselected package libsub-quote-perl. #14 20.10 Preparing to unpack .../102-libldap-2.5-0_2.5.16+dfsg-0ubuntu0.22.04.1_amd64.deb ... #14 20.12 Unpacking libldap-2.5-0:amd64 (2.5.16+dfsg-0ubuntu0.22.04.1) ... #14 20.17 Selecting previously unselected package librtmp1:amd64. #14 20.17 Preparing to unpack .../103-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... #14 20.17 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 20.28 Selecting previously unselected package libssh-4:amd64. #14 20.28 Preparing to unpack .../104-libssh-4_0.9.6-2ubuntu0.22.04.3_amd64.deb ... #14 20.29 Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ... #14 20.32 Selecting previously unselected package libcurl4:amd64. #14 20.33 Preparing to unpack .../105-libcurl4_7.81.0-1ubuntu1.15_amd64.deb ... #14 20.33 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.15) ... #14 20.36 Selecting previously unselected package curl. #14 20.37 Preparing to unpack .../106-curl_7.81.0-1ubuntu1.15_amd64.deb ... #14 20.37 Unpacking curl (7.81.0-1ubuntu1.15) ... #14 20.41 Selecting previously unselected package dctrl-tools. #13 27.37 Selecting previously unselected package cpp. #13 27.38 Preparing to unpack .../023-cpp_4%3a8.3.0-1+rpi2_armhf.deb ... #13 27.38 Unpacking cpp (4:8.3.0-1+rpi2) ... #13 27.42 Preparing to unpack .../024-curl_7.64.0-4+deb10u8_armhf.deb ... #13 27.44 Unpacking curl (7.64.0-4+deb10u8) over (7.64.0-4+deb10u6) ... #14 19.89 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc arm64 4:11.2.0-1ubuntu1 [5128 B] #14 32.50 Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-stacktrace-perl all 2.0400-1 [22.7 kB] #14 32.51 Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexception-class-perl all 1.45-1 [28.6 kB] #14 32.52 Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libiterator-perl all 0.03+ds1-1.1 [18.2 kB] #14 32.53 Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB] #14 32.53 Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexporter-tiny-perl all 1.002002-1 [36.2 kB] #14 21.96 Preparing to unpack .../055-libsframe1_2.41-5ubuntu1_amd64.deb ... #14 21.96 Unpacking libsframe1:amd64 (2.41-5ubuntu1) ... #14 21.99 Selecting previously unselected package libbinutils:amd64. #14 21.99 Preparing to unpack .../056-libbinutils_2.41-5ubuntu1_amd64.deb ... #14 22.00 Unpacking libbinutils:amd64 (2.41-5ubuntu1) ... #14 22.05 Selecting previously unselected package libctf-nobfd0:amd64. #14 22.05 Preparing to unpack .../057-libctf-nobfd0_2.41-5ubuntu1_amd64.deb ... #14 22.05 Unpacking libctf-nobfd0:amd64 (2.41-5ubuntu1) ... #14 22.09 Selecting previously unselected package libctf0:amd64. #14 22.09 Preparing to unpack .../058-libctf0_2.41-5ubuntu1_amd64.deb ... #14 22.09 Unpacking libctf0:amd64 (2.41-5ubuntu1) ... #14 22.16 Selecting previously unselected package libgprofng0:amd64. #14 22.16 Preparing to unpack .../059-libgprofng0_2.41-5ubuntu1_amd64.deb ... #14 22.17 Unpacking libgprofng0:amd64 (2.41-5ubuntu1) ... #14 22.21 Selecting previously unselected package binutils-x86-64-linux-gnu. #14 24.70 Preparing to unpack .../086-g++_4%3a12.2.0-3ubuntu1_amd64.deb ... #14 24.71 Unpacking g++ (4:12.2.0-3ubuntu1) ... #14 24.73 Selecting previously unselected package make. #14 24.73 Preparing to unpack .../087-make_4.3-4.1build1_amd64.deb ... #14 24.74 Unpacking make (4.3-4.1build1) ... #14 24.77 Selecting previously unselected package libdpkg-perl. #14 24.77 Preparing to unpack .../088-libdpkg-perl_1.21.21ubuntu1_all.deb ... #14 24.77 Unpacking libdpkg-perl (1.21.21ubuntu1) ... #14 24.81 Selecting previously unselected package bzip2. #14 24.81 Preparing to unpack .../089-bzip2_1.0.8-5build1_amd64.deb ... #14 24.82 Unpacking bzip2 (1.0.8-5build1) ... #14 24.84 Selecting previously unselected package patch. #14 24.85 Preparing to unpack .../090-patch_2.7.6-7build2_amd64.deb ... #14 24.95 Unpacking patch (2.7.6-7build2) ... #13 25.06 Preparing to unpack .../088-debian-keyring_2021.07.26_all.deb ... #13 25.07 Unpacking debian-keyring (2021.07.26) ... #13 28.47 Selecting previously unselected package libelf1:armhf. #13 28.47 Preparing to unpack .../052-libelf1_0.183-1_armhf.deb ... #13 28.48 Unpacking libelf1:armhf (0.183-1) ... #13 28.52 Selecting previously unselected package dwz. #13 28.53 Preparing to unpack .../053-dwz_0.13+20210201-1_armhf.deb ... #13 28.53 Unpacking dwz (0.13+20210201-1) ... #13 28.58 Selecting previously unselected package libicu67:armhf. #13 28.58 Preparing to unpack .../054-libicu67_67.1-7_armhf.deb ... #13 28.58 Unpacking libicu67:armhf (67.1-7) ... #13 22.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 ... 9821 files and directories currently installed.) #13 22.43 Preparing to unpack .../libc-bin_2.36-9+rpi1+deb12u3_armhf.deb ... #13 22.44 Unpacking libc-bin (2.36-9+rpi1+deb12u3) over (2.36-9+rpi1) ... #14 32.43 debconf: delaying package configuration, since apt-utils is not installed #14 32.47 Fetched 91.6 MB in 25s (3713 kB/s) #14 32.49 Selecting previously unselected package liblocale-gettext-perl. #14 32.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4116 files and directories currently installed.) #14 32.50 Preparing to unpack .../liblocale-gettext-perl_1.07-4_armhf.deb ... #14 32.50 Unpacking liblocale-gettext-perl (1.07-4) ... #14 32.56 Selecting previously unselected package libssl1.1:armhf. #14 32.56 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.20_armhf.deb ... #14 32.57 Unpacking libssl1.1:armhf (1.1.1f-1ubuntu2.20) ... #13 25.75 Selecting previously unselected package libxml2:amd64. #14 22.55 Get:133 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 dctrl-tools arm64 2.24-3build2 [65.2 kB] #13 32.26 Selecting previously unselected package libfakeroot:armhf. #13 32.26 Preparing to unpack .../092-libfakeroot_1.31-1.2_armhf.deb ... #13 32.27 Unpacking libfakeroot:armhf (1.31-1.2) ... #13 32.31 Selecting previously unselected package fakeroot. #13 32.31 Preparing to unpack .../093-fakeroot_1.31-1.2_armhf.deb ... #13 32.32 Unpacking fakeroot (1.31-1.2) ... #13 32.36 Selecting previously unselected package libassuan0:armhf. #13 32.36 Preparing to unpack .../094-libassuan0_2.5.5-5_armhf.deb ... #13 32.37 Unpacking libassuan0:armhf (2.5.5-5) ... #13 32.40 Selecting previously unselected package gpgconf. #13 32.40 Preparing to unpack .../095-gpgconf_2.2.40-1.1_armhf.deb ... #13 32.41 Unpacking gpgconf (2.2.40-1.1) ... #13 32.46 Selecting previously unselected package libksba8:armhf. #13 32.46 Preparing to unpack .../096-libksba8_1.6.3-2_armhf.deb ... #13 32.47 Unpacking libksba8:armhf (1.6.3-2) ... #13 32.52 Selecting previously unselected package libnpth0:armhf. #13 32.52 Preparing to unpack .../097-libnpth0_1.6-3_armhf.deb ... #13 32.53 Unpacking libnpth0:armhf (1.6-3) ... #13 32.57 Selecting previously unselected package dirmngr. #19 9.335 Processing triggers for libc-bin (2.36-9+deb12u3) ... #14 31.43 Get:235 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libwebp7 armhf 1.2.4-0.3 [167 kB] #14 31.50 Get:236 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtiff6 armhf 4.5.1+git230720-1ubuntu1 [177 kB] #14 31.54 Get:237 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxpm4 armhf 1:3.5.12-1.1ubuntu1 [30.8 kB] #13 26.99 Selecting previously unselected package autopoint. #13 26.99 Preparing to unpack .../025-autopoint_0.21-4_all.deb ... #13 27.03 Unpacking autopoint (0.21-4) ... #13 27.22 Selecting previously unselected package binutils-common:armhf. #14 26.68 Get:244 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdistro-info-perl all 0.23ubuntu1.1 [4684 B] #14 26.69 Get:245 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B] #14 26.70 Get:246 http://archive.ubuntu.com/ubuntu focal/main amd64 libmailtools-perl all 2.21-1 [80.7 kB] #14 26.85 Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ip-perl all 1.26-2 [27.4 kB] #14 28.98 Get:198 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf patchutils armhf 0.4.2-1build2 [74.5 kB] #14 23.67 Get:124 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhx509-5-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [98.9 kB] #13 28.11 Preparing to unpack .../099-pinentry-curses_1.1.0-2_amd64.deb ... #13 28.12 Unpacking pinentry-curses (1.1.0-2) ... #13 28.15 Selecting previously unselected package gpg-agent. #13 28.16 Preparing to unpack .../100-gpg-agent_2.2.12-1+deb10u2_amd64.deb ... #13 28.16 Unpacking gpg-agent (2.2.12-1+deb10u2) ... #13 28.22 Selecting previously unselected package gpg-wks-client. #13 28.22 Preparing to unpack .../101-gpg-wks-client_2.2.12-1+deb10u2_amd64.deb ... #13 28.23 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ... #13 28.27 Selecting previously unselected package gpg-wks-server. #13 28.27 Preparing to unpack .../102-gpg-wks-server_2.2.12-1+deb10u2_amd64.deb ... #13 28.28 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ... #13 28.34 Selecting previously unselected package gpgsm. #13 29.06 Preparing to unpack .../128-libsub-quote-perl_2.006008-1_all.deb ... #13 29.06 Unpacking libsub-quote-perl (2.006008-1) ... #13 29.12 Selecting previously unselected package libmoo-perl. #13 29.13 Preparing to unpack .../129-libmoo-perl_2.005005-1_all.deb ... #13 29.13 Unpacking libmoo-perl (2.005005-1) ... #13 29.16 Selecting previously unselected package libencode-locale-perl. #13 29.16 Preparing to unpack .../130-libencode-locale-perl_1.05-3_all.deb ... #13 29.16 Unpacking libencode-locale-perl (1.05-3) ... #13 29.19 Selecting previously unselected package libtimedate-perl. #13 29.19 Preparing to unpack .../131-libtimedate-perl_2.3300-2_all.deb ... #13 29.20 Unpacking libtimedate-perl (2.3300-2) ... #13 29.23 Selecting previously unselected package libhttp-date-perl. #13 29.23 Preparing to unpack .../132-libhttp-date-perl_6.05-2_all.deb ... #13 29.24 Unpacking libhttp-date-perl (6.05-2) ... #13 29.27 Selecting previously unselected package libfile-listing-perl. #14 20.41 Preparing to unpack .../107-dctrl-tools_2.24-3build2_amd64.deb ... #14 20.42 Unpacking dctrl-tools (2.24-3build2) ... #14 20.46 Selecting previously unselected package libdebhelper-perl. #14 20.46 Preparing to unpack .../108-libdebhelper-perl_13.6ubuntu1_all.deb ... #14 20.46 Unpacking libdebhelper-perl (13.6ubuntu1) ... #14 20.50 Selecting previously unselected package libtool. #14 20.50 Preparing to unpack .../109-libtool_2.4.6-15build2_all.deb ... #14 20.51 Unpacking libtool (2.4.6-15build2) ... #14 20.54 Selecting previously unselected package dh-autoreconf. #14 20.54 Preparing to unpack .../110-dh-autoreconf_20_all.deb ... #14 20.55 Unpacking dh-autoreconf (20) ... #14 20.58 Selecting previously unselected package libarchive-zip-perl. #14 20.58 Preparing to unpack .../111-libarchive-zip-perl_1.68-1_all.deb ... #14 20.63 Unpacking libarchive-zip-perl (1.68-1) ... #14 20.67 Selecting previously unselected package libsub-override-perl. #13 27.51 Preparing to unpack .../025-libcurl4_7.64.0-4+deb10u8_armhf.deb ... #13 27.52 Unpacking libcurl4:armhf (7.64.0-4+deb10u8) over (7.64.0-4+deb10u6) ... #13 27.61 Selecting previously unselected package libcc1-0:armhf. #13 27.61 Preparing to unpack .../026-libcc1-0_8.3.0-6+rpi1_armhf.deb ... #13 27.61 Unpacking libcc1-0:armhf (8.3.0-6+rpi1) ... #13 27.65 Selecting previously unselected package libgomp1:armhf. #13 27.66 Preparing to unpack .../027-libgomp1_8.3.0-6+rpi1_armhf.deb ... #13 27.66 Unpacking libgomp1:armhf (8.3.0-6+rpi1) ... #13 27.71 Selecting previously unselected package libatomic1:armhf. #13 27.71 Preparing to unpack .../028-libatomic1_8.3.0-6+rpi1_armhf.deb ... #13 27.72 Unpacking libatomic1:armhf (8.3.0-6+rpi1) ... #13 27.76 Selecting previously unselected package libasan5:armhf. #13 27.76 Preparing to unpack .../029-libasan5_8.3.0-6+rpi1_armhf.deb ... #13 27.76 Unpacking libasan5:armhf (8.3.0-6+rpi1) ... #13 27.84 Selecting previously unselected package libubsan1:armhf. #14 19.89 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libstdc++-11-dev arm64 11.4.0-1ubuntu1~22.04 [2088 kB] #14 19.98 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 g++-11 arm64 11.4.0-1ubuntu1~22.04 [11.1 MB] #14 32.94 Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-moreutils-xs-perl armhf 0.430-2build2 [37.3 kB] #14 22.22 Preparing to unpack .../060-binutils-x86-64-linux-gnu_2.41-5ubuntu1_amd64.deb ... #14 22.22 Unpacking binutils-x86-64-linux-gnu (2.41-5ubuntu1) ... #14 22.31 Selecting previously unselected package binutils. #14 22.31 Preparing to unpack .../061-binutils_2.41-5ubuntu1_amd64.deb ... #14 22.32 Unpacking binutils (2.41-5ubuntu1) ... #14 24.98 Selecting previously unselected package lto-disabled-list. #14 24.98 Preparing to unpack .../091-lto-disabled-list_39_all.deb ... #14 24.98 Unpacking lto-disabled-list (39) ... #14 25.01 Selecting previously unselected package dpkg-dev. #14 25.01 Preparing to unpack .../092-dpkg-dev_1.21.21ubuntu1_all.deb ... #14 25.02 Unpacking dpkg-dev (1.21.21ubuntu1) ... #14 25.06 Selecting previously unselected package build-essential. #14 25.06 Preparing to unpack .../093-build-essential_12.9ubuntu3_amd64.deb ... #14 25.06 Unpacking build-essential (12.9ubuntu3) ... #14 25.10 Selecting previously unselected package libbrotli1:amd64. #14 25.10 Preparing to unpack .../094-libbrotli1_1.0.9-2build8_amd64.deb ... #14 25.19 Unpacking libbrotli1:amd64 (1.0.9-2build8) ... #13 22.75 Setting up libc-bin (2.36-9+rpi1+deb12u3) ... #13 22.90 Selecting previously unselected package libpython3.11-minimal:armhf. #13 22.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 ... 9821 files and directories currently installed.) #13 22.90 Preparing to unpack .../libpython3.11-minimal_3.11.2-6_armhf.deb ... #13 22.91 Unpacking libpython3.11-minimal:armhf (3.11.2-6) ... #14 32.69 Selecting previously unselected package libpython3.8-minimal:armhf. #14 32.69 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.9_armhf.deb ... #14 32.70 Unpacking libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.9) ... #13 25.75 Preparing to unpack .../084-libxml2_2.9.10+dfsg-6.7+deb11u4_amd64.deb ... #13 25.76 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ... #13 25.84 Selecting previously unselected package gettext. #13 25.84 Preparing to unpack .../085-gettext_0.21-4_amd64.deb ... #13 25.84 Unpacking gettext (0.21-4) ... #13 25.97 Selecting previously unselected package intltool-debian. #14 22.80 Get:134 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdebhelper-perl all 13.11.6ubuntu1 [85.4 kB] #13 32.57 Preparing to unpack .../098-dirmngr_2.2.40-1.1_armhf.deb ... #13 32.58 Unpacking dirmngr (2.2.40-1.1) ... #13 32.65 Selecting previously unselected package gnupg-l10n. #13 32.65 Preparing to unpack .../099-gnupg-l10n_2.2.40-1.1_all.deb ... #13 32.66 Unpacking gnupg-l10n (2.2.40-1.1) ... #13 32.76 Selecting previously unselected package gnupg-utils. #13 32.76 Preparing to unpack .../100-gnupg-utils_2.2.40-1.1_armhf.deb ... #13 32.77 Unpacking gnupg-utils (2.2.40-1.1) ... #13 32.85 Selecting previously unselected package gpg. #14 31.55 Get:238 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libgd3 armhf 2.3.3-9ubuntu1 [106 kB] #14 31.57 Get:239 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libc-devtools armhf 2.38-1ubuntu6 [29.9 kB] #14 31.57 Get:240 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libcapture-tiny-perl all 0.48-2 [20.2 kB] #14 31.58 Get:241 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libcgi-pm-perl all 4.57-1 [189 kB] #14 31.60 Get:242 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfcgi0ldbl armhf 2.4.2-2build2 [23.2 kB] #14 31.75 Get:243 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfcgi-perl armhf 0.82+ds-2 [20.6 kB] #13 27.23 Preparing to unpack .../026-binutils-common_2.35.2-2_armhf.deb ... #13 27.23 Unpacking binutils-common:armhf (2.35.2-2) ... #14 26.87 Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-perl all 1.22-1 [336 kB] #14 27.02 Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB] #14 27.02 Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB] #14 27.03 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libexporter-tiny-perl all 1.002001-1 [35.5 kB] #14 27.03 Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB] #14 27.04 Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB] #14 27.19 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB] #14 29.25 Get:199 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf wdiff armhf 1.2.2-5 [29.1 kB] #14 29.27 Get:200 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf devscripts all 2.23.4ubuntu1 [1067 kB] #14 23.84 Get:125 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-26-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [192 kB] #14 24.00 Get:126 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimntlm0-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [14.7 kB] #13 28.34 Preparing to unpack .../103-gpgsm_2.2.12-1+deb10u2_amd64.deb ... #13 28.35 Unpacking gpgsm (2.2.12-1+deb10u2) ... #13 28.40 Selecting previously unselected package gnupg. #13 28.40 Preparing to unpack .../104-gnupg_2.2.12-1+deb10u2_all.deb ... #13 28.41 Unpacking gnupg (2.2.12-1+deb10u2) ... #13 28.47 Selecting previously unselected package libfile-which-perl. #13 28.47 Preparing to unpack .../105-libfile-which-perl_1.23-1_all.deb ... #13 28.48 Unpacking libfile-which-perl (1.23-1) ... #13 28.51 Selecting previously unselected package libfile-homedir-perl. #13 28.51 Preparing to unpack .../106-libfile-homedir-perl_1.004-1_all.deb ... #13 28.51 Unpacking libfile-homedir-perl (1.004-1) ... #13 28.54 Selecting previously unselected package libio-pty-perl. #13 28.54 Preparing to unpack .../107-libio-pty-perl_1%3a1.08-1.1+b5_amd64.deb ... #13 28.55 Unpacking libio-pty-perl (1:1.08-1.1+b5) ... #13 28.58 Selecting previously unselected package libipc-run-perl. #13 29.27 Preparing to unpack .../133-libfile-listing-perl_6.15-1_all.deb ... #13 29.28 Unpacking libfile-listing-perl (6.15-1) ... #13 29.30 Selecting previously unselected package libhtml-tagset-perl. #13 29.31 Preparing to unpack .../134-libhtml-tagset-perl_3.20-6_all.deb ... #13 29.31 Unpacking libhtml-tagset-perl (3.20-6) ... #13 29.34 Selecting previously unselected package libregexp-ipv6-perl. #13 29.34 Preparing to unpack .../135-libregexp-ipv6-perl_0.03-3_all.deb ... #13 29.35 Unpacking libregexp-ipv6-perl (0.03-3) ... #13 29.37 Selecting previously unselected package liburi-perl. #13 29.38 Preparing to unpack .../136-liburi-perl_5.17-1_all.deb ... #13 29.38 Unpacking liburi-perl (5.17-1) ... #13 29.42 Selecting previously unselected package libhtml-parser-perl:amd64. #13 29.42 Preparing to unpack .../137-libhtml-parser-perl_3.81-1_amd64.deb ... #13 29.43 Unpacking libhtml-parser-perl:amd64 (3.81-1) ... #13 29.47 Selecting previously unselected package libhtml-tree-perl. #13 29.47 Preparing to unpack .../138-libhtml-tree-perl_5.07-3_all.deb ... #13 29.47 Unpacking libhtml-tree-perl (5.07-3) ... #13 29.54 Selecting previously unselected package libclone-perl:amd64. #14 20.67 Preparing to unpack .../112-libsub-override-perl_0.09-2_all.deb ... #14 20.67 Unpacking libsub-override-perl (0.09-2) ... #14 20.70 Selecting previously unselected package libfile-stripnondeterminism-perl. #14 20.70 Preparing to unpack .../113-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ... #14 20.71 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ... #14 20.74 Selecting previously unselected package dh-strip-nondeterminism. #14 20.74 Preparing to unpack .../114-dh-strip-nondeterminism_1.13.0-1_all.deb ... #14 20.74 Unpacking dh-strip-nondeterminism (1.13.0-1) ... #14 20.78 Selecting previously unselected package libdw1:amd64. #13 27.84 Preparing to unpack .../030-libubsan1_8.3.0-6+rpi1_armhf.deb ... #13 27.85 Unpacking libubsan1:armhf (8.3.0-6+rpi1) ... #13 27.89 Selecting previously unselected package libgcc-8-dev:armhf. #13 27.89 Preparing to unpack .../031-libgcc-8-dev_8.3.0-6+rpi1_armhf.deb ... #13 27.89 Unpacking libgcc-8-dev:armhf (8.3.0-6+rpi1) ... #14 33.12 Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-moreutils-perl all 0.430-2 [38.2 kB] #14 33.18 Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-dpath-perl all 0.58-1 [38.8 kB] #14 33.23 Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-dump-perl all 1.25-1 [25.9 kB] #14 33.27 Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-messagepack-perl armhf 1.01-2build1 [32.5 kB] #14 33.29 Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-domain-tld-perl all 1.75-1.1 [29.3 kB] #14 20.49 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 g++ arm64 4:11.2.0-1ubuntu1 [1394 B] #14 22.35 Selecting previously unselected package libc-dev-bin. #14 22.36 Preparing to unpack .../062-libc-dev-bin_2.38-1ubuntu6_amd64.deb ... #14 22.36 Unpacking libc-dev-bin (2.38-1ubuntu6) ... #14 22.39 Selecting previously unselected package linux-libc-dev:amd64. #14 22.39 Preparing to unpack .../063-linux-libc-dev_6.5.0-14.14_amd64.deb ... #14 22.40 Unpacking linux-libc-dev:amd64 (6.5.0-14.14) ... #14 22.55 Selecting previously unselected package libcrypt-dev:amd64. #14 22.55 Preparing to unpack .../064-libcrypt-dev_1%3a4.4.36-2_amd64.deb ... #14 22.56 Unpacking libcrypt-dev:amd64 (1:4.4.36-2) ... #14 22.61 Selecting previously unselected package libtirpc-dev:amd64. #14 22.61 Preparing to unpack .../065-libtirpc-dev_1.3.3+ds-1_amd64.deb ... #14 22.61 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ... #14 22.65 Selecting previously unselected package libnsl-dev:amd64. #14 22.65 Preparing to unpack .../066-libnsl-dev_1.3.0-2build2_amd64.deb ... #14 25.22 Selecting previously unselected package libsasl2-modules-db:amd64. #14 25.22 Preparing to unpack .../095-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... #14 25.23 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... #14 25.26 Selecting previously unselected package libsasl2-2:amd64. #14 25.26 Preparing to unpack .../096-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... #14 25.27 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... #14 25.37 Selecting previously unselected package libldap2:amd64. #14 21.46 Get:114 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gcc arm64 4:12.2.0-3ubuntu1 [5184 B] #14 21.48 Get:115 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libstdc++-12-dev arm64 12.3.0-1ubuntu1~23.04 [2164 kB] #14 21.52 Get:116 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 g++-12 arm64 12.3.0-1ubuntu1~23.04 [10.9 MB] #13 23.03 Selecting previously unselected package libexpat1:armhf. #13 23.03 Preparing to unpack .../libexpat1_2.5.0-1_armhf.deb ... #13 23.04 Unpacking libexpat1:armhf (2.5.0-1) ... #13 23.09 Selecting previously unselected package python3.11-minimal. #13 23.09 Preparing to unpack .../python3.11-minimal_3.11.2-6_armhf.deb ... #13 23.10 Unpacking python3.11-minimal (3.11.2-6) ... #13 23.28 Setting up libpython3.11-minimal:armhf (3.11.2-6) ... #14 32.80 Selecting previously unselected package libexpat1:armhf. #14 32.80 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_armhf.deb ... #14 32.81 Unpacking libexpat1:armhf (2.2.9-1ubuntu0.6) ... #14 32.85 Selecting previously unselected package python3.8-minimal. #14 32.85 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.9_armhf.deb ... #14 32.85 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... #14 33.03 Setting up libssl1.1:armhf (1.1.1f-1ubuntu2.20) ... #14 33.11 Setting up libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.9) ... #14 33.13 Setting up libexpat1:armhf (2.2.9-1ubuntu0.6) ... #13 25.97 Preparing to unpack .../086-intltool-debian_0.35.0+20060710.5_all.deb ... #13 25.98 Unpacking intltool-debian (0.35.0+20060710.5) ... #13 26.00 Selecting previously unselected package po-debconf. #13 26.01 Preparing to unpack .../087-po-debconf_1.0.21+nmu1_all.deb ... #13 26.01 Unpacking po-debconf (1.0.21+nmu1) ... #13 26.06 Selecting previously unselected package debhelper. #13 26.06 Preparing to unpack .../088-debhelper_13.3.4_all.deb ... #13 26.06 Unpacking debhelper (13.3.4) ... #13 26.17 Selecting previously unselected package debian-keyring. #13 26.17 Preparing to unpack .../089-debian-keyring_2021.07.26_all.deb ... #13 26.18 Unpacking debian-keyring (2021.07.26) ... #14 22.87 Get:135 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtool all 2.4.7-7 [166 kB] #14 22.97 Get:136 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 dh-autoreconf all 20 [16.1 kB] #14 22.97 Get:137 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libarchive-zip-perl all 1.68-1 [90.2 kB] #14 23.00 Get:138 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsub-override-perl all 0.09-4 [8706 B] #14 23.00 Get:139 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfile-stripnondeterminism-perl all 1.13.1-1 [18.1 kB] #14 23.01 Get:140 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 dh-strip-nondeterminism all 1.13.1-1 [5362 B] #14 23.01 Get:141 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdw1 arm64 0.189-4 [253 kB] #14 23.06 Get:142 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 debugedit arm64 1:5.0-5 [45.9 kB] #14 23.07 Get:143 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 dwz arm64 0.15-1 [110 kB] #15 18.08 Dependencies resolved. #15 18.09 ========================================================================================= #15 18.09 Package Arch Version Repo Size #15 18.09 ========================================================================================= #15 18.09 Installing: #15 18.09 dnf-plugins-core noarch 4.0.21-25.el8 baseos 77 k #15 18.09 rpm-build x86_64 4.14.3-31.el8 appstream 185 k #15 18.09 rpmlint noarch 1.10-14.el8 appstream 192 k #15 18.09 Installing dependencies: #15 18.09 bzip2 x86_64 1.0.6-26.el8 baseos 60 k #15 18.09 dbus-glib x86_64 0.110-2.el8 baseos 127 k #15 18.09 desktop-file-utils x86_64 0.26-1.el8 appstream 80 k #15 18.09 diffutils x86_64 3.6-6.el8 baseos 358 k #15 18.09 dwz x86_64 0.12-10.el8 appstream 109 k #15 18.09 efi-srpm-macros noarch 3-3.el8 appstream 22 k #15 18.09 elfutils x86_64 0.190-2.el8 baseos 581 k #15 18.09 emacs-filesystem noarch 1:26.1-11.el8 baseos 70 k #15 18.09 file x86_64 5.33-25.el8 baseos 77 k #15 18.09 gc x86_64 7.6.4-3.el8 appstream 109 k #15 18.09 gdb-headless x86_64 8.2-20.el8 appstream 3.7 M #15 18.09 ghc-srpm-macros noarch 1.4.2-7.el8 appstream 9.3 k #15 18.09 glibc-gconv-extra x86_64 2.28-248.el8 baseos 1.7 M #15 18.09 go-srpm-macros noarch 2-17.el8 appstream 13 k #15 18.09 groff-base x86_64 1.22.3-18.el8 baseos 1.0 M #15 18.09 guile x86_64 5:2.0.14-7.el8 appstream 3.5 M #15 18.09 libatomic_ops x86_64 7.6.2-3.el8 appstream 38 k #15 18.09 libbabeltrace x86_64 1.5.4-4.el8 baseos 200 k #15 18.09 libipt x86_64 1.6.1-8.el8 appstream 50 k #15 18.09 libpkgconf x86_64 1.4.2-1.el8 baseos 35 k #15 18.09 libtool-ltdl x86_64 2.4.6-25.el8 baseos 58 k #15 18.09 ncurses x86_64 6.1-10.20180224.el8 baseos 393 k #15 18.09 ocaml-srpm-macros noarch 5-4.el8 appstream 9.4 k #15 18.09 openblas-srpm-macros noarch 2-2.el8 appstream 7.9 k #15 18.09 openssl x86_64 1:1.1.1k-12.el8 baseos 738 k #15 18.09 patch x86_64 2.7.6-11.el8 baseos 138 k #15 18.09 perl-Carp noarch 1.42-396.el8 baseos 30 k #15 18.09 perl-Data-Dumper x86_64 2.167-399.el8 baseos 58 k #15 18.09 perl-Digest noarch 1.17-395.el8 appstream 27 k #15 18.09 perl-Digest-MD5 x86_64 2.55-396.el8 appstream 37 k #15 18.09 perl-Encode x86_64 4:2.97-3.el8 baseos 1.5 M #15 18.09 perl-Errno x86_64 1.28-422.el8 baseos 76 k #15 18.09 perl-Exporter noarch 5.72-396.el8 baseos 34 k #15 18.09 perl-File-Path noarch 2.15-2.el8 baseos 38 k #15 18.09 perl-File-Temp noarch 0.230.600-1.el8 baseos 63 k #15 18.09 perl-Getopt-Long noarch 1:2.50-4.el8 baseos 63 k #15 18.09 perl-HTTP-Tiny noarch 0.074-3.el8 baseos 59 k #15 18.09 perl-IO x86_64 1.38-422.el8 baseos 142 k #15 18.09 perl-IO-Socket-IP noarch 0.39-5.el8 appstream 47 k #15 18.09 perl-IO-Socket-SSL noarch 2.066-4.module_el8+339+1ec643e0 appstream 304 k #15 18.09 perl-MIME-Base64 x86_64 3.15-396.el8 baseos 31 k #15 18.09 perl-Mozilla-CA noarch 20160104-7.module_el8+645+9d809f8c appstream 15 k #15 18.09 perl-Net-SSLeay x86_64 1.88-2.module_el8+339+1ec643e0 appstream 402 k #15 18.09 perl-PathTools x86_64 3.74-1.el8 baseos 90 k #15 18.09 perl-Pod-Escapes noarch 1:1.07-395.el8 baseos 20 k #15 18.09 perl-Pod-Perldoc noarch 3.28-396.el8 baseos 86 k #15 18.09 perl-Pod-Simple noarch 1:3.35-395.el8 baseos 213 k #15 18.09 perl-Pod-Usage noarch 4:1.69-395.el8 baseos 34 k #15 18.09 perl-Scalar-List-Utils x86_64 3:1.49-2.el8 baseos 68 k #15 18.09 perl-Socket x86_64 4:2.027-3.el8 baseos 59 k #15 18.09 perl-Storable x86_64 1:3.11-3.el8 baseos 98 k #15 18.09 perl-Term-ANSIColor noarch 4.06-396.el8 baseos 46 k #15 18.09 perl-Term-Cap noarch 1.17-395.el8 baseos 23 k #15 18.09 perl-Text-ParseWords noarch 3.30-395.el8 baseos 18 k #15 18.09 perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 baseos 24 k #15 18.09 perl-Time-Local noarch 1:1.280-1.el8 baseos 34 k #15 18.09 perl-URI noarch 1.73-3.el8 appstream 116 k #15 18.09 perl-Unicode-Normalize x86_64 1.25-396.el8 baseos 82 k #15 18.09 perl-constant noarch 1.33-396.el8 baseos 25 k #15 18.09 perl-interpreter x86_64 4:5.26.3-422.el8 baseos 6.3 M #15 18.09 perl-libnet noarch 3.11-3.el8 appstream 121 k #15 18.09 perl-libs x86_64 4:5.26.3-422.el8 baseos 1.6 M #15 18.09 perl-macros x86_64 4:5.26.3-422.el8 baseos 73 k #15 18.09 perl-parent noarch 1:0.237-1.el8 baseos 20 k #15 18.09 perl-podlators noarch 4.11-1.el8 baseos 118 k #15 18.09 perl-srpm-macros noarch 1-25.el8 appstream 11 k #15 18.09 perl-threads x86_64 1:2.21-2.el8 baseos 61 k #15 18.09 perl-threads-shared x86_64 1.58-2.el8 baseos 48 k #15 18.09 pkgconf x86_64 1.4.2-1.el8 baseos 38 k #15 18.09 pkgconf-m4 noarch 1.4.2-1.el8 baseos 17 k #15 18.09 pkgconf-pkg-config x86_64 1.4.2-1.el8 baseos 15 k #15 18.09 python-rpm-macros noarch 3-45.el8 baseos 16 k #15 18.09 python-srpm-macros noarch 3-45.el8 baseos 16 k #15 18.09 python3-dateutil noarch 1:2.6.1-6.el8 baseos 251 k #15 18.09 python3-dbus x86_64 1.2.4-15.el8 baseos 134 k #15 18.09 python3-dnf-plugins-core noarch 4.0.21-25.el8 baseos 280 k #15 18.09 python3-rpm-macros noarch 3-45.el8 baseos 15 k #15 18.09 python3-six noarch 1.11.0-8.el8 baseos 38 k #15 18.09 python3-systemd x86_64 234-8.el8 appstream 81 k #15 18.09 qt5-srpm-macros noarch 5.15.3-1.el8 appstream 11 k #15 18.09 redhat-rpm-config noarch 131-1.el8 baseos 94 k #15 18.09 rust-srpm-macros noarch 5-2.el8 appstream 9.2 k #15 18.09 unzip x86_64 6.0-46.el8 baseos 196 k #15 18.09 zip x86_64 3.0-23.el8 baseos 270 k #15 18.09 zstd x86_64 1.4.4-1.el8 appstream 393 k #15 18.09 Installing weak dependencies: #15 18.09 elfutils-debuginfod-client x86_64 0.190-2.el8 baseos 77 k #15 18.09 Enabling module streams: #15 18.09 perl 5.26 #15 18.09 perl-IO-Socket-SSL 2.066 #15 18.09 perl-libwww-perl 6.34 #15 18.09 #15 18.09 Transaction Summary #15 18.09 ========================================================================================= #15 18.09 Install 89 Packages #15 18.09 #15 18.09 Total download size: 28 M #15 18.09 Installed size: 83 M #15 18.09 Downloading Packages: #13 32.85 Preparing to unpack .../101-gpg_2.2.40-1.1_armhf.deb ... #13 32.86 Unpacking gpg (2.2.40-1.1) ... #13 32.94 Selecting previously unselected package pinentry-curses. #13 32.94 Preparing to unpack .../102-pinentry-curses_1.2.1-1_armhf.deb ... #13 32.94 Unpacking pinentry-curses (1.2.1-1) ... #13 32.99 Selecting previously unselected package gpg-agent. #13 32.99 Preparing to unpack .../103-gpg-agent_2.2.40-1.1_armhf.deb ... #13 32.99 Unpacking gpg-agent (2.2.40-1.1) ... #13 33.06 Selecting previously unselected package gpg-wks-client. #13 33.06 Preparing to unpack .../104-gpg-wks-client_2.2.40-1.1_armhf.deb ... #13 33.06 Unpacking gpg-wks-client (2.2.40-1.1) ... #13 33.11 Selecting previously unselected package gpg-wks-server. #14 31.91 Get:244 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libcgi-fast-perl all 1:2.15-1 [10.5 kB] #14 31.93 Get:245 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libclass-data-inheritable-perl all 0.08-3 [8084 B] #14 31.94 Get:246 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libcommon-sense-perl armhf 3.75-3 [20.2 kB] #14 31.99 Get:247 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libconfig-tiny-perl all 2.29-1 [12.5 kB] #14 32.01 Get:248 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libparams-util-perl armhf 1.102-2 [20.5 kB] #14 32.04 Get:249 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsub-install-perl all 0.929-1 [9764 B] #14 32.05 Get:250 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdata-optlist-perl all 0.114-1 [9708 B] #14 32.06 Get:251 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsub-exporter-perl all 0.990-1 [49.0 kB] #14 32.10 Get:252 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libconst-fast-perl all 0.014-2 [8034 B] #13 27.54 Selecting previously unselected package libbinutils:armhf. #13 27.54 Preparing to unpack .../027-libbinutils_2.35.2-2_armhf.deb ... #13 27.56 Unpacking libbinutils:armhf (2.35.2-2) ... #13 27.66 Selecting previously unselected package libctf-nobfd0:armhf. #13 27.66 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_armhf.deb ... #13 27.66 Unpacking libctf-nobfd0:armhf (2.35.2-2) ... #13 27.75 Selecting previously unselected package libctf0:armhf. #13 27.75 Preparing to unpack .../029-libctf0_2.35.2-2_armhf.deb ... #13 27.76 Unpacking libctf0:armhf (2.35.2-2) ... #14 27.26 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] #14 27.34 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-compare-perl all 0.03-1 [7318 B] #13 28.58 Preparing to unpack .../108-libipc-run-perl_20180523.0-1_all.deb ... #13 28.58 Unpacking libipc-run-perl (20180523.0-1) ... #13 28.62 Selecting previously unselected package libclass-method-modifiers-perl. #13 28.62 Preparing to unpack .../109-libclass-method-modifiers-perl_2.12-1_all.deb ... #13 28.62 Unpacking libclass-method-modifiers-perl (2.12-1) ... #13 28.65 Selecting previously unselected package libsub-exporter-progressive-perl. #13 28.65 Preparing to unpack .../110-libsub-exporter-progressive-perl_0.001013-1_all.deb ... #13 28.66 Unpacking libsub-exporter-progressive-perl (0.001013-1) ... #13 28.69 Selecting previously unselected package libdevel-globaldestruction-perl. #13 28.70 Preparing to unpack .../111-libdevel-globaldestruction-perl_0.14-1_all.deb ... #13 28.70 Unpacking libdevel-globaldestruction-perl (0.14-1) ... #13 28.73 Selecting previously unselected package libb-hooks-op-check-perl. #13 28.73 Preparing to unpack .../112-libb-hooks-op-check-perl_0.22-1+b1_amd64.deb ... #13 28.73 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ... #13 28.76 Selecting previously unselected package libdynaloader-functions-perl. #13 28.77 Preparing to unpack .../113-libdynaloader-functions-perl_0.003-1_all.deb ... #13 28.77 Unpacking libdynaloader-functions-perl (0.003-1) ... #13 28.80 Selecting previously unselected package libdevel-callchecker-perl. #13 28.80 Preparing to unpack .../114-libdevel-callchecker-perl_0.008-1_amd64.deb ... #13 28.80 Unpacking libdevel-callchecker-perl (0.008-1) ... #13 28.83 Selecting previously unselected package libparams-classify-perl. #13 28.83 Preparing to unpack .../115-libparams-classify-perl_0.015-1+b1_amd64.deb ... #13 28.84 Unpacking libparams-classify-perl (0.015-1+b1) ... #13 28.87 Selecting previously unselected package libmodule-runtime-perl. #13 28.87 Preparing to unpack .../116-libmodule-runtime-perl_0.016-1_all.deb ... #13 28.87 Unpacking libmodule-runtime-perl (0.016-1) ... #13 28.90 Selecting previously unselected package libimport-into-perl. #14 24.08 Get:127 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi3-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [88.4 kB] #14 24.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] #14 29.56 Get:201 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf diffstat armhf 1.65-1 [26.5 kB] #14 29.56 Get:202 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-chardet all 5.1.0+dfsg-2 [119 kB] #14 29.57 Get:203 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf zstd armhf 1.5.4+dfsg2-4 [663 kB] #14 29.62 Get:204 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-debian all 0.1.49ubuntu2 [115 kB] #14 29.63 Get:205 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libgpgme11 armhf 1.18.0-3ubuntu2 [119 kB] #14 29.63 Get:206 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-gpg armhf 1.18.0-3ubuntu2 [190 kB] #14 29.64 Get:207 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-xdg all 0.28-2 [38.3 kB] #14 29.64 Get:208 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf dput all 1.1.3ubuntu2.1 [46.5 kB] #13 29.55 Preparing to unpack .../139-libclone-perl_0.46-1_amd64.deb ... #13 29.55 Unpacking libclone-perl:amd64 (0.46-1) ... #13 29.58 Selecting previously unselected package libio-html-perl. #13 29.58 Preparing to unpack .../140-libio-html-perl_1.004-3_all.deb ... #13 29.58 Unpacking libio-html-perl (1.004-3) ... #13 29.61 Selecting previously unselected package liblwp-mediatypes-perl. #13 29.62 Preparing to unpack .../141-liblwp-mediatypes-perl_6.04-2_all.deb ... #13 29.62 Unpacking liblwp-mediatypes-perl (6.04-2) ... #13 29.65 Selecting previously unselected package libhttp-message-perl. #13 29.65 Preparing to unpack .../142-libhttp-message-perl_6.44-1_all.deb ... #13 29.66 Unpacking libhttp-message-perl (6.44-1) ... #13 29.69 Selecting previously unselected package libhttp-cookies-perl. #13 29.69 Preparing to unpack .../143-libhttp-cookies-perl_6.10-1_all.deb ... #13 29.70 Unpacking libhttp-cookies-perl (6.10-1) ... #13 29.73 Selecting previously unselected package libhttp-negotiate-perl. #13 29.73 Preparing to unpack .../144-libhttp-negotiate-perl_6.01-2_all.deb ... #13 29.74 Unpacking libhttp-negotiate-perl (6.01-2) ... #13 29.81 Selecting previously unselected package perl-openssl-defaults:amd64. #14 20.78 Preparing to unpack .../115-libdw1_0.186-1build1_amd64.deb ... #14 20.79 Unpacking libdw1:amd64 (0.186-1build1) ... #14 20.82 Selecting previously unselected package debugedit. #14 20.82 Preparing to unpack .../116-debugedit_1%3a5.0-4build1_amd64.deb ... #14 20.82 Unpacking debugedit (1:5.0-4build1) ... #14 20.97 Selecting previously unselected package dwz. #14 20.97 Preparing to unpack .../117-dwz_0.14-1build2_amd64.deb ... #14 20.98 Unpacking dwz (0.14-1build2) ... #14 21.01 Selecting previously unselected package gettext. #14 21.01 Preparing to unpack .../118-gettext_0.21-4ubuntu4_amd64.deb ... #14 21.02 Unpacking gettext (0.21-4ubuntu4) ... #14 21.06 Selecting previously unselected package intltool-debian. #14 21.06 Preparing to unpack .../119-intltool-debian_0.35.0+20060710.5_all.deb ... #14 21.07 Unpacking intltool-debian (0.35.0+20060710.5) ... #14 21.10 Selecting previously unselected package po-debconf. #13 27.99 Selecting previously unselected package gcc-8. #13 27.99 Preparing to unpack .../032-gcc-8_8.3.0-6+rpi1_armhf.deb ... #13 28.00 Unpacking gcc-8 (8.3.0-6+rpi1) ... #14 33.31 Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-domain-perl all 0.10-1.1 [9992 B] #14 33.31 Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-ipv6addr-perl all 1.02-1 [21.0 kB] #14 33.32 Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-netmask-perl all 2.0001-1 [27.7 kB] #14 33.34 Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-1build7 [81.2 kB] #14 33.37 Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-ip-perl all 0.30-1 [17.3 kB] #14 20.49 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 make arm64 4.3-4.1build1 [177 kB] #14 20.50 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libdpkg-perl all 1.21.1ubuntu2.2 [237 kB] #14 20.50 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bzip2 arm64 1.0.8-5build1 [34.6 kB] #14 20.50 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patch arm64 2.7.6-7build2 [105 kB] #14 20.50 Get:109 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lto-disabled-list all 24 [12.5 kB] #14 20.50 Get:110 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dpkg-dev all 1.21.1ubuntu2.2 [922 kB] #14 22.65 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ... #14 22.69 Selecting previously unselected package rpcsvc-proto. #14 22.69 Preparing to unpack .../067-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ... #14 22.70 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #14 22.73 Selecting previously unselected package libc6-dev:amd64. #14 22.73 Preparing to unpack .../068-libc6-dev_2.38-1ubuntu6_amd64.deb ... #14 22.74 Unpacking libc6-dev:amd64 (2.38-1ubuntu6) ... #14 22.87 Selecting previously unselected package libisl23:amd64. #14 22.87 Preparing to unpack .../069-libisl23_0.26-3_amd64.deb ... #14 22.88 Unpacking libisl23:amd64 (0.26-3) ... #14 22.92 Selecting previously unselected package libmpfr6:amd64. #14 22.92 Preparing to unpack .../070-libmpfr6_4.2.1-1_amd64.deb ... #14 22.93 Unpacking libmpfr6:amd64 (4.2.1-1) ... #14 22.97 Selecting previously unselected package libmpc3:amd64. #14 25.38 Preparing to unpack .../097-libldap2_2.6.3+dfsg-1~exp1ubuntu2_amd64.deb ... #14 25.38 Unpacking libldap2:amd64 (2.6.3+dfsg-1~exp1ubuntu2) ... #14 25.41 Selecting previously unselected package librtmp1:amd64. #14 25.41 Preparing to unpack .../098-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... #14 25.42 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 25.46 Selecting previously unselected package libssh-4:amd64. #14 25.46 Preparing to unpack .../099-libssh-4_0.10.4-2ubuntu0.3_amd64.deb ... #14 25.46 Unpacking libssh-4:amd64 (0.10.4-2ubuntu0.3) ... #14 25.49 Selecting previously unselected package libcurl4:amd64. #14 25.50 Preparing to unpack .../100-libcurl4_7.88.1-8ubuntu2.4_amd64.deb ... #14 25.57 Unpacking libcurl4:amd64 (7.88.1-8ubuntu2.4) ... #14 25.60 Selecting previously unselected package curl. #13 23.30 Setting up libexpat1:armhf (2.5.0-1) ... #13 23.32 Setting up python3.11-minimal (3.11.2-6) ... #14 33.14 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... #15 18.92 (1/89): dwz-0.12-10.el8.x86_64.rpm 479 kB/s | 109 kB 00:00 #13 16.89 Running transaction check #13 16.98 Transaction check succeeded. #13 16.98 Running transaction test #13 33.11 Preparing to unpack .../105-gpg-wks-server_2.2.40-1.1_armhf.deb ... #13 33.11 Unpacking gpg-wks-server (2.2.40-1.1) ... #13 33.16 Selecting previously unselected package gpgsm. #13 33.16 Preparing to unpack .../106-gpgsm_2.2.40-1.1_armhf.deb ... #13 33.17 Unpacking gpgsm (2.2.40-1.1) ... #13 33.22 Selecting previously unselected package gnupg. #13 33.22 Preparing to unpack .../107-gnupg_2.2.40-1.1_all.deb ... #13 33.22 Unpacking gnupg (2.2.40-1.1) ... #13 33.29 Selecting previously unselected package libfile-dirlist-perl. #13 33.29 Preparing to unpack .../108-libfile-dirlist-perl_0.05-3_all.deb ... #13 33.30 Unpacking libfile-dirlist-perl (0.05-3) ... #13 33.33 Selecting previously unselected package libfile-which-perl. #13 25.25 Selecting previously unselected package libfakeroot:arm64. #13 25.25 Preparing to unpack .../097-libfakeroot_1.31-1.2_arm64.deb ... #13 25.25 Unpacking libfakeroot:arm64 (1.31-1.2) ... #13 25.29 Selecting previously unselected package fakeroot. #13 25.30 Preparing to unpack .../098-fakeroot_1.31-1.2_arm64.deb ... #13 25.30 Unpacking fakeroot (1.31-1.2) ... #13 25.34 Selecting previously unselected package libassuan0:arm64. #13 25.35 Preparing to unpack .../099-libassuan0_2.5.5-5_arm64.deb ... #13 25.35 Unpacking libassuan0:arm64 (2.5.5-5) ... #13 25.38 Selecting previously unselected package gpgconf. #13 25.38 Preparing to unpack .../100-gpgconf_2.2.40-1.1_arm64.deb ... #13 25.39 Unpacking gpgconf (2.2.40-1.1) ... #13 25.44 Selecting previously unselected package libksba8:arm64. #13 25.44 Preparing to unpack .../101-libksba8_1.6.3-2_arm64.deb ... #13 25.45 Unpacking libksba8:arm64 (1.6.3-2) ... #13 25.49 Selecting previously unselected package libnpth0:arm64. #13 25.49 Preparing to unpack .../102-libnpth0_1.6-3_arm64.deb ... #13 25.50 Unpacking libnpth0:arm64 (1.6-3) ... #13 25.55 Selecting previously unselected package dirmngr. #13 25.55 Preparing to unpack .../103-dirmngr_2.2.40-1.1_arm64.deb ... #13 25.56 Unpacking dirmngr (2.2.40-1.1) ... #13 25.62 Selecting previously unselected package gnupg-l10n. #14 32.10 Get:253 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libwant-perl armhf 0.29-2build1 [22.7 kB] #13 27.82 Selecting previously unselected package binutils-arm-linux-gnueabihf. #13 27.83 Preparing to unpack .../030-binutils-arm-linux-gnueabihf_2.35.2-2_armhf.deb ... #13 27.83 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... #14 27.35 Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-glob-perl all 0.10-1 [7554 B] #14 27.37 Get:258 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB] #14 27.42 Get:259 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB] #14 27.43 Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-string-perl all 1.08-3 [11.1 kB] #14 27.44 Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-ttf-perl all 1.06-1 [313 kB] #14 27.59 Get:262 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuture-perl all 0.43-1 [77.8 kB] #14 27.61 Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB] #14 27.62 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-validate-perl amd64 1.29-3 [52.7 kB] #13 23.49 Preparing : 1/1 #13 23.54 Installing : elfutils-debuginfod-client-0.190-2.el9.x86_64 1/139 #13 23.56 Installing : binutils-gold-2.35.2-42.el9.x86_64 2/139 #13 23.64 Installing : binutils-2.35.2-42.el9.x86_64 3/139 #13 23.65 Running scriptlet: binutils-2.35.2-42.el9.x86_64 3/139 #13 23.67 Installing : xz-5.2.5-8.el9.x86_64 4/139 #13 23.69 Installing : systemd-libs-252-23.el9.x86_64 5/139 #13 23.69 Running scriptlet: systemd-libs-252-23.el9.x86_64 5/139 #13 23.71 Running scriptlet: groff-base-1.22.4-10.el9.x86_64 6/139 #13 23.75 Installing : groff-base-1.22.4-10.el9.x86_64 6/139 #13 23.76 Running scriptlet: groff-base-1.22.4-10.el9.x86_64 6/139 #13 23.77 Installing : file-5.39-14.el9.x86_64 7/139 #13 23.80 Installing : elfutils-0.190-2.el9.x86_64 8/139 #13 28.90 Preparing to unpack .../117-libimport-into-perl_1.002005-1_all.deb ... #13 28.91 Unpacking libimport-into-perl (1.002005-1) ... #13 28.94 Selecting previously unselected package librole-tiny-perl. #13 28.94 Preparing to unpack .../118-librole-tiny-perl_2.000006-1_all.deb ... #13 28.94 Unpacking librole-tiny-perl (2.000006-1) ... #13 28.98 Selecting previously unselected package libstrictures-perl. #13 28.98 Preparing to unpack .../119-libstrictures-perl_2.000005-1_all.deb ... #13 28.98 Unpacking libstrictures-perl (2.000005-1) ... #13 29.01 Selecting previously unselected package libsub-quote-perl. #13 29.01 Preparing to unpack .../120-libsub-quote-perl_2.005001-1_all.deb ... #13 29.02 Unpacking libsub-quote-perl (2.005001-1) ... #13 29.04 Selecting previously unselected package libmoo-perl. #13 29.05 Preparing to unpack .../121-libmoo-perl_2.003004-2_all.deb ... #13 29.05 Unpacking libmoo-perl (2.003004-2) ... #13 29.08 Selecting previously unselected package libencode-locale-perl. #13 29.08 Preparing to unpack .../122-libencode-locale-perl_1.05-1_all.deb ... #13 29.08 Unpacking libencode-locale-perl (1.05-1) ... #13 29.11 Selecting previously unselected package libtimedate-perl. #14 24.24 Get:129 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2ubuntu0.1 [48.4 kB] #14 24.32 Get:130 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB] #14 24.39 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] #14 24.49 Get:132 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libnghttp2-14 arm64 1.40.0-1ubuntu0.2 [75.9 kB] #14 30.04 Get:209 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf fonts-dejavu-core all 2.37-6 [1137 kB] #13 29.38 Selecting previously unselected package libxml2:armhf. #13 29.38 Preparing to unpack .../055-libxml2_2.9.10+dfsg-6.7+deb11u4_armhf.deb ... #13 29.38 Unpacking libxml2:armhf (2.9.10+dfsg-6.7+deb11u4) ... #13 29.49 Selecting previously unselected package gettext. #13 29.49 Preparing to unpack .../056-gettext_0.21-4_armhf.deb ... #13 29.50 Unpacking gettext (0.21-4) ... #13 29.62 Selecting previously unselected package intltool-debian. #13 29.82 Preparing to unpack .../145-perl-openssl-defaults_7+b1_amd64.deb ... #13 29.82 Unpacking perl-openssl-defaults:amd64 (7+b1) ... #13 29.85 Selecting previously unselected package libnet-ssleay-perl:amd64. #13 29.85 Preparing to unpack .../146-libnet-ssleay-perl_1.92-2+b1_amd64.deb ... #13 29.85 Unpacking libnet-ssleay-perl:amd64 (1.92-2+b1) ... #13 29.91 Selecting previously unselected package libio-socket-ssl-perl. #13 29.91 Preparing to unpack .../147-libio-socket-ssl-perl_2.081-2_all.deb ... #13 29.91 Unpacking libio-socket-ssl-perl (2.081-2) ... #13 29.96 Selecting previously unselected package libnet-http-perl. #13 29.96 Preparing to unpack .../148-libnet-http-perl_6.22-1_all.deb ... #13 29.97 Unpacking libnet-http-perl (6.22-1) ... #13 30.00 Selecting previously unselected package liblwp-protocol-https-perl. #13 30.00 Preparing to unpack .../149-liblwp-protocol-https-perl_6.10-1_all.deb ... #13 30.00 Unpacking liblwp-protocol-https-perl (6.10-1) ... #13 30.04 Selecting previously unselected package libtry-tiny-perl. #13 30.04 Preparing to unpack .../150-libtry-tiny-perl_0.31-2_all.deb ... #13 30.04 Unpacking libtry-tiny-perl (0.31-2) ... #13 30.07 Selecting previously unselected package libwww-robotrules-perl. #14 21.10 Preparing to unpack .../120-po-debconf_1.0.21+nmu1_all.deb ... #14 21.11 Unpacking po-debconf (1.0.21+nmu1) ... #14 21.15 Selecting previously unselected package debhelper. #14 21.16 Preparing to unpack .../121-debhelper_13.6ubuntu1_all.deb ... #14 21.16 Unpacking debhelper (13.6ubuntu1) ... #14 21.24 Selecting previously unselected package libfakeroot:amd64. #14 21.24 Preparing to unpack .../122-libfakeroot_1.28-1ubuntu1_amd64.deb ... #14 21.24 Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ... #14 21.28 Selecting previously unselected package fakeroot. #14 21.28 Preparing to unpack .../123-fakeroot_1.28-1ubuntu1_amd64.deb ... #14 21.28 Unpacking fakeroot (1.28-1ubuntu1) ... #14 21.35 Selecting previously unselected package libassuan0:amd64. #14 33.78 Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-uri-perl all 0.07-2 [11.1 kB] #14 33.85 Get:253 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libdistro-info-perl all 1.1ubuntu0.2 [5222 B] #14 20.94 Get:111 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 build-essential arm64 12.9ubuntu3 [4740 B] #14 22.97 Preparing to unpack .../071-libmpc3_1.3.1-1_amd64.deb ... #14 22.98 Unpacking libmpc3:amd64 (1.3.1-1) ... #14 23.01 Selecting previously unselected package cpp-13. #14 23.01 Preparing to unpack .../072-cpp-13_13.2.0-4ubuntu3_amd64.deb ... #14 23.01 Unpacking cpp-13 (13.2.0-4ubuntu3) ... #14 23.18 Selecting previously unselected package cpp. #14 25.60 Preparing to unpack .../101-curl_7.88.1-8ubuntu2.4_amd64.deb ... #14 25.60 Unpacking curl (7.88.1-8ubuntu2.4) ... #14 25.64 Selecting previously unselected package dctrl-tools. #14 25.64 Preparing to unpack .../102-dctrl-tools_2.24-3build2_amd64.deb ... #14 25.65 Unpacking dctrl-tools (2.24-3build2) ... #14 25.76 Selecting previously unselected package libdebhelper-perl. #14 25.76 Preparing to unpack .../103-libdebhelper-perl_13.11.4ubuntu3_all.deb ... #14 25.77 Unpacking libdebhelper-perl (13.11.4ubuntu3) ... #14 25.80 Selecting previously unselected package libtool. #14 25.80 Preparing to unpack .../104-libtool_2.4.7-5_all.deb ... #14 25.80 Unpacking libtool (2.4.7-5) ... #14 25.83 Selecting previously unselected package dh-autoreconf. #14 25.84 Preparing to unpack .../105-dh-autoreconf_20_all.deb ... #14 25.84 Unpacking dh-autoreconf (20) ... #14 25.87 Selecting previously unselected package libarchive-zip-perl. #14 25.87 Preparing to unpack .../106-libarchive-zip-perl_1.68-1_all.deb ... #14 25.88 Unpacking libarchive-zip-perl (1.68-1) ... #14 25.91 Selecting previously unselected package libsub-override-perl. #14 25.92 Preparing to unpack .../107-libsub-override-perl_0.09-4_all.deb ... #14 25.93 Unpacking libsub-override-perl (0.09-4) ... #14 25.95 Selecting previously unselected package libfile-stripnondeterminism-perl. #14 25.96 Preparing to unpack .../108-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ... #14 25.96 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ... #14 25.99 Selecting previously unselected package dh-strip-nondeterminism. #14 22.09 Get:117 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 g++ arm64 4:12.2.0-3ubuntu1 [1106 B] #14 22.11 Get:118 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 make arm64 4.3-4.1build1 [177 kB] #14 22.11 Get:119 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdpkg-perl all 1.21.21ubuntu1 [247 kB] #15 18.92 (2/89): desktop-file-utils-0.26-1.el8.x86_64.rp 349 kB/s | 80 kB 00:00 #15 18.92 (3/89): gc-7.6.4-3.el8.x86_64.rpm 16 MB/s | 109 kB 00:00 #15 18.93 (4/89): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm 2.3 MB/s | 9.3 kB 00:00 #15 18.93 (5/89): go-srpm-macros-2-17.el8.noarch.rpm 3.0 MB/s | 13 kB 00:00 #15 18.98 (6/89): efi-srpm-macros-3-3.el8.noarch.rpm 77 kB/s | 22 kB 00:00 #15 18.98 (7/89): libatomic_ops-7.6.2-3.el8.x86_64.rpm 7.0 MB/s | 38 kB 00:00 #15 18.99 (8/89): libipt-1.6.1-8.el8.x86_64.rpm 8.7 MB/s | 50 kB 00:00 #15 19.02 (9/89): guile-2.0.14-7.el8.x86_64.rpm 39 MB/s | 3.5 MB 00:00 #15 19.03 (10/89): ocaml-srpm-macros-5-4.el8.noarch.rpm 257 kB/s | 9.4 kB 00:00 #15 19.03 (11/89): openblas-srpm-macros-2-2.el8.noarch.rp 1.3 MB/s | 7.9 kB 00:00 #15 19.07 (12/89): perl-Digest-1.17-395.el8.noarch.rpm 674 kB/s | 27 kB 00:00 #15 19.07 (13/89): perl-Digest-MD5-2.55-396.el8.x86_64.rp 883 kB/s | 37 kB 00:00 #15 19.08 (14/89): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 4.6 MB/s | 47 kB 00:00 #15 19.08 (15/89): perl-IO-Socket-SSL-2.066-4.module_el8+ 25 MB/s | 304 kB 00:00 #15 19.09 (16/89): perl-Mozilla-CA-20160104-7.module_el8+ 1.6 MB/s | 15 kB 00:00 #15 19.12 (17/89): gdb-headless-8.2-20.el8.x86_64.rpm 19 MB/s | 3.7 MB 00:00 #15 19.12 (18/89): perl-URI-1.73-3.el8.noarch.rpm 3.4 MB/s | 116 kB 00:00 #15 19.13 (19/89): perl-libnet-3.11-3.el8.noarch.rpm 17 MB/s | 121 kB 00:00 #13 17.47 Transaction test succeeded. #13 33.33 Preparing to unpack .../109-libfile-which-perl_1.27-2_all.deb ... #13 33.34 Unpacking libfile-which-perl (1.27-2) ... #13 33.37 Selecting previously unselected package libfile-homedir-perl. #13 33.37 Preparing to unpack .../110-libfile-homedir-perl_1.006-2_all.deb ... #13 33.38 Unpacking libfile-homedir-perl (1.006-2) ... #13 33.41 Selecting previously unselected package libfile-touch-perl. #13 33.42 Preparing to unpack .../111-libfile-touch-perl_0.12-2_all.deb ... #13 33.42 Unpacking libfile-touch-perl (0.12-2) ... #13 33.46 Selecting previously unselected package libio-pty-perl. #13 33.46 Preparing to unpack .../112-libio-pty-perl_1%3a1.17-1_armhf.deb ... #13 33.46 Unpacking libio-pty-perl (1:1.17-1) ... #13 33.50 Selecting previously unselected package libipc-run-perl. #13 33.50 Preparing to unpack .../113-libipc-run-perl_20220807.0-1_all.deb ... #13 33.50 Unpacking libipc-run-perl (20220807.0-1) ... #13 33.55 Selecting previously unselected package libclass-method-modifiers-perl. #13 33.55 Preparing to unpack .../114-libclass-method-modifiers-perl_2.14-1_all.deb ... #13 33.55 Unpacking libclass-method-modifiers-perl (2.14-1) ... #13 33.59 Selecting previously unselected package libclass-xsaccessor-perl. #14 23.48 Get:144 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gettext arm64 0.21-13 [841 kB] #13 25.63 Preparing to unpack .../104-gnupg-l10n_2.2.40-1.1_all.deb ... #13 25.63 Unpacking gnupg-l10n (2.2.40-1.1) ... #13 25.76 Selecting previously unselected package gnupg-utils. #13 25.76 Preparing to unpack .../105-gnupg-utils_2.2.40-1.1_arm64.deb ... #13 25.77 Unpacking gnupg-utils (2.2.40-1.1) ... #13 25.83 Selecting previously unselected package gpg. #13 25.83 Preparing to unpack .../106-gpg_2.2.40-1.1_arm64.deb ... #13 25.84 Unpacking gpg (2.2.40-1.1) ... #13 25.91 Selecting previously unselected package pinentry-curses. #14 32.52 Get:254 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libcontextual-return-perl all 0.004014-4 [53.2 kB] #13 28.09 Selecting previously unselected package binutils. #13 28.09 Preparing to unpack .../031-binutils_2.35.2-2_armhf.deb ... #13 28.10 Unpacking binutils (2.35.2-2) ... #13 28.17 Selecting previously unselected package libc-dev-bin. #13 28.17 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u7_armhf.deb ... #13 28.18 Unpacking libc-dev-bin (2.31-13+deb11u7) ... #13 28.23 Selecting previously unselected package linux-libc-dev:armhf. #13 28.23 Preparing to unpack .../033-linux-libc-dev_5.10.205-2_armhf.deb ... #13 28.24 Unpacking linux-libc-dev:armhf (5.10.205-2) ... #14 27.77 Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB] #14 27.94 Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-versions-perl all 1.62-1 [9294 B] #13 23.87 Installing : gdb-minimal-10.2-13.el9.x86_64 9/139 #13 23.88 Installing : dwz-0.14-3.el9.x86_64 10/139 #13 23.89 Installing : unzip-6.0-56.el9.x86_64 11/139 #13 23.90 Installing : libproxy-0.4.15-35.el9.x86_64 12/139 #13 23.91 Installing : cpio-2.13-16.el9.x86_64 13/139 #13 23.91 Installing : bzip2-1.0.8-8.el9.x86_64 14/139 #13 23.93 Installing : zip-3.0-35.el9.x86_64 15/139 #13 23.93 Installing : debugedit-5.0-5.el9.x86_64 16/139 #13 23.94 Installing : python3-file-magic-5.39-14.el9.noarch 17/139 #13 23.95 Installing : dbus-libs-1:1.12.20-8.el9.x86_64 18/139 #13 23.96 Installing : python3-dbus-1.2.18-2.el9.x86_64 19/139 #13 23.98 Installing : python3-systemd-234-18.el9.x86_64 20/139 #13 23.98 Installing : rust-srpm-macros-17-4.el9.noarch 21/139 #13 23.99 Installing : qt5-srpm-macros-5.15.9-1.el9.noarch 22/139 #13 23.99 Installing : pyproject-srpm-macros-1.9.0-1.el9.noarch 23/139 #13 24.00 Installing : perl-srpm-macros-1-41.el9.noarch 24/139 #13 24.00 Installing : openblas-srpm-macros-2-11.el9.noarch 25/139 #13 24.01 Installing : ocaml-srpm-macros-6-6.el9.noarch 26/139 #13 24.01 Installing : lua-srpm-macros-1-6.el9.noarch 27/139 #13 24.02 Installing : libstemmer-0-18.585svn.el9.x86_64 28/139 #13 24.03 Installing : libjpeg-turbo-2.0.90-7.el9.x86_64 29/139 #13 24.03 Installing : hunspell-filesystem-1.7.0-11.el9.x86_64 30/139 #13 24.04 Installing : hunspell-en-GB-0.20140811.1-20.el9.noarch 31/139 #13 24.05 Installing : hunspell-en-0.20140811.1-20.el9.noarch 32/139 #13 24.06 Installing : hunspell-en-US-0.20140811.1-20.el9.noarch 33/139 #13 24.07 Installing : hunspell-1.7.0-11.el9.x86_64 34/139 #13 29.12 Preparing to unpack .../123-libtimedate-perl_2.3000-2+deb10u1_all.deb ... #13 29.12 Unpacking libtimedate-perl (2.3000-2+deb10u1) ... #13 29.15 Selecting previously unselected package libhttp-date-perl. #13 29.16 Preparing to unpack .../124-libhttp-date-perl_6.02-1_all.deb ... #13 29.16 Unpacking libhttp-date-perl (6.02-1) ... #13 29.19 Selecting previously unselected package libfile-listing-perl. #13 29.19 Preparing to unpack .../125-libfile-listing-perl_6.04-1_all.deb ... #13 29.20 Unpacking libfile-listing-perl (6.04-1) ... #13 29.22 Selecting previously unselected package libhtml-tagset-perl. #13 29.22 Preparing to unpack .../126-libhtml-tagset-perl_3.20-3_all.deb ... #13 29.23 Unpacking libhtml-tagset-perl (3.20-3) ... #13 29.29 Selecting previously unselected package liburi-perl. #13 29.30 Preparing to unpack .../127-liburi-perl_1.76-1_all.deb ... #13 29.30 Unpacking liburi-perl (1.76-1) ... #13 29.34 Selecting previously unselected package libhtml-parser-perl. #14 24.57 Get:133 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build1 [53.3 kB] #14 24.73 Get:134 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssh-4 arm64 0.9.3-2ubuntu2.5 [160 kB] #13 29.62 Preparing to unpack .../057-intltool-debian_0.35.0+20060710.5_all.deb ... #13 29.62 Unpacking intltool-debian (0.35.0+20060710.5) ... #13 29.65 Selecting previously unselected package po-debconf. #13 29.65 Preparing to unpack .../058-po-debconf_1.0.21+nmu1_all.deb ... #13 29.66 Unpacking po-debconf (1.0.21+nmu1) ... #13 29.70 Selecting previously unselected package debhelper. #13 29.70 Preparing to unpack .../059-debhelper_13.3.4_all.deb ... #13 29.71 Unpacking debhelper (13.3.4) ... #13 29.80 Selecting previously unselected package libfakeroot:armhf. #13 29.80 Preparing to unpack .../060-libfakeroot_1.25.3-1.1_armhf.deb ... #13 29.81 Unpacking libfakeroot:armhf (1.25.3-1.1) ... #13 29.84 Selecting previously unselected package fakeroot. #13 29.84 Preparing to unpack .../061-fakeroot_1.25.3-1.1_armhf.deb ... #13 29.85 Unpacking fakeroot (1.25.3-1.1) ... #13 29.88 Selecting previously unselected package libfile-dirlist-perl. #13 30.07 Preparing to unpack .../151-libwww-robotrules-perl_6.02-1_all.deb ... #13 30.08 Unpacking libwww-robotrules-perl (6.02-1) ... #13 30.11 Selecting previously unselected package libwww-perl. #13 30.11 Preparing to unpack .../152-libwww-perl_6.68-1_all.deb ... #13 30.11 Unpacking libwww-perl (6.68-1) ... #13 30.16 Selecting previously unselected package patchutils. #13 30.16 Preparing to unpack .../153-patchutils_0.4.2-1_amd64.deb ... #13 30.16 Unpacking patchutils (0.4.2-1) ... #13 30.21 Selecting previously unselected package wdiff. #14 21.35 Preparing to unpack .../124-libassuan0_2.5.5-1build1_amd64.deb ... #14 21.36 Unpacking libassuan0:amd64 (2.5.5-1build1) ... #14 21.39 Selecting previously unselected package gpgconf. #14 21.39 Preparing to unpack .../125-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ... #14 21.39 Unpacking gpgconf (2.2.27-3ubuntu2.1) ... #14 21.43 Selecting previously unselected package libksba8:amd64. #14 21.44 Preparing to unpack .../126-libksba8_1.6.0-2ubuntu0.2_amd64.deb ... #14 21.44 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ... #14 21.48 Selecting previously unselected package libnpth0:amd64. #14 21.48 Preparing to unpack .../127-libnpth0_1.6-3build2_amd64.deb ... #14 21.49 Unpacking libnpth0:amd64 (1.6-3build2) ... #14 21.53 Selecting previously unselected package dirmngr. #14 21.53 Preparing to unpack .../128-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ... #14 21.54 Unpacking dirmngr (2.2.27-3ubuntu2.1) ... #14 21.58 Selecting previously unselected package gnupg-l10n. #14 21.58 Preparing to unpack .../129-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ... #14 21.58 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ... #14 21.62 Selecting previously unselected package gnupg-utils. #14 21.62 Preparing to unpack .../130-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ... #14 21.62 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ... #14 21.66 Selecting previously unselected package gpg. #14 21.66 Preparing to unpack .../131-gpg_2.2.27-3ubuntu2.1_amd64.deb ... #14 21.66 Unpacking gpg (2.2.27-3ubuntu2.1) ... #14 21.70 Selecting previously unselected package pinentry-curses. #14 33.86 Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libemail-address-xs-perl armhf 1.04-1build6 [26.0 kB] #14 33.93 Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-system-simple-perl all 1.30-1 [23.2 kB] #14 33.98 Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-basedir-perl all 0.09-1 [15.7 kB] #14 34.00 Get:257 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-chdir-perl all 0.1008-1.1 [10.6 kB] #14 34.01 Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-fcntllock-perl armhf 0.22-3build7 [33.3 kB] #14 34.05 Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnumber-compare-perl all 0.03-2 [7058 B] #14 34.05 Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-glob-perl all 0.11-2 [8042 B] #14 34.06 Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB] #14 34.08 Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfont-afm-perl all 1.20-3 [13.6 kB] #14 21.01 Get:112 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB] #14 23.19 Preparing to unpack .../073-cpp_4%3a13.2.0-1ubuntu1_amd64.deb ... #14 23.19 Unpacking cpp (4:13.2.0-1ubuntu1) ... #14 23.23 Selecting previously unselected package libcc1-0:amd64. #14 23.23 Preparing to unpack .../074-libcc1-0_13.2.0-4ubuntu3_amd64.deb ... #14 23.23 Unpacking libcc1-0:amd64 (13.2.0-4ubuntu3) ... #14 23.27 Selecting previously unselected package libgomp1:amd64. #14 23.27 Preparing to unpack .../075-libgomp1_13.2.0-4ubuntu3_amd64.deb ... #14 23.27 Unpacking libgomp1:amd64 (13.2.0-4ubuntu3) ... #14 23.32 Selecting previously unselected package libitm1:amd64. #13 28.64 Selecting previously unselected package gcc. #13 28.65 Preparing to unpack .../033-gcc_4%3a8.3.0-1+rpi2_armhf.deb ... #13 28.65 Unpacking gcc (4:8.3.0-1+rpi2) ... #13 28.69 Selecting previously unselected package libc-dev-bin. #13 28.69 Preparing to unpack .../034-libc-dev-bin_2.28-10+rpt2+rpi1+deb10u2_armhf.deb ... #13 28.70 Unpacking libc-dev-bin (2.28-10+rpt2+rpi1+deb10u2) ... #13 28.76 Selecting previously unselected package linux-libc-dev:armhf. #13 28.76 Preparing to unpack .../035-linux-libc-dev_1%3a1.20230509~buster-1_armhf.deb ... #13 28.77 Unpacking linux-libc-dev:armhf (1:1.20230509~buster-1) ... #14 25.99 Preparing to unpack .../109-dh-strip-nondeterminism_1.13.1-1_all.deb ... #14 25.99 Unpacking dh-strip-nondeterminism (1.13.1-1) ... #14 26.03 Selecting previously unselected package libdw1:amd64. #14 26.03 Preparing to unpack .../110-libdw1_0.188-2.1_amd64.deb ... #14 26.04 Unpacking libdw1:amd64 (0.188-2.1) ... #14 26.07 Selecting previously unselected package debugedit. #14 26.07 Preparing to unpack .../111-debugedit_1%3a5.0-5_amd64.deb ... #14 26.08 Unpacking debugedit (1:5.0-5) ... #14 26.11 Selecting previously unselected package dwz. #14 26.11 Preparing to unpack .../112-dwz_0.15-1_amd64.deb ... #14 26.11 Unpacking dwz (0.15-1) ... #14 26.15 Selecting previously unselected package gettext. #14 26.15 Preparing to unpack .../113-gettext_0.21-11_amd64.deb ... #14 26.15 Unpacking gettext (0.21-11) ... #14 26.20 Selecting previously unselected package intltool-debian. #14 26.20 Preparing to unpack .../114-intltool-debian_0.35.0+20060710.6_all.deb ... #14 26.20 Unpacking intltool-debian (0.35.0+20060710.6) ... #14 26.24 Selecting previously unselected package po-debconf. #13 31.28 Selecting previously unselected package libfakeroot:armhf. #13 31.28 Preparing to unpack .../084-libfakeroot_1.23-1_armhf.deb ... #13 31.28 Unpacking libfakeroot:armhf (1.23-1) ... #13 31.32 Selecting previously unselected package fakeroot. #13 31.32 Preparing to unpack .../085-fakeroot_1.23-1_armhf.deb ... #13 31.32 Unpacking fakeroot (1.23-1) ... #13 31.36 Selecting previously unselected package libassuan0:armhf. #13 31.36 Preparing to unpack .../086-libassuan0_2.5.2-1_armhf.deb ... #13 31.37 Unpacking libassuan0:armhf (2.5.2-1) ... #13 31.40 Selecting previously unselected package gpgconf. #13 31.40 Preparing to unpack .../087-gpgconf_2.2.12-1+deb10u2_armhf.deb ... #13 31.40 Unpacking gpgconf (2.2.12-1+deb10u2) ... #13 31.45 Selecting previously unselected package libksba8:armhf. #13 31.46 Preparing to unpack .../088-libksba8_1.3.5-2+deb10u2_armhf.deb ... #13 31.46 Unpacking libksba8:armhf (1.3.5-2+deb10u2) ... #13 31.50 Selecting previously unselected package libnpth0:armhf. #13 31.50 Preparing to unpack .../089-libnpth0_1.6-1_armhf.deb ... #13 31.51 Unpacking libnpth0:armhf (1.6-1) ... #13 31.55 Selecting previously unselected package dirmngr. #13 31.55 Preparing to unpack .../090-dirmngr_2.2.12-1+deb10u2_armhf.deb ... #13 31.57 Unpacking dirmngr (2.2.12-1+deb10u2) ... #14 22.51 Get:120 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 bzip2 arm64 1.0.8-5build1 [34.6 kB] #15 19.14 (20/89): perl-srpm-macros-1-25.el8.noarch.rpm 522 kB/s | 11 kB 00:00 #15 19.15 (21/89): python3-systemd-234-8.el8.x86_64.rpm 3.7 MB/s | 81 kB 00:00 #15 19.15 (22/89): qt5-srpm-macros-5.15.3-1.el8.noarch.rp 1.5 MB/s | 11 kB 00:00 #15 19.16 (23/89): perl-Net-SSLeay-1.88-2.module_el8+339+ 5.6 MB/s | 402 kB 00:00 #15 19.16 (24/89): rpmlint-1.10-14.el8.noarch.rpm 16 MB/s | 192 kB 00:00 #15 19.17 (25/89): rust-srpm-macros-5-2.el8.noarch.rpm 998 kB/s | 9.2 kB 00:00 #15 19.17 (26/89): rpm-build-4.14.3-31.el8.x86_64.rpm 7.9 MB/s | 185 kB 00:00 #15 19.17 (27/89): bzip2-1.0.6-26.el8.x86_64.rpm 6.4 MB/s | 60 kB 00:00 #15 19.18 (28/89): dbus-glib-0.110-2.el8.x86_64.rpm 15 MB/s | 127 kB 00:00 #15 19.19 (29/89): zstd-1.4.4-1.el8.x86_64.rpm 16 MB/s | 393 kB 00:00 #15 19.19 (30/89): dnf-plugins-core-4.0.21-25.el8.noarch. 7.1 MB/s | 77 kB 00:00 #15 19.20 (31/89): diffutils-3.6-6.el8.x86_64.rpm 15 MB/s | 358 kB 00:00 #15 19.20 (32/89): elfutils-debuginfod-client-0.190-2.el8 6.4 MB/s | 77 kB 00:00 #15 19.21 (33/89): emacs-filesystem-26.1-11.el8.noarch.rp 8.6 MB/s | 70 kB 00:00 #15 19.21 (34/89): file-5.33-25.el8.x86_64.rpm 9.4 MB/s | 77 kB 00:00 #15 19.22 (35/89): elfutils-0.190-2.el8.x86_64.rpm 17 MB/s | 581 kB 00:00 #15 19.23 (36/89): libbabeltrace-1.5.4-4.el8.x86_64.rpm 21 MB/s | 200 kB 00:00 #15 19.24 (37/89): groff-base-1.22.3-18.el8.x86_64.rpm 35 MB/s | 1.0 MB 00:00 #15 19.24 (38/89): libpkgconf-1.4.2-1.el8.x86_64.rpm 2.5 MB/s | 35 kB 00:00 #15 19.25 (39/89): libtool-ltdl-2.4.6-25.el8.x86_64.rpm 10 MB/s | 58 kB 00:00 #15 19.26 (40/89): glibc-gconv-extra-2.28-248.el8.x86_64. 30 MB/s | 1.7 MB 00:00 #15 19.27 (41/89): ncurses-6.1-10.20180224.el8.x86_64.rpm 14 MB/s | 393 kB 00:00 #15 19.27 (42/89): patch-2.7.6-11.el8.x86_64.rpm 12 MB/s | 138 kB 00:00 #15 19.28 (43/89): perl-Carp-1.42-396.el8.noarch.rpm 4.7 MB/s | 30 kB 00:00 #15 19.29 (44/89): openssl-1.1.1k-12.el8.x86_64.rpm 17 MB/s | 738 kB 00:00 #15 19.29 (45/89): perl-Data-Dumper-2.167-399.el8.x86_64. 3.5 MB/s | 58 kB 00:00 #15 19.29 (46/89): perl-Errno-1.28-422.el8.x86_64.rpm 11 MB/s | 76 kB 00:00 #15 19.30 (47/89): perl-Exporter-5.72-396.el8.noarch.rpm 5.2 MB/s | 34 kB 00:00 #15 19.30 (48/89): perl-File-Path-2.15-2.el8.noarch.rpm 6.2 MB/s | 38 kB 00:00 #15 19.34 (49/89): perl-File-Temp-0.230.600-1.el8.noarch. 1.5 MB/s | 63 kB 00:00 #15 19.34 (50/89): perl-Getopt-Long-2.50-4.el8.noarch.rpm 1.5 MB/s | 63 kB 00:00 #15 19.35 (51/89): perl-HTTP-Tiny-0.074-3.el8.noarch.rpm 8.0 MB/s | 59 kB 00:00 #15 19.35 (52/89): perl-IO-1.38-422.el8.x86_64.rpm 17 MB/s | 142 kB 00:00 #15 19.35 (53/89): perl-MIME-Base64-3.15-396.el8.x86_64.r 3.9 MB/s | 31 kB 00:00 #15 19.36 (54/89): perl-PathTools-3.74-1.el8.x86_64.rpm 13 MB/s | 90 kB 00:00 #15 19.36 (55/89): perl-Pod-Escapes-1.07-395.el8.noarch.r 3.4 MB/s | 20 kB 00:00 #15 19.36 (56/89): perl-Pod-Perldoc-3.28-396.el8.noarch.r 14 MB/s | 86 kB 00:00 #15 19.37 (57/89): perl-Pod-Usage-1.69-395.el8.noarch.rpm 9.7 MB/s | 34 kB 00:00 #15 19.37 (58/89): perl-Pod-Simple-3.35-395.el8.noarch.rp 18 MB/s | 213 kB 00:00 #15 19.39 (59/89): perl-Encode-2.97-3.el8.x86_64.rpm 14 MB/s | 1.5 MB 00:00 #15 19.39 (60/89): perl-Socket-2.027-3.el8.x86_64.rpm 3.7 MB/s | 59 kB 00:00 #15 19.39 (61/89): perl-Scalar-List-Utils-1.49-2.el8.x86_ 3.0 MB/s | 68 kB 00:00 #15 19.39 (62/89): perl-Term-ANSIColor-4.06-396.el8.noarc 7.4 MB/s | 46 kB 00:00 #15 19.40 (63/89): perl-Term-Cap-1.17-395.el8.noarch.rpm 3.5 MB/s | 23 kB 00:00 #15 19.40 (64/89): perl-Text-ParseWords-3.30-395.el8.noar 3.2 MB/s | 18 kB 00:00 #15 19.40 (65/89): perl-Text-Tabs+Wrap-2013.0523-395.el8. 3.9 MB/s | 24 kB 00:00 #15 19.41 (66/89): perl-Storable-3.11-3.el8.x86_64.rpm 4.3 MB/s | 98 kB 00:00 #15 19.41 (67/89): perl-Time-Local-1.280-1.el8.noarch.rpm 3.3 MB/s | 34 kB 00:00 #15 19.41 (68/89): perl-constant-1.33-396.el8.noarch.rpm 4.0 MB/s | 25 kB 00:00 #15 19.42 (69/89): perl-Unicode-Normalize-1.25-396.el8.x8 5.9 MB/s | 82 kB 00:00 #15 19.42 (70/89): perl-macros-5.26.3-422.el8.x86_64.rpm 12 MB/s | 73 kB 00:00 #15 19.43 (71/89): perl-parent-0.237-1.el8.noarch.rpm 4.2 MB/s | 20 kB 00:00 #15 19.45 (72/89): perl-libs-5.26.3-422.el8.x86_64.rpm 51 MB/s | 1.6 MB 00:00 #14 33.76 Selecting previously unselected package python3-minimal. #14 33.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 ... 4431 files and directories currently installed.) #14 33.76 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_armhf.deb ... #14 33.76 Unpacking python3-minimal (3.8.2-0ubuntu2) ... #14 33.80 Selecting previously unselected package mime-support. #14 33.80 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... #14 33.80 Unpacking mime-support (3.64ubuntu1) ... #14 33.84 Selecting previously unselected package libmpdec2:armhf. #14 33.84 Preparing to unpack .../2-libmpdec2_2.4.2-3_armhf.deb ... #13 17.47 Running transaction #13 33.59 Preparing to unpack .../115-libclass-xsaccessor-perl_1.19-4+b1_armhf.deb ... #13 33.59 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ... #13 33.63 Selecting previously unselected package libb-hooks-op-check-perl:armhf. #13 33.63 Preparing to unpack .../116-libb-hooks-op-check-perl_0.22-2+b1_armhf.deb ... #13 33.64 Unpacking libb-hooks-op-check-perl:armhf (0.22-2+b1) ... #13 33.67 Selecting previously unselected package libdynaloader-functions-perl. #13 33.68 Preparing to unpack .../117-libdynaloader-functions-perl_0.003-3_all.deb ... #13 33.68 Unpacking libdynaloader-functions-perl (0.003-3) ... #13 33.71 Selecting previously unselected package libdevel-callchecker-perl:armhf. #13 33.72 Preparing to unpack .../118-libdevel-callchecker-perl_0.008-2_armhf.deb ... #13 33.72 Unpacking libdevel-callchecker-perl:armhf (0.008-2) ... #13 33.75 Selecting previously unselected package libparams-classify-perl:armhf. #13 33.76 Preparing to unpack .../119-libparams-classify-perl_0.015-2+b1_armhf.deb ... #13 33.76 Unpacking libparams-classify-perl:armhf (0.015-2+b1) ... #13 33.80 Selecting previously unselected package libmodule-runtime-perl. #13 33.80 Preparing to unpack .../120-libmodule-runtime-perl_0.016-2_all.deb ... #13 33.80 Unpacking libmodule-runtime-perl (0.016-2) ... #13 33.86 Selecting previously unselected package libimport-into-perl. #13 25.92 Preparing to unpack .../107-pinentry-curses_1.2.1-1_arm64.deb ... #13 25.92 Unpacking pinentry-curses (1.2.1-1) ... #13 25.96 Selecting previously unselected package gpg-agent. #13 25.96 Preparing to unpack .../108-gpg-agent_2.2.40-1.1_arm64.deb ... #13 25.96 Unpacking gpg-agent (2.2.40-1.1) ... #13 26.03 Selecting previously unselected package gpg-wks-client. #13 26.03 Preparing to unpack .../109-gpg-wks-client_2.2.40-1.1_arm64.deb ... #13 26.03 Unpacking gpg-wks-client (2.2.40-1.1) ... #13 26.07 Selecting previously unselected package gpg-wks-server. #13 26.07 Preparing to unpack .../110-gpg-wks-server_2.2.40-1.1_arm64.deb ... #13 26.07 Unpacking gpg-wks-server (2.2.40-1.1) ... #13 26.12 Selecting previously unselected package gpgsm. #13 26.12 Preparing to unpack .../111-gpgsm_2.2.40-1.1_arm64.deb ... #13 26.12 Unpacking gpgsm (2.2.40-1.1) ... #13 26.21 Selecting previously unselected package gnupg. #14 32.75 Get:255 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libcpanel-json-xs-perl armhf 4.37-1 [114 kB] #14 32.86 Get:256 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdevel-stacktrace-perl all 2.0400-2 [22.2 kB] #14 32.88 Get:257 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libexception-class-perl all 1.45-1 [28.6 kB] #14 32.90 Get:258 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libiterator-perl all 0.03+ds1-2 [18.8 kB] #14 32.91 Get:259 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libiterator-util-perl all 0.02+ds1-2 [14.1 kB] #14 32.92 Get:260 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdata-dpath-perl all 0.58-2 [38.8 kB] #14 32.93 Get:261 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdata-dump-perl all 1.25-1 [25.9 kB] #13 28.41 Selecting previously unselected package libcrypt-dev:armhf. #13 28.41 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_armhf.deb ... #13 28.41 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ... #13 28.48 Selecting previously unselected package libtirpc-dev:armhf. #13 28.48 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_armhf.deb ... #13 28.49 Unpacking libtirpc-dev:armhf (1.3.1-1+deb11u1) ... #13 28.57 Selecting previously unselected package libnsl-dev:armhf. #13 28.57 Preparing to unpack .../036-libnsl-dev_1.3.0-2_armhf.deb ... #13 28.58 Unpacking libnsl-dev:armhf (1.3.0-2) ... #14 27.95 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB] #14 27.99 Get:268 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B] #14 28.01 Get:269 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB] #14 28.09 Get:270 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.02000-2 [80.9 kB] #13 24.08 Installing : enchant-1:1.6.0-30.el9.x86_64 35/139 #13 24.09 Installing : python3-enchant-3.2.0-5.el9.noarch 36/139 #13 24.10 Installing : ghc-srpm-macros-1.5.0-6.el9.noarch 37/139 #13 24.10 Installing : emacs-filesystem-1:27.2-9.el9.noarch 38/139 #13 24.11 Installing : desktop-file-utils-0.26-6.el9.x86_64 39/139 #13 24.12 Installing : efi-srpm-macros-4-9.el9.noarch 40/139 #13 24.13 Installing : abattis-cantarell-fonts-0.301-4.el9.noarch 41/139 #13 24.14 Installing : zstd-1.5.1-2.el9.x86_64 42/139 #13 24.17 Installing : shared-mime-info-2.1-5.el9.x86_64 43/139 #13 24.18 Running scriptlet: shared-mime-info-2.1-5.el9.x86_64 43/139 #13 24.19 Installing : python3-six-1.15.0-9.el9.noarch 44/139 #13 24.20 Installing : python3-dateutil-1:2.8.1-7.el9.noarch 45/139 #13 24.22 Installing : python3-dnf-plugins-core-4.3.0-13.el9.noarch 46/139 #13 24.22 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 47/139 #13 24.24 Installing : libpsl-0.21.1-5.el9.x86_64 48/139 #13 24.24 Installing : pkgconf-m4-1.7.3-10.el9.noarch 49/139 #13 24.25 Installing : ncurses-6.2-10.20210508.el9.x86_64 50/139 #13 24.26 Installing : perl-Digest-1.19-4.el9.noarch 51/139 #13 24.27 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 52/139 #13 24.28 Installing : perl-B-1.80-481.el9.x86_64 53/139 #13 24.28 Installing : perl-FileHandle-2.03-481.el9.noarch 54/139 #13 29.34 Preparing to unpack .../128-libhtml-parser-perl_3.72-3+b3_amd64.deb ... #13 29.34 Unpacking libhtml-parser-perl (3.72-3+b3) ... #13 29.37 Selecting previously unselected package libhtml-tree-perl. #13 29.38 Preparing to unpack .../129-libhtml-tree-perl_5.07-2_all.deb ... #13 29.38 Unpacking libhtml-tree-perl (5.07-2) ... #13 29.43 Selecting previously unselected package libio-html-perl. #13 29.43 Preparing to unpack .../130-libio-html-perl_1.001-1_all.deb ... #13 29.43 Unpacking libio-html-perl (1.001-1) ... #13 29.46 Selecting previously unselected package liblwp-mediatypes-perl. #13 29.46 Preparing to unpack .../131-liblwp-mediatypes-perl_6.02-1_all.deb ... #13 29.47 Unpacking liblwp-mediatypes-perl (6.02-1) ... #13 29.51 Selecting previously unselected package libhttp-message-perl. #13 29.51 Preparing to unpack .../132-libhttp-message-perl_6.18-1_all.deb ... #13 29.52 Unpacking libhttp-message-perl (6.18-1) ... #13 29.55 Selecting previously unselected package libhttp-cookies-perl. #13 29.56 Preparing to unpack .../133-libhttp-cookies-perl_6.04-1_all.deb ... #13 29.56 Unpacking libhttp-cookies-perl (6.04-1) ... #13 29.67 Selecting previously unselected package libhttp-negotiate-perl. #13 29.88 Preparing to unpack .../062-libfile-dirlist-perl_0.05-2_all.deb ... #13 29.89 Unpacking libfile-dirlist-perl (0.05-2) ... #13 29.92 Selecting previously unselected package libfile-which-perl. #13 29.92 Preparing to unpack .../063-libfile-which-perl_1.23-1_all.deb ... #13 29.92 Unpacking libfile-which-perl (1.23-1) ... #13 29.95 Selecting previously unselected package libfile-homedir-perl. #13 29.95 Preparing to unpack .../064-libfile-homedir-perl_1.006-1_all.deb ... #13 29.95 Unpacking libfile-homedir-perl (1.006-1) ... #13 29.98 Selecting previously unselected package libfile-touch-perl. #13 29.99 Preparing to unpack .../065-libfile-touch-perl_0.11-1_all.deb ... #13 29.99 Unpacking libfile-touch-perl (0.11-1) ... #13 30.02 Selecting previously unselected package libio-pty-perl. #13 30.02 Preparing to unpack .../066-libio-pty-perl_1%3a1.15-2_armhf.deb ... #13 30.02 Unpacking libio-pty-perl (1:1.15-2) ... #13 30.05 Selecting previously unselected package libipc-run-perl. #13 30.05 Preparing to unpack .../067-libipc-run-perl_20200505.0-1_all.deb ... #13 30.06 Unpacking libipc-run-perl (20200505.0-1) ... #13 30.09 Selecting previously unselected package libclass-method-modifiers-perl. #13 30.09 Preparing to unpack .../068-libclass-method-modifiers-perl_2.13-1_all.deb ... #13 30.10 Unpacking libclass-method-modifiers-perl (2.13-1) ... #13 30.13 Selecting previously unselected package libb-hooks-op-check-perl. #13 30.13 Preparing to unpack .../069-libb-hooks-op-check-perl_0.22-1+b4_armhf.deb ... #13 30.13 Unpacking libb-hooks-op-check-perl (0.22-1+b4) ... #13 30.16 Selecting previously unselected package libdynaloader-functions-perl. #13 30.16 Preparing to unpack .../070-libdynaloader-functions-perl_0.003-1.1_all.deb ... #13 30.17 Unpacking libdynaloader-functions-perl (0.003-1.1) ... #13 30.20 Selecting previously unselected package libdevel-callchecker-perl. #13 30.21 Preparing to unpack .../154-wdiff_1.2.2-5_amd64.deb ... #13 30.21 Unpacking wdiff (1.2.2-5) ... #13 30.27 Selecting previously unselected package devscripts. #13 30.28 Preparing to unpack .../155-devscripts_2.23.4+deb12u1_amd64.deb ... #13 30.29 Unpacking devscripts (2.23.4+deb12u1) ... #13 30.42 Selecting previously unselected package diffstat. #13 30.42 Preparing to unpack .../156-diffstat_1.65-1_amd64.deb ... #13 30.43 Unpacking diffstat (1.65-1) ... #13 30.46 Selecting previously unselected package distro-info-data. #13 30.46 Preparing to unpack .../157-distro-info-data_0.58+deb12u1_all.deb ... #13 30.47 Unpacking distro-info-data (0.58+deb12u1) ... #13 30.50 Selecting previously unselected package python3-pkg-resources. #13 30.50 Preparing to unpack .../158-python3-pkg-resources_66.1.1-1_all.deb ... #13 30.51 Unpacking python3-pkg-resources (66.1.1-1) ... #13 30.58 Selecting previously unselected package python3-chardet. #14 21.71 Preparing to unpack .../132-pinentry-curses_1.1.1-1build2_amd64.deb ... #14 21.71 Unpacking pinentry-curses (1.1.1-1build2) ... #14 21.75 Selecting previously unselected package gpg-agent. #14 21.75 Preparing to unpack .../133-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ... #14 21.75 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ... #14 21.79 Selecting previously unselected package gpg-wks-client. #14 21.79 Preparing to unpack .../134-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ... #14 21.79 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ... #14 21.82 Selecting previously unselected package gpg-wks-server. #14 21.82 Preparing to unpack .../135-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ... #14 21.83 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ... #14 21.86 Selecting previously unselected package gpgsm. #14 21.86 Preparing to unpack .../136-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ... #14 21.86 Unpacking gpgsm (2.2.27-3ubuntu2.1) ... #14 21.89 Selecting previously unselected package gnupg. #14 21.89 Preparing to unpack .../137-gnupg_2.2.27-3ubuntu2.1_all.deb ... #14 21.90 Unpacking gnupg (2.2.27-3ubuntu2.1) ... #14 21.93 Selecting previously unselected package libfile-dirlist-perl. #13 26.46 Selecting previously unselected package libfakeroot:arm64. #13 26.46 Preparing to unpack .../087-libfakeroot_1.23-1_arm64.deb ... #13 26.46 Unpacking libfakeroot:arm64 (1.23-1) ... #13 26.50 Selecting previously unselected package fakeroot. #13 26.50 Preparing to unpack .../088-fakeroot_1.23-1_arm64.deb ... #13 26.50 Unpacking fakeroot (1.23-1) ... #13 26.55 Selecting previously unselected package libassuan0:arm64. #13 26.55 Preparing to unpack .../089-libassuan0_2.5.2-1_arm64.deb ... #13 26.55 Unpacking libassuan0:arm64 (2.5.2-1) ... #13 26.58 Selecting previously unselected package gpgconf. #14 30.60 Get:210 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf fontconfig-config armhf 2.14.1-3ubuntu3 [34.8 kB] #14 21.33 Get:113 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg2-3ubuntu1.2 [21.1 kB] #14 21.34 Get:114 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg2-3ubuntu1.2 [55.6 kB] #14 21.35 Get:115 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libldap-2.5-0 arm64 2.5.16+dfsg-0ubuntu0.22.04.1 [181 kB] #14 21.39 Get:116 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB] #14 21.40 Get:117 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libssh-4 arm64 0.9.6-2ubuntu0.22.04.3 [185 kB] #14 21.43 Get:118 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl4 arm64 7.81.0-1ubuntu1.15 [285 kB] #14 21.46 Get:119 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 curl arm64 7.81.0-1ubuntu1.15 [190 kB] #14 23.32 Preparing to unpack .../076-libitm1_13.2.0-4ubuntu3_amd64.deb ... #14 23.32 Unpacking libitm1:amd64 (13.2.0-4ubuntu3) ... #14 23.36 Selecting previously unselected package libatomic1:amd64. #14 23.36 Preparing to unpack .../077-libatomic1_13.2.0-4ubuntu3_amd64.deb ... #14 23.37 Unpacking libatomic1:amd64 (13.2.0-4ubuntu3) ... #14 23.41 Selecting previously unselected package libasan8:amd64. #14 23.41 Preparing to unpack .../078-libasan8_13.2.0-4ubuntu3_amd64.deb ... #14 23.41 Unpacking libasan8:amd64 (13.2.0-4ubuntu3) ... #14 23.59 Selecting previously unselected package liblsan0:amd64. #14 23.59 Preparing to unpack .../079-liblsan0_13.2.0-4ubuntu3_amd64.deb ... #14 23.60 Unpacking liblsan0:amd64 (13.2.0-4ubuntu3) ... #14 23.66 Selecting previously unselected package libtsan2:amd64. #14 23.66 Preparing to unpack .../080-libtsan2_13.2.0-4ubuntu3_amd64.deb ... #14 23.67 Unpacking libtsan2:amd64 (13.2.0-4ubuntu3) ... #14 23.75 Selecting previously unselected package libubsan1:amd64. #13 28.92 Selecting previously unselected package libc6-dev:armhf. #13 28.92 Preparing to unpack .../036-libc6-dev_2.28-10+rpt2+rpi1+deb10u2_armhf.deb ... #13 28.93 Unpacking libc6-dev:armhf (2.28-10+rpt2+rpi1+deb10u2) ... #14 26.24 Preparing to unpack .../115-po-debconf_1.0.21+nmu1_all.deb ... #14 26.25 Unpacking po-debconf (1.0.21+nmu1) ... #14 26.29 Selecting previously unselected package debhelper. #14 26.29 Preparing to unpack .../116-debhelper_13.11.4ubuntu3_all.deb ... #14 26.29 Unpacking debhelper (13.11.4ubuntu3) ... #14 26.35 Selecting previously unselected package libfakeroot:amd64. #14 26.35 Preparing to unpack .../117-libfakeroot_1.31-1.1_amd64.deb ... #14 26.36 Unpacking libfakeroot:amd64 (1.31-1.1) ... #14 26.39 Selecting previously unselected package fakeroot. #14 26.39 Preparing to unpack .../118-fakeroot_1.31-1.1_amd64.deb ... #14 26.40 Unpacking fakeroot (1.31-1.1) ... #14 26.44 Selecting previously unselected package libassuan0:amd64. #14 26.44 Preparing to unpack .../119-libassuan0_2.5.5-5_amd64.deb ... #14 26.44 Unpacking libassuan0:amd64 (2.5.5-5) ... #14 26.47 Selecting previously unselected package gpgconf. #13 31.68 Selecting previously unselected package gnupg-l10n. #13 31.68 Preparing to unpack .../091-gnupg-l10n_2.2.12-1+deb10u2_all.deb ... #13 31.68 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ... #13 31.81 Selecting previously unselected package gnupg-utils. #13 31.81 Preparing to unpack .../092-gnupg-utils_2.2.12-1+deb10u2_armhf.deb ... #13 31.81 Unpacking gnupg-utils (2.2.12-1+deb10u2) ... #13 31.88 Selecting previously unselected package gpg. #13 31.88 Preparing to unpack .../093-gpg_2.2.12-1+deb10u2_armhf.deb ... #13 31.88 Unpacking gpg (2.2.12-1+deb10u2) ... #14 22.70 Get:121 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 patch arm64 2.7.6-7build2 [105 kB] #14 22.86 Get:122 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 lto-disabled-list all 39 [12.4 kB] #15 19.45 (73/89): perl-podlators-4.11-1.el8.noarch.rpm 5.8 MB/s | 118 kB 00:00 #15 19.50 (74/89): perl-threads-2.21-2.el8.x86_64.rpm 1.0 MB/s | 61 kB 00:00 #15 19.51 (75/89): perl-threads-shared-1.58-2.el8.x86_64. 846 kB/s | 48 kB 00:00 #15 19.51 (76/89): pkgconf-1.4.2-1.el8.x86_64.rpm 7.1 MB/s | 38 kB 00:00 #15 19.51 (77/89): pkgconf-pkg-config-1.4.2-1.el8.x86_64. 4.3 MB/s | 15 kB 00:00 #15 19.52 (78/89): python-rpm-macros-3-45.el8.noarch.rpm 3.8 MB/s | 16 kB 00:00 #15 19.52 (79/89): pkgconf-m4-1.4.2-1.el8.noarch.rpm 1.3 MB/s | 17 kB 00:00 #15 19.52 (80/89): python-srpm-macros-3-45.el8.noarch.rpm 3.2 MB/s | 16 kB 00:00 #15 19.53 (81/89): python3-dbus-1.2.4-15.el8.x86_64.rpm 17 MB/s | 134 kB 00:00 #15 19.54 (82/89): python3-dateutil-2.6.1-6.el8.noarch.rp 15 MB/s | 251 kB 00:00 #15 19.54 (83/89): python3-rpm-macros-3-45.el8.noarch.rpm 4.2 MB/s | 15 kB 00:00 #15 19.55 (84/89): python3-dnf-plugins-core-4.0.21-25.el8 18 MB/s | 280 kB 00:00 #14 33.85 Unpacking libmpdec2:armhf (2.4.2-3) ... #14 33.88 Selecting previously unselected package readline-common. #14 33.89 Preparing to unpack .../3-readline-common_8.0-4_all.deb ... #14 33.89 Unpacking readline-common (8.0-4) ... #14 33.93 Selecting previously unselected package libreadline8:armhf. #14 33.93 Preparing to unpack .../4-libreadline8_8.0-4_armhf.deb ... #14 33.93 Unpacking libreadline8:armhf (8.0-4) ... #14 33.97 Selecting previously unselected package libsqlite3-0:armhf. #14 33.97 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.6_armhf.deb ... #14 33.97 Unpacking libsqlite3-0:armhf (3.31.1-4ubuntu0.6) ... #14 34.04 Selecting previously unselected package libpython3.8-stdlib:armhf. #14 34.04 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.9_armhf.deb ... #14 34.04 Unpacking libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.9) ... #13 33.86 Preparing to unpack .../121-libimport-into-perl_1.002005-2_all.deb ... #13 33.86 Unpacking libimport-into-perl (1.002005-2) ... #13 33.90 Selecting previously unselected package librole-tiny-perl. #13 33.90 Preparing to unpack .../122-librole-tiny-perl_2.002004-1_all.deb ... #13 33.91 Unpacking librole-tiny-perl (2.002004-1) ... #13 33.94 Selecting previously unselected package libsub-quote-perl. #13 33.94 Preparing to unpack .../123-libsub-quote-perl_2.006008-1_all.deb ... #13 33.95 Unpacking libsub-quote-perl (2.006008-1) ... #13 33.98 Selecting previously unselected package libmoo-perl. #13 33.98 Preparing to unpack .../124-libmoo-perl_2.005005-1_all.deb ... #13 33.99 Unpacking libmoo-perl (2.005005-1) ... #13 34.02 Selecting previously unselected package libencode-locale-perl. #13 34.03 Preparing to unpack .../125-libencode-locale-perl_1.05-3_all.deb ... #13 34.03 Unpacking libencode-locale-perl (1.05-3) ... #13 34.06 Selecting previously unselected package libtimedate-perl. #13 34.07 Preparing to unpack .../126-libtimedate-perl_2.3300-2_all.deb ... #13 34.07 Unpacking libtimedate-perl (2.3300-2) ... #13 34.11 Selecting previously unselected package libhttp-date-perl. #13 26.21 Preparing to unpack .../112-gnupg_2.2.40-1.1_all.deb ... #13 26.21 Unpacking gnupg (2.2.40-1.1) ... #13 26.27 Selecting previously unselected package libfile-dirlist-perl. #13 26.27 Preparing to unpack .../113-libfile-dirlist-perl_0.05-3_all.deb ... #13 26.28 Unpacking libfile-dirlist-perl (0.05-3) ... #13 26.31 Selecting previously unselected package libfile-which-perl. #13 26.31 Preparing to unpack .../114-libfile-which-perl_1.27-2_all.deb ... #13 26.32 Unpacking libfile-which-perl (1.27-2) ... #13 26.35 Selecting previously unselected package libfile-homedir-perl. #13 26.35 Preparing to unpack .../115-libfile-homedir-perl_1.006-2_all.deb ... #13 26.35 Unpacking libfile-homedir-perl (1.006-2) ... #13 26.39 Selecting previously unselected package libfile-touch-perl. #13 26.39 Preparing to unpack .../116-libfile-touch-perl_0.12-2_all.deb ... #13 26.40 Unpacking libfile-touch-perl (0.12-2) ... #13 26.43 Selecting previously unselected package libio-pty-perl. #14 32.94 Get:262 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdata-messagepack-perl armhf 1.02-1build1 [31.9 kB] #14 32.95 Get:263 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnet-domain-tld-perl all 1.75-3 [29.4 kB] #14 32.96 Get:264 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdata-validate-domain-perl all 0.10-1.1 [9992 B] #14 33.11 Get:265 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnet-ipv6addr-perl all 1.02-1 [21.0 kB] #13 28.63 Selecting previously unselected package libc6-dev:armhf. #13 28.63 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u7_armhf.deb ... #13 28.65 Unpacking libc6-dev:armhf (2.31-13+deb11u7) ... #14 24.03 Get:145 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 intltool-debian all 0.35.0+20060710.6 [23.2 kB] #14 24.03 Get:146 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 po-debconf all 1.0.21+nmu1 [233 kB] #14 24.04 Get:147 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 debhelper all 13.11.6ubuntu1 [935 kB] #14 24.12 Get:148 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfakeroot arm64 1.32.1-1 [31.8 kB] #14 24.12 Get:149 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 fakeroot arm64 1.32.1-1 [59.7 kB] #14 24.13 Get:150 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libassuan0 arm64 2.5.6-1 [35.8 kB] #14 28.14 Get:271 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-perl all 1.708-1 [67.8 kB] #14 28.17 Get:272 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB] #14 28.18 Get:273 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-perl all 0.38-1 [19.1 kB] #14 28.19 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-identify-perl amd64 0.14-1build2 [10.7 kB] #14 28.19 Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-name-perl amd64 0.26-1 [11.5 kB] #14 28.34 Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB] #14 28.41 Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-tiny-perl all 0.108-1 [42.6 kB] #14 28.50 Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-perl all 1.008001-2 [304 kB] #13 24.29 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 55/139 #13 24.30 Installing : perl-libnet-3.13-4.el9.noarch 56/139 #13 24.31 Installing : perl-AutoLoader-5.74-481.el9.noarch 57/139 #13 24.31 Installing : perl-base-2.27-481.el9.noarch 58/139 #13 24.32 Installing : perl-URI-5.09-3.el9.noarch 59/139 #13 24.33 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 60/139 #13 24.33 Installing : perl-if-0.60.800-481.el9.noarch 61/139 #13 24.34 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 62/139 #13 24.35 Installing : perl-Time-Local-2:1.300-7.el9.noarch 63/139 #13 24.36 Installing : perl-File-Path-2.18-4.el9.noarch 64/139 #13 24.37 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 65/139 #13 24.39 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 66/139 #13 24.40 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 67/139 #13 24.40 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 68/139 #13 24.41 Installing : perl-Class-Struct-0.66-481.el9.noarch 69/139 #13 24.41 Installing : perl-POSIX-1.94-481.el9.x86_64 70/139 #13 24.42 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 71/139 #13 24.43 Installing : perl-IPC-Open3-1.21-481.el9.noarch 72/139 #13 24.44 Installing : perl-subs-1.03-481.el9.noarch 73/139 #13 24.44 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 74/139 #13 24.45 Installing : perl-HTTP-Tiny-0.076-462.el9.noarch 75/139 #13 24.46 Installing : perl-Term-Cap-1.17-460.el9.noarch 76/139 #13 24.47 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 77/139 #13 24.48 Installing : perl-Socket-4:2.031-4.el9.x86_64 78/139 #13 24.49 Installing : perl-SelectSaver-1.02-481.el9.noarch 79/139 #13 24.49 Installing : perl-Symbol-1.08-481.el9.noarch 80/139 #13 24.50 Installing : perl-File-stat-1.09-481.el9.noarch 81/139 #13 24.51 Installing : perl-podlators-1:4.14-460.el9.noarch 82/139 #13 24.52 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 83/139 #13 24.52 Installing : perl-Fcntl-1.13-481.el9.x86_64 84/139 #13 24.53 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 85/139 #13 24.54 Installing : perl-mro-1.23-481.el9.x86_64 86/139 #13 24.55 Installing : perl-IO-1.43-481.el9.x86_64 87/139 #13 24.55 Installing : perl-overloading-0.02-481.el9.noarch 88/139 #13 24.56 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 89/139 #13 24.57 Installing : perl-Errno-1.30-481.el9.x86_64 90/139 #13 24.57 Installing : perl-File-Basename-2.85-481.el9.noarch 91/139 #13 24.58 Installing : perl-Getopt-Std-1.12-481.el9.noarch 92/139 #13 24.58 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 93/139 #13 24.59 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 94/139 #13 29.67 Preparing to unpack .../134-libhttp-negotiate-perl_6.01-1_all.deb ... #13 29.68 Unpacking libhttp-negotiate-perl (6.01-1) ... #13 29.71 Selecting previously unselected package perl-openssl-defaults:amd64. #13 29.71 Preparing to unpack .../135-perl-openssl-defaults_3_amd64.deb ... #13 29.71 Unpacking perl-openssl-defaults:amd64 (3) ... #13 29.75 Selecting previously unselected package libnet-ssleay-perl. #13 29.75 Preparing to unpack .../136-libnet-ssleay-perl_1.85-2+deb10u1_amd64.deb ... #13 29.76 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ... #13 29.83 Selecting previously unselected package libio-socket-ssl-perl. #13 30.20 Preparing to unpack .../071-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ... #13 30.20 Unpacking libdevel-callchecker-perl (0.008-1+b2) ... #13 30.23 Selecting previously unselected package libparams-classify-perl. #13 30.23 Preparing to unpack .../072-libparams-classify-perl_0.015-1+b3_armhf.deb ... #13 30.24 Unpacking libparams-classify-perl (0.015-1+b3) ... #13 30.27 Selecting previously unselected package libmodule-runtime-perl. #13 30.27 Preparing to unpack .../073-libmodule-runtime-perl_0.016-1_all.deb ... #13 30.28 Unpacking libmodule-runtime-perl (0.016-1) ... #13 30.30 Selecting previously unselected package libimport-into-perl. #13 30.31 Preparing to unpack .../074-libimport-into-perl_1.002005-1_all.deb ... #13 30.31 Unpacking libimport-into-perl (1.002005-1) ... #13 30.34 Selecting previously unselected package librole-tiny-perl. #13 30.34 Preparing to unpack .../075-librole-tiny-perl_2.002004-1_all.deb ... #13 30.34 Unpacking librole-tiny-perl (2.002004-1) ... #13 30.37 Selecting previously unselected package libstrictures-perl. #13 30.38 Preparing to unpack .../076-libstrictures-perl_2.000006-1_all.deb ... #13 30.38 Unpacking libstrictures-perl (2.000006-1) ... #13 30.41 Selecting previously unselected package libsub-quote-perl. #13 30.58 Preparing to unpack .../159-python3-chardet_5.1.0+dfsg-2_all.deb ... #13 30.59 Unpacking python3-chardet (5.1.0+dfsg-2) ... #13 30.64 Selecting previously unselected package python3-debian. #13 30.64 Preparing to unpack .../160-python3-debian_0.1.49_all.deb ... #13 30.64 Unpacking python3-debian (0.1.49) ... #13 30.69 Selecting previously unselected package libgpgme11:amd64. #13 30.69 Preparing to unpack .../161-libgpgme11_1.18.0-3+b1_amd64.deb ... #13 30.70 Unpacking libgpgme11:amd64 (1.18.0-3+b1) ... #13 30.75 Selecting previously unselected package python3-gpg. #13 30.75 Preparing to unpack .../162-python3-gpg_1.18.0-3+b1_amd64.deb ... #13 30.75 Unpacking python3-gpg (1.18.0-3+b1) ... #13 30.82 Selecting previously unselected package python3-xdg. #14 21.93 Preparing to unpack .../138-libfile-dirlist-perl_0.05-2_all.deb ... #14 21.94 Unpacking libfile-dirlist-perl (0.05-2) ... #14 21.99 Selecting previously unselected package libfile-which-perl. #14 21.99 Preparing to unpack .../139-libfile-which-perl_1.23-1_all.deb ... #14 22.00 Unpacking libfile-which-perl (1.23-1) ... #14 22.03 Selecting previously unselected package libfile-homedir-perl. #14 22.03 Preparing to unpack .../140-libfile-homedir-perl_1.006-1_all.deb ... #14 22.03 Unpacking libfile-homedir-perl (1.006-1) ... #14 22.07 Selecting previously unselected package libfile-touch-perl. #14 22.07 Preparing to unpack .../141-libfile-touch-perl_0.12-1_all.deb ... #14 22.07 Unpacking libfile-touch-perl (0.12-1) ... #14 22.10 Selecting previously unselected package libio-pty-perl. #14 22.10 Preparing to unpack .../142-libio-pty-perl_1%3a1.15-2build2_amd64.deb ... #14 22.11 Unpacking libio-pty-perl (1:1.15-2build2) ... #14 22.14 Selecting previously unselected package libipc-run-perl. #14 22.14 Preparing to unpack .../143-libipc-run-perl_20200505.0-1_all.deb ... #14 22.14 Unpacking libipc-run-perl (20200505.0-1) ... #14 22.18 Selecting previously unselected package libclass-method-modifiers-perl. #13 24.13 Selecting previously unselected package python3-minimal. #13 24.13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10137 files and directories currently installed.) #13 24.14 Preparing to unpack .../0-python3-minimal_3.11.2-1_armhf.deb ... #13 24.14 Unpacking python3-minimal (3.11.2-1) ... #13 24.19 Selecting previously unselected package media-types. #13 24.19 Preparing to unpack .../1-media-types_10.0.0_all.deb ... #13 24.19 Unpacking media-types (10.0.0) ... #13 24.23 Selecting previously unselected package libtirpc-common. #13 24.23 Preparing to unpack .../2-libtirpc-common_1.3.3+ds-1_all.deb ... #13 24.24 Unpacking libtirpc-common (1.3.3+ds-1) ... #13 24.29 Selecting previously unselected package libtirpc3:armhf. #13 24.29 Preparing to unpack .../3-libtirpc3_1.3.3+ds-1_armhf.deb ... #13 24.29 Unpacking libtirpc3:armhf (1.3.3+ds-1) ... #13 24.34 Selecting previously unselected package libnsl2:armhf. #13 26.59 Preparing to unpack .../090-gpgconf_2.2.12-1+deb10u2_arm64.deb ... #13 26.59 Unpacking gpgconf (2.2.12-1+deb10u2) ... #13 26.64 Selecting previously unselected package libksba8:arm64. #13 26.64 Preparing to unpack .../091-libksba8_1.3.5-2+deb10u2_arm64.deb ... #13 26.71 Unpacking libksba8:arm64 (1.3.5-2+deb10u2) ... #13 26.76 Selecting previously unselected package libnpth0:arm64. #13 26.76 Preparing to unpack .../092-libnpth0_1.6-1_arm64.deb ... #13 26.76 Unpacking libnpth0:arm64 (1.6-1) ... #13 26.81 Selecting previously unselected package dirmngr. #13 26.81 Preparing to unpack .../093-dirmngr_2.2.12-1+deb10u2_arm64.deb ... #13 26.83 Unpacking dirmngr (2.2.12-1+deb10u2) ... #14 25.08 Get:135 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.21 [216 kB] #14 25.24 Get:136 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.21 [157 kB] #14 30.60 Get:211 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libcurl3-gnutls armhf 7.88.1-8ubuntu2.4 [262 kB] #14 30.61 Get:212 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf liberror-perl all 0.17029-2 [25.6 kB] #14 30.61 Get:213 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf git-man all 1:2.39.2-1ubuntu1.1 [1075 kB] #14 30.68 Get:214 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf git armhf 1:2.39.2-1ubuntu1.1 [4218 kB] #14 30.87 Get:215 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libalgorithm-diff-perl all 1.201-1 [41.8 kB] #14 21.48 Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dctrl-tools arm64 2.24-3build2 [65.2 kB] #14 21.48 Get:121 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB] #14 23.76 Preparing to unpack .../081-libubsan1_13.2.0-4ubuntu3_amd64.deb ... #14 23.76 Unpacking libubsan1:amd64 (13.2.0-4ubuntu3) ... #14 23.81 Selecting previously unselected package libhwasan0:amd64. #14 23.82 Preparing to unpack .../082-libhwasan0_13.2.0-4ubuntu3_amd64.deb ... #14 23.82 Unpacking libhwasan0:amd64 (13.2.0-4ubuntu3) ... #14 23.88 Selecting previously unselected package libquadmath0:amd64. #14 23.89 Preparing to unpack .../083-libquadmath0_13.2.0-4ubuntu3_amd64.deb ... #14 23.89 Unpacking libquadmath0:amd64 (13.2.0-4ubuntu3) ... #14 23.95 Selecting previously unselected package libgcc-13-dev:amd64. #14 23.95 Preparing to unpack .../084-libgcc-13-dev_13.2.0-4ubuntu3_amd64.deb ... #14 23.96 Unpacking libgcc-13-dev:amd64 (13.2.0-4ubuntu3) ... #14 24.05 Selecting previously unselected package gcc-13. #13 29.17 Selecting previously unselected package libtool. #13 29.18 Preparing to unpack .../037-libtool_2.4.6-9_all.deb ... #13 29.18 Unpacking libtool (2.4.6-9) ... #13 29.25 Selecting previously unselected package dh-autoreconf. #13 29.25 Preparing to unpack .../038-dh-autoreconf_19_all.deb ... #13 29.25 Unpacking dh-autoreconf (19) ... #13 29.28 Selecting previously unselected package libarchive-zip-perl. #13 29.29 Preparing to unpack .../039-libarchive-zip-perl_1.64-1_all.deb ... #13 29.29 Unpacking libarchive-zip-perl (1.64-1) ... #13 29.33 Selecting previously unselected package libfile-stripnondeterminism-perl. #13 29.34 Preparing to unpack .../040-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ... #13 29.34 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ... #13 29.38 Selecting previously unselected package dh-strip-nondeterminism. #14 34.49 Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-string-perl all 1.08-3.1 [10.7 kB] #14 34.57 Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfont-ttf-perl all 1.06-1.1 [316 kB] #13 31.95 Selecting previously unselected package pinentry-curses. #13 31.96 Preparing to unpack .../094-pinentry-curses_1.1.0-2_armhf.deb ... #13 31.96 Unpacking pinentry-curses (1.1.0-2) ... #13 31.99 Selecting previously unselected package gpg-agent. #13 31.99 Preparing to unpack .../095-gpg-agent_2.2.12-1+deb10u2_armhf.deb ... #13 32.02 Unpacking gpg-agent (2.2.12-1+deb10u2) ... #13 32.07 Selecting previously unselected package gpg-wks-client. #13 32.07 Preparing to unpack .../096-gpg-wks-client_2.2.12-1+deb10u2_armhf.deb ... #13 32.08 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ... #13 32.12 Selecting previously unselected package gpg-wks-server. #13 32.12 Preparing to unpack .../097-gpg-wks-server_2.2.12-1+deb10u2_armhf.deb ... #13 32.12 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ... #13 32.17 Selecting previously unselected package gpgsm. #13 32.17 Preparing to unpack .../098-gpgsm_2.2.12-1+deb10u2_armhf.deb ... #13 32.17 Unpacking gpgsm (2.2.12-1+deb10u2) ... #13 32.22 Selecting previously unselected package gnupg. #13 32.22 Preparing to unpack .../099-gnupg_2.2.12-1+deb10u2_all.deb ... #13 32.22 Unpacking gnupg (2.2.12-1+deb10u2) ... #13 32.29 Selecting previously unselected package libfile-which-perl. #14 22.87 Get:123 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 dpkg-dev all 1.21.21ubuntu1 [1117 kB] #14 23.10 Get:124 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 build-essential arm64 12.9ubuntu3 [4740 B] #14 26.47 Preparing to unpack .../120-gpgconf_2.2.40-1.1ubuntu1_amd64.deb ... #14 26.48 Unpacking gpgconf (2.2.40-1.1ubuntu1) ... #14 26.52 Selecting previously unselected package libksba8:amd64. #14 26.52 Preparing to unpack .../121-libksba8_1.6.3-2_amd64.deb ... #14 26.52 Unpacking libksba8:amd64 (1.6.3-2) ... #14 26.56 Selecting previously unselected package libnpth0:amd64. #14 26.56 Preparing to unpack .../122-libnpth0_1.6-3build2_amd64.deb ... #14 26.57 Unpacking libnpth0:amd64 (1.6-3build2) ... #14 26.60 Selecting previously unselected package dirmngr. #14 26.60 Preparing to unpack .../123-dirmngr_2.2.40-1.1ubuntu1_amd64.deb ... #14 26.62 Unpacking dirmngr (2.2.40-1.1ubuntu1) ... #14 26.65 Selecting previously unselected package gnupg-l10n. #14 26.65 Preparing to unpack .../124-gnupg-l10n_2.2.40-1.1ubuntu1_all.deb ... #14 26.65 Unpacking gnupg-l10n (2.2.40-1.1ubuntu1) ... #14 26.68 Selecting previously unselected package gnupg-utils. #14 26.69 Preparing to unpack .../125-gnupg-utils_2.2.40-1.1ubuntu1_amd64.deb ... #14 26.69 Unpacking gnupg-utils (2.2.40-1.1ubuntu1) ... #14 26.73 Selecting previously unselected package gpg. #15 19.55 (85/89): python3-six-1.11.0-8.el8.noarch.rpm 4.3 MB/s | 38 kB 00:00 #15 19.55 (86/89): redhat-rpm-config-131-1.el8.noarch.rpm 14 MB/s | 94 kB 00:00 #15 19.56 (87/89): unzip-6.0-46.el8.x86_64.rpm 20 MB/s | 196 kB 00:00 #15 19.57 (88/89): zip-3.0-23.el8.x86_64.rpm 20 MB/s | 270 kB 00:00 #15 19.61 (89/89): perl-interpreter-5.26.3-422.el8.x86_64 32 MB/s | 6.3 MB 00:00 #15 19.61 -------------------------------------------------------------------------------- #15 19.61 Total 18 MB/s | 28 MB 00:01 #14 34.21 Selecting previously unselected package python3.8. #14 34.22 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.9_armhf.deb ... #14 34.22 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.9) ... #14 34.26 Selecting previously unselected package libpython3-stdlib:armhf. #14 34.26 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_armhf.deb ... #14 34.27 Unpacking libpython3-stdlib:armhf (3.8.2-0ubuntu2) ... #14 34.30 Setting up python3-minimal (3.8.2-0ubuntu2) ... #13 34.11 Preparing to unpack .../127-libhttp-date-perl_6.05-2_all.deb ... #13 34.11 Unpacking libhttp-date-perl (6.05-2) ... #13 34.15 Selecting previously unselected package libfile-listing-perl. #13 34.15 Preparing to unpack .../128-libfile-listing-perl_6.15-1_all.deb ... #13 34.15 Unpacking libfile-listing-perl (6.15-1) ... #13 34.19 Selecting previously unselected package libhtml-tagset-perl. #13 34.19 Preparing to unpack .../129-libhtml-tagset-perl_3.20-6_all.deb ... #13 34.19 Unpacking libhtml-tagset-perl (3.20-6) ... #13 34.23 Selecting previously unselected package libregexp-ipv6-perl. #13 34.23 Preparing to unpack .../130-libregexp-ipv6-perl_0.03-3_all.deb ... #13 34.23 Unpacking libregexp-ipv6-perl (0.03-3) ... #13 34.27 Selecting previously unselected package liburi-perl. #13 34.27 Preparing to unpack .../131-liburi-perl_5.17-1_all.deb ... #13 34.28 Unpacking liburi-perl (5.17-1) ... #13 34.32 Selecting previously unselected package libhtml-parser-perl:armhf. #13 34.32 Preparing to unpack .../132-libhtml-parser-perl_3.81-1_armhf.deb ... #13 34.33 Unpacking libhtml-parser-perl:armhf (3.81-1) ... #13 27.03 Selecting previously unselected package libfakeroot:arm64. #13 27.03 Preparing to unpack .../089-libfakeroot_1.25.3-1.1_arm64.deb ... #13 27.03 Unpacking libfakeroot:arm64 (1.25.3-1.1) ... #13 27.07 Selecting previously unselected package fakeroot. #13 27.07 Preparing to unpack .../090-fakeroot_1.25.3-1.1_arm64.deb ... #13 27.07 Unpacking fakeroot (1.25.3-1.1) ... #13 27.12 Selecting previously unselected package libassuan0:arm64. #13 27.12 Preparing to unpack .../091-libassuan0_2.5.3-7.1_arm64.deb ... #13 27.12 Unpacking libassuan0:arm64 (2.5.3-7.1) ... #13 27.15 Selecting previously unselected package gpgconf. #13 27.15 Preparing to unpack .../092-gpgconf_2.2.27-2+deb11u2_arm64.deb ... #13 27.16 Unpacking gpgconf (2.2.27-2+deb11u2) ... #13 27.20 Selecting previously unselected package libksba8:arm64. #13 27.20 Preparing to unpack .../093-libksba8_1.5.0-3+deb11u2_arm64.deb ... #13 27.21 Unpacking libksba8:arm64 (1.5.0-3+deb11u2) ... #13 27.25 Selecting previously unselected package libnpth0:arm64. #13 27.25 Preparing to unpack .../094-libnpth0_1.6-3_arm64.deb ... #13 27.26 Unpacking libnpth0:arm64 (1.6-3) ... #13 26.43 Preparing to unpack .../117-libio-pty-perl_1%3a1.17-1_arm64.deb ... #13 26.43 Unpacking libio-pty-perl (1:1.17-1) ... #13 26.47 Selecting previously unselected package libipc-run-perl. #13 26.47 Preparing to unpack .../118-libipc-run-perl_20220807.0-1_all.deb ... #13 26.47 Unpacking libipc-run-perl (20220807.0-1) ... #13 26.51 Selecting previously unselected package libclass-method-modifiers-perl. #13 26.51 Preparing to unpack .../119-libclass-method-modifiers-perl_2.14-1_all.deb ... #13 26.52 Unpacking libclass-method-modifiers-perl (2.14-1) ... #13 26.55 Selecting previously unselected package libclass-xsaccessor-perl. #13 26.55 Preparing to unpack .../120-libclass-xsaccessor-perl_1.19-4+b1_arm64.deb ... #13 26.55 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ... #13 26.58 Selecting previously unselected package libb-hooks-op-check-perl:arm64. #13 26.59 Preparing to unpack .../121-libb-hooks-op-check-perl_0.22-2+b1_arm64.deb ... #13 26.59 Unpacking libb-hooks-op-check-perl:arm64 (0.22-2+b1) ... #13 26.71 Selecting previously unselected package libdynaloader-functions-perl. #14 33.27 Get:266 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnet-netmask-perl all 2.0002-2 [24.8 kB] #14 33.31 Get:267 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-2build1 [80.4 kB] #13 28.89 Selecting previously unselected package libisl23:armhf. #13 28.89 Preparing to unpack .../038-libisl23_0.23-1_armhf.deb ... #13 28.90 Unpacking libisl23:armhf (0.23-1) ... #13 29.00 Selecting previously unselected package libmpfr6:armhf. #13 29.00 Preparing to unpack .../039-libmpfr6_4.1.0-3_armhf.deb ... #13 29.01 Unpacking libmpfr6:armhf (4.1.0-3) ... #13 29.10 Selecting previously unselected package libmpc3:armhf. #13 29.10 Preparing to unpack .../040-libmpc3_1.2.0-1_armhf.deb ... #13 29.10 Unpacking libmpc3:armhf (1.2.0-1) ... #14 24.13 Get:151 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gpgconf arm64 2.2.40-1.1ubuntu1 [95.3 kB] #14 24.14 Get:152 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libksba8 arm64 1.6.4-2 [118 kB] #14 24.14 Get:153 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnpth0 arm64 1.6-3build2 [8156 B] #14 24.15 Get:154 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 dirmngr arm64 2.2.40-1.1ubuntu1 [297 kB] #14 28.71 Get:279 http://archive.ubuntu.com/ubuntu focal/main amd64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB] #13 24.60 Installing : perl-constant-1.33-461.el9.noarch 95/139 #13 24.61 Installing : perl-Storable-1:3.21-460.el9.x86_64 96/139 #13 24.61 Installing : perl-overload-1.31-481.el9.noarch 97/139 #13 24.62 Installing : perl-parent-1:0.238-460.el9.noarch 98/139 #13 24.62 Installing : perl-vars-1.05-481.el9.noarch 99/139 #13 24.63 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 100/139 #13 24.63 Installing : perl-Carp-1.50-460.el9.noarch 101/139 #13 24.65 Installing : perl-Exporter-5.74-461.el9.noarch 102/139 #13 24.65 Installing : perl-NDBM_File-1.15-481.el9.x86_64 103/139 #13 24.66 Installing : perl-PathTools-3.78-461.el9.x86_64 104/139 #13 24.73 Installing : perl-Encode-4:3.08-462.el9.x86_64 105/139 #13 29.84 Preparing to unpack .../137-libio-socket-ssl-perl_2.060-3_all.deb ... #13 29.84 Unpacking libio-socket-ssl-perl (2.060-3) ... #13 29.88 Selecting previously unselected package libnet-http-perl. #13 29.88 Preparing to unpack .../138-libnet-http-perl_6.18-1_all.deb ... #13 29.89 Unpacking libnet-http-perl (6.18-1) ... #13 29.92 Selecting previously unselected package liblwp-protocol-https-perl. #13 29.93 Preparing to unpack .../139-liblwp-protocol-https-perl_6.07-2_all.deb ... #13 29.93 Unpacking liblwp-protocol-https-perl (6.07-2) ... #13 29.96 Selecting previously unselected package libtry-tiny-perl. #13 29.96 Preparing to unpack .../140-libtry-tiny-perl_0.30-1_all.deb ... #13 29.96 Unpacking libtry-tiny-perl (0.30-1) ... #13 30.00 Selecting previously unselected package libwww-robotrules-perl. #13 30.00 Preparing to unpack .../141-libwww-robotrules-perl_6.02-1_all.deb ... #13 30.01 Unpacking libwww-robotrules-perl (6.02-1) ... #13 30.03 Selecting previously unselected package libwww-perl. #13 30.04 Preparing to unpack .../142-libwww-perl_6.36-2_all.deb ... #13 30.04 Unpacking libwww-perl (6.36-2) ... #13 30.08 Selecting previously unselected package patchutils. #13 30.08 Preparing to unpack .../143-patchutils_0.3.4-2_amd64.deb ... #13 30.09 Unpacking patchutils (0.3.4-2) ... #13 30.13 Selecting previously unselected package wdiff. #13 30.13 Preparing to unpack .../144-wdiff_1.2.2-2+b1_amd64.deb ... #13 30.13 Unpacking wdiff (1.2.2-2+b1) ... #13 30.19 Selecting previously unselected package devscripts. #13 30.82 Preparing to unpack .../163-python3-xdg_0.28-2_all.deb ... #13 30.82 Unpacking python3-xdg (0.28-2) ... #13 30.89 Selecting previously unselected package dput. #13 30.89 Preparing to unpack .../164-dput_1.1.3_all.deb ... #13 30.90 Unpacking dput (1.1.3) ... #13 30.94 Selecting previously unselected package equivs. #13 30.94 Preparing to unpack .../165-equivs_2.3.1_all.deb ... #13 30.94 Unpacking equivs (2.3.1) ... #13 30.98 Selecting previously unselected package fonts-dejavu-core. #13 30.98 Preparing to unpack .../166-fonts-dejavu-core_2.37-6_all.deb ... #13 30.98 Unpacking fonts-dejavu-core (2.37-6) ... #13 31.12 Selecting previously unselected package fontconfig-config. #14 22.18 Preparing to unpack .../144-libclass-method-modifiers-perl_2.13-1_all.deb ... #14 22.19 Unpacking libclass-method-modifiers-perl (2.13-1) ... #14 22.22 Selecting previously unselected package libclass-xsaccessor-perl. #14 22.22 Preparing to unpack .../145-libclass-xsaccessor-perl_1.19-3build9_amd64.deb ... #14 22.22 Unpacking libclass-xsaccessor-perl (1.19-3build9) ... #14 22.25 Selecting previously unselected package libb-hooks-op-check-perl. #14 22.25 Preparing to unpack .../146-libb-hooks-op-check-perl_0.22-1build5_amd64.deb ... #14 22.26 Unpacking libb-hooks-op-check-perl (0.22-1build5) ... #14 22.32 Selecting previously unselected package libdynaloader-functions-perl. #14 22.32 Preparing to unpack .../147-libdynaloader-functions-perl_0.003-1.1_all.deb ... #14 22.33 Unpacking libdynaloader-functions-perl (0.003-1.1) ... #14 22.36 Selecting previously unselected package libdevel-callchecker-perl. #14 22.36 Preparing to unpack .../148-libdevel-callchecker-perl_0.008-1ubuntu4_amd64.deb ... #14 22.36 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ... #14 22.40 Selecting previously unselected package libparams-classify-perl. #14 22.40 Preparing to unpack .../149-libparams-classify-perl_0.015-1build5_amd64.deb ... #14 22.40 Unpacking libparams-classify-perl (0.015-1build5) ... #14 22.43 Selecting previously unselected package libmodule-runtime-perl. #13 24.34 Preparing to unpack .../4-libnsl2_1.3.0-2_armhf.deb ... #13 24.35 Unpacking libnsl2:armhf (1.3.0-2) ... #13 24.39 Selecting previously unselected package libpython3.11-stdlib:armhf. #13 24.39 Preparing to unpack .../5-libpython3.11-stdlib_3.11.2-6_armhf.deb ... #13 24.40 Unpacking libpython3.11-stdlib:armhf (3.11.2-6) ... #13 24.58 Selecting previously unselected package python3.11. #13 24.58 Preparing to unpack .../6-python3.11_3.11.2-6_armhf.deb ... #13 24.59 Unpacking python3.11 (3.11.2-6) ... #13 24.63 Selecting previously unselected package libpython3-stdlib:armhf. #13 26.91 Selecting previously unselected package gnupg-l10n. #13 26.91 Preparing to unpack .../094-gnupg-l10n_2.2.12-1+deb10u2_all.deb ... #13 26.92 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ... #13 27.01 Selecting previously unselected package gnupg-utils. #13 27.01 Preparing to unpack .../095-gnupg-utils_2.2.12-1+deb10u2_arm64.deb ... #13 27.01 Unpacking gnupg-utils (2.2.12-1+deb10u2) ... #13 27.07 Selecting previously unselected package gpg. #13 27.07 Preparing to unpack .../096-gpg_2.2.12-1+deb10u2_arm64.deb ... #13 27.08 Unpacking gpg (2.2.12-1+deb10u2) ... #13 27.15 Selecting previously unselected package pinentry-curses. #14 25.34 Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dctrl-tools arm64 2.24-3 [59.1 kB] #14 25.42 Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtool all 2.4.6-14 [161 kB] #14 25.52 Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dh-autoreconf all 19 [16.1 kB] #14 25.60 Get:140 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] #14 30.88 Get:216 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libalgorithm-diff-xs-perl armhf 0.04-8 [10.7 kB] #14 30.88 Get:217 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libalgorithm-merge-perl all 0.08-5 [11.4 kB] #14 30.88 Get:218 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libaliased-perl all 0.34-3 [12.8 kB] #14 30.88 Get:219 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libapt-pkg-perl armhf 0.1.40build3 [67.8 kB] #14 21.89 Get:122 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtool all 2.4.6-15build2 [164 kB] #13 30.41 Preparing to unpack .../077-libsub-quote-perl_2.006006-1_all.deb ... #13 30.41 Unpacking libsub-quote-perl (2.006006-1) ... #13 30.44 Selecting previously unselected package libmoo-perl. #13 30.44 Preparing to unpack .../078-libmoo-perl_2.004004-1_all.deb ... #13 30.45 Unpacking libmoo-perl (2.004004-1) ... #13 30.48 Selecting previously unselected package libencode-locale-perl. #13 30.48 Preparing to unpack .../079-libencode-locale-perl_1.05-1.1_all.deb ... #13 30.48 Unpacking libencode-locale-perl (1.05-1.1) ... #13 30.51 Selecting previously unselected package libtimedate-perl. #13 30.52 Preparing to unpack .../080-libtimedate-perl_2.3300-2_all.deb ... #13 30.52 Unpacking libtimedate-perl (2.3300-2) ... #13 30.55 Selecting previously unselected package libhttp-date-perl. #13 30.56 Preparing to unpack .../081-libhttp-date-perl_6.05-1_all.deb ... #13 30.56 Unpacking libhttp-date-perl (6.05-1) ... #13 30.62 Selecting previously unselected package libfile-listing-perl. #14 24.05 Preparing to unpack .../085-gcc-13_13.2.0-4ubuntu3_amd64.deb ... #14 24.06 Unpacking gcc-13 (13.2.0-4ubuntu3) ... #13 29.38 Preparing to unpack .../041-dh-strip-nondeterminism_1.1.2-1_all.deb ... #13 29.39 Unpacking dh-strip-nondeterminism (1.1.2-1) ... #13 29.42 Selecting previously unselected package libdpkg-perl. #13 29.42 Preparing to unpack .../042-libdpkg-perl_1.19.8_all.deb ... #13 29.43 Unpacking libdpkg-perl (1.19.8) ... #13 29.51 Selecting previously unselected package patch. #13 29.51 Preparing to unpack .../043-patch_2.7.6-3+deb10u1_armhf.deb ... #13 29.52 Unpacking patch (2.7.6-3+deb10u1) ... #13 29.56 Selecting previously unselected package make. #13 29.57 Preparing to unpack .../044-make_4.2.1-1.2_armhf.deb ... #13 29.57 Unpacking make (4.2.1-1.2) ... #13 29.64 Selecting previously unselected package dpkg-dev. #14 34.87 Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsort-versions-perl all 1.62-1 [9294 B] #14 34.88 Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB] #14 34.88 Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B] #14 34.89 Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB] #14 34.90 Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-perl all 4.04000-1 [81.8 kB] #13 32.29 Preparing to unpack .../100-libfile-which-perl_1.23-1_all.deb ... #13 32.29 Unpacking libfile-which-perl (1.23-1) ... #13 32.32 Selecting previously unselected package libfile-homedir-perl. #13 32.33 Preparing to unpack .../101-libfile-homedir-perl_1.004-1_all.deb ... #13 32.33 Unpacking libfile-homedir-perl (1.004-1) ... #13 32.36 Selecting previously unselected package libio-pty-perl. #13 32.36 Preparing to unpack .../102-libio-pty-perl_1%3a1.08-1.1+b5_armhf.deb ... #13 32.37 Unpacking libio-pty-perl (1:1.08-1.1+b5) ... #13 32.39 Selecting previously unselected package libipc-run-perl. #13 32.40 Preparing to unpack .../103-libipc-run-perl_20180523.0-1_all.deb ... #13 32.40 Unpacking libipc-run-perl (20180523.0-1) ... #13 32.44 Selecting previously unselected package libclass-method-modifiers-perl. #13 32.44 Preparing to unpack .../104-libclass-method-modifiers-perl_2.12-1_all.deb ... #13 32.47 Unpacking libclass-method-modifiers-perl (2.12-1) ... #14 23.10 Get:125 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libbrotli1 arm64 1.0.9-2build8 [312 kB] #14 23.13 Get:126 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.9 kB] #14 23.13 Get:127 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [57.3 kB] #14 23.13 Get:128 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libldap2 arm64 2.6.3+dfsg-1~exp1ubuntu2 [181 kB] #14 23.14 Get:129 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB] #14 23.15 Get:130 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libssh-4 arm64 0.10.4-2ubuntu0.3 [186 kB] #14 26.73 Preparing to unpack .../126-gpg_2.2.40-1.1ubuntu1_amd64.deb ... #14 26.73 Unpacking gpg (2.2.40-1.1ubuntu1) ... #14 26.86 Selecting previously unselected package pinentry-curses. #14 26.86 Preparing to unpack .../127-pinentry-curses_1.2.1-1ubuntu1_amd64.deb ... #14 26.87 Unpacking pinentry-curses (1.2.1-1ubuntu1) ... #14 26.90 Selecting previously unselected package gpg-agent. #14 26.91 Preparing to unpack .../128-gpg-agent_2.2.40-1.1ubuntu1_amd64.deb ... #14 26.91 Unpacking gpg-agent (2.2.40-1.1ubuntu1) ... #14 26.95 Selecting previously unselected package gpg-wks-client. #14 26.95 Preparing to unpack .../129-gpg-wks-client_2.2.40-1.1ubuntu1_amd64.deb ... #14 26.95 Unpacking gpg-wks-client (2.2.40-1.1ubuntu1) ... #14 26.98 Selecting previously unselected package gpg-wks-server. #14 34.48 Selecting previously unselected package python3. #14 34.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 ... 4861 files and directories currently installed.) #14 34.49 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_armhf.deb ... #14 34.49 Unpacking python3 (3.8.2-0ubuntu2) ... #14 34.53 Selecting previously unselected package libbsd0:armhf. #14 34.53 Preparing to unpack .../001-libbsd0_0.10.0-1_armhf.deb ... #14 34.54 Unpacking libbsd0:armhf (0.10.0-1) ... #14 34.58 Selecting previously unselected package bsdmainutils. #14 34.58 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_armhf.deb ... #14 34.58 Unpacking bsdmainutils (11.1.2ubuntu3) ... #14 34.64 Selecting previously unselected package libuchardet0:armhf. #13 34.37 Selecting previously unselected package libhtml-tree-perl. #13 34.38 Preparing to unpack .../133-libhtml-tree-perl_5.07-3_all.deb ... #13 34.38 Unpacking libhtml-tree-perl (5.07-3) ... #13 34.44 Selecting previously unselected package libclone-perl:armhf. #13 34.44 Preparing to unpack .../134-libclone-perl_0.46-1_armhf.deb ... #13 34.44 Unpacking libclone-perl:armhf (0.46-1) ... #13 34.48 Selecting previously unselected package libio-html-perl. #13 34.48 Preparing to unpack .../135-libio-html-perl_1.004-3_all.deb ... #13 34.48 Unpacking libio-html-perl (1.004-3) ... #13 34.52 Selecting previously unselected package liblwp-mediatypes-perl. #13 34.52 Preparing to unpack .../136-liblwp-mediatypes-perl_6.04-2_all.deb ... #13 34.52 Unpacking liblwp-mediatypes-perl (6.04-2) ... #13 34.56 Selecting previously unselected package libhttp-message-perl. #13 34.56 Preparing to unpack .../137-libhttp-message-perl_6.44-1_all.deb ... #13 34.56 Unpacking libhttp-message-perl (6.44-1) ... #13 34.60 Selecting previously unselected package libhttp-cookies-perl. #13 34.60 Preparing to unpack .../138-libhttp-cookies-perl_6.10-1_all.deb ... #13 34.61 Unpacking libhttp-cookies-perl (6.10-1) ... #13 34.64 Selecting previously unselected package libhttp-negotiate-perl. #13 34.64 Preparing to unpack .../139-libhttp-negotiate-perl_6.01-2_all.deb ... #13 34.65 Unpacking libhttp-negotiate-perl (6.01-2) ... #13 34.68 Selecting previously unselected package perl-openssl-defaults:armhf. #13 27.30 Selecting previously unselected package dirmngr. #13 27.30 Preparing to unpack .../095-dirmngr_2.2.27-2+deb11u2_arm64.deb ... #13 27.31 Unpacking dirmngr (2.2.27-2+deb11u2) ... #13 27.37 Selecting previously unselected package gnupg-l10n. #13 27.37 Preparing to unpack .../096-gnupg-l10n_2.2.27-2+deb11u2_all.deb ... #13 27.37 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ... #13 27.46 Selecting previously unselected package gnupg-utils. #13 27.46 Preparing to unpack .../097-gnupg-utils_2.2.27-2+deb11u2_arm64.deb ... #13 27.47 Unpacking gnupg-utils (2.2.27-2+deb11u2) ... #13 27.53 Selecting previously unselected package gpg. #13 26.72 Preparing to unpack .../122-libdynaloader-functions-perl_0.003-3_all.deb ... #13 26.72 Unpacking libdynaloader-functions-perl (0.003-3) ... #13 26.75 Selecting previously unselected package libdevel-callchecker-perl:arm64. #13 26.76 Preparing to unpack .../123-libdevel-callchecker-perl_0.008-2_arm64.deb ... #13 26.76 Unpacking libdevel-callchecker-perl:arm64 (0.008-2) ... #13 26.79 Selecting previously unselected package libparams-classify-perl:arm64. #13 26.79 Preparing to unpack .../124-libparams-classify-perl_0.015-2+b1_arm64.deb ... #13 26.79 Unpacking libparams-classify-perl:arm64 (0.015-2+b1) ... #13 26.82 Selecting previously unselected package libmodule-runtime-perl. #13 26.83 Preparing to unpack .../125-libmodule-runtime-perl_0.016-2_all.deb ... #13 26.83 Unpacking libmodule-runtime-perl (0.016-2) ... #13 26.86 Selecting previously unselected package libimport-into-perl. #13 26.87 Preparing to unpack .../126-libimport-into-perl_1.002005-2_all.deb ... #13 26.87 Unpacking libimport-into-perl (1.002005-2) ... #13 26.90 Selecting previously unselected package librole-tiny-perl. #13 26.90 Preparing to unpack .../127-librole-tiny-perl_2.002004-1_all.deb ... #13 26.91 Unpacking librole-tiny-perl (2.002004-1) ... #13 26.94 Selecting previously unselected package libsub-quote-perl. #14 33.43 Get:268 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdata-validate-ip-perl all 0.31-1 [17.2 kB] #14 33.44 Get:269 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdata-validate-uri-perl all 0.07-2 [11.1 kB] #14 33.45 Get:270 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libdistro-info-perl all 1.5ubuntu0.23.10.1 [5466 B] #14 33.46 Get:271 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libemail-address-xs-perl armhf 1.05-1build1 [26.5 kB] #14 33.47 Get:272 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libexporter-tiny-perl all 1.006002-1 [36.8 kB] #14 33.50 Get:273 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfcgi-bin armhf 2.4.2-2build2 [10.2 kB] #14 33.50 Get:274 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libipc-system-simple-perl all 1.30-2 [22.3 kB] #14 33.51 Get:275 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfile-basedir-perl all 0.09-2 [14.4 kB] #13 29.15 Selecting previously unselected package cpp-10. #13 29.15 Preparing to unpack .../041-cpp-10_10.2.1-6_armhf.deb ... #13 29.16 Unpacking cpp-10 (10.2.1-6) ... #14 24.56 Get:155 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gnupg-l10n all 2.2.40-1.1ubuntu1 [56.2 kB] #14 24.79 Get:156 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gnupg-utils arm64 2.2.40-1.1ubuntu1 [304 kB] #14 28.73 Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libhash-fieldhash-perl amd64 0.15-1build2 [16.9 kB] #14 28.74 Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB] #14 28.74 Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB] #14 28.75 Get:283 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB] #14 28.76 Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] #14 28.76 Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libstruct-dumb-perl all 0.09-1 [10.5 kB] #14 28.77 Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-perl all 0.75-1 [254 kB] #14 28.95 Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 liblinux-epoll-perl amd64 0.017-1 [16.0 kB] #13 24.84 Installing : perl-libs-4:5.32.1-481.el9.x86_64 106/139 #13 24.86 Installing : perl-interpreter-4:5.32.1-481.el9.x86_64 107/139 #13 24.86 Installing : kernel-srpm-macros-1.0-13.el9.noarch 108/139 #13 24.87 Installing : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch 109/139 #13 24.88 Installing : go-srpm-macros-3.2.0-3.el9.noarch 110/139 #13 24.88 Installing : python-srpm-macros-3.9-53.el9.noarch 111/139 #13 24.89 Installing : redhat-rpm-config-206-1.el9.noarch 112/139 #13 24.90 Installing : libpng-2:1.6.37-12.el9.x86_64 113/139 #13 24.91 Installing : gdk-pixbuf2-2.42.6-3.el9.x86_64 114/139 #13 24.92 Installing : libpkgconf-1.7.3-10.el9.x86_64 115/139 #13 24.93 Installing : pkgconf-1.7.3-10.el9.x86_64 116/139 #13 24.94 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 117/139 #13 24.94 Installing : libpipeline-1.5.3-4.el9.x86_64 118/139 #13 30.19 Preparing to unpack .../145-devscripts_2.19.5+deb10u1_amd64.deb ... #13 30.21 Unpacking devscripts (2.19.5+deb10u1) ... #13 30.33 Selecting previously unselected package diffstat. #13 31.12 Preparing to unpack .../167-fontconfig-config_2.14.1-4_amd64.deb ... #13 31.22 Unpacking fontconfig-config (2.14.1-4) ... #13 31.27 Selecting previously unselected package libcurl3-gnutls:amd64. #13 31.27 Preparing to unpack .../168-libcurl3-gnutls_7.88.1-10+deb12u5_amd64.deb ... #13 31.28 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u5) ... #13 31.33 Selecting previously unselected package liberror-perl. #13 31.33 Preparing to unpack .../169-liberror-perl_0.17029-2_all.deb ... #13 31.34 Unpacking liberror-perl (0.17029-2) ... #13 31.37 Selecting previously unselected package git-man. #13 31.37 Preparing to unpack .../170-git-man_1%3a2.39.2-1.1_all.deb ... #13 31.38 Unpacking git-man (1:2.39.2-1.1) ... #14 22.44 Preparing to unpack .../150-libmodule-runtime-perl_0.016-1_all.deb ... #14 22.44 Unpacking libmodule-runtime-perl (0.016-1) ... #14 22.47 Selecting previously unselected package libimport-into-perl. #14 22.47 Preparing to unpack .../151-libimport-into-perl_1.002005-1_all.deb ... #14 22.48 Unpacking libimport-into-perl (1.002005-1) ... #14 22.51 Selecting previously unselected package librole-tiny-perl. #14 22.51 Preparing to unpack .../152-librole-tiny-perl_2.002004-1_all.deb ... #14 22.52 Unpacking librole-tiny-perl (2.002004-1) ... #14 22.58 Selecting previously unselected package libsub-quote-perl. #14 22.58 Preparing to unpack .../153-libsub-quote-perl_2.006006-1_all.deb ... #14 22.59 Unpacking libsub-quote-perl (2.006006-1) ... #14 22.62 Selecting previously unselected package libmoo-perl. #14 22.62 Preparing to unpack .../154-libmoo-perl_2.005004-3_all.deb ... #14 22.63 Unpacking libmoo-perl (2.005004-3) ... #14 22.66 Selecting previously unselected package libencode-locale-perl. #14 22.66 Preparing to unpack .../155-libencode-locale-perl_1.05-1.1_all.deb ... #14 22.66 Unpacking libencode-locale-perl (1.05-1.1) ... #14 22.70 Selecting previously unselected package libtimedate-perl. #13 24.63 Preparing to unpack .../7-libpython3-stdlib_3.11.2-1_armhf.deb ... #13 24.64 Unpacking libpython3-stdlib:armhf (3.11.2-1) ... #13 24.68 Setting up python3-minimal (3.11.2-1) ... #13 24.87 Selecting previously unselected package python3. #13 24.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 ... 10565 files and directories currently installed.) #13 24.88 Preparing to unpack .../000-python3_3.11.2-1_armhf.deb ... #13 24.89 Unpacking python3 (3.11.2-1) ... #13 24.93 Selecting previously unselected package libuchardet0:armhf. #13 24.93 Preparing to unpack .../001-libuchardet0_0.0.7-1_armhf.deb ... #13 24.94 Unpacking libuchardet0:armhf (0.0.7-1) ... #13 24.98 Selecting previously unselected package groff-base. #13 24.98 Preparing to unpack .../002-groff-base_1.22.4-10_armhf.deb ... #13 24.99 Unpacking groff-base (1.22.4-10) ... #13 27.15 Preparing to unpack .../097-pinentry-curses_1.1.0-2_arm64.deb ... #13 27.15 Unpacking pinentry-curses (1.1.0-2) ... #13 27.19 Selecting previously unselected package gpg-agent. #13 27.19 Preparing to unpack .../098-gpg-agent_2.2.12-1+deb10u2_arm64.deb ... #13 27.19 Unpacking gpg-agent (2.2.12-1+deb10u2) ... #13 27.25 Selecting previously unselected package gpg-wks-client. #13 27.25 Preparing to unpack .../099-gpg-wks-client_2.2.12-1+deb10u2_arm64.deb ... #13 27.26 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ... #13 27.30 Selecting previously unselected package gpg-wks-server. #13 27.30 Preparing to unpack .../100-gpg-wks-server_2.2.12-1+deb10u2_arm64.deb ... #13 27.30 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ... #13 27.35 Selecting previously unselected package gpgsm. #13 27.35 Preparing to unpack .../101-gpgsm_2.2.12-1+deb10u2_arm64.deb ... #14 25.68 Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarchive-zip-perl all 1.67-2 [90.5 kB] #14 25.77 Get:142 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-override-perl all 0.09-2 [9532 B] #14 31.28 Get:220 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libarchive-cpio-perl all 0.10-3 [10.3 kB] #14 31.35 Get:221 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libarray-intspan-perl all 2.004-2 [25.0 kB] #14 31.39 Get:222 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmodule-implementation-perl all 0.09-2 [12.0 kB] #14 31.44 Get:223 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsub-exporter-progressive-perl all 0.001013-3 [6718 B] #14 22.24 Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-autoreconf all 20 [16.1 kB] #13 30.63 Preparing to unpack .../082-libfile-listing-perl_6.14-1_all.deb ... #13 30.63 Unpacking libfile-listing-perl (6.14-1) ... #13 30.80 Selecting previously unselected package libhtml-tagset-perl. #13 30.80 Preparing to unpack .../083-libhtml-tagset-perl_3.20-4_all.deb ... #13 30.80 Unpacking libhtml-tagset-perl (3.20-4) ... #13 30.83 Selecting previously unselected package liburi-perl. #13 30.83 Preparing to unpack .../084-liburi-perl_5.08-1_all.deb ... #13 30.84 Unpacking liburi-perl (5.08-1) ... #13 30.88 Selecting previously unselected package libhtml-parser-perl. #13 30.89 Preparing to unpack .../085-libhtml-parser-perl_3.75-1+b1_armhf.deb ... #13 30.89 Unpacking libhtml-parser-perl (3.75-1+b1) ... #13 30.92 Selecting previously unselected package libhtml-tree-perl. #13 30.93 Preparing to unpack .../086-libhtml-tree-perl_5.07-2_all.deb ... #13 30.93 Unpacking libhtml-tree-perl (5.07-2) ... #13 30.97 Selecting previously unselected package libio-html-perl. #13 30.97 Preparing to unpack .../087-libio-html-perl_1.004-2_all.deb ... #13 30.98 Unpacking libio-html-perl (1.004-2) ... #13 31.01 Selecting previously unselected package liblwp-mediatypes-perl. #14 24.38 Selecting previously unselected package gcc. #13 29.64 Preparing to unpack .../045-dpkg-dev_1.19.8_all.deb ... #13 29.64 Unpacking dpkg-dev (1.19.8) ... #13 29.75 Selecting previously unselected package libelf1:armhf. #13 29.75 Preparing to unpack .../046-libelf1_0.176-1.1+deb10u1_armhf.deb ... #13 29.76 Unpacking libelf1:armhf (0.176-1.1+deb10u1) ... #13 29.82 Selecting previously unselected package dwz. #13 29.83 Preparing to unpack .../047-dwz_0.12-3_armhf.deb ... #13 29.83 Unpacking dwz (0.12-3) ... #13 29.87 Selecting previously unselected package libdebhelper-perl. #14 34.92 Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblog-any-perl all 1.710-1 [68.4 kB] #14 34.94 Get:271 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB] #14 34.94 Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackage-stash-perl all 0.39-1 [19.1 kB] #14 34.94 Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-identify-perl armhf 0.14-1build5 [9848 B] #13 32.51 Selecting previously unselected package libsub-exporter-progressive-perl. #13 32.51 Preparing to unpack .../105-libsub-exporter-progressive-perl_0.001013-1_all.deb ... #13 32.51 Unpacking libsub-exporter-progressive-perl (0.001013-1) ... #13 32.55 Selecting previously unselected package libdevel-globaldestruction-perl. #13 32.55 Preparing to unpack .../106-libdevel-globaldestruction-perl_0.14-1_all.deb ... #13 32.55 Unpacking libdevel-globaldestruction-perl (0.14-1) ... #13 32.59 Selecting previously unselected package libb-hooks-op-check-perl. #13 32.59 Preparing to unpack .../107-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ... #13 32.59 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ... #13 32.63 Selecting previously unselected package libdynaloader-functions-perl. #13 32.63 Preparing to unpack .../108-libdynaloader-functions-perl_0.003-1_all.deb ... #13 32.63 Unpacking libdynaloader-functions-perl (0.003-1) ... #13 32.66 Selecting previously unselected package libdevel-callchecker-perl. #13 32.66 Preparing to unpack .../109-libdevel-callchecker-perl_0.008-1_armhf.deb ... #13 32.67 Unpacking libdevel-callchecker-perl (0.008-1) ... #13 32.70 Selecting previously unselected package libparams-classify-perl. #13 32.70 Preparing to unpack .../110-libparams-classify-perl_0.015-1+b1_armhf.deb ... #13 32.70 Unpacking libparams-classify-perl (0.015-1+b1) ... #13 32.73 Selecting previously unselected package libmodule-runtime-perl. #14 26.99 Preparing to unpack .../130-gpg-wks-server_2.2.40-1.1ubuntu1_amd64.deb ... #14 26.99 Unpacking gpg-wks-server (2.2.40-1.1ubuntu1) ... #14 27.02 Selecting previously unselected package gpgsm. #14 27.03 Preparing to unpack .../131-gpgsm_2.2.40-1.1ubuntu1_amd64.deb ... #14 27.03 Unpacking gpgsm (2.2.40-1.1ubuntu1) ... #14 27.06 Selecting previously unselected package gnupg. #14 27.06 Preparing to unpack .../132-gnupg_2.2.40-1.1ubuntu1_all.deb ... #14 27.07 Unpacking gnupg (2.2.40-1.1ubuntu1) ... #14 27.10 Selecting previously unselected package libfile-dirlist-perl. #14 27.11 Preparing to unpack .../133-libfile-dirlist-perl_0.05-3_all.deb ... #14 27.11 Unpacking libfile-dirlist-perl (0.05-3) ... #14 27.15 Selecting previously unselected package libfile-which-perl. #14 27.15 Preparing to unpack .../134-libfile-which-perl_1.27-2_all.deb ... #14 27.15 Unpacking libfile-which-perl (1.27-2) ... #14 27.18 Selecting previously unselected package libfile-homedir-perl. #14 27.19 Preparing to unpack .../135-libfile-homedir-perl_1.006-2_all.deb ... #14 27.19 Unpacking libfile-homedir-perl (1.006-2) ... #14 27.22 Selecting previously unselected package libfile-touch-perl. #14 27.22 Preparing to unpack .../136-libfile-touch-perl_0.12-2_all.deb ... #14 27.23 Unpacking libfile-touch-perl (0.12-2) ... #14 27.26 Selecting previously unselected package libio-pty-perl. #14 27.26 Preparing to unpack .../137-libio-pty-perl_1%3a1.17-1_amd64.deb ... #14 27.26 Unpacking libio-pty-perl (1:1.17-1) ... #14 27.30 Selecting previously unselected package libipc-run-perl. #14 27.30 Preparing to unpack .../138-libipc-run-perl_20220807.0-1_all.deb ... #14 27.30 Unpacking libipc-run-perl (20220807.0-1) ... #14 27.33 Selecting previously unselected package libclass-method-modifiers-perl. #14 23.56 Get:131 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libcurl4 arm64 7.88.1-8ubuntu2.4 [300 kB] #14 34.65 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_armhf.deb ... #14 34.65 Unpacking libuchardet0:armhf (0.0.6-3build1) ... #14 34.69 Selecting previously unselected package groff-base. #14 34.69 Preparing to unpack .../004-groff-base_1.22.4-4build1_armhf.deb ... #14 34.69 Unpacking groff-base (1.22.4-4build1) ... #14 34.82 Selecting previously unselected package libgdbm6:armhf. #14 34.82 Preparing to unpack .../005-libgdbm6_1.18.1-5_armhf.deb ... #14 34.82 Unpacking libgdbm6:armhf (1.18.1-5) ... #14 34.86 Selecting previously unselected package libpipeline1:armhf. #14 34.86 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_armhf.deb ... #14 34.87 Unpacking libpipeline1:armhf (1.5.2-2build1) ... #14 34.92 Selecting previously unselected package man-db. #13 34.68 Preparing to unpack .../140-perl-openssl-defaults_7+b1_armhf.deb ... #13 34.69 Unpacking perl-openssl-defaults:armhf (7+b1) ... #13 34.72 Selecting previously unselected package libnet-ssleay-perl:armhf. #13 34.72 Preparing to unpack .../141-libnet-ssleay-perl_1.92-2+b1_armhf.deb ... #13 34.73 Unpacking libnet-ssleay-perl:armhf (1.92-2+b1) ... #13 34.78 Selecting previously unselected package libio-socket-ssl-perl. #13 34.79 Preparing to unpack .../142-libio-socket-ssl-perl_2.081-2_all.deb ... #13 34.79 Unpacking libio-socket-ssl-perl (2.081-2) ... #13 34.84 Selecting previously unselected package libnet-http-perl. #13 34.84 Preparing to unpack .../143-libnet-http-perl_6.22-1_all.deb ... #13 34.84 Unpacking libnet-http-perl (6.22-1) ... #13 34.89 Selecting previously unselected package liblwp-protocol-https-perl. #13 27.53 Preparing to unpack .../098-gpg_2.2.27-2+deb11u2_arm64.deb ... #13 27.54 Unpacking gpg (2.2.27-2+deb11u2) ... #13 27.61 Selecting previously unselected package pinentry-curses. #13 27.61 Preparing to unpack .../099-pinentry-curses_1.1.0-4_arm64.deb ... #13 27.61 Unpacking pinentry-curses (1.1.0-4) ... #13 27.65 Selecting previously unselected package gpg-agent. #13 27.65 Preparing to unpack .../100-gpg-agent_2.2.27-2+deb11u2_arm64.deb ... #13 27.66 Unpacking gpg-agent (2.2.27-2+deb11u2) ... #13 27.71 Selecting previously unselected package gpg-wks-client. #13 27.71 Preparing to unpack .../101-gpg-wks-client_2.2.27-2+deb11u2_arm64.deb ... #13 27.71 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ... #13 27.75 Selecting previously unselected package gpg-wks-server. #13 27.75 Preparing to unpack .../102-gpg-wks-server_2.2.27-2+deb11u2_arm64.deb ... #13 27.75 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ... #13 26.94 Preparing to unpack .../128-libsub-quote-perl_2.006008-1_all.deb ... #13 26.95 Unpacking libsub-quote-perl (2.006008-1) ... #13 26.98 Selecting previously unselected package libmoo-perl. #13 26.98 Preparing to unpack .../129-libmoo-perl_2.005005-1_all.deb ... #13 26.98 Unpacking libmoo-perl (2.005005-1) ... #13 27.02 Selecting previously unselected package libencode-locale-perl. #13 27.02 Preparing to unpack .../130-libencode-locale-perl_1.05-3_all.deb ... #13 27.03 Unpacking libencode-locale-perl (1.05-3) ... #13 27.06 Selecting previously unselected package libtimedate-perl. #13 27.06 Preparing to unpack .../131-libtimedate-perl_2.3300-2_all.deb ... #13 27.07 Unpacking libtimedate-perl (2.3300-2) ... #13 27.10 Selecting previously unselected package libhttp-date-perl. #13 27.10 Preparing to unpack .../132-libhttp-date-perl_6.05-2_all.deb ... #13 27.11 Unpacking libhttp-date-perl (6.05-2) ... #13 27.14 Selecting previously unselected package libfile-listing-perl. #13 27.14 Preparing to unpack .../133-libfile-listing-perl_6.15-1_all.deb ... #13 27.14 Unpacking libfile-listing-perl (6.15-1) ... #13 27.17 Selecting previously unselected package libhtml-tagset-perl. #13 27.17 Preparing to unpack .../134-libhtml-tagset-perl_3.20-6_all.deb ... #13 27.18 Unpacking libhtml-tagset-perl (3.20-6) ... #13 27.21 Selecting previously unselected package libregexp-ipv6-perl. #13 27.21 Preparing to unpack .../135-libregexp-ipv6-perl_0.03-3_all.deb ... #13 27.21 Unpacking libregexp-ipv6-perl (0.03-3) ... #13 27.24 Selecting previously unselected package liburi-perl. #13 27.24 Preparing to unpack .../136-liburi-perl_5.17-1_all.deb ... #13 27.25 Unpacking liburi-perl (5.17-1) ... #13 27.29 Selecting previously unselected package libhtml-parser-perl:arm64. #14 33.92 Get:276 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfile-chdir-perl all 0.1008-1.1 [10.6 kB] #15 20.53 Running transaction check #14 24.98 Get:157 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gpg arm64 2.2.40-1.1ubuntu1 [509 kB] #14 29.09 Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB] #14 29.11 Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12.1 kB] #14 29.13 Get:290 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83.7 kB] #14 29.27 Get:291 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-maybexs-perl all 1.004000-1 [11.0 kB] #13 25.14 Installing : libicu-67.1-9.el9.x86_64 119/139 #13 25.15 Installing : libbrotli-1.0.9-6.el9.x86_64 120/139 #13 25.16 Installing : libatomic-11.4.1-3.el9.x86_64 121/139 #13 25.23 Installing : webkit2gtk3-jsc-2.42.4-1.el9.x86_64 122/139 #13 25.24 Installing : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 123/139 #13 25.25 Installing : less-590-2.el9.x86_64 124/139 #13 25.27 Running scriptlet: man-db-2.9.3-7.el9.x86_64 125/139 #13 25.29 Installing : man-db-2.9.3-7.el9.x86_64 125/139 #13 25.30 Running scriptlet: man-db-2.9.3-7.el9.x86_64 125/139 #13 25.32 Installing : json-glib-1.6.6-1.el9.x86_64 126/139 #13 25.33 Installing : info-6.7-15.el9.x86_64 127/139 #13 25.34 Installing : ed-1.14.2-12.el9.x86_64 128/139 #13 30.33 Preparing to unpack .../146-diffstat_1.62-1_amd64.deb ... #13 30.33 Unpacking diffstat (1.62-1) ... #13 30.37 Selecting previously unselected package distro-info-data. #13 30.37 Preparing to unpack .../147-distro-info-data_0.41+deb10u8_all.deb ... #13 30.37 Unpacking distro-info-data (0.41+deb10u8) ... #13 30.41 Selecting previously unselected package python3-pkg-resources. #13 30.41 Preparing to unpack .../148-python3-pkg-resources_40.8.0-1_all.deb ... #13 30.41 Unpacking python3-pkg-resources (40.8.0-1) ... #13 30.46 Selecting previously unselected package python3-chardet. #13 30.46 Preparing to unpack .../149-python3-chardet_3.0.4-3_all.deb ... #13 30.46 Unpacking python3-chardet (3.0.4-3) ... #13 30.50 Selecting previously unselected package python3-six. #13 30.50 Preparing to unpack .../150-python3-six_1.12.0-1_all.deb ... #13 30.51 Unpacking python3-six (1.12.0-1) ... #13 30.54 Selecting previously unselected package python3-debian. #13 30.54 Preparing to unpack .../151-python3-debian_0.1.35_all.deb ... #13 30.55 Unpacking python3-debian (0.1.35) ... #13 30.60 Selecting previously unselected package libgpgme11:amd64. #13 31.52 Selecting previously unselected package git. #14 22.70 Preparing to unpack .../156-libtimedate-perl_2.3300-2_all.deb ... #14 22.71 Unpacking libtimedate-perl (2.3300-2) ... #14 22.74 Selecting previously unselected package libhttp-date-perl. #14 22.74 Preparing to unpack .../157-libhttp-date-perl_6.05-1_all.deb ... #14 22.75 Unpacking libhttp-date-perl (6.05-1) ... #14 22.78 Selecting previously unselected package libfile-listing-perl. #14 22.78 Preparing to unpack .../158-libfile-listing-perl_6.14-1_all.deb ... #14 22.79 Unpacking libfile-listing-perl (6.14-1) ... #14 22.84 Selecting previously unselected package libhtml-tagset-perl. #14 22.85 Preparing to unpack .../159-libhtml-tagset-perl_3.20-4_all.deb ... #14 22.85 Unpacking libhtml-tagset-perl (3.20-4) ... #14 22.88 Selecting previously unselected package liburi-perl. #14 22.88 Preparing to unpack .../160-liburi-perl_5.10-1_all.deb ... #14 22.89 Unpacking liburi-perl (5.10-1) ... #14 22.93 Selecting previously unselected package libhtml-parser-perl:amd64. #14 22.93 Preparing to unpack .../161-libhtml-parser-perl_3.76-1build2_amd64.deb ... #14 22.94 Unpacking libhtml-parser-perl:amd64 (3.76-1build2) ... #14 22.97 Selecting previously unselected package libhtml-tree-perl. #13 25.09 Selecting previously unselected package bsdextrautils. #13 25.09 Preparing to unpack .../003-bsdextrautils_2.38.1-5_armhf.deb ... #13 25.10 Unpacking bsdextrautils (2.38.1-5) ... #13 25.15 Selecting previously unselected package libpipeline1:armhf. #13 25.15 Preparing to unpack .../004-libpipeline1_1.5.7-1_armhf.deb ... #13 25.16 Unpacking libpipeline1:armhf (1.5.7-1) ... #13 25.21 Selecting previously unselected package man-db. #13 25.21 Preparing to unpack .../005-man-db_2.11.2-2_armhf.deb ... #13 27.35 Unpacking gpgsm (2.2.12-1+deb10u2) ... #13 27.40 Selecting previously unselected package gnupg. #13 27.40 Preparing to unpack .../102-gnupg_2.2.12-1+deb10u2_all.deb ... #13 27.41 Unpacking gnupg (2.2.12-1+deb10u2) ... #13 27.47 Selecting previously unselected package libfile-which-perl. #13 27.47 Preparing to unpack .../103-libfile-which-perl_1.23-1_all.deb ... #13 27.47 Unpacking libfile-which-perl (1.23-1) ... #13 27.50 Selecting previously unselected package libfile-homedir-perl. #13 27.51 Preparing to unpack .../104-libfile-homedir-perl_1.004-1_all.deb ... #13 27.51 Unpacking libfile-homedir-perl (1.004-1) ... #13 27.54 Selecting previously unselected package libio-pty-perl. #13 27.54 Preparing to unpack .../105-libio-pty-perl_1%3a1.08-1.1+b5_arm64.deb ... #13 27.55 Unpacking libio-pty-perl (1:1.08-1.1+b5) ... #13 27.58 Selecting previously unselected package libipc-run-perl. #13 27.58 Preparing to unpack .../106-libipc-run-perl_20180523.0-1_all.deb ... #13 27.59 Unpacking libipc-run-perl (20180523.0-1) ... #13 27.63 Selecting previously unselected package libclass-method-modifiers-perl. #13 27.63 Preparing to unpack .../107-libclass-method-modifiers-perl_2.12-1_all.deb ... #13 27.63 Unpacking libclass-method-modifiers-perl (2.12-1) ... #13 27.66 Selecting previously unselected package libsub-exporter-progressive-perl. #13 27.67 Preparing to unpack .../108-libsub-exporter-progressive-perl_0.001013-1_all.deb ... #13 27.67 Unpacking libsub-exporter-progressive-perl (0.001013-1) ... #13 27.70 Selecting previously unselected package libdevel-globaldestruction-perl. #14 25.84 Get:143 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] #14 25.92 Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dh-strip-nondeterminism all 1.7.0-1 [5228 B] #14 26.06 Get:145 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dwz arm64 0.13-5 [134 kB] #13 31.01 Preparing to unpack .../088-liblwp-mediatypes-perl_6.04-1_all.deb ... #13 31.01 Unpacking liblwp-mediatypes-perl (6.04-1) ... #13 31.08 Selecting previously unselected package libhttp-message-perl. #13 31.08 Preparing to unpack .../089-libhttp-message-perl_6.28-1_all.deb ... #13 31.08 Unpacking libhttp-message-perl (6.28-1) ... #13 31.11 Selecting previously unselected package libhttp-cookies-perl. #13 31.12 Preparing to unpack .../090-libhttp-cookies-perl_6.10-1_all.deb ... #13 31.12 Unpacking libhttp-cookies-perl (6.10-1) ... #13 31.15 Selecting previously unselected package libhttp-negotiate-perl. #13 31.15 Preparing to unpack .../091-libhttp-negotiate-perl_6.01-1_all.deb ... #13 31.16 Unpacking libhttp-negotiate-perl (6.01-1) ... #13 31.19 Selecting previously unselected package perl-openssl-defaults:armhf. #13 31.19 Preparing to unpack .../092-perl-openssl-defaults_5_armhf.deb ... #13 31.19 Unpacking perl-openssl-defaults:armhf (5) ... #13 31.22 Selecting previously unselected package libnet-ssleay-perl. #14 31.45 Get:224 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libvariable-magic-perl armhf 0.63-1 [32.2 kB] #14 31.50 Get:225 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libb-hooks-endofscope-perl all 0.26-1 [17.8 kB] #14 31.52 Get:226 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libberkeleydb-perl armhf 0.64-2 [111 kB] #14 31.60 Get:227 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libfreetype6 armhf 2.12.1+dfsg-4ubuntu0.1 [326 kB] #14 31.70 Get:228 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfontconfig1 armhf 2.14.1-3ubuntu3 [111 kB] #14 22.24 Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-zip-perl all 1.68-1 [90.2 kB] #14 22.27 Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-override-perl all 0.09-2 [9532 B] #14 22.28 Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB] #14 22.28 Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-strip-nondeterminism all 1.13.0-1 [5344 B] #14 22.28 Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdw1 arm64 0.186-1build1 [246 kB] #14 22.38 Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debugedit arm64 1:5.0-4build1 [46.5 kB] #14 22.39 Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dwz arm64 0.14-1build2 [102 kB] #14 22.40 Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext arm64 0.21-4ubuntu4 [846 kB] #14 22.49 Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] #14 24.38 Preparing to unpack .../086-gcc_4%3a13.2.0-1ubuntu1_amd64.deb ... #14 24.39 Unpacking gcc (4:13.2.0-1ubuntu1) ... #14 24.42 Selecting previously unselected package libstdc++-13-dev:amd64. #14 24.42 Preparing to unpack .../087-libstdc++-13-dev_13.2.0-4ubuntu3_amd64.deb ... #14 24.42 Unpacking libstdc++-13-dev:amd64 (13.2.0-4ubuntu3) ... #14 24.64 Selecting previously unselected package g++-13. #14 24.64 Preparing to unpack .../088-g++-13_13.2.0-4ubuntu3_amd64.deb ... #14 24.64 Unpacking g++-13 (13.2.0-4ubuntu3) ... #14 24.83 Selecting previously unselected package g++. #13 29.87 Preparing to unpack .../048-libdebhelper-perl_13.2~bpo10+1_all.deb ... #13 29.87 Unpacking libdebhelper-perl (13.2~bpo10+1) ... #13 29.93 Selecting previously unselected package libglib2.0-0:armhf. #13 29.93 Preparing to unpack .../049-libglib2.0-0_2.58.3-2+deb10u4_armhf.deb ... #13 29.94 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u4) ... #13 30.06 Selecting previously unselected package libicu63:armhf. #13 30.06 Preparing to unpack .../050-libicu63_63.1-6+deb10u3_armhf.deb ... #13 30.07 Unpacking libicu63:armhf (63.1-6+deb10u3) ... #14 35.34 Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-name-perl armhf 0.26-1build3 [10.7 kB] #13 32.73 Preparing to unpack .../111-libmodule-runtime-perl_0.016-1_all.deb ... #13 32.74 Unpacking libmodule-runtime-perl (0.016-1) ... #13 32.77 Selecting previously unselected package libimport-into-perl. #13 32.77 Preparing to unpack .../112-libimport-into-perl_1.002005-1_all.deb ... #13 32.77 Unpacking libimport-into-perl (1.002005-1) ... #13 32.80 Selecting previously unselected package librole-tiny-perl. #13 32.80 Preparing to unpack .../113-librole-tiny-perl_2.000006-1_all.deb ... #13 32.81 Unpacking librole-tiny-perl (2.000006-1) ... #13 32.84 Selecting previously unselected package libstrictures-perl. #13 32.85 Preparing to unpack .../114-libstrictures-perl_2.000005-1_all.deb ... #13 32.85 Unpacking libstrictures-perl (2.000005-1) ... #13 32.89 Selecting previously unselected package libsub-quote-perl. #13 32.89 Preparing to unpack .../115-libsub-quote-perl_2.005001-1_all.deb ... #13 32.89 Unpacking libsub-quote-perl (2.005001-1) ... #13 32.93 Selecting previously unselected package libmoo-perl. #13 32.93 Preparing to unpack .../116-libmoo-perl_2.003004-2_all.deb ... #13 32.93 Unpacking libmoo-perl (2.003004-2) ... #13 32.96 Selecting previously unselected package libencode-locale-perl. #13 32.97 Preparing to unpack .../117-libencode-locale-perl_1.05-1_all.deb ... #13 32.97 Unpacking libencode-locale-perl (1.05-1) ... #13 33.00 Selecting previously unselected package libtimedate-perl. #13 33.00 Preparing to unpack .../118-libtimedate-perl_2.3000-2+deb10u1_all.deb ... #13 33.01 Unpacking libtimedate-perl (2.3000-2+deb10u1) ... #13 33.04 Selecting previously unselected package libhttp-date-perl. #13 33.04 Preparing to unpack .../119-libhttp-date-perl_6.02-1_all.deb ... #13 33.04 Unpacking libhttp-date-perl (6.02-1) ... #13 33.07 Selecting previously unselected package libfile-listing-perl. #14 34.92 Preparing to unpack .../007-man-db_2.9.1-1_armhf.deb ... #14 34.93 Unpacking man-db (2.9.1-1) ... #14 35.05 Selecting previously unselected package perl-modules-5.30. #14 35.05 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.5_all.deb ... #14 35.06 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.5) ... #13 34.89 Preparing to unpack .../144-liblwp-protocol-https-perl_6.10-1_all.deb ... #13 34.89 Unpacking liblwp-protocol-https-perl (6.10-1) ... #13 34.92 Selecting previously unselected package libtry-tiny-perl. #13 34.92 Preparing to unpack .../145-libtry-tiny-perl_0.31-2_all.deb ... #13 34.93 Unpacking libtry-tiny-perl (0.31-2) ... #13 34.96 Selecting previously unselected package libwww-robotrules-perl. #13 34.96 Preparing to unpack .../146-libwww-robotrules-perl_6.02-1_all.deb ... #13 34.97 Unpacking libwww-robotrules-perl (6.02-1) ... #13 35.00 Selecting previously unselected package libwww-perl. #13 35.00 Preparing to unpack .../147-libwww-perl_6.68-1_all.deb ... #13 35.00 Unpacking libwww-perl (6.68-1) ... #13 35.05 Selecting previously unselected package patchutils. #13 35.05 Preparing to unpack .../148-patchutils_0.4.2-1_armhf.deb ... #13 35.06 Unpacking patchutils (0.4.2-1) ... #13 35.10 Selecting previously unselected package wdiff. #13 35.10 Preparing to unpack .../149-wdiff_1.2.2-5_armhf.deb ... #14 27.34 Preparing to unpack .../139-libclass-method-modifiers-perl_2.14-1_all.deb ... #14 27.34 Unpacking libclass-method-modifiers-perl (2.14-1) ... #14 27.37 Selecting previously unselected package libclass-xsaccessor-perl. #14 27.37 Preparing to unpack .../140-libclass-xsaccessor-perl_1.19-4build1_amd64.deb ... #14 27.38 Unpacking libclass-xsaccessor-perl (1.19-4build1) ... #14 27.41 Selecting previously unselected package libb-hooks-op-check-perl:amd64. #14 27.41 Preparing to unpack .../141-libb-hooks-op-check-perl_0.22-2build1_amd64.deb ... #14 27.42 Unpacking libb-hooks-op-check-perl:amd64 (0.22-2build1) ... #14 27.46 Selecting previously unselected package libdynaloader-functions-perl. #14 27.46 Preparing to unpack .../142-libdynaloader-functions-perl_0.003-3_all.deb ... #14 27.46 Unpacking libdynaloader-functions-perl (0.003-3) ... #14 27.49 Selecting previously unselected package libdevel-callchecker-perl:amd64. #14 27.49 Preparing to unpack .../143-libdevel-callchecker-perl_0.008-2_amd64.deb ... #14 27.50 Unpacking libdevel-callchecker-perl:amd64 (0.008-2) ... #14 27.53 Selecting previously unselected package libparams-classify-perl:amd64. #14 27.53 Preparing to unpack .../144-libparams-classify-perl_0.015-2build2_amd64.deb ... #14 27.53 Unpacking libparams-classify-perl:amd64 (0.015-2build2) ... #14 27.57 Selecting previously unselected package libmodule-runtime-perl. #13 27.79 Selecting previously unselected package gpgsm. #13 27.79 Preparing to unpack .../103-gpgsm_2.2.27-2+deb11u2_arm64.deb ... #13 27.80 Unpacking gpgsm (2.2.27-2+deb11u2) ... #13 27.84 Selecting previously unselected package gnupg. #13 27.84 Preparing to unpack .../104-gnupg_2.2.27-2+deb11u2_all.deb ... #13 27.85 Unpacking gnupg (2.2.27-2+deb11u2) ... #13 27.90 Selecting previously unselected package libfile-dirlist-perl. #13 27.90 Preparing to unpack .../105-libfile-dirlist-perl_0.05-2_all.deb ... #13 27.90 Unpacking libfile-dirlist-perl (0.05-2) ... #13 27.93 Selecting previously unselected package libfile-which-perl. #13 27.93 Preparing to unpack .../106-libfile-which-perl_1.23-1_all.deb ... #13 27.94 Unpacking libfile-which-perl (1.23-1) ... #13 27.96 Selecting previously unselected package libfile-homedir-perl. #13 27.97 Preparing to unpack .../107-libfile-homedir-perl_1.006-1_all.deb ... #13 27.97 Unpacking libfile-homedir-perl (1.006-1) ... #13 28.00 Selecting previously unselected package libfile-touch-perl. #13 27.29 Preparing to unpack .../137-libhtml-parser-perl_3.81-1_arm64.deb ... #13 27.29 Unpacking libhtml-parser-perl:arm64 (3.81-1) ... #13 27.33 Selecting previously unselected package libhtml-tree-perl. #13 27.33 Preparing to unpack .../138-libhtml-tree-perl_5.07-3_all.deb ... #13 27.34 Unpacking libhtml-tree-perl (5.07-3) ... #13 27.38 Selecting previously unselected package libclone-perl:arm64. #13 27.39 Preparing to unpack .../139-libclone-perl_0.46-1_arm64.deb ... #13 27.39 Unpacking libclone-perl:arm64 (0.46-1) ... #13 27.42 Selecting previously unselected package libio-html-perl. #13 27.42 Preparing to unpack .../140-libio-html-perl_1.004-3_all.deb ... #13 27.43 Unpacking libio-html-perl (1.004-3) ... #13 27.49 Selecting previously unselected package liblwp-mediatypes-perl. #13 27.49 Preparing to unpack .../141-liblwp-mediatypes-perl_6.04-2_all.deb ... #13 27.49 Unpacking liblwp-mediatypes-perl (6.04-2) ... #14 33.99 Get:277 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfile-fcntllock-perl armhf 0.22-4ubuntu1 [32.7 kB] #14 34.07 Get:278 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnumber-compare-perl all 0.03-3 [5974 B] #14 34.08 Get:279 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtext-glob-perl all 0.11-3 [6780 B] #14 34.09 Get:280 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfile-find-rule-perl all 0.34-3 [24.4 kB] #14 34.14 Get:281 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfont-afm-perl all 1.20-4 [13.0 kB] #14 34.15 Get:282 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libio-string-perl all 1.08-4 [11.1 kB] #14 34.16 Get:283 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfont-ttf-perl all 1.06-2 [323 kB] #15 20.60 Transaction check succeeded. #15 20.60 Running transaction test #14 29.27 Get:292 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB] #14 29.32 Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-moreutils-perl amd64 0.416-1build5 [55.5 kB] #14 29.35 Get:294 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB] #14 29.36 Get:295 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-xs-perl amd64 0.58-2 [32.5 kB] #14 29.37 Get:296 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB] #14 29.38 Get:297 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] #14 25.08 Get:158 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 pinentry-curses arm64 1.2.1-1ubuntu1 [33.6 kB] #14 25.09 Get:159 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gpg-agent arm64 2.2.40-1.1ubuntu1 [211 kB] #14 25.11 Get:160 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gpg-wks-client arm64 2.2.40-1.1ubuntu1 [64.4 kB] #14 25.12 Get:161 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gpg-wks-server arm64 2.2.40-1.1ubuntu1 [57.9 kB] #14 25.12 Get:162 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gpgsm arm64 2.2.40-1.1ubuntu1 [199 kB] #14 25.14 Get:163 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gnupg all 2.2.40-1.1ubuntu1 [319 kB] #14 25.16 Get:164 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B] #14 25.16 Get:165 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfile-which-perl all 1.27-2 [12.5 kB] #13 25.34 Installing : patch-2.7.6-16.el9.x86_64 129/139 #13 25.36 Installing : diffutils-3.7-12.el9.x86_64 130/139 #13 25.38 Installing : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1 131/139 #13 25.40 Installing : gsettings-desktop-schemas-40.0-6.el9.x86_64 132/139 #13 25.41 Installing : glib-networking-2.68.3-3.el9.x86_64 133/139 #13 25.43 Installing : libsoup-2.72.0-8.el9.x86_64 134/139 #13 25.44 Installing : libappstream-glib-0.7.18-4.el9.x86_64 135/139 #13 25.46 Installing : rpmlint-1.11-19.el9.noarch 136/139 #13 25.48 Installing : rpm-build-4.16.1.3-29.el9.x86_64 137/139 #13 25.49 Installing : dnf-plugins-core-4.3.0-13.el9.noarch 138/139 #13 30.60 Preparing to unpack .../152-libgpgme11_1.12.0-6_amd64.deb ... #13 30.60 Unpacking libgpgme11:amd64 (1.12.0-6) ... #13 30.66 Selecting previously unselected package python3-gpg. #13 30.66 Preparing to unpack .../153-python3-gpg_1.12.0-6_amd64.deb ... #13 30.66 Unpacking python3-gpg (1.12.0-6) ... #13 30.75 Selecting previously unselected package dput. #14 22.97 Preparing to unpack .../162-libhtml-tree-perl_5.07-2_all.deb ... #14 22.98 Unpacking libhtml-tree-perl (5.07-2) ... #14 23.03 Selecting previously unselected package libio-html-perl. #14 23.03 Preparing to unpack .../163-libio-html-perl_1.004-2_all.deb ... #14 23.03 Unpacking libio-html-perl (1.004-2) ... #14 23.07 Selecting previously unselected package liblwp-mediatypes-perl. #14 23.07 Preparing to unpack .../164-liblwp-mediatypes-perl_6.04-1_all.deb ... #14 23.08 Unpacking liblwp-mediatypes-perl (6.04-1) ... #14 23.10 Selecting previously unselected package libhttp-message-perl. #14 23.11 Preparing to unpack .../165-libhttp-message-perl_6.36-1_all.deb ... #14 23.11 Unpacking libhttp-message-perl (6.36-1) ... #14 23.14 Selecting previously unselected package libhttp-cookies-perl. #14 23.14 Preparing to unpack .../166-libhttp-cookies-perl_6.10-1_all.deb ... #14 23.15 Unpacking libhttp-cookies-perl (6.10-1) ... #14 23.18 Selecting previously unselected package libhttp-negotiate-perl. #13 31.52 Preparing to unpack .../171-git_1%3a2.39.2-1.1_amd64.deb ... #13 31.53 Unpacking git (1:2.39.2-1.1) ... #13 29.79 Selecting previously unselected package cpp. #13 29.79 Preparing to unpack .../042-cpp_4%3a10.2.1-1_armhf.deb ... #13 29.80 Unpacking cpp (4:10.2.1-1) ... #13 29.84 Selecting previously unselected package libcc1-0:armhf. #13 25.22 Unpacking man-db (2.11.2-2) ... #13 25.34 Selecting previously unselected package sensible-utils. #13 25.34 Preparing to unpack .../006-sensible-utils_0.0.17+nmu1_all.deb ... #13 25.34 Unpacking sensible-utils (0.0.17+nmu1) ... #13 25.38 Selecting previously unselected package bzip2. #13 25.38 Preparing to unpack .../007-bzip2_1.0.8-5+b2_armhf.deb ... #13 25.38 Unpacking bzip2 (1.0.8-5+b2) ... #13 25.42 Selecting previously unselected package libmagic-mgc. #13 25.43 Preparing to unpack .../008-libmagic-mgc_1%3a5.44-3_armhf.deb ... #13 25.43 Unpacking libmagic-mgc (1:5.44-3) ... #13 27.70 Preparing to unpack .../109-libdevel-globaldestruction-perl_0.14-1_all.deb ... #13 27.70 Unpacking libdevel-globaldestruction-perl (0.14-1) ... #13 27.74 Selecting previously unselected package libb-hooks-op-check-perl. #13 27.74 Preparing to unpack .../110-libb-hooks-op-check-perl_0.22-1+b1_arm64.deb ... #13 27.75 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ... #13 27.78 Selecting previously unselected package libdynaloader-functions-perl. #13 27.78 Preparing to unpack .../111-libdynaloader-functions-perl_0.003-1_all.deb ... #13 27.79 Unpacking libdynaloader-functions-perl (0.003-1) ... #13 27.82 Selecting previously unselected package libdevel-callchecker-perl. #13 27.82 Preparing to unpack .../112-libdevel-callchecker-perl_0.008-1_arm64.deb ... #13 27.83 Unpacking libdevel-callchecker-perl (0.008-1) ... #13 27.86 Selecting previously unselected package libparams-classify-perl. #13 27.86 Preparing to unpack .../113-libparams-classify-perl_0.015-1+b1_arm64.deb ... #13 27.86 Unpacking libparams-classify-perl (0.015-1+b1) ... #13 27.89 Selecting previously unselected package libmodule-runtime-perl. #13 27.90 Preparing to unpack .../114-libmodule-runtime-perl_0.016-1_all.deb ... #13 27.90 Unpacking libmodule-runtime-perl (0.016-1) ... #13 27.93 Selecting previously unselected package libimport-into-perl. #14 26.39 Get:146 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcroco3 arm64 0.6.13-1 [77.1 kB] #13 31.22 Preparing to unpack .../093-libnet-ssleay-perl_1.88-3+b1_armhf.deb ... #13 31.23 Unpacking libnet-ssleay-perl (1.88-3+b1) ... #13 31.29 Selecting previously unselected package libio-socket-ssl-perl. #13 31.29 Preparing to unpack .../094-libio-socket-ssl-perl_2.069-1_all.deb ... #13 31.29 Unpacking libio-socket-ssl-perl (2.069-1) ... #13 31.34 Selecting previously unselected package libnet-http-perl. #13 31.34 Preparing to unpack .../095-libnet-http-perl_6.20-1_all.deb ... #13 31.35 Unpacking libnet-http-perl (6.20-1) ... #13 31.38 Selecting previously unselected package liblwp-protocol-https-perl. #13 31.38 Preparing to unpack .../096-liblwp-protocol-https-perl_6.10-1_all.deb ... #13 31.39 Unpacking liblwp-protocol-https-perl (6.10-1) ... #13 31.42 Selecting previously unselected package libtry-tiny-perl. #13 31.42 Preparing to unpack .../097-libtry-tiny-perl_0.30-1_all.deb ... #13 31.42 Unpacking libtry-tiny-perl (0.30-1) ... #13 31.45 Selecting previously unselected package libwww-robotrules-perl. #14 24.83 Preparing to unpack .../089-g++_4%3a13.2.0-1ubuntu1_amd64.deb ... #14 24.84 Unpacking g++ (4:13.2.0-1ubuntu1) ... #14 24.87 Selecting previously unselected package make. #14 24.88 Preparing to unpack .../090-make_4.3-4.1build1_amd64.deb ... #14 24.88 Unpacking make (4.3-4.1build1) ... #14 24.91 Selecting previously unselected package libdpkg-perl. #14 24.91 Preparing to unpack .../091-libdpkg-perl_1.22.0ubuntu1_all.deb ... #14 24.91 Unpacking libdpkg-perl (1.22.0ubuntu1) ... #14 24.96 Selecting previously unselected package bzip2. #14 24.96 Preparing to unpack .../092-bzip2_1.0.8-5build1_amd64.deb ... #14 24.97 Unpacking bzip2 (1.0.8-5build1) ... #14 25.02 Selecting previously unselected package patch. #14 25.02 Preparing to unpack .../093-patch_2.7.6-7build2_amd64.deb ... #14 25.03 Unpacking patch (2.7.6-7build2) ... #14 25.06 Selecting previously unselected package lto-disabled-list. #14 25.06 Preparing to unpack .../094-lto-disabled-list_43_all.deb ... #14 25.07 Unpacking lto-disabled-list (43) ... #14 31.72 Get:229 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libjpeg-turbo8 armhf 2.1.5-2ubuntu1 [123 kB] #14 31.74 Get:230 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libjpeg8 armhf 8c-2ubuntu11 [2148 B] #14 35.41 Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB] #14 35.43 Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpath-tiny-perl all 0.122-1 [45.9 kB] #14 35.54 Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstrictures-perl all 2.000006-1 [16.3 kB] #14 35.56 Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtype-tiny-perl all 1.012004-1 [321 kB] #13 33.07 Preparing to unpack .../120-libfile-listing-perl_6.04-1_all.deb ... #13 33.08 Unpacking libfile-listing-perl (6.04-1) ... #13 33.11 Selecting previously unselected package libhtml-tagset-perl. #13 33.11 Preparing to unpack .../121-libhtml-tagset-perl_3.20-3_all.deb ... #13 33.11 Unpacking libhtml-tagset-perl (3.20-3) ... #13 33.14 Selecting previously unselected package liburi-perl. #13 33.14 Preparing to unpack .../122-liburi-perl_1.76-1_all.deb ... #13 33.15 Unpacking liburi-perl (1.76-1) ... #13 33.18 Selecting previously unselected package libhtml-parser-perl. #13 33.18 Preparing to unpack .../123-libhtml-parser-perl_3.72-3+b3_armhf.deb ... #13 33.19 Unpacking libhtml-parser-perl (3.72-3+b3) ... #13 33.22 Selecting previously unselected package libhtml-tree-perl. #13 33.22 Preparing to unpack .../124-libhtml-tree-perl_5.07-2_all.deb ... #13 33.23 Unpacking libhtml-tree-perl (5.07-2) ... #13 33.31 Selecting previously unselected package libio-html-perl. #14 35.40 Selecting previously unselected package libgdbm-compat4:armhf. #14 35.40 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_armhf.deb ... #14 35.41 Unpacking libgdbm-compat4:armhf (1.18.1-5) ... #14 35.44 Selecting previously unselected package libperl5.30:armhf. #14 35.44 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.5_armhf.deb ... #14 35.45 Unpacking libperl5.30:armhf (5.30.0-9ubuntu0.5) ... #13 35.10 Unpacking wdiff (1.2.2-5) ... #13 35.17 Selecting previously unselected package devscripts. #13 35.17 Preparing to unpack .../150-devscripts_2.23.4+deb12u1_armhf.deb ... #13 35.19 Unpacking devscripts (2.23.4+deb12u1) ... #13 35.32 Selecting previously unselected package diffstat. #13 35.32 Preparing to unpack .../151-diffstat_1.65-1_armhf.deb ... #13 35.32 Unpacking diffstat (1.65-1) ... #13 35.36 Selecting previously unselected package distro-info-data. #14 27.57 Preparing to unpack .../145-libmodule-runtime-perl_0.016-2_all.deb ... #14 27.57 Unpacking libmodule-runtime-perl (0.016-2) ... #14 27.60 Selecting previously unselected package libimport-into-perl. #14 27.60 Preparing to unpack .../146-libimport-into-perl_1.002005-2_all.deb ... #14 27.61 Unpacking libimport-into-perl (1.002005-2) ... #14 27.67 Selecting previously unselected package librole-tiny-perl. #14 27.67 Preparing to unpack .../147-librole-tiny-perl_2.002004-1_all.deb ... #14 27.68 Unpacking librole-tiny-perl (2.002004-1) ... #14 27.72 Selecting previously unselected package libsub-quote-perl. #14 27.72 Preparing to unpack .../148-libsub-quote-perl_2.006008-1ubuntu1_all.deb ... #14 27.72 Unpacking libsub-quote-perl (2.006008-1ubuntu1) ... #14 27.75 Selecting previously unselected package libmoo-perl. #14 27.75 Preparing to unpack .../149-libmoo-perl_2.005005-1_all.deb ... #14 27.76 Unpacking libmoo-perl (2.005005-1) ... #14 27.79 Selecting previously unselected package libencode-locale-perl. #14 27.79 Preparing to unpack .../150-libencode-locale-perl_1.05-3_all.deb ... #14 27.80 Unpacking libencode-locale-perl (1.05-3) ... #14 27.82 Selecting previously unselected package libtimedate-perl. #14 27.83 Preparing to unpack .../151-libtimedate-perl_2.3300-2_all.deb ... #14 27.83 Unpacking libtimedate-perl (2.3300-2) ... #14 27.87 Selecting previously unselected package libhttp-date-perl. #14 27.87 Preparing to unpack .../152-libhttp-date-perl_6.05-2_all.deb ... #14 27.87 Unpacking libhttp-date-perl (6.05-2) ... #14 27.90 Selecting previously unselected package libfile-listing-perl. #13 28.00 Preparing to unpack .../108-libfile-touch-perl_0.11-1_all.deb ... #13 28.01 Unpacking libfile-touch-perl (0.11-1) ... #13 28.03 Selecting previously unselected package libio-pty-perl. #13 28.04 Preparing to unpack .../109-libio-pty-perl_1%3a1.15-2_arm64.deb ... #13 28.04 Unpacking libio-pty-perl (1:1.15-2) ... #13 28.07 Selecting previously unselected package libipc-run-perl. #13 28.07 Preparing to unpack .../110-libipc-run-perl_20200505.0-1_all.deb ... #13 28.07 Unpacking libipc-run-perl (20200505.0-1) ... #13 28.11 Selecting previously unselected package libclass-method-modifiers-perl. #13 28.11 Preparing to unpack .../111-libclass-method-modifiers-perl_2.13-1_all.deb ... #13 28.11 Unpacking libclass-method-modifiers-perl (2.13-1) ... #13 28.17 Selecting previously unselected package libb-hooks-op-check-perl. #13 28.17 Preparing to unpack .../112-libb-hooks-op-check-perl_0.22-1+b3_arm64.deb ... #13 28.17 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ... #13 28.20 Selecting previously unselected package libdynaloader-functions-perl. #13 28.20 Preparing to unpack .../113-libdynaloader-functions-perl_0.003-1.1_all.deb ... #13 28.21 Unpacking libdynaloader-functions-perl (0.003-1.1) ... #13 28.23 Selecting previously unselected package libdevel-callchecker-perl. #13 28.23 Preparing to unpack .../114-libdevel-callchecker-perl_0.008-1+b2_arm64.deb ... #13 28.24 Unpacking libdevel-callchecker-perl (0.008-1+b2) ... #13 28.27 Selecting previously unselected package libparams-classify-perl. #13 28.27 Preparing to unpack .../115-libparams-classify-perl_0.015-1+b3_arm64.deb ... #13 28.27 Unpacking libparams-classify-perl (0.015-1+b3) ... #13 28.30 Selecting previously unselected package libmodule-runtime-perl. #13 28.30 Preparing to unpack .../116-libmodule-runtime-perl_0.016-1_all.deb ... #13 28.31 Unpacking libmodule-runtime-perl (0.016-1) ... #13 28.34 Selecting previously unselected package libimport-into-perl. #13 27.52 Selecting previously unselected package libhttp-message-perl. #13 27.53 Preparing to unpack .../142-libhttp-message-perl_6.44-1_all.deb ... #13 27.53 Unpacking libhttp-message-perl (6.44-1) ... #13 27.57 Selecting previously unselected package libhttp-cookies-perl. #13 27.57 Preparing to unpack .../143-libhttp-cookies-perl_6.10-1_all.deb ... #13 27.57 Unpacking libhttp-cookies-perl (6.10-1) ... #13 27.60 Selecting previously unselected package libhttp-negotiate-perl. #13 27.60 Preparing to unpack .../144-libhttp-negotiate-perl_6.01-2_all.deb ... #13 27.61 Unpacking libhttp-negotiate-perl (6.01-2) ... #13 27.64 Selecting previously unselected package perl-openssl-defaults:arm64. #13 27.64 Preparing to unpack .../145-perl-openssl-defaults_7+b1_arm64.deb ... #13 27.64 Unpacking perl-openssl-defaults:arm64 (7+b1) ... #13 27.67 Selecting previously unselected package libnet-ssleay-perl:arm64. #13 27.67 Preparing to unpack .../146-libnet-ssleay-perl_1.92-2+b1_arm64.deb ... #13 27.68 Unpacking libnet-ssleay-perl:arm64 (1.92-2+b1) ... #13 27.74 Selecting previously unselected package libio-socket-ssl-perl. #14 34.31 Get:284 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfreezethaw-perl all 0.5001-3 [14.6 kB] #14 34.32 Get:285 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsort-versions-perl all 1.62-3 [7378 B] #14 34.32 Get:286 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libgit-wrapper-perl all 0.048-2 [29.5 kB] #15 20.90 Transaction test succeeded. #15 20.91 Running transaction #14 23.99 Get:132 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 curl arm64 7.88.1-8ubuntu2.4 [206 kB] #14 24.03 Get:133 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 dctrl-tools arm64 2.24-3build2 [65.2 kB] #14 24.04 Get:134 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdebhelper-perl all 13.11.4ubuntu3 [66.1 kB] #14 24.07 Get:135 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtool all 2.4.7-5 [166 kB] #14 24.10 Get:136 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 dh-autoreconf all 20 [16.1 kB] #14 29.57 Get:298 http://archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] #14 29.65 Get:299 http://archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] #14 29.69 Get:300 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-aliases-perl all 0.001006-1 [7176 B] #14 29.72 Get:301 http://archive.ubuntu.com/ubuntu focal/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB] #14 29.75 Get:302 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-struct-perl all 0.017-1 [23.4 kB] #14 29.79 Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-sec-perl amd64 1.15-1 [44.6 kB] #14 25.56 Get:166 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB] #13 25.57 Installing : glibc-gconv-extra-2.34-95.el9.x86_64 139/139 #13 30.76 Preparing to unpack .../154-dput_1.0.3_all.deb ... #13 30.77 Unpacking dput (1.0.3) ... #13 30.83 Selecting previously unselected package equivs. #13 30.83 Preparing to unpack .../155-equivs_2.2.0_all.deb ... #13 30.83 Unpacking equivs (2.2.0) ... #13 30.98 Selecting previously unselected package exim4-config. #13 30.98 Preparing to unpack .../156-exim4-config_4.92-8+deb10u9_all.deb ... #13 30.99 Unpacking exim4-config (4.92-8+deb10u9) ... #13 31.06 Selecting previously unselected package exim4-base. #13 31.06 Preparing to unpack .../157-exim4-base_4.92-8+deb10u9_amd64.deb ... #13 31.07 Unpacking exim4-base (4.92-8+deb10u9) ... #13 31.14 Selecting previously unselected package libevent-2.1-6:amd64. #12 26.32 Fedora 38 openh264 (From Cisco) - x86_64 2.4 kB/s | 2.5 kB 00:01 #12 27.67 Fedora Modular 38 - x86_64 2.5 MB/s | 2.8 MB 00:01 #13 19.06 Preparing : 1/1 #13 19.12 Installing : elfutils-debuginfod-client-0.190-2.el9.aarch64 1/138 #13 19.23 Installing : binutils-gold-2.35.2-42.el9.aarch64 2/138 #13 19.32 Installing : binutils-2.35.2-42.el9.aarch64 3/138 #13 32.02 Selecting previously unselected package iso-codes. #13 32.02 Preparing to unpack .../172-iso-codes_4.15.0-1_all.deb ... #13 32.04 Unpacking iso-codes (4.15.0-1) ... #13 29.84 Preparing to unpack .../043-libcc1-0_10.2.1-6_armhf.deb ... #13 29.85 Unpacking libcc1-0:armhf (10.2.1-6) ... #13 29.93 Selecting previously unselected package libgomp1:armhf. #13 29.93 Preparing to unpack .../044-libgomp1_10.2.1-6_armhf.deb ... #13 29.94 Unpacking libgomp1:armhf (10.2.1-6) ... #13 30.01 Selecting previously unselected package libatomic1:armhf. #13 30.01 Preparing to unpack .../045-libatomic1_10.2.1-6_armhf.deb ... #13 30.01 Unpacking libatomic1:armhf (10.2.1-6) ... #13 30.09 Selecting previously unselected package libasan6:armhf. #13 30.09 Preparing to unpack .../046-libasan6_10.2.1-6_armhf.deb ... #13 30.10 Unpacking libasan6:armhf (10.2.1-6) ... #13 25.52 Selecting previously unselected package libmagic1:armhf. #13 25.52 Preparing to unpack .../009-libmagic1_1%3a5.44-3_armhf.deb ... #13 25.52 Unpacking libmagic1:armhf (1:5.44-3) ... #13 25.57 Selecting previously unselected package file. #13 25.57 Preparing to unpack .../010-file_1%3a5.44-3_armhf.deb ... #13 25.58 Unpacking file (1:5.44-3) ... #13 25.62 Selecting previously unselected package gettext-base. #13 25.62 Preparing to unpack .../011-gettext-base_0.21-12_armhf.deb ... #13 25.62 Unpacking gettext-base (0.21-12) ... #13 25.68 Selecting previously unselected package xz-utils. #13 25.69 Preparing to unpack .../012-xz-utils_5.4.1-0.2_armhf.deb ... #13 25.69 Unpacking xz-utils (5.4.1-0.2) ... #13 25.76 Selecting previously unselected package m4. #13 27.93 Preparing to unpack .../115-libimport-into-perl_1.002005-1_all.deb ... #13 27.94 Unpacking libimport-into-perl (1.002005-1) ... #13 27.97 Selecting previously unselected package librole-tiny-perl. #13 27.97 Preparing to unpack .../116-librole-tiny-perl_2.000006-1_all.deb ... #13 27.98 Unpacking librole-tiny-perl (2.000006-1) ... #13 28.01 Selecting previously unselected package libstrictures-perl. #13 28.01 Preparing to unpack .../117-libstrictures-perl_2.000005-1_all.deb ... #13 28.01 Unpacking libstrictures-perl (2.000005-1) ... #13 28.04 Selecting previously unselected package libsub-quote-perl. #13 28.04 Preparing to unpack .../118-libsub-quote-perl_2.005001-1_all.deb ... #13 28.05 Unpacking libsub-quote-perl (2.005001-1) ... #13 28.08 Selecting previously unselected package libmoo-perl. #13 28.08 Preparing to unpack .../119-libmoo-perl_2.003004-2_all.deb ... #13 28.08 Unpacking libmoo-perl (2.003004-2) ... #13 28.12 Selecting previously unselected package libencode-locale-perl. #13 28.12 Preparing to unpack .../120-libencode-locale-perl_1.05-1_all.deb ... #13 28.12 Unpacking libencode-locale-perl (1.05-1) ... #13 28.16 Selecting previously unselected package libtimedate-perl. #14 23.19 Preparing to unpack .../167-libhttp-negotiate-perl_6.01-1_all.deb ... #14 23.21 Unpacking libhttp-negotiate-perl (6.01-1) ... #14 23.24 Selecting previously unselected package perl-openssl-defaults:amd64. #14 23.24 Preparing to unpack .../168-perl-openssl-defaults_5build2_amd64.deb ... #14 23.24 Unpacking perl-openssl-defaults:amd64 (5build2) ... #14 23.27 Selecting previously unselected package libnet-ssleay-perl:amd64. #14 23.28 Preparing to unpack .../169-libnet-ssleay-perl_1.92-1build2_amd64.deb ... #14 23.28 Unpacking libnet-ssleay-perl:amd64 (1.92-1build2) ... #14 23.32 Selecting previously unselected package libio-socket-ssl-perl. #14 23.33 Preparing to unpack .../170-libio-socket-ssl-perl_2.074-2_all.deb ... #14 23.33 Unpacking libio-socket-ssl-perl (2.074-2) ... #14 23.36 Selecting previously unselected package libnet-http-perl. #14 23.37 Preparing to unpack .../171-libnet-http-perl_6.22-1_all.deb ... #14 23.37 Unpacking libnet-http-perl (6.22-1) ... #14 23.40 Selecting previously unselected package liblwp-protocol-https-perl. #14 23.40 Preparing to unpack .../172-liblwp-protocol-https-perl_6.10-1_all.deb ... #14 23.41 Unpacking liblwp-protocol-https-perl (6.10-1) ... #14 23.44 Selecting previously unselected package libtry-tiny-perl. #14 26.49 Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gettext arm64 0.19.8.1-10build1 [850 kB] #13 28.50 Selecting previously unselected package libfakeroot:amd64. #13 28.50 Preparing to unpack .../090-libfakeroot_1.25.3-1.1_amd64.deb ... #13 28.51 Unpacking libfakeroot:amd64 (1.25.3-1.1) ... #13 28.54 Selecting previously unselected package fakeroot. #13 28.54 Preparing to unpack .../091-fakeroot_1.25.3-1.1_amd64.deb ... #13 28.55 Unpacking fakeroot (1.25.3-1.1) ... #13 28.59 Selecting previously unselected package libassuan0:amd64. #13 28.59 Preparing to unpack .../092-libassuan0_2.5.3-7.1_amd64.deb ... #13 28.59 Unpacking libassuan0:amd64 (2.5.3-7.1) ... #13 28.62 Selecting previously unselected package gpgconf. #13 28.63 Preparing to unpack .../093-gpgconf_2.2.27-2+deb11u2_amd64.deb ... #13 28.63 Unpacking gpgconf (2.2.27-2+deb11u2) ... #13 28.68 Selecting previously unselected package libksba8:amd64. #13 28.68 Preparing to unpack .../094-libksba8_1.5.0-3+deb11u2_amd64.deb ... #13 28.69 Unpacking libksba8:amd64 (1.5.0-3+deb11u2) ... #13 28.73 Selecting previously unselected package libnpth0:amd64. #13 28.73 Preparing to unpack .../095-libnpth0_1.6-3_amd64.deb ... #13 28.74 Unpacking libnpth0:amd64 (1.6-3) ... #13 28.77 Selecting previously unselected package dirmngr. #13 28.77 Preparing to unpack .../096-dirmngr_2.2.27-2+deb11u2_amd64.deb ... #13 28.79 Unpacking dirmngr (2.2.27-2+deb11u2) ... #13 28.84 Selecting previously unselected package gnupg-l10n. #13 31.46 Preparing to unpack .../098-libwww-robotrules-perl_6.02-1_all.deb ... #13 31.46 Unpacking libwww-robotrules-perl (6.02-1) ... #13 31.49 Selecting previously unselected package libwww-perl. #13 31.49 Preparing to unpack .../099-libwww-perl_6.52-1_all.deb ... #13 31.49 Unpacking libwww-perl (6.52-1) ... #13 31.53 Selecting previously unselected package patchutils. #13 31.54 Preparing to unpack .../100-patchutils_0.4.2-1_armhf.deb ... #13 31.54 Unpacking patchutils (0.4.2-1) ... #13 31.58 Selecting previously unselected package libtinfo5:armhf. #13 31.58 Preparing to unpack .../101-libtinfo5_6.2+20201114-2+deb11u2_armhf.deb ... #13 31.59 Unpacking libtinfo5:armhf (6.2+20201114-2+deb11u2) ... #13 31.63 Selecting previously unselected package wdiff. #13 31.63 Preparing to unpack .../102-wdiff_1.2.2-2_armhf.deb ... #13 31.64 Unpacking wdiff (1.2.2-2) ... #13 31.71 Selecting previously unselected package devscripts. #14 25.10 Selecting previously unselected package dpkg-dev. #14 25.10 Preparing to unpack .../095-dpkg-dev_1.22.0ubuntu1_all.deb ... #14 25.11 Unpacking dpkg-dev (1.22.0ubuntu1) ... #14 25.15 Selecting previously unselected package build-essential. #14 25.15 Preparing to unpack .../096-build-essential_12.10ubuntu1_amd64.deb ... #14 25.16 Unpacking build-essential (12.10ubuntu1) ... #14 25.20 Selecting previously unselected package libbrotli1:amd64. #14 25.20 Preparing to unpack .../097-libbrotli1_1.0.9-2build8_amd64.deb ... #14 25.20 Unpacking libbrotli1:amd64 (1.0.9-2build8) ... #14 25.23 Selecting previously unselected package libsasl2-modules-db:amd64. #14 25.24 Preparing to unpack .../098-libsasl2-modules-db_2.1.28+dfsg1-3_amd64.deb ... #14 25.24 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg1-3) ... #14 25.34 Selecting previously unselected package libsasl2-2:amd64. #14 35.73 Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgitlab-api-v4-perl all 0.26-1 [84.1 kB] #14 35.75 Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhash-fieldhash-perl armhf 0.15-1build5 [16.1 kB] #14 35.75 Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-form-perl all 6.07-1 [22.2 kB] #14 35.76 Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-format-perl all 2.12-1.1 [41.3 kB] #14 35.77 Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB] #14 35.77 Get:284 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB] #14 32.13 Get:231 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdeflate0 armhf 1.15-1 [39.6 kB] #13 33.31 Preparing to unpack .../125-libio-html-perl_1.001-1_all.deb ... #13 33.31 Unpacking libio-html-perl (1.001-1) ... #13 33.34 Selecting previously unselected package liblwp-mediatypes-perl. #13 33.34 Preparing to unpack .../126-liblwp-mediatypes-perl_6.02-1_all.deb ... #13 33.35 Unpacking liblwp-mediatypes-perl (6.02-1) ... #13 33.38 Selecting previously unselected package libhttp-message-perl. #13 33.38 Preparing to unpack .../127-libhttp-message-perl_6.18-1_all.deb ... #13 33.38 Unpacking libhttp-message-perl (6.18-1) ... #13 33.41 Selecting previously unselected package libhttp-cookies-perl. #13 33.42 Preparing to unpack .../128-libhttp-cookies-perl_6.04-1_all.deb ... #13 33.42 Unpacking libhttp-cookies-perl (6.04-1) ... #13 33.45 Selecting previously unselected package libhttp-negotiate-perl. #13 33.45 Preparing to unpack .../129-libhttp-negotiate-perl_6.01-1_all.deb ... #13 33.45 Unpacking libhttp-negotiate-perl (6.01-1) ... #13 33.48 Selecting previously unselected package perl-openssl-defaults:armhf. #13 33.48 Preparing to unpack .../130-perl-openssl-defaults_3_armhf.deb ... #13 33.48 Unpacking perl-openssl-defaults:armhf (3) ... #13 33.51 Selecting previously unselected package libnet-ssleay-perl. #13 33.51 Preparing to unpack .../131-libnet-ssleay-perl_1.85-2+deb10u1_armhf.deb ... #13 33.52 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ... #14 22.89 Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 po-debconf all 1.0.21+nmu1 [233 kB] #13 35.36 Preparing to unpack .../152-distro-info-data_0.58+deb12u1_all.deb ... #13 35.37 Unpacking distro-info-data (0.58+deb12u1) ... #13 35.41 Selecting previously unselected package python3-pkg-resources. #13 35.41 Preparing to unpack .../153-python3-pkg-resources_66.1.1-1_all.deb ... #13 35.41 Unpacking python3-pkg-resources (66.1.1-1) ... #13 35.48 Selecting previously unselected package python3-chardet. #13 35.48 Preparing to unpack .../154-python3-chardet_5.1.0+dfsg-2_all.deb ... #13 35.48 Unpacking python3-chardet (5.1.0+dfsg-2) ... #13 35.54 Selecting previously unselected package python3-debian. #13 35.54 Preparing to unpack .../155-python3-debian_0.1.49_all.deb ... #13 35.54 Unpacking python3-debian (0.1.49) ... #13 35.60 Selecting previously unselected package libgpgme11:armhf. #14 27.90 Preparing to unpack .../153-libfile-listing-perl_6.15-1_all.deb ... #14 27.91 Unpacking libfile-listing-perl (6.15-1) ... #14 27.93 Selecting previously unselected package libhtml-tagset-perl. #14 27.94 Preparing to unpack .../154-libhtml-tagset-perl_3.20-6_all.deb ... #14 27.94 Unpacking libhtml-tagset-perl (3.20-6) ... #14 27.97 Selecting previously unselected package liburi-perl. #14 27.97 Preparing to unpack .../155-liburi-perl_5.17-1ubuntu1_all.deb ... #14 27.98 Unpacking liburi-perl (5.17-1ubuntu1) ... #14 28.01 Selecting previously unselected package libhtml-parser-perl:amd64. #14 28.01 Preparing to unpack .../156-libhtml-parser-perl_3.81-1_amd64.deb ... #14 28.02 Unpacking libhtml-parser-perl:amd64 (3.81-1) ... #14 28.05 Selecting previously unselected package libhtml-tree-perl. #14 28.05 Preparing to unpack .../157-libhtml-tree-perl_5.07-3_all.deb ... #14 28.06 Unpacking libhtml-tree-perl (5.07-3) ... #14 28.09 Selecting previously unselected package libclone-perl:amd64. #14 28.09 Preparing to unpack .../158-libclone-perl_0.46-1_amd64.deb ... #14 28.09 Unpacking libclone-perl:amd64 (0.46-1) ... #14 28.12 Selecting previously unselected package libio-html-perl. #13 28.34 Preparing to unpack .../117-libimport-into-perl_1.002005-1_all.deb ... #13 28.34 Unpacking libimport-into-perl (1.002005-1) ... #13 28.37 Selecting previously unselected package librole-tiny-perl. #13 28.37 Preparing to unpack .../118-librole-tiny-perl_2.002004-1_all.deb ... #13 28.37 Unpacking librole-tiny-perl (2.002004-1) ... #13 28.40 Selecting previously unselected package libstrictures-perl. #13 28.40 Preparing to unpack .../119-libstrictures-perl_2.000006-1_all.deb ... #13 28.41 Unpacking libstrictures-perl (2.000006-1) ... #13 28.43 Selecting previously unselected package libsub-quote-perl. #13 28.43 Preparing to unpack .../120-libsub-quote-perl_2.006006-1_all.deb ... #13 28.44 Unpacking libsub-quote-perl (2.006006-1) ... #13 28.47 Selecting previously unselected package libmoo-perl. #13 28.47 Preparing to unpack .../121-libmoo-perl_2.004004-1_all.deb ... #13 28.47 Unpacking libmoo-perl (2.004004-1) ... #13 28.51 Selecting previously unselected package libencode-locale-perl. #13 28.51 Preparing to unpack .../122-libencode-locale-perl_1.05-1.1_all.deb ... #13 28.51 Unpacking libencode-locale-perl (1.05-1.1) ... #13 28.55 Selecting previously unselected package libtimedate-perl. #13 27.74 Preparing to unpack .../147-libio-socket-ssl-perl_2.081-2_all.deb ... #13 27.78 Unpacking libio-socket-ssl-perl (2.081-2) ... #13 27.82 Selecting previously unselected package libnet-http-perl. #13 27.82 Preparing to unpack .../148-libnet-http-perl_6.22-1_all.deb ... #13 27.82 Unpacking libnet-http-perl (6.22-1) ... #13 27.86 Selecting previously unselected package liblwp-protocol-https-perl. #13 27.86 Preparing to unpack .../149-liblwp-protocol-https-perl_6.10-1_all.deb ... #13 27.87 Unpacking liblwp-protocol-https-perl (6.10-1) ... #13 27.90 Selecting previously unselected package libtry-tiny-perl. #13 27.90 Preparing to unpack .../150-libtry-tiny-perl_0.31-2_all.deb ... #13 27.90 Unpacking libtry-tiny-perl (0.31-2) ... #13 27.94 Selecting previously unselected package libwww-robotrules-perl. #13 27.94 Preparing to unpack .../151-libwww-robotrules-perl_6.02-1_all.deb ... #13 27.94 Unpacking libwww-robotrules-perl (6.02-1) ... #13 27.98 Selecting previously unselected package libwww-perl. #14 34.48 Get:287 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libhttp-tiny-multipart-perl all 0.08-2 [9070 B] #14 34.56 Get:288 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libio-prompter-perl all 0.004015-2 [58.3 kB] #14 34.71 Get:289 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtypes-serialiser-perl all 1.01-1 [11.6 kB] #14 34.73 Get:290 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libjson-xs-perl armhf 4.030-2 [83.4 kB] #14 24.10 Get:137 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libarchive-zip-perl all 1.68-1 [90.2 kB] #14 24.12 Get:138 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsub-override-perl all 0.09-4 [8706 B] #14 24.12 Get:139 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfile-stripnondeterminism-perl all 1.13.1-1 [18.1 kB] #14 24.12 Get:140 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 dh-strip-nondeterminism all 1.13.1-1 [5362 B] #14 24.12 Get:141 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdw1 arm64 0.188-2.1 [247 kB] #14 29.84 Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-libidn-perl amd64 0.12.ds-3build2 [17.3 kB] #14 29.85 Get:305 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-range-perl all 0.12-1 [8556 B] #14 29.86 Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-xs-perl amd64 0.29-1build1 [18.4 kB] #14 29.87 Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB] #14 29.90 Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 libperl4-corelibs-perl all 0.004-2 [37.4 kB] #14 30.07 Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 libperlio-gzip-perl amd64 0.19-1build5 [14.6 kB] #14 25.74 Get:167 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfile-touch-perl all 0.12-2 [7498 B] #13 31.15 Preparing to unpack .../158-libevent-2.1-6_2.1.8-stable-4_amd64.deb ... #13 31.15 Unpacking libevent-2.1-6:amd64 (2.1.8-stable-4) ... #13 31.25 Selecting previously unselected package libunbound8:amd64. #13 31.25 Preparing to unpack .../159-libunbound8_1.9.0-2+deb10u3_amd64.deb ... #13 31.26 Unpacking libunbound8:amd64 (1.9.0-2+deb10u3) ... #13 31.32 Selecting previously unselected package libgnutls-dane0:amd64. #13 31.32 Preparing to unpack .../160-libgnutls-dane0_3.6.7-4+deb10u11_amd64.deb ... #13 31.39 Unpacking libgnutls-dane0:amd64 (3.6.7-4+deb10u11) ... #13 19.36 Running scriptlet: binutils-2.35.2-42.el9.aarch64 3/138 #13 19.38 Installing : xz-5.2.5-8.el9.aarch64 4/138 #13 19.46 Installing : systemd-libs-252-23.el9.aarch64 5/138 #13 19.50 Running scriptlet: systemd-libs-252-23.el9.aarch64 5/138 #13 19.52 Running scriptlet: groff-base-1.22.4-10.el9.aarch64 6/138 #13 30.34 Selecting previously unselected package libubsan1:armhf. #13 30.34 Preparing to unpack .../047-libubsan1_10.2.1-6_armhf.deb ... #13 30.34 Unpacking libubsan1:armhf (10.2.1-6) ... #13 25.76 Preparing to unpack .../013-m4_1.4.19-3_armhf.deb ... #13 25.77 Unpacking m4 (1.4.19-3) ... #13 25.82 Selecting previously unselected package autoconf. #13 25.82 Preparing to unpack .../014-autoconf_2.71-3_all.deb ... #13 25.83 Unpacking autoconf (2.71-3) ... #13 25.90 Selecting previously unselected package autotools-dev. #13 28.16 Preparing to unpack .../121-libtimedate-perl_2.3000-2+deb10u1_all.deb ... #13 28.16 Unpacking libtimedate-perl (2.3000-2+deb10u1) ... #13 28.19 Selecting previously unselected package libhttp-date-perl. #13 28.20 Preparing to unpack .../122-libhttp-date-perl_6.02-1_all.deb ... #13 28.20 Unpacking libhttp-date-perl (6.02-1) ... #13 28.23 Selecting previously unselected package libfile-listing-perl. #13 28.23 Preparing to unpack .../123-libfile-listing-perl_6.04-1_all.deb ... #13 28.24 Unpacking libfile-listing-perl (6.04-1) ... #13 28.27 Selecting previously unselected package libhtml-tagset-perl. #13 28.27 Preparing to unpack .../124-libhtml-tagset-perl_3.20-3_all.deb ... #13 28.27 Unpacking libhtml-tagset-perl (3.20-3) ... #13 28.30 Selecting previously unselected package liburi-perl. #13 28.31 Preparing to unpack .../125-liburi-perl_1.76-1_all.deb ... #13 28.31 Unpacking liburi-perl (1.76-1) ... #13 28.35 Selecting previously unselected package libhtml-parser-perl. #13 28.35 Preparing to unpack .../126-libhtml-parser-perl_3.72-3+b3_arm64.deb ... #13 28.35 Unpacking libhtml-parser-perl (3.72-3+b3) ... #13 28.39 Selecting previously unselected package libhtml-tree-perl. #14 23.44 Preparing to unpack .../173-libtry-tiny-perl_0.31-1_all.deb ... #14 23.44 Unpacking libtry-tiny-perl (0.31-1) ... #14 23.47 Selecting previously unselected package libwww-robotrules-perl. #14 23.48 Preparing to unpack .../174-libwww-robotrules-perl_6.02-1_all.deb ... #14 23.48 Unpacking libwww-robotrules-perl (6.02-1) ... #14 23.56 Selecting previously unselected package libwww-perl. #14 23.56 Preparing to unpack .../175-libwww-perl_6.61-1_all.deb ... #14 23.57 Unpacking libwww-perl (6.61-1) ... #14 23.60 Selecting previously unselected package patchutils. #14 23.60 Preparing to unpack .../176-patchutils_0.4.2-1build2_amd64.deb ... #14 23.61 Unpacking patchutils (0.4.2-1build2) ... #14 23.64 Selecting previously unselected package wdiff. #14 23.64 Preparing to unpack .../177-wdiff_1.2.2-2build3_amd64.deb ... #14 23.65 Unpacking wdiff (1.2.2-2build3) ... #14 23.69 Selecting previously unselected package devscripts. #14 23.69 Preparing to unpack .../178-devscripts_2.22.1ubuntu1_amd64.deb ... #14 23.71 Unpacking devscripts (2.22.1ubuntu1) ... #14 23.80 Selecting previously unselected package diffstat. #28 ... #29 [linux/amd64->darwin/amd64 build 2/2] RUN --mount=type=bind,target=.,ro --mount=type=cache,target=/root/.cache --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk --mount=type=tmpfs,target=cli/winresources xx-go --wrap && TARGET=/out ./scripts/build/binary && xx-verify $([ "static" = "static" ] && echo "--static") /out/docker #29 1.035 Building static docker-darwin-amd64 #29 1.038 + go build -o /out/docker-darwin-amd64 -tags ' osusergo pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:40:39Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476"' '-buildmode=pie' github.com/docker/cli/cmd/docker #14 26.79 Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] #13 28.84 Preparing to unpack .../097-gnupg-l10n_2.2.27-2+deb11u2_all.deb ... #13 28.85 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ... #13 28.94 Selecting previously unselected package gnupg-utils. #13 28.94 Preparing to unpack .../098-gnupg-utils_2.2.27-2+deb11u2_amd64.deb ... #13 28.95 Unpacking gnupg-utils (2.2.27-2+deb11u2) ... #13 29.02 Selecting previously unselected package gpg. #13 29.02 Preparing to unpack .../099-gpg_2.2.27-2+deb11u2_amd64.deb ... #13 29.02 Unpacking gpg (2.2.27-2+deb11u2) ... #13 29.10 Selecting previously unselected package pinentry-curses. #13 31.71 Preparing to unpack .../103-devscripts_2.21.3+deb11u1_armhf.deb ... #13 31.74 Unpacking devscripts (2.21.3+deb11u1) ... #13 31.85 Selecting previously unselected package equivs. #13 31.85 Preparing to unpack .../104-equivs_2.3.1_all.deb ... #13 31.85 Unpacking equivs (2.3.1) ... #13 31.89 Selecting previously unselected package libcurl3-gnutls:armhf. #13 31.89 Preparing to unpack .../105-libcurl3-gnutls_7.74.0-1.3+deb11u11_armhf.deb ... #13 31.89 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u11) ... #13 31.95 Selecting previously unselected package liberror-perl. #14 25.34 Preparing to unpack .../099-libsasl2-2_2.1.28+dfsg1-3_amd64.deb ... #14 25.35 Unpacking libsasl2-2:amd64 (2.1.28+dfsg1-3) ... #14 25.38 Selecting previously unselected package libldap2:amd64. #14 25.38 Preparing to unpack .../100-libldap2_2.6.6+dfsg-1~exp1ubuntu1_amd64.deb ... #14 25.39 Unpacking libldap2:amd64 (2.6.6+dfsg-1~exp1ubuntu1) ... #14 25.43 Selecting previously unselected package librtmp1:amd64. #14 25.43 Preparing to unpack .../101-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... #14 25.44 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 25.47 Selecting previously unselected package libssh-4:amd64. #14 25.47 Preparing to unpack .../102-libssh-4_0.10.5-3ubuntu1.2_amd64.deb ... #14 25.48 Unpacking libssh-4:amd64 (0.10.5-3ubuntu1.2) ... #14 25.52 Selecting previously unselected package libcurl4:amd64. #14 25.52 Preparing to unpack .../103-libcurl4_8.2.1-1ubuntu3.2_amd64.deb ... #14 25.53 Unpacking libcurl4:amd64 (8.2.1-1ubuntu3.2) ... #14 25.56 Selecting previously unselected package curl. #14 25.56 Preparing to unpack .../104-curl_8.2.1-1ubuntu3.2_amd64.deb ... #14 25.62 Unpacking curl (8.2.1-1ubuntu3.2) ... #19 DONE 12.3s #20 [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 libseccomp-dev libsecret-1-dev libsystemd-dev libudev-dev pkg-config #14 36.17 Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-interactive-perl all 1.023-1 [10.4 kB] #13 33.58 Selecting previously unselected package libio-socket-ssl-perl. #13 33.58 Preparing to unpack .../132-libio-socket-ssl-perl_2.060-3_all.deb ... #13 33.58 Unpacking libio-socket-ssl-perl (2.060-3) ... #13 33.63 Selecting previously unselected package libnet-http-perl. #13 33.63 Preparing to unpack .../133-libnet-http-perl_6.18-1_all.deb ... #13 33.63 Unpacking libnet-http-perl (6.18-1) ... #13 33.66 Selecting previously unselected package liblwp-protocol-https-perl. #13 33.67 Preparing to unpack .../134-liblwp-protocol-https-perl_6.07-2_all.deb ... #13 33.67 Unpacking liblwp-protocol-https-perl (6.07-2) ... #13 33.70 Selecting previously unselected package libtry-tiny-perl. #13 33.71 Preparing to unpack .../135-libtry-tiny-perl_0.30-1_all.deb ... #13 33.71 Unpacking libtry-tiny-perl (0.30-1) ... #13 33.74 Selecting previously unselected package libwww-robotrules-perl. #13 33.74 Preparing to unpack .../136-libwww-robotrules-perl_6.02-1_all.deb ... #13 33.74 Unpacking libwww-robotrules-perl (6.02-1) ... #13 33.78 Selecting previously unselected package libwww-perl. #13 33.79 Preparing to unpack .../137-libwww-perl_6.36-2_all.deb ... #13 33.79 Unpacking libwww-perl (6.36-2) ... #13 33.83 Selecting previously unselected package patchutils. #13 33.84 Preparing to unpack .../138-patchutils_0.3.4-2_armhf.deb ... #13 33.84 Unpacking patchutils (0.3.4-2) ... #14 32.33 Get:232 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libjbig0 armhf 2.1-6ubuntu1 [24.6 kB] #14 32.36 Get:233 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf liblerc4 armhf 4.0.0+ds-2ubuntu2 [151 kB] #14 23.28 Get:134 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debhelper all 13.6ubuntu1 [923 kB] #13 35.60 Preparing to unpack .../156-libgpgme11_1.18.0-3+b1_armhf.deb ... #13 35.60 Unpacking libgpgme11:armhf (1.18.0-3+b1) ... #13 35.65 Selecting previously unselected package python3-gpg. #13 35.65 Preparing to unpack .../157-python3-gpg_1.18.0-3+b1_armhf.deb ... #13 35.66 Unpacking python3-gpg (1.18.0-3+b1) ... #13 35.72 Selecting previously unselected package python3-xdg. #13 35.73 Preparing to unpack .../158-python3-xdg_0.28-2_all.deb ... #13 35.73 Unpacking python3-xdg (0.28-2) ... #13 35.78 Selecting previously unselected package dput. #13 35.78 Preparing to unpack .../159-dput_1.1.3_all.deb ... #13 35.79 Unpacking dput (1.1.3) ... #13 35.83 Selecting previously unselected package equivs. #13 28.55 Preparing to unpack .../123-libtimedate-perl_2.3300-2_all.deb ... #13 28.56 Unpacking libtimedate-perl (2.3300-2) ... #13 28.59 Selecting previously unselected package libhttp-date-perl. #13 28.59 Preparing to unpack .../124-libhttp-date-perl_6.05-1_all.deb ... #13 28.60 Unpacking libhttp-date-perl (6.05-1) ... #13 28.63 Selecting previously unselected package libfile-listing-perl. #13 28.63 Preparing to unpack .../125-libfile-listing-perl_6.14-1_all.deb ... #13 28.63 Unpacking libfile-listing-perl (6.14-1) ... #13 28.69 Selecting previously unselected package libhtml-tagset-perl. #13 28.69 Preparing to unpack .../126-libhtml-tagset-perl_3.20-4_all.deb ... #13 28.69 Unpacking libhtml-tagset-perl (3.20-4) ... #13 28.72 Selecting previously unselected package liburi-perl. #13 28.72 Preparing to unpack .../127-liburi-perl_5.08-1_all.deb ... #13 28.73 Unpacking liburi-perl (5.08-1) ... #13 28.77 Selecting previously unselected package libhtml-parser-perl. #13 28.77 Preparing to unpack .../128-libhtml-parser-perl_3.75-1+b1_arm64.deb ... #13 28.77 Unpacking libhtml-parser-perl (3.75-1+b1) ... #13 28.80 Selecting previously unselected package libhtml-tree-perl. #14 28.12 Preparing to unpack .../159-libio-html-perl_1.004-3_all.deb ... #14 28.13 Unpacking libio-html-perl (1.004-3) ... #14 28.16 Selecting previously unselected package liblwp-mediatypes-perl. #14 28.16 Preparing to unpack .../160-liblwp-mediatypes-perl_6.04-2_all.deb ... #14 28.16 Unpacking liblwp-mediatypes-perl (6.04-2) ... #14 28.19 Selecting previously unselected package libhttp-message-perl. #14 28.19 Preparing to unpack .../161-libhttp-message-perl_6.44-1_all.deb ... #14 28.19 Unpacking libhttp-message-perl (6.44-1) ... #14 28.22 Selecting previously unselected package libhttp-cookies-perl. #14 28.22 Preparing to unpack .../162-libhttp-cookies-perl_6.10-1_all.deb ... #14 28.23 Unpacking libhttp-cookies-perl (6.10-1) ... #14 28.25 Selecting previously unselected package libhttp-negotiate-perl. #14 28.25 Preparing to unpack .../163-libhttp-negotiate-perl_6.01-2_all.deb ... #14 28.26 Unpacking libhttp-negotiate-perl (6.01-2) ... #14 28.29 Selecting previously unselected package perl-openssl-defaults:amd64. #14 28.29 Preparing to unpack .../164-perl-openssl-defaults_7_amd64.deb ... #14 28.30 Unpacking perl-openssl-defaults:amd64 (7) ... #14 28.33 Selecting previously unselected package libnet-ssleay-perl:amd64. #13 27.98 Preparing to unpack .../152-libwww-perl_6.68-1_all.deb ... #13 27.98 Unpacking libwww-perl (6.68-1) ... #13 28.02 Selecting previously unselected package patchutils. #13 28.02 Preparing to unpack .../153-patchutils_0.4.2-1_arm64.deb ... #13 28.03 Unpacking patchutils (0.4.2-1) ... #13 28.07 Selecting previously unselected package wdiff. #13 28.07 Preparing to unpack .../154-wdiff_1.2.2-5_arm64.deb ... #13 28.07 Unpacking wdiff (1.2.2-5) ... #13 28.14 Selecting previously unselected package devscripts. #14 34.81 Get:291 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libjson-maybexs-perl all 1.004005-1 [11.3 kB] #13 28.14 Preparing to unpack .../155-devscripts_2.23.4+deb12u1_arm64.deb ... #13 28.16 Unpacking devscripts (2.23.4+deb12u1) ... #13 28.28 Selecting previously unselected package diffstat. #14 34.82 Get:292 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf liblog-any-perl all 1.715-1 [71.4 kB] #14 34.86 Get:293 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB] #14 34.86 Get:294 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpackage-stash-perl all 0.40-1 [19.5 kB] #14 34.87 Get:295 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsub-identify-perl armhf 0.14-3 [9386 B] #14 34.87 Get:296 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsub-name-perl armhf 0.27-1 [10.3 kB] #14 34.88 Get:297 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnamespace-clean-perl all 0.27-2 [14.0 kB] #14 24.55 Get:142 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 debugedit arm64 1:5.0-5 [45.9 kB] #14 35.82 Selecting previously unselected package perl. #14 35.83 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.5_armhf.deb ... #14 35.83 Unpacking perl (5.30.0-9ubuntu0.5) ... #14 35.89 Selecting previously unselected package openssl. #14 35.90 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.20_armhf.deb ... #14 35.90 Unpacking openssl (1.1.1f-1ubuntu2.20) ... #14 35.99 Selecting previously unselected package ca-certificates. #14 35.99 Preparing to unpack .../013-ca-certificates_20230311ubuntu0.20.04.1_all.deb ... #14 35.99 Unpacking ca-certificates (20230311ubuntu0.20.04.1) ... #14 36.04 Selecting previously unselected package distro-info-data. #14 36.04 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.15_all.deb ... #14 36.05 Unpacking distro-info-data (0.43ubuntu1.15) ... #14 36.08 Selecting previously unselected package libmagic-mgc. #14 30.22 Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB] #14 25.75 Get:168 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libio-pty-perl arm64 1:1.17-1 [32.0 kB] #14 25.80 Get:169 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libipc-run-perl all 20220807.0-1 [92.6 kB] #14 25.91 Get:170 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB] #13 31.44 Selecting previously unselected package exim4-daemon-light. #13 31.44 Preparing to unpack .../161-exim4-daemon-light_4.92-8+deb10u9_amd64.deb ... #13 31.44 Unpacking exim4-daemon-light (4.92-8+deb10u9) ... #13 31.52 Selecting previously unselected package libcurl3-gnutls:amd64. #13 31.52 Preparing to unpack .../162-libcurl3-gnutls_7.64.0-4+deb10u8_amd64.deb ... #13 31.53 Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u8) ... #13 31.58 Selecting previously unselected package libpcre2-8-0:amd64. #13 31.58 Preparing to unpack .../163-libpcre2-8-0_10.32-5+deb10u1_amd64.deb ... #13 31.59 Unpacking libpcre2-8-0:amd64 (10.32-5+deb10u1) ... #13 31.64 Selecting previously unselected package liberror-perl. #13 30.82 Selecting previously unselected package libxml2:armhf. #13 30.82 Preparing to unpack .../051-libxml2_2.9.4+dfsg1-7+deb10u6_armhf.deb ... #13 30.83 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u6) ... #13 30.92 Selecting previously unselected package libcroco3:armhf. #13 30.92 Preparing to unpack .../052-libcroco3_0.6.12-3_armhf.deb ... #13 30.93 Unpacking libcroco3:armhf (0.6.12-3) ... #13 30.97 Selecting previously unselected package gettext. #13 30.97 Preparing to unpack .../053-gettext_0.19.8.1-9_armhf.deb ... #13 30.98 Unpacking gettext (0.19.8.1-9) ... #13 19.57 Installing : groff-base-1.22.4-10.el9.aarch64 6/138 #13 19.64 Running scriptlet: groff-base-1.22.4-10.el9.aarch64 6/138 #13 19.65 Installing : file-5.39-14.el9.aarch64 7/138 #13 19.68 Installing : elfutils-0.190-2.el9.aarch64 8/138 #13 19.77 Installing : gdb-minimal-10.2-13.el9.aarch64 9/138 #13 19.78 Installing : dwz-0.14-3.el9.aarch64 10/138 #13 30.46 Selecting previously unselected package libgcc-10-dev:armhf. #13 30.46 Preparing to unpack .../048-libgcc-10-dev_10.2.1-6_armhf.deb ... #13 30.47 Unpacking libgcc-10-dev:armhf (10.2.1-6) ... #13 30.60 Selecting previously unselected package gcc-10. #13 30.60 Preparing to unpack .../049-gcc-10_10.2.1-6_armhf.deb ... #13 30.61 Unpacking gcc-10 (10.2.1-6) ... #13 25.90 Preparing to unpack .../015-autotools-dev_20220109.1_all.deb ... #13 25.90 Unpacking autotools-dev (20220109.1) ... #13 25.95 Selecting previously unselected package automake. #13 25.95 Preparing to unpack .../016-automake_1%3a1.16.5-1.3_all.deb ... #13 25.96 Unpacking automake (1:1.16.5-1.3) ... #13 26.04 Selecting previously unselected package autopoint. #13 26.04 Preparing to unpack .../017-autopoint_0.21-12_all.deb ... #13 26.05 Unpacking autopoint (0.21-12) ... #13 26.09 Selecting previously unselected package binutils-common:armhf. #13 26.10 Preparing to unpack .../018-binutils-common_2.40-2+rpi2_armhf.deb ... #13 26.10 Unpacking binutils-common:armhf (2.40-2+rpi2) ... #13 28.39 Preparing to unpack .../127-libhtml-tree-perl_5.07-2_all.deb ... #13 28.40 Unpacking libhtml-tree-perl (5.07-2) ... #13 28.44 Selecting previously unselected package libio-html-perl. #13 28.44 Preparing to unpack .../128-libio-html-perl_1.001-1_all.deb ... #13 28.45 Unpacking libio-html-perl (1.001-1) ... #13 28.48 Selecting previously unselected package liblwp-mediatypes-perl. #13 28.48 Preparing to unpack .../129-liblwp-mediatypes-perl_6.02-1_all.deb ... #13 28.49 Unpacking liblwp-mediatypes-perl (6.02-1) ... #13 28.56 Selecting previously unselected package libhttp-message-perl. #13 28.56 Preparing to unpack .../130-libhttp-message-perl_6.18-1_all.deb ... #13 28.57 Unpacking libhttp-message-perl (6.18-1) ... #13 28.60 Selecting previously unselected package libhttp-cookies-perl. #13 28.60 Preparing to unpack .../131-libhttp-cookies-perl_6.04-1_all.deb ... #13 28.61 Unpacking libhttp-cookies-perl (6.04-1) ... #13 28.67 Selecting previously unselected package libhttp-negotiate-perl. #14 23.80 Preparing to unpack .../179-diffstat_1.64-1build2_amd64.deb ... #14 23.80 Unpacking diffstat (1.64-1build2) ... #14 23.84 Selecting previously unselected package python3-chardet. #14 23.84 Preparing to unpack .../180-python3-chardet_4.0.0-1_all.deb ... #14 23.85 Unpacking python3-chardet (4.0.0-1) ... #14 23.93 Selecting previously unselected package zstd. #14 23.93 Preparing to unpack .../181-zstd_1.4.8+dfsg-3build1_amd64.deb ... #14 23.93 Unpacking zstd (1.4.8+dfsg-3build1) ... #14 23.98 Selecting previously unselected package python3-debian. #14 23.98 Preparing to unpack .../182-python3-debian_0.1.43ubuntu1.1_all.deb ... #14 23.99 Unpacking python3-debian (0.1.43ubuntu1.1) ... #14 24.03 Selecting previously unselected package libgpgme11:amd64. #14 26.86 Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 po-debconf all 1.0.21 [233 kB] #14 26.94 Get:150 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 debhelper all 12.10ubuntu1 [877 kB] #14 27.06 Get:151 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfakeroot arm64 1.24-1 [26.0 kB] #13 29.10 Preparing to unpack .../100-pinentry-curses_1.1.0-4_amd64.deb ... #13 29.11 Unpacking pinentry-curses (1.1.0-4) ... #13 29.15 Selecting previously unselected package gpg-agent. #13 29.15 Preparing to unpack .../101-gpg-agent_2.2.27-2+deb11u2_amd64.deb ... #13 29.15 Unpacking gpg-agent (2.2.27-2+deb11u2) ... #13 29.21 Selecting previously unselected package gpg-wks-client. #13 29.21 Preparing to unpack .../102-gpg-wks-client_2.2.27-2+deb11u2_amd64.deb ... #13 29.21 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ... #13 29.25 Selecting previously unselected package gpg-wks-server. #13 29.25 Preparing to unpack .../103-gpg-wks-server_2.2.27-2+deb11u2_amd64.deb ... #13 29.25 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ... #13 29.37 Selecting previously unselected package gpgsm. #13 31.95 Preparing to unpack .../106-liberror-perl_0.17029-1_all.deb ... #13 31.99 Unpacking liberror-perl (0.17029-1) ... #13 32.02 Selecting previously unselected package git-man. #13 32.02 Preparing to unpack .../107-git-man_1%3a2.30.2-1+deb11u2_all.deb ... #13 32.02 Unpacking git-man (1:2.30.2-1+deb11u2) ... #13 32.12 Selecting previously unselected package git. #13 32.12 Preparing to unpack .../108-git_1%3a2.30.2-1+deb11u2_armhf.deb ... #13 32.14 Unpacking git (1:2.30.2-1+deb11u2) ... #14 25.67 Selecting previously unselected package dctrl-tools. #14 25.67 Preparing to unpack .../105-dctrl-tools_2.24-3build2_amd64.deb ... #14 25.68 Unpacking dctrl-tools (2.24-3build2) ... #14 25.71 Selecting previously unselected package libdebhelper-perl. #14 25.71 Preparing to unpack .../106-libdebhelper-perl_13.11.6ubuntu1_all.deb ... #14 25.71 Unpacking libdebhelper-perl (13.11.6ubuntu1) ... #14 25.75 Selecting previously unselected package libtool. #14 25.75 Preparing to unpack .../107-libtool_2.4.7-7_all.deb ... #14 25.76 Unpacking libtool (2.4.7-7) ... #14 25.81 Selecting previously unselected package dh-autoreconf. #14 25.81 Preparing to unpack .../108-dh-autoreconf_20_all.deb ... #14 25.82 Unpacking dh-autoreconf (20) ... #14 25.85 Selecting previously unselected package libarchive-zip-perl. #14 25.85 Preparing to unpack .../109-libarchive-zip-perl_1.68-1_all.deb ... #14 25.85 Unpacking libarchive-zip-perl (1.68-1) ... #13 32.47 Selecting previously unselected package libabsl20220623:amd64. #13 32.47 Preparing to unpack .../173-libabsl20220623_20220623.1-1_amd64.deb ... #13 32.49 Unpacking libabsl20220623:amd64 (20220623.1-1) ... #13 32.63 Selecting previously unselected package libalgorithm-diff-perl. #13 32.64 Preparing to unpack .../174-libalgorithm-diff-perl_1.201-1_all.deb ... #13 32.75 Unpacking libalgorithm-diff-perl (1.201-1) ... #20 0.643 Hit:1 http://deb.debian.org/debian bookworm InRelease #20 0.643 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #20 0.643 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #14 36.25 Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-prompt-tiny-perl all 0.003-1 [8924 B] #14 36.26 Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtypes-serialiser-perl all 1.01-1 [11.6 kB] #14 36.28 Get:288 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-xs-perl armhf 4.030-1build3 [85.8 kB] #14 36.42 Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-maybexs-perl all 1.004003-1 [11.3 kB] #13 33.88 Selecting previously unselected package wdiff. #13 33.88 Preparing to unpack .../139-wdiff_1.2.2-2+b1_armhf.deb ... #13 33.89 Unpacking wdiff (1.2.2-2+b1) ... #13 33.94 Selecting previously unselected package devscripts. #13 33.94 Preparing to unpack .../140-devscripts_2.19.5+deb10u1_armhf.deb ... #13 33.97 Unpacking devscripts (2.19.5+deb10u1) ... #13 34.09 Selecting previously unselected package diffstat. #13 34.09 Preparing to unpack .../141-diffstat_1.62-1_armhf.deb ... #14 23.46 Get:135 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfakeroot arm64 1.28-1ubuntu1 [31.5 kB] #14 23.47 Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fakeroot arm64 1.28-1ubuntu1 [60.5 kB] #14 23.47 Get:137 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libassuan0 arm64 2.5.5-1build1 [36.5 kB] #14 23.48 Get:138 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgconf arm64 2.2.27-3ubuntu2.1 [92.5 kB] #14 23.49 Get:139 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libksba8 arm64 1.6.0-2ubuntu0.2 [117 kB] #14 23.50 Get:140 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnpth0 arm64 1.6-3build2 [8156 B] #14 23.50 Get:141 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dirmngr arm64 2.2.27-3ubuntu2.1 [289 kB] #14 23.52 Get:142 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB] #14 23.52 Get:143 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-utils arm64 2.2.27-3ubuntu2.1 [304 kB] #14 32.52 Get:234 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libwebp7 armhf 1.2.4-0.1ubuntu0.23.04.2 [168 kB] #14 32.59 Get:235 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libtiff6 armhf 4.5.0-5ubuntu1.2 [177 kB] #14 32.63 Get:236 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libxpm4 armhf 1:3.5.12-1.1ubuntu0.1 [30.9 kB] #14 32.64 Get:237 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libgd3 armhf 2.3.3-7ubuntu2 [106 kB] #14 32.65 Get:238 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libc-devtools armhf 2.37-0ubuntu2.2 [29.6 kB] #14 32.66 Get:239 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libcapture-tiny-perl all 0.48-2 [20.2 kB] #14 32.66 Get:240 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libcgi-pm-perl all 4.55-1 [188 kB] #14 32.69 Get:241 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfcgi0ldbl armhf 2.4.2-2build2 [23.2 kB] #13 35.83 Preparing to unpack .../160-equivs_2.3.1_all.deb ... #13 35.84 Unpacking equivs (2.3.1) ... #13 35.87 Selecting previously unselected package fonts-dejavu-core. #13 35.88 Preparing to unpack .../161-fonts-dejavu-core_2.37-6_all.deb ... #13 35.88 Unpacking fonts-dejavu-core (2.37-6) ... #13 36.02 Selecting previously unselected package fontconfig-config. #13 36.02 Preparing to unpack .../162-fontconfig-config_2.14.1-4_armhf.deb ... #13 36.13 Unpacking fontconfig-config (2.14.1-4) ... #13 28.81 Preparing to unpack .../129-libhtml-tree-perl_5.07-2_all.deb ... #13 28.81 Unpacking libhtml-tree-perl (5.07-2) ... #13 28.85 Selecting previously unselected package libio-html-perl. #13 28.86 Preparing to unpack .../130-libio-html-perl_1.004-2_all.deb ... #13 28.86 Unpacking libio-html-perl (1.004-2) ... #13 28.89 Selecting previously unselected package liblwp-mediatypes-perl. #13 28.89 Preparing to unpack .../131-liblwp-mediatypes-perl_6.04-1_all.deb ... #13 28.89 Unpacking liblwp-mediatypes-perl (6.04-1) ... #13 28.92 Selecting previously unselected package libhttp-message-perl. #13 28.92 Preparing to unpack .../132-libhttp-message-perl_6.28-1_all.deb ... #13 28.93 Unpacking libhttp-message-perl (6.28-1) ... #13 28.96 Selecting previously unselected package libhttp-cookies-perl. #13 28.96 Preparing to unpack .../133-libhttp-cookies-perl_6.10-1_all.deb ... #13 29.00 Unpacking libhttp-cookies-perl (6.10-1) ... #13 29.04 Selecting previously unselected package libhttp-negotiate-perl. #14 35.29 Get:298 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpath-tiny-perl all 0.144-1 [47.7 kB] #14 28.33 Preparing to unpack .../165-libnet-ssleay-perl_1.92-2build2_amd64.deb ... #14 28.33 Unpacking libnet-ssleay-perl:amd64 (1.92-2build2) ... #14 28.37 Selecting previously unselected package libio-socket-ssl-perl. #14 28.37 Preparing to unpack .../166-libio-socket-ssl-perl_2.081-2_all.deb ... #14 28.38 Unpacking libio-socket-ssl-perl (2.081-2) ... #14 28.41 Selecting previously unselected package libnet-http-perl. #14 28.41 Preparing to unpack .../167-libnet-http-perl_6.22-1_all.deb ... #14 28.45 Unpacking libnet-http-perl (6.22-1) ... #14 28.48 Selecting previously unselected package liblwp-protocol-https-perl. #14 28.48 Preparing to unpack .../168-liblwp-protocol-https-perl_6.10-1_all.deb ... #14 28.48 Unpacking liblwp-protocol-https-perl (6.10-1) ... #14 28.51 Selecting previously unselected package libtry-tiny-perl. #14 28.52 Preparing to unpack .../169-libtry-tiny-perl_0.31-2_all.deb ... #14 28.52 Unpacking libtry-tiny-perl (0.31-2) ... #14 28.55 Selecting previously unselected package libwww-robotrules-perl. #14 28.55 Preparing to unpack .../170-libwww-robotrules-perl_6.02-1_all.deb ... #14 28.55 Unpacking libwww-robotrules-perl (6.02-1) ... #13 28.28 Preparing to unpack .../156-diffstat_1.65-1_arm64.deb ... #13 28.28 Unpacking diffstat (1.65-1) ... #13 28.32 Selecting previously unselected package distro-info-data. #13 28.32 Preparing to unpack .../157-distro-info-data_0.58+deb12u1_all.deb ... #13 28.32 Unpacking distro-info-data (0.58+deb12u1) ... #13 28.36 Selecting previously unselected package python3-pkg-resources. #13 28.36 Preparing to unpack .../158-python3-pkg-resources_66.1.1-1_all.deb ... #13 28.36 Unpacking python3-pkg-resources (66.1.1-1) ... #13 28.42 Selecting previously unselected package python3-chardet. #13 28.42 Preparing to unpack .../159-python3-chardet_5.1.0+dfsg-2_all.deb ... #13 28.42 Unpacking python3-chardet (5.1.0+dfsg-2) ... #13 28.47 Selecting previously unselected package python3-debian. #13 28.48 Preparing to unpack .../160-python3-debian_0.1.49_all.deb ... #13 28.48 Unpacking python3-debian (0.1.49) ... #13 28.53 Selecting previously unselected package libgpgme11:arm64. #14 24.77 Get:143 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 dwz arm64 0.15-1 [110 kB] #14 24.88 Get:144 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gettext arm64 0.21-11 [842 kB] #14 36.08 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_armhf.deb ... #14 36.08 Unpacking libmagic-mgc (1:5.38-4) ... #14 36.17 Selecting previously unselected package libmagic1:armhf. #14 36.17 Preparing to unpack .../016-libmagic1_1%3a5.38-4_armhf.deb ... #14 36.18 Unpacking libmagic1:armhf (1:5.38-4) ... #14 36.21 Selecting previously unselected package file. #14 36.21 Preparing to unpack .../017-file_1%3a5.38-4_armhf.deb ... #14 36.22 Unpacking file (1:5.38-4) ... #14 36.26 Selecting previously unselected package less. #14 36.26 Preparing to unpack .../018-less_551-1ubuntu0.1_armhf.deb ... #14 36.26 Unpacking less (551-1ubuntu0.1) ... #14 36.31 Selecting previously unselected package libelf1:armhf. #14 30.24 Get:311 http://archive.ubuntu.com/ubuntu focal/main amd64 libre2-5 amd64 20200101+dfsg-1build1 [162 kB] #14 30.45 Get:312 http://archive.ubuntu.com/ubuntu focal/main amd64 libre-engine-re2-perl amd64 0.13-5 [16.2 kB] #13 24.82 Fedora 38 openh264 (From Cisco) - aarch64 3.1 kB/s | 2.5 kB 00:00 #14 25.92 Get:171 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libclass-xsaccessor-perl arm64 1.19-4build1 [33.3 kB] #14 25.94 Get:172 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libb-hooks-op-check-perl arm64 0.22-2build1 [9336 B] #14 25.94 Get:173 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB] #14 25.95 Get:174 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdevel-callchecker-perl arm64 0.008-2 [13.8 kB] #14 25.96 Get:175 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libparams-classify-perl arm64 0.015-2build2 [20.6 kB] #14 25.97 Get:176 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB] #13 31.64 Preparing to unpack .../164-liberror-perl_0.17027-2_all.deb ... #13 31.64 Unpacking liberror-perl (0.17027-2) ... #13 31.67 Selecting previously unselected package git-man. #13 31.67 Preparing to unpack .../165-git-man_1%3a2.20.1-2+deb10u8_all.deb ... #13 31.67 Unpacking git-man (1:2.20.1-2+deb10u8) ... #13 31.80 Selecting previously unselected package git. #13 31.80 Preparing to unpack .../166-git_1%3a2.20.1-2+deb10u8_amd64.deb ... #13 31.82 Unpacking git (1:2.20.1-2+deb10u8) ... #13 31.12 Selecting previously unselected package intltool-debian. #13 31.12 Preparing to unpack .../054-intltool-debian_0.35.0+20060710.5_all.deb ... #13 31.14 Unpacking intltool-debian (0.35.0+20060710.5) ... #13 31.18 Selecting previously unselected package po-debconf. #13 31.18 Preparing to unpack .../055-po-debconf_1.0.21_all.deb ... #13 31.19 Unpacking po-debconf (1.0.21) ... #13 31.26 Selecting previously unselected package debhelper. #13 31.26 Preparing to unpack .../056-debhelper_13.2~bpo10+1_all.deb ... #13 31.26 Unpacking debhelper (13.2~bpo10+1) ... #13 19.81 Installing : unzip-6.0-56.el9.aarch64 11/138 #13 19.82 Installing : libproxy-0.4.15-35.el9.aarch64 12/138 #13 19.83 Installing : cpio-2.13-16.el9.aarch64 13/138 #13 19.87 Installing : bzip2-1.0.8-8.el9.aarch64 14/138 #13 19.89 Installing : zip-3.0-35.el9.aarch64 15/138 #13 19.98 Installing : debugedit-5.0-5.el9.aarch64 16/138 #13 19.99 Installing : python3-file-magic-5.39-14.el9.noarch 17/138 #13 20.05 Installing : dbus-libs-1:1.12.20-8.el9.aarch64 18/138 #13 20.06 Installing : python3-dbus-1.2.18-2.el9.aarch64 19/138 #13 26.37 Selecting previously unselected package libbinutils:armhf. #13 26.37 Preparing to unpack .../019-libbinutils_2.40-2+rpi2_armhf.deb ... #13 26.38 Unpacking libbinutils:armhf (2.40-2+rpi2) ... #13 26.46 Selecting previously unselected package libctf-nobfd0:armhf. #13 26.46 Preparing to unpack .../020-libctf-nobfd0_2.40-2+rpi2_armhf.deb ... #14 24.03 Preparing to unpack .../183-libgpgme11_1.16.0-1.2ubuntu4.1_amd64.deb ... #14 24.04 Unpacking libgpgme11:amd64 (1.16.0-1.2ubuntu4.1) ... #14 24.08 Selecting previously unselected package python3-gpg. #14 24.08 Preparing to unpack .../184-python3-gpg_1.16.0-1.2ubuntu4.1_amd64.deb ... #14 24.09 Unpacking python3-gpg (1.16.0-1.2ubuntu4.1) ... #14 24.14 Selecting previously unselected package dput. #14 24.14 Preparing to unpack .../185-dput_1.1.0ubuntu2.1_all.deb ... #14 24.15 Unpacking dput (1.1.0ubuntu2.1) ... #14 24.19 Selecting previously unselected package fonts-dejavu-core. #14 24.19 Preparing to unpack .../186-fonts-dejavu-core_2.37-2build1_all.deb ... #14 24.20 Unpacking fonts-dejavu-core (2.37-2build1) ... #14 24.33 Selecting previously unselected package fontconfig-config. #13 28.67 Preparing to unpack .../132-libhttp-negotiate-perl_6.01-1_all.deb ... #13 28.67 Unpacking libhttp-negotiate-perl (6.01-1) ... #13 28.70 Selecting previously unselected package perl-openssl-defaults:arm64. #13 28.70 Preparing to unpack .../133-perl-openssl-defaults_3_arm64.deb ... #13 28.71 Unpacking perl-openssl-defaults:arm64 (3) ... #13 28.74 Selecting previously unselected package libnet-ssleay-perl. #13 28.74 Preparing to unpack .../134-libnet-ssleay-perl_1.85-2+deb10u1_arm64.deb ... #13 28.75 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ... #13 28.80 Selecting previously unselected package libio-socket-ssl-perl. #13 28.81 Preparing to unpack .../135-libio-socket-ssl-perl_2.060-3_all.deb ... #13 28.81 Unpacking libio-socket-ssl-perl (2.060-3) ... #13 28.85 Selecting previously unselected package libnet-http-perl. #13 28.86 Preparing to unpack .../136-libnet-http-perl_6.18-1_all.deb ... #13 28.86 Unpacking libnet-http-perl (6.18-1) ... #13 28.89 Selecting previously unselected package liblwp-protocol-https-perl. #13 28.90 Preparing to unpack .../137-liblwp-protocol-https-perl_6.07-2_all.deb ... #13 28.90 Unpacking liblwp-protocol-https-perl (6.07-2) ... #13 28.93 Selecting previously unselected package libtry-tiny-perl. #13 29.37 Preparing to unpack .../104-gpgsm_2.2.27-2+deb11u2_amd64.deb ... #13 29.37 Unpacking gpgsm (2.2.27-2+deb11u2) ... #13 29.43 Selecting previously unselected package gnupg. #13 29.43 Preparing to unpack .../105-gnupg_2.2.27-2+deb11u2_all.deb ... #13 29.44 Unpacking gnupg (2.2.27-2+deb11u2) ... #13 29.49 Selecting previously unselected package libfile-dirlist-perl. #13 29.49 Preparing to unpack .../106-libfile-dirlist-perl_0.05-2_all.deb ... #13 29.50 Unpacking libfile-dirlist-perl (0.05-2) ... #13 29.53 Selecting previously unselected package libfile-which-perl. #13 29.53 Preparing to unpack .../107-libfile-which-perl_1.23-1_all.deb ... #13 29.55 Unpacking libfile-which-perl (1.23-1) ... #13 29.58 Selecting previously unselected package libfile-homedir-perl. #13 29.58 Preparing to unpack .../108-libfile-homedir-perl_1.006-1_all.deb ... #13 29.59 Unpacking libfile-homedir-perl (1.006-1) ... #13 29.62 Selecting previously unselected package libfile-touch-perl. #14 27.14 Get:152 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 fakeroot arm64 1.24-1 [61.9 kB] #14 27.21 Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libassuan0 arm64 2.5.3-7ubuntu2 [33.1 kB] #14 27.28 Get:154 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgconf arm64 2.2.19-3ubuntu2.2 [117 kB] #14 27.36 Get:155 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libksba8 arm64 1.3.5-2ubuntu0.20.04.2 [89.1 kB] #14 25.90 Selecting previously unselected package libsub-override-perl. #14 25.90 Preparing to unpack .../110-libsub-override-perl_0.09-4_all.deb ... #14 25.91 Unpacking libsub-override-perl (0.09-4) ... #14 25.94 Selecting previously unselected package libfile-stripnondeterminism-perl. #14 25.94 Preparing to unpack .../111-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ... #14 25.95 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ... #14 25.99 Selecting previously unselected package dh-strip-nondeterminism. #14 25.99 Preparing to unpack .../112-dh-strip-nondeterminism_1.13.1-1_all.deb ... #14 26.00 Unpacking dh-strip-nondeterminism (1.13.1-1) ... #14 26.05 Selecting previously unselected package libdw1:amd64. #14 26.05 Preparing to unpack .../113-libdw1_0.189-4_amd64.deb ... #14 26.05 Unpacking libdw1:amd64 (0.189-4) ... #14 26.09 Selecting previously unselected package debugedit. #14 26.09 Preparing to unpack .../114-debugedit_1%3a5.0-5_amd64.deb ... #14 26.10 Unpacking debugedit (1:5.0-5) ... #13 32.99 Selecting previously unselected package libalgorithm-diff-xs-perl:amd64. #14 36.43 Get:290 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libldap-common all 2.5.16+dfsg-0ubuntu0.22.04.1 [15.8 kB] #14 36.45 Get:291 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-compare-perl all 0.55-1 [63.3 kB] #14 36.49 Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB] #14 36.50 Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-someutils-xs-perl armhf 0.58-2build3 [31.4 kB] #14 36.52 Get:294 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-utilsby-perl all 0.11-1 [14.7 kB] #14 36.52 Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libltdl7 armhf 2.4.6-15build2 [36.7 kB] #15 21.79 Preparing : 1/1 #15 21.82 Installing : python-srpm-macros-3-45.el8.noarch 1/89 #15 21.85 Installing : unzip-6.0-46.el8.x86_64 2/89 #13 34.09 Unpacking diffstat (1.62-1) ... #13 34.13 Selecting previously unselected package distro-info-data. #13 34.13 Preparing to unpack .../142-distro-info-data_0.41+deb10u8_all.deb ... #13 34.13 Unpacking distro-info-data (0.41+deb10u8) ... #13 34.17 Selecting previously unselected package python3-pkg-resources. #13 34.17 Preparing to unpack .../143-python3-pkg-resources_40.8.0-1_all.deb ... #13 34.17 Unpacking python3-pkg-resources (40.8.0-1) ... #13 34.22 Selecting previously unselected package python3-chardet. #13 34.22 Preparing to unpack .../144-python3-chardet_3.0.4-3_all.deb ... #13 34.23 Unpacking python3-chardet (3.0.4-3) ... #13 34.28 Selecting previously unselected package python3-six. #13 34.28 Preparing to unpack .../145-python3-six_1.12.0-1_all.deb ... #13 34.28 Unpacking python3-six (1.12.0-1) ... #13 34.32 Selecting previously unselected package python3-debian. #13 34.32 Preparing to unpack .../146-python3-debian_0.1.35_all.deb ... #13 34.32 Unpacking python3-debian (0.1.35) ... #14 23.93 Get:144 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg arm64 2.2.27-3ubuntu2.1 [506 kB] #13 36.18 Selecting previously unselected package libcurl3-gnutls:armhf. #13 36.18 Preparing to unpack .../163-libcurl3-gnutls_7.88.1-10+deb12u5_armhf.deb ... #13 36.19 Unpacking libcurl3-gnutls:armhf (7.88.1-10+deb12u5) ... #13 36.25 Selecting previously unselected package liberror-perl. #13 36.25 Preparing to unpack .../164-liberror-perl_0.17029-2_all.deb ... #13 36.25 Unpacking liberror-perl (0.17029-2) ... #13 36.29 Selecting previously unselected package git-man. #13 36.29 Preparing to unpack .../165-git-man_1%3a2.39.2-1.1_all.deb ... #13 36.30 Unpacking git-man (1:2.39.2-1.1) ... #13 29.04 Preparing to unpack .../134-libhttp-negotiate-perl_6.01-1_all.deb ... #13 29.04 Unpacking libhttp-negotiate-perl (6.01-1) ... #13 29.07 Selecting previously unselected package perl-openssl-defaults:arm64. #13 29.08 Preparing to unpack .../135-perl-openssl-defaults_5_arm64.deb ... #13 29.08 Unpacking perl-openssl-defaults:arm64 (5) ... #13 29.14 Selecting previously unselected package libnet-ssleay-perl. #13 29.14 Preparing to unpack .../136-libnet-ssleay-perl_1.88-3+b1_arm64.deb ... #13 29.14 Unpacking libnet-ssleay-perl (1.88-3+b1) ... #13 29.20 Selecting previously unselected package libio-socket-ssl-perl. #13 29.20 Preparing to unpack .../137-libio-socket-ssl-perl_2.069-1_all.deb ... #13 29.20 Unpacking libio-socket-ssl-perl (2.069-1) ... #13 29.25 Selecting previously unselected package libnet-http-perl. #14 28.59 Selecting previously unselected package libwww-perl. #14 28.60 Preparing to unpack .../171-libwww-perl_6.67-1_all.deb ... #14 28.60 Unpacking libwww-perl (6.67-1) ... #14 28.63 Selecting previously unselected package patchutils. #14 28.64 Preparing to unpack .../172-patchutils_0.4.2-1build2_amd64.deb ... #14 28.64 Unpacking patchutils (0.4.2-1build2) ... #14 28.72 Selecting previously unselected package wdiff. #14 28.73 Preparing to unpack .../173-wdiff_1.2.2-5_amd64.deb ... #14 28.73 Unpacking wdiff (1.2.2-5) ... #14 28.77 Selecting previously unselected package devscripts. #14 28.77 Preparing to unpack .../174-devscripts_2.23.4ubuntu1_all.deb ... #14 28.78 Unpacking devscripts (2.23.4ubuntu1) ... #14 28.85 Selecting previously unselected package diffstat. #13 28.53 Preparing to unpack .../161-libgpgme11_1.18.0-3+b1_arm64.deb ... #13 28.54 Unpacking libgpgme11:arm64 (1.18.0-3+b1) ... #13 28.59 Selecting previously unselected package python3-gpg. #13 28.59 Preparing to unpack .../162-python3-gpg_1.18.0-3+b1_arm64.deb ... #13 28.59 Unpacking python3-gpg (1.18.0-3+b1) ... #13 28.65 Selecting previously unselected package python3-xdg. #13 28.65 Preparing to unpack .../163-python3-xdg_0.28-2_all.deb ... #13 28.66 Unpacking python3-xdg (0.28-2) ... #13 28.70 Selecting previously unselected package dput. #13 28.70 Preparing to unpack .../164-dput_1.1.3_all.deb ... #13 28.75 Unpacking dput (1.1.3) ... #13 28.79 Selecting previously unselected package equivs. #14 25.10 Get:145 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 intltool-debian all 0.35.0+20060710.6 [23.2 kB] #14 36.31 Preparing to unpack .../019-libelf1_0.176-1.1ubuntu0.1_armhf.deb ... #14 36.31 Unpacking libelf1:armhf (0.176-1.1ubuntu0.1) ... #14 36.36 Selecting previously unselected package libglib2.0-0:armhf. #14 36.36 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.6_armhf.deb ... #14 36.37 Unpacking libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.6) ... #14 36.49 Selecting previously unselected package libglib2.0-data. #14 36.49 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.6_all.deb ... #14 36.50 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.6) ... #14 36.54 Selecting previously unselected package tzdata. #14 36.55 Preparing to unpack .../022-tzdata_2023d-0ubuntu0.20.04_all.deb ... #14 36.55 Unpacking tzdata (2023d-0ubuntu0.20.04) ... #14 30.46 Get:313 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadonly-perl all 2.050-2 [19.9 kB] #14 30.47 Get:314 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-perl all 0.204-1 [15.0 kB] #14 30.47 Get:315 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-xs-perl amd64 0.117-1build2 [12.0 kB] #14 30.48 Get:316 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB] #14 30.49 Get:317 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB] #14 30.50 Get:318 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB] #14 30.52 Get:319 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-decoder-perl amd64 4.011+ds-1build1 [102 kB] #14 30.69 Get:320 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-encoder-perl amd64 4.011+ds-1build1 [104 kB] #13 26.12 Fedora Modular 38 - aarch64 3.0 MB/s | 2.7 MB 00:00 #14 26.37 Get:177 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB] #14 26.45 Get:178 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB] #14 26.48 Get:179 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB] #13 31.38 Selecting previously unselected package libfakeroot:armhf. #13 31.38 Preparing to unpack .../057-libfakeroot_1.23-1_armhf.deb ... #13 31.39 Unpacking libfakeroot:armhf (1.23-1) ... #13 31.43 Selecting previously unselected package fakeroot. #13 31.43 Preparing to unpack .../058-fakeroot_1.23-1_armhf.deb ... #13 31.44 Unpacking fakeroot (1.23-1) ... #13 31.48 Selecting previously unselected package libfile-which-perl. #13 31.48 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... #13 31.49 Unpacking libfile-which-perl (1.23-1) ... #13 31.52 Selecting previously unselected package libfile-homedir-perl. #13 31.52 Preparing to unpack .../060-libfile-homedir-perl_1.004-1_all.deb ... #13 31.53 Unpacking libfile-homedir-perl (1.004-1) ... #13 31.57 Selecting previously unselected package libio-pty-perl. #13 31.57 Preparing to unpack .../061-libio-pty-perl_1%3a1.08-1.1+b4_armhf.deb ... #13 31.57 Unpacking libio-pty-perl (1:1.08-1.1+b4) ... #13 31.61 Selecting previously unselected package libipc-run-perl. #13 31.61 Preparing to unpack .../062-libipc-run-perl_20180523.0-1_all.deb ... #13 31.62 Unpacking libipc-run-perl (20180523.0-1) ... #13 31.66 Selecting previously unselected package libclass-method-modifiers-perl. #13 31.66 Preparing to unpack .../063-libclass-method-modifiers-perl_2.12-1_all.deb ... #13 31.67 Unpacking libclass-method-modifiers-perl (2.12-1) ... #13 20.10 Installing : python3-systemd-234-18.el9.aarch64 20/138 #13 20.11 Installing : rust-srpm-macros-17-4.el9.noarch 21/138 #13 20.15 Installing : qt5-srpm-macros-5.15.9-1.el9.noarch 22/138 #13 20.15 Installing : pyproject-srpm-macros-1.9.0-1.el9.noarch 23/138 #13 20.16 Installing : perl-srpm-macros-1-41.el9.noarch 24/138 #13 20.16 Installing : openblas-srpm-macros-2-11.el9.noarch 25/138 #13 20.17 Installing : ocaml-srpm-macros-6-6.el9.noarch 26/138 #13 20.20 Installing : lua-srpm-macros-1-6.el9.noarch 27/138 #13 20.21 Installing : libstemmer-0-18.585svn.el9.aarch64 28/138 #13 20.22 Installing : libjpeg-turbo-2.0.90-7.el9.aarch64 29/138 #13 20.28 Installing : hunspell-filesystem-1.7.0-11.el9.aarch64 30/138 #13 20.29 Installing : hunspell-en-GB-0.20140811.1-20.el9.noarch 31/138 #13 20.30 Installing : hunspell-en-0.20140811.1-20.el9.noarch 32/138 #13 20.31 Installing : hunspell-en-US-0.20140811.1-20.el9.noarch 33/138 #13 20.34 Installing : hunspell-1.7.0-11.el9.aarch64 34/138 #13 20.35 Installing : enchant-1:1.6.0-30.el9.aarch64 35/138 #13 20.40 Installing : python3-enchant-3.2.0-5.el9.noarch 36/138 #13 20.40 Installing : ghc-srpm-macros-1.5.0-6.el9.noarch 37/138 #13 26.46 Unpacking libctf-nobfd0:armhf (2.40-2+rpi2) ... #13 26.52 Selecting previously unselected package libctf0:armhf. #13 26.52 Preparing to unpack .../021-libctf0_2.40-2+rpi2_armhf.deb ... #13 26.53 Unpacking libctf0:armhf (2.40-2+rpi2) ... #13 26.58 Selecting previously unselected package libjansson4:armhf. #13 26.58 Preparing to unpack .../022-libjansson4_2.14-2_armhf.deb ... #13 26.59 Unpacking libjansson4:armhf (2.14-2) ... #13 26.62 Selecting previously unselected package binutils-arm-linux-gnueabihf. #13 26.63 Preparing to unpack .../023-binutils-arm-linux-gnueabihf_2.40-2+rpi2_armhf.deb ... #13 26.63 Unpacking binutils-arm-linux-gnueabihf (2.40-2+rpi2) ... #14 24.33 Preparing to unpack .../187-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ... #14 24.33 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ... #14 24.40 Selecting previously unselected package libcurl3-gnutls:amd64. #14 24.41 Preparing to unpack .../188-libcurl3-gnutls_7.81.0-1ubuntu1.15_amd64.deb ... #14 24.41 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.15) ... #14 24.44 Selecting previously unselected package liberror-perl. #14 24.44 Preparing to unpack .../189-liberror-perl_0.17029-1_all.deb ... #14 24.45 Unpacking liberror-perl (0.17029-1) ... #14 24.49 Selecting previously unselected package git-man. #14 24.49 Preparing to unpack .../190-git-man_1%3a2.34.1-1ubuntu1.10_all.deb ... #14 24.50 Unpacking git-man (1:2.34.1-1ubuntu1.10) ... #14 24.55 Selecting previously unselected package git. #13 28.93 Preparing to unpack .../138-libtry-tiny-perl_0.30-1_all.deb ... #13 28.93 Unpacking libtry-tiny-perl (0.30-1) ... #13 28.97 Selecting previously unselected package libwww-robotrules-perl. #13 28.97 Preparing to unpack .../139-libwww-robotrules-perl_6.02-1_all.deb ... #13 28.98 Unpacking libwww-robotrules-perl (6.02-1) ... #13 29.01 Selecting previously unselected package libwww-perl. #13 29.01 Preparing to unpack .../140-libwww-perl_6.36-2_all.deb ... #13 29.02 Unpacking libwww-perl (6.36-2) ... #13 29.06 Selecting previously unselected package patchutils. #13 29.06 Preparing to unpack .../141-patchutils_0.3.4-2_arm64.deb ... #13 29.07 Unpacking patchutils (0.3.4-2) ... #13 29.10 Selecting previously unselected package wdiff. #13 29.11 Preparing to unpack .../142-wdiff_1.2.2-2+b1_arm64.deb ... #13 29.11 Unpacking wdiff (1.2.2-2+b1) ... #13 29.17 Selecting previously unselected package devscripts. #13 29.62 Preparing to unpack .../109-libfile-touch-perl_0.11-1_all.deb ... #13 29.63 Unpacking libfile-touch-perl (0.11-1) ... #13 29.66 Selecting previously unselected package libio-pty-perl. #13 29.66 Preparing to unpack .../110-libio-pty-perl_1%3a1.15-2_amd64.deb ... #13 29.66 Unpacking libio-pty-perl (1:1.15-2) ... #13 29.69 Selecting previously unselected package libipc-run-perl. #13 29.70 Preparing to unpack .../111-libipc-run-perl_20200505.0-1_all.deb ... #13 29.70 Unpacking libipc-run-perl (20200505.0-1) ... #13 29.74 Selecting previously unselected package libclass-method-modifiers-perl. #13 29.74 Preparing to unpack .../112-libclass-method-modifiers-perl_2.13-1_all.deb ... #13 29.74 Unpacking libclass-method-modifiers-perl (2.13-1) ... #13 29.77 Selecting previously unselected package libb-hooks-op-check-perl. #13 29.77 Preparing to unpack .../113-libb-hooks-op-check-perl_0.22-1+b3_amd64.deb ... #13 29.78 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ... #13 29.81 Selecting previously unselected package libdynaloader-functions-perl. #13 29.81 Preparing to unpack .../114-libdynaloader-functions-perl_0.003-1.1_all.deb ... #13 29.82 Unpacking libdynaloader-functions-perl (0.003-1.1) ... #13 29.84 Selecting previously unselected package libdevel-callchecker-perl. #14 27.51 Get:156 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnpth0 arm64 1.6-1 [7440 B] #14 26.14 Selecting previously unselected package dwz. #14 26.14 Preparing to unpack .../115-dwz_0.15-1_amd64.deb ... #14 26.14 Unpacking dwz (0.15-1) ... #14 26.17 Selecting previously unselected package gettext. #14 26.17 Preparing to unpack .../116-gettext_0.21-13_amd64.deb ... #14 26.18 Unpacking gettext (0.21-13) ... #14 26.24 Selecting previously unselected package intltool-debian. #14 26.25 Preparing to unpack .../117-intltool-debian_0.35.0+20060710.6_all.deb ... #14 26.25 Unpacking intltool-debian (0.35.0+20060710.6) ... #14 26.27 Selecting previously unselected package po-debconf. #14 26.28 Preparing to unpack .../118-po-debconf_1.0.21+nmu1_all.deb ... #14 26.28 Unpacking po-debconf (1.0.21+nmu1) ... #14 26.34 Selecting previously unselected package debhelper. #14 26.34 Preparing to unpack .../119-debhelper_13.11.6ubuntu1_all.deb ... #14 26.35 Unpacking debhelper (13.11.6ubuntu1) ... #13 33.00 Preparing to unpack .../175-libalgorithm-diff-xs-perl_0.04-8+b1_amd64.deb ... #13 33.03 Unpacking libalgorithm-diff-xs-perl:amd64 (0.04-8+b1) ... #13 33.27 Selecting previously unselected package libalgorithm-merge-perl. #15 21.99 Installing : groff-base-1.22.3-18.el8.x86_64 3/89 #15 22.01 Installing : file-5.33-25.el8.x86_64 4/89 #15 22.03 Installing : bzip2-1.0.6-26.el8.x86_64 5/89 #15 22.07 Installing : zip-3.0-23.el8.x86_64 6/89 #13 32.60 Setting up media-types (4.0.0) ... #13 32.61 Setting up libpipeline1:armhf (1.5.3-1) ... #13 32.63 Setting up bsdextrautils (2.36.1-8+deb11u1) ... #13 32.64 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode #13 32.64 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist #13 32.65 Setting up libicu67:armhf (67.1-7) ... #13 32.66 Setting up libmagic-mgc (1:5.39-3+deb11u1) ... #13 32.67 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ... #13 32.68 Setting up binutils-common:armhf (2.35.2-2+rpi1) ... #13 32.69 Setting up libmagic1:armhf (1:5.39-3+deb11u1) ... #13 32.71 Setting up perl-openssl-defaults:armhf (5) ... #13 32.72 Setting up linux-libc-dev:armhf (1:1.20230405-1) ... #13 32.73 Setting up libctf-nobfd0:armhf (2.35.2-2+rpi1) ... #13 32.74 Setting up gettext-base (0.21-4) ... #13 32.75 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u11) ... #13 32.76 Setting up file (1:5.39-3+deb11u1) ... #13 32.78 Setting up libgomp1:armhf (10.2.1-6+rpi1) ... #13 32.79 Setting up bzip2 (1.0.8-4) ... #13 32.80 Setting up libfakeroot:armhf (1.25.3-1.1) ... #13 32.81 Setting up libasan6:armhf (10.2.1-6+rpi1) ... #13 32.83 Setting up fakeroot (1.25.3-1.1) ... #13 32.84 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #13 32.84 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #13 32.84 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #13 32.84 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #13 32.84 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #13 32.84 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #13 32.84 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #13 32.84 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #13 32.84 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #13 32.85 Setting up autotools-dev (20180224.1+nmu1) ... #13 32.86 Setting up libtirpc-dev:armhf (1.3.1-1+deb11u1) ... #13 32.88 Setting up make (4.3-4.1) ... #13 34.39 Selecting previously unselected package libgpgme11:armhf. #13 34.39 Preparing to unpack .../147-libgpgme11_1.12.0-6_armhf.deb ... #13 34.40 Unpacking libgpgme11:armhf (1.12.0-6) ... #13 34.44 Selecting previously unselected package python3-gpg. #13 34.44 Preparing to unpack .../148-python3-gpg_1.12.0-6_armhf.deb ... #13 34.45 Unpacking python3-gpg (1.12.0-6) ... #13 34.51 Selecting previously unselected package dput. #13 34.51 Preparing to unpack .../149-dput_1.0.3_all.deb ... #13 34.52 Unpacking dput (1.0.3) ... #13 34.55 Selecting previously unselected package equivs. #20 0.793 Reading package lists... #14 33.09 Get:242 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfcgi-perl armhf 0.82+ds-2 [20.6 kB] #14 33.24 Get:243 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libcgi-fast-perl all 1:2.15-1 [10.5 kB] #14 33.26 Get:244 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libclass-data-inheritable-perl all 0.08-3 [8084 B] #14 33.27 Get:245 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libcommon-sense-perl armhf 3.75-3 [20.2 kB] #14 33.32 Get:246 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libconfig-tiny-perl all 2.28-2 [12.4 kB] #14 33.34 Get:247 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libparams-util-perl armhf 1.102-2 [20.5 kB] #14 33.37 Get:248 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsub-install-perl all 0.929-1 [9764 B] #13 36.44 Selecting previously unselected package git. #13 36.44 Preparing to unpack .../166-git_1%3a2.39.2-1.1_armhf.deb ... #13 36.44 Unpacking git (1:2.39.2-1.1) ... #14 28.85 Preparing to unpack .../175-diffstat_1.65-1_amd64.deb ... #14 28.85 Unpacking diffstat (1.65-1) ... #14 28.89 Selecting previously unselected package python3-chardet. #14 28.89 Preparing to unpack .../176-python3-chardet_5.1.0+dfsg-2_all.deb ... #14 28.90 Unpacking python3-chardet (5.1.0+dfsg-2) ... #14 28.94 Selecting previously unselected package zstd. #14 28.94 Preparing to unpack .../177-zstd_1.5.4+dfsg2-4_amd64.deb ... #14 28.94 Unpacking zstd (1.5.4+dfsg2-4) ... #14 28.98 Selecting previously unselected package python3-debian. #14 28.98 Preparing to unpack .../178-python3-debian_0.1.49ubuntu2_all.deb ... #14 28.99 Unpacking python3-debian (0.1.49ubuntu2) ... #14 29.03 Selecting previously unselected package libgpgme11:amd64. #14 29.03 Preparing to unpack .../179-libgpgme11_1.18.0-3ubuntu2_amd64.deb ... #14 29.04 Unpacking libgpgme11:amd64 (1.18.0-3ubuntu2) ... #14 29.07 Selecting previously unselected package python3-gpg. #14 29.07 Preparing to unpack .../180-python3-gpg_1.18.0-3ubuntu2_amd64.deb ... #14 29.07 Unpacking python3-gpg (1.18.0-3ubuntu2) ... #14 29.12 Selecting previously unselected package python3-xdg. #13 29.25 Preparing to unpack .../138-libnet-http-perl_6.20-1_all.deb ... #13 29.25 Unpacking libnet-http-perl (6.20-1) ... #13 29.29 Selecting previously unselected package liblwp-protocol-https-perl. #13 29.29 Preparing to unpack .../139-liblwp-protocol-https-perl_6.10-1_all.deb ... #13 29.29 Unpacking liblwp-protocol-https-perl (6.10-1) ... #13 29.32 Selecting previously unselected package libtry-tiny-perl. #13 29.32 Preparing to unpack .../140-libtry-tiny-perl_0.30-1_all.deb ... #13 29.33 Unpacking libtry-tiny-perl (0.30-1) ... #13 29.41 Selecting previously unselected package libwww-robotrules-perl. #13 29.41 Preparing to unpack .../141-libwww-robotrules-perl_6.02-1_all.deb ... #13 29.42 Unpacking libwww-robotrules-perl (6.02-1) ... #13 29.49 Selecting previously unselected package libwww-perl. #13 29.49 Preparing to unpack .../142-libwww-perl_6.52-1_all.deb ... #13 29.49 Unpacking libwww-perl (6.52-1) ... #13 29.55 Selecting previously unselected package patchutils. #13 29.55 Preparing to unpack .../143-patchutils_0.4.2-1_arm64.deb ... #13 29.55 Unpacking patchutils (0.4.2-1) ... #13 29.59 Selecting previously unselected package wdiff. #13 29.59 Preparing to unpack .../144-wdiff_1.2.2-2+b1_arm64.deb ... #13 29.59 Unpacking wdiff (1.2.2-2+b1) ... #13 29.65 Selecting previously unselected package devscripts. #13 28.79 Preparing to unpack .../165-equivs_2.3.1_all.deb ... #13 28.79 Unpacking equivs (2.3.1) ... #13 28.83 Selecting previously unselected package fonts-dejavu-core. #13 28.83 Preparing to unpack .../166-fonts-dejavu-core_2.37-6_all.deb ... #13 28.84 Unpacking fonts-dejavu-core (2.37-6) ... #13 28.96 Selecting previously unselected package fontconfig-config. #13 28.96 Preparing to unpack .../167-fontconfig-config_2.14.1-4_arm64.deb ... #14 25.10 Get:146 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 po-debconf all 1.0.21+nmu1 [233 kB] #14 25.12 Get:147 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 debhelper all 13.11.4ubuntu3 [925 kB] #14 25.18 Get:148 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfakeroot arm64 1.31-1.1 [31.7 kB] #14 25.18 Get:149 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 fakeroot arm64 1.31-1.1 [59.6 kB] #14 25.18 Get:150 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libassuan0 arm64 2.5.5-5 [35.2 kB] #14 25.18 Get:151 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gpgconf arm64 2.2.40-1.1ubuntu1 [95.3 kB] #14 25.19 Get:152 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libksba8 arm64 1.6.3-2 [116 kB] #14 31.00 Get:321 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-perl all 4.011-1 [8604 B] #14 26.55 Get:180 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmoo-perl all 2.005005-1 [47.4 kB] #14 26.62 Get:181 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libencode-locale-perl all 1.05-3 [11.6 kB] #14 26.63 Get:182 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB] #14 26.67 Get:183 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libhttp-date-perl all 6.05-2 [9946 B] #14 26.67 Get:184 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfile-listing-perl all 6.15-1 [11.5 kB] #14 26.68 Get:185 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libhtml-tagset-perl all 3.20-6 [11.3 kB] #14 26.69 Get:186 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 liburi-perl all 5.19-2 [81.0 kB] #14 26.73 Get:187 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libhtml-parser-perl arm64 3.81-1 [86.6 kB] #13 31.71 Selecting previously unselected package libsub-exporter-progressive-perl. #13 31.71 Preparing to unpack .../064-libsub-exporter-progressive-perl_0.001013-1_all.deb ... #13 31.72 Unpacking libsub-exporter-progressive-perl (0.001013-1) ... #13 31.75 Selecting previously unselected package libdevel-globaldestruction-perl. #13 31.76 Preparing to unpack .../065-libdevel-globaldestruction-perl_0.14-1_all.deb ... #13 31.76 Unpacking libdevel-globaldestruction-perl (0.14-1) ... #13 31.80 Selecting previously unselected package libb-hooks-op-check-perl. #13 31.80 Preparing to unpack .../066-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ... #13 31.80 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ... #13 31.84 Selecting previously unselected package libdynaloader-functions-perl. #13 31.84 Preparing to unpack .../067-libdynaloader-functions-perl_0.003-1_all.deb ... #13 31.85 Unpacking libdynaloader-functions-perl (0.003-1) ... #13 31.89 Selecting previously unselected package libdevel-callchecker-perl. #13 31.89 Preparing to unpack .../068-libdevel-callchecker-perl_0.008-1_armhf.deb ... #13 31.89 Unpacking libdevel-callchecker-perl (0.008-1) ... #13 31.93 Selecting previously unselected package libparams-classify-perl. #14 35.51 Get:299 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libstrictures-perl all 2.000006-1 [16.3 kB] #14 35.53 Get:300 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtype-tiny-perl all 2.004000-1 [354 kB] #13 20.43 Installing : emacs-filesystem-1:27.2-9.el9.noarch 38/138 #13 20.44 Installing : desktop-file-utils-0.26-6.el9.aarch64 39/138 #13 20.45 Installing : efi-srpm-macros-4-9.el9.noarch 40/138 #13 20.48 Installing : abattis-cantarell-fonts-0.301-4.el9.noarch 41/138 #13 20.50 Installing : zstd-1.5.1-2.el9.aarch64 42/138 #13 26.87 Selecting previously unselected package binutils. #13 26.87 Preparing to unpack .../024-binutils_2.40-2+rpi2_armhf.deb ... #13 26.88 Unpacking binutils (2.40-2+rpi2) ... #13 26.93 Selecting previously unselected package libisl23:armhf. #13 26.93 Preparing to unpack .../025-libisl23_0.25-1_armhf.deb ... #13 26.94 Unpacking libisl23:armhf (0.25-1) ... #14 24.55 Preparing to unpack .../191-git_1%3a2.34.1-1ubuntu1.10_amd64.deb ... #14 24.56 Unpacking git (1:2.34.1-1ubuntu1.10) ... #14 24.67 Selecting previously unselected package libalgorithm-diff-perl. #14 24.67 Preparing to unpack .../192-libalgorithm-diff-perl_1.201-1_all.deb ... #14 24.68 Unpacking libalgorithm-diff-perl (1.201-1) ... #14 24.71 Selecting previously unselected package libalgorithm-diff-xs-perl. #14 24.71 Preparing to unpack .../193-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ... #14 24.72 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ... #14 24.75 Selecting previously unselected package libalgorithm-merge-perl. #14 24.75 Preparing to unpack .../194-libalgorithm-merge-perl_0.08-3_all.deb ... #14 24.75 Unpacking libalgorithm-merge-perl (0.08-3) ... #14 24.79 Selecting previously unselected package libaliased-perl. #13 32.33 Selecting previously unselected package libgc1c2:amd64. #13 32.33 Preparing to unpack .../167-libgc1c2_1%3a7.6.4-0.4_amd64.deb ... #13 32.35 Unpacking libgc1c2:amd64 (1:7.6.4-0.4) ... #13 32.39 Selecting previously unselected package libltdl7:amd64. #13 32.39 Preparing to unpack .../168-libltdl7_2.4.6-9_amd64.deb ... #13 32.40 Unpacking libltdl7:amd64 (2.4.6-9) ... #13 32.45 Selecting previously unselected package guile-2.2-libs:amd64. #13 29.17 Preparing to unpack .../143-devscripts_2.19.5+deb10u1_arm64.deb ... #13 29.19 Unpacking devscripts (2.19.5+deb10u1) ... #13 29.30 Selecting previously unselected package diffstat. #13 29.31 Preparing to unpack .../144-diffstat_1.62-1_arm64.deb ... #13 29.31 Unpacking diffstat (1.62-1) ... #13 29.34 Selecting previously unselected package distro-info-data. #13 29.34 Preparing to unpack .../145-distro-info-data_0.41+deb10u8_all.deb ... #13 29.35 Unpacking distro-info-data (0.41+deb10u8) ... #13 29.38 Selecting previously unselected package python3-pkg-resources. #13 29.38 Preparing to unpack .../146-python3-pkg-resources_40.8.0-1_all.deb ... #13 29.39 Unpacking python3-pkg-resources (40.8.0-1) ... #13 29.44 Selecting previously unselected package python3-chardet. #13 29.85 Preparing to unpack .../115-libdevel-callchecker-perl_0.008-1+b2_amd64.deb ... #13 29.85 Unpacking libdevel-callchecker-perl (0.008-1+b2) ... #13 29.88 Selecting previously unselected package libparams-classify-perl. #13 29.88 Preparing to unpack .../116-libparams-classify-perl_0.015-1+b3_amd64.deb ... #13 29.89 Unpacking libparams-classify-perl (0.015-1+b3) ... #13 29.91 Selecting previously unselected package libmodule-runtime-perl. #13 29.92 Preparing to unpack .../117-libmodule-runtime-perl_0.016-1_all.deb ... #13 29.92 Unpacking libmodule-runtime-perl (0.016-1) ... #13 29.95 Selecting previously unselected package libimport-into-perl. #13 29.95 Preparing to unpack .../118-libimport-into-perl_1.002005-1_all.deb ... #13 29.95 Unpacking libimport-into-perl (1.002005-1) ... #13 29.99 Selecting previously unselected package librole-tiny-perl. #13 29.99 Preparing to unpack .../119-librole-tiny-perl_2.002004-1_all.deb ... #13 29.99 Unpacking librole-tiny-perl (2.002004-1) ... #13 30.02 Selecting previously unselected package libstrictures-perl. #13 30.02 Preparing to unpack .../120-libstrictures-perl_2.000006-1_all.deb ... #13 30.03 Unpacking libstrictures-perl (2.000006-1) ... #13 30.05 Selecting previously unselected package libsub-quote-perl. #14 27.58 Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dirmngr arm64 2.2.19-3ubuntu2.2 [311 kB] #14 27.95 Get:158 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB] #14 26.40 Selecting previously unselected package libfakeroot:amd64. #14 26.41 Preparing to unpack .../120-libfakeroot_1.32.1-1_amd64.deb ... #14 26.41 Unpacking libfakeroot:amd64 (1.32.1-1) ... #14 26.46 Selecting previously unselected package fakeroot. #14 26.46 Preparing to unpack .../121-fakeroot_1.32.1-1_amd64.deb ... #14 26.46 Unpacking fakeroot (1.32.1-1) ... #14 26.56 Selecting previously unselected package libassuan0:amd64. #14 26.56 Preparing to unpack .../122-libassuan0_2.5.6-1_amd64.deb ... #14 26.56 Unpacking libassuan0:amd64 (2.5.6-1) ... #14 26.60 Selecting previously unselected package gpgconf. #14 26.60 Preparing to unpack .../123-gpgconf_2.2.40-1.1ubuntu1_amd64.deb ... #14 26.61 Unpacking gpgconf (2.2.40-1.1ubuntu1) ... #14 26.65 Selecting previously unselected package libksba8:amd64. #14 26.65 Preparing to unpack .../124-libksba8_1.6.4-2_amd64.deb ... #14 26.66 Unpacking libksba8:amd64 (1.6.4-2) ... #13 33.27 Preparing to unpack .../176-libalgorithm-merge-perl_0.08-5_all.deb ... #13 33.32 Unpacking libalgorithm-merge-perl (0.08-5) ... #13 33.48 Selecting previously unselected package libaliased-perl. #12 30.12 Fedora 38 - x86_64 - Updates 20 MB/s | 37 MB 00:01 #15 22.09 Installing : python-rpm-macros-3-45.el8.noarch 7/89 #15 22.10 Installing : python3-rpm-macros-3-45.el8.noarch 8/89 #15 22.11 Installing : python3-six-1.11.0-8.el8.noarch 9/89 #15 22.15 Installing : python3-dateutil-1:2.6.1-6.el8.noarch 10/89 #15 22.16 Installing : pkgconf-m4-1.4.2-1.el8.noarch 11/89 #15 22.19 Installing : patch-2.7.6-11.el8.x86_64 12/89 #15 22.27 Installing : openssl-1:1.1.1k-12.el8.x86_64 13/89 #15 22.31 Installing : ncurses-6.1-10.20180224.el8.x86_64 14/89 #15 22.33 Installing : perl-Digest-1.17-395.el8.noarch 15/89 #15 22.34 Installing : perl-Digest-MD5-2.55-396.el8.x86_64 16/89 #15 22.36 Installing : perl-Data-Dumper-2.167-399.el8.x86_64 17/89 #15 22.38 Installing : perl-libnet-3.11-3.el8.noarch 18/89 #15 22.41 Installing : perl-URI-1.73-3.el8.noarch 19/89 #15 22.43 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 20/89 #13 32.89 Setting up libmpfr6:armhf (4.1.0-3) ... #13 32.90 Setting up libsigsegv2:armhf (2.13-1) ... #13 32.91 Setting up xz-utils (5.2.5-2.1~deb11u1) ... #13 32.92 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #13 32.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #13 32.92 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #13 32.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #13 32.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #13 32.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #13 32.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist #13 32.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist #13 32.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist #13 32.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist #13 32.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist #13 32.93 Setting up libmpc3:armhf (1.2.0-1) ... #13 32.94 Setting up libatomic1:armhf (10.2.1-6+rpi1) ... #13 32.96 Setting up patch (2.7.6-7) ... #13 32.97 Setting up autopoint (0.21-4) ... #13 32.98 Setting up libubsan1:armhf (10.2.1-6+rpi1) ... #13 32.99 Setting up libnsl-dev:armhf (1.3.0-2) ... #13 33.00 Setting up sensible-utils (0.0.14) ... #13 33.01 Setting up libcrypt-dev:armhf (1:4.4.18-4) ... #13 33.03 Setting up libuchardet0:armhf (0.0.7-1) ... #13 33.04 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ... #13 33.05 Setting up libcurl4:armhf (7.74.0-1.3+deb11u11) ... #13 33.07 Setting up git-man (1:2.30.2-1+deb11u2) ... #13 33.08 Setting up curl (7.74.0-1.3+deb11u11) ... #13 34.56 Preparing to unpack .../150-equivs_2.2.0_all.deb ... #13 34.56 Unpacking equivs (2.2.0) ... #13 34.62 Selecting previously unselected package exim4-config. #13 34.62 Preparing to unpack .../151-exim4-config_4.92-8+deb10u9_all.deb ... #13 34.63 Unpacking exim4-config (4.92-8+deb10u9) ... #13 34.68 Selecting previously unselected package exim4-base. #13 34.68 Preparing to unpack .../152-exim4-base_4.92-8+deb10u9_armhf.deb ... #13 34.69 Unpacking exim4-base (4.92-8+deb10u9) ... #13 34.79 Selecting previously unselected package libevent-2.1-6:armhf. #14 36.93 Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libltdl-dev armhf 2.4.6-15build2 [167 kB] #14 37.28 Get:297 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblzo2-2 armhf 2.10-2build3 [47.6 kB] #14 24.41 Get:145 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pinentry-curses arm64 1.1.1-1build2 [33.5 kB] #14 33.38 Get:249 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdata-optlist-perl all 0.113-1 [9658 B] #14 33.40 Get:250 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsub-exporter-perl all 0.989-1 [48.6 kB] #14 33.43 Get:251 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libconst-fast-perl all 0.014-2 [8034 B] #14 33.44 Get:252 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libwant-perl armhf 0.29-2build1 [22.7 kB] #13 36.93 Selecting previously unselected package iso-codes. #13 36.94 Preparing to unpack .../167-iso-codes_4.15.0-1_all.deb ... #13 36.96 Unpacking iso-codes (4.15.0-1) ... #14 29.12 Preparing to unpack .../181-python3-xdg_0.28-2_all.deb ... #14 29.12 Unpacking python3-xdg (0.28-2) ... #14 29.16 Selecting previously unselected package dput. #14 29.16 Preparing to unpack .../182-dput_1.1.3ubuntu2.1_all.deb ... #14 29.17 Unpacking dput (1.1.3ubuntu2.1) ... #14 29.21 Selecting previously unselected package fonts-dejavu-core. #14 29.21 Preparing to unpack .../183-fonts-dejavu-core_2.37-6_all.deb ... #14 29.22 Unpacking fonts-dejavu-core (2.37-6) ... #14 29.27 Selecting previously unselected package fontconfig-config. #14 29.27 Preparing to unpack .../184-fontconfig-config_2.14.1-3ubuntu3_amd64.deb ... #14 29.38 Unpacking fontconfig-config (2.14.1-3ubuntu3) ... #13 29.65 Preparing to unpack .../145-devscripts_2.21.3+deb11u1_arm64.deb ... #13 29.67 Unpacking devscripts (2.21.3+deb11u1) ... #13 29.78 Selecting previously unselected package diffstat. #13 29.79 Preparing to unpack .../146-diffstat_1.64-1_arm64.deb ... #13 29.79 Unpacking diffstat (1.64-1) ... #13 29.82 Selecting previously unselected package distro-info-data. #13 29.82 Preparing to unpack .../147-distro-info-data_0.51+deb11u4_all.deb ... #13 29.83 Unpacking distro-info-data (0.51+deb11u4) ... #13 29.86 Selecting previously unselected package python3-pkg-resources. #13 29.86 Preparing to unpack .../148-python3-pkg-resources_52.0.0-4_all.deb ... #13 29.86 Unpacking python3-pkg-resources (52.0.0-4) ... #13 29.90 Selecting previously unselected package python3-chardet. #13 29.19 Unpacking fontconfig-config (2.14.1-4) ... #13 29.24 Selecting previously unselected package libcurl3-gnutls:arm64. #13 29.24 Preparing to unpack .../168-libcurl3-gnutls_7.88.1-10+deb12u5_arm64.deb ... #13 29.25 Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u5) ... #13 29.30 Selecting previously unselected package liberror-perl. #14 25.59 Get:153 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnpth0 arm64 1.6-3build2 [8156 B] #14 31.00 Get:322 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-key-perl amd64 1.33-2build2 [35.4 kB] #14 31.02 Get:323 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B] #14 31.02 Get:324 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB] #14 31.03 Get:325 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB] #14 31.04 Get:326 http://archive.ubuntu.com/ubuntu focal/main amd64 libterm-readkey-perl amd64 2.38-1build1 [24.6 kB] #14 31.05 Get:327 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-fatal-perl all 0.014-1 [11.1 kB] #14 31.07 Get:328 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-refcount-perl all 0.10-1 [11.4 kB] #14 31.08 Get:329 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B] #14 31.08 Get:330 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-xs-perl amd64 0.016-1 [22.9 kB] #14 31.25 Get:331 http://archive.ubuntu.com/ubuntu focal/main amd64 libunicode-utf8-perl amd64 0.62-1build1 [18.1 kB] #13 31.93 Preparing to unpack .../069-libparams-classify-perl_0.015-1+b1_armhf.deb ... #13 31.94 Unpacking libparams-classify-perl (0.015-1+b1) ... #13 31.97 Selecting previously unselected package libmodule-runtime-perl. #13 31.98 Preparing to unpack .../070-libmodule-runtime-perl_0.016-1_all.deb ... #13 31.98 Unpacking libmodule-runtime-perl (0.016-1) ... #13 32.02 Selecting previously unselected package libimport-into-perl. #13 32.02 Preparing to unpack .../071-libimport-into-perl_1.002005-1_all.deb ... #13 32.03 Unpacking libimport-into-perl (1.002005-1) ... #13 32.07 Selecting previously unselected package librole-tiny-perl. #14 35.75 Get:301 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libgitlab-api-v4-perl all 0.27-1 [84.2 kB] #14 35.77 Get:302 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libhtml-form-perl all 6.11-1 [32.1 kB] #14 35.77 Get:303 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libhtml-format-perl all 2.16-2 [36.9 kB] #14 35.78 Get:304 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libhtml-html5-entities-perl all 0.004-3 [21.6 kB] #14 35.78 Get:305 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB] #14 35.79 Get:306 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libhttp-daemon-perl all 6.16-1 [22.4 kB] #14 35.79 Get:307 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libindirect-perl armhf 0.39-2build1 [20.3 kB] #14 35.80 Get:308 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libio-interactive-perl all 1.023-2 [10.1 kB] #14 35.95 Get:309 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libjson-perl all 4.10000-1 [81.9 kB] #13 20.58 Installing : shared-mime-info-2.1-5.el9.aarch64 43/138 #13 20.63 Running scriptlet: shared-mime-info-2.1-5.el9.aarch64 43/138 #13 20.64 Installing : python3-six-1.15.0-9.el9.noarch 44/138 #13 20.66 Installing : python3-dateutil-1:2.8.1-7.el9.noarch 45/138 #13 20.75 Installing : python3-dnf-plugins-core-4.3.0-13.el9.noarch 46/138 #13 20.79 Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 47/138 #13 20.79 Installing : libpsl-0.21.1-5.el9.aarch64 48/138 #13 20.80 Installing : pkgconf-m4-1.7.3-10.el9.noarch 49/138 #13 20.84 Installing : ncurses-6.2-10.20210508.el9.aarch64 50/138 #14 36.77 Selecting previously unselected package libicu66:armhf. #14 36.77 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_armhf.deb ... #14 36.77 Unpacking libicu66:armhf (66.1-2ubuntu2.1) ... #13 27.02 Selecting previously unselected package libmpfr6:armhf. #13 27.02 Preparing to unpack .../026-libmpfr6_4.2.0-1_armhf.deb ... #13 27.03 Unpacking libmpfr6:armhf (4.2.0-1) ... #13 27.09 Selecting previously unselected package libmpc3:armhf. #13 27.10 Preparing to unpack .../027-libmpc3_1.3.1-1_armhf.deb ... #13 27.10 Unpacking libmpc3:armhf (1.3.1-1) ... #13 27.14 Selecting previously unselected package cpp-12. #13 27.14 Preparing to unpack .../028-cpp-12_12.2.0-14+rpi1_armhf.deb ... #13 27.15 Unpacking cpp-12 (12.2.0-14+rpi1) ... #13 32.45 Preparing to unpack .../169-guile-2.2-libs_2.2.4+1-2+deb10u1_amd64.deb ... #13 32.46 Unpacking guile-2.2-libs:amd64 (2.2.4+1-2+deb10u1) ... #14 24.79 Preparing to unpack .../195-libaliased-perl_0.34-1.1_all.deb ... #14 24.79 Unpacking libaliased-perl (0.34-1.1) ... #14 24.82 Selecting previously unselected package libapt-pkg-perl. #14 24.83 Preparing to unpack .../196-libapt-pkg-perl_0.1.40build2_amd64.deb ... #14 24.83 Unpacking libapt-pkg-perl (0.1.40build2) ... #14 24.87 Selecting previously unselected package libarchive-cpio-perl. #14 24.87 Preparing to unpack .../197-libarchive-cpio-perl_0.10-1.1_all.deb ... #14 24.87 Unpacking libarchive-cpio-perl (0.10-1.1) ... #14 24.90 Selecting previously unselected package libarray-intspan-perl. #14 24.91 Preparing to unpack .../198-libarray-intspan-perl_2.004-1_all.deb ... #14 24.91 Unpacking libarray-intspan-perl (2.004-1) ... #14 24.94 Selecting previously unselected package libmodule-implementation-perl. #14 24.95 Preparing to unpack .../199-libmodule-implementation-perl_0.09-1.1_all.deb ... #14 24.95 Unpacking libmodule-implementation-perl (0.09-1.1) ... #14 24.98 Selecting previously unselected package libsub-exporter-progressive-perl. #14 24.98 Preparing to unpack .../200-libsub-exporter-progressive-perl_0.001013-1_all.deb ... #14 24.99 Unpacking libsub-exporter-progressive-perl (0.001013-1) ... #14 25.06 Selecting previously unselected package libvariable-magic-perl. #13 30.06 Preparing to unpack .../121-libsub-quote-perl_2.006006-1_all.deb ... #13 30.06 Unpacking libsub-quote-perl (2.006006-1) ... #13 30.09 Selecting previously unselected package libmoo-perl. #13 30.09 Preparing to unpack .../122-libmoo-perl_2.004004-1_all.deb ... #13 30.10 Unpacking libmoo-perl (2.004004-1) ... #13 30.14 Selecting previously unselected package libencode-locale-perl. #13 30.14 Preparing to unpack .../123-libencode-locale-perl_1.05-1.1_all.deb ... #13 30.15 Unpacking libencode-locale-perl (1.05-1.1) ... #13 30.18 Selecting previously unselected package libtimedate-perl. #13 30.18 Preparing to unpack .../124-libtimedate-perl_2.3300-2_all.deb ... #13 30.18 Unpacking libtimedate-perl (2.3300-2) ... #13 30.21 Selecting previously unselected package libhttp-date-perl. #13 30.22 Preparing to unpack .../125-libhttp-date-perl_6.05-1_all.deb ... #13 30.22 Unpacking libhttp-date-perl (6.05-1) ... #13 30.25 Selecting previously unselected package libfile-listing-perl. #13 30.25 Preparing to unpack .../126-libfile-listing-perl_6.14-1_all.deb ... #13 30.26 Unpacking libfile-listing-perl (6.14-1) ... #13 30.29 Selecting previously unselected package libhtml-tagset-perl. #13 30.29 Preparing to unpack .../127-libhtml-tagset-perl_3.20-4_all.deb ... #13 30.30 Unpacking libhtml-tagset-perl (3.20-4) ... #13 30.33 Selecting previously unselected package liburi-perl. #13 30.33 Preparing to unpack .../128-liburi-perl_5.08-1_all.deb ... #13 30.33 Unpacking liburi-perl (5.08-1) ... #13 30.38 Selecting previously unselected package libhtml-parser-perl. #13 30.39 Preparing to unpack .../129-libhtml-parser-perl_3.75-1+b1_amd64.deb ... #13 30.39 Unpacking libhtml-parser-perl (3.75-1+b1) ... #14 28.03 Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-utils arm64 2.2.19-3ubuntu2.2 [441 kB] #14 28.19 Get:160 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg arm64 2.2.19-3ubuntu2.2 [442 kB] #14 26.74 Selecting previously unselected package libnpth0:amd64. #14 26.74 Preparing to unpack .../125-libnpth0_1.6-3build2_amd64.deb ... #14 26.75 Unpacking libnpth0:amd64 (1.6-3build2) ... #14 26.79 Selecting previously unselected package dirmngr. #14 26.79 Preparing to unpack .../126-dirmngr_2.2.40-1.1ubuntu1_amd64.deb ... #14 26.81 Unpacking dirmngr (2.2.40-1.1ubuntu1) ... #14 26.84 Selecting previously unselected package gnupg-l10n. #14 26.84 Preparing to unpack .../127-gnupg-l10n_2.2.40-1.1ubuntu1_all.deb ... #14 26.85 Unpacking gnupg-l10n (2.2.40-1.1ubuntu1) ... #14 26.89 Selecting previously unselected package gnupg-utils. #13 33.48 Preparing to unpack .../177-libaliased-perl_0.34-3_all.deb ... #13 33.50 Unpacking libaliased-perl (0.34-3) ... #13 33.70 Selecting previously unselected package libaom3:amd64. #13 29.44 Preparing to unpack .../147-python3-chardet_3.0.4-3_all.deb ... #13 29.44 Unpacking python3-chardet (3.0.4-3) ... #13 29.48 Selecting previously unselected package python3-six. #13 29.48 Preparing to unpack .../148-python3-six_1.12.0-1_all.deb ... #13 29.49 Unpacking python3-six (1.12.0-1) ... #13 29.52 Selecting previously unselected package python3-debian. #13 29.53 Preparing to unpack .../149-python3-debian_0.1.35_all.deb ... #13 29.53 Unpacking python3-debian (0.1.35) ... #13 29.57 Selecting previously unselected package libgpgme11:arm64. #13 29.57 Preparing to unpack .../150-libgpgme11_1.12.0-6_arm64.deb ... #13 29.58 Unpacking libgpgme11:arm64 (1.12.0-6) ... #13 29.66 Selecting previously unselected package python3-gpg. #13 29.66 Preparing to unpack .../151-python3-gpg_1.12.0-6_arm64.deb ... #13 29.66 Unpacking python3-gpg (1.12.0-6) ... #13 29.72 Selecting previously unselected package dput. #15 22.50 Installing : perl-Net-SSLeay-1.88-2.module_el8+339+1ec643e0.x86 21/89 #15 22.51 Installing : perl-Mozilla-CA-20160104-7.module_el8+645+9d809f8c 22/89 #15 22.53 Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 23/89 #15 22.54 Installing : perl-Time-Local-1:1.280-1.el8.noarch 24/89 #15 22.57 Installing : perl-IO-Socket-SSL-2.066-4.module_el8+339+1ec643e0 25/89 #15 22.59 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 26/89 #15 22.61 Installing : perl-Term-Cap-1.17-395.el8.noarch 27/89 #15 22.62 Installing : perl-File-Temp-0.230.600-1.el8.noarch 28/89 #15 22.66 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 29/89 #15 22.68 Installing : perl-HTTP-Tiny-0.074-3.el8.noarch 30/89 #15 22.70 Installing : perl-podlators-4.11-1.el8.noarch 31/89 #13 33.09 Setting up libbinutils:armhf (2.35.2-2+rpi1) ... #13 33.11 Setting up libisl23:armhf (0.23-1) ... #13 33.12 Setting up libc-dev-bin (2.31-13+rpt2+rpi1+deb11u7) ... #13 33.13 Setting up libtinfo5:armhf (6.2+20201114-2+deb11u2) ... #13 33.15 Setting up libelf1:armhf (0.183-1) ... #13 33.16 Setting up libxml2:armhf (2.9.10+dfsg-6.7+deb11u4) ... #13 33.17 Setting up libcc1-0:armhf (10.2.1-6+rpi1) ... #13 33.19 Setting up cpp-10 (10.2.1-6+rpi1) ... #13 33.20 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ... #13 33.21 Setting up libpython3-stdlib:armhf (3.9.2-3) ... #13 33.23 Setting up libgdbm6:armhf (1.19-2) ... #13 33.24 Setting up libctf0:armhf (2.35.2-2+rpi1) ... #13 33.25 Setting up wdiff (1.2.2-2) ... #13 33.26 Setting up gettext (0.21-4) ... #13 33.28 Setting up libgcc-10-dev:armhf (10.2.1-6+rpi1) ... #13 33.29 Setting up m4 (1.4.18-5) ... #13 33.30 Setting up libgdbm-compat4:armhf (1.19-2) ... #13 33.31 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ... #13 33.33 Setting up dwz (0.13+20210201-1) ... #13 33.34 Setting up groff-base (1.22.4-6) ... #13 33.36 Setting up cpp (4:10.2.1-1+rpi1) ... #13 33.38 Setting up libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u7) ... #13 33.39 Setting up binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ... #13 33.40 Setting up python3.9 (3.9.2-1+rpi1) ... #13 34.79 Preparing to unpack .../153-libevent-2.1-6_2.1.8-stable-4_armhf.deb ... #13 34.80 Unpacking libevent-2.1-6:armhf (2.1.8-stable-4) ... #13 34.84 Selecting previously unselected package libunbound8:armhf. #13 34.84 Preparing to unpack .../154-libunbound8_1.9.0-2+deb10u3_armhf.deb ... #13 34.85 Unpacking libunbound8:armhf (1.9.0-2+deb10u3) ... #13 34.91 Selecting previously unselected package libgnutls-dane0:armhf. #13 34.91 Preparing to unpack .../155-libgnutls-dane0_3.6.7-4+deb10u11_armhf.deb ... #13 34.92 Unpacking libgnutls-dane0:armhf (3.6.7-4+deb10u11) ... #13 34.96 Selecting previously unselected package exim4-daemon-light. #13 34.97 Preparing to unpack .../156-exim4-daemon-light_4.92-8+deb10u9_armhf.deb ... #13 34.97 Unpacking exim4-daemon-light (4.92-8+deb10u9) ... #13 35.05 Selecting previously unselected package libcurl3-gnutls:armhf. #13 35.05 Preparing to unpack .../157-libcurl3-gnutls_7.64.0-4+deb10u8_armhf.deb ... #13 35.05 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u8) ... #13 35.11 Selecting previously unselected package libpcre2-8-0:armhf. #13 35.11 Preparing to unpack .../158-libpcre2-8-0_10.32-5+deb10u1_armhf.deb ... #13 35.12 Unpacking libpcre2-8-0:armhf (10.32-5+deb10u1) ... #13 35.16 Selecting previously unselected package liberror-perl. #13 25.25 Fedora 39 openh264 (From Cisco) - aarch64 2.5 kB/s | 2.5 kB 00:00 #13 27.57 Fedora 39 - aarch64 - Updates 14 MB/s | 27 MB 00:01 #14 37.29 Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsys-hostname-long-perl all 1.5-2 [11.5 kB] #14 37.30 Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmail-sendmail-perl all 0.80-1.1 [22.7 kB] #14 37.31 Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B] #14 37.31 Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmailtools-perl all 2.21-1 [80.7 kB] #14 37.33 Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmarkdown2 armhf 2.2.7-2 [31.3 kB] #14 37.36 Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmath-base85-perl all 0.5+dfsg-1 [6764 B] #14 37.36 Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoox-aliases-perl all 0.001006-1.1 [6632 B] #14 37.36 Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnamespace-autoclean-perl all 0.29-1 [12.5 kB] #14 37.37 Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB] #16 70.82 -------------------------------------------------------------------------------- #16 70.82 Total 2.0 MB/s | 73 MB 00:35 #16 71.05 Running transaction check #16 71.31 Running transaction test #16 71.54 Transaction test succeeded #16 71.54 Running transaction #14 24.41 Get:146 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-agent arm64 2.2.27-3ubuntu2.1 [204 kB] #14 24.43 Get:147 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-client arm64 2.2.27-3ubuntu2.1 [61.4 kB] #14 24.44 Get:148 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-server arm64 2.2.27-3ubuntu2.1 [56.8 kB] #14 24.45 Get:149 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgsm arm64 2.2.27-3ubuntu2.1 [192 kB] #14 24.48 Get:150 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg all 2.2.27-3ubuntu2.1 [315 kB] #14 24.52 Get:151 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-dirlist-perl all 0.05-2 [7100 B] #14 24.52 Get:152 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-which-perl all 1.23-1 [13.8 kB] #14 24.52 Get:153 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-homedir-perl all 1.006-1 [38.3 kB] #14 24.52 Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-touch-perl all 0.12-1 [9024 B] #12 26.42 Fedora 39 openh264 (From Cisco) - x86_64 2.9 kB/s | 2.5 kB 00:00 #12 28.15 Fedora 39 - x86_64 - Updates 20 MB/s | 29 MB 00:01 #14 29.42 Selecting previously unselected package libcurl3-gnutls:amd64. #14 29.43 Preparing to unpack .../185-libcurl3-gnutls_7.88.1-8ubuntu2.4_amd64.deb ... #14 29.43 Unpacking libcurl3-gnutls:amd64 (7.88.1-8ubuntu2.4) ... #14 29.46 Selecting previously unselected package liberror-perl. #14 29.47 Preparing to unpack .../186-liberror-perl_0.17029-2_all.deb ... #14 29.47 Unpacking liberror-perl (0.17029-2) ... #14 29.51 Selecting previously unselected package git-man. #14 29.51 Preparing to unpack .../187-git-man_1%3a2.39.2-1ubuntu1.1_all.deb ... #14 29.51 Unpacking git-man (1:2.39.2-1ubuntu1.1) ... #14 29.56 Selecting previously unselected package git. #14 29.56 Preparing to unpack .../188-git_1%3a2.39.2-1ubuntu1.1_amd64.deb ... #14 29.57 Unpacking git (1:2.39.2-1ubuntu1.1) ... #14 29.70 Selecting previously unselected package libalgorithm-diff-perl. #13 29.91 Preparing to unpack .../149-python3-chardet_4.0.0-1_all.deb ... #13 29.91 Unpacking python3-chardet (4.0.0-1) ... #13 29.96 Selecting previously unselected package python3-six. #13 29.96 Preparing to unpack .../150-python3-six_1.16.0-2_all.deb ... #13 29.97 Unpacking python3-six (1.16.0-2) ... #13 30.01 Selecting previously unselected package python3-debian. #13 30.01 Preparing to unpack .../151-python3-debian_0.1.39_all.deb ... #13 30.01 Unpacking python3-debian (0.1.39) ... #13 30.06 Selecting previously unselected package libgpgme11:arm64. #13 30.06 Preparing to unpack .../152-libgpgme11_1.14.0-1+b2_arm64.deb ... #13 30.07 Unpacking libgpgme11:arm64 (1.14.0-1+b2) ... #13 30.12 Selecting previously unselected package python3-gpg. #13 29.31 Preparing to unpack .../169-liberror-perl_0.17029-2_all.deb ... #13 29.31 Unpacking liberror-perl (0.17029-2) ... #13 29.35 Selecting previously unselected package git-man. #13 29.35 Preparing to unpack .../170-git-man_1%3a2.39.2-1.1_all.deb ... #13 29.35 Unpacking git-man (1:2.39.2-1.1) ... #13 29.47 Selecting previously unselected package git. #13 29.47 Preparing to unpack .../171-git_1%3a2.39.2-1.1_arm64.deb ... #13 29.48 Unpacking git (1:2.39.2-1.1) ... #14 25.67 Get:154 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 dirmngr arm64 2.2.40-1.1ubuntu1 [297 kB] #14 25.99 Get:155 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gnupg-l10n all 2.2.40-1.1ubuntu1 [56.2 kB] #14 31.40 Get:332 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB] #14 31.42 Get:333 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB] #14 31.45 Get:334 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB] #14 31.57 Get:335 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1build1 [320 kB] #13 32.07 Preparing to unpack .../072-librole-tiny-perl_2.000006-1_all.deb ... #13 32.07 Unpacking librole-tiny-perl (2.000006-1) ... #13 32.11 Selecting previously unselected package libstrictures-perl. #13 32.11 Preparing to unpack .../073-libstrictures-perl_2.000005-1_all.deb ... #13 32.12 Unpacking libstrictures-perl (2.000005-1) ... #13 32.15 Selecting previously unselected package libsub-quote-perl. #13 32.16 Preparing to unpack .../074-libsub-quote-perl_2.005001-1_all.deb ... #13 32.16 Unpacking libsub-quote-perl (2.005001-1) ... #13 32.21 Selecting previously unselected package libmoo-perl. #13 32.21 Preparing to unpack .../075-libmoo-perl_2.003004-2_all.deb ... #13 32.21 Unpacking libmoo-perl (2.003004-2) ... #13 32.25 Selecting previously unselected package libencode-locale-perl. #13 32.25 Preparing to unpack .../076-libencode-locale-perl_1.05-1_all.deb ... #13 32.26 Unpacking libencode-locale-perl (1.05-1) ... #13 32.30 Selecting previously unselected package libtimedate-perl. #13 32.30 Preparing to unpack .../077-libtimedate-perl_2.3000-2+deb10u1_all.deb ... #13 32.31 Unpacking libtimedate-perl (2.3000-2+deb10u1) ... #13 32.35 Selecting previously unselected package libhttp-date-perl. #13 32.35 Preparing to unpack .../078-libhttp-date-perl_6.02-1_all.deb ... #13 32.36 Unpacking libhttp-date-perl (6.02-1) ... #13 32.39 Selecting previously unselected package libfile-listing-perl. #13 32.39 Preparing to unpack .../079-libfile-listing-perl_6.04-1_all.deb ... #13 32.40 Unpacking libfile-listing-perl (6.04-1) ... #13 32.43 Selecting previously unselected package libhtml-tagset-perl. #14 36.22 Get:310 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libldap-common all 2.6.6+dfsg-1~exp1ubuntu1 [30.6 kB] #14 36.24 Get:311 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf liblist-compare-perl all 0.55-2 [62.9 kB] #14 36.29 Get:312 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf liblist-someutils-perl all 0.59-1 [30.4 kB] #14 36.31 Get:313 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf liblist-someutils-xs-perl armhf 0.58-3 [31.8 kB] #13 20.85 Installing : perl-Digest-1.19-4.el9.noarch 51/138 #13 20.88 Installing : perl-Digest-MD5-2.58-4.el9.aarch64 52/138 #13 20.90 Installing : perl-B-1.80-481.el9.aarch64 53/138 #13 20.90 Installing : perl-FileHandle-2.03-481.el9.noarch 54/138 #13 20.93 Installing : perl-Data-Dumper-2.174-462.el9.aarch64 55/138 #13 20.94 Installing : perl-libnet-3.13-4.el9.noarch 56/138 #13 20.98 Installing : perl-AutoLoader-5.74-481.el9.noarch 57/138 #13 20.98 Installing : perl-base-2.27-481.el9.noarch 58/138 #13 21.00 Installing : perl-URI-5.09-3.el9.noarch 59/138 #13 21.04 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 60/138 #13 21.05 Installing : perl-if-0.60.800-481.el9.noarch 61/138 #13 21.05 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 62/138 #13 32.98 Selecting previously unselected package iso-codes. #14 25.06 Preparing to unpack .../201-libvariable-magic-perl_0.62-1build5_amd64.deb ... #14 25.07 Unpacking libvariable-magic-perl (0.62-1build5) ... #14 25.10 Selecting previously unselected package libb-hooks-endofscope-perl. #14 25.11 Preparing to unpack .../202-libb-hooks-endofscope-perl_0.25-1_all.deb ... #14 25.11 Unpacking libb-hooks-endofscope-perl (0.25-1) ... #14 25.16 Selecting previously unselected package libfreetype6:amd64. #14 25.16 Preparing to unpack .../203-libfreetype6_2.11.1+dfsg-1ubuntu0.2_amd64.deb ... #14 25.16 Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.2) ... #14 25.21 Selecting previously unselected package libfontconfig1:amd64. #14 25.22 Preparing to unpack .../204-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ... #14 25.22 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... #14 25.28 Selecting previously unselected package libjpeg-turbo8:amd64. #14 27.16 Get:188 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libhtml-tree-perl all 5.07-3 [200 kB] #14 28.29 Get:161 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pinentry-curses arm64 1.1.0-3build1 [34.3 kB] #14 28.36 Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-agent arm64 2.2.19-3ubuntu2.2 [216 kB] #14 28.45 Get:163 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-client arm64 2.2.19-3ubuntu2.2 [89.4 kB] #14 26.90 Preparing to unpack .../128-gnupg-utils_2.2.40-1.1ubuntu1_amd64.deb ... #14 26.90 Unpacking gnupg-utils (2.2.40-1.1ubuntu1) ... #14 26.94 Selecting previously unselected package gpg. #14 26.94 Preparing to unpack .../129-gpg_2.2.40-1.1ubuntu1_amd64.deb ... #14 26.94 Unpacking gpg (2.2.40-1.1ubuntu1) ... #14 26.99 Selecting previously unselected package pinentry-curses. #14 26.99 Preparing to unpack .../130-pinentry-curses_1.2.1-1ubuntu1_amd64.deb ... #14 27.00 Unpacking pinentry-curses (1.2.1-1ubuntu1) ... #14 27.04 Selecting previously unselected package gpg-agent. #14 27.04 Preparing to unpack .../131-gpg-agent_2.2.40-1.1ubuntu1_amd64.deb ... #14 27.04 Unpacking gpg-agent (2.2.40-1.1ubuntu1) ... #14 27.09 Selecting previously unselected package gpg-wks-client. #14 27.09 Preparing to unpack .../132-gpg-wks-client_2.2.40-1.1ubuntu1_amd64.deb ... #14 27.10 Unpacking gpg-wks-client (2.2.40-1.1ubuntu1) ... #13 30.43 Selecting previously unselected package libhtml-tree-perl. #13 30.43 Preparing to unpack .../130-libhtml-tree-perl_5.07-2_all.deb ... #13 30.43 Unpacking libhtml-tree-perl (5.07-2) ... #13 30.48 Selecting previously unselected package libio-html-perl. #13 30.48 Preparing to unpack .../131-libio-html-perl_1.004-2_all.deb ... #13 30.49 Unpacking libio-html-perl (1.004-2) ... #13 30.52 Selecting previously unselected package liblwp-mediatypes-perl. #13 30.52 Preparing to unpack .../132-liblwp-mediatypes-perl_6.04-1_all.deb ... #13 30.53 Unpacking liblwp-mediatypes-perl (6.04-1) ... #13 30.56 Selecting previously unselected package libhttp-message-perl. #13 30.56 Preparing to unpack .../133-libhttp-message-perl_6.28-1_all.deb ... #13 30.56 Unpacking libhttp-message-perl (6.28-1) ... #13 30.60 Selecting previously unselected package libhttp-cookies-perl. #13 30.60 Preparing to unpack .../134-libhttp-cookies-perl_6.10-1_all.deb ... #13 30.60 Unpacking libhttp-cookies-perl (6.10-1) ... #13 30.64 Selecting previously unselected package libhttp-negotiate-perl. #13 29.73 Preparing to unpack .../152-dput_1.0.3_all.deb ... #13 29.74 Unpacking dput (1.0.3) ... #13 29.82 Selecting previously unselected package equivs. #13 29.82 Preparing to unpack .../153-equivs_2.2.0_all.deb ... #13 29.83 Unpacking equivs (2.2.0) ... #13 29.91 Selecting previously unselected package exim4-config. #13 29.92 Preparing to unpack .../154-exim4-config_4.92-8+deb10u9_all.deb ... #13 29.93 Unpacking exim4-config (4.92-8+deb10u9) ... #13 33.70 Preparing to unpack .../178-libaom3_3.6.0-1_amd64.deb ... #13 33.72 Unpacking libaom3:amd64 (3.6.0-1) ... #13 33.99 Selecting previously unselected package libapt-pkg-perl. #13 31.73 Selecting previously unselected package gcc. #13 31.73 Preparing to unpack .../050-gcc_4%3a10.2.1-1_armhf.deb ... #13 31.74 Unpacking gcc (4:10.2.1-1) ... #13 31.80 Selecting previously unselected package libstdc++-10-dev:armhf. #13 31.80 Preparing to unpack .../051-libstdc++-10-dev_10.2.1-6_armhf.deb ... #13 31.81 Unpacking libstdc++-10-dev:armhf (10.2.1-6) ... #15 22.72 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 32/89 #15 22.74 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 33/89 #15 22.75 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 34/89 #15 22.76 Installing : perl-MIME-Base64-3.15-396.el8.x86_64 35/89 #15 22.79 Installing : perl-Storable-1:3.11-3.el8.x86_64 36/89 #15 22.80 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 37/89 #15 22.82 Installing : perl-Errno-1.28-422.el8.x86_64 38/89 #13 35.16 Preparing to unpack .../159-liberror-perl_0.17027-2_all.deb ... #13 35.17 Unpacking liberror-perl (0.17027-2) ... #13 35.19 Selecting previously unselected package git-man. #13 35.20 Preparing to unpack .../160-git-man_1%3a2.20.1-2+deb10u8_all.deb ... #13 35.20 Unpacking git-man (1:2.20.1-2+deb10u8) ... #14 24.92 Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-pty-perl arm64 1:1.15-2build2 [34.6 kB] #14 29.70 Preparing to unpack .../189-libalgorithm-diff-perl_1.201-1_all.deb ... #14 29.71 Unpacking libalgorithm-diff-perl (1.201-1) ... #14 29.73 Selecting previously unselected package libalgorithm-diff-xs-perl:amd64. #14 29.74 Preparing to unpack .../190-libalgorithm-diff-xs-perl_0.04-8_amd64.deb ... #14 29.74 Unpacking libalgorithm-diff-xs-perl:amd64 (0.04-8) ... #14 29.77 Selecting previously unselected package libalgorithm-merge-perl. #14 29.77 Preparing to unpack .../191-libalgorithm-merge-perl_0.08-5_all.deb ... #14 29.78 Unpacking libalgorithm-merge-perl (0.08-5) ... #14 29.80 Selecting previously unselected package libaliased-perl. #14 29.80 Preparing to unpack .../192-libaliased-perl_0.34-3_all.deb ... #14 29.81 Unpacking libaliased-perl (0.34-3) ... #14 29.84 Selecting previously unselected package libapt-pkg-perl. #14 29.84 Preparing to unpack .../193-libapt-pkg-perl_0.1.40build3_amd64.deb ... #14 29.85 Unpacking libapt-pkg-perl (0.1.40build3) ... #14 29.88 Selecting previously unselected package libarchive-cpio-perl. #14 29.88 Preparing to unpack .../194-libarchive-cpio-perl_0.10-3_all.deb ... #14 29.88 Unpacking libarchive-cpio-perl (0.10-3) ... #14 29.91 Selecting previously unselected package libarray-intspan-perl. #14 26.01 Get:156 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gnupg-utils arm64 2.2.40-1.1ubuntu1 [304 kB] #14 26.08 Get:157 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gpg arm64 2.2.40-1.1ubuntu1 [509 kB] #14 26.14 Get:158 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 pinentry-curses arm64 1.2.1-1ubuntu1 [33.6 kB] #14 31.71 Get:336 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-parser-perl amd64 2.46-1 [193 kB] #14 33.85 Get:253 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libcontextual-return-perl all 0.004014-4 [53.2 kB] #14 34.09 Get:254 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libcpanel-json-xs-perl armhf 4.32-1build1 [114 kB] #14 34.20 Get:255 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdevel-stacktrace-perl all 2.0400-2 [22.2 kB] #13 37.37 Selecting previously unselected package libabsl20220623:armhf. #13 37.37 Preparing to unpack .../168-libabsl20220623_20220623.1-1_armhf.deb ... #13 37.38 Unpacking libabsl20220623:armhf (20220623.1-1) ... #13 37.46 Selecting previously unselected package libalgorithm-diff-perl. #13 37.46 Preparing to unpack .../169-libalgorithm-diff-perl_1.201-1_all.deb ... #13 37.46 Unpacking libalgorithm-diff-perl (1.201-1) ... #13 37.50 Selecting previously unselected package libalgorithm-diff-xs-perl:armhf. #13 32.43 Preparing to unpack .../080-libhtml-tagset-perl_3.20-3_all.deb ... #13 32.44 Unpacking libhtml-tagset-perl (3.20-3) ... #13 32.48 Selecting previously unselected package liburi-perl. #13 32.48 Preparing to unpack .../081-liburi-perl_1.76-1_all.deb ... #13 32.49 Unpacking liburi-perl (1.76-1) ... #13 32.55 Selecting previously unselected package libhtml-parser-perl. #13 32.55 Preparing to unpack .../082-libhtml-parser-perl_3.72-3+b2_armhf.deb ... #13 32.56 Unpacking libhtml-parser-perl (3.72-3+b2) ... #13 32.60 Selecting previously unselected package libhtml-tree-perl. #13 32.60 Preparing to unpack .../083-libhtml-tree-perl_5.07-2_all.deb ... #13 32.61 Unpacking libhtml-tree-perl (5.07-2) ... #13 32.66 Selecting previously unselected package libio-html-perl. #13 30.12 Preparing to unpack .../153-python3-gpg_1.14.0-1+b2_arm64.deb ... #13 30.12 Unpacking python3-gpg (1.14.0-1+b2) ... #13 30.18 Selecting previously unselected package dput. #13 30.18 Preparing to unpack .../154-dput_1.1.0_all.deb ... #13 30.19 Unpacking dput (1.1.0) ... #13 30.27 Selecting previously unselected package equivs. #14 36.33 Get:314 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf liblist-utilsby-perl all 0.12-2 [14.9 kB] #14 36.34 Get:315 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libltdl7 armhf 2.4.7-7 [37.9 kB] #14 36.36 Get:316 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libltdl-dev armhf 2.4.7-7 [166 kB] #14 36.41 Get:317 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf liblzo2-2 armhf 2.10-2build3 [47.6 kB] #14 36.42 Get:318 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsys-hostname-long-perl all 1.5-3 [10.6 kB] #14 36.43 Get:319 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmail-sendmail-perl all 0.80-3 [21.7 kB] #13 21.10 Installing : perl-Time-Local-2:1.300-7.el9.noarch 63/138 #13 21.11 Installing : perl-File-Path-2.18-4.el9.noarch 64/138 #13 21.12 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 65/138 #13 21.22 Installing : perl-Net-SSLeay-1.92-2.el9.aarch64 66/138 #13 21.26 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 67/138 #13 21.27 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 68/138 #13 21.27 Installing : perl-Class-Struct-0.66-481.el9.noarch 69/138 #13 21.31 Installing : perl-POSIX-1.94-481.el9.aarch64 70/138 #13 21.32 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 71/138 #13 21.32 Installing : perl-IPC-Open3-1.21-481.el9.noarch 72/138 #13 32.99 Preparing to unpack .../170-iso-codes_4.2-1_all.deb ... #13 32.99 Unpacking iso-codes (4.2-1) ... #14 25.28 Preparing to unpack .../205-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ... #14 25.29 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... #14 25.32 Selecting previously unselected package libjpeg8:amd64. #14 25.33 Preparing to unpack .../206-libjpeg8_8c-2ubuntu10_amd64.deb ... #14 25.33 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ... #14 25.37 Selecting previously unselected package libdeflate0:amd64. #14 25.38 Preparing to unpack .../207-libdeflate0_1.10-2_amd64.deb ... #14 25.38 Unpacking libdeflate0:amd64 (1.10-2) ... #14 25.42 Selecting previously unselected package libjbig0:amd64. #14 25.42 Preparing to unpack .../208-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ... #14 25.43 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... #14 25.46 Selecting previously unselected package libwebp7:amd64. #14 25.47 Preparing to unpack .../209-libwebp7_1.2.2-2ubuntu0.22.04.2_amd64.deb ... #14 25.47 Unpacking libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... #14 25.51 Selecting previously unselected package libtiff5:amd64. #14 27.54 Get:189 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libclone-perl arm64 0.46-1 [10.5 kB] #14 27.54 Get:190 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libio-html-perl all 1.004-3 [15.9 kB] #14 27.55 Get:191 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 liblwp-mediatypes-perl all 6.04-2 [20.1 kB] #14 27.55 Get:192 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libhttp-message-perl all 6.44-2ubuntu1 [78.0 kB] #14 27.58 Get:193 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libhttp-cookies-perl all 6.10-1 [18.4 kB] #14 27.58 Get:194 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB] #14 27.58 Get:195 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 perl-openssl-defaults arm64 7 [7536 B] #14 27.59 Get:196 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnet-ssleay-perl arm64 1.92-2build2 [292 kB] #14 27.68 Get:197 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libio-socket-ssl-perl all 2.083-1 [194 kB] #14 28.52 Get:164 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-server arm64 2.2.19-3ubuntu2.2 [83.1 kB] #14 28.60 Get:165 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgsm arm64 2.2.19-3ubuntu2.2 [198 kB] #14 27.15 Selecting previously unselected package gpg-wks-server. #14 27.15 Preparing to unpack .../133-gpg-wks-server_2.2.40-1.1ubuntu1_amd64.deb ... #14 27.16 Unpacking gpg-wks-server (2.2.40-1.1ubuntu1) ... #14 27.19 Selecting previously unselected package gpgsm. #14 27.19 Preparing to unpack .../134-gpgsm_2.2.40-1.1ubuntu1_amd64.deb ... #14 27.20 Unpacking gpgsm (2.2.40-1.1ubuntu1) ... #14 27.24 Selecting previously unselected package gnupg. #14 27.24 Preparing to unpack .../135-gnupg_2.2.40-1.1ubuntu1_all.deb ... #14 27.25 Unpacking gnupg (2.2.40-1.1ubuntu1) ... #14 27.28 Selecting previously unselected package libfile-dirlist-perl. #14 27.29 Preparing to unpack .../136-libfile-dirlist-perl_0.05-3_all.deb ... #14 27.29 Unpacking libfile-dirlist-perl (0.05-3) ... #14 27.33 Selecting previously unselected package libfile-which-perl. #14 27.33 Preparing to unpack .../137-libfile-which-perl_1.27-2_all.deb ... #14 27.34 Unpacking libfile-which-perl (1.27-2) ... #14 27.37 Selecting previously unselected package libfile-homedir-perl. #13 30.64 Preparing to unpack .../135-libhttp-negotiate-perl_6.01-1_all.deb ... #13 30.64 Unpacking libhttp-negotiate-perl (6.01-1) ... #13 30.70 Selecting previously unselected package perl-openssl-defaults:amd64. #13 30.70 Preparing to unpack .../136-perl-openssl-defaults_5_amd64.deb ... #13 30.70 Unpacking perl-openssl-defaults:amd64 (5) ... #13 30.73 Selecting previously unselected package libnet-ssleay-perl. #13 30.73 Preparing to unpack .../137-libnet-ssleay-perl_1.88-3+b1_amd64.deb ... #13 30.73 Unpacking libnet-ssleay-perl (1.88-3+b1) ... #13 30.79 Selecting previously unselected package libio-socket-ssl-perl. #13 30.79 Preparing to unpack .../138-libio-socket-ssl-perl_2.069-1_all.deb ... #13 30.79 Unpacking libio-socket-ssl-perl (2.069-1) ... #13 30.84 Selecting previously unselected package libnet-http-perl. #13 30.84 Preparing to unpack .../139-libnet-http-perl_6.20-1_all.deb ... #13 30.85 Unpacking libnet-http-perl (6.20-1) ... #13 30.88 Selecting previously unselected package liblwp-protocol-https-perl. #13 30.88 Preparing to unpack .../140-liblwp-protocol-https-perl_6.10-1_all.deb ... #13 30.88 Unpacking liblwp-protocol-https-perl (6.10-1) ... #13 30.91 Selecting previously unselected package libtry-tiny-perl. #13 29.98 Selecting previously unselected package exim4-base. #13 29.98 Preparing to unpack .../155-exim4-base_4.92-8+deb10u9_arm64.deb ... #13 29.99 Unpacking exim4-base (4.92-8+deb10u9) ... #13 30.08 Selecting previously unselected package libevent-2.1-6:arm64. #13 30.08 Preparing to unpack .../156-libevent-2.1-6_2.1.8-stable-4_arm64.deb ... #13 30.08 Unpacking libevent-2.1-6:arm64 (2.1.8-stable-4) ... #13 30.13 Selecting previously unselected package libunbound8:arm64. #13 30.13 Preparing to unpack .../157-libunbound8_1.9.0-2+deb10u3_arm64.deb ... #13 30.13 Unpacking libunbound8:arm64 (1.9.0-2+deb10u3) ... #13 30.20 Selecting previously unselected package libgnutls-dane0:arm64. #14 37.55 Selecting previously unselected package libxml2:armhf. #14 37.55 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.6_armhf.deb ... #14 37.56 Unpacking libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.6) ... #14 37.63 Selecting previously unselected package libyaml-0-2:armhf. #13 27.79 Selecting previously unselected package cpp. #13 27.79 Preparing to unpack .../029-cpp_4%3a12.2.0-3+rpi1_armhf.deb ... #13 27.82 Unpacking cpp (4:12.2.0-3+rpi1) ... #13 27.88 Preparing to unpack .../030-curl_7.88.1-10+rpi1+deb12u4_armhf.deb ... #13 34.00 Preparing to unpack .../179-libapt-pkg-perl_0.1.40+b2_amd64.deb ... #13 34.02 Unpacking libapt-pkg-perl (0.1.40+b2) ... #13 34.21 Selecting previously unselected package libarchive-cpio-perl. #15 22.83 Installing : perl-Socket-4:2.027-3.el8.x86_64 39/89 #15 23.06 Installing : perl-Encode-4:2.97-3.el8.x86_64 40/89 #15 23.08 Installing : perl-Carp-1.42-396.el8.noarch 41/89 #13 32.07 Selecting previously unselected package g++-10. #13 32.07 Preparing to unpack .../052-g++-10_10.2.1-6_armhf.deb ... #13 32.08 Unpacking g++-10 (10.2.1-6) ... #13 35.33 Selecting previously unselected package git. #13 35.33 Preparing to unpack .../161-git_1%3a2.20.1-2+deb10u8_armhf.deb ... #13 35.35 Unpacking git (1:2.20.1-2+deb10u8) ... #14 25.12 Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-run-perl all 20200505.0-1 [89.8 kB] #14 25.25 Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB] #14 37.77 Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoox-struct-perl all 0.020-1 [23.7 kB] #14 37.92 Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmouse-perl armhf 2.5.10-1build4 [156 kB] #14 29.91 Preparing to unpack .../195-libarray-intspan-perl_2.004-2_all.deb ... #14 29.92 Unpacking libarray-intspan-perl (2.004-2) ... #14 30.01 Selecting previously unselected package libmodule-implementation-perl. #14 30.01 Preparing to unpack .../196-libmodule-implementation-perl_0.09-2_all.deb ... #14 30.02 Unpacking libmodule-implementation-perl (0.09-2) ... #14 30.05 Selecting previously unselected package libsub-exporter-progressive-perl. #14 30.05 Preparing to unpack .../197-libsub-exporter-progressive-perl_0.001013-3_all.deb ... #14 30.06 Unpacking libsub-exporter-progressive-perl (0.001013-3) ... #14 30.09 Selecting previously unselected package libvariable-magic-perl. #14 30.09 Preparing to unpack .../198-libvariable-magic-perl_0.63-1_amd64.deb ... #14 30.09 Unpacking libvariable-magic-perl (0.63-1) ... #14 30.12 Selecting previously unselected package libb-hooks-endofscope-perl. #14 30.12 Preparing to unpack .../199-libb-hooks-endofscope-perl_0.26-1_all.deb ... #14 30.13 Unpacking libb-hooks-endofscope-perl (0.26-1) ... #14 30.16 Selecting previously unselected package libberkeleydb-perl:amd64. #14 30.16 Preparing to unpack .../200-libberkeleydb-perl_0.64-2_amd64.deb ... #14 30.17 Unpacking libberkeleydb-perl:amd64 (0.64-2) ... #14 30.21 Selecting previously unselected package libfreetype6:amd64. #14 30.21 Preparing to unpack .../201-libfreetype6_2.12.1+dfsg-4ubuntu0.1_amd64.deb ... #14 30.21 Unpacking libfreetype6:amd64 (2.12.1+dfsg-4ubuntu0.1) ... #14 30.25 Selecting previously unselected package libfontconfig1:amd64. #14 31.76 Get:337 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB] #14 31.76 Get:338 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-writer-perl all 0.625-1 [24.9 kB] #14 31.76 Get:339 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-libyaml-perl amd64 0.81+repack-1 [28.5 kB] #14 31.77 Get:340 http://archive.ubuntu.com/ubuntu focal/main amd64 licensecheck all 3.0.45-1 [23.9 kB] #14 31.77 Get:341 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-size-perl amd64 0.83-1build1 [20.0 kB] #14 31.92 Get:342 http://archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB] #14 26.14 Get:159 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gpg-agent arm64 2.2.40-1.1ubuntu1 [211 kB] #14 26.16 Get:160 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gpg-wks-client arm64 2.2.40-1.1ubuntu1 [64.4 kB] #14 26.17 Get:161 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gpg-wks-server arm64 2.2.40-1.1ubuntu1 [57.9 kB] #14 26.17 Get:162 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gpgsm arm64 2.2.40-1.1ubuntu1 [199 kB] #14 26.18 Get:163 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gnupg all 2.2.40-1.1ubuntu1 [319 kB] #14 34.22 Get:256 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libexception-class-perl all 1.45-1 [28.6 kB] #14 34.24 Get:257 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libiterator-perl all 0.03+ds1-2 [18.8 kB] #14 34.25 Get:258 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libiterator-util-perl all 0.02+ds1-2 [14.1 kB] #14 34.26 Get:259 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdata-dpath-perl all 0.58-2 [38.8 kB] #14 34.27 Get:260 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdata-dump-perl all 1.25-1 [25.9 kB] #14 34.28 Get:261 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdata-messagepack-perl armhf 1.02-1build1 [31.9 kB] #14 34.29 Get:262 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnet-domain-tld-perl all 1.75-3 [29.4 kB] #14 34.30 Get:263 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdata-validate-domain-perl all 0.10-1.1 [9992 B] #13 37.50 Preparing to unpack .../170-libalgorithm-diff-xs-perl_0.04-8+b1_armhf.deb ... #13 37.50 Unpacking libalgorithm-diff-xs-perl:armhf (0.04-8+b1) ... #13 37.54 Selecting previously unselected package libalgorithm-merge-perl. #13 37.54 Preparing to unpack .../171-libalgorithm-merge-perl_0.08-5_all.deb ... #13 37.55 Unpacking libalgorithm-merge-perl (0.08-5) ... #13 37.58 Selecting previously unselected package libaliased-perl. #13 37.58 Preparing to unpack .../172-libaliased-perl_0.34-3_all.deb ... #13 37.59 Unpacking libaliased-perl (0.34-3) ... #13 37.62 Selecting previously unselected package libaom3:armhf. #13 37.63 Preparing to unpack .../173-libaom3_3.6.0-1_armhf.deb ... #13 37.63 Unpacking libaom3:armhf (3.6.0-1) ... #13 37.77 Selecting previously unselected package libapt-pkg-perl. #13 30.27 Preparing to unpack .../155-equivs_2.3.1_all.deb ... #13 30.28 Unpacking equivs (2.3.1) ... #13 30.31 Selecting previously unselected package fonts-dejavu-core. #13 30.31 Preparing to unpack .../156-fonts-dejavu-core_2.37-2_all.deb ... #13 30.32 Unpacking fonts-dejavu-core (2.37-2) ... #13 30.48 Selecting previously unselected package fontconfig-config. #13 30.48 Preparing to unpack .../157-fontconfig-config_2.13.1-4.2_all.deb ... #13 30.59 Unpacking fontconfig-config (2.13.1-4.2) ... #13 30.64 Selecting previously unselected package libcurl3-gnutls:arm64. #13 30.64 Preparing to unpack .../158-libcurl3-gnutls_7.74.0-1.3+deb11u11_arm64.deb ... #13 30.64 Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u11) ... #13 30.69 Selecting previously unselected package liberror-perl. #13 32.66 Preparing to unpack .../084-libio-html-perl_1.001-1_all.deb ... #13 32.67 Unpacking libio-html-perl (1.001-1) ... #13 32.70 Selecting previously unselected package liblwp-mediatypes-perl. #13 32.71 Preparing to unpack .../085-liblwp-mediatypes-perl_6.02-1_all.deb ... #13 32.71 Unpacking liblwp-mediatypes-perl (6.02-1) ... #13 32.76 Selecting previously unselected package libhttp-message-perl. #13 32.76 Preparing to unpack .../086-libhttp-message-perl_6.18-1_all.deb ... #13 32.77 Unpacking libhttp-message-perl (6.18-1) ... #13 32.81 Selecting previously unselected package libhttp-cookies-perl. #13 32.81 Preparing to unpack .../087-libhttp-cookies-perl_6.04-1_all.deb ... #13 32.82 Unpacking libhttp-cookies-perl (6.04-1) ... #13 32.86 Selecting previously unselected package libhttp-negotiate-perl. #13 32.86 Preparing to unpack .../088-libhttp-negotiate-perl_6.01-1_all.deb ... #13 32.86 Unpacking libhttp-negotiate-perl (6.01-1) ... #14 36.83 Get:320 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnet-smtp-ssl-perl all 1.04-2 [6218 B] #13 29.95 Selecting previously unselected package iso-codes. #13 29.96 Preparing to unpack .../172-iso-codes_4.15.0-1_all.deb ... #13 29.96 Unpacking iso-codes (4.15.0-1) ... #13 21.37 Installing : perl-subs-1.03-481.el9.noarch 73/138 #13 21.38 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 74/138 #13 21.38 Installing : perl-HTTP-Tiny-0.076-462.el9.noarch 75/138 #13 21.42 Installing : perl-Term-Cap-1.17-460.el9.noarch 76/138 #13 21.44 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 77/138 #13 21.45 Installing : perl-Socket-4:2.031-4.el9.aarch64 78/138 #13 21.47 Installing : perl-SelectSaver-1.02-481.el9.noarch 79/138 #13 21.48 Installing : perl-Symbol-1.08-481.el9.noarch 80/138 #13 21.48 Installing : perl-File-stat-1.09-481.el9.noarch 81/138 #13 21.51 Installing : perl-podlators-1:4.14-460.el9.noarch 82/138 #13 21.52 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 83/138 #13 21.60 Installing : perl-Fcntl-1.13-481.el9.aarch64 84/138 #13 21.61 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 85/138 #13 21.61 Installing : perl-mro-1.23-481.el9.aarch64 86/138 #13 21.65 Installing : perl-IO-1.43-481.el9.aarch64 87/138 #13 21.66 Installing : perl-overloading-0.02-481.el9.noarch 88/138 #13 21.70 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 89/138 #13 33.34 Selecting previously unselected package libalgorithm-diff-perl. #13 33.35 Preparing to unpack .../171-libalgorithm-diff-perl_1.19.03-2_all.deb ... #13 33.35 Unpacking libalgorithm-diff-perl (1.19.03-2) ... #13 33.38 Selecting previously unselected package libalgorithm-diff-xs-perl. #13 33.38 Preparing to unpack .../172-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ... #13 33.39 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ... #13 33.42 Selecting previously unselected package libalgorithm-merge-perl. #13 33.42 Preparing to unpack .../173-libalgorithm-merge-perl_0.08-3_all.deb ... #13 33.42 Unpacking libalgorithm-merge-perl (0.08-3) ... #13 33.46 Selecting previously unselected package libapt-inst2.0:amd64. #13 33.46 Preparing to unpack .../174-libapt-inst2.0_1.8.2.3_amd64.deb ... #13 33.46 Unpacking libapt-inst2.0:amd64 (1.8.2.3) ... #13 33.51 Selecting previously unselected package libapt-pkg-perl. #13 33.52 Preparing to unpack .../175-libapt-pkg-perl_0.1.34+b1_amd64.deb ... #13 33.52 Unpacking libapt-pkg-perl (0.1.34+b1) ... #13 33.56 Selecting previously unselected package libarchive-cpio-perl. #13 33.56 Preparing to unpack .../176-libarchive-cpio-perl_0.10-1_all.deb ... #14 25.51 Preparing to unpack .../210-libtiff5_4.3.0-6ubuntu0.7_amd64.deb ... #14 25.52 Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.7) ... #14 25.55 Selecting previously unselected package libxpm4:amd64. #14 25.56 Preparing to unpack .../211-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ... #14 25.56 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... #14 25.60 Selecting previously unselected package libgd3:amd64. #14 25.60 Preparing to unpack .../212-libgd3_2.3.0-2ubuntu2_amd64.deb ... #14 25.61 Unpacking libgd3:amd64 (2.3.0-2ubuntu2) ... #14 25.64 Selecting previously unselected package libc-devtools. #14 25.64 Preparing to unpack .../213-libc-devtools_2.35-0ubuntu3.6_amd64.deb ... #14 25.64 Unpacking libc-devtools (2.35-0ubuntu3.6) ... #14 25.68 Selecting previously unselected package libcapture-tiny-perl. #14 25.68 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ... #14 25.68 Unpacking libcapture-tiny-perl (0.48-1) ... #14 25.72 Selecting previously unselected package libclass-data-inheritable-perl. #14 25.72 Preparing to unpack .../215-libclass-data-inheritable-perl_0.08-3_all.deb ... #14 25.72 Unpacking libclass-data-inheritable-perl (0.08-3) ... #14 25.75 Selecting previously unselected package libclone-perl. #14 25.75 Preparing to unpack .../216-libclone-perl_0.45-1build3_amd64.deb ... #14 25.76 Unpacking libclone-perl (0.45-1build3) ... #14 25.79 Selecting previously unselected package libcommon-sense-perl:amd64. #14 25.79 Preparing to unpack .../217-libcommon-sense-perl_3.75-2build1_amd64.deb ... #14 25.80 Unpacking libcommon-sense-perl:amd64 (3.75-2build1) ... #14 25.83 Selecting previously unselected package libconfig-tiny-perl. #14 25.83 Preparing to unpack .../218-libconfig-tiny-perl_2.28-1_all.deb ... #14 25.83 Unpacking libconfig-tiny-perl (2.28-1) ... #14 25.87 Selecting previously unselected package libparams-util-perl. #14 27.71 Get:198 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnet-http-perl all 6.22-1 [23.2 kB] #14 27.37 Preparing to unpack .../138-libfile-homedir-perl_1.006-2_all.deb ... #14 27.38 Unpacking libfile-homedir-perl (1.006-2) ... #14 27.42 Selecting previously unselected package libfile-touch-perl. #14 27.42 Preparing to unpack .../139-libfile-touch-perl_0.12-2_all.deb ... #14 27.42 Unpacking libfile-touch-perl (0.12-2) ... #14 27.46 Selecting previously unselected package libio-pty-perl. #14 27.46 Preparing to unpack .../140-libio-pty-perl_1%3a1.17-1_amd64.deb ... #14 27.47 Unpacking libio-pty-perl (1:1.17-1) ... #14 27.50 Selecting previously unselected package libipc-run-perl. #14 27.50 Preparing to unpack .../141-libipc-run-perl_20220807.0-1_all.deb ... #14 27.54 Unpacking libipc-run-perl (20220807.0-1) ... #14 27.58 Selecting previously unselected package libclass-method-modifiers-perl. #14 27.58 Preparing to unpack .../142-libclass-method-modifiers-perl_2.15-1_all.deb ... #14 27.58 Unpacking libclass-method-modifiers-perl (2.15-1) ... #14 27.62 Selecting previously unselected package libclass-xsaccessor-perl. #14 28.69 Get:166 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg all 2.2.19-3ubuntu2.2 [259 kB] #14 28.85 Get:167 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-which-perl all 1.23-1 [13.8 kB] #13 30.91 Preparing to unpack .../141-libtry-tiny-perl_0.30-1_all.deb ... #13 30.92 Unpacking libtry-tiny-perl (0.30-1) ... #13 30.95 Selecting previously unselected package libwww-robotrules-perl. #13 30.95 Preparing to unpack .../142-libwww-robotrules-perl_6.02-1_all.deb ... #13 30.95 Unpacking libwww-robotrules-perl (6.02-1) ... #13 30.98 Selecting previously unselected package libwww-perl. #13 30.98 Preparing to unpack .../143-libwww-perl_6.52-1_all.deb ... #13 30.99 Unpacking libwww-perl (6.52-1) ... #13 31.03 Selecting previously unselected package patchutils. #13 31.03 Preparing to unpack .../144-patchutils_0.4.2-1_amd64.deb ... #13 31.04 Unpacking patchutils (0.4.2-1) ... #13 31.08 Selecting previously unselected package wdiff. #13 31.08 Preparing to unpack .../145-wdiff_1.2.2-2+b1_amd64.deb ... #13 31.08 Unpacking wdiff (1.2.2-2+b1) ... #13 31.14 Selecting previously unselected package devscripts. #14 37.63 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_armhf.deb ... #14 37.64 Unpacking libyaml-0-2:armhf (0.2.2-1) ... #14 37.68 Selecting previously unselected package lsb-release. #14 37.68 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ... #14 37.69 Unpacking lsb-release (11.1.0ubuntu2) ... #14 37.72 Selecting previously unselected package netbase. #14 37.72 Preparing to unpack .../027-netbase_6.1_all.deb ... #14 37.73 Unpacking netbase (6.1) ... #14 37.77 Selecting previously unselected package python3-pkg-resources. #14 37.77 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ... #14 37.77 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ... #14 37.82 Selecting previously unselected package python3-six. #14 37.82 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ... #14 37.82 Unpacking python3-six (1.14.0-2) ... #14 37.86 Selecting previously unselected package shared-mime-info. #14 37.86 Preparing to unpack .../030-shared-mime-info_1.15-1_armhf.deb ... #14 37.87 Unpacking shared-mime-info (1.15-1) ... #13 30.20 Preparing to unpack .../158-libgnutls-dane0_3.6.7-4+deb10u11_arm64.deb ... #13 30.20 Unpacking libgnutls-dane0:arm64 (3.6.7-4+deb10u11) ... #13 30.25 Selecting previously unselected package exim4-daemon-light. #13 30.25 Preparing to unpack .../159-exim4-daemon-light_4.92-8+deb10u9_arm64.deb ... #13 30.25 Unpacking exim4-daemon-light (4.92-8+deb10u9) ... #13 30.33 Selecting previously unselected package libcurl3-gnutls:arm64. #13 30.33 Preparing to unpack .../160-libcurl3-gnutls_7.64.0-4+deb10u8_arm64.deb ... #13 30.34 Unpacking libcurl3-gnutls:arm64 (7.64.0-4+deb10u8) ... #13 30.39 Selecting previously unselected package libpcre2-8-0:arm64. #13 30.39 Preparing to unpack .../161-libpcre2-8-0_10.32-5+deb10u1_arm64.deb ... #13 30.40 Unpacking libpcre2-8-0:arm64 (10.32-5+deb10u1) ... #13 30.44 Selecting previously unselected package liberror-perl. #13 27.90 Unpacking curl (7.88.1-10+rpi1+deb12u4) over (7.88.1-10+rpi1) ... #13 27.98 Preparing to unpack .../031-libcurl4_7.88.1-10+rpi1+deb12u4_armhf.deb ... #13 27.99 Unpacking libcurl4:armhf (7.88.1-10+rpi1+deb12u4) over (7.88.1-10+rpi1) ... #13 28.07 Selecting previously unselected package libdebhelper-perl. #13 28.07 Preparing to unpack .../032-libdebhelper-perl_13.11.4_all.deb ... #13 28.08 Unpacking libdebhelper-perl (13.11.4) ... #13 28.13 Selecting previously unselected package libcc1-0:armhf. #13 34.21 Preparing to unpack .../180-libarchive-cpio-perl_0.10-3_all.deb ... #13 34.25 Unpacking libarchive-cpio-perl (0.10-3) ... #13 34.39 Selecting previously unselected package libarchive13:amd64. #13 34.39 Preparing to unpack .../181-libarchive13_3.6.2-1_amd64.deb ... #13 34.41 Unpacking libarchive13:amd64 (3.6.2-1) ... #13 34.52 Selecting previously unselected package libarray-intspan-perl. #15 23.09 Installing : perl-Exporter-5.72-396.el8.noarch 42/89 #15 23.30 Installing : perl-libs-4:5.26.3-422.el8.x86_64 43/89 #15 23.33 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 44/89 #15 23.34 Installing : perl-parent-1:0.237-1.el8.noarch 45/89 #15 23.35 Installing : perl-macros-4:5.26.3-422.el8.x86_64 46/89 #15 23.36 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 47/89 #15 23.39 Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 48/89 #13 35.79 Selecting previously unselected package libgc1c2:armhf. #13 35.80 Preparing to unpack .../162-libgc1c2_1%3a7.6.4-0.4_armhf.deb ... #13 35.80 Unpacking libgc1c2:armhf (1:7.6.4-0.4) ... #13 35.84 Selecting previously unselected package libltdl7:armhf. #13 35.84 Preparing to unpack .../163-libltdl7_2.4.6-9_armhf.deb ... #13 35.85 Unpacking libltdl7:armhf (2.4.6-9) ... #13 35.90 Selecting previously unselected package guile-2.2-libs:armhf. #14 25.27 Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-xsaccessor-perl arm64 1.19-3build9 [33.6 kB] #14 25.30 Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-op-check-perl arm64 0.22-1build5 [10.1 kB] #14 25.30 Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB] #14 25.31 Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu4 [14.7 kB] #14 25.32 Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-classify-perl arm64 0.015-1build5 [21.7 kB] #14 25.33 Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB] #14 25.34 Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB] #14 25.34 Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB] #14 38.11 Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackage-stash-xs-perl armhf 0.29-1build5 [17.7 kB] #14 38.12 Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpath-iterator-rule-perl all 1.015-1 [40.8 kB] #14 38.15 Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperlio-gzip-perl armhf 0.19-1build8 [13.6 kB] #14 38.15 Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperlio-utf8-strict-perl armhf 0.009-1build1 [11.2 kB] #14 38.16 Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpod-parser-perl all 1.63-2 [82.2 kB] #14 38.19 Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpod-constants-perl all 0.19-2 [16.3 kB] #14 38.19 Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libproc-processtable-perl armhf 0.634-1build1 [37.0 kB] #14 38.20 Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libre2-9 armhf 20220201+dfsg-1 [161 kB] #14 38.24 Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libre-engine-re2-perl armhf 0.14-1build2 [17.2 kB] #14 30.25 Preparing to unpack .../202-libfontconfig1_2.14.1-3ubuntu3_amd64.deb ... #14 30.26 Unpacking libfontconfig1:amd64 (2.14.1-3ubuntu3) ... #14 30.30 Selecting previously unselected package libjpeg-turbo8:amd64. #14 30.30 Preparing to unpack .../203-libjpeg-turbo8_2.1.5-2ubuntu1_amd64.deb ... #14 30.31 Unpacking libjpeg-turbo8:amd64 (2.1.5-2ubuntu1) ... #14 30.34 Selecting previously unselected package libjpeg8:amd64. #14 30.34 Preparing to unpack .../204-libjpeg8_8c-2ubuntu11_amd64.deb ... #14 30.35 Unpacking libjpeg8:amd64 (8c-2ubuntu11) ... #14 30.39 Selecting previously unselected package libdeflate0:amd64. #14 32.15 Get:343 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lintian all 2.62.0ubuntu2.3 [981 kB] #14 26.60 Get:164 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B] #14 26.67 Get:165 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfile-which-perl all 1.27-2 [12.5 kB] #14 26.69 Get:166 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB] #14 26.80 Get:167 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfile-touch-perl all 0.12-2 [7498 B] #13 37.77 Preparing to unpack .../174-libapt-pkg-perl_0.1.40+b2_armhf.deb ... #13 37.78 Unpacking libapt-pkg-perl (0.1.40+b2) ... #13 37.82 Selecting previously unselected package libarchive-cpio-perl. #13 37.82 Preparing to unpack .../175-libarchive-cpio-perl_0.10-3_all.deb ... #13 37.82 Unpacking libarchive-cpio-perl (0.10-3) ... #13 37.87 Selecting previously unselected package libarchive13:armhf. #13 37.87 Preparing to unpack .../176-libarchive13_3.6.2-1_armhf.deb ... #13 37.87 Unpacking libarchive13:armhf (3.6.2-1) ... #13 37.93 Selecting previously unselected package libarray-intspan-perl. #13 37.93 Preparing to unpack .../177-libarray-intspan-perl_2.004-2_all.deb ... #13 37.93 Unpacking libarray-intspan-perl (2.004-2) ... #13 37.97 Selecting previously unselected package libauthen-sasl-perl. #13 37.97 Preparing to unpack .../178-libauthen-sasl-perl_2.1600-3_all.deb ... #13 37.98 Unpacking libauthen-sasl-perl (2.1600-3) ... #13 38.02 Selecting previously unselected package libdav1d6:armhf. #13 38.03 Preparing to unpack .../179-libdav1d6_1.0.0-2_armhf.deb ... #13 38.03 Unpacking libdav1d6:armhf (1.0.0-2) ... #13 38.09 Selecting previously unselected package libgav1-1:armhf. #13 32.91 Selecting previously unselected package perl-openssl-defaults:armhf. #13 32.91 Preparing to unpack .../089-perl-openssl-defaults_3_armhf.deb ... #13 32.92 Unpacking perl-openssl-defaults:armhf (3) ... #13 32.99 Selecting previously unselected package libnet-ssleay-perl. #13 32.99 Preparing to unpack .../090-libnet-ssleay-perl_1.85-2+deb10u1_armhf.deb ... #13 33.00 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ... #13 33.07 Selecting previously unselected package libio-socket-ssl-perl. #13 33.07 Preparing to unpack .../091-libio-socket-ssl-perl_2.060-3_all.deb ... #13 33.08 Unpacking libio-socket-ssl-perl (2.060-3) ... #13 33.13 Selecting previously unselected package libnet-http-perl. #13 30.70 Preparing to unpack .../159-liberror-perl_0.17029-1_all.deb ... #13 30.70 Unpacking liberror-perl (0.17029-1) ... #13 30.73 Selecting previously unselected package git-man. #13 30.73 Preparing to unpack .../160-git-man_1%3a2.30.2-1+deb11u2_all.deb ... #13 30.74 Unpacking git-man (1:2.30.2-1+deb11u2) ... #13 30.85 Selecting previously unselected package git. #14 36.90 Get:321 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmailtools-perl all 2.21-2 [80.4 kB] #14 37.06 Get:322 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmarkdown2 armhf 2.2.7-2 [31.3 kB] #14 37.10 Get:323 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmath-base85-perl all 0.5+dfsg-2 [6124 B] #13 30.30 Selecting previously unselected package libabsl20220623:arm64. #13 30.31 Preparing to unpack .../173-libabsl20220623_20220623.1-1_arm64.deb ... #13 30.31 Unpacking libabsl20220623:arm64 (20220623.1-1) ... #13 30.38 Selecting previously unselected package libalgorithm-diff-perl. #13 30.38 Preparing to unpack .../174-libalgorithm-diff-perl_1.201-1_all.deb ... #13 30.38 Unpacking libalgorithm-diff-perl (1.201-1) ... #13 30.41 Selecting previously unselected package libalgorithm-diff-xs-perl:arm64. #13 21.70 Installing : perl-Errno-1.30-481.el9.aarch64 90/138 #13 21.71 Installing : perl-File-Basename-2.85-481.el9.noarch 91/138 #13 21.72 Installing : perl-Getopt-Std-1.12-481.el9.noarch 92/138 #13 21.75 Installing : perl-MIME-Base64-3.16-4.el9.aarch64 93/138 #13 21.76 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.aarch64 94/138 #13 21.79 Installing : perl-constant-1.33-461.el9.noarch 95/138 #13 21.80 Installing : perl-Storable-1:3.21-460.el9.aarch64 96/138 #13 21.81 Installing : perl-overload-1.31-481.el9.noarch 97/138 #13 21.84 Installing : perl-parent-1:0.238-460.el9.noarch 98/138 #13 21.85 Installing : perl-vars-1.05-481.el9.noarch 99/138 #13 21.86 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 100/138 #13 21.89 Installing : perl-Carp-1.50-460.el9.noarch 101/138 #13 21.90 Installing : perl-Exporter-5.74-461.el9.noarch 102/138 #13 33.56 Unpacking libarchive-cpio-perl (0.10-1) ... #13 33.59 Selecting previously unselected package libasync-mergepoint-perl. #13 33.60 Preparing to unpack .../177-libasync-mergepoint-perl_0.04-2_all.deb ... #13 33.60 Unpacking libasync-mergepoint-perl (0.04-2) ... #13 33.63 Selecting previously unselected package libauthen-sasl-perl. #13 33.63 Preparing to unpack .../178-libauthen-sasl-perl_2.1600-1_all.deb ... #13 33.64 Unpacking libauthen-sasl-perl (2.1600-1) ... #13 33.66 Selecting previously unselected package libmodule-implementation-perl. #13 33.67 Preparing to unpack .../179-libmodule-implementation-perl_0.09-1_all.deb ... #13 33.67 Unpacking libmodule-implementation-perl (0.09-1) ... #13 33.70 Selecting previously unselected package libvariable-magic-perl. #13 33.70 Preparing to unpack .../180-libvariable-magic-perl_0.62-1+b1_amd64.deb ... #13 33.71 Unpacking libvariable-magic-perl (0.62-1+b1) ... #13 33.74 Selecting previously unselected package libb-hooks-endofscope-perl. #13 33.74 Preparing to unpack .../181-libb-hooks-endofscope-perl_0.24-1_all.deb ... #13 33.75 Unpacking libb-hooks-endofscope-perl (0.24-1) ... #13 33.78 Selecting previously unselected package libcapture-tiny-perl. #14 25.87 Preparing to unpack .../219-libparams-util-perl_1.102-1build3_amd64.deb ... #14 25.87 Unpacking libparams-util-perl (1.102-1build3) ... #14 25.91 Selecting previously unselected package libsub-install-perl. #14 25.91 Preparing to unpack .../220-libsub-install-perl_0.928-1.1_all.deb ... #14 25.91 Unpacking libsub-install-perl (0.928-1.1) ... #14 25.95 Selecting previously unselected package libdata-optlist-perl. #14 25.95 Preparing to unpack .../221-libdata-optlist-perl_0.112-1_all.deb ... #14 25.95 Unpacking libdata-optlist-perl (0.112-1) ... #14 25.98 Selecting previously unselected package libsub-exporter-perl. #14 25.99 Preparing to unpack .../222-libsub-exporter-perl_0.988-1_all.deb ... #14 25.99 Unpacking libsub-exporter-perl (0.988-1) ... #14 26.02 Selecting previously unselected package libconst-fast-perl. #14 26.03 Preparing to unpack .../223-libconst-fast-perl_0.014-1.1_all.deb ... #14 26.03 Unpacking libconst-fast-perl (0.014-1.1) ... #14 26.06 Selecting previously unselected package libwant-perl. #14 26.06 Preparing to unpack .../224-libwant-perl_0.29-1build7_amd64.deb ... #14 26.07 Unpacking libwant-perl (0.29-1build7) ... #14 26.11 Selecting previously unselected package libcontextual-return-perl. #14 28.10 Get:199 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 liblwp-protocol-https-perl all 6.11-1 [8992 B] #14 28.18 Get:200 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB] #14 28.21 Get:201 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB] #13 34.12 Setting up python3 (3.9.2-3) ... #13 34.24 Setting up binutils (2.35.2-2+rpi1) ... #13 34.25 Setting up man-db (2.9.4-2) ... #13 34.36 Building database of manual pages ... #14 27.62 Preparing to unpack .../143-libclass-xsaccessor-perl_1.19-4build1_amd64.deb ... #14 27.62 Unpacking libclass-xsaccessor-perl (1.19-4build1) ... #14 27.65 Selecting previously unselected package libb-hooks-op-check-perl:amd64. #14 27.65 Preparing to unpack .../144-libb-hooks-op-check-perl_0.22-2build1_amd64.deb ... #14 27.66 Unpacking libb-hooks-op-check-perl:amd64 (0.22-2build1) ... #14 27.70 Selecting previously unselected package libdynaloader-functions-perl. #14 27.70 Preparing to unpack .../145-libdynaloader-functions-perl_0.003-3_all.deb ... #14 27.71 Unpacking libdynaloader-functions-perl (0.003-3) ... #14 27.74 Selecting previously unselected package libdevel-callchecker-perl:amd64. #14 27.74 Preparing to unpack .../146-libdevel-callchecker-perl_0.008-2_amd64.deb ... #14 27.75 Unpacking libdevel-callchecker-perl:amd64 (0.008-2) ... #14 27.78 Selecting previously unselected package libparams-classify-perl:amd64. #14 27.78 Preparing to unpack .../147-libparams-classify-perl_0.015-2build2_amd64.deb ... #14 27.79 Unpacking libparams-classify-perl:amd64 (0.015-2build2) ... #14 27.82 Selecting previously unselected package libmodule-runtime-perl. #14 27.82 Preparing to unpack .../148-libmodule-runtime-perl_0.016-2_all.deb ... #14 27.83 Unpacking libmodule-runtime-perl (0.016-2) ... #14 27.86 Selecting previously unselected package libimport-into-perl. #14 28.93 Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-homedir-perl all 1.004-1 [37.3 kB] #14 29.08 Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-pty-perl arm64 1:1.12-1 [31.5 kB] #13 31.14 Preparing to unpack .../146-devscripts_2.21.3+deb11u1_amd64.deb ... #13 31.16 Unpacking devscripts (2.21.3+deb11u1) ... #13 31.27 Selecting previously unselected package diffstat. #13 31.27 Preparing to unpack .../147-diffstat_1.64-1_amd64.deb ... #13 31.28 Unpacking diffstat (1.64-1) ... #13 31.31 Selecting previously unselected package distro-info-data. #13 31.31 Preparing to unpack .../148-distro-info-data_0.51+deb11u4_all.deb ... #13 31.31 Unpacking distro-info-data (0.51+deb11u4) ... #13 31.34 Selecting previously unselected package python3-pkg-resources. #13 31.34 Preparing to unpack .../149-python3-pkg-resources_52.0.0-4_all.deb ... #13 31.35 Unpacking python3-pkg-resources (52.0.0-4) ... #13 31.40 Selecting previously unselected package python3-chardet. #14 37.95 Selecting previously unselected package ucf. #14 37.95 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ... #14 37.96 Moving old data out of the way #14 37.96 Unpacking ucf (3.0038+nmu1) ... #14 38.01 Selecting previously unselected package xdg-user-dirs. #14 38.01 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_armhf.deb ... #14 38.01 Unpacking xdg-user-dirs (0.17-2ubuntu1) ... #14 38.07 Selecting previously unselected package xz-utils. #14 38.07 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_armhf.deb ... #14 38.08 Unpacking xz-utils (5.2.4-1ubuntu1.1) ... #14 38.12 Selecting previously unselected package gettext-base. #14 38.12 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_armhf.deb ... #14 38.13 Unpacking gettext-base (0.19.8.1-10build1) ... #14 38.18 Selecting previously unselected package iso-codes. #13 30.44 Preparing to unpack .../162-liberror-perl_0.17027-2_all.deb ... #13 30.45 Unpacking liberror-perl (0.17027-2) ... #13 30.48 Selecting previously unselected package git-man. #13 30.48 Preparing to unpack .../163-git-man_1%3a2.20.1-2+deb10u8_all.deb ... #13 30.48 Unpacking git-man (1:2.20.1-2+deb10u8) ... #13 30.59 Selecting previously unselected package git. #13 30.60 Preparing to unpack .../164-git_1%3a2.20.1-2+deb10u8_arm64.deb ... #13 30.62 Unpacking git (1:2.20.1-2+deb10u8) ... #13 28.14 Preparing to unpack .../033-libcc1-0_12.2.0-14+rpi1_armhf.deb ... #13 28.14 Unpacking libcc1-0:armhf (12.2.0-14+rpi1) ... #13 28.19 Selecting previously unselected package libgomp1:armhf. #13 28.19 Preparing to unpack .../034-libgomp1_12.2.0-14+rpi1_armhf.deb ... #13 28.20 Unpacking libgomp1:armhf (12.2.0-14+rpi1) ... #13 28.25 Selecting previously unselected package libasan8:armhf. #13 28.25 Preparing to unpack .../035-libasan8_12.2.0-14+rpi1_armhf.deb ... #13 28.25 Unpacking libasan8:armhf (12.2.0-14+rpi1) ... #13 34.52 Preparing to unpack .../182-libarray-intspan-perl_2.004-2_all.deb ... #13 34.55 Unpacking libarray-intspan-perl (2.004-2) ... #13 34.65 Selecting previously unselected package libauthen-sasl-perl. #13 34.65 Preparing to unpack .../183-libauthen-sasl-perl_2.1600-3_all.deb ... #13 34.66 Unpacking libauthen-sasl-perl (2.1600-3) ... #13 34.70 Selecting previously unselected package libdav1d6:amd64. #13 34.71 Preparing to unpack .../184-libdav1d6_1.0.0-2_amd64.deb ... #13 34.71 Unpacking libdav1d6:amd64 (1.0.0-2) ... #13 34.79 Selecting previously unselected package libgav1-1:amd64. #15 23.40 Installing : perl-File-Path-2.15-2.el8.noarch 49/89 #15 23.42 Installing : perl-IO-1.38-422.el8.x86_64 50/89 #15 23.44 Installing : perl-PathTools-3.74-1.el8.x86_64 51/89 #15 23.46 Installing : perl-constant-1.33-396.el8.noarch 52/89 #15 23.47 Installing : perl-threads-1:2.21-2.el8.x86_64 53/89 #13 35.90 Preparing to unpack .../164-guile-2.2-libs_2.2.4+1-2+deb10u1_armhf.deb ... #13 35.90 Unpacking guile-2.2-libs:armhf (2.2.4+1-2+deb10u1) ... #13 32.73 Selecting previously unselected package g++. #13 32.73 Preparing to unpack .../053-g++_4%3a10.2.1-1_armhf.deb ... #13 32.73 Unpacking g++ (4:10.2.1-1) ... #13 32.78 Selecting previously unselected package make. #13 32.78 Preparing to unpack .../054-make_4.3-4.1_armhf.deb ... #13 32.79 Unpacking make (4.3-4.1) ... #13 32.87 Selecting previously unselected package libdpkg-perl. #14 25.75 Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB] #14 30.40 Preparing to unpack .../205-libdeflate0_1.15-1_amd64.deb ... #14 30.40 Unpacking libdeflate0:amd64 (1.15-1) ... #14 30.44 Selecting previously unselected package libjbig0:amd64. #14 30.44 Preparing to unpack .../206-libjbig0_2.1-6ubuntu1_amd64.deb ... #14 30.44 Unpacking libjbig0:amd64 (2.1-6ubuntu1) ... #14 30.48 Selecting previously unselected package liblerc4:amd64. #14 30.48 Preparing to unpack .../207-liblerc4_4.0.0+ds-2ubuntu2_amd64.deb ... #14 30.49 Unpacking liblerc4:amd64 (4.0.0+ds-2ubuntu2) ... #14 30.53 Selecting previously unselected package libwebp7:amd64. #14 30.53 Preparing to unpack .../208-libwebp7_1.2.4-0.1ubuntu0.23.04.2_amd64.deb ... #14 30.54 Unpacking libwebp7:amd64 (1.2.4-0.1ubuntu0.23.04.2) ... #14 30.63 Selecting previously unselected package libtiff6:amd64. #14 30.63 Preparing to unpack .../209-libtiff6_4.5.0-5ubuntu1.2_amd64.deb ... #14 30.63 Unpacking libtiff6:amd64 (4.5.0-5ubuntu1.2) ... #14 30.67 Selecting previously unselected package libxpm4:amd64. #14 30.67 Preparing to unpack .../210-libxpm4_1%3a3.5.12-1.1ubuntu0.1_amd64.deb ... #14 30.67 Unpacking libxpm4:amd64 (1:3.5.12-1.1ubuntu0.1) ... #14 30.71 Selecting previously unselected package libgd3:amd64. #14 30.71 Preparing to unpack .../211-libgd3_2.3.3-7ubuntu2_amd64.deb ... #14 30.72 Unpacking libgd3:amd64 (2.3.3-7ubuntu2) ... #14 30.75 Selecting previously unselected package libc-devtools. #14 32.47 Get:344 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB] #14 32.59 Get:345 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB] #14 26.81 Get:168 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libio-pty-perl arm64 1:1.17-1 [32.0 kB] #14 26.86 Get:169 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libipc-run-perl all 20220807.0-1 [92.6 kB] #14 26.93 Get:170 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libclass-method-modifiers-perl all 2.14-1 [16.2 kB] #13 38.09 Preparing to unpack .../180-libgav1-1_0.18.0-1+b1_armhf.deb ... #13 38.10 Unpacking libgav1-1:armhf (0.18.0-1+b1) ... #13 38.17 Selecting previously unselected package librav1e0:armhf. #13 38.17 Preparing to unpack .../181-librav1e0_0.5.1-6_armhf.deb ... #13 38.18 Unpacking librav1e0:armhf (0.5.1-6) ... #13 33.13 Preparing to unpack .../092-libnet-http-perl_6.18-1_all.deb ... #13 33.14 Unpacking libnet-http-perl (6.18-1) ... #13 33.17 Selecting previously unselected package liblwp-protocol-https-perl. #13 33.18 Preparing to unpack .../093-liblwp-protocol-https-perl_6.07-2_all.deb ... #13 33.18 Unpacking liblwp-protocol-https-perl (6.07-2) ... #13 33.22 Selecting previously unselected package libtry-tiny-perl. #13 33.22 Preparing to unpack .../094-libtry-tiny-perl_0.30-1_all.deb ... #13 33.23 Unpacking libtry-tiny-perl (0.30-1) ... #13 33.29 Selecting previously unselected package libwww-robotrules-perl. #13 33.29 Preparing to unpack .../095-libwww-robotrules-perl_6.02-1_all.deb ... #13 33.30 Unpacking libwww-robotrules-perl (6.02-1) ... #13 33.33 Selecting previously unselected package libwww-perl. #13 33.34 Preparing to unpack .../096-libwww-perl_6.36-2_all.deb ... #13 33.34 Unpacking libwww-perl (6.36-2) ... #13 33.39 Selecting previously unselected package patchutils. #13 30.85 Preparing to unpack .../161-git_1%3a2.30.2-1+deb11u2_arm64.deb ... #13 30.87 Unpacking git (1:2.30.2-1+deb11u2) ... #14 37.11 Get:324 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmldbm-perl all 2.05-4 [16.0 kB] #14 37.12 Get:325 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmoox-aliases-perl all 0.001006-2 [6796 B] #14 37.13 Get:326 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmouse-perl armhf 2.5.10-1build5 [157 kB] #14 37.20 Get:327 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxs-parse-keyword-perl armhf 0.38-1 [54.7 kB] #14 37.22 Get:328 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxs-parse-sublike-perl armhf 0.20-1ubuntu3 [40.2 kB] #14 37.23 Get:329 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libobject-pad-perl armhf 0.801-2 [104 kB] #14 37.26 Get:330 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpackage-stash-xs-perl armhf 0.30-1build1 [17.2 kB] #13 30.42 Preparing to unpack .../175-libalgorithm-diff-xs-perl_0.04-8+b1_arm64.deb ... #13 30.42 Unpacking libalgorithm-diff-xs-perl:arm64 (0.04-8+b1) ... #13 30.45 Selecting previously unselected package libalgorithm-merge-perl. #13 30.45 Preparing to unpack .../176-libalgorithm-merge-perl_0.08-5_all.deb ... #13 30.45 Unpacking libalgorithm-merge-perl (0.08-5) ... #13 30.48 Selecting previously unselected package libaliased-perl. #13 30.49 Preparing to unpack .../177-libaliased-perl_0.34-3_all.deb ... #13 30.49 Unpacking libaliased-perl (0.34-3) ... #13 30.56 Selecting previously unselected package libaom3:arm64. #13 30.56 Preparing to unpack .../178-libaom3_3.6.0-1_arm64.deb ... #13 30.57 Unpacking libaom3:arm64 (3.6.0-1) ... #13 21.91 Installing : perl-NDBM_File-1.15-481.el9.aarch64 103/138 #13 21.95 Installing : perl-PathTools-3.78-461.el9.aarch64 104/138 #13 30.69 Selecting previously unselected package libapt-pkg-perl. #13 22.00 Installing : perl-Encode-4:3.08-462.el9.aarch64 105/138 #13 22.15 Installing : perl-libs-4:5.32.1-481.el9.aarch64 106/138 #13 22.19 Installing : perl-interpreter-4:5.32.1-481.el9.aarch64 107/138 #13 22.24 Installing : kernel-srpm-macros-1.0-13.el9.noarch 108/138 #13 33.78 Preparing to unpack .../182-libcapture-tiny-perl_0.48-1_all.deb ... #13 33.78 Unpacking libcapture-tiny-perl (0.48-1) ... #13 33.81 Selecting previously unselected package libcgi-pm-perl. #13 33.81 Preparing to unpack .../183-libcgi-pm-perl_4.40-1_all.deb ... #13 33.82 Unpacking libcgi-pm-perl (4.40-1) ... #13 33.87 Selecting previously unselected package libfcgi-perl. #13 33.87 Preparing to unpack .../184-libfcgi-perl_0.78-2+b3_amd64.deb ... #13 33.87 Unpacking libfcgi-perl (0.78-2+b3) ... #13 33.90 Selecting previously unselected package libcgi-fast-perl. #13 33.91 Preparing to unpack .../185-libcgi-fast-perl_1%3a2.13-1_all.deb ... #13 33.91 Unpacking libcgi-fast-perl (1:2.13-1) ... #13 33.94 Selecting previously unselected package libsub-name-perl. #13 33.94 Preparing to unpack .../186-libsub-name-perl_0.21-1+b3_amd64.deb ... #13 33.94 Unpacking libsub-name-perl (0.21-1+b3) ... #13 33.98 Selecting previously unselected package libclass-accessor-perl. #13 33.98 Preparing to unpack .../187-libclass-accessor-perl_0.51-1_all.deb ... #13 34.01 Unpacking libclass-accessor-perl (0.51-1) ... #14 26.11 Preparing to unpack .../225-libcontextual-return-perl_0.004014-2_all.deb ... #14 26.12 Unpacking libcontextual-return-perl (0.004014-2) ... #14 26.15 Selecting previously unselected package libcpanel-json-xs-perl:amd64. #14 26.15 Preparing to unpack .../226-libcpanel-json-xs-perl_4.27-1build1_amd64.deb ... #14 26.16 Unpacking libcpanel-json-xs-perl:amd64 (4.27-1build1) ... #14 26.19 Selecting previously unselected package libdevel-stacktrace-perl. #14 26.19 Preparing to unpack .../227-libdevel-stacktrace-perl_2.0400-1_all.deb ... #14 26.19 Unpacking libdevel-stacktrace-perl (2.0400-1) ... #14 26.22 Selecting previously unselected package libexception-class-perl. #14 26.23 Preparing to unpack .../228-libexception-class-perl_1.45-1_all.deb ... #14 26.23 Unpacking libexception-class-perl (1.45-1) ... #14 26.29 Selecting previously unselected package libiterator-perl. #14 26.29 Preparing to unpack .../229-libiterator-perl_0.03+ds1-1.1_all.deb ... #14 26.29 Unpacking libiterator-perl (0.03+ds1-1.1) ... #14 26.32 Selecting previously unselected package libiterator-util-perl. #14 26.32 Preparing to unpack .../230-libiterator-util-perl_0.02+ds1-1.1_all.deb ... #14 26.33 Unpacking libiterator-util-perl (0.02+ds1-1.1) ... #14 34.70 Get:264 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnet-ipv6addr-perl all 1.02-1 [21.0 kB] #14 34.86 Get:265 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnet-netmask-perl all 2.0002-2 [24.8 kB] #14 34.90 Get:266 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-2build1 [80.4 kB] #14 28.26 Get:202 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libwww-perl all 6.72-1 [143 kB] #14 28.42 Get:203 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 patchutils arm64 0.4.2-1build2 [75.8 kB] #14 27.86 Preparing to unpack .../149-libimport-into-perl_1.002005-2_all.deb ... #14 27.87 Unpacking libimport-into-perl (1.002005-2) ... #14 27.91 Selecting previously unselected package librole-tiny-perl. #14 27.91 Preparing to unpack .../150-librole-tiny-perl_2.002004-1_all.deb ... #14 27.92 Unpacking librole-tiny-perl (2.002004-1) ... #14 27.95 Selecting previously unselected package libsub-quote-perl. #14 27.95 Preparing to unpack .../151-libsub-quote-perl_2.006008-1ubuntu1_all.deb ... #14 27.96 Unpacking libsub-quote-perl (2.006008-1ubuntu1) ... #14 28.00 Selecting previously unselected package libmoo-perl. #14 28.00 Preparing to unpack .../152-libmoo-perl_2.005005-1_all.deb ... #14 28.00 Unpacking libmoo-perl (2.005005-1) ... #14 28.05 Selecting previously unselected package libencode-locale-perl. #14 28.05 Preparing to unpack .../153-libencode-locale-perl_1.05-3_all.deb ... #14 28.06 Unpacking libencode-locale-perl (1.05-3) ... #14 28.09 Selecting previously unselected package libtimedate-perl. #14 28.09 Preparing to unpack .../154-libtimedate-perl_2.3300-2_all.deb ... #14 28.10 Unpacking libtimedate-perl (2.3300-2) ... #14 29.18 Get:170 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libipc-run-perl all 20180523.0-2 [89.7 kB] #14 29.33 Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB] #14 29.41 Get:172 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libb-hooks-op-check-perl arm64 0.22-1build2 [10.2 kB] #14 29.49 Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdynaloader-functions-perl all 0.003-1 [11.9 kB] #13 31.40 Preparing to unpack .../150-python3-chardet_4.0.0-1_all.deb ... #13 31.40 Unpacking python3-chardet (4.0.0-1) ... #13 31.45 Selecting previously unselected package python3-six. #13 31.45 Preparing to unpack .../151-python3-six_1.16.0-2_all.deb ... #13 31.46 Unpacking python3-six (1.16.0-2) ... #13 31.50 Selecting previously unselected package python3-debian. #13 31.50 Preparing to unpack .../152-python3-debian_0.1.39_all.deb ... #13 31.50 Unpacking python3-debian (0.1.39) ... #13 31.55 Selecting previously unselected package libgpgme11:amd64. #13 31.55 Preparing to unpack .../153-libgpgme11_1.14.0-1+b2_amd64.deb ... #13 31.56 Unpacking libgpgme11:amd64 (1.14.0-1+b2) ... #13 31.60 Selecting previously unselected package python3-gpg. #13 31.60 Preparing to unpack .../154-python3-gpg_1.14.0-1+b2_amd64.deb ... #14 38.19 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ... #14 38.20 Unpacking iso-codes (4.4-1) ... #13 31.09 Selecting previously unselected package libgc1c2:arm64. #13 28.48 Selecting previously unselected package libubsan1:armhf. #13 28.48 Preparing to unpack .../036-libubsan1_12.2.0-14+rpi1_armhf.deb ... #13 28.49 Unpacking libubsan1:armhf (12.2.0-14+rpi1) ... #13 34.79 Preparing to unpack .../185-libgav1-1_0.18.0-1+b1_amd64.deb ... #13 34.80 Unpacking libgav1-1:amd64 (0.18.0-1+b1) ... #13 34.86 Selecting previously unselected package librav1e0:amd64. #13 34.86 Preparing to unpack .../186-librav1e0_0.5.1-6_amd64.deb ... #13 34.86 Unpacking librav1e0:amd64 (0.5.1-6) ... #13 34.96 Selecting previously unselected package libsvtav1enc1:amd64. #13 34.97 Preparing to unpack .../187-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ... #13 34.97 Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ... #15 23.49 Installing : perl-threads-shared-1.58-2.el8.x86_64 54/89 #13 32.87 Preparing to unpack .../055-libdpkg-perl_1.20.13_all.deb ... #13 32.87 Unpacking libdpkg-perl (1.20.13) ... #13 32.97 Selecting previously unselected package patch. #13 32.98 Preparing to unpack .../056-patch_2.7.6-7_armhf.deb ... #13 32.99 Unpacking patch (2.7.6-7) ... #13 33.04 Selecting previously unselected package dpkg-dev. #13 33.04 Preparing to unpack .../057-dpkg-dev_1.20.13_all.deb ... #13 33.05 Unpacking dpkg-dev (1.20.13) ... #14 25.90 Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoo-perl all 2.005004-3 [48.0 kB] #14 25.99 Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libencode-locale-perl all 1.05-1.1 [11.8 kB] #14 26.00 Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB] #14 30.75 Preparing to unpack .../212-libc-devtools_2.37-0ubuntu2.2_amd64.deb ... #14 30.76 Unpacking libc-devtools (2.37-0ubuntu2.2) ... #14 30.79 Selecting previously unselected package libcapture-tiny-perl. #14 30.79 Preparing to unpack .../213-libcapture-tiny-perl_0.48-2_all.deb ... #14 30.80 Unpacking libcapture-tiny-perl (0.48-2) ... #14 30.83 Selecting previously unselected package libcgi-pm-perl. #14 30.83 Preparing to unpack .../214-libcgi-pm-perl_4.55-1_all.deb ... #14 30.84 Unpacking libcgi-pm-perl (4.55-1) ... #14 30.87 Selecting previously unselected package libfcgi0ldbl:amd64. #14 30.87 Preparing to unpack .../215-libfcgi0ldbl_2.4.2-2build2_amd64.deb ... #14 30.87 Unpacking libfcgi0ldbl:amd64 (2.4.2-2build2) ... #14 30.91 Selecting previously unselected package libfcgi-perl. #14 30.91 Preparing to unpack .../216-libfcgi-perl_0.82+ds-2_amd64.deb ... #14 30.92 Unpacking libfcgi-perl (0.82+ds-2) ... #14 30.95 Selecting previously unselected package libcgi-fast-perl. #14 30.96 Preparing to unpack .../217-libcgi-fast-perl_1%3a2.15-1_all.deb ... #14 30.96 Unpacking libcgi-fast-perl (1:2.15-1) ... #14 30.99 Selecting previously unselected package libclass-data-inheritable-perl. #14 32.60 Get:346 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB] #14 32.60 Get:347 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.3 [88.7 kB] #14 32.61 Get:348 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-requests all 2.22.0-2ubuntu1.1 [47.2 kB] #14 32.61 Get:349 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-unidiff all 0.5.5-2 [9180 B] #14 32.61 Get:350 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-xdg all 0.26-1ubuntu1 [36.1 kB] #14 32.61 Get:351 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB] #14 32.62 Get:352 http://archive.ubuntu.com/ubuntu focal/universe amd64 equivs all 2.2.0 [19.7 kB] #14 32.77 Get:353 http://archive.ubuntu.com/ubuntu focal/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB] #14 26.94 Get:171 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libclass-xsaccessor-perl arm64 1.19-4build1 [33.3 kB] #14 26.96 Get:172 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libb-hooks-op-check-perl arm64 0.22-2build1 [9336 B] #14 26.96 Get:173 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB] #14 26.97 Get:174 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdevel-callchecker-perl arm64 0.008-2 [13.8 kB] #13 38.26 Selecting previously unselected package libsvtav1enc1:armhf. #13 38.26 Preparing to unpack .../182-libsvtav1enc1_1.4.1+dfsg-1_armhf.deb ... #13 38.27 Unpacking libsvtav1enc1:armhf (1.4.1+dfsg-1) ... #13 38.39 Selecting previously unselected package libjpeg62-turbo:armhf. #13 38.39 Preparing to unpack .../183-libjpeg62-turbo_1%3a2.1.5-2_armhf.deb ... #13 38.40 Unpacking libjpeg62-turbo:armhf (1:2.1.5-2) ... #13 38.45 Selecting previously unselected package libyuv0:armhf. #13 38.45 Preparing to unpack .../184-libyuv0_0.0~git20230123.b2528b0-1_armhf.deb ... #13 38.46 Unpacking libyuv0:armhf (0.0~git20230123.b2528b0-1) ... #13 38.50 Selecting previously unselected package libavif15:armhf. #14 38.64 Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadonly-perl all 2.050-3 [19.9 kB] #14 38.79 Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libref-util-perl all 0.204-1 [15.0 kB] #14 38.82 Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libref-util-xs-perl armhf 0.117-1build5 [11.5 kB] #14 38.83 Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB] #13 33.39 Preparing to unpack .../097-patchutils_0.3.4-2_armhf.deb ... #13 33.40 Unpacking patchutils (0.3.4-2) ... #13 33.45 Selecting previously unselected package wdiff. #13 33.45 Preparing to unpack .../098-wdiff_1.2.2-2_armhf.deb ... #13 33.46 Unpacking wdiff (1.2.2-2) ... #13 33.53 Selecting previously unselected package devscripts. #13 33.53 Preparing to unpack .../099-devscripts_2.19.5+deb10u1_armhf.deb ... #13 33.56 Unpacking devscripts (2.19.5+deb10u1) ... #13 31.32 Selecting previously unselected package iso-codes. #13 31.32 Preparing to unpack .../162-iso-codes_4.6.0-1_all.deb ... #13 31.32 Unpacking iso-codes (4.6.0-1) ... #14 37.41 Get:331 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpath-iterator-rule-perl all 1.015-2 [39.9 kB] #14 37.60 Get:332 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libperlio-gzip-perl armhf 0.20-1build1 [13.4 kB] #14 37.61 Get:333 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libperlio-utf8-strict-perl armhf 0.010-1 [10.6 kB] #13 22.25 Installing : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch 109/138 #13 22.26 Installing : go-srpm-macros-3.2.0-3.el9.noarch 110/138 #13 22.29 Installing : python-srpm-macros-3.9-53.el9.noarch 111/138 #13 22.30 Installing : redhat-rpm-config-206-1.el9.noarch 112/138 #13 22.31 Installing : libpng-2:1.6.37-12.el9.aarch64 113/138 #13 30.70 Preparing to unpack .../179-libapt-pkg-perl_0.1.40+b2_arm64.deb ... #13 30.70 Unpacking libapt-pkg-perl (0.1.40+b2) ... #13 30.73 Selecting previously unselected package libarchive-cpio-perl. #13 30.74 Preparing to unpack .../180-libarchive-cpio-perl_0.10-3_all.deb ... #13 30.77 Unpacking libarchive-cpio-perl (0.10-3) ... #13 30.80 Selecting previously unselected package libarchive13:arm64. #13 30.81 Preparing to unpack .../181-libarchive13_3.6.2-1_arm64.deb ... #13 30.81 Unpacking libarchive13:arm64 (3.6.2-1) ... #13 30.89 Selecting previously unselected package libarray-intspan-perl. #13 30.89 Preparing to unpack .../182-libarray-intspan-perl_2.004-2_all.deb ... #13 30.89 Unpacking libarray-intspan-perl (2.004-2) ... #13 30.92 Selecting previously unselected package libauthen-sasl-perl. #13 34.04 Selecting previously unselected package libclass-inspector-perl. #13 34.04 Preparing to unpack .../188-libclass-inspector-perl_1.32-1_all.deb ... #13 34.04 Unpacking libclass-inspector-perl (1.32-1) ... #13 34.07 Selecting previously unselected package libclass-xsaccessor-perl. #13 34.08 Preparing to unpack .../189-libclass-xsaccessor-perl_1.19-3+b2_amd64.deb ... #13 34.08 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ... #13 34.11 Selecting previously unselected package libclone-perl. #13 34.12 Preparing to unpack .../190-libclone-perl_0.41-1+b1_amd64.deb ... #13 34.12 Unpacking libclone-perl (0.41-1+b1) ... #13 34.15 Selecting previously unselected package libcommon-sense-perl. #13 34.15 Preparing to unpack .../191-libcommon-sense-perl_3.74-2+b7_amd64.deb ... #13 34.15 Unpacking libcommon-sense-perl (3.74-2+b7) ... #13 34.18 Selecting previously unselected package libparams-util-perl. #13 34.19 Preparing to unpack .../192-libparams-util-perl_1.07-3+b4_amd64.deb ... #13 34.19 Unpacking libparams-util-perl (1.07-3+b4) ... #13 34.22 Selecting previously unselected package libsub-install-perl. #13 34.22 Preparing to unpack .../193-libsub-install-perl_0.928-1_all.deb ... #13 34.23 Unpacking libsub-install-perl (0.928-1) ... #13 34.25 Selecting previously unselected package libdata-optlist-perl. #13 34.26 Preparing to unpack .../194-libdata-optlist-perl_0.110-1_all.deb ... #13 34.26 Unpacking libdata-optlist-perl (0.110-1) ... #13 34.29 Selecting previously unselected package libsub-exporter-perl. #13 34.29 Preparing to unpack .../195-libsub-exporter-perl_0.987-1_all.deb ... #13 34.29 Unpacking libsub-exporter-perl (0.987-1) ... #13 34.32 Selecting previously unselected package libconst-fast-perl. #14 26.36 Selecting previously unselected package libexporter-tiny-perl. #14 26.36 Preparing to unpack .../231-libexporter-tiny-perl_1.002002-1_all.deb ... #14 26.36 Unpacking libexporter-tiny-perl (1.002002-1) ... #14 26.40 Selecting previously unselected package liblist-moreutils-xs-perl. #14 26.40 Preparing to unpack .../232-liblist-moreutils-xs-perl_0.430-2build2_amd64.deb ... #14 26.40 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ... #14 26.44 Selecting previously unselected package liblist-moreutils-perl. #14 26.44 Preparing to unpack .../233-liblist-moreutils-perl_0.430-2_all.deb ... #14 26.44 Unpacking liblist-moreutils-perl (0.430-2) ... #14 26.48 Selecting previously unselected package libdata-dpath-perl. #14 26.48 Preparing to unpack .../234-libdata-dpath-perl_0.58-1_all.deb ... #14 26.48 Unpacking libdata-dpath-perl (0.58-1) ... #14 26.52 Selecting previously unselected package libdata-dump-perl. #14 26.52 Preparing to unpack .../235-libdata-dump-perl_1.25-1_all.deb ... #14 26.52 Unpacking libdata-dump-perl (1.25-1) ... #14 26.56 Selecting previously unselected package libdata-messagepack-perl. #14 35.02 Get:267 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdata-validate-ip-perl all 0.31-1 [17.2 kB] #14 35.04 Get:268 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdata-validate-uri-perl all 0.07-2 [11.1 kB] #14 35.04 Get:269 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libdistro-info-perl all 1.5ubuntu0.23.04.1 [5474 B] #14 35.05 Get:270 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libemail-address-xs-perl armhf 1.05-1build1 [26.5 kB] #14 35.06 Get:271 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libexporter-tiny-perl all 1.006000-1 [36.7 kB] #14 35.09 Get:272 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfcgi-bin armhf 2.4.2-2build2 [10.2 kB] #14 35.09 Get:273 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libipc-system-simple-perl all 1.30-2 [22.3 kB] #14 35.10 Get:274 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfile-basedir-perl all 0.09-2 [14.4 kB] #14 28.45 Get:204 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 wdiff arm64 1.2.2-5 [28.7 kB] #14 28.46 Get:205 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 devscripts all 2.23.6 [1067 kB] #14 28.62 Get:206 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 diffstat arm64 1.65-1 [27.2 kB] #14 28.14 Selecting previously unselected package libhttp-date-perl. #14 28.14 Preparing to unpack .../155-libhttp-date-perl_6.05-2_all.deb ... #14 28.15 Unpacking libhttp-date-perl (6.05-2) ... #14 28.18 Selecting previously unselected package libfile-listing-perl. #14 28.19 Preparing to unpack .../156-libfile-listing-perl_6.15-1_all.deb ... #14 28.19 Unpacking libfile-listing-perl (6.15-1) ... #14 28.23 Selecting previously unselected package libhtml-tagset-perl. #14 28.23 Preparing to unpack .../157-libhtml-tagset-perl_3.20-6_all.deb ... #14 28.23 Unpacking libhtml-tagset-perl (3.20-6) ... #14 28.26 Selecting previously unselected package liburi-perl. #14 28.26 Preparing to unpack .../158-liburi-perl_5.19-2_all.deb ... #14 28.27 Unpacking liburi-perl (5.19-2) ... #14 28.31 Selecting previously unselected package libhtml-parser-perl:amd64. #14 28.31 Preparing to unpack .../159-libhtml-parser-perl_3.81-1_amd64.deb ... #14 28.31 Unpacking libhtml-parser-perl:amd64 (3.81-1) ... #14 28.34 Selecting previously unselected package libhtml-tree-perl. #13 31.61 Unpacking python3-gpg (1.14.0-1+b2) ... #13 31.67 Selecting previously unselected package dput. #13 31.67 Preparing to unpack .../155-dput_1.1.0_all.deb ... #13 31.68 Unpacking dput (1.1.0) ... #13 31.72 Selecting previously unselected package equivs. #13 31.72 Preparing to unpack .../156-equivs_2.3.1_all.deb ... #13 31.72 Unpacking equivs (2.3.1) ... #13 31.76 Selecting previously unselected package fonts-dejavu-core. #13 31.76 Preparing to unpack .../157-fonts-dejavu-core_2.37-2_all.deb ... #13 31.76 Unpacking fonts-dejavu-core (2.37-2) ... #13 31.96 Selecting previously unselected package fontconfig-config. #14 29.57 Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu1 [14.4 kB] #14 29.65 Get:175 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-classify-perl arm64 0.015-1build2 [20.8 kB] #14 38.57 Selecting previously unselected package krb5-locales. #14 38.57 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.4_all.deb ... #14 38.58 Unpacking krb5-locales (1.17-6ubuntu4.4) ... #14 38.61 Selecting previously unselected package libcbor0.6:armhf. #14 38.62 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_armhf.deb ... #14 38.62 Unpacking libcbor0.6:armhf (0.6.0-0ubuntu1) ... #14 38.66 Selecting previously unselected package libedit2:armhf. #14 38.66 Preparing to unpack .../038-libedit2_3.1-20191231-1_armhf.deb ... #14 38.66 Unpacking libedit2:armhf (3.1-20191231-1) ... #14 38.71 Selecting previously unselected package libfido2-1:armhf. #14 38.71 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_armhf.deb ... #14 38.71 Unpacking libfido2-1:armhf (1.3.1-1ubuntu2) ... #14 38.75 Selecting previously unselected package libkrb5support0:armhf. #13 31.09 Preparing to unpack .../165-libgc1c2_1%3a7.6.4-0.4_arm64.deb ... #13 31.09 Unpacking libgc1c2:arm64 (1:7.6.4-0.4) ... #13 31.14 Selecting previously unselected package libltdl7:arm64. #13 31.14 Preparing to unpack .../166-libltdl7_2.4.6-9_arm64.deb ... #13 31.14 Unpacking libltdl7:arm64 (2.4.6-9) ... #13 31.19 Selecting previously unselected package guile-2.2-libs:arm64. #13 31.20 Preparing to unpack .../167-guile-2.2-libs_2.2.4+1-2+deb10u1_arm64.deb ... #13 31.31 Unpacking guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ... #13 28.60 Selecting previously unselected package libgcc-12-dev:armhf. #13 28.60 Preparing to unpack .../037-libgcc-12-dev_12.2.0-14+rpi1_armhf.deb ... #13 28.60 Unpacking libgcc-12-dev:armhf (12.2.0-14+rpi1) ... #13 28.72 Selecting previously unselected package gcc-12. #13 28.72 Preparing to unpack .../038-gcc-12_12.2.0-14+rpi1_armhf.deb ... #13 28.72 Unpacking gcc-12 (12.2.0-14+rpi1) ... #13 35.18 Selecting previously unselected package libjpeg62-turbo:amd64. #13 35.18 Preparing to unpack .../188-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ... #13 35.18 Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ... #13 35.25 Selecting previously unselected package libyuv0:amd64. #13 35.26 Preparing to unpack .../189-libyuv0_0.0~git20230123.b2528b0-1_amd64.deb ... #13 35.27 Unpacking libyuv0:amd64 (0.0~git20230123.b2528b0-1) ... #13 35.31 Selecting previously unselected package libavif15:amd64. #15 24.05 Installing : perl-interpreter-4:5.26.3-422.el8.x86_64 55/89 #15 24.08 Installing : libtool-ltdl-2.4.6-25.el8.x86_64 56/89 #15 24.09 Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64 56/89 #15 24.11 Installing : libpkgconf-1.4.2-1.el8.x86_64 57/89 #15 24.12 Installing : pkgconf-1.4.2-1.el8.x86_64 58/89 #15 24.13 Installing : pkgconf-pkg-config-1.4.2-1.el8.x86_64 59/89 #13 33.24 Selecting previously unselected package build-essential. #13 33.24 Preparing to unpack .../058-build-essential_12.9_armhf.deb ... #13 33.25 Unpacking build-essential (12.9) ... #13 33.29 Selecting previously unselected package libbrotli1:armhf. #13 33.29 Preparing to unpack .../059-libbrotli1_1.0.9-2+b2_armhf.deb ... #13 33.30 Unpacking libbrotli1:armhf (1.0.9-2+b2) ... #13 33.39 Selecting previously unselected package libsasl2-modules-db:armhf. #13 36.48 Selecting previously unselected package iso-codes. #13 36.49 Preparing to unpack .../165-iso-codes_4.2-1_all.deb ... #13 36.49 Unpacking iso-codes (4.2-1) ... #14 26.05 Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-date-perl all 6.05-1 [9920 B] #14 26.06 Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-listing-perl all 6.14-1 [11.2 kB] #14 26.06 Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB] #14 26.07 Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liburi-perl all 5.10-1 [78.8 kB] #14 26.12 Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-parser-perl arm64 3.76-1build2 [87.1 kB] #14 30.99 Preparing to unpack .../218-libclass-data-inheritable-perl_0.08-3_all.deb ... #14 31.00 Unpacking libclass-data-inheritable-perl (0.08-3) ... #14 31.03 Selecting previously unselected package libcommon-sense-perl:amd64. #14 31.03 Preparing to unpack .../219-libcommon-sense-perl_3.75-3_amd64.deb ... #14 31.04 Unpacking libcommon-sense-perl:amd64 (3.75-3) ... #14 31.06 Selecting previously unselected package libconfig-tiny-perl. #14 31.07 Preparing to unpack .../220-libconfig-tiny-perl_2.28-2_all.deb ... #14 31.07 Unpacking libconfig-tiny-perl (2.28-2) ... #14 31.10 Selecting previously unselected package libparams-util-perl. #14 31.10 Preparing to unpack .../221-libparams-util-perl_1.102-2_amd64.deb ... #14 31.11 Unpacking libparams-util-perl (1.102-2) ... #14 31.14 Selecting previously unselected package libsub-install-perl. #14 31.14 Preparing to unpack .../222-libsub-install-perl_0.929-1_all.deb ... #14 31.15 Unpacking libsub-install-perl (0.929-1) ... #14 31.18 Selecting previously unselected package libdata-optlist-perl. #14 31.18 Preparing to unpack .../223-libdata-optlist-perl_0.113-1_all.deb ... #14 31.18 Unpacking libdata-optlist-perl (0.113-1) ... #14 31.22 Selecting previously unselected package libsub-exporter-perl. #14 32.99 Get:354 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-magic all 2:0.4.15-3 [9376 B] #14 33.17 debconf: delaying package configuration, since apt-utils is not installed #14 27.37 Get:175 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libparams-classify-perl arm64 0.015-2build2 [20.6 kB] #14 27.52 Get:176 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB] #13 38.50 Preparing to unpack .../185-libavif15_0.11.1-1_armhf.deb ... #13 38.51 Unpacking libavif15:armhf (0.11.1-1) ... #13 38.55 Selecting previously unselected package libmodule-implementation-perl. #13 38.55 Preparing to unpack .../186-libmodule-implementation-perl_0.09-2_all.deb ... #13 38.56 Unpacking libmodule-implementation-perl (0.09-2) ... #13 38.60 Selecting previously unselected package libsub-exporter-progressive-perl. #13 38.60 Preparing to unpack .../187-libsub-exporter-progressive-perl_0.001013-3_all.deb ... #13 38.60 Unpacking libsub-exporter-progressive-perl (0.001013-3) ... #13 38.64 Selecting previously unselected package libvariable-magic-perl. #13 38.64 Preparing to unpack .../188-libvariable-magic-perl_0.63-1+b1_armhf.deb ... #13 38.64 Unpacking libvariable-magic-perl (0.63-1+b1) ... #13 38.71 Selecting previously unselected package libb-hooks-endofscope-perl. #13 38.71 Preparing to unpack .../189-libb-hooks-endofscope-perl_0.26-1_all.deb ... #13 38.72 Unpacking libb-hooks-endofscope-perl (0.26-1) ... #13 38.76 Selecting previously unselected package libberkeleydb-perl:armhf. #14 38.96 Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libregexp-pattern-perl all 0.2.14-1 [17.6 kB] #14 38.97 Get:323 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-modules armhf 2.1.27+dfsg2-3ubuntu1.2 [60.9 kB] #14 39.01 Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsereal-decoder-perl armhf 4.023+ds-1 [94.5 kB] #14 39.06 Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsereal-encoder-perl armhf 4.023+ds-1 [97.2 kB] #14 39.09 Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libset-intspan-perl all 1.19-2 [26.1 kB] #14 39.09 Get:327 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsocket6-perl armhf 0.29-1build4 [18.7 kB] #14 39.10 Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-copyright-perl all 0.003012-1 [21.3 kB] #13 33.69 Selecting previously unselected package equivs. #13 33.69 Preparing to unpack .../100-equivs_2.2.0_all.deb ... #13 33.70 Unpacking equivs (2.2.0) ... #13 33.74 Selecting previously unselected package libcurl3-gnutls:armhf. #13 33.75 Preparing to unpack .../101-libcurl3-gnutls_7.64.0-4+deb10u8_armhf.deb ... #13 33.75 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u8) ... #13 33.82 Selecting previously unselected package libpcre2-8-0:armhf. #13 33.82 Preparing to unpack .../102-libpcre2-8-0_10.32-5+deb10u1_armhf.deb ... #13 33.82 Unpacking libpcre2-8-0:armhf (10.32-5+deb10u1) ... #13 33.88 Selecting previously unselected package liberror-perl. #13 33.88 Preparing to unpack .../103-liberror-perl_0.17027-2_all.deb ... #13 33.89 Unpacking liberror-perl (0.17027-2) ... #13 33.93 Selecting previously unselected package git-man. #13 31.67 Selecting previously unselected package libalgorithm-diff-perl. #14 37.63 Get:334 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpod-parser-perl all 1.66-1 [82.8 kB] #14 37.75 Get:335 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpod-constants-perl all 0.19-2 [16.3 kB] #14 37.76 Get:336 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libproc-processtable-perl armhf 0.636-1 [36.2 kB] #14 37.78 Get:337 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libre2-10 armhf 20230301-2 [167 kB] #14 37.86 Get:338 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libre-engine-re2-perl armhf 0.18+ds-1 [17.4 kB] #13 22.37 Installing : gdk-pixbuf2-2.42.6-3.el9.aarch64 114/138 #13 22.40 Installing : libpkgconf-1.7.3-10.el9.aarch64 115/138 #13 22.41 Installing : pkgconf-1.7.3-10.el9.aarch64 116/138 #13 22.42 Installing : pkgconf-pkg-config-1.7.3-10.el9.aarch64 117/138 #13 22.46 Installing : libpipeline-1.5.3-4.el9.aarch64 118/138 #13 22.62 Installing : libicu-67.1-9.el9.aarch64 119/138 #13 22.70 Installing : webkit2gtk3-jsc-2.42.4-1.el9.aarch64 120/138 #13 22.70 Installing : libproxy-webkitgtk4-0.4.15-35.el9.aarch64 121/138 #13 30.92 Preparing to unpack .../183-libauthen-sasl-perl_2.1600-3_all.deb ... #13 30.93 Unpacking libauthen-sasl-perl (2.1600-3) ... #13 30.97 Selecting previously unselected package libdav1d6:arm64. #13 30.97 Preparing to unpack .../184-libdav1d6_1.0.0-2_arm64.deb ... #13 30.98 Unpacking libdav1d6:arm64 (1.0.0-2) ... #13 31.03 Selecting previously unselected package libgav1-1:arm64. #13 31.03 Preparing to unpack .../185-libgav1-1_0.18.0-1+b1_arm64.deb ... #13 31.04 Unpacking libgav1-1:arm64 (0.18.0-1+b1) ... #13 31.10 Selecting previously unselected package librav1e0:arm64. #13 31.11 Preparing to unpack .../186-librav1e0_0.5.1-6_arm64.deb ... #13 31.11 Unpacking librav1e0:arm64 (0.5.1-6) ... #13 31.18 Selecting previously unselected package libsvtav1enc1:arm64. #13 34.33 Preparing to unpack .../196-libconst-fast-perl_0.014-1_all.deb ... #13 34.33 Unpacking libconst-fast-perl (0.014-1) ... #13 34.36 Selecting previously unselected package libwant-perl. #13 34.36 Preparing to unpack .../197-libwant-perl_0.29-1+b4_amd64.deb ... #13 34.36 Unpacking libwant-perl (0.29-1+b4) ... #13 34.39 Selecting previously unselected package libcontextual-return-perl. #13 34.39 Preparing to unpack .../198-libcontextual-return-perl_0.004014-2_all.deb ... #13 34.39 Unpacking libcontextual-return-perl (0.004014-2) ... #13 34.43 Selecting previously unselected package libconvert-binhex-perl. #14 26.56 Preparing to unpack .../236-libdata-messagepack-perl_1.01-2build1_amd64.deb ... #14 26.57 Unpacking libdata-messagepack-perl (1.01-2build1) ... #14 26.60 Selecting previously unselected package libnet-domain-tld-perl. #14 26.60 Preparing to unpack .../237-libnet-domain-tld-perl_1.75-1.1_all.deb ... #14 26.60 Unpacking libnet-domain-tld-perl (1.75-1.1) ... #14 26.64 Selecting previously unselected package libdata-validate-domain-perl. #14 26.64 Preparing to unpack .../238-libdata-validate-domain-perl_0.10-1.1_all.deb ... #14 26.64 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #14 26.67 Selecting previously unselected package libnet-ipv6addr-perl. #14 26.68 Preparing to unpack .../239-libnet-ipv6addr-perl_1.02-1_all.deb ... #14 26.68 Unpacking libnet-ipv6addr-perl (1.02-1) ... #14 26.71 Selecting previously unselected package libnet-netmask-perl. #14 26.71 Preparing to unpack .../240-libnet-netmask-perl_2.0001-1_all.deb ... #14 26.72 Unpacking libnet-netmask-perl (2.0001-1) ... #14 26.75 Selecting previously unselected package libnetaddr-ip-perl. #14 26.75 Preparing to unpack .../241-libnetaddr-ip-perl_4.079+dfsg-1build7_amd64.deb ... #14 26.76 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ... #14 26.79 Selecting previously unselected package libdata-validate-ip-perl. #14 26.79 Preparing to unpack .../242-libdata-validate-ip-perl_0.30-1_all.deb ... #14 26.80 Unpacking libdata-validate-ip-perl (0.30-1) ... #14 26.83 Selecting previously unselected package libdata-validate-uri-perl. #14 26.83 Preparing to unpack .../243-libdata-validate-uri-perl_0.07-2_all.deb ... #14 26.84 Unpacking libdata-validate-uri-perl (0.07-2) ... #14 26.87 Selecting previously unselected package libdistro-info-perl. #14 26.87 Preparing to unpack .../244-libdistro-info-perl_1.1ubuntu0.2_all.deb ... #14 26.87 Unpacking libdistro-info-perl (1.1ubuntu0.2) ... #14 26.90 Selecting previously unselected package libemail-address-xs-perl. #14 35.51 Get:275 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfile-chdir-perl all 0.1008-1.1 [10.6 kB] #14 28.63 Get:207 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-chardet all 5.1.0+dfsg-2 [119 kB] #14 28.64 Get:208 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 zstd arm64 1.5.5+dfsg2-1ubuntu2 [571 kB] #14 28.67 Get:209 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-debian all 0.1.49ubuntu2 [115 kB] #14 28.35 Preparing to unpack .../160-libhtml-tree-perl_5.07-3_all.deb ... #14 28.35 Unpacking libhtml-tree-perl (5.07-3) ... #14 28.39 Selecting previously unselected package libclone-perl:amd64. #14 28.39 Preparing to unpack .../161-libclone-perl_0.46-1_amd64.deb ... #14 28.39 Unpacking libclone-perl:amd64 (0.46-1) ... #14 28.43 Selecting previously unselected package libio-html-perl. #14 28.43 Preparing to unpack .../162-libio-html-perl_1.004-3_all.deb ... #14 28.43 Unpacking libio-html-perl (1.004-3) ... #14 28.47 Selecting previously unselected package liblwp-mediatypes-perl. #14 28.47 Preparing to unpack .../163-liblwp-mediatypes-perl_6.04-2_all.deb ... #14 28.48 Unpacking liblwp-mediatypes-perl (6.04-2) ... #14 28.51 Selecting previously unselected package libhttp-message-perl. #14 28.51 Preparing to unpack .../164-libhttp-message-perl_6.44-2ubuntu1_all.deb ... #14 28.52 Unpacking libhttp-message-perl (6.44-2ubuntu1) ... #14 28.55 Selecting previously unselected package libhttp-cookies-perl. #14 28.55 Preparing to unpack .../165-libhttp-cookies-perl_6.10-1_all.deb ... #14 28.56 Unpacking libhttp-cookies-perl (6.10-1) ... #14 28.59 Selecting previously unselected package libhttp-negotiate-perl. #14 28.59 Preparing to unpack .../166-libhttp-negotiate-perl_6.01-2_all.deb ... #14 28.59 Unpacking libhttp-negotiate-perl (6.01-2) ... #14 28.62 Selecting previously unselected package perl-openssl-defaults:amd64. #14 28.62 Preparing to unpack .../167-perl-openssl-defaults_7_amd64.deb ... #14 28.65 Unpacking perl-openssl-defaults:amd64 (7) ... #14 28.68 Selecting previously unselected package libnet-ssleay-perl:amd64. #14 28.68 Preparing to unpack .../168-libnet-ssleay-perl_1.92-2build2_amd64.deb ... #14 28.69 Unpacking libnet-ssleay-perl:amd64 (1.92-2build2) ... #13 31.96 Preparing to unpack .../158-fontconfig-config_2.13.1-4.2_all.deb ... #13 32.04 Unpacking fontconfig-config (2.13.1-4.2) ... #13 32.09 Selecting previously unselected package libcurl3-gnutls:amd64. #13 32.09 Preparing to unpack .../159-libcurl3-gnutls_7.74.0-1.3+deb11u11_amd64.deb ... #13 32.10 Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u11) ... #13 32.15 Selecting previously unselected package liberror-perl. #13 32.15 Preparing to unpack .../160-liberror-perl_0.17029-1_all.deb ... #13 32.15 Unpacking liberror-perl (0.17029-1) ... #13 32.19 Selecting previously unselected package git-man. #13 32.19 Preparing to unpack .../161-git-man_1%3a2.30.2-1+deb11u2_all.deb ... #13 32.19 Unpacking git-man (1:2.30.2-1+deb11u2) ... #14 29.74 Get:176 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB] #14 29.82 Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB] #14 29.97 Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librole-tiny-perl all 2.001004-1 [16.5 kB] #14 38.75 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.4_armhf.deb ... #14 38.76 Unpacking libkrb5support0:armhf (1.17-6ubuntu4.4) ... #14 38.80 Selecting previously unselected package libk5crypto3:armhf. #14 38.81 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.4_armhf.deb ... #14 38.81 Unpacking libk5crypto3:armhf (1.17-6ubuntu4.4) ... #14 38.85 Selecting previously unselected package libkeyutils1:armhf. #14 38.85 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_armhf.deb ... #14 38.86 Unpacking libkeyutils1:armhf (1.6-6ubuntu1.1) ... #14 38.90 Selecting previously unselected package libkrb5-3:armhf. #14 38.90 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.4_armhf.deb ... #14 38.90 Unpacking libkrb5-3:armhf (1.17-6ubuntu4.4) ... #14 38.97 Selecting previously unselected package libgssapi-krb5-2:armhf. #13 35.31 Preparing to unpack .../190-libavif15_0.11.1-1_amd64.deb ... #13 35.32 Unpacking libavif15:amd64 (0.11.1-1) ... #13 35.36 Selecting previously unselected package libmodule-implementation-perl. #13 35.37 Preparing to unpack .../191-libmodule-implementation-perl_0.09-2_all.deb ... #13 35.37 Unpacking libmodule-implementation-perl (0.09-2) ... #13 35.40 Selecting previously unselected package libsub-exporter-progressive-perl. #13 35.41 Preparing to unpack .../192-libsub-exporter-progressive-perl_0.001013-3_all.deb ... #13 35.41 Unpacking libsub-exporter-progressive-perl (0.001013-3) ... #13 35.44 Selecting previously unselected package libvariable-magic-perl. #13 35.44 Preparing to unpack .../193-libvariable-magic-perl_0.63-1+b1_amd64.deb ... #13 35.45 Unpacking libvariable-magic-perl (0.63-1+b1) ... #13 35.50 Selecting previously unselected package libb-hooks-endofscope-perl. #13 35.50 Preparing to unpack .../194-libb-hooks-endofscope-perl_0.26-1_all.deb ... #13 35.50 Unpacking libb-hooks-endofscope-perl (0.26-1) ... #13 35.53 Selecting previously unselected package libberkeleydb-perl:amd64. #13 35.53 Preparing to unpack .../195-libberkeleydb-perl_0.64-2+b1_amd64.deb ... #13 35.54 Unpacking libberkeleydb-perl:amd64 (0.64-2+b1) ... #13 35.59 Selecting previously unselected package libpng16-16:amd64. #15 24.17 Installing : libbabeltrace-1.5.4-4.el8.x86_64 60/89 #15 24.18 Running scriptlet: libbabeltrace-1.5.4-4.el8.x86_64 60/89 #13 33.39 Preparing to unpack .../060-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_armhf.deb ... #13 33.40 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ... #13 33.45 Selecting previously unselected package libsasl2-2:armhf. #13 33.45 Preparing to unpack .../061-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_armhf.deb ... #13 33.46 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ... #13 33.54 Selecting previously unselected package libldap-2.4-2:armhf. #13 33.54 Preparing to unpack .../062-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_armhf.deb ... #13 33.55 Unpacking libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ... #13 33.63 Selecting previously unselected package libnghttp2-14:armhf. #13 33.63 Preparing to unpack .../063-libnghttp2-14_1.43.0-1+deb11u1_armhf.deb ... #13 33.63 Unpacking libnghttp2-14:armhf (1.43.0-1+deb11u1) ... #13 36.90 Selecting previously unselected package libalgorithm-diff-perl. #13 36.90 Preparing to unpack .../166-libalgorithm-diff-perl_1.19.03-2_all.deb ... #13 36.91 Unpacking libalgorithm-diff-perl (1.19.03-2) ... #13 36.94 Selecting previously unselected package libalgorithm-diff-xs-perl. #13 36.94 Preparing to unpack .../167-libalgorithm-diff-xs-perl_0.04-5+b1_armhf.deb ... #13 36.96 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ... #13 37.00 Selecting previously unselected package libalgorithm-merge-perl. #13 37.00 Preparing to unpack .../168-libalgorithm-merge-perl_0.08-3_all.deb ... #14 26.16 Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tree-perl all 5.07-2 [200 kB] #14 26.21 Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-html-perl all 1.004-2 [15.4 kB] #13 28.76 Fedora 38 - aarch64 - Updates 19 MB/s | 35 MB 00:01 #14 31.22 Preparing to unpack .../224-libsub-exporter-perl_0.989-1_all.deb ... #14 31.22 Unpacking libsub-exporter-perl (0.989-1) ... #14 31.25 Selecting previously unselected package libconst-fast-perl. #14 31.25 Preparing to unpack .../225-libconst-fast-perl_0.014-2_all.deb ... #14 31.26 Unpacking libconst-fast-perl (0.014-2) ... #14 31.29 Selecting previously unselected package libwant-perl. #14 31.30 Preparing to unpack .../226-libwant-perl_0.29-2build1_amd64.deb ... #14 31.30 Unpacking libwant-perl (0.29-2build1) ... #14 31.33 Selecting previously unselected package libcontextual-return-perl. #14 31.33 Preparing to unpack .../227-libcontextual-return-perl_0.004014-4_all.deb ... #14 31.33 Unpacking libcontextual-return-perl (0.004014-4) ... #14 31.36 Selecting previously unselected package libcpanel-json-xs-perl:amd64. #14 31.37 Preparing to unpack .../228-libcpanel-json-xs-perl_4.32-1build1_amd64.deb ... #14 31.37 Unpacking libcpanel-json-xs-perl:amd64 (4.32-1build1) ... #14 31.40 Selecting previously unselected package libdevel-stacktrace-perl. #14 31.40 Preparing to unpack .../229-libdevel-stacktrace-perl_2.0400-2_all.deb ... #14 31.41 Unpacking libdevel-stacktrace-perl (2.0400-2) ... #14 31.44 Selecting previously unselected package libexception-class-perl. #14 33.20 Fetched 106 MB in 26s (4143 kB/s) #14 33.22 Selecting previously unselected package liblocale-gettext-perl. #14 33.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 ... 4122 files and directories currently installed.) #14 33.23 Preparing to unpack .../liblocale-gettext-perl_1.07-4_amd64.deb ... #14 33.23 Unpacking liblocale-gettext-perl (1.07-4) ... #14 33.27 Selecting previously unselected package libssl1.1:amd64. #14 33.27 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb ... #14 33.28 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.20) ... #14 33.42 Selecting previously unselected package libpython3.8-minimal:amd64. #14 27.55 Get:177 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB] #14 27.57 Get:178 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB] #14 27.60 Get:179 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB] #14 27.64 Get:180 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmoo-perl all 2.005005-1 [47.4 kB] #14 27.69 Get:181 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libencode-locale-perl all 1.05-3 [11.6 kB] #14 27.70 Get:182 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB] #14 27.72 Get:183 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libhttp-date-perl all 6.05-2 [9946 B] #14 27.72 Get:184 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfile-listing-perl all 6.15-1 [11.5 kB] #14 27.73 Get:185 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libhtml-tagset-perl all 3.20-6 [11.3 kB] #13 38.76 Preparing to unpack .../190-libberkeleydb-perl_0.64-2+b1_armhf.deb ... #13 38.76 Unpacking libberkeleydb-perl:armhf (0.64-2+b1) ... #13 38.81 Selecting previously unselected package libpng16-16:armhf. #13 38.81 Preparing to unpack .../191-libpng16-16_1.6.39-2_armhf.deb ... #13 38.82 Unpacking libpng16-16:armhf (1.6.39-2) ... #13 38.88 Selecting previously unselected package libfreetype6:armhf. #13 38.89 Preparing to unpack .../192-libfreetype6_2.12.1+dfsg-5_armhf.deb ... #13 38.89 Unpacking libfreetype6:armhf (2.12.1+dfsg-5) ... #13 38.96 Selecting previously unselected package libfontconfig1:armhf. #13 38.96 Preparing to unpack .../193-libfontconfig1_2.14.1-4_armhf.deb ... #13 38.97 Unpacking libfontconfig1:armhf (2.14.1-4) ... #13 33.93 Preparing to unpack .../104-git-man_1%3a2.20.1-2+deb10u8_all.deb ... #13 33.93 Unpacking git-man (1:2.20.1-2+deb10u8) ... #13 34.07 Selecting previously unselected package git. #13 34.07 Preparing to unpack .../105-git_1%3a2.20.1-2+deb10u8_armhf.deb ... #13 34.09 Unpacking git (1:2.20.1-2+deb10u8) ... #13 31.67 Preparing to unpack .../163-libalgorithm-diff-perl_1.201-1_all.deb ... #13 31.67 Unpacking libalgorithm-diff-perl (1.201-1) ... #13 31.70 Selecting previously unselected package libalgorithm-diff-xs-perl. #13 31.71 Preparing to unpack .../164-libalgorithm-diff-xs-perl_0.04-6+b1_arm64.deb ... #13 31.71 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ... #13 31.74 Selecting previously unselected package libalgorithm-merge-perl. #13 31.74 Preparing to unpack .../165-libalgorithm-merge-perl_0.08-3_all.deb ... #13 31.75 Unpacking libalgorithm-merge-perl (0.08-3) ... #13 31.78 Selecting previously unselected package libaliased-perl. #13 31.78 Preparing to unpack .../166-libaliased-perl_0.34-1.1_all.deb ... #13 31.78 Unpacking libaliased-perl (0.34-1.1) ... #13 31.82 Selecting previously unselected package libapt-pkg-perl. #13 31.82 Preparing to unpack .../167-libapt-pkg-perl_0.1.39_arm64.deb ... #13 31.84 Unpacking libapt-pkg-perl (0.1.39) ... #13 31.88 Selecting previously unselected package libarchive-cpio-perl. #13 31.88 Preparing to unpack .../168-libarchive-cpio-perl_0.10-1.1_all.deb ... #13 31.88 Unpacking libarchive-cpio-perl (0.10-1.1) ... #13 31.93 Selecting previously unselected package libarchive13:arm64. #13 31.93 Preparing to unpack .../169-libarchive13_3.4.3-2+deb11u1_arm64.deb ... #13 31.94 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... #13 31.99 Selecting previously unselected package libarray-intspan-perl. #14 37.86 Get:339 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libreadonly-perl all 2.050-3 [19.9 kB] #14 37.87 Get:340 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libref-util-perl all 0.204-2 [15.1 kB] #14 37.87 Get:341 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libref-util-xs-perl armhf 0.117-2build1 [11.6 kB] #13 22.77 Installing : libbrotli-1.0.9-6.el9.aarch64 122/138 #13 22.78 Installing : less-590-2.el9.aarch64 123/138 #13 22.82 Running scriptlet: man-db-2.9.3-7.el9.aarch64 124/138 #13 22.86 Installing : man-db-2.9.3-7.el9.aarch64 124/138 #13 31.18 Preparing to unpack .../187-libsvtav1enc1_1.4.1+dfsg-1_arm64.deb ... #13 31.18 Unpacking libsvtav1enc1:arm64 (1.4.1+dfsg-1) ... #13 31.30 Selecting previously unselected package libjpeg62-turbo:arm64. #13 31.30 Preparing to unpack .../188-libjpeg62-turbo_1%3a2.1.5-2_arm64.deb ... #13 31.31 Unpacking libjpeg62-turbo:arm64 (1:2.1.5-2) ... #13 31.36 Selecting previously unselected package libyuv0:arm64. #13 31.36 Preparing to unpack .../189-libyuv0_0.0~git20230123.b2528b0-1_arm64.deb ... #13 31.36 Unpacking libyuv0:arm64 (0.0~git20230123.b2528b0-1) ... #13 31.41 Selecting previously unselected package libavif15:arm64. #13 34.43 Preparing to unpack .../199-libconvert-binhex-perl_1.125-1_all.deb ... #13 34.43 Unpacking libconvert-binhex-perl (1.125-1) ... #13 34.46 Selecting previously unselected package libdata-dump-perl. #13 34.46 Preparing to unpack .../200-libdata-dump-perl_1.23-1_all.deb ... #13 34.47 Unpacking libdata-dump-perl (1.23-1) ... #13 34.49 Selecting previously unselected package libdigest-bubblebabble-perl. #13 34.50 Preparing to unpack .../201-libdigest-bubblebabble-perl_0.02-2_all.deb ... #13 34.51 Unpacking libdigest-bubblebabble-perl (0.02-2) ... #13 34.69 Selecting previously unselected package libdigest-hmac-perl. #13 34.69 Preparing to unpack .../202-libdigest-hmac-perl_1.03+dfsg-2_all.deb ... #13 34.69 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ... #13 34.72 Selecting previously unselected package libdistro-info-perl. #13 34.72 Preparing to unpack .../203-libdistro-info-perl_0.21+deb10u1_all.deb ... #13 34.72 Unpacking libdistro-info-perl (0.21+deb10u1) ... #13 34.75 Selecting previously unselected package libnet-smtp-ssl-perl. #13 34.75 Preparing to unpack .../204-libnet-smtp-ssl-perl_1.04-1_all.deb ... #13 34.76 Unpacking libnet-smtp-ssl-perl (1.04-1) ... #13 34.79 Selecting previously unselected package libmailtools-perl. #14 26.90 Preparing to unpack .../245-libemail-address-xs-perl_1.04-1build6_amd64.deb ... #14 26.91 Unpacking libemail-address-xs-perl (1.04-1build6) ... #14 26.94 Selecting previously unselected package libipc-system-simple-perl. #14 26.94 Preparing to unpack .../246-libipc-system-simple-perl_1.30-1_all.deb ... #14 26.95 Unpacking libipc-system-simple-perl (1.30-1) ... #14 26.98 Selecting previously unselected package libfile-basedir-perl. #14 26.98 Preparing to unpack .../247-libfile-basedir-perl_0.09-1_all.deb ... #14 26.99 Unpacking libfile-basedir-perl (0.09-1) ... #14 27.02 Selecting previously unselected package libfile-chdir-perl. #14 27.02 Preparing to unpack .../248-libfile-chdir-perl_0.1008-1.1_all.deb ... #14 27.02 Unpacking libfile-chdir-perl (0.1008-1.1) ... #14 27.06 Selecting previously unselected package libfile-fcntllock-perl. #14 27.06 Preparing to unpack .../249-libfile-fcntllock-perl_0.22-3build7_amd64.deb ... #14 27.06 Unpacking libfile-fcntllock-perl (0.22-3build7) ... #14 27.09 Selecting previously unselected package libnumber-compare-perl. #14 27.10 Preparing to unpack .../250-libnumber-compare-perl_0.03-2_all.deb ... #14 27.10 Unpacking libnumber-compare-perl (0.03-2) ... #14 27.15 Selecting previously unselected package libtext-glob-perl. #14 35.58 Get:276 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfile-fcntllock-perl armhf 0.22-4build1 [32.4 kB] #14 35.66 Get:277 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnumber-compare-perl all 0.03-3 [5974 B] #14 35.67 Get:278 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtext-glob-perl all 0.11-3 [6780 B] #14 35.69 Get:279 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfile-find-rule-perl all 0.34-3 [24.4 kB] #14 35.73 Get:280 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfont-afm-perl all 1.20-4 [13.0 kB] #14 35.75 Get:281 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libio-string-perl all 1.08-4 [11.1 kB] #14 35.76 Get:282 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfont-ttf-perl all 1.06-2 [323 kB] #14 29.07 Get:210 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libgpgme11 arm64 1.18.0-3ubuntu2 [133 kB] #14 28.73 Selecting previously unselected package libio-socket-ssl-perl. #14 28.73 Preparing to unpack .../169-libio-socket-ssl-perl_2.083-1_all.deb ... #14 28.74 Unpacking libio-socket-ssl-perl (2.083-1) ... #14 28.79 Selecting previously unselected package libnet-http-perl. #14 28.79 Preparing to unpack .../170-libnet-http-perl_6.22-1_all.deb ... #14 28.80 Unpacking libnet-http-perl (6.22-1) ... #14 28.83 Selecting previously unselected package liblwp-protocol-https-perl. #14 28.83 Preparing to unpack .../171-liblwp-protocol-https-perl_6.11-1_all.deb ... #14 28.84 Unpacking liblwp-protocol-https-perl (6.11-1) ... #14 28.87 Selecting previously unselected package libtry-tiny-perl. #14 28.87 Preparing to unpack .../172-libtry-tiny-perl_0.31-2_all.deb ... #14 28.87 Unpacking libtry-tiny-perl (0.31-2) ... #14 28.90 Selecting previously unselected package libwww-robotrules-perl. #13 32.41 Selecting previously unselected package git. #14 30.11 Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB] #14 38.97 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.4_armhf.deb ... #14 38.98 Unpacking libgssapi-krb5-2:armhf (1.17-6ubuntu4.4) ... #14 39.03 Selecting previously unselected package libpsl5:armhf. #14 39.03 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_armhf.deb ... #14 39.03 Unpacking libpsl5:armhf (0.21.0-1ubuntu1) ... #14 39.07 Selecting previously unselected package libxau6:armhf. #14 39.07 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_armhf.deb ... #14 39.08 Unpacking libxau6:armhf (1:1.0.9-0ubuntu1) ... #14 39.12 Selecting previously unselected package libxdmcp6:armhf. #14 39.12 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_armhf.deb ... #14 39.12 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu1) ... #14 39.16 Selecting previously unselected package libxcb1:armhf. #14 39.16 Preparing to unpack .../048-libxcb1_1.14-2_armhf.deb ... #14 39.17 Unpacking libxcb1:armhf (1.14-2) ... #14 39.20 Selecting previously unselected package libx11-data. #13 35.59 Preparing to unpack .../196-libpng16-16_1.6.39-2_amd64.deb ... #13 35.59 Unpacking libpng16-16:amd64 (1.6.39-2) ... #13 35.64 Selecting previously unselected package libfreetype6:amd64. #13 35.65 Preparing to unpack .../197-libfreetype6_2.12.1+dfsg-5_amd64.deb ... #13 35.65 Unpacking libfreetype6:amd64 (2.12.1+dfsg-5) ... #13 35.73 Selecting previously unselected package libfontconfig1:amd64. #13 35.73 Preparing to unpack .../198-libfontconfig1_2.14.1-4_amd64.deb ... #13 35.74 Unpacking libfontconfig1:amd64 (2.14.1-4) ... #13 35.79 Selecting previously unselected package libde265-0:amd64. #13 35.79 Preparing to unpack .../199-libde265-0_1.0.11-1+deb12u1_amd64.deb ... #13 35.79 Unpacking libde265-0:amd64 (1.0.11-1+deb12u1) ... #13 35.88 Selecting previously unselected package libnuma1:amd64. #15 24.40 Installing : glibc-gconv-extra-2.28-248.el8.x86_64 61/89 #15 24.43 Running scriptlet: glibc-gconv-extra-2.28-248.el8.x86_64 61/89 #15 24.44 Installing : emacs-filesystem-1:26.1-11.el8.noarch 62/89 #15 24.46 Installing : desktop-file-utils-0.26-1.el8.x86_64 63/89 #15 24.49 Installing : elfutils-debuginfod-client-0.190-2.el8.x86_64 64/89 #15 24.57 Installing : elfutils-0.190-2.el8.x86_64 65/89 #15 24.62 Installing : diffutils-3.6-6.el8.x86_64 66/89 #15 24.64 Running scriptlet: diffutils-3.6-6.el8.x86_64 66/89 #15 24.66 Installing : dbus-glib-0.110-2.el8.x86_64 67/89 #15 24.67 Running scriptlet: dbus-glib-0.110-2.el8.x86_64 67/89 #13 31.80 Selecting previously unselected package iso-codes. #13 33.70 Selecting previously unselected package libpsl5:armhf. #13 33.70 Preparing to unpack .../064-libpsl5_0.21.0-1.2_armhf.deb ... #13 33.72 Unpacking libpsl5:armhf (0.21.0-1.2) ... #13 33.78 Selecting previously unselected package librtmp1:armhf. #13 33.78 Preparing to unpack .../065-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ... #13 33.79 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ... #13 33.84 Selecting previously unselected package libssh2-1:armhf. #13 33.84 Preparing to unpack .../066-libssh2-1_1.9.0-2_armhf.deb ... #13 33.85 Unpacking libssh2-1:armhf (1.9.0-2) ... #13 33.94 Selecting previously unselected package libcurl4:armhf. #13 37.00 Unpacking libalgorithm-merge-perl (0.08-3) ... #13 37.04 Selecting previously unselected package libapt-inst2.0:armhf. #13 37.05 Preparing to unpack .../169-libapt-inst2.0_1.8.2.3_armhf.deb ... #13 37.05 Unpacking libapt-inst2.0:armhf (1.8.2.3) ... #13 37.10 Selecting previously unselected package libapt-pkg-perl. #13 37.10 Preparing to unpack .../170-libapt-pkg-perl_0.1.34+b1_armhf.deb ... #13 37.11 Unpacking libapt-pkg-perl (0.1.34+b1) ... #13 37.15 Selecting previously unselected package libarchive-cpio-perl. #13 37.15 Preparing to unpack .../171-libarchive-cpio-perl_0.10-1_all.deb ... #13 37.15 Unpacking libarchive-cpio-perl (0.10-1) ... #13 37.19 Selecting previously unselected package libasync-mergepoint-perl. #13 37.19 Preparing to unpack .../172-libasync-mergepoint-perl_0.04-2_all.deb ... #13 37.19 Unpacking libasync-mergepoint-perl (0.04-2) ... #13 37.22 Selecting previously unselected package libauthen-sasl-perl. #14 26.61 Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] #14 26.76 Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-message-perl all 6.36-1 [76.8 kB] #14 31.44 Preparing to unpack .../230-libexception-class-perl_1.45-1_all.deb ... #14 31.44 Unpacking libexception-class-perl (1.45-1) ... #14 31.47 Selecting previously unselected package libiterator-perl. #14 31.47 Preparing to unpack .../231-libiterator-perl_0.03+ds1-2_all.deb ... #14 31.48 Unpacking libiterator-perl (0.03+ds1-2) ... #14 31.51 Selecting previously unselected package libiterator-util-perl. #14 31.51 Preparing to unpack .../232-libiterator-util-perl_0.02+ds1-2_all.deb ... #14 31.52 Unpacking libiterator-util-perl (0.02+ds1-2) ... #14 31.54 Selecting previously unselected package libdata-dpath-perl. #14 31.54 Preparing to unpack .../233-libdata-dpath-perl_0.58-2_all.deb ... #14 31.55 Unpacking libdata-dpath-perl (0.58-2) ... #14 31.57 Selecting previously unselected package libdata-dump-perl. #14 31.58 Preparing to unpack .../234-libdata-dump-perl_1.25-1_all.deb ... #14 31.58 Unpacking libdata-dump-perl (1.25-1) ... #14 31.61 Selecting previously unselected package libdata-messagepack-perl. #14 31.61 Preparing to unpack .../235-libdata-messagepack-perl_1.02-1build1_amd64.deb ... #14 31.61 Unpacking libdata-messagepack-perl (1.02-1build1) ... #14 31.64 Selecting previously unselected package libnet-domain-tld-perl. #14 31.64 Preparing to unpack .../236-libnet-domain-tld-perl_1.75-3_all.deb ... #14 31.65 Unpacking libnet-domain-tld-perl (1.75-3) ... #14 31.67 Selecting previously unselected package libdata-validate-domain-perl. #14 31.68 Preparing to unpack .../237-libdata-validate-domain-perl_0.10-1.1_all.deb ... #14 31.68 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #14 31.71 Selecting previously unselected package libnet-ipv6addr-perl. #14 31.71 Preparing to unpack .../238-libnet-ipv6addr-perl_1.02-1_all.deb ... #14 31.72 Unpacking libnet-ipv6addr-perl (1.02-1) ... #14 31.75 Selecting previously unselected package libnet-netmask-perl. #14 33.42 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.9_amd64.deb ... #14 33.42 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.9) ... #14 33.52 Selecting previously unselected package libexpat1:amd64. #14 28.14 Get:186 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 liburi-perl all 5.17-1ubuntu1 [80.3 kB] #13 39.06 Selecting previously unselected package libde265-0:armhf. #13 39.06 Preparing to unpack .../194-libde265-0_1.0.11-1+deb12u1_armhf.deb ... #13 39.07 Unpacking libde265-0:armhf (1.0.11-1+deb12u1) ... #13 39.12 Selecting previously unselected package libx265-199:armhf. #13 39.12 Preparing to unpack .../195-libx265-199_3.5-2+b1_armhf.deb ... #13 39.13 Unpacking libx265-199:armhf (3.5-2+b1) ... #13 39.22 Selecting previously unselected package libheif1:armhf. #13 39.22 Preparing to unpack .../196-libheif1_1.15.1-1_armhf.deb ... #13 39.24 Unpacking libheif1:armhf (1.15.1-1) ... #13 39.30 Selecting previously unselected package libdeflate0:armhf. #13 34.51 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ... #13 31.99 Preparing to unpack .../170-libarray-intspan-perl_2.004-1_all.deb ... #13 32.00 Unpacking libarray-intspan-perl (2.004-1) ... #13 32.03 Selecting previously unselected package libauthen-sasl-perl. #13 32.04 Preparing to unpack .../171-libauthen-sasl-perl_2.1600-1.1_all.deb ... #13 32.04 Unpacking libauthen-sasl-perl (2.1600-1.1) ... #13 32.08 Selecting previously unselected package libmodule-implementation-perl. #13 32.08 Preparing to unpack .../172-libmodule-implementation-perl_0.09-1.1_all.deb ... #13 32.09 Unpacking libmodule-implementation-perl (0.09-1.1) ... #13 32.12 Selecting previously unselected package libsub-exporter-progressive-perl. #13 32.13 Preparing to unpack .../173-libsub-exporter-progressive-perl_0.001013-1_all.deb ... #13 32.13 Unpacking libsub-exporter-progressive-perl (0.001013-1) ... #13 32.16 Selecting previously unselected package libvariable-magic-perl. #13 32.17 Preparing to unpack .../174-libvariable-magic-perl_0.62-1+b3_arm64.deb ... #13 32.17 Unpacking libvariable-magic-perl (0.62-1+b3) ... #13 32.20 Selecting previously unselected package libb-hooks-endofscope-perl. #13 32.21 Preparing to unpack .../175-libb-hooks-endofscope-perl_0.24-1.1_all.deb ... #13 32.21 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ... #13 32.25 Selecting previously unselected package libpng16-16:arm64. #14 38.27 Get:342 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libregexp-pattern-license-perl all 3.11.0-1 [85.8 kB] #13 22.94 Running scriptlet: man-db-2.9.3-7.el9.aarch64 124/138 #13 22.96 Installing : json-glib-1.6.6-1.el9.aarch64 125/138 #13 23.00 Installing : info-6.7-15.el9.aarch64 126/138 #13 23.01 Installing : ed-1.14.2-12.el9.aarch64 127/138 #13 23.06 Installing : patch-2.7.6-16.el9.aarch64 128/138 #13 23.07 Installing : diffutils-3.7-12.el9.aarch64 129/138 #13 23.11 Installing : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1 130/138 #13 23.13 Installing : gsettings-desktop-schemas-40.0-6.el9.aarch64 131/138 #13 23.18 Installing : glib-networking-2.68.3-3.el9.aarch64 132/138 #13 23.22 Installing : libsoup-2.72.0-8.el9.aarch64 133/138 #13 23.27 Installing : libappstream-glib-0.7.18-4.el9.aarch64 134/138 #13 31.41 Preparing to unpack .../190-libavif15_0.11.1-1_arm64.deb ... #13 31.42 Unpacking libavif15:arm64 (0.11.1-1) ... #13 31.45 Selecting previously unselected package libmodule-implementation-perl. #13 31.45 Preparing to unpack .../191-libmodule-implementation-perl_0.09-2_all.deb ... #13 31.46 Unpacking libmodule-implementation-perl (0.09-2) ... #13 31.49 Selecting previously unselected package libsub-exporter-progressive-perl. #13 31.49 Preparing to unpack .../192-libsub-exporter-progressive-perl_0.001013-3_all.deb ... #13 31.49 Unpacking libsub-exporter-progressive-perl (0.001013-3) ... #13 31.52 Selecting previously unselected package libvariable-magic-perl. #13 31.53 Preparing to unpack .../193-libvariable-magic-perl_0.63-1+b1_arm64.deb ... #13 31.53 Unpacking libvariable-magic-perl (0.63-1+b1) ... #13 31.56 Selecting previously unselected package libb-hooks-endofscope-perl. #13 31.57 Preparing to unpack .../194-libb-hooks-endofscope-perl_0.26-1_all.deb ... #13 31.57 Unpacking libb-hooks-endofscope-perl (0.26-1) ... #13 31.61 Selecting previously unselected package libberkeleydb-perl:arm64. #13 31.61 Preparing to unpack .../195-libberkeleydb-perl_0.64-2+b1_arm64.deb ... #13 31.61 Unpacking libberkeleydb-perl:arm64 (0.64-2+b1) ... #13 31.65 Selecting previously unselected package libpng16-16:arm64. #13 31.65 Preparing to unpack .../196-libpng16-16_1.6.39-2_arm64.deb ... #13 31.65 Unpacking libpng16-16:arm64 (1.6.39-2) ... #13 31.70 Selecting previously unselected package libfreetype6:arm64. #13 31.71 Preparing to unpack .../197-libfreetype6_2.12.1+dfsg-5_arm64.deb ... #13 31.71 Unpacking libfreetype6:arm64 (2.12.1+dfsg-5) ... #13 31.77 Selecting previously unselected package libfontconfig1:arm64. #13 34.79 Preparing to unpack .../205-libmailtools-perl_2.18-1_all.deb ... #13 34.79 Unpacking libmailtools-perl (2.18-1) ... #13 34.88 Selecting previously unselected package libnet-ip-perl. #13 34.88 Preparing to unpack .../206-libnet-ip-perl_1.26-2_all.deb ... #13 34.88 Unpacking libnet-ip-perl (1.26-2) ... #13 34.92 Selecting previously unselected package libnet-dns-perl. #13 34.92 Preparing to unpack .../207-libnet-dns-perl_1.19-1_all.deb ... #13 34.92 Unpacking libnet-dns-perl (1.19-1) ... #13 35.01 Selecting previously unselected package libnet-domain-tld-perl. #13 35.02 Preparing to unpack .../208-libnet-domain-tld-perl_1.75-1_all.deb ... #13 35.02 Unpacking libnet-domain-tld-perl (1.75-1) ... #13 35.05 Selecting previously unselected package libemail-valid-perl. #13 35.05 Preparing to unpack .../209-libemail-valid-perl_1.202-1_all.deb ... #13 35.05 Unpacking libemail-valid-perl (1.202-1) ... #13 35.08 Selecting previously unselected package libexporter-tiny-perl. #13 35.08 Preparing to unpack .../210-libexporter-tiny-perl_1.002001-1_all.deb ... #13 35.09 Unpacking libexporter-tiny-perl (1.002001-1) ... #13 35.12 Selecting previously unselected package libipc-system-simple-perl. #13 35.12 Preparing to unpack .../211-libipc-system-simple-perl_1.25-4_all.deb ... #14 27.15 Preparing to unpack .../251-libtext-glob-perl_0.11-2_all.deb ... #14 27.16 Unpacking libtext-glob-perl (0.11-2) ... #14 27.19 Selecting previously unselected package libfile-find-rule-perl. #14 27.19 Preparing to unpack .../252-libfile-find-rule-perl_0.34-1_all.deb ... #14 27.20 Unpacking libfile-find-rule-perl (0.34-1) ... #14 27.23 Selecting previously unselected package libfont-afm-perl. #14 27.23 Preparing to unpack .../253-libfont-afm-perl_1.20-3_all.deb ... #14 27.24 Unpacking libfont-afm-perl (1.20-3) ... #14 27.35 Selecting previously unselected package libio-string-perl. #14 35.91 Get:283 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfreezethaw-perl all 0.5001-3 [14.6 kB] #14 35.92 Get:284 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsort-versions-perl all 1.62-3 [7378 B] #14 35.92 Get:285 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libgit-wrapper-perl all 0.048-2 [29.5 kB] #14 29.40 Get:211 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-gpg arm64 1.18.0-3ubuntu2 [201 kB] #14 28.91 Preparing to unpack .../173-libwww-robotrules-perl_6.02-1_all.deb ... #14 28.92 Unpacking libwww-robotrules-perl (6.02-1) ... #14 28.95 Selecting previously unselected package libwww-perl. #14 28.95 Preparing to unpack .../174-libwww-perl_6.72-1_all.deb ... #14 28.95 Unpacking libwww-perl (6.72-1) ... #14 28.99 Selecting previously unselected package patchutils. #14 28.99 Preparing to unpack .../175-patchutils_0.4.2-1build2_amd64.deb ... #14 29.00 Unpacking patchutils (0.4.2-1build2) ... #14 29.04 Selecting previously unselected package wdiff. #14 29.04 Preparing to unpack .../176-wdiff_1.2.2-5_amd64.deb ... #14 29.04 Unpacking wdiff (1.2.2-5) ... #14 29.09 Selecting previously unselected package devscripts. #14 29.09 Preparing to unpack .../177-devscripts_2.23.6_all.deb ... #14 29.11 Unpacking devscripts (2.23.6) ... #14 29.18 Selecting previously unselected package diffstat. #13 32.41 Preparing to unpack .../162-git_1%3a2.30.2-1+deb11u2_amd64.deb ... #13 32.45 Unpacking git (1:2.30.2-1+deb11u2) ... #14 39.50 Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB] #14 39.65 Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB] #14 39.67 Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxs-parse-keyword-perl armhf 0.21-1build1 [48.7 kB] #14 30.21 Get:180 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB] #14 30.31 Get:181 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoo-perl all 2.003006-1 [46.3 kB] #14 30.45 Get:182 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libencode-locale-perl all 1.05-1 [12.3 kB] #14 39.20 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.6_all.deb ... #14 39.21 Unpacking libx11-data (2:1.6.9-2ubuntu1.6) ... #14 39.27 Selecting previously unselected package libx11-6:armhf. #14 39.28 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.6_armhf.deb ... #14 39.28 Unpacking libx11-6:armhf (2:1.6.9-2ubuntu1.6) ... #14 39.36 Selecting previously unselected package libxext6:armhf. #14 39.36 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_armhf.deb ... #14 39.37 Unpacking libxext6:armhf (2:1.3.4-0ubuntu1) ... #14 39.41 Selecting previously unselected package libxmuu1:armhf. #14 39.41 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_armhf.deb ... #14 39.41 Unpacking libxmuu1:armhf (2:1.1.3-0ubuntu1) ... #14 39.44 Selecting previously unselected package manpages. #14 39.45 Preparing to unpack .../053-manpages_5.05-1_all.deb ... #14 39.45 Unpacking manpages (5.05-1) ... #13 35.88 Preparing to unpack .../200-libnuma1_2.0.16-1_amd64.deb ... #13 35.89 Unpacking libnuma1:amd64 (2.0.16-1) ... #13 35.93 Selecting previously unselected package libx265-199:amd64. #13 35.93 Preparing to unpack .../201-libx265-199_3.5-2+b1_amd64.deb ... #13 35.93 Unpacking libx265-199:amd64 (3.5-2+b1) ... #13 36.10 Selecting previously unselected package libheif1:amd64. #15 24.70 Installing : python3-dbus-1.2.4-15.el8.x86_64 68/89 #15 24.76 Installing : zstd-1.4.4-1.el8.x86_64 69/89 #15 24.77 Installing : rust-srpm-macros-5-2.el8.noarch 70/89 #15 24.78 Installing : qt5-srpm-macros-5.15.3-1.el8.noarch 71/89 #15 24.79 Installing : python3-systemd-234-8.el8.x86_64 72/89 #15 24.84 Installing : python3-dnf-plugins-core-4.0.21-25.el8.noarch 73/89 #15 24.85 Installing : perl-srpm-macros-1-25.el8.noarch 74/89 #15 24.86 Installing : openblas-srpm-macros-2-2.el8.noarch 75/89 #15 24.87 Installing : ocaml-srpm-macros-5-4.el8.noarch 76/89 #15 24.88 Installing : libipt-1.6.1-8.el8.x86_64 77/89 #15 24.90 Installing : libatomic_ops-7.6.2-3.el8.x86_64 78/89 #13 31.81 Preparing to unpack .../168-iso-codes_4.2-1_all.deb ... #13 31.81 Unpacking iso-codes (4.2-1) ... #13 32.15 Selecting previously unselected package libalgorithm-diff-perl. #23 DONE 26.0s #24 [binary 1/1] COPY --from=build /out . #24 DONE 0.1s #25 exporting to client directory #25 copying files 35.65MB 0.1s done #25 DONE 0.1s cd /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker && docker buildx build --target all --build-arg VERSION=0.0.0-20240120124445-f18a476 --build-arg DOCKER_GITCOMMIT=c87e0ad --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg PLATFORM --output "./bundles/binary" . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 27.92kB done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 113B done #2 DONE 0.0s #3 resolve image config for docker.io/docker/dockerfile:1 #3 DONE 0.1s #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #4 CACHED #5 [internal] load metadata for docker.io/library/busybox:latest #5 DONE 0.0s #6 [auth] djs55/vpnkit:pull token for registry-1.docker.io #6 DONE 0.0s #7 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 #7 DONE 0.1s #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 #8 ... #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm #9 DONE 0.3s #13 33.94 Preparing to unpack .../067-libcurl4_7.74.0-1.3+deb11u11_armhf.deb ... #13 33.94 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u11) ... #13 34.00 Selecting previously unselected package curl. #13 34.00 Preparing to unpack .../068-curl_7.74.0-1.3+deb11u11_armhf.deb ... #13 34.00 Unpacking curl (7.74.0-1.3+deb11u11) ... #13 34.09 Selecting previously unselected package dctrl-tools. #13 34.10 Preparing to unpack .../069-dctrl-tools_2.24-3_armhf.deb ... #13 34.11 Unpacking dctrl-tools (2.24-3) ... #13 34.15 Selecting previously unselected package libdebhelper-perl. #13 34.15 Preparing to unpack .../070-libdebhelper-perl_13.3.4_all.deb ... #13 34.16 Unpacking libdebhelper-perl (13.3.4) ... #13 34.23 Selecting previously unselected package libtool. #13 37.23 Preparing to unpack .../173-libauthen-sasl-perl_2.1600-1_all.deb ... #13 37.23 Unpacking libauthen-sasl-perl (2.1600-1) ... #13 37.26 Selecting previously unselected package libmodule-implementation-perl. #13 37.27 Preparing to unpack .../174-libmodule-implementation-perl_0.09-1_all.deb ... #13 37.27 Unpacking libmodule-implementation-perl (0.09-1) ... #13 37.31 Selecting previously unselected package libvariable-magic-perl. #13 37.31 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b1_armhf.deb ... #13 37.31 Unpacking libvariable-magic-perl (0.62-1+b1) ... #13 37.35 Selecting previously unselected package libb-hooks-endofscope-perl. #13 37.35 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1_all.deb ... #13 37.35 Unpacking libb-hooks-endofscope-perl (0.24-1) ... #13 37.45 Selecting previously unselected package libcapture-tiny-perl. #14 26.90 Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-cookies-perl all 6.10-1 [18.4 kB] #14 26.92 Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB] #14 26.93 Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl-openssl-defaults arm64 5build2 [7544 B] #14 26.94 Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ssleay-perl arm64 1.92-1build2 [326 kB] #14 27.07 Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-socket-ssl-perl all 2.074-2 [192 kB] #14 31.75 Preparing to unpack .../239-libnet-netmask-perl_2.0002-2_all.deb ... #14 31.76 Unpacking libnet-netmask-perl (2.0002-2) ... #14 31.79 Selecting previously unselected package libnetaddr-ip-perl. #14 31.79 Preparing to unpack .../240-libnetaddr-ip-perl_4.079+dfsg-2build1_amd64.deb ... #14 31.79 Unpacking libnetaddr-ip-perl (4.079+dfsg-2build1) ... #14 31.83 Selecting previously unselected package libdata-validate-ip-perl. #14 31.84 Preparing to unpack .../241-libdata-validate-ip-perl_0.31-1_all.deb ... #14 31.84 Unpacking libdata-validate-ip-perl (0.31-1) ... #14 31.87 Selecting previously unselected package libdata-validate-uri-perl. #14 31.87 Preparing to unpack .../242-libdata-validate-uri-perl_0.07-2_all.deb ... #14 31.87 Unpacking libdata-validate-uri-perl (0.07-2) ... #14 31.91 Selecting previously unselected package libdistro-info-perl. #14 31.91 Preparing to unpack .../243-libdistro-info-perl_1.5ubuntu0.23.04.1_all.deb ... #14 31.91 Unpacking libdistro-info-perl (1.5ubuntu0.23.04.1) ... #14 31.94 Selecting previously unselected package libemail-address-xs-perl. #14 31.94 Preparing to unpack .../244-libemail-address-xs-perl_1.05-1build1_amd64.deb ... #14 31.95 Unpacking libemail-address-xs-perl (1.05-1build1) ... #14 31.98 Selecting previously unselected package libexporter-tiny-perl. #14 33.52 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_amd64.deb ... #14 33.53 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ... #14 33.57 Selecting previously unselected package python3.8-minimal. #14 33.57 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.9_amd64.deb ... #14 33.58 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... #14 33.77 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.20) ... #14 33.86 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.9) ... #14 33.87 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ... #13 29.54 Selecting previously unselected package gcc. #13 29.54 Preparing to unpack .../039-gcc_4%3a12.2.0-3+rpi1_armhf.deb ... #13 29.54 Unpacking gcc (4:12.2.0-3+rpi1) ... #13 29.58 Selecting previously unselected package libc-dev-bin. #13 29.58 Preparing to unpack .../040-libc-dev-bin_2.36-9+rpi1+deb12u3_armhf.deb ... #13 29.59 Unpacking libc-dev-bin (2.36-9+rpi1+deb12u3) ... #13 29.63 Selecting previously unselected package linux-libc-dev:armhf. #13 29.63 Preparing to unpack .../041-linux-libc-dev_6.1.52-1+rpi1_armhf.deb ... #13 29.63 Unpacking linux-libc-dev:armhf (6.1.52-1+rpi1) ... #13 29.81 Selecting previously unselected package libcrypt-dev:armhf. #13 29.81 Preparing to unpack .../042-libcrypt-dev_1%3a4.4.33-2_armhf.deb ... #13 29.82 Unpacking libcrypt-dev:armhf (1:4.4.33-2) ... #13 29.87 Selecting previously unselected package libtirpc-dev:armhf. #13 39.31 Preparing to unpack .../197-libdeflate0_1.14-1_armhf.deb ... #13 39.31 Unpacking libdeflate0:armhf (1.14-1) ... #13 39.37 Selecting previously unselected package libjbig0:armhf. #13 39.37 Preparing to unpack .../198-libjbig0_2.1-6.1_armhf.deb ... #13 39.37 Unpacking libjbig0:armhf (2.1-6.1) ... #13 39.42 Selecting previously unselected package liblerc4:armhf. #13 39.42 Preparing to unpack .../199-liblerc4_4.0.0+ds-2_armhf.deb ... #13 39.43 Unpacking liblerc4:armhf (4.0.0+ds-2) ... #13 39.49 Selecting previously unselected package libwebp7:armhf. #13 39.49 Preparing to unpack .../200-libwebp7_1.2.4-0.2+deb12u1_armhf.deb ... #13 39.50 Unpacking libwebp7:armhf (1.2.4-0.2+deb12u1) ... #13 39.56 Selecting previously unselected package libtiff6:armhf. #13 34.52 Setting up libpipeline1:armhf (1.5.1-2) ... #13 34.54 Setting up mime-support (3.62) ... #13 34.60 Setting up libmagic-mgc (1:5.35-4+deb10u2) ... #13 34.62 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u4) ... #13 34.63 No schema files found: doing nothing. #13 34.65 Setting up binutils-common:armhf (2.31.1-16+rpi2) ... #13 34.67 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ... #13 34.69 Setting up perl-openssl-defaults:armhf (3) ... #13 34.71 Setting up linux-libc-dev:armhf (1:1.20230509~buster-1) ... #13 34.73 Setting up gettext-base (0.19.8.1-9) ... #13 32.25 Preparing to unpack .../176-libpng16-16_1.6.37-3_arm64.deb ... #13 32.25 Unpacking libpng16-16:arm64 (1.6.37-3) ... #13 32.31 Selecting previously unselected package libfreetype6:arm64. #13 32.31 Preparing to unpack .../177-libfreetype6_2.10.4+dfsg-1+deb11u1_arm64.deb ... #13 32.32 Unpacking libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ... #13 32.39 Selecting previously unselected package libfontconfig1:arm64. #13 32.39 Preparing to unpack .../178-libfontconfig1_2.13.1-4.2_arm64.deb ... #13 32.39 Unpacking libfontconfig1:arm64 (2.13.1-4.2) ... #13 32.44 Selecting previously unselected package libjpeg62-turbo:arm64. #13 32.45 Preparing to unpack .../179-libjpeg62-turbo_1%3a2.0.6-4_arm64.deb ... #13 32.45 Unpacking libjpeg62-turbo:arm64 (1:2.0.6-4) ... #13 32.49 Selecting previously unselected package libdeflate0:arm64. #14 38.56 Get:343 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libregexp-pattern-perl all 0.2.14-2 [17.6 kB] #14 38.56 Get:344 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libregexp-wildcards-perl all 1.05-3 [12.9 kB] #14 38.57 Get:345 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsasl2-modules armhf 2.1.28+dfsg1-3 [61.0 kB] #14 38.62 Get:346 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsereal-decoder-perl armhf 5.004+ds-1 [93.3 kB] #14 38.68 Get:347 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsereal-encoder-perl armhf 5.004+ds-1 [94.9 kB] #13 23.28 Installing : rpmlint-1.11-19.el9.noarch 135/138 #13 23.34 Installing : rpm-build-4.16.1.3-29.el9.aarch64 136/138 #13 23.37 Installing : dnf-plugins-core-4.3.0-13.el9.noarch 137/138 #13 35.12 Unpacking libipc-system-simple-perl (1.25-4) ... #13 35.15 Selecting previously unselected package libfile-basedir-perl. #13 35.15 Preparing to unpack .../212-libfile-basedir-perl_0.08-1_all.deb ... #13 35.15 Unpacking libfile-basedir-perl (0.08-1) ... #13 35.18 Selecting previously unselected package libfile-chdir-perl. #13 35.18 Preparing to unpack .../213-libfile-chdir-perl_0.1008-1_all.deb ... #13 35.18 Unpacking libfile-chdir-perl (0.1008-1) ... #13 35.21 Selecting previously unselected package libfile-fcntllock-perl. #13 35.21 Preparing to unpack .../214-libfile-fcntllock-perl_0.22-3+b5_amd64.deb ... #13 35.22 Unpacking libfile-fcntllock-perl (0.22-3+b5) ... #13 35.24 Selecting previously unselected package libfont-afm-perl. #13 35.25 Preparing to unpack .../215-libfont-afm-perl_1.20-2_all.deb ... #13 35.25 Unpacking libfont-afm-perl (1.20-2) ... #13 35.28 Selecting previously unselected package libfribidi0:amd64. #13 35.28 Preparing to unpack .../216-libfribidi0_1.0.5-3.1+deb10u2_amd64.deb ... #13 35.29 Unpacking libfribidi0:amd64 (1.0.5-3.1+deb10u2) ... #13 35.32 Selecting previously unselected package libfuture-perl. #13 35.32 Preparing to unpack .../217-libfuture-perl_0.39-1_all.deb ... #13 35.33 Unpacking libfuture-perl (0.39-1) ... #13 35.36 Selecting previously unselected package libio-stringy-perl. #13 25.59 Running scriptlet: glibc-gconv-extra-2.34-95.el9.x86_64 139/139 #14 27.35 Preparing to unpack .../254-libio-string-perl_1.08-3.1_all.deb ... #14 27.36 Unpacking libio-string-perl (1.08-3.1) ... #14 27.39 Selecting previously unselected package libfont-ttf-perl. #14 27.39 Preparing to unpack .../255-libfont-ttf-perl_1.06-1.1_all.deb ... #14 27.39 Unpacking libfont-ttf-perl (1.06-1.1) ... #14 27.45 Selecting previously unselected package libsort-versions-perl. #14 27.45 Preparing to unpack .../256-libsort-versions-perl_1.62-1_all.deb ... #14 27.46 Unpacking libsort-versions-perl (1.62-1) ... #14 27.49 Selecting previously unselected package libgit-wrapper-perl. #14 27.50 Preparing to unpack .../257-libgit-wrapper-perl_0.048-1_all.deb ... #14 27.50 Unpacking libgit-wrapper-perl (0.048-1) ... #14 27.54 Selecting previously unselected package libhttp-tiny-multipart-perl. #14 27.54 Preparing to unpack .../258-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ... #14 27.54 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ... #14 27.58 Selecting previously unselected package libio-prompter-perl. #13 31.77 Preparing to unpack .../198-libfontconfig1_2.14.1-4_arm64.deb ... #13 31.78 Unpacking libfontconfig1:arm64 (2.14.1-4) ... #13 31.82 Selecting previously unselected package libde265-0:arm64. #13 31.82 Preparing to unpack .../199-libde265-0_1.0.11-1+deb12u1_arm64.deb ... #13 31.83 Unpacking libde265-0:arm64 (1.0.11-1+deb12u1) ... #13 31.87 Selecting previously unselected package libnuma1:arm64. #13 31.88 Preparing to unpack .../200-libnuma1_2.0.16-1_arm64.deb ... #13 31.88 Unpacking libnuma1:arm64 (2.0.16-1) ... #13 31.92 Selecting previously unselected package libx265-199:arm64. #13 31.92 Preparing to unpack .../201-libx265-199_3.5-2+b1_arm64.deb ... #13 31.93 Unpacking libx265-199:arm64 (3.5-2+b1) ... #13 32.01 Selecting previously unselected package libheif1:arm64. #14 36.33 Get:286 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libhttp-tiny-multipart-perl all 0.08-2 [9070 B] #14 29.49 Get:212 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-xdg all 0.28-2 [38.3 kB] #14 29.51 Get:213 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 dput all 1.1.3ubuntu3 [46.5 kB] #14 29.53 Get:214 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 fonts-noto-mono all 20201225-2 [435 kB] #14 29.61 Get:215 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 fonts-noto-core all 20201225-2 [13.3 MB] #14 29.18 Preparing to unpack .../178-diffstat_1.65-1_amd64.deb ... #14 29.19 Unpacking diffstat (1.65-1) ... #14 29.23 Selecting previously unselected package python3-chardet. #14 29.23 Preparing to unpack .../179-python3-chardet_5.1.0+dfsg-2_all.deb ... #14 29.24 Unpacking python3-chardet (5.1.0+dfsg-2) ... #14 29.30 Selecting previously unselected package zstd. #14 29.30 Preparing to unpack .../180-zstd_1.5.5+dfsg2-1ubuntu2_amd64.deb ... #14 29.31 Unpacking zstd (1.5.5+dfsg2-1ubuntu2) ... #14 29.37 Selecting previously unselected package python3-debian. #14 29.37 Preparing to unpack .../181-python3-debian_0.1.49ubuntu2_all.deb ... #14 29.38 Unpacking python3-debian (0.1.49ubuntu2) ... #14 29.42 Selecting previously unselected package libgpgme11:amd64. #14 30.54 Get:183 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtimedate-perl all 2.3200-1 [34.0 kB] #14 30.64 Get:184 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-date-perl all 6.05-1 [9920 B] #14 30.73 Get:185 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-listing-perl all 6.04-1 [9774 B] #14 30.80 Get:186 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB] #14 39.58 Selecting previously unselected package openssh-client. #14 39.58 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.11_armhf.deb ... #14 39.59 Unpacking openssh-client (1:8.2p1-4ubuntu0.11) ... #14 39.69 Selecting previously unselected package publicsuffix. #14 39.69 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ... #14 39.70 Unpacking publicsuffix (20200303.0012-1) ... #14 39.74 Selecting previously unselected package python-apt-common. #14 39.74 Preparing to unpack .../056-python-apt-common_2.0.1ubuntu0.20.04.1_all.deb ... #14 39.74 Unpacking python-apt-common (2.0.1ubuntu0.20.04.1) ... #14 39.78 Selecting previously unselected package python3-apt. #14 39.77 Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsyntax-keyword-try-perl armhf 0.26-1build1 [25.8 kB] #14 39.80 Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libterm-readkey-perl armhf 2.38-1build4 [23.8 kB] #14 39.82 Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-levenshteinxs-perl armhf 0.03-4build10 [7566 B] #14 39.83 Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-markdown-discount-perl armhf 0.13-1build1 [12.4 kB] #14 39.84 Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-xslate-perl armhf 3.5.9-1build1 [182 kB] #14 39.93 Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtime-duration-perl all 1.21-1 [13.1 kB] #14 39.93 Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtime-moment-perl armhf 0.44-1build6 [74.1 kB] #14 39.95 Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtype-tiny-xs-perl armhf 0.022-1build2 [23.3 kB] #13 36.10 Preparing to unpack .../202-libheif1_1.15.1-1_amd64.deb ... #13 36.11 Unpacking libheif1:amd64 (1.15.1-1) ... #13 36.17 Selecting previously unselected package libdeflate0:amd64. #13 36.17 Preparing to unpack .../203-libdeflate0_1.14-1_amd64.deb ... #13 36.17 Unpacking libdeflate0:amd64 (1.14-1) ... #13 36.23 Selecting previously unselected package libjbig0:amd64. #13 36.23 Preparing to unpack .../204-libjbig0_2.1-6.1_amd64.deb ... #13 36.24 Unpacking libjbig0:amd64 (2.1-6.1) ... #13 36.27 Selecting previously unselected package liblerc4:amd64. #13 36.28 Preparing to unpack .../205-liblerc4_4.0.0+ds-2_amd64.deb ... #13 36.28 Unpacking liblerc4:amd64 (4.0.0+ds-2) ... #13 36.33 Selecting previously unselected package libwebp7:amd64. #15 24.92 Installing : gc-7.6.4-3.el8.x86_64 79/89 #13 32.15 Preparing to unpack .../169-libalgorithm-diff-perl_1.19.03-2_all.deb ... #13 32.16 Unpacking libalgorithm-diff-perl (1.19.03-2) ... #13 32.19 Selecting previously unselected package libalgorithm-diff-xs-perl. #13 32.19 Preparing to unpack .../170-libalgorithm-diff-xs-perl_0.04-5+b1_arm64.deb ... #13 32.20 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ... #13 32.23 Selecting previously unselected package libalgorithm-merge-perl. #13 32.23 Preparing to unpack .../171-libalgorithm-merge-perl_0.08-3_all.deb ... #13 32.24 Unpacking libalgorithm-merge-perl (0.08-3) ... #13 32.28 Selecting previously unselected package libapt-inst2.0:arm64. #13 32.28 Preparing to unpack .../172-libapt-inst2.0_1.8.2.3_arm64.deb ... #13 32.29 Unpacking libapt-inst2.0:arm64 (1.8.2.3) ... #13 32.33 Selecting previously unselected package libapt-pkg-perl. #13 32.33 Preparing to unpack .../173-libapt-pkg-perl_0.1.34+b1_arm64.deb ... #13 32.34 Unpacking libapt-pkg-perl (0.1.34+b1) ... #13 32.37 Selecting previously unselected package libarchive-cpio-perl. #13 32.38 Preparing to unpack .../174-libarchive-cpio-perl_0.10-1_all.deb ... #13 32.38 Unpacking libarchive-cpio-perl (0.10-1) ... #13 32.41 Selecting previously unselected package libasync-mergepoint-perl. #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 #8 DONE 0.4s #10 [build-dummy 1/2] FROM docker.io/library/busybox:latest #10 DONE 0.0s #11 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 #11 CACHED #12 [vpnkit-linux-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done #12 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done #12 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done #12 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done #12 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.1s #13 34.23 Preparing to unpack .../071-libtool_2.4.6-15_all.deb ... #13 34.24 Unpacking libtool (2.4.6-15) ... #13 34.33 Selecting previously unselected package dh-autoreconf. #13 34.33 Preparing to unpack .../072-dh-autoreconf_20_all.deb ... #13 34.33 Unpacking dh-autoreconf (20) ... #13 34.38 Selecting previously unselected package libarchive-zip-perl. #13 34.38 Preparing to unpack .../073-libarchive-zip-perl_1.68-1_all.deb ... #13 34.39 Unpacking libarchive-zip-perl (1.68-1) ... #13 34.45 Selecting previously unselected package libsub-override-perl. #13 37.45 Preparing to unpack .../177-libcapture-tiny-perl_0.48-1_all.deb ... #13 37.46 Unpacking libcapture-tiny-perl (0.48-1) ... #13 37.50 Selecting previously unselected package libcgi-pm-perl. #13 37.50 Preparing to unpack .../178-libcgi-pm-perl_4.40-1_all.deb ... #13 37.50 Unpacking libcgi-pm-perl (4.40-1) ... #13 37.55 Selecting previously unselected package libfcgi-perl. #13 37.56 Preparing to unpack .../179-libfcgi-perl_0.78-2+b3_armhf.deb ... #13 37.56 Unpacking libfcgi-perl (0.78-2+b3) ... #13 37.60 Selecting previously unselected package libcgi-fast-perl. #13 37.60 Preparing to unpack .../180-libcgi-fast-perl_1%3a2.13-1_all.deb ... #13 37.60 Unpacking libcgi-fast-perl (1:2.13-1) ... #13 37.64 Selecting previously unselected package libsub-name-perl. #13 37.64 Preparing to unpack .../181-libsub-name-perl_0.21-1+b3_armhf.deb ... #13 37.64 Unpacking libsub-name-perl (0.21-1+b3) ... #13 37.67 Selecting previously unselected package libclass-accessor-perl. #13 37.68 Preparing to unpack .../182-libclass-accessor-perl_0.51-1_all.deb ... #13 37.68 Unpacking libclass-accessor-perl (0.51-1) ... #13 37.71 Selecting previously unselected package libclass-inspector-perl. #13 37.72 Preparing to unpack .../183-libclass-inspector-perl_1.32-1_all.deb ... #13 37.72 Unpacking libclass-inspector-perl (1.32-1) ... #13 37.75 Selecting previously unselected package libclass-xsaccessor-perl. #13 37.75 Preparing to unpack .../184-libclass-xsaccessor-perl_1.19-3+b2_armhf.deb ... #13 37.76 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ... #13 37.80 Selecting previously unselected package libclone-perl. #14 27.11 Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-http-perl all 6.22-1 [23.2 kB] #14 27.12 Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB] #14 27.12 Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtry-tiny-perl all 0.31-1 [21.8 kB] #14 27.12 Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB] #14 31.98 Preparing to unpack .../245-libexporter-tiny-perl_1.006000-1_all.deb ... #14 31.99 Unpacking libexporter-tiny-perl (1.006000-1) ... #14 32.02 Selecting previously unselected package libfcgi-bin. #14 32.02 Preparing to unpack .../246-libfcgi-bin_2.4.2-2build2_amd64.deb ... #14 32.03 Unpacking libfcgi-bin (2.4.2-2build2) ... #14 32.06 Selecting previously unselected package libipc-system-simple-perl. #14 32.06 Preparing to unpack .../247-libipc-system-simple-perl_1.30-2_all.deb ... #14 32.07 Unpacking libipc-system-simple-perl (1.30-2) ... #14 32.10 Selecting previously unselected package libfile-basedir-perl. #14 32.11 Preparing to unpack .../248-libfile-basedir-perl_0.09-2_all.deb ... #14 32.11 Unpacking libfile-basedir-perl (0.09-2) ... #14 32.14 Selecting previously unselected package libfile-chdir-perl. #14 32.14 Preparing to unpack .../249-libfile-chdir-perl_0.1008-1.1_all.deb ... #14 32.14 Unpacking libfile-chdir-perl (0.1008-1.1) ... #14 32.17 Selecting previously unselected package libfile-fcntllock-perl. #14 32.18 Preparing to unpack .../250-libfile-fcntllock-perl_0.22-4build1_amd64.deb ... #14 32.18 Unpacking libfile-fcntllock-perl (0.22-4build1) ... #14 32.25 Selecting previously unselected package libnumber-compare-perl. #14 33.89 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... #13 29.87 Preparing to unpack .../043-libtirpc-dev_1.3.3+ds-1_armhf.deb ... #13 29.87 Unpacking libtirpc-dev:armhf (1.3.3+ds-1) ... #13 29.92 Selecting previously unselected package libnsl-dev:armhf. #13 29.92 Preparing to unpack .../044-libnsl-dev_1.3.0-2_armhf.deb ... #13 29.92 Unpacking libnsl-dev:armhf (1.3.0-2) ... #13 29.97 Selecting previously unselected package rpcsvc-proto. #13 29.97 Preparing to unpack .../045-rpcsvc-proto_1.4.3-1_armhf.deb ... #13 29.97 Unpacking rpcsvc-proto (1.4.3-1) ... #13 30.02 Selecting previously unselected package libc6-dev:armhf. #13 30.02 Preparing to unpack .../046-libc6-dev_2.36-9+rpi1+deb12u3_armhf.deb ... #13 30.03 Unpacking libc6-dev:armhf (2.36-9+rpi1+deb12u3) ... #14 29.34 Resolving Dependencies #14 29.34 --> Running transaction check #14 29.34 ---> Package rpm-build.x86_64 0:4.11.3-48.el7_9 will be installed #14 29.36 --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-build-4.11.3-48.el7_9.x86_64 #14 29.49 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-48.el7_9.x86_64 #14 29.49 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-48.el7_9.x86_64 #14 29.49 --> Processing Dependency: unzip for package: rpm-build-4.11.3-48.el7_9.x86_64 #14 29.49 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-48.el7_9.x86_64 #14 29.49 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-48.el7_9.x86_64 #14 29.49 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-48.el7_9.x86_64 #14 29.49 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-48.el7_9.x86_64 #14 29.49 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-48.el7_9.x86_64 #14 29.49 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-48.el7_9.x86_64 #14 29.50 --> Processing Dependency: file for package: rpm-build-4.11.3-48.el7_9.x86_64 #14 29.50 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-48.el7_9.x86_64 #14 29.50 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-48.el7_9.x86_64 #14 29.50 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.el7_9.x86_64 #14 29.51 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed #14 29.51 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch #14 29.51 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch #14 29.51 --> Running transaction check #14 29.51 ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed #14 29.51 ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed #14 29.51 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64 #14 29.51 ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed #14 29.52 ---> Package file.x86_64 0:5.11-37.el7 will be installed #14 29.52 ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed #14 29.52 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed #14 29.52 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed #14 29.52 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed #14 29.53 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.53 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.53 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.53 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.53 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.53 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.54 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.55 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64 #14 29.55 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed #14 29.55 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed #14 29.55 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch #14 29.55 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch #14 29.55 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed #14 29.55 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed #14 29.55 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed #14 29.56 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch #14 29.56 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch #14 29.56 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch #14 29.56 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch #14 29.56 ---> Package rpm.x86_64 0:4.11.3-45.el7 will be updated #14 29.56 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.x86_64 #14 29.56 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.x86_64 #14 29.56 ---> Package rpm.x86_64 0:4.11.3-48.el7_9 will be an update #14 29.56 ---> Package unzip.x86_64 0:6.0-24.el7_9 will be installed #14 29.56 --> Running transaction check #14 29.56 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed #14 29.56 ---> Package emacs-filesystem.noarch 1:24.3-23.el7_9.1 will be installed #14 29.56 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed #14 29.57 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed #14 29.57 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed #14 29.57 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed #14 29.57 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed #14 29.57 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed #14 29.57 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch #14 29.57 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch #14 29.58 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed #14 29.58 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch #14 29.58 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch #14 29.58 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed #14 29.58 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed #14 29.58 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed #14 29.58 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed #14 29.58 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed #14 29.59 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed #14 29.59 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed #14 29.59 ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed #14 29.59 ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed #14 29.59 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed #14 29.59 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed #14 29.59 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed #14 29.59 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated #14 29.59 --> Processing Dependency: rpm-libs(x86-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.x86_64 #14 29.59 ---> Package rpm-libs.x86_64 0:4.11.3-48.el7_9 will be an update #14 29.59 ---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be updated #14 29.59 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update #14 29.59 ---> Package zip.x86_64 0:3.0-11.el7 will be installed #14 29.60 --> Running transaction check #14 29.60 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed #14 29.60 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed #14 29.60 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed #14 29.60 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch #14 29.60 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch #14 29.60 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed #14 29.61 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated #14 29.61 ---> Package rpm-build-libs.x86_64 0:4.11.3-48.el7_9 will be an update #14 29.61 --> Running transaction check #14 29.61 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed #14 29.61 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed #14 29.68 --> Finished Dependency Resolution #14 29.68 #14 29.68 Dependencies Resolved #14 29.69 #14 29.69 ================================================================================ #14 29.69 Package Arch Version Repository Size #14 29.69 ================================================================================ #14 29.69 Installing: #14 29.69 rpm-build x86_64 4.11.3-48.el7_9 updates 150 k #14 29.69 rpmlint noarch 1.5-4.el7 base 229 k #14 29.69 Installing for dependencies: #14 29.69 bzip2 x86_64 1.0.6-13.el7 base 52 k #14 29.69 desktop-file-utils x86_64 0.23-2.el7 base 67 k #14 29.69 dwz x86_64 0.11-3.el7 base 99 k #14 29.69 elfutils x86_64 0.176-5.el7 base 308 k #14 29.69 emacs-filesystem noarch 1:24.3-23.el7_9.1 updates 58 k #14 29.69 file x86_64 5.11-37.el7 base 57 k #14 29.69 gdb x86_64 7.6.1-120.el7 base 2.4 M #14 29.69 groff-base x86_64 1.22.2-8.el7 base 942 k #14 29.69 patch x86_64 2.7.1-12.el7_7 base 111 k #14 29.69 perl x86_64 4:5.16.3-299.el7_9 updates 8.0 M #14 29.69 perl-Carp noarch 1.26-244.el7 base 19 k #14 29.69 perl-Encode x86_64 2.51-7.el7 base 1.5 M #14 29.69 perl-Exporter noarch 5.68-3.el7 base 28 k #14 29.69 perl-File-Path noarch 2.09-2.el7 base 26 k #14 29.69 perl-File-Temp noarch 0.23.01-3.el7 base 56 k #14 29.69 perl-Filter x86_64 1.49-3.el7 base 76 k #14 29.69 perl-Getopt-Long noarch 2.40-3.el7 base 56 k #14 29.69 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k #14 29.69 perl-PathTools x86_64 3.40-5.el7 base 82 k #14 29.69 perl-Pod-Escapes noarch 1:1.04-299.el7_9 updates 52 k #14 29.69 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k #14 29.69 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k #14 29.69 perl-Pod-Usage noarch 1.63-3.el7 base 27 k #14 29.69 perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k #14 29.69 perl-Socket x86_64 2.010-5.el7 base 49 k #14 29.69 perl-Storable x86_64 2.45-3.el7 base 77 k #14 29.69 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k #14 29.69 perl-Thread-Queue noarch 3.02-2.el7 base 17 k #14 29.69 perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k #14 29.69 perl-Time-Local noarch 1.2300-2.el7 base 24 k #14 29.69 perl-constant noarch 1.27-2.el7 base 19 k #14 29.69 perl-libs x86_64 4:5.16.3-299.el7_9 updates 690 k #14 29.69 perl-macros x86_64 4:5.16.3-299.el7_9 updates 44 k #14 29.69 perl-parent noarch 1:0.225-244.el7 base 12 k #14 29.69 perl-podlators noarch 2.5.1-3.el7 base 112 k #14 29.69 perl-srpm-macros noarch 1-8.el7 base 4.6 k #14 29.69 perl-threads x86_64 1.87-4.el7 base 49 k #14 29.69 perl-threads-shared x86_64 1.43-6.el7 base 39 k #14 29.69 python-srpm-macros noarch 3-34.el7 base 8.8 k #14 29.69 redhat-rpm-config noarch 9.1.0-88.el7.centos base 81 k #14 29.69 unzip x86_64 6.0-24.el7_9 updates 172 k #14 29.69 zip x86_64 3.0-11.el7 base 260 k #14 29.69 Updating for dependencies: #14 29.69 rpm x86_64 4.11.3-48.el7_9 updates 1.2 M #14 29.69 rpm-build-libs x86_64 4.11.3-48.el7_9 updates 108 k #14 29.69 rpm-libs x86_64 4.11.3-48.el7_9 updates 279 k #14 29.69 rpm-python x86_64 4.11.3-48.el7_9 updates 84 k #14 29.69 #14 29.69 Transaction Summary #14 29.69 ================================================================================ #14 29.69 Install 2 Packages (+42 Dependent packages) #14 29.69 Upgrade ( 4 Dependent packages) #14 29.69 #14 29.69 Total download size: 18 M #14 29.69 Downloading packages: #14 29.69 Delta RPMs disabled because /usr/bin/applydeltarpm not installed. #13 39.56 Preparing to unpack .../201-libtiff6_4.5.0-6+deb12u1_armhf.deb ... #13 39.57 Unpacking libtiff6:armhf (4.5.0-6+deb12u1) ... #13 39.64 Selecting previously unselected package libxau6:armhf. #13 39.64 Preparing to unpack .../202-libxau6_1%3a1.0.9-1_armhf.deb ... #13 39.65 Unpacking libxau6:armhf (1:1.0.9-1) ... #13 39.69 Selecting previously unselected package libxdmcp6:armhf. #13 39.69 Preparing to unpack .../203-libxdmcp6_1%3a1.1.2-3_armhf.deb ... #13 39.70 Unpacking libxdmcp6:armhf (1:1.1.2-3) ... #13 39.75 Selecting previously unselected package libxcb1:armhf. #13 39.75 Preparing to unpack .../204-libxcb1_1.15-1_armhf.deb ... #13 39.75 Unpacking libxcb1:armhf (1.15-1) ... #13 39.79 Selecting previously unselected package libx11-data. #13 39.80 Preparing to unpack .../205-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... #13 39.80 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... #13 39.89 Selecting previously unselected package libx11-6:armhf. #13 39.89 Preparing to unpack .../206-libx11-6_2%3a1.8.4-2+deb12u2_armhf.deb ... #13 39.90 Unpacking libx11-6:armhf (2:1.8.4-2+deb12u2) ... #13 34.74 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u8) ... #13 34.76 Setting up file (1:5.35-4+deb10u2) ... #13 34.77 Setting up libgomp1:armhf (8.3.0-6+rpi1) ... #13 34.79 Setting up bzip2 (1.0.6-9.2~deb10u2) ... #13 34.82 Setting up libicu63:armhf (63.1-6+deb10u3) ... #13 34.83 Setting up libfakeroot:armhf (1.23-1) ... #13 34.85 Setting up fakeroot (1.23-1) ... #13 34.87 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #13 34.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 #13 34.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 #13 34.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 #13 34.87 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #13 34.87 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #13 34.87 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #13 34.87 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #13 34.87 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #13 34.89 Setting up libasan5:armhf (8.3.0-6+rpi1) ... #13 34.90 Setting up autotools-dev (20180224.1) ... #13 34.92 Setting up make (4.2.1-1.2) ... #13 34.93 Setting up libmpfr6:armhf (4.0.2-1) ... #13 34.95 Setting up libsigsegv2:armhf (2.12-2) ... #13 32.50 Preparing to unpack .../180-libdeflate0_1.7-1_arm64.deb ... #13 32.50 Unpacking libdeflate0:arm64 (1.7-1) ... #13 32.54 Selecting previously unselected package libjbig0:arm64. #13 32.55 Preparing to unpack .../181-libjbig0_2.1-3.1+b2_arm64.deb ... #13 32.55 Unpacking libjbig0:arm64 (2.1-3.1+b2) ... #13 32.59 Selecting previously unselected package libwebp6:arm64. #13 32.59 Preparing to unpack .../182-libwebp6_0.6.1-2.1+deb11u2_arm64.deb ... #13 32.59 Unpacking libwebp6:arm64 (0.6.1-2.1+deb11u2) ... #13 32.64 Selecting previously unselected package libtiff5:arm64. #13 32.64 Preparing to unpack .../183-libtiff5_4.2.0-1+deb11u5_arm64.deb ... #13 32.65 Unpacking libtiff5:arm64 (4.2.0-1+deb11u5) ... #13 32.69 Selecting previously unselected package libxau6:arm64. #13 32.70 Preparing to unpack .../184-libxau6_1%3a1.0.9-1_arm64.deb ... #13 32.70 Unpacking libxau6:arm64 (1:1.0.9-1) ... #13 32.74 Selecting previously unselected package libxdmcp6:arm64. #13 32.74 Preparing to unpack .../185-libxdmcp6_1%3a1.1.2-3_arm64.deb ... #13 32.74 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... #14 38.72 Get:348 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libset-intspan-perl all 1.19-3 [24.8 kB] #14 38.72 Get:349 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsocket6-perl armhf 0.29-3 [16.4 kB] #14 38.73 Get:350 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsodium23 armhf 1.0.18-1build2 [141 kB] #14 38.76 Get:351 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libstring-copyright-perl all 0.003014-1 [20.5 kB] #14 38.77 Get:352 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libstring-escape-perl all 2010.002-3 [16.1 kB] #14 38.92 Get:353 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libstring-license-perl all 0.0.9-2ubuntu1 [35.0 kB] #13 35.36 Preparing to unpack .../218-libio-stringy-perl_2.111-3_all.deb ... #13 35.36 Unpacking libio-stringy-perl (2.111-3) ... #13 35.39 Selecting previously unselected package libparams-validate-perl. #13 35.39 Preparing to unpack .../219-libparams-validate-perl_1.29-1+b1_amd64.deb ... #13 35.43 Unpacking libparams-validate-perl (1.29-1+b1) ... #13 35.46 Selecting previously unselected package libgetopt-long-descriptive-perl. #13 23.49 Installing : glibc-gconv-extra-2.34-95.el9.aarch64 138/138 #13 35.47 Preparing to unpack .../220-libgetopt-long-descriptive-perl_0.103-2_all.deb ... #13 35.47 Unpacking libgetopt-long-descriptive-perl (0.103-2) ... #13 35.50 Selecting previously unselected package libsort-versions-perl. #13 35.50 Preparing to unpack .../221-libsort-versions-perl_1.62-1_all.deb ... #13 35.50 Unpacking libsort-versions-perl (1.62-1) ... #13 35.53 Selecting previously unselected package libgit-wrapper-perl. #13 35.53 Preparing to unpack .../222-libgit-wrapper-perl_0.048-1_all.deb ... #13 35.53 Unpacking libgit-wrapper-perl (0.048-1) ... #13 35.56 Selecting previously unselected package libhttp-tiny-multipart-perl. #13 35.56 Preparing to unpack .../223-libhttp-tiny-multipart-perl_0.08-1_all.deb ... #13 35.57 Unpacking libhttp-tiny-multipart-perl (0.08-1) ... #13 30.06 Verifying : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1 1/139 #13 30.06 Verifying : binutils-2.35.2-42.el9.x86_64 2/139 #13 30.06 Verifying : binutils-gold-2.35.2-42.el9.x86_64 3/139 #13 30.06 Verifying : bzip2-1.0.8-8.el9.x86_64 4/139 #13 30.06 Verifying : cpio-2.13-16.el9.x86_64 5/139 #13 30.06 Verifying : dbus-libs-1:1.12.20-8.el9.x86_64 6/139 #13 30.06 Verifying : diffutils-3.7-12.el9.x86_64 7/139 #13 30.07 Verifying : dnf-plugins-core-4.3.0-13.el9.noarch 8/139 #13 30.07 Verifying : ed-1.14.2-12.el9.x86_64 9/139 #13 30.07 Verifying : elfutils-0.190-2.el9.x86_64 10/139 #13 30.07 Verifying : elfutils-debuginfod-client-0.190-2.el9.x86_64 11/139 #13 30.07 Verifying : file-5.39-14.el9.x86_64 12/139 #13 30.07 Verifying : glib-networking-2.68.3-3.el9.x86_64 13/139 #13 30.07 Verifying : glibc-gconv-extra-2.34-95.el9.x86_64 14/139 #13 30.07 Verifying : groff-base-1.22.4-10.el9.x86_64 15/139 #13 30.07 Verifying : gsettings-desktop-schemas-40.0-6.el9.x86_64 16/139 #13 30.07 Verifying : info-6.7-15.el9.x86_64 17/139 #13 30.07 Verifying : json-glib-1.6.6-1.el9.x86_64 18/139 #13 30.07 Verifying : less-590-2.el9.x86_64 19/139 #13 30.07 Verifying : libatomic-11.4.1-3.el9.x86_64 20/139 #13 30.07 Verifying : libbrotli-1.0.9-6.el9.x86_64 21/139 #13 30.07 Verifying : libicu-67.1-9.el9.x86_64 22/139 #13 30.07 Verifying : libpipeline-1.5.3-4.el9.x86_64 23/139 #13 30.07 Verifying : libpkgconf-1.7.3-10.el9.x86_64 24/139 #13 30.07 Verifying : libpng-2:1.6.37-12.el9.x86_64 25/139 #13 30.07 Verifying : libproxy-0.4.15-35.el9.x86_64 26/139 #13 30.07 Verifying : libpsl-0.21.1-5.el9.x86_64 27/139 #13 30.07 Verifying : man-db-2.9.3-7.el9.x86_64 28/139 #13 30.07 Verifying : ncurses-6.2-10.20210508.el9.x86_64 29/139 #13 30.07 Verifying : pkgconf-1.7.3-10.el9.x86_64 30/139 #13 30.07 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 31/139 #13 30.07 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 32/139 #13 30.07 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 33/139 #13 30.07 Verifying : python3-dateutil-1:2.8.1-7.el9.noarch 34/139 #13 30.07 Verifying : python3-dbus-1.2.18-2.el9.x86_64 35/139 #13 30.07 Verifying : python3-dnf-plugins-core-4.3.0-13.el9.noarch 36/139 #13 30.07 Verifying : python3-six-1.15.0-9.el9.noarch 37/139 #13 30.07 Verifying : python3-systemd-234-18.el9.x86_64 38/139 #13 30.07 Verifying : shared-mime-info-2.1-5.el9.x86_64 39/139 #13 30.07 Verifying : systemd-libs-252-23.el9.x86_64 40/139 #13 30.07 Verifying : unzip-6.0-56.el9.x86_64 41/139 #13 30.07 Verifying : xz-5.2.5-8.el9.x86_64 42/139 #13 30.07 Verifying : zip-3.0-35.el9.x86_64 43/139 #13 30.07 Verifying : zstd-1.5.1-2.el9.x86_64 44/139 #13 30.07 Verifying : abattis-cantarell-fonts-0.301-4.el9.noarch 45/139 #13 30.07 Verifying : debugedit-5.0-5.el9.x86_64 46/139 #13 30.07 Verifying : desktop-file-utils-0.26-6.el9.x86_64 47/139 #13 30.07 Verifying : dwz-0.14-3.el9.x86_64 48/139 #13 30.07 Verifying : efi-srpm-macros-4-9.el9.noarch 49/139 #13 30.07 Verifying : emacs-filesystem-1:27.2-9.el9.noarch 50/139 #13 30.07 Verifying : enchant-1:1.6.0-30.el9.x86_64 51/139 #13 30.07 Verifying : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch 52/139 #13 30.07 Verifying : gdb-minimal-10.2-13.el9.x86_64 53/139 #13 30.07 Verifying : gdk-pixbuf2-2.42.6-3.el9.x86_64 54/139 #13 30.07 Verifying : ghc-srpm-macros-1.5.0-6.el9.noarch 55/139 #13 30.07 Verifying : go-srpm-macros-3.2.0-3.el9.noarch 56/139 #13 30.07 Verifying : hunspell-1.7.0-11.el9.x86_64 57/139 #13 30.07 Verifying : hunspell-en-0.20140811.1-20.el9.noarch 58/139 #13 30.07 Verifying : hunspell-en-GB-0.20140811.1-20.el9.noarch 59/139 #13 30.07 Verifying : hunspell-en-US-0.20140811.1-20.el9.noarch 60/139 #13 30.07 Verifying : hunspell-filesystem-1.7.0-11.el9.x86_64 61/139 #13 30.07 Verifying : kernel-srpm-macros-1.0-13.el9.noarch 62/139 #13 30.07 Verifying : libappstream-glib-0.7.18-4.el9.x86_64 63/139 #13 30.07 Verifying : libjpeg-turbo-2.0.90-7.el9.x86_64 64/139 #13 30.07 Verifying : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 65/139 #13 30.07 Verifying : libsoup-2.72.0-8.el9.x86_64 66/139 #13 30.07 Verifying : libstemmer-0-18.585svn.el9.x86_64 67/139 #13 30.07 Verifying : lua-srpm-macros-1-6.el9.noarch 68/139 #13 30.07 Verifying : ocaml-srpm-macros-6-6.el9.noarch 69/139 #13 30.07 Verifying : openblas-srpm-macros-2-11.el9.noarch 70/139 #13 30.07 Verifying : patch-2.7.6-16.el9.x86_64 71/139 #13 30.07 Verifying : perl-AutoLoader-5.74-481.el9.noarch 72/139 #13 30.07 Verifying : perl-B-1.80-481.el9.x86_64 73/139 #13 30.07 Verifying : perl-Carp-1.50-460.el9.noarch 74/139 #13 30.07 Verifying : perl-Class-Struct-0.66-481.el9.noarch 75/139 #13 30.07 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 76/139 #13 30.07 Verifying : perl-Digest-1.19-4.el9.noarch 77/139 #13 30.07 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 78/139 #13 30.07 Verifying : perl-Encode-4:3.08-462.el9.x86_64 79/139 #13 30.07 Verifying : perl-Errno-1.30-481.el9.x86_64 80/139 #13 30.07 Verifying : perl-Exporter-5.74-461.el9.noarch 81/139 #13 30.07 Verifying : perl-Fcntl-1.13-481.el9.x86_64 82/139 #13 30.07 Verifying : perl-File-Basename-2.85-481.el9.noarch 83/139 #13 30.07 Verifying : perl-File-Path-2.18-4.el9.noarch 84/139 #13 30.07 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 85/139 #13 30.07 Verifying : perl-File-stat-1.09-481.el9.noarch 86/139 #13 30.07 Verifying : perl-FileHandle-2.03-481.el9.noarch 87/139 #13 30.07 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 88/139 #13 30.07 Verifying : perl-Getopt-Std-1.12-481.el9.noarch 89/139 #13 30.07 Verifying : perl-HTTP-Tiny-0.076-462.el9.noarch 90/139 #13 30.07 Verifying : perl-IO-1.43-481.el9.x86_64 91/139 #13 30.07 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 92/139 #13 30.07 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 93/139 #13 30.07 Verifying : perl-IPC-Open3-1.21-481.el9.noarch 94/139 #13 30.07 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 95/139 #13 30.07 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 96/139 #13 30.07 Verifying : perl-NDBM_File-1.15-481.el9.x86_64 97/139 #13 30.07 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 98/139 #13 30.07 Verifying : perl-POSIX-1.94-481.el9.x86_64 99/139 #13 30.07 Verifying : perl-PathTools-3.78-461.el9.x86_64 100/139 #13 30.07 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 101/139 #13 30.07 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 102/139 #13 30.07 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 103/139 #13 30.07 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 104/139 #13 30.07 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 105/139 #13 30.07 Verifying : perl-SelectSaver-1.02-481.el9.noarch 106/139 #13 30.07 Verifying : perl-Socket-4:2.031-4.el9.x86_64 107/139 #13 30.07 Verifying : perl-Storable-1:3.21-460.el9.x86_64 108/139 #13 30.07 Verifying : perl-Symbol-1.08-481.el9.noarch 109/139 #13 30.07 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 110/139 #13 30.07 Verifying : perl-Term-Cap-1.17-460.el9.noarch 111/139 #13 30.07 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 112/139 #13 30.07 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 113/139 #13 30.07 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 114/139 #13 30.07 Verifying : perl-URI-5.09-3.el9.noarch 115/139 #13 30.07 Verifying : perl-base-2.27-481.el9.noarch 116/139 #13 30.07 Verifying : perl-constant-1.33-461.el9.noarch 117/139 #13 30.07 Verifying : perl-if-0.60.800-481.el9.noarch 118/139 #13 30.07 Verifying : perl-interpreter-4:5.32.1-481.el9.x86_64 119/139 #13 30.07 Verifying : perl-libnet-3.13-4.el9.noarch 120/139 #13 30.07 Verifying : perl-libs-4:5.32.1-481.el9.x86_64 121/139 #13 30.07 Verifying : perl-mro-1.23-481.el9.x86_64 122/139 #13 30.07 Verifying : perl-overload-1.31-481.el9.noarch 123/139 #13 30.07 Verifying : perl-overloading-0.02-481.el9.noarch 124/139 #13 30.07 Verifying : perl-parent-1:0.238-460.el9.noarch 125/139 #13 30.07 Verifying : perl-podlators-1:4.14-460.el9.noarch 126/139 #13 30.07 Verifying : perl-srpm-macros-1-41.el9.noarch 127/139 #13 30.07 Verifying : perl-subs-1.03-481.el9.noarch 128/139 #13 30.07 Verifying : perl-vars-1.05-481.el9.noarch 129/139 #13 30.07 Verifying : pyproject-srpm-macros-1.9.0-1.el9.noarch 130/139 #13 30.07 Verifying : python-srpm-macros-3.9-53.el9.noarch 131/139 #13 30.07 Verifying : python3-enchant-3.2.0-5.el9.noarch 132/139 #13 30.07 Verifying : python3-file-magic-5.39-14.el9.noarch 133/139 #13 30.07 Verifying : qt5-srpm-macros-5.15.9-1.el9.noarch 134/139 #13 30.07 Verifying : redhat-rpm-config-206-1.el9.noarch 135/139 #13 30.07 Verifying : rpm-build-4.16.1.3-29.el9.x86_64 136/139 #13 30.07 Verifying : rpmlint-1.11-19.el9.noarch 137/139 #13 30.07 Verifying : rust-srpm-macros-17-4.el9.noarch 138/139 #13 30.07 Verifying : webkit2gtk3-jsc-2.42.4-1.el9.x86_64 139/139 #13 30.23 #13 30.23 Installed: #13 30.23 abattis-cantarell-fonts-0.301-4.el9.noarch #13 30.23 adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch #13 30.23 binutils-2.35.2-42.el9.x86_64 #13 30.23 binutils-gold-2.35.2-42.el9.x86_64 #13 30.23 bzip2-1.0.8-8.el9.x86_64 #13 30.23 cpio-2.13-16.el9.x86_64 #13 30.23 dbus-libs-1:1.12.20-8.el9.x86_64 #13 30.23 debugedit-5.0-5.el9.x86_64 #13 30.23 desktop-file-utils-0.26-6.el9.x86_64 #13 30.23 diffutils-3.7-12.el9.x86_64 #13 30.23 dnf-plugins-core-4.3.0-13.el9.noarch #13 30.23 dwz-0.14-3.el9.x86_64 #13 30.23 ed-1.14.2-12.el9.x86_64 #13 30.23 efi-srpm-macros-4-9.el9.noarch #13 30.23 elfutils-0.190-2.el9.x86_64 #13 30.23 elfutils-debuginfod-client-0.190-2.el9.x86_64 #13 30.23 emacs-filesystem-1:27.2-9.el9.noarch #13 30.23 enchant-1:1.6.0-30.el9.x86_64 #13 30.23 file-5.39-14.el9.x86_64 #13 30.23 fonts-srpm-macros-1:2.0.5-7.el9.1.noarch #13 30.23 gdb-minimal-10.2-13.el9.x86_64 #13 30.23 gdk-pixbuf2-2.42.6-3.el9.x86_64 #13 30.23 ghc-srpm-macros-1.5.0-6.el9.noarch #13 30.23 glib-networking-2.68.3-3.el9.x86_64 #13 30.23 glibc-gconv-extra-2.34-95.el9.x86_64 #13 30.23 go-srpm-macros-3.2.0-3.el9.noarch #13 30.23 groff-base-1.22.4-10.el9.x86_64 #13 30.23 gsettings-desktop-schemas-40.0-6.el9.x86_64 #13 30.23 hunspell-1.7.0-11.el9.x86_64 #13 30.23 hunspell-en-0.20140811.1-20.el9.noarch #13 30.23 hunspell-en-GB-0.20140811.1-20.el9.noarch #13 30.23 hunspell-en-US-0.20140811.1-20.el9.noarch #13 30.23 hunspell-filesystem-1.7.0-11.el9.x86_64 #13 30.23 info-6.7-15.el9.x86_64 #13 30.23 json-glib-1.6.6-1.el9.x86_64 #13 30.23 kernel-srpm-macros-1.0-13.el9.noarch #13 30.23 less-590-2.el9.x86_64 #13 30.23 libappstream-glib-0.7.18-4.el9.x86_64 #13 30.23 libatomic-11.4.1-3.el9.x86_64 #13 30.23 libbrotli-1.0.9-6.el9.x86_64 #13 30.23 libicu-67.1-9.el9.x86_64 #13 30.23 libjpeg-turbo-2.0.90-7.el9.x86_64 #13 30.23 libpipeline-1.5.3-4.el9.x86_64 #13 30.23 libpkgconf-1.7.3-10.el9.x86_64 #13 30.23 libpng-2:1.6.37-12.el9.x86_64 #13 30.23 libproxy-0.4.15-35.el9.x86_64 #13 30.23 libproxy-webkitgtk4-0.4.15-35.el9.x86_64 #13 30.23 libpsl-0.21.1-5.el9.x86_64 #13 30.23 libsoup-2.72.0-8.el9.x86_64 #13 30.23 libstemmer-0-18.585svn.el9.x86_64 #13 30.23 lua-srpm-macros-1-6.el9.noarch #13 30.23 man-db-2.9.3-7.el9.x86_64 #13 30.23 ncurses-6.2-10.20210508.el9.x86_64 #13 30.23 ocaml-srpm-macros-6-6.el9.noarch #13 30.23 openblas-srpm-macros-2-11.el9.noarch #13 30.23 patch-2.7.6-16.el9.x86_64 #13 30.23 perl-AutoLoader-5.74-481.el9.noarch #13 30.23 perl-B-1.80-481.el9.x86_64 #13 30.23 perl-Carp-1.50-460.el9.noarch #13 30.23 perl-Class-Struct-0.66-481.el9.noarch #13 30.23 perl-Data-Dumper-2.174-462.el9.x86_64 #13 30.23 perl-Digest-1.19-4.el9.noarch #13 30.23 perl-Digest-MD5-2.58-4.el9.x86_64 #13 30.23 perl-Encode-4:3.08-462.el9.x86_64 #13 30.23 perl-Errno-1.30-481.el9.x86_64 #13 30.23 perl-Exporter-5.74-461.el9.noarch #13 30.23 perl-Fcntl-1.13-481.el9.x86_64 #13 30.23 perl-File-Basename-2.85-481.el9.noarch #13 30.23 perl-File-Path-2.18-4.el9.noarch #13 30.23 perl-File-Temp-1:0.231.100-4.el9.noarch #13 30.23 perl-File-stat-1.09-481.el9.noarch #13 30.23 perl-FileHandle-2.03-481.el9.noarch #13 30.23 perl-Getopt-Long-1:2.52-4.el9.noarch #13 30.23 perl-Getopt-Std-1.12-481.el9.noarch #13 30.23 perl-HTTP-Tiny-0.076-462.el9.noarch #13 30.23 perl-IO-1.43-481.el9.x86_64 #13 30.23 perl-IO-Socket-IP-0.41-5.el9.noarch #14 27.58 Preparing to unpack .../259-libio-prompter-perl_0.004015-1_all.deb ... #13 30.23 perl-IO-Socket-SSL-2.073-1.el9.noarch #13 30.23 perl-IPC-Open3-1.21-481.el9.noarch #13 30.23 perl-MIME-Base64-3.16-4.el9.x86_64 #13 30.23 perl-Mozilla-CA-20200520-6.el9.noarch #13 30.23 perl-NDBM_File-1.15-481.el9.x86_64 #13 30.23 perl-Net-SSLeay-1.92-2.el9.x86_64 #13 30.23 perl-POSIX-1.94-481.el9.x86_64 #13 30.23 perl-PathTools-3.78-461.el9.x86_64 #13 30.23 perl-Pod-Escapes-1:1.07-460.el9.noarch #13 30.23 perl-Pod-Perldoc-3.28.01-461.el9.noarch #13 30.23 perl-Pod-Simple-1:3.42-4.el9.noarch #13 30.23 perl-Pod-Usage-4:2.01-4.el9.noarch #13 30.23 perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 #13 30.23 perl-SelectSaver-1.02-481.el9.noarch #13 30.23 perl-Socket-4:2.031-4.el9.x86_64 #14 27.59 Unpacking libio-prompter-perl (0.004015-1) ... #14 27.63 Selecting previously unselected package libjson-perl. #14 27.63 Preparing to unpack .../260-libjson-perl_4.04000-1_all.deb ... #14 27.64 Unpacking libjson-perl (4.04000-1) ... #14 27.67 Selecting previously unselected package liblog-any-perl. #14 27.67 Preparing to unpack .../261-liblog-any-perl_1.710-1_all.deb ... #14 27.68 Unpacking liblog-any-perl (1.710-1) ... #14 27.71 Selecting previously unselected package liblog-any-adapter-screen-perl. #14 27.71 Preparing to unpack .../262-liblog-any-adapter-screen-perl_0.140-2_all.deb ... #14 27.73 Unpacking liblog-any-adapter-screen-perl (0.140-2) ... #14 27.76 Selecting previously unselected package libpackage-stash-perl. #14 27.76 Preparing to unpack .../263-libpackage-stash-perl_0.39-1_all.deb ... #14 27.77 Unpacking libpackage-stash-perl (0.39-1) ... #14 27.80 Selecting previously unselected package libsub-identify-perl. #14 27.80 Preparing to unpack .../264-libsub-identify-perl_0.14-1build5_amd64.deb ... #14 27.81 Unpacking libsub-identify-perl (0.14-1build5) ... #14 27.84 Selecting previously unselected package libsub-name-perl. #13 30.23 perl-Storable-1:3.21-460.el9.x86_64 #13 30.23 perl-Symbol-1.08-481.el9.noarch #13 30.23 perl-Term-ANSIColor-5.01-461.el9.noarch #13 30.23 perl-Term-Cap-1.17-460.el9.noarch #13 30.23 perl-Text-ParseWords-3.30-460.el9.noarch #13 30.23 perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch #13 30.23 perl-Time-Local-2:1.300-7.el9.noarch #13 30.23 perl-URI-5.09-3.el9.noarch #13 30.23 perl-base-2.27-481.el9.noarch #13 30.23 perl-constant-1.33-461.el9.noarch #13 30.23 perl-if-0.60.800-481.el9.noarch #13 30.23 perl-interpreter-4:5.32.1-481.el9.x86_64 #13 30.23 perl-libnet-3.13-4.el9.noarch #13 30.23 perl-libs-4:5.32.1-481.el9.x86_64 #13 30.23 perl-mro-1.23-481.el9.x86_64 #13 30.23 perl-overload-1.31-481.el9.noarch #13 30.23 perl-overloading-0.02-481.el9.noarch #13 30.23 perl-parent-1:0.238-460.el9.noarch #13 30.23 perl-podlators-1:4.14-460.el9.noarch #13 30.23 perl-srpm-macros-1-41.el9.noarch #13 30.23 perl-subs-1.03-481.el9.noarch #13 30.23 perl-vars-1.05-481.el9.noarch #13 30.23 pkgconf-1.7.3-10.el9.x86_64 #13 30.23 pkgconf-m4-1.7.3-10.el9.noarch #13 30.23 pkgconf-pkg-config-1.7.3-10.el9.x86_64 #13 30.23 publicsuffix-list-dafsa-20210518-3.el9.noarch #13 30.23 pyproject-srpm-macros-1.9.0-1.el9.noarch #13 30.23 python-srpm-macros-3.9-53.el9.noarch #13 30.23 python3-dateutil-1:2.8.1-7.el9.noarch #13 30.23 python3-dbus-1.2.18-2.el9.x86_64 #13 30.23 python3-dnf-plugins-core-4.3.0-13.el9.noarch #13 30.23 python3-enchant-3.2.0-5.el9.noarch #13 30.23 python3-file-magic-5.39-14.el9.noarch #13 30.23 python3-six-1.15.0-9.el9.noarch #13 30.23 python3-systemd-234-18.el9.x86_64 #13 30.23 qt5-srpm-macros-5.15.9-1.el9.noarch #13 30.23 redhat-rpm-config-206-1.el9.noarch #13 30.23 rpm-build-4.16.1.3-29.el9.x86_64 #13 30.23 rpmlint-1.11-19.el9.noarch #13 30.23 rust-srpm-macros-17-4.el9.noarch #13 30.23 shared-mime-info-2.1-5.el9.x86_64 #13 30.23 systemd-libs-252-23.el9.x86_64 #13 30.23 unzip-6.0-56.el9.x86_64 #13 30.23 webkit2gtk3-jsc-2.42.4-1.el9.x86_64 #13 30.23 xz-5.2.5-8.el9.x86_64 #13 30.23 zip-3.0-35.el9.x86_64 #13 32.01 Preparing to unpack .../202-libheif1_1.15.1-1_arm64.deb ... #13 32.01 Unpacking libheif1:arm64 (1.15.1-1) ... #13 32.06 Selecting previously unselected package libdeflate0:arm64. #13 32.07 Preparing to unpack .../203-libdeflate0_1.14-1_arm64.deb ... #13 32.07 Unpacking libdeflate0:arm64 (1.14-1) ... #13 32.14 Selecting previously unselected package libjbig0:arm64. #13 32.15 Preparing to unpack .../204-libjbig0_2.1-6.1_arm64.deb ... #13 32.15 Unpacking libjbig0:arm64 (2.1-6.1) ... #13 32.19 Selecting previously unselected package liblerc4:arm64. #13 32.19 Preparing to unpack .../205-liblerc4_4.0.0+ds-2_arm64.deb ... #13 32.19 Unpacking liblerc4:arm64 (4.0.0+ds-2) ... #13 32.24 Selecting previously unselected package libwebp7:arm64. #13 32.24 Preparing to unpack .../206-libwebp7_1.2.4-0.2+deb12u1_arm64.deb ... #13 32.24 Unpacking libwebp7:arm64 (1.2.4-0.2+deb12u1) ... #13 32.29 Selecting previously unselected package libtiff6:arm64. #14 28.41 Get:187 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libhtml-parser-perl arm64 3.81-1 [86.6 kB] #14 28.47 Get:188 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libhtml-tree-perl all 5.07-3 [200 kB] #14 28.58 Get:189 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libclone-perl arm64 0.46-1 [10.5 kB] #14 36.40 Get:287 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libio-prompter-perl all 0.004015-2 [58.3 kB] #14 29.42 Preparing to unpack .../182-libgpgme11_1.18.0-3ubuntu2_amd64.deb ... #14 29.43 Unpacking libgpgme11:amd64 (1.18.0-3ubuntu2) ... #14 29.47 Selecting previously unselected package python3-gpg. #14 29.47 Preparing to unpack .../183-python3-gpg_1.18.0-3ubuntu2_amd64.deb ... #14 29.48 Unpacking python3-gpg (1.18.0-3ubuntu2) ... #14 29.54 Selecting previously unselected package python3-xdg. #14 29.55 Preparing to unpack .../184-python3-xdg_0.28-2_all.deb ... #14 29.55 Unpacking python3-xdg (0.28-2) ... #14 29.60 Selecting previously unselected package dput. #14 29.60 Preparing to unpack .../185-dput_1.1.3ubuntu3_all.deb ... #14 29.61 Unpacking dput (1.1.3ubuntu3) ... #14 29.66 Selecting previously unselected package fonts-noto-mono. #14 30.89 Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liburi-perl all 1.76-2 [77.5 kB] #14 31.04 Get:188 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-parser-perl arm64 3.72-5 [84.1 kB] #14 39.78 Preparing to unpack .../057-python3-apt_2.0.1ubuntu0.20.04.1_armhf.deb ... #14 39.78 Unpacking python3-apt (2.0.1ubuntu0.20.04.1) ... #14 39.83 Selecting previously unselected package strace. #14 39.83 Preparing to unpack .../058-strace_5.5-3ubuntu1_armhf.deb ... #14 39.83 Unpacking strace (5.5-3ubuntu1) ... #14 39.89 Selecting previously unselected package xauth. #14 39.89 Preparing to unpack .../059-xauth_1%3a1.1-0ubuntu1_armhf.deb ... #14 39.90 Unpacking xauth (1:1.1-0ubuntu1) ... #14 39.94 Selecting previously unselected package libfl2:armhf. #14 39.94 Preparing to unpack .../060-libfl2_2.6.4-6.2_armhf.deb ... #14 39.94 Unpacking libfl2:armhf (2.6.4-6.2) ... #14 39.99 Selecting previously unselected package at. #14 39.99 Preparing to unpack .../061-at_3.1.23-1ubuntu1_armhf.deb ... #14 39.99 Unpacking at (3.1.23-1ubuntu1) ... #13 36.33 Preparing to unpack .../206-libwebp7_1.2.4-0.2+deb12u1_amd64.deb ... #13 36.34 Unpacking libwebp7:amd64 (1.2.4-0.2+deb12u1) ... #13 36.40 Selecting previously unselected package libtiff6:amd64. #13 36.41 Preparing to unpack .../207-libtiff6_4.5.0-6+deb12u1_amd64.deb ... #13 36.41 Unpacking libtiff6:amd64 (4.5.0-6+deb12u1) ... #13 36.46 Selecting previously unselected package libxau6:amd64. #13 36.46 Preparing to unpack .../208-libxau6_1%3a1.0.9-1_amd64.deb ... #13 36.47 Unpacking libxau6:amd64 (1:1.0.9-1) ... #13 36.51 Selecting previously unselected package libxdmcp6:amd64. #13 36.51 Preparing to unpack .../209-libxdmcp6_1%3a1.1.2-3_amd64.deb ... #13 36.51 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... #13 36.56 Selecting previously unselected package libxcb1:amd64. #13 36.56 Preparing to unpack .../210-libxcb1_1.15-1_amd64.deb ... #15 25.29 Installing : guile-5:2.0.14-7.el8.x86_64 80/89 #13 33.06 Selecting previously unselected package iso-codes. #13 33.07 Preparing to unpack .../163-iso-codes_4.6.0-1_all.deb ... #13 33.10 Unpacking iso-codes (4.6.0-1) ... #13 32.42 Preparing to unpack .../175-libasync-mergepoint-perl_0.04-2_all.deb ... #13 32.42 Unpacking libasync-mergepoint-perl (0.04-2) ... #13 32.45 Selecting previously unselected package libauthen-sasl-perl. #13 32.46 Preparing to unpack .../176-libauthen-sasl-perl_2.1600-1_all.deb ... #13 32.46 Unpacking libauthen-sasl-perl (2.1600-1) ... #13 32.49 Selecting previously unselected package libmodule-implementation-perl. #13 32.49 Preparing to unpack .../177-libmodule-implementation-perl_0.09-1_all.deb ... #13 32.63 Unpacking libmodule-implementation-perl (0.09-1) ... #12 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 6.29MB / 9.86MB 0.3s #13 34.45 Preparing to unpack .../074-libsub-override-perl_0.09-2_all.deb ... #13 34.46 Unpacking libsub-override-perl (0.09-2) ... #13 34.50 Selecting previously unselected package libfile-stripnondeterminism-perl. #13 34.51 Preparing to unpack .../075-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ... #13 34.51 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ... #13 34.57 Selecting previously unselected package dh-strip-nondeterminism. #13 34.58 Preparing to unpack .../076-dh-strip-nondeterminism_1.12.0-1_all.deb ... #13 34.58 Unpacking dh-strip-nondeterminism (1.12.0-1) ... #13 34.63 Selecting previously unselected package libelf1:armhf. #13 34.63 Preparing to unpack .../077-libelf1_0.183-1_armhf.deb ... #13 34.63 Unpacking libelf1:armhf (0.183-1) ... #13 34.71 Selecting previously unselected package dwz. #13 37.80 Preparing to unpack .../185-libclone-perl_0.41-1+b1_armhf.deb ... #13 37.81 Unpacking libclone-perl (0.41-1+b1) ... #13 37.84 Selecting previously unselected package libcommon-sense-perl. #13 37.84 Preparing to unpack .../186-libcommon-sense-perl_3.74-2+b7_armhf.deb ... #13 37.85 Unpacking libcommon-sense-perl (3.74-2+b7) ... #13 37.88 Selecting previously unselected package libparams-util-perl. #13 37.88 Preparing to unpack .../187-libparams-util-perl_1.07-3+b4_armhf.deb ... #13 37.89 Unpacking libparams-util-perl (1.07-3+b4) ... #13 37.92 Selecting previously unselected package libsub-install-perl. #13 37.92 Preparing to unpack .../188-libsub-install-perl_0.928-1_all.deb ... #13 37.93 Unpacking libsub-install-perl (0.928-1) ... #13 37.96 Selecting previously unselected package libdata-optlist-perl. #13 37.96 Preparing to unpack .../189-libdata-optlist-perl_0.110-1_all.deb ... #13 37.99 Unpacking libdata-optlist-perl (0.110-1) ... #13 38.02 Selecting previously unselected package libsub-exporter-perl. #14 27.52 Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-perl all 6.61-1 [141 kB] #14 32.25 Preparing to unpack .../251-libnumber-compare-perl_0.03-3_all.deb ... #14 32.25 Unpacking libnumber-compare-perl (0.03-3) ... #14 32.30 Selecting previously unselected package libtext-glob-perl. #14 32.30 Preparing to unpack .../252-libtext-glob-perl_0.11-3_all.deb ... #14 32.31 Unpacking libtext-glob-perl (0.11-3) ... #14 32.34 Selecting previously unselected package libfile-find-rule-perl. #14 32.34 Preparing to unpack .../253-libfile-find-rule-perl_0.34-3_all.deb ... #14 32.34 Unpacking libfile-find-rule-perl (0.34-3) ... #14 32.38 Selecting previously unselected package libfont-afm-perl. #14 32.38 Preparing to unpack .../254-libfont-afm-perl_1.20-4_all.deb ... #14 32.39 Unpacking libfont-afm-perl (1.20-4) ... #14 32.42 Selecting previously unselected package libio-string-perl. #14 32.43 Preparing to unpack .../255-libio-string-perl_1.08-4_all.deb ... #14 32.43 Unpacking libio-string-perl (1.08-4) ... #14 32.46 Selecting previously unselected package libfont-ttf-perl. #14 32.46 Preparing to unpack .../256-libfont-ttf-perl_1.06-2_all.deb ... #14 32.47 Unpacking libfont-ttf-perl (1.06-2) ... #14 32.51 Selecting previously unselected package libfreezethaw-perl. #13 30.18 Selecting previously unselected package libtool. #13 30.19 Preparing to unpack .../047-libtool_2.4.7-5_all.deb ... #13 30.19 Unpacking libtool (2.4.7-5) ... #13 30.24 Selecting previously unselected package dh-autoreconf. #13 30.25 Preparing to unpack .../048-dh-autoreconf_20_all.deb ... #13 30.25 Unpacking dh-autoreconf (20) ... #13 30.29 Selecting previously unselected package libarchive-zip-perl. #13 30.29 Preparing to unpack .../049-libarchive-zip-perl_1.68-1_all.deb ... #13 30.30 Unpacking libarchive-zip-perl (1.68-1) ... #13 30.34 Selecting previously unselected package libsub-override-perl. #13 30.34 Preparing to unpack .../050-libsub-override-perl_0.09-4_all.deb ... #13 30.35 Unpacking libsub-override-perl (0.09-4) ... #13 39.99 Selecting previously unselected package libxpm4:armhf. #13 39.99 Preparing to unpack .../207-libxpm4_1%3a3.5.12-1.1+deb12u1_armhf.deb ... #13 39.99 Unpacking libxpm4:armhf (1:3.5.12-1.1+deb12u1) ... #13 40.04 Selecting previously unselected package libgd3:armhf. #13 40.04 Preparing to unpack .../208-libgd3_2.3.3-9_armhf.deb ... #13 40.05 Unpacking libgd3:armhf (2.3.3-9) ... #13 40.09 Selecting previously unselected package libc-devtools. #13 40.09 Preparing to unpack .../209-libc-devtools_2.36-9+deb12u3_armhf.deb ... #13 40.10 Unpacking libc-devtools (2.36-9+deb12u3) ... #13 40.13 Selecting previously unselected package libcapture-tiny-perl. #13 40.13 Preparing to unpack .../210-libcapture-tiny-perl_0.48-2_all.deb ... #13 40.14 Unpacking libcapture-tiny-perl (0.48-2) ... #13 34.96 Setting up xz-utils (5.2.4-1+deb10u1) ... #13 34.98 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #13 34.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #13 34.98 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #13 34.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #13 34.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #13 34.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #13 34.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist #13 34.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist #13 34.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist #13 34.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist #13 34.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist #13 34.99 Setting up libmpc3:armhf (1.1.0-1) ... #13 35.00 Setting up libatomic1:armhf (8.3.0-6+rpi1) ... #13 35.02 Setting up patch (2.7.6-3+deb10u1) ... #13 35.03 Setting up autopoint (0.19.8.1-9) ... #13 35.05 Setting up libfl2:armhf (2.6.4-6.2) ... #13 35.06 Setting up libpcre2-8-0:armhf (10.32-5+deb10u1) ... #13 35.08 Setting up libubsan1:armhf (8.3.0-6+rpi1) ... #13 35.09 Setting up libisl19:armhf (0.20-2) ... #13 35.11 Setting up sensible-utils (0.0.12) ... #13 35.13 Setting up libuchardet0:armhf (0.0.6-3) ... #13 35.15 Setting up libcurl4:armhf (7.64.0-4+deb10u8) ... #13 35.16 Setting up git-man (1:2.20.1-2+deb10u8) ... #13 35.17 Setting up curl (7.64.0-4+deb10u8) ... #13 35.19 Setting up libmpdec2:armhf (2.4.2-2) ... #13 35.20 Setting up libbinutils:armhf (2.31.1-16+rpi2) ... #13 35.26 Setting up cpp-8 (8.3.0-6+rpi1) ... #13 35.27 Setting up libc-dev-bin (2.28-10+rpt2+rpi1+deb10u2) ... #13 32.78 Selecting previously unselected package libxcb1:arm64. #13 32.78 Preparing to unpack .../186-libxcb1_1.14-3_arm64.deb ... #13 32.79 Unpacking libxcb1:arm64 (1.14-3) ... #13 32.82 Selecting previously unselected package libx11-data. #13 32.82 Preparing to unpack .../187-libx11-data_2%3a1.7.2-1+deb11u2_all.deb ... #13 32.83 Unpacking libx11-data (2:1.7.2-1+deb11u2) ... #13 32.90 Selecting previously unselected package libx11-6:arm64. #13 32.90 Preparing to unpack .../188-libx11-6_2%3a1.7.2-1+deb11u2_arm64.deb ... #13 32.90 Unpacking libx11-6:arm64 (2:1.7.2-1+deb11u2) ... #13 32.98 Selecting previously unselected package libxpm4:arm64. #13 32.98 Preparing to unpack .../189-libxpm4_1%3a3.5.12-1.1+deb11u1_arm64.deb ... #13 32.99 Unpacking libxpm4:arm64 (1:3.5.12-1.1+deb11u1) ... #13 33.03 Selecting previously unselected package libgd3:arm64. #13 35.59 Selecting previously unselected package libio-prompter-perl. #13 35.59 Preparing to unpack .../224-libio-prompter-perl_0.004015-1_all.deb ... #13 35.60 Unpacking libio-prompter-perl (0.004015-1) ... #13 35.63 Selecting previously unselected package libjson-perl. #13 35.63 Preparing to unpack .../225-libjson-perl_4.02000-1_all.deb ... #13 35.63 Unpacking libjson-perl (4.02000-1) ... #13 35.66 Selecting previously unselected package liblog-any-perl. #13 35.66 Preparing to unpack .../226-liblog-any-perl_1.707-1_all.deb ... #13 35.67 Unpacking liblog-any-perl (1.707-1) ... #13 35.70 Selecting previously unselected package liblog-any-adapter-screen-perl. #13 35.70 Preparing to unpack .../227-liblog-any-adapter-screen-perl_0.140-1_all.deb ... #13 35.70 Unpacking liblog-any-adapter-screen-perl (0.140-1) ... #13 35.75 Selecting previously unselected package libpackage-stash-perl. #13 35.76 Preparing to unpack .../228-libpackage-stash-perl_0.38-1_all.deb ... #13 35.76 Unpacking libpackage-stash-perl (0.38-1) ... #13 35.79 Selecting previously unselected package libsub-identify-perl. #13 35.79 Preparing to unpack .../229-libsub-identify-perl_0.14-1+b1_amd64.deb ... #13 35.79 Unpacking libsub-identify-perl (0.14-1+b1) ... #13 35.82 Selecting previously unselected package libnamespace-clean-perl. #13 35.82 Preparing to unpack .../230-libnamespace-clean-perl_0.27-1_all.deb ... #13 35.83 Unpacking libnamespace-clean-perl (0.27-1) ... #13 35.85 Selecting previously unselected package libpath-tiny-perl. #13 35.86 Preparing to unpack .../231-libpath-tiny-perl_0.108-1_all.deb ... #13 35.86 Unpacking libpath-tiny-perl (0.108-1) ... #13 35.89 Selecting previously unselected package libtype-tiny-perl. #14 39.10 Get:354 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libstring-shellquote-perl all 1.04-3 [11.3 kB] #14 39.11 Get:355 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsyntax-keyword-try-perl armhf 0.29-1 [25.7 kB] #14 39.15 Get:356 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libterm-readkey-perl armhf 2.38-2build1 [22.3 kB] #14 39.19 Get:357 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtext-levenshteinxs-perl armhf 0.03-5build1 [7510 B] #14 39.20 Get:358 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtext-markdown-discount-perl armhf 0.16-1 [12.0 kB] #14 39.22 Get:359 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtext-xslate-perl armhf 3.5.9-1build2 [182 kB] #14 27.84 Preparing to unpack .../265-libsub-name-perl_0.26-1build3_amd64.deb ... #14 27.85 Unpacking libsub-name-perl (0.26-1build3) ... #14 27.88 Selecting previously unselected package libnamespace-clean-perl. #14 27.88 Preparing to unpack .../266-libnamespace-clean-perl_0.27-1_all.deb ... #14 27.89 Unpacking libnamespace-clean-perl (0.27-1) ... #14 27.92 Selecting previously unselected package libpath-tiny-perl. #14 27.92 Preparing to unpack .../267-libpath-tiny-perl_0.122-1_all.deb ... #14 27.93 Unpacking libpath-tiny-perl (0.122-1) ... #14 27.99 Selecting previously unselected package libstrictures-perl. #14 27.99 Preparing to unpack .../268-libstrictures-perl_2.000006-1_all.deb ... #14 28.00 Unpacking libstrictures-perl (2.000006-1) ... #14 28.03 Selecting previously unselected package libtype-tiny-perl. #14 28.03 Preparing to unpack .../269-libtype-tiny-perl_1.012004-1_all.deb ... #14 28.04 Unpacking libtype-tiny-perl (1.012004-1) ... #14 28.08 Selecting previously unselected package libgitlab-api-v4-perl. #14 28.08 Preparing to unpack .../270-libgitlab-api-v4-perl_0.26-1_all.deb ... #14 28.09 Unpacking libgitlab-api-v4-perl (0.26-1) ... #14 28.12 Selecting previously unselected package libhash-fieldhash-perl. #13 30.23 zstd-1.5.1-2.el9.x86_64 #13 30.23 #13 30.23 Complete! #13 DONE 30.4s #14 [stage-1 4/8] RUN dnf config-manager --set-enabled crb #14 28.58 Get:190 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libio-html-perl all 1.004-3 [15.9 kB] #14 28.58 Get:191 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 liblwp-mediatypes-perl all 6.04-2 [20.1 kB] #14 28.59 Get:192 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libhttp-message-perl all 6.44-1 [77.4 kB] #14 28.61 Get:193 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libhttp-cookies-perl all 6.10-1 [18.4 kB] #14 28.61 Get:194 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB] #14 28.62 Get:195 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 perl-openssl-defaults arm64 7 [7536 B] #14 28.62 Get:196 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnet-ssleay-perl arm64 1.92-2build2 [292 kB] #13 32.29 Preparing to unpack .../207-libtiff6_4.5.0-6+deb12u1_arm64.deb ... #13 32.30 Unpacking libtiff6:arm64 (4.5.0-6+deb12u1) ... #13 32.34 Selecting previously unselected package libxau6:arm64. #13 32.35 Preparing to unpack .../208-libxau6_1%3a1.0.9-1_arm64.deb ... #13 32.35 Unpacking libxau6:arm64 (1:1.0.9-1) ... #13 32.38 Selecting previously unselected package libxdmcp6:arm64. #13 32.39 Preparing to unpack .../209-libxdmcp6_1%3a1.1.2-3_arm64.deb ... #13 32.39 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... #13 32.43 Selecting previously unselected package libxcb1:arm64. #14 36.53 Get:288 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libjson-perl all 4.10000-1 [81.9 kB] #14 36.62 Get:289 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf liblog-any-perl all 1.713-1 [71.1 kB] #14 36.66 Get:290 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB] #14 36.67 Get:291 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpackage-stash-perl all 0.40-1 [19.5 kB] #14 36.68 Get:292 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsub-identify-perl armhf 0.14-3 [9386 B] #14 36.68 Get:293 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsub-name-perl armhf 0.26-2build1 [10.2 kB] #14 36.68 Get:294 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnamespace-clean-perl all 0.27-2 [14.0 kB] #14 36.69 Get:295 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpath-tiny-perl all 0.144-1 [47.7 kB] #14 36.71 Get:296 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libstrictures-perl all 2.000006-1 [16.3 kB] #14 29.66 Preparing to unpack .../186-fonts-noto-mono_20201225-2_all.deb ... #14 29.67 Unpacking fonts-noto-mono (20201225-2) ... #14 29.71 Selecting previously unselected package fonts-noto-core. #14 29.71 Preparing to unpack .../187-fonts-noto-core_20201225-2_all.deb ... #14 29.72 Unpacking fonts-noto-core (20201225-2) ... #14 29.95 Selecting previously unselected package fontconfig-config. #14 31.25 Get:189 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-tree-perl all 5.07-2 [200 kB] #14 40.04 Selecting previously unselected package libsigsegv2:armhf. #14 40.04 Preparing to unpack .../062-libsigsegv2_2.12-2_armhf.deb ... #14 40.05 Unpacking libsigsegv2:armhf (2.12-2) ... #14 40.08 Selecting previously unselected package m4. #14 40.08 Preparing to unpack .../063-m4_1.4.18-4_armhf.deb ... #14 40.09 Unpacking m4 (1.4.18-4) ... #14 40.13 Selecting previously unselected package autoconf. #14 40.14 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ... #14 40.14 Unpacking autoconf (2.69-11.1) ... #14 40.22 Selecting previously unselected package autotools-dev. #14 40.22 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ... #14 40.22 Unpacking autotools-dev (20180224.1) ... #14 40.26 Selecting previously unselected package automake. #13 36.57 Unpacking libxcb1:amd64 (1.15-1) ... #13 36.60 Selecting previously unselected package libx11-data. #13 36.61 Preparing to unpack .../211-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... #13 36.61 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... #13 36.68 Selecting previously unselected package libx11-6:amd64. #13 36.68 Preparing to unpack .../212-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... #13 36.68 Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... #13 36.76 Selecting previously unselected package libxpm4:amd64. #13 36.77 Preparing to unpack .../213-libxpm4_1%3a3.5.12-1.1+deb12u1_amd64.deb ... #13 36.77 Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ... #13 36.81 Selecting previously unselected package libgd3:amd64. #14 30.29 Get:216 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 fontconfig-config arm64 2.14.2-4ubuntu1 [35.8 kB] #15 25.32 Running scriptlet: guile-5:2.0.14-7.el8.x86_64 80/89 #15 25.69 Installing : gdb-headless-8.2-20.el8.x86_64 81/89 #15 25.71 Installing : go-srpm-macros-2-17.el8.noarch 82/89 #15 25.72 Installing : ghc-srpm-macros-1.4.2-7.el8.noarch 83/89 #15 25.73 Installing : efi-srpm-macros-3-3.el8.noarch 84/89 #15 25.75 Installing : dwz-0.12-10.el8.x86_64 85/89 #15 25.77 Installing : redhat-rpm-config-131-1.el8.noarch 86/89 #13 32.66 Selecting previously unselected package libvariable-magic-perl. #13 32.66 Preparing to unpack .../178-libvariable-magic-perl_0.62-1+b1_arm64.deb ... #13 32.67 Unpacking libvariable-magic-perl (0.62-1+b1) ... #13 32.70 Selecting previously unselected package libb-hooks-endofscope-perl. #13 32.70 Preparing to unpack .../179-libb-hooks-endofscope-perl_0.24-1_all.deb ... #13 32.71 Unpacking libb-hooks-endofscope-perl (0.24-1) ... #13 32.81 Selecting previously unselected package libcapture-tiny-perl. #13 32.81 Preparing to unpack .../180-libcapture-tiny-perl_0.48-1_all.deb ... #13 32.81 Unpacking libcapture-tiny-perl (0.48-1) ... #13 32.84 Selecting previously unselected package libcgi-pm-perl. #13 32.85 Preparing to unpack .../181-libcgi-pm-perl_4.40-1_all.deb ... #13 32.85 Unpacking libcgi-pm-perl (4.40-1) ... #13 32.90 Selecting previously unselected package libfcgi-perl. #13 32.90 Preparing to unpack .../182-libfcgi-perl_0.78-2+b3_arm64.deb ... #13 32.91 Unpacking libfcgi-perl (0.78-2+b3) ... #12 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s #12 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done #12 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 #12 ... #13 [build-dummy 2/2] RUN mkdir -p /build #13 DONE 0.7s #12 [vpnkit-linux-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 #14 40.35 Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libunicode-utf8-perl armhf 0.62-1build4 [17.6 kB] #14 40.50 Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB] #14 40.52 Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-base-perl all 1.09-1.1 [19.0 kB] #14 40.56 Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-perl all 1.02+dfsg-3 [57.0 kB] #13 34.71 Preparing to unpack .../078-dwz_0.13+20210201-1_armhf.deb ... #13 34.72 Unpacking dwz (0.13+20210201-1) ... #13 34.78 Selecting previously unselected package libicu67:armhf. #13 34.78 Preparing to unpack .../079-libicu67_67.1-7_armhf.deb ... #13 34.79 Unpacking libicu67:armhf (67.1-7) ... #13 38.02 Preparing to unpack .../190-libsub-exporter-perl_0.987-1_all.deb ... #13 38.03 Unpacking libsub-exporter-perl (0.987-1) ... #13 38.07 Selecting previously unselected package libconst-fast-perl. #13 38.07 Preparing to unpack .../191-libconst-fast-perl_0.014-1_all.deb ... #13 38.07 Unpacking libconst-fast-perl (0.014-1) ... #13 38.11 Selecting previously unselected package libwant-perl. #13 38.11 Preparing to unpack .../192-libwant-perl_0.29-1+b4_armhf.deb ... #13 38.12 Unpacking libwant-perl (0.29-1+b4) ... #13 38.15 Selecting previously unselected package libcontextual-return-perl. #13 38.16 Preparing to unpack .../193-libcontextual-return-perl_0.004014-2_all.deb ... #13 38.16 Unpacking libcontextual-return-perl (0.004014-2) ... #13 38.19 Selecting previously unselected package libconvert-binhex-perl. #13 38.19 Preparing to unpack .../194-libconvert-binhex-perl_1.125-1_all.deb ... #13 38.20 Unpacking libconvert-binhex-perl (1.125-1) ... #13 38.23 Selecting previously unselected package libdata-dump-perl. #13 38.23 Preparing to unpack .../195-libdata-dump-perl_1.23-1_all.deb ... #13 38.24 Unpacking libdata-dump-perl (1.23-1) ... #13 38.27 Selecting previously unselected package libdigest-bubblebabble-perl. #14 27.86 Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patchutils arm64 0.4.2-1build2 [75.8 kB] #14 32.51 Preparing to unpack .../257-libfreezethaw-perl_0.5001-3_all.deb ... #14 32.52 Unpacking libfreezethaw-perl (0.5001-3) ... #14 32.54 Selecting previously unselected package libsort-versions-perl. #14 32.55 Preparing to unpack .../258-libsort-versions-perl_1.62-3_all.deb ... #14 32.55 Unpacking libsort-versions-perl (1.62-3) ... #14 32.61 Selecting previously unselected package libgit-wrapper-perl. #14 32.61 Preparing to unpack .../259-libgit-wrapper-perl_0.048-2_all.deb ... #14 32.62 Unpacking libgit-wrapper-perl (0.048-2) ... #14 32.66 Selecting previously unselected package libhttp-tiny-multipart-perl. #14 32.66 Preparing to unpack .../260-libhttp-tiny-multipart-perl_0.08-2_all.deb ... #14 32.67 Unpacking libhttp-tiny-multipart-perl (0.08-2) ... #14 32.70 Selecting previously unselected package libio-prompter-perl. #14 32.70 Preparing to unpack .../261-libio-prompter-perl_0.004015-2_all.deb ... #14 32.70 Unpacking libio-prompter-perl (0.004015-2) ... #14 32.73 Selecting previously unselected package libjson-perl. #13 30.38 Selecting previously unselected package libfile-stripnondeterminism-perl. #13 30.38 Preparing to unpack .../051-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ... #13 30.39 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ... #13 30.44 Selecting previously unselected package dh-strip-nondeterminism. #13 30.44 Preparing to unpack .../052-dh-strip-nondeterminism_1.13.1-1_all.deb ... #13 30.45 Unpacking dh-strip-nondeterminism (1.13.1-1) ... #13 30.52 Selecting previously unselected package libdpkg-perl. #13 30.52 Preparing to unpack .../053-libdpkg-perl_1.21.22+rpi1_all.deb ... #13 30.52 Unpacking libdpkg-perl (1.21.22+rpi1) ... #13 30.60 Selecting previously unselected package patch. #13 40.18 Selecting previously unselected package libcgi-pm-perl. #13 40.18 Preparing to unpack .../211-libcgi-pm-perl_4.55-1_all.deb ... #13 40.19 Unpacking libcgi-pm-perl (4.55-1) ... #13 40.24 Selecting previously unselected package libfcgi0ldbl:armhf. #13 40.24 Preparing to unpack .../212-libfcgi0ldbl_2.4.2-2_armhf.deb ... #13 40.25 Unpacking libfcgi0ldbl:armhf (2.4.2-2) ... #13 40.29 Selecting previously unselected package libfcgi-perl. #13 40.29 Preparing to unpack .../213-libfcgi-perl_0.82+ds-2_armhf.deb ... #13 40.29 Unpacking libfcgi-perl (0.82+ds-2) ... #13 40.33 Selecting previously unselected package libcgi-fast-perl. #13 40.33 Preparing to unpack .../214-libcgi-fast-perl_1%3a2.15-1_all.deb ... #13 40.33 Unpacking libcgi-fast-perl (1:2.15-1) ... #13 40.37 Selecting previously unselected package libclass-data-inheritable-perl. #13 35.28 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ... #13 35.30 Setting up libtinfo5:armhf (6.1+20181013-2+deb10u5) ... #13 35.31 Setting up binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ... #13 35.33 Setting up libelf1:armhf (0.176-1.1+deb10u1) ... #13 35.35 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u6) ... #13 35.36 Setting up libcc1-0:armhf (8.3.0-6+rpi1) ... #13 35.38 Setting up libgdbm6:armhf (1.18.1-4) ... #13 35.39 Setting up wdiff (1.2.2-2) ... #13 35.41 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u6) ... #13 35.42 Setting up m4 (1.4.18-2) ... #13 35.44 Setting up binutils (2.31.1-16+rpi2) ... #13 35.45 Setting up bsdmainutils (11.1.2) ... #13 35.48 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode #14 34.47 Selecting previously unselected package python3-minimal. #14 34.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 ... 4437 files and directories currently installed.) #14 34.47 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... #14 34.48 Unpacking python3-minimal (3.8.2-0ubuntu2) ... #14 34.52 Selecting previously unselected package mime-support. #14 34.52 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... #14 34.52 Unpacking mime-support (3.64ubuntu1) ... #14 34.58 Selecting previously unselected package libmpdec2:amd64. #14 34.58 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... #14 34.58 Unpacking libmpdec2:amd64 (2.4.2-3) ... #14 34.62 Selecting previously unselected package readline-common. #14 34.62 Preparing to unpack .../3-readline-common_8.0-4_all.deb ... #14 34.63 Unpacking readline-common (8.0-4) ... #14 34.66 Selecting previously unselected package libreadline8:amd64. #14 34.66 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ... #14 34.67 Unpacking libreadline8:amd64 (8.0-4) ... #14 34.71 Selecting previously unselected package libsqlite3-0:amd64. #13 33.03 Preparing to unpack .../190-libgd3_2.3.0-2_arm64.deb ... #13 33.03 Unpacking libgd3:arm64 (2.3.0-2) ... #13 33.07 Selecting previously unselected package libc-devtools. #13 33.08 Preparing to unpack .../191-libc-devtools_2.31-13+deb11u7_arm64.deb ... #13 33.08 Unpacking libc-devtools (2.31-13+deb11u7) ... #13 33.12 Selecting previously unselected package libcapture-tiny-perl. #13 33.12 Preparing to unpack .../192-libcapture-tiny-perl_0.48-1_all.deb ... #13 33.12 Unpacking libcapture-tiny-perl (0.48-1) ... #13 33.16 Selecting previously unselected package libclass-data-inheritable-perl. #13 35.89 Preparing to unpack .../232-libtype-tiny-perl_1.004004-1_all.deb ... #13 35.89 Unpacking libtype-tiny-perl (1.004004-1) ... #13 35.94 Selecting previously unselected package libgitlab-api-v4-perl. #13 35.95 Preparing to unpack .../233-libgitlab-api-v4-perl_0.16-1_all.deb ... #13 35.95 Unpacking libgitlab-api-v4-perl (0.16-1) ... #13 35.98 Selecting previously unselected package libglib2.0-data. #13 35.99 Preparing to unpack .../234-libglib2.0-data_2.58.3-2+deb10u5_all.deb ... #13 35.99 Unpacking libglib2.0-data (2.58.3-2+deb10u5) ... #13 36.14 Selecting previously unselected package libgpm2:amd64. #14 28.13 Preparing to unpack .../271-libhash-fieldhash-perl_0.15-1build5_amd64.deb ... #14 28.13 Unpacking libhash-fieldhash-perl (0.15-1build5) ... #14 28.17 Selecting previously unselected package libhtml-form-perl. #14 28.17 Preparing to unpack .../272-libhtml-form-perl_6.07-1_all.deb ... #14 28.17 Unpacking libhtml-form-perl (6.07-1) ... #14 28.20 Selecting previously unselected package libhtml-format-perl. #14 28.21 Preparing to unpack .../273-libhtml-format-perl_2.12-1.1_all.deb ... #14 28.21 Unpacking libhtml-format-perl (2.12-1.1) ... #14 28.24 Selecting previously unselected package libhtml-html5-entities-perl. #14 28.24 Preparing to unpack .../274-libhtml-html5-entities-perl_0.004-1.1_all.deb ... #14 28.25 Unpacking libhtml-html5-entities-perl (0.004-1.1) ... #14 28.28 Selecting previously unselected package libhttp-daemon-perl. #14 28.28 Preparing to unpack .../275-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ... #14 28.29 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ... #14 28.32 Selecting previously unselected package libio-interactive-perl. #14 28.32 Preparing to unpack .../276-libio-interactive-perl_1.023-1_all.deb ... #14 28.32 Unpacking libio-interactive-perl (1.023-1) ... #14 28.35 Selecting previously unselected package libio-prompt-tiny-perl. #14 39.33 Get:360 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtime-duration-perl all 1.21-2 [12.3 kB] #14 39.34 Get:361 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtime-moment-perl armhf 0.44-2build1 [70.8 kB] #14 39.36 Get:362 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtype-tiny-xs-perl armhf 0.025-1 [23.4 kB] #14 39.37 Get:363 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libunicode-utf8-perl armhf 0.62-2 [16.7 kB] #14 29.07 Get:197 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libio-socket-ssl-perl all 2.081-2 [196 kB] #13 32.43 Preparing to unpack .../210-libxcb1_1.15-1_arm64.deb ... #13 32.44 Unpacking libxcb1:arm64 (1.15-1) ... #13 32.52 Selecting previously unselected package libx11-data. #13 32.52 Preparing to unpack .../211-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... #13 32.52 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... #13 32.59 Selecting previously unselected package libx11-6:arm64. #13 32.59 Preparing to unpack .../212-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... #13 32.60 Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... #13 32.67 Selecting previously unselected package libxpm4:arm64. #13 32.68 Preparing to unpack .../213-libxpm4_1%3a3.5.12-1.1+deb12u1_arm64.deb ... #13 32.68 Unpacking libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ... #13 32.72 Selecting previously unselected package libgd3:arm64. #14 29.96 Preparing to unpack .../188-fontconfig-config_2.14.2-4ubuntu1_amd64.deb ... #14 30.07 Unpacking fontconfig-config (2.14.2-4ubuntu1) ... #14 30.12 Selecting previously unselected package libcurl3-gnutls:amd64. #14 30.12 Preparing to unpack .../189-libcurl3-gnutls_8.2.1-1ubuntu3.2_amd64.deb ... #14 30.13 Unpacking libcurl3-gnutls:amd64 (8.2.1-1ubuntu3.2) ... #14 30.18 Selecting previously unselected package liberror-perl. #14 40.27 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ... #14 40.28 Unpacking automake (1:1.16.1-4ubuntu6) ... #14 40.35 Selecting previously unselected package autopoint. #14 40.35 Preparing to unpack .../067-autopoint_0.19.8.1-10build1_all.deb ... #14 40.35 Unpacking autopoint (0.19.8.1-10build1) ... #14 40.39 Selecting previously unselected package binutils-common:armhf. #14 40.39 Preparing to unpack .../068-binutils-common_2.34-6ubuntu1.8_armhf.deb ... #14 40.40 Unpacking binutils-common:armhf (2.34-6ubuntu1.8) ... #14 40.46 Selecting previously unselected package libbinutils:armhf. #14 40.46 Preparing to unpack .../069-libbinutils_2.34-6ubuntu1.8_armhf.deb ... #14 40.46 Unpacking libbinutils:armhf (2.34-6ubuntu1.8) ... #14 40.52 Selecting previously unselected package libctf-nobfd0:armhf. #13 36.81 Preparing to unpack .../214-libgd3_2.3.3-9_amd64.deb ... #13 36.82 Unpacking libgd3:amd64 (2.3.3-9) ... #13 36.85 Selecting previously unselected package libc-devtools. #13 36.85 Preparing to unpack .../215-libc-devtools_2.36-9+deb12u3_amd64.deb ... #13 36.86 Unpacking libc-devtools (2.36-9+deb12u3) ... #13 36.89 Selecting previously unselected package libcapture-tiny-perl. #13 36.89 Preparing to unpack .../216-libcapture-tiny-perl_0.48-2_all.deb ... #13 36.89 Unpacking libcapture-tiny-perl (0.48-2) ... #13 36.93 Selecting previously unselected package libcgi-pm-perl. #13 36.93 Preparing to unpack .../217-libcgi-pm-perl_4.55-1_all.deb ... #13 36.93 Unpacking libcgi-pm-perl (4.55-1) ... #13 36.98 Selecting previously unselected package libfcgi0ldbl:amd64. #13 36.98 Preparing to unpack .../218-libfcgi0ldbl_2.4.2-2_amd64.deb ... #13 36.98 Unpacking libfcgi0ldbl:amd64 (2.4.2-2) ... #13 37.01 Selecting previously unselected package libfcgi-perl. #13 37.02 Preparing to unpack .../219-libfcgi-perl_0.82+ds-2_amd64.deb ... #13 37.02 Unpacking libfcgi-perl (0.82+ds-2) ... #13 37.05 Selecting previously unselected package libcgi-fast-perl. #13 37.05 Preparing to unpack .../220-libcgi-fast-perl_1%3a2.15-1_all.deb ... #13 37.05 Unpacking libcgi-fast-perl (1:2.15-1) ... #13 37.08 Selecting previously unselected package libclass-data-inheritable-perl. #13 37.08 Preparing to unpack .../221-libclass-data-inheritable-perl_0.08-3_all.deb ... #13 37.09 Unpacking libclass-data-inheritable-perl (0.08-3) ... #13 37.11 Selecting previously unselected package libclass-inspector-perl. #13 37.11 Preparing to unpack .../222-libclass-inspector-perl_1.36-3_all.deb ... #13 37.12 Unpacking libclass-inspector-perl (1.36-3) ... #13 37.15 Selecting previously unselected package libcommon-sense-perl:amd64. #13 37.15 Preparing to unpack .../223-libcommon-sense-perl_3.75-3_amd64.deb ... #14 30.29 Get:217 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libcurl3-gnutls arm64 8.2.1-1ubuntu3.2 [307 kB] #14 30.29 Get:218 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 liberror-perl all 0.17029-2 [25.6 kB] #14 30.29 Get:219 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 git-man all 1:2.40.1-1ubuntu1 [1085 kB] #14 30.33 Get:220 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 git arm64 1:2.40.1-1ubuntu1 [3676 kB] #15 25.80 Installing : rpm-build-4.14.3-31.el8.x86_64 87/89 #15 25.82 Installing : dnf-plugins-core-4.0.21-25.el8.noarch 88/89 #15 25.86 Installing : rpmlint-1.10-14.el8.noarch 89/89 #15 25.87 Running scriptlet: guile-5:2.0.14-7.el8.x86_64 89/89 #15 25.88 Running scriptlet: rpmlint-1.10-14.el8.noarch 89/89 #15 25.98 Verifying : desktop-file-utils-0.26-1.el8.x86_64 1/89 #13 32.95 Selecting previously unselected package libcgi-fast-perl. #13 32.95 Preparing to unpack .../183-libcgi-fast-perl_1%3a2.13-1_all.deb ... #13 32.95 Unpacking libcgi-fast-perl (1:2.13-1) ... #13 32.99 Selecting previously unselected package libsub-name-perl. #13 32.99 Preparing to unpack .../184-libsub-name-perl_0.21-1+b3_arm64.deb ... #13 33.01 Unpacking libsub-name-perl (0.21-1+b3) ... #13 33.05 Selecting previously unselected package libclass-accessor-perl. #13 33.05 Preparing to unpack .../185-libclass-accessor-perl_0.51-1_all.deb ... #13 33.06 Unpacking libclass-accessor-perl (0.51-1) ... #13 33.09 Selecting previously unselected package libclass-inspector-perl. #13 33.09 Preparing to unpack .../186-libclass-inspector-perl_1.32-1_all.deb ... #13 33.10 Unpacking libclass-inspector-perl (1.32-1) ... #13 33.13 Selecting previously unselected package libclass-xsaccessor-perl. #13 33.58 Selecting previously unselected package libalgorithm-diff-perl. #13 33.58 Preparing to unpack .../164-libalgorithm-diff-perl_1.201-1_all.deb ... #13 33.60 Unpacking libalgorithm-diff-perl (1.201-1) ... #13 33.66 Selecting previously unselected package libalgorithm-diff-xs-perl. #13 33.66 Preparing to unpack .../165-libalgorithm-diff-xs-perl_0.04-6+b1_amd64.deb ... #13 33.68 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ... #13 33.80 Selecting previously unselected package libalgorithm-merge-perl. #14 40.66 Get:344 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-libxml-perl armhf 2.0207+dfsg+really+2.0134-1 [311 kB] #13 38.27 Preparing to unpack .../196-libdigest-bubblebabble-perl_0.02-2_all.deb ... #13 38.27 Unpacking libdigest-bubblebabble-perl (0.02-2) ... #13 38.31 Selecting previously unselected package libdigest-hmac-perl. #13 38.31 Preparing to unpack .../197-libdigest-hmac-perl_1.03+dfsg-2_all.deb ... #13 38.31 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ... #13 38.34 Selecting previously unselected package libdistro-info-perl. #13 38.35 Preparing to unpack .../198-libdistro-info-perl_0.21+deb10u1_all.deb ... #13 38.35 Unpacking libdistro-info-perl (0.21+deb10u1) ... #13 38.38 Selecting previously unselected package libnet-smtp-ssl-perl. #13 38.39 Preparing to unpack .../199-libnet-smtp-ssl-perl_1.04-1_all.deb ... #13 38.39 Unpacking libnet-smtp-ssl-perl (1.04-1) ... #13 38.42 Selecting previously unselected package libmailtools-perl. #13 38.42 Preparing to unpack .../200-libmailtools-perl_2.18-1_all.deb ... #13 38.43 Unpacking libmailtools-perl (2.18-1) ... #13 38.47 Selecting previously unselected package libnet-ip-perl. #13 38.47 Preparing to unpack .../201-libnet-ip-perl_1.26-2_all.deb ... #13 38.47 Unpacking libnet-ip-perl (1.26-2) ... #13 38.50 Selecting previously unselected package libnet-dns-perl. #14 27.89 Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 wdiff arm64 1.2.2-2build3 [29.0 kB] #14 27.90 Get:191 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 devscripts arm64 2.22.1ubuntu1 [1057 kB] #14 28.12 Get:192 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 diffstat arm64 1.64-1build2 [28.3 kB] #14 32.74 Preparing to unpack .../262-libjson-perl_4.10000-1_all.deb ... #14 32.74 Unpacking libjson-perl (4.10000-1) ... #14 32.77 Selecting previously unselected package liblog-any-perl. #14 32.77 Preparing to unpack .../263-liblog-any-perl_1.713-1_all.deb ... #14 32.78 Unpacking liblog-any-perl (1.713-1) ... #14 32.81 Selecting previously unselected package liblog-any-adapter-screen-perl. #14 32.81 Preparing to unpack .../264-liblog-any-adapter-screen-perl_0.140-2_all.deb ... #14 32.82 Unpacking liblog-any-adapter-screen-perl (0.140-2) ... #14 32.84 Selecting previously unselected package libpackage-stash-perl. #14 32.85 Preparing to unpack .../265-libpackage-stash-perl_0.40-1_all.deb ... #14 32.85 Unpacking libpackage-stash-perl (0.40-1) ... #14 32.88 Selecting previously unselected package libsub-identify-perl. #14 32.88 Preparing to unpack .../266-libsub-identify-perl_0.14-3_amd64.deb ... #14 32.89 Unpacking libsub-identify-perl (0.14-3) ... #14 32.92 Selecting previously unselected package libsub-name-perl:amd64. #14 32.92 Preparing to unpack .../267-libsub-name-perl_0.26-2build1_amd64.deb ... #14 32.92 Unpacking libsub-name-perl:amd64 (0.26-2build1) ... #14 32.96 Selecting previously unselected package libnamespace-clean-perl. #14 32.97 Preparing to unpack .../268-libnamespace-clean-perl_0.27-2_all.deb ... #14 32.97 Unpacking libnamespace-clean-perl (0.27-2) ... #14 33.00 Selecting previously unselected package libpath-tiny-perl. #14 33.00 Preparing to unpack .../269-libpath-tiny-perl_0.144-1_all.deb ... #14 33.01 Unpacking libpath-tiny-perl (0.144-1) ... #14 33.03 Selecting previously unselected package libstrictures-perl. #14 33.03 Preparing to unpack .../270-libstrictures-perl_2.000006-1_all.deb ... #14 33.04 Unpacking libstrictures-perl (2.000006-1) ... #14 33.07 Selecting previously unselected package libtype-tiny-perl. #13 30.60 Preparing to unpack .../054-patch_2.7.6-7_armhf.deb ... #13 30.61 Unpacking patch (2.7.6-7) ... #13 30.65 Selecting previously unselected package make. #13 30.65 Preparing to unpack .../055-make_4.3-4.1_armhf.deb ... #13 30.66 Unpacking make (4.3-4.1) ... #13 30.72 Selecting previously unselected package dpkg-dev. #13 30.73 Preparing to unpack .../056-dpkg-dev_1.21.22+rpi1_all.deb ... #13 30.73 Unpacking dpkg-dev (1.21.22+rpi1) ... #13 30.84 Selecting previously unselected package libelf1:armhf. #13 40.37 Preparing to unpack .../215-libclass-data-inheritable-perl_0.08-3_all.deb ... #13 40.38 Unpacking libclass-data-inheritable-perl (0.08-3) ... #13 40.41 Selecting previously unselected package libclass-inspector-perl. #13 40.41 Preparing to unpack .../216-libclass-inspector-perl_1.36-3_all.deb ... #13 40.42 Unpacking libclass-inspector-perl (1.36-3) ... #13 40.46 Selecting previously unselected package libcommon-sense-perl:armhf. #13 40.46 Preparing to unpack .../217-libcommon-sense-perl_3.75-3_armhf.deb ... #13 40.46 Unpacking libcommon-sense-perl:armhf (3.75-3) ... #13 40.50 Selecting previously unselected package libconfig-tiny-perl. #13 40.50 Preparing to unpack .../218-libconfig-tiny-perl_2.28-2_all.deb ... #13 40.51 Unpacking libconfig-tiny-perl (2.28-2) ... #13 40.55 Selecting previously unselected package libparams-util-perl. #13 40.55 Preparing to unpack .../219-libparams-util-perl_1.102-2+b1_armhf.deb ... #13 40.55 Unpacking libparams-util-perl (1.102-2+b1) ... #13 40.59 Selecting previously unselected package libsub-install-perl. #13 40.59 Preparing to unpack .../220-libsub-install-perl_0.929-1_all.deb ... #13 40.60 Unpacking libsub-install-perl (0.929-1) ... #13 40.63 Selecting previously unselected package libdata-optlist-perl. #13 35.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 #13 35.49 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode #13 35.49 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist #13 35.49 Setting up libcroco3:armhf (0.6.12-3) ... #13 35.51 Setting up libgdbm-compat4:armhf (1.18.1-4) ... #13 35.53 Setting up libgcc-8-dev:armhf (8.3.0-6+rpi1) ... #13 35.54 Setting up libperl5.28:armhf (5.28.1-6+deb10u1) ... #13 35.56 Setting up dwz (0.12-3) ... #13 35.57 Setting up groff-base (1.22.4-3+deb10u1) ... #13 35.60 Setting up cpp (4:8.3.0-1+rpi2) ... #13 35.62 Setting up libc6-dev:armhf (2.28-10+rpt2+rpi1+deb10u2) ... #13 35.64 Setting up libpython3-stdlib:armhf (3.7.3-1) ... #13 35.65 Setting up python3.7 (3.7.3-2+deb10u6) ... #14 34.71 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.6_amd64.deb ... #14 34.72 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ... #14 34.79 Selecting previously unselected package libpython3.8-stdlib:amd64. #14 34.79 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.9_amd64.deb ... #14 34.79 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.9) ... #14 34.97 Selecting previously unselected package python3.8. #13 33.16 Preparing to unpack .../193-libclass-data-inheritable-perl_0.08-3_all.deb ... #13 33.17 Unpacking libclass-data-inheritable-perl (0.08-3) ... #13 33.20 Selecting previously unselected package libclass-inspector-perl. #13 33.20 Preparing to unpack .../194-libclass-inspector-perl_1.36-1_all.deb ... #13 33.20 Unpacking libclass-inspector-perl (1.36-1) ... #13 33.24 Selecting previously unselected package libclass-xsaccessor-perl. #13 33.24 Preparing to unpack .../195-libclass-xsaccessor-perl_1.19-3+b7_arm64.deb ... #13 33.24 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ... #13 33.32 Selecting previously unselected package libclone-perl. #13 33.33 Preparing to unpack .../196-libclone-perl_0.45-1+b1_arm64.deb ... #13 33.33 Unpacking libclone-perl (0.45-1+b1) ... #13 33.37 Selecting previously unselected package libcommon-sense-perl. #13 33.37 Preparing to unpack .../197-libcommon-sense-perl_3.75-1+b4_arm64.deb ... #13 33.38 Unpacking libcommon-sense-perl (3.75-1+b4) ... #13 33.41 Selecting previously unselected package libconfig-tiny-perl. #13 33.41 Preparing to unpack .../198-libconfig-tiny-perl_2.26-1_all.deb ... #13 33.42 Unpacking libconfig-tiny-perl (2.26-1) ... #13 33.46 Selecting previously unselected package libparams-util-perl. #13 36.14 Preparing to unpack .../235-libgpm2_1.20.7-5_amd64.deb ... #13 36.14 Unpacking libgpm2:amd64 (1.20.7-5) ... #13 36.18 Selecting previously unselected package libidn11:amd64. #13 36.18 Preparing to unpack .../236-libidn11_1.33-2.2_amd64.deb ... #13 36.19 Unpacking libidn11:amd64 (1.33-2.2) ... #13 36.23 Selecting previously unselected package libntlm0:amd64. #13 36.24 Preparing to unpack .../237-libntlm0_1.5-1+deb10u1_amd64.deb ... #13 36.24 Unpacking libntlm0:amd64 (1.5-1+deb10u1) ... #13 36.27 Selecting previously unselected package libgsasl7. #13 36.27 Preparing to unpack .../238-libgsasl7_1.8.0-8+deb10u1_amd64.deb ... #13 36.28 Unpacking libgsasl7 (1.8.0-8+deb10u1) ... #13 36.33 Selecting previously unselected package libhtml-form-perl. #13 36.33 Preparing to unpack .../239-libhtml-form-perl_6.03-1_all.deb ... #13 36.33 Unpacking libhtml-form-perl (6.03-1) ... #13 36.36 Selecting previously unselected package libhtml-format-perl. #14 28.36 Preparing to unpack .../277-libio-prompt-tiny-perl_0.003-1_all.deb ... #14 28.36 Unpacking libio-prompt-tiny-perl (0.003-1) ... #14 28.39 Selecting previously unselected package libtypes-serialiser-perl. #14 28.39 Preparing to unpack .../278-libtypes-serialiser-perl_1.01-1_all.deb ... #14 28.40 Unpacking libtypes-serialiser-perl (1.01-1) ... #14 28.42 Selecting previously unselected package libjson-xs-perl. #14 28.43 Preparing to unpack .../279-libjson-xs-perl_4.030-1build3_amd64.deb ... #14 28.43 Unpacking libjson-xs-perl (4.030-1build3) ... #14 28.46 Selecting previously unselected package libjson-maybexs-perl. #14 28.47 Preparing to unpack .../280-libjson-maybexs-perl_1.004003-1_all.deb ... #14 28.47 Unpacking libjson-maybexs-perl (1.004003-1) ... #14 28.50 Selecting previously unselected package libldap-common. #14 28.50 Preparing to unpack .../281-libldap-common_2.5.16+dfsg-0ubuntu0.22.04.1_all.deb ... #14 28.51 Unpacking libldap-common (2.5.16+dfsg-0ubuntu0.22.04.1) ... #14 28.54 Selecting previously unselected package liblist-compare-perl. #14 28.54 Preparing to unpack .../282-liblist-compare-perl_0.55-1_all.deb ... #14 28.55 Unpacking liblist-compare-perl (0.55-1) ... #14 28.58 Selecting previously unselected package liblist-someutils-perl. #14 28.58 Preparing to unpack .../283-liblist-someutils-perl_0.58-1_all.deb ... #14 28.59 Unpacking liblist-someutils-perl (0.58-1) ... #14 28.62 Selecting previously unselected package liblist-someutils-xs-perl. #14 28.62 Preparing to unpack .../284-liblist-someutils-xs-perl_0.58-2build3_amd64.deb ... #14 28.63 Unpacking liblist-someutils-xs-perl (0.58-2build3) ... #14 28.66 Selecting previously unselected package liblist-utilsby-perl. #14 28.67 Preparing to unpack .../285-liblist-utilsby-perl_0.11-1_all.deb ... #14 28.67 Unpacking liblist-utilsby-perl (0.11-1) ... #14 28.71 Selecting previously unselected package libltdl7:amd64. #14 39.77 Get:364 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libwww-mechanize-perl all 2.17-1ubuntu1 [95.6 kB] #14 29.44 Get:198 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnet-http-perl all 6.22-1 [23.2 kB] #13 32.72 Preparing to unpack .../214-libgd3_2.3.3-9_arm64.deb ... #13 32.72 Unpacking libgd3:arm64 (2.3.3-9) ... #13 32.76 Selecting previously unselected package libc-devtools. #13 32.76 Preparing to unpack .../215-libc-devtools_2.36-9+deb12u3_arm64.deb ... #13 32.77 Unpacking libc-devtools (2.36-9+deb12u3) ... #13 32.80 Selecting previously unselected package libcapture-tiny-perl. #13 32.80 Preparing to unpack .../216-libcapture-tiny-perl_0.48-2_all.deb ... #13 32.81 Unpacking libcapture-tiny-perl (0.48-2) ... #13 32.84 Selecting previously unselected package libcgi-pm-perl. #13 32.85 Preparing to unpack .../217-libcgi-pm-perl_4.55-1_all.deb ... #13 32.85 Unpacking libcgi-pm-perl (4.55-1) ... #13 32.90 Selecting previously unselected package libfcgi0ldbl:arm64. #13 32.90 Preparing to unpack .../218-libfcgi0ldbl_2.4.2-2_arm64.deb ... #13 32.91 Unpacking libfcgi0ldbl:arm64 (2.4.2-2) ... #13 32.94 Selecting previously unselected package libfcgi-perl. #13 32.94 Preparing to unpack .../219-libfcgi-perl_0.82+ds-2_arm64.deb ... #13 32.95 Unpacking libfcgi-perl (0.82+ds-2) ... #13 32.98 Selecting previously unselected package libcgi-fast-perl. #13 32.98 Preparing to unpack .../220-libcgi-fast-perl_1%3a2.15-1_all.deb ... #13 32.98 Unpacking libcgi-fast-perl (1:2.15-1) ... #13 33.01 Selecting previously unselected package libclass-data-inheritable-perl. #13 33.02 Preparing to unpack .../221-libclass-data-inheritable-perl_0.08-3_all.deb ... #13 33.02 Unpacking libclass-data-inheritable-perl (0.08-3) ... #13 33.05 Selecting previously unselected package libclass-inspector-perl. #14 30.18 Preparing to unpack .../190-liberror-perl_0.17029-2_all.deb ... #14 30.18 Unpacking liberror-perl (0.17029-2) ... #14 30.21 Selecting previously unselected package git-man. #14 30.21 Preparing to unpack .../191-git-man_1%3a2.40.1-1ubuntu1_all.deb ... #14 30.22 Unpacking git-man (1:2.40.1-1ubuntu1) ... #14 30.33 Selecting previously unselected package git. #14 30.33 Preparing to unpack .../192-git_1%3a2.40.1-1ubuntu1_amd64.deb ... #14 30.34 Unpacking git (1:2.40.1-1ubuntu1) ... #14 30.49 Selecting previously unselected package libalgorithm-diff-perl. #14 40.53 Preparing to unpack .../070-libctf-nobfd0_2.34-6ubuntu1.8_armhf.deb ... #14 40.53 Unpacking libctf-nobfd0:armhf (2.34-6ubuntu1.8) ... #14 40.57 Selecting previously unselected package libctf0:armhf. #14 40.57 Preparing to unpack .../071-libctf0_2.34-6ubuntu1.8_armhf.deb ... #14 40.58 Unpacking libctf0:armhf (2.34-6ubuntu1.8) ... #14 40.61 Selecting previously unselected package binutils-arm-linux-gnueabihf. #14 40.62 Preparing to unpack .../072-binutils-arm-linux-gnueabihf_2.34-6ubuntu1.8_armhf.deb ... #14 40.62 Unpacking binutils-arm-linux-gnueabihf (2.34-6ubuntu1.8) ... #14 DONE 0.6s #13 37.15 Unpacking libcommon-sense-perl:amd64 (3.75-3) ... #13 37.18 Selecting previously unselected package libconfig-tiny-perl. #13 37.18 Preparing to unpack .../224-libconfig-tiny-perl_2.28-2_all.deb ... #13 37.18 Unpacking libconfig-tiny-perl (2.28-2) ... #13 37.21 Selecting previously unselected package libparams-util-perl. #13 37.21 Preparing to unpack .../225-libparams-util-perl_1.102-2+b1_amd64.deb ... #13 37.22 Unpacking libparams-util-perl (1.102-2+b1) ... #13 37.24 Selecting previously unselected package libsub-install-perl. #13 37.25 Preparing to unpack .../226-libsub-install-perl_0.929-1_all.deb ... #13 37.25 Unpacking libsub-install-perl (0.929-1) ... #13 37.27 Selecting previously unselected package libdata-optlist-perl. #13 37.28 Preparing to unpack .../227-libdata-optlist-perl_0.113-1_all.deb ... #13 37.28 Unpacking libdata-optlist-perl (0.113-1) ... #13 37.31 Selecting previously unselected package libsub-exporter-perl. #13 37.31 Preparing to unpack .../228-libsub-exporter-perl_0.989-1_all.deb ... #13 37.32 Unpacking libsub-exporter-perl (0.989-1) ... #13 37.35 Selecting previously unselected package libconst-fast-perl. #14 37.11 Get:297 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtype-tiny-perl all 2.002001-1 [344 kB] #15 25.98 Verifying : dwz-0.12-10.el8.x86_64 2/89 #15 25.98 Verifying : efi-srpm-macros-3-3.el8.noarch 3/89 #15 25.98 Verifying : gc-7.6.4-3.el8.x86_64 4/89 #15 25.98 Verifying : gdb-headless-8.2-20.el8.x86_64 5/89 #15 25.98 Verifying : ghc-srpm-macros-1.4.2-7.el8.noarch 6/89 #15 25.98 Verifying : go-srpm-macros-2-17.el8.noarch 7/89 #15 25.98 Verifying : guile-5:2.0.14-7.el8.x86_64 8/89 #15 25.98 Verifying : libatomic_ops-7.6.2-3.el8.x86_64 9/89 #15 25.98 Verifying : libipt-1.6.1-8.el8.x86_64 10/89 #15 25.98 Verifying : ocaml-srpm-macros-5-4.el8.noarch 11/89 #15 25.98 Verifying : openblas-srpm-macros-2-2.el8.noarch 12/89 #15 25.98 Verifying : perl-Digest-1.17-395.el8.noarch 13/89 #15 25.98 Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 14/89 #15 25.98 Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 15/89 #15 25.98 Verifying : perl-IO-Socket-SSL-2.066-4.module_el8+339+1ec643e0 16/89 #15 25.98 Verifying : perl-Mozilla-CA-20160104-7.module_el8+645+9d809f8c 17/89 #15 25.98 Verifying : perl-Net-SSLeay-1.88-2.module_el8+339+1ec643e0.x86 18/89 #15 25.98 Verifying : perl-URI-1.73-3.el8.noarch 19/89 #15 25.98 Verifying : perl-libnet-3.11-3.el8.noarch 20/89 #15 25.98 Verifying : perl-srpm-macros-1-25.el8.noarch 21/89 #15 25.98 Verifying : python3-systemd-234-8.el8.x86_64 22/89 #15 25.98 Verifying : qt5-srpm-macros-5.15.3-1.el8.noarch 23/89 #15 25.98 Verifying : rpm-build-4.14.3-31.el8.x86_64 24/89 #15 25.98 Verifying : rpmlint-1.10-14.el8.noarch 25/89 #15 25.98 Verifying : rust-srpm-macros-5-2.el8.noarch 26/89 #15 25.98 Verifying : zstd-1.4.4-1.el8.x86_64 27/89 #15 25.98 Verifying : bzip2-1.0.6-26.el8.x86_64 28/89 #15 25.98 Verifying : dbus-glib-0.110-2.el8.x86_64 29/89 #15 25.98 Verifying : diffutils-3.6-6.el8.x86_64 30/89 #15 25.98 Verifying : dnf-plugins-core-4.0.21-25.el8.noarch 31/89 #15 25.98 Verifying : elfutils-0.190-2.el8.x86_64 32/89 #15 25.98 Verifying : elfutils-debuginfod-client-0.190-2.el8.x86_64 33/89 #15 25.98 Verifying : emacs-filesystem-1:26.1-11.el8.noarch 34/89 #15 25.98 Verifying : file-5.33-25.el8.x86_64 35/89 #15 25.98 Verifying : glibc-gconv-extra-2.28-248.el8.x86_64 36/89 #15 25.98 Verifying : groff-base-1.22.3-18.el8.x86_64 37/89 #15 25.98 Verifying : libbabeltrace-1.5.4-4.el8.x86_64 38/89 #15 25.98 Verifying : libpkgconf-1.4.2-1.el8.x86_64 39/89 #15 25.98 Verifying : libtool-ltdl-2.4.6-25.el8.x86_64 40/89 #15 25.98 Verifying : ncurses-6.1-10.20180224.el8.x86_64 41/89 #15 25.98 Verifying : openssl-1:1.1.1k-12.el8.x86_64 42/89 #15 25.98 Verifying : patch-2.7.6-11.el8.x86_64 43/89 #15 25.98 Verifying : perl-Carp-1.42-396.el8.noarch 44/89 #15 25.98 Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 45/89 #15 25.98 Verifying : perl-Encode-4:2.97-3.el8.x86_64 46/89 #15 25.98 Verifying : perl-Errno-1.28-422.el8.x86_64 47/89 #15 25.98 Verifying : perl-Exporter-5.72-396.el8.noarch 48/89 #15 25.98 Verifying : perl-File-Path-2.15-2.el8.noarch 49/89 #15 25.98 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 50/89 #15 25.98 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 51/89 #15 25.98 Verifying : perl-HTTP-Tiny-0.074-3.el8.noarch 52/89 #15 25.98 Verifying : perl-IO-1.38-422.el8.x86_64 53/89 #15 25.98 Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 54/89 #15 25.98 Verifying : perl-PathTools-3.74-1.el8.x86_64 55/89 #15 25.98 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 56/89 #15 25.98 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 57/89 #15 25.98 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 58/89 #15 25.98 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 59/89 #15 25.98 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 60/89 #15 25.98 Verifying : perl-Socket-4:2.027-3.el8.x86_64 61/89 #15 25.98 Verifying : perl-Storable-1:3.11-3.el8.x86_64 62/89 #15 25.98 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 63/89 #15 25.98 Verifying : perl-Term-Cap-1.17-395.el8.noarch 64/89 #15 25.98 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 65/89 #15 25.98 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 66/89 #15 25.98 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 67/89 #15 25.98 Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 68/89 #15 25.99 Verifying : perl-constant-1.33-396.el8.noarch 69/89 #15 25.99 Verifying : perl-interpreter-4:5.26.3-422.el8.x86_64 70/89 #15 25.99 Verifying : perl-libs-4:5.26.3-422.el8.x86_64 71/89 #15 25.99 Verifying : perl-macros-4:5.26.3-422.el8.x86_64 72/89 #15 25.99 Verifying : perl-parent-1:0.237-1.el8.noarch 73/89 #15 25.99 Verifying : perl-podlators-4.11-1.el8.noarch 74/89 #15 25.99 Verifying : perl-threads-1:2.21-2.el8.x86_64 75/89 #15 25.99 Verifying : perl-threads-shared-1.58-2.el8.x86_64 76/89 #15 25.99 Verifying : pkgconf-1.4.2-1.el8.x86_64 77/89 #15 25.99 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 78/89 #15 25.99 Verifying : pkgconf-pkg-config-1.4.2-1.el8.x86_64 79/89 #15 25.99 Verifying : python-rpm-macros-3-45.el8.noarch 80/89 #15 25.99 Verifying : python-srpm-macros-3-45.el8.noarch 81/89 #15 25.99 Verifying : python3-dateutil-1:2.6.1-6.el8.noarch 82/89 #15 25.99 Verifying : python3-dbus-1.2.4-15.el8.x86_64 83/89 #15 25.99 Verifying : python3-dnf-plugins-core-4.0.21-25.el8.noarch 84/89 #15 25.99 Verifying : python3-rpm-macros-3-45.el8.noarch 85/89 #15 25.99 Verifying : python3-six-1.11.0-8.el8.noarch 86/89 #15 25.99 Verifying : redhat-rpm-config-131-1.el8.noarch 87/89 #15 25.99 Verifying : unzip-6.0-46.el8.x86_64 88/89 #15 25.99 Verifying : zip-3.0-23.el8.x86_64 89/89 #15 26.23 #15 26.23 Installed: #15 26.23 bzip2-1.0.6-26.el8.x86_64 #15 26.23 dbus-glib-0.110-2.el8.x86_64 #15 26.23 desktop-file-utils-0.26-1.el8.x86_64 #15 26.23 diffutils-3.6-6.el8.x86_64 #15 26.23 dnf-plugins-core-4.0.21-25.el8.noarch #15 26.23 dwz-0.12-10.el8.x86_64 #15 26.23 efi-srpm-macros-3-3.el8.noarch #15 26.23 elfutils-0.190-2.el8.x86_64 #15 26.23 elfutils-debuginfod-client-0.190-2.el8.x86_64 #15 26.23 emacs-filesystem-1:26.1-11.el8.noarch #15 26.23 file-5.33-25.el8.x86_64 #15 26.23 gc-7.6.4-3.el8.x86_64 #15 26.23 gdb-headless-8.2-20.el8.x86_64 #15 26.23 ghc-srpm-macros-1.4.2-7.el8.noarch #15 26.23 glibc-gconv-extra-2.28-248.el8.x86_64 #15 26.23 go-srpm-macros-2-17.el8.noarch #15 26.23 groff-base-1.22.3-18.el8.x86_64 #15 26.23 guile-5:2.0.14-7.el8.x86_64 #15 26.23 libatomic_ops-7.6.2-3.el8.x86_64 #15 26.23 libbabeltrace-1.5.4-4.el8.x86_64 #15 26.23 libipt-1.6.1-8.el8.x86_64 #15 26.23 libpkgconf-1.4.2-1.el8.x86_64 #15 26.23 libtool-ltdl-2.4.6-25.el8.x86_64 #15 26.23 ncurses-6.1-10.20180224.el8.x86_64 #15 26.23 ocaml-srpm-macros-5-4.el8.noarch #15 26.23 openblas-srpm-macros-2-2.el8.noarch #15 26.23 openssl-1:1.1.1k-12.el8.x86_64 #15 26.23 patch-2.7.6-11.el8.x86_64 #15 26.23 perl-Carp-1.42-396.el8.noarch #15 26.23 perl-Data-Dumper-2.167-399.el8.x86_64 #15 26.23 perl-Digest-1.17-395.el8.noarch #15 26.23 perl-Digest-MD5-2.55-396.el8.x86_64 #15 26.23 perl-Encode-4:2.97-3.el8.x86_64 #15 26.23 perl-Errno-1.28-422.el8.x86_64 #15 26.23 perl-Exporter-5.72-396.el8.noarch #15 26.23 perl-File-Path-2.15-2.el8.noarch #15 26.23 perl-File-Temp-0.230.600-1.el8.noarch #15 26.23 perl-Getopt-Long-1:2.50-4.el8.noarch #15 26.23 perl-HTTP-Tiny-0.074-3.el8.noarch #15 26.23 perl-IO-1.38-422.el8.x86_64 #15 26.23 perl-IO-Socket-IP-0.39-5.el8.noarch #15 26.23 perl-IO-Socket-SSL-2.066-4.module_el8+339+1ec643e0.noarch #15 26.23 perl-MIME-Base64-3.15-396.el8.x86_64 #15 26.23 perl-Mozilla-CA-20160104-7.module_el8+645+9d809f8c.noarch #15 26.23 perl-Net-SSLeay-1.88-2.module_el8+339+1ec643e0.x86_64 #15 26.23 perl-PathTools-3.74-1.el8.x86_64 #15 26.23 perl-Pod-Escapes-1:1.07-395.el8.noarch #15 26.23 perl-Pod-Perldoc-3.28-396.el8.noarch #15 26.23 perl-Pod-Simple-1:3.35-395.el8.noarch #15 26.23 perl-Pod-Usage-4:1.69-395.el8.noarch #15 26.23 perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 #15 26.23 perl-Socket-4:2.027-3.el8.x86_64 #15 26.23 perl-Storable-1:3.11-3.el8.x86_64 #15 26.23 perl-Term-ANSIColor-4.06-396.el8.noarch #15 26.23 perl-Term-Cap-1.17-395.el8.noarch #15 26.23 perl-Text-ParseWords-3.30-395.el8.noarch #15 26.23 perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch #15 26.23 perl-Time-Local-1:1.280-1.el8.noarch #15 26.23 perl-URI-1.73-3.el8.noarch #15 26.23 perl-Unicode-Normalize-1.25-396.el8.x86_64 #15 26.23 perl-constant-1.33-396.el8.noarch #15 26.23 perl-interpreter-4:5.26.3-422.el8.x86_64 #15 26.23 perl-libnet-3.11-3.el8.noarch #15 26.23 perl-libs-4:5.26.3-422.el8.x86_64 #15 26.23 perl-macros-4:5.26.3-422.el8.x86_64 #15 26.23 perl-parent-1:0.237-1.el8.noarch #15 26.23 perl-podlators-4.11-1.el8.noarch #15 26.23 perl-srpm-macros-1-25.el8.noarch #15 26.23 perl-threads-1:2.21-2.el8.x86_64 #15 26.23 perl-threads-shared-1.58-2.el8.x86_64 #15 26.23 pkgconf-1.4.2-1.el8.x86_64 #15 26.23 pkgconf-m4-1.4.2-1.el8.noarch #15 26.23 pkgconf-pkg-config-1.4.2-1.el8.x86_64 #15 26.23 python-rpm-macros-3-45.el8.noarch #15 26.23 python-srpm-macros-3-45.el8.noarch #15 26.23 python3-dateutil-1:2.6.1-6.el8.noarch #15 26.23 python3-dbus-1.2.4-15.el8.x86_64 #15 26.23 python3-dnf-plugins-core-4.0.21-25.el8.noarch #15 26.23 python3-rpm-macros-3-45.el8.noarch #15 26.23 python3-six-1.11.0-8.el8.noarch #15 26.23 python3-systemd-234-8.el8.x86_64 #15 26.23 qt5-srpm-macros-5.15.3-1.el8.noarch #15 26.23 redhat-rpm-config-131-1.el8.noarch #15 26.23 rpm-build-4.14.3-31.el8.x86_64 #15 26.23 rpmlint-1.10-14.el8.noarch #15 26.23 rust-srpm-macros-5-2.el8.noarch #15 26.23 unzip-6.0-46.el8.x86_64 #15 26.23 zip-3.0-23.el8.x86_64 #15 26.23 zstd-1.4.4-1.el8.x86_64 #15 26.23 #15 26.23 Complete! #14 31.64 Get:190 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-html-perl all 1.001-1 [14.9 kB] #14 31.72 Get:191 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] #14 31.80 Get:192 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-message-perl all 6.22-1 [76.1 kB] #13 33.13 Preparing to unpack .../187-libclass-xsaccessor-perl_1.19-3+b2_arm64.deb ... #13 33.14 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ... #13 33.17 Selecting previously unselected package libclone-perl. #13 33.18 Preparing to unpack .../188-libclone-perl_0.41-1+b1_arm64.deb ... #13 33.18 Unpacking libclone-perl (0.41-1+b1) ... #13 33.21 Selecting previously unselected package libcommon-sense-perl. #13 33.22 Preparing to unpack .../189-libcommon-sense-perl_3.74-2+b7_arm64.deb ... #13 33.22 Unpacking libcommon-sense-perl (3.74-2+b7) ... #13 33.25 Selecting previously unselected package libparams-util-perl. #13 33.26 Preparing to unpack .../190-libparams-util-perl_1.07-3+b4_arm64.deb ... #13 33.26 Unpacking libparams-util-perl (1.07-3+b4) ... #13 33.29 Selecting previously unselected package libsub-install-perl. #13 33.30 Preparing to unpack .../191-libsub-install-perl_0.928-1_all.deb ... #13 33.30 Unpacking libsub-install-perl (0.928-1) ... #13 33.34 Selecting previously unselected package libdata-optlist-perl. #13 33.34 Preparing to unpack .../192-libdata-optlist-perl_0.110-1_all.deb ... #13 33.34 Unpacking libdata-optlist-perl (0.110-1) ... #13 33.38 Selecting previously unselected package libsub-exporter-perl. #13 33.80 Preparing to unpack .../166-libalgorithm-merge-perl_0.08-3_all.deb ... #13 33.82 Unpacking libalgorithm-merge-perl (0.08-3) ... #13 33.90 Selecting previously unselected package libaliased-perl. #13 33.91 Preparing to unpack .../167-libaliased-perl_0.34-1.1_all.deb ... #13 33.99 Unpacking libaliased-perl (0.34-1.1) ... #13 34.07 Selecting previously unselected package libapt-pkg-perl. #14 40.80 Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-parser-perl armhf 2.46-3build1 [210 kB] #14 40.85 Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB] #14 40.85 Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-libyaml-perl armhf 0.83+ds-1build1 [27.3 kB] #14 40.86 Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf licensecheck all 3.2.14-2 [40.9 kB] #14 40.86 Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-size-perl armhf 0.83-1build4 [19.9 kB] #14 40.86 Get:350 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-run3-perl all 0.048-2 [31.4 kB] #13 38.51 Preparing to unpack .../202-libnet-dns-perl_1.19-1_all.deb ... #13 38.51 Unpacking libnet-dns-perl (1.19-1) ... #13 38.57 Selecting previously unselected package libnet-domain-tld-perl. #13 38.58 Preparing to unpack .../203-libnet-domain-tld-perl_1.75-1_all.deb ... #13 38.58 Unpacking libnet-domain-tld-perl (1.75-1) ... #13 38.62 Selecting previously unselected package libemail-valid-perl. #13 38.62 Preparing to unpack .../204-libemail-valid-perl_1.202-1_all.deb ... #13 38.62 Unpacking libemail-valid-perl (1.202-1) ... #13 38.65 Selecting previously unselected package libexporter-tiny-perl. #13 38.66 Preparing to unpack .../205-libexporter-tiny-perl_1.002001-1_all.deb ... #13 38.66 Unpacking libexporter-tiny-perl (1.002001-1) ... #13 38.69 Selecting previously unselected package libipc-system-simple-perl. #13 38.70 Preparing to unpack .../206-libipc-system-simple-perl_1.25-4_all.deb ... #13 38.70 Unpacking libipc-system-simple-perl (1.25-4) ... #13 38.73 Selecting previously unselected package libfile-basedir-perl. #13 38.73 Preparing to unpack .../207-libfile-basedir-perl_0.08-1_all.deb ... #13 38.74 Unpacking libfile-basedir-perl (0.08-1) ... #13 38.76 Selecting previously unselected package libfile-chdir-perl. #13 38.77 Preparing to unpack .../208-libfile-chdir-perl_0.1008-1_all.deb ... #13 38.77 Unpacking libfile-chdir-perl (0.1008-1) ... #13 38.80 Selecting previously unselected package libfile-fcntllock-perl. #13 38.80 Preparing to unpack .../209-libfile-fcntllock-perl_0.22-3+b5_armhf.deb ... #13 38.81 Unpacking libfile-fcntllock-perl (0.22-3+b5) ... #13 38.84 Selecting previously unselected package libfont-afm-perl. #14 28.12 Get:193 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-chardet all 4.0.0-1 [98.0 kB] #14 28.13 Get:194 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 zstd arm64 1.4.8+dfsg-3build1 [587 kB] #14 28.16 Get:195 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-debian all 0.1.43ubuntu1.1 [107 kB] #14 28.17 Get:196 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgpgme11 arm64 1.16.0-1.2ubuntu4.1 [130 kB] #14 28.18 Get:197 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-gpg arm64 1.16.0-1.2ubuntu4.1 [210 kB] #14 28.19 Get:198 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dput all 1.1.0ubuntu2.1 [44.7 kB] #12 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.6s done #14 33.07 Preparing to unpack .../271-libtype-tiny-perl_2.002001-1_all.deb ... #14 33.07 Unpacking libtype-tiny-perl (2.002001-1) ... #14 33.11 Selecting previously unselected package libgitlab-api-v4-perl. #14 33.11 Preparing to unpack .../272-libgitlab-api-v4-perl_0.26-2_all.deb ... #14 33.12 Unpacking libgitlab-api-v4-perl (0.26-2) ... #14 33.15 Selecting previously unselected package libhtml-form-perl. #14 33.15 Preparing to unpack .../273-libhtml-form-perl_6.11-1_all.deb ... #14 33.16 Unpacking libhtml-form-perl (6.11-1) ... #14 33.18 Selecting previously unselected package libhtml-format-perl. #14 33.19 Preparing to unpack .../274-libhtml-format-perl_2.16-2_all.deb ... #14 33.19 Unpacking libhtml-format-perl (2.16-2) ... #14 33.22 Selecting previously unselected package libhtml-html5-entities-perl. #14 33.23 Preparing to unpack .../275-libhtml-html5-entities-perl_0.004-3_all.deb ... #14 33.23 Unpacking libhtml-html5-entities-perl (0.004-3) ... #14 33.26 Selecting previously unselected package libhtml-tokeparser-simple-perl. #14 33.27 Preparing to unpack .../276-libhtml-tokeparser-simple-perl_3.16-4_all.deb ... #14 33.27 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ... #14 33.30 Selecting previously unselected package libhttp-daemon-perl. #13 30.84 Preparing to unpack .../057-libelf1_0.188-2.1+rpi1_armhf.deb ... #13 30.85 Unpacking libelf1:armhf (0.188-2.1+rpi1) ... #13 30.89 Selecting previously unselected package dwz. #13 30.90 Preparing to unpack .../058-dwz_0.15-1_armhf.deb ... #13 30.90 Unpacking dwz (0.15-1) ... #13 30.95 Selecting previously unselected package libicu72:armhf. #13 30.96 Preparing to unpack .../059-libicu72_72.1-3_armhf.deb ... #13 30.96 Unpacking libicu72:armhf (72.1-3) ... #13 40.63 Preparing to unpack .../221-libdata-optlist-perl_0.113-1_all.deb ... #13 40.64 Unpacking libdata-optlist-perl (0.113-1) ... #13 40.67 Selecting previously unselected package libsub-exporter-perl. #13 40.67 Preparing to unpack .../222-libsub-exporter-perl_0.989-1_all.deb ... #13 40.68 Unpacking libsub-exporter-perl (0.989-1) ... #13 40.72 Selecting previously unselected package libconst-fast-perl. #13 40.72 Preparing to unpack .../223-libconst-fast-perl_0.014-2_all.deb ... #13 40.73 Unpacking libconst-fast-perl (0.014-2) ... #13 40.76 Selecting previously unselected package libwant-perl. #13 40.76 Preparing to unpack .../224-libwant-perl_0.29-2+b1_armhf.deb ... #13 40.77 Unpacking libwant-perl (0.29-2+b1) ... #13 40.81 Selecting previously unselected package libcontextual-return-perl. #13 40.81 Preparing to unpack .../225-libcontextual-return-perl_0.004014-4_all.deb ... #13 40.81 Unpacking libcontextual-return-perl (0.004014-4) ... #13 40.85 Selecting previously unselected package libconvert-binhex-perl. #13 40.86 Preparing to unpack .../226-libconvert-binhex-perl_1.125-3_all.deb ... #13 40.86 Unpacking libconvert-binhex-perl (1.125-3) ... #13 40.90 Selecting previously unselected package libcpanel-json-xs-perl:armhf. #14 34.97 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.9_amd64.deb ... #14 34.97 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.9) ... #14 35.01 Selecting previously unselected package libpython3-stdlib:amd64. #14 35.01 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... #14 35.02 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... #14 35.05 Setting up python3-minimal (3.8.2-0ubuntu2) ... #14 35.23 Selecting previously unselected package python3. #13 33.46 Preparing to unpack .../199-libparams-util-perl_1.102-1+b1_arm64.deb ... #13 33.47 Unpacking libparams-util-perl (1.102-1+b1) ... #13 33.51 Selecting previously unselected package libsub-install-perl. #13 33.51 Preparing to unpack .../200-libsub-install-perl_0.928-1.1_all.deb ... #13 33.51 Unpacking libsub-install-perl (0.928-1.1) ... #13 33.54 Selecting previously unselected package libdata-optlist-perl. #13 33.55 Preparing to unpack .../201-libdata-optlist-perl_0.110-1.1_all.deb ... #13 33.55 Unpacking libdata-optlist-perl (0.110-1.1) ... #13 33.58 Selecting previously unselected package libsub-exporter-perl. #13 33.58 Preparing to unpack .../202-libsub-exporter-perl_0.987-1_all.deb ... #13 33.59 Unpacking libsub-exporter-perl (0.987-1) ... #13 33.62 Selecting previously unselected package libconst-fast-perl. #13 33.63 Preparing to unpack .../203-libconst-fast-perl_0.014-1.1_all.deb ... #13 33.63 Unpacking libconst-fast-perl (0.014-1.1) ... #13 33.67 Selecting previously unselected package libwant-perl. #13 33.67 Preparing to unpack .../204-libwant-perl_0.29-1+b6_arm64.deb ... #13 33.67 Unpacking libwant-perl (0.29-1+b6) ... #13 33.71 Selecting previously unselected package libcontextual-return-perl. #13 33.71 Preparing to unpack .../205-libcontextual-return-perl_0.004014-2_all.deb ... #13 33.71 Unpacking libcontextual-return-perl (0.004014-2) ... #13 33.75 Selecting previously unselected package libconvert-binhex-perl. #13 33.75 Preparing to unpack .../206-libconvert-binhex-perl_1.125-1_all.deb ... #13 33.76 Unpacking libconvert-binhex-perl (1.125-1) ... #13 33.79 Selecting previously unselected package libcpanel-json-xs-perl. #13 33.79 Preparing to unpack .../207-libcpanel-json-xs-perl_4.25-1+b1_arm64.deb ... #13 33.80 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ... #13 33.83 Selecting previously unselected package libdevel-stacktrace-perl. #13 36.36 Preparing to unpack .../240-libhtml-format-perl_2.12-1_all.deb ... #13 36.36 Unpacking libhtml-format-perl (2.12-1) ... #13 36.40 Selecting previously unselected package libhttp-daemon-perl. #13 36.40 Preparing to unpack .../241-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ... #13 36.40 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ... #13 36.44 Selecting previously unselected package libstruct-dumb-perl. #13 36.44 Preparing to unpack .../242-libstruct-dumb-perl_0.09-1_all.deb ... #13 36.44 Unpacking libstruct-dumb-perl (0.09-1) ... #13 36.47 Selecting previously unselected package libio-async-perl. #13 36.47 Preparing to unpack .../243-libio-async-perl_0.72-1_all.deb ... #13 36.48 Unpacking libio-async-perl (0.72-1) ... #13 36.55 Selecting previously unselected package libio-sessiondata-perl. #13 36.55 Preparing to unpack .../244-libio-sessiondata-perl_1.03-1_all.deb ... #13 36.56 Unpacking libio-sessiondata-perl (1.03-1) ... #13 36.58 Selecting previously unselected package libio-string-perl. #14 28.71 Preparing to unpack .../286-libltdl7_2.4.6-15build2_amd64.deb ... #14 28.71 Unpacking libltdl7:amd64 (2.4.6-15build2) ... #14 28.74 Selecting previously unselected package libltdl-dev:amd64. #14 28.75 Preparing to unpack .../287-libltdl-dev_2.4.6-15build2_amd64.deb ... #14 28.75 Unpacking libltdl-dev:amd64 (2.4.6-15build2) ... #14 28.80 Selecting previously unselected package liblzo2-2:amd64. #14 28.80 Preparing to unpack .../288-liblzo2-2_2.10-2build3_amd64.deb ... #14 28.81 Unpacking liblzo2-2:amd64 (2.10-2build3) ... #14 28.84 Selecting previously unselected package libsys-hostname-long-perl. #14 28.84 Preparing to unpack .../289-libsys-hostname-long-perl_1.5-2_all.deb ... #14 28.85 Unpacking libsys-hostname-long-perl (1.5-2) ... #14 28.88 Selecting previously unselected package libmail-sendmail-perl. #14 28.88 Preparing to unpack .../290-libmail-sendmail-perl_0.80-1.1_all.deb ... #14 28.89 Unpacking libmail-sendmail-perl (0.80-1.1) ... #14 28.92 Selecting previously unselected package libnet-smtp-ssl-perl. #14 28.92 Preparing to unpack .../291-libnet-smtp-ssl-perl_1.04-1_all.deb ... #14 28.92 Unpacking libnet-smtp-ssl-perl (1.04-1) ... #14 28.96 Selecting previously unselected package libmailtools-perl. #14 29.45 Get:199 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB] #14 29.45 Get:200 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB] #14 29.46 Get:201 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB] #14 29.46 Get:202 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libwww-perl all 6.67-1 [141 kB] #14 29.50 Get:203 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 patchutils arm64 0.4.2-1build2 [75.8 kB] #14 29.54 Get:204 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 wdiff arm64 1.2.2-5 [28.7 kB] #14 29.55 Get:205 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 devscripts all 2.23.4ubuntu1 [1067 kB] #14 29.69 Get:206 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 diffstat arm64 1.65-1 [27.2 kB] #13 33.05 Preparing to unpack .../222-libclass-inspector-perl_1.36-3_all.deb ... #13 33.06 Unpacking libclass-inspector-perl (1.36-3) ... #13 33.09 Selecting previously unselected package libcommon-sense-perl:arm64. #13 33.09 Preparing to unpack .../223-libcommon-sense-perl_3.75-3_arm64.deb ... #13 33.10 Unpacking libcommon-sense-perl:arm64 (3.75-3) ... #13 33.13 Selecting previously unselected package libconfig-tiny-perl. #13 33.13 Preparing to unpack .../224-libconfig-tiny-perl_2.28-2_all.deb ... #13 33.13 Unpacking libconfig-tiny-perl (2.28-2) ... #13 33.17 Selecting previously unselected package libparams-util-perl. #13 33.17 Preparing to unpack .../225-libparams-util-perl_1.102-2+b1_arm64.deb ... #13 33.17 Unpacking libparams-util-perl (1.102-2+b1) ... #13 33.21 Selecting previously unselected package libsub-install-perl. #13 33.21 Preparing to unpack .../226-libsub-install-perl_0.929-1_all.deb ... #13 33.21 Unpacking libsub-install-perl (0.929-1) ... #13 33.24 Selecting previously unselected package libdata-optlist-perl. #13 33.25 Preparing to unpack .../227-libdata-optlist-perl_0.113-1_all.deb ... #13 33.25 Unpacking libdata-optlist-perl (0.113-1) ... #13 33.31 Selecting previously unselected package libsub-exporter-perl. #14 30.49 Preparing to unpack .../193-libalgorithm-diff-perl_1.201-1_all.deb ... #14 30.50 Unpacking libalgorithm-diff-perl (1.201-1) ... #14 30.54 Selecting previously unselected package libalgorithm-diff-xs-perl:amd64. #14 30.55 Preparing to unpack .../194-libalgorithm-diff-xs-perl_0.04-8_amd64.deb ... #14 30.55 Unpacking libalgorithm-diff-xs-perl:amd64 (0.04-8) ... #14 30.61 Selecting previously unselected package libalgorithm-merge-perl. #14 30.61 Preparing to unpack .../195-libalgorithm-merge-perl_0.08-5_all.deb ... #14 30.62 Unpacking libalgorithm-merge-perl (0.08-5) ... #14 30.68 Selecting previously unselected package libaliased-perl. #14 30.68 Preparing to unpack .../196-libaliased-perl_0.34-3_all.deb ... #14 30.69 Unpacking libaliased-perl (0.34-3) ... #14 30.75 Selecting previously unselected package libapt-pkg-perl. #15 [stage-1 5/8] COPY --link SPECS /root/rpmbuild/SPECS #15 DONE 0.0s #16 [stage-1 6/8] RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec #14 40.85 Selecting previously unselected package binutils. #14 40.85 Preparing to unpack .../073-binutils_2.34-6ubuntu1.8_armhf.deb ... #14 40.85 Unpacking binutils (2.34-6ubuntu1.8) ... #14 40.89 Selecting previously unselected package libc-dev-bin. #14 40.89 Preparing to unpack .../074-libc-dev-bin_2.31-0ubuntu9.14_armhf.deb ... #14 40.89 Unpacking libc-dev-bin (2.31-0ubuntu9.14) ... #14 40.93 Selecting previously unselected package linux-libc-dev:armhf. #14 40.93 Preparing to unpack .../075-linux-libc-dev_5.4.0-169.187_armhf.deb ... #14 40.94 Unpacking linux-libc-dev:armhf (5.4.0-169.187) ... #13 37.35 Preparing to unpack .../229-libconst-fast-perl_0.014-2_all.deb ... #13 37.36 Unpacking libconst-fast-perl (0.014-2) ... #13 37.38 Selecting previously unselected package libwant-perl. #13 37.39 Preparing to unpack .../230-libwant-perl_0.29-2+b1_amd64.deb ... #13 37.39 Unpacking libwant-perl (0.29-2+b1) ... #13 37.42 Selecting previously unselected package libcontextual-return-perl. #13 37.42 Preparing to unpack .../231-libcontextual-return-perl_0.004014-4_all.deb ... #13 37.42 Unpacking libcontextual-return-perl (0.004014-4) ... #13 37.45 Selecting previously unselected package libconvert-binhex-perl. #13 37.46 Preparing to unpack .../232-libconvert-binhex-perl_1.125-3_all.deb ... #13 37.46 Unpacking libconvert-binhex-perl (1.125-3) ... #13 37.49 Selecting previously unselected package libcpanel-json-xs-perl:amd64. #13 37.49 Preparing to unpack .../233-libcpanel-json-xs-perl_4.35-1_amd64.deb ... #13 37.49 Unpacking libcpanel-json-xs-perl:amd64 (4.35-1) ... #13 37.53 Selecting previously unselected package libdevel-stacktrace-perl. #13 37.53 Preparing to unpack .../234-libdevel-stacktrace-perl_2.0400-2_all.deb ... #13 37.53 Unpacking libdevel-stacktrace-perl (2.0400-2) ... #13 37.56 Selecting previously unselected package libexception-class-perl. #13 37.57 Preparing to unpack .../235-libexception-class-perl_1.45-1_all.deb ... #13 37.57 Unpacking libexception-class-perl (1.45-1) ... #13 37.60 Selecting previously unselected package libiterator-perl. #13 37.60 Preparing to unpack .../236-libiterator-perl_0.03+ds1-2_all.deb ... #13 37.60 Unpacking libiterator-perl (0.03+ds1-2) ... #13 37.63 Selecting previously unselected package libiterator-util-perl. #13 37.64 Preparing to unpack .../237-libiterator-util-perl_0.02+ds1-2_all.deb ... #13 37.64 Unpacking libiterator-util-perl (0.02+ds1-2) ... #13 37.68 Selecting previously unselected package libdata-dpath-perl. #14 37.54 Get:298 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libgitlab-api-v4-perl all 0.26-2 [82.4 kB] #14 37.55 Get:299 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libhtml-form-perl all 6.11-1 [32.1 kB] #14 37.56 Get:300 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libhtml-format-perl all 2.16-2 [36.9 kB] #14 37.56 Get:301 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libhtml-html5-entities-perl all 0.004-3 [21.6 kB] #14 37.57 Get:302 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB] #14 37.57 Get:303 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libhttp-daemon-perl all 6.14-2 [21.9 kB] #14 37.58 Get:304 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libindirect-perl armhf 0.39-2build1 [20.3 kB] #14 37.58 Get:305 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libio-interactive-perl all 1.023-2 [10.1 kB] #14 37.58 Get:306 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtypes-serialiser-perl all 1.01-1 [11.6 kB] #14 37.61 Get:307 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libjson-xs-perl armhf 4.030-2 [83.4 kB] #14 31.89 Get:193 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-cookies-perl all 6.08-1 [18.3 kB] #14 31.98 Get:194 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB] #14 32.05 Get:195 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 perl-openssl-defaults arm64 4 [7188 B] #14 32.13 Get:196 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-ssleay-perl arm64 1.88-2ubuntu1 [286 kB] #13 33.38 Preparing to unpack .../193-libsub-exporter-perl_0.987-1_all.deb ... #13 33.38 Unpacking libsub-exporter-perl (0.987-1) ... #13 33.42 Selecting previously unselected package libconst-fast-perl. #13 33.42 Preparing to unpack .../194-libconst-fast-perl_0.014-1_all.deb ... #13 33.42 Unpacking libconst-fast-perl (0.014-1) ... #13 33.46 Selecting previously unselected package libwant-perl. #13 33.46 Preparing to unpack .../195-libwant-perl_0.29-1+b4_arm64.deb ... #13 33.47 Unpacking libwant-perl (0.29-1+b4) ... #13 33.50 Selecting previously unselected package libcontextual-return-perl. #13 33.50 Preparing to unpack .../196-libcontextual-return-perl_0.004014-2_all.deb ... #13 33.50 Unpacking libcontextual-return-perl (0.004014-2) ... #13 33.54 Selecting previously unselected package libconvert-binhex-perl. #13 33.54 Preparing to unpack .../197-libconvert-binhex-perl_1.125-1_all.deb ... #13 33.55 Unpacking libconvert-binhex-perl (1.125-1) ... #13 33.58 Selecting previously unselected package libdata-dump-perl. #13 33.58 Preparing to unpack .../198-libdata-dump-perl_1.23-1_all.deb ... #13 33.59 Unpacking libdata-dump-perl (1.23-1) ... #13 33.62 Selecting previously unselected package libdigest-bubblebabble-perl. #13 33.63 Preparing to unpack .../199-libdigest-bubblebabble-perl_0.02-2_all.deb ... #13 33.63 Unpacking libdigest-bubblebabble-perl (0.02-2) ... #13 33.66 Selecting previously unselected package libdigest-hmac-perl. #13 33.66 Preparing to unpack .../200-libdigest-hmac-perl_1.03+dfsg-2_all.deb ... #13 33.67 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ... #13 33.70 Selecting previously unselected package libdistro-info-perl. #13 33.70 Preparing to unpack .../201-libdistro-info-perl_0.21+deb10u1_all.deb ... #13 33.70 Unpacking libdistro-info-perl (0.21+deb10u1) ... #13 33.74 Selecting previously unselected package libnet-smtp-ssl-perl. #14 30.89 Get:221 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB] #14 31.08 Get:222 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-8 [11.0 kB] #13 34.07 Preparing to unpack .../168-libapt-pkg-perl_0.1.39_amd64.deb ... #13 34.08 Unpacking libapt-pkg-perl (0.1.39) ... #13 34.14 Selecting previously unselected package libarchive-cpio-perl. #13 34.14 Preparing to unpack .../169-libarchive-cpio-perl_0.10-1.1_all.deb ... #13 34.15 Unpacking libarchive-cpio-perl (0.10-1.1) ... #13 34.23 Selecting previously unselected package libarchive13:amd64. #13 34.23 Preparing to unpack .../170-libarchive13_3.4.3-2+deb11u1_amd64.deb ... #13 34.24 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... #13 34.30 Selecting previously unselected package libarray-intspan-perl. #13 34.30 Preparing to unpack .../171-libarray-intspan-perl_2.004-1_all.deb ... #13 34.30 Unpacking libarray-intspan-perl (2.004-1) ... #13 34.34 Selecting previously unselected package libauthen-sasl-perl. #14 41.27 Get:351 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lzip armhf 1.23-1 [80.2 kB] #13 38.84 Preparing to unpack .../210-libfont-afm-perl_1.20-2_all.deb ... #13 38.84 Unpacking libfont-afm-perl (1.20-2) ... #13 38.88 Selecting previously unselected package libfribidi0:armhf. #13 38.88 Preparing to unpack .../211-libfribidi0_1.0.5-3.1+deb10u2_armhf.deb ... #13 38.89 Unpacking libfribidi0:armhf (1.0.5-3.1+deb10u2) ... #13 38.92 Selecting previously unselected package libfuture-perl. #13 38.92 Preparing to unpack .../212-libfuture-perl_0.39-1_all.deb ... #13 38.93 Unpacking libfuture-perl (0.39-1) ... #13 38.96 Selecting previously unselected package libio-stringy-perl. #14 28.59 Get:199 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-dejavu-core all 2.37-2build1 [1041 kB] #12 DONE 1.4s #14 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #14 resolve docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 0.0s done #14 sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 49.56MB / 49.56MB 0.6s done #14 sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 24.05MB / 24.05MB 0.3s done #14 sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d 1.64kB / 1.64kB done #14 sha256:04cf306d01a03309934b49ac4b9f487abb8a054b71141fa53df6df482ab7d7eb 1.58kB / 1.58kB done #14 sha256:052f81af891aab3b16476354b67a8eeefa088f5076144c7bdd163a81b862e28b 5.95kB / 5.95kB done #14 sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 64.14MB / 64.14MB 1.2s done #14 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 76.55MB / 92.37MB 1.3s #14 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 62.91MB / 67.06MB 1.3s #14 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 0.4s #14 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 0B / 156B 1.3s #14 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 1.5s #14 sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 67.06MB / 67.06MB 1.4s done #14 sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 156B / 156B 1.3s done #14 33.30 Preparing to unpack .../277-libhttp-daemon-perl_6.14-2_all.deb ... #14 33.31 Unpacking libhttp-daemon-perl (6.14-2) ... #14 33.33 Selecting previously unselected package libindirect-perl. #14 33.34 Preparing to unpack .../278-libindirect-perl_0.39-2build1_amd64.deb ... #14 33.34 Unpacking libindirect-perl (0.39-2build1) ... #14 33.37 Selecting previously unselected package libio-interactive-perl. #14 33.37 Preparing to unpack .../279-libio-interactive-perl_1.023-2_all.deb ... #14 33.38 Unpacking libio-interactive-perl (1.023-2) ... #14 33.40 Selecting previously unselected package libtypes-serialiser-perl. #14 33.40 Preparing to unpack .../280-libtypes-serialiser-perl_1.01-1_all.deb ... #14 33.41 Unpacking libtypes-serialiser-perl (1.01-1) ... #14 33.44 Selecting previously unselected package libjson-xs-perl. #14 33.44 Preparing to unpack .../281-libjson-xs-perl_4.030-2_amd64.deb ... #14 33.44 Unpacking libjson-xs-perl (4.030-2) ... #14 33.48 Selecting previously unselected package libjson-maybexs-perl. #14 33.48 Preparing to unpack .../282-libjson-maybexs-perl_1.004004-1_all.deb ... #14 33.49 Unpacking libjson-maybexs-perl (1.004004-1) ... #14 33.53 Selecting previously unselected package libldap-common. #13 40.90 Preparing to unpack .../227-libcpanel-json-xs-perl_4.35-1_armhf.deb ... #13 40.91 Unpacking libcpanel-json-xs-perl:armhf (4.35-1) ... #13 40.95 Selecting previously unselected package libdevel-stacktrace-perl. #13 40.96 Preparing to unpack .../228-libdevel-stacktrace-perl_2.0400-2_all.deb ... #13 40.96 Unpacking libdevel-stacktrace-perl (2.0400-2) ... #13 41.00 Selecting previously unselected package libexception-class-perl. #13 41.00 Preparing to unpack .../229-libexception-class-perl_1.45-1_all.deb ... #13 41.00 Unpacking libexception-class-perl (1.45-1) ... #13 41.07 Selecting previously unselected package libiterator-perl. #13 41.07 Preparing to unpack .../230-libiterator-perl_0.03+ds1-2_all.deb ... #13 41.08 Unpacking libiterator-perl (0.03+ds1-2) ... #13 41.12 Selecting previously unselected package libiterator-util-perl. #14 35.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 ... 4867 files and directories currently installed.) #14 35.24 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_amd64.deb ... #14 35.25 Unpacking python3 (3.8.2-0ubuntu2) ... #14 35.28 Selecting previously unselected package libbsd0:amd64. #14 35.28 Preparing to unpack .../001-libbsd0_0.10.0-1_amd64.deb ... #14 35.29 Unpacking libbsd0:amd64 (0.10.0-1) ... #14 35.32 Selecting previously unselected package bsdmainutils. #14 35.32 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_amd64.deb ... #14 35.33 Unpacking bsdmainutils (11.1.2ubuntu3) ... #14 35.38 Selecting previously unselected package libuchardet0:amd64. #13 33.84 Preparing to unpack .../208-libdevel-stacktrace-perl_2.0400-1_all.deb ... #13 33.84 Unpacking libdevel-stacktrace-perl (2.0400-1) ... #13 33.87 Selecting previously unselected package libexception-class-perl. #13 33.87 Preparing to unpack .../209-libexception-class-perl_1.44-1_all.deb ... #13 33.88 Unpacking libexception-class-perl (1.44-1) ... #13 33.91 Selecting previously unselected package libiterator-perl. #13 33.91 Preparing to unpack .../210-libiterator-perl_0.03+ds1-1.1_all.deb ... #13 33.91 Unpacking libiterator-perl (0.03+ds1-1.1) ... #13 33.95 Selecting previously unselected package libiterator-util-perl. #13 33.95 Preparing to unpack .../211-libiterator-util-perl_0.02+ds1-1.1_all.deb ... #13 33.95 Unpacking libiterator-util-perl (0.02+ds1-1.1) ... #13 33.98 Selecting previously unselected package libexporter-tiny-perl. #13 33.99 Preparing to unpack .../212-libexporter-tiny-perl_1.002002-1_all.deb ... #13 33.99 Unpacking libexporter-tiny-perl (1.002002-1) ... #13 34.02 Selecting previously unselected package liblist-moreutils-xs-perl. #13 34.02 Preparing to unpack .../213-liblist-moreutils-xs-perl_0.430-2_arm64.deb ... #13 34.03 Unpacking liblist-moreutils-xs-perl (0.430-2) ... #13 34.06 Selecting previously unselected package liblist-moreutils-perl. #13 36.59 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ... #13 36.59 Unpacking libio-string-perl (1.08-3) ... #13 36.61 Selecting previously unselected package libtypes-serialiser-perl. #13 36.62 Preparing to unpack .../246-libtypes-serialiser-perl_1.0-1_all.deb ... #13 36.62 Unpacking libtypes-serialiser-perl (1.0-1) ... #13 36.65 Selecting previously unselected package libjson-xs-perl. #13 36.65 Preparing to unpack .../247-libjson-xs-perl_3.040-1+b1_amd64.deb ... #13 36.65 Unpacking libjson-xs-perl (3.040-1+b1) ... #13 36.70 Selecting previously unselected package liblzo2-2:amd64. #13 36.70 Preparing to unpack .../248-liblzo2-2_2.10-0.1_amd64.deb ... #13 36.70 Unpacking liblzo2-2:amd64 (2.10-0.1) ... #13 36.74 Selecting previously unselected package libkyotocabinet16v5:amd64. #13 36.74 Preparing to unpack .../249-libkyotocabinet16v5_1.2.76-4.2+b1_amd64.deb ... #13 36.75 Unpacking libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ... #13 36.80 Selecting previously unselected package liblist-compare-perl. #13 36.80 Preparing to unpack .../250-liblist-compare-perl_0.53-1_all.deb ... #13 36.81 Unpacking liblist-compare-perl (0.53-1) ... #13 36.86 Selecting previously unselected package liblist-moreutils-perl. #13 36.86 Preparing to unpack .../251-liblist-moreutils-perl_0.416-1+b4_amd64.deb ... #13 36.86 Unpacking liblist-moreutils-perl (0.416-1+b4) ... #13 36.91 Selecting previously unselected package libltdl-dev:amd64. #14 28.96 Preparing to unpack .../292-libmailtools-perl_2.21-1_all.deb ... #14 28.96 Unpacking libmailtools-perl (2.21-1) ... #14 29.06 Selecting previously unselected package libmarkdown2:amd64. #14 29.07 Preparing to unpack .../293-libmarkdown2_2.2.7-2_amd64.deb ... #14 29.07 Unpacking libmarkdown2:amd64 (2.2.7-2) ... #14 29.10 Selecting previously unselected package libmath-base85-perl. #14 29.11 Preparing to unpack .../294-libmath-base85-perl_0.5+dfsg-1_all.deb ... #14 29.11 Unpacking libmath-base85-perl (0.5+dfsg-1) ... #14 29.14 Selecting previously unselected package libmoox-aliases-perl. #14 29.14 Preparing to unpack .../295-libmoox-aliases-perl_0.001006-1.1_all.deb ... #14 29.15 Unpacking libmoox-aliases-perl (0.001006-1.1) ... #14 29.18 Selecting previously unselected package libnamespace-autoclean-perl. #14 29.69 Get:207 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-chardet all 5.1.0+dfsg-2 [119 kB] #13 33.31 Preparing to unpack .../228-libsub-exporter-perl_0.989-1_all.deb ... #13 33.31 Unpacking libsub-exporter-perl (0.989-1) ... #13 33.34 Selecting previously unselected package libconst-fast-perl. #13 33.35 Preparing to unpack .../229-libconst-fast-perl_0.014-2_all.deb ... #13 33.35 Unpacking libconst-fast-perl (0.014-2) ... #13 33.40 Selecting previously unselected package libwant-perl. #13 33.41 Preparing to unpack .../230-libwant-perl_0.29-2+b1_arm64.deb ... #13 33.41 Unpacking libwant-perl (0.29-2+b1) ... #13 33.44 Selecting previously unselected package libcontextual-return-perl. #13 33.44 Preparing to unpack .../231-libcontextual-return-perl_0.004014-4_all.deb ... #13 33.45 Unpacking libcontextual-return-perl (0.004014-4) ... #13 33.48 Selecting previously unselected package libconvert-binhex-perl. #13 33.48 Preparing to unpack .../232-libconvert-binhex-perl_1.125-3_all.deb ... #13 33.49 Unpacking libconvert-binhex-perl (1.125-3) ... #13 33.52 Selecting previously unselected package libcpanel-json-xs-perl:arm64. #14 30.75 Preparing to unpack .../197-libapt-pkg-perl_0.1.40build3_amd64.deb ... #14 30.75 Unpacking libapt-pkg-perl (0.1.40build3) ... #14 30.81 Selecting previously unselected package libarchive-cpio-perl. #14 30.81 Preparing to unpack .../198-libarchive-cpio-perl_0.10-3_all.deb ... #14 30.82 Unpacking libarchive-cpio-perl (0.10-3) ... #14 30.87 Selecting previously unselected package libarray-intspan-perl. #14 30.87 Preparing to unpack .../199-libarray-intspan-perl_2.004-2_all.deb ... #14 30.87 Unpacking libarray-intspan-perl (2.004-2) ... #14 30.96 Selecting previously unselected package libmodule-implementation-perl. #14 30.96 Preparing to unpack .../200-libmodule-implementation-perl_0.09-2_all.deb ... #14 30.97 Unpacking libmodule-implementation-perl (0.09-2) ... #14 41.08 Selecting previously unselected package libcrypt-dev:armhf. #14 41.08 Preparing to unpack .../076-libcrypt-dev_1%3a4.4.10-10ubuntu4_armhf.deb ... #14 41.09 Unpacking libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ... #14 41.13 Selecting previously unselected package libc6-dev:armhf. #14 41.13 Preparing to unpack .../077-libc6-dev_2.31-0ubuntu9.14_armhf.deb ... #14 41.14 Unpacking libc6-dev:armhf (2.31-0ubuntu9.14) ... #14 40.06 Get:365 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxml-namespacesupport-perl all 1.12-2 [13.5 kB] #14 40.07 Get:366 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxml-sax-base-perl all 1.09-3 [18.9 kB] #14 40.08 Get:367 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxml-sax-perl all 1.02+dfsg-3 [57.0 kB] #14 40.12 Get:368 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxml-libxml-perl armhf 2.0207+dfsg+really+2.0134-1build1 [301 kB] #13 37.68 Preparing to unpack .../238-libdata-dpath-perl_0.58-2_all.deb ... #13 37.68 Unpacking libdata-dpath-perl (0.58-2) ... #13 37.71 Selecting previously unselected package libdata-dump-perl. #13 37.71 Preparing to unpack .../239-libdata-dump-perl_1.25-1_all.deb ... #13 37.72 Unpacking libdata-dump-perl (1.25-1) ... #13 37.75 Selecting previously unselected package libdata-messagepack-perl. #13 37.75 Preparing to unpack .../240-libdata-messagepack-perl_1.02-1+b1_amd64.deb ... #13 37.75 Unpacking libdata-messagepack-perl (1.02-1+b1) ... #13 37.78 Selecting previously unselected package libnet-domain-tld-perl. #13 37.79 Preparing to unpack .../241-libnet-domain-tld-perl_1.75-3_all.deb ... #13 37.79 Unpacking libnet-domain-tld-perl (1.75-3) ... #13 37.82 Selecting previously unselected package libdata-validate-domain-perl. #13 37.82 Preparing to unpack .../242-libdata-validate-domain-perl_0.10-1.1_all.deb ... #13 37.82 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #13 37.85 Selecting previously unselected package libnet-ipv6addr-perl. #13 37.85 Preparing to unpack .../243-libnet-ipv6addr-perl_1.02-1_all.deb ... #13 37.86 Unpacking libnet-ipv6addr-perl (1.02-1) ... #13 37.89 Selecting previously unselected package libnet-netmask-perl. #13 35.72 Selecting previously unselected package libxml2:armhf. #13 35.72 Preparing to unpack .../080-libxml2_2.9.10+dfsg-6.7+deb11u4_armhf.deb ... #13 35.73 Unpacking libxml2:armhf (2.9.10+dfsg-6.7+deb11u4) ... #13 35.85 Selecting previously unselected package gettext. #14 32.29 Get:197 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-socket-ssl-perl all 2.067-1 [176 kB] #13 33.74 Preparing to unpack .../202-libnet-smtp-ssl-perl_1.04-1_all.deb ... #13 33.74 Unpacking libnet-smtp-ssl-perl (1.04-1) ... #13 33.77 Selecting previously unselected package libmailtools-perl. #13 33.78 Preparing to unpack .../203-libmailtools-perl_2.18-1_all.deb ... #13 33.78 Unpacking libmailtools-perl (2.18-1) ... #13 33.82 Selecting previously unselected package libnet-ip-perl. #13 33.82 Preparing to unpack .../204-libnet-ip-perl_1.26-2_all.deb ... #13 33.83 Unpacking libnet-ip-perl (1.26-2) ... #13 33.86 Selecting previously unselected package libnet-dns-perl. #13 33.86 Preparing to unpack .../205-libnet-dns-perl_1.19-1_all.deb ... #13 33.86 Unpacking libnet-dns-perl (1.19-1) ... #13 33.93 Selecting previously unselected package libnet-domain-tld-perl. #13 33.93 Preparing to unpack .../206-libnet-domain-tld-perl_1.75-1_all.deb ... #13 33.93 Unpacking libnet-domain-tld-perl (1.75-1) ... #13 33.97 Selecting previously unselected package libemail-valid-perl. #14 31.09 Get:223 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libalgorithm-merge-perl all 0.08-5 [11.4 kB] #14 31.11 Get:224 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libaliased-perl all 0.34-3 [12.8 kB] #14 31.13 Get:225 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libapt-pkg-perl arm64 0.1.40build3 [68.8 kB] #14 31.22 Get:226 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libarchive-cpio-perl all 0.10-3 [10.3 kB] #13 34.34 Preparing to unpack .../172-libauthen-sasl-perl_2.1600-1.1_all.deb ... #13 34.34 Unpacking libauthen-sasl-perl (2.1600-1.1) ... #13 34.37 Selecting previously unselected package libmodule-implementation-perl. #13 34.37 Preparing to unpack .../173-libmodule-implementation-perl_0.09-1.1_all.deb ... #13 34.38 Unpacking libmodule-implementation-perl (0.09-1.1) ... #13 34.41 Selecting previously unselected package libsub-exporter-progressive-perl. #13 34.41 Preparing to unpack .../174-libsub-exporter-progressive-perl_0.001013-1_all.deb ... #13 34.41 Unpacking libsub-exporter-progressive-perl (0.001013-1) ... #13 34.44 Selecting previously unselected package libvariable-magic-perl. #13 34.44 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b3_amd64.deb ... #13 34.44 Unpacking libvariable-magic-perl (0.62-1+b3) ... #13 34.48 Selecting previously unselected package libb-hooks-endofscope-perl. #13 34.48 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1.1_all.deb ... #13 34.48 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ... #13 34.51 Selecting previously unselected package libpng16-16:amd64. #13 34.52 Preparing to unpack .../177-libpng16-16_1.6.37-3_amd64.deb ... #13 34.52 Unpacking libpng16-16:amd64 (1.6.37-3) ... #13 34.57 Selecting previously unselected package libfreetype6:amd64. #14 41.54 Get:352 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lzop armhf 1.04-2build2 [84.5 kB] #14 41.59 Get:353 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf t1utils armhf 1.41-4build2 [53.1 kB] #14 41.64 Get:354 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf unzip armhf 6.0-26ubuntu3.1 [162 kB] #13 38.97 Preparing to unpack .../213-libio-stringy-perl_2.111-3_all.deb ... #13 38.97 Unpacking libio-stringy-perl (2.111-3) ... #13 39.01 Selecting previously unselected package libparams-validate-perl. #13 39.01 Preparing to unpack .../214-libparams-validate-perl_1.29-1+b1_armhf.deb ... #13 39.01 Unpacking libparams-validate-perl (1.29-1+b1) ... #13 39.05 Selecting previously unselected package libgetopt-long-descriptive-perl. #13 39.06 Preparing to unpack .../215-libgetopt-long-descriptive-perl_0.103-2_all.deb ... #13 39.06 Unpacking libgetopt-long-descriptive-perl (0.103-2) ... #13 39.10 Selecting previously unselected package libsort-versions-perl. #13 39.11 Preparing to unpack .../216-libsort-versions-perl_1.62-1_all.deb ... #13 39.11 Unpacking libsort-versions-perl (1.62-1) ... #13 39.18 Selecting previously unselected package libgit-wrapper-perl. #13 39.18 Preparing to unpack .../217-libgit-wrapper-perl_0.048-1_all.deb ... #13 39.19 Unpacking libgit-wrapper-perl (0.048-1) ... #13 39.23 Selecting previously unselected package libhttp-tiny-multipart-perl. #13 39.23 Preparing to unpack .../218-libhttp-tiny-multipart-perl_0.08-1_all.deb ... #13 39.23 Unpacking libhttp-tiny-multipart-perl (0.08-1) ... #13 39.26 Selecting previously unselected package libio-prompter-perl. #13 39.27 Preparing to unpack .../219-libio-prompter-perl_0.004015-1_all.deb ... #13 39.27 Unpacking libio-prompter-perl (0.004015-1) ... #13 39.30 Selecting previously unselected package libjson-perl. #13 39.31 Preparing to unpack .../220-libjson-perl_4.02000-1_all.deb ... #13 39.31 Unpacking libjson-perl (4.02000-1) ... #13 39.35 Selecting previously unselected package liblog-any-perl. #14 ... #15 [binary-dummy 1/1] COPY --from=build-dummy /build /build #15 DONE 0.7s #14 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #14 sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 92.37MB / 92.37MB 1.5s done #14 33.53 Preparing to unpack .../283-libldap-common_2.6.3+dfsg-1~exp1ubuntu2_all.deb ... #14 33.54 Unpacking libldap-common (2.6.3+dfsg-1~exp1ubuntu2) ... #14 33.57 Selecting previously unselected package liblist-compare-perl. #14 33.57 Preparing to unpack .../284-liblist-compare-perl_0.55-2_all.deb ... #14 33.57 Unpacking liblist-compare-perl (0.55-2) ... #14 33.60 Selecting previously unselected package liblist-someutils-perl. #14 33.61 Preparing to unpack .../285-liblist-someutils-perl_0.59-1_all.deb ... #14 33.61 Unpacking liblist-someutils-perl (0.59-1) ... #14 33.64 Selecting previously unselected package liblist-someutils-xs-perl:amd64. #14 33.64 Preparing to unpack .../286-liblist-someutils-xs-perl_0.58-3_amd64.deb ... #14 33.65 Unpacking liblist-someutils-xs-perl:amd64 (0.58-3) ... #14 33.68 Selecting previously unselected package liblist-utilsby-perl. #14 33.68 Preparing to unpack .../287-liblist-utilsby-perl_0.12-2_all.deb ... #14 33.69 Unpacking liblist-utilsby-perl (0.12-2) ... #14 33.72 Selecting previously unselected package libltdl7:amd64. #14 33.72 Preparing to unpack .../288-libltdl7_2.4.7-5_amd64.deb ... #14 33.73 Unpacking libltdl7:amd64 (2.4.7-5) ... #14 33.76 Selecting previously unselected package libltdl-dev:amd64. #16 75.10 Updating : glibc-common-2.17-326.el7_9.aarch64 1/60 #13 41.12 Preparing to unpack .../231-libiterator-util-perl_0.02+ds1-2_all.deb ... #13 41.12 Unpacking libiterator-util-perl (0.02+ds1-2) ... #13 41.16 Selecting previously unselected package libdata-dpath-perl. #13 41.16 Preparing to unpack .../232-libdata-dpath-perl_0.58-2_all.deb ... #13 41.16 Unpacking libdata-dpath-perl (0.58-2) ... #13 41.20 Selecting previously unselected package libdata-dump-perl. #13 41.20 Preparing to unpack .../233-libdata-dump-perl_1.25-1_all.deb ... #13 41.21 Unpacking libdata-dump-perl (1.25-1) ... #13 41.24 Selecting previously unselected package libdata-messagepack-perl. #13 41.24 Preparing to unpack .../234-libdata-messagepack-perl_1.02-1+b1_armhf.deb ... #13 41.25 Unpacking libdata-messagepack-perl (1.02-1+b1) ... #13 41.29 Selecting previously unselected package libnet-domain-tld-perl. #13 41.29 Preparing to unpack .../235-libnet-domain-tld-perl_1.75-3_all.deb ... #13 41.29 Unpacking libnet-domain-tld-perl (1.75-3) ... #13 41.33 Selecting previously unselected package libdata-validate-domain-perl. #13 41.33 Preparing to unpack .../236-libdata-validate-domain-perl_0.10-1.1_all.deb ... #13 41.34 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #13 41.37 Selecting previously unselected package libnet-ipv6addr-perl. #14 35.38 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_amd64.deb ... #14 35.38 Unpacking libuchardet0:amd64 (0.0.6-3build1) ... #14 35.42 Selecting previously unselected package groff-base. #14 35.42 Preparing to unpack .../004-groff-base_1.22.4-4build1_amd64.deb ... #14 35.43 Unpacking groff-base (1.22.4-4build1) ... #14 35.54 Selecting previously unselected package libgdbm6:amd64. #14 35.54 Preparing to unpack .../005-libgdbm6_1.18.1-5_amd64.deb ... #14 35.54 Unpacking libgdbm6:amd64 (1.18.1-5) ... #14 35.58 Selecting previously unselected package libpipeline1:amd64. #14 35.58 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_amd64.deb ... #14 35.59 Unpacking libpipeline1:amd64 (1.5.2-2build1) ... #14 35.63 Selecting previously unselected package man-db. #14 35.64 Preparing to unpack .../007-man-db_2.9.1-1_amd64.deb ... #14 35.64 Unpacking man-db (2.9.1-1) ... #14 35.76 Selecting previously unselected package perl-modules-5.30. #13 34.06 Preparing to unpack .../214-liblist-moreutils-perl_0.430-2_all.deb ... #13 34.07 Unpacking liblist-moreutils-perl (0.430-2) ... #13 34.10 Selecting previously unselected package libdata-dpath-perl. #13 34.10 Preparing to unpack .../215-libdata-dpath-perl_0.58-1_all.deb ... #13 34.11 Unpacking libdata-dpath-perl (0.58-1) ... #13 34.14 Selecting previously unselected package libdata-dump-perl. #13 34.15 Preparing to unpack .../216-libdata-dump-perl_1.23-1.1_all.deb ... #13 34.15 Unpacking libdata-dump-perl (1.23-1.1) ... #13 34.18 Selecting previously unselected package libdata-messagepack-perl. #13 34.18 Preparing to unpack .../217-libdata-messagepack-perl_1.00-4+b1_arm64.deb ... #13 34.19 Unpacking libdata-messagepack-perl (1.00-4+b1) ... #13 34.22 Selecting previously unselected package libnet-domain-tld-perl. #13 34.22 Preparing to unpack .../218-libnet-domain-tld-perl_1.75-1.1_all.deb ... #13 34.23 Unpacking libnet-domain-tld-perl (1.75-1.1) ... #13 34.26 Selecting previously unselected package libdata-validate-domain-perl. #13 34.27 Preparing to unpack .../219-libdata-validate-domain-perl_0.10-1.1_all.deb ... #13 34.27 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #13 34.30 Selecting previously unselected package libdevel-size-perl. #13 36.91 Preparing to unpack .../252-libltdl-dev_2.4.6-9_amd64.deb ... #13 36.91 Unpacking libltdl-dev:amd64 (2.4.6-9) ... #13 36.95 Selecting previously unselected package libsys-hostname-long-perl. #13 36.95 Preparing to unpack .../253-libsys-hostname-long-perl_1.5-1_all.deb ... #13 36.96 Unpacking libsys-hostname-long-perl (1.5-1) ... #13 36.99 Selecting previously unselected package libmail-sendmail-perl. #13 36.99 Preparing to unpack .../254-libmail-sendmail-perl_0.80-1_all.deb ... #13 37.00 Unpacking libmail-sendmail-perl (0.80-1) ... #13 37.03 Selecting previously unselected package mailutils-common. #13 37.03 Preparing to unpack .../255-mailutils-common_1%3a3.5-4_all.deb ... #13 37.03 Unpacking mailutils-common (1:3.5-4) ... #13 37.10 Selecting previously unselected package mysql-common. #13 37.11 Preparing to unpack .../256-mysql-common_5.8+1.0.5_all.deb ... #13 37.12 Unpacking mysql-common (5.8+1.0.5) ... #13 37.18 Selecting previously unselected package mariadb-common. #14 29.18 Preparing to unpack .../296-libnamespace-autoclean-perl_0.29-1_all.deb ... #14 29.18 Unpacking libnamespace-autoclean-perl (0.29-1) ... #14 29.22 Selecting previously unselected package libobject-id-perl. #14 29.22 Preparing to unpack .../297-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ... #14 29.22 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ... #14 29.26 Selecting previously unselected package libmoox-struct-perl. #14 29.26 Preparing to unpack .../298-libmoox-struct-perl_0.020-1_all.deb ... #14 29.26 Unpacking libmoox-struct-perl (0.020-1) ... #14 29.30 Selecting previously unselected package libmouse-perl. #14 29.30 Preparing to unpack .../299-libmouse-perl_2.5.10-1build4_amd64.deb ... #14 29.31 Unpacking libmouse-perl (2.5.10-1build4) ... #14 29.34 Selecting previously unselected package libpackage-stash-xs-perl. #14 29.35 Preparing to unpack .../300-libpackage-stash-xs-perl_0.29-1build5_amd64.deb ... #14 29.36 Unpacking libpackage-stash-xs-perl (0.29-1build5) ... #14 29.39 Selecting previously unselected package libpath-iterator-rule-perl. #14 29.40 Preparing to unpack .../301-libpath-iterator-rule-perl_1.015-1_all.deb ... #14 29.40 Unpacking libpath-iterator-rule-perl (1.015-1) ... #13 31.63 Selecting previously unselected package libxml2:armhf. #13 31.63 Preparing to unpack .../060-libxml2_2.9.14+dfsg-1.3~deb12u1_armhf.deb ... #13 31.64 Unpacking libxml2:armhf (2.9.14+dfsg-1.3~deb12u1) ... #14 30.09 Get:208 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 zstd arm64 1.5.4+dfsg2-4 [559 kB] #14 31.04 Selecting previously unselected package libsub-exporter-progressive-perl. #14 31.04 Preparing to unpack .../201-libsub-exporter-progressive-perl_0.001013-3_all.deb ... #14 31.04 Unpacking libsub-exporter-progressive-perl (0.001013-3) ... #14 31.07 Selecting previously unselected package libvariable-magic-perl. #14 31.08 Preparing to unpack .../202-libvariable-magic-perl_0.63-1_amd64.deb ... #14 31.08 Unpacking libvariable-magic-perl (0.63-1) ... #14 31.15 Selecting previously unselected package libb-hooks-endofscope-perl. #14 31.15 Preparing to unpack .../203-libb-hooks-endofscope-perl_0.26-1_all.deb ... #14 31.16 Unpacking libb-hooks-endofscope-perl (0.26-1) ... #14 31.25 Selecting previously unselected package libberkeleydb-perl:amd64. #13 33.52 Preparing to unpack .../233-libcpanel-json-xs-perl_4.35-1_arm64.deb ... #13 33.52 Unpacking libcpanel-json-xs-perl:arm64 (4.35-1) ... #13 33.56 Selecting previously unselected package libdevel-stacktrace-perl. #13 33.56 Preparing to unpack .../234-libdevel-stacktrace-perl_2.0400-2_all.deb ... #13 33.57 Unpacking libdevel-stacktrace-perl (2.0400-2) ... #13 33.60 Selecting previously unselected package libexception-class-perl. #13 33.60 Preparing to unpack .../235-libexception-class-perl_1.45-1_all.deb ... #13 33.60 Unpacking libexception-class-perl (1.45-1) ... #13 33.64 Selecting previously unselected package libiterator-perl. #13 33.64 Preparing to unpack .../236-libiterator-perl_0.03+ds1-2_all.deb ... #13 33.64 Unpacking libiterator-perl (0.03+ds1-2) ... #13 33.67 Selecting previously unselected package libiterator-util-perl. #13 33.67 Preparing to unpack .../237-libiterator-util-perl_0.02+ds1-2_all.deb ... #13 33.68 Unpacking libiterator-util-perl (0.02+ds1-2) ... #13 33.71 Selecting previously unselected package libdata-dpath-perl. #13 33.71 Preparing to unpack .../238-libdata-dpath-perl_0.58-2_all.deb ... #13 33.72 Unpacking libdata-dpath-perl (0.58-2) ... #13 33.75 Selecting previously unselected package libdata-dump-perl. #14 41.38 Selecting previously unselected package gcc-9-base:armhf. #14 41.38 Preparing to unpack .../078-gcc-9-base_9.4.0-1ubuntu1~20.04.2_armhf.deb ... #14 41.38 Unpacking gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.2) ... #14 41.45 Selecting previously unselected package libisl22:armhf. #14 41.45 Preparing to unpack .../079-libisl22_0.22.1-1_armhf.deb ... #14 41.46 Unpacking libisl22:armhf (0.22.1-1) ... #14 40.25 Get:369 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxml-parser-perl armhf 2.46-4 [203 kB] #14 40.30 Get:370 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxml-sax-expat-perl all 0.51-2 [8644 B] #14 40.30 Get:371 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libyaml-libyaml-perl armhf 0.86+ds-1 [28.3 kB] #14 40.30 Get:372 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf licensecheck all 3.3.9-1ubuntu1 [37.7 kB] #14 40.31 Get:373 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdevel-size-perl armhf 0.83-2build1 [18.6 kB] #14 40.31 Get:374 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libipc-run3-perl all 0.048-3 [30.3 kB] #14 40.46 Get:375 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf lzip armhf 1.23-6 [77.9 kB] #13 37.89 Preparing to unpack .../244-libnet-netmask-perl_2.0002-2_all.deb ... #13 37.89 Unpacking libnet-netmask-perl (2.0002-2) ... #13 37.92 Selecting previously unselected package libnetaddr-ip-perl. #13 37.92 Preparing to unpack .../245-libnetaddr-ip-perl_4.079+dfsg-2+b1_amd64.deb ... #13 37.93 Unpacking libnetaddr-ip-perl (4.079+dfsg-2+b1) ... #13 37.96 Selecting previously unselected package libdata-validate-ip-perl. #13 37.96 Preparing to unpack .../246-libdata-validate-ip-perl_0.31-1_all.deb ... #13 37.97 Unpacking libdata-validate-ip-perl (0.31-1) ... #13 38.00 Selecting previously unselected package libdata-validate-uri-perl. #13 38.00 Preparing to unpack .../247-libdata-validate-uri-perl_0.07-2_all.deb ... #13 38.00 Unpacking libdata-validate-uri-perl (0.07-2) ... #13 38.03 Selecting previously unselected package libdevel-size-perl. #13 38.04 Preparing to unpack .../248-libdevel-size-perl_0.83-2+b1_amd64.deb ... #13 38.04 Unpacking libdevel-size-perl (0.83-2+b1) ... #13 38.08 Selecting previously unselected package libdistro-info-perl. #13 38.08 Preparing to unpack .../249-libdistro-info-perl_1.5+deb12u1_all.deb ... #13 38.08 Unpacking libdistro-info-perl (1.5+deb12u1) ... #13 38.11 Selecting previously unselected package libemail-address-xs-perl. #13 35.85 Preparing to unpack .../081-gettext_0.21-4_armhf.deb ... #13 35.86 Unpacking gettext (0.21-4) ... #13 36.02 Selecting previously unselected package intltool-debian. #13 36.03 Preparing to unpack .../082-intltool-debian_0.35.0+20060710.5_all.deb ... #13 36.04 Unpacking intltool-debian (0.35.0+20060710.5) ... #13 36.07 Selecting previously unselected package po-debconf. #13 36.08 Preparing to unpack .../083-po-debconf_1.0.21+nmu1_all.deb ... #13 36.08 Unpacking po-debconf (1.0.21+nmu1) ... #16 0.769 CentOS Stream 9 - BaseOS 7.3 kB/s | 2.2 kB 00:00 #14 32.38 Get:198 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-http-perl all 6.19-1 [22.8 kB] #14 32.46 Get:199 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B] #14 32.61 Get:200 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtry-tiny-perl all 0.30-1 [20.5 kB] #13 33.97 Preparing to unpack .../207-libemail-valid-perl_1.202-1_all.deb ... #13 33.97 Unpacking libemail-valid-perl (1.202-1) ... #13 34.01 Selecting previously unselected package libexporter-tiny-perl. #13 34.01 Preparing to unpack .../208-libexporter-tiny-perl_1.002001-1_all.deb ... #13 34.01 Unpacking libexporter-tiny-perl (1.002001-1) ... #13 34.05 Selecting previously unselected package libipc-system-simple-perl. #13 34.06 Preparing to unpack .../209-libipc-system-simple-perl_1.25-4_all.deb ... #13 34.06 Unpacking libipc-system-simple-perl (1.25-4) ... #13 34.09 Selecting previously unselected package libfile-basedir-perl. #13 34.09 Preparing to unpack .../210-libfile-basedir-perl_0.08-1_all.deb ... #13 34.10 Unpacking libfile-basedir-perl (0.08-1) ... #13 34.13 Selecting previously unselected package libfile-chdir-perl. #13 34.13 Preparing to unpack .../211-libfile-chdir-perl_0.1008-1_all.deb ... #13 34.13 Unpacking libfile-chdir-perl (0.1008-1) ... #13 34.16 Selecting previously unselected package libfile-fcntllock-perl. #13 34.16 Preparing to unpack .../212-libfile-fcntllock-perl_0.22-3+b5_arm64.deb ... #13 34.17 Unpacking libfile-fcntllock-perl (0.22-3+b5) ... #13 34.20 Selecting previously unselected package libfont-afm-perl. #14 38.02 Get:308 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libjson-maybexs-perl all 1.004004-1 [10.9 kB] #14 38.10 Get:309 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libldap-common all 2.6.3+dfsg-1~exp1ubuntu2 [20.3 kB] #14 38.13 Get:310 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf liblist-compare-perl all 0.55-2 [62.9 kB] #14 31.23 Get:227 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libarray-intspan-perl all 2.004-2 [25.0 kB] #14 31.25 Get:228 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmodule-implementation-perl all 0.09-2 [12.0 kB] #14 31.25 Get:229 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsub-exporter-progressive-perl all 0.001013-3 [6718 B] #14 31.26 Get:230 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libvariable-magic-perl arm64 0.63-1 [34.2 kB] #14 31.27 Get:231 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libb-hooks-endofscope-perl all 0.26-1 [17.8 kB] #14 31.68 Get:232 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libberkeleydb-perl arm64 0.64-2 [123 kB] #13 34.58 Preparing to unpack .../178-libfreetype6_2.10.4+dfsg-1+deb11u1_amd64.deb ... #13 34.58 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1+deb11u1) ... #13 34.65 Selecting previously unselected package libfontconfig1:amd64. #13 34.65 Preparing to unpack .../179-libfontconfig1_2.13.1-4.2_amd64.deb ... #13 34.65 Unpacking libfontconfig1:amd64 (2.13.1-4.2) ... #13 34.71 Selecting previously unselected package libjpeg62-turbo:amd64. #13 34.71 Preparing to unpack .../180-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ... #13 34.71 Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ... #13 34.76 Selecting previously unselected package libdeflate0:amd64. #13 34.76 Preparing to unpack .../181-libdeflate0_1.7-1_amd64.deb ... #13 34.77 Unpacking libdeflate0:amd64 (1.7-1) ... #13 34.80 Selecting previously unselected package libjbig0:amd64. #13 34.81 Preparing to unpack .../182-libjbig0_2.1-3.1+b2_amd64.deb ... #13 34.81 Unpacking libjbig0:amd64 (2.1-3.1+b2) ... #13 36.36 Setting up gettext (0.19.8.1-9) ... #13 36.38 Setting up gcc-8 (8.3.0-6+rpi1) ... #13 36.40 Setting up libtool (2.4.6-9) ... #13 36.41 Setting up python3 (3.7.3-1) ... #13 36.52 Setting up man-db (2.8.5-2) ... #13 36.64 Building database of manual pages ... #14 41.71 Get:355 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf lintian all 2.114.0ubuntu1.3 [1082 kB] #14 41.86 Get:356 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf manpages-dev all 5.10-1ubuntu1 [2309 kB] #13 39.35 Preparing to unpack .../221-liblog-any-perl_1.707-1_all.deb ... #13 39.36 Unpacking liblog-any-perl (1.707-1) ... #13 39.39 Selecting previously unselected package liblog-any-adapter-screen-perl. #13 39.39 Preparing to unpack .../222-liblog-any-adapter-screen-perl_0.140-1_all.deb ... #13 39.40 Unpacking liblog-any-adapter-screen-perl (0.140-1) ... #13 39.43 Selecting previously unselected package libpackage-stash-perl. #13 39.43 Preparing to unpack .../223-libpackage-stash-perl_0.38-1_all.deb ... #13 39.44 Unpacking libpackage-stash-perl (0.38-1) ... #13 39.47 Selecting previously unselected package libsub-identify-perl. #13 39.47 Preparing to unpack .../224-libsub-identify-perl_0.14-1+b1_armhf.deb ... #13 39.47 Unpacking libsub-identify-perl (0.14-1+b1) ... #13 39.51 Selecting previously unselected package libnamespace-clean-perl. #13 39.51 Preparing to unpack .../225-libnamespace-clean-perl_0.27-1_all.deb ... #13 39.52 Unpacking libnamespace-clean-perl (0.27-1) ... #13 39.55 Selecting previously unselected package libpath-tiny-perl. #13 39.55 Preparing to unpack .../226-libpath-tiny-perl_0.108-1_all.deb ... #13 39.55 Unpacking libpath-tiny-perl (0.108-1) ... #13 39.59 Selecting previously unselected package libtype-tiny-perl. #14 33.77 Preparing to unpack .../289-libltdl-dev_2.4.7-5_amd64.deb ... #14 33.77 Unpacking libltdl-dev:amd64 (2.4.7-5) ... #14 33.83 Selecting previously unselected package liblzo2-2:amd64. #14 33.83 Preparing to unpack .../290-liblzo2-2_2.10-2build3_amd64.deb ... #14 33.83 Unpacking liblzo2-2:amd64 (2.10-2build3) ... #14 33.87 Selecting previously unselected package libsys-hostname-long-perl. #14 33.87 Preparing to unpack .../291-libsys-hostname-long-perl_1.5-3_all.deb ... #14 33.87 Unpacking libsys-hostname-long-perl (1.5-3) ... #14 33.90 Selecting previously unselected package libmail-sendmail-perl. #14 33.91 Preparing to unpack .../292-libmail-sendmail-perl_0.80-3_all.deb ... #14 33.91 Unpacking libmail-sendmail-perl (0.80-3) ... #14 33.94 Selecting previously unselected package libnet-smtp-ssl-perl. #14 33.95 Preparing to unpack .../293-libnet-smtp-ssl-perl_1.04-2_all.deb ... #14 33.95 Unpacking libnet-smtp-ssl-perl (1.04-2) ... #14 33.98 Selecting previously unselected package libmailtools-perl. #14 33.98 Preparing to unpack .../294-libmailtools-perl_2.21-2_all.deb ... #14 33.99 Unpacking libmailtools-perl (2.21-2) ... #14 34.03 Selecting previously unselected package libmarkdown2:amd64. #14 34.03 Preparing to unpack .../295-libmarkdown2_2.2.7-2_amd64.deb ... #14 34.07 Unpacking libmarkdown2:amd64 (2.2.7-2) ... #14 34.10 Selecting previously unselected package libmath-base85-perl. #14 ... #16 [internal] load build context #16 transferring context: 75.03MB 1.7s done #16 DONE 1.8s #14 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d #16 75.99 Updating : glibc-2.17-326.el7_9.aarch64 2/60 #14 29.16 Get:200 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB] #14 35.76 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.5_all.deb ... #14 35.76 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.5) ... #13 41.37 Preparing to unpack .../237-libnet-ipv6addr-perl_1.02-1_all.deb ... #13 41.38 Unpacking libnet-ipv6addr-perl (1.02-1) ... #13 41.41 Selecting previously unselected package libnet-netmask-perl. #13 41.42 Preparing to unpack .../238-libnet-netmask-perl_2.0002-2_all.deb ... #13 41.42 Unpacking libnet-netmask-perl (2.0002-2) ... #13 41.46 Selecting previously unselected package libnetaddr-ip-perl. #13 41.46 Preparing to unpack .../239-libnetaddr-ip-perl_4.079+dfsg-2+b1_armhf.deb ... #13 41.47 Unpacking libnetaddr-ip-perl (4.079+dfsg-2+b1) ... #13 41.54 Selecting previously unselected package libdata-validate-ip-perl. #13 41.54 Preparing to unpack .../240-libdata-validate-ip-perl_0.31-1_all.deb ... #13 41.54 Unpacking libdata-validate-ip-perl (0.31-1) ... #13 41.58 Selecting previously unselected package libdata-validate-uri-perl. #13 41.58 Preparing to unpack .../241-libdata-validate-uri-perl_0.07-2_all.deb ... #13 41.59 Unpacking libdata-validate-uri-perl (0.07-2) ... #13 41.63 Selecting previously unselected package libdevel-size-perl. #13 34.30 Preparing to unpack .../220-libdevel-size-perl_0.83-1+b2_arm64.deb ... #13 34.31 Unpacking libdevel-size-perl (0.83-1+b2) ... #13 34.34 Selecting previously unselected package libdistro-info-perl. #13 34.34 Preparing to unpack .../221-libdistro-info-perl_1.0_all.deb ... #13 34.35 Unpacking libdistro-info-perl (1.0) ... #13 34.38 Selecting previously unselected package libemail-address-xs-perl. #13 34.38 Preparing to unpack .../222-libemail-address-xs-perl_1.04-1+b3_arm64.deb ... #13 34.38 Unpacking libemail-address-xs-perl (1.04-1+b3) ... #13 34.42 Selecting previously unselected package libfcgi0ldbl:arm64. #13 34.42 Preparing to unpack .../223-libfcgi0ldbl_2.4.2-2_arm64.deb ... #13 34.43 Unpacking libfcgi0ldbl:arm64 (2.4.2-2) ... #13 34.46 Selecting previously unselected package libfcgi-bin. #13 34.46 Preparing to unpack .../224-libfcgi-bin_2.4.2-2_arm64.deb ... #13 34.50 Unpacking libfcgi-bin (2.4.2-2) ... #13 34.53 Selecting previously unselected package libfcgi-perl:arm64. #13 37.18 Preparing to unpack .../257-mariadb-common_1%3a10.3.39-0+deb10u1_all.deb ... #13 37.19 Unpacking mariadb-common (1:10.3.39-0+deb10u1) ... #13 37.22 Selecting previously unselected package libmariadb3:amd64. #13 37.23 Preparing to unpack .../258-libmariadb3_1%3a10.3.39-0+deb10u1_amd64.deb ... #13 37.23 Unpacking libmariadb3:amd64 (1:10.3.39-0+deb10u1) ... #13 37.28 Selecting previously unselected package libpython2.7-minimal:amd64. #13 37.28 Preparing to unpack .../259-libpython2.7-minimal_2.7.16-2+deb10u3_amd64.deb ... #13 37.28 Unpacking libpython2.7-minimal:amd64 (2.7.16-2+deb10u3) ... #14 29.44 Selecting previously unselected package libperlio-gzip-perl. #14 29.44 Preparing to unpack .../302-libperlio-gzip-perl_0.19-1build8_amd64.deb ... #14 29.44 Unpacking libperlio-gzip-perl (0.19-1build8) ... #14 29.48 Selecting previously unselected package libperlio-utf8-strict-perl. #14 29.48 Preparing to unpack .../303-libperlio-utf8-strict-perl_0.009-1build1_amd64.deb ... #14 29.48 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ... #14 29.52 Selecting previously unselected package libpod-parser-perl. #14 29.52 Preparing to unpack .../304-libpod-parser-perl_1.63-2_all.deb ... #14 29.53 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #14 29.55 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #14 29.55 Unpacking libpod-parser-perl (1.63-2) ... #14 29.59 Selecting previously unselected package libpod-constants-perl. #14 29.59 Preparing to unpack .../305-libpod-constants-perl_0.19-2_all.deb ... #14 29.59 Unpacking libpod-constants-perl (0.19-2) ... #14 29.63 Selecting previously unselected package libproc-processtable-perl:amd64. #13 31.72 Selecting previously unselected package gettext. #13 31.73 Preparing to unpack .../061-gettext_0.21-12_armhf.deb ... #13 31.73 Unpacking gettext (0.21-12) ... #13 31.85 Selecting previously unselected package intltool-debian. #13 31.85 Preparing to unpack .../062-intltool-debian_0.35.0+20060710.6_all.deb ... #13 31.86 Unpacking intltool-debian (0.35.0+20060710.6) ... #13 31.89 Selecting previously unselected package po-debconf. #13 31.90 Preparing to unpack .../063-po-debconf_1.0.21+nmu1_all.deb ... #13 31.90 Unpacking po-debconf (1.0.21+nmu1) ... #13 31.96 Selecting previously unselected package debhelper. #14 31.25 Preparing to unpack .../204-libberkeleydb-perl_0.64-2_amd64.deb ... #14 31.25 Unpacking libberkeleydb-perl:amd64 (0.64-2) ... #14 31.34 Selecting previously unselected package libfreetype6:amd64. #14 31.34 Preparing to unpack .../205-libfreetype6_2.13.1+dfsg-1_amd64.deb ... #14 31.35 Unpacking libfreetype6:amd64 (2.13.1+dfsg-1) ... #14 31.41 Selecting previously unselected package libfontconfig1:amd64. #14 31.42 Preparing to unpack .../206-libfontconfig1_2.14.2-4ubuntu1_amd64.deb ... #14 31.42 Unpacking libfontconfig1:amd64 (2.14.2-4ubuntu1) ... #14 31.49 Selecting previously unselected package libjpeg-turbo8:amd64. #13 33.76 Preparing to unpack .../239-libdata-dump-perl_1.25-1_all.deb ... #13 33.76 Unpacking libdata-dump-perl (1.25-1) ... #13 33.79 Selecting previously unselected package libdata-messagepack-perl. #13 33.80 Preparing to unpack .../240-libdata-messagepack-perl_1.02-1+b1_arm64.deb ... #13 33.80 Unpacking libdata-messagepack-perl (1.02-1+b1) ... #13 33.83 Selecting previously unselected package libnet-domain-tld-perl. #13 33.84 Preparing to unpack .../241-libnet-domain-tld-perl_1.75-3_all.deb ... #13 33.84 Unpacking libnet-domain-tld-perl (1.75-3) ... #13 33.87 Selecting previously unselected package libdata-validate-domain-perl. #13 33.87 Preparing to unpack .../242-libdata-validate-domain-perl_0.10-1.1_all.deb ... #13 33.87 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #13 33.90 Selecting previously unselected package libnet-ipv6addr-perl. #13 33.91 Preparing to unpack .../243-libnet-ipv6addr-perl_1.02-1_all.deb ... #13 33.91 Unpacking libnet-ipv6addr-perl (1.02-1) ... #13 33.94 Selecting previously unselected package libnet-netmask-perl. #13 33.94 Preparing to unpack .../244-libnet-netmask-perl_2.0002-2_all.deb ... #13 33.95 Unpacking libnet-netmask-perl (2.0002-2) ... #13 33.98 Selecting previously unselected package libnetaddr-ip-perl. #13 33.98 Preparing to unpack .../245-libnetaddr-ip-perl_4.079+dfsg-2+b1_arm64.deb ... #13 33.98 Unpacking libnetaddr-ip-perl (4.079+dfsg-2+b1) ... #13 34.02 Selecting previously unselected package libdata-validate-ip-perl. #13 34.03 Preparing to unpack .../246-libdata-validate-ip-perl_0.31-1_all.deb ... #13 34.03 Unpacking libdata-validate-ip-perl (0.31-1) ... #13 34.06 Selecting previously unselected package libdata-validate-uri-perl. #13 34.06 Preparing to unpack .../247-libdata-validate-uri-perl_0.07-2_all.deb ... #13 34.07 Unpacking libdata-validate-uri-perl (0.07-2) ... #13 34.10 Selecting previously unselected package libdevel-size-perl. #14 41.53 Selecting previously unselected package libmpfr6:armhf. #14 41.53 Preparing to unpack .../080-libmpfr6_4.0.2-1_armhf.deb ... #14 41.54 Unpacking libmpfr6:armhf (4.0.2-1) ... #14 41.59 Selecting previously unselected package libmpc3:armhf. #14 41.59 Preparing to unpack .../081-libmpc3_1.1.0-1_armhf.deb ... #14 41.60 Unpacking libmpc3:armhf (1.1.0-1) ... #14 41.63 Selecting previously unselected package cpp-9. #14 41.64 Preparing to unpack .../082-cpp-9_9.4.0-1ubuntu1~20.04.2_armhf.deb ... #14 41.64 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.2) ... #14 40.73 Get:376 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf lzop armhf 1.04-2build2 [84.5 kB] #14 40.78 Get:377 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf t1utils armhf 1.41-4build2 [53.1 kB] #13 38.11 Preparing to unpack .../250-libemail-address-xs-perl_1.05-1+b1_amd64.deb ... #13 38.11 Unpacking libemail-address-xs-perl (1.05-1+b1) ... #13 38.16 Selecting previously unselected package libexporter-tiny-perl. #13 38.16 Preparing to unpack .../251-libexporter-tiny-perl_1.006000-1_all.deb ... #13 38.16 Unpacking libexporter-tiny-perl (1.006000-1) ... #13 38.19 Selecting previously unselected package libfcgi-bin. #13 38.20 Preparing to unpack .../252-libfcgi-bin_2.4.2-2_amd64.deb ... #13 38.20 Unpacking libfcgi-bin (2.4.2-2) ... #13 38.23 Selecting previously unselected package libindirect-perl. #13 38.23 Preparing to unpack .../253-libindirect-perl_0.39-2+b1_amd64.deb ... #13 38.24 Unpacking libindirect-perl (0.39-2+b1) ... #13 38.26 Selecting previously unselected package libxs-parse-keyword-perl. #13 38.27 Preparing to unpack .../254-libxs-parse-keyword-perl_0.33-1_amd64.deb ... #13 38.27 Unpacking libxs-parse-keyword-perl (0.33-1) ... #13 38.30 Selecting previously unselected package libxs-parse-sublike-perl:amd64. #13 38.31 Preparing to unpack .../255-libxs-parse-sublike-perl_0.16-1+b2_amd64.deb ... #13 38.31 Unpacking libxs-parse-sublike-perl:amd64 (0.16-1+b2) ... #13 38.34 Selecting previously unselected package libobject-pad-perl. #16 1.192 CentOS Stream 9 - AppStream 7.8 kB/s | 2.3 kB 00:00 #14 32.76 Get:201 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB] #13 36.19 Selecting previously unselected package debhelper. #13 36.19 Preparing to unpack .../084-debhelper_13.3.4_all.deb ... #13 36.20 Unpacking debhelper (13.3.4) ... #13 36.35 Selecting previously unselected package debian-keyring. #13 36.35 Preparing to unpack .../085-debian-keyring_2021.07.26_all.deb ... #13 36.36 Unpacking debian-keyring (2021.07.26) ... #13 34.20 Preparing to unpack .../213-libfont-afm-perl_1.20-2_all.deb ... #13 34.21 Unpacking libfont-afm-perl (1.20-2) ... #13 34.25 Selecting previously unselected package libfribidi0:arm64. #13 34.25 Preparing to unpack .../214-libfribidi0_1.0.5-3.1+deb10u2_arm64.deb ... #13 34.25 Unpacking libfribidi0:arm64 (1.0.5-3.1+deb10u2) ... #13 34.29 Selecting previously unselected package libfuture-perl. #13 34.29 Preparing to unpack .../215-libfuture-perl_0.39-1_all.deb ... #13 34.29 Unpacking libfuture-perl (0.39-1) ... #13 34.33 Selecting previously unselected package libio-stringy-perl. #13 34.33 Preparing to unpack .../216-libio-stringy-perl_2.111-3_all.deb ... #13 34.34 Unpacking libio-stringy-perl (2.111-3) ... #13 34.37 Selecting previously unselected package libparams-validate-perl. #13 34.37 Preparing to unpack .../217-libparams-validate-perl_1.29-1+b1_arm64.deb ... #13 34.37 Unpacking libparams-validate-perl (1.29-1+b1) ... #13 34.41 Selecting previously unselected package libgetopt-long-descriptive-perl. #13 34.41 Preparing to unpack .../218-libgetopt-long-descriptive-perl_0.103-2_all.deb ... #13 34.42 Unpacking libgetopt-long-descriptive-perl (0.103-2) ... #13 34.45 Selecting previously unselected package libsort-versions-perl. #14 38.26 Get:311 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf liblist-someutils-perl all 0.59-1 [30.4 kB] #14 38.29 Get:312 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf liblist-someutils-xs-perl armhf 0.58-3 [31.8 kB] #14 38.31 Get:313 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf liblist-utilsby-perl all 0.12-2 [14.9 kB] #14 38.33 Get:314 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libltdl7 armhf 2.4.7-5 [37.3 kB] #14 38.35 Get:315 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libltdl-dev armhf 2.4.7-5 [166 kB] #13 34.87 Selecting previously unselected package libwebp6:amd64. #13 34.87 Preparing to unpack .../183-libwebp6_0.6.1-2.1+deb11u2_amd64.deb ... #13 34.88 Unpacking libwebp6:amd64 (0.6.1-2.1+deb11u2) ... #13 34.93 Selecting previously unselected package libtiff5:amd64. #13 34.93 Preparing to unpack .../184-libtiff5_4.2.0-1+deb11u5_amd64.deb ... #13 34.94 Unpacking libtiff5:amd64 (4.2.0-1+deb11u5) ... #13 34.99 Selecting previously unselected package libxau6:amd64. #13 34.99 Preparing to unpack .../185-libxau6_1%3a1.0.9-1_amd64.deb ... #13 35.00 Unpacking libxau6:amd64 (1:1.0.9-1) ... #13 35.04 Selecting previously unselected package libxdmcp6:amd64. #13 35.04 Preparing to unpack .../186-libxdmcp6_1%3a1.1.2-3_amd64.deb ... #13 35.04 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... #13 35.08 Selecting previously unselected package libxcb1:amd64. #13 35.08 Preparing to unpack .../187-libxcb1_1.14-3_amd64.deb ... #13 35.09 Unpacking libxcb1:amd64 (1.14-3) ... #13 35.15 Selecting previously unselected package libx11-data. #14 41.97 Get:357 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-certifi all 2020.6.20-1 [150 kB] #14 41.98 Get:358 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-idna all 3.3-1 [49.3 kB] #14 41.98 Get:359 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-six all 1.16.0-3ubuntu1 [12.6 kB] #14 41.98 Get:360 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] #14 41.99 Get:361 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] #13 39.59 Preparing to unpack .../227-libtype-tiny-perl_1.004004-1_all.deb ... #13 39.60 Unpacking libtype-tiny-perl (1.004004-1) ... #13 39.66 Selecting previously unselected package libgitlab-api-v4-perl. #13 39.66 Preparing to unpack .../228-libgitlab-api-v4-perl_0.16-1_all.deb ... #13 39.66 Unpacking libgitlab-api-v4-perl (0.16-1) ... #13 39.70 Selecting previously unselected package libglib2.0-data. #13 39.71 Preparing to unpack .../229-libglib2.0-data_2.58.3-2+deb10u5_all.deb ... #13 39.71 Unpacking libglib2.0-data (2.58.3-2+deb10u5) ... #14 34.10 Preparing to unpack .../296-libmath-base85-perl_0.5+dfsg-2_all.deb ... #14 34.10 Unpacking libmath-base85-perl (0.5+dfsg-2) ... #14 34.13 Selecting previously unselected package libmldbm-perl. #14 34.14 Preparing to unpack .../297-libmldbm-perl_2.05-4_all.deb ... #14 34.14 Unpacking libmldbm-perl (2.05-4) ... #14 34.17 Selecting previously unselected package libmoox-aliases-perl. #14 34.17 Preparing to unpack .../298-libmoox-aliases-perl_0.001006-2_all.deb ... #14 34.18 Unpacking libmoox-aliases-perl (0.001006-2) ... #14 34.20 Selecting previously unselected package libmouse-perl. #14 34.20 Preparing to unpack .../299-libmouse-perl_2.5.10-1build5_amd64.deb ... #14 34.21 Unpacking libmouse-perl (2.5.10-1build5) ... #14 34.25 Selecting previously unselected package libxs-parse-keyword-perl. #14 34.25 Preparing to unpack .../300-libxs-parse-keyword-perl_0.33-1_amd64.deb ... #14 34.25 Unpacking libxs-parse-keyword-perl (0.33-1) ... #14 34.29 Selecting previously unselected package libxs-parse-sublike-perl:amd64. #14 34.29 Preparing to unpack .../301-libxs-parse-sublike-perl_0.16-1ubuntu3_amd64.deb ... #14 34.29 Unpacking libxs-parse-sublike-perl:amd64 (0.16-1ubuntu3) ... #14 34.33 Selecting previously unselected package libobject-pad-perl. #16 76.32 Installing : mpfr-3.1.1-4.el7.aarch64 3/60 #14 29.17 Get:201 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl3-gnutls arm64 7.81.0-1ubuntu1.15 [279 kB] #14 29.18 Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liberror-perl all 0.17029-1 [26.5 kB] #14 29.18 Get:203 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git-man all 1:2.34.1-1ubuntu1.10 [954 kB] #14 29.25 Get:204 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git arm64 1:2.34.1-1ubuntu1.10 [3223 kB] #14 29.41 Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB] #14 36.08 Selecting previously unselected package libgdbm-compat4:amd64. #14 36.08 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_amd64.deb ... #14 36.08 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ... #14 36.12 Selecting previously unselected package libperl5.30:amd64. #14 36.12 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.5_amd64.deb ... #14 36.12 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.5) ... #13 41.63 Preparing to unpack .../242-libdevel-size-perl_0.83-2+b1_armhf.deb ... #13 41.63 Unpacking libdevel-size-perl (0.83-2+b1) ... #13 41.67 Selecting previously unselected package libdistro-info-perl. #13 41.67 Preparing to unpack .../243-libdistro-info-perl_1.5+deb12u1_all.deb ... #13 41.68 Unpacking libdistro-info-perl (1.5+deb12u1) ... #13 41.72 Selecting previously unselected package libemail-address-xs-perl. #13 41.72 Preparing to unpack .../244-libemail-address-xs-perl_1.05-1+b1_armhf.deb ... #13 41.72 Unpacking libemail-address-xs-perl (1.05-1+b1) ... #13 41.77 Selecting previously unselected package libexporter-tiny-perl. #13 41.77 Preparing to unpack .../245-libexporter-tiny-perl_1.006000-1_all.deb ... #13 41.77 Unpacking libexporter-tiny-perl (1.006000-1) ... #13 41.81 Selecting previously unselected package libfcgi-bin. #13 41.82 Preparing to unpack .../246-libfcgi-bin_2.4.2-2_armhf.deb ... #13 41.82 Unpacking libfcgi-bin (2.4.2-2) ... #13 41.86 Selecting previously unselected package libindirect-perl. #13 41.86 Preparing to unpack .../247-libindirect-perl_0.39-2+b1_armhf.deb ... #13 41.87 Unpacking libindirect-perl (0.39-2+b1) ... #13 41.90 Selecting previously unselected package libxs-parse-keyword-perl. #13 34.53 Preparing to unpack .../225-libfcgi-perl_0.79+ds-2_arm64.deb ... #13 34.54 Unpacking libfcgi-perl:arm64 (0.79+ds-2) ... #13 34.57 Selecting previously unselected package libipc-system-simple-perl. #13 34.57 Preparing to unpack .../226-libipc-system-simple-perl_1.30-1_all.deb ... #13 34.57 Unpacking libipc-system-simple-perl (1.30-1) ... #13 34.60 Selecting previously unselected package libfile-basedir-perl. #13 34.61 Preparing to unpack .../227-libfile-basedir-perl_0.08-1_all.deb ... #13 34.61 Unpacking libfile-basedir-perl (0.08-1) ... #13 34.64 Selecting previously unselected package libfile-chdir-perl. #13 34.64 Preparing to unpack .../228-libfile-chdir-perl_0.1008-1.1_all.deb ... #13 34.64 Unpacking libfile-chdir-perl (0.1008-1.1) ... #13 34.67 Selecting previously unselected package libfile-fcntllock-perl. #13 34.68 Preparing to unpack .../229-libfile-fcntllock-perl_0.22-3+b7_arm64.deb ... #13 34.68 Unpacking libfile-fcntllock-perl (0.22-3+b7) ... #13 34.72 Selecting previously unselected package libnumber-compare-perl. #13 34.72 Preparing to unpack .../230-libnumber-compare-perl_0.03-1.1_all.deb ... #13 34.72 Unpacking libnumber-compare-perl (0.03-1.1) ... #13 34.75 Selecting previously unselected package libtext-glob-perl. #13 34.75 Preparing to unpack .../231-libtext-glob-perl_0.11-1_all.deb ... #13 34.76 Unpacking libtext-glob-perl (0.11-1) ... #13 34.79 Selecting previously unselected package libfile-find-rule-perl. #13 34.79 Preparing to unpack .../232-libfile-find-rule-perl_0.34-1_all.deb ... #13 34.79 Unpacking libfile-find-rule-perl (0.34-1) ... #13 34.82 Selecting previously unselected package libfont-afm-perl. #13 34.83 Preparing to unpack .../233-libfont-afm-perl_1.20-3_all.deb ... #13 34.83 Unpacking libfont-afm-perl (1.20-3) ... #13 34.86 Selecting previously unselected package libio-string-perl. #13 37.35 Selecting previously unselected package libpython2.7-stdlib:amd64. #13 37.35 Preparing to unpack .../260-libpython2.7-stdlib_2.7.16-2+deb10u3_amd64.deb ... #13 37.36 Unpacking libpython2.7-stdlib:amd64 (2.7.16-2+deb10u3) ... #13 37.55 Selecting previously unselected package libpython2.7:amd64. #13 37.55 Preparing to unpack .../261-libpython2.7_2.7.16-2+deb10u3_amd64.deb ... #13 37.56 Unpacking libpython2.7:amd64 (2.7.16-2+deb10u3) ... #13 37.68 Selecting previously unselected package libmailutils5:amd64. #14 29.63 Preparing to unpack .../306-libproc-processtable-perl_0.634-1build1_amd64.deb ... #14 29.64 Unpacking libproc-processtable-perl:amd64 (0.634-1build1) ... #14 29.68 Selecting previously unselected package libre2-9:amd64. #14 29.68 Preparing to unpack .../307-libre2-9_20220201+dfsg-1_amd64.deb ... #14 29.68 Unpacking libre2-9:amd64 (20220201+dfsg-1) ... #14 29.72 Selecting previously unselected package libre-engine-re2-perl:amd64. #14 29.72 Preparing to unpack .../308-libre-engine-re2-perl_0.14-1build2_amd64.deb ... #14 29.72 Unpacking libre-engine-re2-perl:amd64 (0.14-1build2) ... #14 29.76 Selecting previously unselected package libreadonly-perl. #14 29.76 Preparing to unpack .../309-libreadonly-perl_2.050-3_all.deb ... #14 29.76 Unpacking libreadonly-perl (2.050-3) ... #14 29.80 Selecting previously unselected package libref-util-perl. #14 29.80 Preparing to unpack .../310-libref-util-perl_0.204-1_all.deb ... #14 29.80 Unpacking libref-util-perl (0.204-1) ... #14 29.84 Selecting previously unselected package libref-util-xs-perl. #14 29.84 Preparing to unpack .../311-libref-util-xs-perl_0.117-1build5_amd64.deb ... #14 29.85 Unpacking libref-util-xs-perl (0.117-1build5) ... #14 29.88 Selecting previously unselected package libregexp-pattern-license-perl. #13 31.96 Preparing to unpack .../064-debhelper_13.11.4_all.deb ... #13 31.96 Unpacking debhelper (13.11.4) ... #13 32.06 Selecting previously unselected package libfakeroot:armhf. #13 32.06 Preparing to unpack .../065-libfakeroot_1.31-1.2_armhf.deb ... #13 32.07 Unpacking libfakeroot:armhf (1.31-1.2) ... #13 32.11 Selecting previously unselected package fakeroot. #13 32.12 Preparing to unpack .../066-fakeroot_1.31-1.2_armhf.deb ... #13 32.12 Unpacking fakeroot (1.31-1.2) ... #13 32.16 Selecting previously unselected package libfile-dirlist-perl. #14 31.50 Preparing to unpack .../207-libjpeg-turbo8_2.1.5-2ubuntu1_amd64.deb ... #14 31.51 Unpacking libjpeg-turbo8:amd64 (2.1.5-2ubuntu1) ... #14 31.57 Selecting previously unselected package libjpeg8:amd64. #14 31.57 Preparing to unpack .../208-libjpeg8_8c-2ubuntu11_amd64.deb ... #14 31.58 Unpacking libjpeg8:amd64 (8c-2ubuntu11) ... #14 31.64 Selecting previously unselected package libdeflate0:amd64. #14 31.64 Preparing to unpack .../209-libdeflate0_1.18-1_amd64.deb ... #14 31.67 Unpacking libdeflate0:amd64 (1.18-1) ... #14 31.75 Selecting previously unselected package libjbig0:amd64. #13 34.10 Preparing to unpack .../248-libdevel-size-perl_0.83-2+b1_arm64.deb ... #13 34.10 Unpacking libdevel-size-perl (0.83-2+b1) ... #13 34.16 Selecting previously unselected package libdistro-info-perl. #13 34.17 Preparing to unpack .../249-libdistro-info-perl_1.5+deb12u1_all.deb ... #13 34.17 Unpacking libdistro-info-perl (1.5+deb12u1) ... #13 34.20 Selecting previously unselected package libemail-address-xs-perl. #13 34.20 Preparing to unpack .../250-libemail-address-xs-perl_1.05-1+b1_arm64.deb ... #13 34.21 Unpacking libemail-address-xs-perl (1.05-1+b1) ... #13 34.28 Selecting previously unselected package libexporter-tiny-perl. #13 34.29 Preparing to unpack .../251-libexporter-tiny-perl_1.006000-1_all.deb ... #13 34.29 Unpacking libexporter-tiny-perl (1.006000-1) ... #13 34.32 Selecting previously unselected package libfcgi-bin. #14 40.83 Get:378 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf unzip armhf 6.0-28ubuntu1 [162 kB] #14 40.90 Get:379 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf lintian all 2.116.3ubuntu3.1 [1151 kB] #13 38.34 Preparing to unpack .../256-libobject-pad-perl_0.78-1_amd64.deb ... #13 38.34 Unpacking libobject-pad-perl (0.78-1) ... #13 38.38 Selecting previously unselected package libfeature-compat-class-perl. #13 38.38 Preparing to unpack .../257-libfeature-compat-class-perl_0.05-1_all.deb ... #13 38.39 Unpacking libfeature-compat-class-perl (0.05-1) ... #13 38.41 Selecting previously unselected package libsyntax-keyword-try-perl. #13 38.41 Preparing to unpack .../258-libsyntax-keyword-try-perl_0.28-1_amd64.deb ... #13 38.42 Unpacking libsyntax-keyword-try-perl (0.28-1) ... #13 38.48 Selecting previously unselected package libfeature-compat-try-perl. #13 38.48 Preparing to unpack .../259-libfeature-compat-try-perl_0.05-1_all.deb ... #13 38.49 Unpacking libfeature-compat-try-perl (0.05-1) ... #13 38.51 Selecting previously unselected package libipc-system-simple-perl. #13 38.52 Preparing to unpack .../260-libipc-system-simple-perl_1.30-2_all.deb ... #13 38.52 Unpacking libipc-system-simple-perl (1.30-2) ... #13 38.54 Selecting previously unselected package libfile-basedir-perl. #13 38.55 Preparing to unpack .../261-libfile-basedir-perl_0.09-2_all.deb ... #13 38.55 Unpacking libfile-basedir-perl (0.09-2) ... #13 38.58 Selecting previously unselected package libfile-chdir-perl. #13 38.58 Preparing to unpack .../262-libfile-chdir-perl_0.1008-1.1_all.deb ... #13 38.58 Unpacking libfile-chdir-perl (0.1008-1.1) ... #13 38.61 Selecting previously unselected package libfile-fcntllock-perl. #13 38.61 Preparing to unpack .../263-libfile-fcntllock-perl_0.22-4+b1_amd64.deb ... #13 38.62 Unpacking libfile-fcntllock-perl (0.22-4+b1) ... #13 38.71 Selecting previously unselected package libnumber-compare-perl. #14 30.58 Get:209 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-debian all 0.1.49ubuntu2 [115 kB] #14 30.59 Get:210 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libgpgme11 arm64 1.18.0-3ubuntu2 [133 kB] #14 30.61 Get:211 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-gpg arm64 1.18.0-3ubuntu2 [201 kB] #14 30.62 Get:212 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-xdg all 0.28-2 [38.3 kB] #14 30.63 Get:213 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 dput all 1.1.3ubuntu2.1 [46.5 kB] #14 30.63 Get:214 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 fonts-dejavu-core all 2.37-6 [1137 kB] #14 30.74 Get:215 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 fontconfig-config arm64 2.14.1-3ubuntu3 [34.8 kB] #14 32.85 Get:202 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwww-perl all 6.43-1 [140 kB] #14 33.10 Get:203 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 patchutils arm64 0.3.4-2 [65.2 kB] #13 34.45 Preparing to unpack .../219-libsort-versions-perl_1.62-1_all.deb ... #13 34.46 Unpacking libsort-versions-perl (1.62-1) ... #13 34.49 Selecting previously unselected package libgit-wrapper-perl. #13 34.49 Preparing to unpack .../220-libgit-wrapper-perl_0.048-1_all.deb ... #13 34.50 Unpacking libgit-wrapper-perl (0.048-1) ... #13 34.53 Selecting previously unselected package libhttp-tiny-multipart-perl. #13 34.53 Preparing to unpack .../221-libhttp-tiny-multipart-perl_0.08-1_all.deb ... #13 34.59 Unpacking libhttp-tiny-multipart-perl (0.08-1) ... #13 34.62 Selecting previously unselected package libio-prompter-perl. #13 34.62 Preparing to unpack .../222-libio-prompter-perl_0.004015-1_all.deb ... #13 34.62 Unpacking libio-prompter-perl (0.004015-1) ... #13 34.66 Selecting previously unselected package libjson-perl. #13 34.66 Preparing to unpack .../223-libjson-perl_4.02000-1_all.deb ... #13 34.66 Unpacking libjson-perl (4.02000-1) ... #13 34.70 Selecting previously unselected package liblog-any-perl. #13 35.15 Preparing to unpack .../188-libx11-data_2%3a1.7.2-1+deb11u2_all.deb ... #13 35.16 Unpacking libx11-data (2:1.7.2-1+deb11u2) ... #13 35.27 Selecting previously unselected package libx11-6:amd64. #14 38.41 Get:316 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf liblzo2-2 armhf 2.10-2build3 [47.6 kB] #14 38.42 Get:317 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsys-hostname-long-perl all 1.5-3 [10.6 kB] #14 38.43 Get:318 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmail-sendmail-perl all 0.80-3 [21.7 kB] #14 42.39 Get:362 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-unidiff all 0.5.5-2 [9180 B] #15 DONE 27.4s #16 [stage-1 6/9] COPY --link SPECS /root/rpmbuild/SPECS #16 DONE 0.0s #17 [stage-1 7/9] RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec #13 39.87 Selecting previously unselected package libgpm2:armhf. #13 39.88 Preparing to unpack .../230-libgpm2_1.20.7-5_armhf.deb ... #13 39.88 Unpacking libgpm2:armhf (1.20.7-5) ... #13 39.94 Selecting previously unselected package libidn11:armhf. #13 39.94 Preparing to unpack .../231-libidn11_1.33-2.2_armhf.deb ... #13 39.95 Unpacking libidn11:armhf (1.33-2.2) ... #13 40.00 Selecting previously unselected package libntlm0:armhf. #13 40.00 Preparing to unpack .../232-libntlm0_1.5-1+deb10u1_armhf.deb ... #13 40.00 Unpacking libntlm0:armhf (1.5-1+deb10u1) ... #13 40.04 Selecting previously unselected package libgsasl7. #13 40.05 Preparing to unpack .../233-libgsasl7_1.8.0-8+deb10u1_armhf.deb ... #13 40.05 Unpacking libgsasl7 (1.8.0-8+deb10u1) ... #13 40.11 Selecting previously unselected package libhtml-form-perl. #14 34.33 Preparing to unpack .../302-libobject-pad-perl_0.78-1_amd64.deb ... #14 34.33 Unpacking libobject-pad-perl (0.78-1) ... #14 34.38 Selecting previously unselected package libpackage-stash-xs-perl:amd64. #14 34.38 Preparing to unpack .../303-libpackage-stash-xs-perl_0.30-1build1_amd64.deb ... #14 34.38 Unpacking libpackage-stash-xs-perl:amd64 (0.30-1build1) ... #14 34.41 Selecting previously unselected package libpath-iterator-rule-perl. #14 34.41 Preparing to unpack .../304-libpath-iterator-rule-perl_1.015-2_all.deb ... #14 34.42 Unpacking libpath-iterator-rule-perl (1.015-2) ... #14 34.45 Selecting previously unselected package libperlio-gzip-perl. #14 34.45 Preparing to unpack .../305-libperlio-gzip-perl_0.20-1build1_amd64.deb ... #14 34.46 Unpacking libperlio-gzip-perl (0.20-1build1) ... #14 34.48 Selecting previously unselected package libperlio-utf8-strict-perl. #14 34.48 Preparing to unpack .../306-libperlio-utf8-strict-perl_0.010-1_amd64.deb ... #14 34.49 Unpacking libperlio-utf8-strict-perl (0.010-1) ... #14 34.53 Selecting previously unselected package libpod-parser-perl. #14 34.53 Preparing to unpack .../307-libpod-parser-perl_1.65-1_all.deb ... #14 34.54 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #14 34.56 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #14 32.00 Get:233 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfreetype6 arm64 2.13.1+dfsg-1 [389 kB] #14 32.16 Get:234 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfontconfig1 arm64 2.14.2-4ubuntu1 [139 kB] #14 29.41 Get:206 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6build3 [11.7 kB] #14 29.41 Get:207 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] #14 29.41 Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libaliased-perl all 0.34-1.1 [13.3 kB] #14 29.41 Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libapt-pkg-perl arm64 0.1.40build2 [70.3 kB] #14 36.56 Selecting previously unselected package perl. #13 41.91 Preparing to unpack .../248-libxs-parse-keyword-perl_0.33-1_armhf.deb ... #13 41.91 Unpacking libxs-parse-keyword-perl (0.33-1) ... #13 41.95 Selecting previously unselected package libxs-parse-sublike-perl:armhf. #13 41.96 Preparing to unpack .../249-libxs-parse-sublike-perl_0.16-1+b2_armhf.deb ... #13 41.96 Unpacking libxs-parse-sublike-perl:armhf (0.16-1+b2) ... #13 42.00 Selecting previously unselected package libobject-pad-perl. #13 42.00 Preparing to unpack .../250-libobject-pad-perl_0.78-1_armhf.deb ... #13 42.01 Unpacking libobject-pad-perl (0.78-1) ... #13 42.07 Selecting previously unselected package libfeature-compat-class-perl. #13 42.07 Preparing to unpack .../251-libfeature-compat-class-perl_0.05-1_all.deb ... #13 42.08 Unpacking libfeature-compat-class-perl (0.05-1) ... #13 42.11 Selecting previously unselected package libsyntax-keyword-try-perl. #13 37.68 Preparing to unpack .../262-libmailutils5_1%3a3.5-4_amd64.deb ... #13 37.68 Unpacking libmailutils5:amd64 (1:3.5-4) ... #13 37.76 Selecting previously unselected package libmime-tools-perl. #13 37.76 Preparing to unpack .../263-libmime-tools-perl_5.509-1_all.deb ... #13 37.76 Unpacking libmime-tools-perl (5.509-1) ... #13 37.81 Selecting previously unselected package libnet-dns-sec-perl. #13 37.81 Preparing to unpack .../264-libnet-dns-sec-perl_1.11-1_amd64.deb ... #13 37.81 Unpacking libnet-dns-sec-perl (1.11-1) ... #13 37.85 Selecting previously unselected package libnet-libidn-perl. #13 37.85 Preparing to unpack .../265-libnet-libidn-perl_0.12.ds-3+b1_amd64.deb ... #13 37.85 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ... #13 37.93 Selecting previously unselected package libnumber-compare-perl. #13 34.86 Preparing to unpack .../234-libio-string-perl_1.08-3.1_all.deb ... #13 34.87 Unpacking libio-string-perl (1.08-3.1) ... #13 34.90 Selecting previously unselected package libfont-ttf-perl. #13 34.90 Preparing to unpack .../235-libfont-ttf-perl_1.06-1.1_all.deb ... #13 34.90 Unpacking libfont-ttf-perl (1.06-1.1) ... #13 34.96 Selecting previously unselected package libio-stringy-perl. #13 34.96 Preparing to unpack .../236-libio-stringy-perl_2.111-3_all.deb ... #13 34.96 Unpacking libio-stringy-perl (2.111-3) ... #13 35.00 Selecting previously unselected package libparams-validate-perl:arm64. #13 35.00 Preparing to unpack .../237-libparams-validate-perl_1.30-1+b1_arm64.deb ... #13 35.01 Unpacking libparams-validate-perl:arm64 (1.30-1+b1) ... #13 35.04 Selecting previously unselected package libgetopt-long-descriptive-perl. #13 35.05 Preparing to unpack .../238-libgetopt-long-descriptive-perl_0.105-1_all.deb ... #13 35.05 Unpacking libgetopt-long-descriptive-perl (0.105-1) ... #13 35.08 Selecting previously unselected package libsort-versions-perl. #14 29.88 Preparing to unpack .../312-libregexp-pattern-license-perl_3.9.3-1_all.deb ... #14 29.88 Unpacking libregexp-pattern-license-perl (3.9.3-1) ... #14 29.92 Selecting previously unselected package libregexp-pattern-perl. #14 29.92 Preparing to unpack .../313-libregexp-pattern-perl_0.2.14-1_all.deb ... #14 29.93 Unpacking libregexp-pattern-perl (0.2.14-1) ... #14 29.97 Selecting previously unselected package libsasl2-modules:amd64. #14 29.97 Preparing to unpack .../314-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... #14 29.97 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 30.01 Selecting previously unselected package libsereal-decoder-perl. #14 30.01 Preparing to unpack .../315-libsereal-decoder-perl_4.023+ds-1_amd64.deb ... #14 30.01 Unpacking libsereal-decoder-perl (4.023+ds-1) ... #14 30.05 Selecting previously unselected package libsereal-encoder-perl:amd64. #14 30.05 Preparing to unpack .../316-libsereal-encoder-perl_4.023+ds-1_amd64.deb ... #14 30.06 Unpacking libsereal-encoder-perl:amd64 (4.023+ds-1) ... #14 30.09 Selecting previously unselected package libset-intspan-perl. #14 30.09 Preparing to unpack .../317-libset-intspan-perl_1.19-2_all.deb ... #14 30.10 Unpacking libset-intspan-perl (1.19-2) ... #14 30.17 Selecting previously unselected package libsocket6-perl. #13 32.16 Preparing to unpack .../067-libfile-dirlist-perl_0.05-3_all.deb ... #13 32.17 Unpacking libfile-dirlist-perl (0.05-3) ... #13 32.21 Selecting previously unselected package libfile-which-perl. #13 32.21 Preparing to unpack .../068-libfile-which-perl_1.27-2_all.deb ... #13 32.22 Unpacking libfile-which-perl (1.27-2) ... #13 32.26 Selecting previously unselected package libfile-homedir-perl. #13 32.27 Preparing to unpack .../069-libfile-homedir-perl_1.006-2_all.deb ... #13 32.27 Unpacking libfile-homedir-perl (1.006-2) ... #13 32.31 Selecting previously unselected package libfile-touch-perl. #13 32.31 Preparing to unpack .../070-libfile-touch-perl_0.12-2_all.deb ... #13 32.32 Unpacking libfile-touch-perl (0.12-2) ... #13 32.35 Selecting previously unselected package libio-pty-perl. #13 32.36 Preparing to unpack .../071-libio-pty-perl_1%3a1.17-1_armhf.deb ... #13 32.36 Unpacking libio-pty-perl (1:1.17-1) ... #13 32.41 Selecting previously unselected package libipc-run-perl. #13 32.41 Preparing to unpack .../072-libipc-run-perl_20220807.0-1_all.deb ... #13 32.41 Unpacking libipc-run-perl (20220807.0-1) ... #13 32.46 Selecting previously unselected package libclass-method-modifiers-perl. #13 32.46 Preparing to unpack .../073-libclass-method-modifiers-perl_2.14-1_all.deb ... #13 32.47 Unpacking libclass-method-modifiers-perl (2.14-1) ... #13 32.50 Selecting previously unselected package libclass-xsaccessor-perl. #13 32.50 Preparing to unpack .../074-libclass-xsaccessor-perl_1.19-4+b1_armhf.deb ... #13 32.51 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ... #14 31.75 Preparing to unpack .../210-libjbig0_2.1-6.1ubuntu1_amd64.deb ... #14 31.76 Unpacking libjbig0:amd64 (2.1-6.1ubuntu1) ... #14 31.80 Selecting previously unselected package liblerc4:amd64. #14 31.81 Preparing to unpack .../211-liblerc4_4.0.0+ds-2ubuntu2_amd64.deb ... #14 31.82 Unpacking liblerc4:amd64 (4.0.0+ds-2ubuntu2) ... #14 31.89 Selecting previously unselected package libwebp7:amd64. #14 31.89 Preparing to unpack .../212-libwebp7_1.2.4-0.3_amd64.deb ... #14 31.90 Unpacking libwebp7:amd64 (1.2.4-0.3) ... #14 31.95 Selecting previously unselected package libtiff6:amd64. #14 31.95 Preparing to unpack .../213-libtiff6_4.5.1+git230720-1ubuntu1_amd64.deb ... #14 31.96 Unpacking libtiff6:amd64 (4.5.1+git230720-1ubuntu1) ... #14 32.04 Selecting previously unselected package libxpm4:amd64. #13 34.32 Preparing to unpack .../252-libfcgi-bin_2.4.2-2_arm64.deb ... #13 34.33 Unpacking libfcgi-bin (2.4.2-2) ... #13 34.36 Selecting previously unselected package libindirect-perl. #13 34.36 Preparing to unpack .../253-libindirect-perl_0.39-2+b1_arm64.deb ... #13 34.36 Unpacking libindirect-perl (0.39-2+b1) ... #13 34.40 Selecting previously unselected package libxs-parse-keyword-perl. #13 34.40 Preparing to unpack .../254-libxs-parse-keyword-perl_0.33-1_arm64.deb ... #13 34.40 Unpacking libxs-parse-keyword-perl (0.33-1) ... #13 34.46 Selecting previously unselected package libxs-parse-sublike-perl:arm64. #13 34.46 Preparing to unpack .../255-libxs-parse-sublike-perl_0.16-1+b2_arm64.deb ... #13 34.47 Unpacking libxs-parse-sublike-perl:arm64 (0.16-1+b2) ... #13 34.56 Selecting previously unselected package libobject-pad-perl. #13 34.56 Preparing to unpack .../256-libobject-pad-perl_0.78-1_arm64.deb ... #14 41.06 Get:380 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf manpages-dev all 6.03-2 [2015 kB] #14 41.16 Get:381 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-certifi all 2022.9.24-1 [155 kB] #14 41.16 Get:382 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf python3-cryptography armhf 38.0.4-4ubuntu0.23.10.1 [679 kB] #14 41.19 Get:383 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-idna all 3.3-2 [45.4 kB] #14 41.19 Get:384 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-nacl armhf 1.5.0-4 [54.0 kB] #14 41.20 Get:385 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-bcrypt armhf 3.2.2-1 [28.1 kB] #13 38.71 Preparing to unpack .../264-libnumber-compare-perl_0.03-3_all.deb ... #13 38.71 Unpacking libnumber-compare-perl (0.03-3) ... #13 38.74 Selecting previously unselected package libtext-glob-perl. #13 38.74 Preparing to unpack .../265-libtext-glob-perl_0.11-3_all.deb ... #13 38.74 Unpacking libtext-glob-perl (0.11-3) ... #13 38.77 Selecting previously unselected package libfile-find-rule-perl. #13 38.77 Preparing to unpack .../266-libfile-find-rule-perl_0.34-3_all.deb ... #13 38.77 Unpacking libfile-find-rule-perl (0.34-3) ... #13 38.80 Selecting previously unselected package libfont-afm-perl. #13 38.81 Preparing to unpack .../267-libfont-afm-perl_1.20-4_all.deb ... #13 38.81 Unpacking libfont-afm-perl (1.20-4) ... #13 38.84 Selecting previously unselected package libio-string-perl. #13 38.85 Preparing to unpack .../268-libio-string-perl_1.08-4_all.deb ... #13 38.85 Unpacking libio-string-perl (1.08-4) ... #13 38.91 Selecting previously unselected package libfont-ttf-perl. #14 30.74 Get:216 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libcurl3-gnutls arm64 7.88.1-8ubuntu2.4 [294 kB] #14 30.76 Get:217 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 liberror-perl all 0.17029-2 [25.6 kB] #14 30.76 Get:218 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 git-man all 1:2.39.2-1ubuntu1.1 [1075 kB] #14 33.20 Get:204 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 wdiff arm64 1.2.2-2build1 [28.8 kB] #14 33.28 Get:205 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 devscripts arm64 2.20.2ubuntu2 [940 kB] #13 34.70 Preparing to unpack .../224-liblog-any-perl_1.707-1_all.deb ... #13 34.70 Unpacking liblog-any-perl (1.707-1) ... #13 34.74 Selecting previously unselected package liblog-any-adapter-screen-perl. #13 34.74 Preparing to unpack .../225-liblog-any-adapter-screen-perl_0.140-1_all.deb ... #13 34.75 Unpacking liblog-any-adapter-screen-perl (0.140-1) ... #13 34.78 Selecting previously unselected package libpackage-stash-perl. #13 34.78 Preparing to unpack .../226-libpackage-stash-perl_0.38-1_all.deb ... #13 34.79 Unpacking libpackage-stash-perl (0.38-1) ... #13 34.85 Selecting previously unselected package libsub-identify-perl. #13 34.85 Preparing to unpack .../227-libsub-identify-perl_0.14-1+b1_arm64.deb ... #13 34.86 Unpacking libsub-identify-perl (0.14-1+b1) ... #13 34.89 Selecting previously unselected package libnamespace-clean-perl. #13 34.90 Preparing to unpack .../228-libnamespace-clean-perl_0.27-1_all.deb ... #13 34.90 Unpacking libnamespace-clean-perl (0.27-1) ... #13 34.93 Selecting previously unselected package libpath-tiny-perl. #13 34.93 Preparing to unpack .../229-libpath-tiny-perl_0.108-1_all.deb ... #13 34.94 Unpacking libpath-tiny-perl (0.108-1) ... #13 34.97 Selecting previously unselected package libtype-tiny-perl. #14 42.19 Selecting previously unselected package cpp. #14 42.19 Preparing to unpack .../083-cpp_4%3a9.3.0-1ubuntu2_armhf.deb ... #14 42.19 Unpacking cpp (4:9.3.0-1ubuntu2) ... #14 42.25 Selecting previously unselected package libcc1-0:armhf. #14 42.25 Preparing to unpack .../084-libcc1-0_10.5.0-1ubuntu1~20.04_armhf.deb ... #14 42.26 Unpacking libcc1-0:armhf (10.5.0-1ubuntu1~20.04) ... #14 42.31 Selecting previously unselected package libgomp1:armhf. #14 42.31 Preparing to unpack .../085-libgomp1_10.5.0-1ubuntu1~20.04_armhf.deb ... #14 42.32 Unpacking libgomp1:armhf (10.5.0-1ubuntu1~20.04) ... #14 42.36 Selecting previously unselected package libatomic1:armhf. #14 42.36 Preparing to unpack .../086-libatomic1_10.5.0-1ubuntu1~20.04_armhf.deb ... #14 42.37 Unpacking libatomic1:armhf (10.5.0-1ubuntu1~20.04) ... #14 42.41 Selecting previously unselected package libasan5:armhf. #13 35.28 Preparing to unpack .../189-libx11-6_2%3a1.7.2-1+deb11u2_amd64.deb ... #13 35.28 Unpacking libx11-6:amd64 (2:1.7.2-1+deb11u2) ... #13 35.36 Selecting previously unselected package libxpm4:amd64. #13 35.36 Preparing to unpack .../190-libxpm4_1%3a3.5.12-1.1+deb11u1_amd64.deb ... #13 35.37 Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb11u1) ... #13 35.43 Selecting previously unselected package libgd3:amd64. #13 35.43 Preparing to unpack .../191-libgd3_2.3.0-2_amd64.deb ... #13 35.44 Unpacking libgd3:amd64 (2.3.0-2) ... #13 35.47 Selecting previously unselected package libc-devtools. #13 35.48 Preparing to unpack .../192-libc-devtools_2.31-13+deb11u7_amd64.deb ... #13 35.48 Unpacking libc-devtools (2.31-13+deb11u7) ... #13 35.52 Selecting previously unselected package libcapture-tiny-perl. #13 35.52 Preparing to unpack .../193-libcapture-tiny-perl_0.48-1_all.deb ... #13 35.52 Unpacking libcapture-tiny-perl (0.48-1) ... #13 35.55 Selecting previously unselected package libclass-data-inheritable-perl. #13 35.55 Preparing to unpack .../194-libclass-data-inheritable-perl_0.08-3_all.deb ... #13 35.56 Unpacking libclass-data-inheritable-perl (0.08-3) ... #13 35.58 Selecting previously unselected package libclass-inspector-perl. #13 35.59 Preparing to unpack .../195-libclass-inspector-perl_1.36-1_all.deb ... #13 35.59 Unpacking libclass-inspector-perl (1.36-1) ... #13 35.63 Selecting previously unselected package libclass-xsaccessor-perl. #13 35.63 Preparing to unpack .../196-libclass-xsaccessor-perl_1.19-3+b7_amd64.deb ... #13 35.64 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ... #13 35.66 Selecting previously unselected package libclone-perl. #14 38.83 Get:319 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnet-smtp-ssl-perl all 1.04-2 [6218 B] #14 38.91 Get:320 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmailtools-perl all 2.21-2 [80.4 kB] #13 37.81 Setting up perl (5.32.1-4+deb11u2) ... #13 37.83 Setting up libio-html-perl (1.004-2) ... #13 37.87 Setting up libb-hooks-op-check-perl (0.22-1+b4) ... #13 37.88 Setting up gcc-10 (10.2.1-6+rpi1) ... #13 37.89 Setting up libdpkg-perl (1.20.12+rpi1) ... #13 37.90 Setting up autoconf (2.69-14) ... #13 37.92 Setting up libtimedate-perl (2.3300-2) ... #13 37.93 Setting up libsub-override-perl (0.09-2) ... #13 37.94 Setting up libstrictures-perl (2.000006-1) ... #13 37.95 Setting up libsub-quote-perl (2.006006-1) ... #13 37.96 Setting up libfile-dirlist-perl (0.05-2) ... #13 37.97 Setting up liburi-perl (5.08-1) ... #13 37.99 Setting up libfile-touch-perl (0.11-1) ... #13 38.04 Setting up libnet-ssleay-perl (1.88-3+b1) ... #13 38.06 Setting up automake (1:1.16.3-2) ... #13 38.08 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #13 38.08 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #13 38.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 #13 38.09 Setting up libhttp-date-perl (6.05-1) ... #13 38.10 Setting up libfile-which-perl (1.23-1) ... #13 38.12 Setting up libfile-listing-perl (6.14-1) ... #13 38.13 Setting up libdynaloader-functions-perl (0.003-1.1) ... #13 38.14 Setting up libclass-method-modifiers-perl (2.13-1) ... #13 38.15 Setting up libio-pty-perl (1:1.15-2) ... #13 38.16 Setting up libtool (2.4.6-15) ... #13 38.17 Setting up libarchive-zip-perl (1.68-1) ... #13 38.19 Setting up libhtml-tagset-perl (3.20-4) ... #13 38.20 Setting up libdebhelper-perl (13.3.4) ... #13 38.21 Setting up liblwp-mediatypes-perl (6.04-1) ... #13 38.23 Setting up libtry-tiny-perl (0.30-1) ... #13 38.24 Setting up libnet-http-perl (6.20-1) ... #13 38.25 Setting up libencode-locale-perl (1.05-1.1) ... #13 38.26 Setting up libdevel-callchecker-perl (0.008-1+b2) ... #13 38.28 Setting up gcc (4:10.2.1-1+rpi1) ... #13 38.30 Setting up dpkg-dev (1.20.12+rpi1) ... #13 38.33 Setting up intltool-debian (0.35.0+20060710.5) ... #13 38.34 Setting up liberror-perl (0.17029-1) ... #13 38.35 Setting up dh-autoreconf (20) ... #13 38.36 Setting up patchutils (0.4.2-1) ... #13 38.38 Setting up libipc-run-perl (20200505.0-1) ... #13 38.39 Setting up git (1:2.30.2-1+deb11u2) ... #13 38.42 Setting up libwww-robotrules-perl (6.02-1) ... #13 38.43 Setting up libhtml-parser-perl (3.75-1+b1) ... #13 38.44 Setting up librole-tiny-perl (2.002004-1) ... #13 38.46 Setting up libfile-homedir-perl (1.006-1) ... #13 38.47 Setting up libio-socket-ssl-perl (2.069-1) ... #13 38.49 Setting up libhttp-message-perl (6.28-1) ... #13 38.50 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ... #13 38.51 Setting up libhttp-negotiate-perl (6.01-1) ... #13 38.58 Setting up libhttp-cookies-perl (6.10-1) ... #14 42.46 Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-xdg all 0.27-2 [36.9 kB] #14 42.55 Get:364 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf equivs all 2.3.1 [19.0 kB] #14 42.59 Get:365 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libauthen-sasl-perl all 2.1600-1.1 [43.1 kB] #14 42.64 Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-magic all 2:0.4.24-2 [12.6 kB] #13 40.11 Preparing to unpack .../234-libhtml-form-perl_6.03-1_all.deb ... #13 40.11 Unpacking libhtml-form-perl (6.03-1) ... #13 40.15 Selecting previously unselected package libhtml-format-perl. #13 40.15 Preparing to unpack .../235-libhtml-format-perl_2.12-1_all.deb ... #13 40.15 Unpacking libhtml-format-perl (2.12-1) ... #13 40.19 Selecting previously unselected package libhttp-daemon-perl. #13 40.19 Preparing to unpack .../236-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ... #13 40.20 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ... #13 40.23 Selecting previously unselected package libstruct-dumb-perl. #13 40.23 Preparing to unpack .../237-libstruct-dumb-perl_0.09-1_all.deb ... #13 40.24 Unpacking libstruct-dumb-perl (0.09-1) ... #13 40.26 Selecting previously unselected package libio-async-perl. #13 40.27 Preparing to unpack .../238-libio-async-perl_0.72-1_all.deb ... #13 40.27 Unpacking libio-async-perl (0.72-1) ... #13 40.33 Selecting previously unselected package libio-sessiondata-perl. #13 40.33 Preparing to unpack .../239-libio-sessiondata-perl_1.03-1_all.deb ... #13 40.33 Unpacking libio-sessiondata-perl (1.03-1) ... #14 34.56 Unpacking libpod-parser-perl (1.65-1) ... #14 34.59 Selecting previously unselected package libpod-constants-perl. #14 34.59 Preparing to unpack .../308-libpod-constants-perl_0.19-2_all.deb ... #14 34.60 Unpacking libpod-constants-perl (0.19-2) ... #14 34.63 Selecting previously unselected package libproc-processtable-perl:amd64. #14 34.63 Preparing to unpack .../309-libproc-processtable-perl_0.634-1build2_amd64.deb ... #14 34.64 Unpacking libproc-processtable-perl:amd64 (0.634-1build2) ... #14 34.68 Selecting previously unselected package libre2-10:amd64. #14 34.68 Preparing to unpack .../310-libre2-10_20230201-1_amd64.deb ... #14 34.68 Unpacking libre2-10:amd64 (20230201-1) ... #14 34.72 Selecting previously unselected package libre-engine-re2-perl:amd64. #14 34.72 Preparing to unpack .../311-libre-engine-re2-perl_0.17+ds-1_amd64.deb ... #14 34.73 Unpacking libre-engine-re2-perl:amd64 (0.17+ds-1) ... #14 34.75 Selecting previously unselected package libreadonly-perl. #14 34.76 Preparing to unpack .../312-libreadonly-perl_2.050-3_all.deb ... #14 34.76 Unpacking libreadonly-perl (2.050-3) ... #14 34.84 Selecting previously unselected package libref-util-perl. #14 32.18 Get:235 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libjpeg-turbo8 arm64 2.1.5-2ubuntu1 [160 kB] #14 32.21 Get:236 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libjpeg8 arm64 8c-2ubuntu11 [2148 B] #14 32.21 Get:237 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdeflate0 arm64 1.18-1 [42.6 kB] #14 32.22 Get:238 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libjbig0 arm64 2.1-6.1ubuntu1 [28.9 kB] #14 32.22 Get:239 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 liblerc4 arm64 4.0.0+ds-2ubuntu2 [150 kB] #14 32.24 Get:240 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libwebp7 arm64 1.2.4-0.3 [196 kB] #14 32.26 Get:241 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtiff6 arm64 4.5.1+git230720-1ubuntu1 [189 kB] #14 32.27 Get:242 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxpm4 arm64 1:3.5.12-1.1ubuntu1 [34.9 kB] #14 29.82 Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-cpio-perl all 0.10-1.1 [9928 B] #14 29.89 Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarray-intspan-perl all 2.004-1 [24.5 kB] #14 29.93 Get:212 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB] #14 36.56 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.5_amd64.deb ... #14 36.56 Unpacking perl (5.30.0-9ubuntu0.5) ... #14 36.61 Selecting previously unselected package openssl. #14 36.61 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.20_amd64.deb ... #14 36.62 Unpacking openssl (1.1.1f-1ubuntu2.20) ... #14 36.70 Selecting previously unselected package ca-certificates. #13 42.12 Preparing to unpack .../252-libsyntax-keyword-try-perl_0.28-1_armhf.deb ... #13 42.12 Unpacking libsyntax-keyword-try-perl (0.28-1) ... #13 42.16 Selecting previously unselected package libfeature-compat-try-perl. #13 42.16 Preparing to unpack .../253-libfeature-compat-try-perl_0.05-1_all.deb ... #13 42.17 Unpacking libfeature-compat-try-perl (0.05-1) ... #13 42.20 Selecting previously unselected package libipc-system-simple-perl. #13 42.21 Preparing to unpack .../254-libipc-system-simple-perl_1.30-2_all.deb ... #13 42.21 Unpacking libipc-system-simple-perl (1.30-2) ... #13 42.25 Selecting previously unselected package libfile-basedir-perl. #13 42.25 Preparing to unpack .../255-libfile-basedir-perl_0.09-2_all.deb ... #13 42.26 Unpacking libfile-basedir-perl (0.09-2) ... #13 42.29 Selecting previously unselected package libfile-chdir-perl. #13 42.30 Preparing to unpack .../256-libfile-chdir-perl_0.1008-1.1_all.deb ... #13 42.30 Unpacking libfile-chdir-perl (0.1008-1.1) ... #13 42.34 Selecting previously unselected package libfile-fcntllock-perl. #13 42.34 Preparing to unpack .../257-libfile-fcntllock-perl_0.22-4+b1_armhf.deb ... #13 42.35 Unpacking libfile-fcntllock-perl (0.22-4+b1) ... #13 42.39 Selecting previously unselected package libnumber-compare-perl. #16 76.61 Installing : libmpc-1.0.1-3.el7.aarch64 4/60 #13 35.08 Preparing to unpack .../239-libsort-versions-perl_1.62-1_all.deb ... #13 35.09 Unpacking libsort-versions-perl (1.62-1) ... #13 35.14 Selecting previously unselected package libgit-wrapper-perl. #13 35.15 Preparing to unpack .../240-libgit-wrapper-perl_0.048-1_all.deb ... #13 35.15 Unpacking libgit-wrapper-perl (0.048-1) ... #13 35.18 Selecting previously unselected package libhttp-tiny-multipart-perl. #13 35.19 Preparing to unpack .../241-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ... #13 35.19 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ... #13 35.23 Selecting previously unselected package libio-prompter-perl. #13 35.23 Preparing to unpack .../242-libio-prompter-perl_0.004015-1_all.deb ... #13 35.24 Unpacking libio-prompter-perl (0.004015-1) ... #13 35.28 Selecting previously unselected package libjson-perl. #13 35.28 Preparing to unpack .../243-libjson-perl_4.03000-1_all.deb ... #13 35.28 Unpacking libjson-perl (4.03000-1) ... #13 35.33 Selecting previously unselected package liblog-any-perl. #14 30.17 Preparing to unpack .../318-libsocket6-perl_0.29-1build4_amd64.deb ... #14 30.18 Unpacking libsocket6-perl (0.29-1build4) ... #14 30.21 Selecting previously unselected package libstring-copyright-perl. #14 30.22 Preparing to unpack .../319-libstring-copyright-perl_0.003012-1_all.deb ... #14 30.22 Unpacking libstring-copyright-perl (0.003012-1) ... #14 30.25 Selecting previously unselected package libstring-escape-perl. #14 30.26 Preparing to unpack .../320-libstring-escape-perl_2010.002-2_all.deb ... #14 30.26 Unpacking libstring-escape-perl (2010.002-2) ... #14 30.30 Selecting previously unselected package libstring-shellquote-perl. #14 30.30 Preparing to unpack .../321-libstring-shellquote-perl_1.04-1_all.deb ... #14 30.30 Unpacking libstring-shellquote-perl (1.04-1) ... #14 30.33 Selecting previously unselected package libxs-parse-keyword-perl. #14 30.34 Preparing to unpack .../322-libxs-parse-keyword-perl_0.21-1build1_amd64.deb ... #14 30.34 Unpacking libxs-parse-keyword-perl (0.21-1build1) ... #14 30.38 Selecting previously unselected package libsyntax-keyword-try-perl. #14 30.38 Preparing to unpack .../323-libsyntax-keyword-try-perl_0.26-1build1_amd64.deb ... #14 30.38 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ... #14 30.42 Selecting previously unselected package libterm-readkey-perl. #13 32.55 Selecting previously unselected package libb-hooks-op-check-perl:armhf. #13 32.55 Preparing to unpack .../075-libb-hooks-op-check-perl_0.22-2+b1_armhf.deb ... #13 32.55 Unpacking libb-hooks-op-check-perl:armhf (0.22-2+b1) ... #13 32.60 Selecting previously unselected package libdynaloader-functions-perl. #13 32.60 Preparing to unpack .../076-libdynaloader-functions-perl_0.003-3_all.deb ... #13 32.60 Unpacking libdynaloader-functions-perl (0.003-3) ... #13 32.64 Selecting previously unselected package libdevel-callchecker-perl:armhf. #13 32.64 Preparing to unpack .../077-libdevel-callchecker-perl_0.008-2_armhf.deb ... #13 32.64 Unpacking libdevel-callchecker-perl:armhf (0.008-2) ... #13 32.68 Selecting previously unselected package libparams-classify-perl:armhf. #13 32.69 Preparing to unpack .../078-libparams-classify-perl_0.015-2+b1_armhf.deb ... #13 32.69 Unpacking libparams-classify-perl:armhf (0.015-2+b1) ... #13 32.73 Selecting previously unselected package libmodule-runtime-perl. #13 32.73 Preparing to unpack .../079-libmodule-runtime-perl_0.016-2_all.deb ... #13 32.73 Unpacking libmodule-runtime-perl (0.016-2) ... #13 32.77 Selecting previously unselected package libimport-into-perl. #14 32.04 Preparing to unpack .../214-libxpm4_1%3a3.5.12-1.1ubuntu1_amd64.deb ... #14 32.05 Unpacking libxpm4:amd64 (1:3.5.12-1.1ubuntu1) ... #14 32.10 Selecting previously unselected package libgd3:amd64. #14 32.10 Preparing to unpack .../215-libgd3_2.3.3-9ubuntu1_amd64.deb ... #14 32.14 Unpacking libgd3:amd64 (2.3.3-9ubuntu1) ... #14 32.20 Selecting previously unselected package libc-devtools. #14 32.20 Preparing to unpack .../216-libc-devtools_2.38-1ubuntu6_amd64.deb ... #14 32.21 Unpacking libc-devtools (2.38-1ubuntu6) ... #14 32.26 Selecting previously unselected package libcapture-tiny-perl. #13 34.57 Unpacking libobject-pad-perl (0.78-1) ... #13 34.60 Selecting previously unselected package libfeature-compat-class-perl. #13 34.61 Preparing to unpack .../257-libfeature-compat-class-perl_0.05-1_all.deb ... #13 34.61 Unpacking libfeature-compat-class-perl (0.05-1) ... #13 34.64 Selecting previously unselected package libsyntax-keyword-try-perl. #13 34.64 Preparing to unpack .../258-libsyntax-keyword-try-perl_0.28-1_arm64.deb ... #13 34.65 Unpacking libsyntax-keyword-try-perl (0.28-1) ... #13 34.68 Selecting previously unselected package libfeature-compat-try-perl. #13 34.68 Preparing to unpack .../259-libfeature-compat-try-perl_0.05-1_all.deb ... #13 34.68 Unpacking libfeature-compat-try-perl (0.05-1) ... #13 34.75 Selecting previously unselected package libipc-system-simple-perl. #13 34.75 Preparing to unpack .../260-libipc-system-simple-perl_1.30-2_all.deb ... #13 34.76 Unpacking libipc-system-simple-perl (1.30-2) ... #13 34.79 Selecting previously unselected package libfile-basedir-perl. #13 34.79 Preparing to unpack .../261-libfile-basedir-perl_0.09-2_all.deb ... #13 34.80 Unpacking libfile-basedir-perl (0.09-2) ... #13 34.83 Selecting previously unselected package libfile-chdir-perl. #13 34.83 Preparing to unpack .../262-libfile-chdir-perl_0.1008-1.1_all.deb ... #13 34.83 Unpacking libfile-chdir-perl (0.1008-1.1) ... #13 34.86 Selecting previously unselected package libfile-fcntllock-perl. #13 34.87 Preparing to unpack .../263-libfile-fcntllock-perl_0.22-4+b1_arm64.deb ... #13 34.87 Unpacking libfile-fcntllock-perl (0.22-4+b1) ... #13 34.90 Selecting previously unselected package libnumber-compare-perl. #14 41.60 Get:386 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-six all 1.16.0-4 [12.4 kB] #13 38.91 Preparing to unpack .../269-libfont-ttf-perl_1.06-2_all.deb ... #13 38.92 Unpacking libfont-ttf-perl (1.06-2) ... #13 38.99 Selecting previously unselected package libfreezethaw-perl. #13 38.99 Preparing to unpack .../270-libfreezethaw-perl_0.5001-3_all.deb ... #13 38.99 Unpacking libfreezethaw-perl (0.5001-3) ... #13 39.03 Selecting previously unselected package libsort-versions-perl. #13 39.03 Preparing to unpack .../271-libsort-versions-perl_1.62-3_all.deb ... #13 39.04 Unpacking libsort-versions-perl (1.62-3) ... #13 39.07 Selecting previously unselected package libgit-wrapper-perl. #13 39.07 Preparing to unpack .../272-libgit-wrapper-perl_0.048-2_all.deb ... #13 39.07 Unpacking libgit-wrapper-perl (0.048-2) ... #13 39.11 Selecting previously unselected package libhttp-tiny-multipart-perl. #13 39.11 Preparing to unpack .../273-libhttp-tiny-multipart-perl_0.08-2_all.deb ... #13 39.12 Unpacking libhttp-tiny-multipart-perl (0.08-2) ... #13 39.15 Selecting previously unselected package libio-prompter-perl. #13 37.93 Preparing to unpack .../266-libnumber-compare-perl_0.03-1_all.deb ... #13 37.93 Unpacking libnumber-compare-perl (0.03-1) ... #13 37.97 Selecting previously unselected package libnumber-range-perl. #13 37.97 Preparing to unpack .../267-libnumber-range-perl_0.12-1_all.deb ... #13 37.98 Unpacking libnumber-range-perl (0.12-1) ... #13 38.01 Selecting previously unselected package libossp-uuid16:amd64. #13 38.02 Preparing to unpack .../268-libossp-uuid16_1.6.2-1.5+b7_amd64.deb ... #13 38.02 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b7) ... #13 38.05 Selecting previously unselected package libossp-uuid-perl. #13 38.05 Preparing to unpack .../269-libossp-uuid-perl_1.6.2-1.5+b7_amd64.deb ... #13 38.06 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ... #13 38.09 Selecting previously unselected package libpackage-stash-xs-perl. #13 38.09 Preparing to unpack .../270-libpackage-stash-xs-perl_0.29-1_amd64.deb ... #13 38.10 Unpacking libpackage-stash-xs-perl (0.29-1) ... #13 38.13 Selecting previously unselected package libparse-debianchangelog-perl. #13 38.13 Preparing to unpack .../271-libparse-debianchangelog-perl_1.2.0-13_all.deb ... #13 38.13 Unpacking libparse-debianchangelog-perl (1.2.0-13) ... #13 38.17 Selecting previously unselected package libtext-glob-perl. #14 31.21 Get:219 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 git arm64 1:2.39.2-1ubuntu1.1 [3675 kB] #14 33.57 Get:206 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 diffstat arm64 1.63-1 [25.2 kB] #13 34.98 Preparing to unpack .../230-libtype-tiny-perl_1.004004-1_all.deb ... #13 34.98 Unpacking libtype-tiny-perl (1.004004-1) ... #13 35.03 Selecting previously unselected package libgitlab-api-v4-perl. #13 35.04 Preparing to unpack .../231-libgitlab-api-v4-perl_0.16-1_all.deb ... #13 35.04 Unpacking libgitlab-api-v4-perl (0.16-1) ... #13 35.09 Selecting previously unselected package libglib2.0-data. #13 35.09 Preparing to unpack .../232-libglib2.0-data_2.58.3-2+deb10u5_all.deb ... #13 35.10 Unpacking libglib2.0-data (2.58.3-2+deb10u5) ... #13 35.25 Selecting previously unselected package libgpm2:arm64. #13 35.67 Preparing to unpack .../197-libclone-perl_0.45-1+b1_amd64.deb ... #13 35.67 Unpacking libclone-perl (0.45-1+b1) ... #13 35.70 Selecting previously unselected package libcommon-sense-perl. #13 35.70 Preparing to unpack .../198-libcommon-sense-perl_3.75-1+b4_amd64.deb ... #13 35.71 Unpacking libcommon-sense-perl (3.75-1+b4) ... #13 35.73 Selecting previously unselected package libconfig-tiny-perl. #13 35.74 Preparing to unpack .../199-libconfig-tiny-perl_2.26-1_all.deb ... #13 35.74 Unpacking libconfig-tiny-perl (2.26-1) ... #13 35.77 Selecting previously unselected package libparams-util-perl. #13 35.77 Preparing to unpack .../200-libparams-util-perl_1.102-1+b1_amd64.deb ... #13 35.78 Unpacking libparams-util-perl (1.102-1+b1) ... #13 35.81 Selecting previously unselected package libsub-install-perl. #13 35.81 Preparing to unpack .../201-libsub-install-perl_0.928-1.1_all.deb ... #13 35.81 Unpacking libsub-install-perl (0.928-1.1) ... #13 35.84 Selecting previously unselected package libdata-optlist-perl. #13 35.84 Preparing to unpack .../202-libdata-optlist-perl_0.110-1.1_all.deb ... #13 35.84 Unpacking libdata-optlist-perl (0.110-1.1) ... #13 35.87 Selecting previously unselected package libsub-exporter-perl. #14 39.08 Get:321 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmarkdown2 armhf 2.2.7-2 [31.3 kB] #14 39.12 Get:322 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmath-base85-perl all 0.5+dfsg-2 [6124 B] #14 39.13 Get:323 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmldbm-perl all 2.05-4 [16.0 kB] #14 39.14 Get:324 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmoox-aliases-perl all 0.001006-2 [6796 B] #14 39.15 Get:325 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmouse-perl armhf 2.5.10-1build5 [157 kB] #14 39.23 Get:326 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxs-parse-keyword-perl armhf 0.33-1 [53.5 kB] #14 42.42 Preparing to unpack .../087-libasan5_9.4.0-1ubuntu1~20.04.2_armhf.deb ... #14 42.42 Unpacking libasan5:armhf (9.4.0-1ubuntu1~20.04.2) ... #13 38.59 Setting up po-debconf (1.0.21+nmu1) ... #13 38.60 Setting up libhtml-tree-perl (5.07-2) ... #13 38.61 Setting up libparams-classify-perl (0.015-1+b3) ... #13 38.62 Setting up libmodule-runtime-perl (0.016-1) ... #13 38.63 Setting up dh-strip-nondeterminism (1.12.0-1) ... #13 38.65 Setting up libimport-into-perl (1.002005-1) ... #13 38.66 Setting up libmoo-perl (2.004004-1) ... #13 38.67 Setting up debhelper (13.3.4) ... #13 38.68 Setting up equivs (2.3.1) ... #13 38.69 Setting up liblwp-protocol-https-perl (6.10-1) ... #13 38.70 Setting up libwww-perl (6.52-1) ... #13 38.72 Setting up devscripts (2.21.3+deb11u1) ... #14 42.82 debconf: delaying package configuration, since apt-utils is not installed #14 42.85 Fetched 114 MB in 35s (3283 kB/s) #14 42.87 Selecting previously unselected package liblocale-gettext-perl. #14 42.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 ... 4386 files and directories currently installed.) #14 42.87 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_armhf.deb ... #14 42.87 Unpacking liblocale-gettext-perl (1.07-4build3) ... #14 42.91 Selecting previously unselected package libpython3.10-minimal:armhf. #13 40.36 Selecting previously unselected package libio-string-perl. #13 40.36 Preparing to unpack .../240-libio-string-perl_1.08-3_all.deb ... #13 40.37 Unpacking libio-string-perl (1.08-3) ... #13 40.40 Selecting previously unselected package libtypes-serialiser-perl. #13 40.40 Preparing to unpack .../241-libtypes-serialiser-perl_1.0-1_all.deb ... #13 40.41 Unpacking libtypes-serialiser-perl (1.0-1) ... #13 40.44 Selecting previously unselected package libjson-xs-perl. #13 40.44 Preparing to unpack .../242-libjson-xs-perl_3.040-1+b1_armhf.deb ... #13 40.45 Unpacking libjson-xs-perl (3.040-1+b1) ... #13 40.49 Selecting previously unselected package liblzo2-2:armhf. #13 40.49 Preparing to unpack .../243-liblzo2-2_2.10-0.1_armhf.deb ... #13 40.50 Unpacking liblzo2-2:armhf (2.10-0.1) ... #13 40.54 Selecting previously unselected package libkyotocabinet16v5:armhf. #13 40.54 Preparing to unpack .../244-libkyotocabinet16v5_1.2.76-4.2+b1_armhf.deb ... #13 40.55 Unpacking libkyotocabinet16v5:armhf (1.2.76-4.2+b1) ... #13 40.60 Selecting previously unselected package liblist-compare-perl. #13 40.60 Preparing to unpack .../245-liblist-compare-perl_0.53-1_all.deb ... #13 40.60 Unpacking liblist-compare-perl (0.53-1) ... #13 40.64 Selecting previously unselected package liblist-moreutils-perl. #13 40.64 Preparing to unpack .../246-liblist-moreutils-perl_0.416-1+b4_armhf.deb ... #14 34.85 Preparing to unpack .../313-libref-util-perl_0.204-2_all.deb ... #14 34.85 Unpacking libref-util-perl (0.204-2) ... #14 34.88 Selecting previously unselected package libref-util-xs-perl. #14 34.88 Preparing to unpack .../314-libref-util-xs-perl_0.117-2build1_amd64.deb ... #14 34.88 Unpacking libref-util-xs-perl (0.117-2build1) ... #14 34.92 Selecting previously unselected package libregexp-pattern-license-perl. #14 34.92 Preparing to unpack .../315-libregexp-pattern-license-perl_3.9.4-3_all.deb ... #14 34.92 Unpacking libregexp-pattern-license-perl (3.9.4-3) ... #14 34.96 Selecting previously unselected package libregexp-pattern-perl. #14 34.96 Preparing to unpack .../316-libregexp-pattern-perl_0.2.14-2_all.deb ... #14 34.96 Unpacking libregexp-pattern-perl (0.2.14-2) ... #14 34.99 Selecting previously unselected package libregexp-wildcards-perl. #14 34.99 Preparing to unpack .../317-libregexp-wildcards-perl_1.05-3_all.deb ... #14 35.00 Unpacking libregexp-wildcards-perl (1.05-3) ... #14 35.04 Selecting previously unselected package libsasl2-modules:amd64. #14 35.04 Preparing to unpack .../318-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... #14 35.05 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... #14 35.08 Selecting previously unselected package libsereal-decoder-perl. #14 32.67 Get:243 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libgd3 arm64 2.3.3-9ubuntu1 [119 kB] #17 0.758 Last metadata expiration check: 0:00:14 ago on Mon Jan 22 21:40:42 2024. #14 29.98 Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B] #14 29.99 Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvariable-magic-perl arm64 0.62-1build5 [34.8 kB] #14 30.05 Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-endofscope-perl all 0.25-1 [17.8 kB] #14 30.06 Get:216 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libfreetype6 arm64 2.11.1+dfsg-1ubuntu0.2 [383 kB] #14 30.23 Get:217 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfontconfig1 arm64 2.13.1-4.2ubuntu5 [135 kB] #14 36.71 Preparing to unpack .../013-ca-certificates_20230311ubuntu0.20.04.1_all.deb ... #14 36.71 Unpacking ca-certificates (20230311ubuntu0.20.04.1) ... #14 36.76 Selecting previously unselected package distro-info-data. #14 36.76 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.15_all.deb ... #14 36.76 Unpacking distro-info-data (0.43ubuntu1.15) ... #14 36.78 Selecting previously unselected package libmagic-mgc. #14 36.79 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_amd64.deb ... #14 36.79 Unpacking libmagic-mgc (1:5.38-4) ... #14 36.86 Selecting previously unselected package libmagic1:amd64. #14 36.86 Preparing to unpack .../016-libmagic1_1%3a5.38-4_amd64.deb ... #14 36.86 Unpacking libmagic1:amd64 (1:5.38-4) ... #14 36.89 Selecting previously unselected package file. #14 36.89 Preparing to unpack .../017-file_1%3a5.38-4_amd64.deb ... #14 36.90 Unpacking file (1:5.38-4) ... #14 36.93 Selecting previously unselected package less. #14 36.93 Preparing to unpack .../018-less_551-1ubuntu0.1_amd64.deb ... #14 36.93 Unpacking less (551-1ubuntu0.1) ... #14 36.98 Selecting previously unselected package libelf1:amd64. #13 42.39 Preparing to unpack .../258-libnumber-compare-perl_0.03-3_all.deb ... #13 42.39 Unpacking libnumber-compare-perl (0.03-3) ... #13 42.43 Selecting previously unselected package libtext-glob-perl. #13 42.43 Preparing to unpack .../259-libtext-glob-perl_0.11-3_all.deb ... #13 42.44 Unpacking libtext-glob-perl (0.11-3) ... #13 42.47 Selecting previously unselected package libfile-find-rule-perl. #13 42.47 Preparing to unpack .../260-libfile-find-rule-perl_0.34-3_all.deb ... #13 42.48 Unpacking libfile-find-rule-perl (0.34-3) ... #13 42.52 Selecting previously unselected package libfont-afm-perl. #13 42.52 Preparing to unpack .../261-libfont-afm-perl_1.20-4_all.deb ... #13 42.53 Unpacking libfont-afm-perl (1.20-4) ... #13 42.56 Selecting previously unselected package libio-string-perl. #13 42.57 Preparing to unpack .../262-libio-string-perl_1.08-4_all.deb ... #13 42.57 Unpacking libio-string-perl (1.08-4) ... #13 42.61 Selecting previously unselected package libfont-ttf-perl. #13 42.61 Preparing to unpack .../263-libfont-ttf-perl_1.06-2_all.deb ... #13 42.61 Unpacking libfont-ttf-perl (1.06-2) ... #13 35.33 Preparing to unpack .../244-liblog-any-perl_1.709-1_all.deb ... #13 35.33 Unpacking liblog-any-perl (1.709-1) ... #13 35.37 Selecting previously unselected package liblog-any-adapter-screen-perl. #13 35.37 Preparing to unpack .../245-liblog-any-adapter-screen-perl_0.140-1_all.deb ... #13 35.38 Unpacking liblog-any-adapter-screen-perl (0.140-1) ... #13 35.41 Selecting previously unselected package libpackage-stash-perl. #13 35.41 Preparing to unpack .../246-libpackage-stash-perl_0.39-1_all.deb ... #13 35.42 Unpacking libpackage-stash-perl (0.39-1) ... #13 35.45 Selecting previously unselected package libsub-identify-perl. #13 35.45 Preparing to unpack .../247-libsub-identify-perl_0.14-1+b3_arm64.deb ... #13 35.46 Unpacking libsub-identify-perl (0.14-1+b3) ... #13 35.49 Selecting previously unselected package libsub-name-perl. #13 35.49 Preparing to unpack .../248-libsub-name-perl_0.26-1+b1_arm64.deb ... #13 35.49 Unpacking libsub-name-perl (0.26-1+b1) ... #13 35.52 Selecting previously unselected package libnamespace-clean-perl. #13 35.53 Preparing to unpack .../249-libnamespace-clean-perl_0.27-1_all.deb ... #13 35.53 Unpacking libnamespace-clean-perl (0.27-1) ... #13 35.56 Selecting previously unselected package libpath-tiny-perl. #14 30.42 Preparing to unpack .../324-libterm-readkey-perl_2.38-1build4_amd64.deb ... #14 30.42 Unpacking libterm-readkey-perl (2.38-1build4) ... #14 30.45 Selecting previously unselected package libtext-levenshteinxs-perl. #14 30.46 Preparing to unpack .../325-libtext-levenshteinxs-perl_0.03-4build10_amd64.deb ... #14 30.46 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ... #14 30.50 Selecting previously unselected package libtext-markdown-discount-perl:amd64. #14 30.50 Preparing to unpack .../326-libtext-markdown-discount-perl_0.13-1build1_amd64.deb ... #14 30.50 Unpacking libtext-markdown-discount-perl:amd64 (0.13-1build1) ... #14 30.53 Selecting previously unselected package libtext-xslate-perl:amd64. #14 30.54 Preparing to unpack .../327-libtext-xslate-perl_3.5.9-1build1_amd64.deb ... #14 30.54 Unpacking libtext-xslate-perl:amd64 (3.5.9-1build1) ... #14 30.58 Selecting previously unselected package libtime-duration-perl. #14 30.58 Preparing to unpack .../328-libtime-duration-perl_1.21-1_all.deb ... #14 30.59 Unpacking libtime-duration-perl (1.21-1) ... #14 30.63 Selecting previously unselected package libtime-moment-perl. #14 30.63 Preparing to unpack .../329-libtime-moment-perl_0.44-1build6_amd64.deb ... #14 30.63 Unpacking libtime-moment-perl (0.44-1build6) ... #14 30.67 Selecting previously unselected package libtype-tiny-xs-perl. #14 30.67 Preparing to unpack .../330-libtype-tiny-xs-perl_0.022-1build2_amd64.deb ... #14 30.67 Unpacking libtype-tiny-xs-perl (0.022-1build2) ... #14 30.70 Selecting previously unselected package libunicode-utf8-perl. #14 30.71 Preparing to unpack .../331-libunicode-utf8-perl_0.62-1build4_amd64.deb ... #14 30.74 Unpacking libunicode-utf8-perl (0.62-1build4) ... #14 30.77 Selecting previously unselected package libxml-namespacesupport-perl. #14 32.26 Preparing to unpack .../217-libcapture-tiny-perl_0.48-2_all.deb ... #14 32.26 Unpacking libcapture-tiny-perl (0.48-2) ... #14 32.30 Selecting previously unselected package libcgi-pm-perl. #14 32.30 Preparing to unpack .../218-libcgi-pm-perl_4.57-1_all.deb ... #14 32.31 Unpacking libcgi-pm-perl (4.57-1) ... #14 32.38 Selecting previously unselected package libfcgi0ldbl:amd64. #14 32.38 Preparing to unpack .../219-libfcgi0ldbl_2.4.2-2build2_amd64.deb ... #14 32.38 Unpacking libfcgi0ldbl:amd64 (2.4.2-2build2) ... #14 32.41 Selecting previously unselected package libfcgi-perl. #14 32.41 Preparing to unpack .../220-libfcgi-perl_0.82+ds-2_amd64.deb ... #14 32.42 Unpacking libfcgi-perl (0.82+ds-2) ... #14 32.49 Selecting previously unselected package libcgi-fast-perl. #13 32.77 Preparing to unpack .../080-libimport-into-perl_1.002005-2_all.deb ... #13 32.78 Unpacking libimport-into-perl (1.002005-2) ... #13 32.82 Selecting previously unselected package librole-tiny-perl. #13 32.82 Preparing to unpack .../081-librole-tiny-perl_2.002004-1_all.deb ... #13 32.83 Unpacking librole-tiny-perl (2.002004-1) ... #13 32.89 Selecting previously unselected package libsub-quote-perl. #13 32.89 Preparing to unpack .../082-libsub-quote-perl_2.006008-1_all.deb ... #13 32.90 Unpacking libsub-quote-perl (2.006008-1) ... #13 32.94 Selecting previously unselected package libmoo-perl. #13 32.94 Preparing to unpack .../083-libmoo-perl_2.005005-1_all.deb ... #13 32.95 Unpacking libmoo-perl (2.005005-1) ... #13 32.99 Selecting previously unselected package libencode-locale-perl. #13 34.91 Preparing to unpack .../264-libnumber-compare-perl_0.03-3_all.deb ... #13 34.91 Unpacking libnumber-compare-perl (0.03-3) ... #13 34.94 Selecting previously unselected package libtext-glob-perl. #13 34.94 Preparing to unpack .../265-libtext-glob-perl_0.11-3_all.deb ... #13 34.95 Unpacking libtext-glob-perl (0.11-3) ... #13 34.98 Selecting previously unselected package libfile-find-rule-perl. #13 34.98 Preparing to unpack .../266-libfile-find-rule-perl_0.34-3_all.deb ... #13 34.99 Unpacking libfile-find-rule-perl (0.34-3) ... #13 35.02 Selecting previously unselected package libfont-afm-perl. #13 35.02 Preparing to unpack .../267-libfont-afm-perl_1.20-4_all.deb ... #13 35.02 Unpacking libfont-afm-perl (1.20-4) ... #13 35.05 Selecting previously unselected package libio-string-perl. #13 35.06 Preparing to unpack .../268-libio-string-perl_1.08-4_all.deb ... #13 35.06 Unpacking libio-string-perl (1.08-4) ... #13 35.09 Selecting previously unselected package libfont-ttf-perl. #13 35.09 Preparing to unpack .../269-libfont-ttf-perl_1.06-2_all.deb ... #13 35.10 Unpacking libfont-ttf-perl (1.06-2) ... #13 35.15 Selecting previously unselected package libfreezethaw-perl. #13 39.15 Preparing to unpack .../274-libio-prompter-perl_0.004015-2_all.deb ... #13 39.15 Unpacking libio-prompter-perl (0.004015-2) ... #13 39.18 Selecting previously unselected package libjson-perl. #13 39.18 Preparing to unpack .../275-libjson-perl_4.10000-1_all.deb ... #13 39.19 Unpacking libjson-perl (4.10000-1) ... #13 39.23 Selecting previously unselected package liblog-any-perl. #13 39.23 Preparing to unpack .../276-liblog-any-perl_1.713-1_all.deb ... #13 39.24 Unpacking liblog-any-perl (1.713-1) ... #13 39.27 Selecting previously unselected package liblog-any-adapter-screen-perl. #13 39.28 Preparing to unpack .../277-liblog-any-adapter-screen-perl_0.140-2_all.deb ... #13 39.28 Unpacking liblog-any-adapter-screen-perl (0.140-2) ... #13 39.32 Selecting previously unselected package libpackage-stash-perl. #13 39.32 Preparing to unpack .../278-libpackage-stash-perl_0.40-1_all.deb ... #13 39.32 Unpacking libpackage-stash-perl (0.40-1) ... #13 39.35 Selecting previously unselected package libsub-identify-perl. #13 39.36 Preparing to unpack .../279-libsub-identify-perl_0.14-3_amd64.deb ... #13 39.36 Unpacking libsub-identify-perl (0.14-3) ... #13 39.39 Selecting previously unselected package libsub-name-perl:amd64. #13 39.39 Preparing to unpack .../280-libsub-name-perl_0.26-2+b1_amd64.deb ... #13 39.40 Unpacking libsub-name-perl:amd64 (0.26-2+b1) ... #13 39.42 Selecting previously unselected package libnamespace-clean-perl. #13 39.43 Preparing to unpack .../281-libnamespace-clean-perl_0.27-2_all.deb ... #13 39.43 Unpacking libnamespace-clean-perl (0.27-2) ... #13 39.46 Selecting previously unselected package libpath-tiny-perl. #13 39.46 Preparing to unpack .../282-libpath-tiny-perl_0.144-1_all.deb ... #13 39.47 Unpacking libpath-tiny-perl (0.144-1) ... #13 39.50 Selecting previously unselected package libstrictures-perl. #14 41.67 Get:387 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-paramiko all 2.12.0-2ubuntu1 [134 kB] #14 41.88 Get:388 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf python3-urllib3 all 1.26.16-1ubuntu0.1 [102 kB] #13 38.17 Preparing to unpack .../272-libtext-glob-perl_0.10-1_all.deb ... #13 38.17 Unpacking libtext-glob-perl (0.10-1) ... #13 38.30 Selecting previously unselected package libpath-iterator-rule-perl. #13 38.30 Preparing to unpack .../273-libpath-iterator-rule-perl_1.014-1_all.deb ... #13 38.31 Unpacking libpath-iterator-rule-perl (1.014-1) ... #13 38.34 Selecting previously unselected package libperlio-gzip-perl. #13 38.34 Preparing to unpack .../274-libperlio-gzip-perl_0.19-1+b5_amd64.deb ... #13 38.35 Unpacking libperlio-gzip-perl (0.19-1+b5) ... #13 38.37 Selecting previously unselected package libpod-constants-perl. #13 38.38 Preparing to unpack .../275-libpod-constants-perl_0.19-1_all.deb ... #13 38.38 Unpacking libpod-constants-perl (0.19-1) ... #13 38.41 Selecting previously unselected package libreadonly-perl. #13 38.41 Preparing to unpack .../276-libreadonly-perl_2.050-1_all.deb ... #13 38.42 Unpacking libreadonly-perl (2.050-1) ... #13 38.44 Selecting previously unselected package libref-util-perl. #13 38.45 Preparing to unpack .../277-libref-util-perl_0.204-1_all.deb ... #13 38.45 Unpacking libref-util-perl (0.204-1) ... #13 38.48 Selecting previously unselected package libref-util-xs-perl. #13 38.48 Preparing to unpack .../278-libref-util-xs-perl_0.117-1+b1_amd64.deb ... #13 38.54 Unpacking libref-util-xs-perl (0.117-1+b1) ... #14 33.64 Get:207 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-chardet all 3.0.4-4build1 [80.4 kB] #14 33.72 Get:208 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-debian all 0.1.36ubuntu1.1 [64.9 kB] #14 33.79 Get:209 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgpgme11 arm64 1.13.1-7ubuntu2.1 [108 kB] #14 33.87 Get:210 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-gpg arm64 1.13.1-7ubuntu2.1 [156 kB] #13 35.25 Preparing to unpack .../233-libgpm2_1.20.7-5_arm64.deb ... #13 35.25 Unpacking libgpm2:arm64 (1.20.7-5) ... #13 35.29 Selecting previously unselected package libidn11:arm64. #13 35.29 Preparing to unpack .../234-libidn11_1.33-2.2_arm64.deb ... #13 35.30 Unpacking libidn11:arm64 (1.33-2.2) ... #13 35.36 Selecting previously unselected package libntlm0:arm64. #13 35.36 Preparing to unpack .../235-libntlm0_1.5-1+deb10u1_arm64.deb ... #13 35.36 Unpacking libntlm0:arm64 (1.5-1+deb10u1) ... #13 35.40 Selecting previously unselected package libgsasl7. #13 35.41 Preparing to unpack .../236-libgsasl7_1.8.0-8+deb10u1_arm64.deb ... #13 35.41 Unpacking libgsasl7 (1.8.0-8+deb10u1) ... #13 35.47 Selecting previously unselected package libhtml-form-perl. #13 35.87 Preparing to unpack .../203-libsub-exporter-perl_0.987-1_all.deb ... #13 35.88 Unpacking libsub-exporter-perl (0.987-1) ... #13 35.91 Selecting previously unselected package libconst-fast-perl. #13 35.91 Preparing to unpack .../204-libconst-fast-perl_0.014-1.1_all.deb ... #13 35.91 Unpacking libconst-fast-perl (0.014-1.1) ... #13 35.94 Selecting previously unselected package libwant-perl. #13 35.94 Preparing to unpack .../205-libwant-perl_0.29-1+b6_amd64.deb ... #13 35.94 Unpacking libwant-perl (0.29-1+b6) ... #13 35.97 Selecting previously unselected package libcontextual-return-perl. #13 35.97 Preparing to unpack .../206-libcontextual-return-perl_0.004014-2_all.deb ... #13 35.98 Unpacking libcontextual-return-perl (0.004014-2) ... #13 36.00 Selecting previously unselected package libconvert-binhex-perl. #13 36.01 Preparing to unpack .../207-libconvert-binhex-perl_1.125-1_all.deb ... #13 36.01 Unpacking libconvert-binhex-perl (1.125-1) ... #13 36.04 Selecting previously unselected package libcpanel-json-xs-perl. #13 36.05 Preparing to unpack .../208-libcpanel-json-xs-perl_4.25-1+b1_amd64.deb ... #13 36.05 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ... #13 36.09 Selecting previously unselected package libdevel-stacktrace-perl. #14 39.25 Get:327 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxs-parse-sublike-perl armhf 0.16-1ubuntu3 [26.9 kB] #14 39.25 Get:328 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libobject-pad-perl armhf 0.78-1 [102 kB] #14 39.28 Get:329 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpackage-stash-xs-perl armhf 0.30-1build1 [17.2 kB] #13 38.89 Processing triggers for libc-bin (2.31-13+rpi1+deb11u6) ... #14 42.91 Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.3_armhf.deb ... #14 42.91 Unpacking libpython3.10-minimal:armhf (3.10.12-1~22.04.3) ... #14 42.99 Selecting previously unselected package libexpat1:armhf. #14 42.99 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_armhf.deb ... #14 43.00 Unpacking libexpat1:armhf (2.4.7-1ubuntu0.2) ... #14 43.04 Selecting previously unselected package python3.10-minimal. #14 43.04 Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.3_armhf.deb ... #14 43.05 Unpacking python3.10-minimal (3.10.12-1~22.04.3) ... #14 43.12 Setting up libpython3.10-minimal:armhf (3.10.12-1~22.04.3) ... #14 43.13 Setting up libexpat1:armhf (2.4.7-1ubuntu0.2) ... #14 43.14 Setting up python3.10-minimal (3.10.12-1~22.04.3) ... #13 40.65 Unpacking liblist-moreutils-perl (0.416-1+b4) ... #13 40.69 Selecting previously unselected package libltdl-dev:armhf. #13 40.69 Preparing to unpack .../247-libltdl-dev_2.4.6-9_armhf.deb ... #13 40.69 Unpacking libltdl-dev:armhf (2.4.6-9) ... #13 40.74 Selecting previously unselected package libsys-hostname-long-perl. #13 40.74 Preparing to unpack .../248-libsys-hostname-long-perl_1.5-1_all.deb ... #13 40.75 Unpacking libsys-hostname-long-perl (1.5-1) ... #13 40.78 Selecting previously unselected package libmail-sendmail-perl. #13 40.78 Preparing to unpack .../249-libmail-sendmail-perl_0.80-1_all.deb ... #13 40.79 Unpacking libmail-sendmail-perl (0.80-1) ... #13 40.82 Selecting previously unselected package mailutils-common. #13 40.82 Preparing to unpack .../250-mailutils-common_1%3a3.5-4_all.deb ... #13 40.83 Unpacking mailutils-common (1:3.5-4) ... #14 35.08 Preparing to unpack .../319-libsereal-decoder-perl_5.003+ds-1_amd64.deb ... #14 35.09 Unpacking libsereal-decoder-perl (5.003+ds-1) ... #14 35.12 Selecting previously unselected package libsereal-encoder-perl. #14 35.12 Preparing to unpack .../320-libsereal-encoder-perl_5.003+ds-1_amd64.deb ... #14 35.12 Unpacking libsereal-encoder-perl (5.003+ds-1) ... #14 35.16 Selecting previously unselected package libset-intspan-perl. #14 35.16 Preparing to unpack .../321-libset-intspan-perl_1.19-3_all.deb ... #14 35.16 Unpacking libset-intspan-perl (1.19-3) ... #14 35.19 Selecting previously unselected package libsocket6-perl. #14 35.19 Preparing to unpack .../322-libsocket6-perl_0.29-3_amd64.deb ... #14 35.20 Unpacking libsocket6-perl (0.29-3) ... #14 35.24 Selecting previously unselected package libsodium23:amd64. #14 35.24 Preparing to unpack .../323-libsodium23_1.0.18-1build2_amd64.deb ... #14 35.24 Unpacking libsodium23:amd64 (1.0.18-1build2) ... #14 35.27 Selecting previously unselected package libstring-copyright-perl. #14 35.28 Preparing to unpack .../324-libstring-copyright-perl_0.003014-1_all.deb ... #14 35.28 Unpacking libstring-copyright-perl (0.003014-1) ... #14 35.31 Selecting previously unselected package libstring-escape-perl. #14 42.75 Selecting previously unselected package libubsan1:armhf. #14 42.75 Preparing to unpack .../088-libubsan1_10.5.0-1ubuntu1~20.04_armhf.deb ... #14 42.76 Unpacking libubsan1:armhf (10.5.0-1ubuntu1~20.04) ... #14 42.86 Selecting previously unselected package libgcc-9-dev:armhf. #14 33.00 Get:244 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libc-devtools arm64 2.38-1ubuntu6 [27.7 kB] #14 30.26 Get:218 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg-turbo8 arm64 2.1.2-0ubuntu1 [129 kB] #14 30.28 Get:219 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg8 arm64 8c-2ubuntu10 [2264 B] #14 30.28 Get:220 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdeflate0 arm64 1.10-2 [69.1 kB] #14 36.98 Preparing to unpack .../019-libelf1_0.176-1.1ubuntu0.1_amd64.deb ... #14 36.98 Unpacking libelf1:amd64 (0.176-1.1ubuntu0.1) ... #14 37.03 Selecting previously unselected package libglib2.0-0:amd64. #14 37.03 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.6_amd64.deb ... #14 37.03 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.6) ... #14 37.16 Selecting previously unselected package libglib2.0-data. #14 30.77 Preparing to unpack .../332-libxml-namespacesupport-perl_1.12-1.1_all.deb ... #14 30.78 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... #14 30.81 Selecting previously unselected package libxml-sax-base-perl. #14 30.81 Preparing to unpack .../333-libxml-sax-base-perl_1.09-1.1_all.deb ... #14 30.82 Unpacking libxml-sax-base-perl (1.09-1.1) ... #14 30.86 Selecting previously unselected package libxml-sax-perl. #14 30.86 Preparing to unpack .../334-libxml-sax-perl_1.02+dfsg-3_all.deb ... #14 30.89 Unpacking libxml-sax-perl (1.02+dfsg-3) ... #14 30.96 Selecting previously unselected package libxml-libxml-perl. #13 35.56 Preparing to unpack .../250-libpath-tiny-perl_0.118-1_all.deb ... #13 35.57 Unpacking libpath-tiny-perl (0.118-1) ... #13 35.62 Selecting previously unselected package libtype-tiny-perl. #14 30.96 Preparing to unpack .../335-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_amd64.deb ... #14 30.96 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ... #14 31.02 Selecting previously unselected package libxml-parser-perl:amd64. #13 35.62 Preparing to unpack .../251-libtype-tiny-perl_1.012001-2_all.deb ... #13 35.63 Unpacking libtype-tiny-perl (1.012001-2) ... #13 35.68 Selecting previously unselected package libgitlab-api-v4-perl. #13 35.69 Preparing to unpack .../252-libgitlab-api-v4-perl_0.26-1_all.deb ... #13 35.69 Unpacking libgitlab-api-v4-perl (0.26-1) ... #13 35.74 Selecting previously unselected package libglib2.0-0:arm64. #13 35.74 Preparing to unpack .../253-libglib2.0-0_2.66.8-1_arm64.deb ... #13 35.75 Unpacking libglib2.0-0:arm64 (2.66.8-1) ... #13 35.87 Selecting previously unselected package libglib2.0-data. #13 42.68 Selecting previously unselected package libfreezethaw-perl. #13 42.68 Preparing to unpack .../264-libfreezethaw-perl_0.5001-3_all.deb ... #13 42.68 Unpacking libfreezethaw-perl (0.5001-3) ... #13 42.72 Selecting previously unselected package libsort-versions-perl. #13 42.72 Preparing to unpack .../265-libsort-versions-perl_1.62-3_all.deb ... #13 42.73 Unpacking libsort-versions-perl (1.62-3) ... #13 42.76 Selecting previously unselected package libgit-wrapper-perl. #13 42.77 Preparing to unpack .../266-libgit-wrapper-perl_0.048-2_all.deb ... #13 42.77 Unpacking libgit-wrapper-perl (0.048-2) ... #13 42.83 Selecting previously unselected package libhttp-tiny-multipart-perl. #13 42.84 Preparing to unpack .../267-libhttp-tiny-multipart-perl_0.08-2_all.deb ... #13 42.84 Unpacking libhttp-tiny-multipart-perl (0.08-2) ... #13 42.87 Selecting previously unselected package libio-prompter-perl. #14 extracting sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 2.2s done #14 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c #14 32.49 Preparing to unpack .../221-libcgi-fast-perl_1%3a2.15-1_all.deb ... #14 32.50 Unpacking libcgi-fast-perl (1:2.15-1) ... #14 32.54 Selecting previously unselected package libclass-data-inheritable-perl. #14 32.54 Preparing to unpack .../222-libclass-data-inheritable-perl_0.08-3_all.deb ... #14 32.55 Unpacking libclass-data-inheritable-perl (0.08-3) ... #14 32.61 Selecting previously unselected package libcommon-sense-perl:amd64. #14 32.61 Preparing to unpack .../223-libcommon-sense-perl_3.75-3_amd64.deb ... #14 32.62 Unpacking libcommon-sense-perl:amd64 (3.75-3) ... #14 32.67 Selecting previously unselected package libconfig-tiny-perl. #14 32.67 Preparing to unpack .../224-libconfig-tiny-perl_2.29-1_all.deb ... #14 32.68 Unpacking libconfig-tiny-perl (2.29-1) ... #14 32.71 Selecting previously unselected package libparams-util-perl. #14 32.71 Preparing to unpack .../225-libparams-util-perl_1.102-2_amd64.deb ... #14 32.72 Unpacking libparams-util-perl (1.102-2) ... #14 32.77 Selecting previously unselected package libsub-install-perl. #14 32.77 Preparing to unpack .../226-libsub-install-perl_0.929-1_all.deb ... #14 32.78 Unpacking libsub-install-perl (0.929-1) ... #14 32.82 Selecting previously unselected package libdata-optlist-perl. #13 32.99 Preparing to unpack .../084-libencode-locale-perl_1.05-3_all.deb ... #13 33.00 Unpacking libencode-locale-perl (1.05-3) ... #13 33.03 Selecting previously unselected package libtimedate-perl. #13 33.03 Preparing to unpack .../085-libtimedate-perl_2.3300-2_all.deb ... #13 33.04 Unpacking libtimedate-perl (2.3300-2) ... #13 33.09 Selecting previously unselected package libhttp-date-perl. #13 33.09 Preparing to unpack .../086-libhttp-date-perl_6.05-2_all.deb ... #13 33.10 Unpacking libhttp-date-perl (6.05-2) ... #13 33.14 Selecting previously unselected package libfile-listing-perl. #13 33.14 Preparing to unpack .../087-libfile-listing-perl_6.15-1_all.deb ... #13 33.15 Unpacking libfile-listing-perl (6.15-1) ... #13 33.19 Selecting previously unselected package libhtml-tagset-perl. #13 33.19 Preparing to unpack .../088-libhtml-tagset-perl_3.20-6_all.deb ... #13 33.20 Unpacking libhtml-tagset-perl (3.20-6) ... #13 33.24 Selecting previously unselected package libregexp-ipv6-perl. #13 33.24 Preparing to unpack .../089-libregexp-ipv6-perl_0.03-3_all.deb ... #13 33.25 Unpacking libregexp-ipv6-perl (0.03-3) ... #13 33.29 Selecting previously unselected package liburi-perl. #13 33.29 Preparing to unpack .../090-liburi-perl_5.17-1_all.deb ... #13 33.29 Unpacking liburi-perl (5.17-1) ... #13 35.15 Preparing to unpack .../270-libfreezethaw-perl_0.5001-3_all.deb ... #13 35.16 Unpacking libfreezethaw-perl (0.5001-3) ... #13 35.18 Selecting previously unselected package libsort-versions-perl. #13 35.19 Preparing to unpack .../271-libsort-versions-perl_1.62-3_all.deb ... #13 35.19 Unpacking libsort-versions-perl (1.62-3) ... #13 35.24 Selecting previously unselected package libgit-wrapper-perl. #13 35.24 Preparing to unpack .../272-libgit-wrapper-perl_0.048-2_all.deb ... #13 35.24 Unpacking libgit-wrapper-perl (0.048-2) ... #13 35.28 Selecting previously unselected package libhttp-tiny-multipart-perl. #13 35.28 Preparing to unpack .../273-libhttp-tiny-multipart-perl_0.08-2_all.deb ... #13 35.29 Unpacking libhttp-tiny-multipart-perl (0.08-2) ... #13 35.32 Selecting previously unselected package libio-prompter-perl. #13 35.32 Preparing to unpack .../274-libio-prompter-perl_0.004015-2_all.deb ... #13 35.32 Unpacking libio-prompter-perl (0.004015-2) ... #13 35.35 Selecting previously unselected package libjson-perl. #13 35.36 Preparing to unpack .../275-libjson-perl_4.10000-1_all.deb ... #13 35.36 Unpacking libjson-perl (4.10000-1) ... #13 35.40 Selecting previously unselected package liblog-any-perl. #13 39.50 Preparing to unpack .../283-libstrictures-perl_2.000006-1_all.deb ... #13 39.50 Unpacking libstrictures-perl (2.000006-1) ... #13 39.53 Selecting previously unselected package libtype-tiny-perl. #13 39.54 Preparing to unpack .../284-libtype-tiny-perl_2.002001-1_all.deb ... #13 39.54 Unpacking libtype-tiny-perl (2.002001-1) ... #13 39.62 Selecting previously unselected package libgitlab-api-v4-perl. #14 41.94 Get:389 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-requests all 2.31.0+dfsg-1ubuntu1 [50.7 kB] #14 41.96 Get:390 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-unidiff all 0.7.3-1 [11.0 kB] #14 41.97 Get:391 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf equivs all 2.3.1 [19.0 kB] #14 41.97 Get:392 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libauthen-sasl-perl all 2.1600-3 [42.2 kB] #14 41.99 Get:393 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-magic all 2:0.4.27-1 [13.3 kB] #13 38.57 Selecting previously unselected package libregexp-pattern-license-perl. #13 38.58 Preparing to unpack .../279-libregexp-pattern-license-perl_3.0.31-4_all.deb ... #13 38.58 Unpacking libregexp-pattern-license-perl (3.0.31-4) ... #13 38.61 Selecting previously unselected package libsasl2-modules:amd64. #13 38.62 Preparing to unpack .../280-libsasl2-modules_2.1.27+dfsg-1+deb10u2_amd64.deb ... #13 38.62 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u2) ... #13 38.68 Selecting previously unselected package libsereal-decoder-perl. #13 38.68 Preparing to unpack .../281-libsereal-decoder-perl_4.005+ds-1+b1_amd64.deb ... #13 38.68 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ... #13 38.72 Selecting previously unselected package libsereal-encoder-perl. #13 38.72 Preparing to unpack .../282-libsereal-encoder-perl_4.005+ds-1+b1_amd64.deb ... #13 38.73 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ... #13 38.76 Selecting previously unselected package libsereal-perl. #13 38.77 Preparing to unpack .../283-libsereal-perl_4.005-1_all.deb ... #13 38.77 Unpacking libsereal-perl (4.005-1) ... #13 38.80 Selecting previously unselected package libtask-weaken-perl. #14 34.03 Get:211 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dput all 1.0.3ubuntu1.1 [42.0 kB] #14 34.22 Get:212 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl3-gnutls arm64 7.68.0-1ubuntu2.21 [214 kB] #13 35.47 Preparing to unpack .../237-libhtml-form-perl_6.03-1_all.deb ... #13 35.47 Unpacking libhtml-form-perl (6.03-1) ... #13 35.51 Selecting previously unselected package libhtml-format-perl. #13 35.51 Preparing to unpack .../238-libhtml-format-perl_2.12-1_all.deb ... #13 35.51 Unpacking libhtml-format-perl (2.12-1) ... #13 35.55 Selecting previously unselected package libhttp-daemon-perl. #13 35.55 Preparing to unpack .../239-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ... #13 35.56 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ... #13 35.59 Selecting previously unselected package libstruct-dumb-perl. #13 35.60 Preparing to unpack .../240-libstruct-dumb-perl_0.09-1_all.deb ... #13 35.60 Unpacking libstruct-dumb-perl (0.09-1) ... #13 35.66 Selecting previously unselected package libio-async-perl. #13 35.66 Preparing to unpack .../241-libio-async-perl_0.72-1_all.deb ... #13 35.66 Unpacking libio-async-perl (0.72-1) ... #13 35.71 Selecting previously unselected package libio-sessiondata-perl. #13 36.09 Preparing to unpack .../209-libdevel-stacktrace-perl_2.0400-1_all.deb ... #13 36.09 Unpacking libdevel-stacktrace-perl (2.0400-1) ... #13 36.13 Selecting previously unselected package libexception-class-perl. #13 36.13 Preparing to unpack .../210-libexception-class-perl_1.44-1_all.deb ... #13 36.13 Unpacking libexception-class-perl (1.44-1) ... #13 36.16 Selecting previously unselected package libiterator-perl. #13 36.17 Preparing to unpack .../211-libiterator-perl_0.03+ds1-1.1_all.deb ... #13 36.17 Unpacking libiterator-perl (0.03+ds1-1.1) ... #13 36.20 Selecting previously unselected package libiterator-util-perl. #13 36.20 Preparing to unpack .../212-libiterator-util-perl_0.02+ds1-1.1_all.deb ... #13 36.21 Unpacking libiterator-util-perl (0.02+ds1-1.1) ... #13 36.23 Selecting previously unselected package libexporter-tiny-perl. #13 36.24 Preparing to unpack .../213-libexporter-tiny-perl_1.002002-1_all.deb ... #13 36.24 Unpacking libexporter-tiny-perl (1.002002-1) ... #13 36.27 Selecting previously unselected package liblist-moreutils-xs-perl. #13 36.27 Preparing to unpack .../214-liblist-moreutils-xs-perl_0.430-2_amd64.deb ... #13 36.28 Unpacking liblist-moreutils-xs-perl (0.430-2) ... #13 36.31 Selecting previously unselected package liblist-moreutils-perl. #13 36.31 Preparing to unpack .../215-liblist-moreutils-perl_0.430-2_all.deb ... #13 36.32 Unpacking liblist-moreutils-perl (0.430-2) ... #13 36.35 Selecting previously unselected package libdata-dpath-perl. #13 36.35 Preparing to unpack .../216-libdata-dpath-perl_0.58-1_all.deb ... #13 36.35 Unpacking libdata-dpath-perl (0.58-1) ... #13 36.39 Selecting previously unselected package libdata-dump-perl. #13 36.39 Preparing to unpack .../217-libdata-dump-perl_1.23-1.1_all.deb ... #13 36.40 Unpacking libdata-dump-perl (1.23-1.1) ... #13 36.43 Selecting previously unselected package libdata-messagepack-perl. #13 40.93 Selecting previously unselected package mysql-common. #13 40.93 Preparing to unpack .../251-mysql-common_5.8+1.0.5_all.deb ... #13 40.94 Unpacking mysql-common (5.8+1.0.5) ... #13 40.99 Selecting previously unselected package mariadb-common. #13 40.99 Preparing to unpack .../252-mariadb-common_1%3a10.3.39-0+deb10u1_all.deb ... #13 41.00 Unpacking mariadb-common (1:10.3.39-0+deb10u1) ... #13 41.06 Selecting previously unselected package libmariadb3:armhf. #13 41.06 Preparing to unpack .../253-libmariadb3_1%3a10.3.39-0+deb10u1_armhf.deb ... #13 41.07 Unpacking libmariadb3:armhf (1:10.3.39-0+deb10u1) ... #13 41.12 Selecting previously unselected package libpython2.7-minimal:armhf. #14 35.31 Preparing to unpack .../325-libstring-escape-perl_2010.002-3_all.deb ... #14 35.32 Unpacking libstring-escape-perl (2010.002-3) ... #14 35.34 Selecting previously unselected package libstring-license-perl. #14 35.35 Preparing to unpack .../326-libstring-license-perl_0.0.2-1ubuntu2_all.deb ... #14 35.35 Unpacking libstring-license-perl (0.0.2-1ubuntu2) ... #14 35.38 Selecting previously unselected package libstring-shellquote-perl. #14 35.38 Preparing to unpack .../327-libstring-shellquote-perl_1.04-3_all.deb ... #14 35.39 Unpacking libstring-shellquote-perl (1.04-3) ... #14 35.42 Selecting previously unselected package libsyntax-keyword-try-perl. #14 35.42 Preparing to unpack .../328-libsyntax-keyword-try-perl_0.28-1_amd64.deb ... #14 35.42 Unpacking libsyntax-keyword-try-perl (0.28-1) ... #14 35.45 Selecting previously unselected package libterm-readkey-perl. #14 35.46 Preparing to unpack .../329-libterm-readkey-perl_2.38-2build1_amd64.deb ... #14 35.46 Unpacking libterm-readkey-perl (2.38-2build1) ... #14 35.49 Selecting previously unselected package libtext-levenshteinxs-perl. #14 35.49 Preparing to unpack .../330-libtext-levenshteinxs-perl_0.03-5build1_amd64.deb ... #14 35.50 Unpacking libtext-levenshteinxs-perl (0.03-5build1) ... #14 35.53 Selecting previously unselected package libtext-markdown-discount-perl. #20 6.672 + apt-get install --no-install-recommends -y gcc-mingw-w64-x86-64 pkg-config-mingw-w64-x86-64 #20 6.677 Reading package lists... #20 7.186 Building dependency tree... #20 7.296 Reading state information... #20 7.416 The following additional packages will be installed: #20 7.417 binutils-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix #20 7.417 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 #20 7.418 gcc-mingw-w64-x86-64-win32-runtime mingw-w64-common mingw-w64-x86-64-dev #20 7.418 Suggested packages: #20 7.418 gcc-12-locales wine64 #20 7.476 The following NEW packages will be installed: #20 7.476 binutils-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 #20 7.476 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime #20 7.477 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime #20 7.477 mingw-w64-common mingw-w64-tools mingw-w64-x86-64-dev #20 7.748 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. #20 7.748 Need to get 101 MB of archives. #20 7.748 After this operation, 538 MB of additional disk space will be used. #20 7.748 Get:1 http://deb.debian.org/debian bookworm/main amd64 binutils-mingw-w64-x86-64 amd64 2.40-2+10.4 [3198 kB] #20 7.821 Get:2 http://deb.debian.org/debian bookworm/main amd64 gcc-mingw-w64-base amd64 12.2.0-14+25.2 [186 kB] #20 7.823 Get:3 http://deb.debian.org/debian bookworm/main amd64 mingw-w64-common all 10.0.0-3 [5169 kB] #20 7.906 Get:4 http://deb.debian.org/debian bookworm/main amd64 mingw-w64-x86-64-dev all 10.0.0-3 [3552 kB] #14 33.01 Get:245 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libcapture-tiny-perl all 0.48-2 [20.2 kB] #14 33.02 Get:246 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libcgi-pm-perl all 4.57-1 [189 kB] #14 33.12 Get:247 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfcgi0ldbl arm64 2.4.2-2build2 [28.0 kB] #14 42.86 Preparing to unpack .../089-libgcc-9-dev_9.4.0-1ubuntu1~20.04.2_armhf.deb ... #14 42.86 Unpacking libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.2) ... #14 43.06 Selecting previously unselected package gcc-9. #14 43.06 Preparing to unpack .../090-gcc-9_9.4.0-1ubuntu1~20.04.2_armhf.deb ... #14 43.07 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.2) ... #14 30.69 Get:221 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libjbig0 arm64 2.1-3.1ubuntu0.22.04.1 [29.1 kB] #14 37.16 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.6_all.deb ... #14 37.16 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.6) ... #14 37.20 Selecting previously unselected package tzdata. #14 37.20 Preparing to unpack .../022-tzdata_2023d-0ubuntu0.20.04_all.deb ... #14 37.21 Unpacking tzdata (2023d-0ubuntu0.20.04) ... #14 37.40 Selecting previously unselected package libicu66:amd64. #14 37.40 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_amd64.deb ... #14 37.41 Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ... #14 31.02 Preparing to unpack .../336-libxml-parser-perl_2.46-3build1_amd64.deb ... #14 31.03 Unpacking libxml-parser-perl:amd64 (2.46-3build1) ... #14 31.07 Selecting previously unselected package libxml-sax-expat-perl. #14 31.08 Preparing to unpack .../337-libxml-sax-expat-perl_0.51-1_all.deb ... #14 31.08 Unpacking libxml-sax-expat-perl (0.51-1) ... #14 31.11 Selecting previously unselected package libyaml-libyaml-perl. #14 31.11 Preparing to unpack .../338-libyaml-libyaml-perl_0.83+ds-1build1_amd64.deb ... #14 31.12 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ... #14 31.15 Selecting previously unselected package licensecheck. #14 31.15 Preparing to unpack .../339-licensecheck_3.2.14-2_all.deb ... #14 31.16 Unpacking licensecheck (3.2.14-2) ... #14 31.19 Selecting previously unselected package libdevel-size-perl. #14 31.19 Preparing to unpack .../340-libdevel-size-perl_0.83-1build4_amd64.deb ... #14 31.20 Unpacking libdevel-size-perl (0.83-1build4) ... #14 31.23 Selecting previously unselected package libipc-run3-perl. #13 35.87 Preparing to unpack .../254-libglib2.0-data_2.66.8-1_all.deb ... #13 35.88 Unpacking libglib2.0-data (2.66.8-1) ... #13 36.02 Selecting previously unselected package libgpm2:arm64. #13 36.02 Preparing to unpack .../255-libgpm2_1.20.7-8_arm64.deb ... #13 36.03 Unpacking libgpm2:arm64 (1.20.7-8) ... #13 36.06 Selecting previously unselected package libhash-fieldhash-perl. #13 36.06 Preparing to unpack .../256-libhash-fieldhash-perl_0.15-1+b3_arm64.deb ... #13 36.06 Unpacking libhash-fieldhash-perl (0.15-1+b3) ... #13 36.10 Selecting previously unselected package libhtml-form-perl. #13 36.10 Preparing to unpack .../257-libhtml-form-perl_6.07-1_all.deb ... #13 36.10 Unpacking libhtml-form-perl (6.07-1) ... #13 36.13 Selecting previously unselected package libhtml-format-perl. #13 42.88 Preparing to unpack .../268-libio-prompter-perl_0.004015-2_all.deb ... #13 42.88 Unpacking libio-prompter-perl (0.004015-2) ... #13 42.92 Selecting previously unselected package libjson-perl. #13 42.92 Preparing to unpack .../269-libjson-perl_4.10000-1_all.deb ... #13 42.93 Unpacking libjson-perl (4.10000-1) ... #13 43.05 Selecting previously unselected package liblog-any-perl. #13 43.05 Preparing to unpack .../270-liblog-any-perl_1.713-1_all.deb ... #13 43.05 Unpacking liblog-any-perl (1.713-1) ... #13 43.10 Selecting previously unselected package liblog-any-adapter-screen-perl. #13 43.10 Preparing to unpack .../271-liblog-any-adapter-screen-perl_0.140-2_all.deb ... #13 43.10 Unpacking liblog-any-adapter-screen-perl (0.140-2) ... #13 43.14 Selecting previously unselected package libpackage-stash-perl. #13 43.14 Preparing to unpack .../272-libpackage-stash-perl_0.40-1_all.deb ... #13 43.14 Unpacking libpackage-stash-perl (0.40-1) ... #13 43.18 Selecting previously unselected package libsub-identify-perl. #13 43.18 Preparing to unpack .../273-libsub-identify-perl_0.14-3_armhf.deb ... #13 43.19 Unpacking libsub-identify-perl (0.14-3) ... #13 43.22 Selecting previously unselected package libsub-name-perl:armhf. #13 43.23 Preparing to unpack .../274-libsub-name-perl_0.26-2+b1_armhf.deb ... #13 43.23 Unpacking libsub-name-perl:armhf (0.26-2+b1) ... #13 43.27 Selecting previously unselected package libnamespace-clean-perl. #14 extracting sha256:1c74526957fc2157e8b0989072dc99b9582b398c12d1dcd40270fd76231bab0c 0.4s done #14 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 0.1s #14 32.82 Preparing to unpack .../227-libdata-optlist-perl_0.114-1_all.deb ... #14 32.83 Unpacking libdata-optlist-perl (0.114-1) ... #14 32.87 Selecting previously unselected package libsub-exporter-perl. #14 32.87 Preparing to unpack .../228-libsub-exporter-perl_0.990-1_all.deb ... #14 32.88 Unpacking libsub-exporter-perl (0.990-1) ... #14 32.93 Selecting previously unselected package libconst-fast-perl. #14 32.93 Preparing to unpack .../229-libconst-fast-perl_0.014-2_all.deb ... #14 32.94 Unpacking libconst-fast-perl (0.014-2) ... #14 32.97 Selecting previously unselected package libwant-perl. #14 32.98 Preparing to unpack .../230-libwant-perl_0.29-2build1_amd64.deb ... #14 32.98 Unpacking libwant-perl (0.29-2build1) ... #14 33.03 Selecting previously unselected package libcontextual-return-perl. #14 33.03 Preparing to unpack .../231-libcontextual-return-perl_0.004014-4_all.deb ... #14 33.05 Unpacking libcontextual-return-perl (0.004014-4) ... #13 33.34 Selecting previously unselected package libhtml-parser-perl:armhf. #13 33.35 Preparing to unpack .../091-libhtml-parser-perl_3.81-1_armhf.deb ... #13 33.35 Unpacking libhtml-parser-perl:armhf (3.81-1) ... #13 33.40 Selecting previously unselected package libhtml-tree-perl. #13 33.40 Preparing to unpack .../092-libhtml-tree-perl_5.07-3_all.deb ... #13 33.40 Unpacking libhtml-tree-perl (5.07-3) ... #13 33.46 Selecting previously unselected package libclone-perl:armhf. #13 33.46 Preparing to unpack .../093-libclone-perl_0.46-1_armhf.deb ... #13 33.46 Unpacking libclone-perl:armhf (0.46-1) ... #13 33.50 Selecting previously unselected package libio-html-perl. #13 35.40 Preparing to unpack .../276-liblog-any-perl_1.713-1_all.deb ... #13 35.40 Unpacking liblog-any-perl (1.713-1) ... #13 35.46 Selecting previously unselected package liblog-any-adapter-screen-perl. #13 35.46 Preparing to unpack .../277-liblog-any-adapter-screen-perl_0.140-2_all.deb ... #13 35.47 Unpacking liblog-any-adapter-screen-perl (0.140-2) ... #13 35.50 Selecting previously unselected package libpackage-stash-perl. #13 35.50 Preparing to unpack .../278-libpackage-stash-perl_0.40-1_all.deb ... #13 35.50 Unpacking libpackage-stash-perl (0.40-1) ... #13 35.58 Selecting previously unselected package libsub-identify-perl. #13 35.59 Preparing to unpack .../279-libsub-identify-perl_0.14-3_arm64.deb ... #13 35.59 Unpacking libsub-identify-perl (0.14-3) ... #13 35.62 Selecting previously unselected package libsub-name-perl:arm64. #13 39.62 Preparing to unpack .../285-libgitlab-api-v4-perl_0.26-3_all.deb ... #13 39.63 Unpacking libgitlab-api-v4-perl (0.26-3) ... #13 39.68 Selecting previously unselected package libglib2.0-0:amd64. #13 39.68 Preparing to unpack .../286-libglib2.0-0_2.74.6-2_amd64.deb ... #13 39.69 Unpacking libglib2.0-0:amd64 (2.74.6-2) ... #13 39.83 Selecting previously unselected package libglib2.0-data. #13 39.83 Preparing to unpack .../287-libglib2.0-data_2.74.6-2_all.deb ... #13 39.83 Unpacking libglib2.0-data (2.74.6-2) ... #13 39.98 Selecting previously unselected package libgpm2:amd64. #13 38.80 Preparing to unpack .../284-libtask-weaken-perl_1.06-1_all.deb ... #13 38.81 Unpacking libtask-weaken-perl (1.06-1) ... #13 38.84 Selecting previously unselected package libxml-parser-perl. #13 38.84 Preparing to unpack .../285-libxml-parser-perl_2.44-4_amd64.deb ... #13 38.84 Unpacking libxml-parser-perl (2.44-4) ... #13 38.90 Selecting previously unselected package libsoap-lite-perl. #13 38.90 Preparing to unpack .../286-libsoap-lite-perl_1.27-1_all.deb ... #13 38.91 Unpacking libsoap-lite-perl (1.27-1) ... #13 38.96 Selecting previously unselected package libsort-key-perl. #13 38.96 Preparing to unpack .../287-libsort-key-perl_1.33-2+b1_amd64.deb ... #13 38.97 Unpacking libsort-key-perl (1.33-2+b1) ... #13 39.00 Selecting previously unselected package libstring-copyright-perl. #13 39.00 Preparing to unpack .../288-libstring-copyright-perl_0.003006-1_all.deb ... #13 39.00 Unpacking libstring-copyright-perl (0.003006-1) ... #14 42.18 debconf: delaying package configuration, since apt-utils is not installed #14 42.23 Fetched 135 MB in 34s (3940 kB/s) #14 42.24 Selecting previously unselected package liblocale-gettext-perl. #14 42.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4319 files and directories currently installed.) #14 42.25 Preparing to unpack .../liblocale-gettext-perl_1.07-6_armhf.deb ... #14 42.25 Unpacking liblocale-gettext-perl (1.07-6) ... #14 42.30 Selecting previously unselected package libssl3:armhf. #14 42.30 Preparing to unpack .../libssl3_3.0.10-1ubuntu2.1_armhf.deb ... #14 42.31 Unpacking libssl3:armhf (3.0.10-1ubuntu2.1) ... #14 42.37 Selecting previously unselected package libpython3.11-minimal:armhf. #13 35.72 Preparing to unpack .../242-libio-sessiondata-perl_1.03-1_all.deb ... #13 35.72 Unpacking libio-sessiondata-perl (1.03-1) ... #13 35.75 Selecting previously unselected package libio-string-perl. #13 35.75 Preparing to unpack .../243-libio-string-perl_1.08-3_all.deb ... #13 35.76 Unpacking libio-string-perl (1.08-3) ... #13 35.82 Selecting previously unselected package libtypes-serialiser-perl. #13 35.82 Preparing to unpack .../244-libtypes-serialiser-perl_1.0-1_all.deb ... #13 35.83 Unpacking libtypes-serialiser-perl (1.0-1) ... #13 35.86 Selecting previously unselected package libjson-xs-perl. #13 35.86 Preparing to unpack .../245-libjson-xs-perl_3.040-1+b1_arm64.deb ... #13 35.87 Unpacking libjson-xs-perl (3.040-1+b1) ... #13 35.91 Selecting previously unselected package liblzo2-2:arm64. #13 35.91 Preparing to unpack .../246-liblzo2-2_2.10-0.1_arm64.deb ... #13 35.92 Unpacking liblzo2-2:arm64 (2.10-0.1) ... #13 35.96 Selecting previously unselected package libkyotocabinet16v5:arm64. #13 35.96 Preparing to unpack .../247-libkyotocabinet16v5_1.2.76-4.2+b1_arm64.deb ... #13 35.96 Unpacking libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ... #13 36.01 Selecting previously unselected package liblist-compare-perl. #13 36.01 Preparing to unpack .../248-liblist-compare-perl_0.53-1_all.deb ... #13 36.02 Unpacking liblist-compare-perl (0.53-1) ... #13 36.05 Selecting previously unselected package liblist-moreutils-perl. #13 36.06 Preparing to unpack .../249-liblist-moreutils-perl_0.416-1+b4_arm64.deb ... #13 36.06 Unpacking liblist-moreutils-perl (0.416-1+b4) ... #13 36.43 Preparing to unpack .../218-libdata-messagepack-perl_1.00-4+b1_amd64.deb ... #13 36.44 Unpacking libdata-messagepack-perl (1.00-4+b1) ... #13 36.48 Selecting previously unselected package libnet-domain-tld-perl. #13 36.48 Preparing to unpack .../219-libnet-domain-tld-perl_1.75-1.1_all.deb ... #13 36.49 Unpacking libnet-domain-tld-perl (1.75-1.1) ... #13 36.52 Selecting previously unselected package libdata-validate-domain-perl. #13 36.52 Preparing to unpack .../220-libdata-validate-domain-perl_0.10-1.1_all.deb ... #13 36.53 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #13 36.56 Selecting previously unselected package libdevel-size-perl. #13 36.56 Preparing to unpack .../221-libdevel-size-perl_0.83-1+b2_amd64.deb ... #13 36.56 Unpacking libdevel-size-perl (0.83-1+b2) ... #13 36.59 Selecting previously unselected package libdistro-info-perl. #13 36.60 Preparing to unpack .../222-libdistro-info-perl_1.0_all.deb ... #13 36.60 Unpacking libdistro-info-perl (1.0) ... #13 36.63 Selecting previously unselected package libemail-address-xs-perl. #13 36.63 Preparing to unpack .../223-libemail-address-xs-perl_1.04-1+b3_amd64.deb ... #13 36.63 Unpacking libemail-address-xs-perl (1.04-1+b3) ... #13 36.67 Selecting previously unselected package libfcgi0ldbl:amd64. #13 41.12 Preparing to unpack .../254-libpython2.7-minimal_2.7.16-2+deb10u3_armhf.deb ... #13 41.12 Unpacking libpython2.7-minimal:armhf (2.7.16-2+deb10u3) ... #13 41.20 Selecting previously unselected package libpython2.7-stdlib:armhf. #13 41.21 Preparing to unpack .../255-libpython2.7-stdlib_2.7.16-2+deb10u3_armhf.deb ... #13 41.21 Unpacking libpython2.7-stdlib:armhf (2.7.16-2+deb10u3) ... #13 41.41 Selecting previously unselected package libpython2.7:armhf. #14 35.53 Preparing to unpack .../331-libtext-markdown-discount-perl_0.16-1_amd64.deb ... #14 35.54 Unpacking libtext-markdown-discount-perl (0.16-1) ... #14 35.57 Selecting previously unselected package libtext-xslate-perl:amd64. #14 35.57 Preparing to unpack .../332-libtext-xslate-perl_3.5.9-1build2_amd64.deb ... #14 35.58 Unpacking libtext-xslate-perl:amd64 (3.5.9-1build2) ... #14 35.61 Selecting previously unselected package libtime-duration-perl. #14 35.61 Preparing to unpack .../333-libtime-duration-perl_1.21-2_all.deb ... #14 35.62 Unpacking libtime-duration-perl (1.21-2) ... #14 35.68 Selecting previously unselected package libtime-moment-perl. #14 35.68 Preparing to unpack .../334-libtime-moment-perl_0.44-2build1_amd64.deb ... #14 35.68 Unpacking libtime-moment-perl (0.44-2build1) ... #14 35.73 Selecting previously unselected package libtype-tiny-xs-perl:amd64. #14 35.73 Preparing to unpack .../335-libtype-tiny-xs-perl_0.025-1_amd64.deb ... #14 35.74 Unpacking libtype-tiny-xs-perl:amd64 (0.025-1) ... #14 35.77 Selecting previously unselected package libunicode-utf8-perl. #14 35.77 Preparing to unpack .../336-libunicode-utf8-perl_0.62-2_amd64.deb ... #14 35.77 Unpacking libunicode-utf8-perl (0.62-2) ... #14 35.80 Selecting previously unselected package libwww-mechanize-perl. #20 7.963 Get:5 http://deb.debian.org/debian bookworm/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 12.2.0-14+25.2 [12.2 MB] #20 8.184 Get:6 http://deb.debian.org/debian bookworm/main amd64 gcc-mingw-w64-x86-64-posix amd64 12.2.0-14+25.2 [31.8 MB] #14 33.13 Get:248 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfcgi-perl arm64 0.82+ds-2 [20.9 kB] #14 33.13 Get:249 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] #14 33.14 Get:250 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libclass-data-inheritable-perl all 0.08-3 [8084 B] #14 33.14 Get:251 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libcommon-sense-perl arm64 3.75-3 [20.2 kB] #14 33.15 Get:252 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libconfig-tiny-perl all 2.29-1 [12.5 kB] #14 33.15 Get:253 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libparams-util-perl arm64 1.102-2 [20.9 kB] #14 39.69 Get:330 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpath-iterator-rule-perl all 1.015-2 [39.9 kB] #14 39.88 Get:331 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libperlio-gzip-perl armhf 0.20-1build1 [13.4 kB] #14 39.90 Get:332 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libperlio-utf8-strict-perl armhf 0.010-1 [10.6 kB] #14 39.91 Get:333 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpod-parser-perl all 1.65-1 [82.7 kB] #14 40.03 Get:334 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpod-constants-perl all 0.19-2 [16.3 kB] #14 40.04 Get:335 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libproc-processtable-perl armhf 0.634-1build2 [36.4 kB] #14 40.06 Get:336 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libre2-10 armhf 20230201-1 [165 kB] #14 30.85 Get:222 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libwebp7 arm64 1.2.2-2ubuntu0.22.04.2 [193 kB] #14 31.93 Get:220 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB] #14 31.93 Get:221 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libalgorithm-diff-xs-perl arm64 0.04-8 [11.0 kB] #14 31.93 Get:222 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libalgorithm-merge-perl all 0.08-5 [11.4 kB] #14 31.94 Get:223 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libaliased-perl all 0.34-3 [12.8 kB] #14 31.94 Get:224 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libapt-pkg-perl arm64 0.1.40build3 [68.8 kB] #14 31.94 Get:225 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libarchive-cpio-perl all 0.10-3 [10.3 kB] #14 31.94 Get:226 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libarray-intspan-perl all 2.004-2 [25.0 kB] #14 31.94 Get:227 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmodule-implementation-perl all 0.09-2 [12.0 kB] #14 31.94 Get:228 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsub-exporter-progressive-perl all 0.001013-3 [6718 B] #14 32.01 Get:229 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libvariable-magic-perl arm64 0.63-1 [34.2 kB] #14 31.24 Preparing to unpack .../341-libipc-run3-perl_0.048-2_all.deb ... #14 31.24 Unpacking libipc-run3-perl (0.048-2) ... #14 31.29 Selecting previously unselected package lzip. #14 31.29 Preparing to unpack .../342-lzip_1.23-1_amd64.deb ... #14 31.29 Unpacking lzip (1.23-1) ... #14 31.32 Selecting previously unselected package lzop. #14 31.33 Preparing to unpack .../343-lzop_1.04-2build2_amd64.deb ... #14 31.33 Unpacking lzop (1.04-2build2) ... #14 31.39 Selecting previously unselected package t1utils. #14 31.39 Preparing to unpack .../344-t1utils_1.41-4build2_amd64.deb ... #14 31.40 Unpacking t1utils (1.41-4build2) ... #14 31.44 Selecting previously unselected package unzip. #14 31.44 Preparing to unpack .../345-unzip_6.0-26ubuntu3.1_amd64.deb ... #14 31.44 Unpacking unzip (6.0-26ubuntu3.1) ... #14 31.49 Selecting previously unselected package lintian. #14 31.49 Preparing to unpack .../346-lintian_2.114.0ubuntu1.3_all.deb ... #13 43.27 Preparing to unpack .../275-libnamespace-clean-perl_0.27-2_all.deb ... #13 43.28 Unpacking libnamespace-clean-perl (0.27-2) ... #13 43.31 Selecting previously unselected package libpath-tiny-perl. #13 43.31 Preparing to unpack .../276-libpath-tiny-perl_0.144-1_all.deb ... #13 43.32 Unpacking libpath-tiny-perl (0.144-1) ... #13 43.36 Selecting previously unselected package libstrictures-perl. #13 43.36 Preparing to unpack .../277-libstrictures-perl_2.000006-1_all.deb ... #13 43.36 Unpacking libstrictures-perl (2.000006-1) ... #13 43.40 Selecting previously unselected package libtype-tiny-perl. #13 43.40 Preparing to unpack .../278-libtype-tiny-perl_2.002001-1_all.deb ... #13 43.41 Unpacking libtype-tiny-perl (2.002001-1) ... #13 43.48 Selecting previously unselected package libgitlab-api-v4-perl. #13 43.48 Preparing to unpack .../279-libgitlab-api-v4-perl_0.26-3_all.deb ... #13 43.48 Unpacking libgitlab-api-v4-perl (0.26-3) ... #13 43.54 Selecting previously unselected package libglib2.0-0:armhf. #14 33.09 Selecting previously unselected package libcpanel-json-xs-perl:amd64. #14 33.09 Preparing to unpack .../232-libcpanel-json-xs-perl_4.37-1_amd64.deb ... #14 33.10 Unpacking libcpanel-json-xs-perl:amd64 (4.37-1) ... #14 33.15 Selecting previously unselected package libdevel-stacktrace-perl. #14 33.15 Preparing to unpack .../233-libdevel-stacktrace-perl_2.0400-2_all.deb ... #14 33.16 Unpacking libdevel-stacktrace-perl (2.0400-2) ... #14 33.20 Selecting previously unselected package libexception-class-perl. #14 33.20 Preparing to unpack .../234-libexception-class-perl_1.45-1_all.deb ... #14 33.21 Unpacking libexception-class-perl (1.45-1) ... #14 33.25 Selecting previously unselected package libiterator-perl. #14 33.25 Preparing to unpack .../235-libiterator-perl_0.03+ds1-2_all.deb ... #13 33.51 Preparing to unpack .../094-libio-html-perl_1.004-3_all.deb ... #13 33.51 Unpacking libio-html-perl (1.004-3) ... #13 33.55 Selecting previously unselected package liblwp-mediatypes-perl. #13 33.56 Preparing to unpack .../095-liblwp-mediatypes-perl_6.04-2_all.deb ... #13 33.56 Unpacking liblwp-mediatypes-perl (6.04-2) ... #13 33.60 Selecting previously unselected package libhttp-message-perl. #13 33.60 Preparing to unpack .../096-libhttp-message-perl_6.44-1_all.deb ... #13 33.61 Unpacking libhttp-message-perl (6.44-1) ... #13 33.66 Selecting previously unselected package libhttp-cookies-perl. #13 33.66 Preparing to unpack .../097-libhttp-cookies-perl_6.10-1_all.deb ... #13 33.66 Unpacking libhttp-cookies-perl (6.10-1) ... #13 33.71 Selecting previously unselected package libhttp-negotiate-perl. #13 33.71 Preparing to unpack .../098-libhttp-negotiate-perl_6.01-2_all.deb ... #13 33.71 Unpacking libhttp-negotiate-perl (6.01-2) ... #13 33.75 Selecting previously unselected package perl-openssl-defaults:armhf. #13 33.75 Preparing to unpack .../099-perl-openssl-defaults_7+b1_armhf.deb ... #13 33.76 Unpacking perl-openssl-defaults:armhf (7+b1) ... #13 33.80 Selecting previously unselected package libnet-ssleay-perl:armhf. #13 33.81 Preparing to unpack .../100-libnet-ssleay-perl_1.92-2+b2_armhf.deb ... #13 39.99 Preparing to unpack .../288-libgpm2_1.20.7-10+b1_amd64.deb ... #13 39.99 Unpacking libgpm2:amd64 (1.20.7-10+b1) ... #13 40.02 Selecting previously unselected package libhtml-form-perl. #13 40.02 Preparing to unpack .../289-libhtml-form-perl_6.11-1_all.deb ... #13 40.02 Unpacking libhtml-form-perl (6.11-1) ... #13 40.06 Selecting previously unselected package libhtml-format-perl. #13 40.06 Preparing to unpack .../290-libhtml-format-perl_2.16-2_all.deb ... #13 40.06 Unpacking libhtml-format-perl (2.16-2) ... #13 40.09 Selecting previously unselected package libhtml-html5-entities-perl. #13 40.10 Preparing to unpack .../291-libhtml-html5-entities-perl_0.004-3_all.deb ... #13 40.10 Unpacking libhtml-html5-entities-perl (0.004-3) ... #13 40.13 Selecting previously unselected package libhtml-tokeparser-simple-perl. #13 40.13 Preparing to unpack .../292-libhtml-tokeparser-simple-perl_3.16-4_all.deb ... #13 40.14 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ... #13 40.17 Selecting previously unselected package libhttp-daemon-perl. #13 40.17 Preparing to unpack .../293-libhttp-daemon-perl_6.16-1_all.deb ... #13 40.17 Unpacking libhttp-daemon-perl (6.16-1) ... #13 40.20 Selecting previously unselected package libio-interactive-perl. #13 35.62 Preparing to unpack .../280-libsub-name-perl_0.26-2+b1_arm64.deb ... #13 35.63 Unpacking libsub-name-perl:arm64 (0.26-2+b1) ... #13 35.66 Selecting previously unselected package libnamespace-clean-perl. #13 35.67 Preparing to unpack .../281-libnamespace-clean-perl_0.27-2_all.deb ... #13 35.67 Unpacking libnamespace-clean-perl (0.27-2) ... #13 35.70 Selecting previously unselected package libpath-tiny-perl. #13 35.70 Preparing to unpack .../282-libpath-tiny-perl_0.144-1_all.deb ... #13 35.70 Unpacking libpath-tiny-perl (0.144-1) ... #13 35.74 Selecting previously unselected package libstrictures-perl. #13 35.74 Preparing to unpack .../283-libstrictures-perl_2.000006-1_all.deb ... #13 35.74 Unpacking libstrictures-perl (2.000006-1) ... #13 35.77 Selecting previously unselected package libtype-tiny-perl. #13 35.78 Preparing to unpack .../284-libtype-tiny-perl_2.002001-1_all.deb ... #13 35.78 Unpacking libtype-tiny-perl (2.002001-1) ... #13 35.84 Selecting previously unselected package libgitlab-api-v4-perl. #13 35.84 Preparing to unpack .../285-libgitlab-api-v4-perl_0.26-3_all.deb ... #13 39.04 Selecting previously unselected package libstring-escape-perl. #13 39.04 Preparing to unpack .../289-libstring-escape-perl_2010.002-2_all.deb ... #13 39.04 Unpacking libstring-escape-perl (2010.002-2) ... #13 39.07 Selecting previously unselected package libstring-shellquote-perl. #13 39.07 Preparing to unpack .../290-libstring-shellquote-perl_1.04-1_all.deb ... #13 39.08 Unpacking libstring-shellquote-perl (1.04-1) ... #13 39.11 Selecting previously unselected package libterm-readkey-perl. #13 39.11 Preparing to unpack .../291-libterm-readkey-perl_2.38-1_amd64.deb ... #13 39.12 Unpacking libterm-readkey-perl (2.38-1) ... #13 39.15 Selecting previously unselected package libtest-fatal-perl. #13 39.15 Preparing to unpack .../292-libtest-fatal-perl_0.014-1_all.deb ... #13 39.16 Unpacking libtest-fatal-perl (0.014-1) ... #13 39.19 Selecting previously unselected package libtest-refcount-perl. #13 39.19 Preparing to unpack .../293-libtest-refcount-perl_0.08-3_all.deb ... #13 39.19 Unpacking libtest-refcount-perl (0.08-3) ... #13 39.23 Selecting previously unselected package libtext-levenshtein-perl. #14 42.37 Preparing to unpack .../libpython3.11-minimal_3.11.6-3_armhf.deb ... #14 42.37 Unpacking libpython3.11-minimal:armhf (3.11.6-3) ... #14 42.47 Selecting previously unselected package libexpat1:armhf. #14 42.47 Preparing to unpack .../libexpat1_2.5.0-2_armhf.deb ... #14 42.48 Unpacking libexpat1:armhf (2.5.0-2) ... #14 42.51 Selecting previously unselected package python3.11-minimal. #14 42.51 Preparing to unpack .../python3.11-minimal_3.11.6-3_armhf.deb ... #14 42.52 Unpacking python3.11-minimal (3.11.6-3) ... #14 42.59 Setting up libssl3:armhf (3.0.10-1ubuntu2.1) ... #14 42.67 Setting up libpython3.11-minimal:armhf (3.11.6-3) ... #14 42.69 Setting up libexpat1:armhf (2.5.0-2) ... #13 36.13 Preparing to unpack .../258-libhtml-format-perl_2.12-1.1_all.deb ... #13 36.14 Unpacking libhtml-format-perl (2.12-1.1) ... #13 36.17 Selecting previously unselected package libhtml-html5-entities-perl. #13 36.17 Preparing to unpack .../259-libhtml-html5-entities-perl_0.004-1.1_all.deb ... #13 36.18 Unpacking libhtml-html5-entities-perl (0.004-1.1) ... #13 36.20 Selecting previously unselected package libhttp-daemon-perl. #13 36.21 Preparing to unpack .../260-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ... #13 36.21 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ... #13 36.24 Selecting previously unselected package libio-sessiondata-perl. #13 36.24 Preparing to unpack .../261-libio-sessiondata-perl_1.03-1.1_all.deb ... #13 36.24 Unpacking libio-sessiondata-perl (1.03-1.1) ... #13 36.31 Selecting previously unselected package libipc-run3-perl. #13 36.31 Preparing to unpack .../262-libipc-run3-perl_0.048-2_all.deb ... #13 36.32 Unpacking libipc-run3-perl (0.048-2) ... #13 36.35 Selecting previously unselected package libtypes-serialiser-perl. #13 36.09 Selecting previously unselected package libltdl-dev:arm64. #13 36.10 Preparing to unpack .../250-libltdl-dev_2.4.6-9_arm64.deb ... #13 36.10 Unpacking libltdl-dev:arm64 (2.4.6-9) ... #13 36.30 Selecting previously unselected package libsys-hostname-long-perl. #13 36.67 Preparing to unpack .../224-libfcgi0ldbl_2.4.2-2_amd64.deb ... #13 36.68 Unpacking libfcgi0ldbl:amd64 (2.4.2-2) ... #13 36.70 Selecting previously unselected package libfcgi-bin. #13 36.71 Preparing to unpack .../225-libfcgi-bin_2.4.2-2_amd64.deb ... #13 36.71 Unpacking libfcgi-bin (2.4.2-2) ... #13 36.73 Selecting previously unselected package libfcgi-perl:amd64. #13 36.74 Preparing to unpack .../226-libfcgi-perl_0.79+ds-2_amd64.deb ... #13 36.74 Unpacking libfcgi-perl:amd64 (0.79+ds-2) ... #13 36.77 Selecting previously unselected package libipc-system-simple-perl. #13 36.77 Preparing to unpack .../227-libipc-system-simple-perl_1.30-1_all.deb ... #13 36.77 Unpacking libipc-system-simple-perl (1.30-1) ... #13 36.80 Selecting previously unselected package libfile-basedir-perl. #13 36.80 Preparing to unpack .../228-libfile-basedir-perl_0.08-1_all.deb ... #13 36.81 Unpacking libfile-basedir-perl (0.08-1) ... #13 36.84 Selecting previously unselected package libfile-chdir-perl. #13 36.85 Preparing to unpack .../229-libfile-chdir-perl_0.1008-1.1_all.deb ... #13 36.85 Unpacking libfile-chdir-perl (0.1008-1.1) ... #13 36.88 Selecting previously unselected package libfile-fcntllock-perl. #14 34.51 Get:213 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liberror-perl all 0.17029-1 [26.5 kB] #14 34.59 Get:214 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git-man all 1:2.25.1-1ubuntu3.11 [887 kB] #14 35.81 Preparing to unpack .../337-libwww-mechanize-perl_2.16-1_all.deb ... #14 35.82 Unpacking libwww-mechanize-perl (2.16-1) ... #14 35.85 Selecting previously unselected package libxml-namespacesupport-perl. #14 35.85 Preparing to unpack .../338-libxml-namespacesupport-perl_1.12-2_all.deb ... #14 35.86 Unpacking libxml-namespacesupport-perl (1.12-2) ... #14 35.88 Selecting previously unselected package libxml-sax-base-perl. #14 35.89 Preparing to unpack .../339-libxml-sax-base-perl_1.09-3_all.deb ... #14 35.89 Unpacking libxml-sax-base-perl (1.09-3) ... #14 35.93 Selecting previously unselected package libxml-sax-perl. #14 35.93 Preparing to unpack .../340-libxml-sax-perl_1.02+dfsg-3_all.deb ... #14 35.94 Unpacking libxml-sax-perl (1.02+dfsg-3) ... #14 35.98 Selecting previously unselected package libxml-libxml-perl. #14 35.98 Preparing to unpack .../341-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1build1_amd64.deb ... #14 35.98 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1build1) ... #14 36.02 Selecting previously unselected package libxml-parser-perl. #14 36.03 Preparing to unpack .../342-libxml-parser-perl_2.46-4_amd64.deb ... #14 36.03 Unpacking libxml-parser-perl (2.46-4) ... #14 36.07 Selecting previously unselected package libxml-sax-expat-perl. #14 36.08 Preparing to unpack .../343-libxml-sax-expat-perl_0.51-2_all.deb ... #14 36.08 Unpacking libxml-sax-expat-perl (0.51-2) ... #14 36.12 Selecting previously unselected package libyaml-libyaml-perl. #14 36.12 Preparing to unpack .../344-libyaml-libyaml-perl_0.86+ds-1_amd64.deb ... #14 36.12 Unpacking libyaml-libyaml-perl (0.86+ds-1) ... #14 36.16 Selecting previously unselected package licensecheck. #14 33.55 Get:254 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsub-install-perl all 0.929-1 [9764 B] #14 33.63 Get:255 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdata-optlist-perl all 0.114-1 [9708 B] #14 33.65 Get:256 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsub-exporter-perl all 0.990-1 [49.0 kB] #14 33.77 Get:257 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libconst-fast-perl all 0.014-2 [8034 B] #14 40.14 Get:337 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libre-engine-re2-perl armhf 0.17+ds-1 [17.6 kB] #14 40.15 Get:338 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libreadonly-perl all 2.050-3 [19.9 kB] #14 40.15 Get:339 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libref-util-perl all 0.204-2 [15.1 kB] #14 40.16 Get:340 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libref-util-xs-perl armhf 0.117-2build1 [11.6 kB] #13 41.41 Preparing to unpack .../256-libpython2.7_2.7.16-2+deb10u3_armhf.deb ... #13 41.41 Unpacking libpython2.7:armhf (2.7.16-2+deb10u3) ... #13 41.53 Selecting previously unselected package libmailutils5:armhf. #13 41.53 Preparing to unpack .../257-libmailutils5_1%3a3.5-4_armhf.deb ... #13 41.53 Unpacking libmailutils5:armhf (1:3.5-4) ... #13 41.61 Selecting previously unselected package libmime-tools-perl. #13 41.61 Preparing to unpack .../258-libmime-tools-perl_5.509-1_all.deb ... #13 41.62 Unpacking libmime-tools-perl (5.509-1) ... #13 41.67 Selecting previously unselected package libnet-dns-sec-perl. #14 31.05 Get:223 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtiff5 arm64 4.3.0-6ubuntu0.7 [181 kB] #14 31.12 Get:224 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libxpm4 arm64 1:3.5.12-1ubuntu0.22.04.2 [35.5 kB] #14 31.13 Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgd3 arm64 2.3.0-2ubuntu2 [126 kB] #14 31.16 Get:226 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc-devtools arm64 2.35-0ubuntu3.6 [27.6 kB] #14 43.63 Selecting previously unselected package gcc. #14 43.63 Preparing to unpack .../091-gcc_4%3a9.3.0-1ubuntu2_armhf.deb ... #14 43.64 Unpacking gcc (4:9.3.0-1ubuntu2) ... #14 43.67 Selecting previously unselected package libstdc++-9-dev:armhf. #14 43.67 Preparing to unpack .../092-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.2_armhf.deb ... #14 43.68 Unpacking libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.2) ... #14 32.40 Get:230 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libb-hooks-endofscope-perl all 0.26-1 [17.8 kB] #14 32.55 Get:231 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libberkeleydb-perl arm64 0.64-2 [123 kB] #14 31.50 Unpacking lintian (2.114.0ubuntu1.3) ... #14 31.78 Selecting previously unselected package manpages-dev. #13 43.54 Preparing to unpack .../280-libglib2.0-0_2.74.6-2_armhf.deb ... #13 43.55 Unpacking libglib2.0-0:armhf (2.74.6-2) ... #13 43.68 Selecting previously unselected package libglib2.0-data. #14 33.26 Unpacking libiterator-perl (0.03+ds1-2) ... #14 33.30 Selecting previously unselected package libiterator-util-perl. #14 33.30 Preparing to unpack .../236-libiterator-util-perl_0.02+ds1-2_all.deb ... #14 33.31 Unpacking libiterator-util-perl (0.02+ds1-2) ... #14 33.34 Selecting previously unselected package libdata-dpath-perl. #14 33.34 Preparing to unpack .../237-libdata-dpath-perl_0.58-2_all.deb ... #14 33.35 Unpacking libdata-dpath-perl (0.58-2) ... #14 33.39 Selecting previously unselected package libdata-dump-perl. #14 33.39 Preparing to unpack .../238-libdata-dump-perl_1.25-1_all.deb ... #14 33.40 Unpacking libdata-dump-perl (1.25-1) ... #14 33.44 Selecting previously unselected package libdata-messagepack-perl. #14 33.44 Preparing to unpack .../239-libdata-messagepack-perl_1.02-1build1_amd64.deb ... #14 33.45 Unpacking libdata-messagepack-perl (1.02-1build1) ... #14 33.48 Selecting previously unselected package libnet-domain-tld-perl. #14 33.48 Preparing to unpack .../240-libnet-domain-tld-perl_1.75-3_all.deb ... #14 33.50 Unpacking libnet-domain-tld-perl (1.75-3) ... #13 33.81 Unpacking libnet-ssleay-perl:armhf (1.92-2+b2) ... #13 33.88 Selecting previously unselected package libio-socket-ssl-perl. #13 33.88 Preparing to unpack .../101-libio-socket-ssl-perl_2.081-2_all.deb ... #13 33.88 Unpacking libio-socket-ssl-perl (2.081-2) ... #13 33.94 Selecting previously unselected package libnet-http-perl. #13 33.94 Preparing to unpack .../102-libnet-http-perl_6.22-1_all.deb ... #13 33.95 Unpacking libnet-http-perl (6.22-1) ... #13 33.99 Selecting previously unselected package liblwp-protocol-https-perl. #13 33.99 Preparing to unpack .../103-liblwp-protocol-https-perl_6.10-1_all.deb ... #13 34.00 Unpacking liblwp-protocol-https-perl (6.10-1) ... #13 34.04 Selecting previously unselected package libtry-tiny-perl. #13 34.04 Preparing to unpack .../104-libtry-tiny-perl_0.31-2_all.deb ... #13 34.04 Unpacking libtry-tiny-perl (0.31-2) ... #14 43.87 Selecting previously unselected package python3-minimal. #14 43.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 ... 4704 files and directories currently installed.) #14 43.87 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_armhf.deb ... #14 43.88 Unpacking python3-minimal (3.10.6-1~22.04) ... #14 43.91 Selecting previously unselected package media-types. #14 43.91 Preparing to unpack .../1-media-types_7.0.0_all.deb ... #14 43.91 Unpacking media-types (7.0.0) ... #14 43.95 Selecting previously unselected package libmpdec3:armhf. #14 43.95 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_armhf.deb ... #14 43.95 Unpacking libmpdec3:armhf (2.5.1-2build2) ... #14 43.98 Selecting previously unselected package readline-common. #14 43.98 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ... #14 43.99 Unpacking readline-common (8.1.2-1) ... #14 44.02 Selecting previously unselected package libreadline8:armhf. #14 44.02 Preparing to unpack .../4-libreadline8_8.1.2-1_armhf.deb ... #14 44.02 Unpacking libreadline8:armhf (8.1.2-1) ... #14 44.06 Selecting previously unselected package libsqlite3-0:armhf. #14 44.06 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.3_armhf.deb ... #14 44.06 Unpacking libsqlite3-0:armhf (3.37.2-2ubuntu0.3) ... #14 44.10 Selecting previously unselected package libpython3.10-stdlib:armhf. #14 44.10 Preparing to unpack .../6-libpython3.10-stdlib_3.10.12-1~22.04.3_armhf.deb ... #14 44.10 Unpacking libpython3.10-stdlib:armhf (3.10.12-1~22.04.3) ... #16 76.96 Updating : systemd-libs-219-78.el7_9.9.aarch64 5/60 #13 40.21 Preparing to unpack .../294-libio-interactive-perl_1.023-2_all.deb ... #13 40.21 Unpacking libio-interactive-perl (1.023-2) ... #13 40.24 Selecting previously unselected package libio-sessiondata-perl. #13 40.24 Preparing to unpack .../295-libio-sessiondata-perl_1.03-3_all.deb ... #13 40.24 Unpacking libio-sessiondata-perl (1.03-3) ... #13 40.27 Selecting previously unselected package libio-stringy-perl. #13 40.27 Preparing to unpack .../296-libio-stringy-perl_2.111-3_all.deb ... #13 40.27 Unpacking libio-stringy-perl (2.111-3) ... #13 40.30 Selecting previously unselected package libipc-run3-perl. #13 40.31 Preparing to unpack .../297-libipc-run3-perl_0.048-3_all.deb ... #13 40.31 Unpacking libipc-run3-perl (0.048-3) ... #13 40.34 Selecting previously unselected package libtypes-serialiser-perl. #13 40.34 Preparing to unpack .../298-libtypes-serialiser-perl_1.01-1_all.deb ... #13 40.34 Unpacking libtypes-serialiser-perl (1.01-1) ... #13 40.42 Selecting previously unselected package libjson-xs-perl. #13 40.43 Preparing to unpack .../299-libjson-xs-perl_4.030-2+b1_amd64.deb ... #13 40.43 Unpacking libjson-xs-perl (4.030-2+b1) ... #13 40.46 Selecting previously unselected package libjson-maybexs-perl. #13 40.47 Preparing to unpack .../300-libjson-maybexs-perl_1.004004-1_all.deb ... #13 40.47 Unpacking libjson-maybexs-perl (1.004004-1) ... #13 40.50 Selecting previously unselected package libldap-common. #13 40.50 Preparing to unpack .../301-libldap-common_2.5.13+dfsg-5_all.deb ... #13 40.51 Unpacking libldap-common (2.5.13+dfsg-5) ... #13 40.53 Selecting previously unselected package liblist-compare-perl. #13 35.84 Unpacking libgitlab-api-v4-perl (0.26-3) ... #13 35.89 Selecting previously unselected package libglib2.0-0:arm64. #13 35.89 Preparing to unpack .../286-libglib2.0-0_2.74.6-2_arm64.deb ... #13 35.90 Unpacking libglib2.0-0:arm64 (2.74.6-2) ... #13 36.01 Selecting previously unselected package libglib2.0-data. #13 36.01 Preparing to unpack .../287-libglib2.0-data_2.74.6-2_all.deb ... #13 36.02 Unpacking libglib2.0-data (2.74.6-2) ... #13 36.16 Selecting previously unselected package libgpm2:arm64. #13 39.23 Preparing to unpack .../294-libtext-levenshtein-perl_0.13-1_all.deb ... #13 39.23 Unpacking libtext-levenshtein-perl (0.13-1) ... #13 39.26 Selecting previously unselected package libtype-tiny-xs-perl. #13 39.26 Preparing to unpack .../295-libtype-tiny-xs-perl_0.014-1+b1_amd64.deb ... #13 39.27 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ... #13 39.30 Selecting previously unselected package libunicode-utf8-perl. #13 39.30 Preparing to unpack .../296-libunicode-utf8-perl_0.62-1_amd64.deb ... #13 39.30 Unpacking libunicode-utf8-perl (0.62-1) ... #13 39.37 Selecting previously unselected package libunwind8:amd64. #13 39.37 Preparing to unpack .../297-libunwind8_1.2.1-10~deb10u1_amd64.deb ... #13 39.37 Unpacking libunwind8:amd64 (1.2.1-10~deb10u1) ... #13 39.42 Selecting previously unselected package libwrap0:amd64. #13 39.42 Preparing to unpack .../298-libwrap0_7.6.q-28_amd64.deb ... #13 39.43 Unpacking libwrap0:amd64 (7.6.q-28) ... #13 39.46 Selecting previously unselected package libxau6:amd64. #13 39.46 Preparing to unpack .../299-libxau6_1%3a1.0.8-1+b2_amd64.deb ... #13 39.47 Unpacking libxau6:amd64 (1:1.0.8-1+b2) ... #13 39.50 Selecting previously unselected package libxdmcp6:amd64. #13 39.51 Preparing to unpack .../300-libxdmcp6_1%3a1.1.2-3_amd64.deb ... #13 39.51 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... #13 39.55 Selecting previously unselected package libxcb1:amd64. #13 39.55 Preparing to unpack .../301-libxcb1_1.13.1-2_amd64.deb ... #13 39.55 Unpacking libxcb1:amd64 (1.13.1-2) ... #13 39.59 Selecting previously unselected package libx11-data. #14 42.70 Setting up python3.11-minimal (3.11.6-3) ... #13 36.35 Preparing to unpack .../263-libtypes-serialiser-perl_1.01-1_all.deb ... #13 36.35 Unpacking libtypes-serialiser-perl (1.01-1) ... #13 36.55 Selecting previously unselected package libjson-xs-perl. #13 36.55 Preparing to unpack .../264-libjson-xs-perl_4.030-1+b1_arm64.deb ... #13 36.56 Unpacking libjson-xs-perl (4.030-1+b1) ... #13 36.59 Selecting previously unselected package libjson-maybexs-perl. #13 36.59 Preparing to unpack .../265-libjson-maybexs-perl_1.004003-1_all.deb ... #13 36.60 Unpacking libjson-maybexs-perl (1.004003-1) ... #13 36.63 Selecting previously unselected package libldap-common. #13 36.63 Preparing to unpack .../266-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ... #13 36.64 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ... #13 36.67 Selecting previously unselected package liblist-compare-perl. #13 36.67 Preparing to unpack .../267-liblist-compare-perl_0.55-1_all.deb ... #13 36.68 Unpacking liblist-compare-perl (0.55-1) ... #13 36.71 Selecting previously unselected package liblist-someutils-perl. #13 36.71 Preparing to unpack .../268-liblist-someutils-perl_0.58-1_all.deb ... #13 36.71 Unpacking liblist-someutils-perl (0.58-1) ... #13 36.75 Selecting previously unselected package liblist-someutils-xs-perl. #13 36.75 Preparing to unpack .../269-liblist-someutils-xs-perl_0.58-2+b1_arm64.deb ... #13 36.75 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ... #13 36.79 Selecting previously unselected package liblist-utilsby-perl. #13 36.88 Preparing to unpack .../230-libfile-fcntllock-perl_0.22-3+b7_amd64.deb ... #13 36.88 Unpacking libfile-fcntllock-perl (0.22-3+b7) ... #13 36.91 Selecting previously unselected package libnumber-compare-perl. #13 36.91 Preparing to unpack .../231-libnumber-compare-perl_0.03-1.1_all.deb ... #13 36.92 Unpacking libnumber-compare-perl (0.03-1.1) ... #13 36.95 Selecting previously unselected package libtext-glob-perl. #13 36.95 Preparing to unpack .../232-libtext-glob-perl_0.11-1_all.deb ... #13 36.95 Unpacking libtext-glob-perl (0.11-1) ... #13 36.98 Selecting previously unselected package libfile-find-rule-perl. #13 36.98 Preparing to unpack .../233-libfile-find-rule-perl_0.34-1_all.deb ... #13 36.98 Unpacking libfile-find-rule-perl (0.34-1) ... #13 37.01 Selecting previously unselected package libfont-afm-perl. #13 37.02 Preparing to unpack .../234-libfont-afm-perl_1.20-3_all.deb ... #13 37.02 Unpacking libfont-afm-perl (1.20-3) ... #13 37.05 Selecting previously unselected package libio-string-perl. #13 37.05 Preparing to unpack .../235-libio-string-perl_1.08-3.1_all.deb ... #13 37.05 Unpacking libio-string-perl (1.08-3.1) ... #13 37.08 Selecting previously unselected package libfont-ttf-perl. #13 37.08 Preparing to unpack .../236-libfont-ttf-perl_1.06-1.1_all.deb ... #13 37.10 Unpacking libfont-ttf-perl (1.06-1.1) ... #13 37.15 Selecting previously unselected package libio-stringy-perl. #13 37.16 Preparing to unpack .../237-libio-stringy-perl_2.111-3_all.deb ... #13 37.16 Unpacking libio-stringy-perl (2.111-3) ... #13 37.20 Selecting previously unselected package libparams-validate-perl:amd64. #13 36.30 Preparing to unpack .../251-libsys-hostname-long-perl_1.5-1_all.deb ... #13 36.30 Unpacking libsys-hostname-long-perl (1.5-1) ... #13 36.33 Selecting previously unselected package libmail-sendmail-perl. #13 36.34 Preparing to unpack .../252-libmail-sendmail-perl_0.80-1_all.deb ... #13 36.34 Unpacking libmail-sendmail-perl (0.80-1) ... #13 36.38 Selecting previously unselected package mailutils-common. #13 36.38 Preparing to unpack .../253-mailutils-common_1%3a3.5-4_all.deb ... #13 36.38 Unpacking mailutils-common (1:3.5-4) ... #13 36.45 Selecting previously unselected package mysql-common. #13 36.45 Preparing to unpack .../254-mysql-common_5.8+1.0.5_all.deb ... #13 36.47 Unpacking mysql-common (5.8+1.0.5) ... #13 36.51 Selecting previously unselected package mariadb-common. #13 36.52 Preparing to unpack .../255-mariadb-common_1%3a10.3.39-0+deb10u1_all.deb ... #13 36.52 Unpacking mariadb-common (1:10.3.39-0+deb10u1) ... #13 36.56 Selecting previously unselected package libmariadb3:arm64. #14 34.84 Get:215 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git arm64 1:2.25.1-1ubuntu3.11 [4437 kB] #14 36.16 Preparing to unpack .../345-licensecheck_3.3.5-1ubuntu1_all.deb ... #14 36.16 Unpacking licensecheck (3.3.5-1ubuntu1) ... #14 36.19 Selecting previously unselected package libdevel-size-perl. #14 36.19 Preparing to unpack .../346-libdevel-size-perl_0.83-2build1_amd64.deb ... #14 36.20 Unpacking libdevel-size-perl (0.83-2build1) ... #14 36.23 Selecting previously unselected package libipc-run3-perl. #14 36.23 Preparing to unpack .../347-libipc-run3-perl_0.048-3_all.deb ... #14 36.24 Unpacking libipc-run3-perl (0.048-3) ... #14 36.27 Selecting previously unselected package lzip. #14 36.28 Preparing to unpack .../348-lzip_1.23-5_amd64.deb ... #14 36.28 Unpacking lzip (1.23-5) ... #14 36.32 Selecting previously unselected package lzop. #14 36.32 Preparing to unpack .../349-lzop_1.04-2build2_amd64.deb ... #14 36.33 Unpacking lzop (1.04-2build2) ... #14 36.37 Selecting previously unselected package t1utils. #14 36.37 Preparing to unpack .../350-t1utils_1.41-4build2_amd64.deb ... #14 36.38 Unpacking t1utils (1.41-4build2) ... #14 33.78 Get:258 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libwant-perl arm64 0.29-2build1 [23.6 kB] #14 33.81 Get:259 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libcontextual-return-perl all 0.004014-4 [53.2 kB] #14 33.86 Get:260 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libcpanel-json-xs-perl arm64 4.37-1 [115 kB] #14 33.92 Get:261 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdevel-stacktrace-perl all 2.0400-2 [22.2 kB] #14 40.56 Get:341 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libregexp-pattern-license-perl all 3.9.4-3 [84.4 kB] #20 8.704 Get:7 http://deb.debian.org/debian bookworm/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 12.2.0-14+25.2 [12.2 MB] #14 31.16 Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB] #14 31.17 Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-data-inheritable-perl all 0.08-3 [8084 B] #14 31.17 Get:229 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclone-perl arm64 0.45-1build3 [10.8 kB] #14 31.17 Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcommon-sense-perl arm64 3.75-2build1 [21.2 kB] #14 31.17 Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libconfig-tiny-perl all 2.28-1 [13.1 kB] #14 43.95 Selecting previously unselected package g++-9. #14 43.95 Preparing to unpack .../093-g++-9_9.4.0-1ubuntu1~20.04.2_armhf.deb ... #14 43.95 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.2) ... #14 32.73 Get:232 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libfreetype6 arm64 2.12.1+dfsg-4ubuntu0.1 [384 kB] #14 31.79 Preparing to unpack .../347-manpages-dev_5.10-1ubuntu1_all.deb ... #14 31.79 Unpacking manpages-dev (5.10-1ubuntu1) ... #14 32.05 Selecting previously unselected package python3-certifi. #13 41.67 Preparing to unpack .../259-libnet-dns-sec-perl_1.11-1_armhf.deb ... #13 41.68 Unpacking libnet-dns-sec-perl (1.11-1) ... #13 41.74 Selecting previously unselected package libnet-libidn-perl. #13 41.75 Preparing to unpack .../260-libnet-libidn-perl_0.12.ds-3+b1_armhf.deb ... #13 41.75 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ... #13 41.79 Selecting previously unselected package libnumber-compare-perl. #13 43.68 Preparing to unpack .../281-libglib2.0-data_2.74.6-2_all.deb ... #13 43.69 Unpacking libglib2.0-data (2.74.6-2) ... #13 43.86 Selecting previously unselected package libgpm2:armhf. #13 43.86 Preparing to unpack .../282-libgpm2_1.20.7-10+b1_armhf.deb ... #13 43.87 Unpacking libgpm2:armhf (1.20.7-10+b1) ... #13 43.91 Selecting previously unselected package libhtml-form-perl. #13 43.91 Preparing to unpack .../283-libhtml-form-perl_6.11-1_all.deb ... #13 43.92 Unpacking libhtml-form-perl (6.11-1) ... #13 43.95 Selecting previously unselected package libhtml-format-perl. #14 33.55 Selecting previously unselected package libdata-validate-domain-perl. #14 33.55 Preparing to unpack .../241-libdata-validate-domain-perl_0.10-1.1_all.deb ... #14 33.55 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #14 33.58 Selecting previously unselected package libnet-ipv6addr-perl. #14 33.59 Preparing to unpack .../242-libnet-ipv6addr-perl_1.02-1_all.deb ... #14 33.59 Unpacking libnet-ipv6addr-perl (1.02-1) ... #14 33.66 Selecting previously unselected package libnet-netmask-perl. #14 33.66 Preparing to unpack .../243-libnet-netmask-perl_2.0002-2_all.deb ... #14 33.67 Unpacking libnet-netmask-perl (2.0002-2) ... #14 33.71 Selecting previously unselected package libnetaddr-ip-perl. #14 33.71 Preparing to unpack .../244-libnetaddr-ip-perl_4.079+dfsg-2build1_amd64.deb ... #14 33.71 Unpacking libnetaddr-ip-perl (4.079+dfsg-2build1) ... #14 33.75 Selecting previously unselected package libdata-validate-ip-perl. #14 33.75 Preparing to unpack .../245-libdata-validate-ip-perl_0.31-1_all.deb ... #14 33.76 Unpacking libdata-validate-ip-perl (0.31-1) ... #13 34.12 Selecting previously unselected package libwww-robotrules-perl. #13 34.12 Preparing to unpack .../105-libwww-robotrules-perl_6.02-1_all.deb ... #13 34.13 Unpacking libwww-robotrules-perl (6.02-1) ... #13 34.17 Selecting previously unselected package libwww-perl. #13 34.17 Preparing to unpack .../106-libwww-perl_6.68-1_all.deb ... #13 34.17 Unpacking libwww-perl (6.68-1) ... #13 34.22 Selecting previously unselected package patchutils. #13 34.22 Preparing to unpack .../107-patchutils_0.4.2-1_armhf.deb ... #13 34.23 Unpacking patchutils (0.4.2-1) ... #13 34.28 Selecting previously unselected package wdiff. #14 44.21 Selecting previously unselected package python3.10. #14 44.21 Preparing to unpack .../7-python3.10_3.10.12-1~22.04.3_armhf.deb ... #14 44.22 Unpacking python3.10 (3.10.12-1~22.04.3) ... #14 44.25 Selecting previously unselected package libpython3-stdlib:armhf. #14 44.25 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_armhf.deb ... #14 44.25 Unpacking libpython3-stdlib:armhf (3.10.6-1~22.04) ... #14 44.28 Setting up python3-minimal (3.10.6-1~22.04) ... #13 40.53 Preparing to unpack .../302-liblist-compare-perl_0.55-2_all.deb ... #13 40.54 Unpacking liblist-compare-perl (0.55-2) ... #13 40.57 Selecting previously unselected package liblist-someutils-perl. #13 40.57 Preparing to unpack .../303-liblist-someutils-perl_0.59-1_all.deb ... #13 40.58 Unpacking liblist-someutils-perl (0.59-1) ... #13 40.61 Selecting previously unselected package liblist-someutils-xs-perl:amd64. #13 40.61 Preparing to unpack .../304-liblist-someutils-xs-perl_0.58-3_amd64.deb ... #13 40.61 Unpacking liblist-someutils-xs-perl:amd64 (0.58-3) ... #13 40.65 Selecting previously unselected package liblist-utilsby-perl. #13 40.65 Preparing to unpack .../305-liblist-utilsby-perl_0.12-2_all.deb ... #13 40.65 Unpacking liblist-utilsby-perl (0.12-2) ... #13 40.68 Selecting previously unselected package libltdl7:amd64. #13 40.69 Preparing to unpack .../306-libltdl7_2.4.7-5_amd64.deb ... #13 40.69 Unpacking libltdl7:amd64 (2.4.7-5) ... #13 40.73 Selecting previously unselected package libltdl-dev:amd64. #13 40.73 Preparing to unpack .../307-libltdl-dev_2.4.7-5_amd64.deb ... #13 40.73 Unpacking libltdl-dev:amd64 (2.4.7-5) ... #13 40.78 Selecting previously unselected package liblz1:amd64. #13 36.16 Preparing to unpack .../288-libgpm2_1.20.7-10+b1_arm64.deb ... #13 36.16 Unpacking libgpm2:arm64 (1.20.7-10+b1) ... #13 36.19 Selecting previously unselected package libhtml-form-perl. #13 36.20 Preparing to unpack .../289-libhtml-form-perl_6.11-1_all.deb ... #13 36.20 Unpacking libhtml-form-perl (6.11-1) ... #13 36.23 Selecting previously unselected package libhtml-format-perl. #13 36.24 Preparing to unpack .../290-libhtml-format-perl_2.16-2_all.deb ... #13 36.24 Unpacking libhtml-format-perl (2.16-2) ... #13 36.27 Selecting previously unselected package libhtml-html5-entities-perl. #13 36.27 Preparing to unpack .../291-libhtml-html5-entities-perl_0.004-3_all.deb ... #13 36.28 Unpacking libhtml-html5-entities-perl (0.004-3) ... #13 36.31 Selecting previously unselected package libhtml-tokeparser-simple-perl. #13 36.31 Preparing to unpack .../292-libhtml-tokeparser-simple-perl_3.16-4_all.deb ... #13 36.32 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ... #13 36.35 Selecting previously unselected package libhttp-daemon-perl. #13 36.35 Preparing to unpack .../293-libhttp-daemon-perl_6.16-1_all.deb ... #13 36.36 Unpacking libhttp-daemon-perl (6.16-1) ... #13 36.39 Selecting previously unselected package libio-interactive-perl. #13 39.59 Preparing to unpack .../302-libx11-data_2%3a1.6.7-1+deb10u4_all.deb ... #13 39.60 Unpacking libx11-data (2:1.6.7-1+deb10u4) ... #13 39.67 Selecting previously unselected package libx11-6:amd64. #13 39.67 Preparing to unpack .../303-libx11-6_2%3a1.6.7-1+deb10u4_amd64.deb ... #13 39.67 Unpacking libx11-6:amd64 (2:1.6.7-1+deb10u4) ... #13 39.76 Selecting previously unselected package libxext6:amd64. #13 36.79 Preparing to unpack .../270-liblist-utilsby-perl_0.11-1_all.deb ... #13 36.79 Unpacking liblist-utilsby-perl (0.11-1) ... #13 36.83 Selecting previously unselected package libltdl7:arm64. #13 36.83 Preparing to unpack .../271-libltdl7_2.4.6-15_arm64.deb ... #13 36.84 Unpacking libltdl7:arm64 (2.4.6-15) ... #13 36.87 Selecting previously unselected package libltdl-dev:arm64. #13 36.87 Preparing to unpack .../272-libltdl-dev_2.4.6-15_arm64.deb ... #13 36.88 Unpacking libltdl-dev:arm64 (2.4.6-15) ... #13 36.93 Selecting previously unselected package liblzo2-2:arm64. #13 36.93 Preparing to unpack .../273-liblzo2-2_2.10-2_arm64.deb ... #13 36.93 Unpacking liblzo2-2:arm64 (2.10-2) ... #13 36.97 Selecting previously unselected package libsys-hostname-long-perl. #13 36.97 Preparing to unpack .../274-libsys-hostname-long-perl_1.5-2_all.deb ... #13 36.97 Unpacking libsys-hostname-long-perl (1.5-2) ... #13 37.00 Selecting previously unselected package libmail-sendmail-perl. #13 37.01 Preparing to unpack .../275-libmail-sendmail-perl_0.80-1.1_all.deb ... #13 37.01 Unpacking libmail-sendmail-perl (0.80-1.1) ... #13 37.04 Selecting previously unselected package libnet-smtp-ssl-perl. #13 37.20 Preparing to unpack .../238-libparams-validate-perl_1.30-1+b1_amd64.deb ... #13 37.20 Unpacking libparams-validate-perl:amd64 (1.30-1+b1) ... #13 37.24 Selecting previously unselected package libgetopt-long-descriptive-perl. #13 37.24 Preparing to unpack .../239-libgetopt-long-descriptive-perl_0.105-1_all.deb ... #13 37.24 Unpacking libgetopt-long-descriptive-perl (0.105-1) ... #13 37.27 Selecting previously unselected package libsort-versions-perl. #13 37.28 Preparing to unpack .../240-libsort-versions-perl_1.62-1_all.deb ... #13 37.28 Unpacking libsort-versions-perl (1.62-1) ... #13 37.31 Selecting previously unselected package libgit-wrapper-perl. #13 37.31 Preparing to unpack .../241-libgit-wrapper-perl_0.048-1_all.deb ... #13 37.31 Unpacking libgit-wrapper-perl (0.048-1) ... #13 37.34 Selecting previously unselected package libhttp-tiny-multipart-perl. #13 37.34 Preparing to unpack .../242-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ... #13 37.35 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ... #13 37.37 Selecting previously unselected package libio-prompter-perl. #13 37.38 Preparing to unpack .../243-libio-prompter-perl_0.004015-1_all.deb ... #13 37.38 Unpacking libio-prompter-perl (0.004015-1) ... #13 37.41 Selecting previously unselected package libjson-perl. #13 36.57 Preparing to unpack .../256-libmariadb3_1%3a10.3.39-0+deb10u1_arm64.deb ... #13 36.57 Unpacking libmariadb3:arm64 (1:10.3.39-0+deb10u1) ... #13 36.62 Selecting previously unselected package libpython2.7-minimal:arm64. #13 36.63 Preparing to unpack .../257-libpython2.7-minimal_2.7.16-2+deb10u3_arm64.deb ... #13 36.63 Unpacking libpython2.7-minimal:arm64 (2.7.16-2+deb10u3) ... #13 36.72 Selecting previously unselected package libpython2.7-stdlib:arm64. #14 38.16 Selecting previously unselected package libxml2:amd64. #14 38.17 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.6_amd64.deb ... #14 38.17 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.6) ... #14 38.25 Selecting previously unselected package libyaml-0-2:amd64. #14 38.26 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_amd64.deb ... #14 38.26 Unpacking libyaml-0-2:amd64 (0.2.2-1) ... #14 38.29 Selecting previously unselected package lsb-release. #14 38.29 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ... #14 38.30 Unpacking lsb-release (11.1.0ubuntu2) ... #14 38.34 Selecting previously unselected package netbase. #14 38.34 Preparing to unpack .../027-netbase_6.1_all.deb ... #14 38.34 Unpacking netbase (6.1) ... #14 38.38 Selecting previously unselected package python3-pkg-resources. #14 38.38 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ... #14 38.38 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ... #14 38.42 Selecting previously unselected package python3-six. #14 35.16 Get:216 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] #14 35.24 Get:217 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6 [11.1 kB] #14 35.31 Get:218 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] #14 36.42 Selecting previously unselected package unzip. #14 36.42 Preparing to unpack .../351-unzip_6.0-27ubuntu1_amd64.deb ... #14 36.42 Unpacking unzip (6.0-27ubuntu1) ... #14 36.47 Selecting previously unselected package lintian. #14 36.47 Preparing to unpack .../352-lintian_2.116.3ubuntu1.1_all.deb ... #14 36.48 Unpacking lintian (2.116.3ubuntu1.1) ... #14 33.93 Get:262 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libexception-class-perl all 1.45-1 [28.6 kB] #14 33.94 Get:263 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libiterator-perl all 0.03+ds1-2 [18.8 kB] #14 33.95 Get:264 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libiterator-util-perl all 0.02+ds1-2 [14.1 kB] #14 40.85 Get:342 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libregexp-pattern-perl all 0.2.14-2 [17.6 kB] #20 8.909 Get:8 http://deb.debian.org/debian bookworm/main amd64 gcc-mingw-w64-x86-64-win32 amd64 12.2.0-14+25.2 [31.8 MB] #14 31.57 Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-util-perl arm64 1.102-1build3 [22.2 kB] #14 31.73 Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-install-perl all 0.928-1.1 [9972 B] #14 32.88 Get:233 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfontconfig1 arm64 2.14.1-3ubuntu3 [138 kB] #13 41.79 Preparing to unpack .../261-libnumber-compare-perl_0.03-1_all.deb ... #13 41.79 Unpacking libnumber-compare-perl (0.03-1) ... #13 41.83 Selecting previously unselected package libnumber-range-perl. #13 41.83 Preparing to unpack .../262-libnumber-range-perl_0.12-1_all.deb ... #13 41.83 Unpacking libnumber-range-perl (0.12-1) ... #13 41.87 Selecting previously unselected package libossp-uuid16:armhf. #13 41.87 Preparing to unpack .../263-libossp-uuid16_1.6.2-1.5+b7_armhf.deb ... #13 41.88 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b7) ... #13 42.04 Selecting previously unselected package libossp-uuid-perl. #13 42.04 Preparing to unpack .../264-libossp-uuid-perl_1.6.2-1.5+b7_armhf.deb ... #13 42.04 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ... #13 42.08 Selecting previously unselected package libpackage-stash-xs-perl. #13 42.08 Preparing to unpack .../265-libpackage-stash-xs-perl_0.29-1_armhf.deb ... #13 42.09 Unpacking libpackage-stash-xs-perl (0.29-1) ... #14 32.05 Preparing to unpack .../348-python3-certifi_2020.6.20-1_all.deb ... #14 32.05 Unpacking python3-certifi (2020.6.20-1) ... #14 32.11 Selecting previously unselected package python3-idna. #14 32.11 Preparing to unpack .../349-python3-idna_3.3-1_all.deb ... #14 32.11 Unpacking python3-idna (3.3-1) ... #14 32.16 Selecting previously unselected package python3-six. #14 32.16 Preparing to unpack .../350-python3-six_1.16.0-3ubuntu1_all.deb ... #14 32.16 Unpacking python3-six (1.16.0-3ubuntu1) ... #14 32.20 Selecting previously unselected package python3-urllib3. #14 32.21 Preparing to unpack .../351-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... #14 32.21 Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... #14 32.25 Selecting previously unselected package python3-requests. #14 32.26 Preparing to unpack .../352-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... #14 32.26 Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... #13 43.96 Preparing to unpack .../284-libhtml-format-perl_2.16-2_all.deb ... #13 43.96 Unpacking libhtml-format-perl (2.16-2) ... #13 44.00 Selecting previously unselected package libhtml-html5-entities-perl. #13 44.00 Preparing to unpack .../285-libhtml-html5-entities-perl_0.004-3_all.deb ... #13 44.00 Unpacking libhtml-html5-entities-perl (0.004-3) ... #13 44.04 Selecting previously unselected package libhtml-tokeparser-simple-perl. #13 44.04 Preparing to unpack .../286-libhtml-tokeparser-simple-perl_3.16-4_all.deb ... #13 44.05 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ... #13 44.09 Selecting previously unselected package libhttp-daemon-perl. #13 44.09 Preparing to unpack .../287-libhttp-daemon-perl_6.16-1_all.deb ... #13 44.10 Unpacking libhttp-daemon-perl (6.16-1) ... #13 44.14 Selecting previously unselected package libio-interactive-perl. #13 44.14 Preparing to unpack .../288-libio-interactive-perl_1.023-2_all.deb ... #13 44.14 Unpacking libio-interactive-perl (1.023-2) ... #13 44.18 Selecting previously unselected package libio-sessiondata-perl. #13 44.18 Preparing to unpack .../289-libio-sessiondata-perl_1.03-3_all.deb ... #13 44.18 Unpacking libio-sessiondata-perl (1.03-3) ... #13 44.22 Selecting previously unselected package libio-stringy-perl. #13 44.22 Preparing to unpack .../290-libio-stringy-perl_2.111-3_all.deb ... #13 44.22 Unpacking libio-stringy-perl (2.111-3) ... #13 44.27 Selecting previously unselected package libipc-run3-perl. #13 44.27 Preparing to unpack .../291-libipc-run3-perl_0.048-3_all.deb ... #13 44.27 Unpacking libipc-run3-perl (0.048-3) ... #13 44.31 Selecting previously unselected package libtypes-serialiser-perl. #13 44.31 Preparing to unpack .../292-libtypes-serialiser-perl_1.01-1_all.deb ... #13 44.32 Unpacking libtypes-serialiser-perl (1.01-1) ... #14 33.81 Selecting previously unselected package libdata-validate-uri-perl. #14 33.81 Preparing to unpack .../246-libdata-validate-uri-perl_0.07-2_all.deb ... #14 33.81 Unpacking libdata-validate-uri-perl (0.07-2) ... #14 33.84 Selecting previously unselected package libdistro-info-perl. #14 33.84 Preparing to unpack .../247-libdistro-info-perl_1.5ubuntu0.23.10.1_all.deb ... #14 33.85 Unpacking libdistro-info-perl (1.5ubuntu0.23.10.1) ... #14 33.89 Selecting previously unselected package libemail-address-xs-perl. #14 33.90 Preparing to unpack .../248-libemail-address-xs-perl_1.05-1build1_amd64.deb ... #14 33.90 Unpacking libemail-address-xs-perl (1.05-1build1) ... #14 33.95 Selecting previously unselected package libexporter-tiny-perl. #14 33.95 Preparing to unpack .../249-libexporter-tiny-perl_1.006002-1_all.deb ... #14 33.95 Unpacking libexporter-tiny-perl (1.006002-1) ... #14 33.99 Selecting previously unselected package libfcgi-bin. #14 33.99 Preparing to unpack .../250-libfcgi-bin_2.4.2-2build2_amd64.deb ... #16 3.645 CentOS Stream 9 - CRB 2.5 MB/s | 5.9 MB 00:02 #13 34.28 Preparing to unpack .../108-wdiff_1.2.2-5_armhf.deb ... #13 34.28 Unpacking wdiff (1.2.2-5) ... #13 34.35 Selecting previously unselected package devscripts. #13 34.35 Preparing to unpack .../109-devscripts_2.23.4_armhf.deb ... #13 34.38 Unpacking devscripts (2.23.4) ... #13 34.49 Selecting previously unselected package equivs. #13 38.80 Selecting previously unselected package libfakeroot:armhf. #13 38.80 Preparing to unpack .../086-libfakeroot_1.25.3-1.1_armhf.deb ... #13 38.81 Unpacking libfakeroot:armhf (1.25.3-1.1) ... #13 38.88 Selecting previously unselected package fakeroot. #13 38.88 Preparing to unpack .../087-fakeroot_1.25.3-1.1_armhf.deb ... #13 38.88 Unpacking fakeroot (1.25.3-1.1) ... #14 44.47 Selecting previously unselected package python3. #14 44.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 ... 5134 files and directories currently installed.) #14 44.47 Preparing to unpack .../000-python3_3.10.6-1~22.04_armhf.deb ... #14 44.48 Unpacking python3 (3.10.6-1~22.04) ... #14 44.51 Selecting previously unselected package perl-modules-5.34. #14 44.51 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.3_all.deb ... #14 44.51 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.3) ... #13 40.78 Preparing to unpack .../308-liblz1_1.13-5_amd64.deb ... #13 40.79 Unpacking liblz1:amd64 (1.13-5) ... #13 40.82 Selecting previously unselected package liblzo2-2:amd64. #13 40.83 Preparing to unpack .../309-liblzo2-2_2.10-2_amd64.deb ... #13 40.83 Unpacking liblzo2-2:amd64 (2.10-2) ... #13 40.86 Selecting previously unselected package libsys-hostname-long-perl. #13 40.87 Preparing to unpack .../310-libsys-hostname-long-perl_1.5-3_all.deb ... #13 40.87 Unpacking libsys-hostname-long-perl (1.5-3) ... #13 40.90 Selecting previously unselected package libmail-sendmail-perl. #13 40.90 Preparing to unpack .../311-libmail-sendmail-perl_0.80-3_all.deb ... #13 40.90 Unpacking libmail-sendmail-perl (0.80-3) ... #13 40.93 Selecting previously unselected package libnet-smtp-ssl-perl. #13 40.93 Preparing to unpack .../312-libnet-smtp-ssl-perl_1.04-2_all.deb ... #13 40.93 Unpacking libnet-smtp-ssl-perl (1.04-2) ... #13 40.96 Selecting previously unselected package libmailtools-perl. #13 40.96 Preparing to unpack .../313-libmailtools-perl_2.21-2_all.deb ... #13 40.97 Unpacking libmailtools-perl (2.21-2) ... #13 41.01 Selecting previously unselected package libmarkdown2:amd64. #13 36.39 Preparing to unpack .../294-libio-interactive-perl_1.023-2_all.deb ... #13 36.39 Unpacking libio-interactive-perl (1.023-2) ... #13 36.42 Selecting previously unselected package libio-sessiondata-perl. #13 36.43 Preparing to unpack .../295-libio-sessiondata-perl_1.03-3_all.deb ... #13 36.43 Unpacking libio-sessiondata-perl (1.03-3) ... #13 36.46 Selecting previously unselected package libio-stringy-perl. #13 36.46 Preparing to unpack .../296-libio-stringy-perl_2.111-3_all.deb ... #13 36.47 Unpacking libio-stringy-perl (2.111-3) ... #13 36.50 Selecting previously unselected package libipc-run3-perl. #13 36.51 Preparing to unpack .../297-libipc-run3-perl_0.048-3_all.deb ... #13 36.51 Unpacking libipc-run3-perl (0.048-3) ... #13 36.54 Selecting previously unselected package libtypes-serialiser-perl. #13 36.54 Preparing to unpack .../298-libtypes-serialiser-perl_1.01-1_all.deb ... #13 36.55 Unpacking libtypes-serialiser-perl (1.01-1) ... #13 36.61 Selecting previously unselected package libjson-xs-perl. #13 36.61 Preparing to unpack .../299-libjson-xs-perl_4.030-2+b1_arm64.deb ... #13 36.61 Unpacking libjson-xs-perl (4.030-2+b1) ... #13 36.65 Selecting previously unselected package libjson-maybexs-perl. #13 36.65 Preparing to unpack .../300-libjson-maybexs-perl_1.004004-1_all.deb ... #13 36.65 Unpacking libjson-maybexs-perl (1.004004-1) ... #13 36.68 Selecting previously unselected package libldap-common. #13 36.69 Preparing to unpack .../301-libldap-common_2.5.13+dfsg-5_all.deb ... #13 36.69 Unpacking libldap-common (2.5.13+dfsg-5) ... #13 36.72 Selecting previously unselected package liblist-compare-perl. #13 39.76 Preparing to unpack .../304-libxext6_2%3a1.3.3-1+b2_amd64.deb ... #13 39.77 Unpacking libxext6:amd64 (2:1.3.3-1+b2) ... #13 39.80 Selecting previously unselected package libxml-namespacesupport-perl. #13 39.80 Preparing to unpack .../305-libxml-namespacesupport-perl_1.12-1_all.deb ... #13 39.81 Unpacking libxml-namespacesupport-perl (1.12-1) ... #13 39.84 Selecting previously unselected package libxml-sax-base-perl. #13 39.84 Preparing to unpack .../306-libxml-sax-base-perl_1.09-1_all.deb ... #13 39.85 Unpacking libxml-sax-base-perl (1.09-1) ... #13 39.89 Selecting previously unselected package libxml-sax-perl. #13 39.90 Preparing to unpack .../307-libxml-sax-perl_1.00+dfsg-1_all.deb ... #13 39.90 Unpacking libxml-sax-perl (1.00+dfsg-1) ... #13 39.94 Selecting previously unselected package libxml-libxml-perl. #13 39.94 Preparing to unpack .../308-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ... #13 39.95 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ... #13 40.06 Selecting previously unselected package libxml-sax-expat-perl. #16 78.45 Updating : systemd-219-78.el7_9.9.aarch64 6/60 #16 78.98 Failed to get D-Bus connection: Operation not permitted #13 37.05 Preparing to unpack .../276-libnet-smtp-ssl-perl_1.04-1_all.deb ... #13 37.05 Unpacking libnet-smtp-ssl-perl (1.04-1) ... #13 37.08 Selecting previously unselected package libmailtools-perl. #13 37.08 Preparing to unpack .../277-libmailtools-perl_2.21-1_all.deb ... #13 37.08 Unpacking libmailtools-perl (2.21-1) ... #13 37.13 Selecting previously unselected package libmarkdown2:arm64. #13 37.13 Preparing to unpack .../278-libmarkdown2_2.2.6-1_arm64.deb ... #13 37.14 Unpacking libmarkdown2:arm64 (2.2.6-1) ... #13 37.17 Selecting previously unselected package libmime-tools-perl. #13 37.17 Preparing to unpack .../279-libmime-tools-perl_5.509-1_all.deb ... #13 37.18 Unpacking libmime-tools-perl (5.509-1) ... #13 37.22 Selecting previously unselected package libmoox-aliases-perl. #13 37.22 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1.1_all.deb ... #13 37.22 Unpacking libmoox-aliases-perl (0.001006-1.1) ... #13 37.26 Selecting previously unselected package libnamespace-autoclean-perl. #13 37.26 Preparing to unpack .../281-libnamespace-autoclean-perl_0.29-1_all.deb ... #13 37.26 Unpacking libnamespace-autoclean-perl (0.29-1) ... #13 37.29 Selecting previously unselected package libobject-id-perl. #13 37.41 Preparing to unpack .../244-libjson-perl_4.03000-1_all.deb ... #13 37.42 Unpacking libjson-perl (4.03000-1) ... #13 37.45 Selecting previously unselected package liblog-any-perl. #13 37.45 Preparing to unpack .../245-liblog-any-perl_1.709-1_all.deb ... #13 37.46 Unpacking liblog-any-perl (1.709-1) ... #13 37.49 Selecting previously unselected package liblog-any-adapter-screen-perl. #13 37.49 Preparing to unpack .../246-liblog-any-adapter-screen-perl_0.140-1_all.deb ... #13 37.49 Unpacking liblog-any-adapter-screen-perl (0.140-1) ... #13 37.56 Selecting previously unselected package libpackage-stash-perl. #13 37.56 Preparing to unpack .../247-libpackage-stash-perl_0.39-1_all.deb ... #13 37.56 Unpacking libpackage-stash-perl (0.39-1) ... #13 37.59 Selecting previously unselected package libsub-identify-perl. #13 37.60 Preparing to unpack .../248-libsub-identify-perl_0.14-1+b3_amd64.deb ... #13 37.60 Unpacking libsub-identify-perl (0.14-1+b3) ... #13 37.63 Selecting previously unselected package libsub-name-perl. #13 37.63 Preparing to unpack .../249-libsub-name-perl_0.26-1+b1_amd64.deb ... #13 37.64 Unpacking libsub-name-perl (0.26-1+b1) ... #13 37.66 Selecting previously unselected package libnamespace-clean-perl. #14 38.42 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ... #14 38.43 Unpacking python3-six (1.14.0-2) ... #14 38.46 Selecting previously unselected package shared-mime-info. #14 38.46 Preparing to unpack .../030-shared-mime-info_1.15-1_amd64.deb ... #14 38.47 Unpacking shared-mime-info (1.15-1) ... #14 38.54 Selecting previously unselected package ucf. #14 38.55 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ... #14 38.55 Moving old data out of the way #14 38.55 Unpacking ucf (3.0038+nmu1) ... #14 38.60 Selecting previously unselected package xdg-user-dirs. #14 38.60 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ... #14 38.60 Unpacking xdg-user-dirs (0.17-2ubuntu1) ... #14 38.66 Selecting previously unselected package xz-utils. #13 36.73 Preparing to unpack .../258-libpython2.7-stdlib_2.7.16-2+deb10u3_arm64.deb ... #13 36.73 Unpacking libpython2.7-stdlib:arm64 (2.7.16-2+deb10u3) ... #13 36.94 Selecting previously unselected package libpython2.7:arm64. #13 36.95 Preparing to unpack .../259-libpython2.7_2.7.16-2+deb10u3_arm64.deb ... #13 36.95 Unpacking libpython2.7:arm64 (2.7.16-2+deb10u3) ... #13 37.06 Selecting previously unselected package libmailutils5:arm64. #14 35.39 Get:219 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libapt-pkg-perl arm64 0.1.36build3 [65.8 kB] #14 35.46 Get:220 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarchive-cpio-perl all 0.10-1 [9644 B] #14 36.76 Selecting previously unselected package manpages-dev. #14 36.77 Preparing to unpack .../353-manpages-dev_6.03-1_all.deb ... #14 36.77 Unpacking manpages-dev (6.03-1) ... #14 36.86 Selecting previously unselected package python3-certifi. #14 36.87 Preparing to unpack .../354-python3-certifi_2022.9.24-1_all.deb ... #14 34.35 Get:265 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdata-dpath-perl all 0.58-2 [38.8 kB] #14 34.54 Get:266 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdata-dump-perl all 1.25-1 [25.9 kB] #14 40.86 Get:343 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libregexp-wildcards-perl all 1.05-3 [12.9 kB] #14 40.87 Get:344 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsasl2-modules armhf 2.1.28+dfsg-10 [61.9 kB] #14 40.92 Get:345 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsereal-decoder-perl armhf 5.003+ds-1 [92.8 kB] #14 40.98 Get:346 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsereal-encoder-perl armhf 5.003+ds-1 [94.5 kB] #14 41.02 Get:347 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libset-intspan-perl all 1.19-3 [24.8 kB] #14 41.02 Get:348 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsocket6-perl armhf 0.29-3 [16.4 kB] #14 41.03 Get:349 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsodium23 armhf 1.0.18-1build2 [141 kB] #14 41.07 Get:350 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libstring-copyright-perl all 0.003014-1 [20.5 kB] #14 41.07 Get:351 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libstring-escape-perl all 2010.002-3 [16.1 kB] #14 31.74 Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-optlist-perl all 0.112-1 [11.0 kB] #14 31.76 Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-perl all 0.988-1 [50.6 kB] #14 31.85 Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libconst-fast-perl all 0.014-1.1 [7756 B] #14 31.86 Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwant-perl arm64 0.29-1build7 [24.7 kB] #14 31.89 Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB] #14 31.92 Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcpanel-json-xs-perl arm64 4.27-1build1 [114 kB] #14 31.98 Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB] #14 32.91 Get:234 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libjpeg-turbo8 arm64 2.1.5-2ubuntu1 [160 kB] #14 32.93 Get:235 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libjpeg8 arm64 8c-2ubuntu11 [2148 B] #14 32.93 Get:236 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdeflate0 arm64 1.15-1 [41.6 kB] #14 32.93 Get:237 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libjbig0 arm64 2.1-6ubuntu1 [28.8 kB] #14 32.94 Get:238 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 liblerc4 arm64 4.0.0+ds-2ubuntu2 [150 kB] #14 32.95 Get:239 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libwebp7 arm64 1.2.4-0.1ubuntu0.23.04.2 [196 kB] #14 32.97 Get:240 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libtiff6 arm64 4.5.0-5ubuntu1.2 [188 kB] #14 32.31 Selecting previously unselected package python3-unidiff. #14 32.31 Preparing to unpack .../353-python3-unidiff_0.5.5-2_all.deb ... #14 32.32 Unpacking python3-unidiff (0.5.5-2) ... #14 32.36 Selecting previously unselected package python3-xdg. #14 32.36 Preparing to unpack .../354-python3-xdg_0.27-2_all.deb ... #14 32.37 Unpacking python3-xdg (0.27-2) ... #14 32.40 Selecting previously unselected package equivs. #14 32.40 Preparing to unpack .../355-equivs_2.3.1_all.deb ... #14 32.41 Unpacking equivs (2.3.1) ... #14 32.45 Selecting previously unselected package libauthen-sasl-perl. #14 32.45 Preparing to unpack .../356-libauthen-sasl-perl_2.1600-1.1_all.deb ... #14 32.45 Unpacking libauthen-sasl-perl (2.1600-1.1) ... #14 32.49 Selecting previously unselected package python3-magic. #13 42.28 Selecting previously unselected package libparse-debianchangelog-perl. #13 42.28 Preparing to unpack .../266-libparse-debianchangelog-perl_1.2.0-13_all.deb ... #13 42.28 Unpacking libparse-debianchangelog-perl (1.2.0-13) ... #13 42.32 Selecting previously unselected package libtext-glob-perl. #13 42.33 Preparing to unpack .../267-libtext-glob-perl_0.10-1_all.deb ... #13 42.33 Unpacking libtext-glob-perl (0.10-1) ... #13 42.36 Selecting previously unselected package libpath-iterator-rule-perl. #13 42.36 Preparing to unpack .../268-libpath-iterator-rule-perl_1.014-1_all.deb ... #13 42.37 Unpacking libpath-iterator-rule-perl (1.014-1) ... #13 42.40 Selecting previously unselected package libperlio-gzip-perl. #13 42.40 Preparing to unpack .../269-libperlio-gzip-perl_0.19-1+b5_armhf.deb ... #13 42.40 Unpacking libperlio-gzip-perl (0.19-1+b5) ... #13 42.44 Selecting previously unselected package libpod-constants-perl. #13 44.35 Selecting previously unselected package libjson-xs-perl. #13 44.36 Preparing to unpack .../293-libjson-xs-perl_4.030-2+b1_armhf.deb ... #13 44.36 Unpacking libjson-xs-perl (4.030-2+b1) ... #13 44.40 Selecting previously unselected package libjson-maybexs-perl. #13 44.40 Preparing to unpack .../294-libjson-maybexs-perl_1.004004-1_all.deb ... #13 44.41 Unpacking libjson-maybexs-perl (1.004004-1) ... #13 44.45 Selecting previously unselected package libldap-common. #13 44.45 Preparing to unpack .../295-libldap-common_2.5.13+dfsg-5_all.deb ... #13 44.45 Unpacking libldap-common (2.5.13+dfsg-5) ... #13 44.49 Selecting previously unselected package liblist-compare-perl. #13 44.49 Preparing to unpack .../296-liblist-compare-perl_0.55-2_all.deb ... #13 44.50 Unpacking liblist-compare-perl (0.55-2) ... #13 44.54 Selecting previously unselected package liblist-someutils-perl. #13 44.54 Preparing to unpack .../297-liblist-someutils-perl_0.59-1_all.deb ... #13 44.55 Unpacking liblist-someutils-perl (0.59-1) ... #13 44.58 Selecting previously unselected package liblist-someutils-xs-perl:armhf. #14 34.00 Unpacking libfcgi-bin (2.4.2-2build2) ... #14 34.08 Selecting previously unselected package libipc-system-simple-perl. #14 34.09 Preparing to unpack .../251-libipc-system-simple-perl_1.30-2_all.deb ... #14 34.09 Unpacking libipc-system-simple-perl (1.30-2) ... #14 34.14 Selecting previously unselected package libfile-basedir-perl. #14 34.14 Preparing to unpack .../252-libfile-basedir-perl_0.09-2_all.deb ... #14 34.15 Unpacking libfile-basedir-perl (0.09-2) ... #14 34.18 Selecting previously unselected package libfile-chdir-perl. #14 34.18 Preparing to unpack .../253-libfile-chdir-perl_0.1008-1.1_all.deb ... #14 34.19 Unpacking libfile-chdir-perl (0.1008-1.1) ... #14 34.22 Selecting previously unselected package libfile-fcntllock-perl. #14 34.22 Preparing to unpack .../254-libfile-fcntllock-perl_0.22-4ubuntu1_amd64.deb ... #14 34.23 Unpacking libfile-fcntllock-perl (0.22-4ubuntu1) ... #14 34.27 Selecting previously unselected package libnumber-compare-perl. #14 44.54 Selecting previously unselected package g++. #14 44.54 Preparing to unpack .../094-g++_4%3a9.3.0-1ubuntu2_armhf.deb ... #14 44.54 Unpacking g++ (4:9.3.0-1ubuntu2) ... #14 44.57 Selecting previously unselected package make. #14 44.57 Preparing to unpack .../095-make_4.2.1-1.2_armhf.deb ... #14 44.57 Unpacking make (4.2.1-1.2) ... #14 44.62 Selecting previously unselected package libdpkg-perl. #14 44.62 Preparing to unpack .../096-libdpkg-perl_1.19.7ubuntu3.2_all.deb ... #14 44.63 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ... #17 2.559 Package bash-4.4.20-4.el8.x86_64 is already installed. #13 34.49 Preparing to unpack .../110-equivs_2.3.1_all.deb ... #13 34.50 Unpacking equivs (2.3.1) ... #13 34.55 Selecting previously unselected package libcurl3-gnutls:armhf. #13 34.55 Preparing to unpack .../111-libcurl3-gnutls_7.88.1-10+rpi1+deb12u4_armhf.deb ... #13 34.56 Unpacking libcurl3-gnutls:armhf (7.88.1-10+rpi1+deb12u4) ... #13 34.62 Selecting previously unselected package liberror-perl. #13 34.62 Preparing to unpack .../112-liberror-perl_0.17029-2_all.deb ... #13 34.62 Unpacking liberror-perl (0.17029-2) ... #13 34.66 Selecting previously unselected package git-man. #13 34.66 Preparing to unpack .../113-git-man_1%3a2.39.2-1.1_all.deb ... #13 34.66 Unpacking git-man (1:2.39.2-1.1) ... #13 38.97 Selecting previously unselected package libassuan0:armhf. #13 38.97 Preparing to unpack .../088-libassuan0_2.5.3-7.1_armhf.deb ... #13 38.98 Unpacking libassuan0:armhf (2.5.3-7.1) ... #13 39.04 Selecting previously unselected package gpgconf. #13 39.04 Preparing to unpack .../089-gpgconf_2.2.27-2+deb11u2_armhf.deb ... #13 39.04 Unpacking gpgconf (2.2.27-2+deb11u2) ... #13 39.12 Selecting previously unselected package libksba8:armhf. #13 39.12 Preparing to unpack .../090-libksba8_1.5.0-3+deb11u2_armhf.deb ... #13 39.13 Unpacking libksba8:armhf (1.5.0-3+deb11u2) ... #13 39.21 Selecting previously unselected package libnpth0:armhf. #13 39.21 Preparing to unpack .../091-libnpth0_1.6-3_armhf.deb ... #13 39.22 Unpacking libnpth0:armhf (1.6-3) ... #14 44.75 Selecting previously unselected package libgdbm6:armhf. #14 44.75 Preparing to unpack .../002-libgdbm6_1.23-1_armhf.deb ... #14 44.76 Unpacking libgdbm6:armhf (1.23-1) ... #14 44.79 Selecting previously unselected package libgdbm-compat4:armhf. #14 44.79 Preparing to unpack .../003-libgdbm-compat4_1.23-1_armhf.deb ... #14 44.80 Unpacking libgdbm-compat4:armhf (1.23-1) ... #14 44.83 Selecting previously unselected package libperl5.34:armhf. #14 44.83 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.3_armhf.deb ... #14 44.84 Unpacking libperl5.34:armhf (5.34.0-3ubuntu1.3) ... #13 41.01 Preparing to unpack .../314-libmarkdown2_2.2.7-2_amd64.deb ... #13 41.02 Unpacking libmarkdown2:amd64 (2.2.7-2) ... #13 41.05 Selecting previously unselected package libmath-base85-perl. #13 41.05 Preparing to unpack .../315-libmath-base85-perl_0.5+dfsg-2_all.deb ... #13 41.05 Unpacking libmath-base85-perl (0.5+dfsg-2) ... #13 41.08 Selecting previously unselected package libmime-tools-perl. #13 41.08 Preparing to unpack .../316-libmime-tools-perl_5.510-1_all.deb ... #13 41.08 Unpacking libmime-tools-perl (5.510-1) ... #13 41.16 Selecting previously unselected package libmldbm-perl. #13 41.16 Preparing to unpack .../317-libmldbm-perl_2.05-4_all.deb ... #13 41.17 Unpacking libmldbm-perl (2.05-4) ... #13 41.19 Selecting previously unselected package libmoox-aliases-perl. #13 41.20 Preparing to unpack .../318-libmoox-aliases-perl_0.001006-2_all.deb ... #13 41.20 Unpacking libmoox-aliases-perl (0.001006-2) ... #13 41.23 Selecting previously unselected package libmouse-perl. #13 41.23 Preparing to unpack .../319-libmouse-perl_2.5.10-1+b3_amd64.deb ... #13 41.23 Unpacking libmouse-perl (2.5.10-1+b3) ... #13 41.28 Selecting previously unselected package libpackage-stash-xs-perl:amd64. #13 36.73 Preparing to unpack .../302-liblist-compare-perl_0.55-2_all.deb ... #13 36.73 Unpacking liblist-compare-perl (0.55-2) ... #13 36.76 Selecting previously unselected package liblist-someutils-perl. #13 36.77 Preparing to unpack .../303-liblist-someutils-perl_0.59-1_all.deb ... #13 36.77 Unpacking liblist-someutils-perl (0.59-1) ... #13 36.81 Selecting previously unselected package liblist-someutils-xs-perl:arm64. #13 36.81 Preparing to unpack .../304-liblist-someutils-xs-perl_0.58-3_arm64.deb ... #13 36.81 Unpacking liblist-someutils-xs-perl:arm64 (0.58-3) ... #13 36.84 Selecting previously unselected package liblist-utilsby-perl. #13 36.85 Preparing to unpack .../305-liblist-utilsby-perl_0.12-2_all.deb ... #13 36.85 Unpacking liblist-utilsby-perl (0.12-2) ... #13 36.88 Selecting previously unselected package libltdl7:arm64. #13 36.89 Preparing to unpack .../306-libltdl7_2.4.7-5_arm64.deb ... #13 36.89 Unpacking libltdl7:arm64 (2.4.7-5) ... #13 36.93 Selecting previously unselected package libltdl-dev:arm64. #13 36.93 Preparing to unpack .../307-libltdl-dev_2.4.7-5_arm64.deb ... #13 36.93 Unpacking libltdl-dev:arm64 (2.4.7-5) ... #13 36.98 Selecting previously unselected package liblz1:arm64. #13 40.07 Preparing to unpack .../309-libxml-sax-expat-perl_0.51-1_all.deb ... #13 40.07 Unpacking libxml-sax-expat-perl (0.51-1) ... #13 40.10 Selecting previously unselected package libxml-simple-perl. #13 40.11 Preparing to unpack .../310-libxml-simple-perl_2.25-1_all.deb ... #13 40.11 Unpacking libxml-simple-perl (2.25-1) ... #13 40.14 Selecting previously unselected package libxmlrpc-lite-perl. #13 40.15 Preparing to unpack .../311-libxmlrpc-lite-perl_0.717-2_all.deb ... #13 40.15 Unpacking libxmlrpc-lite-perl (0.717-2) ... #13 40.19 Selecting previously unselected package libxmuu1:amd64. #13 40.19 Preparing to unpack .../312-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ... #13 40.20 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ... #13 40.23 Selecting previously unselected package libyaml-0-2:amd64. #13 40.23 Preparing to unpack .../313-libyaml-0-2_0.2.1-1_amd64.deb ... #13 40.24 Unpacking libyaml-0-2:amd64 (0.2.1-1) ... #13 40.27 Selecting previously unselected package libyaml-libyaml-perl. #13 40.27 Preparing to unpack .../314-libyaml-libyaml-perl_0.76+repack-1_amd64.deb ... #13 40.28 Unpacking libyaml-libyaml-perl (0.76+repack-1) ... #13 40.31 Selecting previously unselected package licensecheck. #13 37.29 Preparing to unpack .../282-libobject-id-perl_0.1.2-2.1_all.deb ... #13 37.30 Unpacking libobject-id-perl (0.1.2-2.1) ... #13 37.33 Selecting previously unselected package libmoox-struct-perl. #13 37.33 Preparing to unpack .../283-libmoox-struct-perl_0.020-1_all.deb ... #13 37.34 Unpacking libmoox-struct-perl (0.020-1) ... #13 37.37 Selecting previously unselected package libmouse-perl. #13 37.37 Preparing to unpack .../284-libmouse-perl_2.5.10-1+b1_arm64.deb ... #13 37.37 Unpacking libmouse-perl (2.5.10-1+b1) ... #13 37.42 Selecting previously unselected package libnumber-range-perl. #13 37.42 Preparing to unpack .../285-libnumber-range-perl_0.12-1.1_all.deb ... #13 37.42 Unpacking libnumber-range-perl (0.12-1.1) ... #13 37.46 Selecting previously unselected package libossp-uuid16:arm64. #13 37.46 Preparing to unpack .../286-libossp-uuid16_1.6.2-1.5+b9_arm64.deb ... #13 37.46 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b9) ... #13 37.49 Selecting previously unselected package libossp-uuid-perl. #13 37.50 Preparing to unpack .../287-libossp-uuid-perl_1.6.2-1.5+b9_arm64.deb ... #13 37.50 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ... #13 37.53 Selecting previously unselected package libpackage-stash-xs-perl. #13 37.66 Preparing to unpack .../250-libnamespace-clean-perl_0.27-1_all.deb ... #13 37.66 Unpacking libnamespace-clean-perl (0.27-1) ... #13 37.71 Selecting previously unselected package libpath-tiny-perl. #13 37.71 Preparing to unpack .../251-libpath-tiny-perl_0.118-1_all.deb ... #13 37.71 Unpacking libpath-tiny-perl (0.118-1) ... #13 37.74 Selecting previously unselected package libtype-tiny-perl. #13 37.74 Preparing to unpack .../252-libtype-tiny-perl_1.012001-2_all.deb ... #13 37.75 Unpacking libtype-tiny-perl (1.012001-2) ... #13 37.81 Selecting previously unselected package libgitlab-api-v4-perl. #14 38.66 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ... #14 38.66 Unpacking xz-utils (5.2.4-1ubuntu1.1) ... #14 38.70 Selecting previously unselected package gettext-base. #14 38.70 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_amd64.deb ... #14 38.71 Unpacking gettext-base (0.19.8.1-10build1) ... #14 38.74 Selecting previously unselected package iso-codes. #14 38.74 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ... #14 38.74 Unpacking iso-codes (4.4-1) ... #13 37.06 Preparing to unpack .../260-libmailutils5_1%3a3.5-4_arm64.deb ... #13 37.07 Unpacking libmailutils5:arm64 (1:3.5-4) ... #13 37.14 Selecting previously unselected package libmime-tools-perl. #13 37.14 Preparing to unpack .../261-libmime-tools-perl_5.509-1_all.deb ... #13 37.14 Unpacking libmime-tools-perl (5.509-1) ... #13 37.19 Selecting previously unselected package libnet-dns-sec-perl. #13 37.19 Preparing to unpack .../262-libnet-dns-sec-perl_1.11-1_arm64.deb ... #13 37.20 Unpacking libnet-dns-sec-perl (1.11-1) ... #13 37.23 Selecting previously unselected package libnet-libidn-perl. #13 37.24 Preparing to unpack .../263-libnet-libidn-perl_0.12.ds-3+b1_arm64.deb ... #13 37.24 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ... #13 37.27 Selecting previously unselected package libnumber-compare-perl. #13 37.27 Preparing to unpack .../264-libnumber-compare-perl_0.03-1_all.deb ... #13 37.28 Unpacking libnumber-compare-perl (0.03-1) ... #13 37.31 Selecting previously unselected package libnumber-range-perl. #14 36.87 Unpacking python3-certifi (2022.9.24-1) ... #14 36.90 Selecting previously unselected package python3-cffi-backend:amd64. #14 36.91 Preparing to unpack .../355-python3-cffi-backend_1.15.1-5build1_amd64.deb ... #14 36.91 Unpacking python3-cffi-backend:amd64 (1.15.1-5build1) ... #14 36.94 Selecting previously unselected package python3-cryptography. #14 36.95 Preparing to unpack .../356-python3-cryptography_38.0.4-2ubuntu0.1_amd64.deb ... #14 36.95 Unpacking python3-cryptography (38.0.4-2ubuntu0.1) ... #14 37.01 Selecting previously unselected package python3-idna. #14 37.01 Preparing to unpack .../357-python3-idna_3.3-1_all.deb ... #14 37.01 Unpacking python3-idna (3.3-1) ... #14 37.05 Selecting previously unselected package python3-nacl. #14 37.05 Preparing to unpack .../358-python3-nacl_1.5.0-2_amd64.deb ... #14 37.06 Unpacking python3-nacl (1.5.0-2) ... #14 37.10 Selecting previously unselected package python3-bcrypt. #14 37.10 Preparing to unpack .../359-python3-bcrypt_3.2.2-1_amd64.deb ... #14 37.10 Unpacking python3-bcrypt (3.2.2-1) ... #14 37.14 Selecting previously unselected package python3-six. #14 35.54 Get:221 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarray-intspan-perl all 2.003-1 [23.3 kB] #14 35.69 Get:222 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libasync-mergepoint-perl all 0.04-2 [10.2 kB] #14 34.58 Get:267 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdata-messagepack-perl arm64 1.02-1build1 [32.6 kB] #14 34.63 Get:268 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnet-domain-tld-perl all 1.75-3 [29.4 kB] #14 34.67 Get:269 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdata-validate-domain-perl all 0.10-1.1 [9992 B] #14 34.68 Get:270 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB] #14 34.70 Get:271 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnet-netmask-perl all 2.0002-2 [24.8 kB] #14 34.72 Get:272 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-2build1 [81.1 kB] #14 34.76 Get:273 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdata-validate-ip-perl all 0.31-1 [17.2 kB] #14 34.77 Get:274 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdata-validate-uri-perl all 0.07-2 [11.1 kB] #14 34.77 Get:275 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libdistro-info-perl all 1.5ubuntu0.23.10.1 [5466 B] #13 DONE 40.9s #14 [stage-1 3/8] COPY --link common /root/build-deb/debian #14 DONE 0.1s #15 [stage-1 4/8] RUN apt-get update && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control #14 31.99 Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexception-class-perl all 1.45-1 [28.6 kB] #14 32.00 Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB] #14 33.38 Get:241 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libxpm4 arm64 1:3.5.12-1.1ubuntu0.1 [35.0 kB] #14 33.57 Get:242 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libgd3 arm64 2.3.3-7ubuntu2 [119 kB] #14 32.49 Preparing to unpack .../357-python3-magic_2%3a0.4.24-2_all.deb ... #14 32.50 Unpacking python3-magic (2:0.4.24-2) ... #14 32.55 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ... #14 32.59 Setting up media-types (7.0.0) ... #14 32.63 Setting up libpipeline1:amd64 (1.5.5-1) ... #14 32.65 Setting up wdiff (1.2.2-2build3) ... #14 32.66 Setting up gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ... #14 32.68 Setting up libxau6:amd64 (1:1.0.9-1build5) ... #14 32.69 Setting up libre2-9:amd64 (20220201+dfsg-1) ... #14 32.70 Setting up lto-disabled-list (24) ... #14 32.74 Setting up libpsl5:amd64 (0.21.0-1.2build2) ... #14 32.76 Setting up bsdextrautils (2.37.2-4ubuntu3) ... #14 32.77 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode #14 32.77 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist #14 32.78 Setting up libtext-glob-perl (0.11-2) ... #14 32.80 Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ... #14 32.81 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ... #13 42.44 Preparing to unpack .../270-libpod-constants-perl_0.19-1_all.deb ... #13 42.44 Unpacking libpod-constants-perl (0.19-1) ... #13 42.48 Selecting previously unselected package libreadonly-perl. #13 42.48 Preparing to unpack .../271-libreadonly-perl_2.050-1_all.deb ... #13 42.48 Unpacking libreadonly-perl (2.050-1) ... #13 42.51 Selecting previously unselected package libref-util-perl. #13 42.52 Preparing to unpack .../272-libref-util-perl_0.204-1_all.deb ... #13 42.52 Unpacking libref-util-perl (0.204-1) ... #13 42.55 Selecting previously unselected package libref-util-xs-perl. #13 42.56 Preparing to unpack .../273-libref-util-xs-perl_0.117-1+b1_armhf.deb ... #13 42.56 Unpacking libref-util-xs-perl (0.117-1+b1) ... #13 42.60 Selecting previously unselected package libregexp-pattern-license-perl. #13 42.60 Preparing to unpack .../274-libregexp-pattern-license-perl_3.0.31-4_all.deb ... #13 42.60 Unpacking libregexp-pattern-license-perl (3.0.31-4) ... #13 42.64 Selecting previously unselected package libsasl2-modules:armhf. #13 42.64 Preparing to unpack .../275-libsasl2-modules_2.1.27+dfsg-1+deb10u2_armhf.deb ... #13 42.64 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-1+deb10u2) ... #13 42.68 Selecting previously unselected package libsereal-decoder-perl. #13 42.69 Preparing to unpack .../276-libsereal-decoder-perl_4.005+ds-1+b1_armhf.deb ... #13 42.69 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ... #13 42.73 Selecting previously unselected package libsereal-encoder-perl. #13 42.73 Preparing to unpack .../277-libsereal-encoder-perl_4.005+ds-1+b1_armhf.deb ... #13 42.73 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ... #13 42.77 Selecting previously unselected package libsereal-perl. #13 42.77 Preparing to unpack .../278-libsereal-perl_4.005-1_all.deb ... #13 42.77 Unpacking libsereal-perl (4.005-1) ... #13 42.80 Selecting previously unselected package libtask-weaken-perl. #20 9.426 Get:9 http://deb.debian.org/debian bookworm/main amd64 gcc-mingw-w64-x86-64 all 12.2.0-14+25.2 [185 kB] #13 44.59 Preparing to unpack .../298-liblist-someutils-xs-perl_0.58-3_armhf.deb ... #13 44.59 Unpacking liblist-someutils-xs-perl:armhf (0.58-3) ... #13 44.63 Selecting previously unselected package liblist-utilsby-perl. #13 44.63 Preparing to unpack .../299-liblist-utilsby-perl_0.12-2_all.deb ... #13 44.64 Unpacking liblist-utilsby-perl (0.12-2) ... #13 44.68 Selecting previously unselected package libltdl7:armhf. #13 44.68 Preparing to unpack .../300-libltdl7_2.4.7-5_armhf.deb ... #13 44.68 Unpacking libltdl7:armhf (2.4.7-5) ... #13 44.73 Selecting previously unselected package libltdl-dev:armhf. #13 44.73 Preparing to unpack .../301-libltdl-dev_2.4.7-5_armhf.deb ... #13 44.73 Unpacking libltdl-dev:armhf (2.4.7-5) ... #13 44.79 Selecting previously unselected package liblz1:armhf. #14 34.27 Preparing to unpack .../255-libnumber-compare-perl_0.03-3_all.deb ... #14 34.27 Unpacking libnumber-compare-perl (0.03-3) ... #14 34.30 Selecting previously unselected package libtext-glob-perl. #14 34.30 Preparing to unpack .../256-libtext-glob-perl_0.11-3_all.deb ... #14 34.30 Unpacking libtext-glob-perl (0.11-3) ... #14 34.34 Selecting previously unselected package libfile-find-rule-perl. #14 34.35 Preparing to unpack .../257-libfile-find-rule-perl_0.34-3_all.deb ... #14 34.35 Unpacking libfile-find-rule-perl (0.34-3) ... #14 34.40 Selecting previously unselected package libfont-afm-perl. #14 34.40 Preparing to unpack .../258-libfont-afm-perl_1.20-4_all.deb ... #14 34.40 Unpacking libfont-afm-perl (1.20-4) ... #14 34.44 Selecting previously unselected package libio-string-perl. #14 34.44 Preparing to unpack .../259-libio-string-perl_1.08-4_all.deb ... #14 34.45 Unpacking libio-string-perl (1.08-4) ... #14 34.49 Selecting previously unselected package libfont-ttf-perl. #14 34.49 Preparing to unpack .../260-libfont-ttf-perl_1.06-2_all.deb ... #14 34.49 Unpacking libfont-ttf-perl (1.06-2) ... #14 34.53 Selecting previously unselected package libfreezethaw-perl. #14 44.68 Selecting previously unselected package patch. #14 44.68 Preparing to unpack .../097-patch_2.7.6-6_armhf.deb ... #14 44.69 Unpacking patch (2.7.6-6) ... #14 44.74 Selecting previously unselected package dpkg-dev. #14 44.74 Preparing to unpack .../098-dpkg-dev_1.19.7ubuntu3.2_all.deb ... #14 44.75 Unpacking dpkg-dev (1.19.7ubuntu3.2) ... #14 44.83 Selecting previously unselected package build-essential. #14 44.83 Preparing to unpack .../099-build-essential_12.8ubuntu1.1_armhf.deb ... #14 44.84 Unpacking build-essential (12.8ubuntu1.1) ... #14 44.88 Selecting previously unselected package libbrotli1:armhf. #14 43.49 Selecting previously unselected package python3-minimal. #14 43.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4659 files and directories currently installed.) #14 43.50 Preparing to unpack .../00-python3-minimal_3.11.4-5_armhf.deb ... #14 43.50 Unpacking python3-minimal (3.11.4-5) ... #14 43.53 Selecting previously unselected package media-types. #14 43.53 Preparing to unpack .../01-media-types_10.1.0_all.deb ... #14 43.54 Unpacking media-types (10.1.0) ... #14 43.58 Selecting previously unselected package tzdata. #14 43.58 Preparing to unpack .../02-tzdata_2023d-0ubuntu0.23.10_all.deb ... #14 43.59 Unpacking tzdata (2023d-0ubuntu0.23.10) ... #14 43.67 Selecting previously unselected package libkrb5support0:armhf. #14 43.67 Preparing to unpack .../03-libkrb5support0_1.20.1-3ubuntu1_armhf.deb ... #14 43.67 Unpacking libkrb5support0:armhf (1.20.1-3ubuntu1) ... #14 43.71 Selecting previously unselected package libk5crypto3:armhf. #14 43.71 Preparing to unpack .../04-libk5crypto3_1.20.1-3ubuntu1_armhf.deb ... #14 43.71 Unpacking libk5crypto3:armhf (1.20.1-3ubuntu1) ... #14 43.75 Selecting previously unselected package libkeyutils1:armhf. #14 43.75 Preparing to unpack .../05-libkeyutils1_1.6.3-2_armhf.deb ... #14 43.76 Unpacking libkeyutils1:armhf (1.6.3-2) ... #14 43.80 Selecting previously unselected package libkrb5-3:armhf. #14 43.80 Preparing to unpack .../06-libkrb5-3_1.20.1-3ubuntu1_armhf.deb ... #14 43.80 Unpacking libkrb5-3:armhf (1.20.1-3ubuntu1) ... #14 43.85 Selecting previously unselected package libgssapi-krb5-2:armhf. #17 2.560 Package bash-4.4.20-4.el8.x86_64 is already installed. #17 2.561 Package bash-4.4.20-4.el8.x86_64 is already installed. #17 2.561 Package ca-certificates-2023.2.60_v7.0.306-80.0.el8.noarch is already installed. #17 2.561 Package libarchive-3.3.3-5.el8.x86_64 is already installed. #17 2.562 Package pkgconf-pkg-config-1.4.2-1.el8.x86_64 is already installed. #17 2.562 Package systemd-239-79.el8.x86_64 is already installed. #17 2.562 Package tar-2:1.30-9.el8.x86_64 is already installed. #17 2.563 Package bash-4.4.20-4.el8.x86_64 is already installed. #17 2.630 Dependencies resolved. #17 2.637 ================================================================================ #17 2.637 Package Arch Version Repository Size #17 2.637 ================================================================================ #17 2.637 Installing: #17 2.637 cmake x86_64 3.26.5-2.el8 appstream 14 M #17 2.637 gcc x86_64 8.5.0-21.el8 baseos 23 M #17 2.637 git x86_64 2.43.0-1.el8 appstream 92 k #17 2.637 glibc-static x86_64 2.28-248.el8 powertools 2.1 M #17 2.637 libseccomp-devel x86_64 2.5.2-1.el8 appstream 57 k #17 2.637 libselinux-devel x86_64 2.9-8.el8 baseos 200 k #17 2.637 libtool x86_64 2.4.6-25.el8 appstream 709 k #17 2.637 libtool-ltdl-devel x86_64 2.4.6-25.el8 appstream 184 k #17 2.637 make x86_64 1:4.2.1-11.el8 baseos 498 k #17 2.637 selinux-policy-devel noarch 3.14.3-134.el8 baseos 1.6 M #17 2.637 systemd-devel x86_64 239-79.el8 baseos 517 k #17 2.637 which x86_64 2.21-20.el8 baseos 50 k #17 2.637 Installing dependencies: #17 2.637 annobin x86_64 11.13-2.el8 baseos 972 k #17 2.637 autoconf noarch 2.69-29.el8 appstream 710 k #17 2.637 automake noarch 1.16.1-8.el8 appstream 740 k #17 2.637 checkpolicy x86_64 2.9-1.el8 baseos 348 k #17 2.637 cmake-data noarch 3.26.5-2.el8 appstream 2.6 M #17 2.637 cmake-filesystem x86_64 3.26.5-2.el8 appstream 52 k #17 2.637 cmake-rpm-macros noarch 3.26.5-2.el8 appstream 44 k #17 2.637 cpp x86_64 8.5.0-21.el8 baseos 10 M #17 2.637 gcc-plugin-annobin x86_64 8.5.0-21.el8 baseos 36 k #17 2.637 git-core x86_64 2.43.0-1.el8 appstream 11 M #17 2.637 git-core-doc noarch 2.43.0-1.el8 appstream 3.3 M #17 2.637 glibc-devel x86_64 2.28-248.el8 baseos 88 k #17 2.637 glibc-headers x86_64 2.28-248.el8 baseos 584 k #17 2.637 isl x86_64 0.16.1-6.el8 appstream 841 k #17 2.637 kernel-headers x86_64 4.18.0-536.el8 baseos 12 M #17 2.637 libedit x86_64 3.1-23.20170329cvs.el8 baseos 102 k #17 2.637 libgomp x86_64 8.5.0-21.el8 baseos 208 k #17 2.637 libmpc x86_64 1.1.0-9.1.el8 appstream 61 k #17 2.637 libselinux-utils x86_64 2.9-8.el8 baseos 243 k #17 2.637 libsepol-devel x86_64 2.9-3.el8 baseos 87 k #17 2.637 libuv x86_64 1:1.41.1-1.el8_4 appstream 156 k #17 2.637 libxcrypt-devel x86_64 4.1.1-6.el8 baseos 25 k #17 2.637 libxcrypt-static x86_64 4.1.1-6.el8 powertools 56 k #17 2.637 m4 x86_64 1.4.18-7.el8 baseos 223 k #17 2.637 openssh x86_64 8.0p1-23.el8 baseos 529 k #17 2.637 openssh-clients x86_64 8.0p1-23.el8 baseos 649 k #17 2.637 pcre2-devel x86_64 10.32-3.el8 baseos 605 k #17 2.637 pcre2-utf16 x86_64 10.32-3.el8 baseos 229 k #17 2.637 pcre2-utf32 x86_64 10.32-3.el8 baseos 220 k #17 2.637 perl-Error noarch 1:0.17025-2.el8 appstream 46 k #17 2.637 perl-Git noarch 2.43.0-1.el8 appstream 79 k #17 2.637 perl-TermReadKey x86_64 2.37-7.el8 appstream 40 k #17 2.637 perl-Thread-Queue noarch 3.13-1.el8 appstream 24 k #17 2.637 policycoreutils x86_64 2.9-24.el8 baseos 409 k #17 2.637 policycoreutils-devel x86_64 2.9-24.el8 baseos 296 k #17 2.637 policycoreutils-python-utils noarch 2.9-24.el8 baseos 260 k #17 2.637 python3-audit x86_64 3.1.2-1.el8 baseos 88 k #17 2.637 python3-libselinux x86_64 2.9-8.el8 baseos 283 k #17 2.637 python3-libsemanage x86_64 2.9-9.el8 baseos 128 k #17 2.637 python3-policycoreutils noarch 2.9-24.el8 baseos 2.3 M #17 2.637 python3-setools x86_64 4.3.0-5.el8 baseos 627 k #17 2.637 rpm-plugin-selinux x86_64 4.14.3-31.el8 baseos 78 k #17 2.637 selinux-policy noarch 3.14.3-134.el8 baseos 667 k #17 2.637 selinux-policy-minimum noarch 3.14.3-134.el8 baseos 14 M #17 2.637 vim-filesystem noarch 2:8.0.1763-19.el8.4 appstream 50 k #17 2.637 #17 2.637 Transaction Summary #17 2.637 ================================================================================ #17 2.637 Install 57 Packages #17 2.637 #17 2.640 Total download size: 109 M #17 2.640 Installed size: 293 M #17 2.640 Downloading Packages: #13 39.27 Selecting previously unselected package dirmngr. #13 39.27 Preparing to unpack .../092-dirmngr_2.2.27-2+deb11u2_armhf.deb ... #13 39.30 Unpacking dirmngr (2.2.27-2+deb11u2) ... #13 39.40 Selecting previously unselected package gnupg-l10n. #13 39.40 Preparing to unpack .../093-gnupg-l10n_2.2.27-2+deb11u2_all.deb ... #13 39.41 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ... #13 34.78 Selecting previously unselected package git. #13 34.79 Preparing to unpack .../114-git_1%3a2.39.2-1.1_armhf.deb ... #13 34.80 Unpacking git (1:2.39.2-1.1) ... #14 45.01 Selecting previously unselected package perl. #14 45.01 Preparing to unpack .../005-perl_5.34.0-3ubuntu1.3_armhf.deb ... #14 45.02 Unpacking perl (5.34.0-3ubuntu1.3) ... #14 45.06 Selecting previously unselected package openssl. #14 45.06 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.12_armhf.deb ... #14 45.06 Unpacking openssl (3.0.2-0ubuntu1.12) ... #14 45.13 Selecting previously unselected package ca-certificates. #14 45.13 Preparing to unpack .../007-ca-certificates_20230311ubuntu0.22.04.1_all.deb ... #13 41.28 Preparing to unpack .../320-libpackage-stash-xs-perl_0.30-1+b1_amd64.deb ... #13 41.28 Unpacking libpackage-stash-xs-perl:amd64 (0.30-1+b1) ... #13 41.31 Selecting previously unselected package libpath-iterator-rule-perl. #13 41.32 Preparing to unpack .../321-libpath-iterator-rule-perl_1.015-2_all.deb ... #13 41.32 Unpacking libpath-iterator-rule-perl (1.015-2) ... #13 41.35 Selecting previously unselected package libperlio-gzip-perl. #13 41.35 Preparing to unpack .../322-libperlio-gzip-perl_0.20-1+b1_amd64.deb ... #13 41.36 Unpacking libperlio-gzip-perl (0.20-1+b1) ... #13 41.39 Selecting previously unselected package libperlio-utf8-strict-perl. #13 41.39 Preparing to unpack .../323-libperlio-utf8-strict-perl_0.010-1_amd64.deb ... #13 41.40 Unpacking libperlio-utf8-strict-perl (0.010-1) ... #13 41.43 Selecting previously unselected package libpod-parser-perl. #13 41.44 Preparing to unpack .../324-libpod-parser-perl_1.65-1_all.deb ... #13 41.45 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #13 41.46 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #13 41.47 Unpacking libpod-parser-perl (1.65-1) ... #13 41.50 Selecting previously unselected package libpod-constants-perl. #13 39.70 Setting up gcc (4:8.3.0-1+rpi2) ... #13 39.72 Setting up perl (5.28.1-6+deb10u1) ... #13 39.76 Setting up libio-html-perl (1.001-1) ... #13 39.77 Setting up libb-hooks-op-check-perl (0.22-1+b1) ... #13 39.78 Setting up libdpkg-perl (1.19.8) ... #13 39.81 Setting up autoconf (2.69-11) ... #13 39.83 Setting up libsub-exporter-progressive-perl (0.001013-1) ... #13 39.85 Setting up libtimedate-perl (2.3000-2+deb10u1) ... #13 39.87 Setting up libdevel-globaldestruction-perl (0.14-1) ... #13 39.88 Setting up libstrictures-perl (2.000005-1) ... #13 39.90 Setting up libsub-quote-perl (2.005001-1) ... #13 39.92 Setting up liburi-perl (1.76-1) ... #13 39.95 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ... #13 36.98 Preparing to unpack .../308-liblz1_1.13-5_arm64.deb ... #13 36.99 Unpacking liblz1:arm64 (1.13-5) ... #13 37.02 Selecting previously unselected package liblzo2-2:arm64. #13 37.03 Preparing to unpack .../309-liblzo2-2_2.10-2_arm64.deb ... #13 37.03 Unpacking liblzo2-2:arm64 (2.10-2) ... #13 37.06 Selecting previously unselected package libsys-hostname-long-perl. #13 37.07 Preparing to unpack .../310-libsys-hostname-long-perl_1.5-3_all.deb ... #13 37.07 Unpacking libsys-hostname-long-perl (1.5-3) ... #13 37.10 Selecting previously unselected package libmail-sendmail-perl. #13 37.10 Preparing to unpack .../311-libmail-sendmail-perl_0.80-3_all.deb ... #13 37.13 Unpacking libmail-sendmail-perl (0.80-3) ... #13 37.16 Selecting previously unselected package libnet-smtp-ssl-perl. #13 37.16 Preparing to unpack .../312-libnet-smtp-ssl-perl_1.04-2_all.deb ... #13 37.16 Unpacking libnet-smtp-ssl-perl (1.04-2) ... #13 37.19 Selecting previously unselected package libmailtools-perl. #13 37.20 Preparing to unpack .../313-libmailtools-perl_2.21-2_all.deb ... #13 37.20 Unpacking libmailtools-perl (2.21-2) ... #13 40.31 Preparing to unpack .../315-licensecheck_3.0.31-3_all.deb ... #13 40.31 Unpacking licensecheck (3.0.31-3) ... #13 40.35 Selecting previously unselected package t1utils. #13 40.35 Preparing to unpack .../316-t1utils_1.41-3_amd64.deb ... #13 40.36 Unpacking t1utils (1.41-3) ... #13 40.39 Selecting previously unselected package lintian. #13 40.40 Preparing to unpack .../317-lintian_2.15.0_all.deb ... #13 40.40 Unpacking lintian (2.15.0) ... #13 40.52 Selecting previously unselected package lsb-release. #13 40.52 Preparing to unpack .../318-lsb-release_10.2019051400_all.deb ... #13 40.53 Unpacking lsb-release (10.2019051400) ... #13 40.56 Selecting previously unselected package mailutils. #13 40.56 Preparing to unpack .../319-mailutils_1%3a3.5-4_amd64.deb ... #13 40.57 Unpacking mailutils (1:3.5-4) ... #13 40.62 Selecting previously unselected package manpages-dev. #13 40.62 Preparing to unpack .../320-manpages-dev_4.16-2_all.deb ... #13 40.62 Unpacking manpages-dev (4.16-2) ... #16 79.04 Installing : 1:make-3.82-24.el7.aarch64 7/60 #16 79.37 Installing : checkpolicy-2.5-8.el7.aarch64 8/60 #13 37.53 Preparing to unpack .../288-libpackage-stash-xs-perl_0.29-1+b2_arm64.deb ... #13 37.53 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ... #13 37.56 Selecting previously unselected package libpath-iterator-rule-perl. #13 37.57 Preparing to unpack .../289-libpath-iterator-rule-perl_1.014-1_all.deb ... #13 37.57 Unpacking libpath-iterator-rule-perl (1.014-1) ... #13 37.61 Selecting previously unselected package libperlio-gzip-perl. #13 37.61 Preparing to unpack .../290-libperlio-gzip-perl_0.19-1+b7_arm64.deb ... #13 37.61 Unpacking libperlio-gzip-perl (0.19-1+b7) ... #13 37.65 Selecting previously unselected package libpod-parser-perl. #13 37.65 Preparing to unpack .../291-libpod-parser-perl_1.63-2_all.deb ... #13 37.66 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #13 37.67 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #13 37.68 Unpacking libpod-parser-perl (1.63-2) ... #13 37.72 Selecting previously unselected package libpod-constants-perl. #13 37.72 Preparing to unpack .../292-libpod-constants-perl_0.19-2_all.deb ... #13 37.72 Unpacking libpod-constants-perl (0.19-2) ... #13 37.76 Selecting previously unselected package libproc-processtable-perl. #13 37.81 Preparing to unpack .../253-libgitlab-api-v4-perl_0.26-1_all.deb ... #13 37.81 Unpacking libgitlab-api-v4-perl (0.26-1) ... #13 37.86 Selecting previously unselected package libglib2.0-0:amd64. #13 37.87 Preparing to unpack .../254-libglib2.0-0_2.66.8-1_amd64.deb ... #13 37.87 Unpacking libglib2.0-0:amd64 (2.66.8-1) ... #13 38.01 Selecting previously unselected package libglib2.0-data. #13 38.01 Preparing to unpack .../255-libglib2.0-data_2.66.8-1_all.deb ... #13 38.01 Unpacking libglib2.0-data (2.66.8-1) ... #13 38.20 Selecting previously unselected package libgpm2:amd64. #14 39.08 Selecting previously unselected package krb5-locales. #14 39.08 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.4_all.deb ... #14 39.08 Unpacking krb5-locales (1.17-6ubuntu4.4) ... #14 39.11 Selecting previously unselected package libcbor0.6:amd64. #14 39.12 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... #14 39.12 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... #14 39.16 Selecting previously unselected package libedit2:amd64. #14 39.16 Preparing to unpack .../038-libedit2_3.1-20191231-1_amd64.deb ... #14 39.16 Unpacking libedit2:amd64 (3.1-20191231-1) ... #14 39.20 Selecting previously unselected package libfido2-1:amd64. #13 37.31 Preparing to unpack .../265-libnumber-range-perl_0.12-1_all.deb ... #13 37.32 Unpacking libnumber-range-perl (0.12-1) ... #13 37.35 Selecting previously unselected package libossp-uuid16:arm64. #13 37.35 Preparing to unpack .../266-libossp-uuid16_1.6.2-1.5+b7_arm64.deb ... #13 37.36 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b7) ... #13 37.39 Selecting previously unselected package libossp-uuid-perl. #13 37.39 Preparing to unpack .../267-libossp-uuid-perl_1.6.2-1.5+b7_arm64.deb ... #13 37.40 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ... #13 37.43 Selecting previously unselected package libpackage-stash-xs-perl. #13 37.43 Preparing to unpack .../268-libpackage-stash-xs-perl_0.29-1_arm64.deb ... #13 37.44 Unpacking libpackage-stash-xs-perl (0.29-1) ... #13 37.47 Selecting previously unselected package libparse-debianchangelog-perl. #13 37.47 Preparing to unpack .../269-libparse-debianchangelog-perl_1.2.0-13_all.deb ... #13 37.47 Unpacking libparse-debianchangelog-perl (1.2.0-13) ... #13 37.57 Selecting previously unselected package libtext-glob-perl. #14 37.14 Preparing to unpack .../360-python3-six_1.16.0-4_all.deb ... #14 37.14 Unpacking python3-six (1.16.0-4) ... #14 37.18 Selecting previously unselected package python3-paramiko. #14 37.18 Preparing to unpack .../361-python3-paramiko_2.12.0-2ubuntu1_all.deb ... #14 37.19 Unpacking python3-paramiko (2.12.0-2ubuntu1) ... #14 37.23 Selecting previously unselected package python3-urllib3. #14 37.23 Preparing to unpack .../362-python3-urllib3_1.26.12-1ubuntu0.1_all.deb ... #14 37.23 Unpacking python3-urllib3 (1.26.12-1ubuntu0.1) ... #14 37.29 Selecting previously unselected package python3-requests. #14 37.29 Preparing to unpack .../363-python3-requests_2.28.1+dfsg-1ubuntu1.1_all.deb ... #14 37.30 Unpacking python3-requests (2.28.1+dfsg-1ubuntu1.1) ... #14 37.33 Selecting previously unselected package python3-unidiff. #14 37.33 Preparing to unpack .../364-python3-unidiff_0.7.3-1_all.deb ... #14 37.34 Unpacking python3-unidiff (0.7.3-1) ... #14 37.37 Selecting previously unselected package equivs. #14 37.37 Preparing to unpack .../365-equivs_2.3.1_all.deb ... #14 37.37 Unpacking equivs (2.3.1) ... #14 37.40 Selecting previously unselected package libauthen-sasl-perl. #14 35.77 Get:223 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmodule-implementation-perl all 0.09-1 [12.2 kB] #14 35.86 Get:224 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B] #14 32.40 Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB] #14 32.47 Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexporter-tiny-perl all 1.002002-1 [36.2 kB] #14 32.55 Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-xs-perl arm64 0.430-2build2 [39.2 kB] #14 41.48 Get:352 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libstring-license-perl all 0.0.2-1ubuntu2 [34.7 kB] #14 41.67 Get:353 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libstring-shellquote-perl all 1.04-3 [11.3 kB] #14 41.69 Get:354 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsyntax-keyword-try-perl armhf 0.28-1 [25.3 kB] #14 33.73 Get:243 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libc-devtools arm64 2.37-0ubuntu2.2 [27.3 kB] #14 33.74 Get:244 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libcapture-tiny-perl all 0.48-2 [20.2 kB] #14 33.75 Get:245 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libcgi-pm-perl all 4.55-1 [188 kB] #14 33.83 Get:246 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfcgi0ldbl arm64 2.4.2-2build2 [28.0 kB] #14 32.82 Setting up distro-info-data (0.52ubuntu0.6) ... #14 32.84 Setting up manpages (5.10-1ubuntu1) ... #14 32.86 Setting up unzip (6.0-26ubuntu3.1) ... #14 32.87 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 32.89 Setting up libbrotli1:amd64 (1.0.9-2build6) ... #14 32.90 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ... #14 32.92 Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 32.94 Setting up binutils-common:amd64 (2.38-4ubuntu2.5) ... #14 32.96 Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.1) ... #14 32.97 Setting up libmagic1:amd64 (1:5.41-3ubuntu0.1) ... #14 33.00 Setting up libdeflate0:amd64 (1.10-2) ... #14 33.01 Setting up less (590-1ubuntu0.22.04.1) ... #14 33.04 Setting up perl-openssl-defaults:amd64 (5build2) ... #20 9.427 Get:10 http://deb.debian.org/debian bookworm/main amd64 mingw-w64-tools amd64 10.0.0-3 [275 kB] #20 9.628 debconf: delaying package configuration, since apt-utils is not installed #20 9.713 Fetched 101 MB in 2s (51.7 MB/s) #20 9.729 Selecting previously unselected package binutils-mingw-w64-x86-64. #13 44.79 Preparing to unpack .../302-liblz1_1.13-5_armhf.deb ... #13 44.80 Unpacking liblz1:armhf (1.13-5) ... #13 44.84 Selecting previously unselected package liblzo2-2:armhf. #13 44.84 Preparing to unpack .../303-liblzo2-2_2.10-2_armhf.deb ... #13 44.85 Unpacking liblzo2-2:armhf (2.10-2) ... #13 44.89 Selecting previously unselected package libsys-hostname-long-perl. #13 44.89 Preparing to unpack .../304-libsys-hostname-long-perl_1.5-3_all.deb ... #13 44.90 Unpacking libsys-hostname-long-perl (1.5-3) ... #13 44.94 Selecting previously unselected package libmail-sendmail-perl. #13 44.94 Preparing to unpack .../305-libmail-sendmail-perl_0.80-3_all.deb ... #13 44.94 Unpacking libmail-sendmail-perl (0.80-3) ... #13 44.98 Selecting previously unselected package libnet-smtp-ssl-perl. #13 44.98 Preparing to unpack .../306-libnet-smtp-ssl-perl_1.04-2_all.deb ... #13 44.99 Unpacking libnet-smtp-ssl-perl (1.04-2) ... #13 45.03 Selecting previously unselected package libmailtools-perl. #13 42.81 Preparing to unpack .../279-libtask-weaken-perl_1.06-1_all.deb ... #13 42.81 Unpacking libtask-weaken-perl (1.06-1) ... #13 42.85 Selecting previously unselected package libxml-parser-perl. #13 42.85 Preparing to unpack .../280-libxml-parser-perl_2.44-4_armhf.deb ... #13 42.85 Unpacking libxml-parser-perl (2.44-4) ... #13 42.90 Selecting previously unselected package libsoap-lite-perl. #13 42.90 Preparing to unpack .../281-libsoap-lite-perl_1.27-1_all.deb ... #13 42.91 Unpacking libsoap-lite-perl (1.27-1) ... #13 43.00 Selecting previously unselected package libsort-key-perl. #13 43.00 Preparing to unpack .../282-libsort-key-perl_1.33-2+b1_armhf.deb ... #13 43.01 Unpacking libsort-key-perl (1.33-2+b1) ... #14 34.54 Preparing to unpack .../261-libfreezethaw-perl_0.5001-3_all.deb ... #14 34.54 Unpacking libfreezethaw-perl (0.5001-3) ... #14 34.59 Selecting previously unselected package libsort-versions-perl. #14 34.59 Preparing to unpack .../262-libsort-versions-perl_1.62-3_all.deb ... #14 34.60 Unpacking libsort-versions-perl (1.62-3) ... #14 34.63 Selecting previously unselected package libgit-wrapper-perl. #14 34.63 Preparing to unpack .../263-libgit-wrapper-perl_0.048-2_all.deb ... #14 34.63 Unpacking libgit-wrapper-perl (0.048-2) ... #14 34.67 Selecting previously unselected package libhttp-tiny-multipart-perl. #14 34.67 Preparing to unpack .../264-libhttp-tiny-multipart-perl_0.08-2_all.deb ... #14 34.68 Unpacking libhttp-tiny-multipart-perl (0.08-2) ... #14 34.71 Selecting previously unselected package libio-prompter-perl. #14 34.72 Preparing to unpack .../265-libio-prompter-perl_0.004015-2_all.deb ... #14 34.72 Unpacking libio-prompter-perl (0.004015-2) ... #14 34.75 Selecting previously unselected package libtypes-serialiser-perl. #14 34.75 Preparing to unpack .../266-libtypes-serialiser-perl_1.01-1_all.deb ... #14 34.76 Unpacking libtypes-serialiser-perl (1.01-1) ... #14 34.80 Selecting previously unselected package libjson-xs-perl. #14 34.80 Preparing to unpack .../267-libjson-xs-perl_4.030-2_amd64.deb ... #14 34.81 Unpacking libjson-xs-perl (4.030-2) ... #14 34.85 Selecting previously unselected package libjson-maybexs-perl. #14 34.85 Preparing to unpack .../268-libjson-maybexs-perl_1.004005-1_all.deb ... #14 34.86 Unpacking libjson-maybexs-perl (1.004005-1) ... #14 34.90 Selecting previously unselected package liblog-any-perl. #14 34.90 Preparing to unpack .../269-liblog-any-perl_1.715-1_all.deb ... #14 44.88 Preparing to unpack .../100-libbrotli1_1.0.7-6ubuntu0.1_armhf.deb ... #14 44.88 Unpacking libbrotli1:armhf (1.0.7-6ubuntu0.1) ... #14 44.95 Selecting previously unselected package libroken18-heimdal:armhf. #14 44.95 Preparing to unpack .../101-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... #14 45.08 Unpacking libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 45.12 Selecting previously unselected package libasn1-8-heimdal:armhf. #14 45.12 Preparing to unpack .../102-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... #14 45.13 Unpacking libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 43.85 Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-3ubuntu1_armhf.deb ... #14 43.85 Unpacking libgssapi-krb5-2:armhf (1.20.1-3ubuntu1) ... #14 43.89 Selecting previously unselected package libtirpc-common. #14 43.89 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... #14 43.89 Unpacking libtirpc-common (1.3.3+ds-1) ... #14 43.93 Selecting previously unselected package libtirpc3:armhf. #14 43.93 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_armhf.deb ... #14 43.93 Unpacking libtirpc3:armhf (1.3.3+ds-1) ... #14 43.97 Selecting previously unselected package libnsl2:armhf. #14 43.97 Preparing to unpack .../10-libnsl2_1.3.0-2build2_armhf.deb ... #14 43.98 Unpacking libnsl2:armhf (1.3.0-2build2) ... #14 44.01 Selecting previously unselected package readline-common. #14 44.01 Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... #14 44.01 Unpacking readline-common (8.2-1.3) ... #14 44.05 Selecting previously unselected package libreadline8:armhf. #14 44.05 Preparing to unpack .../12-libreadline8_8.2-1.3_armhf.deb ... #14 44.06 Unpacking libreadline8:armhf (8.2-1.3) ... #14 44.09 Selecting previously unselected package libsqlite3-0:armhf. #14 44.09 Preparing to unpack .../13-libsqlite3-0_3.42.0-1ubuntu0.1_armhf.deb ... #13 39.52 Selecting previously unselected package gnupg-utils. #13 39.52 Preparing to unpack .../094-gnupg-utils_2.2.27-2+deb11u2_armhf.deb ... #13 39.53 Unpacking gnupg-utils (2.2.27-2+deb11u2) ... #13 39.62 Selecting previously unselected package gpg. #13 39.62 Preparing to unpack .../095-gpg_2.2.27-2+deb11u2_armhf.deb ... #13 39.63 Unpacking gpg (2.2.27-2+deb11u2) ... #13 39.71 Selecting previously unselected package pinentry-curses. #13 39.72 Preparing to unpack .../096-pinentry-curses_1.1.0-4_armhf.deb ... #13 39.72 Unpacking pinentry-curses (1.1.0-4) ... #13 35.22 Setting up media-types (10.0.0) ... #13 35.24 Setting up libpipeline1:armhf (1.5.7-1) ... #13 35.26 Setting up wdiff (1.2.2-5) ... #13 35.27 Setting up libfile-which-perl (1.27-2) ... #13 35.29 Setting up libicu72:armhf (72.1-3) ... #13 35.31 Setting up bsdextrautils (2.38.1-5) ... #13 35.33 Setting up libdynaloader-functions-perl (0.003-3) ... #14 45.13 Unpacking ca-certificates (20230311ubuntu0.22.04.1) ... #14 45.18 Selecting previously unselected package distro-info-data. #14 45.19 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.6_all.deb ... #14 45.19 Unpacking distro-info-data (0.52ubuntu0.6) ... #14 45.22 Selecting previously unselected package iso-codes. #14 45.22 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ... #14 45.22 Unpacking iso-codes (4.9.0-1) ... #14 45.39 Selecting previously unselected package less. #13 41.51 Preparing to unpack .../325-libpod-constants-perl_0.19-2_all.deb ... #13 41.52 Unpacking libpod-constants-perl (0.19-2) ... #13 41.55 Selecting previously unselected package libproc-processtable-perl:amd64. #13 41.55 Preparing to unpack .../326-libproc-processtable-perl_0.634-1+b2_amd64.deb ... #13 41.55 Unpacking libproc-processtable-perl:amd64 (0.634-1+b2) ... #13 41.59 Selecting previously unselected package libre2-9:amd64. #13 41.60 Preparing to unpack .../327-libre2-9_20220601+dfsg-1+b1_amd64.deb ... #13 41.60 Unpacking libre2-9:amd64 (20220601+dfsg-1+b1) ... #13 41.64 Selecting previously unselected package libre-engine-re2-perl:amd64. #13 41.65 Preparing to unpack .../328-libre-engine-re2-perl_0.17+ds-1_amd64.deb ... #13 41.65 Unpacking libre-engine-re2-perl:amd64 (0.17+ds-1) ... #13 41.68 Selecting previously unselected package libreadonly-perl. #13 41.68 Preparing to unpack .../329-libreadonly-perl_2.050-3_all.deb ... #13 41.68 Unpacking libreadonly-perl (2.050-3) ... #13 41.71 Selecting previously unselected package libref-util-perl. #13 41.71 Preparing to unpack .../330-libref-util-perl_0.204-2_all.deb ... #13 41.72 Unpacking libref-util-perl (0.204-2) ... #13 41.75 Selecting previously unselected package libref-util-xs-perl. #13 40.02 Setting up automake (1:1.16.1-4) ... #13 40.03 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #13 40.03 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #13 40.03 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #13 40.05 Setting up libhttp-date-perl (6.02-1) ... #13 40.06 Setting up libfile-which-perl (1.23-1) ... #13 40.08 Setting up libfile-listing-perl (6.04-1) ... #13 40.09 Setting up libdynaloader-functions-perl (0.003-1) ... #13 40.11 Setting up libclass-method-modifiers-perl (2.12-1) ... #13 40.12 Setting up libio-pty-perl (1:1.08-1.1+b4) ... #13 40.14 Setting up libarchive-zip-perl (1.64-1) ... #13 40.16 Setting up libhtml-tagset-perl (3.20-3) ... #13 40.17 Setting up libdebhelper-perl (13.2~bpo10+1) ... #13 40.19 Setting up liblwp-mediatypes-perl (6.02-1) ... #13 40.20 Setting up libtry-tiny-perl (0.30-1) ... #13 40.22 Setting up libnet-http-perl (6.18-1) ... #13 40.24 Setting up libencode-locale-perl (1.05-1) ... #13 37.24 Selecting previously unselected package libmarkdown2:arm64. #13 37.24 Preparing to unpack .../314-libmarkdown2_2.2.7-2_arm64.deb ... #13 37.25 Unpacking libmarkdown2:arm64 (2.2.7-2) ... #13 37.28 Selecting previously unselected package libmath-base85-perl. #13 37.29 Preparing to unpack .../315-libmath-base85-perl_0.5+dfsg-2_all.deb ... #13 37.29 Unpacking libmath-base85-perl (0.5+dfsg-2) ... #13 37.32 Selecting previously unselected package libmime-tools-perl. #13 37.32 Preparing to unpack .../316-libmime-tools-perl_5.510-1_all.deb ... #13 37.33 Unpacking libmime-tools-perl (5.510-1) ... #13 37.37 Selecting previously unselected package libmldbm-perl. #13 37.37 Preparing to unpack .../317-libmldbm-perl_2.05-4_all.deb ... #13 37.37 Unpacking libmldbm-perl (2.05-4) ... #13 37.41 Selecting previously unselected package libmoox-aliases-perl. #13 37.41 Preparing to unpack .../318-libmoox-aliases-perl_0.001006-2_all.deb ... #13 37.41 Unpacking libmoox-aliases-perl (0.001006-2) ... #13 37.44 Selecting previously unselected package libmouse-perl. #16 79.40 Installing : m4-1.4.16-10.el7.aarch64 9/60 #14 extracting sha256:30d85599795460b2d9d24c6b87c53ec60555b601705cc83bea31632240500980 1.8s done #14 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e #13 23.52 Running scriptlet: glibc-gconv-extra-2.34-95.el9.aarch64 138/138 #13 28.46 Verifying : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1 1/138 #13 28.46 Verifying : binutils-2.35.2-42.el9.aarch64 2/138 #13 28.46 Verifying : binutils-gold-2.35.2-42.el9.aarch64 3/138 #13 28.46 Verifying : bzip2-1.0.8-8.el9.aarch64 4/138 #13 28.46 Verifying : cpio-2.13-16.el9.aarch64 5/138 #13 28.46 Verifying : dbus-libs-1:1.12.20-8.el9.aarch64 6/138 #13 28.46 Verifying : diffutils-3.7-12.el9.aarch64 7/138 #13 28.46 Verifying : dnf-plugins-core-4.3.0-13.el9.noarch 8/138 #13 28.46 Verifying : ed-1.14.2-12.el9.aarch64 9/138 #13 28.46 Verifying : elfutils-0.190-2.el9.aarch64 10/138 #13 28.46 Verifying : elfutils-debuginfod-client-0.190-2.el9.aarch64 11/138 #13 28.46 Verifying : file-5.39-14.el9.aarch64 12/138 #13 28.46 Verifying : glib-networking-2.68.3-3.el9.aarch64 13/138 #13 28.46 Verifying : glibc-gconv-extra-2.34-95.el9.aarch64 14/138 #13 28.46 Verifying : groff-base-1.22.4-10.el9.aarch64 15/138 #13 28.46 Verifying : gsettings-desktop-schemas-40.0-6.el9.aarch64 16/138 #13 28.46 Verifying : info-6.7-15.el9.aarch64 17/138 #13 28.46 Verifying : json-glib-1.6.6-1.el9.aarch64 18/138 #13 28.46 Verifying : less-590-2.el9.aarch64 19/138 #13 28.46 Verifying : libbrotli-1.0.9-6.el9.aarch64 20/138 #13 28.46 Verifying : libicu-67.1-9.el9.aarch64 21/138 #13 28.46 Verifying : libpipeline-1.5.3-4.el9.aarch64 22/138 #13 28.46 Verifying : libpkgconf-1.7.3-10.el9.aarch64 23/138 #13 28.46 Verifying : libpng-2:1.6.37-12.el9.aarch64 24/138 #13 28.46 Verifying : libproxy-0.4.15-35.el9.aarch64 25/138 #13 28.46 Verifying : libpsl-0.21.1-5.el9.aarch64 26/138 #13 28.46 Verifying : man-db-2.9.3-7.el9.aarch64 27/138 #13 28.46 Verifying : ncurses-6.2-10.20210508.el9.aarch64 28/138 #13 28.46 Verifying : pkgconf-1.7.3-10.el9.aarch64 29/138 #13 28.46 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 30/138 #13 28.46 Verifying : pkgconf-pkg-config-1.7.3-10.el9.aarch64 31/138 #13 28.46 Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 32/138 #13 28.46 Verifying : python3-dateutil-1:2.8.1-7.el9.noarch 33/138 #13 28.46 Verifying : python3-dbus-1.2.18-2.el9.aarch64 34/138 #13 28.46 Verifying : python3-dnf-plugins-core-4.3.0-13.el9.noarch 35/138 #13 28.46 Verifying : python3-six-1.15.0-9.el9.noarch 36/138 #13 28.46 Verifying : python3-systemd-234-18.el9.aarch64 37/138 #13 28.46 Verifying : shared-mime-info-2.1-5.el9.aarch64 38/138 #13 28.46 Verifying : systemd-libs-252-23.el9.aarch64 39/138 #13 28.46 Verifying : unzip-6.0-56.el9.aarch64 40/138 #13 28.46 Verifying : xz-5.2.5-8.el9.aarch64 41/138 #13 28.46 Verifying : zip-3.0-35.el9.aarch64 42/138 #13 28.46 Verifying : zstd-1.5.1-2.el9.aarch64 43/138 #13 28.46 Verifying : abattis-cantarell-fonts-0.301-4.el9.noarch 44/138 #13 28.46 Verifying : debugedit-5.0-5.el9.aarch64 45/138 #13 28.46 Verifying : desktop-file-utils-0.26-6.el9.aarch64 46/138 #13 28.46 Verifying : dwz-0.14-3.el9.aarch64 47/138 #13 28.46 Verifying : efi-srpm-macros-4-9.el9.noarch 48/138 #13 28.46 Verifying : emacs-filesystem-1:27.2-9.el9.noarch 49/138 #13 28.46 Verifying : enchant-1:1.6.0-30.el9.aarch64 50/138 #13 28.46 Verifying : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch 51/138 #13 28.46 Verifying : gdb-minimal-10.2-13.el9.aarch64 52/138 #13 28.46 Verifying : gdk-pixbuf2-2.42.6-3.el9.aarch64 53/138 #13 28.46 Verifying : ghc-srpm-macros-1.5.0-6.el9.noarch 54/138 #13 28.46 Verifying : go-srpm-macros-3.2.0-3.el9.noarch 55/138 #13 28.46 Verifying : hunspell-1.7.0-11.el9.aarch64 56/138 #13 28.46 Verifying : hunspell-en-0.20140811.1-20.el9.noarch 57/138 #13 28.46 Verifying : hunspell-en-GB-0.20140811.1-20.el9.noarch 58/138 #13 28.46 Verifying : hunspell-en-US-0.20140811.1-20.el9.noarch 59/138 #13 28.46 Verifying : hunspell-filesystem-1.7.0-11.el9.aarch64 60/138 #13 28.46 Verifying : kernel-srpm-macros-1.0-13.el9.noarch 61/138 #13 28.46 Verifying : libappstream-glib-0.7.18-4.el9.aarch64 62/138 #13 28.46 Verifying : libjpeg-turbo-2.0.90-7.el9.aarch64 63/138 #13 28.46 Verifying : libproxy-webkitgtk4-0.4.15-35.el9.aarch64 64/138 #13 28.46 Verifying : libsoup-2.72.0-8.el9.aarch64 65/138 #13 28.46 Verifying : libstemmer-0-18.585svn.el9.aarch64 66/138 #13 28.46 Verifying : lua-srpm-macros-1-6.el9.noarch 67/138 #13 28.46 Verifying : ocaml-srpm-macros-6-6.el9.noarch 68/138 #13 28.46 Verifying : openblas-srpm-macros-2-11.el9.noarch 69/138 #13 28.46 Verifying : patch-2.7.6-16.el9.aarch64 70/138 #13 28.46 Verifying : perl-AutoLoader-5.74-481.el9.noarch 71/138 #13 28.46 Verifying : perl-B-1.80-481.el9.aarch64 72/138 #13 28.46 Verifying : perl-Carp-1.50-460.el9.noarch 73/138 #13 28.46 Verifying : perl-Class-Struct-0.66-481.el9.noarch 74/138 #13 28.46 Verifying : perl-Data-Dumper-2.174-462.el9.aarch64 75/138 #13 28.46 Verifying : perl-Digest-1.19-4.el9.noarch 76/138 #13 28.46 Verifying : perl-Digest-MD5-2.58-4.el9.aarch64 77/138 #13 28.46 Verifying : perl-Encode-4:3.08-462.el9.aarch64 78/138 #13 28.46 Verifying : perl-Errno-1.30-481.el9.aarch64 79/138 #13 28.46 Verifying : perl-Exporter-5.74-461.el9.noarch 80/138 #13 28.46 Verifying : perl-Fcntl-1.13-481.el9.aarch64 81/138 #13 28.46 Verifying : perl-File-Basename-2.85-481.el9.noarch 82/138 #13 28.46 Verifying : perl-File-Path-2.18-4.el9.noarch 83/138 #13 28.46 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 84/138 #13 28.46 Verifying : perl-File-stat-1.09-481.el9.noarch 85/138 #13 28.46 Verifying : perl-FileHandle-2.03-481.el9.noarch 86/138 #13 28.46 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 87/138 #13 28.46 Verifying : perl-Getopt-Std-1.12-481.el9.noarch 88/138 #13 28.46 Verifying : perl-HTTP-Tiny-0.076-462.el9.noarch 89/138 #13 28.46 Verifying : perl-IO-1.43-481.el9.aarch64 90/138 #13 28.46 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 91/138 #13 28.46 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 92/138 #13 28.46 Verifying : perl-IPC-Open3-1.21-481.el9.noarch 93/138 #13 28.46 Verifying : perl-MIME-Base64-3.16-4.el9.aarch64 94/138 #13 28.46 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 95/138 #13 28.46 Verifying : perl-NDBM_File-1.15-481.el9.aarch64 96/138 #13 28.46 Verifying : perl-Net-SSLeay-1.92-2.el9.aarch64 97/138 #13 28.46 Verifying : perl-POSIX-1.94-481.el9.aarch64 98/138 #13 28.46 Verifying : perl-PathTools-3.78-461.el9.aarch64 99/138 #13 28.46 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 100/138 #13 28.46 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 101/138 #13 28.46 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 102/138 #13 28.46 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 103/138 #13 28.46 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.aarch64 104/138 #13 28.46 Verifying : perl-SelectSaver-1.02-481.el9.noarch 105/138 #13 28.46 Verifying : perl-Socket-4:2.031-4.el9.aarch64 106/138 #13 28.46 Verifying : perl-Storable-1:3.21-460.el9.aarch64 107/138 #13 28.46 Verifying : perl-Symbol-1.08-481.el9.noarch 108/138 #13 28.46 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 109/138 #13 28.46 Verifying : perl-Term-Cap-1.17-460.el9.noarch 110/138 #13 28.46 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 111/138 #13 28.46 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 112/138 #13 28.46 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 113/138 #13 28.46 Verifying : perl-URI-5.09-3.el9.noarch 114/138 #13 28.46 Verifying : perl-base-2.27-481.el9.noarch 115/138 #13 28.46 Verifying : perl-constant-1.33-461.el9.noarch 116/138 #13 28.46 Verifying : perl-if-0.60.800-481.el9.noarch 117/138 #13 28.46 Verifying : perl-interpreter-4:5.32.1-481.el9.aarch64 118/138 #13 28.46 Verifying : perl-libnet-3.13-4.el9.noarch 119/138 #13 28.46 Verifying : perl-libs-4:5.32.1-481.el9.aarch64 120/138 #13 28.46 Verifying : perl-mro-1.23-481.el9.aarch64 121/138 #13 28.46 Verifying : perl-overload-1.31-481.el9.noarch 122/138 #13 28.46 Verifying : perl-overloading-0.02-481.el9.noarch 123/138 #13 28.46 Verifying : perl-parent-1:0.238-460.el9.noarch 124/138 #13 28.46 Verifying : perl-podlators-1:4.14-460.el9.noarch 125/138 #13 28.46 Verifying : perl-srpm-macros-1-41.el9.noarch 126/138 #13 28.46 Verifying : perl-subs-1.03-481.el9.noarch 127/138 #13 28.46 Verifying : perl-vars-1.05-481.el9.noarch 128/138 #13 28.46 Verifying : pyproject-srpm-macros-1.9.0-1.el9.noarch 129/138 #13 28.46 Verifying : python-srpm-macros-3.9-53.el9.noarch 130/138 #13 28.46 Verifying : python3-enchant-3.2.0-5.el9.noarch 131/138 #13 28.46 Verifying : python3-file-magic-5.39-14.el9.noarch 132/138 #13 28.46 Verifying : qt5-srpm-macros-5.15.9-1.el9.noarch 133/138 #13 28.46 Verifying : redhat-rpm-config-206-1.el9.noarch 134/138 #13 28.46 Verifying : rpm-build-4.16.1.3-29.el9.aarch64 135/138 #13 28.46 Verifying : rpmlint-1.11-19.el9.noarch 136/138 #13 28.46 Verifying : rust-srpm-macros-17-4.el9.noarch 137/138 #13 28.47 Verifying : webkit2gtk3-jsc-2.42.4-1.el9.aarch64 138/138 #13 28.61 #13 28.61 Installed: #13 28.61 abattis-cantarell-fonts-0.301-4.el9.noarch #13 28.61 adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch #13 28.61 binutils-2.35.2-42.el9.aarch64 #13 28.61 binutils-gold-2.35.2-42.el9.aarch64 #13 28.61 bzip2-1.0.8-8.el9.aarch64 #13 28.61 cpio-2.13-16.el9.aarch64 #13 28.61 dbus-libs-1:1.12.20-8.el9.aarch64 #13 28.61 debugedit-5.0-5.el9.aarch64 #13 28.61 desktop-file-utils-0.26-6.el9.aarch64 #13 28.61 diffutils-3.7-12.el9.aarch64 #13 28.61 dnf-plugins-core-4.3.0-13.el9.noarch #13 28.61 dwz-0.14-3.el9.aarch64 #13 28.61 ed-1.14.2-12.el9.aarch64 #13 28.61 efi-srpm-macros-4-9.el9.noarch #13 28.61 elfutils-0.190-2.el9.aarch64 #13 28.61 elfutils-debuginfod-client-0.190-2.el9.aarch64 #13 28.61 emacs-filesystem-1:27.2-9.el9.noarch #13 28.61 enchant-1:1.6.0-30.el9.aarch64 #13 28.61 file-5.39-14.el9.aarch64 #13 28.61 fonts-srpm-macros-1:2.0.5-7.el9.1.noarch #13 28.61 gdb-minimal-10.2-13.el9.aarch64 #13 28.61 gdk-pixbuf2-2.42.6-3.el9.aarch64 #13 28.61 ghc-srpm-macros-1.5.0-6.el9.noarch #13 28.61 glib-networking-2.68.3-3.el9.aarch64 #13 28.61 glibc-gconv-extra-2.34-95.el9.aarch64 #13 28.61 go-srpm-macros-3.2.0-3.el9.noarch #13 28.61 groff-base-1.22.4-10.el9.aarch64 #13 28.61 gsettings-desktop-schemas-40.0-6.el9.aarch64 #13 28.61 hunspell-1.7.0-11.el9.aarch64 #13 28.61 hunspell-en-0.20140811.1-20.el9.noarch #13 28.61 hunspell-en-GB-0.20140811.1-20.el9.noarch #13 28.61 hunspell-en-US-0.20140811.1-20.el9.noarch #13 28.61 hunspell-filesystem-1.7.0-11.el9.aarch64 #13 28.61 info-6.7-15.el9.aarch64 #13 28.61 json-glib-1.6.6-1.el9.aarch64 #13 28.61 kernel-srpm-macros-1.0-13.el9.noarch #13 28.61 less-590-2.el9.aarch64 #13 28.61 libappstream-glib-0.7.18-4.el9.aarch64 #13 28.61 libbrotli-1.0.9-6.el9.aarch64 #13 28.61 libicu-67.1-9.el9.aarch64 #13 28.61 libjpeg-turbo-2.0.90-7.el9.aarch64 #13 28.61 libpipeline-1.5.3-4.el9.aarch64 #13 28.61 libpkgconf-1.7.3-10.el9.aarch64 #13 28.61 libpng-2:1.6.37-12.el9.aarch64 #13 28.61 libproxy-0.4.15-35.el9.aarch64 #13 28.61 libproxy-webkitgtk4-0.4.15-35.el9.aarch64 #13 28.61 libpsl-0.21.1-5.el9.aarch64 #13 28.61 libsoup-2.72.0-8.el9.aarch64 #13 28.61 libstemmer-0-18.585svn.el9.aarch64 #13 28.61 lua-srpm-macros-1-6.el9.noarch #13 28.61 man-db-2.9.3-7.el9.aarch64 #13 28.61 ncurses-6.2-10.20210508.el9.aarch64 #13 28.61 ocaml-srpm-macros-6-6.el9.noarch #13 28.61 openblas-srpm-macros-2-11.el9.noarch #13 28.61 patch-2.7.6-16.el9.aarch64 #13 28.61 perl-AutoLoader-5.74-481.el9.noarch #13 28.61 perl-B-1.80-481.el9.aarch64 #13 28.61 perl-Carp-1.50-460.el9.noarch #13 28.61 perl-Class-Struct-0.66-481.el9.noarch #13 28.61 perl-Data-Dumper-2.174-462.el9.aarch64 #13 28.61 perl-Digest-1.19-4.el9.noarch #13 28.61 perl-Digest-MD5-2.58-4.el9.aarch64 #13 28.61 perl-Encode-4:3.08-462.el9.aarch64 #13 28.61 perl-Errno-1.30-481.el9.aarch64 #13 28.61 perl-Exporter-5.74-461.el9.noarch #13 28.61 perl-Fcntl-1.13-481.el9.aarch64 #13 28.61 perl-File-Basename-2.85-481.el9.noarch #13 28.61 perl-File-Path-2.18-4.el9.noarch #13 28.61 perl-File-Temp-1:0.231.100-4.el9.noarch #13 28.61 perl-File-stat-1.09-481.el9.noarch #13 28.61 perl-FileHandle-2.03-481.el9.noarch #13 28.61 perl-Getopt-Long-1:2.52-4.el9.noarch #13 28.61 perl-Getopt-Std-1.12-481.el9.noarch #13 28.61 perl-HTTP-Tiny-0.076-462.el9.noarch #13 28.61 perl-IO-1.43-481.el9.aarch64 #13 28.61 perl-IO-Socket-IP-0.41-5.el9.noarch #13 28.61 perl-IO-Socket-SSL-2.073-1.el9.noarch #13 28.61 perl-IPC-Open3-1.21-481.el9.noarch #13 28.61 perl-MIME-Base64-3.16-4.el9.aarch64 #13 28.61 perl-Mozilla-CA-20200520-6.el9.noarch #13 28.61 perl-NDBM_File-1.15-481.el9.aarch64 #13 28.61 perl-Net-SSLeay-1.92-2.el9.aarch64 #13 28.61 perl-POSIX-1.94-481.el9.aarch64 #13 28.61 perl-PathTools-3.78-461.el9.aarch64 #13 28.61 perl-Pod-Escapes-1:1.07-460.el9.noarch #13 28.61 perl-Pod-Perldoc-3.28.01-461.el9.noarch #13 28.61 perl-Pod-Simple-1:3.42-4.el9.noarch #13 28.61 perl-Pod-Usage-4:2.01-4.el9.noarch #13 28.61 perl-Scalar-List-Utils-4:1.56-461.el9.aarch64 #13 28.61 perl-SelectSaver-1.02-481.el9.noarch #13 28.61 perl-Socket-4:2.031-4.el9.aarch64 #13 28.61 perl-Storable-1:3.21-460.el9.aarch64 #13 28.61 perl-Symbol-1.08-481.el9.noarch #13 28.61 perl-Term-ANSIColor-5.01-461.el9.noarch #13 28.61 perl-Term-Cap-1.17-460.el9.noarch #13 28.61 perl-Text-ParseWords-3.30-460.el9.noarch #13 28.61 perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch #13 28.61 perl-Time-Local-2:1.300-7.el9.noarch #13 28.61 perl-URI-5.09-3.el9.noarch #13 28.61 perl-base-2.27-481.el9.noarch #13 28.61 perl-constant-1.33-461.el9.noarch #13 28.61 perl-if-0.60.800-481.el9.noarch #13 28.61 perl-interpreter-4:5.32.1-481.el9.aarch64 #13 28.61 perl-libnet-3.13-4.el9.noarch #13 28.61 perl-libs-4:5.32.1-481.el9.aarch64 #13 28.61 perl-mro-1.23-481.el9.aarch64 #13 28.61 perl-overload-1.31-481.el9.noarch #13 28.61 perl-overloading-0.02-481.el9.noarch #13 28.61 perl-parent-1:0.238-460.el9.noarch #13 28.61 perl-podlators-1:4.14-460.el9.noarch #13 28.61 perl-srpm-macros-1-41.el9.noarch #13 28.61 perl-subs-1.03-481.el9.noarch #13 28.61 perl-vars-1.05-481.el9.noarch #13 28.61 pkgconf-1.7.3-10.el9.aarch64 #13 28.61 pkgconf-m4-1.7.3-10.el9.noarch #13 28.61 pkgconf-pkg-config-1.7.3-10.el9.aarch64 #13 28.61 publicsuffix-list-dafsa-20210518-3.el9.noarch #13 28.61 pyproject-srpm-macros-1.9.0-1.el9.noarch #13 28.61 python-srpm-macros-3.9-53.el9.noarch #13 28.61 python3-dateutil-1:2.8.1-7.el9.noarch #13 28.61 python3-dbus-1.2.18-2.el9.aarch64 #13 28.61 python3-dnf-plugins-core-4.3.0-13.el9.noarch #13 28.61 python3-enchant-3.2.0-5.el9.noarch #13 28.61 python3-file-magic-5.39-14.el9.noarch #13 28.61 python3-six-1.15.0-9.el9.noarch #13 28.61 python3-systemd-234-18.el9.aarch64 #13 28.61 qt5-srpm-macros-5.15.9-1.el9.noarch #13 28.61 redhat-rpm-config-206-1.el9.noarch #13 28.61 rpm-build-4.16.1.3-29.el9.aarch64 #13 28.61 rpmlint-1.11-19.el9.noarch #13 28.61 rust-srpm-macros-17-4.el9.noarch #13 28.61 shared-mime-info-2.1-5.el9.aarch64 #13 28.61 systemd-libs-252-23.el9.aarch64 #13 28.61 unzip-6.0-56.el9.aarch64 #13 28.61 webkit2gtk3-jsc-2.42.4-1.el9.aarch64 #13 28.61 xz-5.2.5-8.el9.aarch64 #13 28.61 zip-3.0-35.el9.aarch64 #13 28.61 zstd-1.5.1-2.el9.aarch64 #13 28.61 #13 28.61 Complete! #13 DONE 28.7s #14 [stage-1 4/8] RUN dnf config-manager --set-enabled crb #13 37.76 Preparing to unpack .../293-libproc-processtable-perl_0.59-2+b1_arm64.deb ... #13 37.76 Unpacking libproc-processtable-perl (0.59-2+b1) ... #13 37.80 Selecting previously unselected package libre2-9:arm64. #13 37.80 Preparing to unpack .../294-libre2-9_20210201+dfsg-1_arm64.deb ... #13 37.81 Unpacking libre2-9:arm64 (20210201+dfsg-1) ... #13 37.85 Selecting previously unselected package libre-engine-re2-perl:arm64. #13 37.85 Preparing to unpack .../295-libre-engine-re2-perl_0.14-1_arm64.deb ... #13 37.85 Unpacking libre-engine-re2-perl:arm64 (0.14-1) ... #13 37.89 Selecting previously unselected package libreadonly-perl. #13 37.89 Preparing to unpack .../296-libreadonly-perl_2.050-3_all.deb ... #13 37.90 Unpacking libreadonly-perl (2.050-3) ... #13 37.93 Selecting previously unselected package libref-util-perl. #13 37.94 Preparing to unpack .../297-libref-util-perl_0.204-1_all.deb ... #13 37.94 Unpacking libref-util-perl (0.204-1) ... #13 37.97 Selecting previously unselected package libref-util-xs-perl. #13 37.98 Preparing to unpack .../298-libref-util-xs-perl_0.117-1+b3_arm64.deb ... #13 37.98 Unpacking libref-util-xs-perl (0.117-1+b3) ... #13 38.05 Selecting previously unselected package libregexp-pattern-license-perl. #14 39.20 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... #14 39.21 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... #14 39.24 Selecting previously unselected package libkrb5support0:amd64. #14 39.24 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.4_amd64.deb ... #14 39.25 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.4) ... #14 39.28 Selecting previously unselected package libk5crypto3:amd64. #14 39.28 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.4_amd64.deb ... #14 39.28 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.4) ... #14 39.32 Selecting previously unselected package libkeyutils1:amd64. #14 39.32 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ... #14 39.33 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ... #14 39.36 Selecting previously unselected package libkrb5-3:amd64. #14 39.36 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.4_amd64.deb ... #14 39.36 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.4) ... #14 39.42 Selecting previously unselected package libgssapi-krb5-2:amd64. #14 39.42 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.4_amd64.deb ... #14 39.43 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.4) ... #14 39.47 Selecting previously unselected package libpsl5:amd64. #14 39.47 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_amd64.deb ... #14 39.47 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... #14 39.51 Selecting previously unselected package libxau6:amd64. #14 39.51 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ... #14 39.51 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ... #14 39.54 Selecting previously unselected package libxdmcp6:amd64. #13 38.20 Preparing to unpack .../256-libgpm2_1.20.7-8_amd64.deb ... #13 38.20 Unpacking libgpm2:amd64 (1.20.7-8) ... #13 38.23 Selecting previously unselected package libhash-fieldhash-perl. #13 38.24 Preparing to unpack .../257-libhash-fieldhash-perl_0.15-1+b3_amd64.deb ... #13 38.24 Unpacking libhash-fieldhash-perl (0.15-1+b3) ... #13 38.28 Selecting previously unselected package libhtml-form-perl. #13 38.29 Preparing to unpack .../258-libhtml-form-perl_6.07-1_all.deb ... #13 38.29 Unpacking libhtml-form-perl (6.07-1) ... #13 38.39 Selecting previously unselected package libhtml-format-perl. #13 38.39 Preparing to unpack .../259-libhtml-format-perl_2.12-1.1_all.deb ... #13 38.39 Unpacking libhtml-format-perl (2.12-1.1) ... #13 38.42 Selecting previously unselected package libhtml-html5-entities-perl. #13 38.42 Preparing to unpack .../260-libhtml-html5-entities-perl_0.004-1.1_all.deb ... #13 38.43 Unpacking libhtml-html5-entities-perl (0.004-1.1) ... #13 38.45 Selecting previously unselected package libhttp-daemon-perl. #13 38.46 Preparing to unpack .../261-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ... #13 38.46 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ... #13 38.49 Selecting previously unselected package libio-sessiondata-perl. #13 38.49 Preparing to unpack .../262-libio-sessiondata-perl_1.03-1.1_all.deb ... #13 37.57 Preparing to unpack .../270-libtext-glob-perl_0.10-1_all.deb ... #13 37.57 Unpacking libtext-glob-perl (0.10-1) ... #13 37.60 Selecting previously unselected package libpath-iterator-rule-perl. #13 37.60 Preparing to unpack .../271-libpath-iterator-rule-perl_1.014-1_all.deb ... #13 37.61 Unpacking libpath-iterator-rule-perl (1.014-1) ... #13 37.64 Selecting previously unselected package libperlio-gzip-perl. #13 37.64 Preparing to unpack .../272-libperlio-gzip-perl_0.19-1+b5_arm64.deb ... #13 37.65 Unpacking libperlio-gzip-perl (0.19-1+b5) ... #13 37.78 Selecting previously unselected package libpod-constants-perl. #13 37.78 Preparing to unpack .../273-libpod-constants-perl_0.19-1_all.deb ... #13 37.78 Unpacking libpod-constants-perl (0.19-1) ... #13 37.81 Selecting previously unselected package libreadonly-perl. #13 37.81 Preparing to unpack .../274-libreadonly-perl_2.050-1_all.deb ... #13 37.82 Unpacking libreadonly-perl (2.050-1) ... #13 37.85 Selecting previously unselected package libref-util-perl. #13 37.85 Preparing to unpack .../275-libref-util-perl_0.204-1_all.deb ... #13 37.86 Unpacking libref-util-perl (0.204-1) ... #13 37.88 Selecting previously unselected package libref-util-xs-perl. #14 37.41 Preparing to unpack .../366-libauthen-sasl-perl_2.1600-3_all.deb ... #14 37.41 Unpacking libauthen-sasl-perl (2.1600-3) ... #14 37.45 Selecting previously unselected package python3-magic. #14 37.45 Preparing to unpack .../367-python3-magic_2%3a0.4.26-3_all.deb ... #14 37.46 Unpacking python3-magic (2:0.4.26-3) ... #14 37.50 Setting up libksba8:amd64 (1.6.3-2) ... #14 37.52 Setting up media-types (10.0.0) ... #14 37.55 Setting up libpipeline1:amd64 (1.5.7-1) ... #14 37.56 Setting up wdiff (1.2.2-5) ... #14 37.57 Setting up libxau6:amd64 (1:1.0.9-1build5) ... #14 37.62 Setting up libkeyutils1:amd64 (1.6.3-2) ... #14 37.63 Setting up lto-disabled-list (39) ... #14 35.95 Get:225 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libvariable-magic-perl arm64 0.62-1build2 [33.1 kB] #14 36.09 Get:226 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB] #14 36.19 Get:227 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB] #14 36.29 Get:228 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclass-xsaccessor-perl arm64 1.19-3build3 [33.1 kB] #14 32.62 Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-perl all 0.430-2 [38.2 kB] #14 32.65 Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dpath-perl all 0.58-1 [38.8 kB] #14 35.18 Get:276 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libemail-address-xs-perl arm64 1.05-1build1 [28.9 kB] #14 35.35 Get:277 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libexporter-tiny-perl all 1.006002-1 [36.8 kB] #14 41.72 Get:355 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libterm-readkey-perl armhf 2.38-2build1 [22.3 kB] #14 41.76 Get:356 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtext-levenshteinxs-perl armhf 0.03-5build1 [7510 B] #14 41.77 Get:357 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtext-markdown-discount-perl armhf 0.16-1 [12.0 kB] #14 41.79 Get:358 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtext-xslate-perl armhf 3.5.9-1build2 [182 kB] #14 41.91 Get:359 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtime-duration-perl all 1.21-2 [12.3 kB] #14 33.84 Get:247 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfcgi-perl arm64 0.82+ds-2 [20.9 kB] #14 33.84 Get:248 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] #14 33.85 Get:249 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libclass-data-inheritable-perl all 0.08-3 [8084 B] #14 33.85 Get:250 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libcommon-sense-perl arm64 3.75-3 [20.2 kB] #14 33.85 Get:251 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libconfig-tiny-perl all 2.28-2 [12.4 kB] #20 9.729 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16356 files and directories currently installed.) #20 9.739 Preparing to unpack .../0-binutils-mingw-w64-x86-64_2.40-2+10.4_amd64.deb ... #20 9.743 Unpacking binutils-mingw-w64-x86-64 (2.40-2+10.4) ... #20 10.01 Selecting previously unselected package gcc-mingw-w64-base:amd64. #14 33.05 Setting up linux-libc-dev:amd64 (5.15.0-91.101) ... #14 33.07 Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.5) ... #14 33.08 Setting up gettext-base (0.21-4ubuntu4) ... #14 33.10 Setting up liblzo2-2:amd64 (2.10-2build3) ... #14 33.12 Setting up libnpth0:amd64 (1.6-3build2) ... #14 33.14 Setting up file (1:5.41-3ubuntu0.1) ... #14 33.15 Setting up libassuan0:amd64 (2.5.5-1build1) ... #14 33.16 Setting up libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 33.18 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.3) ... #14 33.20 Setting up bzip2 (1.0.8-5build1) ... #14 33.21 Setting up libldap-common (2.5.16+dfsg-0ubuntu0.22.04.1) ... #14 33.23 Setting up libunwind8:amd64 (1.3.2-2build2.1) ... #14 33.25 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... #13 45.03 Preparing to unpack .../307-libmailtools-perl_2.21-2_all.deb ... #13 45.03 Unpacking libmailtools-perl (2.21-2) ... #13 45.09 Selecting previously unselected package libmarkdown2:armhf. #13 45.10 Preparing to unpack .../308-libmarkdown2_2.2.7-2_armhf.deb ... #13 45.10 Unpacking libmarkdown2:armhf (2.2.7-2) ... #13 45.14 Selecting previously unselected package libmath-base85-perl. #13 45.14 Preparing to unpack .../309-libmath-base85-perl_0.5+dfsg-2_all.deb ... #13 45.14 Unpacking libmath-base85-perl (0.5+dfsg-2) ... #13 45.18 Selecting previously unselected package libmime-tools-perl. #13 45.18 Preparing to unpack .../310-libmime-tools-perl_5.510-1_all.deb ... #13 45.19 Unpacking libmime-tools-perl (5.510-1) ... #13 45.24 Selecting previously unselected package libmldbm-perl. #13 45.24 Preparing to unpack .../311-libmldbm-perl_2.05-4_all.deb ... #13 45.25 Unpacking libmldbm-perl (2.05-4) ... #13 45.33 Selecting previously unselected package libmoox-aliases-perl. #13 45.33 Preparing to unpack .../312-libmoox-aliases-perl_0.001006-2_all.deb ... #13 45.34 Unpacking libmoox-aliases-perl (0.001006-2) ... #13 45.37 Selecting previously unselected package libmouse-perl. #13 43.04 Selecting previously unselected package libstring-copyright-perl. #13 43.04 Preparing to unpack .../283-libstring-copyright-perl_0.003006-1_all.deb ... #13 43.05 Unpacking libstring-copyright-perl (0.003006-1) ... #13 43.11 Selecting previously unselected package libstring-escape-perl. #13 43.11 Preparing to unpack .../284-libstring-escape-perl_2010.002-2_all.deb ... #13 43.12 Unpacking libstring-escape-perl (2010.002-2) ... #13 43.15 Selecting previously unselected package libstring-shellquote-perl. #13 43.15 Preparing to unpack .../285-libstring-shellquote-perl_1.04-1_all.deb ... #13 43.15 Unpacking libstring-shellquote-perl (1.04-1) ... #13 43.19 Selecting previously unselected package libterm-readkey-perl. #13 43.19 Preparing to unpack .../286-libterm-readkey-perl_2.38-1_armhf.deb ... #13 43.19 Unpacking libterm-readkey-perl (2.38-1) ... #13 43.23 Selecting previously unselected package libtest-fatal-perl. #14 34.91 Unpacking liblog-any-perl (1.715-1) ... #14 34.95 Selecting previously unselected package liblog-any-adapter-screen-perl. #14 34.95 Preparing to unpack .../270-liblog-any-adapter-screen-perl_0.140-2_all.deb ... #14 34.95 Unpacking liblog-any-adapter-screen-perl (0.140-2) ... #14 34.99 Selecting previously unselected package libpackage-stash-perl. #14 34.99 Preparing to unpack .../271-libpackage-stash-perl_0.40-1_all.deb ... #14 35.00 Unpacking libpackage-stash-perl (0.40-1) ... #14 35.04 Selecting previously unselected package libsub-identify-perl. #14 35.04 Preparing to unpack .../272-libsub-identify-perl_0.14-3_amd64.deb ... #14 35.04 Unpacking libsub-identify-perl (0.14-3) ... #14 35.08 Selecting previously unselected package libsub-name-perl:amd64. #14 35.08 Preparing to unpack .../273-libsub-name-perl_0.27-1_amd64.deb ... #14 35.09 Unpacking libsub-name-perl:amd64 (0.27-1) ... #14 35.14 Selecting previously unselected package libnamespace-clean-perl. #14 35.14 Preparing to unpack .../274-libnamespace-clean-perl_0.27-2_all.deb ... #14 45.18 Selecting previously unselected package libheimbase1-heimdal:armhf. #14 45.18 Preparing to unpack .../103-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... #14 45.19 Unpacking libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 45.23 Selecting previously unselected package libhcrypto4-heimdal:armhf. #14 45.23 Preparing to unpack .../104-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... #14 45.24 Unpacking libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 45.29 Selecting previously unselected package libwind0-heimdal:armhf. #14 45.29 Preparing to unpack .../105-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... #14 45.30 Unpacking libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 44.10 Unpacking libsqlite3-0:armhf (3.42.0-1ubuntu0.1) ... #14 44.13 Selecting previously unselected package libpython3.11-stdlib:armhf. #14 44.13 Preparing to unpack .../14-libpython3.11-stdlib_3.11.6-3_armhf.deb ... #14 44.14 Unpacking libpython3.11-stdlib:armhf (3.11.6-3) ... #14 44.25 Selecting previously unselected package python3.11. #14 44.25 Preparing to unpack .../15-python3.11_3.11.6-3_armhf.deb ... #14 44.25 Unpacking python3.11 (3.11.6-3) ... #14 44.28 Selecting previously unselected package libpython3-stdlib:armhf. #14 44.28 Preparing to unpack .../16-libpython3-stdlib_3.11.4-5_armhf.deb ... #14 44.29 Unpacking libpython3-stdlib:armhf (3.11.4-5) ... #14 44.32 Setting up python3-minimal (3.11.4-5) ... #13 39.81 Selecting previously unselected package gpg-agent. #13 39.81 Preparing to unpack .../097-gpg-agent_2.2.27-2+deb11u2_armhf.deb ... #13 39.82 Unpacking gpg-agent (2.2.27-2+deb11u2) ... #13 39.90 Selecting previously unselected package gpg-wks-client. #13 39.91 Preparing to unpack .../098-gpg-wks-client_2.2.27-2+deb11u2_armhf.deb ... #13 39.91 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ... #13 39.97 Selecting previously unselected package gpg-wks-server. #13 39.97 Preparing to unpack .../099-gpg-wks-server_2.2.27-2+deb11u2_armhf.deb ... #13 39.98 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ... #13 35.35 Setting up libclass-method-modifiers-perl (2.14-1) ... #13 35.36 Setting up libio-pty-perl (1:1.17-1) ... #13 35.39 Setting up libmagic-mgc (1:5.44-3) ... #13 35.40 Setting up libclone-perl:armhf (0.46-1) ... #13 35.45 Setting up libarchive-zip-perl (1.68-1) ... #13 35.46 Setting up libtirpc-common (1.3.3+ds-1) ... #13 35.48 Setting up libhtml-tagset-perl (3.20-6) ... #13 35.50 Setting up libdebhelper-perl (13.11.4) ... #13 35.51 Setting up liblwp-mediatypes-perl (6.04-2) ... #13 35.53 Setting up binutils-common:armhf (2.40-2+rpi2) ... #13 35.55 Setting up libtry-tiny-perl (0.31-2) ... #14 45.39 Preparing to unpack .../010-less_590-1ubuntu0.22.04.1_armhf.deb ... #14 45.39 Unpacking less (590-1ubuntu0.22.04.1) ... #14 45.43 Selecting previously unselected package libmd0:armhf. #14 45.43 Preparing to unpack .../011-libmd0_1.0.4-1build1_armhf.deb ... #14 45.43 Unpacking libmd0:armhf (1.0.4-1build1) ... #14 45.47 Selecting previously unselected package libbsd0:armhf. #14 45.47 Preparing to unpack .../012-libbsd0_0.11.5-1_armhf.deb ... #14 45.47 Unpacking libbsd0:armhf (0.11.5-1) ... #14 45.51 Selecting previously unselected package libelf1:armhf. #14 45.51 Preparing to unpack .../013-libelf1_0.186-1build1_armhf.deb ... #14 45.51 Unpacking libelf1:armhf (0.186-1build1) ... #14 45.54 Selecting previously unselected package libicu70:armhf. #14 45.54 Preparing to unpack .../014-libicu70_70.1-2_armhf.deb ... #14 45.55 Unpacking libicu70:armhf (70.1-2) ... #13 41.75 Preparing to unpack .../331-libref-util-xs-perl_0.117-2+b1_amd64.deb ... #13 41.76 Unpacking libref-util-xs-perl (0.117-2+b1) ... #13 41.79 Selecting previously unselected package libregexp-pattern-license-perl. #13 41.80 Preparing to unpack .../332-libregexp-pattern-license-perl_3.9.4-3_all.deb ... #13 41.80 Unpacking libregexp-pattern-license-perl (3.9.4-3) ... #13 41.84 Selecting previously unselected package libregexp-pattern-perl. #13 41.84 Preparing to unpack .../333-libregexp-pattern-perl_0.2.14-2_all.deb ... #13 41.85 Unpacking libregexp-pattern-perl (0.2.14-2) ... #13 41.89 Selecting previously unselected package libregexp-wildcards-perl. #13 41.89 Preparing to unpack .../334-libregexp-wildcards-perl_1.05-3_all.deb ... #13 41.90 Unpacking libregexp-wildcards-perl (1.05-3) ... #13 41.99 Selecting previously unselected package libsasl2-modules:amd64. #13 41.99 Preparing to unpack .../335-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... #13 40.25 Setting up libdevel-callchecker-perl (0.008-1) ... #13 40.27 Setting up dpkg-dev (1.19.8) ... #13 40.30 Setting up intltool-debian (0.35.0+20060710.5) ... #13 40.31 Setting up liberror-perl (0.17027-2) ... #13 40.33 Setting up patchutils (0.3.4-2) ... #13 40.35 Setting up libipc-run-perl (20180523.0-1) ... #13 40.37 Setting up git (1:2.20.1-2+deb10u8) ... #13 40.41 Setting up libwww-robotrules-perl (6.02-1) ... #13 40.42 Setting up libhtml-parser-perl (3.72-3+b2) ... #13 40.44 Setting up librole-tiny-perl (2.000006-1) ... #13 40.46 Setting up libfile-homedir-perl (1.004-1) ... #16 79.69 Installing : 1:perl-Error-0.17020-2.el7.noarch 10/60 #13 37.45 Preparing to unpack .../319-libmouse-perl_2.5.10-1+b3_arm64.deb ... #13 37.45 Unpacking libmouse-perl (2.5.10-1+b3) ... #13 37.49 Selecting previously unselected package libpackage-stash-xs-perl:arm64. #13 37.50 Preparing to unpack .../320-libpackage-stash-xs-perl_0.30-1+b1_arm64.deb ... #13 37.50 Unpacking libpackage-stash-xs-perl:arm64 (0.30-1+b1) ... #13 37.56 Selecting previously unselected package libpath-iterator-rule-perl. #13 37.56 Preparing to unpack .../321-libpath-iterator-rule-perl_1.015-2_all.deb ... #13 37.57 Unpacking libpath-iterator-rule-perl (1.015-2) ... #13 37.60 Selecting previously unselected package libperlio-gzip-perl. #13 37.60 Preparing to unpack .../322-libperlio-gzip-perl_0.20-1+b1_arm64.deb ... #13 37.60 Unpacking libperlio-gzip-perl (0.20-1+b1) ... #13 37.64 Selecting previously unselected package libperlio-utf8-strict-perl. #13 37.64 Preparing to unpack .../323-libperlio-utf8-strict-perl_0.010-1_arm64.deb ... #13 37.64 Unpacking libperlio-utf8-strict-perl (0.010-1) ... #13 37.68 Selecting previously unselected package libpod-parser-perl. #13 37.68 Preparing to unpack .../324-libpod-parser-perl_1.65-1_all.deb ... #13 37.69 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #13 37.70 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #13 37.71 Unpacking libpod-parser-perl (1.65-1) ... #13 37.74 Selecting previously unselected package libpod-constants-perl. #13 37.75 Preparing to unpack .../325-libpod-constants-perl_0.19-2_all.deb ... #13 37.75 Unpacking libpod-constants-perl (0.19-2) ... #13 37.78 Selecting previously unselected package libproc-processtable-perl:arm64. #13 38.05 Preparing to unpack .../299-libregexp-pattern-license-perl_3.4.0-1_all.deb ... #13 38.05 Unpacking libregexp-pattern-license-perl (3.4.0-1) ... #13 38.09 Selecting previously unselected package libregexp-pattern-perl. #13 38.09 Preparing to unpack .../300-libregexp-pattern-perl_0.2.14-1_all.deb ... #13 38.10 Unpacking libregexp-pattern-perl (0.2.14-1) ... #13 38.14 Selecting previously unselected package libsasl2-modules:arm64. #13 38.14 Preparing to unpack .../301-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... #13 38.15 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ... #13 38.18 Selecting previously unselected package libsereal-decoder-perl. #13 38.19 Preparing to unpack .../302-libsereal-decoder-perl_4.018+ds-1+b1_arm64.deb ... #13 38.19 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ... #13 38.23 Selecting previously unselected package libsereal-encoder-perl. #13 38.23 Preparing to unpack .../303-libsereal-encoder-perl_4.018+ds-1+b1_arm64.deb ... #13 38.24 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ... #13 38.28 Selecting previously unselected package libtask-weaken-perl. #13 38.28 Preparing to unpack .../304-libtask-weaken-perl_1.06-1_all.deb ... #13 38.29 Unpacking libtask-weaken-perl (1.06-1) ... #13 40.97 Selecting previously unselected package psmisc. #13 40.97 Preparing to unpack .../321-psmisc_23.2-1+deb10u1_amd64.deb ... #13 40.97 Unpacking psmisc (23.2-1+deb10u1) ... #13 41.02 Selecting previously unselected package publicsuffix. #13 41.02 Preparing to unpack .../322-publicsuffix_20220811.1734-0+deb10u1_all.deb ... #13 41.02 Unpacking publicsuffix (20220811.1734-0+deb10u1) ... #13 41.06 Selecting previously unselected package python-apt-common. #13 41.06 Preparing to unpack .../323-python-apt-common_1.8.4.3_all.deb ... #13 41.07 Unpacking python-apt-common (1.8.4.3) ... #13 41.12 Selecting previously unselected package python3-apt. #13 41.12 Preparing to unpack .../324-python3-apt_1.8.4.3_amd64.deb ... #13 41.12 Unpacking python3-apt (1.8.4.3) ... #13 41.17 Selecting previously unselected package python3-certifi. #14 39.54 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ... #14 39.54 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ... #14 39.59 Selecting previously unselected package libxcb1:amd64. #14 39.59 Preparing to unpack .../048-libxcb1_1.14-2_amd64.deb ... #14 39.59 Unpacking libxcb1:amd64 (1.14-2) ... #14 39.62 Selecting previously unselected package libx11-data. #14 39.62 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.6_all.deb ... #14 39.63 Unpacking libx11-data (2:1.6.9-2ubuntu1.6) ... #14 39.69 Selecting previously unselected package libx11-6:amd64. #13 38.49 Unpacking libio-sessiondata-perl (1.03-1.1) ... #13 38.52 Selecting previously unselected package libipc-run3-perl. #13 38.52 Preparing to unpack .../263-libipc-run3-perl_0.048-2_all.deb ... #13 38.52 Unpacking libipc-run3-perl (0.048-2) ... #13 38.56 Selecting previously unselected package libtypes-serialiser-perl. #13 38.56 Preparing to unpack .../264-libtypes-serialiser-perl_1.01-1_all.deb ... #13 38.57 Unpacking libtypes-serialiser-perl (1.01-1) ... #13 38.60 Selecting previously unselected package libjson-xs-perl. #13 38.61 Preparing to unpack .../265-libjson-xs-perl_4.030-1+b1_amd64.deb ... #13 38.62 Unpacking libjson-xs-perl (4.030-1+b1) ... #13 38.67 Selecting previously unselected package libjson-maybexs-perl. #13 38.67 Preparing to unpack .../266-libjson-maybexs-perl_1.004003-1_all.deb ... #13 38.67 Unpacking libjson-maybexs-perl (1.004003-1) ... #13 38.70 Selecting previously unselected package libldap-common. #13 38.70 Preparing to unpack .../267-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ... #13 38.71 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ... #13 37.89 Preparing to unpack .../276-libref-util-xs-perl_0.117-1+b1_arm64.deb ... #13 37.89 Unpacking libref-util-xs-perl (0.117-1+b1) ... #13 37.93 Selecting previously unselected package libregexp-pattern-license-perl. #13 37.93 Preparing to unpack .../277-libregexp-pattern-license-perl_3.0.31-4_all.deb ... #13 37.94 Unpacking libregexp-pattern-license-perl (3.0.31-4) ... #13 37.98 Selecting previously unselected package libsasl2-modules:arm64. #13 37.98 Preparing to unpack .../278-libsasl2-modules_2.1.27+dfsg-1+deb10u2_arm64.deb ... #13 37.98 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ... #13 38.02 Selecting previously unselected package libsereal-decoder-perl. #13 38.03 Preparing to unpack .../279-libsereal-decoder-perl_4.005+ds-1+b1_arm64.deb ... #13 38.03 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ... #13 38.09 Selecting previously unselected package libsereal-encoder-perl. #13 38.09 Preparing to unpack .../280-libsereal-encoder-perl_4.005+ds-1+b1_arm64.deb ... #13 38.10 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ... #13 38.13 Selecting previously unselected package libsereal-perl. #14 37.65 Setting up libpsl5:amd64 (0.21.2-1) ... #14 37.66 Setting up libsodium23:amd64 (1.0.18-1build2) ... #14 37.68 Setting up libicu72:amd64 (72.1-3ubuntu2) ... #14 37.69 Setting up liblerc4:amd64 (4.0.0+ds-2ubuntu2) ... #14 37.70 Setting up bsdextrautils (2.38.1-4ubuntu1) ... #14 37.72 Setting up libre2-10:amd64 (20230201-1) ... #14 37.73 Setting up libfcgi0ldbl:amd64 (2.4.2-2build2) ... #14 37.74 Setting up libtext-glob-perl (0.11-3) ... #14 37.75 Setting up libmagic-mgc (1:5.44-3) ... #14 37.77 Setting up libyaml-0-2:amd64 (0.2.5-1) ... #14 37.79 Setting up distro-info-data (0.57ubuntu0.3) ... #14 37.80 Setting up manpages (6.03-1) ... #14 37.81 Setting up libtirpc-common (1.3.3+ds-1) ... #14 37.84 Setting up unzip (6.0-27ubuntu1) ... #14 37.86 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 37.87 Setting up libbrotli1:amd64 (1.0.9-2build8) ... #14 37.88 Setting up libsqlite3-0:amd64 (3.40.1-1ubuntu0.1) ... #14 37.90 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... #14 37.91 Setting up libfcgi-bin (2.4.2-2build2) ... #14 37.93 Setting up binutils-common:amd64 (2.40-2ubuntu4.1) ... #14 37.94 Setting up libnghttp2-14:amd64 (1.52.0-1ubuntu0.1) ... #14 36.41 Get:229 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclone-perl arm64 0.43-2 [10.8 kB] #14 36.49 Get:230 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcommon-sense-perl arm64 3.74-2build6 [20.1 kB] #14 36.59 Get:231 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-util-perl arm64 1.07-3build5 [19.2 kB] #14 35.41 Get:278 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfcgi-bin arm64 2.4.2-2build2 [10.7 kB] #14 32.68 Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dump-perl all 1.25-1 [25.9 kB] #14 35.43 Get:279 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libipc-system-simple-perl all 1.30-2 [22.3 kB] #14 35.47 Get:280 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfile-basedir-perl all 0.09-2 [14.4 kB] #14 32.70 Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-messagepack-perl arm64 1.01-2build1 [33.9 kB] #14 32.72 Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB] #14 32.73 Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-domain-perl all 0.10-1.1 [9992 B] #14 32.74 Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB] #14 32.75 Get:253 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-netmask-perl all 2.0001-1 [27.7 kB] #14 41.92 Get:360 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtime-moment-perl armhf 0.44-2build1 [70.8 kB] #14 41.94 Get:361 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtype-tiny-xs-perl armhf 0.025-1 [23.4 kB] #14 41.95 Get:362 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libunicode-utf8-perl armhf 0.62-2 [16.7 kB] #20 10.01 Preparing to unpack .../1-gcc-mingw-w64-base_12.2.0-14+25.2_amd64.deb ... #20 10.02 Unpacking gcc-mingw-w64-base:amd64 (12.2.0-14+25.2) ... #20 10.05 Selecting previously unselected package mingw-w64-common. #20 10.05 Preparing to unpack .../2-mingw-w64-common_10.0.0-3_all.deb ... #20 10.05 Unpacking mingw-w64-common (10.0.0-3) ... #14 34.25 Get:252 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libparams-util-perl arm64 1.102-2 [20.9 kB] #14 33.26 Setting up libfakeroot:amd64 (1.28-1ubuntu1) ... #14 33.29 Setting up libasan6:amd64 (11.4.0-1ubuntu1~22.04) ... #14 33.30 Setting up libnumber-compare-perl (0.03-2) ... #14 33.32 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 33.33 Setting up fakeroot (1.28-1ubuntu1) ... #14 33.34 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 33.34 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 33.34 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 33.34 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 33.34 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 33.34 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 33.34 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 33.34 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 33.34 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 33.36 Setting up autotools-dev (20220109.1) ... #14 33.37 Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... #14 33.39 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #14 33.40 Setting up libx11-data (2:1.7.5-1ubuntu0.3) ... #14 33.42 Setting up make (4.3-4.1build1) ... #14 33.43 Setting up libmpfr6:amd64 (4.1.0-3build3) ... #14 33.45 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ... #14 33.47 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 33.48 Setting up lzip (1.23-1) ... #14 33.49 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode #14 33.49 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 #14 33.50 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode #14 33.50 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 #14 33.50 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode #14 33.50 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 #14 33.51 Setting up strace (5.16-0ubuntu3) ... #14 33.53 Setting up libsigsegv2:amd64 (2.13-1ubuntu3) ... #14 33.54 Setting up xz-utils (5.2.5-2ubuntu1) ... #14 33.56 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 33.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #14 33.56 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #14 33.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #14 33.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #14 33.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #14 33.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist #14 33.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist #14 33.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist #14 33.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist #14 33.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist #14 33.57 Setting up t1utils (1.41-4build2) ... #13 45.37 Preparing to unpack .../313-libmouse-perl_2.5.10-1+b3_armhf.deb ... #13 45.38 Unpacking libmouse-perl (2.5.10-1+b3) ... #13 45.43 Selecting previously unselected package libpackage-stash-xs-perl:armhf. #13 45.43 Preparing to unpack .../314-libpackage-stash-xs-perl_0.30-1+b1_armhf.deb ... #13 45.43 Unpacking libpackage-stash-xs-perl:armhf (0.30-1+b1) ... #13 45.47 Selecting previously unselected package libpath-iterator-rule-perl. #13 45.48 Preparing to unpack .../315-libpath-iterator-rule-perl_1.015-2_all.deb ... #13 45.48 Unpacking libpath-iterator-rule-perl (1.015-2) ... #13 45.52 Selecting previously unselected package libperlio-gzip-perl. #13 45.52 Preparing to unpack .../316-libperlio-gzip-perl_0.20-1+b1_armhf.deb ... #13 45.52 Unpacking libperlio-gzip-perl (0.20-1+b1) ... #13 45.56 Selecting previously unselected package libperlio-utf8-strict-perl. #13 45.56 Preparing to unpack .../317-libperlio-utf8-strict-perl_0.010-1_armhf.deb ... #13 45.57 Unpacking libperlio-utf8-strict-perl (0.010-1) ... #13 45.61 Selecting previously unselected package libpod-parser-perl. #13 43.23 Preparing to unpack .../287-libtest-fatal-perl_0.014-1_all.deb ... #13 43.24 Unpacking libtest-fatal-perl (0.014-1) ... #13 43.27 Selecting previously unselected package libtest-refcount-perl. #13 43.27 Preparing to unpack .../288-libtest-refcount-perl_0.08-3_all.deb ... #13 43.27 Unpacking libtest-refcount-perl (0.08-3) ... #13 43.31 Selecting previously unselected package libtext-levenshtein-perl. #13 43.31 Preparing to unpack .../289-libtext-levenshtein-perl_0.13-1_all.deb ... #13 43.31 Unpacking libtext-levenshtein-perl (0.13-1) ... #13 43.34 Selecting previously unselected package libtype-tiny-xs-perl. #13 43.35 Preparing to unpack .../290-libtype-tiny-xs-perl_0.014-1+b1_armhf.deb ... #13 43.35 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ... #13 43.39 Selecting previously unselected package libunicode-utf8-perl. #13 43.39 Preparing to unpack .../291-libunicode-utf8-perl_0.62-1_armhf.deb ... #13 43.39 Unpacking libunicode-utf8-perl (0.62-1) ... #13 43.44 Selecting previously unselected package libwrap0:armhf. #13 43.44 Preparing to unpack .../292-libwrap0_7.6.q-28_armhf.deb ... #13 43.44 Unpacking libwrap0:armhf (7.6.q-28) ... #13 43.48 Selecting previously unselected package libxau6:armhf. #14 35.15 Unpacking libnamespace-clean-perl (0.27-2) ... #14 35.18 Selecting previously unselected package libpath-tiny-perl. #14 35.18 Preparing to unpack .../275-libpath-tiny-perl_0.144-1_all.deb ... #14 35.18 Unpacking libpath-tiny-perl (0.144-1) ... #14 35.22 Selecting previously unselected package libstrictures-perl. #14 35.22 Preparing to unpack .../276-libstrictures-perl_2.000006-1_all.deb ... #14 35.23 Unpacking libstrictures-perl (2.000006-1) ... #14 35.26 Selecting previously unselected package libtype-tiny-perl. #14 35.27 Preparing to unpack .../277-libtype-tiny-perl_2.004000-1_all.deb ... #14 35.27 Unpacking libtype-tiny-perl (2.004000-1) ... #14 35.32 Selecting previously unselected package libgitlab-api-v4-perl. #14 35.32 Preparing to unpack .../278-libgitlab-api-v4-perl_0.27-1_all.deb ... #14 35.33 Unpacking libgitlab-api-v4-perl (0.27-1) ... #14 35.37 Selecting previously unselected package libhtml-form-perl. #14 45.43 Selecting previously unselected package libhx509-5-heimdal:armhf. #14 45.43 Preparing to unpack .../106-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... #14 45.44 Unpacking libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 45.49 Selecting previously unselected package libkrb5-26-heimdal:armhf. #14 45.49 Preparing to unpack .../107-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... #14 45.50 Unpacking libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 45.55 Selecting previously unselected package libheimntlm0-heimdal:armhf. #14 45.55 Preparing to unpack .../108-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... #14 45.59 Unpacking libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 45.63 Selecting previously unselected package libgssapi3-heimdal:armhf. #14 44.54 Selecting previously unselected package python3. #14 44.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 ... 5685 files and directories currently installed.) #14 44.55 Preparing to unpack .../0-python3_3.11.4-5_armhf.deb ... #14 44.56 Unpacking python3 (3.11.4-5) ... #14 44.58 Selecting previously unselected package perl-modules-5.36. #14 44.58 Preparing to unpack .../1-perl-modules-5.36_5.36.0-9ubuntu1.1_all.deb ... #14 44.59 Unpacking perl-modules-5.36 (5.36.0-9ubuntu1.1) ... #13 40.04 Selecting previously unselected package gpgsm. #13 40.04 Preparing to unpack .../100-gpgsm_2.2.27-2+deb11u2_armhf.deb ... #13 40.04 Unpacking gpgsm (2.2.27-2+deb11u2) ... #13 40.10 Selecting previously unselected package gnupg. #13 40.10 Preparing to unpack .../101-gnupg_2.2.27-2+deb11u2_all.deb ... #13 40.11 Unpacking gnupg (2.2.27-2+deb11u2) ... #13 40.19 Selecting previously unselected package libfile-dirlist-perl. #13 40.19 Preparing to unpack .../102-libfile-dirlist-perl_0.05-2_all.deb ... #13 40.19 Unpacking libfile-dirlist-perl (0.05-2) ... #13 40.24 Selecting previously unselected package libfile-which-perl. #13 40.25 Preparing to unpack .../103-libfile-which-perl_1.23-1_all.deb ... #13 40.25 Unpacking libfile-which-perl (1.23-1) ... #13 40.30 Selecting previously unselected package libfile-homedir-perl. #13 40.30 Preparing to unpack .../104-libfile-homedir-perl_1.006-1_all.deb ... #13 40.31 Unpacking libfile-homedir-perl (1.006-1) ... #13 40.35 Selecting previously unselected package libfile-touch-perl. #14 45.78 Selecting previously unselected package libxml2:armhf. #14 45.78 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.3_armhf.deb ... #14 45.78 Unpacking libxml2:armhf (2.9.13+dfsg-1ubuntu0.3) ... #14 45.82 Selecting previously unselected package libyaml-0-2:armhf. #14 45.82 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_armhf.deb ... #14 45.83 Unpacking libyaml-0-2:armhf (0.2.2-1build2) ... #14 45.86 Selecting previously unselected package lsb-release. #14 45.86 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ... #14 45.87 Unpacking lsb-release (11.1.0ubuntu4) ... #14 45.90 Selecting previously unselected package netbase. #13 35.57 Setting up libmagic1:armhf (1:5.44-3) ... #13 35.60 Setting up perl-openssl-defaults:armhf (7+b1) ... #13 35.63 Setting up linux-libc-dev:armhf (6.1.52-1+rpi1) ... #13 35.65 Setting up libctf-nobfd0:armhf (2.40-2+rpi2) ... #13 35.67 Setting up gettext-base (0.21-12) ... #13 35.68 Setting up m4 (1.4.19-3) ... #13 35.70 Setting up libencode-locale-perl (1.05-3) ... #13 35.72 Setting up libcurl3-gnutls:armhf (7.88.1-10+rpi1+deb12u4) ... #13 35.74 Setting up file (1:5.44-3) ... #13 35.75 Setting up libgomp1:armhf (12.2.0-14+rpi1) ... #13 35.76 Setting up bzip2 (1.0.8-5+b2) ... #13 35.78 Setting up libfakeroot:armhf (1.31-1.2) ... #13 35.81 Setting up libjansson4:armhf (2.14-2) ... #13 35.82 Setting up fakeroot (1.31-1.2) ... #13 35.83 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #13 35.84 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #13 35.84 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #13 35.84 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #13 35.84 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #13 35.84 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #13 35.84 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #13 35.84 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #13 35.84 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #13 35.85 Setting up liberror-perl (0.17029-2) ... #13 35.86 Setting up autotools-dev (20220109.1) ... #13 35.88 Setting up rpcsvc-proto (1.4.3-1) ... #13 35.90 Setting up make (4.3-4.1) ... #13 42.00 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... #13 42.03 Selecting previously unselected package libsereal-decoder-perl. #13 42.03 Preparing to unpack .../336-libsereal-decoder-perl_5.003+ds-1_amd64.deb ... #13 42.04 Unpacking libsereal-decoder-perl (5.003+ds-1) ... #13 42.11 Selecting previously unselected package libsereal-encoder-perl. #13 42.11 Preparing to unpack .../337-libsereal-encoder-perl_5.003+ds-1_amd64.deb ... #13 42.11 Unpacking libsereal-encoder-perl (5.003+ds-1) ... #13 42.16 Selecting previously unselected package libset-intspan-perl. #13 42.16 Preparing to unpack .../338-libset-intspan-perl_1.19-3_all.deb ... #13 42.16 Unpacking libset-intspan-perl (1.19-3) ... #13 42.19 Selecting previously unselected package libtask-weaken-perl. #13 42.19 Preparing to unpack .../339-libtask-weaken-perl_1.06-2_all.deb ... #13 42.20 Unpacking libtask-weaken-perl (1.06-2) ... #13 42.23 Selecting previously unselected package libxml-parser-perl. #13 40.48 Setting up libio-socket-ssl-perl (2.060-3) ... #13 40.49 Setting up libhttp-message-perl (6.18-1) ... #13 40.51 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ... #13 40.52 Setting up libhttp-negotiate-perl (6.01-1) ... #13 40.54 Setting up libhttp-cookies-perl (6.04-1) ... #13 40.56 Setting up po-debconf (1.0.21) ... #13 40.58 Setting up libhtml-tree-perl (5.07-2) ... #13 40.59 Setting up libparams-classify-perl (0.015-1+b1) ... #13 40.61 Setting up libmodule-runtime-perl (0.016-1) ... #13 40.63 Setting up libimport-into-perl (1.002005-1) ... #13 40.64 Setting up libmoo-perl (2.003004-2) ... #13 40.66 Setting up liblwp-protocol-https-perl (6.07-2) ... #13 40.68 Setting up libwww-perl (6.36-2) ... #16 79.99 Installing : libcgroup-0.41-21.el7.aarch64 11/60 #13 37.79 Preparing to unpack .../326-libproc-processtable-perl_0.634-1+b2_arm64.deb ... #13 37.79 Unpacking libproc-processtable-perl:arm64 (0.634-1+b2) ... #13 37.83 Selecting previously unselected package libre2-9:arm64. #13 37.83 Preparing to unpack .../327-libre2-9_20220601+dfsg-1+b1_arm64.deb ... #13 37.84 Unpacking libre2-9:arm64 (20220601+dfsg-1+b1) ... #13 37.88 Selecting previously unselected package libre-engine-re2-perl:arm64. #13 37.88 Preparing to unpack .../328-libre-engine-re2-perl_0.17+ds-1_arm64.deb ... #13 37.88 Unpacking libre-engine-re2-perl:arm64 (0.17+ds-1) ... #13 37.92 Selecting previously unselected package libreadonly-perl. #13 37.92 Preparing to unpack .../329-libreadonly-perl_2.050-3_all.deb ... #13 37.92 Unpacking libreadonly-perl (2.050-3) ... #13 37.95 Selecting previously unselected package libref-util-perl. #13 37.95 Preparing to unpack .../330-libref-util-perl_0.204-2_all.deb ... #13 37.96 Unpacking libref-util-perl (0.204-2) ... #13 38.02 Selecting previously unselected package libref-util-xs-perl. #13 38.32 Selecting previously unselected package libxml-parser-perl:arm64. #13 38.33 Preparing to unpack .../305-libxml-parser-perl_2.46-2_arm64.deb ... #13 38.33 Unpacking libxml-parser-perl:arm64 (2.46-2) ... #13 38.38 Selecting previously unselected package libsoap-lite-perl. #13 38.39 Preparing to unpack .../306-libsoap-lite-perl_1.27-1_all.deb ... #13 38.39 Unpacking libsoap-lite-perl (1.27-1) ... #13 38.45 Selecting previously unselected package libsort-key-perl. #13 38.45 Preparing to unpack .../307-libsort-key-perl_1.33-2+b3_arm64.deb ... #13 38.45 Unpacking libsort-key-perl (1.33-2+b3) ... #13 38.49 Selecting previously unselected package libstring-copyright-perl. #13 38.49 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ... #13 38.50 Unpacking libstring-copyright-perl (0.003006-1) ... #13 38.53 Selecting previously unselected package libstring-escape-perl. #13 38.53 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ... #13 38.54 Unpacking libstring-escape-perl (2010.002-2) ... #13 38.58 Selecting previously unselected package libstring-shellquote-perl. #13 38.58 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ... #13 38.59 Unpacking libstring-shellquote-perl (1.04-1) ... #13 38.62 Selecting previously unselected package libsys-cpuaffinity-perl:arm64. #13 41.17 Preparing to unpack .../325-python3-certifi_2018.8.24-1_all.deb ... #14 39.69 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.6_amd64.deb ... #13 41.18 Unpacking python3-certifi (2018.8.24-1) ... #13 41.23 Selecting previously unselected package python3-idna. #13 41.23 Preparing to unpack .../326-python3-idna_2.6-1_all.deb ... #13 41.23 Unpacking python3-idna (2.6-1) ... #13 41.26 Selecting previously unselected package python3-magic. #13 41.27 Preparing to unpack .../327-python3-magic_2%3a0.4.15-2_all.deb ... #13 41.27 Unpacking python3-magic (2:0.4.15-2) ... #14 39.70 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.6) ... #14 39.78 Selecting previously unselected package libxext6:amd64. #14 39.78 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ... #14 39.78 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ... #14 39.81 Selecting previously unselected package libxmuu1:amd64. #14 39.81 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ... #14 39.82 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ... #14 39.85 Selecting previously unselected package manpages. #14 39.85 Preparing to unpack .../053-manpages_5.05-1_all.deb ... #14 39.85 Unpacking manpages (5.05-1) ... #14 39.97 Selecting previously unselected package openssh-client. #13 38.75 Selecting previously unselected package liblist-compare-perl. #13 38.75 Preparing to unpack .../268-liblist-compare-perl_0.55-1_all.deb ... #13 38.76 Unpacking liblist-compare-perl (0.55-1) ... #13 38.79 Selecting previously unselected package liblist-someutils-perl. #13 38.79 Preparing to unpack .../269-liblist-someutils-perl_0.58-1_all.deb ... #13 38.79 Unpacking liblist-someutils-perl (0.58-1) ... #13 38.82 Selecting previously unselected package liblist-someutils-xs-perl. #13 38.83 Preparing to unpack .../270-liblist-someutils-xs-perl_0.58-2+b1_amd64.deb ... #13 38.83 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ... #13 38.86 Selecting previously unselected package liblist-utilsby-perl. #13 38.87 Preparing to unpack .../271-liblist-utilsby-perl_0.11-1_all.deb ... #13 38.87 Unpacking liblist-utilsby-perl (0.11-1) ... #13 38.91 Selecting previously unselected package libltdl7:amd64. #13 38.91 Preparing to unpack .../272-libltdl7_2.4.6-15_amd64.deb ... #13 38.91 Unpacking libltdl7:amd64 (2.4.6-15) ... #13 38.95 Selecting previously unselected package libltdl-dev:amd64. #15 0.725 Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease #15 0.867 Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease #13 38.14 Preparing to unpack .../281-libsereal-perl_4.005-1_all.deb ... #13 38.14 Unpacking libsereal-perl (4.005-1) ... #13 38.17 Selecting previously unselected package libtask-weaken-perl. #13 38.18 Preparing to unpack .../282-libtask-weaken-perl_1.06-1_all.deb ... #13 38.18 Unpacking libtask-weaken-perl (1.06-1) ... #13 38.21 Selecting previously unselected package libxml-parser-perl. #13 38.21 Preparing to unpack .../283-libxml-parser-perl_2.44-4_arm64.deb ... #13 38.22 Unpacking libxml-parser-perl (2.44-4) ... #13 38.27 Selecting previously unselected package libsoap-lite-perl. #13 38.27 Preparing to unpack .../284-libsoap-lite-perl_1.27-1_all.deb ... #13 38.27 Unpacking libsoap-lite-perl (1.27-1) ... #13 38.33 Selecting previously unselected package libsort-key-perl. #13 38.33 Preparing to unpack .../285-libsort-key-perl_1.33-2+b1_arm64.deb ... #13 38.33 Unpacking libsort-key-perl (1.33-2+b1) ... #13 38.36 Selecting previously unselected package libstring-copyright-perl. #13 38.37 Preparing to unpack .../286-libstring-copyright-perl_0.003006-1_all.deb ... #14 37.96 Setting up libmagic1:amd64 (1:5.44-3) ... #14 37.98 Setting up libdeflate0:amd64 (1.15-1) ... #14 37.99 Setting up less (590-1.2) ... #14 38.01 Setting up perl-openssl-defaults:amd64 (7) ... #14 38.02 Setting up linux-libc-dev:amd64 (6.2.0-39.40) ... #14 38.03 Setting up libctf-nobfd0:amd64 (2.40-2ubuntu4.1) ... #14 38.04 Setting up gettext-base (0.21-11) ... #14 38.06 Setting up m4 (1.4.19-3) ... #14 38.07 Setting up liblzo2-2:amd64 (2.10-2build3) ... #14 38.08 Setting up libnpth0:amd64 (1.6-3build2) ... #14 38.09 Setting up krb5-locales (1.20.1-1ubuntu0.1) ... #14 38.11 Setting up file (1:5.44-3) ... #14 38.13 Setting up libassuan0:amd64 (2.5.5-5) ... #14 38.14 Setting up libgomp1:amd64 (13.1.0-2ubuntu2~23.04) ... #14 38.15 Setting up bzip2 (1.0.8-5build1) ... #14 38.16 Setting up libldap-common (2.6.3+dfsg-1~exp1ubuntu2) ... #14 36.69 Get:232 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-install-perl all 0.928-1 [10.5 kB] #14 36.85 Get:233 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdata-optlist-perl all 0.110-1 [9956 B] #14 DONE 0.7s #15 [stage-1 5/8] COPY --link SPECS /root/rpmbuild/SPECS #15 DONE 0.0s #16 [stage-1 6/8] RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec #17 3.840 (1/57): autoconf-2.69-29.el8.noarch.rpm 2.9 MB/s | 710 kB 00:00 #14 35.49 Get:281 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB] #14 35.50 Get:282 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfile-fcntllock-perl arm64 0.22-4ubuntu1 [33.1 kB] #14 35.52 Get:283 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnumber-compare-perl all 0.03-3 [5974 B] #14 35.53 Get:284 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtext-glob-perl all 0.11-3 [6780 B] #14 35.53 Get:285 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfile-find-rule-perl all 0.34-3 [24.4 kB] #14 35.54 Get:286 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfont-afm-perl all 1.20-4 [13.0 kB] #14 33.16 Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-1build7 [82.3 kB] #20 10.46 Selecting previously unselected package mingw-w64-x86-64-dev. #14 42.35 Get:363 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libwww-mechanize-perl all 2.16-1 [94.5 kB] #14 34.41 Get:253 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsub-install-perl all 0.929-1 [9764 B] #14 34.43 Get:254 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdata-optlist-perl all 0.113-1 [9658 B] #14 33.59 Setting up libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 33.60 Setting up diffstat (1.64-1build2) ... #14 33.61 Setting up libpng16-16:amd64 (1.6.37-3build5) ... #14 34.44 Get:255 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsub-exporter-perl all 0.989-1 [48.6 kB] #14 34.53 Get:256 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libconst-fast-perl all 0.014-2 [8034 B] #14 33.63 Setting up libmpc3:amd64 (1.2.1-2build1) ... #14 33.65 Setting up libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 33.66 Setting up patch (2.7.6-7build2) ... #14 33.68 Setting up autopoint (0.21-4ubuntu4) ... #14 33.69 Setting up fonts-dejavu-core (2.37-2build1) ... #14 33.76 Setting up ucf (3.0043) ... #14 33.87 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... #13 45.61 Preparing to unpack .../318-libpod-parser-perl_1.65-1_all.deb ... #13 45.62 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #13 45.64 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #13 45.65 Unpacking libpod-parser-perl (1.65-1) ... #13 45.69 Selecting previously unselected package libpod-constants-perl. #13 45.69 Preparing to unpack .../319-libpod-constants-perl_0.19-2_all.deb ... #13 45.69 Unpacking libpod-constants-perl (0.19-2) ... #13 45.73 Selecting previously unselected package libproc-processtable-perl:armhf. #13 45.73 Preparing to unpack .../320-libproc-processtable-perl_0.634-1+b2_armhf.deb ... #13 45.73 Unpacking libproc-processtable-perl:armhf (0.634-1+b2) ... #13 45.78 Selecting previously unselected package libre2-9:armhf. #13 45.78 Preparing to unpack .../321-libre2-9_20220601+dfsg-1+b1_armhf.deb ... #13 45.79 Unpacking libre2-9:armhf (20220601+dfsg-1+b1) ... #13 45.86 Selecting previously unselected package libre-engine-re2-perl:armhf. #13 43.49 Preparing to unpack .../293-libxau6_1%3a1.0.8-1+b2_armhf.deb ... #13 43.49 Unpacking libxau6:armhf (1:1.0.8-1+b2) ... #13 43.53 Selecting previously unselected package libxdmcp6:armhf. #13 43.53 Preparing to unpack .../294-libxdmcp6_1%3a1.1.2-3_armhf.deb ... #13 43.53 Unpacking libxdmcp6:armhf (1:1.1.2-3) ... #13 43.57 Selecting previously unselected package libxcb1:armhf. #13 43.57 Preparing to unpack .../295-libxcb1_1.13.1-2_armhf.deb ... #13 43.58 Unpacking libxcb1:armhf (1.13.1-2) ... #13 43.62 Selecting previously unselected package libx11-data. #13 43.62 Preparing to unpack .../296-libx11-data_2%3a1.6.7-1+deb10u4_all.deb ... #13 43.62 Unpacking libx11-data (2:1.6.7-1+deb10u4) ... #13 43.69 Selecting previously unselected package libx11-6:armhf. #13 43.69 Preparing to unpack .../297-libx11-6_2%3a1.6.7-1+deb10u4_armhf.deb ... #13 43.70 Unpacking libx11-6:armhf (2:1.6.7-1+deb10u4) ... #14 35.37 Preparing to unpack .../279-libhtml-form-perl_6.11-1_all.deb ... #14 35.38 Unpacking libhtml-form-perl (6.11-1) ... #14 35.41 Selecting previously unselected package libhtml-format-perl. #14 35.41 Preparing to unpack .../280-libhtml-format-perl_2.16-2_all.deb ... #14 35.41 Unpacking libhtml-format-perl (2.16-2) ... #14 35.45 Selecting previously unselected package libhtml-html5-entities-perl. #14 35.45 Preparing to unpack .../281-libhtml-html5-entities-perl_0.004-3_all.deb ... #14 35.46 Unpacking libhtml-html5-entities-perl (0.004-3) ... #14 35.49 Selecting previously unselected package libhtml-tokeparser-simple-perl. #14 35.49 Preparing to unpack .../282-libhtml-tokeparser-simple-perl_3.16-4_all.deb ... #14 35.50 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ... #14 35.53 Selecting previously unselected package libhttp-daemon-perl. #14 35.54 Preparing to unpack .../283-libhttp-daemon-perl_6.16-1_all.deb ... #14 35.54 Unpacking libhttp-daemon-perl (6.16-1) ... #14 35.58 Selecting previously unselected package libindirect-perl. #14 35.58 Preparing to unpack .../284-libindirect-perl_0.39-2build1_amd64.deb ... #14 35.58 Unpacking libindirect-perl (0.39-2build1) ... #14 35.61 Selecting previously unselected package libio-interactive-perl. #14 45.63 Preparing to unpack .../109-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... #14 45.64 Unpacking libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 45.67 Selecting previously unselected package libsasl2-modules-db:armhf. #14 45.67 Preparing to unpack .../110-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_armhf.deb ... #14 45.68 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ... #14 45.72 Selecting previously unselected package libsasl2-2:armhf. #14 45.73 Preparing to unpack .../111-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_armhf.deb ... #14 45.73 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ... #14 45.77 Selecting previously unselected package libldap-common. #14 45.77 Preparing to unpack .../112-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ... #14 45.78 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ... #14 45.82 Selecting previously unselected package libldap-2.4-2:armhf. #14 45.82 Preparing to unpack .../113-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_armhf.deb ... #14 45.82 Unpacking libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ... #14 45.88 Selecting previously unselected package libnghttp2-14:armhf. #14 45.88 Preparing to unpack .../114-libnghttp2-14_1.40.0-1ubuntu0.2_armhf.deb ... #14 45.88 Unpacking libnghttp2-14:armhf (1.40.0-1ubuntu0.2) ... #14 45.93 Selecting previously unselected package librtmp1:armhf. #14 45.93 Preparing to unpack .../115-librtmp1_2.4+20151223.gitfa8646d.1-2build1_armhf.deb ... #14 45.93 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ... #14 45.98 Selecting previously unselected package libssh-4:armhf. #14 45.98 Preparing to unpack .../116-libssh-4_0.9.3-2ubuntu2.5_armhf.deb ... #13 40.35 Preparing to unpack .../105-libfile-touch-perl_0.11-1_all.deb ... #13 40.36 Unpacking libfile-touch-perl (0.11-1) ... #13 40.39 Selecting previously unselected package libio-pty-perl. #13 40.40 Preparing to unpack .../106-libio-pty-perl_1%3a1.15-2_armhf.deb ... #13 40.41 Unpacking libio-pty-perl (1:1.15-2) ... #13 40.46 Selecting previously unselected package libipc-run-perl. #13 40.46 Preparing to unpack .../107-libipc-run-perl_20200505.0-1_all.deb ... #13 40.47 Unpacking libipc-run-perl (20200505.0-1) ... #13 40.51 Selecting previously unselected package libclass-method-modifiers-perl. #13 40.51 Preparing to unpack .../108-libclass-method-modifiers-perl_2.13-1_all.deb ... #13 40.51 Unpacking libclass-method-modifiers-perl (2.13-1) ... #13 40.56 Selecting previously unselected package libb-hooks-op-check-perl. #14 45.90 Preparing to unpack .../018-netbase_6.3_all.deb ... #14 45.91 Unpacking netbase (6.3) ... #14 45.94 Selecting previously unselected package python-apt-common. #14 45.94 Preparing to unpack .../019-python-apt-common_2.4.0ubuntu2_all.deb ... #14 45.95 Unpacking python-apt-common (2.4.0ubuntu2) ... #14 45.99 Selecting previously unselected package python3-apt. #14 45.99 Preparing to unpack .../020-python3-apt_2.4.0ubuntu2_armhf.deb ... #14 45.99 Unpacking python3-apt (2.4.0ubuntu2) ... #14 46.03 Selecting previously unselected package python3-pkg-resources. #14 46.03 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ... #14 46.04 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... #14 46.08 Selecting previously unselected package ucf. #14 46.08 Preparing to unpack .../022-ucf_3.0043_all.deb ... #14 46.09 Moving old data out of the way #14 46.09 Unpacking ucf (3.0043) ... #14 46.13 Selecting previously unselected package bsdextrautils. #14 46.13 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_armhf.deb ... #14 46.13 Unpacking bsdextrautils (2.37.2-4ubuntu3) ... #14 46.16 Selecting previously unselected package libmagic-mgc. #14 46.16 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3ubuntu0.1_armhf.deb ... #14 46.17 Unpacking libmagic-mgc (1:5.41-3ubuntu0.1) ... #14 46.22 Selecting previously unselected package libmagic1:armhf. #14 46.23 Preparing to unpack .../025-libmagic1_1%3a5.41-3ubuntu0.1_armhf.deb ... #14 46.23 Unpacking libmagic1:armhf (1:5.41-3ubuntu0.1) ... #14 46.26 Selecting previously unselected package file. #14 46.26 Preparing to unpack .../026-file_1%3a5.41-3ubuntu0.1_armhf.deb ... #14 46.26 Unpacking file (1:5.41-3ubuntu0.1) ... #13 35.93 Setting up libmpfr6:armhf (4.2.0-1) ... #13 35.96 Setting up xz-utils (5.4.1-0.2) ... #13 35.98 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #13 35.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #13 35.98 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #13 35.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #13 35.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #13 35.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #13 35.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist #13 35.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist #13 35.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist #13 35.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist #13 35.98 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist #13 35.99 Setting up libmpc3:armhf (1.3.1-1) ... #13 36.01 Setting up libio-html-perl (1.004-3) ... #13 36.03 Setting up patch (2.7.6-7) ... #13 36.04 Setting up autopoint (0.21-12) ... #13 36.05 Setting up libb-hooks-op-check-perl:armhf (0.22-2+b1) ... #13 36.07 Setting up libipc-run-perl (20220807.0-1) ... #13 36.10 Setting up libdpkg-perl (1.21.22+rpi1) ... #13 36.12 Setting up autoconf (2.71-3) ... #13 42.23 Preparing to unpack .../340-libxml-parser-perl_2.46-4_amd64.deb ... #13 42.23 Unpacking libxml-parser-perl (2.46-4) ... #13 42.29 Selecting previously unselected package libsoap-lite-perl. #13 42.29 Preparing to unpack .../341-libsoap-lite-perl_1.27-3_all.deb ... #13 42.29 Unpacking libsoap-lite-perl (1.27-3) ... #13 42.35 Selecting previously unselected package libsocket6-perl. #13 42.35 Preparing to unpack .../342-libsocket6-perl_0.29-3_amd64.deb ... #13 42.35 Unpacking libsocket6-perl (0.29-3) ... #13 42.39 Selecting previously unselected package libstring-copyright-perl. #13 42.39 Preparing to unpack .../343-libstring-copyright-perl_0.003014-1_all.deb ... #13 42.39 Unpacking libstring-copyright-perl (0.003014-1) ... #13 42.42 Selecting previously unselected package libstring-escape-perl. #13 42.42 Preparing to unpack .../344-libstring-escape-perl_2010.002-3_all.deb ... #13 42.43 Unpacking libstring-escape-perl (2010.002-3) ... #13 42.46 Selecting previously unselected package libstring-license-perl. #13 42.46 Preparing to unpack .../345-libstring-license-perl_0.0.2-1_all.deb ... #13 42.46 Unpacking libstring-license-perl (0.0.2-1) ... #13 42.50 Selecting previously unselected package libstring-shellquote-perl. #13 42.50 Preparing to unpack .../346-libstring-shellquote-perl_1.04-3_all.deb ... #13 42.50 Unpacking libstring-shellquote-perl (1.04-3) ... #13 42.53 Selecting previously unselected package libsys-cpuaffinity-perl. #13 42.54 Preparing to unpack .../347-libsys-cpuaffinity-perl_1.13~03-2+b1_amd64.deb ... #13 42.54 Unpacking libsys-cpuaffinity-perl (1.13~03-2+b1) ... #13 42.57 Selecting previously unselected package libterm-readkey-perl. #13 40.69 Setting up debhelper (13.2~bpo10+1) ... #13 40.71 Setting up dh-autoreconf (19) ... #13 40.73 Setting up devscripts (2.19.5+deb10u1) ... #13 40.95 Setting up dh-strip-nondeterminism (1.1.2-1) ... #13 38.02 Preparing to unpack .../331-libref-util-xs-perl_0.117-2+b1_arm64.deb ... #13 38.02 Unpacking libref-util-xs-perl (0.117-2+b1) ... #13 38.06 Selecting previously unselected package libregexp-pattern-license-perl. #13 38.06 Preparing to unpack .../332-libregexp-pattern-license-perl_3.9.4-3_all.deb ... #13 38.06 Unpacking libregexp-pattern-license-perl (3.9.4-3) ... #13 38.10 Selecting previously unselected package libregexp-pattern-perl. #13 38.10 Preparing to unpack .../333-libregexp-pattern-perl_0.2.14-2_all.deb ... #13 38.10 Unpacking libregexp-pattern-perl (0.2.14-2) ... #13 38.13 Selecting previously unselected package libregexp-wildcards-perl. #13 38.13 Preparing to unpack .../334-libregexp-wildcards-perl_1.05-3_all.deb ... #13 38.14 Unpacking libregexp-wildcards-perl (1.05-3) ... #13 38.24 Selecting previously unselected package libsasl2-modules:arm64. #13 41.31 Selecting previously unselected package python3-urllib3. #13 41.31 Preparing to unpack .../328-python3-urllib3_1.24.1-1+deb10u2_all.deb ... #13 41.32 Unpacking python3-urllib3 (1.24.1-1+deb10u2) ... #13 41.36 Selecting previously unselected package python3-requests. #13 41.36 Preparing to unpack .../329-python3-requests_2.21.0-1+deb10u1_all.deb ... #13 41.36 Unpacking python3-requests (2.21.0-1+deb10u1) ... #13 41.46 Selecting previously unselected package python3-unidiff. #13 41.46 Preparing to unpack .../330-python3-unidiff_0.5.4-1_all.deb ... #13 41.47 Unpacking python3-unidiff (0.5.4-1) ... #13 41.50 Selecting previously unselected package python3-xdg. #13 41.50 Preparing to unpack .../331-python3-xdg_0.25-5_all.deb ... #13 41.50 Unpacking python3-xdg (0.25-5) ... #13 41.55 Selecting previously unselected package shared-mime-info. #13 41.55 Preparing to unpack .../332-shared-mime-info_1.10-1_amd64.deb ... #13 41.56 Unpacking shared-mime-info (1.10-1) ... #13 41.66 Selecting previously unselected package strace. #14 39.97 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.11_amd64.deb ... #14 39.98 Unpacking openssh-client (1:8.2p1-4ubuntu0.11) ... #14 40.07 Selecting previously unselected package publicsuffix. #14 40.07 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ... #14 40.07 Unpacking publicsuffix (20200303.0012-1) ... #14 40.11 Selecting previously unselected package python-apt-common. #14 40.11 Preparing to unpack .../056-python-apt-common_2.0.1ubuntu0.20.04.1_all.deb ... #14 40.11 Unpacking python-apt-common (2.0.1ubuntu0.20.04.1) ... #14 40.15 Selecting previously unselected package python3-apt. #14 40.15 Preparing to unpack .../057-python3-apt_2.0.1ubuntu0.20.04.1_amd64.deb ... #14 40.15 Unpacking python3-apt (2.0.1ubuntu0.20.04.1) ... #14 40.20 Selecting previously unselected package libunwind8:amd64. #14 40.20 Preparing to unpack .../058-libunwind8_1.2.1-9ubuntu0.1_amd64.deb ... #14 40.20 Unpacking libunwind8:amd64 (1.2.1-9ubuntu0.1) ... #14 40.23 Selecting previously unselected package strace. #14 40.23 Preparing to unpack .../059-strace_5.5-3ubuntu1_amd64.deb ... #14 40.24 Unpacking strace (5.5-3ubuntu1) ... #14 40.30 Selecting previously unselected package xauth. #13 38.96 Preparing to unpack .../273-libltdl-dev_2.4.6-15_amd64.deb ... #13 38.96 Unpacking libltdl-dev:amd64 (2.4.6-15) ... #13 39.01 Selecting previously unselected package liblzo2-2:amd64. #13 39.01 Preparing to unpack .../274-liblzo2-2_2.10-2_amd64.deb ... #13 39.02 Unpacking liblzo2-2:amd64 (2.10-2) ... #13 39.06 Selecting previously unselected package libsys-hostname-long-perl. #13 39.06 Preparing to unpack .../275-libsys-hostname-long-perl_1.5-2_all.deb ... #13 39.07 Unpacking libsys-hostname-long-perl (1.5-2) ... #13 39.10 Selecting previously unselected package libmail-sendmail-perl. #13 39.10 Preparing to unpack .../276-libmail-sendmail-perl_0.80-1.1_all.deb ... #13 39.11 Unpacking libmail-sendmail-perl (0.80-1.1) ... #13 39.13 Selecting previously unselected package libnet-smtp-ssl-perl. #13 39.14 Preparing to unpack .../277-libnet-smtp-ssl-perl_1.04-1_all.deb ... #13 39.14 Unpacking libnet-smtp-ssl-perl (1.04-1) ... #13 39.17 Selecting previously unselected package libmailtools-perl. #13 38.62 Preparing to unpack .../311-libsys-cpuaffinity-perl_1.13~03-1_arm64.deb ... #13 38.62 Unpacking libsys-cpuaffinity-perl:arm64 (1.13~03-1) ... #13 38.66 Selecting previously unselected package libterm-readkey-perl. #13 38.66 Preparing to unpack .../312-libterm-readkey-perl_2.38-1+b2_arm64.deb ... #13 38.67 Unpacking libterm-readkey-perl (2.38-1+b2) ... #13 38.70 Selecting previously unselected package libtext-levenshteinxs-perl. #13 38.70 Preparing to unpack .../313-libtext-levenshteinxs-perl_0.03-4+b8_arm64.deb ... #13 38.71 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ... #13 38.74 Selecting previously unselected package libtext-markdown-discount-perl:arm64. #13 38.74 Preparing to unpack .../314-libtext-markdown-discount-perl_0.12-1+b1_arm64.deb ... #13 38.75 Unpacking libtext-markdown-discount-perl:arm64 (0.12-1+b1) ... #13 38.78 Selecting previously unselected package libtext-xslate-perl. #13 38.78 Preparing to unpack .../315-libtext-xslate-perl_3.5.8-1+b1_arm64.deb ... #13 38.79 Unpacking libtext-xslate-perl (3.5.8-1+b1) ... #13 38.83 Selecting previously unselected package libtime-duration-perl. #13 38.83 Preparing to unpack .../316-libtime-duration-perl_1.21-1_all.deb ... #13 38.84 Unpacking libtime-duration-perl (1.21-1) ... #13 38.87 Selecting previously unselected package libtime-moment-perl. #13 38.37 Unpacking libstring-copyright-perl (0.003006-1) ... #13 38.40 Selecting previously unselected package libstring-escape-perl. #13 38.40 Preparing to unpack .../287-libstring-escape-perl_2010.002-2_all.deb ... #13 38.41 Unpacking libstring-escape-perl (2010.002-2) ... #13 38.44 Selecting previously unselected package libstring-shellquote-perl. #13 38.44 Preparing to unpack .../288-libstring-shellquote-perl_1.04-1_all.deb ... #13 38.45 Unpacking libstring-shellquote-perl (1.04-1) ... #13 38.48 Selecting previously unselected package libterm-readkey-perl. #13 38.48 Preparing to unpack .../289-libterm-readkey-perl_2.38-1_arm64.deb ... #13 38.49 Unpacking libterm-readkey-perl (2.38-1) ... #13 38.52 Selecting previously unselected package libtest-fatal-perl. #13 38.52 Preparing to unpack .../290-libtest-fatal-perl_0.014-1_all.deb ... #13 38.53 Unpacking libtest-fatal-perl (0.014-1) ... #13 38.56 Selecting previously unselected package libtest-refcount-perl. #13 38.56 Preparing to unpack .../291-libtest-refcount-perl_0.08-3_all.deb ... #13 38.57 Unpacking libtest-refcount-perl (0.08-3) ... #13 38.60 Selecting previously unselected package libtext-levenshtein-perl. #14 38.18 Setting up libunwind8:amd64 (1.6.2-3) ... #14 38.19 Setting up libjbig0:amd64 (2.1-6ubuntu1) ... #14 38.20 Setting up libfakeroot:amd64 (1.31-1.1) ... #14 38.22 Setting up libjansson4:amd64 (2.14-2) ... #14 38.23 Setting up libkrb5support0:amd64 (1.20.1-1ubuntu0.1) ... #14 38.24 Setting up libnumber-compare-perl (0.03-3) ... #14 38.25 Setting up gcc-12-base:amd64 (12.3.0-1ubuntu1~23.04) ... #14 38.27 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... #14 38.28 Setting up fakeroot (1.31-1.1) ... #14 38.29 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 38.29 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 38.29 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 38.29 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 38.29 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 38.29 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 38.29 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 38.29 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 38.29 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 38.30 Setting up perl-modules-5.36 (5.36.0-7ubuntu0.23.04.2) ... #14 38.31 Setting up autotools-dev (20220109.1) ... #14 38.32 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #14 38.34 Setting up libx11-data (2:1.8.4-2ubuntu0.3) ... #14 38.35 Setting up make (4.3-4.1build1) ... #14 38.36 Setting up libmpfr6:amd64 (4.2.0-1) ... #14 38.37 Setting up gnupg-l10n (2.2.40-1.1ubuntu1) ... #14 36.92 Get:234 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-exporter-perl all 0.987-1 [44.9 kB] #14 37.10 Get:235 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libconst-fast-perl all 0.014-1 [7958 B] #17 3.848 (2/57): automake-1.16.1-8.el8.noarch.rpm 2.9 MB/s | 740 kB 00:00 #17 3.854 (3/57): cmake-filesystem-3.26.5-2.el8.x86_64.rp 9.8 MB/s | 52 kB 00:00 #17 3.861 (4/57): cmake-rpm-macros-3.26.5-2.el8.noarch.rp 6.6 MB/s | 44 kB 00:00 #17 3.868 (5/57): git-2.43.0-1.el8.x86_64.rpm 13 MB/s | 92 kB 00:00 #17 3.896 (6/57): cmake-data-3.26.5-2.el8.noarch.rpm 47 MB/s | 2.6 MB 00:00 #17 3.965 (7/57): git-core-doc-2.43.0-1.el8.noarch.rpm 49 MB/s | 3.3 MB 00:00 #17 3.989 (8/57): isl-0.16.1-6.el8.x86_64.rpm 35 MB/s | 841 kB 00:00 #17 3.995 (9/57): libmpc-1.1.0-9.1.el8.x86_64.rpm 10 MB/s | 61 kB 00:00 #17 4.002 (10/57): libseccomp-devel-2.5.2-1.el8.x86_64.rp 7.9 MB/s | 57 kB 00:00 #17 4.022 (11/57): libtool-2.4.6-25.el8.x86_64.rpm 37 MB/s | 709 kB 00:00 #17 4.030 (12/57): libtool-ltdl-devel-2.4.6-25.el8.x86_64 23 MB/s | 184 kB 00:00 #17 4.037 (13/57): libuv-1.41.1-1.el8_4.x86_64.rpm 25 MB/s | 156 kB 00:00 #17 4.098 (14/57): git-core-2.43.0-1.el8.x86_64.rpm 48 MB/s | 11 MB 00:00 #14 35.95 Get:287 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libio-string-perl all 1.08-4 [11.1 kB] #14 36.03 Get:288 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfont-ttf-perl all 1.06-2 [323 kB] #14 33.44 Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-ip-perl all 0.30-1 [17.3 kB] #14 33.45 Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-uri-perl all 0.07-2 [11.1 kB] #14 33.46 Get:257 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libdistro-info-perl all 1.1ubuntu0.2 [5222 B] #14 33.46 Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libemail-address-xs-perl arm64 1.04-1build6 [27.9 kB] #14 33.49 Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-system-simple-perl all 1.30-1 [23.2 kB] #14 33.50 Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-basedir-perl all 0.09-1 [15.7 kB] #14 33.52 Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB] #14 33.53 Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-fcntllock-perl arm64 0.22-3build7 [33.7 kB] #14 33.55 Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnumber-compare-perl all 0.03-2 [7058 B] #20 10.46 Preparing to unpack .../3-mingw-w64-x86-64-dev_10.0.0-3_all.deb ... #20 10.46 Unpacking mingw-w64-x86-64-dev (10.0.0-3) ... #14 42.65 Get:364 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxml-namespacesupport-perl all 1.12-2 [13.5 kB] #14 33.88 Setting up libltdl7:amd64 (2.4.6-15build2) ... #14 33.89 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 33.94 Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ... #14 33.95 Setting up libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... #14 33.97 Setting up libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 33.98 Setting up libmd0:amd64 (1.0.4-1build1) ... #14 34.00 Setting up python-apt-common (2.4.0ubuntu2) ... #14 34.01 Setting up libnsl-dev:amd64 (1.3.0-2build2) ... #14 34.02 Setting up libcrypt-dev:amd64 (1:4.4.27-1) ... #14 34.03 Setting up libuchardet0:amd64 (0.0.7-1build2) ... #14 34.05 Setting up lzop (1.04-2build2) ... #14 34.08 Setting up libmpdec3:amd64 (2.5.1-2build2) ... #14 34.09 Setting up git-man (1:2.34.1-1ubuntu1.10) ... #14 34.55 Get:257 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libwant-perl arm64 0.29-2build1 [23.6 kB] #14 34.57 Get:258 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libcontextual-return-perl all 0.004014-4 [53.2 kB] #14 34.61 Get:259 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libcpanel-json-xs-perl arm64 4.32-1build1 [114 kB] #14 34.67 Get:260 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdevel-stacktrace-perl all 2.0400-2 [22.2 kB] #14 34.68 Get:261 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libexception-class-perl all 1.45-1 [28.6 kB] #14 34.68 Get:262 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libiterator-perl all 0.03+ds1-2 [18.8 kB] #13 45.86 Preparing to unpack .../322-libre-engine-re2-perl_0.17+ds-1_armhf.deb ... #13 45.87 Unpacking libre-engine-re2-perl:armhf (0.17+ds-1) ... #13 45.91 Selecting previously unselected package libreadonly-perl. #13 45.91 Preparing to unpack .../323-libreadonly-perl_2.050-3_all.deb ... #13 45.91 Unpacking libreadonly-perl (2.050-3) ... #13 45.95 Selecting previously unselected package libref-util-perl. #13 45.95 Preparing to unpack .../324-libref-util-perl_0.204-2_all.deb ... #13 45.96 Unpacking libref-util-perl (0.204-2) ... #13 45.99 Selecting previously unselected package libref-util-xs-perl. #13 45.99 Preparing to unpack .../325-libref-util-xs-perl_0.117-2+b1_armhf.deb ... #13 46.00 Unpacking libref-util-xs-perl (0.117-2+b1) ... #13 46.03 Selecting previously unselected package libregexp-pattern-license-perl. #13 46.03 Preparing to unpack .../326-libregexp-pattern-license-perl_3.9.4-3_all.deb ... #13 46.04 Unpacking libregexp-pattern-license-perl (3.9.4-3) ... #13 46.08 Selecting previously unselected package libregexp-pattern-perl. #13 46.08 Preparing to unpack .../327-libregexp-pattern-perl_0.2.14-2_all.deb ... #13 46.09 Unpacking libregexp-pattern-perl (0.2.14-2) ... #13 46.12 Selecting previously unselected package libregexp-wildcards-perl. #13 43.78 Selecting previously unselected package libxext6:armhf. #13 43.78 Preparing to unpack .../298-libxext6_2%3a1.3.3-1+b2_armhf.deb ... #13 43.79 Unpacking libxext6:armhf (2:1.3.3-1+b2) ... #13 43.82 Selecting previously unselected package libxml-namespacesupport-perl. #13 43.83 Preparing to unpack .../299-libxml-namespacesupport-perl_1.12-1_all.deb ... #13 43.83 Unpacking libxml-namespacesupport-perl (1.12-1) ... #13 43.86 Selecting previously unselected package libxml-sax-base-perl. #13 43.86 Preparing to unpack .../300-libxml-sax-base-perl_1.09-1_all.deb ... #13 43.87 Unpacking libxml-sax-base-perl (1.09-1) ... #13 43.91 Selecting previously unselected package libxml-sax-perl. #13 43.91 Preparing to unpack .../301-libxml-sax-perl_1.00+dfsg-1_all.deb ... #13 43.92 Unpacking libxml-sax-perl (1.00+dfsg-1) ... #13 43.96 Selecting previously unselected package libxml-libxml-perl. #13 43.96 Preparing to unpack .../302-libxml-libxml-perl_2.0134+dfsg-1_armhf.deb ... #13 43.96 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ... #13 44.03 Selecting previously unselected package libxml-sax-expat-perl. #14 35.61 Preparing to unpack .../285-libio-interactive-perl_1.023-2_all.deb ... #14 35.62 Unpacking libio-interactive-perl (1.023-2) ... #14 35.66 Selecting previously unselected package libjson-perl. #14 35.66 Preparing to unpack .../286-libjson-perl_4.10000-1_all.deb ... #14 35.67 Unpacking libjson-perl (4.10000-1) ... #14 35.70 Selecting previously unselected package libldap-common. #14 35.70 Preparing to unpack .../287-libldap-common_2.6.6+dfsg-1~exp1ubuntu1_all.deb ... #14 35.70 Unpacking libldap-common (2.6.6+dfsg-1~exp1ubuntu1) ... #14 35.75 Selecting previously unselected package liblist-compare-perl. #14 35.75 Preparing to unpack .../288-liblist-compare-perl_0.55-2_all.deb ... #14 35.76 Unpacking liblist-compare-perl (0.55-2) ... #14 35.80 Selecting previously unselected package liblist-someutils-perl. #14 35.80 Preparing to unpack .../289-liblist-someutils-perl_0.59-1_all.deb ... #14 35.80 Unpacking liblist-someutils-perl (0.59-1) ... #14 35.83 Selecting previously unselected package liblist-someutils-xs-perl:amd64. #14 35.84 Preparing to unpack .../290-liblist-someutils-xs-perl_0.58-3_amd64.deb ... #14 35.84 Unpacking liblist-someutils-xs-perl:amd64 (0.58-3) ... #14 35.88 Selecting previously unselected package liblist-utilsby-perl. #14 46.29 Selecting previously unselected package gettext-base. #14 46.29 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_armhf.deb ... #14 46.30 Unpacking gettext-base (0.21-4ubuntu4) ... #14 46.33 Selecting previously unselected package libuchardet0:armhf. #14 46.33 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_armhf.deb ... #14 46.34 Unpacking libuchardet0:armhf (0.0.7-1build2) ... #14 46.37 Selecting previously unselected package groff-base. #14 46.37 Preparing to unpack .../029-groff-base_1.22.4-8build1_armhf.deb ... #14 46.37 Unpacking groff-base (1.22.4-8build1) ... #14 46.44 Selecting previously unselected package libcbor0.8:armhf. #14 46.44 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_armhf.deb ... #14 46.44 Unpacking libcbor0.8:armhf (0.8.0-2ubuntu1) ... #14 46.47 Selecting previously unselected package libedit2:armhf. #14 46.47 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_armhf.deb ... #13 40.56 Preparing to unpack .../109-libb-hooks-op-check-perl_0.22-1+b3_armhf.deb ... #13 40.57 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ... #13 40.63 Selecting previously unselected package libdynaloader-functions-perl. #13 40.63 Preparing to unpack .../110-libdynaloader-functions-perl_0.003-1.1_all.deb ... #13 40.63 Unpacking libdynaloader-functions-perl (0.003-1.1) ... #13 40.67 Selecting previously unselected package libdevel-callchecker-perl. #13 40.68 Preparing to unpack .../111-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ... #13 40.69 Unpacking libdevel-callchecker-perl (0.008-1+b2) ... #13 40.73 Selecting previously unselected package libparams-classify-perl. #13 40.74 Preparing to unpack .../112-libparams-classify-perl_0.015-1+b3_armhf.deb ... #13 40.74 Unpacking libparams-classify-perl (0.015-1+b3) ... #13 40.78 Selecting previously unselected package libmodule-runtime-perl. #13 36.14 Setting up libtimedate-perl (2.3300-2) ... #13 36.16 Setting up libregexp-ipv6-perl (0.03-3) ... #13 36.17 Setting up libubsan1:armhf (12.2.0-14+rpi1) ... #13 36.19 Setting up sensible-utils (0.0.17+nmu1) ... #13 36.20 Setting up libcrypt-dev:armhf (1:4.4.33-2) ... #13 36.22 Setting up libasan8:armhf (12.2.0-14+rpi1) ... #13 36.24 Setting up libuchardet0:armhf (0.0.7-1) ... #13 36.26 Setting up librole-tiny-perl (2.002004-1) ... #13 36.28 Setting up libcurl4:armhf (7.88.1-10+rpi1+deb12u4) ... #13 36.29 Setting up libsub-override-perl (0.09-4) ... #13 36.31 Setting up git-man (1:2.39.2-1.1) ... #13 36.32 Setting up libsub-quote-perl (2.006008-1) ... #13 36.34 Setting up libclass-xsaccessor-perl (1.19-4+b1) ... #14 45.98 Unpacking libssh-4:armhf (0.9.3-2ubuntu2.5) ... #14 46.03 Selecting previously unselected package libcurl4:armhf. #14 46.03 Preparing to unpack .../117-libcurl4_7.68.0-1ubuntu2.21_armhf.deb ... #14 46.04 Unpacking libcurl4:armhf (7.68.0-1ubuntu2.21) ... #14 46.10 Selecting previously unselected package curl. #14 46.10 Preparing to unpack .../118-curl_7.68.0-1ubuntu2.21_armhf.deb ... #14 46.10 Unpacking curl (7.68.0-1ubuntu2.21) ... #14 46.15 Selecting previously unselected package dctrl-tools. #14 46.15 Preparing to unpack .../119-dctrl-tools_2.24-3_armhf.deb ... #14 46.16 Unpacking dctrl-tools (2.24-3) ... #14 46.23 Selecting previously unselected package libtool. #13 42.58 Preparing to unpack .../348-libterm-readkey-perl_2.38-2+b1_amd64.deb ... #13 42.58 Unpacking libterm-readkey-perl (2.38-2+b1) ... #13 42.61 Selecting previously unselected package libtext-levenshteinxs-perl. #13 42.61 Preparing to unpack .../349-libtext-levenshteinxs-perl_0.03-5+b1_amd64.deb ... #13 42.62 Unpacking libtext-levenshteinxs-perl (0.03-5+b1) ... #13 42.65 Selecting previously unselected package libtext-markdown-discount-perl. #13 42.65 Preparing to unpack .../350-libtext-markdown-discount-perl_0.16-1_amd64.deb ... #13 42.65 Unpacking libtext-markdown-discount-perl (0.16-1) ... #13 42.69 Selecting previously unselected package libtext-xslate-perl:amd64. #13 42.69 Preparing to unpack .../351-libtext-xslate-perl_3.5.9-1+b2_amd64.deb ... #13 42.69 Unpacking libtext-xslate-perl:amd64 (3.5.9-1+b2) ... #13 42.74 Selecting previously unselected package libtime-duration-perl. #13 42.75 Preparing to unpack .../352-libtime-duration-perl_1.21-2_all.deb ... #13 42.75 Unpacking libtime-duration-perl (1.21-2) ... #13 42.78 Selecting previously unselected package libtime-moment-perl. #13 42.78 Preparing to unpack .../353-libtime-moment-perl_0.44-2+b1_amd64.deb ... #13 42.78 Unpacking libtime-moment-perl (0.44-2+b1) ... #13 42.82 Selecting previously unselected package libtype-tiny-xs-perl:amd64. #13 40.96 Setting up equivs (2.2.0) ... #13 40.98 Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ... #14 44.85 Selecting previously unselected package libgdbm6:armhf. #14 44.85 Preparing to unpack .../2-libgdbm6_1.23-3_armhf.deb ... #14 44.85 Unpacking libgdbm6:armhf (1.23-3) ... #14 44.88 Selecting previously unselected package libgdbm-compat4:armhf. #14 44.88 Preparing to unpack .../3-libgdbm-compat4_1.23-3_armhf.deb ... #14 44.89 Unpacking libgdbm-compat4:armhf (1.23-3) ... #14 44.92 Selecting previously unselected package libperl5.36:armhf. #14 44.92 Preparing to unpack .../4-libperl5.36_5.36.0-9ubuntu1.1_armhf.deb ... #14 44.93 Unpacking libperl5.36:armhf (5.36.0-9ubuntu1.1) ... #14 45.13 Selecting previously unselected package perl. #14 45.13 Preparing to unpack .../5-perl_5.36.0-9ubuntu1.1_armhf.deb ... #14 45.13 Unpacking perl (5.36.0-9ubuntu1.1) ... #14 45.18 Selecting previously unselected package adduser. #14 45.18 Preparing to unpack .../6-adduser_3.137ubuntu1_all.deb ... #14 45.18 Unpacking adduser (3.137ubuntu1) ... #14 45.22 Setting up adduser (3.137ubuntu1) ... #14 45.28 Selecting previously unselected package openssl. #13 38.24 Preparing to unpack .../335-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... #13 38.25 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... #13 38.28 Selecting previously unselected package libsereal-decoder-perl. #13 38.28 Preparing to unpack .../336-libsereal-decoder-perl_5.003+ds-1_arm64.deb ... #13 38.29 Unpacking libsereal-decoder-perl (5.003+ds-1) ... #13 38.32 Selecting previously unselected package libsereal-encoder-perl. #13 38.33 Preparing to unpack .../337-libsereal-encoder-perl_5.003+ds-1_arm64.deb ... #13 38.33 Unpacking libsereal-encoder-perl (5.003+ds-1) ... #13 38.37 Selecting previously unselected package libset-intspan-perl. #13 38.37 Preparing to unpack .../338-libset-intspan-perl_1.19-3_all.deb ... #13 38.37 Unpacking libset-intspan-perl (1.19-3) ... #13 38.40 Selecting previously unselected package libtask-weaken-perl. #13 38.40 Preparing to unpack .../339-libtask-weaken-perl_1.06-2_all.deb ... #13 38.41 Unpacking libtask-weaken-perl (1.06-2) ... #13 38.44 Selecting previously unselected package libxml-parser-perl. #13 38.44 Preparing to unpack .../340-libxml-parser-perl_2.46-4_arm64.deb ... #13 38.45 Unpacking libxml-parser-perl (2.46-4) ... #13 38.49 Selecting previously unselected package libsoap-lite-perl. #13 41.66 Preparing to unpack .../333-strace_4.26-0.2_amd64.deb ... #13 41.67 Unpacking strace (4.26-0.2) ... #13 41.74 Selecting previously unselected package unzip. #13 41.74 Preparing to unpack .../334-unzip_6.0-23+deb10u3_amd64.deb ... #13 41.75 Unpacking unzip (6.0-23+deb10u3) ... #13 41.84 Selecting previously unselected package xauth. #13 39.17 Preparing to unpack .../278-libmailtools-perl_2.21-1_all.deb ... #13 39.18 Unpacking libmailtools-perl (2.21-1) ... #13 39.22 Selecting previously unselected package libmarkdown2:amd64. #13 39.22 Preparing to unpack .../279-libmarkdown2_2.2.6-1_amd64.deb ... #13 39.23 Unpacking libmarkdown2:amd64 (2.2.6-1) ... #13 39.26 Selecting previously unselected package libmime-tools-perl. #13 39.26 Preparing to unpack .../280-libmime-tools-perl_5.509-1_all.deb ... #13 39.26 Unpacking libmime-tools-perl (5.509-1) ... #13 39.31 Selecting previously unselected package libmoox-aliases-perl. #13 39.31 Preparing to unpack .../281-libmoox-aliases-perl_0.001006-1.1_all.deb ... #13 39.31 Unpacking libmoox-aliases-perl (0.001006-1.1) ... #13 39.36 Selecting previously unselected package libnamespace-autoclean-perl. #13 39.36 Preparing to unpack .../282-libnamespace-autoclean-perl_0.29-1_all.deb ... #13 39.37 Unpacking libnamespace-autoclean-perl (0.29-1) ... #13 39.39 Selecting previously unselected package libobject-id-perl. #13 39.39 Preparing to unpack .../283-libobject-id-perl_0.1.2-2.1_all.deb ... #13 39.40 Unpacking libobject-id-perl (0.1.2-2.1) ... #13 39.43 Selecting previously unselected package libmoox-struct-perl. #14 40.30 Preparing to unpack .../060-xauth_1%3a1.1-0ubuntu1_amd64.deb ... #14 40.30 Unpacking xauth (1:1.1-0ubuntu1) ... #14 40.33 Selecting previously unselected package libfl2:amd64. #14 40.34 Preparing to unpack .../061-libfl2_2.6.4-6.2_amd64.deb ... #14 40.34 Unpacking libfl2:amd64 (2.6.4-6.2) ... #14 40.37 Selecting previously unselected package at. #14 40.37 Preparing to unpack .../062-at_3.1.23-1ubuntu1_amd64.deb ... #14 40.38 Unpacking at (3.1.23-1ubuntu1) ... #14 40.42 Selecting previously unselected package libsigsegv2:amd64. #14 40.42 Preparing to unpack .../063-libsigsegv2_2.12-2_amd64.deb ... #14 40.43 Unpacking libsigsegv2:amd64 (2.12-2) ... #14 40.45 Selecting previously unselected package m4. #14 40.45 Preparing to unpack .../064-m4_1.4.18-4_amd64.deb ... #14 40.46 Unpacking m4 (1.4.18-4) ... #14 40.49 Selecting previously unselected package autoconf. #14 40.50 Preparing to unpack .../065-autoconf_2.69-11.1_all.deb ... #14 40.50 Unpacking autoconf (2.69-11.1) ... #14 40.55 Selecting previously unselected package autotools-dev. #13 38.87 Preparing to unpack .../317-libtime-moment-perl_0.44-1+b3_arm64.deb ... #13 38.88 Unpacking libtime-moment-perl (0.44-1+b3) ... #13 38.92 Selecting previously unselected package libtype-tiny-xs-perl. #13 38.92 Preparing to unpack .../318-libtype-tiny-xs-perl_0.022-1_arm64.deb ... #13 38.92 Unpacking libtype-tiny-xs-perl (0.022-1) ... #13 38.99 Selecting previously unselected package libunicode-utf8-perl. #13 38.99 Preparing to unpack .../319-libunicode-utf8-perl_0.62-1+b2_arm64.deb ... #13 39.00 Unpacking libunicode-utf8-perl (0.62-1+b2) ... #13 39.04 Selecting previously unselected package libxdelta2. #13 39.04 Preparing to unpack .../320-libxdelta2_1.1.3-9.3_arm64.deb ... #13 39.04 Unpacking libxdelta2 (1.1.3-9.3) ... #13 39.08 Selecting previously unselected package libxext6:arm64. #13 39.08 Preparing to unpack .../321-libxext6_2%3a1.3.3-1.1_arm64.deb ... #13 39.09 Unpacking libxext6:arm64 (2:1.3.3-1.1) ... #13 39.12 Selecting previously unselected package libxml-namespacesupport-perl. #13 38.60 Preparing to unpack .../292-libtext-levenshtein-perl_0.13-1_all.deb ... #13 38.60 Unpacking libtext-levenshtein-perl (0.13-1) ... #13 38.63 Selecting previously unselected package libtype-tiny-xs-perl. #13 38.64 Preparing to unpack .../293-libtype-tiny-xs-perl_0.014-1+b1_arm64.deb ... #13 38.64 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ... #13 38.67 Selecting previously unselected package libunicode-utf8-perl. #13 38.67 Preparing to unpack .../294-libunicode-utf8-perl_0.62-1_arm64.deb ... #13 38.68 Unpacking libunicode-utf8-perl (0.62-1) ... #13 38.72 Selecting previously unselected package libwrap0:arm64. #13 38.73 Preparing to unpack .../295-libwrap0_7.6.q-28_arm64.deb ... #13 38.73 Unpacking libwrap0:arm64 (7.6.q-28) ... #13 38.77 Selecting previously unselected package libxau6:arm64. #13 38.77 Preparing to unpack .../296-libxau6_1%3a1.0.8-1+b2_arm64.deb ... #13 38.77 Unpacking libxau6:arm64 (1:1.0.8-1+b2) ... #13 38.84 Selecting previously unselected package libxdmcp6:arm64. #14 38.38 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 38.41 Setting up lzip (1.23-5) ... #14 38.41 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode #14 38.41 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 #14 38.42 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode #14 38.42 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 #14 38.42 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode #14 38.42 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 #14 38.43 Setting up strace (6.2-0ubuntu1) ... #14 38.44 Setting up xz-utils (5.4.1-0.2) ... #14 38.45 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 38.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 #14 38.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 #14 38.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 #14 38.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 #14 38.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 #14 38.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 #14 38.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 #14 38.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 #14 38.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 #14 38.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 #14 38.46 Setting up t1utils (1.41-4build2) ... #14 38.47 Setting up libquadmath0:amd64 (13.1.0-2ubuntu2~23.04) ... #14 38.48 Setting up diffstat (1.65-1) ... #14 38.50 Setting up libpng16-16:amd64 (1.6.39-2) ... #14 38.52 Setting up libmpc3:amd64 (1.3.1-1) ... #14 38.53 Setting up libatomic1:amd64 (13.1.0-2ubuntu2~23.04) ... #14 38.54 Setting up patch (2.7.6-7build2) ... #14 38.55 Setting up autopoint (0.21-11) ... #14 38.57 Setting up fonts-dejavu-core (2.37-6) ... #14 38.65 Setting up ucf (3.0043+nmu1) ... #14 37.18 Get:236 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwant-perl arm64 0.29-1build4 [23.9 kB] #14 37.27 Get:237 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB] #17 4.101 (15/57): perl-Error-0.17025-2.el8.noarch.rpm 715 kB/s | 46 kB 00:00 #17 4.104 (16/57): perl-Git-2.43.0-1.el8.noarch.rpm 14 MB/s | 79 kB 00:00 #17 4.107 (17/57): perl-TermReadKey-2.37-7.el8.x86_64.rpm 6.9 MB/s | 40 kB 00:00 #17 4.179 (18/57): cmake-3.26.5-2.el8.x86_64.rpm 24 MB/s | 14 MB 00:00 #17 4.182 (19/57): perl-Thread-Queue-3.13-1.el8.noarch.rp 309 kB/s | 24 kB 00:00 #17 4.185 (20/57): vim-filesystem-8.0.1763-19.el8.4.noarc 648 kB/s | 50 kB 00:00 #17 4.193 (21/57): checkpolicy-2.9-1.el8.x86_64.rpm 34 MB/s | 348 kB 00:00 #17 4.208 (22/57): annobin-11.13-2.el8.x86_64.rpm 37 MB/s | 972 kB 00:00 #17 4.214 (23/57): gcc-plugin-annobin-8.5.0-21.el8.x86_64 7.3 MB/s | 36 kB 00:00 #17 4.221 (24/57): glibc-devel-2.28-248.el8.x86_64.rpm 13 MB/s | 88 kB 00:00 #17 4.239 (25/57): glibc-headers-2.28-248.el8.x86_64.rpm 33 MB/s | 584 kB 00:00 #17 4.384 (26/57): kernel-headers-4.18.0-536.el8.x86_64.r 82 MB/s | 12 MB 00:00 #14 36.33 Get:289 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfreezethaw-perl all 0.5001-3 [14.6 kB] #20 10.96 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. #14 33.55 Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-glob-perl all 0.11-2 [8042 B] #14 34.10 Setting up netbase (6.3) ... #14 34.14 Setting up libbinutils:amd64 (2.38-4ubuntu2.5) ... #14 34.15 Setting up libfido2-1:amd64 (1.10.0-1) ... #14 34.17 Setting up libisl23:amd64 (0.24-2build1) ... #14 34.18 Setting up libc-dev-bin (2.35-0ubuntu3.6) ... #14 34.20 Setting up openssl (3.0.2-0ubuntu1.12) ... #14 34.22 Setting up libbsd0:amd64 (0.11.5-1) ... #14 34.23 Setting up libelf1:amd64 (0.186-1build1) ... #14 34.26 Setting up readline-common (8.1.2-1) ... #14 34.28 Setting up publicsuffix (20211207.1025-1) ... #14 34.29 Setting up zstd (1.4.8+dfsg-3build1) ... #14 34.31 Setting up libmarkdown2:amd64 (2.2.7-2) ... #14 42.65 Get:365 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxml-sax-base-perl all 1.09-3 [18.9 kB] #14 42.67 Get:366 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxml-sax-perl all 1.02+dfsg-3 [57.0 kB] #14 42.71 Get:367 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxml-libxml-perl armhf 2.0207+dfsg+really+2.0134-1build1 [301 kB] #14 42.83 Get:368 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxml-parser-perl armhf 2.46-4 [203 kB] #14 42.88 Get:369 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxml-sax-expat-perl all 0.51-2 [8644 B] #14 42.88 Get:370 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libyaml-libyaml-perl armhf 0.86+ds-1 [28.3 kB] #14 42.89 Get:371 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf licensecheck all 3.3.5-1ubuntu1 [36.0 kB] #14 42.89 Get:372 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdevel-size-perl armhf 0.83-2build1 [18.6 kB] #14 42.90 Get:373 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libipc-run3-perl all 0.048-3 [30.3 kB] #14 35.09 Get:263 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libiterator-util-perl all 0.02+ds1-2 [14.1 kB] #13 46.12 Preparing to unpack .../328-libregexp-wildcards-perl_1.05-3_all.deb ... #13 46.13 Unpacking libregexp-wildcards-perl (1.05-3) ... #13 46.18 Selecting previously unselected package libsasl2-modules:armhf. #13 46.18 Preparing to unpack .../329-libsasl2-modules_2.1.28+dfsg-10_armhf.deb ... #13 46.19 Unpacking libsasl2-modules:armhf (2.1.28+dfsg-10) ... #13 46.23 Selecting previously unselected package libsereal-decoder-perl. #13 46.23 Preparing to unpack .../330-libsereal-decoder-perl_5.003+ds-1_armhf.deb ... #13 46.24 Unpacking libsereal-decoder-perl (5.003+ds-1) ... #13 46.28 Selecting previously unselected package libsereal-encoder-perl. #13 46.28 Preparing to unpack .../331-libsereal-encoder-perl_5.003+ds-1_armhf.deb ... #13 46.29 Unpacking libsereal-encoder-perl (5.003+ds-1) ... #13 46.33 Selecting previously unselected package libset-intspan-perl. #13 46.33 Preparing to unpack .../332-libset-intspan-perl_1.19-3_all.deb ... #13 44.03 Preparing to unpack .../303-libxml-sax-expat-perl_0.51-1_all.deb ... #13 44.04 Unpacking libxml-sax-expat-perl (0.51-1) ... #13 44.07 Selecting previously unselected package libxml-simple-perl. #13 44.07 Preparing to unpack .../304-libxml-simple-perl_2.25-1_all.deb ... #13 44.08 Unpacking libxml-simple-perl (2.25-1) ... #13 44.12 Selecting previously unselected package libxmlrpc-lite-perl. #13 44.12 Preparing to unpack .../305-libxmlrpc-lite-perl_0.717-2_all.deb ... #13 44.13 Unpacking libxmlrpc-lite-perl (0.717-2) ... #13 44.17 Selecting previously unselected package libxmuu1:armhf. #13 44.17 Preparing to unpack .../306-libxmuu1_2%3a1.1.2-2+b3_armhf.deb ... #13 44.17 Unpacking libxmuu1:armhf (2:1.1.2-2+b3) ... #13 44.22 Selecting previously unselected package libyaml-0-2:armhf. #13 44.22 Preparing to unpack .../307-libyaml-0-2_0.2.1-1_armhf.deb ... #13 44.22 Unpacking libyaml-0-2:armhf (0.2.1-1) ... #13 44.26 Selecting previously unselected package libyaml-libyaml-perl. #13 44.26 Preparing to unpack .../308-libyaml-libyaml-perl_0.76+repack-1_armhf.deb ... #13 44.27 Unpacking libyaml-libyaml-perl (0.76+repack-1) ... #13 44.30 Selecting previously unselected package licensecheck. #14 35.88 Preparing to unpack .../291-liblist-utilsby-perl_0.12-2_all.deb ... #14 35.89 Unpacking liblist-utilsby-perl (0.12-2) ... #14 35.92 Selecting previously unselected package libltdl7:amd64. #14 35.92 Preparing to unpack .../292-libltdl7_2.4.7-7_amd64.deb ... #14 35.93 Unpacking libltdl7:amd64 (2.4.7-7) ... #14 36.00 Selecting previously unselected package libltdl-dev:amd64. #14 36.00 Preparing to unpack .../293-libltdl-dev_2.4.7-7_amd64.deb ... #14 36.00 Unpacking libltdl-dev:amd64 (2.4.7-7) ... #14 36.04 Selecting previously unselected package liblzo2-2:amd64. #14 36.05 Preparing to unpack .../294-liblzo2-2_2.10-2build3_amd64.deb ... #14 36.05 Unpacking liblzo2-2:amd64 (2.10-2build3) ... #14 36.10 Selecting previously unselected package libsys-hostname-long-perl. #14 36.10 Preparing to unpack .../295-libsys-hostname-long-perl_1.5-3_all.deb ... #14 36.10 Unpacking libsys-hostname-long-perl (1.5-3) ... #14 36.14 Selecting previously unselected package libmail-sendmail-perl. #14 36.14 Preparing to unpack .../296-libmail-sendmail-perl_0.80-3_all.deb ... #14 36.15 Unpacking libmail-sendmail-perl (0.80-3) ... #14 36.20 Selecting previously unselected package libnet-smtp-ssl-perl. #14 36.20 Preparing to unpack .../297-libnet-smtp-ssl-perl_1.04-2_all.deb ... #14 46.48 Unpacking libedit2:armhf (3.1-20210910-1build1) ... #14 46.51 Selecting previously unselected package libfido2-1:armhf. #14 46.52 Preparing to unpack .../032-libfido2-1_1.10.0-1_armhf.deb ... #14 46.52 Unpacking libfido2-1:armhf (1.10.0-1) ... #14 46.55 Selecting previously unselected package libnghttp2-14:armhf. #14 46.55 Preparing to unpack .../033-libnghttp2-14_1.43.0-1ubuntu0.1_armhf.deb ... #14 46.56 Unpacking libnghttp2-14:armhf (1.43.0-1ubuntu0.1) ... #14 46.59 Selecting previously unselected package libpipeline1:armhf. #14 46.60 Preparing to unpack .../034-libpipeline1_1.5.5-1_armhf.deb ... #14 46.60 Unpacking libpipeline1:armhf (1.5.5-1) ... #14 46.63 Selecting previously unselected package libpng16-16:armhf. #14 46.63 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_armhf.deb ... #14 46.63 Unpacking libpng16-16:armhf (1.6.37-3build5) ... #14 46.67 Selecting previously unselected package libpsl5:armhf. #14 46.67 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_armhf.deb ... #14 46.68 Unpacking libpsl5:armhf (0.21.0-1.2build2) ... #14 46.71 Selecting previously unselected package libxau6:armhf. #13 40.78 Preparing to unpack .../113-libmodule-runtime-perl_0.016-1_all.deb ... #13 40.78 Unpacking libmodule-runtime-perl (0.016-1) ... #13 40.83 Selecting previously unselected package libimport-into-perl. #13 40.83 Preparing to unpack .../114-libimport-into-perl_1.002005-1_all.deb ... #13 40.84 Unpacking libimport-into-perl (1.002005-1) ... #13 40.89 Selecting previously unselected package librole-tiny-perl. #13 40.89 Preparing to unpack .../115-librole-tiny-perl_2.002004-1_all.deb ... #13 40.89 Unpacking librole-tiny-perl (2.002004-1) ... #13 40.93 Selecting previously unselected package libstrictures-perl. #13 40.94 Preparing to unpack .../116-libstrictures-perl_2.000006-1_all.deb ... #13 40.94 Unpacking libstrictures-perl (2.000006-1) ... #13 40.98 Selecting previously unselected package libsub-quote-perl. #13 40.98 Preparing to unpack .../117-libsub-quote-perl_2.006006-1_all.deb ... #13 40.99 Unpacking libsub-quote-perl (2.006006-1) ... #13 41.02 Selecting previously unselected package libmoo-perl. #13 41.03 Preparing to unpack .../118-libmoo-perl_2.004004-1_all.deb ... #13 41.03 Unpacking libmoo-perl (2.004004-1) ... #13 41.09 Selecting previously unselected package libencode-locale-perl. #14 46.24 Preparing to unpack .../120-libtool_2.4.6-14_all.deb ... #14 46.28 Unpacking libtool (2.4.6-14) ... #14 46.32 Selecting previously unselected package dh-autoreconf. #14 46.32 Preparing to unpack .../121-dh-autoreconf_19_all.deb ... #14 46.32 Unpacking dh-autoreconf (19) ... #14 46.36 Selecting previously unselected package libdebhelper-perl. #14 46.36 Preparing to unpack .../122-libdebhelper-perl_12.10ubuntu1_all.deb ... #14 46.36 Unpacking libdebhelper-perl (12.10ubuntu1) ... #14 46.40 Selecting previously unselected package libarchive-zip-perl. #14 46.40 Preparing to unpack .../123-libarchive-zip-perl_1.67-2_all.deb ... #14 46.43 Unpacking libarchive-zip-perl (1.67-2) ... #14 46.47 Selecting previously unselected package libsub-override-perl. #13 42.82 Preparing to unpack .../354-libtype-tiny-xs-perl_0.025-1_amd64.deb ... #13 42.83 Unpacking libtype-tiny-xs-perl:amd64 (0.025-1) ... #13 42.86 Selecting previously unselected package libunicode-utf8-perl. #13 42.86 Preparing to unpack .../355-libunicode-utf8-perl_0.62-2_amd64.deb ... #13 42.87 Unpacking libunicode-utf8-perl (0.62-2) ... #13 42.91 Selecting previously unselected package libunwind8:amd64. #13 42.91 Preparing to unpack .../356-libunwind8_1.6.2-3_amd64.deb ... #13 42.91 Unpacking libunwind8:amd64 (1.6.2-3) ... #13 42.94 Selecting previously unselected package libwww-mechanize-perl. #13 42.95 Preparing to unpack .../357-libwww-mechanize-perl_2.16-1_all.deb ... #13 42.95 Unpacking libwww-mechanize-perl (2.16-1) ... #13 42.99 Selecting previously unselected package libxdelta2:amd64. #13 43.00 Preparing to unpack .../358-libxdelta2_1.1.3-10.4_amd64.deb ... #13 43.00 Unpacking libxdelta2:amd64 (1.1.3-10.4) ... #13 43.04 Selecting previously unselected package libxext6:amd64. #13 43.04 Preparing to unpack .../359-libxext6_2%3a1.3.4-1+b1_amd64.deb ... #13 43.04 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... #13 43.07 Selecting previously unselected package libxml-namespacesupport-perl. #13 38.49 Preparing to unpack .../341-libsoap-lite-perl_1.27-3_all.deb ... #13 38.50 Unpacking libsoap-lite-perl (1.27-3) ... #13 38.55 Selecting previously unselected package libsocket6-perl. #13 38.55 Preparing to unpack .../342-libsocket6-perl_0.29-3_arm64.deb ... #13 38.55 Unpacking libsocket6-perl (0.29-3) ... #13 38.59 Selecting previously unselected package libstring-copyright-perl. #13 38.59 Preparing to unpack .../343-libstring-copyright-perl_0.003014-1_all.deb ... #13 38.59 Unpacking libstring-copyright-perl (0.003014-1) ... #13 38.62 Selecting previously unselected package libstring-escape-perl. #13 38.63 Preparing to unpack .../344-libstring-escape-perl_2010.002-3_all.deb ... #13 38.63 Unpacking libstring-escape-perl (2010.002-3) ... #13 38.66 Selecting previously unselected package libstring-license-perl. #13 38.66 Preparing to unpack .../345-libstring-license-perl_0.0.2-1_all.deb ... #13 38.66 Unpacking libstring-license-perl (0.0.2-1) ... #13 38.70 Selecting previously unselected package libstring-shellquote-perl. #13 38.70 Preparing to unpack .../346-libstring-shellquote-perl_1.04-3_all.deb ... #13 38.70 Unpacking libstring-shellquote-perl (1.04-3) ... #13 38.73 Selecting previously unselected package libsys-cpuaffinity-perl. #14 45.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7753 files and directories currently installed.) #14 45.28 Preparing to unpack .../000-openssl_3.0.10-1ubuntu2.1_armhf.deb ... #14 45.29 Unpacking openssl (3.0.10-1ubuntu2.1) ... #14 45.34 Selecting previously unselected package ca-certificates. #14 45.34 Preparing to unpack .../001-ca-certificates_20230311ubuntu1_all.deb ... #14 45.35 Unpacking ca-certificates (20230311ubuntu1) ... #14 45.40 Selecting previously unselected package distro-info-data. #14 45.40 Preparing to unpack .../002-distro-info-data_0.58ubuntu0.2_all.deb ... #14 45.40 Unpacking distro-info-data (0.58ubuntu0.2) ... #14 45.43 Selecting previously unselected package iso-codes. #14 45.43 Preparing to unpack .../003-iso-codes_4.15.0-1_all.deb ... #14 45.43 Unpacking iso-codes (4.15.0-1) ... #13 36.35 Setting up curl (7.88.1-10+rpi1+deb12u4) ... #13 36.37 Setting up libfile-dirlist-perl (0.05-3) ... #13 36.38 Setting up libbinutils:armhf (2.40-2+rpi2) ... #13 36.40 Setting up libisl23:armhf (0.25-1) ... #13 36.41 Setting up libc-dev-bin (2.36-9+rpi1+deb12u3) ... #13 36.43 Setting up libfile-homedir-perl (1.006-2) ... #13 36.44 Setting up libelf1:armhf (0.188-2.1+rpi1) ... #13 36.46 Setting up libxml2:armhf (2.9.14+dfsg-1.3~deb12u1) ... #13 36.48 Setting up libcc1-0:armhf (12.2.0-14+rpi1) ... #13 36.49 Setting up liburi-perl (5.17-1) ... #13 36.51 Setting up libfile-touch-perl (0.12-2) ... #13 36.53 Setting up libctf0:armhf (2.40-2+rpi2) ... #13 36.54 Setting up libnet-ssleay-perl:armhf (1.92-2+b2) ... #13 36.56 Setting up automake (1:1.16.5-1.3) ... #13 36.58 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #13 36.58 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #13 36.58 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #13 36.59 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ... #13 36.60 Setting up libtirpc3:armhf (1.3.3+ds-1) ... #13 36.62 Setting up libhttp-date-perl (6.05-2) ... #13 36.63 Setting up cpp-12 (12.2.0-14+rpi1) ... #13 36.65 Setting up gettext (0.21-12) ... #13 41.84 Preparing to unpack .../335-xauth_1%3a1.0.10-1_amd64.deb ... #13 41.84 Unpacking xauth (1:1.0.10-1) ... #13 41.92 Selecting previously unselected package xdg-user-dirs. #13 41.92 Preparing to unpack .../336-xdg-user-dirs_0.17-2_amd64.deb ... #13 41.93 Unpacking xdg-user-dirs (0.17-2) ... #13 41.99 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ... #13 42.02 Setting up libapt-pkg-perl (0.1.34+b1) ... #13 42.03 Setting up libksba8:amd64 (1.3.5-2+deb10u2) ... #13 42.05 Setting up libpipeline1:amd64 (1.5.1-2) ... #13 42.06 Setting up wdiff (1.2.2-2+b1) ... #13 42.07 Setting up lsb-base (10.2019051400) ... #13 42.08 Setting up mysql-common (5.8+1.0.5) ... #13 42.11 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode #13 42.12 Setting up libxau6:amd64 (1:1.0.8-1+b2) ... #13 42.13 Setting up libkeyutils1:amd64 (1.6-6) ... #13 42.14 Setting up libpsl5:amd64 (0.20.2-2) ... #13 42.15 Setting up libgpm2:amd64 (1.20.7-5) ... #13 42.16 Setting up mime-support (3.62) ... #13 42.19 Setting up xdg-user-dirs (0.17-2) ... #13 42.22 Setting up libmagic-mgc (1:5.35-4+deb10u2) ... #13 39.43 Preparing to unpack .../284-libmoox-struct-perl_0.020-1_all.deb ... #13 39.44 Unpacking libmoox-struct-perl (0.020-1) ... #13 39.47 Selecting previously unselected package libmouse-perl. #13 39.47 Preparing to unpack .../285-libmouse-perl_2.5.10-1+b1_amd64.deb ... #13 39.47 Unpacking libmouse-perl (2.5.10-1+b1) ... #13 39.52 Selecting previously unselected package libnumber-range-perl. #13 39.52 Preparing to unpack .../286-libnumber-range-perl_0.12-1.1_all.deb ... #13 39.52 Unpacking libnumber-range-perl (0.12-1.1) ... #13 39.56 Selecting previously unselected package libossp-uuid16:amd64. #13 39.56 Preparing to unpack .../287-libossp-uuid16_1.6.2-1.5+b9_amd64.deb ... #13 39.56 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b9) ... #13 39.59 Selecting previously unselected package libossp-uuid-perl. #13 39.60 Preparing to unpack .../288-libossp-uuid-perl_1.6.2-1.5+b9_amd64.deb ... #13 39.60 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ... #13 39.63 Selecting previously unselected package libpackage-stash-xs-perl. #13 39.64 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1+b2_amd64.deb ... #13 39.64 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ... #13 39.67 Selecting previously unselected package libpath-iterator-rule-perl. #13 39.67 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ... #13 39.67 Unpacking libpath-iterator-rule-perl (1.014-1) ... #13 39.71 Selecting previously unselected package libperlio-gzip-perl. #13 39.71 Preparing to unpack .../291-libperlio-gzip-perl_0.19-1+b7_amd64.deb ... #13 39.72 Unpacking libperlio-gzip-perl (0.19-1+b7) ... #13 39.75 Selecting previously unselected package libpod-parser-perl. #13 39.75 Preparing to unpack .../292-libpod-parser-perl_1.63-2_all.deb ... #13 39.76 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #13 39.77 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #14 40.56 Preparing to unpack .../066-autotools-dev_20180224.1_all.deb ... #14 40.56 Unpacking autotools-dev (20180224.1) ... #14 40.60 Selecting previously unselected package automake. #14 40.60 Preparing to unpack .../067-automake_1%3a1.16.1-4ubuntu6_all.deb ... #14 40.60 Unpacking automake (1:1.16.1-4ubuntu6) ... #14 40.67 Selecting previously unselected package autopoint. #13 39.12 Preparing to unpack .../322-libxml-namespacesupport-perl_1.12-1.1_all.deb ... #13 39.12 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... #13 39.16 Selecting previously unselected package libxml-sax-base-perl. #13 39.16 Preparing to unpack .../323-libxml-sax-base-perl_1.09-1.1_all.deb ... #13 39.16 Unpacking libxml-sax-base-perl (1.09-1.1) ... #13 39.20 Selecting previously unselected package libxml-sax-perl. #13 39.21 Preparing to unpack .../324-libxml-sax-perl_1.02+dfsg-1_all.deb ... #13 39.21 Unpacking libxml-sax-perl (1.02+dfsg-1) ... #13 39.25 Selecting previously unselected package libxml-libxml-perl. #13 39.26 Preparing to unpack .../325-libxml-libxml-perl_2.0134+dfsg-2+b1_arm64.deb ... #13 39.26 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... #13 39.32 Selecting previously unselected package libxml-sax-expat-perl. #13 39.32 Preparing to unpack .../326-libxml-sax-expat-perl_0.51-1_all.deb ... #13 39.33 Unpacking libxml-sax-expat-perl (0.51-1) ... #13 39.36 Selecting previously unselected package libxmlrpc-lite-perl. #14 38.74 Setting up libk5crypto3:amd64 (1.20.1-1ubuntu0.1) ... #14 38.79 Setting up libjpeg-turbo8:amd64 (2.1.5-2ubuntu1) ... #14 38.80 Setting up libltdl7:amd64 (2.4.7-5) ... #14 38.83 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... #14 38.84 Setting up libwebp7:amd64 (1.2.4-0.1ubuntu0.23.04.2) ... #14 38.86 Setting up libubsan1:amd64 (13.1.0-2ubuntu2~23.04) ... #14 38.87 Setting up python-apt-common (2.5.3ubuntu1) ... #14 38.88 Setting up libcrypt-dev:amd64 (1:4.4.33-2) ... #14 38.90 Setting up libasan8:amd64 (13.1.0-2ubuntu2~23.04) ... #13 38.84 Preparing to unpack .../297-libxdmcp6_1%3a1.1.2-3_arm64.deb ... #13 38.85 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... #13 38.89 Selecting previously unselected package libxcb1:arm64. #13 38.90 Preparing to unpack .../298-libxcb1_1.13.1-2_arm64.deb ... #13 38.90 Unpacking libxcb1:arm64 (1.13.1-2) ... #13 38.94 Selecting previously unselected package libx11-data. #13 38.94 Preparing to unpack .../299-libx11-data_2%3a1.6.7-1+deb10u4_all.deb ... #13 38.94 Unpacking libx11-data (2:1.6.7-1+deb10u4) ... #13 39.01 Selecting previously unselected package libx11-6:arm64. #13 39.02 Preparing to unpack .../300-libx11-6_2%3a1.6.7-1+deb10u4_arm64.deb ... #13 39.02 Unpacking libx11-6:arm64 (2:1.6.7-1+deb10u4) ... #13 39.10 Selecting previously unselected package libxext6:arm64. #14 37.39 Get:238 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcpanel-json-xs-perl arm64 4.19-1build1 [107 kB] #14 37.54 Get:239 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdata-dump-perl all 1.23-1 [27.0 kB] #17 4.391 (27/57): libedit-3.1-23.20170329cvs.el8.x86_64. 15 MB/s | 102 kB 00:00 #17 4.452 (28/57): cpp-8.5.0-21.el8.x86_64.rpm 39 MB/s | 10 MB 00:00 #17 4.458 (29/57): libgomp-8.5.0-21.el8.x86_64.rpm 3.1 MB/s | 208 kB 00:00 #17 4.463 (30/57): libselinux-devel-2.9-8.el8.x86_64.rpm 18 MB/s | 200 kB 00:00 #17 4.471 (31/57): libselinux-utils-2.9-8.el8.x86_64.rpm 19 MB/s | 243 kB 00:00 #17 4.474 (32/57): libsepol-devel-2.9-3.el8.x86_64.rpm 7.9 MB/s | 87 kB 00:00 #17 4.477 (33/57): libxcrypt-devel-4.1.1-6.el8.x86_64.rpm 4.2 MB/s | 25 kB 00:00 #17 4.484 (34/57): m4-1.4.18-7.el8.x86_64.rpm 24 MB/s | 223 kB 00:00 #17 4.499 (35/57): make-4.2.1-11.el8.x86_64.rpm 23 MB/s | 498 kB 00:00 #17 4.508 (36/57): openssh-8.0p1-23.el8.x86_64.rpm 22 MB/s | 529 kB 00:00 #17 4.521 (37/57): openssh-clients-8.0p1-23.el8.x86_64.rp 29 MB/s | 649 kB 00:00 #17 4.532 (38/57): pcre2-devel-10.32-3.el8.x86_64.rpm 25 MB/s | 605 kB 00:00 #17 4.537 (39/57): pcre2-utf16-10.32-3.el8.x86_64.rpm 14 MB/s | 229 kB 00:00 #17 4.542 (40/57): pcre2-utf32-10.32-3.el8.x86_64.rpm 21 MB/s | 220 kB 00:00 #17 4.551 (41/57): policycoreutils-2.9-24.el8.x86_64.rpm 29 MB/s | 409 kB 00:00 #17 4.560 (42/57): policycoreutils-devel-2.9-24.el8.x86_6 17 MB/s | 296 kB 00:00 #17 4.566 (43/57): policycoreutils-python-utils-2.9-24.el 18 MB/s | 260 kB 00:00 #17 4.570 (44/57): python3-audit-3.1.2-1.el8.x86_64.rpm 8.9 MB/s | 88 kB 00:00 #17 4.580 (45/57): python3-libselinux-2.9-8.el8.x86_64.rp 21 MB/s | 283 kB 00:00 #17 4.582 (46/57): python3-libsemanage-2.9-9.el8.x86_64.r 10 MB/s | 128 kB 00:00 #17 4.599 (47/57): python3-setools-4.3.0-5.el8.x86_64.rpm 38 MB/s | 627 kB 00:00 #16 80.32 Installing : rsync-3.1.2-12.el7_9.aarch64 12/60 #20 10.97 Preparing to unpack .../4-gcc-mingw-w64-x86-64-posix-runtime_12.2.0-14+25.2_amd64.deb ... #20 10.97 Unpacking gcc-mingw-w64-x86-64-posix-runtime (12.2.0-14+25.2) ... #14 36.34 Get:290 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsort-versions-perl all 1.62-3 [7378 B] #14 36.34 Get:291 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libgit-wrapper-perl all 0.048-2 [29.5 kB] #14 36.35 Get:292 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libhttp-tiny-multipart-perl all 0.08-2 [9070 B] #14 36.35 Get:293 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libio-prompter-perl all 0.004015-2 [58.3 kB] #14 36.37 Get:294 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtypes-serialiser-perl all 1.01-1 [11.6 kB] #14 36.37 Get:295 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libjson-xs-perl arm64 4.030-2 [84.3 kB] #14 36.39 Get:296 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libjson-maybexs-perl all 1.004005-1 [11.3 kB] #14 36.39 Get:297 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 liblog-any-perl all 1.715-1 [71.4 kB] #14 33.96 Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB] #14 34.12 Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-afm-perl all 1.20-3 [13.6 kB] #14 34.33 Setting up libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 34.34 Setting up iso-codes (4.9.0-1) ... #14 34.36 Setting up liblocale-gettext-perl (1.07-4build3) ... #14 34.37 Setting up liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ... #14 34.38 Setting up dctrl-tools (2.24-3build2) ... #14 34.40 Setting up libitm1:amd64 (12.3.0-1ubuntu1~22.04) ... #14 34.47 Setting up libgdbm6:amd64 (1.23-1) ... #14 34.48 Setting up libicu70:amd64 (70.1-2) ... #14 34.50 Setting up libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ... #14 34.52 Setting up libctf0:amd64 (2.38-4ubuntu2.5) ... #14 34.54 Setting up libjpeg8:amd64 (8c-2ubuntu10) ... #14 34.55 Setting up pinentry-curses (1.1.1-1build2) ... #14 34.58 Setting up cpp-11 (11.4.0-1ubuntu1~22.04) ... #14 35.16 Get:264 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdata-dpath-perl all 0.58-2 [38.8 kB] #14 35.25 Get:265 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdata-dump-perl all 1.25-1 [25.9 kB] #14 35.29 Get:266 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdata-messagepack-perl arm64 1.02-1build1 [32.6 kB] #14 35.33 Get:267 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnet-domain-tld-perl all 1.75-3 [29.4 kB] #14 35.35 Get:268 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdata-validate-domain-perl all 0.10-1.1 [9992 B] #13 46.34 Unpacking libset-intspan-perl (1.19-3) ... #13 46.38 Selecting previously unselected package libtask-weaken-perl. #13 46.38 Preparing to unpack .../333-libtask-weaken-perl_1.06-2_all.deb ... #13 46.38 Unpacking libtask-weaken-perl (1.06-2) ... #13 46.42 Selecting previously unselected package libxml-parser-perl. #13 46.42 Preparing to unpack .../334-libxml-parser-perl_2.46-4_armhf.deb ... #13 46.43 Unpacking libxml-parser-perl (2.46-4) ... #13 46.50 Selecting previously unselected package libsoap-lite-perl. #13 46.50 Preparing to unpack .../335-libsoap-lite-perl_1.27-3_all.deb ... #13 46.51 Unpacking libsoap-lite-perl (1.27-3) ... #13 46.56 Selecting previously unselected package libsocket6-perl. #13 46.57 Preparing to unpack .../336-libsocket6-perl_0.29-3_armhf.deb ... #13 46.57 Unpacking libsocket6-perl (0.29-3) ... #13 46.61 Selecting previously unselected package libstring-copyright-perl. #13 44.30 Preparing to unpack .../309-licensecheck_3.0.31-3_all.deb ... #13 44.31 Unpacking licensecheck (3.0.31-3) ... #13 44.34 Selecting previously unselected package t1utils. #13 44.35 Preparing to unpack .../310-t1utils_1.41-3_armhf.deb ... #13 44.35 Unpacking t1utils (1.41-3) ... #13 44.41 Selecting previously unselected package lintian. #13 44.41 Preparing to unpack .../311-lintian_2.15.0_all.deb ... #13 44.42 Unpacking lintian (2.15.0) ... #13 44.55 Selecting previously unselected package lsb-release. #14 36.21 Unpacking libnet-smtp-ssl-perl (1.04-2) ... #14 36.25 Selecting previously unselected package libmailtools-perl. #14 36.25 Preparing to unpack .../298-libmailtools-perl_2.21-2_all.deb ... #14 36.26 Unpacking libmailtools-perl (2.21-2) ... #14 36.30 Selecting previously unselected package libmarkdown2:amd64. #14 36.31 Preparing to unpack .../299-libmarkdown2_2.2.7-2_amd64.deb ... #14 36.31 Unpacking libmarkdown2:amd64 (2.2.7-2) ... #14 36.36 Selecting previously unselected package libmath-base85-perl. #14 36.36 Preparing to unpack .../300-libmath-base85-perl_0.5+dfsg-2_all.deb ... #14 36.37 Unpacking libmath-base85-perl (0.5+dfsg-2) ... #14 36.43 Selecting previously unselected package libmldbm-perl. #14 46.71 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_armhf.deb ... #14 46.71 Unpacking libxau6:armhf (1:1.0.9-1build5) ... #14 46.74 Selecting previously unselected package libxdmcp6:armhf. #14 46.74 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_armhf.deb ... #14 46.75 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu5) ... #14 46.78 Selecting previously unselected package libxcb1:armhf. #14 46.78 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_armhf.deb ... #14 46.79 Unpacking libxcb1:armhf (1.14-3ubuntu3) ... #14 46.82 Selecting previously unselected package libx11-data. #14 46.82 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ... #14 46.82 Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ... #14 46.89 Selecting previously unselected package libx11-6:armhf. #14 46.89 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1ubuntu0.3_armhf.deb ... #14 46.89 Unpacking libx11-6:armhf (2:1.7.5-1ubuntu0.3) ... #14 46.94 Selecting previously unselected package libxext6:armhf. #13 41.09 Preparing to unpack .../119-libencode-locale-perl_1.05-1.1_all.deb ... #13 41.10 Unpacking libencode-locale-perl (1.05-1.1) ... #13 41.13 Selecting previously unselected package libtimedate-perl. #13 41.14 Preparing to unpack .../120-libtimedate-perl_2.3300-2_all.deb ... #13 41.14 Unpacking libtimedate-perl (2.3300-2) ... #13 41.18 Selecting previously unselected package libhttp-date-perl. #13 41.19 Preparing to unpack .../121-libhttp-date-perl_6.05-1_all.deb ... #13 41.19 Unpacking libhttp-date-perl (6.05-1) ... #13 41.23 Selecting previously unselected package libfile-listing-perl. #13 41.24 Preparing to unpack .../122-libfile-listing-perl_6.14-1_all.deb ... #13 41.24 Unpacking libfile-listing-perl (6.14-1) ... #13 41.27 Selecting previously unselected package libhtml-tagset-perl. #13 41.27 Preparing to unpack .../123-libhtml-tagset-perl_3.20-4_all.deb ... #13 41.28 Unpacking libhtml-tagset-perl (3.20-4) ... #13 41.32 Selecting previously unselected package liburi-perl. #13 43.08 Preparing to unpack .../360-libxml-namespacesupport-perl_1.12-2_all.deb ... #13 43.08 Unpacking libxml-namespacesupport-perl (1.12-2) ... #13 43.11 Selecting previously unselected package libxml-sax-base-perl. #13 43.11 Preparing to unpack .../361-libxml-sax-base-perl_1.09-3_all.deb ... #13 43.11 Unpacking libxml-sax-base-perl (1.09-3) ... #13 43.16 Selecting previously unselected package libxml-sax-perl. #13 43.16 Preparing to unpack .../362-libxml-sax-perl_1.02+dfsg-3_all.deb ... #13 43.17 Unpacking libxml-sax-perl (1.02+dfsg-3) ... #13 43.21 Selecting previously unselected package libxml-libxml-perl. #13 43.21 Preparing to unpack .../363-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1+b1_amd64.deb ... #13 43.21 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ... #13 43.27 Selecting previously unselected package libxml-sax-expat-perl. #13 43.27 Preparing to unpack .../364-libxml-sax-expat-perl_0.51-2_all.deb ... #13 43.28 Unpacking libxml-sax-expat-perl (0.51-2) ... #13 43.31 Selecting previously unselected package libxmlrpc-lite-perl. #16 1.021 CentOS Stream 9 - BaseOS 5.1 kB/s | 2.2 kB 00:00 #14 46.47 Preparing to unpack .../124-libsub-override-perl_0.09-2_all.deb ... #14 46.47 Unpacking libsub-override-perl (0.09-2) ... #14 46.51 Selecting previously unselected package libfile-stripnondeterminism-perl. #14 46.51 Preparing to unpack .../125-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... #14 46.52 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... #14 46.55 Selecting previously unselected package dh-strip-nondeterminism. #14 46.55 Preparing to unpack .../126-dh-strip-nondeterminism_1.7.0-1_all.deb ... #14 46.56 Unpacking dh-strip-nondeterminism (1.7.0-1) ... #14 46.59 Selecting previously unselected package dwz. #14 46.59 Preparing to unpack .../127-dwz_0.13-5_armhf.deb ... #14 46.60 Unpacking dwz (0.13-5) ... #14 46.65 Selecting previously unselected package libcroco3:armhf. #14 46.65 Preparing to unpack .../128-libcroco3_0.6.13-1_armhf.deb ... #14 46.65 Unpacking libcroco3:armhf (0.6.13-1) ... #14 46.69 Selecting previously unselected package gettext. #13 38.73 Preparing to unpack .../347-libsys-cpuaffinity-perl_1.13~03-2+b1_arm64.deb ... #13 38.74 Unpacking libsys-cpuaffinity-perl (1.13~03-2+b1) ... #13 38.77 Selecting previously unselected package libterm-readkey-perl. #13 38.77 Preparing to unpack .../348-libterm-readkey-perl_2.38-2+b1_arm64.deb ... #13 38.78 Unpacking libterm-readkey-perl (2.38-2+b1) ... #13 38.81 Selecting previously unselected package libtext-levenshteinxs-perl. #13 38.81 Preparing to unpack .../349-libtext-levenshteinxs-perl_0.03-5+b1_arm64.deb ... #13 38.82 Unpacking libtext-levenshteinxs-perl (0.03-5+b1) ... #13 38.85 Selecting previously unselected package libtext-markdown-discount-perl. #13 38.85 Preparing to unpack .../350-libtext-markdown-discount-perl_0.16-1_arm64.deb ... #13 38.85 Unpacking libtext-markdown-discount-perl (0.16-1) ... #13 38.89 Selecting previously unselected package libtext-xslate-perl:arm64. #13 38.89 Preparing to unpack .../351-libtext-xslate-perl_3.5.9-1+b2_arm64.deb ... #13 38.89 Unpacking libtext-xslate-perl:arm64 (3.5.9-1+b2) ... #13 38.93 Selecting previously unselected package libtime-duration-perl. #13 38.94 Preparing to unpack .../352-libtime-duration-perl_1.21-2_all.deb ... #13 38.94 Unpacking libtime-duration-perl (1.21-2) ... #13 39.01 Selecting previously unselected package libtime-moment-perl. #14 45.61 Selecting previously unselected package krb5-locales. #14 45.61 Preparing to unpack .../004-krb5-locales_1.20.1-3ubuntu1_all.deb ... #14 45.61 Unpacking krb5-locales (1.20.1-3ubuntu1) ... #14 45.64 Selecting previously unselected package less. #14 45.64 Preparing to unpack .../005-less_590-2_armhf.deb ... #14 45.65 Unpacking less (590-2) ... #14 45.68 Selecting previously unselected package libbsd0:armhf. #14 45.68 Preparing to unpack .../006-libbsd0_0.11.7-4_armhf.deb ... #13 42.25 Setting up psmisc (23.2-1+deb10u1) ... #13 42.26 Setting up libgc1c2:amd64 (1:7.6.4-0.4) ... #13 42.27 Setting up libyaml-0-2:amd64 (0.2.1-1) ... #13 42.29 Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u5) ... #13 42.30 No schema files found: doing nothing. #13 42.31 Setting up distro-info-data (0.41+deb10u8) ... #13 42.32 Setting up manpages (4.16-2) ... #13 42.33 Setting up unzip (6.0-23+deb10u3) ... #13 42.35 Setting up libsqlite3-0:amd64 (3.27.2-3+deb10u2) ... #13 42.36 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u2) ... #13 42.38 Setting up binutils-common:amd64 (2.31.1-16) ... #13 42.39 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u2) ... #13 42.40 Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ... #13 42.42 Setting up less (487-0.1+b1) ... #13 36.67 Setting up libfile-listing-perl (6.15-1) ... #13 36.75 Setting up libnet-http-perl (6.22-1) ... #13 36.77 Setting up libdevel-callchecker-perl:armhf (0.008-2) ... #13 36.78 Setting up intltool-debian (0.35.0+20060710.6) ... #13 36.81 Setting up patchutils (0.4.2-1) ... #13 36.83 Setting up libtirpc-dev:armhf (1.3.3+ds-1) ... #13 36.85 Setting up libgcc-12-dev:armhf (12.2.0-14+rpi1) ... #13 36.86 Setting up git (1:2.39.2-1.1) ... #13 36.89 Setting up dh-strip-nondeterminism (1.13.1-1) ... #13 36.90 Setting up libwww-robotrules-perl (6.02-1) ... #13 36.92 Setting up dwz (0.15-1) ... #13 36.94 Setting up groff-base (1.22.4-10) ... #13 36.96 Setting up cpp (4:12.2.0-3+rpi1) ... #13 36.98 Setting up libhtml-parser-perl:armhf (3.81-1) ... #14 40.67 Preparing to unpack .../068-autopoint_0.19.8.1-10build1_all.deb ... #14 40.67 Unpacking autopoint (0.19.8.1-10build1) ... #14 40.71 Selecting previously unselected package binutils-common:amd64. #14 40.71 Preparing to unpack .../069-binutils-common_2.34-6ubuntu1.8_amd64.deb ... #14 40.71 Unpacking binutils-common:amd64 (2.34-6ubuntu1.8) ... #14 40.76 Selecting previously unselected package libbinutils:amd64. #14 40.76 Preparing to unpack .../070-libbinutils_2.34-6ubuntu1.8_amd64.deb ... #14 40.77 Unpacking libbinutils:amd64 (2.34-6ubuntu1.8) ... #14 40.84 Selecting previously unselected package libctf-nobfd0:amd64. #14 40.85 Preparing to unpack .../071-libctf-nobfd0_2.34-6ubuntu1.8_amd64.deb ... #14 40.85 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.8) ... #14 40.89 Selecting previously unselected package libctf0:amd64. #14 40.89 Preparing to unpack .../072-libctf0_2.34-6ubuntu1.8_amd64.deb ... #14 40.90 Unpacking libctf0:amd64 (2.34-6ubuntu1.8) ... #14 40.93 Selecting previously unselected package binutils-x86-64-linux-gnu. #14 40.93 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.34-6ubuntu1.8_amd64.deb ... #14 40.93 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.8) ... #13 39.78 Unpacking libpod-parser-perl (1.63-2) ... #13 39.81 Selecting previously unselected package libpod-constants-perl. #13 39.81 Preparing to unpack .../293-libpod-constants-perl_0.19-2_all.deb ... #13 39.82 Unpacking libpod-constants-perl (0.19-2) ... #13 39.84 Selecting previously unselected package libproc-processtable-perl. #13 39.85 Preparing to unpack .../294-libproc-processtable-perl_0.59-2+b1_amd64.deb ... #13 39.85 Unpacking libproc-processtable-perl (0.59-2+b1) ... #13 39.89 Selecting previously unselected package libre2-9:amd64. #13 39.89 Preparing to unpack .../295-libre2-9_20210201+dfsg-1_amd64.deb ... #13 39.89 Unpacking libre2-9:amd64 (20210201+dfsg-1) ... #13 39.97 Selecting previously unselected package libre-engine-re2-perl:amd64. #13 39.97 Preparing to unpack .../296-libre-engine-re2-perl_0.14-1_amd64.deb ... #13 39.97 Unpacking libre-engine-re2-perl:amd64 (0.14-1) ... #13 40.00 Selecting previously unselected package libreadonly-perl. #13 39.36 Preparing to unpack .../327-libxmlrpc-lite-perl_0.717-4_all.deb ... #13 39.37 Unpacking libxmlrpc-lite-perl (0.717-4) ... #13 39.41 Selecting previously unselected package libxmuu1:arm64. #13 39.41 Preparing to unpack .../328-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ... #13 39.42 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ... #13 39.47 Selecting previously unselected package libyaml-0-2:arm64. #13 39.47 Preparing to unpack .../329-libyaml-0-2_0.2.2-1_arm64.deb ... #13 39.48 Unpacking libyaml-0-2:arm64 (0.2.2-1) ... #13 39.51 Selecting previously unselected package libyaml-libyaml-perl. #13 39.51 Preparing to unpack .../330-libyaml-libyaml-perl_0.82+repack-1+b1_arm64.deb ... #13 39.51 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ... #13 39.55 Selecting previously unselected package licensecheck. #13 39.55 Preparing to unpack .../331-licensecheck_3.1.1-2_all.deb ... #13 39.56 Unpacking licensecheck (3.1.1-2) ... #13 39.59 Selecting previously unselected package lzip. #14 38.91 Setting up libuchardet0:amd64 (0.0.7-1build2) ... #14 38.92 Setting up lzop (1.04-2build2) ... #14 38.94 Setting up git-man (1:2.39.2-1ubuntu1.1) ... #14 38.95 Setting up netbase (6.4) ... #14 38.99 Setting up libkrb5-3:amd64 (1.20.1-1ubuntu0.1) ... #14 39.00 Setting up libtsan2:amd64 (13.1.0-2ubuntu2~23.04) ... #14 39.01 Setting up libbinutils:amd64 (2.40-2ubuntu4.1) ... #14 39.02 Setting up lsb-release (12.0-1ubuntu1) ... #14 39.04 Setting up libfido2-1:amd64 (1.12.0-2) ... #14 39.06 Setting up libisl23:amd64 (0.25-1) ... #14 39.07 Setting up libc-dev-bin (2.37-0ubuntu2.2) ... #14 39.08 Setting up openssl (3.0.8-1ubuntu1.4) ... #14 39.09 Setting up libbsd0:amd64 (0.11.7-4) ... #14 39.11 Setting up libelf1:amd64 (0.188-2.1) ... #14 39.12 Setting up readline-common (8.2-1.3) ... #14 39.14 Setting up publicsuffix (20230209.2326-1) ... #14 39.15 Setting up libxml2:amd64 (2.9.14+dfsg-1.1ubuntu0.1) ... #14 39.16 Setting up zstd (1.5.4+dfsg2-4) ... #14 39.18 Setting up libmarkdown2:amd64 (2.2.7-2) ... #14 39.20 Setting up libcc1-0:amd64 (13.1.0-2ubuntu2~23.04) ... #14 39.21 Setting up libldap2:amd64 (2.6.3+dfsg-1~exp1ubuntu2) ... #13 39.10 Preparing to unpack .../301-libxext6_2%3a1.3.3-1+b2_arm64.deb ... #13 39.11 Unpacking libxext6:arm64 (2:1.3.3-1+b2) ... #13 39.14 Selecting previously unselected package libxml-namespacesupport-perl. #13 39.14 Preparing to unpack .../302-libxml-namespacesupport-perl_1.12-1_all.deb ... #13 39.15 Unpacking libxml-namespacesupport-perl (1.12-1) ... #13 39.18 Selecting previously unselected package libxml-sax-base-perl. #13 39.18 Preparing to unpack .../303-libxml-sax-base-perl_1.09-1_all.deb ... #13 39.19 Unpacking libxml-sax-base-perl (1.09-1) ... #13 39.23 Selecting previously unselected package libxml-sax-perl. #13 39.23 Preparing to unpack .../304-libxml-sax-perl_1.00+dfsg-1_all.deb ... #13 39.24 Unpacking libxml-sax-perl (1.00+dfsg-1) ... #13 39.28 Selecting previously unselected package libxml-libxml-perl. #13 39.28 Preparing to unpack .../305-libxml-libxml-perl_2.0134+dfsg-1_arm64.deb ... #13 39.28 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ... #13 39.35 Selecting previously unselected package libxml-sax-expat-perl. #14 37.62 Get:240 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdigest-bubblebabble-perl all 0.02-2 [7908 B] #14 37.69 Get:241 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB] #14 37.77 Get:242 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdistro-info-perl all 0.23ubuntu1.1 [4684 B] #14 37.84 Get:243 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B] #17 4.606 (48/57): rpm-plugin-selinux-4.14.3-31.el8.x86_6 12 MB/s | 78 kB 00:00 #17 4.632 (49/57): python3-policycoreutils-2.9-24.el8.noa 47 MB/s | 2.3 MB 00:00 #17 4.646 (50/57): selinux-policy-3.14.3-134.el8.noarch.r 16 MB/s | 667 kB 00:00 #17 4.673 (51/57): selinux-policy-devel-3.14.3-134.el8.no 40 MB/s | 1.6 MB 00:00 #17 4.690 (52/57): systemd-devel-239-79.el8.x86_64.rpm 31 MB/s | 517 kB 00:00 #17 4.695 (53/57): which-2.21-20.el8.x86_64.rpm 10 MB/s | 50 kB 00:00 #17 4.841 (54/57): gcc-8.5.0-21.el8.x86_64.rpm 36 MB/s | 23 MB 00:00 #12 40.23 Fedora Modular 38 - x86_64 - Updates 1.9 MB/s | 2.1 MB 00:01 #16 81.20 Installing : cpp-4.8.5-44.el7.aarch64 13/60 #16 5.724 Package bash-5.1.8-6.el9.x86_64 is already installed. #16 5.744 Package bash-5.1.8-6.el9.x86_64 is already installed. #16 5.755 Package bash-5.1.8-6.el9.x86_64 is already installed. #16 5.755 Package ca-certificates-2023.2.60_v7.0.306-90.1.el9.noarch is already installed. #16 5.755 Package libarchive-3.5.3-4.el9.x86_64 is already installed. #16 5.756 Package pkgconf-pkg-config-1.7.3-10.el9.x86_64 is already installed. #16 5.756 Package tar-2:1.34-6.el9.x86_64 is already installed. #16 5.766 Package bash-5.1.8-6.el9.x86_64 is already installed. #16 5.826 Dependencies resolved. #16 5.833 ================================================================================ #16 5.833 Package Arch Version Repository Size #16 5.833 ================================================================================ #16 5.833 Installing: #16 5.833 cmake x86_64 3.26.5-2.el9 appstream 8.7 M #16 5.833 gcc x86_64 11.4.1-3.el9 appstream 32 M #16 5.833 git x86_64 2.43.0-1.el9 appstream 51 k #16 5.833 glibc-static x86_64 2.34-99.el9 crb 1.5 M #16 5.833 libseccomp-devel x86_64 2.5.2-2.el9 appstream 59 k #16 5.833 libselinux-devel x86_64 3.6-1.el9 appstream 159 k #16 5.833 libtool x86_64 2.4.6-45.el9 appstream 582 k #16 5.833 libtool-ltdl-devel x86_64 2.4.6-45.el9 crb 161 k #16 5.833 make x86_64 1:4.3-7.el9 baseos 538 k #16 5.833 selinux-policy-devel noarch 38.1.30-1.el9 appstream 1.5 M #16 5.833 systemd x86_64 252-23.el9 baseos 4.1 M #16 5.833 systemd-devel x86_64 252-23.el9 appstream 651 k #16 5.833 which x86_64 2.21-29.el9 baseos 41 k #16 5.833 Upgrading: #16 5.833 glibc x86_64 2.34-99.el9 baseos 2.0 M #16 5.833 glibc-common x86_64 2.34-99.el9 baseos 319 k #16 5.833 glibc-gconv-extra x86_64 2.34-99.el9 baseos 1.7 M #16 5.833 glibc-minimal-langpack x86_64 2.34-99.el9 baseos 32 k #16 5.833 Installing dependencies: #16 5.833 acl x86_64 2.3.1-4.el9 baseos 71 k #16 5.833 annobin x86_64 12.31-1.el9 appstream 1.0 M #16 5.833 autoconf noarch 2.69-38.el9 appstream 681 k #16 5.833 automake noarch 1.16.2-8.el9 appstream 689 k #16 5.833 checkpolicy x86_64 3.6-1.el9 appstream 353 k #16 5.833 cmake-data noarch 3.26.5-2.el9 appstream 2.4 M #16 5.833 cmake-filesystem x86_64 3.26.5-2.el9 appstream 19 k #16 5.833 cmake-rpm-macros noarch 3.26.5-2.el9 appstream 11 k #16 5.833 cpp x86_64 11.4.1-3.el9 appstream 11 M #16 5.833 cracklib x86_64 2.9.6-27.el9 baseos 94 k #16 5.833 cracklib-dicts x86_64 2.9.6-27.el9 baseos 3.6 M #16 5.833 dbus x86_64 1:1.12.20-8.el9 baseos 3.8 k #16 5.833 dbus-broker x86_64 28-7.el9 baseos 172 k #16 5.833 dbus-common noarch 1:1.12.20-8.el9 baseos 15 k #16 5.833 gcc-plugin-annobin x86_64 11.4.1-3.el9 appstream 47 k #16 5.833 git-core x86_64 2.43.0-1.el9 appstream 4.4 M #16 5.833 git-core-doc noarch 2.43.0-1.el9 appstream 2.9 M #16 5.833 glibc-devel x86_64 2.34-99.el9 appstream 48 k #16 5.833 glibc-headers x86_64 2.34-99.el9 appstream 553 k #16 5.833 kernel-headers x86_64 5.14.0-410.el9 appstream 7.5 M #16 5.833 kmod-libs x86_64 28-9.el9 baseos 64 k #16 5.833 libcbor x86_64 0.7.0-5.el9 baseos 57 k #16 5.833 libdb x86_64 5.3.28-53.el9 baseos 738 k #16 5.833 libeconf x86_64 0.4.1-3.el9 baseos 27 k #16 5.833 libedit x86_64 3.1-38.20210216cvs.el9 baseos 104 k #16 5.833 libfdisk x86_64 2.37.4-15.el9 baseos 155 k #16 5.833 libfido2 x86_64 1.13.0-2.el9 baseos 99 k #16 5.833 libmpc x86_64 1.2.1-4.el9 appstream 62 k #16 5.833 libpwquality x86_64 1.4.4-8.el9 baseos 119 k #16 5.833 libseccomp x86_64 2.5.2-2.el9 baseos 72 k #16 5.833 libselinux-utils x86_64 3.6-1.el9 baseos 190 k #16 5.833 libsepol-devel x86_64 3.6-1.el9 appstream 47 k #16 5.833 libtool-ltdl x86_64 2.4.6-45.el9 appstream 37 k #16 5.833 libutempter x86_64 1.2.1-6.el9 baseos 27 k #16 5.833 libuv x86_64 1:1.42.0-1.el9 appstream 150 k #16 5.833 libxcrypt-devel x86_64 4.4.18-3.el9 appstream 29 k #16 5.833 libxcrypt-static x86_64 4.4.18-3.el9 crb 102 k #16 5.833 llvm-libs x86_64 17.0.6-4.el9 appstream 25 M #16 5.833 m4 x86_64 1.4.19-1.el9 appstream 300 k #16 5.833 openssh x86_64 8.7p1-38.el9 baseos 462 k #16 5.833 openssh-clients x86_64 8.7p1-38.el9 baseos 719 k #16 5.833 openssl x86_64 1:3.0.7-25.el9 baseos 1.2 M #16 5.833 pam x86_64 1.5.1-17.el9 baseos 628 k #16 5.833 pcre2-devel x86_64 10.40-4.el9 appstream 512 k #16 5.833 pcre2-utf16 x86_64 10.40-4.el9 appstream 214 k #16 5.833 pcre2-utf32 x86_64 10.40-4.el9 appstream 203 k #16 5.833 perl-DynaLoader x86_64 1.47-481.el9 appstream 25 k #16 5.833 perl-Error noarch 1:0.17029-7.el9 appstream 42 k #16 5.833 perl-File-Compare noarch 1.100.600-481.el9 appstream 13 k #16 5.833 perl-File-Copy noarch 2.34-481.el9 appstream 20 k #16 5.833 perl-File-Find noarch 1.37-481.el9 appstream 25 k #16 5.833 perl-Git noarch 2.43.0-1.el9 appstream 38 k #16 5.833 perl-TermReadKey x86_64 2.38-11.el9 appstream 37 k #16 5.833 perl-Thread-Queue noarch 3.14-460.el9 appstream 22 k #16 5.833 perl-lib x86_64 0.65-481.el9 appstream 14 k #16 5.833 perl-threads x86_64 1:2.25-460.el9 appstream 58 k #16 5.833 perl-threads-shared x86_64 1.61-460.el9 appstream 45 k #16 5.833 policycoreutils x86_64 3.6-1.el9 baseos 242 k #16 5.833 policycoreutils-devel x86_64 3.6-1.el9 appstream 147 k #16 5.833 policycoreutils-python-utils noarch 3.6-1.el9 appstream 77 k #16 5.833 python3-audit x86_64 3.1.2-2.el9 appstream 83 k #16 5.833 python3-distro noarch 1.5.0-7.el9 baseos 37 k #16 5.833 python3-libselinux x86_64 3.6-1.el9 appstream 188 k #16 5.833 python3-libsemanage x86_64 3.6-1.el9 appstream 80 k #16 5.833 python3-policycoreutils noarch 3.6-1.el9 appstream 2.1 M #16 5.833 python3-setools x86_64 4.4.4-1.el9 baseos 605 k #16 5.833 python3-setuptools noarch 53.0.0-12.el9 baseos 944 k #16 5.833 rpm-plugin-selinux x86_64 4.16.1.3-29.el9 baseos 17 k #16 5.833 selinux-policy noarch 38.1.30-1.el9 baseos 56 k #16 5.833 selinux-policy-targeted noarch 38.1.30-1.el9 baseos 6.9 M #16 5.833 systemd-pam x86_64 252-23.el9 baseos 266 k #16 5.833 systemd-rpm-macros noarch 252-23.el9 baseos 54 k #16 5.833 util-linux x86_64 2.37.4-15.el9 baseos 2.2 M #16 5.833 util-linux-core x86_64 2.37.4-15.el9 baseos 434 k #16 5.833 vim-filesystem noarch 2:8.2.2637-20.el9 baseos 18 k #16 5.833 Installing weak dependencies: #16 5.833 glibc-langpack-en x86_64 2.34-99.el9 baseos 671 k #16 5.833 #16 5.833 Transaction Summary #16 5.833 ================================================================================ #16 5.833 Install 89 Packages #16 5.833 Upgrade 4 Packages #16 5.833 #16 5.836 Total download size: 136 M #16 5.837 Downloading Packages: #20 11.54 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. #14 36.80 Get:298 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB] #14 36.88 Get:299 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpackage-stash-perl all 0.40-1 [19.5 kB] #14 36.91 Get:300 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsub-identify-perl arm64 0.14-3 [9738 B] #14 34.14 Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-string-perl all 1.08-3.1 [10.7 kB] #14 34.15 Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-ttf-perl all 1.06-1.1 [316 kB] #14 34.38 Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsort-versions-perl all 1.62-1 [9294 B] #14 34.59 Setting up manpages-dev (5.10-1ubuntu1) ... #14 34.61 Setting up libdw1:amd64 (0.186-1build1) ... #14 34.62 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 34.64 Setting up libxcb1:amd64 (1.14-3ubuntu3) ... #14 34.65 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ... #14 35.36 Get:269 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB] #14 35.38 Get:270 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnet-netmask-perl all 2.0002-2 [24.8 kB] #14 35.39 Get:271 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-2build1 [81.1 kB] #14 35.43 Get:272 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdata-validate-ip-perl all 0.31-1 [17.2 kB] #14 35.44 Get:273 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdata-validate-uri-perl all 0.07-2 [11.1 kB] #13 46.61 Preparing to unpack .../337-libstring-copyright-perl_0.003014-1_all.deb ... #13 46.62 Unpacking libstring-copyright-perl (0.003014-1) ... #13 46.65 Selecting previously unselected package libstring-escape-perl. #13 46.66 Preparing to unpack .../338-libstring-escape-perl_2010.002-3_all.deb ... #13 46.66 Unpacking libstring-escape-perl (2010.002-3) ... #13 46.70 Selecting previously unselected package libstring-license-perl. #13 46.70 Preparing to unpack .../339-libstring-license-perl_0.0.2-1_all.deb ... #13 46.71 Unpacking libstring-license-perl (0.0.2-1) ... #13 46.74 Selecting previously unselected package libstring-shellquote-perl. #13 46.75 Preparing to unpack .../340-libstring-shellquote-perl_1.04-3_all.deb ... #13 46.75 Unpacking libstring-shellquote-perl (1.04-3) ... #13 46.79 Selecting previously unselected package libsys-cpuaffinity-perl. #13 46.79 Preparing to unpack .../341-libsys-cpuaffinity-perl_1.13~03-2+b1_armhf.deb ... #13 46.79 Unpacking libsys-cpuaffinity-perl (1.13~03-2+b1) ... #13 46.83 Selecting previously unselected package libterm-readkey-perl. #13 46.83 Preparing to unpack .../342-libterm-readkey-perl_2.38-2+b1_armhf.deb ... #13 46.84 Unpacking libterm-readkey-perl (2.38-2+b1) ... #13 46.88 Selecting previously unselected package libtext-levenshteinxs-perl. #13 44.55 Preparing to unpack .../312-lsb-release_10.2019051400_all.deb ... #13 44.55 Unpacking lsb-release (10.2019051400) ... #13 44.59 Selecting previously unselected package mailutils. #13 44.59 Preparing to unpack .../313-mailutils_1%3a3.5-4_armhf.deb ... #13 44.60 Unpacking mailutils (1:3.5-4) ... #13 44.65 Selecting previously unselected package manpages-dev. #13 44.65 Preparing to unpack .../314-manpages-dev_4.16-2_all.deb ... #13 44.66 Unpacking manpages-dev (4.16-2) ... #14 36.43 Preparing to unpack .../301-libmldbm-perl_2.05-4_all.deb ... #14 36.44 Unpacking libmldbm-perl (2.05-4) ... #14 36.48 Selecting previously unselected package libmoox-aliases-perl. #14 36.48 Preparing to unpack .../302-libmoox-aliases-perl_0.001006-2_all.deb ... #14 36.49 Unpacking libmoox-aliases-perl (0.001006-2) ... #14 36.54 Selecting previously unselected package libmouse-perl. #14 36.54 Preparing to unpack .../303-libmouse-perl_2.5.10-1build5_amd64.deb ... #14 36.54 Unpacking libmouse-perl (2.5.10-1build5) ... #14 36.58 Selecting previously unselected package libxs-parse-keyword-perl. #14 36.58 Preparing to unpack .../304-libxs-parse-keyword-perl_0.38-1_amd64.deb ... #14 36.59 Unpacking libxs-parse-keyword-perl (0.38-1) ... #14 36.64 Selecting previously unselected package libxs-parse-sublike-perl:amd64. #14 43.30 Get:374 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf lzip armhf 1.23-5 [77.6 kB] #14 46.94 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_armhf.deb ... #14 46.94 Unpacking libxext6:armhf (2:1.3.4-1build1) ... #14 46.97 Selecting previously unselected package libxmuu1:armhf. #14 46.98 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_armhf.deb ... #14 46.98 Unpacking libxmuu1:armhf (2:1.1.3-3) ... #14 47.03 Selecting previously unselected package man-db. #14 47.03 Preparing to unpack .../044-man-db_2.10.2-1_armhf.deb ... #14 47.03 Unpacking man-db (2.10.2-1) ... #14 47.09 Selecting previously unselected package manpages. #14 47.09 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ... #14 47.09 Unpacking manpages (5.10-1ubuntu1) ... #14 47.22 Selecting previously unselected package openssh-client. #13 41.32 Preparing to unpack .../124-liburi-perl_5.08-1_all.deb ... #13 41.32 Unpacking liburi-perl (5.08-1) ... #13 41.36 Selecting previously unselected package libhtml-parser-perl. #13 41.36 Preparing to unpack .../125-libhtml-parser-perl_3.75-1+b1_armhf.deb ... #13 41.37 Unpacking libhtml-parser-perl (3.75-1+b1) ... #13 41.41 Selecting previously unselected package libhtml-tree-perl. #13 41.41 Preparing to unpack .../126-libhtml-tree-perl_5.07-2_all.deb ... #13 41.42 Unpacking libhtml-tree-perl (5.07-2) ... #13 41.48 Selecting previously unselected package libio-html-perl. #13 41.48 Preparing to unpack .../127-libio-html-perl_1.004-2_all.deb ... #13 41.48 Unpacking libio-html-perl (1.004-2) ... #13 41.53 Selecting previously unselected package liblwp-mediatypes-perl. #13 41.53 Preparing to unpack .../128-liblwp-mediatypes-perl_6.04-1_all.deb ... #13 41.54 Unpacking liblwp-mediatypes-perl (6.04-1) ... #13 41.58 Selecting previously unselected package libhttp-message-perl. #13 41.58 Preparing to unpack .../129-libhttp-message-perl_6.28-1_all.deb ... #13 41.59 Unpacking libhttp-message-perl (6.28-1) ... #13 41.63 Selecting previously unselected package libhttp-cookies-perl. #13 43.31 Preparing to unpack .../365-libxmlrpc-lite-perl_0.717-5_all.deb ... #13 43.32 Unpacking libxmlrpc-lite-perl (0.717-5) ... #13 43.35 Selecting previously unselected package libxmuu1:amd64. #13 43.35 Preparing to unpack .../366-libxmuu1_2%3a1.1.3-3_amd64.deb ... #13 43.36 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... #13 43.39 Selecting previously unselected package libxstring-perl:amd64. #13 43.39 Preparing to unpack .../367-libxstring-perl_0.005-2+b1_amd64.deb ... #13 43.39 Unpacking libxstring-perl:amd64 (0.005-2+b1) ... #13 43.44 Selecting previously unselected package libyaml-0-2:amd64. #13 43.44 Preparing to unpack .../368-libyaml-0-2_0.2.5-1_amd64.deb ... #13 43.44 Unpacking libyaml-0-2:amd64 (0.2.5-1) ... #13 43.47 Selecting previously unselected package libyaml-libyaml-perl. #13 43.47 Preparing to unpack .../369-libyaml-libyaml-perl_0.86+ds-1_amd64.deb ... #13 43.48 Unpacking libyaml-libyaml-perl (0.86+ds-1) ... #13 43.54 Selecting previously unselected package licensecheck. #13 39.01 Preparing to unpack .../353-libtime-moment-perl_0.44-2+b1_arm64.deb ... #13 39.02 Unpacking libtime-moment-perl (0.44-2+b1) ... #13 39.05 Selecting previously unselected package libtype-tiny-xs-perl:arm64. #13 39.05 Preparing to unpack .../354-libtype-tiny-xs-perl_0.025-1_arm64.deb ... #13 39.06 Unpacking libtype-tiny-xs-perl:arm64 (0.025-1) ... #13 39.12 Selecting previously unselected package libunicode-utf8-perl. #13 39.12 Preparing to unpack .../355-libunicode-utf8-perl_0.62-2_arm64.deb ... #13 39.13 Unpacking libunicode-utf8-perl (0.62-2) ... #13 39.16 Selecting previously unselected package libwww-mechanize-perl. #13 39.16 Preparing to unpack .../356-libwww-mechanize-perl_2.16-1_all.deb ... #13 39.16 Unpacking libwww-mechanize-perl (2.16-1) ... #13 39.21 Selecting previously unselected package libxdelta2:arm64. #13 39.21 Preparing to unpack .../357-libxdelta2_1.1.3-10.4_arm64.deb ... #13 39.21 Unpacking libxdelta2:arm64 (1.1.3-10.4) ... #13 39.25 Selecting previously unselected package libxext6:arm64. #14 45.68 Unpacking libbsd0:armhf (0.11.7-4) ... #14 45.72 Selecting previously unselected package libelf1:armhf. #14 45.72 Preparing to unpack .../007-libelf1_0.189-4_armhf.deb ... #14 45.72 Unpacking libelf1:armhf (0.189-4) ... #14 45.75 Selecting previously unselected package libicu72:armhf. #14 45.76 Preparing to unpack .../008-libicu72_72.1-3ubuntu3_armhf.deb ... #14 45.76 Unpacking libicu72:armhf (72.1-3ubuntu3) ... #14 46.70 Preparing to unpack .../129-gettext_0.19.8.1-10build1_armhf.deb ... #14 46.70 Unpacking gettext (0.19.8.1-10build1) ... #14 46.85 Selecting previously unselected package intltool-debian. #14 46.85 Preparing to unpack .../130-intltool-debian_0.35.0+20060710.5_all.deb ... #14 46.86 Unpacking intltool-debian (0.35.0+20060710.5) ... #14 46.89 Selecting previously unselected package po-debconf. #14 46.89 Preparing to unpack .../131-po-debconf_1.0.21_all.deb ... #14 46.90 Unpacking po-debconf (1.0.21) ... #14 46.95 Selecting previously unselected package debhelper. #14 46.95 Preparing to unpack .../132-debhelper_12.10ubuntu1_all.deb ... #14 46.95 Unpacking debhelper (12.10ubuntu1) ... #14 47.07 Selecting previously unselected package libfakeroot:armhf. #13 42.51 Setting up perl-openssl-defaults:amd64 (3) ... #13 42.52 Setting up linux-libc-dev:amd64 (4.19.304-1) ... #13 42.53 Setting up gettext-base (0.19.8.1-9) ... #13 42.54 Setting up liblzo2-2:amd64 (2.10-0.1) ... #13 42.56 Setting up libnpth0:amd64 (1.6-1) ... #13 42.57 Setting up krb5-locales (1.17-3+deb10u6) ... #13 42.58 Setting up file (1:5.35-4+deb10u2) ... #13 42.59 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b7) ... #13 42.60 Setting up libassuan0:amd64 (2.5.2-1) ... #13 42.61 Setting up libgomp1:amd64 (8.3.0-6) ... #13 42.63 Setting up libapt-inst2.0:amd64 (1.8.2.3) ... #13 42.63 Setting up bzip2 (1.0.6-9.2~deb10u2) ... #14 41.12 Selecting previously unselected package binutils. #14 41.12 Preparing to unpack .../074-binutils_2.34-6ubuntu1.8_amd64.deb ... #14 41.13 Unpacking binutils (2.34-6ubuntu1.8) ... #14 41.16 Selecting previously unselected package libc-dev-bin. #14 41.16 Preparing to unpack .../075-libc-dev-bin_2.31-0ubuntu9.14_amd64.deb ... #14 41.17 Unpacking libc-dev-bin (2.31-0ubuntu9.14) ... #14 41.20 Selecting previously unselected package linux-libc-dev:amd64. #14 41.20 Preparing to unpack .../076-linux-libc-dev_5.4.0-169.187_amd64.deb ... #14 41.21 Unpacking linux-libc-dev:amd64 (5.4.0-169.187) ... #14 41.35 Selecting previously unselected package libcrypt-dev:amd64. #13 37.00 Setting up libnsl2:armhf (1.3.0-2) ... #13 37.02 Setting up binutils-arm-linux-gnueabihf (2.40-2+rpi2) ... #13 37.04 Setting up libio-socket-ssl-perl (2.081-2) ... #13 37.06 Setting up libhttp-message-perl (6.44-1) ... #13 37.08 Setting up libhttp-negotiate-perl (6.01-2) ... #13 37.09 Setting up libhttp-cookies-perl (6.10-1) ... #13 37.11 Setting up po-debconf (1.0.21+nmu1) ... #13 37.13 Setting up libhtml-tree-perl (5.07-3) ... #13 37.14 Setting up libpython3.11-stdlib:armhf (3.11.2-6) ... #13 37.16 Setting up libparams-classify-perl:armhf (0.015-2+b1) ... #13 37.17 Setting up binutils (2.40-2+rpi2) ... #13 37.19 Setting up man-db (2.11.2-2) ... #13 40.00 Preparing to unpack .../297-libreadonly-perl_2.050-3_all.deb ... #13 40.01 Unpacking libreadonly-perl (2.050-3) ... #13 40.03 Selecting previously unselected package libref-util-perl. #13 40.04 Preparing to unpack .../298-libref-util-perl_0.204-1_all.deb ... #13 40.04 Unpacking libref-util-perl (0.204-1) ... #13 40.07 Selecting previously unselected package libref-util-xs-perl. #13 40.08 Preparing to unpack .../299-libref-util-xs-perl_0.117-1+b3_amd64.deb ... #13 40.08 Unpacking libref-util-xs-perl (0.117-1+b3) ... #13 40.11 Selecting previously unselected package libregexp-pattern-license-perl. #13 40.11 Preparing to unpack .../300-libregexp-pattern-license-perl_3.4.0-1_all.deb ... #13 40.11 Unpacking libregexp-pattern-license-perl (3.4.0-1) ... #13 40.15 Selecting previously unselected package libregexp-pattern-perl. #13 40.15 Preparing to unpack .../301-libregexp-pattern-perl_0.2.14-1_all.deb ... #13 40.15 Unpacking libregexp-pattern-perl (0.2.14-1) ... #13 40.19 Selecting previously unselected package libsasl2-modules:amd64. #13 40.19 Preparing to unpack .../302-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... #13 40.19 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2.1+deb11u1) ... #13 40.23 Selecting previously unselected package libsereal-decoder-perl. #14 39.22 Setting up iso-codes (4.12.0-1) ... #14 39.23 Setting up liblocale-gettext-perl (1.07-5) ... #14 39.24 Setting up liblsan0:amd64 (13.1.0-2ubuntu2~23.04) ... #14 39.27 Setting up dctrl-tools (2.24-3build2) ... #14 39.29 Setting up libitm1:amd64 (13.1.0-2ubuntu2~23.04) ... #14 39.30 Setting up libgdbm6:amd64 (1.23-3) ... #14 39.31 Setting up libctf0:amd64 (2.40-2ubuntu4.1) ... #14 39.33 Setting up libjpeg8:amd64 (8c-2ubuntu11) ... #14 39.34 Setting up pinentry-curses (1.2.1-1ubuntu1) ... #14 39.36 Setting up manpages-dev (6.03-1) ... #14 39.37 Setting up libdw1:amd64 (0.188-2.1) ... #14 39.38 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... #14 39.40 Setting up cpp-12 (12.3.0-1ubuntu1~23.04) ... #14 39.41 Setting up libxcb1:amd64 (1.15-1) ... #14 39.42 Setting up gettext (0.21-11) ... #13 39.59 Preparing to unpack .../332-lzip_1.22-3_arm64.deb ... #13 39.60 Unpacking lzip (1.22-3) ... #13 39.63 Selecting previously unselected package lzop. #13 39.64 Preparing to unpack .../333-lzop_1.04-2_arm64.deb ... #13 39.64 Unpacking lzop (1.04-2) ... #13 39.67 Selecting previously unselected package t1utils. #13 39.68 Preparing to unpack .../334-t1utils_1.41-4_arm64.deb ... #13 39.68 Unpacking t1utils (1.41-4) ... #13 39.74 Selecting previously unselected package unzip. #13 39.74 Preparing to unpack .../335-unzip_6.0-26+deb11u1_arm64.deb ... #13 39.75 Unpacking unzip (6.0-26+deb11u1) ... #13 39.35 Preparing to unpack .../306-libxml-sax-expat-perl_0.51-1_all.deb ... #13 39.35 Unpacking libxml-sax-expat-perl (0.51-1) ... #13 39.39 Selecting previously unselected package libxml-simple-perl. #13 39.39 Preparing to unpack .../307-libxml-simple-perl_2.25-1_all.deb ... #13 39.39 Unpacking libxml-simple-perl (2.25-1) ... #13 39.43 Selecting previously unselected package libxmlrpc-lite-perl. #13 39.43 Preparing to unpack .../308-libxmlrpc-lite-perl_0.717-2_all.deb ... #13 39.44 Unpacking libxmlrpc-lite-perl (0.717-2) ... #13 39.47 Selecting previously unselected package libxmuu1:arm64. #13 39.48 Preparing to unpack .../309-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ... #13 39.48 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ... #13 39.52 Selecting previously unselected package libyaml-0-2:arm64. #13 39.52 Preparing to unpack .../310-libyaml-0-2_0.2.1-1_arm64.deb ... #13 39.52 Unpacking libyaml-0-2:arm64 (0.2.1-1) ... #13 39.58 Selecting previously unselected package libyaml-libyaml-perl. #13 39.59 Preparing to unpack .../311-libyaml-libyaml-perl_0.76+repack-1_arm64.deb ... #13 39.59 Unpacking libyaml-libyaml-perl (0.76+repack-1) ... #13 39.63 Selecting previously unselected package licensecheck. #13 39.63 Preparing to unpack .../312-licensecheck_3.0.31-3_all.deb ... #13 39.63 Unpacking licensecheck (3.0.31-3) ... #13 39.66 Selecting previously unselected package t1utils. #13 39.67 Preparing to unpack .../313-t1utils_1.41-3_arm64.deb ... #13 39.67 Unpacking t1utils (1.41-3) ... #13 39.71 Selecting previously unselected package lintian. #14 37.99 Get:244 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmailtools-perl all 2.21-1 [80.7 kB] #17 4.847 (55/57): libxcrypt-static-4.1.1-6.el8.x86_64.rp 10 MB/s | 56 kB 00:00 #17 4.870 (56/57): glibc-static-2.28-248.el8.x86_64.rpm 12 MB/s | 2.1 MB 00:00 #17 5.006 (57/57): selinux-policy-minimum-3.14.3-134.el8. 39 MB/s | 14 MB 00:00 #17 5.009 -------------------------------------------------------------------------------- #17 5.009 Total 46 MB/s | 109 MB 00:02 #14 extracting sha256:7d90f81b68902900900a88202c27c541efbe650a06472cb0151c54917620eb6e 1.9s done #16 81.49 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 14/60 #20 11.54 Preparing to unpack .../5-gcc-mingw-w64-x86-64-posix_12.2.0-14+25.2_amd64.deb ... #20 11.55 Unpacking gcc-mingw-w64-x86-64-posix (12.2.0-14+25.2) ... #14 36.95 Get:301 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsub-name-perl arm64 0.27-1 [10.6 kB] #14 36.97 Get:302 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnamespace-clean-perl all 0.27-2 [14.0 kB] #14 37.00 Get:303 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpath-tiny-perl all 0.144-1 [47.7 kB] #14 37.06 Get:304 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB] #14 37.07 Get:305 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtype-tiny-perl all 2.004000-1 [354 kB] #14 37.22 Get:306 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libgitlab-api-v4-perl all 0.27-1 [84.2 kB] #14 34.38 Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB] #14 34.39 Get:271 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B] #14 34.39 Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB] #14 34.41 Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-perl all 4.04000-1 [81.8 kB] #14 34.42 Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblog-any-perl all 1.710-1 [68.4 kB] #14 34.44 Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB] #14 34.90 Setting up libedit2:amd64 (3.1-20210910-1build1) ... #14 34.92 Setting up libreadline8:amd64 (8.1.2-1) ... #14 34.93 Setting up m4 (1.4.18-5ubuntu2) ... #14 34.94 Setting up libldap-2.5-0:amd64 (2.5.16+dfsg-0ubuntu0.22.04.1) ... #14 34.96 Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.3) ... #14 34.97 Setting up ca-certificates (20230311ubuntu0.22.04.1) ... #14 35.84 Get:274 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libdistro-info-perl all 1.5ubuntu0.23.04.1 [5474 B] #13 37.61 Dependencies resolved. #13 37.63 ================================================================================ #13 37.63 Package Arch Version Repo Size #13 37.63 ================================================================================ #13 37.63 Installing: #13 37.63 dnf-plugins-core noarch 4.4.4-1.fc39 updates 38 k #13 37.63 rpm-build aarch64 4.19.1-1.fc39 updates 80 k #13 37.63 rpmlint noarch 2.5.0-3.fc39 updates 342 k #13 37.63 Upgrading: #13 37.63 elfutils-libelf aarch64 0.190-4.fc39 updates 194 k #13 37.63 elfutils-libs aarch64 0.190-4.fc39 updates 259 k #13 37.63 glibc aarch64 2.38-14.fc39 updates 1.7 M #13 37.63 glibc-common aarch64 2.38-14.fc39 updates 349 k #13 37.63 glibc-minimal-langpack aarch64 2.38-14.fc39 updates 70 k #13 37.63 python3-rpm aarch64 4.19.1-1.fc39 updates 68 k #13 37.63 rpm aarch64 4.19.1-1.fc39 updates 537 k #13 37.63 rpm-build-libs aarch64 4.19.1-1.fc39 updates 92 k #13 37.63 rpm-libs aarch64 4.19.1-1.fc39 updates 306 k #13 37.63 rpm-sign-libs aarch64 4.19.1-1.fc39 updates 26 k #13 37.63 Installing dependencies: #13 37.63 ansible-srpm-macros noarch 1-11.fc39 fedora 21 k #13 37.63 binutils aarch64 2.40-13.fc39 fedora 6.0 M #13 37.63 binutils-gold aarch64 2.40-13.fc39 fedora 949 k #13 37.63 bzip2 aarch64 1.0.8-16.fc39 fedora 52 k #13 37.63 cpio aarch64 2.14-4.fc39 fedora 277 k #13 37.63 dash aarch64 0.5.12-1.fc39 fedora 99 k #13 37.63 dbus-libs aarch64 1:1.14.10-1.fc39 fedora 156 k #13 37.63 debugedit aarch64 5.0-12.fc39 updates 78 k #13 37.63 desktop-file-utils aarch64 0.26-9.fc39 fedora 71 k #13 37.63 devscripts-checkbashisms noarch 2.23.5-3.fc39 fedora 28 k #13 37.63 diffutils aarch64 3.10-3.fc39 fedora 396 k #13 37.63 dwz aarch64 0.15-3.fc39 fedora 136 k #13 37.63 ed aarch64 1.19-4.fc39 fedora 78 k #13 37.63 efi-srpm-macros noarch 5-9.fc39 fedora 22 k #13 37.63 elfutils aarch64 0.190-4.fc39 updates 552 k #13 37.63 elfutils-debuginfod-client aarch64 0.190-4.fc39 updates 37 k #13 37.63 emacs-filesystem noarch 1:29.1-2.fc39 fedora 7.1 k #13 37.63 enchant2 aarch64 2.5.0-5.fc39 fedora 61 k #13 37.63 file aarch64 5.44-5.fc39 fedora 49 k #13 37.63 fonts-filesystem noarch 1:2.0.5-12.fc39 fedora 8.2 k #13 37.63 fonts-srpm-macros noarch 1:2.0.5-12.fc39 fedora 26 k #13 37.63 fpc-srpm-macros noarch 1.3-8.fc39 fedora 7.4 k #13 37.63 gdb-minimal aarch64 14.1-2.fc39 updates 3.9 M #13 37.63 gdk-pixbuf2 aarch64 2.42.10-5.fc39 fedora 482 k #13 37.63 ghc-srpm-macros noarch 1.6.1-2.fc39 fedora 7.8 k #13 37.63 glibc-gconv-extra aarch64 2.38-14.fc39 updates 2.0 M #13 37.63 gnat-srpm-macros noarch 6-3.fc39 fedora 8.8 k #13 37.63 go-srpm-macros noarch 3.3.1-1.fc39 updates 28 k #13 37.63 groff-base aarch64 1.23.0-3.fc39 updates 1.1 M #13 37.63 hunspell aarch64 1.7.2-5.fc39 fedora 476 k #13 37.63 hunspell-en-GB noarch 0.20201207-7.fc39 fedora 226 k #13 37.63 hunspell-en-US noarch 0.20201207-7.fc39 fedora 181 k #13 37.63 hunspell-filesystem aarch64 1.7.2-5.fc39 fedora 9.2 k #13 37.63 jansson aarch64 2.13.1-7.fc39 fedora 46 k #13 37.63 js-jquery noarch 3.6.4-2.fc39 fedora 172 k #13 37.63 json-glib aarch64 1.8.0-1.fc39 fedora 164 k #13 37.63 kernel-srpm-macros noarch 1.0-20.fc39 fedora 10 k #13 37.63 libappstream-glib aarch64 0.8.2-4.fc39 fedora 397 k #13 37.63 libjpeg-turbo aarch64 2.1.4-3.fc39 fedora 196 k #13 37.63 libpkgconf aarch64 1.9.5-2.fc39 fedora 38 k #13 37.63 libpng aarch64 2:1.6.37-15.fc39 fedora 115 k #13 37.63 libstemmer aarch64 2.2.0-7.fc39 fedora 164 k #13 37.63 lua-srpm-macros noarch 1-9.fc39 fedora 8.6 k #13 37.63 ncurses aarch64 6.4-7.20230520.fc39 fedora 415 k #13 37.63 ocaml-srpm-macros noarch 8-2.fc39 fedora 14 k #13 37.63 openblas-srpm-macros noarch 2-14.fc39 fedora 7.5 k #13 37.63 package-notes-srpm-macros noarch 0.5-9.fc39 fedora 11 k #13 37.63 patch aarch64 2.7.6-22.fc39 fedora 123 k #13 37.63 perl-AutoLoader noarch 5.74-502.fc39 updates 21 k #13 37.63 perl-B aarch64 1.88-502.fc39 updates 178 k #13 37.63 perl-Carp noarch 1.54-500.fc39 fedora 29 k #13 37.63 perl-Class-Struct noarch 0.68-502.fc39 updates 22 k #13 37.63 perl-Data-Dumper aarch64 2.188-501.fc39 fedora 55 k #13 37.63 perl-Digest noarch 1.20-500.fc39 fedora 25 k #13 37.63 perl-Digest-MD5 aarch64 2.58-500.fc39 fedora 36 k #13 37.63 perl-DynaLoader aarch64 1.54-502.fc39 updates 26 k #13 37.63 perl-Encode aarch64 4:3.19-500.fc39 fedora 1.7 M #13 37.63 perl-Errno aarch64 1.37-502.fc39 updates 15 k #13 37.63 perl-Exporter noarch 5.77-500.fc39 fedora 31 k #13 37.63 perl-Fcntl aarch64 1.15-502.fc39 updates 21 k #13 37.63 perl-File-Basename noarch 2.86-502.fc39 updates 17 k #13 37.63 perl-File-Path noarch 2.18-500.fc39 fedora 35 k #13 37.63 perl-File-Temp noarch 1:0.231.100-500.fc39 fedora 58 k #13 37.63 perl-File-stat noarch 1.13-502.fc39 updates 17 k #13 37.63 perl-FileHandle noarch 2.05-502.fc39 updates 16 k #13 37.63 perl-Getopt-Long noarch 1:2.54-500.fc39 fedora 60 k #13 37.63 perl-Getopt-Std noarch 1.13-502.fc39 updates 16 k #13 37.63 perl-HTTP-Tiny noarch 0.088-3.fc39 fedora 56 k #13 37.63 perl-IO aarch64 1.52-502.fc39 updates 83 k #13 37.63 perl-IO-Socket-IP noarch 0.42-1.fc39 fedora 42 k #13 37.63 perl-IO-Socket-SSL noarch 2.083-3.fc39 fedora 225 k #13 37.63 perl-IPC-Open3 noarch 1.22-502.fc39 updates 22 k #13 37.63 perl-MIME-Base64 aarch64 3.16-500.fc39 fedora 30 k #13 37.63 perl-Mozilla-CA noarch 20230801-1.fc39 fedora 13 k #13 37.63 perl-Net-SSLeay aarch64 1.92-10.fc39 fedora 356 k #13 37.63 perl-POSIX aarch64 2.13-502.fc39 updates 98 k #13 37.63 perl-PathTools aarch64 3.89-500.fc39 fedora 88 k #13 37.63 perl-Pod-Escapes noarch 1:1.07-500.fc39 fedora 20 k #13 37.63 perl-Pod-Perldoc noarch 3.28.01-501.fc39 fedora 86 k #13 37.63 perl-Pod-Simple noarch 1:3.45-4.fc39 fedora 218 k #13 37.63 perl-Pod-Usage noarch 4:2.03-500.fc39 fedora 39 k #13 37.63 perl-Scalar-List-Utils aarch64 5:1.63-500.fc39 fedora 71 k #13 37.63 perl-SelectSaver noarch 1.02-502.fc39 updates 12 k #13 37.63 perl-Socket aarch64 4:2.037-3.fc39 fedora 56 k #13 37.63 perl-Storable aarch64 1:3.32-500.fc39 fedora 97 k #13 37.63 perl-Symbol noarch 1.09-502.fc39 updates 14 k #13 37.63 perl-Term-ANSIColor noarch 5.01-501.fc39 fedora 47 k #13 37.63 perl-Term-Cap noarch 1.18-500.fc39 fedora 22 k #13 37.63 perl-Text-ParseWords noarch 3.31-500.fc39 fedora 16 k #13 37.63 perl-Text-Tabs+Wrap noarch 2023.0511-3.fc39 fedora 22 k #13 37.63 perl-Time-Local noarch 2:1.350-3.fc39 fedora 34 k #13 37.63 perl-URI noarch 5.21-1.fc39 fedora 125 k #13 37.63 perl-base noarch 2.27-502.fc39 updates 16 k #13 37.63 perl-constant noarch 1.33-501.fc39 fedora 22 k #13 37.63 perl-if noarch 0.61.000-502.fc39 updates 14 k #13 37.63 perl-interpreter aarch64 4:5.38.2-502.fc39 updates 72 k #13 37.63 perl-libnet noarch 3.15-501.fc39 fedora 129 k #13 37.63 perl-libs aarch64 4:5.38.2-502.fc39 updates 2.3 M #13 37.63 perl-locale noarch 1.10-502.fc39 updates 14 k #13 37.63 perl-mro aarch64 1.28-502.fc39 updates 29 k #13 37.63 perl-overload noarch 1.37-502.fc39 updates 46 k #13 37.63 perl-overloading noarch 0.02-502.fc39 updates 13 k #13 37.63 perl-parent noarch 1:0.241-500.fc39 fedora 14 k #13 37.63 perl-podlators noarch 1:5.01-500.fc39 fedora 125 k #13 37.63 perl-srpm-macros noarch 1-51.fc39 fedora 8.0 k #13 37.63 perl-vars noarch 1.05-502.fc39 updates 13 k #13 37.63 pkgconf aarch64 1.9.5-2.fc39 fedora 42 k #13 37.63 pkgconf-m4 noarch 1.9.5-2.fc39 fedora 14 k #13 37.63 pkgconf-pkg-config aarch64 1.9.5-2.fc39 fedora 9.6 k #13 37.63 pyproject-srpm-macros noarch 1.11.0-1.fc39 updates 15 k #13 37.63 python-srpm-macros noarch 3.12-4.fc39 fedora 25 k #13 37.63 python3-construct noarch 2.10.68-6.fc39 fedora 146 k #13 37.63 python3-dateutil noarch 1:2.8.2-10.fc39 fedora 355 k #13 37.63 python3-dbus aarch64 1.3.2-4.fc39 fedora 157 k #13 37.63 python3-distro noarch 1.8.0-6.fc39 fedora 49 k #13 37.63 python3-dnf-plugins-core noarch 4.4.4-1.fc39 updates 317 k #13 37.63 python3-enchant noarch 3.2.2-10.fc39 fedora 101 k #13 37.63 python3-file-magic noarch 5.44-5.fc39 fedora 20 k #13 37.63 python3-packaging noarch 23.1-4.fc39 fedora 114 k #13 37.63 python3-pybeam noarch 0.7-7.fc39 fedora 31 k #13 37.63 python3-pyxdg noarch 0.27-9.fc39 fedora 130 k #13 37.63 python3-six noarch 1.16.0-12.fc39 fedora 41 k #13 37.63 python3-systemd aarch64 235-5.fc39 fedora 107 k #13 37.63 python3-tomli-w noarch 1.0.0-9.fc39 fedora 21 k #13 37.63 python3-zstandard aarch64 0.21.0-3.fc39 fedora 457 k #13 37.63 qt5-srpm-macros noarch 5.15.11-1.fc39 updates 8.3 k #13 37.63 qt6-srpm-macros noarch 6.6.0-1.fc39 updates 8.6 k #13 37.63 redhat-rpm-config noarch 262-1.fc39 fedora 84 k #13 37.63 rpmautospec-rpm-macros noarch 0.3.8-1.fc39 updates 9.0 k #13 37.63 rpmlint-fedora-license-data noarch 1.38-1.fc39 updates 31 k #13 37.63 rust-srpm-macros noarch 25.2-2.fc39 updates 13 k #13 37.63 shared-mime-info aarch64 2.2-4.fc39 fedora 380 k #13 37.63 unzip aarch64 6.0-62.fc39 fedora 183 k #13 37.63 web-assets-filesystem noarch 5-20.fc39 fedora 7.9 k #13 37.63 xxhash-libs aarch64 0.8.2-1.fc39 fedora 35 k #13 37.63 xz aarch64 5.4.4-1.fc39 fedora 556 k #13 37.63 zip aarch64 3.0-39.fc39 fedora 262 k #13 37.63 zstd aarch64 1.5.5-4.fc39 fedora 446 k #13 37.63 Installing weak dependencies: #13 37.63 hunspell-en noarch 0.20201207-7.fc39 fedora 190 k #13 37.63 perl-NDBM_File aarch64 1.16-502.fc39 updates 23 k #13 37.63 python-systemd-doc aarch64 235-5.fc39 fedora 75 k #13 37.63 #13 37.63 Transaction Summary #13 37.63 ================================================================================ #13 37.63 Install 144 Packages #13 37.63 Upgrade 10 Packages #13 37.63 #13 37.64 Total download size: 35 M #13 37.64 Downloading Packages: #13 44.98 Selecting previously unselected package psmisc. #13 44.99 Preparing to unpack .../315-psmisc_23.2-1+deb10u1_armhf.deb ... #13 44.99 Unpacking psmisc (23.2-1+deb10u1) ... #13 45.03 Selecting previously unselected package publicsuffix. #13 45.04 Preparing to unpack .../316-publicsuffix_20220811.1734-0+deb10u1_all.deb ... #13 45.04 Unpacking publicsuffix (20220811.1734-0+deb10u1) ... #13 45.08 Selecting previously unselected package python-apt-common. #13 46.88 Preparing to unpack .../343-libtext-levenshteinxs-perl_0.03-5+b1_armhf.deb ... #13 46.89 Unpacking libtext-levenshteinxs-perl (0.03-5+b1) ... #13 46.92 Selecting previously unselected package libtext-markdown-discount-perl. #13 46.92 Preparing to unpack .../344-libtext-markdown-discount-perl_0.16-1_armhf.deb ... #13 46.93 Unpacking libtext-markdown-discount-perl (0.16-1) ... #13 46.97 Selecting previously unselected package libtext-xslate-perl:armhf. #13 46.97 Preparing to unpack .../345-libtext-xslate-perl_3.5.9-1+b2_armhf.deb ... #13 46.97 Unpacking libtext-xslate-perl:armhf (3.5.9-1+b2) ... #13 47.03 Selecting previously unselected package libtime-duration-perl. #13 47.03 Preparing to unpack .../346-libtime-duration-perl_1.21-2_all.deb ... #13 47.03 Unpacking libtime-duration-perl (1.21-2) ... #13 47.07 Selecting previously unselected package libtime-moment-perl. #13 47.07 Preparing to unpack .../347-libtime-moment-perl_0.44-2+b1_armhf.deb ... #13 47.08 Unpacking libtime-moment-perl (0.44-2+b1) ... #13 47.12 Selecting previously unselected package libtype-tiny-xs-perl:armhf. #13 47.12 Preparing to unpack .../348-libtype-tiny-xs-perl_0.025-1_armhf.deb ... #13 47.12 Unpacking libtype-tiny-xs-perl:armhf (0.025-1) ... #13 47.16 Selecting previously unselected package libunicode-utf8-perl. #14 36.64 Preparing to unpack .../305-libxs-parse-sublike-perl_0.20-1ubuntu3_amd64.deb ... #14 36.65 Unpacking libxs-parse-sublike-perl:amd64 (0.20-1ubuntu3) ... #14 36.68 Selecting previously unselected package libobject-pad-perl. #14 36.69 Preparing to unpack .../306-libobject-pad-perl_0.801-2_amd64.deb ... #14 36.69 Unpacking libobject-pad-perl (0.801-2) ... #14 36.74 Selecting previously unselected package libpackage-stash-xs-perl:amd64. #14 36.74 Preparing to unpack .../307-libpackage-stash-xs-perl_0.30-1build1_amd64.deb ... #14 36.74 Unpacking libpackage-stash-xs-perl:amd64 (0.30-1build1) ... #14 36.78 Selecting previously unselected package libpath-iterator-rule-perl. #14 36.78 Preparing to unpack .../308-libpath-iterator-rule-perl_1.015-2_all.deb ... #14 36.78 Unpacking libpath-iterator-rule-perl (1.015-2) ... #14 36.81 Selecting previously unselected package libperlio-gzip-perl. #14 36.82 Preparing to unpack .../309-libperlio-gzip-perl_0.20-1build1_amd64.deb ... #14 36.82 Unpacking libperlio-gzip-perl (0.20-1build1) ... #14 36.86 Selecting previously unselected package libperlio-utf8-strict-perl. #14 36.86 Preparing to unpack .../310-libperlio-utf8-strict-perl_0.010-1_amd64.deb ... #14 36.87 Unpacking libperlio-utf8-strict-perl (0.010-1) ... #14 36.90 Selecting previously unselected package libpod-parser-perl. #14 36.90 Preparing to unpack .../311-libpod-parser-perl_1.66-1_all.deb ... #14 36.91 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #14 36.93 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #14 36.93 Unpacking libpod-parser-perl (1.66-1) ... #14 36.97 Selecting previously unselected package libpod-constants-perl. #12 37.81 Dependencies resolved. #12 37.84 ================================================================================ #12 37.84 Package Arch Version Repo Size #12 37.84 ================================================================================ #12 37.84 Installing: #12 37.84 dnf-plugins-core noarch 4.4.4-1.fc39 updates 38 k #12 37.84 rpm-build x86_64 4.19.1-1.fc39 updates 79 k #12 37.84 rpmlint noarch 2.5.0-3.fc39 updates 342 k #12 37.84 Upgrading: #12 37.84 elfutils-libelf x86_64 0.190-4.fc39 updates 194 k #12 37.84 elfutils-libs x86_64 0.190-4.fc39 updates 260 k #12 37.84 glibc x86_64 2.38-14.fc39 updates 2.2 M #12 37.84 glibc-common x86_64 2.38-14.fc39 updates 352 k #12 37.84 glibc-minimal-langpack x86_64 2.38-14.fc39 updates 70 k #12 37.84 python3-rpm x86_64 4.19.1-1.fc39 updates 69 k #12 37.84 rpm x86_64 4.19.1-1.fc39 updates 538 k #12 37.84 rpm-build-libs x86_64 4.19.1-1.fc39 updates 96 k #12 37.84 rpm-libs x86_64 4.19.1-1.fc39 updates 312 k #12 37.84 rpm-sign-libs x86_64 4.19.1-1.fc39 updates 26 k #12 37.84 Installing dependencies: #12 37.84 ansible-srpm-macros noarch 1-11.fc39 fedora 21 k #12 37.84 binutils x86_64 2.40-13.fc39 fedora 5.6 M #12 37.84 binutils-gold x86_64 2.40-13.fc39 fedora 797 k #12 37.84 bzip2 x86_64 1.0.8-16.fc39 fedora 52 k #12 37.84 cpio x86_64 2.14-4.fc39 fedora 279 k #12 37.84 dash x86_64 0.5.12-1.fc39 fedora 98 k #12 37.84 dbus-libs x86_64 1:1.14.10-1.fc39 fedora 156 k #12 37.84 debugedit x86_64 5.0-12.fc39 updates 79 k #12 37.84 desktop-file-utils x86_64 0.26-9.fc39 fedora 72 k #12 37.84 devscripts-checkbashisms noarch 2.23.5-3.fc39 fedora 28 k #12 37.84 diffutils x86_64 3.10-3.fc39 fedora 398 k #12 37.84 dwz x86_64 0.15-3.fc39 fedora 134 k #12 37.84 ed x86_64 1.19-4.fc39 fedora 79 k #12 37.84 efi-srpm-macros noarch 5-9.fc39 fedora 22 k #12 37.84 elfutils x86_64 0.190-4.fc39 updates 551 k #12 37.84 elfutils-debuginfod-client x86_64 0.190-4.fc39 updates 38 k #12 37.84 emacs-filesystem noarch 1:29.1-2.fc39 fedora 7.1 k #12 37.84 enchant2 x86_64 2.5.0-5.fc39 fedora 62 k #12 37.84 file x86_64 5.44-5.fc39 fedora 49 k #12 37.84 fonts-filesystem noarch 1:2.0.5-12.fc39 fedora 8.2 k #12 37.84 fonts-srpm-macros noarch 1:2.0.5-12.fc39 fedora 26 k #12 37.84 fpc-srpm-macros noarch 1.3-8.fc39 fedora 7.4 k #12 37.84 gdb-minimal x86_64 14.1-2.fc39 updates 4.3 M #12 37.84 gdk-pixbuf2 x86_64 2.42.10-5.fc39 fedora 484 k #12 37.84 ghc-srpm-macros noarch 1.6.1-2.fc39 fedora 7.8 k #12 37.84 glibc-gconv-extra x86_64 2.38-14.fc39 updates 1.6 M #12 37.84 gnat-srpm-macros noarch 6-3.fc39 fedora 8.8 k #12 37.84 go-srpm-macros noarch 3.3.1-1.fc39 updates 28 k #12 37.84 groff-base x86_64 1.23.0-3.fc39 updates 1.1 M #12 37.84 hunspell x86_64 1.7.2-5.fc39 fedora 472 k #12 37.84 hunspell-en-GB noarch 0.20201207-7.fc39 fedora 226 k #12 37.84 hunspell-en-US noarch 0.20201207-7.fc39 fedora 181 k #12 37.84 hunspell-filesystem x86_64 1.7.2-5.fc39 fedora 9.2 k #12 37.84 jansson x86_64 2.13.1-7.fc39 fedora 44 k #12 37.84 js-jquery noarch 3.6.4-2.fc39 fedora 172 k #12 37.84 json-glib x86_64 1.8.0-1.fc39 fedora 166 k #12 37.84 kernel-srpm-macros noarch 1.0-20.fc39 fedora 10 k #12 37.84 libappstream-glib x86_64 0.8.2-4.fc39 fedora 409 k #12 37.84 libjpeg-turbo x86_64 2.1.4-3.fc39 fedora 183 k #12 37.84 libpkgconf x86_64 1.9.5-2.fc39 fedora 38 k #12 37.84 libpng x86_64 2:1.6.37-15.fc39 fedora 119 k #12 37.84 libstemmer x86_64 2.2.0-7.fc39 fedora 171 k #12 37.84 lua-srpm-macros noarch 1-9.fc39 fedora 8.6 k #12 37.84 ncurses x86_64 6.4-7.20230520.fc39 fedora 416 k #12 37.84 ocaml-srpm-macros noarch 8-2.fc39 fedora 14 k #12 37.84 openblas-srpm-macros noarch 2-14.fc39 fedora 7.5 k #12 37.84 package-notes-srpm-macros noarch 0.5-9.fc39 fedora 11 k #12 37.84 patch x86_64 2.7.6-22.fc39 fedora 125 k #12 37.84 perl-AutoLoader noarch 5.74-502.fc39 updates 21 k #12 37.84 perl-B x86_64 1.88-502.fc39 updates 177 k #12 37.84 perl-Carp noarch 1.54-500.fc39 fedora 29 k #12 37.84 perl-Class-Struct noarch 0.68-502.fc39 updates 22 k #12 37.84 perl-Data-Dumper x86_64 2.188-501.fc39 fedora 56 k #12 37.84 perl-Digest noarch 1.20-500.fc39 fedora 25 k #12 37.84 perl-Digest-MD5 x86_64 2.58-500.fc39 fedora 35 k #12 37.84 perl-DynaLoader x86_64 1.54-502.fc39 updates 26 k #12 37.84 perl-Encode x86_64 4:3.19-500.fc39 fedora 1.7 M #12 37.84 perl-Errno x86_64 1.37-502.fc39 updates 15 k #12 37.84 perl-Exporter noarch 5.77-500.fc39 fedora 31 k #12 37.84 perl-Fcntl x86_64 1.15-502.fc39 updates 21 k #12 37.84 perl-File-Basename noarch 2.86-502.fc39 updates 17 k #12 37.84 perl-File-Path noarch 2.18-500.fc39 fedora 35 k #12 37.84 perl-File-Temp noarch 1:0.231.100-500.fc39 fedora 58 k #12 37.84 perl-File-stat noarch 1.13-502.fc39 updates 17 k #12 37.84 perl-FileHandle noarch 2.05-502.fc39 updates 16 k #12 37.84 perl-Getopt-Long noarch 1:2.54-500.fc39 fedora 60 k #12 37.84 perl-Getopt-Std noarch 1.13-502.fc39 updates 16 k #12 37.84 perl-HTTP-Tiny noarch 0.088-3.fc39 fedora 56 k #12 37.84 perl-IO x86_64 1.52-502.fc39 updates 82 k #12 37.84 perl-IO-Socket-IP noarch 0.42-1.fc39 fedora 42 k #12 37.84 perl-IO-Socket-SSL noarch 2.083-3.fc39 fedora 225 k #12 37.84 perl-IPC-Open3 noarch 1.22-502.fc39 updates 22 k #12 37.84 perl-MIME-Base64 x86_64 3.16-500.fc39 fedora 29 k #12 37.84 perl-Mozilla-CA noarch 20230801-1.fc39 fedora 13 k #12 37.84 perl-Net-SSLeay x86_64 1.92-10.fc39 fedora 360 k #12 37.84 perl-POSIX x86_64 2.13-502.fc39 updates 97 k #12 37.84 perl-PathTools x86_64 3.89-500.fc39 fedora 87 k #12 37.84 perl-Pod-Escapes noarch 1:1.07-500.fc39 fedora 20 k #12 37.84 perl-Pod-Perldoc noarch 3.28.01-501.fc39 fedora 86 k #12 37.84 perl-Pod-Simple noarch 1:3.45-4.fc39 fedora 218 k #12 37.84 perl-Pod-Usage noarch 4:2.03-500.fc39 fedora 39 k #12 37.84 perl-Scalar-List-Utils x86_64 5:1.63-500.fc39 fedora 72 k #12 37.84 perl-SelectSaver noarch 1.02-502.fc39 updates 12 k #12 37.84 perl-Socket x86_64 4:2.037-3.fc39 fedora 55 k #12 37.84 perl-Storable x86_64 1:3.32-500.fc39 fedora 99 k #12 37.84 perl-Symbol noarch 1.09-502.fc39 updates 14 k #12 37.84 perl-Term-ANSIColor noarch 5.01-501.fc39 fedora 47 k #12 37.84 perl-Term-Cap noarch 1.18-500.fc39 fedora 22 k #12 37.84 perl-Text-ParseWords noarch 3.31-500.fc39 fedora 16 k #12 37.84 perl-Text-Tabs+Wrap noarch 2023.0511-3.fc39 fedora 22 k #12 37.84 perl-Time-Local noarch 2:1.350-3.fc39 fedora 34 k #12 37.84 perl-URI noarch 5.21-1.fc39 fedora 125 k #12 37.84 perl-base noarch 2.27-502.fc39 updates 16 k #12 37.84 perl-constant noarch 1.33-501.fc39 fedora 22 k #12 37.84 perl-if noarch 0.61.000-502.fc39 updates 14 k #12 37.84 perl-interpreter x86_64 4:5.38.2-502.fc39 updates 72 k #12 37.84 perl-libnet noarch 3.15-501.fc39 fedora 129 k #12 37.84 perl-libs x86_64 4:5.38.2-502.fc39 updates 2.4 M #12 37.84 perl-locale noarch 1.10-502.fc39 updates 14 k #12 37.84 perl-mro x86_64 1.28-502.fc39 updates 29 k #12 37.84 perl-overload noarch 1.37-502.fc39 updates 46 k #12 37.84 perl-overloading noarch 0.02-502.fc39 updates 13 k #12 37.84 perl-parent noarch 1:0.241-500.fc39 fedora 14 k #12 37.84 perl-podlators noarch 1:5.01-500.fc39 fedora 125 k #12 37.84 perl-srpm-macros noarch 1-51.fc39 fedora 8.0 k #12 37.84 perl-vars noarch 1.05-502.fc39 updates 13 k #12 37.84 pkgconf x86_64 1.9.5-2.fc39 fedora 42 k #12 37.84 pkgconf-m4 noarch 1.9.5-2.fc39 fedora 14 k #12 37.84 pkgconf-pkg-config x86_64 1.9.5-2.fc39 fedora 9.6 k #12 37.84 pyproject-srpm-macros noarch 1.11.0-1.fc39 updates 15 k #12 37.84 python-srpm-macros noarch 3.12-4.fc39 fedora 25 k #12 37.84 python3-construct noarch 2.10.68-6.fc39 fedora 146 k #12 37.84 python3-dateutil noarch 1:2.8.2-10.fc39 fedora 355 k #12 37.84 python3-dbus x86_64 1.3.2-4.fc39 fedora 157 k #12 37.84 python3-distro noarch 1.8.0-6.fc39 fedora 49 k #12 37.84 python3-dnf-plugins-core noarch 4.4.4-1.fc39 updates 317 k #12 37.84 python3-enchant noarch 3.2.2-10.fc39 fedora 101 k #12 37.84 python3-file-magic noarch 5.44-5.fc39 fedora 20 k #12 37.84 python3-packaging noarch 23.1-4.fc39 fedora 114 k #12 37.84 python3-pybeam noarch 0.7-7.fc39 fedora 31 k #12 37.84 python3-pyxdg noarch 0.27-9.fc39 fedora 130 k #12 37.84 python3-six noarch 1.16.0-12.fc39 fedora 41 k #12 37.84 python3-systemd x86_64 235-5.fc39 fedora 107 k #12 37.84 python3-tomli-w noarch 1.0.0-9.fc39 fedora 21 k #12 37.84 python3-zstandard x86_64 0.21.0-3.fc39 fedora 486 k #12 37.84 qt5-srpm-macros noarch 5.15.11-1.fc39 updates 8.3 k #12 37.84 qt6-srpm-macros noarch 6.6.0-1.fc39 updates 8.6 k #12 37.84 redhat-rpm-config noarch 262-1.fc39 fedora 84 k #12 37.84 rpmautospec-rpm-macros noarch 0.3.8-1.fc39 updates 9.0 k #12 37.84 rpmlint-fedora-license-data noarch 1.38-1.fc39 updates 31 k #12 37.84 rust-srpm-macros noarch 25.2-2.fc39 updates 13 k #12 37.84 shared-mime-info x86_64 2.2-4.fc39 fedora 380 k #12 37.84 unzip x86_64 6.0-62.fc39 fedora 184 k #12 37.84 web-assets-filesystem noarch 5-20.fc39 fedora 7.9 k #12 37.84 xxhash-libs x86_64 0.8.2-1.fc39 fedora 37 k #12 37.84 xz x86_64 5.4.4-1.fc39 fedora 556 k #12 37.84 zip x86_64 3.0-39.fc39 fedora 266 k #12 37.84 zstd x86_64 1.5.5-4.fc39 fedora 482 k #12 37.84 Installing weak dependencies: #12 37.84 hunspell-en noarch 0.20201207-7.fc39 fedora 190 k #12 37.84 perl-NDBM_File x86_64 1.16-502.fc39 updates 23 k #12 37.84 python-systemd-doc x86_64 235-5.fc39 fedora 75 k #12 37.84 #12 37.84 Transaction Summary #12 37.84 ================================================================================ #12 37.84 Install 144 Packages #12 37.84 Upgrade 10 Packages #12 37.84 #12 37.84 Total download size: 35 M #12 37.84 Downloading Packages: #12 38.62 (1/154): ansible-srpm-macros-1-11.fc39.noarch.r 91 kB/s | 21 kB 00:00 #12 38.63 (2/154): binutils-gold-2.40-13.fc39.x86_64.rpm 3.3 MB/s | 797 kB 00:00 #12 38.64 (3/154): bzip2-1.0.8-16.fc39.x86_64.rpm 8.6 MB/s | 52 kB 00:00 #12 38.65 (4/154): cpio-2.14-4.fc39.x86_64.rpm 13 MB/s | 279 kB 00:00 #12 38.65 (5/154): dash-0.5.12-1.fc39.x86_64.rpm 7.1 MB/s | 98 kB 00:00 #12 38.70 (6/154): binutils-2.40-13.fc39.x86_64.rpm 18 MB/s | 5.6 MB 00:00 #12 38.70 (7/154): dbus-libs-1.14.10-1.fc39.x86_64.rpm 3.3 MB/s | 156 kB 00:00 #12 38.71 (8/154): desktop-file-utils-0.26-9.fc39.x86_64. 1.4 MB/s | 72 kB 00:00 #12 38.72 (9/154): devscripts-checkbashisms-2.23.5-3.fc39 4.2 MB/s | 28 kB 00:00 #12 38.73 (10/154): diffutils-3.10-3.fc39.x86_64.rpm 22 MB/s | 398 kB 00:00 #12 38.73 (11/154): dwz-0.15-3.fc39.x86_64.rpm 5.6 MB/s | 134 kB 00:00 #12 38.74 (12/154): ed-1.19-4.fc39.x86_64.rpm 3.7 MB/s | 79 kB 00:00 #12 38.74 (13/154): efi-srpm-macros-5-9.fc39.noarch.rpm 2.6 MB/s | 22 kB 00:00 #12 38.74 (14/154): emacs-filesystem-29.1-2.fc39.noarch.r 625 kB/s | 7.1 kB 00:00 #12 38.75 (15/154): enchant2-2.5.0-5.fc39.x86_64.rpm 5.7 MB/s | 62 kB 00:00 #12 38.75 (16/154): file-5.44-5.fc39.x86_64.rpm 6.1 MB/s | 49 kB 00:00 #12 38.76 (17/154): fonts-filesystem-2.0.5-12.fc39.noarch 774 kB/s | 8.2 kB 00:00 #12 38.76 (18/154): fonts-srpm-macros-2.0.5-12.fc39.noarc 2.7 MB/s | 26 kB 00:00 #12 38.76 (19/154): fpc-srpm-macros-1.3-8.fc39.noarch.rpm 1.3 MB/s | 7.4 kB 00:00 #12 38.77 (20/154): gdk-pixbuf2-2.42.10-5.fc39.x86_64.rpm 33 MB/s | 484 kB 00:00 #12 38.77 (21/154): ghc-srpm-macros-1.6.1-2.fc39.noarch.r 511 kB/s | 7.8 kB 00:00 #12 38.78 (22/154): gnat-srpm-macros-6-3.fc39.noarch.rpm 624 kB/s | 8.8 kB 00:00 #12 38.79 (23/154): hunspell-en-0.20201207-7.fc39.noarch. 19 MB/s | 190 kB 00:00 #12 38.80 (24/154): hunspell-1.7.2-5.fc39.x86_64.rpm 19 MB/s | 472 kB 00:00 #12 38.80 (25/154): hunspell-en-GB-0.20201207-7.fc39.noar 9.3 MB/s | 226 kB 00:00 #12 38.81 (26/154): hunspell-en-US-0.20201207-7.fc39.noar 8.9 MB/s | 181 kB 00:00 #12 38.81 (27/154): hunspell-filesystem-1.7.2-5.fc39.x86_ 943 kB/s | 9.2 kB 00:00 #12 38.82 (28/154): jansson-2.13.1-7.fc39.x86_64.rpm 3.3 MB/s | 44 kB 00:00 #12 38.82 (29/154): js-jquery-3.6.4-2.fc39.noarch.rpm 14 MB/s | 172 kB 00:00 #12 38.83 (30/154): json-glib-1.8.0-1.fc39.x86_64.rpm 15 MB/s | 166 kB 00:00 #12 38.83 (31/154): kernel-srpm-macros-1.0-20.fc39.noarch 729 kB/s | 10 kB 00:00 #12 38.84 (32/154): libappstream-glib-0.8.2-4.fc39.x86_64 21 MB/s | 409 kB 00:00 #12 38.85 (33/154): libjpeg-turbo-2.1.4-3.fc39.x86_64.rpm 12 MB/s | 183 kB 00:00 #12 38.85 (34/154): libpkgconf-1.9.5-2.fc39.x86_64.rpm 1.9 MB/s | 38 kB 00:00 #12 38.86 (35/154): libpng-1.6.37-15.fc39.x86_64.rpm 8.1 MB/s | 119 kB 00:00 #12 38.86 (36/154): lua-srpm-macros-1-9.fc39.noarch.rpm 1.0 MB/s | 8.6 kB 00:00 #12 38.87 (37/154): libstemmer-2.2.0-7.fc39.x86_64.rpm 11 MB/s | 171 kB 00:00 #12 38.88 (38/154): ncurses-6.4-7.20230520.fc39.x86_64.rp 21 MB/s | 416 kB 00:00 #12 38.88 (39/154): ocaml-srpm-macros-8-2.fc39.noarch.rpm 739 kB/s | 14 kB 00:00 #12 38.88 (40/154): openblas-srpm-macros-2-14.fc39.noarch 1.1 MB/s | 7.5 kB 00:00 #12 38.89 (41/154): package-notes-srpm-macros-0.5-9.fc39. 1.2 MB/s | 11 kB 00:00 #12 38.89 (42/154): patch-2.7.6-22.fc39.x86_64.rpm 10 MB/s | 125 kB 00:00 #12 38.92 (43/154): perl-Data-Dumper-2.188-501.fc39.x86_6 1.5 MB/s | 56 kB 00:00 #12 38.93 (44/154): perl-Carp-1.54-500.fc39.noarch.rpm 699 kB/s | 29 kB 00:00 #12 38.93 (45/154): perl-Digest-1.20-500.fc39.noarch.rpm 659 kB/s | 25 kB 00:00 #12 38.93 (46/154): perl-Digest-MD5-2.58-500.fc39.x86_64. 3.4 MB/s | 35 kB 00:00 #12 38.94 (47/154): perl-Exporter-5.77-500.fc39.noarch.rp 3.7 MB/s | 31 kB 00:00 #12 38.96 (48/154): perl-Encode-3.19-500.fc39.x86_64.rpm 62 MB/s | 1.7 MB 00:00 #12 38.96 (49/154): perl-File-Path-2.18-500.fc39.noarch.r 1.3 MB/s | 35 kB 00:00 #12 38.97 (50/154): perl-File-Temp-0.231.100-500.fc39.noa 2.3 MB/s | 58 kB 00:00 #12 38.97 (51/154): perl-Getopt-Long-2.54-500.fc39.noarch 5.6 MB/s | 60 kB 00:00 #12 38.97 (52/154): perl-HTTP-Tiny-0.088-3.fc39.noarch.rp 6.8 MB/s | 56 kB 00:00 #12 38.98 (53/154): perl-IO-Socket-IP-0.42-1.fc39.noarch. 3.6 MB/s | 42 kB 00:00 #12 38.98 (54/154): perl-IO-Socket-SSL-2.083-3.fc39.noarc 16 MB/s | 225 kB 00:00 #12 38.99 (55/154): perl-MIME-Base64-3.16-500.fc39.x86_64 2.9 MB/s | 29 kB 00:00 #12 38.99 (56/154): perl-Mozilla-CA-20230801-1.fc39.noarc 989 kB/s | 13 kB 00:00 #12 39.02 (57/154): perl-Net-SSLeay-1.92-10.fc39.x86_64.r 11 MB/s | 360 kB 00:00 #12 39.05 (58/154): perl-PathTools-3.89-500.fc39.x86_64.r 1.6 MB/s | 87 kB 00:00 #12 39.05 (59/154): perl-Pod-Escapes-1.07-500.fc39.noarch 344 kB/s | 20 kB 00:00 #12 39.05 (60/154): perl-Pod-Perldoc-3.28.01-501.fc39.noa 2.3 MB/s | 86 kB 00:00 #12 39.11 (61/154): perl-Pod-Simple-3.45-4.fc39.noarch.rp 3.8 MB/s | 218 kB 00:00 #12 39.14 (62/154): perl-Pod-Usage-2.03-500.fc39.noarch.r 462 kB/s | 39 kB 00:00 #12 39.16 (63/154): perl-Scalar-List-Utils-1.63-500.fc39. 678 kB/s | 72 kB 00:00 #14 43.57 Get:375 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf lzop armhf 1.04-2build2 [84.5 kB] #14 43.62 Get:376 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf t1utils armhf 1.41-4build2 [53.1 kB] #14 43.67 Get:377 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf unzip armhf 6.0-27ubuntu1 [162 kB] #14 43.74 Get:378 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf lintian all 2.116.3ubuntu1.1 [1153 kB] #14 47.22 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3ubuntu0.6_armhf.deb ... #14 47.23 Unpacking openssh-client (1:8.9p1-3ubuntu0.6) ... #14 47.27 Selecting previously unselected package publicsuffix. #14 47.28 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ... #14 47.28 Unpacking publicsuffix (20211207.1025-1) ... #14 47.31 Selecting previously unselected package strace. #14 47.31 Preparing to unpack .../048-strace_5.16-0ubuntu3_armhf.deb ... #14 47.32 Unpacking strace (5.16-0ubuntu3) ... #14 47.35 Selecting previously unselected package xauth. #14 47.35 Preparing to unpack .../049-xauth_1%3a1.1-1build2_armhf.deb ... #14 47.35 Unpacking xauth (1:1.1-1build2) ... #14 47.39 Selecting previously unselected package xz-utils. #14 47.39 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu1_armhf.deb ... #14 47.39 Unpacking xz-utils (5.2.5-2ubuntu1) ... #14 47.43 Selecting previously unselected package libsigsegv2:armhf. #14 47.43 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu3_armhf.deb ... #14 47.44 Unpacking libsigsegv2:armhf (2.13-1ubuntu3) ... #14 47.46 Selecting previously unselected package m4. #14 47.46 Preparing to unpack .../052-m4_1.4.18-5ubuntu2_armhf.deb ... #14 47.47 Unpacking m4 (1.4.18-5ubuntu2) ... #14 47.50 Selecting previously unselected package autoconf. #14 47.50 Preparing to unpack .../053-autoconf_2.71-2_all.deb ... #14 47.50 Unpacking autoconf (2.71-2) ... #14 47.55 Selecting previously unselected package autotools-dev. #13 43.54 Preparing to unpack .../370-licensecheck_3.3.5-1_all.deb ... #13 43.55 Unpacking licensecheck (3.3.5-1) ... #13 43.58 Selecting previously unselected package plzip. #13 43.59 Preparing to unpack .../371-plzip_1.10-5_amd64.deb ... #13 43.59 Unpacking plzip (1.10-5) ... #13 43.62 Selecting previously unselected package lzop. #13 43.63 Preparing to unpack .../372-lzop_1.04-2_amd64.deb ... #13 43.63 Unpacking lzop (1.04-2) ... #13 43.67 Selecting previously unselected package t1utils. #13 43.67 Preparing to unpack .../373-t1utils_1.41-4_amd64.deb ... #13 43.68 Unpacking t1utils (1.41-4) ... #13 43.71 Selecting previously unselected package unzip. #13 43.72 Preparing to unpack .../374-unzip_6.0-28_amd64.deb ... #13 43.72 Unpacking unzip (6.0-28) ... #13 43.81 Selecting previously unselected package lintian. #13 41.64 Preparing to unpack .../130-libhttp-cookies-perl_6.10-1_all.deb ... #13 41.64 Unpacking libhttp-cookies-perl (6.10-1) ... #13 41.68 Selecting previously unselected package libhttp-negotiate-perl. #13 41.68 Preparing to unpack .../131-libhttp-negotiate-perl_6.01-1_all.deb ... #13 41.68 Unpacking libhttp-negotiate-perl (6.01-1) ... #13 41.72 Selecting previously unselected package perl-openssl-defaults:armhf. #13 41.72 Preparing to unpack .../132-perl-openssl-defaults_5_armhf.deb ... #13 41.73 Unpacking perl-openssl-defaults:armhf (5) ... #13 41.76 Selecting previously unselected package libnet-ssleay-perl. #13 41.76 Preparing to unpack .../133-libnet-ssleay-perl_1.88-3+b1_armhf.deb ... #13 41.77 Unpacking libnet-ssleay-perl (1.88-3+b1) ... #13 41.84 Selecting previously unselected package libio-socket-ssl-perl. #13 41.84 Preparing to unpack .../134-libio-socket-ssl-perl_2.069-1_all.deb ... #13 41.84 Unpacking libio-socket-ssl-perl (2.069-1) ... #13 41.90 Selecting previously unselected package libnet-http-perl. #13 39.26 Preparing to unpack .../358-libxext6_2%3a1.3.4-1+b1_arm64.deb ... #13 39.26 Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... #13 39.33 Selecting previously unselected package libxml-namespacesupport-perl. #13 39.33 Preparing to unpack .../359-libxml-namespacesupport-perl_1.12-2_all.deb ... #13 39.33 Unpacking libxml-namespacesupport-perl (1.12-2) ... #13 39.37 Selecting previously unselected package libxml-sax-base-perl. #13 39.37 Preparing to unpack .../360-libxml-sax-base-perl_1.09-3_all.deb ... #13 39.37 Unpacking libxml-sax-base-perl (1.09-3) ... #13 39.41 Selecting previously unselected package libxml-sax-perl. #13 39.41 Preparing to unpack .../361-libxml-sax-perl_1.02+dfsg-3_all.deb ... #13 39.42 Unpacking libxml-sax-perl (1.02+dfsg-3) ... #13 39.46 Selecting previously unselected package libxml-libxml-perl. #13 39.46 Preparing to unpack .../362-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1+b1_arm64.deb ... #13 39.46 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ... #13 39.53 Selecting previously unselected package libxml-sax-expat-perl. #14 46.02 Selecting previously unselected package libxml2:armhf. #14 46.02 Preparing to unpack .../009-libxml2_2.9.14+dfsg-1.3_armhf.deb ... #14 46.03 Unpacking libxml2:armhf (2.9.14+dfsg-1.3) ... #14 46.07 Selecting previously unselected package libyaml-0-2:armhf. #14 46.07 Preparing to unpack .../010-libyaml-0-2_0.2.5-1_armhf.deb ... #14 46.08 Unpacking libyaml-0-2:armhf (0.2.5-1) ... #14 46.10 Selecting previously unselected package lsb-release. #14 46.10 Preparing to unpack .../011-lsb-release_12.0-2_all.deb ... #14 46.11 Unpacking lsb-release (12.0-2) ... #14 46.14 Selecting previously unselected package netbase. #14 46.14 Preparing to unpack .../012-netbase_6.4_all.deb ... #14 46.15 Unpacking netbase (6.4) ... #14 46.17 Selecting previously unselected package python-apt-common. #14 46.17 Preparing to unpack .../013-python-apt-common_2.6.0ubuntu1_all.deb ... #14 46.18 Unpacking python-apt-common (2.6.0ubuntu1) ... #14 46.21 Selecting previously unselected package python3-apt. #14 46.21 Preparing to unpack .../014-python3-apt_2.6.0ubuntu1_armhf.deb ... #14 46.21 Unpacking python3-apt (2.6.0ubuntu1) ... #14 46.25 Selecting previously unselected package python3-cffi-backend:armhf. #14 46.25 Preparing to unpack .../015-python3-cffi-backend_1.15.1-5build1_armhf.deb ... #14 46.25 Unpacking python3-cffi-backend:armhf (1.15.1-5build1) ... #14 46.28 Selecting previously unselected package python3-pkg-resources. #14 46.29 Preparing to unpack .../016-python3-pkg-resources_68.1.2-2_all.deb ... #14 46.29 Unpacking python3-pkg-resources (68.1.2-2) ... #14 46.33 Selecting previously unselected package tzdata-icu. #14 47.07 Preparing to unpack .../133-libfakeroot_1.24-1_armhf.deb ... #14 47.10 Unpacking libfakeroot:armhf (1.24-1) ... #14 47.14 Selecting previously unselected package fakeroot. #14 47.14 Preparing to unpack .../134-fakeroot_1.24-1_armhf.deb ... #14 47.15 Unpacking fakeroot (1.24-1) ... #14 47.19 Selecting previously unselected package libassuan0:armhf. #14 47.19 Preparing to unpack .../135-libassuan0_2.5.3-7ubuntu2_armhf.deb ... #14 47.19 Unpacking libassuan0:armhf (2.5.3-7ubuntu2) ... #14 47.23 Selecting previously unselected package gpgconf. #14 47.23 Preparing to unpack .../136-gpgconf_2.2.19-3ubuntu2.2_armhf.deb ... #14 47.24 Unpacking gpgconf (2.2.19-3ubuntu2.2) ... #14 47.29 Selecting previously unselected package libksba8:armhf. #14 47.29 Preparing to unpack .../137-libksba8_1.3.5-2ubuntu0.20.04.2_armhf.deb ... #14 41.36 Preparing to unpack .../077-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ... #13 42.65 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ... #13 42.66 Setting up libunwind8:amd64 (1.2.1-10~deb10u1) ... #13 42.67 Setting up libicu63:amd64 (63.1-6+deb10u3) ... #13 42.69 Setting up libfakeroot:amd64 (1.23-1) ... #13 42.70 Setting up libkrb5support0:amd64 (1.17-3+deb10u6) ... #13 42.71 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... #13 42.72 Setting up fakeroot (1.23-1) ... #13 42.74 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #13 42.75 Setting up mariadb-common (1:10.3.39-0+deb10u1) ... #13 42.77 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode #13 42.77 Setting up libasan5:amd64 (8.3.0-6) ... #13 42.83 Setting up autotools-dev (20180224.1) ... #13 42.84 Setting up libglib2.0-data (2.58.3-2+deb10u5) ... #13 42.85 Setting up libpython2.7-minimal:amd64 (2.7.16-2+deb10u3) ... #13 42.86 Setting up libwrap0:amd64 (7.6.q-28) ... #13 42.88 Setting up libx11-data (2:1.6.7-1+deb10u4) ... #13 42.92 Setting up make (4.2.1-1.2) ... #13 42.93 Setting up libmpfr6:amd64 (4.0.2-1) ... #13 42.95 Setting up gnupg-l10n (2.2.12-1+deb10u2) ... #13 42.96 Setting up libntlm0:amd64 (1.5-1+deb10u1) ... #14 41.36 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... #14 41.40 Selecting previously unselected package libc6-dev:amd64. #14 41.40 Preparing to unpack .../078-libc6-dev_2.31-0ubuntu9.14_amd64.deb ... #14 41.40 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.14) ... #13 40.23 Preparing to unpack .../303-libsereal-decoder-perl_4.018+ds-1+b1_amd64.deb ... #13 40.23 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ... #13 40.27 Selecting previously unselected package libsereal-encoder-perl. #13 40.27 Preparing to unpack .../304-libsereal-encoder-perl_4.018+ds-1+b1_amd64.deb ... #13 40.28 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ... #13 40.31 Selecting previously unselected package libtask-weaken-perl. #13 40.31 Preparing to unpack .../305-libtask-weaken-perl_1.06-1_all.deb ... #13 40.32 Unpacking libtask-weaken-perl (1.06-1) ... #13 40.34 Selecting previously unselected package libxml-parser-perl:amd64. #13 40.35 Preparing to unpack .../306-libxml-parser-perl_2.46-2_amd64.deb ... #13 40.35 Unpacking libxml-parser-perl:amd64 (2.46-2) ... #13 40.40 Selecting previously unselected package libsoap-lite-perl. #13 40.40 Preparing to unpack .../307-libsoap-lite-perl_1.27-1_all.deb ... #13 40.40 Unpacking libsoap-lite-perl (1.27-1) ... #13 40.45 Selecting previously unselected package libsort-key-perl. #14 39.43 Setting up fontconfig-config (2.14.1-3ubuntu3) ... #14 39.56 Setting up libedit2:amd64 (3.1-20221030-2) ... #14 39.58 Setting up libreadline8:amd64 (8.2-1.3) ... #14 39.59 Setting up ca-certificates (20230311ubuntu0.23.04.1) ... #16 1.579 CentOS Stream 9 - AppStream 4.9 kB/s | 2.3 kB 00:00 #13 37.31 Building database of manual pages ... #13 39.71 Preparing to unpack .../314-lintian_2.15.0_all.deb ... #13 39.71 Unpacking lintian (2.15.0) ... #13 39.83 Selecting previously unselected package lsb-release. #13 39.84 Preparing to unpack .../315-lsb-release_10.2019051400_all.deb ... #13 39.84 Unpacking lsb-release (10.2019051400) ... #13 39.93 Selecting previously unselected package mailutils. #14 38.26 Get:245 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-ip-perl all 1.26-2 [27.4 kB] #13 39.93 Selecting previously unselected package lintian. #13 39.93 Preparing to unpack .../336-lintian_2.104.0_all.deb ... #13 39.94 Unpacking lintian (2.104.0) ... #15 0.967 Reading package lists... #15 2.364 W: Skipping acquire of configured file 'ui/binary-armhf/Packages' as repository 'http://archive.raspberrypi.org/debian bullseye InRelease' doesn't have the component 'ui' (component misspelt in sources.list?) #14 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 0.1s #16 81.80 Installing : libselinux-utils-2.5-15.el7.aarch64 15/60 #14 37.24 Get:307 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libhtml-form-perl all 6.11-1 [32.1 kB] #14 37.25 Get:308 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libhtml-format-perl all 2.16-2 [36.9 kB] #14 35.33 Updating certificates in /etc/ssl/certs... #14 34.84 Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-perl all 0.39-1 [19.1 kB] #14 35.91 Get:275 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libemail-address-xs-perl arm64 1.05-1build1 [28.9 kB] #14 36.00 Get:276 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libexporter-tiny-perl all 1.006000-1 [36.7 kB] #14 36.07 Get:277 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfcgi-bin arm64 2.4.2-2build2 [10.7 kB] #14 36.09 Get:278 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libipc-system-simple-perl all 1.30-2 [22.3 kB] #14 36.12 Get:279 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfile-basedir-perl all 0.09-2 [14.4 kB] #13 45.09 Preparing to unpack .../317-python-apt-common_1.8.4.3_all.deb ... #13 45.09 Unpacking python-apt-common (1.8.4.3) ... #13 45.14 Selecting previously unselected package python3-apt. #13 45.15 Preparing to unpack .../318-python3-apt_1.8.4.3_armhf.deb ... #13 45.15 Unpacking python3-apt (1.8.4.3) ... #13 45.21 Selecting previously unselected package python3-certifi. #13 45.21 Preparing to unpack .../319-python3-certifi_2018.8.24-1_all.deb ... #13 45.21 Unpacking python3-certifi (2018.8.24-1) ... #13 45.26 Selecting previously unselected package python3-idna. #13 45.26 Preparing to unpack .../320-python3-idna_2.6-1_all.deb ... #13 45.27 Unpacking python3-idna (2.6-1) ... #13 45.31 Selecting previously unselected package python3-magic. #13 47.17 Preparing to unpack .../349-libunicode-utf8-perl_0.62-2_armhf.deb ... #13 47.17 Unpacking libunicode-utf8-perl (0.62-2) ... #13 47.23 Selecting previously unselected package libwww-mechanize-perl. #13 47.24 Preparing to unpack .../350-libwww-mechanize-perl_2.16-1_all.deb ... #13 47.24 Unpacking libwww-mechanize-perl (2.16-1) ... #13 47.29 Selecting previously unselected package libxdelta2:armhf. #13 47.29 Preparing to unpack .../351-libxdelta2_1.1.3-10.4_armhf.deb ... #13 47.30 Unpacking libxdelta2:armhf (1.1.3-10.4) ... #13 47.34 Selecting previously unselected package libxext6:armhf. #13 47.34 Preparing to unpack .../352-libxext6_2%3a1.3.4-1+b1_armhf.deb ... #13 47.35 Unpacking libxext6:armhf (2:1.3.4-1+b1) ... #13 47.39 Selecting previously unselected package libxml-namespacesupport-perl. #13 47.39 Preparing to unpack .../353-libxml-namespacesupport-perl_1.12-2_all.deb ... #13 47.39 Unpacking libxml-namespacesupport-perl (1.12-2) ... #14 36.98 Preparing to unpack .../312-libpod-constants-perl_0.19-2_all.deb ... #14 36.98 Unpacking libpod-constants-perl (0.19-2) ... #14 37.02 Selecting previously unselected package libproc-processtable-perl:amd64. #14 37.02 Preparing to unpack .../313-libproc-processtable-perl_0.636-1_amd64.deb ... #14 37.02 Unpacking libproc-processtable-perl:amd64 (0.636-1) ... #14 37.09 Selecting previously unselected package libre2-10:amd64. #14 37.09 Preparing to unpack .../314-libre2-10_20230301-2_amd64.deb ... #14 37.09 Unpacking libre2-10:amd64 (20230301-2) ... #14 37.16 Selecting previously unselected package libre-engine-re2-perl:amd64. #14 37.17 Preparing to unpack .../315-libre-engine-re2-perl_0.18+ds-1_amd64.deb ... #14 37.17 Unpacking libre-engine-re2-perl:amd64 (0.18+ds-1) ... #14 37.21 Selecting previously unselected package libreadonly-perl. #12 39.17 (64/154): perl-Socket-2.037-3.fc39.x86_64.rpm 1.8 MB/s | 55 kB 00:00 #12 39.20 (65/154): perl-Storable-3.32-500.fc39.x86_64.rp 1.4 MB/s | 99 kB 00:00 #12 39.21 (66/154): perl-Term-ANSIColor-5.01-501.fc39.noa 1.0 MB/s | 47 kB 00:00 #12 39.21 (67/154): perl-Term-Cap-1.18-500.fc39.noarch.rp 2.7 MB/s | 22 kB 00:00 #12 39.22 (68/154): perl-Text-ParseWords-3.31-500.fc39.no 1.5 MB/s | 16 kB 00:00 #12 39.22 (69/154): perl-Text-Tabs+Wrap-2023.0511-3.fc39. 2.2 MB/s | 22 kB 00:00 #12 39.23 (70/154): perl-Time-Local-1.350-3.fc39.noarch.r 3.3 MB/s | 34 kB 00:00 #12 39.23 (71/154): perl-URI-5.21-1.fc39.noarch.rpm 8.6 MB/s | 125 kB 00:00 #12 39.23 (72/154): perl-constant-1.33-501.fc39.noarch.rp 1.5 MB/s | 22 kB 00:00 #12 39.27 (73/154): perl-libnet-3.15-501.fc39.noarch.rpm 3.1 MB/s | 129 kB 00:00 #12 39.28 (74/154): perl-parent-0.241-500.fc39.noarch.rpm 322 kB/s | 14 kB 00:00 #12 39.28 (75/154): perl-podlators-5.01-500.fc39.noarch.r 2.7 MB/s | 125 kB 00:00 #12 39.29 (76/154): perl-srpm-macros-1-51.fc39.noarch.rpm 923 kB/s | 8.0 kB 00:00 #12 39.29 (77/154): pkgconf-1.9.5-2.fc39.x86_64.rpm 3.5 MB/s | 42 kB 00:00 #12 39.29 (78/154): pkgconf-m4-1.9.5-2.fc39.noarch.rpm 1.3 MB/s | 14 kB 00:00 #12 39.30 (79/154): pkgconf-pkg-config-1.9.5-2.fc39.x86_6 1.5 MB/s | 9.6 kB 00:00 #12 39.30 (80/154): python-srpm-macros-3.12-4.fc39.noarch 2.2 MB/s | 25 kB 00:00 #12 39.33 (81/154): python-systemd-doc-235-5.fc39.x86_64. 2.1 MB/s | 75 kB 00:00 #12 39.36 (82/154): python3-construct-2.10.68-6.fc39.noar 2.3 MB/s | 146 kB 00:00 #12 39.40 (83/154): python3-dateutil-2.8.2-10.fc39.noarch 3.5 MB/s | 355 kB 00:00 #14 47.55 Preparing to unpack .../054-autotools-dev_20220109.1_all.deb ... #14 47.55 Unpacking autotools-dev (20220109.1) ... #14 47.59 Selecting previously unselected package automake. #14 47.59 Preparing to unpack .../055-automake_1%3a1.16.5-1.3_all.deb ... #14 47.60 Unpacking automake (1:1.16.5-1.3) ... #14 47.64 Selecting previously unselected package autopoint. #14 47.64 Preparing to unpack .../056-autopoint_0.21-4ubuntu4_all.deb ... #14 47.65 Unpacking autopoint (0.21-4ubuntu4) ... #14 47.68 Selecting previously unselected package binutils-common:armhf. #14 47.68 Preparing to unpack .../057-binutils-common_2.38-4ubuntu2.5_armhf.deb ... #14 47.68 Unpacking binutils-common:armhf (2.38-4ubuntu2.5) ... #14 47.72 Selecting previously unselected package libbinutils:armhf. #14 47.72 Preparing to unpack .../058-libbinutils_2.38-4ubuntu2.5_armhf.deb ... #14 47.72 Unpacking libbinutils:armhf (2.38-4ubuntu2.5) ... #14 47.76 Selecting previously unselected package libctf-nobfd0:armhf. #14 47.76 Preparing to unpack .../059-libctf-nobfd0_2.38-4ubuntu2.5_armhf.deb ... #14 47.77 Unpacking libctf-nobfd0:armhf (2.38-4ubuntu2.5) ... #14 47.80 Selecting previously unselected package libctf0:armhf. #14 43.90 Get:379 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf manpages-dev all 6.03-1 [2015 kB] #14 44.00 Get:380 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-certifi all 2022.9.24-1 [155 kB] #14 44.00 Get:381 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-cffi-backend armhf 1.15.1-5build1 [66.4 kB] #14 44.01 Get:382 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf python3-cryptography armhf 38.0.4-2ubuntu0.1 [654 kB] #14 44.03 Get:383 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-idna all 3.3-1 [49.3 kB] #14 44.03 Get:384 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-nacl armhf 1.5.0-2 [58.0 kB] #13 43.81 Preparing to unpack .../375-lintian_2.116.3_all.deb ... #13 43.82 Unpacking lintian (2.116.3) ... #13 41.90 Preparing to unpack .../135-libnet-http-perl_6.20-1_all.deb ... #13 41.90 Unpacking libnet-http-perl (6.20-1) ... #13 41.94 Selecting previously unselected package liblwp-protocol-https-perl. #13 41.95 Preparing to unpack .../136-liblwp-protocol-https-perl_6.10-1_all.deb ... #13 41.95 Unpacking liblwp-protocol-https-perl (6.10-1) ... #13 41.99 Selecting previously unselected package libtry-tiny-perl. #13 41.99 Preparing to unpack .../137-libtry-tiny-perl_0.30-1_all.deb ... #13 42.00 Unpacking libtry-tiny-perl (0.30-1) ... #13 39.53 Preparing to unpack .../363-libxml-sax-expat-perl_0.51-2_all.deb ... #13 39.53 Unpacking libxml-sax-expat-perl (0.51-2) ... #13 39.56 Selecting previously unselected package libxmlrpc-lite-perl. #13 39.57 Preparing to unpack .../364-libxmlrpc-lite-perl_0.717-5_all.deb ... #13 39.57 Unpacking libxmlrpc-lite-perl (0.717-5) ... #13 39.61 Selecting previously unselected package libxmuu1:arm64. #13 39.61 Preparing to unpack .../365-libxmuu1_2%3a1.1.3-3_arm64.deb ... #13 39.61 Unpacking libxmuu1:arm64 (2:1.1.3-3) ... #13 39.64 Selecting previously unselected package libxstring-perl:arm64. #13 39.65 Preparing to unpack .../366-libxstring-perl_0.005-2+b1_arm64.deb ... #13 39.65 Unpacking libxstring-perl:arm64 (0.005-2+b1) ... #13 39.69 Selecting previously unselected package libyaml-0-2:arm64. #13 39.69 Preparing to unpack .../367-libyaml-0-2_0.2.5-1_arm64.deb ... #13 39.69 Unpacking libyaml-0-2:arm64 (0.2.5-1) ... #13 39.73 Selecting previously unselected package libyaml-libyaml-perl. #13 39.73 Preparing to unpack .../368-libyaml-libyaml-perl_0.86+ds-1_arm64.deb ... #13 39.74 Unpacking libyaml-libyaml-perl (0.86+ds-1) ... #13 39.77 Selecting previously unselected package licensecheck. #14 47.29 Unpacking libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ... #14 47.38 Selecting previously unselected package libnpth0:armhf. #14 47.38 Preparing to unpack .../138-libnpth0_1.6-1_armhf.deb ... #14 47.38 Unpacking libnpth0:armhf (1.6-1) ... #14 47.42 Selecting previously unselected package dirmngr. #14 47.42 Preparing to unpack .../139-dirmngr_2.2.19-3ubuntu2.2_armhf.deb ... #14 47.44 Unpacking dirmngr (2.2.19-3ubuntu2.2) ... #14 47.50 Selecting previously unselected package gnupg-l10n. #14 47.50 Preparing to unpack .../140-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ... #14 47.50 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ... #14 47.54 Selecting previously unselected package gnupg-utils. #14 46.33 Preparing to unpack .../017-tzdata-icu_2023d-0ubuntu0.23.10_all.deb ... #14 46.33 Unpacking tzdata-icu (2023d-0ubuntu0.23.10) ... #14 46.37 Selecting previously unselected package ucf. #14 46.37 Preparing to unpack .../018-ucf_3.0043+nmu1_all.deb ... #14 46.38 Moving old data out of the way #14 46.38 Unpacking ucf (3.0043+nmu1) ... #14 46.42 Selecting previously unselected package bsdextrautils. #14 46.42 Preparing to unpack .../019-bsdextrautils_2.39.1-4ubuntu2_armhf.deb ... #14 46.42 Unpacking bsdextrautils (2.39.1-4ubuntu2) ... #14 46.45 Selecting previously unselected package libmagic-mgc. #14 46.46 Preparing to unpack .../020-libmagic-mgc_1%3a5.44-3_armhf.deb ... #14 46.46 Unpacking libmagic-mgc (1:5.44-3) ... #14 46.53 Selecting previously unselected package libmagic1:armhf. #14 46.53 Preparing to unpack .../021-libmagic1_1%3a5.44-3_armhf.deb ... #14 46.53 Unpacking libmagic1:armhf (1:5.44-3) ... #14 46.56 Selecting previously unselected package file. #14 41.81 Selecting previously unselected package gcc-9-base:amd64. #13 42.97 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... #13 42.98 Setting up libidn11:amd64 (1.33-2.2) ... #13 42.99 Setting up libncurses6:amd64 (6.1+20181013-2+deb10u5) ... #13 43.00 Setting up strace (4.26-0.2) ... #13 43.01 Setting up libsigsegv2:amd64 (2.12-2) ... #13 43.03 Setting up xz-utils (5.2.4-1+deb10u1) ... #13 43.04 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #13 43.05 Setting up libfribidi0:amd64 (1.0.5-3.1+deb10u2) ... #13 43.06 Setting up t1utils (1.41-3) ... #13 43.07 Setting up libquadmath0:amd64 (8.3.0-6) ... #13 43.08 Setting up diffstat (1.62-1) ... #13 43.09 Setting up libmpc3:amd64 (1.1.0-1) ... #13 43.10 Setting up libatomic1:amd64 (8.3.0-6) ... #13 43.12 Setting up patch (2.7.6-3+deb10u1) ... #13 43.13 Setting up mailutils-common (1:3.5-4) ... #13 43.14 Setting up autopoint (0.19.8.1-9) ... #13 43.15 Setting up libmariadb3:amd64 (1:10.3.39-0+deb10u1) ... #13 43.16 Setting up libfl2:amd64 (2.6.4-6.2) ... #13 40.46 Preparing to unpack .../308-libsort-key-perl_1.33-2+b3_amd64.deb ... #13 40.46 Unpacking libsort-key-perl (1.33-2+b3) ... #13 40.51 Selecting previously unselected package libstring-copyright-perl. #13 40.51 Preparing to unpack .../309-libstring-copyright-perl_0.003006-1_all.deb ... #13 40.51 Unpacking libstring-copyright-perl (0.003006-1) ... #13 40.54 Selecting previously unselected package libstring-escape-perl. #13 40.54 Preparing to unpack .../310-libstring-escape-perl_2010.002-2_all.deb ... #13 40.55 Unpacking libstring-escape-perl (2010.002-2) ... #13 40.58 Selecting previously unselected package libstring-shellquote-perl. #13 40.58 Preparing to unpack .../311-libstring-shellquote-perl_1.04-1_all.deb ... #13 40.59 Unpacking libstring-shellquote-perl (1.04-1) ... #13 40.61 Selecting previously unselected package libsys-cpuaffinity-perl:amd64. #13 40.62 Preparing to unpack .../312-libsys-cpuaffinity-perl_1.13~03-1_amd64.deb ... #13 40.62 Unpacking libsys-cpuaffinity-perl:amd64 (1.13~03-1) ... #13 40.65 Selecting previously unselected package libterm-readkey-perl. #13 40.65 Preparing to unpack .../313-libterm-readkey-perl_2.38-1+b2_amd64.deb ... #13 40.66 Unpacking libterm-readkey-perl (2.38-1+b2) ... #13 40.69 Selecting previously unselected package libtext-levenshteinxs-perl. #13 40.69 Preparing to unpack .../314-libtext-levenshteinxs-perl_0.03-4+b8_amd64.deb ... #13 40.69 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ... #13 40.73 Selecting previously unselected package libtext-markdown-discount-perl:amd64. #13 40.73 Preparing to unpack .../315-libtext-markdown-discount-perl_0.12-1+b1_amd64.deb ... #13 40.73 Unpacking libtext-markdown-discount-perl:amd64 (0.12-1+b1) ... #13 40.77 Selecting previously unselected package libtext-xslate-perl. #13 40.77 Preparing to unpack .../316-libtext-xslate-perl_3.5.8-1+b1_amd64.deb ... #13 40.78 Unpacking libtext-xslate-perl (3.5.8-1+b1) ... #13 40.82 Selecting previously unselected package libtime-duration-perl. #14 39.96 Updating certificates in /etc/ssl/certs... #13 39.94 Preparing to unpack .../316-mailutils_1%3a3.5-4_arm64.deb ... #13 39.94 Unpacking mailutils (1:3.5-4) ... #13 40.00 Selecting previously unselected package manpages-dev. #13 40.00 Preparing to unpack .../317-manpages-dev_4.16-2_all.deb ... #13 40.01 Unpacking manpages-dev (4.16-2) ... #14 38.35 Get:246 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-dns-perl all 1.22-1 [336 kB] #14 38.60 Get:247 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-domain-tld-perl all 1.75-1 [29.1 kB] #13 40.25 Selecting previously unselected package lsb-release. #13 40.25 Preparing to unpack .../337-lsb-release_11.1.0_all.deb ... #13 40.26 Unpacking lsb-release (11.1.0) ... #13 40.29 Selecting previously unselected package manpages-dev. #13 40.29 Preparing to unpack .../338-manpages-dev_5.10-1_all.deb ... #13 40.29 Unpacking manpages-dev (5.10-1) ... #15 2.690 dpkg-buildpackage: info: source package docker-ce-build-deps #15 2.690 dpkg-buildpackage: info: source version 1.0 #15 2.690 dpkg-buildpackage: info: source distribution unstable #15 2.690 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #15 2.729 dpkg-source --before-build . #15 2.730 dpkg-buildpackage: info: host architecture armhf #15 2.841 debian/rules clean #16 81.93 Installing : policycoreutils-2.5-34.el7.aarch64 16/60 #14 37.65 Get:309 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libhtml-html5-entities-perl all 0.004-3 [21.6 kB] #14 34.99 Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-identify-perl arm64 0.14-1build5 [10.3 kB] #14 35.00 Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-name-perl arm64 0.26-1build3 [11.0 kB] #14 35.02 Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB] #14 35.06 Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-tiny-perl all 0.122-1 [45.9 kB] #14 35.13 Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB] #14 36.14 Get:280 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB] #14 36.15 Get:281 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfile-fcntllock-perl arm64 0.22-4build1 [32.7 kB] #14 36.17 Get:282 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnumber-compare-perl all 0.03-3 [5974 B] #14 36.18 Get:283 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtext-glob-perl all 0.11-3 [6780 B] #14 36.18 Get:284 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfile-find-rule-perl all 0.34-3 [24.4 kB] #13 47.43 Selecting previously unselected package libxml-sax-base-perl. #13 47.43 Preparing to unpack .../354-libxml-sax-base-perl_1.09-3_all.deb ... #13 47.43 Unpacking libxml-sax-base-perl (1.09-3) ... #13 47.48 Selecting previously unselected package libxml-sax-perl. #13 47.49 Preparing to unpack .../355-libxml-sax-perl_1.02+dfsg-3_all.deb ... #13 47.49 Unpacking libxml-sax-perl (1.02+dfsg-3) ... #13 47.54 Selecting previously unselected package libxml-libxml-perl. #13 47.54 Preparing to unpack .../356-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1+b1_armhf.deb ... #13 47.54 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ... #13 47.61 Selecting previously unselected package libxml-sax-expat-perl. #13 47.61 Preparing to unpack .../357-libxml-sax-expat-perl_0.51-2_all.deb ... #13 47.62 Unpacking libxml-sax-expat-perl (0.51-2) ... #13 47.65 Selecting previously unselected package libxmlrpc-lite-perl. #14 37.21 Preparing to unpack .../316-libreadonly-perl_2.050-3_all.deb ... #14 37.22 Unpacking libreadonly-perl (2.050-3) ... #14 37.26 Selecting previously unselected package libref-util-perl. #14 37.26 Preparing to unpack .../317-libref-util-perl_0.204-2_all.deb ... #14 37.26 Unpacking libref-util-perl (0.204-2) ... #14 37.30 Selecting previously unselected package libref-util-xs-perl. #14 37.30 Preparing to unpack .../318-libref-util-xs-perl_0.117-2build1_amd64.deb ... #14 37.31 Unpacking libref-util-xs-perl (0.117-2build1) ... #14 37.34 Selecting previously unselected package libregexp-pattern-license-perl. #14 37.35 Preparing to unpack .../319-libregexp-pattern-license-perl_3.11.0-1_all.deb ... #14 37.35 Unpacking libregexp-pattern-license-perl (3.11.0-1) ... #14 37.39 Selecting previously unselected package libregexp-pattern-perl. #14 37.39 Preparing to unpack .../320-libregexp-pattern-perl_0.2.14-2_all.deb ... #14 37.39 Unpacking libregexp-pattern-perl (0.2.14-2) ... #14 37.44 Selecting previously unselected package libregexp-wildcards-perl. #14 37.44 Preparing to unpack .../321-libregexp-wildcards-perl_1.05-3_all.deb ... #14 37.44 Unpacking libregexp-wildcards-perl (1.05-3) ... #13 45.31 Preparing to unpack .../321-python3-magic_2%3a0.4.15-2_all.deb ... #13 45.32 Unpacking python3-magic (2:0.4.15-2) ... #13 45.35 Selecting previously unselected package python3-urllib3. #13 45.35 Preparing to unpack .../322-python3-urllib3_1.24.1-1+deb10u2_all.deb ... #13 45.36 Unpacking python3-urllib3 (1.24.1-1+deb10u2) ... #13 45.43 Selecting previously unselected package python3-requests. #13 45.44 Preparing to unpack .../323-python3-requests_2.21.0-1+deb10u1_all.deb ... #13 45.44 Unpacking python3-requests (2.21.0-1+deb10u1) ... #13 45.48 Selecting previously unselected package python3-unidiff. #13 45.48 Preparing to unpack .../324-python3-unidiff_0.5.4-1_all.deb ... #13 45.48 Unpacking python3-unidiff (0.5.4-1) ... #13 45.52 Selecting previously unselected package python3-xdg. #13 45.52 Preparing to unpack .../325-python3-xdg_0.25-5_all.deb ... #13 45.53 Unpacking python3-xdg (0.25-5) ... #13 45.57 Selecting previously unselected package shared-mime-info. #12 39.41 (84/154): python3-dbus-1.3.2-4.fc39.x86_64.rpm 3.2 MB/s | 157 kB 00:00 #12 39.41 (85/154): python3-distro-1.8.0-6.fc39.noarch.rp 961 kB/s | 49 kB 00:00 #12 39.41 (86/154): python3-enchant-3.2.2-10.fc39.noarch. 7.1 MB/s | 101 kB 00:00 #12 39.43 (87/154): python3-file-magic-5.44-5.fc39.noarch 973 kB/s | 20 kB 00:00 #12 39.44 (88/154): python3-packaging-23.1-4.fc39.noarch. 4.4 MB/s | 114 kB 00:00 #12 39.44 (89/154): python3-pybeam-0.7-7.fc39.noarch.rpm 1.3 MB/s | 31 kB 00:00 #12 39.44 (90/154): python3-pyxdg-0.27-9.fc39.noarch.rpm 10 MB/s | 130 kB 00:00 #12 39.45 (91/154): python3-six-1.16.0-12.fc39.noarch.rpm 4.8 MB/s | 41 kB 00:00 #12 39.45 (92/154): python3-systemd-235-5.fc39.x86_64.rpm 8.3 MB/s | 107 kB 00:00 #12 39.46 (93/154): python3-tomli-w-1.0.0-9.fc39.noarch.r 1.8 MB/s | 21 kB 00:00 #12 39.49 (94/154): python3-zstandard-0.21.0-3.fc39.x86_6 11 MB/s | 486 kB 00:00 #12 39.50 (95/154): redhat-rpm-config-262-1.fc39.noarch.r 1.8 MB/s | 84 kB 00:00 #12 39.53 (96/154): shared-mime-info-2.2-4.fc39.x86_64.rp 5.0 MB/s | 380 kB 00:00 #14 47.80 Preparing to unpack .../060-libctf0_2.38-4ubuntu2.5_armhf.deb ... #14 47.80 Unpacking libctf0:armhf (2.38-4ubuntu2.5) ... #14 47.83 Selecting previously unselected package binutils-arm-linux-gnueabihf. #14 47.83 Preparing to unpack .../061-binutils-arm-linux-gnueabihf_2.38-4ubuntu2.5_armhf.deb ... #14 47.84 Unpacking binutils-arm-linux-gnueabihf (2.38-4ubuntu2.5) ... #14 47.94 Selecting previously unselected package binutils. #13 44.14 Selecting previously unselected package lsb-release. #13 44.15 Preparing to unpack .../376-lsb-release_12.0-1_all.deb ... #13 44.15 Unpacking lsb-release (12.0-1) ... #13 44.18 Selecting previously unselected package manpages-dev. #13 44.18 Preparing to unpack .../377-manpages-dev_6.03-2_all.deb ... #13 44.19 Unpacking manpages-dev (6.03-2) ... #13 42.08 Selecting previously unselected package libwww-robotrules-perl. #13 42.08 Preparing to unpack .../138-libwww-robotrules-perl_6.02-1_all.deb ... #13 42.08 Unpacking libwww-robotrules-perl (6.02-1) ... #13 42.13 Selecting previously unselected package libwww-perl. #13 42.13 Preparing to unpack .../139-libwww-perl_6.52-1_all.deb ... #13 42.14 Unpacking libwww-perl (6.52-1) ... #13 42.19 Selecting previously unselected package patchutils. #13 42.20 Preparing to unpack .../140-patchutils_0.4.2-1_armhf.deb ... #13 42.21 Unpacking patchutils (0.4.2-1) ... #13 42.26 Selecting previously unselected package wdiff. #13 42.26 Preparing to unpack .../141-wdiff_1.2.2-2+b1_armhf.deb ... #13 42.27 Unpacking wdiff (1.2.2-2+b1) ... #13 38.41 (1/154): ansible-srpm-macros-1-11.fc39.noarch.r 91 kB/s | 21 kB 00:00 #13 38.44 (2/154): bzip2-1.0.8-16.fc39.aarch64.rpm 1.7 MB/s | 52 kB 00:00 #13 38.45 (3/154): binutils-gold-2.40-13.fc39.aarch64.rpm 3.4 MB/s | 949 kB 00:00 #13 38.45 (4/154): cpio-2.14-4.fc39.aarch64.rpm 17 MB/s | 277 kB 00:00 #13 38.47 (5/154): dbus-libs-1.14.10-1.fc39.aarch64.rpm 24 MB/s | 156 kB 00:00 #13 38.49 (6/154): binutils-2.40-13.fc39.aarch64.rpm 19 MB/s | 6.0 MB 00:00 #13 38.49 (7/154): dash-0.5.12-1.fc39.aarch64.rpm 2.2 MB/s | 99 kB 00:00 #13 38.49 (8/154): desktop-file-utils-0.26-9.fc39.aarch64 2.7 MB/s | 71 kB 00:00 #13 38.50 (9/154): diffutils-3.10-3.fc39.aarch64.rpm 42 MB/s | 396 kB 00:00 #13 38.50 (10/154): dwz-0.15-3.fc39.aarch64.rpm 15 MB/s | 136 kB 00:00 #13 38.51 (11/154): ed-1.19-4.fc39.aarch64.rpm 12 MB/s | 78 kB 00:00 #13 38.51 (12/154): efi-srpm-macros-5-9.fc39.noarch.rpm 3.6 MB/s | 22 kB 00:00 #13 38.51 (13/154): emacs-filesystem-29.1-2.fc39.noarch.r 1.4 MB/s | 7.1 kB 00:00 #13 38.52 (14/154): enchant2-2.5.0-5.fc39.aarch64.rpm 11 MB/s | 61 kB 00:00 #13 38.52 (15/154): file-5.44-5.fc39.aarch64.rpm 7.7 MB/s | 49 kB 00:00 #13 38.52 (16/154): devscripts-checkbashisms-2.23.5-3.fc3 898 kB/s | 28 kB 00:00 #13 38.53 (17/154): fonts-filesystem-2.0.5-12.fc39.noarch 1.0 MB/s | 8.2 kB 00:00 #13 38.53 (18/154): fonts-srpm-macros-2.0.5-12.fc39.noarc 3.5 MB/s | 26 kB 00:00 #13 38.53 (19/154): fpc-srpm-macros-1.3-8.fc39.noarch.rpm 1.3 MB/s | 7.4 kB 00:00 #13 38.54 (20/154): gdk-pixbuf2-2.42.10-5.fc39.aarch64.rp 35 MB/s | 482 kB 00:00 #13 38.54 (21/154): ghc-srpm-macros-1.6.1-2.fc39.noarch.r 603 kB/s | 7.8 kB 00:00 #13 38.54 (22/154): gnat-srpm-macros-6-3.fc39.noarch.rpm 751 kB/s | 8.8 kB 00:00 #13 38.55 (23/154): hunspell-en-0.20201207-7.fc39.noarch. 23 MB/s | 190 kB 00:00 #13 38.56 (24/154): hunspell-1.7.2-5.fc39.aarch64.rpm 30 MB/s | 476 kB 00:00 #13 38.57 (25/154): hunspell-en-GB-0.20201207-7.fc39.noar 11 MB/s | 226 kB 00:00 #13 38.57 (26/154): hunspell-en-US-0.20201207-7.fc39.noar 9.2 MB/s | 181 kB 00:00 #13 38.57 (27/154): jansson-2.13.1-7.fc39.aarch64.rpm 6.1 MB/s | 46 kB 00:00 #13 38.58 (28/154): hunspell-filesystem-1.7.2-5.fc39.aarc 868 kB/s | 9.2 kB 00:00 #13 38.58 (29/154): json-glib-1.8.0-1.fc39.aarch64.rpm 22 MB/s | 164 kB 00:00 #13 38.58 (30/154): kernel-srpm-macros-1.0-20.fc39.noarch 1.6 MB/s | 10 kB 00:00 #13 38.59 (31/154): libappstream-glib-0.8.2-4.fc39.aarch6 35 MB/s | 397 kB 00:00 #13 38.60 (32/154): libjpeg-turbo-2.1.4-3.fc39.aarch64.rp 15 MB/s | 196 kB 00:00 #13 38.60 (33/154): js-jquery-3.6.4-2.fc39.noarch.rpm 5.5 MB/s | 172 kB 00:00 #13 38.60 (34/154): libpkgconf-1.9.5-2.fc39.aarch64.rpm 3.4 MB/s | 38 kB 00:00 #13 38.61 (35/154): libpng-1.6.37-15.fc39.aarch64.rpm 10 MB/s | 115 kB 00:00 #13 39.77 Preparing to unpack .../369-licensecheck_3.3.5-1_all.deb ... #13 39.78 Unpacking licensecheck (3.3.5-1) ... #13 39.82 Selecting previously unselected package plzip. #13 39.82 Preparing to unpack .../370-plzip_1.10-5_arm64.deb ... #13 39.82 Unpacking plzip (1.10-5) ... #13 39.86 Selecting previously unselected package lzop. #13 39.86 Preparing to unpack .../371-lzop_1.04-2_arm64.deb ... #13 39.87 Unpacking lzop (1.04-2) ... #13 39.93 Selecting previously unselected package t1utils. #13 39.94 Preparing to unpack .../372-t1utils_1.41-4_arm64.deb ... #13 39.94 Unpacking t1utils (1.41-4) ... #13 39.98 Selecting previously unselected package unzip. #13 39.98 Preparing to unpack .../373-unzip_6.0-28_arm64.deb ... #13 39.98 Unpacking unzip (6.0-28) ... #13 40.04 Selecting previously unselected package lintian. #14 47.54 Preparing to unpack .../141-gnupg-utils_2.2.19-3ubuntu2.2_armhf.deb ... #14 47.54 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ... #14 47.61 Selecting previously unselected package gpg. #14 47.62 Preparing to unpack .../142-gpg_2.2.19-3ubuntu2.2_armhf.deb ... #14 47.62 Unpacking gpg (2.2.19-3ubuntu2.2) ... #14 47.70 Selecting previously unselected package pinentry-curses. #14 47.70 Preparing to unpack .../143-pinentry-curses_1.1.0-3build1_armhf.deb ... #14 47.71 Unpacking pinentry-curses (1.1.0-3build1) ... #14 47.75 Selecting previously unselected package gpg-agent. #14 47.75 Preparing to unpack .../144-gpg-agent_2.2.19-3ubuntu2.2_armhf.deb ... #14 47.75 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ... #14 47.80 Selecting previously unselected package gpg-wks-client. #14 46.57 Preparing to unpack .../022-file_1%3a5.44-3_armhf.deb ... #14 46.57 Unpacking file (1:5.44-3) ... #14 46.60 Selecting previously unselected package gettext-base. #14 46.60 Preparing to unpack .../023-gettext-base_0.21-13_armhf.deb ... #14 46.61 Unpacking gettext-base (0.21-13) ... #14 46.64 Selecting previously unselected package libuchardet0:armhf. #14 46.65 Preparing to unpack .../024-libuchardet0_0.0.7-1build2_armhf.deb ... #14 46.65 Unpacking libuchardet0:armhf (0.0.7-1build2) ... #14 46.68 Selecting previously unselected package groff-base. #14 46.68 Preparing to unpack .../025-groff-base_1.23.0-2_armhf.deb ... #14 46.69 Unpacking groff-base (1.23.0-2) ... #14 46.76 Selecting previously unselected package libcbor0.8:armhf. #14 46.76 Preparing to unpack .../026-libcbor0.8_0.8.0-2ubuntu1_armhf.deb ... #14 46.76 Unpacking libcbor0.8:armhf (0.8.0-2ubuntu1) ... #14 46.80 Selecting previously unselected package libedit2:armhf. #14 41.82 Preparing to unpack .../079-gcc-9-base_9.4.0-1ubuntu1~20.04.2_amd64.deb ... #14 41.82 Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ... #14 41.86 Selecting previously unselected package libisl22:amd64. #14 41.87 Preparing to unpack .../080-libisl22_0.22.1-1_amd64.deb ... #14 41.88 Unpacking libisl22:amd64 (0.22.1-1) ... #14 41.97 Selecting previously unselected package libmpfr6:amd64. #14 41.97 Preparing to unpack .../081-libmpfr6_4.0.2-1_amd64.deb ... #14 41.97 Unpacking libmpfr6:amd64 (4.0.2-1) ... #14 42.03 Selecting previously unselected package libmpc3:amd64. #14 42.03 Preparing to unpack .../082-libmpc3_1.1.0-1_amd64.deb ... #14 42.03 Unpacking libmpc3:amd64 (1.1.0-1) ... #14 42.07 Selecting previously unselected package cpp-9. #13 43.17 Setting up libpcre2-8-0:amd64 (10.32-5+deb10u1) ... #13 43.19 Setting up libk5crypto3:amd64 (1.17-3+deb10u6) ... #13 43.20 Setting up libltdl7:amd64 (2.4.6-9) ... #13 43.22 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... #13 43.23 Setting up libevent-2.1-6:amd64 (2.1.8-stable-4) ... #13 43.26 Setting up libmpx2:amd64 (8.3.0-6) ... #13 43.27 Setting up libubsan1:amd64 (8.3.0-6) ... #13 43.28 Setting up libisl19:amd64 (0.20-2) ... #13 43.29 Setting up dwz (0.12-3) ... #13 43.30 Setting up python-apt-common (1.8.4.3) ... #13 43.31 Setting up sensible-utils (0.0.12) ... #13 43.33 Setting up exim4-config (4.92-8+deb10u9) ... #13 40.82 Preparing to unpack .../317-libtime-duration-perl_1.21-1_all.deb ... #13 40.83 Unpacking libtime-duration-perl (1.21-1) ... #13 40.86 Selecting previously unselected package libtime-moment-perl. #13 40.86 Preparing to unpack .../318-libtime-moment-perl_0.44-1+b3_amd64.deb ... #13 40.87 Unpacking libtime-moment-perl (0.44-1+b3) ... #13 40.90 Selecting previously unselected package libtype-tiny-xs-perl. #13 40.91 Preparing to unpack .../319-libtype-tiny-xs-perl_0.022-1_amd64.deb ... #13 40.91 Unpacking libtype-tiny-xs-perl (0.022-1) ... #13 40.95 Selecting previously unselected package libunicode-utf8-perl. #13 40.95 Preparing to unpack .../320-libunicode-utf8-perl_0.62-1+b2_amd64.deb ... #13 40.95 Unpacking libunicode-utf8-perl (0.62-1+b2) ... #13 40.99 Selecting previously unselected package libunwind8:amd64. #13 40.99 Preparing to unpack .../321-libunwind8_1.3.2-2_amd64.deb ... #13 40.99 Unpacking libunwind8:amd64 (1.3.2-2) ... #13 41.03 Selecting previously unselected package libxdelta2. #13 41.04 Preparing to unpack .../322-libxdelta2_1.1.3-9.3_amd64.deb ... #13 41.04 Unpacking libxdelta2 (1.1.3-9.3) ... #13 41.08 Selecting previously unselected package libxext6:amd64. #13 40.29 Selecting previously unselected package psmisc. #13 40.30 Preparing to unpack .../318-psmisc_23.2-1+deb10u1_arm64.deb ... #13 40.30 Unpacking psmisc (23.2-1+deb10u1) ... #13 40.37 Selecting previously unselected package publicsuffix. #13 40.38 Preparing to unpack .../319-publicsuffix_20220811.1734-0+deb10u1_all.deb ... #13 40.38 Unpacking publicsuffix (20220811.1734-0+deb10u1) ... #13 40.45 Selecting previously unselected package python-apt-common. #14 38.68 Get:248 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libemail-valid-perl all 1.202-1 [16.3 kB] #14 38.75 Get:249 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libexporter-tiny-perl all 1.002001-1 [35.5 kB] #14 38.83 Get:250 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libipc-system-simple-perl all 1.26-1 [22.8 kB] #14 38.91 Get:251 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-basedir-perl all 0.08-1 [16.9 kB] #13 40.62 Selecting previously unselected package pbzip2. #15 2.843 dh clean #15 2.934 dh_clean #15 2.974 debian/rules binary #15 2.977 dh binary #15 3.055 dh_update_autotools_config #15 3.089 dh_autoreconf #16 81.96 Installing : selinux-policy-3.13.1-268.el7_9.2.noarch 17/60 #14 37.81 Get:310 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB] #14 37.88 Get:311 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libhttp-daemon-perl all 6.16-1 [22.4 kB] #14 37.91 Get:312 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libindirect-perl arm64 0.39-2build1 [21.5 kB] #14 35.15 Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-perl all 1.012004-1 [321 kB] #14 35.29 Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB] #14 36.59 Get:285 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfont-afm-perl all 1.20-4 [13.0 kB] #13 47.65 Preparing to unpack .../358-libxmlrpc-lite-perl_0.717-5_all.deb ... #13 47.66 Unpacking libxmlrpc-lite-perl (0.717-5) ... #13 47.70 Selecting previously unselected package libxmuu1:armhf. #13 47.71 Preparing to unpack .../359-libxmuu1_2%3a1.1.3-3_armhf.deb ... #13 47.71 Unpacking libxmuu1:armhf (2:1.1.3-3) ... #13 47.75 Selecting previously unselected package libxstring-perl:armhf. #13 47.75 Preparing to unpack .../360-libxstring-perl_0.005-2+b1_armhf.deb ... #13 47.78 Unpacking libxstring-perl:armhf (0.005-2+b1) ... #13 47.83 Selecting previously unselected package libyaml-0-2:armhf. #13 47.83 Preparing to unpack .../361-libyaml-0-2_0.2.5-1_armhf.deb ... #13 47.83 Unpacking libyaml-0-2:armhf (0.2.5-1) ... #13 47.87 Selecting previously unselected package libyaml-libyaml-perl. #13 47.87 Preparing to unpack .../362-libyaml-libyaml-perl_0.86+ds-1_armhf.deb ... #13 47.88 Unpacking libyaml-libyaml-perl (0.86+ds-1) ... #13 47.92 Selecting previously unselected package licensecheck. #14 37.49 Selecting previously unselected package libsasl2-modules:amd64. #14 37.49 Preparing to unpack .../322-libsasl2-modules_2.1.28+dfsg1-3_amd64.deb ... #14 37.50 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg1-3) ... #14 37.56 Selecting previously unselected package libsereal-decoder-perl. #14 37.56 Preparing to unpack .../323-libsereal-decoder-perl_5.004+ds-1_amd64.deb ... #14 37.57 Unpacking libsereal-decoder-perl (5.004+ds-1) ... #14 37.60 Selecting previously unselected package libsereal-encoder-perl. #14 37.60 Preparing to unpack .../324-libsereal-encoder-perl_5.004+ds-1_amd64.deb ... #14 37.61 Unpacking libsereal-encoder-perl (5.004+ds-1) ... #14 37.65 Selecting previously unselected package libset-intspan-perl. #14 37.65 Preparing to unpack .../325-libset-intspan-perl_1.19-3_all.deb ... #14 37.65 Unpacking libset-intspan-perl (1.19-3) ... #14 37.69 Selecting previously unselected package libsocket6-perl. #14 35.79 137 added, 0 removed; done. #14 35.83 Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.2) ... #14 35.85 Setting up libgdbm-compat4:amd64 (1.23-1) ... #14 35.86 Setting up libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #14 35.89 Setting up dwz (0.14-1build2) ... #14 35.90 Setting up groff-base (1.22.4-8build1) ... #14 38.07 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 #14 38.07 Public key for desktop-file-utils-0.23-2.el7.x86_64.rpm is not installed #12 39.54 (97/154): unzip-6.0-62.fc39.x86_64.rpm 4.2 MB/s | 184 kB 00:00 #12 39.54 (98/154): web-assets-filesystem-5-20.fc39.noarc 965 kB/s | 7.9 kB 00:00 #12 39.55 (99/154): xxhash-libs-0.8.2-1.fc39.x86_64.rpm 2.7 MB/s | 37 kB 00:00 #12 39.58 (100/154): xz-5.4.4-1.fc39.x86_64.rpm 12 MB/s | 556 kB 00:00 #12 39.59 (101/154): zip-3.0-39.fc39.x86_64.rpm 5.2 MB/s | 266 kB 00:00 #12 39.60 (102/154): zstd-1.5.5-4.fc39.x86_64.rpm 28 MB/s | 482 kB 00:00 #12 39.61 (103/154): debugedit-5.0-12.fc39.x86_64.rpm 3.6 MB/s | 79 kB 00:00 #12 39.61 (104/154): dnf-plugins-core-4.4.4-1.fc39.noarch 2.3 MB/s | 38 kB 00:00 #12 39.62 (105/154): elfutils-debuginfod-client-0.190-4.f 3.8 MB/s | 38 kB 00:00 #12 39.73 (106/154): elfutils-0.190-4.fc39.x86_64.rpm 4.5 MB/s | 551 kB 00:00 #12 39.77 (107/154): gdb-minimal-14.1-2.fc39.x86_64.rpm 28 MB/s | 4.3 MB 00:00 #12 39.78 (108/154): glibc-gconv-extra-2.38-14.fc39.x86_6 10 MB/s | 1.6 MB 00:00 #12 39.78 (109/154): go-srpm-macros-3.3.1-1.fc39.noarch.r 584 kB/s | 28 kB 00:00 #12 39.79 (110/154): perl-AutoLoader-5.74-502.fc39.noarch 2.4 MB/s | 21 kB 00:00 #12 39.80 (111/154): groff-base-1.23.0-3.fc39.x86_64.rpm 53 MB/s | 1.1 MB 00:00 #12 39.81 (112/154): perl-B-1.88-502.fc39.x86_64.rpm 6.6 MB/s | 177 kB 00:00 #12 39.81 (113/154): perl-Class-Struct-0.68-502.fc39.noar 1.1 MB/s | 22 kB 00:00 #12 39.81 (114/154): perl-Errno-1.37-502.fc39.x86_64.rpm 2.2 MB/s | 15 kB 00:00 #12 39.82 (115/154): perl-DynaLoader-1.54-502.fc39.x86_64 2.5 MB/s | 26 kB 00:00 #12 39.82 (116/154): perl-Fcntl-1.15-502.fc39.x86_64.rpm 2.0 MB/s | 21 kB 00:00 #12 39.82 (117/154): perl-File-Basename-2.86-502.fc39.noa 1.8 MB/s | 17 kB 00:00 #12 39.83 (118/154): perl-File-stat-1.13-502.fc39.noarch. 1.7 MB/s | 17 kB 00:00 #12 39.84 (119/154): perl-FileHandle-2.05-502.fc39.noarch 1.1 MB/s | 16 kB 00:00 #12 39.85 (120/154): perl-Getopt-Std-1.13-502.fc39.noarch 714 kB/s | 16 kB 00:00 #12 39.85 (121/154): perl-IO-1.52-502.fc39.x86_64.rpm 4.2 MB/s | 82 kB 00:00 #12 39.86 (122/154): perl-IPC-Open3-1.22-502.fc39.noarch. 2.9 MB/s | 22 kB 00:00 #12 39.86 (123/154): perl-NDBM_File-1.16-502.fc39.x86_64. 2.1 MB/s | 23 kB 00:00 #12 39.86 (124/154): perl-POSIX-2.13-502.fc39.x86_64.rpm 8.7 MB/s | 97 kB 00:00 #12 39.87 (125/154): perl-SelectSaver-1.02-502.fc39.noarc 1.6 MB/s | 12 kB 00:00 #12 39.87 (126/154): perl-Symbol-1.09-502.fc39.noarch.rpm 1.4 MB/s | 14 kB 00:00 #12 39.87 (127/154): perl-base-2.27-502.fc39.noarch.rpm 1.7 MB/s | 16 kB 00:00 #12 39.88 (128/154): perl-if-0.61.000-502.fc39.noarch.rpm 2.1 MB/s | 14 kB 00:00 #12 39.88 (129/154): perl-interpreter-5.38.2-502.fc39.x86 6.5 MB/s | 72 kB 00:00 #12 39.90 (130/154): perl-libs-5.38.2-502.fc39.x86_64.rpm 78 MB/s | 2.4 MB 00:00 #12 39.91 (131/154): perl-locale-1.10-502.fc39.noarch.rpm 468 kB/s | 14 kB 00:00 #12 39.91 (132/154): perl-mro-1.28-502.fc39.x86_64.rpm 1.1 MB/s | 29 kB 00:00 #12 39.91 (133/154): perl-overload-1.37-502.fc39.noarch.r 4.6 MB/s | 46 kB 00:00 #12 39.92 (134/154): perl-overloading-0.02-502.fc39.noarc 2.1 MB/s | 13 kB 00:00 #12 39.92 (135/154): perl-vars-1.05-502.fc39.noarch.rpm 1.4 MB/s | 13 kB 00:00 #12 39.92 (136/154): pyproject-srpm-macros-1.11.0-1.fc39. 1.6 MB/s | 15 kB 00:00 #12 39.93 (137/154): python3-dnf-plugins-core-4.4.4-1.fc3 27 MB/s | 317 kB 00:00 #13 45.57 Preparing to unpack .../326-shared-mime-info_1.10-1_armhf.deb ... #13 45.58 Unpacking shared-mime-info (1.10-1) ... #13 45.73 Selecting previously unselected package strace. #13 45.73 Preparing to unpack .../327-strace_4.26-0.2_armhf.deb ... #13 45.73 Unpacking strace (4.26-0.2) ... #13 45.81 Selecting previously unselected package unzip. #13 45.81 Preparing to unpack .../328-unzip_6.0-23+deb10u3_armhf.deb ... #13 45.81 Unpacking unzip (6.0-23+deb10u3) ... #13 45.86 Selecting previously unselected package xauth. #14 47.94 Preparing to unpack .../062-binutils_2.38-4ubuntu2.5_armhf.deb ... #14 47.94 Unpacking binutils (2.38-4ubuntu2.5) ... #14 47.97 Selecting previously unselected package libc-dev-bin. #14 47.97 Preparing to unpack .../063-libc-dev-bin_2.35-0ubuntu3.6_armhf.deb ... #14 47.98 Unpacking libc-dev-bin (2.35-0ubuntu3.6) ... #14 48.00 Selecting previously unselected package linux-libc-dev:armhf. #14 48.00 Preparing to unpack .../064-linux-libc-dev_5.15.0-91.101_armhf.deb ... #14 48.01 Unpacking linux-libc-dev:armhf (5.15.0-91.101) ... #14 48.15 Selecting previously unselected package libcrypt-dev:armhf. #14 48.16 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.27-1_armhf.deb ... #14 48.16 Unpacking libcrypt-dev:armhf (1:4.4.27-1) ... #14 48.19 Selecting previously unselected package rpcsvc-proto. #14 48.19 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_armhf.deb ... #14 48.20 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #14 48.23 Selecting previously unselected package libtirpc-dev:armhf. #14 48.23 Preparing to unpack .../067-libtirpc-dev_1.3.2-2ubuntu0.1_armhf.deb ... #14 48.23 Unpacking libtirpc-dev:armhf (1.3.2-2ubuntu0.1) ... #14 48.27 Selecting previously unselected package libnsl-dev:armhf. #14 48.27 Preparing to unpack .../068-libnsl-dev_1.3.0-2build2_armhf.deb ... #14 48.27 Unpacking libnsl-dev:armhf (1.3.0-2build2) ... #14 48.31 Selecting previously unselected package libc6-dev:armhf. #13 44.49 Selecting previously unselected package pbzip2. #13 44.50 Preparing to unpack .../378-pbzip2_1.1.13-1_amd64.deb ... #13 44.50 Unpacking pbzip2 (1.1.13-1) ... #13 44.53 Selecting previously unselected package pixz. #13 44.54 Preparing to unpack .../379-pixz_1.0.7-2_amd64.deb ... #13 44.54 Unpacking pixz (1.0.7-2) ... #13 44.57 Selecting previously unselected package xdelta. #13 44.57 Preparing to unpack .../380-xdelta_1.1.3-10.4_amd64.deb ... #13 44.58 Unpacking xdelta (1.1.3-10.4) ... #13 44.63 Selecting previously unselected package xdelta3. #13 42.37 Selecting previously unselected package devscripts. #13 42.37 Preparing to unpack .../142-devscripts_2.21.3+deb11u1_armhf.deb ... #13 42.40 Unpacking devscripts (2.21.3+deb11u1) ... #13 42.53 Selecting previously unselected package diffstat. #13 42.53 Preparing to unpack .../143-diffstat_1.64-1_armhf.deb ... #13 42.54 Unpacking diffstat (1.64-1) ... #13 42.59 Selecting previously unselected package distro-info-data. #13 42.59 Preparing to unpack .../144-distro-info-data_0.51+deb11u4_all.deb ... #13 42.60 Unpacking distro-info-data (0.51+deb11u4) ... #13 38.61 (36/154): lua-srpm-macros-1-9.fc39.noarch.rpm 1.2 MB/s | 8.6 kB 00:00 #13 38.62 (37/154): libstemmer-2.2.0-7.fc39.aarch64.rpm 13 MB/s | 164 kB 00:00 #13 38.63 (38/154): ncurses-6.4-7.20230520.fc39.aarch64.r 25 MB/s | 415 kB 00:00 #13 38.63 (39/154): ocaml-srpm-macros-8-2.fc39.noarch.rpm 861 kB/s | 14 kB 00:00 #13 38.63 (40/154): openblas-srpm-macros-2-14.fc39.noarch 596 kB/s | 7.5 kB 00:00 #13 38.63 (41/154): package-notes-srpm-macros-0.5-9.fc39. 2.0 MB/s | 11 kB 00:00 #13 38.64 (42/154): patch-2.7.6-22.fc39.aarch64.rpm 14 MB/s | 123 kB 00:00 #13 38.64 (43/154): perl-Carp-1.54-500.fc39.noarch.rpm 3.4 MB/s | 29 kB 00:00 #13 38.64 (44/154): perl-Data-Dumper-2.188-501.fc39.aarch 9.7 MB/s | 55 kB 00:00 #13 38.68 (45/154): perl-Digest-1.20-500.fc39.noarch.rpm 618 kB/s | 25 kB 00:00 #13 38.69 (46/154): perl-Digest-MD5-2.58-500.fc39.aarch64 743 kB/s | 36 kB 00:00 #13 38.70 (47/154): perl-Encode-3.19-500.fc39.aarch64.rpm 30 MB/s | 1.7 MB 00:00 #13 38.70 (48/154): perl-Exporter-5.77-500.fc39.noarch.rp 1.5 MB/s | 31 kB 00:00 #13 38.71 (49/154): perl-File-Path-2.18-500.fc39.noarch.r 2.0 MB/s | 35 kB 00:00 #13 38.71 (50/154): perl-Getopt-Long-2.54-500.fc39.noarch 8.3 MB/s | 60 kB 00:00 #13 38.71 (51/154): perl-File-Temp-0.231.100-500.fc39.noa 5.2 MB/s | 58 kB 00:00 #13 38.72 (52/154): perl-HTTP-Tiny-0.088-3.fc39.noarch.rp 5.0 MB/s | 56 kB 00:00 #13 38.72 (53/154): perl-IO-Socket-IP-0.42-1.fc39.noarch. 4.5 MB/s | 42 kB 00:00 #13 38.72 (54/154): perl-IO-Socket-SSL-2.083-3.fc39.noarc 22 MB/s | 225 kB 00:00 #13 38.73 (55/154): perl-MIME-Base64-3.16-500.fc39.aarch6 4.3 MB/s | 30 kB 00:00 #13 38.73 (56/154): perl-Mozilla-CA-20230801-1.fc39.noarc 1.3 MB/s | 13 kB 00:00 #13 38.74 (57/154): perl-Net-SSLeay-1.92-10.fc39.aarch64. 26 MB/s | 356 kB 00:00 #13 38.74 (58/154): perl-PathTools-3.89-500.fc39.aarch64. 8.3 MB/s | 88 kB 00:00 #13 38.74 (59/154): perl-Pod-Escapes-1.07-500.fc39.noarch 1.4 MB/s | 20 kB 00:00 #13 38.75 (60/154): perl-Pod-Perldoc-3.28.01-501.fc39.noa 8.3 MB/s | 86 kB 00:00 #13 38.76 (61/154): perl-Pod-Simple-3.45-4.fc39.noarch.rp 20 MB/s | 218 kB 00:00 #13 38.76 (62/154): perl-Pod-Usage-2.03-500.fc39.noarch.r 3.0 MB/s | 39 kB 00:00 #13 38.76 (63/154): perl-Scalar-List-Utils-1.63-500.fc39. 5.1 MB/s | 71 kB 00:00 #13 38.77 (64/154): perl-Storable-3.32-500.fc39.aarch64.r 11 MB/s | 97 kB 00:00 #13 38.77 (65/154): perl-Socket-2.037-3.fc39.aarch64.rpm 4.3 MB/s | 56 kB 00:00 #13 38.80 (66/154): perl-Term-ANSIColor-5.01-501.fc39.noa 1.2 MB/s | 47 kB 00:00 #13 38.80 (67/154): perl-Term-Cap-1.18-500.fc39.noarch.rp 619 kB/s | 22 kB 00:00 #13 38.81 (68/154): perl-Text-ParseWords-3.31-500.fc39.no 2.9 MB/s | 16 kB 00:00 #13 38.81 (69/154): perl-Text-Tabs+Wrap-2023.0511-3.fc39. 3.0 MB/s | 22 kB 00:00 #13 38.81 (70/154): perl-Time-Local-1.350-3.fc39.noarch.r 4.2 MB/s | 34 kB 00:00 #13 38.81 (71/154): perl-constant-1.33-501.fc39.noarch.rp 4.2 MB/s | 22 kB 00:00 #13 38.82 (72/154): perl-URI-5.21-1.fc39.noarch.rpm 13 MB/s | 125 kB 00:00 #13 38.82 (73/154): perl-libnet-3.15-501.fc39.noarch.rpm 13 MB/s | 129 kB 00:00 #13 38.82 (74/154): perl-parent-0.241-500.fc39.noarch.rpm 1.5 MB/s | 14 kB 00:00 #13 38.83 (75/154): perl-srpm-macros-1-51.fc39.noarch.rpm 1.9 MB/s | 8.0 kB 00:00 #13 38.83 (76/154): perl-podlators-5.01-500.fc39.noarch.r 14 MB/s | 125 kB 00:00 #13 38.83 (77/154): pkgconf-1.9.5-2.fc39.aarch64.rpm 4.5 MB/s | 42 kB 00:00 #13 38.84 (78/154): pkgconf-m4-1.9.5-2.fc39.noarch.rpm 1.5 MB/s | 14 kB 00:00 #13 38.84 (79/154): pkgconf-pkg-config-1.9.5-2.fc39.aarch 1.8 MB/s | 9.6 kB 00:00 #13 38.84 (80/154): python-srpm-macros-3.12-4.fc39.noarch 3.2 MB/s | 25 kB 00:00 #13 38.85 (81/154): python-systemd-doc-235-5.fc39.aarch64 7.5 MB/s | 75 kB 00:00 #13 38.85 (82/154): python3-construct-2.10.68-6.fc39.noar 13 MB/s | 146 kB 00:00 #13 38.86 (83/154): python3-dateutil-2.8.2-10.fc39.noarch 23 MB/s | 355 kB 00:00 #13 38.86 (84/154): python3-dbus-1.3.2-4.fc39.aarch64.rpm 10 MB/s | 157 kB 00:00 #13 38.87 (85/154): python3-distro-1.8.0-6.fc39.noarch.rp 6.0 MB/s | 49 kB 00:00 #13 38.87 (86/154): python3-enchant-3.2.2-10.fc39.noarch. 9.0 MB/s | 101 kB 00:00 #13 38.87 (87/154): python3-file-magic-5.44-5.fc39.noarch 2.2 MB/s | 20 kB 00:00 #13 38.88 (88/154): python3-packaging-23.1-4.fc39.noarch. 15 MB/s | 114 kB 00:00 #13 38.88 (89/154): python3-pybeam-0.7-7.fc39.noarch.rpm 2.9 MB/s | 31 kB 00:00 #13 38.88 (90/154): python3-pyxdg-0.27-9.fc39.noarch.rpm 12 MB/s | 130 kB 00:00 #13 38.89 (91/154): python3-six-1.16.0-12.fc39.noarch.rpm 4.4 MB/s | 41 kB 00:00 #13 38.89 (92/154): python3-systemd-235-5.fc39.aarch64.rp 13 MB/s | 107 kB 00:00 #13 38.90 (93/154): redhat-rpm-config-262-1.fc39.noarch.r 16 MB/s | 84 kB 00:00 #13 38.90 (94/154): python3-zstandard-0.21.0-3.fc39.aarch 27 MB/s | 457 kB 00:00 #13 38.91 (95/154): python3-tomli-w-1.0.0-9.fc39.noarch.r 868 kB/s | 21 kB 00:00 #13 38.91 (96/154): shared-mime-info-2.2-4.fc39.aarch64.r 24 MB/s | 380 kB 00:00 #14 44.44 Get:385 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-bcrypt armhf 3.2.2-1 [28.1 kB] #14 47.81 Preparing to unpack .../145-gpg-wks-client_2.2.19-3ubuntu2.2_armhf.deb ... #14 47.81 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ... #14 47.85 Selecting previously unselected package gpg-wks-server. #14 47.85 Preparing to unpack .../146-gpg-wks-server_2.2.19-3ubuntu2.2_armhf.deb ... #14 47.86 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ... #14 47.90 Selecting previously unselected package gpgsm. #14 47.90 Preparing to unpack .../147-gpgsm_2.2.19-3ubuntu2.2_armhf.deb ... #14 47.91 Unpacking gpgsm (2.2.19-3ubuntu2.2) ... #14 47.96 Selecting previously unselected package gnupg. #14 47.96 Preparing to unpack .../148-gnupg_2.2.19-3ubuntu2.2_all.deb ... #14 47.97 Unpacking gnupg (2.2.19-3ubuntu2.2) ... #14 48.02 Selecting previously unselected package libfile-which-perl. #13 40.04 Preparing to unpack .../374-lintian_2.116.3_all.deb ... #13 40.05 Unpacking lintian (2.116.3) ... #13 40.38 Selecting previously unselected package lsb-release. #14 46.80 Preparing to unpack .../027-libedit2_3.1-20221030-2_armhf.deb ... #14 46.80 Unpacking libedit2:armhf (3.1-20221030-2) ... #14 46.84 Selecting previously unselected package libfido2-1:armhf. #14 46.84 Preparing to unpack .../028-libfido2-1_1.13.0-1_armhf.deb ... #14 46.85 Unpacking libfido2-1:armhf (1.13.0-1) ... #14 46.88 Selecting previously unselected package libjansson4:armhf. #14 46.88 Preparing to unpack .../029-libjansson4_2.14-2_armhf.deb ... #14 46.89 Unpacking libjansson4:armhf (2.14-2) ... #14 46.92 Selecting previously unselected package libnghttp2-14:armhf. #14 46.92 Preparing to unpack .../030-libnghttp2-14_1.55.1-1ubuntu0.1_armhf.deb ... #14 46.92 Unpacking libnghttp2-14:armhf (1.55.1-1ubuntu0.1) ... #14 46.96 Selecting previously unselected package libpipeline1:armhf. #14 46.96 Preparing to unpack .../031-libpipeline1_1.5.7-1_armhf.deb ... #14 46.97 Unpacking libpipeline1:armhf (1.5.7-1) ... #14 47.00 Selecting previously unselected package libpng16-16:armhf. #14 47.00 Preparing to unpack .../032-libpng16-16_1.6.40-1_armhf.deb ... #14 47.01 Unpacking libpng16-16:armhf (1.6.40-1) ... #14 47.04 Selecting previously unselected package libpsl5:armhf. #14 42.07 Preparing to unpack .../083-cpp-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ... #14 42.08 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.2) ... #13 43.65 Adding system-user for exim (v4) #13 41.08 Preparing to unpack .../323-libxext6_2%3a1.3.3-1.1_amd64.deb ... #13 41.08 Unpacking libxext6:amd64 (2:1.3.3-1.1) ... #13 41.14 Selecting previously unselected package libxml-namespacesupport-perl. #13 41.14 Preparing to unpack .../324-libxml-namespacesupport-perl_1.12-1.1_all.deb ... #13 41.15 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... #13 41.18 Selecting previously unselected package libxml-sax-base-perl. #13 41.18 Preparing to unpack .../325-libxml-sax-base-perl_1.09-1.1_all.deb ... #13 41.19 Unpacking libxml-sax-base-perl (1.09-1.1) ... #13 41.23 Selecting previously unselected package libxml-sax-perl. #13 41.23 Preparing to unpack .../326-libxml-sax-perl_1.02+dfsg-1_all.deb ... #13 41.24 Unpacking libxml-sax-perl (1.02+dfsg-1) ... #13 41.28 Selecting previously unselected package libxml-libxml-perl. #13 41.28 Preparing to unpack .../327-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... #20 12.51 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. #20 12.52 Preparing to unpack .../6-gcc-mingw-w64-x86-64-win32-runtime_12.2.0-14+25.2_amd64.deb ... #20 12.52 Unpacking gcc-mingw-w64-x86-64-win32-runtime (12.2.0-14+25.2) ... #13 40.45 Preparing to unpack .../320-python-apt-common_1.8.4.3_all.deb ... #13 40.45 Unpacking python-apt-common (1.8.4.3) ... #13 40.51 Selecting previously unselected package python3-apt. #13 40.51 Preparing to unpack .../321-python3-apt_1.8.4.3_arm64.deb ... #13 40.51 Unpacking python3-apt (1.8.4.3) ... #13 40.56 Selecting previously unselected package python3-certifi. #13 40.57 Preparing to unpack .../322-python3-certifi_2018.8.24-1_all.deb ... #13 40.57 Unpacking python3-certifi (2018.8.24-1) ... #13 40.62 Selecting previously unselected package python3-idna. #13 40.62 Preparing to unpack .../323-python3-idna_2.6-1_all.deb ... #13 40.63 Unpacking python3-idna (2.6-1) ... #13 40.67 Selecting previously unselected package python3-magic. #14 38.98 Get:252 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-chdir-perl all 0.1008-1 [11.7 kB] #14 39.05 Get:253 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-fcntllock-perl arm64 0.22-3build4 [33.0 kB] #13 DONE 42.7s #14 [stage-1 3/8] COPY --link common /root/build-deb/debian #14 DONE 0.1s #15 [stage-1 4/8] RUN apt-get update && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control #13 40.62 Preparing to unpack .../339-pbzip2_1.1.13-1_arm64.deb ... #13 40.63 Unpacking pbzip2 (1.1.13-1) ... #13 40.66 Selecting previously unselected package pixz. #13 40.66 Preparing to unpack .../340-pixz_1.0.7-1_arm64.deb ... #13 40.67 Unpacking pixz (1.0.7-1) ... #13 40.70 Selecting previously unselected package xdelta. #13 40.70 Preparing to unpack .../341-xdelta_1.1.3-9.3_arm64.deb ... #13 40.70 Unpacking xdelta (1.1.3-9.3) ... #13 40.74 Selecting previously unselected package xdelta3. #13 40.74 Preparing to unpack .../342-xdelta3_3.0.11-dfsg-1+b1_arm64.deb ... #13 40.74 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ... #13 40.81 Selecting previously unselected package pristine-tar. #13 40.81 Preparing to unpack .../343-pristine-tar_1.49_arm64.deb ... #13 40.82 Unpacking pristine-tar (1.49) ... #13 40.86 Selecting previously unselected package publicsuffix. #13 40.86 Preparing to unpack .../344-publicsuffix_20220811.1734-0+deb11u1_all.deb ... #13 40.87 Unpacking publicsuffix (20220811.1734-0+deb11u1) ... #13 40.91 Selecting previously unselected package python-apt-common. #13 40.91 Preparing to unpack .../345-python-apt-common_2.2.1_all.deb ... #13 40.92 Unpacking python-apt-common (2.2.1) ... #13 40.97 Selecting previously unselected package python3-apt. #14 40.39 137 added, 0 removed; done. #14 40.43 Setting up libgprofng0:amd64 (2.40-2ubuntu4.1) ... #14 40.45 Setting up libfreetype6:amd64 (2.12.1+dfsg-4ubuntu0.1) ... #14 40.46 Setting up libgcc-12-dev:amd64 (12.3.0-1ubuntu1~23.04) ... #14 40.47 Setting up libgssapi-krb5-2:amd64 (1.20.1-1ubuntu0.1) ... #14 40.49 Setting up libgdbm-compat4:amd64 (1.23-3) ... #14 40.50 Setting up libssh-4:amd64 (0.10.4-2ubuntu0.3) ... #15 3.134 create-stamp debian/debhelper-build-stamp #15 3.134 dh_prep #15 3.170 dh_install #15 3.208 dh_installdocs #15 3.252 dh_installchangelogs #15 3.345 dh_perl #16 82.54 Installing : libsemanage-python-2.5-14.el7.aarch64 18/60 #16 82.59 Installing : libselinux-python-2.5-15.el7.aarch64 19/60 #16 82.62 Installing : less-458-9.el7.aarch64 20/60 #16 82.64 Installing : fipscheck-1.4.1-6.el7.aarch64 21/60 #14 37.95 Get:313 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libio-interactive-perl all 1.023-2 [10.1 kB] #14 37.96 Get:314 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libjson-perl all 4.10000-1 [81.9 kB] #14 38.01 Get:315 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libldap-common all 2.6.6+dfsg-1~exp1ubuntu1 [30.6 kB] #14 38.03 Get:316 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 liblist-compare-perl all 0.55-2 [62.9 kB] #14 38.06 Get:317 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 liblist-someutils-perl all 0.59-1 [30.4 kB] #14 38.07 Get:318 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 liblist-someutils-xs-perl arm64 0.58-3 [32.8 kB] #14 38.08 Get:319 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 liblist-utilsby-perl all 0.12-2 [14.9 kB] #14 35.31 Get:284 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhash-fieldhash-perl arm64 0.15-1build5 [16.9 kB] #14 35.31 Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB] #14 35.32 Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-format-perl all 2.12-1.1 [41.3 kB] #14 36.66 Get:286 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libio-string-perl all 1.08-4 [11.1 kB] #14 36.68 Get:287 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfont-ttf-perl all 1.06-2 [323 kB] #14 36.96 Get:288 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfreezethaw-perl all 0.5001-3 [14.6 kB] #13 47.92 Preparing to unpack .../363-licensecheck_3.3.5-1_all.deb ... #13 47.93 Unpacking licensecheck (3.3.5-1) ... #13 47.97 Selecting previously unselected package plzip. #13 47.97 Preparing to unpack .../364-plzip_1.10-5_armhf.deb ... #13 47.98 Unpacking plzip (1.10-5) ... #13 48.02 Selecting previously unselected package lzop. #13 48.02 Preparing to unpack .../365-lzop_1.04-2_armhf.deb ... #13 48.03 Unpacking lzop (1.04-2) ... #13 48.07 Selecting previously unselected package t1utils. #13 48.07 Preparing to unpack .../366-t1utils_1.41-4_armhf.deb ... #13 48.08 Unpacking t1utils (1.41-4) ... #14 37.70 Preparing to unpack .../326-libsocket6-perl_0.29-3_amd64.deb ... #14 37.70 Unpacking libsocket6-perl (0.29-3) ... #14 37.74 Selecting previously unselected package libsodium23:amd64. #14 37.74 Preparing to unpack .../327-libsodium23_1.0.18-1build2_amd64.deb ... #14 37.75 Unpacking libsodium23:amd64 (1.0.18-1build2) ... #14 37.80 Selecting previously unselected package libstring-copyright-perl. #14 37.80 Preparing to unpack .../328-libstring-copyright-perl_0.003014-1_all.deb ... #14 37.81 Unpacking libstring-copyright-perl (0.003014-1) ... #14 37.84 Selecting previously unselected package libstring-escape-perl. #14 37.84 Preparing to unpack .../329-libstring-escape-perl_2010.002-3_all.deb ... #14 37.85 Unpacking libstring-escape-perl (2010.002-3) ... #14 37.89 Selecting previously unselected package libstring-license-perl. #14 37.89 Preparing to unpack .../330-libstring-license-perl_0.0.9-2ubuntu1_all.deb ... #14 37.90 Unpacking libstring-license-perl (0.0.9-2ubuntu1) ... #14 37.94 Selecting previously unselected package libstring-shellquote-perl. #13 38.13 Setting up dpkg-dev (1.21.22+rpi1) ... #13 38.16 Setting up gcc-12 (12.2.0-14+rpi1) ... #13 38.18 Setting up libmodule-runtime-perl (0.016-2) ... #13 38.19 Setting up libnsl-dev:armhf (1.3.0-2) ... #13 38.21 Setting up libc6-dev:armhf (2.36-9+rpi1+deb12u3) ... #13 38.22 Setting up libpython3-stdlib:armhf (3.11.2-1) ... #13 38.24 Setting up python3.11 (3.11.2-6) ... #14 35.93 Setting up cpp (4:11.2.0-1ubuntu1) ... #14 35.95 Setting up gpgconf (2.2.27-3ubuntu2.1) ... #14 35.97 Setting up debugedit (1:5.0-4build1) ... #14 35.99 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.15) ... #14 36.01 Setting up libc6-dev:amd64 (2.35-0ubuntu3.6) ... #14 36.02 Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... #14 36.04 Setting up libtiff5:amd64 (4.3.0-6ubuntu0.7) ... #14 36.05 Setting up curl (7.81.0-1ubuntu1.15) ... #14 36.07 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... #14 36.08 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.3) ... #14 36.10 Setting up libxmuu1:amd64 (2:1.1.3-3) ... #14 36.11 Setting up gpg (2.2.27-3ubuntu2.1) ... #14 36.18 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ... #14 36.20 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ... #14 36.21 Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.5) ... #12 39.93 (138/154): qt5-srpm-macros-5.15.11-1.fc39.noarc 594 kB/s | 8.3 kB 00:00 #12 39.94 (139/154): qt6-srpm-macros-6.6.0-1.fc39.noarch. 662 kB/s | 8.6 kB 00:00 #12 39.94 (140/154): rpm-build-4.19.1-1.fc39.x86_64.rpm 11 MB/s | 79 kB 00:00 #12 39.95 (141/154): rpmautospec-rpm-macros-0.3.8-1.fc39. 897 kB/s | 9.0 kB 00:00 #12 39.95 (142/154): rpmlint-2.5.0-3.fc39.noarch.rpm 21 MB/s | 342 kB 00:00 #12 39.96 (143/154): rpmlint-fedora-license-data-1.38-1.f 2.5 MB/s | 31 kB 00:00 #12 39.96 (144/154): rust-srpm-macros-25.2-2.fc39.noarch. 890 kB/s | 13 kB 00:00 #12 39.97 (145/154): elfutils-libelf-0.190-4.fc39.x86_64. 15 MB/s | 194 kB 00:00 #12 39.98 (146/154): elfutils-libs-0.190-4.fc39.x86_64.rp 18 MB/s | 260 kB 00:00 #12 40.00 (147/154): glibc-2.38-14.fc39.x86_64.rpm 61 MB/s | 2.2 MB 00:00 #12 40.01 (148/154): glibc-common-2.38-14.fc39.x86_64.rpm 9.0 MB/s | 352 kB 00:00 #12 40.01 (149/154): glibc-minimal-langpack-2.38-14.fc39. 2.3 MB/s | 70 kB 00:00 #12 40.01 (150/154): python3-rpm-4.19.1-1.fc39.x86_64.rpm 4.4 MB/s | 69 kB 00:00 #12 40.02 (151/154): rpm-4.19.1-1.fc39.x86_64.rpm 41 MB/s | 538 kB 00:00 #12 40.03 (152/154): rpm-build-libs-4.19.1-1.fc39.x86_64. 5.7 MB/s | 96 kB 00:00 #12 40.04 (153/154): rpm-libs-4.19.1-1.fc39.x86_64.rpm 16 MB/s | 312 kB 00:00 #12 40.04 (154/154): rpm-sign-libs-4.19.1-1.fc39.x86_64.r 2.5 MB/s | 26 kB 00:00 #12 40.04 -------------------------------------------------------------------------------- #12 40.04 Total 16 MB/s | 35 MB 00:02 #13 45.86 Preparing to unpack .../329-xauth_1%3a1.0.10-1_armhf.deb ... #13 45.86 Unpacking xauth (1:1.0.10-1) ... #13 45.91 Selecting previously unselected package xdg-user-dirs. #13 45.92 Preparing to unpack .../330-xdg-user-dirs_0.17-2_armhf.deb ... #13 45.92 Unpacking xdg-user-dirs (0.17-2) ... #13 46.00 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ... #13 46.02 Setting up libapt-pkg-perl (0.1.34+b1) ... #13 46.03 Setting up libksba8:armhf (1.3.5-2+deb10u2) ... #13 46.04 Setting up libpipeline1:armhf (1.5.1-2) ... #13 46.06 Setting up wdiff (1.2.2-2+b1) ... #13 46.07 Setting up lsb-base (10.2019051400) ... #13 46.08 Setting up mysql-common (5.8+1.0.5) ... #13 46.11 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode #14 48.31 Preparing to unpack .../069-libc6-dev_2.35-0ubuntu3.6_armhf.deb ... #14 48.31 Unpacking libc6-dev:armhf (2.35-0ubuntu3.6) ... #14 48.42 Selecting previously unselected package gcc-11-base:armhf. #14 48.42 Preparing to unpack .../070-gcc-11-base_11.4.0-1ubuntu1~22.04_armhf.deb ... #14 48.43 Unpacking gcc-11-base:armhf (11.4.0-1ubuntu1~22.04) ... #14 48.46 Selecting previously unselected package libisl23:armhf. #14 48.47 Preparing to unpack .../071-libisl23_0.24-2build1_armhf.deb ... #14 48.47 Unpacking libisl23:armhf (0.24-2build1) ... #14 48.51 Selecting previously unselected package libmpfr6:armhf. #14 48.52 Preparing to unpack .../072-libmpfr6_4.1.0-3build3_armhf.deb ... #14 48.52 Unpacking libmpfr6:armhf (4.1.0-3build3) ... #14 48.56 Selecting previously unselected package libmpc3:armhf. #13 44.64 Preparing to unpack .../381-xdelta3_3.0.11-dfsg-1.2_amd64.deb ... #13 44.64 Unpacking xdelta3 (3.0.11-dfsg-1.2) ... #13 44.68 Selecting previously unselected package pristine-tar. #13 44.68 Preparing to unpack .../382-pristine-tar_1.50_amd64.deb ... #13 44.68 Unpacking pristine-tar (1.50) ... #13 44.73 Selecting previously unselected package publicsuffix. #13 44.73 Preparing to unpack .../383-publicsuffix_20230209.2326-1_all.deb ... #13 44.73 Unpacking publicsuffix (20230209.2326-1) ... #13 44.77 Selecting previously unselected package python-apt-common. #13 44.78 Preparing to unpack .../384-python-apt-common_2.6.0_all.deb ... #13 44.78 Unpacking python-apt-common (2.6.0) ... #13 44.83 Selecting previously unselected package python3-apt. #13 44.84 Preparing to unpack .../385-python3-apt_2.6.0_amd64.deb ... #13 44.84 Unpacking python3-apt (2.6.0) ... #13 44.89 Selecting previously unselected package python3-certifi. #16 7.259 (1/93): acl-2.3.1-4.el9.x86_64.rpm 144 kB/s | 71 kB 00:00 #16 7.304 (2/93): cracklib-2.9.6-27.el9.x86_64.rpm 175 kB/s | 94 kB 00:00 #16 7.332 (3/93): dbus-1.12.20-8.el9.x86_64.rpm 52 kB/s | 3.8 kB 00:00 #16 7.405 (4/93): dbus-common-1.12.20-8.el9.noarch.rpm 201 kB/s | 15 kB 00:00 #16 7.509 (5/93): dbus-broker-28-7.el9.x86_64.rpm 837 kB/s | 172 kB 00:00 #13 42.64 Selecting previously unselected package python3-pkg-resources. #13 42.65 Preparing to unpack .../145-python3-pkg-resources_52.0.0-4_all.deb ... #13 42.66 Unpacking python3-pkg-resources (52.0.0-4) ... #13 42.74 Selecting previously unselected package python3-chardet. #13 42.74 Preparing to unpack .../146-python3-chardet_4.0.0-1_all.deb ... #13 42.75 Unpacking python3-chardet (4.0.0-1) ... #13 42.80 Selecting previously unselected package python3-six. #13 42.80 Preparing to unpack .../147-python3-six_1.16.0-2_all.deb ... #13 42.81 Unpacking python3-six (1.16.0-2) ... #13 42.85 Selecting previously unselected package python3-debian. #13 38.92 (97/154): unzip-6.0-62.fc39.aarch64.rpm 14 MB/s | 183 kB 00:00 #13 38.92 (98/154): xxhash-libs-0.8.2-1.fc39.aarch64.rpm 4.6 MB/s | 35 kB 00:00 #13 38.96 (99/154): web-assets-filesystem-5-20.fc39.noarc 193 kB/s | 7.9 kB 00:00 #13 39.00 (100/154): xz-5.4.4-1.fc39.aarch64.rpm 7.1 MB/s | 556 kB 00:00 #13 39.03 (101/154): zip-3.0-39.fc39.aarch64.rpm 2.4 MB/s | 262 kB 00:00 #13 39.06 (102/154): zstd-1.5.5-4.fc39.aarch64.rpm 6.5 MB/s | 446 kB 00:00 #13 39.07 (103/154): debugedit-5.0-12.fc39.aarch64.rpm 1.1 MB/s | 78 kB 00:00 #13 39.07 (104/154): dnf-plugins-core-4.4.4-1.fc39.noarch 923 kB/s | 38 kB 00:00 #13 39.14 (105/154): elfutils-0.190-4.fc39.aarch64.rpm 7.3 MB/s | 552 kB 00:00 #14 44.60 Get:386 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-six all 1.16.0-4 [12.4 kB] #14 44.62 Get:387 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-paramiko all 2.12.0-2ubuntu1 [134 kB] #14 44.78 Get:388 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf python3-urllib3 all 1.26.12-1ubuntu0.1 [101 kB] #14 44.84 Get:389 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf python3-requests all 2.28.1+dfsg-1ubuntu1.1 [50.7 kB] #14 48.02 Preparing to unpack .../149-libfile-which-perl_1.23-1_all.deb ... #14 48.03 Unpacking libfile-which-perl (1.23-1) ... #14 48.07 Selecting previously unselected package libfile-homedir-perl. #14 48.07 Preparing to unpack .../150-libfile-homedir-perl_1.004-1_all.deb ... #14 48.07 Unpacking libfile-homedir-perl (1.004-1) ... #14 48.11 Selecting previously unselected package libio-pty-perl. #14 48.11 Preparing to unpack .../151-libio-pty-perl_1%3a1.12-1_armhf.deb ... #14 48.12 Unpacking libio-pty-perl (1:1.12-1) ... #14 48.15 Selecting previously unselected package libipc-run-perl. #14 48.16 Preparing to unpack .../152-libipc-run-perl_20180523.0-2_all.deb ... #14 48.16 Unpacking libipc-run-perl (20180523.0-2) ... #14 48.20 Selecting previously unselected package libclass-method-modifiers-perl. #14 48.21 Preparing to unpack .../153-libclass-method-modifiers-perl_2.13-1_all.deb ... #14 48.21 Unpacking libclass-method-modifiers-perl (2.13-1) ... #14 48.26 Selecting previously unselected package libb-hooks-op-check-perl. #14 48.26 Preparing to unpack .../154-libb-hooks-op-check-perl_0.22-1build2_armhf.deb ... #14 48.26 Unpacking libb-hooks-op-check-perl (0.22-1build2) ... #14 48.30 Selecting previously unselected package libdynaloader-functions-perl. #14 48.30 Preparing to unpack .../155-libdynaloader-functions-perl_0.003-1_all.deb ... #14 48.30 Unpacking libdynaloader-functions-perl (0.003-1) ... #14 48.33 Selecting previously unselected package libdevel-callchecker-perl. #14 48.34 Preparing to unpack .../156-libdevel-callchecker-perl_0.008-1ubuntu1_armhf.deb ... #14 48.34 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ... #14 48.38 Selecting previously unselected package libparams-classify-perl. #13 40.39 Preparing to unpack .../375-lsb-release_12.0-1_all.deb ... #13 40.39 Unpacking lsb-release (12.0-1) ... #13 40.45 Selecting previously unselected package manpages-dev. #13 40.45 Preparing to unpack .../376-manpages-dev_6.03-2_all.deb ... #13 40.45 Unpacking manpages-dev (6.03-2) ... #14 47.05 Preparing to unpack .../033-libpsl5_0.21.2-1_armhf.deb ... #14 47.05 Unpacking libpsl5:armhf (0.21.2-1) ... #14 47.09 Selecting previously unselected package libxau6:armhf. #14 47.09 Preparing to unpack .../034-libxau6_1%3a1.0.9-1build5_armhf.deb ... #14 47.09 Unpacking libxau6:armhf (1:1.0.9-1build5) ... #14 47.13 Selecting previously unselected package libxdmcp6:armhf. #14 47.13 Preparing to unpack .../035-libxdmcp6_1%3a1.1.3-0ubuntu5_armhf.deb ... #14 47.13 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu5) ... #14 47.17 Selecting previously unselected package libxcb1:armhf. #14 47.17 Preparing to unpack .../036-libxcb1_1.15-1_armhf.deb ... #14 47.18 Unpacking libxcb1:armhf (1.15-1) ... #14 47.21 Selecting previously unselected package libx11-data. #14 47.21 Preparing to unpack .../037-libx11-data_2%3a1.8.6-1ubuntu1_all.deb ... #14 47.21 Unpacking libx11-data (2:1.8.6-1ubuntu1) ... #14 47.28 Selecting previously unselected package libx11-6:armhf. #13 41.29 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... #13 41.35 Selecting previously unselected package libxml-sax-expat-perl. #13 41.36 Preparing to unpack .../328-libxml-sax-expat-perl_0.51-1_all.deb ... #13 41.36 Unpacking libxml-sax-expat-perl (0.51-1) ... #13 41.39 Selecting previously unselected package libxmlrpc-lite-perl. #13 41.39 Preparing to unpack .../329-libxmlrpc-lite-perl_0.717-4_all.deb ... #13 41.40 Unpacking libxmlrpc-lite-perl (0.717-4) ... #13 41.44 Selecting previously unselected package libxmuu1:amd64. #13 41.44 Preparing to unpack .../330-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ... #13 41.44 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ... #13 41.49 Selecting previously unselected package libyaml-0-2:amd64. #13 41.49 Preparing to unpack .../331-libyaml-0-2_0.2.2-1_amd64.deb ... #13 41.50 Unpacking libyaml-0-2:amd64 (0.2.2-1) ... #13 43.89 Setting up libuchardet0:amd64 (0.0.6-3) ... #13 43.91 Setting up git-man (1:2.20.1-2+deb10u8) ... #13 43.92 Setting up libssh2-1:amd64 (1.8.0-2.1+deb10u1) ... #13 43.93 Setting up netbase (5.6) ... #13 43.96 Setting up libkrb5-3:amd64 (1.17-3+deb10u6) ... #13 43.97 Setting up libmpdec2:amd64 (2.4.2-2) ... #13 43.99 Setting up libbinutils:amd64 (2.31.1-16) ... #13 44.00 Setting up cpp-8 (8.3.0-6) ... #13 40.67 Preparing to unpack .../324-python3-magic_2%3a0.4.15-2_all.deb ... #13 40.67 Unpacking python3-magic (2:0.4.15-2) ... #13 40.71 Selecting previously unselected package python3-urllib3. #13 40.72 Preparing to unpack .../325-python3-urllib3_1.24.1-1+deb10u2_all.deb ... #13 40.72 Unpacking python3-urllib3 (1.24.1-1+deb10u2) ... #13 40.76 Selecting previously unselected package python3-requests. #13 40.77 Preparing to unpack .../326-python3-requests_2.21.0-1+deb10u1_all.deb ... #13 40.77 Unpacking python3-requests (2.21.0-1+deb10u1) ... #13 40.82 Selecting previously unselected package python3-unidiff. #13 40.82 Preparing to unpack .../327-python3-unidiff_0.5.4-1_all.deb ... #13 40.83 Unpacking python3-unidiff (0.5.4-1) ... #13 40.87 Selecting previously unselected package python3-xdg. #13 40.87 Preparing to unpack .../328-python3-xdg_0.25-5_all.deb ... #14 39.13 Get:254 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnumber-compare-perl all 0.03-1 [7318 B] #14 39.28 Get:255 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtext-glob-perl all 0.10-1 [7554 B] #14 40.51 Setting up dwz (0.15-1) ... #14 40.52 Setting up groff-base (1.22.4-10) ... #14 40.55 Setting up libtiff6:amd64 (4.5.0-5ubuntu1.2) ... #14 40.56 Setting up cpp (4:12.2.0-3ubuntu1) ... #14 40.58 Setting up gpgconf (2.2.40-1.1ubuntu1) ... #14 40.59 Setting up debugedit (1:5.0-5) ... #14 40.60 Setting up libcurl4:amd64 (7.88.1-8ubuntu2.4) ... #14 40.65 Setting up libx11-6:amd64 (2:1.8.4-2ubuntu0.3) ... #14 40.66 Setting up curl (7.88.1-8ubuntu2.4) ... #14 40.67 Setting up libfontconfig1:amd64 (2.14.1-3ubuntu3) ... #14 40.68 Setting up libperl5.36:amd64 (5.36.0-7ubuntu0.23.04.2) ... #14 40.70 Setting up libxmuu1:amd64 (2:1.1.3-3) ... #14 40.72 Setting up gpg (2.2.40-1.1ubuntu1) ... #13 40.97 Preparing to unpack .../346-python3-apt_2.2.1_arm64.deb ... #13 40.97 Unpacking python3-apt (2.2.1) ... #13 41.02 Selecting previously unselected package python3-certifi. #13 41.02 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ... #13 41.03 Unpacking python3-certifi (2020.6.20-1) ... #13 41.08 Selecting previously unselected package python3-idna. #13 41.08 Preparing to unpack .../348-python3-idna_2.10-1_all.deb ... #13 41.09 Unpacking python3-idna (2.10-1) ... #13 41.14 Selecting previously unselected package python3-magic. #13 41.14 Preparing to unpack .../349-python3-magic_2%3a0.4.20-3_all.deb ... #13 41.14 Unpacking python3-magic (2:0.4.20-3) ... #13 41.18 Selecting previously unselected package python3-urllib3. #15 3.386 dh_link #15 3.427 dh_strip_nondeterminism #15 3.503 dh_compress #15 3.551 dh_fixperms #15 3.601 dh_missing #14 38.48 Get:320 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libltdl7 arm64 2.4.7-7 [40.3 kB] #14 35.72 Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB] #14 35.88 Get:288 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB] #14 36.96 Get:289 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsort-versions-perl all 1.62-3 [7378 B] #14 36.97 Get:290 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libgit-wrapper-perl all 0.048-2 [29.5 kB] #14 36.98 Get:291 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libhttp-tiny-multipart-perl all 0.08-2 [9070 B] #14 36.98 Get:292 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libio-prompter-perl all 0.004015-2 [58.3 kB] #14 36.99 Get:293 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libjson-perl all 4.10000-1 [81.9 kB] #14 37.01 Get:294 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 liblog-any-perl all 1.713-1 [71.1 kB] #14 37.02 Get:295 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB] #17 6.451 Running transaction check #17 6.555 Transaction check succeeded. #14 37.94 Preparing to unpack .../331-libstring-shellquote-perl_1.04-3_all.deb ... #14 37.94 Unpacking libstring-shellquote-perl (1.04-3) ... #14 37.99 Selecting previously unselected package libsyntax-keyword-try-perl. #14 38.00 Preparing to unpack .../332-libsyntax-keyword-try-perl_0.29-1_amd64.deb ... #14 38.00 Unpacking libsyntax-keyword-try-perl (0.29-1) ... #14 38.04 Selecting previously unselected package libterm-readkey-perl. #14 38.04 Preparing to unpack .../333-libterm-readkey-perl_2.38-2build1_amd64.deb ... #14 38.05 Unpacking libterm-readkey-perl (2.38-2build1) ... #14 38.08 Selecting previously unselected package libtext-levenshteinxs-perl. #14 38.08 Preparing to unpack .../334-libtext-levenshteinxs-perl_0.03-5build1_amd64.deb ... #14 38.09 Unpacking libtext-levenshteinxs-perl (0.03-5build1) ... #14 38.14 Selecting previously unselected package libtext-markdown-discount-perl. #14 38.14 Preparing to unpack .../335-libtext-markdown-discount-perl_0.16-1_amd64.deb ... #14 38.15 Unpacking libtext-markdown-discount-perl (0.16-1) ... #14 38.18 Selecting previously unselected package libtext-xslate-perl:amd64. #14 38.18 Preparing to unpack .../336-libtext-xslate-perl_3.5.9-1build2_amd64.deb ... #14 38.19 Unpacking libtext-xslate-perl:amd64 (3.5.9-1build2) ... #14 38.25 Selecting previously unselected package libtime-duration-perl. #13 48.24 Selecting previously unselected package unzip. #13 48.24 Preparing to unpack .../367-unzip_6.0-28_armhf.deb ... #13 48.24 Unpacking unzip (6.0-28) ... #13 48.31 Selecting previously unselected package lintian. #13 48.32 Preparing to unpack .../368-lintian_2.116.3_all.deb ... #13 48.33 Unpacking lintian (2.116.3) ... #14 36.23 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.3) ... #14 36.25 Setting up gettext (0.21-4ubuntu4) ... #14 36.26 Setting up gpg-agent (2.2.27-3ubuntu2.1) ... #13 46.12 Setting up libxau6:armhf (1:1.0.8-1+b2) ... #13 46.14 Setting up libkeyutils1:armhf (1.6-6) ... #13 46.15 Setting up libpsl5:armhf (0.20.2-2) ... #13 46.16 Setting up libgpm2:armhf (1.20.7-5) ... #13 46.18 Setting up mime-support (3.62) ... #13 46.21 Setting up xdg-user-dirs (0.17-2) ... #13 46.24 Setting up libmagic-mgc (1:5.35-4+deb10u2) ... #13 46.25 Setting up psmisc (23.2-1+deb10u1) ... #13 46.33 Setting up libgc1c2:armhf (1:7.6.4-0.4) ... #13 46.34 Setting up libyaml-0-2:armhf (0.2.1-1) ... #13 46.35 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u5) ... #13 46.37 No schema files found: doing nothing. #13 46.38 Setting up distro-info-data (0.41+deb10u8) ... #13 46.39 Setting up manpages (4.16-2) ... #13 46.40 Setting up unzip (6.0-23+deb10u3) ... #13 46.42 Setting up libsqlite3-0:armhf (3.27.2-3+deb10u2) ... #13 46.44 Setting up libsasl2-modules:armhf (2.1.27+dfsg-1+deb10u2) ... #13 46.46 Setting up binutils-common:armhf (2.31.1-16) ... #14 48.56 Preparing to unpack .../073-libmpc3_1.2.1-2build1_armhf.deb ... #14 48.56 Unpacking libmpc3:armhf (1.2.1-2build1) ... #14 48.60 Selecting previously unselected package cpp-11. #14 48.60 Preparing to unpack .../074-cpp-11_11.4.0-1ubuntu1~22.04_armhf.deb ... #14 48.61 Unpacking cpp-11 (11.4.0-1ubuntu1~22.04) ... #14 48.77 Selecting previously unselected package cpp. #14 48.78 Preparing to unpack .../075-cpp_4%3a11.2.0-1ubuntu1_armhf.deb ... #14 48.78 Unpacking cpp (4:11.2.0-1ubuntu1) ... #14 48.82 Selecting previously unselected package libcc1-0:armhf. #13 44.89 Preparing to unpack .../386-python3-certifi_2022.9.24-1_all.deb ... #13 44.90 Unpacking python3-certifi (2022.9.24-1) ... #13 44.95 Selecting previously unselected package python3-charset-normalizer. #13 44.95 Preparing to unpack .../387-python3-charset-normalizer_3.0.1-2_all.deb ... #13 44.95 Unpacking python3-charset-normalizer (3.0.1-2) ... #13 45.00 Selecting previously unselected package python3-idna. #13 45.00 Preparing to unpack .../388-python3-idna_3.3-1_all.deb ... #13 45.01 Unpacking python3-idna (3.3-1) ... #13 45.04 Selecting previously unselected package python3-magic. #13 45.04 Preparing to unpack .../389-python3-magic_2%3a0.4.26-3_all.deb ... #13 45.05 Unpacking python3-magic (2:0.4.26-3) ... #13 45.08 Selecting previously unselected package python3-six. #13 45.09 Preparing to unpack .../390-python3-six_1.16.0-4_all.deb ... #13 45.09 Unpacking python3-six (1.16.0-4) ... #13 45.12 Selecting previously unselected package python3-urllib3. #16 7.582 (6/93): kmod-libs-28-9.el9.x86_64.rpm 886 kB/s | 64 kB 00:00 #16 7.653 (7/93): libcbor-0.7.0-5.el9.x86_64.rpm 806 kB/s | 57 kB 00:00 #16 7.699 (8/93): glibc-langpack-en-2.34-99.el9.x86_64.rp 2.2 MB/s | 671 kB 00:00 #16 7.773 (9/93): libeconf-0.4.1-3.el9.x86_64.rpm 370 kB/s | 27 kB 00:00 #13 42.85 Preparing to unpack .../148-python3-debian_0.1.39_all.deb ... #13 42.86 Unpacking python3-debian (0.1.39) ... #13 42.92 Selecting previously unselected package libgpgme11:armhf. #13 42.92 Preparing to unpack .../149-libgpgme11_1.14.0-1+b2_armhf.deb ... #13 42.92 Unpacking libgpgme11:armhf (1.14.0-1+b2) ... #13 42.98 Selecting previously unselected package python3-gpg. #13 42.98 Preparing to unpack .../150-python3-gpg_1.14.0-1+b2_armhf.deb ... #13 42.99 Unpacking python3-gpg (1.14.0-1+b2) ... #13 43.06 Selecting previously unselected package dput. #13 43.06 Preparing to unpack .../151-dput_1.1.0_all.deb ... #13 43.07 Unpacking dput (1.1.0) ... #13 43.12 Selecting previously unselected package equivs. #13 39.14 (106/154): elfutils-debuginfod-client-0.190-4.f 491 kB/s | 37 kB 00:00 #13 39.16 (107/154): go-srpm-macros-3.3.1-1.fc39.noarch.r 2.4 MB/s | 28 kB 00:00 #13 39.18 (108/154): gdb-minimal-14.1-2.fc39.aarch64.rpm 37 MB/s | 3.9 MB 00:00 #13 39.19 (109/154): glibc-gconv-extra-2.38-14.fc39.aarch 53 MB/s | 2.0 MB 00:00 #13 39.20 (110/154): groff-base-1.23.0-3.fc39.aarch64.rpm 32 MB/s | 1.1 MB 00:00 #13 39.20 (111/154): perl-AutoLoader-5.74-502.fc39.noarch 2.0 MB/s | 21 kB 00:00 #13 39.21 (112/154): perl-B-1.88-502.fc39.aarch64.rpm 13 MB/s | 178 kB 00:00 #13 39.21 (113/154): perl-Class-Struct-0.68-502.fc39.noar 2.4 MB/s | 22 kB 00:00 #13 39.21 (114/154): perl-DynaLoader-1.54-502.fc39.aarch6 3.9 MB/s | 26 kB 00:00 #13 39.22 (115/154): perl-Errno-1.37-502.fc39.aarch64.rpm 1.5 MB/s | 15 kB 00:00 #13 39.22 (116/154): perl-Fcntl-1.15-502.fc39.aarch64.rpm 2.1 MB/s | 21 kB 00:00 #13 39.22 (117/154): perl-File-Basename-2.86-502.fc39.noa 2.0 MB/s | 17 kB 00:00 #13 39.22 (118/154): perl-File-stat-1.13-502.fc39.noarch. 3.2 MB/s | 17 kB 00:00 #13 39.23 (119/154): perl-FileHandle-2.05-502.fc39.noarch 1.9 MB/s | 16 kB 00:00 #13 39.23 (120/154): perl-Getopt-Std-1.13-502.fc39.noarch 2.1 MB/s | 16 kB 00:00 #13 39.23 (121/154): perl-IO-1.52-502.fc39.aarch64.rpm 10 MB/s | 83 kB 00:00 #13 39.24 (122/154): perl-IPC-Open3-1.22-502.fc39.noarch. 4.0 MB/s | 22 kB 00:00 #13 39.24 (123/154): perl-NDBM_File-1.16-502.fc39.aarch64 2.9 MB/s | 23 kB 00:00 #13 39.24 (124/154): perl-POSIX-2.13-502.fc39.aarch64.rpm 12 MB/s | 98 kB 00:00 #13 39.24 (125/154): perl-SelectSaver-1.02-502.fc39.noarc 2.1 MB/s | 12 kB 00:00 #13 39.25 (126/154): perl-Symbol-1.09-502.fc39.noarch.rpm 1.9 MB/s | 14 kB 00:00 #13 39.25 (127/154): perl-base-2.27-502.fc39.noarch.rpm 2.3 MB/s | 16 kB 00:00 #13 39.25 (128/154): perl-if-0.61.000-502.fc39.noarch.rpm 2.9 MB/s | 14 kB 00:00 #13 39.25 (129/154): perl-interpreter-5.38.2-502.fc39.aar 8.4 MB/s | 72 kB 00:00 #13 39.26 (130/154): perl-locale-1.10-502.fc39.noarch.rpm 1.2 MB/s | 14 kB 00:00 #13 39.27 (131/154): perl-libs-5.38.2-502.fc39.aarch64.rp 93 MB/s | 2.3 MB 00:00 #13 39.28 (132/154): perl-mro-1.28-502.fc39.aarch64.rpm 1.6 MB/s | 29 kB 00:00 #13 39.28 (133/154): perl-overload-1.37-502.fc39.noarch.r 2.7 MB/s | 46 kB 00:00 #13 39.28 (134/154): perl-overloading-0.02-502.fc39.noarc 1.9 MB/s | 13 kB 00:00 #13 39.29 (135/154): perl-vars-1.05-502.fc39.noarch.rpm 1.4 MB/s | 13 kB 00:00 #13 39.29 (136/154): pyproject-srpm-macros-1.11.0-1.fc39. 1.5 MB/s | 15 kB 00:00 #13 39.30 (137/154): python3-dnf-plugins-core-4.4.4-1.fc3 31 MB/s | 317 kB 00:00 #13 39.30 (138/154): qt5-srpm-macros-5.15.11-1.fc39.noarc 644 kB/s | 8.3 kB 00:00 #13 39.30 (139/154): qt6-srpm-macros-6.6.0-1.fc39.noarch. 658 kB/s | 8.6 kB 00:00 #13 39.31 (140/154): rpm-build-4.19.1-1.fc39.aarch64.rpm 10 MB/s | 80 kB 00:00 #13 39.31 (141/154): rpmautospec-rpm-macros-0.3.8-1.fc39. 912 kB/s | 9.0 kB 00:00 #13 39.32 (142/154): rpmlint-2.5.0-3.fc39.noarch.rpm 22 MB/s | 342 kB 00:00 #13 39.32 (143/154): rust-srpm-macros-25.2-2.fc39.noarch. 1.1 MB/s | 13 kB 00:00 #13 39.33 (144/154): rpmlint-fedora-license-data-1.38-1.f 2.0 MB/s | 31 kB 00:00 #13 39.33 (145/154): elfutils-libelf-0.190-4.fc39.aarch64 23 MB/s | 194 kB 00:00 #13 39.33 (146/154): elfutils-libs-0.190-4.fc39.aarch64.r 21 MB/s | 259 kB 00:00 #13 39.35 (147/154): glibc-2.38-14.fc39.aarch64.rpm 70 MB/s | 1.7 MB 00:00 #14 44.86 Get:390 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-unidiff all 0.7.3-1 [11.0 kB] #14 44.86 Get:391 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf equivs all 2.3.1 [19.0 kB] #14 44.87 Get:392 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libauthen-sasl-perl all 2.1600-3 [42.2 kB] #14 44.88 Get:393 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-magic all 2:0.4.26-3 [13.1 kB] #14 45.09 debconf: delaying package configuration, since apt-utils is not installed #14 48.38 Preparing to unpack .../157-libparams-classify-perl_0.015-1build2_armhf.deb ... #14 48.39 Unpacking libparams-classify-perl (0.015-1build2) ... #14 48.42 Selecting previously unselected package libmodule-runtime-perl. #14 48.42 Preparing to unpack .../158-libmodule-runtime-perl_0.016-1_all.deb ... #14 48.43 Unpacking libmodule-runtime-perl (0.016-1) ... #14 48.46 Selecting previously unselected package libimport-into-perl. #14 48.46 Preparing to unpack .../159-libimport-into-perl_1.002005-1_all.deb ... #14 48.47 Unpacking libimport-into-perl (1.002005-1) ... #14 48.50 Selecting previously unselected package librole-tiny-perl. #14 48.50 Preparing to unpack .../160-librole-tiny-perl_2.001004-1_all.deb ... #14 48.51 Unpacking librole-tiny-perl (2.001004-1) ... #14 48.56 Selecting previously unselected package libstrictures-perl. #14 48.56 Preparing to unpack .../161-libstrictures-perl_2.000006-1_all.deb ... #14 48.57 Unpacking libstrictures-perl (2.000006-1) ... #14 48.60 Selecting previously unselected package libsub-quote-perl. #14 48.60 Preparing to unpack .../162-libsub-quote-perl_2.006006-1_all.deb ... #14 48.61 Unpacking libsub-quote-perl (2.006006-1) ... #13 40.73 Selecting previously unselected package pbzip2. #13 40.73 Preparing to unpack .../377-pbzip2_1.1.13-1_arm64.deb ... #13 40.73 Unpacking pbzip2 (1.1.13-1) ... #13 40.77 Selecting previously unselected package pixz. #13 40.77 Preparing to unpack .../378-pixz_1.0.7-2_arm64.deb ... #13 40.78 Unpacking pixz (1.0.7-2) ... #13 40.81 Selecting previously unselected package xdelta. #13 40.81 Preparing to unpack .../379-xdelta_1.1.3-10.4_arm64.deb ... #13 40.81 Unpacking xdelta (1.1.3-10.4) ... #13 40.85 Selecting previously unselected package xdelta3. #14 47.28 Preparing to unpack .../038-libx11-6_2%3a1.8.6-1ubuntu1_armhf.deb ... #14 47.29 Unpacking libx11-6:armhf (2:1.8.6-1ubuntu1) ... #14 47.33 Selecting previously unselected package libxext6:armhf. #14 47.34 Preparing to unpack .../039-libxext6_2%3a1.3.4-1build1_armhf.deb ... #14 47.34 Unpacking libxext6:armhf (2:1.3.4-1build1) ... #14 47.38 Selecting previously unselected package libxmuu1:armhf. #14 47.38 Preparing to unpack .../040-libxmuu1_2%3a1.1.3-3_armhf.deb ... #14 47.38 Unpacking libxmuu1:armhf (2:1.1.3-3) ... #14 47.43 Selecting previously unselected package man-db. #14 47.44 Preparing to unpack .../041-man-db_2.11.2-3_armhf.deb ... #14 47.44 Unpacking man-db (2.11.2-3) ... #14 47.50 Selecting previously unselected package manpages. #14 47.50 Preparing to unpack .../042-manpages_6.03-2_all.deb ... #14 47.50 Unpacking manpages (6.03-2) ... #14 47.56 Selecting previously unselected package openssh-client. #14 47.56 Preparing to unpack .../043-openssh-client_1%3a9.3p1-1ubuntu3.2_armhf.deb ... #14 47.57 Unpacking openssh-client (1:9.3p1-1ubuntu3.2) ... #14 47.62 Selecting previously unselected package publicsuffix. #13 41.56 Selecting previously unselected package libyaml-libyaml-perl. #13 41.57 Preparing to unpack .../332-libyaml-libyaml-perl_0.82+repack-1+b1_amd64.deb ... #13 41.57 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ... #13 41.61 Selecting previously unselected package licensecheck. #13 41.62 Preparing to unpack .../333-licensecheck_3.1.1-2_all.deb ... #13 41.62 Unpacking licensecheck (3.1.1-2) ... #13 41.66 Selecting previously unselected package lzip. #13 41.66 Preparing to unpack .../334-lzip_1.22-3_amd64.deb ... #13 41.66 Unpacking lzip (1.22-3) ... #13 41.73 Selecting previously unselected package lzop. #13 41.73 Preparing to unpack .../335-lzop_1.04-2_amd64.deb ... #13 41.73 Unpacking lzop (1.04-2) ... #13 41.78 Selecting previously unselected package t1utils. #13 41.78 Preparing to unpack .../336-t1utils_1.41-4_amd64.deb ... #13 41.81 Unpacking t1utils (1.41-4) ... #13 41.85 Selecting previously unselected package unzip. #13 44.01 Setting up libc-dev-bin (2.28-10+deb10u2) ... #13 44.02 Setting up openssl (1.1.1n-0+deb10u6) ... #13 44.05 Setting up libbsd0:amd64 (0.9.1-2+deb10u1) ... #13 44.07 Setting up readline-common (7.0-5) ... #13 44.09 Setting up publicsuffix (20220811.1734-0+deb10u1) ... #13 44.10 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u6) ... #13 44.11 Setting up libcc1-0:amd64 (8.3.0-6) ... #13 44.13 Setting up iso-codes (4.2-1) ... #13 44.14 Setting up liblocale-gettext-perl (1.07-3+b4) ... #13 44.15 Setting up liblsan0:amd64 (8.3.0-6) ... #13 44.17 Setting up dctrl-tools (2.24-3) ... #13 44.19 Setting up libitm1:amd64 (8.3.0-6) ... #13 44.24 Setting up debian-keyring (2019.02.25) ... #13 40.88 Unpacking python3-xdg (0.25-5) ... #13 40.92 Selecting previously unselected package shared-mime-info. #13 40.92 Preparing to unpack .../329-shared-mime-info_1.10-1_arm64.deb ... #13 40.93 Unpacking shared-mime-info (1.10-1) ... #13 41.03 Selecting previously unselected package strace. #13 41.03 Preparing to unpack .../330-strace_4.26-0.2_arm64.deb ... #13 41.04 Unpacking strace (4.26-0.2) ... #13 41.10 Selecting previously unselected package unzip. #13 41.11 Preparing to unpack .../331-unzip_6.0-23+deb10u3_arm64.deb ... #13 41.11 Unpacking unzip (6.0-23+deb10u3) ... #13 41.16 Selecting previously unselected package xauth. #14 39.35 Get:256 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB] #14 39.51 Get:257 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfont-afm-perl all 1.20-2 [13.2 kB] #14 39.59 Get:258 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-string-perl all 1.08-3 [11.1 kB] #14 39.68 Get:259 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfont-ttf-perl all 1.06-1 [313 kB] #14 40.73 Setting up gnupg-utils (2.2.40-1.1ubuntu1) ... #14 40.74 Setting up binutils-x86-64-linux-gnu (2.40-2ubuntu4.1) ... #14 40.75 Setting up libtirpc3:amd64 (1.3.3+ds-1) ... #14 40.76 Setting up gpg-agent (2.2.40-1.1ubuntu1) ... #14 42.75 Selecting previously unselected package cpp. #14 42.75 Preparing to unpack .../084-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ... #14 42.75 Unpacking cpp (4:9.3.0-1ubuntu2) ... #14 42.79 Selecting previously unselected package libcc1-0:amd64. #14 42.79 Preparing to unpack .../085-libcc1-0_10.5.0-1ubuntu1~20.04_amd64.deb ... #14 42.80 Unpacking libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ... #14 42.84 Selecting previously unselected package libgomp1:amd64. #14 42.84 Preparing to unpack .../086-libgomp1_10.5.0-1ubuntu1~20.04_amd64.deb ... #14 42.84 Unpacking libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ... #14 42.89 Selecting previously unselected package libitm1:amd64. #13 41.18 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1_all.deb ... #13 41.19 Unpacking python3-urllib3 (1.26.5-1~exp1) ... #13 41.24 Selecting previously unselected package python3-requests. #13 41.25 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2_all.deb ... #13 41.25 Unpacking python3-requests (2.25.1+dfsg-2) ... #13 41.29 Selecting previously unselected package python3-unidiff. #13 41.30 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ... #13 41.30 Unpacking python3-unidiff (0.5.5-2) ... #13 41.35 Selecting previously unselected package python3-xdg. #13 41.35 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ... #13 41.36 Unpacking python3-xdg (0.27-2) ... #13 41.40 Selecting previously unselected package shared-mime-info. #13 41.40 Preparing to unpack .../354-shared-mime-info_2.0-1_arm64.deb ... #13 41.41 Unpacking shared-mime-info (2.0-1) ... #13 41.50 Selecting previously unselected package strace. #20 13.13 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. #20 13.14 Preparing to unpack .../7-gcc-mingw-w64-x86-64-win32_12.2.0-14+25.2_amd64.deb ... #20 13.14 Unpacking gcc-mingw-w64-x86-64-win32 (12.2.0-14+25.2) ... #15 0.830 Hit:1 http://archive.raspbian.org/raspbian buster InRelease #15 0.946 Hit:2 http://archive.raspberrypi.org/debian buster InRelease #15 3.632 dh_installdeb #15 3.670 dh_gencontrol #15 3.797 dh_md5sums #15 3.838 dh_builddeb #15 3.870 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #14 38.67 Get:321 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libltdl-dev arm64 2.4.7-7 [170 kB] #16 82.66 Installing : fipscheck-lib-1.4.1-6.el7.aarch64 22/60 #14 35.92 Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-interactive-perl all 1.023-1 [10.4 kB] #14 35.93 Get:290 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-prompt-tiny-perl all 0.003-1 [8924 B] #14 35.96 Get:291 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtypes-serialiser-perl all 1.01-1 [11.6 kB] #14 35.98 Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-xs-perl arm64 4.030-1build3 [87.0 kB] #14 36.07 Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-maybexs-perl all 1.004003-1 [11.3 kB] #14 36.08 Get:294 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libldap-common all 2.5.16+dfsg-0ubuntu0.22.04.1 [15.8 kB] #14 36.09 Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-compare-perl all 0.55-1 [63.3 kB] #14 37.42 Get:296 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpackage-stash-perl all 0.40-1 [19.5 kB] #17 6.555 Running transaction test #14 38.25 Preparing to unpack .../337-libtime-duration-perl_1.21-2_all.deb ... #14 38.25 Unpacking libtime-duration-perl (1.21-2) ... #14 38.28 Selecting previously unselected package libtime-moment-perl. #14 38.28 Preparing to unpack .../338-libtime-moment-perl_0.44-2build1_amd64.deb ... #14 38.29 Unpacking libtime-moment-perl (0.44-2build1) ... #14 38.33 Selecting previously unselected package libtype-tiny-xs-perl:amd64. #14 38.33 Preparing to unpack .../339-libtype-tiny-xs-perl_0.025-1_amd64.deb ... #14 38.34 Unpacking libtype-tiny-xs-perl:amd64 (0.025-1) ... #14 38.37 Selecting previously unselected package libunicode-utf8-perl. #14 38.38 Preparing to unpack .../340-libunicode-utf8-perl_0.62-2_amd64.deb ... #14 38.38 Unpacking libunicode-utf8-perl (0.62-2) ... #14 38.43 Selecting previously unselected package libwww-mechanize-perl. #14 38.43 Preparing to unpack .../341-libwww-mechanize-perl_2.17-1ubuntu1_all.deb ... #14 38.44 Unpacking libwww-mechanize-perl (2.17-1ubuntu1) ... #14 38.48 Selecting previously unselected package libxml-namespacesupport-perl. #13 48.68 Selecting previously unselected package lsb-release. #13 48.68 Preparing to unpack .../369-lsb-release_12.0-1_all.deb ... #13 48.69 Unpacking lsb-release (12.0-1) ... #13 48.73 Selecting previously unselected package manpages-dev. #14 36.74 Setting up python3.10 (3.10.12-1~22.04.3) ... #13 46.47 Setting up libnghttp2-14:armhf (1.36.0-2+deb10u2) ... #13 46.48 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ... #13 46.50 Setting up less (487-0.1+b1) ... #13 46.60 Setting up perl-openssl-defaults:armhf (3) ... #13 46.61 Setting up linux-libc-dev:armhf (4.19.304-1) ... #13 46.62 Setting up gettext-base (0.19.8.1-9) ... #13 46.63 Setting up liblzo2-2:armhf (2.10-0.1) ... #13 46.65 Setting up libnpth0:armhf (1.6-1) ... #13 46.67 Setting up krb5-locales (1.17-3+deb10u6) ... #13 46.68 Setting up file (1:5.35-4+deb10u2) ... #13 46.69 Setting up libossp-uuid16:armhf (1.6.2-1.5+b7) ... #13 46.70 Setting up libassuan0:armhf (2.5.2-1) ... #14 48.82 Preparing to unpack .../076-libcc1-0_12.3.0-1ubuntu1~22.04_armhf.deb ... #14 48.83 Unpacking libcc1-0:armhf (12.3.0-1ubuntu1~22.04) ... #14 48.87 Selecting previously unselected package libgomp1:armhf. #14 48.88 Preparing to unpack .../077-libgomp1_12.3.0-1ubuntu1~22.04_armhf.deb ... #14 48.88 Unpacking libgomp1:armhf (12.3.0-1ubuntu1~22.04) ... #14 48.92 Selecting previously unselected package libatomic1:armhf. #14 48.92 Preparing to unpack .../078-libatomic1_12.3.0-1ubuntu1~22.04_armhf.deb ... #14 48.93 Unpacking libatomic1:armhf (12.3.0-1ubuntu1~22.04) ... #14 48.96 Selecting previously unselected package libasan6:armhf. #14 48.97 Preparing to unpack .../079-libasan6_11.4.0-1ubuntu1~22.04_armhf.deb ... #14 48.97 Unpacking libasan6:armhf (11.4.0-1ubuntu1~22.04) ... #14 49.05 Selecting previously unselected package libubsan1:armhf. #14 49.05 Preparing to unpack .../080-libubsan1_12.3.0-1ubuntu1~22.04_armhf.deb ... #13 45.13 Preparing to unpack .../391-python3-urllib3_1.26.12-1_all.deb ... #13 45.13 Unpacking python3-urllib3 (1.26.12-1) ... #13 45.17 Selecting previously unselected package python3-requests. #13 45.18 Preparing to unpack .../392-python3-requests_2.28.1+dfsg-1_all.deb ... #13 45.18 Unpacking python3-requests (2.28.1+dfsg-1) ... #13 45.22 Selecting previously unselected package python3-unidiff. #13 45.22 Preparing to unpack .../393-python3-unidiff_0.7.3-1_all.deb ... #13 45.22 Unpacking python3-unidiff (0.7.3-1) ... #13 45.27 Selecting previously unselected package shared-mime-info. #13 45.27 Preparing to unpack .../394-shared-mime-info_2.2-1_amd64.deb ... #13 45.27 Unpacking shared-mime-info (2.2-1) ... #13 45.40 Selecting previously unselected package strace. #16 7.831 (10/93): cracklib-dicts-2.9.6-27.el9.x86_64.rpm 3.4 MB/s | 3.6 MB 00:01 #16 7.847 (11/93): libedit-3.1-38.20210216cvs.el9.x86_64. 1.4 MB/s | 104 kB 00:00 #16 7.864 (12/93): libdb-5.3.28-53.el9.x86_64.rpm 3.4 MB/s | 738 kB 00:00 #16 7.906 (13/93): libfdisk-2.37.4-15.el9.x86_64.rpm 2.0 MB/s | 155 kB 00:00 #16 7.922 (14/93): libfido2-1.13.0-2.el9.x86_64.rpm 1.3 MB/s | 99 kB 00:00 #16 7.936 (15/93): libpwquality-1.4.4-8.el9.x86_64.rpm 1.6 MB/s | 119 kB 00:00 #16 7.980 (16/93): libseccomp-2.5.2-2.el9.x86_64.rpm 972 kB/s | 72 kB 00:00 #16 7.997 (17/93): libselinux-utils-3.6-1.el9.x86_64.rpm 2.5 MB/s | 190 kB 00:00 #16 8.007 (18/93): libutempter-1.2.1-6.el9.x86_64.rpm 378 kB/s | 27 kB 00:00 #13 43.12 Preparing to unpack .../152-equivs_2.3.1_all.deb ... #13 43.13 Unpacking equivs (2.3.1) ... #13 43.18 Selecting previously unselected package fonts-dejavu-core. #13 43.18 Preparing to unpack .../153-fonts-dejavu-core_2.37-2_all.deb ... #13 43.19 Unpacking fonts-dejavu-core (2.37-2) ... #13 43.35 Selecting previously unselected package fontconfig-config. #13 43.36 Preparing to unpack .../154-fontconfig-config_2.13.1-4.2_all.deb ... #13 39.36 (148/154): glibc-common-2.38-14.fc39.aarch64.rp 20 MB/s | 349 kB 00:00 #13 39.36 (149/154): glibc-minimal-langpack-2.38-14.fc39. 3.5 MB/s | 70 kB 00:00 #13 39.37 (150/154): rpm-4.19.1-1.fc39.aarch64.rpm 60 MB/s | 537 kB 00:00 #13 39.37 (151/154): rpm-build-libs-4.19.1-1.fc39.aarch64 8.1 MB/s | 92 kB 00:00 #13 39.37 (152/154): python3-rpm-4.19.1-1.fc39.aarch64.rp 4.5 MB/s | 68 kB 00:00 #13 39.38 (153/154): rpm-libs-4.19.1-1.fc39.aarch64.rpm 35 MB/s | 306 kB 00:00 #13 39.38 (154/154): rpm-sign-libs-4.19.1-1.fc39.aarch64. 2.3 MB/s | 26 kB 00:00 #13 39.38 -------------------------------------------------------------------------------- #13 39.38 Total 20 MB/s | 35 MB 00:01 #14 45.13 Fetched 124 MB in 38s (3288 kB/s) #14 45.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 ... 4346 files and directories currently installed.) #14 45.17 Preparing to unpack .../libc6_2.37-0ubuntu2.2_armhf.deb ... #14 45.29 Unpacking libc6:armhf (2.37-0ubuntu2.2) over (2.37-0ubuntu2.1) ... #14 48.64 Selecting previously unselected package libmoo-perl. #14 48.64 Preparing to unpack .../163-libmoo-perl_2.003006-1_all.deb ... #14 48.65 Unpacking libmoo-perl (2.003006-1) ... #14 48.68 Selecting previously unselected package libencode-locale-perl. #14 48.69 Preparing to unpack .../164-libencode-locale-perl_1.05-1_all.deb ... #14 48.69 Unpacking libencode-locale-perl (1.05-1) ... #14 48.72 Selecting previously unselected package libtimedate-perl. #14 48.72 Preparing to unpack .../165-libtimedate-perl_2.3200-1_all.deb ... #14 48.73 Unpacking libtimedate-perl (2.3200-1) ... #14 48.76 Selecting previously unselected package libhttp-date-perl. #14 48.77 Preparing to unpack .../166-libhttp-date-perl_6.05-1_all.deb ... #14 48.77 Unpacking libhttp-date-perl (6.05-1) ... #14 48.81 Selecting previously unselected package libfile-listing-perl. #14 48.82 Preparing to unpack .../167-libfile-listing-perl_6.04-1_all.deb ... #14 48.84 Unpacking libfile-listing-perl (6.04-1) ... #13 40.85 Preparing to unpack .../380-xdelta3_3.0.11-dfsg-1.2_arm64.deb ... #13 40.85 Unpacking xdelta3 (3.0.11-dfsg-1.2) ... #13 40.89 Selecting previously unselected package pristine-tar. #13 40.89 Preparing to unpack .../381-pristine-tar_1.50_arm64.deb ... #13 40.89 Unpacking pristine-tar (1.50) ... #13 40.94 Selecting previously unselected package publicsuffix. #13 40.94 Preparing to unpack .../382-publicsuffix_20230209.2326-1_all.deb ... #13 40.94 Unpacking publicsuffix (20230209.2326-1) ... #13 40.99 Selecting previously unselected package python-apt-common. #13 40.99 Preparing to unpack .../383-python-apt-common_2.6.0_all.deb ... #13 40.99 Unpacking python-apt-common (2.6.0) ... #13 41.04 Selecting previously unselected package python3-apt. #13 41.05 Preparing to unpack .../384-python3-apt_2.6.0_arm64.deb ... #13 41.05 Unpacking python3-apt (2.6.0) ... #13 41.10 Selecting previously unselected package python3-certifi. #14 47.62 Preparing to unpack .../044-publicsuffix_20230209.2326-1_all.deb ... #14 47.63 Unpacking publicsuffix (20230209.2326-1) ... #14 47.67 Selecting previously unselected package strace. #14 47.67 Preparing to unpack .../045-strace_6.5-0.0ubuntu1_armhf.deb ... #14 47.67 Unpacking strace (6.5-0.0ubuntu1) ... #14 47.71 Selecting previously unselected package xauth. #14 47.71 Preparing to unpack .../046-xauth_1%3a1.1.2-1_armhf.deb ... #14 47.71 Unpacking xauth (1:1.1.2-1) ... #14 47.76 Selecting previously unselected package xz-utils. #13 41.85 Preparing to unpack .../337-unzip_6.0-26+deb11u1_amd64.deb ... #13 41.86 Unpacking unzip (6.0-26+deb11u1) ... #13 41.93 Selecting previously unselected package lintian. #13 41.94 Preparing to unpack .../338-lintian_2.104.0_all.deb ... #13 41.94 Unpacking lintian (2.104.0) ... #13 44.25 Setting up libreadline7:amd64 (7.0-5) ... #13 44.27 Setting up libgdbm6:amd64 (1.18.1-4) ... #13 44.28 Setting up gnupg-utils (2.2.12-1+deb10u2) ... #13 44.29 Setting up binutils-x86-64-linux-gnu (2.31.1-16) ... #13 44.30 Setting up libtsan0:amd64 (8.3.0-6) ... #13 44.31 Setting up pinentry-curses (1.1.0-2) ... #13 44.33 Setting up manpages-dev (4.16-2) ... #13 44.35 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... #13 44.36 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u6) ... #13 44.37 Setting up libxcb1:amd64 (1.13.1-2) ... #13 44.38 Setting up at (3.1.23-1) ... #13 44.52 invoke-rc.d: could not determine current runlevel #13 41.16 Preparing to unpack .../332-xauth_1%3a1.0.10-1_arm64.deb ... #13 41.17 Unpacking xauth (1:1.0.10-1) ... #13 41.21 Selecting previously unselected package xdg-user-dirs. #13 41.22 Preparing to unpack .../333-xdg-user-dirs_0.17-2_arm64.deb ... #13 41.23 Unpacking xdg-user-dirs (0.17-2) ... #13 41.32 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ... #13 41.34 Setting up libapt-pkg-perl (0.1.34+b1) ... #13 41.35 Setting up libksba8:arm64 (1.3.5-2+deb10u2) ... #13 41.36 Setting up libpipeline1:arm64 (1.5.1-2) ... #13 41.38 Setting up wdiff (1.2.2-2+b1) ... #13 41.39 Setting up lsb-base (10.2019051400) ... #13 41.40 Setting up mysql-common (5.8+1.0.5) ... #13 41.44 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode #14 41.24 Setting up libxpm4:amd64 (1:3.5.12-1.1ubuntu0.1) ... #14 42.89 Preparing to unpack .../087-libitm1_10.5.0-1ubuntu1~20.04_amd64.deb ... #14 42.89 Unpacking libitm1:amd64 (10.5.0-1ubuntu1~20.04) ... #14 42.93 Selecting previously unselected package libatomic1:amd64. #14 42.94 Preparing to unpack .../088-libatomic1_10.5.0-1ubuntu1~20.04_amd64.deb ... #14 42.94 Unpacking libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ... #14 42.97 Selecting previously unselected package libasan5:amd64. #14 42.98 Preparing to unpack .../089-libasan5_9.4.0-1ubuntu1~20.04.2_amd64.deb ... #14 42.98 Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ... #13 41.51 Preparing to unpack .../355-strace_5.10-1_arm64.deb ... #13 41.51 Unpacking strace (5.10-1) ... #13 41.60 Selecting previously unselected package xauth. #13 41.60 Preparing to unpack .../356-xauth_1%3a1.1-1_arm64.deb ... #13 41.61 Unpacking xauth (1:1.1-1) ... #13 41.66 Selecting previously unselected package xdg-user-dirs. #13 41.66 Preparing to unpack .../357-xdg-user-dirs_0.17-2_arm64.deb ... #13 41.67 Unpacking xdg-user-dirs (0.17-2) ... #13 41.74 Setting up libksba8:arm64 (1.5.0-3+deb11u2) ... #15 3.889 dpkg-genbuildinfo --build=binary #15 4.036 dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes #15 4.129 dpkg-genchanges: info: binary-only upload (no source code included) #14 38.86 Get:322 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 liblzo2-2 arm64 2.10-2build3 [51.4 kB] #16 83.29 Installing : openssh-7.4p1-23.el7_9.aarch64 23/60 #16 83.32 Installing : lzo-2.06-8.el7.aarch64 24/60 #14 36.12 Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB] #14 36.14 Get:297 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-someutils-xs-perl arm64 0.58-2build3 [32.5 kB] #14 37.57 Get:297 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsub-identify-perl arm64 0.14-3 [9738 B] #14 37.59 Get:298 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsub-name-perl arm64 0.26-2build1 [10.6 kB] #14 37.60 Get:299 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnamespace-clean-perl all 0.27-2 [14.0 kB] #14 37.65 Get:300 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpath-tiny-perl all 0.144-1 [47.7 kB] #14 37.71 Get:301 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB] #14 38.48 Preparing to unpack .../342-libxml-namespacesupport-perl_1.12-2_all.deb ... #14 38.48 Unpacking libxml-namespacesupport-perl (1.12-2) ... #14 38.51 Selecting previously unselected package libxml-sax-base-perl. #14 38.52 Preparing to unpack .../343-libxml-sax-base-perl_1.09-3_all.deb ... #14 38.52 Unpacking libxml-sax-base-perl (1.09-3) ... #14 38.57 Selecting previously unselected package libxml-sax-perl. #14 38.58 Preparing to unpack .../344-libxml-sax-perl_1.02+dfsg-3_all.deb ... #14 38.58 Unpacking libxml-sax-perl (1.02+dfsg-3) ... #14 38.62 Selecting previously unselected package libxml-libxml-perl. #14 38.62 Preparing to unpack .../345-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1build1_amd64.deb ... #14 38.62 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1build1) ... #14 38.68 Selecting previously unselected package libxml-parser-perl. #14 38.68 Preparing to unpack .../346-libxml-parser-perl_2.46-4_amd64.deb ... #14 38.68 Unpacking libxml-parser-perl (2.46-4) ... #13 48.73 Preparing to unpack .../370-manpages-dev_6.03-2_all.deb ... #13 48.73 Unpacking manpages-dev (6.03-2) ... #13 46.71 Setting up libgomp1:armhf (8.3.0-6) ... #13 46.72 Setting up libapt-inst2.0:armhf (1.8.2.3) ... #13 46.74 Setting up bzip2 (1.0.6-9.2~deb10u2) ... #13 46.75 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ... #13 46.76 Setting up libicu63:armhf (63.1-6+deb10u3) ... #13 46.78 Setting up libfakeroot:armhf (1.23-1) ... #13 46.80 Setting up libkrb5support0:armhf (1.17-3+deb10u6) ... #13 46.81 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ... #13 46.82 Setting up fakeroot (1.23-1) ... #13 46.83 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #13 46.85 Setting up mariadb-common (1:10.3.39-0+deb10u1) ... #13 46.89 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode #13 46.90 Setting up libasan5:armhf (8.3.0-6) ... #13 46.91 Setting up autotools-dev (20180224.1) ... #14 49.05 Unpacking libubsan1:armhf (12.3.0-1ubuntu1~22.04) ... #14 49.10 Selecting previously unselected package libgcc-11-dev:armhf. #14 49.10 Preparing to unpack .../081-libgcc-11-dev_11.4.0-1ubuntu1~22.04_armhf.deb ... #14 49.11 Unpacking libgcc-11-dev:armhf (11.4.0-1ubuntu1~22.04) ... #14 49.18 Selecting previously unselected package gcc-11. #14 49.18 Preparing to unpack .../082-gcc-11_11.4.0-1ubuntu1~22.04_armhf.deb ... #14 49.18 Unpacking gcc-11 (11.4.0-1ubuntu1~22.04) ... #13 45.40 Preparing to unpack .../395-strace_6.1-0.1_amd64.deb ... #13 45.41 Unpacking strace (6.1-0.1) ... #13 45.48 Selecting previously unselected package xauth. #13 45.49 Preparing to unpack .../396-xauth_1%3a1.1.2-1_amd64.deb ... #13 45.49 Unpacking xauth (1:1.1.2-1) ... #13 45.54 Selecting previously unselected package xdg-user-dirs. #16 8.059 (19/93): make-4.3-7.el9.x86_64.rpm 6.7 MB/s | 538 kB 00:00 #16 8.078 (20/93): openssh-8.7p1-38.el9.x86_64.rpm 5.6 MB/s | 462 kB 00:00 #16 8.087 (21/93): openssh-clients-8.7p1-38.el9.x86_64.rp 8.8 MB/s | 719 kB 00:00 #16 8.157 (22/93): pam-1.5.1-17.el9.x86_64.rpm 7.7 MB/s | 628 kB 00:00 #16 8.163 (23/93): policycoreutils-3.6-1.el9.x86_64.rpm 3.1 MB/s | 242 kB 00:00 #16 8.211 (24/93): openssl-3.0.7-25.el9.x86_64.rpm 8.0 MB/s | 1.2 MB 00:00 #16 8.230 (25/93): python3-distro-1.5.0-7.el9.noarch.rpm 506 kB/s | 37 kB 00:00 #16 8.240 (26/93): python3-setools-4.4.4-1.el9.x86_64.rpm 7.7 MB/s | 605 kB 00:00 #16 8.311 (27/93): rpm-plugin-selinux-4.16.1.3-29.el9.x86 210 kB/s | 17 kB 00:00 #13 43.47 Unpacking fontconfig-config (2.13.1-4.2) ... #13 43.59 Selecting previously unselected package libcurl3-gnutls:armhf. #13 43.59 Preparing to unpack .../155-libcurl3-gnutls_7.74.0-1.3+deb11u11_armhf.deb ... #13 43.60 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u11) ... #13 43.67 Selecting previously unselected package liberror-perl. #13 43.67 Preparing to unpack .../156-liberror-perl_0.17029-1_all.deb ... #13 43.68 Unpacking liberror-perl (0.17029-1) ... #14 48.87 Selecting previously unselected package libhtml-tagset-perl. #14 48.88 Preparing to unpack .../168-libhtml-tagset-perl_3.20-4_all.deb ... #14 48.88 Unpacking libhtml-tagset-perl (3.20-4) ... #14 48.92 Selecting previously unselected package liburi-perl. #14 48.92 Preparing to unpack .../169-liburi-perl_1.76-2_all.deb ... #14 48.92 Unpacking liburi-perl (1.76-2) ... #14 48.97 Selecting previously unselected package libhtml-parser-perl. #14 48.97 Preparing to unpack .../170-libhtml-parser-perl_3.72-5_armhf.deb ... #14 48.97 Unpacking libhtml-parser-perl (3.72-5) ... #14 49.02 Selecting previously unselected package libhtml-tree-perl. #14 49.02 Preparing to unpack .../171-libhtml-tree-perl_5.07-2_all.deb ... #14 49.02 Unpacking libhtml-tree-perl (5.07-2) ... #14 49.07 Selecting previously unselected package libio-html-perl. #13 41.10 Preparing to unpack .../385-python3-certifi_2022.9.24-1_all.deb ... #13 41.10 Unpacking python3-certifi (2022.9.24-1) ... #13 41.19 Selecting previously unselected package python3-charset-normalizer. #13 41.19 Preparing to unpack .../386-python3-charset-normalizer_3.0.1-2_all.deb ... #13 41.20 Unpacking python3-charset-normalizer (3.0.1-2) ... #13 41.24 Selecting previously unselected package python3-idna. #13 41.24 Preparing to unpack .../387-python3-idna_3.3-1_all.deb ... #13 41.24 Unpacking python3-idna (3.3-1) ... #13 41.28 Selecting previously unselected package python3-magic. #13 41.29 Preparing to unpack .../388-python3-magic_2%3a0.4.26-3_all.deb ... #13 41.29 Unpacking python3-magic (2:0.4.26-3) ... #13 41.33 Selecting previously unselected package python3-six. #13 41.33 Preparing to unpack .../389-python3-six_1.16.0-4_all.deb ... #13 41.33 Unpacking python3-six (1.16.0-4) ... #13 41.37 Selecting previously unselected package python3-urllib3. #13 42.22 Selecting previously unselected package lsb-release. #14 47.76 Preparing to unpack .../047-xz-utils_5.4.1-0.2_armhf.deb ... #14 47.76 Unpacking xz-utils (5.4.1-0.2) ... #14 47.80 Selecting previously unselected package m4. #14 47.80 Preparing to unpack .../048-m4_1.4.19-3_armhf.deb ... #14 47.80 Unpacking m4 (1.4.19-3) ... #14 47.84 Selecting previously unselected package autoconf. #14 47.84 Preparing to unpack .../049-autoconf_2.71-3_all.deb ... #14 47.85 Unpacking autoconf (2.71-3) ... #14 47.89 Selecting previously unselected package autotools-dev. #14 47.90 Preparing to unpack .../050-autotools-dev_20220109.1_all.deb ... #14 47.90 Unpacking autotools-dev (20220109.1) ... #14 47.94 Selecting previously unselected package automake. #14 47.94 Preparing to unpack .../051-automake_1%3a1.16.5-1.3_all.deb ... #14 47.94 Unpacking automake (1:1.16.5-1.3) ... #14 48.00 Selecting previously unselected package autopoint. #14 48.00 Preparing to unpack .../052-autopoint_0.21-13_all.deb ... #14 48.01 Unpacking autopoint (0.21-13) ... #14 48.04 Selecting previously unselected package binutils-common:armhf. #14 48.04 Preparing to unpack .../053-binutils-common_2.41-5ubuntu1_armhf.deb ... #14 48.05 Unpacking binutils-common:armhf (2.41-5ubuntu1) ... #14 48.09 Selecting previously unselected package libsframe1:armhf. #14 48.09 Preparing to unpack .../054-libsframe1_2.41-5ubuntu1_armhf.deb ... #14 48.09 Unpacking libsframe1:armhf (2.41-5ubuntu1) ... #14 48.13 Selecting previously unselected package libbinutils:armhf. #13 44.52 invoke-rc.d: policy-rc.d denied execution of start. #13 44.53 Setting up libedit2:amd64 (3.1-20181209-1) ... #13 44.58 Setting up libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ... #13 44.59 Setting up cron (3.0pl1-134+deb10u1) ... #13 44.67 Adding group `crontab' (GID 102) ... #13 41.45 Setting up libxau6:arm64 (1:1.0.8-1+b2) ... #13 41.46 Setting up libkeyutils1:arm64 (1.6-6) ... #13 41.48 Setting up libpsl5:arm64 (0.20.2-2) ... #13 41.49 Setting up libgpm2:arm64 (1.20.7-5) ... #13 41.50 Setting up mime-support (3.62) ... #13 41.54 Setting up xdg-user-dirs (0.17-2) ... #13 41.57 Setting up libmagic-mgc (1:5.35-4+deb10u2) ... #13 41.58 Setting up psmisc (23.2-1+deb10u1) ... #13 41.60 Setting up libgc1c2:arm64 (1:7.6.4-0.4) ... #13 41.61 Setting up libyaml-0-2:arm64 (0.2.1-1) ... #13 41.63 Setting up libglib2.0-0:arm64 (2.58.3-2+deb10u5) ... #13 41.68 No schema files found: doing nothing. #14 43.37 Selecting previously unselected package liblsan0:amd64. #14 41.25 Setting up openssh-client (1:9.0p1-1ubuntu8.7) ... #14 41.35 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode #14 41.35 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 #14 41.36 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode #14 41.36 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 #14 41.36 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode #14 41.36 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 #14 41.37 Setting up gpgsm (2.2.40-1.1ubuntu1) ... #14 41.38 Setting up libxext6:amd64 (2:1.3.4-1build1) ... #14 41.39 Setting up libcurl3-gnutls:amd64 (7.88.1-8ubuntu2.4) ... #14 41.41 Setting up binutils (2.40-2ubuntu4.1) ... #14 41.42 Setting up man-db (2.11.2-1) ... #14 41.51 Building database of manual pages ... #13 41.76 Setting up media-types (4.0.0) ... #13 41.78 Setting up libpipeline1:arm64 (1.5.3-1) ... #13 41.80 Setting up wdiff (1.2.2-2+b1) ... #13 41.81 Setting up libxau6:arm64 (1:1.0.9-1) ... #13 41.82 Setting up libre2-9:arm64 (20210201+dfsg-1) ... #13 41.84 Setting up libpsl5:arm64 (0.21.0-1.2) ... #13 41.89 Setting up libgpm2:arm64 (1.20.7-8) ... #13 41.91 Setting up bsdextrautils (2.36.1-8+deb11u1) ... #13 41.92 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode #13 41.92 Setting up libicu67:arm64 (67.1-7) ... #13 41.94 Setting up libfcgi0ldbl:arm64 (2.4.2-2) ... #13 41.95 Setting up xdg-user-dirs (0.17-2) ... #13 41.98 Setting up libmagic-mgc (1:5.39-3+deb11u1) ... #13 41.99 Setting up libyaml-0-2:arm64 (0.2.2-1) ... #13 39.10 Setting up libtool (2.4.7-5) ... #13 39.11 Setting up libimport-into-perl (1.002005-2) ... #13 39.13 Setting up libmoo-perl (2.005005-1) ... #13 39.15 Setting up python3 (3.11.2-1) ... #13 39.26 Setting up gcc (4:12.2.0-3+rpi1) ... #13 39.30 Setting up dh-autoreconf (20) ... #13 39.32 Setting up debhelper (13.11.4) ... #13 39.34 Setting up equivs (2.3.1) ... #13 39.35 Setting up liblwp-protocol-https-perl (6.10-1) ... #14 39.98 Get:260 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfuture-perl all 0.43-1 [77.8 kB] #14 40.07 Get:261 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-stringy-perl all 2.111-3 [55.8 kB] #14 40.15 Get:262 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-validate-perl arm64 1.29-3 [51.0 kB] #15 4.133 dpkg-source --after-build . #15 4.246 dpkg-buildpackage: info: binary-only upload (no source included) #15 4.250 #15 4.250 The package has been created. #15 4.250 Attention, the package has been created in the current directory, #15 4.250 not in ".." as indicated by the message above! #15 4.270 Selecting previously unselected package docker-ce-build-deps. #15 4.281 (Reading database ... 17543 files and directories currently installed.) #15 4.282 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #15 4.286 Unpacking docker-ce-build-deps (1.0) ... #16 3.134 CentOS Stream 9 - CRB 3.2 MB/s | 4.5 MB 00:01 #14 38.88 Get:323 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsys-hostname-long-perl all 1.5-3 [10.6 kB] #14 38.89 Get:324 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmail-sendmail-perl all 0.80-3 [21.7 kB] #14 38.90 Get:325 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnet-smtp-ssl-perl all 1.04-2 [6218 B] #14 38.90 Get:326 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmailtools-perl all 2.21-2 [80.4 kB] #14 38.93 Get:327 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmarkdown2 arm64 2.2.7-2 [37.0 kB] #14 38.94 Get:328 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmath-base85-perl all 0.5+dfsg-2 [6124 B] #14 38.94 Get:329 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmldbm-perl all 2.05-4 [16.0 kB] #14 38.95 Get:330 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmoox-aliases-perl all 0.001006-2 [6796 B] #14 36.55 Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-utilsby-perl all 0.11-1 [14.7 kB] #14 36.70 Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl7 arm64 2.4.6-15build2 [39.5 kB] #14 37.73 Get:302 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtype-tiny-perl all 2.002001-1 [344 kB] #14 37.88 Get:303 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libgitlab-api-v4-perl all 0.26-2 [82.4 kB] #14 38.72 Selecting previously unselected package libxml-sax-expat-perl. #14 38.72 Preparing to unpack .../347-libxml-sax-expat-perl_0.51-2_all.deb ... #14 38.73 Unpacking libxml-sax-expat-perl (0.51-2) ... #14 38.77 Selecting previously unselected package libyaml-libyaml-perl. #14 38.77 Preparing to unpack .../348-libyaml-libyaml-perl_0.86+ds-1_amd64.deb ... #14 38.77 Unpacking libyaml-libyaml-perl (0.86+ds-1) ... #14 38.82 Selecting previously unselected package licensecheck. #14 38.82 Preparing to unpack .../349-licensecheck_3.3.9-1ubuntu1_all.deb ... #14 38.82 Unpacking licensecheck (3.3.9-1ubuntu1) ... #14 38.88 Selecting previously unselected package libdevel-size-perl. #14 38.88 Preparing to unpack .../350-libdevel-size-perl_0.83-2build1_amd64.deb ... #14 38.89 Unpacking libdevel-size-perl (0.83-2build1) ... #14 38.92 Selecting previously unselected package libipc-run3-perl. #14 38.92 Preparing to unpack .../351-libipc-run3-perl_0.048-3_all.deb ... #14 38.93 Unpacking libipc-run3-perl (0.048-3) ... #14 38.96 Selecting previously unselected package lzip. #14 38.96 Preparing to unpack .../352-lzip_1.23-6_amd64.deb ... #14 38.97 Unpacking lzip (1.23-6) ... #14 39.00 Selecting previously unselected package lzop. #14 39.01 Preparing to unpack .../353-lzop_1.04-2build2_amd64.deb ... #14 39.01 Unpacking lzop (1.04-2build2) ... #14 39.04 Selecting previously unselected package t1utils. #13 49.05 Selecting previously unselected package pbzip2. #13 49.05 Preparing to unpack .../371-pbzip2_1.1.13-1_armhf.deb ... #13 49.06 Unpacking pbzip2 (1.1.13-1) ... #13 49.10 Selecting previously unselected package pixz. #13 49.10 Preparing to unpack .../372-pixz_1.0.7-2_armhf.deb ... #13 49.11 Unpacking pixz (1.0.7-2) ... #13 49.15 Selecting previously unselected package xdelta. #13 49.15 Preparing to unpack .../373-xdelta_1.1.3-10.4_armhf.deb ... #13 49.15 Unpacking xdelta (1.1.3-10.4) ... #13 49.19 Selecting previously unselected package xdelta3. #13 49.20 Preparing to unpack .../374-xdelta3_3.0.11-dfsg-1.2_armhf.deb ... #13 49.20 Unpacking xdelta3 (3.0.11-dfsg-1.2) ... #13 49.24 Selecting previously unselected package pristine-tar. #13 49.24 Preparing to unpack .../375-pristine-tar_1.50_armhf.deb ... #13 49.25 Unpacking pristine-tar (1.50) ... #13 46.92 Setting up libglib2.0-data (2.58.3-2+deb10u5) ... #13 46.93 Setting up libpython2.7-minimal:armhf (2.7.16-2+deb10u3) ... #13 46.95 Setting up libwrap0:armhf (7.6.q-28) ... #13 46.97 Setting up libx11-data (2:1.6.7-1+deb10u4) ... #13 46.99 Setting up make (4.2.1-1.2) ... #13 47.00 Setting up libmpfr6:armhf (4.0.2-1) ... #13 47.01 Setting up gnupg-l10n (2.2.12-1+deb10u2) ... #13 47.02 Setting up libntlm0:armhf (1.5-1+deb10u1) ... #13 47.04 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ... #13 47.06 Setting up libidn11:armhf (1.33-2.2) ... #13 47.07 Setting up libncurses6:armhf (6.1+20181013-2+deb10u5) ... #13 47.08 Setting up strace (4.26-0.2) ... #13 47.10 Setting up libsigsegv2:armhf (2.12-2) ... #13 47.11 Setting up xz-utils (5.2.4-1+deb10u1) ... #13 47.12 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #13 47.13 Setting up libfribidi0:armhf (1.0.5-3.1+deb10u2) ... #13 47.15 Setting up t1utils (1.41-3) ... #13 47.16 Setting up diffstat (1.62-1) ... #13 47.17 Setting up libmpc3:armhf (1.1.0-1) ... #13 47.18 Setting up libatomic1:armhf (8.3.0-6) ... #13 47.20 Setting up patch (2.7.6-3+deb10u1) ... #13 47.21 Setting up mailutils-common (1:3.5-4) ... #13 47.23 Setting up autopoint (0.19.8.1-9) ... #13 47.24 Setting up libmariadb3:armhf (1:10.3.39-0+deb10u1) ... #14 49.47 Selecting previously unselected package gcc. #14 49.47 Preparing to unpack .../083-gcc_4%3a11.2.0-1ubuntu1_armhf.deb ... #14 49.53 Unpacking gcc (4:11.2.0-1ubuntu1) ... #14 49.57 Selecting previously unselected package libstdc++-11-dev:armhf. #13 45.54 Preparing to unpack .../397-xdg-user-dirs_0.18-1_amd64.deb ... #13 45.55 Unpacking xdg-user-dirs (0.18-1) ... #13 45.60 Selecting previously unselected package zstd. #13 45.61 Preparing to unpack .../398-zstd_1.5.4+dfsg2-5_amd64.deb ... #13 45.61 Unpacking zstd (1.5.4+dfsg2-5) ... #13 45.72 Setting up liblz1:amd64 (1.13-5) ... #13 45.73 Setting up libksba8:amd64 (1.6.3-2) ... #13 45.75 Setting up media-types (10.0.0) ... #13 45.76 Setting up libpipeline1:amd64 (1.5.7-1) ... #13 45.80 Setting up plzip (1.10-5) ... #13 45.81 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip (lzip) in auto mode #13 45.82 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode #13 45.82 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode #13 45.84 Setting up wdiff (1.2.2-5) ... #13 45.85 Setting up libaom3:amd64 (3.6.0-1) ... #13 45.86 Setting up libabsl20220623:amd64 (20220623.1-1) ... #13 45.87 Setting up libxau6:amd64 (1:1.0.9-1) ... #13 45.88 Setting up libre2-9:amd64 (20220601+dfsg-1+b1) ... #13 45.90 Setting up libkeyutils1:amd64 (1.6.3-2) ... #13 45.91 Setting up libpsl5:amd64 (0.21.2-1) ... #13 45.92 Setting up libgpm2:amd64 (1.20.7-10+b1) ... #13 45.93 Setting up libicu72:amd64 (72.1-3) ... #16 8.315 (28/93): selinux-policy-38.1.30-1.el9.noarch.rp 752 kB/s | 56 kB 00:00 #16 8.360 (29/93): python3-setuptools-53.0.0-12.el9.noarc 6.2 MB/s | 944 kB 00:00 #16 8.437 (30/93): systemd-pam-252-23.el9.x86_64.rpm 3.4 MB/s | 266 kB 00:00 #13 43.72 Selecting previously unselected package git-man. #13 43.73 Preparing to unpack .../157-git-man_1%3a2.30.2-1+deb11u2_all.deb ... #13 43.73 Unpacking git-man (1:2.30.2-1+deb11u2) ... #13 43.89 Selecting previously unselected package git. #13 43.89 Preparing to unpack .../158-git_1%3a2.30.2-1+deb11u2_armhf.deb ... #13 43.91 Unpacking git (1:2.30.2-1+deb11u2) ... #14 49.07 Preparing to unpack .../172-libio-html-perl_1.001-1_all.deb ... #14 49.08 Unpacking libio-html-perl (1.001-1) ... #14 49.12 Selecting previously unselected package liblwp-mediatypes-perl. #14 49.12 Preparing to unpack .../173-liblwp-mediatypes-perl_6.04-1_all.deb ... #14 49.13 Unpacking liblwp-mediatypes-perl (6.04-1) ... #14 49.16 Selecting previously unselected package libhttp-message-perl. #14 49.17 Preparing to unpack .../174-libhttp-message-perl_6.22-1_all.deb ... #14 49.17 Unpacking libhttp-message-perl (6.22-1) ... #14 49.21 Selecting previously unselected package libhttp-cookies-perl. #14 49.21 Preparing to unpack .../175-libhttp-cookies-perl_6.08-1_all.deb ... #14 49.22 Unpacking libhttp-cookies-perl (6.08-1) ... #14 49.26 Selecting previously unselected package libhttp-negotiate-perl. #14 49.26 Preparing to unpack .../176-libhttp-negotiate-perl_6.01-1_all.deb ... #14 49.26 Unpacking libhttp-negotiate-perl (6.01-1) ... #14 49.30 Selecting previously unselected package perl-openssl-defaults:armhf. #14 49.30 Preparing to unpack .../177-perl-openssl-defaults_4_armhf.deb ... #14 49.31 Unpacking perl-openssl-defaults:armhf (4) ... #14 49.34 Selecting previously unselected package libnet-ssleay-perl. #13 41.38 Preparing to unpack .../390-python3-urllib3_1.26.12-1_all.deb ... #13 41.38 Unpacking python3-urllib3 (1.26.12-1) ... #13 41.42 Selecting previously unselected package python3-requests. #13 41.43 Preparing to unpack .../391-python3-requests_2.28.1+dfsg-1_all.deb ... #13 41.43 Unpacking python3-requests (2.28.1+dfsg-1) ... #13 41.47 Selecting previously unselected package python3-unidiff. #13 41.47 Preparing to unpack .../392-python3-unidiff_0.7.3-1_all.deb ... #13 41.48 Unpacking python3-unidiff (0.7.3-1) ... #13 41.52 Selecting previously unselected package shared-mime-info. #13 41.52 Preparing to unpack .../393-shared-mime-info_2.2-1_arm64.deb ... #13 41.52 Unpacking shared-mime-info (2.2-1) ... #13 41.62 Selecting previously unselected package strace. #13 42.23 Preparing to unpack .../339-lsb-release_11.1.0_all.deb ... #13 42.23 Unpacking lsb-release (11.1.0) ... #13 42.27 Selecting previously unselected package manpages-dev. #13 42.27 Preparing to unpack .../340-manpages-dev_5.10-1_all.deb ... #13 42.28 Unpacking manpages-dev (5.10-1) ... #13 42.59 Selecting previously unselected package pbzip2. #13 44.68 Done. #13 44.70 invoke-rc.d: could not determine current runlevel #13 44.70 invoke-rc.d: policy-rc.d denied execution of start. #13 44.81 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... #13 44.83 Setting up m4 (1.4.18-2) ... #13 44.85 Setting up binutils (2.31.1-16) ... #13 44.86 Setting up libpython2.7-stdlib:amd64 (2.7.16-2+deb10u3) ... #13 44.87 Setting up ca-certificates (20200601~deb10u2) ... #14 48.13 Preparing to unpack .../055-libbinutils_2.41-5ubuntu1_armhf.deb ... #14 48.13 Unpacking libbinutils:armhf (2.41-5ubuntu1) ... #14 48.18 Selecting previously unselected package libctf-nobfd0:armhf. #14 48.18 Preparing to unpack .../056-libctf-nobfd0_2.41-5ubuntu1_armhf.deb ... #14 48.19 Unpacking libctf-nobfd0:armhf (2.41-5ubuntu1) ... #14 48.22 Selecting previously unselected package libctf0:armhf. #14 48.22 Preparing to unpack .../057-libctf0_2.41-5ubuntu1_armhf.deb ... #14 48.23 Unpacking libctf0:armhf (2.41-5ubuntu1) ... #14 48.26 Selecting previously unselected package binutils-arm-linux-gnueabihf. #14 48.26 Preparing to unpack .../058-binutils-arm-linux-gnueabihf_2.41-5ubuntu1_armhf.deb ... #14 48.27 Unpacking binutils-arm-linux-gnueabihf (2.41-5ubuntu1) ... #14 48.37 Selecting previously unselected package binutils. #13 41.69 Setting up distro-info-data (0.41+deb10u8) ... #13 41.70 Setting up manpages (4.16-2) ... #13 41.72 Setting up unzip (6.0-23+deb10u3) ... #13 41.74 Setting up libsqlite3-0:arm64 (3.27.2-3+deb10u2) ... #13 41.76 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ... #13 41.78 Setting up binutils-common:arm64 (2.31.1-16) ... #13 41.80 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u2) ... #13 41.81 Setting up libmagic1:arm64 (1:5.35-4+deb10u2) ... #13 41.83 Setting up less (487-0.1+b1) ... #13 41.92 Setting up perl-openssl-defaults:arm64 (3) ... #13 41.94 Setting up linux-libc-dev:arm64 (4.19.304-1) ... #13 41.95 Setting up gettext-base (0.19.8.1-9) ... #13 41.96 Setting up liblzo2-2:arm64 (2.10-0.1) ... #13 41.98 Setting up libnpth0:arm64 (1.6-1) ... #13 42.00 Setting up krb5-locales (1.17-3+deb10u6) ... #13 42.01 Setting up file (1:5.35-4+deb10u2) ... #13 42.02 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b7) ... #14 43.37 Preparing to unpack .../090-liblsan0_10.5.0-1ubuntu1~20.04_amd64.deb ... #14 43.38 Unpacking liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ... #14 43.49 Selecting previously unselected package libtsan0:amd64. #14 43.49 Preparing to unpack .../091-libtsan0_10.5.0-1ubuntu1~20.04_amd64.deb ... #14 43.49 Unpacking libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ... #14 43.71 Selecting previously unselected package libubsan1:amd64. #14 41.84 Setting up libgpgme11:amd64 (1.18.0-3ubuntu2) ... #13 42.00 Setting up libglib2.0-0:arm64 (2.66.8-1) ... #13 42.04 No schema files found: doing nothing. #13 42.05 Setting up distro-info-data (0.51+deb11u4) ... #13 42.06 Setting up manpages (5.10-1) ... #13 42.07 Setting up unzip (6.0-26+deb11u1) ... #13 42.08 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ... #13 42.10 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... #13 42.11 Setting up libsqlite3-0:arm64 (3.34.1-3) ... #13 42.12 Setting up libcbor0:arm64 (0.5.0+dfsg-2) ... #13 42.14 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ... #13 42.16 Setting up libfcgi-bin (2.4.2-2) ... #13 42.17 Setting up binutils-common:arm64 (2.35.2-2) ... #13 42.24 Setting up libnghttp2-14:arm64 (1.43.0-1+deb11u1) ... #13 39.37 Setting up libwww-perl (6.68-1) ... #13 39.39 Setting up devscripts (2.23.4) ... #13 39.56 Processing triggers for libc-bin (2.36-9+rpi1+deb12u3) ... #14 40.23 Get:263 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB] #14 40.31 Get:264 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsort-versions-perl all 1.62-1 [9294 B] #14 40.38 Get:265 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB] #14 40.53 Get:266 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B] #14 39.35 Get:331 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmouse-perl arm64 2.5.10-1build5 [160 kB] #14 37.90 Get:304 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libhtml-form-perl all 6.11-1 [32.1 kB] #14 37.90 Get:305 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libhtml-format-perl all 2.16-2 [36.9 kB] #14 37.91 Get:306 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libhtml-html5-entities-perl all 0.004-3 [21.6 kB] #14 39.04 Preparing to unpack .../354-t1utils_1.41-4build2_amd64.deb ... #14 39.04 Unpacking t1utils (1.41-4build2) ... #14 39.09 Selecting previously unselected package unzip. #14 39.09 Preparing to unpack .../355-unzip_6.0-28ubuntu1_amd64.deb ... #14 39.09 Unpacking unzip (6.0-28ubuntu1) ... #14 39.14 Selecting previously unselected package lintian. #14 39.14 Preparing to unpack .../356-lintian_2.116.3ubuntu3.1_all.deb ... #14 39.15 Unpacking lintian (2.116.3ubuntu3.1) ... #13 49.30 Selecting previously unselected package publicsuffix. #13 49.30 Preparing to unpack .../376-publicsuffix_20230209.2326-1_all.deb ... #13 49.31 Unpacking publicsuffix (20230209.2326-1) ... #13 49.35 Selecting previously unselected package python-apt-common. #13 49.35 Preparing to unpack .../377-python-apt-common_2.6.0_all.deb ... #13 49.36 Unpacking python-apt-common (2.6.0) ... #13 49.44 Selecting previously unselected package python3-apt. #13 49.45 Preparing to unpack .../378-python3-apt_2.6.0_armhf.deb ... #13 49.45 Unpacking python3-apt (2.6.0) ... #14 36.78 Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl-dev arm64 2.4.6-15build2 [170 kB] #14 36.94 Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblzo2-2 arm64 2.10-2build3 [51.4 kB] #14 49.57 Preparing to unpack .../084-libstdc++-11-dev_11.4.0-1ubuntu1~22.04_armhf.deb ... #14 49.58 Unpacking libstdc++-11-dev:armhf (11.4.0-1ubuntu1~22.04) ... #14 49.76 Selecting previously unselected package g++-11. #14 49.76 Preparing to unpack .../085-g++-11_11.4.0-1ubuntu1~22.04_armhf.deb ... #14 49.76 Unpacking g++-11 (11.4.0-1ubuntu1~22.04) ... #13 47.26 Setting up libfl2:armhf (2.6.4-6.2) ... #13 47.27 Setting up libpcre2-8-0:armhf (10.32-5+deb10u1) ... #13 47.29 Setting up libk5crypto3:armhf (1.17-3+deb10u6) ... #13 47.30 Setting up libltdl7:armhf (2.4.6-9) ... #13 47.32 Setting up libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ... #13 47.33 Setting up libevent-2.1-6:armhf (2.1.8-stable-4) ... #13 47.35 Setting up libubsan1:armhf (8.3.0-6) ... #13 47.36 Setting up libisl19:armhf (0.20-2) ... #13 47.39 Setting up dwz (0.12-3) ... #13 47.41 Setting up python-apt-common (1.8.4.3) ... #13 47.42 Setting up sensible-utils (0.0.12) ... #13 47.44 Setting up exim4-config (4.92-8+deb10u9) ... #13 45.94 Setting up liblerc4:amd64 (4.0.0+ds-2) ... #13 45.96 Setting up bsdextrautils (2.38.1-5+b1) ... #13 45.97 Setting up libfcgi0ldbl:amd64 (2.4.2-2) ... #13 45.98 Setting up libtext-glob-perl (0.11-3) ... #13 45.99 Setting up xdg-user-dirs (0.18-1) ... #13 46.02 Setting up libmagic-mgc (1:5.44-3) ... #13 46.03 Setting up libyaml-0-2:amd64 (0.2.5-1) ... #13 46.04 Setting up libglib2.0-0:amd64 (2.74.6-2) ... #13 46.06 No schema files found: doing nothing. #13 46.06 Setting up distro-info-data (0.58+deb12u1) ... #13 46.08 Setting up manpages (6.03-2) ... #13 46.09 Setting up libtirpc-common (1.3.3+ds-1) ... #13 46.11 Setting up unzip (6.0-28) ... #13 46.13 Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... #13 46.14 Setting up libbrotli1:amd64 (1.0.9-2+b6) ... #16 83.64 Installing : libarchive-3.1.2-14.el7_7.aarch64 25/60 #16 83.94 Installing : audit-libs-python-2.8.5-4.el7.aarch64 26/60 #16 83.96 Installing : perl-TermReadKey-2.30-20.el7.aarch64 27/60 #16 8.515 (31/93): systemd-rpm-macros-252-23.el9.noarch.r 697 kB/s | 54 kB 00:00 #16 8.749 (32/93): systemd-252-23.el9.x86_64.rpm 9.5 MB/s | 4.1 MB 00:00 #16 8.769 (33/93): util-linux-2.37.4-15.el9.x86_64.rpm 8.6 MB/s | 2.2 MB 00:00 #16 8.824 (34/93): util-linux-core-2.37.4-15.el9.x86_64.r 5.7 MB/s | 434 kB 00:00 #16 8.842 (35/93): vim-filesystem-8.2.2637-20.el9.noarch. 243 kB/s | 18 kB 00:00 #16 8.896 (36/93): which-2.21-29.el9.x86_64.rpm 577 kB/s | 41 kB 00:00 #20 14.10 Selecting previously unselected package gcc-mingw-w64-x86-64. #20 14.10 Preparing to unpack .../8-gcc-mingw-w64-x86-64_12.2.0-14+25.2_all.deb ... #20 14.11 Unpacking gcc-mingw-w64-x86-64 (12.2.0-14+25.2) ... #20 14.14 Selecting previously unselected package mingw-w64-tools. #20 14.14 Preparing to unpack .../9-mingw-w64-tools_10.0.0-3_amd64.deb ... #20 14.15 Unpacking mingw-w64-tools (10.0.0-3) ... #20 14.26 Setting up binutils-mingw-w64-x86-64 (2.40-2+10.4) ... #14 49.34 Preparing to unpack .../178-libnet-ssleay-perl_1.88-2ubuntu1_armhf.deb ... #14 49.35 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ... #14 49.42 Selecting previously unselected package libio-socket-ssl-perl. #14 49.42 Preparing to unpack .../179-libio-socket-ssl-perl_2.067-1_all.deb ... #14 49.42 Unpacking libio-socket-ssl-perl (2.067-1) ... #14 49.47 Selecting previously unselected package libnet-http-perl. #14 49.48 Preparing to unpack .../180-libnet-http-perl_6.19-1_all.deb ... #14 49.48 Unpacking libnet-http-perl (6.19-1) ... #14 49.52 Selecting previously unselected package liblwp-protocol-https-perl. #14 49.52 Preparing to unpack .../181-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ... #14 49.52 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ... #13 42.59 Preparing to unpack .../341-pbzip2_1.1.13-1_amd64.deb ... #13 42.59 Unpacking pbzip2 (1.1.13-1) ... #13 42.64 Selecting previously unselected package pixz. #13 42.64 Preparing to unpack .../342-pixz_1.0.7-1_amd64.deb ... #13 42.64 Unpacking pixz (1.0.7-1) ... #13 42.71 Selecting previously unselected package xdelta. #13 42.71 Preparing to unpack .../343-xdelta_1.1.3-9.3_amd64.deb ... #13 42.72 Unpacking xdelta (1.1.3-9.3) ... #13 42.75 Selecting previously unselected package xdelta3. #13 42.75 Preparing to unpack .../344-xdelta3_3.0.11-dfsg-1+b1_amd64.deb ... #13 42.76 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ... #13 42.80 Selecting previously unselected package pristine-tar. #13 42.80 Preparing to unpack .../345-pristine-tar_1.49_amd64.deb ... #13 42.80 Unpacking pristine-tar (1.49) ... #13 42.85 Selecting previously unselected package publicsuffix. #13 41.62 Preparing to unpack .../394-strace_6.1-0.1_arm64.deb ... #13 41.63 Unpacking strace (6.1-0.1) ... #13 41.69 Selecting previously unselected package xauth. #13 41.69 Preparing to unpack .../395-xauth_1%3a1.1.2-1_arm64.deb ... #13 41.70 Unpacking xauth (1:1.1.2-1) ... #13 41.74 Selecting previously unselected package xdg-user-dirs. #13 41.75 Preparing to unpack .../396-xdg-user-dirs_0.18-1_arm64.deb ... #13 41.75 Unpacking xdg-user-dirs (0.18-1) ... #13 41.81 Selecting previously unselected package zstd. #13 41.81 Preparing to unpack .../397-zstd_1.5.4+dfsg2-5_arm64.deb ... #13 41.82 Unpacking zstd (1.5.4+dfsg2-5) ... #13 41.93 Setting up liblz1:arm64 (1.13-5) ... #13 45.23 Updating certificates in /etc/ssl/certs... #14 48.37 Preparing to unpack .../059-binutils_2.41-5ubuntu1_armhf.deb ... #14 48.37 Unpacking binutils (2.41-5ubuntu1) ... #14 48.41 Selecting previously unselected package libc-dev-bin. #14 48.41 Preparing to unpack .../060-libc-dev-bin_2.38-1ubuntu6_armhf.deb ... #14 48.42 Unpacking libc-dev-bin (2.38-1ubuntu6) ... #14 48.45 Selecting previously unselected package linux-libc-dev:armhf. #14 48.46 Preparing to unpack .../061-linux-libc-dev_6.5.0-14.14_armhf.deb ... #14 48.46 Unpacking linux-libc-dev:armhf (6.5.0-14.14) ... #14 48.63 Selecting previously unselected package libcrypt-dev:armhf. #13 42.04 Setting up libassuan0:arm64 (2.5.2-1) ... #13 42.05 Setting up libgomp1:arm64 (8.3.0-6) ... #13 42.06 Setting up libapt-inst2.0:arm64 (1.8.2.3) ... #13 42.07 Setting up bzip2 (1.0.6-9.2~deb10u2) ... #13 42.13 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ... #13 42.15 Setting up libicu63:arm64 (63.1-6+deb10u3) ... #13 42.17 Setting up libfakeroot:arm64 (1.23-1) ... #13 42.18 Setting up libkrb5support0:arm64 (1.17-3+deb10u6) ... #13 42.19 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ... #13 42.20 Setting up fakeroot (1.23-1) ... #13 42.21 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #13 42.23 Setting up mariadb-common (1:10.3.39-0+deb10u1) ... #13 42.24 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode #14 43.71 Preparing to unpack .../092-libubsan1_10.5.0-1ubuntu1~20.04_amd64.deb ... #14 43.71 Unpacking libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ... #14 43.96 Selecting previously unselected package libquadmath0:amd64. #14 41.85 Setting up dirmngr (2.2.40-1.1ubuntu1) ... #14 42.00 Setting up perl (5.36.0-7ubuntu0.23.04.2) ... #17 7.612 Transaction test succeeded. #17 7.615 Running transaction #13 42.25 Setting up libmagic1:arm64 (1:5.39-3+deb11u1) ... #13 42.27 Setting up libdeflate0:arm64 (1.7-1) ... #13 42.28 Setting up less (551-2) ... #13 42.30 Setting up perl-openssl-defaults:arm64 (5) ... #13 42.31 Setting up linux-libc-dev:arm64 (5.10.205-2) ... #13 42.32 Setting up libctf-nobfd0:arm64 (2.35.2-2) ... #13 42.34 Setting up gettext-base (0.21-4) ... #13 42.35 Setting up liblzo2-2:arm64 (2.10-2) ... #13 42.36 Setting up libnpth0:arm64 (1.6-3) ... #13 42.38 Setting up file (1:5.39-3+deb11u1) ... #13 42.39 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b9) ... #13 42.40 Setting up libassuan0:arm64 (2.5.3-7.1) ... #13 42.41 Setting up libgomp1:arm64 (10.2.1-6) ... #13 42.43 Setting up bzip2 (1.0.8-4) ... #13 42.44 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ... #13 42.46 Setting up pbzip2 (1.1.13-1) ... #14 37.42 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... #14 37.43 Setting up openssh-client (1:8.9p1-3ubuntu0.6) ... #14 37.51 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode #14 37.51 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 #14 37.53 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode #14 37.53 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 #14 37.53 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode #14 37.53 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 #14 37.54 Setting up gpgsm (2.2.27-3ubuntu2.1) ... #14 37.56 Setting up libxext6:amd64 (2:1.3.4-1build1) ... #14 37.58 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.15) ... #14 37.64 Setting up python3 (3.10.6-1~22.04) ... #14 40.61 Get:267 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB] #14 39.70 Get:332 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxs-parse-keyword-perl arm64 0.38-1 [56.1 kB] #14 39.72 Get:333 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxs-parse-sublike-perl arm64 0.20-1ubuntu3 [41.6 kB] #14 39.73 Get:334 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libobject-pad-perl arm64 0.801-2 [108 kB] #14 39.78 Get:335 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpackage-stash-xs-perl arm64 0.30-1build1 [18.0 kB] #14 39.79 Get:336 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpath-iterator-rule-perl all 1.015-2 [39.9 kB] #14 39.80 Get:337 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libperlio-gzip-perl arm64 0.20-1build1 [14.6 kB] #14 46.20 Setting up libc6:armhf (2.37-0ubuntu2.2) ... #14 38.31 Get:307 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB] #14 38.50 Get:308 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libhttp-daemon-perl all 6.14-2 [21.9 kB] #14 39.44 Selecting previously unselected package manpages-dev. #14 39.44 Preparing to unpack .../357-manpages-dev_6.03-2_all.deb ... #14 39.45 Unpacking manpages-dev (6.03-2) ... #14 39.54 Selecting previously unselected package python3-certifi. #13 49.51 Selecting previously unselected package python3-certifi. #13 49.51 Preparing to unpack .../379-python3-certifi_2022.9.24-1_all.deb ... #13 49.51 Unpacking python3-certifi (2022.9.24-1) ... #13 49.57 Selecting previously unselected package python3-charset-normalizer. #13 49.57 Preparing to unpack .../380-python3-charset-normalizer_3.0.1-2_all.deb ... #13 49.58 Unpacking python3-charset-normalizer (3.0.1-2) ... #13 49.63 Selecting previously unselected package python3-idna. #13 49.63 Preparing to unpack .../381-python3-idna_3.3-1_all.deb ... #13 49.63 Unpacking python3-idna (3.3-1) ... #13 49.68 Selecting previously unselected package python3-magic. #13 49.69 Preparing to unpack .../382-python3-magic_2%3a0.4.26-3_all.deb ... #13 49.69 Unpacking python3-magic (2:0.4.26-3) ... #13 49.73 Selecting previously unselected package python3-six. #13 49.74 Preparing to unpack .../383-python3-six_1.16.0-4_all.deb ... #13 49.74 Unpacking python3-six (1.16.0-4) ... #13 49.78 Selecting previously unselected package python3-urllib3. #16 83.98 Installing : libgomp-4.8.5-44.el7.aarch64 28/60 #13 46.15 Setting up libsqlite3-0:amd64 (3.40.1-2) ... #13 46.16 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... #13 46.18 Setting up libfcgi-bin (2.4.2-2) ... #13 46.20 Setting up binutils-common:amd64 (2.40-2) ... #13 46.21 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u1) ... #13 46.23 Setting up libmagic1:amd64 (1:5.44-3) ... #13 46.25 Setting up libdeflate0:amd64 (1.14-1) ... #13 46.27 Setting up less (590-2) ... #13 46.28 Setting up perl-openssl-defaults:amd64 (7+b1) ... #13 46.29 Setting up linux-libc-dev:amd64 (6.1.69-1) ... #13 46.30 Setting up libctf-nobfd0:amd64 (2.40-2) ... #13 46.32 Setting up gettext-base (0.21-12) ... #13 46.33 Setting up m4 (1.4.19-3) ... #13 46.34 Setting up liblzo2-2:amd64 (2.10-2) ... #13 46.35 Setting up libnpth0:amd64 (1.6-3) ... #13 46.36 Setting up krb5-locales (1.20.1-2+deb12u1) ... #13 46.38 Setting up file (1:5.44-3) ... #13 46.39 Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ... #13 46.40 Setting up libassuan0:amd64 (2.5.5-5) ... #13 46.42 Setting up libgomp1:amd64 (12.2.0-14) ... #13 46.43 Setting up bzip2 (1.0.8-5+b1) ... #13 46.44 Setting up libldap-common (2.5.13+dfsg-5) ... #13 46.46 Setting up libunwind8:amd64 (1.6.2-3) ... #14 49.94 Selecting previously unselected package g++. #14 49.94 Preparing to unpack .../086-g++_4%3a11.2.0-1ubuntu1_armhf.deb ... #14 49.94 Unpacking g++ (4:11.2.0-1ubuntu1) ... #14 49.99 Selecting previously unselected package make. #14 50.00 Preparing to unpack .../087-make_4.3-4.1build1_armhf.deb ... #14 50.00 Unpacking make (4.3-4.1build1) ... #14 50.04 Selecting previously unselected package libdpkg-perl. #14 50.04 Preparing to unpack .../088-libdpkg-perl_1.21.1ubuntu2.2_all.deb ... #14 50.04 Unpacking libdpkg-perl (1.21.1ubuntu2.2) ... #14 50.12 Selecting previously unselected package bzip2. #16 8.987 (37/93): selinux-policy-targeted-38.1.30-1.el9. 10 MB/s | 6.9 MB 00:00 #16 8.997 (38/93): annobin-12.31-1.el9.x86_64.rpm 6.6 MB/s | 1.0 MB 00:00 #16 9.005 (39/93): autoconf-2.69-38.el9.noarch.rpm 6.1 MB/s | 681 kB 00:00 #16 9.066 (40/93): automake-1.16.2-8.el9.noarch.rpm 8.5 MB/s | 689 kB 00:00 #16 9.074 (41/93): checkpolicy-3.6-1.el9.x86_64.rpm 4.5 MB/s | 353 kB 00:00 #16 9.147 (42/93): cmake-filesystem-3.26.5-2.el9.x86_64.r 260 kB/s | 19 kB 00:00 #14 36.96 Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsys-hostname-long-perl all 1.5-2 [11.5 kB] #14 36.97 Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB] #14 36.98 Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B] #14 36.98 Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmailtools-perl all 2.21-1 [80.7 kB] #14 37.00 Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmarkdown2 arm64 2.2.7-2 [37.0 kB] #14 37.01 Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmath-base85-perl all 0.5+dfsg-1 [6764 B] #14 37.02 Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoox-aliases-perl all 0.001006-1.1 [6632 B] #20 14.27 Setting up mingw-w64-tools (10.0.0-3) ... #20 14.28 Setting up gcc-mingw-w64-base:amd64 (12.2.0-14+25.2) ... #20 14.29 Setting up gcc-mingw-w64-x86-64-win32-runtime (12.2.0-14+25.2) ... #20 14.30 Setting up mingw-w64-common (10.0.0-3) ... #20 14.31 Setting up mingw-w64-x86-64-dev (10.0.0-3) ... #20 14.32 Setting up gcc-mingw-w64-x86-64-posix-runtime (12.2.0-14+25.2) ... #20 14.33 Setting up gcc-mingw-w64-x86-64-posix (12.2.0-14+25.2) ... #20 14.34 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 #20 14.35 Setting up gcc-mingw-w64-x86-64-win32 (12.2.0-14+25.2) ... #20 14.35 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 #20 14.36 Setting up gcc-mingw-w64-x86-64 (12.2.0-14+25.2) ... #14 49.63 Selecting previously unselected package libtry-tiny-perl. #14 49.63 Preparing to unpack .../182-libtry-tiny-perl_0.30-1_all.deb ... #14 49.64 Unpacking libtry-tiny-perl (0.30-1) ... #14 49.67 Selecting previously unselected package libwww-robotrules-perl. #14 49.67 Preparing to unpack .../183-libwww-robotrules-perl_6.02-1_all.deb ... #14 49.68 Unpacking libwww-robotrules-perl (6.02-1) ... #14 49.72 Selecting previously unselected package libwww-perl. #14 49.72 Preparing to unpack .../184-libwww-perl_6.43-1_all.deb ... #14 49.73 Unpacking libwww-perl (6.43-1) ... #14 49.82 Selecting previously unselected package patchutils. #14 49.82 Preparing to unpack .../185-patchutils_0.3.4-2_armhf.deb ... #14 49.83 Unpacking patchutils (0.3.4-2) ... #13 42.85 Preparing to unpack .../346-publicsuffix_20220811.1734-0+deb11u1_all.deb ... #13 42.85 Unpacking publicsuffix (20220811.1734-0+deb11u1) ... #13 42.89 Selecting previously unselected package python-apt-common. #13 42.89 Preparing to unpack .../347-python-apt-common_2.2.1_all.deb ... #13 42.90 Unpacking python-apt-common (2.2.1) ... #13 42.95 Selecting previously unselected package python3-apt. #13 42.95 Preparing to unpack .../348-python3-apt_2.2.1_amd64.deb ... #13 42.95 Unpacking python3-apt (2.2.1) ... #13 43.00 Selecting previously unselected package python3-certifi. #13 43.01 Preparing to unpack .../349-python3-certifi_2020.6.20-1_all.deb ... #13 43.01 Unpacking python3-certifi (2020.6.20-1) ... #13 43.06 Selecting previously unselected package python3-idna. #13 44.42 Selecting previously unselected package iso-codes. #13 41.94 Setting up libksba8:arm64 (1.6.3-2) ... #13 41.95 Setting up media-types (10.0.0) ... #13 41.97 Setting up libpipeline1:arm64 (1.5.7-1) ... #13 41.98 Setting up plzip (1.10-5) ... #13 41.99 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip (lzip) in auto mode #13 41.99 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode #13 42.00 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode #13 42.00 Setting up wdiff (1.2.2-5) ... #13 42.01 Setting up libaom3:arm64 (3.6.0-1) ... #13 42.02 Setting up libabsl20220623:arm64 (20220623.1-1) ... #13 42.04 Setting up libxau6:arm64 (1:1.0.9-1) ... #13 42.05 Setting up libre2-9:arm64 (20220601+dfsg-1+b1) ... #13 42.06 Setting up libkeyutils1:arm64 (1.6.3-2) ... #13 42.07 Setting up libpsl5:arm64 (0.21.2-1) ... #13 42.08 Setting up libgpm2:arm64 (1.20.7-10+b1) ... #13 42.09 Setting up libicu72:arm64 (72.1-3) ... #13 42.10 Setting up liblerc4:arm64 (4.0.0+ds-2) ... #13 42.11 Setting up bsdextrautils (2.38.1-5+b1) ... #13 42.12 Setting up libfcgi0ldbl:arm64 (2.4.2-2) ... #13 42.13 Setting up libtext-glob-perl (0.11-3) ... #13 42.14 Setting up xdg-user-dirs (0.18-1) ... #14 48.63 Preparing to unpack .../062-libcrypt-dev_1%3a4.4.36-2_armhf.deb ... #14 48.64 Unpacking libcrypt-dev:armhf (1:4.4.36-2) ... #14 48.68 Selecting previously unselected package libtirpc-dev:armhf. #14 48.68 Preparing to unpack .../063-libtirpc-dev_1.3.3+ds-1_armhf.deb ... #14 48.68 Unpacking libtirpc-dev:armhf (1.3.3+ds-1) ... #14 48.72 Selecting previously unselected package libnsl-dev:armhf. #14 48.72 Preparing to unpack .../064-libnsl-dev_1.3.0-2build2_armhf.deb ... #14 48.73 Unpacking libnsl-dev:armhf (1.3.0-2build2) ... #14 48.76 Selecting previously unselected package rpcsvc-proto. #14 48.76 Preparing to unpack .../065-rpcsvc-proto_1.4.2-0ubuntu6_armhf.deb ... #14 48.77 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #14 48.80 Selecting previously unselected package libc6-dev:armhf. #14 48.80 Preparing to unpack .../066-libc6-dev_2.38-1ubuntu6_armhf.deb ... #14 48.81 Unpacking libc6-dev:armhf (2.38-1ubuntu6) ... #13 42.25 Setting up libasan5:arm64 (8.3.0-6) ... #13 42.26 Setting up autotools-dev (20180224.1) ... #13 42.27 Setting up libglib2.0-data (2.58.3-2+deb10u5) ... #13 42.29 Setting up libpython2.7-minimal:arm64 (2.7.16-2+deb10u3) ... #13 42.31 Setting up libwrap0:arm64 (7.6.q-28) ... #13 42.32 Setting up libx11-data (2:1.6.7-1+deb10u4) ... #13 42.33 Setting up make (4.2.1-1.2) ... #13 42.35 Setting up libmpfr6:arm64 (4.0.2-1) ... #13 42.36 Setting up gnupg-l10n (2.2.12-1+deb10u2) ... #13 42.37 Setting up libntlm0:arm64 (1.5-1+deb10u1) ... #13 42.38 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... #13 42.39 Setting up libidn11:arm64 (1.33-2.2) ... #13 42.41 Setting up libncurses6:arm64 (6.1+20181013-2+deb10u5) ... #13 42.42 Setting up strace (4.26-0.2) ... #13 42.44 Setting up libsigsegv2:arm64 (2.12-2) ... #13 42.45 Setting up xz-utils (5.2.4-1+deb10u1) ... #14 43.96 Preparing to unpack .../093-libquadmath0_10.5.0-1ubuntu1~20.04_amd64.deb ... #14 43.97 Unpacking libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ... #14 44.02 Selecting previously unselected package libgcc-9-dev:amd64. #14 44.02 Preparing to unpack .../094-libgcc-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ... #14 44.03 Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... #14 42.02 Setting up libpackage-stash-xs-perl:amd64 (0.30-1build1) ... #14 42.04 Setting up libclass-data-inheritable-perl (0.08-3) ... #14 42.09 Setting up libxs-parse-keyword-perl (0.33-1) ... #14 42.10 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ... #14 42.11 Setting up libdata-dump-perl (1.25-1) ... #14 42.12 Setting up gcc-12 (12.3.0-1ubuntu1~23.04) ... #14 42.14 Setting up libfile-find-rule-perl (0.34-3) ... #14 42.15 Setting up libref-util-perl (0.204-2) ... #14 42.16 Setting up libipc-system-simple-perl (1.30-2) ... #14 42.17 Setting up libnet-domain-tld-perl (1.75-3) ... #14 42.19 Setting up libperlio-utf8-strict-perl (0.010-1) ... #14 42.20 Setting up libsocket6-perl (0.29-3) ... #14 42.21 Setting up libgd3:amd64 (2.3.3-7ubuntu2) ... #14 42.22 Setting up libvariable-magic-perl (0.63-1) ... #14 42.23 Setting up libio-html-perl (1.004-3) ... #14 42.24 Setting up libpod-parser-perl (1.65-1) ... #14 42.26 Setting up libb-hooks-op-check-perl:amd64 (0.22-2build1) ... #14 42.27 Setting up libparams-util-perl (1.102-2) ... #14 42.28 Setting up libdpkg-perl (1.21.21ubuntu1) ... #14 42.30 Setting up libtime-duration-perl (1.21-2) ... #14 42.31 Setting up autoconf (2.71-3) ... #14 42.33 Setting up libsub-exporter-progressive-perl (0.001013-3) ... #13 42.47 Setting up libjbig0:arm64 (2.1-3.1+b2) ... #13 42.48 Setting up libfakeroot:arm64 (1.25.3-1.1) ... #13 42.50 Setting up libasan6:arm64 (10.2.1-6) ... #13 42.51 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... #13 42.52 Setting up fakeroot (1.25.3-1.1) ... #13 42.53 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #13 42.54 Setting up autotools-dev (20180224.1+nmu1) ... #13 42.55 Setting up libglib2.0-data (2.66.8-1) ... #13 42.57 Setting up libtirpc-dev:arm64 (1.3.1-1+deb11u1) ... #13 42.58 Setting up libjpeg62-turbo:arm64 (1:2.0.6-4) ... #13 42.59 Setting up libx11-data (2:1.7.2-1+deb11u2) ... #13 42.60 Setting up make (4.3-4.1) ... #13 42.61 Setting up libmpfr6:arm64 (4.1.0-3) ... #13 42.62 Setting up gnupg-l10n (2.2.27-2+deb11u2) ... #13 42.63 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... #13 42.65 Setting up lzip (1.22-3) ... #13 42.67 Setting up strace (5.10-1) ... #13 42.68 Setting up libsigsegv2:arm64 (2.13-1) ... #13 42.69 Setting up xz-utils (5.2.5-2.1~deb11u1) ... #13 42.70 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #13 42.71 Setting up t1utils (1.41-4) ... #13 42.73 Setting up diffstat (1.64-1) ... #13 42.74 Setting up libpng16-16:arm64 (1.6.37-3) ... #13 42.75 Setting up libmpc3:arm64 (1.2.0-1) ... #13 42.76 Setting up libatomic1:arm64 (10.2.1-6) ... #13 42.77 Setting up patch (2.7.6-7) ... #14 37.90 Setting up binutils (2.38-4ubuntu2.5) ... #14 40.83 Get:268 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-perl all 4.02000-2 [80.9 kB] #14 40.98 Get:269 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblog-any-perl all 1.708-1 [67.8 kB] #14 39.81 Get:338 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libperlio-utf8-strict-perl arm64 0.010-1 [11.0 kB] #14 39.81 Get:339 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpod-parser-perl all 1.66-1 [82.8 kB] #14 39.84 Get:340 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpod-constants-perl all 0.19-2 [16.3 kB] #14 39.84 Get:341 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libproc-processtable-perl arm64 0.636-1 [36.0 kB] #14 38.53 Get:309 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libindirect-perl arm64 0.39-2build1 [21.5 kB] #14 38.57 Get:310 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libio-interactive-perl all 1.023-2 [10.1 kB] #14 38.58 Get:311 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtypes-serialiser-perl all 1.01-1 [11.6 kB] #14 38.60 Get:312 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libjson-xs-perl arm64 4.030-2 [84.3 kB] #14 38.69 Get:313 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libjson-maybexs-perl all 1.004004-1 [10.9 kB] #14 38.69 Get:314 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libldap-common all 2.6.3+dfsg-1~exp1ubuntu2 [20.3 kB] #14 38.70 Get:315 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 liblist-compare-perl all 0.55-2 [62.9 kB] #14 39.54 Preparing to unpack .../358-python3-certifi_2022.9.24-1_all.deb ... #14 39.55 Unpacking python3-certifi (2022.9.24-1) ... #14 39.58 Selecting previously unselected package python3-cryptography. #14 39.58 Preparing to unpack .../359-python3-cryptography_38.0.4-4ubuntu0.23.10.1_amd64.deb ... #14 39.59 Unpacking python3-cryptography (38.0.4-4ubuntu0.23.10.1) ... #14 39.65 Selecting previously unselected package python3-idna. #14 39.66 Preparing to unpack .../360-python3-idna_3.3-2_all.deb ... #14 39.66 Unpacking python3-idna (3.3-2) ... #14 39.73 Selecting previously unselected package python3-nacl. #14 39.73 Preparing to unpack .../361-python3-nacl_1.5.0-4_amd64.deb ... #14 39.74 Unpacking python3-nacl (1.5.0-4) ... #14 39.81 Selecting previously unselected package python3-bcrypt. #13 49.79 Preparing to unpack .../384-python3-urllib3_1.26.12-1_all.deb ... #13 49.79 Unpacking python3-urllib3 (1.26.12-1) ... #13 49.84 Selecting previously unselected package python3-requests. #13 49.85 Preparing to unpack .../385-python3-requests_2.28.1+dfsg-1_all.deb ... #13 49.85 Unpacking python3-requests (2.28.1+dfsg-1) ... #13 49.89 Selecting previously unselected package python3-unidiff. #13 49.90 Preparing to unpack .../386-python3-unidiff_0.7.3-1_all.deb ... #13 49.90 Unpacking python3-unidiff (0.7.3-1) ... #13 49.95 Selecting previously unselected package shared-mime-info. #13 49.95 Preparing to unpack .../387-shared-mime-info_2.2-1_armhf.deb ... #13 49.95 Unpacking shared-mime-info (2.2-1) ... #16 84.35 Installing : setools-libs-3.3.8-4.el7.aarch64 29/60 #16 9.221 (43/93): cmake-rpm-macros-3.26.5-2.el9.noarch.r 151 kB/s | 11 kB 00:00 #16 9.364 (44/93): cmake-data-3.26.5-2.el9.noarch.rpm 8.0 MB/s | 2.4 MB 00:00 #13 46.47 Setting up pbzip2 (1.1.13-1) ... #13 46.48 Setting up libjbig0:amd64 (2.1-6.1) ... #13 46.49 Setting up librav1e0:amd64 (0.5.1-6) ... #13 46.51 Setting up libfakeroot:amd64 (1.31-1.2) ... #13 46.53 Setting up libjansson4:amd64 (2.14-2) ... #13 46.55 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u1) ... #13 46.56 Setting up libnumber-compare-perl (0.03-3) ... #13 46.57 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... #13 46.58 Setting up fakeroot (1.31-1.2) ... #13 46.59 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #13 46.61 Setting up perl-modules-5.36 (5.36.0-7+deb12u1) ... #13 46.62 Setting up autotools-dev (20220109.1) ... #13 46.63 Setting up libglib2.0-data (2.74.6-2) ... #13 46.64 Setting up rpcsvc-proto (1.4.3-1) ... #13 46.65 Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ... #13 46.66 Setting up libx11-data (2:1.8.4-2+deb12u2) ... #14 50.12 Preparing to unpack .../089-bzip2_1.0.8-5build1_armhf.deb ... #14 50.12 Unpacking bzip2 (1.0.8-5build1) ... #14 50.15 Selecting previously unselected package patch. #14 50.15 Preparing to unpack .../090-patch_2.7.6-7build2_armhf.deb ... #14 50.16 Unpacking patch (2.7.6-7build2) ... #14 50.19 Selecting previously unselected package lto-disabled-list. #14 50.19 Preparing to unpack .../091-lto-disabled-list_24_all.deb ... #14 50.19 Unpacking lto-disabled-list (24) ... #14 50.23 Selecting previously unselected package dpkg-dev. #14 50.23 Preparing to unpack .../092-dpkg-dev_1.21.1ubuntu2.2_all.deb ... #14 50.23 Unpacking dpkg-dev (1.21.1ubuntu2.2) ... #14 50.28 Selecting previously unselected package build-essential. #14 50.28 Preparing to unpack .../093-build-essential_12.9ubuntu3_armhf.deb ... #14 50.28 Unpacking build-essential (12.9ubuntu3) ... #14 50.36 Selecting previously unselected package libbrotli1:armhf. #14 37.42 Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB] #14 37.49 Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB] #14 37.52 Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoox-struct-perl all 0.020-1 [23.7 kB] #13 47.84 Adding system-user for exim (v4) #14 49.86 Selecting previously unselected package wdiff. #14 49.87 Preparing to unpack .../186-wdiff_1.2.2-2build1_armhf.deb ... #14 49.87 Unpacking wdiff (1.2.2-2build1) ... #14 49.92 Selecting previously unselected package devscripts. #14 49.92 Preparing to unpack .../187-devscripts_2.20.2ubuntu2_armhf.deb ... #14 49.95 Unpacking devscripts (2.20.2ubuntu2) ... #14 50.06 Selecting previously unselected package diffstat. #14 50.07 Preparing to unpack .../188-diffstat_1.63-1_armhf.deb ... #14 50.07 Unpacking diffstat (1.63-1) ... #14 50.11 Selecting previously unselected package python3-chardet. #14 50.11 Preparing to unpack .../189-python3-chardet_3.0.4-4build1_all.deb ... #14 50.12 Unpacking python3-chardet (3.0.4-4build1) ... #14 50.16 Selecting previously unselected package python3-debian. #13 43.06 Preparing to unpack .../350-python3-idna_2.10-1_all.deb ... #13 43.07 Unpacking python3-idna (2.10-1) ... #13 43.10 Selecting previously unselected package python3-magic. #13 43.11 Preparing to unpack .../351-python3-magic_2%3a0.4.20-3_all.deb ... #13 43.11 Unpacking python3-magic (2:0.4.20-3) ... #13 43.15 Selecting previously unselected package python3-urllib3. #13 43.15 Preparing to unpack .../352-python3-urllib3_1.26.5-1~exp1_all.deb ... #13 43.15 Unpacking python3-urllib3 (1.26.5-1~exp1) ... #13 43.20 Selecting previously unselected package python3-requests. #13 43.20 Preparing to unpack .../353-python3-requests_2.25.1+dfsg-2_all.deb ... #13 43.21 Unpacking python3-requests (2.25.1+dfsg-2) ... #13 43.25 Selecting previously unselected package python3-unidiff. #13 43.25 Preparing to unpack .../354-python3-unidiff_0.5.5-2_all.deb ... #13 43.26 Unpacking python3-unidiff (0.5.5-2) ... #13 43.29 Selecting previously unselected package python3-xdg. #13 43.29 Preparing to unpack .../355-python3-xdg_0.27-2_all.deb ... #13 43.29 Unpacking python3-xdg (0.27-2) ... #13 43.33 Selecting previously unselected package shared-mime-info. #13 44.43 Preparing to unpack .../159-iso-codes_4.6.0-1_all.deb ... #13 44.44 Unpacking iso-codes (4.6.0-1) ... #13 42.17 Setting up libmagic-mgc (1:5.44-3) ... #13 42.18 Setting up libyaml-0-2:arm64 (0.2.5-1) ... #13 42.19 Setting up libglib2.0-0:arm64 (2.74.6-2) ... #13 42.20 No schema files found: doing nothing. #13 42.21 Setting up distro-info-data (0.58+deb12u1) ... #13 42.22 Setting up manpages (6.03-2) ... #13 42.23 Setting up libtirpc-common (1.3.3+ds-1) ... #13 42.25 Setting up unzip (6.0-28) ... #13 42.26 Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... #13 42.27 Setting up libbrotli1:arm64 (1.0.9-2+b6) ... #13 42.28 Setting up libsqlite3-0:arm64 (3.40.1-2) ... #13 42.29 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... #13 42.31 Setting up libfcgi-bin (2.4.2-2) ... #13 42.32 Setting up binutils-common:arm64 (2.40-2) ... #13 42.34 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u1) ... #13 42.35 Setting up libmagic1:arm64 (1:5.44-3) ... #13 42.37 Setting up libdeflate0:arm64 (1.14-1) ... #13 42.38 Setting up less (590-2) ... #13 42.40 Setting up perl-openssl-defaults:arm64 (7+b1) ... #13 42.41 Setting up linux-libc-dev:arm64 (6.1.69-1) ... #13 42.42 Setting up libctf-nobfd0:arm64 (2.40-2) ... #13 42.43 Setting up gettext-base (0.21-12) ... #13 42.44 Setting up m4 (1.4.19-3) ... #13 42.45 Setting up liblzo2-2:arm64 (2.10-2) ... #14 48.96 Selecting previously unselected package libisl23:armhf. #14 48.96 Preparing to unpack .../067-libisl23_0.26-3_armhf.deb ... #14 48.96 Unpacking libisl23:armhf (0.26-3) ... #14 49.01 Selecting previously unselected package libmpfr6:armhf. #14 49.01 Preparing to unpack .../068-libmpfr6_4.2.1-1_armhf.deb ... #14 49.01 Unpacking libmpfr6:armhf (4.2.1-1) ... #14 49.05 Selecting previously unselected package libmpc3:armhf. #14 49.05 Preparing to unpack .../069-libmpc3_1.3.1-1_armhf.deb ... #14 49.09 Unpacking libmpc3:armhf (1.3.1-1) ... #14 49.12 Selecting previously unselected package cpp-13. #13 42.46 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #13 42.48 Setting up libfribidi0:arm64 (1.0.5-3.1+deb10u2) ... #13 42.49 Setting up t1utils (1.41-3) ... #13 42.50 Setting up diffstat (1.62-1) ... #13 42.52 Setting up libmpc3:arm64 (1.1.0-1) ... #13 42.53 Setting up libatomic1:arm64 (8.3.0-6) ... #13 42.54 Setting up patch (2.7.6-3+deb10u1) ... #13 42.55 Setting up mailutils-common (1:3.5-4) ... #13 42.57 Setting up autopoint (0.19.8.1-9) ... #13 42.58 Setting up libmariadb3:arm64 (1:10.3.39-0+deb10u1) ... #13 42.60 Setting up libfl2:arm64 (2.6.4-6.2) ... #13 42.61 Setting up libpcre2-8-0:arm64 (10.32-5+deb10u1) ... #13 42.63 Setting up libk5crypto3:arm64 (1.17-3+deb10u6) ... #13 42.64 Setting up libltdl7:arm64 (2.4.6-9) ... #13 42.66 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ... #13 42.67 Setting up libevent-2.1-6:arm64 (2.1.8-stable-4) ... #13 42.68 Setting up libubsan1:arm64 (8.3.0-6) ... #13 42.72 Setting up libisl19:arm64 (0.20-2) ... #13 42.75 Setting up dwz (0.12-3) ... #13 42.76 Setting up python-apt-common (1.8.4.3) ... #13 42.77 Setting up sensible-utils (0.0.12) ... #13 42.78 Setting up exim4-config (4.92-8+deb10u9) ... #14 44.26 Selecting previously unselected package gcc-9. #14 44.26 Preparing to unpack .../095-gcc-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ... #14 44.27 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.2) ... #14 42.35 Setting up libarray-intspan-perl (2.004-2) ... #14 42.36 Setting up libcapture-tiny-perl (0.48-2) ... #14 42.37 Setting up libtimedate-perl (2.3300-2) ... #14 42.38 Setting up gpg-wks-server (2.2.40-1.1ubuntu1) ... #14 42.39 Setting up libsub-name-perl:amd64 (0.26-2build1) ... #14 42.40 Setting up libtype-tiny-xs-perl:amd64 (0.025-1) ... #14 42.46 Setting up libsyntax-keyword-try-perl (0.28-1) ... #14 42.48 Setting up libdata-validate-domain-perl (0.10-1.1) ... #14 42.49 Setting up libproc-processtable-perl:amd64 (0.634-1build2) ... #14 42.50 Setting up libfile-chdir-perl (0.1008-1.1) ... #14 42.51 Setting up xauth (1:1.1.2-1) ... #14 42.53 Setting up libpath-tiny-perl (0.144-1) ... #14 42.54 Setting up libarchive-cpio-perl (0.10-3) ... #14 42.55 Setting up libjson-perl (4.10000-1) ... #14 42.56 Setting up libnsl2:amd64 (1.3.0-2build2) ... #13 45.67 137 added, 0 removed; done. #13 42.83 Setting up autopoint (0.21-4) ... #13 42.84 Setting up libwebp6:arm64 (0.6.1-2.1+deb11u2) ... #13 42.85 Setting up fonts-dejavu-core (2.37-2) ... #13 42.91 Setting up libxdelta2 (1.1.3-9.3) ... #13 42.92 Setting up libncursesw6:arm64 (6.2+20201114-2+deb11u2) ... #13 42.93 Setting up libltdl7:arm64 (2.4.6-15) ... #13 42.94 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... #13 42.95 Setting up libubsan1:arm64 (10.2.1-6) ... #13 42.97 Setting up libmd0:arm64 (1.0.3-3) ... #13 42.98 Setting up python-apt-common (2.2.1) ... #13 43.01 Setting up libnsl-dev:arm64 (1.3.0-2) ... #14 37.92 Setting up python3-xdg (0.27-2) ... #14 38.07 Setting up man-db (2.10.2-1) ... #14 41.09 Get:270 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB] #14 41.17 Get:271 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpackage-stash-perl all 0.38-1 [19.1 kB] #14 41.26 Get:272 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-identify-perl arm64 0.14-1build2 [10.5 kB] #14 40.25 Get:342 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libre2-10 arm64 20230301-2 [154 kB] #14 38.74 Get:316 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 liblist-someutils-perl all 0.59-1 [30.4 kB] #14 38.75 Get:317 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 liblist-someutils-xs-perl arm64 0.58-3 [32.8 kB] #14 39.82 Preparing to unpack .../362-python3-bcrypt_3.2.2-1_amd64.deb ... #14 39.82 Unpacking python3-bcrypt (3.2.2-1) ... #14 39.86 Selecting previously unselected package python3-six. #14 39.86 Preparing to unpack .../363-python3-six_1.16.0-4_all.deb ... #14 39.87 Unpacking python3-six (1.16.0-4) ... #14 39.92 Selecting previously unselected package python3-paramiko. #14 39.92 Preparing to unpack .../364-python3-paramiko_2.12.0-2ubuntu1_all.deb ... #14 39.93 Unpacking python3-paramiko (2.12.0-2ubuntu1) ... #14 39.97 Selecting previously unselected package python3-urllib3. #14 39.97 Preparing to unpack .../365-python3-urllib3_1.26.16-1ubuntu0.1_all.deb ... #14 39.98 Unpacking python3-urllib3 (1.26.16-1ubuntu0.1) ... #14 40.03 Selecting previously unselected package python3-requests. #16 84.65 Installing : libseccomp-2.3.1-4.el7.aarch64 30/60 #13 50.12 Selecting previously unselected package strace. #13 50.13 Preparing to unpack .../388-strace_6.1-0.1_armhf.deb ... #13 50.13 Unpacking strace (6.1-0.1) ... #13 46.68 Setting up make (4.3-4.1) ... #13 46.69 Setting up libmpfr6:amd64 (4.2.0-1) ... #13 46.71 Setting up gnupg-l10n (2.2.40-1.1) ... #13 46.72 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... #13 46.73 Setting up strace (6.1-0.1) ... #13 46.74 Setting up xz-utils (5.4.1-0.2) ... #13 46.75 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #13 46.76 Setting up t1utils (1.41-4) ... #13 46.77 Setting up libquadmath0:amd64 (12.2.0-14) ... #14 50.37 Preparing to unpack .../094-libbrotli1_1.0.9-2build6_armhf.deb ... #14 50.37 Unpacking libbrotli1:armhf (1.0.9-2build6) ... #14 50.41 Selecting previously unselected package libsasl2-modules-db:armhf. #14 50.41 Preparing to unpack .../095-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_armhf.deb ... #14 50.41 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.2) ... #14 50.44 Selecting previously unselected package libsasl2-2:armhf. #14 50.45 Preparing to unpack .../096-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_armhf.deb ... #14 50.45 Unpacking libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.2) ... #14 50.54 Selecting previously unselected package libldap-2.5-0:armhf. #14 50.54 Preparing to unpack .../097-libldap-2.5-0_2.5.16+dfsg-0ubuntu0.22.04.1_armhf.deb ... #14 50.54 Unpacking libldap-2.5-0:armhf (2.5.16+dfsg-0ubuntu0.22.04.1) ... #14 50.58 Selecting previously unselected package librtmp1:armhf. #14 50.58 Preparing to unpack .../098-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ... #14 50.58 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ... #14 50.62 Selecting previously unselected package libssh-4:armhf. #15 1.076 Reading package lists... #14 37.58 Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmouse-perl arm64 2.5.10-1build4 [160 kB] #14 37.74 Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-xs-perl arm64 0.29-1build5 [19.0 kB] #13 48.14 Setting up libuchardet0:armhf (0.0.6-3) ... #13 48.15 Setting up git-man (1:2.20.1-2+deb10u8) ... #13 48.17 Setting up libssh2-1:armhf (1.8.0-2.1+deb10u1) ... #13 48.18 Setting up netbase (5.6) ... #13 48.21 Setting up libkrb5-3:armhf (1.17-3+deb10u6) ... #13 48.23 Setting up libmpdec2:armhf (2.4.2-2) ... #13 48.24 Setting up libbinutils:armhf (2.31.1-16) ... #13 48.25 Setting up cpp-8 (8.3.0-6) ... #13 48.26 Setting up libc-dev-bin (2.28-10+deb10u2) ... #13 48.27 Setting up openssl (1.1.1n-0+deb10u6) ... #13 48.30 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ... #13 48.32 Setting up binutils-arm-linux-gnueabihf (2.31.1-16) ... #14 50.17 Preparing to unpack .../190-python3-debian_0.1.36ubuntu1.1_all.deb ... #14 50.17 Unpacking python3-debian (0.1.36ubuntu1.1) ... #14 50.22 Selecting previously unselected package libgpgme11:armhf. #14 50.22 Preparing to unpack .../191-libgpgme11_1.13.1-7ubuntu2.1_armhf.deb ... #14 50.22 Unpacking libgpgme11:armhf (1.13.1-7ubuntu2.1) ... #14 50.27 Selecting previously unselected package python3-gpg. #14 50.27 Preparing to unpack .../192-python3-gpg_1.13.1-7ubuntu2.1_armhf.deb ... #14 50.27 Unpacking python3-gpg (1.13.1-7ubuntu2.1) ... #14 50.33 Selecting previously unselected package dput. #14 50.33 Preparing to unpack .../193-dput_1.0.3ubuntu1.1_all.deb ... #14 50.34 Unpacking dput (1.0.3ubuntu1.1) ... #14 50.39 Selecting previously unselected package libcurl3-gnutls:armhf. #13 44.88 Selecting previously unselected package libalgorithm-diff-perl. #13 44.88 Preparing to unpack .../160-libalgorithm-diff-perl_1.201-1_all.deb ... #13 44.89 Unpacking libalgorithm-diff-perl (1.201-1) ... #13 44.94 Selecting previously unselected package libalgorithm-diff-xs-perl. #13 44.94 Preparing to unpack .../161-libalgorithm-diff-xs-perl_0.04-6+b1_armhf.deb ... #13 44.95 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ... #13 44.99 Selecting previously unselected package libalgorithm-merge-perl. #13 42.47 Setting up libnpth0:arm64 (1.6-3) ... #13 42.48 Setting up krb5-locales (1.20.1-2+deb12u1) ... #13 42.49 Setting up file (1:5.44-3) ... #13 42.50 Setting up libsvtav1enc1:arm64 (1.4.1+dfsg-1) ... #13 42.51 Setting up libassuan0:arm64 (2.5.5-5) ... #13 42.52 Setting up libgomp1:arm64 (12.2.0-14) ... #13 42.53 Setting up bzip2 (1.0.8-5+b1) ... #13 42.54 Setting up libldap-common (2.5.13+dfsg-5) ... #13 42.55 Setting up pbzip2 (1.1.13-1) ... #13 42.59 Setting up libjbig0:arm64 (2.1-6.1) ... #13 42.60 Setting up librav1e0:arm64 (0.5.1-6) ... #13 42.61 Setting up libfakeroot:arm64 (1.31-1.2) ... #13 42.63 Setting up libjansson4:arm64 (2.14-2) ... #13 42.63 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u1) ... #13 42.64 Setting up libnumber-compare-perl (0.03-3) ... #13 42.66 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... #13 42.67 Setting up fakeroot (1.31-1.2) ... #13 42.68 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #13 42.69 Setting up perl-modules-5.36 (5.36.0-7+deb12u1) ... #13 42.70 Setting up autotools-dev (20220109.1) ... #14 49.12 Preparing to unpack .../070-cpp-13_13.2.0-4ubuntu3_armhf.deb ... #14 49.12 Unpacking cpp-13 (13.2.0-4ubuntu3) ... #14 49.32 Selecting previously unselected package cpp. #14 49.32 Preparing to unpack .../071-cpp_4%3a13.2.0-1ubuntu1_armhf.deb ... #14 49.32 Unpacking cpp (4:13.2.0-1ubuntu1) ... #14 49.36 Selecting previously unselected package libcc1-0:armhf. #14 49.36 Preparing to unpack .../072-libcc1-0_13.2.0-4ubuntu3_armhf.deb ... #14 49.37 Unpacking libcc1-0:armhf (13.2.0-4ubuntu3) ... #14 49.41 Selecting previously unselected package libgomp1:armhf. #13 43.33 Preparing to unpack .../356-shared-mime-info_2.0-1_amd64.deb ... #13 43.34 Unpacking shared-mime-info (2.0-1) ... #13 43.43 Selecting previously unselected package strace. #13 43.43 Preparing to unpack .../357-strace_5.10-1_amd64.deb ... #13 43.44 Unpacking strace (5.10-1) ... #13 43.51 Selecting previously unselected package xauth. #13 43.51 Preparing to unpack .../358-xauth_1%3a1.1-1_amd64.deb ... #13 43.52 Unpacking xauth (1:1.1-1) ... #13 43.56 Selecting previously unselected package xdg-user-dirs. #14 42.57 Setting up libipc-run3-perl (0.048-3) ... #14 42.59 Setting up libregexp-wildcards-perl (1.05-3) ... #14 42.60 Setting up libfcgi-perl (0.82+ds-2) ... #14 42.61 Setting up libsub-override-perl (0.09-4) ... #14 42.62 Setting up libaliased-perl (0.34-3) ... #14 42.63 Setting up libstrictures-perl (2.000006-1) ... #14 42.65 Setting up libsub-quote-perl (2.006008-1ubuntu1) ... #14 42.66 Setting up libdevel-stacktrace-perl (2.0400-2) ... #14 42.67 Setting up libclass-xsaccessor-perl (1.19-4build1) ... #14 42.68 Setting up libsort-versions-perl (1.62-3) ... #14 42.69 Setting up libexporter-tiny-perl (1.006000-1) ... #14 42.71 Setting up libre-engine-re2-perl:amd64 (0.17+ds-1) ... #14 42.72 Setting up libfile-dirlist-perl (0.05-3) ... #14 42.73 Setting up libterm-readkey-perl (2.38-2build1) ... #14 42.74 Setting up libtext-levenshteinxs-perl (0.03-5build1) ... #14 42.76 Setting up libperlio-gzip-perl (0.20-1build1) ... #14 42.77 Setting up libsys-hostname-long-perl (1.5-3) ... #14 42.78 Setting up libhtml-html5-entities-perl (0.004-3) ... #13 45.72 Setting up libunbound8:amd64 (1.9.0-2+deb10u3) ... #13 45.73 Setting up shared-mime-info (1.10-1) ... #13 43.06 Setting up sensible-utils (0.0.14) ... #13 43.07 Setting up xdelta3 (3.0.11-dfsg-1+b1) ... #13 43.08 Setting up libcrypt-dev:arm64 (1:4.4.18-4) ... #13 43.09 Setting up libuchardet0:arm64 (0.0.7-1) ... #13 43.10 Setting up lzop (1.04-2) ... #13 43.12 Setting up libmpdec3:arm64 (2.5.1-1) ... #13 43.13 Setting up git-man (1:2.30.2-1+deb11u2) ... #13 43.14 Setting up libssh2-1:arm64 (1.9.0-2) ... #13 43.15 Setting up netbase (6.3) ... #13 43.18 Setting up libtiff5:arm64 (4.2.0-1+deb11u5) ... #13 43.19 Setting up libbinutils:arm64 (2.35.2-2) ... #13 43.21 Setting up libfido2-1:arm64 (1.6.0-2) ... #13 43.22 Setting up libisl23:arm64 (0.23-1) ... #13 43.23 Setting up libc-dev-bin (2.31-13+deb11u7) ... #13 43.24 Setting up openssl (1.1.1w-0+deb11u1) ... #13 43.25 Setting up libbsd0:arm64 (0.11.3-1+deb11u1) ... #13 43.26 Setting up libelf1:arm64 (0.183-1) ... #13 43.27 Setting up readline-common (8.1-1) ... #13 43.29 Setting up publicsuffix (20220811.1734-0+deb11u1) ... #13 43.33 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ... #14 38.17 Building database of manual pages ... #14 38.44 Setting up libgpgme11:amd64 (1.16.0-1.2ubuntu4.1) ... #14 41.33 Get:273 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-name-perl arm64 0.26-1 [11.2 kB] #14 41.41 Get:274 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB] #14 39.16 Get:318 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 liblist-utilsby-perl all 0.12-2 [14.9 kB] #14 39.31 Get:319 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libltdl7 arm64 2.4.7-5 [40.1 kB] #14 40.03 Preparing to unpack .../366-python3-requests_2.31.0+dfsg-1ubuntu1_all.deb ... #14 40.04 Unpacking python3-requests (2.31.0+dfsg-1ubuntu1) ... #14 40.07 Selecting previously unselected package python3-unidiff. #14 40.08 Preparing to unpack .../367-python3-unidiff_0.7.3-1_all.deb ... #14 40.08 Unpacking python3-unidiff (0.7.3-1) ... #14 40.13 Selecting previously unselected package equivs. #14 40.13 Preparing to unpack .../368-equivs_2.3.1_all.deb ... #14 40.14 Unpacking equivs (2.3.1) ... #14 40.17 Selecting previously unselected package libauthen-sasl-perl. #14 40.18 Preparing to unpack .../369-libauthen-sasl-perl_2.1600-3_all.deb ... #14 40.18 Unpacking libauthen-sasl-perl (2.1600-3) ... #14 40.26 Selecting previously unselected package python3-magic. #15 4.336 Reading package lists... #13 50.21 Selecting previously unselected package xauth. #13 50.21 Preparing to unpack .../389-xauth_1%3a1.1.2-1_armhf.deb ... #13 50.21 Unpacking xauth (1:1.1.2-1) ... #13 50.27 Selecting previously unselected package xdg-user-dirs. #13 50.27 Preparing to unpack .../390-xdg-user-dirs_0.18-1_armhf.deb ... #13 50.28 Unpacking xdg-user-dirs (0.18-1) ... #13 50.33 Selecting previously unselected package zstd. #13 50.34 Preparing to unpack .../391-zstd_1.5.4+dfsg2-5_armhf.deb ... #13 50.34 Unpacking zstd (1.5.4+dfsg2-5) ... #13 50.45 Setting up liblz1:armhf (1.13-5) ... #13 46.78 Setting up diffstat (1.65-1) ... #13 46.79 Setting up libpng16-16:amd64 (1.6.39-2) ... #13 46.80 Setting up libmpc3:amd64 (1.3.1-1) ... #13 46.81 Setting up libatomic1:amd64 (12.2.0-14) ... #13 46.82 Setting up patch (2.7.6-7) ... #13 46.84 Setting up autopoint (0.21-12) ... #13 46.85 Setting up fonts-dejavu-core (2.37-6) ... #13 46.98 Setting up libgav1-1:amd64 (0.18.0-1+b1) ... #13 46.99 Setting up libxdelta2:amd64 (1.1.3-10.4) ... #13 47.00 Setting up libncursesw6:amd64 (6.4-4) ... #13 47.02 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u1) ... #13 47.03 Setting up libdav1d6:amd64 (1.0.0-2) ... #13 47.04 Setting up libltdl7:amd64 (2.4.7-5) ... #13 47.05 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... #13 47.07 Setting up libwebp7:amd64 (1.2.4-0.2+deb12u1) ... #13 47.09 Setting up libubsan1:amd64 (12.2.0-14) ... #13 47.13 Setting up libnuma1:amd64 (2.0.16-1) ... #13 47.14 Setting up python-apt-common (2.6.0) ... #13 47.15 Setting up sensible-utils (0.0.17+nmu1) ... #13 47.16 Setting up xdelta3 (3.0.11-dfsg-1.2) ... #13 47.17 Setting up libcrypt-dev:amd64 (1:4.4.33-2) ... #13 47.19 Setting up libtiff6:amd64 (4.5.0-6+deb12u1) ... #14 50.62 Preparing to unpack .../099-libssh-4_0.9.6-2ubuntu0.22.04.3_armhf.deb ... #14 50.62 Unpacking libssh-4:armhf (0.9.6-2ubuntu0.22.04.3) ... #14 50.66 Selecting previously unselected package libcurl4:armhf. #14 50.66 Preparing to unpack .../100-libcurl4_7.81.0-1ubuntu1.15_armhf.deb ... #14 50.67 Unpacking libcurl4:armhf (7.81.0-1ubuntu1.15) ... #14 50.70 Selecting previously unselected package curl. #14 50.70 Preparing to unpack .../101-curl_7.81.0-1ubuntu1.15_armhf.deb ... #14 50.71 Unpacking curl (7.81.0-1ubuntu1.15) ... #14 50.75 Selecting previously unselected package dctrl-tools. #14 50.75 Preparing to unpack .../102-dctrl-tools_2.24-3build2_armhf.deb ... #14 50.79 Unpacking dctrl-tools (2.24-3build2) ... #14 50.82 Selecting previously unselected package libdebhelper-perl. #14 50.83 Preparing to unpack .../103-libdebhelper-perl_13.6ubuntu1_all.deb ... #14 50.83 Unpacking libdebhelper-perl (13.6ubuntu1) ... #14 50.87 Selecting previously unselected package libtool. #15 2.760 dh_testdir #15 2.782 dh_testroot #15 2.804 dh_prep #15 2.830 dh_testdir #14 37.75 Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB] #14 37.76 Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperlio-gzip-perl arm64 0.19-1build8 [14.6 kB] #14 37.77 Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperlio-utf8-strict-perl arm64 0.009-1build1 [11.7 kB] #14 37.77 Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-parser-perl all 1.63-2 [82.2 kB] #14 37.80 Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-constants-perl all 0.19-2 [16.3 kB] #14 37.81 Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libproc-processtable-perl arm64 0.634-1build1 [37.2 kB] #16 9.870 (45/93): cmake-3.26.5-2.el9.x86_64.rpm 10 MB/s | 8.7 MB 00:00 #13 48.33 Setting up readline-common (7.0-5) ... #13 48.34 Setting up publicsuffix (20220811.1734-0+deb10u1) ... #13 48.36 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u6) ... #13 48.37 Setting up libcc1-0:armhf (8.3.0-6) ... #13 48.40 Setting up iso-codes (4.2-1) ... #13 48.43 Setting up liblocale-gettext-perl (1.07-3+b4) ... #13 48.44 Setting up dctrl-tools (2.24-3) ... #13 48.48 Setting up debian-keyring (2019.02.25) ... #13 48.49 Setting up libreadline7:armhf (7.0-5) ... #13 48.51 Setting up libgdbm6:armhf (1.18.1-4) ... #13 48.52 Setting up gnupg-utils (2.2.12-1+deb10u2) ... #13 48.53 Setting up pinentry-curses (1.1.0-2) ... #14 50.39 Preparing to unpack .../194-libcurl3-gnutls_7.68.0-1ubuntu2.21_armhf.deb ... #14 50.40 Unpacking libcurl3-gnutls:armhf (7.68.0-1ubuntu2.21) ... #14 50.44 Selecting previously unselected package liberror-perl. #14 50.45 Preparing to unpack .../195-liberror-perl_0.17029-1_all.deb ... #14 50.45 Unpacking liberror-perl (0.17029-1) ... #14 50.49 Selecting previously unselected package git-man. #14 50.49 Preparing to unpack .../196-git-man_1%3a2.25.1-1ubuntu3.11_all.deb ... #14 50.49 Unpacking git-man (1:2.25.1-1ubuntu3.11) ... #14 50.61 Selecting previously unselected package git. #13 44.99 Preparing to unpack .../162-libalgorithm-merge-perl_0.08-3_all.deb ... #13 45.00 Unpacking libalgorithm-merge-perl (0.08-3) ... #13 45.06 Selecting previously unselected package libaliased-perl. #13 45.06 Preparing to unpack .../163-libaliased-perl_0.34-1.1_all.deb ... #13 45.07 Unpacking libaliased-perl (0.34-1.1) ... #13 45.12 Selecting previously unselected package libapt-pkg-perl. #13 45.12 Preparing to unpack .../164-libapt-pkg-perl_0.1.39_armhf.deb ... #13 45.13 Unpacking libapt-pkg-perl (0.1.39) ... #13 45.18 Selecting previously unselected package libarchive-cpio-perl. #13 45.18 Preparing to unpack .../165-libarchive-cpio-perl_0.10-1.1_all.deb ... #13 45.19 Unpacking libarchive-cpio-perl (0.10-1.1) ... #13 45.26 Selecting previously unselected package libarchive13:armhf. #13 42.71 Setting up libglib2.0-data (2.74.6-2) ... #13 42.72 Setting up rpcsvc-proto (1.4.3-1) ... #13 42.73 Setting up libjpeg62-turbo:arm64 (1:2.1.5-2) ... #13 42.74 Setting up libx11-data (2:1.8.4-2+deb12u2) ... #13 42.75 Setting up make (4.3-4.1) ... #13 42.76 Setting up libmpfr6:arm64 (4.2.0-1) ... #13 42.77 Setting up gnupg-l10n (2.2.40-1.1) ... #13 42.78 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... #13 42.79 Setting up strace (6.1-0.1) ... #13 42.80 Setting up xz-utils (5.4.1-0.2) ... #14 49.41 Preparing to unpack .../073-libgomp1_13.2.0-4ubuntu3_armhf.deb ... #14 49.41 Unpacking libgomp1:armhf (13.2.0-4ubuntu3) ... #14 49.45 Selecting previously unselected package libatomic1:armhf. #14 49.45 Preparing to unpack .../074-libatomic1_13.2.0-4ubuntu3_armhf.deb ... #14 49.46 Unpacking libatomic1:armhf (13.2.0-4ubuntu3) ... #14 49.50 Selecting previously unselected package libasan8:armhf. #14 49.50 Preparing to unpack .../075-libasan8_13.2.0-4ubuntu3_armhf.deb ... #14 49.51 Unpacking libasan8:armhf (13.2.0-4ubuntu3) ... #14 49.62 Selecting previously unselected package libubsan1:armhf. #13 43.56 Preparing to unpack .../359-xdg-user-dirs_0.17-2_amd64.deb ... #13 43.57 Unpacking xdg-user-dirs (0.17-2) ... #13 43.63 Setting up libksba8:amd64 (1.5.0-3+deb11u2) ... #13 43.65 Setting up media-types (4.0.0) ... #13 43.70 Setting up libpipeline1:amd64 (1.5.3-1) ... #13 43.72 Setting up wdiff (1.2.2-2+b1) ... #13 43.73 Setting up libxau6:amd64 (1:1.0.9-1) ... #13 43.74 Setting up libre2-9:amd64 (20210201+dfsg-1) ... #13 43.75 Setting up libpsl5:amd64 (0.21.0-1.2) ... #13 43.77 Setting up libgpm2:amd64 (1.20.7-8) ... #13 43.78 Setting up bsdextrautils (2.36.1-8+deb11u1) ... #13 43.79 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode #13 43.79 Setting up libicu67:amd64 (67.1-7) ... #13 43.81 Setting up libfcgi0ldbl:amd64 (2.4.2-2) ... #13 43.82 Setting up xdg-user-dirs (0.17-2) ... #13 43.85 Setting up libmagic-mgc (1:5.39-3+deb11u1) ... #13 43.86 Setting up libyaml-0-2:amd64 (0.2.2-1) ... #13 43.87 Setting up libglib2.0-0:amd64 (2.66.8-1) ... #13 43.91 No schema files found: doing nothing. #14 42.79 Setting up libsereal-decoder-perl (5.003+ds-1) ... #14 42.80 Setting up liburi-perl (5.17-1ubuntu1) ... #14 42.81 Setting up libnet-ipv6addr-perl (1.02-1) ... #14 42.83 Setting up libfile-touch-perl (0.12-2) ... #14 42.84 Setting up libc-devtools (2.37-0ubuntu2.2) ... #14 42.85 Setting up libemail-address-xs-perl (1.05-1build1) ... #14 42.87 Setting up libnet-ssleay-perl:amd64 (1.92-2build2) ... #14 42.88 Setting up automake (1:1.16.5-1.3) ... #14 42.89 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #14 42.89 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #14 42.89 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #14 42.89 Setting up libapt-pkg-perl (0.1.40build3) ... #14 42.91 Setting up libstring-escape-perl (2010.002-3) ... #14 42.92 Setting up libberkeleydb-perl:amd64 (0.64-2) ... #14 42.93 Setting up libhttp-date-perl (6.05-2) ... #14 42.94 Setting up libfile-which-perl (1.27-2) ... #14 42.95 Setting up libfile-basedir-perl (0.09-2) ... #14 42.96 Setting up libunicode-utf8-perl (0.62-2) ... #14 42.97 Setting up libset-intspan-perl (1.19-3) ... #14 42.98 Setting up libmouse-perl (2.5.10-1build5) ... #14 42.99 Setting up libfile-listing-perl (6.15-1) ... #14 43.01 Setting up gpg-wks-client (2.2.40-1.1ubuntu1) ... #14 43.02 Setting up libregexp-pattern-perl (0.2.14-2) ... #14 43.03 Setting up libdata-messagepack-perl (1.02-1build1) ... #14 43.05 Setting up libfont-afm-perl (1.20-4) ... #14 43.06 Setting up libwant-perl (0.29-2build1) ... #14 43.08 Setting up libdynaloader-functions-perl (0.003-3) ... #14 43.09 Setting up libclass-method-modifiers-perl (2.14-1) ... #14 43.10 Setting up liblist-compare-perl (0.55-2) ... #14 extracting sha256:423596a86c73c8c25d138f7aab387691599f614ac9153280d5238a0a10933983 2.9s done #14 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 #14 extracting sha256:874dfcb7d44223b0c5a08b9e2a47ae72f841f22db2cc81d8ca1ed784baa52649 done #14 DONE 10.7s #17 [base 2/4] COPY --from=xx / / #13 43.34 Setting up libmarkdown2:arm64 (2.2.6-1) ... #13 43.36 Setting up libcc1-0:arm64 (10.2.1-6) ... #13 43.37 Setting up iso-codes (4.6.0-1) ... #13 43.38 Setting up liblocale-gettext-perl (1.07-4+b1) ... #13 43.39 Setting up liblsan0:arm64 (10.2.1-6) ... #13 43.41 Setting up cpp-10 (10.2.1-6) ... #13 43.44 Setting up dctrl-tools (2.24-3) ... #13 43.46 Setting up libitm1:arm64 (10.2.1-6) ... #13 43.47 Setting up debian-keyring (2021.07.26) ... #13 43.49 Setting up libgdbm6:arm64 (1.19-2) ... #13 43.52 Setting up libtsan0:arm64 (10.2.1-6) ... #13 43.55 Setting up libctf0:arm64 (2.35.2-2) ... #14 38.45 Setting up python3-six (1.16.0-3ubuntu1) ... #14 38.57 Setting up dirmngr (2.2.27-3ubuntu2.1) ... #14 38.71 Setting up perl (5.34.0-3ubuntu1.3) ... #14 44.96 Selecting previously unselected package gcc. #13 43.12 Adding system-user for exim (v4) #14 41.49 Get:275 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpath-tiny-perl all 0.108-1 [42.6 kB] #14 41.59 Get:276 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtype-tiny-perl all 1.008001-2 [304 kB] #12 42.53 Running transaction check #12 42.71 Transaction check succeeded. #14 40.26 Preparing to unpack .../370-python3-magic_2%3a0.4.27-1_all.deb ... #14 40.26 Unpacking python3-magic (2:0.4.27-1) ... #14 40.32 Setting up libksba8:amd64 (1.6.4-2) ... #14 40.34 Setting up media-types (10.1.0) ... #14 40.36 Setting up libpipeline1:amd64 (1.5.7-1) ... #14 40.38 Setting up wdiff (1.2.2-5) ... #14 40.40 Setting up libxau6:amd64 (1:1.0.9-1build5) ... #14 40.41 Setting up libkeyutils1:amd64 (1.6.3-2) ... #14 40.43 Setting up lto-disabled-list (43) ... #14 40.45 Setting up libpsl5:amd64 (0.21.2-1) ... #14 40.47 Setting up libsodium23:amd64 (1.0.18-1build2) ... #14 40.49 Setting up libicu72:amd64 (72.1-3ubuntu3) ... #14 40.50 Setting up liblerc4:amd64 (4.0.0+ds-2ubuntu2) ... #14 40.51 Setting up fonts-noto-mono (20201225-2) ... #14 40.54 Setting up bsdextrautils (2.39.1-4ubuntu2) ... #14 40.57 Setting up libre2-10:amd64 (20230301-2) ... #14 40.59 Setting up libfcgi0ldbl:amd64 (2.4.2-2build2) ... #14 39.39 Get:320 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libltdl-dev arm64 2.4.7-5 [170 kB] #14 39.55 Get:321 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 liblzo2-2 arm64 2.10-2build3 [51.4 kB] #15 5.727 Building dependency tree... #15 5.896 Reading state information... #13 50.46 Setting up libksba8:armhf (1.6.3-2) ... #13 50.48 Setting up media-types (10.0.0) ... #13 50.49 Setting up libpipeline1:armhf (1.5.7-1) ... #13 50.51 Setting up plzip (1.10-5) ... #13 50.52 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip (lzip) in auto mode #13 50.53 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode #13 50.53 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode #13 50.54 Setting up wdiff (1.2.2-5) ... #13 50.58 Setting up libaom3:armhf (3.6.0-1) ... #13 50.60 Setting up libabsl20220623:armhf (20220623.1-1) ... #13 50.61 Setting up libxau6:armhf (1:1.0.9-1) ... #13 50.63 Setting up libre2-9:armhf (20220601+dfsg-1+b1) ... #13 50.65 Setting up libkeyutils1:armhf (1.6.3-2) ... #13 50.66 Setting up libpsl5:armhf (0.21.2-1) ... #13 50.67 Setting up libgpm2:armhf (1.20.7-10+b1) ... #13 50.69 Setting up libicu72:armhf (72.1-3) ... #13 50.70 Setting up liblerc4:armhf (4.0.0+ds-2) ... #13 50.72 Setting up bsdextrautils (2.38.1-5+b1) ... #13 50.73 Setting up libfcgi0ldbl:armhf (2.4.2-2) ... #13 50.74 Setting up libtext-glob-perl (0.11-3) ... #13 50.75 Setting up xdg-user-dirs (0.18-1) ... #13 50.79 Setting up libmagic-mgc (1:5.44-3) ... #13 47.20 Setting up libasan8:amd64 (12.2.0-14) ... #13 47.21 Setting up libuchardet0:amd64 (0.0.7-1) ... #13 47.22 Setting up lzop (1.04-2) ... #13 47.24 Setting up git-man (1:2.39.2-1.1) ... #13 47.25 Setting up libssh2-1:amd64 (1.10.0-3+b1) ... #13 47.26 Setting up netbase (6.4) ... #13 47.30 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u1) ... #13 47.32 Setting up libtsan2:amd64 (12.2.0-14) ... #13 47.34 Setting up libbinutils:amd64 (2.40-2) ... #13 47.36 Setting up lsb-release (12.0-1) ... #13 47.37 Setting up libfido2-1:amd64 (1.12.0-2+b1) ... #13 47.38 Setting up libisl23:amd64 (0.25-1) ... #13 47.39 Setting up libde265-0:amd64 (1.0.11-1+deb12u1) ... #13 47.41 Setting up libc-dev-bin (2.36-9+deb12u3) ... #14 40.61 Get:343 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libre-engine-re2-perl arm64 0.18+ds-1 [17.7 kB] #14 40.61 Get:344 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libreadonly-perl all 2.050-3 [19.9 kB] #14 40.62 Get:345 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libref-util-perl all 0.204-2 [15.1 kB] #14 40.63 Get:346 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libref-util-xs-perl arm64 0.117-2build1 [12.4 kB] #14 40.63 Get:347 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libregexp-pattern-license-perl all 3.11.0-1 [85.8 kB] #14 40.66 Get:348 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libregexp-pattern-perl all 0.2.14-2 [17.6 kB] #14 40.68 Get:349 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libregexp-wildcards-perl all 1.05-3 [12.9 kB] #14 40.69 Get:350 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsasl2-modules arm64 2.1.28+dfsg1-3 [69.0 kB] #14 40.71 Get:351 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsereal-decoder-perl arm64 5.004+ds-1 [98.9 kB] #14 40.75 Get:352 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsereal-encoder-perl arm64 5.004+ds-1 [101 kB] #14 50.87 Preparing to unpack .../104-libtool_2.4.6-15build2_all.deb ... #14 50.87 Unpacking libtool (2.4.6-15build2) ... #14 50.91 Selecting previously unselected package dh-autoreconf. #14 50.92 Preparing to unpack .../105-dh-autoreconf_20_all.deb ... #14 50.92 Unpacking dh-autoreconf (20) ... #14 50.96 Selecting previously unselected package libarchive-zip-perl. #14 50.96 Preparing to unpack .../106-libarchive-zip-perl_1.68-1_all.deb ... #14 50.96 Unpacking libarchive-zip-perl (1.68-1) ... #14 51.00 Selecting previously unselected package libsub-override-perl. #14 51.00 Preparing to unpack .../107-libsub-override-perl_0.09-2_all.deb ... #14 51.01 Unpacking libsub-override-perl (0.09-2) ... #14 51.04 Selecting previously unselected package libfile-stripnondeterminism-perl. #14 51.04 Preparing to unpack .../108-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ... #14 51.04 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ... #14 51.08 Selecting previously unselected package dh-strip-nondeterminism. #14 51.08 Preparing to unpack .../109-dh-strip-nondeterminism_1.13.0-1_all.deb ... #14 51.08 Unpacking dh-strip-nondeterminism (1.13.0-1) ... #15 2.852 dh_testroot #15 2.875 dh_install #15 2.897 dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use) #15 2.906 dh_installdocs #15 2.930 dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use) #15 2.945 dh_installchangelogs #15 3.026 dh_compress #15 3.054 dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use) #15 3.072 dh_fixperms #15 3.131 dh_installdeb #15 3.162 dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use) #14 38.21 Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libre2-9 arm64 20220201+dfsg-1 [153 kB] #16 84.94 Installing : libedit-3.0-12.20121213cvs.el7.aarch64 31/60 #16 85.32 Installing : openssh-clients-7.4p1-23.el7_9.aarch64 32/60 #16 9.942 (46/93): gcc-plugin-annobin-11.4.1-3.el9.x86_64 665 kB/s | 47 kB 00:00 #16 10.01 (47/93): git-2.43.0-1.el9.x86_64.rpm 719 kB/s | 51 kB 00:00 #13 48.55 Setting up manpages-dev (4.16-2) ... #13 48.56 Setting up libxdmcp6:armhf (1:1.1.2-3) ... #13 48.58 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u6) ... #13 48.59 Setting up libxcb1:armhf (1.13.1-2) ... #13 48.61 Setting up at (3.1.23-1) ... #13 48.76 invoke-rc.d: could not determine current runlevel #13 48.76 invoke-rc.d: policy-rc.d denied execution of start. #13 48.78 Setting up libedit2:armhf (3.1-20181209-1) ... #13 48.79 Setting up libkyotocabinet16v5:armhf (1.2.76-4.2+b1) ... #14 50.61 Preparing to unpack .../197-git_1%3a2.25.1-1ubuntu3.11_armhf.deb ... #14 50.63 Unpacking git (1:2.25.1-1ubuntu3.11) ... #13 45.26 Preparing to unpack .../166-libarchive13_3.4.3-2+deb11u1_armhf.deb ... #13 45.27 Unpacking libarchive13:armhf (3.4.3-2+deb11u1) ... #13 45.33 Selecting previously unselected package libarray-intspan-perl. #13 45.34 Preparing to unpack .../167-libarray-intspan-perl_2.004-1_all.deb ... #13 45.47 Unpacking libarray-intspan-perl (2.004-1) ... #13 45.54 Selecting previously unselected package libauthen-sasl-perl. #13 42.81 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #13 42.82 Setting up t1utils (1.41-4) ... #13 42.83 Setting up diffstat (1.65-1) ... #13 42.84 Setting up libpng16-16:arm64 (1.6.39-2) ... #13 42.85 Setting up libmpc3:arm64 (1.3.1-1) ... #13 42.86 Setting up libatomic1:arm64 (12.2.0-14) ... #13 42.87 Setting up patch (2.7.6-7) ... #13 42.88 Setting up autopoint (0.21-12) ... #13 42.89 Setting up fonts-dejavu-core (2.37-6) ... #13 43.05 Setting up libgav1-1:arm64 (0.18.0-1+b1) ... #13 43.06 Setting up libxdelta2:arm64 (1.1.3-10.4) ... #13 43.07 Setting up libncursesw6:arm64 (6.4-4) ... #13 43.08 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u1) ... #13 43.09 Setting up libdav1d6:arm64 (1.0.0-2) ... #13 43.10 Setting up libltdl7:arm64 (2.4.7-5) ... #13 43.11 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... #13 43.12 Setting up libwebp7:arm64 (1.2.4-0.2+deb12u1) ... #13 43.13 Setting up libubsan1:arm64 (12.2.0-14) ... #13 43.14 Setting up libnuma1:arm64 (2.0.16-1) ... #13 43.15 Setting up python-apt-common (2.6.0) ... #13 43.16 Setting up sensible-utils (0.0.17+nmu1) ... #13 43.17 Setting up libhwasan0:arm64 (12.2.0-14) ... #13 43.18 Setting up xdelta3 (3.0.11-dfsg-1.2) ... #13 43.19 Setting up libcrypt-dev:arm64 (1:4.4.33-2) ... #13 43.21 Setting up libtiff6:arm64 (4.5.0-6+deb12u1) ... #13 43.22 Setting up libasan8:arm64 (12.2.0-14) ... #13 43.23 Setting up libuchardet0:arm64 (0.0.7-1) ... #13 43.24 Setting up lzop (1.04-2) ... #13 43.25 Setting up git-man (1:2.39.2-1.1) ... #14 49.63 Preparing to unpack .../076-libubsan1_13.2.0-4ubuntu3_armhf.deb ... #14 49.63 Unpacking libubsan1:armhf (13.2.0-4ubuntu3) ... #14 49.68 Selecting previously unselected package libgcc-13-dev:armhf. #14 49.68 Preparing to unpack .../077-libgcc-13-dev_13.2.0-4ubuntu3_armhf.deb ... #14 49.69 Unpacking libgcc-13-dev:armhf (13.2.0-4ubuntu3) ... #14 49.77 Selecting previously unselected package gcc-13. #14 49.77 Preparing to unpack .../078-gcc-13_13.2.0-4ubuntu3_armhf.deb ... #14 49.77 Unpacking gcc-13 (13.2.0-4ubuntu3) ... #13 43.91 Setting up distro-info-data (0.51+deb11u4) ... #13 43.93 Setting up manpages (5.10-1) ... #13 43.94 Setting up unzip (6.0-26+deb11u1) ... #13 43.96 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ... #13 43.97 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... #13 43.98 Setting up libsqlite3-0:amd64 (3.34.1-3) ... #13 43.99 Setting up libcbor0:amd64 (0.5.0+dfsg-2) ... #13 44.00 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2.1+deb11u1) ... #13 44.02 Setting up libfcgi-bin (2.4.2-2) ... #13 44.03 Setting up binutils-common:amd64 (2.35.2-2) ... #13 44.04 Setting up libnghttp2-14:amd64 (1.43.0-1+deb11u1) ... #13 44.05 Setting up libmagic1:amd64 (1:5.39-3+deb11u1) ... #13 44.07 Setting up libdeflate0:amd64 (1.7-1) ... #13 44.08 Setting up less (551-2) ... #13 44.10 Setting up perl-openssl-defaults:amd64 (5) ... #13 44.11 Setting up linux-libc-dev:amd64 (5.10.205-2) ... #13 44.12 Setting up libctf-nobfd0:amd64 (2.35.2-2) ... #14 43.11 Setting up libref-util-xs-perl (0.117-2build1) ... #14 43.14 Setting up libio-pty-perl (1:1.17-1) ... #14 43.16 Setting up libfile-fcntllock-perl (0.22-4build1) ... #14 43.17 Setting up libclone-perl:amd64 (0.46-1) ... #14 43.18 Setting up libalgorithm-diff-perl (1.201-1) ... #14 43.19 Setting up libarchive-zip-perl (1.68-1) ... #14 43.20 Setting up libsub-identify-perl (0.14-3) ... #14 43.22 Setting up libdistro-info-perl (1.5ubuntu0.23.04.1) ... #14 43.23 Setting up libcpanel-json-xs-perl:amd64 (4.32-1build1) ... #14 43.24 Setting up libhtml-tagset-perl (3.20-6) ... #14 43.25 Setting up liblog-any-perl (1.713-1) ... #14 43.26 Setting up libauthen-sasl-perl (2.1600-3) ... #14 43.27 Setting up libdevel-size-perl (0.83-2build1) ... #14 43.28 Setting up libpython3.11-stdlib:amd64 (3.11.4-1~23.04.2) ... #14 43.29 Setting up libdebhelper-perl (13.11.4ubuntu3) ... #14 43.31 Setting up libpod-constants-perl (0.19-2) ... #14 43.32 Setting up libregexp-pattern-license-perl (3.9.4-3) ... #13 43.57 Setting up pinentry-curses (1.1.0-4) ... #13 43.59 Setting up manpages-dev (5.10-1) ... #13 43.61 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... #13 43.64 Setting up libxcb1:arm64 (1.14-3) ... #13 43.69 Setting up gettext (0.21-4) ... #13 43.74 Setting up xdelta (1.1.3-9.3) ... #13 43.75 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... #13 43.77 Setting up libgcc-10-dev:arm64 (10.2.1-6) ... #13 43.78 Setting up libedit2:arm64 (3.1-20191231-2+b1) ... #13 43.80 Setting up libreadline8:arm64 (8.1-1) ... #14 38.73 Setting up libpackage-stash-xs-perl (0.29-1build5) ... #14 38.75 Setting up libclass-data-inheritable-perl (0.08-3) ... #14 38.77 Setting up libxs-parse-keyword-perl (0.21-1build1) ... #14 38.78 Setting up python3-gpg (1.16.0-1.2ubuntu4.1) ... #14 38.94 Setting up libdata-dump-perl (1.25-1) ... #14 44.96 Preparing to unpack .../096-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ... #14 44.96 Unpacking gcc (4:9.3.0-1ubuntu2) ... #14 45.00 Selecting previously unselected package libstdc++-9-dev:amd64. #14 45.00 Preparing to unpack .../097-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ... #14 45.01 Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... #14 45.23 Selecting previously unselected package g++-9. #13 43.49 Setting up libuchardet0:arm64 (0.0.6-3) ... #13 43.51 Setting up git-man (1:2.20.1-2+deb10u8) ... #13 43.52 Setting up libssh2-1:arm64 (1.8.0-2.1+deb10u1) ... #13 43.57 Setting up netbase (5.6) ... #13 43.59 Setting up libkrb5-3:arm64 (1.17-3+deb10u6) ... #13 43.61 Setting up libmpdec2:arm64 (2.4.2-2) ... #14 41.90 Get:277 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB] #12 42.71 Running transaction test #17 8.762 Preparing : 1/1 #17 8.822 Installing : python3-libselinux-2.9-8.el8.x86_64 1/57 #17 8.880 Installing : make-1:4.2.1-11.el8.x86_64 2/57 #17 8.894 Running scriptlet: make-1:4.2.1-11.el8.x86_64 2/57 #17 8.919 Installing : m4-1.4.18-7.el8.x86_64 3/57 #17 8.931 Running scriptlet: m4-1.4.18-7.el8.x86_64 3/57 #17 9.000 Installing : autoconf-2.69-29.el8.noarch 4/57 #17 9.016 Running scriptlet: autoconf-2.69-29.el8.noarch 4/57 #17 9.075 Installing : checkpolicy-2.9-1.el8.x86_64 5/57 #17 9.098 Installing : libmpc-1.1.0-9.1.el8.x86_64 6/57 #14 40.61 Setting up libtext-glob-perl (0.11-3) ... #14 40.62 Setting up libmagic-mgc (1:5.44-3) ... #14 40.64 Setting up libyaml-0-2:amd64 (0.2.5-1) ... #14 40.68 Setting up distro-info-data (0.58ubuntu0.2) ... #14 40.70 Setting up manpages (6.03-2) ... #14 40.72 Setting up libtirpc-common (1.3.3+ds-1) ... #14 40.74 Setting up unzip (6.0-28ubuntu1) ... #14 40.76 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #14 40.79 Setting up libbrotli1:amd64 (1.0.9-2build8) ... #14 40.81 Setting up libsqlite3-0:amd64 (3.42.0-1ubuntu0.1) ... #14 39.57 Get:322 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsys-hostname-long-perl all 1.5-3 [10.6 kB] #14 39.58 Get:323 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmail-sendmail-perl all 0.80-3 [21.7 kB] #14 39.58 Get:324 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnet-smtp-ssl-perl all 1.04-2 [6218 B] #14 39.59 Get:325 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmailtools-perl all 2.21-2 [80.4 kB] #14 39.61 Get:326 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmarkdown2 arm64 2.2.7-2 [37.0 kB] #14 39.62 Get:327 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmath-base85-perl all 0.5+dfsg-2 [6124 B] #14 39.62 Get:328 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmldbm-perl all 2.05-4 [16.0 kB] #15 5.921 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #15 6.161 Starting 2 pkgProblemResolver with broken count: 0 #15 6.165 Done #13 47.42 Setting up openssl (3.0.11-1~deb12u2) ... #13 47.45 Setting up libbsd0:amd64 (0.11.7-2) ... #13 47.46 Setting up libyuv0:amd64 (0.0~git20230123.b2528b0-1) ... #13 47.48 Setting up libelf1:amd64 (0.188-2.1) ... #13 47.52 Setting up readline-common (8.2-1.3) ... #13 47.57 Setting up publicsuffix (20230209.2326-1) ... #13 47.61 Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... #13 47.62 Setting up zstd (1.5.4+dfsg2-5) ... #13 47.63 Setting up libmarkdown2:amd64 (2.2.7-2) ... #13 47.64 Setting up libcc1-0:amd64 (12.2.0-14) ... #13 47.68 Setting up iso-codes (4.15.0-1) ... #13 47.71 Setting up liblocale-gettext-perl (1.07-5) ... #13 47.73 Setting up liblsan0:amd64 (12.2.0-14) ... #13 47.74 Setting up dctrl-tools (2.24-3+b1) ... #13 50.80 Setting up libyaml-0-2:armhf (0.2.5-1) ... #13 50.82 Setting up libglib2.0-0:armhf (2.74.6-2) ... #13 50.83 No schema files found: doing nothing. #13 50.84 Setting up distro-info-data (0.58+deb12u1) ... #13 50.85 Setting up manpages (6.03-2) ... #13 50.86 Setting up libtirpc-common (1.3.3+ds-1) ... #13 50.88 Setting up unzip (6.0-28) ... #13 50.90 Setting up libcbor0.8:armhf (0.8.0-2+b1) ... #13 50.91 Setting up libbrotli1:armhf (1.0.9-2+b6) ... #13 50.92 Setting up libsqlite3-0:armhf (3.40.1-2) ... #13 50.94 Setting up libsasl2-modules:armhf (2.1.28+dfsg-10) ... #13 50.96 Setting up libfcgi-bin (2.4.2-2) ... #13 50.97 Setting up binutils-common:armhf (2.40-2) ... #13 50.98 Setting up libnghttp2-14:armhf (1.52.0-1+deb12u1) ... #13 51.00 Setting up libmagic1:armhf (1:5.44-3) ... #13 51.02 Setting up libdeflate0:armhf (1.14-1) ... #14 51.17 Selecting previously unselected package libdw1:armhf. #14 51.17 Preparing to unpack .../110-libdw1_0.186-1build1_armhf.deb ... #14 51.17 Unpacking libdw1:armhf (0.186-1build1) ... #14 51.21 Selecting previously unselected package debugedit. #14 51.22 Preparing to unpack .../111-debugedit_1%3a5.0-4build1_armhf.deb ... #14 51.22 Unpacking debugedit (1:5.0-4build1) ... #14 51.26 Selecting previously unselected package dwz. #14 51.26 Preparing to unpack .../112-dwz_0.14-1build2_armhf.deb ... #14 51.26 Unpacking dwz (0.14-1build2) ... #14 51.30 Selecting previously unselected package gettext. #14 51.31 Preparing to unpack .../113-gettext_0.21-4ubuntu4_armhf.deb ... #14 51.31 Unpacking gettext (0.21-4ubuntu4) ... #14 51.36 Selecting previously unselected package intltool-debian. #15 3.164 dh_gencontrol #15 3.301 dh_md5sums #15 3.337 dh_builddeb #15 3.363 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #15 3.387 #15 3.387 The package has been created. #15 3.387 Attention, the package has been created in the current directory, #15 3.387 not in ".." as indicated by the message above! #15 3.414 Selecting previously unselected package docker-ce-build-deps. #14 38.56 Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libre-engine-re2-perl arm64 0.14-1build2 [17.9 kB] #16 5.065 Package bash-5.1.8-6.el9.aarch64 is already installed. #16 5.090 Package bash-5.1.8-6.el9.aarch64 is already installed. #16 5.103 Package bash-5.1.8-6.el9.aarch64 is already installed. #16 5.103 Package ca-certificates-2023.2.60_v7.0.306-90.1.el9.noarch is already installed. #16 5.104 Package libarchive-3.5.3-4.el9.aarch64 is already installed. #16 5.104 Package pkgconf-pkg-config-1.7.3-10.el9.aarch64 is already installed. #16 5.104 Package tar-2:1.34-6.el9.aarch64 is already installed. #16 5.117 Package bash-5.1.8-6.el9.aarch64 is already installed. #16 5.176 Dependencies resolved. #16 5.185 ================================================================================ #16 5.185 Package Arch Version Repo Size #16 5.185 ================================================================================ #16 5.185 Installing: #16 5.185 cmake aarch64 3.26.5-2.el9 appstream 7.1 M #16 5.185 gcc aarch64 11.4.1-3.el9 appstream 30 M #16 5.185 git aarch64 2.43.0-1.el9 appstream 51 k #16 5.185 glibc-static aarch64 2.34-99.el9 crb 1.2 M #16 5.185 libseccomp-devel aarch64 2.5.2-2.el9 appstream 59 k #16 5.185 libselinux-devel aarch64 3.6-1.el9 appstream 159 k #16 5.185 libtool aarch64 2.4.6-45.el9 appstream 582 k #16 5.185 libtool-ltdl-devel aarch64 2.4.6-45.el9 crb 161 k #16 5.185 make aarch64 1:4.3-7.el9 baseos 535 k #16 5.185 selinux-policy-devel noarch 38.1.30-1.el9 appstream 1.5 M #16 5.185 systemd aarch64 252-23.el9 baseos 3.9 M #16 5.185 systemd-devel aarch64 252-23.el9 appstream 651 k #16 5.185 which aarch64 2.21-29.el9 baseos 41 k #16 5.185 Upgrading: #16 5.185 glibc aarch64 2.34-99.el9 baseos 1.7 M #16 5.185 glibc-common aarch64 2.34-99.el9 baseos 309 k #16 5.185 glibc-gconv-extra aarch64 2.34-99.el9 baseos 1.8 M #16 5.185 glibc-minimal-langpack aarch64 2.34-99.el9 baseos 32 k #16 5.185 Installing dependencies: #16 5.185 acl aarch64 2.3.1-4.el9 baseos 71 k #16 5.185 annobin aarch64 12.31-1.el9 appstream 1.0 M #16 5.185 autoconf noarch 2.69-38.el9 appstream 681 k #16 5.185 automake noarch 1.16.2-8.el9 appstream 689 k #16 5.185 checkpolicy aarch64 3.6-1.el9 appstream 348 k #16 5.185 cmake-data noarch 3.26.5-2.el9 appstream 2.4 M #16 5.185 cmake-filesystem aarch64 3.26.5-2.el9 appstream 19 k #16 5.185 cmake-rpm-macros noarch 3.26.5-2.el9 appstream 11 k #16 5.185 cpp aarch64 11.4.1-3.el9 appstream 10 M #16 5.185 cracklib aarch64 2.9.6-27.el9 baseos 95 k #16 5.185 cracklib-dicts aarch64 2.9.6-27.el9 baseos 3.6 M #16 5.185 dbus aarch64 1:1.12.20-8.el9 baseos 3.7 k #16 5.185 dbus-broker aarch64 28-7.el9 baseos 166 k #16 5.185 dbus-common noarch 1:1.12.20-8.el9 baseos 15 k #16 5.185 gcc-plugin-annobin aarch64 11.4.1-3.el9 appstream 47 k #16 5.185 git-core aarch64 2.43.0-1.el9 appstream 4.5 M #16 5.185 git-core-doc noarch 2.43.0-1.el9 appstream 2.9 M #16 5.185 glibc-devel aarch64 2.34-99.el9 appstream 563 k #16 5.185 kernel-headers aarch64 5.14.0-410.el9 appstream 7.4 M #16 5.185 kmod-libs aarch64 28-9.el9 baseos 62 k #16 5.185 libasan aarch64 11.4.1-3.el9 appstream 410 k #16 5.185 libatomic aarch64 11.4.1-3.el9 baseos 36 k #16 5.185 libcbor aarch64 0.7.0-5.el9 baseos 56 k #16 5.185 libdb aarch64 5.3.28-53.el9 baseos 712 k #16 5.185 libeconf aarch64 0.4.1-3.el9 baseos 26 k #16 5.185 libedit aarch64 3.1-38.20210216cvs.el9 baseos 103 k #16 5.185 libfdisk aarch64 2.37.4-15.el9 baseos 149 k #16 5.185 libfido2 aarch64 1.13.0-2.el9 baseos 96 k #16 5.185 libmpc aarch64 1.2.1-4.el9 appstream 63 k #16 5.185 libpwquality aarch64 1.4.4-8.el9 baseos 119 k #16 5.185 libseccomp aarch64 2.5.2-2.el9 baseos 72 k #16 5.185 libselinux-utils aarch64 3.6-1.el9 baseos 190 k #16 5.185 libsepol-devel aarch64 3.6-1.el9 appstream 47 k #16 5.185 libtool-ltdl aarch64 2.4.6-45.el9 appstream 37 k #16 5.185 libubsan aarch64 11.4.1-3.el9 appstream 186 k #16 5.185 libutempter aarch64 1.2.1-6.el9 baseos 27 k #16 5.185 libuv aarch64 1:1.42.0-1.el9 appstream 146 k #16 5.185 libxcrypt-devel aarch64 4.4.18-3.el9 appstream 29 k #16 5.185 libxcrypt-static aarch64 4.4.18-3.el9 crb 108 k #16 5.185 llvm-libs aarch64 17.0.6-4.el9 appstream 23 M #16 5.185 m4 aarch64 1.4.19-1.el9 appstream 297 k #16 5.185 openssh aarch64 8.7p1-38.el9 baseos 452 k #16 5.185 openssh-clients aarch64 8.7p1-38.el9 baseos 686 k #16 5.185 openssl aarch64 1:3.0.7-25.el9 baseos 1.2 M #16 5.185 pam aarch64 1.5.1-17.el9 baseos 628 k #16 5.185 pcre2-devel aarch64 10.40-4.el9 appstream 512 k #16 5.185 pcre2-utf16 aarch64 10.40-4.el9 appstream 196 k #16 5.185 pcre2-utf32 aarch64 10.40-4.el9 appstream 187 k #16 5.185 perl-DynaLoader aarch64 1.47-481.el9 appstream 25 k #16 5.185 perl-Error noarch 1:0.17029-7.el9 appstream 42 k #16 5.185 perl-File-Compare noarch 1.100.600-481.el9 appstream 13 k #16 5.185 perl-File-Copy noarch 2.34-481.el9 appstream 20 k #16 5.185 perl-File-Find noarch 1.37-481.el9 appstream 25 k #16 5.185 perl-Git noarch 2.43.0-1.el9 appstream 38 k #16 5.185 perl-TermReadKey aarch64 2.38-11.el9 appstream 36 k #16 5.185 perl-Thread-Queue noarch 3.14-460.el9 appstream 22 k #16 5.185 perl-lib aarch64 0.65-481.el9 appstream 14 k #16 5.185 perl-threads aarch64 1:2.25-460.el9 appstream 57 k #16 5.185 perl-threads-shared aarch64 1.61-460.el9 appstream 44 k #16 5.185 policycoreutils aarch64 3.6-1.el9 baseos 242 k #16 5.185 policycoreutils-devel aarch64 3.6-1.el9 appstream 144 k #16 5.185 policycoreutils-python-utils noarch 3.6-1.el9 appstream 77 k #16 5.185 python3-audit aarch64 3.1.2-2.el9 appstream 83 k #16 5.185 python3-distro noarch 1.5.0-7.el9 baseos 37 k #16 5.185 python3-libselinux aarch64 3.6-1.el9 appstream 183 k #16 5.185 python3-libsemanage aarch64 3.6-1.el9 appstream 79 k #16 5.185 python3-policycoreutils noarch 3.6-1.el9 appstream 2.1 M #16 5.185 python3-setools aarch64 4.4.4-1.el9 baseos 595 k #16 5.185 python3-setuptools noarch 53.0.0-12.el9 baseos 944 k #16 5.185 rpm-plugin-selinux aarch64 4.16.1.3-29.el9 baseos 17 k #16 5.185 selinux-policy noarch 38.1.30-1.el9 baseos 56 k #16 5.185 selinux-policy-targeted noarch 38.1.30-1.el9 baseos 6.9 M #16 5.185 systemd-pam aarch64 252-23.el9 baseos 256 k #16 5.185 systemd-rpm-macros noarch 252-23.el9 baseos 54 k #16 5.185 util-linux aarch64 2.37.4-15.el9 baseos 2.2 M #16 5.185 util-linux-core aarch64 2.37.4-15.el9 baseos 431 k #16 5.185 vim-filesystem noarch 2:8.2.2637-20.el9 baseos 18 k #16 5.185 Installing weak dependencies: #16 5.185 glibc-langpack-en aarch64 2.34-99.el9 baseos 671 k #16 5.185 #16 5.185 Transaction Summary #16 5.185 ================================================================================ #16 5.185 Install 91 Packages #16 5.185 Upgrade 4 Packages #16 5.185 #16 5.190 Total download size: 129 M #16 5.191 Downloading Packages: #16 10.27 (48/93): cpp-11.4.1-3.el9.x86_64.rpm 10 MB/s | 11 MB 00:01 #16 10.45 (49/93): git-core-2.43.0-1.el9.x86_64.rpm 10 MB/s | 4.4 MB 00:00 #14 47.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 ... 4346 files and directories currently installed.) #14 47.39 Preparing to unpack .../libc-bin_2.37-0ubuntu2.2_armhf.deb ... #14 47.40 Unpacking libc-bin (2.37-0ubuntu2.2) over (2.37-0ubuntu2.1) ... #14 47.55 Setting up libc-bin (2.37-0ubuntu2.2) ... #14 47.64 Selecting previously unselected package liblocale-gettext-perl. #14 47.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 ... 4346 files and directories currently installed.) #14 47.64 Preparing to unpack .../liblocale-gettext-perl_1.07-5_armhf.deb ... #14 47.65 Unpacking liblocale-gettext-perl (1.07-5) ... #14 47.71 Selecting previously unselected package libssl3:armhf. #14 47.71 Preparing to unpack .../libssl3_3.0.8-1ubuntu1.4_armhf.deb ... #14 47.72 Unpacking libssl3:armhf (3.0.8-1ubuntu1.4) ... #13 48.81 Setting up cron (3.0pl1-134+deb10u1) ... #13 48.89 Adding group `crontab' (GID 102) ... #13 48.91 Done. #13 48.94 invoke-rc.d: could not determine current runlevel #13 48.94 invoke-rc.d: policy-rc.d denied execution of start. #14 51.03 Selecting previously unselected package libalgorithm-diff-perl. #14 51.03 Preparing to unpack .../198-libalgorithm-diff-perl_1.19.03-2_all.deb ... #14 51.03 Unpacking libalgorithm-diff-perl (1.19.03-2) ... #14 51.07 Selecting previously unselected package libalgorithm-diff-xs-perl. #14 51.07 Preparing to unpack .../199-libalgorithm-diff-xs-perl_0.04-6_armhf.deb ... #14 51.08 Unpacking libalgorithm-diff-xs-perl (0.04-6) ... #14 51.16 Selecting previously unselected package libalgorithm-merge-perl. #13 45.54 Preparing to unpack .../168-libauthen-sasl-perl_2.1600-1.1_all.deb ... #13 45.55 Unpacking libauthen-sasl-perl (2.1600-1.1) ... #13 45.60 Selecting previously unselected package libmodule-implementation-perl. #13 45.60 Preparing to unpack .../169-libmodule-implementation-perl_0.09-1.1_all.deb ... #13 45.61 Unpacking libmodule-implementation-perl (0.09-1.1) ... #13 45.66 Selecting previously unselected package libsub-exporter-progressive-perl. #13 45.66 Preparing to unpack .../170-libsub-exporter-progressive-perl_0.001013-1_all.deb ... #13 45.67 Unpacking libsub-exporter-progressive-perl (0.001013-1) ... #13 45.72 Selecting previously unselected package libvariable-magic-perl. #13 45.72 Preparing to unpack .../171-libvariable-magic-perl_0.62-1+b3_armhf.deb ... #13 45.73 Unpacking libvariable-magic-perl (0.62-1+b3) ... #13 45.78 Selecting previously unselected package libb-hooks-endofscope-perl. #13 43.26 Setting up libssh2-1:arm64 (1.10.0-3+b1) ... #13 43.27 Setting up netbase (6.4) ... #13 43.30 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u1) ... #13 43.31 Setting up libtsan2:arm64 (12.2.0-14) ... #13 43.32 Setting up libbinutils:arm64 (2.40-2) ... #13 43.33 Setting up lsb-release (12.0-1) ... #13 43.35 Setting up libfido2-1:arm64 (1.12.0-2+b1) ... #13 43.36 Setting up libisl23:arm64 (0.25-1) ... #13 43.37 Setting up libde265-0:arm64 (1.0.11-1+deb12u1) ... #13 43.38 Setting up libc-dev-bin (2.36-9+deb12u3) ... #13 43.39 Setting up openssl (3.0.11-1~deb12u2) ... #13 43.41 Setting up libbsd0:arm64 (0.11.7-2) ... #13 43.42 Setting up libyuv0:arm64 (0.0~git20230123.b2528b0-1) ... #13 43.44 Setting up libelf1:arm64 (0.188-2.1) ... #13 43.45 Setting up readline-common (8.2-1.3) ... #13 43.50 Setting up publicsuffix (20230209.2326-1) ... #14 50.11 Selecting previously unselected package gcc. #14 50.12 Preparing to unpack .../079-gcc_4%3a13.2.0-1ubuntu1_armhf.deb ... #14 50.12 Unpacking gcc (4:13.2.0-1ubuntu1) ... #14 50.17 Selecting previously unselected package libstdc++-13-dev:armhf. #14 50.17 Preparing to unpack .../080-libstdc++-13-dev_13.2.0-4ubuntu3_armhf.deb ... #13 44.14 Setting up gettext-base (0.21-4) ... #13 44.15 Setting up liblzo2-2:amd64 (2.10-2) ... #13 44.16 Setting up libnpth0:amd64 (1.6-3) ... #13 44.17 Setting up file (1:5.39-3+deb11u1) ... #13 44.18 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b9) ... #13 44.20 Setting up libassuan0:amd64 (2.5.3-7.1) ... #13 44.21 Setting up libgomp1:amd64 (10.2.1-6) ... #13 44.22 Setting up bzip2 (1.0.8-4) ... #13 44.23 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ... #13 44.25 Setting up libunwind8:amd64 (1.3.2-2) ... #13 44.26 Setting up pbzip2 (1.1.13-1) ... #13 44.27 Setting up libjbig0:amd64 (2.1-3.1+b2) ... #13 44.29 Setting up libfakeroot:amd64 (1.25.3-1.1) ... #13 44.30 Setting up libasan6:amd64 (10.2.1-6) ... #13 44.32 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... #13 44.33 Setting up fakeroot (1.25.3-1.1) ... #13 44.34 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #13 44.35 Setting up autotools-dev (20180224.1+nmu1) ... #13 44.37 Setting up libglib2.0-data (2.66.8-1) ... #13 44.38 Setting up libtirpc-dev:amd64 (1.3.1-1+deb11u1) ... #13 44.39 Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ... #13 44.41 Setting up libx11-data (2:1.7.2-1+deb11u2) ... #13 44.43 Setting up make (4.3-4.1) ... #13 44.45 Setting up libmpfr6:amd64 (4.1.0-3) ... #14 43.34 Setting up liblwp-mediatypes-perl (6.04-2) ... #14 43.36 Setting up libyaml-libyaml-perl (0.86+ds-1) ... #14 43.37 Setting up libio-interactive-perl (1.023-2) ... #14 43.38 Setting up libtry-tiny-perl (0.31-2) ... #14 43.39 Setting up libtype-tiny-perl (2.002001-1) ... #14 43.41 Setting up libcommon-sense-perl:amd64 (3.75-3) ... #14 43.42 Setting up libmldbm-perl (2.05-4) ... #14 43.43 Setting up libxml-namespacesupport-perl (1.12-2) ... #14 43.44 Setting up libnet-http-perl (6.22-1) ... #14 43.46 Setting up libpath-iterator-rule-perl (1.015-2) ... #14 43.47 Setting up libtext-markdown-discount-perl (0.16-1) ... #14 43.48 Setting up libhttp-tiny-multipart-perl (0.08-2) ... #14 43.49 Setting up libtime-moment-perl (0.44-2build1) ... #14 43.51 Setting up libencode-locale-perl (1.05-3) ... #14 43.52 Setting up libexception-class-perl (1.45-1) ... #14 43.52 Setting up libmath-base85-perl (0.5+dfsg-2) ... #14 43.53 Setting up libconfig-tiny-perl (2.28-2) ... #13 43.82 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... #13 43.84 Setting up m4 (1.4.18-5) ... #13 43.86 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... #13 43.87 Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u11) ... #13 43.89 Setting up binutils (2.35.2-2) ... #13 43.90 Setting up ca-certificates (20210119) ... #14 38.96 Setting up python3-certifi (2020.6.20-1) ... #14 39.08 Setting up libfile-find-rule-perl (0.34-1) ... #14 39.09 Setting up libref-util-perl (0.204-1) ... #14 39.11 Setting up libipc-system-simple-perl (1.30-1) ... #14 39.12 Setting up libnet-domain-tld-perl (1.75-1.1) ... #14 39.14 Setting up libperlio-utf8-strict-perl (0.009-1build1) ... #14 39.16 Setting up libsocket6-perl (0.29-1build4) ... #14 39.18 Setting up libio-prompt-tiny-perl (0.003-1) ... #14 45.23 Preparing to unpack .../098-g++-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ... #14 45.23 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.2) ... #14 42.17 Get:278 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhash-fieldhash-perl arm64 0.15-1build2 [16.5 kB] #14 42.26 Get:279 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB] #14 42.34 Get:280 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-format-perl all 2.12-1 [41.3 kB] #13 43.62 Setting up libbinutils:arm64 (2.31.1-16) ... #13 43.64 Setting up cpp-8 (8.3.0-6) ... #13 43.65 Setting up libc-dev-bin (2.28-10+deb10u2) ... #13 43.66 Setting up openssl (1.1.1n-0+deb10u6) ... #13 43.67 Setting up libbsd0:arm64 (0.9.1-2+deb10u1) ... #13 43.69 Setting up readline-common (7.0-5) ... #13 43.71 Setting up publicsuffix (20220811.1734-0+deb10u1) ... #13 43.72 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u6) ... #13 43.73 Setting up libcc1-0:arm64 (8.3.0-6) ... #13 43.74 Setting up iso-codes (4.2-1) ... #13 43.76 Setting up liblocale-gettext-perl (1.07-3+b4) ... #13 43.77 Setting up liblsan0:arm64 (8.3.0-6) ... #13 43.78 Setting up dctrl-tools (2.24-3) ... #13 43.80 Setting up libitm1:arm64 (8.3.0-6) ... #13 43.81 Setting up debian-keyring (2019.02.25) ... #13 43.83 Setting up libreadline7:arm64 (7.0-5) ... #17 9.114 Installing : cmake-rpm-macros-3.26.5-2.el8.noarch 7/57 #13 39.50 Fedora Modular 38 - aarch64 - Updates 2.1 MB/s | 2.1 MB 00:00 #13 40.59 Last metadata expiration check: 0:00:01 ago on Mon Jan 22 21:41:03 2024. #14 40.83 Setting up libsasl2-modules:amd64 (2.1.28+dfsg1-3) ... #14 40.85 Setting up libfcgi-bin (2.4.2-2build2) ... #14 40.86 Setting up binutils-common:amd64 (2.41-5ubuntu1) ... #14 40.89 Setting up libnghttp2-14:amd64 (1.55.1-1ubuntu0.1) ... #14 40.93 Setting up libmagic1:amd64 (1:5.44-3) ... #14 40.96 Setting up libdeflate0:amd64 (1.18-1) ... #14 40.98 Setting up less (590-2) ... #14 41.00 Setting up perl-openssl-defaults:amd64 (7) ... #14 41.02 Setting up linux-libc-dev:amd64 (6.5.0-14.14) ... #14 41.04 Setting up libctf-nobfd0:amd64 (2.41-5ubuntu1) ... #14 40.02 Get:329 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmoox-aliases-perl all 0.001006-2 [6796 B] #15 6.378 Done #15 6.572 Starting pkgProblemResolver with broken count: 0 #13 47.75 Setting up libitm1:amd64 (12.2.0-14) ... #13 47.76 Setting up debian-keyring (2022.12.24) ... #13 47.78 Setting up libgdbm6:amd64 (1.23-3) ... #13 47.80 Setting up libctf0:amd64 (2.40-2) ... #13 47.81 Setting up pinentry-curses (1.2.1-1) ... #13 47.83 Setting up manpages-dev (6.03-2) ... #13 47.84 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... #13 47.88 Setting up cpp-12 (12.2.0-14) ... #13 47.89 Setting up libxcb1:amd64 (1.15-1) ... #13 47.91 Setting up gettext (0.21-12) ... #13 47.92 Setting up xdelta (1.1.3-10.4) ... #13 47.93 Setting up libavif15:amd64 (0.11.1-1) ... #13 47.94 Setting up libarchive13:amd64 (3.6.2-1) ... #13 51.03 Setting up less (590-2) ... #13 51.05 Setting up perl-openssl-defaults:armhf (7+b1) ... #13 51.07 Setting up linux-libc-dev:armhf (6.1.69-1) ... #13 51.08 Setting up libctf-nobfd0:armhf (2.40-2) ... #13 51.09 Setting up gettext-base (0.21-12) ... #13 51.11 Setting up m4 (1.4.19-3) ... #13 51.12 Setting up liblzo2-2:armhf (2.10-2) ... #13 51.13 Setting up libnpth0:armhf (1.6-3) ... #13 51.15 Setting up krb5-locales (1.20.1-2+deb12u1) ... #13 51.16 Setting up file (1:5.44-3) ... #13 51.17 Setting up libsvtav1enc1:armhf (1.4.1+dfsg-1) ... #13 51.18 Setting up libassuan0:armhf (2.5.5-5) ... #13 51.20 Setting up libgomp1:armhf (12.2.0-14) ... #13 51.22 Setting up bzip2 (1.0.8-5+b1) ... #13 51.23 Setting up libldap-common (2.5.13+dfsg-5) ... #13 51.25 Setting up pbzip2 (1.1.13-1) ... #13 51.26 Setting up libjbig0:armhf (2.1-6.1) ... #13 51.27 Setting up librav1e0:armhf (0.5.1-6) ... #13 51.32 Setting up libfakeroot:armhf (1.31-1.2) ... #13 51.33 Setting up libjansson4:armhf (2.14-2) ... #14 51.36 Preparing to unpack .../114-intltool-debian_0.35.0+20060710.5_all.deb ... #14 51.37 Unpacking intltool-debian (0.35.0+20060710.5) ... #14 51.40 Selecting previously unselected package po-debconf. #14 51.40 Preparing to unpack .../115-po-debconf_1.0.21+nmu1_all.deb ... #14 51.41 Unpacking po-debconf (1.0.21+nmu1) ... #14 51.46 Selecting previously unselected package debhelper. #14 51.46 Preparing to unpack .../116-debhelper_13.6ubuntu1_all.deb ... #14 51.46 Unpacking debhelper (13.6ubuntu1) ... #14 51.52 Selecting previously unselected package libfakeroot:armhf. #14 51.52 Preparing to unpack .../117-libfakeroot_1.28-1ubuntu1_armhf.deb ... #14 51.53 Unpacking libfakeroot:armhf (1.28-1ubuntu1) ... #14 51.57 Selecting previously unselected package fakeroot. #14 51.57 Preparing to unpack .../118-fakeroot_1.28-1ubuntu1_armhf.deb ... #14 51.57 Unpacking fakeroot (1.28-1ubuntu1) ... #14 51.61 Selecting previously unselected package libassuan0:armhf. #14 51.61 Preparing to unpack .../119-libassuan0_2.5.5-1build1_armhf.deb ... #14 51.62 Unpacking libassuan0:armhf (2.5.5-1build1) ... #15 3.427 (Reading database ... 17200 files and directories currently installed.) #15 3.428 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #15 3.433 Unpacking docker-ce-build-deps (1.0) ... #14 38.57 Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadonly-perl all 2.050-3 [19.9 kB] #14 38.58 Get:323 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-perl all 0.204-1 [15.0 kB] #14 38.58 Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-xs-perl arm64 0.117-1build5 [12.4 kB] #14 38.59 Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB] #14 38.62 Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB] #14 38.64 Get:327 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-modules arm64 2.1.27+dfsg2-3ubuntu1.2 [68.4 kB] #14 38.66 Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsereal-decoder-perl arm64 4.023+ds-1 [99.9 kB] #14 38.70 Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsereal-encoder-perl arm64 4.023+ds-1 [103 kB] #14 38.72 Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libset-intspan-perl all 1.19-2 [26.1 kB] #16 10.59 (50/93): glibc-devel-2.34-99.el9.x86_64.rpm 348 kB/s | 48 kB 00:00 #16 10.61 (51/93): git-core-doc-2.43.0-1.el9.noarch.rpm 8.6 MB/s | 2.9 MB 00:00 #16 10.67 (52/93): glibc-headers-2.34-99.el9.x86_64.rpm 6.8 MB/s | 553 kB 00:00 #16 10.74 (53/93): libmpc-1.2.1-4.el9.x86_64.rpm 876 kB/s | 62 kB 00:00 #14 41.17 Get:353 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libset-intspan-perl all 1.19-3 [24.8 kB] #14 41.33 Get:354 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsocket6-perl arm64 0.29-3 [17.3 kB] #14 47.80 Selecting previously unselected package libpython3.11-minimal:armhf. #14 47.80 Preparing to unpack .../libpython3.11-minimal_3.11.4-1~23.04.2_armhf.deb ... #14 47.80 Unpacking libpython3.11-minimal:armhf (3.11.4-1~23.04.2) ... #14 47.89 Selecting previously unselected package libexpat1:armhf. #14 47.89 Preparing to unpack .../libexpat1_2.5.0-1_armhf.deb ... #14 47.90 Unpacking libexpat1:armhf (2.5.0-1) ... #14 47.95 Selecting previously unselected package python3.11-minimal. #14 47.95 Preparing to unpack .../python3.11-minimal_3.11.4-1~23.04.2_armhf.deb ... #14 47.96 Unpacking python3.11-minimal (3.11.4-1~23.04.2) ... #14 48.03 Setting up libssl3:armhf (3.0.8-1ubuntu1.4) ... #13 49.05 Setting up libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ... #13 49.06 Setting up m4 (1.4.18-2) ... #13 49.08 Setting up binutils (2.31.1-16) ... #13 49.09 Setting up libpython2.7-stdlib:armhf (2.7.16-2+deb10u3) ... #13 49.11 Setting up ca-certificates (20200601~deb10u2) ... #14 51.17 Preparing to unpack .../200-libalgorithm-merge-perl_0.08-3_all.deb ... #14 51.17 Unpacking libalgorithm-merge-perl (0.08-3) ... #14 51.21 Selecting previously unselected package libapt-pkg-perl. #14 51.21 Preparing to unpack .../201-libapt-pkg-perl_0.1.36build3_armhf.deb ... #14 51.21 Unpacking libapt-pkg-perl (0.1.36build3) ... #14 51.29 Selecting previously unselected package libarchive-cpio-perl. #14 51.30 Preparing to unpack .../202-libarchive-cpio-perl_0.10-1_all.deb ... #14 51.30 Unpacking libarchive-cpio-perl (0.10-1) ... #14 51.34 Selecting previously unselected package libarray-intspan-perl. #14 51.34 Preparing to unpack .../203-libarray-intspan-perl_2.003-1_all.deb ... #14 51.34 Unpacking libarray-intspan-perl (2.003-1) ... #14 51.38 Selecting previously unselected package libasync-mergepoint-perl. #14 51.38 Preparing to unpack .../204-libasync-mergepoint-perl_0.04-2_all.deb ... #14 51.38 Unpacking libasync-mergepoint-perl (0.04-2) ... #14 51.42 Selecting previously unselected package libmodule-implementation-perl. #13 45.78 Preparing to unpack .../172-libb-hooks-endofscope-perl_0.24-1.1_all.deb ... #13 45.79 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ... #13 45.85 Selecting previously unselected package libpng16-16:armhf. #13 45.86 Preparing to unpack .../173-libpng16-16_1.6.37-3_armhf.deb ... #13 45.87 Unpacking libpng16-16:armhf (1.6.37-3) ... #13 45.94 Selecting previously unselected package libfreetype6:armhf. #13 45.94 Preparing to unpack .../174-libfreetype6_2.10.4+dfsg-1+deb11u1_armhf.deb ... #13 45.95 Unpacking libfreetype6:armhf (2.10.4+dfsg-1+deb11u1) ... #13 46.04 Selecting previously unselected package libfontconfig1:armhf. #13 43.51 Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ... #13 43.52 Setting up zstd (1.5.4+dfsg2-5) ... #13 43.53 Setting up libmarkdown2:arm64 (2.2.7-2) ... #13 43.54 Setting up libcc1-0:arm64 (12.2.0-14) ... #13 43.55 Setting up iso-codes (4.15.0-1) ... #13 43.56 Setting up liblocale-gettext-perl (1.07-5) ... #13 43.57 Setting up liblsan0:arm64 (12.2.0-14) ... #13 43.60 Setting up dctrl-tools (2.24-3) ... #13 43.61 Setting up libitm1:arm64 (12.2.0-14) ... #13 43.63 Setting up debian-keyring (2022.12.24) ... #13 43.64 Setting up libgdbm6:arm64 (1.23-3) ... #13 43.65 Setting up libctf0:arm64 (2.40-2) ... #13 43.67 Setting up pinentry-curses (1.2.1-1) ... #13 43.69 Setting up manpages-dev (6.03-2) ... #13 43.70 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... #13 43.72 Setting up cpp-12 (12.2.0-14) ... #16 85.34 Installing : perl-Git-1.8.3.1-25.el7_9.noarch 33/60 #14 50.17 Unpacking libstdc++-13-dev:armhf (13.2.0-4ubuntu3) ... #14 50.38 Selecting previously unselected package g++-13. #14 50.39 Preparing to unpack .../081-g++-13_13.2.0-4ubuntu3_armhf.deb ... #14 50.39 Unpacking g++-13 (13.2.0-4ubuntu3) ... #14 43.55 Setting up libsereal-encoder-perl (5.003+ds-1) ... #14 43.56 Setting up libdevel-callchecker-perl:amd64 (0.008-2) ... #14 43.57 Setting up liblist-utilsby-perl (0.12-2) ... #14 43.58 Setting up libstring-shellquote-perl (1.04-3) ... #14 43.59 Setting up libnet-netmask-perl (2.0002-2) ... #14 43.61 Setting up libsub-install-perl (0.929-1) ... #14 43.63 Setting up gcc (4:12.2.0-3ubuntu1) ... #14 43.65 Setting up dpkg-dev (1.21.21ubuntu1) ... #14 43.67 Setting up libindirect-perl (0.39-2build1) ... #14 43.69 Setting up libxs-parse-sublike-perl:amd64 (0.16-1ubuntu3) ... #14 43.70 Setting up intltool-debian (0.35.0+20060710.6) ... #14 43.71 Setting up libfreezethaw-perl (0.5001-3) ... #14 43.72 Setting up libobject-pad-perl (0.78-1) ... #14 43.73 Setting up liberror-perl (0.17029-2) ... #14 43.74 Setting up patchutils (0.4.2-1build2) ... #14 43.76 Setting up libmail-sendmail-perl (0.80-3) ... #14 43.77 Setting up libltdl-dev:amd64 (2.4.7-5) ... #14 43.78 Setting up libjson-maybexs-perl (1.004004-1) ... #14 43.79 Setting up libxml-sax-base-perl (1.09-3) ... #14 43.81 Setting up libio-string-perl (1.08-4) ... #14 43.83 Setting up libreadonly-perl (2.050-3) ... #14 43.84 Setting up libnetaddr-ip-perl (4.079+dfsg-2build1) ... #14 43.85 Setting up libstring-copyright-perl (0.003014-1) ... #14 43.86 Setting up libdata-optlist-perl (0.113-1) ... #14 43.88 Setting up libipc-run-perl (20220807.0-1) ... #13 44.46 Setting up gnupg-l10n (2.2.27-2+deb11u2) ... #13 44.47 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... #13 44.49 Setting up lzip (1.22-3) ... #13 44.51 Setting up strace (5.10-1) ... #13 44.53 Setting up libsigsegv2:amd64 (2.13-1) ... #13 44.55 Setting up xz-utils (5.2.5-2.1~deb11u1) ... #13 44.56 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #13 44.57 Setting up t1utils (1.41-4) ... #13 44.58 Setting up libquadmath0:amd64 (10.2.1-6) ... #13 44.59 Setting up diffstat (1.64-1) ... #13 44.60 Setting up libpng16-16:amd64 (1.6.37-3) ... #13 44.62 Setting up libmpc3:amd64 (1.2.0-1) ... #13 44.64 Setting up libatomic1:amd64 (10.2.1-6) ... #13 44.65 Setting up patch (2.7.6-7) ... #13 44.66 Setting up autopoint (0.21-4) ... #13 44.37 Updating certificates in /etc/ssl/certs... #14 39.19 Setting up libhash-fieldhash-perl (0.15-1build5) ... #14 39.21 Setting up libgd3:amd64 (2.3.0-2ubuntu2) ... #14 39.22 Setting up libvariable-magic-perl (0.62-1build5) ... #14 39.23 Setting up python3-idna (3.3-1) ... #14 39.42 Setting up libio-html-perl (1.004-2) ... #14 42.45 Get:281 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB] #13 43.84 Setting up libgdbm6:arm64 (1.18.1-4) ... #13 43.85 Setting up gnupg-utils (2.2.12-1+deb10u2) ... #13 43.86 Setting up libtsan0:arm64 (8.3.0-6) ... #13 43.87 Setting up pinentry-curses (1.1.0-2) ... #13 43.89 Setting up manpages-dev (4.16-2) ... #13 43.90 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... #13 43.92 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u6) ... #13 43.93 Setting up libxcb1:arm64 (1.13.1-2) ... #13 43.94 Setting up at (3.1.23-1) ... #13 44.08 invoke-rc.d: could not determine current runlevel #14 41.06 Setting up gettext-base (0.21-13) ... #14 41.07 Setting up m4 (1.4.19-3) ... #14 41.09 Setting up liblzo2-2:amd64 (2.10-2build3) ... #14 41.12 Setting up libnpth0:amd64 (1.6-3build2) ... #14 41.14 Setting up krb5-locales (1.20.1-3ubuntu1) ... #14 41.16 Setting up file (1:5.44-3) ... #14 41.18 Setting up libassuan0:amd64 (2.5.6-1) ... #14 41.19 Setting up libgomp1:amd64 (13.2.0-4ubuntu3) ... #14 41.21 Setting up bzip2 (1.0.8-5build1) ... #14 41.23 Setting up libldap-common (2.6.6+dfsg-1~exp1ubuntu1) ... #14 41.26 Setting up libunwind8:amd64 (1.6.2-3) ... #14 41.27 Setting up libjbig0:amd64 (2.1-6.1ubuntu1) ... #14 41.28 Setting up libsframe1:amd64 (2.41-5ubuntu1) ... #14 41.30 Setting up libfakeroot:amd64 (1.32.1-1) ... #14 41.34 Setting up libjansson4:amd64 (2.14-2) ... #14 41.35 Setting up libkrb5support0:amd64 (1.20.1-3ubuntu1) ... #14 41.37 Setting up libnumber-compare-perl (0.03-3) ... #12 43.27 Transaction test succeeded. #12 43.27 Running transaction #14 40.10 Get:330 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmouse-perl arm64 2.5.10-1build5 [160 kB] #14 40.36 Get:331 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxs-parse-keyword-perl arm64 0.33-1 [54.9 kB] #15 6.616 Starting 2 pkgProblemResolver with broken count: 0 #15 6.619 Done #13 47.96 Setting up fontconfig-config (2.14.1-4) ... #13 48.15 Setting up libedit2:amd64 (3.1-20221030-2) ... #13 51.35 Setting up libkrb5support0:armhf (1.20.1-2+deb12u1) ... #13 51.36 Setting up libnumber-compare-perl (0.03-3) ... #13 51.37 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-10) ... #13 51.39 Setting up fakeroot (1.31-1.2) ... #13 51.40 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #13 51.42 Setting up perl-modules-5.36 (5.36.0-7+deb12u1) ... #13 51.43 Setting up autotools-dev (20220109.1) ... #13 51.44 Setting up libglib2.0-data (2.74.6-2) ... #13 51.46 Setting up rpcsvc-proto (1.4.3-1) ... #13 51.47 Setting up libjpeg62-turbo:armhf (1:2.1.5-2) ... #13 51.49 Setting up libx11-data (2:1.8.4-2+deb12u2) ... #13 51.50 Setting up make (4.3-4.1) ... #13 51.51 Setting up libmpfr6:armhf (4.2.0-1) ... #13 51.52 Setting up gnupg-l10n (2.2.40-1.1) ... #13 51.54 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ... #13 51.55 Setting up strace (6.1-0.1) ... #14 51.65 Selecting previously unselected package gpgconf. #14 51.65 Preparing to unpack .../120-gpgconf_2.2.27-3ubuntu2.1_armhf.deb ... #14 51.66 Unpacking gpgconf (2.2.27-3ubuntu2.1) ... #14 51.70 Selecting previously unselected package libksba8:armhf. #14 51.70 Preparing to unpack .../121-libksba8_1.6.0-2ubuntu0.2_armhf.deb ... #14 51.71 Unpacking libksba8:armhf (1.6.0-2ubuntu0.2) ... #14 51.75 Selecting previously unselected package libnpth0:armhf. #14 51.76 Preparing to unpack .../122-libnpth0_1.6-3build2_armhf.deb ... #14 51.76 Unpacking libnpth0:armhf (1.6-3build2) ... #14 51.81 Selecting previously unselected package dirmngr. #14 51.81 Preparing to unpack .../123-dirmngr_2.2.27-3ubuntu2.1_armhf.deb ... #14 51.83 Unpacking dirmngr (2.2.27-3ubuntu2.1) ... #14 51.87 Selecting previously unselected package gnupg-l10n. #14 39.12 Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsocket6-perl arm64 0.29-1build4 [19.8 kB] #16 10.86 (54/93): libseccomp-devel-2.5.2-2.el9.x86_64.rp 499 kB/s | 59 kB 00:00 #16 10.93 (55/93): libselinux-devel-3.6-1.el9.x86_64.rpm 2.2 MB/s | 159 kB 00:00 #16 11.00 (56/93): libsepol-devel-3.6-1.el9.x86_64.rpm 670 kB/s | 47 kB 00:00 #14 41.36 Get:355 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsodium23 arm64 1.0.18-1build2 [123 kB] #14 41.51 Get:356 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libstring-copyright-perl all 0.003014-1 [20.5 kB] #13 49.62 Updating certificates in /etc/ssl/certs... #14 48.12 Setting up libpython3.11-minimal:armhf (3.11.4-1~23.04.2) ... #14 48.13 Setting up libexpat1:armhf (2.5.0-1) ... #14 48.15 Setting up python3.11-minimal (3.11.4-1~23.04.2) ... #14 51.42 Preparing to unpack .../205-libmodule-implementation-perl_0.09-1_all.deb ... #14 51.42 Unpacking libmodule-implementation-perl (0.09-1) ... #14 51.45 Selecting previously unselected package libsub-exporter-progressive-perl. #14 51.46 Preparing to unpack .../206-libsub-exporter-progressive-perl_0.001013-1_all.deb ... #14 51.46 Unpacking libsub-exporter-progressive-perl (0.001013-1) ... #14 51.50 Selecting previously unselected package libvariable-magic-perl. #14 51.50 Preparing to unpack .../207-libvariable-magic-perl_0.62-1build2_armhf.deb ... #14 51.50 Unpacking libvariable-magic-perl (0.62-1build2) ... #14 51.54 Selecting previously unselected package libb-hooks-endofscope-perl. #14 51.54 Preparing to unpack .../208-libb-hooks-endofscope-perl_0.24-1_all.deb ... #14 51.54 Unpacking libb-hooks-endofscope-perl (0.24-1) ... #14 51.58 Selecting previously unselected package libcapture-tiny-perl. #14 51.58 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ... #14 51.59 Unpacking libcapture-tiny-perl (0.48-1) ... #14 51.62 Selecting previously unselected package libclass-xsaccessor-perl. #14 51.62 Preparing to unpack .../210-libclass-xsaccessor-perl_1.19-3build3_armhf.deb ... #14 51.63 Unpacking libclass-xsaccessor-perl (1.19-3build3) ... #14 51.66 Selecting previously unselected package libclone-perl. #13 46.04 Preparing to unpack .../175-libfontconfig1_2.13.1-4.2_armhf.deb ... #13 46.05 Unpacking libfontconfig1:armhf (2.13.1-4.2) ... #13 46.13 Selecting previously unselected package libjpeg62-turbo:armhf. #13 46.13 Preparing to unpack .../176-libjpeg62-turbo_1%3a2.0.6-4_armhf.deb ... #13 46.14 Unpacking libjpeg62-turbo:armhf (1:2.0.6-4) ... #13 46.21 Selecting previously unselected package libdeflate0:armhf. #13 46.21 Preparing to unpack .../177-libdeflate0_1.7-1_armhf.deb ... #13 46.23 Unpacking libdeflate0:armhf (1.7-1) ... #13 46.32 Selecting previously unselected package libjbig0:armhf. #16 86.00 Installing : git-1.8.3.1-25.el7_9.aarch64 34/60 #16 86.04 Installing : perl-Data-Dumper-2.145-3.el7.aarch64 35/60 #13 43.73 Setting up libxcb1:arm64 (1.15-1) ... #13 43.74 Setting up gettext (0.21-12) ... #13 43.76 Setting up xdelta (1.1.3-10.4) ... #13 43.77 Setting up libavif15:arm64 (0.11.1-1) ... #13 43.79 Setting up libarchive13:arm64 (3.6.2-1) ... #13 43.80 Setting up fontconfig-config (2.14.1-4) ... #14 43.89 Setting up git (1:2.39.2-1ubuntu1.1) ... #14 43.91 Setting up libtext-xslate-perl:amd64 (3.5.9-1build2) ... #14 43.92 Setting up libcontextual-return-perl (0.004014-4) ... #14 43.93 Setting up libwww-robotrules-perl (6.02-1) ... #14 43.94 Setting up libtypes-serialiser-perl (1.01-1) ... #14 43.96 Setting up libnsl-dev:amd64 (1.3.0-2build2) ... #14 43.97 Setting up libhtml-parser-perl:amd64 (3.81-1) ... #14 43.98 Setting up libgit-wrapper-perl (0.048-2) ... #14 43.99 Setting up liblog-any-adapter-screen-perl (0.140-2) ... #14 44.00 Setting up librole-tiny-perl (2.002004-1) ... #14 44.01 Setting up gnupg (2.2.40-1.1ubuntu1) ... #14 44.03 Setting up libc6-dev:amd64 (2.37-0ubuntu2.2) ... #14 44.04 Setting up libfont-ttf-perl (1.06-2) ... #14 44.05 Setting up libfile-homedir-perl (1.006-2) ... #14 44.06 Setting up libalgorithm-diff-xs-perl:amd64 (0.04-8) ... #14 44.08 Setting up libio-socket-ssl-perl (2.081-2) ... #14 44.09 Setting up libsub-exporter-perl (0.989-1) ... #14 50.60 Selecting previously unselected package g++. #14 50.60 Preparing to unpack .../082-g++_4%3a13.2.0-1ubuntu1_armhf.deb ... #14 50.60 Unpacking g++ (4:13.2.0-1ubuntu1) ... #14 50.64 Selecting previously unselected package make. #14 50.64 Preparing to unpack .../083-make_4.3-4.1build1_armhf.deb ... #14 50.65 Unpacking make (4.3-4.1build1) ... #14 50.69 Selecting previously unselected package libdpkg-perl. #14 50.70 Preparing to unpack .../084-libdpkg-perl_1.22.0ubuntu1_all.deb ... #14 50.70 Unpacking libdpkg-perl (1.22.0ubuntu1) ... #13 44.68 Setting up libwebp6:amd64 (0.6.1-2.1+deb11u2) ... #13 44.69 Setting up fonts-dejavu-core (2.37-2) ... #13 44.76 Setting up libxdelta2 (1.1.3-9.3) ... #13 44.77 Setting up libncursesw6:amd64 (6.2+20201114-2+deb11u2) ... #13 44.78 Setting up libltdl7:amd64 (2.4.6-15) ... #13 44.80 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... #13 44.81 Setting up libubsan1:amd64 (10.2.1-6) ... #13 44.82 Setting up libmd0:amd64 (1.0.3-3) ... #13 44.85 Setting up python-apt-common (2.2.1) ... #13 44.87 Setting up libnsl-dev:amd64 (1.3.0-2) ... #13 44.88 Setting up sensible-utils (0.0.14) ... #14 39.44 Setting up libpod-parser-perl (1.63-2) ... #14 39.46 Setting up libb-hooks-op-check-perl (0.22-1build5) ... #14 39.47 Setting up liblist-moreutils-xs-perl (0.430-2build2) ... #14 39.48 Setting up libparams-util-perl (1.102-1build3) ... #14 39.50 Setting up libdpkg-perl (1.21.1ubuntu2.2) ... #14 39.51 Setting up libtime-duration-perl (1.21-1) ... #14 39.53 Setting up autoconf (2.71-2) ... #14 39.58 Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... #14 39.74 Setting up libsub-exporter-progressive-perl (0.001013-1) ... #14 42.53 Get:282 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libidn11 arm64 1.33-2.2ubuntu2 [45.3 kB] #14 42.64 Get:283 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstruct-dumb-perl all 0.09-1 [10.5 kB] #13 44.08 invoke-rc.d: policy-rc.d denied execution of start. #13 44.09 Setting up libedit2:arm64 (3.1-20181209-1) ... #13 44.10 Setting up libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ... #13 44.11 Setting up cron (3.0pl1-134+deb10u1) ... #13 44.18 Adding group `crontab' (GID 102) ... #13 44.20 Done. #13 44.22 invoke-rc.d: could not determine current runlevel #13 44.22 invoke-rc.d: policy-rc.d denied execution of start. #13 44.33 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ... #14 41.38 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg1-3) ... #14 41.40 Setting up tzdata (2023d-0ubuntu0.23.10) ... #14 41.50 #14 41.50 Current default time zone: 'Etc/UTC' #14 41.50 Local time is now: Mon Jan 22 21:41:05 UTC 2024. #14 41.50 Universal Time is now: Mon Jan 22 21:41:05 UTC 2024. #14 41.50 Run 'dpkg-reconfigure tzdata' if you wish to change it. #14 41.50 #14 41.53 Setting up fakeroot (1.32.1-1) ... #14 41.54 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 41.54 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 41.54 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 41.54 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 41.54 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 41.54 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 41.54 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 41.54 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 41.54 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 41.58 Setting up perl-modules-5.36 (5.36.0-9ubuntu1.1) ... #14 41.59 Setting up autotools-dev (20220109.1) ... #14 41.62 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #14 40.39 Get:332 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxs-parse-sublike-perl arm64 0.16-1ubuntu3 [26.8 kB] #14 40.40 Get:333 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libobject-pad-perl arm64 0.78-1 [107 kB] #14 40.44 Get:334 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpackage-stash-xs-perl arm64 0.30-1build1 [18.0 kB] #14 40.45 Get:335 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpath-iterator-rule-perl all 1.015-2 [39.9 kB] #14 40.46 Get:336 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libperlio-gzip-perl arm64 0.20-1build1 [14.6 kB] #15 6.944 The following additional packages will be installed: #15 6.944 bash-completion build-essential cmake cmake-data dh-apparmor g++ g++-10 #15 6.944 libarchive13 libglib2.0-0 libjsoncpp24 libltdl-dev libltdl7 librhash0 #15 6.945 libseccomp-dev libstdc++-10-dev libsystemd-dev libuv1 pkg-config #15 6.946 Suggested packages: #15 6.946 cmake-doc ninja-build apparmor-easyprof gcc-10-doc lrzip libtool-doc seccomp #15 6.946 libstdc++-10-doc #15 6.946 Recommended packages: #15 6.946 libglib2.0-data shared-mime-info xdg-user-dirs #13 48.17 Setting up libreadline8:amd64 (8.2-1.3) ... #13 48.18 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... #13 48.20 Setting up ca-certificates (20230311) ... #14 51.87 Preparing to unpack .../124-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ... #14 51.87 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ... #14 51.91 Selecting previously unselected package gnupg-utils. #14 51.91 Preparing to unpack .../125-gnupg-utils_2.2.27-3ubuntu2.1_armhf.deb ... #14 51.92 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ... #14 51.95 Selecting previously unselected package gpg. #14 51.95 Preparing to unpack .../126-gpg_2.2.27-3ubuntu2.1_armhf.deb ... #14 51.96 Unpacking gpg (2.2.27-3ubuntu2.1) ... #14 52.00 Selecting previously unselected package pinentry-curses. #14 52.00 Preparing to unpack .../127-pinentry-curses_1.1.1-1build2_armhf.deb ... #14 52.01 Unpacking pinentry-curses (1.1.1-1build2) ... #14 52.04 Selecting previously unselected package gpg-agent. #14 52.04 Preparing to unpack .../128-gpg-agent_2.2.27-3ubuntu2.1_armhf.deb ... #14 52.05 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ... #14 52.08 Selecting previously unselected package gpg-wks-client. #14 52.09 Preparing to unpack .../129-gpg-wks-client_2.2.27-3ubuntu2.1_armhf.deb ... #14 52.09 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ... #14 52.12 Selecting previously unselected package gpg-wks-server. #13 51.57 Setting up xz-utils (5.4.1-0.2) ... #13 51.58 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #13 51.59 Setting up t1utils (1.41-4) ... #13 51.60 Setting up diffstat (1.65-1) ... #13 51.62 Setting up libpng16-16:armhf (1.6.39-2) ... #13 51.63 Setting up libmpc3:armhf (1.3.1-1) ... #13 51.65 Setting up libatomic1:armhf (12.2.0-14) ... #13 51.66 Setting up patch (2.7.6-7) ... #13 51.67 Setting up autopoint (0.21-12) ... #13 51.69 Setting up fonts-dejavu-core (2.37-6) ... #13 51.80 Setting up libgav1-1:armhf (0.18.0-1+b1) ... #14 39.27 Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-copyright-perl all 0.003012-1 [21.3 kB] #14 45.93 Selecting previously unselected package g++. #14 45.94 Preparing to unpack .../099-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... #14 45.94 Unpacking g++ (4:9.3.0-1ubuntu2) ... #14 46.00 Selecting previously unselected package make. #14 46.00 Preparing to unpack .../100-make_4.2.1-1.2_amd64.deb ... #14 46.00 Unpacking make (4.2.1-1.2) ... #14 46.04 Selecting previously unselected package libdpkg-perl. #16 11.08 (57/93): libtool-2.4.6-45.el9.x86_64.rpm 7.3 MB/s | 582 kB 00:00 #16 11.15 (58/93): libtool-ltdl-2.4.6-45.el9.x86_64.rpm 523 kB/s | 37 kB 00:00 #14 41.52 Get:357 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libstring-escape-perl all 2010.002-3 [16.1 kB] #14 41.53 Get:358 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libstring-license-perl all 0.0.9-2ubuntu1 [35.0 kB] #14 41.55 Get:359 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libstring-shellquote-perl all 1.04-3 [11.3 kB] #14 41.56 Get:360 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsyntax-keyword-try-perl arm64 0.29-1 [25.8 kB] #14 41.57 Get:361 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libterm-readkey-perl arm64 2.38-2build1 [23.2 kB] #14 41.58 Get:362 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtext-levenshteinxs-perl arm64 0.03-5build1 [8004 B] #14 41.58 Get:363 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtext-markdown-discount-perl arm64 0.16-1 [12.2 kB] #14 41.99 Get:364 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtext-xslate-perl arm64 3.5.9-1build2 [185 kB] #14 51.67 Preparing to unpack .../211-libclone-perl_0.43-2_armhf.deb ... #14 51.67 Unpacking libclone-perl (0.43-2) ... #14 51.71 Selecting previously unselected package libcommon-sense-perl. #14 51.71 Preparing to unpack .../212-libcommon-sense-perl_3.74-2build6_armhf.deb ... #14 51.71 Unpacking libcommon-sense-perl (3.74-2build6) ... #14 51.75 Selecting previously unselected package libparams-util-perl. #14 51.75 Preparing to unpack .../213-libparams-util-perl_1.07-3build5_armhf.deb ... #14 51.76 Unpacking libparams-util-perl (1.07-3build5) ... #14 51.80 Selecting previously unselected package libsub-install-perl. #14 51.80 Preparing to unpack .../214-libsub-install-perl_0.928-1_all.deb ... #14 51.81 Unpacking libsub-install-perl (0.928-1) ... #14 51.84 Selecting previously unselected package libdata-optlist-perl. #14 51.84 Preparing to unpack .../215-libdata-optlist-perl_0.110-1_all.deb ... #14 51.84 Unpacking libdata-optlist-perl (0.110-1) ... #14 51.88 Selecting previously unselected package libsub-exporter-perl. #14 51.88 Preparing to unpack .../216-libsub-exporter-perl_0.987-1_all.deb ... #14 51.88 Unpacking libsub-exporter-perl (0.987-1) ... #14 51.92 Selecting previously unselected package libconst-fast-perl. #13 46.32 Preparing to unpack .../178-libjbig0_2.1-3.1+b2_armhf.deb ... #13 46.33 Unpacking libjbig0:armhf (2.1-3.1+b2) ... #13 46.40 Selecting previously unselected package libwebp6:armhf. #13 46.40 Preparing to unpack .../179-libwebp6_0.6.1-2.1+deb11u2_armhf.deb ... #13 46.41 Unpacking libwebp6:armhf (0.6.1-2.1+deb11u2) ... #13 46.49 Selecting previously unselected package libtiff5:armhf. #13 46.50 Preparing to unpack .../180-libtiff5_4.2.0-1+deb11u5_armhf.deb ... #13 46.50 Unpacking libtiff5:armhf (4.2.0-1+deb11u5) ... #13 46.57 Selecting previously unselected package libxau6:armhf. #16 86.13 Installing : autoconf-2.69-11.el7.noarch 36/60 #16 86.41 install-info: No such file or directory for /usr/share/info/autoconf.info #13 44.06 Setting up libedit2:arm64 (3.1-20221030-2) ... #13 44.07 Setting up libreadline8:arm64 (8.2-1.3) ... #13 44.08 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... #13 44.09 Setting up ca-certificates (20230311) ... #14 44.11 Setting up libpython3-stdlib:amd64 (3.11.2-1) ... #14 44.12 Setting up libalgorithm-merge-perl (0.08-5) ... #14 44.13 Setting up libhttp-message-perl (6.44-1) ... #14 44.14 Setting up libdata-validate-ip-perl (0.31-1) ... #14 44.16 Setting up libhtml-form-perl (6.11-1) ... #14 44.17 Setting up libiterator-perl (0.03+ds1-2) ... #14 44.18 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ... #14 44.20 Setting up libjson-xs-perl (4.030-2) ... #14 44.23 Setting up python3.11 (3.11.4-1~23.04.2) ... #13 DONE 41.6s #14 [stage-1 3/8] COPY --link common /root/build-deb/debian #14 DONE 0.1s #15 [stage-1 4/8] RUN apt-get update && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control #14 50.75 Selecting previously unselected package bzip2. #14 50.75 Preparing to unpack .../085-bzip2_1.0.8-5build1_armhf.deb ... #14 50.75 Unpacking bzip2 (1.0.8-5build1) ... #14 50.78 Selecting previously unselected package patch. #14 50.79 Preparing to unpack .../086-patch_2.7.6-7build2_armhf.deb ... #14 50.79 Unpacking patch (2.7.6-7build2) ... #14 50.92 Selecting previously unselected package lto-disabled-list. #14 50.92 Preparing to unpack .../087-lto-disabled-list_43_all.deb ... #14 50.92 Unpacking lto-disabled-list (43) ... #14 50.96 Selecting previously unselected package dpkg-dev. #13 44.89 Setting up xdelta3 (3.0.11-dfsg-1+b1) ... #13 44.91 Setting up libcrypt-dev:amd64 (1:4.4.18-4) ... #13 44.96 Setting up libuchardet0:amd64 (0.0.7-1) ... #13 44.98 Setting up lzop (1.04-2) ... #13 44.99 Setting up libmpdec3:amd64 (2.5.1-1) ... #13 45.00 Setting up git-man (1:2.30.2-1+deb11u2) ... #13 45.01 Setting up libssh2-1:amd64 (1.9.0-2) ... #13 45.02 Setting up netbase (6.3) ... #13 45.06 Setting up libtiff5:amd64 (4.2.0-1+deb11u5) ... #13 45.07 Setting up libbinutils:amd64 (2.35.2-2) ... #13 45.08 Setting up libfido2-1:amd64 (1.6.0-2) ... #13 45.09 Setting up libisl23:amd64 (0.23-1) ... #13 45.11 Setting up libc-dev-bin (2.31-13+deb11u7) ... #13 45.12 Setting up openssl (1.1.1w-0+deb11u1) ... #13 45.14 Setting up libbsd0:amd64 (0.11.3-1+deb11u1) ... #13 45.15 Setting up libelf1:amd64 (0.183-1) ... #13 45.17 Setting up readline-common (8.1-1) ... #13 45.18 Setting up publicsuffix (20220811.1734-0+deb11u1) ... #13 45.19 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ... #13 45.20 Setting up libmarkdown2:amd64 (2.2.6-1) ... #14 39.76 Setting up libarray-intspan-perl (2.004-1) ... #14 39.77 Setting up libcapture-tiny-perl (0.48-1) ... #14 39.78 Setting up libtimedate-perl (2.3300-2) ... #14 39.80 Setting up libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... #14 39.81 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ... #14 39.82 Setting up libsub-name-perl (0.26-1build3) ... #14 39.83 Setting up libtype-tiny-xs-perl (0.022-1build2) ... #14 39.85 Setting up libsyntax-keyword-try-perl (0.26-1build1) ... #14 39.86 Setting up libdata-validate-domain-perl (0.10-1.1) ... #14 39.91 Setting up libproc-processtable-perl:amd64 (0.634-1build1) ... #14 39.92 Setting up libfile-chdir-perl (0.1008-1.1) ... #14 39.93 Setting up gcc-11 (11.4.0-1ubuntu1~22.04) ... #14 39.95 Setting up xauth (1:1.1-1build2) ... #14 39.96 Setting up libpath-tiny-perl (0.122-1) ... #14 42.71 Get:284 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-async-perl all 0.75-1 [254 kB] #14 42.95 Get:285 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblinux-epoll-perl arm64 0.017-1 [15.6 kB] #14 43.02 Get:286 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB] #14 43.10 Get:287 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtypes-serialiser-perl all 1.0-1 [12.1 kB] #13 44.34 Setting up m4 (1.4.18-2) ... #13 44.35 Setting up binutils-aarch64-linux-gnu (2.31.1-16) ... #13 44.37 Setting up binutils (2.31.1-16) ... #13 44.38 Setting up libpython2.7-stdlib:arm64 (2.7.16-2+deb10u3) ... #13 44.39 Setting up ca-certificates (20200601~deb10u2) ... #16 6.388 (1/95): cracklib-2.9.6-27.el9.aarch64.rpm 306 kB/s | 95 kB 00:00 #13 44.89 129 added, 0 removed; done. #13 42.39 Running transaction check #13 42.57 Transaction check succeeded. #13 42.57 Running transaction test #14 41.65 Setting up libx11-data (2:1.8.6-1ubuntu1) ... #14 41.67 Setting up make (4.3-4.1build1) ... #14 41.69 Setting up libmpfr6:amd64 (4.2.1-1) ... #14 41.70 Setting up gnupg-l10n (2.2.40-1.1ubuntu1) ... #14 41.71 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 41.77 Setting up lzip (1.23-6) ... #14 41.80 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode #14 41.81 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 #14 41.82 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode #14 41.82 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 #14 41.82 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode #14 41.82 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 #14 41.83 Setting up strace (6.5-0.0ubuntu1) ... #14 41.85 Setting up xz-utils (5.4.1-0.2) ... #14 41.86 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 41.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #14 41.86 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #14 41.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #14 41.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #14 41.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #14 41.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist #14 41.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist #14 41.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist #14 41.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist #14 41.87 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist #14 41.88 Setting up t1utils (1.41-4build2) ... #12 45.15 Dependencies resolved. #12 45.18 ================================================================================ #12 45.18 Package Arch Version Repo Size #12 45.18 ================================================================================ #12 45.18 Installing: #12 45.18 dnf-plugins-core noarch 4.4.4-1.fc38 updates 37 k #12 45.18 rpm-build x86_64 4.18.2-1.fc38 updates 76 k #12 45.18 rpmlint noarch 2.4.0-6.fc38 updates 330 k #12 45.18 Upgrading: #12 45.18 elfutils-libelf x86_64 0.190-2.fc38 updates 194 k #12 45.18 elfutils-libs x86_64 0.190-2.fc38 updates 259 k #12 45.18 glibc x86_64 2.37-16.fc38 updates 2.1 M #12 45.18 glibc-common x86_64 2.37-16.fc38 updates 319 k #12 45.18 glibc-minimal-langpack x86_64 2.37-16.fc38 updates 40 k #12 45.18 Installing dependencies: #12 45.18 ansible-srpm-macros noarch 1-10.fc38 updates 21 k #12 45.18 binutils x86_64 2.39-16.fc38 updates 5.4 M #12 45.18 binutils-gold x86_64 2.39-16.fc38 updates 795 k #12 45.18 bzip2 x86_64 1.0.8-13.fc38 fedora 52 k #12 45.18 cpio x86_64 2.13-14.fc38 fedora 276 k #12 45.18 dash x86_64 0.5.12-1.fc38 updates 98 k #12 45.18 dbus-libs x86_64 1:1.14.10-1.fc38 updates 156 k #12 45.18 debugedit x86_64 5.0-9.fc38 updates 78 k #12 45.18 desktop-file-utils x86_64 0.26-8.fc38 fedora 71 k #12 45.18 devscripts-checkbashisms x86_64 2.23.0-1.fc38 fedora 28 k #12 45.18 diffutils x86_64 3.10-1.fc38 updates 398 k #12 45.18 dwz x86_64 0.15-2.fc38 fedora 135 k #12 45.18 ed x86_64 1.19-2.fc38 fedora 78 k #12 45.18 efi-srpm-macros noarch 5-7.fc38 fedora 22 k #12 45.18 elfutils x86_64 0.190-2.fc38 updates 551 k #12 45.18 elfutils-debuginfod-client x86_64 0.190-2.fc38 updates 37 k #12 45.18 emacs-filesystem noarch 1:28.3-0.rc1.fc38 updates 8.1 k #12 45.18 enchant2 x86_64 2.3.4-1.fc38 fedora 64 k #12 45.18 file x86_64 5.44-3.fc38 fedora 49 k #12 45.18 fonts-filesystem noarch 1:2.0.5-11.fc38 fedora 8.1 k #12 45.18 fonts-srpm-macros noarch 1:2.0.5-11.fc38 fedora 26 k #12 45.18 fpc-srpm-macros noarch 1.3-7.fc38 fedora 7.8 k #12 45.18 gdb-minimal x86_64 13.2-7.fc38 updates 4.2 M #12 45.18 gdk-pixbuf2 x86_64 2.42.10-2.fc38 fedora 485 k #12 45.18 ghc-srpm-macros noarch 1.6.1-1.fc38 fedora 8.0 k #12 45.18 glibc-gconv-extra x86_64 2.37-16.fc38 updates 1.6 M #12 45.18 gnat-srpm-macros noarch 6-2.fc38 fedora 8.8 k #12 45.18 go-srpm-macros noarch 3.3.1-1.fc38 updates 28 k #12 45.18 groff-base x86_64 1.22.4-11.fc38 fedora 1.1 M #12 45.18 hunspell x86_64 1.7.2-3.fc38 fedora 479 k #12 45.18 hunspell-en-GB noarch 0.20201207-3.fc38 fedora 225 k #12 45.18 hunspell-en-US noarch 0.20201207-3.fc38 fedora 181 k #12 45.18 hunspell-filesystem x86_64 1.7.2-3.fc38 fedora 9.3 k #12 45.18 jansson x86_64 2.13.1-6.fc38 fedora 44 k #12 45.18 js-jquery noarch 3.6.3-2.fc38 fedora 173 k #12 45.18 json-glib x86_64 1.6.6-4.fc38 fedora 162 k #12 45.18 kernel-srpm-macros noarch 1.0-19.fc38 updates 10 k #12 45.18 libappstream-glib x86_64 0.8.2-2.fc38 fedora 402 k #12 45.18 libjpeg-turbo x86_64 2.1.4-2.fc38 fedora 183 k #12 45.18 libpkgconf x86_64 1.8.0-6.fc38 fedora 35 k #12 45.18 libpng x86_64 2:1.6.37-14.fc38 fedora 120 k #12 45.18 libstemmer x86_64 2.2.0-5.fc38 fedora 168 k #12 45.18 lua-srpm-macros noarch 1-8.fc38 fedora 8.6 k #12 45.18 ncurses x86_64 6.4-3.20230114.fc38 fedora 412 k #12 45.18 ocaml-srpm-macros noarch 7-3.fc38 fedora 13 k #12 45.18 openblas-srpm-macros noarch 2-13.fc38 fedora 7.5 k #12 45.18 package-notes-srpm-macros noarch 0.5-8.fc38 updates 11 k #12 45.18 patch x86_64 2.7.6-19.fc38 fedora 126 k #12 45.18 perl-AutoLoader noarch 5.74-498.fc38 updates 22 k #12 45.18 perl-B x86_64 1.83-498.fc38 updates 182 k #12 45.18 perl-Carp noarch 1.52-490.fc38 fedora 29 k #12 45.18 perl-Class-Struct noarch 0.66-498.fc38 updates 23 k #12 45.18 perl-Data-Dumper x86_64 2.184-491.fc38 fedora 56 k #12 45.18 perl-Digest noarch 1.20-490.fc38 fedora 25 k #12 45.18 perl-Digest-MD5 x86_64 2.58-490.fc38 fedora 36 k #12 45.18 perl-DynaLoader x86_64 1.52-498.fc38 updates 27 k #12 45.18 perl-Encode x86_64 4:3.19-493.fc38 fedora 1.7 M #12 45.18 perl-Errno x86_64 1.36-498.fc38 updates 15 k #12 45.18 perl-Exporter noarch 5.77-490.fc38 fedora 31 k #12 45.18 perl-Fcntl x86_64 1.15-498.fc38 updates 21 k #12 45.18 perl-File-Basename noarch 2.85-498.fc38 updates 18 k #12 45.18 perl-File-Path noarch 2.18-490.fc38 fedora 35 k #12 45.18 perl-File-Temp noarch 1:0.231.100-490.fc38 fedora 59 k #12 45.18 perl-File-stat noarch 1.12-498.fc38 updates 18 k #12 45.18 perl-FileHandle noarch 2.03-498.fc38 updates 16 k #12 45.18 perl-Getopt-Long noarch 1:2.54-2.fc38 fedora 60 k #12 45.18 perl-Getopt-Std noarch 1.13-498.fc38 updates 16 k #12 45.18 perl-HTTP-Tiny noarch 0.086-2.fc38 updates 55 k #12 45.18 perl-IO x86_64 1.50-498.fc38 updates 92 k #12 45.18 perl-IO-Socket-IP noarch 0.41-492.fc38 fedora 41 k #12 45.18 perl-IO-Socket-SSL noarch 2.081-1.fc38 fedora 227 k #12 45.18 perl-IPC-Open3 noarch 1.22-498.fc38 updates 23 k #12 45.18 perl-MIME-Base64 x86_64 3.16-490.fc38 fedora 30 k #12 45.18 perl-Mozilla-CA noarch 20221114-2.fc38 fedora 12 k #12 45.18 perl-Net-SSLeay x86_64 1.92-5.fc38 fedora 361 k #12 45.18 perl-POSIX x86_64 2.03-498.fc38 updates 98 k #12 45.18 perl-PathTools x86_64 3.84-490.fc38 fedora 87 k #12 45.18 perl-Pod-Escapes noarch 1:1.07-490.fc38 fedora 20 k #12 45.18 perl-Pod-Perldoc noarch 3.28.01-491.fc38 fedora 86 k #12 45.18 perl-Pod-Simple noarch 1:3.43-491.fc38 fedora 219 k #12 45.18 perl-Pod-Usage noarch 4:2.03-4.fc38 fedora 40 k #12 45.18 perl-Scalar-List-Utils x86_64 5:1.63-490.fc38 fedora 72 k #12 45.18 perl-SelectSaver noarch 1.02-498.fc38 updates 12 k #12 45.18 perl-Socket x86_64 4:2.036-2.fc38 fedora 55 k #12 45.18 perl-Storable x86_64 1:3.26-490.fc38 fedora 97 k #12 45.18 perl-Symbol noarch 1.09-498.fc38 updates 15 k #12 45.18 perl-Term-ANSIColor noarch 5.01-491.fc38 fedora 47 k #12 45.18 perl-Term-Cap noarch 1.18-1.fc38 fedora 22 k #12 45.18 perl-Text-ParseWords noarch 3.31-490.fc38 fedora 16 k #12 45.18 perl-Text-Tabs+Wrap noarch 2023.0511-1.fc38 updates 22 k #12 45.18 perl-Time-Local noarch 2:1.300-490.fc38 fedora 33 k #12 45.18 perl-URI noarch 5.17-2.fc38 fedora 120 k #12 45.18 perl-base noarch 2.27-498.fc38 updates 17 k #12 45.18 perl-constant noarch 1.33-491.fc38 fedora 23 k #12 45.18 perl-if noarch 0.61.000-498.fc38 updates 15 k #12 45.18 perl-interpreter x86_64 4:5.36.3-498.fc38 updates 73 k #12 45.18 perl-libnet noarch 3.15-1.fc38 fedora 128 k #12 45.18 perl-libs x86_64 4:5.36.3-498.fc38 updates 2.2 M #12 45.18 perl-locale noarch 1.10-498.fc38 updates 14 k #12 45.18 perl-mro x86_64 1.26-498.fc38 updates 29 k #12 45.18 perl-overload noarch 1.35-498.fc38 updates 46 k #12 45.18 perl-overloading noarch 0.02-498.fc38 updates 13 k #12 45.18 perl-parent noarch 1:0.241-1.fc38 fedora 15 k #12 45.18 perl-podlators noarch 1:5.01-2.fc38 fedora 125 k #12 45.18 perl-srpm-macros noarch 1-48.fc38 fedora 8.4 k #12 45.18 perl-vars noarch 1.05-498.fc38 updates 14 k #12 45.18 pkgconf x86_64 1.8.0-6.fc38 fedora 41 k #12 45.18 pkgconf-m4 noarch 1.8.0-6.fc38 fedora 14 k #12 45.18 pkgconf-pkg-config x86_64 1.8.0-6.fc38 fedora 9.6 k #12 45.18 pyproject-srpm-macros noarch 1.11.0-1.fc38 updates 15 k #12 45.18 python-srpm-macros noarch 3.11-10.fc38 fedora 26 k #12 45.18 python3-construct noarch 2.10.68-4.fc38 fedora 151 k #12 45.18 python3-dateutil noarch 1:2.8.2-5.fc38 fedora 360 k #12 45.18 python3-dbus x86_64 1.3.2-2.fc38 fedora 157 k #12 45.18 python3-distro noarch 1.8.0-2.fc38 fedora 49 k #12 45.18 python3-dnf-plugins-core noarch 4.4.4-1.fc38 updates 322 k #12 45.18 python3-enchant noarch 3.2.2-6.fc38 fedora 103 k #12 45.18 python3-file-magic noarch 5.44-3.fc38 fedora 20 k #12 45.18 python3-pybeam noarch 0.7-5.fc38 fedora 33 k #12 45.18 python3-pyxdg noarch 0.27-7.fc38 fedora 134 k #12 45.18 python3-six noarch 1.16.0-9.fc38 fedora 42 k #12 45.18 python3-systemd x86_64 235-2.fc38 fedora 108 k #12 45.18 python3-tomli-w noarch 1.0.0-5.fc38 fedora 21 k #12 45.18 python3-zstandard x86_64 0.21.0-1.fc38 updates 487 k #12 45.18 qt5-srpm-macros noarch 5.15.11-1.fc38 updates 8.3 k #12 45.18 qt6-srpm-macros noarch 6.6.0-1.fc38 updates 8.6 k #12 45.18 redhat-rpm-config noarch 255-1.fc38 updates 81 k #12 45.18 rpmautospec-rpm-macros noarch 0.3.8-1.fc38 updates 9.0 k #12 45.18 rpmlint-fedora-license-data noarch 1.38-1.fc38 updates 31 k #12 45.18 rust-srpm-macros noarch 25.2-2.fc38 updates 13 k #12 45.18 shared-mime-info x86_64 2.2-3.fc38 fedora 381 k #12 45.18 unzip x86_64 6.0-60.fc38 fedora 184 k #12 45.18 web-assets-filesystem noarch 5-19.fc38 fedora 7.9 k #12 45.18 xxhash-libs x86_64 0.8.2-1.fc38 updates 37 k #12 45.18 xz x86_64 5.4.1-1.fc38 fedora 419 k #12 45.18 zip x86_64 3.0-37.fc38 updates 265 k #12 45.18 zstd x86_64 1.5.5-1.fc38 updates 482 k #12 45.18 Installing weak dependencies: #12 45.18 hunspell-en noarch 0.20201207-3.fc38 fedora 190 k #12 45.18 perl-NDBM_File x86_64 1.15-498.fc38 updates 23 k #12 45.18 python-systemd-doc x86_64 235-2.fc38 fedora 171 k #12 45.18 #12 45.18 Transaction Summary #12 45.18 ================================================================================ #12 45.18 Install 143 Packages #12 45.18 Upgrade 5 Packages #12 45.18 #12 45.18 Total download size: 33 M #12 45.18 Downloading Packages: #14 40.46 Get:337 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libperlio-utf8-strict-perl arm64 0.010-1 [11.0 kB] #14 40.46 Get:338 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpod-parser-perl all 1.65-1 [82.7 kB] #14 40.48 Get:339 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpod-constants-perl all 0.19-2 [16.3 kB] #15 7.163 The following NEW packages will be installed: #15 7.163 bash-completion build-essential cmake cmake-data dh-apparmor g++ g++-10 #15 7.164 libarchive13 libglib2.0-0 libjsoncpp24 libltdl-dev libltdl7 librhash0 #15 7.164 libseccomp-dev libstdc++-10-dev libsystemd-dev libuv1 pkg-config #13 48.57 Updating certificates in /etc/ssl/certs... #14 52.12 Preparing to unpack .../130-gpg-wks-server_2.2.27-3ubuntu2.1_armhf.deb ... #14 52.12 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ... #14 52.15 Selecting previously unselected package gpgsm. #14 52.16 Preparing to unpack .../131-gpgsm_2.2.27-3ubuntu2.1_armhf.deb ... #14 52.16 Unpacking gpgsm (2.2.27-3ubuntu2.1) ... #14 52.19 Selecting previously unselected package gnupg. #14 52.19 Preparing to unpack .../132-gnupg_2.2.27-3ubuntu2.1_all.deb ... #14 52.20 Unpacking gnupg (2.2.27-3ubuntu2.1) ... #14 52.26 Selecting previously unselected package libfile-dirlist-perl. #14 52.27 Preparing to unpack .../133-libfile-dirlist-perl_0.05-2_all.deb ... #14 52.27 Unpacking libfile-dirlist-perl (0.05-2) ... #14 52.30 Selecting previously unselected package libfile-which-perl. #14 52.30 Preparing to unpack .../134-libfile-which-perl_1.23-1_all.deb ... #14 52.31 Unpacking libfile-which-perl (1.23-1) ... #14 52.34 Selecting previously unselected package libfile-homedir-perl. #14 52.34 Preparing to unpack .../135-libfile-homedir-perl_1.006-1_all.deb ... #14 52.34 Unpacking libfile-homedir-perl (1.006-1) ... #14 52.38 Selecting previously unselected package libfile-touch-perl. #13 51.81 Setting up libxdelta2:armhf (1.1.3-10.4) ... #13 51.82 Setting up libncursesw6:armhf (6.4-4) ... #13 51.83 Setting up libk5crypto3:armhf (1.20.1-2+deb12u1) ... #13 51.84 Setting up libdav1d6:armhf (1.0.0-2) ... #13 51.86 Setting up libltdl7:armhf (2.4.7-5) ... #13 51.88 Setting up libsasl2-2:armhf (2.1.28+dfsg-10) ... #13 51.89 Setting up libx265-199:armhf (3.5-2+b1) ... #13 51.90 Setting up libwebp7:armhf (1.2.4-0.2+deb12u1) ... #13 51.92 Setting up libubsan1:armhf (12.2.0-14) ... #13 51.93 Setting up python-apt-common (2.6.0) ... #13 51.94 Setting up sensible-utils (0.0.17+nmu1) ... #13 51.96 Setting up xdelta3 (3.0.11-dfsg-1.2) ... #13 51.97 Setting up libcrypt-dev:armhf (1:4.4.33-2) ... #13 51.99 Setting up libtiff6:armhf (4.5.0-6+deb12u1) ... #13 52.00 Setting up libasan8:armhf (12.2.0-14) ... #13 52.01 Setting up libuchardet0:armhf (0.0.7-1) ... #13 52.03 Setting up lzop (1.04-2) ... #13 52.04 Setting up git-man (1:2.39.2-1.1) ... #13 52.05 Setting up libssh2-1:armhf (1.10.0-3+b1) ... #13 52.07 Setting up netbase (6.4) ... #13 52.11 Setting up libkrb5-3:armhf (1.20.1-2+deb12u1) ... #13 52.12 Setting up libbinutils:armhf (2.40-2) ... #14 39.31 Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB] #14 39.35 Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB] #14 39.37 Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxs-parse-keyword-perl arm64 0.21-1build1 [50.4 kB] #14 39.44 Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsyntax-keyword-try-perl arm64 0.26-1build1 [26.7 kB] #14 39.45 Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libterm-readkey-perl arm64 2.38-1build4 [24.7 kB] #14 39.47 Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-levenshteinxs-perl arm64 0.03-4build10 [8072 B] #14 39.48 Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-markdown-discount-perl arm64 0.13-1build1 [12.7 kB] #14 39.49 Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-xslate-perl arm64 3.5.9-1build1 [184 kB] #14 39.56 Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtime-duration-perl all 1.21-1 [13.1 kB] #16 11.23 (59/93): libuv-1.42.0-1.el9.x86_64.rpm 2.0 MB/s | 150 kB 00:00 #16 11.30 (60/93): libxcrypt-devel-4.4.18-3.el9.x86_64.rp 411 kB/s | 29 kB 00:00 #16 11.36 (61/93): kernel-headers-5.14.0-410.el9.x86_64.r 10 MB/s | 7.5 MB 00:00 #16 11.44 (62/93): m4-1.4.19-1.el9.x86_64.rpm 3.7 MB/s | 300 kB 00:00 #14 46.05 Preparing to unpack .../101-libdpkg-perl_1.19.7ubuntu3.2_all.deb ... #14 46.05 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ... #14 46.25 Selecting previously unselected package patch. #14 46.25 Preparing to unpack .../102-patch_2.7.6-6_amd64.deb ... #14 46.25 Unpacking patch (2.7.6-6) ... #14 46.29 Selecting previously unselected package dpkg-dev. #14 46.29 Preparing to unpack .../103-dpkg-dev_1.19.7ubuntu3.2_all.deb ... #14 46.30 Unpacking dpkg-dev (1.19.7ubuntu3.2) ... #14 46.38 Selecting previously unselected package build-essential. #14 51.93 Preparing to unpack .../217-libconst-fast-perl_0.014-1_all.deb ... #14 51.93 Unpacking libconst-fast-perl (0.014-1) ... #14 51.96 Selecting previously unselected package libwant-perl. #14 51.96 Preparing to unpack .../218-libwant-perl_0.29-1build4_armhf.deb ... #14 51.97 Unpacking libwant-perl (0.29-1build4) ... #14 52.01 Selecting previously unselected package libcontextual-return-perl. #14 52.01 Preparing to unpack .../219-libcontextual-return-perl_0.004014-2_all.deb ... #14 52.02 Unpacking libcontextual-return-perl (0.004014-2) ... #14 52.05 Selecting previously unselected package libcpanel-json-xs-perl. #14 52.05 Preparing to unpack .../220-libcpanel-json-xs-perl_4.19-1build1_armhf.deb ... #14 52.06 Unpacking libcpanel-json-xs-perl (4.19-1build1) ... #14 52.10 Selecting previously unselected package libdata-dump-perl. #14 52.10 Preparing to unpack .../221-libdata-dump-perl_1.23-1_all.deb ... #14 52.11 Unpacking libdata-dump-perl (1.23-1) ... #14 52.14 Selecting previously unselected package libdigest-bubblebabble-perl. #14 52.14 Preparing to unpack .../222-libdigest-bubblebabble-perl_0.02-2_all.deb ... #14 52.15 Unpacking libdigest-bubblebabble-perl (0.02-2) ... #14 52.18 Selecting previously unselected package libdigest-hmac-perl. #13 46.58 Preparing to unpack .../181-libxau6_1%3a1.0.9-1_armhf.deb ... #13 46.59 Unpacking libxau6:armhf (1:1.0.9-1) ... #13 46.65 Selecting previously unselected package libxdmcp6:armhf. #13 46.65 Preparing to unpack .../182-libxdmcp6_1%3a1.1.2-3_armhf.deb ... #13 46.66 Unpacking libxdmcp6:armhf (1:1.1.2-3) ... #13 45.21 Setting up libcc1-0:amd64 (10.2.1-6) ... #13 45.23 Setting up iso-codes (4.6.0-1) ... #13 45.23 Setting up liblocale-gettext-perl (1.07-4+b1) ... #13 45.25 Setting up liblsan0:amd64 (10.2.1-6) ... #13 45.26 Setting up cpp-10 (10.2.1-6) ... #13 45.27 Setting up dctrl-tools (2.24-3+b1) ... #13 45.28 Setting up libitm1:amd64 (10.2.1-6) ... #13 45.29 Setting up debian-keyring (2021.07.26) ... #13 45.31 Setting up libgdbm6:amd64 (1.19-2) ... #13 45.32 Setting up libtsan0:amd64 (10.2.1-6) ... #13 45.33 Setting up libctf0:amd64 (2.35.2-2) ... #13 45.34 Setting up pinentry-curses (1.1.0-4) ... #13 45.36 Setting up manpages-dev (5.10-1) ... #13 45.37 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... #13 45.38 Setting up libxcb1:amd64 (1.14-3) ... #13 45.39 Setting up gettext (0.21-4) ... #13 45.41 Setting up xdelta (1.1.3-9.3) ... #13 45.43 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... #15 0.797 Hit:1 http://archive.raspbian.org/raspbian bookworm InRelease #14 50.96 Preparing to unpack .../088-dpkg-dev_1.22.0ubuntu1_all.deb ... #14 50.96 Unpacking dpkg-dev (1.22.0ubuntu1) ... #14 51.01 Selecting previously unselected package build-essential. #14 51.01 Preparing to unpack .../089-build-essential_12.10ubuntu1_armhf.deb ... #14 51.01 Unpacking build-essential (12.10ubuntu1) ... #14 51.05 Selecting previously unselected package libbrotli1:armhf. #14 51.05 Preparing to unpack .../090-libbrotli1_1.0.9-2build8_armhf.deb ... #14 51.06 Unpacking libbrotli1:armhf (1.0.9-2build8) ... #14 51.09 Selecting previously unselected package libsasl2-modules-db:armhf. #14 51.09 Preparing to unpack .../091-libsasl2-modules-db_2.1.28+dfsg1-3_armhf.deb ... #14 51.10 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg1-3) ... #14 51.13 Selecting previously unselected package libsasl2-2:armhf. #14 51.13 Preparing to unpack .../092-libsasl2-2_2.1.28+dfsg1-3_armhf.deb ... #14 51.14 Unpacking libsasl2-2:armhf (2.1.28+dfsg1-3) ... + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 + popd + exit 0 ~/rpmbuild/BUILD/src Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZQjcLE + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64 + cd src + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/bin + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/bin/docker + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/bash-completion/completions + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/zsh/vendor-completions + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/fish/vendor_completions.d + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/bash-completion/completions/docker + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/zsh/vendor-completions/_docker + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/fish/vendor_completions.d/docker.fish + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/man/man1 + 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~20240120124445.f18a476-0.el8.aarch64/usr/share/man/man1 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/man/man5 + 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~20240120124445.f18a476-0.el8.aarch64/usr/share/man/man5 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/man/man8 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/man/man8 + mkdir -p build-docs + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/LICENSE build-docs/LICENSE + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/MAINTAINERS build-docs/MAINTAINERS + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/NOTICE build-docs/NOTICE + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/README.md build-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.M0am3V + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ cli/build/docker --version + ver='Docker version 0.0.0-20240120124445-f18a476, build f18a476' + test 'Docker version 0.0.0-20240120124445-f18a476, build f18a476' = 'Docker version 0.0.0-20240120124445-f18a476, build f18a476' + echo 'PASS: cli version OK' + exit 0 PASS: cli version OK Processing files: docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.I01A5k + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/doc/docker-ce-cli + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/doc/docker-ce-cli + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/doc/docker-ce-cli + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/doc/docker-ce-cli + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/doc/docker-ce-cli + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/share/doc/docker-ce-cli + exit 0 Provides: docker-ce-cli = 1:0.0.0~20240120124445.f18a476-0.el8 docker-ce-cli(aarch-64) = 1:0.0.0~20240120124445.f18a476-0.el8 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh 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) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.17)(64bit) rtld(GNU_HASH) Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io Recommends: docker-buildx-plugin docker-compose-plugin Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.src.rpm #17 9.131 Installing : cmake-filesystem-3.26.5-2.el8.x86_64 8/57 #17 10.20 Installing : cpp-8.5.0-21.el8.x86_64 9/57 #17 10.21 Running scriptlet: cpp-8.5.0-21.el8.x86_64 9/57 #17 10.23 Installing : python3-libsemanage-2.9-9.el8.x86_64 10/57 #14 39.98 Setting up libarchive-cpio-perl (0.10-1.1) ... #14 40.00 Setting up libjson-perl (4.04000-1) ... #14 40.01 Setting up libipc-run3-perl (0.048-2) ... #14 40.03 Setting up libsub-override-perl (0.09-2) ... #14 40.04 Setting up libaliased-perl (0.34-1.1) ... #14 40.05 Setting up python3-unidiff (0.5.5-2) ... #14 40.18 Setting up libstrictures-perl (2.000006-1) ... #14 43.25 Get:288 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-xs-perl arm64 4.020-1build1 [82.2 kB] #13 44.88 Updating certificates in /etc/ssl/certs... #16 6.393 (2/95): acl-2.3.1-4.el9.aarch64.rpm 227 kB/s | 71 kB 00:00 #16 6.398 (3/95): dbus-1.12.20-8.el9.aarch64.rpm 402 kB/s | 3.7 kB 00:00 #16 6.405 (4/95): dbus-broker-28-7.el9.aarch64.rpm 16 MB/s | 166 kB 00:00 #16 6.408 (5/95): dbus-common-1.12.20-8.el9.noarch.rpm 1.5 MB/s | 15 kB 00:00 #16 6.414 (6/95): kmod-libs-28-9.el9.aarch64.rpm 10 MB/s | 62 kB 00:00 #16 6.424 (7/95): glibc-langpack-en-2.34-99.el9.aarch64.r 35 MB/s | 671 kB 00:00 #16 6.429 (8/95): libatomic-11.4.1-3.el9.aarch64.rpm 2.9 MB/s | 36 kB 00:00 #16 6.434 (9/95): libcbor-0.7.0-5.el9.aarch64.rpm 7.0 MB/s | 56 kB 00:00 #16 6.442 (10/95): libeconf-0.4.1-3.el9.aarch64.rpm 4.1 MB/s | 26 kB 00:00 #16 6.462 (11/95): cracklib-dicts-2.9.6-27.el9.aarch64.rp 9.5 MB/s | 3.6 MB 00:00 #16 6.469 (12/95): libdb-5.3.28-53.el9.aarch64.rpm 18 MB/s | 712 kB 00:00 #16 6.473 (13/95): libedit-3.1-38.20210216cvs.el9.aarch64 3.6 MB/s | 103 kB 00:00 #16 6.477 (14/95): libfido2-1.13.0-2.el9.aarch64.rpm 14 MB/s | 96 kB 00:00 #16 6.481 (15/95): libfdisk-2.37.4-15.el9.aarch64.rpm 13 MB/s | 149 kB 00:00 #16 6.485 (16/95): libpwquality-1.4.4-8.el9.aarch64.rpm 9.7 MB/s | 119 kB 00:00 #16 6.490 (17/95): libseccomp-2.5.2-2.el9.aarch64.rpm 5.9 MB/s | 72 kB 00:00 #16 6.493 (18/95): libutempter-1.2.1-6.el9.aarch64.rpm 4.0 MB/s | 27 kB 00:00 #16 6.503 (19/95): openssh-8.7p1-38.el9.aarch64.rpm 46 MB/s | 452 kB 00:00 #16 6.509 (20/95): libselinux-utils-3.6-1.el9.aarch64.rpm 8.1 MB/s | 190 kB 00:00 #16 6.516 (21/95): make-4.3-7.el9.aarch64.rpm 20 MB/s | 535 kB 00:00 #16 6.525 (22/95): openssh-clients-8.7p1-38.el9.aarch64.r 32 MB/s | 686 kB 00:00 #16 6.537 (23/95): pam-1.5.1-17.el9.aarch64.rpm 33 MB/s | 628 kB 00:00 #16 6.543 (24/95): policycoreutils-3.6-1.el9.aarch64.rpm 13 MB/s | 242 kB 00:00 #16 6.552 (25/95): openssl-3.0.7-25.el9.aarch64.rpm 35 MB/s | 1.2 MB 00:00 #16 6.555 (26/95): python3-distro-1.5.0-7.el9.noarch.rpm 2.1 MB/s | 37 kB 00:00 #16 6.563 (27/95): rpm-plugin-selinux-4.16.1.3-29.el9.aar 2.1 MB/s | 17 kB 00:00 #16 6.572 (28/95): selinux-policy-38.1.30-1.el9.noarch.rp 7.6 MB/s | 56 kB 00:00 #16 6.580 (29/95): python3-setuptools-53.0.0-12.el9.noarc 38 MB/s | 944 kB 00:00 #16 6.613 (30/95): systemd-252-23.el9.aarch64.rpm 121 MB/s | 3.9 MB 00:00 #16 6.626 (31/95): systemd-pam-252-23.el9.aarch64.rpm 25 MB/s | 256 kB 00:00 #16 6.660 (32/95): systemd-rpm-macros-252-23.el9.noarch.r 1.7 MB/s | 54 kB 00:00 #16 6.695 (33/95): selinux-policy-targeted-38.1.30-1.el9. 56 MB/s | 6.9 MB 00:00 #16 6.713 (34/95): util-linux-2.37.4-15.el9.aarch64.rpm 44 MB/s | 2.2 MB 00:00 #16 6.721 (35/95): util-linux-core-2.37.4-15.el9.aarch64. 19 MB/s | 431 kB 00:00 #13 44.95 Setting up libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ... #13 44.96 Setting up shared-mime-info (2.0-1) ... #13 43.07 Transaction test succeeded. #13 43.07 Running transaction #14 41.90 Setting up libquadmath0:amd64 (13.2.0-4ubuntu3) ... #14 41.91 Setting up diffstat (1.65-1) ... #14 41.92 Setting up libpng16-16:amd64 (1.6.40-1) ... #14 41.93 Setting up libmpc3:amd64 (1.3.1-1) ... #14 41.95 Setting up libatomic1:amd64 (13.2.0-4ubuntu3) ... #14 41.98 Setting up patch (2.7.6-7build2) ... #14 42.02 Setting up autopoint (0.21-13) ... #13 49.00 140 added, 0 removed; done. #14 40.89 Get:340 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libproc-processtable-perl arm64 0.634-1build2 [36.3 kB] #14 41.07 Get:341 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libre2-10 arm64 20230201-1 [155 kB] #14 52.38 Preparing to unpack .../136-libfile-touch-perl_0.12-1_all.deb ... #14 52.39 Unpacking libfile-touch-perl (0.12-1) ... #14 52.42 Selecting previously unselected package libio-pty-perl. #14 52.42 Preparing to unpack .../137-libio-pty-perl_1%3a1.15-2build2_armhf.deb ... #14 52.42 Unpacking libio-pty-perl (1:1.15-2build2) ... #14 52.46 Selecting previously unselected package libipc-run-perl. #14 52.46 Preparing to unpack .../138-libipc-run-perl_20200505.0-1_all.deb ... #14 52.46 Unpacking libipc-run-perl (20200505.0-1) ... #14 52.51 Selecting previously unselected package libclass-method-modifiers-perl. #14 52.51 Preparing to unpack .../139-libclass-method-modifiers-perl_2.13-1_all.deb ... #14 52.51 Unpacking libclass-method-modifiers-perl (2.13-1) ... #14 52.55 Selecting previously unselected package libclass-xsaccessor-perl. #14 52.55 Preparing to unpack .../140-libclass-xsaccessor-perl_1.19-3build9_armhf.deb ... #14 52.55 Unpacking libclass-xsaccessor-perl (1.19-3build9) ... #14 52.59 Selecting previously unselected package libb-hooks-op-check-perl. #14 52.59 Preparing to unpack .../141-libb-hooks-op-check-perl_0.22-1build5_armhf.deb ... #14 52.59 Unpacking libb-hooks-op-check-perl (0.22-1build5) ... #14 52.62 Selecting previously unselected package libdynaloader-functions-perl. #13 52.13 Setting up lsb-release (12.0-1) ... #13 52.15 Setting up libfido2-1:armhf (1.12.0-2+b1) ... #13 52.16 Setting up libisl23:armhf (0.25-1) ... #13 52.18 Setting up libde265-0:armhf (1.0.11-1+deb12u1) ... #13 52.19 Setting up libc-dev-bin (2.36-9+deb12u3) ... #13 52.20 Setting up openssl (3.0.11-1~deb12u2) ... #13 52.22 Setting up libbsd0:armhf (0.11.7-2) ... #13 52.24 Setting up libyuv0:armhf (0.0~git20230123.b2528b0-1) ... #13 52.25 Setting up libelf1:armhf (0.188-2.1) ... #13 52.26 Setting up readline-common (8.2-1.3) ... #13 52.28 Setting up publicsuffix (20230209.2326-1) ... #13 52.30 Setting up libxml2:armhf (2.9.14+dfsg-1.3~deb12u1) ... #13 52.31 Setting up zstd (1.5.4+dfsg2-5) ... #13 52.36 Setting up libmarkdown2:armhf (2.2.7-2) ... #16 11.52 (63/93): pcre2-devel-10.40-4.el9.x86_64.rpm 6.3 MB/s | 512 kB 00:00 #16 11.60 (64/93): pcre2-utf16-10.40-4.el9.x86_64.rpm 2.8 MB/s | 214 kB 00:00 #16 11.67 (65/93): pcre2-utf32-10.40-4.el9.x86_64.rpm 2.7 MB/s | 203 kB 00:00 #16 11.75 (66/93): perl-DynaLoader-1.47-481.el9.x86_64.rp 343 kB/s | 25 kB 00:00 #14 46.38 Preparing to unpack .../104-build-essential_12.8ubuntu1.1_amd64.deb ... #14 46.38 Unpacking build-essential (12.8ubuntu1.1) ... #14 46.42 Selecting previously unselected package libbrotli1:amd64. #14 46.42 Preparing to unpack .../105-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... #14 46.42 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... #14 46.52 Selecting previously unselected package libroken18-heimdal:amd64. #14 46.52 Preparing to unpack .../106-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... #14 46.52 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 46.56 Selecting previously unselected package libasn1-8-heimdal:amd64. #14 46.56 Preparing to unpack .../107-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... #14 46.57 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 46.62 Selecting previously unselected package libheimbase1-heimdal:amd64. #14 46.62 Preparing to unpack .../108-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... #14 46.62 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 46.66 Selecting previously unselected package libhcrypto4-heimdal:amd64. #14 46.66 Preparing to unpack .../109-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... #14 46.67 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 46.71 Selecting previously unselected package libwind0-heimdal:amd64. #14 46.72 Preparing to unpack .../110-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... #14 46.72 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 52.18 Preparing to unpack .../223-libdigest-hmac-perl_1.03+dfsg-2_all.deb ... #14 52.19 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ... #14 52.22 Selecting previously unselected package libdistro-info-perl. #14 52.22 Preparing to unpack .../224-libdistro-info-perl_0.23ubuntu1.1_all.deb ... #14 52.23 Unpacking libdistro-info-perl (0.23ubuntu1.1) ... #14 52.26 Selecting previously unselected package libnet-smtp-ssl-perl. #14 52.26 Preparing to unpack .../225-libnet-smtp-ssl-perl_1.04-1_all.deb ... #14 52.27 Unpacking libnet-smtp-ssl-perl (1.04-1) ... #14 52.31 Selecting previously unselected package libmailtools-perl. #14 52.31 Preparing to unpack .../226-libmailtools-perl_2.21-1_all.deb ... #14 52.32 Unpacking libmailtools-perl (2.21-1) ... #14 52.36 Selecting previously unselected package libnet-ip-perl. #14 52.37 Preparing to unpack .../227-libnet-ip-perl_1.26-2_all.deb ... #14 52.37 Unpacking libnet-ip-perl (1.26-2) ... #14 52.41 Selecting previously unselected package libnet-dns-perl. #14 52.41 Preparing to unpack .../228-libnet-dns-perl_1.22-1_all.deb ... #14 52.42 Unpacking libnet-dns-perl (1.22-1) ... #14 52.48 Selecting previously unselected package libnet-domain-tld-perl. #14 52.49 Preparing to unpack .../229-libnet-domain-tld-perl_1.75-1_all.deb ... #14 52.49 Unpacking libnet-domain-tld-perl (1.75-1) ... #14 52.53 Selecting previously unselected package libemail-valid-perl. #13 46.73 Selecting previously unselected package libxcb1:armhf. #13 46.73 Preparing to unpack .../183-libxcb1_1.14-3_armhf.deb ... #13 46.74 Unpacking libxcb1:armhf (1.14-3) ... #13 46.80 Selecting previously unselected package libx11-data. #13 46.81 Preparing to unpack .../184-libx11-data_2%3a1.7.2-1+deb11u2_all.deb ... #13 46.81 Unpacking libx11-data (2:1.7.2-1+deb11u2) ... #13 46.92 Selecting previously unselected package libx11-6:armhf. #13 46.93 Preparing to unpack .../185-libx11-6_2%3a1.7.2-1+deb11u2_armhf.deb ... #13 46.93 Unpacking libx11-6:armhf (2:1.7.2-1+deb11u2) ... #13 45.44 Setting up libgcc-10-dev:amd64 (10.2.1-6) ... #13 45.45 Setting up libedit2:amd64 (3.1-20191231-2+b1) ... #13 45.47 Setting up libreadline8:amd64 (8.1-1) ... #13 45.48 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... #13 45.49 Setting up m4 (1.4.18-5) ... #13 45.50 Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u11) ... #13 45.51 Setting up ca-certificates (20210119) ... #14 51.26 Selecting previously unselected package libldap2:armhf. #14 51.26 Preparing to unpack .../093-libldap2_2.6.6+dfsg-1~exp1ubuntu1_armhf.deb ... #14 51.26 Unpacking libldap2:armhf (2.6.6+dfsg-1~exp1ubuntu1) ... #14 51.30 Selecting previously unselected package librtmp1:armhf. #14 51.30 Preparing to unpack .../094-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ... #14 51.31 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ... #14 51.34 Selecting previously unselected package libssh-4:armhf. #14 51.34 Preparing to unpack .../095-libssh-4_0.10.5-3ubuntu1.2_armhf.deb ... #14 51.35 Unpacking libssh-4:armhf (0.10.5-3ubuntu1.2) ... #14 51.38 Selecting previously unselected package libcurl4:armhf. #14 51.39 Preparing to unpack .../096-libcurl4_8.2.1-1ubuntu3.2_armhf.deb ... #14 51.39 Unpacking libcurl4:armhf (8.2.1-1ubuntu3.2) ... #14 51.42 Selecting previously unselected package curl. #14 51.42 Preparing to unpack .../097-curl_8.2.1-1ubuntu3.2_armhf.deb ... #14 51.43 Unpacking curl (8.2.1-1ubuntu3.2) ... #14 42.35 Get:365 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB] #14 42.35 Get:366 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtime-moment-perl arm64 0.44-2build1 [71.8 kB] #14 42.37 Get:367 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtype-tiny-xs-perl arm64 0.025-1 [25.7 kB] #14 42.38 Get:368 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libunicode-utf8-perl arm64 0.62-2 [17.7 kB] #14 42.39 Get:369 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libwww-mechanize-perl all 2.17-1ubuntu1 [95.6 kB] #14 42.43 Get:370 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxml-namespacesupport-perl all 1.12-2 [13.5 kB] #14 42.43 Get:371 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxml-sax-base-perl all 1.09-3 [18.9 kB] #14 42.44 Get:372 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB] #14 42.46 Get:373 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1build1 [305 kB] #17 10.33 Installing : python3-setools-4.3.0-5.el8.x86_64 11/57 #17 10.37 Installing : python3-audit-3.1.2-1.el8.x86_64 12/57 #17 10.40 Installing : pcre2-utf32-10.32-3.el8.x86_64 13/57 #14 40.20 Setting up libsub-quote-perl (2.006006-1) ... #14 40.21 Setting up libdevel-stacktrace-perl (2.0400-1) ... #14 40.25 Setting up libclass-xsaccessor-perl (1.19-3build9) ... #14 40.27 Setting up libsort-versions-perl (1.62-1) ... #14 40.28 Setting up libexporter-tiny-perl (1.002002-1) ... #14 40.30 Setting up libre-engine-re2-perl:amd64 (0.14-1build2) ... #14 40.32 Setting up libfile-dirlist-perl (0.05-2) ... #14 40.33 Setting up libterm-readkey-perl (2.38-1build4) ... #14 40.35 Setting up lsb-release (11.1.0ubuntu4) ... #14 40.37 Setting up python3-magic (2:0.4.24-2) ... #14 40.50 Setting up libtext-levenshteinxs-perl (0.03-4build10) ... #13 44.57 Updating certificates in /etc/ssl/certs... #12 44.19 Preparing : 1/1 #12 44.23 Installing : python3-six-1.16.0-12.fc39.noarch 1/164 #12 44.24 Installing : hunspell-filesystem-1.7.2-5.fc39.x86_64 2/164 #12 44.25 Installing : python3-construct-2.10.68-6.fc39.noarch 3/164 #12 44.26 Installing : python3-pybeam-0.7-7.fc39.noarch 4/164 #12 44.28 Installing : python3-dateutil-1:2.8.2-10.fc39.noarch 5/164 #12 44.30 Upgrading : glibc-common-2.38-14.fc39.x86_64 6/164 #12 44.30 Upgrading : glibc-minimal-langpack-2.38-14.fc39.x86_64 7/164 #12 44.31 Running scriptlet: glibc-2.38-14.fc39.x86_64 8/164 #12 44.37 Upgrading : glibc-2.38-14.fc39.x86_64 8/164 #12 44.38 Running scriptlet: glibc-2.38-14.fc39.x86_64 8/164 #14 44.94 Setting up libhttp-negotiate-perl (6.01-2) ... #14 43.53 Get:289 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-maybexs-perl all 1.004000-1 [11.0 kB] #16 6.724 (36/95): vim-filesystem-8.2.2637-20.el9.noarch. 1.8 MB/s | 18 kB 00:00 #16 6.727 (37/95): which-2.21-29.el9.aarch64.rpm 6.4 MB/s | 41 kB 00:00 #16 6.741 (38/95): autoconf-2.69-38.el9.noarch.rpm 49 MB/s | 681 kB 00:00 #16 6.750 (39/95): annobin-12.31-1.el9.aarch64.rpm 39 MB/s | 1.0 MB 00:00 #16 6.760 (40/95): automake-1.16.2-8.el9.noarch.rpm 41 MB/s | 689 kB 00:00 #16 6.770 (41/95): checkpolicy-3.6-1.el9.aarch64.rpm 19 MB/s | 348 kB 00:00 #16 6.822 (42/95): cmake-data-3.26.5-2.el9.noarch.rpm 47 MB/s | 2.4 MB 00:00 #13 50.27 137 added, 0 removed; done. #13 50.32 Setting up libunbound8:armhf (1.9.0-2+deb10u3) ... #13 50.34 Setting up shared-mime-info (1.10-1) ... #14 48.91 Selecting previously unselected package python3-minimal. #14 48.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 ... 4686 files and directories currently installed.) #14 48.91 Preparing to unpack .../00-python3-minimal_3.11.2-1_armhf.deb ... #14 48.92 Unpacking python3-minimal (3.11.2-1) ... #14 48.95 Selecting previously unselected package media-types. #14 48.95 Preparing to unpack .../01-media-types_10.0.0_all.deb ... #14 48.95 Unpacking media-types (10.0.0) ... #14 48.99 Selecting previously unselected package libkrb5support0:armhf. #14 48.99 Preparing to unpack .../02-libkrb5support0_1.20.1-1ubuntu0.1_armhf.deb ... #14 49.00 Unpacking libkrb5support0:armhf (1.20.1-1ubuntu0.1) ... #14 49.04 Selecting previously unselected package libk5crypto3:armhf. #14 49.04 Preparing to unpack .../03-libk5crypto3_1.20.1-1ubuntu0.1_armhf.deb ... #14 49.05 Unpacking libk5crypto3:armhf (1.20.1-1ubuntu0.1) ... #14 49.09 Selecting previously unselected package libkeyutils1:armhf. #14 49.09 Preparing to unpack .../04-libkeyutils1_1.6.3-2_armhf.deb ... #14 49.09 Unpacking libkeyutils1:armhf (1.6.3-2) ... #14 49.14 Selecting previously unselected package libkrb5-3:armhf. #14 49.14 Preparing to unpack .../05-libkrb5-3_1.20.1-1ubuntu0.1_armhf.deb ... #14 49.14 Unpacking libkrb5-3:armhf (1.20.1-1ubuntu0.1) ... #14 49.19 Selecting previously unselected package libgssapi-krb5-2:armhf. #14 49.19 Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-1ubuntu0.1_armhf.deb ... #14 49.20 Unpacking libgssapi-krb5-2:armhf (1.20.1-1ubuntu0.1) ... #14 42.04 Setting up ucf (3.0043+nmu1) ... #14 42.14 Setting up libk5crypto3:amd64 (1.20.1-3ubuntu1) ... #14 42.17 Setting up libjpeg-turbo8:amd64 (2.1.5-2ubuntu1) ... #14 42.20 Setting up libltdl7:amd64 (2.4.7-7) ... #14 42.22 Setting up libsasl2-2:amd64 (2.1.28+dfsg1-3) ... #14 42.23 Setting up libwebp7:amd64 (1.2.4-0.3) ... #14 42.25 Setting up libubsan1:amd64 (13.2.0-4ubuntu3) ... #14 42.31 Setting up python-apt-common (2.6.0ubuntu1) ... #14 42.33 Setting up libhwasan0:amd64 (13.2.0-4ubuntu3) ... #14 42.34 Setting up libcrypt-dev:amd64 (1:4.4.36-2) ... #14 42.36 Setting up libasan8:amd64 (13.2.0-4ubuntu3) ... #14 52.63 Preparing to unpack .../142-libdynaloader-functions-perl_0.003-1.1_all.deb ... #14 52.63 Unpacking libdynaloader-functions-perl (0.003-1.1) ... #14 52.66 Selecting previously unselected package libdevel-callchecker-perl. #14 52.66 Preparing to unpack .../143-libdevel-callchecker-perl_0.008-1ubuntu4_armhf.deb ... #14 52.67 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ... #14 52.70 Selecting previously unselected package libparams-classify-perl. #14 52.71 Preparing to unpack .../144-libparams-classify-perl_0.015-1build5_armhf.deb ... #14 52.71 Unpacking libparams-classify-perl (0.015-1build5) ... #14 52.77 Selecting previously unselected package libmodule-runtime-perl. #14 52.77 Preparing to unpack .../145-libmodule-runtime-perl_0.016-1_all.deb ... #14 52.77 Unpacking libmodule-runtime-perl (0.016-1) ... #14 52.80 Selecting previously unselected package libimport-into-perl. #14 52.81 Preparing to unpack .../146-libimport-into-perl_1.002005-1_all.deb ... #14 52.81 Unpacking libimport-into-perl (1.002005-1) ... #14 52.84 Selecting previously unselected package librole-tiny-perl. #14 52.84 Preparing to unpack .../147-librole-tiny-perl_2.002004-1_all.deb ... #14 52.85 Unpacking librole-tiny-perl (2.002004-1) ... #14 52.88 Selecting previously unselected package libsub-quote-perl. #13 52.37 Setting up libcc1-0:armhf (12.2.0-14) ... #13 52.38 Setting up iso-codes (4.15.0-1) ... #13 52.40 Setting up liblocale-gettext-perl (1.07-5) ... #13 52.42 Setting up dctrl-tools (2.24-3) ... #13 52.43 Setting up debian-keyring (2022.12.24) ... #13 52.45 Setting up libgdbm6:armhf (1.23-3) ... #13 52.46 Setting up libctf0:armhf (2.40-2) ... #13 52.48 Setting up pinentry-curses (1.2.1-1) ... #13 52.49 Setting up manpages-dev (6.03-2) ... #13 52.51 Setting up libxdmcp6:armhf (1:1.1.2-3) ... #13 52.52 Setting up cpp-12 (12.2.0-14) ... #13 52.54 Setting up libxcb1:armhf (1.15-1) ... #13 52.55 Setting up gettext (0.21-12) ... #13 52.56 Setting up xdelta (1.1.3-10.4) ... #14 41.25 Get:342 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libre-engine-re2-perl arm64 0.17+ds-1 [18.0 kB] #12 46.05 (1/148): bzip2-1.0.8-13.fc38.x86_64.rpm 218 kB/s | 52 kB 00:00 #12 46.05 (2/148): desktop-file-utils-0.26-8.fc38.x86_64. 289 kB/s | 71 kB 00:00 #12 46.09 (3/148): cpio-2.13-14.fc38.x86_64.rpm 990 kB/s | 276 kB 00:00 #12 46.09 (4/148): devscripts-checkbashisms-2.23.0-1.fc38 666 kB/s | 28 kB 00:00 #12 46.10 (5/148): dwz-0.15-2.fc38.x86_64.rpm 3.1 MB/s | 135 kB 00:00 #12 46.13 (6/148): efi-srpm-macros-5-7.fc38.noarch.rpm 624 kB/s | 22 kB 00:00 #12 46.13 (7/148): ed-1.19-2.fc38.x86_64.rpm 1.9 MB/s | 78 kB 00:00 #12 46.13 (8/148): enchant2-2.3.4-1.fc38.x86_64.rpm 1.7 MB/s | 64 kB 00:00 #12 46.14 (9/148): file-5.44-3.fc38.x86_64.rpm 4.8 MB/s | 49 kB 00:00 #12 46.14 (10/148): fonts-filesystem-2.0.5-11.fc38.noarch 1.3 MB/s | 8.1 kB 00:00 #12 46.14 (11/148): fonts-srpm-macros-2.0.5-11.fc38.noarc 3.0 MB/s | 26 kB 00:00 #12 46.15 (12/148): fpc-srpm-macros-1.3-7.fc38.noarch.rpm 932 kB/s | 7.8 kB 00:00 #12 46.15 (13/148): ghc-srpm-macros-1.6.1-1.fc38.noarch.r 1.2 MB/s | 8.0 kB 00:00 #13 49.04 Setting up libgprofng0:amd64 (2.40-2) ... #13 49.06 Setting up libfreetype6:amd64 (2.12.1+dfsg-5) ... #13 49.07 Setting up libgcc-12-dev:amd64 (12.2.0-14) ... #13 49.08 Setting up shared-mime-info (2.2-1) ... #16 11.82 (67/93): perl-Error-0.17029-7.el9.noarch.rpm 578 kB/s | 42 kB 00:00 #16 11.90 (68/93): perl-File-Compare-1.100.600-481.el9.no 158 kB/s | 13 kB 00:00 #15 7.675 0 upgraded, 18 newly installed, 0 to remove and 19 not upgraded. #15 7.675 1 not fully installed or removed. #15 7.675 Need to get 17.1 MB of archives. #15 7.675 After this operation, 76.3 MB of additional disk space will be used. #15 7.675 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6+rpi1 [1751 kB] #15 7.744 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf cmake-data all 3.18.4-2+rpt1+rpi1+deb11u1 [1726 kB] #14 46.77 Selecting previously unselected package libhx509-5-heimdal:amd64. #14 46.77 Preparing to unpack .../111-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... #14 46.77 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 46.82 Selecting previously unselected package libkrb5-26-heimdal:amd64. #14 46.82 Preparing to unpack .../112-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... #14 46.83 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 46.88 Selecting previously unselected package libheimntlm0-heimdal:amd64. #14 46.88 Preparing to unpack .../113-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... #14 46.89 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 46.93 Selecting previously unselected package libgssapi3-heimdal:amd64. #14 52.53 Preparing to unpack .../230-libemail-valid-perl_1.202-1_all.deb ... #14 52.53 Unpacking libemail-valid-perl (1.202-1) ... #14 52.57 Selecting previously unselected package libexporter-tiny-perl. #14 52.57 Preparing to unpack .../231-libexporter-tiny-perl_1.002001-1_all.deb ... #14 52.57 Unpacking libexporter-tiny-perl (1.002001-1) ... #14 52.65 Selecting previously unselected package libipc-system-simple-perl. #14 52.65 Preparing to unpack .../232-libipc-system-simple-perl_1.26-1_all.deb ... #14 52.65 Unpacking libipc-system-simple-perl (1.26-1) ... #14 52.69 Selecting previously unselected package libfile-basedir-perl. #14 52.69 Preparing to unpack .../233-libfile-basedir-perl_0.08-1_all.deb ... #14 52.69 Unpacking libfile-basedir-perl (0.08-1) ... #14 52.73 Selecting previously unselected package libfile-chdir-perl. #14 52.73 Preparing to unpack .../234-libfile-chdir-perl_0.1008-1_all.deb ... #14 52.74 Unpacking libfile-chdir-perl (0.1008-1) ... #14 52.77 Selecting previously unselected package libfile-fcntllock-perl. #13 47.03 Selecting previously unselected package libxpm4:armhf. #13 47.03 Preparing to unpack .../186-libxpm4_1%3a3.5.12-1.1+deb11u1_armhf.deb ... #13 47.04 Unpacking libxpm4:armhf (1:3.5.12-1.1+deb11u1) ... #13 47.10 Selecting previously unselected package libgd3:armhf. #13 47.10 Preparing to unpack .../187-libgd3_2.3.0-2_armhf.deb ... #13 47.11 Unpacking libgd3:armhf (2.3.0-2) ... #13 47.18 Selecting previously unselected package libc-devtools. #13 47.18 Preparing to unpack .../188-libc-devtools_2.31-13+deb11u7_armhf.deb ... #13 47.19 Unpacking libc-devtools (2.31-13+deb11u7) ... #13 47.24 Selecting previously unselected package libcapture-tiny-perl. #13 47.24 Preparing to unpack .../189-libcapture-tiny-perl_0.48-1_all.deb ... #13 47.25 Unpacking libcapture-tiny-perl (0.48-1) ... #13 47.30 Selecting previously unselected package libclass-data-inheritable-perl. #14 39.96 Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtime-moment-perl arm64 0.44-1build6 [75.4 kB] #14 40.23 Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-xs-perl arm64 0.022-1build2 [25.3 kB] #13 45.85 Updating certificates in /etc/ssl/certs... #15 3.496 Reading package lists... #15 4.708 Building dependency tree... #15 4.909 Reading state information... #15 4.929 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #15 4.975 Starting 2 pkgProblemResolver with broken count: 0 #15 4.977 Done #15 4.999 Done #15 5.007 Starting pkgProblemResolver with broken count: 0 #15 5.038 Starting 2 pkgProblemResolver with broken count: 0 #14 42.52 Get:374 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxml-parser-perl arm64 2.46-4 [204 kB] #17 10.44 Installing : pcre2-utf16-10.32-3.el8.x86_64 14/57 #17 10.52 Installing : pcre2-devel-10.32-3.el8.x86_64 15/57 #17 10.54 Running scriptlet: openssh-8.0p1-23.el8.x86_64 16/57 #17 10.62 Installing : openssh-8.0p1-23.el8.x86_64 16/57 #17 10.64 Installing : libsepol-devel-2.9-3.el8.x86_64 17/57 #17 10.68 Installing : libselinux-utils-2.9-8.el8.x86_64 18/57 #16 86.81 Installing : kernel-headers-4.18.0-348.20.1.el7.aarch64 37/60 #14 51.50 Selecting previously unselected package dctrl-tools. #14 51.50 Preparing to unpack .../098-dctrl-tools_2.24-3build2_armhf.deb ... #14 51.51 Unpacking dctrl-tools (2.24-3build2) ... #14 51.54 Selecting previously unselected package libdebhelper-perl. #14 51.54 Preparing to unpack .../099-libdebhelper-perl_13.11.6ubuntu1_all.deb ... #14 51.54 Unpacking libdebhelper-perl (13.11.6ubuntu1) ... #14 51.58 Selecting previously unselected package libtool. #14 51.58 Preparing to unpack .../100-libtool_2.4.7-7_all.deb ... #14 51.59 Unpacking libtool (2.4.7-7) ... #14 51.66 Selecting previously unselected package dh-autoreconf. #14 51.66 Preparing to unpack .../101-dh-autoreconf_20_all.deb ... #14 51.66 Unpacking dh-autoreconf (20) ... #14 51.70 Selecting previously unselected package libarchive-zip-perl. #14 51.70 Preparing to unpack .../102-libarchive-zip-perl_1.68-1_all.deb ... #14 51.71 Unpacking libarchive-zip-perl (1.68-1) ... #14 51.74 Selecting previously unselected package libsub-override-perl. #14 51.75 Preparing to unpack .../103-libsub-override-perl_0.09-4_all.deb ... #14 51.75 Unpacking libsub-override-perl (0.09-4) ... #14 44.95 Setting up libio-prompter-perl (0.004015-2) ... #14 44.97 Setting up libiterator-util-perl (0.02+ds1-2) ... #14 44.98 Setting up libstdc++-12-dev:amd64 (12.3.0-1ubuntu1~23.04) ... #14 44.99 Setting up libhttp-cookies-perl (6.10-1) ... #14 45.00 Setting up libtool (2.4.7-5) ... #14 45.01 Setting up po-debconf (1.0.21+nmu1) ... #14 45.03 Setting up libhtml-tree-perl (5.07-3) ... #14 45.04 Setting up libparams-classify-perl:amd64 (0.015-2build2) ... #14 45.05 Setting up libcgi-pm-perl (4.55-1) ... #14 45.07 Setting up python3 (3.11.2-1) ... #14 40.51 Setting up libperlio-gzip-perl (0.19-1build8) ... #14 40.52 Setting up libsys-hostname-long-perl (1.5-2) ... #14 40.54 Setting up libhtml-html5-entities-perl (0.004-1.1) ... #14 40.55 Setting up libsereal-decoder-perl (4.023+ds-1) ... #14 40.57 Setting up liburi-perl (5.10-1) ... #14 40.59 Setting up libnet-ipv6addr-perl (1.02-1) ... #14 40.60 Setting up libfile-touch-perl (0.12-1) ... #12 44.49 Installing : glibc-gconv-extra-2.38-14.fc39.x86_64 9/164 #12 44.50 Running scriptlet: glibc-gconv-extra-2.38-14.fc39.x86_64 9/164 #12 44.51 Upgrading : elfutils-libelf-0.190-4.fc39.x86_64 10/164 #12 44.52 Upgrading : rpm-libs-4.19.1-1.fc39.x86_64 11/164 #12 44.53 Running scriptlet: rpm-4.19.1-1.fc39.x86_64 12/164 #12 44.57 Upgrading : rpm-4.19.1-1.fc39.x86_64 12/164 #12 44.59 Upgrading : elfutils-libs-0.190-4.fc39.x86_64 13/164 #12 44.60 Installing : elfutils-debuginfod-client-0.190-4.fc39.x86_64 14/164 #12 44.61 Installing : hunspell-en-GB-0.20201207-7.fc39.noarch 15/164 #12 44.62 Installing : hunspell-en-0.20201207-7.fc39.noarch 16/164 #12 44.63 Installing : hunspell-en-US-0.20201207-7.fc39.noarch 17/164 #12 44.65 Installing : hunspell-1.7.2-5.fc39.x86_64 18/164 #12 44.67 Installing : elfutils-0.190-4.fc39.x86_64 19/164 #12 44.68 Upgrading : rpm-build-libs-4.19.1-1.fc39.x86_64 20/164 #14 43.61 Get:290 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-compare-perl all 0.53-1 [65.6 kB] #14 43.74 Get:291 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-moreutils-perl arm64 0.416-1build5 [53.5 kB] #14 43.84 Get:292 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB] #16 6.833 (43/95): cmake-filesystem-3.26.5-2.el9.aarch64. 2.5 MB/s | 19 kB 00:00 #16 6.840 (44/95): cmake-rpm-macros-3.26.5-2.el9.noarch.r 1.9 MB/s | 11 kB 00:00 #16 6.893 (45/95): cmake-3.26.5-2.el9.aarch64.rpm 53 MB/s | 7.1 MB 00:00 #16 7.000 (46/95): cpp-11.4.1-3.el9.aarch64.rpm 65 MB/s | 10 MB 00:00 #16 7.024 (47/95): gcc-plugin-annobin-11.4.1-3.el9.aarch6 2.2 MB/s | 47 kB 00:00 #16 7.032 (48/95): git-2.43.0-1.el9.aarch64.rpm 7.7 MB/s | 51 kB 00:00 #16 7.070 (49/95): git-core-2.43.0-1.el9.aarch64.rpm 125 MB/s | 4.5 MB 00:00 #16 7.131 (50/95): git-core-doc-2.43.0-1.el9.noarch.rpm 51 MB/s | 2.9 MB 00:00 #14 49.23 Selecting previously unselected package libtirpc-common. #13 45.49 137 added, 0 removed; done. #14 49.23 Preparing to unpack .../07-libtirpc-common_1.3.3+ds-1_all.deb ... #14 49.24 Unpacking libtirpc-common (1.3.3+ds-1) ... #14 49.27 Selecting previously unselected package libtirpc3:armhf. #14 49.27 Preparing to unpack .../08-libtirpc3_1.3.3+ds-1_armhf.deb ... #14 49.28 Unpacking libtirpc3:armhf (1.3.3+ds-1) ... #14 49.32 Selecting previously unselected package libnsl2:armhf. #14 49.32 Preparing to unpack .../09-libnsl2_1.3.0-2build2_armhf.deb ... #14 49.32 Unpacking libnsl2:armhf (1.3.0-2build2) ... #14 49.36 Selecting previously unselected package readline-common. #14 49.36 Preparing to unpack .../10-readline-common_8.2-1.3_all.deb ... #14 49.36 Unpacking readline-common (8.2-1.3) ... #14 49.41 Selecting previously unselected package libreadline8:armhf. #14 49.41 Preparing to unpack .../11-libreadline8_8.2-1.3_armhf.deb ... #14 49.42 Unpacking libreadline8:armhf (8.2-1.3) ... #14 49.46 Selecting previously unselected package libsqlite3-0:armhf. #14 42.39 Setting up libuchardet0:amd64 (0.0.7-1build2) ... #14 42.42 Setting up lzop (1.04-2build2) ... #14 42.47 Setting up git-man (1:2.40.1-1ubuntu1) ... #14 42.49 Setting up netbase (6.4) ... #14 42.54 Setting up libkrb5-3:amd64 (1.20.1-3ubuntu1) ... #14 42.57 Setting up libtsan2:amd64 (13.2.0-4ubuntu3) ... #14 52.88 Preparing to unpack .../148-libsub-quote-perl_2.006006-1_all.deb ... #14 52.88 Unpacking libsub-quote-perl (2.006006-1) ... #14 52.92 Selecting previously unselected package libmoo-perl. #14 52.92 Preparing to unpack .../149-libmoo-perl_2.005004-3_all.deb ... #14 52.92 Unpacking libmoo-perl (2.005004-3) ... #14 52.96 Selecting previously unselected package libencode-locale-perl. #14 52.96 Preparing to unpack .../150-libencode-locale-perl_1.05-1.1_all.deb ... #14 52.96 Unpacking libencode-locale-perl (1.05-1.1) ... #14 53.00 Selecting previously unselected package libtimedate-perl. #14 53.00 Preparing to unpack .../151-libtimedate-perl_2.3300-2_all.deb ... #14 53.01 Unpacking libtimedate-perl (2.3300-2) ... #14 53.04 Selecting previously unselected package libhttp-date-perl. #14 53.04 Preparing to unpack .../152-libhttp-date-perl_6.05-1_all.deb ... #14 53.05 Unpacking libhttp-date-perl (6.05-1) ... #14 53.08 Selecting previously unselected package libfile-listing-perl. #14 53.08 Preparing to unpack .../153-libfile-listing-perl_6.14-1_all.deb ... #14 53.08 Unpacking libfile-listing-perl (6.14-1) ... #14 53.11 Selecting previously unselected package libhtml-tagset-perl. #14 53.12 Preparing to unpack .../154-libhtml-tagset-perl_3.20-4_all.deb ... #14 53.12 Unpacking libhtml-tagset-perl (3.20-4) ... #14 53.15 Selecting previously unselected package liburi-perl. #14 53.15 Preparing to unpack .../155-liburi-perl_5.10-1_all.deb ... #14 53.16 Unpacking liburi-perl (5.10-1) ... #14 53.20 Selecting previously unselected package libhtml-parser-perl:armhf. #14 53.20 Preparing to unpack .../156-libhtml-parser-perl_3.76-1build2_armhf.deb ... #14 53.20 Unpacking libhtml-parser-perl:armhf (3.76-1build2) ... #14 53.23 Selecting previously unselected package libhtml-tree-perl. #13 52.58 Setting up libavif15:armhf (0.11.1-1) ... #13 52.59 Setting up libarchive13:armhf (3.6.2-1) ... #13 52.61 Setting up fontconfig-config (2.14.1-4) ... #13 52.83 Setting up libedit2:armhf (3.1-20221030-2) ... #12 46.15 (14/148): gnat-srpm-macros-6-2.fc38.noarch.rpm 1.2 MB/s | 8.8 kB 00:00 #12 46.20 (15/148): gdk-pixbuf2-2.42.10-2.fc38.x86_64.rpm 8.8 MB/s | 485 kB 00:00 #12 46.24 (16/148): groff-base-1.22.4-11.fc38.x86_64.rpm 12 MB/s | 1.1 MB 00:00 #12 46.27 (17/148): hunspell-1.7.2-3.fc38.x86_64.rpm 4.1 MB/s | 479 kB 00:00 #12 46.28 (18/148): hunspell-en-0.20201207-3.fc38.noarch. 2.5 MB/s | 190 kB 00:00 #12 46.31 (19/148): hunspell-en-GB-0.20201207-3.fc38.noar 5.1 MB/s | 225 kB 00:00 #12 46.32 (20/148): hunspell-en-US-0.20201207-3.fc38.noar 3.7 MB/s | 181 kB 00:00 #12 46.32 (21/148): hunspell-filesystem-1.7.2-3.fc38.x86_ 206 kB/s | 9.3 kB 00:00 #12 46.32 (22/148): jansson-2.13.1-6.fc38.x86_64.rpm 4.3 MB/s | 44 kB 00:00 #12 46.35 (23/148): json-glib-1.6.6-4.fc38.x86_64.rpm 5.2 MB/s | 162 kB 00:00 #12 46.39 (24/148): libappstream-glib-0.8.2-2.fc38.x86_64 6.6 MB/s | 402 kB 00:00 #16 11.97 (69/93): perl-File-Copy-2.34-481.el9.noarch.rpm 270 kB/s | 20 kB 00:00 #16 12.05 (70/93): perl-File-Find-1.37-481.el9.noarch.rpm 343 kB/s | 25 kB 00:00 #16 12.12 (71/93): perl-Git-2.43.0-1.el9.noarch.rpm 503 kB/s | 38 kB 00:00 #16 12.20 (72/93): perl-TermReadKey-2.38-11.el9.x86_64.rp 502 kB/s | 37 kB 00:00 #16 12.30 (73/93): perl-Thread-Queue-3.14-460.el9.noarch. 221 kB/s | 22 kB 00:00 #14 46.93 Preparing to unpack .../114-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... #14 46.93 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 46.97 Selecting previously unselected package libsasl2-modules-db:amd64. #14 46.97 Preparing to unpack .../115-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... #14 46.97 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... #14 47.01 Selecting previously unselected package libsasl2-2:amd64. #14 47.01 Preparing to unpack .../116-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... #14 47.01 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... #14 47.05 Selecting previously unselected package libldap-common. #14 47.05 Preparing to unpack .../117-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ... #14 47.05 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ... #14 47.09 Selecting previously unselected package libldap-2.4-2:amd64. #14 47.09 Preparing to unpack .../118-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ... #14 47.10 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ... #14 47.15 Selecting previously unselected package libnghttp2-14:amd64. #14 47.16 Preparing to unpack .../119-libnghttp2-14_1.40.0-1ubuntu0.2_amd64.deb ... #14 47.16 Unpacking libnghttp2-14:amd64 (1.40.0-1ubuntu0.2) ... #14 47.20 Selecting previously unselected package librtmp1:amd64. #14 47.21 Preparing to unpack .../120-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... #14 47.26 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... #13 48.56 Setting up bsdmainutils (11.1.2+b1) ... #14 41.26 Get:343 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libreadonly-perl all 2.050-3 [19.9 kB] #14 41.27 Get:344 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libref-util-perl all 0.204-2 [15.1 kB] #14 41.27 Get:345 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libref-util-xs-perl arm64 0.117-2build1 [12.4 kB] #14 41.28 Get:346 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libregexp-pattern-license-perl all 3.9.4-3 [84.4 kB] #14 41.32 Get:347 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libregexp-pattern-perl all 0.2.14-2 [17.6 kB] #14 41.32 Get:348 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libregexp-wildcards-perl all 1.05-3 [12.9 kB] #14 41.33 Get:349 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [69.2 kB] #14 41.35 Get:350 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsereal-decoder-perl arm64 5.003+ds-1 [98.5 kB] #14 52.77 Preparing to unpack .../235-libfile-fcntllock-perl_0.22-3build4_armhf.deb ... #14 52.78 Unpacking libfile-fcntllock-perl (0.22-3build4) ... #14 52.82 Selecting previously unselected package libnumber-compare-perl. #14 52.82 Preparing to unpack .../236-libnumber-compare-perl_0.03-1_all.deb ... #14 52.82 Unpacking libnumber-compare-perl (0.03-1) ... #14 52.86 Selecting previously unselected package libtext-glob-perl. #14 52.86 Preparing to unpack .../237-libtext-glob-perl_0.10-1_all.deb ... #14 52.86 Unpacking libtext-glob-perl (0.10-1) ... #14 52.89 Selecting previously unselected package libfile-find-rule-perl. #14 52.90 Preparing to unpack .../238-libfile-find-rule-perl_0.34-1_all.deb ... #14 52.90 Unpacking libfile-find-rule-perl (0.34-1) ... #14 52.94 Selecting previously unselected package libfont-afm-perl. #14 52.94 Preparing to unpack .../239-libfont-afm-perl_1.20-2_all.deb ... #14 52.95 Unpacking libfont-afm-perl (1.20-2) ... #14 52.98 Selecting previously unselected package libio-string-perl. #14 52.98 Preparing to unpack .../240-libio-string-perl_1.08-3_all.deb ... #14 52.99 Unpacking libio-string-perl (1.08-3) ... #14 53.02 Selecting previously unselected package libfont-ttf-perl. #13 47.30 Preparing to unpack .../190-libclass-data-inheritable-perl_0.08-3_all.deb ... #13 47.31 Unpacking libclass-data-inheritable-perl (0.08-3) ... #13 47.35 Selecting previously unselected package libclass-inspector-perl. #13 47.35 Preparing to unpack .../191-libclass-inspector-perl_1.36-1_all.deb ... #13 47.36 Unpacking libclass-inspector-perl (1.36-1) ... #13 47.41 Selecting previously unselected package libclass-xsaccessor-perl. #13 47.41 Preparing to unpack .../192-libclass-xsaccessor-perl_1.19-3+b7_armhf.deb ... #13 47.42 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ... #13 47.47 Selecting previously unselected package libclone-perl. #13 47.47 Preparing to unpack .../193-libclone-perl_0.45-1+b1_armhf.deb ... #13 47.48 Unpacking libclone-perl (0.45-1+b1) ... #13 47.53 Selecting previously unselected package libcommon-sense-perl. #13 47.53 Preparing to unpack .../194-libcommon-sense-perl_3.75-1+b4_armhf.deb ... #13 47.54 Unpacking libcommon-sense-perl (3.75-1+b4) ... #13 47.59 Selecting previously unselected package libconfig-tiny-perl. #13 47.60 Preparing to unpack .../195-libconfig-tiny-perl_2.26-1_all.deb ... #13 47.60 Unpacking libconfig-tiny-perl (2.26-1) ... #13 47.64 Selecting previously unselected package libparams-util-perl. #14 40.24 Get:344 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libunicode-utf8-perl arm64 0.62-1build4 [18.5 kB] #14 40.26 Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB] #14 40.27 Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB] #14 40.28 Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB] #14 40.33 Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1 [321 kB] #14 40.44 Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-parser-perl arm64 2.46-3build1 [211 kB] #13 46.24 129 added, 0 removed; done. #15 5.042 Done #14 42.94 Get:375 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxml-sax-expat-perl all 0.51-2 [8644 B] #17 10.74 Installing : policycoreutils-2.9-24.el8.x86_64 19/57 #17 10.76 Running scriptlet: policycoreutils-2.9-24.el8.x86_64 19/57 #17 10.99 Installing : python3-policycoreutils-2.9-24.el8.noarch 20/57 #17 11.02 Installing : policycoreutils-python-utils-2.9-24.el8.noarch 21/57 #17 11.03 Installing : rpm-plugin-selinux-4.14.3-31.el8.x86_64 22/57 #17 11.06 Installing : selinux-policy-3.14.3-134.el8.noarch 23/57 #17 11.07 Running scriptlet: selinux-policy-3.14.3-134.el8.noarch 23/57 #16 87.25 Installing : glibc-headers-2.17-326.el7_9.aarch64 38/60 #14 51.82 Selecting previously unselected package libfile-stripnondeterminism-perl. #14 51.82 Preparing to unpack .../104-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ... #14 51.83 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ... #14 51.86 Selecting previously unselected package dh-strip-nondeterminism. #14 51.86 Preparing to unpack .../105-dh-strip-nondeterminism_1.13.1-1_all.deb ... #14 51.86 Unpacking dh-strip-nondeterminism (1.13.1-1) ... #14 51.90 Selecting previously unselected package libdw1:armhf. #14 51.90 Preparing to unpack .../106-libdw1_0.189-4_armhf.deb ... #14 51.90 Unpacking libdw1:armhf (0.189-4) ... #14 51.93 Selecting previously unselected package debugedit. #14 51.94 Preparing to unpack .../107-debugedit_1%3a5.0-5_armhf.deb ... #14 51.94 Unpacking debugedit (1:5.0-5) ... #14 51.97 Selecting previously unselected package dwz. #14 45.36 Setting up libhtml-format-perl (2.16-2) ... #14 40.62 Setting up libc-devtools (2.35-0ubuntu3.6) ... #14 40.63 Setting up libemail-address-xs-perl (1.04-1build6) ... #14 40.64 Setting up libnet-ssleay-perl:amd64 (1.92-1build2) ... #14 40.66 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... #14 40.84 Setting up automake (1:1.16.5-1.3) ... #14 40.86 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #14 40.86 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #14 40.86 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #14 40.87 Setting up libapt-pkg-perl (0.1.40build2) ... #14 40.88 Setting up libstring-escape-perl (2010.002-2) ... #14 40.92 Setting up libhttp-date-perl (6.05-1) ... #14 40.94 Setting up libfile-which-perl (1.23-1) ... #14 40.95 Setting up libfile-basedir-perl (0.09-1) ... #12 44.69 Installing : dwz-0.15-3.fc39.x86_64 21/164 #12 44.70 Installing : file-5.44-5.fc39.x86_64 22/164 #12 44.71 Installing : jansson-2.13.1-7.fc39.x86_64 23/164 #12 44.73 Installing : binutils-gold-2.40-13.fc39.x86_64 24/164 #12 44.73 Running scriptlet: binutils-gold-2.40-13.fc39.x86_64 24/164 #12 44.84 Installing : binutils-2.40-13.fc39.x86_64 25/164 #12 44.85 Running scriptlet: binutils-2.40-13.fc39.x86_64 25/164 #12 44.88 Installing : unzip-6.0-62.fc39.x86_64 26/164 #12 44.89 Installing : xz-5.4.4-1.fc39.x86_64 27/164 #12 44.91 Installing : zip-3.0-39.fc39.x86_64 28/164 #12 44.92 Installing : enchant2-2.5.0-5.fc39.x86_64 29/164 #12 44.93 Installing : python3-enchant-3.2.2-10.fc39.noarch 30/164 #14 43.94 Get:293 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-someutils-xs-perl arm64 0.58-2 [30.2 kB] #14 44.03 Get:294 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libltdl7 arm64 2.4.6-14 [37.5 kB] #20 DONE 17.5s #21 [build 5/6] RUN < Making bundle: binary (in /tmp/bundles/binary) #22 0.598 ++++++ cat ./cli/winresources/dockerd/winres.json #22 0.598 { #22 0.598 "RT_GROUP_ICON": { #22 0.598 "#1": { #22 0.598 "0409": "../../winresources/docker.ico" #22 0.598 } #22 0.598 }, #22 0.598 "RT_MANIFEST": { #22 0.598 "#1": { #22 0.598 "0409": { #22 0.598 "identity": {}, #22 0.598 "description": "Docker Engine", #22 0.598 "minimum-os": "vista", #22 0.598 "execution-level": "", #22 0.598 "ui-access": false, #22 0.598 "auto-elevate": false, #22 0.598 "dpi-awareness": "unaware", #22 0.598 "disable-theming": false, #22 0.598 "disable-window-filtering": false, #22 0.598 "high-resolution-scrolling-aware": false, #22 0.598 "ultra-high-resolution-scrolling-aware": false, #22 0.598 "long-path-aware": false, #22 0.598 "printer-driver-isolation": false, #22 0.598 "gdi-scaling": false, #22 0.598 "segment-heap": false, #22 0.598 "use-common-controls-v6": false #22 0.598 } #22 0.598 } #22 0.598 }, #22 0.598 "RT_MESSAGETABLE": { #22 0.598 "#1": { #22 0.598 "0409": "../../winresources/event_messages.bin" #22 0.598 } #22 0.598 }, #22 0.598 "RT_VERSION": { #22 0.598 "#1": { #22 0.598 "0409": { #22 0.598 "fixed": { #22 0.598 "file_version": "0.0.0.0", #22 0.598 "product_version": "0.0.0.0", #22 0.598 "type": "Unknown" #22 0.598 }, #22 0.598 "info": { #22 0.598 "0000": { #22 0.598 "CompanyName": "", #22 0.598 "FileVersion": "0.0.0-20240120124445-f18a476", #22 0.598 "LegalCopyright": "Copyright © 2015-2024 Docker Inc.", #22 0.598 "OriginalFileName": "dockerd.exe", #22 0.598 "ProductName": "", #22 0.598 "ProductVersion": "0.0.0-20240120124445-f18a476", #22 0.598 "SpecialBuild": "c87e0ad" #22 0.598 } #22 0.598 } #22 0.598 } #22 0.598 } #22 0.598 } #22 0.598 } #22 0.602 cmd/dockerd/cobra.go #22 0.602 cmd/dockerd/config.go #22 0.602 cmd/dockerd/config_windows.go #22 0.602 cmd/dockerd/daemon.go #22 0.602 cmd/dockerd/daemon_test.go #22 0.602 cmd/dockerd/daemon_windows.go #22 0.602 cmd/dockerd/docker.go #22 0.602 cmd/dockerd/docker_windows.go #22 0.602 cmd/dockerd/error.go #22 0.602 cmd/dockerd/genwinres_windows.go #22 0.606 cmd/dockerd/grpclog.go #22 0.606 cmd/dockerd/metrics.go #22 0.606 cmd/dockerd/options.go #22 0.606 cmd/dockerd/options_test.go #22 0.606 cmd/dockerd/required.go #22 0.606 cmd/dockerd/service_windows.go #22 0.624 Building static /tmp/bundles/binary-daemon/dockerd.exe (windows/amd64)... #22 0.627 + tee /go/src/github.com/docker/docker/go.mod #22 0.628 module github.com/docker/docker #22 0.628 #22 0.628 go 1.20 #22 0.628 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT #22 0.628 + GO111MODULE=on #22 0.628 + go build -mod=vendor -modfile=vendor.mod -o /tmp/bundles/binary-daemon/dockerd.exe -tags ' osusergo static_build ' -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:07.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=Community Engine" -extldflags -static ' -gcflags= github.com/docker/docker/cmd/dockerd #12 45.74 Installing : perl-Text-ParseWords-3.31-500.fc39.noarch 93/164 #12 45.74 Installing : perl-Fcntl-1.15-502.fc39.x86_64 94/164 #12 45.75 Installing : perl-mro-1.28-502.fc39.x86_64 95/164 #12 45.76 Installing : perl-IO-1.52-502.fc39.x86_64 96/164 #12 45.76 Installing : perl-overloading-0.02-502.fc39.noarch 97/164 #12 45.77 Installing : perl-Pod-Usage-4:2.03-500.fc39.noarch 98/164 #12 45.78 Installing : perl-MIME-Base64-3.16-500.fc39.x86_64 99/164 #12 45.79 Installing : perl-Scalar-List-Utils-5:1.63-500.fc39.x86_64 100/164 #12 45.79 Installing : perl-constant-1.33-501.fc39.noarch 101/164 #12 45.80 Installing : perl-parent-1:0.241-500.fc39.noarch 102/164 #12 45.80 Installing : perl-Errno-1.37-502.fc39.x86_64 103/164 #12 45.81 Installing : perl-File-Basename-2.86-502.fc39.noarch 104/164 #12 45.81 Installing : perl-Getopt-Std-1.13-502.fc39.noarch 105/164 #12 45.82 Installing : perl-Storable-1:3.32-500.fc39.x86_64 106/164 #12 45.83 Installing : perl-overload-1.37-502.fc39.noarch 107/164 #12 45.83 Installing : perl-vars-1.05-502.fc39.noarch 108/164 #12 45.84 Installing : perl-Getopt-Long-1:2.54-500.fc39.noarch 109/164 #12 45.84 Installing : perl-Carp-1.54-500.fc39.noarch 110/164 #12 45.85 Installing : perl-Exporter-5.77-500.fc39.noarch 111/164 #12 45.86 Installing : perl-PathTools-3.89-500.fc39.x86_64 112/164 #12 45.86 Installing : perl-NDBM_File-1.16-502.fc39.x86_64 113/164 #12 45.87 Installing : perl-DynaLoader-1.54-502.fc39.x86_64 114/164 #12 45.93 Installing : perl-Encode-4:3.19-500.fc39.x86_64 115/164 #14 43.52 Setting up libreadline8:amd64 (8.2-1.3) ... #14 43.55 Setting up ca-certificates (20230311ubuntu1) ... #14 43.91 Updating certificates in /etc/ssl/certs... #14 50.45 Preparing to unpack .../5-perl_5.36.0-7ubuntu0.23.04.2_armhf.deb ... #14 50.46 Unpacking perl (5.36.0-7ubuntu0.23.04.2) ... #14 50.50 Selecting previously unselected package adduser. #14 50.50 Preparing to unpack .../6-adduser_3.129ubuntu1_all.deb ... #14 50.50 Unpacking adduser (3.129ubuntu1) ... #14 50.54 Setting up adduser (3.129ubuntu1) ... #14 50.60 Selecting previously unselected package openssl. #14 50.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7243 files and directories currently installed.) #14 50.61 Preparing to unpack .../000-openssl_3.0.8-1ubuntu1.4_armhf.deb ... #14 50.61 Unpacking openssl (3.0.8-1ubuntu1.4) ... #14 50.67 Selecting previously unselected package ca-certificates. #14 50.67 Preparing to unpack .../001-ca-certificates_20230311ubuntu0.23.04.1_all.deb ... #14 50.67 Unpacking ca-certificates (20230311ubuntu0.23.04.1) ... #14 50.72 Selecting previously unselected package distro-info-data. #15 0.966 Reading package lists... #15 2.358 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. #16 8.265 (92/95): glibc-2.34-99.el9.aarch64.rpm 55 MB/s | 1.7 MB 00:00 #16 8.280 (93/95): glibc-gconv-extra-2.34-99.el9.aarch64. 66 MB/s | 1.8 MB 00:00 #16 8.282 (94/95): glibc-minimal-langpack-2.34-99.el9.aar 2.3 MB/s | 32 kB 00:00 #16 8.422 (95/95): python3-policycoreutils-3.6-1.el9.noar 2.9 MB/s | 2.1 MB 00:00 #16 8.427 -------------------------------------------------------------------------------- #16 8.427 Total 40 MB/s | 129 MB 00:03 #14 54.17 Unpacking libgpgme11:armhf (1.16.0-1.2ubuntu4.1) ... #14 54.21 Selecting previously unselected package python3-gpg. #14 54.21 Preparing to unpack .../179-python3-gpg_1.16.0-1.2ubuntu4.1_armhf.deb ... #14 54.21 Unpacking python3-gpg (1.16.0-1.2ubuntu4.1) ... #14 54.26 Selecting previously unselected package dput. #14 54.26 Preparing to unpack .../180-dput_1.1.0ubuntu2.1_all.deb ... #14 54.27 Unpacking dput (1.1.0ubuntu2.1) ... #14 54.30 Selecting previously unselected package fonts-dejavu-core. #14 54.30 Preparing to unpack .../181-fonts-dejavu-core_2.37-2build1_all.deb ... #14 54.31 Unpacking fonts-dejavu-core (2.37-2build1) ... #14 54.43 Selecting previously unselected package fontconfig-config. #14 54.43 Preparing to unpack .../182-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ... #14 54.43 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ... #14 54.47 Selecting previously unselected package libcurl3-gnutls:armhf. #14 54.47 Preparing to unpack .../183-libcurl3-gnutls_7.81.0-1ubuntu1.15_armhf.deb ... #14 54.47 Unpacking libcurl3-gnutls:armhf (7.81.0-1ubuntu1.15) ... #14 54.50 Selecting previously unselected package liberror-perl. #14 54.51 Preparing to unpack .../184-liberror-perl_0.17029-1_all.deb ... #14 54.51 Unpacking liberror-perl (0.17029-1) ... #14 54.54 Selecting previously unselected package git-man. #12 47.43 (96/148): elfutils-debuginfod-client-0.190-2.fc 988 kB/s | 37 kB 00:00 #12 47.44 (97/148): emacs-filesystem-28.3-0.rc1.fc38.noar 204 kB/s | 8.1 kB 00:00 #12 47.53 (98/148): gdb-minimal-13.2-7.fc38.x86_64.rpm 44 MB/s | 4.2 MB 00:00 #12 47.53 (99/148): go-srpm-macros-3.3.1-1.fc38.noarch.rp 320 kB/s | 28 kB 00:00 #12 47.57 (100/148): glibc-gconv-extra-2.37-16.fc38.x86_6 12 MB/s | 1.6 MB 00:00 #12 47.58 (101/148): kernel-srpm-macros-1.0-19.fc38.noarc 231 kB/s | 10 kB 00:00 #12 47.58 (102/148): package-notes-srpm-macros-0.5-8.fc38 233 kB/s | 11 kB 00:00 #12 47.58 (103/148): perl-AutoLoader-5.74-498.fc38.noarch 2.2 MB/s | 22 kB 00:00 #12 47.59 (104/148): perl-Class-Struct-0.66-498.fc38.noar 3.1 MB/s | 23 kB 00:00 #12 47.59 (105/148): perl-B-1.83-498.fc38.x86_64.rpm 15 MB/s | 182 kB 00:00 #12 47.59 (106/148): perl-DynaLoader-1.52-498.fc38.x86_64 2.6 MB/s | 27 kB 00:00 #12 47.60 (107/148): perl-Errno-1.36-498.fc38.x86_64.rpm 1.7 MB/s | 15 kB 00:00 #12 47.60 (108/148): perl-Fcntl-1.15-498.fc38.x86_64.rpm 3.9 MB/s | 21 kB 00:00 #12 47.60 (109/148): perl-File-Basename-2.85-498.fc38.noa 2.2 MB/s | 18 kB 00:00 #12 47.60 (110/148): perl-File-stat-1.12-498.fc38.noarch. 2.3 MB/s | 18 kB 00:00 #12 47.61 (111/148): perl-FileHandle-2.03-498.fc38.noarch 2.0 MB/s | 16 kB 00:00 #12 47.61 (112/148): perl-Getopt-Std-1.13-498.fc38.noarch 2.7 MB/s | 16 kB 00:00 #12 47.61 (113/148): perl-HTTP-Tiny-0.086-2.fc38.noarch.r 6.4 MB/s | 55 kB 00:00 #12 47.62 (114/148): perl-IO-1.50-498.fc38.x86_64.rpm 9.7 MB/s | 92 kB 00:00 #12 47.62 (115/148): perl-IPC-Open3-1.22-498.fc38.noarch. 3.7 MB/s | 23 kB 00:00 #12 47.62 (116/148): perl-NDBM_File-1.15-498.fc38.x86_64. 2.6 MB/s | 23 kB 00:00 #12 47.63 (117/148): perl-POSIX-2.03-498.fc38.x86_64.rpm 10 MB/s | 98 kB 00:00 #12 47.63 (118/148): perl-SelectSaver-1.02-498.fc38.noarc 1.6 MB/s | 12 kB 00:00 #12 47.63 (119/148): perl-Symbol-1.09-498.fc38.noarch.rpm 1.4 MB/s | 15 kB 00:00 #12 47.64 (120/148): perl-Text-Tabs+Wrap-2023.0511-1.fc38 1.6 MB/s | 22 kB 00:00 #12 47.65 (121/148): perl-base-2.27-498.fc38.noarch.rpm 1.4 MB/s | 17 kB 00:00 #12 47.65 (122/148): perl-if-0.61.000-498.fc38.noarch.rpm 1.0 MB/s | 15 kB 00:00 #12 47.65 (123/148): perl-interpreter-5.36.3-498.fc38.x86 7.2 MB/s | 73 kB 00:00 #12 47.66 (124/148): perl-locale-1.10-498.fc38.noarch.rpm 2.3 MB/s | 14 kB 00:00 #12 47.66 (125/148): perl-mro-1.26-498.fc38.x86_64.rpm 3.7 MB/s | 29 kB 00:00 #12 47.73 (126/148): perl-libs-5.36.3-498.fc38.x86_64.rpm 29 MB/s | 2.2 MB 00:00 #16 13.38 (91/93): glibc-minimal-langpack-2.34-99.el9.x86 440 kB/s | 32 kB 00:00 #16 13.42 (92/93): glibc-gconv-extra-2.34-99.el9.x86_64.r 7.6 MB/s | 1.7 MB 00:00 #14 48.27 Preparing to unpack .../138-libfakeroot_1.24-1_amd64.deb ... #14 48.28 Unpacking libfakeroot:amd64 (1.24-1) ... #14 48.31 Selecting previously unselected package fakeroot. #14 48.31 Preparing to unpack .../139-fakeroot_1.24-1_amd64.deb ... #14 48.32 Unpacking fakeroot (1.24-1) ... #14 48.36 Selecting previously unselected package libassuan0:amd64. #14 48.36 Preparing to unpack .../140-libassuan0_2.5.3-7ubuntu2_amd64.deb ... #14 48.36 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ... #14 48.40 Selecting previously unselected package gpgconf. #14 48.40 Preparing to unpack .../141-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ... #14 48.41 Unpacking gpgconf (2.2.19-3ubuntu2.2) ... #14 48.45 Selecting previously unselected package libksba8:amd64. #14 48.45 Preparing to unpack .../142-libksba8_1.3.5-2ubuntu0.20.04.2_amd64.deb ... #14 48.46 Unpacking libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ... #14 48.51 Selecting previously unselected package libnpth0:amd64. #13 54.01 Setting up libgcc-12-dev:armhf (12.2.0-14) ... #13 54.03 Setting up shared-mime-info (2.2-1) ... #14 53.96 Preparing to unpack .../259-libgitlab-api-v4-perl_0.25-1_all.deb ... #14 53.96 Unpacking libgitlab-api-v4-perl (0.25-1) ... #14 54.01 Selecting previously unselected package libhash-fieldhash-perl. #14 54.01 Preparing to unpack .../260-libhash-fieldhash-perl_0.15-1build2_armhf.deb ... #14 54.01 Unpacking libhash-fieldhash-perl (0.15-1build2) ... #14 54.04 Selecting previously unselected package libhtml-form-perl. #14 54.05 Preparing to unpack .../261-libhtml-form-perl_6.07-1_all.deb ... #14 54.05 Unpacking libhtml-form-perl (6.07-1) ... #14 54.08 Selecting previously unselected package libhtml-format-perl. #14 54.09 Preparing to unpack .../262-libhtml-format-perl_2.12-1_all.deb ... #14 54.09 Unpacking libhtml-format-perl (2.12-1) ... #14 54.13 Selecting previously unselected package libhttp-daemon-perl. #14 54.13 Preparing to unpack .../263-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ... #14 54.13 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ... #14 54.18 Selecting previously unselected package libidn11:armhf. #14 54.18 Preparing to unpack .../264-libidn11_1.33-2.2ubuntu2_armhf.deb ... #14 54.18 Unpacking libidn11:armhf (1.33-2.2ubuntu2) ... #14 54.22 Selecting previously unselected package libstruct-dumb-perl. #14 54.22 Preparing to unpack .../265-libstruct-dumb-perl_0.09-1_all.deb ... #14 54.23 Unpacking libstruct-dumb-perl (0.09-1) ... #14 54.26 Selecting previously unselected package libio-async-perl. #14 54.26 Preparing to unpack .../266-libio-async-perl_0.75-1_all.deb ... #14 54.26 Unpacking libio-async-perl (0.75-1) ... #14 54.32 Selecting previously unselected package liblinux-epoll-perl. #14 54.32 Preparing to unpack .../267-liblinux-epoll-perl_0.017-1_armhf.deb ... #14 41.60 Get:361 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-certifi all 2020.6.20-1 [150 kB] #14 41.61 Get:362 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-idna all 3.3-1 [49.3 kB] #14 41.61 Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-six all 1.16.0-3ubuntu1 [12.6 kB] #13 49.67 Setting up gcc-8 (8.3.0-6) ... #13 49.68 Setting up gpg-agent (2.2.12-1+deb10u2) ... #13 49.69 Setting up libtool (2.4.6-9) ... #13 49.70 Setting up openssh-client (1:7.9p1-10+deb10u4) ... #13 49.78 Setting up gpgsm (2.2.12-1+deb10u2) ... #13 49.79 Setting up libgsasl7 (1.8.0-8+deb10u1) ... #13 49.80 Setting up libxext6:amd64 (2:1.3.3-1+b2) ... #13 49.81 Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u8) ... #13 49.82 Setting up python3 (3.7.3-1) ... #14 46.61 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1build1) ... #14 46.65 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #14 46.72 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #14 42.70 Get:363 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtext-xslate-perl arm64 3.5.9-1build2 [185 kB] #14 42.94 Get:364 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB] #14 42.95 Get:365 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtime-moment-perl arm64 0.44-2build1 [71.8 kB] #14 42.98 Get:366 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtype-tiny-xs-perl arm64 0.025-1 [25.7 kB] #14 42.99 Get:367 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libunicode-utf8-perl arm64 0.62-2 [17.7 kB] #14 42.99 Get:368 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libwww-mechanize-perl all 2.16-1 [94.5 kB] #14 43.02 Get:369 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxml-namespacesupport-perl all 1.12-2 [13.5 kB] #14 43.03 Get:370 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxml-sax-base-perl all 1.09-3 [18.9 kB] #14 43.03 Get:371 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB] #14 43.04 Get:372 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1build1 [305 kB] #14 42.03 Setting up gcc (4:11.2.0-1ubuntu1) ... #14 42.06 Setting up dpkg-dev (1.21.1ubuntu2.2) ... #14 42.09 Setting up intltool-debian (0.35.0+20060710.5) ... #14 42.10 Setting up liberror-perl (0.17029-1) ... #14 42.12 Setting up dh-autoreconf (20) ... #14 42.14 Setting up patchutils (0.4.2-1build2) ... #14 42.16 Setting up libmail-sendmail-perl (0.80-1.1) ... #14 42.17 Setting up libltdl-dev:amd64 (2.4.6-15build2) ... #14 42.19 Setting up libjson-maybexs-perl (1.004003-1) ... #14 42.20 Setting up libxml-sax-base-perl (1.09-1.1) ... #14 42.22 Setting up libio-string-perl (1.08-3.1) ... #14 42.23 Setting up libreadonly-perl (2.050-3) ... #14 53.04 Preparing to unpack .../130-libfile-which-perl_1.27-2_all.deb ... #14 53.04 Unpacking libfile-which-perl (1.27-2) ... #14 53.07 Selecting previously unselected package libfile-homedir-perl. #14 53.07 Preparing to unpack .../131-libfile-homedir-perl_1.006-2_all.deb ... #14 53.07 Unpacking libfile-homedir-perl (1.006-2) ... #14 53.11 Selecting previously unselected package libfile-touch-perl. #14 53.11 Preparing to unpack .../132-libfile-touch-perl_0.12-2_all.deb ... #14 53.12 Unpacking libfile-touch-perl (0.12-2) ... #14 53.16 Selecting previously unselected package libio-pty-perl. #14 53.16 Preparing to unpack .../133-libio-pty-perl_1%3a1.17-1_armhf.deb ... #14 53.16 Unpacking libio-pty-perl (1:1.17-1) ... #14 53.20 Selecting previously unselected package libipc-run-perl. #14 53.20 Preparing to unpack .../134-libipc-run-perl_20220807.0-1_all.deb ... #14 53.20 Unpacking libipc-run-perl (20220807.0-1) ... #14 53.25 Selecting previously unselected package libclass-method-modifiers-perl. #14 53.25 Preparing to unpack .../135-libclass-method-modifiers-perl_2.15-1_all.deb ... #14 53.25 Unpacking libclass-method-modifiers-perl (2.15-1) ... #14 53.28 Selecting previously unselected package libclass-xsaccessor-perl. #13 48.72 Preparing to unpack .../210-liblist-moreutils-xs-perl_0.430-2_armhf.deb ... #13 48.72 Unpacking liblist-moreutils-xs-perl (0.430-2) ... #13 48.78 Selecting previously unselected package liblist-moreutils-perl. #13 48.79 Preparing to unpack .../211-liblist-moreutils-perl_0.430-2_all.deb ... #13 48.80 Unpacking liblist-moreutils-perl (0.430-2) ... #13 48.85 Selecting previously unselected package libdata-dpath-perl. #13 48.85 Preparing to unpack .../212-libdata-dpath-perl_0.58-1_all.deb ... #13 48.86 Unpacking libdata-dpath-perl (0.58-1) ... #13 48.91 Selecting previously unselected package libdata-dump-perl. #13 48.91 Preparing to unpack .../213-libdata-dump-perl_1.23-1.1_all.deb ... #13 48.92 Unpacking libdata-dump-perl (1.23-1.1) ... #15 9.216 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB] #15 9.347 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+rpi1+deb11u1 [88.2 kB] #15 9.359 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libsystemd-dev armhf 247.3-7+rpi1+deb11u2 [402 kB] #15 9.362 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB] #15 9.472 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf pkg-config armhf 0.29.2-1 [61.5 kB] #13 44.90 Running scriptlet: shared-mime-info-2.2-4.fc39.aarch64 52/164 #13 44.93 Installing : gdk-pixbuf2-2.42.10-5.fc39.aarch64 53/164 #13 44.94 Installing : libappstream-glib-0.8.2-4.fc39.aarch64 54/164 #13 44.95 Installing : xxhash-libs-0.8.2-1.fc39.aarch64 55/164 #13 45.02 Installing : gdb-minimal-14.1-2.fc39.aarch64 56/164 #13 45.03 Installing : debugedit-5.0-12.fc39.aarch64 57/164 #13 45.05 Installing : zstd-1.5.5-4.fc39.aarch64 58/164 #13 45.05 Running scriptlet: groff-base-1.23.0-3.fc39.aarch64 59/164 #13 45.11 Installing : groff-base-1.23.0-3.fc39.aarch64 59/164 #13 45.13 Running scriptlet: groff-base-1.23.0-3.fc39.aarch64 59/164 #13 45.14 Installing : perl-Digest-1.20-500.fc39.noarch 60/164 #13 45.15 Installing : perl-Digest-MD5-2.58-500.fc39.aarch64 61/164 #13 45.16 Installing : perl-B-1.88-502.fc39.aarch64 62/164 #13 45.17 Installing : perl-FileHandle-2.05-502.fc39.noarch 63/164 #13 45.18 Installing : perl-Data-Dumper-2.188-501.fc39.aarch64 64/164 #13 45.19 Installing : perl-libnet-3.15-501.fc39.noarch 65/164 #13 45.19 Installing : perl-AutoLoader-5.74-502.fc39.noarch 66/164 #13 45.20 Installing : perl-base-2.27-502.fc39.noarch 67/164 #13 45.21 Installing : perl-URI-5.21-1.fc39.noarch 68/164 #13 45.22 Installing : perl-Text-Tabs+Wrap-2023.0511-3.fc39.noarch 69/164 #13 45.22 Installing : perl-Time-Local-2:1.350-3.fc39.noarch 70/164 #13 45.23 Installing : perl-Mozilla-CA-20230801-1.fc39.noarch 71/164 #14 44.34 Get:387 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 python3-cryptography arm64 38.0.4-4ubuntu0.23.10.1 [648 kB] #14 45.12 Get:303 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnumber-range-perl all 0.12-1 [8556 B] #14 45.20 Get:304 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpackage-stash-xs-perl arm64 0.29-1build1 [18.0 kB] #14 45.29 Get:305 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB] #14 45.42 Get:306 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libperl4-corelibs-perl all 0.004-2 [37.4 kB] #12 46.05 Installing : perl-libs-4:5.38.2-502.fc39.x86_64 116/164 #12 46.06 Installing : perl-interpreter-4:5.38.2-502.fc39.x86_64 117/164 #12 46.07 Installing : devscripts-checkbashisms-2.23.5-3.fc39.noarch 118/164 #12 46.08 Installing : rust-srpm-macros-25.2-2.fc39.noarch 119/164 #12 46.09 Installing : qt6-srpm-macros-6.6.0-1.fc39.noarch 120/164 #12 46.09 Installing : qt5-srpm-macros-5.15.11-1.fc39.noarch 121/164 #12 46.10 Installing : python3-tomli-w-1.0.0-9.fc39.noarch 122/164 #12 46.11 Installing : python3-pyxdg-0.27-9.fc39.noarch 123/164 #12 46.13 Installing : python3-packaging-23.1-4.fc39.noarch 124/164 #12 46.13 Installing : python3-file-magic-5.44-5.fc39.noarch 125/164 #12 46.14 Installing : python3-distro-1.8.0-6.fc39.noarch 126/164 #12 46.15 Installing : pkgconf-m4-1.9.5-2.fc39.noarch 127/164 #12 46.15 Installing : pkgconf-pkg-config-1.9.5-2.fc39.x86_64 128/164 #12 46.16 Installing : perl-srpm-macros-1-51.fc39.noarch 129/164 #12 46.16 Installing : package-notes-srpm-macros-0.5-9.fc39.noarch 130/164 #12 46.17 Installing : openblas-srpm-macros-2-14.fc39.noarch 131/164 #12 46.18 Installing : ocaml-srpm-macros-8-2.fc39.noarch 132/164 #12 46.18 Installing : kernel-srpm-macros-1.0-20.fc39.noarch 133/164 #12 46.19 Installing : gnat-srpm-macros-6-3.fc39.noarch 134/164 #12 46.19 Installing : ghc-srpm-macros-1.6.1-2.fc39.noarch 135/164 #12 46.20 Installing : fpc-srpm-macros-1.3-8.fc39.noarch 136/164 #12 46.20 Installing : fonts-filesystem-1:2.0.5-12.fc39.noarch 137/164 #12 46.21 Installing : web-assets-filesystem-5-20.fc39.noarch 138/164 #12 46.21 Installing : js-jquery-3.6.4-2.fc39.noarch 139/164 #12 46.22 Installing : python-systemd-doc-235-5.fc39.x86_64 140/164 #12 46.23 Installing : python3-systemd-235-5.fc39.x86_64 141/164 #15 6.672 Get:3 http://archive.raspbian.org/raspbian buster/main armhf g++-8 armhf 8.3.0-6+rpi1 [7464 kB] #14 50.72 Preparing to unpack .../002-distro-info-data_0.57ubuntu0.3_all.deb ... #14 50.73 Unpacking distro-info-data (0.57ubuntu0.3) ... #14 50.75 Selecting previously unselected package iso-codes. #14 50.76 Preparing to unpack .../003-iso-codes_4.12.0-1_all.deb ... #14 50.76 Unpacking iso-codes (4.12.0-1) ... #14 50.93 Selecting previously unselected package krb5-locales. #14 50.93 Preparing to unpack .../004-krb5-locales_1.20.1-1ubuntu0.1_all.deb ... #14 50.94 Unpacking krb5-locales (1.20.1-1ubuntu0.1) ... #14 50.97 Selecting previously unselected package less. #14 50.97 Preparing to unpack .../005-less_590-1.2_armhf.deb ... #14 50.98 Unpacking less (590-1.2) ... #15 2.700 dpkg-buildpackage: info: source package docker-ce-build-deps #15 2.700 dpkg-buildpackage: info: source version 1.0 #15 2.700 dpkg-buildpackage: info: source distribution unstable #15 2.700 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #15 2.750 dpkg-source --before-build . #15 2.750 dpkg-buildpackage: info: host architecture armhf #15 2.870 debian/rules clean #14 54.54 Preparing to unpack .../185-git-man_1%3a2.34.1-1ubuntu1.10_all.deb ... #14 54.54 Unpacking git-man (1:2.34.1-1ubuntu1.10) ... #14 54.58 Selecting previously unselected package git. #14 54.58 Preparing to unpack .../186-git_1%3a2.34.1-1ubuntu1.10_armhf.deb ... #14 54.59 Unpacking git (1:2.34.1-1ubuntu1.10) ... #12 47.73 (127/148): perl-overload-1.35-498.fc38.noarch.r 651 kB/s | 46 kB 00:00 #12 47.73 (128/148): perl-overloading-0.02-498.fc38.noarc 201 kB/s | 13 kB 00:00 #12 47.73 (129/148): pyproject-srpm-macros-1.11.0-1.fc38. 2.9 MB/s | 15 kB 00:00 #12 47.74 (130/148): perl-vars-1.05-498.fc38.noarch.rpm 1.7 MB/s | 14 kB 00:00 #12 47.78 (131/148): python3-dnf-plugins-core-4.4.4-1.fc3 7.2 MB/s | 322 kB 00:00 #12 47.81 (132/148): python3-zstandard-0.21.0-1.fc38.x86_ 6.3 MB/s | 487 kB 00:00 #12 47.81 (133/148): qt5-srpm-macros-5.15.11-1.fc38.noarc 111 kB/s | 8.3 kB 00:00 #12 47.82 (134/148): qt6-srpm-macros-6.6.0-1.fc38.noarch. 2.0 MB/s | 8.6 kB 00:00 #12 47.82 (135/148): redhat-rpm-config-255-1.fc38.noarch. 10 MB/s | 81 kB 00:00 #12 47.82 (136/148): rpm-build-4.18.2-1.fc38.x86_64.rpm 7.0 MB/s | 76 kB 00:00 #12 47.83 (137/148): rpmautospec-rpm-macros-0.3.8-1.fc38. 1.0 MB/s | 9.0 kB 00:00 #12 47.83 (138/148): rpmlint-fedora-license-data-1.38-1.f 5.1 MB/s | 31 kB 00:00 #12 47.86 (139/148): rpmlint-2.4.0-6.fc38.noarch.rpm 8.2 MB/s | 330 kB 00:00 #12 47.87 (140/148): rust-srpm-macros-25.2-2.fc38.noarch. 326 kB/s | 13 kB 00:00 #12 47.87 (141/148): xxhash-libs-0.8.2-1.fc38.x86_64.rpm 967 kB/s | 37 kB 00:00 #12 47.90 (142/148): zstd-1.5.5-1.fc38.x86_64.rpm 14 MB/s | 482 kB 00:00 #12 47.94 (143/148): zip-3.0-37.fc38.x86_64.rpm 3.8 MB/s | 265 kB 00:00 #16 13.65 (93/93): llvm-libs-17.0.6-4.el9.x86_64.rpm 10 MB/s | 25 MB 00:02 #16 13.65 -------------------------------------------------------------------------------- #16 13.65 Total 17 MB/s | 136 MB 00:07 #16 88.58 Installing : gcc-4.8.5-44.el7.aarch64 40/60 #16 88.89 Installing : libsepol-devel-2.5-10.el7.aarch64 41/60 #16 88.94 Installing : perl-Test-Harness-3.28-3.el7.noarch 42/60 #14 48.51 Preparing to unpack .../143-libnpth0_1.6-1_amd64.deb ... #14 48.51 Unpacking libnpth0:amd64 (1.6-1) ... #14 48.55 Selecting previously unselected package dirmngr. #14 48.55 Preparing to unpack .../144-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ... #14 48.56 Unpacking dirmngr (2.2.19-3ubuntu2.2) ... #14 48.62 Selecting previously unselected package gnupg-l10n. #14 48.62 Preparing to unpack .../145-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ... #14 48.62 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ... #14 48.66 Selecting previously unselected package gnupg-utils. #14 48.66 Preparing to unpack .../146-gnupg-utils_2.2.19-3ubuntu2.2_amd64.deb ... #14 48.67 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ... #14 48.74 Selecting previously unselected package gpg. #14 54.33 Unpacking liblinux-epoll-perl (0.017-1) ... #14 54.36 Selecting previously unselected package libio-async-loop-epoll-perl. #14 54.36 Preparing to unpack .../268-libio-async-loop-epoll-perl_0.20-1_all.deb ... #14 54.37 Unpacking libio-async-loop-epoll-perl (0.20-1) ... #14 54.40 Selecting previously unselected package libtypes-serialiser-perl. #14 54.40 Preparing to unpack .../269-libtypes-serialiser-perl_1.0-1_all.deb ... #14 54.41 Unpacking libtypes-serialiser-perl (1.0-1) ... #14 54.44 Selecting previously unselected package libjson-xs-perl. #14 54.45 Preparing to unpack .../270-libjson-xs-perl_4.020-1build1_armhf.deb ... #14 54.45 Unpacking libjson-xs-perl (4.020-1build1) ... #14 54.49 Selecting previously unselected package libjson-maybexs-perl. #14 54.50 Preparing to unpack .../271-libjson-maybexs-perl_1.004000-1_all.deb ... #14 54.50 Unpacking libjson-maybexs-perl (1.004000-1) ... #14 54.54 Selecting previously unselected package liblist-compare-perl. #14 54.54 Preparing to unpack .../272-liblist-compare-perl_0.53-1_all.deb ... #14 54.54 Unpacking liblist-compare-perl (0.53-1) ... #14 42.01 Get:364 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] #13 50.08 Setting up python3-xdg (0.25-5) ... #13 50.21 Setting up man-db (2.8.5-2) ... #14 46.79 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 46.90 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 42.25 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ... #14 42.27 Setting up python3-chardet (4.0.0-1) ... #14 42.54 Setting up libstring-copyright-perl (0.003012-1) ... #13 49.00 Selecting previously unselected package libdata-messagepack-perl. #13 49.00 Preparing to unpack .../214-libdata-messagepack-perl_1.00-4+b1_armhf.deb ... #13 49.01 Unpacking libdata-messagepack-perl (1.00-4+b1) ... #13 49.06 Selecting previously unselected package libnet-domain-tld-perl. #13 49.06 Preparing to unpack .../215-libnet-domain-tld-perl_1.75-1.1_all.deb ... #13 49.07 Unpacking libnet-domain-tld-perl (1.75-1.1) ... #15 9.748 debconf: delaying package configuration, since apt-utils is not installed #14 53.28 Preparing to unpack .../136-libclass-xsaccessor-perl_1.19-4build1_armhf.deb ... #14 53.29 Unpacking libclass-xsaccessor-perl (1.19-4build1) ... #14 53.32 Selecting previously unselected package libb-hooks-op-check-perl:armhf. #14 53.32 Preparing to unpack .../137-libb-hooks-op-check-perl_0.22-2build1_armhf.deb ... #14 53.33 Unpacking libb-hooks-op-check-perl:armhf (0.22-2build1) ... #14 53.36 Selecting previously unselected package libdynaloader-functions-perl. #14 53.36 Preparing to unpack .../138-libdynaloader-functions-perl_0.003-3_all.deb ... #14 53.36 Unpacking libdynaloader-functions-perl (0.003-3) ... #14 53.40 Selecting previously unselected package libdevel-callchecker-perl:armhf. #14 53.40 Preparing to unpack .../139-libdevel-callchecker-perl_0.008-2_armhf.deb ... #14 53.41 Unpacking libdevel-callchecker-perl:armhf (0.008-2) ... #14 53.44 Selecting previously unselected package libparams-classify-perl:armhf. #14 53.44 Preparing to unpack .../140-libparams-classify-perl_0.015-2build2_armhf.deb ... #14 53.44 Unpacking libparams-classify-perl:armhf (0.015-2build2) ... #14 53.47 Selecting previously unselected package libmodule-runtime-perl. #14 53.48 Preparing to unpack .../141-libmodule-runtime-perl_0.016-2_all.deb ... #14 53.52 Unpacking libmodule-runtime-perl (0.016-2) ... #14 53.54 Selecting previously unselected package libimport-into-perl. #14 53.55 Preparing to unpack .../142-libimport-into-perl_1.002005-2_all.deb ... #14 53.55 Unpacking libimport-into-perl (1.002005-2) ... #14 53.59 Selecting previously unselected package librole-tiny-perl. #14 53.60 Preparing to unpack .../143-librole-tiny-perl_2.002004-1_all.deb ... #14 53.60 Unpacking librole-tiny-perl (2.002004-1) ... #14 53.63 Selecting previously unselected package libsub-quote-perl. #14 44.52 Get:388 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-idna all 3.3-2 [45.4 kB] #13 45.24 Installing : perl-if-0.61.000-502.fc39.noarch 72/164 #13 45.24 Installing : perl-locale-1.10-502.fc39.noarch 73/164 #13 45.25 Installing : perl-IO-Socket-IP-0.42-1.fc39.noarch 74/164 #13 45.25 Installing : perl-File-Path-2.18-500.fc39.noarch 75/164 #13 45.26 Installing : perl-IO-Socket-SSL-2.083-3.fc39.noarch 76/164 #13 45.28 Installing : perl-Net-SSLeay-1.92-10.fc39.aarch64 77/164 #13 45.29 Installing : perl-Pod-Escapes-1:1.07-500.fc39.noarch 78/164 #13 45.29 Installing : perl-Term-ANSIColor-5.01-501.fc39.noarch 79/164 #13 45.30 Installing : perl-Class-Struct-0.68-502.fc39.noarch 80/164 #13 45.31 Installing : perl-POSIX-2.13-502.fc39.aarch64 81/164 #13 45.31 Installing : perl-IPC-Open3-1.22-502.fc39.noarch 82/164 #13 45.32 Installing : perl-File-Temp-1:0.231.100-500.fc39.noarch 83/164 #13 45.33 Installing : perl-HTTP-Tiny-0.088-3.fc39.noarch 84/164 #13 45.34 Installing : perl-Pod-Simple-1:3.45-4.fc39.noarch 85/164 #13 45.34 Installing : perl-Term-Cap-1.18-500.fc39.noarch 86/164 #13 45.35 Installing : perl-Socket-4:2.037-3.fc39.aarch64 87/164 #13 45.36 Installing : perl-SelectSaver-1.02-502.fc39.noarch 88/164 #13 45.36 Installing : perl-Symbol-1.09-502.fc39.noarch 89/164 #13 45.37 Installing : perl-File-stat-1.13-502.fc39.noarch 90/164 #13 45.38 Installing : perl-Pod-Perldoc-3.28.01-501.fc39.noarch 91/164 #13 45.39 Installing : perl-podlators-1:5.01-500.fc39.noarch 92/164 #13 45.39 Installing : perl-Text-ParseWords-3.31-500.fc39.noarch 93/164 #13 45.40 Installing : perl-Fcntl-1.15-502.fc39.aarch64 94/164 #13 45.41 Installing : perl-mro-1.28-502.fc39.aarch64 95/164 #13 45.42 Installing : perl-IO-1.52-502.fc39.aarch64 96/164 #13 45.42 Installing : perl-overloading-0.02-502.fc39.noarch 97/164 #13 45.43 Installing : perl-Pod-Usage-4:2.03-500.fc39.noarch 98/164 #14 45.52 Get:307 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libperlio-gzip-perl arm64 0.19-1build5 [14.1 kB] #14 45.61 Get:308 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpod-constants-perl all 0.19-1 [16.0 kB] #14 45.69 Get:309 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libre2-5 arm64 20200101+dfsg-1build1 [142 kB] #12 46.25 Installing : python3-dnf-plugins-core-4.4.4-1.fc39.noarch 142/164 #12 46.26 Installing : emacs-filesystem-1:29.1-2.fc39.noarch 143/164 #12 46.27 Installing : desktop-file-utils-0.26-9.fc39.x86_64 144/164 #12 46.28 Installing : ansible-srpm-macros-1-11.fc39.noarch 145/164 #12 46.28 Installing : fonts-srpm-macros-1:2.0.5-12.fc39.noarch 146/164 #12 46.29 Installing : python-srpm-macros-3.12-4.fc39.noarch 147/164 #12 46.30 Installing : go-srpm-macros-3.3.1-1.fc39.noarch 148/164 #12 46.30 Installing : pyproject-srpm-macros-1.11.0-1.fc39.noarch 149/164 #12 46.31 Installing : redhat-rpm-config-262-1.fc39.noarch 150/164 #12 46.32 Installing : rpm-build-4.19.1-1.fc39.x86_64 151/164 #12 46.33 Installing : rpmlint-fedora-license-data-1.38-1.fc39.noarch 152/164 #12 46.36 Installing : rpmlint-2.5.0-3.fc39.noarch 153/164 #12 46.37 Installing : dnf-plugins-core-4.4.4-1.fc39.noarch 154/164 #12 46.37 Cleanup : python3-rpm-4.19.0-1.fc39.x86_64 155/164 #12 46.38 Cleanup : rpm-build-libs-4.19.0-1.fc39.x86_64 156/164 #12 46.39 Cleanup : elfutils-libs-0.190-1.fc39.x86_64 157/164 #12 46.40 Cleanup : elfutils-libelf-0.190-1.fc39.x86_64 158/164 #12 46.40 Cleanup : rpm-sign-libs-4.19.0-1.fc39.x86_64 159/164 #12 46.41 Cleanup : rpm-4.19.0-1.fc39.x86_64 160/164 #12 46.42 Cleanup : rpm-libs-4.19.0-1.fc39.x86_64 161/164 #12 46.43 Cleanup : glibc-2.38-11.fc39.x86_64 162/164 #12 46.44 Cleanup : glibc-minimal-langpack-2.38-11.fc39.x86_64 163/164 #12 46.45 Cleanup : glibc-common-2.38-11.fc39.x86_64 164/164 #12 46.45 Running scriptlet: rpm-4.19.1-1.fc39.x86_64 164/164 #14 51.01 Selecting previously unselected package libbsd0:armhf. #14 51.01 Preparing to unpack .../006-libbsd0_0.11.7-4_armhf.deb ... #14 51.02 Unpacking libbsd0:armhf (0.11.7-4) ... #14 51.05 Selecting previously unselected package libelf1:armhf. #14 51.05 Preparing to unpack .../007-libelf1_0.188-2.1_armhf.deb ... #14 51.05 Unpacking libelf1:armhf (0.188-2.1) ... #14 51.09 Selecting previously unselected package libicu72:armhf. #14 51.09 Preparing to unpack .../008-libicu72_72.1-3ubuntu2_armhf.deb ... #14 51.09 Unpacking libicu72:armhf (72.1-3ubuntu2) ... #15 2.872 dh clean #15 2.968 dh_clean #15 3.013 debian/rules binary #15 3.015 dh binary #15 3.096 dh_update_autotools_config #15 3.133 dh_autoreconf #14 54.74 Selecting previously unselected package libalgorithm-diff-perl. #14 54.74 Preparing to unpack .../187-libalgorithm-diff-perl_1.201-1_all.deb ... #14 54.74 Unpacking libalgorithm-diff-perl (1.201-1) ... #14 54.77 Selecting previously unselected package libalgorithm-diff-xs-perl. #14 54.78 Preparing to unpack .../188-libalgorithm-diff-xs-perl_0.04-6build3_armhf.deb ... #14 54.78 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ... #14 54.81 Selecting previously unselected package libalgorithm-merge-perl. #14 54.81 Preparing to unpack .../189-libalgorithm-merge-perl_0.08-3_all.deb ... #14 54.82 Unpacking libalgorithm-merge-perl (0.08-3) ... #14 54.88 Selecting previously unselected package libaliased-perl. #14 54.89 Preparing to unpack .../190-libaliased-perl_0.34-1.1_all.deb ... #14 54.89 Unpacking libaliased-perl (0.34-1.1) ... #14 54.92 Selecting previously unselected package libapt-pkg-perl. #14 54.92 Preparing to unpack .../191-libapt-pkg-perl_0.1.40build2_armhf.deb ... #14 54.92 Unpacking libapt-pkg-perl (0.1.40build2) ... #14 54.95 Selecting previously unselected package libarchive-cpio-perl. #14 54.96 Preparing to unpack .../192-libarchive-cpio-perl_0.10-1.1_all.deb ... #14 54.96 Unpacking libarchive-cpio-perl (0.10-1.1) ... #14 55.03 Selecting previously unselected package libarray-intspan-perl. #14 44.33 137 added, 0 removed; done. #14 44.40 Setting up libgprofng0:amd64 (2.41-5ubuntu1) ... #14 44.44 Setting up libfreetype6:amd64 (2.13.1+dfsg-1) ... #12 47.94 (144/148): elfutils-libelf-0.190-2.fc38.x86_64. 2.8 MB/s | 194 kB 00:00 #12 47.97 (145/148): elfutils-libs-0.190-2.fc38.x86_64.rp 3.6 MB/s | 259 kB 00:00 #12 48.02 (146/148): glibc-common-2.37-16.fc38.x86_64.rpm 3.9 MB/s | 319 kB 00:00 #12 48.07 (147/148): glibc-2.37-16.fc38.x86_64.rpm 17 MB/s | 2.1 MB 00:00 #12 48.07 (148/148): glibc-minimal-langpack-2.37-16.fc38. 437 kB/s | 40 kB 00:00 #12 48.07 -------------------------------------------------------------------------------- #12 48.07 Total 11 MB/s | 33 MB 00:02 #16 89.04 Installing : automake-1.13.4-3.el7.noarch 43/60 #16 89.32 install-info: No such file or directory for /usr/share/info/automake.info.gz #16 89.34 Installing : python-IPy-0.75-6.el7.noarch 44/60 #14 48.74 Preparing to unpack .../147-gpg_2.2.19-3ubuntu2.2_amd64.deb ... #14 48.74 Unpacking gpg (2.2.19-3ubuntu2.2) ... #14 48.82 Selecting previously unselected package pinentry-curses. #14 48.82 Preparing to unpack .../148-pinentry-curses_1.1.0-3build1_amd64.deb ... #14 48.82 Unpacking pinentry-curses (1.1.0-3build1) ... #14 48.94 Selecting previously unselected package gpg-agent. #14 48.95 Preparing to unpack .../149-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ... #14 48.95 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ... #14 49.00 Selecting previously unselected package gpg-wks-client. #14 49.00 Preparing to unpack .../150-gpg-wks-client_2.2.19-3ubuntu2.2_amd64.deb ... #14 49.00 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ... #14 49.04 Selecting previously unselected package gpg-wks-server. #14 49.04 Preparing to unpack .../151-gpg-wks-server_2.2.19-3ubuntu2.2_amd64.deb ... #14 49.04 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ... #14 49.08 Selecting previously unselected package gpgsm. #14 54.58 Selecting previously unselected package liblist-moreutils-perl. #14 54.58 Preparing to unpack .../273-liblist-moreutils-perl_0.416-1build5_armhf.deb ... #14 54.59 Unpacking liblist-moreutils-perl (0.416-1build5) ... #14 54.63 Selecting previously unselected package liblist-someutils-perl. #14 54.63 Preparing to unpack .../274-liblist-someutils-perl_0.58-1_all.deb ... #14 54.64 Unpacking liblist-someutils-perl (0.58-1) ... #14 54.67 Selecting previously unselected package liblist-someutils-xs-perl. #14 54.67 Preparing to unpack .../275-liblist-someutils-xs-perl_0.58-2_armhf.deb ... #14 54.68 Unpacking liblist-someutils-xs-perl (0.58-2) ... #14 54.73 Selecting previously unselected package libltdl7:armhf. #14 54.73 Preparing to unpack .../276-libltdl7_2.4.6-14_armhf.deb ... #14 54.77 Unpacking libltdl7:armhf (2.4.6-14) ... #14 42.30 Get:365 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] #13 50.30 Building database of manual pages ... #14 46.92 Setting up dh-strip-nondeterminism (1.13.1-1) ... #14 46.93 Setting up libconst-fast-perl (0.014-2) ... #14 46.94 Setting up libhttp-daemon-perl (6.14-2) ... #14 46.96 Setting up python3-unidiff (0.7.3-1) ... #14 47.08 Setting up libdata-dpath-perl (0.58-2) ... #14 47.09 Setting up python3-magic (2:0.4.26-3) ... #14 47.21 Setting up python3-cffi-backend:amd64 (1.15.1-5build1) ... #14 42.56 Setting up python3-debian (0.1.43ubuntu1.1) ... #14 42.73 Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... #13 49.17 Selecting previously unselected package libdata-validate-domain-perl. #13 49.17 Preparing to unpack .../216-libdata-validate-domain-perl_0.10-1.1_all.deb ... #13 49.18 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #13 49.24 Selecting previously unselected package libdevel-size-perl. #13 49.24 Preparing to unpack .../217-libdevel-size-perl_0.83-1+b2_armhf.deb ... #13 49.25 Unpacking libdevel-size-perl (0.83-1+b2) ... #13 49.31 Selecting previously unselected package libdistro-info-perl. #13 49.31 Preparing to unpack .../218-libdistro-info-perl_1.0_all.deb ... #13 49.32 Unpacking libdistro-info-perl (1.0) ... #13 49.39 Selecting previously unselected package libemail-address-xs-perl. #13 49.39 Preparing to unpack .../219-libemail-address-xs-perl_1.04-1+b3_armhf.deb ... #13 49.39 Unpacking libemail-address-xs-perl (1.04-1+b3) ... #13 49.45 Selecting previously unselected package libfcgi0ldbl:armhf. #15 9.788 Fetched 17.1 MB in 2s (7109 kB/s) #15 9.808 Selecting previously unselected package libstdc++-10-dev:armhf. #15 9.808 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 17547 files and directories currently installed.) #15 9.817 Preparing to unpack .../00-libstdc++-10-dev_10.2.1-6+rpi1_armhf.deb ... #15 9.821 Unpacking libstdc++-10-dev:armhf (10.2.1-6+rpi1) ... #14 53.63 Preparing to unpack .../144-libsub-quote-perl_2.006008-1ubuntu1_all.deb ... #14 53.64 Unpacking libsub-quote-perl (2.006008-1ubuntu1) ... #14 53.67 Selecting previously unselected package libmoo-perl. #14 53.67 Preparing to unpack .../145-libmoo-perl_2.005005-1_all.deb ... #14 53.68 Unpacking libmoo-perl (2.005005-1) ... #14 53.71 Selecting previously unselected package libencode-locale-perl. #14 53.72 Preparing to unpack .../146-libencode-locale-perl_1.05-3_all.deb ... #14 53.72 Unpacking libencode-locale-perl (1.05-3) ... #13 47.60 Setting up libgdbm-compat4:arm64 (1.19-2) ... #14 44.53 Get:389 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-nacl arm64 1.5.0-4 [55.5 kB] #14 44.54 Get:390 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-bcrypt arm64 3.2.2-1 [28.8 kB] #14 44.54 Get:391 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-six all 1.16.0-4 [12.4 kB] #14 44.55 Get:392 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-paramiko all 2.12.0-2ubuntu1 [134 kB] #14 44.56 Get:393 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 python3-urllib3 all 1.26.16-1ubuntu0.1 [102 kB] #14 44.57 Get:394 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-requests all 2.31.0+dfsg-1ubuntu1 [50.7 kB] #14 44.58 Get:395 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-unidiff all 0.7.3-1 [11.0 kB] #14 44.58 Get:396 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 equivs all 2.3.1 [19.0 kB] #13 45.44 Installing : perl-MIME-Base64-3.16-500.fc39.aarch64 99/164 #13 45.45 Installing : perl-Scalar-List-Utils-5:1.63-500.fc39.aarch64 100/164 #13 45.46 Installing : perl-constant-1.33-501.fc39.noarch 101/164 #13 45.47 Installing : perl-parent-1:0.241-500.fc39.noarch 102/164 #13 45.47 Installing : perl-Errno-1.37-502.fc39.aarch64 103/164 #13 45.48 Installing : perl-File-Basename-2.86-502.fc39.noarch 104/164 #13 45.49 Installing : perl-Getopt-Std-1.13-502.fc39.noarch 105/164 #13 45.49 Installing : perl-Storable-1:3.32-500.fc39.aarch64 106/164 #13 45.50 Installing : perl-overload-1.37-502.fc39.noarch 107/164 #13 45.51 Installing : perl-vars-1.05-502.fc39.noarch 108/164 #13 45.51 Installing : perl-Getopt-Long-1:2.54-500.fc39.noarch 109/164 #13 45.52 Installing : perl-Carp-1.54-500.fc39.noarch 110/164 #13 45.53 Installing : perl-Exporter-5.77-500.fc39.noarch 111/164 #13 45.54 Installing : perl-PathTools-3.89-500.fc39.aarch64 112/164 #13 45.54 Installing : perl-NDBM_File-1.16-502.fc39.aarch64 113/164 #13 45.55 Installing : perl-DynaLoader-1.54-502.fc39.aarch64 114/164 #13 45.60 Installing : perl-Encode-4:3.19-500.fc39.aarch64 115/164 #14 43.49 Get:373 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxml-parser-perl arm64 2.46-4 [204 kB] #17 11.10 Running scriptlet: selinux-policy-minimum-3.14.3-134.el8.noarch 24/57 #17 12.68 Installing : selinux-policy-minimum-3.14.3-134.el8.noarch 24/57 #14 51.35 Selecting previously unselected package libxml2:armhf. #14 51.36 Preparing to unpack .../009-libxml2_2.9.14+dfsg-1.1ubuntu0.1_armhf.deb ... #14 51.36 Unpacking libxml2:armhf (2.9.14+dfsg-1.1ubuntu0.1) ... #14 51.40 Selecting previously unselected package libyaml-0-2:armhf. #14 51.40 Preparing to unpack .../010-libyaml-0-2_0.2.5-1_armhf.deb ... #14 51.41 Unpacking libyaml-0-2:armhf (0.2.5-1) ... #14 51.44 Selecting previously unselected package lsb-release. #14 51.44 Preparing to unpack .../011-lsb-release_12.0-1ubuntu1_all.deb ... #14 51.44 Unpacking lsb-release (12.0-1ubuntu1) ... #14 51.47 Selecting previously unselected package netbase. #14 51.48 Preparing to unpack .../012-netbase_6.4_all.deb ... #14 51.48 Unpacking netbase (6.4) ... #14 51.51 Selecting previously unselected package python-apt-common. #14 51.51 Preparing to unpack .../013-python-apt-common_2.5.3ubuntu1_all.deb ... #14 51.51 Unpacking python-apt-common (2.5.3ubuntu1) ... #14 51.54 Selecting previously unselected package python3-apt. #14 51.54 Preparing to unpack .../014-python3-apt_2.5.3ubuntu1_armhf.deb ... #14 51.55 Unpacking python3-apt (2.5.3ubuntu1) ... #14 51.58 Selecting previously unselected package python3-pkg-resources. #15 3.183 create-stamp debian/debhelper-build-stamp #15 3.183 dh_prep #15 3.218 dh_auto_install --destdir=debian/docker-ce-build-deps/ #15 3.279 dh_install #15 3.320 dh_installdocs #15 3.365 dh_installchangelogs #15 6.993 Get:4 http://archive.raspberrypi.org/debian buster/main armhf cmake armhf 3.16.3-3~bpo10+1 [2500 kB] #15 7.247 Get:5 http://archive.raspbian.org/raspbian buster/main armhf g++ armhf 4:8.3.0-1+rpi2 [1632 B] #14 55.03 Preparing to unpack .../193-libarray-intspan-perl_2.004-1_all.deb ... #14 55.03 Unpacking libarray-intspan-perl (2.004-1) ... #14 55.07 Selecting previously unselected package libmodule-implementation-perl. #14 55.07 Preparing to unpack .../194-libmodule-implementation-perl_0.09-1.1_all.deb ... #14 55.07 Unpacking libmodule-implementation-perl (0.09-1.1) ... #14 55.10 Selecting previously unselected package libsub-exporter-progressive-perl. #14 55.10 Preparing to unpack .../195-libsub-exporter-progressive-perl_0.001013-1_all.deb ... #14 55.10 Unpacking libsub-exporter-progressive-perl (0.001013-1) ... #14 55.13 Selecting previously unselected package libvariable-magic-perl. #14 55.13 Preparing to unpack .../196-libvariable-magic-perl_0.62-1build5_armhf.deb ... #14 55.14 Unpacking libvariable-magic-perl (0.62-1build5) ... #14 55.17 Selecting previously unselected package libb-hooks-endofscope-perl. #14 55.17 Preparing to unpack .../197-libb-hooks-endofscope-perl_0.25-1_all.deb ... #14 55.18 Unpacking libb-hooks-endofscope-perl (0.25-1) ... #14 55.22 Selecting previously unselected package libfreetype6:armhf. #14 55.22 Preparing to unpack .../198-libfreetype6_2.11.1+dfsg-1ubuntu0.2_armhf.deb ... #14 55.22 Unpacking libfreetype6:armhf (2.11.1+dfsg-1ubuntu0.2) ... #14 55.26 Selecting previously unselected package libfontconfig1:armhf. #16 89.42 Installing : policycoreutils-python-2.5-34.el7.aarch64 45/60 #14 49.08 Preparing to unpack .../152-gpgsm_2.2.19-3ubuntu2.2_amd64.deb ... #14 49.08 Unpacking gpgsm (2.2.19-3ubuntu2.2) ... #14 49.13 Selecting previously unselected package gnupg. #14 49.13 Preparing to unpack .../153-gnupg_2.2.19-3ubuntu2.2_all.deb ... #14 49.13 Unpacking gnupg (2.2.19-3ubuntu2.2) ... #14 49.17 Selecting previously unselected package libfile-which-perl. #14 49.17 Preparing to unpack .../154-libfile-which-perl_1.23-1_all.deb ... #14 49.17 Unpacking libfile-which-perl (1.23-1) ... #14 49.20 Selecting previously unselected package libfile-homedir-perl. #14 49.20 Preparing to unpack .../155-libfile-homedir-perl_1.004-1_all.deb ... #14 49.20 Unpacking libfile-homedir-perl (1.004-1) ... #14 49.23 Selecting previously unselected package libio-pty-perl. #14 49.24 Preparing to unpack .../156-libio-pty-perl_1%3a1.12-1_amd64.deb ... #14 49.24 Unpacking libio-pty-perl (1:1.12-1) ... #14 49.27 Selecting previously unselected package libipc-run-perl. #14 49.27 Preparing to unpack .../157-libipc-run-perl_20180523.0-2_all.deb ... #14 49.27 Unpacking libipc-run-perl (20180523.0-2) ... #14 49.30 Selecting previously unselected package libclass-method-modifiers-perl. #14 54.81 Selecting previously unselected package libltdl-dev:armhf. #14 54.81 Preparing to unpack .../277-libltdl-dev_2.4.6-14_armhf.deb ... #14 54.82 Unpacking libltdl-dev:armhf (2.4.6-14) ... #14 54.87 Selecting previously unselected package libsys-hostname-long-perl. #14 54.87 Preparing to unpack .../278-libsys-hostname-long-perl_1.5-1_all.deb ... #14 54.87 Unpacking libsys-hostname-long-perl (1.5-1) ... #14 54.91 Selecting previously unselected package libmail-sendmail-perl. #14 54.91 Preparing to unpack .../279-libmail-sendmail-perl_0.80-1_all.deb ... #14 54.92 Unpacking libmail-sendmail-perl (0.80-1) ... #14 54.95 Selecting previously unselected package libmoox-aliases-perl. #14 54.95 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1_all.deb ... #14 54.96 Unpacking libmoox-aliases-perl (0.001006-1) ... #14 54.99 Selecting previously unselected package libobject-id-perl. #14 55.00 Preparing to unpack .../281-libobject-id-perl_0.1.2-2ubuntu1_all.deb ... #14 55.00 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ... #14 55.03 Selecting previously unselected package libmoox-struct-perl. #14 42.33 Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-unidiff all 0.5.5-2 [9180 B] #14 42.34 Get:367 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-xdg all 0.27-2 [36.9 kB] #14 42.36 Get:368 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 equivs all 2.3.1 [19.0 kB] #14 42.38 Get:369 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB] #14 42.41 Get:370 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-magic all 2:0.4.24-2 [12.6 kB] #14 44.45 Setting up libgssapi-krb5-2:amd64 (1.20.1-3ubuntu1) ... #14 44.46 Setting up libgdbm-compat4:amd64 (1.23-3) ... #14 44.47 Setting up libssh-4:amd64 (0.10.5-3ubuntu1.2) ... #14 44.51 Setting up dwz (0.15-1) ... #14 44.54 Setting up libgcc-13-dev:amd64 (13.2.0-4ubuntu3) ... #14 44.57 Setting up groff-base (1.23.0-2) ... #14 44.59 Setting up libtiff6:amd64 (4.5.1+git230720-1ubuntu1) ... #14 44.61 Setting up cpp (4:13.2.0-1ubuntu1) ... #14 44.65 Setting up gpgconf (2.2.40-1.1ubuntu1) ... #14 44.71 Setting up debugedit (1:5.0-5) ... #14 44.73 Setting up libcurl4:amd64 (8.2.1-1ubuntu3.2) ... #14 44.74 Setting up libx11-6:amd64 (2:1.8.6-1ubuntu1) ... #14 44.76 Setting up curl (8.2.1-1ubuntu3.2) ... #14 47.22 Setting up g++-12 (12.3.0-1ubuntu1~23.04) ... #14 47.23 Setting up python3-pkg-resources (66.1.1-1ubuntu0.1) ... #14 47.48 Setting up libmodule-implementation-perl (0.09-2) ... #14 42.87 Setting up libdata-optlist-perl (0.112-1) ... #14 42.89 Setting up libipc-run-perl (20200505.0-1) ... #14 42.90 Setting up git (1:2.34.1-1ubuntu1.10) ... #14 42.92 Setting up libtext-xslate-perl:amd64 (3.5.9-1build1) ... #14 42.94 Setting up libcontextual-return-perl (0.004014-2) ... #14 42.96 Setting up libwww-robotrules-perl (6.02-1) ... #14 42.97 Setting up libtypes-serialiser-perl (1.01-1) ... #14 42.98 Setting up g++ (4:11.2.0-1ubuntu1) ... #14 43.02 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 43.02 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist #14 43.03 Setting up libhtml-parser-perl:amd64 (3.76-1build2) ... #14 43.05 Setting up libgit-wrapper-perl (0.048-1) ... #14 43.06 Setting up liblog-any-adapter-screen-perl (0.140-2) ... #14 43.08 Setting up librole-tiny-perl (2.002004-1) ... #14 43.09 Setting up gnupg (2.2.27-3ubuntu2.1) ... #13 49.45 Preparing to unpack .../220-libfcgi0ldbl_2.4.2-2_armhf.deb ... #13 49.48 Unpacking libfcgi0ldbl:armhf (2.4.2-2) ... #13 49.55 Selecting previously unselected package libfcgi-bin. #13 49.55 Preparing to unpack .../221-libfcgi-bin_2.4.2-2_armhf.deb ... #13 49.56 Unpacking libfcgi-bin (2.4.2-2) ... #13 49.60 Selecting previously unselected package libfcgi-perl:armhf. #13 49.61 Preparing to unpack .../222-libfcgi-perl_0.79+ds-2_armhf.deb ... #13 49.61 Unpacking libfcgi-perl:armhf (0.79+ds-2) ... #13 49.68 Selecting previously unselected package libipc-system-simple-perl. #15 10.06 Selecting previously unselected package g++-10. #15 10.06 Preparing to unpack .../01-g++-10_10.2.1-6+rpi1_armhf.deb ... #15 10.06 Unpacking g++-10 (10.2.1-6+rpi1) ... #13 47.61 Setting up ucf (3.0043) ... #13 47.76 Setting up libperl5.32:arm64 (5.32.1-4+deb11u2) ... #13 47.77 Setting up gcc-10 (10.2.1-6) ... #13 47.78 Setting up dwz (0.13+20210201-1) ... #13 47.79 Setting up groff-base (1.22.4-6) ... #13 47.81 Setting up cpp (4:10.2.1-1) ... #13 47.83 Setting up pixz (1.0.7-1) ... #13 47.84 Setting up gpgconf (2.2.27-2+deb11u2) ... #13 47.85 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u11) ... #13 47.86 Setting up libc6-dev:arm64 (2.31-13+deb11u7) ... #13 47.87 Setting up libx11-6:arm64 (2:1.7.2-1+deb11u2) ... #14 53.79 Selecting previously unselected package libtimedate-perl. #14 53.79 Preparing to unpack .../147-libtimedate-perl_2.3300-2_all.deb ... #14 53.79 Unpacking libtimedate-perl (2.3300-2) ... #14 53.83 Selecting previously unselected package libhttp-date-perl. #14 53.83 Preparing to unpack .../148-libhttp-date-perl_6.05-2_all.deb ... #14 53.83 Unpacking libhttp-date-perl (6.05-2) ... #14 53.87 Selecting previously unselected package libfile-listing-perl. #14 53.87 Preparing to unpack .../149-libfile-listing-perl_6.15-1_all.deb ... #14 53.87 Unpacking libfile-listing-perl (6.15-1) ... #14 53.91 Selecting previously unselected package libhtml-tagset-perl. #14 53.91 Preparing to unpack .../150-libhtml-tagset-perl_3.20-6_all.deb ... #14 53.91 Unpacking libhtml-tagset-perl (3.20-6) ... #14 53.95 Selecting previously unselected package liburi-perl. #14 53.95 Preparing to unpack .../151-liburi-perl_5.19-2_all.deb ... #14 53.95 Unpacking liburi-perl (5.19-2) ... #14 53.99 Selecting previously unselected package libhtml-parser-perl:armhf. #14 54.00 Preparing to unpack .../152-libhtml-parser-perl_3.81-1_armhf.deb ... #14 54.00 Unpacking libhtml-parser-perl:armhf (3.81-1) ... #14 54.03 Selecting previously unselected package libhtml-tree-perl. #14 54.03 Preparing to unpack .../153-libhtml-tree-perl_5.07-3_all.deb ... #14 54.04 Unpacking libhtml-tree-perl (5.07-3) ... #14 54.07 Selecting previously unselected package libclone-perl:armhf. #14 54.07 Preparing to unpack .../154-libclone-perl_0.46-1_armhf.deb ... #14 54.08 Unpacking libclone-perl:armhf (0.46-1) ... #14 54.11 Selecting previously unselected package libio-html-perl. #14 54.12 Preparing to unpack .../155-libio-html-perl_1.004-3_all.deb ... #14 54.13 Unpacking libio-html-perl (1.004-3) ... #14 54.16 Selecting previously unselected package liblwp-mediatypes-perl. #14 44.98 Get:397 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libauthen-sasl-perl all 2.1600-3 [42.2 kB] #14 45.17 Get:398 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-magic all 2:0.4.27-1 [13.3 kB] #13 53.03 Setting up bsdmainutils (11.1.2+b1) ... #13 45.72 Installing : perl-libs-4:5.38.2-502.fc39.aarch64 116/164 #13 45.74 Installing : perl-interpreter-4:5.38.2-502.fc39.aarch64 117/164 #13 45.74 Installing : devscripts-checkbashisms-2.23.5-3.fc39.noarch 118/164 #13 45.75 Installing : rust-srpm-macros-25.2-2.fc39.noarch 119/164 #13 45.75 Installing : qt6-srpm-macros-6.6.0-1.fc39.noarch 120/164 #13 45.76 Installing : qt5-srpm-macros-5.15.11-1.fc39.noarch 121/164 #13 45.76 Installing : python3-tomli-w-1.0.0-9.fc39.noarch 122/164 #13 45.78 Installing : python3-pyxdg-0.27-9.fc39.noarch 123/164 #13 45.79 Installing : python3-packaging-23.1-4.fc39.noarch 124/164 #13 45.80 Installing : python3-file-magic-5.44-5.fc39.noarch 125/164 #13 45.80 Installing : python3-distro-1.8.0-6.fc39.noarch 126/164 #13 45.81 Installing : pkgconf-m4-1.9.5-2.fc39.noarch 127/164 #13 45.82 Installing : pkgconf-pkg-config-1.9.5-2.fc39.aarch64 128/164 #13 45.82 Installing : perl-srpm-macros-1-51.fc39.noarch 129/164 #13 45.83 Installing : package-notes-srpm-macros-0.5-9.fc39.noarch 130/164 #13 45.83 Installing : openblas-srpm-macros-2-14.fc39.noarch 131/164 #13 45.84 Installing : ocaml-srpm-macros-8-2.fc39.noarch 132/164 #13 45.84 Installing : kernel-srpm-macros-1.0-20.fc39.noarch 133/164 #13 45.85 Installing : gnat-srpm-macros-6-3.fc39.noarch 134/164 #13 45.85 Installing : ghc-srpm-macros-1.6.1-2.fc39.noarch 135/164 #13 45.86 Installing : fpc-srpm-macros-1.3-8.fc39.noarch 136/164 #13 45.86 Installing : fonts-filesystem-1:2.0.5-12.fc39.noarch 137/164 #13 45.86 Installing : web-assets-filesystem-5-20.fc39.noarch 138/164 #13 45.87 Installing : js-jquery-3.6.4-2.fc39.noarch 139/164 #13 45.88 Installing : python-systemd-doc-235-5.fc39.aarch64 140/164 #13 45.89 Installing : python3-systemd-235-5.fc39.aarch64 141/164 #13 45.91 Installing : python3-dnf-plugins-core-4.4.4-1.fc39.noarch 142/164 #13 45.92 Installing : emacs-filesystem-1:29.1-2.fc39.noarch 143/164 #13 45.93 Installing : desktop-file-utils-0.26-9.fc39.aarch64 144/164 #13 45.93 Installing : ansible-srpm-macros-1-11.fc39.noarch 145/164 #13 45.94 Installing : fonts-srpm-macros-1:2.0.5-12.fc39.noarch 146/164 #13 45.94 Installing : python-srpm-macros-3.12-4.fc39.noarch 147/164 #13 45.95 Installing : go-srpm-macros-3.3.1-1.fc39.noarch 148/164 #13 45.95 Installing : pyproject-srpm-macros-1.11.0-1.fc39.noarch 149/164 #13 45.96 Installing : redhat-rpm-config-262-1.fc39.noarch 150/164 #13 45.98 Installing : rpm-build-4.19.1-1.fc39.aarch64 151/164 #13 45.99 Installing : rpmlint-fedora-license-data-1.38-1.fc39.noarch 152/164 #13 46.01 Installing : rpmlint-2.5.0-3.fc39.noarch 153/164 #13 46.02 Installing : dnf-plugins-core-4.4.4-1.fc39.noarch 154/164 #13 46.03 Cleanup : python3-rpm-4.19.0-1.fc39.aarch64 155/164 #14 43.87 Get:374 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxml-sax-expat-perl all 0.51-2 [8644 B] #14 45.97 Get:310 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libre-engine-re2-perl arm64 0.13-5 [15.6 kB] #14 46.12 Get:311 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadonly-perl all 2.050-2 [19.9 kB] #14 46.22 Get:312 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libref-util-perl all 0.204-1 [15.0 kB] #14 51.58 Preparing to unpack .../015-python3-pkg-resources_66.1.1-1ubuntu0.1_all.deb ... #14 51.59 Unpacking python3-pkg-resources (66.1.1-1ubuntu0.1) ... #14 51.65 Selecting previously unselected package ucf. #14 51.65 Preparing to unpack .../016-ucf_3.0043+nmu1_all.deb ... #14 51.65 Moving old data out of the way #14 51.65 Unpacking ucf (3.0043+nmu1) ... #14 51.69 Selecting previously unselected package bsdextrautils. #14 51.69 Preparing to unpack .../017-bsdextrautils_2.38.1-4ubuntu1_armhf.deb ... #14 51.69 Unpacking bsdextrautils (2.38.1-4ubuntu1) ... #14 51.72 Selecting previously unselected package libmagic-mgc. #14 51.72 Preparing to unpack .../018-libmagic-mgc_1%3a5.44-3_armhf.deb ... #14 51.73 Unpacking libmagic-mgc (1:5.44-3) ... #14 51.80 Selecting previously unselected package libmagic1:armhf. #15 3.466 dh_perl #15 3.509 dh_link #15 3.552 dh_strip_nondeterminism #15 3.633 dh_compress #15 3.682 dh_fixperms #15 7.248 Get:6 http://archive.raspbian.org/raspbian buster/main armhf build-essential armhf 12.6 [7568 B] #15 7.248 Get:7 http://archive.raspbian.org/raspbian buster/main armhf bash-completion all 1:2.8-6 [208 kB] #15 7.251 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libarchive13 armhf 3.3.3-4+deb10u3 [272 kB] #15 7.255 Get:9 http://archive.raspbian.org/raspbian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [66.2 kB] #15 7.256 Get:10 http://archive.raspbian.org/raspbian buster/main armhf librhash0 armhf 1.3.8-1 [132 kB] #15 7.271 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [96.9 kB] #15 7.273 Get:12 http://archive.raspbian.org/raspbian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB] #15 7.274 Get:13 http://archive.raspbian.org/raspbian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB] #15 7.360 Get:14 http://archive.raspbian.org/raspbian buster/main armhf libltdl-dev armhf 2.4.6-9 [159 kB] #15 7.491 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.5 kB] #14 55.26 Preparing to unpack .../199-libfontconfig1_2.13.1-4.2ubuntu5_armhf.deb ... #14 55.27 Unpacking libfontconfig1:armhf (2.13.1-4.2ubuntu5) ... #14 55.30 Selecting previously unselected package libjpeg-turbo8:armhf. #14 55.30 Preparing to unpack .../200-libjpeg-turbo8_2.1.2-0ubuntu1_armhf.deb ... #14 55.31 Unpacking libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ... #14 55.34 Selecting previously unselected package libjpeg8:armhf. #14 55.34 Preparing to unpack .../201-libjpeg8_8c-2ubuntu10_armhf.deb ... #14 55.34 Unpacking libjpeg8:armhf (8c-2ubuntu10) ... #14 55.38 Selecting previously unselected package libdeflate0:armhf. #14 55.38 Preparing to unpack .../202-libdeflate0_1.10-2_armhf.deb ... #14 55.38 Unpacking libdeflate0:armhf (1.10-2) ... #14 55.42 Selecting previously unselected package libjbig0:armhf. #14 55.42 Preparing to unpack .../203-libjbig0_2.1-3.1ubuntu0.22.04.1_armhf.deb ... #14 55.42 Unpacking libjbig0:armhf (2.1-3.1ubuntu0.22.04.1) ... #14 55.46 Selecting previously unselected package libwebp7:armhf. #14 55.46 Preparing to unpack .../204-libwebp7_1.2.2-2ubuntu0.22.04.2_armhf.deb ... #14 55.46 Unpacking libwebp7:armhf (1.2.2-2ubuntu0.22.04.2) ... #14 55.50 Selecting previously unselected package libtiff5:armhf. #14 49.31 Preparing to unpack .../158-libclass-method-modifiers-perl_2.13-1_all.deb ... #14 49.31 Unpacking libclass-method-modifiers-perl (2.13-1) ... #14 49.34 Selecting previously unselected package libb-hooks-op-check-perl. #14 49.34 Preparing to unpack .../159-libb-hooks-op-check-perl_0.22-1build2_amd64.deb ... #14 49.34 Unpacking libb-hooks-op-check-perl (0.22-1build2) ... #14 49.37 Selecting previously unselected package libdynaloader-functions-perl. #14 49.37 Preparing to unpack .../160-libdynaloader-functions-perl_0.003-1_all.deb ... #14 49.38 Unpacking libdynaloader-functions-perl (0.003-1) ... #14 49.40 Selecting previously unselected package libdevel-callchecker-perl. #14 49.41 Preparing to unpack .../161-libdevel-callchecker-perl_0.008-1ubuntu1_amd64.deb ... #14 49.41 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ... #14 49.44 Selecting previously unselected package libparams-classify-perl. #14 49.44 Preparing to unpack .../162-libparams-classify-perl_0.015-1build2_amd64.deb ... #14 49.44 Unpacking libparams-classify-perl (0.015-1build2) ... #14 49.47 Selecting previously unselected package libmodule-runtime-perl. #14 49.48 Preparing to unpack .../163-libmodule-runtime-perl_0.016-1_all.deb ... #14 49.48 Unpacking libmodule-runtime-perl (0.016-1) ... #14 49.50 Selecting previously unselected package libimport-into-perl. #14 49.51 Preparing to unpack .../164-libimport-into-perl_1.002005-1_all.deb ... #14 55.03 Preparing to unpack .../282-libmoox-struct-perl_0.017-1_all.deb ... #14 55.04 Unpacking libmoox-struct-perl (0.017-1) ... #14 55.07 Selecting previously unselected package libnet-dns-sec-perl. #14 55.07 Preparing to unpack .../283-libnet-dns-sec-perl_1.15-1_armhf.deb ... #14 55.07 Unpacking libnet-dns-sec-perl (1.15-1) ... #14 55.12 Selecting previously unselected package libnet-libidn-perl. #14 55.12 Preparing to unpack .../284-libnet-libidn-perl_0.12.ds-3build2_armhf.deb ... #14 55.12 Unpacking libnet-libidn-perl (0.12.ds-3build2) ... #14 55.15 Selecting previously unselected package libnumber-range-perl. #14 55.15 Preparing to unpack .../285-libnumber-range-perl_0.12-1_all.deb ... #14 55.16 Unpacking libnumber-range-perl (0.12-1) ... #14 55.19 Selecting previously unselected package libpackage-stash-xs-perl. #14 55.19 Preparing to unpack .../286-libpackage-stash-xs-perl_0.29-1build1_armhf.deb ... #14 55.20 Unpacking libpackage-stash-xs-perl (0.29-1build1) ... #14 55.23 Selecting previously unselected package libpath-iterator-rule-perl. #14 55.23 Preparing to unpack .../287-libpath-iterator-rule-perl_1.014-1_all.deb ... #14 55.23 Unpacking libpath-iterator-rule-perl (1.014-1) ... #14 55.27 Selecting previously unselected package libperl4-corelibs-perl. #14 42.59 debconf: delaying package configuration, since apt-utils is not installed #14 42.63 Fetched 129 MB in 36s (3576 kB/s) #14 42.65 Selecting previously unselected package liblocale-gettext-perl. #14 42.65 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4385 files and directories currently installed.) #14 42.66 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_arm64.deb ... #14 42.66 Unpacking liblocale-gettext-perl (1.07-4build3) ... #14 42.70 Selecting previously unselected package libpython3.10-minimal:arm64. #13 51.72 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u1) ... #13 51.73 Setting up libgdbm-compat4:amd64 (1.23-3) ... #13 51.74 Setting up ucf (3.0043+nmu1) ... #13 51.84 Setting up libx265-199:amd64 (3.5-2+b1) ... #13 51.85 Setting up dwz (0.15-1) ... #13 51.86 Setting up groff-base (1.22.4-10) ... #13 51.88 Setting up cpp (4:12.2.0-3) ... #13 51.89 Setting up pixz (1.0.7-2) ... #13 51.90 Setting up gpgconf (2.2.40-1.1) ... #13 51.92 Setting up libcurl4:amd64 (7.88.1-10+deb12u5) ... #13 51.93 Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... #13 51.95 Setting up curl (7.88.1-10+deb12u5) ... #14 44.91 Setting up libfontconfig1:amd64 (2.14.2-4ubuntu1) ... #14 44.94 Setting up libperl5.36:amd64 (5.36.0-9ubuntu1.1) ... #14 44.97 Setting up libxmuu1:amd64 (2:1.1.3-3) ... #14 44.98 Setting up gpg (2.2.40-1.1ubuntu1) ... #14 44.99 Setting up gnupg-utils (2.2.40-1.1ubuntu1) ... #14 45.02 Setting up binutils-x86-64-linux-gnu (2.41-5ubuntu1) ... #14 47.49 Setting up libcgi-fast-perl (1:2.15-1) ... #14 47.50 Setting up python3-apt (2.5.3ubuntu1) ... #14 47.66 Setting up libpackage-stash-perl (0.40-1) ... #14 43.10 Setting up build-essential (12.9ubuntu3) ... #14 43.12 Setting up libfont-ttf-perl (1.06-1.1) ... #14 43.13 Setting up libfile-homedir-perl (1.006-1) ... #14 43.15 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ... #14 43.16 Setting up libio-socket-ssl-perl (2.074-2) ... #14 43.17 Setting up libsub-exporter-perl (0.988-1) ... #14 43.18 Setting up libalgorithm-merge-perl (0.08-3) ... #14 43.20 Setting up libhttp-message-perl (6.36-1) ... #14 43.21 Setting up libdata-validate-ip-perl (0.30-1) ... #14 43.22 Setting up libhtml-form-perl (6.07-1) ... #14 43.24 Setting up libiterator-perl (0.03+ds1-1.1) ... #14 43.25 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ... #14 43.26 Setting up libjson-xs-perl (4.030-1build3) ... #14 43.28 Setting up libhttp-negotiate-perl (6.01-1) ... #14 43.29 Setting up libio-prompter-perl (0.004015-1) ... #14 43.31 Setting up libiterator-util-perl (0.02+ds1-1.1) ... #13 49.68 Preparing to unpack .../223-libipc-system-simple-perl_1.30-1_all.deb ... #13 49.71 Unpacking libipc-system-simple-perl (1.30-1) ... #13 49.77 Selecting previously unselected package libfile-basedir-perl. #13 49.77 Preparing to unpack .../224-libfile-basedir-perl_0.08-1_all.deb ... #13 49.78 Unpacking libfile-basedir-perl (0.08-1) ... #13 49.83 Selecting previously unselected package libfile-chdir-perl. #13 49.83 Preparing to unpack .../225-libfile-chdir-perl_0.1008-1.1_all.deb ... #13 49.84 Unpacking libfile-chdir-perl (0.1008-1.1) ... #13 49.91 Selecting previously unselected package libfile-fcntllock-perl. #13 49.91 Preparing to unpack .../226-libfile-fcntllock-perl_0.22-3+b7_armhf.deb ... #13 49.92 Unpacking libfile-fcntllock-perl (0.22-3+b7) ... #13 49.97 Selecting previously unselected package libnumber-compare-perl. #13 47.88 Setting up curl (7.74.0-1.3+deb11u11) ... #13 47.89 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ... #13 47.90 Setting up gpg (2.2.27-2+deb11u2) ... #13 47.91 Setting up libpython3.9-stdlib:arm64 (3.9.2-1) ... #13 47.93 Setting up libpython3-stdlib:arm64 (3.9.2-3) ... #13 47.94 Setting up gnupg-utils (2.2.27-2+deb11u2) ... #13 47.95 Setting up libstdc++-10-dev:arm64 (10.2.1-6) ... #13 47.96 Setting up gpg-agent (2.2.27-2+deb11u2) ... #14 54.16 Preparing to unpack .../156-liblwp-mediatypes-perl_6.04-2_all.deb ... #14 54.17 Unpacking liblwp-mediatypes-perl (6.04-2) ... #14 54.20 Selecting previously unselected package libhttp-message-perl. #14 54.20 Preparing to unpack .../157-libhttp-message-perl_6.44-2ubuntu1_all.deb ... #14 54.21 Unpacking libhttp-message-perl (6.44-2ubuntu1) ... #14 54.24 Selecting previously unselected package libhttp-cookies-perl. #14 54.25 Preparing to unpack .../158-libhttp-cookies-perl_6.10-1_all.deb ... #14 54.25 Unpacking libhttp-cookies-perl (6.10-1) ... #14 54.28 Selecting previously unselected package libhttp-negotiate-perl. #14 54.28 Preparing to unpack .../159-libhttp-negotiate-perl_6.01-2_all.deb ... #14 54.29 Unpacking libhttp-negotiate-perl (6.01-2) ... #14 54.32 Selecting previously unselected package perl-openssl-defaults:armhf. #14 54.32 Preparing to unpack .../160-perl-openssl-defaults_7_armhf.deb ... #14 54.33 Unpacking perl-openssl-defaults:armhf (7) ... #14 54.36 Selecting previously unselected package libnet-ssleay-perl:armhf. #14 54.36 Preparing to unpack .../161-libnet-ssleay-perl_1.92-2build2_armhf.deb ... #14 54.37 Unpacking libnet-ssleay-perl:armhf (1.92-2build2) ... #14 54.42 Selecting previously unselected package libio-socket-ssl-perl. #14 45.36 debconf: delaying package configuration, since apt-utils is not installed #13 53.06 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode #13 53.06 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode #13 53.07 Setting up libgssapi-krb5-2:armhf (1.17-3+deb10u6) ... #13 53.09 Setting up libcroco3:armhf (0.6.12-3) ... #13 53.10 Setting up libgdbm-compat4:armhf (1.18.1-4) ... #13 53.11 Setting up ucf (3.0038+nmu1) ... #13 53.23 Setting up libgcc-8-dev:armhf (8.3.0-6) ... #13 53.24 Setting up libperl5.28:armhf (5.28.1-6+deb10u1) ... #13 53.26 Setting up groff-base (1.22.4-3+deb10u1) ... #13 53.27 Setting up cpp (4:8.3.0-1) ... #13 53.29 Setting up gpgconf (2.2.12-1+deb10u2) ... #13 46.04 Cleanup : rpm-build-libs-4.19.0-1.fc39.aarch64 156/164 #13 46.04 Cleanup : elfutils-libs-0.190-1.fc39.aarch64 157/164 #13 46.05 Cleanup : rpm-sign-libs-4.19.0-1.fc39.aarch64 158/164 #13 46.06 Cleanup : rpm-4.19.0-1.fc39.aarch64 159/164 #13 46.06 Cleanup : rpm-libs-4.19.0-1.fc39.aarch64 160/164 #13 46.07 Cleanup : elfutils-libelf-0.190-1.fc39.aarch64 161/164 #13 46.08 Cleanup : glibc-2.38-11.fc39.aarch64 162/164 #13 46.09 Cleanup : glibc-minimal-langpack-2.38-11.fc39.aarch64 163/164 #13 46.09 Cleanup : glibc-common-2.38-11.fc39.aarch64 164/164 #13 46.10 Running scriptlet: rpm-4.19.1-1.fc39.aarch64 164/164 #14 43.87 Get:375 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libyaml-libyaml-perl arm64 0.86+ds-1 [29.5 kB] #14 43.87 Get:376 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 licensecheck all 3.3.5-1ubuntu1 [36.0 kB] #14 43.88 Get:377 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdevel-size-perl arm64 0.83-2build1 [19.4 kB] #14 43.89 Get:378 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libipc-run3-perl all 0.048-3 [30.3 kB] #14 43.90 Get:379 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 lzip arm64 1.23-5 [80.1 kB] #14 43.92 Get:380 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 lzop arm64 1.04-2build2 [84.0 kB] #14 43.96 Get:381 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 t1utils arm64 1.41-4build2 [61.5 kB] #14 43.97 Get:382 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 unzip arm64 6.0-27ubuntu1 [170 kB] #14 44.01 Get:383 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 lintian all 2.116.3ubuntu1.1 [1153 kB] #14 46.33 Get:313 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libref-util-xs-perl arm64 0.117-1build2 [11.6 kB] #15 3.734 dh_missing #15 3.766 dh_installdeb #15 3.808 dh_gencontrol #15 3.947 dh_md5sums #14 51.80 Preparing to unpack .../019-libmagic1_1%3a5.44-3_armhf.deb ... #14 51.80 Unpacking libmagic1:armhf (1:5.44-3) ... #14 51.84 Selecting previously unselected package file. #14 51.84 Preparing to unpack .../020-file_1%3a5.44-3_armhf.deb ... #14 51.85 Unpacking file (1:5.44-3) ... #14 51.88 Selecting previously unselected package gettext-base. #14 51.88 Preparing to unpack .../021-gettext-base_0.21-11_armhf.deb ... #14 51.88 Unpacking gettext-base (0.21-11) ... #14 51.91 Selecting previously unselected package libuchardet0:armhf. #14 51.92 Preparing to unpack .../022-libuchardet0_0.0.7-1build2_armhf.deb ... #14 51.92 Unpacking libuchardet0:armhf (0.0.7-1build2) ... #14 51.95 Selecting previously unselected package groff-base. #14 51.95 Preparing to unpack .../023-groff-base_1.22.4-10_armhf.deb ... #14 51.96 Unpacking groff-base (1.22.4-10) ... #14 52.03 Selecting previously unselected package libcbor0.8:armhf. #15 7.499 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libsystemd-dev armhf 241-7~deb10u9+rpi1 [323 kB] #15 7.504 Get:17 http://archive.raspbian.org/raspbian buster/main armhf pkg-config armhf 0.29-6 [59.8 kB] #15 7.776 debconf: delaying package configuration, since apt-utils is not installed #14 55.50 Preparing to unpack .../205-libtiff5_4.3.0-6ubuntu0.7_armhf.deb ... #14 55.51 Unpacking libtiff5:armhf (4.3.0-6ubuntu0.7) ... #14 55.54 Selecting previously unselected package libxpm4:armhf. #14 55.54 Preparing to unpack .../206-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_armhf.deb ... #14 55.55 Unpacking libxpm4:armhf (1:3.5.12-1ubuntu0.22.04.2) ... #14 55.58 Selecting previously unselected package libgd3:armhf. #14 55.58 Preparing to unpack .../207-libgd3_2.3.0-2ubuntu2_armhf.deb ... #14 55.59 Unpacking libgd3:armhf (2.3.0-2ubuntu2) ... #14 55.62 Selecting previously unselected package libc-devtools. #14 55.62 Preparing to unpack .../208-libc-devtools_2.35-0ubuntu3.6_armhf.deb ... #14 55.63 Unpacking libc-devtools (2.35-0ubuntu3.6) ... #14 55.65 Selecting previously unselected package libcapture-tiny-perl. #14 55.65 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ... #14 55.66 Unpacking libcapture-tiny-perl (0.48-1) ... #14 55.69 Selecting previously unselected package libclass-data-inheritable-perl. #14 55.69 Preparing to unpack .../210-libclass-data-inheritable-perl_0.08-3_all.deb ... #14 55.70 Unpacking libclass-data-inheritable-perl (0.08-3) ... #14 55.72 Selecting previously unselected package libclone-perl. #13 44.41 Dependencies resolved. #13 44.43 ================================================================================ #13 44.43 Package Arch Version Repo Size #13 44.43 ================================================================================ #13 44.43 Installing: #13 44.43 dnf-plugins-core noarch 4.4.4-1.fc38 updates 37 k #13 44.43 rpm-build aarch64 4.18.2-1.fc38 updates 77 k #13 44.43 rpmlint noarch 2.4.0-6.fc38 updates 330 k #13 44.43 Upgrading: #13 44.43 elfutils-libelf aarch64 0.190-2.fc38 updates 193 k #13 44.43 elfutils-libs aarch64 0.190-2.fc38 updates 258 k #13 44.43 glibc aarch64 2.37-16.fc38 updates 1.7 M #13 44.43 glibc-common aarch64 2.37-16.fc38 updates 316 k #13 44.43 glibc-minimal-langpack aarch64 2.37-16.fc38 updates 40 k #13 44.43 Installing dependencies: #13 44.43 ansible-srpm-macros noarch 1-10.fc38 updates 21 k #13 44.43 binutils aarch64 2.39-16.fc38 updates 5.9 M #13 44.43 binutils-gold aarch64 2.39-16.fc38 updates 943 k #13 44.43 bzip2 aarch64 1.0.8-13.fc38 fedora 52 k #13 44.43 cpio aarch64 2.13-14.fc38 fedora 275 k #13 44.43 dash aarch64 0.5.12-1.fc38 updates 98 k #13 44.43 dbus-libs aarch64 1:1.14.10-1.fc38 updates 155 k #13 44.43 debugedit aarch64 5.0-9.fc38 updates 77 k #13 44.43 desktop-file-utils aarch64 0.26-8.fc38 fedora 71 k #13 44.43 devscripts-checkbashisms aarch64 2.23.0-1.fc38 fedora 28 k #13 44.43 diffutils aarch64 3.10-1.fc38 updates 395 k #13 44.43 dwz aarch64 0.15-2.fc38 fedora 136 k #13 44.43 ed aarch64 1.19-2.fc38 fedora 78 k #13 44.43 efi-srpm-macros noarch 5-7.fc38 fedora 22 k #13 44.43 elfutils aarch64 0.190-2.fc38 updates 551 k #13 44.43 elfutils-debuginfod-client aarch64 0.190-2.fc38 updates 37 k #13 44.43 emacs-filesystem noarch 1:28.3-0.rc1.fc38 updates 8.1 k #13 44.43 enchant2 aarch64 2.3.4-1.fc38 fedora 64 k #13 44.43 file aarch64 5.44-3.fc38 fedora 50 k #13 44.43 fonts-filesystem noarch 1:2.0.5-11.fc38 fedora 8.1 k #13 44.43 fonts-srpm-macros noarch 1:2.0.5-11.fc38 fedora 26 k #13 44.43 fpc-srpm-macros noarch 1.3-7.fc38 fedora 7.8 k #13 44.43 gdb-minimal aarch64 13.2-7.fc38 updates 3.8 M #13 44.43 gdk-pixbuf2 aarch64 2.42.10-2.fc38 fedora 484 k #13 44.43 ghc-srpm-macros noarch 1.6.1-1.fc38 fedora 8.0 k #13 44.43 glibc-gconv-extra aarch64 2.37-16.fc38 updates 2.0 M #13 44.43 gnat-srpm-macros noarch 6-2.fc38 fedora 8.8 k #13 44.43 go-srpm-macros noarch 3.3.1-1.fc38 updates 28 k #13 44.43 groff-base aarch64 1.22.4-11.fc38 fedora 1.0 M #13 44.43 hunspell aarch64 1.7.2-3.fc38 fedora 487 k #13 44.43 hunspell-en-GB noarch 0.20201207-3.fc38 fedora 225 k #13 44.43 hunspell-en-US noarch 0.20201207-3.fc38 fedora 181 k #13 44.43 hunspell-filesystem aarch64 1.7.2-3.fc38 fedora 9.3 k #13 44.43 jansson aarch64 2.13.1-6.fc38 fedora 45 k #13 44.43 js-jquery noarch 3.6.3-2.fc38 fedora 173 k #13 44.43 json-glib aarch64 1.6.6-4.fc38 fedora 159 k #13 44.43 kernel-srpm-macros noarch 1.0-19.fc38 updates 10 k #13 44.43 libappstream-glib aarch64 0.8.2-2.fc38 fedora 388 k #13 44.43 libjpeg-turbo aarch64 2.1.4-2.fc38 fedora 196 k #13 44.43 libpkgconf aarch64 1.8.0-6.fc38 fedora 36 k #13 44.43 libpng aarch64 2:1.6.37-14.fc38 fedora 116 k #13 44.43 libstemmer aarch64 2.2.0-5.fc38 fedora 171 k #13 44.43 lua-srpm-macros noarch 1-8.fc38 fedora 8.6 k #13 44.43 ncurses aarch64 6.4-3.20230114.fc38 fedora 412 k #13 44.43 ocaml-srpm-macros noarch 7-3.fc38 fedora 13 k #13 44.43 openblas-srpm-macros noarch 2-13.fc38 fedora 7.5 k #13 44.43 package-notes-srpm-macros noarch 0.5-8.fc38 updates 11 k #13 44.43 patch aarch64 2.7.6-19.fc38 fedora 123 k #13 44.43 perl-AutoLoader noarch 5.74-498.fc38 updates 22 k #13 44.43 perl-B aarch64 1.83-498.fc38 updates 183 k #13 44.43 perl-Carp noarch 1.52-490.fc38 fedora 29 k #13 44.43 perl-Class-Struct noarch 0.66-498.fc38 updates 23 k #13 44.43 perl-Data-Dumper aarch64 2.184-491.fc38 fedora 55 k #13 44.43 perl-Digest noarch 1.20-490.fc38 fedora 25 k #13 44.43 perl-Digest-MD5 aarch64 2.58-490.fc38 fedora 36 k #13 44.43 perl-DynaLoader aarch64 1.52-498.fc38 updates 27 k #13 44.43 perl-Encode aarch64 4:3.19-493.fc38 fedora 1.7 M #13 44.43 perl-Errno aarch64 1.36-498.fc38 updates 15 k #13 44.43 perl-Exporter noarch 5.77-490.fc38 fedora 31 k #13 44.43 perl-Fcntl aarch64 1.15-498.fc38 updates 21 k #13 44.43 perl-File-Basename noarch 2.85-498.fc38 updates 18 k #13 44.43 perl-File-Path noarch 2.18-490.fc38 fedora 35 k #13 44.43 perl-File-Temp noarch 1:0.231.100-490.fc38 fedora 59 k #13 44.43 perl-File-stat noarch 1.12-498.fc38 updates 18 k #13 44.43 perl-FileHandle noarch 2.03-498.fc38 updates 16 k #13 44.43 perl-Getopt-Long noarch 1:2.54-2.fc38 fedora 60 k #13 44.43 perl-Getopt-Std noarch 1.13-498.fc38 updates 16 k #13 44.43 perl-HTTP-Tiny noarch 0.086-2.fc38 updates 55 k #13 44.43 perl-IO aarch64 1.50-498.fc38 updates 93 k #13 44.43 perl-IO-Socket-IP noarch 0.41-492.fc38 fedora 41 k #13 44.43 perl-IO-Socket-SSL noarch 2.081-1.fc38 fedora 227 k #13 44.43 perl-IPC-Open3 noarch 1.22-498.fc38 updates 23 k #13 44.43 perl-MIME-Base64 aarch64 3.16-490.fc38 fedora 30 k #13 44.43 perl-Mozilla-CA noarch 20221114-2.fc38 fedora 12 k #13 44.43 perl-Net-SSLeay aarch64 1.92-5.fc38 fedora 357 k #13 44.43 perl-POSIX aarch64 2.03-498.fc38 updates 99 k #13 44.43 perl-PathTools aarch64 3.84-490.fc38 fedora 87 k #13 44.43 perl-Pod-Escapes noarch 1:1.07-490.fc38 fedora 20 k #13 44.43 perl-Pod-Perldoc noarch 3.28.01-491.fc38 fedora 86 k #13 44.43 perl-Pod-Simple noarch 1:3.43-491.fc38 fedora 219 k #13 44.43 perl-Pod-Usage noarch 4:2.03-4.fc38 fedora 40 k #13 44.43 perl-Scalar-List-Utils aarch64 5:1.63-490.fc38 fedora 71 k #13 44.43 perl-SelectSaver noarch 1.02-498.fc38 updates 12 k #13 44.43 perl-Socket aarch64 4:2.036-2.fc38 fedora 56 k #13 44.43 perl-Storable aarch64 1:3.26-490.fc38 fedora 96 k #13 44.43 perl-Symbol noarch 1.09-498.fc38 updates 15 k #13 44.43 perl-Term-ANSIColor noarch 5.01-491.fc38 fedora 47 k #13 44.43 perl-Term-Cap noarch 1.18-1.fc38 fedora 22 k #13 44.43 perl-Text-ParseWords noarch 3.31-490.fc38 fedora 16 k #13 44.43 perl-Text-Tabs+Wrap noarch 2023.0511-1.fc38 updates 22 k #13 44.43 perl-Time-Local noarch 2:1.300-490.fc38 fedora 33 k #13 44.43 perl-URI noarch 5.17-2.fc38 fedora 120 k #13 44.43 perl-base noarch 2.27-498.fc38 updates 17 k #13 44.43 perl-constant noarch 1.33-491.fc38 fedora 23 k #13 44.43 perl-if noarch 0.61.000-498.fc38 updates 15 k #13 44.43 perl-interpreter aarch64 4:5.36.3-498.fc38 updates 73 k #13 44.43 perl-libnet noarch 3.15-1.fc38 fedora 128 k #13 44.43 perl-libs aarch64 4:5.36.3-498.fc38 updates 2.2 M #13 44.43 perl-locale noarch 1.10-498.fc38 updates 14 k #13 44.43 perl-mro aarch64 1.26-498.fc38 updates 29 k #13 44.43 perl-overload noarch 1.35-498.fc38 updates 46 k #13 44.43 perl-overloading noarch 0.02-498.fc38 updates 13 k #13 44.43 perl-parent noarch 1:0.241-1.fc38 fedora 15 k #13 44.43 perl-podlators noarch 1:5.01-2.fc38 fedora 125 k #13 44.43 perl-srpm-macros noarch 1-48.fc38 fedora 8.4 k #13 44.43 perl-vars noarch 1.05-498.fc38 updates 14 k #13 44.43 pkgconf aarch64 1.8.0-6.fc38 fedora 41 k #13 44.43 pkgconf-m4 noarch 1.8.0-6.fc38 fedora 14 k #13 44.43 pkgconf-pkg-config aarch64 1.8.0-6.fc38 fedora 9.6 k #13 44.43 pyproject-srpm-macros noarch 1.11.0-1.fc38 updates 15 k #13 44.43 python-srpm-macros noarch 3.11-10.fc38 fedora 26 k #13 44.43 python3-construct noarch 2.10.68-4.fc38 fedora 151 k #13 44.43 python3-dateutil noarch 1:2.8.2-5.fc38 fedora 360 k #13 44.43 python3-dbus aarch64 1.3.2-2.fc38 fedora 158 k #13 44.43 python3-distro noarch 1.8.0-2.fc38 fedora 49 k #13 44.43 python3-dnf-plugins-core noarch 4.4.4-1.fc38 updates 322 k #13 44.43 python3-enchant noarch 3.2.2-6.fc38 fedora 103 k #13 44.43 python3-file-magic noarch 5.44-3.fc38 fedora 20 k #13 44.43 python3-pybeam noarch 0.7-5.fc38 fedora 33 k #13 44.43 python3-pyxdg noarch 0.27-7.fc38 fedora 134 k #13 44.43 python3-six noarch 1.16.0-9.fc38 fedora 42 k #13 44.43 python3-systemd aarch64 235-2.fc38 fedora 108 k #13 44.43 python3-tomli-w noarch 1.0.0-5.fc38 fedora 21 k #13 44.43 python3-zstandard aarch64 0.21.0-1.fc38 updates 457 k #13 44.43 qt5-srpm-macros noarch 5.15.11-1.fc38 updates 8.3 k #13 44.43 qt6-srpm-macros noarch 6.6.0-1.fc38 updates 8.6 k #13 44.43 redhat-rpm-config noarch 255-1.fc38 updates 81 k #13 44.43 rpmautospec-rpm-macros noarch 0.3.8-1.fc38 updates 9.0 k #13 44.43 rpmlint-fedora-license-data noarch 1.38-1.fc38 updates 31 k #13 44.43 rust-srpm-macros noarch 25.2-2.fc38 updates 13 k #13 44.43 shared-mime-info aarch64 2.2-3.fc38 fedora 380 k #13 44.43 unzip aarch64 6.0-60.fc38 fedora 183 k #13 44.43 web-assets-filesystem noarch 5-19.fc38 fedora 7.9 k #13 44.43 xxhash-libs aarch64 0.8.2-1.fc38 updates 35 k #13 44.43 xz aarch64 5.4.1-1.fc38 fedora 420 k #13 44.43 zip aarch64 3.0-37.fc38 updates 262 k #13 44.43 zstd aarch64 1.5.5-1.fc38 updates 445 k #13 44.43 Installing weak dependencies: #13 44.43 hunspell-en noarch 0.20201207-3.fc38 fedora 190 k #13 44.43 perl-NDBM_File aarch64 1.15-498.fc38 updates 23 k #13 44.43 python-systemd-doc aarch64 235-2.fc38 fedora 171 k #13 44.43 #13 44.43 Transaction Summary #13 44.43 ================================================================================ #13 44.43 Install 143 Packages #13 44.43 Upgrade 5 Packages #13 44.43 #13 44.44 Total download size: 33 M #13 44.44 Downloading Packages: #14 49.51 Unpacking libimport-into-perl (1.002005-1) ... #14 49.54 Selecting previously unselected package librole-tiny-perl. #14 49.54 Preparing to unpack .../165-librole-tiny-perl_2.001004-1_all.deb ... #14 49.54 Unpacking librole-tiny-perl (2.001004-1) ... #14 49.57 Selecting previously unselected package libstrictures-perl. #14 49.57 Preparing to unpack .../166-libstrictures-perl_2.000006-1_all.deb ... #14 49.58 Unpacking libstrictures-perl (2.000006-1) ... #14 49.61 Selecting previously unselected package libsub-quote-perl. #14 49.61 Preparing to unpack .../167-libsub-quote-perl_2.006006-1_all.deb ... #14 49.62 Unpacking libsub-quote-perl (2.006006-1) ... #14 49.66 Selecting previously unselected package libmoo-perl. #14 49.66 Preparing to unpack .../168-libmoo-perl_2.003006-1_all.deb ... #14 49.67 Unpacking libmoo-perl (2.003006-1) ... #14 49.70 Selecting previously unselected package libencode-locale-perl. #14 49.70 Preparing to unpack .../169-libencode-locale-perl_1.05-1_all.deb ... #14 49.71 Unpacking libencode-locale-perl (1.05-1) ... #14 49.73 Selecting previously unselected package libtimedate-perl. #14 49.74 Preparing to unpack .../170-libtimedate-perl_2.3200-1_all.deb ... #14 49.74 Unpacking libtimedate-perl (2.3200-1) ... #14 49.77 Selecting previously unselected package libhttp-date-perl. #14 49.77 Preparing to unpack .../171-libhttp-date-perl_6.05-1_all.deb ... #14 49.78 Unpacking libhttp-date-perl (6.05-1) ... #14 49.81 Selecting previously unselected package libfile-listing-perl. #14 49.81 Preparing to unpack .../172-libfile-listing-perl_6.04-1_all.deb ... #14 55.27 Preparing to unpack .../288-libperl4-corelibs-perl_0.004-2_all.deb ... #14 55.28 Unpacking libperl4-corelibs-perl (0.004-2) ... #14 55.31 Selecting previously unselected package libperlio-gzip-perl. #14 55.31 Preparing to unpack .../289-libperlio-gzip-perl_0.19-1build5_armhf.deb ... #14 55.32 Unpacking libperlio-gzip-perl (0.19-1build5) ... #14 55.35 Selecting previously unselected package libpod-constants-perl. #14 55.35 Preparing to unpack .../290-libpod-constants-perl_0.19-1_all.deb ... #14 55.36 Unpacking libpod-constants-perl (0.19-1) ... #14 55.40 Selecting previously unselected package libre2-5:armhf. #14 55.40 Preparing to unpack .../291-libre2-5_20200101+dfsg-1build1_armhf.deb ... #14 55.40 Unpacking libre2-5:armhf (20200101+dfsg-1build1) ... #14 55.45 Selecting previously unselected package libre-engine-re2-perl. #14 55.45 Preparing to unpack .../292-libre-engine-re2-perl_0.13-5_armhf.deb ... #14 55.45 Unpacking libre-engine-re2-perl (0.13-5) ... #14 55.49 Selecting previously unselected package libreadonly-perl. #14 55.49 Preparing to unpack .../293-libreadonly-perl_2.050-2_all.deb ... #14 55.49 Unpacking libreadonly-perl (2.050-2) ... #14 55.53 Selecting previously unselected package libref-util-perl. #14 42.70 Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.3_arm64.deb ... #14 42.71 Unpacking libpython3.10-minimal:arm64 (3.10.12-1~22.04.3) ... #14 42.79 Selecting previously unselected package libexpat1:arm64. #14 42.79 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_arm64.deb ... #14 42.80 Unpacking libexpat1:arm64 (2.4.7-1ubuntu0.2) ... #14 42.84 Selecting previously unselected package python3.10-minimal. #14 42.84 Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.3_arm64.deb ... #14 42.85 Unpacking python3.10-minimal (3.10.12-1~22.04.3) ... #14 42.91 Setting up libpython3.10-minimal:arm64 (3.10.12-1~22.04.3) ... #14 42.93 Setting up libexpat1:arm64 (2.4.7-1ubuntu0.2) ... #14 42.95 Setting up python3.10-minimal (3.10.12-1~22.04.3) ... #14 47.67 Setting up libimport-into-perl (1.002005-2) ... #14 47.69 Setting up libmoo-perl (2.005005-1) ... #14 47.70 Setting up python3-bcrypt (3.2.2-1) ... #14 47.81 Setting up liblist-someutils-perl (0.59-1) ... #14 47.83 Setting up debhelper (13.11.4ubuntu3) ... #14 47.86 Setting up liblist-someutils-xs-perl:amd64 (0.58-3) ... #14 47.87 Setting up python3-chardet (5.1.0+dfsg-2) ... #14 45.06 Setting up libtirpc3:amd64 (1.3.3+ds-1) ... #14 45.10 Setting up gpg-agent (2.2.40-1.1ubuntu1) ... #13 51.96 Setting up libfontconfig1:amd64 (2.14.1-4) ... #13 51.97 Setting up libperl5.36:amd64 (5.36.0-7+deb12u1) ... #13 51.98 Setting up libxmuu1:amd64 (2:1.1.3-3) ... #13 51.99 Setting up gpg (2.2.40-1.1) ... #13 52.00 Setting up gnupg-utils (2.2.40-1.1) ... #13 52.01 Setting up binutils-x86-64-linux-gnu (2.40-2) ... #13 52.02 Setting up libtirpc3:amd64 (1.3.3+ds-1) ... #13 52.03 Setting up gpg-agent (2.2.40-1.1) ... #14 43.32 Setting up libhttp-cookies-perl (6.10-1) ... #14 43.38 Setting up po-debconf (1.0.21+nmu1) ... #14 43.39 Setting up libhtml-tree-perl (5.07-2) ... #14 43.41 Setting up libparams-classify-perl (0.015-1build5) ... #14 43.42 Setting up libhtml-format-perl (2.12-1.1) ... #14 43.44 Setting up libxml-sax-perl (1.02+dfsg-3) ... #14 43.49 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #14 43.55 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 49.97 Preparing to unpack .../227-libnumber-compare-perl_0.03-1.1_all.deb ... #13 49.97 Unpacking libnumber-compare-perl (0.03-1.1) ... #13 50.05 Selecting previously unselected package libtext-glob-perl. #13 50.06 Preparing to unpack .../228-libtext-glob-perl_0.11-1_all.deb ... #13 50.07 Unpacking libtext-glob-perl (0.11-1) ... #13 50.13 Selecting previously unselected package libfile-find-rule-perl. #13 50.13 Preparing to unpack .../229-libfile-find-rule-perl_0.34-1_all.deb ... #13 50.14 Unpacking libfile-find-rule-perl (0.34-1) ... #13 50.20 Selecting previously unselected package libfont-afm-perl. #13 47.82 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ... #13 47.83 Setting up libgdbm-compat4:arm64 (1.23-3) ... #13 47.84 Setting up ucf (3.0043+nmu1) ... #13 47.94 Setting up libx265-199:arm64 (3.5-2+b1) ... #13 48.44 Setting up g++-10 (10.2.1-6) ... #14 54.42 Preparing to unpack .../162-libio-socket-ssl-perl_2.083-1_all.deb ... #14 54.42 Unpacking libio-socket-ssl-perl (2.083-1) ... #14 54.46 Selecting previously unselected package libnet-http-perl. #14 54.46 Preparing to unpack .../163-libnet-http-perl_6.22-1_all.deb ... #14 54.47 Unpacking libnet-http-perl (6.22-1) ... #14 54.50 Selecting previously unselected package liblwp-protocol-https-perl. #14 54.50 Preparing to unpack .../164-liblwp-protocol-https-perl_6.11-1_all.deb ... #14 54.51 Unpacking liblwp-protocol-https-perl (6.11-1) ... #14 54.54 Selecting previously unselected package libtry-tiny-perl. #14 54.54 Preparing to unpack .../165-libtry-tiny-perl_0.31-2_all.deb ... #14 54.54 Unpacking libtry-tiny-perl (0.31-2) ... #14 54.57 Selecting previously unselected package libwww-robotrules-perl. #14 54.57 Preparing to unpack .../166-libwww-robotrules-perl_6.02-1_all.deb ... #14 54.58 Unpacking libwww-robotrules-perl (6.02-1) ... #14 54.61 Selecting previously unselected package libwww-perl. #14 54.61 Preparing to unpack .../167-libwww-perl_6.72-1_all.deb ... #14 54.63 Unpacking libwww-perl (6.72-1) ... #14 54.68 Selecting previously unselected package patchutils. #16 89.48 Installing : policycoreutils-devel-2.5-34.el7.aarch64 46/60 #14 45.40 Fetched 151 MB in 39s (3862 kB/s) #14 45.42 Selecting previously unselected package liblocale-gettext-perl. #14 45.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 ... 4320 files and directories currently installed.) #14 45.42 Preparing to unpack .../liblocale-gettext-perl_1.07-6_arm64.deb ... #14 45.43 Unpacking liblocale-gettext-perl (1.07-6) ... #14 45.47 Selecting previously unselected package libssl3:arm64. #14 45.47 Preparing to unpack .../libssl3_3.0.10-1ubuntu2.1_arm64.deb ... #14 45.48 Unpacking libssl3:arm64 (3.0.10-1ubuntu2.1) ... #14 45.55 Selecting previously unselected package libpython3.11-minimal:arm64. #14 45.55 Preparing to unpack .../libpython3.11-minimal_3.11.6-3_arm64.deb ... #14 45.56 Unpacking libpython3.11-minimal:arm64 (3.11.6-3) ... #14 45.64 Selecting previously unselected package libexpat1:arm64. #13 53.30 Setting up libcurl4:armhf (7.64.0-4+deb10u8) ... #13 53.32 Setting up libc6-dev:armhf (2.28-10+deb10u2) ... #13 53.33 Setting up libx11-6:armhf (2:1.6.7-1+deb10u4) ... #13 53.34 Setting up curl (7.64.0-4+deb10u8) ... #13 53.35 Setting up libxmuu1:armhf (2:1.1.2-2+b3) ... #13 53.37 Setting up gpg (2.2.12-1+deb10u2) ... #13 53.38 Setting up guile-2.2-libs:armhf (2.2.4+1-2+deb10u1) ... #13 53.39 Setting up libpython3-stdlib:armhf (3.7.3-1) ... #13 53.42 Setting up libstdc++-8-dev:armhf (8.3.0-6) ... #13 53.43 Setting up python3.7 (3.7.3-2+deb10u6) ... #13 48.20 Setting up bsdmainutils (11.1.2+b1) ... #15 10.69 Selecting previously unselected package g++. #15 10.69 Preparing to unpack .../02-g++_4%3a10.2.1-1+rpi1_armhf.deb ... #15 10.69 Unpacking g++ (4:10.2.1-1+rpi1) ... #15 10.72 Selecting previously unselected package build-essential. #15 10.72 Preparing to unpack .../03-build-essential_12.9_armhf.deb ... #15 10.72 Unpacking build-essential (12.9) ... #15 10.76 Selecting previously unselected package bash-completion. #15 10.76 Preparing to unpack .../04-bash-completion_1%3a2.11-2_all.deb ... #14 46.42 Get:314 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB] #14 46.56 Get:315 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB] #14 46.65 Get:316 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2ubuntu0.1 [46.1 kB] #14 46.79 Get:317 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-decoder-perl arm64 4.011+ds-1build1 [96.0 kB] #15 3.996 dh_builddeb #15 4.030 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #15 4.054 dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo #14 52.03 Preparing to unpack .../024-libcbor0.8_0.8.0-2ubuntu1_armhf.deb ... #14 52.04 Unpacking libcbor0.8:armhf (0.8.0-2ubuntu1) ... #14 52.07 Selecting previously unselected package libedit2:armhf. #14 52.07 Preparing to unpack .../025-libedit2_3.1-20221030-2_armhf.deb ... #14 52.08 Unpacking libedit2:armhf (3.1-20221030-2) ... #14 52.11 Selecting previously unselected package libfido2-1:armhf. #14 52.12 Preparing to unpack .../026-libfido2-1_1.12.0-2_armhf.deb ... #14 52.12 Unpacking libfido2-1:armhf (1.12.0-2) ... #14 52.16 Selecting previously unselected package libjansson4:armhf. #14 52.16 Preparing to unpack .../027-libjansson4_2.14-2_armhf.deb ... #14 52.16 Unpacking libjansson4:armhf (2.14-2) ... #14 52.20 Selecting previously unselected package libnghttp2-14:armhf. #14 52.20 Preparing to unpack .../028-libnghttp2-14_1.52.0-1ubuntu0.1_armhf.deb ... #14 52.20 Unpacking libnghttp2-14:armhf (1.52.0-1ubuntu0.1) ... #14 52.24 Selecting previously unselected package libpipeline1:armhf. #14 52.24 Preparing to unpack .../029-libpipeline1_1.5.7-1_armhf.deb ... #14 52.24 Unpacking libpipeline1:armhf (1.5.7-1) ... #14 52.28 Selecting previously unselected package libpng16-16:armhf. #15 7.812 Fetched 15.0 MB in 2s (6813 kB/s) #15 7.834 Selecting previously unselected package libstdc++-8-dev:armhf. #15 7.835 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 17204 files and directories currently installed.) #15 7.846 Preparing to unpack .../00-libstdc++-8-dev_8.3.0-6+rpi1_armhf.deb ... #15 7.851 Unpacking libstdc++-8-dev:armhf (8.3.0-6+rpi1) ... #14 55.73 Preparing to unpack .../211-libclone-perl_0.45-1build3_armhf.deb ... #14 55.73 Unpacking libclone-perl (0.45-1build3) ... #14 55.76 Selecting previously unselected package libcommon-sense-perl:armhf. #14 55.76 Preparing to unpack .../212-libcommon-sense-perl_3.75-2build1_armhf.deb ... #14 55.76 Unpacking libcommon-sense-perl:armhf (3.75-2build1) ... #14 55.80 Selecting previously unselected package libconfig-tiny-perl. #14 55.80 Preparing to unpack .../213-libconfig-tiny-perl_2.28-1_all.deb ... #14 55.80 Unpacking libconfig-tiny-perl (2.28-1) ... #14 55.83 Selecting previously unselected package libparams-util-perl. #14 55.83 Preparing to unpack .../214-libparams-util-perl_1.102-1build3_armhf.deb ... #14 55.84 Unpacking libparams-util-perl (1.102-1build3) ... #14 55.87 Selecting previously unselected package libsub-install-perl. #14 55.87 Preparing to unpack .../215-libsub-install-perl_0.928-1.1_all.deb ... #14 55.87 Unpacking libsub-install-perl (0.928-1.1) ... #14 55.90 Selecting previously unselected package libdata-optlist-perl. #14 55.91 Preparing to unpack .../216-libdata-optlist-perl_0.112-1_all.deb ... #14 55.91 Unpacking libdata-optlist-perl (0.112-1) ... #14 55.94 Selecting previously unselected package libsub-exporter-perl. #14 55.94 Preparing to unpack .../217-libsub-exporter-perl_0.988-1_all.deb ... #14 55.94 Unpacking libsub-exporter-perl (0.988-1) ... #14 55.97 Selecting previously unselected package libconst-fast-perl. #14 55.98 Preparing to unpack .../218-libconst-fast-perl_0.014-1.1_all.deb ... #14 55.98 Unpacking libconst-fast-perl (0.014-1.1) ... #14 56.01 Selecting previously unselected package libwant-perl. #14 56.01 Preparing to unpack .../219-libwant-perl_0.29-1build7_armhf.deb ... #14 56.01 Unpacking libwant-perl (0.29-1build7) ... #14 56.04 Selecting previously unselected package libcontextual-return-perl. #13 45.28 (1/148): bzip2-1.0.8-13.fc38.aarch64.rpm 210 kB/s | 52 kB 00:00 #13 45.29 (2/148): desktop-file-utils-0.26-8.fc38.aarch64 281 kB/s | 71 kB 00:00 #13 45.29 (3/148): devscripts-checkbashisms-2.23.0-1.fc38 3.7 MB/s | 28 kB 00:00 #13 45.33 (4/148): cpio-2.13-14.fc38.aarch64.rpm 922 kB/s | 275 kB 00:00 #13 45.33 (5/148): dwz-0.15-2.fc38.aarch64.rpm 2.8 MB/s | 136 kB 00:00 #13 45.34 (6/148): ed-1.19-2.fc38.aarch64.rpm 1.6 MB/s | 78 kB 00:00 #13 45.34 (7/148): efi-srpm-macros-5-7.fc38.noarch.rpm 3.6 MB/s | 22 kB 00:00 #13 45.34 (8/148): file-5.44-3.fc38.aarch64.rpm 8.2 MB/s | 50 kB 00:00 #13 45.35 (9/148): fonts-filesystem-2.0.5-11.fc38.noarch. 1.4 MB/s | 8.1 kB 00:00 #13 45.35 (10/148): fonts-srpm-macros-2.0.5-11.fc38.noarc 3.8 MB/s | 26 kB 00:00 #13 45.35 (11/148): fpc-srpm-macros-1.3-7.fc38.noarch.rpm 1.2 MB/s | 7.8 kB 00:00 #13 45.36 (12/148): enchant2-2.3.4-1.fc38.aarch64.rpm 2.7 MB/s | 64 kB 00:00 #13 45.36 (13/148): ghc-srpm-macros-1.6.1-1.fc38.noarch.r 1.1 MB/s | 8.0 kB 00:00 #13 45.36 (14/148): gnat-srpm-macros-6-2.fc38.noarch.rpm 1.4 MB/s | 8.8 kB 00:00 #13 45.40 (15/148): gdk-pixbuf2-2.42.10-2.fc38.aarch64.rp 11 MB/s | 484 kB 00:00 #13 48.47 Setting up libgdbm-compat4:amd64 (1.19-2) ... #13 48.49 Setting up ucf (3.0043) ... #13 48.58 Setting up libperl5.32:amd64 (5.32.1-4+deb11u2) ... #13 48.60 Setting up dwz (0.13+20210201-1) ... #13 48.61 Setting up groff-base (1.22.4-6) ... #13 48.63 Setting up cpp (4:10.2.1-1) ... #13 48.65 Setting up pixz (1.0.7-1) ... #13 48.66 Setting up gpgconf (2.2.27-2+deb11u2) ... #13 48.67 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u11) ... #13 48.68 Setting up libc6-dev:amd64 (2.31-13+deb11u7) ... #13 48.69 Setting up libx11-6:amd64 (2:1.7.2-1+deb11u2) ... #13 48.71 Setting up curl (7.74.0-1.3+deb11u11) ... #13 48.72 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ... #13 48.73 Setting up gpg (2.2.27-2+deb11u2) ... #13 48.74 Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ... #13 48.75 Setting up libpython3-stdlib:amd64 (3.9.2-3) ... #13 48.76 Setting up gnupg-utils (2.2.27-2+deb11u2) ... #13 48.77 Setting up binutils-x86-64-linux-gnu (2.35.2-2) ... #13 48.78 Setting up libstdc++-10-dev:amd64 (10.2.1-6) ... #13 48.79 Setting up gpg-agent (2.2.27-2+deb11u2) ... #14 49.81 Unpacking libfile-listing-perl (6.04-1) ... #14 49.84 Selecting previously unselected package libhtml-tagset-perl. #14 49.84 Preparing to unpack .../173-libhtml-tagset-perl_3.20-4_all.deb ... #14 49.84 Unpacking libhtml-tagset-perl (3.20-4) ... #14 49.87 Selecting previously unselected package liburi-perl. #14 49.87 Preparing to unpack .../174-liburi-perl_1.76-2_all.deb ... #14 49.88 Unpacking liburi-perl (1.76-2) ... #14 49.91 Selecting previously unselected package libhtml-parser-perl. #14 49.91 Preparing to unpack .../175-libhtml-parser-perl_3.72-5_amd64.deb ... #14 49.92 Unpacking libhtml-parser-perl (3.72-5) ... #14 49.95 Selecting previously unselected package libhtml-tree-perl. #14 49.95 Preparing to unpack .../176-libhtml-tree-perl_5.07-2_all.deb ... #14 49.96 Unpacking libhtml-tree-perl (5.07-2) ... #14 50.00 Selecting previously unselected package libio-html-perl. #14 50.00 Preparing to unpack .../177-libio-html-perl_1.001-1_all.deb ... #14 50.00 Unpacking libio-html-perl (1.001-1) ... #14 50.03 Selecting previously unselected package liblwp-mediatypes-perl. #14 55.53 Preparing to unpack .../294-libref-util-perl_0.204-1_all.deb ... #14 55.54 Unpacking libref-util-perl (0.204-1) ... #14 55.57 Selecting previously unselected package libref-util-xs-perl. #14 55.57 Preparing to unpack .../295-libref-util-xs-perl_0.117-1build2_armhf.deb ... #14 55.57 Unpacking libref-util-xs-perl (0.117-1build2) ... #14 55.61 Selecting previously unselected package libregexp-pattern-license-perl. #14 55.61 Preparing to unpack .../296-libregexp-pattern-license-perl_3.2.0-1_all.deb ... #14 55.61 Unpacking libregexp-pattern-license-perl (3.2.0-1) ... #14 55.65 Selecting previously unselected package libregexp-pattern-perl. #14 55.65 Preparing to unpack .../297-libregexp-pattern-perl_0.2.12-1_all.deb ... #14 55.65 Unpacking libregexp-pattern-perl (0.2.12-1) ... #14 55.70 Selecting previously unselected package libsasl2-modules:armhf. #14 55.70 Preparing to unpack .../298-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_armhf.deb ... #14 55.71 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ... #14 55.74 Selecting previously unselected package libsereal-decoder-perl. #14 55.74 Preparing to unpack .../299-libsereal-decoder-perl_4.011+ds-1build1_armhf.deb ... #14 55.75 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ... #14 55.79 Selecting previously unselected package libsereal-encoder-perl. #14 48.17 Setting up python3-cryptography (38.0.4-2ubuntu0.1) ... #13 52.51 Setting up libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ... #14 45.58 Setting up libxpm4:amd64 (1:3.5.12-1.1ubuntu1) ... #14 43.66 #14 43.66 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 43.69 Setting up dput (1.1.0ubuntu2.1) ... #14 43.83 Setting up libdata-validate-uri-perl (0.07-2) ... #13 50.20 Preparing to unpack .../230-libfont-afm-perl_1.20-3_all.deb ... #13 50.21 Unpacking libfont-afm-perl (1.20-3) ... #13 50.28 Selecting previously unselected package libio-string-perl. #13 50.29 Preparing to unpack .../231-libio-string-perl_1.08-3.1_all.deb ... #13 50.29 Unpacking libio-string-perl (1.08-3.1) ... #13 50.34 Selecting previously unselected package libfont-ttf-perl. #13 50.35 Preparing to unpack .../232-libfont-ttf-perl_1.06-1.1_all.deb ... #13 50.36 Unpacking libfont-ttf-perl (1.06-1.1) ... #13 50.46 Selecting previously unselected package libio-stringy-perl. #13 47.95 Setting up dwz (0.15-1) ... #13 47.96 Setting up groff-base (1.22.4-10) ... #13 47.98 Setting up cpp (4:12.2.0-3) ... #13 48.00 Setting up pixz (1.0.7-2) ... #13 48.01 Setting up gpgconf (2.2.40-1.1) ... #13 48.02 Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ... #13 48.03 Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... #13 48.04 Setting up curl (7.88.1-10+deb12u5) ... #13 48.07 Setting up libfontconfig1:arm64 (2.14.1-4) ... #13 48.54 Setting up libxpm4:arm64 (1:3.5.12-1.1+deb11u1) ... #13 48.66 Setting up libtool (2.4.6-15) ... #14 54.68 Preparing to unpack .../168-patchutils_0.4.2-1build2_armhf.deb ... #14 54.68 Unpacking patchutils (0.4.2-1build2) ... #14 54.72 Selecting previously unselected package wdiff. #14 54.72 Preparing to unpack .../169-wdiff_1.2.2-5_armhf.deb ... #14 54.72 Unpacking wdiff (1.2.2-5) ... #14 54.76 Selecting previously unselected package devscripts. #14 54.76 Preparing to unpack .../170-devscripts_2.23.6_all.deb ... #14 54.78 Unpacking devscripts (2.23.6) ... #14 54.86 Selecting previously unselected package diffstat. #14 54.86 Preparing to unpack .../171-diffstat_1.65-1_armhf.deb ... #14 54.89 Unpacking diffstat (1.65-1) ... #14 45.64 Preparing to unpack .../libexpat1_2.5.0-2_arm64.deb ... #14 45.64 Unpacking libexpat1:arm64 (2.5.0-2) ... #14 45.68 Selecting previously unselected package python3.11-minimal. #14 45.68 Preparing to unpack .../python3.11-minimal_3.11.6-3_arm64.deb ... #14 45.69 Unpacking python3.11-minimal (3.11.6-3) ... #14 45.76 Setting up libssl3:arm64 (3.0.10-1ubuntu2.1) ... #14 45.85 Setting up libpython3.11-minimal:arm64 (3.11.6-3) ... #14 45.87 Setting up libexpat1:arm64 (2.5.0-2) ... #16 90.23 Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch 47/60 #13 48.22 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode #13 48.23 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode #13 48.23 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u6) ... #13 48.25 Setting up libcroco3:arm64 (0.6.12-3) ... #13 48.26 Setting up libgdbm-compat4:arm64 (1.18.1-4) ... #13 48.27 Setting up ucf (3.0038+nmu1) ... #13 48.38 Setting up libgcc-8-dev:arm64 (8.3.0-6) ... #13 48.39 Setting up libperl5.28:arm64 (5.28.1-6+deb10u1) ... #13 48.40 Setting up groff-base (1.22.4-3+deb10u1) ... #13 48.42 Setting up cpp (4:8.3.0-1) ... #13 48.43 Setting up gpgconf (2.2.12-1+deb10u2) ... #13 48.44 Setting up libcurl4:arm64 (7.64.0-4+deb10u8) ... #13 48.46 Setting up libc6-dev:arm64 (2.28-10+deb10u2) ... #13 48.47 Setting up libx11-6:arm64 (2:1.6.7-1+deb10u4) ... #13 48.48 Setting up curl (7.64.0-4+deb10u8) ... #14 46.95 Get:318 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-encoder-perl arm64 4.011+ds-1build1 [97.4 kB] #14 44.52 Get:384 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 manpages-dev all 6.03-1 [2015 kB] #15 4.214 dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes #15 4.306 dpkg-genchanges: info: binary-only upload (no source code included) #15 4.308 dpkg-source --after-build . #15 4.426 dpkg-buildpackage: info: binary-only upload (no source included) #15 4.430 #15 4.430 The package has been created. #15 4.430 Attention, the package has been created in the current directory, #15 4.430 not in ".." as indicated by the message above! #15 4.457 Selecting previously unselected package docker-ce-build-deps. #15 4.470 (Reading database ... 17884 files and directories currently installed.) #15 4.471 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #15 4.475 Unpacking docker-ce-build-deps (1.0) ... #14 52.28 Preparing to unpack .../030-libpng16-16_1.6.39-2_armhf.deb ... #14 52.28 Unpacking libpng16-16:armhf (1.6.39-2) ... #14 52.32 Selecting previously unselected package libpsl5:armhf. #14 52.32 Preparing to unpack .../031-libpsl5_0.21.2-1_armhf.deb ... #14 52.32 Unpacking libpsl5:armhf (0.21.2-1) ... #14 52.35 Selecting previously unselected package libxau6:armhf. #14 52.36 Preparing to unpack .../032-libxau6_1%3a1.0.9-1build5_armhf.deb ... #14 52.36 Unpacking libxau6:armhf (1:1.0.9-1build5) ... #14 52.40 Selecting previously unselected package libxdmcp6:armhf. #14 52.40 Preparing to unpack .../033-libxdmcp6_1%3a1.1.3-0ubuntu5_armhf.deb ... #14 52.40 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu5) ... #14 52.44 Selecting previously unselected package libxcb1:armhf. #14 52.44 Preparing to unpack .../034-libxcb1_1.15-1_armhf.deb ... #14 52.44 Unpacking libxcb1:armhf (1.15-1) ... #14 52.48 Selecting previously unselected package libx11-data. #14 52.48 Preparing to unpack .../035-libx11-data_2%3a1.8.4-2ubuntu0.3_all.deb ... #14 52.48 Unpacking libx11-data (2:1.8.4-2ubuntu0.3) ... #14 52.54 Selecting previously unselected package libx11-6:armhf. #15 8.085 Selecting previously unselected package g++-8. #15 8.085 Preparing to unpack .../01-g++-8_8.3.0-6+rpi1_armhf.deb ... #15 8.089 Unpacking g++-8 (8.3.0-6+rpi1) ... #14 56.04 Preparing to unpack .../220-libcontextual-return-perl_0.004014-2_all.deb ... #14 56.05 Unpacking libcontextual-return-perl (0.004014-2) ... #14 56.08 Selecting previously unselected package libcpanel-json-xs-perl:armhf. #14 56.08 Preparing to unpack .../221-libcpanel-json-xs-perl_4.27-1build1_armhf.deb ... #14 56.09 Unpacking libcpanel-json-xs-perl:armhf (4.27-1build1) ... #14 56.12 Selecting previously unselected package libdevel-stacktrace-perl. #14 56.12 Preparing to unpack .../222-libdevel-stacktrace-perl_2.0400-1_all.deb ... #14 56.13 Unpacking libdevel-stacktrace-perl (2.0400-1) ... #14 56.16 Selecting previously unselected package libexception-class-perl. #14 56.16 Preparing to unpack .../223-libexception-class-perl_1.45-1_all.deb ... #14 56.16 Unpacking libexception-class-perl (1.45-1) ... #14 56.19 Selecting previously unselected package libiterator-perl. #14 56.19 Preparing to unpack .../224-libiterator-perl_0.03+ds1-1.1_all.deb ... #14 56.20 Unpacking libiterator-perl (0.03+ds1-1.1) ... #14 56.22 Selecting previously unselected package libiterator-util-perl. #14 56.23 Preparing to unpack .../225-libiterator-util-perl_0.02+ds1-1.1_all.deb ... #14 56.23 Unpacking libiterator-util-perl (0.02+ds1-1.1) ... #14 56.26 Selecting previously unselected package libexporter-tiny-perl. #13 45.53 (16/148): groff-base-1.22.4-11.fc38.aarch64.rpm 6.1 MB/s | 1.0 MB 00:00 #13 45.62 (17/148): hunspell-1.7.2-3.fc38.aarch64.rpm 1.9 MB/s | 487 kB 00:00 #13 45.63 (18/148): hunspell-en-0.20201207-3.fc38.noarch. 836 kB/s | 190 kB 00:00 #13 45.63 (19/148): hunspell-en-US-0.20201207-3.fc38.noar 19 MB/s | 181 kB 00:00 #13 49.24 Setting up libxpm4:amd64 (1:3.5.12-1.1+deb11u1) ... #14 50.03 Preparing to unpack .../178-liblwp-mediatypes-perl_6.04-1_all.deb ... #14 50.04 Unpacking liblwp-mediatypes-perl (6.04-1) ... #14 50.07 Selecting previously unselected package libhttp-message-perl. #14 50.07 Preparing to unpack .../179-libhttp-message-perl_6.22-1_all.deb ... #14 50.07 Unpacking libhttp-message-perl (6.22-1) ... #14 50.11 Selecting previously unselected package libhttp-cookies-perl. #14 50.11 Preparing to unpack .../180-libhttp-cookies-perl_6.08-1_all.deb ... #14 50.11 Unpacking libhttp-cookies-perl (6.08-1) ... #14 50.14 Selecting previously unselected package libhttp-negotiate-perl. #14 50.14 Preparing to unpack .../181-libhttp-negotiate-perl_6.01-1_all.deb ... #14 50.15 Unpacking libhttp-negotiate-perl (6.01-1) ... #14 50.17 Selecting previously unselected package perl-openssl-defaults:amd64. #14 50.18 Preparing to unpack .../182-perl-openssl-defaults_4_amd64.deb ... #14 50.18 Unpacking perl-openssl-defaults:amd64 (4) ... #14 50.21 Selecting previously unselected package libnet-ssleay-perl. #14 50.21 Preparing to unpack .../183-libnet-ssleay-perl_1.88-2ubuntu1_amd64.deb ... #14 50.22 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ... #14 50.27 Selecting previously unselected package libio-socket-ssl-perl. #14 46.46 Public key for emacs-filesystem-24.3-23.el7_9.1.noarch.rpm is not installed #14 55.79 Preparing to unpack .../300-libsereal-encoder-perl_4.011+ds-1build1_armhf.deb ... #14 55.80 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ... #14 55.84 Selecting previously unselected package libsereal-perl. #14 55.84 Preparing to unpack .../301-libsereal-perl_4.011-1_all.deb ... #14 55.84 Unpacking libsereal-perl (4.011-1) ... #14 55.87 Selecting previously unselected package libsort-key-perl. #14 55.88 Preparing to unpack .../302-libsort-key-perl_1.33-2build2_armhf.deb ... #14 55.88 Unpacking libsort-key-perl (1.33-2build2) ... #14 55.92 Selecting previously unselected package libstring-copyright-perl. #14 55.92 Preparing to unpack .../303-libstring-copyright-perl_0.003006-1_all.deb ... #14 55.93 Unpacking libstring-copyright-perl (0.003006-1) ... #14 55.96 Selecting previously unselected package libstring-escape-perl. #14 55.96 Preparing to unpack .../304-libstring-escape-perl_2010.002-2_all.deb ... #14 55.96 Unpacking libstring-escape-perl (2010.002-2) ... #14 56.00 Selecting previously unselected package libstring-shellquote-perl. #14 56.00 Preparing to unpack .../305-libstring-shellquote-perl_1.04-1_all.deb ... #14 56.00 Unpacking libstring-shellquote-perl (1.04-1) ... #14 56.03 Selecting previously unselected package libterm-readkey-perl. #16 10.35 Running transaction check #12 49.61 Running transaction check #14 48.39 Setting up python3-debian (0.1.49ubuntu2) ... #13 52.52 Setting up openssh-client (1:9.2p1-2+deb12u2) ... #13 52.60 Setting up gpgsm (2.2.40-1.1) ... #13 52.61 Setting up libheif1:amd64 (1.15.1-1) ... #13 52.62 Setting up libxext6:amd64 (2:1.3.4-1+b1) ... #13 52.63 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u5) ... #13 52.64 Setting up binutils (2.40-2) ... #13 52.65 Setting up man-db (2.11.2-2) ... #13 52.74 Building database of manual pages ... #14 45.61 Setting up openssh-client (1:9.3p1-1ubuntu3.2) ... #14 45.74 Setting up gpgsm (2.2.40-1.1ubuntu1) ... #14 45.76 Setting up libxext6:amd64 (2:1.3.4-1build1) ... #14 45.79 Setting up libcurl3-gnutls:amd64 (8.2.1-1ubuntu3.2) ... #14 45.87 Setting up binutils (2.41-5ubuntu1) ... #14 43.85 Setting up libnet-smtp-ssl-perl (1.04-1) ... #14 43.87 Setting up libmodule-runtime-perl (0.016-1) ... #14 43.88 Setting up libmailtools-perl (2.21-1) ... #14 43.89 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ... #14 43.94 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #14 44.00 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #14 44.07 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 50.46 Preparing to unpack .../233-libio-stringy-perl_2.111-3_all.deb ... #13 50.47 Unpacking libio-stringy-perl (2.111-3) ... #13 50.52 Selecting previously unselected package libparams-validate-perl:armhf. #13 50.53 Preparing to unpack .../234-libparams-validate-perl_1.30-1+b1_armhf.deb ... #13 50.53 Unpacking libparams-validate-perl:armhf (1.30-1+b1) ... #13 50.61 Selecting previously unselected package libgetopt-long-descriptive-perl. #13 50.62 Preparing to unpack .../235-libgetopt-long-descriptive-perl_0.105-1_all.deb ... #13 50.63 Unpacking libgetopt-long-descriptive-perl (0.105-1) ... #13 50.69 Selecting previously unselected package libsort-versions-perl. #13 50.69 Preparing to unpack .../236-libsort-versions-perl_1.62-1_all.deb ... #13 50.70 Unpacking libsort-versions-perl (1.62-1) ... #14 43.63 Selecting previously unselected package python3-minimal. #13 48.08 Setting up libperl5.36:arm64 (5.36.0-7+deb12u1) ... #13 48.09 Setting up libxmuu1:arm64 (2:1.1.3-3) ... #13 48.10 Setting up gpg (2.2.40-1.1) ... #13 48.11 Setting up gnupg-utils (2.2.40-1.1) ... #13 48.12 Setting up libtirpc3:arm64 (1.3.3+ds-1) ... #13 48.13 Setting up gpg-agent (2.2.40-1.1) ... #14 54.93 Selecting previously unselected package python3-chardet. #14 54.93 Preparing to unpack .../172-python3-chardet_5.1.0+dfsg-2_all.deb ... #14 54.93 Unpacking python3-chardet (5.1.0+dfsg-2) ... #14 55.01 Selecting previously unselected package zstd. #14 55.01 Preparing to unpack .../173-zstd_1.5.5+dfsg2-1ubuntu2_armhf.deb ... #14 55.02 Unpacking zstd (1.5.5+dfsg2-1ubuntu2) ... #14 55.06 Selecting previously unselected package python3-debian. #14 55.06 Preparing to unpack .../174-python3-debian_0.1.49ubuntu2_all.deb ... #14 55.07 Unpacking python3-debian (0.1.49ubuntu2) ... #14 55.11 Selecting previously unselected package libgpgme11:armhf. #14 45.88 Setting up python3.11-minimal (3.11.6-3) ... #13 48.70 Setting up fontconfig-config (2.13.1-4.2) ... #16 90.59 Installing : pcre-devel-8.32-17.el7.aarch64 48/60 #16 90.62 Installing : libselinux-devel-2.5-15.el7.aarch64 49/60 #13 48.50 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ... #13 48.53 Setting up gpg (2.2.12-1+deb10u2) ... #13 48.55 Setting up guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ... #13 48.56 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... #13 48.57 Setting up libstdc++-8-dev:arm64 (8.3.0-6) ... #13 48.58 Setting up python3.7 (3.7.3-2+deb10u6) ... #13 54.14 Setting up libgnutls-dane0:armhf (3.6.7-4+deb10u11) ... #14 47.06 Get:319 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-perl all 4.011-1 [8604 B] #14 47.14 Get:320 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsort-key-perl arm64 1.33-2build2 [34.4 kB] #14 47.29 Get:321 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-copyright-perl all 0.003006-1 [9608 B] #14 52.54 Preparing to unpack .../036-libx11-6_2%3a1.8.4-2ubuntu0.3_armhf.deb ... #14 52.55 Unpacking libx11-6:armhf (2:1.8.4-2ubuntu0.3) ... #14 52.59 Selecting previously unselected package libxext6:armhf. #14 52.59 Preparing to unpack .../037-libxext6_2%3a1.3.4-1build1_armhf.deb ... #14 52.60 Unpacking libxext6:armhf (2:1.3.4-1build1) ... #14 52.63 Selecting previously unselected package libxmuu1:armhf. #14 52.63 Preparing to unpack .../038-libxmuu1_2%3a1.1.3-3_armhf.deb ... #14 52.64 Unpacking libxmuu1:armhf (2:1.1.3-3) ... #14 52.68 Selecting previously unselected package man-db. #14 52.68 Preparing to unpack .../039-man-db_2.11.2-1_armhf.deb ... #14 52.69 Unpacking man-db (2.11.2-1) ... #14 52.74 Selecting previously unselected package manpages. #14 52.74 Preparing to unpack .../040-manpages_6.03-1_all.deb ... #14 52.75 Unpacking manpages (6.03-1) ... #14 52.80 Selecting previously unselected package openssh-client. #14 56.26 Preparing to unpack .../226-libexporter-tiny-perl_1.002002-1_all.deb ... #14 56.27 Unpacking libexporter-tiny-perl (1.002002-1) ... #14 56.30 Selecting previously unselected package liblist-moreutils-xs-perl. #14 56.30 Preparing to unpack .../227-liblist-moreutils-xs-perl_0.430-2build2_armhf.deb ... #14 56.30 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ... #14 56.33 Selecting previously unselected package liblist-moreutils-perl. #14 56.34 Preparing to unpack .../228-liblist-moreutils-perl_0.430-2_all.deb ... #14 56.34 Unpacking liblist-moreutils-perl (0.430-2) ... #14 56.37 Selecting previously unselected package libdata-dpath-perl. #14 56.37 Preparing to unpack .../229-libdata-dpath-perl_0.58-1_all.deb ... #14 56.38 Unpacking libdata-dpath-perl (0.58-1) ... #14 56.41 Selecting previously unselected package libdata-dump-perl. #14 56.41 Preparing to unpack .../230-libdata-dump-perl_1.25-1_all.deb ... #14 56.41 Unpacking libdata-dump-perl (1.25-1) ... #14 56.44 Selecting previously unselected package libdata-messagepack-perl. #14 56.44 Preparing to unpack .../231-libdata-messagepack-perl_1.01-2build1_armhf.deb ... #14 56.45 Unpacking libdata-messagepack-perl (1.01-2build1) ... #14 56.47 Selecting previously unselected package libnet-domain-tld-perl. #14 56.48 Preparing to unpack .../232-libnet-domain-tld-perl_1.75-1.1_all.deb ... #14 56.48 Unpacking libnet-domain-tld-perl (1.75-1.1) ... #14 56.51 Selecting previously unselected package libdata-validate-domain-perl. #14 56.51 Preparing to unpack .../233-libdata-validate-domain-perl_0.10-1.1_all.deb ... #14 56.51 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #14 56.54 Selecting previously unselected package libnet-ipv6addr-perl. #14 56.55 Preparing to unpack .../234-libnet-ipv6addr-perl_1.02-1_all.deb ... #14 56.55 Unpacking libnet-ipv6addr-perl (1.02-1) ... #14 56.58 Selecting previously unselected package libnet-netmask-perl. #13 49.25 Setting up fontconfig-config (2.13.1-4.2) ... #13 49.44 Setting up openssh-client (1:8.4p1-5+deb11u3) ... #13 49.53 Setting up gpgsm (2.2.27-2+deb11u2) ... #13 49.54 Setting up libxext6:amd64 (2:1.3.3-1.1) ... #13 49.55 Setting up binutils (2.35.2-2) ... #13 45.72 (20/148): hunspell-en-GB-0.20201207-3.fc38.noar 2.4 MB/s | 225 kB 00:00 #13 45.72 (21/148): hunspell-filesystem-1.7.2-3.fc38.aarc 101 kB/s | 9.3 kB 00:00 #13 45.72 (22/148): jansson-2.13.1-6.fc38.aarch64.rpm 506 kB/s | 45 kB 00:00 #13 45.73 (23/148): js-jquery-3.6.3-2.fc38.noarch.rpm 19 MB/s | 173 kB 00:00 #13 45.79 (24/148): json-glib-1.6.6-4.fc38.aarch64.rpm 2.3 MB/s | 159 kB 00:00 #13 45.91 (25/148): libappstream-glib-0.8.2-2.fc38.aarch6 2.1 MB/s | 388 kB 00:00 #14 50.27 Preparing to unpack .../184-libio-socket-ssl-perl_2.067-1_all.deb ... #14 50.28 Unpacking libio-socket-ssl-perl (2.067-1) ... #14 50.32 Selecting previously unselected package libnet-http-perl. #14 50.32 Preparing to unpack .../185-libnet-http-perl_6.19-1_all.deb ... #14 50.32 Unpacking libnet-http-perl (6.19-1) ... #14 50.35 Selecting previously unselected package liblwp-protocol-https-perl. #14 50.35 Preparing to unpack .../186-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ... #14 50.36 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ... #14 50.38 Selecting previously unselected package libtry-tiny-perl. #14 50.38 Preparing to unpack .../187-libtry-tiny-perl_0.30-1_all.deb ... #14 50.39 Unpacking libtry-tiny-perl (0.30-1) ... #14 50.42 Selecting previously unselected package libwww-robotrules-perl. #14 50.42 Preparing to unpack .../188-libwww-robotrules-perl_6.02-1_all.deb ... #14 50.42 Unpacking libwww-robotrules-perl (6.02-1) ... #14 50.45 Selecting previously unselected package libwww-perl. #14 50.45 Preparing to unpack .../189-libwww-perl_6.43-1_all.deb ... #14 50.46 Unpacking libwww-perl (6.43-1) ... #14 50.50 Selecting previously unselected package patchutils. #14 50.50 Preparing to unpack .../190-patchutils_0.3.4-2_amd64.deb ... #14 50.51 Unpacking patchutils (0.3.4-2) ... #14 50.54 Selecting previously unselected package wdiff. #14 50.54 Preparing to unpack .../191-wdiff_1.2.2-2build1_amd64.deb ... #14 50.54 Unpacking wdiff (1.2.2-2build1) ... #14 50.59 Selecting previously unselected package devscripts. #14 50.59 Preparing to unpack .../192-devscripts_2.20.2ubuntu2_amd64.deb ... #14 50.61 Unpacking devscripts (2.20.2ubuntu2) ... #14 56.04 Preparing to unpack .../306-libterm-readkey-perl_2.38-1build1_armhf.deb ... #14 56.04 Unpacking libterm-readkey-perl (2.38-1build1) ... #14 56.08 Selecting previously unselected package libtest-fatal-perl. #14 56.08 Preparing to unpack .../307-libtest-fatal-perl_0.014-1_all.deb ... #14 56.08 Unpacking libtest-fatal-perl (0.014-1) ... #14 56.12 Selecting previously unselected package libtest-refcount-perl. #14 56.12 Preparing to unpack .../308-libtest-refcount-perl_0.10-1_all.deb ... #14 56.12 Unpacking libtest-refcount-perl (0.10-1) ... #14 56.15 Selecting previously unselected package libtext-levenshtein-perl. #14 56.16 Preparing to unpack .../309-libtext-levenshtein-perl_0.13-1_all.deb ... #14 56.16 Unpacking libtext-levenshtein-perl (0.13-1) ... #14 56.20 Selecting previously unselected package libtype-tiny-xs-perl. #14 56.20 Preparing to unpack .../310-libtype-tiny-xs-perl_0.016-1_armhf.deb ... #14 56.20 Unpacking libtype-tiny-xs-perl (0.016-1) ... #14 56.24 Selecting previously unselected package libunicode-utf8-perl. #14 56.24 Preparing to unpack .../311-libunicode-utf8-perl_0.62-1build1_armhf.deb ... #14 56.25 Unpacking libunicode-utf8-perl (0.62-1build1) ... #14 56.28 Selecting previously unselected package libxml-namespacesupport-perl. #14 56.28 Preparing to unpack .../312-libxml-namespacesupport-perl_1.12-1_all.deb ... #14 56.29 Unpacking libxml-namespacesupport-perl (1.12-1) ... #14 56.40 Selecting previously unselected package libxml-sax-base-perl. #16 10.59 Transaction check succeeded. #16 10.59 Running transaction test #12 49.78 Transaction check succeeded. #14 48.56 Setting up python3-requests (2.28.1+dfsg-1ubuntu1.1) ... #14 48.71 Setting up equivs (2.3.1) ... #14 45.90 Setting up man-db (2.11.2-3) ... #14 46.01 Building database of manual pages ... #14 44.19 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 44.21 Setting up dh-strip-nondeterminism (1.13.0-1) ... #14 44.23 Setting up libconst-fast-perl (0.014-1.1) ... #14 44.24 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ... #14 44.26 Setting up libdata-dpath-perl (0.58-1) ... #14 44.27 Setting up libmodule-implementation-perl (0.09-1.1) ... #14 44.28 Setting up libpackage-stash-perl (0.39-1) ... #14 44.30 Setting up libimport-into-perl (1.002005-1) ... #13 50.78 Selecting previously unselected package libgit-wrapper-perl. #13 50.78 Preparing to unpack .../237-libgit-wrapper-perl_0.048-1_all.deb ... #13 50.80 Unpacking libgit-wrapper-perl (0.048-1) ... #13 50.87 Selecting previously unselected package libhttp-tiny-multipart-perl. #13 50.88 Preparing to unpack .../238-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ... #13 50.88 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ... #13 50.94 Selecting previously unselected package libio-prompter-perl. #13 50.95 Preparing to unpack .../239-libio-prompter-perl_0.004015-1_all.deb ... #13 50.96 Unpacking libio-prompter-perl (0.004015-1) ... #14 43.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 ... 4703 files and directories currently installed.) #14 43.64 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_arm64.deb ... #14 43.64 Unpacking python3-minimal (3.10.6-1~22.04) ... #14 43.68 Selecting previously unselected package media-types. #14 43.68 Preparing to unpack .../1-media-types_7.0.0_all.deb ... #14 43.68 Unpacking media-types (7.0.0) ... #14 43.72 Selecting previously unselected package libmpdec3:arm64. #14 43.72 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_arm64.deb ... #14 43.72 Unpacking libmpdec3:arm64 (2.5.1-2build2) ... #14 43.76 Selecting previously unselected package readline-common. #14 43.76 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ... #14 43.77 Unpacking readline-common (8.1.2-1) ... #14 43.81 Selecting previously unselected package libreadline8:arm64. #14 43.81 Preparing to unpack .../4-libreadline8_8.1.2-1_arm64.deb ... #14 43.81 Unpacking libreadline8:arm64 (8.1.2-1) ... #14 43.85 Selecting previously unselected package libsqlite3-0:arm64. #14 43.85 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.3_arm64.deb ... #14 43.86 Unpacking libsqlite3-0:arm64 (3.37.2-2ubuntu0.3) ... #14 43.90 Selecting previously unselected package libpython3.10-stdlib:arm64. #13 48.60 Setting up libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ... #13 48.61 Setting up openssh-client (1:9.2p1-2+deb12u2) ... #13 48.70 Setting up gpgsm (2.2.40-1.1) ... #13 48.71 Setting up libheif1:arm64 (1.15.1-1) ... #14 55.11 Preparing to unpack .../175-libgpgme11_1.18.0-3ubuntu2_armhf.deb ... #14 55.12 Unpacking libgpgme11:armhf (1.18.0-3ubuntu2) ... #14 55.15 Selecting previously unselected package python3-gpg. #14 55.15 Preparing to unpack .../176-python3-gpg_1.18.0-3ubuntu2_armhf.deb ... #14 55.16 Unpacking python3-gpg (1.18.0-3ubuntu2) ... #14 55.20 Selecting previously unselected package python3-xdg. #14 55.20 Preparing to unpack .../177-python3-xdg_0.28-2_all.deb ... #14 55.21 Unpacking python3-xdg (0.28-2) ... #14 55.25 Selecting previously unselected package dput. #14 55.25 Preparing to unpack .../178-dput_1.1.3ubuntu3_all.deb ... #14 55.26 Unpacking dput (1.1.3ubuntu3) ... #14 55.30 Selecting previously unselected package fonts-noto-mono. #14 55.31 Preparing to unpack .../179-fonts-noto-mono_20201225-2_all.deb ... #14 55.31 Unpacking fonts-noto-mono (20201225-2) ... Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Sj26Rf + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PQugQi + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xof - #13 49.05 Setting up openssh-client (1:8.4p1-5+deb11u3) ... #13 49.15 Setting up gpgsm (2.2.27-2+deb11u2) ... #13 49.16 Setting up libxext6:arm64 (2:1.3.3-1.1) ... #13 49.17 Setting up man-db (2.9.4-2) ... #13 49.29 Building database of manual pages ... #16 90.71 Installing : libtool-2.4.2-22.el7_3.aarch64 50/60 #16 90.99 install-info: No such file or directory for /usr/share/info/libtool.info.gz #13 54.15 Setting up libpython2.7:armhf (2.7.16-2+deb10u3) ... #13 54.17 Setting up gettext (0.19.8.1-9) ... #13 54.18 Setting up exim4-base (4.92-8+deb10u9) ... #13 54.29 exim: DB upgrade, deleting hints-db #13 54.33 Setting up gcc-8 (8.3.0-6) ... #13 54.35 Setting up gpg-agent (2.2.12-1+deb10u2) ... #13 54.36 Setting up libtool (2.4.6-9) ... #13 54.38 Setting up openssh-client (1:7.9p1-10+deb10u4) ... #14 47.37 Get:322 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB] #14 47.48 Get:323 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB] #14 52.80 Preparing to unpack .../041-openssh-client_1%3a9.0p1-1ubuntu8.7_armhf.deb ... #14 52.81 Unpacking openssh-client (1:9.0p1-1ubuntu8.7) ... #14 52.87 Selecting previously unselected package publicsuffix. #14 52.87 Preparing to unpack .../042-publicsuffix_20230209.2326-1_all.deb ... #14 52.87 Unpacking publicsuffix (20230209.2326-1) ... #14 52.91 Selecting previously unselected package libunwind8:armhf. #14 52.92 Preparing to unpack .../043-libunwind8_1.6.2-3_armhf.deb ... #14 52.92 Unpacking libunwind8:armhf (1.6.2-3) ... #14 52.95 Selecting previously unselected package strace. #14 52.95 Preparing to unpack .../044-strace_6.2-0ubuntu1_armhf.deb ... #14 52.95 Unpacking strace (6.2-0ubuntu1) ... #14 52.99 Selecting previously unselected package xauth. #14 52.99 Preparing to unpack .../045-xauth_1%3a1.1.2-1_armhf.deb ... #14 53.00 Unpacking xauth (1:1.1.2-1) ... #14 53.03 Selecting previously unselected package xz-utils. #14 53.03 Preparing to unpack .../046-xz-utils_5.4.1-0.2_armhf.deb ... #14 53.03 Unpacking xz-utils (5.4.1-0.2) ... #14 53.07 Selecting previously unselected package m4. #14 53.07 Preparing to unpack .../047-m4_1.4.19-3_armhf.deb ... #14 53.07 Unpacking m4 (1.4.19-3) ... #14 53.11 Selecting previously unselected package autoconf. #14 53.11 Preparing to unpack .../048-autoconf_2.71-3_all.deb ... #14 53.11 Unpacking autoconf (2.71-3) ... #14 53.16 Selecting previously unselected package autotools-dev. #14 56.58 Preparing to unpack .../235-libnet-netmask-perl_2.0001-1_all.deb ... #14 56.59 Unpacking libnet-netmask-perl (2.0001-1) ... #14 56.62 Selecting previously unselected package libnetaddr-ip-perl. #14 56.62 Preparing to unpack .../236-libnetaddr-ip-perl_4.079+dfsg-1build7_armhf.deb ... #14 56.62 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ... #14 56.66 Selecting previously unselected package libdata-validate-ip-perl. #14 56.66 Preparing to unpack .../237-libdata-validate-ip-perl_0.30-1_all.deb ... #14 56.67 Unpacking libdata-validate-ip-perl (0.30-1) ... #14 56.70 Selecting previously unselected package libdata-validate-uri-perl. #14 56.70 Preparing to unpack .../238-libdata-validate-uri-perl_0.07-2_all.deb ... #14 56.70 Unpacking libdata-validate-uri-perl (0.07-2) ... #14 56.74 Selecting previously unselected package libdistro-info-perl. #14 56.74 Preparing to unpack .../239-libdistro-info-perl_1.1ubuntu0.2_all.deb ... #14 56.74 Unpacking libdistro-info-perl (1.1ubuntu0.2) ... #14 56.77 Selecting previously unselected package libemail-address-xs-perl. #14 56.77 Preparing to unpack .../240-libemail-address-xs-perl_1.04-1build6_armhf.deb ... #14 56.77 Unpacking libemail-address-xs-perl (1.04-1build6) ... #14 56.81 Selecting previously unselected package libipc-system-simple-perl. #14 45.15 Get:385 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-certifi all 2022.9.24-1 [155 kB] #13 49.56 Setting up man-db (2.9.4-2) ... #13 49.66 Building database of manual pages ... #15 8.752 Selecting previously unselected package g++. #15 8.754 Preparing to unpack .../02-g++_4%3a8.3.0-1+rpi2_armhf.deb ... #15 8.758 Unpacking g++ (4:8.3.0-1+rpi2) ... #15 8.791 Selecting previously unselected package build-essential. #14 50.71 Selecting previously unselected package diffstat. #14 50.72 Preparing to unpack .../193-diffstat_1.63-1_amd64.deb ... #14 50.72 Unpacking diffstat (1.63-1) ... #14 50.75 Selecting previously unselected package python3-chardet. #14 50.76 Preparing to unpack .../194-python3-chardet_3.0.4-4build1_all.deb ... #14 50.76 Unpacking python3-chardet (3.0.4-4build1) ... #14 50.80 Selecting previously unselected package python3-debian. #14 50.80 Preparing to unpack .../195-python3-debian_0.1.36ubuntu1.1_all.deb ... #14 50.80 Unpacking python3-debian (0.1.36ubuntu1.1) ... #14 50.84 Selecting previously unselected package libgpgme11:amd64. #13 45.91 (26/148): libjpeg-turbo-2.1.4-2.fc38.aarch64.rp 1.0 MB/s | 196 kB 00:00 #13 45.92 (27/148): libpkgconf-1.8.0-6.fc38.aarch64.rpm 4.1 MB/s | 36 kB 00:00 #13 45.92 (28/148): libpng-1.6.37-14.fc38.aarch64.rpm 9.6 MB/s | 116 kB 00:00 #13 45.95 (29/148): libstemmer-2.2.0-5.fc38.aarch64.rpm 4.6 MB/s | 171 kB 00:00 #13 45.95 (30/148): lua-srpm-macros-1-8.fc38.noarch.rpm 255 kB/s | 8.6 kB 00:00 #13 46.03 (31/148): ncurses-6.4-3.20230114.fc38.aarch64.r 3.8 MB/s | 412 kB 00:00 #13 46.03 (32/148): ocaml-srpm-macros-7-3.fc38.noarch.rpm 171 kB/s | 13 kB 00:00 #13 46.03 (33/148): openblas-srpm-macros-2-13.fc38.noarch 1.2 MB/s | 7.5 kB 00:00 #13 46.04 (34/148): patch-2.7.6-19.fc38.aarch64.rpm 13 MB/s | 123 kB 00:00 #13 46.04 (35/148): perl-Carp-1.52-490.fc38.noarch.rpm 3.1 MB/s | 29 kB 00:00 #13 46.04 (36/148): perl-Data-Dumper-2.184-491.fc38.aarch 9.2 MB/s | 55 kB 00:00 #13 46.05 (37/148): perl-Digest-1.20-490.fc38.noarch.rpm 3.0 MB/s | 25 kB 00:00 #13 46.05 (38/148): perl-Digest-MD5-2.58-490.fc38.aarch64 4.1 MB/s | 36 kB 00:00 #13 46.05 (39/148): perl-Exporter-5.77-490.fc38.noarch.rp 3.7 MB/s | 31 kB 00:00 #13 46.06 (40/148): perl-File-Path-2.18-490.fc38.noarch.r 3.8 MB/s | 35 kB 00:00 #13 46.19 (41/148): perl-Encode-3.19-493.fc38.aarch64.rpm 12 MB/s | 1.7 MB 00:00 #12 49.78 Running transaction test #15 11.50 Unpacking bash-completion (1:2.11-2) ... #15 11.67 Selecting previously unselected package cmake-data. #15 11.67 Preparing to unpack .../05-cmake-data_3.18.4-2+rpt1+rpi1+deb11u1_all.deb ... #15 11.68 Unpacking cmake-data (3.18.4-2+rpt1+rpi1+deb11u1) ... #14 56.40 Preparing to unpack .../313-libxml-sax-base-perl_1.09-1_all.deb ... #14 56.41 Unpacking libxml-sax-base-perl (1.09-1) ... #14 56.45 Selecting previously unselected package libxml-sax-perl. #14 56.46 Preparing to unpack .../314-libxml-sax-perl_1.02+dfsg-1_all.deb ... #14 56.46 Unpacking libxml-sax-perl (1.02+dfsg-1) ... #14 56.50 Selecting previously unselected package libxml-libxml-perl. #14 56.51 Preparing to unpack .../315-libxml-libxml-perl_2.0134+dfsg-1build1_armhf.deb ... #14 56.51 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ... #14 56.57 Selecting previously unselected package libxml-parser-perl. #14 56.57 Preparing to unpack .../316-libxml-parser-perl_2.46-1_armhf.deb ... #14 56.58 Unpacking libxml-parser-perl (2.46-1) ... #14 56.63 Selecting previously unselected package libxml-sax-expat-perl. #14 44.31 Setting up libmoo-perl (2.005004-3) ... #14 44.33 Setting up liblist-someutils-perl (0.58-1) ... #14 44.34 Setting up debhelper (13.6ubuntu1) ... #14 44.35 Setting up liblist-someutils-xs-perl (0.58-2build3) ... #14 44.37 Setting up equivs (2.3.1) ... #14 44.39 Setting up libmoox-aliases-perl (0.001006-1.1) ... #14 44.40 Setting up libb-hooks-endofscope-perl (0.25-1) ... #14 44.42 Setting up libnamespace-clean-perl (0.27-1) ... #14 44.43 Setting up libnamespace-autoclean-perl (0.29-1) ... #14 44.45 Setting up libgitlab-api-v4-perl (0.26-1) ... #14 44.46 Setting up libmoox-struct-perl (0.020-1) ... #14 44.47 Setting up lintian (2.114.0ubuntu1.3) ... #14 44.49 Setting up licensecheck (3.2.14-2) ... #14 44.51 Setting up liblwp-protocol-https-perl (6.10-1) ... #13 51.04 Selecting previously unselected package libjson-perl. #13 51.04 Preparing to unpack .../240-libjson-perl_4.03000-1_all.deb ... #13 51.05 Unpacking libjson-perl (4.03000-1) ... #13 51.11 Selecting previously unselected package liblog-any-perl. #13 51.11 Preparing to unpack .../241-liblog-any-perl_1.709-1_all.deb ... #13 51.12 Unpacking liblog-any-perl (1.709-1) ... #13 51.20 Selecting previously unselected package liblog-any-adapter-screen-perl. #13 51.21 Preparing to unpack .../242-liblog-any-adapter-screen-perl_0.140-1_all.deb ... #13 51.22 Unpacking liblog-any-adapter-screen-perl (0.140-1) ... #13 51.28 Selecting previously unselected package libpackage-stash-perl. #14 43.90 Preparing to unpack .../6-libpython3.10-stdlib_3.10.12-1~22.04.3_arm64.deb ... #14 43.91 Unpacking libpython3.10-stdlib:arm64 (3.10.12-1~22.04.3) ... #14 44.01 Selecting previously unselected package python3.10. #14 48.72 Setting up g++ (4:12.2.0-3ubuntu1) ... #14 48.73 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 48.73 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist #14 48.74 Setting up build-essential (12.9ubuntu3) ... #14 48.76 Setting up libmoox-aliases-perl (0.001006-2) ... #14 48.77 Setting up libb-hooks-endofscope-perl (0.26-1) ... #14 48.79 Setting up python3-nacl (1.5.0-2) ... #14 48.95 Setting up dput (1.1.3ubuntu2.1) ... #14 49.07 Setting up libnamespace-clean-perl (0.27-2) ... #13 48.72 Setting up libxext6:arm64 (2:1.3.4-1+b1) ... #13 48.73 Setting up binutils-aarch64-linux-gnu (2.40-2) ... #13 48.74 Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u5) ... #13 48.75 Setting up binutils (2.40-2) ... #13 48.76 Setting up man-db (2.11.2-2) ... #13 48.86 Building database of manual pages ... #14 55.35 Selecting previously unselected package fonts-noto-core. #14 55.36 Preparing to unpack .../180-fonts-noto-core_20201225-2_all.deb ... #14 55.36 Unpacking fonts-noto-core (20201225-2) ... #13 54.47 Setting up gpgsm (2.2.12-1+deb10u2) ... #13 54.48 Setting up libgsasl7 (1.8.0-8+deb10u1) ... #13 54.49 Setting up libxext6:armhf (2:1.3.3-1+b2) ... #13 54.53 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u8) ... #13 54.54 Setting up python3 (3.7.3-1) ... #14 46.59 Selecting previously unselected package python3-minimal. #14 46.59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4660 files and directories currently installed.) #14 46.59 Preparing to unpack .../00-python3-minimal_3.11.4-5_arm64.deb ... #14 46.60 Unpacking python3-minimal (3.11.4-5) ... #14 46.63 Selecting previously unselected package media-types. #14 46.63 Preparing to unpack .../01-media-types_10.1.0_all.deb ... #14 46.63 Unpacking media-types (10.1.0) ... #14 46.68 Selecting previously unselected package tzdata. #14 46.68 Preparing to unpack .../02-tzdata_2023d-0ubuntu0.23.10_all.deb ... #14 46.68 Unpacking tzdata (2023d-0ubuntu0.23.10) ... #14 46.76 Selecting previously unselected package libkrb5support0:arm64. #14 47.57 Get:324 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libterm-readkey-perl arm64 2.38-1build1 [24.1 kB] #14 47.69 Get:325 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtest-fatal-perl all 0.014-1 [11.1 kB] #13 49.34 Setting up libgnutls-dane0:arm64 (3.6.7-4+deb10u11) ... #14 53.16 Preparing to unpack .../049-autotools-dev_20220109.1_all.deb ... #14 53.16 Unpacking autotools-dev (20220109.1) ... #14 53.20 Selecting previously unselected package automake. #14 53.20 Preparing to unpack .../050-automake_1%3a1.16.5-1.3_all.deb ... #14 53.20 Unpacking automake (1:1.16.5-1.3) ... #14 53.25 Selecting previously unselected package autopoint. #14 53.25 Preparing to unpack .../051-autopoint_0.21-11_all.deb ... #14 53.25 Unpacking autopoint (0.21-11) ... #14 53.29 Selecting previously unselected package binutils-common:armhf. #14 53.29 Preparing to unpack .../052-binutils-common_2.40-2ubuntu4.1_armhf.deb ... #14 53.29 Unpacking binutils-common:armhf (2.40-2ubuntu4.1) ... #14 53.33 Selecting previously unselected package libbinutils:armhf. #14 53.33 Preparing to unpack .../053-libbinutils_2.40-2ubuntu4.1_armhf.deb ... #14 53.34 Unpacking libbinutils:armhf (2.40-2ubuntu4.1) ... #14 53.38 Selecting previously unselected package libctf-nobfd0:armhf. #14 53.39 Preparing to unpack .../054-libctf-nobfd0_2.40-2ubuntu4.1_armhf.deb ... #14 53.39 Unpacking libctf-nobfd0:armhf (2.40-2ubuntu4.1) ... #14 56.81 Preparing to unpack .../241-libipc-system-simple-perl_1.30-1_all.deb ... #14 56.81 Unpacking libipc-system-simple-perl (1.30-1) ... #14 56.84 Selecting previously unselected package libfile-basedir-perl. #14 56.84 Preparing to unpack .../242-libfile-basedir-perl_0.09-1_all.deb ... #14 56.85 Unpacking libfile-basedir-perl (0.09-1) ... #14 56.88 Selecting previously unselected package libfile-chdir-perl. #14 56.88 Preparing to unpack .../243-libfile-chdir-perl_0.1008-1.1_all.deb ... #14 56.88 Unpacking libfile-chdir-perl (0.1008-1.1) ... #14 56.91 Selecting previously unselected package libfile-fcntllock-perl. #14 56.91 Preparing to unpack .../244-libfile-fcntllock-perl_0.22-3build7_armhf.deb ... #14 56.92 Unpacking libfile-fcntllock-perl (0.22-3build7) ... #14 56.95 Selecting previously unselected package libnumber-compare-perl. #14 56.95 Preparing to unpack .../245-libnumber-compare-perl_0.03-2_all.deb ... #14 56.96 Unpacking libnumber-compare-perl (0.03-2) ... #14 56.99 Selecting previously unselected package libtext-glob-perl. #14 56.99 Preparing to unpack .../246-libtext-glob-perl_0.11-2_all.deb ... #14 56.99 Unpacking libtext-glob-perl (0.11-2) ... #14 57.02 Selecting previously unselected package libfile-find-rule-perl. #14 45.15 Get:386 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-cffi-backend arm64 1.15.1-5build1 [80.3 kB] #14 45.16 Get:387 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 python3-cryptography arm64 38.0.4-2ubuntu0.1 [637 kB] #14 45.17 Get:388 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-idna all 3.3-1 [49.3 kB] #14 45.17 Get:389 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-nacl arm64 1.5.0-2 [59.9 kB] #14 45.18 Get:390 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-bcrypt arm64 3.2.2-1 [28.8 kB] #14 45.18 Get:391 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-six all 1.16.0-4 [12.4 kB] #14 45.18 Get:392 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-paramiko all 2.12.0-2ubuntu1 [134 kB] #14 45.18 Get:393 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 python3-urllib3 all 1.26.12-1ubuntu0.1 [101 kB] #14 45.22 Get:394 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 python3-requests all 2.28.1+dfsg-1ubuntu1.1 [50.7 kB] #15 8.793 Preparing to unpack .../03-build-essential_12.6_armhf.deb ... #15 8.798 Unpacking build-essential (12.6) ... #15 8.849 Selecting previously unselected package bash-completion. #15 8.851 Preparing to unpack .../04-bash-completion_1%3a2.8-6_all.deb ... #14 50.84 Preparing to unpack .../196-libgpgme11_1.13.1-7ubuntu2.1_amd64.deb ... #14 50.85 Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2.1) ... #14 50.89 Selecting previously unselected package python3-gpg. #14 50.89 Preparing to unpack .../197-python3-gpg_1.13.1-7ubuntu2.1_amd64.deb ... #14 50.89 Unpacking python3-gpg (1.13.1-7ubuntu2.1) ... #14 50.95 Selecting previously unselected package dput. #14 50.96 Preparing to unpack .../198-dput_1.0.3ubuntu1.1_all.deb ... #14 50.96 Unpacking dput (1.0.3ubuntu1.1) ... #14 51.00 Selecting previously unselected package libcurl3-gnutls:amd64. #14 51.00 Preparing to unpack .../199-libcurl3-gnutls_7.68.0-1ubuntu2.21_amd64.deb ... #14 51.01 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.21) ... #14 51.05 Selecting previously unselected package liberror-perl. #14 51.05 Preparing to unpack .../200-liberror-perl_0.17029-1_all.deb ... #14 51.06 Unpacking liberror-perl (0.17029-1) ... #13 46.19 (42/148): perl-File-Temp-0.231.100-490.fc38.noa 431 kB/s | 59 kB 00:00 #13 46.20 (43/148): perl-Getopt-Long-2.54-2.fc38.noarch.r 438 kB/s | 60 kB 00:00 #13 46.22 (44/148): perl-IO-Socket-IP-0.41-492.fc38.noarc 1.4 MB/s | 41 kB 00:00 #13 46.23 (45/148): perl-IO-Socket-SSL-2.081-1.fc38.noarc 6.6 MB/s | 227 kB 00:00 #13 46.23 (46/148): perl-MIME-Base64-3.16-490.fc38.aarch6 902 kB/s | 30 kB 00:00 #13 46.23 (47/148): perl-Mozilla-CA-20221114-2.fc38.noarc 1.1 MB/s | 12 kB 00:00 #13 46.24 (48/148): perl-PathTools-3.84-490.fc38.aarch64. 12 MB/s | 87 kB 00:00 #13 46.24 (49/148): perl-Pod-Escapes-1.07-490.fc38.noarch 2.8 MB/s | 20 kB 00:00 #13 46.32 (50/148): perl-Net-SSLeay-1.92-5.fc38.aarch64.r 4.0 MB/s | 357 kB 00:00 #13 46.32 (51/148): perl-Pod-Perldoc-3.28.01-491.fc38.noa 1.0 MB/s | 86 kB 00:00 #13 46.33 (52/148): perl-Pod-Simple-3.43-491.fc38.noarch. 2.5 MB/s | 219 kB 00:00 #13 46.33 (53/148): perl-Pod-Usage-2.03-4.fc38.noarch.rpm 4.5 MB/s | 40 kB 00:00 #13 46.33 (54/148): perl-Scalar-List-Utils-1.63-490.fc38. 6.0 MB/s | 71 kB 00:00 #13 46.34 (55/148): perl-Socket-2.036-2.fc38.aarch64.rpm 5.6 MB/s | 56 kB 00:00 #13 46.34 (56/148): perl-Storable-3.26-490.fc38.aarch64.r 13 MB/s | 96 kB 00:00 #13 46.34 (57/148): perl-Term-ANSIColor-5.01-491.fc38.noa 4.9 MB/s | 47 kB 00:00 #13 46.35 (58/148): perl-Term-Cap-1.18-1.fc38.noarch.rpm 2.4 MB/s | 22 kB 00:00 #13 46.35 (59/148): perl-Time-Local-1.300-490.fc38.noarch 5.5 MB/s | 33 kB 00:00 #13 46.35 (60/148): perl-Text-ParseWords-3.31-490.fc38.no 1.7 MB/s | 16 kB 00:00 #13 46.36 (61/148): perl-URI-5.17-2.fc38.noarch.rpm 12 MB/s | 120 kB 00:00 #13 46.36 (62/148): perl-constant-1.33-491.fc38.noarch.rp 2.5 MB/s | 23 kB 00:00 #13 46.37 (63/148): perl-libnet-3.15-1.fc38.noarch.rpm 17 MB/s | 128 kB 00:00 #13 46.37 (64/148): perl-parent-0.241-1.fc38.noarch.rpm 1.3 MB/s | 15 kB 00:00 #13 46.37 (65/148): perl-podlators-5.01-2.fc38.noarch.rpm 11 MB/s | 125 kB 00:00 #13 46.38 (66/148): perl-srpm-macros-1-48.fc38.noarch.rpm 888 kB/s | 8.4 kB 00:00 #13 46.38 (67/148): pkgconf-m4-1.8.0-6.fc38.noarch.rpm 2.3 MB/s | 14 kB 00:00 #13 46.38 (68/148): pkgconf-1.8.0-6.fc38.aarch64.rpm 4.4 MB/s | 41 kB 00:00 #13 46.39 (69/148): pkgconf-pkg-config-1.8.0-6.fc38.aarch 1.1 MB/s | 9.6 kB 00:00 #13 46.39 (70/148): python-srpm-macros-3.11-10.fc38.noarc 1.7 MB/s | 26 kB 00:00 #13 46.40 (71/148): python-systemd-doc-235-2.fc38.aarch64 10 MB/s | 171 kB 00:00 #13 46.41 (72/148): python3-dateutil-2.8.2-5.fc38.noarch. 31 MB/s | 360 kB 00:00 #13 46.41 (73/148): python3-construct-2.10.68-4.fc38.noar 5.7 MB/s | 151 kB 00:00 #13 46.42 (74/148): python3-dbus-1.3.2-2.fc38.aarch64.rpm 11 MB/s | 158 kB 00:00 #13 46.47 (75/148): python3-distro-1.8.0-2.fc38.noarch.rp 764 kB/s | 49 kB 00:00 #12 50.31 Transaction test succeeded. #15 12.07 Selecting previously unselected package libarchive13:armhf. #14 56.64 Preparing to unpack .../317-libxml-sax-expat-perl_0.51-1_all.deb ... #14 56.64 Unpacking libxml-sax-expat-perl (0.51-1) ... #14 56.72 Selecting previously unselected package libxml-writer-perl. #14 56.72 Preparing to unpack .../318-libxml-writer-perl_0.625-1_all.deb ... #14 56.72 Unpacking libxml-writer-perl (0.625-1) ... #14 56.76 Selecting previously unselected package libyaml-libyaml-perl. #14 56.76 Preparing to unpack .../319-libyaml-libyaml-perl_0.81+repack-1_armhf.deb ... #14 56.76 Unpacking libyaml-libyaml-perl (0.81+repack-1) ... #14 56.80 Selecting previously unselected package licensecheck. #14 56.80 Preparing to unpack .../320-licensecheck_3.0.45-1_all.deb ... #14 56.80 Unpacking licensecheck (3.0.45-1) ... #14 56.84 Selecting previously unselected package libdevel-size-perl. #14 56.84 Preparing to unpack .../321-libdevel-size-perl_0.83-1build1_armhf.deb ... #14 56.85 Unpacking libdevel-size-perl (0.83-1build1) ... #14 56.89 Selecting previously unselected package t1utils. #14 44.52 Setting up libwww-perl (6.61-1) ... #14 44.54 Setting up devscripts (2.22.1ubuntu1) ... #14 44.71 Setting up libxml-parser-perl:amd64 (2.46-3build1) ... #14 44.72 Setting up libxml-sax-expat-perl (0.51-1) ... #14 44.77 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #14 44.82 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 51.28 Preparing to unpack .../243-libpackage-stash-perl_0.39-1_all.deb ... #13 51.29 Unpacking libpackage-stash-perl (0.39-1) ... #13 51.34 Selecting previously unselected package libsub-identify-perl. #13 51.35 Preparing to unpack .../244-libsub-identify-perl_0.14-1+b3_armhf.deb ... #13 51.36 Unpacking libsub-identify-perl (0.14-1+b3) ... #13 51.43 Selecting previously unselected package libsub-name-perl. #13 51.43 Preparing to unpack .../245-libsub-name-perl_0.26-1+b1_armhf.deb ... #13 51.44 Unpacking libsub-name-perl (0.26-1+b1) ... #13 51.49 Selecting previously unselected package libnamespace-clean-perl. #13 51.50 Preparing to unpack .../246-libnamespace-clean-perl_0.27-1_all.deb ... #13 51.50 Unpacking libnamespace-clean-perl (0.27-1) ... #14 44.01 Preparing to unpack .../7-python3.10_3.10.12-1~22.04.3_arm64.deb ... #14 44.01 Unpacking python3.10 (3.10.12-1~22.04.3) ... #14 44.05 Selecting previously unselected package libpython3-stdlib:arm64. #14 44.05 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_arm64.deb ... #14 44.05 Unpacking libpython3-stdlib:arm64 (3.10.6-1~22.04) ... #14 44.08 Setting up python3-minimal (3.10.6-1~22.04) ... #14 44.27 Selecting previously unselected package python3. #14 49.09 Setting up libstring-license-perl (0.0.2-1ubuntu2) ... #14 49.11 Setting up python3-paramiko (2.12.0-2ubuntu1) ... #14 49.31 Setting up licensecheck (3.3.5-1ubuntu1) ... #14 46.62 Setting up libgpgme11:amd64 (1.18.0-3ubuntu2) ... #14 55.72 Selecting previously unselected package fontconfig-config. #14 55.72 Preparing to unpack .../181-fontconfig-config_2.14.2-4ubuntu1_armhf.deb ... #14 55.87 Unpacking fontconfig-config (2.14.2-4ubuntu1) ... #14 55.91 Selecting previously unselected package libcurl3-gnutls:armhf. #16 91.24 Installing : glibc-static-2.17-326.el7_9.aarch64 51/60 #13 54.83 Setting up python3-xdg (0.25-5) ... #14 46.76 Preparing to unpack .../03-libkrb5support0_1.20.1-3ubuntu1_arm64.deb ... #14 46.77 Unpacking libkrb5support0:arm64 (1.20.1-3ubuntu1) ... #14 46.81 Selecting previously unselected package libk5crypto3:arm64. #14 46.81 Preparing to unpack .../04-libk5crypto3_1.20.1-3ubuntu1_arm64.deb ... #14 46.81 Unpacking libk5crypto3:arm64 (1.20.1-3ubuntu1) ... #14 46.85 Selecting previously unselected package libkeyutils1:arm64. #14 46.85 Preparing to unpack .../05-libkeyutils1_1.6.3-2_arm64.deb ... #14 46.85 Unpacking libkeyutils1:arm64 (1.6.3-2) ... #14 46.89 Selecting previously unselected package libkrb5-3:arm64. #14 46.89 Preparing to unpack .../06-libkrb5-3_1.20.1-3ubuntu1_arm64.deb ... #14 46.90 Unpacking libkrb5-3:arm64 (1.20.1-3ubuntu1) ... #14 46.94 Selecting previously unselected package libgssapi-krb5-2:arm64. #14 46.94 Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-3ubuntu1_arm64.deb ... #14 46.94 Unpacking libgssapi-krb5-2:arm64 (1.20.1-3ubuntu1) ... #14 46.98 Selecting previously unselected package libtirpc-common. #14 46.98 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... #14 46.98 Unpacking libtirpc-common (1.3.3+ds-1) ... #14 47.01 Selecting previously unselected package libtirpc3:arm64. #14 47.78 Get:326 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtest-refcount-perl all 0.10-1 [11.4 kB] #14 47.87 Get:327 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtext-levenshtein-perl all 0.13-1 [9612 B] #14 47.96 Get:328 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtype-tiny-xs-perl arm64 0.016-1 [22.3 kB] #14 48.07 Get:329 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libunicode-utf8-perl arm64 0.62-1build1 [17.5 kB] #16 15.89 Running transaction check #16 16.10 Transaction check succeeded. #16 16.10 Running transaction test #13 49.35 Setting up libpython2.7:arm64 (2.7.16-2+deb10u3) ... #13 49.36 Setting up gettext (0.19.8.1-9) ... #13 49.37 Setting up exim4-base (4.92-8+deb10u9) ... #13 49.48 exim: DB upgrade, deleting hints-db #13 49.52 Setting up gcc-8 (8.3.0-6) ... #13 49.53 Setting up gpg-agent (2.2.12-1+deb10u2) ... #13 49.55 Setting up libtool (2.4.6-9) ... #13 49.56 Setting up openssh-client (1:7.9p1-10+deb10u4) ... #13 49.65 Setting up gpgsm (2.2.12-1+deb10u2) ... #14 53.43 Selecting previously unselected package libctf0:armhf. #14 53.43 Preparing to unpack .../055-libctf0_2.40-2ubuntu4.1_armhf.deb ... #14 53.44 Unpacking libctf0:armhf (2.40-2ubuntu4.1) ... #14 53.48 Selecting previously unselected package binutils-arm-linux-gnueabihf. #14 53.48 Preparing to unpack .../056-binutils-arm-linux-gnueabihf_2.40-2ubuntu4.1_armhf.deb ... #14 53.49 Unpacking binutils-arm-linux-gnueabihf (2.40-2ubuntu4.1) ... #14 53.60 Selecting previously unselected package binutils. #14 53.60 Preparing to unpack .../057-binutils_2.40-2ubuntu4.1_armhf.deb ... #14 53.60 Unpacking binutils (2.40-2ubuntu4.1) ... #14 53.63 Selecting previously unselected package libc-dev-bin. #14 53.64 Preparing to unpack .../058-libc-dev-bin_2.37-0ubuntu2.2_armhf.deb ... #14 53.64 Unpacking libc-dev-bin (2.37-0ubuntu2.2) ... #14 57.02 Preparing to unpack .../247-libfile-find-rule-perl_0.34-1_all.deb ... #14 57.03 Unpacking libfile-find-rule-perl (0.34-1) ... #14 57.06 Selecting previously unselected package libfont-afm-perl. #14 57.06 Preparing to unpack .../248-libfont-afm-perl_1.20-3_all.deb ... #14 57.06 Unpacking libfont-afm-perl (1.20-3) ... #14 57.17 Selecting previously unselected package libio-string-perl. #14 57.17 Preparing to unpack .../249-libio-string-perl_1.08-3.1_all.deb ... #14 57.17 Unpacking libio-string-perl (1.08-3.1) ... #14 57.20 Selecting previously unselected package libfont-ttf-perl. #14 57.21 Preparing to unpack .../250-libfont-ttf-perl_1.06-1.1_all.deb ... #14 57.21 Unpacking libfont-ttf-perl (1.06-1.1) ... #14 57.28 Selecting previously unselected package libsort-versions-perl. #14 57.28 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ... #14 57.29 Unpacking libsort-versions-perl (1.62-1) ... #14 57.32 Selecting previously unselected package libgit-wrapper-perl. #14 57.32 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ... #14 57.32 Unpacking libgit-wrapper-perl (0.048-1) ... #14 57.36 Selecting previously unselected package libhttp-tiny-multipart-perl. #14 57.36 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ... #14 57.36 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ... #14 57.39 Selecting previously unselected package libio-prompter-perl. #14 45.63 Get:395 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-unidiff all 0.7.3-1 [11.0 kB] #14 45.70 Get:396 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 equivs all 2.3.1 [19.0 kB] #14 45.73 Get:397 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libauthen-sasl-perl all 2.1600-3 [42.2 kB] #14 45.83 Get:398 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-magic all 2:0.4.26-3 [13.1 kB] #14 51.09 Selecting previously unselected package git-man. #14 51.09 Preparing to unpack .../201-git-man_1%3a2.25.1-1ubuntu3.11_all.deb ... #14 51.09 Unpacking git-man (1:2.25.1-1ubuntu3.11) ... #14 51.21 Selecting previously unselected package git. #14 51.22 Preparing to unpack .../202-git_1%3a2.25.1-1ubuntu3.11_amd64.deb ... #14 51.23 Unpacking git (1:2.25.1-1ubuntu3.11) ... #13 46.48 (76/148): python3-enchant-3.2.2-6.fc38.noarch.r 1.7 MB/s | 103 kB 00:00 #13 46.48 (77/148): python3-file-magic-5.44-3.fc38.noarch 323 kB/s | 20 kB 00:00 #13 46.48 (78/148): python3-pybeam-0.7-5.fc38.noarch.rpm 3.5 MB/s | 33 kB 00:00 #13 46.49 (79/148): python3-six-1.16.0-9.fc38.noarch.rpm 6.5 MB/s | 42 kB 00:00 #13 46.49 (80/148): python3-pyxdg-0.27-7.fc38.noarch.rpm 12 MB/s | 134 kB 00:00 #13 46.49 (81/148): python3-systemd-235-2.fc38.aarch64.rp 10 MB/s | 108 kB 00:00 #13 46.50 (82/148): unzip-6.0-60.fc38.aarch64.rpm 24 MB/s | 183 kB 00:00 #13 46.51 (83/148): shared-mime-info-2.2-3.fc38.aarch64.r 26 MB/s | 380 kB 00:00 #13 46.51 (84/148): python3-tomli-w-1.0.0-5.fc38.noarch.r 862 kB/s | 21 kB 00:00 #13 46.51 (85/148): web-assets-filesystem-5-19.fc38.noarc 687 kB/s | 7.9 kB 00:00 #13 46.52 (86/148): xz-5.4.1-1.fc38.aarch64.rpm 30 MB/s | 420 kB 00:00 #13 46.53 (87/148): ansible-srpm-macros-1-10.fc38.noarch. 1.4 MB/s | 21 kB 00:00 #13 46.58 (88/148): binutils-gold-2.39-16.fc38.aarch64.rp 16 MB/s | 943 kB 00:00 #13 46.61 (89/148): binutils-2.39-16.fc38.aarch64.rpm 62 MB/s | 5.9 MB 00:00 #13 46.66 (90/148): dash-0.5.12-1.fc38.aarch64.rpm 756 kB/s | 98 kB 00:00 #13 46.67 (91/148): dbus-libs-1.14.10-1.fc38.aarch64.rpm 1.8 MB/s | 155 kB 00:00 #13 46.67 (92/148): debugedit-5.0-9.fc38.aarch64.rpm 8.2 MB/s | 77 kB 00:00 #13 46.68 (93/148): diffutils-3.10-1.fc38.aarch64.rpm 28 MB/s | 395 kB 00:00 #13 46.68 (94/148): dnf-plugins-core-4.4.4-1.fc38.noarch. 3.1 MB/s | 37 kB 00:00 #13 46.69 (95/148): elfutils-debuginfod-client-0.190-2.fc 5.4 MB/s | 37 kB 00:00 #13 46.69 (96/148): elfutils-0.190-2.fc38.aarch64.rpm 39 MB/s | 551 kB 00:00 #13 46.70 (97/148): emacs-filesystem-28.3-0.rc1.fc38.noar 648 kB/s | 8.1 kB 00:00 #13 46.72 (98/148): gdb-minimal-13.2-7.fc38.aarch64.rpm 107 MB/s | 3.8 MB 00:00 #13 46.73 (99/148): go-srpm-macros-3.3.1-1.fc38.noarch.rp 1.1 MB/s | 28 kB 00:00 #13 46.74 (100/148): glibc-gconv-extra-2.37-16.fc38.aarch 48 MB/s | 2.0 MB 00:00 #13 46.75 (101/148): kernel-srpm-macros-1.0-19.fc38.noarc 685 kB/s | 10 kB 00:00 #13 46.75 (102/148): package-notes-srpm-macros-0.5-8.fc38 638 kB/s | 11 kB 00:00 #13 46.75 (103/148): perl-AutoLoader-5.74-498.fc38.noarch 2.7 MB/s | 22 kB 00:00 #13 46.75 (104/148): perl-Class-Struct-0.66-498.fc38.noar 3.3 MB/s | 23 kB 00:00 #13 46.76 (105/148): perl-B-1.83-498.fc38.aarch64.rpm 15 MB/s | 183 kB 00:00 #13 46.76 (106/148): perl-DynaLoader-1.52-498.fc38.aarch6 2.3 MB/s | 27 kB 00:00 #13 46.77 (107/148): perl-Errno-1.36-498.fc38.aarch64.rpm 1.5 MB/s | 15 kB 00:00 #13 46.77 (108/148): perl-Fcntl-1.15-498.fc38.aarch64.rpm 3.6 MB/s | 21 kB 00:00 #13 46.77 (109/148): perl-File-Basename-2.85-498.fc38.noa 2.1 MB/s | 18 kB 00:00 #13 46.77 (110/148): perl-File-stat-1.12-498.fc38.noarch. 2.1 MB/s | 18 kB 00:00 #13 46.78 (111/148): perl-FileHandle-2.03-498.fc38.noarch 2.4 MB/s | 16 kB 00:00 #13 46.78 (112/148): perl-Getopt-Std-1.13-498.fc38.noarch 1.6 MB/s | 16 kB 00:00 #13 46.78 (113/148): perl-HTTP-Tiny-0.086-2.fc38.noarch.r 5.3 MB/s | 55 kB 00:00 #13 46.79 (114/148): perl-IO-1.50-498.fc38.aarch64.rpm 9.2 MB/s | 93 kB 00:00 #12 50.31 Running transaction #15 12.07 Preparing to unpack .../06-libarchive13_3.4.3-2+deb11u1_armhf.deb ... #15 12.08 Unpacking libarchive13:armhf (3.4.3-2+deb11u1) ... #15 12.15 Selecting previously unselected package libjsoncpp24:armhf. #15 12.16 Preparing to unpack .../07-libjsoncpp24_1.9.4-4_armhf.deb ... #15 12.16 Unpacking libjsoncpp24:armhf (1.9.4-4) ... #15 12.20 Selecting previously unselected package librhash0:armhf. #15 12.20 Preparing to unpack .../08-librhash0_1.4.1-2_armhf.deb ... #15 12.21 Unpacking librhash0:armhf (1.4.1-2) ... #15 12.25 Selecting previously unselected package libuv1:armhf. #15 12.25 Preparing to unpack .../09-libuv1_1.40.0-2_armhf.deb ... #15 12.26 Unpacking libuv1:armhf (1.40.0-2) ... #15 12.29 Selecting previously unselected package cmake. #15 12.29 Preparing to unpack .../10-cmake_3.18.4-2+rpt1+rpi1+deb11u1_armhf.deb ... #15 12.30 Unpacking cmake (3.18.4-2+rpt1+rpi1+deb11u1) ... #14 56.89 Preparing to unpack .../322-t1utils_1.41-3_armhf.deb ... #14 56.90 Unpacking t1utils (1.41-3) ... #14 56.94 Selecting previously unselected package lintian. #14 56.95 Preparing to unpack .../323-lintian_2.62.0ubuntu2.3_all.deb ... #14 56.95 Unpacking lintian (2.62.0ubuntu2.3) ... #14 44.94 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 44.96 Processing triggers for libc-bin (2.35-0ubuntu3.6) ... #14 44.99 Processing triggers for ca-certificates (20230311ubuntu0.22.04.1) ... #14 45.00 Updating certificates in /etc/ssl/certs... #13 51.59 Selecting previously unselected package libpath-tiny-perl. #13 51.59 Preparing to unpack .../247-libpath-tiny-perl_0.118-1_all.deb ... #13 51.60 Unpacking libpath-tiny-perl (0.118-1) ... #13 51.65 Selecting previously unselected package libtype-tiny-perl. #13 51.66 Preparing to unpack .../248-libtype-tiny-perl_1.012001-2_all.deb ... #13 51.66 Unpacking libtype-tiny-perl (1.012001-2) ... #14 44.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 ... 5133 files and directories currently installed.) #14 44.28 Preparing to unpack .../000-python3_3.10.6-1~22.04_arm64.deb ... #14 44.29 Unpacking python3 (3.10.6-1~22.04) ... #14 44.32 Selecting previously unselected package perl-modules-5.34. #14 44.32 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.3_all.deb ... #14 44.33 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.3) ... #14 44.56 Selecting previously unselected package libgdbm6:arm64. #14 49.32 Setting up libgitlab-api-v4-perl (0.26-2) ... #14 49.34 Setting up liblwp-protocol-https-perl (6.10-1) ... #14 49.35 Setting up libwww-perl (6.67-1) ... #14 49.37 Setting up libhtml-tokeparser-simple-perl (3.16-4) ... #14 49.39 Setting up libwww-mechanize-perl (2.16-1) ... #14 49.40 Setting up devscripts (2.23.4ubuntu1) ... #14 49.54 Setting up libxml-parser-perl (2.46-4) ... #14 46.66 Setting up dirmngr (2.2.40-1.1ubuntu1) ... #14 46.83 Setting up perl (5.36.0-9ubuntu1.1) ... #14 46.91 Setting up libpackage-stash-xs-perl:amd64 (0.30-1build1) ... #14 46.94 Setting up libclass-data-inheritable-perl (0.08-3) ... #14 55.91 Preparing to unpack .../182-libcurl3-gnutls_8.2.1-1ubuntu3.2_armhf.deb ... #14 55.92 Unpacking libcurl3-gnutls:armhf (8.2.1-1ubuntu3.2) ... #14 55.95 Selecting previously unselected package liberror-perl. #14 55.95 Preparing to unpack .../183-liberror-perl_0.17029-2_all.deb ... #14 55.96 Unpacking liberror-perl (0.17029-2) ... #14 55.99 Selecting previously unselected package git-man. #14 55.99 Preparing to unpack .../184-git-man_1%3a2.40.1-1ubuntu1_all.deb ... #14 55.99 Unpacking git-man (1:2.40.1-1ubuntu1) ... #14 56.04 Selecting previously unselected package git. #14 56.04 Preparing to unpack .../185-git_1%3a2.40.1-1ubuntu1_armhf.deb ... #14 56.05 Unpacking git (1:2.40.1-1ubuntu1) ... #13 54.98 Setting up man-db (2.8.5-2) ... #13 55.09 Building database of manual pages ... #14 47.01 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_arm64.deb ... #14 47.02 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... #14 47.05 Selecting previously unselected package libnsl2:arm64. #14 47.05 Preparing to unpack .../10-libnsl2_1.3.0-2build2_arm64.deb ... #14 47.05 Unpacking libnsl2:arm64 (1.3.0-2build2) ... #14 47.09 Selecting previously unselected package readline-common. #14 47.09 Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... #14 47.09 Unpacking readline-common (8.2-1.3) ... #14 47.12 Selecting previously unselected package libreadline8:arm64. #14 47.12 Preparing to unpack .../12-libreadline8_8.2-1.3_arm64.deb ... #14 47.12 Unpacking libreadline8:arm64 (8.2-1.3) ... #14 47.16 Selecting previously unselected package libsqlite3-0:arm64. #14 47.16 Preparing to unpack .../13-libsqlite3-0_3.42.0-1ubuntu0.1_arm64.deb ... #14 47.17 Unpacking libsqlite3-0:arm64 (3.42.0-1ubuntu0.1) ... #14 47.24 Selecting previously unselected package libpython3.11-stdlib:arm64. #17 DONE 6.7s #18 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache #18 DONE 0.2s #14 48.16 Get:330 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB] #14 48.25 Get:331 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-base-perl all 1.09-1 [18.8 kB] #13 49.66 Setting up libgsasl7 (1.8.0-8+deb10u1) ... #13 49.68 Setting up libxext6:arm64 (2:1.3.3-1+b2) ... #13 49.69 Setting up libcurl3-gnutls:arm64 (7.64.0-4+deb10u8) ... #13 49.70 Setting up python3 (3.7.3-1) ... #14 53.67 Selecting previously unselected package linux-libc-dev:armhf. #14 53.67 Preparing to unpack .../059-linux-libc-dev_6.2.0-39.40_armhf.deb ... #14 53.68 Unpacking linux-libc-dev:armhf (6.2.0-39.40) ... #14 53.84 Selecting previously unselected package libcrypt-dev:armhf. #14 53.84 Preparing to unpack .../060-libcrypt-dev_1%3a4.4.33-2_armhf.deb ... #14 53.85 Unpacking libcrypt-dev:armhf (1:4.4.33-2) ... #14 53.89 Selecting previously unselected package rpcsvc-proto. #16 11.57 Transaction test succeeded. #16 11.57 Running transaction #14 57.39 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ... #14 57.40 Unpacking libio-prompter-perl (0.004015-1) ... #14 57.44 Selecting previously unselected package libjson-perl. #14 57.44 Preparing to unpack .../255-libjson-perl_4.04000-1_all.deb ... #14 57.44 Unpacking libjson-perl (4.04000-1) ... #14 57.47 Selecting previously unselected package liblog-any-perl. #14 57.48 Preparing to unpack .../256-liblog-any-perl_1.710-1_all.deb ... #14 57.48 Unpacking liblog-any-perl (1.710-1) ... #14 57.51 Selecting previously unselected package liblog-any-adapter-screen-perl. #14 57.51 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-2_all.deb ... #14 57.52 Unpacking liblog-any-adapter-screen-perl (0.140-2) ... #14 57.55 Selecting previously unselected package libpackage-stash-perl. #14 57.55 Preparing to unpack .../258-libpackage-stash-perl_0.39-1_all.deb ... #14 57.56 Unpacking libpackage-stash-perl (0.39-1) ... #14 57.58 Selecting previously unselected package libsub-identify-perl. #14 57.59 Preparing to unpack .../259-libsub-identify-perl_0.14-1build5_armhf.deb ... #14 57.59 Unpacking libsub-identify-perl (0.14-1build5) ... #14 57.62 Selecting previously unselected package libsub-name-perl. + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.tTnp1U + umask 022 + cd /root/rpmbuild/BUILD + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + TMP_GOPATH=/go + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']' + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 #15 4.527 Reading package lists... #13 46.79 (115/148): perl-IPC-Open3-1.22-498.fc38.noarch. 3.4 MB/s | 23 kB 00:00 #13 46.79 (116/148): perl-NDBM_File-1.15-498.fc38.aarch64 2.5 MB/s | 23 kB 00:00 #13 46.80 (117/148): perl-POSIX-2.03-498.fc38.aarch64.rpm 10 MB/s | 99 kB 00:00 #13 46.80 (118/148): perl-SelectSaver-1.02-498.fc38.noarc 1.8 MB/s | 12 kB 00:00 #13 46.80 (119/148): perl-Symbol-1.09-498.fc38.noarch.rpm 1.6 MB/s | 15 kB 00:00 #13 46.81 (120/148): perl-Text-Tabs+Wrap-2023.0511-1.fc38 2.6 MB/s | 22 kB 00:00 #13 46.81 (121/148): perl-if-0.61.000-498.fc38.noarch.rpm 2.5 MB/s | 15 kB 00:00 #13 46.81 (122/148): perl-base-2.27-498.fc38.noarch.rpm 1.9 MB/s | 17 kB 00:00 #13 46.82 (123/148): perl-interpreter-5.36.3-498.fc38.aar 8.8 MB/s | 73 kB 00:00 #13 46.83 (124/148): perl-libs-5.36.3-498.fc38.aarch64.rp 98 MB/s | 2.2 MB 00:00 #13 46.84 (125/148): perl-locale-1.10-498.fc38.noarch.rpm 887 kB/s | 14 kB 00:00 #13 46.84 (126/148): perl-mro-1.26-498.fc38.aarch64.rpm 1.6 MB/s | 29 kB 00:00 #13 46.84 (127/148): perl-overload-1.35-498.fc38.noarch.r 5.3 MB/s | 46 kB 00:00 #13 46.85 (128/148): perl-overloading-0.02-498.fc38.noarc 2.1 MB/s | 13 kB 00:00 #13 46.85 (129/148): perl-vars-1.05-498.fc38.noarch.rpm 1.5 MB/s | 14 kB 00:00 #13 46.85 (130/148): pyproject-srpm-macros-1.11.0-1.fc38. 1.7 MB/s | 15 kB 00:00 #13 46.86 (131/148): python3-dnf-plugins-core-4.4.4-1.fc3 35 MB/s | 322 kB 00:00 #13 46.86 (132/148): qt5-srpm-macros-5.15.11-1.fc38.noarc 1.0 MB/s | 8.3 kB 00:00 #13 46.86 (133/148): qt6-srpm-macros-6.6.0-1.fc38.noarch. 1.4 MB/s | 8.6 kB 00:00 #13 46.87 (134/148): redhat-rpm-config-255-1.fc38.noarch. 12 MB/s | 81 kB 00:00 #13 46.87 (135/148): rpm-build-4.18.2-1.fc38.aarch64.rpm 11 MB/s | 77 kB 00:00 #13 46.88 (136/148): python3-zstandard-0.21.0-1.fc38.aarc 15 MB/s | 457 kB 00:00 #13 46.88 (137/148): rpmautospec-rpm-macros-0.3.8-1.fc38. 675 kB/s | 9.0 kB 00:00 #13 46.89 (138/148): rpmlint-2.4.0-6.fc38.noarch.rpm 22 MB/s | 330 kB 00:00 #13 46.89 (139/148): rust-srpm-macros-25.2-2.fc38.noarch. 1.6 MB/s | 13 kB 00:00 #15 9.663 Unpacking bash-completion (1:2.8-6) ... #14 57.22 Selecting previously unselected package manpages-dev. #14 57.23 Preparing to unpack .../324-manpages-dev_5.05-1_all.deb ... #14 57.23 Unpacking manpages-dev (5.05-1) ... #14 57.46 Selecting previously unselected package python3-certifi. #14 45.33 0 added, 0 removed; done. #14 45.33 Running hooks in /etc/ca-certificates/update.d... #13 51.76 Selecting previously unselected package libgitlab-api-v4-perl. #13 51.76 Preparing to unpack .../249-libgitlab-api-v4-perl_0.26-1_all.deb ... #13 51.78 Unpacking libgitlab-api-v4-perl (0.26-1) ... #13 51.86 Selecting previously unselected package libglib2.0-0:armhf. #13 51.86 Preparing to unpack .../250-libglib2.0-0_2.66.8-1_armhf.deb ... #13 51.86 Unpacking libglib2.0-0:armhf (2.66.8-1) ... #14 49.55 Setting up lintian (2.116.3ubuntu1.1) ... #14 49.57 Setting up libxml-sax-expat-perl (0.51-2) ... #14 49.61 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #14 49.66 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 49.78 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 44.56 Preparing to unpack .../002-libgdbm6_1.23-1_arm64.deb ... #14 44.57 Unpacking libgdbm6:arm64 (1.23-1) ... #14 44.60 Selecting previously unselected package libgdbm-compat4:arm64. #14 44.60 Preparing to unpack .../003-libgdbm-compat4_1.23-1_arm64.deb ... #14 44.61 Unpacking libgdbm-compat4:arm64 (1.23-1) ... #14 44.65 Selecting previously unselected package libperl5.34:arm64. #14 44.65 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.3_arm64.deb ... #14 44.65 Unpacking libperl5.34:arm64 (5.34.0-3ubuntu1.3) ... #14 44.85 Selecting previously unselected package perl. #14 56.24 Selecting previously unselected package libalgorithm-diff-perl. #14 56.24 Preparing to unpack .../186-libalgorithm-diff-perl_1.201-1_all.deb ... #14 56.24 Unpacking libalgorithm-diff-perl (1.201-1) ... #14 56.28 Selecting previously unselected package libalgorithm-diff-xs-perl:armhf. #14 56.28 Preparing to unpack .../187-libalgorithm-diff-xs-perl_0.04-8_armhf.deb ... #14 56.28 Unpacking libalgorithm-diff-xs-perl:armhf (0.04-8) ... #14 56.31 Selecting previously unselected package libalgorithm-merge-perl. #14 56.32 Preparing to unpack .../188-libalgorithm-merge-perl_0.08-5_all.deb ... #14 56.32 Unpacking libalgorithm-merge-perl (0.08-5) ... #14 56.35 Selecting previously unselected package libaliased-perl. #14 56.35 Preparing to unpack .../189-libaliased-perl_0.34-3_all.deb ... #14 56.36 Unpacking libaliased-perl (0.34-3) ... #14 56.39 Selecting previously unselected package libapt-pkg-perl. #14 56.39 Preparing to unpack .../190-libapt-pkg-perl_0.1.40build3_armhf.deb ... #14 56.39 Unpacking libapt-pkg-perl (0.1.40build3) ... #14 56.42 Selecting previously unselected package libarchive-cpio-perl. #14 46.99 Setting up libxs-parse-keyword-perl (0.38-1) ... #14 47.03 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ... #14 47.06 Setting up libdata-dump-perl (1.25-1) ... #14 47.07 Setting up libfile-find-rule-perl (0.34-3) ... #14 47.09 Setting up libref-util-perl (0.204-2) ... #14 47.11 Setting up libipc-system-simple-perl (1.30-2) ... #14 47.15 Setting up libnet-domain-tld-perl (1.75-3) ... #14 47.18 Setting up libperlio-utf8-strict-perl (0.010-1) ... #14 47.24 Preparing to unpack .../14-libpython3.11-stdlib_3.11.6-3_arm64.deb ... #14 47.25 Unpacking libpython3.11-stdlib:arm64 (3.11.6-3) ... #14 47.35 Selecting previously unselected package python3.11. #14 47.36 Preparing to unpack .../15-python3.11_3.11.6-3_arm64.deb ... #14 47.36 Unpacking python3.11 (3.11.6-3) ... #14 47.39 Selecting previously unselected package libpython3-stdlib:arm64. #14 47.39 Preparing to unpack .../16-libpython3-stdlib_3.11.4-5_arm64.deb ... #14 47.39 Unpacking libpython3-stdlib:arm64 (3.11.4-5) ... #14 47.42 Setting up python3-minimal (3.11.4-5) ... #14 47.57 Selecting previously unselected package python3. #14 48.43 Get:332 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB] #19 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file #13 50.01 Setting up python3-xdg (0.25-5) ... #13 50.17 Setting up man-db (2.8.5-2) ... #13 56.94 Setting up libgssapi-krb5-2:armhf (1.20.1-2+deb12u1) ... #13 56.96 Setting up libgdbm-compat4:armhf (1.23-3) ... #13 56.97 Setting up ucf (3.0043+nmu1) ... #13 57.08 Setting up dwz (0.15-1) ... #13 57.10 Setting up groff-base (1.22.4-10) ... #13 57.12 Setting up cpp (4:12.2.0-3) ... #13 57.14 Setting up pixz (1.0.7-2) ... #13 57.15 Setting up gpgconf (2.2.40-1.1) ... #13 57.16 Setting up libcurl4:armhf (7.88.1-10+deb12u5) ... #13 57.17 Setting up libx11-6:armhf (2:1.8.4-2+deb12u2) ... #13 57.19 Setting up curl (7.88.1-10+deb12u5) ... #13 57.20 Setting up libfontconfig1:armhf (2.14.1-4) ... #13 57.22 Setting up binutils-arm-linux-gnueabihf (2.40-2) ... #13 57.23 Setting up libperl5.36:armhf (5.36.0-7+deb12u1) ... #13 57.25 Setting up libxmuu1:armhf (2:1.1.3-3) ... #13 57.26 Setting up gpg (2.2.40-1.1) ... #13 57.29 Setting up gnupg-utils (2.2.40-1.1) ... #13 57.31 Setting up libtirpc3:armhf (1.3.3+ds-1) ... #13 57.32 Setting up gpg-agent (2.2.40-1.1) ... #14 53.89 Preparing to unpack .../061-rpcsvc-proto_1.4.2-0ubuntu6_armhf.deb ... #14 53.90 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #14 53.93 Selecting previously unselected package libtirpc-dev:armhf. #14 53.93 Preparing to unpack .../062-libtirpc-dev_1.3.3+ds-1_armhf.deb ... #14 53.94 Unpacking libtirpc-dev:armhf (1.3.3+ds-1) ... #14 53.99 Selecting previously unselected package libnsl-dev:armhf. #14 53.99 Preparing to unpack .../063-libnsl-dev_1.3.0-2build2_armhf.deb ... #14 53.99 Unpacking libnsl-dev:armhf (1.3.0-2build2) ... #14 54.03 Selecting previously unselected package libc6-dev:armhf. #14 54.04 Preparing to unpack .../064-libc6-dev_2.37-0ubuntu2.2_armhf.deb ... #14 54.04 Unpacking libc6-dev:armhf (2.37-0ubuntu2.2) ... #14 57.62 Preparing to unpack .../260-libsub-name-perl_0.26-1build3_armhf.deb ... #14 57.63 Unpacking libsub-name-perl (0.26-1build3) ... #14 57.65 Selecting previously unselected package libnamespace-clean-perl. #14 57.66 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ... #14 57.66 Unpacking libnamespace-clean-perl (0.27-1) ... #14 57.69 Selecting previously unselected package libpath-tiny-perl. #14 57.69 Preparing to unpack .../262-libpath-tiny-perl_0.122-1_all.deb ... #14 57.70 Unpacking libpath-tiny-perl (0.122-1) ... #14 57.73 Selecting previously unselected package libstrictures-perl. #14 57.73 Preparing to unpack .../263-libstrictures-perl_2.000006-1_all.deb ... #14 57.73 Unpacking libstrictures-perl (2.000006-1) ... #14 57.76 Selecting previously unselected package libtype-tiny-perl. #14 57.76 Preparing to unpack .../264-libtype-tiny-perl_1.012004-1_all.deb ... #14 57.77 Unpacking libtype-tiny-perl (1.012004-1) ... #14 57.81 Selecting previously unselected package libgitlab-api-v4-perl. #14 57.81 Preparing to unpack .../265-libgitlab-api-v4-perl_0.26-1_all.deb ... #14 57.81 Unpacking libgitlab-api-v4-perl (0.26-1) ... #14 57.85 Selecting previously unselected package libhash-fieldhash-perl. go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 #15 5.890 Building dependency tree... #13 46.89 (140/148): rpmlint-fedora-license-data-1.38-1.f 2.6 MB/s | 31 kB 00:00 #13 46.90 (141/148): xxhash-libs-0.8.2-1.fc38.aarch64.rpm 3.6 MB/s | 35 kB 00:00 #13 46.90 (142/148): zip-3.0-37.fc38.aarch64.rpm 23 MB/s | 262 kB 00:00 #13 46.91 (143/148): zstd-1.5.5-1.fc38.aarch64.rpm 31 MB/s | 445 kB 00:00 #13 46.92 (144/148): elfutils-libelf-0.190-2.fc38.aarch64 18 MB/s | 193 kB 00:00 #13 46.92 (145/148): elfutils-libs-0.190-2.fc38.aarch64.r 17 MB/s | 258 kB 00:00 #13 46.93 (146/148): glibc-2.37-16.fc38.aarch64.rpm 78 MB/s | 1.7 MB 00:00 #13 46.94 (147/148): glibc-minimal-langpack-2.37-16.fc38. 3.2 MB/s | 40 kB 00:00 #13 46.94 (148/148): glibc-common-2.37-16.fc38.aarch64.rp 18 MB/s | 316 kB 00:00 #13 46.94 -------------------------------------------------------------------------------- #13 46.94 Total 13 MB/s | 33 MB 00:02 #14 46.13 debconf: delaying package configuration, since apt-utils is not installed #14 46.17 Fetched 139 MB in 39s (3532 kB/s) #14 46.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4345 files and directories currently installed.) #14 46.24 Preparing to unpack .../libc6_2.37-0ubuntu2.2_arm64.deb ... #14 51.69 Selecting previously unselected package libalgorithm-diff-perl. #14 51.69 Preparing to unpack .../203-libalgorithm-diff-perl_1.19.03-2_all.deb ... #14 51.70 Unpacking libalgorithm-diff-perl (1.19.03-2) ... #14 51.73 Selecting previously unselected package libalgorithm-diff-xs-perl. #14 51.73 Preparing to unpack .../204-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... #14 51.74 Unpacking libalgorithm-diff-xs-perl (0.04-6) ... #14 51.77 Selecting previously unselected package libalgorithm-merge-perl. #14 51.77 Preparing to unpack .../205-libalgorithm-merge-perl_0.08-3_all.deb ... #14 51.78 Unpacking libalgorithm-merge-perl (0.08-3) ... #14 51.80 Selecting previously unselected package libapt-pkg-perl. #14 51.80 Preparing to unpack .../206-libapt-pkg-perl_0.1.36build3_amd64.deb ... #14 51.81 Unpacking libapt-pkg-perl (0.1.36build3) ... #14 51.84 Selecting previously unselected package libarchive-cpio-perl. #14 51.84 Preparing to unpack .../207-libarchive-cpio-perl_0.10-1_all.deb ... #14 51.84 Unpacking libarchive-cpio-perl (0.10-1) ... #14 51.87 Selecting previously unselected package libarray-intspan-perl. #14 51.87 Preparing to unpack .../208-libarray-intspan-perl_2.003-1_all.deb ... #14 51.88 Unpacking libarray-intspan-perl (2.003-1) ... #14 51.90 Selecting previously unselected package libasync-mergepoint-perl. #14 57.47 Preparing to unpack .../325-python3-certifi_2019.11.28-1_all.deb ... #14 57.47 Unpacking python3-certifi (2019.11.28-1) ... #14 57.52 Selecting previously unselected package python3-idna. #14 57.53 Preparing to unpack .../326-python3-idna_2.8-1_all.deb ... #14 57.53 Unpacking python3-idna (2.8-1) ... #14 57.57 Selecting previously unselected package python3-urllib3. #14 57.58 Preparing to unpack .../327-python3-urllib3_1.25.8-2ubuntu0.3_all.deb ... #14 57.58 Unpacking python3-urllib3 (1.25.8-2ubuntu0.3) ... #14 57.63 Selecting previously unselected package python3-requests. #14 57.63 Preparing to unpack .../328-python3-requests_2.22.0-2ubuntu1.1_all.deb ... #14 57.64 Unpacking python3-requests (2.22.0-2ubuntu1.1) ... #14 57.68 Selecting previously unselected package python3-unidiff. #14 45.33 done. #13 52.12 Selecting previously unselected package libglib2.0-data. #13 52.12 Preparing to unpack .../251-libglib2.0-data_2.66.8-1_all.deb ... #13 52.13 Unpacking libglib2.0-data (2.66.8-1) ... #15 12.63 Selecting previously unselected package dh-apparmor. #14 49.80 Processing triggers for libc-bin (2.37-0ubuntu2.2) ... #15 12.63 Preparing to unpack .../11-dh-apparmor_2.13.6-10_all.deb ... #15 12.63 Unpacking dh-apparmor (2.13.6-10) ... #15 12.67 Selecting previously unselected package libltdl7:armhf. #15 12.67 Preparing to unpack .../12-libltdl7_2.4.6-15_armhf.deb ... #15 12.68 Unpacking libltdl7:armhf (2.4.6-15) ... #15 12.71 Selecting previously unselected package libltdl-dev:armhf. #14 49.83 Processing triggers for ca-certificates (20230311ubuntu0.23.04.1) ... #14 49.83 Updating certificates in /etc/ssl/certs... #15 12.71 Preparing to unpack .../13-libltdl-dev_2.4.6-15_armhf.deb ... #15 12.71 Unpacking libltdl-dev:armhf (2.4.6-15) ... #15 12.76 Selecting previously unselected package libseccomp-dev:armhf. #15 12.76 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+rpi1+deb11u1_armhf.deb ... #15 12.76 Unpacking libseccomp-dev:armhf (2.5.1-1+rpi1+deb11u1) ... #15 12.80 Selecting previously unselected package libsystemd-dev:armhf. #15 12.80 Preparing to unpack .../15-libsystemd-dev_247.3-7+rpi1+deb11u2_armhf.deb ... #15 12.81 Unpacking libsystemd-dev:armhf (247.3-7+rpi1+deb11u2) ... #15 12.89 Selecting previously unselected package libglib2.0-0:armhf. #14 44.85 Preparing to unpack .../005-perl_5.34.0-3ubuntu1.3_arm64.deb ... #14 44.86 Unpacking perl (5.34.0-3ubuntu1.3) ... #14 44.90 Selecting previously unselected package openssl. #14 44.90 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.12_arm64.deb ... #14 44.91 Unpacking openssl (3.0.2-0ubuntu1.12) ... #14 44.97 Selecting previously unselected package ca-certificates. #14 44.97 Preparing to unpack .../007-ca-certificates_20230311ubuntu0.22.04.1_all.deb ... #14 44.98 Unpacking ca-certificates (20230311ubuntu0.22.04.1) ... #14 45.03 Selecting previously unselected package distro-info-data. #14 45.04 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.6_all.deb ... #14 45.04 Unpacking distro-info-data (0.52ubuntu0.6) ... #14 45.07 Selecting previously unselected package iso-codes. #14 56.43 Preparing to unpack .../191-libarchive-cpio-perl_0.10-3_all.deb ... #14 56.43 Unpacking libarchive-cpio-perl (0.10-3) ... #14 56.46 Selecting previously unselected package libarray-intspan-perl. #14 56.46 Preparing to unpack .../192-libarray-intspan-perl_2.004-2_all.deb ... #14 56.46 Unpacking libarray-intspan-perl (2.004-2) ... #14 56.50 Selecting previously unselected package libmodule-implementation-perl. #14 56.50 Preparing to unpack .../193-libmodule-implementation-perl_0.09-2_all.deb ... #14 56.50 Unpacking libmodule-implementation-perl (0.09-2) ... #14 56.53 Selecting previously unselected package libsub-exporter-progressive-perl. #14 56.53 Preparing to unpack .../194-libsub-exporter-progressive-perl_0.001013-3_all.deb ... #14 56.54 Unpacking libsub-exporter-progressive-perl (0.001013-3) ... #14 56.57 Selecting previously unselected package libvariable-magic-perl. #14 56.57 Preparing to unpack .../195-libvariable-magic-perl_0.63-1_armhf.deb ... #14 56.57 Unpacking libvariable-magic-perl (0.63-1) ... #14 56.60 Selecting previously unselected package libb-hooks-endofscope-perl. #14 56.61 Preparing to unpack .../196-libb-hooks-endofscope-perl_0.26-1_all.deb ... #14 56.61 Unpacking libb-hooks-endofscope-perl (0.26-1) ... #14 56.67 Selecting previously unselected package libberkeleydb-perl:armhf. #14 47.20 Setting up libsocket6-perl (0.29-3) ... #14 47.22 Setting up libgd3:amd64 (2.3.3-9ubuntu1) ... #14 47.34 Setting up gcc-13 (13.2.0-4ubuntu3) ... #14 47.39 Setting up libvariable-magic-perl (0.63-1) ... #14 47.44 Setting up libio-html-perl (1.004-3) ... #14 47.48 Setting up libpod-parser-perl (1.66-1) ... #14 47.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 ... 5686 files and directories currently installed.) #14 47.58 Preparing to unpack .../0-python3_3.11.4-5_arm64.deb ... #14 47.59 Unpacking python3 (3.11.4-5) ... #14 47.62 Selecting previously unselected package perl-modules-5.36. #14 47.62 Preparing to unpack .../1-perl-modules-5.36_5.36.0-9ubuntu1.1_all.deb ... #14 47.62 Unpacking perl-modules-5.36 (5.36.0-9ubuntu1.1) ... #14 48.67 Get:333 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-1build1 [309 kB] #13 50.27 Building database of manual pages ... #14 54.16 Selecting previously unselected package gcc-12-base:armhf. #14 54.16 Preparing to unpack .../065-gcc-12-base_12.3.0-1ubuntu1~23.04_armhf.deb ... #14 54.17 Unpacking gcc-12-base:armhf (12.3.0-1ubuntu1~23.04) ... #14 54.21 Selecting previously unselected package libisl23:armhf. #14 54.21 Preparing to unpack .../066-libisl23_0.25-1_armhf.deb ... #14 54.21 Unpacking libisl23:armhf (0.25-1) ... #14 54.26 Selecting previously unselected package libmpfr6:armhf. #14 54.27 Preparing to unpack .../067-libmpfr6_4.2.0-1_armhf.deb ... #14 54.27 Unpacking libmpfr6:armhf (4.2.0-1) ... #14 54.31 Selecting previously unselected package libmpc3:armhf. #14 54.32 Preparing to unpack .../068-libmpc3_1.3.1-1_armhf.deb ... #14 54.32 Unpacking libmpc3:armhf (1.3.1-1) ... #14 54.36 Selecting previously unselected package cpp-12. #14 54.36 Preparing to unpack .../069-cpp-12_12.3.0-1ubuntu1~23.04_armhf.deb ... #14 54.37 Unpacking cpp-12 (12.3.0-1ubuntu1~23.04) ... #14 57.85 Preparing to unpack .../266-libhash-fieldhash-perl_0.15-1build5_armhf.deb ... #14 57.86 Unpacking libhash-fieldhash-perl (0.15-1build5) ... #14 57.89 Selecting previously unselected package libhtml-form-perl. #14 57.89 Preparing to unpack .../267-libhtml-form-perl_6.07-1_all.deb ... #14 57.89 Unpacking libhtml-form-perl (6.07-1) ... #14 57.93 Selecting previously unselected package libhtml-format-perl. #14 57.93 Preparing to unpack .../268-libhtml-format-perl_2.12-1.1_all.deb ... #14 57.93 Unpacking libhtml-format-perl (2.12-1.1) ... #14 57.97 Selecting previously unselected package libhtml-html5-entities-perl. #14 57.97 Preparing to unpack .../269-libhtml-html5-entities-perl_0.004-1.1_all.deb ... #14 57.97 Unpacking libhtml-html5-entities-perl (0.004-1.1) ... #14 58.00 Selecting previously unselected package libhttp-daemon-perl. #14 58.00 Preparing to unpack .../270-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ... #14 58.01 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ... #14 58.04 Selecting previously unselected package libio-interactive-perl. #14 58.04 Preparing to unpack .../271-libio-interactive-perl_1.023-1_all.deb ... #14 58.04 Unpacking libio-interactive-perl (1.023-1) ... #14 58.07 Selecting previously unselected package libio-prompt-tiny-perl. #14 58.07 Preparing to unpack .../272-libio-prompt-tiny-perl_0.003-1_all.deb ... #14 58.08 Unpacking libio-prompt-tiny-perl (0.003-1) ... #14 58.11 Selecting previously unselected package libtypes-serialiser-perl. #14 58.11 Preparing to unpack .../273-libtypes-serialiser-perl_1.01-1_all.deb ... #14 58.11 Unpacking libtypes-serialiser-perl (1.01-1) ... #14 58.14 Selecting previously unselected package libjson-xs-perl. #14 58.14 Preparing to unpack .../274-libjson-xs-perl_4.030-1build3_armhf.deb ... #14 58.15 Unpacking libjson-xs-perl (4.030-1build3) ... #14 58.18 Selecting previously unselected package libjson-maybexs-perl. #15 6.121 Reading state information... #15 6.130 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #14 51.91 Preparing to unpack .../209-libasync-mergepoint-perl_0.04-2_all.deb ... #14 51.91 Unpacking libasync-mergepoint-perl (0.04-2) ... #14 51.93 Selecting previously unselected package libmodule-implementation-perl. #14 51.94 Preparing to unpack .../210-libmodule-implementation-perl_0.09-1_all.deb ... #14 51.94 Unpacking libmodule-implementation-perl (0.09-1) ... #14 51.96 Selecting previously unselected package libsub-exporter-progressive-perl. #14 51.97 Preparing to unpack .../211-libsub-exporter-progressive-perl_0.001013-1_all.deb ... #14 51.97 Unpacking libsub-exporter-progressive-perl (0.001013-1) ... #14 51.99 Selecting previously unselected package libvariable-magic-perl. #14 52.00 Preparing to unpack .../212-libvariable-magic-perl_0.62-1build2_amd64.deb ... #14 52.00 Unpacking libvariable-magic-perl (0.62-1build2) ... #14 52.03 Selecting previously unselected package libb-hooks-endofscope-perl. #14 52.03 Preparing to unpack .../213-libb-hooks-endofscope-perl_0.24-1_all.deb ... #14 52.03 Unpacking libb-hooks-endofscope-perl (0.24-1) ... #14 52.06 Selecting previously unselected package libcapture-tiny-perl. #14 52.06 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ... #14 52.06 Unpacking libcapture-tiny-perl (0.48-1) ... #14 52.09 Selecting previously unselected package libclass-xsaccessor-perl. #14 52.09 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build3_amd64.deb ... #14 52.10 Unpacking libclass-xsaccessor-perl (1.19-3build3) ... #14 52.12 Selecting previously unselected package libclone-perl. #14 52.13 Preparing to unpack .../216-libclone-perl_0.43-2_amd64.deb ... #14 52.13 Unpacking libclone-perl (0.43-2) ... #14 46.47 Unpacking libc6:arm64 (2.37-0ubuntu2.2) over (2.37-0ubuntu2.1) ... #14 57.68 Preparing to unpack .../329-python3-unidiff_0.5.5-2_all.deb ... #14 57.69 Unpacking python3-unidiff (0.5.5-2) ... #14 57.73 Selecting previously unselected package python3-xdg. #14 57.73 Preparing to unpack .../330-python3-xdg_0.26-1ubuntu1_all.deb ... #14 57.74 Unpacking python3-xdg (0.26-1ubuntu1) ... #14 57.77 Selecting previously unselected package unzip. #14 57.78 Preparing to unpack .../331-unzip_6.0-25ubuntu1.1_armhf.deb ... #14 57.78 Unpacking unzip (6.0-25ubuntu1.1) ... #14 57.83 Selecting previously unselected package equivs. #14 57.83 Preparing to unpack .../332-equivs_2.2.0_all.deb ... #14 57.83 Unpacking equivs (2.2.0) ... #14 57.87 Selecting previously unselected package libauthen-sasl-perl. #14 57.87 Preparing to unpack .../333-libauthen-sasl-perl_2.1600-1_all.deb ... #14 57.88 Unpacking libauthen-sasl-perl (2.1600-1) ... #14 57.92 Selecting previously unselected package python3-magic. #12 51.19 Preparing : 1/1 #12 51.23 Installing : python3-six-1.16.0-9.fc38.noarch 1/153 #12 51.23 Installing : hunspell-filesystem-1.7.2-3.fc38.x86_64 2/153 #12 51.24 Installing : python3-construct-2.10.68-4.fc38.noarch 3/153 #12 51.28 Installing : python3-pybeam-0.7-5.fc38.noarch 4/153 #12 51.29 Installing : python3-dateutil-1:2.8.2-5.fc38.noarch 5/153 #12 51.37 Upgrading : glibc-common-2.37-16.fc38.x86_64 6/153 #12 51.38 Upgrading : glibc-minimal-langpack-2.37-16.fc38.x86_64 7/153 #13 52.35 Selecting previously unselected package libgpm2:armhf. #13 52.35 Preparing to unpack .../252-libgpm2_1.20.7-8_armhf.deb ... #13 52.36 Unpacking libgpm2:armhf (1.20.7-8) ... #13 52.52 Selecting previously unselected package libhash-fieldhash-perl. #13 52.52 Preparing to unpack .../253-libhash-fieldhash-perl_0.15-1+b3_armhf.deb ... #13 52.52 Unpacking libhash-fieldhash-perl (0.15-1+b3) ... #13 52.57 Selecting previously unselected package libhtml-form-perl. #14 50.16 0 added, 0 removed; done. #14 50.16 Running hooks in /etc/ca-certificates/update.d... #14 50.16 done. #15 9.837 Selecting previously unselected package cmake-data. #15 9.839 Preparing to unpack .../05-cmake-data_3.16.3-3~bpo10+1_all.deb ... #15 9.846 Unpacking cmake-data (3.16.3-3~bpo10+1) ... #15 10.23 Selecting previously unselected package libarchive13:armhf. #15 12.89 Preparing to unpack .../16-libglib2.0-0_2.66.8-1_armhf.deb ... #15 12.89 Unpacking libglib2.0-0:armhf (2.66.8-1) ... #15 13.05 Selecting previously unselected package pkg-config. #15 13.05 Preparing to unpack .../17-pkg-config_0.29.2-1_armhf.deb ... #15 13.06 Unpacking pkg-config (0.29.2-1) ... #15 13.10 Setting up libseccomp-dev:armhf (2.5.1-1+rpi1+deb11u1) ... #15 13.11 Setting up libstdc++-10-dev:armhf (10.2.1-6+rpi1) ... #15 13.12 Setting up g++-10 (10.2.1-6+rpi1) ... #15 13.13 Setting up libarchive13:armhf (3.4.3-2+deb11u1) ... #15 13.14 Setting up libglib2.0-0:armhf (2.66.8-1) ... #16 91.27 Installing : libseccomp-devel-2.3.1-4.el7.aarch64 52/60 #16 92.26 Installing : cmake-2.8.12.2-2.el7.aarch64 53/60 #16 92.32 Installing : libtool-ltdl-devel-2.4.2-22.el7_3.aarch64 54/60 #16 92.35 Installing : systemd-devel-219-78.el7_9.9.aarch64 55/60 #14 45.07 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ... #14 45.08 Unpacking iso-codes (4.9.0-1) ... #14 45.23 Selecting previously unselected package less. #14 45.23 Preparing to unpack .../010-less_590-1ubuntu0.22.04.1_arm64.deb ... #14 45.24 Unpacking less (590-1ubuntu0.22.04.1) ... #14 45.28 Selecting previously unselected package libmd0:arm64. #14 45.28 Preparing to unpack .../011-libmd0_1.0.4-1build1_arm64.deb ... #14 45.29 Unpacking libmd0:arm64 (1.0.4-1build1) ... #14 45.34 Selecting previously unselected package libbsd0:arm64. #14 56.68 Preparing to unpack .../197-libberkeleydb-perl_0.64-2_armhf.deb ... #14 56.68 Unpacking libberkeleydb-perl:armhf (0.64-2) ... #14 56.72 Selecting previously unselected package libfreetype6:armhf. #14 56.72 Preparing to unpack .../198-libfreetype6_2.13.1+dfsg-1_armhf.deb ... #14 56.72 Unpacking libfreetype6:armhf (2.13.1+dfsg-1) ... #14 56.77 Selecting previously unselected package libfontconfig1:armhf. #14 56.77 Preparing to unpack .../199-libfontconfig1_2.14.2-4ubuntu1_armhf.deb ... #14 56.77 Unpacking libfontconfig1:armhf (2.14.2-4ubuntu1) ... #14 56.81 Selecting previously unselected package libjpeg-turbo8:armhf. #14 56.81 Preparing to unpack .../200-libjpeg-turbo8_2.1.5-2ubuntu1_armhf.deb ... #14 56.82 Unpacking libjpeg-turbo8:armhf (2.1.5-2ubuntu1) ... #14 56.85 Selecting previously unselected package libjpeg8:armhf. #14 56.85 Preparing to unpack .../201-libjpeg8_8c-2ubuntu11_armhf.deb ... #14 56.86 Unpacking libjpeg8:armhf (8c-2ubuntu11) ... #14 56.90 Selecting previously unselected package libdeflate0:armhf. #14 56.90 Preparing to unpack .../202-libdeflate0_1.18-1_armhf.deb ... #14 56.90 Unpacking libdeflate0:armhf (1.18-1) ... #14 56.94 Selecting previously unselected package libjbig0:armhf. #13 54.46 Setting up libgpgme11:amd64 (1.18.0-3+b1) ... #13 54.47 Setting up dirmngr (2.2.40-1.1) ... #13 54.60 Setting up perl (5.36.0-7+deb12u1) ... #14 47.50 Setting up libb-hooks-op-check-perl:amd64 (0.22-2build1) ... #14 47.52 Setting up libparams-util-perl (1.102-2) ... #14 47.53 Setting up libdpkg-perl (1.22.0ubuntu1) ... #14 47.57 Setting up libtime-duration-perl (1.21-2) ... #14 47.61 Setting up autoconf (2.71-3) ... #14 47.64 Setting up libsub-exporter-progressive-perl (0.001013-3) ... #14 47.65 Setting up libarray-intspan-perl (2.004-2) ... #14 47.66 Setting up libcapture-tiny-perl (0.48-2) ... #14 47.70 Setting up libtimedate-perl (2.3300-2) ... #14 47.73 Setting up gpg-wks-server (2.2.40-1.1ubuntu1) ... #14 47.85 Selecting previously unselected package libgdbm6:arm64. #14 47.85 Preparing to unpack .../2-libgdbm6_1.23-3_arm64.deb ... #14 47.85 Unpacking libgdbm6:arm64 (1.23-3) ... #14 47.89 Selecting previously unselected package libgdbm-compat4:arm64. #14 47.89 Preparing to unpack .../3-libgdbm-compat4_1.23-3_arm64.deb ... #14 47.89 Unpacking libgdbm-compat4:arm64 (1.23-3) ... #14 47.92 Selecting previously unselected package libperl5.36:arm64. #14 47.93 Preparing to unpack .../4-libperl5.36_5.36.0-9ubuntu1.1_arm64.deb ... #14 47.93 Unpacking libperl5.36:arm64 (5.36.0-9ubuntu1.1) ... #14 48.95 Get:334 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-parser-perl arm64 2.46-1 [191 kB] #14 49.05 Get:335 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB] #14 54.56 Selecting previously unselected package cpp. #14 54.56 Preparing to unpack .../070-cpp_4%3a12.2.0-3ubuntu1_armhf.deb ... #14 54.57 Unpacking cpp (4:12.2.0-3ubuntu1) ... #14 54.61 Selecting previously unselected package libcc1-0:armhf. #14 54.61 Preparing to unpack .../071-libcc1-0_13.1.0-2ubuntu2~23.04_armhf.deb ... #14 54.61 Unpacking libcc1-0:armhf (13.1.0-2ubuntu2~23.04) ... #14 54.65 Selecting previously unselected package libgomp1:armhf. #19 0.584 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #19 0.593 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] #19 0.593 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #19 0.655 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB] #19 0.754 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [12.7 kB] #14 58.18 Preparing to unpack .../275-libjson-maybexs-perl_1.004003-1_all.deb ... #14 58.18 Unpacking libjson-maybexs-perl (1.004003-1) ... #14 58.22 Selecting previously unselected package libldap-common. #14 58.22 Preparing to unpack .../276-libldap-common_2.5.16+dfsg-0ubuntu0.22.04.1_all.deb ... #14 58.22 Unpacking libldap-common (2.5.16+dfsg-0ubuntu0.22.04.1) ... #14 58.25 Selecting previously unselected package liblist-compare-perl. #14 58.26 Preparing to unpack .../277-liblist-compare-perl_0.55-1_all.deb ... #14 58.26 Unpacking liblist-compare-perl (0.55-1) ... #14 58.29 Selecting previously unselected package liblist-someutils-perl. #14 58.29 Preparing to unpack .../278-liblist-someutils-perl_0.58-1_all.deb ... #14 58.30 Unpacking liblist-someutils-perl (0.58-1) ... #14 58.33 Selecting previously unselected package liblist-someutils-xs-perl. #14 58.33 Preparing to unpack .../279-liblist-someutils-xs-perl_0.58-2build3_armhf.deb ... #14 58.33 Unpacking liblist-someutils-xs-perl (0.58-2build3) ... #14 58.37 Selecting previously unselected package liblist-utilsby-perl. #14 58.37 Preparing to unpack .../280-liblist-utilsby-perl_0.11-1_all.deb ... #14 58.37 Unpacking liblist-utilsby-perl (0.11-1) ... #14 58.40 Selecting previously unselected package libltdl7:armhf. #13 57.82 Setting up libxpm4:armhf (1:3.5.12-1.1+deb12u1) ... #13 57.84 Setting up openssh-client (1:9.2p1-2+deb12u2) ... #13 57.93 Setting up gpgsm (2.2.40-1.1) ... #13 57.94 Setting up libxext6:armhf (2:1.3.4-1+b1) ... #13 57.96 Setting up libcurl3-gnutls:armhf (7.88.1-10+deb12u5) ... #13 57.98 Setting up binutils (2.40-2) ... #13 57.99 Setting up man-db (2.11.2-2) ... #13 58.10 Building database of manual pages ... #15 6.447 Starting 2 pkgProblemResolver with broken count: 0 #15 6.451 Done #15 6.694 Done #14 52.16 Selecting previously unselected package libcommon-sense-perl. #14 52.16 Preparing to unpack .../217-libcommon-sense-perl_3.74-2build6_amd64.deb ... #14 52.17 Unpacking libcommon-sense-perl (3.74-2build6) ... #14 52.19 Selecting previously unselected package libparams-util-perl. #14 52.19 Preparing to unpack .../218-libparams-util-perl_1.07-3build5_amd64.deb ... #14 52.20 Unpacking libparams-util-perl (1.07-3build5) ... #14 52.23 Selecting previously unselected package libsub-install-perl. #14 52.23 Preparing to unpack .../219-libsub-install-perl_0.928-1_all.deb ... #14 52.23 Unpacking libsub-install-perl (0.928-1) ... #14 52.26 Selecting previously unselected package libdata-optlist-perl. #14 52.26 Preparing to unpack .../220-libdata-optlist-perl_0.110-1_all.deb ... #14 52.26 Unpacking libdata-optlist-perl (0.110-1) ... #14 52.29 Selecting previously unselected package libsub-exporter-perl. #14 52.29 Preparing to unpack .../221-libsub-exporter-perl_0.987-1_all.deb ... #14 52.30 Unpacking libsub-exporter-perl (0.987-1) ... #14 52.33 Selecting previously unselected package libconst-fast-perl. #14 52.33 Preparing to unpack .../222-libconst-fast-perl_0.014-1_all.deb ... #14 52.33 Unpacking libconst-fast-perl (0.014-1) ... #14 52.36 Selecting previously unselected package libwant-perl. #14 52.36 Preparing to unpack .../223-libwant-perl_0.29-1build4_amd64.deb ... #14 52.36 Unpacking libwant-perl (0.29-1build4) ... #14 52.39 Selecting previously unselected package libcontextual-return-perl. #14 52.39 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ... #14 52.40 Unpacking libcontextual-return-perl (0.004014-2) ... #14 52.42 Selecting previously unselected package libcpanel-json-xs-perl. #14 52.42 Preparing to unpack .../225-libcpanel-json-xs-perl_4.19-1build1_amd64.deb ... #14 52.43 Unpacking libcpanel-json-xs-perl (4.19-1build1) ... #14 52.46 Selecting previously unselected package libdata-dump-perl. #14 57.92 Preparing to unpack .../334-python3-magic_2%3a0.4.15-3_all.deb ... #14 57.92 Unpacking python3-magic (2:0.4.15-3) ... #14 57.99 Setting up libapt-pkg-perl (0.1.36build3) ... #14 58.01 Setting up libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ... #14 58.02 Setting up libpipeline1:armhf (1.5.2-2build1) ... #14 58.03 Setting up wdiff (1.2.2-2build1) ... #14 58.05 Setting up libxau6:armhf (1:1.0.9-0ubuntu1) ... #14 58.06 Setting up libkeyutils1:armhf (1.6-6ubuntu1.1) ... #14 58.08 Setting up libpsl5:armhf (0.21.0-1ubuntu1) ... #14 58.09 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.5) ... #14 58.11 Setting up mime-support (3.64ubuntu1) ... #12 51.41 Running scriptlet: glibc-2.37-16.fc38.x86_64 8/153 #12 51.47 Upgrading : glibc-2.37-16.fc38.x86_64 8/153 #12 51.50 Running scriptlet: glibc-2.37-16.fc38.x86_64 8/153 #12 51.61 Installing : glibc-gconv-extra-2.37-16.fc38.x86_64 9/153 #12 51.64 Running scriptlet: glibc-gconv-extra-2.37-16.fc38.x86_64 9/153 #12 51.65 Upgrading : elfutils-libelf-0.190-2.fc38.x86_64 10/153 #12 51.66 Upgrading : elfutils-libs-0.190-2.fc38.x86_64 11/153 #12 51.70 Installing : elfutils-debuginfod-client-0.190-2.fc38.x86_64 12/153 #13 52.57 Preparing to unpack .../254-libhtml-form-perl_6.07-1_all.deb ... #13 52.59 Unpacking libhtml-form-perl (6.07-1) ... #13 52.66 Selecting previously unselected package libhtml-format-perl. #13 52.66 Preparing to unpack .../255-libhtml-format-perl_2.12-1.1_all.deb ... #13 52.66 Unpacking libhtml-format-perl (2.12-1.1) ... #13 52.71 Selecting previously unselected package libhtml-html5-entities-perl. #13 52.71 Preparing to unpack .../256-libhtml-html5-entities-perl_0.004-1.1_all.deb ... #13 52.73 Unpacking libhtml-html5-entities-perl (0.004-1.1) ... #13 52.81 Selecting previously unselected package libhttp-daemon-perl. #15 10.23 Preparing to unpack .../06-libarchive13_3.3.3-4+deb10u3_armhf.deb ... #15 10.24 Unpacking libarchive13:armhf (3.3.3-4+deb10u3) ... #15 10.31 Selecting previously unselected package libjsoncpp1:armhf. #15 10.31 Preparing to unpack .../07-libjsoncpp1_1.7.4-3_armhf.deb ... #15 10.31 Unpacking libjsoncpp1:armhf (1.7.4-3) ... #15 10.37 Selecting previously unselected package librhash0:armhf. #15 10.37 Preparing to unpack .../08-librhash0_1.3.8-1_armhf.deb ... #15 10.38 Unpacking librhash0:armhf (1.3.8-1) ... #15 10.43 Selecting previously unselected package libuv1:armhf. #15 10.43 Preparing to unpack .../09-libuv1_1.24.1-1+deb10u1_armhf.deb ... #15 10.44 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ... #15 10.48 Selecting previously unselected package cmake. #15 13.16 No schema files found: doing nothing. #15 13.16 Setting up libuv1:armhf (1.40.0-2) ... #15 13.17 Setting up bash-completion (1:2.11-2) ... #16 92.38 Installing : which-2.20-7.el7.aarch64 56/60 #16 92.66 install-info: No such file or directory for /usr/share/info/which.info.gz #14 45.34 Preparing to unpack .../012-libbsd0_0.11.5-1_arm64.deb ... #14 45.34 Unpacking libbsd0:arm64 (0.11.5-1) ... #14 45.38 Selecting previously unselected package libelf1:arm64. #14 45.38 Preparing to unpack .../013-libelf1_0.186-1build1_arm64.deb ... #14 45.39 Unpacking libelf1:arm64 (0.186-1build1) ... #14 45.43 Selecting previously unselected package libicu70:arm64. #14 45.43 Preparing to unpack .../014-libicu70_70.1-2_arm64.deb ... #14 45.43 Unpacking libicu70:arm64 (70.1-2) ... #14 45.63 Selecting previously unselected package libxml2:arm64. #14 56.94 Preparing to unpack .../203-libjbig0_2.1-6.1ubuntu1_armhf.deb ... #14 56.95 Unpacking libjbig0:armhf (2.1-6.1ubuntu1) ... #14 56.98 Selecting previously unselected package liblerc4:armhf. #14 56.98 Preparing to unpack .../204-liblerc4_4.0.0+ds-2ubuntu2_armhf.deb ... #14 56.99 Unpacking liblerc4:armhf (4.0.0+ds-2ubuntu2) ... #14 57.02 Selecting previously unselected package libwebp7:armhf. #14 57.03 Preparing to unpack .../205-libwebp7_1.2.4-0.3_armhf.deb ... #14 57.03 Unpacking libwebp7:armhf (1.2.4-0.3) ... #14 57.07 Selecting previously unselected package libtiff6:armhf. #14 57.07 Preparing to unpack .../206-libtiff6_4.5.1+git230720-1ubuntu1_armhf.deb ... #14 57.07 Unpacking libtiff6:armhf (4.5.1+git230720-1ubuntu1) ... #14 57.11 Selecting previously unselected package libxpm4:armhf. #14 57.11 Preparing to unpack .../207-libxpm4_1%3a3.5.12-1.1ubuntu1_armhf.deb ... #14 57.12 Unpacking libxpm4:armhf (1:3.5.12-1.1ubuntu1) ... #14 57.16 Selecting previously unselected package libgd3:armhf. #14 57.16 Preparing to unpack .../208-libgd3_2.3.3-9ubuntu1_armhf.deb ... #14 57.16 Unpacking libgd3:armhf (2.3.3-9ubuntu1) ... #14 57.19 Selecting previously unselected package libc-devtools. #13 54.62 Setting up libpackage-stash-xs-perl:amd64 (0.30-1+b1) ... #13 54.63 Setting up libclass-data-inheritable-perl (0.08-3) ... #13 54.64 Setting up libxs-parse-keyword-perl (0.33-1) ... #13 54.65 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ... #13 54.66 Setting up libdata-dump-perl (1.25-1) ... #13 54.67 Setting up gcc-12 (12.2.0-14) ... #13 54.68 Setting up libfile-find-rule-perl (0.34-3) ... #13 54.69 Setting up libref-util-perl (0.204-2) ... #13 54.70 Setting up libipc-system-simple-perl (1.30-2) ... #13 54.71 Setting up libnet-domain-tld-perl (1.75-3) ... #13 54.72 Setting up libperlio-utf8-strict-perl (0.010-1) ... #13 54.73 Setting up libsocket6-perl (0.29-3) ... #13 54.74 Setting up libgd3:amd64 (2.3.3-9) ... #13 54.75 Setting up libvariable-magic-perl (0.63-1+b1) ... #13 54.76 Setting up libio-html-perl (1.004-3) ... #13 54.77 Setting up libpod-parser-perl (1.65-1) ... #13 54.78 Setting up libb-hooks-op-check-perl:amd64 (0.22-2+b1) ... #13 54.79 Setting up libparams-util-perl (1.102-2+b1) ... #13 54.80 Setting up libdpkg-perl (1.21.22) ... #13 54.81 Setting up libtime-duration-perl (1.21-2) ... #13 54.82 Setting up autoconf (2.71-3) ... #14 47.80 Setting up libsub-name-perl:amd64 (0.27-1) ... #14 47.83 Setting up libtype-tiny-xs-perl:amd64 (0.025-1) ... #14 47.86 Setting up libsyntax-keyword-try-perl (0.29-1) ... #14 47.88 Setting up libdata-validate-domain-perl (0.10-1.1) ... #14 47.92 Setting up libproc-processtable-perl:amd64 (0.636-1) ... #14 47.97 Setting up libfile-chdir-perl (0.1008-1.1) ... #14 48.14 Selecting previously unselected package perl. #14 48.14 Preparing to unpack .../5-perl_5.36.0-9ubuntu1.1_arm64.deb ... #14 48.15 Unpacking perl (5.36.0-9ubuntu1.1) ... #14 48.19 Selecting previously unselected package adduser. #14 48.19 Preparing to unpack .../6-adduser_3.137ubuntu1_all.deb ... #14 48.20 Unpacking adduser (3.137ubuntu1) ... #14 48.23 Setting up adduser (3.137ubuntu1) ... #14 48.31 Selecting previously unselected package openssl. #14 49.13 Get:336 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-writer-perl all 0.625-1 [24.9 kB] #14 49.21 Get:337 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-libyaml-perl arm64 0.81+repack-1 [27.2 kB] #14 49.28 Get:338 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 licensecheck all 3.0.45-1 [23.9 kB] #14 49.36 Get:339 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevel-size-perl arm64 0.83-1build1 [19.6 kB] #14 54.65 Preparing to unpack .../072-libgomp1_13.1.0-2ubuntu2~23.04_armhf.deb ... #14 54.66 Unpacking libgomp1:armhf (13.1.0-2ubuntu2~23.04) ... #14 54.69 Selecting previously unselected package libatomic1:armhf. #14 54.69 Preparing to unpack .../073-libatomic1_13.1.0-2ubuntu2~23.04_armhf.deb ... #14 54.70 Unpacking libatomic1:armhf (13.1.0-2ubuntu2~23.04) ... #14 54.73 Selecting previously unselected package libasan8:armhf. #14 54.73 Preparing to unpack .../074-libasan8_13.1.0-2ubuntu2~23.04_armhf.deb ... #14 54.74 Unpacking libasan8:armhf (13.1.0-2ubuntu2~23.04) ... #14 54.84 Selecting previously unselected package libubsan1:armhf. #14 54.84 Preparing to unpack .../075-libubsan1_13.1.0-2ubuntu2~23.04_armhf.deb ... #14 54.85 Unpacking libubsan1:armhf (13.1.0-2ubuntu2~23.04) ... #14 54.90 Selecting previously unselected package libgcc-12-dev:armhf. #14 54.90 Preparing to unpack .../076-libgcc-12-dev_12.3.0-1ubuntu1~23.04_armhf.deb ... #14 54.90 Unpacking libgcc-12-dev:armhf (12.3.0-1ubuntu1~23.04) ... #19 0.759 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB] #14 58.41 Preparing to unpack .../281-libltdl7_2.4.6-15build2_armhf.deb ... #14 58.41 Unpacking libltdl7:armhf (2.4.6-15build2) ... #14 58.44 Selecting previously unselected package libltdl-dev:armhf. #14 58.45 Preparing to unpack .../282-libltdl-dev_2.4.6-15build2_armhf.deb ... #14 58.45 Unpacking libltdl-dev:armhf (2.4.6-15build2) ... #14 58.50 Selecting previously unselected package liblzo2-2:armhf. #14 58.50 Preparing to unpack .../283-liblzo2-2_2.10-2build3_armhf.deb ... #14 58.50 Unpacking liblzo2-2:armhf (2.10-2build3) ... #14 58.54 Selecting previously unselected package libsys-hostname-long-perl. #14 58.54 Preparing to unpack .../284-libsys-hostname-long-perl_1.5-2_all.deb ... #14 58.54 Unpacking libsys-hostname-long-perl (1.5-2) ... #14 58.57 Selecting previously unselected package libmail-sendmail-perl. #14 58.57 Preparing to unpack .../285-libmail-sendmail-perl_0.80-1.1_all.deb ... #14 58.64 Unpacking libmail-sendmail-perl (0.80-1.1) ... #16 17.71 Transaction test succeeded. #15 6.949 Starting pkgProblemResolver with broken count: 0 #14 52.46 Preparing to unpack .../226-libdata-dump-perl_1.23-1_all.deb ... #14 52.47 Unpacking libdata-dump-perl (1.23-1) ... #14 52.49 Selecting previously unselected package libdigest-bubblebabble-perl. #14 52.50 Preparing to unpack .../227-libdigest-bubblebabble-perl_0.02-2_all.deb ... #14 52.50 Unpacking libdigest-bubblebabble-perl (0.02-2) ... #14 52.52 Selecting previously unselected package libdigest-hmac-perl. #14 52.53 Preparing to unpack .../228-libdigest-hmac-perl_1.03+dfsg-2_all.deb ... #14 52.53 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ... #14 52.56 Selecting previously unselected package libdistro-info-perl. #14 52.56 Preparing to unpack .../229-libdistro-info-perl_0.23ubuntu1.1_all.deb ... #14 52.56 Unpacking libdistro-info-perl (0.23ubuntu1.1) ... #14 52.59 Selecting previously unselected package libnet-smtp-ssl-perl. #14 52.59 Preparing to unpack .../230-libnet-smtp-ssl-perl_1.04-1_all.deb ... #14 52.60 Unpacking libnet-smtp-ssl-perl (1.04-1) ... #14 52.63 Selecting previously unselected package libmailtools-perl. #14 52.63 Preparing to unpack .../231-libmailtools-perl_2.21-1_all.deb ... #14 52.63 Unpacking libmailtools-perl (2.21-1) ... #14 52.66 Selecting previously unselected package libnet-ip-perl. #14 52.66 Preparing to unpack .../232-libnet-ip-perl_1.26-2_all.deb ... #14 58.19 Setting up xdg-user-dirs (0.17-2ubuntu1) ... #14 58.22 Setting up libmagic-mgc (1:5.38-4) ... #14 58.23 Setting up libyaml-0-2:armhf (0.2.2-1) ... #14 58.25 Setting up libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.6) ... #14 58.27 No schema files found: doing nothing. #14 58.27 Setting up distro-info-data (0.43ubuntu1.15) ... #14 58.28 Setting up manpages (5.05-1) ... #14 58.30 Setting up unzip (6.0-25ubuntu1.1) ... #14 58.32 Setting up libbrotli1:armhf (1.0.7-6ubuntu0.1) ... #14 58.34 Setting up libsqlite3-0:armhf (3.31.1-4ubuntu0.6) ... #14 58.35 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ... #14 58.37 Setting up binutils-common:armhf (2.34-6ubuntu1.8) ... #14 58.38 Setting up libnghttp2-14:armhf (1.40.0-1ubuntu0.2) ... #14 58.40 Setting up libmagic1:armhf (1:5.38-4) ... #14 58.42 Setting up less (551-1ubuntu0.1) ... #14 58.44 Setting up perl-openssl-defaults:armhf (4) ... #14 58.45 Setting up linux-libc-dev:armhf (5.4.0-169.187) ... #14 58.46 Setting up libctf-nobfd0:armhf (2.34-6ubuntu1.8) ... #14 58.48 Setting up gettext-base (0.19.8.1-10build1) ... #14 58.49 Setting up libnpth0:armhf (1.6-1) ... #12 51.71 Installing : hunspell-en-GB-0.20201207-3.fc38.noarch 13/153 #12 51.76 Installing : hunspell-en-0.20201207-3.fc38.noarch 14/153 #12 51.77 Installing : hunspell-en-US-0.20201207-3.fc38.noarch 15/153 #12 51.78 Installing : hunspell-1.7.2-3.fc38.x86_64 16/153 #12 51.83 Installing : elfutils-0.190-2.fc38.x86_64 17/153 #12 51.89 Installing : dwz-0.15-2.fc38.x86_64 18/153 #12 51.89 Installing : file-5.44-3.fc38.x86_64 19/153 #12 51.92 Installing : unzip-6.0-60.fc38.x86_64 20/153 #12 51.93 Installing : xz-5.4.1-1.fc38.x86_64 21/153 #15 10.48 Preparing to unpack .../10-cmake_3.16.3-3~bpo10+1_armhf.deb ... #15 10.48 Unpacking cmake (3.16.3-3~bpo10+1) ... #15 10.76 Selecting previously unselected package dh-apparmor. #14 45.63 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.3_arm64.deb ... #14 45.63 Unpacking libxml2:arm64 (2.9.13+dfsg-1ubuntu0.3) ... #14 45.69 Selecting previously unselected package libyaml-0-2:arm64. #14 45.69 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_arm64.deb ... #14 45.69 Unpacking libyaml-0-2:arm64 (0.2.2-1build2) ... #14 45.73 Selecting previously unselected package lsb-release. #14 45.73 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ... #14 45.74 Unpacking lsb-release (11.1.0ubuntu4) ... #14 45.78 Selecting previously unselected package netbase. #14 45.78 Preparing to unpack .../018-netbase_6.3_all.deb ... #14 45.78 Unpacking netbase (6.3) ... #14 45.82 Selecting previously unselected package python-apt-common. #14 45.82 Preparing to unpack .../019-python-apt-common_2.4.0ubuntu2_all.deb ... #14 45.83 Unpacking python-apt-common (2.4.0ubuntu2) ... #14 45.86 Selecting previously unselected package python3-apt. #14 45.86 Preparing to unpack .../020-python3-apt_2.4.0ubuntu2_arm64.deb ... #14 45.87 Unpacking python3-apt (2.4.0ubuntu2) ... #14 45.91 Selecting previously unselected package python3-pkg-resources. #14 45.91 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ... #14 45.92 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... #14 45.97 Selecting previously unselected package ucf. #14 57.20 Preparing to unpack .../209-libc-devtools_2.38-1ubuntu6_armhf.deb ... #14 57.20 Unpacking libc-devtools (2.38-1ubuntu6) ... #14 57.23 Selecting previously unselected package libcapture-tiny-perl. #14 57.23 Preparing to unpack .../210-libcapture-tiny-perl_0.48-2_all.deb ... #14 57.24 Unpacking libcapture-tiny-perl (0.48-2) ... #14 57.27 Selecting previously unselected package libcgi-pm-perl. #14 57.27 Preparing to unpack .../211-libcgi-pm-perl_4.57-1_all.deb ... #14 57.27 Unpacking libcgi-pm-perl (4.57-1) ... #14 57.31 Selecting previously unselected package libfcgi0ldbl:armhf. #14 57.31 Preparing to unpack .../212-libfcgi0ldbl_2.4.2-2build2_armhf.deb ... #14 57.32 Unpacking libfcgi0ldbl:armhf (2.4.2-2build2) ... #14 57.34 Selecting previously unselected package libfcgi-perl. #14 57.34 Preparing to unpack .../213-libfcgi-perl_0.82+ds-2_armhf.deb ... #14 57.35 Unpacking libfcgi-perl (0.82+ds-2) ... #14 57.38 Selecting previously unselected package libcgi-fast-perl. #14 57.38 Preparing to unpack .../214-libcgi-fast-perl_1%3a2.15-1_all.deb ... #14 57.38 Unpacking libcgi-fast-perl (1:2.15-1) ... #14 57.41 Selecting previously unselected package libclass-data-inheritable-perl. #14 57.42 Preparing to unpack .../215-libclass-data-inheritable-perl_0.08-3_all.deb ... #14 57.42 Unpacking libclass-data-inheritable-perl (0.08-3) ... #14 57.45 Selecting previously unselected package libcommon-sense-perl:armhf. #14 57.45 Preparing to unpack .../216-libcommon-sense-perl_3.75-3_armhf.deb ... #14 57.46 Unpacking libcommon-sense-perl:armhf (3.75-3) ... #14 57.49 Selecting previously unselected package libconfig-tiny-perl. #14 57.49 Preparing to unpack .../217-libconfig-tiny-perl_2.29-1_all.deb ... #14 57.49 Unpacking libconfig-tiny-perl (2.29-1) ... #14 57.52 Selecting previously unselected package libparams-util-perl. #16 12.53 Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 1/1 #16 12.70 Preparing : 1/1 #16 12.76 Installing : perl-DynaLoader-1.47-481.el9.aarch64 1/99 #16 12.77 Installing : perl-File-Find-1.37-481.el9.noarch 2/99 #16 12.78 Installing : perl-File-Copy-2.34-481.el9.noarch 3/99 #16 12.78 Installing : perl-File-Compare-1.100.600-481.el9.noarch 4/99 #16 12.79 Installing : cmake-rpm-macros-3.26.5-2.el9.noarch 5/99 #16 12.80 Installing : cmake-filesystem-3.26.5-2.el9.aarch64 6/99 #13 54.83 Setting up libsub-exporter-progressive-perl (0.001013-3) ... #13 54.84 Setting up libarray-intspan-perl (2.004-2) ... #13 54.85 Setting up libcapture-tiny-perl (0.48-2) ... #13 54.86 Setting up libtimedate-perl (2.3300-2) ... #13 54.87 Setting up libregexp-ipv6-perl (0.03-3) ... #13 54.88 Setting up gpg-wks-server (2.2.40-1.1) ... #13 54.89 Setting up libsub-name-perl:amd64 (0.26-2+b1) ... #13 54.90 Setting up libtype-tiny-xs-perl:amd64 (0.025-1) ... #13 54.91 Setting up libsyntax-keyword-try-perl (0.28-1) ... #13 54.92 Setting up libdata-validate-domain-perl (0.10-1.1) ... #13 54.93 Setting up libproc-processtable-perl:amd64 (0.634-1+b2) ... #13 54.94 Setting up libfile-chdir-perl (0.1008-1.1) ... #13 54.96 Setting up xauth (1:1.1.2-1) ... #13 54.96 Setting up libpath-tiny-perl (0.144-1) ... #13 54.97 Setting up libarchive-cpio-perl (0.10-3) ... #13 55.01 Setting up libjson-perl (4.10000-1) ... #13 55.01 Setting up libnsl2:amd64 (1.3.0-2) ... #13 55.02 Setting up libipc-run3-perl (0.048-3) ... #13 55.04 Setting up libregexp-wildcards-perl (1.05-3) ... #13 55.05 Setting up libfcgi-perl (0.82+ds-2) ... #13 55.06 Setting up libsub-override-perl (0.09-4) ... #13 55.06 Setting up libaliased-perl (0.34-3) ... #13 55.08 Setting up libstrictures-perl (2.000006-1) ... #13 55.09 Setting up libsub-quote-perl (2.006008-1) ... #13 55.10 Setting up libdevel-stacktrace-perl (2.0400-2) ... #13 55.10 Setting up libclass-xsaccessor-perl (1.19-4+b1) ... #13 55.12 Setting up libsort-versions-perl (1.62-3) ... #13 55.12 Setting up libexporter-tiny-perl (1.006000-1) ... #13 55.13 Setting up libre-engine-re2-perl:amd64 (0.17+ds-1) ... #14 47.99 Setting up xauth (1:1.1.2-1) ... #14 48.01 Setting up libpath-tiny-perl (0.144-1) ... #14 48.03 Setting up libarchive-cpio-perl (0.10-3) ... #14 48.05 Setting up libjson-perl (4.10000-1) ... #14 48.09 Setting up libnsl2:amd64 (1.3.0-2build2) ... #14 48.12 Setting up libipc-run3-perl (0.048-3) ... #14 48.13 Setting up libregexp-wildcards-perl (1.05-3) ... #14 48.14 Setting up libfcgi-perl (0.82+ds-2) ... #14 48.15 Setting up libsub-override-perl (0.09-4) ... #14 48.18 Setting up libaliased-perl (0.34-3) ... #14 48.21 Setting up libstrictures-perl (2.000006-1) ... #14 48.27 Setting up libsub-quote-perl (2.006008-1ubuntu1) ... #14 48.28 Setting up libdevel-stacktrace-perl (2.0400-2) ... #14 48.29 Setting up libclass-xsaccessor-perl (1.19-4build1) ... #14 48.31 Setting up libsort-versions-perl (1.62-3) ... go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 #14 48.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 ... 7764 files and directories currently installed.) #14 48.31 Preparing to unpack .../000-openssl_3.0.10-1ubuntu2.1_arm64.deb ... #14 48.32 Unpacking openssl (3.0.10-1ubuntu2.1) ... #14 48.37 Selecting previously unselected package ca-certificates. #14 48.37 Preparing to unpack .../001-ca-certificates_20230311ubuntu1_all.deb ... #14 48.37 Unpacking ca-certificates (20230311ubuntu1) ... #14 48.43 Selecting previously unselected package distro-info-data. #14 48.43 Preparing to unpack .../002-distro-info-data_0.58ubuntu0.2_all.deb ... #14 48.43 Unpacking distro-info-data (0.58ubuntu0.2) ... #14 48.46 Selecting previously unselected package iso-codes. #14 48.46 Preparing to unpack .../003-iso-codes_4.15.0-1_all.deb ... #14 48.47 Unpacking iso-codes (4.15.0-1) ... #14 48.61 Selecting previously unselected package krb5-locales. #14 49.44 Get:340 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 t1utils arm64 1.41-3 [53.5 kB] #14 49.52 Get:341 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 lintian all 2.62.0ubuntu2.3 [981 kB] #13 52.82 Preparing to unpack .../257-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ... #13 52.83 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ... #13 52.87 Selecting previously unselected package libio-sessiondata-perl. #13 52.88 Preparing to unpack .../258-libio-sessiondata-perl_1.03-1.1_all.deb ... #13 52.88 Unpacking libio-sessiondata-perl (1.03-1.1) ... #13 52.96 Selecting previously unselected package libipc-run3-perl. #13 50.71 Setting up libgpgme11:arm64 (1.18.0-3+b1) ... #13 50.72 Setting up dirmngr (2.2.40-1.1) ... #13 50.86 Setting up perl (5.36.0-7+deb12u1) ... #14 54.98 Selecting previously unselected package gcc-12. #14 54.98 Preparing to unpack .../077-gcc-12_12.3.0-1ubuntu1~23.04_armhf.deb ... #14 54.98 Unpacking gcc-12 (12.3.0-1ubuntu1~23.04) ... #14 58.67 Selecting previously unselected package libnet-smtp-ssl-perl. #14 58.67 Preparing to unpack .../286-libnet-smtp-ssl-perl_1.04-1_all.deb ... #14 58.68 Unpacking libnet-smtp-ssl-perl (1.04-1) ... #14 58.71 Selecting previously unselected package libmailtools-perl. #14 58.71 Preparing to unpack .../287-libmailtools-perl_2.21-1_all.deb ... #14 58.71 Unpacking libmailtools-perl (2.21-1) ... #14 58.81 Selecting previously unselected package libmarkdown2:armhf. #14 58.81 Preparing to unpack .../288-libmarkdown2_2.2.7-2_armhf.deb ... #14 58.81 Unpacking libmarkdown2:armhf (2.2.7-2) ... #14 58.84 Selecting previously unselected package libmath-base85-perl. #14 58.85 Preparing to unpack .../289-libmath-base85-perl_0.5+dfsg-1_all.deb ... #14 58.85 Unpacking libmath-base85-perl (0.5+dfsg-1) ... #14 58.88 Selecting previously unselected package libmoox-aliases-perl. #14 58.88 Preparing to unpack .../290-libmoox-aliases-perl_0.001006-1.1_all.deb ... #14 58.89 Unpacking libmoox-aliases-perl (0.001006-1.1) ... #14 58.92 Selecting previously unselected package libnamespace-autoclean-perl. #16 17.71 Running transaction #15 7.009 Starting 2 pkgProblemResolver with broken count: 0 #15 7.014 Done #14 52.67 Unpacking libnet-ip-perl (1.26-2) ... #14 52.70 Selecting previously unselected package libnet-dns-perl. #14 52.70 Preparing to unpack .../233-libnet-dns-perl_1.22-1_all.deb ... #14 52.71 Unpacking libnet-dns-perl (1.22-1) ... #14 52.76 Selecting previously unselected package libnet-domain-tld-perl. #14 52.76 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-1_all.deb ... #14 52.77 Unpacking libnet-domain-tld-perl (1.75-1) ... #14 52.80 Selecting previously unselected package libemail-valid-perl. #14 52.80 Preparing to unpack .../235-libemail-valid-perl_1.202-1_all.deb ... #14 52.81 Unpacking libemail-valid-perl (1.202-1) ... #14 52.84 Selecting previously unselected package libexporter-tiny-perl. #14 52.84 Preparing to unpack .../236-libexporter-tiny-perl_1.002001-1_all.deb ... #14 52.84 Unpacking libexporter-tiny-perl (1.002001-1) ... #14 52.87 Selecting previously unselected package libipc-system-simple-perl. #14 52.87 Preparing to unpack .../237-libipc-system-simple-perl_1.26-1_all.deb ... #14 52.88 Unpacking libipc-system-simple-perl (1.26-1) ... #14 52.91 Selecting previously unselected package libfile-basedir-perl. #14 52.91 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ... #14 52.92 Unpacking libfile-basedir-perl (0.08-1) ... #14 52.95 Selecting previously unselected package libfile-chdir-perl. #14 52.95 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1_all.deb ... #14 52.96 Unpacking libfile-chdir-perl (0.1008-1) ... #14 52.98 Selecting previously unselected package libfile-fcntllock-perl. #14 58.50 Setting up krb5-locales (1.17-6ubuntu4.4) ... #14 58.51 Setting up file (1:5.38-4) ... #14 58.52 Setting up libassuan0:armhf (2.5.3-7ubuntu2) ... #14 58.54 Setting up libgomp1:armhf (10.5.0-1ubuntu1~20.04) ... #14 58.55 Setting up libcbor0.6:armhf (0.6.0-0ubuntu1) ... #14 58.57 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ... #14 58.58 Setting up libfakeroot:armhf (1.24-1) ... #14 58.60 Setting up libkrb5support0:armhf (1.17-6ubuntu4.4) ... #14 58.61 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ... #14 58.63 Setting up tzdata (2023d-0ubuntu0.20.04) ... #14 58.74 #14 58.74 Current default time zone: 'Etc/UTC' #12 51.97 Installing : zip-3.0-37.fc38.x86_64 22/153 #12 51.98 Installing : enchant2-2.3.4-1.fc38.x86_64 23/153 #12 52.02 Installing : python3-enchant-3.2.2-6.fc38.noarch 24/153 #12 52.03 Installing : bzip2-1.0.8-13.fc38.x86_64 25/153 #12 52.07 Installing : cpio-2.13-14.fc38.x86_64 26/153 #12 52.10 Installing : ed-1.19-2.fc38.x86_64 27/153 #12 52.11 Installing : patch-2.7.6-19.fc38.x86_64 28/153 #12 52.12 Running scriptlet: groff-base-1.22.4-11.fc38.x86_64 29/153 #12 52.16 Installing : groff-base-1.22.4-11.fc38.x86_64 29/153 #16 92.94 Cleanup : systemd-219-78.el7.aarch64 57/60 #15 10.77 Preparing to unpack .../11-dh-apparmor_2.13.2-10_all.deb ... #15 10.77 Unpacking dh-apparmor (2.13.2-10) ... #15 10.82 Selecting previously unselected package libltdl7:armhf. #15 10.82 Preparing to unpack .../12-libltdl7_2.4.6-9_armhf.deb ... #15 10.83 Unpacking libltdl7:armhf (2.4.6-9) ... #15 10.87 Selecting previously unselected package libltdl-dev:armhf. #15 10.87 Preparing to unpack .../13-libltdl-dev_2.4.6-9_armhf.deb ... #15 10.88 Unpacking libltdl-dev:armhf (2.4.6-9) ... #15 10.94 Selecting previously unselected package libseccomp-dev:armhf. #15 10.94 Preparing to unpack .../14-libseccomp-dev_2.3.3-4_armhf.deb ... #15 10.94 Unpacking libseccomp-dev:armhf (2.3.3-4) ... #15 10.99 Selecting previously unselected package libsystemd-dev:armhf. #14 45.97 Preparing to unpack .../022-ucf_3.0043_all.deb ... #14 45.98 Moving old data out of the way #14 45.98 Unpacking ucf (3.0043) ... #14 46.02 Selecting previously unselected package bsdextrautils. #14 46.02 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_arm64.deb ... #14 46.02 Unpacking bsdextrautils (2.37.2-4ubuntu3) ... #14 46.06 Selecting previously unselected package libmagic-mgc. #14 46.06 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3ubuntu0.1_arm64.deb ... #14 46.06 Unpacking libmagic-mgc (1:5.41-3ubuntu0.1) ... #14 46.13 Selecting previously unselected package libmagic1:arm64. #14 57.52 Preparing to unpack .../218-libparams-util-perl_1.102-2_armhf.deb ... #14 57.52 Unpacking libparams-util-perl (1.102-2) ... #14 57.56 Selecting previously unselected package libsub-install-perl. #14 57.56 Preparing to unpack .../219-libsub-install-perl_0.929-1_all.deb ... #14 57.56 Unpacking libsub-install-perl (0.929-1) ... #14 57.59 Selecting previously unselected package libdata-optlist-perl. #14 57.60 Preparing to unpack .../220-libdata-optlist-perl_0.114-1_all.deb ... #14 57.60 Unpacking libdata-optlist-perl (0.114-1) ... #14 57.63 Selecting previously unselected package libsub-exporter-perl. #14 57.63 Preparing to unpack .../221-libsub-exporter-perl_0.990-1_all.deb ... #14 57.63 Unpacking libsub-exporter-perl (0.990-1) ... #14 57.66 Selecting previously unselected package libconst-fast-perl. #14 57.67 Preparing to unpack .../222-libconst-fast-perl_0.014-2_all.deb ... #14 57.67 Unpacking libconst-fast-perl (0.014-2) ... #14 57.70 Selecting previously unselected package libwant-perl. #14 57.70 Preparing to unpack .../223-libwant-perl_0.29-2build1_armhf.deb ... #14 57.70 Unpacking libwant-perl (0.29-2build1) ... #14 57.73 Selecting previously unselected package libcontextual-return-perl. #14 57.73 Preparing to unpack .../224-libcontextual-return-perl_0.004014-4_all.deb ... #15 13.99 Setting up pkg-config (0.29.2-1) ... #13 55.14 Setting up libfile-dirlist-perl (0.05-3) ... #13 55.15 Setting up libterm-readkey-perl (2.38-2+b1) ... #13 55.16 Setting up libtext-levenshteinxs-perl (0.03-5+b1) ... #13 55.17 Setting up libperlio-gzip-perl (0.20-1+b1) ... #13 55.18 Setting up libsys-hostname-long-perl (1.5-3) ... #13 55.19 Setting up libhtml-html5-entities-perl (0.004-3) ... #13 55.20 Setting up libsereal-decoder-perl (5.003+ds-1) ... #13 55.21 Setting up liburi-perl (5.17-1) ... #13 55.22 Setting up libnet-ipv6addr-perl (1.02-1) ... #13 55.23 Setting up libfile-touch-perl (0.12-2) ... #13 55.25 Setting up libc-devtools (2.36-9+deb12u3) ... #13 55.26 Setting up libemail-address-xs-perl (1.05-1+b1) ... #13 55.27 Setting up libnet-ssleay-perl:amd64 (1.92-2+b1) ... #13 55.28 Setting up automake (1:1.16.5-1.3) ... #13 55.29 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #13 55.29 Setting up libapt-pkg-perl (0.1.40+b2) ... #13 55.30 Setting up libio-sessiondata-perl (1.03-3) ... #13 55.31 Setting up libstring-escape-perl (2010.002-3) ... #13 55.32 Setting up libberkeleydb-perl:amd64 (0.64-2+b1) ... #13 55.33 Setting up libhttp-date-perl (6.05-2) ... #13 55.34 Setting up libfile-which-perl (1.27-2) ... #13 55.35 Setting up libfile-basedir-perl (0.09-2) ... #13 55.36 Setting up libtask-weaken-perl (1.06-2) ... #16 12.86 Installing : python3-setuptools-53.0.0-12.el9.noarch 7/99 #16 12.88 Installing : python3-distro-1.5.0-7.el9.noarch 8/99 #16 12.90 Upgrading : glibc-common-2.34-99.el9.aarch64 9/99 #14 48.34 Setting up libexporter-tiny-perl (1.006002-1) ... #14 48.37 Setting up libre-engine-re2-perl:amd64 (0.18+ds-1) ... #14 48.40 Setting up libfile-dirlist-perl (0.05-3) ... #14 48.41 Setting up libterm-readkey-perl (2.38-2build1) ... #14 48.43 Setting up libtext-levenshteinxs-perl (0.03-5build1) ... #14 48.46 Setting up libperlio-gzip-perl (0.20-1build1) ... #14 48.49 Setting up libsys-hostname-long-perl (1.5-3) ... #14 48.52 Setting up libhtml-html5-entities-perl (0.004-3) ... go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 #14 48.61 Preparing to unpack .../004-krb5-locales_1.20.1-3ubuntu1_all.deb ... #14 48.62 Unpacking krb5-locales (1.20.1-3ubuntu1) ... #14 48.65 Selecting previously unselected package less. #14 48.65 Preparing to unpack .../005-less_590-2_arm64.deb ... #14 48.65 Unpacking less (590-2) ... #14 48.69 Selecting previously unselected package libbsd0:arm64. #14 48.69 Preparing to unpack .../006-libbsd0_0.11.7-4_arm64.deb ... #14 48.70 Unpacking libbsd0:arm64 (0.11.7-4) ... #14 48.73 Selecting previously unselected package libelf1:arm64. #14 49.74 Get:342 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 manpages-dev all 5.05-1 [2266 kB] #13 52.96 Preparing to unpack .../259-libipc-run3-perl_0.048-2_all.deb ... #13 52.97 Unpacking libipc-run3-perl (0.048-2) ... #13 53.02 Selecting previously unselected package libtypes-serialiser-perl. #13 53.03 Preparing to unpack .../260-libtypes-serialiser-perl_1.01-1_all.deb ... #13 53.03 Unpacking libtypes-serialiser-perl (1.01-1) ... #13 53.24 Selecting previously unselected package libjson-xs-perl. #13 53.24 Preparing to unpack .../261-libjson-xs-perl_4.030-1+b1_armhf.deb ... #13 53.25 Unpacking libjson-xs-perl (4.030-1+b1) ... #13 53.31 Selecting previously unselected package libjson-maybexs-perl. #13 53.32 Preparing to unpack .../262-libjson-maybexs-perl_1.004003-1_all.deb ... #13 53.32 Unpacking libjson-maybexs-perl (1.004003-1) ... #13 53.37 Selecting previously unselected package libldap-common. #13 50.88 Setting up libpackage-stash-xs-perl:arm64 (0.30-1+b1) ... #13 50.89 Setting up libclass-data-inheritable-perl (0.08-3) ... #13 50.90 Setting up libxs-parse-keyword-perl (0.33-1) ... #13 50.91 Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ... #13 50.92 Setting up libdata-dump-perl (1.25-1) ... #13 50.93 Setting up gcc-12 (12.2.0-14) ... #13 50.94 Setting up libfile-find-rule-perl (0.34-3) ... #13 50.95 Setting up libref-util-perl (0.204-2) ... #13 50.96 Setting up libipc-system-simple-perl (1.30-2) ... #13 50.97 Setting up libnet-domain-tld-perl (1.75-3) ... #13 50.99 Setting up libperlio-utf8-strict-perl (0.010-1) ... #13 51.00 Setting up libsocket6-perl (0.29-3) ... #13 51.02 Setting up libgd3:arm64 (2.3.3-9) ... #13 51.03 Setting up libvariable-magic-perl (0.63-1+b1) ... #13 51.08 Setting up libio-html-perl (1.004-3) ... #14 55.31 Selecting previously unselected package gcc. #14 55.31 Preparing to unpack .../078-gcc_4%3a12.2.0-3ubuntu1_armhf.deb ... #14 55.32 Unpacking gcc (4:12.2.0-3ubuntu1) ... #14 55.36 Selecting previously unselected package libstdc++-12-dev:armhf. #14 55.36 Preparing to unpack .../079-libstdc++-12-dev_12.3.0-1ubuntu1~23.04_armhf.deb ... #14 55.36 Unpacking libstdc++-12-dev:armhf (12.3.0-1ubuntu1~23.04) ... #14 58.92 Preparing to unpack .../291-libnamespace-autoclean-perl_0.29-1_all.deb ... #14 58.92 Unpacking libnamespace-autoclean-perl (0.29-1) ... #14 58.95 Selecting previously unselected package libobject-id-perl. #14 58.95 Preparing to unpack .../292-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ... #14 58.96 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ... #14 58.99 Selecting previously unselected package libmoox-struct-perl. #14 58.99 Preparing to unpack .../293-libmoox-struct-perl_0.020-1_all.deb ... #14 59.00 Unpacking libmoox-struct-perl (0.020-1) ... #14 59.03 Selecting previously unselected package libmouse-perl. #14 59.03 Preparing to unpack .../294-libmouse-perl_2.5.10-1build4_armhf.deb ... #14 59.04 Unpacking libmouse-perl (2.5.10-1build4) ... #14 59.07 Selecting previously unselected package libpackage-stash-xs-perl. #14 59.07 Preparing to unpack .../295-libpackage-stash-xs-perl_0.29-1build5_armhf.deb ... #14 59.08 Unpacking libpackage-stash-xs-perl (0.29-1build5) ... #14 59.11 Selecting previously unselected package libpath-iterator-rule-perl. #14 59.11 Preparing to unpack .../296-libpath-iterator-rule-perl_1.015-1_all.deb ... #14 59.12 Unpacking libpath-iterator-rule-perl (1.015-1) ... #14 59.15 Selecting previously unselected package libperlio-gzip-perl. #14 52.99 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... #14 52.99 Unpacking libfile-fcntllock-perl (0.22-3build4) ... #14 53.03 Selecting previously unselected package libnumber-compare-perl. #14 53.03 Preparing to unpack .../241-libnumber-compare-perl_0.03-1_all.deb ... #14 53.04 Unpacking libnumber-compare-perl (0.03-1) ... #14 53.07 Selecting previously unselected package libtext-glob-perl. #14 53.07 Preparing to unpack .../242-libtext-glob-perl_0.10-1_all.deb ... #14 53.07 Unpacking libtext-glob-perl (0.10-1) ... #14 53.10 Selecting previously unselected package libfile-find-rule-perl. #14 53.10 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ... #14 53.11 Unpacking libfile-find-rule-perl (0.34-1) ... #14 53.14 Selecting previously unselected package libfont-afm-perl. #14 53.14 Preparing to unpack .../244-libfont-afm-perl_1.20-2_all.deb ... #14 53.14 Unpacking libfont-afm-perl (1.20-2) ... #14 53.18 Selecting previously unselected package libio-string-perl. #14 53.18 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ... #14 53.18 Unpacking libio-string-perl (1.08-3) ... #14 53.21 Selecting previously unselected package libfont-ttf-perl. #14 58.74 Local time is now: Mon Jan 22 21:41:12 UTC 2024. #14 58.74 Universal Time is now: Mon Jan 22 21:41:12 UTC 2024. #14 58.74 Run 'dpkg-reconfigure tzdata' if you wish to change it. #14 58.74 #14 58.77 Setting up fakeroot (1.24-1) ... #14 58.78 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 58.78 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.78 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.78 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.78 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.78 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.78 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.78 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.78 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.79 Setting up autotools-dev (20180224.1) ... #14 58.81 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.6) ... #14 58.82 Setting up libx11-data (2:1.6.9-2ubuntu1.6) ... #14 58.83 Setting up make (4.2.1-1.2) ... #14 58.84 Setting up libmpfr6:armhf (4.0.2-1) ... #14 58.86 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ... #14 58.87 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ... #14 58.88 Setting up libidn11:armhf (1.33-2.2ubuntu2) ... #14 58.90 Setting up strace (5.5-3ubuntu1) ... #14 58.94 Setting up libsigsegv2:armhf (2.12-2) ... #14 58.96 Setting up xz-utils (5.2.4-1ubuntu1.1) ... #12 52.21 Running scriptlet: groff-base-1.22.4-11.fc38.x86_64 29/153 #12 52.22 Installing : jansson-2.13.1-6.fc38.x86_64 30/153 #12 52.24 Installing : binutils-gold-2.39-16.fc38.x86_64 31/153 #12 52.34 Installing : binutils-2.39-16.fc38.x86_64 32/153 #12 52.38 Running scriptlet: binutils-2.39-16.fc38.x86_64 32/153 #12 52.39 Installing : json-glib-1.6.6-4.fc38.x86_64 33/153 #12 52.41 Installing : libjpeg-turbo-2.1.4-2.fc38.x86_64 34/153 #12 52.44 Installing : libpkgconf-1.8.0-6.fc38.x86_64 35/153 #16 93.24 Cleanup : systemd-libs-219-78.el7.aarch64 58/60 #15 10.99 Preparing to unpack .../15-libsystemd-dev_241-7~deb10u9+rpi1_armhf.deb ... #15 11.00 Unpacking libsystemd-dev:armhf (241-7~deb10u9+rpi1) ... #15 11.08 Selecting previously unselected package pkg-config. #15 11.08 Preparing to unpack .../16-pkg-config_0.29-6_armhf.deb ... #15 11.09 Unpacking pkg-config (0.29-6) ... #15 11.14 Setting up libseccomp-dev:armhf (2.3.3-4) ... #15 11.15 Setting up libarchive13:armhf (3.3.3-4+deb10u3) ... #15 11.17 Setting up libuv1:armhf (1.24.1-1+deb10u1) ... #15 11.19 Setting up bash-completion (1:2.8-6) ... #14 46.13 Preparing to unpack .../025-libmagic1_1%3a5.41-3ubuntu0.1_arm64.deb ... #14 46.14 Unpacking libmagic1:arm64 (1:5.41-3ubuntu0.1) ... #14 46.18 Selecting previously unselected package file. #14 46.18 Preparing to unpack .../026-file_1%3a5.41-3ubuntu0.1_arm64.deb ... #14 46.18 Unpacking file (1:5.41-3ubuntu0.1) ... #14 46.22 Selecting previously unselected package gettext-base. #14 46.22 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_arm64.deb ... #14 46.23 Unpacking gettext-base (0.21-4ubuntu4) ... #14 46.27 Selecting previously unselected package libuchardet0:arm64. #14 46.27 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_arm64.deb ... #14 46.28 Unpacking libuchardet0:arm64 (0.0.7-1build2) ... #14 46.31 Selecting previously unselected package groff-base. #14 46.32 Preparing to unpack .../029-groff-base_1.22.4-8build1_arm64.deb ... #14 46.32 Unpacking groff-base (1.22.4-8build1) ... #14 46.39 Selecting previously unselected package libcbor0.8:arm64. #14 46.39 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_arm64.deb ... #14 46.40 Unpacking libcbor0.8:arm64 (0.8.0-2ubuntu1) ... #14 46.44 Selecting previously unselected package libedit2:arm64. #14 46.44 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_arm64.deb ... #14 46.44 Unpacking libedit2:arm64 (3.1-20210910-1build1) ... #14 46.49 Selecting previously unselected package libfido2-1:arm64. #14 46.49 Preparing to unpack .../032-libfido2-1_1.10.0-1_arm64.deb ... #14 46.49 Unpacking libfido2-1:arm64 (1.10.0-1) ... #13 48.66 Running transaction check #14 57.73 Unpacking libcontextual-return-perl (0.004014-4) ... #14 57.76 Selecting previously unselected package libcpanel-json-xs-perl:armhf. #14 57.77 Preparing to unpack .../225-libcpanel-json-xs-perl_4.37-1_armhf.deb ... #14 57.77 Unpacking libcpanel-json-xs-perl:armhf (4.37-1) ... #14 57.80 Selecting previously unselected package libdevel-stacktrace-perl. #14 57.80 Preparing to unpack .../226-libdevel-stacktrace-perl_2.0400-2_all.deb ... #14 57.81 Unpacking libdevel-stacktrace-perl (2.0400-2) ... #14 57.84 Selecting previously unselected package libexception-class-perl. #14 57.84 Preparing to unpack .../227-libexception-class-perl_1.45-1_all.deb ... #14 57.84 Unpacking libexception-class-perl (1.45-1) ... #14 57.87 Selecting previously unselected package libiterator-perl. #14 57.87 Preparing to unpack .../228-libiterator-perl_0.03+ds1-2_all.deb ... #14 57.88 Unpacking libiterator-perl (0.03+ds1-2) ... #14 57.91 Selecting previously unselected package libiterator-util-perl. #14 57.91 Preparing to unpack .../229-libiterator-util-perl_0.02+ds1-2_all.deb ... #14 57.91 Unpacking libiterator-util-perl (0.02+ds1-2) ... #14 57.97 Selecting previously unselected package libdata-dpath-perl. #13 55.37 Setting up libunicode-utf8-perl (0.62-2) ... #13 55.38 Setting up libfeature-compat-try-perl (0.05-1) ... #13 55.39 Setting up libset-intspan-perl (1.19-3) ... #13 55.40 Setting up libmouse-perl (2.5.10-1+b3) ... #13 55.42 Setting up libfile-listing-perl (6.15-1) ... #13 55.43 Setting up libsys-cpuaffinity-perl (1.13~03-2+b1) ... #13 55.44 Setting up gpg-wks-client (2.2.40-1.1) ... #13 55.44 Setting up libregexp-pattern-perl (0.2.14-2) ... #13 55.45 Setting up libdata-messagepack-perl (1.02-1+b1) ... #13 55.46 Setting up libclass-inspector-perl (1.36-3) ... #13 55.47 Setting up libfont-afm-perl (1.20-4) ... #13 55.48 Setting up libwant-perl (0.29-2+b1) ... #13 55.49 Setting up libdynaloader-functions-perl (0.003-3) ... #13 55.50 Setting up libclass-method-modifiers-perl (2.14-1) ... #13 55.51 Setting up liblist-compare-perl (0.55-2) ... #13 55.52 Setting up libref-util-xs-perl (0.117-2+b1) ... #13 55.53 Setting up libio-pty-perl (1:1.17-1) ... #13 55.54 Setting up libfile-fcntllock-perl (0.22-4+b1) ... #13 55.55 Setting up libclone-perl:amd64 (0.46-1) ... #13 55.56 Setting up libalgorithm-diff-perl (1.201-1) ... #13 55.57 Setting up libarchive-zip-perl (1.68-1) ... #13 55.58 Setting up libsub-identify-perl (0.14-3) ... #13 55.59 Setting up libdistro-info-perl (1.5+deb12u1) ... #13 55.60 Setting up libcpanel-json-xs-perl:amd64 (4.35-1) ... #13 55.61 Setting up libio-stringy-perl (2.111-3) ... #13 55.62 Setting up libhtml-tagset-perl (3.20-6) ... #13 55.63 Setting up liblog-any-perl (1.713-1) ... #13 55.64 Setting up libauthen-sasl-perl (2.1600-3) ... #13 55.65 Setting up libdevel-size-perl (0.83-2+b1) ... #13 55.66 Setting up libpython3.11-stdlib:amd64 (3.11.2-6) ... #13 55.66 Setting up libdebhelper-perl (13.11.4) ... #13 55.67 Setting up libpod-constants-perl (0.19-2) ... #13 55.68 Setting up libregexp-pattern-license-perl (3.9.4-3) ... #15 14.05 Setting up libltdl7:armhf (2.4.6-15) ... #15 14.06 Setting up libjsoncpp24:armhf (1.9.4-4) ... #15 14.07 Setting up g++ (4:10.2.1-1+rpi1) ... #15 14.10 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #15 14.10 Setting up librhash0:armhf (1.4.1-2) ... #15 14.11 Setting up build-essential (12.9) ... #15 14.12 Setting up cmake-data (3.18.4-2+rpt1+rpi1+deb11u1) ... #15 14.14 Setting up dh-apparmor (2.13.6-10) ... #15 14.15 Setting up libsystemd-dev:armhf (247.3-7+rpi1+deb11u2) ... #15 14.16 Setting up libltdl-dev:armhf (2.4.6-15) ... #15 14.17 Setting up cmake (3.18.4-2+rpt1+rpi1+deb11u1) ... #15 14.18 Setting up docker-ce-build-deps (1.0) ... #15 14.19 Processing triggers for man-db (2.9.4-2) ... #15 14.22 Processing triggers for libc-bin (2.31-13+rpi1+deb11u6) ... #16 13.03 Upgrading : glibc-gconv-extra-2.34-99.el9.aarch64 10/99 #16 13.04 Running scriptlet: glibc-gconv-extra-2.34-99.el9.aarch64 10/99 #16 13.06 Upgrading : glibc-minimal-langpack-2.34-99.el9.aarch64 11/99 #16 13.06 Running scriptlet: glibc-2.34-99.el9.aarch64 12/99 #16 13.11 Upgrading : glibc-2.34-99.el9.aarch64 12/99 #16 13.12 Running scriptlet: glibc-2.34-99.el9.aarch64 12/99 #16 13.21 Installing : glibc-langpack-en-2.34-99.el9.aarch64 13/99 #16 13.23 Installing : make-1:4.3-7.el9.aarch64 14/99 #16 13.24 Installing : cracklib-2.9.6-27.el9.aarch64 15/99 #16 13.25 Installing : libedit-3.1-38.20210216cvs.el9.aarch64 16/99 #16 13.26 Installing : libfdisk-2.37.4-15.el9.aarch64 17/99 #16 13.27 Installing : libseccomp-2.5.2-2.el9.aarch64 18/99 #16 13.28 Installing : checkpolicy-3.6-1.el9.aarch64 19/99 #16 13.29 Installing : libmpc-1.2.1-4.el9.aarch64 20/99 #16 13.30 Installing : m4-1.4.19-1.el9.aarch64 21/99 #14 48.54 Setting up libsereal-decoder-perl (5.004+ds-1) ... #14 48.55 Setting up liburi-perl (5.19-2) ... #14 48.57 Setting up libnet-ipv6addr-perl (1.02-1) ... #14 48.60 Setting up libfile-touch-perl (0.12-2) ... #14 48.63 Setting up libc-devtools (2.38-1ubuntu6) ... #14 48.67 Setting up libemail-address-xs-perl (1.05-1build1) ... #14 48.68 Setting up libnet-ssleay-perl:amd64 (1.92-2build2) ... #14 48.70 Setting up automake (1:1.16.5-1.3) ... #14 48.71 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #14 48.71 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #14 48.71 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #14 48.77 Setting up libapt-pkg-perl (0.1.40build3) ... go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 #14 50.02 Get:343 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-certifi all 2019.11.28-1 [149 kB] #14 48.73 Preparing to unpack .../007-libelf1_0.189-4_arm64.deb ... #14 48.73 Unpacking libelf1:arm64 (0.189-4) ... #14 48.77 Selecting previously unselected package libicu72:arm64. #14 48.77 Preparing to unpack .../008-libicu72_72.1-3ubuntu3_arm64.deb ... #14 48.77 Unpacking libicu72:arm64 (72.1-3ubuntu3) ... #14 49.00 Selecting previously unselected package libxml2:arm64. #14 49.00 Preparing to unpack .../009-libxml2_2.9.14+dfsg-1.3_arm64.deb ... #14 49.01 Unpacking libxml2:arm64 (2.9.14+dfsg-1.3) ... #14 49.05 Selecting previously unselected package libyaml-0-2:arm64. #14 49.05 Preparing to unpack .../010-libyaml-0-2_0.2.5-1_arm64.deb ... #14 49.06 Unpacking libyaml-0-2:arm64 (0.2.5-1) ... #14 49.09 Selecting previously unselected package lsb-release. #14 49.09 Preparing to unpack .../011-lsb-release_12.0-2_all.deb ... #14 49.09 Unpacking lsb-release (12.0-2) ... #14 49.13 Selecting previously unselected package netbase. #13 53.38 Preparing to unpack .../263-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ... #13 53.39 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ... #13 53.45 Selecting previously unselected package liblist-compare-perl. #13 53.46 Preparing to unpack .../264-liblist-compare-perl_0.55-1_all.deb ... #13 53.47 Unpacking liblist-compare-perl (0.55-1) ... #13 53.51 Selecting previously unselected package liblist-someutils-perl. #13 53.51 Preparing to unpack .../265-liblist-someutils-perl_0.58-1_all.deb ... #13 53.52 Unpacking liblist-someutils-perl (0.58-1) ... #13 53.59 Selecting previously unselected package liblist-someutils-xs-perl. #13 53.59 Preparing to unpack .../266-liblist-someutils-xs-perl_0.58-2+b1_armhf.deb ... #13 53.60 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ... #13 53.65 Selecting previously unselected package liblist-utilsby-perl. #13 51.13 Setting up libpod-parser-perl (1.65-1) ... #13 51.20 Setting up libb-hooks-op-check-perl:arm64 (0.22-2+b1) ... #13 51.27 Setting up libparams-util-perl (1.102-2+b1) ... #13 51.33 Setting up libdpkg-perl (1.21.22) ... #14 55.56 Selecting previously unselected package g++-12. #14 55.56 Preparing to unpack .../080-g++-12_12.3.0-1ubuntu1~23.04_armhf.deb ... #14 55.56 Unpacking g++-12 (12.3.0-1ubuntu1~23.04) ... #14 59.15 Preparing to unpack .../297-libperlio-gzip-perl_0.19-1build8_armhf.deb ... #14 59.16 Unpacking libperlio-gzip-perl (0.19-1build8) ... #14 59.19 Selecting previously unselected package libperlio-utf8-strict-perl. #14 59.19 Preparing to unpack .../298-libperlio-utf8-strict-perl_0.009-1build1_armhf.deb ... #14 59.19 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ... #14 59.23 Selecting previously unselected package libpod-parser-perl. #14 59.23 Preparing to unpack .../299-libpod-parser-perl_1.63-2_all.deb ... #14 59.24 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #14 59.26 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #14 59.26 Unpacking libpod-parser-perl (1.63-2) ... #14 59.30 Selecting previously unselected package libpod-constants-perl. #14 59.30 Preparing to unpack .../300-libpod-constants-perl_0.19-2_all.deb ... #14 59.31 Unpacking libpod-constants-perl (0.19-2) ... #14 59.34 Selecting previously unselected package libproc-processtable-perl:armhf. #14 59.34 Preparing to unpack .../301-libproc-processtable-perl_0.634-1build1_armhf.deb ... #14 59.34 Unpacking libproc-processtable-perl:armhf (0.634-1build1) ... #14 59.38 Selecting previously unselected package libre2-9:armhf. #14 59.38 Preparing to unpack .../302-libre2-9_20220201+dfsg-1_armhf.deb ... #14 53.22 Preparing to unpack .../246-libfont-ttf-perl_1.06-1_all.deb ... #14 53.22 Unpacking libfont-ttf-perl (1.06-1) ... #14 53.27 Selecting previously unselected package libfuture-perl. #14 53.28 Preparing to unpack .../247-libfuture-perl_0.43-1_all.deb ... #14 53.28 Unpacking libfuture-perl (0.43-1) ... #14 53.32 Selecting previously unselected package libio-stringy-perl. #14 53.32 Preparing to unpack .../248-libio-stringy-perl_2.111-3_all.deb ... #14 53.32 Unpacking libio-stringy-perl (2.111-3) ... #14 53.35 Selecting previously unselected package libparams-validate-perl. #14 53.35 Preparing to unpack .../249-libparams-validate-perl_1.29-3_amd64.deb ... #14 53.36 Unpacking libparams-validate-perl (1.29-3) ... #14 53.39 Selecting previously unselected package libgetopt-long-descriptive-perl. #14 53.39 Preparing to unpack .../250-libgetopt-long-descriptive-perl_0.104-1_all.deb ... #14 53.40 Unpacking libgetopt-long-descriptive-perl (0.104-1) ... #14 53.45 Selecting previously unselected package libsort-versions-perl. #14 58.97 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 58.97 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #14 58.97 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #14 58.97 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #14 58.97 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #14 58.97 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #14 58.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 #14 58.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 #14 58.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 #14 58.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 #14 58.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 #14 58.98 Setting up t1utils (1.41-3) ... #14 58.99 Setting up diffstat (1.63-1) ... #14 59.00 Setting up libmpc3:armhf (1.1.0-1) ... #14 59.01 Setting up libatomic1:armhf (10.5.0-1ubuntu1~20.04) ... #14 59.03 Setting up patch (2.7.6-6) ... #14 59.04 Setting up autopoint (0.19.8.1-10build1) ... #14 59.05 Setting up libfl2:armhf (2.6.4-6.2) ... #14 59.07 Setting up ucf (3.0038+nmu1) ... #14 59.17 Setting up libk5crypto3:armhf (1.17-6ubuntu4.4) ... #15 7.522 The following additional packages will be installed: #15 7.522 bash-completion build-essential cmake cmake-data dh-apparmor g++ g++-12 #15 7.523 libarchive13 libjsoncpp25 libltdl-dev libltdl7 libpkgconf3 librhash0 #15 7.523 libseccomp-dev libstdc++-12-dev libsystemd-dev libsystemd0 libudev1 libuv1 #15 7.524 pkg-config pkgconf pkgconf-bin udev #15 7.525 Suggested packages: #15 7.525 cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils gcc-12-doc #15 7.525 lrzip libtool-doc seccomp libstdc++-12-doc #12 52.45 Installing : pkgconf-1.8.0-6.fc38.x86_64 36/153 #12 52.48 Installing : libpng-2:1.6.37-14.fc38.x86_64 37/153 #12 52.49 Installing : libstemmer-2.2.0-5.fc38.x86_64 38/153 #12 52.50 Installing : ncurses-6.4-3.20230114.fc38.x86_64 39/153 #12 52.59 Installing : perl-Digest-1.20-490.fc38.noarch 40/153 #12 52.59 Installing : perl-Digest-MD5-2.58-490.fc38.x86_64 41/153 #12 52.63 Installing : perl-B-1.83-498.fc38.x86_64 42/153 #12 52.64 Installing : perl-FileHandle-2.03-498.fc38.noarch 43/153 #12 52.64 Installing : perl-Data-Dumper-2.184-491.fc38.x86_64 44/153 #12 52.68 Installing : perl-libnet-3.15-1.fc38.noarch 45/153 #12 52.69 Installing : perl-AutoLoader-5.74-498.fc38.noarch 46/153 #16 93.54 Cleanup : glibc-common-2.17-317.el7.aarch64 59/60 #14 46.54 Selecting previously unselected package libnghttp2-14:arm64. #14 46.54 Preparing to unpack .../033-libnghttp2-14_1.43.0-1ubuntu0.1_arm64.deb ... #14 46.54 Unpacking libnghttp2-14:arm64 (1.43.0-1ubuntu0.1) ... #14 46.58 Selecting previously unselected package libpipeline1:arm64. #14 46.59 Preparing to unpack .../034-libpipeline1_1.5.5-1_arm64.deb ... #14 46.59 Unpacking libpipeline1:arm64 (1.5.5-1) ... #14 46.63 Selecting previously unselected package libpng16-16:arm64. #14 46.63 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_arm64.deb ... #14 46.64 Unpacking libpng16-16:arm64 (1.6.37-3build5) ... #14 46.68 Selecting previously unselected package libpsl5:arm64. #14 46.68 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_arm64.deb ... #14 46.68 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ... #14 46.72 Selecting previously unselected package libxau6:arm64. #14 46.72 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_arm64.deb ... #14 46.73 Unpacking libxau6:arm64 (1:1.0.9-1build5) ... #13 48.84 Transaction check succeeded. #14 57.97 Preparing to unpack .../230-libdata-dpath-perl_0.58-2_all.deb ... #14 57.98 Unpacking libdata-dpath-perl (0.58-2) ... #14 58.01 Selecting previously unselected package libdata-dump-perl. #14 58.01 Preparing to unpack .../231-libdata-dump-perl_1.25-1_all.deb ... #14 58.01 Unpacking libdata-dump-perl (1.25-1) ... #14 58.04 Selecting previously unselected package libdata-messagepack-perl. #14 58.04 Preparing to unpack .../232-libdata-messagepack-perl_1.02-1build1_armhf.deb ... #14 58.05 Unpacking libdata-messagepack-perl (1.02-1build1) ... #14 58.08 Selecting previously unselected package libnet-domain-tld-perl. #14 58.08 Preparing to unpack .../233-libnet-domain-tld-perl_1.75-3_all.deb ... #14 58.08 Unpacking libnet-domain-tld-perl (1.75-3) ... #14 58.11 Selecting previously unselected package libdata-validate-domain-perl. #14 58.11 Preparing to unpack .../234-libdata-validate-domain-perl_0.10-1.1_all.deb ... #14 58.12 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #14 58.15 Selecting previously unselected package libnet-ipv6addr-perl. #14 58.15 Preparing to unpack .../235-libnet-ipv6addr-perl_1.02-1_all.deb ... #14 58.15 Unpacking libnet-ipv6addr-perl (1.02-1) ... #14 58.18 Selecting previously unselected package libnet-netmask-perl. #14 58.19 Preparing to unpack .../236-libnet-netmask-perl_2.0002-2_all.deb ... #14 58.19 Unpacking libnet-netmask-perl (2.0002-2) ... #14 58.22 Selecting previously unselected package libnetaddr-ip-perl. #14 58.22 Preparing to unpack .../237-libnetaddr-ip-perl_4.079+dfsg-2build1_armhf.deb ... #14 58.22 Unpacking libnetaddr-ip-perl (4.079+dfsg-2build1) ... #14 58.26 Selecting previously unselected package libdata-validate-ip-perl. #14 58.26 Preparing to unpack .../238-libdata-validate-ip-perl_0.31-1_all.deb ... #14 58.27 Unpacking libdata-validate-ip-perl (0.31-1) ... #14 58.30 Selecting previously unselected package libdata-validate-uri-perl. #19 1.820 Fetched 9185 kB in 1s (6128 kB/s) #13 55.69 Setting up libconvert-binhex-perl (1.125-3) ... #13 55.71 Setting up liblwp-mediatypes-perl (6.04-2) ... #13 55.72 Setting up libyaml-libyaml-perl (0.86+ds-1) ... #13 55.76 Setting up libio-interactive-perl (1.023-2) ... #13 55.77 Setting up libtry-tiny-perl (0.31-2) ... #13 55.78 Setting up libtype-tiny-perl (2.002001-1) ... #13 55.79 Setting up libcommon-sense-perl:amd64 (3.75-3) ... #13 55.80 Setting up libmldbm-perl (2.05-4) ... #13 55.81 Setting up libxml-namespacesupport-perl (1.12-2) ... #13 55.82 Setting up libnet-http-perl (6.22-1) ... #13 55.83 Setting up libpath-iterator-rule-perl (1.015-2) ... #13 55.84 Setting up libtext-markdown-discount-perl (0.16-1) ... #13 55.85 Setting up libhttp-tiny-multipart-perl (0.08-2) ... #13 55.86 Setting up libtime-moment-perl (0.44-2+b1) ... #13 55.86 Setting up libencode-locale-perl (1.05-3) ... #13 55.87 Setting up libexception-class-perl (1.45-1) ... #13 55.88 Setting up libxstring-perl:amd64 (0.005-2+b1) ... #13 55.89 Setting up libmath-base85-perl (0.5+dfsg-2) ... #14 48.80 Setting up libstring-escape-perl (2010.002-3) ... #14 48.84 Setting up libberkeleydb-perl:amd64 (0.64-2) ... #14 48.85 Setting up libhttp-date-perl (6.05-2) ... #14 48.86 Setting up libfile-which-perl (1.27-2) ... #14 48.89 Setting up libfile-basedir-perl (0.09-2) ... #14 48.92 Setting up libunicode-utf8-perl (0.62-2) ... #14 48.95 Setting up libset-intspan-perl (1.19-3) ... #14 48.97 Setting up libmouse-perl (2.5.10-1build5) ... #14 48.98 Setting up libfile-listing-perl (6.15-1) ... #14 49.00 Setting up gpg-wks-client (2.2.40-1.1ubuntu1) ... #16 13.33 Installing : autoconf-2.69-38.el9.noarch 22/99 #16 13.34 Installing : perl-threads-1:2.25-460.el9.aarch64 23/99 #16 13.35 Installing : python3-libselinux-3.6-1.el9.aarch64 24/99 #16 13.36 Installing : python3-libsemanage-3.6-1.el9.aarch64 25/99 #16 13.36 Installing : perl-threads-shared-1.61-460.el9.aarch64 26/99 #16 13.37 Installing : perl-Thread-Queue-3.14-460.el9.noarch 27/99 #16 13.40 Installing : automake-1.16.2-8.el9.noarch 28/99 #14 50.35 Get:344 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-idna all 2.8-1 [34.6 kB] #14 49.13 Preparing to unpack .../012-netbase_6.4_all.deb ... #14 49.13 Unpacking netbase (6.4) ... #14 49.16 Selecting previously unselected package python-apt-common. #14 49.16 Preparing to unpack .../013-python-apt-common_2.6.0ubuntu1_all.deb ... #14 49.17 Unpacking python-apt-common (2.6.0ubuntu1) ... #14 49.20 Selecting previously unselected package python3-apt. #14 49.21 Preparing to unpack .../014-python3-apt_2.6.0ubuntu1_arm64.deb ... #14 49.21 Unpacking python3-apt (2.6.0ubuntu1) ... #14 49.24 Selecting previously unselected package python3-cffi-backend:arm64. #14 49.24 Preparing to unpack .../015-python3-cffi-backend_1.15.1-5build1_arm64.deb ... #14 49.25 Unpacking python3-cffi-backend:arm64 (1.15.1-5build1) ... #14 49.28 Selecting previously unselected package python3-pkg-resources. #14 49.28 Preparing to unpack .../016-python3-pkg-resources_68.1.2-2_all.deb ... #14 49.28 Unpacking python3-pkg-resources (68.1.2-2) ... #14 49.32 Selecting previously unselected package tzdata-icu. #14 49.32 Preparing to unpack .../017-tzdata-icu_2023d-0ubuntu0.23.10_all.deb ... #14 49.32 Unpacking tzdata-icu (2023d-0ubuntu0.23.10) ... #14 49.36 Selecting previously unselected package ucf. #13 53.65 Preparing to unpack .../267-liblist-utilsby-perl_0.11-1_all.deb ... #13 53.66 Unpacking liblist-utilsby-perl (0.11-1) ... #13 53.72 Selecting previously unselected package libltdl7:armhf. #13 53.72 Preparing to unpack .../268-libltdl7_2.4.6-15_armhf.deb ... #13 53.73 Unpacking libltdl7:armhf (2.4.6-15) ... #13 53.80 Selecting previously unselected package libltdl-dev:armhf. #13 53.80 Preparing to unpack .../269-libltdl-dev_2.4.6-15_armhf.deb ... #13 53.81 Unpacking libltdl-dev:armhf (2.4.6-15) ... #13 53.89 Selecting previously unselected package liblzo2-2:armhf. #13 53.89 Preparing to unpack .../270-liblzo2-2_2.10-2_armhf.deb ... #13 53.91 Unpacking liblzo2-2:armhf (2.10-2) ... #13 51.40 Setting up libtime-duration-perl (1.21-2) ... #13 51.49 Setting up autoconf (2.71-3) ... #13 51.56 Setting up libsub-exporter-progressive-perl (0.001013-3) ... #13 51.59 Setting up libarray-intspan-perl (2.004-2) ... #13 51.63 Setting up libcapture-tiny-perl (0.48-2) ... #14 55.77 Selecting previously unselected package g++. #14 55.77 Preparing to unpack .../081-g++_4%3a12.2.0-3ubuntu1_armhf.deb ... #14 55.77 Unpacking g++ (4:12.2.0-3ubuntu1) ... #14 55.80 Selecting previously unselected package make. #14 55.81 Preparing to unpack .../082-make_4.3-4.1build1_armhf.deb ... #14 55.81 Unpacking make (4.3-4.1build1) ... #14 55.85 Selecting previously unselected package libdpkg-perl. #14 55.85 Preparing to unpack .../083-libdpkg-perl_1.21.21ubuntu1_all.deb ... #14 55.86 Unpacking libdpkg-perl (1.21.21ubuntu1) ... #14 55.92 Selecting previously unselected package bzip2. #14 55.93 Preparing to unpack .../084-bzip2_1.0.8-5build1_armhf.deb ... #14 55.93 Unpacking bzip2 (1.0.8-5build1) ... #14 55.96 Selecting previously unselected package patch. #14 55.96 Preparing to unpack .../085-patch_2.7.6-7build2_armhf.deb ... #14 55.97 Unpacking patch (2.7.6-7build2) ... #14 56.01 Selecting previously unselected package lto-disabled-list. #14 56.01 Preparing to unpack .../086-lto-disabled-list_39_all.deb ... #14 56.02 Unpacking lto-disabled-list (39) ... #14 59.38 Unpacking libre2-9:armhf (20220201+dfsg-1) ... #14 59.41 Selecting previously unselected package libre-engine-re2-perl:armhf. #14 59.42 Preparing to unpack .../303-libre-engine-re2-perl_0.14-1build2_armhf.deb ... #14 59.42 Unpacking libre-engine-re2-perl:armhf (0.14-1build2) ... #14 59.45 Selecting previously unselected package libreadonly-perl. #14 59.45 Preparing to unpack .../304-libreadonly-perl_2.050-3_all.deb ... #14 59.46 Unpacking libreadonly-perl (2.050-3) ... #14 59.49 Selecting previously unselected package libref-util-perl. #14 59.49 Preparing to unpack .../305-libref-util-perl_0.204-1_all.deb ... #14 59.49 Unpacking libref-util-perl (0.204-1) ... #14 59.52 Selecting previously unselected package libref-util-xs-perl. #14 59.52 Preparing to unpack .../306-libref-util-xs-perl_0.117-1build5_armhf.deb ... #14 59.53 Unpacking libref-util-xs-perl (0.117-1build5) ... #14 59.56 Selecting previously unselected package libregexp-pattern-license-perl. #14 59.56 Preparing to unpack .../307-libregexp-pattern-license-perl_3.9.3-1_all.deb ... #14 59.56 Unpacking libregexp-pattern-license-perl (3.9.3-1) ... #14 59.60 Selecting previously unselected package libregexp-pattern-perl. #14 53.45 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ... #14 53.46 Unpacking libsort-versions-perl (1.62-1) ... #14 53.48 Selecting previously unselected package libgit-wrapper-perl. #14 53.49 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ... #14 53.49 Unpacking libgit-wrapper-perl (0.048-1) ... #14 53.52 Selecting previously unselected package libhttp-tiny-multipart-perl. #14 53.53 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1_all.deb ... #14 53.53 Unpacking libhttp-tiny-multipart-perl (0.08-1) ... #14 53.56 Selecting previously unselected package libio-prompter-perl. #14 53.56 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ... #14 53.56 Unpacking libio-prompter-perl (0.004015-1) ... #14 53.59 Selecting previously unselected package libjson-perl. #14 53.60 Preparing to unpack .../255-libjson-perl_4.02000-2_all.deb ... #14 53.60 Unpacking libjson-perl (4.02000-2) ... #14 53.63 Selecting previously unselected package liblog-any-perl. #14 53.64 Preparing to unpack .../256-liblog-any-perl_1.708-1_all.deb ... #14 53.64 Unpacking liblog-any-perl (1.708-1) ... #14 53.67 Selecting previously unselected package liblog-any-adapter-screen-perl. #14 59.18 Setting up libltdl7:armhf (2.4.6-14) ... #14 59.20 Setting up libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ... #14 59.21 Setting up libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 59.22 Setting up libubsan1:armhf (10.5.0-1ubuntu1~20.04) ... #14 59.24 Setting up python-apt-common (2.0.1ubuntu0.20.04.1) ... #14 59.25 Setting up libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ... #14 59.27 Setting up libuchardet0:armhf (0.0.6-3build1) ... #14 59.29 Setting up libre2-5:armhf (20200101+dfsg-1build1) ... #14 59.30 Setting up git-man (1:2.25.1-1ubuntu3.11) ... #14 59.32 Setting up libisl22:armhf (0.22.1-1) ... #14 59.33 Setting up netbase (6.1) ... #14 59.37 Setting up libkrb5-3:armhf (1.17-6ubuntu4.4) ... #14 59.38 Setting up libmpdec2:armhf (2.4.2-3) ... #14 59.40 Setting up libbinutils:armhf (2.34-6ubuntu1.8) ... #14 59.41 Setting up libfido2-1:armhf (1.3.1-1ubuntu2) ... #14 59.42 Setting up libc-dev-bin (2.31-0ubuntu9.14) ... #14 59.44 Setting up openssl (1.1.1f-1ubuntu2.20) ... #14 59.46 Setting up libbsd0:armhf (0.10.0-1) ... #14 59.47 Setting up libelf1:armhf (0.176-1.1ubuntu0.1) ... #14 59.48 Setting up readline-common (8.0-4) ... #14 59.51 Setting up publicsuffix (20200303.0012-1) ... #12 52.72 Installing : perl-base-2.27-498.fc38.noarch 47/153 #12 52.73 Installing : perl-URI-5.17-2.fc38.noarch 48/153 #12 52.79 Installing : perl-Time-Local-2:1.300-490.fc38.noarch 49/153 #12 52.79 Installing : perl-Mozilla-CA-20221114-2.fc38.noarch 50/153 #12 52.80 Installing : perl-Text-Tabs+Wrap-2023.0511-1.fc38.noarch 51/153 #12 52.80 Installing : perl-if-0.61.000-498.fc38.noarch 52/153 #12 52.83 Installing : perl-locale-1.10-498.fc38.noarch 53/153 #12 52.84 Installing : perl-IO-Socket-IP-0.41-492.fc38.noarch 54/153 #12 52.84 Installing : perl-File-Path-2.18-490.fc38.noarch 55/153 #12 52.88 Installing : perl-IO-Socket-SSL-2.081-1.fc38.noarch 56/153 #12 52.89 Installing : perl-Net-SSLeay-1.92-5.fc38.x86_64 57/153 #12 52.93 Installing : perl-Pod-Escapes-1:1.07-490.fc38.noarch 58/153 #12 52.93 Installing : perl-Term-ANSIColor-5.01-491.fc38.noarch 59/153 #15 7.907 The following NEW packages will be installed: #15 7.908 bash-completion build-essential cmake cmake-data dh-apparmor g++ g++-12 #15 7.908 libarchive13 libjsoncpp25 libltdl-dev libltdl7 libpkgconf3 librhash0 #15 7.908 libseccomp-dev libstdc++-12-dev libsystemd-dev libuv1 pkg-config pkgconf #15 7.909 pkgconf-bin #15 7.910 The following packages will be upgraded: #15 7.911 libsystemd0 libudev1 udev #14 46.77 Selecting previously unselected package libxdmcp6:arm64. #14 46.77 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_arm64.deb ... #14 46.78 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ... #14 46.82 Selecting previously unselected package libxcb1:arm64. #14 46.82 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_arm64.deb ... #14 46.83 Unpacking libxcb1:arm64 (1.14-3ubuntu3) ... #14 46.86 Selecting previously unselected package libx11-data. #14 46.86 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ... #14 46.87 Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ... #14 46.94 Selecting previously unselected package libx11-6:arm64. #14 46.94 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1ubuntu0.3_arm64.deb ... #14 46.95 Unpacking libx11-6:arm64 (2:1.7.5-1ubuntu0.3) ... #14 46.99 Selecting previously unselected package libxext6:arm64. #13 48.84 Running transaction test #14 58.30 Preparing to unpack .../239-libdata-validate-uri-perl_0.07-2_all.deb ... #14 58.30 Unpacking libdata-validate-uri-perl (0.07-2) ... #14 58.34 Selecting previously unselected package libdistro-info-perl. #14 58.34 Preparing to unpack .../240-libdistro-info-perl_1.5ubuntu0.23.10.1_all.deb ... #14 58.34 Unpacking libdistro-info-perl (1.5ubuntu0.23.10.1) ... #14 58.38 Selecting previously unselected package libemail-address-xs-perl. #14 58.38 Preparing to unpack .../241-libemail-address-xs-perl_1.05-1build1_armhf.deb ... #14 58.38 Unpacking libemail-address-xs-perl (1.05-1build1) ... #14 58.42 Selecting previously unselected package libexporter-tiny-perl. #14 58.42 Preparing to unpack .../242-libexporter-tiny-perl_1.006002-1_all.deb ... #14 58.42 Unpacking libexporter-tiny-perl (1.006002-1) ... #14 58.45 Selecting previously unselected package libfcgi-bin. #14 58.45 Preparing to unpack .../243-libfcgi-bin_2.4.2-2build2_armhf.deb ... #14 58.46 Unpacking libfcgi-bin (2.4.2-2build2) ... #14 58.49 Selecting previously unselected package libipc-system-simple-perl. #14 58.49 Preparing to unpack .../244-libipc-system-simple-perl_1.30-2_all.deb ... #14 58.49 Unpacking libipc-system-simple-perl (1.30-2) ... #14 58.52 Selecting previously unselected package libfile-basedir-perl. #14 58.52 Preparing to unpack .../245-libfile-basedir-perl_0.09-2_all.deb ... #13 55.90 Setting up libconfig-tiny-perl (2.28-2) ... #13 55.91 Setting up libsereal-encoder-perl (5.003+ds-1) ... #13 55.92 Setting up libdevel-callchecker-perl:amd64 (0.008-2) ... #13 55.93 Setting up liblist-utilsby-perl (0.12-2) ... #13 55.94 Setting up libstring-shellquote-perl (1.04-3) ... #13 55.95 Setting up libnet-netmask-perl (2.0002-2) ... #13 55.96 Setting up libsub-install-perl (0.929-1) ... #13 55.97 Setting up gcc (4:12.2.0-3) ... #13 55.99 Setting up dpkg-dev (1.21.22) ... #13 56.01 Setting up libindirect-perl (0.39-2+b1) ... #13 56.02 Setting up libxs-parse-sublike-perl:amd64 (0.16-1+b2) ... #13 56.03 Setting up intltool-debian (0.35.0+20060710.6) ... #13 56.04 Setting up libfreezethaw-perl (0.5001-3) ... #13 56.05 Setting up libobject-pad-perl (0.78-1) ... #13 56.06 Setting up liberror-perl (0.17029-2) ... #13 56.07 Setting up patchutils (0.4.2-1) ... #13 56.08 Setting up libmail-sendmail-perl (0.80-3) ... #13 56.09 Setting up libltdl-dev:amd64 (2.4.7-5) ... #13 56.10 Setting up libjson-maybexs-perl (1.004004-1) ... #13 56.11 Setting up libxml-sax-base-perl (1.09-3) ... #14 49.02 Setting up libregexp-pattern-perl (0.2.14-2) ... #14 49.05 Setting up libdata-messagepack-perl (1.02-1build1) ... #14 49.08 Setting up libfont-afm-perl (1.20-4) ... #14 49.10 Setting up libwant-perl (0.29-2build1) ... #14 49.12 Setting up libdynaloader-functions-perl (0.003-3) ... #14 49.14 Setting up libclass-method-modifiers-perl (2.15-1) ... #14 49.17 Setting up liblist-compare-perl (0.55-2) ... #14 49.20 Setting up libref-util-xs-perl (0.117-2build1) ... #14 49.25 Setting up libio-pty-perl (1:1.17-1) ... #14 49.26 Setting up libfile-fcntllock-perl (0.22-4ubuntu1) ... #14 49.29 Setting up libclone-perl:amd64 (0.46-1) ... #14 49.32 Setting up libalgorithm-diff-perl (1.201-1) ... #14 50.44 Get:345 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-urllib3 all 1.25.8-2ubuntu0.3 [88.7 kB] #14 50.54 Get:346 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-requests all 2.22.0-2ubuntu1.1 [47.2 kB] #14 49.36 Preparing to unpack .../018-ucf_3.0043+nmu1_all.deb ... #14 49.37 Moving old data out of the way #14 49.37 Unpacking ucf (3.0043+nmu1) ... #14 49.40 Selecting previously unselected package bsdextrautils. #14 49.40 Preparing to unpack .../019-bsdextrautils_2.39.1-4ubuntu2_arm64.deb ... #14 49.41 Unpacking bsdextrautils (2.39.1-4ubuntu2) ... #14 49.44 Selecting previously unselected package libmagic-mgc. #14 49.44 Preparing to unpack .../020-libmagic-mgc_1%3a5.44-3_arm64.deb ... #14 49.45 Unpacking libmagic-mgc (1:5.44-3) ... #14 49.51 Selecting previously unselected package libmagic1:arm64. #14 49.51 Preparing to unpack .../021-libmagic1_1%3a5.44-3_arm64.deb ... #14 49.52 Unpacking libmagic1:arm64 (1:5.44-3) ... #14 49.54 Selecting previously unselected package file. #14 49.55 Preparing to unpack .../022-file_1%3a5.44-3_arm64.deb ... #14 49.55 Unpacking file (1:5.44-3) ... #14 49.58 Selecting previously unselected package gettext-base. #14 49.58 Preparing to unpack .../023-gettext-base_0.21-13_arm64.deb ... #14 49.58 Unpacking gettext-base (0.21-13) ... #14 49.61 Selecting previously unselected package libuchardet0:arm64. #13 53.99 Selecting previously unselected package libsys-hostname-long-perl. #13 53.99 Preparing to unpack .../271-libsys-hostname-long-perl_1.5-2_all.deb ... #13 54.00 Unpacking libsys-hostname-long-perl (1.5-2) ... #13 54.03 Selecting previously unselected package libmail-sendmail-perl. #13 54.04 Preparing to unpack .../272-libmail-sendmail-perl_0.80-1.1_all.deb ... #13 54.04 Unpacking libmail-sendmail-perl (0.80-1.1) ... #13 54.12 Selecting previously unselected package libnet-smtp-ssl-perl. #13 54.12 Preparing to unpack .../273-libnet-smtp-ssl-perl_1.04-1_all.deb ... #13 54.13 Unpacking libnet-smtp-ssl-perl (1.04-1) ... #13 51.68 Setting up libtimedate-perl (2.3300-2) ... #13 51.75 Setting up libregexp-ipv6-perl (0.03-3) ... #13 51.79 Setting up gpg-wks-server (2.2.40-1.1) ... #13 51.85 Setting up libsub-name-perl:arm64 (0.26-2+b1) ... #14 56.07 Selecting previously unselected package dpkg-dev. #14 56.07 Preparing to unpack .../087-dpkg-dev_1.21.21ubuntu1_all.deb ... #14 56.07 Unpacking dpkg-dev (1.21.21ubuntu1) ... #14 56.12 Selecting previously unselected package build-essential. #14 56.12 Preparing to unpack .../088-build-essential_12.9ubuntu3_armhf.deb ... #14 56.13 Unpacking build-essential (12.9ubuntu3) ... #14 56.18 Selecting previously unselected package libbrotli1:armhf. #14 56.18 Preparing to unpack .../089-libbrotli1_1.0.9-2build8_armhf.deb ... #14 56.19 Unpacking libbrotli1:armhf (1.0.9-2build8) ... #14 56.26 Selecting previously unselected package libsasl2-modules-db:armhf. #14 59.60 Preparing to unpack .../308-libregexp-pattern-perl_0.2.14-1_all.deb ... #14 59.61 Unpacking libregexp-pattern-perl (0.2.14-1) ... #14 59.64 Selecting previously unselected package libsasl2-modules:armhf. #14 59.64 Preparing to unpack .../309-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_armhf.deb ... #14 59.65 Unpacking libsasl2-modules:armhf (2.1.27+dfsg2-3ubuntu1.2) ... #14 59.68 Selecting previously unselected package libsereal-decoder-perl. #14 59.68 Preparing to unpack .../310-libsereal-decoder-perl_4.023+ds-1_armhf.deb ... #14 59.68 Unpacking libsereal-decoder-perl (4.023+ds-1) ... #14 59.74 Selecting previously unselected package libsereal-encoder-perl:armhf. #14 59.74 Preparing to unpack .../311-libsereal-encoder-perl_4.023+ds-1_armhf.deb ... #14 59.75 Unpacking libsereal-encoder-perl:armhf (4.023+ds-1) ... #14 59.78 Selecting previously unselected package libset-intspan-perl. #14 59.78 Preparing to unpack .../312-libset-intspan-perl_1.19-2_all.deb ... #14 59.78 Unpacking libset-intspan-perl (1.19-2) ... #14 59.81 Selecting previously unselected package libsocket6-perl. #14 59.82 Preparing to unpack .../313-libsocket6-perl_0.29-1build4_armhf.deb ... #14 59.82 Unpacking libsocket6-perl (0.29-1build4) ... #14 59.85 Selecting previously unselected package libstring-copyright-perl. #14 59.85 Preparing to unpack .../314-libstring-copyright-perl_0.003012-1_all.deb ... #14 59.85 Unpacking libstring-copyright-perl (0.003012-1) ... #14 59.88 Selecting previously unselected package libstring-escape-perl. #14 59.89 Preparing to unpack .../315-libstring-escape-perl_2010.002-2_all.deb ... #14 59.89 Unpacking libstring-escape-perl (2010.002-2) ... #14 59.92 Selecting previously unselected package libstring-shellquote-perl. #14 59.92 Preparing to unpack .../316-libstring-shellquote-perl_1.04-1_all.deb ... #14 59.93 Unpacking libstring-shellquote-perl (1.04-1) ... #14 59.95 Selecting previously unselected package libxs-parse-keyword-perl. #14 53.68 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-1_all.deb ... #14 53.68 Unpacking liblog-any-adapter-screen-perl (0.140-1) ... #14 53.71 Selecting previously unselected package libpackage-stash-perl. #14 53.71 Preparing to unpack .../258-libpackage-stash-perl_0.38-1_all.deb ... #14 53.71 Unpacking libpackage-stash-perl (0.38-1) ... #14 53.74 Selecting previously unselected package libsub-identify-perl. #14 53.74 Preparing to unpack .../259-libsub-identify-perl_0.14-1build2_amd64.deb ... #14 53.75 Unpacking libsub-identify-perl (0.14-1build2) ... #14 53.78 Selecting previously unselected package libsub-name-perl. #14 53.78 Preparing to unpack .../260-libsub-name-perl_0.26-1_amd64.deb ... #14 53.78 Unpacking libsub-name-perl (0.26-1) ... #14 53.81 Selecting previously unselected package libnamespace-clean-perl. #14 53.81 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ... #14 53.81 Unpacking libnamespace-clean-perl (0.27-1) ... #14 53.85 Selecting previously unselected package libpath-tiny-perl. #14 53.85 Preparing to unpack .../262-libpath-tiny-perl_0.108-1_all.deb ... #14 53.86 Unpacking libpath-tiny-perl (0.108-1) ... #14 53.89 Selecting previously unselected package libtype-tiny-perl. #14 53.89 Preparing to unpack .../263-libtype-tiny-perl_1.008001-2_all.deb ... #14 53.90 Unpacking libtype-tiny-perl (1.008001-2) ... #14 53.95 Selecting previously unselected package libgitlab-api-v4-perl. #14 53.95 Preparing to unpack .../264-libgitlab-api-v4-perl_0.25-1_all.deb ... #14 53.95 Unpacking libgitlab-api-v4-perl (0.25-1) ... #14 53.99 Selecting previously unselected package libhash-fieldhash-perl. #14 53.99 Preparing to unpack .../265-libhash-fieldhash-perl_0.15-1build2_amd64.deb ... #14 59.52 Setting up libcc1-0:armhf (10.5.0-1ubuntu1~20.04) ... #14 59.54 Setting up iso-codes (4.4-1) ... #14 59.55 Setting up liblocale-gettext-perl (1.07-4) ... #14 59.57 Setting up dctrl-tools (2.24-3) ... #14 59.59 Setting up libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 59.60 Setting up libgdbm6:armhf (1.18.1-5) ... #14 59.64 Setting up gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.2) ... #14 59.65 Setting up libctf0:armhf (2.34-6ubuntu1.8) ... #14 59.66 Setting up pinentry-curses (1.1.0-3build1) ... #14 59.68 Setting up manpages-dev (5.05-1) ... #14 59.69 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu1) ... #14 59.71 Setting up libxcb1:armhf (1.14-2) ... #14 59.72 Setting up at (3.1.23-1ubuntu1) ... #12 52.96 Installing : perl-Class-Struct-0.66-498.fc38.noarch 60/153 #12 52.97 Installing : perl-POSIX-2.03-498.fc38.x86_64 61/153 #12 52.97 Installing : perl-IPC-Open3-1.22-498.fc38.noarch 62/153 #12 53.02 Installing : perl-File-Temp-1:0.231.100-490.fc38.noarch 63/153 #12 53.03 Installing : perl-HTTP-Tiny-0.086-2.fc38.noarch 64/153 #12 53.04 Installing : perl-Term-Cap-1.18-1.fc38.noarch 65/153 #12 53.07 Installing : perl-Pod-Simple-1:3.43-491.fc38.noarch 66/153 #12 53.08 Installing : perl-Socket-4:2.036-2.fc38.x86_64 67/153 #12 53.11 Installing : perl-SelectSaver-1.02-498.fc38.noarch 68/153 #12 53.12 Installing : perl-Symbol-1.09-498.fc38.noarch 69/153 #12 53.12 Installing : perl-File-stat-1.12-498.fc38.noarch 70/153 #12 53.13 Installing : perl-podlators-1:5.01-2.fc38.noarch 71/153 #12 53.17 Installing : perl-Pod-Perldoc-3.28.01-491.fc38.noarch 72/153 #12 53.18 Installing : perl-Text-ParseWords-3.31-490.fc38.noarch 73/153 #12 53.21 Installing : perl-Fcntl-1.15-498.fc38.x86_64 74/153 #12 53.22 Installing : perl-mro-1.26-498.fc38.x86_64 75/153 #12 53.22 Installing : perl-IO-1.50-498.fc38.x86_64 76/153 #14 46.99 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_arm64.deb ... #14 46.99 Unpacking libxext6:arm64 (2:1.3.4-1build1) ... #14 47.03 Selecting previously unselected package libxmuu1:arm64. #14 47.03 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_arm64.deb ... #14 47.04 Unpacking libxmuu1:arm64 (2:1.1.3-3) ... #14 47.09 Selecting previously unselected package man-db. #14 47.09 Preparing to unpack .../044-man-db_2.10.2-1_arm64.deb ... #14 47.10 Unpacking man-db (2.10.2-1) ... #14 47.15 Selecting previously unselected package manpages. #14 47.15 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ... #14 47.16 Unpacking manpages (5.10-1ubuntu1) ... #14 47.27 Selecting previously unselected package openssh-client. #13 49.33 Transaction test succeeded. #13 49.33 Running transaction #14 58.53 Unpacking libfile-basedir-perl (0.09-2) ... #14 58.55 Selecting previously unselected package libfile-chdir-perl. #14 58.56 Preparing to unpack .../246-libfile-chdir-perl_0.1008-1.1_all.deb ... #14 58.56 Unpacking libfile-chdir-perl (0.1008-1.1) ... #14 58.59 Selecting previously unselected package libfile-fcntllock-perl. #14 58.59 Preparing to unpack .../247-libfile-fcntllock-perl_0.22-4ubuntu1_armhf.deb ... #14 58.60 Unpacking libfile-fcntllock-perl (0.22-4ubuntu1) ... #14 58.63 Selecting previously unselected package libnumber-compare-perl. #14 58.63 Preparing to unpack .../248-libnumber-compare-perl_0.03-3_all.deb ... #14 58.63 Unpacking libnumber-compare-perl (0.03-3) ... #14 58.66 Selecting previously unselected package libtext-glob-perl. #14 58.67 Preparing to unpack .../249-libtext-glob-perl_0.11-3_all.deb ... #14 58.67 Unpacking libtext-glob-perl (0.11-3) ... #14 58.72 Selecting previously unselected package libfile-find-rule-perl. #14 58.73 Preparing to unpack .../250-libfile-find-rule-perl_0.34-3_all.deb ... #14 58.73 Unpacking libfile-find-rule-perl (0.34-3) ... #16 93.58 Cleanup : glibc-2.17-317.el7.aarch64 60/60 #16 94.18 Verifying : systemd-libs-219-78.el7_9.9.aarch64 1/60 #16 94.20 Verifying : systemd-devel-219-78.el7_9.9.aarch64 2/60 #16 94.22 Verifying : pcre-devel-8.32-17.el7.aarch64 3/60 #16 94.23 Verifying : glibc-devel-2.17-326.el7_9.aarch64 4/60 #16 94.24 Verifying : libarchive-3.1.2-14.el7_7.aarch64 5/60 #16 94.25 Verifying : glibc-2.17-326.el7_9.aarch64 6/60 #16 94.27 Verifying : glibc-common-2.17-326.el7_9.aarch64 7/60 #16 94.28 Verifying : automake-1.13.4-3.el7.noarch 8/60 #16 94.29 Verifying : libseccomp-devel-2.3.1-4.el7.aarch64 9/60 #16 94.30 Verifying : openssh-7.4p1-23.el7_9.aarch64 10/60 #16 94.31 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 11/60 #16 94.32 Verifying : 1:make-3.82-24.el7.aarch64 12/60 #16 94.33 Verifying : libcgroup-0.41-21.el7.aarch64 13/60 #16 94.34 Verifying : python-IPy-0.75-6.el7.noarch 14/60 #16 94.35 Verifying : perl-Test-Harness-3.28-3.el7.noarch 15/60 #16 94.37 Verifying : systemd-219-78.el7_9.9.aarch64 16/60 #16 94.38 Verifying : libselinux-utils-2.5-15.el7.aarch64 17/60 #16 94.39 Verifying : policycoreutils-devel-2.5-34.el7.aarch64 18/60 #13 56.14 Setting up libio-string-perl (1.08-4) ... #13 56.15 Setting up libreadonly-perl (2.050-3) ... #13 56.16 Setting up libnetaddr-ip-perl (4.079+dfsg-2+b1) ... #13 56.17 Setting up libstring-copyright-perl (0.003014-1) ... #13 56.18 Setting up libdata-optlist-perl (0.113-1) ... #13 56.20 Setting up libipc-run-perl (20220807.0-1) ... #13 56.21 Setting up git (1:2.39.2-1.1) ... #13 56.26 Setting up libtext-xslate-perl:amd64 (3.5.9-1+b2) ... #13 56.27 Setting up libcontextual-return-perl (0.004014-4) ... #13 56.28 Setting up libwww-robotrules-perl (6.02-1) ... #13 56.29 Setting up libtypes-serialiser-perl (1.01-1) ... #13 56.30 Setting up libnsl-dev:amd64 (1.3.0-2) ... #13 56.31 Setting up libhtml-parser-perl:amd64 (3.81-1) ... #13 56.33 Setting up libgit-wrapper-perl (0.048-2) ... #13 56.34 Setting up liblog-any-adapter-screen-perl (0.140-2) ... #13 56.35 Setting up librole-tiny-perl (2.002004-1) ... #13 56.36 Setting up gnupg (2.2.40-1.1) ... #13 56.37 Setting up libc6-dev:amd64 (2.36-9+deb12u3) ... #14 49.35 Setting up libarchive-zip-perl (1.68-1) ... #14 49.37 Setting up libsub-identify-perl (0.14-3) ... #14 49.38 Setting up libdistro-info-perl (1.5ubuntu0.23.10.1) ... #14 49.40 Setting up libcpanel-json-xs-perl:amd64 (4.37-1) ... #14 49.43 Setting up libhtml-tagset-perl (3.20-6) ... #14 49.45 Setting up liblog-any-perl (1.715-1) ... #14 49.47 Setting up libauthen-sasl-perl (2.1600-3) ... #14 49.49 Setting up libdevel-size-perl (0.83-2build1) ... #14 49.50 Setting up libpython3.11-stdlib:amd64 (3.11.6-3) ... #14 49.52 Setting up libdebhelper-perl (13.11.6ubuntu1) ... #14 49.55 Setting up libpod-constants-perl (0.19-2) ... #14 50.63 Get:347 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-unidiff all 0.5.5-2 [9180 B] #14 50.70 Get:348 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-xdg all 0.26-1ubuntu1 [36.1 kB] #14 50.79 Get:349 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unzip arm64 6.0-25ubuntu1.1 [162 kB] #14 50.92 Get:350 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 equivs all 2.2.0 [19.7 kB] #14 49.62 Preparing to unpack .../024-libuchardet0_0.0.7-1build2_arm64.deb ... #14 49.62 Unpacking libuchardet0:arm64 (0.0.7-1build2) ... #14 49.65 Selecting previously unselected package groff-base. #14 49.65 Preparing to unpack .../025-groff-base_1.23.0-2_arm64.deb ... #14 49.66 Unpacking groff-base (1.23.0-2) ... #14 49.72 Selecting previously unselected package libcbor0.8:arm64. #14 49.72 Preparing to unpack .../026-libcbor0.8_0.8.0-2ubuntu1_arm64.deb ... #14 49.72 Unpacking libcbor0.8:arm64 (0.8.0-2ubuntu1) ... #14 49.76 Selecting previously unselected package libedit2:arm64. #14 49.76 Preparing to unpack .../027-libedit2_3.1-20221030-2_arm64.deb ... #14 49.76 Unpacking libedit2:arm64 (3.1-20221030-2) ... #14 49.80 Selecting previously unselected package libfido2-1:arm64. #14 49.80 Preparing to unpack .../028-libfido2-1_1.13.0-1_arm64.deb ... #14 49.80 Unpacking libfido2-1:arm64 (1.13.0-1) ... #14 49.84 Selecting previously unselected package libjansson4:arm64. #13 54.18 Selecting previously unselected package libmailtools-perl. #13 54.19 Preparing to unpack .../274-libmailtools-perl_2.21-1_all.deb ... #13 54.19 Unpacking libmailtools-perl (2.21-1) ... #13 54.28 Selecting previously unselected package libmarkdown2:armhf. #13 54.28 Preparing to unpack .../275-libmarkdown2_2.2.6-1_armhf.deb ... #13 54.29 Unpacking libmarkdown2:armhf (2.2.6-1) ... #13 54.37 Selecting previously unselected package libmime-tools-perl. #13 54.37 Preparing to unpack .../276-libmime-tools-perl_5.509-1_all.deb ... #13 54.38 Unpacking libmime-tools-perl (5.509-1) ... #19 1.820 Reading package lists... #12 46.47 Running scriptlet: glibc-common-2.38-11.fc39.x86_64 164/164 #12 51.00 Verifying : ansible-srpm-macros-1-11.fc39.noarch 1/164 #12 51.00 Verifying : binutils-2.40-13.fc39.x86_64 2/164 #12 51.00 Verifying : binutils-gold-2.40-13.fc39.x86_64 3/164 #12 51.00 Verifying : bzip2-1.0.8-16.fc39.x86_64 4/164 #12 51.00 Verifying : cpio-2.14-4.fc39.x86_64 5/164 #12 51.00 Verifying : dash-0.5.12-1.fc39.x86_64 6/164 #12 51.00 Verifying : dbus-libs-1:1.14.10-1.fc39.x86_64 7/164 #12 51.00 Verifying : desktop-file-utils-0.26-9.fc39.x86_64 8/164 #12 51.00 Verifying : devscripts-checkbashisms-2.23.5-3.fc39.noarch 9/164 #12 51.00 Verifying : diffutils-3.10-3.fc39.x86_64 10/164 #12 51.00 Verifying : dwz-0.15-3.fc39.x86_64 11/164 #12 51.00 Verifying : ed-1.19-4.fc39.x86_64 12/164 #12 51.00 Verifying : efi-srpm-macros-5-9.fc39.noarch 13/164 #12 51.00 Verifying : emacs-filesystem-1:29.1-2.fc39.noarch 14/164 #12 51.00 Verifying : enchant2-2.5.0-5.fc39.x86_64 15/164 #12 51.00 Verifying : file-5.44-5.fc39.x86_64 16/164 #12 51.00 Verifying : fonts-filesystem-1:2.0.5-12.fc39.noarch 17/164 #12 51.00 Verifying : fonts-srpm-macros-1:2.0.5-12.fc39.noarch 18/164 #12 51.00 Verifying : fpc-srpm-macros-1.3-8.fc39.noarch 19/164 #12 51.00 Verifying : gdk-pixbuf2-2.42.10-5.fc39.x86_64 20/164 #12 51.00 Verifying : ghc-srpm-macros-1.6.1-2.fc39.noarch 21/164 #12 51.00 Verifying : gnat-srpm-macros-6-3.fc39.noarch 22/164 #12 51.00 Verifying : hunspell-1.7.2-5.fc39.x86_64 23/164 #12 51.00 Verifying : hunspell-en-0.20201207-7.fc39.noarch 24/164 #12 51.00 Verifying : hunspell-en-GB-0.20201207-7.fc39.noarch 25/164 #12 51.00 Verifying : hunspell-en-US-0.20201207-7.fc39.noarch 26/164 #12 51.00 Verifying : hunspell-filesystem-1.7.2-5.fc39.x86_64 27/164 #12 51.00 Verifying : jansson-2.13.1-7.fc39.x86_64 28/164 #12 51.00 Verifying : js-jquery-3.6.4-2.fc39.noarch 29/164 #12 51.00 Verifying : json-glib-1.8.0-1.fc39.x86_64 30/164 #12 51.00 Verifying : kernel-srpm-macros-1.0-20.fc39.noarch 31/164 #12 51.00 Verifying : libappstream-glib-0.8.2-4.fc39.x86_64 32/164 #12 51.00 Verifying : libjpeg-turbo-2.1.4-3.fc39.x86_64 33/164 #12 51.00 Verifying : libpkgconf-1.9.5-2.fc39.x86_64 34/164 #12 51.00 Verifying : libpng-2:1.6.37-15.fc39.x86_64 35/164 #12 51.00 Verifying : libstemmer-2.2.0-7.fc39.x86_64 36/164 #12 51.00 Verifying : lua-srpm-macros-1-9.fc39.noarch 37/164 #12 51.00 Verifying : ncurses-6.4-7.20230520.fc39.x86_64 38/164 #12 51.00 Verifying : ocaml-srpm-macros-8-2.fc39.noarch 39/164 #12 51.00 Verifying : openblas-srpm-macros-2-14.fc39.noarch 40/164 #12 51.00 Verifying : package-notes-srpm-macros-0.5-9.fc39.noarch 41/164 #12 51.00 Verifying : patch-2.7.6-22.fc39.x86_64 42/164 #12 51.00 Verifying : perl-Carp-1.54-500.fc39.noarch 43/164 #12 51.00 Verifying : perl-Data-Dumper-2.188-501.fc39.x86_64 44/164 #12 51.00 Verifying : perl-Digest-1.20-500.fc39.noarch 45/164 #12 51.00 Verifying : perl-Digest-MD5-2.58-500.fc39.x86_64 46/164 #12 51.00 Verifying : perl-Encode-4:3.19-500.fc39.x86_64 47/164 #12 51.00 Verifying : perl-Exporter-5.77-500.fc39.noarch 48/164 #12 51.00 Verifying : perl-File-Path-2.18-500.fc39.noarch 49/164 #12 51.00 Verifying : perl-File-Temp-1:0.231.100-500.fc39.noarch 50/164 #12 51.00 Verifying : perl-Getopt-Long-1:2.54-500.fc39.noarch 51/164 #12 51.00 Verifying : perl-HTTP-Tiny-0.088-3.fc39.noarch 52/164 #12 51.00 Verifying : perl-IO-Socket-IP-0.42-1.fc39.noarch 53/164 #12 51.00 Verifying : perl-IO-Socket-SSL-2.083-3.fc39.noarch 54/164 #12 51.00 Verifying : perl-MIME-Base64-3.16-500.fc39.x86_64 55/164 #12 51.00 Verifying : perl-Mozilla-CA-20230801-1.fc39.noarch 56/164 #12 51.00 Verifying : perl-Net-SSLeay-1.92-10.fc39.x86_64 57/164 #12 51.00 Verifying : perl-PathTools-3.89-500.fc39.x86_64 58/164 #12 51.00 Verifying : perl-Pod-Escapes-1:1.07-500.fc39.noarch 59/164 #12 51.00 Verifying : perl-Pod-Perldoc-3.28.01-501.fc39.noarch 60/164 #12 51.00 Verifying : perl-Pod-Simple-1:3.45-4.fc39.noarch 61/164 #12 51.00 Verifying : perl-Pod-Usage-4:2.03-500.fc39.noarch 62/164 #12 51.00 Verifying : perl-Scalar-List-Utils-5:1.63-500.fc39.x86_64 63/164 #12 51.00 Verifying : perl-Socket-4:2.037-3.fc39.x86_64 64/164 #12 51.01 Verifying : perl-Storable-1:3.32-500.fc39.x86_64 65/164 #12 51.01 Verifying : perl-Term-ANSIColor-5.01-501.fc39.noarch 66/164 #12 51.01 Verifying : perl-Term-Cap-1.18-500.fc39.noarch 67/164 #12 51.01 Verifying : perl-Text-ParseWords-3.31-500.fc39.noarch 68/164 #12 51.01 Verifying : perl-Text-Tabs+Wrap-2023.0511-3.fc39.noarch 69/164 #12 51.01 Verifying : perl-Time-Local-2:1.350-3.fc39.noarch 70/164 #12 51.01 Verifying : perl-URI-5.21-1.fc39.noarch 71/164 #12 51.01 Verifying : perl-constant-1.33-501.fc39.noarch 72/164 #12 51.01 Verifying : perl-libnet-3.15-501.fc39.noarch 73/164 #12 51.01 Verifying : perl-parent-1:0.241-500.fc39.noarch 74/164 #12 51.01 Verifying : perl-podlators-1:5.01-500.fc39.noarch 75/164 #12 51.01 Verifying : perl-srpm-macros-1-51.fc39.noarch 76/164 #12 51.01 Verifying : pkgconf-1.9.5-2.fc39.x86_64 77/164 #12 51.01 Verifying : pkgconf-m4-1.9.5-2.fc39.noarch 78/164 #12 51.01 Verifying : pkgconf-pkg-config-1.9.5-2.fc39.x86_64 79/164 #12 51.01 Verifying : python-srpm-macros-3.12-4.fc39.noarch 80/164 #12 51.01 Verifying : python-systemd-doc-235-5.fc39.x86_64 81/164 #12 51.01 Verifying : python3-construct-2.10.68-6.fc39.noarch 82/164 #12 51.01 Verifying : python3-dateutil-1:2.8.2-10.fc39.noarch 83/164 #12 51.01 Verifying : python3-dbus-1.3.2-4.fc39.x86_64 84/164 #12 51.01 Verifying : python3-distro-1.8.0-6.fc39.noarch 85/164 #12 51.01 Verifying : python3-enchant-3.2.2-10.fc39.noarch 86/164 #12 51.01 Verifying : python3-file-magic-5.44-5.fc39.noarch 87/164 #12 51.01 Verifying : python3-packaging-23.1-4.fc39.noarch 88/164 #12 51.01 Verifying : python3-pybeam-0.7-7.fc39.noarch 89/164 #12 51.01 Verifying : python3-pyxdg-0.27-9.fc39.noarch 90/164 #12 51.01 Verifying : python3-six-1.16.0-12.fc39.noarch 91/164 #12 51.01 Verifying : python3-systemd-235-5.fc39.x86_64 92/164 #12 51.01 Verifying : python3-tomli-w-1.0.0-9.fc39.noarch 93/164 #12 51.01 Verifying : python3-zstandard-0.21.0-3.fc39.x86_64 94/164 #12 51.01 Verifying : redhat-rpm-config-262-1.fc39.noarch 95/164 #12 51.01 Verifying : shared-mime-info-2.2-4.fc39.x86_64 96/164 #12 51.01 Verifying : unzip-6.0-62.fc39.x86_64 97/164 #12 51.01 Verifying : web-assets-filesystem-5-20.fc39.noarch 98/164 #12 51.01 Verifying : xxhash-libs-0.8.2-1.fc39.x86_64 99/164 #12 51.01 Verifying : xz-5.4.4-1.fc39.x86_64 100/164 #12 51.01 Verifying : zip-3.0-39.fc39.x86_64 101/164 #12 51.01 Verifying : zstd-1.5.5-4.fc39.x86_64 102/164 #12 51.01 Verifying : debugedit-5.0-12.fc39.x86_64 103/164 #12 51.01 Verifying : dnf-plugins-core-4.4.4-1.fc39.noarch 104/164 #12 51.01 Verifying : elfutils-0.190-4.fc39.x86_64 105/164 #12 51.01 Verifying : elfutils-debuginfod-client-0.190-4.fc39.x86_64 106/164 #12 51.01 Verifying : gdb-minimal-14.1-2.fc39.x86_64 107/164 #12 51.01 Verifying : glibc-gconv-extra-2.38-14.fc39.x86_64 108/164 #12 51.01 Verifying : go-srpm-macros-3.3.1-1.fc39.noarch 109/164 #12 51.01 Verifying : groff-base-1.23.0-3.fc39.x86_64 110/164 #12 51.01 Verifying : perl-AutoLoader-5.74-502.fc39.noarch 111/164 #12 51.01 Verifying : perl-B-1.88-502.fc39.x86_64 112/164 #12 51.01 Verifying : perl-Class-Struct-0.68-502.fc39.noarch 113/164 #12 51.01 Verifying : perl-DynaLoader-1.54-502.fc39.x86_64 114/164 #12 51.01 Verifying : perl-Errno-1.37-502.fc39.x86_64 115/164 #12 51.01 Verifying : perl-Fcntl-1.15-502.fc39.x86_64 116/164 #12 51.01 Verifying : perl-File-Basename-2.86-502.fc39.noarch 117/164 #12 51.01 Verifying : perl-File-stat-1.13-502.fc39.noarch 118/164 #12 51.01 Verifying : perl-FileHandle-2.05-502.fc39.noarch 119/164 #12 51.01 Verifying : perl-Getopt-Std-1.13-502.fc39.noarch 120/164 #12 51.01 Verifying : perl-IO-1.52-502.fc39.x86_64 121/164 #12 51.01 Verifying : perl-IPC-Open3-1.22-502.fc39.noarch 122/164 #12 51.01 Verifying : perl-NDBM_File-1.16-502.fc39.x86_64 123/164 #12 51.01 Verifying : perl-POSIX-2.13-502.fc39.x86_64 124/164 #12 51.01 Verifying : perl-SelectSaver-1.02-502.fc39.noarch 125/164 #12 51.01 Verifying : perl-Symbol-1.09-502.fc39.noarch 126/164 #12 51.01 Verifying : perl-base-2.27-502.fc39.noarch 127/164 #12 51.01 Verifying : perl-if-0.61.000-502.fc39.noarch 128/164 #12 51.01 Verifying : perl-interpreter-4:5.38.2-502.fc39.x86_64 129/164 #12 51.01 Verifying : perl-libs-4:5.38.2-502.fc39.x86_64 130/164 #12 51.01 Verifying : perl-locale-1.10-502.fc39.noarch 131/164 #12 51.01 Verifying : perl-mro-1.28-502.fc39.x86_64 132/164 #12 51.01 Verifying : perl-overload-1.37-502.fc39.noarch 133/164 #12 51.01 Verifying : perl-overloading-0.02-502.fc39.noarch 134/164 #12 51.01 Verifying : perl-vars-1.05-502.fc39.noarch 135/164 #12 51.01 Verifying : pyproject-srpm-macros-1.11.0-1.fc39.noarch 136/164 #12 51.01 Verifying : python3-dnf-plugins-core-4.4.4-1.fc39.noarch 137/164 #12 51.01 Verifying : qt5-srpm-macros-5.15.11-1.fc39.noarch 138/164 #12 51.01 Verifying : qt6-srpm-macros-6.6.0-1.fc39.noarch 139/164 #12 51.01 Verifying : rpm-build-4.19.1-1.fc39.x86_64 140/164 #12 51.01 Verifying : rpmautospec-rpm-macros-0.3.8-1.fc39.noarch 141/164 #12 51.01 Verifying : rpmlint-2.5.0-3.fc39.noarch 142/164 #12 51.01 Verifying : rpmlint-fedora-license-data-1.38-1.fc39.noarch 143/164 #12 51.01 Verifying : rust-srpm-macros-25.2-2.fc39.noarch 144/164 #12 51.01 Verifying : elfutils-libelf-0.190-4.fc39.x86_64 145/164 #12 51.01 Verifying : elfutils-libelf-0.190-1.fc39.x86_64 146/164 #12 51.01 Verifying : elfutils-libs-0.190-4.fc39.x86_64 147/164 #12 51.01 Verifying : elfutils-libs-0.190-1.fc39.x86_64 148/164 #12 51.01 Verifying : glibc-2.38-14.fc39.x86_64 149/164 #12 51.01 Verifying : glibc-2.38-11.fc39.x86_64 150/164 #12 51.01 Verifying : glibc-common-2.38-14.fc39.x86_64 151/164 #12 51.01 Verifying : glibc-common-2.38-11.fc39.x86_64 152/164 #12 51.01 Verifying : glibc-minimal-langpack-2.38-14.fc39.x86_64 153/164 #12 51.01 Verifying : glibc-minimal-langpack-2.38-11.fc39.x86_64 154/164 #12 51.01 Verifying : python3-rpm-4.19.1-1.fc39.x86_64 155/164 #12 51.01 Verifying : python3-rpm-4.19.0-1.fc39.x86_64 156/164 #12 51.01 Verifying : rpm-4.19.1-1.fc39.x86_64 157/164 #12 51.01 Verifying : rpm-4.19.0-1.fc39.x86_64 158/164 #12 51.01 Verifying : rpm-build-libs-4.19.1-1.fc39.x86_64 159/164 #12 51.01 Verifying : rpm-build-libs-4.19.0-1.fc39.x86_64 160/164 #12 51.01 Verifying : rpm-libs-4.19.1-1.fc39.x86_64 161/164 #12 51.01 Verifying : rpm-libs-4.19.0-1.fc39.x86_64 162/164 #12 51.01 Verifying : rpm-sign-libs-4.19.1-1.fc39.x86_64 163/164 #12 51.01 Verifying : rpm-sign-libs-4.19.0-1.fc39.x86_64 164/164 #12 51.20 #12 51.20 Upgraded: #12 51.20 elfutils-libelf-0.190-4.fc39.x86_64 #12 51.20 elfutils-libs-0.190-4.fc39.x86_64 #12 51.20 glibc-2.38-14.fc39.x86_64 #12 51.20 glibc-common-2.38-14.fc39.x86_64 #12 51.20 glibc-minimal-langpack-2.38-14.fc39.x86_64 #12 51.20 python3-rpm-4.19.1-1.fc39.x86_64 #12 51.20 rpm-4.19.1-1.fc39.x86_64 #12 51.20 rpm-build-libs-4.19.1-1.fc39.x86_64 #12 51.20 rpm-libs-4.19.1-1.fc39.x86_64 #12 51.20 rpm-sign-libs-4.19.1-1.fc39.x86_64 #12 51.20 Installed: #12 51.20 ansible-srpm-macros-1-11.fc39.noarch #12 51.20 binutils-2.40-13.fc39.x86_64 #12 51.20 binutils-gold-2.40-13.fc39.x86_64 #12 51.20 bzip2-1.0.8-16.fc39.x86_64 #12 51.20 cpio-2.14-4.fc39.x86_64 #12 51.20 dash-0.5.12-1.fc39.x86_64 #12 51.20 dbus-libs-1:1.14.10-1.fc39.x86_64 #12 51.20 debugedit-5.0-12.fc39.x86_64 #12 51.20 desktop-file-utils-0.26-9.fc39.x86_64 #12 51.20 devscripts-checkbashisms-2.23.5-3.fc39.noarch #12 51.20 diffutils-3.10-3.fc39.x86_64 #12 51.20 dnf-plugins-core-4.4.4-1.fc39.noarch #12 51.20 dwz-0.15-3.fc39.x86_64 #12 51.20 ed-1.19-4.fc39.x86_64 #12 51.20 efi-srpm-macros-5-9.fc39.noarch #12 51.20 elfutils-0.190-4.fc39.x86_64 #12 51.20 elfutils-debuginfod-client-0.190-4.fc39.x86_64 #12 51.20 emacs-filesystem-1:29.1-2.fc39.noarch #12 51.20 enchant2-2.5.0-5.fc39.x86_64 #12 51.20 file-5.44-5.fc39.x86_64 #12 51.20 fonts-filesystem-1:2.0.5-12.fc39.noarch #12 51.20 fonts-srpm-macros-1:2.0.5-12.fc39.noarch #12 51.20 fpc-srpm-macros-1.3-8.fc39.noarch #12 51.20 gdb-minimal-14.1-2.fc39.x86_64 #12 51.20 gdk-pixbuf2-2.42.10-5.fc39.x86_64 #12 51.20 ghc-srpm-macros-1.6.1-2.fc39.noarch #12 51.20 glibc-gconv-extra-2.38-14.fc39.x86_64 #12 51.20 gnat-srpm-macros-6-3.fc39.noarch #12 51.20 go-srpm-macros-3.3.1-1.fc39.noarch #12 51.20 groff-base-1.23.0-3.fc39.x86_64 #12 51.20 hunspell-1.7.2-5.fc39.x86_64 #12 51.20 hunspell-en-0.20201207-7.fc39.noarch #12 51.20 hunspell-en-GB-0.20201207-7.fc39.noarch #12 51.20 hunspell-en-US-0.20201207-7.fc39.noarch #12 51.20 hunspell-filesystem-1.7.2-5.fc39.x86_64 #12 51.20 jansson-2.13.1-7.fc39.x86_64 #12 51.20 js-jquery-3.6.4-2.fc39.noarch #12 51.20 json-glib-1.8.0-1.fc39.x86_64 #12 51.20 kernel-srpm-macros-1.0-20.fc39.noarch #12 51.20 libappstream-glib-0.8.2-4.fc39.x86_64 #12 51.20 libjpeg-turbo-2.1.4-3.fc39.x86_64 #12 51.20 libpkgconf-1.9.5-2.fc39.x86_64 #12 51.20 libpng-2:1.6.37-15.fc39.x86_64 #12 51.20 libstemmer-2.2.0-7.fc39.x86_64 #12 51.20 lua-srpm-macros-1-9.fc39.noarch #12 51.20 ncurses-6.4-7.20230520.fc39.x86_64 #12 51.20 ocaml-srpm-macros-8-2.fc39.noarch #12 51.20 openblas-srpm-macros-2-14.fc39.noarch #12 51.20 package-notes-srpm-macros-0.5-9.fc39.noarch #12 51.20 patch-2.7.6-22.fc39.x86_64 #12 51.20 perl-AutoLoader-5.74-502.fc39.noarch #12 51.20 perl-B-1.88-502.fc39.x86_64 #12 51.20 perl-Carp-1.54-500.fc39.noarch #12 51.20 perl-Class-Struct-0.68-502.fc39.noarch #12 51.20 perl-Data-Dumper-2.188-501.fc39.x86_64 #12 51.20 perl-Digest-1.20-500.fc39.noarch #12 51.20 perl-Digest-MD5-2.58-500.fc39.x86_64 #12 51.20 perl-DynaLoader-1.54-502.fc39.x86_64 #12 51.20 perl-Encode-4:3.19-500.fc39.x86_64 #12 51.20 perl-Errno-1.37-502.fc39.x86_64 #12 51.20 perl-Exporter-5.77-500.fc39.noarch #12 51.20 perl-Fcntl-1.15-502.fc39.x86_64 #12 51.20 perl-File-Basename-2.86-502.fc39.noarch #12 51.20 perl-File-Path-2.18-500.fc39.noarch #12 51.20 perl-File-Temp-1:0.231.100-500.fc39.noarch #12 51.20 perl-File-stat-1.13-502.fc39.noarch #12 51.20 perl-FileHandle-2.05-502.fc39.noarch #12 51.20 perl-Getopt-Long-1:2.54-500.fc39.noarch #12 51.20 perl-Getopt-Std-1.13-502.fc39.noarch #12 51.20 perl-HTTP-Tiny-0.088-3.fc39.noarch #12 51.20 perl-IO-1.52-502.fc39.x86_64 #12 51.20 perl-IO-Socket-IP-0.42-1.fc39.noarch #12 51.20 perl-IO-Socket-SSL-2.083-3.fc39.noarch #12 51.20 perl-IPC-Open3-1.22-502.fc39.noarch #12 51.20 perl-MIME-Base64-3.16-500.fc39.x86_64 #12 51.20 perl-Mozilla-CA-20230801-1.fc39.noarch #12 51.20 perl-NDBM_File-1.16-502.fc39.x86_64 #12 51.20 perl-Net-SSLeay-1.92-10.fc39.x86_64 #12 51.20 perl-POSIX-2.13-502.fc39.x86_64 #12 51.20 perl-PathTools-3.89-500.fc39.x86_64 #12 51.20 perl-Pod-Escapes-1:1.07-500.fc39.noarch #12 51.20 perl-Pod-Perldoc-3.28.01-501.fc39.noarch #12 51.20 perl-Pod-Simple-1:3.45-4.fc39.noarch #12 51.20 perl-Pod-Usage-4:2.03-500.fc39.noarch #12 51.20 perl-Scalar-List-Utils-5:1.63-500.fc39.x86_64 #12 51.20 perl-SelectSaver-1.02-502.fc39.noarch #12 51.20 perl-Socket-4:2.037-3.fc39.x86_64 #12 51.20 perl-Storable-1:3.32-500.fc39.x86_64 #12 51.20 perl-Symbol-1.09-502.fc39.noarch #12 51.20 perl-Term-ANSIColor-5.01-501.fc39.noarch #12 51.20 perl-Term-Cap-1.18-500.fc39.noarch #12 51.20 perl-Text-ParseWords-3.31-500.fc39.noarch #12 51.20 perl-Text-Tabs+Wrap-2023.0511-3.fc39.noarch #12 51.20 perl-Time-Local-2:1.350-3.fc39.noarch #12 51.20 perl-URI-5.21-1.fc39.noarch #12 51.20 perl-base-2.27-502.fc39.noarch #12 51.20 perl-constant-1.33-501.fc39.noarch #12 51.20 perl-if-0.61.000-502.fc39.noarch #12 51.20 perl-interpreter-4:5.38.2-502.fc39.x86_64 #12 51.20 perl-libnet-3.15-501.fc39.noarch #12 51.20 perl-libs-4:5.38.2-502.fc39.x86_64 #12 51.20 perl-locale-1.10-502.fc39.noarch #12 51.20 perl-mro-1.28-502.fc39.x86_64 #12 51.20 perl-overload-1.37-502.fc39.noarch #12 51.20 perl-overloading-0.02-502.fc39.noarch #12 51.20 perl-parent-1:0.241-500.fc39.noarch #12 51.20 perl-podlators-1:5.01-500.fc39.noarch #12 51.20 perl-srpm-macros-1-51.fc39.noarch #12 51.20 perl-vars-1.05-502.fc39.noarch #12 51.20 pkgconf-1.9.5-2.fc39.x86_64 #12 51.20 pkgconf-m4-1.9.5-2.fc39.noarch #12 51.20 pkgconf-pkg-config-1.9.5-2.fc39.x86_64 #12 51.20 pyproject-srpm-macros-1.11.0-1.fc39.noarch #12 51.20 python-srpm-macros-3.12-4.fc39.noarch #12 51.20 python-systemd-doc-235-5.fc39.x86_64 #12 51.20 python3-construct-2.10.68-6.fc39.noarch #12 51.20 python3-dateutil-1:2.8.2-10.fc39.noarch #12 51.20 python3-dbus-1.3.2-4.fc39.x86_64 #12 51.20 python3-distro-1.8.0-6.fc39.noarch #12 51.20 python3-dnf-plugins-core-4.4.4-1.fc39.noarch #12 51.20 python3-enchant-3.2.2-10.fc39.noarch #12 51.20 python3-file-magic-5.44-5.fc39.noarch #12 51.20 python3-packaging-23.1-4.fc39.noarch #12 51.20 python3-pybeam-0.7-7.fc39.noarch #12 51.20 python3-pyxdg-0.27-9.fc39.noarch #12 51.20 python3-six-1.16.0-12.fc39.noarch #12 51.20 python3-systemd-235-5.fc39.x86_64 #12 51.20 python3-tomli-w-1.0.0-9.fc39.noarch #12 51.20 python3-zstandard-0.21.0-3.fc39.x86_64 #12 51.20 qt5-srpm-macros-5.15.11-1.fc39.noarch #12 51.20 qt6-srpm-macros-6.6.0-1.fc39.noarch #12 51.20 redhat-rpm-config-262-1.fc39.noarch #12 51.20 rpm-build-4.19.1-1.fc39.x86_64 #12 51.20 rpmautospec-rpm-macros-0.3.8-1.fc39.noarch #12 51.20 rpmlint-2.5.0-3.fc39.noarch #12 51.20 rpmlint-fedora-license-data-1.38-1.fc39.noarch #12 51.20 rust-srpm-macros-25.2-2.fc39.noarch #12 51.20 shared-mime-info-2.2-4.fc39.x86_64 #12 51.20 unzip-6.0-62.fc39.x86_64 #12 51.20 web-assets-filesystem-5-20.fc39.noarch #12 51.20 xxhash-libs-0.8.2-1.fc39.x86_64 #12 51.20 xz-5.4.4-1.fc39.x86_64 #12 51.20 zip-3.0-39.fc39.x86_64 #12 51.20 zstd-1.5.5-4.fc39.x86_64 #12 51.20 #12 51.20 Complete! #12 DONE 51.4s #14 [stage-1 3/6] COPY --link SPECS /root/rpmbuild/SPECS #14 DONE 0.1s #15 [stage-1 4/6] RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec #13 51.94 Setting up libtype-tiny-xs-perl:arm64 (0.025-1) ... #13 52.00 Setting up libsyntax-keyword-try-perl (0.28-1) ... #13 52.07 Setting up libdata-validate-domain-perl (0.10-1.1) ... #13 52.17 Setting up libproc-processtable-perl:arm64 (0.634-1+b2) ... #16 13.56 Installing : cpp-11.4.1-3.el9.aarch64 29/99 #16 14.03 Installing : llvm-libs-17.0.6-4.el9.aarch64 30/99 #16 14.09 Installing : cracklib-dicts-2.9.6-27.el9.aarch64 31/99 #16 14.10 Installing : acl-2.3.1-4.el9.aarch64 32/99 #16 14.11 Installing : kmod-libs-28-9.el9.aarch64 33/99 #16 14.12 Installing : libatomic-11.4.1-3.el9.aarch64 34/99 #16 14.12 Installing : libcbor-0.7.0-5.el9.aarch64 35/99 #16 14.13 Installing : libfido2-1.13.0-2.el9.aarch64 36/99 #16 14.15 Installing : libdb-5.3.28-53.el9.aarch64 37/99 #16 14.15 Installing : libeconf-0.4.1-3.el9.aarch64 38/99 #16 14.17 Installing : libselinux-utils-3.6-1.el9.aarch64 39/99 #16 14.18 Running scriptlet: libutempter-1.2.1-6.el9.aarch64 40/99 #14 56.26 Preparing to unpack .../090-libsasl2-modules-db_2.1.28+dfsg-10_armhf.deb ... #14 56.27 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-10) ... #14 56.31 Selecting previously unselected package libsasl2-2:armhf. #14 56.31 Preparing to unpack .../091-libsasl2-2_2.1.28+dfsg-10_armhf.deb ... #14 56.32 Unpacking libsasl2-2:armhf (2.1.28+dfsg-10) ... #14 56.36 Selecting previously unselected package libldap2:armhf. #14 56.36 Preparing to unpack .../092-libldap2_2.6.3+dfsg-1~exp1ubuntu2_armhf.deb ... #14 56.36 Unpacking libldap2:armhf (2.6.3+dfsg-1~exp1ubuntu2) ... #14 56.41 Selecting previously unselected package librtmp1:armhf. #14 56.41 Preparing to unpack .../093-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ... #14 56.41 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ... #14 56.46 Selecting previously unselected package libssh-4:armhf. #14 56.46 Preparing to unpack .../094-libssh-4_0.10.4-2ubuntu0.3_armhf.deb ... #14 56.46 Unpacking libssh-4:armhf (0.10.4-2ubuntu0.3) ... #14 59.96 Preparing to unpack .../317-libxs-parse-keyword-perl_0.21-1build1_armhf.deb ... #14 59.96 Unpacking libxs-parse-keyword-perl (0.21-1build1) ... #14 59.99 Selecting previously unselected package libsyntax-keyword-try-perl. #14 59.99 Preparing to unpack .../318-libsyntax-keyword-try-perl_0.26-1build1_armhf.deb ... #14 60.00 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ... #14 60.03 Selecting previously unselected package libterm-readkey-perl. #14 60.03 Preparing to unpack .../319-libterm-readkey-perl_2.38-1build4_armhf.deb ... #14 60.03 Unpacking libterm-readkey-perl (2.38-1build4) ... #14 60.06 Selecting previously unselected package libtext-levenshteinxs-perl. #14 60.06 Preparing to unpack .../320-libtext-levenshteinxs-perl_0.03-4build10_armhf.deb ... #14 60.07 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ... #14 60.10 Selecting previously unselected package libtext-markdown-discount-perl:armhf. #14 60.10 Preparing to unpack .../321-libtext-markdown-discount-perl_0.13-1build1_armhf.deb ... #14 60.10 Unpacking libtext-markdown-discount-perl:armhf (0.13-1build1) ... #14 60.13 Selecting previously unselected package libtext-xslate-perl:armhf. #14 60.14 Preparing to unpack .../322-libtext-xslate-perl_3.5.9-1build1_armhf.deb ... #14 60.14 Unpacking libtext-xslate-perl:armhf (3.5.9-1build1) ... #14 60.18 Selecting previously unselected package libtime-duration-perl. #15 12.07 Setting up pkg-config (0.29-6) ... #15 12.13 Setting up libltdl7:armhf (2.4.6-9) ... #15 12.14 Setting up librhash0:armhf (1.3.8-1) ... #15 12.16 Setting up cmake-data (3.16.3-3~bpo10+1) ... #15 12.18 Setting up dh-apparmor (2.13.2-10) ... #15 12.20 Setting up libsystemd-dev:armhf (241-7~deb10u9+rpi1) ... #15 12.21 Setting up libjsoncpp1:armhf (1.7.4-3) ... #15 12.23 Setting up libstdc++-8-dev:armhf (8.3.0-6+rpi1) ... #14 54.00 Unpacking libhash-fieldhash-perl (0.15-1build2) ... #14 54.03 Selecting previously unselected package libhtml-form-perl. #14 54.03 Preparing to unpack .../266-libhtml-form-perl_6.07-1_all.deb ... #14 54.03 Unpacking libhtml-form-perl (6.07-1) ... #14 54.06 Selecting previously unselected package libhtml-format-perl. #14 54.07 Preparing to unpack .../267-libhtml-format-perl_2.12-1_all.deb ... #14 54.07 Unpacking libhtml-format-perl (2.12-1) ... #14 54.10 Selecting previously unselected package libhttp-daemon-perl. #14 54.10 Preparing to unpack .../268-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ... #14 54.11 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ... #14 54.15 Selecting previously unselected package libidn11:amd64. #14 54.15 Preparing to unpack .../269-libidn11_1.33-2.2ubuntu2_amd64.deb ... #14 54.15 Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... #14 54.19 Selecting previously unselected package libstruct-dumb-perl. #14 54.19 Preparing to unpack .../270-libstruct-dumb-perl_0.09-1_all.deb ... #14 54.19 Unpacking libstruct-dumb-perl (0.09-1) ... #14 54.22 Selecting previously unselected package libio-async-perl. #14 59.87 invoke-rc.d: could not determine current runlevel #14 59.87 invoke-rc.d: policy-rc.d denied execution of start. #14 59.88 Setting up libicu66:armhf (66.1-2ubuntu2.1) ... #14 59.89 Setting up libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 59.91 Setting up libedit2:armhf (3.1-20191231-1) ... #14 59.92 Setting up libreadline8:armhf (8.0-4) ... #14 59.93 Setting up m4 (1.4.18-4) ... #14 59.95 Setting up libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 59.96 Setting up ca-certificates (20230311ubuntu0.20.04.1) ... #12 53.30 Installing : perl-overloading-0.02-498.fc38.noarch 77/153 #12 53.30 Installing : perl-Pod-Usage-4:2.03-4.fc38.noarch 78/153 #12 53.34 Installing : perl-MIME-Base64-3.16-490.fc38.x86_64 79/153 #12 53.35 Installing : perl-Scalar-List-Utils-5:1.63-490.fc38.x86_64 80/153 #12 53.35 Installing : perl-constant-1.33-491.fc38.noarch 81/153 #12 53.39 Installing : perl-parent-1:0.241-1.fc38.noarch 82/153 #12 53.40 Installing : perl-Errno-1.36-498.fc38.x86_64 83/153 #12 53.40 Installing : perl-File-Basename-2.85-498.fc38.noarch 84/153 #12 53.43 Installing : perl-Getopt-Std-1.13-498.fc38.noarch 85/153 #12 53.43 Installing : perl-Storable-1:3.26-490.fc38.x86_64 86/153 #12 53.44 Installing : perl-overload-1.35-498.fc38.noarch 87/153 #12 53.47 Installing : perl-vars-1.05-498.fc38.noarch 88/153 #12 53.48 Installing : perl-Getopt-Long-1:2.54-2.fc38.noarch 89/153 #12 53.49 Installing : perl-Carp-1.52-490.fc38.noarch 90/153 #14 47.27 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3ubuntu0.6_arm64.deb ... #14 47.28 Unpacking openssh-client (1:8.9p1-3ubuntu0.6) ... #14 47.33 Selecting previously unselected package publicsuffix. #14 47.33 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ... #14 47.34 Unpacking publicsuffix (20211207.1025-1) ... #14 47.37 Selecting previously unselected package strace. #14 47.37 Preparing to unpack .../048-strace_5.16-0ubuntu3_arm64.deb ... #14 47.37 Unpacking strace (5.16-0ubuntu3) ... #14 47.41 Selecting previously unselected package xauth. #14 47.42 Preparing to unpack .../049-xauth_1%3a1.1-1build2_arm64.deb ... #14 47.42 Unpacking xauth (1:1.1-1build2) ... #14 47.46 Selecting previously unselected package xz-utils. #14 47.46 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu1_arm64.deb ... #14 47.46 Unpacking xz-utils (5.2.5-2ubuntu1) ... #14 47.50 Selecting previously unselected package libsigsegv2:arm64. #16 94.40 Verifying : libsemanage-python-2.5-14.el7.aarch64 19/60 #16 94.41 Verifying : checkpolicy-2.5-8.el7.aarch64 20/60 #16 94.42 Verifying : policycoreutils-2.5-34.el7.aarch64 21/60 #16 94.44 Verifying : libselinux-python-2.5-15.el7.aarch64 22/60 #16 94.45 Verifying : which-2.20-7.el7.aarch64 23/60 #16 94.46 Verifying : less-458-9.el7.aarch64 24/60 #16 94.47 Verifying : mpfr-3.1.1-4.el7.aarch64 25/60 #16 94.48 Verifying : rsync-3.1.2-12.el7_9.aarch64 26/60 #16 94.49 Verifying : libmpc-1.0.1-3.el7.aarch64 27/60 #16 94.50 Verifying : fipscheck-1.4.1-6.el7.aarch64 28/60 #16 94.51 Verifying : fipscheck-lib-1.4.1-6.el7.aarch64 29/60 #16 94.52 Verifying : cpp-4.8.5-44.el7.aarch64 30/60 #16 94.53 Verifying : libtool-2.4.2-22.el7_3.aarch64 31/60 #16 94.54 Verifying : selinux-policy-devel-3.13.1-268.el7_9.2.noarch 32/60 #16 94.56 Verifying : lzo-2.06-8.el7.aarch64 33/60 #16 94.57 Verifying : audit-libs-python-2.8.5-4.el7.aarch64 34/60 #16 94.58 Verifying : perl-Git-1.8.3.1-25.el7_9.noarch 35/60 #16 94.59 Verifying : libsepol-devel-2.5-10.el7.aarch64 36/60 #16 94.60 Verifying : cmake-2.8.12.2-2.el7.aarch64 37/60 #15 8.483 3 upgraded, 20 newly installed, 0 to remove and 14 not upgraded. #15 8.483 1 not fully installed or removed. #15 8.483 Need to get 19.8 MB of archives. #15 8.483 After this operation, 85.5 MB of additional disk space will be used. #15 8.483 Get:1 http://archive.raspbian.org/raspbian bookworm/main armhf libstdc++-12-dev armhf 12.2.0-14+rpi1 [2027 kB] #14 58.78 Selecting previously unselected package libfont-afm-perl. #14 58.78 Preparing to unpack .../251-libfont-afm-perl_1.20-4_all.deb ... #14 58.79 Unpacking libfont-afm-perl (1.20-4) ... #14 58.82 Selecting previously unselected package libio-string-perl. #14 58.82 Preparing to unpack .../252-libio-string-perl_1.08-4_all.deb ... #14 58.82 Unpacking libio-string-perl (1.08-4) ... #14 58.85 Selecting previously unselected package libfont-ttf-perl. #14 58.85 Preparing to unpack .../253-libfont-ttf-perl_1.06-2_all.deb ... #14 58.86 Unpacking libfont-ttf-perl (1.06-2) ... #14 58.90 Selecting previously unselected package libfreezethaw-perl. #14 58.91 Preparing to unpack .../254-libfreezethaw-perl_0.5001-3_all.deb ... #14 58.91 Unpacking libfreezethaw-perl (0.5001-3) ... #14 58.95 Selecting previously unselected package libsort-versions-perl. #14 58.95 Preparing to unpack .../255-libsort-versions-perl_1.62-3_all.deb ... #14 58.95 Unpacking libsort-versions-perl (1.62-3) ... #14 58.98 Selecting previously unselected package libgit-wrapper-perl. #14 58.98 Preparing to unpack .../256-libgit-wrapper-perl_0.048-2_all.deb ... #14 58.98 Unpacking libgit-wrapper-perl (0.048-2) ... #14 59.02 Selecting previously unselected package libhttp-tiny-multipart-perl. #14 59.02 Preparing to unpack .../257-libhttp-tiny-multipart-perl_0.08-2_all.deb ... #14 59.02 Unpacking libhttp-tiny-multipart-perl (0.08-2) ... #14 59.05 Selecting previously unselected package libio-prompter-perl. #14 59.05 Preparing to unpack .../258-libio-prompter-perl_0.004015-2_all.deb ... #14 59.06 Unpacking libio-prompter-perl (0.004015-2) ... #14 59.09 Selecting previously unselected package libtypes-serialiser-perl. #13 56.38 Setting up libfont-ttf-perl (1.06-2) ... #13 56.39 Setting up libfile-homedir-perl (1.006-2) ... #13 56.40 Setting up libalgorithm-diff-xs-perl:amd64 (0.04-8+b1) ... #13 56.41 Setting up pristine-tar (1.50) ... #13 56.42 Setting up libio-socket-ssl-perl (2.081-2) ... #13 56.44 Setting up libsub-exporter-perl (0.989-1) ... #13 56.45 Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ... #13 56.46 Setting up libalgorithm-merge-perl (0.08-5) ... #13 56.47 Setting up libhttp-message-perl (6.44-1) ... #13 56.48 Setting up libdata-validate-ip-perl (0.31-1) ... #13 56.49 Setting up libhtml-form-perl (6.11-1) ... #13 56.51 Setting up libiterator-perl (0.03+ds1-2) ... #13 56.52 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ... #13 56.54 Setting up libjson-xs-perl (4.030-2+b1) ... #13 56.54 Setting up python3.11 (3.11.2-6) ... #14 49.57 Setting up libregexp-pattern-license-perl (3.11.0-1) ... #14 49.59 Setting up liblwp-mediatypes-perl (6.04-2) ... #14 49.60 Setting up libyaml-libyaml-perl (0.86+ds-1) ... #14 49.61 Setting up libio-interactive-perl (1.023-2) ... #14 49.64 Setting up libtry-tiny-perl (0.31-2) ... #14 49.68 Setting up libtype-tiny-perl (2.004000-1) ... #14 49.70 Setting up libcommon-sense-perl:amd64 (3.75-3) ... #14 49.71 Setting up libmldbm-perl (2.05-4) ... #14 49.73 Setting up libxml-namespacesupport-perl (1.12-2) ... #14 49.74 Setting up libnet-http-perl (6.22-1) ... #14 49.77 Setting up libpath-iterator-rule-perl (1.015-2) ... #14 49.79 Setting up libtext-markdown-discount-perl (0.16-1) ... #14 51.00 Get:351 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libauthen-sasl-perl all 2.1600-1 [48.7 kB] #14 51.08 Get:352 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-magic all 2:0.4.15-3 [9376 B] #14 49.84 Preparing to unpack .../029-libjansson4_2.14-2_arm64.deb ... #14 49.85 Unpacking libjansson4:arm64 (2.14-2) ... #14 49.88 Selecting previously unselected package libnghttp2-14:arm64. #14 49.88 Preparing to unpack .../030-libnghttp2-14_1.55.1-1ubuntu0.1_arm64.deb ... #14 49.89 Unpacking libnghttp2-14:arm64 (1.55.1-1ubuntu0.1) ... #14 49.92 Selecting previously unselected package libpipeline1:arm64. #14 49.93 Preparing to unpack .../031-libpipeline1_1.5.7-1_arm64.deb ... #14 49.93 Unpacking libpipeline1:arm64 (1.5.7-1) ... #14 49.97 Selecting previously unselected package libpng16-16:arm64. #14 49.97 Preparing to unpack .../032-libpng16-16_1.6.40-1_arm64.deb ... #14 49.97 Unpacking libpng16-16:arm64 (1.6.40-1) ... #14 50.00 Selecting previously unselected package libpsl5:arm64. #14 50.01 Preparing to unpack .../033-libpsl5_0.21.2-1_arm64.deb ... #14 50.01 Unpacking libpsl5:arm64 (0.21.2-1) ... #14 50.05 Selecting previously unselected package libxau6:arm64. #14 50.05 Preparing to unpack .../034-libxau6_1%3a1.0.9-1build5_arm64.deb ... #14 50.05 Unpacking libxau6:arm64 (1:1.0.9-1build5) ... #14 50.08 Selecting previously unselected package libxdmcp6:arm64. #13 54.45 Selecting previously unselected package libmoox-aliases-perl. #13 54.45 Preparing to unpack .../277-libmoox-aliases-perl_0.001006-1.1_all.deb ... #13 54.46 Unpacking libmoox-aliases-perl (0.001006-1.1) ... #13 54.53 Selecting previously unselected package libnamespace-autoclean-perl. #13 54.53 Preparing to unpack .../278-libnamespace-autoclean-perl_0.29-1_all.deb ... #13 54.54 Unpacking libnamespace-autoclean-perl (0.29-1) ... #13 54.64 Selecting previously unselected package libobject-id-perl. #13 54.64 Preparing to unpack .../279-libobject-id-perl_0.1.2-2.1_all.deb ... #13 54.65 Unpacking libobject-id-perl (0.1.2-2.1) ... #13 54.73 Selecting previously unselected package libmoox-struct-perl. #16 14.24 Installing : libutempter-1.2.1-6.el9.aarch64 40/99 #16 14.28 Installing : openssl-1:3.0.7-25.el9.aarch64 41/99 #16 14.33 Installing : pam-1.5.1-17.el9.aarch64 42/99 #16 14.35 Installing : libpwquality-1.4.4-8.el9.aarch64 43/99 #16 14.39 Installing : python3-setools-4.4.4-1.el9.aarch64 44/99 #16 14.42 Installing : util-linux-core-2.37.4-15.el9.aarch64 45/99 #16 14.43 Running scriptlet: util-linux-core-2.37.4-15.el9.aarch64 45/99 #13 52.26 Setting up libfile-chdir-perl (0.1008-1.1) ... #13 52.34 Setting up xauth (1:1.1.2-1) ... #13 52.38 Setting up libpath-tiny-perl (0.144-1) ... #13 52.42 Setting up libarchive-cpio-perl (0.10-3) ... #13 52.48 Setting up libjson-perl (4.10000-1) ... #14 60.18 Preparing to unpack .../323-libtime-duration-perl_1.21-1_all.deb ... #14 60.19 Unpacking libtime-duration-perl (1.21-1) ... #14 60.21 Selecting previously unselected package libtime-moment-perl. #14 60.22 Preparing to unpack .../324-libtime-moment-perl_0.44-1build6_armhf.deb ... #14 60.22 Unpacking libtime-moment-perl (0.44-1build6) ... #14 60.26 Selecting previously unselected package libtype-tiny-xs-perl. #14 60.26 Preparing to unpack .../325-libtype-tiny-xs-perl_0.022-1build2_armhf.deb ... #14 60.26 Unpacking libtype-tiny-xs-perl (0.022-1build2) ... #14 60.29 Selecting previously unselected package libunicode-utf8-perl. #14 60.30 Preparing to unpack .../326-libunicode-utf8-perl_0.62-1build4_armhf.deb ... #14 60.30 Unpacking libunicode-utf8-perl (0.62-1build4) ... #14 60.33 Selecting previously unselected package libxml-namespacesupport-perl. #14 60.34 Preparing to unpack .../327-libxml-namespacesupport-perl_1.12-1.1_all.deb ... #14 60.34 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... #14 60.37 Selecting previously unselected package libxml-sax-base-perl. #14 60.37 Preparing to unpack .../328-libxml-sax-base-perl_1.09-1.1_all.deb ... #14 60.38 Unpacking libxml-sax-base-perl (1.09-1.1) ... #14 60.42 Selecting previously unselected package libxml-sax-perl. #15 12.24 Setting up libltdl-dev:armhf (2.4.6-9) ... #15 12.26 Setting up g++-8 (8.3.0-6+rpi1) ... #15 12.27 Setting up cmake (3.16.3-3~bpo10+1) ... #15 12.29 Setting up g++ (4:8.3.0-1+rpi2) ... #15 12.32 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #15 12.33 Setting up build-essential (12.6) ... #15 12.34 Setting up docker-ce-build-deps (1.0) ... #15 12.36 Processing triggers for man-db (2.8.5-2) ... #15 12.39 Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ... #14 56.54 Selecting previously unselected package libcurl4:armhf. #14 56.54 Preparing to unpack .../095-libcurl4_7.88.1-8ubuntu2.4_armhf.deb ... #14 56.55 Unpacking libcurl4:armhf (7.88.1-8ubuntu2.4) ... #14 56.58 Selecting previously unselected package curl. #14 56.58 Preparing to unpack .../096-curl_7.88.1-8ubuntu2.4_armhf.deb ... #14 56.58 Unpacking curl (7.88.1-8ubuntu2.4) ... #14 56.62 Selecting previously unselected package dctrl-tools. #14 56.62 Preparing to unpack .../097-dctrl-tools_2.24-3build2_armhf.deb ... #14 56.63 Unpacking dctrl-tools (2.24-3build2) ... #14 56.67 Selecting previously unselected package libdebhelper-perl. #14 56.67 Preparing to unpack .../098-libdebhelper-perl_13.11.4ubuntu3_all.deb ... #14 56.68 Unpacking libdebhelper-perl (13.11.4ubuntu3) ... #14 56.72 Selecting previously unselected package libtool. #14 56.72 Preparing to unpack .../099-libtool_2.4.7-5_all.deb ... #14 56.72 Unpacking libtool (2.4.7-5) ... #14 56.76 Selecting previously unselected package dh-autoreconf. #14 54.22 Preparing to unpack .../271-libio-async-perl_0.75-1_all.deb ... #14 54.23 Unpacking libio-async-perl (0.75-1) ... #14 54.27 Selecting previously unselected package liblinux-epoll-perl. #14 54.28 Preparing to unpack .../272-liblinux-epoll-perl_0.017-1_amd64.deb ... #14 54.28 Unpacking liblinux-epoll-perl (0.017-1) ... #14 54.31 Selecting previously unselected package libio-async-loop-epoll-perl. #14 54.31 Preparing to unpack .../273-libio-async-loop-epoll-perl_0.20-1_all.deb ... #14 54.32 Unpacking libio-async-loop-epoll-perl (0.20-1) ... #14 54.34 Selecting previously unselected package libtypes-serialiser-perl. #14 54.34 Preparing to unpack .../274-libtypes-serialiser-perl_1.0-1_all.deb ... #14 54.35 Unpacking libtypes-serialiser-perl (1.0-1) ... #14 54.38 Selecting previously unselected package libjson-xs-perl. #14 54.38 Preparing to unpack .../275-libjson-xs-perl_4.020-1build1_amd64.deb ... #14 54.38 Unpacking libjson-xs-perl (4.020-1build1) ... #14 54.42 Selecting previously unselected package libjson-maybexs-perl. #14 54.42 Preparing to unpack .../276-libjson-maybexs-perl_1.004000-1_all.deb ... #14 54.42 Unpacking libjson-maybexs-perl (1.004000-1) ... #14 54.45 Selecting previously unselected package liblist-compare-perl. #12 53.52 Installing : perl-Exporter-5.77-490.fc38.noarch 91/153 #12 53.52 Installing : perl-PathTools-3.84-490.fc38.x86_64 92/153 #12 53.58 Installing : perl-NDBM_File-1.15-498.fc38.x86_64 93/153 #12 53.58 Installing : perl-DynaLoader-1.52-498.fc38.x86_64 94/153 #12 53.64 Installing : perl-Encode-4:3.19-493.fc38.x86_64 95/153 #14 47.51 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu3_arm64.deb ... #14 47.51 Unpacking libsigsegv2:arm64 (2.13-1ubuntu3) ... #14 47.54 Selecting previously unselected package m4. #14 47.55 Preparing to unpack .../052-m4_1.4.18-5ubuntu2_arm64.deb ... #14 47.55 Unpacking m4 (1.4.18-5ubuntu2) ... #14 47.59 Selecting previously unselected package autoconf. #14 47.59 Preparing to unpack .../053-autoconf_2.71-2_all.deb ... #14 47.59 Unpacking autoconf (2.71-2) ... #14 47.64 Selecting previously unselected package autotools-dev. #14 47.64 Preparing to unpack .../054-autotools-dev_20220109.1_all.deb ... #14 47.64 Unpacking autotools-dev (20220109.1) ... #14 47.68 Selecting previously unselected package automake. #14 47.68 Preparing to unpack .../055-automake_1%3a1.16.5-1.3_all.deb ... #14 47.69 Unpacking automake (1:1.16.5-1.3) ... #14 47.74 Selecting previously unselected package autopoint. #16 94.61 Verifying : git-1.8.3.1-25.el7_9.aarch64 38/60 #16 94.63 Verifying : perl-TermReadKey-2.30-20.el7.aarch64 39/60 #16 94.64 Verifying : selinux-policy-3.13.1-268.el7_9.2.noarch 40/60 #16 94.65 Verifying : gcc-4.8.5-44.el7.aarch64 41/60 #16 94.67 Verifying : glibc-headers-2.17-326.el7_9.aarch64 42/60 #16 94.68 Verifying : 1:perl-Error-0.17020-2.el7.noarch 43/60 #16 94.69 Verifying : kernel-headers-4.18.0-348.20.1.el7.aarch64 44/60 #16 94.74 Verifying : libtool-ltdl-devel-2.4.2-22.el7_3.aarch64 45/60 #16 94.75 Verifying : libgomp-4.8.5-44.el7.aarch64 46/60 #16 94.76 Verifying : setools-libs-3.3.8-4.el7.aarch64 47/60 #16 94.77 Verifying : autoconf-2.69-11.el7.noarch 48/60 #16 94.78 Verifying : policycoreutils-python-2.5-34.el7.aarch64 49/60 #16 94.79 Verifying : m4-1.4.16-10.el7.aarch64 50/60 #16 94.80 Verifying : libseccomp-2.3.1-4.el7.aarch64 51/60 #16 94.82 Verifying : libedit-3.0-12.20121213cvs.el7.aarch64 52/60 #16 94.83 Verifying : openssh-clients-7.4p1-23.el7_9.aarch64 53/60 #16 94.84 Verifying : libselinux-devel-2.5-15.el7.aarch64 54/60 #16 94.85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 55/60 #16 94.86 Verifying : glibc-static-2.17-326.el7_9.aarch64 56/60 #16 94.88 Verifying : systemd-219-78.el7.aarch64 57/60 #16 94.88 Verifying : systemd-libs-219-78.el7.aarch64 58/60 #16 94.88 Verifying : glibc-2.17-317.el7.aarch64 59/60 #16 94.88 Verifying : glibc-common-2.17-317.el7.aarch64 60/60 #16 94.94 #16 94.94 Installed: #16 94.94 cmake.aarch64 0:2.8.12.2-2.el7 #16 94.94 gcc.aarch64 0:4.8.5-44.el7 #16 94.94 git.aarch64 0:1.8.3.1-25.el7_9 #16 94.94 glibc-static.aarch64 0:2.17-326.el7_9 #16 94.94 libarchive.aarch64 0:3.1.2-14.el7_7 #16 94.94 libseccomp-devel.aarch64 0:2.3.1-4.el7 #16 94.94 libselinux-devel.aarch64 0:2.5-15.el7 #16 94.94 libtool.aarch64 0:2.4.2-22.el7_3 #16 94.94 libtool-ltdl-devel.aarch64 0:2.4.2-22.el7_3 #16 94.94 make.aarch64 1:3.82-24.el7 #16 94.94 selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 #16 94.94 systemd-devel.aarch64 0:219-78.el7_9.9 #16 94.94 which.aarch64 0:2.20-7.el7 #16 94.94 #16 94.94 Dependency Installed: #16 94.94 audit-libs-python.aarch64 0:2.8.5-4.el7 #16 94.94 autoconf.noarch 0:2.69-11.el7 #16 94.94 automake.noarch 0:1.13.4-3.el7 #16 94.94 checkpolicy.aarch64 0:2.5-8.el7 #16 94.94 cpp.aarch64 0:4.8.5-44.el7 #16 94.94 fipscheck.aarch64 0:1.4.1-6.el7 #16 94.94 fipscheck-lib.aarch64 0:1.4.1-6.el7 #16 94.94 glibc-devel.aarch64 0:2.17-326.el7_9 #16 94.94 glibc-headers.aarch64 0:2.17-326.el7_9 #16 94.94 kernel-headers.aarch64 0:4.18.0-348.20.1.el7 #16 94.94 less.aarch64 0:458-9.el7 #16 94.94 libcgroup.aarch64 0:0.41-21.el7 #16 94.94 libedit.aarch64 0:3.0-12.20121213cvs.el7 #16 94.94 libgomp.aarch64 0:4.8.5-44.el7 #16 94.94 libmpc.aarch64 0:1.0.1-3.el7 #16 94.94 libseccomp.aarch64 0:2.3.1-4.el7 #16 94.94 libselinux-python.aarch64 0:2.5-15.el7 #16 94.94 libselinux-utils.aarch64 0:2.5-15.el7 #16 94.94 libsemanage-python.aarch64 0:2.5-14.el7 #16 94.94 libsepol-devel.aarch64 0:2.5-10.el7 #16 94.94 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 #16 94.94 lzo.aarch64 0:2.06-8.el7 #16 94.94 m4.aarch64 0:1.4.16-10.el7 #16 94.94 mpfr.aarch64 0:3.1.1-4.el7 #16 94.94 openssh.aarch64 0:7.4p1-23.el7_9 #16 94.94 openssh-clients.aarch64 0:7.4p1-23.el7_9 #16 94.94 pcre-devel.aarch64 0:8.32-17.el7 #16 94.94 perl-Data-Dumper.aarch64 0:2.145-3.el7 #16 94.94 perl-Error.noarch 1:0.17020-2.el7 #16 94.94 perl-Git.noarch 0:1.8.3.1-25.el7_9 #16 94.94 perl-TermReadKey.aarch64 0:2.30-20.el7 #16 94.94 perl-Test-Harness.noarch 0:3.28-3.el7 #16 94.94 policycoreutils.aarch64 0:2.5-34.el7 #16 94.94 policycoreutils-devel.aarch64 0:2.5-34.el7 #16 94.94 policycoreutils-python.aarch64 0:2.5-34.el7 #16 94.94 python-IPy.noarch 0:0.75-6.el7 #16 94.94 rsync.aarch64 0:3.1.2-12.el7_9 #16 94.94 selinux-policy.noarch 0:3.13.1-268.el7_9.2 #16 94.94 setools-libs.aarch64 0:3.3.8-4.el7 #16 94.94 #16 94.94 Dependency Updated: #16 94.94 glibc.aarch64 0:2.17-326.el7_9 glibc-common.aarch64 0:2.17-326.el7_9 #16 94.94 systemd.aarch64 0:219-78.el7_9.9 systemd-libs.aarch64 0:219-78.el7_9.9 #16 94.94 #14 59.09 Preparing to unpack .../259-libtypes-serialiser-perl_1.01-1_all.deb ... #14 59.10 Unpacking libtypes-serialiser-perl (1.01-1) ... #14 59.13 Selecting previously unselected package libjson-xs-perl. #14 59.13 Preparing to unpack .../260-libjson-xs-perl_4.030-2_armhf.deb ... #14 59.13 Unpacking libjson-xs-perl (4.030-2) ... #14 59.17 Selecting previously unselected package libjson-maybexs-perl. #14 59.17 Preparing to unpack .../261-libjson-maybexs-perl_1.004005-1_all.deb ... #14 59.17 Unpacking libjson-maybexs-perl (1.004005-1) ... #14 59.20 Selecting previously unselected package liblog-any-perl. #14 59.21 Preparing to unpack .../262-liblog-any-perl_1.715-1_all.deb ... #14 59.21 Unpacking liblog-any-perl (1.715-1) ... #14 59.24 Selecting previously unselected package liblog-any-adapter-screen-perl. #14 59.24 Preparing to unpack .../263-liblog-any-adapter-screen-perl_0.140-2_all.deb ... #14 59.25 Unpacking liblog-any-adapter-screen-perl (0.140-2) ... #14 59.28 Selecting previously unselected package libpackage-stash-perl. #14 59.28 Preparing to unpack .../264-libpackage-stash-perl_0.40-1_all.deb ... #14 59.28 Unpacking libpackage-stash-perl (0.40-1) ... #14 59.31 Selecting previously unselected package libsub-identify-perl. #14 49.81 Setting up libhttp-tiny-multipart-perl (0.08-2) ... #14 49.82 Setting up libtime-moment-perl (0.44-2build1) ... #14 49.84 Setting up libencode-locale-perl (1.05-3) ... #14 49.86 Setting up libexception-class-perl (1.45-1) ... #14 49.88 Setting up libmath-base85-perl (0.5+dfsg-2) ... #14 49.91 Setting up libconfig-tiny-perl (2.29-1) ... #14 49.92 Setting up libsereal-encoder-perl (5.004+ds-1) ... #14 49.93 Setting up libdevel-callchecker-perl:amd64 (0.008-2) ... #14 49.95 Setting up liblist-utilsby-perl (0.12-2) ... #14 49.97 Setting up libstring-shellquote-perl (1.04-3) ... #14 49.99 Setting up libnet-netmask-perl (2.0002-2) ... #14 50.01 Setting up libsub-install-perl (0.929-1) ... #14 50.02 Setting up gcc (4:13.2.0-1ubuntu1) ... #14 50.05 Setting up dpkg-dev (1.22.0ubuntu1) ... #14 50.08 Setting up libindirect-perl (0.39-2build1) ... #14 50.11 Setting up libxs-parse-sublike-perl:amd64 (0.20-1ubuntu3) ... #14 51.24 debconf: delaying package configuration, since apt-utils is not installed #14 51.27 Fetched 98.0 MB in 45s (2161 kB/s) #14 51.29 Selecting previously unselected package liblocale-gettext-perl. #14 51.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4115 files and directories currently installed.) #14 51.29 Preparing to unpack .../liblocale-gettext-perl_1.07-4_arm64.deb ... #14 51.29 Unpacking liblocale-gettext-perl (1.07-4) ... #14 51.34 Selecting previously unselected package libssl1.1:arm64. #14 51.34 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.20_arm64.deb ... #14 51.34 Unpacking libssl1.1:arm64 (1.1.1f-1ubuntu2.20) ... #14 50.08 Preparing to unpack .../035-libxdmcp6_1%3a1.1.3-0ubuntu5_arm64.deb ... #14 50.08 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ... #14 50.12 Selecting previously unselected package libxcb1:arm64. #14 50.12 Preparing to unpack .../036-libxcb1_1.15-1_arm64.deb ... #14 50.16 Unpacking libxcb1:arm64 (1.15-1) ... #14 50.18 Selecting previously unselected package libx11-data. #14 50.19 Preparing to unpack .../037-libx11-data_2%3a1.8.6-1ubuntu1_all.deb ... #14 50.19 Unpacking libx11-data (2:1.8.6-1ubuntu1) ... #14 50.25 Selecting previously unselected package libx11-6:arm64. #14 50.25 Preparing to unpack .../038-libx11-6_2%3a1.8.6-1ubuntu1_arm64.deb ... #14 50.26 Unpacking libx11-6:arm64 (2:1.8.6-1ubuntu1) ... #14 50.29 Selecting previously unselected package libxext6:arm64. #14 50.29 Preparing to unpack .../039-libxext6_2%3a1.3.4-1build1_arm64.deb ... #14 50.30 Unpacking libxext6:arm64 (2:1.3.4-1build1) ... #14 50.33 Selecting previously unselected package libxmuu1:arm64. #14 50.33 Preparing to unpack .../040-libxmuu1_2%3a1.1.3-3_arm64.deb ... #14 50.33 Unpacking libxmuu1:arm64 (2:1.1.3-3) ... #14 50.37 Selecting previously unselected package man-db. #14 50.37 Preparing to unpack .../041-man-db_2.11.2-3_arm64.deb ... #14 50.38 Unpacking man-db (2.11.2-3) ... #14 50.43 Selecting previously unselected package manpages. #13 54.74 Preparing to unpack .../280-libmoox-struct-perl_0.020-1_all.deb ... #13 54.75 Unpacking libmoox-struct-perl (0.020-1) ... #13 54.80 Selecting previously unselected package libmouse-perl. #13 54.80 Preparing to unpack .../281-libmouse-perl_2.5.10-1+b1_armhf.deb ... #13 54.80 Unpacking libmouse-perl (2.5.10-1+b1) ... #13 54.90 Selecting previously unselected package libnumber-range-perl. #13 54.90 Preparing to unpack .../282-libnumber-range-perl_0.12-1.1_all.deb ... #13 54.91 Unpacking libnumber-range-perl (0.12-1.1) ... #13 54.98 Selecting previously unselected package libossp-uuid16:armhf. #13 54.98 Preparing to unpack .../283-libossp-uuid16_1.6.2-1.5+b9_armhf.deb ... #13 54.98 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b9) ... #16 14.51 Installing : util-linux-2.37.4-15.el9.aarch64 46/99 #16 14.54 Installing : policycoreutils-3.6-1.el9.aarch64 47/99 #16 14.55 Running scriptlet: policycoreutils-3.6-1.el9.aarch64 47/99 #16 14.56 Installing : selinux-policy-38.1.30-1.el9.noarch 48/99 #16 14.56 Running scriptlet: selinux-policy-38.1.30-1.el9.noarch 48/99 #15 DONE 15.3s #16 [stage-1 5/8] COPY --link sources/ /sources #13 52.56 Setting up libnsl2:arm64 (1.3.0-2) ... #13 52.59 Setting up libipc-run3-perl (0.048-3) ... #13 52.68 Setting up libregexp-wildcards-perl (1.05-3) ... #13 52.75 Setting up libfcgi-perl (0.82+ds-2) ... #19 2.375 Reading package lists... #19 2.922 Building dependency tree... #19 3.054 Reading state information... #19 3.187 The following additional packages will be installed: #14 60.42 Preparing to unpack .../329-libxml-sax-perl_1.02+dfsg-3_all.deb ... #14 60.42 Unpacking libxml-sax-perl (1.02+dfsg-3) ... #14 60.46 Selecting previously unselected package libxml-libxml-perl. #14 60.46 Preparing to unpack .../330-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_armhf.deb ... #14 60.47 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ... #14 60.51 Selecting previously unselected package libxml-parser-perl:armhf. #14 60.51 Preparing to unpack .../331-libxml-parser-perl_2.46-3build1_armhf.deb ... #14 60.51 Unpacking libxml-parser-perl:armhf (2.46-3build1) ... #14 60.56 Selecting previously unselected package libxml-sax-expat-perl. #14 60.56 Preparing to unpack .../332-libxml-sax-expat-perl_0.51-1_all.deb ... #14 60.56 Unpacking libxml-sax-expat-perl (0.51-1) ... #14 60.60 Selecting previously unselected package libyaml-libyaml-perl. #14 60.60 Preparing to unpack .../333-libyaml-libyaml-perl_0.83+ds-1build1_armhf.deb ... #14 60.60 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ... #14 60.64 Selecting previously unselected package licensecheck. #14 60.64 Preparing to unpack .../334-licensecheck_3.2.14-2_all.deb ... #14 60.64 Unpacking licensecheck (3.2.14-2) ... #14 56.76 Preparing to unpack .../100-dh-autoreconf_20_all.deb ... #14 56.76 Unpacking dh-autoreconf (20) ... #14 56.85 Selecting previously unselected package libarchive-zip-perl. #14 56.85 Preparing to unpack .../101-libarchive-zip-perl_1.68-1_all.deb ... #14 56.86 Unpacking libarchive-zip-perl (1.68-1) ... #14 56.90 Selecting previously unselected package libsub-override-perl. #14 56.90 Preparing to unpack .../102-libsub-override-perl_0.09-4_all.deb ... #14 56.91 Unpacking libsub-override-perl (0.09-4) ... #14 56.93 Selecting previously unselected package libfile-stripnondeterminism-perl. #14 56.93 Preparing to unpack .../103-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ... #14 56.94 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ... #14 56.97 Selecting previously unselected package dh-strip-nondeterminism. #14 56.97 Preparing to unpack .../104-dh-strip-nondeterminism_1.13.1-1_all.deb ... #14 56.98 Unpacking dh-strip-nondeterminism (1.13.1-1) ... #14 57.01 Selecting previously unselected package libdw1:armhf. #14 57.02 Preparing to unpack .../105-libdw1_0.188-2.1_armhf.deb ... #14 57.02 Unpacking libdw1:armhf (0.188-2.1) ... #14 57.05 Selecting previously unselected package debugedit. #14 57.05 Preparing to unpack .../106-debugedit_1%3a5.0-5_armhf.deb ... #14 57.06 Unpacking debugedit (1:5.0-5) ... #14 57.09 Selecting previously unselected package dwz. #14 54.45 Preparing to unpack .../277-liblist-compare-perl_0.53-1_all.deb ... #14 54.46 Unpacking liblist-compare-perl (0.53-1) ... #14 54.49 Selecting previously unselected package liblist-moreutils-perl. #14 54.49 Preparing to unpack .../278-liblist-moreutils-perl_0.416-1build5_amd64.deb ... #14 54.49 Unpacking liblist-moreutils-perl (0.416-1build5) ... #14 54.52 Selecting previously unselected package liblist-someutils-perl. #14 54.53 Preparing to unpack .../279-liblist-someutils-perl_0.58-1_all.deb ... #14 54.53 Unpacking liblist-someutils-perl (0.58-1) ... #14 54.56 Selecting previously unselected package liblist-someutils-xs-perl. #14 54.56 Preparing to unpack .../280-liblist-someutils-xs-perl_0.58-2_amd64.deb ... #14 54.57 Unpacking liblist-someutils-xs-perl (0.58-2) ... #14 54.60 Selecting previously unselected package libltdl7:amd64. #14 54.60 Preparing to unpack .../281-libltdl7_2.4.6-14_amd64.deb ... #14 54.61 Unpacking libltdl7:amd64 (2.4.6-14) ... #14 54.64 Selecting previously unselected package libltdl-dev:amd64. #14 54.64 Preparing to unpack .../282-libltdl-dev_2.4.6-14_amd64.deb ... #14 54.65 Unpacking libltdl-dev:amd64 (2.4.6-14) ... #14 54.69 Selecting previously unselected package libsys-hostname-long-perl. #12 53.77 Installing : perl-libs-4:5.36.3-498.fc38.x86_64 96/153 #12 53.82 Installing : perl-interpreter-4:5.36.3-498.fc38.x86_64 97/153 #12 53.82 Installing : devscripts-checkbashisms-2.23.0-1.fc38.x86_64 98/153 #12 53.84 Installing : shared-mime-info-2.2-3.fc38.x86_64 99/153 #12 53.89 Running scriptlet: shared-mime-info-2.2-3.fc38.x86_64 99/153 #12 53.91 Installing : gdk-pixbuf2-2.42.10-2.fc38.x86_64 100/153 #12 53.95 Installing : libappstream-glib-0.8.2-2.fc38.x86_64 101/153 #12 53.96 Installing : dash-0.5.12-1.fc38.x86_64 102/153 #16 19.46 Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 1/1 #16 19.60 Preparing : 1/1 #16 19.65 Installing : perl-DynaLoader-1.47-481.el9.x86_64 1/97 #16 19.66 Installing : perl-File-Find-1.37-481.el9.noarch 2/97 #16 19.67 Installing : perl-File-Copy-2.34-481.el9.noarch 3/97 #16 19.67 Installing : perl-File-Compare-1.100.600-481.el9.noarch 4/97 #16 19.68 Installing : cmake-rpm-macros-3.26.5-2.el9.noarch 5/97 #16 19.68 Installing : cmake-filesystem-3.26.5-2.el9.x86_64 6/97 #14 60.45 Updating certificates in /etc/ssl/certs... #14 47.74 Preparing to unpack .../056-autopoint_0.21-4ubuntu4_all.deb ... #14 47.75 Unpacking autopoint (0.21-4ubuntu4) ... #14 47.78 Selecting previously unselected package binutils-common:arm64. #14 47.78 Preparing to unpack .../057-binutils-common_2.38-4ubuntu2.5_arm64.deb ... #14 47.78 Unpacking binutils-common:arm64 (2.38-4ubuntu2.5) ... #14 47.82 Selecting previously unselected package libbinutils:arm64. #14 47.82 Preparing to unpack .../058-libbinutils_2.38-4ubuntu2.5_arm64.deb ... #14 47.83 Unpacking libbinutils:arm64 (2.38-4ubuntu2.5) ... #14 47.87 Selecting previously unselected package libctf-nobfd0:arm64. #16 94.94 Complete! #14 59.31 Preparing to unpack .../265-libsub-identify-perl_0.14-3_armhf.deb ... #14 59.32 Unpacking libsub-identify-perl (0.14-3) ... #14 59.34 Selecting previously unselected package libsub-name-perl:armhf. #14 59.35 Preparing to unpack .../266-libsub-name-perl_0.27-1_armhf.deb ... #14 59.35 Unpacking libsub-name-perl:armhf (0.27-1) ... #14 59.38 Selecting previously unselected package libnamespace-clean-perl. #14 59.38 Preparing to unpack .../267-libnamespace-clean-perl_0.27-2_all.deb ... #14 59.39 Unpacking libnamespace-clean-perl (0.27-2) ... #14 59.42 Selecting previously unselected package libpath-tiny-perl. #14 59.42 Preparing to unpack .../268-libpath-tiny-perl_0.144-1_all.deb ... #14 59.42 Unpacking libpath-tiny-perl (0.144-1) ... #14 59.45 Selecting previously unselected package libstrictures-perl. #14 59.45 Preparing to unpack .../269-libstrictures-perl_2.000006-1_all.deb ... #14 59.46 Unpacking libstrictures-perl (2.000006-1) ... #14 59.49 Selecting previously unselected package libtype-tiny-perl. #14 59.49 Preparing to unpack .../270-libtype-tiny-perl_2.004000-1_all.deb ... #14 59.49 Unpacking libtype-tiny-perl (2.004000-1) ... #14 59.54 Selecting previously unselected package libgitlab-api-v4-perl. #14 50.13 Setting up intltool-debian (0.35.0+20060710.6) ... #14 50.14 Setting up libfreezethaw-perl (0.5001-3) ... #14 50.16 Setting up libobject-pad-perl (0.801-2) ... #14 50.18 Setting up liberror-perl (0.17029-2) ... #14 50.20 Setting up patchutils (0.4.2-1build2) ... #14 50.21 Setting up libmail-sendmail-perl (0.80-3) ... #14 50.22 Setting up libltdl-dev:amd64 (2.4.7-7) ... #14 50.24 Setting up libjson-maybexs-perl (1.004005-1) ... #14 50.26 Setting up libxml-sax-base-perl (1.09-3) ... #14 50.27 Setting up libio-string-perl (1.08-4) ... #14 50.29 Setting up libreadonly-perl (2.050-3) ... #14 50.30 Setting up libnetaddr-ip-perl (4.079+dfsg-2build1) ... #14 50.31 Setting up libstring-copyright-perl (0.003014-1) ... #14 50.32 Setting up libdata-optlist-perl (0.114-1) ... #13 57.24 Setting up libhttp-negotiate-perl (6.01-2) ... #14 51.46 Selecting previously unselected package libpython3.8-minimal:arm64. #14 51.46 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.9_arm64.deb ... #14 51.46 Unpacking libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.9) ... #14 51.56 Selecting previously unselected package libexpat1:arm64. #14 51.56 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_arm64.deb ... #14 50.43 Preparing to unpack .../042-manpages_6.03-2_all.deb ... #14 50.44 Unpacking manpages (6.03-2) ... #14 50.48 Selecting previously unselected package openssh-client. #14 50.48 Preparing to unpack .../043-openssh-client_1%3a9.3p1-1ubuntu3.2_arm64.deb ... #14 50.49 Unpacking openssh-client (1:9.3p1-1ubuntu3.2) ... #14 50.54 Selecting previously unselected package publicsuffix. #14 50.54 Preparing to unpack .../044-publicsuffix_20230209.2326-1_all.deb ... #14 50.55 Unpacking publicsuffix (20230209.2326-1) ... #14 50.58 Selecting previously unselected package strace. #14 50.58 Preparing to unpack .../045-strace_6.5-0.0ubuntu1_arm64.deb ... #14 50.58 Unpacking strace (6.5-0.0ubuntu1) ... #14 50.62 Selecting previously unselected package xauth. #14 50.62 Preparing to unpack .../046-xauth_1%3a1.1.2-1_arm64.deb ... #14 50.62 Unpacking xauth (1:1.1.2-1) ... #14 50.65 Selecting previously unselected package xz-utils. #13 55.04 Selecting previously unselected package libossp-uuid-perl. #13 55.04 Preparing to unpack .../284-libossp-uuid-perl_1.6.2-1.5+b9_armhf.deb ... #13 55.05 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ... #13 55.14 Selecting previously unselected package libpackage-stash-xs-perl. #13 55.14 Preparing to unpack .../285-libpackage-stash-xs-perl_0.29-1+b2_armhf.deb ... #13 55.15 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ... #13 55.20 Selecting previously unselected package libpath-iterator-rule-perl. #13 55.20 Preparing to unpack .../286-libpath-iterator-rule-perl_1.014-1_all.deb ... #13 55.21 Unpacking libpath-iterator-rule-perl (1.014-1) ... #13 55.29 Selecting previously unselected package libperlio-gzip-perl. #16 14.59 Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 49/99 #16 14.86 Installing : selinux-policy-targeted-38.1.30-1.el9.noarch 49/99 #16 DONE 0.3s #17 [stage-1 6/8] COPY --link --from=golang /usr/local/go /usr/local/go #13 52.86 Setting up libsub-override-perl (0.09-4) ... #19 3.188 libmagic-mgc libmagic1 #19 3.211 The following NEW packages will be installed: #19 3.212 file libmagic-mgc libmagic1 #14 60.74 Selecting previously unselected package libdevel-size-perl. #14 60.74 Preparing to unpack .../335-libdevel-size-perl_0.83-1build4_armhf.deb ... #14 60.75 Unpacking libdevel-size-perl (0.83-1build4) ... #14 60.78 Selecting previously unselected package libipc-run3-perl. #14 60.78 Preparing to unpack .../336-libipc-run3-perl_0.048-2_all.deb ... #14 60.78 Unpacking libipc-run3-perl (0.048-2) ... #14 60.82 Selecting previously unselected package lzip. #14 60.82 Preparing to unpack .../337-lzip_1.23-1_armhf.deb ... #14 60.82 Unpacking lzip (1.23-1) ... #14 60.86 Selecting previously unselected package lzop. #14 60.86 Preparing to unpack .../338-lzop_1.04-2build2_armhf.deb ... #14 60.86 Unpacking lzop (1.04-2build2) ... #14 60.89 Selecting previously unselected package t1utils. #14 60.89 Preparing to unpack .../339-t1utils_1.41-4build2_armhf.deb ... #14 60.90 Unpacking t1utils (1.41-4build2) ... #14 60.94 Selecting previously unselected package unzip. #14 57.09 Preparing to unpack .../107-dwz_0.15-1_armhf.deb ... #14 57.10 Unpacking dwz (0.15-1) ... #14 57.20 Selecting previously unselected package gettext. #14 57.20 Preparing to unpack .../108-gettext_0.21-11_armhf.deb ... #14 57.20 Unpacking gettext (0.21-11) ... #14 57.25 Selecting previously unselected package intltool-debian. #14 57.25 Preparing to unpack .../109-intltool-debian_0.35.0+20060710.6_all.deb ... #14 57.25 Unpacking intltool-debian (0.35.0+20060710.6) ... #14 57.28 Selecting previously unselected package po-debconf. #14 57.28 Preparing to unpack .../110-po-debconf_1.0.21+nmu1_all.deb ... #14 57.29 Unpacking po-debconf (1.0.21+nmu1) ... #14 57.34 Selecting previously unselected package debhelper. #13 50.09 Preparing : 1/1 #13 50.13 Installing : python3-six-1.16.0-9.fc38.noarch 1/153 #13 50.13 Installing : hunspell-filesystem-1.7.2-3.fc38.aarch64 2/153 #13 50.15 Installing : python3-construct-2.10.68-4.fc38.noarch 3/153 #13 50.16 Installing : python3-pybeam-0.7-5.fc38.noarch 4/153 #13 50.17 Installing : python3-dateutil-1:2.8.2-5.fc38.noarch 5/153 #13 50.19 Upgrading : glibc-common-2.37-16.fc38.aarch64 6/153 #13 50.20 Upgrading : glibc-minimal-langpack-2.37-16.fc38.aarch64 7/153 #13 50.21 Running scriptlet: glibc-2.37-16.fc38.aarch64 8/153 #13 50.26 Upgrading : glibc-2.37-16.fc38.aarch64 8/153 #14 54.69 Preparing to unpack .../283-libsys-hostname-long-perl_1.5-1_all.deb ... #14 54.70 Unpacking libsys-hostname-long-perl (1.5-1) ... #14 54.73 Selecting previously unselected package libmail-sendmail-perl. #14 54.73 Preparing to unpack .../284-libmail-sendmail-perl_0.80-1_all.deb ... #14 54.73 Unpacking libmail-sendmail-perl (0.80-1) ... #14 54.76 Selecting previously unselected package libmoox-aliases-perl. #14 54.76 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1_all.deb ... #14 54.77 Unpacking libmoox-aliases-perl (0.001006-1) ... #14 54.80 Selecting previously unselected package libobject-id-perl. #14 54.80 Preparing to unpack .../286-libobject-id-perl_0.1.2-2ubuntu1_all.deb ... #14 54.80 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ... #14 54.83 Selecting previously unselected package libmoox-struct-perl. #14 54.83 Preparing to unpack .../287-libmoox-struct-perl_0.017-1_all.deb ... #14 54.84 Unpacking libmoox-struct-perl (0.017-1) ... #14 54.87 Selecting previously unselected package libnet-dns-sec-perl. #14 54.87 Preparing to unpack .../288-libnet-dns-sec-perl_1.15-1_amd64.deb ... #14 54.87 Unpacking libnet-dns-sec-perl (1.15-1) ... #14 54.91 Selecting previously unselected package libnet-libidn-perl. #14 54.91 Preparing to unpack .../289-libnet-libidn-perl_0.12.ds-3build2_amd64.deb ... #14 54.91 Unpacking libnet-libidn-perl (0.12.ds-3build2) ... #14 54.94 Selecting previously unselected package libnumber-range-perl. #14 54.95 Preparing to unpack .../290-libnumber-range-perl_0.12-1_all.deb ... #14 54.95 Unpacking libnumber-range-perl (0.12-1) ... #14 54.98 Selecting previously unselected package libpackage-stash-xs-perl. #14 54.98 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build1_amd64.deb ... #14 54.98 Unpacking libpackage-stash-xs-perl (0.29-1build1) ... #14 55.01 Selecting previously unselected package libpath-iterator-rule-perl. #15 DONE 13.1s #12 54.00 Running scriptlet: dash-0.5.12-1.fc38.x86_64 102/153 #12 54.02 Installing : dbus-libs-1:1.14.10-1.fc38.x86_64 103/153 #12 54.03 Installing : python3-dbus-1.3.2-2.fc38.x86_64 104/153 #12 54.07 Installing : diffutils-3.10-1.fc38.x86_64 105/153 #12 54.13 Installing : python3-zstandard-0.21.0-1.fc38.x86_64 106/153 #12 54.13 Installing : xxhash-libs-0.8.2-1.fc38.x86_64 107/153 #16 19.75 Installing : python3-setuptools-53.0.0-12.el9.noarch 7/97 #16 19.76 Installing : python3-distro-1.5.0-7.el9.noarch 8/97 #16 19.78 Upgrading : glibc-common-2.34-99.el9.x86_64 9/97 #16 19.91 Upgrading : glibc-gconv-extra-2.34-99.el9.x86_64 10/97 #16 19.92 Running scriptlet: glibc-gconv-extra-2.34-99.el9.x86_64 10/97 #16 19.93 Upgrading : glibc-minimal-langpack-2.34-99.el9.x86_64 11/97 #16 19.94 Running scriptlet: glibc-2.34-99.el9.x86_64 12/97 #16 19.99 Upgrading : glibc-2.34-99.el9.x86_64 12/97 #16 20.00 Running scriptlet: glibc-2.34-99.el9.x86_64 12/97 #14 47.87 Preparing to unpack .../059-libctf-nobfd0_2.38-4ubuntu2.5_arm64.deb ... #14 47.88 Unpacking libctf-nobfd0:arm64 (2.38-4ubuntu2.5) ... #14 47.92 Selecting previously unselected package libctf0:arm64. #14 47.92 Preparing to unpack .../060-libctf0_2.38-4ubuntu2.5_arm64.deb ... #14 47.92 Unpacking libctf0:arm64 (2.38-4ubuntu2.5) ... #14 47.96 Selecting previously unselected package binutils-aarch64-linux-gnu. #14 47.96 Preparing to unpack .../061-binutils-aarch64-linux-gnu_2.38-4ubuntu2.5_arm64.deb ... #14 47.96 Unpacking binutils-aarch64-linux-gnu (2.38-4ubuntu2.5) ... #14 48.09 Selecting previously unselected package binutils. #14 48.09 Preparing to unpack .../062-binutils_2.38-4ubuntu2.5_arm64.deb ... #14 48.09 Unpacking binutils (2.38-4ubuntu2.5) ... #14 48.13 Selecting previously unselected package libc-dev-bin. #14 48.13 Preparing to unpack .../063-libc-dev-bin_2.35-0ubuntu3.6_arm64.deb ... #14 48.13 Unpacking libc-dev-bin (2.35-0ubuntu3.6) ... #14 48.17 Selecting previously unselected package linux-libc-dev:arm64. #14 48.17 Preparing to unpack .../064-linux-libc-dev_5.15.0-91.101_arm64.deb ... #14 48.17 Unpacking linux-libc-dev:arm64 (5.15.0-91.101) ... #14 48.32 Selecting previously unselected package libcrypt-dev:arm64. #16 DONE 95.5s #14 59.54 Preparing to unpack .../271-libgitlab-api-v4-perl_0.27-1_all.deb ... #14 59.55 Unpacking libgitlab-api-v4-perl (0.27-1) ... #14 59.58 Selecting previously unselected package libhtml-form-perl. #14 59.58 Preparing to unpack .../272-libhtml-form-perl_6.11-1_all.deb ... #14 59.59 Unpacking libhtml-form-perl (6.11-1) ... #14 59.62 Selecting previously unselected package libhtml-format-perl. #14 59.62 Preparing to unpack .../273-libhtml-format-perl_2.16-2_all.deb ... #14 59.63 Unpacking libhtml-format-perl (2.16-2) ... #14 59.66 Selecting previously unselected package libhtml-html5-entities-perl. #14 59.66 Preparing to unpack .../274-libhtml-html5-entities-perl_0.004-3_all.deb ... #14 59.67 Unpacking libhtml-html5-entities-perl (0.004-3) ... #14 59.70 Selecting previously unselected package libhtml-tokeparser-simple-perl. #14 59.70 Preparing to unpack .../275-libhtml-tokeparser-simple-perl_3.16-4_all.deb ... #14 59.70 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ... #14 59.73 Selecting previously unselected package libhttp-daemon-perl. #14 59.74 Preparing to unpack .../276-libhttp-daemon-perl_6.16-1_all.deb ... #14 59.74 Unpacking libhttp-daemon-perl (6.16-1) ... #14 59.77 Selecting previously unselected package libindirect-perl. #14 50.34 Setting up libipc-run-perl (20220807.0-1) ... #14 50.36 Setting up git (1:2.40.1-1ubuntu1) ... #14 50.38 Setting up libtext-xslate-perl:amd64 (3.5.9-1build2) ... #14 50.39 Setting up libcontextual-return-perl (0.004014-4) ... #14 50.40 Setting up libwww-robotrules-perl (6.02-1) ... #14 50.42 Setting up libtypes-serialiser-perl (1.01-1) ... #14 50.45 Setting up libnsl-dev:amd64 (1.3.0-2build2) ... #14 50.46 Setting up libhtml-parser-perl:amd64 (3.81-1) ... #14 50.48 Setting up libgit-wrapper-perl (0.048-2) ... #14 50.49 Setting up liblog-any-adapter-screen-perl (0.140-2) ... #14 50.51 Setting up librole-tiny-perl (2.002004-1) ... #14 50.53 Setting up gnupg (2.2.40-1.1ubuntu1) ... #14 50.56 Setting up libc6-dev:amd64 (2.38-1ubuntu6) ... #13 57.25 Setting up libio-prompter-perl (0.004015-2) ... #13 57.27 Setting up libiterator-util-perl (0.02+ds1-2) ... #13 57.28 Setting up libstdc++-12-dev:amd64 (12.2.0-14) ... #13 57.29 Setting up libhttp-cookies-perl (6.10-1) ... #13 57.30 Setting up libtool (2.4.7-5) ... #13 57.31 Setting up po-debconf (1.0.21+nmu1) ... #13 57.32 Setting up libhtml-tree-perl (5.07-3) ... #13 57.33 Setting up libparams-classify-perl:amd64 (0.015-2+b1) ... #13 57.34 Setting up libcgi-pm-perl (4.55-1) ... #13 57.35 Setting up python3 (3.11.2-1+b1) ... #14 50.65 Preparing to unpack .../047-xz-utils_5.4.1-0.2_arm64.deb ... #14 50.66 Unpacking xz-utils (5.4.1-0.2) ... #14 50.69 Selecting previously unselected package m4. #14 50.69 Preparing to unpack .../048-m4_1.4.19-3_arm64.deb ... #14 50.70 Unpacking m4 (1.4.19-3) ... #14 50.73 Selecting previously unselected package autoconf. #14 50.73 Preparing to unpack .../049-autoconf_2.71-3_all.deb ... #14 50.74 Unpacking autoconf (2.71-3) ... #14 50.78 Selecting previously unselected package autotools-dev. #14 50.78 Preparing to unpack .../050-autotools-dev_20220109.1_all.deb ... #14 50.78 Unpacking autotools-dev (20220109.1) ... #14 50.83 Selecting previously unselected package automake. #14 50.83 Preparing to unpack .../051-automake_1%3a1.16.5-1.3_all.deb ... #14 50.83 Unpacking automake (1:1.16.5-1.3) ... #14 50.88 Selecting previously unselected package autopoint. #14 50.88 Preparing to unpack .../052-autopoint_0.21-13_all.deb ... #13 55.29 Preparing to unpack .../287-libperlio-gzip-perl_0.19-1+b7_armhf.deb ... #13 55.30 Unpacking libperlio-gzip-perl (0.19-1+b7) ... #13 55.35 Selecting previously unselected package libpod-parser-perl. #13 55.35 Preparing to unpack .../288-libpod-parser-perl_1.63-2_all.deb ... #13 55.36 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #13 55.40 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #13 55.40 Unpacking libpod-parser-perl (1.63-2) ... #13 55.46 Selecting previously unselected package libpod-constants-perl. #13 55.47 Preparing to unpack .../289-libpod-constants-perl_0.19-2_all.deb ... #13 55.47 Unpacking libpod-constants-perl (0.19-2) ... #13 55.52 Selecting previously unselected package libproc-processtable-perl. #13 52.89 Setting up libaliased-perl (0.34-3) ... #13 52.93 Setting up libstrictures-perl (2.000006-1) ... #13 52.95 Setting up libsub-quote-perl (2.006008-1) ... #13 53.03 Setting up libdevel-stacktrace-perl (2.0400-2) ... #13 53.09 Setting up libclass-xsaccessor-perl (1.19-4+b1) ... #13 53.16 Setting up libsort-versions-perl (1.62-3) ... #14 51.57 Unpacking libexpat1:arm64 (2.2.9-1ubuntu0.6) ... #14 51.62 Selecting previously unselected package python3.8-minimal. #14 51.62 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.9_arm64.deb ... #14 51.62 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... #14 51.79 Setting up libssl1.1:arm64 (1.1.1f-1ubuntu2.20) ... #14 51.87 Setting up libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.9) ... #14 51.89 Setting up libexpat1:arm64 (2.2.9-1ubuntu0.6) ... #19 3.481 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. #19 3.481 Need to get 451 kB of archives. #19 3.481 After this operation, 8644 kB of additional disk space will be used. #19 3.481 Get:1 http://deb.debian.org/debian bookworm/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB] #19 3.488 Get:2 http://deb.debian.org/debian bookworm/main amd64 libmagic1 amd64 1:5.44-3 [104 kB] #19 3.490 Get:3 http://deb.debian.org/debian bookworm/main amd64 file amd64 1:5.44-3 [42.5 kB] #19 3.614 debconf: delaying package configuration, since apt-utils is not installed #14 60.94 Preparing to unpack .../340-unzip_6.0-26ubuntu3.1_armhf.deb ... #14 60.94 Unpacking unzip (6.0-26ubuntu3.1) ... #14 60.98 Selecting previously unselected package lintian. #14 60.99 Preparing to unpack .../341-lintian_2.114.0ubuntu1.3_all.deb ... #14 60.99 Unpacking lintian (2.114.0ubuntu1.3) ... #14 DONE 48.8s #14 57.34 Preparing to unpack .../111-debhelper_13.11.4ubuntu3_all.deb ... #14 57.35 Unpacking debhelper (13.11.4ubuntu3) ... #14 57.40 Selecting previously unselected package libfakeroot:armhf. #14 57.40 Preparing to unpack .../112-libfakeroot_1.31-1.1_armhf.deb ... #14 57.41 Unpacking libfakeroot:armhf (1.31-1.1) ... #14 57.44 Selecting previously unselected package fakeroot. #14 57.44 Preparing to unpack .../113-fakeroot_1.31-1.1_armhf.deb ... #14 57.45 Unpacking fakeroot (1.31-1.1) ... #14 57.48 Selecting previously unselected package libassuan0:armhf. #14 57.48 Preparing to unpack .../114-libassuan0_2.5.5-5_armhf.deb ... #14 57.49 Unpacking libassuan0:armhf (2.5.5-5) ... #14 57.51 Selecting previously unselected package gpgconf. #14 57.52 Preparing to unpack .../115-gpgconf_2.2.40-1.1ubuntu1_armhf.deb ... #14 57.52 Unpacking gpgconf (2.2.40-1.1ubuntu1) ... #14 57.56 Selecting previously unselected package libksba8:armhf. #13 50.27 Running scriptlet: glibc-2.37-16.fc38.aarch64 8/153 #13 50.47 Installing : glibc-gconv-extra-2.37-16.fc38.aarch64 9/153 #13 50.48 Running scriptlet: glibc-gconv-extra-2.37-16.fc38.aarch64 9/153 #13 50.49 Upgrading : elfutils-libelf-0.190-2.fc38.aarch64 10/153 #13 50.50 Upgrading : elfutils-libs-0.190-2.fc38.aarch64 11/153 #13 50.51 Installing : elfutils-debuginfod-client-0.190-2.fc38.aarch64 12/153 #13 50.52 Installing : hunspell-en-GB-0.20201207-3.fc38.noarch 13/153 #13 50.53 Installing : hunspell-en-0.20201207-3.fc38.noarch 14/153 #13 50.54 Installing : hunspell-en-US-0.20201207-3.fc38.noarch 15/153 #13 50.55 Installing : hunspell-1.7.2-3.fc38.aarch64 16/153 #13 50.58 Installing : elfutils-0.190-2.fc38.aarch64 17/153 #13 50.59 Installing : dwz-0.15-2.fc38.aarch64 18/153 #13 50.59 Installing : file-5.44-3.fc38.aarch64 19/153 #13 50.60 Installing : unzip-6.0-60.fc38.aarch64 20/153 #13 50.62 Installing : xz-5.4.1-1.fc38.aarch64 21/153 #13 50.63 Installing : zip-3.0-37.fc38.aarch64 22/153 #13 50.64 Installing : enchant2-2.3.4-1.fc38.aarch64 23/153 #13 50.65 Installing : python3-enchant-3.2.2-6.fc38.noarch 24/153 #13 50.66 Installing : bzip2-1.0.8-13.fc38.aarch64 25/153 #13 50.67 Installing : cpio-2.13-14.fc38.aarch64 26/153 #14 55.01 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ... #14 55.02 Unpacking libpath-iterator-rule-perl (1.014-1) ... #14 55.05 Selecting previously unselected package libperl4-corelibs-perl. #14 55.05 Preparing to unpack .../293-libperl4-corelibs-perl_0.004-2_all.deb ... #14 55.06 Unpacking libperl4-corelibs-perl (0.004-2) ... #14 55.09 Selecting previously unselected package libperlio-gzip-perl. #14 55.10 Preparing to unpack .../294-libperlio-gzip-perl_0.19-1build5_amd64.deb ... #14 55.10 Unpacking libperlio-gzip-perl (0.19-1build5) ... #14 55.13 Selecting previously unselected package libpod-constants-perl. #15 9.365 Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf g++-12 armhf 12.2.0-14+rpi1 [7914 kB] #14 55.13 Preparing to unpack .../295-libpod-constants-perl_0.19-1_all.deb ... #14 55.14 Unpacking libpod-constants-perl (0.19-1) ... #14 55.17 Selecting previously unselected package libre2-5:amd64. #14 55.17 Preparing to unpack .../296-libre2-5_20200101+dfsg-1build1_amd64.deb ... #14 55.18 Unpacking libre2-5:amd64 (20200101+dfsg-1build1) ... #14 55.22 Selecting previously unselected package libre-engine-re2-perl. #14 55.22 Preparing to unpack .../297-libre-engine-re2-perl_0.13-5_amd64.deb ... #14 55.23 Unpacking libre-engine-re2-perl (0.13-5) ... #14 55.26 Selecting previously unselected package libreadonly-perl. #16 [stage-1 5/8] COPY --link sources/ /sources #12 54.25 Installing : gdb-minimal-13.2-7.fc38.x86_64 108/153 #12 54.26 Installing : debugedit-5.0-9.fc38.x86_64 109/153 #12 54.30 Installing : zstd-1.5.5-1.fc38.x86_64 110/153 #12 54.31 Installing : rust-srpm-macros-25.2-2.fc38.noarch 111/153 #12 54.35 Installing : rpmautospec-rpm-macros-0.3.8-1.fc38.noarch 112/153 #12 54.36 Installing : qt6-srpm-macros-6.6.0-1.fc38.noarch 113/153 #12 54.36 Installing : qt5-srpm-macros-5.15.11-1.fc38.noarch 114/153 #12 54.37 Installing : package-notes-srpm-macros-0.5-8.fc38.noarch 115/153 #12 54.37 Installing : kernel-srpm-macros-1.0-19.fc38.noarch 116/153 #12 54.41 Installing : emacs-filesystem-1:28.3-0.rc1.fc38.noarch 117/153 #12 54.41 Installing : desktop-file-utils-0.26-8.fc38.x86_64 118/153 #12 54.42 Installing : ansible-srpm-macros-1-10.fc38.noarch 119/153 #16 20.09 Installing : glibc-langpack-en-2.34-99.el9.x86_64 13/97 #16 20.11 Installing : make-1:4.3-7.el9.x86_64 14/97 #16 20.12 Installing : cracklib-2.9.6-27.el9.x86_64 15/97 #16 20.13 Installing : libedit-3.1-38.20210216cvs.el9.x86_64 16/97 #16 20.14 Installing : libfdisk-2.37.4-15.el9.x86_64 17/97 #16 20.15 Installing : libseccomp-2.5.2-2.el9.x86_64 18/97 #16 20.17 Installing : checkpolicy-3.6-1.el9.x86_64 19/97 #16 20.17 Installing : libmpc-1.2.1-4.el9.x86_64 20/97 #16 20.18 Installing : m4-1.4.19-1.el9.x86_64 21/97 #14 48.32 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.27-1_arm64.deb ... #14 48.33 Unpacking libcrypt-dev:arm64 (1:4.4.27-1) ... #14 48.36 Selecting previously unselected package rpcsvc-proto. #14 48.36 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_arm64.deb ... #14 48.37 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #14 48.40 Selecting previously unselected package libtirpc-dev:arm64. #14 48.41 Preparing to unpack .../067-libtirpc-dev_1.3.2-2ubuntu0.1_arm64.deb ... #14 48.41 Unpacking libtirpc-dev:arm64 (1.3.2-2ubuntu0.1) ... #14 48.45 Selecting previously unselected package libnsl-dev:arm64. #17 [stage-1 6/7] COPY --link --from=golang /usr/local/go /usr/local/go #14 59.77 Preparing to unpack .../277-libindirect-perl_0.39-2build1_armhf.deb ... #14 59.78 Unpacking libindirect-perl (0.39-2build1) ... #14 59.81 Selecting previously unselected package libio-interactive-perl. #14 59.81 Preparing to unpack .../278-libio-interactive-perl_1.023-2_all.deb ... #14 59.81 Unpacking libio-interactive-perl (1.023-2) ... #14 59.85 Selecting previously unselected package libjson-perl. #14 59.85 Preparing to unpack .../279-libjson-perl_4.10000-1_all.deb ... #14 59.85 Unpacking libjson-perl (4.10000-1) ... #14 59.89 Selecting previously unselected package libldap-common. #14 59.89 Preparing to unpack .../280-libldap-common_2.6.6+dfsg-1~exp1ubuntu1_all.deb ... #14 59.89 Unpacking libldap-common (2.6.6+dfsg-1~exp1ubuntu1) ... #14 59.93 Selecting previously unselected package liblist-compare-perl. #14 59.93 Preparing to unpack .../281-liblist-compare-perl_0.55-2_all.deb ... #14 59.93 Unpacking liblist-compare-perl (0.55-2) ... #14 59.96 Selecting previously unselected package liblist-someutils-perl. #14 59.97 Preparing to unpack .../282-liblist-someutils-perl_0.59-1_all.deb ... #14 59.97 Unpacking liblist-someutils-perl (0.59-1) ... #14 60.00 Selecting previously unselected package liblist-someutils-xs-perl:armhf. #14 60.00 Preparing to unpack .../283-liblist-someutils-xs-perl_0.58-3_armhf.deb ... #14 60.00 Unpacking liblist-someutils-xs-perl:armhf (0.58-3) ... #14 60.03 Selecting previously unselected package liblist-utilsby-perl. #14 60.04 Preparing to unpack .../284-liblist-utilsby-perl_0.12-2_all.deb ... #14 60.04 Unpacking liblist-utilsby-perl (0.12-2) ... #14 60.07 Selecting previously unselected package libltdl7:armhf. #14 60.07 Preparing to unpack .../285-libltdl7_2.4.7-7_armhf.deb ... #14 60.08 Unpacking libltdl7:armhf (2.4.7-7) ... #14 60.11 Selecting previously unselected package libltdl-dev:armhf. #14 50.57 Setting up libfont-ttf-perl (1.06-2) ... #14 50.59 Setting up libfile-homedir-perl (1.006-2) ... #14 50.60 Setting up libalgorithm-diff-xs-perl:amd64 (0.04-8) ... #14 50.62 Setting up libio-socket-ssl-perl (2.083-1) ... #14 50.68 Setting up libstdc++-13-dev:amd64 (13.2.0-4ubuntu3) ... #14 50.70 Setting up libsub-exporter-perl (0.990-1) ... #14 50.71 Setting up libpython3-stdlib:amd64 (3.11.4-5) ... #14 50.72 Setting up libalgorithm-merge-perl (0.08-5) ... #14 50.73 Setting up libhttp-message-perl (6.44-2ubuntu1) ... #14 50.75 Setting up libdata-validate-ip-perl (0.31-1) ... #14 50.77 Setting up libhtml-form-perl (6.11-1) ... #14 50.78 Setting up libiterator-perl (0.03+ds1-2) ... #14 61.02 137 added, 0 removed; done. #14 61.06 Setting up libasan5:armhf (9.4.0-1ubuntu1~20.04.2) ... #14 61.08 Setting up libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 61.09 Setting up bsdmainutils (11.1.2ubuntu3) ... #14 61.11 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode #14 61.11 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist #14 61.12 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode #14 61.12 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist #14 61.13 Setting up libgssapi-krb5-2:armhf (1.17-6ubuntu4.4) ... #13 57.62 Setting up libhtml-format-perl (2.16-2) ... #13 57.63 Setting up python3-xdg (0.28-2) ... #13 57.77 Setting up libxml-sax-perl (1.02+dfsg-3) ... #14 50.88 Unpacking autopoint (0.21-13) ... #14 50.92 Selecting previously unselected package binutils-common:arm64. #14 50.92 Preparing to unpack .../053-binutils-common_2.41-5ubuntu1_arm64.deb ... #14 50.92 Unpacking binutils-common:arm64 (2.41-5ubuntu1) ... #14 50.96 Selecting previously unselected package libsframe1:arm64. #14 50.96 Preparing to unpack .../054-libsframe1_2.41-5ubuntu1_arm64.deb ... #14 50.97 Unpacking libsframe1:arm64 (2.41-5ubuntu1) ... #14 51.00 Selecting previously unselected package libbinutils:arm64. #14 51.00 Preparing to unpack .../055-libbinutils_2.41-5ubuntu1_arm64.deb ... #14 51.00 Unpacking libbinutils:arm64 (2.41-5ubuntu1) ... #14 51.05 Selecting previously unselected package libctf-nobfd0:arm64. #14 51.05 Preparing to unpack .../056-libctf-nobfd0_2.41-5ubuntu1_arm64.deb ... #14 51.05 Unpacking libctf-nobfd0:arm64 (2.41-5ubuntu1) ... #14 51.09 Selecting previously unselected package libctf0:arm64. #14 51.09 Preparing to unpack .../057-libctf0_2.41-5ubuntu1_arm64.deb ... #14 51.09 Unpacking libctf0:arm64 (2.41-5ubuntu1) ... #14 51.13 Selecting previously unselected package libgprofng0:arm64. #13 55.52 Preparing to unpack .../290-libproc-processtable-perl_0.59-2+b1_armhf.deb ... #13 55.53 Unpacking libproc-processtable-perl (0.59-2+b1) ... #13 55.60 Selecting previously unselected package libre2-9:armhf. #13 55.60 Preparing to unpack .../291-libre2-9_20210201+dfsg-1_armhf.deb ... #13 55.61 Unpacking libre2-9:armhf (20210201+dfsg-1) ... #13 55.66 Selecting previously unselected package libre-engine-re2-perl:armhf. #13 55.66 Preparing to unpack .../292-libre-engine-re2-perl_0.14-1_armhf.deb ... #13 55.67 Unpacking libre-engine-re2-perl:armhf (0.14-1) ... #13 55.75 Selecting previously unselected package libreadonly-perl. #13 55.75 Preparing to unpack .../293-libreadonly-perl_2.050-3_all.deb ... #13 55.76 Unpacking libreadonly-perl (2.050-3) ... #13 53.20 Setting up libexporter-tiny-perl (1.006000-1) ... #13 53.22 Setting up libre-engine-re2-perl:arm64 (0.17+ds-1) ... #13 53.26 Setting up libfile-dirlist-perl (0.05-3) ... #13 53.33 Setting up libterm-readkey-perl (2.38-2+b1) ... #13 53.38 Setting up libtext-levenshteinxs-perl (0.03-5+b1) ... #13 53.39 Setting up libperlio-gzip-perl (0.20-1+b1) ... #13 53.40 Setting up libsys-hostname-long-perl (1.5-3) ... #13 53.41 Setting up libhtml-html5-entities-perl (0.004-3) ... #13 53.42 Setting up libsereal-decoder-perl (5.003+ds-1) ... #13 53.43 Setting up liburi-perl (5.17-1) ... #14 51.90 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... #19 3.644 Fetched 451 kB in 0s (1657 kB/s) #19 3.662 Selecting previously unselected package libmagic-mgc. #19 3.662 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15610 files and directories currently installed.) #19 3.672 Preparing to unpack .../libmagic-mgc_1%3a5.44-3_amd64.deb ... #19 3.676 Unpacking libmagic-mgc (1:5.44-3) ... #19 3.745 Selecting previously unselected package libmagic1:amd64. #19 3.746 Preparing to unpack .../libmagic1_1%3a5.44-3_amd64.deb ... #19 3.754 Unpacking libmagic1:amd64 (1:5.44-3) ... #19 3.785 Selecting previously unselected package file. #19 3.787 Preparing to unpack .../file_1%3a5.44-3_amd64.deb ... #19 3.791 Unpacking file (1:5.44-3) ... #19 3.848 Setting up libmagic-mgc (1:5.44-3) ... #14 61.29 Selecting previously unselected package manpages-dev. #14 61.29 Preparing to unpack .../342-manpages-dev_5.10-1ubuntu1_all.deb ... #14 61.30 Unpacking manpages-dev (5.10-1ubuntu1) ... #15 [stage-1 4/9] COPY --link common /root/build-deb/debian #15 DONE 0.0s #16 [stage-1 5/9] RUN apt-get update && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control #14 57.56 Preparing to unpack .../116-libksba8_1.6.3-2_armhf.deb ... #14 57.56 Unpacking libksba8:armhf (1.6.3-2) ... #14 57.60 Selecting previously unselected package libnpth0:armhf. #14 57.60 Preparing to unpack .../117-libnpth0_1.6-3build2_armhf.deb ... #14 57.61 Unpacking libnpth0:armhf (1.6-3build2) ... #14 57.65 Selecting previously unselected package dirmngr. #14 57.65 Preparing to unpack .../118-dirmngr_2.2.40-1.1ubuntu1_armhf.deb ... #14 57.66 Unpacking dirmngr (2.2.40-1.1ubuntu1) ... #14 57.70 Selecting previously unselected package gnupg-l10n. #14 57.70 Preparing to unpack .../119-gnupg-l10n_2.2.40-1.1ubuntu1_all.deb ... #14 57.71 Unpacking gnupg-l10n (2.2.40-1.1ubuntu1) ... #14 57.74 Selecting previously unselected package gnupg-utils. #14 57.74 Preparing to unpack .../120-gnupg-utils_2.2.40-1.1ubuntu1_armhf.deb ... #14 57.75 Unpacking gnupg-utils (2.2.40-1.1ubuntu1) ... #14 57.79 Selecting previously unselected package gpg. #13 50.68 Installing : ed-1.19-2.fc38.aarch64 27/153 #13 50.69 Installing : patch-2.7.6-19.fc38.aarch64 28/153 #13 50.69 Running scriptlet: groff-base-1.22.4-11.fc38.aarch64 29/153 #13 50.74 Installing : groff-base-1.22.4-11.fc38.aarch64 29/153 #13 50.76 Running scriptlet: groff-base-1.22.4-11.fc38.aarch64 29/153 #13 50.77 Installing : jansson-2.13.1-6.fc38.aarch64 30/153 #13 50.79 Installing : binutils-gold-2.39-16.fc38.aarch64 31/153 #13 50.89 Installing : binutils-2.39-16.fc38.aarch64 32/153 #15 1.437 Last metadata expiration check: 0:00:25 ago on Mon Jan 22 21:40:49 2024. #14 55.26 Preparing to unpack .../298-libreadonly-perl_2.050-2_all.deb ... #14 55.26 Unpacking libreadonly-perl (2.050-2) ... #14 55.29 Selecting previously unselected package libref-util-perl. #14 55.30 Preparing to unpack .../299-libref-util-perl_0.204-1_all.deb ... #14 55.30 Unpacking libref-util-perl (0.204-1) ... #14 55.33 Selecting previously unselected package libref-util-xs-perl. #14 55.33 Preparing to unpack .../300-libref-util-xs-perl_0.117-1build2_amd64.deb ... #14 55.34 Unpacking libref-util-xs-perl (0.117-1build2) ... #14 55.37 Selecting previously unselected package libregexp-pattern-license-perl. #14 55.37 Preparing to unpack .../301-libregexp-pattern-license-perl_3.2.0-1_all.deb ... #14 55.37 Unpacking libregexp-pattern-license-perl (3.2.0-1) ... #14 55.40 Selecting previously unselected package libregexp-pattern-perl. #14 55.40 Preparing to unpack .../302-libregexp-pattern-perl_0.2.12-1_all.deb ... #14 55.41 Unpacking libregexp-pattern-perl (0.2.12-1) ... #14 55.49 Selecting previously unselected package libsasl2-modules:amd64. #16 DONE 0.4s #17 [stage-1 6/8] COPY --link --from=golang /usr/local/go /usr/local/go #12 54.46 Installing : python3-tomli-w-1.0.0-5.fc38.noarch 120/153 #12 54.47 Installing : python3-pyxdg-0.27-7.fc38.noarch 121/153 #12 54.48 Installing : python3-file-magic-5.44-3.fc38.noarch 122/153 #12 54.53 Installing : python3-distro-1.8.0-2.fc38.noarch 123/153 #12 54.54 Installing : pkgconf-m4-1.8.0-6.fc38.noarch 124/153 #12 54.60 Installing : pkgconf-pkg-config-1.8.0-6.fc38.x86_64 125/153 #12 54.60 Installing : perl-srpm-macros-1-48.fc38.noarch 126/153 #12 54.61 Installing : openblas-srpm-macros-2-13.fc38.noarch 127/153 #12 54.61 Installing : ocaml-srpm-macros-7-3.fc38.noarch 128/153 #12 54.64 Installing : lua-srpm-macros-1-8.fc38.noarch 129/153 #12 54.65 Installing : gnat-srpm-macros-6-2.fc38.noarch 130/153 #12 54.65 Installing : ghc-srpm-macros-1.6.1-1.fc38.noarch 131/153 #12 54.66 Installing : fpc-srpm-macros-1.3-7.fc38.noarch 132/153 #12 54.66 Installing : fonts-filesystem-1:2.0.5-11.fc38.noarch 133/153 #12 54.70 Installing : web-assets-filesystem-5-19.fc38.noarch 134/153 #12 54.72 Installing : js-jquery-3.6.3-2.fc38.noarch 135/153 #12 54.72 Installing : python-systemd-doc-235-2.fc38.x86_64 136/153 #12 54.77 Installing : python3-systemd-235-2.fc38.x86_64 137/153 #12 54.79 Installing : python3-dnf-plugins-core-4.4.4-1.fc38.noarch 138/153 #16 20.21 Installing : autoconf-2.69-38.el9.noarch 22/97 #16 20.22 Installing : perl-threads-1:2.25-460.el9.x86_64 23/97 #16 20.23 Installing : python3-libselinux-3.6-1.el9.x86_64 24/97 #16 20.24 Installing : python3-libsemanage-3.6-1.el9.x86_64 25/97 #16 20.25 Installing : perl-threads-shared-1.61-460.el9.x86_64 26/97 #16 20.26 Installing : perl-Thread-Queue-3.14-460.el9.noarch 27/97 #16 20.28 Installing : automake-1.16.2-8.el9.noarch 28/97 #14 48.45 Preparing to unpack .../068-libnsl-dev_1.3.0-2build2_arm64.deb ... #14 48.45 Unpacking libnsl-dev:arm64 (1.3.0-2build2) ... #14 48.49 Selecting previously unselected package libc6-dev:arm64. #14 48.49 Preparing to unpack .../069-libc6-dev_2.35-0ubuntu3.6_arm64.deb ... #14 48.50 Unpacking libc6-dev:arm64 (2.35-0ubuntu3.6) ... #14 48.61 Selecting previously unselected package gcc-11-base:arm64. #14 48.61 Preparing to unpack .../070-gcc-11-base_11.4.0-1ubuntu1~22.04_arm64.deb ... #14 48.62 Unpacking gcc-11-base:arm64 (11.4.0-1ubuntu1~22.04) ... #14 48.66 Selecting previously unselected package libisl23:arm64. #14 48.66 Preparing to unpack .../071-libisl23_0.24-2build1_arm64.deb ... #14 48.66 Unpacking libisl23:arm64 (0.24-2build1) ... #14 48.72 Selecting previously unselected package libmpfr6:arm64. #14 60.11 Preparing to unpack .../286-libltdl-dev_2.4.7-7_armhf.deb ... #14 60.11 Unpacking libltdl-dev:armhf (2.4.7-7) ... #14 60.16 Selecting previously unselected package liblzo2-2:armhf. #14 60.16 Preparing to unpack .../287-liblzo2-2_2.10-2build3_armhf.deb ... #14 60.16 Unpacking liblzo2-2:armhf (2.10-2build3) ... #14 60.19 Selecting previously unselected package libsys-hostname-long-perl. #14 60.20 Preparing to unpack .../288-libsys-hostname-long-perl_1.5-3_all.deb ... #14 60.20 Unpacking libsys-hostname-long-perl (1.5-3) ... #14 60.26 Selecting previously unselected package libmail-sendmail-perl. #14 60.27 Preparing to unpack .../289-libmail-sendmail-perl_0.80-3_all.deb ... #14 60.27 Unpacking libmail-sendmail-perl (0.80-3) ... #14 60.30 Selecting previously unselected package libnet-smtp-ssl-perl. #14 60.30 Preparing to unpack .../290-libnet-smtp-ssl-perl_1.04-2_all.deb ... #14 60.30 Unpacking libnet-smtp-ssl-perl (1.04-2) ... #14 60.34 Selecting previously unselected package libmailtools-perl. #14 60.34 Preparing to unpack .../291-libmailtools-perl_2.21-2_all.deb ... #14 60.34 Unpacking libmailtools-perl (2.21-2) ... #14 60.38 Selecting previously unselected package libmarkdown2:armhf. #14 50.81 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ... #14 50.83 Setting up libjson-xs-perl (4.030-2) ... #14 50.85 Setting up g++-13 (13.2.0-4ubuntu3) ... #14 50.87 Setting up python3.11 (3.11.6-3) ... #14 61.14 Setting up libgdbm-compat4:armhf (1.18.1-5) ... #14 61.15 Setting up libssh-4:armhf (0.9.3-2ubuntu2.5) ... #14 61.17 Setting up dwz (0.13-5) ... #14 61.18 Setting up groff-base (1.22.4-4build1) ... #14 61.21 Setting up gpgconf (2.2.19-3ubuntu2.2) ... #14 61.22 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.2) ... #14 61.23 Setting up libperl5.30:armhf (5.30.0-9ubuntu0.5) ... #14 61.24 Setting up libc6-dev:armhf (2.31-0ubuntu9.14) ... #14 61.26 Setting up libx11-6:armhf (2:1.6.9-2ubuntu1.6) ... #14 61.27 Setting up libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.9) ... #14 61.29 Setting up python3.8 (3.8.10-0ubuntu1~20.04.9) ... #13 60.58 Setting up libgpgme11:armhf (1.18.0-3+b1) ... #13 60.59 Setting up dirmngr (2.2.40-1.1) ... #13 60.74 Setting up perl (5.36.0-7+deb12u1) ... #13 60.77 Setting up libpackage-stash-xs-perl:armhf (0.30-1+b1) ... #13 60.79 Setting up libclass-data-inheritable-perl (0.08-3) ... #13 60.80 Setting up libxs-parse-keyword-perl (0.33-1) ... #13 60.82 Setting up libtirpc-dev:armhf (1.3.3+ds-1) ... #13 60.84 Setting up libdata-dump-perl (1.25-1) ... #13 60.85 Setting up gcc-12 (12.2.0-14) ... #13 60.87 Setting up libfile-find-rule-perl (0.34-3) ... #13 60.88 Setting up libref-util-perl (0.204-2) ... #13 60.89 Setting up libipc-system-simple-perl (1.30-2) ... #13 60.91 Setting up libnet-domain-tld-perl (1.75-3) ... #13 60.93 Setting up libperlio-utf8-strict-perl (0.010-1) ... #13 60.95 Setting up libsocket6-perl (0.29-3) ... #13 60.97 Setting up libgd3:armhf (2.3.3-9) ... #13 60.98 Setting up libvariable-magic-perl (0.63-1+b1) ... #13 61.00 Setting up libio-html-perl (1.004-3) ... #13 61.01 Setting up libpod-parser-perl (1.65-1) ... #13 61.03 Setting up libb-hooks-op-check-perl:armhf (0.22-2+b1) ... #13 61.05 Setting up libparams-util-perl (1.102-2+b1) ... #13 61.06 Setting up libdpkg-perl (1.21.22) ... #13 61.08 Setting up libtime-duration-perl (1.21-2) ... #13 61.09 Setting up autoconf (2.71-3) ... #13 61.12 Setting up libsub-exporter-progressive-perl (0.001013-3) ... #13 61.13 Setting up libarray-intspan-perl (2.004-2) ... #13 61.15 Setting up libcapture-tiny-perl (0.48-2) ... #13 61.16 Setting up libtimedate-perl (2.3300-2) ... #13 61.18 Setting up libregexp-ipv6-perl (0.03-3) ... #13 61.19 Setting up gpg-wks-server (2.2.40-1.1) ... #13 61.21 Setting up libsub-name-perl:armhf (0.26-2+b1) ... #13 61.23 Setting up libtype-tiny-xs-perl:armhf (0.025-1) ... #13 61.24 Setting up libsyntax-keyword-try-perl (0.28-1) ... #13 61.26 Setting up libdata-validate-domain-perl (0.10-1.1) ... #13 61.27 Setting up libproc-processtable-perl:armhf (0.634-1+b2) ... #13 61.28 Setting up libfile-chdir-perl (0.1008-1.1) ... #13 61.32 Setting up xauth (1:1.1.2-1) ... #13 57.82 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #13 57.88 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 58.00 #13 58.00 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 51.13 Preparing to unpack .../058-libgprofng0_2.41-5ubuntu1_arm64.deb ... #14 51.13 Unpacking libgprofng0:arm64 (2.41-5ubuntu1) ... #14 51.18 Selecting previously unselected package binutils-aarch64-linux-gnu. #14 51.18 Preparing to unpack .../059-binutils-aarch64-linux-gnu_2.41-5ubuntu1_arm64.deb ... #14 51.18 Unpacking binutils-aarch64-linux-gnu (2.41-5ubuntu1) ... #14 51.32 Selecting previously unselected package binutils. #13 55.80 Selecting previously unselected package libref-util-perl. #13 55.81 Preparing to unpack .../294-libref-util-perl_0.204-1_all.deb ... #13 55.81 Unpacking libref-util-perl (0.204-1) ... #13 55.87 Selecting previously unselected package libref-util-xs-perl. #13 55.88 Preparing to unpack .../295-libref-util-xs-perl_0.117-1+b3_armhf.deb ... #13 55.88 Unpacking libref-util-xs-perl (0.117-1+b3) ... #13 55.92 Selecting previously unselected package libregexp-pattern-license-perl. #13 55.93 Preparing to unpack .../296-libregexp-pattern-license-perl_3.4.0-1_all.deb ... #13 55.93 Unpacking libregexp-pattern-license-perl (3.4.0-1) ... #13 55.98 Selecting previously unselected package libregexp-pattern-perl. #13 53.44 Setting up libnet-ipv6addr-perl (1.02-1) ... #13 53.45 Setting up libfile-touch-perl (0.12-2) ... #13 53.46 Setting up libc-devtools (2.36-9+deb12u3) ... #13 53.49 Setting up libemail-address-xs-perl (1.05-1+b1) ... #13 53.50 Setting up libnet-ssleay-perl:arm64 (1.92-2+b1) ... #13 53.51 Setting up automake (1:1.16.5-1.3) ... #13 53.52 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #13 53.53 Setting up libapt-pkg-perl (0.1.40+b2) ... #13 53.54 Setting up libio-sessiondata-perl (1.03-3) ... #13 53.55 Setting up libstring-escape-perl (2010.002-3) ... #13 53.56 Setting up libberkeleydb-perl:arm64 (0.64-2+b1) ... #13 53.57 Setting up libhttp-date-perl (6.05-2) ... #13 53.58 Setting up libfile-which-perl (1.27-2) ... #13 53.59 Setting up libfile-basedir-perl (0.09-2) ... #13 53.60 Setting up libtask-weaken-perl (1.06-2) ... #13 53.61 Setting up libunicode-utf8-perl (0.62-2) ... #13 53.62 Setting up libfeature-compat-try-perl (0.05-1) ... #13 53.63 Setting up libset-intspan-perl (1.19-3) ... #13 53.64 Setting up libmouse-perl (2.5.10-1+b3) ... #13 53.65 Setting up libfile-listing-perl (6.15-1) ... #13 53.67 Setting up libsys-cpuaffinity-perl (1.13~03-2+b1) ... #13 53.68 Setting up gpg-wks-client (2.2.40-1.1) ... #13 53.69 Setting up libregexp-pattern-perl (0.2.14-2) ... #13 53.70 Setting up libdata-messagepack-perl (1.02-1+b1) ... #13 53.71 Setting up libclass-inspector-perl (1.36-3) ... #13 53.72 Setting up libfont-afm-perl (1.20-4) ... #13 53.73 Setting up libwant-perl (0.29-2+b1) ... #13 53.75 Setting up libdynaloader-functions-perl (0.003-3) ... #14 52.48 Selecting previously unselected package python3-minimal. #19 3.863 Setting up libmagic1:amd64 (1:5.44-3) ... #19 3.890 Setting up file (1:5.44-3) ... #19 3.900 Processing triggers for libc-bin (2.36-9+deb12u3) ... #19 DONE 4.1s #20 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd #20 DONE 0.1s #21 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc #21 DONE 0.1s #22 [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 pkg-config #16 0.627 Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease #14 61.56 Selecting previously unselected package python3-certifi. #14 61.56 Preparing to unpack .../343-python3-certifi_2020.6.20-1_all.deb ... #14 61.56 Unpacking python3-certifi (2020.6.20-1) ... #14 61.61 Selecting previously unselected package python3-idna. #14 61.61 Preparing to unpack .../344-python3-idna_3.3-1_all.deb ... #14 61.62 Unpacking python3-idna (3.3-1) ... #14 61.65 Selecting previously unselected package python3-six. #14 61.66 Preparing to unpack .../345-python3-six_1.16.0-3ubuntu1_all.deb ... #14 61.66 Unpacking python3-six (1.16.0-3ubuntu1) ... #14 61.69 Selecting previously unselected package python3-urllib3. #14 61.69 Preparing to unpack .../346-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... #14 61.70 Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... #14 61.74 Selecting previously unselected package python3-requests. #14 61.74 Preparing to unpack .../347-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... #14 61.75 Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... #14 61.78 Selecting previously unselected package python3-unidiff. #14 57.79 Preparing to unpack .../121-gpg_2.2.40-1.1ubuntu1_armhf.deb ... #14 57.79 Unpacking gpg (2.2.40-1.1ubuntu1) ... #14 57.84 Selecting previously unselected package pinentry-curses. #14 57.84 Preparing to unpack .../122-pinentry-curses_1.2.1-1ubuntu1_armhf.deb ... #14 57.85 Unpacking pinentry-curses (1.2.1-1ubuntu1) ... #14 57.89 Selecting previously unselected package gpg-agent. #14 57.89 Preparing to unpack .../123-gpg-agent_2.2.40-1.1ubuntu1_armhf.deb ... #14 57.89 Unpacking gpg-agent (2.2.40-1.1ubuntu1) ... #14 57.93 Selecting previously unselected package gpg-wks-client. #14 57.93 Preparing to unpack .../124-gpg-wks-client_2.2.40-1.1ubuntu1_armhf.deb ... #14 57.94 Unpacking gpg-wks-client (2.2.40-1.1ubuntu1) ... #14 57.97 Selecting previously unselected package gpg-wks-server. #14 57.97 Preparing to unpack .../125-gpg-wks-server_2.2.40-1.1ubuntu1_armhf.deb ... #14 57.97 Unpacking gpg-wks-server (2.2.40-1.1ubuntu1) ... #14 58.01 Selecting previously unselected package gpgsm. #14 58.01 Preparing to unpack .../126-gpgsm_2.2.40-1.1ubuntu1_armhf.deb ... #14 58.02 Unpacking gpgsm (2.2.40-1.1ubuntu1) ... #14 58.06 Selecting previously unselected package gnupg. #14 58.06 Preparing to unpack .../127-gnupg_2.2.40-1.1ubuntu1_all.deb ... #14 58.06 Unpacking gnupg (2.2.40-1.1ubuntu1) ... #14 58.10 Selecting previously unselected package libfile-dirlist-perl. #14 58.10 Preparing to unpack .../128-libfile-dirlist-perl_0.05-3_all.deb ... #14 58.10 Unpacking libfile-dirlist-perl (0.05-3) ... #14 58.14 Selecting previously unselected package libfile-which-perl. #13 50.90 Running scriptlet: binutils-2.39-16.fc38.aarch64 32/153 #13 50.92 Installing : json-glib-1.6.6-4.fc38.aarch64 33/153 #13 50.93 Installing : libjpeg-turbo-2.1.4-2.fc38.aarch64 34/153 #13 50.94 Installing : libpkgconf-1.8.0-6.fc38.aarch64 35/153 #13 50.94 Installing : pkgconf-1.8.0-6.fc38.aarch64 36/153 #13 50.95 Installing : libpng-2:1.6.37-14.fc38.aarch64 37/153 #13 50.96 Installing : libstemmer-2.2.0-5.fc38.aarch64 38/153 #13 50.98 Installing : ncurses-6.4-3.20230114.fc38.aarch64 39/153 #13 50.98 Installing : perl-Digest-1.20-490.fc38.noarch 40/153 #13 50.99 Installing : perl-Digest-MD5-2.58-490.fc38.aarch64 41/153 #13 51.00 Installing : perl-B-1.83-498.fc38.aarch64 42/153 #13 51.01 Installing : perl-FileHandle-2.03-498.fc38.noarch 43/153 #13 51.01 Installing : perl-Data-Dumper-2.184-491.fc38.aarch64 44/153 #13 51.02 Installing : perl-libnet-3.15-1.fc38.noarch 45/153 #13 51.03 Installing : perl-AutoLoader-5.74-498.fc38.noarch 46/153 #13 51.03 Installing : perl-base-2.27-498.fc38.noarch 47/153 #13 51.04 Installing : perl-URI-5.17-2.fc38.noarch 48/153 #13 51.05 Installing : perl-Time-Local-2:1.300-490.fc38.noarch 49/153 #13 51.06 Installing : perl-Mozilla-CA-20221114-2.fc38.noarch 50/153 #13 51.06 Installing : perl-Text-Tabs+Wrap-2023.0511-1.fc38.noarch 51/153 #13 51.07 Installing : perl-if-0.61.000-498.fc38.noarch 52/153 #13 51.07 Installing : perl-locale-1.10-498.fc38.noarch 53/153 #13 51.08 Installing : perl-IO-Socket-IP-0.41-492.fc38.noarch 54/153 #13 51.08 Installing : perl-File-Path-2.18-490.fc38.noarch 55/153 #13 51.09 Installing : perl-IO-Socket-SSL-2.081-1.fc38.noarch 56/153 #14 55.49 Preparing to unpack .../303-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... #14 55.50 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... #14 55.53 Selecting previously unselected package libsereal-decoder-perl. #14 55.54 Preparing to unpack .../304-libsereal-decoder-perl_4.011+ds-1build1_amd64.deb ... #14 55.54 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ... #14 55.59 Selecting previously unselected package libsereal-encoder-perl. #14 55.59 Preparing to unpack .../305-libsereal-encoder-perl_4.011+ds-1build1_amd64.deb ... #14 55.59 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ... #14 55.72 Selecting previously unselected package libsereal-perl. #14 55.72 Preparing to unpack .../306-libsereal-perl_4.011-1_all.deb ... #14 55.72 Unpacking libsereal-perl (4.011-1) ... #14 55.75 Selecting previously unselected package libsort-key-perl. #14 55.76 Preparing to unpack .../307-libsort-key-perl_1.33-2build2_amd64.deb ... #14 55.76 Unpacking libsort-key-perl (1.33-2build2) ... #14 55.79 Selecting previously unselected package libstring-copyright-perl. #14 55.80 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ... #14 55.80 Unpacking libstring-copyright-perl (0.003006-1) ... #14 55.83 Selecting previously unselected package libstring-escape-perl. #12 54.83 Installing : efi-srpm-macros-5-7.fc38.noarch 139/153 #12 54.85 Installing : fonts-srpm-macros-1:2.0.5-11.fc38.noarch 140/153 #12 54.86 Installing : python-srpm-macros-3.11-10.fc38.noarch 141/153 #12 54.87 Installing : go-srpm-macros-3.3.1-1.fc38.noarch 142/153 #12 54.91 Installing : redhat-rpm-config-255-1.fc38.noarch 143/153 #12 54.92 Installing : rpm-build-4.18.2-1.fc38.x86_64 144/153 #12 54.95 Installing : pyproject-srpm-macros-1.11.0-1.fc38.noarch 145/153 #12 54.95 Installing : rpmlint-fedora-license-data-1.38-1.fc38.noarch 146/153 #12 55.01 Installing : rpmlint-2.4.0-6.fc38.noarch 147/153 #12 55.02 Installing : dnf-plugins-core-4.4.4-1.fc38.noarch 148/153 #15 9.929 Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf g++ armhf 4:12.2.0-3+rpi1 [1344 B] #15 9.930 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf build-essential armhf 12.9 [7704 B] #15 9.931 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf bash-completion all 1:2.11-6 [234 kB] #15 9.932 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libarchive13 armhf 3.6.2-1 [293 kB] #15 9.934 Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf libjsoncpp25 armhf 1.9.5-4 [66.7 kB] #15 9.934 Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf librhash0 armhf 1.4.3-3 [142 kB] #15 9.936 Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf libuv1 armhf 1.44.2-1+rpi1 [125 kB] #15 9.937 Get:10 http://archive.raspbian.org/raspbian bookworm/main armhf cmake-data all 3.25.1-1 [2026 kB] #14 48.72 Preparing to unpack .../072-libmpfr6_4.1.0-3build3_arm64.deb ... #14 48.72 Unpacking libmpfr6:arm64 (4.1.0-3build3) ... #14 48.76 Selecting previously unselected package libmpc3:arm64. #14 48.77 Preparing to unpack .../073-libmpc3_1.2.1-2build1_arm64.deb ... #14 48.77 Unpacking libmpc3:arm64 (1.2.1-2build1) ... #14 48.81 Selecting previously unselected package cpp-11. #14 48.81 Preparing to unpack .../074-cpp-11_11.4.0-1ubuntu1~22.04_arm64.deb ... #14 48.81 Unpacking cpp-11 (11.4.0-1ubuntu1~22.04) ... #14 49.02 Selecting previously unselected package cpp. #14 60.38 Preparing to unpack .../292-libmarkdown2_2.2.7-2_armhf.deb ... #14 60.39 Unpacking libmarkdown2:armhf (2.2.7-2) ... #14 60.42 Selecting previously unselected package libmath-base85-perl. #14 60.42 Preparing to unpack .../293-libmath-base85-perl_0.5+dfsg-2_all.deb ... #14 60.42 Unpacking libmath-base85-perl (0.5+dfsg-2) ... #14 60.45 Selecting previously unselected package libmldbm-perl. #14 60.46 Preparing to unpack .../294-libmldbm-perl_2.05-4_all.deb ... #14 60.46 Unpacking libmldbm-perl (2.05-4) ... #14 60.49 Selecting previously unselected package libmoox-aliases-perl. #14 60.49 Preparing to unpack .../295-libmoox-aliases-perl_0.001006-2_all.deb ... #14 60.50 Unpacking libmoox-aliases-perl (0.001006-2) ... #14 60.53 Selecting previously unselected package libmouse-perl. #14 60.53 Preparing to unpack .../296-libmouse-perl_2.5.10-1build5_armhf.deb ... #14 60.53 Unpacking libmouse-perl (2.5.10-1build5) ... #14 60.57 Selecting previously unselected package libxs-parse-keyword-perl. #14 60.57 Preparing to unpack .../297-libxs-parse-keyword-perl_0.38-1_armhf.deb ... #14 60.58 Unpacking libxs-parse-keyword-perl (0.38-1) ... #14 60.61 Selecting previously unselected package libxs-parse-sublike-perl:armhf. #13 61.34 Setting up libpath-tiny-perl (0.144-1) ... #13 61.35 Setting up libarchive-cpio-perl (0.10-3) ... #13 61.37 Setting up libjson-perl (4.10000-1) ... #13 61.39 Setting up libnsl2:armhf (1.3.0-2) ... #13 61.40 Setting up libipc-run3-perl (0.048-3) ... #13 61.42 Setting up libregexp-wildcards-perl (1.05-3) ... #13 61.43 Setting up libfcgi-perl (0.82+ds-2) ... #13 61.44 Setting up libsub-override-perl (0.09-4) ... #13 61.45 Setting up libaliased-perl (0.34-3) ... #13 61.47 Setting up libstrictures-perl (2.000006-1) ... #13 61.49 Setting up libsub-quote-perl (2.006008-1) ... #13 61.50 Setting up libdevel-stacktrace-perl (2.0400-2) ... #13 61.52 Setting up libclass-xsaccessor-perl (1.19-4+b1) ... #13 61.53 Setting up libsort-versions-perl (1.62-3) ... #13 61.54 Setting up libexporter-tiny-perl (1.006000-1) ... #13 61.56 Setting up libre-engine-re2-perl:armhf (0.17+ds-1) ... #13 61.57 Setting up libfile-dirlist-perl (0.05-3) ... #13 61.59 Setting up libterm-readkey-perl (2.38-2+b1) ... #13 61.60 Setting up libtext-levenshteinxs-perl (0.03-5+b1) ... #13 61.61 Setting up libperlio-gzip-perl (0.20-1+b1) ... #13 61.63 Setting up libsys-hostname-long-perl (1.5-3) ... #13 61.64 Setting up libhtml-html5-entities-perl (0.004-3) ... #13 58.02 Setting up libfeature-compat-class-perl (0.05-1) ... #13 58.03 Setting up python3-six (1.16.0-4) ... #13 58.15 Setting up dh-autoreconf (20) ... #13 55.98 Preparing to unpack .../297-libregexp-pattern-perl_0.2.14-1_all.deb ... #13 55.99 Unpacking libregexp-pattern-perl (0.2.14-1) ... #13 56.05 Selecting previously unselected package libsasl2-modules:armhf. #13 56.05 Preparing to unpack .../298-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_armhf.deb ... #13 56.06 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2.1+deb11u1) ... #13 56.11 Selecting previously unselected package libsereal-decoder-perl. #13 56.12 Preparing to unpack .../299-libsereal-decoder-perl_4.018+ds-1+b1_armhf.deb ... #13 56.12 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ... #13 56.19 Selecting previously unselected package libsereal-encoder-perl. #13 56.19 Preparing to unpack .../300-libsereal-encoder-perl_4.018+ds-1+b1_armhf.deb ... #13 56.20 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ... #13 56.25 Selecting previously unselected package libtask-weaken-perl. #14 51.32 Preparing to unpack .../060-binutils_2.41-5ubuntu1_arm64.deb ... #14 51.32 Unpacking binutils (2.41-5ubuntu1) ... #14 51.35 Selecting previously unselected package libc-dev-bin. #14 51.36 Preparing to unpack .../061-libc-dev-bin_2.38-1ubuntu6_arm64.deb ... #14 51.36 Unpacking libc-dev-bin (2.38-1ubuntu6) ... #14 51.39 Selecting previously unselected package linux-libc-dev:arm64. #14 51.39 Preparing to unpack .../062-linux-libc-dev_6.5.0-14.14_arm64.deb ... #14 51.40 Unpacking linux-libc-dev:arm64 (6.5.0-14.14) ... #14 51.61 Selecting previously unselected package libcrypt-dev:arm64. #14 51.61 Preparing to unpack .../063-libcrypt-dev_1%3a4.4.36-2_arm64.deb ... #14 51.62 Unpacking libcrypt-dev:arm64 (1:4.4.36-2) ... #14 51.65 Selecting previously unselected package libtirpc-dev:arm64. #14 51.65 Preparing to unpack .../064-libtirpc-dev_1.3.3+ds-1_arm64.deb ... #14 51.66 Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ... #14 51.70 Selecting previously unselected package libnsl-dev:arm64. #14 51.70 Preparing to unpack .../065-libnsl-dev_1.3.0-2build2_arm64.deb ... #14 51.70 Unpacking libnsl-dev:arm64 (1.3.0-2build2) ... #14 51.73 Selecting previously unselected package rpcsvc-proto. #13 53.76 Setting up libclass-method-modifiers-perl (2.14-1) ... #13 53.76 Setting up liblist-compare-perl (0.55-2) ... #13 53.77 Setting up libref-util-xs-perl (0.117-2+b1) ... #13 53.78 Setting up libio-pty-perl (1:1.17-1) ... #13 53.80 Setting up libfile-fcntllock-perl (0.22-4+b1) ... #13 53.80 Setting up libclone-perl:arm64 (0.46-1) ... #13 53.81 Setting up libalgorithm-diff-perl (1.201-1) ... #13 53.82 Setting up libarchive-zip-perl (1.68-1) ... #13 53.83 Setting up libsub-identify-perl (0.14-3) ... #13 53.84 Setting up libdistro-info-perl (1.5+deb12u1) ... #13 53.85 Setting up libcpanel-json-xs-perl:arm64 (4.35-1) ... #13 53.87 Setting up libio-stringy-perl (2.111-3) ... #13 53.87 Setting up libhtml-tagset-perl (3.20-6) ... #13 53.91 Setting up liblog-any-perl (1.713-1) ... #13 53.92 Setting up libauthen-sasl-perl (2.1600-3) ... #13 53.93 Setting up libdevel-size-perl (0.83-2+b1) ... #13 53.94 Setting up libpython3.11-stdlib:arm64 (3.11.2-6) ... #13 53.95 Setting up libdebhelper-perl (13.11.4) ... #13 53.96 Setting up libpod-constants-perl (0.19-2) ... #14 52.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 ... 4430 files and directories currently installed.) #14 52.48 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_arm64.deb ... #14 52.48 Unpacking python3-minimal (3.8.2-0ubuntu2) ... #14 52.52 Selecting previously unselected package mime-support. #14 52.52 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... #14 52.52 Unpacking mime-support (3.64ubuntu1) ... #14 52.56 Selecting previously unselected package libmpdec2:arm64. #14 52.56 Preparing to unpack .../2-libmpdec2_2.4.2-3_arm64.deb ... #14 52.56 Unpacking libmpdec2:arm64 (2.4.2-3) ... #14 52.60 Selecting previously unselected package readline-common. #14 52.60 Preparing to unpack .../3-readline-common_8.0-4_all.deb ... #14 52.60 Unpacking readline-common (8.0-4) ... #14 52.64 Selecting previously unselected package libreadline8:arm64. #14 52.65 Preparing to unpack .../4-libreadline8_8.0-4_arm64.deb ... #14 52.65 Unpacking libreadline8:arm64 (8.0-4) ... #14 52.69 Selecting previously unselected package libsqlite3-0:arm64. #14 52.69 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.6_arm64.deb ... #14 52.70 Unpacking libsqlite3-0:arm64 (3.31.1-4ubuntu0.6) ... #14 52.76 Selecting previously unselected package libpython3.8-stdlib:arm64. #16 0.628 Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #16 0.639 Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #16 0.740 Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease #22 ... #23 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit #23 DONE 0.1s #24 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini #24 DONE 0.2s #25 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit #25 DONE 0.2s #26 [runc-src 1/3] WORKDIR /usr/src/runc #26 DONE 0.2s #27 [tini-src 1/3] WORKDIR /usr/src/tini #27 DONE 0.2s #14 61.79 Preparing to unpack .../348-python3-unidiff_0.5.5-2_all.deb ... #14 61.79 Unpacking python3-unidiff (0.5.5-2) ... #14 61.83 Selecting previously unselected package python3-xdg. #14 61.83 Preparing to unpack .../349-python3-xdg_0.27-2_all.deb ... #14 61.83 Unpacking python3-xdg (0.27-2) ... #14 61.87 Selecting previously unselected package equivs. #14 61.87 Preparing to unpack .../350-equivs_2.3.1_all.deb ... #14 61.87 Unpacking equivs (2.3.1) ... #14 61.90 Selecting previously unselected package libauthen-sasl-perl. #14 61.90 Preparing to unpack .../351-libauthen-sasl-perl_2.1600-1.1_all.deb ... #14 61.91 Unpacking libauthen-sasl-perl (2.1600-1.1) ... #14 61.95 Selecting previously unselected package python3-magic. #14 61.95 Preparing to unpack .../352-python3-magic_2%3a0.4.24-2_all.deb ... #14 61.95 Unpacking python3-magic (2:0.4.24-2) ... #14 62.02 Setting up libksba8:armhf (1.6.0-2ubuntu0.2) ... #14 58.14 Preparing to unpack .../129-libfile-which-perl_1.27-2_all.deb ... #14 58.15 Unpacking libfile-which-perl (1.27-2) ... #14 58.18 Selecting previously unselected package libfile-homedir-perl. #14 58.18 Preparing to unpack .../130-libfile-homedir-perl_1.006-2_all.deb ... #14 58.18 Unpacking libfile-homedir-perl (1.006-2) ... #14 58.21 Selecting previously unselected package libfile-touch-perl. #14 58.21 Preparing to unpack .../131-libfile-touch-perl_0.12-2_all.deb ... #14 58.22 Unpacking libfile-touch-perl (0.12-2) ... #14 58.25 Selecting previously unselected package libio-pty-perl. #14 58.25 Preparing to unpack .../132-libio-pty-perl_1%3a1.17-1_armhf.deb ... #14 58.25 Unpacking libio-pty-perl (1:1.17-1) ... #14 58.28 Selecting previously unselected package libipc-run-perl. #14 58.28 Preparing to unpack .../133-libipc-run-perl_20220807.0-1_all.deb ... #14 58.29 Unpacking libipc-run-perl (20220807.0-1) ... #14 58.34 Selecting previously unselected package libclass-method-modifiers-perl. #14 58.34 Preparing to unpack .../134-libclass-method-modifiers-perl_2.14-1_all.deb ... #14 58.35 Unpacking libclass-method-modifiers-perl (2.14-1) ... #14 58.38 Selecting previously unselected package libclass-xsaccessor-perl. #13 51.11 Installing : perl-Net-SSLeay-1.92-5.fc38.aarch64 57/153 #13 51.12 Installing : perl-Pod-Escapes-1:1.07-490.fc38.noarch 58/153 #13 51.12 Installing : perl-Term-ANSIColor-5.01-491.fc38.noarch 59/153 #13 51.13 Installing : perl-Class-Struct-0.66-498.fc38.noarch 60/153 #13 51.14 Installing : perl-POSIX-2.03-498.fc38.aarch64 61/153 #13 51.14 Installing : perl-IPC-Open3-1.22-498.fc38.noarch 62/153 #13 51.15 Installing : perl-File-Temp-1:0.231.100-490.fc38.noarch 63/153 #13 51.15 Installing : perl-HTTP-Tiny-0.086-2.fc38.noarch 64/153 #13 51.16 Installing : perl-Term-Cap-1.18-1.fc38.noarch 65/153 #13 51.17 Installing : perl-Pod-Simple-1:3.43-491.fc38.noarch 66/153 #13 51.18 Installing : perl-Socket-4:2.036-2.fc38.aarch64 67/153 #13 51.18 Installing : perl-SelectSaver-1.02-498.fc38.noarch 68/153 #13 51.28 Installing : perl-Symbol-1.09-498.fc38.noarch 69/153 #13 51.29 Installing : perl-File-stat-1.12-498.fc38.noarch 70/153 #13 51.29 Installing : perl-podlators-1:5.01-2.fc38.noarch 71/153 #13 51.30 Installing : perl-Pod-Perldoc-3.28.01-491.fc38.noarch 72/153 #13 51.35 Installing : perl-Text-ParseWords-3.31-490.fc38.noarch 73/153 #13 51.36 Installing : perl-Fcntl-1.15-498.fc38.aarch64 74/153 #14 55.83 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ... #14 55.84 Unpacking libstring-escape-perl (2010.002-2) ... #14 55.87 Selecting previously unselected package libstring-shellquote-perl. #14 55.87 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ... #14 55.88 Unpacking libstring-shellquote-perl (1.04-1) ... #14 55.91 Selecting previously unselected package libterm-readkey-perl. #14 55.91 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build1_amd64.deb ... #14 55.92 Unpacking libterm-readkey-perl (2.38-1build1) ... #14 55.95 Selecting previously unselected package libtest-fatal-perl. #14 55.95 Preparing to unpack .../312-libtest-fatal-perl_0.014-1_all.deb ... #14 55.95 Unpacking libtest-fatal-perl (0.014-1) ... #14 55.98 Selecting previously unselected package libtest-refcount-perl. #14 55.98 Preparing to unpack .../313-libtest-refcount-perl_0.10-1_all.deb ... #14 55.99 Unpacking libtest-refcount-perl (0.10-1) ... #14 56.01 Selecting previously unselected package libtext-levenshtein-perl. #14 56.02 Preparing to unpack .../314-libtext-levenshtein-perl_0.13-1_all.deb ... #14 56.02 Unpacking libtext-levenshtein-perl (0.13-1) ... #14 56.05 Selecting previously unselected package libtype-tiny-xs-perl. #12 55.05 Cleanup : elfutils-libs-0.190-1.fc38.x86_64 149/153 #12 55.06 Cleanup : elfutils-libelf-0.190-1.fc38.x86_64 150/153 #12 55.09 Cleanup : glibc-2.37-13.fc38.x86_64 151/153 #12 55.12 Cleanup : glibc-minimal-langpack-2.37-13.fc38.x86_64 152/153 #12 55.13 Cleanup : glibc-common-2.37-13.fc38.x86_64 153/153 #15 2.067 Package bash-5.2.21-1.fc39.x86_64 is already installed. #15 2.081 Package bash-5.2.21-1.fc39.x86_64 is already installed. #15 2.089 Package bash-5.2.21-1.fc39.x86_64 is already installed. #15 2.089 Package ca-certificates-2023.2.60_v7.0.306-2.fc39.noarch is already installed. #15 2.089 Package libarchive-3.7.1-1.fc39.x86_64 is already installed. #15 2.090 Package pkgconf-pkg-config-1.9.5-2.fc39.x86_64 is already installed. #15 2.090 Package tar-2:1.35-2.fc39.x86_64 is already installed. #15 2.097 Package bash-5.2.21-1.fc39.x86_64 is already installed. #15 2.207 Dependencies resolved. #15 10.14 Get:11 http://archive.raspbian.org/raspbian bookworm/main armhf cmake armhf 3.25.1-1 [3859 kB] #15 10.36 Get:12 http://archive.raspbian.org/raspbian bookworm/main armhf dh-apparmor all 3.0.8-3 [16.7 kB] #14 49.02 Preparing to unpack .../075-cpp_4%3a11.2.0-1ubuntu1_arm64.deb ... #14 49.03 Unpacking cpp (4:11.2.0-1ubuntu1) ... #14 49.07 Selecting previously unselected package libcc1-0:arm64. #14 49.08 Preparing to unpack .../076-libcc1-0_12.3.0-1ubuntu1~22.04_arm64.deb ... #14 49.08 Unpacking libcc1-0:arm64 (12.3.0-1ubuntu1~22.04) ... #14 49.12 Selecting previously unselected package libgomp1:arm64. #14 49.12 Preparing to unpack .../077-libgomp1_12.3.0-1ubuntu1~22.04_arm64.deb ... #14 49.13 Unpacking libgomp1:arm64 (12.3.0-1ubuntu1~22.04) ... #14 49.17 Selecting previously unselected package libitm1:arm64. #14 49.17 Preparing to unpack .../078-libitm1_12.3.0-1ubuntu1~22.04_arm64.deb ... #14 49.18 Unpacking libitm1:arm64 (12.3.0-1ubuntu1~22.04) ... #14 49.22 Selecting previously unselected package libatomic1:arm64. #14 49.22 Preparing to unpack .../079-libatomic1_12.3.0-1ubuntu1~22.04_arm64.deb ... #14 49.23 Unpacking libatomic1:arm64 (12.3.0-1ubuntu1~22.04) ... #14 49.27 Selecting previously unselected package libasan6:arm64. #14 49.27 Preparing to unpack .../080-libasan6_11.4.0-1ubuntu1~22.04_arm64.deb ... #14 49.28 Unpacking libasan6:arm64 (11.4.0-1ubuntu1~22.04) ... #14 49.35 Selecting previously unselected package liblsan0:arm64. #16 20.47 Installing : cpp-11.4.1-3.el9.x86_64 29/97 #16 21.03 Installing : llvm-libs-17.0.6-4.el9.x86_64 30/97 #16 21.09 Installing : cracklib-dicts-2.9.6-27.el9.x86_64 31/97 #16 21.10 Installing : acl-2.3.1-4.el9.x86_64 32/97 #16 21.11 Installing : kmod-libs-28-9.el9.x86_64 33/97 #16 21.12 Installing : libcbor-0.7.0-5.el9.x86_64 34/97 #16 21.12 Installing : libfido2-1.13.0-2.el9.x86_64 35/97 #14 60.61 Preparing to unpack .../298-libxs-parse-sublike-perl_0.20-1ubuntu3_armhf.deb ... #14 60.61 Unpacking libxs-parse-sublike-perl:armhf (0.20-1ubuntu3) ... #14 60.65 Selecting previously unselected package libobject-pad-perl. #14 60.65 Preparing to unpack .../299-libobject-pad-perl_0.801-2_armhf.deb ... #14 60.65 Unpacking libobject-pad-perl (0.801-2) ... #14 60.69 Selecting previously unselected package libpackage-stash-xs-perl:armhf. #14 60.69 Preparing to unpack .../300-libpackage-stash-xs-perl_0.30-1build1_armhf.deb ... #14 60.69 Unpacking libpackage-stash-xs-perl:armhf (0.30-1build1) ... #14 60.73 Selecting previously unselected package libpath-iterator-rule-perl. #14 60.73 Preparing to unpack .../301-libpath-iterator-rule-perl_1.015-2_all.deb ... #14 60.73 Unpacking libpath-iterator-rule-perl (1.015-2) ... #14 60.77 Selecting previously unselected package libperlio-gzip-perl. #14 60.77 Preparing to unpack .../302-libperlio-gzip-perl_0.20-1build1_armhf.deb ... #14 60.77 Unpacking libperlio-gzip-perl (0.20-1build1) ... #14 60.80 Selecting previously unselected package libperlio-utf8-strict-perl. #14 60.80 Preparing to unpack .../303-libperlio-utf8-strict-perl_0.010-1_armhf.deb ... #14 60.81 Unpacking libperlio-utf8-strict-perl (0.010-1) ... #14 60.84 Selecting previously unselected package libpod-parser-perl. #13 61.66 Setting up libsereal-decoder-perl (5.003+ds-1) ... #13 61.72 Setting up liburi-perl (5.17-1) ... #13 61.73 Setting up libnet-ipv6addr-perl (1.02-1) ... #13 61.75 Setting up libfile-touch-perl (0.12-2) ... #13 61.77 Setting up libc-devtools (2.36-9+deb12u3) ... #13 61.79 Setting up libemail-address-xs-perl (1.05-1+b1) ... #13 61.81 Setting up libnet-ssleay-perl:armhf (1.92-2+b1) ... #13 61.82 Setting up automake (1:1.16.5-1.3) ... #13 61.84 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #13 61.84 Setting up libapt-pkg-perl (0.1.40+b2) ... #13 61.86 Setting up libio-sessiondata-perl (1.03-3) ... #13 58.16 Setting up libdata-validate-uri-perl (0.07-2) ... #13 58.17 Setting up libnet-smtp-ssl-perl (1.04-2) ... #13 58.18 Setting up python3-gpg (1.18.0-3+b1) ... #13 58.34 Setting up python3-certifi (2022.9.24-1) ... #13 58.45 Setting up libmodule-runtime-perl (0.016-2) ... #14 51.56 Setting up libhttp-negotiate-perl (6.01-2) ... #14 51.58 Setting up libio-prompter-perl (0.004015-2) ... #14 51.59 Setting up libiterator-util-perl (0.02+ds1-2) ... #14 51.60 Setting up libhttp-cookies-perl (6.10-1) ... #14 51.62 Setting up libtool (2.4.7-7) ... #14 51.63 Setting up po-debconf (1.0.21+nmu1) ... #14 51.65 Setting up libhtml-tree-perl (5.07-3) ... #14 51.67 Setting up libparams-classify-perl:amd64 (0.015-2build2) ... #13 56.25 Preparing to unpack .../301-libtask-weaken-perl_1.06-1_all.deb ... #13 56.25 Unpacking libtask-weaken-perl (1.06-1) ... #13 56.31 Selecting previously unselected package libxml-parser-perl:armhf. #13 56.31 Preparing to unpack .../302-libxml-parser-perl_2.46-2_armhf.deb ... #13 56.32 Unpacking libxml-parser-perl:armhf (2.46-2) ... #13 56.39 Selecting previously unselected package libsoap-lite-perl. #13 56.39 Preparing to unpack .../303-libsoap-lite-perl_1.27-1_all.deb ... #13 56.39 Unpacking libsoap-lite-perl (1.27-1) ... #13 56.50 Selecting previously unselected package libsort-key-perl. #14 51.73 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_arm64.deb ... #14 51.73 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #14 51.77 Selecting previously unselected package libc6-dev:arm64. #14 51.77 Preparing to unpack .../067-libc6-dev_2.38-1ubuntu6_arm64.deb ... #14 51.77 Unpacking libc6-dev:arm64 (2.38-1ubuntu6) ... #14 51.90 Selecting previously unselected package libisl23:arm64. #14 61.96 Setting up binutils-arm-linux-gnueabihf (2.34-6ubuntu1.8) ... #13 53.97 Setting up libregexp-pattern-license-perl (3.9.4-3) ... #13 53.98 Setting up libconvert-binhex-perl (1.125-3) ... #13 54.00 Setting up liblwp-mediatypes-perl (6.04-2) ... #13 54.01 Setting up libyaml-libyaml-perl (0.86+ds-1) ... #13 54.02 Setting up libio-interactive-perl (1.023-2) ... #13 54.03 Setting up libtry-tiny-perl (0.31-2) ... #13 54.04 Setting up libtype-tiny-perl (2.002001-1) ... #13 54.05 Setting up libcommon-sense-perl:arm64 (3.75-3) ... #13 54.06 Setting up libmldbm-perl (2.05-4) ... #13 54.07 Setting up libxml-namespacesupport-perl (1.12-2) ... #13 54.08 Setting up libnet-http-perl (6.22-1) ... #13 54.09 Setting up libpath-iterator-rule-perl (1.015-2) ... #13 54.10 Setting up libtext-markdown-discount-perl (0.16-1) ... #13 54.11 Setting up libhttp-tiny-multipart-perl (0.08-2) ... #13 54.12 Setting up libtime-moment-perl (0.44-2+b1) ... #13 54.13 Setting up libencode-locale-perl (1.05-3) ... #13 54.14 Setting up libexception-class-perl (1.45-1) ... #13 54.15 Setting up libxstring-perl:arm64 (0.005-2+b1) ... #13 54.16 Setting up libmath-base85-perl (0.5+dfsg-2) ... #13 54.17 Setting up libconfig-tiny-perl (2.28-2) ... #13 54.18 Setting up libsereal-encoder-perl (5.003+ds-1) ... #13 54.19 Setting up libdevel-callchecker-perl:arm64 (0.008-2) ... #13 54.20 Setting up liblist-utilsby-perl (0.12-2) ... #13 54.21 Setting up libstring-shellquote-perl (1.04-3) ... #13 54.22 Setting up libnet-netmask-perl (2.0002-2) ... #13 54.23 Setting up libsub-install-perl (0.929-1) ... #13 54.24 Setting up gcc (4:12.2.0-3) ... #13 54.26 Setting up dpkg-dev (1.21.22) ... #13 54.28 Setting up libindirect-perl (0.39-2+b1) ... #14 52.76 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.9_arm64.deb ... #14 52.77 Unpacking libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.9) ... #14 52.92 Selecting previously unselected package python3.8. #13 46.12 Running scriptlet: glibc-common-2.38-11.fc39.aarch64 164/164 #13 51.88 Verifying : ansible-srpm-macros-1-11.fc39.noarch 1/164 #13 51.88 Verifying : binutils-2.40-13.fc39.aarch64 2/164 #13 51.88 Verifying : binutils-gold-2.40-13.fc39.aarch64 3/164 #13 51.88 Verifying : bzip2-1.0.8-16.fc39.aarch64 4/164 #13 51.88 Verifying : cpio-2.14-4.fc39.aarch64 5/164 #13 51.88 Verifying : dash-0.5.12-1.fc39.aarch64 6/164 #13 51.88 Verifying : dbus-libs-1:1.14.10-1.fc39.aarch64 7/164 #13 51.89 Verifying : desktop-file-utils-0.26-9.fc39.aarch64 8/164 #13 51.89 Verifying : devscripts-checkbashisms-2.23.5-3.fc39.noarch 9/164 #13 51.89 Verifying : diffutils-3.10-3.fc39.aarch64 10/164 #13 51.89 Verifying : dwz-0.15-3.fc39.aarch64 11/164 #13 51.89 Verifying : ed-1.19-4.fc39.aarch64 12/164 #13 51.89 Verifying : efi-srpm-macros-5-9.fc39.noarch 13/164 #13 51.89 Verifying : emacs-filesystem-1:29.1-2.fc39.noarch 14/164 #13 51.89 Verifying : enchant2-2.5.0-5.fc39.aarch64 15/164 #13 51.89 Verifying : file-5.44-5.fc39.aarch64 16/164 #13 51.89 Verifying : fonts-filesystem-1:2.0.5-12.fc39.noarch 17/164 #13 51.89 Verifying : fonts-srpm-macros-1:2.0.5-12.fc39.noarch 18/164 #13 51.89 Verifying : fpc-srpm-macros-1.3-8.fc39.noarch 19/164 #13 51.89 Verifying : gdk-pixbuf2-2.42.10-5.fc39.aarch64 20/164 #13 51.89 Verifying : ghc-srpm-macros-1.6.1-2.fc39.noarch 21/164 #13 51.89 Verifying : gnat-srpm-macros-6-3.fc39.noarch 22/164 #13 51.89 Verifying : hunspell-1.7.2-5.fc39.aarch64 23/164 #13 51.89 Verifying : hunspell-en-0.20201207-7.fc39.noarch 24/164 #13 51.89 Verifying : hunspell-en-GB-0.20201207-7.fc39.noarch 25/164 #13 51.89 Verifying : hunspell-en-US-0.20201207-7.fc39.noarch 26/164 #13 51.89 Verifying : hunspell-filesystem-1.7.2-5.fc39.aarch64 27/164 #13 51.89 Verifying : jansson-2.13.1-7.fc39.aarch64 28/164 #13 51.89 Verifying : js-jquery-3.6.4-2.fc39.noarch 29/164 #13 51.89 Verifying : json-glib-1.8.0-1.fc39.aarch64 30/164 #13 51.89 Verifying : kernel-srpm-macros-1.0-20.fc39.noarch 31/164 #13 51.89 Verifying : libappstream-glib-0.8.2-4.fc39.aarch64 32/164 #13 51.89 Verifying : libjpeg-turbo-2.1.4-3.fc39.aarch64 33/164 #13 51.89 Verifying : libpkgconf-1.9.5-2.fc39.aarch64 34/164 #13 51.89 Verifying : libpng-2:1.6.37-15.fc39.aarch64 35/164 #13 51.89 Verifying : libstemmer-2.2.0-7.fc39.aarch64 36/164 #13 51.89 Verifying : lua-srpm-macros-1-9.fc39.noarch 37/164 #13 51.89 Verifying : ncurses-6.4-7.20230520.fc39.aarch64 38/164 #13 51.89 Verifying : ocaml-srpm-macros-8-2.fc39.noarch 39/164 #13 51.89 Verifying : openblas-srpm-macros-2-14.fc39.noarch 40/164 #13 51.89 Verifying : package-notes-srpm-macros-0.5-9.fc39.noarch 41/164 #13 51.89 Verifying : patch-2.7.6-22.fc39.aarch64 42/164 #13 51.89 Verifying : perl-Carp-1.54-500.fc39.noarch 43/164 #13 51.89 Verifying : perl-Data-Dumper-2.188-501.fc39.aarch64 44/164 #13 51.89 Verifying : perl-Digest-1.20-500.fc39.noarch 45/164 #13 51.89 Verifying : perl-Digest-MD5-2.58-500.fc39.aarch64 46/164 #13 51.89 Verifying : perl-Encode-4:3.19-500.fc39.aarch64 47/164 #13 51.89 Verifying : perl-Exporter-5.77-500.fc39.noarch 48/164 #13 51.89 Verifying : perl-File-Path-2.18-500.fc39.noarch 49/164 #13 51.89 Verifying : perl-File-Temp-1:0.231.100-500.fc39.noarch 50/164 #13 51.89 Verifying : perl-Getopt-Long-1:2.54-500.fc39.noarch 51/164 #13 51.89 Verifying : perl-HTTP-Tiny-0.088-3.fc39.noarch 52/164 #13 51.89 Verifying : perl-IO-Socket-IP-0.42-1.fc39.noarch 53/164 #13 51.89 Verifying : perl-IO-Socket-SSL-2.083-3.fc39.noarch 54/164 #13 51.89 Verifying : perl-MIME-Base64-3.16-500.fc39.aarch64 55/164 #13 51.89 Verifying : perl-Mozilla-CA-20230801-1.fc39.noarch 56/164 #13 51.89 Verifying : perl-Net-SSLeay-1.92-10.fc39.aarch64 57/164 #13 51.89 Verifying : perl-PathTools-3.89-500.fc39.aarch64 58/164 #13 51.89 Verifying : perl-Pod-Escapes-1:1.07-500.fc39.noarch 59/164 #13 51.89 Verifying : perl-Pod-Perldoc-3.28.01-501.fc39.noarch 60/164 #13 51.89 Verifying : perl-Pod-Simple-1:3.45-4.fc39.noarch 61/164 #13 51.89 Verifying : perl-Pod-Usage-4:2.03-500.fc39.noarch 62/164 #13 51.89 Verifying : perl-Scalar-List-Utils-5:1.63-500.fc39.aarch64 63/164 #13 51.89 Verifying : perl-Socket-4:2.037-3.fc39.aarch64 64/164 #13 51.89 Verifying : perl-Storable-1:3.32-500.fc39.aarch64 65/164 #13 51.89 Verifying : perl-Term-ANSIColor-5.01-501.fc39.noarch 66/164 #13 51.89 Verifying : perl-Term-Cap-1.18-500.fc39.noarch 67/164 #13 51.89 Verifying : perl-Text-ParseWords-3.31-500.fc39.noarch 68/164 #13 51.89 Verifying : perl-Text-Tabs+Wrap-2023.0511-3.fc39.noarch 69/164 #13 51.89 Verifying : perl-Time-Local-2:1.350-3.fc39.noarch 70/164 #13 51.89 Verifying : perl-URI-5.21-1.fc39.noarch 71/164 #13 51.89 Verifying : perl-constant-1.33-501.fc39.noarch 72/164 #13 51.89 Verifying : perl-libnet-3.15-501.fc39.noarch 73/164 #13 51.89 Verifying : perl-parent-1:0.241-500.fc39.noarch 74/164 #13 51.89 Verifying : perl-podlators-1:5.01-500.fc39.noarch 75/164 #13 51.89 Verifying : perl-srpm-macros-1-51.fc39.noarch 76/164 #13 51.89 Verifying : pkgconf-1.9.5-2.fc39.aarch64 77/164 #13 51.89 Verifying : pkgconf-m4-1.9.5-2.fc39.noarch 78/164 #13 51.89 Verifying : pkgconf-pkg-config-1.9.5-2.fc39.aarch64 79/164 #13 51.89 Verifying : python-srpm-macros-3.12-4.fc39.noarch 80/164 #13 51.89 Verifying : python-systemd-doc-235-5.fc39.aarch64 81/164 #13 51.89 Verifying : python3-construct-2.10.68-6.fc39.noarch 82/164 #13 51.89 Verifying : python3-dateutil-1:2.8.2-10.fc39.noarch 83/164 #13 51.89 Verifying : python3-dbus-1.3.2-4.fc39.aarch64 84/164 #13 51.89 Verifying : python3-distro-1.8.0-6.fc39.noarch 85/164 #13 51.89 Verifying : python3-enchant-3.2.2-10.fc39.noarch 86/164 #13 51.89 Verifying : python3-file-magic-5.44-5.fc39.noarch 87/164 #13 51.89 Verifying : python3-packaging-23.1-4.fc39.noarch 88/164 #13 51.89 Verifying : python3-pybeam-0.7-7.fc39.noarch 89/164 #13 51.89 Verifying : python3-pyxdg-0.27-9.fc39.noarch 90/164 #13 51.89 Verifying : python3-six-1.16.0-12.fc39.noarch 91/164 #13 51.89 Verifying : python3-systemd-235-5.fc39.aarch64 92/164 #13 51.89 Verifying : python3-tomli-w-1.0.0-9.fc39.noarch 93/164 #13 51.89 Verifying : python3-zstandard-0.21.0-3.fc39.aarch64 94/164 #13 51.89 Verifying : redhat-rpm-config-262-1.fc39.noarch 95/164 #13 51.89 Verifying : shared-mime-info-2.2-4.fc39.aarch64 96/164 #13 51.89 Verifying : unzip-6.0-62.fc39.aarch64 97/164 #13 51.89 Verifying : web-assets-filesystem-5-20.fc39.noarch 98/164 #13 51.89 Verifying : xxhash-libs-0.8.2-1.fc39.aarch64 99/164 #13 51.89 Verifying : xz-5.4.4-1.fc39.aarch64 100/164 #13 51.89 Verifying : zip-3.0-39.fc39.aarch64 101/164 #13 51.89 Verifying : zstd-1.5.5-4.fc39.aarch64 102/164 #13 51.89 Verifying : debugedit-5.0-12.fc39.aarch64 103/164 #13 51.89 Verifying : dnf-plugins-core-4.4.4-1.fc39.noarch 104/164 #13 51.89 Verifying : elfutils-0.190-4.fc39.aarch64 105/164 #13 51.89 Verifying : elfutils-debuginfod-client-0.190-4.fc39.aarch64 106/164 #13 51.89 Verifying : gdb-minimal-14.1-2.fc39.aarch64 107/164 #13 51.89 Verifying : glibc-gconv-extra-2.38-14.fc39.aarch64 108/164 #13 51.89 Verifying : go-srpm-macros-3.3.1-1.fc39.noarch 109/164 #13 51.89 Verifying : groff-base-1.23.0-3.fc39.aarch64 110/164 #13 51.89 Verifying : perl-AutoLoader-5.74-502.fc39.noarch 111/164 #13 51.89 Verifying : perl-B-1.88-502.fc39.aarch64 112/164 #13 51.89 Verifying : perl-Class-Struct-0.68-502.fc39.noarch 113/164 #13 51.89 Verifying : perl-DynaLoader-1.54-502.fc39.aarch64 114/164 #13 51.89 Verifying : perl-Errno-1.37-502.fc39.aarch64 115/164 #13 51.89 Verifying : perl-Fcntl-1.15-502.fc39.aarch64 116/164 #13 51.89 Verifying : perl-File-Basename-2.86-502.fc39.noarch 117/164 #13 51.89 Verifying : perl-File-stat-1.13-502.fc39.noarch 118/164 #13 51.89 Verifying : perl-FileHandle-2.05-502.fc39.noarch 119/164 #13 51.89 Verifying : perl-Getopt-Std-1.13-502.fc39.noarch 120/164 #13 51.89 Verifying : perl-IO-1.52-502.fc39.aarch64 121/164 #13 51.89 Verifying : perl-IPC-Open3-1.22-502.fc39.noarch 122/164 #13 51.89 Verifying : perl-NDBM_File-1.16-502.fc39.aarch64 123/164 #13 51.89 Verifying : perl-POSIX-2.13-502.fc39.aarch64 124/164 #13 51.89 Verifying : perl-SelectSaver-1.02-502.fc39.noarch 125/164 #13 51.89 Verifying : perl-Symbol-1.09-502.fc39.noarch 126/164 #13 51.89 Verifying : perl-base-2.27-502.fc39.noarch 127/164 #13 51.89 Verifying : perl-if-0.61.000-502.fc39.noarch 128/164 #13 51.89 Verifying : perl-interpreter-4:5.38.2-502.fc39.aarch64 129/164 #13 51.89 Verifying : perl-libs-4:5.38.2-502.fc39.aarch64 130/164 #13 51.89 Verifying : perl-locale-1.10-502.fc39.noarch 131/164 #13 51.89 Verifying : perl-mro-1.28-502.fc39.aarch64 132/164 #13 51.89 Verifying : perl-overload-1.37-502.fc39.noarch 133/164 #13 51.89 Verifying : perl-overloading-0.02-502.fc39.noarch 134/164 #13 51.89 Verifying : perl-vars-1.05-502.fc39.noarch 135/164 #13 51.89 Verifying : pyproject-srpm-macros-1.11.0-1.fc39.noarch 136/164 #13 51.89 Verifying : python3-dnf-plugins-core-4.4.4-1.fc39.noarch 137/164 #13 51.89 Verifying : qt5-srpm-macros-5.15.11-1.fc39.noarch 138/164 #13 51.89 Verifying : qt6-srpm-macros-6.6.0-1.fc39.noarch 139/164 #13 51.89 Verifying : rpm-build-4.19.1-1.fc39.aarch64 140/164 #13 51.89 Verifying : rpmautospec-rpm-macros-0.3.8-1.fc39.noarch 141/164 #13 51.89 Verifying : rpmlint-2.5.0-3.fc39.noarch 142/164 #13 51.89 Verifying : rpmlint-fedora-license-data-1.38-1.fc39.noarch 143/164 #13 51.89 Verifying : rust-srpm-macros-25.2-2.fc39.noarch 144/164 #13 51.89 Verifying : elfutils-libelf-0.190-4.fc39.aarch64 145/164 #13 51.89 Verifying : elfutils-libelf-0.190-1.fc39.aarch64 146/164 #13 51.89 Verifying : elfutils-libs-0.190-4.fc39.aarch64 147/164 #13 51.89 Verifying : elfutils-libs-0.190-1.fc39.aarch64 148/164 #13 51.89 Verifying : glibc-2.38-14.fc39.aarch64 149/164 #13 51.89 Verifying : glibc-2.38-11.fc39.aarch64 150/164 #13 51.89 Verifying : glibc-common-2.38-14.fc39.aarch64 151/164 #13 51.89 Verifying : glibc-common-2.38-11.fc39.aarch64 152/164 #13 51.89 Verifying : glibc-minimal-langpack-2.38-14.fc39.aarch64 153/164 #13 51.89 Verifying : glibc-minimal-langpack-2.38-11.fc39.aarch64 154/164 #13 51.89 Verifying : python3-rpm-4.19.1-1.fc39.aarch64 155/164 #13 51.89 Verifying : python3-rpm-4.19.0-1.fc39.aarch64 156/164 #13 51.89 Verifying : rpm-4.19.1-1.fc39.aarch64 157/164 #13 51.89 Verifying : rpm-4.19.0-1.fc39.aarch64 158/164 #13 51.89 Verifying : rpm-build-libs-4.19.1-1.fc39.aarch64 159/164 #13 51.89 Verifying : rpm-build-libs-4.19.0-1.fc39.aarch64 160/164 #13 51.89 Verifying : rpm-libs-4.19.1-1.fc39.aarch64 161/164 #13 51.89 Verifying : rpm-libs-4.19.0-1.fc39.aarch64 162/164 #13 51.89 Verifying : rpm-sign-libs-4.19.1-1.fc39.aarch64 163/164 #13 51.89 Verifying : rpm-sign-libs-4.19.0-1.fc39.aarch64 164/164 #13 52.06 #13 52.06 Upgraded: #13 52.06 elfutils-libelf-0.190-4.fc39.aarch64 #13 52.06 elfutils-libs-0.190-4.fc39.aarch64 #13 52.06 glibc-2.38-14.fc39.aarch64 #13 52.06 glibc-common-2.38-14.fc39.aarch64 #13 52.06 glibc-minimal-langpack-2.38-14.fc39.aarch64 #13 52.06 python3-rpm-4.19.1-1.fc39.aarch64 #13 52.06 rpm-4.19.1-1.fc39.aarch64 #13 52.06 rpm-build-libs-4.19.1-1.fc39.aarch64 #13 52.06 rpm-libs-4.19.1-1.fc39.aarch64 #13 52.06 rpm-sign-libs-4.19.1-1.fc39.aarch64 #13 52.06 Installed: #13 52.06 ansible-srpm-macros-1-11.fc39.noarch #13 52.06 binutils-2.40-13.fc39.aarch64 #13 52.06 binutils-gold-2.40-13.fc39.aarch64 #13 52.06 bzip2-1.0.8-16.fc39.aarch64 #13 52.06 cpio-2.14-4.fc39.aarch64 #13 52.06 dash-0.5.12-1.fc39.aarch64 #13 52.06 dbus-libs-1:1.14.10-1.fc39.aarch64 #13 52.06 debugedit-5.0-12.fc39.aarch64 #13 52.06 desktop-file-utils-0.26-9.fc39.aarch64 #13 52.06 devscripts-checkbashisms-2.23.5-3.fc39.noarch #13 52.06 diffutils-3.10-3.fc39.aarch64 #13 52.06 dnf-plugins-core-4.4.4-1.fc39.noarch #13 52.06 dwz-0.15-3.fc39.aarch64 #13 52.06 ed-1.19-4.fc39.aarch64 #13 52.06 efi-srpm-macros-5-9.fc39.noarch #13 52.06 elfutils-0.190-4.fc39.aarch64 #13 52.06 elfutils-debuginfod-client-0.190-4.fc39.aarch64 #13 52.06 emacs-filesystem-1:29.1-2.fc39.noarch #13 52.06 enchant2-2.5.0-5.fc39.aarch64 #13 52.06 file-5.44-5.fc39.aarch64 #13 52.06 fonts-filesystem-1:2.0.5-12.fc39.noarch #13 52.06 fonts-srpm-macros-1:2.0.5-12.fc39.noarch #13 52.06 fpc-srpm-macros-1.3-8.fc39.noarch #13 52.06 gdb-minimal-14.1-2.fc39.aarch64 #13 52.06 gdk-pixbuf2-2.42.10-5.fc39.aarch64 #13 52.06 ghc-srpm-macros-1.6.1-2.fc39.noarch #13 52.06 glibc-gconv-extra-2.38-14.fc39.aarch64 #13 52.06 gnat-srpm-macros-6-3.fc39.noarch #13 52.06 go-srpm-macros-3.3.1-1.fc39.noarch #13 52.06 groff-base-1.23.0-3.fc39.aarch64 #13 52.06 hunspell-1.7.2-5.fc39.aarch64 #13 52.06 hunspell-en-0.20201207-7.fc39.noarch #13 52.06 hunspell-en-GB-0.20201207-7.fc39.noarch #13 52.06 hunspell-en-US-0.20201207-7.fc39.noarch #13 52.06 hunspell-filesystem-1.7.2-5.fc39.aarch64 #13 52.06 jansson-2.13.1-7.fc39.aarch64 #13 52.06 js-jquery-3.6.4-2.fc39.noarch #13 52.06 json-glib-1.8.0-1.fc39.aarch64 #13 52.06 kernel-srpm-macros-1.0-20.fc39.noarch #13 52.06 libappstream-glib-0.8.2-4.fc39.aarch64 #13 52.06 libjpeg-turbo-2.1.4-3.fc39.aarch64 #13 52.06 libpkgconf-1.9.5-2.fc39.aarch64 #13 52.06 libpng-2:1.6.37-15.fc39.aarch64 #13 52.06 libstemmer-2.2.0-7.fc39.aarch64 #13 52.06 lua-srpm-macros-1-9.fc39.noarch #13 52.06 ncurses-6.4-7.20230520.fc39.aarch64 #13 52.06 ocaml-srpm-macros-8-2.fc39.noarch #13 52.06 openblas-srpm-macros-2-14.fc39.noarch #13 52.06 package-notes-srpm-macros-0.5-9.fc39.noarch #13 52.06 patch-2.7.6-22.fc39.aarch64 #13 52.06 perl-AutoLoader-5.74-502.fc39.noarch #13 52.06 perl-B-1.88-502.fc39.aarch64 #13 52.06 perl-Carp-1.54-500.fc39.noarch #13 52.06 perl-Class-Struct-0.68-502.fc39.noarch #13 52.06 perl-Data-Dumper-2.188-501.fc39.aarch64 #13 52.06 perl-Digest-1.20-500.fc39.noarch #13 52.06 perl-Digest-MD5-2.58-500.fc39.aarch64 #13 52.06 perl-DynaLoader-1.54-502.fc39.aarch64 #13 52.06 perl-Encode-4:3.19-500.fc39.aarch64 #13 52.06 perl-Errno-1.37-502.fc39.aarch64 #13 52.06 perl-Exporter-5.77-500.fc39.noarch #13 52.06 perl-Fcntl-1.15-502.fc39.aarch64 #13 52.06 perl-File-Basename-2.86-502.fc39.noarch #13 52.06 perl-File-Path-2.18-500.fc39.noarch #13 52.06 perl-File-Temp-1:0.231.100-500.fc39.noarch #13 52.06 perl-File-stat-1.13-502.fc39.noarch #13 52.06 perl-FileHandle-2.05-502.fc39.noarch #13 52.06 perl-Getopt-Long-1:2.54-500.fc39.noarch #13 52.06 perl-Getopt-Std-1.13-502.fc39.noarch #13 52.06 perl-HTTP-Tiny-0.088-3.fc39.noarch #13 52.06 perl-IO-1.52-502.fc39.aarch64 #13 52.06 perl-IO-Socket-IP-0.42-1.fc39.noarch #13 52.06 perl-IO-Socket-SSL-2.083-3.fc39.noarch #13 52.06 perl-IPC-Open3-1.22-502.fc39.noarch #13 52.06 perl-MIME-Base64-3.16-500.fc39.aarch64 #13 52.06 perl-Mozilla-CA-20230801-1.fc39.noarch #13 52.06 perl-NDBM_File-1.16-502.fc39.aarch64 #13 52.06 perl-Net-SSLeay-1.92-10.fc39.aarch64 #13 52.06 perl-POSIX-2.13-502.fc39.aarch64 #13 52.06 perl-PathTools-3.89-500.fc39.aarch64 #13 52.06 perl-Pod-Escapes-1:1.07-500.fc39.noarch #13 52.06 perl-Pod-Perldoc-3.28.01-501.fc39.noarch #13 52.06 perl-Pod-Simple-1:3.45-4.fc39.noarch #13 52.06 perl-Pod-Usage-4:2.03-500.fc39.noarch #13 52.06 perl-Scalar-List-Utils-5:1.63-500.fc39.aarch64 #13 52.06 perl-SelectSaver-1.02-502.fc39.noarch #13 52.06 perl-Socket-4:2.037-3.fc39.aarch64 #13 52.06 perl-Storable-1:3.32-500.fc39.aarch64 #13 52.06 perl-Symbol-1.09-502.fc39.noarch #13 52.06 perl-Term-ANSIColor-5.01-501.fc39.noarch #13 52.06 perl-Term-Cap-1.18-500.fc39.noarch #13 52.06 perl-Text-ParseWords-3.31-500.fc39.noarch #13 52.06 perl-Text-Tabs+Wrap-2023.0511-3.fc39.noarch #13 52.06 perl-Time-Local-2:1.350-3.fc39.noarch #13 52.06 perl-URI-5.21-1.fc39.noarch #13 52.06 perl-base-2.27-502.fc39.noarch #13 52.06 perl-constant-1.33-501.fc39.noarch #13 52.06 perl-if-0.61.000-502.fc39.noarch #13 52.06 perl-interpreter-4:5.38.2-502.fc39.aarch64 #13 52.06 perl-libnet-3.15-501.fc39.noarch #13 52.06 perl-libs-4:5.38.2-502.fc39.aarch64 #13 52.06 perl-locale-1.10-502.fc39.noarch #13 52.06 perl-mro-1.28-502.fc39.aarch64 #13 52.06 perl-overload-1.37-502.fc39.noarch #13 52.06 perl-overloading-0.02-502.fc39.noarch #13 52.06 perl-parent-1:0.241-500.fc39.noarch #13 52.06 perl-podlators-1:5.01-500.fc39.noarch #13 52.06 perl-srpm-macros-1-51.fc39.noarch #13 52.06 perl-vars-1.05-502.fc39.noarch #13 52.06 pkgconf-1.9.5-2.fc39.aarch64 #13 52.06 pkgconf-m4-1.9.5-2.fc39.noarch #13 52.06 pkgconf-pkg-config-1.9.5-2.fc39.aarch64 #13 52.06 pyproject-srpm-macros-1.11.0-1.fc39.noarch #13 52.06 python-srpm-macros-3.12-4.fc39.noarch #13 52.06 python-systemd-doc-235-5.fc39.aarch64 #13 52.06 python3-construct-2.10.68-6.fc39.noarch #13 52.06 python3-dateutil-1:2.8.2-10.fc39.noarch #13 52.06 python3-dbus-1.3.2-4.fc39.aarch64 #13 52.06 python3-distro-1.8.0-6.fc39.noarch #13 52.06 python3-dnf-plugins-core-4.4.4-1.fc39.noarch #13 52.06 python3-enchant-3.2.2-10.fc39.noarch #13 52.06 python3-file-magic-5.44-5.fc39.noarch #13 52.06 python3-packaging-23.1-4.fc39.noarch #13 52.06 python3-pybeam-0.7-7.fc39.noarch #13 52.06 python3-pyxdg-0.27-9.fc39.noarch #13 52.06 python3-six-1.16.0-12.fc39.noarch #13 52.06 python3-systemd-235-5.fc39.aarch64 #13 52.06 python3-tomli-w-1.0.0-9.fc39.noarch #13 52.06 python3-zstandard-0.21.0-3.fc39.aarch64 #13 52.06 qt5-srpm-macros-5.15.11-1.fc39.noarch #13 52.06 qt6-srpm-macros-6.6.0-1.fc39.noarch #13 52.06 redhat-rpm-config-262-1.fc39.noarch #13 52.06 rpm-build-4.19.1-1.fc39.aarch64 #13 52.06 rpmautospec-rpm-macros-0.3.8-1.fc39.noarch #13 52.06 rpmlint-2.5.0-3.fc39.noarch #13 52.06 rpmlint-fedora-license-data-1.38-1.fc39.noarch #13 52.06 rust-srpm-macros-25.2-2.fc39.noarch #13 52.06 shared-mime-info-2.2-4.fc39.aarch64 #13 52.06 unzip-6.0-62.fc39.aarch64 #13 52.06 web-assets-filesystem-5-20.fc39.noarch #13 52.06 xxhash-libs-0.8.2-1.fc39.aarch64 #13 52.06 xz-5.4.4-1.fc39.aarch64 #13 52.06 zip-3.0-39.fc39.aarch64 #13 52.06 zstd-1.5.5-4.fc39.aarch64 #13 52.06 #13 52.06 Complete! #13 DONE 52.2s #14 [stage-1 3/6] COPY --link SPECS /root/rpmbuild/SPECS #14 DONE 0.0s #15 [stage-1 4/6] RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec #28 [containerd-src 1/3] WORKDIR /usr/src/containerd #28 DONE 0.2s #29 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git" #14 62.04 Setting up media-types (7.0.0) ... #14 62.05 Setting up libpipeline1:armhf (1.5.5-1) ... #14 62.09 Setting up wdiff (1.2.2-2build3) ... #14 62.10 Setting up gcc-11-base:armhf (11.4.0-1ubuntu1~22.04) ... #14 62.11 Setting up libxau6:armhf (1:1.0.9-1build5) ... #14 62.12 Setting up libre2-9:armhf (20220201+dfsg-1) ... #14 62.13 Setting up lto-disabled-list (24) ... #14 62.14 Setting up libpsl5:armhf (0.21.0-1.2build2) ... #14 62.16 Setting up bsdextrautils (2.37.2-4ubuntu3) ... #14 62.17 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode #14 62.17 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist #14 62.17 Setting up libtext-glob-perl (0.11-2) ... #14 62.19 Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ... #14 62.20 Setting up libyaml-0-2:armhf (0.2.2-1build2) ... #14 62.21 Setting up distro-info-data (0.52ubuntu0.6) ... #14 62.22 Setting up manpages (5.10-1ubuntu1) ... #14 62.23 Setting up unzip (6.0-26ubuntu3.1) ... #14 58.38 Preparing to unpack .../135-libclass-xsaccessor-perl_1.19-4build1_armhf.deb ... #14 58.39 Unpacking libclass-xsaccessor-perl (1.19-4build1) ... #14 58.42 Selecting previously unselected package libb-hooks-op-check-perl:armhf. #14 58.42 Preparing to unpack .../136-libb-hooks-op-check-perl_0.22-2build1_armhf.deb ... #14 58.42 Unpacking libb-hooks-op-check-perl:armhf (0.22-2build1) ... #14 58.46 Selecting previously unselected package libdynaloader-functions-perl. #14 58.46 Preparing to unpack .../137-libdynaloader-functions-perl_0.003-3_all.deb ... #14 58.46 Unpacking libdynaloader-functions-perl (0.003-3) ... #14 58.49 Selecting previously unselected package libdevel-callchecker-perl:armhf. #14 58.49 Preparing to unpack .../138-libdevel-callchecker-perl_0.008-2_armhf.deb ... #14 58.50 Unpacking libdevel-callchecker-perl:armhf (0.008-2) ... #14 58.53 Selecting previously unselected package libparams-classify-perl:armhf. #14 58.53 Preparing to unpack .../139-libparams-classify-perl_0.015-2build2_armhf.deb ... #14 58.53 Unpacking libparams-classify-perl:armhf (0.015-2build2) ... #14 58.56 Selecting previously unselected package libmodule-runtime-perl. #14 58.56 Preparing to unpack .../140-libmodule-runtime-perl_0.016-2_all.deb ... #14 58.57 Unpacking libmodule-runtime-perl (0.016-2) ... #14 58.59 Selecting previously unselected package libimport-into-perl. #13 51.40 Installing : perl-mro-1.26-498.fc38.aarch64 75/153 #13 51.41 Installing : perl-IO-1.50-498.fc38.aarch64 76/153 #13 51.46 Installing : perl-overloading-0.02-498.fc38.noarch 77/153 #13 51.47 Installing : perl-Pod-Usage-4:2.03-4.fc38.noarch 78/153 #13 51.47 Installing : perl-MIME-Base64-3.16-490.fc38.aarch64 79/153 #13 51.54 Installing : perl-Scalar-List-Utils-5:1.63-490.fc38.aarch64 80/153 #13 51.55 Installing : perl-constant-1.33-491.fc38.noarch 81/153 #13 51.55 Installing : perl-parent-1:0.241-1.fc38.noarch 82/153 #13 51.59 Installing : perl-Errno-1.36-498.fc38.aarch64 83/153 #13 51.60 Installing : perl-File-Basename-2.85-498.fc38.noarch 84/153 #13 51.60 Installing : perl-Getopt-Std-1.13-498.fc38.noarch 85/153 #14 56.05 Preparing to unpack .../315-libtype-tiny-xs-perl_0.016-1_amd64.deb ... #14 56.06 Unpacking libtype-tiny-xs-perl (0.016-1) ... #14 56.09 Selecting previously unselected package libunicode-utf8-perl. #14 56.09 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1build1_amd64.deb ... #14 56.09 Unpacking libunicode-utf8-perl (0.62-1build1) ... #14 56.13 Selecting previously unselected package libxml-namespacesupport-perl. #14 56.13 Preparing to unpack .../317-libxml-namespacesupport-perl_1.12-1_all.deb ... #14 56.13 Unpacking libxml-namespacesupport-perl (1.12-1) ... #14 56.17 Selecting previously unselected package libxml-sax-base-perl. #14 56.17 Preparing to unpack .../318-libxml-sax-base-perl_1.09-1_all.deb ... #14 56.17 Unpacking libxml-sax-base-perl (1.09-1) ... #14 56.21 Selecting previously unselected package libxml-sax-perl. #14 56.21 Preparing to unpack .../319-libxml-sax-perl_1.02+dfsg-1_all.deb ... #14 56.22 Unpacking libxml-sax-perl (1.02+dfsg-1) ... #14 56.26 Selecting previously unselected package libxml-libxml-perl. #14 56.27 Preparing to unpack .../320-libxml-libxml-perl_2.0134+dfsg-1build1_amd64.deb ... #14 56.27 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ... #15 2.232 ================================================================================ #15 2.232 Package Arch Version Repo Size #15 2.232 ================================================================================ #15 2.232 Installing: #15 2.232 cmake x86_64 3.27.7-1.fc39 fedora 8.0 M #15 2.232 gcc x86_64 13.2.1-6.fc39 updates 34 M #15 2.232 git x86_64 2.43.0-1.fc39 updates 54 k #15 2.232 glibc-static x86_64 2.38-14.fc39 updates 1.7 M #15 2.232 libseccomp-devel x86_64 2.5.3-6.fc39 fedora 60 k #15 2.232 libselinux-devel x86_64 3.5-5.fc39 fedora 151 k #15 2.232 libtool x86_64 2.4.7-7.fc39 fedora 601 k #15 2.232 libtool-ltdl-devel x86_64 2.4.7-7.fc39 fedora 164 k #15 2.232 make x86_64 1:4.4.1-2.fc39 fedora 589 k #15 2.232 selinux-policy-devel noarch 39.3-1.fc39 updates 912 k #15 2.232 systemd x86_64 254.7-1.fc39 updates 4.7 M #15 2.232 systemd-devel x86_64 254.7-1.fc39 updates 632 k #15 2.232 which x86_64 2.21-40.fc39 fedora 42 k #15 2.232 Upgrading: #15 2.232 libgcc x86_64 13.2.1-6.fc39 updates 112 k #15 2.232 libgomp x86_64 13.2.1-6.fc39 updates 322 k #15 2.232 systemd-libs x86_64 254.7-1.fc39 updates 689 k #15 2.232 Installing dependencies: #15 2.232 annobin-docs noarch 12.35-1.fc39 updates 90 k #15 2.232 annobin-plugin-gcc x86_64 12.35-1.fc39 updates 957 k #15 2.232 autoconf noarch 2.71-6.fc39 fedora 733 k #15 2.232 automake noarch 1.16.5-13.fc39 fedora 697 k #15 2.232 checkpolicy x86_64 3.5-3.fc39 fedora 349 k #15 2.232 cmake-data noarch 3.27.7-1.fc39 fedora 2.2 M #15 2.232 cmake-filesystem x86_64 3.27.7-1.fc39 fedora 19 k #15 2.232 cmake-rpm-macros noarch 3.27.7-1.fc39 fedora 18 k #15 2.232 cpp x86_64 13.2.1-6.fc39 updates 11 M #15 2.232 dbus x86_64 1:1.14.10-1.fc39 fedora 8.1 k #15 2.232 dbus-broker x86_64 35-2.fc39 updates 176 k #15 2.232 dbus-common noarch 1:1.14.10-1.fc39 fedora 15 k #15 2.232 device-mapper x86_64 1.02.196-1.fc39 fedora 138 k #15 2.232 device-mapper-libs x86_64 1.02.196-1.fc39 fedora 175 k #15 2.232 gc x86_64 8.2.2-4.fc39 fedora 110 k #15 2.232 gcc-plugin-annobin x86_64 13.2.1-6.fc39 updates 50 k #15 2.232 git-core x86_64 2.43.0-1.fc39 updates 4.5 M #15 2.232 git-core-doc noarch 2.43.0-1.fc39 updates 2.9 M #15 2.232 glibc-devel x86_64 2.38-14.fc39 updates 84 k #15 2.232 glibc-headers-x86 noarch 2.38-14.fc39 updates 568 k #15 2.232 guile22 x86_64 2.2.7-9.fc39 fedora 6.5 M #15 2.232 jsoncpp x86_64 1.9.5-5.fc39 fedora 99 k #15 2.232 kernel-headers x86_64 6.6.3-200.fc39 updates 1.6 M #15 2.232 kmod-libs x86_64 30-6.fc39 fedora 67 k #15 2.232 less x86_64 633-2.fc39 fedora 175 k #15 2.232 libargon2 x86_64 20190702-3.fc39 fedora 28 k #15 2.232 libcbor x86_64 0.10.2-2.fc39 fedora 58 k #15 2.232 libedit x86_64 3.1-48.20230828cvs.fc39 fedora 107 k #15 2.232 libfdisk x86_64 2.39.2-1.fc39 fedora 162 k #15 2.232 libfido2 x86_64 1.13.0-3.fc39 fedora 98 k #15 2.232 libmpc x86_64 1.3.1-3.fc39 fedora 70 k #15 2.232 libseccomp x86_64 2.5.3-6.fc39 fedora 71 k #15 2.232 libselinux-utils x86_64 3.5-5.fc39 fedora 163 k #15 2.232 libsepol-devel x86_64 3.5-2.fc39 fedora 49 k #15 2.232 libtool-ltdl x86_64 2.4.7-7.fc39 fedora 36 k #15 2.232 libutempter x86_64 1.2.1-10.fc39 fedora 26 k #15 2.232 libuv x86_64 1:1.47.0-3.fc39 updates 250 k #15 2.232 libxcrypt-devel x86_64 4.4.36-2.fc39 fedora 30 k #15 2.232 libxcrypt-static x86_64 4.4.36-2.fc39 fedora 95 k #15 2.232 m4 x86_64 1.4.19-6.fc39 fedora 303 k #15 2.232 openssh x86_64 9.3p1-10.fc39 updates 439 k #15 2.232 openssh-clients x86_64 9.3p1-10.fc39 updates 736 k #15 2.232 pcre2-devel x86_64 10.42-1.fc39.2 fedora 505 k #15 2.232 pcre2-utf16 x86_64 10.42-1.fc39.2 fedora 212 k #15 2.232 pcre2-utf32 x86_64 10.42-1.fc39.2 fedora 200 k #15 2.232 perl-Error noarch 1:0.17029-13.fc39 fedora 40 k #15 2.232 perl-File-Compare noarch 1.100.700-502.fc39 updates 13 k #15 2.232 perl-File-Copy noarch 2.41-502.fc39 updates 20 k #15 2.232 perl-File-Find noarch 1.43-502.fc39 updates 25 k #15 2.232 perl-Git noarch 2.43.0-1.fc39 updates 40 k #15 2.232 perl-TermReadKey x86_64 2.38-18.fc39 fedora 35 k #15 2.232 perl-Thread-Queue noarch 3.14-500.fc39 fedora 21 k #15 2.232 perl-lib x86_64 0.65-502.fc39 updates 15 k #15 2.232 perl-threads x86_64 1:2.36-500.fc39 fedora 58 k #15 2.232 perl-threads-shared x86_64 1.68-500.fc39 fedora 45 k #15 2.232 policycoreutils x86_64 3.5-8.fc39 updates 243 k #15 2.232 policycoreutils-devel x86_64 3.5-8.fc39 updates 153 k #15 2.232 policycoreutils-python-utils noarch 3.5-8.fc39 updates 81 k #15 2.232 python3-audit x86_64 3.1.2-5.fc39 updates 87 k #15 2.232 python3-libselinux x86_64 3.5-5.fc39 fedora 198 k #15 2.232 python3-libsemanage x86_64 3.5-4.fc39 fedora 84 k #15 2.232 python3-policycoreutils noarch 3.5-8.fc39 updates 2.2 M #15 2.232 python3-setools x86_64 4.4.3-1.fc39 fedora 714 k #15 2.232 python3-setuptools noarch 67.7.2-7.fc39 fedora 1.5 M #15 2.232 rhash x86_64 1.4.3-3.fc39 fedora 194 k #15 2.232 rpm-plugin-selinux x86_64 4.19.1-1.fc39 updates 20 k #15 2.232 selinux-policy noarch 39.3-1.fc39 updates 56 k #15 2.232 selinux-policy-targeted noarch 39.3-1.fc39 updates 6.7 M #15 2.232 systemd-pam x86_64 254.7-1.fc39 updates 362 k #15 2.232 systemd-rpm-macros noarch 254.7-1.fc39 updates 30 k #15 2.232 util-linux x86_64 2.39.2-1.fc39 fedora 1.2 M #15 2.232 vim-filesystem noarch 2:9.1.031-1.fc39 updates 17 k #15 2.232 xkeyboard-config noarch 2.40-1.fc39 updates 971 k #15 2.232 Installing weak dependencies: #15 2.232 cryptsetup-libs x86_64 2.6.1-3.fc39 fedora 491 k #15 2.232 libbpf x86_64 2:1.1.0-4.fc39 fedora 165 k #15 2.232 libxkbcommon x86_64 1.6.0-1.fc39 updates 142 k #15 2.232 qrencode-libs x86_64 4.1.1-5.fc39 fedora 61 k #15 2.232 systemd-networkd x86_64 254.7-1.fc39 updates 649 k #15 2.232 systemd-resolved x86_64 254.7-1.fc39 updates 295 k #15 2.232 #15 2.232 Transaction Summary #15 2.232 ================================================================================ #15 2.232 Install 92 Packages #15 2.232 Upgrade 3 Packages #15 2.232 #15 2.236 Total download size: 106 M #15 2.237 Downloading Packages: #15 10.36 Get:13 http://archive.raspbian.org/raspbian bookworm/main armhf libltdl7 armhf 2.4.7-5 [390 kB] #15 10.37 Get:14 http://archive.raspbian.org/raspbian bookworm/main armhf libltdl-dev armhf 2.4.7-5 [161 kB] #15 10.37 Get:15 http://archive.raspbian.org/raspbian bookworm/main armhf libseccomp-dev armhf 2.5.4-1+rpi1+b1 [86.6 kB] #15 10.37 Get:16 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd0 armhf 252.17-1~deb12u1+rpi1 [299 kB] #15 10.47 Get:17 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd-dev armhf 252.17-1~deb12u1+rpi1 [353 kB] #15 10.47 Get:18 http://archive.raspbian.org/raspbian bookworm/main armhf libpkgconf3 armhf 1.8.1-1 [31.3 kB] #15 10.47 Get:19 http://archive.raspbian.org/raspbian bookworm/main armhf pkgconf-bin armhf 1.8.1-1 [27.8 kB] #15 10.47 Get:20 http://archive.raspbian.org/raspbian bookworm/main armhf pkgconf armhf 1.8.1-1 [25.9 kB] #15 10.48 Get:21 http://archive.raspbian.org/raspbian bookworm/main armhf pkg-config armhf 1.8.1-1 [13.7 kB] #15 10.48 Get:22 http://archive.raspbian.org/raspbian bookworm/main armhf udev armhf 252.17-1~deb12u1+rpi1 [1584 kB] #15 10.59 Get:23 http://archive.raspbian.org/raspbian bookworm/main armhf libudev1 armhf 252.17-1~deb12u1+rpi1 [99.3 kB] #14 DONE 54.0s #15 [stage-1 4/9] COPY --link common /root/build-deb/debian #15 DONE 0.0s #16 [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 #16 21.14 Installing : libdb-5.3.28-53.el9.x86_64 36/97 #16 21.15 Installing : libeconf-0.4.1-3.el9.x86_64 37/97 #16 21.17 Installing : libselinux-utils-3.6-1.el9.x86_64 38/97 #16 21.18 Running scriptlet: libutempter-1.2.1-6.el9.x86_64 39/97 #16 21.23 Installing : libutempter-1.2.1-6.el9.x86_64 39/97 #16 21.27 Installing : openssl-1:3.0.7-25.el9.x86_64 40/97 #16 21.31 Installing : pam-1.5.1-17.el9.x86_64 41/97 #16 21.33 Installing : libpwquality-1.4.4-8.el9.x86_64 42/97 #16 21.36 Installing : python3-setools-4.4.4-1.el9.x86_64 43/97 #14 60.84 Preparing to unpack .../304-libpod-parser-perl_1.66-1_all.deb ... #14 60.86 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #14 60.87 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #14 60.87 Unpacking libpod-parser-perl (1.66-1) ... #14 60.91 Selecting previously unselected package libpod-constants-perl. #14 60.91 Preparing to unpack .../305-libpod-constants-perl_0.19-2_all.deb ... #14 60.91 Unpacking libpod-constants-perl (0.19-2) ... #14 60.94 Selecting previously unselected package libproc-processtable-perl:armhf. #14 60.95 Preparing to unpack .../306-libproc-processtable-perl_0.636-1_armhf.deb ... #14 60.95 Unpacking libproc-processtable-perl:armhf (0.636-1) ... #14 60.99 Selecting previously unselected package libre2-10:armhf. #14 60.99 Preparing to unpack .../307-libre2-10_20230301-2_armhf.deb ... #14 60.99 Unpacking libre2-10:armhf (20230301-2) ... #14 61.03 Selecting previously unselected package libre-engine-re2-perl:armhf. #14 61.03 Preparing to unpack .../308-libre-engine-re2-perl_0.18+ds-1_armhf.deb ... #14 61.03 Unpacking libre-engine-re2-perl:armhf (0.18+ds-1) ... #14 61.06 Selecting previously unselected package libreadonly-perl. #14 61.07 Preparing to unpack .../309-libreadonly-perl_2.050-3_all.deb ... #14 61.07 Unpacking libreadonly-perl (2.050-3) ... #14 61.10 Selecting previously unselected package libref-util-perl. #14 61.10 Preparing to unpack .../310-libref-util-perl_0.204-2_all.deb ... #14 61.11 Unpacking libref-util-perl (0.204-2) ... #14 61.14 Selecting previously unselected package libref-util-xs-perl. #14 61.14 Preparing to unpack .../311-libref-util-xs-perl_0.117-2build1_armhf.deb ... #14 61.15 Unpacking libref-util-xs-perl (0.117-2build1) ... #14 61.17 Selecting previously unselected package libregexp-pattern-license-perl. #14 49.36 Preparing to unpack .../081-liblsan0_12.3.0-1ubuntu1~22.04_arm64.deb ... #14 49.36 Unpacking liblsan0:arm64 (12.3.0-1ubuntu1~22.04) ... #14 49.42 Selecting previously unselected package libtsan0:arm64. #14 49.42 Preparing to unpack .../082-libtsan0_11.4.0-1ubuntu1~22.04_arm64.deb ... #14 49.43 Unpacking libtsan0:arm64 (11.4.0-1ubuntu1~22.04) ... #14 49.51 Selecting previously unselected package libubsan1:arm64. #13 58.46 Setting up libmailtools-perl (2.21-2) ... #13 58.47 Setting up python3-idna (3.3-1) ... #13 58.66 Setting up python3-urllib3 (1.26.12-1) ... #13 58.83 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ... #13 61.88 Setting up libstring-escape-perl (2010.002-3) ... #13 61.90 Setting up libberkeleydb-perl:armhf (0.64-2+b1) ... #13 61.93 Setting up libhttp-date-perl (6.05-2) ... #13 61.95 Setting up libfile-which-perl (1.27-2) ... #13 61.97 Setting up libfile-basedir-perl (0.09-2) ... #13 61.98 Setting up libtask-weaken-perl (1.06-2) ... #13 62.00 Setting up libunicode-utf8-perl (0.62-2) ... #13 62.02 Setting up libfeature-compat-try-perl (0.05-1) ... #13 62.03 Setting up libset-intspan-perl (1.19-3) ... #13 62.04 Setting up libmouse-perl (2.5.10-1+b3) ... #13 62.06 Setting up libfile-listing-perl (6.15-1) ... #13 62.07 Setting up libsys-cpuaffinity-perl (1.13~03-2+b1) ... #14 51.68 Setting up libcgi-pm-perl (4.57-1) ... #14 51.70 Setting up python3 (3.11.4-5) ... #14 51.93 Setting up libhtml-format-perl (2.16-2) ... #13 56.51 Preparing to unpack .../304-libsort-key-perl_1.33-2+b3_armhf.deb ... #13 56.52 Unpacking libsort-key-perl (1.33-2+b3) ... #13 56.56 Selecting previously unselected package libstring-copyright-perl. #13 56.56 Preparing to unpack .../305-libstring-copyright-perl_0.003006-1_all.deb ... #13 56.57 Unpacking libstring-copyright-perl (0.003006-1) ... #13 56.63 Selecting previously unselected package libstring-escape-perl. #13 56.63 Preparing to unpack .../306-libstring-escape-perl_2010.002-2_all.deb ... #13 56.64 Unpacking libstring-escape-perl (2010.002-2) ... #13 56.70 Selecting previously unselected package libstring-shellquote-perl. #13 56.71 Preparing to unpack .../307-libstring-shellquote-perl_1.04-1_all.deb ... #13 56.71 Unpacking libstring-shellquote-perl (1.04-1) ... #13 56.76 Selecting previously unselected package libsys-cpuaffinity-perl:armhf. #14 51.90 Preparing to unpack .../068-libisl23_0.26-3_arm64.deb ... #14 51.90 Unpacking libisl23:arm64 (0.26-3) ... #14 51.97 Selecting previously unselected package libmpfr6:arm64. #14 51.98 Preparing to unpack .../069-libmpfr6_4.2.1-1_arm64.deb ... #14 51.98 Unpacking libmpfr6:arm64 (4.2.1-1) ... #14 52.01 Selecting previously unselected package libmpc3:arm64. #14 52.02 Preparing to unpack .../070-libmpc3_1.3.1-1_arm64.deb ... #14 52.02 Unpacking libmpc3:arm64 (1.3.1-1) ... #14 52.05 Selecting previously unselected package cpp-13. #14 52.05 Preparing to unpack .../071-cpp-13_13.2.0-4ubuntu3_arm64.deb ... #14 52.05 Unpacking cpp-13 (13.2.0-4ubuntu3) ... #14 52.24 Selecting previously unselected package cpp. #14 61.98 Setting up libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.6) ... #14 61.99 Setting up libxmuu1:armhf (2:1.1.3-0ubuntu1) ... #14 62.00 Setting up gpg (2.2.19-3ubuntu2.2) ... #14 62.02 Setting up libpython3-stdlib:armhf (3.8.2-0ubuntu2) ... #14 62.03 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ... #14 62.04 Setting up gpg-agent (2.2.19-3ubuntu2.2) ... #13 54.29 Setting up libxs-parse-sublike-perl:arm64 (0.16-1+b2) ... #13 54.30 Setting up intltool-debian (0.35.0+20060710.6) ... #13 54.31 Setting up libfreezethaw-perl (0.5001-3) ... #13 54.32 Setting up libobject-pad-perl (0.78-1) ... #13 54.33 Setting up liberror-perl (0.17029-2) ... #13 54.34 Setting up patchutils (0.4.2-1) ... #13 54.35 Setting up libmail-sendmail-perl (0.80-3) ... #13 54.36 Setting up libltdl-dev:arm64 (2.4.7-5) ... #13 54.37 Setting up libjson-maybexs-perl (1.004004-1) ... #13 54.38 Setting up libxml-sax-base-perl (1.09-3) ... #13 54.39 Setting up libio-string-perl (1.08-4) ... #13 54.42 Setting up libreadonly-perl (2.050-3) ... #13 54.43 Setting up libnetaddr-ip-perl (4.079+dfsg-2+b1) ... #13 54.44 Setting up libstring-copyright-perl (0.003014-1) ... #13 54.45 Setting up libdata-optlist-perl (0.113-1) ... #13 54.46 Setting up libipc-run-perl (20220807.0-1) ... #13 54.49 Setting up git (1:2.39.2-1.1) ... #14 52.92 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.9_arm64.deb ... #14 52.92 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.9) ... #14 52.96 Selecting previously unselected package libpython3-stdlib:arm64. #14 52.96 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_arm64.deb ... #14 52.96 Unpacking libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ... #14 52.99 Setting up python3-minimal (3.8.2-0ubuntu2) ... #14 53.18 Selecting previously unselected package python3. #29 ... #30 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git" #30 0.348 hint: Using 'master' as the name for the initial branch. This default branch name #30 0.348 hint: is subject to change. To configure the initial branch name to use in all #30 0.348 hint: of your new repositories, which will suppress this warning, call: #30 0.348 hint: #30 0.348 hint: git config --global init.defaultBranch #30 0.348 hint: #30 0.348 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and #30 0.348 hint: 'development'. The just-created branch can be renamed via this command: #30 0.348 hint: #30 0.348 hint: git branch -m #30 0.349 Initialized empty Git repository in /usr/src/rootlesskit/.git/ #30 DONE 0.4s #31 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git" #31 0.568 hint: Using 'master' as the name for the initial branch. This default branch name #31 0.568 hint: is subject to change. To configure the initial branch name to use in all #31 0.568 hint: of your new repositories, which will suppress this warning, call: #31 0.568 hint: #31 0.568 hint: git config --global init.defaultBranch #31 0.568 hint: #31 0.568 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and #31 0.568 hint: 'development'. The just-created branch can be renamed via this command: #31 0.568 hint: #31 0.568 hint: git branch -m #31 0.570 Initialized empty Git repository in /usr/src/runc/.git/ #31 DONE 0.7s #32 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD #14 62.25 Setting up libcbor0.8:armhf (0.8.0-2ubuntu1) ... #14 62.26 Setting up libbrotli1:armhf (1.0.9-2build6) ... #14 62.27 Setting up libsqlite3-0:armhf (3.37.2-2ubuntu0.3) ... #14 62.28 Setting up libsasl2-modules:armhf (2.1.27+dfsg2-3ubuntu1.2) ... #14 62.30 Setting up binutils-common:armhf (2.38-4ubuntu2.5) ... #14 62.31 Setting up libnghttp2-14:armhf (1.43.0-1ubuntu0.1) ... #14 62.32 Setting up libmagic1:armhf (1:5.41-3ubuntu0.1) ... #14 62.34 Setting up libdeflate0:armhf (1.10-2) ... #14 62.35 Setting up less (590-1ubuntu0.22.04.1) ... #14 62.37 Setting up perl-openssl-defaults:armhf (5build2) ... #14 62.39 Setting up linux-libc-dev:armhf (5.15.0-91.101) ... #14 62.40 Setting up libctf-nobfd0:armhf (2.38-4ubuntu2.5) ... #14 62.41 Setting up gettext-base (0.21-4ubuntu4) ... #14 62.42 Setting up liblzo2-2:armhf (2.10-2build3) ... #14 62.44 Setting up libnpth0:armhf (1.6-3build2) ... #14 62.45 Setting up file (1:5.41-3ubuntu0.1) ... #14 62.47 Setting up libassuan0:armhf (2.5.5-1build1) ... #14 62.48 Setting up libgomp1:armhf (12.3.0-1ubuntu1~22.04) ... #14 62.49 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.3) ... #14 62.50 Setting up bzip2 (1.0.8-5build1) ... #14 62.52 Setting up libldap-common (2.5.16+dfsg-0ubuntu0.22.04.1) ... #14 62.53 Setting up libjbig0:armhf (2.1-3.1ubuntu0.22.04.1) ... #14 62.54 Setting up libfakeroot:armhf (1.28-1ubuntu1) ... #14 62.56 Setting up libasan6:armhf (11.4.0-1ubuntu1~22.04) ... #14 58.60 Preparing to unpack .../141-libimport-into-perl_1.002005-2_all.deb ... #14 58.60 Unpacking libimport-into-perl (1.002005-2) ... #14 58.63 Selecting previously unselected package librole-tiny-perl. #14 58.63 Preparing to unpack .../142-librole-tiny-perl_2.002004-1_all.deb ... #14 58.64 Unpacking librole-tiny-perl (2.002004-1) ... #14 58.67 Selecting previously unselected package libsub-quote-perl. #14 58.67 Preparing to unpack .../143-libsub-quote-perl_2.006008-1ubuntu1_all.deb ... #14 58.68 Unpacking libsub-quote-perl (2.006008-1ubuntu1) ... #14 58.75 Selecting previously unselected package libmoo-perl. #14 58.76 Preparing to unpack .../144-libmoo-perl_2.005005-1_all.deb ... #14 58.76 Unpacking libmoo-perl (2.005005-1) ... #14 58.79 Selecting previously unselected package libencode-locale-perl. #14 58.80 Preparing to unpack .../145-libencode-locale-perl_1.05-3_all.deb ... #14 58.80 Unpacking libencode-locale-perl (1.05-3) ... #14 58.83 Selecting previously unselected package libtimedate-perl. #14 58.83 Preparing to unpack .../146-libtimedate-perl_2.3300-2_all.deb ... #14 58.84 Unpacking libtimedate-perl (2.3300-2) ... #14 58.88 Selecting previously unselected package libhttp-date-perl. #13 51.70 Installing : perl-Storable-1:3.26-490.fc38.aarch64 86/153 #13 51.71 Installing : perl-overload-1.35-498.fc38.noarch 87/153 #13 51.72 Installing : perl-vars-1.05-498.fc38.noarch 88/153 #13 51.75 Installing : perl-Getopt-Long-1:2.54-2.fc38.noarch 89/153 #13 51.76 Installing : perl-Carp-1.52-490.fc38.noarch 90/153 #13 51.76 Installing : perl-Exporter-5.77-490.fc38.noarch 91/153 #13 51.79 Installing : perl-PathTools-3.84-490.fc38.aarch64 92/153 #13 51.80 Installing : perl-NDBM_File-1.15-498.fc38.aarch64 93/153 #14 56.33 Selecting previously unselected package libxml-parser-perl. #14 56.33 Preparing to unpack .../321-libxml-parser-perl_2.46-1_amd64.deb ... #14 56.34 Unpacking libxml-parser-perl (2.46-1) ... #14 56.39 Selecting previously unselected package libxml-sax-expat-perl. #14 56.39 Preparing to unpack .../322-libxml-sax-expat-perl_0.51-1_all.deb ... #14 56.40 Unpacking libxml-sax-expat-perl (0.51-1) ... #14 56.43 Selecting previously unselected package libxml-writer-perl. #14 56.43 Preparing to unpack .../323-libxml-writer-perl_0.625-1_all.deb ... #14 56.43 Unpacking libxml-writer-perl (0.625-1) ... #14 56.47 Selecting previously unselected package libyaml-libyaml-perl. #14 56.47 Preparing to unpack .../324-libyaml-libyaml-perl_0.81+repack-1_amd64.deb ... #14 56.48 Unpacking libyaml-libyaml-perl (0.81+repack-1) ... #14 56.55 Selecting previously unselected package licensecheck. #15 10.88 debconf: delaying package configuration, since apt-utils is not installed #16 0.773 Hit:1 http://archive.ubuntu.com/ubuntu lunar InRelease #16 0.773 Hit:2 http://security.ubuntu.com/ubuntu lunar-security InRelease #16 21.39 Installing : util-linux-core-2.37.4-15.el9.x86_64 44/97 #16 21.40 Running scriptlet: util-linux-core-2.37.4-15.el9.x86_64 44/97 #16 21.46 Installing : util-linux-2.37.4-15.el9.x86_64 45/97 #16 21.49 Installing : policycoreutils-3.6-1.el9.x86_64 46/97 #16 21.50 Running scriptlet: policycoreutils-3.6-1.el9.x86_64 46/97 #16 21.51 Installing : selinux-policy-38.1.30-1.el9.noarch 47/97 #16 21.51 Running scriptlet: selinux-policy-38.1.30-1.el9.noarch 47/97 #14 61.18 Preparing to unpack .../312-libregexp-pattern-license-perl_3.11.0-1_all.deb ... #14 61.18 Unpacking libregexp-pattern-license-perl (3.11.0-1) ... #14 61.21 Selecting previously unselected package libregexp-pattern-perl. #14 61.22 Preparing to unpack .../313-libregexp-pattern-perl_0.2.14-2_all.deb ... #14 61.22 Unpacking libregexp-pattern-perl (0.2.14-2) ... #14 61.25 Selecting previously unselected package libregexp-wildcards-perl. #14 61.25 Preparing to unpack .../314-libregexp-wildcards-perl_1.05-3_all.deb ... #14 61.25 Unpacking libregexp-wildcards-perl (1.05-3) ... #14 61.29 Selecting previously unselected package libsasl2-modules:armhf. #14 61.29 Preparing to unpack .../315-libsasl2-modules_2.1.28+dfsg1-3_armhf.deb ... #14 61.30 Unpacking libsasl2-modules:armhf (2.1.28+dfsg1-3) ... #14 61.33 Selecting previously unselected package libsereal-decoder-perl. #14 61.33 Preparing to unpack .../316-libsereal-decoder-perl_5.004+ds-1_armhf.deb ... #14 61.34 Unpacking libsereal-decoder-perl (5.004+ds-1) ... #14 61.37 Selecting previously unselected package libsereal-encoder-perl. #14 61.37 Preparing to unpack .../317-libsereal-encoder-perl_5.004+ds-1_armhf.deb ... #14 61.37 Unpacking libsereal-encoder-perl (5.004+ds-1) ... #14 61.41 Selecting previously unselected package libset-intspan-perl. #14 49.51 Preparing to unpack .../083-libubsan1_12.3.0-1ubuntu1~22.04_arm64.deb ... #14 49.51 Unpacking libubsan1:arm64 (12.3.0-1ubuntu1~22.04) ... #14 49.59 Selecting previously unselected package libhwasan0:arm64. #14 49.59 Preparing to unpack .../084-libhwasan0_12.3.0-1ubuntu1~22.04_arm64.deb ... #14 49.59 Unpacking libhwasan0:arm64 (12.3.0-1ubuntu1~22.04) ... #14 49.69 Selecting previously unselected package libgcc-11-dev:arm64. #14 49.69 Preparing to unpack .../085-libgcc-11-dev_11.4.0-1ubuntu1~22.04_arm64.deb ... #14 49.70 Unpacking libgcc-11-dev:arm64 (11.4.0-1ubuntu1~22.04) ... #14 49.82 Selecting previously unselected package gcc-11. #13 58.87 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #13 58.94 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #13 62.09 Setting up gpg-wks-client (2.2.40-1.1) ... #13 62.10 Setting up libregexp-pattern-perl (0.2.14-2) ... #13 62.12 Setting up libdata-messagepack-perl (1.02-1+b1) ... #13 62.13 Setting up libclass-inspector-perl (1.36-3) ... #13 62.15 Setting up libfont-afm-perl (1.20-4) ... #13 62.16 Setting up libwant-perl (0.29-2+b1) ... #13 62.18 Setting up libdynaloader-functions-perl (0.003-3) ... #13 62.19 Setting up libclass-method-modifiers-perl (2.14-1) ... #13 62.20 Setting up liblist-compare-perl (0.55-2) ... #13 62.22 Setting up libref-util-xs-perl (0.117-2+b1) ... #13 62.23 Setting up libio-pty-perl (1:1.17-1) ... #13 62.25 Setting up libfile-fcntllock-perl (0.22-4+b1) ... #13 62.26 Setting up libclone-perl:armhf (0.46-1) ... #13 62.28 Setting up libalgorithm-diff-perl (1.201-1) ... #13 62.29 Setting up libarchive-zip-perl (1.68-1) ... #13 62.31 Setting up libsub-identify-perl (0.14-3) ... #13 62.33 Setting up libdistro-info-perl (1.5+deb12u1) ... #13 62.34 Setting up libcpanel-json-xs-perl:armhf (4.35-1) ... #13 62.35 Setting up libio-stringy-perl (2.111-3) ... #13 62.37 Setting up libhtml-tagset-perl (3.20-6) ... #13 62.38 Setting up liblog-any-perl (1.713-1) ... #17 DONE 1.6s #14 51.95 Setting up python3-xdg (0.28-2) ... #14 52.08 Setting up libxml-sax-perl (1.02+dfsg-3) ... #14 52.16 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #14 52.22 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 56.77 Preparing to unpack .../308-libsys-cpuaffinity-perl_1.13~03-1_armhf.deb ... #13 56.78 Unpacking libsys-cpuaffinity-perl:armhf (1.13~03-1) ... #13 56.85 Selecting previously unselected package libterm-readkey-perl. #13 56.86 Preparing to unpack .../309-libterm-readkey-perl_2.38-1+b2_armhf.deb ... #13 56.86 Unpacking libterm-readkey-perl (2.38-1+b2) ... #13 56.92 Selecting previously unselected package libtext-levenshteinxs-perl. #13 56.93 Preparing to unpack .../310-libtext-levenshteinxs-perl_0.03-4+b8_armhf.deb ... #13 56.93 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ... #13 57.05 Selecting previously unselected package libtext-markdown-discount-perl:armhf. #14 52.24 Preparing to unpack .../072-cpp_4%3a13.2.0-1ubuntu1_arm64.deb ... #14 52.25 Unpacking cpp (4:13.2.0-1ubuntu1) ... #14 52.29 Selecting previously unselected package libcc1-0:arm64. #14 52.30 Preparing to unpack .../073-libcc1-0_13.2.0-4ubuntu3_arm64.deb ... #14 52.30 Unpacking libcc1-0:arm64 (13.2.0-4ubuntu3) ... #14 52.33 Selecting previously unselected package libgomp1:arm64. #14 52.33 Preparing to unpack .../074-libgomp1_13.2.0-4ubuntu3_arm64.deb ... #14 52.34 Unpacking libgomp1:arm64 (13.2.0-4ubuntu3) ... #14 52.37 Selecting previously unselected package libitm1:arm64. #14 52.38 Preparing to unpack .../075-libitm1_13.2.0-4ubuntu3_arm64.deb ... #14 52.38 Unpacking libitm1:arm64 (13.2.0-4ubuntu3) ... #14 52.43 Selecting previously unselected package libatomic1:arm64. #14 52.43 Preparing to unpack .../076-libatomic1_13.2.0-4ubuntu3_arm64.deb ... #14 52.44 Unpacking libatomic1:arm64 (13.2.0-4ubuntu3) ... #14 52.47 Selecting previously unselected package libasan8:arm64. #14 52.47 Preparing to unpack .../077-libasan8_13.2.0-4ubuntu3_arm64.deb ... #14 62.52 Setting up openssh-client (1:8.2p1-4ubuntu0.11) ... #13 54.51 Setting up libtext-xslate-perl:arm64 (3.5.9-1+b2) ... #13 54.53 Setting up libcontextual-return-perl (0.004014-4) ... #13 54.54 Setting up libwww-robotrules-perl (6.02-1) ... #13 54.55 Setting up libtypes-serialiser-perl (1.01-1) ... #13 54.56 Setting up libnsl-dev:arm64 (1.3.0-2) ... #13 54.57 Setting up libhtml-parser-perl:arm64 (3.81-1) ... #13 54.58 Setting up libgit-wrapper-perl (0.048-2) ... #13 54.59 Setting up liblog-any-adapter-screen-perl (0.140-2) ... #13 54.60 Setting up librole-tiny-perl (2.002004-1) ... #13 54.61 Setting up gnupg (2.2.40-1.1) ... #13 54.62 Setting up libc6-dev:arm64 (2.36-9+deb12u3) ... #13 54.63 Setting up libfont-ttf-perl (1.06-2) ... #13 54.64 Setting up libfile-homedir-perl (1.006-2) ... #13 54.65 Setting up libalgorithm-diff-xs-perl:arm64 (0.04-8+b1) ... #13 54.66 Setting up pristine-tar (1.50) ... #13 54.67 Setting up libio-socket-ssl-perl (2.081-2) ... #13 54.68 Setting up libsub-exporter-perl (0.989-1) ... #13 54.69 Setting up libpython3-stdlib:arm64 (3.11.2-1+b1) ... #13 54.70 Setting up libalgorithm-merge-perl (0.08-5) ... #13 54.71 Setting up libhttp-message-perl (6.44-1) ... #13 54.72 Setting up libdata-validate-ip-perl (0.31-1) ... #13 54.73 Setting up libhtml-form-perl (6.11-1) ... #13 54.74 Setting up libiterator-perl (0.03+ds1-2) ... #13 54.75 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ... #13 54.82 Setting up libjson-xs-perl (4.030-2+b1) ... #14 53.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 ... 4860 files and directories currently installed.) #14 53.18 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_arm64.deb ... #14 53.19 Unpacking python3 (3.8.2-0ubuntu2) ... #14 53.22 Selecting previously unselected package libbsd0:arm64. #14 53.22 Preparing to unpack .../001-libbsd0_0.10.0-1_arm64.deb ... #14 53.23 Unpacking libbsd0:arm64 (0.10.0-1) ... #14 53.26 Selecting previously unselected package bsdmainutils. #14 53.26 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_arm64.deb ... #14 53.27 Unpacking bsdmainutils (11.1.2ubuntu3) ... #14 53.32 Selecting previously unselected package libuchardet0:arm64. #14 53.32 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_arm64.deb ... #14 53.32 Unpacking libuchardet0:arm64 (0.0.6-3build1) ... #14 53.36 Selecting previously unselected package groff-base. #14 53.36 Preparing to unpack .../004-groff-base_1.22.4-4build1_arm64.deb ... #14 53.36 Unpacking groff-base (1.22.4-4build1) ... #14 53.46 Selecting previously unselected package libgdbm6:arm64. #32 ... #33 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git" #33 0.667 hint: Using 'master' as the name for the initial branch. This default branch name #33 0.667 hint: is subject to change. To configure the initial branch name to use in all #33 0.667 hint: of your new repositories, which will suppress this warning, call: #33 0.667 hint: #33 0.667 hint: git config --global init.defaultBranch #33 0.667 hint: #33 0.667 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and #33 0.667 hint: 'development'. The just-created branch can be renamed via this command: #33 0.667 hint: #33 0.667 hint: git branch -m #33 0.668 Initialized empty Git repository in /usr/src/tini/.git/ #33 DONE 0.7s #14 62.57 Setting up libnumber-compare-perl (0.03-2) ... #14 62.59 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.2) ... #14 62.60 Setting up fakeroot (1.28-1ubuntu1) ... #14 62.61 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 62.61 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 62.61 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 62.61 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 62.61 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 62.61 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 62.61 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 62.61 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 62.61 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 62.62 Setting up autotools-dev (20220109.1) ... #14 62.63 Setting up libtirpc-dev:armhf (1.3.2-2ubuntu0.1) ... #14 62.65 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #14 62.66 Setting up libx11-data (2:1.7.5-1ubuntu0.3) ... #14 62.67 Setting up make (4.3-4.1build1) ... #14 62.68 Setting up libmpfr6:armhf (4.1.0-3build3) ... #14 62.70 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ... #14 62.71 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ... #14 62.72 Setting up lzip (1.23-1) ... #14 62.73 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode #14 62.73 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 #14 62.74 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode #14 62.74 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 #14 62.74 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode #14 62.74 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 #14 62.75 Setting up strace (5.16-0ubuntu3) ... #14 62.76 Setting up libsigsegv2:armhf (2.13-1ubuntu3) ... #14 62.77 Setting up xz-utils (5.2.5-2ubuntu1) ... #14 58.88 Preparing to unpack .../147-libhttp-date-perl_6.05-2_all.deb ... #14 58.88 Unpacking libhttp-date-perl (6.05-2) ... #14 58.91 Selecting previously unselected package libfile-listing-perl. #14 58.91 Preparing to unpack .../148-libfile-listing-perl_6.15-1_all.deb ... #14 58.92 Unpacking libfile-listing-perl (6.15-1) ... #14 58.95 Selecting previously unselected package libhtml-tagset-perl. #14 58.95 Preparing to unpack .../149-libhtml-tagset-perl_3.20-6_all.deb ... #14 58.95 Unpacking libhtml-tagset-perl (3.20-6) ... #14 58.99 Selecting previously unselected package liburi-perl. #14 59.00 Preparing to unpack .../150-liburi-perl_5.17-1ubuntu1_all.deb ... #14 59.00 Unpacking liburi-perl (5.17-1ubuntu1) ... #14 59.04 Selecting previously unselected package libhtml-parser-perl:armhf. #14 59.04 Preparing to unpack .../151-libhtml-parser-perl_3.81-1_armhf.deb ... #14 59.04 Unpacking libhtml-parser-perl:armhf (3.81-1) ... #14 59.08 Selecting previously unselected package libhtml-tree-perl. #14 59.08 Preparing to unpack .../152-libhtml-tree-perl_5.07-3_all.deb ... #14 59.08 Unpacking libhtml-tree-perl (5.07-3) ... #14 59.12 Selecting previously unselected package libclone-perl:armhf. #13 51.86 Installing : perl-DynaLoader-1.52-498.fc38.aarch64 94/153 #13 51.91 Installing : perl-Encode-4:3.19-493.fc38.aarch64 95/153 #13 52.06 Installing : perl-libs-4:5.36.3-498.fc38.aarch64 96/153 #13 52.11 Installing : perl-interpreter-4:5.36.3-498.fc38.aarch64 97/153 #13 52.14 Installing : devscripts-checkbashisms-2.23.0-1.fc38.aarch64 98/153 #13 52.15 Installing : shared-mime-info-2.2-3.fc38.aarch64 99/153 #15 10.93 Fetched 19.8 MB in 3s (7126 kB/s) #15 10.95 Selecting previously unselected package libstdc++-12-dev:armhf. #15 10.95 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 17888 files and directories currently installed.) #15 10.97 Preparing to unpack .../00-libstdc++-12-dev_12.2.0-14+rpi1_armhf.deb ... #15 10.97 Unpacking libstdc++-12-dev:armhf (12.2.0-14+rpi1) ... #14 56.56 Preparing to unpack .../325-licensecheck_3.0.45-1_all.deb ... #14 56.56 Unpacking licensecheck (3.0.45-1) ... #14 56.60 Selecting previously unselected package libdevel-size-perl. #14 56.60 Preparing to unpack .../326-libdevel-size-perl_0.83-1build1_amd64.deb ... #14 56.60 Unpacking libdevel-size-perl (0.83-1build1) ... #14 56.65 Selecting previously unselected package t1utils. #14 56.65 Preparing to unpack .../327-t1utils_1.41-3_amd64.deb ... #14 56.66 Unpacking t1utils (1.41-3) ... #14 56.70 Selecting previously unselected package lintian. #14 56.70 Preparing to unpack .../328-lintian_2.62.0ubuntu2.3_all.deb ... #14 56.71 Unpacking lintian (2.62.0ubuntu2.3) ... #16 0.813 Hit:3 http://archive.ubuntu.com/ubuntu lunar-updates InRelease #16 0.886 Hit:4 http://archive.ubuntu.com/ubuntu lunar-backports InRelease #16 21.53 Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 48/97 #16 21.77 Installing : selinux-policy-targeted-38.1.30-1.el9.noarch 48/97 #15 3.166 (1/95): autoconf-2.71-6.fc39.noarch.rpm 3.1 MB/s | 733 kB 00:00 #14 61.41 Preparing to unpack .../318-libset-intspan-perl_1.19-3_all.deb ... #14 61.41 Unpacking libset-intspan-perl (1.19-3) ... #14 61.44 Selecting previously unselected package libsocket6-perl. #14 61.44 Preparing to unpack .../319-libsocket6-perl_0.29-3_armhf.deb ... #14 61.45 Unpacking libsocket6-perl (0.29-3) ... #14 61.49 Selecting previously unselected package libsodium23:armhf. #14 61.49 Preparing to unpack .../320-libsodium23_1.0.18-1build2_armhf.deb ... #14 61.49 Unpacking libsodium23:armhf (1.0.18-1build2) ... #14 61.52 Selecting previously unselected package libstring-copyright-perl. #14 61.53 Preparing to unpack .../321-libstring-copyright-perl_0.003014-1_all.deb ... #14 61.53 Unpacking libstring-copyright-perl (0.003014-1) ... #14 61.56 Selecting previously unselected package libstring-escape-perl. #14 61.56 Preparing to unpack .../322-libstring-escape-perl_2010.002-3_all.deb ... #14 61.56 Unpacking libstring-escape-perl (2010.002-3) ... #14 61.67 Selecting previously unselected package libstring-license-perl. #13 59.01 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 59.13 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 59.15 Setting up dh-strip-nondeterminism (1.13.1-1) ... #13 59.17 Setting up libconst-fast-perl (0.014-2) ... #13 59.18 Setting up libhttp-daemon-perl (6.16-1) ... #13 59.19 Setting up python3-unidiff (0.7.3-1) ... #13 59.31 Setting up libdata-dpath-perl (0.58-2) ... #13 62.40 Setting up libauthen-sasl-perl (2.1600-3) ... #13 62.42 Setting up libdevel-size-perl (0.83-2+b1) ... #13 62.43 Setting up libpython3.11-stdlib:armhf (3.11.2-6) ... #13 62.45 Setting up libdebhelper-perl (13.11.4) ... #13 62.46 Setting up libpod-constants-perl (0.19-2) ... #13 62.48 Setting up libregexp-pattern-license-perl (3.9.4-3) ... #13 62.49 Setting up libconvert-binhex-perl (1.125-3) ... #13 62.50 Setting up liblwp-mediatypes-perl (6.04-2) ... #13 62.52 Setting up libyaml-libyaml-perl (0.86+ds-1) ... #13 62.53 Setting up libio-interactive-perl (1.023-2) ... #13 62.54 Setting up libtry-tiny-perl (0.31-2) ... #13 62.55 Setting up libtype-tiny-perl (2.002001-1) ... #13 62.57 Setting up libcommon-sense-perl:armhf (3.75-3) ... #13 62.58 Setting up libmldbm-perl (2.05-4) ... #13 62.60 Setting up libxml-namespacesupport-perl (1.12-2) ... #18 [stage-1 7/7] WORKDIR /root/rpmbuild #18 DONE 0.0s #19 exporting to image #19 exporting layers #14 52.33 #14 52.33 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 57.05 Preparing to unpack .../311-libtext-markdown-discount-perl_0.12-1+b1_armhf.deb ... #13 57.06 Unpacking libtext-markdown-discount-perl:armhf (0.12-1+b1) ... #13 57.11 Selecting previously unselected package libtext-xslate-perl. #13 57.11 Preparing to unpack .../312-libtext-xslate-perl_3.5.8-1+b1_armhf.deb ... #13 57.12 Unpacking libtext-xslate-perl (3.5.8-1+b1) ... #13 57.21 Selecting previously unselected package libtime-duration-perl. #13 57.21 Preparing to unpack .../313-libtime-duration-perl_1.21-1_all.deb ... #13 57.23 Unpacking libtime-duration-perl (1.21-1) ... #13 57.28 Selecting previously unselected package libtime-moment-perl. #13 57.28 Preparing to unpack .../314-libtime-moment-perl_0.44-1+b3_armhf.deb ... #13 57.30 Unpacking libtime-moment-perl (0.44-1+b3) ... #14 52.48 Unpacking libasan8:arm64 (13.2.0-4ubuntu3) ... #14 52.56 Selecting previously unselected package liblsan0:arm64. #14 52.57 Preparing to unpack .../078-liblsan0_13.2.0-4ubuntu3_arm64.deb ... #14 52.57 Unpacking liblsan0:arm64 (13.2.0-4ubuntu3) ... #14 52.63 Selecting previously unselected package libtsan2:arm64. #14 52.63 Preparing to unpack .../079-libtsan2_13.2.0-4ubuntu3_arm64.deb ... #14 52.63 Unpacking libtsan2:arm64 (13.2.0-4ubuntu3) ... #14 52.71 Selecting previously unselected package libubsan1:arm64. #14 52.71 Preparing to unpack .../080-libubsan1_13.2.0-4ubuntu3_arm64.deb ... #14 52.72 Unpacking libubsan1:arm64 (13.2.0-4ubuntu3) ... #14 52.77 Selecting previously unselected package libhwasan0:arm64. #14 62.65 Setting up libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 49.82 Preparing to unpack .../086-gcc-11_11.4.0-1ubuntu1~22.04_arm64.deb ... #14 49.83 Unpacking gcc-11 (11.4.0-1ubuntu1~22.04) ... #14 50.14 Selecting previously unselected package gcc. #13 54.84 Setting up python3.11 (3.11.2-6) ... #14 53.46 Preparing to unpack .../005-libgdbm6_1.18.1-5_arm64.deb ... #14 53.46 Unpacking libgdbm6:arm64 (1.18.1-5) ... #14 53.50 Selecting previously unselected package libpipeline1:arm64. #14 53.50 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_arm64.deb ... #14 53.50 Unpacking libpipeline1:arm64 (1.5.2-2build1) ... #14 53.55 Selecting previously unselected package man-db. #14 53.55 Preparing to unpack .../007-man-db_2.9.1-1_arm64.deb ... #14 53.56 Unpacking man-db (2.9.1-1) ... #14 53.66 Selecting previously unselected package perl-modules-5.30. #14 53.66 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.5_all.deb ... #14 53.66 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.5) ... #34 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD #14 62.78 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 62.78 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #14 62.78 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #14 62.78 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #14 62.78 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #14 62.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 #14 62.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 #14 62.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 #14 62.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 #14 62.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 #14 62.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 #14 62.79 Setting up t1utils (1.41-4build2) ... #14 62.80 Setting up diffstat (1.64-1build2) ... #14 62.82 Setting up libpng16-16:armhf (1.6.37-3build5) ... #14 62.83 Setting up libmpc3:armhf (1.2.1-2build1) ... #14 62.85 Setting up libatomic1:armhf (12.3.0-1ubuntu1~22.04) ... #14 62.86 Setting up patch (2.7.6-7build2) ... #14 62.87 Setting up autopoint (0.21-4ubuntu4) ... #14 62.88 Setting up fonts-dejavu-core (2.37-2build1) ... #14 62.95 Setting up ucf (3.0043) ... #14 59.12 Preparing to unpack .../153-libclone-perl_0.46-1_armhf.deb ... #14 59.13 Unpacking libclone-perl:armhf (0.46-1) ... #14 59.16 Selecting previously unselected package libio-html-perl. #14 59.16 Preparing to unpack .../154-libio-html-perl_1.004-3_all.deb ... #14 59.17 Unpacking libio-html-perl (1.004-3) ... #14 59.20 Selecting previously unselected package liblwp-mediatypes-perl. #14 59.20 Preparing to unpack .../155-liblwp-mediatypes-perl_6.04-2_all.deb ... #14 59.21 Unpacking liblwp-mediatypes-perl (6.04-2) ... #14 59.24 Selecting previously unselected package libhttp-message-perl. #14 59.24 Preparing to unpack .../156-libhttp-message-perl_6.44-1_all.deb ... #14 59.25 Unpacking libhttp-message-perl (6.44-1) ... #14 59.28 Selecting previously unselected package libhttp-cookies-perl. #14 59.28 Preparing to unpack .../157-libhttp-cookies-perl_6.10-1_all.deb ... #14 59.28 Unpacking libhttp-cookies-perl (6.10-1) ... #14 59.32 Selecting previously unselected package libhttp-negotiate-perl. #14 59.32 Preparing to unpack .../158-libhttp-negotiate-perl_6.01-2_all.deb ... #14 59.33 Unpacking libhttp-negotiate-perl (6.01-2) ... #14 59.36 Selecting previously unselected package perl-openssl-defaults:armhf. #13 52.19 Running scriptlet: shared-mime-info-2.2-3.fc38.aarch64 99/153 #13 52.21 Installing : gdk-pixbuf2-2.42.10-2.fc38.aarch64 100/153 #13 52.27 Installing : libappstream-glib-0.8.2-2.fc38.aarch64 101/153 #13 52.32 Installing : dash-0.5.12-1.fc38.aarch64 102/153 #13 52.32 Running scriptlet: dash-0.5.12-1.fc38.aarch64 102/153 #13 52.34 Installing : dbus-libs-1:1.14.10-1.fc38.aarch64 103/153 #13 52.38 Installing : python3-dbus-1.3.2-2.fc38.aarch64 104/153 #13 52.39 Installing : diffutils-3.10-1.fc38.aarch64 105/153 #15 11.21 Selecting previously unselected package g++-12. #15 11.22 Preparing to unpack .../01-g++-12_12.2.0-14+rpi1_armhf.deb ... #15 11.22 Unpacking g++-12 (12.2.0-14+rpi1) ... #14 57.00 Selecting previously unselected package manpages-dev. #14 57.00 Preparing to unpack .../329-manpages-dev_5.05-1_all.deb ... #14 57.01 Unpacking manpages-dev (5.05-1) ... #15 3.176 (2/95): automake-1.16.5-13.fc39.noarch.rpm 2.8 MB/s | 697 kB 00:00 #15 3.183 (3/95): checkpolicy-3.5-3.fc39.x86_64.rpm 1.4 MB/s | 349 kB 00:00 #15 3.213 (4/95): cmake-filesystem-3.27.7-1.fc39.x86_64.r 2.1 MB/s | 19 kB 00:00 #15 3.233 (5/95): cmake-data-3.27.7-1.fc39.noarch.rpm 54 MB/s | 2.2 MB 00:00 #15 3.239 (6/95): cmake-rpm-macros-3.27.7-1.fc39.noarch.r 837 kB/s | 18 kB 00:00 #15 3.250 (7/95): cryptsetup-libs-2.6.1-3.fc39.x86_64.rpm 34 MB/s | 491 kB 00:00 #15 3.298 (8/95): cmake-3.27.7-1.fc39.x86_64.rpm 61 MB/s | 8.0 MB 00:00 #15 3.300 (9/95): dbus-1.14.10-1.fc39.x86_64.rpm 140 kB/s | 8.1 kB 00:00 #15 3.304 (10/95): dbus-common-1.14.10-1.fc39.noarch.rpm 279 kB/s | 15 kB 00:00 #15 3.309 (11/95): device-mapper-libs-1.02.196-1.fc39.x86 21 MB/s | 175 kB 00:00 #15 3.313 (12/95): device-mapper-1.02.196-1.fc39.x86_64.r 11 MB/s | 138 kB 00:00 #15 3.329 (13/95): gc-8.2.2-4.fc39.x86_64.rpm 4.5 MB/s | 110 kB 00:00 #15 3.342 (14/95): jsoncpp-1.9.5-5.fc39.x86_64.rpm 4.2 MB/s | 99 kB 00:00 #15 3.380 (15/95): guile22-2.2.7-9.fc39.x86_64.rpm 92 MB/s | 6.5 MB 00:00 #15 3.383 (16/95): kmod-libs-30-6.fc39.x86_64.rpm 1.4 MB/s | 67 kB 00:00 #15 3.389 (17/95): less-633-2.fc39.x86_64.rpm 3.7 MB/s | 175 kB 00:00 #15 3.392 (18/95): libargon2-20190702-3.fc39.x86_64.rpm 3.4 MB/s | 28 kB 00:00 #15 3.398 (19/95): libbpf-1.1.0-4.fc39.x86_64.rpm 12 MB/s | 165 kB 00:00 #15 3.402 (20/95): libcbor-0.10.2-2.fc39.x86_64.rpm 4.3 MB/s | 58 kB 00:00 #16 0.911 Reading package lists... #16 2.016 dpkg-buildpackage: info: source package docker-ce-build-deps #16 2.016 dpkg-buildpackage: info: source version 1.0 #16 2.016 dpkg-buildpackage: info: source distribution unstable #16 2.016 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #15 1.301 Last metadata expiration check: 0:00:27 ago on Mon Jan 22 21:40:49 2024. #14 61.68 Preparing to unpack .../323-libstring-license-perl_0.0.9-2ubuntu1_all.deb ... #14 61.68 Unpacking libstring-license-perl (0.0.9-2ubuntu1) ... #14 61.71 Selecting previously unselected package libstring-shellquote-perl. #14 61.72 Preparing to unpack .../324-libstring-shellquote-perl_1.04-3_all.deb ... #14 61.72 Unpacking libstring-shellquote-perl (1.04-3) ... #14 61.75 Selecting previously unselected package libsyntax-keyword-try-perl. #14 61.75 Preparing to unpack .../325-libsyntax-keyword-try-perl_0.29-1_armhf.deb ... #14 61.75 Unpacking libsyntax-keyword-try-perl (0.29-1) ... #14 61.79 Selecting previously unselected package libterm-readkey-perl. #14 61.79 Preparing to unpack .../326-libterm-readkey-perl_2.38-2build1_armhf.deb ... #14 61.79 Unpacking libterm-readkey-perl (2.38-2build1) ... #14 61.82 Selecting previously unselected package libtext-levenshteinxs-perl. #14 61.82 Preparing to unpack .../327-libtext-levenshteinxs-perl_0.03-5build1_armhf.deb ... #14 61.83 Unpacking libtext-levenshteinxs-perl (0.03-5build1) ... #14 61.86 Selecting previously unselected package libtext-markdown-discount-perl. #14 61.86 Preparing to unpack .../328-libtext-markdown-discount-perl_0.16-1_armhf.deb ... #14 61.86 Unpacking libtext-markdown-discount-perl (0.16-1) ... #14 61.89 Selecting previously unselected package libtext-xslate-perl:armhf. #13 59.32 Setting up python3-magic (2:0.4.26-3) ... #13 59.43 Setting up g++-12 (12.2.0-14) ... #13 59.45 Setting up python3-pkg-resources (66.1.1-1) ... #13 62.61 Setting up libnet-http-perl (6.22-1) ... #13 62.62 Setting up libpath-iterator-rule-perl (1.015-2) ... #13 62.64 Setting up libtext-markdown-discount-perl (0.16-1) ... #13 62.66 Setting up libhttp-tiny-multipart-perl (0.08-2) ... #13 62.67 Setting up libtime-moment-perl (0.44-2+b1) ... #13 62.69 Setting up libencode-locale-perl (1.05-3) ... #13 62.70 Setting up libexception-class-perl (1.45-1) ... #13 62.72 Setting up libxstring-perl:armhf (0.005-2+b1) ... #13 62.74 Setting up libmath-base85-perl (0.5+dfsg-2) ... #13 62.76 Setting up libconfig-tiny-perl (2.28-2) ... #13 62.77 Setting up libsereal-encoder-perl (5.003+ds-1) ... #13 62.79 Setting up libdevel-callchecker-perl:armhf (0.008-2) ... #13 62.80 Setting up liblist-utilsby-perl (0.12-2) ... #13 62.81 Setting up libstring-shellquote-perl (1.04-3) ... #13 62.83 Setting up libnet-netmask-perl (2.0002-2) ... #13 62.85 Setting up libsub-install-perl (0.929-1) ... #13 62.86 Setting up gcc (4:12.2.0-3) ... #13 62.89 Setting up dpkg-dev (1.21.22) ... #13 62.92 Setting up libindirect-perl (0.39-2+b1) ... #14 52.40 Setting up python3-six (1.16.0-4) ... #14 52.54 Setting up dh-autoreconf (20) ... #14 52.60 Setting up libdata-validate-uri-perl (0.07-2) ... #14 52.64 Setting up libnet-smtp-ssl-perl (1.04-2) ... #13 57.37 Selecting previously unselected package libtype-tiny-xs-perl. #13 57.37 Preparing to unpack .../315-libtype-tiny-xs-perl_0.022-1_armhf.deb ... #13 57.38 Unpacking libtype-tiny-xs-perl (0.022-1) ... #13 57.45 Selecting previously unselected package libunicode-utf8-perl. #13 57.45 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1+b2_armhf.deb ... #13 57.46 Unpacking libunicode-utf8-perl (0.62-1+b2) ... #13 57.54 Selecting previously unselected package libxdelta2. #13 57.54 Preparing to unpack .../317-libxdelta2_1.1.3-9.3_armhf.deb ... #13 57.56 Unpacking libxdelta2 (1.1.3-9.3) ... #14 52.77 Preparing to unpack .../081-libhwasan0_13.2.0-4ubuntu3_arm64.deb ... #14 52.77 Unpacking libhwasan0:arm64 (13.2.0-4ubuntu3) ... #14 52.82 Selecting previously unselected package libgcc-13-dev:arm64. #14 52.82 Preparing to unpack .../082-libgcc-13-dev_13.2.0-4ubuntu3_arm64.deb ... #14 52.82 Unpacking libgcc-13-dev:arm64 (13.2.0-4ubuntu3) ... #14 52.91 Selecting previously unselected package gcc-13. #14 62.66 Setting up gpgsm (2.2.19-3ubuntu2.2) ... #14 62.68 Setting up libxext6:armhf (2:1.3.4-0ubuntu1) ... #14 62.69 Setting up python3 (3.8.2-0ubuntu2) ... #14 50.14 Preparing to unpack .../087-gcc_4%3a11.2.0-1ubuntu1_arm64.deb ... #14 50.14 Unpacking gcc (4:11.2.0-1ubuntu1) ... #14 50.18 Selecting previously unselected package libstdc++-11-dev:arm64. #14 50.18 Preparing to unpack .../088-libstdc++-11-dev_11.4.0-1ubuntu1~22.04_arm64.deb ... #14 50.23 Unpacking libstdc++-11-dev:arm64 (11.4.0-1ubuntu1~22.04) ... #14 50.47 Selecting previously unselected package g++-11. #14 53.96 Selecting previously unselected package libgdbm-compat4:arm64. #14 63.05 Setting up libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ... #14 63.06 Setting up libltdl7:armhf (2.4.6-15build2) ... #14 63.08 Setting up libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.2) ... #14 63.09 Setting up libssh-4:armhf (0.9.6-2ubuntu0.22.04.3) ... #14 63.10 Setting up libwebp7:armhf (1.2.2-2ubuntu0.22.04.2) ... #14 63.12 Setting up libubsan1:armhf (12.3.0-1ubuntu1~22.04) ... #14 63.13 Setting up libgcc-11-dev:armhf (11.4.0-1ubuntu1~22.04) ... #14 63.14 Setting up libmd0:armhf (1.0.4-1build1) ... #14 63.15 Setting up python-apt-common (2.4.0ubuntu2) ... #14 63.17 Setting up libnsl-dev:armhf (1.3.0-2build2) ... #14 63.18 Setting up libcrypt-dev:armhf (1:4.4.27-1) ... #14 63.19 Setting up libuchardet0:armhf (0.0.7-1build2) ... #14 63.21 Setting up lzop (1.04-2build2) ... #14 63.22 Setting up libmpdec3:armhf (2.5.1-2build2) ... #14 63.28 Setting up git-man (1:2.34.1-1ubuntu1.10) ... #14 59.36 Preparing to unpack .../159-perl-openssl-defaults_7_armhf.deb ... #14 59.36 Unpacking perl-openssl-defaults:armhf (7) ... #14 59.39 Selecting previously unselected package libnet-ssleay-perl:armhf. #14 59.39 Preparing to unpack .../160-libnet-ssleay-perl_1.92-2build2_armhf.deb ... #14 59.40 Unpacking libnet-ssleay-perl:armhf (1.92-2build2) ... #14 59.45 Selecting previously unselected package libio-socket-ssl-perl. #14 59.45 Preparing to unpack .../161-libio-socket-ssl-perl_2.081-2_all.deb ... #14 59.45 Unpacking libio-socket-ssl-perl (2.081-2) ... #14 59.52 Selecting previously unselected package libnet-http-perl. #14 59.52 Preparing to unpack .../162-libnet-http-perl_6.22-1_all.deb ... #14 59.53 Unpacking libnet-http-perl (6.22-1) ... #14 59.56 Selecting previously unselected package liblwp-protocol-https-perl. #14 59.56 Preparing to unpack .../163-liblwp-protocol-https-perl_6.10-1_all.deb ... #14 59.57 Unpacking liblwp-protocol-https-perl (6.10-1) ... #14 59.61 Selecting previously unselected package libtry-tiny-perl. #14 59.61 Preparing to unpack .../164-libtry-tiny-perl_0.31-2_all.deb ... #14 59.61 Unpacking libtry-tiny-perl (0.31-2) ... #13 52.43 Installing : python3-zstandard-0.21.0-1.fc38.aarch64 106/153 #13 52.45 Installing : xxhash-libs-0.8.2-1.fc38.aarch64 107/153 #13 52.52 Installing : gdb-minimal-13.2-7.fc38.aarch64 108/153 #13 52.55 Installing : debugedit-5.0-9.fc38.aarch64 109/153 #13 52.56 Installing : zstd-1.5.5-1.fc38.aarch64 110/153 #13 52.60 Installing : rust-srpm-macros-25.2-2.fc38.noarch 111/153 #13 52.60 Installing : rpmautospec-rpm-macros-0.3.8-1.fc38.noarch 112/153 #13 52.60 Installing : qt6-srpm-macros-6.6.0-1.fc38.noarch 113/153 #13 52.61 Installing : qt5-srpm-macros-5.15.11-1.fc38.noarch 114/153 #15 3.406 (21/95): libedit-3.1-48.20230828cvs.fc39.x86_64 8.3 MB/s | 107 kB 00:00 #15 3.411 (22/95): libfdisk-2.39.2-1.fc39.x86_64.rpm 13 MB/s | 162 kB 00:00 #15 3.416 (23/95): libfido2-1.13.0-3.fc39.x86_64.rpm 10 MB/s | 98 kB 00:00 #15 3.419 (24/95): libmpc-1.3.1-3.fc39.x86_64.rpm 5.6 MB/s | 70 kB 00:00 #15 3.423 (25/95): libseccomp-2.5.3-6.fc39.x86_64.rpm 6.3 MB/s | 71 kB 00:00 #15 3.426 (26/95): libseccomp-devel-2.5.3-6.fc39.x86_64.r 8.7 MB/s | 60 kB 00:00 #15 3.432 (27/95): libselinux-utils-3.5-5.fc39.x86_64.rpm 18 MB/s | 163 kB 00:00 #15 3.437 (28/95): libsepol-devel-3.5-2.fc39.x86_64.rpm 4.9 MB/s | 49 kB 00:00 #15 3.444 (29/95): libselinux-devel-3.5-5.fc39.x86_64.rpm 6.1 MB/s | 151 kB 00:00 #15 3.451 (30/95): libtool-2.4.7-7.fc39.x86_64.rpm 32 MB/s | 601 kB 00:00 #15 3.454 (31/95): libtool-ltdl-2.4.7-7.fc39.x86_64.rpm 2.4 MB/s | 36 kB 00:00 #15 3.459 (32/95): libtool-ltdl-devel-2.4.7-7.fc39.x86_64 11 MB/s | 164 kB 00:00 #15 3.462 (33/95): libutempter-1.2.1-10.fc39.x86_64.rpm 3.2 MB/s | 26 kB 00:00 #15 3.465 (34/95): libxcrypt-devel-4.4.36-2.fc39.x86_64.r 2.8 MB/s | 30 kB 00:00 #15 3.470 (35/95): libxcrypt-static-4.4.36-2.fc39.x86_64. 9.3 MB/s | 95 kB 00:00 #15 3.477 (36/95): m4-1.4.19-6.fc39.x86_64.rpm 26 MB/s | 303 kB 00:00 #15 3.484 (37/95): make-4.4.1-2.fc39.x86_64.rpm 31 MB/s | 589 kB 00:00 #15 3.494 (38/95): pcre2-devel-10.42-1.fc39.2.x86_64.rpm 22 MB/s | 505 kB 00:00 #15 3.500 (39/95): pcre2-utf16-10.42-1.fc39.2.x86_64.rpm 14 MB/s | 212 kB 00:00 #15 3.505 (40/95): pcre2-utf32-10.42-1.fc39.2.x86_64.rpm 10 MB/s | 200 kB 00:00 #15 3.509 (41/95): perl-Error-0.17029-13.fc39.noarch.rpm 2.8 MB/s | 40 kB 00:00 #15 3.513 (42/95): perl-TermReadKey-2.38-18.fc39.x86_64.r 4.8 MB/s | 35 kB 00:00 #15 3.516 (43/95): perl-Thread-Queue-3.14-500.fc39.noarch 2.0 MB/s | 21 kB 00:00 #15 3.520 (44/95): perl-threads-2.36-500.fc39.x86_64.rpm 5.2 MB/s | 58 kB 00:00 #15 3.524 (45/95): perl-threads-shared-1.68-500.fc39.x86_ 5.7 MB/s | 45 kB 00:00 #15 3.530 (46/95): python3-libselinux-3.5-5.fc39.x86_64.r 15 MB/s | 198 kB 00:00 #15 3.534 (47/95): python3-libsemanage-3.5-4.fc39.x86_64. 6.3 MB/s | 84 kB 00:00 #15 3.544 (48/95): python3-setools-4.4.3-1.fc39.x86_64.rp 37 MB/s | 714 kB 00:00 #15 3.568 (49/95): python3-setuptools-67.7.2-7.fc39.noarc 47 MB/s | 1.5 MB 00:00 #15 3.576 (50/95): qrencode-libs-4.1.1-5.fc39.x86_64.rpm 1.5 MB/s | 61 kB 00:00 #15 3.583 (51/95): rhash-1.4.3-3.fc39.x86_64.rpm 5.6 MB/s | 194 kB 00:00 #15 3.598 (52/95): util-linux-2.39.2-1.fc39.x86_64.rpm 57 MB/s | 1.2 MB 00:00 #15 3.601 (53/95): which-2.21-40.fc39.x86_64.rpm 1.7 MB/s | 42 kB 00:00 #15 3.605 (54/95): annobin-docs-12.35-1.fc39.noarch.rpm 4.6 MB/s | 90 kB 00:00 #16 2.049 dpkg-buildpackage: info: host architecture amd64 #16 2.049 dpkg-source --before-build . #16 2.144 debian/rules clean #16 2.146 dh clean #16 2.233 dh_clean #16 2.265 debian/rules binary #15 1.842 Package bash-5.2.21-1.fc39.aarch64 is already installed. #14 51.06 Setting up libc6:arm64 (2.37-0ubuntu2.2) ... #14 61.90 Preparing to unpack .../329-libtext-xslate-perl_3.5.9-1build2_armhf.deb ... #14 61.90 Unpacking libtext-xslate-perl:armhf (3.5.9-1build2) ... #14 61.94 Selecting previously unselected package libtime-duration-perl. #14 61.94 Preparing to unpack .../330-libtime-duration-perl_1.21-2_all.deb ... #14 61.95 Unpacking libtime-duration-perl (1.21-2) ... #14 61.98 Selecting previously unselected package libtime-moment-perl. #14 61.98 Preparing to unpack .../331-libtime-moment-perl_0.44-2build1_armhf.deb ... #14 61.98 Unpacking libtime-moment-perl (0.44-2build1) ... #14 62.02 Selecting previously unselected package libtype-tiny-xs-perl:armhf. #14 62.02 Preparing to unpack .../332-libtype-tiny-xs-perl_0.025-1_armhf.deb ... #14 62.03 Unpacking libtype-tiny-xs-perl:armhf (0.025-1) ... #14 62.06 Selecting previously unselected package libunicode-utf8-perl. #14 62.06 Preparing to unpack .../333-libunicode-utf8-perl_0.62-2_armhf.deb ... #14 62.07 Unpacking libunicode-utf8-perl (0.62-2) ... #14 62.10 Selecting previously unselected package libwww-mechanize-perl. #14 62.10 Preparing to unpack .../334-libwww-mechanize-perl_2.17-1ubuntu1_all.deb ... #14 62.10 Unpacking libwww-mechanize-perl (2.17-1ubuntu1) ... #14 62.15 Selecting previously unselected package libxml-namespacesupport-perl. #14 57.26 Selecting previously unselected package python3-certifi. #14 57.26 Preparing to unpack .../330-python3-certifi_2019.11.28-1_all.deb ... #14 57.27 Unpacking python3-certifi (2019.11.28-1) ... #14 57.31 Selecting previously unselected package python3-idna. #14 57.32 Preparing to unpack .../331-python3-idna_2.8-1_all.deb ... #14 57.32 Unpacking python3-idna (2.8-1) ... #14 57.36 Selecting previously unselected package python3-urllib3. #14 57.36 Preparing to unpack .../332-python3-urllib3_1.25.8-2ubuntu0.3_all.deb ... #14 57.37 Unpacking python3-urllib3 (1.25.8-2ubuntu0.3) ... #14 57.41 Selecting previously unselected package python3-requests. #14 57.42 Preparing to unpack .../333-python3-requests_2.22.0-2ubuntu1.1_all.deb ... #14 57.42 Unpacking python3-requests (2.22.0-2ubuntu1.1) ... #14 57.46 Selecting previously unselected package python3-unidiff. #14 57.46 Preparing to unpack .../334-python3-unidiff_0.5.5-2_all.deb ... #14 57.46 Unpacking python3-unidiff (0.5.5-2) ... #13 59.69 Setting up libmodule-implementation-perl (0.09-2) ... #13 62.96 Setting up libxs-parse-sublike-perl:armhf (0.16-1+b2) ... #13 62.97 Setting up intltool-debian (0.35.0+20060710.6) ... #13 62.98 Setting up libfreezethaw-perl (0.5001-3) ... #13 63.00 Setting up libobject-pad-perl (0.78-1) ... #13 63.02 Setting up liberror-perl (0.17029-2) ... #13 63.03 Setting up patchutils (0.4.2-1) ... #13 63.05 Setting up libmail-sendmail-perl (0.80-3) ... #13 63.06 Setting up libltdl-dev:armhf (2.4.7-5) ... #13 63.08 Setting up libjson-maybexs-perl (1.004004-1) ... #13 63.09 Setting up libxml-sax-base-perl (1.09-3) ... #13 63.11 Setting up libio-string-perl (1.08-4) ... #13 63.13 Setting up libreadonly-perl (2.050-3) ... #14 52.72 Setting up python3-gpg (1.18.0-3ubuntu2) ... #14 52.98 Setting up python3-certifi (2022.9.24-1) ... #13 57.65 Selecting previously unselected package libxext6:armhf. #13 57.65 Preparing to unpack .../318-libxext6_2%3a1.3.3-1.1_armhf.deb ... #13 57.65 Unpacking libxext6:armhf (2:1.3.3-1.1) ... #13 57.71 Selecting previously unselected package libxml-namespacesupport-perl. #13 57.71 Preparing to unpack .../319-libxml-namespacesupport-perl_1.12-1.1_all.deb ... #13 57.72 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... #13 57.78 Selecting previously unselected package libxml-sax-base-perl. #13 57.79 Preparing to unpack .../320-libxml-sax-base-perl_1.09-1.1_all.deb ... #13 57.80 Unpacking libxml-sax-base-perl (1.09-1.1) ... #13 57.85 Selecting previously unselected package libxml-sax-perl. #14 62.97 Setting up binutils (2.34-6ubuntu1.8) ... #14 62.99 Setting up python3-xdg (0.26-1ubuntu1) ... #14 63.15 Setting up man-db (2.9.1-1) ... #14 50.47 Preparing to unpack .../089-g++-11_11.4.0-1ubuntu1~22.04_arm64.deb ... #14 50.48 Unpacking g++-11 (11.4.0-1ubuntu1~22.04) ... #14 50.67 Selecting previously unselected package g++. #14 52.92 Preparing to unpack .../083-gcc-13_13.2.0-4ubuntu3_arm64.deb ... #14 52.92 Unpacking gcc-13 (13.2.0-4ubuntu3) ... #14 53.27 Selecting previously unselected package gcc. #14 53.96 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_arm64.deb ... #14 53.97 Unpacking libgdbm-compat4:arm64 (1.18.1-5) ... #14 54.00 Selecting previously unselected package libperl5.30:arm64. #14 54.00 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.5_arm64.deb ... #14 54.01 Unpacking libperl5.30:arm64 (5.30.0-9ubuntu0.5) ... #14 63.30 Setting up netbase (6.3) ... #14 63.33 Setting up libbinutils:armhf (2.38-4ubuntu2.5) ... #14 63.34 Setting up libfido2-1:armhf (1.10.0-1) ... #14 63.35 Setting up libisl23:armhf (0.24-2build1) ... #14 63.37 Setting up libc-dev-bin (2.35-0ubuntu3.6) ... #14 63.38 Setting up openssl (3.0.2-0ubuntu1.12) ... #14 63.40 Setting up libbsd0:armhf (0.11.5-1) ... #14 63.41 Setting up libelf1:armhf (0.186-1build1) ... #14 63.43 Setting up readline-common (8.1.2-1) ... #14 63.44 Setting up publicsuffix (20211207.1025-1) ... #14 63.46 Setting up zstd (1.4.8+dfsg-3build1) ... #14 63.47 Setting up libmarkdown2:armhf (2.2.7-2) ... #14 63.49 Setting up libcc1-0:armhf (12.3.0-1ubuntu1~22.04) ... #14 63.50 Setting up iso-codes (4.9.0-1) ... #14 63.51 Setting up liblocale-gettext-perl (1.07-4build3) ... #14 63.55 Setting up dctrl-tools (2.24-3build2) ... #14 63.57 Setting up libgdbm6:armhf (1.23-1) ... #14 63.58 Setting up libicu70:armhf (70.1-2) ... #14 63.59 Setting up libctf0:armhf (2.38-4ubuntu2.5) ... #14 63.61 Setting up libjpeg8:armhf (8c-2ubuntu10) ... #14 63.62 Setting up pinentry-curses (1.1.1-1build2) ... #13 55.58 Setting up libhttp-negotiate-perl (6.01-2) ... #14 59.65 Selecting previously unselected package libwww-robotrules-perl. #14 59.65 Preparing to unpack .../165-libwww-robotrules-perl_6.02-1_all.deb ... #14 59.66 Unpacking libwww-robotrules-perl (6.02-1) ... #14 59.69 Selecting previously unselected package libwww-perl. #14 59.69 Preparing to unpack .../166-libwww-perl_6.67-1_all.deb ... #14 59.69 Unpacking libwww-perl (6.67-1) ... #14 59.73 Selecting previously unselected package patchutils. #14 59.73 Preparing to unpack .../167-patchutils_0.4.2-1build2_armhf.deb ... #14 59.75 Unpacking patchutils (0.4.2-1build2) ... #14 59.79 Selecting previously unselected package wdiff. #14 59.79 Preparing to unpack .../168-wdiff_1.2.2-5_armhf.deb ... #14 59.79 Unpacking wdiff (1.2.2-5) ... #14 59.83 Selecting previously unselected package devscripts. #14 59.84 Preparing to unpack .../169-devscripts_2.23.4ubuntu1_all.deb ... #14 59.89 Unpacking devscripts (2.23.4ubuntu1) ... #14 59.96 Selecting previously unselected package diffstat. #13 52.65 Installing : package-notes-srpm-macros-0.5-8.fc38.noarch 115/153 #13 52.66 Installing : kernel-srpm-macros-1.0-19.fc38.noarch 116/153 #13 52.66 Installing : emacs-filesystem-1:28.3-0.rc1.fc38.noarch 117/153 #13 52.67 Installing : desktop-file-utils-0.26-8.fc38.aarch64 118/153 #13 52.70 Installing : ansible-srpm-macros-1-10.fc38.noarch 119/153 #13 52.71 Installing : python3-tomli-w-1.0.0-5.fc38.noarch 120/153 #13 52.72 Installing : python3-pyxdg-0.27-7.fc38.noarch 121/153 #13 52.78 Installing : python3-file-magic-5.44-3.fc38.noarch 122/153 #13 52.79 Installing : python3-distro-1.8.0-2.fc38.noarch 123/153 #13 52.82 Installing : pkgconf-m4-1.8.0-6.fc38.noarch 124/153 #13 52.82 Installing : pkgconf-pkg-config-1.8.0-6.fc38.aarch64 125/153 #13 52.83 Installing : perl-srpm-macros-1-48.fc38.noarch 126/153 #13 52.83 Installing : openblas-srpm-macros-2-13.fc38.noarch 127/153 #13 52.87 Installing : ocaml-srpm-macros-7-3.fc38.noarch 128/153 #13 52.87 Installing : lua-srpm-macros-1-8.fc38.noarch 129/153 #13 52.88 Installing : gnat-srpm-macros-6-2.fc38.noarch 130/153 #34 ... #29 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git" #29 1.273 hint: Using 'master' as the name for the initial branch. This default branch name #29 1.273 hint: is subject to change. To configure the initial branch name to use in all #29 1.273 hint: of your new repositories, which will suppress this warning, call: #29 1.273 hint: #29 1.273 hint: git config --global init.defaultBranch #29 1.273 hint: #29 1.273 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and #29 1.273 hint: 'development'. The just-created branch can be renamed via this command: #29 1.273 hint: #29 1.273 hint: git branch -m #29 1.274 Initialized empty Git repository in /usr/src/containerd/.git/ #29 DONE 1.5s #35 [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.1" && /build/go-winres --help #35 0.625 go: downloading github.com/tc-hib/go-winres v0.3.1 #35 1.423 go: downloading github.com/tc-hib/winres v0.1.6 #35 1.424 go: downloading github.com/urfave/cli/v2 v2.3.0 #35 1.639 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 #35 1.654 go: downloading github.com/russross/blackfriday/v2 v2.1.0 #35 1.797 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb #35 1.798 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 #15 3.619 (55/95): annobin-plugin-gcc-12.35-1.fc39.x86_64 53 MB/s | 957 kB 00:00 #15 3.638 (56/95): dbus-broker-35-2.fc39.x86_64.rpm 5.7 MB/s | 176 kB 00:00 #15 3.692 (57/95): gcc-plugin-annobin-13.2.1-6.fc39.x86_6 979 kB/s | 50 kB 00:00 #15 3.772 (58/95): cpp-13.2.1-6.fc39.x86_64.rpm 63 MB/s | 11 MB 00:00 #15 11.92 Selecting previously unselected package g++. #16 2.266 dh binary #16 2.342 dh_update_autotools_config #16 2.370 dh_autoreconf #16 2.410 create-stamp debian/debhelper-build-stamp #16 2.410 dh_prep #16 2.437 dh_auto_install --destdir=debian/docker-ce-build-deps/ #16 2.487 dh_install #15 1.860 Package bash-5.2.21-1.fc39.aarch64 is already installed. #15 1.868 Package bash-5.2.21-1.fc39.aarch64 is already installed. #15 1.869 Package ca-certificates-2023.2.60_v7.0.306-2.fc39.noarch is already installed. #15 1.869 Package libarchive-3.7.1-1.fc39.aarch64 is already installed. #15 1.870 Package pkgconf-pkg-config-1.9.5-2.fc39.aarch64 is already installed. #15 1.870 Package tar-2:1.35-2.fc39.aarch64 is already installed. #15 1.879 Package bash-5.2.21-1.fc39.aarch64 is already installed. #15 1.988 Dependencies resolved. #14 62.16 Preparing to unpack .../335-libxml-namespacesupport-perl_1.12-2_all.deb ... #14 62.16 Unpacking libxml-namespacesupport-perl (1.12-2) ... #14 62.19 Selecting previously unselected package libxml-sax-base-perl. #14 62.19 Preparing to unpack .../336-libxml-sax-base-perl_1.09-3_all.deb ... #14 62.20 Unpacking libxml-sax-base-perl (1.09-3) ... #14 62.24 Selecting previously unselected package libxml-sax-perl. #14 62.24 Preparing to unpack .../337-libxml-sax-perl_1.02+dfsg-3_all.deb ... #14 62.25 Unpacking libxml-sax-perl (1.02+dfsg-3) ... #14 62.29 Selecting previously unselected package libxml-libxml-perl. #14 62.29 Preparing to unpack .../338-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1build1_armhf.deb ... #14 62.30 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1build1) ... #14 62.34 Selecting previously unselected package libxml-parser-perl. #14 62.34 Preparing to unpack .../339-libxml-parser-perl_2.46-4_armhf.deb ... #14 62.34 Unpacking libxml-parser-perl (2.46-4) ... #14 62.38 Selecting previously unselected package libxml-sax-expat-perl. #14 62.39 Preparing to unpack .../340-libxml-sax-expat-perl_0.51-2_all.deb ... #14 62.39 Unpacking libxml-sax-expat-perl (0.51-2) ... #13 59.70 Setting up libcgi-fast-perl (1:2.15-1) ... #13 59.71 Setting up python3-apt (2.6.0) ... #13 59.86 Setting up python3-charset-normalizer (3.0.1-2) ... #13 59.99 Setting up libpackage-stash-perl (0.40-1) ... #14 57.51 Selecting previously unselected package python3-xdg. #14 57.52 Preparing to unpack .../335-python3-xdg_0.26-1ubuntu1_all.deb ... #14 57.52 Unpacking python3-xdg (0.26-1ubuntu1) ... #14 57.56 Selecting previously unselected package unzip. #14 57.56 Preparing to unpack .../336-unzip_6.0-25ubuntu1.1_amd64.deb ... #14 57.57 Unpacking unzip (6.0-25ubuntu1.1) ... #14 57.61 Selecting previously unselected package equivs. #14 57.62 Preparing to unpack .../337-equivs_2.2.0_all.deb ... #14 57.62 Unpacking equivs (2.2.0) ... #14 57.65 Selecting previously unselected package libauthen-sasl-perl. #14 57.65 Preparing to unpack .../338-libauthen-sasl-perl_2.1600-1_all.deb ... #14 57.66 Unpacking libauthen-sasl-perl (2.1600-1) ... #14 57.69 Selecting previously unselected package python3-magic. #13 63.15 Setting up libnetaddr-ip-perl (4.079+dfsg-2+b1) ... #13 63.16 Setting up libstring-copyright-perl (0.003014-1) ... #13 63.17 Setting up libdata-optlist-perl (0.113-1) ... #13 63.19 Setting up libipc-run-perl (20220807.0-1) ... #13 63.20 Setting up git (1:2.39.2-1.1) ... #13 63.24 Setting up libtext-xslate-perl:armhf (3.5.9-1+b2) ... #13 63.25 Setting up libcontextual-return-perl (0.004014-4) ... #13 63.27 Setting up libwww-robotrules-perl (6.02-1) ... #13 63.28 Setting up libtypes-serialiser-perl (1.01-1) ... #13 63.29 Setting up libnsl-dev:armhf (1.3.0-2) ... #13 63.31 Setting up libhtml-parser-perl:armhf (3.81-1) ... #13 63.32 Setting up libgit-wrapper-perl (0.048-2) ... #13 63.34 Setting up liblog-any-adapter-screen-perl (0.140-2) ... #13 63.35 Setting up librole-tiny-perl (2.002004-1) ... #13 63.36 Setting up gnupg (2.2.40-1.1) ... #13 63.38 Setting up libc6-dev:armhf (2.36-9+deb12u3) ... #13 63.39 Setting up libfont-ttf-perl (1.06-2) ... #13 63.40 Setting up libfile-homedir-perl (1.006-2) ... #13 63.42 Setting up libalgorithm-diff-xs-perl:armhf (0.04-8+b1) ... #13 63.43 Setting up pristine-tar (1.50) ... #13 63.45 Setting up libio-socket-ssl-perl (2.081-2) ... #13 63.47 Setting up libsub-exporter-perl (0.989-1) ... #14 53.16 Setting up libmodule-runtime-perl (0.016-2) ... #13 57.86 Preparing to unpack .../321-libxml-sax-perl_1.02+dfsg-1_all.deb ... #13 57.86 Unpacking libxml-sax-perl (1.02+dfsg-1) ... #13 57.95 Selecting previously unselected package libxml-libxml-perl. #13 57.95 Preparing to unpack .../322-libxml-libxml-perl_2.0134+dfsg-2+b1_armhf.deb ... #13 57.96 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... #14 63.25 Building database of manual pages ... #14 63.48 Setting up libgpgme11:armhf (1.13.1-7ubuntu2.1) ... #14 63.50 Setting up python3-six (1.14.0-2) ... #14 50.67 Preparing to unpack .../090-g++_4%3a11.2.0-1ubuntu1_arm64.deb ... #14 50.67 Unpacking g++ (4:11.2.0-1ubuntu1) ... #14 50.70 Selecting previously unselected package make. #14 50.71 Preparing to unpack .../091-make_4.3-4.1build1_arm64.deb ... #14 50.71 Unpacking make (4.3-4.1build1) ... #14 50.86 Selecting previously unselected package libdpkg-perl. #14 50.86 Preparing to unpack .../092-libdpkg-perl_1.21.1ubuntu2.2_all.deb ... #14 50.87 Unpacking libdpkg-perl (1.21.1ubuntu2.2) ... #14 50.91 Selecting previously unselected package bzip2. #14 50.91 Preparing to unpack .../093-bzip2_1.0.8-5build1_arm64.deb ... #14 50.92 Unpacking bzip2 (1.0.8-5build1) ... #14 50.95 Selecting previously unselected package patch. #14 50.96 Preparing to unpack .../094-patch_2.7.6-7build2_arm64.deb ... #14 50.96 Unpacking patch (2.7.6-7build2) ... #14 53.27 Preparing to unpack .../084-gcc_4%3a13.2.0-1ubuntu1_arm64.deb ... #14 53.27 Unpacking gcc (4:13.2.0-1ubuntu1) ... #14 53.33 Selecting previously unselected package libstdc++-13-dev:arm64. #14 53.34 Preparing to unpack .../085-libstdc++-13-dev_13.2.0-4ubuntu3_arm64.deb ... #14 53.34 Unpacking libstdc++-13-dev:arm64 (13.2.0-4ubuntu3) ... #14 53.53 Selecting previously unselected package g++-13. #14 54.37 Selecting previously unselected package perl. #14 54.37 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.5_arm64.deb ... #14 54.38 Unpacking perl (5.30.0-9ubuntu0.5) ... #14 54.43 Selecting previously unselected package openssl. #14 54.44 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.20_arm64.deb ... #14 54.44 Unpacking openssl (1.1.1f-1ubuntu2.20) ... #14 54.52 Selecting previously unselected package ca-certificates. #14 63.64 Setting up cpp-11 (11.4.0-1ubuntu1~22.04) ... #14 63.65 Setting up manpages-dev (5.10-1ubuntu1) ... #14 63.66 Setting up libdw1:armhf (0.186-1build1) ... #14 63.67 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu5) ... #14 63.69 Setting up libxcb1:armhf (1.14-3ubuntu3) ... #14 63.70 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ... #14 63.88 Setting up libedit2:armhf (3.1-20210910-1build1) ... #16 1.053 Reading package lists... #13 55.59 Setting up libio-prompter-perl (0.004015-2) ... #13 55.60 Setting up libiterator-util-perl (0.02+ds1-2) ... #13 55.61 Setting up libstdc++-12-dev:arm64 (12.2.0-14) ... #13 55.62 Setting up libhttp-cookies-perl (6.10-1) ... #13 55.63 Setting up libtool (2.4.7-5) ... #13 55.64 Setting up po-debconf (1.0.21+nmu1) ... #13 55.65 Setting up libhtml-tree-perl (5.07-3) ... #13 55.66 Setting up libparams-classify-perl:arm64 (0.015-2+b1) ... #13 55.67 Setting up libcgi-pm-perl (4.55-1) ... #13 55.68 Setting up python3 (3.11.2-1+b1) ... #14 59.96 Preparing to unpack .../170-diffstat_1.65-1_armhf.deb ... #14 59.97 Unpacking diffstat (1.65-1) ... #14 60.00 Selecting previously unselected package python3-chardet. #14 60.00 Preparing to unpack .../171-python3-chardet_5.1.0+dfsg-2_all.deb ... #14 60.01 Unpacking python3-chardet (5.1.0+dfsg-2) ... #14 60.05 Selecting previously unselected package zstd. #14 60.05 Preparing to unpack .../172-zstd_1.5.4+dfsg2-4_armhf.deb ... #14 60.05 Unpacking zstd (1.5.4+dfsg2-4) ... #14 60.10 Selecting previously unselected package python3-debian. #14 60.10 Preparing to unpack .../173-python3-debian_0.1.49ubuntu2_all.deb ... #14 60.11 Unpacking python3-debian (0.1.49ubuntu2) ... #14 60.16 Selecting previously unselected package libgpgme11:armhf. #14 60.16 Preparing to unpack .../174-libgpgme11_1.18.0-3ubuntu2_armhf.deb ... #14 60.16 Unpacking libgpgme11:armhf (1.18.0-3ubuntu2) ... #14 60.21 Selecting previously unselected package python3-gpg. #14 60.21 Preparing to unpack .../175-python3-gpg_1.18.0-3ubuntu2_armhf.deb ... #13 52.88 Installing : ghc-srpm-macros-1.6.1-1.fc38.noarch 131/153 #13 52.94 Installing : fpc-srpm-macros-1.3-7.fc38.noarch 132/153 #13 52.95 Installing : fonts-filesystem-1:2.0.5-11.fc38.noarch 133/153 #13 52.95 Installing : web-assets-filesystem-5-19.fc38.noarch 134/153 #13 52.96 Installing : js-jquery-3.6.3-2.fc38.noarch 135/153 #13 52.96 Installing : python-systemd-doc-235-2.fc38.aarch64 136/153 #13 53.05 Installing : python3-systemd-235-2.fc38.aarch64 137/153 #13 53.09 Installing : python3-dnf-plugins-core-4.4.4-1.fc38.noarch 138/153 #13 53.13 Installing : efi-srpm-macros-5-7.fc38.noarch 139/153 #13 53.14 Installing : fonts-srpm-macros-1:2.0.5-11.fc38.noarch 140/153 #13 53.14 Installing : python-srpm-macros-3.11-10.fc38.noarch 141/153 #13 53.15 Installing : go-srpm-macros-3.3.1-1.fc38.noarch 142/153 #13 53.19 Installing : redhat-rpm-config-255-1.fc38.noarch 143/153 #13 53.20 Installing : rpm-build-4.18.2-1.fc38.aarch64 144/153 #15 3.775 (59/95): git-2.43.0-1.fc39.x86_64.rpm 739 kB/s | 54 kB 00:00 #15 3.840 (60/95): git-core-doc-2.43.0-1.fc39.noarch.rpm 46 MB/s | 2.9 MB 00:00 #15 3.867 (61/95): glibc-devel-2.38-14.fc39.x86_64.rpm 4.3 MB/s | 84 kB 00:00 #15 11.92 Preparing to unpack .../02-g++_4%3a12.2.0-3+rpi1_armhf.deb ... #15 11.93 Unpacking g++ (4:12.2.0-3+rpi1) ... #15 11.96 Selecting previously unselected package build-essential. #15 11.97 Preparing to unpack .../03-build-essential_12.9_armhf.deb ... #15 11.97 Unpacking build-essential (12.9) ... #15 12.02 Selecting previously unselected package bash-completion. #15 12.02 Preparing to unpack .../04-bash-completion_1%3a2.11-6_all.deb ... #15 12.04 Unpacking bash-completion (1:2.11-6) ... #16 2.520 dh_installdocs #16 2.557 dh_installchangelogs #16 2.639 dh_perl #16 2.674 dh_link #16 2.707 dh_strip_nondeterminism #16 2.767 dh_compress #15 2.009 ================================================================================ #15 2.009 Package Arch Version Repo Size #15 2.009 ================================================================================ #15 2.009 Installing: #15 2.009 cmake aarch64 3.27.7-1.fc39 fedora 7.4 M #15 2.009 gcc aarch64 13.2.1-6.fc39 updates 31 M #15 2.009 git aarch64 2.43.0-1.fc39 updates 54 k #15 2.009 glibc-static aarch64 2.38-14.fc39 updates 1.2 M #15 2.009 libseccomp-devel aarch64 2.5.3-6.fc39 fedora 60 k #15 2.009 libselinux-devel aarch64 3.5-5.fc39 fedora 151 k #15 2.009 libtool aarch64 2.4.7-7.fc39 fedora 601 k #15 2.009 libtool-ltdl-devel aarch64 2.4.7-7.fc39 fedora 164 k #15 2.009 make aarch64 1:4.4.1-2.fc39 fedora 585 k #15 2.009 selinux-policy-devel noarch 39.3-1.fc39 updates 912 k #15 2.009 systemd aarch64 254.7-1.fc39 updates 4.6 M #15 2.009 systemd-devel aarch64 254.7-1.fc39 updates 632 k #15 2.009 which aarch64 2.21-40.fc39 fedora 42 k #15 2.009 Upgrading: #15 2.009 libgcc aarch64 13.2.1-6.fc39 updates 97 k #15 2.009 libgomp aarch64 13.2.1-6.fc39 updates 313 k #15 2.009 systemd-libs aarch64 254.7-1.fc39 updates 667 k #15 2.009 Installing dependencies: #15 2.009 annobin-docs noarch 12.35-1.fc39 updates 90 k #15 2.009 annobin-plugin-gcc aarch64 12.35-1.fc39 updates 957 k #15 2.009 autoconf noarch 2.71-6.fc39 fedora 733 k #15 2.009 automake noarch 1.16.5-13.fc39 fedora 697 k #15 2.009 checkpolicy aarch64 3.5-3.fc39 fedora 346 k #15 2.009 cmake-data noarch 3.27.7-1.fc39 fedora 2.2 M #15 2.009 cmake-filesystem aarch64 3.27.7-1.fc39 fedora 19 k #15 2.009 cmake-rpm-macros noarch 3.27.7-1.fc39 fedora 18 k #15 2.009 cpp aarch64 13.2.1-6.fc39 updates 9.7 M #15 2.009 dbus aarch64 1:1.14.10-1.fc39 fedora 8.1 k #15 2.009 dbus-broker aarch64 35-2.fc39 updates 172 k #15 2.009 dbus-common noarch 1:1.14.10-1.fc39 fedora 15 k #15 2.009 device-mapper aarch64 1.02.196-1.fc39 fedora 136 k #15 2.009 device-mapper-libs aarch64 1.02.196-1.fc39 fedora 171 k #15 2.009 gc aarch64 8.2.2-4.fc39 fedora 110 k #15 2.009 gcc-plugin-annobin aarch64 13.2.1-6.fc39 updates 50 k #15 2.009 git-core aarch64 2.43.0-1.fc39 updates 4.6 M #15 2.009 git-core-doc noarch 2.43.0-1.fc39 updates 2.9 M #15 2.009 glibc-devel aarch64 2.38-14.fc39 updates 576 k #15 2.009 guile22 aarch64 2.2.7-9.fc39 fedora 6.5 M #15 2.009 jsoncpp aarch64 1.9.5-5.fc39 fedora 91 k #15 2.009 kernel-headers aarch64 6.6.3-200.fc39 updates 1.5 M #15 2.009 kmod-libs aarch64 30-6.fc39 fedora 67 k #15 2.009 less aarch64 633-2.fc39 fedora 176 k #15 2.009 libargon2 aarch64 20190702-3.fc39 fedora 28 k #15 2.009 libasan aarch64 13.2.1-6.fc39 updates 456 k #15 2.009 libatomic aarch64 13.2.1-6.fc39 updates 39 k #15 2.009 libcbor aarch64 0.10.2-2.fc39 fedora 57 k #15 2.009 libedit aarch64 3.1-48.20230828cvs.fc39 fedora 107 k #15 2.009 libfdisk aarch64 2.39.2-1.fc39 fedora 158 k #15 2.009 libfido2 aarch64 1.13.0-3.fc39 fedora 96 k #15 2.009 libmpc aarch64 1.3.1-3.fc39 fedora 72 k #15 2.009 libseccomp aarch64 2.5.3-6.fc39 fedora 72 k #15 2.009 libselinux-utils aarch64 3.5-5.fc39 fedora 166 k #15 2.009 libsepol-devel aarch64 3.5-2.fc39 fedora 49 k #15 2.009 libtool-ltdl aarch64 2.4.7-7.fc39 fedora 36 k #15 2.009 libubsan aarch64 13.2.1-6.fc39 updates 207 k #15 2.009 libutempter aarch64 1.2.1-10.fc39 fedora 27 k #15 2.009 libuv aarch64 1:1.47.0-3.fc39 updates 248 k #15 2.009 libxcrypt-devel aarch64 4.4.36-2.fc39 fedora 30 k #15 2.009 libxcrypt-static aarch64 4.4.36-2.fc39 fedora 101 k #15 2.009 m4 aarch64 1.4.19-6.fc39 fedora 299 k #15 2.009 openssh aarch64 9.3p1-10.fc39 updates 431 k #15 2.009 openssh-clients aarch64 9.3p1-10.fc39 updates 729 k #15 2.009 pcre2-devel aarch64 10.42-1.fc39.2 fedora 505 k #15 2.009 pcre2-utf16 aarch64 10.42-1.fc39.2 fedora 199 k #15 2.009 pcre2-utf32 aarch64 10.42-1.fc39.2 fedora 187 k #15 2.009 perl-Error noarch 1:0.17029-13.fc39 fedora 40 k #15 2.009 perl-File-Compare noarch 1.100.700-502.fc39 updates 13 k #15 2.009 perl-File-Copy noarch 2.41-502.fc39 updates 20 k #15 2.009 perl-File-Find noarch 1.43-502.fc39 updates 25 k #15 2.009 perl-Git noarch 2.43.0-1.fc39 updates 40 k #15 2.009 perl-TermReadKey aarch64 2.38-18.fc39 fedora 35 k #15 2.009 perl-Thread-Queue noarch 3.14-500.fc39 fedora 21 k #15 2.009 perl-lib aarch64 0.65-502.fc39 updates 15 k #15 2.009 perl-threads aarch64 1:2.36-500.fc39 fedora 57 k #15 2.009 perl-threads-shared aarch64 1.68-500.fc39 fedora 44 k #15 2.009 policycoreutils aarch64 3.5-8.fc39 updates 244 k #15 2.009 policycoreutils-devel aarch64 3.5-8.fc39 updates 149 k #15 2.009 policycoreutils-python-utils noarch 3.5-8.fc39 updates 81 k #15 2.009 python3-audit aarch64 3.1.2-5.fc39 updates 87 k #15 2.009 python3-libselinux aarch64 3.5-5.fc39 fedora 193 k #15 2.009 python3-libsemanage aarch64 3.5-4.fc39 fedora 85 k #15 2.009 python3-policycoreutils noarch 3.5-8.fc39 updates 2.2 M #15 2.009 python3-setools aarch64 4.4.3-1.fc39 fedora 694 k #15 2.009 python3-setuptools noarch 67.7.2-7.fc39 fedora 1.5 M #15 2.009 rhash aarch64 1.4.3-3.fc39 fedora 192 k #15 2.009 rpm-plugin-selinux aarch64 4.19.1-1.fc39 updates 21 k #15 2.009 selinux-policy noarch 39.3-1.fc39 updates 56 k #15 2.009 selinux-policy-targeted noarch 39.3-1.fc39 updates 6.7 M #15 2.009 systemd-pam aarch64 254.7-1.fc39 updates 354 k #15 2.009 systemd-rpm-macros noarch 254.7-1.fc39 updates 30 k #15 2.009 util-linux aarch64 2.39.2-1.fc39 fedora 1.2 M #15 2.009 vim-filesystem noarch 2:9.1.031-1.fc39 updates 17 k #15 2.009 xkeyboard-config noarch 2.40-1.fc39 updates 971 k #15 2.009 Installing weak dependencies: #15 2.009 cryptsetup-libs aarch64 2.6.1-3.fc39 fedora 488 k #15 2.009 libbpf aarch64 2:1.1.0-4.fc39 fedora 165 k #15 2.009 libxkbcommon aarch64 1.6.0-1.fc39 updates 143 k #15 2.009 qrencode-libs aarch64 4.1.1-5.fc39 fedora 61 k #15 2.009 systemd-networkd aarch64 254.7-1.fc39 updates 620 k #15 2.009 systemd-resolved aarch64 254.7-1.fc39 updates 284 k #15 2.009 #15 2.009 Transaction Summary #15 2.009 ================================================================================ #15 2.009 Install 94 Packages #15 2.009 Upgrade 3 Packages #15 2.009 #15 2.015 Total download size: 101 M #15 2.015 Downloading Packages: #14 62.42 Selecting previously unselected package libyaml-libyaml-perl. #14 62.42 Preparing to unpack .../341-libyaml-libyaml-perl_0.86+ds-1_armhf.deb ... #14 62.43 Unpacking libyaml-libyaml-perl (0.86+ds-1) ... #14 62.46 Selecting previously unselected package licensecheck. #14 62.46 Preparing to unpack .../342-licensecheck_3.3.9-1ubuntu1_all.deb ... #14 62.47 Unpacking licensecheck (3.3.9-1ubuntu1) ... #14 62.51 Selecting previously unselected package libdevel-size-perl. #14 62.51 Preparing to unpack .../343-libdevel-size-perl_0.83-2build1_armhf.deb ... #14 62.51 Unpacking libdevel-size-perl (0.83-2build1) ... #14 62.55 Selecting previously unselected package libipc-run3-perl. #14 62.55 Preparing to unpack .../344-libipc-run3-perl_0.048-3_all.deb ... #14 62.56 Unpacking libipc-run3-perl (0.048-3) ... #14 62.60 Selecting previously unselected package lzip. #14 62.60 Preparing to unpack .../345-lzip_1.23-6_armhf.deb ... #14 62.64 Unpacking lzip (1.23-6) ... #14 62.67 Selecting previously unselected package lzop. #14 62.67 Preparing to unpack .../346-lzop_1.04-2build2_armhf.deb ... #14 62.68 Unpacking lzop (1.04-2build2) ... #14 62.71 Selecting previously unselected package t1utils. #14 62.71 Preparing to unpack .../347-t1utils_1.41-4build2_armhf.deb ... #14 62.71 Unpacking t1utils (1.41-4build2) ... #14 62.75 Selecting previously unselected package unzip. #13 60.00 Setting up libimport-into-perl (1.002005-2) ... #13 60.01 Setting up libmoo-perl (2.005005-1) ... #13 60.02 Setting up liblist-someutils-perl (0.59-1) ... #13 60.03 Setting up debhelper (13.11.4) ... #13 60.04 Setting up libmime-tools-perl (5.510-1) ... #13 60.06 Setting up liblist-someutils-xs-perl:amd64 (0.58-3) ... #13 60.06 Setting up python3-chardet (5.1.0+dfsg-2) ... #13 60.35 Setting up python3-debian (0.1.49) ... #13 63.48 Setting up libpython3-stdlib:armhf (3.11.2-1+b1) ... #13 63.49 Setting up libalgorithm-merge-perl (0.08-5) ... #13 63.50 Setting up libhttp-message-perl (6.44-1) ... #13 63.52 Setting up libdata-validate-ip-perl (0.31-1) ... #13 63.53 Setting up libhtml-form-perl (6.11-1) ... #13 63.55 Setting up libiterator-perl (0.03+ds1-2) ... #13 63.56 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ... #13 63.58 Setting up libjson-xs-perl (4.030-2+b1) ... #14 53.23 Setting up libmailtools-perl (2.21-2) ... #14 53.34 Setting up python3-idna (3.3-2) ... #14 57.70 Preparing to unpack .../339-python3-magic_2%3a0.4.15-3_all.deb ... #14 57.70 Unpacking python3-magic (2:0.4.15-3) ... #14 57.75 Setting up libapt-pkg-perl (0.1.36build3) ... #14 57.76 Setting up libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ... #14 57.77 Setting up libpipeline1:amd64 (1.5.2-2build1) ... #14 57.78 Setting up wdiff (1.2.2-2build1) ... #14 57.79 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ... #14 57.80 Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ... #14 57.82 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... #14 57.83 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.5) ... #14 57.84 Setting up mime-support (3.64ubuntu1) ... #14 57.87 Setting up xdg-user-dirs (0.17-2ubuntu1) ... #14 57.89 Setting up libmagic-mgc (1:5.38-4) ... #14 57.90 Setting up libyaml-0-2:amd64 (0.2.2-1) ... #14 57.92 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.6) ... #14 57.93 No schema files found: doing nothing. #14 57.94 Setting up distro-info-data (0.43ubuntu1.15) ... #14 57.95 Setting up manpages (5.05-1) ... #14 57.96 Setting up unzip (6.0-25ubuntu1.1) ... #14 57.98 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... #14 57.99 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ... #14 58.01 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... #14 58.03 Setting up binutils-common:amd64 (2.34-6ubuntu1.8) ... #13 58.16 Selecting previously unselected package libxml-sax-expat-perl. #13 58.17 Preparing to unpack .../323-libxml-sax-expat-perl_0.51-1_all.deb ... #13 58.19 Unpacking libxml-sax-expat-perl (0.51-1) ... #13 58.28 Selecting previously unselected package libxmlrpc-lite-perl. #13 58.28 Preparing to unpack .../324-libxmlrpc-lite-perl_0.717-4_all.deb ... #13 58.29 Unpacking libxmlrpc-lite-perl (0.717-4) ... #13 58.35 Selecting previously unselected package libxmuu1:armhf. #13 58.36 Preparing to unpack .../325-libxmuu1_2%3a1.1.2-2+b3_armhf.deb ... #13 58.36 Unpacking libxmuu1:armhf (2:1.1.2-2+b3) ... #14 63.63 Setting up libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.2) ... #14 63.64 Setting up perl (5.30.0-9ubuntu0.5) ... #14 63.67 Setting up libpackage-stash-xs-perl (0.29-1build1) ... #14 63.68 Setting up python3-gpg (1.13.1-7ubuntu2.1) ... #14 52.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4345 files and directories currently installed.) #14 52.25 Preparing to unpack .../libc-bin_2.37-0ubuntu2.2_arm64.deb ... #14 52.26 Unpacking libc-bin (2.37-0ubuntu2.2) over (2.37-0ubuntu2.1) ... #14 51.00 Selecting previously unselected package lto-disabled-list. #14 51.00 Preparing to unpack .../095-lto-disabled-list_24_all.deb ... #14 51.00 Unpacking lto-disabled-list (24) ... #14 51.11 Selecting previously unselected package dpkg-dev. #14 51.11 Preparing to unpack .../096-dpkg-dev_1.21.1ubuntu2.2_all.deb ... #14 51.12 Unpacking dpkg-dev (1.21.1ubuntu2.2) ... #14 51.17 Selecting previously unselected package build-essential. #14 51.17 Preparing to unpack .../097-build-essential_12.9ubuntu3_arm64.deb ... #14 51.17 Unpacking build-essential (12.9ubuntu3) ... #14 51.22 Selecting previously unselected package libbrotli1:arm64. #14 53.53 Preparing to unpack .../086-g++-13_13.2.0-4ubuntu3_arm64.deb ... #14 53.53 Unpacking g++-13 (13.2.0-4ubuntu3) ... #14 53.74 Selecting previously unselected package g++. #14 54.52 Preparing to unpack .../013-ca-certificates_20230311ubuntu0.20.04.1_all.deb ... #14 54.53 Unpacking ca-certificates (20230311ubuntu0.20.04.1) ... #14 54.58 Selecting previously unselected package distro-info-data. #14 54.58 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.15_all.deb ... #14 54.58 Unpacking distro-info-data (0.43ubuntu1.15) ... #14 54.61 Selecting previously unselected package libmagic-mgc. #14 54.61 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_arm64.deb ... #14 54.62 Unpacking libmagic-mgc (1:5.38-4) ... #14 54.68 Selecting previously unselected package libmagic1:arm64. #14 54.68 Preparing to unpack .../016-libmagic1_1%3a5.38-4_arm64.deb ... #14 54.68 Unpacking libmagic1:arm64 (1:5.38-4) ... #14 54.71 Selecting previously unselected package file. #14 54.71 Preparing to unpack .../017-file_1%3a5.38-4_arm64.deb ... #14 54.72 Unpacking file (1:5.38-4) ... #14 54.75 Selecting previously unselected package less. #14 54.75 Preparing to unpack .../018-less_551-1ubuntu0.1_arm64.deb ... #14 54.76 Unpacking less (551-1ubuntu0.1) ... #14 54.80 Selecting previously unselected package libelf1:arm64. #16 2.139 dpkg-buildpackage: info: source package docker-ce-build-deps #16 2.139 dpkg-buildpackage: info: source version 1.0 #16 2.139 dpkg-buildpackage: info: source distribution unstable #16 2.139 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #14 63.90 Setting up libreadline8:armhf (8.1.2-1) ... #14 63.91 Setting up m4 (1.4.18-5ubuntu2) ... #14 63.93 Setting up libldap-2.5-0:armhf (2.5.16+dfsg-0ubuntu0.22.04.1) ... #14 63.94 Setting up libpython3.10-stdlib:armhf (3.10.12-1~22.04.3) ... #14 63.95 Setting up ca-certificates (20230311ubuntu0.22.04.1) ... #13 55.97 Setting up libhtml-format-perl (2.16-2) ... #13 55.98 Setting up python3-xdg (0.28-2) ... #13 56.16 Setting up libxml-sax-perl (1.02+dfsg-3) ... #14 60.21 Unpacking python3-gpg (1.18.0-3ubuntu2) ... #14 60.26 Selecting previously unselected package python3-xdg. #14 60.26 Preparing to unpack .../176-python3-xdg_0.28-2_all.deb ... #14 60.26 Unpacking python3-xdg (0.28-2) ... #14 60.31 Selecting previously unselected package dput. #14 60.31 Preparing to unpack .../177-dput_1.1.3ubuntu2.1_all.deb ... #14 60.32 Unpacking dput (1.1.3ubuntu2.1) ... #14 60.35 Selecting previously unselected package fonts-dejavu-core. #14 60.36 Preparing to unpack .../178-fonts-dejavu-core_2.37-6_all.deb ... #14 60.36 Unpacking fonts-dejavu-core (2.37-6) ... #14 60.42 Selecting previously unselected package fontconfig-config. #13 53.27 Installing : pyproject-srpm-macros-1.11.0-1.fc38.noarch 145/153 #13 53.27 Installing : rpmlint-fedora-license-data-1.38-1.fc38.noarch 146/153 #13 53.30 Installing : rpmlint-2.4.0-6.fc38.noarch 147/153 #13 53.31 Installing : dnf-plugins-core-4.4.4-1.fc38.noarch 148/153 #13 53.31 Cleanup : elfutils-libs-0.190-1.fc38.aarch64 149/153 #13 53.32 Cleanup : elfutils-libelf-0.190-1.fc38.aarch64 150/153 #13 53.33 Cleanup : glibc-2.37-13.fc38.aarch64 151/153 #13 53.34 Cleanup : glibc-minimal-langpack-2.37-13.fc38.aarch64 152/153 #13 53.34 Cleanup : glibc-common-2.37-13.fc38.aarch64 153/153 #15 4.239 (62/95): gcc-13.2.1-6.fc39.x86_64.rpm 56 MB/s | 34 MB 00:00 #15 4.254 (63/95): glibc-headers-x86-2.38-14.fc39.noarch. 1.4 MB/s | 568 kB 00:00 #15 4.288 (64/95): git-core-2.43.0-1.fc39.x86_64.rpm 8.8 MB/s | 4.5 MB 00:00 #15 4.309 (65/95): glibc-static-2.38-14.fc39.x86_64.rpm 27 MB/s | 1.7 MB 00:00 #15 4.323 (66/95): kernel-headers-6.6.3-200.fc39.x86_64.r 23 MB/s | 1.6 MB 00:00 #15 4.329 (67/95): libuv-1.47.0-3.fc39.x86_64.rpm 7.2 MB/s | 250 kB 00:00 #15 4.335 (68/95): libxkbcommon-1.6.0-1.fc39.x86_64.rpm 12 MB/s | 142 kB 00:00 #15 4.345 (69/95): openssh-9.3p1-10.fc39.x86_64.rpm 21 MB/s | 439 kB 00:00 #15 12.20 Selecting previously unselected package libarchive13:armhf. #15 12.20 Preparing to unpack .../05-libarchive13_3.6.2-1_armhf.deb ... #15 12.21 Unpacking libarchive13:armhf (3.6.2-1) ... #15 12.28 Selecting previously unselected package libjsoncpp25:armhf. #15 12.29 Preparing to unpack .../06-libjsoncpp25_1.9.5-4_armhf.deb ... #15 12.29 Unpacking libjsoncpp25:armhf (1.9.5-4) ... #15 12.34 Selecting previously unselected package librhash0:armhf. #15 12.34 Preparing to unpack .../07-librhash0_1.4.3-3_armhf.deb ... #15 12.35 Unpacking librhash0:armhf (1.4.3-3) ... #15 12.41 Selecting previously unselected package libuv1:armhf. #16 2.805 dh_fixperms #16 2.842 dh_missing #16 2.868 dh_installdeb #16 2.901 dh_gencontrol #16 3.013 dh_md5sums #17 DONE 3.3s #18 [stage-1 7/8] WORKDIR /root/build-deb #18 DONE 0.1s #19 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb #19 DONE 0.0s #20 exporting to image #20 exporting layers #14 62.75 Preparing to unpack .../348-unzip_6.0-28ubuntu1_armhf.deb ... #14 62.75 Unpacking unzip (6.0-28ubuntu1) ... #14 62.80 Selecting previously unselected package lintian. #14 62.80 Preparing to unpack .../349-lintian_2.116.3ubuntu3.1_all.deb ... #14 62.81 Unpacking lintian (2.116.3ubuntu3.1) ... #13 60.58 Setting up python3-requests (2.28.1+dfsg-1) ... #13 63.59 Setting up python3.11 (3.11.2-6) ... #14 53.57 Setting up python3-urllib3 (1.26.16-1ubuntu0.1) ... #14 53.71 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1build1) ... #14 58.05 Setting up libnghttp2-14:amd64 (1.40.0-1ubuntu0.2) ... #14 58.06 Setting up libmagic1:amd64 (1:5.38-4) ... #14 58.08 Setting up less (551-1ubuntu0.1) ... #14 58.10 Setting up perl-openssl-defaults:amd64 (4) ... #14 58.11 Setting up linux-libc-dev:amd64 (5.4.0-169.187) ... #14 58.12 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.8) ... #14 58.13 Setting up gettext-base (0.19.8.1-10build1) ... #14 58.15 Setting up libnpth0:amd64 (1.6-1) ... #14 58.16 Setting up krb5-locales (1.17-6ubuntu4.4) ... #14 58.17 Setting up file (1:5.38-4) ... #14 58.18 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ... #14 58.19 Setting up libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ... #14 58.20 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... #14 58.21 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ... #14 58.23 Setting up libunwind8:amd64 (1.2.1-9ubuntu0.1) ... #14 58.25 Setting up libfakeroot:amd64 (1.24-1) ... #13 58.42 Selecting previously unselected package libyaml-0-2:armhf. #13 58.42 Preparing to unpack .../326-libyaml-0-2_0.2.2-1_armhf.deb ... #13 58.43 Unpacking libyaml-0-2:armhf (0.2.2-1) ... #13 58.49 Selecting previously unselected package libyaml-libyaml-perl. #13 58.50 Preparing to unpack .../327-libyaml-libyaml-perl_0.82+repack-1+b1_armhf.deb ... #13 58.50 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ... #13 58.54 Selecting previously unselected package licensecheck. #13 58.55 Preparing to unpack .../328-licensecheck_3.1.1-2_all.deb ... #13 58.56 Unpacking licensecheck (3.1.1-2) ... #13 58.64 Selecting previously unselected package lzip. #14 63.85 Setting up libdata-dump-perl (1.23-1) ... #14 63.86 Setting up python3-certifi (2019.11.28-1) ... #14 63.99 Setting up libdigest-hmac-perl (1.03+dfsg-2) ... #14 64.00 Setting up libref-util-perl (0.204-1) ... #14 64.02 Setting up libipc-system-simple-perl (1.26-1) ... #14 64.03 Setting up libnet-domain-tld-perl (1.75-1) ... #14 64.05 Setting up libxml-writer-perl (0.625-1) ... #14 64.07 Setting up libhash-fieldhash-perl (0.15-1build2) ... #14 52.70 Setting up libc-bin (2.37-0ubuntu2.2) ... #14 51.22 Preparing to unpack .../098-libbrotli1_1.0.9-2build6_arm64.deb ... #14 51.22 Unpacking libbrotli1:arm64 (1.0.9-2build6) ... #14 51.26 Selecting previously unselected package libsasl2-modules-db:arm64. #14 51.26 Preparing to unpack .../099-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ... #14 51.27 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 51.30 Selecting previously unselected package libsasl2-2:arm64. #14 51.31 Preparing to unpack .../100-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ... #14 51.31 Unpacking libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 51.37 Selecting previously unselected package libldap-2.5-0:arm64. #14 51.37 Preparing to unpack .../101-libldap-2.5-0_2.5.16+dfsg-0ubuntu0.22.04.1_arm64.deb ... #14 51.37 Unpacking libldap-2.5-0:arm64 (2.5.16+dfsg-0ubuntu0.22.04.1) ... #14 51.49 Selecting previously unselected package librtmp1:arm64. #14 53.75 Preparing to unpack .../087-g++_4%3a13.2.0-1ubuntu1_arm64.deb ... #14 53.75 Unpacking g++ (4:13.2.0-1ubuntu1) ... #14 53.78 Selecting previously unselected package make. #14 53.78 Preparing to unpack .../088-make_4.3-4.1build1_arm64.deb ... #14 53.78 Unpacking make (4.3-4.1build1) ... #14 53.81 Selecting previously unselected package libdpkg-perl. #14 53.82 Preparing to unpack .../089-libdpkg-perl_1.22.0ubuntu1_all.deb ... #14 53.84 Unpacking libdpkg-perl (1.22.0ubuntu1) ... #14 53.91 Selecting previously unselected package bzip2. #14 53.91 Preparing to unpack .../090-bzip2_1.0.8-5build1_arm64.deb ... #14 53.91 Unpacking bzip2 (1.0.8-5build1) ... #14 53.94 Selecting previously unselected package patch. #14 53.95 Preparing to unpack .../091-patch_2.7.6-7build2_arm64.deb ... #14 53.95 Unpacking patch (2.7.6-7build2) ... #14 53.98 Selecting previously unselected package lto-disabled-list. #14 53.98 Preparing to unpack .../092-lto-disabled-list_43_all.deb ... #14 53.98 Unpacking lto-disabled-list (43) ... #14 54.01 Selecting previously unselected package dpkg-dev. #14 54.80 Preparing to unpack .../019-libelf1_0.176-1.1ubuntu0.1_arm64.deb ... #14 54.81 Unpacking libelf1:arm64 (0.176-1.1ubuntu0.1) ... #14 54.85 Selecting previously unselected package libglib2.0-0:arm64. #14 54.85 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.6_arm64.deb ... #14 54.85 Unpacking libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.6) ... #14 54.97 Selecting previously unselected package libglib2.0-data. #16 2.177 dpkg-buildpackage: info: host architecture amd64 #16 2.177 dpkg-source --before-build . #16 2.277 debian/rules clean #16 2.279 dh clean #16 2.381 dh_clean #19 exporting layers 1.2s done #19 writing image sha256:64d0a562e484ad79668f731af8a344e8b3c3ffd8015bd0f13981008574abebd9 done #19 naming to docker.io/rpmbuild-centos-7/aarch64 done #19 DONE 1.2s docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/centos-7/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/centos-7/SRPMS:/root/rpmbuild/SRPMS rpmbuild-centos-7/aarch64 -ba --define '_gitcommit_cli f18a476' --define '_gitcommit_engine c87e0ad' --define '_release 0' --define '_version 0.0.0~20240120124445.f18a476' --define '_origversion 0.0.0-20240120124445-f18a476' --define '_buildx_rpm_version 0.12.1' --define '_buildx_version v0.12.1' --define '_buildx_gitcommit 30feaa1' --define '_compose_rpm_version 2.24.2' --define '_compose_version v2.24.2' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec #13 56.22 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #13 56.28 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 56.41 #13 56.41 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 60.43 Preparing to unpack .../179-fontconfig-config_2.14.1-3ubuntu3_armhf.deb ... #14 60.57 Unpacking fontconfig-config (2.14.1-3ubuntu3) ... #14 60.61 Selecting previously unselected package libcurl3-gnutls:armhf. #14 60.62 Preparing to unpack .../180-libcurl3-gnutls_7.88.1-8ubuntu2.4_armhf.deb ... #14 60.62 Unpacking libcurl3-gnutls:armhf (7.88.1-8ubuntu2.4) ... #14 60.65 Selecting previously unselected package liberror-perl. #14 60.65 Preparing to unpack .../181-liberror-perl_0.17029-2_all.deb ... #14 60.66 Unpacking liberror-perl (0.17029-2) ... #14 60.69 Selecting previously unselected package git-man. #15 4.356 (70/95): openssh-clients-9.3p1-10.fc39.x86_64.r 29 MB/s | 736 kB 00:00 #15 4.360 (71/95): perl-File-Compare-1.100.700-502.fc39.n 1.0 MB/s | 13 kB 00:00 #15 4.363 (72/95): perl-File-Copy-2.41-502.fc39.noarch.rp 1.3 MB/s | 20 kB 00:00 #15 4.367 (73/95): perl-File-Find-1.43-502.fc39.noarch.rp 2.4 MB/s | 25 kB 00:00 #15 4.370 (74/95): perl-Git-2.43.0-1.fc39.noarch.rpm 5.6 MB/s | 40 kB 00:00 #15 4.373 (75/95): perl-lib-0.65-502.fc39.x86_64.rpm 1.5 MB/s | 15 kB 00:00 #15 4.380 (76/95): policycoreutils-3.5-8.fc39.x86_64.rpm 18 MB/s | 243 kB 00:00 #15 4.387 (77/95): policycoreutils-devel-3.5-8.fc39.x86_6 12 MB/s | 153 kB 00:00 #15 4.390 (78/95): policycoreutils-python-utils-3.5-8.fc3 5.2 MB/s | 81 kB 00:00 #15 4.394 (79/95): python3-audit-3.1.2-5.fc39.x86_64.rpm 6.6 MB/s | 87 kB 00:00 #15 4.407 (80/95): rpm-plugin-selinux-4.19.1-1.fc39.x86_6 1.2 MB/s | 20 kB 00:00 #15 4.425 (81/95): python3-policycoreutils-3.5-8.fc39.noa 63 MB/s | 2.2 MB 00:00 #15 4.428 (82/95): selinux-policy-39.3-1.fc39.noarch.rpm 1.8 MB/s | 56 kB 00:00 #15 4.441 (83/95): selinux-policy-devel-39.3-1.fc39.noarc 27 MB/s | 912 kB 00:00 #15 4.498 (84/95): systemd-254.7-1.fc39.x86_64.rpm 71 MB/s | 4.7 MB 00:00 #15 4.507 (85/95): systemd-devel-254.7-1.fc39.x86_64.rpm 12 MB/s | 632 kB 00:00 #15 4.554 (86/95): selinux-policy-targeted-39.3-1.fc39.no 55 MB/s | 6.7 MB 00:00 #15 4.565 (87/95): systemd-networkd-254.7-1.fc39.x86_64.r 11 MB/s | 649 kB 00:00 #15 4.574 (88/95): systemd-pam-254.7-1.fc39.x86_64.rpm 5.4 MB/s | 362 kB 00:00 #15 4.584 (89/95): systemd-resolved-254.7-1.fc39.x86_64.r 11 MB/s | 295 kB 00:00 #15 4.588 (90/95): systemd-rpm-macros-254.7-1.fc39.noarch 2.3 MB/s | 30 kB 00:00 #15 4.592 (91/95): vim-filesystem-9.1.031-1.fc39.noarch.r 1.1 MB/s | 17 kB 00:00 #15 4.606 (92/95): xkeyboard-config-2.40-1.fc39.noarch.rp 44 MB/s | 971 kB 00:00 #15 12.41 Preparing to unpack .../08-libuv1_1.44.2-1+rpi1_armhf.deb ... #15 12.42 Unpacking libuv1:armhf (1.44.2-1+rpi1) ... #15 12.49 Selecting previously unselected package cmake-data. #15 12.50 Preparing to unpack .../09-cmake-data_3.25.1-1_all.deb ... #15 12.51 Unpacking cmake-data (3.25.1-1) ... #16 3.046 dh_builddeb #16 3.071 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #16 3.191 dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo #16 3.325 dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes #14 63.12 Selecting previously unselected package manpages-dev. #14 63.13 Preparing to unpack .../350-manpages-dev_6.03-2_all.deb ... #14 63.13 Unpacking manpages-dev (6.03-2) ... #13 60.75 Setting up equivs (2.3.1) ... #14 53.76 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #14 53.82 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #14 53.89 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 54.00 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 58.26 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.4) ... #14 58.27 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... #14 58.29 Setting up tzdata (2023d-0ubuntu0.20.04) ... #14 58.38 #14 58.38 Current default time zone: 'Etc/UTC' #14 58.39 Local time is now: Mon Jan 22 21:41:17 UTC 2024. #14 58.39 Universal Time is now: Mon Jan 22 21:41:17 UTC 2024. #14 58.39 Run 'dpkg-reconfigure tzdata' if you wish to change it. #14 58.39 #14 58.41 Setting up fakeroot (1.24-1) ... #14 58.41 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 58.41 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.41 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.41 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.41 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.41 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.41 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.41 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.41 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 58.42 Setting up autotools-dev (20180224.1) ... #14 58.44 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.6) ... #14 58.45 Setting up libx11-data (2:1.6.9-2ubuntu1.6) ... #14 58.46 Setting up make (4.2.1-1.2) ... #14 58.48 Setting up libmpfr6:amd64 (4.0.2-1) ... #14 58.49 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ... #15 2.792 (1/97): automake-1.16.5-13.fc39.noarch.rpm 2.9 MB/s | 697 kB 00:00 #15 2.799 (2/97): autoconf-2.71-6.fc39.noarch.rpm 2.9 MB/s | 733 kB 00:00 #15 2.803 (3/97): checkpolicy-3.5-3.fc39.aarch64.rpm 1.4 MB/s | 346 kB 00:00 #15 2.829 (4/97): cmake-filesystem-3.27.7-1.fc39.aarch64. 752 kB/s | 19 kB 00:00 #15 2.849 (5/97): cmake-data-3.27.7-1.fc39.noarch.rpm 50 MB/s | 2.2 MB 00:00 #15 2.860 (6/97): cmake-rpm-macros-3.27.7-1.fc39.noarch.r 666 kB/s | 18 kB 00:00 #15 2.886 (7/97): cmake-3.27.7-1.fc39.aarch64.rpm 79 MB/s | 7.4 MB 00:00 #15 2.893 (8/97): dbus-1.14.10-1.fc39.aarch64.rpm 267 kB/s | 8.1 kB 00:00 #13 58.64 Preparing to unpack .../329-lzip_1.22-3_armhf.deb ... #13 58.66 Unpacking lzip (1.22-3) ... #13 58.71 Selecting previously unselected package lzop. #13 58.71 Preparing to unpack .../330-lzop_1.04-2_armhf.deb ... #13 58.72 Unpacking lzop (1.04-2) ... #13 58.80 Selecting previously unselected package t1utils. #13 58.81 Preparing to unpack .../331-t1utils_1.41-4_armhf.deb ... #13 58.83 Unpacking t1utils (1.41-4) ... #13 58.90 Selecting previously unselected package unzip. #14 64.13 Setting up libnet-libidn-perl (0.12.ds-3build2) ... #14 64.16 Setting up shared-mime-info (1.15-1) ... #14 52.84 Selecting previously unselected package liblocale-gettext-perl. #14 52.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 ... 4345 files and directories currently installed.) #14 52.84 Preparing to unpack .../liblocale-gettext-perl_1.07-5_arm64.deb ... #14 52.85 Unpacking liblocale-gettext-perl (1.07-5) ... #14 52.90 Selecting previously unselected package libssl3:arm64. #14 52.90 Preparing to unpack .../libssl3_3.0.8-1ubuntu1.4_arm64.deb ... #14 52.91 Unpacking libssl3:arm64 (3.0.8-1ubuntu1.4) ... #14 52.98 Selecting previously unselected package libpython3.11-minimal:arm64. #14 51.49 Preparing to unpack .../102-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ... #14 51.49 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 51.55 Selecting previously unselected package libssh-4:arm64. #14 51.55 Preparing to unpack .../103-libssh-4_0.9.6-2ubuntu0.22.04.3_arm64.deb ... #14 51.56 Unpacking libssh-4:arm64 (0.9.6-2ubuntu0.22.04.3) ... #14 51.60 Selecting previously unselected package libcurl4:arm64. #14 51.60 Preparing to unpack .../104-libcurl4_7.81.0-1ubuntu1.15_arm64.deb ... #14 51.61 Unpacking libcurl4:arm64 (7.81.0-1ubuntu1.15) ... #14 51.65 Selecting previously unselected package curl. #14 51.65 Preparing to unpack .../105-curl_7.81.0-1ubuntu1.15_arm64.deb ... #14 51.66 Unpacking curl (7.81.0-1ubuntu1.15) ... #14 51.70 Selecting previously unselected package dctrl-tools. #14 51.70 Preparing to unpack .../106-dctrl-tools_2.24-3build2_arm64.deb ... #14 54.01 Preparing to unpack .../093-dpkg-dev_1.22.0ubuntu1_all.deb ... #14 54.02 Unpacking dpkg-dev (1.22.0ubuntu1) ... #14 54.06 Selecting previously unselected package build-essential. #14 54.07 Preparing to unpack .../094-build-essential_12.10ubuntu1_arm64.deb ... #14 54.07 Unpacking build-essential (12.10ubuntu1) ... #14 54.10 Selecting previously unselected package libbrotli1:arm64. #14 54.11 Preparing to unpack .../095-libbrotli1_1.0.9-2build8_arm64.deb ... #14 54.11 Unpacking libbrotli1:arm64 (1.0.9-2build8) ... #14 54.18 Selecting previously unselected package libsasl2-modules-db:arm64. #14 54.18 Preparing to unpack .../096-libsasl2-modules-db_2.1.28+dfsg1-3_arm64.deb ... #14 54.18 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg1-3) ... #14 54.21 Selecting previously unselected package libsasl2-2:arm64. #14 54.21 Preparing to unpack .../097-libsasl2-2_2.1.28+dfsg1-3_arm64.deb ... #14 54.22 Unpacking libsasl2-2:arm64 (2.1.28+dfsg1-3) ... #14 54.25 Selecting previously unselected package libldap2:arm64. #14 54.25 Preparing to unpack .../098-libldap2_2.6.6+dfsg-1~exp1ubuntu1_arm64.deb ... #14 54.26 Unpacking libldap2:arm64 (2.6.6+dfsg-1~exp1ubuntu1) ... #14 54.29 Selecting previously unselected package librtmp1:arm64. #14 54.97 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.6_all.deb ... #14 54.97 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.6) ... #14 55.01 Selecting previously unselected package tzdata. #14 55.01 Preparing to unpack .../022-tzdata_2023d-0ubuntu0.20.04_all.deb ... #14 55.02 Unpacking tzdata (2023d-0ubuntu0.20.04) ... #14 55.21 Selecting previously unselected package libicu66:arm64. #14 55.21 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_arm64.deb ... #14 55.22 Unpacking libicu66:arm64 (66.1-2ubuntu2.1) ... #16 2.414 debian/rules binary #16 2.416 dh binary #16 2.506 dh_update_autotools_config #16 2.535 dh_autoreconf #16 2.577 create-stamp debian/debhelper-build-stamp #16 2.577 dh_prep #16 2.605 dh_auto_install --destdir=debian/docker-ce-build-deps/ #16 2.656 dh_install Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YxwiAg + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xf - + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 #13 56.44 Setting up libfeature-compat-class-perl (0.05-1) ... #13 56.45 Setting up python3-six (1.16.0-4) ... #13 56.58 Setting up dh-autoreconf (20) ... #14 60.69 Preparing to unpack .../182-git-man_1%3a2.39.2-1ubuntu1.1_all.deb ... #14 60.69 Unpacking git-man (1:2.39.2-1ubuntu1.1) ... #14 60.74 Selecting previously unselected package git. #14 60.74 Preparing to unpack .../183-git_1%3a2.39.2-1ubuntu1.1_armhf.deb ... #14 60.75 Unpacking git (1:2.39.2-1ubuntu1.1) ... #14 60.93 Selecting previously unselected package libalgorithm-diff-perl. #14 60.94 Preparing to unpack .../184-libalgorithm-diff-perl_1.201-1_all.deb ... #14 64.43 Updating certificates in /etc/ssl/certs... #15 4.612 (93/95): libgcc-13.2.1-6.fc39.x86_64.rpm 6.4 MB/s | 112 kB 00:00 #15 4.618 (94/95): libgomp-13.2.1-6.fc39.x86_64.rpm 13 MB/s | 322 kB 00:00 #15 4.628 (95/95): systemd-libs-254.7-1.fc39.x86_64.rpm 32 MB/s | 689 kB 00:00 #15 4.630 -------------------------------------------------------------------------------- #15 4.630 Total 44 MB/s | 106 MB 00:02 #16 3.400 dpkg-genchanges: info: binary-only upload (no source code included) #16 3.402 dpkg-source --after-build . #16 3.499 dpkg-buildpackage: info: binary-only upload (no source included) #15 12.97 Selecting previously unselected package cmake. #14 63.23 Selecting previously unselected package python3-certifi. #14 63.23 Preparing to unpack .../351-python3-certifi_2022.9.24-1_all.deb ... #14 63.24 Unpacking python3-certifi (2022.9.24-1) ... #14 63.28 Selecting previously unselected package python3-cryptography. #14 63.28 Preparing to unpack .../352-python3-cryptography_38.0.4-4ubuntu0.23.10.1_armhf.deb ... #14 63.29 Unpacking python3-cryptography (38.0.4-4ubuntu0.23.10.1) ... #14 63.36 Selecting previously unselected package python3-idna. #14 63.37 Preparing to unpack .../353-python3-idna_3.3-2_all.deb ... #14 63.37 Unpacking python3-idna (3.3-2) ... #14 63.41 Selecting previously unselected package python3-nacl. #14 63.42 Preparing to unpack .../354-python3-nacl_1.5.0-4_armhf.deb ... #14 63.42 Unpacking python3-nacl (1.5.0-4) ... #14 63.47 Selecting previously unselected package python3-bcrypt. #13 60.77 Setting up g++ (4:12.2.0-3) ... #13 60.77 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #13 60.78 Setting up build-essential (12.9) ... #13 60.81 Setting up libmoox-aliases-perl (0.001006-2) ... #13 60.83 Setting up libb-hooks-endofscope-perl (0.26-1) ... #13 60.84 Setting up dput (1.1.3) ... #13 60.97 Setting up libnamespace-clean-perl (0.27-2) ... #13 60.99 Setting up libstring-license-perl (0.0.2-1) ... #13 61.00 Setting up licensecheck (3.3.5-1) ... #13 61.02 Setting up libgitlab-api-v4-perl (0.26-3) ... #13 61.03 Setting up liblwp-protocol-https-perl (6.10-1) ... #13 61.04 Setting up libwww-perl (6.68-1) ... #13 61.06 Setting up libhtml-tokeparser-simple-perl (3.16-4) ... #13 61.07 Setting up libwww-mechanize-perl (2.16-1) ... #13 61.09 Setting up devscripts (2.23.4+deb12u1) ... #14 54.03 Setting up dh-strip-nondeterminism (1.13.1-1) ... #14 54.05 Setting up libconst-fast-perl (0.014-2) ... #14 54.07 Setting up g++ (4:13.2.0-1ubuntu1) ... #14 54.09 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 54.09 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist #14 54.10 Setting up libhttp-daemon-perl (6.16-1) ... #14 54.12 Setting up build-essential (12.10ubuntu1) ... #14 54.13 Setting up python3-unidiff (0.7.3-1) ... #14 54.25 Setting up libdata-dpath-perl (0.58-2) ... #14 58.54 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... #14 58.55 Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... #14 58.57 Setting up strace (5.5-3ubuntu1) ... #14 58.58 Setting up libsigsegv2:amd64 (2.12-2) ... #14 58.59 Setting up xz-utils (5.2.4-1ubuntu1.1) ... #14 58.60 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 58.60 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #14 58.60 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #14 58.60 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #14 58.60 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #14 58.60 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #14 58.60 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist #14 58.60 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist #14 58.60 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist #14 58.60 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist #14 58.60 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist #14 58.61 Setting up t1utils (1.41-3) ... #14 58.62 Setting up libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ... #14 58.63 Setting up diffstat (1.63-1) ... #14 58.64 Setting up libmpc3:amd64 (1.1.0-1) ... #14 58.65 Setting up libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ... #14 58.67 Setting up patch (2.7.6-6) ... #14 58.68 Setting up autopoint (0.19.8.1-10build1) ... #14 58.69 Setting up libfl2:amd64 (2.6.4-6.2) ... #14 58.70 Setting up ucf (3.0038+nmu1) ... #14 58.80 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.4) ... #14 58.81 Setting up libltdl7:amd64 (2.4.6-14) ... #15 2.937 (9/97): dbus-common-1.14.10-1.fc39.noarch.rpm 300 kB/s | 15 kB 00:00 #15 2.944 (10/97): cryptsetup-libs-2.6.1-3.fc39.aarch64.r 5.5 MB/s | 488 kB 00:00 #15 2.947 (11/97): device-mapper-1.02.196-1.fc39.aarch64. 2.5 MB/s | 136 kB 00:00 #15 2.951 (12/97): device-mapper-libs-1.02.196-1.fc39.aar 13 MB/s | 171 kB 00:00 #15 2.957 (13/97): jsoncpp-1.9.5-5.fc39.aarch64.rpm 17 MB/s | 91 kB 00:00 #15 2.967 (14/97): gc-8.2.2-4.fc39.aarch64.rpm 5.6 MB/s | 110 kB 00:00 #15 2.978 (15/97): kmod-libs-30-6.fc39.aarch64.rpm 4.5 MB/s | 67 kB 00:00 #15 3.004 (16/97): guile22-2.2.7-9.fc39.aarch64.rpm 116 MB/s | 6.5 MB 00:00 #15 3.008 (17/97): less-633-2.fc39.aarch64.rpm 4.8 MB/s | 176 kB 00:00 #15 3.011 (18/97): libargon2-20190702-3.fc39.aarch64.rpm 881 kB/s | 28 kB 00:00 #15 3.015 (19/97): libbpf-1.1.0-4.fc39.aarch64.rpm 23 MB/s | 165 kB 00:00 #15 3.019 (20/97): libcbor-0.10.2-2.fc39.aarch64.rpm 5.4 MB/s | 57 kB 00:00 #15 3.022 (21/97): libedit-3.1-48.20230828cvs.fc39.aarch6 10 MB/s | 107 kB 00:00 #15 3.027 (22/97): libfdisk-2.39.2-1.fc39.aarch64.rpm 14 MB/s | 158 kB 00:00 #15 3.031 (23/97): libfido2-1.13.0-3.fc39.aarch64.rpm 8.3 MB/s | 96 kB 00:00 #15 3.035 (24/97): libmpc-1.3.1-3.fc39.aarch64.rpm 5.9 MB/s | 72 kB 00:00 #15 3.039 (25/97): libseccomp-2.5.3-6.fc39.aarch64.rpm 6.2 MB/s | 72 kB 00:00 #15 3.042 (26/97): libseccomp-devel-2.5.3-6.fc39.aarch64. 5.4 MB/s | 60 kB 00:00 #15 3.046 (27/97): libselinux-devel-3.5-5.fc39.aarch64.rp 14 MB/s | 151 kB 00:00 #15 3.054 (28/97): libsepol-devel-3.5-2.fc39.aarch64.rpm 4.1 MB/s | 49 kB 00:00 #15 3.060 (29/97): libselinux-utils-3.5-5.fc39.aarch64.rp 9.6 MB/s | 166 kB 00:00 #15 3.064 (30/97): libtool-2.4.7-7.fc39.aarch64.rpm 33 MB/s | 601 kB 00:00 #15 3.067 (31/97): libtool-ltdl-2.4.7-7.fc39.aarch64.rpm 3.3 MB/s | 36 kB 00:00 #15 3.071 (32/97): libutempter-1.2.1-10.fc39.aarch64.rpm 4.1 MB/s | 27 kB 00:00 #15 3.074 (33/97): libxcrypt-devel-4.4.36-2.fc39.aarch64. 4.5 MB/s | 30 kB 00:00 #15 3.078 (34/97): libtool-ltdl-devel-2.4.7-7.fc39.aarch6 12 MB/s | 164 kB 00:00 #15 3.081 (35/97): libxcrypt-static-4.4.36-2.fc39.aarch64 10 MB/s | 101 kB 00:00 #15 3.091 (36/97): make-4.4.1-2.fc39.aarch64.rpm 48 MB/s | 585 kB 00:00 #15 3.097 (37/97): pcre2-devel-10.42-1.fc39.2.aarch64.rpm 32 MB/s | 505 kB 00:00 #15 3.102 (38/97): m4-1.4.19-6.fc39.aarch64.rpm 11 MB/s | 299 kB 00:00 #15 3.109 (39/97): pcre2-utf16-10.42-1.fc39.2.aarch64.rpm 12 MB/s | 199 kB 00:00 #14 52.98 Preparing to unpack .../libpython3.11-minimal_3.11.4-1~23.04.2_arm64.deb ... #14 52.99 Unpacking libpython3.11-minimal:arm64 (3.11.4-1~23.04.2) ... #14 53.08 Selecting previously unselected package libexpat1:arm64. #14 53.09 Preparing to unpack .../libexpat1_2.5.0-1_arm64.deb ... #14 53.09 Unpacking libexpat1:arm64 (2.5.0-1) ... #14 53.13 Selecting previously unselected package python3.11-minimal. #14 53.13 Preparing to unpack .../python3.11-minimal_3.11.4-1~23.04.2_arm64.deb ... #14 53.14 Unpacking python3.11-minimal (3.11.4-1~23.04.2) ... #14 53.21 Setting up libssl3:arm64 (3.0.8-1ubuntu1.4) ... #13 58.90 Preparing to unpack .../332-unzip_6.0-26+deb11u1_armhf.deb ... #13 58.91 Unpacking unzip (6.0-26+deb11u1) ... #13 59.07 Selecting previously unselected package lintian. #13 59.08 Preparing to unpack .../333-lintian_2.104.0_all.deb ... #13 59.09 Unpacking lintian (2.104.0) ... #14 51.71 Unpacking dctrl-tools (2.24-3build2) ... #14 51.75 Selecting previously unselected package libdebhelper-perl. #14 51.75 Preparing to unpack .../107-libdebhelper-perl_13.6ubuntu1_all.deb ... #14 51.75 Unpacking libdebhelper-perl (13.6ubuntu1) ... #14 51.80 Selecting previously unselected package libtool. #14 51.80 Preparing to unpack .../108-libtool_2.4.6-15build2_all.deb ... #14 51.81 Unpacking libtool (2.4.6-15build2) ... #14 51.88 Selecting previously unselected package dh-autoreconf. #14 51.89 Preparing to unpack .../109-dh-autoreconf_20_all.deb ... #14 51.89 Unpacking dh-autoreconf (20) ... #14 51.93 Selecting previously unselected package libarchive-zip-perl. #17 DONE 2.9s #18 [stage-1 7/8] WORKDIR /root/build-deb #18 DONE 0.0s #19 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb #19 DONE 0.1s #20 exporting to image #20 exporting layers #14 54.29 Preparing to unpack .../099-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ... #14 54.30 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 54.33 Selecting previously unselected package libssh-4:arm64. #14 54.33 Preparing to unpack .../100-libssh-4_0.10.5-3ubuntu1.2_arm64.deb ... #14 54.33 Unpacking libssh-4:arm64 (0.10.5-3ubuntu1.2) ... #14 54.37 Selecting previously unselected package libcurl4:arm64. #14 54.37 Preparing to unpack .../101-libcurl4_8.2.1-1ubuntu3.2_arm64.deb ... #14 54.38 Unpacking libcurl4:arm64 (8.2.1-1ubuntu3.2) ... #14 54.46 Selecting previously unselected package curl. #14 54.46 Preparing to unpack .../102-curl_8.2.1-1ubuntu3.2_arm64.deb ... #14 54.47 Unpacking curl (8.2.1-1ubuntu3.2) ... #14 54.50 Selecting previously unselected package dctrl-tools. #14 54.50 Preparing to unpack .../103-dctrl-tools_2.24-3build2_arm64.deb ... #14 54.51 Unpacking dctrl-tools (2.24-3build2) ... #14 54.54 Selecting previously unselected package libdebhelper-perl. #14 54.55 Preparing to unpack .../104-libdebhelper-perl_13.11.6ubuntu1_all.deb ... #14 54.55 Unpacking libdebhelper-perl (13.11.6ubuntu1) ... #14 54.58 Selecting previously unselected package libtool. #13 64.41 Setting up libhttp-negotiate-perl (6.01-2) ... #13 64.42 Setting up libio-prompter-perl (0.004015-2) ... #13 64.44 Setting up libiterator-util-perl (0.02+ds1-2) ... #13 64.45 Setting up libstdc++-12-dev:armhf (12.2.0-14) ... #13 64.46 Setting up libhttp-cookies-perl (6.10-1) ... #13 64.48 Setting up libtool (2.4.7-5) ... #13 64.49 Setting up po-debconf (1.0.21+nmu1) ... #13 64.50 Setting up libhtml-tree-perl (5.07-3) ... #13 64.52 Setting up libparams-classify-perl:armhf (0.015-2+b1) ... #13 64.54 Setting up libcgi-pm-perl (4.55-1) ... #16 2.689 dh_installdocs #16 2.727 dh_installchangelogs #16 2.812 dh_perl #16 2.848 dh_link #16 2.883 dh_strip_nondeterminism #16 2.946 dh_compress #13 56.59 Setting up libdata-validate-uri-perl (0.07-2) ... #13 56.60 Setting up libnet-smtp-ssl-perl (1.04-2) ... #13 56.61 Setting up python3-gpg (1.18.0-3+b1) ... #13 56.78 Setting up python3-certifi (2022.9.24-1) ... #13 56.90 Setting up libmodule-runtime-perl (0.016-2) ... #14 60.94 Unpacking libalgorithm-diff-perl (1.201-1) ... #14 60.97 Selecting previously unselected package libalgorithm-diff-xs-perl:armhf. #14 60.98 Preparing to unpack .../185-libalgorithm-diff-xs-perl_0.04-8_armhf.deb ... #14 61.01 Unpacking libalgorithm-diff-xs-perl:armhf (0.04-8) ... #14 61.04 Selecting previously unselected package libalgorithm-merge-perl. #14 61.04 Preparing to unpack .../186-libalgorithm-merge-perl_0.08-5_all.deb ... #14 61.05 Unpacking libalgorithm-merge-perl (0.08-5) ... #14 61.08 Selecting previously unselected package libaliased-perl. #14 61.08 Preparing to unpack .../187-libaliased-perl_0.34-3_all.deb ... #14 61.09 Unpacking libaliased-perl (0.34-3) ... #14 61.12 Selecting previously unselected package libapt-pkg-perl. #14 61.12 Preparing to unpack .../188-libapt-pkg-perl_0.1.40build3_armhf.deb ... #14 61.12 Unpacking libapt-pkg-perl (0.1.40build3) ... #16 3.503 #16 3.503 The package has been created. #16 3.503 Attention, the package has been created in the current directory, #16 3.503 not in ".." as indicated by the message above! #16 3.530 Selecting previously unselected package docker-ce-build-deps. #16 3.545 (Reading database ... 25590 files and directories currently installed.) #16 3.546 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #16 3.551 Unpacking docker-ce-build-deps (1.0) ... #15 12.98 Preparing to unpack .../10-cmake_3.25.1-1_armhf.deb ... #15 12.98 Unpacking cmake (3.25.1-1) ... #14 63.47 Preparing to unpack .../355-python3-bcrypt_3.2.2-1_armhf.deb ... #14 63.48 Unpacking python3-bcrypt (3.2.2-1) ... #14 63.52 Selecting previously unselected package python3-six. #14 63.52 Preparing to unpack .../356-python3-six_1.16.0-4_all.deb ... #14 63.53 Unpacking python3-six (1.16.0-4) ... #14 63.57 Selecting previously unselected package python3-paramiko. #14 63.57 Preparing to unpack .../357-python3-paramiko_2.12.0-2ubuntu1_all.deb ... #14 63.57 Unpacking python3-paramiko (2.12.0-2ubuntu1) ... #14 63.63 Selecting previously unselected package python3-urllib3. #14 63.63 Preparing to unpack .../358-python3-urllib3_1.26.16-1ubuntu0.1_all.deb ... #14 63.63 Unpacking python3-urllib3 (1.26.16-1ubuntu0.1) ... #14 63.68 Selecting previously unselected package python3-requests. #14 63.69 Preparing to unpack .../359-python3-requests_2.31.0+dfsg-1ubuntu1_all.deb ... #14 63.69 Unpacking python3-requests (2.31.0+dfsg-1ubuntu1) ... #14 63.74 Selecting previously unselected package python3-unidiff. #14 63.74 Preparing to unpack .../360-python3-unidiff_0.7.3-1_all.deb ... #14 63.75 Unpacking python3-unidiff (0.7.3-1) ... #14 63.78 Selecting previously unselected package equivs. #13 61.23 Setting up libxml-parser-perl (2.46-4) ... #13 61.26 Setting up lintian (2.116.3) ... #13 61.28 Setting up libxml-sax-expat-perl (0.51-2) ... #13 61.32 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #13 61.37 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 54.27 Setting up python3-magic (2:0.4.27-1) ... #14 54.37 Setting up python3-cffi-backend:amd64 (1.15.1-5build1) ... #14 58.82 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... #14 58.84 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 58.85 Setting up libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ... #14 58.87 Setting up python-apt-common (2.0.1ubuntu0.20.04.1) ... #14 58.88 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... #14 58.89 Setting up libuchardet0:amd64 (0.0.6-3build1) ... #14 58.90 Setting up libre2-5:amd64 (20200101+dfsg-1build1) ... #14 58.92 Setting up git-man (1:2.25.1-1ubuntu3.11) ... #14 58.93 Setting up libisl22:amd64 (0.22.1-1) ... #14 58.95 Setting up netbase (6.1) ... #14 58.98 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.4) ... #14 58.99 Setting up libmpdec2:amd64 (2.4.2-3) ... #14 59.00 Setting up libbinutils:amd64 (2.34-6ubuntu1.8) ... #14 59.01 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... #14 59.02 Setting up libc-dev-bin (2.31-0ubuntu9.14) ... #13 59.33 Setting up libgpgme11:amd64 (1.12.0-6) ... #13 59.34 Setting up gcc (4:8.3.0-1) ... #13 59.37 Setting up python3-six (1.12.0-1) ... #13 59.49 Setting up dirmngr (2.2.12-1+deb10u2) ... #13 59.51 Setting up perl (5.28.1-6+deb10u1) ... #13 59.53 Setting up libpackage-stash-xs-perl (0.29-1) ... #13 59.54 Setting up python3-gpg (1.12.0-6) ... #13 59.69 Setting up libdata-dump-perl (1.23-1) ... #13 59.70 Setting up python3-certifi (2018.8.24-1) ... #13 59.86 Setting up libdigest-hmac-perl (1.03+dfsg-2) ... #13 59.95 Setting up libref-util-perl (0.204-1) ... #13 60.02 Setting up libipc-system-simple-perl (1.25-4) ... #13 60.10 Setting up libnet-domain-tld-perl (1.75-1) ... #13 60.15 Setting up libnet-libidn-perl (0.12.ds-3+b1) ... #13 60.22 Setting up libvariable-magic-perl (0.62-1+b1) ... #13 60.30 Setting up python3-idna (2.6-1) ... #15 3.114 (40/97): pcre2-utf32-10.42-1.fc39.2.aarch64.rpm 11 MB/s | 187 kB 00:00 #15 3.117 (41/97): perl-Error-0.17029-13.fc39.noarch.rpm 2.7 MB/s | 40 kB 00:00 #15 3.120 (42/97): perl-TermReadKey-2.38-18.fc39.aarch64. 3.2 MB/s | 35 kB 00:00 #15 3.122 (43/97): perl-Thread-Queue-3.14-500.fc39.noarch 2.6 MB/s | 21 kB 00:00 #15 3.126 (44/97): perl-threads-2.36-500.fc39.aarch64.rpm 6.7 MB/s | 57 kB 00:00 #15 3.130 (45/97): perl-threads-shared-1.68-500.fc39.aarc 6.3 MB/s | 44 kB 00:00 #15 3.134 (46/97): python3-libsemanage-3.5-4.fc39.aarch64 11 MB/s | 85 kB 00:00 #15 3.144 (47/97): python3-setools-4.4.3-1.fc39.aarch64.r 48 MB/s | 694 kB 00:00 #15 3.155 (48/97): python3-setuptools-67.7.2-7.fc39.noarc 73 MB/s | 1.5 MB 00:00 #15 3.159 (49/97): python3-libselinux-3.5-5.fc39.aarch64. 5.3 MB/s | 193 kB 00:00 #15 3.162 (50/97): qrencode-libs-4.1.1-5.fc39.aarch64.rpm 4.4 MB/s | 61 kB 00:00 #15 3.166 (51/97): rhash-1.4.3-3.fc39.aarch64.rpm 17 MB/s | 192 kB 00:00 #15 3.228 (52/97): which-2.21-40.fc39.aarch64.rpm 644 kB/s | 42 kB 00:00 #15 3.294 (53/97): util-linux-2.39.2-1.fc39.aarch64.rpm 9.0 MB/s | 1.2 MB 00:00 #15 3.297 (54/97): annobin-docs-12.35-1.fc39.noarch.rpm 703 kB/s | 90 kB 00:00 #15 3.305 (55/97): annobin-plugin-gcc-12.35-1.fc39.aarch6 12 MB/s | 957 kB 00:00 #15 3.309 (56/97): dbus-broker-35-2.fc39.aarch64.rpm 18 MB/s | 172 kB 00:00 #15 3.336 (57/97): gcc-plugin-annobin-13.2.1-6.fc39.aarch 2.7 MB/s | 50 kB 00:00 #14 53.30 Setting up libpython3.11-minimal:arm64 (3.11.4-1~23.04.2) ... #14 53.31 Setting up libexpat1:arm64 (2.5.0-1) ... #14 53.33 Setting up python3.11-minimal (3.11.4-1~23.04.2) ... #14 51.93 Preparing to unpack .../110-libarchive-zip-perl_1.68-1_all.deb ... #14 51.93 Unpacking libarchive-zip-perl (1.68-1) ... #14 51.97 Selecting previously unselected package libsub-override-perl. #14 51.97 Preparing to unpack .../111-libsub-override-perl_0.09-2_all.deb ... #14 51.98 Unpacking libsub-override-perl (0.09-2) ... #14 52.01 Selecting previously unselected package libfile-stripnondeterminism-perl. #14 52.02 Preparing to unpack .../112-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ... #14 52.02 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ... #14 52.06 Selecting previously unselected package dh-strip-nondeterminism. #14 52.06 Preparing to unpack .../113-dh-strip-nondeterminism_1.13.0-1_all.deb ... #14 52.06 Unpacking dh-strip-nondeterminism (1.13.0-1) ... #14 52.10 Selecting previously unselected package libdw1:arm64. #14 52.10 Preparing to unpack .../114-libdw1_0.186-1build1_arm64.deb ... #14 52.11 Unpacking libdw1:arm64 (0.186-1build1) ... #14 52.14 Selecting previously unselected package debugedit. #14 52.14 Preparing to unpack .../115-debugedit_1%3a5.0-4build1_arm64.deb ... #14 52.15 Unpacking debugedit (1:5.0-4build1) ... #14 52.18 Selecting previously unselected package dwz. #14 52.18 Preparing to unpack .../116-dwz_0.14-1build2_arm64.deb ... #14 52.19 Unpacking dwz (0.14-1build2) ... #14 52.23 Selecting previously unselected package gettext. #14 52.23 Preparing to unpack .../117-gettext_0.21-4ubuntu4_arm64.deb ... #14 52.24 Unpacking gettext (0.21-4ubuntu4) ... #14 52.29 Selecting previously unselected package intltool-debian. #14 54.59 Preparing to unpack .../105-libtool_2.4.7-7_all.deb ... #14 54.59 Unpacking libtool (2.4.7-7) ... #14 54.65 Selecting previously unselected package dh-autoreconf. #14 54.65 Preparing to unpack .../106-dh-autoreconf_20_all.deb ... #14 54.66 Unpacking dh-autoreconf (20) ... #14 54.69 Selecting previously unselected package libarchive-zip-perl. #14 54.69 Preparing to unpack .../107-libarchive-zip-perl_1.68-1_all.deb ... #14 54.70 Unpacking libarchive-zip-perl (1.68-1) ... #14 54.79 Selecting previously unselected package libsub-override-perl. #13 64.55 Setting up python3 (3.11.2-1+b1) ... #16 2.985 dh_fixperms #16 3.025 dh_missing #16 3.051 dh_installdeb #16 3.084 dh_gencontrol #16 3.205 dh_md5sums #14 55.87 Selecting previously unselected package libxml2:arm64. #13 56.91 Setting up libmailtools-perl (2.21-2) ... #13 56.93 Setting up python3-idna (3.3-1) ... #13 57.13 Setting up python3-urllib3 (1.26.12-1) ... #17 12.74 Running scriptlet: selinux-policy-minimum-3.14.3-134.el8.noarch 24/57 #17 21.26 Installing : policycoreutils-devel-2.9-24.el8.x86_64 25/57 #17 21.50 Installing : selinux-policy-devel-3.14.3-134.el8.noarch 26/57 #17 21.52 Running scriptlet: selinux-policy-devel-3.14.3-134.el8.noarch 26/57 #17 21.55 Installing : libgomp-8.5.0-21.el8.x86_64 27/57 #17 21.56 Running scriptlet: libgomp-8.5.0-21.el8.x86_64 27/57 #17 21.59 Installing : libedit-3.1-23.20170329cvs.el8.x86_64 28/57 #17 21.67 Installing : openssh-clients-8.0p1-23.el8.x86_64 29/57 #14 61.25 Selecting previously unselected package libarchive-cpio-perl. #14 61.25 Preparing to unpack .../189-libarchive-cpio-perl_0.10-3_all.deb ... #14 61.25 Unpacking libarchive-cpio-perl (0.10-3) ... #14 61.29 Selecting previously unselected package libarray-intspan-perl. #14 61.29 Preparing to unpack .../190-libarray-intspan-perl_2.004-2_all.deb ... #14 61.29 Unpacking libarray-intspan-perl (2.004-2) ... #14 61.32 Selecting previously unselected package libmodule-implementation-perl. #14 61.32 Preparing to unpack .../191-libmodule-implementation-perl_0.09-2_all.deb ... #14 61.33 Unpacking libmodule-implementation-perl (0.09-2) ... #14 61.37 Selecting previously unselected package libsub-exporter-progressive-perl. #14 61.37 Preparing to unpack .../192-libsub-exporter-progressive-perl_0.001013-3_all.deb ... #14 61.37 Unpacking libsub-exporter-progressive-perl (0.001013-3) ... #14 61.41 Selecting previously unselected package libvariable-magic-perl. + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xf - + return + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uq7LNI + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64 + cd src + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/bin/dockerd-rootless.sh + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/bin/dockerd-rootless-setuptool.sh + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/bin/rootlesskit + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64/usr/bin/rootlesskit-docker-proxy + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip #14 65.05 137 added, 0 removed; done. #14 65.12 Setting up libfreetype6:armhf (2.11.1+dfsg-1ubuntu0.2) ... #14 65.13 Setting up libgdbm-compat4:armhf (1.23-1) ... #14 65.14 Setting up dwz (0.14-1build2) ... #14 65.15 Setting up groff-base (1.22.4-8build1) ... #14 65.17 Setting up cpp (4:11.2.0-1ubuntu1) ... #14 65.18 Setting up gpgconf (2.2.27-3ubuntu2.1) ... #14 65.19 Setting up debugedit (1:5.0-4build1) ... #14 65.20 Setting up libcurl4:armhf (7.81.0-1ubuntu1.15) ... #14 65.22 Setting up libc6-dev:armhf (2.35-0ubuntu3.6) ... #14 65.23 Setting up libx11-6:armhf (2:1.7.5-1ubuntu0.3) ... #14 65.24 Setting up libtiff5:armhf (4.3.0-6ubuntu0.7) ... #14 65.25 Setting up curl (7.81.0-1ubuntu1.15) ... #14 65.26 Setting up libfontconfig1:armhf (2.13.1-4.2ubuntu5) ... #14 63.79 Preparing to unpack .../361-equivs_2.3.1_all.deb ... #14 63.79 Unpacking equivs (2.3.1) ... #14 63.83 Selecting previously unselected package libauthen-sasl-perl. #14 63.83 Preparing to unpack .../362-libauthen-sasl-perl_2.1600-3_all.deb ... #14 63.86 Unpacking libauthen-sasl-perl (2.1600-3) ... #14 63.90 Selecting previously unselected package python3-magic. #14 63.90 Preparing to unpack .../363-python3-magic_2%3a0.4.27-1_all.deb ... #14 63.91 Unpacking python3-magic (2:0.4.27-1) ... #14 63.96 Setting up libksba8:armhf (1.6.4-2) ... #14 63.97 Setting up media-types (10.1.0) ... #14 63.99 Setting up libpipeline1:armhf (1.5.7-1) ... #14 64.00 Setting up wdiff (1.2.2-5) ... #14 64.01 Setting up libxau6:armhf (1:1.0.9-1build5) ... #13 61.48 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 61.52 Setting up libsoap-lite-perl (1.27-3) ... #13 61.56 Setting up libxmlrpc-lite-perl (0.717-5) ... #13 61.57 Processing triggers for libc-bin (2.36-9+deb12u3) ... #13 61.60 Processing triggers for ca-certificates (20230311) ... #14 54.39 Setting up python3-pkg-resources (68.1.2-2) ... #14 54.57 Setting up libmodule-implementation-perl (0.09-2) ... #14 54.59 Setting up libcgi-fast-perl (1:2.15-1) ... #14 54.61 Setting up python3-apt (2.6.0ubuntu1) ... #14 54.74 Setting up libpackage-stash-perl (0.40-1) ... #14 59.04 Setting up openssl (1.1.1f-1ubuntu2.20) ... #14 59.06 Setting up libbsd0:amd64 (0.10.0-1) ... #14 59.08 Setting up libelf1:amd64 (0.176-1.1ubuntu0.1) ... #14 59.09 Setting up readline-common (8.0-4) ... #14 59.11 Setting up publicsuffix (20200303.0012-1) ... #14 59.12 Setting up libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ... #14 59.13 Setting up iso-codes (4.4-1) ... #14 59.14 Setting up liblocale-gettext-perl (1.07-4) ... #14 59.16 Setting up liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ... #14 59.17 Setting up dctrl-tools (2.24-3) ... #14 59.19 Setting up libitm1:amd64 (10.5.0-1ubuntu1~20.04) ... #14 59.20 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 59.21 Setting up libgdbm6:amd64 (1.18.1-5) ... #14 59.23 Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ... #14 59.24 Setting up libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ... #15 13.44 Selecting previously unselected package dh-apparmor. #15 13.44 Preparing to unpack .../11-dh-apparmor_3.0.8-3_all.deb ... #15 13.44 Unpacking dh-apparmor (3.0.8-3) ... #15 13.49 Selecting previously unselected package libltdl7:armhf. #15 13.49 Preparing to unpack .../12-libltdl7_2.4.7-5_armhf.deb ... #15 13.50 Unpacking libltdl7:armhf (2.4.7-5) ... #15 13.54 Selecting previously unselected package libltdl-dev:armhf. #15 13.54 Preparing to unpack .../13-libltdl-dev_2.4.7-5_armhf.deb ... #13 60.53 Setting up libio-html-perl (1.001-1) ... #13 60.60 Setting up libb-hooks-op-check-perl (0.22-1+b1) ... #13 60.62 Setting up libtest-refcount-perl (0.08-3) ... #13 60.63 Setting up libparams-util-perl (1.07-3+b4) ... #13 60.64 Setting up libdpkg-perl (1.19.8) ... #15 3.356 (58/97): git-2.43.0-1.fc39.aarch64.rpm 3.8 MB/s | 54 kB 00:00 #15 3.433 (59/97): cpp-13.2.1-6.fc39.aarch64.rpm 72 MB/s | 9.7 MB 00:00 #15 3.493 (60/97): git-core-2.43.0-1.fc39.aarch64.rpm 35 MB/s | 4.6 MB 00:00 #15 3.576 (61/97): gcc-13.2.1-6.fc39.aarch64.rpm 115 MB/s | 31 MB 00:00 #15 3.589 (62/97): glibc-devel-2.38-14.fc39.aarch64.rpm 6.2 MB/s | 576 kB 00:00 #15 3.601 (63/97): git-core-doc-2.43.0-1.fc39.noarch.rpm 18 MB/s | 2.9 MB 00:00 #15 3.613 (64/97): glibc-static-2.38-14.fc39.aarch64.rpm 41 MB/s | 1.2 MB 00:00 #15 3.623 (65/97): kernel-headers-6.6.3-200.fc39.aarch64. 47 MB/s | 1.5 MB 00:00 #15 3.630 (66/97): libasan-13.2.1-6.fc39.aarch64.rpm 18 MB/s | 456 kB 00:00 #15 3.638 (67/97): libatomic-13.2.1-6.fc39.aarch64.rpm 1.7 MB/s | 39 kB 00:00 #15 3.648 (68/97): libuv-1.47.0-3.fc39.aarch64.rpm 14 MB/s | 248 kB 00:00 #15 3.654 (69/97): libubsan-13.2.1-6.fc39.aarch64.rpm 6.9 MB/s | 207 kB 00:00 #15 3.660 (70/97): libxkbcommon-1.6.0-1.fc39.aarch64.rpm 6.4 MB/s | 143 kB 00:00 #15 3.669 (71/97): openssh-9.3p1-10.fc39.aarch64.rpm 20 MB/s | 431 kB 00:00 #15 3.674 (72/97): perl-File-Compare-1.100.700-502.fc39.n 1.0 MB/s | 13 kB 00:00 #15 3.680 (73/97): openssh-clients-9.3p1-10.fc39.aarch64. 27 MB/s | 729 kB 00:00 #15 3.683 (74/97): perl-File-Copy-2.41-502.fc39.noarch.rp 1.6 MB/s | 20 kB 00:00 #15 3.685 (75/97): perl-File-Find-1.43-502.fc39.noarch.rp 2.4 MB/s | 25 kB 00:00 #15 3.688 (76/97): perl-Git-2.43.0-1.fc39.noarch.rpm 5.4 MB/s | 40 kB 00:00 #15 3.697 (77/97): perl-lib-0.65-502.fc39.aarch64.rpm 1.3 MB/s | 15 kB 00:00 #15 3.701 (78/97): policycoreutils-3.5-8.fc39.aarch64.rpm 15 MB/s | 244 kB 00:00 #14 54.79 Preparing to unpack .../108-libsub-override-perl_0.09-4_all.deb ... #14 54.80 Unpacking libsub-override-perl (0.09-4) ... #14 54.82 Selecting previously unselected package libfile-stripnondeterminism-perl. #14 54.82 Preparing to unpack .../109-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ... #14 54.83 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ... #14 54.86 Selecting previously unselected package dh-strip-nondeterminism. #14 54.86 Preparing to unpack .../110-dh-strip-nondeterminism_1.13.1-1_all.deb ... #14 54.86 Unpacking dh-strip-nondeterminism (1.13.1-1) ... #14 54.89 Selecting previously unselected package libdw1:arm64. #14 54.90 Preparing to unpack .../111-libdw1_0.189-4_arm64.deb ... #14 54.90 Unpacking libdw1:arm64 (0.189-4) ... #14 54.93 Selecting previously unselected package debugedit. #14 54.93 Preparing to unpack .../112-debugedit_1%3a5.0-5_arm64.deb ... #14 54.93 Unpacking debugedit (1:5.0-5) ... #14 54.96 Selecting previously unselected package dwz. #14 54.96 Preparing to unpack .../113-dwz_0.15-1_arm64.deb ... #14 54.97 Unpacking dwz (0.15-1) ... #14 55.00 Selecting previously unselected package gettext. #14 52.29 Preparing to unpack .../118-intltool-debian_0.35.0+20060710.5_all.deb ... #14 52.29 Unpacking intltool-debian (0.35.0+20060710.5) ... #14 52.33 Selecting previously unselected package po-debconf. #14 52.33 Preparing to unpack .../119-po-debconf_1.0.21+nmu1_all.deb ... #14 52.34 Unpacking po-debconf (1.0.21+nmu1) ... #14 52.39 Selecting previously unselected package debhelper. #14 52.39 Preparing to unpack .../120-debhelper_13.6ubuntu1_all.deb ... #14 52.39 Unpacking debhelper (13.6ubuntu1) ... #14 52.46 Selecting previously unselected package libfakeroot:arm64. #14 52.46 Preparing to unpack .../121-libfakeroot_1.28-1ubuntu1_arm64.deb ... #14 52.46 Unpacking libfakeroot:arm64 (1.28-1ubuntu1) ... #14 52.50 Selecting previously unselected package fakeroot. #16 3.244 dh_builddeb #16 3.271 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #16 3.285 dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo #16 3.430 dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes #13 64.85 Setting up libhtml-format-perl (2.16-2) ... #13 64.87 Setting up python3-xdg (0.28-2) ... #13 59.48 Selecting previously unselected package lsb-release. #13 59.48 Preparing to unpack .../334-lsb-release_11.1.0_all.deb ... #13 59.49 Unpacking lsb-release (11.1.0) ... #13 59.59 Selecting previously unselected package manpages-dev. #13 59.59 Preparing to unpack .../335-manpages-dev_5.10-1_all.deb ... #13 59.60 Unpacking manpages-dev (5.10-1) ... #14 55.87 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.6_arm64.deb ... #14 55.88 Unpacking libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.6) ... #14 55.95 Selecting previously unselected package libyaml-0-2:arm64. #14 55.95 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_arm64.deb ... #14 55.95 Unpacking libyaml-0-2:arm64 (0.2.2-1) ... #14 55.99 Selecting previously unselected package lsb-release. #14 55.99 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ... #14 55.99 Unpacking lsb-release (11.1.0ubuntu2) ... #14 56.03 Selecting previously unselected package netbase. #14 56.03 Preparing to unpack .../027-netbase_6.1_all.deb ... #14 56.03 Unpacking netbase (6.1) ... #14 56.06 Selecting previously unselected package python3-pkg-resources. #14 56.06 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ... #14 56.07 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ... #14 56.10 Selecting previously unselected package python3-six. #13 57.30 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ... #13 57.35 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #13 57.42 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #17 22.76 Installing : git-core-2.43.0-1.el8.x86_64 30/57 #14 61.41 Preparing to unpack .../193-libvariable-magic-perl_0.63-1_armhf.deb ... #14 61.42 Unpacking libvariable-magic-perl (0.63-1) ... #14 61.46 Selecting previously unselected package libb-hooks-endofscope-perl. #14 61.46 Preparing to unpack .../194-libb-hooks-endofscope-perl_0.26-1_all.deb ... #14 61.47 Unpacking libb-hooks-endofscope-perl (0.26-1) ... #14 61.50 Selecting previously unselected package libberkeleydb-perl:armhf. #14 61.50 Preparing to unpack .../195-libberkeleydb-perl_0.64-2_armhf.deb ... #14 61.51 Unpacking libberkeleydb-perl:armhf (0.64-2) ... #14 61.54 Selecting previously unselected package libfreetype6:armhf. #14 61.55 Preparing to unpack .../196-libfreetype6_2.12.1+dfsg-4ubuntu0.1_armhf.deb ... #14 61.55 Unpacking libfreetype6:armhf (2.12.1+dfsg-4ubuntu0.1) ... #14 61.59 Selecting previously unselected package libfontconfig1:armhf. #14 61.60 Preparing to unpack .../197-libfontconfig1_2.14.1-3ubuntu3_armhf.deb ... #14 61.60 Unpacking libfontconfig1:armhf (2.14.1-3ubuntu3) ... #14 61.64 Selecting previously unselected package libjpeg-turbo8:armhf. #14 61.64 Preparing to unpack .../198-libjpeg-turbo8_2.1.5-2ubuntu1_armhf.deb ... #14 61.65 Unpacking libjpeg-turbo8:armhf (2.1.5-2ubuntu1) ... #14 61.68 Selecting previously unselected package libjpeg8:armhf. #14 61.68 Preparing to unpack .../199-libjpeg8_8c-2ubuntu11_armhf.deb ... #14 61.69 Unpacking libjpeg8:armhf (8c-2ubuntu11) ... #14 61.73 Selecting previously unselected package libdeflate0:armhf. #14 61.73 Preparing to unpack .../200-libdeflate0_1.15-1_armhf.deb ... #14 61.73 Unpacking libdeflate0:armhf (1.15-1) ... #14 61.77 Selecting previously unselected package libjbig0:armhf. + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.y0rcfp + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/local/bin/rootlesskit -v rootlesskit version 2.0.0 + exit 0 Processing files: docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64 Provides: docker-ce-rootless-extras = 0:0.0.0~20240120124445.f18a476-0.el8 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20240120124445.f18a476-0.el8 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.17)(64bit) rtld(GNU_HASH) Conflicts: rootlesskit Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64 #14 65.27 Setting up binutils-arm-linux-gnueabihf (2.38-4ubuntu2.5) ... #14 65.28 Setting up libxml2:armhf (2.9.13+dfsg-1ubuntu0.3) ... #14 65.34 Setting up libxmuu1:armhf (2:1.1.3-3) ... #14 65.35 Setting up gpg (2.2.27-3ubuntu2.1) ... #14 65.36 Setting up libpython3-stdlib:armhf (3.10.6-1~22.04) ... #14 65.37 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ... #14 65.38 Setting up libperl5.34:armhf (5.34.0-3ubuntu1.3) ... #14 65.39 Setting up gettext (0.21-4ubuntu4) ... #14 65.40 Setting up gpg-agent (2.2.27-3ubuntu2.1) ... #13 61.61 Updating certificates in /etc/ssl/certs... #14 64.03 Setting up libkeyutils1:armhf (1.6.3-2) ... #14 64.04 Setting up lto-disabled-list (43) ... #14 64.06 Setting up libpsl5:armhf (0.21.2-1) ... #14 64.07 Setting up libsodium23:armhf (1.0.18-1build2) ... #14 64.08 Setting up libicu72:armhf (72.1-3ubuntu3) ... #14 64.10 Setting up liblerc4:armhf (4.0.0+ds-2ubuntu2) ... #14 64.11 Setting up fonts-noto-mono (20201225-2) ... #14 64.13 Setting up bsdextrautils (2.39.1-4ubuntu2) ... #14 64.15 Setting up libre2-10:armhf (20230301-2) ... #14 64.16 Setting up libfcgi0ldbl:armhf (2.4.2-2build2) ... #14 64.18 Setting up libtext-glob-perl (0.11-3) ... #14 64.19 Setting up libmagic-mgc (1:5.44-3) ... #14 64.21 Setting up libyaml-0-2:armhf (0.2.5-1) ... #14 64.22 Setting up distro-info-data (0.58ubuntu0.2) ... #14 54.75 Setting up libimport-into-perl (1.002005-2) ... #14 54.77 Setting up libmoo-perl (2.005005-1) ... #14 54.79 Setting up python3-bcrypt (3.2.2-1) ... #14 54.90 Setting up liblist-someutils-perl (0.59-1) ... #14 59.25 Setting up libctf0:amd64 (2.34-6ubuntu1.8) ... #14 59.26 Setting up pinentry-curses (1.1.0-3build1) ... #14 59.29 Setting up manpages-dev (5.05-1) ... #14 59.30 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ... #14 59.31 Setting up libxcb1:amd64 (1.14-2) ... #14 59.32 Setting up at (3.1.23-1ubuntu1) ... #14 59.47 invoke-rc.d: could not determine current runlevel #15 13.54 Unpacking libltdl-dev:armhf (2.4.7-5) ... #15 13.60 Selecting previously unselected package libseccomp-dev:armhf. #15 13.60 Preparing to unpack .../14-libseccomp-dev_2.5.4-1+rpi1+b1_armhf.deb ... #15 13.61 Unpacking libseccomp-dev:armhf (2.5.4-1+rpi1+b1) ... #15 13.67 Preparing to unpack .../15-libsystemd0_252.17-1~deb12u1+rpi1_armhf.deb ... #15 13.68 Unpacking libsystemd0:armhf (252.17-1~deb12u1+rpi1) over (252.6-1+rpi1) ... #15 13.77 Setting up libsystemd0:armhf (252.17-1~deb12u1+rpi1) ... #15 13.81 Selecting previously unselected package libsystemd-dev:armhf. #13 60.65 Setting up autoconf (2.69-11) ... #13 60.66 Setting up python3-urllib3 (1.24.1-1+deb10u2) ... #13 60.82 Setting up libsub-exporter-progressive-perl (0.001013-1) ... #13 60.83 Setting up libcapture-tiny-perl (0.48-1) ... #13 60.84 Setting up libtimedate-perl (2.3000-2+deb10u1) ... #13 60.85 Setting up gpg-wks-server (2.2.12-1+deb10u2) ... #13 60.86 Setting up libsub-name-perl (0.21-1+b3) ... #13 60.87 Setting up libtype-tiny-xs-perl (0.014-1+b1) ... #13 60.89 Setting up g++-8 (8.3.0-6) ... #13 60.90 Setting up libfile-chdir-perl (0.1008-1) ... #13 60.91 Setting up xauth (1:1.0.10-1) ... #13 60.92 Setting up libpath-tiny-perl (0.108-1) ... #15 3.705 (79/97): policycoreutils-devel-3.5-8.fc39.aarch 8.6 MB/s | 149 kB 00:00 #15 3.709 (80/97): policycoreutils-python-utils-3.5-8.fc3 7.0 MB/s | 81 kB 00:00 #15 3.713 (81/97): python3-audit-3.1.2-5.fc39.aarch64.rpm 7.9 MB/s | 87 kB 00:00 #15 3.717 (82/97): rpm-plugin-selinux-4.19.1-1.fc39.aarch 2.5 MB/s | 21 kB 00:00 #15 3.731 (83/97): python3-policycoreutils-3.5-8.fc39.noa 85 MB/s | 2.2 MB 00:00 #15 3.737 (84/97): selinux-policy-39.3-1.fc39.noarch.rpm 2.5 MB/s | 56 kB 00:00 #15 3.745 (85/97): selinux-policy-devel-39.3-1.fc39.noarc 35 MB/s | 912 kB 00:00 #15 3.813 (86/97): selinux-policy-targeted-39.3-1.fc39.no 85 MB/s | 6.7 MB 00:00 #14 55.00 Preparing to unpack .../114-gettext_0.21-13_arm64.deb ... #14 55.00 Unpacking gettext (0.21-13) ... #14 55.05 Selecting previously unselected package intltool-debian. #14 55.05 Preparing to unpack .../115-intltool-debian_0.35.0+20060710.6_all.deb ... #14 55.06 Unpacking intltool-debian (0.35.0+20060710.6) ... #14 55.09 Selecting previously unselected package po-debconf. #14 55.09 Preparing to unpack .../116-po-debconf_1.0.21+nmu1_all.deb ... #14 55.09 Unpacking po-debconf (1.0.21+nmu1) ... #14 55.13 Selecting previously unselected package debhelper. #14 55.13 Preparing to unpack .../117-debhelper_13.11.6ubuntu1_all.deb ... #14 55.14 Unpacking debhelper (13.11.6ubuntu1) ... #14 55.19 Selecting previously unselected package libfakeroot:arm64. #14 55.20 Preparing to unpack .../118-libfakeroot_1.32.1-1_arm64.deb ... #14 55.20 Unpacking libfakeroot:arm64 (1.32.1-1) ... #14 55.24 Selecting previously unselected package fakeroot. #14 55.24 Preparing to unpack .../119-fakeroot_1.32.1-1_arm64.deb ... #14 55.24 Unpacking fakeroot (1.32.1-1) ... #14 55.28 Selecting previously unselected package libassuan0:arm64. #14 55.28 Preparing to unpack .../120-libassuan0_2.5.6-1_arm64.deb ... #14 55.28 Unpacking libassuan0:arm64 (2.5.6-1) ... #14 55.31 Selecting previously unselected package gpgconf. #14 55.31 Preparing to unpack .../121-gpgconf_2.2.40-1.1ubuntu1_arm64.deb ... #14 55.32 Unpacking gpgconf (2.2.40-1.1ubuntu1) ... #14 55.35 Selecting previously unselected package libksba8:arm64. #16 3.506 dpkg-genchanges: info: binary-only upload (no source code included) #16 3.508 dpkg-source --after-build . #16 3.609 dpkg-buildpackage: info: binary-only upload (no source included) #14 52.51 Preparing to unpack .../122-fakeroot_1.28-1ubuntu1_arm64.deb ... #14 52.51 Unpacking fakeroot (1.28-1ubuntu1) ... #14 52.59 Selecting previously unselected package libassuan0:arm64. #14 52.60 Preparing to unpack .../123-libassuan0_2.5.5-1build1_arm64.deb ... #14 52.60 Unpacking libassuan0:arm64 (2.5.5-1build1) ... #14 52.64 Selecting previously unselected package gpgconf. #14 52.64 Preparing to unpack .../124-gpgconf_2.2.27-3ubuntu2.1_arm64.deb ... #14 52.65 Unpacking gpgconf (2.2.27-3ubuntu2.1) ... #14 52.68 Selecting previously unselected package libksba8:arm64. #14 52.69 Preparing to unpack .../125-libksba8_1.6.0-2ubuntu0.2_arm64.deb ... #14 52.69 Unpacking libksba8:arm64 (1.6.0-2ubuntu0.2) ... #14 52.74 Selecting previously unselected package libnpth0:arm64. #14 52.74 Preparing to unpack .../126-libnpth0_1.6-3build2_arm64.deb ... #14 52.74 Unpacking libnpth0:arm64 (1.6-3build2) ... #13 65.04 Setting up libxml-sax-perl (1.02+dfsg-3) ... #13 65.12 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #13 65.19 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 59.99 Selecting previously unselected package pbzip2. #14 54.06 Selecting previously unselected package python3-minimal. #14 56.11 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ... #14 56.11 Unpacking python3-six (1.14.0-2) ... #14 56.14 Selecting previously unselected package shared-mime-info. #14 56.14 Preparing to unpack .../030-shared-mime-info_1.15-1_arm64.deb ... #14 56.14 Unpacking shared-mime-info (1.15-1) ... #14 56.21 Selecting previously unselected package ucf. #14 56.21 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ... #14 56.22 Moving old data out of the way #14 56.22 Unpacking ucf (3.0038+nmu1) ... #14 56.26 Selecting previously unselected package xdg-user-dirs. #14 56.26 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_arm64.deb ... #14 56.27 Unpacking xdg-user-dirs (0.17-2ubuntu1) ... #14 56.31 Selecting previously unselected package xz-utils. #13 57.49 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 57.63 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 61.77 Preparing to unpack .../201-libjbig0_2.1-6ubuntu1_armhf.deb ... #14 61.78 Unpacking libjbig0:armhf (2.1-6ubuntu1) ... #14 61.82 Selecting previously unselected package liblerc4:armhf. #14 61.82 Preparing to unpack .../202-liblerc4_4.0.0+ds-2ubuntu2_armhf.deb ... #14 61.82 Unpacking liblerc4:armhf (4.0.0+ds-2ubuntu2) ... #14 61.87 Selecting previously unselected package libwebp7:armhf. #14 61.87 Preparing to unpack .../203-libwebp7_1.2.4-0.1ubuntu0.23.04.2_armhf.deb ... #14 61.87 Unpacking libwebp7:armhf (1.2.4-0.1ubuntu0.23.04.2) ... #14 61.93 Selecting previously unselected package libtiff6:armhf. #14 61.94 Preparing to unpack .../204-libtiff6_4.5.0-5ubuntu1.2_armhf.deb ... #14 61.94 Unpacking libtiff6:armhf (4.5.0-5ubuntu1.2) ... #14 61.98 Selecting previously unselected package libxpm4:armhf. #13 61.94 0 added, 0 removed; done. #13 61.94 Running hooks in /etc/ca-certificates/update.d... #13 61.94 done. #14 64.24 Setting up manpages (6.03-2) ... #14 64.25 Setting up libtirpc-common (1.3.3+ds-1) ... #14 64.27 Setting up unzip (6.0-28ubuntu1) ... #14 64.29 Setting up libcbor0.8:armhf (0.8.0-2ubuntu1) ... #14 64.30 Setting up libbrotli1:armhf (1.0.9-2build8) ... #14 64.32 Setting up libsqlite3-0:armhf (3.42.0-1ubuntu0.1) ... #14 64.33 Setting up libsasl2-modules:armhf (2.1.28+dfsg1-3) ... #14 64.35 Setting up libfcgi-bin (2.4.2-2build2) ... #14 64.37 Setting up binutils-common:armhf (2.41-5ubuntu1) ... #14 64.38 Setting up libnghttp2-14:armhf (1.55.1-1ubuntu0.1) ... #14 64.40 Setting up libmagic1:armhf (1:5.44-3) ... #14 64.42 Setting up libdeflate0:armhf (1.18-1) ... #14 64.43 Setting up less (590-2) ... #14 64.46 Setting up perl-openssl-defaults:armhf (7) ... #14 64.47 Setting up linux-libc-dev:armhf (6.5.0-14.14) ... #14 64.49 Setting up libctf-nobfd0:armhf (2.41-5ubuntu1) ... #14 64.51 Setting up gettext-base (0.21-13) ... #14 64.52 Setting up m4 (1.4.19-3) ... #14 64.53 Setting up liblzo2-2:armhf (2.10-2build3) ... #14 64.55 Setting up libnpth0:armhf (1.6-3build2) ... #14 54.91 Setting up debhelper (13.11.6ubuntu1) ... #14 54.92 Setting up liblist-someutils-xs-perl:amd64 (0.58-3) ... #14 54.94 Setting up python3-chardet (5.1.0+dfsg-2) ... #14 55.20 Setting up python3-cryptography (38.0.4-4ubuntu0.23.10.1) ... #14 59.47 invoke-rc.d: policy-rc.d denied execution of start. #14 59.48 Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... #14 59.49 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 59.50 Setting up libedit2:amd64 (3.1-20191231-1) ... #14 59.51 Setting up libreadline8:amd64 (8.0-4) ... #14 59.52 Setting up m4 (1.4.18-4) ... #14 59.54 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 59.55 Setting up ca-certificates (20230311ubuntu0.20.04.1) ... #15 3.824 (87/97): systemd-devel-254.7-1.fc39.aarch64.rpm 8.4 MB/s | 632 kB 00:00 #15 3.844 (88/97): systemd-254.7-1.fc39.aarch64.rpm 48 MB/s | 4.6 MB 00:00 #15 3.850 (89/97): systemd-networkd-254.7-1.fc39.aarch64. 19 MB/s | 620 kB 00:00 #15 3.856 (90/97): systemd-pam-254.7-1.fc39.aarch64.rpm 12 MB/s | 354 kB 00:00 #15 3.864 (91/97): systemd-resolved-254.7-1.fc39.aarch64. 21 MB/s | 284 kB 00:00 #15 3.867 (92/97): systemd-rpm-macros-254.7-1.fc39.noarch 1.8 MB/s | 30 kB 00:00 #15 3.869 (93/97): vim-filesystem-9.1.031-1.fc39.noarch.r 1.3 MB/s | 17 kB 00:00 #15 3.884 (94/97): xkeyboard-config-2.40-1.fc39.noarch.rp 49 MB/s | 971 kB 00:00 #15 3.889 (95/97): libgcc-13.2.1-6.fc39.aarch64.rpm 5.0 MB/s | 97 kB 00:00 #15 3.893 (96/97): libgomp-13.2.1-6.fc39.aarch64.rpm 13 MB/s | 313 kB 00:00 #15 3.902 (97/97): systemd-libs-254.7-1.fc39.aarch64.rpm 39 MB/s | 667 kB 00:00 #15 3.905 -------------------------------------------------------------------------------- #15 3.905 Total 54 MB/s | 101 MB 00:01 #13 60.94 Setting up libarchive-cpio-perl (0.10-1) ... #13 60.95 Setting up libjson-perl (4.02000-1) ... #13 60.96 Setting up libfcgi-perl (0.78-2+b3) ... #13 60.97 Setting up libdevel-globaldestruction-perl (0.14-1) ... #13 60.99 Setting up python3-unidiff (0.5.4-1) ... #13 61.12 Setting up libstrictures-perl (2.000005-1) ... #13 61.13 Setting up libsub-quote-perl (2.005001-1) ... #13 61.14 Setting up libclass-xsaccessor-perl (1.19-3+b2) ... #13 61.16 Setting up libsort-versions-perl (1.62-1) ... #13 61.17 Setting up libexporter-tiny-perl (1.002001-1) ... #13 61.18 Setting up libterm-readkey-perl (2.38-1) ... #13 61.19 Setting up lsb-release (10.2019051400) ... #13 61.21 Setting up libclass-accessor-perl (0.51-1) ... #13 61.22 Setting up libnet-ip-perl (1.26-2) ... #13 61.23 Setting up python3-magic (2:0.4.15-2) ... #15 13.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 22895 files and directories currently installed.) #15 13.83 Preparing to unpack .../0-libsystemd-dev_252.17-1~deb12u1+rpi1_armhf.deb ... #15 13.83 Unpacking libsystemd-dev:armhf (252.17-1~deb12u1+rpi1) ... #15 13.94 Selecting previously unselected package libpkgconf3:armhf. #15 13.94 Preparing to unpack .../1-libpkgconf3_1.8.1-1_armhf.deb ... #15 13.95 Unpacking libpkgconf3:armhf (1.8.1-1) ... #15 13.98 Selecting previously unselected package pkgconf-bin. #15 13.99 Preparing to unpack .../2-pkgconf-bin_1.8.1-1_armhf.deb ... #15 13.99 Unpacking pkgconf-bin (1.8.1-1) ... #15 14.04 Selecting previously unselected package pkgconf:armhf. #15 14.04 Preparing to unpack .../3-pkgconf_1.8.1-1_armhf.deb ... #15 14.05 Unpacking pkgconf:armhf (1.8.1-1) ... #14 55.36 Preparing to unpack .../122-libksba8_1.6.4-2_arm64.deb ... #14 55.36 Unpacking libksba8:arm64 (1.6.4-2) ... #14 55.40 Selecting previously unselected package libnpth0:arm64. #14 55.40 Preparing to unpack .../123-libnpth0_1.6-3build2_arm64.deb ... #14 55.40 Unpacking libnpth0:arm64 (1.6-3build2) ... #14 55.44 Selecting previously unselected package dirmngr. #14 55.44 Preparing to unpack .../124-dirmngr_2.2.40-1.1ubuntu1_arm64.deb ... #14 55.46 Unpacking dirmngr (2.2.40-1.1ubuntu1) ... #14 55.49 Selecting previously unselected package gnupg-l10n. #14 55.49 Preparing to unpack .../125-gnupg-l10n_2.2.40-1.1ubuntu1_all.deb ... #14 55.50 Unpacking gnupg-l10n (2.2.40-1.1ubuntu1) ... #14 55.53 Selecting previously unselected package gnupg-utils. #14 55.53 Preparing to unpack .../126-gnupg-utils_2.2.40-1.1ubuntu1_arm64.deb ... #14 55.54 Unpacking gnupg-utils (2.2.40-1.1ubuntu1) ... #14 55.57 Selecting previously unselected package gpg. #16 3.613 #16 3.613 The package has been created. #16 3.613 Attention, the package has been created in the current directory, #16 3.613 not in ".." as indicated by the message above! #16 3.665 Selecting previously unselected package docker-ce-build-deps. #16 3.680 (Reading database ... 26673 files and directories currently installed.) #16 3.681 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #16 3.685 Unpacking docker-ce-build-deps (1.0) ... #14 52.79 Selecting previously unselected package dirmngr. #14 52.79 Preparing to unpack .../127-dirmngr_2.2.27-3ubuntu2.1_arm64.deb ... #14 52.80 Unpacking dirmngr (2.2.27-3ubuntu2.1) ... #14 52.87 Selecting previously unselected package gnupg-l10n. #14 52.87 Preparing to unpack .../128-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ... #14 52.88 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ... #14 52.91 Selecting previously unselected package gnupg-utils. #14 52.92 Preparing to unpack .../129-gnupg-utils_2.2.27-3ubuntu2.1_arm64.deb ... #14 52.92 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ... #14 52.96 Selecting previously unselected package gpg. #14 52.96 Preparing to unpack .../130-gpg_2.2.27-3ubuntu2.1_arm64.deb ... #14 52.97 Unpacking gpg (2.2.27-3ubuntu2.1) ... #14 53.01 Selecting previously unselected package pinentry-curses. #13 59.99 Preparing to unpack .../336-pbzip2_1.1.13-1_armhf.deb ... #13 60.00 Unpacking pbzip2 (1.1.13-1) ... #13 60.04 Selecting previously unselected package pixz. #13 60.05 Preparing to unpack .../337-pixz_1.0.7-1_armhf.deb ... #13 60.06 Unpacking pixz (1.0.7-1) ... #13 60.12 Selecting previously unselected package xdelta. #13 60.12 Preparing to unpack .../338-xdelta_1.1.3-9.3_armhf.deb ... #13 60.13 Unpacking xdelta (1.1.3-9.3) ... #13 60.17 Selecting previously unselected package xdelta3. #13 60.17 Preparing to unpack .../339-xdelta3_3.0.11-dfsg-1+b1_armhf.deb ... #13 60.17 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ... #13 60.24 Selecting previously unselected package pristine-tar. #14 54.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 ... 4685 files and directories currently installed.) #14 54.07 Preparing to unpack .../00-python3-minimal_3.11.2-1_arm64.deb ... #14 54.07 Unpacking python3-minimal (3.11.2-1) ... #14 54.10 Selecting previously unselected package media-types. #14 54.10 Preparing to unpack .../01-media-types_10.0.0_all.deb ... #14 54.11 Unpacking media-types (10.0.0) ... #14 54.14 Selecting previously unselected package libkrb5support0:arm64. #14 54.14 Preparing to unpack .../02-libkrb5support0_1.20.1-1ubuntu0.1_arm64.deb ... #14 54.14 Unpacking libkrb5support0:arm64 (1.20.1-1ubuntu0.1) ... #14 54.18 Selecting previously unselected package libk5crypto3:arm64. #14 54.18 Preparing to unpack .../03-libk5crypto3_1.20.1-1ubuntu0.1_arm64.deb ... #14 54.18 Unpacking libk5crypto3:arm64 (1.20.1-1ubuntu0.1) ... #14 54.22 Selecting previously unselected package libkeyutils1:arm64. #14 54.22 Preparing to unpack .../04-libkeyutils1_1.6.3-2_arm64.deb ... #14 54.22 Unpacking libkeyutils1:arm64 (1.6.3-2) ... #14 54.25 Selecting previously unselected package libkrb5-3:arm64. #14 54.25 Preparing to unpack .../05-libkrb5-3_1.20.1-1ubuntu0.1_arm64.deb ... #14 54.26 Unpacking libkrb5-3:arm64 (1.20.1-1ubuntu0.1) ... #14 54.30 Selecting previously unselected package libgssapi-krb5-2:arm64. #13 65.32 #13 65.32 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 65.35 Setting up libfeature-compat-class-perl (0.05-1) ... #13 65.37 Setting up python3-six (1.16.0-4) ... #13 65.55 Setting up dh-autoreconf (20) ... #14 56.32 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_arm64.deb ... #14 56.32 Unpacking xz-utils (5.2.4-1ubuntu1.1) ... #14 56.35 Selecting previously unselected package gettext-base. #14 56.35 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_arm64.deb ... #14 56.36 Unpacking gettext-base (0.19.8.1-10build1) ... #14 56.39 Selecting previously unselected package iso-codes. #14 56.39 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ... #14 56.39 Unpacking iso-codes (4.4-1) ... #14 56.68 Selecting previously unselected package krb5-locales. #16 3.630 Reading package lists... #16 4.465 Building dependency tree... #16 4.636 Reading state information... #13 57.66 Setting up dh-strip-nondeterminism (1.13.1-1) ... #13 57.67 Setting up libconst-fast-perl (0.014-2) ... #13 57.68 Setting up libhttp-daemon-perl (6.16-1) ... #13 57.69 Setting up python3-unidiff (0.7.3-1) ... #13 57.83 Setting up libdata-dpath-perl (0.58-2) ... #13 57.84 Setting up python3-magic (2:0.4.26-3) ... #13 57.97 Setting up g++-12 (12.2.0-14) ... #14 61.98 Preparing to unpack .../205-libxpm4_1%3a3.5.12-1.1ubuntu0.1_armhf.deb ... #14 61.98 Unpacking libxpm4:armhf (1:3.5.12-1.1ubuntu0.1) ... #14 62.03 Selecting previously unselected package libgd3:armhf. #14 62.03 Preparing to unpack .../206-libgd3_2.3.3-7ubuntu2_armhf.deb ... #14 62.03 Unpacking libgd3:armhf (2.3.3-7ubuntu2) ... #14 62.07 Selecting previously unselected package libc-devtools. #14 62.07 Preparing to unpack .../207-libc-devtools_2.37-0ubuntu2.2_armhf.deb ... #14 62.08 Unpacking libc-devtools (2.37-0ubuntu2.2) ... #14 62.11 Selecting previously unselected package libcapture-tiny-perl. #14 62.11 Preparing to unpack .../208-libcapture-tiny-perl_0.48-2_all.deb ... #14 62.11 Unpacking libcapture-tiny-perl (0.48-2) ... #14 62.15 Selecting previously unselected package libcgi-pm-perl. #14 62.15 Preparing to unpack .../209-libcgi-pm-perl_4.55-1_all.deb ... #14 62.15 Unpacking libcgi-pm-perl (4.55-1) ... #14 62.19 Selecting previously unselected package libfcgi0ldbl:armhf. #14 62.19 Preparing to unpack .../210-libfcgi0ldbl_2.4.2-2build2_armhf.deb ... #14 62.19 Unpacking libfcgi0ldbl:armhf (2.4.2-2build2) ... #14 62.22 Selecting previously unselected package libfcgi-perl. #17 23.21 Installing : git-core-doc-2.43.0-1.el8.noarch 31/57 #17 23.53 Installing : kernel-headers-4.18.0-536.el8.x86_64 32/57 #17 23.59 Running scriptlet: glibc-headers-2.28-248.el8.x86_64 33/57 #14 65.88 Setting up python3.10 (3.10.12-1~22.04.3) ... #14 64.56 Setting up krb5-locales (1.20.1-3ubuntu1) ... #14 64.58 Setting up file (1:5.44-3) ... #14 64.59 Setting up libassuan0:armhf (2.5.6-1) ... #14 64.61 Setting up libgomp1:armhf (13.2.0-4ubuntu3) ... #14 64.62 Setting up bzip2 (1.0.8-5build1) ... #14 64.64 Setting up libldap-common (2.6.6+dfsg-1~exp1ubuntu1) ... #14 64.66 Setting up libjbig0:armhf (2.1-6.1ubuntu1) ... #14 64.67 Setting up libsframe1:armhf (2.41-5ubuntu1) ... #14 64.69 Setting up libfakeroot:armhf (1.32.1-1) ... #14 64.71 Setting up libjansson4:armhf (2.14-2) ... #14 64.72 Setting up libkrb5support0:armhf (1.20.1-3ubuntu1) ... #14 64.74 Setting up libnumber-compare-perl (0.03-3) ... #14 64.75 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg1-3) ... #14 64.76 Setting up tzdata (2023d-0ubuntu0.23.10) ... #14 55.40 Setting up python3-debian (0.1.49ubuntu2) ... #14 55.55 Setting up python3-requests (2.31.0+dfsg-1ubuntu1) ... #14 59.92 Updating certificates in /etc/ssl/certs... + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (01-rlimit_nofile-rhel7.patch):' Patch #0 (01-rlimit_nofile-rhel7.patch): + /usr/bin/cat /root/rpmbuild/SOURCES/01-rlimit_nofile-rhel7.patch + /usr/bin/patch -p1 --fuzz=0 patching file engine/contrib/init/systemd/docker.service + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MG7xmP + umask 022 + cd /root/rpmbuild/BUILD + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + pushd /root/rpmbuild/BUILD/src/engine + TMP_GOPATH=/go + hack/dockerfile/install/install.sh tini ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... #13 61.35 Setting up libperlio-gzip-perl (0.19-1+b5) ... #13 61.36 Setting up libsys-hostname-long-perl (1.5-1) ... #13 61.37 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ... #13 61.38 Setting up liburi-perl (1.76-1) ... #13 61.40 Setting up exim4-daemon-light (4.92-8+deb10u9) ... #13 61.47 invoke-rc.d: could not determine current runlevel #15 14.09 Selecting previously unselected package pkg-config:armhf. #15 14.09 Preparing to unpack .../4-pkg-config_1.8.1-1_armhf.deb ... #15 14.10 Unpacking pkg-config:armhf (1.8.1-1) ... #15 14.15 Preparing to unpack .../5-udev_252.17-1~deb12u1+rpi1_armhf.deb ... #15 14.17 Unpacking udev (252.17-1~deb12u1+rpi1) over (252.6-1+rpi1) ... #14 55.57 Preparing to unpack .../127-gpg_2.2.40-1.1ubuntu1_arm64.deb ... #14 55.58 Unpacking gpg (2.2.40-1.1ubuntu1) ... #14 55.62 Selecting previously unselected package pinentry-curses. #14 55.62 Preparing to unpack .../128-pinentry-curses_1.2.1-1ubuntu1_arm64.deb ... #14 55.62 Unpacking pinentry-curses (1.2.1-1ubuntu1) ... #14 55.66 Selecting previously unselected package gpg-agent. #14 55.66 Preparing to unpack .../129-gpg-agent_2.2.40-1.1ubuntu1_arm64.deb ... #14 55.67 Unpacking gpg-agent (2.2.40-1.1ubuntu1) ... #14 55.71 Selecting previously unselected package gpg-wks-client. #14 55.71 Preparing to unpack .../130-gpg-wks-client_2.2.40-1.1ubuntu1_arm64.deb ... #14 55.71 Unpacking gpg-wks-client (2.2.40-1.1ubuntu1) ... #14 55.74 Selecting previously unselected package gpg-wks-server. #14 55.74 Preparing to unpack .../131-gpg-wks-server_2.2.40-1.1ubuntu1_arm64.deb ... #14 55.75 Unpacking gpg-wks-server (2.2.40-1.1ubuntu1) ... #14 55.77 Selecting previously unselected package gpgsm. #14 55.78 Preparing to unpack .../132-gpgsm_2.2.40-1.1ubuntu1_arm64.deb ... #14 55.78 Unpacking gpgsm (2.2.40-1.1ubuntu1) ... #14 55.81 Selecting previously unselected package gnupg. #14 53.02 Preparing to unpack .../131-pinentry-curses_1.1.1-1build2_arm64.deb ... #14 53.02 Unpacking pinentry-curses (1.1.1-1build2) ... #14 53.06 Selecting previously unselected package gpg-agent. #14 53.06 Preparing to unpack .../132-gpg-agent_2.2.27-3ubuntu2.1_arm64.deb ... #14 53.07 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ... #14 53.10 Selecting previously unselected package gpg-wks-client. #14 53.10 Preparing to unpack .../133-gpg-wks-client_2.2.27-3ubuntu2.1_arm64.deb ... #14 53.11 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ... #14 53.14 Selecting previously unselected package gpg-wks-server. #14 53.14 Preparing to unpack .../134-gpg-wks-server_2.2.27-3ubuntu2.1_arm64.deb ... #14 53.15 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ... #14 53.18 Selecting previously unselected package gpgsm. #14 53.19 Preparing to unpack .../135-gpgsm_2.2.27-3ubuntu2.1_arm64.deb ... #14 53.19 Unpacking gpgsm (2.2.27-3ubuntu2.1) ... #14 53.24 Selecting previously unselected package gnupg. #13 60.24 Preparing to unpack .../340-pristine-tar_1.49_armhf.deb ... #13 60.25 Unpacking pristine-tar (1.49) ... #13 60.30 Selecting previously unselected package publicsuffix. #13 60.30 Preparing to unpack .../341-publicsuffix_20220811.1734-0+deb11u1_all.deb ... #13 60.31 Unpacking publicsuffix (20220811.1734-0+deb11u1) ... #13 60.37 Selecting previously unselected package python-apt-common. #13 60.37 Preparing to unpack .../342-python-apt-common_2.2.1_all.deb ... #13 60.38 Unpacking python-apt-common (2.2.1) ... #14 54.30 Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-1ubuntu0.1_arm64.deb ... #14 54.30 Unpacking libgssapi-krb5-2:arm64 (1.20.1-1ubuntu0.1) ... #14 54.33 Selecting previously unselected package libtirpc-common. #14 54.34 Preparing to unpack .../07-libtirpc-common_1.3.3+ds-1_all.deb ... #14 54.34 Unpacking libtirpc-common (1.3.3+ds-1) ... #14 54.37 Selecting previously unselected package libtirpc3:arm64. #14 54.37 Preparing to unpack .../08-libtirpc3_1.3.3+ds-1_arm64.deb ... #14 54.38 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... #14 54.41 Selecting previously unselected package libnsl2:arm64. #14 54.41 Preparing to unpack .../09-libnsl2_1.3.0-2build2_arm64.deb ... #14 54.41 Unpacking libnsl2:arm64 (1.3.0-2build2) ... #14 54.45 Selecting previously unselected package readline-common. #14 54.45 Preparing to unpack .../10-readline-common_8.2-1.3_all.deb ... #14 54.45 Unpacking readline-common (8.2-1.3) ... #14 54.49 Selecting previously unselected package libreadline8:arm64. #14 54.49 Preparing to unpack .../11-libreadline8_8.2-1.3_arm64.deb ... #14 54.49 Unpacking libreadline8:arm64 (8.2-1.3) ... #14 54.53 Selecting previously unselected package libsqlite3-0:arm64. #13 65.61 Setting up libdata-validate-uri-perl (0.07-2) ... #13 65.67 Setting up libnet-smtp-ssl-perl (1.04-2) ... #13 65.79 Setting up python3-gpg (1.18.0-3+b1) ... #14 56.68 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.4_all.deb ... #14 56.69 Unpacking krb5-locales (1.17-6ubuntu4.4) ... #14 56.73 Selecting previously unselected package libcbor0.6:arm64. #14 56.73 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_arm64.deb ... #14 56.73 Unpacking libcbor0.6:arm64 (0.6.0-0ubuntu1) ... #14 56.77 Selecting previously unselected package libedit2:arm64. #14 56.77 Preparing to unpack .../038-libedit2_3.1-20191231-1_arm64.deb ... #14 56.77 Unpacking libedit2:arm64 (3.1-20191231-1) ... #14 56.81 Selecting previously unselected package libfido2-1:arm64. #14 56.81 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_arm64.deb ... #14 56.81 Unpacking libfido2-1:arm64 (1.3.1-1ubuntu2) ... #14 56.85 Selecting previously unselected package libkrb5support0:arm64. #14 56.85 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.4_arm64.deb ... #14 56.85 Unpacking libkrb5support0:arm64 (1.17-6ubuntu4.4) ... #14 56.89 Selecting previously unselected package libk5crypto3:arm64. #14 56.89 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.4_arm64.deb ... #14 56.90 Unpacking libk5crypto3:arm64 (1.17-6ubuntu4.4) ... #14 56.93 Selecting previously unselected package libkeyutils1:arm64. #13 57.98 Setting up python3-pkg-resources (66.1.1-1) ... #13 58.24 Setting up libmodule-implementation-perl (0.09-2) ... #14 62.23 Preparing to unpack .../211-libfcgi-perl_0.82+ds-2_armhf.deb ... #14 62.23 Unpacking libfcgi-perl (0.82+ds-2) ... #14 62.26 Selecting previously unselected package libcgi-fast-perl. #14 62.26 Preparing to unpack .../212-libcgi-fast-perl_1%3a2.15-1_all.deb ... #14 62.27 Unpacking libcgi-fast-perl (1:2.15-1) ... #14 62.30 Selecting previously unselected package libclass-data-inheritable-perl. #14 62.30 Preparing to unpack .../213-libclass-data-inheritable-perl_0.08-3_all.deb ... #14 62.30 Unpacking libclass-data-inheritable-perl (0.08-3) ... #14 62.34 Selecting previously unselected package libcommon-sense-perl:armhf. #14 62.35 Preparing to unpack .../214-libcommon-sense-perl_3.75-3_armhf.deb ... #14 62.35 Unpacking libcommon-sense-perl:armhf (3.75-3) ... #14 62.38 Selecting previously unselected package libconfig-tiny-perl. #14 62.38 Preparing to unpack .../215-libconfig-tiny-perl_2.28-2_all.deb ... #14 62.39 Unpacking libconfig-tiny-perl (2.28-2) ... #14 62.42 Selecting previously unselected package libparams-util-perl. #14 62.42 Preparing to unpack .../216-libparams-util-perl_1.102-2_armhf.deb ... #14 62.43 Unpacking libparams-util-perl (1.102-2) ... #14 62.46 Selecting previously unselected package libsub-install-perl. #14 62.46 Preparing to unpack .../217-libsub-install-perl_0.929-1_all.deb ... #14 62.46 Unpacking libsub-install-perl (0.929-1) ... #14 62.49 Selecting previously unselected package libdata-optlist-perl. #14 62.50 Preparing to unpack .../218-libdata-optlist-perl_0.113-1_all.deb ... #14 62.50 Unpacking libdata-optlist-perl (0.113-1) ... #14 62.53 Selecting previously unselected package libsub-exporter-perl. #14 62.53 Preparing to unpack .../219-libsub-exporter-perl_0.989-1_all.deb ... #14 62.53 Unpacking libsub-exporter-perl (0.989-1) ... #14 62.57 Selecting previously unselected package libconst-fast-perl. #16 4.641 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #16 4.879 Starting 2 pkgProblemResolver with broken count: 0 #16 4.883 Done #16 5.051 Done #17 23.68 Installing : glibc-headers-2.28-248.el8.x86_64 33/57 #17 23.70 Installing : libxcrypt-devel-4.1.1-6.el8.x86_64 34/57 #17 23.73 Installing : glibc-devel-2.28-248.el8.x86_64 35/57 #17 23.74 Running scriptlet: glibc-devel-2.28-248.el8.x86_64 35/57 #12 55.14 Running scriptlet: glibc-common-2.37-13.fc38.x86_64 153/153 #12 59.06 Verifying : bzip2-1.0.8-13.fc38.x86_64 1/153 #12 59.06 Verifying : cpio-2.13-14.fc38.x86_64 2/153 #12 59.06 Verifying : desktop-file-utils-0.26-8.fc38.x86_64 3/153 #12 59.06 Verifying : devscripts-checkbashisms-2.23.0-1.fc38.x86_64 4/153 #12 59.06 Verifying : dwz-0.15-2.fc38.x86_64 5/153 #12 59.06 Verifying : ed-1.19-2.fc38.x86_64 6/153 #12 59.06 Verifying : efi-srpm-macros-5-7.fc38.noarch 7/153 #12 59.06 Verifying : enchant2-2.3.4-1.fc38.x86_64 8/153 #12 59.06 Verifying : file-5.44-3.fc38.x86_64 9/153 #12 59.06 Verifying : fonts-filesystem-1:2.0.5-11.fc38.noarch 10/153 #12 59.06 Verifying : fonts-srpm-macros-1:2.0.5-11.fc38.noarch 11/153 #12 59.06 Verifying : fpc-srpm-macros-1.3-7.fc38.noarch 12/153 #12 59.06 Verifying : gdk-pixbuf2-2.42.10-2.fc38.x86_64 13/153 #12 59.06 Verifying : ghc-srpm-macros-1.6.1-1.fc38.noarch 14/153 #12 59.06 Verifying : gnat-srpm-macros-6-2.fc38.noarch 15/153 #12 59.06 Verifying : groff-base-1.22.4-11.fc38.x86_64 16/153 #12 59.06 Verifying : hunspell-1.7.2-3.fc38.x86_64 17/153 #12 59.06 Verifying : hunspell-en-0.20201207-3.fc38.noarch 18/153 #12 59.06 Verifying : hunspell-en-GB-0.20201207-3.fc38.noarch 19/153 #12 59.06 Verifying : hunspell-en-US-0.20201207-3.fc38.noarch 20/153 #12 59.06 Verifying : hunspell-filesystem-1.7.2-3.fc38.x86_64 21/153 #12 59.06 Verifying : jansson-2.13.1-6.fc38.x86_64 22/153 #12 59.06 Verifying : js-jquery-3.6.3-2.fc38.noarch 23/153 #12 59.06 Verifying : json-glib-1.6.6-4.fc38.x86_64 24/153 #12 59.06 Verifying : libappstream-glib-0.8.2-2.fc38.x86_64 25/153 #12 59.06 Verifying : libjpeg-turbo-2.1.4-2.fc38.x86_64 26/153 #12 59.06 Verifying : libpkgconf-1.8.0-6.fc38.x86_64 27/153 #12 59.06 Verifying : libpng-2:1.6.37-14.fc38.x86_64 28/153 #12 59.06 Verifying : libstemmer-2.2.0-5.fc38.x86_64 29/153 #12 59.06 Verifying : lua-srpm-macros-1-8.fc38.noarch 30/153 #12 59.06 Verifying : ncurses-6.4-3.20230114.fc38.x86_64 31/153 #12 59.06 Verifying : ocaml-srpm-macros-7-3.fc38.noarch 32/153 #12 59.06 Verifying : openblas-srpm-macros-2-13.fc38.noarch 33/153 #12 59.06 Verifying : patch-2.7.6-19.fc38.x86_64 34/153 #12 59.06 Verifying : perl-Carp-1.52-490.fc38.noarch 35/153 #12 59.06 Verifying : perl-Data-Dumper-2.184-491.fc38.x86_64 36/153 #12 59.06 Verifying : perl-Digest-1.20-490.fc38.noarch 37/153 #12 59.06 Verifying : perl-Digest-MD5-2.58-490.fc38.x86_64 38/153 #12 59.06 Verifying : perl-Encode-4:3.19-493.fc38.x86_64 39/153 #12 59.06 Verifying : perl-Exporter-5.77-490.fc38.noarch 40/153 #12 59.06 Verifying : perl-File-Path-2.18-490.fc38.noarch 41/153 #12 59.06 Verifying : perl-File-Temp-1:0.231.100-490.fc38.noarch 42/153 #12 59.06 Verifying : perl-Getopt-Long-1:2.54-2.fc38.noarch 43/153 #12 59.06 Verifying : perl-IO-Socket-IP-0.41-492.fc38.noarch 44/153 #12 59.06 Verifying : perl-IO-Socket-SSL-2.081-1.fc38.noarch 45/153 #12 59.06 Verifying : perl-MIME-Base64-3.16-490.fc38.x86_64 46/153 #12 59.06 Verifying : perl-Mozilla-CA-20221114-2.fc38.noarch 47/153 #12 59.06 Verifying : perl-Net-SSLeay-1.92-5.fc38.x86_64 48/153 #12 59.06 Verifying : perl-PathTools-3.84-490.fc38.x86_64 49/153 #12 59.06 Verifying : perl-Pod-Escapes-1:1.07-490.fc38.noarch 50/153 #12 59.06 Verifying : perl-Pod-Perldoc-3.28.01-491.fc38.noarch 51/153 #12 59.06 Verifying : perl-Pod-Simple-1:3.43-491.fc38.noarch 52/153 #12 59.06 Verifying : perl-Pod-Usage-4:2.03-4.fc38.noarch 53/153 #12 59.06 Verifying : perl-Scalar-List-Utils-5:1.63-490.fc38.x86_64 54/153 #12 59.06 Verifying : perl-Socket-4:2.036-2.fc38.x86_64 55/153 #12 59.06 Verifying : perl-Storable-1:3.26-490.fc38.x86_64 56/153 #12 59.06 Verifying : perl-Term-ANSIColor-5.01-491.fc38.noarch 57/153 #12 59.06 Verifying : perl-Term-Cap-1.18-1.fc38.noarch 58/153 #12 59.06 Verifying : perl-Text-ParseWords-3.31-490.fc38.noarch 59/153 #12 59.06 Verifying : perl-Time-Local-2:1.300-490.fc38.noarch 60/153 #12 59.06 Verifying : perl-URI-5.17-2.fc38.noarch 61/153 #12 59.06 Verifying : perl-constant-1.33-491.fc38.noarch 62/153 #12 59.06 Verifying : perl-libnet-3.15-1.fc38.noarch 63/153 #12 59.06 Verifying : perl-parent-1:0.241-1.fc38.noarch 64/153 #12 59.06 Verifying : perl-podlators-1:5.01-2.fc38.noarch 65/153 #12 59.06 Verifying : perl-srpm-macros-1-48.fc38.noarch 66/153 #12 59.06 Verifying : pkgconf-1.8.0-6.fc38.x86_64 67/153 #12 59.06 Verifying : pkgconf-m4-1.8.0-6.fc38.noarch 68/153 #12 59.06 Verifying : pkgconf-pkg-config-1.8.0-6.fc38.x86_64 69/153 #12 59.06 Verifying : python-srpm-macros-3.11-10.fc38.noarch 70/153 #12 59.06 Verifying : python-systemd-doc-235-2.fc38.x86_64 71/153 #12 59.06 Verifying : python3-construct-2.10.68-4.fc38.noarch 72/153 #12 59.06 Verifying : python3-dateutil-1:2.8.2-5.fc38.noarch 73/153 #12 59.06 Verifying : python3-dbus-1.3.2-2.fc38.x86_64 74/153 #12 59.06 Verifying : python3-distro-1.8.0-2.fc38.noarch 75/153 #12 59.06 Verifying : python3-enchant-3.2.2-6.fc38.noarch 76/153 #12 59.06 Verifying : python3-file-magic-5.44-3.fc38.noarch 77/153 #12 59.06 Verifying : python3-pybeam-0.7-5.fc38.noarch 78/153 #12 59.06 Verifying : python3-pyxdg-0.27-7.fc38.noarch 79/153 #12 59.06 Verifying : python3-six-1.16.0-9.fc38.noarch 80/153 #12 59.06 Verifying : python3-systemd-235-2.fc38.x86_64 81/153 #12 59.06 Verifying : python3-tomli-w-1.0.0-5.fc38.noarch 82/153 #12 59.06 Verifying : shared-mime-info-2.2-3.fc38.x86_64 83/153 #12 59.06 Verifying : unzip-6.0-60.fc38.x86_64 84/153 #12 59.06 Verifying : web-assets-filesystem-5-19.fc38.noarch 85/153 #12 59.06 Verifying : xz-5.4.1-1.fc38.x86_64 86/153 #12 59.06 Verifying : ansible-srpm-macros-1-10.fc38.noarch 87/153 #12 59.06 Verifying : binutils-2.39-16.fc38.x86_64 88/153 #12 59.06 Verifying : binutils-gold-2.39-16.fc38.x86_64 89/153 #12 59.06 Verifying : dash-0.5.12-1.fc38.x86_64 90/153 #12 59.06 Verifying : dbus-libs-1:1.14.10-1.fc38.x86_64 91/153 #12 59.06 Verifying : debugedit-5.0-9.fc38.x86_64 92/153 #12 59.06 Verifying : diffutils-3.10-1.fc38.x86_64 93/153 #12 59.06 Verifying : dnf-plugins-core-4.4.4-1.fc38.noarch 94/153 #12 59.06 Verifying : elfutils-0.190-2.fc38.x86_64 95/153 #12 59.06 Verifying : elfutils-debuginfod-client-0.190-2.fc38.x86_64 96/153 #12 59.06 Verifying : emacs-filesystem-1:28.3-0.rc1.fc38.noarch 97/153 #12 59.06 Verifying : gdb-minimal-13.2-7.fc38.x86_64 98/153 #12 59.06 Verifying : glibc-gconv-extra-2.37-16.fc38.x86_64 99/153 #12 59.06 Verifying : go-srpm-macros-3.3.1-1.fc38.noarch 100/153 #12 59.06 Verifying : kernel-srpm-macros-1.0-19.fc38.noarch 101/153 #12 59.06 Verifying : package-notes-srpm-macros-0.5-8.fc38.noarch 102/153 #12 59.06 Verifying : perl-AutoLoader-5.74-498.fc38.noarch 103/153 #12 59.06 Verifying : perl-B-1.83-498.fc38.x86_64 104/153 #12 59.06 Verifying : perl-Class-Struct-0.66-498.fc38.noarch 105/153 #12 59.06 Verifying : perl-DynaLoader-1.52-498.fc38.x86_64 106/153 #12 59.06 Verifying : perl-Errno-1.36-498.fc38.x86_64 107/153 #12 59.06 Verifying : perl-Fcntl-1.15-498.fc38.x86_64 108/153 #12 59.06 Verifying : perl-File-Basename-2.85-498.fc38.noarch 109/153 #12 59.06 Verifying : perl-File-stat-1.12-498.fc38.noarch 110/153 #12 59.06 Verifying : perl-FileHandle-2.03-498.fc38.noarch 111/153 #12 59.06 Verifying : perl-Getopt-Std-1.13-498.fc38.noarch 112/153 #12 59.06 Verifying : perl-HTTP-Tiny-0.086-2.fc38.noarch 113/153 #12 59.06 Verifying : perl-IO-1.50-498.fc38.x86_64 114/153 #12 59.06 Verifying : perl-IPC-Open3-1.22-498.fc38.noarch 115/153 #12 59.06 Verifying : perl-NDBM_File-1.15-498.fc38.x86_64 116/153 #12 59.06 Verifying : perl-POSIX-2.03-498.fc38.x86_64 117/153 #12 59.06 Verifying : perl-SelectSaver-1.02-498.fc38.noarch 118/153 #12 59.06 Verifying : perl-Symbol-1.09-498.fc38.noarch 119/153 #12 59.06 Verifying : perl-Text-Tabs+Wrap-2023.0511-1.fc38.noarch 120/153 #12 59.06 Verifying : perl-base-2.27-498.fc38.noarch 121/153 #12 59.06 Verifying : perl-if-0.61.000-498.fc38.noarch 122/153 #12 59.06 Verifying : perl-interpreter-4:5.36.3-498.fc38.x86_64 123/153 #12 59.06 Verifying : perl-libs-4:5.36.3-498.fc38.x86_64 124/153 #12 59.06 Verifying : perl-locale-1.10-498.fc38.noarch 125/153 #12 59.06 Verifying : perl-mro-1.26-498.fc38.x86_64 126/153 #12 59.06 Verifying : perl-overload-1.35-498.fc38.noarch 127/153 #12 59.06 Verifying : perl-overloading-0.02-498.fc38.noarch 128/153 #12 59.06 Verifying : perl-vars-1.05-498.fc38.noarch 129/153 #12 59.06 Verifying : pyproject-srpm-macros-1.11.0-1.fc38.noarch 130/153 #12 59.06 Verifying : python3-dnf-plugins-core-4.4.4-1.fc38.noarch 131/153 #12 59.06 Verifying : python3-zstandard-0.21.0-1.fc38.x86_64 132/153 #12 59.06 Verifying : qt5-srpm-macros-5.15.11-1.fc38.noarch 133/153 #12 59.06 Verifying : qt6-srpm-macros-6.6.0-1.fc38.noarch 134/153 #12 59.06 Verifying : redhat-rpm-config-255-1.fc38.noarch 135/153 #12 59.06 Verifying : rpm-build-4.18.2-1.fc38.x86_64 136/153 #12 59.06 Verifying : rpmautospec-rpm-macros-0.3.8-1.fc38.noarch 137/153 #12 59.06 Verifying : rpmlint-2.4.0-6.fc38.noarch 138/153 #12 59.06 Verifying : rpmlint-fedora-license-data-1.38-1.fc38.noarch 139/153 #12 59.06 Verifying : rust-srpm-macros-25.2-2.fc38.noarch 140/153 #12 59.06 Verifying : xxhash-libs-0.8.2-1.fc38.x86_64 141/153 #12 59.06 Verifying : zip-3.0-37.fc38.x86_64 142/153 #12 59.06 Verifying : zstd-1.5.5-1.fc38.x86_64 143/153 #12 59.06 Verifying : elfutils-libelf-0.190-2.fc38.x86_64 144/153 #12 59.06 Verifying : elfutils-libelf-0.190-1.fc38.x86_64 145/153 #12 59.06 Verifying : elfutils-libs-0.190-2.fc38.x86_64 146/153 #12 59.06 Verifying : elfutils-libs-0.190-1.fc38.x86_64 147/153 #12 59.06 Verifying : glibc-2.37-16.fc38.x86_64 148/153 #12 59.06 Verifying : glibc-2.37-13.fc38.x86_64 149/153 #12 59.06 Verifying : glibc-common-2.37-16.fc38.x86_64 150/153 #12 59.06 Verifying : glibc-common-2.37-13.fc38.x86_64 151/153 #12 59.06 Verifying : glibc-minimal-langpack-2.37-16.fc38.x86_64 152/153 #12 59.06 Verifying : glibc-minimal-langpack-2.37-13.fc38.x86_64 153/153 #12 59.22 #12 59.22 Upgraded: #12 59.22 elfutils-libelf-0.190-2.fc38.x86_64 elfutils-libs-0.190-2.fc38.x86_64 #12 59.22 glibc-2.37-16.fc38.x86_64 glibc-common-2.37-16.fc38.x86_64 #12 59.22 glibc-minimal-langpack-2.37-16.fc38.x86_64 #12 59.22 Installed: #12 59.22 ansible-srpm-macros-1-10.fc38.noarch #12 59.22 binutils-2.39-16.fc38.x86_64 #12 59.22 binutils-gold-2.39-16.fc38.x86_64 #12 59.22 bzip2-1.0.8-13.fc38.x86_64 #12 59.22 cpio-2.13-14.fc38.x86_64 #12 59.22 dash-0.5.12-1.fc38.x86_64 #12 59.22 dbus-libs-1:1.14.10-1.fc38.x86_64 #12 59.22 debugedit-5.0-9.fc38.x86_64 #12 59.22 desktop-file-utils-0.26-8.fc38.x86_64 #12 59.22 devscripts-checkbashisms-2.23.0-1.fc38.x86_64 #12 59.22 diffutils-3.10-1.fc38.x86_64 #12 59.22 dnf-plugins-core-4.4.4-1.fc38.noarch #12 59.22 dwz-0.15-2.fc38.x86_64 #12 59.22 ed-1.19-2.fc38.x86_64 #12 59.22 efi-srpm-macros-5-7.fc38.noarch #12 59.22 elfutils-0.190-2.fc38.x86_64 #12 59.22 elfutils-debuginfod-client-0.190-2.fc38.x86_64 #12 59.22 emacs-filesystem-1:28.3-0.rc1.fc38.noarch #12 59.22 enchant2-2.3.4-1.fc38.x86_64 #12 59.22 file-5.44-3.fc38.x86_64 #12 59.22 fonts-filesystem-1:2.0.5-11.fc38.noarch #12 59.22 fonts-srpm-macros-1:2.0.5-11.fc38.noarch #12 59.22 fpc-srpm-macros-1.3-7.fc38.noarch #12 59.22 gdb-minimal-13.2-7.fc38.x86_64 #12 59.22 gdk-pixbuf2-2.42.10-2.fc38.x86_64 #12 59.22 ghc-srpm-macros-1.6.1-1.fc38.noarch #12 59.22 glibc-gconv-extra-2.37-16.fc38.x86_64 #12 59.22 gnat-srpm-macros-6-2.fc38.noarch #12 59.22 go-srpm-macros-3.3.1-1.fc38.noarch #12 59.22 groff-base-1.22.4-11.fc38.x86_64 #12 59.22 hunspell-1.7.2-3.fc38.x86_64 #12 59.22 hunspell-en-0.20201207-3.fc38.noarch #12 59.22 hunspell-en-GB-0.20201207-3.fc38.noarch #12 59.22 hunspell-en-US-0.20201207-3.fc38.noarch #12 59.22 hunspell-filesystem-1.7.2-3.fc38.x86_64 #12 59.22 jansson-2.13.1-6.fc38.x86_64 #12 59.22 js-jquery-3.6.3-2.fc38.noarch #12 59.22 json-glib-1.6.6-4.fc38.x86_64 #12 59.22 kernel-srpm-macros-1.0-19.fc38.noarch #12 59.22 libappstream-glib-0.8.2-2.fc38.x86_64 #12 59.22 libjpeg-turbo-2.1.4-2.fc38.x86_64 #12 59.22 libpkgconf-1.8.0-6.fc38.x86_64 #12 59.22 libpng-2:1.6.37-14.fc38.x86_64 #12 59.22 libstemmer-2.2.0-5.fc38.x86_64 #12 59.22 lua-srpm-macros-1-8.fc38.noarch #12 59.22 ncurses-6.4-3.20230114.fc38.x86_64 #12 59.22 ocaml-srpm-macros-7-3.fc38.noarch #12 59.22 openblas-srpm-macros-2-13.fc38.noarch #12 59.22 package-notes-srpm-macros-0.5-8.fc38.noarch #12 59.22 patch-2.7.6-19.fc38.x86_64 #12 59.22 perl-AutoLoader-5.74-498.fc38.noarch #12 59.22 perl-B-1.83-498.fc38.x86_64 #12 59.22 perl-Carp-1.52-490.fc38.noarch #12 59.22 perl-Class-Struct-0.66-498.fc38.noarch #12 59.22 perl-Data-Dumper-2.184-491.fc38.x86_64 #12 59.22 perl-Digest-1.20-490.fc38.noarch #12 59.22 perl-Digest-MD5-2.58-490.fc38.x86_64 #12 59.22 perl-DynaLoader-1.52-498.fc38.x86_64 #12 59.22 perl-Encode-4:3.19-493.fc38.x86_64 #12 59.22 perl-Errno-1.36-498.fc38.x86_64 #12 59.22 perl-Exporter-5.77-490.fc38.noarch #12 59.22 perl-Fcntl-1.15-498.fc38.x86_64 #12 59.22 perl-File-Basename-2.85-498.fc38.noarch #12 59.22 perl-File-Path-2.18-490.fc38.noarch #12 59.22 perl-File-Temp-1:0.231.100-490.fc38.noarch #12 59.22 perl-File-stat-1.12-498.fc38.noarch #12 59.22 perl-FileHandle-2.03-498.fc38.noarch #12 59.22 perl-Getopt-Long-1:2.54-2.fc38.noarch #12 59.22 perl-Getopt-Std-1.13-498.fc38.noarch #12 59.22 perl-HTTP-Tiny-0.086-2.fc38.noarch #12 59.22 perl-IO-1.50-498.fc38.x86_64 #12 59.22 perl-IO-Socket-IP-0.41-492.fc38.noarch #12 59.22 perl-IO-Socket-SSL-2.081-1.fc38.noarch #12 59.22 perl-IPC-Open3-1.22-498.fc38.noarch #12 59.22 perl-MIME-Base64-3.16-490.fc38.x86_64 #12 59.22 perl-Mozilla-CA-20221114-2.fc38.noarch #12 59.22 perl-NDBM_File-1.15-498.fc38.x86_64 #12 59.22 perl-Net-SSLeay-1.92-5.fc38.x86_64 #12 59.22 perl-POSIX-2.03-498.fc38.x86_64 #12 59.22 perl-PathTools-3.84-490.fc38.x86_64 #12 59.22 perl-Pod-Escapes-1:1.07-490.fc38.noarch #12 59.22 perl-Pod-Perldoc-3.28.01-491.fc38.noarch #12 59.22 perl-Pod-Simple-1:3.43-491.fc38.noarch #12 59.22 perl-Pod-Usage-4:2.03-4.fc38.noarch #12 59.22 perl-Scalar-List-Utils-5:1.63-490.fc38.x86_64 #12 59.22 perl-SelectSaver-1.02-498.fc38.noarch #12 59.22 perl-Socket-4:2.036-2.fc38.x86_64 #12 59.22 perl-Storable-1:3.26-490.fc38.x86_64 #12 59.22 perl-Symbol-1.09-498.fc38.noarch #12 59.22 perl-Term-ANSIColor-5.01-491.fc38.noarch #12 59.22 perl-Term-Cap-1.18-1.fc38.noarch #12 59.22 perl-Text-ParseWords-3.31-490.fc38.noarch #12 59.22 perl-Text-Tabs+Wrap-2023.0511-1.fc38.noarch #12 59.22 perl-Time-Local-2:1.300-490.fc38.noarch #12 59.22 perl-URI-5.17-2.fc38.noarch #12 59.22 perl-base-2.27-498.fc38.noarch #12 59.22 perl-constant-1.33-491.fc38.noarch #12 59.22 perl-if-0.61.000-498.fc38.noarch #12 59.22 perl-interpreter-4:5.36.3-498.fc38.x86_64 #12 59.22 perl-libnet-3.15-1.fc38.noarch #12 59.22 perl-libs-4:5.36.3-498.fc38.x86_64 #12 59.22 perl-locale-1.10-498.fc38.noarch #12 59.22 perl-mro-1.26-498.fc38.x86_64 #12 59.22 perl-overload-1.35-498.fc38.noarch #12 59.22 perl-overloading-0.02-498.fc38.noarch #12 59.22 perl-parent-1:0.241-1.fc38.noarch #12 59.22 perl-podlators-1:5.01-2.fc38.noarch #12 59.22 perl-srpm-macros-1-48.fc38.noarch #12 59.22 perl-vars-1.05-498.fc38.noarch #12 59.22 pkgconf-1.8.0-6.fc38.x86_64 #12 59.22 pkgconf-m4-1.8.0-6.fc38.noarch #12 59.22 pkgconf-pkg-config-1.8.0-6.fc38.x86_64 #12 59.22 pyproject-srpm-macros-1.11.0-1.fc38.noarch #12 59.22 python-srpm-macros-3.11-10.fc38.noarch #12 59.22 python-systemd-doc-235-2.fc38.x86_64 #12 59.22 python3-construct-2.10.68-4.fc38.noarch #12 59.22 python3-dateutil-1:2.8.2-5.fc38.noarch #12 59.22 python3-dbus-1.3.2-2.fc38.x86_64 #12 59.22 python3-distro-1.8.0-2.fc38.noarch #12 59.22 python3-dnf-plugins-core-4.4.4-1.fc38.noarch #12 59.22 python3-enchant-3.2.2-6.fc38.noarch #12 59.22 python3-file-magic-5.44-3.fc38.noarch #12 59.22 python3-pybeam-0.7-5.fc38.noarch #12 59.22 python3-pyxdg-0.27-7.fc38.noarch #12 59.22 python3-six-1.16.0-9.fc38.noarch #12 59.22 python3-systemd-235-2.fc38.x86_64 #12 59.22 python3-tomli-w-1.0.0-5.fc38.noarch #12 59.22 python3-zstandard-0.21.0-1.fc38.x86_64 #12 59.22 qt5-srpm-macros-5.15.11-1.fc38.noarch #12 59.22 qt6-srpm-macros-6.6.0-1.fc38.noarch #12 59.22 redhat-rpm-config-255-1.fc38.noarch #12 59.22 rpm-build-4.18.2-1.fc38.x86_64 #12 59.22 rpmautospec-rpm-macros-0.3.8-1.fc38.noarch #12 59.22 rpmlint-2.4.0-6.fc38.noarch #12 59.22 rpmlint-fedora-license-data-1.38-1.fc38.noarch #12 59.22 rust-srpm-macros-25.2-2.fc38.noarch #12 59.22 shared-mime-info-2.2-3.fc38.x86_64 #12 59.22 unzip-6.0-60.fc38.x86_64 #12 59.22 web-assets-filesystem-5-19.fc38.noarch #12 59.22 xxhash-libs-0.8.2-1.fc38.x86_64 #12 59.22 xz-5.4.1-1.fc38.x86_64 #12 59.22 zip-3.0-37.fc38.x86_64 #12 59.22 zstd-1.5.5-1.fc38.x86_64 #12 59.23 #12 59.23 Complete! #12 DONE 59.4s #14 [stage-1 3/6] COPY --link SPECS /root/rpmbuild/SPECS #14 DONE 0.1s #14 55.67 Setting up equivs (2.3.1) ... #14 64.88 #14 64.88 Current default time zone: 'Etc/UTC' #14 64.88 Local time is now: Mon Jan 22 21:41:19 UTC 2024. #14 64.88 Universal Time is now: Mon Jan 22 21:41:19 UTC 2024. #14 64.88 Run 'dpkg-reconfigure tzdata' if you wish to change it. #14 64.88 #14 64.91 Setting up fakeroot (1.32.1-1) ... #14 64.92 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.93 Setting up perl-modules-5.36 (5.36.0-9ubuntu1.1) ... #14 64.95 Setting up autotools-dev (20220109.1) ... #14 64.96 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #14 64.97 Setting up libx11-data (2:1.8.6-1ubuntu1) ... #14 64.99 Setting up make (4.3-4.1build1) ... #14 65.00 Setting up libmpfr6:armhf (4.2.1-1) ... #14 65.02 Setting up gnupg-l10n (2.2.40-1.1ubuntu1) ... #14 65.03 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ... #14 65.05 Setting up lzip (1.23-6) ... #14 65.06 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode #14 65.06 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 #14 65.06 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode #14 65.06 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 #14 65.07 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode #14 65.07 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 #14 65.08 Setting up strace (6.5-0.0ubuntu1) ... #14 65.09 Setting up xz-utils (5.4.1-0.2) ... #14 60.36 137 added, 0 removed; done. + cd /go/tini + git checkout -q v0.19.0 + cmake . Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.src.rpm #13 61.47 invoke-rc.d: policy-rc.d denied execution of start. #13 61.47 Initializing GnuTLS DH parameter file #13 61.56 Setting up libmailutils5:amd64 (1:3.5-4) ... #13 61.57 Setting up libdigest-bubblebabble-perl (0.02-2) ... #13 61.58 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ... #13 61.59 Setting up python3-pkg-resources (40.8.0-1) ... #14 55.81 Preparing to unpack .../133-gnupg_2.2.40-1.1ubuntu1_all.deb ... #14 55.82 Unpacking gnupg (2.2.40-1.1ubuntu1) ... #14 55.85 Selecting previously unselected package libfile-dirlist-perl. #14 55.85 Preparing to unpack .../134-libfile-dirlist-perl_0.05-3_all.deb ... #14 55.86 Unpacking libfile-dirlist-perl (0.05-3) ... #14 55.92 Selecting previously unselected package libfile-which-perl. #14 55.92 Preparing to unpack .../135-libfile-which-perl_1.27-2_all.deb ... #14 55.93 Unpacking libfile-which-perl (1.27-2) ... #14 55.95 Selecting previously unselected package libfile-homedir-perl. #14 55.96 Preparing to unpack .../136-libfile-homedir-perl_1.006-2_all.deb ... #14 55.96 Unpacking libfile-homedir-perl (1.006-2) ... #14 55.99 Selecting previously unselected package libfile-touch-perl. #14 55.99 Preparing to unpack .../137-libfile-touch-perl_0.12-2_all.deb ... #14 55.99 Unpacking libfile-touch-perl (0.12-2) ... #14 56.02 Selecting previously unselected package libio-pty-perl. #14 56.02 Preparing to unpack .../138-libio-pty-perl_1%3a1.17-1_arm64.deb ... #14 56.02 Unpacking libio-pty-perl (1:1.17-1) ... #14 56.06 Selecting previously unselected package libipc-run-perl. #14 56.06 Preparing to unpack .../139-libipc-run-perl_20220807.0-1_all.deb ... #14 56.06 Unpacking libipc-run-perl (20220807.0-1) ... #14 56.09 Selecting previously unselected package libclass-method-modifiers-perl. #14 56.09 Preparing to unpack .../140-libclass-method-modifiers-perl_2.15-1_all.deb ... #14 56.09 Unpacking libclass-method-modifiers-perl (2.15-1) ... #14 56.12 Selecting previously unselected package libclass-xsaccessor-perl. #13 60.52 Selecting previously unselected package python3-apt. #13 60.52 Preparing to unpack .../343-python3-apt_2.2.1_armhf.deb ... #13 60.53 Unpacking python3-apt (2.2.1) ... #13 60.62 Selecting previously unselected package python3-certifi. #13 60.62 Preparing to unpack .../344-python3-certifi_2020.6.20-1_all.deb ... #13 60.63 Unpacking python3-certifi (2020.6.20-1) ... #13 60.68 Selecting previously unselected package python3-idna. #13 60.69 Preparing to unpack .../345-python3-idna_2.10-1_all.deb ... #13 60.69 Unpacking python3-idna (2.10-1) ... #14 54.53 Preparing to unpack .../12-libsqlite3-0_3.40.1-1ubuntu0.1_arm64.deb ... #14 54.53 Unpacking libsqlite3-0:arm64 (3.40.1-1ubuntu0.1) ... #14 54.57 Selecting previously unselected package libpython3.11-stdlib:arm64. #14 54.57 Preparing to unpack .../13-libpython3.11-stdlib_3.11.4-1~23.04.2_arm64.deb ... #14 54.57 Unpacking libpython3.11-stdlib:arm64 (3.11.4-1~23.04.2) ... #14 54.68 Selecting previously unselected package python3.11. #14 54.68 Preparing to unpack .../14-python3.11_3.11.4-1~23.04.2_arm64.deb ... #14 54.68 Unpacking python3.11 (3.11.4-1~23.04.2) ... #14 54.71 Selecting previously unselected package libpython3-stdlib:arm64. #14 54.71 Preparing to unpack .../15-libpython3-stdlib_3.11.2-1_arm64.deb ... #14 54.72 Unpacking libpython3-stdlib:arm64 (3.11.2-1) ... #14 54.75 Setting up python3-minimal (3.11.2-1) ... #13 65.99 Setting up python3-certifi (2022.9.24-1) ... #16 3.806 Reading package lists... #14 53.25 Preparing to unpack .../136-gnupg_2.2.27-3ubuntu2.1_all.deb ... #14 53.25 Unpacking gnupg (2.2.27-3ubuntu2.1) ... #14 53.29 Selecting previously unselected package libfile-dirlist-perl. #14 53.29 Preparing to unpack .../137-libfile-dirlist-perl_0.05-2_all.deb ... #14 53.29 Unpacking libfile-dirlist-perl (0.05-2) ... #14 53.33 Selecting previously unselected package libfile-which-perl. #14 53.33 Preparing to unpack .../138-libfile-which-perl_1.23-1_all.deb ... #14 53.34 Unpacking libfile-which-perl (1.23-1) ... #14 53.37 Selecting previously unselected package libfile-homedir-perl. #14 53.37 Preparing to unpack .../139-libfile-homedir-perl_1.006-1_all.deb ... #14 53.38 Unpacking libfile-homedir-perl (1.006-1) ... #14 53.42 Selecting previously unselected package libfile-touch-perl. #14 53.42 Preparing to unpack .../140-libfile-touch-perl_0.12-1_all.deb ... #14 53.42 Unpacking libfile-touch-perl (0.12-1) ... #14 53.45 Selecting previously unselected package libio-pty-perl. #14 53.45 Preparing to unpack .../141-libio-pty-perl_1%3a1.15-2build2_arm64.deb ... #14 53.46 Unpacking libio-pty-perl (1:1.15-2build2) ... #14 53.50 Selecting previously unselected package libipc-run-perl. #14 56.94 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_arm64.deb ... #14 56.94 Unpacking libkeyutils1:arm64 (1.6-6ubuntu1.1) ... #14 56.97 Selecting previously unselected package libkrb5-3:arm64. #14 56.97 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.4_arm64.deb ... #14 56.98 Unpacking libkrb5-3:arm64 (1.17-6ubuntu4.4) ... #14 57.04 Selecting previously unselected package libgssapi-krb5-2:arm64. #14 57.04 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.4_arm64.deb ... #14 57.04 Unpacking libgssapi-krb5-2:arm64 (1.17-6ubuntu4.4) ... #14 57.08 Selecting previously unselected package libpsl5:arm64. #14 57.08 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_arm64.deb ... #14 57.09 Unpacking libpsl5:arm64 (0.21.0-1ubuntu1) ... #14 57.13 Selecting previously unselected package libxau6:arm64. #14 57.13 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_arm64.deb ... #14 57.13 Unpacking libxau6:arm64 (1:1.0.9-0ubuntu1) ... #14 57.16 Selecting previously unselected package libxdmcp6:arm64. #13 58.25 Setting up libcgi-fast-perl (1:2.15-1) ... #13 58.26 Setting up python3-apt (2.6.0) ... #13 58.45 Setting up python3-charset-normalizer (3.0.1-2) ... #14 62.57 Preparing to unpack .../220-libconst-fast-perl_0.014-2_all.deb ... #14 62.57 Unpacking libconst-fast-perl (0.014-2) ... #14 62.60 Selecting previously unselected package libwant-perl. #14 62.61 Preparing to unpack .../221-libwant-perl_0.29-2build1_armhf.deb ... #14 62.61 Unpacking libwant-perl (0.29-2build1) ... #14 62.64 Selecting previously unselected package libcontextual-return-perl. #14 62.64 Preparing to unpack .../222-libcontextual-return-perl_0.004014-4_all.deb ... #14 62.65 Unpacking libcontextual-return-perl (0.004014-4) ... #14 62.68 Selecting previously unselected package libcpanel-json-xs-perl:armhf. #14 62.68 Preparing to unpack .../223-libcpanel-json-xs-perl_4.32-1build1_armhf.deb ... #14 62.69 Unpacking libcpanel-json-xs-perl:armhf (4.32-1build1) ... #14 62.72 Selecting previously unselected package libdevel-stacktrace-perl. #14 62.72 Preparing to unpack .../224-libdevel-stacktrace-perl_2.0400-2_all.deb ... #14 62.72 Unpacking libdevel-stacktrace-perl (2.0400-2) ... #14 62.75 Selecting previously unselected package libexception-class-perl. #14 62.75 Preparing to unpack .../225-libexception-class-perl_1.45-1_all.deb ... #14 62.76 Unpacking libexception-class-perl (1.45-1) ... #14 62.79 Selecting previously unselected package libiterator-perl. #17 23.76 Installing : libxcrypt-static-4.1.1-6.el8.x86_64 36/57 #17 24.15 Installing : glibc-static-2.28-248.el8.x86_64 37/57 #17 24.17 Installing : vim-filesystem-2:8.0.1763-19.el8.4.noarch 38/57 #17 24.18 Installing : perl-Thread-Queue-3.13-1.el8.noarch 39/57 #16 5.233 Starting pkgProblemResolver with broken count: 0 #15 [stage-1 4/6] RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec #14 55.69 Setting up libmoox-aliases-perl (0.001006-2) ... #14 55.72 Setting up libb-hooks-endofscope-perl (0.26-1) ... #14 55.73 Setting up python3-nacl (1.5.0-4) ... #14 55.85 Setting up dput (1.1.3ubuntu3) ... #14 55.96 Setting up libnamespace-clean-perl (0.27-2) ... #14 65.11 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 65.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #14 65.11 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #14 65.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #14 65.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #14 65.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #14 65.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist #14 65.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist #14 65.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist #14 65.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist #14 65.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist #14 65.12 Setting up t1utils (1.41-4build2) ... #14 65.14 Setting up diffstat (1.65-1) ... #14 65.15 Setting up libpng16-16:armhf (1.6.40-1) ... #14 65.17 Setting up libmpc3:armhf (1.3.1-1) ... #14 65.18 Setting up libatomic1:armhf (13.2.0-4ubuntu3) ... #14 65.20 Setting up patch (2.7.6-7build2) ... #14 65.21 Setting up autopoint (0.21-13) ... #14 65.23 Setting up ucf (3.0043+nmu1) ... #14 65.33 Setting up libk5crypto3:armhf (1.20.1-3ubuntu1) ... -- The C compiler identification is GNU 4.8.5 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done #14 60.40 Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ... #14 60.41 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 60.42 Setting up bsdmainutils (11.1.2ubuntu3) ... #14 60.45 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode #14 60.45 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist #14 60.45 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode #14 60.45 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist #14 60.46 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.4) ... #14 60.47 Setting up libgdbm-compat4:amd64 (1.18.1-5) ... #14 60.48 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.5) ... #14 60.50 Setting up dwz (0.13-5) ... #14 60.51 Setting up groff-base (1.22.4-4build1) ... #14 60.54 Setting up gpgconf (2.2.19-3ubuntu2.2) ... #14 60.55 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.2) ... #14 60.56 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.5) ... #14 60.58 Setting up libc6-dev:amd64 (2.31-0ubuntu9.14) ... #13 61.83 Setting up automake (1:1.16.1-4) ... #13 61.83 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #13 61.84 Setting up libasync-mergepoint-perl (0.04-2) ... #13 61.86 Setting up libio-sessiondata-perl (1.03-1) ... #13 61.87 Setting up libstring-escape-perl (2010.002-2) ... #13 61.88 Setting up libhttp-date-perl (6.02-1) ... #13 61.90 Setting up libfile-which-perl (1.23-1) ... #13 61.91 Setting up mailutils (1:3.5-4) ... #13 61.93 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode #13 61.93 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode #13 61.94 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode #13 61.94 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode #13 61.94 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode #13 61.95 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode #13 61.95 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode #13 61.96 Setting up libfile-basedir-perl (0.08-1) ... #13 61.97 Setting up libnumber-range-perl (0.12-1) ... #13 61.99 Setting up libtask-weaken-perl (1.06-1) ... #13 62.00 Setting up libunicode-utf8-perl (0.62-1) ... #13 62.03 Setting up libstruct-dumb-perl (0.09-1) ... #13 62.04 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ... #14 56.12 Preparing to unpack .../141-libclass-xsaccessor-perl_1.19-4build1_arm64.deb ... #14 56.13 Unpacking libclass-xsaccessor-perl (1.19-4build1) ... #14 56.16 Selecting previously unselected package libb-hooks-op-check-perl:arm64. #14 56.16 Preparing to unpack .../142-libb-hooks-op-check-perl_0.22-2build1_arm64.deb ... #14 56.16 Unpacking libb-hooks-op-check-perl:arm64 (0.22-2build1) ... #14 56.19 Selecting previously unselected package libdynaloader-functions-perl. #14 56.19 Preparing to unpack .../143-libdynaloader-functions-perl_0.003-3_all.deb ... #14 56.20 Unpacking libdynaloader-functions-perl (0.003-3) ... #14 56.25 Selecting previously unselected package libdevel-callchecker-perl:arm64. #14 56.26 Preparing to unpack .../144-libdevel-callchecker-perl_0.008-2_arm64.deb ... #14 56.26 Unpacking libdevel-callchecker-perl:arm64 (0.008-2) ... #14 56.29 Selecting previously unselected package libparams-classify-perl:arm64. #14 56.29 Preparing to unpack .../145-libparams-classify-perl_0.015-2build2_arm64.deb ... #14 56.29 Unpacking libparams-classify-perl:arm64 (0.015-2build2) ... #14 56.32 Selecting previously unselected package libmodule-runtime-perl. #14 56.33 Preparing to unpack .../146-libmodule-runtime-perl_0.016-2_all.deb ... #14 56.33 Unpacking libmodule-runtime-perl (0.016-2) ... #14 56.36 Selecting previously unselected package libimport-into-perl. #13 60.79 Selecting previously unselected package python3-magic. #13 60.79 Preparing to unpack .../346-python3-magic_2%3a0.4.20-3_all.deb ... #13 60.80 Unpacking python3-magic (2:0.4.20-3) ... #13 60.85 Selecting previously unselected package python3-urllib3. #13 60.85 Preparing to unpack .../347-python3-urllib3_1.26.5-1~exp1_all.deb ... #13 60.85 Unpacking python3-urllib3 (1.26.5-1~exp1) ... #15 14.78 Preparing to unpack .../6-libudev1_252.17-1~deb12u1+rpi1_armhf.deb ... #15 14.80 Unpacking libudev1:armhf (252.17-1~deb12u1+rpi1) over (252.6-1+rpi1) ... #14 54.90 Selecting previously unselected package python3. #14 54.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 ... 5174 files and directories currently installed.) #14 54.91 Preparing to unpack .../0-python3_3.11.2-1_arm64.deb ... #14 54.91 Unpacking python3 (3.11.2-1) ... #14 54.94 Selecting previously unselected package perl-modules-5.36. #14 54.94 Preparing to unpack .../1-perl-modules-5.36_5.36.0-7ubuntu0.23.04.2_all.deb ... #14 54.94 Unpacking perl-modules-5.36 (5.36.0-7ubuntu0.23.04.2) ... #13 66.13 Setting up libmodule-runtime-perl (0.016-2) ... #13 66.15 Setting up libmailtools-perl (2.21-2) ... #13 66.16 Setting up python3-idna (3.3-1) ... #13 66.37 Setting up python3-urllib3 (1.26.12-1) ... #16 4.602 Building dependency tree... #14 57.16 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_arm64.deb ... #14 57.16 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ... #14 57.20 Selecting previously unselected package libxcb1:arm64. #14 57.20 Preparing to unpack .../048-libxcb1_1.14-2_arm64.deb ... #14 57.21 Unpacking libxcb1:arm64 (1.14-2) ... #14 57.23 Selecting previously unselected package libx11-data. #14 57.24 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.6_all.deb ... #14 57.24 Unpacking libx11-data (2:1.6.9-2ubuntu1.6) ... #14 57.30 Selecting previously unselected package libx11-6:arm64. #14 57.30 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.6_arm64.deb ... #14 57.31 Unpacking libx11-6:arm64 (2:1.6.9-2ubuntu1.6) ... #14 57.38 Selecting previously unselected package libxext6:arm64. #14 57.38 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_arm64.deb ... #14 57.39 Unpacking libxext6:arm64 (2:1.3.4-0ubuntu1) ... #14 57.43 Selecting previously unselected package libxmuu1:arm64. #13 58.65 Setting up libpackage-stash-perl (0.40-1) ... #14 62.79 Preparing to unpack .../226-libiterator-perl_0.03+ds1-2_all.deb ... #14 62.80 Unpacking libiterator-perl (0.03+ds1-2) ... #14 62.83 Selecting previously unselected package libiterator-util-perl. #14 62.83 Preparing to unpack .../227-libiterator-util-perl_0.02+ds1-2_all.deb ... #14 62.83 Unpacking libiterator-util-perl (0.02+ds1-2) ... #14 62.86 Selecting previously unselected package libdata-dpath-perl. #14 62.86 Preparing to unpack .../228-libdata-dpath-perl_0.58-2_all.deb ... #14 62.87 Unpacking libdata-dpath-perl (0.58-2) ... #14 62.90 Selecting previously unselected package libdata-dump-perl. #14 62.90 Preparing to unpack .../229-libdata-dump-perl_1.25-1_all.deb ... #14 62.90 Unpacking libdata-dump-perl (1.25-1) ... #14 62.93 Selecting previously unselected package libdata-messagepack-perl. #14 62.93 Preparing to unpack .../230-libdata-messagepack-perl_1.02-1build1_armhf.deb ... #14 62.94 Unpacking libdata-messagepack-perl (1.02-1build1) ... #14 62.97 Selecting previously unselected package libnet-domain-tld-perl. #14 62.97 Preparing to unpack .../231-libnet-domain-tld-perl_1.75-3_all.deb ... #14 62.98 Unpacking libnet-domain-tld-perl (1.75-3) ... #14 63.01 Selecting previously unselected package libdata-validate-domain-perl. #17 24.26 Installing : automake-1.16.1-8.el8.noarch 40/57 #17 24.29 Installing : perl-TermReadKey-2.37-7.el8.x86_64 41/57 #17 24.31 Installing : perl-Error-1:0.17025-2.el8.noarch 42/57 #17 24.33 Installing : perl-Git-2.43.0-1.el8.noarch 43/57 #17 24.36 Installing : git-2.43.0-1.el8.x86_64 44/57 #14 53.50 Preparing to unpack .../142-libipc-run-perl_20200505.0-1_all.deb ... #14 53.50 Unpacking libipc-run-perl (20200505.0-1) ... #14 53.54 Selecting previously unselected package libclass-method-modifiers-perl. #14 53.54 Preparing to unpack .../143-libclass-method-modifiers-perl_2.13-1_all.deb ... #14 53.55 Unpacking libclass-method-modifiers-perl (2.13-1) ... #14 53.58 Selecting previously unselected package libclass-xsaccessor-perl. #14 53.58 Preparing to unpack .../144-libclass-xsaccessor-perl_1.19-3build9_arm64.deb ... #14 53.58 Unpacking libclass-xsaccessor-perl (1.19-3build9) ... #14 53.67 Selecting previously unselected package libb-hooks-op-check-perl. #14 53.67 Preparing to unpack .../145-libb-hooks-op-check-perl_0.22-1build5_arm64.deb ... #14 53.67 Unpacking libb-hooks-op-check-perl (0.22-1build5) ... #14 53.70 Selecting previously unselected package libdynaloader-functions-perl. #14 53.71 Preparing to unpack .../146-libdynaloader-functions-perl_0.003-1.1_all.deb ... #14 53.71 Unpacking libdynaloader-functions-perl (0.003-1.1) ... #14 53.75 Selecting previously unselected package libdevel-callchecker-perl. #14 53.75 Preparing to unpack .../147-libdevel-callchecker-perl_0.008-1ubuntu4_arm64.deb ... #14 53.75 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ... #14 53.79 Selecting previously unselected package libparams-classify-perl. #16 5.259 Starting 2 pkgProblemResolver with broken count: 0 #16 5.262 Done #16 5.533 The following additional packages will be installed: #14 55.98 Setting up libstring-license-perl (0.0.9-2ubuntu1) ... #14 56.00 Setting up python3-paramiko (2.12.0-2ubuntu1) ... #14 56.20 Setting up licensecheck (3.3.9-1ubuntu1) ... #14 56.21 Setting up libgitlab-api-v4-perl (0.27-1) ... #14 56.22 Setting up liblwp-protocol-https-perl (6.11-1) ... #14 56.25 Setting up libwww-perl (6.72-1) ... #14 56.27 Setting up libhtml-tokeparser-simple-perl (3.16-4) ... #14 56.29 Setting up libwww-mechanize-perl (2.17-1ubuntu1) ... #14 56.30 Setting up devscripts (2.23.6) ... #14 65.35 Setting up libjpeg-turbo8:armhf (2.1.5-2ubuntu1) ... #14 65.36 Setting up libltdl7:armhf (2.4.7-7) ... #14 65.38 Setting up libsasl2-2:armhf (2.1.28+dfsg1-3) ... #14 65.39 Setting up libwebp7:armhf (1.2.4-0.3) ... #14 65.43 Setting up libubsan1:armhf (13.2.0-4ubuntu3) ... #14 65.44 Setting up python-apt-common (2.6.0ubuntu1) ... #14 65.45 Setting up libcrypt-dev:armhf (1:4.4.36-2) ... #14 65.49 Setting up libasan8:armhf (13.2.0-4ubuntu3) ... #14 65.50 Setting up libuchardet0:armhf (0.0.7-1build2) ... #14 65.51 Setting up lzop (1.04-2build2) ... #14 65.52 Setting up git-man (1:2.40.1-1ubuntu1) ... #14 65.54 Setting up netbase (6.4) ... #14 65.57 Setting up libkrb5-3:armhf (1.20.1-3ubuntu1) ... -- Build files have been written to: /go/tini + make tini-static Scanning dependencies of target tini-static [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o Linking C executable tini-static #14 60.59 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.6) ... #14 60.65 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.9) ... #14 60.66 Setting up python3.8 (3.8.10-0ubuntu1~20.04.9) ... #14 56.36 Preparing to unpack .../147-libimport-into-perl_1.002005-2_all.deb ... #14 56.39 Unpacking libimport-into-perl (1.002005-2) ... #14 56.41 Selecting previously unselected package librole-tiny-perl. #14 56.41 Preparing to unpack .../148-librole-tiny-perl_2.002004-1_all.deb ... #14 56.42 Unpacking librole-tiny-perl (2.002004-1) ... #14 56.45 Selecting previously unselected package libsub-quote-perl. #14 56.46 Preparing to unpack .../149-libsub-quote-perl_2.006008-1ubuntu1_all.deb ... #14 56.46 Unpacking libsub-quote-perl (2.006008-1ubuntu1) ... #14 56.49 Selecting previously unselected package libmoo-perl. #14 56.49 Preparing to unpack .../150-libmoo-perl_2.005005-1_all.deb ... #14 56.49 Unpacking libmoo-perl (2.005005-1) ... #14 56.52 Selecting previously unselected package libencode-locale-perl. #14 56.52 Preparing to unpack .../151-libencode-locale-perl_1.05-3_all.deb ... #14 56.52 Unpacking libencode-locale-perl (1.05-3) ... #14 56.55 Selecting previously unselected package libtimedate-perl. #14 56.55 Preparing to unpack .../152-libtimedate-perl_2.3300-2_all.deb ... #14 56.56 Unpacking libtimedate-perl (2.3300-2) ... #14 56.59 Selecting previously unselected package libhttp-date-perl. #13 62.05 Setting up libfile-listing-perl (6.04-1) ... #13 62.06 Setting up gpg-wks-client (2.2.12-1+deb10u2) ... #13 62.08 Setting up libclass-inspector-perl (1.32-1) ... #13 62.09 Setting up libfont-afm-perl (1.20-2) ... #13 62.10 Setting up libwant-perl (0.29-1+b4) ... #13 62.12 Setting up libdynaloader-functions-perl (0.003-1) ... #13 62.14 Setting up libtext-glob-perl (0.10-1) ... #13 62.15 Setting up libclass-method-modifiers-perl (2.12-1) ... #13 62.16 Setting up liblist-compare-perl (0.53-1) ... #13 62.17 Setting up libref-util-xs-perl (0.117-1+b1) ... #13 62.19 Setting up libio-pty-perl (1:1.08-1.1+b5) ... #13 62.20 Setting up libfile-fcntllock-perl (0.22-3+b5) ... #13 62.21 Setting up libsort-key-perl (1.33-2+b1) ... #13 62.22 Setting up libclone-perl (0.41-1+b1) ... #13 62.24 Setting up libalgorithm-diff-perl (1.19.03-2) ... #13 62.25 Setting up libarchive-zip-perl (1.64-1) ... #13 62.27 Setting up libsub-identify-perl (0.14-1+b1) ... #35 ... #34 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD #34 DONE 3.5s #32 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD #32 DONE 3.9s #36 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.11" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD #36 DONE 3.6s #22 [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 pkg-config #22 2.137 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #22 2.147 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] #22 2.147 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #22 2.221 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB] #22 2.328 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [12.7 kB] #22 2.376 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB] #22 4.030 Fetched 9185 kB in 2s (4218 kB/s) #22 4.030 Reading package lists... #22 ... #35 [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.1" && /build/go-winres --help #35 4.951 NAME: #35 4.951 go-winres - A tool for embedding resources in Windows executables #35 4.951 #35 4.951 USAGE: #35 4.951 go-winres [global options] command [command options] [arguments...] #35 4.951 #35 4.951 COMMANDS: #35 4.951 init Create an initial ./winres/winres.json #35 4.951 make Make syso files for the "go build" command #35 4.951 simply Make syso files for the "go build" command (simplified) #35 4.951 extract Extract all resources from an executable #35 4.951 patch Replace resources in an executable file (exe, dll) #35 4.951 help, h Shows a list of commands or help for one command #35 4.951 #35 4.951 GLOBAL OPTIONS: #35 4.952 --help, -h show help (default: false) #35 DONE 5.0s #13 60.95 Selecting previously unselected package python3-requests. #13 60.95 Preparing to unpack .../348-python3-requests_2.25.1+dfsg-2_all.deb ... #13 60.96 Unpacking python3-requests (2.25.1+dfsg-2) ... #13 61.01 Selecting previously unselected package python3-unidiff. #13 61.01 Preparing to unpack .../349-python3-unidiff_0.5.5-2_all.deb ... #13 61.02 Unpacking python3-unidiff (0.5.5-2) ... #13 61.09 Selecting previously unselected package python3-xdg. #13 61.09 Preparing to unpack .../350-python3-xdg_0.27-2_all.deb ... #13 61.10 Unpacking python3-xdg (0.27-2) ... #13 61.18 Selecting previously unselected package shared-mime-info. #15 14.93 Setting up libudev1:armhf (252.17-1~deb12u1+rpi1) ... #15 14.97 Setting up libseccomp-dev:armhf (2.5.4-1+rpi1+b1) ... #15 14.98 Setting up libstdc++-12-dev:armhf (12.2.0-14+rpi1) ... #15 15.00 Setting up libarchive13:armhf (3.6.2-1) ... #15 15.01 Setting up libpkgconf3:armhf (1.8.1-1) ... #15 15.02 Setting up libuv1:armhf (1.44.2-1+rpi1) ... #15 15.04 Setting up bash-completion (1:2.11-6) ... #15 15.07 Setting up udev (252.17-1~deb12u1+rpi1) ... #14 55.17 Selecting previously unselected package libgdbm6:arm64. #14 55.17 Preparing to unpack .../2-libgdbm6_1.23-3_arm64.deb ... #14 55.18 Unpacking libgdbm6:arm64 (1.23-3) ... #14 55.21 Selecting previously unselected package libgdbm-compat4:arm64. #14 55.21 Preparing to unpack .../3-libgdbm-compat4_1.23-3_arm64.deb ... #14 55.21 Unpacking libgdbm-compat4:arm64 (1.23-3) ... #14 55.25 Selecting previously unselected package libperl5.36:arm64. #14 55.25 Preparing to unpack .../4-libperl5.36_5.36.0-7ubuntu0.23.04.2_arm64.deb ... #14 55.26 Unpacking libperl5.36:arm64 (5.36.0-7ubuntu0.23.04.2) ... #16 4.783 Reading state information... #16 4.789 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #14 57.43 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_arm64.deb ... #14 57.43 Unpacking libxmuu1:arm64 (2:1.1.3-0ubuntu1) ... #14 57.46 Selecting previously unselected package manpages. #14 57.46 Preparing to unpack .../053-manpages_5.05-1_all.deb ... #14 57.47 Unpacking manpages (5.05-1) ... #14 57.58 Selecting previously unselected package openssh-client. #14 57.58 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.11_arm64.deb ... #14 57.59 Unpacking openssh-client (1:8.2p1-4ubuntu0.11) ... #14 57.67 Selecting previously unselected package publicsuffix. #14 57.67 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ... #14 57.67 Unpacking publicsuffix (20200303.0012-1) ... #14 57.71 Selecting previously unselected package python-apt-common. #14 66.64 Setting up libxpm4:armhf (1:3.5.12-1ubuntu0.22.04.2) ... #14 66.66 Setting up openssh-client (1:8.9p1-3ubuntu0.6) ... #14 66.73 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode #14 66.73 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 #14 66.73 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode #14 66.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 #14 66.74 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode #14 66.74 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 #14 66.75 Setting up gpgsm (2.2.27-3ubuntu2.1) ... #14 66.76 Setting up libxext6:armhf (2:1.3.4-1build1) ... #14 66.77 Setting up libcurl3-gnutls:armhf (7.81.0-1ubuntu1.15) ... #14 66.78 Setting up python3 (3.10.6-1~22.04) ... #14 63.01 Preparing to unpack .../232-libdata-validate-domain-perl_0.10-1.1_all.deb ... #14 63.01 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #14 63.04 Selecting previously unselected package libnet-ipv6addr-perl. #14 63.04 Preparing to unpack .../233-libnet-ipv6addr-perl_1.02-1_all.deb ... #14 63.04 Unpacking libnet-ipv6addr-perl (1.02-1) ... #14 63.07 Selecting previously unselected package libnet-netmask-perl. #14 63.07 Preparing to unpack .../234-libnet-netmask-perl_2.0002-2_all.deb ... #14 63.08 Unpacking libnet-netmask-perl (2.0002-2) ... #14 63.18 Selecting previously unselected package libnetaddr-ip-perl. #14 63.18 Preparing to unpack .../235-libnetaddr-ip-perl_4.079+dfsg-2build1_armhf.deb ... #14 63.19 Unpacking libnetaddr-ip-perl (4.079+dfsg-2build1) ... #14 63.23 Selecting previously unselected package libdata-validate-ip-perl. #14 63.23 Preparing to unpack .../236-libdata-validate-ip-perl_0.31-1_all.deb ... #14 63.23 Unpacking libdata-validate-ip-perl (0.31-1) ... #14 63.26 Selecting previously unselected package libdata-validate-uri-perl. #13 58.71 Setting up libimport-into-perl (1.002005-2) ... #13 58.83 Setting up libmoo-perl (2.005005-1) ... #13 58.90 Setting up liblist-someutils-perl (0.59-1) ... #13 58.93 Setting up debhelper (13.11.4) ... #13 58.99 Setting up libmime-tools-perl (5.510-1) ... #17 24.39 Installing : libuv-1:1.41.1-1.el8_4.x86_64 45/57 #14 53.79 Preparing to unpack .../148-libparams-classify-perl_0.015-1build5_arm64.deb ... #14 53.79 Unpacking libparams-classify-perl (0.015-1build5) ... #14 53.82 Selecting previously unselected package libmodule-runtime-perl. #14 53.82 Preparing to unpack .../149-libmodule-runtime-perl_0.016-1_all.deb ... #14 53.83 Unpacking libmodule-runtime-perl (0.016-1) ... #14 53.87 Selecting previously unselected package libimport-into-perl. #14 53.87 Preparing to unpack .../150-libimport-into-perl_1.002005-1_all.deb ... #14 53.87 Unpacking libimport-into-perl (1.002005-1) ... #14 54.01 Selecting previously unselected package librole-tiny-perl. #14 54.01 Preparing to unpack .../151-librole-tiny-perl_2.002004-1_all.deb ... #14 54.02 Unpacking librole-tiny-perl (2.002004-1) ... #14 54.05 Selecting previously unselected package libsub-quote-perl. #14 54.05 Preparing to unpack .../152-libsub-quote-perl_2.006006-1_all.deb ... #14 54.06 Unpacking libsub-quote-perl (2.006006-1) ... #14 54.09 Selecting previously unselected package libmoo-perl. #14 54.09 Preparing to unpack .../153-libmoo-perl_2.005004-3_all.deb ... #14 54.09 Unpacking libmoo-perl (2.005004-3) ... #14 54.13 Selecting previously unselected package libencode-locale-perl. #14 66.61 Setting up liblinux-epoll-perl (0.017-1) ... #14 66.62 Setting up libvariable-magic-perl (0.62-1build2) ... #14 66.64 Setting up python3-idna (2.8-1) ... #14 56.42 Setting up libxml-parser-perl (2.46-4) ... #14 56.44 Setting up lintian (2.116.3ubuntu3.1) ... #14 56.48 Setting up libxml-sax-expat-perl (0.51-2) ... #14 56.54 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #16 5.533 bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common #16 5.534 libarchive13 libglib2.0-0 libjsoncpp25 librhash0 libseccomp-dev #16 5.534 libsystemd-dev libsystemd0 libuv1 pkg-config #16 5.535 Suggested packages: #16 5.535 cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp #16 5.535 Recommended packages: #16 5.535 libglib2.0-data shared-mime-info xdg-user-dirs #16 5.563 The following NEW packages will be installed: #16 5.563 bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common #16 5.563 libarchive13 libglib2.0-0 libjsoncpp25 librhash0 libseccomp-dev #16 5.564 libsystemd-dev libuv1 pkg-config #16 5.565 The following packages will be upgraded: #16 5.565 libsystemd0 #16 5.977 1 upgraded, 14 newly installed, 0 to remove and 7 not upgraded. #16 5.977 1 not fully installed or removed. #16 5.977 Need to get 10.0 MB of archives. #16 5.977 After this operation, 40.6 MB of additional disk space will be used. #16 5.977 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 bash-completion all 1:2.11-5ubuntu1 [180 kB] #14 65.59 Setting up libbinutils:armhf (2.41-5ubuntu1) ... #14 65.60 Setting up lsb-release (12.0-2) ... #14 65.62 Setting up libfido2-1:armhf (1.13.0-1) ... #14 65.63 Setting up libisl23:armhf (0.26-3) ... #14 65.65 Setting up libc-dev-bin (2.38-1ubuntu6) ... #14 65.66 Setting up openssl (3.0.10-1ubuntu2.1) ... #14 65.68 Setting up libbsd0:armhf (0.11.7-4) ... #14 65.70 Setting up libelf1:armhf (0.189-4) ... #14 65.71 Setting up readline-common (8.2-1.3) ... #14 65.73 Setting up publicsuffix (20230209.2326-1) ... #14 65.74 Setting up libxml2:armhf (2.9.14+dfsg-1.3) ... #14 65.76 Setting up fonts-noto-core (20201225-2) ... #14 65.78 Setting up zstd (1.5.5+dfsg2-1ubuntu2) ... #14 65.79 Setting up libmarkdown2:armhf (2.2.7-2) ... [100%] Built target tini-static + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init + VERSION=0.0.0-20240120124445-f18a476 + PRODUCT=docker + hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags 'exclude_graphdriver_btrfs journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:20.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #14 56.59 Preparing to unpack .../153-libhttp-date-perl_6.05-2_all.deb ... #14 56.59 Unpacking libhttp-date-perl (6.05-2) ... #14 56.62 Selecting previously unselected package libfile-listing-perl. #14 56.63 Preparing to unpack .../154-libfile-listing-perl_6.15-1_all.deb ... #14 56.63 Unpacking libfile-listing-perl (6.15-1) ... #14 56.66 Selecting previously unselected package libhtml-tagset-perl. #14 56.66 Preparing to unpack .../155-libhtml-tagset-perl_3.20-6_all.deb ... #14 56.66 Unpacking libhtml-tagset-perl (3.20-6) ... #14 56.69 Selecting previously unselected package liburi-perl. #14 56.69 Preparing to unpack .../156-liburi-perl_5.19-2_all.deb ... #14 56.70 Unpacking liburi-perl (5.19-2) ... #14 56.73 Selecting previously unselected package libhtml-parser-perl:arm64. #14 56.73 Preparing to unpack .../157-libhtml-parser-perl_3.81-1_arm64.deb ... #14 56.74 Unpacking libhtml-parser-perl:arm64 (3.81-1) ... #14 56.77 Selecting previously unselected package libhtml-tree-perl. #14 56.77 Preparing to unpack .../158-libhtml-tree-perl_5.07-3_all.deb ... #14 56.77 Unpacking libhtml-tree-perl (5.07-3) ... #14 56.80 Selecting previously unselected package libclone-perl:arm64. #14 56.81 Preparing to unpack .../159-libclone-perl_0.46-1_arm64.deb ... #14 56.81 Unpacking libclone-perl:arm64 (0.46-1) ... #14 56.84 Selecting previously unselected package libio-html-perl. #14 56.84 Preparing to unpack .../160-libio-html-perl_1.004-3_all.deb ... #14 56.84 Unpacking libio-html-perl (1.004-3) ... #14 56.87 Selecting previously unselected package liblwp-mediatypes-perl. #14 56.87 Preparing to unpack .../161-liblwp-mediatypes-perl_6.04-2_all.deb ... #14 56.88 Unpacking liblwp-mediatypes-perl (6.04-2) ... #14 56.91 Selecting previously unselected package libhttp-message-perl. #13 62.28 Setting up libdistro-info-perl (0.21+deb10u1) ... #13 62.30 Setting up python3-apt (1.8.4.3) ... #13 62.45 Setting up libio-stringy-perl (2.111-3) ... #13 62.46 Setting up liblist-moreutils-perl (0.416-1+b4) ... #13 62.48 Setting up libhtml-tagset-perl (3.20-3) ... #13 62.49 Setting up liblog-any-perl (1.707-1) ... #13 62.51 Setting up libauthen-sasl-perl (2.1600-1) ... #13 62.52 Setting up libpod-constants-perl (0.19-1) ... #13 62.53 Setting up libregexp-pattern-license-perl (3.0.31-4) ... #13 62.55 Setting up libconvert-binhex-perl (1.125-1) ... #22 [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 pkg-config #22 5.080 Hit:1 http://deb.debian.org/debian bookworm InRelease #22 5.080 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #22 5.080 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #14 55.50 Selecting previously unselected package perl. #14 55.50 Preparing to unpack .../5-perl_5.36.0-7ubuntu0.23.04.2_arm64.deb ... #14 55.51 Unpacking perl (5.36.0-7ubuntu0.23.04.2) ... #14 55.55 Selecting previously unselected package adduser. #14 55.55 Preparing to unpack .../6-adduser_3.129ubuntu1_all.deb ... #14 55.56 Unpacking adduser (3.129ubuntu1) ... #14 55.59 Setting up adduser (3.129ubuntu1) ... #14 55.65 Selecting previously unselected package openssl. #13 61.18 Preparing to unpack .../351-shared-mime-info_2.0-1_armhf.deb ... #13 61.19 Unpacking shared-mime-info (2.0-1) ... #13 61.34 Selecting previously unselected package strace. #13 61.34 Preparing to unpack .../352-strace_5.10-1_armhf.deb ... #13 61.35 Unpacking strace (5.10-1) ... #13 61.44 Selecting previously unselected package xauth. #13 61.44 Preparing to unpack .../353-xauth_1%3a1.1-1_armhf.deb ... #13 61.46 Unpacking xauth (1:1.1-1) ... #13 61.54 Selecting previously unselected package xdg-user-dirs. #16 4.997 Starting 2 pkgProblemResolver with broken count: 0 #16 5.000 Done #16 5.174 Done #16 5.349 Starting pkgProblemResolver with broken count: 0 #14 57.71 Preparing to unpack .../056-python-apt-common_2.0.1ubuntu0.20.04.1_all.deb ... #14 57.72 Unpacking python-apt-common (2.0.1ubuntu0.20.04.1) ... #14 57.75 Selecting previously unselected package python3-apt. #14 57.76 Preparing to unpack .../057-python3-apt_2.0.1ubuntu0.20.04.1_arm64.deb ... #14 57.76 Unpacking python3-apt (2.0.1ubuntu0.20.04.1) ... #14 57.80 Selecting previously unselected package strace. #14 57.80 Preparing to unpack .../058-strace_5.5-3ubuntu1_arm64.deb ... #14 57.80 Unpacking strace (5.5-3ubuntu1) ... #14 57.86 Selecting previously unselected package xauth. #14 57.86 Preparing to unpack .../059-xauth_1%3a1.1-0ubuntu1_arm64.deb ... #14 57.87 Unpacking xauth (1:1.1-0ubuntu1) ... #14 57.90 Selecting previously unselected package libfl2:arm64. #14 57.90 Preparing to unpack .../060-libfl2_2.6.4-6.2_arm64.deb ... #14 57.91 Unpacking libfl2:arm64 (2.6.4-6.2) ... #14 57.95 Selecting previously unselected package at. #14 57.95 Preparing to unpack .../061-at_3.1.23-1ubuntu1_arm64.deb ... #14 57.95 Unpacking at (3.1.23-1ubuntu1) ... #14 57.99 Selecting previously unselected package libsigsegv2:arm64. #14 67.12 Setting up binutils (2.38-4ubuntu2.5) ... #14 67.13 Setting up python3-xdg (0.27-2) ... #15 7.062 Running transaction check #15 7.199 Transaction check succeeded. #15 7.199 Running transaction test #14 63.26 Preparing to unpack .../237-libdata-validate-uri-perl_0.07-2_all.deb ... #14 63.27 Unpacking libdata-validate-uri-perl (0.07-2) ... #14 63.30 Selecting previously unselected package libdistro-info-perl. #14 63.30 Preparing to unpack .../238-libdistro-info-perl_1.5ubuntu0.23.04.1_all.deb ... #14 63.31 Unpacking libdistro-info-perl (1.5ubuntu0.23.04.1) ... #14 63.34 Selecting previously unselected package libemail-address-xs-perl. #14 63.34 Preparing to unpack .../239-libemail-address-xs-perl_1.05-1build1_armhf.deb ... #14 63.34 Unpacking libemail-address-xs-perl (1.05-1build1) ... #14 63.38 Selecting previously unselected package libexporter-tiny-perl. #14 63.38 Preparing to unpack .../240-libexporter-tiny-perl_1.006000-1_all.deb ... #14 63.38 Unpacking libexporter-tiny-perl (1.006000-1) ... #14 63.41 Selecting previously unselected package libfcgi-bin. #14 63.42 Preparing to unpack .../241-libfcgi-bin_2.4.2-2build2_armhf.deb ... #14 63.42 Unpacking libfcgi-bin (2.4.2-2build2) ... #14 63.45 Selecting previously unselected package libipc-system-simple-perl. #14 63.45 Preparing to unpack .../242-libipc-system-simple-perl_1.30-2_all.deb ... #14 63.45 Unpacking libipc-system-simple-perl (1.30-2) ... #14 63.48 Selecting previously unselected package libfile-basedir-perl. #14 63.48 Preparing to unpack .../243-libfile-basedir-perl_0.09-2_all.deb ... #14 63.49 Unpacking libfile-basedir-perl (0.09-2) ... #14 63.52 Selecting previously unselected package libfile-chdir-perl. #14 63.52 Preparing to unpack .../244-libfile-chdir-perl_0.1008-1.1_all.deb ... #14 63.52 Unpacking libfile-chdir-perl (0.1008-1.1) ... #14 63.55 Selecting previously unselected package libfile-fcntllock-perl. #14 63.55 Preparing to unpack .../245-libfile-fcntllock-perl_0.22-4build1_armhf.deb ... #14 63.56 Unpacking libfile-fcntllock-perl (0.22-4build1) ... #14 63.58 Selecting previously unselected package libnumber-compare-perl. #13 59.02 Setting up liblist-someutils-xs-perl:arm64 (0.58-3) ... #13 59.07 Setting up python3-chardet (5.1.0+dfsg-2) ... #13 66.55 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ... #13 66.61 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #13 66.68 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #13 66.75 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 66.89 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 66.92 Setting up dh-strip-nondeterminism (1.13.1-1) ... #14 54.13 Preparing to unpack .../154-libencode-locale-perl_1.05-1.1_all.deb ... #14 54.14 Unpacking libencode-locale-perl (1.05-1.1) ... #14 54.17 Selecting previously unselected package libtimedate-perl. #14 54.17 Preparing to unpack .../155-libtimedate-perl_2.3300-2_all.deb ... #14 54.17 Unpacking libtimedate-perl (2.3300-2) ... #14 54.21 Selecting previously unselected package libhttp-date-perl. #14 54.21 Preparing to unpack .../156-libhttp-date-perl_6.05-1_all.deb ... #14 54.22 Unpacking libhttp-date-perl (6.05-1) ... #14 54.25 Selecting previously unselected package libfile-listing-perl. #14 54.25 Preparing to unpack .../157-libfile-listing-perl_6.14-1_all.deb ... #14 54.25 Unpacking libfile-listing-perl (6.14-1) ... #14 54.29 Selecting previously unselected package libhtml-tagset-perl. #14 54.29 Preparing to unpack .../158-libhtml-tagset-perl_3.20-4_all.deb ... #14 54.29 Unpacking libhtml-tagset-perl (3.20-4) ... #14 54.32 Selecting previously unselected package liburi-perl. #14 54.33 Preparing to unpack .../159-liburi-perl_5.10-1_all.deb ... #14 54.33 Unpacking liburi-perl (5.10-1) ... #14 54.37 Selecting previously unselected package libhtml-parser-perl:arm64. #14 54.37 Preparing to unpack .../160-libhtml-parser-perl_3.76-1build2_arm64.deb ... #14 54.38 Unpacking libhtml-parser-perl:arm64 (3.76-1build2) ... #14 54.41 Selecting previously unselected package libhtml-tree-perl. #14 54.41 Preparing to unpack .../161-libhtml-tree-perl_5.07-2_all.deb ... #14 54.42 Unpacking libhtml-tree-perl (5.07-2) ... #14 54.46 Selecting previously unselected package libio-html-perl. #14 54.46 Preparing to unpack .../162-libio-html-perl_1.004-2_all.deb ... #14 54.47 Unpacking libio-html-perl (1.004-2) ... #14 54.50 Selecting previously unselected package liblwp-mediatypes-perl. #14 66.82 Setting up libio-html-perl (1.001-1) ... #14 66.84 Setting up libcroco3:armhf (0.6.13-1) ... #14 66.85 Setting up libb-hooks-op-check-perl (0.22-1build2) ... #14 66.86 Setting up libtest-refcount-perl (0.10-1) ... #14 66.88 Setting up libparams-util-perl (1.07-3build5) ... #14 66.89 Setting up libdpkg-perl (1.19.7ubuntu3.2) ... #14 66.90 Setting up autoconf (2.69-11.1) ... #14 66.94 Setting up python3-urllib3 (1.25.8-2ubuntu0.3) ... #14 56.58 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 56.70 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 65.81 Setting up libcc1-0:armhf (13.2.0-4ubuntu3) ... #14 65.82 Setting up libldap2:armhf (2.6.6+dfsg-1~exp1ubuntu1) ... #14 65.84 Setting up iso-codes (4.15.0-1) ... #14 65.85 Setting up liblocale-gettext-perl (1.07-6) ... #14 65.87 Setting up dctrl-tools (2.24-3build2) ... #14 65.89 Setting up libgdbm6:armhf (1.23-3) ... #14 65.90 Setting up tzdata-icu (2023d-0ubuntu0.23.10) ... #14 65.92 Setting up libctf0:armhf (2.41-5ubuntu1) ... #14 65.93 Setting up libjpeg8:armhf (8c-2ubuntu11) ... #14 65.95 Setting up pinentry-curses (1.2.1-1ubuntu1) ... #14 65.97 Setting up manpages-dev (6.03-2) ... #14 65.98 Setting up libdw1:armhf (0.189-4) ... #14 66.00 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu5) ... #14 66.01 Setting up libxcb1:armhf (1.15-1) ... #14 56.91 Preparing to unpack .../162-libhttp-message-perl_6.44-2ubuntu1_all.deb ... #14 56.91 Unpacking libhttp-message-perl (6.44-2ubuntu1) ... #14 56.95 Selecting previously unselected package libhttp-cookies-perl. #14 56.95 Preparing to unpack .../163-libhttp-cookies-perl_6.10-1_all.deb ... #14 56.95 Unpacking libhttp-cookies-perl (6.10-1) ... #14 57.01 Selecting previously unselected package libhttp-negotiate-perl. #14 57.01 Preparing to unpack .../164-libhttp-negotiate-perl_6.01-2_all.deb ... #14 57.02 Unpacking libhttp-negotiate-perl (6.01-2) ... #14 57.08 Selecting previously unselected package perl-openssl-defaults:arm64. #14 57.08 Preparing to unpack .../165-perl-openssl-defaults_7_arm64.deb ... #14 57.09 Unpacking perl-openssl-defaults:arm64 (7) ... #14 57.11 Selecting previously unselected package libnet-ssleay-perl:arm64. #14 61.29 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.6) ... #13 62.56 Setting up libfuture-perl (0.39-1) ... #13 62.57 Setting up liblwp-mediatypes-perl (6.02-1) ... #13 62.58 Setting up libyaml-libyaml-perl (0.76+repack-1) ... #13 62.59 Setting up libtry-tiny-perl (0.30-1) ... #13 62.61 Setting up libtype-tiny-perl (1.004004-1) ... #13 62.62 Setting up libtest-fatal-perl (0.014-1) ... #13 62.63 Setting up libcommon-sense-perl (3.74-2+b7) ... #13 62.64 Setting up libxml-namespacesupport-perl (1.12-1) ... #13 62.66 Setting up libnet-http-perl (6.18-1) ... #13 62.67 Setting up libhttp-tiny-multipart-perl (0.08-1) ... #13 62.68 Setting up libencode-locale-perl (1.05-1) ... #13 62.69 Setting up libtext-levenshtein-perl (0.13-1) ... #13 62.70 Setting up libnet-dns-perl (1.19-1) ... #13 62.71 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ... #13 62.73 Setting up libdevel-callchecker-perl (0.008-1) ... #13 62.74 Setting up libstring-shellquote-perl (1.04-1) ... #13 62.75 Setting up libsub-install-perl (0.928-1) ... #13 62.76 Setting up dpkg-dev (1.19.8) ... #22 5.303 Reading package lists... #22 ... #37 [build 1/6] COPY --from=gowinres /build/ /usr/local/bin/ #37 DONE 0.1s #14 55.65 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7252 files and directories currently installed.) #14 55.65 Preparing to unpack .../000-openssl_3.0.8-1ubuntu1.4_arm64.deb ... #14 55.65 Unpacking openssl (3.0.8-1ubuntu1.4) ... #14 55.71 Selecting previously unselected package ca-certificates. #14 55.71 Preparing to unpack .../001-ca-certificates_20230311ubuntu0.23.04.1_all.deb ... #14 55.71 Unpacking ca-certificates (20230311ubuntu0.23.04.1) ... #14 55.76 Selecting previously unselected package distro-info-data. #13 61.55 Preparing to unpack .../354-xdg-user-dirs_0.17-2_armhf.deb ... #13 61.56 Unpacking xdg-user-dirs (0.17-2) ... #13 61.70 Setting up libksba8:armhf (1.5.0-3+deb11u2) ... #13 61.74 Setting up media-types (4.0.0) ... #13 61.80 Setting up libpipeline1:armhf (1.5.3-1) ... #14 57.99 Preparing to unpack .../062-libsigsegv2_2.12-2_arm64.deb ... #14 58.00 Unpacking libsigsegv2:arm64 (2.12-2) ... #14 58.03 Selecting previously unselected package m4. #14 58.04 Preparing to unpack .../063-m4_1.4.18-4_arm64.deb ... #14 58.04 Unpacking m4 (1.4.18-4) ... #14 58.08 Selecting previously unselected package autoconf. #14 58.08 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ... #14 58.08 Unpacking autoconf (2.69-11.1) ... #14 58.14 Selecting previously unselected package autotools-dev. #14 58.14 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ... #14 58.14 Unpacking autotools-dev (20180224.1) ... #14 58.18 Selecting previously unselected package automake. #14 58.19 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ... #14 58.19 Unpacking automake (1:1.16.1-4ubuntu6) ... #14 58.25 Selecting previously unselected package autopoint. #14 67.28 Setting up man-db (2.10.2-1) ... #14 67.39 Building database of manual pages ... #16 5.381 Starting 2 pkgProblemResolver with broken count: 0 #16 5.385 Done #13 59.42 Setting up python3-debian (0.1.49) ... #13 66.94 Setting up libconst-fast-perl (0.014-2) ... #13 66.95 Setting up libhttp-daemon-perl (6.16-1) ... #13 66.97 Setting up python3-unidiff (0.7.3-1) ... #13 67.12 Setting up libdata-dpath-perl (0.58-2) ... #13 67.14 Setting up python3-magic (2:0.4.26-3) ... #14 63.59 Preparing to unpack .../246-libnumber-compare-perl_0.03-3_all.deb ... #14 63.59 Unpacking libnumber-compare-perl (0.03-3) ... #14 63.62 Selecting previously unselected package libtext-glob-perl. #14 63.62 Preparing to unpack .../247-libtext-glob-perl_0.11-3_all.deb ... #14 63.63 Unpacking libtext-glob-perl (0.11-3) ... #14 63.65 Selecting previously unselected package libfile-find-rule-perl. #14 63.66 Preparing to unpack .../248-libfile-find-rule-perl_0.34-3_all.deb ... #14 63.66 Unpacking libfile-find-rule-perl (0.34-3) ... #14 63.69 Selecting previously unselected package libfont-afm-perl. #14 63.69 Preparing to unpack .../249-libfont-afm-perl_1.20-4_all.deb ... #14 63.69 Unpacking libfont-afm-perl (1.20-4) ... #14 63.72 Selecting previously unselected package libio-string-perl. #14 63.72 Preparing to unpack .../250-libio-string-perl_1.08-4_all.deb ... #14 63.73 Unpacking libio-string-perl (1.08-4) ... #14 63.78 Selecting previously unselected package libfont-ttf-perl. #14 63.78 Preparing to unpack .../251-libfont-ttf-perl_1.06-2_all.deb ... #14 63.78 Unpacking libfont-ttf-perl (1.06-2) ... #14 63.82 Selecting previously unselected package libfreezethaw-perl. #14 54.50 Preparing to unpack .../163-liblwp-mediatypes-perl_6.04-1_all.deb ... #14 54.51 Unpacking liblwp-mediatypes-perl (6.04-1) ... #14 54.54 Selecting previously unselected package libhttp-message-perl. #14 54.54 Preparing to unpack .../164-libhttp-message-perl_6.36-1_all.deb ... #14 54.55 Unpacking libhttp-message-perl (6.36-1) ... #14 54.58 Selecting previously unselected package libhttp-cookies-perl. #14 54.58 Preparing to unpack .../165-libhttp-cookies-perl_6.10-1_all.deb ... #14 54.59 Unpacking libhttp-cookies-perl (6.10-1) ... #14 54.62 Selecting previously unselected package libhttp-negotiate-perl. #14 67.10 Setting up libsub-exporter-progressive-perl (0.001013-1) ... #14 67.12 Setting up libarray-intspan-perl (2.003-1) ... #14 67.13 Setting up libcapture-tiny-perl (0.48-1) ... #14 67.14 Setting up libtimedate-perl (2.3200-1) ... #14 67.16 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ... #14 67.17 Setting up libsub-name-perl (0.26-1) ... #14 67.18 Setting up libtype-tiny-xs-perl (0.016-1) ... #14 67.19 Setting up libfile-chdir-perl (0.1008-1) ... #14 67.21 Setting up xauth (1:1.1-0ubuntu1) ... #14 67.22 Setting up cpp (4:9.3.0-1ubuntu2) ... #14 67.24 Setting up libpath-tiny-perl (0.108-1) ... #14 56.73 Processing triggers for libc-bin (2.38-1ubuntu6) ... #14 56.77 Processing triggers for ca-certificates (20230311ubuntu1) ... #14 56.78 Updating certificates in /etc/ssl/certs... #14 57.10 0 added, 0 removed; done. #14 57.10 Running hooks in /etc/ca-certificates/update.d... #14 66.03 Setting up gettext (0.21-13) ... #14 66.04 Setting up cpp-13 (13.2.0-4ubuntu3) ... #14 66.06 Setting up fontconfig-config (2.14.2-4ubuntu1) ... #14 66.23 Setting up libedit2:armhf (3.1-20221030-2) ... #14 66.24 Setting up libreadline8:armhf (8.2-1.3) ... #14 66.25 Setting up ca-certificates (20230311ubuntu1) ... #14 57.12 Preparing to unpack .../166-libnet-ssleay-perl_1.92-2build2_arm64.deb ... #14 57.12 Unpacking libnet-ssleay-perl:arm64 (1.92-2build2) ... #14 57.16 Selecting previously unselected package libio-socket-ssl-perl. #14 57.16 Preparing to unpack .../167-libio-socket-ssl-perl_2.083-1_all.deb ... #14 57.18 Unpacking libio-socket-ssl-perl (2.083-1) ... #14 57.21 Selecting previously unselected package libnet-http-perl. #14 57.21 Preparing to unpack .../168-libnet-http-perl_6.22-1_all.deb ... #14 57.22 Unpacking libnet-http-perl (6.22-1) ... #14 57.25 Selecting previously unselected package liblwp-protocol-https-perl. #14 57.25 Preparing to unpack .../169-liblwp-protocol-https-perl_6.11-1_all.deb ... #14 57.26 Unpacking liblwp-protocol-https-perl (6.11-1) ... #14 57.28 Selecting previously unselected package libtry-tiny-perl. #14 57.29 Preparing to unpack .../170-libtry-tiny-perl_0.31-2_all.deb ... #14 57.29 Unpacking libtry-tiny-perl (0.31-2) ... #14 57.32 Selecting previously unselected package libwww-robotrules-perl. #14 57.32 Preparing to unpack .../171-libwww-robotrules-perl_6.02-1_all.deb ... #14 57.32 Unpacking libwww-robotrules-perl (6.02-1) ... #14 57.36 Selecting previously unselected package libwww-perl. #14 57.36 Preparing to unpack .../172-libwww-perl_6.72-1_all.deb ... #14 57.36 Unpacking libwww-perl (6.72-1) ... #14 57.40 Selecting previously unselected package patchutils. #14 57.40 Preparing to unpack .../173-patchutils_0.4.2-1build2_arm64.deb ... #14 57.40 Unpacking patchutils (0.4.2-1build2) ... #14 57.43 Selecting previously unselected package wdiff. #14 61.30 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ... #14 61.31 Setting up gpg (2.2.19-3ubuntu2.2) ... #14 61.33 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... #14 61.34 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ... #14 61.36 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.8) ... #14 61.37 Setting up gpg-agent (2.2.19-3ubuntu2.2) ... #13 DONE 63.8s #14 [stage-1 3/8] COPY --link common /root/build-deb/debian #14 DONE 0.1s #15 [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 #16 6.341 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive13 amd64 3.6.0-1ubuntu1 [368 kB] #16 6.466 Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjsoncpp25 amd64 1.9.5-3 [80.0 kB] #13 62.78 Setting up libnumber-compare-perl (0.03-1) ... #13 62.80 Setting up intltool-debian (0.35.0+20060710.5) ... #13 62.81 Setting up libio-async-perl (0.72-1) ... #13 62.82 Setting up liberror-perl (0.17027-2) ... #13 62.83 Setting up patchutils (0.3.4-2) ... #13 62.84 Setting up libmail-sendmail-perl (0.80-1) ... #13 62.85 Setting up libltdl-dev:amd64 (2.4.6-9) ... #13 62.87 Setting up libxml-sax-base-perl (1.09-1) ... #13 62.88 Setting up libio-string-perl (1.08-3) ... #13 62.89 Setting up libreadonly-perl (2.050-1) ... #13 62.90 Setting up python3-chardet (3.0.4-3) ... #13 63.11 Setting up libstring-copyright-perl (0.003006-1) ... #38 [build 2/6] WORKDIR /go/src/github.com/docker/docker #38 DONE 0.0s #39 [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 #13 61.83 Setting up wdiff (1.2.2-2+b1) ... #13 61.84 Setting up libxau6:armhf (1:1.0.9-1) ... #13 61.86 Setting up libre2-9:armhf (20210201+dfsg-1) ... #13 61.89 Setting up libpsl5:armhf (0.21.0-1.2) ... #13 61.93 Setting up libgpm2:armhf (1.20.7-8) ... #13 61.98 Setting up bsdextrautils (2.36.1-8+deb11u1) ... #13 61.99 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode #13 62.01 Setting up libicu67:armhf (67.1-7) ... #13 62.02 Setting up libfcgi0ldbl:armhf (2.4.2-2) ... #13 62.05 Setting up xdg-user-dirs (0.17-2) ... #14 58.26 Preparing to unpack .../067-autopoint_0.19.8.1-10build1_all.deb ... #14 58.26 Unpacking autopoint (0.19.8.1-10build1) ... #14 58.30 Selecting previously unselected package binutils-common:arm64. #14 58.30 Preparing to unpack .../068-binutils-common_2.34-6ubuntu1.8_arm64.deb ... #14 58.30 Unpacking binutils-common:arm64 (2.34-6ubuntu1.8) ... #14 58.35 Selecting previously unselected package libbinutils:arm64. #14 58.35 Preparing to unpack .../069-libbinutils_2.34-6ubuntu1.8_arm64.deb ... #14 58.35 Unpacking libbinutils:arm64 (2.34-6ubuntu1.8) ... #14 58.43 Selecting previously unselected package libctf-nobfd0:arm64. #14 58.43 Preparing to unpack .../070-libctf-nobfd0_2.34-6ubuntu1.8_arm64.deb ... #14 58.44 Unpacking libctf-nobfd0:arm64 (2.34-6ubuntu1.8) ... #14 58.48 Selecting previously unselected package libctf0:arm64. #14 58.48 Preparing to unpack .../071-libctf0_2.34-6ubuntu1.8_arm64.deb ... #14 58.49 Unpacking libctf0:arm64 (2.34-6ubuntu1.8) ... #14 58.52 Selecting previously unselected package binutils-aarch64-linux-gnu. #14 58.53 Preparing to unpack .../072-binutils-aarch64-linux-gnu_2.34-6ubuntu1.8_arm64.deb ... #14 58.53 Unpacking binutils-aarch64-linux-gnu (2.34-6ubuntu1.8) ... #15 6.057 Running transaction check #14 67.67 Setting up libgpgme11:armhf (1.16.0-1.2ubuntu4.1) ... #14 67.68 Setting up python3-six (1.16.0-3ubuntu1) ... #14 67.81 Setting up dirmngr (2.2.27-3ubuntu2.1) ... #16 5.655 The following additional packages will be installed: #16 5.656 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp25 #16 5.657 libpkgconf3 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 5.657 pkgconf pkgconf-bin #16 5.658 Suggested packages: #16 5.658 cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils lrzip #16 5.658 seccomp #16 5.691 The following NEW packages will be installed: #16 5.692 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp25 #16 5.692 libpkgconf3 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 5.693 pkgconf pkgconf-bin #14 55.76 Preparing to unpack .../002-distro-info-data_0.57ubuntu0.3_all.deb ... #14 55.76 Unpacking distro-info-data (0.57ubuntu0.3) ... #14 55.82 Selecting previously unselected package iso-codes. #14 55.83 Preparing to unpack .../003-iso-codes_4.12.0-1_all.deb ... #14 55.83 Unpacking iso-codes (4.12.0-1) ... #14 55.97 Selecting previously unselected package krb5-locales. #14 55.97 Preparing to unpack .../004-krb5-locales_1.20.1-1ubuntu0.1_all.deb ... #14 55.97 Unpacking krb5-locales (1.20.1-1ubuntu0.1) ... #14 56.01 Selecting previously unselected package less. #14 56.01 Preparing to unpack .../005-less_590-1.2_arm64.deb ... #14 56.02 Unpacking less (590-1.2) ... #14 56.05 Selecting previously unselected package libbsd0:arm64. #14 56.05 Preparing to unpack .../006-libbsd0_0.11.7-4_arm64.deb ... #14 56.06 Unpacking libbsd0:arm64 (0.11.7-4) ... #14 56.10 Selecting previously unselected package libelf1:arm64. #13 59.60 Setting up python3-requests (2.28.1+dfsg-1) ... #13 59.75 Setting up equivs (2.3.1) ... #13 67.31 Setting up g++-12 (12.2.0-14) ... #13 67.33 Setting up python3-pkg-resources (66.1.1-1) ... #14 54.62 Preparing to unpack .../166-libhttp-negotiate-perl_6.01-1_all.deb ... #14 54.63 Unpacking libhttp-negotiate-perl (6.01-1) ... #14 54.66 Selecting previously unselected package perl-openssl-defaults:arm64. #14 54.66 Preparing to unpack .../167-perl-openssl-defaults_5build2_arm64.deb ... #14 54.68 Unpacking perl-openssl-defaults:arm64 (5build2) ... #14 54.71 Selecting previously unselected package libnet-ssleay-perl:arm64. #14 54.72 Preparing to unpack .../168-libnet-ssleay-perl_1.92-1build2_arm64.deb ... #14 54.72 Unpacking libnet-ssleay-perl:arm64 (1.92-1build2) ... #14 54.77 Selecting previously unselected package libio-socket-ssl-perl. #14 54.77 Preparing to unpack .../169-libio-socket-ssl-perl_2.074-2_all.deb ... #14 54.78 Unpacking libio-socket-ssl-perl (2.074-2) ... #14 54.81 Selecting previously unselected package libnet-http-perl. #14 54.81 Preparing to unpack .../170-libnet-http-perl_6.22-1_all.deb ... #14 54.82 Unpacking libnet-http-perl (6.22-1) ... #14 54.85 Selecting previously unselected package liblwp-protocol-https-perl. #14 54.86 Preparing to unpack .../171-liblwp-protocol-https-perl_6.10-1_all.deb ... #14 54.86 Unpacking liblwp-protocol-https-perl (6.10-1) ... #14 54.89 Selecting previously unselected package libtry-tiny-perl. #14 54.90 Preparing to unpack .../172-libtry-tiny-perl_0.31-1_all.deb ... #14 54.90 Unpacking libtry-tiny-perl (0.31-1) ... #14 54.93 Selecting previously unselected package libwww-robotrules-perl. #14 54.93 Preparing to unpack .../173-libwww-robotrules-perl_6.02-1_all.deb ... #14 54.94 Unpacking libwww-robotrules-perl (6.02-1) ... #14 54.97 Selecting previously unselected package libwww-perl. #14 54.97 Preparing to unpack .../174-libwww-perl_6.61-1_all.deb ... #14 54.97 Unpacking libwww-perl (6.61-1) ... #14 55.01 Selecting previously unselected package patchutils. #14 57.10 done. #14 61.84 Setting up openssh-client (1:8.2p1-4ubuntu0.11) ... #14 61.93 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 61.94 Setting up gpgsm (2.2.19-3ubuntu2.2) ... #14 57.43 Preparing to unpack .../174-wdiff_1.2.2-5_arm64.deb ... #14 57.44 Unpacking wdiff (1.2.2-5) ... #14 57.48 Selecting previously unselected package devscripts. #14 57.48 Preparing to unpack .../175-devscripts_2.23.6_all.deb ... #14 57.50 Unpacking devscripts (2.23.6) ... #14 57.56 Selecting previously unselected package diffstat. #14 57.57 Preparing to unpack .../176-diffstat_1.65-1_arm64.deb ... #14 57.57 Unpacking diffstat (1.65-1) ... #14 57.60 Selecting previously unselected package python3-chardet. #14 57.60 Preparing to unpack .../177-python3-chardet_5.1.0+dfsg-2_all.deb ... #14 57.61 Unpacking python3-chardet (5.1.0+dfsg-2) ... #14 57.65 Selecting previously unselected package zstd. #14 57.65 Preparing to unpack .../178-zstd_1.5.5+dfsg2-1ubuntu2_arm64.deb ... #14 57.66 Unpacking zstd (1.5.5+dfsg2-1ubuntu2) ... #14 57.70 Selecting previously unselected package python3-debian. #15 1.512 Last metadata expiration check: 0:00:21 ago on Mon Jan 22 21:41:00 2024. #14 67.25 Setting up libarchive-cpio-perl (0.10-1) ... #14 67.27 Setting up libjson-perl (4.02000-2) ... #14 67.28 Setting up libsub-override-perl (0.09-2) ... #14 67.29 Setting up python3-unidiff (0.5.5-2) ... #14 67.42 Setting up libstrictures-perl (2.000006-1) ... #14 67.44 Setting up libsub-quote-perl (2.006006-1) ... #14 67.45 Setting up libclass-xsaccessor-perl (1.19-3build3) ... #14 67.46 Setting up libsort-versions-perl (1.62-1) ... #14 67.47 Setting up libexporter-tiny-perl (1.002001-1) ... #14 67.48 Setting up libre-engine-re2-perl (0.13-5) ... #14 67.50 Setting up libterm-readkey-perl (2.38-1build1) ... #14 67.51 Setting up lsb-release (11.1.0ubuntu2) ... #14 67.52 Setting up libnet-ip-perl (1.26-2) ... #14 67.53 Setting up python3-magic (2:0.4.15-3) ... #15 15.84 invoke-rc.d: could not determine current runlevel #15 15.84 invoke-rc.d: policy-rc.d denied execution of restart. #15 15.86 Setting up libjsoncpp25:armhf (1.9.5-4) ... #15 15.87 Setting up pkgconf-bin (1.8.1-1) ... #15 15.89 Setting up libltdl7:armhf (2.4.7-5) ... #15 15.90 Setting up librhash0:armhf (1.4.3-3) ... #15 15.92 Setting up cmake-data (3.25.1-1) ... #15 15.94 Setting up dh-apparmor (3.0.8-3) ... #15 15.95 Setting up libsystemd-dev:armhf (252.17-1~deb12u1+rpi1) ... #15 15.97 Setting up g++-12 (12.2.0-14+rpi1) ... #15 15.99 Setting up pkgconf:armhf (1.8.1-1) ... #15 16.00 Setting up libltdl-dev:armhf (2.4.7-5) ... #15 16.01 Setting up pkg-config:armhf (1.8.1-1) ... #15 16.03 Setting up g++ (4:12.2.0-3+rpi1) ... #15 16.05 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #15 16.05 Setting up cmake (3.25.1-1) ... #15 16.07 Setting up build-essential (12.9) ... #15 16.08 Setting up docker-ce-build-deps (1.0) ... #15 16.10 Processing triggers for man-db (2.11.2-2) ... #15 16.22 Processing triggers for libc-bin (2.36-9+rpi1+deb12u3) ... #14 63.82 Preparing to unpack .../252-libfreezethaw-perl_0.5001-3_all.deb ... #14 63.83 Unpacking libfreezethaw-perl (0.5001-3) ... #14 63.85 Selecting previously unselected package libsort-versions-perl. #14 63.86 Preparing to unpack .../253-libsort-versions-perl_1.62-3_all.deb ... #14 63.86 Unpacking libsort-versions-perl (1.62-3) ... #14 63.89 Selecting previously unselected package libgit-wrapper-perl. #14 63.89 Preparing to unpack .../254-libgit-wrapper-perl_0.048-2_all.deb ... #14 63.89 Unpacking libgit-wrapper-perl (0.048-2) ... #14 63.92 Selecting previously unselected package libhttp-tiny-multipart-perl. #14 63.93 Preparing to unpack .../255-libhttp-tiny-multipart-perl_0.08-2_all.deb ... #14 63.93 Unpacking libhttp-tiny-multipart-perl (0.08-2) ... #14 63.96 Selecting previously unselected package libio-prompter-perl. #14 63.96 Preparing to unpack .../256-libio-prompter-perl_0.004015-2_all.deb ... #14 63.97 Unpacking libio-prompter-perl (0.004015-2) ... #14 64.03 Selecting previously unselected package libjson-perl. #14 64.04 Preparing to unpack .../257-libjson-perl_4.10000-1_all.deb ... #14 64.04 Unpacking libjson-perl (4.10000-1) ... #14 64.07 Selecting previously unselected package liblog-any-perl. #14 64.08 Preparing to unpack .../258-liblog-any-perl_1.713-1_all.deb ... #14 64.08 Unpacking liblog-any-perl (1.713-1) ... #14 64.11 Selecting previously unselected package liblog-any-adapter-screen-perl. #14 64.12 Preparing to unpack .../259-liblog-any-adapter-screen-perl_0.140-2_all.deb ... #14 64.12 Unpacking liblog-any-adapter-screen-perl (0.140-2) ... #14 64.17 Selecting previously unselected package libpackage-stash-perl. #14 64.17 Preparing to unpack .../260-libpackage-stash-perl_0.40-1_all.deb ... #13 62.12 Setting up libmagic-mgc (1:5.39-3+deb11u1) ... #13 62.15 Setting up libyaml-0-2:armhf (0.2.2-1) ... #13 62.16 Setting up libglib2.0-0:armhf (2.66.8-1) ... #13 62.21 No schema files found: doing nothing. #13 62.22 Setting up distro-info-data (0.51+deb11u4) ... #13 62.25 Setting up manpages (5.10-1) ... #13 62.28 Setting up unzip (6.0-26+deb11u1) ... #14 58.75 Selecting previously unselected package binutils. #15 6.217 Transaction check succeeded. #15 6.217 Running transaction test #14 67.95 Setting up perl (5.34.0-3ubuntu1.3) ... #14 56.10 Preparing to unpack .../007-libelf1_0.188-2.1_arm64.deb ... #14 56.10 Unpacking libelf1:arm64 (0.188-2.1) ... #14 56.13 Selecting previously unselected package libicu72:arm64. #14 56.13 Preparing to unpack .../008-libicu72_72.1-3ubuntu2_arm64.deb ... #14 56.14 Unpacking libicu72:arm64 (72.1-3ubuntu2) ... #14 56.36 Selecting previously unselected package libxml2:arm64. #14 56.36 Preparing to unpack .../009-libxml2_2.9.14+dfsg-1.1ubuntu0.1_arm64.deb ... #14 56.37 Unpacking libxml2:arm64 (2.9.14+dfsg-1.1ubuntu0.1) ... #14 56.42 Selecting previously unselected package libyaml-0-2:arm64. #14 56.42 Preparing to unpack .../010-libyaml-0-2_0.2.5-1_arm64.deb ... #14 56.42 Unpacking libyaml-0-2:arm64 (0.2.5-1) ... #14 56.45 Selecting previously unselected package lsb-release. #14 56.45 Preparing to unpack .../011-lsb-release_12.0-1ubuntu1_all.deb ... #14 56.45 Unpacking lsb-release (12.0-1ubuntu1) ... #14 56.49 Selecting previously unselected package netbase. #13 63.13 Setting up python3-debian (0.1.35) ... #13 63.31 Setting up python3-requests (2.21.0-1+deb10u1) ... #13 59.77 Setting up g++ (4:12.2.0-3) ... #13 59.78 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #13 59.78 Setting up build-essential (12.9) ... #13 59.79 Setting up libmoox-aliases-perl (0.001006-2) ... #13 59.82 Setting up libb-hooks-endofscope-perl (0.26-1) ... #13 59.83 Setting up dput (1.1.3) ... #13 59.96 Setting up libnamespace-clean-perl (0.27-2) ... #13 67.60 Setting up libmodule-implementation-perl (0.09-2) ... #13 67.61 Setting up libcgi-fast-perl (1:2.15-1) ... #13 67.62 Setting up python3-apt (2.6.0) ... #14 55.01 Preparing to unpack .../175-patchutils_0.4.2-1build2_arm64.deb ... #14 55.02 Unpacking patchutils (0.4.2-1build2) ... #14 55.05 Selecting previously unselected package wdiff. #14 55.05 Preparing to unpack .../176-wdiff_1.2.2-2build3_arm64.deb ... #14 55.06 Unpacking wdiff (1.2.2-2build3) ... #14 55.11 Selecting previously unselected package devscripts. #14 55.11 Preparing to unpack .../177-devscripts_2.22.1ubuntu1_arm64.deb ... #14 55.13 Unpacking devscripts (2.22.1ubuntu1) ... #14 55.25 Selecting previously unselected package diffstat. #16 6.484 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 librhash0 amd64 1.4.2-1ubuntu1 [125 kB] #16 6.502 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuv1 amd64 1.43.0-1 [93.1 kB] #16 6.514 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B] #16 6.515 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 emacsen-common all 3.0.4 [14.9 kB] #16 6.517 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cmake-data all 3.22.1-1ubuntu1.22.04.1 [1913 kB] #16 6.651 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cmake amd64 3.22.1-1ubuntu1.22.04.1 [5013 kB] #16 6.890 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 dh-apparmor all 3.0.4-2ubuntu2.3 [9960 B] #16 5.982 0 upgraded, 14 newly installed, 0 to remove and 7 not upgraded. #16 5.982 1 not fully installed or removed. #16 5.982 Need to get 12.7 MB of archives. #16 5.982 After this operation, 45.7 MB of additional disk space will be used. #16 5.982 Get:1 http://archive.ubuntu.com/ubuntu lunar/main amd64 bash-completion all 1:2.11-6ubuntu1 [179 kB] #16 6.038 Get:2 http://archive.ubuntu.com/ubuntu lunar/main amd64 libarchive13 amd64 3.6.2-1ubuntu1 [380 kB] #16 6.058 Get:3 http://archive.ubuntu.com/ubuntu lunar/main amd64 libjsoncpp25 amd64 1.9.5-4 [80.3 kB] #16 6.061 Get:4 http://archive.ubuntu.com/ubuntu lunar/main amd64 librhash0 amd64 1.4.3-3 [128 kB] #16 6.066 Get:5 http://archive.ubuntu.com/ubuntu lunar/main amd64 libuv1 amd64 1.44.2-1 [91.0 kB] #16 6.069 Get:6 http://archive.ubuntu.com/ubuntu lunar/main amd64 cmake-data all 3.25.1-1ubuntu1 [2052 kB] #16 6.091 Get:7 http://archive.ubuntu.com/ubuntu lunar/main amd64 cmake amd64 3.25.1-1ubuntu1 [9273 kB] #14 61.96 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ... #14 61.97 Setting up python3 (3.8.2-0ubuntu2) ... #14 67.66 Setting up libperlio-gzip-perl (0.19-1build5) ... #14 67.67 Setting up libsys-hostname-long-perl (1.5-1) ... #14 67.69 Setting up libsereal-decoder-perl (4.011+ds-1build1) ... #14 67.70 Setting up liburi-perl (1.76-2) ... #14 67.72 Setting up libdigest-bubblebabble-perl (0.02-2) ... #14 67.73 Setting up libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 67.74 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ... #14 67.75 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ... #14 57.70 Preparing to unpack .../179-python3-debian_0.1.49ubuntu2_all.deb ... #14 57.71 Unpacking python3-debian (0.1.49ubuntu2) ... #14 57.75 Selecting previously unselected package libgpgme11:arm64. #14 57.75 Preparing to unpack .../180-libgpgme11_1.18.0-3ubuntu2_arm64.deb ... #14 57.79 Unpacking libgpgme11:arm64 (1.18.0-3ubuntu2) ... #14 57.83 Selecting previously unselected package python3-gpg. #14 57.83 Preparing to unpack .../181-python3-gpg_1.18.0-3ubuntu2_arm64.deb ... #14 57.84 Unpacking python3-gpg (1.18.0-3ubuntu2) ... #14 57.88 Selecting previously unselected package python3-xdg. #14 57.89 Preparing to unpack .../182-python3-xdg_0.28-2_all.deb ... #14 57.89 Unpacking python3-xdg (0.28-2) ... #14 57.93 Selecting previously unselected package dput. #14 57.93 Preparing to unpack .../183-dput_1.1.3ubuntu3_all.deb ... #14 57.94 Unpacking dput (1.1.3ubuntu3) ... #13 62.32 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ... #13 62.34 Setting up libbrotli1:armhf (1.0.9-2+b2) ... #13 62.37 Setting up libsqlite3-0:armhf (3.34.1-3) ... #13 62.41 Setting up libcbor0:armhf (0.5.0+dfsg-2) ... #13 62.45 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2.1+deb11u1) ... #13 62.48 Setting up libfcgi-bin (2.4.2-2) ... #13 62.50 Setting up binutils-common:armhf (2.35.2-2) ... #13 62.53 Setting up libnghttp2-14:armhf (1.43.0-1+deb11u1) ... #14 64.17 Unpacking libpackage-stash-perl (0.40-1) ... #14 64.20 Selecting previously unselected package libsub-identify-perl. #14 64.20 Preparing to unpack .../261-libsub-identify-perl_0.14-3_armhf.deb ... #14 64.21 Unpacking libsub-identify-perl (0.14-3) ... #14 64.24 Selecting previously unselected package libsub-name-perl:armhf. #14 64.25 Preparing to unpack .../262-libsub-name-perl_0.26-2build1_armhf.deb ... #14 64.25 Unpacking libsub-name-perl:armhf (0.26-2build1) ... #14 64.28 Selecting previously unselected package libnamespace-clean-perl. #14 64.28 Preparing to unpack .../263-libnamespace-clean-perl_0.27-2_all.deb ... #14 64.29 Unpacking libnamespace-clean-perl (0.27-2) ... #14 64.32 Selecting previously unselected package libpath-tiny-perl. #14 64.32 Preparing to unpack .../264-libpath-tiny-perl_0.144-1_all.deb ... #14 64.32 Unpacking libpath-tiny-perl (0.144-1) ... #14 64.36 Selecting previously unselected package libstrictures-perl. #14 64.36 Preparing to unpack .../265-libstrictures-perl_2.000006-1_all.deb ... #14 64.37 Unpacking libstrictures-perl (2.000006-1) ... #14 64.40 Selecting previously unselected package libtype-tiny-perl. #14 64.40 Preparing to unpack .../266-libtype-tiny-perl_2.002001-1_all.deb ... #14 64.41 Unpacking libtype-tiny-perl (2.002001-1) ... #14 64.45 Selecting previously unselected package libgitlab-api-v4-perl. #14 64.46 Preparing to unpack .../267-libgitlab-api-v4-perl_0.26-2_all.deb ... #14 64.46 Unpacking libgitlab-api-v4-perl (0.26-2) ... #14 64.50 Selecting previously unselected package libhtml-form-perl. #14 64.50 Preparing to unpack .../268-libhtml-form-perl_6.11-1_all.deb ... #14 64.50 Unpacking libhtml-form-perl (6.11-1) ... #14 58.75 Preparing to unpack .../073-binutils_2.34-6ubuntu1.8_arm64.deb ... #14 58.75 Unpacking binutils (2.34-6ubuntu1.8) ... #14 58.79 Selecting previously unselected package libc-dev-bin. #14 58.79 Preparing to unpack .../074-libc-dev-bin_2.31-0ubuntu9.14_arm64.deb ... #14 58.79 Unpacking libc-dev-bin (2.31-0ubuntu9.14) ... #14 58.83 Selecting previously unselected package linux-libc-dev:arm64. #14 58.83 Preparing to unpack .../075-linux-libc-dev_5.4.0-169.187_arm64.deb ... #14 58.83 Unpacking linux-libc-dev:arm64 (5.4.0-169.187) ... #14 58.97 Selecting previously unselected package libcrypt-dev:arm64. #15 0.607 Hit:1 http://deb.debian.org/debian bookworm InRelease #15 0.607 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #15 0.607 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #14 66.75 Updating certificates in /etc/ssl/certs... #14 67.97 Setting up libpackage-stash-xs-perl (0.29-1build5) ... #14 67.98 Setting up libclass-data-inheritable-perl (0.08-3) ... #14 67.99 Setting up libxs-parse-keyword-perl (0.21-1build1) ... #14 68.01 Setting up python3-gpg (1.16.0-1.2ubuntu4.1) ... #14 68.17 Setting up libdata-dump-perl (1.25-1) ... #14 68.19 Setting up python3-certifi (2020.6.20-1) ... #14 56.49 Preparing to unpack .../012-netbase_6.4_all.deb ... #14 56.50 Unpacking netbase (6.4) ... #14 56.53 Selecting previously unselected package python-apt-common. #14 56.53 Preparing to unpack .../013-python-apt-common_2.5.3ubuntu1_all.deb ... #14 56.53 Unpacking python-apt-common (2.5.3ubuntu1) ... #14 56.57 Selecting previously unselected package python3-apt. #14 56.57 Preparing to unpack .../014-python3-apt_2.5.3ubuntu1_arm64.deb ... #14 56.58 Unpacking python3-apt (2.5.3ubuntu1) ... #14 56.62 Selecting previously unselected package python3-pkg-resources. #14 56.62 Preparing to unpack .../015-python3-pkg-resources_66.1.1-1ubuntu0.1_all.deb ... #14 56.62 Unpacking python3-pkg-resources (66.1.1-1ubuntu0.1) ... #14 56.69 Selecting previously unselected package ucf. #14 56.69 Preparing to unpack .../016-ucf_3.0043+nmu1_all.deb ... #14 56.70 Moving old data out of the way #14 56.70 Unpacking ucf (3.0043+nmu1) ... #14 56.74 Selecting previously unselected package bsdextrautils. #39 0.532 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #39 0.543 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] #39 0.543 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #39 0.636 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB] #39 0.743 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [12.7 kB] #13 59.97 Setting up libstring-license-perl (0.0.2-1) ... #13 59.98 Setting up licensecheck (3.3.5-1) ... #13 59.99 Setting up libgitlab-api-v4-perl (0.26-3) ... #13 60.00 Setting up liblwp-protocol-https-perl (6.10-1) ... #13 60.01 Setting up libwww-perl (6.68-1) ... #13 60.03 Setting up libhtml-tokeparser-simple-perl (3.16-4) ... #13 60.04 Setting up libwww-mechanize-perl (2.16-1) ... #13 60.05 Setting up devscripts (2.23.4+deb12u1) ... #13 60.20 Setting up libxml-parser-perl (2.46-4) ... #13 60.22 Setting up lintian (2.116.3) ... #13 60.24 Setting up libxml-sax-expat-perl (0.51-2) ... #13 60.28 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #13 60.33 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 67.79 Setting up python3-charset-normalizer (3.0.1-2) ... #13 67.94 Setting up libpackage-stash-perl (0.40-1) ... #13 67.95 Setting up libimport-into-perl (1.002005-2) ... #13 67.97 Setting up libmoo-perl (2.005005-1) ... #13 68.00 Setting up liblist-someutils-perl (0.59-1) ... #14 55.25 Preparing to unpack .../178-diffstat_1.64-1build2_arm64.deb ... #14 55.26 Unpacking diffstat (1.64-1build2) ... #14 55.31 Selecting previously unselected package python3-chardet. #14 55.32 Preparing to unpack .../179-python3-chardet_4.0.0-1_all.deb ... #14 55.32 Unpacking python3-chardet (4.0.0-1) ... #14 55.37 Selecting previously unselected package zstd. #14 55.37 Preparing to unpack .../180-zstd_1.4.8+dfsg-3build1_arm64.deb ... #14 55.37 Unpacking zstd (1.4.8+dfsg-3build1) ... #14 55.42 Selecting previously unselected package python3-debian. #14 55.42 Preparing to unpack .../181-python3-debian_0.1.43ubuntu1.1_all.deb ... #14 55.42 Unpacking python3-debian (0.1.43ubuntu1.1) ... #14 55.47 Selecting previously unselected package libgpgme11:arm64. #16 6.890 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libseccomp-dev amd64 2.5.3-2ubuntu2 [94.0 kB] #16 7.037 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd0 amd64 249.11-0ubuntu3.12 [319 kB] #13 63.46 Setting up libdata-optlist-perl (0.110-1) ... #13 63.47 Setting up libipc-run-perl (20180523.0-1) ... #13 63.48 Setting up git (1:2.20.1-2+deb10u8) ... #13 63.52 Setting up libcontextual-return-perl (0.004014-2) ... #13 63.53 Setting up libwww-robotrules-perl (6.02-1) ... #13 63.54 Setting up libtypes-serialiser-perl (1.0-1) ... #13 63.55 Setting up g++ (4:8.3.0-1) ... #13 63.58 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #13 63.59 Setting up libhtml-parser-perl (3.72-3+b3) ... #13 63.60 Setting up libgit-wrapper-perl (0.048-1) ... #13 63.61 Setting up liblog-any-adapter-screen-perl (0.140-1) ... #13 63.67 Setting up librole-tiny-perl (2.000006-1) ... #13 63.68 Setting up gnupg (2.2.12-1+deb10u2) ... #13 63.70 Setting up build-essential (12.6) ... #16 6.295 Get:8 http://archive.ubuntu.com/ubuntu lunar-updates/universe amd64 dh-apparmor all 3.0.8-1ubuntu2.1 [18.9 kB] #16 6.295 Get:9 http://archive.ubuntu.com/ubuntu lunar/main amd64 libseccomp-dev amd64 2.5.4-1ubuntu3 [91.2 kB] #16 6.309 Get:10 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libsystemd-dev amd64 252.5-2ubuntu3.2 [322 kB] #16 6.312 Get:11 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpkgconf3 amd64 1.8.1-1ubuntu2 [29.4 kB] #16 6.312 Get:12 http://archive.ubuntu.com/ubuntu lunar/main amd64 pkgconf-bin amd64 1.8.1-1ubuntu2 [20.8 kB] #16 6.312 Get:13 http://archive.ubuntu.com/ubuntu lunar/main amd64 pkgconf amd64 1.8.1-1ubuntu2 [16.8 kB] #16 6.313 Get:14 http://archive.ubuntu.com/ubuntu lunar/main amd64 pkg-config amd64 1.8.1-1ubuntu2 [5408 B] #16 6.493 debconf: delaying package configuration, since apt-utils is not installed #17 24.81 Installing : cmake-data-3.26.5-2.el8.noarch 46/57 #14 62.26 Setting up binutils (2.34-6ubuntu1.8) ... #14 62.27 Setting up python3-xdg (0.26-1ubuntu1) ... #14 62.42 Setting up man-db (2.9.1-1) ... #14 67.93 Setting up automake (1:1.16.1-4ubuntu6) ... #14 67.94 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #14 67.95 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #14 67.95 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #14 67.96 Setting up libasync-mergepoint-perl (0.04-2) ... #14 67.97 Setting up libstring-escape-perl (2010.002-2) ... #14 67.98 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.2) ... #14 68.00 Setting up libhttp-date-perl (6.05-1) ... #14 68.01 Setting up libfile-which-perl (1.23-1) ... #14 68.02 Setting up libfile-basedir-perl (0.08-1) ... #14 68.04 Setting up gettext (0.19.8.1-10build1) ... #14 68.06 Setting up libnumber-range-perl (0.12-1) ... #14 68.07 Setting up libunicode-utf8-perl (0.62-1build1) ... #14 68.08 Setting up libstruct-dumb-perl (0.09-1) ... #14 68.13 Setting up libfile-listing-perl (6.04-1) ... #14 68.17 Setting up libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.2) ... #14 68.18 Setting up libregexp-pattern-perl (0.2.12-1) ... #14 68.19 Setting up libfont-afm-perl (1.20-2) ... #14 68.20 Setting up libwant-perl (0.29-1build4) ... #14 68.22 Setting up libdynaloader-functions-perl (0.003-1) ... #14 68.23 Setting up libtext-glob-perl (0.10-1) ... #14 68.24 Setting up libclass-method-modifiers-perl (2.13-1) ... #14 57.97 Selecting previously unselected package fonts-noto-mono. #14 57.98 Preparing to unpack .../184-fonts-noto-mono_20201225-2_all.deb ... #14 57.98 Unpacking fonts-noto-mono (20201225-2) ... #14 58.02 Selecting previously unselected package fonts-noto-core. #14 58.02 Preparing to unpack .../185-fonts-noto-core_20201225-2_all.deb ... #14 58.02 Unpacking fonts-noto-core (20201225-2) ... #13 62.57 Setting up libmagic1:armhf (1:5.39-3+deb11u1) ... #13 62.62 Setting up libdeflate0:armhf (1.7-1) ... #13 62.64 Setting up less (551-2) ... #13 62.67 Setting up perl-openssl-defaults:armhf (5) ... #13 62.71 Setting up linux-libc-dev:armhf (5.10.205-2) ... #13 62.74 Setting up libctf-nobfd0:armhf (2.35.2-2) ... #13 62.78 Setting up gettext-base (0.21-4) ... #14 64.54 Selecting previously unselected package libhtml-format-perl. #14 64.54 Preparing to unpack .../269-libhtml-format-perl_2.16-2_all.deb ... #14 64.54 Unpacking libhtml-format-perl (2.16-2) ... #14 64.57 Selecting previously unselected package libhtml-html5-entities-perl. #14 64.58 Preparing to unpack .../270-libhtml-html5-entities-perl_0.004-3_all.deb ... #14 64.58 Unpacking libhtml-html5-entities-perl (0.004-3) ... #14 64.62 Selecting previously unselected package libhtml-tokeparser-simple-perl. #14 64.62 Preparing to unpack .../271-libhtml-tokeparser-simple-perl_3.16-4_all.deb ... #14 64.63 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ... #14 64.66 Selecting previously unselected package libhttp-daemon-perl. #14 64.66 Preparing to unpack .../272-libhttp-daemon-perl_6.14-2_all.deb ... #14 64.67 Unpacking libhttp-daemon-perl (6.14-2) ... #14 64.70 Selecting previously unselected package libindirect-perl. #14 64.70 Preparing to unpack .../273-libindirect-perl_0.39-2build1_armhf.deb ... #14 64.70 Unpacking libindirect-perl (0.39-2build1) ... #14 64.74 Selecting previously unselected package libio-interactive-perl. #14 64.74 Preparing to unpack .../274-libio-interactive-perl_1.023-2_all.deb ... #14 64.74 Unpacking libio-interactive-perl (1.023-2) ... #14 64.80 Selecting previously unselected package libtypes-serialiser-perl. #14 64.80 Preparing to unpack .../275-libtypes-serialiser-perl_1.01-1_all.deb ... #14 64.80 Unpacking libtypes-serialiser-perl (1.01-1) ... #14 64.84 Selecting previously unselected package libjson-xs-perl. #14 64.84 Preparing to unpack .../276-libjson-xs-perl_4.030-2_armhf.deb ... #14 58.97 Preparing to unpack .../076-libcrypt-dev_1%3a4.4.10-10ubuntu4_arm64.deb ... #14 58.98 Unpacking libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ... #14 59.01 Selecting previously unselected package libc6-dev:arm64. #14 59.01 Preparing to unpack .../077-libc6-dev_2.31-0ubuntu9.14_arm64.deb ... #14 59.02 Unpacking libc6-dev:arm64 (2.31-0ubuntu9.14) ... #14 59.25 Selecting previously unselected package gcc-9-base:arm64. #14 68.31 Setting up libfile-find-rule-perl (0.34-1) ... #14 68.33 Setting up libref-util-perl (0.204-1) ... #14 68.34 Setting up libipc-system-simple-perl (1.30-1) ... #14 68.35 Setting up libnet-domain-tld-perl (1.75-1.1) ... #14 68.36 Setting up libperlio-utf8-strict-perl (0.009-1build1) ... #14 68.37 Setting up libsocket6-perl (0.29-1build4) ... #14 68.38 Setting up libio-prompt-tiny-perl (0.003-1) ... #14 68.39 Setting up libhash-fieldhash-perl (0.15-1build5) ... #14 68.41 Setting up libgd3:armhf (2.3.0-2ubuntu2) ... #14 68.42 Setting up libvariable-magic-perl (0.62-1build5) ... #14 68.43 Setting up python3-idna (3.3-1) ... #14 56.74 Preparing to unpack .../017-bsdextrautils_2.38.1-4ubuntu1_arm64.deb ... #14 56.74 Unpacking bsdextrautils (2.38.1-4ubuntu1) ... #14 56.78 Selecting previously unselected package libmagic-mgc. #14 56.78 Preparing to unpack .../018-libmagic-mgc_1%3a5.44-3_arm64.deb ... #14 56.78 Unpacking libmagic-mgc (1:5.44-3) ... #14 56.85 Selecting previously unselected package libmagic1:arm64. #14 56.85 Preparing to unpack .../019-libmagic1_1%3a5.44-3_arm64.deb ... #14 56.86 Unpacking libmagic1:arm64 (1:5.44-3) ... #14 56.89 Selecting previously unselected package file. #14 56.89 Preparing to unpack .../020-file_1%3a5.44-3_arm64.deb ... #14 56.90 Unpacking file (1:5.44-3) ... #14 56.93 Selecting previously unselected package gettext-base. #14 56.94 Preparing to unpack .../021-gettext-base_0.21-11_arm64.deb ... #14 56.94 Unpacking gettext-base (0.21-11) ... #14 56.99 Selecting previously unselected package libuchardet0:arm64. #39 0.818 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB] #13 60.46 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 60.49 Setting up libsoap-lite-perl (1.27-3) ... #13 60.51 Setting up libxmlrpc-lite-perl (0.717-5) ... #13 60.52 Processing triggers for libc-bin (2.36-9+deb12u3) ... #13 60.56 Processing triggers for ca-certificates (20230311) ... #13 60.57 Updating certificates in /etc/ssl/certs... #13 68.02 Setting up debhelper (13.11.4) ... #13 68.04 Setting up libmime-tools-perl (5.510-1) ... #13 68.06 Setting up liblist-someutils-xs-perl:armhf (0.58-3) ... #13 68.07 Setting up python3-chardet (5.1.0+dfsg-2) ... #14 55.47 Preparing to unpack .../182-libgpgme11_1.16.0-1.2ubuntu4.1_arm64.deb ... #14 55.48 Unpacking libgpgme11:arm64 (1.16.0-1.2ubuntu4.1) ... #14 55.52 Selecting previously unselected package python3-gpg. #14 55.53 Preparing to unpack .../183-python3-gpg_1.16.0-1.2ubuntu4.1_arm64.deb ... #14 55.53 Unpacking python3-gpg (1.16.0-1.2ubuntu4.1) ... #14 55.59 Selecting previously unselected package dput. #14 55.59 Preparing to unpack .../184-dput_1.1.0ubuntu2.1_all.deb ... #14 55.60 Unpacking dput (1.1.0ubuntu2.1) ... #14 55.64 Selecting previously unselected package fonts-dejavu-core. #14 55.64 Preparing to unpack .../185-fonts-dejavu-core_2.37-2build1_all.deb ... #14 55.65 Unpacking fonts-dejavu-core (2.37-2build1) ... #14 55.76 Selecting previously unselected package fontconfig-config. #16 7.460 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd-dev amd64 249.11-0ubuntu3.12 [306 kB] #13 63.71 Setting up libfile-homedir-perl (1.004-1) ... #13 63.73 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ... #13 63.74 Setting up libio-socket-ssl-perl (2.060-3) ... #13 63.76 Setting up libsub-exporter-perl (0.987-1) ... #13 63.77 Setting up libalgorithm-merge-perl (0.08-3) ... #13 63.78 Setting up libhttp-message-perl (6.18-1) ... #13 63.79 Setting up libhtml-form-perl (6.03-1) ... #13 63.83 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ... #13 63.84 Setting up libjson-xs-perl (3.040-1+b1) ... #13 63.85 Setting up libhttp-negotiate-perl (6.01-1) ... #13 63.86 Setting up libio-prompter-perl (0.004015-1) ... #13 63.87 Setting up libhttp-cookies-perl (6.04-1) ... #13 63.89 Setting up po-debconf (1.0.21) ... #13 63.90 Setting up libhtml-tree-perl (5.07-2) ... #13 63.91 Setting up libparams-classify-perl (0.015-1+b1) ... #13 63.92 Setting up libcgi-pm-perl (4.40-1) ... #13 63.93 Setting up libpath-iterator-rule-perl (1.014-1) ... #15 8.514 Transaction test succeeded. #15 8.514 Running transaction #16 6.568 Fetched 12.7 MB in 1s (20.7 MB/s) #16 6.604 Selecting previously unselected package bash-completion. #16 6.604 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 26677 files and directories currently installed.) #16 6.620 Preparing to unpack .../00-bash-completion_1%3a2.11-6ubuntu1_all.deb ... #16 6.633 Unpacking bash-completion (1:2.11-6ubuntu1) ... #16 6.753 Selecting previously unselected package libarchive13:amd64. #17 26.11 Installing : cmake-3.26.5-2.el8.x86_64 47/57 #17 26.24 Installing : isl-0.16.1-6.el8.x86_64 48/57 #14 62.52 Building database of manual pages ... #14 62.74 Setting up libgpgme11:amd64 (1.13.1-7ubuntu2.1) ... #14 68.25 Setting up liblist-compare-perl (0.53-1) ... #14 68.27 Setting up libref-util-xs-perl (0.117-1build2) ... #14 68.28 Setting up libio-pty-perl (1:1.12-1) ... #14 68.29 Setting up libtool (2.4.6-14) ... #14 68.30 Setting up libfile-fcntllock-perl (0.22-3build4) ... #14 68.31 Setting up libsort-key-perl (1.33-2build2) ... #14 68.32 Setting up libclone-perl (0.43-2) ... #14 68.33 Setting up libalgorithm-diff-perl (1.19.03-2) ... #14 68.35 Setting up libarchive-zip-perl (1.67-2) ... #14 68.37 Setting up libsub-identify-perl (0.14-1build2) ... #14 68.38 Setting up libdistro-info-perl (0.23ubuntu1.1) ... #14 68.39 Setting up libcpanel-json-xs-perl (4.19-1build1) ... #14 68.41 Setting up python3-apt (2.0.1ubuntu0.20.04.1) ... #14 58.30 Selecting previously unselected package fontconfig-config. #14 58.30 Preparing to unpack .../186-fontconfig-config_2.14.2-4ubuntu1_arm64.deb ... #14 58.46 Unpacking fontconfig-config (2.14.2-4ubuntu1) ... #13 62.79 Setting up liblzo2-2:armhf (2.10-2) ... #13 62.81 Setting up libnpth0:armhf (1.6-3) ... #13 62.85 Setting up file (1:5.39-3+deb11u1) ... #13 62.88 Setting up libossp-uuid16:armhf (1.6.2-1.5+b9) ... #13 62.91 Setting up libassuan0:armhf (2.5.3-7.1) ... #13 62.93 Setting up libgomp1:armhf (10.2.1-6) ... #13 62.95 Setting up bzip2 (1.0.8-4) ... #13 62.98 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ... #13 63.02 Setting up pbzip2 (1.1.13-1) ... #13 63.07 Setting up libjbig0:armhf (2.1-3.1+b2) ... #13 63.09 Setting up libfakeroot:armhf (1.25.3-1.1) ... #13 63.12 Setting up libasan6:armhf (10.2.1-6) ... #13 63.15 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ... #15 0.764 Reading package lists... #14 59.25 Preparing to unpack .../078-gcc-9-base_9.4.0-1ubuntu1~20.04.2_arm64.deb ... #14 59.25 Unpacking gcc-9-base:arm64 (9.4.0-1ubuntu1~20.04.2) ... #14 59.35 Selecting previously unselected package libisl22:arm64. #14 59.35 Preparing to unpack .../079-libisl22_0.22.1-1_arm64.deb ... #14 59.36 Unpacking libisl22:arm64 (0.22.1-1) ... #14 59.44 Selecting previously unselected package libmpfr6:arm64. #14 59.44 Preparing to unpack .../080-libmpfr6_4.0.2-1_arm64.deb ... #14 59.45 Unpacking libmpfr6:arm64 (4.0.2-1) ... #14 59.50 Selecting previously unselected package libmpc3:arm64. #14 64.84 Unpacking libjson-xs-perl (4.030-2) ... #14 64.88 Selecting previously unselected package libjson-maybexs-perl. #14 64.88 Preparing to unpack .../277-libjson-maybexs-perl_1.004004-1_all.deb ... #14 64.89 Unpacking libjson-maybexs-perl (1.004004-1) ... #14 64.92 Selecting previously unselected package libldap-common. #14 64.92 Preparing to unpack .../278-libldap-common_2.6.3+dfsg-1~exp1ubuntu2_all.deb ... #14 64.93 Unpacking libldap-common (2.6.3+dfsg-1~exp1ubuntu2) ... #14 64.96 Selecting previously unselected package liblist-compare-perl. #14 64.97 Preparing to unpack .../279-liblist-compare-perl_0.55-2_all.deb ... #14 64.97 Unpacking liblist-compare-perl (0.55-2) ... #14 65.00 Selecting previously unselected package liblist-someutils-perl. #14 65.00 Preparing to unpack .../280-liblist-someutils-perl_0.59-1_all.deb ... #14 65.01 Unpacking liblist-someutils-perl (0.59-1) ... #14 65.04 Selecting previously unselected package liblist-someutils-xs-perl:armhf. #14 65.04 Preparing to unpack .../281-liblist-someutils-xs-perl_0.58-3_armhf.deb ... #14 65.05 Unpacking liblist-someutils-xs-perl:armhf (0.58-3) ... #14 65.08 Selecting previously unselected package liblist-utilsby-perl. #14 65.08 Preparing to unpack .../282-liblist-utilsby-perl_0.12-2_all.deb ... #14 68.63 Setting up libio-html-perl (1.004-2) ... #14 68.64 Setting up libpod-parser-perl (1.63-2) ... #14 68.65 Setting up libb-hooks-op-check-perl (0.22-1build5) ... #14 68.66 Setting up liblist-moreutils-xs-perl (0.430-2build2) ... #14 68.70 Setting up libparams-util-perl (1.102-1build3) ... #14 68.71 Setting up libdpkg-perl (1.21.1ubuntu2.2) ... #14 68.73 Setting up libtime-duration-perl (1.21-1) ... #14 68.74 Setting up autoconf (2.71-2) ... #14 56.99 Preparing to unpack .../022-libuchardet0_0.0.7-1build2_arm64.deb ... #14 57.00 Unpacking libuchardet0:arm64 (0.0.7-1build2) ... #14 57.03 Selecting previously unselected package groff-base. #14 57.03 Preparing to unpack .../023-groff-base_1.22.4-10_arm64.deb ... #14 57.03 Unpacking groff-base (1.22.4-10) ... #14 57.10 Selecting previously unselected package libcbor0.8:arm64. #14 57.10 Preparing to unpack .../024-libcbor0.8_0.8.0-2ubuntu1_arm64.deb ... #14 57.10 Unpacking libcbor0.8:arm64 (0.8.0-2ubuntu1) ... #14 57.14 Selecting previously unselected package libedit2:arm64. #14 57.14 Preparing to unpack .../025-libedit2_3.1-20221030-2_arm64.deb ... #14 57.14 Unpacking libedit2:arm64 (3.1-20221030-2) ... #14 57.18 Selecting previously unselected package libfido2-1:arm64. #14 57.18 Preparing to unpack .../026-libfido2-1_1.12.0-2_arm64.deb ... #14 57.18 Unpacking libfido2-1:arm64 (1.12.0-2) ... #14 57.21 Selecting previously unselected package libjansson4:arm64. #13 68.39 Setting up python3-debian (0.1.49) ... #14 67.33 137 added, 0 removed; done. #14 67.37 Setting up libfreetype6:armhf (2.13.1+dfsg-1) ... #14 67.38 Setting up libgssapi-krb5-2:armhf (1.20.1-3ubuntu1) ... #14 67.40 Setting up libgdbm-compat4:armhf (1.23-3) ... #14 67.41 Setting up libssh-4:armhf (0.10.5-3ubuntu1.2) ... #14 67.43 Setting up dwz (0.15-1) ... #14 67.44 Setting up libgcc-13-dev:armhf (13.2.0-4ubuntu3) ... #14 67.46 Setting up groff-base (1.23.0-2) ... #14 67.48 Setting up libtiff6:armhf (4.5.1+git230720-1ubuntu1) ... #14 67.50 Setting up cpp (4:13.2.0-1ubuntu1) ... #14 67.52 Setting up gpgconf (2.2.40-1.1ubuntu1) ... #14 67.53 Setting up debugedit (1:5.0-5) ... #14 67.55 Setting up libcurl4:armhf (8.2.1-1ubuntu3.2) ... #14 55.76 Preparing to unpack .../186-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ... #14 55.76 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ... #14 55.81 Selecting previously unselected package libcurl3-gnutls:arm64. #14 55.81 Preparing to unpack .../187-libcurl3-gnutls_7.81.0-1ubuntu1.15_arm64.deb ... #14 55.81 Unpacking libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.15) ... #14 55.85 Selecting previously unselected package liberror-perl. #14 55.85 Preparing to unpack .../188-liberror-perl_0.17029-1_all.deb ... #14 55.86 Unpacking liberror-perl (0.17029-1) ... #14 55.89 Selecting previously unselected package git-man. #16 7.511 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.2 [1463 kB] #16 7.677 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] #13 63.94 Setting up libnet-dns-sec-perl (1.11-1) ... #13 63.96 Setting up libsereal-perl (4.005-1) ... #13 63.97 Setting up libhtml-format-perl (2.12-1) ... #13 63.98 Setting up libxml-sax-perl (1.00+dfsg-1) ... #13 64.04 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #13 64.10 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 64.22 #13 64.22 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BxgG1B + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PvU1iL + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz + /usr/bin/tar -xof - #15 2.390 Package bash-5.2.21-1.fc38.x86_64 is already installed. #15 2.408 Package bash-5.2.21-1.fc38.x86_64 is already installed. #15 2.417 Package bash-5.2.21-1.fc38.x86_64 is already installed. #15 2.417 Package ca-certificates-2023.2.60_v7.0.306-1.0.fc38.noarch is already installed. #15 2.418 Package libarchive-3.6.1-4.fc38.x86_64 is already installed. #15 2.418 Package pkgconf-pkg-config-1.8.0-6.fc38.x86_64 is already installed. #15 2.418 Package tar-2:1.34-8.fc38.x86_64 is already installed. #15 2.428 Package bash-5.2.21-1.fc38.x86_64 is already installed. #15 2.543 Dependencies resolved. #15 DONE 16.9s #16 [stage-1 5/8] COPY --link sources/ /sources #16 6.756 Preparing to unpack .../01-libarchive13_3.6.2-1ubuntu1_amd64.deb ... #16 6.771 Unpacking libarchive13:amd64 (3.6.2-1ubuntu1) ... #16 6.812 Selecting previously unselected package libjsoncpp25:amd64. #16 6.815 Preparing to unpack .../02-libjsoncpp25_1.9.5-4_amd64.deb ... #16 6.820 Unpacking libjsoncpp25:amd64 (1.9.5-4) ... #16 6.864 Selecting previously unselected package librhash0:amd64. #16 6.867 Preparing to unpack .../03-librhash0_1.4.3-3_amd64.deb ... #16 6.871 Unpacking librhash0:amd64 (1.4.3-3) ... #16 6.912 Selecting previously unselected package libuv1:amd64. #16 6.915 Preparing to unpack .../04-libuv1_1.44.2-1_amd64.deb ... #16 6.919 Unpacking libuv1:amd64 (1.44.2-1) ... #16 6.995 Selecting previously unselected package cmake-data. #15 7.016 Transaction test succeeded. #15 7.016 Running transaction #14 62.76 Setting up python3-six (1.14.0-2) ... #14 62.89 Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... #14 68.57 Setting up libobject-id-perl (0.1.2-2ubuntu1) ... #14 68.60 Setting up libio-stringy-perl (2.111-3) ... #14 68.61 Setting up liblist-moreutils-perl (0.416-1build5) ... #14 68.63 Setting up libhtml-tagset-perl (3.20-4) ... #14 68.64 Setting up liblog-any-perl (1.708-1) ... #14 68.65 Setting up libauthen-sasl-perl (2.1600-1) ... #14 68.66 Setting up libdevel-size-perl (0.83-1build1) ... #14 68.67 Setting up libdebhelper-perl (12.10ubuntu1) ... #14 68.68 Setting up libpod-constants-perl (0.19-1) ... #14 68.70 Setting up libregexp-pattern-license-perl (3.2.0-1) ... #14 68.71 Setting up libperl4-corelibs-perl (0.004-2) ... #14 68.72 Setting up libfuture-perl (0.43-1) ... #14 58.50 Selecting previously unselected package libcurl3-gnutls:arm64. #14 58.50 Preparing to unpack .../187-libcurl3-gnutls_8.2.1-1ubuntu3.2_arm64.deb ... #14 58.50 Unpacking libcurl3-gnutls:arm64 (8.2.1-1ubuntu3.2) ... #14 58.53 Selecting previously unselected package liberror-perl. #14 58.53 Preparing to unpack .../188-liberror-perl_0.17029-2_all.deb ... #14 58.54 Unpacking liberror-perl (0.17029-2) ... #14 58.56 Selecting previously unselected package git-man. #14 58.57 Preparing to unpack .../189-git-man_1%3a2.40.1-1ubuntu1_all.deb ... #14 58.57 Unpacking git-man (1:2.40.1-1ubuntu1) ... #14 58.61 Selecting previously unselected package git. #14 58.61 Preparing to unpack .../190-git_1%3a2.40.1-1ubuntu1_arm64.deb ... #14 58.62 Unpacking git (1:2.40.1-1ubuntu1) ... #14 58.77 Selecting previously unselected package libalgorithm-diff-perl. #13 63.19 Setting up fakeroot (1.25.3-1.1) ... #13 63.22 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #13 63.27 Setting up autotools-dev (20180224.1+nmu1) ... #14 59.50 Preparing to unpack .../081-libmpc3_1.1.0-1_arm64.deb ... #14 59.54 Unpacking libmpc3:arm64 (1.1.0-1) ... #14 59.58 Selecting previously unselected package cpp-9. #14 59.58 Preparing to unpack .../082-cpp-9_9.4.0-1ubuntu1~20.04.2_arm64.deb ... #14 59.58 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.2) ... #14 65.09 Unpacking liblist-utilsby-perl (0.12-2) ... #14 65.13 Selecting previously unselected package libltdl7:armhf. #14 65.13 Preparing to unpack .../283-libltdl7_2.4.7-5_armhf.deb ... #14 65.13 Unpacking libltdl7:armhf (2.4.7-5) ... #14 65.16 Selecting previously unselected package libltdl-dev:armhf. #14 65.16 Preparing to unpack .../284-libltdl-dev_2.4.7-5_armhf.deb ... #14 65.17 Unpacking libltdl-dev:armhf (2.4.7-5) ... #14 65.22 Selecting previously unselected package liblzo2-2:armhf. #14 65.22 Preparing to unpack .../285-liblzo2-2_2.10-2build3_armhf.deb ... #14 65.22 Unpacking liblzo2-2:armhf (2.10-2build3) ... #14 65.26 Selecting previously unselected package libsys-hostname-long-perl. #14 65.26 Preparing to unpack .../286-libsys-hostname-long-perl_1.5-3_all.deb ... #14 65.26 Unpacking libsys-hostname-long-perl (1.5-3) ... #14 65.30 Selecting previously unselected package libmail-sendmail-perl. #14 65.30 Preparing to unpack .../287-libmail-sendmail-perl_0.80-3_all.deb ... #14 65.30 Unpacking libmail-sendmail-perl (0.80-3) ... #14 65.33 Selecting previously unselected package libnet-smtp-ssl-perl. #14 68.76 Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... #14 68.93 Setting up libsub-exporter-progressive-perl (0.001013-1) ... #14 68.94 Setting up libarray-intspan-perl (2.004-1) ... #14 68.95 Setting up libcapture-tiny-perl (0.48-1) ... #14 68.96 Setting up libtimedate-perl (2.3300-2) ... #14 68.97 Setting up libstdc++-11-dev:armhf (11.4.0-1ubuntu1~22.04) ... #14 68.98 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ... #14 68.99 Setting up libsub-name-perl (0.26-1build3) ... #14 69.00 Setting up libtype-tiny-xs-perl (0.022-1build2) ... #14 69.01 Setting up libsyntax-keyword-try-perl (0.26-1build1) ... #14 69.03 Setting up libdata-validate-domain-perl (0.10-1.1) ... #14 69.04 Setting up libproc-processtable-perl:armhf (0.634-1build1) ... #14 69.05 Setting up libfile-chdir-perl (0.1008-1.1) ... #14 69.06 Setting up gcc-11 (11.4.0-1ubuntu1~22.04) ... #14 69.07 Setting up xauth (1:1.1-1build2) ... #14 69.08 Setting up libpath-tiny-perl (0.122-1) ... #14 69.09 Setting up libarchive-cpio-perl (0.10-1.1) ... #14 57.21 Preparing to unpack .../027-libjansson4_2.14-2_arm64.deb ... #14 57.22 Unpacking libjansson4:arm64 (2.14-2) ... #14 57.26 Selecting previously unselected package libnghttp2-14:arm64. #14 57.26 Preparing to unpack .../028-libnghttp2-14_1.52.0-1ubuntu0.1_arm64.deb ... #14 57.26 Unpacking libnghttp2-14:arm64 (1.52.0-1ubuntu0.1) ... #14 57.29 Selecting previously unselected package libpipeline1:arm64. #14 57.29 Preparing to unpack .../029-libpipeline1_1.5.7-1_arm64.deb ... #14 57.30 Unpacking libpipeline1:arm64 (1.5.7-1) ... #14 57.34 Selecting previously unselected package libpng16-16:arm64. #14 57.34 Preparing to unpack .../030-libpng16-16_1.6.39-2_arm64.deb ... #14 57.34 Unpacking libpng16-16:arm64 (1.6.39-2) ... #14 57.39 Selecting previously unselected package libpsl5:arm64. #14 57.39 Preparing to unpack .../031-libpsl5_0.21.2-1_arm64.deb ... #14 57.39 Unpacking libpsl5:arm64 (0.21.2-1) ... #14 57.43 Selecting previously unselected package libxau6:arm64. #14 57.43 Preparing to unpack .../032-libxau6_1%3a1.0.9-1build5_arm64.deb ... #14 57.44 Unpacking libxau6:arm64 (1:1.0.9-1build5) ... #14 57.47 Selecting previously unselected package libxdmcp6:arm64. #13 68.58 Setting up python3-requests (2.28.1+dfsg-1) ... #14 67.56 Setting up libx11-6:armhf (2:1.8.6-1ubuntu1) ... #14 67.58 Setting up curl (8.2.1-1ubuntu3.2) ... #14 67.59 Setting up libfontconfig1:armhf (2.14.2-4ubuntu1) ... #14 67.61 Setting up binutils-arm-linux-gnueabihf (2.41-5ubuntu1) ... #14 67.62 Setting up libperl5.36:armhf (5.36.0-9ubuntu1.1) ... #14 67.64 Setting up libxmuu1:armhf (2:1.1.3-3) ... #14 67.65 Setting up gpg (2.2.40-1.1ubuntu1) ... #14 67.67 Setting up gnupg-utils (2.2.40-1.1ubuntu1) ... #14 67.68 Setting up libtirpc3:armhf (1.3.3+ds-1) ... #14 67.70 Setting up gpg-agent (2.2.40-1.1ubuntu1) ... #14 55.89 Preparing to unpack .../189-git-man_1%3a2.34.1-1ubuntu1.10_all.deb ... #14 55.90 Unpacking git-man (1:2.34.1-1ubuntu1.10) ... #14 55.95 Selecting previously unselected package git. #14 55.95 Preparing to unpack .../190-git_1%3a2.34.1-1ubuntu1.10_arm64.deb ... #14 55.96 Unpacking git (1:2.34.1-1ubuntu1.10) ... #14 56.09 Selecting previously unselected package libalgorithm-diff-perl. #14 56.10 Preparing to unpack .../191-libalgorithm-diff-perl_1.201-1_all.deb ... #14 56.10 Unpacking libalgorithm-diff-perl (1.201-1) ... #14 56.14 Selecting previously unselected package libalgorithm-diff-xs-perl. #14 56.14 Preparing to unpack .../192-libalgorithm-diff-xs-perl_0.04-6build3_arm64.deb ... #14 56.14 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ... #14 56.18 Selecting previously unselected package libalgorithm-merge-perl. #14 56.18 Preparing to unpack .../193-libalgorithm-merge-perl_0.08-3_all.deb ... #14 56.18 Unpacking libalgorithm-merge-perl (0.08-3) ... #14 56.22 Selecting previously unselected package libaliased-perl. #16 7.829 debconf: delaying package configuration, since apt-utils is not installed #13 61.02 0 added, 0 removed; done. #13 61.02 Running hooks in /etc/ca-certificates/update.d... #13 61.02 done. #13 64.33 Setting up dput (1.0.3) ... #13 64.47 Setting up libnet-smtp-ssl-perl (1.04-1) ... #15 2.572 ================================================================================ #15 2.572 Package Arch Version Repo Size #15 2.572 ================================================================================ #15 2.572 Installing: #15 2.572 cmake x86_64 3.27.7-1.fc38 updates 8.0 M #15 2.572 gcc x86_64 13.2.1-4.fc38 updates 34 M #15 2.572 git x86_64 2.43.0-1.fc38 updates 53 k #15 2.572 glibc-static x86_64 2.37-16.fc38 updates 1.7 M #15 2.572 libseccomp-devel x86_64 2.5.3-4.fc38 fedora 60 k #15 2.572 libselinux-devel x86_64 3.5-1.fc38 fedora 151 k #15 2.572 libtool x86_64 2.4.7-6.fc38 fedora 601 k #15 2.572 libtool-ltdl-devel x86_64 2.4.7-6.fc38 fedora 164 k #15 2.572 make x86_64 1:4.4.1-1.fc38 updates 588 k #15 2.572 selinux-policy-devel noarch 38.31-1.fc38 updates 912 k #15 2.572 systemd x86_64 253.14-1.fc38 updates 4.5 M #15 2.572 systemd-devel x86_64 253.14-1.fc38 updates 593 k #15 2.572 which x86_64 2.21-39.fc38 fedora 42 k #15 2.572 Upgrading: #15 2.572 systemd-libs x86_64 253.14-1.fc38 updates 652 k #15 2.572 Installing dependencies: #15 2.572 annobin-docs noarch 12.30-1.fc38 updates 91 k #15 2.572 annobin-plugin-gcc x86_64 12.30-1.fc38 updates 957 k #15 2.572 autoconf noarch 2.71-5.fc38 fedora 733 k #15 2.572 automake noarch 1.16.5-11.fc38 fedora 697 k #15 2.572 checkpolicy x86_64 3.5-1.fc38 fedora 349 k #15 2.572 cmake-data noarch 3.27.7-1.fc38 updates 2.2 M #15 2.572 cmake-filesystem x86_64 3.27.7-1.fc38 updates 19 k #15 2.572 cmake-rpm-macros noarch 3.27.7-1.fc38 updates 18 k #15 2.572 cpp x86_64 13.2.1-4.fc38 updates 11 M #15 2.572 dbus x86_64 1:1.14.10-1.fc38 updates 8.0 k #15 2.572 dbus-broker x86_64 33-1.fc38 fedora 173 k #15 2.572 dbus-common noarch 1:1.14.10-1.fc38 updates 15 k #15 2.572 device-mapper x86_64 1.02.189-2.fc38 fedora 139 k #15 2.572 device-mapper-libs x86_64 1.02.189-2.fc38 fedora 176 k #15 2.572 gc x86_64 8.2.2-3.fc38 fedora 110 k #15 2.572 gcc-plugin-annobin x86_64 13.2.1-4.fc38 updates 48 k #15 2.572 git-core x86_64 2.43.0-1.fc38 updates 4.5 M #15 2.572 git-core-doc noarch 2.43.0-1.fc38 updates 2.9 M #15 2.572 glibc-devel x86_64 2.37-16.fc38 updates 53 k #15 2.572 glibc-headers-x86 noarch 2.37-16.fc38 updates 535 k #15 2.572 guile22 x86_64 2.2.7-7.fc38 fedora 6.5 M #15 2.572 jsoncpp x86_64 1.9.5-4.fc38 fedora 97 k #15 2.572 kernel-headers x86_64 6.6.3-100.fc38 updates 1.6 M #15 2.572 kmod-libs x86_64 30-4.fc38 fedora 68 k #15 2.572 less x86_64 633-1.fc38 updates 175 k #15 2.572 libargon2 x86_64 20190702-2.fc38 fedora 28 k #15 2.572 libcbor x86_64 0.7.0-9.fc38 fedora 56 k #15 2.572 libedit x86_64 3.1-45.20221030cvs.fc38 fedora 107 k #15 2.572 libfdisk x86_64 2.38.1-4.fc38 fedora 161 k #15 2.572 libfido2 x86_64 1.12.0-3.fc38 fedora 97 k #15 2.572 libmpc x86_64 1.3.1-2.fc38 fedora 70 k #15 2.572 libseccomp x86_64 2.5.3-4.fc38 fedora 71 k #15 2.572 libselinux-utils x86_64 3.5-1.fc38 fedora 160 k #15 2.572 libsepol-devel x86_64 3.5-1.fc38 fedora 49 k #15 2.572 libtool-ltdl x86_64 2.4.7-6.fc38 fedora 37 k #15 2.572 libutempter x86_64 1.2.1-8.fc38 fedora 26 k #15 2.572 libuv x86_64 1:1.47.0-3.fc38 updates 250 k #15 2.572 libxcrypt-devel x86_64 4.4.36-1.fc38 updates 30 k #15 2.572 libxcrypt-static x86_64 4.4.36-1.fc38 updates 102 k #15 2.572 m4 x86_64 1.4.19-5.fc38 fedora 303 k #15 2.572 openssh x86_64 9.0p1-17.fc38 updates 435 k #15 2.572 openssh-clients x86_64 9.0p1-17.fc38 updates 698 k #15 2.572 pcre2-devel x86_64 10.42-1.fc38.1 fedora 506 k #15 2.572 pcre2-utf16 x86_64 10.42-1.fc38.1 fedora 214 k #15 2.572 pcre2-utf32 x86_64 10.42-1.fc38.1 fedora 201 k #15 2.572 perl-Error noarch 1:0.17029-11.fc38 fedora 40 k #15 2.572 perl-File-Compare noarch 1.100.700-498.fc38 updates 14 k #15 2.572 perl-File-Copy noarch 2.39-498.fc38 updates 21 k #15 2.572 perl-File-Find noarch 1.40-498.fc38 updates 26 k #15 2.572 perl-Git noarch 2.43.0-1.fc38 updates 40 k #15 2.572 perl-TermReadKey x86_64 2.38-16.fc38 fedora 35 k #15 2.572 perl-Thread-Queue noarch 3.14-490.fc38 fedora 21 k #15 2.572 perl-lib x86_64 0.65-498.fc38 updates 15 k #15 2.572 perl-threads x86_64 1:2.27-490.fc38 fedora 57 k #15 2.572 perl-threads-shared x86_64 1.64-490.fc38 fedora 44 k #15 2.572 policycoreutils x86_64 3.5-1.fc38 fedora 241 k #15 2.572 policycoreutils-devel x86_64 3.5-1.fc38 fedora 152 k #15 2.572 policycoreutils-python-utils noarch 3.5-1.fc38 fedora 80 k #15 2.572 python3-audit x86_64 3.1.2-5.fc38 updates 87 k #15 2.572 python3-libselinux x86_64 3.5-1.fc38 fedora 197 k #15 2.572 python3-libsemanage x86_64 3.5-2.fc38 fedora 83 k #15 2.572 python3-policycoreutils noarch 3.5-1.fc38 fedora 2.2 M #15 2.572 python3-setools x86_64 4.4.3-1.fc38 updates 624 k #15 2.572 python3-setuptools noarch 65.5.1-2.fc38 fedora 1.7 M #15 2.572 rhash x86_64 1.4.3-2.fc38 fedora 194 k #15 2.572 rpm-plugin-selinux x86_64 4.18.2-1.fc38 updates 18 k #15 2.572 selinux-policy noarch 38.31-1.fc38 updates 56 k #15 2.572 selinux-policy-targeted noarch 38.31-1.fc38 updates 6.7 M #15 2.572 systemd-pam x86_64 253.14-1.fc38 updates 339 k #15 2.572 systemd-rpm-macros noarch 253.14-1.fc38 updates 28 k #15 2.572 util-linux x86_64 2.38.1-4.fc38 fedora 2.3 M #15 2.572 vim-filesystem noarch 2:9.1.031-1.fc38 updates 17 k #15 2.572 xkeyboard-config noarch 2.38-1.fc38 fedora 963 k #15 2.572 Installing weak dependencies: #15 2.572 cryptsetup-libs x86_64 2.6.1-1.fc38 fedora 492 k #15 2.572 libxkbcommon x86_64 1.5.0-2.fc38 fedora 140 k #15 2.572 qrencode-libs x86_64 4.1.1-4.fc38 fedora 61 k #15 2.572 systemd-networkd x86_64 253.14-1.fc38 updates 633 k #15 2.572 systemd-resolved x86_64 253.14-1.fc38 updates 289 k #15 2.572 #15 2.572 Transaction Summary #15 2.572 ================================================================================ #15 2.572 Install 91 Packages #15 2.572 Upgrade 1 Package #15 2.572 #15 2.576 Total download size: 106 M #15 2.577 Downloading Packages: #16 DONE 0.3s #17 [stage-1 6/8] COPY --link --from=golang /usr/local/go /usr/local/go #16 6.998 Preparing to unpack .../05-cmake-data_3.25.1-1ubuntu1_all.deb ... #16 7.005 Unpacking cmake-data (3.25.1-1ubuntu1) ... #14 62.90 Setting up perl (5.30.0-9ubuntu0.5) ... #14 62.92 Setting up libpackage-stash-xs-perl (0.29-1build1) ... #14 62.93 Setting up python3-gpg (1.13.1-7ubuntu2.1) ... #14 63.10 Setting up libdata-dump-perl (1.23-1) ... #14 63.11 Setting up python3-certifi (2019.11.28-1) ... #14 63.24 Setting up libdigest-hmac-perl (1.03+dfsg-2) ... #14 68.73 Setting up liblwp-mediatypes-perl (6.04-1) ... #14 68.74 Setting up libyaml-libyaml-perl (0.81+repack-1) ... #14 68.75 Setting up libtry-tiny-perl (0.30-1) ... #14 68.77 Setting up libtype-tiny-perl (1.008001-2) ... #14 68.78 Setting up libtest-fatal-perl (0.014-1) ... #14 68.79 Setting up libcommon-sense-perl (3.74-2build6) ... #14 68.82 Setting up libxml-namespacesupport-perl (1.12-1) ... #14 68.84 Setting up libnet-http-perl (6.19-1) ... #14 68.85 Setting up libhttp-tiny-multipart-perl (0.08-1) ... #14 68.86 Setting up libencode-locale-perl (1.05-1) ... #14 68.87 Setting up libtext-levenshtein-perl (0.13-1) ... #14 68.88 Setting up libnet-dns-perl (1.22-1) ... #14 68.90 Setting up libsereal-encoder-perl (4.011+ds-1build1) ... #14 68.91 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ... #14 68.92 Setting up libstring-shellquote-perl (1.04-1) ... #14 68.94 Setting up libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 68.95 Setting up libsub-install-perl (0.928-1) ... #14 68.96 Setting up gcc (4:9.3.0-1ubuntu2) ... #14 68.98 Setting up dpkg-dev (1.19.7ubuntu3.2) ... #14 69.00 Setting up libnumber-compare-perl (0.03-1) ... #14 69.01 Setting up intltool-debian (0.35.0+20060710.5) ... #14 69.03 Setting up libio-async-perl (0.75-1) ... #14 58.77 Preparing to unpack .../191-libalgorithm-diff-perl_1.201-1_all.deb ... #14 58.77 Unpacking libalgorithm-diff-perl (1.201-1) ... #14 58.80 Selecting previously unselected package libalgorithm-diff-xs-perl:arm64. #14 58.80 Preparing to unpack .../192-libalgorithm-diff-xs-perl_0.04-8_arm64.deb ... #14 58.81 Unpacking libalgorithm-diff-xs-perl:arm64 (0.04-8) ... #14 58.84 Selecting previously unselected package libalgorithm-merge-perl. #14 58.84 Preparing to unpack .../193-libalgorithm-merge-perl_0.08-5_all.deb ... #14 58.84 Unpacking libalgorithm-merge-perl (0.08-5) ... #14 58.87 Selecting previously unselected package libaliased-perl. #14 58.87 Preparing to unpack .../194-libaliased-perl_0.34-3_all.deb ... #14 58.87 Unpacking libaliased-perl (0.34-3) ... #14 58.93 Selecting previously unselected package libapt-pkg-perl. #14 58.93 Preparing to unpack .../195-libapt-pkg-perl_0.1.40build3_arm64.deb ... #14 58.94 Unpacking libapt-pkg-perl (0.1.40build3) ... #14 58.97 Selecting previously unselected package libarchive-cpio-perl. #13 63.29 Setting up libglib2.0-data (2.66.8-1) ... #13 63.32 Setting up libtirpc-dev:armhf (1.3.1-1+deb11u1) ... #13 63.36 Setting up libjpeg62-turbo:armhf (1:2.0.6-4) ... #13 63.42 Setting up libx11-data (2:1.7.2-1+deb11u2) ... #14 60.04 Selecting previously unselected package cpp. #14 69.11 Setting up libjson-perl (4.04000-1) ... #14 69.12 Setting up libipc-run3-perl (0.048-2) ... #14 69.13 Setting up libsub-override-perl (0.09-2) ... #14 69.14 Setting up libaliased-perl (0.34-1.1) ... #14 69.15 Setting up python3-unidiff (0.5.5-2) ... #14 69.28 Setting up libstrictures-perl (2.000006-1) ... #14 69.30 Setting up libsub-quote-perl (2.006006-1) ... #14 69.31 Setting up libdevel-stacktrace-perl (2.0400-1) ... #14 69.35 Setting up libclass-xsaccessor-perl (1.19-3build9) ... #14 65.33 Preparing to unpack .../288-libnet-smtp-ssl-perl_1.04-2_all.deb ... #14 65.34 Unpacking libnet-smtp-ssl-perl (1.04-2) ... #14 65.37 Selecting previously unselected package libmailtools-perl. #14 65.37 Preparing to unpack .../289-libmailtools-perl_2.21-2_all.deb ... #14 65.38 Unpacking libmailtools-perl (2.21-2) ... #14 65.42 Selecting previously unselected package libmarkdown2:armhf. #14 65.42 Preparing to unpack .../290-libmarkdown2_2.2.7-2_armhf.deb ... #14 65.42 Unpacking libmarkdown2:armhf (2.2.7-2) ... #14 65.45 Selecting previously unselected package libmath-base85-perl. #14 65.45 Preparing to unpack .../291-libmath-base85-perl_0.5+dfsg-2_all.deb ... #14 65.46 Unpacking libmath-base85-perl (0.5+dfsg-2) ... #14 65.49 Selecting previously unselected package libmldbm-perl. #14 65.49 Preparing to unpack .../292-libmldbm-perl_2.05-4_all.deb ... #14 65.50 Unpacking libmldbm-perl (2.05-4) ... #14 65.53 Selecting previously unselected package libmoox-aliases-perl. #14 65.53 Preparing to unpack .../293-libmoox-aliases-perl_0.001006-2_all.deb ... #14 65.54 Unpacking libmoox-aliases-perl (0.001006-2) ... #14 65.57 Selecting previously unselected package libmouse-perl. #14 57.47 Preparing to unpack .../033-libxdmcp6_1%3a1.1.3-0ubuntu5_arm64.deb ... #14 57.47 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ... #14 57.52 Selecting previously unselected package libxcb1:arm64. #14 57.52 Preparing to unpack .../034-libxcb1_1.15-1_arm64.deb ... #14 57.52 Unpacking libxcb1:arm64 (1.15-1) ... #14 57.56 Selecting previously unselected package libx11-data. #14 57.56 Preparing to unpack .../035-libx11-data_2%3a1.8.4-2ubuntu0.3_all.deb ... #14 57.56 Unpacking libx11-data (2:1.8.4-2ubuntu0.3) ... #14 57.63 Selecting previously unselected package libx11-6:arm64. #14 57.64 Preparing to unpack .../036-libx11-6_2%3a1.8.4-2ubuntu0.3_arm64.deb ... #14 57.64 Unpacking libx11-6:arm64 (2:1.8.4-2ubuntu0.3) ... #14 57.68 Selecting previously unselected package libxext6:arm64. #14 57.68 Preparing to unpack .../037-libxext6_2%3a1.3.4-1build1_arm64.deb ... #14 57.68 Unpacking libxext6:arm64 (2:1.3.4-1build1) ... #14 57.72 Selecting previously unselected package libxmuu1:arm64. #14 57.72 Preparing to unpack .../038-libxmuu1_2%3a1.1.3-3_arm64.deb ... #14 57.72 Unpacking libxmuu1:arm64 (2:1.1.3-3) ... #14 57.76 Selecting previously unselected package man-db. #13 68.75 Setting up equivs (2.3.1) ... #13 68.77 Setting up g++ (4:12.2.0-3) ... #13 68.78 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #13 68.78 Setting up build-essential (12.9) ... #13 68.80 Setting up libmoox-aliases-perl (0.001006-2) ... #13 68.82 Setting up libb-hooks-endofscope-perl (0.26-1) ... #13 68.83 Setting up dput (1.1.3) ... #13 68.97 Setting up libnamespace-clean-perl (0.27-2) ... #13 68.98 Setting up libstring-license-perl (0.0.2-1) ... #13 69.00 Setting up licensecheck (3.3.5-1) ... #15 1.538 dpkg-buildpackage: info: source package docker-ce-build-deps #15 1.538 dpkg-buildpackage: info: source version 1.0 #15 1.538 dpkg-buildpackage: info: source distribution unstable #15 1.538 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #15 1.575 dpkg-buildpackage: info: host architecture amd64 #15 1.575 dpkg-source --before-build . #15 1.673 debian/rules clean #15 1.674 dh clean #15 1.751 dh_clean #15 1.783 debian/rules binary #16 7.864 Fetched 10.0 MB in 2s (4756 kB/s) #16 7.894 Selecting previously unselected package bash-completion. #16 7.894 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 25594 files and directories currently installed.) #16 7.909 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ... #16 7.921 Unpacking bash-completion (1:2.11-5ubuntu1) ... #16 8.047 Selecting previously unselected package libarchive13:amd64. #16 8.050 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_amd64.deb ... #16 8.059 Unpacking libarchive13:amd64 (3.6.0-1ubuntu1) ... #16 8.097 Selecting previously unselected package libjsoncpp25:amd64. #16 8.100 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_amd64.deb ... #16 8.104 Unpacking libjsoncpp25:amd64 (1.9.5-3) ... #16 8.144 Selecting previously unselected package librhash0:amd64. #16 8.146 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_amd64.deb ... #16 8.151 Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ... #14 56.22 Preparing to unpack .../194-libaliased-perl_0.34-1.1_all.deb ... #14 56.23 Unpacking libaliased-perl (0.34-1.1) ... #14 56.26 Selecting previously unselected package libapt-pkg-perl. #14 56.27 Preparing to unpack .../195-libapt-pkg-perl_0.1.40build2_arm64.deb ... #14 56.27 Unpacking libapt-pkg-perl (0.1.40build2) ... #14 56.31 Selecting previously unselected package libarchive-cpio-perl. #14 56.31 Preparing to unpack .../196-libarchive-cpio-perl_0.10-1.1_all.deb ... #14 56.31 Unpacking libarchive-cpio-perl (0.10-1.1) ... #14 56.36 Selecting previously unselected package libarray-intspan-perl. #14 56.36 Preparing to unpack .../197-libarray-intspan-perl_2.004-1_all.deb ... #14 56.36 Unpacking libarray-intspan-perl (2.004-1) ... #14 56.39 Selecting previously unselected package libmodule-implementation-perl. #14 56.39 Preparing to unpack .../198-libmodule-implementation-perl_0.09-1.1_all.deb ... #14 56.40 Unpacking libmodule-implementation-perl (0.09-1.1) ... #14 56.43 Selecting previously unselected package libsub-exporter-progressive-perl. #14 56.43 Preparing to unpack .../199-libsub-exporter-progressive-perl_0.001013-1_all.deb ... #14 56.44 Unpacking libsub-exporter-progressive-perl (0.001013-1) ... #14 56.47 Selecting previously unselected package libvariable-magic-perl. #14 56.47 Preparing to unpack .../200-libvariable-magic-perl_0.62-1build5_arm64.deb ... #14 56.48 Unpacking libvariable-magic-perl (0.62-1build5) ... #14 56.51 Selecting previously unselected package libb-hooks-endofscope-perl. #14 56.52 Preparing to unpack .../201-libb-hooks-endofscope-perl_0.25-1_all.deb ... #14 56.52 Unpacking libb-hooks-endofscope-perl (0.25-1) ... #14 56.57 Selecting previously unselected package libfreetype6:arm64. #14 56.57 Preparing to unpack .../202-libfreetype6_2.11.1+dfsg-1ubuntu0.2_arm64.deb ... #13 64.48 Setting up libmodule-runtime-perl (0.016-1) ... #13 64.49 Setting up libmailtools-perl (2.18-1) ... #13 64.51 Setting up libparse-debianchangelog-perl (1.2.0-13) ... #13 64.52 Setting up libxml-libxml-perl (2.0134+dfsg-1) ... #13 64.56 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #13 64.63 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #16 7.382 Selecting previously unselected package cmake. #16 7.386 Preparing to unpack .../06-cmake_3.25.1-1ubuntu1_amd64.deb ... #16 7.389 Unpacking cmake (3.25.1-1ubuntu1) ... #16 7.550 Selecting previously unselected package dh-apparmor. + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz + /usr/bin/tar -xof - #20 exporting layers 5.3s done #20 writing image sha256:249bd869f82a5a86fe8659e7547ed36e23aa12fc0efbfc03e4a512739ddbc110 done #20 naming to docker.io/debbuild-raspbian-bullseye/aarch64 done #20 DONE 5.3s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/raspbian-bullseye:/build debbuild-raspbian-bullseye/aarch64 #14 63.25 Setting up libref-util-perl (0.204-1) ... #14 63.26 Setting up libipc-system-simple-perl (1.26-1) ... #14 63.28 Setting up libnet-domain-tld-perl (1.75-1) ... #14 63.29 Setting up libxml-writer-perl (0.625-1) ... #14 63.30 Setting up libhash-fieldhash-perl (0.15-1build2) ... #14 63.32 Setting up libnet-libidn-perl (0.12.ds-3build2) ... #14 63.33 Setting up shared-mime-info (1.15-1) ... #14 69.04 Setting up liberror-perl (0.17029-1) ... #14 69.05 Setting up patchutils (0.3.4-2) ... #14 69.06 Setting up libmail-sendmail-perl (0.80-1) ... #14 69.07 Setting up libltdl-dev:armhf (2.4.6-14) ... #14 69.09 Setting up libjson-maybexs-perl (1.004000-1) ... #14 69.10 Setting up libxml-sax-base-perl (1.09-1) ... #14 69.11 Setting up libio-string-perl (1.08-3) ... #14 69.12 Setting up libreadonly-perl (2.050-2) ... #14 69.13 Setting up python3-chardet (3.0.4-4build1) ... #14 58.97 Preparing to unpack .../196-libarchive-cpio-perl_0.10-3_all.deb ... #14 58.98 Unpacking libarchive-cpio-perl (0.10-3) ... #14 59.01 Selecting previously unselected package libarray-intspan-perl. #14 59.01 Preparing to unpack .../197-libarray-intspan-perl_2.004-2_all.deb ... #14 59.01 Unpacking libarray-intspan-perl (2.004-2) ... #14 59.05 Selecting previously unselected package libmodule-implementation-perl. #14 59.05 Preparing to unpack .../198-libmodule-implementation-perl_0.09-2_all.deb ... #14 59.05 Unpacking libmodule-implementation-perl (0.09-2) ... #14 59.08 Selecting previously unselected package libsub-exporter-progressive-perl. #14 59.08 Preparing to unpack .../199-libsub-exporter-progressive-perl_0.001013-3_all.deb ... #14 59.08 Unpacking libsub-exporter-progressive-perl (0.001013-3) ... #14 59.12 Selecting previously unselected package libvariable-magic-perl. #14 59.12 Preparing to unpack .../200-libvariable-magic-perl_0.63-1_arm64.deb ... #14 59.12 Unpacking libvariable-magic-perl (0.63-1) ... #14 59.15 Selecting previously unselected package libb-hooks-endofscope-perl. #14 59.15 Preparing to unpack .../201-libb-hooks-endofscope-perl_0.26-1_all.deb ... #14 59.16 Unpacking libb-hooks-endofscope-perl (0.26-1) ... #14 59.19 Selecting previously unselected package libberkeleydb-perl:arm64. #13 63.59 Setting up make (4.3-4.1) ... #13 63.70 Setting up libmpfr6:armhf (4.1.0-3) ... #14 60.04 Preparing to unpack .../083-cpp_4%3a9.3.0-1ubuntu2_arm64.deb ... #14 60.05 Unpacking cpp (4:9.3.0-1ubuntu2) ... #14 60.10 Selecting previously unselected package libcc1-0:arm64. #14 60.10 Preparing to unpack .../084-libcc1-0_10.5.0-1ubuntu1~20.04_arm64.deb ... #14 60.11 Unpacking libcc1-0:arm64 (10.5.0-1ubuntu1~20.04) ... #14 60.15 Selecting previously unselected package libgomp1:arm64. #14 60.15 Preparing to unpack .../085-libgomp1_10.5.0-1ubuntu1~20.04_arm64.deb ... #14 60.16 Unpacking libgomp1:arm64 (10.5.0-1ubuntu1~20.04) ... #14 60.23 Selecting previously unselected package libitm1:arm64. #14 60.23 Preparing to unpack .../086-libitm1_10.5.0-1ubuntu1~20.04_arm64.deb ... #14 60.24 Unpacking libitm1:arm64 (10.5.0-1ubuntu1~20.04) ... #14 60.27 Selecting previously unselected package libatomic1:arm64. #14 69.36 Setting up libsort-versions-perl (1.62-1) ... #14 69.37 Setting up libexporter-tiny-perl (1.002002-1) ... #14 69.39 Setting up libre-engine-re2-perl:armhf (0.14-1build2) ... #14 69.40 Setting up libfile-dirlist-perl (0.05-2) ... #14 69.41 Setting up libterm-readkey-perl (2.38-1build4) ... #14 69.42 Setting up lsb-release (11.1.0ubuntu4) ... #14 69.44 Setting up python3-magic (2:0.4.24-2) ... #14 69.57 Setting up libtext-levenshteinxs-perl (0.03-4build10) ... #14 69.59 Setting up libperlio-gzip-perl (0.19-1build8) ... #14 69.60 Setting up libsys-hostname-long-perl (1.5-2) ... #14 65.57 Preparing to unpack .../294-libmouse-perl_2.5.10-1build5_armhf.deb ... #14 65.58 Unpacking libmouse-perl (2.5.10-1build5) ... #14 65.62 Selecting previously unselected package libxs-parse-keyword-perl. #14 65.62 Preparing to unpack .../295-libxs-parse-keyword-perl_0.33-1_armhf.deb ... #14 65.62 Unpacking libxs-parse-keyword-perl (0.33-1) ... #14 65.66 Selecting previously unselected package libxs-parse-sublike-perl:armhf. #14 65.66 Preparing to unpack .../296-libxs-parse-sublike-perl_0.16-1ubuntu3_armhf.deb ... #14 65.67 Unpacking libxs-parse-sublike-perl:armhf (0.16-1ubuntu3) ... #14 65.70 Selecting previously unselected package libobject-pad-perl. #14 65.70 Preparing to unpack .../297-libobject-pad-perl_0.78-1_armhf.deb ... #14 65.71 Unpacking libobject-pad-perl (0.78-1) ... #14 65.74 Selecting previously unselected package libpackage-stash-xs-perl:armhf. #14 65.74 Preparing to unpack .../298-libpackage-stash-xs-perl_0.30-1build1_armhf.deb ... #14 65.75 Unpacking libpackage-stash-xs-perl:armhf (0.30-1build1) ... #14 65.79 Selecting previously unselected package libpath-iterator-rule-perl. #14 65.79 Preparing to unpack .../299-libpath-iterator-rule-perl_1.015-2_all.deb ... #14 65.79 Unpacking libpath-iterator-rule-perl (1.015-2) ... #14 57.76 Preparing to unpack .../039-man-db_2.11.2-1_arm64.deb ... #14 57.77 Unpacking man-db (2.11.2-1) ... #14 57.82 Selecting previously unselected package manpages. #14 57.82 Preparing to unpack .../040-manpages_6.03-1_all.deb ... #14 57.83 Unpacking manpages (6.03-1) ... #14 57.87 Selecting previously unselected package openssh-client. #14 57.88 Preparing to unpack .../041-openssh-client_1%3a9.0p1-1ubuntu8.7_arm64.deb ... #14 57.88 Unpacking openssh-client (1:9.0p1-1ubuntu8.7) ... #14 57.93 Selecting previously unselected package publicsuffix. #14 57.93 Preparing to unpack .../042-publicsuffix_20230209.2326-1_all.deb ... #14 57.94 Unpacking publicsuffix (20230209.2326-1) ... #14 57.98 Selecting previously unselected package libunwind8:arm64. #13 69.02 Setting up libgitlab-api-v4-perl (0.26-3) ... #13 69.06 Setting up liblwp-protocol-https-perl (6.10-1) ... #13 69.08 Setting up libwww-perl (6.68-1) ... #13 69.10 Setting up libhtml-tokeparser-simple-perl (3.16-4) ... #13 69.12 Setting up libwww-mechanize-perl (2.16-1) ... #13 69.14 Setting up devscripts (2.23.4+deb12u1) ... #15 1.784 dh binary #15 1.850 dh_update_autotools_config #15 1.878 dh_autoreconf #15 1.919 create-stamp debian/debhelper-build-stamp #15 1.919 dh_prep #15 1.946 dh_auto_install --destdir=debian/docker-ce-build-deps/ #15 1.996 dh_install #15 2.028 dh_installdocs #16 8.188 Selecting previously unselected package libuv1:amd64. #16 8.190 Preparing to unpack .../04-libuv1_1.43.0-1_amd64.deb ... #16 8.195 Unpacking libuv1:amd64 (1.43.0-1) ... #16 8.229 Selecting previously unselected package dh-elpa-helper. #16 8.232 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ... #16 8.236 Unpacking dh-elpa-helper (2.0.9ubuntu1) ... #16 8.293 Selecting previously unselected package emacsen-common. #14 56.58 Unpacking libfreetype6:arm64 (2.11.1+dfsg-1ubuntu0.2) ... #14 56.62 Selecting previously unselected package libfontconfig1:arm64. #14 56.63 Preparing to unpack .../203-libfontconfig1_2.13.1-4.2ubuntu5_arm64.deb ... #14 56.63 Unpacking libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ... #14 56.68 Selecting previously unselected package libjpeg-turbo8:arm64. #14 56.68 Preparing to unpack .../204-libjpeg-turbo8_2.1.2-0ubuntu1_arm64.deb ... #14 56.69 Unpacking libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ... #14 56.72 Selecting previously unselected package libjpeg8:arm64. #14 56.72 Preparing to unpack .../205-libjpeg8_8c-2ubuntu10_arm64.deb ... #14 56.73 Unpacking libjpeg8:arm64 (8c-2ubuntu10) ... #14 56.77 Selecting previously unselected package libdeflate0:arm64. #14 56.77 Preparing to unpack .../206-libdeflate0_1.10-2_arm64.deb ... #14 56.78 Unpacking libdeflate0:arm64 (1.10-2) ... #14 56.82 Selecting previously unselected package libjbig0:arm64. #13 64.69 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 64.82 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 64.91 Setting up libconst-fast-perl (0.014-1) ... #13 64.92 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ... #13 64.93 Setting up libmodule-implementation-perl (0.09-1) ... #13 64.94 Setting up libemail-valid-perl (1.202-1) ... #13 64.96 Setting up libcgi-fast-perl (1:2.13-1) ... #13 64.97 Setting up libpackage-stash-perl (0.38-1) ... #13 64.98 Setting up libimport-into-perl (1.002005-1) ... #13 64.99 Setting up libmoo-perl (2.003004-2) ... #13 65.01 Setting up libmime-tools-perl (5.509-1) ... #13 65.01 Setting up libxml-simple-perl (2.25-1) ... #13 65.03 Setting up libparams-validate-perl (1.29-1+b1) ... #14 68.19 Setting up libxpm4:armhf (1:3.5.12-1.1ubuntu1) ... #14 68.20 Setting up openssh-client (1:9.3p1-1ubuntu3.2) ... #14 68.35 Setting up gpgsm (2.2.40-1.1ubuntu1) ... #16 7.553 Preparing to unpack .../07-dh-apparmor_3.0.8-1ubuntu2.1_all.deb ... #16 7.558 Unpacking dh-apparmor (3.0.8-1ubuntu2.1) ... #16 7.591 Selecting previously unselected package libseccomp-dev:amd64. #16 7.594 Preparing to unpack .../08-libseccomp-dev_2.5.4-1ubuntu3_amd64.deb ... #16 7.598 Unpacking libseccomp-dev:amd64 (2.5.4-1ubuntu3) ... #16 7.628 Selecting previously unselected package libsystemd-dev:amd64. #16 7.631 Preparing to unpack .../09-libsystemd-dev_252.5-2ubuntu3.2_amd64.deb ... #16 7.635 Unpacking libsystemd-dev:amd64 (252.5-2ubuntu3.2) ... #16 7.687 Selecting previously unselected package libpkgconf3:amd64. #16 7.690 Preparing to unpack .../10-libpkgconf3_1.8.1-1ubuntu2_amd64.deb ... #16 7.693 Unpacking libpkgconf3:amd64 (1.8.1-1ubuntu2) ... #16 7.722 Selecting previously unselected package pkgconf-bin. #16 7.725 Preparing to unpack .../11-pkgconf-bin_1.8.1-1ubuntu2_amd64.deb ... #16 7.729 Unpacking pkgconf-bin (1.8.1-1ubuntu2) ... #16 7.762 Selecting previously unselected package pkgconf:amd64. #16 7.765 Preparing to unpack .../12-pkgconf_1.8.1-1ubuntu2_amd64.deb ... #16 7.769 Unpacking pkgconf:amd64 (1.8.1-1ubuntu2) ... #16 7.809 Selecting previously unselected package pkg-config:amd64. #15 3.444 (1/92): autoconf-2.71-5.fc38.noarch.rpm 2.9 MB/s | 733 kB 00:00 + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . #13 65.70 Setting up libgpgme11:armhf (1.12.0-6) ... #13 65.71 Setting up gcc (4:8.3.0-1) ... #13 65.74 Setting up python3-six (1.12.0-1) ... #13 65.87 Setting up dirmngr (2.2.12-1+deb10u2) ... #13 65.89 Setting up perl (5.28.1-6+deb10u1) ... #13 65.92 Setting up libpackage-stash-xs-perl (0.29-1) ... #13 65.93 Setting up python3-gpg (1.12.0-6) ... #13 66.10 Setting up libdata-dump-perl (1.23-1) ... #13 66.11 Setting up python3-certifi (2018.8.24-1) ... #13 66.23 Setting up libdigest-hmac-perl (1.03+dfsg-2) ... #13 66.25 Setting up libref-util-perl (0.204-1) ... #13 66.26 Setting up libipc-system-simple-perl (1.25-4) ... #13 66.27 Setting up libnet-domain-tld-perl (1.75-1) ... #13 66.28 Setting up libnet-libidn-perl (0.12.ds-3+b1) ... #13 66.29 Setting up libvariable-magic-perl (0.62-1+b1) ... #13 66.30 Setting up python3-idna (2.6-1) ... #13 66.47 Setting up libio-html-perl (1.001-1) ... #13 66.49 Setting up libb-hooks-op-check-perl (0.22-1+b1) ... #13 66.49 Setting up libtest-refcount-perl (0.08-3) ... #13 66.51 Setting up libparams-util-perl (1.07-3+b4) ... #13 66.52 Setting up libdpkg-perl (1.19.8) ... #13 66.54 Setting up autoconf (2.69-11) ... #13 66.55 Setting up python3-urllib3 (1.24.1-1+deb10u2) ... #13 66.72 Setting up libsub-exporter-progressive-perl (0.001013-1) ... #13 66.73 Setting up libcapture-tiny-perl (0.48-1) ... #13 66.74 Setting up libtimedate-perl (2.3000-2+deb10u1) ... #13 66.76 Setting up gpg-wks-server (2.2.12-1+deb10u2) ... #13 66.77 Setting up libsub-name-perl (0.21-1+b3) ... #13 66.78 Setting up libtype-tiny-xs-perl (0.014-1+b1) ... #13 66.79 Setting up g++-8 (8.3.0-6) ... #13 66.80 Setting up libfile-chdir-perl (0.1008-1) ... #13 66.81 Setting up xauth (1:1.0.10-1) ... #13 66.82 Setting up libpath-tiny-perl (0.108-1) ... #13 66.84 Setting up libarchive-cpio-perl (0.10-1) ... #13 66.85 Setting up libjson-perl (4.02000-1) ... #13 66.86 Setting up libfcgi-perl (0.78-2+b3) ... #13 66.87 Setting up libdevel-globaldestruction-perl (0.14-1) ... #13 66.88 Setting up python3-unidiff (0.5.4-1) ... #13 67.01 Setting up libstrictures-perl (2.000005-1) ... #13 67.02 Setting up libsub-quote-perl (2.005001-1) ... #13 67.03 Setting up libclass-xsaccessor-perl (1.19-3+b2) ... #13 67.04 Setting up libsort-versions-perl (1.62-1) ... #13 67.06 Setting up libexporter-tiny-perl (1.002001-1) ... #13 67.07 Setting up libterm-readkey-perl (2.38-1) ... #13 67.08 Setting up lsb-release (10.2019051400) ... #13 67.09 Setting up libclass-accessor-perl (0.51-1) ... #13 67.10 Setting up libnet-ip-perl (1.26-2) ... #13 67.11 Setting up python3-magic (2:0.4.15-2) ... #13 67.24 Setting up libperlio-gzip-perl (0.19-1+b5) ... #13 67.26 Setting up libsys-hostname-long-perl (1.5-1) ... #13 67.27 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ... #13 67.28 Setting up liburi-perl (1.76-1) ... #13 67.30 Setting up exim4-daemon-light (4.92-8+deb10u9) ... #13 67.38 invoke-rc.d: could not determine current runlevel #13 67.38 invoke-rc.d: policy-rc.d denied execution of start. #13 67.38 Initializing GnuTLS DH parameter file #13 67.41 Setting up libmailutils5:armhf (1:3.5-4) ... #14 69.37 Setting up libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... #14 69.38 Setting up libfile-find-rule-perl (0.34-1) ... #14 69.39 Setting up libstring-copyright-perl (0.003006-1) ... #14 69.41 Setting up python3-debian (0.1.36ubuntu1.1) ... #15 7.779 Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 1/1 #15 7.936 Preparing : 1/1 #15 7.988 Upgrading : libgcc-13.2.1-6.fc39.aarch64 1/100 #15 7.994 Running scriptlet: libgcc-13.2.1-6.fc39.aarch64 1/100 #15 8.023 Upgrading : systemd-libs-254.7-1.fc39.aarch64 2/100 #15 8.030 Installing : perl-File-Find-1.43-502.fc39.noarch 3/100 #14 59.19 Preparing to unpack .../202-libberkeleydb-perl_0.64-2_arm64.deb ... #14 59.19 Unpacking libberkeleydb-perl:arm64 (0.64-2) ... #14 59.23 Selecting previously unselected package libfreetype6:arm64. #14 59.23 Preparing to unpack .../203-libfreetype6_2.13.1+dfsg-1_arm64.deb ... #14 59.23 Unpacking libfreetype6:arm64 (2.13.1+dfsg-1) ... #14 59.27 Selecting previously unselected package libfontconfig1:arm64. #14 59.27 Preparing to unpack .../204-libfontconfig1_2.14.2-4ubuntu1_arm64.deb ... #14 59.27 Unpacking libfontconfig1:arm64 (2.14.2-4ubuntu1) ... #14 59.31 Selecting previously unselected package libjpeg-turbo8:arm64. #14 59.32 Preparing to unpack .../205-libjpeg-turbo8_2.1.5-2ubuntu1_arm64.deb ... #14 59.32 Unpacking libjpeg-turbo8:arm64 (2.1.5-2ubuntu1) ... #14 59.35 Selecting previously unselected package libjpeg8:arm64. #14 59.35 Preparing to unpack .../206-libjpeg8_8c-2ubuntu11_arm64.deb ... #14 59.36 Unpacking libjpeg8:arm64 (8c-2ubuntu11) ... #14 59.39 Selecting previously unselected package libdeflate0:arm64. #14 59.39 Preparing to unpack .../207-libdeflate0_1.18-1_arm64.deb ... #14 59.40 Unpacking libdeflate0:arm64 (1.18-1) ... #14 59.44 Selecting previously unselected package libjbig0:arm64. #13 63.85 Setting up gnupg-l10n (2.2.27-2+deb11u2) ... #13 64.01 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ... #13 64.09 Setting up lzip (1.22-3) ... #14 60.27 Preparing to unpack .../087-libatomic1_10.5.0-1ubuntu1~20.04_arm64.deb ... #14 60.28 Unpacking libatomic1:arm64 (10.5.0-1ubuntu1~20.04) ... #14 60.32 Selecting previously unselected package libasan5:arm64. #14 60.32 Preparing to unpack .../088-libasan5_9.4.0-1ubuntu1~20.04.2_arm64.deb ... #14 60.33 Unpacking libasan5:arm64 (9.4.0-1ubuntu1~20.04.2) ... #14 60.58 Selecting previously unselected package liblsan0:arm64. #14 69.61 Setting up libhtml-html5-entities-perl (0.004-1.1) ... #14 69.62 Setting up libsereal-decoder-perl (4.023+ds-1) ... #14 69.64 Setting up liburi-perl (5.10-1) ... #14 69.65 Setting up libnet-ipv6addr-perl (1.02-1) ... #14 69.66 Setting up libfile-touch-perl (0.12-1) ... #14 69.67 Setting up libc-devtools (2.35-0ubuntu3.6) ... #14 69.68 Setting up libemail-address-xs-perl (1.04-1build6) ... #14 69.69 Setting up libnet-ssleay-perl:armhf (1.92-1build2) ... #14 69.70 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... #14 65.87 Selecting previously unselected package libperlio-gzip-perl. #14 65.87 Preparing to unpack .../300-libperlio-gzip-perl_0.20-1build1_armhf.deb ... #14 65.87 Unpacking libperlio-gzip-perl (0.20-1build1) ... #14 65.91 Selecting previously unselected package libperlio-utf8-strict-perl. #14 65.91 Preparing to unpack .../301-libperlio-utf8-strict-perl_0.010-1_armhf.deb ... #14 65.92 Unpacking libperlio-utf8-strict-perl (0.010-1) ... #14 65.96 Selecting previously unselected package libpod-parser-perl. #14 65.96 Preparing to unpack .../302-libpod-parser-perl_1.65-1_all.deb ... #14 65.97 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #14 65.99 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #14 65.99 Unpacking libpod-parser-perl (1.65-1) ... #14 66.03 Selecting previously unselected package libpod-constants-perl. #14 66.03 Preparing to unpack .../303-libpod-constants-perl_0.19-2_all.deb ... #14 66.04 Unpacking libpod-constants-perl (0.19-2) ... #14 66.07 Selecting previously unselected package libproc-processtable-perl:armhf. #14 57.98 Preparing to unpack .../043-libunwind8_1.6.2-3_arm64.deb ... #14 57.98 Unpacking libunwind8:arm64 (1.6.2-3) ... #14 58.02 Selecting previously unselected package strace. #14 58.02 Preparing to unpack .../044-strace_6.2-0ubuntu1_arm64.deb ... #14 58.02 Unpacking strace (6.2-0ubuntu1) ... #14 58.06 Selecting previously unselected package xauth. #14 58.07 Preparing to unpack .../045-xauth_1%3a1.1.2-1_arm64.deb ... #14 58.07 Unpacking xauth (1:1.1.2-1) ... #14 58.10 Selecting previously unselected package xz-utils. #14 58.10 Preparing to unpack .../046-xz-utils_5.4.1-0.2_arm64.deb ... #14 58.11 Unpacking xz-utils (5.4.1-0.2) ... #14 58.18 Selecting previously unselected package m4. #14 58.18 Preparing to unpack .../047-m4_1.4.19-3_arm64.deb ... #14 58.19 Unpacking m4 (1.4.19-3) ... #14 58.22 Selecting previously unselected package autoconf. #15 2.065 dh_installchangelogs #15 2.148 dh_perl #15 2.183 dh_link #15 2.216 dh_strip_nondeterminism #15 2.278 dh_compress #13 69.31 Setting up libxml-parser-perl (2.46-4) ... #13 69.33 Setting up lintian (2.116.3) ... #13 69.34 Setting up libxml-sax-expat-perl (0.51-2) ... #13 69.39 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #13 69.44 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #16 8.295 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ... #16 8.306 Unpacking emacsen-common (3.0.4) ... #16 8.352 Selecting previously unselected package cmake-data. #16 8.355 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1.22.04.1_all.deb ... #16 8.363 Unpacking cmake-data (3.22.1-1ubuntu1.22.04.1) ... #16 8.702 Selecting previously unselected package cmake. #14 56.82 Preparing to unpack .../207-libjbig0_2.1-3.1ubuntu0.22.04.1_arm64.deb ... #14 56.82 Unpacking libjbig0:arm64 (2.1-3.1ubuntu0.22.04.1) ... #14 56.86 Selecting previously unselected package libwebp7:arm64. #14 56.87 Preparing to unpack .../208-libwebp7_1.2.2-2ubuntu0.22.04.2_arm64.deb ... #14 56.87 Unpacking libwebp7:arm64 (1.2.2-2ubuntu0.22.04.2) ... #14 56.91 Selecting previously unselected package libtiff5:arm64. #14 56.91 Preparing to unpack .../209-libtiff5_4.3.0-6ubuntu0.7_arm64.deb ... #14 56.92 Unpacking libtiff5:arm64 (4.3.0-6ubuntu0.7) ... #14 56.97 Selecting previously unselected package libxpm4:arm64. #14 56.97 Preparing to unpack .../210-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_arm64.deb ... #14 56.97 Unpacking libxpm4:arm64 (1:3.5.12-1ubuntu0.22.04.2) ... #14 57.02 Selecting previously unselected package libgd3:arm64. #14 57.02 Preparing to unpack .../211-libgd3_2.3.0-2ubuntu2_arm64.deb ... #13 65.04 Setting up libb-hooks-endofscope-perl (0.24-1) ... #13 65.05 Setting up lintian (2.15.0) ... #13 65.07 Setting up libnamespace-clean-perl (0.27-1) ... #13 65.08 Setting up libgetopt-long-descriptive-perl (0.103-2) ... #13 65.09 Setting up licensecheck (3.0.31-3) ... #13 65.10 Setting up libgitlab-api-v4-perl (0.16-1) ... #13 65.12 Setting up liblwp-protocol-https-perl (6.07-2) ... #13 65.13 Setting up libwww-perl (6.36-2) ... #14 68.36 Setting up libxext6:armhf (2:1.3.4-1build1) ... #14 68.37 Setting up libcurl3-gnutls:armhf (8.2.1-1ubuntu3.2) ... #14 68.39 Setting up binutils (2.41-5ubuntu1) ... #14 68.40 Setting up man-db (2.11.2-3) ... #14 68.50 Building database of manual pages ... #39 2.239 Fetched 9185 kB in 2s (4678 kB/s) #39 2.239 Reading package lists... #39 ... #40 [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 pkg-config #40 1.653 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #40 1.667 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] #40 1.667 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #40 1.736 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB] #40 1.888 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [12.7 kB] #40 1.921 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB] #40 3.499 Fetched 9185 kB in 2s (4388 kB/s) #40 3.499 Reading package lists... #40 4.857 Hit:1 http://deb.debian.org/debian bookworm InRelease #40 4.857 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #40 4.857 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #40 5.028 Reading package lists... #40 5.891 + apt-get install -y --no-install-recommends gcc libc6-dev pkg-config #40 5.897 Reading package lists... #40 6.783 Building dependency tree... #40 7.367 gcc is already the newest version (4:12.2.0-3). #40 7.367 libc6-dev is already the newest version (2.36-9+deb12u3). #40 7.367 pkg-config is already the newest version (1.8.1-1). #40 7.367 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. #40 DONE 7.9s #22 [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 pkg-config #22 5.303 Reading package lists... #22 5.980 + apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config #22 5.986 Reading package lists... #22 6.766 Building dependency tree... #22 7.278 gcc is already the newest version (4:12.2.0-3). #22 7.278 pkg-config is already the newest version (1.8.1-1). #22 7.278 The following additional packages will be installed: #22 7.278 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev #22 7.278 libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin #22 7.279 libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev #22 7.279 libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 #22 7.280 libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev #22 7.280 python3-distutils python3-lib2to3 uuid-dev zlib1g-dev #22 7.282 Suggested packages: #22 7.282 libgcrypt20-doc low-memory-monitor libgirepository1.0-dev libglib2.0-doc #22 7.282 libgdk-pixbuf2.0-bin libxml2-utils #22 7.282 Recommended packages: #22 7.282 shared-mime-info xdg-user-dirs #22 7.628 The following NEW packages will be installed: #22 7.628 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1 #22 7.629 libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin #22 7.629 libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev #22 7.629 libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 #22 7.630 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol-dev #22 7.630 python3-distutils python3-lib2to3 uuid-dev zlib1g-dev #22 7.907 0 upgraded, 29 newly installed, 0 to remove and 0 not upgraded. #22 7.907 Need to get 9413 kB of archives. #22 7.907 After this operation, 45.4 MB of additional disk space will be used. #22 7.907 Get:1 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.6-2 [1398 kB] #22 7.934 Get:2 http://deb.debian.org/debian bookworm/main amd64 libgirepository-1.0-1 amd64 1.74.0-3 [101 kB] #22 7.936 Get:3 http://deb.debian.org/debian bookworm/main amd64 gir1.2-glib-2.0 amd64 1.74.0-3 [159 kB] #22 7.938 Get:4 http://deb.debian.org/debian bookworm/main amd64 libsecret-common all 0.20.5-3 [28.5 kB] #22 7.938 Get:5 http://deb.debian.org/debian bookworm/main amd64 libsecret-1-0 amd64 0.20.5-3 [115 kB] #22 7.955 Get:6 http://deb.debian.org/debian bookworm/main amd64 gir1.2-secret-1 amd64 0.20.5-3 [13.5 kB] #22 7.958 Get:7 http://deb.debian.org/debian bookworm/main amd64 uuid-dev amd64 2.38.1-5+b1 [39.9 kB] #22 7.958 Get:8 http://deb.debian.org/debian bookworm/main amd64 libblkid-dev amd64 2.38.1-5+b1 [179 kB] #22 7.958 Get:9 http://deb.debian.org/debian bookworm/main amd64 libbtrfs0 amd64 6.2-1 [35.0 kB] #22 7.962 Get:10 http://deb.debian.org/debian bookworm/main amd64 libbtrfs-dev amd64 6.2-1 [70.6 kB] #22 7.964 Get:11 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB] #22 7.975 Get:12 http://deb.debian.org/debian bookworm/main amd64 libffi-dev amd64 3.4.4-1 [59.4 kB] #22 7.975 Get:13 http://deb.debian.org/debian bookworm/main amd64 libgpg-error-dev amd64 1.46-1 [133 kB] #22 7.987 Get:14 http://deb.debian.org/debian bookworm/main amd64 libgcrypt20-dev amd64 1.10.1-3 [752 kB] #22 7.989 Get:15 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-data all 2.74.6-2 [1207 kB] #22 8.004 Get:16 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-bin amd64 2.74.6-2 [110 kB] #22 8.008 Get:17 http://deb.debian.org/debian bookworm/main amd64 python3-lib2to3 all 3.11.2-3 [76.3 kB] #22 8.009 Get:18 http://deb.debian.org/debian bookworm/main amd64 python3-distutils all 3.11.2-3 [131 kB] #22 8.013 Get:19 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-dev-bin amd64 2.74.6-2 [151 kB] #22 8.015 Get:20 http://deb.debian.org/debian bookworm/main amd64 libsepol-dev amd64 3.4-2.1 [351 kB] #22 8.022 Get:21 http://deb.debian.org/debian bookworm/main amd64 libpcre2-16-0 amd64 10.42-1 [245 kB] #22 8.024 Get:22 http://deb.debian.org/debian bookworm/main amd64 libpcre2-32-0 amd64 10.42-1 [234 kB] #22 8.027 Get:23 http://deb.debian.org/debian bookworm/main amd64 libpcre2-posix3 amd64 10.42-1 [55.4 kB] #22 8.028 Get:24 http://deb.debian.org/debian bookworm/main amd64 libpcre2-dev amd64 10.42-1 [753 kB] #22 8.036 Get:25 http://deb.debian.org/debian bookworm/main amd64 libselinux1-dev amd64 3.4-1+b6 [157 kB] #22 8.038 Get:26 http://deb.debian.org/debian bookworm/main amd64 libmount-dev amd64 2.38.1-5+b1 [22.5 kB] #22 8.038 Get:27 http://deb.debian.org/debian bookworm/main amd64 zlib1g-dev amd64 1:1.2.13.dfsg-1 [916 kB] #22 8.048 Get:28 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-dev amd64 2.74.6-2 [1601 kB] #22 8.069 Get:29 http://deb.debian.org/debian bookworm/main amd64 libsecret-1-dev amd64 0.20.5-3 [144 kB] #16 7.812 Preparing to unpack .../13-pkg-config_1.8.1-1ubuntu2_amd64.deb ... #16 7.817 Unpacking pkg-config:amd64 (1.8.1-1ubuntu2) ... #16 7.886 Setting up libseccomp-dev:amd64 (2.5.4-1ubuntu3) ... #16 7.900 Setting up libarchive13:amd64 (3.6.2-1ubuntu1) ... #16 7.911 Setting up libpkgconf3:amd64 (1.8.1-1ubuntu2) ... #16 7.923 Setting up libuv1:amd64 (1.44.2-1) ... #16 7.932 Setting up bash-completion (1:2.11-6ubuntu1) ... #16 7.954 Setting up libjsoncpp25:amd64 (1.9.5-4) ... #16 7.966 Setting up pkgconf-bin (1.8.1-1ubuntu2) ... #16 7.978 Setting up librhash0:amd64 (1.4.3-3) ... #16 7.987 Setting up cmake-data (3.25.1-1ubuntu1) ... #16 8.000 Setting up dh-apparmor (3.0.8-1ubuntu2.1) ... #16 8.009 Setting up libsystemd-dev:amd64 (252.5-2ubuntu3.2) ... #16 8.024 Setting up pkgconf:amd64 (1.8.1-1ubuntu2) ... #15 3.452 (2/92): checkpolicy-3.5-1.fc38.x86_64.rpm 1.3 MB/s | 349 kB 00:00 #15 3.459 (3/92): automake-1.16.5-11.fc38.noarch.rpm 2.6 MB/s | 697 kB 00:00 #15 3.464 (4/92): dbus-broker-33-1.fc38.x86_64.rpm 15 MB/s | 173 kB 00:00 #15 3.471 (5/92): cryptsetup-libs-2.6.1-1.fc38.x86_64.rpm 18 MB/s | 492 kB 00:00 #15 3.474 (6/92): device-mapper-1.02.189-2.fc38.x86_64.rp 9.5 MB/s | 139 kB 00:00 #15 3.479 (7/92): device-mapper-libs-1.02.189-2.fc38.x86_ 13 MB/s | 176 kB 00:00 #15 3.484 (8/92): gc-8.2.2-3.fc38.x86_64.rpm 12 MB/s | 110 kB 00:00 #15 3.489 (9/92): jsoncpp-1.9.5-4.fc38.x86_64.rpm 9.7 MB/s | 97 kB 00:00 #15 3.496 (10/92): kmod-libs-30-4.fc38.x86_64.rpm 6.8 MB/s | 68 kB 00:00 #15 3.503 (11/92): libargon2-20190702-2.fc38.x86_64.rpm 2.6 MB/s | 28 kB 00:00 #15 3.508 (12/92): libcbor-0.7.0-9.fc38.x86_64.rpm 6.3 MB/s | 56 kB 00:00 #15 3.545 (13/92): guile22-2.2.7-7.fc38.x86_64.rpm 94 MB/s | 6.5 MB 00:00 #15 3.548 (14/92): libedit-3.1-45.20221030cvs.fc38.x86_64 2.5 MB/s | 107 kB 00:00 #15 3.552 (15/92): libfdisk-2.38.1-4.fc38.x86_64.rpm 3.7 MB/s | 161 kB 00:00 #15 3.557 (16/92): libfido2-1.12.0-3.fc38.x86_64.rpm 12 MB/s | 97 kB 00:00 #15 3.559 (17/92): libmpc-1.3.1-2.fc38.x86_64.rpm 6.5 MB/s | 70 kB 00:00 #15 3.562 (18/92): libseccomp-2.5.3-4.fc38.x86_64.rpm 7.5 MB/s | 71 kB 00:00 #15 3.566 (19/92): libseccomp-devel-2.5.3-4.fc38.x86_64.r 9.7 MB/s | 60 kB 00:00 #15 3.570 (20/92): libselinux-devel-3.5-1.fc38.x86_64.rpm 14 MB/s | 151 kB 00:00 #15 3.573 (21/92): libselinux-utils-3.5-1.fc38.x86_64.rpm 15 MB/s | 160 kB 00:00 #15 3.577 (22/92): libsepol-devel-3.5-1.fc38.x86_64.rpm 4.9 MB/s | 49 kB 00:00 #15 3.640 (23/92): libtool-ltdl-2.4.7-6.fc38.x86_64.rpm 558 kB/s | 37 kB 00:00 #15 3.647 (24/92): libtool-2.4.7-6.fc38.x86_64.rpm 8.0 MB/s | 601 kB 00:00 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Ac2ps0 + umask 022 + cd /root/rpmbuild/BUILD + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + GO111MODULE=on + CGO_ENABLED=0 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx #15 9.909 Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 1/1 #15 10.04 Preparing : 1/1 #15 10.10 Upgrading : libgcc-13.2.1-6.fc39.x86_64 1/98 #15 10.10 Running scriptlet: libgcc-13.2.1-6.fc39.x86_64 1/98 #15 10.13 Upgrading : systemd-libs-254.7-1.fc39.x86_64 2/98 #15 10.14 Installing : perl-File-Find-1.43-502.fc39.noarch 3/98 #13 67.42 Setting up libdigest-bubblebabble-perl (0.02-2) ... #13 67.43 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ... #13 67.44 Setting up python3-pkg-resources (40.8.0-1) ... #13 67.63 Setting up automake (1:1.16.1-4) ... #13 67.64 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #13 67.65 Setting up libasync-mergepoint-perl (0.04-2) ... #13 67.67 Setting up libio-sessiondata-perl (1.03-1) ... #14 69.64 Setting up python3-requests (2.22.0-2ubuntu1.1) ... #15 8.041 Installing : python3-libselinux-3.5-5.fc39.aarch64 4/100 #15 8.049 Installing : perl-threads-1:2.36-500.fc39.aarch64 5/100 #15 8.057 Installing : m4-1.4.19-6.fc39.aarch64 6/100 #15 8.065 Installing : libtool-ltdl-2.4.7-7.fc39.aarch64 7/100 #15 8.072 Installing : libseccomp-2.5.3-6.fc39.aarch64 8/100 #15 8.079 Installing : libmpc-1.3.1-3.fc39.aarch64 9/100 #15 8.087 Installing : libfdisk-2.39.2-1.fc39.aarch64 10/100 #15 8.092 Installing : cmake-rpm-macros-3.27.7-1.fc39.noarch 11/100 #15 8.101 Installing : cmake-filesystem-3.27.7-1.fc39.aarch64 12/100 #15 8.116 Installing : checkpolicy-3.5-3.fc39.aarch64 13/100 #14 59.44 Preparing to unpack .../208-libjbig0_2.1-6.1ubuntu1_arm64.deb ... #14 59.44 Unpacking libjbig0:arm64 (2.1-6.1ubuntu1) ... #14 59.48 Selecting previously unselected package liblerc4:arm64. #14 59.48 Preparing to unpack .../209-liblerc4_4.0.0+ds-2ubuntu2_arm64.deb ... #14 59.49 Unpacking liblerc4:arm64 (4.0.0+ds-2ubuntu2) ... #14 59.52 Selecting previously unselected package libwebp7:arm64. #14 59.52 Preparing to unpack .../210-libwebp7_1.2.4-0.3_arm64.deb ... #14 59.52 Unpacking libwebp7:arm64 (1.2.4-0.3) ... #14 59.60 Selecting previously unselected package libtiff6:arm64. #14 59.60 Preparing to unpack .../211-libtiff6_4.5.1+git230720-1ubuntu1_arm64.deb ... #14 59.60 Unpacking libtiff6:arm64 (4.5.1+git230720-1ubuntu1) ... #14 59.65 Selecting previously unselected package libxpm4:arm64. #14 59.65 Preparing to unpack .../212-libxpm4_1%3a3.5.12-1.1ubuntu1_arm64.deb ... #14 59.65 Unpacking libxpm4:arm64 (1:3.5.12-1.1ubuntu1) ... #14 59.69 Selecting previously unselected package libgd3:arm64. #14 59.69 Preparing to unpack .../213-libgd3_2.3.3-9ubuntu1_arm64.deb ... #14 59.69 Unpacking libgd3:arm64 (2.3.3-9ubuntu1) ... #14 59.73 Selecting previously unselected package libc-devtools. + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #14 60.58 Preparing to unpack .../089-liblsan0_10.5.0-1ubuntu1~20.04_arm64.deb ... #14 60.59 Unpacking liblsan0:arm64 (10.5.0-1ubuntu1~20.04) ... #14 60.74 Selecting previously unselected package libtsan0:arm64. #14 69.90 Setting up automake (1:1.16.5-1.3) ... #14 69.91 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #14 69.91 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #14 69.91 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #14 69.92 Setting up libapt-pkg-perl (0.1.40build2) ... #14 69.93 Setting up libstring-escape-perl (2010.002-2) ... #14 69.94 Setting up libhttp-date-perl (6.05-1) ... #14 69.95 Setting up libfile-which-perl (1.23-1) ... #14 69.96 Setting up libfile-basedir-perl (0.09-1) ... #14 69.97 Setting up libunicode-utf8-perl (0.62-1build4) ... #14 69.98 Setting up libset-intspan-perl (1.19-2) ... #14 70.00 Setting up libmouse-perl (2.5.10-1build4) ... #14 70.02 Setting up libfile-listing-perl (6.14-1) ... #14 70.03 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ... #14 70.04 Setting up libregexp-pattern-perl (0.2.14-1) ... #14 70.05 Setting up libdata-messagepack-perl (1.01-2build1) ... #14 70.06 Setting up libfont-afm-perl (1.20-3) ... #20 exporting layers 5.5s done #20 writing image sha256:fca02d999fd4fe89d0cb718b4e9948146fe9bd92b08496bf5887450b8c6074b1 done #20 naming to docker.io/debbuild-raspbian-buster/aarch64 done #20 DONE 5.5s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/raspbian-buster:/build debbuild-raspbian-buster/aarch64 #14 58.22 Preparing to unpack .../048-autoconf_2.71-3_all.deb ... #14 58.23 Unpacking autoconf (2.71-3) ... #14 58.27 Selecting previously unselected package autotools-dev. #14 58.28 Preparing to unpack .../049-autotools-dev_20220109.1_all.deb ... #14 58.28 Unpacking autotools-dev (20220109.1) ... #14 58.32 Selecting previously unselected package automake. #14 58.32 Preparing to unpack .../050-automake_1%3a1.16.5-1.3_all.deb ... #14 58.32 Unpacking automake (1:1.16.5-1.3) ... #14 58.37 Selecting previously unselected package autopoint. #14 58.37 Preparing to unpack .../051-autopoint_0.21-11_all.deb ... #14 58.38 Unpacking autopoint (0.21-11) ... #14 58.42 Selecting previously unselected package binutils-common:arm64. #14 58.42 Preparing to unpack .../052-binutils-common_2.40-2ubuntu4.1_arm64.deb ... #14 58.42 Unpacking binutils-common:arm64 (2.40-2ubuntu4.1) ... #14 58.47 Selecting previously unselected package libbinutils:arm64. #14 58.47 Preparing to unpack .../053-libbinutils_2.40-2ubuntu4.1_arm64.deb ... #14 58.47 Unpacking libbinutils:arm64 (2.40-2ubuntu4.1) ... #14 58.56 Selecting previously unselected package libctf-nobfd0:arm64. #14 58.57 Preparing to unpack .../054-libctf-nobfd0_2.40-2ubuntu4.1_arm64.deb ... #14 58.57 Unpacking libctf-nobfd0:arm64 (2.40-2ubuntu4.1) ... #14 66.07 Preparing to unpack .../304-libproc-processtable-perl_0.634-1build2_armhf.deb ... #14 66.08 Unpacking libproc-processtable-perl:armhf (0.634-1build2) ... #14 66.12 Selecting previously unselected package libre2-10:armhf. #14 66.12 Preparing to unpack .../305-libre2-10_20230201-1_armhf.deb ... #14 66.12 Unpacking libre2-10:armhf (20230201-1) ... #14 66.16 Selecting previously unselected package libre-engine-re2-perl:armhf. #14 66.16 Preparing to unpack .../306-libre-engine-re2-perl_0.17+ds-1_armhf.deb ... #14 66.17 Unpacking libre-engine-re2-perl:armhf (0.17+ds-1) ... #14 66.20 Selecting previously unselected package libreadonly-perl. #14 66.20 Preparing to unpack .../307-libreadonly-perl_2.050-3_all.deb ... #14 66.21 Unpacking libreadonly-perl (2.050-3) ... #14 66.25 Selecting previously unselected package libref-util-perl. #14 66.25 Preparing to unpack .../308-libref-util-perl_0.204-2_all.deb ... #14 66.25 Unpacking libref-util-perl (0.204-2) ... #14 66.28 Selecting previously unselected package libref-util-xs-perl. #14 66.28 Preparing to unpack .../309-libref-util-xs-perl_0.117-2build1_armhf.deb ... #14 66.29 Unpacking libref-util-xs-perl (0.117-2build1) ... #14 66.32 Selecting previously unselected package libregexp-pattern-license-perl. #15 2.317 dh_fixperms #15 2.356 dh_missing #15 2.382 dh_installdeb #15 2.415 dh_gencontrol #15 2.534 dh_md5sums #13 69.58 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 69.61 Setting up libsoap-lite-perl (1.27-3) ... #13 69.63 Setting up libxmlrpc-lite-perl (0.717-5) ... #13 69.65 Processing triggers for libc-bin (2.36-9+deb12u3) ... #13 69.69 Processing triggers for ca-certificates (20230311) ... #13 69.70 Updating certificates in /etc/ssl/certs... #16 8.706 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1.22.04.1_amd64.deb ... #16 8.711 Unpacking cmake (3.22.1-1ubuntu1.22.04.1) ... #16 8.819 Selecting previously unselected package dh-apparmor. #16 8.822 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.3_all.deb ... #16 8.827 Unpacking dh-apparmor (3.0.4-2ubuntu2.3) ... #16 8.860 Selecting previously unselected package libseccomp-dev:amd64. #16 8.863 Preparing to unpack .../10-libseccomp-dev_2.5.3-2ubuntu2_amd64.deb ... #16 8.868 Unpacking libseccomp-dev:amd64 (2.5.3-2ubuntu2) ... #16 8.911 Preparing to unpack .../11-libsystemd0_249.11-0ubuntu3.12_amd64.deb ... #16 8.923 Unpacking libsystemd0:amd64 (249.11-0ubuntu3.12) over (249.11-0ubuntu3.11) ... #14 57.02 Unpacking libgd3:arm64 (2.3.0-2ubuntu2) ... #14 57.06 Selecting previously unselected package libc-devtools. #14 57.06 Preparing to unpack .../212-libc-devtools_2.35-0ubuntu3.6_arm64.deb ... #14 57.07 Unpacking libc-devtools (2.35-0ubuntu3.6) ... #14 57.11 Selecting previously unselected package libcapture-tiny-perl. #14 57.11 Preparing to unpack .../213-libcapture-tiny-perl_0.48-1_all.deb ... #14 57.12 Unpacking libcapture-tiny-perl (0.48-1) ... #14 57.16 Selecting previously unselected package libclass-data-inheritable-perl. #14 57.16 Preparing to unpack .../214-libclass-data-inheritable-perl_0.08-3_all.deb ... #14 57.17 Unpacking libclass-data-inheritable-perl (0.08-3) ... #14 57.20 Selecting previously unselected package libclone-perl. #14 57.21 Preparing to unpack .../215-libclone-perl_0.45-1build3_arm64.deb ... #14 57.21 Unpacking libclone-perl (0.45-1build3) ... #14 57.24 Selecting previously unselected package libcommon-sense-perl:arm64. #13 65.14 Setting up debhelper (12.1.1) ... #13 65.15 Setting up dh-autoreconf (19) ... #13 65.17 Setting up devscripts (2.19.5+deb10u1) ... #13 65.31 Setting up dh-strip-nondeterminism (1.1.2-1) ... #13 65.32 Setting up equivs (2.2.0) ... #13 65.33 Setting up libxml-parser-perl (2.44-4) ... #13 65.35 Setting up libxml-sax-expat-perl (0.51-1) ... #13 65.40 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #13 65.45 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 68.85 Setting up libgpgme11:armhf (1.18.0-3ubuntu2) ... #14 68.87 Setting up dirmngr (2.2.40-1.1ubuntu1) ... #22 8.282 debconf: delaying package configuration, since apt-utils is not installed #22 8.333 Fetched 9413 kB in 0s (21.9 MB/s) #22 8.370 Selecting previously unselected package libglib2.0-0:amd64. #22 8.370 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15644 files and directories currently installed.) #22 8.380 Preparing to unpack .../00-libglib2.0-0_2.74.6-2_amd64.deb ... #22 8.387 Unpacking libglib2.0-0:amd64 (2.74.6-2) ... #16 8.038 Setting up pkg-config:amd64 (1.8.1-1ubuntu2) ... #16 8.048 Setting up cmake (3.25.1-1ubuntu1) ... #16 8.057 Setting up docker-ce-build-deps (1.0) ... #16 8.067 Processing triggers for man-db (2.11.2-1) ... #16 8.149 Processing triggers for libc-bin (2.37-0ubuntu2.2) ... #15 3.651 (25/92): libtool-ltdl-devel-2.4.7-6.fc38.x86_64 2.2 MB/s | 164 kB 00:00 #15 3.654 (26/92): libutempter-1.2.1-8.fc38.x86_64.rpm 1.9 MB/s | 26 kB 00:00 #15 3.658 (27/92): libxkbcommon-1.5.0-2.fc38.x86_64.rpm 21 MB/s | 140 kB 00:00 #15 3.665 (28/92): m4-1.4.19-5.fc38.x86_64.rpm 22 MB/s | 303 kB 00:00 #15 3.673 (29/92): pcre2-devel-10.42-1.fc38.1.x86_64.rpm 28 MB/s | 506 kB 00:00 #15 3.676 (30/92): pcre2-utf16-10.42-1.fc38.1.x86_64.rpm 12 MB/s | 214 kB 00:00 #15 3.681 (31/92): pcre2-utf32-10.42-1.fc38.1.x86_64.rpm 14 MB/s | 201 kB 00:00 #15 3.685 (32/92): perl-TermReadKey-2.38-16.fc38.x86_64.r 4.8 MB/s | 35 kB 00:00 #15 3.688 (33/92): perl-Error-0.17029-11.fc38.noarch.rpm 3.6 MB/s | 40 kB 00:00 #15 3.691 (34/92): perl-Thread-Queue-3.14-490.fc38.noarch 2.3 MB/s | 21 kB 00:00 #15 3.695 (35/92): perl-threads-2.27-490.fc38.x86_64.rpm 5.9 MB/s | 57 kB 00:00 #15 3.701 (36/92): policycoreutils-3.5-1.fc38.x86_64.rpm 26 MB/s | 241 kB 00:00 #15 3.729 (37/92): perl-threads-shared-1.64-490.fc38.x86_ 1.2 MB/s | 44 kB 00:00 #15 3.732 (38/92): policycoreutils-devel-3.5-1.fc38.x86_6 4.0 MB/s | 152 kB 00:00 #15 3.736 (39/92): policycoreutils-python-utils-3.5-1.fc3 2.3 MB/s | 80 kB 00:00 #15 3.740 (40/92): python3-libselinux-3.5-1.fc38.x86_64.r 26 MB/s | 197 kB 00:00 #15 3.744 (41/92): python3-libsemanage-3.5-2.fc38.x86_64. 7.6 MB/s | 83 kB 00:00 #15 3.761 (42/92): python3-setuptools-65.5.1-2.fc38.noarc 84 MB/s | 1.7 MB 00:00 #15 3.764 (43/92): qrencode-libs-4.1.1-4.fc38.x86_64.rpm 3.1 MB/s | 61 kB 00:00 #15 3.772 (44/92): rhash-1.4.3-2.fc38.x86_64.rpm 18 MB/s | 194 kB 00:00 #15 3.796 (45/92): util-linux-2.38.1-4.fc38.x86_64.rpm 82 MB/s | 2.3 MB 00:00 #15 3.799 (46/92): which-2.21-39.fc38.x86_64.rpm 1.6 MB/s | 42 kB 00:00 #15 3.815 (47/92): python3-policycoreutils-3.5-1.fc38.noa 28 MB/s | 2.2 MB 00:00 #15 3.823 (48/92): xkeyboard-config-2.38-1.fc38.noarch.rp 35 MB/s | 963 kB 00:00 #15 3.827 (49/92): annobin-docs-12.30-1.fc38.noarch.rpm 3.5 MB/s | 91 kB 00:00 #15 3.842 (50/92): annobin-plugin-gcc-12.30-1.fc38.x86_64 53 MB/s | 957 kB 00:00 #15 3.858 (51/92): cmake-data-3.27.7-1.fc38.noarch.rpm 75 MB/s | 2.2 MB 00:00 #15 3.861 (52/92): cmake-filesystem-3.27.7-1.fc38.x86_64. 1.2 MB/s | 19 kB 00:00 #15 3.875 (53/92): cmake-rpm-macros-3.27.7-1.fc38.noarch. 1.1 MB/s | 18 kB 00:00 #15 10.15 Installing : python3-libselinux-3.5-5.fc39.x86_64 4/98 #15 10.16 Installing : perl-threads-1:2.36-500.fc39.x86_64 5/98 #15 10.17 Installing : m4-1.4.19-6.fc39.x86_64 6/98 #15 10.18 Installing : libtool-ltdl-2.4.7-7.fc39.x86_64 7/98 #15 10.19 Installing : libseccomp-2.5.3-6.fc39.x86_64 8/98 #15 10.20 Installing : libmpc-1.3.1-3.fc39.x86_64 9/98 #15 10.20 Installing : libfdisk-2.39.2-1.fc39.x86_64 10/98 #15 10.21 Installing : cmake-rpm-macros-3.27.7-1.fc39.noarch 11/98 #15 10.22 Installing : cmake-filesystem-3.27.7-1.fc39.x86_64 12/98 #15 10.25 Installing : checkpolicy-3.5-3.fc39.x86_64 13/98 #13 67.68 Setting up libstring-escape-perl (2010.002-2) ... #13 67.69 Setting up libhttp-date-perl (6.02-1) ... #13 67.71 Setting up libfile-which-perl (1.23-1) ... #13 67.73 Setting up mailutils (1:3.5-4) ... #13 67.74 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode #13 67.75 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode #13 67.76 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode #13 67.76 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode #13 67.77 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode #13 67.77 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode #13 67.78 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode #13 67.79 Setting up libfile-basedir-perl (0.08-1) ... #13 67.80 Setting up libnumber-range-perl (0.12-1) ... #13 67.81 Setting up libtask-weaken-perl (1.06-1) ... #13 67.82 Setting up libunicode-utf8-perl (0.62-1) ... #13 67.84 Setting up libstruct-dumb-perl (0.09-1) ... #13 67.86 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ... #13 67.87 Setting up libfile-listing-perl (6.04-1) ... #13 67.88 Setting up gpg-wks-client (2.2.12-1+deb10u2) ... #13 62.33 Setting up libgpgme11:arm64 (1.12.0-6) ... #13 62.34 Setting up gcc (4:8.3.0-1) ... #13 62.37 Setting up python3-six (1.12.0-1) ... #13 62.51 Setting up dirmngr (2.2.12-1+deb10u2) ... #15 8.264 Installing : cpp-13.2.1-6.fc39.aarch64 14/100 #15 8.272 Installing : perl-threads-shared-1.68-500.fc39.aarch64 15/100 #15 8.278 Installing : perl-Thread-Queue-3.14-500.fc39.noarch 16/100 #15 8.287 Installing : python3-libsemanage-3.5-4.fc39.aarch64 17/100 #15 8.298 Installing : gc-8.2.2-4.fc39.aarch64 18/100 #15 8.524 Installing : guile22-2.2.7-9.fc39.aarch64 19/100 #15 8.544 Installing : make-1:4.4.1-2.fc39.aarch64 20/100 #15 8.553 Installing : jsoncpp-1.9.5-5.fc39.aarch64 21/100 #15 8.560 Installing : kmod-libs-30-6.fc39.aarch64 22/100 #15 8.572 Installing : libasan-13.2.1-6.fc39.aarch64 23/100 #15 8.580 Installing : libubsan-13.2.1-6.fc39.aarch64 24/100 #15 8.587 Upgrading : libgomp-13.2.1-6.fc39.aarch64 25/100 #14 69.84 Setting up libdata-optlist-perl (0.110-1) ... #14 69.88 Setting up libipc-run-perl (20180523.0-2) ... #14 69.99 Setting up g++-9 (9.4.0-1ubuntu1~20.04.2) ... #14 59.73 Preparing to unpack .../214-libc-devtools_2.38-1ubuntu6_arm64.deb ... #14 59.73 Unpacking libc-devtools (2.38-1ubuntu6) ... #14 59.76 Selecting previously unselected package libcapture-tiny-perl. #14 59.76 Preparing to unpack .../215-libcapture-tiny-perl_0.48-2_all.deb ... #14 59.77 Unpacking libcapture-tiny-perl (0.48-2) ... #14 59.80 Selecting previously unselected package libcgi-pm-perl. #14 59.80 Preparing to unpack .../216-libcgi-pm-perl_4.57-1_all.deb ... #14 59.80 Unpacking libcgi-pm-perl (4.57-1) ... #14 59.84 Selecting previously unselected package libfcgi0ldbl:arm64. #14 59.84 Preparing to unpack .../217-libfcgi0ldbl_2.4.2-2build2_arm64.deb ... #14 59.85 Unpacking libfcgi0ldbl:arm64 (2.4.2-2build2) ... #14 59.87 Selecting previously unselected package libfcgi-perl. #14 59.88 Preparing to unpack .../218-libfcgi-perl_0.82+ds-2_arm64.deb ... #14 59.88 Unpacking libfcgi-perl (0.82+ds-2) ... #14 59.91 Selecting previously unselected package libcgi-fast-perl. #14 59.91 Preparing to unpack .../219-libcgi-fast-perl_1%3a2.15-1_all.deb ... #14 59.91 Unpacking libcgi-fast-perl (1:2.15-1) ... #14 59.94 Selecting previously unselected package libclass-data-inheritable-perl. #14 59.94 Preparing to unpack .../220-libclass-data-inheritable-perl_0.08-3_all.deb ... #14 59.95 Unpacking libclass-data-inheritable-perl (0.08-3) ... #14 59.97 Selecting previously unselected package libcommon-sense-perl:arm64. #14 59.98 Preparing to unpack .../221-libcommon-sense-perl_3.75-3_arm64.deb ... #14 59.98 Unpacking libcommon-sense-perl:arm64 (3.75-3) ... #14 60.01 Selecting previously unselected package libconfig-tiny-perl. #14 60.01 Preparing to unpack .../222-libconfig-tiny-perl_2.29-1_all.deb ... #14 60.02 Unpacking libconfig-tiny-perl (2.29-1) ... #14 60.04 Selecting previously unselected package libparams-util-perl. #14 70.07 Setting up libwant-perl (0.29-1build7) ... #14 60.74 Preparing to unpack .../090-libtsan0_10.5.0-1ubuntu1~20.04_arm64.deb ... #14 60.74 Unpacking libtsan0:arm64 (10.5.0-1ubuntu1~20.04) ... #14 60.94 Selecting previously unselected package libubsan1:arm64. #14 60.94 Preparing to unpack .../091-libubsan1_10.5.0-1ubuntu1~20.04_arm64.deb ... #14 60.94 Unpacking libubsan1:arm64 (10.5.0-1ubuntu1~20.04) ... #14 61.03 Selecting previously unselected package libgcc-9-dev:arm64. #14 61.04 Preparing to unpack .../092-libgcc-9-dev_9.4.0-1ubuntu1~20.04.2_arm64.deb ... #14 70.08 Setting up libdynaloader-functions-perl (0.003-1.1) ... #14 61.04 Unpacking libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.2) ... #14 70.09 Setting up libclass-method-modifiers-perl (2.13-1) ... #14 70.10 Setting up liblist-compare-perl (0.55-1) ... #14 70.11 Setting up libref-util-xs-perl (0.117-1build5) ... #14 70.12 Setting up libio-pty-perl (1:1.15-2build2) ... #14 70.14 Setting up libtool (2.4.6-15build2) ... #14 70.15 Setting up g++-11 (11.4.0-1ubuntu1~22.04) ... #14 70.16 Setting up libfile-fcntllock-perl (0.22-3build7) ... #14 70.17 Setting up libclone-perl (0.45-1build3) ... #14 70.18 Setting up libalgorithm-diff-perl (1.201-1) ... #14 70.19 Setting up libarchive-zip-perl (1.68-1) ... #14 70.20 Setting up libsub-identify-perl (0.14-1build5) ... #14 70.21 Setting up libdistro-info-perl (1.1ubuntu0.2) ... #14 70.22 Setting up libcpanel-json-xs-perl:armhf (4.27-1build1) ... #14 70.23 Setting up python3-apt (2.4.0ubuntu2) ... + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #14 58.60 Selecting previously unselected package libctf0:arm64. #14 58.60 Preparing to unpack .../055-libctf0_2.40-2ubuntu4.1_arm64.deb ... #14 58.61 Unpacking libctf0:arm64 (2.40-2ubuntu4.1) ... #14 58.65 Selecting previously unselected package libgprofng0:arm64. #14 58.65 Preparing to unpack .../056-libgprofng0_2.40-2ubuntu4.1_arm64.deb ... #14 58.65 Unpacking libgprofng0:arm64 (2.40-2ubuntu4.1) ... #14 58.70 Selecting previously unselected package binutils-aarch64-linux-gnu. #14 58.70 Preparing to unpack .../057-binutils-aarch64-linux-gnu_2.40-2ubuntu4.1_arm64.deb ... #14 58.70 Unpacking binutils-aarch64-linux-gnu (2.40-2ubuntu4.1) ... #14 58.83 Selecting previously unselected package binutils. #13 64.31 Setting up strace (5.10-1) ... #13 64.46 Setting up libsigsegv2:armhf (2.13-1) ... #13 64.54 Setting up xz-utils (5.2.5-2.1~deb11u1) ... #13 64.59 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #13 64.67 Setting up t1utils (1.41-4) ... #13 64.72 Setting up diffstat (1.64-1) ... #14 66.32 Preparing to unpack .../310-libregexp-pattern-license-perl_3.9.4-3_all.deb ... #14 66.33 Unpacking libregexp-pattern-license-perl (3.9.4-3) ... #14 66.36 Selecting previously unselected package libregexp-pattern-perl. #14 66.36 Preparing to unpack .../311-libregexp-pattern-perl_0.2.14-2_all.deb ... #14 66.37 Unpacking libregexp-pattern-perl (0.2.14-2) ... #14 66.50 Selecting previously unselected package libregexp-wildcards-perl. #14 66.50 Preparing to unpack .../312-libregexp-wildcards-perl_1.05-3_all.deb ... #14 66.51 Unpacking libregexp-wildcards-perl (1.05-3) ... #14 66.55 Selecting previously unselected package libsasl2-modules:armhf. #14 66.55 Preparing to unpack .../313-libsasl2-modules_2.1.28+dfsg-10_armhf.deb ... #14 66.56 Unpacking libsasl2-modules:armhf (2.1.28+dfsg-10) ... #14 66.60 Selecting previously unselected package libsereal-decoder-perl. #14 66.60 Preparing to unpack .../314-libsereal-decoder-perl_5.003+ds-1_armhf.deb ... #14 66.60 Unpacking libsereal-decoder-perl (5.003+ds-1) ... #14 66.63 Selecting previously unselected package libsereal-encoder-perl. #14 66.64 Preparing to unpack .../315-libsereal-encoder-perl_5.003+ds-1_armhf.deb ... #14 66.64 Unpacking libsereal-encoder-perl (5.003+ds-1) ... #14 66.67 Selecting previously unselected package libset-intspan-perl. #14 66.68 Preparing to unpack .../316-libset-intspan-perl_1.19-3_all.deb ... #14 66.68 Unpacking libset-intspan-perl (1.19-3) ... #14 66.71 Selecting previously unselected package libsocket6-perl. #15 2.573 dh_builddeb #15 2.599 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #15 2.618 dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo #15 2.755 dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes #16 8.993 Setting up libsystemd0:amd64 (249.11-0ubuntu3.12) ... #16 9.040 Selecting previously unselected package libsystemd-dev:amd64. #16 9.040 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29531 files and directories currently installed.) #16 9.057 Preparing to unpack .../libsystemd-dev_249.11-0ubuntu3.12_amd64.deb ... #16 9.062 Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.12) ... #16 9.128 Selecting previously unselected package libglib2.0-0:amd64. #16 9.131 Preparing to unpack .../libglib2.0-0_2.72.4-0ubuntu2.2_amd64.deb ... #16 9.136 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.2) ... #16 9.199 Selecting previously unselected package pkg-config. #14 57.25 Preparing to unpack .../216-libcommon-sense-perl_3.75-2build1_arm64.deb ... #14 57.25 Unpacking libcommon-sense-perl:arm64 (3.75-2build1) ... #14 57.28 Selecting previously unselected package libconfig-tiny-perl. #14 57.29 Preparing to unpack .../217-libconfig-tiny-perl_2.28-1_all.deb ... #14 57.29 Unpacking libconfig-tiny-perl (2.28-1) ... #14 57.33 Selecting previously unselected package libparams-util-perl. #14 57.33 Preparing to unpack .../218-libparams-util-perl_1.102-1build3_arm64.deb ... #14 57.33 Unpacking libparams-util-perl (1.102-1build3) ... #14 57.37 Selecting previously unselected package libsub-install-perl. #14 57.37 Preparing to unpack .../219-libsub-install-perl_0.928-1.1_all.deb ... #14 57.37 Unpacking libsub-install-perl (0.928-1.1) ... #14 57.41 Selecting previously unselected package libdata-optlist-perl. #14 57.41 Preparing to unpack .../220-libdata-optlist-perl_0.112-1_all.deb ... #14 57.41 Unpacking libdata-optlist-perl (0.112-1) ... #14 57.45 Selecting previously unselected package libsub-exporter-perl. #14 57.45 Preparing to unpack .../221-libsub-exporter-perl_0.988-1_all.deb ... #14 57.45 Unpacking libsub-exporter-perl (0.988-1) ... #14 57.49 Selecting previously unselected package libconst-fast-perl. #13 65.58 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 65.67 Setting up libsoap-lite-perl (1.27-1) ... #13 65.71 Setting up libxmlrpc-lite-perl (0.717-2) ... #14 69.01 Setting up perl (5.36.0-9ubuntu1.1) ... #14 69.04 Setting up libpackage-stash-xs-perl:armhf (0.30-1build1) ... #14 69.05 Setting up libclass-data-inheritable-perl (0.08-3) ... #14 69.06 Setting up libxs-parse-keyword-perl (0.38-1) ... #14 69.08 Setting up libtirpc-dev:armhf (1.3.3+ds-1) ... #14 69.09 Setting up libdata-dump-perl (1.25-1) ... #14 69.10 Setting up libfile-find-rule-perl (0.34-3) ... #14 69.13 Setting up libref-util-perl (0.204-2) ... #14 69.15 Setting up libipc-system-simple-perl (1.30-2) ... #14 69.16 Setting up libnet-domain-tld-perl (1.75-3) ... #22 8.594 Selecting previously unselected package libgirepository-1.0-1:amd64. #22 8.597 Preparing to unpack .../01-libgirepository-1.0-1_1.74.0-3_amd64.deb ... #22 8.601 Unpacking libgirepository-1.0-1:amd64 (1.74.0-3) ... #22 8.642 Selecting previously unselected package gir1.2-glib-2.0:amd64. #22 8.644 Preparing to unpack .../02-gir1.2-glib-2.0_1.74.0-3_amd64.deb ... #22 8.648 Unpacking gir1.2-glib-2.0:amd64 (1.74.0-3) ... #22 8.690 Selecting previously unselected package libsecret-common. #22 8.692 Preparing to unpack .../03-libsecret-common_0.20.5-3_all.deb ... #22 8.697 Unpacking libsecret-common (0.20.5-3) ... #15 3.888 (54/92): dbus-1.14.10-1.fc38.x86_64.rpm 730 kB/s | 8.0 kB 00:00 #15 3.949 (55/92): cmake-3.27.7-1.fc38.x86_64.rpm 65 MB/s | 8.0 MB 00:00 #15 3.954 (56/92): dbus-common-1.14.10-1.fc38.noarch.rpm 235 kB/s | 15 kB 00:00 #15 4.015 (57/92): cpp-13.2.1-4.fc38.x86_64.rpm 72 MB/s | 11 MB 00:00 #15 4.018 (58/92): gcc-plugin-annobin-13.2.1-4.fc38.x86_6 800 kB/s | 48 kB 00:00 #15 4.047 (59/92): git-2.43.0-1.fc38.x86_64.rpm 1.6 MB/s | 53 kB 00:00 #15 4.099 (60/92): git-core-2.43.0-1.fc38.x86_64.rpm 57 MB/s | 4.5 MB 00:00 #15 4.128 (61/92): git-core-doc-2.43.0-1.fc38.noarch.rpm 37 MB/s | 2.9 MB 00:00 #15 10.45 Installing : cpp-13.2.1-6.fc39.x86_64 14/98 #15 10.46 Installing : perl-threads-shared-1.68-500.fc39.x86_64 15/98 #15 10.46 Installing : perl-Thread-Queue-3.14-500.fc39.noarch 16/98 #15 10.47 Installing : python3-libsemanage-3.5-4.fc39.x86_64 17/98 #13 67.89 Setting up libclass-inspector-perl (1.32-1) ... #13 67.91 Setting up libfont-afm-perl (1.20-2) ... #13 67.92 Setting up libwant-perl (0.29-1+b4) ... #13 67.93 Setting up libdynaloader-functions-perl (0.003-1) ... #13 67.94 Setting up libtext-glob-perl (0.10-1) ... #13 67.95 Setting up libclass-method-modifiers-perl (2.12-1) ... #13 67.97 Setting up liblist-compare-perl (0.53-1) ... #13 67.98 Setting up libref-util-xs-perl (0.117-1+b1) ... #13 67.99 Setting up libio-pty-perl (1:1.08-1.1+b5) ... #13 68.00 Setting up libfile-fcntllock-perl (0.22-3+b5) ... #13 68.01 Setting up libsort-key-perl (1.33-2+b1) ... #13 68.03 Setting up libclone-perl (0.41-1+b1) ... #13 68.04 Setting up libalgorithm-diff-perl (1.19.03-2) ... #13 68.06 Setting up libarchive-zip-perl (1.64-1) ... #13 68.07 Setting up libsub-identify-perl (0.14-1+b1) ... #13 68.08 Setting up libdistro-info-perl (0.21+deb10u1) ... #13 68.09 Setting up python3-apt (1.8.4.3) ... #14 DONE 60.0s #13 62.53 Setting up perl (5.28.1-6+deb10u1) ... #13 62.55 Setting up libpackage-stash-xs-perl (0.29-1) ... #13 62.57 Setting up python3-gpg (1.12.0-6) ... #13 62.75 Setting up libdata-dump-perl (1.23-1) ... #13 62.76 Setting up python3-certifi (2018.8.24-1) ... #13 62.90 Setting up libdigest-hmac-perl (1.03+dfsg-2) ... #15 8.637 Installing : xkeyboard-config-2.40-1.fc39.noarch 26/100 #15 8.651 Installing : libxkbcommon-1.6.0-1.fc39.aarch64 27/100 #15 8.659 Installing : vim-filesystem-2:9.1.031-1.fc39.noarch 28/100 #15 8.669 Installing : python3-audit-3.1.2-5.fc39.aarch64 29/100 #15 8.674 Installing : perl-lib-0.65-502.fc39.aarch64 30/100 #15 8.679 Installing : perl-File-Copy-2.41-502.fc39.noarch 31/100 #15 8.684 Installing : perl-File-Compare-1.100.700-502.fc39.noarch 32/100 #15 8.703 Installing : autoconf-2.71-6.fc39.noarch 33/100 #15 8.725 Installing : automake-1.16.5-13.fc39.noarch 34/100 #15 8.736 Installing : libuv-1:1.47.0-3.fc39.aarch64 35/100 #15 8.742 Installing : libatomic-13.2.1-6.fc39.aarch64 36/100 #14 70.04 Setting up libcontextual-return-perl (0.004014-2) ... #14 70.08 Setting up libwww-robotrules-perl (6.02-1) ... #14 70.11 Setting up libtypes-serialiser-perl (1.0-1) ... #14 70.12 Setting up g++ (4:9.3.0-1ubuntu2) ... #14 70.15 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 70.15 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist #14 70.15 Setting up libhtml-parser-perl (3.72-5) ... #14 70.17 Setting up liblog-any-adapter-screen-perl (0.140-1) ... #14 70.18 Setting up librole-tiny-perl (2.001004-1) ... #14 70.19 Setting up build-essential (12.8ubuntu1.1) ... #14 70.20 Setting up libfont-ttf-perl (1.06-1) ... #14 70.21 Setting up libfile-homedir-perl (1.004-1) ... #14 70.22 Setting up libalgorithm-diff-xs-perl (0.04-6) ... #14 70.23 Setting up libio-socket-ssl-perl (2.067-1) ... #14 70.25 Setting up libsub-exporter-perl (0.987-1) ... #14 70.26 Setting up libalgorithm-merge-perl (0.08-3) ... #14 70.27 Setting up libhttp-message-perl (6.22-1) ... #14 70.28 Setting up libhtml-form-perl (6.07-1) ... #14 70.29 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... #14 70.30 Setting up libjson-xs-perl (4.020-1build1) ... #14 70.32 Setting up libhttp-negotiate-perl (6.01-1) ... #17 26.26 Running scriptlet: isl-0.16.1-6.el8.x86_64 48/57 #17 27.94 Installing : gcc-8.5.0-21.el8.x86_64 49/57 #17 27.97 Running scriptlet: gcc-8.5.0-21.el8.x86_64 49/57 #17 28.09 Installing : libtool-2.4.6-25.el8.x86_64 50/57 #17 28.11 Running scriptlet: libtool-2.4.6-25.el8.x86_64 50/57 #17 28.13 Installing : annobin-11.13-2.el8.x86_64 51/57 #17 28.16 Running scriptlet: annobin-11.13-2.el8.x86_64 51/57 #17 28.18 Installing : gcc-plugin-annobin-8.5.0-21.el8.x86_64 52/57 #17 28.20 Running scriptlet: gcc-plugin-annobin-8.5.0-21.el8.x86_64 52/57 #17 28.24 Installing : libtool-ltdl-devel-2.4.6-25.el8.x86_64 53/57 #17 28.29 Installing : libselinux-devel-2.9-8.el8.x86_64 54/57 #14 60.05 Preparing to unpack .../223-libparams-util-perl_1.102-2_arm64.deb ... #14 60.05 Unpacking libparams-util-perl (1.102-2) ... #14 60.08 Selecting previously unselected package libsub-install-perl. #14 60.08 Preparing to unpack .../224-libsub-install-perl_0.929-1_all.deb ... #14 60.08 Unpacking libsub-install-perl (0.929-1) ... #14 60.14 Selecting previously unselected package libdata-optlist-perl. #14 60.14 Preparing to unpack .../225-libdata-optlist-perl_0.114-1_all.deb ... #14 60.15 Unpacking libdata-optlist-perl (0.114-1) ... #14 60.17 Selecting previously unselected package libsub-exporter-perl. #14 60.18 Preparing to unpack .../226-libsub-exporter-perl_0.990-1_all.deb ... #14 60.18 Unpacking libsub-exporter-perl (0.990-1) ... #14 60.21 Selecting previously unselected package libconst-fast-perl. #14 60.21 Preparing to unpack .../227-libconst-fast-perl_0.014-2_all.deb ... #14 60.21 Unpacking libconst-fast-perl (0.014-2) ... #14 60.24 Selecting previously unselected package libwant-perl. #14 60.24 Preparing to unpack .../228-libwant-perl_0.29-2build1_arm64.deb ... #14 60.25 Unpacking libwant-perl (0.29-2build1) ... #14 60.27 Selecting previously unselected package libcontextual-return-perl. #14 70.39 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ... #14 70.40 Setting up liblist-moreutils-perl (0.430-2) ... #14 70.41 Setting up libhtml-tagset-perl (3.20-4) ... #14 70.42 Setting up liblog-any-perl (1.710-1) ... #14 70.43 Setting up libauthen-sasl-perl (2.1600-1.1) ... #14 70.44 Setting up libdevel-size-perl (0.83-1build4) ... #14 70.45 Setting up libdebhelper-perl (13.6ubuntu1) ... #14 70.46 Setting up libpod-constants-perl (0.19-2) ... #14 70.47 Setting up libregexp-pattern-license-perl (3.9.3-1) ... #14 70.48 Setting up liblwp-mediatypes-perl (6.04-1) ... #14 70.49 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ... #14 70.51 Setting up libio-interactive-perl (1.023-1) ... #14 70.52 Setting up libtry-tiny-perl (0.31-1) ... #14 70.53 Setting up libtype-tiny-perl (1.012004-1) ... #14 70.54 Setting up libcommon-sense-perl:armhf (3.75-2build1) ... #14 70.55 Setting up libxml-namespacesupport-perl (1.12-1.1) ... #14 70.56 Setting up libnet-http-perl (6.22-1) ... #14 70.57 Setting up libpath-iterator-rule-perl (1.015-1) ... #14 70.58 Setting up libtext-markdown-discount-perl:armhf (0.13-1build1) ... #14 70.59 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ... #14 70.60 Setting up libtime-moment-perl (0.44-1build6) ... #14 70.61 Setting up libencode-locale-perl (1.05-1.1) ... #14 70.62 Setting up libexception-class-perl (1.45-1) ... #14 70.63 Setting up libmath-base85-perl (0.5+dfsg-1) ... #14 61.22 Selecting previously unselected package gcc-9. #14 61.23 Preparing to unpack .../093-gcc-9_9.4.0-1ubuntu1~20.04.2_arm64.deb ... #14 61.23 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.2) ... #14 58.84 Preparing to unpack .../058-binutils_2.40-2ubuntu4.1_arm64.deb ... #14 58.84 Unpacking binutils (2.40-2ubuntu4.1) ... #14 58.87 Selecting previously unselected package libc-dev-bin. #14 58.88 Preparing to unpack .../059-libc-dev-bin_2.37-0ubuntu2.2_arm64.deb ... #14 58.88 Unpacking libc-dev-bin (2.37-0ubuntu2.2) ... #14 58.91 Selecting previously unselected package linux-libc-dev:arm64. #14 58.91 Preparing to unpack .../060-linux-libc-dev_6.2.0-39.40_arm64.deb ... #14 58.91 Unpacking linux-libc-dev:arm64 (6.2.0-39.40) ... #13 64.74 Setting up libpng16-16:armhf (1.6.37-3) ... #13 64.76 Setting up libmpc3:armhf (1.2.0-1) ... #13 64.77 Setting up libatomic1:armhf (10.2.1-6) ... #13 64.83 Setting up patch (2.7.6-7) ... #13 64.89 Setting up autopoint (0.21-4) ... #13 64.92 Setting up libwebp6:armhf (0.6.1-2.1+deb11u2) ... #13 64.94 Setting up fonts-dejavu-core (2.37-2) ... #15 2.830 dpkg-genchanges: info: binary-only upload (no source code included) #15 2.832 dpkg-source --after-build . #15 2.930 dpkg-buildpackage: info: binary-only upload (no source included) #14 66.71 Preparing to unpack .../317-libsocket6-perl_0.29-3_armhf.deb ... #14 66.72 Unpacking libsocket6-perl (0.29-3) ... #14 66.76 Selecting previously unselected package libsodium23:armhf. #14 66.76 Preparing to unpack .../318-libsodium23_1.0.18-1build2_armhf.deb ... #14 66.77 Unpacking libsodium23:armhf (1.0.18-1build2) ... #14 66.80 Selecting previously unselected package libstring-copyright-perl. #14 66.81 Preparing to unpack .../319-libstring-copyright-perl_0.003014-1_all.deb ... #14 66.81 Unpacking libstring-copyright-perl (0.003014-1) ... #14 66.85 Selecting previously unselected package libstring-escape-perl. #14 66.85 Preparing to unpack .../320-libstring-escape-perl_2010.002-3_all.deb ... #14 66.85 Unpacking libstring-escape-perl (2010.002-3) ... #14 66.89 Selecting previously unselected package libstring-license-perl. #14 66.89 Preparing to unpack .../321-libstring-license-perl_0.0.2-1ubuntu2_all.deb ... #14 66.89 Unpacking libstring-license-perl (0.0.2-1ubuntu2) ... #14 66.93 Selecting previously unselected package libstring-shellquote-perl. #14 66.93 Preparing to unpack .../322-libstring-shellquote-perl_1.04-3_all.deb ... #14 66.93 Unpacking libstring-shellquote-perl (1.04-3) ... #14 66.96 Selecting previously unselected package libsyntax-keyword-try-perl. + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz #16 9.202 Preparing to unpack .../pkg-config_0.29.2-1ubuntu3_amd64.deb ... #16 9.206 Unpacking pkg-config (0.29.2-1ubuntu3) ... #16 9.251 Setting up libseccomp-dev:amd64 (2.5.3-2ubuntu2) ... #16 9.264 Setting up libarchive13:amd64 (3.6.0-1ubuntu1) ... #16 9.277 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.2) ... #16 9.289 No schema files found: doing nothing. #16 9.297 Setting up libuv1:amd64 (1.43.0-1) ... #16 9.311 Setting up emacsen-common (3.0.4) ... #16 9.347 Setting up dh-elpa-helper (2.0.9ubuntu1) ... #16 9.360 Setting up bash-completion (1:2.11-5ubuntu1) ... #16 9.408 Setting up libjsoncpp25:amd64 (1.9.5-3) ... #16 9.422 Setting up pkg-config (0.29.2-1ubuntu3) ... #16 9.473 Setting up librhash0:amd64 (1.4.2-1ubuntu1) ... #16 9.486 Setting up cmake-data (3.22.1-1ubuntu1.22.04.1) ... #16 9.524 Setting up dh-apparmor (3.0.4-2ubuntu2.3) ... #14 57.49 Preparing to unpack .../222-libconst-fast-perl_0.014-1.1_all.deb ... #14 57.50 Unpacking libconst-fast-perl (0.014-1.1) ... #14 57.53 Selecting previously unselected package libwant-perl. #14 57.53 Preparing to unpack .../223-libwant-perl_0.29-1build7_arm64.deb ... #14 57.53 Unpacking libwant-perl (0.29-1build7) ... #14 57.57 Selecting previously unselected package libcontextual-return-perl. #14 57.57 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ... #14 57.57 Unpacking libcontextual-return-perl (0.004014-2) ... #14 57.64 Selecting previously unselected package libcpanel-json-xs-perl:arm64. #14 57.64 Preparing to unpack .../225-libcpanel-json-xs-perl_4.27-1build1_arm64.deb ... #14 57.65 Unpacking libcpanel-json-xs-perl:arm64 (4.27-1build1) ... #14 57.68 Selecting previously unselected package libdevel-stacktrace-perl. #14 57.69 Preparing to unpack .../226-libdevel-stacktrace-perl_2.0400-1_all.deb ... #14 57.69 Unpacking libdevel-stacktrace-perl (2.0400-1) ... #14 57.73 Selecting previously unselected package libexception-class-perl. #14 57.73 Preparing to unpack .../227-libexception-class-perl_1.45-1_all.deb ... #14 57.73 Unpacking libexception-class-perl (1.45-1) ... #14 57.77 Selecting previously unselected package libiterator-perl. #13 65.80 Processing triggers for libc-bin (2.28-10+deb10u2) ... #13 65.91 Processing triggers for ca-certificates (20200601~deb10u2) ... #13 70.14 0 added, 0 removed; done. #13 70.14 Running hooks in /etc/ca-certificates/update.d... #13 70.14 done. #13 53.36 Running scriptlet: glibc-common-2.37-13.fc38.aarch64 153/153 #13 59.73 Verifying : bzip2-1.0.8-13.fc38.aarch64 1/153 #13 59.73 Verifying : cpio-2.13-14.fc38.aarch64 2/153 #13 59.73 Verifying : desktop-file-utils-0.26-8.fc38.aarch64 3/153 #13 59.73 Verifying : devscripts-checkbashisms-2.23.0-1.fc38.aarch64 4/153 #13 59.73 Verifying : dwz-0.15-2.fc38.aarch64 5/153 #13 59.73 Verifying : ed-1.19-2.fc38.aarch64 6/153 #13 59.73 Verifying : efi-srpm-macros-5-7.fc38.noarch 7/153 #13 59.73 Verifying : enchant2-2.3.4-1.fc38.aarch64 8/153 #13 59.73 Verifying : file-5.44-3.fc38.aarch64 9/153 #13 59.73 Verifying : fonts-filesystem-1:2.0.5-11.fc38.noarch 10/153 #13 59.73 Verifying : fonts-srpm-macros-1:2.0.5-11.fc38.noarch 11/153 #13 59.73 Verifying : fpc-srpm-macros-1.3-7.fc38.noarch 12/153 #13 59.73 Verifying : gdk-pixbuf2-2.42.10-2.fc38.aarch64 13/153 #13 59.73 Verifying : ghc-srpm-macros-1.6.1-1.fc38.noarch 14/153 #13 59.73 Verifying : gnat-srpm-macros-6-2.fc38.noarch 15/153 #13 59.73 Verifying : groff-base-1.22.4-11.fc38.aarch64 16/153 #13 59.73 Verifying : hunspell-1.7.2-3.fc38.aarch64 17/153 #13 59.73 Verifying : hunspell-en-0.20201207-3.fc38.noarch 18/153 #13 59.73 Verifying : hunspell-en-GB-0.20201207-3.fc38.noarch 19/153 #13 59.73 Verifying : hunspell-en-US-0.20201207-3.fc38.noarch 20/153 #13 59.73 Verifying : hunspell-filesystem-1.7.2-3.fc38.aarch64 21/153 #13 59.73 Verifying : jansson-2.13.1-6.fc38.aarch64 22/153 #13 59.73 Verifying : js-jquery-3.6.3-2.fc38.noarch 23/153 #13 59.73 Verifying : json-glib-1.6.6-4.fc38.aarch64 24/153 #13 59.73 Verifying : libappstream-glib-0.8.2-2.fc38.aarch64 25/153 #13 59.73 Verifying : libjpeg-turbo-2.1.4-2.fc38.aarch64 26/153 #13 59.73 Verifying : libpkgconf-1.8.0-6.fc38.aarch64 27/153 #13 59.73 Verifying : libpng-2:1.6.37-14.fc38.aarch64 28/153 #13 59.73 Verifying : libstemmer-2.2.0-5.fc38.aarch64 29/153 #13 59.73 Verifying : lua-srpm-macros-1-8.fc38.noarch 30/153 #13 59.73 Verifying : ncurses-6.4-3.20230114.fc38.aarch64 31/153 #13 59.73 Verifying : ocaml-srpm-macros-7-3.fc38.noarch 32/153 #13 59.73 Verifying : openblas-srpm-macros-2-13.fc38.noarch 33/153 #13 59.73 Verifying : patch-2.7.6-19.fc38.aarch64 34/153 #13 59.73 Verifying : perl-Carp-1.52-490.fc38.noarch 35/153 #13 59.73 Verifying : perl-Data-Dumper-2.184-491.fc38.aarch64 36/153 #13 59.73 Verifying : perl-Digest-1.20-490.fc38.noarch 37/153 #13 59.73 Verifying : perl-Digest-MD5-2.58-490.fc38.aarch64 38/153 #13 59.73 Verifying : perl-Encode-4:3.19-493.fc38.aarch64 39/153 #13 59.73 Verifying : perl-Exporter-5.77-490.fc38.noarch 40/153 #13 59.73 Verifying : perl-File-Path-2.18-490.fc38.noarch 41/153 #13 59.73 Verifying : perl-File-Temp-1:0.231.100-490.fc38.noarch 42/153 #13 59.73 Verifying : perl-Getopt-Long-1:2.54-2.fc38.noarch 43/153 #13 59.73 Verifying : perl-IO-Socket-IP-0.41-492.fc38.noarch 44/153 #13 59.73 Verifying : perl-IO-Socket-SSL-2.081-1.fc38.noarch 45/153 #13 59.73 Verifying : perl-MIME-Base64-3.16-490.fc38.aarch64 46/153 #13 59.73 Verifying : perl-Mozilla-CA-20221114-2.fc38.noarch 47/153 #13 59.73 Verifying : perl-Net-SSLeay-1.92-5.fc38.aarch64 48/153 #13 59.73 Verifying : perl-PathTools-3.84-490.fc38.aarch64 49/153 #13 59.73 Verifying : perl-Pod-Escapes-1:1.07-490.fc38.noarch 50/153 #13 59.73 Verifying : perl-Pod-Perldoc-3.28.01-491.fc38.noarch 51/153 #13 59.73 Verifying : perl-Pod-Simple-1:3.43-491.fc38.noarch 52/153 #13 59.73 Verifying : perl-Pod-Usage-4:2.03-4.fc38.noarch 53/153 #13 59.73 Verifying : perl-Scalar-List-Utils-5:1.63-490.fc38.aarch64 54/153 #13 59.73 Verifying : perl-Socket-4:2.036-2.fc38.aarch64 55/153 #13 59.73 Verifying : perl-Storable-1:3.26-490.fc38.aarch64 56/153 #13 59.73 Verifying : perl-Term-ANSIColor-5.01-491.fc38.noarch 57/153 #13 59.73 Verifying : perl-Term-Cap-1.18-1.fc38.noarch 58/153 #13 59.73 Verifying : perl-Text-ParseWords-3.31-490.fc38.noarch 59/153 #13 59.73 Verifying : perl-Time-Local-2:1.300-490.fc38.noarch 60/153 #13 59.73 Verifying : perl-URI-5.17-2.fc38.noarch 61/153 #13 59.73 Verifying : perl-constant-1.33-491.fc38.noarch 62/153 #13 59.73 Verifying : perl-libnet-3.15-1.fc38.noarch 63/153 #13 59.73 Verifying : perl-parent-1:0.241-1.fc38.noarch 64/153 #13 59.73 Verifying : perl-podlators-1:5.01-2.fc38.noarch 65/153 #13 59.73 Verifying : perl-srpm-macros-1-48.fc38.noarch 66/153 #13 59.73 Verifying : pkgconf-1.8.0-6.fc38.aarch64 67/153 #13 59.73 Verifying : pkgconf-m4-1.8.0-6.fc38.noarch 68/153 #13 59.73 Verifying : pkgconf-pkg-config-1.8.0-6.fc38.aarch64 69/153 #13 59.73 Verifying : python-srpm-macros-3.11-10.fc38.noarch 70/153 #13 59.73 Verifying : python-systemd-doc-235-2.fc38.aarch64 71/153 #13 59.73 Verifying : python3-construct-2.10.68-4.fc38.noarch 72/153 #13 59.73 Verifying : python3-dateutil-1:2.8.2-5.fc38.noarch 73/153 #13 59.73 Verifying : python3-dbus-1.3.2-2.fc38.aarch64 74/153 #13 59.73 Verifying : python3-distro-1.8.0-2.fc38.noarch 75/153 #13 59.73 Verifying : python3-enchant-3.2.2-6.fc38.noarch 76/153 #13 59.73 Verifying : python3-file-magic-5.44-3.fc38.noarch 77/153 #13 59.73 Verifying : python3-pybeam-0.7-5.fc38.noarch 78/153 #13 59.73 Verifying : python3-pyxdg-0.27-7.fc38.noarch 79/153 #13 59.73 Verifying : python3-six-1.16.0-9.fc38.noarch 80/153 #13 59.73 Verifying : python3-systemd-235-2.fc38.aarch64 81/153 #13 59.73 Verifying : python3-tomli-w-1.0.0-5.fc38.noarch 82/153 #13 59.73 Verifying : shared-mime-info-2.2-3.fc38.aarch64 83/153 #13 59.74 Verifying : unzip-6.0-60.fc38.aarch64 84/153 #13 59.74 Verifying : web-assets-filesystem-5-19.fc38.noarch 85/153 #13 59.74 Verifying : xz-5.4.1-1.fc38.aarch64 86/153 #13 59.74 Verifying : ansible-srpm-macros-1-10.fc38.noarch 87/153 #13 59.74 Verifying : binutils-2.39-16.fc38.aarch64 88/153 #13 59.74 Verifying : binutils-gold-2.39-16.fc38.aarch64 89/153 #13 59.74 Verifying : dash-0.5.12-1.fc38.aarch64 90/153 #13 59.74 Verifying : dbus-libs-1:1.14.10-1.fc38.aarch64 91/153 #13 59.74 Verifying : debugedit-5.0-9.fc38.aarch64 92/153 #13 59.74 Verifying : diffutils-3.10-1.fc38.aarch64 93/153 #13 59.74 Verifying : dnf-plugins-core-4.4.4-1.fc38.noarch 94/153 #13 59.74 Verifying : elfutils-0.190-2.fc38.aarch64 95/153 #13 59.74 Verifying : elfutils-debuginfod-client-0.190-2.fc38.aarch64 96/153 #13 59.74 Verifying : emacs-filesystem-1:28.3-0.rc1.fc38.noarch 97/153 #13 59.74 Verifying : gdb-minimal-13.2-7.fc38.aarch64 98/153 #13 59.74 Verifying : glibc-gconv-extra-2.37-16.fc38.aarch64 99/153 #13 59.74 Verifying : go-srpm-macros-3.3.1-1.fc38.noarch 100/153 #13 59.74 Verifying : kernel-srpm-macros-1.0-19.fc38.noarch 101/153 #13 59.74 Verifying : package-notes-srpm-macros-0.5-8.fc38.noarch 102/153 #13 59.74 Verifying : perl-AutoLoader-5.74-498.fc38.noarch 103/153 #13 59.74 Verifying : perl-B-1.83-498.fc38.aarch64 104/153 #13 59.74 Verifying : perl-Class-Struct-0.66-498.fc38.noarch 105/153 #13 59.74 Verifying : perl-DynaLoader-1.52-498.fc38.aarch64 106/153 #13 59.74 Verifying : perl-Errno-1.36-498.fc38.aarch64 107/153 #13 59.74 Verifying : perl-Fcntl-1.15-498.fc38.aarch64 108/153 #13 59.74 Verifying : perl-File-Basename-2.85-498.fc38.noarch 109/153 #13 59.74 Verifying : perl-File-stat-1.12-498.fc38.noarch 110/153 #13 59.74 Verifying : perl-FileHandle-2.03-498.fc38.noarch 111/153 #13 59.74 Verifying : perl-Getopt-Std-1.13-498.fc38.noarch 112/153 #13 59.74 Verifying : perl-HTTP-Tiny-0.086-2.fc38.noarch 113/153 #13 59.74 Verifying : perl-IO-1.50-498.fc38.aarch64 114/153 #13 59.74 Verifying : perl-IPC-Open3-1.22-498.fc38.noarch 115/153 #13 59.74 Verifying : perl-NDBM_File-1.15-498.fc38.aarch64 116/153 #13 59.74 Verifying : perl-POSIX-2.03-498.fc38.aarch64 117/153 #13 59.74 Verifying : perl-SelectSaver-1.02-498.fc38.noarch 118/153 #13 59.74 Verifying : perl-Symbol-1.09-498.fc38.noarch 119/153 #13 59.74 Verifying : perl-Text-Tabs+Wrap-2023.0511-1.fc38.noarch 120/153 #13 59.74 Verifying : perl-base-2.27-498.fc38.noarch 121/153 #13 59.74 Verifying : perl-if-0.61.000-498.fc38.noarch 122/153 #13 59.74 Verifying : perl-interpreter-4:5.36.3-498.fc38.aarch64 123/153 #13 59.74 Verifying : perl-libs-4:5.36.3-498.fc38.aarch64 124/153 #13 59.74 Verifying : perl-locale-1.10-498.fc38.noarch 125/153 #13 59.74 Verifying : perl-mro-1.26-498.fc38.aarch64 126/153 #13 59.74 Verifying : perl-overload-1.35-498.fc38.noarch 127/153 #13 59.74 Verifying : perl-overloading-0.02-498.fc38.noarch 128/153 #13 59.74 Verifying : perl-vars-1.05-498.fc38.noarch 129/153 #13 59.74 Verifying : pyproject-srpm-macros-1.11.0-1.fc38.noarch 130/153 #13 59.74 Verifying : python3-dnf-plugins-core-4.4.4-1.fc38.noarch 131/153 #13 59.74 Verifying : python3-zstandard-0.21.0-1.fc38.aarch64 132/153 #13 59.74 Verifying : qt5-srpm-macros-5.15.11-1.fc38.noarch 133/153 #13 59.74 Verifying : qt6-srpm-macros-6.6.0-1.fc38.noarch 134/153 #13 59.74 Verifying : redhat-rpm-config-255-1.fc38.noarch 135/153 #13 59.74 Verifying : rpm-build-4.18.2-1.fc38.aarch64 136/153 #13 59.74 Verifying : rpmautospec-rpm-macros-0.3.8-1.fc38.noarch 137/153 #13 59.74 Verifying : rpmlint-2.4.0-6.fc38.noarch 138/153 #13 59.74 Verifying : rpmlint-fedora-license-data-1.38-1.fc38.noarch 139/153 #13 59.74 Verifying : rust-srpm-macros-25.2-2.fc38.noarch 140/153 #13 59.74 Verifying : xxhash-libs-0.8.2-1.fc38.aarch64 141/153 #13 59.74 Verifying : zip-3.0-37.fc38.aarch64 142/153 #13 59.74 Verifying : zstd-1.5.5-1.fc38.aarch64 143/153 #13 59.74 Verifying : elfutils-libelf-0.190-2.fc38.aarch64 144/153 #13 59.74 Verifying : elfutils-libelf-0.190-1.fc38.aarch64 145/153 #13 59.74 Verifying : elfutils-libs-0.190-2.fc38.aarch64 146/153 #13 59.74 Verifying : elfutils-libs-0.190-1.fc38.aarch64 147/153 #13 59.74 Verifying : glibc-2.37-16.fc38.aarch64 148/153 #13 59.74 Verifying : glibc-2.37-13.fc38.aarch64 149/153 #13 59.74 Verifying : glibc-common-2.37-16.fc38.aarch64 150/153 #13 59.74 Verifying : glibc-common-2.37-13.fc38.aarch64 151/153 #13 59.74 Verifying : glibc-minimal-langpack-2.37-16.fc38.aarch64 152/153 #13 59.74 Verifying : glibc-minimal-langpack-2.37-13.fc38.aarch64 153/153 #13 59.93 #13 59.93 Upgraded: #13 59.93 elfutils-libelf-0.190-2.fc38.aarch64 #13 59.93 elfutils-libs-0.190-2.fc38.aarch64 #13 59.93 glibc-2.37-16.fc38.aarch64 #13 59.93 glibc-common-2.37-16.fc38.aarch64 #13 59.93 glibc-minimal-langpack-2.37-16.fc38.aarch64 #13 59.93 Installed: #13 59.93 ansible-srpm-macros-1-10.fc38.noarch #13 59.93 binutils-2.39-16.fc38.aarch64 #13 59.93 binutils-gold-2.39-16.fc38.aarch64 #13 59.93 bzip2-1.0.8-13.fc38.aarch64 #13 59.93 cpio-2.13-14.fc38.aarch64 #13 59.93 dash-0.5.12-1.fc38.aarch64 #13 59.93 dbus-libs-1:1.14.10-1.fc38.aarch64 #13 59.93 debugedit-5.0-9.fc38.aarch64 #13 59.93 desktop-file-utils-0.26-8.fc38.aarch64 #13 59.93 devscripts-checkbashisms-2.23.0-1.fc38.aarch64 #13 59.93 diffutils-3.10-1.fc38.aarch64 #13 59.93 dnf-plugins-core-4.4.4-1.fc38.noarch #13 59.93 dwz-0.15-2.fc38.aarch64 #13 59.93 ed-1.19-2.fc38.aarch64 #13 59.93 efi-srpm-macros-5-7.fc38.noarch #13 59.93 elfutils-0.190-2.fc38.aarch64 #13 59.93 elfutils-debuginfod-client-0.190-2.fc38.aarch64 #13 59.93 emacs-filesystem-1:28.3-0.rc1.fc38.noarch #13 59.93 enchant2-2.3.4-1.fc38.aarch64 #13 59.93 file-5.44-3.fc38.aarch64 #13 59.93 fonts-filesystem-1:2.0.5-11.fc38.noarch #13 59.93 fonts-srpm-macros-1:2.0.5-11.fc38.noarch #13 59.93 fpc-srpm-macros-1.3-7.fc38.noarch #13 59.93 gdb-minimal-13.2-7.fc38.aarch64 #13 59.93 gdk-pixbuf2-2.42.10-2.fc38.aarch64 #13 59.93 ghc-srpm-macros-1.6.1-1.fc38.noarch #13 59.93 glibc-gconv-extra-2.37-16.fc38.aarch64 #13 59.93 gnat-srpm-macros-6-2.fc38.noarch #13 59.93 go-srpm-macros-3.3.1-1.fc38.noarch #13 59.93 groff-base-1.22.4-11.fc38.aarch64 #13 59.93 hunspell-1.7.2-3.fc38.aarch64 #13 59.93 hunspell-en-0.20201207-3.fc38.noarch #13 59.93 hunspell-en-GB-0.20201207-3.fc38.noarch #13 59.93 hunspell-en-US-0.20201207-3.fc38.noarch #13 59.93 hunspell-filesystem-1.7.2-3.fc38.aarch64 #13 59.93 jansson-2.13.1-6.fc38.aarch64 #13 59.93 js-jquery-3.6.3-2.fc38.noarch #13 59.93 json-glib-1.6.6-4.fc38.aarch64 #13 59.93 kernel-srpm-macros-1.0-19.fc38.noarch #13 59.93 libappstream-glib-0.8.2-2.fc38.aarch64 #13 59.93 libjpeg-turbo-2.1.4-2.fc38.aarch64 #13 59.93 libpkgconf-1.8.0-6.fc38.aarch64 #13 59.93 libpng-2:1.6.37-14.fc38.aarch64 #13 59.93 libstemmer-2.2.0-5.fc38.aarch64 #13 59.93 lua-srpm-macros-1-8.fc38.noarch #13 59.93 ncurses-6.4-3.20230114.fc38.aarch64 #13 59.93 ocaml-srpm-macros-7-3.fc38.noarch #13 59.93 openblas-srpm-macros-2-13.fc38.noarch #13 59.93 package-notes-srpm-macros-0.5-8.fc38.noarch #13 59.93 patch-2.7.6-19.fc38.aarch64 #13 59.93 perl-AutoLoader-5.74-498.fc38.noarch #13 59.93 perl-B-1.83-498.fc38.aarch64 #13 59.93 perl-Carp-1.52-490.fc38.noarch #13 59.93 perl-Class-Struct-0.66-498.fc38.noarch #13 59.93 perl-Data-Dumper-2.184-491.fc38.aarch64 #13 59.93 perl-Digest-1.20-490.fc38.noarch #13 59.93 perl-Digest-MD5-2.58-490.fc38.aarch64 #13 59.93 perl-DynaLoader-1.52-498.fc38.aarch64 #13 59.93 perl-Encode-4:3.19-493.fc38.aarch64 #13 59.93 perl-Errno-1.36-498.fc38.aarch64 #13 59.93 perl-Exporter-5.77-490.fc38.noarch #13 59.93 perl-Fcntl-1.15-498.fc38.aarch64 #13 59.93 perl-File-Basename-2.85-498.fc38.noarch #13 59.93 perl-File-Path-2.18-490.fc38.noarch #13 59.93 perl-File-Temp-1:0.231.100-490.fc38.noarch #13 59.93 perl-File-stat-1.12-498.fc38.noarch #13 59.93 perl-FileHandle-2.03-498.fc38.noarch #13 59.93 perl-Getopt-Long-1:2.54-2.fc38.noarch #13 59.93 perl-Getopt-Std-1.13-498.fc38.noarch #13 59.93 perl-HTTP-Tiny-0.086-2.fc38.noarch #13 59.93 perl-IO-1.50-498.fc38.aarch64 #13 59.93 perl-IO-Socket-IP-0.41-492.fc38.noarch #13 59.93 perl-IO-Socket-SSL-2.081-1.fc38.noarch #13 59.93 perl-IPC-Open3-1.22-498.fc38.noarch #13 59.93 perl-MIME-Base64-3.16-490.fc38.aarch64 #13 59.93 perl-Mozilla-CA-20221114-2.fc38.noarch #13 59.93 perl-NDBM_File-1.15-498.fc38.aarch64 #13 59.93 perl-Net-SSLeay-1.92-5.fc38.aarch64 #13 59.93 perl-POSIX-2.03-498.fc38.aarch64 #13 59.93 perl-PathTools-3.84-490.fc38.aarch64 #13 59.93 perl-Pod-Escapes-1:1.07-490.fc38.noarch #13 59.93 perl-Pod-Perldoc-3.28.01-491.fc38.noarch #13 59.93 perl-Pod-Simple-1:3.43-491.fc38.noarch #13 59.93 perl-Pod-Usage-4:2.03-4.fc38.noarch #13 59.93 perl-Scalar-List-Utils-5:1.63-490.fc38.aarch64 #13 59.93 perl-SelectSaver-1.02-498.fc38.noarch #13 59.93 perl-Socket-4:2.036-2.fc38.aarch64 #13 59.93 perl-Storable-1:3.26-490.fc38.aarch64 #13 59.93 perl-Symbol-1.09-498.fc38.noarch #13 59.93 perl-Term-ANSIColor-5.01-491.fc38.noarch #13 59.93 perl-Term-Cap-1.18-1.fc38.noarch #13 59.93 perl-Text-ParseWords-3.31-490.fc38.noarch #13 59.93 perl-Text-Tabs+Wrap-2023.0511-1.fc38.noarch #13 59.93 perl-Time-Local-2:1.300-490.fc38.noarch #13 59.93 perl-URI-5.17-2.fc38.noarch #13 59.93 perl-base-2.27-498.fc38.noarch #13 59.93 perl-constant-1.33-491.fc38.noarch #13 59.93 perl-if-0.61.000-498.fc38.noarch #13 59.93 perl-interpreter-4:5.36.3-498.fc38.aarch64 #13 59.93 perl-libnet-3.15-1.fc38.noarch #13 59.93 perl-libs-4:5.36.3-498.fc38.aarch64 #13 59.93 perl-locale-1.10-498.fc38.noarch #13 59.93 perl-mro-1.26-498.fc38.aarch64 #13 59.93 perl-overload-1.35-498.fc38.noarch #13 59.93 perl-overloading-0.02-498.fc38.noarch #13 59.93 perl-parent-1:0.241-1.fc38.noarch #13 59.93 perl-podlators-1:5.01-2.fc38.noarch #13 59.93 perl-srpm-macros-1-48.fc38.noarch #13 59.93 perl-vars-1.05-498.fc38.noarch #13 59.93 pkgconf-1.8.0-6.fc38.aarch64 #13 59.93 pkgconf-m4-1.8.0-6.fc38.noarch #13 59.93 pkgconf-pkg-config-1.8.0-6.fc38.aarch64 #13 59.93 pyproject-srpm-macros-1.11.0-1.fc38.noarch #13 59.93 python-srpm-macros-3.11-10.fc38.noarch #13 59.93 python-systemd-doc-235-2.fc38.aarch64 #13 59.93 python3-construct-2.10.68-4.fc38.noarch #13 59.93 python3-dateutil-1:2.8.2-5.fc38.noarch #13 59.93 python3-dbus-1.3.2-2.fc38.aarch64 #13 59.93 python3-distro-1.8.0-2.fc38.noarch #13 59.93 python3-dnf-plugins-core-4.4.4-1.fc38.noarch #13 59.93 python3-enchant-3.2.2-6.fc38.noarch #13 59.93 python3-file-magic-5.44-3.fc38.noarch #13 59.93 python3-pybeam-0.7-5.fc38.noarch #13 59.93 python3-pyxdg-0.27-7.fc38.noarch #13 59.93 python3-six-1.16.0-9.fc38.noarch #13 59.93 python3-systemd-235-2.fc38.aarch64 #13 59.93 python3-tomli-w-1.0.0-5.fc38.noarch #13 59.93 python3-zstandard-0.21.0-1.fc38.aarch64 #13 59.93 qt5-srpm-macros-5.15.11-1.fc38.noarch #13 59.93 qt6-srpm-macros-6.6.0-1.fc38.noarch #13 59.93 redhat-rpm-config-255-1.fc38.noarch #13 59.93 rpm-build-4.18.2-1.fc38.aarch64 #13 59.93 rpmautospec-rpm-macros-0.3.8-1.fc38.noarch #13 59.93 rpmlint-2.4.0-6.fc38.noarch #13 59.93 rpmlint-fedora-license-data-1.38-1.fc38.noarch #13 59.93 rust-srpm-macros-25.2-2.fc38.noarch #13 59.93 shared-mime-info-2.2-3.fc38.aarch64 #13 59.93 unzip-6.0-60.fc38.aarch64 #13 59.93 web-assets-filesystem-5-19.fc38.noarch #13 59.93 xxhash-libs-0.8.2-1.fc38.aarch64 #13 59.93 xz-5.4.1-1.fc38.aarch64 #13 59.93 zip-3.0-37.fc38.aarch64 #13 59.93 zstd-1.5.5-1.fc38.aarch64 #13 59.93 #13 59.93 Complete! #13 DONE 60.1s #14 69.17 Setting up libperlio-utf8-strict-perl (0.010-1) ... #14 69.18 Setting up libsocket6-perl (0.29-3) ... #14 69.19 Setting up libgd3:armhf (2.3.3-9ubuntu1) ... #14 69.20 Setting up gcc-13 (13.2.0-4ubuntu3) ... #14 69.22 Setting up libvariable-magic-perl (0.63-1) ... #14 69.23 Setting up libio-html-perl (1.004-3) ... #14 69.24 Setting up libpod-parser-perl (1.66-1) ... #14 69.25 Setting up libb-hooks-op-check-perl:armhf (0.22-2build1) ... #14 69.27 Setting up libparams-util-perl (1.102-2) ... #14 69.28 Setting up libdpkg-perl (1.22.0ubuntu1) ... #14 69.29 Setting up libtime-duration-perl (1.21-2) ... #14 69.31 Setting up autoconf (2.71-3) ... #14 69.38 Setting up libsub-exporter-progressive-perl (0.001013-3) ... #15 4.148 (62/92): glibc-devel-2.37-16.fc38.x86_64.rpm 1.2 MB/s | 53 kB 00:00 #15 4.318 (63/92): gcc-13.2.1-4.fc38.x86_64.rpm 93 MB/s | 34 MB 00:00 #15 4.325 (64/92): glibc-headers-x86-2.37-16.fc38.noarch. 2.7 MB/s | 535 kB 00:00 #15 4.342 (65/92): glibc-static-2.37-16.fc38.x86_64.rpm 8.7 MB/s | 1.7 MB 00:00 #15 4.348 (66/92): less-633-1.fc38.x86_64.rpm 8.8 MB/s | 175 kB 00:00 #15 4.363 (67/92): kernel-headers-6.6.3-100.fc38.x86_64.r 46 MB/s | 1.6 MB 00:00 #15 4.366 (68/92): libxcrypt-devel-4.4.36-1.fc38.x86_64.r 1.9 MB/s | 30 kB 00:00 #15 4.373 (69/92): libuv-1.47.0-3.fc38.x86_64.rpm 8.5 MB/s | 250 kB 00:00 #15 4.376 (70/92): libxcrypt-static-4.4.36-1.fc38.x86_64. 7.7 MB/s | 102 kB 00:00 #15 4.386 (71/92): make-4.4.1-1.fc38.x86_64.rpm 31 MB/s | 588 kB 00:00 #15 4.396 (72/92): openssh-clients-9.0p1-17.fc38.x86_64.r 38 MB/s | 698 kB 00:00 #15 4.404 (73/92): openssh-9.0p1-17.fc38.x86_64.rpm 16 MB/s | 435 kB 00:00 #15 4.407 (74/92): perl-File-Compare-1.100.700-498.fc38.n 761 kB/s | 14 kB 00:00 #15 4.410 (75/92): perl-File-Copy-2.39-498.fc38.noarch.rp 1.7 MB/s | 21 kB 00:00 #15 4.413 (76/92): perl-File-Find-1.40-498.fc38.noarch.rp 4.3 MB/s | 26 kB 00:00 #15 4.416 (77/92): perl-Git-2.43.0-1.fc38.noarch.rpm 4.4 MB/s | 40 kB 00:00 #15 4.419 (78/92): perl-lib-0.65-498.fc38.x86_64.rpm 1.8 MB/s | 15 kB 00:00 #15 4.423 (79/92): python3-audit-3.1.2-5.fc38.x86_64.rpm 9.4 MB/s | 87 kB 00:00 #15 10.48 Installing : gc-8.2.2-4.fc39.x86_64 18/98 #15 10.76 Installing : guile22-2.2.7-9.fc39.x86_64 19/98 #15 10.78 Installing : make-1:4.4.1-2.fc39.x86_64 20/98 #15 10.79 Installing : jsoncpp-1.9.5-5.fc39.x86_64 21/98 #15 10.80 Installing : kmod-libs-30-6.fc39.x86_64 22/98 #15 10.81 Upgrading : libgomp-13.2.1-6.fc39.x86_64 23/98 #15 10.86 Installing : xkeyboard-config-2.40-1.fc39.noarch 24/98 #16 DONE 8.8s #17 [stage-1 6/9] COPY --link sources/ /sources #15 [stage-1 4/9] COPY --link common /root/build-deb/debian #15 DONE 0.1s #16 [stage-1 5/9] RUN apt-get update && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control #13 68.25 Setting up libio-stringy-perl (2.111-3) ... #13 68.26 Setting up liblist-moreutils-perl (0.416-1+b4) ... #13 68.27 Setting up libhtml-tagset-perl (3.20-3) ... #13 68.28 Setting up liblog-any-perl (1.707-1) ... #13 68.29 Setting up libauthen-sasl-perl (2.1600-1) ... #13 68.30 Setting up libpod-constants-perl (0.19-1) ... #13 68.32 Setting up libregexp-pattern-license-perl (3.0.31-4) ... #13 68.33 Setting up libconvert-binhex-perl (1.125-1) ... #13 68.34 Setting up libfuture-perl (0.39-1) ... #13 68.35 Setting up liblwp-mediatypes-perl (6.02-1) ... #13 68.37 Setting up libyaml-libyaml-perl (0.76+repack-1) ... #13 68.38 Setting up libtry-tiny-perl (0.30-1) ... #13 68.39 Setting up libtype-tiny-perl (1.004004-1) ... #13 68.41 Setting up libtest-fatal-perl (0.014-1) ... #13 68.42 Setting up libcommon-sense-perl (3.74-2+b7) ... #13 68.43 Setting up libxml-namespacesupport-perl (1.12-1) ... #13 68.45 Setting up libnet-http-perl (6.18-1) ... #13 62.91 Setting up libref-util-perl (0.204-1) ... #13 62.92 Setting up libipc-system-simple-perl (1.25-4) ... #13 62.93 Setting up libnet-domain-tld-perl (1.75-1) ... #13 62.93 Setting up libnet-libidn-perl (0.12.ds-3+b1) ... #13 62.98 Setting up libvariable-magic-perl (0.62-1+b1) ... #13 62.99 Setting up python3-idna (2.6-1) ... #15 8.862 Installing : kernel-headers-6.6.3-200.fc39.aarch64 37/100 #15 8.929 Installing : glibc-devel-2.38-14.fc39.aarch64 38/100 #14 70.33 Setting up libio-prompter-perl (0.004015-1) ... #14 70.35 Setting up libhttp-cookies-perl (6.08-1) ... #14 70.36 Setting up po-debconf (1.0.21) ... #14 70.37 Setting up libhtml-tree-perl (5.07-2) ... #14 70.38 Setting up libparams-classify-perl (0.015-1build2) ... #14 70.39 Setting up libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ... #14 70.41 Setting up libpath-iterator-rule-perl (1.014-1) ... #14 70.42 Setting up libnet-dns-sec-perl (1.15-1) ... #14 70.43 Setting up libcurl3-gnutls:armhf (7.68.0-1ubuntu2.21) ... #14 70.45 Setting up libsereal-perl (4.011-1) ... #14 70.46 Setting up libhtml-format-perl (2.12-1) ... #14 70.47 Setting up libxml-sax-perl (1.02+dfsg-1) ... #14 70.54 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #17 28.32 Installing : which-2.21-20.el8.x86_64 55/57 #17 28.39 Installing : systemd-devel-239-79.el8.x86_64 56/57 #17 28.44 Installing : libseccomp-devel-2.5.2-1.el8.x86_64 57/57 #14 60.28 Preparing to unpack .../229-libcontextual-return-perl_0.004014-4_all.deb ... #14 60.28 Unpacking libcontextual-return-perl (0.004014-4) ... #14 60.35 Selecting previously unselected package libcpanel-json-xs-perl:arm64. #14 60.36 Preparing to unpack .../230-libcpanel-json-xs-perl_4.37-1_arm64.deb ... #14 60.36 Unpacking libcpanel-json-xs-perl:arm64 (4.37-1) ... #14 60.41 Selecting previously unselected package libdevel-stacktrace-perl. #14 60.41 Preparing to unpack .../231-libdevel-stacktrace-perl_2.0400-2_all.deb ... #14 60.42 Unpacking libdevel-stacktrace-perl (2.0400-2) ... #14 60.45 Selecting previously unselected package libexception-class-perl. #14 60.45 Preparing to unpack .../232-libexception-class-perl_1.45-1_all.deb ... #14 60.45 Unpacking libexception-class-perl (1.45-1) ... #14 60.48 Selecting previously unselected package libiterator-perl. #14 60.48 Preparing to unpack .../233-libiterator-perl_0.03+ds1-2_all.deb ... #14 60.49 Unpacking libiterator-perl (0.03+ds1-2) ... #14 60.51 Selecting previously unselected package libiterator-util-perl. #22 8.769 Selecting previously unselected package libsecret-1-0:amd64. #22 8.771 Preparing to unpack .../04-libsecret-1-0_0.20.5-3_amd64.deb ... #22 8.777 Unpacking libsecret-1-0:amd64 (0.20.5-3) ... #14 70.64 Setting up libconfig-tiny-perl (2.28-1) ... #14 70.66 Setting up libsereal-encoder-perl:armhf (4.023+ds-1) ... #14 70.67 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ... #14 70.68 Setting up liblist-utilsby-perl (0.11-1) ... #14 70.69 Setting up libstring-shellquote-perl (1.04-1) ... #14 70.70 Setting up libnet-netmask-perl (2.0001-1) ... #14 70.71 Setting up libsub-install-perl (0.928-1.1) ... #14 70.72 Setting up gcc (4:11.2.0-1ubuntu1) ... #14 70.74 Setting up dpkg-dev (1.21.1ubuntu2.2) ... #14 70.76 Setting up intltool-debian (0.35.0+20060710.5) ... #14 70.78 Setting up liberror-perl (0.17029-1) ... #14 70.79 Setting up dh-autoreconf (20) ... #14 70.80 Setting up patchutils (0.4.2-1build2) ... #14 70.82 Setting up libmail-sendmail-perl (0.80-1.1) ... #14 70.83 Setting up libltdl-dev:armhf (2.4.6-15build2) ... #14 70.85 Setting up libjson-maybexs-perl (1.004003-1) ... #14 59.10 Selecting previously unselected package libcrypt-dev:arm64. #14 59.10 Preparing to unpack .../061-libcrypt-dev_1%3a4.4.33-2_arm64.deb ... #14 59.11 Unpacking libcrypt-dev:arm64 (1:4.4.33-2) ... #14 59.14 Selecting previously unselected package rpcsvc-proto. #14 59.14 Preparing to unpack .../062-rpcsvc-proto_1.4.2-0ubuntu6_arm64.deb ... #14 59.15 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #14 59.18 Selecting previously unselected package libtirpc-dev:arm64. #14 59.18 Preparing to unpack .../063-libtirpc-dev_1.3.3+ds-1_arm64.deb ... #14 59.18 Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ... #14 59.22 Selecting previously unselected package libnsl-dev:arm64. #15 2.934 #15 2.934 The package has been created. #15 2.934 Attention, the package has been created in the current directory, #15 2.934 not in ".." as indicated by the message above! #15 2.955 Selecting previously unselected package docker-ce-build-deps. #15 2.971 (Reading database ... 29944 files and directories currently installed.) #15 2.972 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #15 2.975 Unpacking docker-ce-build-deps (1.0) ... #13 65.07 Setting up libxdelta2 (1.1.3-9.3) ... #13 65.09 Setting up libncursesw6:armhf (6.2+20201114-2+deb11u2) ... #13 65.11 Setting up libltdl7:armhf (2.4.6-15) ... #13 65.14 Setting up libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ... #13 65.17 Setting up libubsan1:armhf (10.2.1-6) ... #14 66.96 Preparing to unpack .../323-libsyntax-keyword-try-perl_0.28-1_armhf.deb ... #14 66.97 Unpacking libsyntax-keyword-try-perl (0.28-1) ... #14 67.00 Selecting previously unselected package libterm-readkey-perl. #14 67.00 Preparing to unpack .../324-libterm-readkey-perl_2.38-2build1_armhf.deb ... #14 67.00 Unpacking libterm-readkey-perl (2.38-2build1) ... #14 67.04 Selecting previously unselected package libtext-levenshteinxs-perl. #14 67.04 Preparing to unpack .../325-libtext-levenshteinxs-perl_0.03-5build1_armhf.deb ... #14 67.05 Unpacking libtext-levenshteinxs-perl (0.03-5build1) ... #14 67.08 Selecting previously unselected package libtext-markdown-discount-perl. #14 67.08 Preparing to unpack .../326-libtext-markdown-discount-perl_0.16-1_armhf.deb ... #14 67.09 Unpacking libtext-markdown-discount-perl (0.16-1) ... #14 67.12 Selecting previously unselected package libtext-xslate-perl:armhf. #14 67.12 Preparing to unpack .../327-libtext-xslate-perl_3.5.9-1build2_armhf.deb ... #14 67.13 Unpacking libtext-xslate-perl:armhf (3.5.9-1build2) ... #14 67.17 Selecting previously unselected package libtime-duration-perl. #14 67.17 Preparing to unpack .../328-libtime-duration-perl_1.21-2_all.deb ... #14 67.17 Unpacking libtime-duration-perl (1.21-2) ... #14 67.21 Selecting previously unselected package libtime-moment-perl. + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #16 9.537 Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.12) ... #16 9.550 Setting up cmake (3.22.1-1ubuntu1.22.04.1) ... #16 9.564 Setting up docker-ce-build-deps (1.0) ... #16 9.576 Processing triggers for man-db (2.10.2-1) ... #16 9.656 Processing triggers for libc-bin (2.35-0ubuntu3.6) ... #14 57.77 Preparing to unpack .../228-libiterator-perl_0.03+ds1-1.1_all.deb ... #14 57.78 Unpacking libiterator-perl (0.03+ds1-1.1) ... #14 57.81 Selecting previously unselected package libiterator-util-perl. #14 57.82 Preparing to unpack .../229-libiterator-util-perl_0.02+ds1-1.1_all.deb ... #14 57.82 Unpacking libiterator-util-perl (0.02+ds1-1.1) ... #14 57.86 Selecting previously unselected package libexporter-tiny-perl. #14 57.86 Preparing to unpack .../230-libexporter-tiny-perl_1.002002-1_all.deb ... #14 57.86 Unpacking libexporter-tiny-perl (1.002002-1) ... #14 57.90 Selecting previously unselected package liblist-moreutils-xs-perl. #14 57.90 Preparing to unpack .../231-liblist-moreutils-xs-perl_0.430-2build2_arm64.deb ... #14 57.91 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ... #14 57.95 Selecting previously unselected package liblist-moreutils-perl. #14 57.95 Preparing to unpack .../232-liblist-moreutils-perl_0.430-2_all.deb ... #14 57.95 Unpacking liblist-moreutils-perl (0.430-2) ... #14 57.99 Selecting previously unselected package libdata-dpath-perl. #14 57.99 Preparing to unpack .../233-libdata-dpath-perl_0.58-1_all.deb ... #14 58.00 Unpacking libdata-dpath-perl (0.58-1) ... #14 58.03 Selecting previously unselected package libdata-dump-perl. #13 65.95 Updating certificates in /etc/ssl/certs... #13 66.30 0 added, 0 removed; done. #13 66.30 Running hooks in /etc/ca-certificates/update.d... #14 [stage-1 3/6] COPY --link SPECS /root/rpmbuild/SPECS #14 DONE 0.0s #15 [stage-1 4/6] RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec #14 69.39 Setting up libarray-intspan-perl (2.004-2) ... #14 69.40 Setting up libcapture-tiny-perl (0.48-2) ... #14 69.41 Setting up libtimedate-perl (2.3300-2) ... #14 69.42 Setting up gpg-wks-server (2.2.40-1.1ubuntu1) ... #14 69.43 Setting up libsub-name-perl:armhf (0.27-1) ... #14 69.45 Setting up libtype-tiny-xs-perl:armhf (0.025-1) ... #14 69.46 Setting up libsyntax-keyword-try-perl (0.29-1) ... #14 69.47 Setting up libdata-validate-domain-perl (0.10-1.1) ... #14 69.49 Setting up libproc-processtable-perl:armhf (0.636-1) ... #14 69.50 Setting up libfile-chdir-perl (0.1008-1.1) ... #14 69.51 Setting up xauth (1:1.1.2-1) ... #14 69.52 Setting up libpath-tiny-perl (0.144-1) ... #14 69.53 Setting up libarchive-cpio-perl (0.10-3) ... #14 69.54 Setting up libjson-perl (4.10000-1) ... #14 69.55 Setting up libnsl2:armhf (1.3.0-2build2) ... #14 69.56 Setting up libipc-run3-perl (0.048-3) ... #14 69.57 Setting up libregexp-wildcards-perl (1.05-3) ... #15 4.463 (80/92): rpm-plugin-selinux-4.18.2-1.fc38.x86_6 421 kB/s | 18 kB 00:00 #15 4.472 (81/92): python3-setools-4.4.3-1.fc38.x86_64.rp 12 MB/s | 624 kB 00:00 #15 4.475 (82/92): selinux-policy-38.31-1.fc38.noarch.rpm 1.1 MB/s | 56 kB 00:00 #15 4.486 (83/92): selinux-policy-devel-38.31-1.fc38.noar 42 MB/s | 912 kB 00:00 #15 4.524 (84/92): systemd-253.14-1.fc38.x86_64.rpm 97 MB/s | 4.5 MB 00:00 #15 4.536 (85/92): systemd-devel-253.14-1.fc38.x86_64.rpm 12 MB/s | 593 kB 00:00 #15 4.585 (86/92): selinux-policy-targeted-38.31-1.fc38.n 62 MB/s | 6.7 MB 00:00 #15 4.593 (87/92): systemd-networkd-253.14-1.fc38.x86_64. 9.3 MB/s | 633 kB 00:00 #15 4.601 (88/92): systemd-pam-253.14-1.fc38.x86_64.rpm 5.4 MB/s | 339 kB 00:00 #15 4.609 (89/92): systemd-resolved-253.14-1.fc38.x86_64. 35 MB/s | 289 kB 00:00 #15 4.613 (90/92): systemd-rpm-macros-253.14-1.fc38.noarc 2.3 MB/s | 28 kB 00:00 #15 4.616 (91/92): vim-filesystem-9.1.031-1.fc38.noarch.r 1.2 MB/s | 17 kB 00:00 #15 4.628 (92/92): systemd-libs-253.14-1.fc38.x86_64.rpm 36 MB/s | 652 kB 00:00 #15 10.88 Installing : libxkbcommon-1.6.0-1.fc39.x86_64 25/98 #15 10.89 Installing : vim-filesystem-2:9.1.031-1.fc39.noarch 26/98 #15 10.89 Installing : python3-audit-3.1.2-5.fc39.x86_64 27/98 #15 10.90 Installing : perl-lib-0.65-502.fc39.x86_64 28/98 #15 10.91 Installing : perl-File-Copy-2.41-502.fc39.noarch 29/98 #15 10.91 Installing : perl-File-Compare-1.100.700-502.fc39.noarch 30/98 #15 10.94 Installing : autoconf-2.71-6.fc39.noarch 31/98 #15 10.96 Installing : automake-1.16.5-13.fc39.noarch 32/98 #15 10.97 Installing : libuv-1:1.47.0-3.fc39.x86_64 33/98 #17 DONE 0.3s #13 68.46 Setting up libhttp-tiny-multipart-perl (0.08-1) ... #13 68.48 Setting up libencode-locale-perl (1.05-1) ... #13 68.49 Setting up libtext-levenshtein-perl (0.13-1) ... #13 68.50 Setting up libnet-dns-perl (1.19-1) ... #13 68.51 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ... #13 68.53 Setting up libdevel-callchecker-perl (0.008-1) ... #13 68.54 Setting up libstring-shellquote-perl (1.04-1) ... #13 68.55 Setting up libsub-install-perl (0.928-1) ... #13 68.57 Setting up dpkg-dev (1.19.8) ... #13 68.59 Setting up libnumber-compare-perl (0.03-1) ... #13 68.60 Setting up intltool-debian (0.35.0+20060710.5) ... #13 68.64 Setting up libio-async-perl (0.72-1) ... #13 68.65 Setting up liberror-perl (0.17027-2) ... #13 68.66 Setting up patchutils (0.3.4-2) ... #13 63.18 Setting up libio-html-perl (1.001-1) ... #13 63.19 Setting up libb-hooks-op-check-perl (0.22-1+b1) ... #13 63.20 Setting up libtest-refcount-perl (0.08-3) ... #13 63.21 Setting up libparams-util-perl (1.07-3+b4) ... #13 63.22 Setting up libdpkg-perl (1.19.8) ... #13 63.23 Setting up autoconf (2.69-11) ... #13 63.24 Setting up python3-urllib3 (1.24.1-1+deb10u2) ... #13 63.42 Setting up libsub-exporter-progressive-perl (0.001013-1) ... #15 8.941 Installing : libxcrypt-devel-4.4.36-2.fc39.aarch64 39/100 #14 70.61 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 70.75 #14 70.75 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 70.78 Setting up dput (1.0.3ubuntu1.1) ... #17 28.46 Running scriptlet: libseccomp-devel-2.5.2-1.el8.x86_64 57/57 #14 60.51 Preparing to unpack .../234-libiterator-util-perl_0.02+ds1-2_all.deb ... #14 60.52 Unpacking libiterator-util-perl (0.02+ds1-2) ... #14 60.55 Selecting previously unselected package libdata-dpath-perl. #14 60.55 Preparing to unpack .../235-libdata-dpath-perl_0.58-2_all.deb ... #14 60.56 Unpacking libdata-dpath-perl (0.58-2) ... #14 60.59 Selecting previously unselected package libdata-dump-perl. #14 60.59 Preparing to unpack .../236-libdata-dump-perl_1.25-1_all.deb ... #14 60.59 Unpacking libdata-dump-perl (1.25-1) ... #14 60.62 Selecting previously unselected package libdata-messagepack-perl. #14 60.62 Preparing to unpack .../237-libdata-messagepack-perl_1.02-1build1_arm64.deb ... #14 60.63 Unpacking libdata-messagepack-perl (1.02-1build1) ... #14 60.66 Selecting previously unselected package libnet-domain-tld-perl. #14 60.66 Preparing to unpack .../238-libnet-domain-tld-perl_1.75-3_all.deb ... #14 60.67 Unpacking libnet-domain-tld-perl (1.75-3) ... #14 60.69 Selecting previously unselected package libdata-validate-domain-perl. #14 60.70 Preparing to unpack .../239-libdata-validate-domain-perl_0.10-1.1_all.deb ... #14 60.70 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #14 60.73 Selecting previously unselected package libnet-ipv6addr-perl. #22 8.823 Selecting previously unselected package gir1.2-secret-1:amd64. #22 8.825 Preparing to unpack .../05-gir1.2-secret-1_0.20.5-3_amd64.deb ... #22 8.832 Unpacking gir1.2-secret-1:amd64 (0.20.5-3) ... #22 8.891 Selecting previously unselected package uuid-dev:amd64. #22 8.893 Preparing to unpack .../06-uuid-dev_2.38.1-5+b1_amd64.deb ... #22 9.136 Unpacking uuid-dev:amd64 (2.38.1-5+b1) ... #14 70.86 Setting up libxml-sax-base-perl (1.09-1.1) ... #14 70.87 Setting up libio-string-perl (1.08-3.1) ... #14 70.89 Setting up libreadonly-perl (2.050-3) ... #14 70.90 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ... #14 70.92 Setting up python3-chardet (4.0.0-1) ... #15 3.011 Reading package lists... #15 3.514 Building dependency tree... #14 59.22 Preparing to unpack .../064-libnsl-dev_1.3.0-2build2_arm64.deb ... #14 59.22 Unpacking libnsl-dev:arm64 (1.3.0-2build2) ... #14 59.26 Selecting previously unselected package libc6-dev:arm64. #14 59.26 Preparing to unpack .../065-libc6-dev_2.37-0ubuntu2.2_arm64.deb ... #14 59.26 Unpacking libc6-dev:arm64 (2.37-0ubuntu2.2) ... #14 59.38 Selecting previously unselected package gcc-12-base:arm64. #14 59.38 Preparing to unpack .../066-gcc-12-base_12.3.0-1ubuntu1~23.04_arm64.deb ... #14 59.38 Unpacking gcc-12-base:arm64 (12.3.0-1ubuntu1~23.04) ... #14 59.46 Selecting previously unselected package libisl23:arm64. #14 59.46 Preparing to unpack .../067-libisl23_0.25-1_arm64.deb ... #14 59.47 Unpacking libisl23:arm64 (0.25-1) ... #14 59.52 Selecting previously unselected package libmpfr6:arm64. #13 65.20 Setting up libmd0:armhf (1.0.3-3) ... #13 65.21 Setting up python-apt-common (2.2.1) ... #13 65.24 Setting up libnsl-dev:armhf (1.3.0-2) ... #13 65.29 Setting up sensible-utils (0.0.14) ... #13 65.32 Setting up xdelta3 (3.0.11-dfsg-1+b1) ... #13 65.34 Setting up libcrypt-dev:armhf (1:4.4.18-4) ... #13 65.35 Setting up libuchardet0:armhf (0.0.7-1) ... #13 65.37 Setting up lzop (1.04-2) ... #13 65.40 Setting up libmpdec3:armhf (2.5.1-1) ... #14 67.21 Preparing to unpack .../329-libtime-moment-perl_0.44-2build1_armhf.deb ... #14 67.22 Unpacking libtime-moment-perl (0.44-2build1) ... #14 67.25 Selecting previously unselected package libtype-tiny-xs-perl:armhf. #14 67.25 Preparing to unpack .../330-libtype-tiny-xs-perl_0.025-1_armhf.deb ... #14 67.26 Unpacking libtype-tiny-xs-perl:armhf (0.025-1) ... #14 67.29 Selecting previously unselected package libunicode-utf8-perl. #14 67.29 Preparing to unpack .../331-libunicode-utf8-perl_0.62-2_armhf.deb ... #14 67.30 Unpacking libunicode-utf8-perl (0.62-2) ... #14 67.33 Selecting previously unselected package libwww-mechanize-perl. #14 67.33 Preparing to unpack .../332-libwww-mechanize-perl_2.16-1_all.deb ... #14 67.34 Unpacking libwww-mechanize-perl (2.16-1) ... #14 67.38 Selecting previously unselected package libxml-namespacesupport-perl. #14 67.38 Preparing to unpack .../333-libxml-namespacesupport-perl_1.12-2_all.deb ... #14 67.38 Unpacking libxml-namespacesupport-perl (1.12-2) ... #14 67.41 Selecting previously unselected package libxml-sax-base-perl. #14 67.42 Preparing to unpack .../334-libxml-sax-base-perl_1.09-3_all.deb ... #14 67.42 Unpacking libxml-sax-base-perl (1.09-3) ... #14 61.72 Selecting previously unselected package gcc. #14 61.72 Preparing to unpack .../094-gcc_4%3a9.3.0-1ubuntu2_arm64.deb ... #14 61.73 Unpacking gcc (4:9.3.0-1ubuntu2) ... #14 61.79 Selecting previously unselected package libstdc++-9-dev:arm64. #14 61.79 Preparing to unpack .../095-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.2_arm64.deb ... #14 61.80 Unpacking libstdc++-9-dev:arm64 (9.4.0-1ubuntu1~20.04.2) ... #14 58.03 Preparing to unpack .../234-libdata-dump-perl_1.25-1_all.deb ... #14 58.04 Unpacking libdata-dump-perl (1.25-1) ... #14 58.08 Selecting previously unselected package libdata-messagepack-perl. #14 58.08 Preparing to unpack .../235-libdata-messagepack-perl_1.01-2build1_arm64.deb ... #14 58.09 Unpacking libdata-messagepack-perl (1.01-2build1) ... #14 58.12 Selecting previously unselected package libnet-domain-tld-perl. #14 58.12 Preparing to unpack .../236-libnet-domain-tld-perl_1.75-1.1_all.deb ... #14 58.13 Unpacking libnet-domain-tld-perl (1.75-1.1) ... #14 58.17 Selecting previously unselected package libdata-validate-domain-perl. #14 58.17 Preparing to unpack .../237-libdata-validate-domain-perl_0.10-1.1_all.deb ... #14 58.18 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #14 58.21 Selecting previously unselected package libnet-ipv6addr-perl. #14 58.21 Preparing to unpack .../238-libnet-ipv6addr-perl_1.02-1_all.deb ... #14 58.22 Unpacking libnet-ipv6addr-perl (1.02-1) ... #14 58.24 Selecting previously unselected package libnet-netmask-perl. #14 58.25 Preparing to unpack .../239-libnet-netmask-perl_2.0001-1_all.deb ... #14 58.25 Unpacking libnet-netmask-perl (2.0001-1) ... #14 58.29 Selecting previously unselected package libnetaddr-ip-perl. #13 66.30 done. #14 69.64 Setting up libfcgi-perl (0.82+ds-2) ... #14 69.65 Setting up libsub-override-perl (0.09-4) ... #14 69.66 Setting up libaliased-perl (0.34-3) ... #14 69.68 Setting up libstrictures-perl (2.000006-1) ... #14 69.69 Setting up libsub-quote-perl (2.006008-1ubuntu1) ... #14 69.73 Setting up libdevel-stacktrace-perl (2.0400-2) ... #14 69.75 Setting up libclass-xsaccessor-perl (1.19-4build1) ... #14 69.76 Setting up libsort-versions-perl (1.62-3) ... #14 69.77 Setting up libexporter-tiny-perl (1.006002-1) ... #14 69.78 Setting up libre-engine-re2-perl:armhf (0.18+ds-1) ... #14 69.80 Setting up libfile-dirlist-perl (0.05-3) ... #14 69.81 Setting up libterm-readkey-perl (2.38-2build1) ... #14 69.82 Setting up libtext-levenshteinxs-perl (0.03-5build1) ... #14 69.83 Setting up libperlio-gzip-perl (0.20-1build1) ... #14 69.85 Setting up libsys-hostname-long-perl (1.5-3) ... #14 69.86 Setting up libhtml-html5-entities-perl (0.004-3) ... #14 69.88 Setting up libsereal-decoder-perl (5.004+ds-1) ... #14 69.89 Setting up liburi-perl (5.19-2) ... #14 69.90 Setting up libnet-ipv6addr-perl (1.02-1) ... #14 69.91 Setting up libfile-touch-perl (0.12-2) ... #14 69.92 Setting up libc-devtools (2.38-1ubuntu6) ... #14 69.94 Setting up libemail-address-xs-perl (1.05-1build1) ... #14 69.95 Setting up libnet-ssleay-perl:armhf (1.92-2build2) ... #14 69.96 Setting up automake (1:1.16.5-1.3) ... #15 4.630 -------------------------------------------------------------------------------- #15 4.630 Total 52 MB/s | 106 MB 00:02 #15 11.09 Installing : kernel-headers-6.6.3-200.fc39.x86_64 34/98 #15 11.15 Installing : glibc-headers-x86-2.38-14.fc39.noarch 35/98 #15 11.16 Installing : glibc-devel-2.38-14.fc39.x86_64 36/98 #18 [stage-1 7/9] COPY --link --from=golang /usr/local/go /usr/local/go #13 68.67 Setting up libmail-sendmail-perl (0.80-1) ... #13 68.69 Setting up libltdl-dev:armhf (2.4.6-9) ... #13 68.70 Setting up libxml-sax-base-perl (1.09-1) ... #13 68.72 Setting up libio-string-perl (1.08-3) ... #13 68.73 Setting up libreadonly-perl (2.050-1) ... #13 68.74 Setting up python3-chardet (3.0.4-3) ... + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #13 63.43 Setting up libcapture-tiny-perl (0.48-1) ... #13 63.44 Setting up libtimedate-perl (2.3000-2+deb10u1) ... #13 63.45 Setting up gpg-wks-server (2.2.12-1+deb10u2) ... #13 63.46 Setting up libsub-name-perl (0.21-1+b3) ... #13 63.47 Setting up libtype-tiny-xs-perl (0.014-1+b1) ... #13 63.48 Setting up g++-8 (8.3.0-6) ... #13 63.49 Setting up libfile-chdir-perl (0.1008-1) ... #13 63.50 Setting up xauth (1:1.0.10-1) ... #13 63.55 Setting up libpath-tiny-perl (0.108-1) ... #15 9.279 Installing : gcc-13.2.1-6.fc39.aarch64 40/100 #15 9.290 Running scriptlet: gcc-13.2.1-6.fc39.aarch64 40/100 #15 9.314 Installing : libxcrypt-static-4.4.36-2.fc39.aarch64 41/100 #15 9.349 Installing : glibc-static-2.38-14.fc39.aarch64 42/100 #15 9.355 Installing : annobin-docs-12.35-1.fc39.noarch 43/100 #15 9.364 Installing : rhash-1.4.3-3.fc39.aarch64 44/100 #14 70.94 Setting up libio-async-loop-epoll-perl (0.20-1) ... #14 70.95 Setting up dirmngr (2.2.19-3ubuntu2.2) ... #14 71.09 Setting up libnet-smtp-ssl-perl (1.04-1) ... #17 28.76 Verifying : autoconf-2.69-29.el8.noarch 1/57 #17 28.76 Verifying : automake-1.16.1-8.el8.noarch 2/57 #17 28.76 Verifying : cmake-3.26.5-2.el8.x86_64 3/57 #17 28.76 Verifying : cmake-data-3.26.5-2.el8.noarch 4/57 #17 28.76 Verifying : cmake-filesystem-3.26.5-2.el8.x86_64 5/57 #17 28.76 Verifying : cmake-rpm-macros-3.26.5-2.el8.noarch 6/57 #17 28.76 Verifying : git-2.43.0-1.el8.x86_64 7/57 #17 28.76 Verifying : git-core-2.43.0-1.el8.x86_64 8/57 #17 28.76 Verifying : git-core-doc-2.43.0-1.el8.noarch 9/57 #17 28.76 Verifying : isl-0.16.1-6.el8.x86_64 10/57 #17 28.76 Verifying : libmpc-1.1.0-9.1.el8.x86_64 11/57 #17 28.76 Verifying : libseccomp-devel-2.5.2-1.el8.x86_64 12/57 #17 28.76 Verifying : libtool-2.4.6-25.el8.x86_64 13/57 #17 28.76 Verifying : libtool-ltdl-devel-2.4.6-25.el8.x86_64 14/57 #17 28.76 Verifying : libuv-1:1.41.1-1.el8_4.x86_64 15/57 #17 28.76 Verifying : perl-Error-1:0.17025-2.el8.noarch 16/57 #17 28.76 Verifying : perl-Git-2.43.0-1.el8.noarch 17/57 #17 28.76 Verifying : perl-TermReadKey-2.37-7.el8.x86_64 18/57 #17 28.76 Verifying : perl-Thread-Queue-3.13-1.el8.noarch 19/57 #17 28.76 Verifying : vim-filesystem-2:8.0.1763-19.el8.4.noarch 20/57 #17 28.76 Verifying : annobin-11.13-2.el8.x86_64 21/57 #17 28.76 Verifying : checkpolicy-2.9-1.el8.x86_64 22/57 #17 28.76 Verifying : cpp-8.5.0-21.el8.x86_64 23/57 #17 28.76 Verifying : gcc-8.5.0-21.el8.x86_64 24/57 #17 28.76 Verifying : gcc-plugin-annobin-8.5.0-21.el8.x86_64 25/57 #17 28.76 Verifying : glibc-devel-2.28-248.el8.x86_64 26/57 #17 28.76 Verifying : glibc-headers-2.28-248.el8.x86_64 27/57 #17 28.76 Verifying : kernel-headers-4.18.0-536.el8.x86_64 28/57 #17 28.76 Verifying : libedit-3.1-23.20170329cvs.el8.x86_64 29/57 #17 28.76 Verifying : libgomp-8.5.0-21.el8.x86_64 30/57 #17 28.76 Verifying : libselinux-devel-2.9-8.el8.x86_64 31/57 #17 28.76 Verifying : libselinux-utils-2.9-8.el8.x86_64 32/57 #17 28.76 Verifying : libsepol-devel-2.9-3.el8.x86_64 33/57 #17 28.76 Verifying : libxcrypt-devel-4.1.1-6.el8.x86_64 34/57 #17 28.76 Verifying : m4-1.4.18-7.el8.x86_64 35/57 #17 28.76 Verifying : make-1:4.2.1-11.el8.x86_64 36/57 #17 28.76 Verifying : openssh-8.0p1-23.el8.x86_64 37/57 #17 28.76 Verifying : openssh-clients-8.0p1-23.el8.x86_64 38/57 #17 28.76 Verifying : pcre2-devel-10.32-3.el8.x86_64 39/57 #17 28.76 Verifying : pcre2-utf16-10.32-3.el8.x86_64 40/57 #17 28.76 Verifying : pcre2-utf32-10.32-3.el8.x86_64 41/57 #17 28.76 Verifying : policycoreutils-2.9-24.el8.x86_64 42/57 #17 28.76 Verifying : policycoreutils-devel-2.9-24.el8.x86_64 43/57 #17 28.76 Verifying : policycoreutils-python-utils-2.9-24.el8.noarch 44/57 #17 28.77 Verifying : python3-audit-3.1.2-1.el8.x86_64 45/57 #17 28.77 Verifying : python3-libselinux-2.9-8.el8.x86_64 46/57 #17 28.77 Verifying : python3-libsemanage-2.9-9.el8.x86_64 47/57 #17 28.77 Verifying : python3-policycoreutils-2.9-24.el8.noarch 48/57 #17 28.77 Verifying : python3-setools-4.3.0-5.el8.x86_64 49/57 #17 28.77 Verifying : rpm-plugin-selinux-4.14.3-31.el8.x86_64 50/57 #17 28.77 Verifying : selinux-policy-3.14.3-134.el8.noarch 51/57 #17 28.77 Verifying : selinux-policy-devel-3.14.3-134.el8.noarch 52/57 #17 28.77 Verifying : selinux-policy-minimum-3.14.3-134.el8.noarch 53/57 #17 28.77 Verifying : systemd-devel-239-79.el8.x86_64 54/57 #17 28.77 Verifying : which-2.21-20.el8.x86_64 55/57 #17 28.77 Verifying : glibc-static-2.28-248.el8.x86_64 56/57 #17 28.77 Verifying : libxcrypt-static-4.1.1-6.el8.x86_64 57/57 #17 28.94 #17 28.94 Installed: #17 28.94 annobin-11.13-2.el8.x86_64 #17 28.94 autoconf-2.69-29.el8.noarch #17 28.94 automake-1.16.1-8.el8.noarch #17 28.94 checkpolicy-2.9-1.el8.x86_64 #17 28.94 cmake-3.26.5-2.el8.x86_64 #17 28.94 cmake-data-3.26.5-2.el8.noarch #17 28.94 cmake-filesystem-3.26.5-2.el8.x86_64 #17 28.94 cmake-rpm-macros-3.26.5-2.el8.noarch #17 28.94 cpp-8.5.0-21.el8.x86_64 #17 28.94 gcc-8.5.0-21.el8.x86_64 #17 28.94 gcc-plugin-annobin-8.5.0-21.el8.x86_64 #17 28.94 git-2.43.0-1.el8.x86_64 #17 28.94 git-core-2.43.0-1.el8.x86_64 #17 28.94 git-core-doc-2.43.0-1.el8.noarch #17 28.94 glibc-devel-2.28-248.el8.x86_64 #17 28.94 glibc-headers-2.28-248.el8.x86_64 #17 28.94 glibc-static-2.28-248.el8.x86_64 #17 28.94 isl-0.16.1-6.el8.x86_64 #17 28.94 kernel-headers-4.18.0-536.el8.x86_64 #17 28.94 libedit-3.1-23.20170329cvs.el8.x86_64 #17 28.94 libgomp-8.5.0-21.el8.x86_64 #17 28.94 libmpc-1.1.0-9.1.el8.x86_64 #17 28.94 libseccomp-devel-2.5.2-1.el8.x86_64 #17 28.94 libselinux-devel-2.9-8.el8.x86_64 #17 28.94 libselinux-utils-2.9-8.el8.x86_64 #17 28.94 libsepol-devel-2.9-3.el8.x86_64 #17 28.94 libtool-2.4.6-25.el8.x86_64 #17 28.94 libtool-ltdl-devel-2.4.6-25.el8.x86_64 #17 28.94 libuv-1:1.41.1-1.el8_4.x86_64 #17 28.94 libxcrypt-devel-4.1.1-6.el8.x86_64 #17 28.94 libxcrypt-static-4.1.1-6.el8.x86_64 #17 28.94 m4-1.4.18-7.el8.x86_64 #17 28.94 make-1:4.2.1-11.el8.x86_64 #17 28.94 openssh-8.0p1-23.el8.x86_64 #17 28.94 openssh-clients-8.0p1-23.el8.x86_64 #17 28.94 pcre2-devel-10.32-3.el8.x86_64 #17 28.94 pcre2-utf16-10.32-3.el8.x86_64 #17 28.94 pcre2-utf32-10.32-3.el8.x86_64 #17 28.94 perl-Error-1:0.17025-2.el8.noarch #17 28.94 perl-Git-2.43.0-1.el8.noarch #17 28.94 perl-TermReadKey-2.37-7.el8.x86_64 #17 28.94 perl-Thread-Queue-3.13-1.el8.noarch #17 28.94 policycoreutils-2.9-24.el8.x86_64 #17 28.94 policycoreutils-devel-2.9-24.el8.x86_64 #17 28.94 policycoreutils-python-utils-2.9-24.el8.noarch #17 28.94 python3-audit-3.1.2-1.el8.x86_64 #17 28.94 python3-libselinux-2.9-8.el8.x86_64 #17 28.94 python3-libsemanage-2.9-9.el8.x86_64 #17 28.94 python3-policycoreutils-2.9-24.el8.noarch #17 28.94 python3-setools-4.3.0-5.el8.x86_64 #17 28.94 rpm-plugin-selinux-4.14.3-31.el8.x86_64 #17 28.94 selinux-policy-3.14.3-134.el8.noarch #17 28.94 selinux-policy-devel-3.14.3-134.el8.noarch #17 28.94 selinux-policy-minimum-3.14.3-134.el8.noarch #17 28.94 systemd-devel-239-79.el8.x86_64 #17 28.94 vim-filesystem-2:8.0.1763-19.el8.4.noarch #17 28.94 which-2.21-20.el8.x86_64 #17 28.94 #17 28.94 Complete! #16 0.541 Hit:1 http://security.ubuntu.com/ubuntu mantic-security InRelease #16 0.541 Hit:2 http://archive.ubuntu.com/ubuntu mantic InRelease #16 0.545 Hit:3 http://archive.ubuntu.com/ubuntu mantic-updates InRelease #16 0.557 Hit:4 http://archive.ubuntu.com/ubuntu mantic-backports InRelease #14 60.73 Preparing to unpack .../240-libnet-ipv6addr-perl_1.02-1_all.deb ... #14 60.73 Unpacking libnet-ipv6addr-perl (1.02-1) ... #14 60.77 Selecting previously unselected package libnet-netmask-perl. #14 60.77 Preparing to unpack .../241-libnet-netmask-perl_2.0002-2_all.deb ... #14 60.77 Unpacking libnet-netmask-perl (2.0002-2) ... #14 60.80 Selecting previously unselected package libnetaddr-ip-perl. #14 60.80 Preparing to unpack .../242-libnetaddr-ip-perl_4.079+dfsg-2build1_arm64.deb ... #14 60.81 Unpacking libnetaddr-ip-perl (4.079+dfsg-2build1) ... #14 60.88 Selecting previously unselected package libdata-validate-ip-perl. #14 60.88 Preparing to unpack .../243-libdata-validate-ip-perl_0.31-1_all.deb ... #14 60.88 Unpacking libdata-validate-ip-perl (0.31-1) ... #14 60.91 Selecting previously unselected package libdata-validate-uri-perl. #14 60.91 Preparing to unpack .../244-libdata-validate-uri-perl_0.07-2_all.deb ... #14 60.95 Unpacking libdata-validate-uri-perl (0.07-2) ... #14 60.98 Selecting previously unselected package libdistro-info-perl. #14 60.98 Preparing to unpack .../245-libdistro-info-perl_1.5ubuntu0.23.10.1_all.deb ... #14 60.98 Unpacking libdistro-info-perl (1.5ubuntu0.23.10.1) ... #14 61.01 Selecting previously unselected package libemail-address-xs-perl. #14 61.01 Preparing to unpack .../246-libemail-address-xs-perl_1.05-1build1_arm64.deb ... #14 61.02 Unpacking libemail-address-xs-perl (1.05-1build1) ... #14 61.05 Selecting previously unselected package libexporter-tiny-perl. #14 61.05 Preparing to unpack .../247-libexporter-tiny-perl_1.006002-1_all.deb ... #14 61.05 Unpacking libexporter-tiny-perl (1.006002-1) ... #14 61.08 Selecting previously unselected package libfcgi-bin. #14 71.22 Setting up libstring-copyright-perl (0.003012-1) ... #14 71.23 Setting up python3-debian (0.1.43ubuntu1.1) ... #22 9.472 Selecting previously unselected package libblkid-dev:amd64. #22 9.475 Preparing to unpack .../07-libblkid-dev_2.38.1-5+b1_amd64.deb ... #22 9.514 Unpacking libblkid-dev:amd64 (2.38.1-5+b1) ... #15 3.613 Reading state information... #15 3.617 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #15 3.749 Starting 2 pkgProblemResolver with broken count: 0 #15 3.751 Done #15 3.848 Done #14 59.52 Preparing to unpack .../068-libmpfr6_4.2.0-1_arm64.deb ... #14 59.52 Unpacking libmpfr6:arm64 (4.2.0-1) ... #14 59.59 Selecting previously unselected package libmpc3:arm64. #14 59.59 Preparing to unpack .../069-libmpc3_1.3.1-1_arm64.deb ... #14 59.60 Unpacking libmpc3:arm64 (1.3.1-1) ... #14 59.63 Selecting previously unselected package cpp-12. #14 59.63 Preparing to unpack .../070-cpp-12_12.3.0-1ubuntu1~23.04_arm64.deb ... #14 59.63 Unpacking cpp-12 (12.3.0-1ubuntu1~23.04) ... #14 59.84 Selecting previously unselected package cpp. #13 65.44 Setting up git-man (1:2.30.2-1+deb11u2) ... #13 65.47 Setting up libssh2-1:armhf (1.9.0-2) ... #13 65.48 Setting up netbase (6.3) ... #13 65.54 Setting up libtiff5:armhf (4.2.0-1+deb11u5) ... #13 65.57 Setting up libbinutils:armhf (2.35.2-2) ... #13 65.60 Setting up libfido2-1:armhf (1.6.0-2) ... #13 65.61 Setting up libisl23:armhf (0.23-1) ... #13 65.63 Setting up libc-dev-bin (2.31-13+deb11u7) ... #13 65.66 Setting up openssl (1.1.1w-0+deb11u1) ... #13 65.71 Setting up libbsd0:armhf (0.11.3-1+deb11u1) ... #13 65.74 Setting up libelf1:armhf (0.183-1) ... #13 65.76 Setting up readline-common (8.1-1) ... #13 65.78 Setting up publicsuffix (20220811.1734-0+deb11u1) ... #14 67.49 Selecting previously unselected package libxml-sax-perl. #14 67.49 Preparing to unpack .../335-libxml-sax-perl_1.02+dfsg-3_all.deb ... #14 67.49 Unpacking libxml-sax-perl (1.02+dfsg-3) ... #14 67.54 Selecting previously unselected package libxml-libxml-perl. #14 67.54 Preparing to unpack .../336-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1build1_armhf.deb ... #14 67.54 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1build1) ... #14 67.59 Selecting previously unselected package libxml-parser-perl. #14 67.59 Preparing to unpack .../337-libxml-parser-perl_2.46-4_armhf.deb ... #14 67.59 Unpacking libxml-parser-perl (2.46-4) ... #14 67.64 Selecting previously unselected package libxml-sax-expat-perl. #14 67.65 Preparing to unpack .../338-libxml-sax-expat-perl_0.51-2_all.deb ... #14 67.65 Unpacking libxml-sax-expat-perl (0.51-2) ... #14 67.72 Selecting previously unselected package libyaml-libyaml-perl. #14 62.01 Selecting previously unselected package g++-9. #14 62.01 Preparing to unpack .../096-g++-9_9.4.0-1ubuntu1~20.04.2_arm64.deb ... #14 62.01 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.2) ... #14 58.29 Preparing to unpack .../240-libnetaddr-ip-perl_4.079+dfsg-1build7_arm64.deb ... #14 58.30 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ... #14 58.33 Selecting previously unselected package libdata-validate-ip-perl. #14 58.34 Preparing to unpack .../241-libdata-validate-ip-perl_0.30-1_all.deb ... #14 58.34 Unpacking libdata-validate-ip-perl (0.30-1) ... #14 58.38 Selecting previously unselected package libdata-validate-uri-perl. #14 58.38 Preparing to unpack .../242-libdata-validate-uri-perl_0.07-2_all.deb ... #14 58.38 Unpacking libdata-validate-uri-perl (0.07-2) ... #14 58.42 Selecting previously unselected package libdistro-info-perl. #14 58.42 Preparing to unpack .../243-libdistro-info-perl_1.1ubuntu0.2_all.deb ... #14 58.42 Unpacking libdistro-info-perl (1.1ubuntu0.2) ... #14 58.46 Selecting previously unselected package libemail-address-xs-perl. #14 58.46 Preparing to unpack .../244-libemail-address-xs-perl_1.04-1build6_arm64.deb ... #14 58.47 Unpacking libemail-address-xs-perl (1.04-1build6) ... #14 58.51 Selecting previously unselected package libipc-system-simple-perl. #14 58.51 Preparing to unpack .../245-libipc-system-simple-perl_1.30-1_all.deb ... #14 58.52 Unpacking libipc-system-simple-perl (1.30-1) ... #14 58.55 Selecting previously unselected package libfile-basedir-perl. + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:24 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad VERSION BBB 0.0.0-20240120124445-f18a476 + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye dpkg-buildpackage: info: source distribution bullseye dpkg-buildpackage: info: source changed by Docker #14 69.97 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #14 69.97 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #14 69.97 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #14 69.98 Setting up libapt-pkg-perl (0.1.40build3) ... #14 70.00 Setting up libstring-escape-perl (2010.002-3) ... #14 70.01 Setting up libberkeleydb-perl:armhf (0.64-2) ... #14 70.03 Setting up libhttp-date-perl (6.05-2) ... #14 70.04 Setting up libfile-which-perl (1.27-2) ... #14 70.05 Setting up libfile-basedir-perl (0.09-2) ... #14 70.07 Setting up libunicode-utf8-perl (0.62-2) ... #14 70.08 Setting up libset-intspan-perl (1.19-3) ... #14 70.09 Setting up libmouse-perl (2.5.10-1build5) ... #14 70.10 Setting up libfile-listing-perl (6.15-1) ... #14 70.12 Setting up gpg-wks-client (2.2.40-1.1ubuntu1) ... #14 70.13 Setting up libregexp-pattern-perl (0.2.14-2) ... #14 70.14 Setting up libdata-messagepack-perl (1.02-1build1) ... #14 70.15 Setting up libfont-afm-perl (1.20-4) ... #14 70.17 Setting up libwant-perl (0.29-2build1) ... #14 70.18 Setting up libdynaloader-functions-perl (0.003-3) ... #15 11.17 Installing : libxcrypt-devel-4.4.36-2.fc39.x86_64 37/98 #15 11.65 Installing : gcc-13.2.1-6.fc39.x86_64 38/98 #15 11.66 Running scriptlet: gcc-13.2.1-6.fc39.x86_64 38/98 #15 11.68 Installing : libxcrypt-static-4.4.36-2.fc39.x86_64 39/98 #15 11.74 Installing : glibc-static-2.38-14.fc39.x86_64 40/98 #15 11.75 Installing : annobin-docs-12.35-1.fc39.noarch 41/98 #13 68.96 Setting up libstring-copyright-perl (0.003006-1) ... #13 68.98 Setting up python3-debian (0.1.35) ... #13 63.56 Setting up libarchive-cpio-perl (0.10-1) ... #13 63.57 Setting up libjson-perl (4.02000-1) ... #13 63.58 Setting up libfcgi-perl (0.78-2+b3) ... #13 63.59 Setting up libdevel-globaldestruction-perl (0.14-1) ... #13 63.60 Setting up python3-unidiff (0.5.4-1) ... #13 63.74 Setting up libstrictures-perl (2.000005-1) ... #15 9.693 Installing : cmake-data-3.27.7-1.fc39.noarch 45/100 #14 71.10 Setting up libmodule-runtime-perl (0.016-1) ... #14 71.11 Setting up libmailtools-perl (2.21-1) ... #14 71.12 Setting up git (1:2.25.1-1ubuntu3.11) ... #14 71.16 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ... #14 71.20 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #14 71.27 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #14 71.34 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 62.76 Setting up libgpgme11:arm64 (1.14.0-1+b2) ... #13 62.77 Setting up gcc (4:10.2.1-1) ... #13 62.79 Setting up dirmngr (2.2.27-2+deb11u2) ... #13 62.93 Setting up perl (5.32.1-4+deb11u2) ... #13 62.95 Setting up libpackage-stash-xs-perl (0.29-1+b2) ... #13 62.96 Setting up libclass-data-inheritable-perl (0.08-3) ... #13 62.98 Setting up libdata-dump-perl (1.23-1.1) ... #13 62.99 Setting up libref-util-perl (0.204-1) ... #13 63.00 Setting up libipc-system-simple-perl (1.30-1) ... #13 63.01 Setting up libnet-domain-tld-perl (1.75-1.1) ... #13 63.03 Setting up libhash-fieldhash-perl (0.15-1+b3) ... #13 63.04 Setting up libvariable-magic-perl (0.62-1+b3) ... #13 63.05 Setting up libio-html-perl (1.004-2) ... #13 63.06 Setting up libpod-parser-perl (1.63-2) ... #13 63.08 Setting up libb-hooks-op-check-perl (0.22-1+b3) ... #13 63.09 Setting up liblist-moreutils-xs-perl (0.430-2) ... #13 63.10 Setting up libparams-util-perl (1.102-1+b1) ... #13 63.11 Setting up libdpkg-perl (1.20.13) ... #13 63.13 Setting up libtime-duration-perl (1.21-1) ... #13 63.14 Setting up autoconf (2.69-14) ... #13 63.16 Setting up libsub-exporter-progressive-perl (0.001013-1) ... #13 63.17 Setting up libarray-intspan-perl (2.004-1) ... #13 63.18 Setting up libcapture-tiny-perl (0.48-1) ... #13 63.19 Setting up libtimedate-perl (2.3300-2) ... #13 63.20 Setting up gpg-wks-server (2.2.27-2+deb11u2) ... #13 63.21 Setting up libsub-name-perl (0.26-1+b1) ... #13 63.23 Setting up libtype-tiny-xs-perl (0.022-1) ... #13 63.24 Setting up g++ (4:10.2.1-1) ... #13 63.26 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #13 63.27 Setting up libdata-validate-domain-perl (0.10-1.1) ... #13 63.28 Setting up libproc-processtable-perl (0.59-2+b1) ... #13 63.29 Setting up libfile-chdir-perl (0.1008-1.1) ... #13 63.30 Setting up xauth (1:1.1-1) ... #13 63.35 Setting up libpath-tiny-perl (0.118-1) ... #13 63.36 Setting up libarchive-cpio-perl (0.10-1.1) ... #13 63.37 Setting up libjson-perl (4.03000-1) ... #13 63.38 Setting up libipc-run3-perl (0.048-2) ... #13 63.39 Setting up libfcgi-perl:arm64 (0.79+ds-2) ... #13 63.40 Setting up libsub-override-perl (0.09-2) ... #13 63.41 Setting up libaliased-perl (0.34-1.1) ... #13 63.42 Setting up libstrictures-perl (2.000006-1) ... #13 63.44 Setting up libsub-quote-perl (2.006006-1) ... #13 63.45 Setting up libdevel-stacktrace-perl (2.0400-1) ... #13 63.46 Setting up libclass-xsaccessor-perl (1.19-3+b7) ... #13 63.47 Setting up libfontconfig1:arm64 (2.13.1-4.2) ... #13 63.48 Setting up libsort-versions-perl (1.62-1) ... #13 63.49 Setting up libexporter-tiny-perl (1.002002-1) ... #13 63.50 Setting up libre-engine-re2-perl:arm64 (0.14-1) ... #13 63.51 Setting up libfile-dirlist-perl (0.05-2) ... #13 63.52 Setting up libterm-readkey-perl (2.38-1+b2) ... #13 63.54 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ... #13 63.55 Setting up libperlio-gzip-perl (0.19-1+b7) ... #13 63.57 Setting up libsys-hostname-long-perl (1.5-2) ... #13 63.58 Setting up libhtml-html5-entities-perl (0.004-1.1) ... #13 63.59 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ... #13 63.61 Setting up liburi-perl (5.08-1) ... #13 63.62 Setting up libfile-touch-perl (0.11-1) ... #13 63.63 Setting up python3.9 (3.9.2-1) ... #14 61.09 Preparing to unpack .../248-libfcgi-bin_2.4.2-2build2_arm64.deb ... #14 61.09 Unpacking libfcgi-bin (2.4.2-2build2) ... #14 61.12 Selecting previously unselected package libipc-system-simple-perl. #14 61.12 Preparing to unpack .../249-libipc-system-simple-perl_1.30-2_all.deb ... #14 61.12 Unpacking libipc-system-simple-perl (1.30-2) ... #14 61.16 Selecting previously unselected package libfile-basedir-perl. #14 61.16 Preparing to unpack .../250-libfile-basedir-perl_0.09-2_all.deb ... #14 61.16 Unpacking libfile-basedir-perl (0.09-2) ... #14 61.21 Selecting previously unselected package libfile-chdir-perl. #14 61.21 Preparing to unpack .../251-libfile-chdir-perl_0.1008-1.1_all.deb ... #14 61.21 Unpacking libfile-chdir-perl (0.1008-1.1) ... #14 61.24 Selecting previously unselected package libfile-fcntllock-perl. #14 61.25 Preparing to unpack .../252-libfile-fcntllock-perl_0.22-4ubuntu1_arm64.deb ... #14 61.25 Unpacking libfile-fcntllock-perl (0.22-4ubuntu1) ... #14 61.28 Selecting previously unselected package libnumber-compare-perl. #14 61.28 Preparing to unpack .../253-libnumber-compare-perl_0.03-3_all.deb ... #14 61.29 Unpacking libnumber-compare-perl (0.03-3) ... #14 61.32 Selecting previously unselected package libtext-glob-perl. #14 71.43 Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... #14 71.58 Setting up libdata-optlist-perl (0.112-1) ... #22 ... #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 pkg-config #41 2.100 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #41 2.113 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] #41 2.113 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #41 2.180 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB] #41 2.278 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [12.7 kB] #41 2.344 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB] #41 3.945 Fetched 9185 kB in 2s (4336 kB/s) #41 3.945 Reading package lists... #41 5.032 Hit:1 http://deb.debian.org/debian bookworm InRelease #41 5.032 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #41 5.032 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #41 5.249 Reading package lists... #41 5.976 + apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config #41 5.983 Reading package lists... #41 6.856 Building dependency tree... #41 7.395 gcc is already the newest version (4:12.2.0-3). #41 7.395 libc6-dev is already the newest version (2.36-9+deb12u3). #41 7.395 pkg-config is already the newest version (1.8.1-1). #41 7.395 The following additional packages will be installed: #41 7.396 bzip2 libdpkg-perl patch xz-utils #41 7.398 Suggested packages: #41 7.398 bzip2-doc debian-keyring bzr seccomp ed diffutils-doc #41 7.398 Recommended packages: #41 7.398 build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl #41 7.398 liblocale-gettext-perl #41 7.496 The following NEW packages will be installed: #41 7.498 bzip2 dpkg-dev libdpkg-perl libseccomp-dev patch xz-utils #41 7.777 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. #41 7.777 Need to get 2695 kB of archives. #41 7.777 After this operation, 5852 kB of additional disk space will be used. #41 7.777 Get:1 http://deb.debian.org/debian bookworm/main amd64 bzip2 amd64 1.0.8-5+b1 [49.8 kB] #41 7.781 Get:2 http://deb.debian.org/debian bookworm/main amd64 xz-utils amd64 5.4.1-0.2 [471 kB] #41 7.787 Get:3 http://deb.debian.org/debian bookworm/main amd64 libdpkg-perl all 1.21.22 [603 kB] #41 7.795 Get:4 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] #41 7.800 Get:5 http://deb.debian.org/debian bookworm/main amd64 dpkg-dev all 1.21.22 [1353 kB] #41 7.833 Get:6 http://deb.debian.org/debian bookworm/main amd64 libseccomp-dev amd64 2.5.4-1+b3 [89.7 kB] #41 8.024 debconf: delaying package configuration, since apt-utils is not installed #41 8.074 Fetched 2695 kB in 0s (8375 kB/s) #41 8.115 Selecting previously unselected package bzip2. #41 8.116 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15644 files and directories currently installed.) #41 8.133 Preparing to unpack .../0-bzip2_1.0.8-5+b1_amd64.deb ... #41 8.137 Unpacking bzip2 (1.0.8-5+b1) ... #41 8.180 Selecting previously unselected package xz-utils. #41 8.180 Preparing to unpack .../1-xz-utils_5.4.1-0.2_amd64.deb ... #41 8.186 Unpacking xz-utils (5.4.1-0.2) ... #41 8.309 Selecting previously unselected package libdpkg-perl. #41 8.312 Preparing to unpack .../2-libdpkg-perl_1.21.22_all.deb ... #41 8.317 Unpacking libdpkg-perl (1.21.22) ... #41 8.414 Selecting previously unselected package patch. #41 8.416 Preparing to unpack .../3-patch_2.7.6-7_amd64.deb ... #41 8.421 Unpacking patch (2.7.6-7) ... #41 8.462 Selecting previously unselected package dpkg-dev. #41 8.465 Preparing to unpack .../4-dpkg-dev_1.21.22_all.deb ... #41 8.468 Unpacking dpkg-dev (1.21.22) ... #41 8.620 Selecting previously unselected package libseccomp-dev:amd64. #41 8.622 Preparing to unpack .../5-libseccomp-dev_2.5.4-1+b3_amd64.deb ... #41 8.626 Unpacking libseccomp-dev:amd64 (2.5.4-1+b3) ... #41 8.681 Setting up libseccomp-dev:amd64 (2.5.4-1+b3) ... #41 8.696 Setting up bzip2 (1.0.8-5+b1) ... #41 8.712 Setting up xz-utils (5.4.1-0.2) ... #41 8.727 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #41 8.741 Setting up patch (2.7.6-7) ... #41 8.760 Setting up libdpkg-perl (1.21.22) ... #41 8.778 Setting up dpkg-dev (1.21.22) ... #41 DONE 9.7s #22 [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 pkg-config #22 9.640 Selecting previously unselected package libbtrfs0:amd64. #22 9.641 Preparing to unpack .../08-libbtrfs0_6.2-1_amd64.deb ... #22 9.710 Unpacking libbtrfs0:amd64 (6.2-1) ... #15 3.952 Starting pkgProblemResolver with broken count: 0 #15 3.974 Starting 2 pkgProblemResolver with broken count: 0 #15 3.976 Done #14 59.84 Preparing to unpack .../071-cpp_4%3a12.2.0-3ubuntu1_arm64.deb ... #14 59.85 Unpacking cpp (4:12.2.0-3ubuntu1) ... #14 59.88 Selecting previously unselected package libcc1-0:arm64. #14 59.88 Preparing to unpack .../072-libcc1-0_13.1.0-2ubuntu2~23.04_arm64.deb ... #14 59.89 Unpacking libcc1-0:arm64 (13.1.0-2ubuntu2~23.04) ... #14 59.93 Selecting previously unselected package libgomp1:arm64. #14 59.93 Preparing to unpack .../073-libgomp1_13.1.0-2ubuntu2~23.04_arm64.deb ... #14 59.93 Unpacking libgomp1:arm64 (13.1.0-2ubuntu2~23.04) ... #14 59.96 Selecting previously unselected package libitm1:arm64. #13 65.81 Setting up libxml2:armhf (2.9.10+dfsg-6.7+deb11u4) ... #13 65.87 Setting up libmarkdown2:armhf (2.2.6-1) ... #13 65.91 Setting up libcc1-0:armhf (10.2.1-6) ... #13 65.93 Setting up iso-codes (4.6.0-1) ... #13 65.97 Setting up liblocale-gettext-perl (1.07-4+b1) ... #13 65.98 Setting up cpp-10 (10.2.1-6) ... #13 66.02 Setting up dctrl-tools (2.24-3) ... #14 67.72 Preparing to unpack .../339-libyaml-libyaml-perl_0.86+ds-1_armhf.deb ... #14 67.72 Unpacking libyaml-libyaml-perl (0.86+ds-1) ... #14 67.76 Selecting previously unselected package licensecheck. #14 67.76 Preparing to unpack .../340-licensecheck_3.3.5-1ubuntu1_all.deb ... #14 67.77 Unpacking licensecheck (3.3.5-1ubuntu1) ... #14 67.80 Selecting previously unselected package libdevel-size-perl. #14 67.80 Preparing to unpack .../341-libdevel-size-perl_0.83-2build1_armhf.deb ... #14 67.81 Unpacking libdevel-size-perl (0.83-2build1) ... #14 67.84 Selecting previously unselected package libipc-run3-perl. #14 67.84 Preparing to unpack .../342-libipc-run3-perl_0.048-3_all.deb ... #14 67.85 Unpacking libipc-run3-perl (0.048-3) ... #14 67.88 Selecting previously unselected package lzip. #14 67.89 Preparing to unpack .../343-lzip_1.23-5_armhf.deb ... #14 67.89 Unpacking lzip (1.23-5) ... #14 67.92 Selecting previously unselected package lzop. #14 67.93 Preparing to unpack .../344-lzop_1.04-2build2_armhf.deb ... #14 67.93 Unpacking lzop (1.04-2build2) ... #14 67.97 Selecting previously unselected package t1utils. #14 58.55 Preparing to unpack .../246-libfile-basedir-perl_0.09-1_all.deb ... #14 58.56 Unpacking libfile-basedir-perl (0.09-1) ... #14 58.60 Selecting previously unselected package libfile-chdir-perl. #14 58.60 Preparing to unpack .../247-libfile-chdir-perl_0.1008-1.1_all.deb ... #14 58.60 Unpacking libfile-chdir-perl (0.1008-1.1) ... #14 58.64 Selecting previously unselected package libfile-fcntllock-perl. #14 58.64 Preparing to unpack .../248-libfile-fcntllock-perl_0.22-3build7_arm64.deb ... #14 58.65 Unpacking libfile-fcntllock-perl (0.22-3build7) ... #14 58.68 Selecting previously unselected package libnumber-compare-perl. #14 58.69 Preparing to unpack .../249-libnumber-compare-perl_0.03-2_all.deb ... #14 58.69 Unpacking libnumber-compare-perl (0.03-2) ... #14 58.73 Selecting previously unselected package libtext-glob-perl. #14 58.73 Preparing to unpack .../250-libtext-glob-perl_0.11-2_all.deb ... #14 58.73 Unpacking libtext-glob-perl (0.11-2) ... #14 58.81 Selecting previously unselected package libfile-find-rule-perl. dpkg-buildpackage: info: host architecture armhf dpkg-source -I.git --before-build . debian/rules clean dh clean --with=bash-completion #14 70.19 Setting up libclass-method-modifiers-perl (2.15-1) ... #14 70.20 Setting up liblist-compare-perl (0.55-2) ... #14 70.22 Setting up libref-util-xs-perl (0.117-2build1) ... #14 70.23 Setting up libio-pty-perl (1:1.17-1) ... #14 70.24 Setting up libfile-fcntllock-perl (0.22-4ubuntu1) ... #14 70.25 Setting up libclone-perl:armhf (0.46-1) ... #14 70.27 Setting up libalgorithm-diff-perl (1.201-1) ... #14 70.28 Setting up libarchive-zip-perl (1.68-1) ... #14 70.29 Setting up libsub-identify-perl (0.14-3) ... #14 70.30 Setting up libdistro-info-perl (1.5ubuntu0.23.10.1) ... #14 70.33 Setting up libcpanel-json-xs-perl:armhf (4.37-1) ... #14 70.34 Setting up libhtml-tagset-perl (3.20-6) ... #14 70.36 Setting up liblog-any-perl (1.715-1) ... #14 70.37 Setting up libauthen-sasl-perl (2.1600-3) ... #14 70.39 Setting up libdevel-size-perl (0.83-2build1) ... #14 70.40 Setting up libpython3.11-stdlib:armhf (3.11.6-3) ... #14 70.41 Setting up libdebhelper-perl (13.11.6ubuntu1) ... #14 70.42 Setting up libpod-constants-perl (0.19-2) ... #14 70.44 Setting up libregexp-pattern-license-perl (3.11.0-1) ... #14 70.45 Setting up liblwp-mediatypes-perl (6.04-2) ... #14 70.47 Setting up libyaml-libyaml-perl (0.86+ds-1) ... #14 70.48 Setting up libio-interactive-perl (1.023-2) ... #14 70.50 Setting up libtry-tiny-perl (0.31-2) ... #14 70.51 Setting up libtype-tiny-perl (2.004000-1) ... #13 69.13 Setting up python3-requests (2.21.0-1+deb10u1) ... #13 69.28 Setting up libdata-optlist-perl (0.110-1) ... #13 69.30 Setting up libipc-run-perl (20180523.0-1) ... #13 69.32 Setting up git (1:2.20.1-2+deb10u8) ... #13 69.35 Setting up libcontextual-return-perl (0.004014-2) ... #13 69.36 Setting up libwww-robotrules-perl (6.02-1) ... #13 69.37 Setting up libtypes-serialiser-perl (1.0-1) ... #16 DONE 10.5s #17 [stage-1 6/9] COPY --link sources/ /sources #14 71.49 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 71.53 Setting up dh-strip-nondeterminism (1.7.0-1) ... #14 71.54 Setting up libconst-fast-perl (0.014-1) ... #14 71.55 Setting up libhttp-daemon-perl (6.06-1ubuntu0.1) ... #14 71.56 Setting up libgit-wrapper-perl (0.048-1) ... #14 71.58 Setting up libcurl4:armhf (7.68.0-1ubuntu2.21) ... #14 71.59 Setting up curl (7.68.0-1ubuntu2.21) ... #14 71.60 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ... #13 63.75 Setting up libsub-quote-perl (2.005001-1) ... #13 63.77 Setting up libclass-xsaccessor-perl (1.19-3+b2) ... #13 63.78 Setting up libsort-versions-perl (1.62-1) ... #13 63.79 Setting up libexporter-tiny-perl (1.002001-1) ... #13 63.80 Setting up libterm-readkey-perl (2.38-1) ... #13 63.81 Setting up lsb-release (10.2019051400) ... #13 63.82 Setting up libclass-accessor-perl (0.51-1) ... #13 63.83 Setting up libnet-ip-perl (1.26-2) ... #13 63.84 Setting up python3-magic (2:0.4.15-2) ... #13 63.98 Setting up libperlio-gzip-perl (0.19-1+b5) ... #13 63.99 Setting up libsys-hostname-long-perl (1.5-1) ... #13 64.00 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ... #13 64.01 Setting up liburi-perl (1.76-1) ... #13 64.02 Setting up exim4-daemon-light (4.92-8+deb10u9) ... #13 64.10 invoke-rc.d: could not determine current runlevel #15 9.838 Installing : cmake-3.27.7-1.fc39.aarch64 46/100 #15 9.848 Installing : qrencode-libs-4.1.1-5.fc39.aarch64 47/100 #15 9.936 Installing : python3-setuptools-67.7.2-7.fc39.noarch 48/100 #15 9.981 Installing : python3-setools-4.4.3-1.fc39.aarch64 49/100 #15 9.993 Installing : perl-TermReadKey-2.38-18.fc39.aarch64 50/100 #15 10.00 Installing : perl-Error-1:0.17029-13.fc39.noarch 51/100 #15 10.01 Installing : pcre2-utf32-10.42-1.fc39.2.aarch64 52/100 #15 10.02 Installing : pcre2-utf16-10.42-1.fc39.2.aarch64 53/100 #15 10.03 Installing : pcre2-devel-10.42-1.fc39.2.aarch64 54/100 #15 10.04 Installing : libsepol-devel-3.5-2.fc39.aarch64 55/100 #15 10.06 Installing : libselinux-utils-3.5-5.fc39.aarch64 56/100 #15 10.07 Installing : libedit-3.1-48.20230828cvs.fc39.aarch64 57/100 #15 10.08 Installing : libcbor-0.10.2-2.fc39.aarch64 58/100 #15 10.08 Installing : libfido2-1.13.0-3.fc39.aarch64 59/100 #15 10.09 Installing : libbpf-2:1.1.0-4.fc39.aarch64 60/100 #15 10.10 Installing : libargon2-20190702-3.fc39.aarch64 61/100 #15 10.11 Installing : less-633-2.fc39.aarch64 62/100 #15 10.12 Installing : dbus-common-1:1.14.10-1.fc39.noarch 63/100 #15 10.12 Running scriptlet: dbus-common-1:1.14.10-1.fc39.noarch 63/100 #15 10.13 Running scriptlet: dbus-broker-35-2.fc39.aarch64 64/100 + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:25 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git VERSION BBB 0.0.0-20240120124445-f18a476 #14 61.33 Preparing to unpack .../254-libtext-glob-perl_0.11-3_all.deb ... #14 61.33 Unpacking libtext-glob-perl (0.11-3) ... #14 61.36 Selecting previously unselected package libfile-find-rule-perl. #14 61.36 Preparing to unpack .../255-libfile-find-rule-perl_0.34-3_all.deb ... #14 61.37 Unpacking libfile-find-rule-perl (0.34-3) ... #14 61.40 Selecting previously unselected package libfont-afm-perl. #14 61.40 Preparing to unpack .../256-libfont-afm-perl_1.20-4_all.deb ... #14 61.41 Unpacking libfont-afm-perl (1.20-4) ... #14 61.44 Selecting previously unselected package libio-string-perl. #14 61.44 Preparing to unpack .../257-libio-string-perl_1.08-4_all.deb ... #14 61.45 Unpacking libio-string-perl (1.08-4) ... #14 61.48 Selecting previously unselected package libfont-ttf-perl. #14 61.48 Preparing to unpack .../258-libfont-ttf-perl_1.06-2_all.deb ... #14 61.49 Unpacking libfont-ttf-perl (1.06-2) ... #14 61.53 Selecting previously unselected package libfreezethaw-perl. #14 61.53 Preparing to unpack .../259-libfreezethaw-perl_0.5001-3_all.deb ... #14 61.54 Unpacking libfreezethaw-perl (0.5001-3) ... #14 61.57 Selecting previously unselected package libsort-versions-perl. #13 64.28 Setting up libemail-address-xs-perl (1.04-1+b3) ... #13 64.29 Setting up libnet-ssleay-perl (1.88-3+b1) ... #13 64.30 Setting up automake (1:1.16.3-2) ... #13 64.32 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #13 64.32 Setting up libapt-pkg-perl (0.1.39) ... #13 64.33 Setting up libio-sessiondata-perl (1.03-1.1) ... #13 64.35 Setting up libstring-escape-perl (2010.002-2) ... #13 64.36 Setting up libhttp-date-perl (6.05-1) ... #13 64.37 Setting up libfile-which-perl (1.23-1) ... #13 64.38 Setting up libfile-basedir-perl (0.08-1) ... #13 64.39 Setting up libnumber-range-perl (0.12-1.1) ... #14 71.59 Setting up libipc-run-perl (20200505.0-1) ... #14 71.60 Setting up git (1:2.34.1-1ubuntu1.10) ... #14 71.62 Setting up libtext-xslate-perl:armhf (3.5.9-1build1) ... #14 71.64 Setting up libcontextual-return-perl (0.004014-2) ... #14 71.65 Setting up libwww-robotrules-perl (6.02-1) ... #14 71.66 Setting up libtypes-serialiser-perl (1.01-1) ... #14 71.68 Setting up g++ (4:11.2.0-1ubuntu1) ... #14 71.71 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 71.71 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist #14 71.72 Setting up libhtml-parser-perl:armhf (3.76-1build2) ... #14 71.73 Setting up libgit-wrapper-perl (0.048-1) ... #14 71.75 Setting up liblog-any-adapter-screen-perl (0.140-2) ... #14 71.76 Setting up librole-tiny-perl (2.002004-1) ... #14 71.78 Setting up gnupg (2.2.27-3ubuntu2.1) ... #14 71.81 Setting up build-essential (12.9ubuntu3) ... #14 71.82 Setting up libfont-ttf-perl (1.06-1.1) ... #14 71.83 Setting up libfile-homedir-perl (1.006-1) ... #14 71.85 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ... #14 71.86 Setting up libio-socket-ssl-perl (2.074-2) ... #14 71.88 Setting up libsub-exporter-perl (0.988-1) ... #14 71.89 Setting up libalgorithm-merge-perl (0.08-3) ... #14 71.91 Setting up libhttp-message-perl (6.36-1) ... #14 71.92 Setting up libdata-validate-ip-perl (0.30-1) ... #15 4.148 The following additional packages will be installed: #15 4.148 bash-completion cmake cmake-data dh-apparmor libjsoncpp25 libpkgconf3 #15 4.148 libproc2-0 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config pkgconf #15 4.149 pkgconf-bin procps #15 4.149 Suggested packages: #15 4.149 cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils seccomp #15 4.149 Recommended packages: #15 4.149 psmisc #15 4.280 The following NEW packages will be installed: #22 9.796 Selecting previously unselected package libbtrfs-dev:amd64. #22 9.798 Preparing to unpack .../09-libbtrfs-dev_6.2-1_amd64.deb ... #22 9.833 Unpacking libbtrfs-dev:amd64 (6.2-1) ... #22 ... #42 [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 #42 1.597 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #42 1.609 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] #42 1.610 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #42 1.677 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB] #42 1.808 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [12.7 kB] #42 1.879 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB] #42 3.332 Fetched 9185 kB in 2s (4614 kB/s) #42 3.332 Reading package lists... #42 4.259 Reading package lists... #42 4.977 Building dependency tree... #42 5.411 The following additional packages will be installed: #42 5.413 cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2 #42 5.415 Suggested packages: #42 5.415 cmake-doc cmake-format elpa-cmake-mode ninja-build lrzip #42 5.498 The following NEW packages will be installed: #42 5.498 cmake cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2 #42 5.772 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. #42 5.772 Need to get 21.5 MB of archives. #42 5.772 After this operation, 80.9 MB of additional disk space will be used. #42 5.772 Get:1 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB] #42 5.859 Get:2 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB] #42 5.865 Get:3 http://deb.debian.org/debian bookworm/main amd64 libarchive13 amd64 3.6.2-1 [343 kB] #42 5.872 Get:4 http://deb.debian.org/debian bookworm/main amd64 libjsoncpp25 amd64 1.9.5-4 [78.6 kB] #42 5.872 Get:5 http://deb.debian.org/debian bookworm/main amd64 librhash0 amd64 1.4.3-3 [134 kB] #42 5.872 Get:6 http://deb.debian.org/debian bookworm/main amd64 libuv1 amd64 1.44.2-1 [140 kB] #42 5.872 Get:7 http://deb.debian.org/debian bookworm/main amd64 cmake-data all 3.25.1-1 [2026 kB] #42 5.886 Get:8 http://deb.debian.org/debian bookworm/main amd64 cmake amd64 3.25.1-1 [8692 kB] #42 6.087 debconf: delaying package configuration, since apt-utils is not installed #42 6.127 Fetched 21.5 MB in 0s (47.8 MB/s) #42 6.151 Selecting previously unselected package libicu72:amd64. #42 6.151 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15644 files and directories currently installed.) #42 6.162 Preparing to unpack .../0-libicu72_72.1-3_amd64.deb ... #42 6.169 Unpacking libicu72:amd64 (72.1-3) ... #42 6.861 Selecting previously unselected package libxml2:amd64. #42 6.863 Preparing to unpack .../1-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... #42 6.867 Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... #42 6.955 Selecting previously unselected package libarchive13:amd64. #42 6.957 Preparing to unpack .../2-libarchive13_3.6.2-1_amd64.deb ... #42 6.961 Unpacking libarchive13:amd64 (3.6.2-1) ... #42 7.031 Selecting previously unselected package libjsoncpp25:amd64. #42 7.033 Preparing to unpack .../3-libjsoncpp25_1.9.5-4_amd64.deb ... #42 7.036 Unpacking libjsoncpp25:amd64 (1.9.5-4) ... #42 7.085 Selecting previously unselected package librhash0:amd64. #42 7.088 Preparing to unpack .../4-librhash0_1.4.3-3_amd64.deb ... #42 7.091 Unpacking librhash0:amd64 (1.4.3-3) ... #42 7.142 Selecting previously unselected package libuv1:amd64. #42 7.145 Preparing to unpack .../5-libuv1_1.44.2-1_amd64.deb ... #42 7.149 Unpacking libuv1:amd64 (1.44.2-1) ... #42 7.253 Selecting previously unselected package cmake-data. #42 7.253 Preparing to unpack .../6-cmake-data_3.25.1-1_all.deb ... #42 7.262 Unpacking cmake-data (3.25.1-1) ... #42 7.832 Selecting previously unselected package cmake. #42 7.836 Preparing to unpack .../7-cmake_3.25.1-1_amd64.deb ... #42 7.840 Unpacking cmake (3.25.1-1) ... #42 8.688 Setting up libicu72:amd64 (72.1-3) ... #42 8.708 Setting up libuv1:amd64 (1.44.2-1) ... #42 8.726 Setting up libjsoncpp25:amd64 (1.9.5-4) ... #42 8.742 Setting up librhash0:amd64 (1.4.3-3) ... #42 8.759 Setting up cmake-data (3.25.1-1) ... #42 8.798 Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... #42 9.105 Setting up libarchive13:amd64 (3.6.2-1) ... #42 9.240 Setting up cmake (3.25.1-1) ... #42 9.415 Processing triggers for libc-bin (2.36-9+deb12u3) ... #42 ... #22 [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 pkg-config #22 10.14 Selecting previously unselected package libelf1:amd64. #13 66.07 Setting up debian-keyring (2021.07.26) ... #13 66.10 Setting up libgdbm6:armhf (1.19-2) ... #13 66.12 Setting up libctf0:armhf (2.35.2-2) ... #13 66.14 Setting up pinentry-curses (1.1.0-4) ... #13 66.17 Setting up manpages-dev (5.10-1) ... #13 66.20 Setting up libxdmcp6:armhf (1:1.1.2-3) ... #13 66.24 Setting up libxcb1:armhf (1.14-3) ... #14 59.97 Preparing to unpack .../074-libitm1_13.1.0-2ubuntu2~23.04_arm64.deb ... #14 59.97 Unpacking libitm1:arm64 (13.1.0-2ubuntu2~23.04) ... #14 60.00 Selecting previously unselected package libatomic1:arm64. #14 60.01 Preparing to unpack .../075-libatomic1_13.1.0-2ubuntu2~23.04_arm64.deb ... #14 60.01 Unpacking libatomic1:arm64 (13.1.0-2ubuntu2~23.04) ... #14 60.04 Selecting previously unselected package libasan8:arm64. #14 60.05 Preparing to unpack .../076-libasan8_13.1.0-2ubuntu2~23.04_arm64.deb ... #14 60.05 Unpacking libasan8:arm64 (13.1.0-2ubuntu2~23.04) ... #14 60.14 Selecting previously unselected package liblsan0:arm64. #14 60.14 Preparing to unpack .../077-liblsan0_13.1.0-2ubuntu2~23.04_arm64.deb ... #14 60.14 Unpacking liblsan0:arm64 (13.1.0-2ubuntu2~23.04) ... #14 60.20 Selecting previously unselected package libtsan2:arm64. #14 60.20 Preparing to unpack .../078-libtsan2_13.1.0-2ubuntu2~23.04_arm64.deb ... #14 60.20 Unpacking libtsan2:arm64 (13.1.0-2ubuntu2~23.04) ... #14 60.28 Selecting previously unselected package libubsan1:arm64. #14 67.97 Preparing to unpack .../345-t1utils_1.41-4build2_armhf.deb ... #14 67.98 Unpacking t1utils (1.41-4build2) ... #14 68.02 Selecting previously unselected package unzip. #14 68.02 Preparing to unpack .../346-unzip_6.0-27ubuntu1_armhf.deb ... #14 68.02 Unpacking unzip (6.0-27ubuntu1) ... #14 68.08 Selecting previously unselected package lintian. #14 68.08 Preparing to unpack .../347-lintian_2.116.3ubuntu1.1_all.deb ... #14 68.09 Unpacking lintian (2.116.3ubuntu1.1) ... #14 58.81 Preparing to unpack .../251-libfile-find-rule-perl_0.34-1_all.deb ... #14 58.82 Unpacking libfile-find-rule-perl (0.34-1) ... #14 58.86 Selecting previously unselected package libfont-afm-perl. #14 58.86 Preparing to unpack .../252-libfont-afm-perl_1.20-3_all.deb ... #14 58.87 Unpacking libfont-afm-perl (1.20-3) ... #14 58.90 Selecting previously unselected package libio-string-perl. #14 58.90 Preparing to unpack .../253-libio-string-perl_1.08-3.1_all.deb ... #14 58.91 Unpacking libio-string-perl (1.08-3.1) ... #14 58.95 Selecting previously unselected package libfont-ttf-perl. #14 58.95 Preparing to unpack .../254-libfont-ttf-perl_1.06-1.1_all.deb ... #14 58.95 Unpacking libfont-ttf-perl (1.06-1.1) ... #14 59.01 Selecting previously unselected package libsort-versions-perl. #14 59.01 Preparing to unpack .../255-libsort-versions-perl_1.62-1_all.deb ... #14 59.02 Unpacking libsort-versions-perl (1.62-1) ... #14 59.06 Selecting previously unselected package libgit-wrapper-perl. #14 59.06 Preparing to unpack .../256-libgit-wrapper-perl_0.048-1_all.deb ... #14 59.06 Unpacking libgit-wrapper-perl (0.048-1) ... #14 59.11 Selecting previously unselected package libhttp-tiny-multipart-perl. #14 59.11 Preparing to unpack .../257-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ... #14 59.11 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ... #14 59.15 Selecting previously unselected package libio-prompter-perl. #14 59.15 Preparing to unpack .../258-libio-prompter-perl_0.004015-1_all.deb ... #14 59.16 Unpacking libio-prompter-perl (0.004015-1) ... dh_clean #14 62.50 Selecting previously unselected package g++. #14 62.50 Preparing to unpack .../097-g++_4%3a9.3.0-1ubuntu2_arm64.deb ... #14 62.51 Unpacking g++ (4:9.3.0-1ubuntu2) ... #14 62.53 Selecting previously unselected package make. #14 62.54 Preparing to unpack .../098-make_4.2.1-1.2_arm64.deb ... #14 62.54 Unpacking make (4.2.1-1.2) ... #14 62.58 Selecting previously unselected package libdpkg-perl. #14 62.58 Preparing to unpack .../099-libdpkg-perl_1.19.7ubuntu3.2_all.deb ... #14 62.59 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ... #14 62.63 Selecting previously unselected package patch. #14 70.53 Setting up libcommon-sense-perl:armhf (3.75-3) ... #14 70.54 Setting up libmldbm-perl (2.05-4) ... #14 70.56 Setting up libxml-namespacesupport-perl (1.12-2) ... #14 70.57 Setting up libnet-http-perl (6.22-1) ... #14 70.58 Setting up libpath-iterator-rule-perl (1.015-2) ... #14 70.60 Setting up libtext-markdown-discount-perl (0.16-1) ... #14 70.61 Setting up libhttp-tiny-multipart-perl (0.08-2) ... #14 70.63 Setting up libtime-moment-perl (0.44-2build1) ... #14 70.64 Setting up libencode-locale-perl (1.05-3) ... #14 70.65 Setting up libexception-class-perl (1.45-1) ... #14 70.66 Setting up libmath-base85-perl (0.5+dfsg-2) ... #14 70.67 Setting up libconfig-tiny-perl (2.29-1) ... #14 70.68 Setting up libsereal-encoder-perl (5.004+ds-1) ... #14 70.70 Setting up libdevel-callchecker-perl:armhf (0.008-2) ... #14 70.72 Setting up liblist-utilsby-perl (0.12-2) ... #14 65.68 Setting up liblinux-epoll-perl (0.017-1) ... #14 65.69 Setting up libvariable-magic-perl (0.62-1build2) ... #14 65.71 Setting up python3-idna (2.8-1) ... #14 65.90 Setting up libio-html-perl (1.001-1) ... #13 69.39 Setting up g++ (4:8.3.0-1) ... #13 69.42 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #13 69.43 Setting up libhtml-parser-perl (3.72-3+b3) ... #13 69.44 Setting up libgit-wrapper-perl (0.048-1) ... #13 69.45 Setting up liblog-any-adapter-screen-perl (0.140-1) ... #13 69.46 Setting up librole-tiny-perl (2.000006-1) ... #13 69.47 Setting up gnupg (2.2.12-1+deb10u2) ... #13 69.54 Setting up build-essential (12.6) ... #13 69.64 Setting up libfile-homedir-perl (1.004-1) ... #15 11.76 Installing : rhash-1.4.3-3.fc39.x86_64 42/98 #15 12.03 Installing : cmake-data-3.27.7-1.fc39.noarch 43/98 #15 12.23 Installing : cmake-3.27.7-1.fc39.x86_64 44/98 #15 12.24 Installing : qrencode-libs-4.1.1-5.fc39.x86_64 45/98 #17 DONE 0.3s #18 [stage-1 7/9] COPY --link --from=golang /usr/local/go /usr/local/go #14 71.62 Setting up libmodule-implementation-perl (0.09-1) ... #14 71.63 Setting up libemail-valid-perl (1.202-1) ... #14 71.64 Setting up libpackage-stash-perl (0.38-1) ... #14 71.67 Setting up libimport-into-perl (1.002005-1) ... #14 71.69 Setting up libmoo-perl (2.003006-1) ... #14 71.70 Setting up liblist-someutils-perl (0.58-1) ... #14 71.71 Setting up liblist-someutils-xs-perl (0.58-2) ... #14 71.84 Setting up gnupg (2.2.19-3ubuntu2.2) ... #15 10.20 Installing : dbus-broker-35-2.fc39.aarch64 64/100 #15 10.20 Running scriptlet: dbus-broker-35-2.fc39.aarch64 64/100 #15 10.21 Installing : dbus-1:1.14.10-1.fc39.aarch64 65/100 #15 10.22 Installing : device-mapper-libs-1.02.196-1.fc39.aarch64 66/100 #15 10.23 Installing : cryptsetup-libs-2.6.1-3.fc39.aarch64 67/100 #13 64.10 invoke-rc.d: policy-rc.d denied execution of start. #15 10.24 Installing : device-mapper-1.02.196-1.fc39.aarch64 68/100 #15 10.26 Running scriptlet: libutempter-1.2.1-10.fc39.aarch64 69/100 #13 64.10 Initializing GnuTLS DH parameter file #13 64.17 Setting up libmailutils5:arm64 (1:3.5-4) ... #13 64.18 Setting up libdigest-bubblebabble-perl (0.02-2) ... #15 10.30 Installing : libutempter-1.2.1-10.fc39.aarch64 69/100 #15 10.39 Installing : util-linux-2.39.2-1.fc39.aarch64 70/100 #13 64.19 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ... #13 64.20 Setting up python3-pkg-resources (40.8.0-1) ... #13 64.40 Setting up automake (1:1.16.1-4) ... dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~raspbian.10~buster dpkg-buildpackage: info: source distribution buster dpkg-buildpackage: info: source changed by Docker dpkg-buildpackage: info: host architecture armhf dpkg-source -I.git --before-build . debian/rules clean dh clean --with=bash-completion #14 61.57 Preparing to unpack .../260-libsort-versions-perl_1.62-3_all.deb ... #14 61.57 Unpacking libsort-versions-perl (1.62-3) ... #14 61.60 Selecting previously unselected package libgit-wrapper-perl. #14 61.60 Preparing to unpack .../261-libgit-wrapper-perl_0.048-2_all.deb ... #14 61.61 Unpacking libgit-wrapper-perl (0.048-2) ... #14 61.64 Selecting previously unselected package libhttp-tiny-multipart-perl. #14 61.64 Preparing to unpack .../262-libhttp-tiny-multipart-perl_0.08-2_all.deb ... #14 61.64 Unpacking libhttp-tiny-multipart-perl (0.08-2) ... #14 61.67 Selecting previously unselected package libio-prompter-perl. #14 61.67 Preparing to unpack .../263-libio-prompter-perl_0.004015-2_all.deb ... #14 61.68 Unpacking libio-prompter-perl (0.004015-2) ... #14 61.71 Selecting previously unselected package libtypes-serialiser-perl. #14 61.71 Preparing to unpack .../264-libtypes-serialiser-perl_1.01-1_all.deb ... #14 61.72 Unpacking libtypes-serialiser-perl (1.01-1) ... #14 61.75 Selecting previously unselected package libjson-xs-perl. #14 61.75 Preparing to unpack .../265-libjson-xs-perl_4.030-2_arm64.deb ... #14 61.75 Unpacking libjson-xs-perl (4.030-2) ... #14 61.78 Selecting previously unselected package libjson-maybexs-perl. #14 61.78 Preparing to unpack .../266-libjson-maybexs-perl_1.004005-1_all.deb ... #14 61.79 Unpacking libjson-maybexs-perl (1.004005-1) ... #14 61.82 Selecting previously unselected package liblog-any-perl. #14 61.82 Preparing to unpack .../267-liblog-any-perl_1.715-1_all.deb ... #14 61.82 Unpacking liblog-any-perl (1.715-1) ... #14 61.86 Selecting previously unselected package liblog-any-adapter-screen-perl. #14 61.86 Preparing to unpack .../268-liblog-any-adapter-screen-perl_0.140-2_all.deb ... #14 61.86 Unpacking liblog-any-adapter-screen-perl (0.140-2) ... #14 61.89 Selecting previously unselected package libpackage-stash-perl. #13 64.40 Setting up libtask-weaken-perl (1.06-1) ... #13 64.41 Setting up libunicode-utf8-perl (0.62-1+b2) ... #13 64.42 Setting up libmouse-perl (2.5.10-1+b1) ... #13 64.43 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ... #13 64.44 Setting up libfile-listing-perl (6.14-1) ... #13 64.45 Setting up libsys-cpuaffinity-perl:arm64 (1.13~03-1) ... #13 64.47 Setting up gpg-wks-client (2.2.27-2+deb11u2) ... #13 64.48 Setting up libregexp-pattern-perl (0.2.14-1) ... #13 64.53 Setting up libdata-messagepack-perl (1.00-4+b1) ... #14 71.93 Setting up libhtml-form-perl (6.07-1) ... #14 71.95 Setting up libiterator-perl (0.03+ds1-1.1) ... #14 71.96 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ... #14 71.98 Setting up libjson-xs-perl (4.030-1build3) ... #14 71.99 Setting up libhttp-negotiate-perl (6.01-1) ... #14 72.01 Setting up libio-prompter-perl (0.004015-1) ... #14 72.02 Setting up libiterator-util-perl (0.02+ds1-1.1) ... #14 72.03 Setting up libhttp-cookies-perl (6.10-1) ... #14 72.05 Setting up po-debconf (1.0.21+nmu1) ... #14 72.06 Setting up libhtml-tree-perl (5.07-2) ... #14 72.08 Setting up libparams-classify-perl (0.015-1build5) ... #14 72.09 Setting up libhtml-format-perl (2.12-1.1) ... #14 72.10 Setting up libxml-sax-perl (1.02+dfsg-3) ... #14 72.16 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #16 0.817 Reading package lists... #15 4.281 bash-completion cmake cmake-data dh-apparmor libjsoncpp25 libpkgconf3 #15 4.281 libproc2-0 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config pkgconf #15 4.282 pkgconf-bin procps #15 4.549 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. #15 4.549 1 not fully installed or removed. #15 4.549 Need to get 12.6 MB of archives. #15 4.549 After this operation, 46.8 MB of additional disk space will be used. #15 4.549 Get:1 http://deb.debian.org/debian bookworm/main amd64 bash-completion all 1:2.11-6 [234 kB] #13 66.26 Setting up gettext (0.21-4) ... #13 66.28 Setting up xdelta (1.1.3-9.3) ... #13 66.30 Setting up libarchive13:armhf (3.4.3-2+deb11u1) ... #13 66.33 Setting up libgcc-10-dev:armhf (10.2.1-6) ... #13 66.36 Setting up libedit2:armhf (3.1-20191231-2+b1) ... #13 66.38 Setting up libreadline8:armhf (8.1-1) ... #13 66.40 Setting up libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ... #13 66.42 Setting up m4 (1.4.18-5) ... #13 66.44 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u11) ... #13 66.47 Setting up ca-certificates (20210119) ... #14 60.28 Preparing to unpack .../079-libubsan1_13.1.0-2ubuntu2~23.04_arm64.deb ... #14 60.29 Unpacking libubsan1:arm64 (13.1.0-2ubuntu2~23.04) ... #14 60.34 Selecting previously unselected package libhwasan0:arm64. #14 60.35 Preparing to unpack .../080-libhwasan0_13.1.0-2ubuntu2~23.04_arm64.deb ... #14 60.35 Unpacking libhwasan0:arm64 (13.1.0-2ubuntu2~23.04) ... #14 60.40 Selecting previously unselected package libgcc-12-dev:arm64. #14 60.40 Preparing to unpack .../081-libgcc-12-dev_12.3.0-1ubuntu1~23.04_arm64.deb ... #14 60.40 Unpacking libgcc-12-dev:arm64 (12.3.0-1ubuntu1~23.04) ... #14 60.49 Selecting previously unselected package gcc-12. #14 60.49 Preparing to unpack .../082-gcc-12_12.3.0-1ubuntu1~23.04_arm64.deb ... #14 60.50 Unpacking gcc-12 (12.3.0-1ubuntu1~23.04) ... #14 68.41 Selecting previously unselected package manpages-dev. #14 68.41 Preparing to unpack .../348-manpages-dev_6.03-1_all.deb ... #14 68.42 Unpacking manpages-dev (6.03-1) ... #14 68.52 Selecting previously unselected package python3-certifi. #22 10.14 Preparing to unpack .../10-libelf1_0.188-2.1_amd64.deb ... #22 10.15 Unpacking libelf1:amd64 (0.188-2.1) ... #14 59.20 Selecting previously unselected package libjson-perl. #14 59.20 Preparing to unpack .../259-libjson-perl_4.04000-1_all.deb ... #14 59.20 Unpacking libjson-perl (4.04000-1) ... #14 59.24 Selecting previously unselected package liblog-any-perl. #14 59.24 Preparing to unpack .../260-liblog-any-perl_1.710-1_all.deb ... #14 59.24 Unpacking liblog-any-perl (1.710-1) ... #14 59.28 Selecting previously unselected package liblog-any-adapter-screen-perl. #14 59.29 Preparing to unpack .../261-liblog-any-adapter-screen-perl_0.140-2_all.deb ... #14 59.29 Unpacking liblog-any-adapter-screen-perl (0.140-2) ... #14 59.32 Selecting previously unselected package libpackage-stash-perl. #14 59.33 Preparing to unpack .../262-libpackage-stash-perl_0.39-1_all.deb ... #14 59.33 Unpacking libpackage-stash-perl (0.39-1) ... #14 59.37 Selecting previously unselected package libsub-identify-perl. #14 59.37 Preparing to unpack .../263-libsub-identify-perl_0.14-1build5_arm64.deb ... #14 59.37 Unpacking libsub-identify-perl (0.14-1build5) ... #14 59.41 Selecting previously unselected package libsub-name-perl. dpkg-source -I.git -b . #14 62.63 Preparing to unpack .../100-patch_2.7.6-6_arm64.deb ... #14 62.64 Unpacking patch (2.7.6-6) ... #14 62.68 Selecting previously unselected package dpkg-dev. #14 62.68 Preparing to unpack .../101-dpkg-dev_1.19.7ubuntu3.2_all.deb ... #14 62.68 Unpacking dpkg-dev (1.19.7ubuntu3.2) ... #14 62.79 Selecting previously unselected package build-essential. #14 62.79 Preparing to unpack .../102-build-essential_12.8ubuntu1.1_arm64.deb ... #14 62.79 Unpacking build-essential (12.8ubuntu1.1) ... #14 62.83 Selecting previously unselected package libbrotli1:arm64. #14 62.83 Preparing to unpack .../103-libbrotli1_1.0.7-6ubuntu0.1_arm64.deb ... #14 62.83 Unpacking libbrotli1:arm64 (1.0.7-6ubuntu0.1) ... #14 62.89 Selecting previously unselected package libroken18-heimdal:arm64. #14 62.89 Preparing to unpack .../104-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... #14 62.89 Unpacking libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 62.93 Selecting previously unselected package libasn1-8-heimdal:arm64. #14 62.93 Preparing to unpack .../105-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... #14 62.94 Unpacking libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 63.04 Selecting previously unselected package libheimbase1-heimdal:arm64. #14 70.73 Setting up libstring-shellquote-perl (1.04-3) ... #14 70.74 Setting up libnet-netmask-perl (2.0002-2) ... #14 70.76 Setting up libsub-install-perl (0.929-1) ... #14 70.77 Setting up gcc (4:13.2.0-1ubuntu1) ... #14 70.80 Setting up dpkg-dev (1.22.0ubuntu1) ... #14 70.82 Setting up libindirect-perl (0.39-2build1) ... #14 70.84 Setting up libxs-parse-sublike-perl:armhf (0.20-1ubuntu3) ... #14 70.85 Setting up intltool-debian (0.35.0+20060710.6) ... #14 70.87 Setting up libfreezethaw-perl (0.5001-3) ... #14 70.88 Setting up libobject-pad-perl (0.801-2) ... #14 70.89 Setting up liberror-perl (0.17029-2) ... #14 70.91 Setting up patchutils (0.4.2-1build2) ... #14 70.93 Setting up libmail-sendmail-perl (0.80-3) ... #14 70.94 Setting up libltdl-dev:armhf (2.4.7-7) ... #14 70.95 Setting up libjson-maybexs-perl (1.004005-1) ... #14 70.96 Setting up libxml-sax-base-perl (1.09-3) ... #14 70.98 Setting up libio-string-perl (1.08-4) ... #14 71.00 Setting up libreadonly-perl (2.050-3) ... #14 71.01 Setting up libnetaddr-ip-perl (4.079+dfsg-2build1) ... #14 71.02 Setting up libstring-copyright-perl (0.003014-1) ... #14 71.04 Setting up libdata-optlist-perl (0.114-1) ... #14 65.91 Setting up libcroco3:amd64 (0.6.13-1) ... #14 65.92 Setting up libb-hooks-op-check-perl (0.22-1build2) ... #14 65.95 Setting up libtest-refcount-perl (0.10-1) ... #14 65.96 Setting up libparams-util-perl (1.07-3build5) ... #14 65.97 Setting up libdpkg-perl (1.19.7ubuntu3.2) ... #14 65.98 Setting up autoconf (2.69-11.1) ... #14 65.99 Setting up python3-urllib3 (1.25.8-2ubuntu0.3) ... #14 66.15 Setting up libsub-exporter-progressive-perl (0.001013-1) ... #14 66.16 Setting up libarray-intspan-perl (2.003-1) ... #14 66.17 Setting up libcapture-tiny-perl (0.48-1) ... #14 66.18 Setting up libtimedate-perl (2.3200-1) ... #14 66.19 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ... #14 66.20 Setting up libsub-name-perl (0.26-1) ... #14 66.21 Setting up libtype-tiny-xs-perl (0.016-1) ... #14 66.22 Setting up libfile-chdir-perl (0.1008-1) ... #14 66.24 Setting up xauth (1:1.1-0ubuntu1) ... #14 66.25 Setting up cpp (4:9.3.0-1ubuntu2) ... #14 66.26 Setting up libpath-tiny-perl (0.108-1) ... #13 69.76 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ... #13 69.80 Setting up libio-socket-ssl-perl (2.060-3) ... #15 12.33 Installing : python3-setuptools-67.7.2-7.fc39.noarch 46/98 #15 12.38 Installing : python3-setools-4.4.3-1.fc39.x86_64 47/98 #15 12.39 Installing : perl-TermReadKey-2.38-18.fc39.x86_64 48/98 #15 12.40 Installing : perl-Error-1:0.17029-13.fc39.noarch 49/98 #15 12.41 Installing : pcre2-utf32-10.42-1.fc39.2.x86_64 50/98 #15 12.42 Installing : pcre2-utf16-10.42-1.fc39.2.x86_64 51/98 #15 12.43 Installing : pcre2-devel-10.42-1.fc39.2.x86_64 52/98 #15 1.407 Last metadata expiration check: 0:00:22 ago on Mon Jan 22 21:41:03 2024. #14 71.85 Setting up libmoox-aliases-perl (0.001006-1) ... #14 71.86 Setting up libparams-validate-perl (1.29-3) ... #14 71.88 Setting up libb-hooks-endofscope-perl (0.24-1) ... #14 71.89 Setting up libnamespace-clean-perl (0.27-1) ... #14 71.90 Setting up libgetopt-long-descriptive-perl (0.104-1) ... #14 71.91 Setting up libgitlab-api-v4-perl (0.25-1) ... #14 71.93 Setting up libmoox-struct-perl (0.017-1) ... #14 71.94 Setting up lintian (2.62.0ubuntu2.3) ... #14 71.96 Setting up licensecheck (3.0.45-1) ... #14 71.98 Setting up dh-autoreconf (19) ... #14 71.99 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ... #14 72.01 Setting up libwww-perl (6.43-1) ... #14 72.02 Setting up debhelper (12.10ubuntu1) ... #14 72.03 Setting up devscripts (2.20.2ubuntu2) ... #15 10.42 Installing : systemd-networkd-254.7-1.fc39.aarch64 71/100 #15 10.43 Running scriptlet: systemd-networkd-254.7-1.fc39.aarch64 71/100 #15 10.44 Installing : systemd-pam-254.7-1.fc39.aarch64 72/100 #15 10.46 Installing : systemd-resolved-254.7-1.fc39.aarch64 73/100 #15 10.46 Running scriptlet: systemd-resolved-254.7-1.fc39.aarch64 73/100 #13 64.41 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #13 64.42 Setting up libasync-mergepoint-perl (0.04-2) ... #13 64.43 Setting up libio-sessiondata-perl (1.03-1) ... #13 64.48 Setting up libstring-escape-perl (2010.002-2) ... #13 64.49 Setting up libhttp-date-perl (6.02-1) ... #13 64.50 Setting up libfile-which-perl (1.23-1) ... #13 64.52 Setting up mailutils (1:3.5-4) ... #13 64.53 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode #13 64.53 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode #13 64.54 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode #13 64.54 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode #13 64.54 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode #13 64.55 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode #13 64.55 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode #13 64.56 Setting up libfile-basedir-perl (0.08-1) ... #13 64.57 Setting up libnumber-range-perl (0.12-1) ... #13 64.58 Setting up libtask-weaken-perl (1.06-1) ... #13 64.59 Setting up libunicode-utf8-perl (0.62-1) ... #13 64.60 Setting up libstruct-dumb-perl (0.09-1) ... #13 64.61 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ... #13 64.62 Setting up libfile-listing-perl (6.04-1) ... #13 64.64 Setting up gpg-wks-client (2.2.12-1+deb10u2) ... #13 64.65 Setting up libclass-inspector-perl (1.32-1) ... #13 64.66 Setting up libfont-afm-perl (1.20-2) ... #13 64.67 Setting up libwant-perl (0.29-1+b4) ... #13 64.68 Setting up libdynaloader-functions-perl (0.003-1) ... #13 64.69 Setting up libtext-glob-perl (0.10-1) ... #13 64.70 Setting up libclass-method-modifiers-perl (2.12-1) ... #13 64.72 Setting up liblist-compare-perl (0.53-1) ... dh_clean #14 61.89 Preparing to unpack .../269-libpackage-stash-perl_0.40-1_all.deb ... #14 61.90 Unpacking libpackage-stash-perl (0.40-1) ... #14 61.96 Selecting previously unselected package libsub-identify-perl. #14 61.96 Preparing to unpack .../270-libsub-identify-perl_0.14-3_arm64.deb ... #14 61.96 Unpacking libsub-identify-perl (0.14-3) ... #14 61.99 Selecting previously unselected package libsub-name-perl:arm64. #14 61.99 Preparing to unpack .../271-libsub-name-perl_0.27-1_arm64.deb ... #14 62.07 Unpacking libsub-name-perl:arm64 (0.27-1) ... #14 62.10 Selecting previously unselected package libnamespace-clean-perl. #13 64.55 Setting up libclass-inspector-perl (1.36-1) ... #13 64.56 Setting up libfont-afm-perl (1.20-3) ... #13 64.57 Setting up libwant-perl (0.29-1+b6) ... #13 64.58 Setting up libdynaloader-functions-perl (0.003-1.1) ... #13 64.59 Setting up libtext-glob-perl (0.11-1) ... #13 64.61 Setting up libclass-method-modifiers-perl (2.13-1) ... #13 64.62 Setting up liblist-compare-perl (0.55-1) ... #13 64.73 Setting up libref-util-xs-perl (0.117-1+b3) ... #13 64.74 Setting up libio-pty-perl (1:1.15-2) ... #13 64.75 Setting up libfile-fcntllock-perl (0.22-3+b7) ... #13 64.76 Setting up libsort-key-perl (1.33-2+b3) ... #13 64.77 Setting up libclone-perl (0.45-1+b1) ... #13 64.78 Setting up libalgorithm-diff-perl (1.201-1) ... #13 64.79 Setting up libarchive-zip-perl (1.68-1) ... #13 64.80 Setting up libsub-identify-perl (0.14-1+b3) ... #13 64.81 Setting up libdistro-info-perl (1.0) ... #13 64.82 Setting up libcpanel-json-xs-perl (4.25-1+b1) ... #13 64.84 Setting up libobject-id-perl (0.1.2-2.1) ... #13 64.84 Setting up libio-stringy-perl (2.111-3) ... #13 64.85 Setting up liblist-moreutils-perl (0.430-2) ... #13 64.87 Setting up libhtml-tagset-perl (3.20-4) ... #13 64.88 Setting up liblog-any-perl (1.709-1) ... #13 64.89 Setting up libauthen-sasl-perl (2.1600-1.1) ... #13 64.89 Setting up libdevel-size-perl (0.83-1+b2) ... #13 64.91 Setting up libdebhelper-perl (13.3.4) ... #13 64.92 Setting up libpod-constants-perl (0.19-2) ... #13 64.93 Setting up libregexp-pattern-license-perl (3.4.0-1) ... #13 64.94 Setting up libconvert-binhex-perl (1.125-1) ... #14 72.23 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 DONE 63.9s #14 [stage-1 3/8] COPY --link common /root/build-deb/debian #14 DONE 0.0s #15 [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 #16 1.786 dpkg-buildpackage: info: source package docker-ce-build-deps #16 1.786 dpkg-buildpackage: info: source version 1.0 #16 1.786 dpkg-buildpackage: info: source distribution unstable #16 1.786 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #15 4.553 Get:2 http://deb.debian.org/debian bookworm/main amd64 libjsoncpp25 amd64 1.9.5-4 [78.6 kB] #15 4.555 Get:3 http://deb.debian.org/debian bookworm/main amd64 librhash0 amd64 1.4.3-3 [134 kB] #15 4.557 Get:4 http://deb.debian.org/debian bookworm/main amd64 libuv1 amd64 1.44.2-1 [140 kB] #15 4.559 Get:5 http://deb.debian.org/debian bookworm/main amd64 cmake-data all 3.25.1-1 [2026 kB] #15 4.571 Get:6 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] #15 4.585 Get:7 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] #15 4.589 Get:8 http://deb.debian.org/debian bookworm/main amd64 cmake amd64 3.25.1-1 [8692 kB] #15 4.649 Get:9 http://deb.debian.org/debian bookworm/main amd64 dh-apparmor all 3.0.8-3 [16.7 kB] #15 4.649 Get:10 http://deb.debian.org/debian bookworm/main amd64 libseccomp-dev amd64 2.5.4-1+b3 [89.7 kB] #15 4.650 Get:11 http://deb.debian.org/debian bookworm/main amd64 libsystemd-dev amd64 252.19-1~deb12u1 [353 kB] #15 4.652 Get:12 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB] #15 4.653 Get:13 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB] #15 4.653 Get:14 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB] #15 4.653 Get:15 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB] #15 4.796 debconf: delaying package configuration, since apt-utils is not installed #14 60.86 Selecting previously unselected package gcc. #14 68.52 Preparing to unpack .../349-python3-certifi_2022.9.24-1_all.deb ... #14 68.52 Unpacking python3-certifi (2022.9.24-1) ... #14 68.57 Selecting previously unselected package python3-cffi-backend:armhf. #14 68.57 Preparing to unpack .../350-python3-cffi-backend_1.15.1-5build1_armhf.deb ... #14 68.57 Unpacking python3-cffi-backend:armhf (1.15.1-5build1) ... #14 68.61 Selecting previously unselected package python3-cryptography. #14 68.61 Preparing to unpack .../351-python3-cryptography_38.0.4-2ubuntu0.1_armhf.deb ... #14 68.61 Unpacking python3-cryptography (38.0.4-2ubuntu0.1) ... #14 68.68 Selecting previously unselected package python3-idna. #14 68.68 Preparing to unpack .../352-python3-idna_3.3-1_all.deb ... #14 68.69 Unpacking python3-idna (3.3-1) ... #14 68.73 Selecting previously unselected package python3-nacl. #14 68.73 Preparing to unpack .../353-python3-nacl_1.5.0-2_armhf.deb ... #14 68.73 Unpacking python3-nacl (1.5.0-2) ... #14 68.78 Selecting previously unselected package python3-bcrypt. #22 10.39 Selecting previously unselected package libffi-dev:amd64. #22 10.39 Preparing to unpack .../11-libffi-dev_3.4.4-1_amd64.deb ... #22 10.50 Unpacking libffi-dev:amd64 (3.4.4-1) ... #14 59.41 Preparing to unpack .../264-libsub-name-perl_0.26-1build3_arm64.deb ... #14 59.42 Unpacking libsub-name-perl (0.26-1build3) ... #14 59.45 Selecting previously unselected package libnamespace-clean-perl. #14 59.45 Preparing to unpack .../265-libnamespace-clean-perl_0.27-1_all.deb ... #14 59.46 Unpacking libnamespace-clean-perl (0.27-1) ... #14 59.50 Selecting previously unselected package libpath-tiny-perl. #14 59.50 Preparing to unpack .../266-libpath-tiny-perl_0.122-1_all.deb ... #14 59.51 Unpacking libpath-tiny-perl (0.122-1) ... #14 59.54 Selecting previously unselected package libstrictures-perl. #14 59.54 Preparing to unpack .../267-libstrictures-perl_2.000006-1_all.deb ... #14 59.55 Unpacking libstrictures-perl (2.000006-1) ... #14 59.58 Selecting previously unselected package libtype-tiny-perl. #14 59.58 Preparing to unpack .../268-libtype-tiny-perl_1.012004-1_all.deb ... #14 59.59 Unpacking libtype-tiny-perl (1.012004-1) ... #14 59.63 Selecting previously unselected package libgitlab-api-v4-perl. #14 59.64 Preparing to unpack .../269-libgitlab-api-v4-perl_0.26-1_all.deb ... #14 59.64 Unpacking libgitlab-api-v4-perl (0.26-1) ... dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye.tar.gz #14 63.04 Preparing to unpack .../106-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... #14 63.04 Unpacking libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 63.08 Selecting previously unselected package libhcrypto4-heimdal:arm64. #14 63.08 Preparing to unpack .../107-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... #14 63.09 Unpacking libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 63.13 Selecting previously unselected package libwind0-heimdal:arm64. #14 63.13 Preparing to unpack .../108-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... #14 63.14 Unpacking libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 63.18 Selecting previously unselected package libhx509-5-heimdal:arm64. #14 63.18 Preparing to unpack .../109-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... #14 63.18 Unpacking libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 63.23 Selecting previously unselected package libkrb5-26-heimdal:arm64. #14 63.23 Preparing to unpack .../110-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... #14 63.24 Unpacking libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 63.29 Selecting previously unselected package libheimntlm0-heimdal:arm64. #14 66.27 Setting up libarchive-cpio-perl (0.10-1) ... #14 66.28 Setting up libjson-perl (4.02000-2) ... #14 66.29 Setting up libsub-override-perl (0.09-2) ... #14 66.30 Setting up python3-unidiff (0.5.5-2) ... #14 66.43 Setting up libstrictures-perl (2.000006-1) ... #14 71.05 Setting up libipc-run-perl (20220807.0-1) ... #14 71.07 Setting up git (1:2.40.1-1ubuntu1) ... #14 71.09 Setting up libtext-xslate-perl:armhf (3.5.9-1build2) ... #14 71.10 Setting up libcontextual-return-perl (0.004014-4) ... #14 71.12 Setting up libwww-robotrules-perl (6.02-1) ... #14 71.13 Setting up libtypes-serialiser-perl (1.01-1) ... #14 71.14 Setting up libnsl-dev:armhf (1.3.0-2build2) ... #14 71.15 Setting up libhtml-parser-perl:armhf (3.81-1) ... #14 71.16 Setting up libgit-wrapper-perl (0.048-2) ... #14 71.18 Setting up liblog-any-adapter-screen-perl (0.140-2) ... #14 71.19 Setting up librole-tiny-perl (2.002004-1) ... #14 71.20 Setting up gnupg (2.2.40-1.1ubuntu1) ... #14 71.21 Setting up libc6-dev:armhf (2.38-1ubuntu6) ... #14 71.22 Setting up libfont-ttf-perl (1.06-2) ... #14 71.24 Setting up libfile-homedir-perl (1.006-2) ... #14 71.25 Setting up libalgorithm-diff-xs-perl:armhf (0.04-8) ... #13 DONE 67.6s #14 [stage-1 3/8] COPY --link common /root/build-deb/debian #14 DONE 0.0s #15 [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 #15 12.44 Installing : libsepol-devel-3.5-2.fc39.x86_64 53/98 #15 12.45 Installing : libselinux-utils-3.5-5.fc39.x86_64 54/98 #15 12.46 Installing : libedit-3.1-48.20230828cvs.fc39.x86_64 55/98 #15 12.47 Installing : libcbor-0.10.2-2.fc39.x86_64 56/98 #15 12.48 Installing : libfido2-1.13.0-3.fc39.x86_64 57/98 #15 12.49 Installing : libbpf-2:1.1.0-4.fc39.x86_64 58/98 #15 12.49 Installing : libargon2-20190702-3.fc39.x86_64 59/98 #15 12.50 Installing : less-633-2.fc39.x86_64 60/98 #15 12.51 Installing : dbus-common-1:1.14.10-1.fc39.noarch 61/98 #15 12.52 Running scriptlet: dbus-common-1:1.14.10-1.fc39.noarch 61/98 #15 12.53 Running scriptlet: dbus-broker-35-2.fc39.x86_64 62/98 #15 12.60 Installing : dbus-broker-35-2.fc39.x86_64 62/98 #15 12.60 Running scriptlet: dbus-broker-35-2.fc39.x86_64 62/98 #15 12.61 Installing : dbus-1:1.14.10-1.fc39.x86_64 63/98 #15 12.62 Installing : device-mapper-libs-1.02.196-1.fc39.x86_64 64/98 #15 12.64 Installing : cryptsetup-libs-2.6.1-3.fc39.x86_64 65/98 #15 12.65 Installing : device-mapper-1.02.196-1.fc39.x86_64 66/98 #15 12.65 Running scriptlet: libutempter-1.2.1-10.fc39.x86_64 67/98 #15 12.70 Installing : libutempter-1.2.1-10.fc39.x86_64 67/98 #15 12.76 Installing : util-linux-2.39.2-1.fc39.x86_64 68/98 #15 12.79 Installing : systemd-networkd-254.7-1.fc39.x86_64 69/98 #15 12.80 Running scriptlet: systemd-networkd-254.7-1.fc39.x86_64 69/98 #13 69.91 Setting up libsub-exporter-perl (0.987-1) ... #13 70.00 Setting up libalgorithm-merge-perl (0.08-3) ... #13 70.06 Setting up libhttp-message-perl (6.18-1) ... #13 70.10 Setting up libhtml-form-perl (6.03-1) ... #13 70.13 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ... #13 70.14 Setting up libjson-xs-perl (3.040-1+b1) ... #13 70.19 Setting up libhttp-negotiate-perl (6.01-1) ... #14 72.19 Setting up equivs (2.2.0) ... #14 72.20 Setting up libxml-parser-perl (2.46-1) ... #14 72.22 Setting up libxml-sax-expat-perl (0.51-1) ... #14 72.26 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #14 72.31 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #15 10.62 Installing : systemd-254.7-1.fc39.aarch64 74/100 #15 10.64 Running scriptlet: systemd-254.7-1.fc39.aarch64 74/100 #15 10.82 Creating group 'input' with GID 104. #15 10.82 Creating group 'kvm' with GID 36. #15 10.82 Creating group 'render' with GID 105. #15 10.82 Creating group 'sgx' with GID 106. #15 10.82 Creating group 'systemd-journal' with GID 190. #15 10.82 Creating group 'systemd-network' with GID 192. #15 10.82 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192. #15 10.82 Creating group 'systemd-oom' with GID 999. #15 10.82 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999. #15 10.82 Creating group 'systemd-resolve' with GID 193. #15 10.82 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193. #15 10.82 #13 64.73 Setting up libref-util-xs-perl (0.117-1+b1) ... #13 64.74 Setting up libio-pty-perl (1:1.08-1.1+b5) ... #13 64.75 Setting up libfile-fcntllock-perl (0.22-3+b5) ... #13 64.76 Setting up libsort-key-perl (1.33-2+b1) ... #13 64.77 Setting up libclone-perl (0.41-1+b1) ... #13 64.78 Setting up libalgorithm-diff-perl (1.19.03-2) ... #13 64.80 Setting up libarchive-zip-perl (1.64-1) ... #13 64.81 Setting up libsub-identify-perl (0.14-1+b1) ... #13 64.82 Setting up libdistro-info-perl (0.21+deb10u1) ... #13 64.83 Setting up python3-apt (1.8.4.3) ... dpkg-source -I.git -b . #14 62.10 Preparing to unpack .../272-libnamespace-clean-perl_0.27-2_all.deb ... #14 62.11 Unpacking libnamespace-clean-perl (0.27-2) ... #14 62.14 Selecting previously unselected package libpath-tiny-perl. #14 62.14 Preparing to unpack .../273-libpath-tiny-perl_0.144-1_all.deb ... #14 62.14 Unpacking libpath-tiny-perl (0.144-1) ... #14 62.18 Selecting previously unselected package libstrictures-perl. #14 62.18 Preparing to unpack .../274-libstrictures-perl_2.000006-1_all.deb ... #14 62.18 Unpacking libstrictures-perl (2.000006-1) ... #14 62.21 Selecting previously unselected package libtype-tiny-perl. #14 62.22 Preparing to unpack .../275-libtype-tiny-perl_2.004000-1_all.deb ... #14 62.22 Unpacking libtype-tiny-perl (2.004000-1) ... #14 62.26 Selecting previously unselected package libgitlab-api-v4-perl. #14 62.26 Preparing to unpack .../276-libgitlab-api-v4-perl_0.27-1_all.deb ... #14 62.27 Unpacking libgitlab-api-v4-perl (0.27-1) ... #14 62.30 Selecting previously unselected package libhtml-form-perl. #14 62.30 Preparing to unpack .../277-libhtml-form-perl_6.11-1_all.deb ... #14 62.31 Unpacking libhtml-form-perl (6.11-1) ... #14 62.34 Selecting previously unselected package libhtml-format-perl. #13 64.95 Setting up liblwp-mediatypes-perl (6.04-1) ... #13 64.96 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ... #13 64.97 Setting up libtry-tiny-perl (0.30-1) ... #13 64.98 Setting up libtype-tiny-perl (1.012001-2) ... #13 64.99 Setting up libcommon-sense-perl (3.75-1+b4) ... #13 65.00 Setting up libxml-namespacesupport-perl (1.12-1.1) ... #13 65.01 Setting up libnet-http-perl (6.20-1) ... #13 65.02 Setting up libtext-markdown-discount-perl:arm64 (0.12-1+b1) ... #13 65.03 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ... #13 65.05 Setting up libtime-moment-perl (0.44-1+b3) ... #13 65.06 Setting up libencode-locale-perl (1.05-1.1) ... #13 65.07 Setting up python3 (3.9.2-3) ... #14 72.35 #14 72.35 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 72.41 Setting up dput (1.1.0ubuntu2.1) ... #14 72.56 Setting up libdata-validate-uri-perl (0.07-2) ... #14 72.57 Setting up libnet-smtp-ssl-perl (1.04-1) ... #16 1.823 dpkg-buildpackage: info: host architecture amd64 #16 1.823 dpkg-source --before-build . #16 1.921 debian/rules clean #16 1.922 dh clean #16 2.022 dh_clean #15 0.625 Hit:1 http://deb.debian.org/debian bookworm InRelease #15 0.625 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #15 0.625 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #15 4.823 Fetched 12.6 MB in 0s (34.5 MB/s) #15 4.849 Selecting previously unselected package bash-completion. #15 4.849 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29948 files and directories currently installed.) #15 4.866 Preparing to unpack .../00-bash-completion_1%3a2.11-6_all.deb ... #15 4.877 Unpacking bash-completion (1:2.11-6) ... #15 4.986 Selecting previously unselected package libjsoncpp25:amd64. #15 4.989 Preparing to unpack .../01-libjsoncpp25_1.9.5-4_amd64.deb ... #15 4.995 Unpacking libjsoncpp25:amd64 (1.9.5-4) ... #15 5.031 Selecting previously unselected package librhash0:amd64. #15 5.033 Preparing to unpack .../02-librhash0_1.4.3-3_amd64.deb ... #15 5.038 Unpacking librhash0:amd64 (1.4.3-3) ... #15 5.076 Selecting previously unselected package libuv1:amd64. #15 5.079 Preparing to unpack .../03-libuv1_1.44.2-1_amd64.deb ... #15 5.082 Unpacking libuv1:amd64 (1.44.2-1) ... #15 5.139 Selecting previously unselected package cmake-data. #14 60.87 Preparing to unpack .../083-gcc_4%3a12.2.0-3ubuntu1_arm64.deb ... #14 60.87 Unpacking gcc (4:12.2.0-3ubuntu1) ... #14 60.92 Selecting previously unselected package libstdc++-12-dev:arm64. #14 60.92 Preparing to unpack .../084-libstdc++-12-dev_12.3.0-1ubuntu1~23.04_arm64.deb ... #14 60.92 Unpacking libstdc++-12-dev:arm64 (12.3.0-1ubuntu1~23.04) ... #14 61.11 Selecting previously unselected package g++-12. #17 DONE 30.3s #18 [stage-1 8/9] COPY --link --from=golang /usr/local/go /usr/local/go #14 68.78 Preparing to unpack .../354-python3-bcrypt_3.2.2-1_armhf.deb ... #14 68.78 Unpacking python3-bcrypt (3.2.2-1) ... #14 68.82 Selecting previously unselected package python3-six. #14 68.82 Preparing to unpack .../355-python3-six_1.16.0-4_all.deb ... #14 68.83 Unpacking python3-six (1.16.0-4) ... #14 68.86 Selecting previously unselected package python3-paramiko. #14 68.87 Preparing to unpack .../356-python3-paramiko_2.12.0-2ubuntu1_all.deb ... #14 68.87 Unpacking python3-paramiko (2.12.0-2ubuntu1) ... #14 68.91 Selecting previously unselected package python3-urllib3. #14 68.92 Preparing to unpack .../357-python3-urllib3_1.26.12-1ubuntu0.1_all.deb ... #14 68.92 Unpacking python3-urllib3 (1.26.12-1ubuntu0.1) ... #14 68.96 Selecting previously unselected package python3-requests. #14 68.96 Preparing to unpack .../358-python3-requests_2.28.1+dfsg-1ubuntu1.1_all.deb ... #14 68.97 Unpacking python3-requests (2.28.1+dfsg-1ubuntu1.1) ... #14 69.01 Selecting previously unselected package python3-unidiff. #14 69.01 Preparing to unpack .../359-python3-unidiff_0.7.3-1_all.deb ... #14 69.01 Unpacking python3-unidiff (0.7.3-1) ... #14 59.68 Selecting previously unselected package libhash-fieldhash-perl. #14 59.68 Preparing to unpack .../270-libhash-fieldhash-perl_0.15-1build5_arm64.deb ... #14 59.69 Unpacking libhash-fieldhash-perl (0.15-1build5) ... #14 59.77 Selecting previously unselected package libhtml-form-perl. #14 59.77 Preparing to unpack .../271-libhtml-form-perl_6.07-1_all.deb ... #14 59.77 Unpacking libhtml-form-perl (6.07-1) ... #14 59.81 Selecting previously unselected package libhtml-format-perl. #14 59.81 Preparing to unpack .../272-libhtml-format-perl_2.12-1.1_all.deb ... #14 59.82 Unpacking libhtml-format-perl (2.12-1.1) ... #14 59.85 Selecting previously unselected package libhtml-html5-entities-perl. #14 59.85 Preparing to unpack .../273-libhtml-html5-entities-perl_0.004-1.1_all.deb ... #14 59.86 Unpacking libhtml-html5-entities-perl (0.004-1.1) ... #14 59.89 Selecting previously unselected package libhttp-daemon-perl. #13 66.95 Updating certificates in /etc/ssl/certs... #14 63.29 Preparing to unpack .../111-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... #14 63.29 Unpacking libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 63.33 Selecting previously unselected package libgssapi3-heimdal:arm64. #14 63.33 Preparing to unpack .../112-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... #14 63.34 Unpacking libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 63.37 Selecting previously unselected package libsasl2-modules-db:arm64. #14 63.37 Preparing to unpack .../113-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_arm64.deb ... #14 63.38 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ... #14 63.41 Selecting previously unselected package libsasl2-2:arm64. #14 63.42 Preparing to unpack .../114-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_arm64.deb ... #14 63.42 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ... #14 63.45 Selecting previously unselected package libldap-common. #14 63.45 Preparing to unpack .../115-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ... #14 63.46 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ... #14 63.50 Selecting previously unselected package libldap-2.4-2:arm64. #14 63.50 Preparing to unpack .../116-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_arm64.deb ... #14 63.50 Unpacking libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ... #14 63.55 Selecting previously unselected package libnghttp2-14:arm64. #14 66.44 Setting up libsub-quote-perl (2.006006-1) ... #14 66.45 Setting up libclass-xsaccessor-perl (1.19-3build3) ... #14 66.46 Setting up libsort-versions-perl (1.62-1) ... #14 66.47 Setting up libexporter-tiny-perl (1.002001-1) ... #14 66.48 Setting up libre-engine-re2-perl (0.13-5) ... #14 66.49 Setting up libterm-readkey-perl (2.38-1build1) ... #14 66.50 Setting up lsb-release (11.1.0ubuntu2) ... #14 66.51 Setting up libnet-ip-perl (1.26-2) ... #14 66.52 Setting up python3-magic (2:0.4.15-3) ... #14 66.65 Setting up libperlio-gzip-perl (0.19-1build5) ... #14 71.26 Setting up libio-socket-ssl-perl (2.083-1) ... #14 71.27 Setting up libstdc++-13-dev:armhf (13.2.0-4ubuntu3) ... #14 71.28 Setting up libsub-exporter-perl (0.990-1) ... #14 71.30 Setting up libpython3-stdlib:armhf (3.11.4-5) ... #14 71.31 Setting up libalgorithm-merge-perl (0.08-5) ... #14 71.32 Setting up libhttp-message-perl (6.44-2ubuntu1) ... #14 71.33 Setting up libdata-validate-ip-perl (0.31-1) ... #14 71.34 Setting up libhtml-form-perl (6.11-1) ... #14 71.35 Setting up libiterator-perl (0.03+ds1-2) ... #14 71.37 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ... #14 71.38 Setting up libjson-xs-perl (4.030-2) ... #14 71.39 Setting up g++-13 (13.2.0-4ubuntu3) ... #14 71.40 Setting up python3.11 (3.11.6-3) ... #15 0.544 Hit:1 http://deb.debian.org/debian buster InRelease #15 0.544 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease #15 0.544 Hit:3 http://deb.debian.org/debian buster-updates InRelease #15 12.81 Installing : systemd-pam-254.7-1.fc39.x86_64 70/98 #15 12.83 Installing : systemd-resolved-254.7-1.fc39.x86_64 71/98 #15 12.83 Running scriptlet: systemd-resolved-254.7-1.fc39.x86_64 71/98 #13 70.22 Setting up libio-prompter-perl (0.004015-1) ... #13 70.24 Setting up libhttp-cookies-perl (6.04-1) ... #13 70.33 Setting up po-debconf (1.0.21) ... #13 70.42 Setting up libhtml-tree-perl (5.07-2) ... #14 72.46 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 72.49 Processing triggers for libc-bin (2.31-0ubuntu9.14) ... #14 72.52 Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ... #14 72.53 Updating certificates in /etc/ssl/certs... #16 21.80 Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 48/97 #16 30.61 Running scriptlet: openssh-8.7p1-38.el9.x86_64 49/97 #16 30.66 Installing : openssh-8.7p1-38.el9.x86_64 49/97 #16 30.68 Installing : openssh-clients-8.7p1-38.el9.x86_64 50/97 #16 30.69 Running scriptlet: openssh-clients-8.7p1-38.el9.x86_64 50/97 #16 30.78 Installing : git-core-2.43.0-1.el9.x86_64 51/97 #16 30.96 Installing : git-core-doc-2.43.0-1.el9.noarch 52/97 #16 31.02 Installing : glibc-headers-2.34-99.el9.x86_64 53/97 #16 31.03 Installing : libtool-ltdl-2.4.6-45.el9.x86_64 54/97 #16 31.04 Installing : libuv-1:1.42.0-1.el9.x86_64 55/97 #16 31.05 Installing : pcre2-utf16-10.40-4.el9.x86_64 56/97 #16 31.06 Installing : pcre2-utf32-10.40-4.el9.x86_64 57/97 #16 31.09 Installing : pcre2-devel-10.40-4.el9.x86_64 58/97 #16 31.11 Installing : perl-TermReadKey-2.38-11.el9.x86_64 59/97 #16 31.11 Installing : python3-audit-3.1.2-2.el9.x86_64 60/97 #16 31.15 Installing : python3-policycoreutils-3.6-1.el9.noarch 61/97 #16 31.17 Installing : policycoreutils-python-utils-3.6-1.el9.noarch 62/97 #16 31.18 Installing : policycoreutils-devel-3.6-1.el9.x86_64 63/97 #16 31.37 Installing : selinux-policy-devel-38.1.30-1.el9.noarch 64/97 #16 31.39 Running scriptlet: selinux-policy-devel-38.1.30-1.el9.noarch 64/97 #16 31.40 Installing : perl-lib-0.65-481.el9.x86_64 65/97 #16 31.40 Installing : perl-Error-1:0.17029-7.el9.noarch 66/97 #16 31.41 Installing : perl-Git-2.43.0-1.el9.noarch 67/97 #16 31.42 Installing : git-2.43.0-1.el9.x86_64 68/97 #16 31.43 Installing : libsepol-devel-3.6-1.el9.x86_64 69/97 #16 31.70 Installing : kernel-headers-5.14.0-410.el9.x86_64 70/97 #16 31.74 Installing : libxcrypt-devel-4.4.18-3.el9.x86_64 71/97 #15 10.84 Installing : policycoreutils-3.5-8.fc39.aarch64 75/100 #15 10.85 Running scriptlet: policycoreutils-3.5-8.fc39.aarch64 75/100 #15 10.87 Created symlink /etc/systemd/system/sysinit.target.wants/selinux-autorelabel-mark.service → /usr/lib/systemd/system/selinux-autorelabel-mark.service. #15 10.87 #15 10.87 Installing : selinux-policy-39.3-1.fc39.noarch 76/100 #15 10.88 Running scriptlet: selinux-policy-39.3-1.fc39.noarch 76/100 #15 10.91 Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 77/100 #13 65.00 Setting up libio-stringy-perl (2.111-3) ... #13 65.01 Setting up liblist-moreutils-perl (0.416-1+b4) ... #13 65.02 Setting up libhtml-tagset-perl (3.20-3) ... #13 65.04 Setting up liblog-any-perl (1.707-1) ... #13 65.05 Setting up libauthen-sasl-perl (2.1600-1) ... #13 65.06 Setting up libpod-constants-perl (0.19-1) ... #13 65.07 Setting up libregexp-pattern-license-perl (3.0.31-4) ... #13 65.09 Setting up libconvert-binhex-perl (1.125-1) ... #13 65.10 Setting up libfuture-perl (0.39-1) ... #13 65.11 Setting up liblwp-mediatypes-perl (6.02-1) ... #13 65.12 Setting up libyaml-libyaml-perl (0.76+repack-1) ... #13 65.13 Setting up libtry-tiny-perl (0.30-1) ... #13 65.14 Setting up libtype-tiny-perl (1.004004-1) ... #13 65.15 Setting up libtest-fatal-perl (0.014-1) ... #13 65.16 Setting up libcommon-sense-perl (3.74-2+b7) ... #13 65.17 Setting up libxml-namespacesupport-perl (1.12-1) ... #13 65.18 Setting up libnet-http-perl (6.18-1) ... #13 65.20 Setting up libhttp-tiny-multipart-perl (0.08-1) ... #13 65.21 Setting up libencode-locale-perl (1.05-1) ... dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster.tar.gz #14 62.34 Preparing to unpack .../278-libhtml-format-perl_2.16-2_all.deb ... #14 62.34 Unpacking libhtml-format-perl (2.16-2) ... #14 62.37 Selecting previously unselected package libhtml-html5-entities-perl. #14 62.37 Preparing to unpack .../279-libhtml-html5-entities-perl_0.004-3_all.deb ... #14 62.38 Unpacking libhtml-html5-entities-perl (0.004-3) ... #14 62.41 Selecting previously unselected package libhtml-tokeparser-simple-perl. #14 62.41 Preparing to unpack .../280-libhtml-tokeparser-simple-perl_3.16-4_all.deb ... #14 62.41 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ... #14 62.44 Selecting previously unselected package libhttp-daemon-perl. #14 62.45 Preparing to unpack .../281-libhttp-daemon-perl_6.16-1_all.deb ... #14 62.45 Unpacking libhttp-daemon-perl (6.16-1) ... #14 62.48 Selecting previously unselected package libindirect-perl. #14 62.48 Preparing to unpack .../282-libindirect-perl_0.39-2build1_arm64.deb ... #14 62.49 Unpacking libindirect-perl (0.39-2build1) ... #14 62.52 Selecting previously unselected package libio-interactive-perl. #14 62.52 Preparing to unpack .../283-libio-interactive-perl_1.023-2_all.deb ... #14 62.52 Unpacking libio-interactive-perl (1.023-2) ... #14 62.55 Selecting previously unselected package libjson-perl. #14 62.55 Preparing to unpack .../284-libjson-perl_4.10000-1_all.deb ... #14 62.56 Unpacking libjson-perl (4.10000-1) ... #14 62.59 Selecting previously unselected package libldap-common. #14 62.59 Preparing to unpack .../285-libldap-common_2.6.6+dfsg-1~exp1ubuntu1_all.deb ... #14 62.60 Unpacking libldap-common (2.6.6+dfsg-1~exp1ubuntu1) ... #14 62.63 Selecting previously unselected package liblist-compare-perl. #14 62.63 Preparing to unpack .../286-liblist-compare-perl_0.55-2_all.deb ... #14 62.63 Unpacking liblist-compare-perl (0.55-2) ... #14 62.67 Selecting previously unselected package liblist-someutils-perl. #13 65.36 Setting up libexception-class-perl (1.44-1) ... #14 72.58 Setting up libmodule-runtime-perl (0.016-1) ... #14 72.59 Setting up libmailtools-perl (2.21-1) ... #14 72.61 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ... #14 72.65 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #14 72.72 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #14 72.79 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #16 2.055 debian/rules binary #16 2.056 dh binary #16 2.146 dh_update_autotools_config #16 2.173 dh_autoreconf #16 2.214 create-stamp debian/debhelper-build-stamp #16 2.214 dh_prep #16 2.241 dh_auto_install --destdir=debian/docker-ce-build-deps/ #16 2.291 dh_install #15 5.142 Preparing to unpack .../04-cmake-data_3.25.1-1_all.deb ... #15 5.151 Unpacking cmake-data (3.25.1-1) ... #14 61.11 Preparing to unpack .../085-g++-12_12.3.0-1ubuntu1~23.04_arm64.deb ... #14 61.11 Unpacking g++-12 (12.3.0-1ubuntu1~23.04) ... #14 61.41 Selecting previously unselected package g++. #14 69.05 Selecting previously unselected package equivs. #14 69.05 Preparing to unpack .../360-equivs_2.3.1_all.deb ... #14 69.05 Unpacking equivs (2.3.1) ... #14 69.09 Selecting previously unselected package libauthen-sasl-perl. #14 69.09 Preparing to unpack .../361-libauthen-sasl-perl_2.1600-3_all.deb ... #14 69.09 Unpacking libauthen-sasl-perl (2.1600-3) ... #14 69.13 Selecting previously unselected package python3-magic. #14 69.13 Preparing to unpack .../362-python3-magic_2%3a0.4.26-3_all.deb ... #14 69.14 Unpacking python3-magic (2:0.4.26-3) ... #14 69.19 Setting up libksba8:armhf (1.6.3-2) ... #14 69.20 Setting up media-types (10.0.0) ... #14 69.22 Setting up libpipeline1:armhf (1.5.7-1) ... #14 69.23 Setting up wdiff (1.2.2-5) ... #14 59.90 Preparing to unpack .../274-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ... #14 59.90 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ... #14 59.93 Selecting previously unselected package libio-interactive-perl. #14 59.94 Preparing to unpack .../275-libio-interactive-perl_1.023-1_all.deb ... #14 59.94 Unpacking libio-interactive-perl (1.023-1) ... #14 59.98 Selecting previously unselected package libio-prompt-tiny-perl. #14 59.98 Preparing to unpack .../276-libio-prompt-tiny-perl_0.003-1_all.deb ... #14 59.99 Unpacking libio-prompt-tiny-perl (0.003-1) ... #14 60.02 Selecting previously unselected package libtypes-serialiser-perl. #14 60.02 Preparing to unpack .../277-libtypes-serialiser-perl_1.01-1_all.deb ... #14 60.03 Unpacking libtypes-serialiser-perl (1.01-1) ... #14 60.06 Selecting previously unselected package libjson-xs-perl. #14 60.06 Preparing to unpack .../278-libjson-xs-perl_4.030-1build3_arm64.deb ... #14 60.07 Unpacking libjson-xs-perl (4.030-1build3) ... #14 60.10 Selecting previously unselected package libjson-maybexs-perl. #14 60.11 Preparing to unpack .../279-libjson-maybexs-perl_1.004003-1_all.deb ... #14 60.11 Unpacking libjson-maybexs-perl (1.004003-1) ... #14 60.15 Selecting previously unselected package libldap-common. #14 63.55 Preparing to unpack .../117-libnghttp2-14_1.40.0-1ubuntu0.2_arm64.deb ... #14 63.55 Unpacking libnghttp2-14:arm64 (1.40.0-1ubuntu0.2) ... #14 63.60 Selecting previously unselected package librtmp1:arm64. #14 63.60 Preparing to unpack .../118-librtmp1_2.4+20151223.gitfa8646d.1-2build1_arm64.deb ... #14 63.60 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ... #14 63.64 Selecting previously unselected package libssh-4:arm64. #14 63.65 Preparing to unpack .../119-libssh-4_0.9.3-2ubuntu2.5_arm64.deb ... #14 63.65 Unpacking libssh-4:arm64 (0.9.3-2ubuntu2.5) ... #14 63.71 Selecting previously unselected package libcurl4:arm64. #14 63.71 Preparing to unpack .../120-libcurl4_7.68.0-1ubuntu2.21_arm64.deb ... #14 63.71 Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.21) ... #14 63.81 Selecting previously unselected package curl. #14 66.66 Setting up libsys-hostname-long-perl (1.5-1) ... #14 66.67 Setting up libsereal-decoder-perl (4.011+ds-1build1) ... #14 66.68 Setting up liburi-perl (1.76-2) ... #14 66.69 Setting up libdigest-bubblebabble-perl (0.02-2) ... #14 66.70 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 66.71 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ... #14 66.72 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ... #14 66.91 Setting up automake (1:1.16.1-4ubuntu6) ... #14 66.92 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #14 66.92 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #14 66.92 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #14 66.92 Setting up libasync-mergepoint-perl (0.04-2) ... #14 66.93 Setting up libstring-escape-perl (2010.002-2) ... #14 66.94 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.2) ... #14 66.95 Setting up libhttp-date-perl (6.05-1) ... #14 66.96 Setting up libfile-which-perl (1.23-1) ... #14 66.97 Setting up libfile-basedir-perl (0.08-1) ... #14 66.99 Setting up gettext (0.19.8.1-10build1) ... #14 67.00 Setting up libnumber-range-perl (0.12-1) ... #14 67.01 Setting up libunicode-utf8-perl (0.62-1build1) ... #14 67.02 Setting up libstruct-dumb-perl (0.09-1) ... #15 12.97 Installing : systemd-254.7-1.fc39.x86_64 72/98 #15 12.99 Running scriptlet: systemd-254.7-1.fc39.x86_64 72/98 #15 13.18 Creating group 'input' with GID 104. #15 13.18 Creating group 'kvm' with GID 36. #15 13.18 Creating group 'render' with GID 105. #15 13.18 Creating group 'sgx' with GID 106. #15 13.18 Creating group 'systemd-journal' with GID 190. #15 13.18 Creating group 'systemd-network' with GID 192. #15 13.18 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192. #15 13.18 Creating group 'systemd-oom' with GID 999. #15 13.18 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999. #15 13.18 Creating group 'systemd-resolve' with GID 193. #15 13.18 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193. #15 13.18 #13 70.49 Setting up libparams-classify-perl (0.015-1+b1) ... #13 70.52 Setting up libcgi-pm-perl (4.40-1) ... #13 70.56 Setting up libpath-iterator-rule-perl (1.014-1) ... #13 70.58 Setting up libnet-dns-sec-perl (1.11-1) ... #13 70.65 Setting up libsereal-perl (4.005-1) ... #13 70.68 Setting up libhtml-format-perl (2.12-1) ... #13 70.70 Setting up libxml-sax-perl (1.00+dfsg-1) ... #16 31.75 Installing : glibc-devel-2.34-99.el9.x86_64 72/97 #15 11.18 Installing : selinux-policy-targeted-39.3-1.fc39.noarch 77/100 #15 6.578 Running transaction check #15 6.703 Transaction check succeeded. #15 6.703 Running transaction test #13 65.22 Setting up libtext-levenshtein-perl (0.13-1) ... #13 65.23 Setting up libnet-dns-perl (1.19-1) ... #13 65.24 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ... #13 65.25 Setting up libdevel-callchecker-perl (0.008-1) ... #13 65.26 Setting up libstring-shellquote-perl (1.04-1) ... #13 65.27 Setting up libsub-install-perl (0.928-1) ... #13 65.28 Setting up dpkg-dev (1.19.8) ... #13 65.30 Setting up libnumber-compare-perl (0.03-1) ... #13 65.31 Setting up intltool-debian (0.35.0+20060710.5) ... #13 65.32 Setting up libio-async-perl (0.72-1) ... #13 65.39 Setting up liberror-perl (0.17027-2) ... #13 65.50 Setting up patchutils (0.3.4-2) ... #16 14.88 Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 49/99 #16 25.52 Running scriptlet: openssh-8.7p1-38.el9.aarch64 50/99 #16 25.57 Installing : openssh-8.7p1-38.el9.aarch64 50/99 #16 25.59 Installing : openssh-clients-8.7p1-38.el9.aarch64 51/99 #16 25.60 Running scriptlet: openssh-clients-8.7p1-38.el9.aarch64 51/99 #16 25.69 Installing : git-core-2.43.0-1.el9.aarch64 52/99 #16 25.88 Installing : git-core-doc-2.43.0-1.el9.noarch 53/99 #16 25.91 Installing : libasan-11.4.1-3.el9.aarch64 54/99 #16 25.91 Installing : libtool-ltdl-2.4.6-45.el9.aarch64 55/99 #16 25.92 Installing : libubsan-11.4.1-3.el9.aarch64 56/99 #16 25.93 Installing : libuv-1:1.42.0-1.el9.aarch64 57/99 #16 25.94 Installing : pcre2-utf16-10.40-4.el9.aarch64 58/99 #16 25.95 Installing : pcre2-utf32-10.40-4.el9.aarch64 59/99 #16 25.98 Installing : pcre2-devel-10.40-4.el9.aarch64 60/99 #16 25.99 Installing : perl-TermReadKey-2.38-11.el9.aarch64 61/99 #16 26.00 Installing : python3-audit-3.1.2-2.el9.aarch64 62/99 #16 26.04 Installing : python3-policycoreutils-3.6-1.el9.noarch 63/99 #16 26.06 Installing : policycoreutils-python-utils-3.6-1.el9.noarch 64/99 #16 26.07 Installing : policycoreutils-devel-3.6-1.el9.aarch64 65/99 #16 26.27 Installing : selinux-policy-devel-38.1.30-1.el9.noarch 66/99 #16 26.28 Running scriptlet: selinux-policy-devel-38.1.30-1.el9.noarch 66/99 #16 26.29 Installing : perl-lib-0.65-481.el9.aarch64 67/99 #16 26.30 Installing : perl-Error-1:0.17029-7.el9.noarch 68/99 #16 26.31 Installing : perl-Git-2.43.0-1.el9.noarch 69/99 #16 26.32 Installing : git-2.43.0-1.el9.aarch64 70/99 #16 26.33 Installing : libsepol-devel-3.6-1.el9.aarch64 71/99 #16 26.57 Installing : kernel-headers-5.14.0-410.el9.aarch64 72/99 #16 26.61 Installing : libxcrypt-devel-4.4.18-3.el9.aarch64 73/99 #16 26.67 Installing : glibc-devel-2.34-99.el9.aarch64 74/99 #16 27.03 Installing : gcc-11.4.1-3.el9.aarch64 75/99 #16 27.05 Running scriptlet: gcc-11.4.1-3.el9.aarch64 75/99 #16 27.10 Installing : glibc-static-2.34-99.el9.aarch64 76/99 #16 27.11 Installing : libxcrypt-static-4.4.18-3.el9.aarch64 77/99 #14 62.67 Preparing to unpack .../287-liblist-someutils-perl_0.59-1_all.deb ... #14 62.67 Unpacking liblist-someutils-perl (0.59-1) ... #14 62.71 Selecting previously unselected package liblist-someutils-xs-perl:arm64. #14 62.71 Preparing to unpack .../288-liblist-someutils-xs-perl_0.58-3_arm64.deb ... #14 62.72 Unpacking liblist-someutils-xs-perl:arm64 (0.58-3) ... #14 62.75 Selecting previously unselected package liblist-utilsby-perl. #14 62.75 Preparing to unpack .../289-liblist-utilsby-perl_0.12-2_all.deb ... #14 62.76 Unpacking liblist-utilsby-perl (0.12-2) ... #14 62.79 Selecting previously unselected package libltdl7:arm64. #14 62.80 Preparing to unpack .../290-libltdl7_2.4.7-7_arm64.deb ... #14 62.80 Unpacking libltdl7:arm64 (2.4.7-7) ... #14 62.83 Selecting previously unselected package libltdl-dev:arm64. #14 62.83 Preparing to unpack .../291-libltdl-dev_2.4.7-7_arm64.deb ... #14 62.83 Unpacking libltdl-dev:arm64 (2.4.7-7) ... #14 62.88 Selecting previously unselected package liblzo2-2:arm64. #14 62.88 Preparing to unpack .../292-liblzo2-2_2.10-2build3_arm64.deb ... #14 62.89 Unpacking liblzo2-2:arm64 (2.10-2build3) ... #14 62.92 Selecting previously unselected package libsys-hostname-long-perl. #13 65.37 Setting up python3-xdg (0.27-2) ... #13 65.52 Setting up libconfig-tiny-perl (2.26-1) ... #13 65.54 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ... #13 65.55 Setting up libdevel-callchecker-perl (0.008-1+b2) ... #13 65.56 Setting up liblist-utilsby-perl (0.11-1) ... #13 65.58 Setting up libstring-shellquote-perl (1.04-1) ... #13 65.59 Setting up libsub-install-perl (0.928-1.1) ... #13 65.60 Setting up dpkg-dev (1.20.13) ... #13 65.63 Setting up libnumber-compare-perl (0.03-1.1) ... #16 2.323 dh_installdocs #16 2.360 dh_installchangelogs #16 2.446 dh_perl #16 2.481 dh_link #16 2.514 dh_strip_nondeterminism #16 2.575 dh_compress #15 5.503 Selecting previously unselected package libproc2-0:amd64. #14 72.93 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 72.95 Setting up dh-strip-nondeterminism (1.13.0-1) ... #14 72.97 Setting up libconst-fast-perl (0.014-1.1) ... #14 72.99 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ... #14 73.00 Setting up libdata-dpath-perl (0.58-1) ... #14 73.01 Setting up libmodule-implementation-perl (0.09-1.1) ... #14 73.02 Setting up libpackage-stash-perl (0.39-1) ... #14 73.07 Setting up libimport-into-perl (1.002005-1) ... #14 73.08 Setting up libmoo-perl (2.005004-3) ... #14 73.09 Setting up liblist-someutils-perl (0.58-1) ... #14 73.10 Setting up debhelper (13.6ubuntu1) ... #14 73.12 Setting up liblist-someutils-xs-perl (0.58-2build3) ... #14 73.13 Setting up equivs (2.3.1) ... #14 73.14 Setting up libmoox-aliases-perl (0.001006-1.1) ... #14 73.15 Setting up libb-hooks-endofscope-perl (0.25-1) ... #14 73.16 Setting up libnamespace-clean-perl (0.27-1) ... #14 73.17 Setting up libnamespace-autoclean-perl (0.29-1) ... #14 73.18 Setting up libgitlab-api-v4-perl (0.26-1) ... #14 73.19 Setting up libmoox-struct-perl (0.020-1) ... #14 73.20 Setting up lintian (2.114.0ubuntu1.3) ... #14 61.41 Preparing to unpack .../086-g++_4%3a12.2.0-3ubuntu1_arm64.deb ... #14 61.41 Unpacking g++ (4:12.2.0-3ubuntu1) ... #14 61.44 Selecting previously unselected package make. #14 61.44 Preparing to unpack .../087-make_4.3-4.1build1_arm64.deb ... #14 61.45 Unpacking make (4.3-4.1build1) ... #14 61.48 Selecting previously unselected package libdpkg-perl. #14 61.48 Preparing to unpack .../088-libdpkg-perl_1.21.21ubuntu1_all.deb ... #14 61.49 Unpacking libdpkg-perl (1.21.21ubuntu1) ... #14 61.57 Selecting previously unselected package bzip2. #14 61.58 Preparing to unpack .../089-bzip2_1.0.8-5build1_arm64.deb ... #14 61.58 Unpacking bzip2 (1.0.8-5build1) ... #14 61.61 Selecting previously unselected package patch. #14 61.61 Preparing to unpack .../090-patch_2.7.6-7build2_arm64.deb ... #14 61.61 Unpacking patch (2.7.6-7build2) ... #14 61.64 Selecting previously unselected package lto-disabled-list. #14 61.64 Preparing to unpack .../091-lto-disabled-list_39_all.deb ... #14 61.65 Unpacking lto-disabled-list (39) ... #14 61.68 Selecting previously unselected package dpkg-dev. #14 69.25 Setting up libxau6:armhf (1:1.0.9-1build5) ... #14 69.26 Setting up libkeyutils1:armhf (1.6.3-2) ... #14 69.27 Setting up lto-disabled-list (39) ... #14 69.29 Setting up libpsl5:armhf (0.21.2-1) ... #14 69.30 Setting up libsodium23:armhf (1.0.18-1build2) ... #14 69.31 Setting up libicu72:armhf (72.1-3ubuntu2) ... #14 69.32 Setting up liblerc4:armhf (4.0.0+ds-2ubuntu2) ... #14 69.33 Setting up bsdextrautils (2.38.1-4ubuntu1) ... #14 69.41 Setting up libre2-10:armhf (20230201-1) ... #14 69.42 Setting up libfcgi0ldbl:armhf (2.4.2-2build2) ... #14 69.43 Setting up libtext-glob-perl (0.11-3) ... #14 69.44 Setting up libmagic-mgc (1:5.44-3) ... #14 69.46 Setting up libyaml-0-2:armhf (0.2.5-1) ... #14 69.47 Setting up distro-info-data (0.57ubuntu0.3) ... #14 69.48 Setting up manpages (6.03-1) ... #14 69.50 Setting up libtirpc-common (1.3.3+ds-1) ... #14 60.15 Preparing to unpack .../280-libldap-common_2.5.16+dfsg-0ubuntu0.22.04.1_all.deb ... #14 60.16 Unpacking libldap-common (2.5.16+dfsg-0ubuntu0.22.04.1) ... #14 60.20 Selecting previously unselected package liblist-compare-perl. #14 60.20 Preparing to unpack .../281-liblist-compare-perl_0.55-1_all.deb ... #14 60.21 Unpacking liblist-compare-perl (0.55-1) ... #14 60.25 Selecting previously unselected package liblist-someutils-perl. #14 60.25 Preparing to unpack .../282-liblist-someutils-perl_0.58-1_all.deb ... #14 60.25 Unpacking liblist-someutils-perl (0.58-1) ... #14 60.29 Selecting previously unselected package liblist-someutils-xs-perl. #14 60.30 Preparing to unpack .../283-liblist-someutils-xs-perl_0.58-2build3_arm64.deb ... #14 60.30 Unpacking liblist-someutils-xs-perl (0.58-2build3) ... #14 60.33 Selecting previously unselected package liblist-utilsby-perl. #14 60.34 Preparing to unpack .../284-liblist-utilsby-perl_0.11-1_all.deb ... #14 60.34 Unpacking liblist-utilsby-perl (0.11-1) ... #14 60.38 Selecting previously unselected package libltdl7:arm64. #15 2.217 Package bash-5.2.21-1.fc38.aarch64 is already installed. #15 2.239 Package bash-5.2.21-1.fc38.aarch64 is already installed. #15 2.249 Package bash-5.2.21-1.fc38.aarch64 is already installed. #15 2.250 Package ca-certificates-2023.2.60_v7.0.306-1.0.fc38.noarch is already installed. #15 2.250 Package libarchive-3.6.1-4.fc38.aarch64 is already installed. #15 2.251 Package pkgconf-pkg-config-1.8.0-6.fc38.aarch64 is already installed. #15 2.251 Package tar-2:1.34-8.fc38.aarch64 is already installed. #15 2.262 Package bash-5.2.21-1.fc38.aarch64 is already installed. #15 2.386 Dependencies resolved. #15 2.409 ================================================================================ #15 2.409 Package Arch Version Repo Size #15 2.409 ================================================================================ #15 2.409 Installing: #15 2.409 cmake aarch64 3.27.7-1.fc38 updates 7.4 M #15 2.409 gcc aarch64 13.2.1-4.fc38 updates 31 M #15 2.409 git aarch64 2.43.0-1.fc38 updates 53 k #15 2.409 glibc-static aarch64 2.37-16.fc38 updates 1.2 M #15 2.409 libseccomp-devel aarch64 2.5.3-4.fc38 fedora 60 k #15 2.409 libselinux-devel aarch64 3.5-1.fc38 fedora 151 k #15 2.409 libtool aarch64 2.4.7-6.fc38 fedora 601 k #15 2.409 libtool-ltdl-devel aarch64 2.4.7-6.fc38 fedora 164 k #15 2.409 make aarch64 1:4.4.1-1.fc38 updates 587 k #15 2.409 selinux-policy-devel noarch 38.31-1.fc38 updates 912 k #15 2.409 systemd aarch64 253.14-1.fc38 updates 4.3 M #15 2.409 systemd-devel aarch64 253.14-1.fc38 updates 593 k #15 2.409 which aarch64 2.21-39.fc38 fedora 42 k #15 2.409 Upgrading: #15 2.409 systemd-libs aarch64 253.14-1.fc38 updates 631 k #15 2.409 Installing dependencies: #15 2.409 annobin-docs noarch 12.30-1.fc38 updates 91 k #15 2.409 annobin-plugin-gcc aarch64 12.30-1.fc38 updates 957 k #15 2.409 autoconf noarch 2.71-5.fc38 fedora 733 k #15 2.409 automake noarch 1.16.5-11.fc38 fedora 697 k #15 2.409 checkpolicy aarch64 3.5-1.fc38 fedora 345 k #15 2.409 cmake-data noarch 3.27.7-1.fc38 updates 2.2 M #15 2.409 cmake-filesystem aarch64 3.27.7-1.fc38 updates 19 k #15 2.409 cmake-rpm-macros noarch 3.27.7-1.fc38 updates 18 k #15 2.409 cpp aarch64 13.2.1-4.fc38 updates 9.7 M #15 2.409 dbus aarch64 1:1.14.10-1.fc38 updates 8.0 k #15 2.409 dbus-broker aarch64 33-1.fc38 fedora 168 k #15 2.409 dbus-common noarch 1:1.14.10-1.fc38 updates 15 k #15 2.409 device-mapper aarch64 1.02.189-2.fc38 fedora 137 k #15 2.409 device-mapper-libs aarch64 1.02.189-2.fc38 fedora 171 k #15 2.409 gc aarch64 8.2.2-3.fc38 fedora 109 k #15 2.409 gcc-plugin-annobin aarch64 13.2.1-4.fc38 updates 48 k #15 2.409 git-core aarch64 2.43.0-1.fc38 updates 4.6 M #15 2.409 git-core-doc noarch 2.43.0-1.fc38 updates 2.9 M #15 2.409 glibc-devel aarch64 2.37-16.fc38 updates 542 k #15 2.409 guile22 aarch64 2.2.7-7.fc38 fedora 6.5 M #15 2.409 jsoncpp aarch64 1.9.5-4.fc38 fedora 92 k #15 2.409 kernel-headers aarch64 6.6.3-100.fc38 updates 1.5 M #15 2.409 kmod-libs aarch64 30-4.fc38 fedora 67 k #15 2.409 less aarch64 633-1.fc38 updates 176 k #15 2.409 libargon2 aarch64 20190702-2.fc38 fedora 28 k #15 2.409 libasan aarch64 13.2.1-4.fc38 updates 455 k #15 2.409 libatomic aarch64 13.2.1-4.fc38 updates 38 k #15 2.409 libcbor aarch64 0.7.0-9.fc38 fedora 55 k #15 2.409 libedit aarch64 3.1-45.20221030cvs.fc38 fedora 107 k #15 2.409 libfdisk aarch64 2.38.1-4.fc38 fedora 156 k #15 2.409 libfido2 aarch64 1.12.0-3.fc38 fedora 96 k #15 2.409 libmpc aarch64 1.3.1-2.fc38 fedora 72 k #15 2.409 libseccomp aarch64 2.5.3-4.fc38 fedora 72 k #15 2.409 libselinux-utils aarch64 3.5-1.fc38 fedora 164 k #15 2.409 libsepol-devel aarch64 3.5-1.fc38 fedora 49 k #15 2.409 libtool-ltdl aarch64 2.4.7-6.fc38 fedora 37 k #15 2.409 libubsan aarch64 13.2.1-4.fc38 updates 205 k #15 2.409 libutempter aarch64 1.2.1-8.fc38 fedora 27 k #15 2.409 libuv aarch64 1:1.47.0-3.fc38 updates 247 k #15 2.409 libxcrypt-devel aarch64 4.4.36-1.fc38 updates 30 k #15 2.409 libxcrypt-static aarch64 4.4.36-1.fc38 updates 108 k #15 2.409 m4 aarch64 1.4.19-5.fc38 fedora 299 k #15 2.409 openssh aarch64 9.0p1-17.fc38 updates 429 k #15 2.409 openssh-clients aarch64 9.0p1-17.fc38 updates 691 k #15 2.409 pcre2-devel aarch64 10.42-1.fc38.1 fedora 506 k #15 2.409 pcre2-utf16 aarch64 10.42-1.fc38.1 fedora 200 k #15 2.409 pcre2-utf32 aarch64 10.42-1.fc38.1 fedora 188 k #15 2.409 perl-Error noarch 1:0.17029-11.fc38 fedora 40 k #15 2.409 perl-File-Compare noarch 1.100.700-498.fc38 updates 14 k #15 2.409 perl-File-Copy noarch 2.39-498.fc38 updates 21 k #15 2.409 perl-File-Find noarch 1.40-498.fc38 updates 26 k #15 2.409 perl-Git noarch 2.43.0-1.fc38 updates 40 k #15 2.409 perl-TermReadKey aarch64 2.38-16.fc38 fedora 36 k #15 2.409 perl-Thread-Queue noarch 3.14-490.fc38 fedora 21 k #15 2.409 perl-lib aarch64 0.65-498.fc38 updates 15 k #15 2.409 perl-threads aarch64 1:2.27-490.fc38 fedora 56 k #15 2.409 perl-threads-shared aarch64 1.64-490.fc38 fedora 43 k #15 2.409 policycoreutils aarch64 3.5-1.fc38 fedora 242 k #15 2.409 policycoreutils-devel aarch64 3.5-1.fc38 fedora 148 k #15 2.409 policycoreutils-python-utils noarch 3.5-1.fc38 fedora 80 k #15 2.409 python3-audit aarch64 3.1.2-5.fc38 updates 87 k #15 2.409 python3-libselinux aarch64 3.5-1.fc38 fedora 193 k #15 2.409 python3-libsemanage aarch64 3.5-2.fc38 fedora 85 k #15 2.409 python3-policycoreutils noarch 3.5-1.fc38 fedora 2.2 M #15 2.409 python3-setools aarch64 4.4.3-1.fc38 updates 616 k #15 2.409 python3-setuptools noarch 65.5.1-2.fc38 fedora 1.7 M #15 2.409 rhash aarch64 1.4.3-2.fc38 fedora 192 k #15 2.409 rpm-plugin-selinux aarch64 4.18.2-1.fc38 updates 18 k #15 2.409 selinux-policy noarch 38.31-1.fc38 updates 56 k #15 2.409 selinux-policy-targeted noarch 38.31-1.fc38 updates 6.7 M #15 2.409 systemd-pam aarch64 253.14-1.fc38 updates 332 k #15 2.409 systemd-rpm-macros noarch 253.14-1.fc38 updates 28 k #15 2.409 util-linux aarch64 2.38.1-4.fc38 fedora 2.3 M #15 2.409 vim-filesystem noarch 2:9.1.031-1.fc38 updates 17 k #15 2.409 xkeyboard-config noarch 2.38-1.fc38 fedora 963 k #15 2.409 Installing weak dependencies: #15 2.409 cryptsetup-libs aarch64 2.6.1-1.fc38 fedora 487 k #15 2.409 libxkbcommon aarch64 1.5.0-2.fc38 fedora 141 k #15 2.409 qrencode-libs aarch64 4.1.1-4.fc38 fedora 62 k #15 2.409 systemd-networkd aarch64 253.14-1.fc38 updates 604 k #15 2.409 systemd-resolved aarch64 253.14-1.fc38 updates 278 k #15 2.409 #15 2.409 Transaction Summary #15 2.409 ================================================================================ #15 2.409 Install 93 Packages #15 2.409 Upgrade 1 Package #15 2.409 #15 2.415 Total download size: 101 M #15 2.415 Downloading Packages: #14 63.81 Preparing to unpack .../121-curl_7.68.0-1ubuntu2.21_arm64.deb ... #14 63.81 Unpacking curl (7.68.0-1ubuntu2.21) ... #14 63.86 Selecting previously unselected package dctrl-tools. #14 63.86 Preparing to unpack .../122-dctrl-tools_2.24-3_arm64.deb ... #14 63.87 Unpacking dctrl-tools (2.24-3) ... #14 63.91 Selecting previously unselected package libtool. #14 67.03 Setting up libfile-listing-perl (6.04-1) ... #14 67.04 Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... #14 67.05 Setting up libregexp-pattern-perl (0.2.12-1) ... #14 67.06 Setting up libfont-afm-perl (1.20-2) ... #14 67.07 Setting up libwant-perl (0.29-1build4) ... #14 67.08 Setting up libdynaloader-functions-perl (0.003-1) ... #14 67.09 Setting up libtext-glob-perl (0.10-1) ... #14 67.11 Setting up libclass-method-modifiers-perl (2.13-1) ... #14 67.12 Setting up liblist-compare-perl (0.53-1) ... #14 67.13 Setting up libref-util-xs-perl (0.117-1build2) ... #14 67.14 Setting up libio-pty-perl (1:1.12-1) ... #14 67.15 Setting up libtool (2.4.6-14) ... #14 67.17 Setting up libfile-fcntllock-perl (0.22-3build4) ... #14 67.18 Setting up libsort-key-perl (1.33-2build2) ... #14 67.19 Setting up libclone-perl (0.43-2) ... #14 67.20 Setting up libalgorithm-diff-perl (1.19.03-2) ... #14 67.22 Setting up libarchive-zip-perl (1.67-2) ... #14 67.23 Setting up libsub-identify-perl (0.14-1build2) ... #13 67.49 129 added, 0 removed; done. #13 67.56 Setting up libfreetype6:armhf (2.10.4+dfsg-1+deb11u1) ... #13 67.59 Setting up shared-mime-info (2.0-1) ... #17 DONE 3.9s #18 [stage-1 7/8] WORKDIR /root/build-deb #18 DONE 0.0s #19 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb #19 DONE 0.1s #20 exporting to image #20 exporting layers #15 13.19 Installing : policycoreutils-3.5-8.fc39.x86_64 73/98 #15 13.21 Running scriptlet: policycoreutils-3.5-8.fc39.x86_64 73/98 #15 13.22 Created symlink /etc/systemd/system/sysinit.target.wants/selinux-autorelabel-mark.service → /usr/lib/systemd/system/selinux-autorelabel-mark.service. #15 13.22 #15 13.22 Installing : selinux-policy-39.3-1.fc39.noarch 74/98 #15 13.23 Running scriptlet: selinux-policy-39.3-1.fc39.noarch 74/98 #15 13.26 Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 75/98 #13 70.76 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #13 70.82 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #16 32.20 Installing : gcc-11.4.1-3.el9.x86_64 73/97 #16 32.21 Running scriptlet: gcc-11.4.1-3.el9.x86_64 73/97 #16 32.29 Installing : glibc-static-2.34-99.el9.x86_64 74/97 #16 32.30 Installing : libxcrypt-static-4.4.18-3.el9.x86_64 75/97 #22 11.18 Selecting previously unselected package libgpg-error-dev. #22 11.18 Preparing to unpack .../12-libgpg-error-dev_1.46-1_amd64.deb ... #22 11.20 Unpacking libgpg-error-dev (1.46-1) ... #22 11.51 Selecting previously unselected package libgcrypt20-dev. #22 ... #42 [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 #42 DONE 11.5s #43 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD #43 DONE 10.0s #22 [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 pkg-config #22 11.51 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_amd64.deb ... #22 11.59 Unpacking libgcrypt20-dev (1.10.1-3) ... #16 27.12 Installing : vim-filesystem-2:8.2.2637-20.el9.noarch 78/99 #14 62.92 Preparing to unpack .../293-libsys-hostname-long-perl_1.5-3_all.deb ... #14 62.93 Unpacking libsys-hostname-long-perl (1.5-3) ... #14 62.96 Selecting previously unselected package libmail-sendmail-perl. #14 62.96 Preparing to unpack .../294-libmail-sendmail-perl_0.80-3_all.deb ... #14 62.96 Unpacking libmail-sendmail-perl (0.80-3) ... #14 63.00 Selecting previously unselected package libnet-smtp-ssl-perl. #14 63.00 Preparing to unpack .../295-libnet-smtp-ssl-perl_1.04-2_all.deb ... #14 63.00 Unpacking libnet-smtp-ssl-perl (1.04-2) ... #14 63.03 Selecting previously unselected package libmailtools-perl. #14 63.03 Preparing to unpack .../296-libmailtools-perl_2.21-2_all.deb ... #14 63.04 Unpacking libmailtools-perl (2.21-2) ... #14 63.08 Selecting previously unselected package libmarkdown2:arm64. #14 63.08 Preparing to unpack .../297-libmarkdown2_2.2.7-2_arm64.deb ... #14 63.09 Unpacking libmarkdown2:arm64 (2.2.7-2) ... #14 63.12 Selecting previously unselected package libmath-base85-perl. #14 63.12 Preparing to unpack .../298-libmath-base85-perl_0.5+dfsg-2_all.deb ... #14 63.12 Unpacking libmath-base85-perl (0.5+dfsg-2) ... #14 63.15 Selecting previously unselected package libmldbm-perl. #13 65.64 Setting up intltool-debian (0.35.0+20060710.5) ... #13 65.65 Setting up liberror-perl (0.17029-1) ... #13 65.67 Setting up python3-six (1.16.0-2) ... #13 65.80 Setting up dh-autoreconf (20) ... #13 65.60 Setting up libmail-sendmail-perl (0.80-1) ... #13 65.67 Setting up libltdl-dev:arm64 (2.4.6-9) ... #13 65.73 Setting up libxml-sax-base-perl (1.09-1) ... #14 72.99 0 added, 0 removed; done. #14 72.99 Running hooks in /etc/ca-certificates/update.d... #14 72.99 done. #16 2.614 dh_fixperms #16 2.652 dh_missing #16 2.678 dh_installdeb #16 2.711 dh_gencontrol #16 2.829 dh_md5sums #15 5.507 Preparing to unpack .../05-libproc2-0_2%3a4.0.2-3_amd64.deb ... #15 5.510 Unpacking libproc2-0:amd64 (2:4.0.2-3) ... #15 5.551 Selecting previously unselected package procps. #15 5.554 Preparing to unpack .../06-procps_2%3a4.0.2-3_amd64.deb ... #15 5.596 Unpacking procps (2:4.0.2-3) ... #15 5.679 Selecting previously unselected package cmake. #15 5.682 Preparing to unpack .../07-cmake_3.25.1-1_amd64.deb ... #15 5.685 Unpacking cmake (3.25.1-1) ... #14 61.68 Preparing to unpack .../092-dpkg-dev_1.21.21ubuntu1_all.deb ... #14 61.68 Unpacking dpkg-dev (1.21.21ubuntu1) ... #14 61.73 Selecting previously unselected package build-essential. #14 61.73 Preparing to unpack .../093-build-essential_12.9ubuntu3_arm64.deb ... #14 61.74 Unpacking build-essential (12.9ubuntu3) ... #14 61.77 Selecting previously unselected package libbrotli1:arm64. #14 61.78 Preparing to unpack .../094-libbrotli1_1.0.9-2build8_arm64.deb ... #14 61.78 Unpacking libbrotli1:arm64 (1.0.9-2build8) ... #14 61.84 Selecting previously unselected package libsasl2-modules-db:arm64. #14 69.51 Setting up unzip (6.0-27ubuntu1) ... #14 69.53 Setting up libcbor0.8:armhf (0.8.0-2ubuntu1) ... #14 69.54 Setting up libbrotli1:armhf (1.0.9-2build8) ... #14 69.55 Setting up libsqlite3-0:armhf (3.40.1-1ubuntu0.1) ... #14 69.56 Setting up libsasl2-modules:armhf (2.1.28+dfsg-10) ... #14 69.58 Setting up libfcgi-bin (2.4.2-2build2) ... #14 69.59 Setting up binutils-common:armhf (2.40-2ubuntu4.1) ... #14 69.61 Setting up libnghttp2-14:armhf (1.52.0-1ubuntu0.1) ... #14 69.62 Setting up libmagic1:armhf (1:5.44-3) ... #14 69.64 Setting up libdeflate0:armhf (1.15-1) ... #14 69.65 Setting up less (590-1.2) ... #14 69.67 Setting up perl-openssl-defaults:armhf (7) ... #14 69.68 Setting up linux-libc-dev:armhf (6.2.0-39.40) ... #14 69.70 Setting up libctf-nobfd0:armhf (2.40-2ubuntu4.1) ... #14 69.71 Setting up gettext-base (0.21-11) ... #14 69.72 Setting up m4 (1.4.19-3) ... #14 69.73 Setting up liblzo2-2:armhf (2.10-2build3) ... #14 69.74 Setting up libnpth0:armhf (1.6-3build2) ... #14 69.76 Setting up krb5-locales (1.20.1-1ubuntu0.1) ... #14 69.77 Setting up file (1:5.44-3) ... #14 69.78 Setting up libassuan0:armhf (2.5.5-5) ... #14 69.79 Setting up libgomp1:armhf (13.1.0-2ubuntu2~23.04) ... #14 69.84 Setting up bzip2 (1.0.8-5build1) ... #14 73.22 Setting up licensecheck (3.2.14-2) ... #14 73.23 Setting up liblwp-protocol-https-perl (6.10-1) ... #14 73.24 Setting up libwww-perl (6.61-1) ... #14 73.26 Setting up devscripts (2.22.1ubuntu1) ... #14 73.41 Setting up libxml-parser-perl:armhf (2.46-3build1) ... #14 73.43 Setting up libxml-sax-expat-perl (0.51-1) ... #14 73.47 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #15 0.845 Reading package lists... #14 60.38 Preparing to unpack .../285-libltdl7_2.4.6-15build2_arm64.deb ... #14 60.39 Unpacking libltdl7:arm64 (2.4.6-15build2) ... #14 60.42 Selecting previously unselected package libltdl-dev:arm64. #14 60.43 Preparing to unpack .../286-libltdl-dev_2.4.6-15build2_arm64.deb ... #14 60.43 Unpacking libltdl-dev:arm64 (2.4.6-15build2) ... #14 60.48 Selecting previously unselected package liblzo2-2:arm64. #14 60.48 Preparing to unpack .../287-liblzo2-2_2.10-2build3_arm64.deb ... #14 60.49 Unpacking liblzo2-2:arm64 (2.10-2build3) ... #14 60.53 Selecting previously unselected package libsys-hostname-long-perl. #14 60.53 Preparing to unpack .../288-libsys-hostname-long-perl_1.5-2_all.deb ... #14 60.54 Unpacking libsys-hostname-long-perl (1.5-2) ... #14 60.57 Selecting previously unselected package libmail-sendmail-perl. #14 60.57 Preparing to unpack .../289-libmail-sendmail-perl_0.80-1.1_all.deb ... #14 60.58 Unpacking libmail-sendmail-perl (0.80-1.1) ... #14 60.61 Selecting previously unselected package libnet-smtp-ssl-perl. #14 60.62 Preparing to unpack .../290-libnet-smtp-ssl-perl_1.04-1_all.deb ... #14 60.62 Unpacking libnet-smtp-ssl-perl (1.04-1) ... #14 60.66 Selecting previously unselected package libmailtools-perl. #14 60.66 Preparing to unpack .../291-libmailtools-perl_2.21-1_all.deb ... #14 60.66 Unpacking libmailtools-perl (2.21-1) ... #14 60.72 Selecting previously unselected package libmarkdown2:arm64. #14 67.24 Setting up libdistro-info-perl (0.23ubuntu1.1) ... #14 67.25 Setting up libcpanel-json-xs-perl (4.19-1build1) ... #14 67.26 Setting up python3-apt (2.0.1ubuntu0.20.04.1) ... #14 67.41 Setting up libobject-id-perl (0.1.2-2ubuntu1) ... #14 67.42 Setting up libio-stringy-perl (2.111-3) ... #14 67.43 Setting up liblist-moreutils-perl (0.416-1build5) ... #14 67.44 Setting up libhtml-tagset-perl (3.20-4) ... #14 67.45 Setting up liblog-any-perl (1.708-1) ... #14 67.46 Setting up libauthen-sasl-perl (2.1600-1) ... #14 67.48 Setting up libdevel-size-perl (0.83-1build1) ... #14 67.49 Setting up libdebhelper-perl (12.10ubuntu1) ... #14 67.50 Setting up libpod-constants-perl (0.19-1) ... #14 67.51 Setting up libregexp-pattern-license-perl (3.2.0-1) ... #14 67.52 Setting up libperl4-corelibs-perl (0.004-2) ... #15 0.831 Reading package lists... #15 13.52 Installing : selinux-policy-targeted-39.3-1.fc39.noarch 75/98 #14 63.91 Preparing to unpack .../123-libtool_2.4.6-14_all.deb ... #14 63.91 Unpacking libtool (2.4.6-14) ... #14 64.11 Selecting previously unselected package dh-autoreconf. #14 64.11 Preparing to unpack .../124-dh-autoreconf_19_all.deb ... #14 64.12 Unpacking dh-autoreconf (19) ... #14 64.15 Selecting previously unselected package libdebhelper-perl. #14 64.15 Preparing to unpack .../125-libdebhelper-perl_12.10ubuntu1_all.deb ... #14 64.16 Unpacking libdebhelper-perl (12.10ubuntu1) ... #14 64.19 Selecting previously unselected package libarchive-zip-perl. #14 64.19 Preparing to unpack .../126-libarchive-zip-perl_1.67-2_all.deb ... #14 64.20 Unpacking libarchive-zip-perl (1.67-2) ... #14 64.23 Selecting previously unselected package libsub-override-perl. #13 70.97 #13 70.97 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 71.01 Setting up dput (1.0.3) ... #13 71.16 Setting up libnet-smtp-ssl-perl (1.04-1) ... #13 71.17 Setting up libmodule-runtime-perl (0.016-1) ... #13 71.18 Setting up libmailtools-perl (2.18-1) ... #13 71.19 Setting up libparse-debianchangelog-perl (1.2.0-13) ... #13 71.21 Setting up libxml-libxml-perl (2.0134+dfsg-1) ... #13 71.26 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #16 32.30 Installing : vim-filesystem-2:8.2.2637-20.el9.noarch 76/97 #22 11.76 Selecting previously unselected package libglib2.0-data. #16 27.45 Installing : cmake-data-3.26.5-2.el9.noarch 79/99 #16 27.61 Installing : cmake-3.26.5-2.el9.aarch64 80/99 #16 27.62 Installing : systemd-rpm-macros-252-23.el9.noarch 81/99 #16 27.62 Installing : dbus-1:1.12.20-8.el9.aarch64 82/99 #16 27.63 Installing : systemd-pam-252-23.el9.aarch64 83/99 #13 65.81 Setting up patchutils (0.4.2-1) ... #13 65.83 Setting up libmail-sendmail-perl (0.80-1.1) ... #13 65.84 Setting up libltdl-dev:arm64 (2.4.6-15) ... #13 65.85 Setting up libjson-maybexs-perl (1.004003-1) ... #13 65.86 Setting up libxml-sax-base-perl (1.09-1.1) ... #13 65.87 Setting up libio-string-perl (1.08-3.1) ... #13 65.88 Setting up libreadonly-perl (2.050-3) ... #13 65.90 Setting up python3-gpg (1.14.0-1+b2) ... #13 66.10 Setting up python3-certifi (2020.6.20-1) ... #13 66.23 Setting up libfile-find-rule-perl (0.34-1) ... #16 2.868 dh_builddeb #16 2.894 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #16 2.926 dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo #16 3.065 dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes #13 65.79 Setting up libio-string-perl (1.08-3) ... #13 65.88 Setting up libreadonly-perl (2.050-1) ... #13 65.91 Setting up python3-chardet (3.0.4-3) ... #14 63.16 Preparing to unpack .../299-libmldbm-perl_2.05-4_all.deb ... #14 63.16 Unpacking libmldbm-perl (2.05-4) ... #14 63.19 Selecting previously unselected package libmoox-aliases-perl. #14 63.19 Preparing to unpack .../300-libmoox-aliases-perl_0.001006-2_all.deb ... #14 63.20 Unpacking libmoox-aliases-perl (0.001006-2) ... #14 63.23 Selecting previously unselected package libmouse-perl. #14 63.23 Preparing to unpack .../301-libmouse-perl_2.5.10-1build5_arm64.deb ... #14 63.23 Unpacking libmouse-perl (2.5.10-1build5) ... #14 63.27 Selecting previously unselected package libxs-parse-keyword-perl. #14 63.27 Preparing to unpack .../302-libxs-parse-keyword-perl_0.38-1_arm64.deb ... #14 63.28 Unpacking libxs-parse-keyword-perl (0.38-1) ... #14 63.31 Selecting previously unselected package libxs-parse-sublike-perl:arm64. #14 63.31 Preparing to unpack .../303-libxs-parse-sublike-perl_0.20-1ubuntu3_arm64.deb ... #14 63.32 Unpacking libxs-parse-sublike-perl:arm64 (0.20-1ubuntu3) ... #14 63.35 Selecting previously unselected package libobject-pad-perl. #14 63.35 Preparing to unpack .../304-libobject-pad-perl_0.801-2_arm64.deb ... #14 63.36 Unpacking libobject-pad-perl (0.801-2) ... #14 63.39 Selecting previously unselected package libpackage-stash-xs-perl:arm64. #14 72.22 Setting up libhttp-negotiate-perl (6.01-2) ... #14 72.23 Setting up libio-prompter-perl (0.004015-2) ... #14 72.24 Setting up libiterator-util-perl (0.02+ds1-2) ... #14 72.25 Setting up libhttp-cookies-perl (6.10-1) ... #14 72.28 Setting up libtool (2.4.7-7) ... #14 72.29 Setting up po-debconf (1.0.21+nmu1) ... #14 72.30 Setting up libhtml-tree-perl (5.07-3) ... #14 72.31 Setting up libparams-classify-perl:armhf (0.015-2build2) ... #14 72.32 Setting up libcgi-pm-perl (4.57-1) ... #14 72.33 Setting up python3 (3.11.4-5) ... #14 61.85 Preparing to unpack .../095-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... #14 61.85 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... #14 61.88 Selecting previously unselected package libsasl2-2:arm64. #14 61.88 Preparing to unpack .../096-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... #14 61.89 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... #14 61.96 Selecting previously unselected package libldap2:arm64. #14 61.96 Preparing to unpack .../097-libldap2_2.6.3+dfsg-1~exp1ubuntu2_arm64.deb ... #14 61.97 Unpacking libldap2:arm64 (2.6.3+dfsg-1~exp1ubuntu2) ... #14 62.00 Selecting previously unselected package librtmp1:arm64. #14 62.00 Preparing to unpack .../098-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ... #14 62.01 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 62.05 Selecting previously unselected package libssh-4:arm64. #14 62.05 Preparing to unpack .../099-libssh-4_0.10.4-2ubuntu0.3_arm64.deb ... #14 62.05 Unpacking libssh-4:arm64 (0.10.4-2ubuntu0.3) ... #14 62.15 Selecting previously unselected package libcurl4:arm64. #14 69.85 Setting up libldap-common (2.6.3+dfsg-1~exp1ubuntu2) ... #14 69.87 Setting up libunwind8:armhf (1.6.2-3) ... #14 69.88 Setting up libjbig0:armhf (2.1-6ubuntu1) ... #14 69.89 Setting up libfakeroot:armhf (1.31-1.1) ... #14 69.91 Setting up libjansson4:armhf (2.14-2) ... #14 69.93 Setting up libkrb5support0:armhf (1.20.1-1ubuntu0.1) ... #14 69.94 Setting up libnumber-compare-perl (0.03-3) ... #14 69.95 Setting up gcc-12-base:armhf (12.3.0-1ubuntu1~23.04) ... #14 69.96 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-10) ... #14 69.98 Setting up fakeroot (1.31-1.1) ... #14 69.99 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 69.99 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 69.99 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 69.99 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 69.99 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 69.99 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 69.99 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 69.99 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 69.99 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 70.00 Setting up perl-modules-5.36 (5.36.0-7ubuntu0.23.04.2) ... #14 70.02 Setting up autotools-dev (20220109.1) ... #14 70.03 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #14 70.04 Setting up libx11-data (2:1.8.4-2ubuntu0.3) ... #15 1.711 dpkg-buildpackage: info: source package docker-ce-build-deps #15 1.711 dpkg-buildpackage: info: source version 1.0 #15 1.711 dpkg-buildpackage: info: source distribution unstable #15 1.711 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #15 1.752 dpkg-buildpackage: info: host architecture arm64 #15 1.752 dpkg-source --before-build . #15 1.853 debian/rules clean #14 73.52 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 73.68 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 73.70 Processing triggers for libc-bin (2.35-0ubuntu3.6) ... #14 73.73 Processing triggers for ca-certificates (20230311ubuntu0.22.04.1) ... #14 60.72 Preparing to unpack .../292-libmarkdown2_2.2.7-2_arm64.deb ... #14 60.72 Unpacking libmarkdown2:arm64 (2.2.7-2) ... #14 60.76 Selecting previously unselected package libmath-base85-perl. #14 60.76 Preparing to unpack .../293-libmath-base85-perl_0.5+dfsg-1_all.deb ... #14 60.77 Unpacking libmath-base85-perl (0.5+dfsg-1) ... #14 60.80 Selecting previously unselected package libmoox-aliases-perl. #14 60.80 Preparing to unpack .../294-libmoox-aliases-perl_0.001006-1.1_all.deb ... #14 60.81 Unpacking libmoox-aliases-perl (0.001006-1.1) ... #14 60.84 Selecting previously unselected package libnamespace-autoclean-perl. #14 60.85 Preparing to unpack .../295-libnamespace-autoclean-perl_0.29-1_all.deb ... #14 60.85 Unpacking libnamespace-autoclean-perl (0.29-1) ... #14 60.88 Selecting previously unselected package libobject-id-perl. #14 60.88 Preparing to unpack .../296-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ... #14 60.89 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ... #14 60.93 Selecting previously unselected package libmoox-struct-perl. #14 60.93 Preparing to unpack .../297-libmoox-struct-perl_0.020-1_all.deb ... #14 60.93 Unpacking libmoox-struct-perl (0.020-1) ... #14 60.97 Selecting previously unselected package libmouse-perl. #14 67.53 Setting up libfuture-perl (0.43-1) ... #14 67.54 Setting up liblwp-mediatypes-perl (6.04-1) ... #14 67.57 Setting up libyaml-libyaml-perl (0.81+repack-1) ... #14 67.58 Setting up libtry-tiny-perl (0.30-1) ... #14 67.59 Setting up libtype-tiny-perl (1.008001-2) ... #14 67.60 Setting up libtest-fatal-perl (0.014-1) ... #14 67.62 Setting up libcommon-sense-perl (3.74-2build6) ... #14 67.63 Setting up libxml-namespacesupport-perl (1.12-1) ... #14 67.64 Setting up libnet-http-perl (6.19-1) ... #14 67.65 Setting up libhttp-tiny-multipart-perl (0.08-1) ... #14 67.66 Setting up libencode-locale-perl (1.05-1) ... #14 67.67 Setting up libtext-levenshtein-perl (0.13-1) ... #14 67.68 Setting up libnet-dns-perl (1.22-1) ... #14 67.69 Setting up libsereal-encoder-perl (4.011+ds-1build1) ... #14 67.70 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ... #14 67.71 Setting up libstring-shellquote-perl (1.04-1) ... #14 67.72 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 67.74 Setting up libsub-install-perl (0.928-1) ... #14 64.24 Preparing to unpack .../127-libsub-override-perl_0.09-2_all.deb ... #14 64.24 Unpacking libsub-override-perl (0.09-2) ... #14 64.27 Selecting previously unselected package libfile-stripnondeterminism-perl. #14 64.27 Preparing to unpack .../128-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... #14 64.27 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... #14 64.30 Selecting previously unselected package dh-strip-nondeterminism. #14 64.31 Preparing to unpack .../129-dh-strip-nondeterminism_1.7.0-1_all.deb ... #14 64.31 Unpacking dh-strip-nondeterminism (1.7.0-1) ... #14 64.43 Selecting previously unselected package dwz. #14 64.43 Preparing to unpack .../130-dwz_0.13-5_arm64.deb ... #14 64.43 Unpacking dwz (0.13-5) ... #14 64.48 Selecting previously unselected package libcroco3:arm64. #14 64.48 Preparing to unpack .../131-libcroco3_0.6.13-1_arm64.deb ... #14 64.49 Unpacking libcroco3:arm64 (0.6.13-1) ... #14 64.53 Selecting previously unselected package gettext. #14 64.53 Preparing to unpack .../132-gettext_0.19.8.1-10build1_arm64.deb ... #14 64.54 Unpacking gettext (0.19.8.1-10build1) ... #14 64.63 Selecting previously unselected package intltool-debian. #14 64.63 Preparing to unpack .../133-intltool-debian_0.35.0+20060710.5_all.deb ... #13 71.33 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #13 71.40 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #16 32.57 Installing : cmake-data-3.26.5-2.el9.noarch 77/97 #16 32.76 Installing : cmake-3.26.5-2.el9.x86_64 78/97 #16 32.77 Installing : systemd-rpm-macros-252-23.el9.noarch 79/97 #16 32.78 Installing : dbus-1:1.12.20-8.el9.x86_64 80/97 #16 32.79 Installing : systemd-pam-252-23.el9.x86_64 81/97 #22 11.77 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ... #22 11.81 Unpacking libglib2.0-data (2.74.6-2) ... #22 12.01 Selecting previously unselected package libglib2.0-bin. #22 12.01 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_amd64.deb ... #22 12.05 Unpacking libglib2.0-bin (2.74.6-2) ... #22 12.09 Selecting previously unselected package python3-lib2to3. #16 27.64 Running scriptlet: systemd-252-23.el9.aarch64 84/99 #13 66.25 Setting up libstring-copyright-perl (0.003006-1) ... #13 66.26 Setting up libgd3:arm64 (2.3.0-2) ... #13 66.27 Setting up python3-idna (2.10-1) ... #13 66.46 Setting up libdata-optlist-perl (0.110-1.1) ... #16 3.140 dpkg-genchanges: info: binary-only upload (no source code included) #16 3.142 dpkg-source --after-build . #16 3.240 dpkg-buildpackage: info: binary-only upload (no source included) #13 DONE 73.0s #14 [stage-1 3/8] COPY --link common /root/build-deb/debian #14 DONE 0.1s #15 [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 #15 0.515 Hit:1 http://deb.debian.org/debian bookworm InRelease #14 63.39 Preparing to unpack .../305-libpackage-stash-xs-perl_0.30-1build1_arm64.deb ... #14 63.40 Unpacking libpackage-stash-xs-perl:arm64 (0.30-1build1) ... #14 63.43 Selecting previously unselected package libpath-iterator-rule-perl. #14 63.43 Preparing to unpack .../306-libpath-iterator-rule-perl_1.015-2_all.deb ... #14 63.43 Unpacking libpath-iterator-rule-perl (1.015-2) ... #14 63.50 Selecting previously unselected package libperlio-gzip-perl. #14 63.50 Preparing to unpack .../307-libperlio-gzip-perl_0.20-1build1_arm64.deb ... #14 63.51 Unpacking libperlio-gzip-perl (0.20-1build1) ... #14 63.54 Selecting previously unselected package libperlio-utf8-strict-perl. #14 63.54 Preparing to unpack .../308-libperlio-utf8-strict-perl_0.010-1_arm64.deb ... #14 63.54 Unpacking libperlio-utf8-strict-perl (0.010-1) ... #14 63.66 Selecting previously unselected package libpod-parser-perl. #13 66.19 Setting up libstring-copyright-perl (0.003006-1) ... #14 72.60 Setting up libhtml-format-perl (2.16-2) ... #14 72.61 Setting up python3-xdg (0.28-2) ... #14 72.74 Setting up libxml-sax-perl (1.02+dfsg-3) ... #14 62.15 Preparing to unpack .../100-libcurl4_7.88.1-8ubuntu2.4_arm64.deb ... #14 62.15 Unpacking libcurl4:arm64 (7.88.1-8ubuntu2.4) ... #14 62.18 Selecting previously unselected package curl. #14 62.18 Preparing to unpack .../101-curl_7.88.1-8ubuntu2.4_arm64.deb ... #14 62.19 Unpacking curl (7.88.1-8ubuntu2.4) ... #14 62.23 Selecting previously unselected package dctrl-tools. #14 62.23 Preparing to unpack .../102-dctrl-tools_2.24-3build2_arm64.deb ... #14 62.24 Unpacking dctrl-tools (2.24-3build2) ... #14 62.27 Selecting previously unselected package libdebhelper-perl. #14 62.27 Preparing to unpack .../103-libdebhelper-perl_13.11.4ubuntu3_all.deb ... #14 62.27 Unpacking libdebhelper-perl (13.11.4ubuntu3) ... #14 62.31 Selecting previously unselected package libtool. #14 62.32 Preparing to unpack .../104-libtool_2.4.7-5_all.deb ... #14 62.32 Unpacking libtool (2.4.7-5) ... #14 62.35 Selecting previously unselected package dh-autoreconf. #14 62.36 Preparing to unpack .../105-dh-autoreconf_20_all.deb ... #14 62.36 Unpacking dh-autoreconf (20) ... #14 62.42 Selecting previously unselected package libarchive-zip-perl. #14 70.06 Setting up make (4.3-4.1build1) ... #14 70.07 Setting up libmpfr6:armhf (4.2.0-1) ... #14 70.08 Setting up gnupg-l10n (2.2.40-1.1ubuntu1) ... #14 70.09 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ... #14 70.11 Setting up lzip (1.23-5) ... #14 70.12 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode #14 70.12 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 #14 70.12 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode #14 70.12 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 #14 70.13 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode #14 70.13 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 #14 70.13 Setting up strace (6.2-0ubuntu1) ... #14 70.15 Setting up xz-utils (5.4.1-0.2) ... #14 70.16 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 70.16 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #14 70.16 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #14 70.16 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #14 70.16 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #14 70.16 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #14 70.16 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist #14 70.16 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist #14 70.16 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist #14 70.16 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist #14 70.16 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist #14 70.17 Setting up t1utils (1.41-4build2) ... #14 70.18 Setting up diffstat (1.65-1) ... #14 70.20 Setting up libpng16-16:armhf (1.6.39-2) ... #14 70.21 Setting up libmpc3:armhf (1.3.1-1) ... #14 70.22 Setting up libatomic1:armhf (13.1.0-2ubuntu2~23.04) ... #14 70.24 Setting up patch (2.7.6-7build2) ... #14 70.25 Setting up autopoint (0.21-11) ... #15 6.301 Selecting previously unselected package dh-apparmor. #15 6.305 Preparing to unpack .../08-dh-apparmor_3.0.8-3_all.deb ... #15 6.308 Unpacking dh-apparmor (3.0.8-3) ... #15 6.336 Selecting previously unselected package libseccomp-dev:amd64. #15 6.339 Preparing to unpack .../09-libseccomp-dev_2.5.4-1+b3_amd64.deb ... #15 6.342 Unpacking libseccomp-dev:amd64 (2.5.4-1+b3) ... #15 6.382 Selecting previously unselected package libsystemd-dev:amd64. #15 6.385 Preparing to unpack .../10-libsystemd-dev_252.19-1~deb12u1_amd64.deb ... #15 6.390 Unpacking libsystemd-dev:amd64 (252.19-1~deb12u1) ... #15 6.488 Selecting previously unselected package libpkgconf3:amd64. #15 1.855 dh clean #15 1.935 dh_clean #15 1.972 debian/rules binary #15 1.974 dh binary #15 2.042 dh_update_autotools_config #15 2.072 dh_autoreconf #14 73.73 Updating certificates in /etc/ssl/certs... #14 60.97 Preparing to unpack .../298-libmouse-perl_2.5.10-1build4_arm64.deb ... #14 60.98 Unpacking libmouse-perl (2.5.10-1build4) ... #14 61.02 Selecting previously unselected package libpackage-stash-xs-perl. #14 61.02 Preparing to unpack .../299-libpackage-stash-xs-perl_0.29-1build5_arm64.deb ... #14 61.03 Unpacking libpackage-stash-xs-perl (0.29-1build5) ... #14 61.06 Selecting previously unselected package libpath-iterator-rule-perl. #14 61.06 Preparing to unpack .../300-libpath-iterator-rule-perl_1.015-1_all.deb ... #14 61.07 Unpacking libpath-iterator-rule-perl (1.015-1) ... #14 61.10 Selecting previously unselected package libperlio-gzip-perl. #14 61.10 Preparing to unpack .../301-libperlio-gzip-perl_0.19-1build8_arm64.deb ... #14 61.11 Unpacking libperlio-gzip-perl (0.19-1build8) ... #14 61.15 Selecting previously unselected package libperlio-utf8-strict-perl. #14 61.15 Preparing to unpack .../302-libperlio-utf8-strict-perl_0.009-1build1_arm64.deb ... #14 61.16 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ... #14 61.20 Selecting previously unselected package libpod-parser-perl. #14 61.20 Preparing to unpack .../303-libpod-parser-perl_1.63-2_all.deb ... #14 61.21 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #14 67.75 Setting up gcc (4:9.3.0-1ubuntu2) ... #14 67.77 Setting up dpkg-dev (1.19.7ubuntu3.2) ... #14 67.78 Setting up libnumber-compare-perl (0.03-1) ... #14 67.79 Setting up intltool-debian (0.35.0+20060710.5) ... #14 67.80 Setting up libio-async-perl (0.75-1) ... #14 67.81 Setting up liberror-perl (0.17029-1) ... #14 67.88 Setting up patchutils (0.3.4-2) ... #14 67.92 Setting up libmail-sendmail-perl (0.80-1) ... #14 67.94 Setting up libltdl-dev:amd64 (2.4.6-14) ... #14 67.97 Setting up libjson-maybexs-perl (1.004000-1) ... #14 67.99 Setting up libxml-sax-base-perl (1.09-1) ... #16 32.80 Running scriptlet: systemd-252-23.el9.x86_64 82/97 #14 64.64 Unpacking intltool-debian (0.35.0+20060710.5) ... #14 64.70 Selecting previously unselected package po-debconf. #14 64.70 Preparing to unpack .../134-po-debconf_1.0.21_all.deb ... #14 64.71 Unpacking po-debconf (1.0.21) ... #14 64.75 Selecting previously unselected package debhelper. #14 64.75 Preparing to unpack .../135-debhelper_12.10ubuntu1_all.deb ... #14 64.76 Unpacking debhelper (12.10ubuntu1) ... #14 64.86 Selecting previously unselected package libfakeroot:arm64. #13 71.56 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 71.59 Setting up libconst-fast-perl (0.014-1) ... #13 71.61 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ... #13 71.62 Setting up libmodule-implementation-perl (0.09-1) ... #13 71.63 Setting up libemail-valid-perl (1.202-1) ... #13 71.64 Setting up libcgi-fast-perl (1:2.13-1) ... #13 71.65 Setting up libpackage-stash-perl (0.38-1) ... #13 71.67 Setting up libimport-into-perl (1.002005-1) ... #13 71.68 Setting up libmoo-perl (2.003004-2) ... #13 71.69 Setting up libmime-tools-perl (5.509-1) ... #13 71.70 Setting up libxml-simple-perl (2.25-1) ... #13 71.71 Setting up libparams-validate-perl (1.29-1+b1) ... #13 71.72 Setting up libb-hooks-endofscope-perl (0.24-1) ... #13 71.73 Setting up lintian (2.15.0) ... #13 71.75 Setting up libnamespace-clean-perl (0.27-1) ... #13 71.77 Setting up libgetopt-long-descriptive-perl (0.103-2) ... #16 27.95 Installing : systemd-252-23.el9.aarch64 84/99 #16 27.96 Running scriptlet: systemd-252-23.el9.aarch64 84/99 #16 28.11 Installing : dbus-common-1:1.12.20-8.el9.noarch 85/99 #16 28.12 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 85/99 #16 28.14 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket. #16 28.14 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket. #16 28.14 #16 28.15 Running scriptlet: dbus-broker-28-7.el9.aarch64 86/99 #13 66.47 Setting up libipc-run-perl (20200505.0-1) ... #13 66.49 Setting up git (1:2.30.2-1+deb11u2) ... #13 66.52 Setting up libtext-xslate-perl (3.5.8-1+b1) ... #13 66.53 Setting up python3-urllib3 (1.26.5-1~exp1) ... #13 66.70 Setting up libcontextual-return-perl (0.004014-2) ... #16 3.244 #16 3.244 The package has been created. #16 3.244 Attention, the package has been created in the current directory, #16 3.244 not in ".." as indicated by the message above! #16 3.274 Selecting previously unselected package docker-ce-build-deps. #16 3.289 (Reading database ... 27551 files and directories currently installed.) #16 3.289 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #16 3.296 Unpacking docker-ce-build-deps (1.0) ... #15 0.516 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #15 0.516 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #15 3.298 (1/94): autoconf-2.71-5.fc38.noarch.rpm 2.8 MB/s | 733 kB 00:00 #15 3.305 (2/94): automake-1.16.5-11.fc38.noarch.rpm 2.6 MB/s | 697 kB 00:00 #15 3.312 (3/94): checkpolicy-3.5-1.fc38.aarch64.rpm 1.3 MB/s | 345 kB 00:00 #15 3.317 (4/94): cryptsetup-libs-2.6.1-1.fc38.aarch64.rp 28 MB/s | 487 kB 00:00 #15 3.323 (5/94): dbus-broker-33-1.fc38.aarch64.rpm 10 MB/s | 168 kB 00:00 #15 3.328 (6/94): device-mapper-libs-1.02.189-2.fc38.aarc 17 MB/s | 171 kB 00:00 #15 3.334 (7/94): device-mapper-1.02.189-2.fc38.aarch64.r 8.6 MB/s | 137 kB 00:00 #15 3.337 (8/94): gc-8.2.2-3.fc38.aarch64.rpm 8.4 MB/s | 109 kB 00:00 #15 3.349 (9/94): jsoncpp-1.9.5-4.fc38.aarch64.rpm 12 MB/s | 92 kB 00:00 #15 3.356 (10/94): kmod-libs-30-4.fc38.aarch64.rpm 4.6 MB/s | 67 kB 00:00 #15 3.366 (11/94): libargon2-20190702-2.fc38.aarch64.rpm 1.8 MB/s | 28 kB 00:00 #15 3.400 (12/94): guile22-2.2.7-7.fc38.aarch64.rpm 92 MB/s | 6.5 MB 00:00 #15 3.403 (13/94): libcbor-0.7.0-9.fc38.aarch64.rpm 1.2 MB/s | 55 kB 00:00 #15 3.408 (14/94): libedit-3.1-45.20221030cvs.fc38.aarch6 2.7 MB/s | 107 kB 00:00 #15 3.414 (15/94): libfido2-1.12.0-3.fc38.aarch64.rpm 9.5 MB/s | 96 kB 00:00 #15 3.420 (16/94): libfdisk-2.38.1-4.fc38.aarch64.rpm 9.8 MB/s | 156 kB 00:00 #15 3.423 (17/94): libmpc-1.3.1-2.fc38.aarch64.rpm 4.9 MB/s | 72 kB 00:00 #15 3.428 (18/94): libseccomp-2.5.3-4.fc38.aarch64.rpm 5.6 MB/s | 72 kB 00:00 #15 3.432 (19/94): libseccomp-devel-2.5.3-4.fc38.aarch64. 7.0 MB/s | 60 kB 00:00 #15 3.436 (20/94): libselinux-devel-3.5-1.fc38.aarch64.rp 13 MB/s | 151 kB 00:00 #15 3.440 (21/94): libselinux-utils-3.5-1.fc38.aarch64.rp 15 MB/s | 164 kB 00:00 #15 3.443 (22/94): libsepol-devel-3.5-1.fc38.aarch64.rpm 7.3 MB/s | 49 kB 00:00 #15 3.447 (23/94): libtool-ltdl-2.4.7-6.fc38.aarch64.rpm 5.8 MB/s | 37 kB 00:00 #15 3.451 (24/94): libtool-ltdl-devel-2.4.7-6.fc38.aarch6 21 MB/s | 164 kB 00:00 #15 3.455 (25/94): libutempter-1.2.1-8.fc38.aarch64.rpm 3.3 MB/s | 27 kB 00:00 #15 3.461 (26/94): libtool-2.4.7-6.fc38.aarch64.rpm 24 MB/s | 601 kB 00:00 #15 3.466 (27/94): libxkbcommon-1.5.0-2.fc38.aarch64.rpm 10 MB/s | 141 kB 00:00 #15 3.472 (28/94): m4-1.4.19-5.fc38.aarch64.rpm 18 MB/s | 299 kB 00:00 #15 3.479 (29/94): pcre2-devel-10.42-1.fc38.1.aarch64.rpm 29 MB/s | 506 kB 00:00 #15 3.485 (30/94): pcre2-utf16-10.42-1.fc38.1.aarch64.rpm 12 MB/s | 200 kB 00:00 #15 3.489 (31/94): perl-Error-0.17029-11.fc38.noarch.rpm 4.5 MB/s | 40 kB 00:00 #15 3.494 (32/94): pcre2-utf32-10.42-1.fc38.1.aarch64.rpm 13 MB/s | 188 kB 00:00 #15 3.497 (33/94): perl-TermReadKey-2.38-16.fc38.aarch64. 3.0 MB/s | 36 kB 00:00 #15 3.501 (34/94): perl-Thread-Queue-3.14-490.fc38.noarch 1.8 MB/s | 21 kB 00:00 #14 63.66 Preparing to unpack .../309-libpod-parser-perl_1.66-1_all.deb ... #14 63.67 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #14 63.69 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #14 63.69 Unpacking libpod-parser-perl (1.66-1) ... #14 63.72 Selecting previously unselected package libpod-constants-perl. #14 63.72 Preparing to unpack .../310-libpod-constants-perl_0.19-2_all.deb ... #14 63.72 Unpacking libpod-constants-perl (0.19-2) ... #14 63.76 Selecting previously unselected package libproc-processtable-perl:arm64. #14 63.76 Preparing to unpack .../311-libproc-processtable-perl_0.636-1_arm64.deb ... #14 63.76 Unpacking libproc-processtable-perl:arm64 (0.636-1) ... #14 63.80 Selecting previously unselected package libre2-10:arm64. #14 63.80 Preparing to unpack .../312-libre2-10_20230301-2_arm64.deb ... #14 63.81 Unpacking libre2-10:arm64 (20230301-2) ... #14 63.84 Selecting previously unselected package libre-engine-re2-perl:arm64. #14 63.84 Preparing to unpack .../313-libre-engine-re2-perl_0.18+ds-1_arm64.deb ... #14 63.85 Unpacking libre-engine-re2-perl:arm64 (0.18+ds-1) ... #14 63.88 Selecting previously unselected package libreadonly-perl. #14 63.88 Preparing to unpack .../314-libreadonly-perl_2.050-3_all.deb ... #14 63.88 Unpacking libreadonly-perl (2.050-3) ... #14 63.91 Selecting previously unselected package libref-util-perl. #14 63.92 Preparing to unpack .../315-libref-util-perl_0.204-2_all.deb ... #14 63.92 Unpacking libref-util-perl (0.204-2) ... #14 63.98 Selecting previously unselected package libref-util-xs-perl. #14 72.80 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #14 72.87 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 72.99 #14 72.99 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 66.25 Setting up python3-debian (0.1.35) ... #13 66.46 Setting up python3-requests (2.21.0-1+deb10u1) ... #14 62.43 Preparing to unpack .../106-libarchive-zip-perl_1.68-1_all.deb ... #14 62.43 Unpacking libarchive-zip-perl (1.68-1) ... #14 62.47 Selecting previously unselected package libsub-override-perl. #14 62.47 Preparing to unpack .../107-libsub-override-perl_0.09-4_all.deb ... #14 62.47 Unpacking libsub-override-perl (0.09-4) ... #14 62.50 Selecting previously unselected package libfile-stripnondeterminism-perl. #14 62.50 Preparing to unpack .../108-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ... #14 62.51 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ... #14 62.54 Selecting previously unselected package dh-strip-nondeterminism. #14 62.54 Preparing to unpack .../109-dh-strip-nondeterminism_1.13.1-1_all.deb ... #14 62.54 Unpacking dh-strip-nondeterminism (1.13.1-1) ... #14 62.58 Selecting previously unselected package libdw1:arm64. #14 62.58 Preparing to unpack .../110-libdw1_0.188-2.1_arm64.deb ... #14 62.59 Unpacking libdw1:arm64 (0.188-2.1) ... #14 62.62 Selecting previously unselected package debugedit. #14 62.62 Preparing to unpack .../111-debugedit_1%3a5.0-5_arm64.deb ... #14 62.63 Unpacking debugedit (1:5.0-5) ... #14 62.66 Selecting previously unselected package dwz. #14 70.26 Setting up fonts-dejavu-core (2.37-6) ... #14 70.33 Setting up ucf (3.0043+nmu1) ... #14 70.43 Setting up libk5crypto3:armhf (1.20.1-1ubuntu0.1) ... #14 70.44 Setting up libjpeg-turbo8:armhf (2.1.5-2ubuntu1) ... #14 70.45 Setting up libltdl7:armhf (2.4.7-5) ... #14 70.46 Setting up libsasl2-2:armhf (2.1.28+dfsg-10) ... #14 70.47 Setting up libwebp7:armhf (1.2.4-0.1ubuntu0.23.04.2) ... #14 70.50 Setting up libubsan1:armhf (13.1.0-2ubuntu2~23.04) ... #14 70.52 Setting up python-apt-common (2.5.3ubuntu1) ... #14 70.54 Setting up libcrypt-dev:armhf (1:4.4.33-2) ... #14 70.57 Setting up libasan8:armhf (13.1.0-2ubuntu2~23.04) ... #14 70.58 Setting up libuchardet0:armhf (0.0.7-1build2) ... #14 70.59 Setting up lzop (1.04-2build2) ... #14 70.61 Setting up git-man (1:2.39.2-1ubuntu1.1) ... #22 12.10 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ... #22 12.11 Unpacking python3-lib2to3 (3.11.2-3) ... #22 12.17 Selecting previously unselected package python3-distutils. #22 12.17 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ... #22 12.24 Unpacking python3-distutils (3.11.2-3) ... #22 12.38 Selecting previously unselected package libglib2.0-dev-bin. #15 6.491 Preparing to unpack .../11-libpkgconf3_1.8.1-1_amd64.deb ... #15 6.495 Unpacking libpkgconf3:amd64 (1.8.1-1) ... #15 6.523 Selecting previously unselected package pkgconf-bin. #15 6.526 Preparing to unpack .../12-pkgconf-bin_1.8.1-1_amd64.deb ... #15 6.529 Unpacking pkgconf-bin (1.8.1-1) ... #15 6.557 Selecting previously unselected package pkgconf:amd64. #15 6.560 Preparing to unpack .../13-pkgconf_1.8.1-1_amd64.deb ... #15 6.564 Unpacking pkgconf:amd64 (1.8.1-1) ... #15 6.596 Selecting previously unselected package pkg-config:amd64. #15 6.599 Preparing to unpack .../14-pkg-config_1.8.1-1_amd64.deb ... #15 6.605 Unpacking pkg-config:amd64 (1.8.1-1) ... #15 6.640 Setting up libseccomp-dev:amd64 (2.5.4-1+b3) ... #15 6.650 Setting up libpkgconf3:amd64 (1.8.1-1) ... #15 6.660 Setting up libuv1:amd64 (1.44.2-1) ... #15 6.670 Setting up bash-completion (1:2.11-6) ... #15 6.689 Setting up libproc2-0:amd64 (2:4.0.2-3) ... #15 6.698 Setting up libjsoncpp25:amd64 (1.9.5-4) ... #14 74.18 0 added, 0 removed; done. #14 74.18 Running hooks in /etc/ca-certificates/update.d... #14 74.18 done. #15 2.114 create-stamp debian/debhelper-build-stamp #15 2.114 dh_prep #15 2.143 dh_auto_install --destdir=debian/docker-ce-build-deps/ #15 2.195 dh_install #15 2.230 dh_installdocs #15 2.268 dh_installchangelogs #15 2.356 dh_perl #14 61.22 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #14 61.23 Unpacking libpod-parser-perl (1.63-2) ... #14 61.30 Selecting previously unselected package libpod-constants-perl. #14 61.30 Preparing to unpack .../304-libpod-constants-perl_0.19-2_all.deb ... #14 61.31 Unpacking libpod-constants-perl (0.19-2) ... #14 61.34 Selecting previously unselected package libproc-processtable-perl:arm64. #14 61.34 Preparing to unpack .../305-libproc-processtable-perl_0.634-1build1_arm64.deb ... #14 61.35 Unpacking libproc-processtable-perl:arm64 (0.634-1build1) ... #14 61.39 Selecting previously unselected package libre2-9:arm64. #14 61.39 Preparing to unpack .../306-libre2-9_20220201+dfsg-1_arm64.deb ... #14 61.39 Unpacking libre2-9:arm64 (20220201+dfsg-1) ... #14 61.43 Selecting previously unselected package libre-engine-re2-perl:arm64. #14 61.43 Preparing to unpack .../307-libre-engine-re2-perl_0.14-1build2_arm64.deb ... #14 61.44 Unpacking libre-engine-re2-perl:arm64 (0.14-1build2) ... #14 61.47 Selecting previously unselected package libreadonly-perl. #14 68.02 Setting up libio-string-perl (1.08-3) ... #14 68.04 Setting up libreadonly-perl (2.050-2) ... #14 68.07 Setting up python3-chardet (3.0.4-4build1) ... #16 33.09 Installing : systemd-252-23.el9.x86_64 82/97 #16 33.11 Running scriptlet: systemd-252-23.el9.x86_64 82/97 #16 33.26 Installing : dbus-common-1:1.12.20-8.el9.noarch 83/97 #16 33.27 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 83/97 #16 33.29 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket. #16 33.29 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket. #16 33.29 #16 33.29 Running scriptlet: dbus-broker-28-7.el9.x86_64 84/97 #16 33.35 Installing : dbus-broker-28-7.el9.x86_64 84/97 #16 33.36 Running scriptlet: dbus-broker-28-7.el9.x86_64 84/97 #16 33.38 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service. #16 33.38 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service. #16 33.38 #16 33.44 Installing : systemd-devel-252-23.el9.x86_64 85/97 #16 33.45 Installing : annobin-12.31-1.el9.x86_64 86/97 #16 33.46 Running scriptlet: annobin-12.31-1.el9.x86_64 86/97 #14 64.86 Preparing to unpack .../136-libfakeroot_1.24-1_arm64.deb ... #14 64.86 Unpacking libfakeroot:arm64 (1.24-1) ... #14 64.90 Selecting previously unselected package fakeroot. #14 64.90 Preparing to unpack .../137-fakeroot_1.24-1_arm64.deb ... #14 64.90 Unpacking fakeroot (1.24-1) ... #14 64.97 Selecting previously unselected package libassuan0:arm64. #14 64.98 Preparing to unpack .../138-libassuan0_2.5.3-7ubuntu2_arm64.deb ... #14 64.98 Unpacking libassuan0:arm64 (2.5.3-7ubuntu2) ... #14 65.02 Selecting previously unselected package gpgconf. #14 65.02 Preparing to unpack .../139-gpgconf_2.2.19-3ubuntu2.2_arm64.deb ... #14 65.03 Unpacking gpgconf (2.2.19-3ubuntu2.2) ... #14 65.07 Selecting previously unselected package libksba8:arm64. #14 65.07 Preparing to unpack .../140-libksba8_1.3.5-2ubuntu0.20.04.2_arm64.deb ... #14 65.08 Unpacking libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ... #14 65.12 Selecting previously unselected package libnpth0:arm64. #14 65.12 Preparing to unpack .../141-libnpth0_1.6-1_arm64.deb ... #14 65.12 Unpacking libnpth0:arm64 (1.6-1) ... #14 65.16 Selecting previously unselected package dirmngr. #14 65.16 Preparing to unpack .../142-dirmngr_2.2.19-3ubuntu2.2_arm64.deb ... #14 65.18 Unpacking dirmngr (2.2.19-3ubuntu2.2) ... #13 71.79 Setting up licensecheck (3.0.31-3) ... #13 71.80 Setting up libgitlab-api-v4-perl (0.16-1) ... #13 71.82 Setting up liblwp-protocol-https-perl (6.07-2) ... #13 71.83 Setting up libwww-perl (6.36-2) ... #13 71.85 Setting up debhelper (12.1.1) ... #13 71.86 Setting up dh-autoreconf (19) ... #13 71.87 Setting up devscripts (2.19.5+deb10u1) ... #16 28.22 Installing : dbus-broker-28-7.el9.aarch64 86/99 #16 28.23 Running scriptlet: dbus-broker-28-7.el9.aarch64 86/99 #16 28.25 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service. #16 28.25 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service. #16 28.25 #16 28.33 Installing : systemd-devel-252-23.el9.aarch64 87/99 #16 28.35 Installing : annobin-12.31-1.el9.aarch64 88/99 #16 28.36 Running scriptlet: annobin-12.31-1.el9.aarch64 88/99 #16 28.38 Installing : gcc-plugin-annobin-11.4.1-3.el9.aarch64 89/99 #16 28.39 Running scriptlet: gcc-plugin-annobin-11.4.1-3.el9.aarch64 89/99 #16 28.43 Installing : libtool-2.4.6-45.el9.aarch64 90/99 #16 28.46 Installing : libselinux-devel-3.6-1.el9.aarch64 91/99 #16 28.48 Installing : libtool-ltdl-devel-2.4.6-45.el9.aarch64 92/99 #16 28.49 Installing : rpm-plugin-selinux-4.16.1.3-29.el9.aarch64 93/99 #16 28.50 Installing : libseccomp-devel-2.5.2-2.el9.aarch64 94/99 #16 28.51 Installing : which-2.21-29.el9.aarch64 95/99 #16 28.52 Cleanup : glibc-2.34-95.el9.aarch64 96/99 #16 28.53 Cleanup : glibc-minimal-langpack-2.34-95.el9.aarch64 97/99 #16 28.55 Cleanup : glibc-gconv-extra-2.34-95.el9.aarch64 98/99 #16 28.55 Running scriptlet: glibc-gconv-extra-2.34-95.el9.aarch64 98/99 #13 66.71 Setting up libwww-robotrules-perl (6.02-1) ... #13 66.72 Setting up libtypes-serialiser-perl (1.01-1) ... #13 66.73 Setting up libhtml-parser-perl (3.75-1+b1) ... #13 66.74 Setting up libgit-wrapper-perl (0.048-1) ... #13 66.75 Setting up liblog-any-adapter-screen-perl (0.140-1) ... #13 66.76 Setting up librole-tiny-perl (2.002004-1) ... #13 66.78 Setting up gnupg (2.2.27-2+deb11u2) ... #13 66.79 Setting up build-essential (12.9) ... #13 66.80 Setting up python3-unidiff (0.5.5-2) ... #13 66.93 Setting up lsb-release (11.1.0) ... #15 3.505 (35/94): perl-threads-2.27-490.fc38.aarch64.rpm 7.6 MB/s | 56 kB 00:00 #15 3.510 (36/94): perl-threads-shared-1.64-490.fc38.aarc 3.5 MB/s | 43 kB 00:00 #15 3.515 (37/94): policycoreutils-3.5-1.fc38.aarch64.rpm 18 MB/s | 242 kB 00:00 #15 3.520 (38/94): policycoreutils-devel-3.5-1.fc38.aarch 10 MB/s | 148 kB 00:00 #15 3.527 (39/94): python3-libselinux-3.5-1.fc38.aarch64. 17 MB/s | 193 kB 00:00 #15 3.531 (40/94): policycoreutils-python-utils-3.5-1.fc3 5.0 MB/s | 80 kB 00:00 #15 3.534 (41/94): python3-libsemanage-3.5-2.fc38.aarch64 6.3 MB/s | 85 kB 00:00 #15 3.554 (42/94): python3-policycoreutils-3.5-1.fc38.noa 84 MB/s | 2.2 MB 00:00 #15 3.560 (43/94): qrencode-libs-4.1.1-4.fc38.aarch64.rpm 2.7 MB/s | 62 kB 00:00 #15 3.574 (44/94): python3-setuptools-65.5.1-2.fc38.noarc 46 MB/s | 1.7 MB 00:00 #15 3.577 (45/94): rhash-1.4.3-2.fc38.aarch64.rpm 9.3 MB/s | 192 kB 00:00 #15 3.588 (46/94): which-2.21-39.fc38.aarch64.rpm 6.1 MB/s | 42 kB 00:00 #15 3.605 (47/94): util-linux-2.38.1-4.fc38.aarch64.rpm 56 MB/s | 2.3 MB 00:00 #15 3.609 (48/94): annobin-docs-12.30-1.fc38.noarch.rpm 4.6 MB/s | 91 kB 00:00 #15 3.619 (49/94): xkeyboard-config-2.38-1.fc38.noarch.rp 25 MB/s | 963 kB 00:00 #15 3.634 (50/94): annobin-plugin-gcc-12.30-1.fc38.aarch6 33 MB/s | 957 kB 00:00 #15 3.664 (51/94): cmake-data-3.27.7-1.fc38.noarch.rpm 54 MB/s | 2.2 MB 00:00 #15 3.701 (52/94): cmake-3.27.7-1.fc38.aarch64.rpm 81 MB/s | 7.4 MB 00:00 #15 3.703 (53/94): cmake-filesystem-3.27.7-1.fc38.aarch64 291 kB/s | 19 kB 00:00 #15 3.708 (54/94): cmake-rpm-macros-3.27.7-1.fc38.noarch. 456 kB/s | 18 kB 00:00 #14 63.98 Preparing to unpack .../316-libref-util-xs-perl_0.117-2build1_arm64.deb ... #14 63.99 Unpacking libref-util-xs-perl (0.117-2build1) ... #14 64.02 Selecting previously unselected package libregexp-pattern-license-perl. #14 64.02 Preparing to unpack .../317-libregexp-pattern-license-perl_3.11.0-1_all.deb ... #14 64.02 Unpacking libregexp-pattern-license-perl (3.11.0-1) ... #14 64.05 Selecting previously unselected package libregexp-pattern-perl. #14 64.05 Preparing to unpack .../318-libregexp-pattern-perl_0.2.14-2_all.deb ... #14 64.06 Unpacking libregexp-pattern-perl (0.2.14-2) ... #14 64.09 Selecting previously unselected package libregexp-wildcards-perl. #14 64.09 Preparing to unpack .../319-libregexp-wildcards-perl_1.05-3_all.deb ... #14 64.09 Unpacking libregexp-wildcards-perl (1.05-3) ... #14 64.13 Selecting previously unselected package libsasl2-modules:arm64. #14 64.13 Preparing to unpack .../320-libsasl2-modules_2.1.28+dfsg1-3_arm64.deb ... #14 64.14 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg1-3) ... #14 64.18 Selecting previously unselected package libsereal-decoder-perl. #14 64.18 Preparing to unpack .../321-libsereal-decoder-perl_5.004+ds-1_arm64.deb ... #14 64.19 Unpacking libsereal-decoder-perl (5.004+ds-1) ... #14 64.22 Selecting previously unselected package libsereal-encoder-perl. #14 73.03 Setting up python3-six (1.16.0-4) ... #14 73.13 Setting up dh-autoreconf (20) ... #15 8.015 Transaction test succeeded. #15 8.015 Running transaction #14 62.66 Preparing to unpack .../112-dwz_0.15-1_arm64.deb ... #14 62.67 Unpacking dwz (0.15-1) ... #14 62.70 Selecting previously unselected package gettext. #14 62.71 Preparing to unpack .../113-gettext_0.21-11_arm64.deb ... #14 62.71 Unpacking gettext (0.21-11) ... #14 62.77 Selecting previously unselected package intltool-debian. #14 62.77 Preparing to unpack .../114-intltool-debian_0.35.0+20060710.6_all.deb ... #14 62.77 Unpacking intltool-debian (0.35.0+20060710.6) ... #14 62.80 Selecting previously unselected package po-debconf. #14 62.81 Preparing to unpack .../115-po-debconf_1.0.21+nmu1_all.deb ... #14 62.81 Unpacking po-debconf (1.0.21+nmu1) ... #14 62.86 Selecting previously unselected package debhelper. #14 62.86 Preparing to unpack .../116-debhelper_13.11.4ubuntu3_all.deb ... #14 62.86 Unpacking debhelper (13.11.4ubuntu3) ... #14 62.92 Selecting previously unselected package libfakeroot:arm64. #14 70.62 Setting up netbase (6.4) ... #14 70.65 Setting up libkrb5-3:armhf (1.20.1-1ubuntu0.1) ... #14 70.67 Setting up libbinutils:armhf (2.40-2ubuntu4.1) ... #14 70.68 Setting up lsb-release (12.0-1ubuntu1) ... #14 70.70 Setting up libfido2-1:armhf (1.12.0-2) ... #14 70.71 Setting up libisl23:armhf (0.25-1) ... #14 70.72 Setting up libc-dev-bin (2.37-0ubuntu2.2) ... #14 70.73 Setting up openssl (3.0.8-1ubuntu1.4) ... #14 70.75 Setting up libbsd0:armhf (0.11.7-4) ... #14 70.77 Setting up libelf1:armhf (0.188-2.1) ... #14 70.78 Setting up readline-common (8.2-1.3) ... #14 70.79 Setting up publicsuffix (20230209.2326-1) ... #14 70.81 Setting up libxml2:armhf (2.9.14+dfsg-1.1ubuntu0.1) ... #14 70.82 Setting up zstd (1.5.4+dfsg2-4) ... #13 66.75 Setting up libdata-optlist-perl (0.110-1) ... #15 6.710 Setting up pkgconf-bin (1.8.1-1) ... #15 6.744 Setting up librhash0:amd64 (1.4.3-3) ... #15 6.755 Setting up procps (2:4.0.2-3) ... #15 6.789 Setting up cmake-data (3.25.1-1) ... #15 6.802 Setting up dh-apparmor (3.0.8-3) ... #22 12.39 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_amd64.deb ... #22 12.41 Unpacking libglib2.0-dev-bin (2.74.6-2) ... #18 DONE 3.1s #19 [stage-1 8/9] WORKDIR /root/build-deb #19 DONE 0.0s #20 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb #20 DONE 0.0s #21 exporting to image #21 exporting layers #15 2.392 dh_link #15 2.427 dh_strip_nondeterminism #15 2.496 dh_compress #15 2.540 dh_fixperms #15 2.585 dh_missing #15 2.612 dh_installdeb #15 2.109 dh_testdir #15 2.128 dh_testroot #15 2.145 dh_prep #15 2.165 dh_testdir #15 2.183 dh_testroot #15 2.200 dh_install #15 2.226 dh_installdocs #15 2.256 dh_installchangelogs #15 2.325 dh_compress #15 2.359 dh_fixperms #14 61.47 Preparing to unpack .../308-libreadonly-perl_2.050-3_all.deb ... #14 61.48 Unpacking libreadonly-perl (2.050-3) ... #14 61.51 Selecting previously unselected package libref-util-perl. #14 61.51 Preparing to unpack .../309-libref-util-perl_0.204-1_all.deb ... #14 61.52 Unpacking libref-util-perl (0.204-1) ... #14 61.55 Selecting previously unselected package libref-util-xs-perl. #14 61.55 Preparing to unpack .../310-libref-util-xs-perl_0.117-1build5_arm64.deb ... #14 61.56 Unpacking libref-util-xs-perl (0.117-1build5) ... #14 61.59 Selecting previously unselected package libregexp-pattern-license-perl. #14 61.59 Preparing to unpack .../311-libregexp-pattern-license-perl_3.9.3-1_all.deb ... #14 61.60 Unpacking libregexp-pattern-license-perl (3.9.3-1) ... #14 61.64 Selecting previously unselected package libregexp-pattern-perl. #14 61.64 Preparing to unpack .../312-libregexp-pattern-perl_0.2.14-1_all.deb ... #14 61.64 Unpacking libregexp-pattern-perl (0.2.14-1) ... #14 61.68 Selecting previously unselected package libsasl2-modules:arm64. #14 61.68 Preparing to unpack .../313-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ... #14 61.69 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 61.73 Selecting previously unselected package libsereal-decoder-perl. #14 68.40 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... #14 68.43 Setting up libfile-find-rule-perl (0.34-1) ... #14 68.53 Setting up libstring-copyright-perl (0.003006-1) ... #16 33.48 Installing : gcc-plugin-annobin-11.4.1-3.el9.x86_64 87/97 #16 33.49 Running scriptlet: gcc-plugin-annobin-11.4.1-3.el9.x86_64 87/97 #16 33.52 Installing : libtool-2.4.6-45.el9.x86_64 88/97 #16 33.55 Installing : libselinux-devel-3.6-1.el9.x86_64 89/97 #16 33.56 Installing : libtool-ltdl-devel-2.4.6-45.el9.x86_64 90/97 #16 33.57 Installing : rpm-plugin-selinux-4.16.1.3-29.el9.x86_64 91/97 #16 33.58 Installing : libseccomp-devel-2.5.2-2.el9.x86_64 92/97 #16 33.59 Installing : which-2.21-29.el9.x86_64 93/97 #16 33.60 Cleanup : glibc-2.34-95.el9.x86_64 94/97 #16 33.61 Cleanup : glibc-minimal-langpack-2.34-95.el9.x86_64 95/97 #16 33.63 Cleanup : glibc-gconv-extra-2.34-95.el9.x86_64 96/97 #16 33.63 Running scriptlet: glibc-gconv-extra-2.34-95.el9.x86_64 96/97 #16 33.65 Cleanup : glibc-common-2.34-95.el9.x86_64 97/97 #16 33.66 Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 97/97 #14 65.23 Selecting previously unselected package gnupg-l10n. #14 65.24 Preparing to unpack .../143-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ... #14 65.24 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ... #14 65.27 Selecting previously unselected package gnupg-utils. #14 65.27 Preparing to unpack .../144-gnupg-utils_2.2.19-3ubuntu2.2_arm64.deb ... #14 65.28 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ... #14 65.34 Selecting previously unselected package gpg. #14 65.34 Preparing to unpack .../145-gpg_2.2.19-3ubuntu2.2_arm64.deb ... #14 65.34 Unpacking gpg (2.2.19-3ubuntu2.2) ... #14 65.41 Selecting previously unselected package pinentry-curses. #14 65.41 Preparing to unpack .../146-pinentry-curses_1.1.0-3build1_arm64.deb ... #14 65.41 Unpacking pinentry-curses (1.1.0-3build1) ... #14 65.45 Selecting previously unselected package gpg-agent. #13 72.04 Setting up dh-strip-nondeterminism (1.1.2-1) ... #13 72.06 Setting up equivs (2.2.0) ... #13 72.07 Setting up libxml-parser-perl (2.44-4) ... #13 72.09 Setting up libxml-sax-expat-perl (0.51-1) ... #13 72.13 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #13 72.18 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #16 28.57 Cleanup : glibc-common-2.34-95.el9.aarch64 99/99 #16 28.58 Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 99/99 #13 66.95 Setting up libfont-ttf-perl (1.06-1.1) ... #13 66.95 Setting up libfile-homedir-perl (1.006-1) ... #13 66.96 Setting up python3-magic (2:0.4.20-3) ... #13 67.13 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ... #15 3.714 (55/94): dbus-1.14.10-1.fc38.aarch64.rpm 853 kB/s | 8.0 kB 00:00 #15 3.721 (56/94): dbus-common-1.14.10-1.fc38.noarch.rpm 1.4 MB/s | 15 kB 00:00 #15 3.736 (57/94): gcc-plugin-annobin-13.2.1-4.fc38.aarch 4.6 MB/s | 48 kB 00:00 #15 3.747 (58/94): git-2.43.0-1.fc38.aarch64.rpm 7.5 MB/s | 53 kB 00:00 #15 3.791 (59/94): cpp-13.2.1-4.fc38.aarch64.rpm 111 MB/s | 9.7 MB 00:00 #15 3.831 (60/94): git-core-2.43.0-1.fc38.aarch64.rpm 56 MB/s | 4.6 MB 00:00 #14 64.22 Preparing to unpack .../322-libsereal-encoder-perl_5.004+ds-1_arm64.deb ... #14 64.23 Unpacking libsereal-encoder-perl (5.004+ds-1) ... #14 64.26 Selecting previously unselected package libset-intspan-perl. #14 64.26 Preparing to unpack .../323-libset-intspan-perl_1.19-3_all.deb ... #14 64.26 Unpacking libset-intspan-perl (1.19-3) ... #14 64.29 Selecting previously unselected package libsocket6-perl. #14 64.30 Preparing to unpack .../324-libsocket6-perl_0.29-3_arm64.deb ... #14 64.30 Unpacking libsocket6-perl (0.29-3) ... #14 64.34 Selecting previously unselected package libsodium23:arm64. #14 64.34 Preparing to unpack .../325-libsodium23_1.0.18-1build2_arm64.deb ... #14 64.34 Unpacking libsodium23:arm64 (1.0.18-1build2) ... #14 64.37 Selecting previously unselected package libstring-copyright-perl. #14 64.38 Preparing to unpack .../326-libstring-copyright-perl_0.003014-1_all.deb ... #14 64.38 Unpacking libstring-copyright-perl (0.003014-1) ... #14 64.41 Selecting previously unselected package libstring-escape-perl. #14 64.41 Preparing to unpack .../327-libstring-escape-perl_2010.002-3_all.deb ... #14 64.42 Unpacking libstring-escape-perl (2010.002-3) ... #14 64.45 Selecting previously unselected package libstring-license-perl. #14 73.14 Setting up libdata-validate-uri-perl (0.07-2) ... #14 73.16 Setting up libnet-smtp-ssl-perl (1.04-2) ... #14 73.17 Setting up python3-gpg (1.18.0-3ubuntu2) ... #14 73.32 Setting up python3-certifi (2022.9.24-1) ... #14 62.92 Preparing to unpack .../117-libfakeroot_1.31-1.1_arm64.deb ... #14 62.92 Unpacking libfakeroot:arm64 (1.31-1.1) ... #14 62.96 Selecting previously unselected package fakeroot. #14 62.96 Preparing to unpack .../118-fakeroot_1.31-1.1_arm64.deb ... #14 62.97 Unpacking fakeroot (1.31-1.1) ... #14 63.02 Selecting previously unselected package libassuan0:arm64. #14 63.02 Preparing to unpack .../119-libassuan0_2.5.5-5_arm64.deb ... #14 63.02 Unpacking libassuan0:arm64 (2.5.5-5) ... #14 63.06 Selecting previously unselected package gpgconf. #14 63.06 Preparing to unpack .../120-gpgconf_2.2.40-1.1ubuntu1_arm64.deb ... #14 63.07 Unpacking gpgconf (2.2.40-1.1ubuntu1) ... #14 63.10 Selecting previously unselected package libksba8:arm64. #14 63.11 Preparing to unpack .../121-libksba8_1.6.3-2_arm64.deb ... #14 63.11 Unpacking libksba8:arm64 (1.6.3-2) ... #14 63.15 Selecting previously unselected package libnpth0:arm64. #16 3.376 Reading package lists... #15 6.812 Setting up libsystemd-dev:amd64 (252.19-1~deb12u1) ... #15 6.822 Setting up pkgconf:amd64 (1.8.1-1) ... #15 6.832 Setting up pkg-config:amd64 (1.8.1-1) ... #15 6.841 Setting up cmake (3.25.1-1) ... #15 6.850 Setting up docker-ce-build-deps (1.0) ... #15 6.859 Processing triggers for man-db (2.11.2-2) ... #22 12.99 Selecting previously unselected package libsepol-dev:amd64. #22 12.99 Preparing to unpack .../19-libsepol-dev_3.4-2.1_amd64.deb ... #13 66.79 Setting up libipc-run-perl (20180523.0-1) ... #13 66.85 Setting up git (1:2.20.1-2+deb10u8) ... #13 66.98 Setting up libcontextual-return-perl (0.004014-2) ... #13 67.04 Setting up libwww-robotrules-perl (6.02-1) ... #13 67.11 Setting up libtypes-serialiser-perl (1.0-1) ... #15 2.646 dh_gencontrol #15 2.771 dh_md5sums #15 2.397 dh_installdeb #15 2.423 dh_gencontrol #15 2.532 dh_md5sums #14 61.73 Preparing to unpack .../314-libsereal-decoder-perl_4.023+ds-1_arm64.deb ... #14 61.74 Unpacking libsereal-decoder-perl (4.023+ds-1) ... #14 61.77 Selecting previously unselected package libsereal-encoder-perl:arm64. #14 61.78 Preparing to unpack .../315-libsereal-encoder-perl_4.023+ds-1_arm64.deb ... #14 61.78 Unpacking libsereal-encoder-perl:arm64 (4.023+ds-1) ... #14 61.81 Selecting previously unselected package libset-intspan-perl. #14 61.82 Preparing to unpack .../316-libset-intspan-perl_1.19-2_all.deb ... #14 61.82 Unpacking libset-intspan-perl (1.19-2) ... #14 61.85 Selecting previously unselected package libsocket6-perl. #14 61.86 Preparing to unpack .../317-libsocket6-perl_0.29-1build4_arm64.deb ... #14 61.86 Unpacking libsocket6-perl (0.29-1build4) ... #14 61.90 Selecting previously unselected package libstring-copyright-perl. #14 61.90 Preparing to unpack .../318-libstring-copyright-perl_0.003012-1_all.deb ... #14 61.90 Unpacking libstring-copyright-perl (0.003012-1) ... #14 61.94 Selecting previously unselected package libstring-escape-perl. #14 61.94 Preparing to unpack .../319-libstring-escape-perl_2010.002-2_all.deb ... #14 61.94 Unpacking libstring-escape-perl (2010.002-2) ... #14 61.98 Selecting previously unselected package libstring-shellquote-perl. #14 70.84 Setting up libmarkdown2:armhf (2.2.7-2) ... #14 70.85 Setting up libcc1-0:armhf (13.1.0-2ubuntu2~23.04) ... #14 70.87 Setting up libldap2:armhf (2.6.3+dfsg-1~exp1ubuntu2) ... #14 70.88 Setting up iso-codes (4.12.0-1) ... #14 70.89 Setting up liblocale-gettext-perl (1.07-5) ... #14 70.91 Setting up dctrl-tools (2.24-3build2) ... #14 70.92 Setting up libgdbm6:armhf (1.23-3) ... #14 70.94 Setting up libctf0:armhf (2.40-2ubuntu4.1) ... #14 70.96 Setting up libjpeg8:armhf (8c-2ubuntu11) ... #14 70.97 Setting up pinentry-curses (1.2.1-1ubuntu1) ... #14 70.99 Setting up manpages-dev (6.03-1) ... #14 71.00 Setting up libdw1:armhf (0.188-2.1) ... #14 71.01 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu5) ... #14 71.03 Setting up cpp-12 (12.3.0-1ubuntu1~23.04) ... #14 68.61 Setting up python3-debian (0.1.36ubuntu1.1) ... #14 68.84 Setting up python3-requests (2.22.0-2ubuntu1.1) ... #29 ... #28 [linux/amd64->darwin/arm64 build 2/2] RUN --mount=type=bind,target=.,ro --mount=type=cache,target=/root/.cache --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk --mount=type=tmpfs,target=cli/winresources xx-go --wrap && TARGET=/out ./scripts/build/binary && xx-verify $([ "static" = "static" ] && echo "--static") /out/docker #28 DONE 46.6s #29 [linux/amd64->darwin/amd64 build 2/2] RUN --mount=type=bind,target=.,ro --mount=type=cache,target=/root/.cache --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk --mount=type=tmpfs,target=cli/winresources xx-go --wrap && TARGET=/out ./scripts/build/binary && xx-verify $([ "static" = "static" ] && echo "--static") /out/docker #29 DONE 46.6s #30 [darwin/amd64 binary 1/1] COPY --from=build /out . #30 DONE 0.1s #31 [darwin/arm64 binary 1/1] COPY --from=build /out . #31 DONE 0.1s #32 exporting to client directory #32 copying files darwin/arm64 11.64MB 0.1s #32 copying files darwin/amd64 10.55MB 0.1s #32 copying files darwin/arm64 36.47MB 0.3s done #32 copying files darwin/amd64 38.07MB 0.3s done #32 DONE 0.3s dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/build && for platform in *; do \ arch=$(echo $platform | cut -d_ -f2); \ mkdir -p $dest/$arch/docker; \ cp $platform/docker-darwin-* $dest/$arch/docker/docker && \ tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20240120124445-f18a476.tgz docker; \ done #13 64.77 Setting up libgpgme11:amd64 (1.14.0-1+b2) ... #13 64.80 Setting up dirmngr (2.2.27-2+deb11u2) ... #13 64.93 Setting up perl (5.32.1-4+deb11u2) ... #13 64.95 Setting up libpackage-stash-xs-perl (0.29-1+b2) ... #13 64.96 Setting up libclass-data-inheritable-perl (0.08-3) ... #13 64.97 Setting up libdata-dump-perl (1.23-1.1) ... #13 64.99 Setting up libref-util-perl (0.204-1) ... #13 65.00 Setting up libipc-system-simple-perl (1.30-1) ... #13 65.01 Setting up libnet-domain-tld-perl (1.75-1.1) ... #13 65.02 Setting up libhash-fieldhash-perl (0.15-1+b3) ... #13 65.03 Setting up libvariable-magic-perl (0.62-1+b3) ... #13 65.04 Setting up libio-html-perl (1.004-2) ... #13 65.06 Setting up libpod-parser-perl (1.63-2) ... #13 65.07 Setting up libb-hooks-op-check-perl (0.22-1+b3) ... #13 65.09 Setting up liblist-moreutils-xs-perl (0.430-2) ... #13 65.10 Setting up gcc-10 (10.2.1-6) ... #13 65.11 Setting up libparams-util-perl (1.102-1+b1) ... #13 65.12 Setting up libdpkg-perl (1.20.13) ... #13 65.13 Setting up libtime-duration-perl (1.21-1) ... #13 65.14 Setting up autoconf (2.69-14) ... #13 65.15 Setting up libsub-exporter-progressive-perl (0.001013-1) ... #13 65.16 Setting up libarray-intspan-perl (2.004-1) ... #13 65.17 Setting up libcapture-tiny-perl (0.48-1) ... #13 65.19 Setting up libtimedate-perl (2.3300-2) ... #13 65.20 Setting up gpg-wks-server (2.2.27-2+deb11u2) ... #13 65.21 Setting up libsub-name-perl (0.26-1+b1) ... #13 65.22 Setting up libtype-tiny-xs-perl (0.022-1) ... #13 65.23 Setting up libdata-validate-domain-perl (0.10-1.1) ... #13 65.24 Setting up libproc-processtable-perl (0.59-2+b1) ... #13 65.25 Setting up libfile-chdir-perl (0.1008-1.1) ... #13 65.26 Setting up xauth (1:1.1-1) ... #13 65.27 Setting up libpath-tiny-perl (0.118-1) ... #13 65.29 Setting up libarchive-cpio-perl (0.10-1.1) ... #13 65.34 Setting up libjson-perl (4.03000-1) ... #13 65.41 Setting up libipc-run3-perl (0.048-2) ... #13 65.54 Setting up libfcgi-perl:amd64 (0.79+ds-2) ... #13 65.65 Setting up libsub-override-perl (0.09-2) ... #13 65.71 Setting up libaliased-perl (0.34-1.1) ... #13 65.75 Setting up libstrictures-perl (2.000006-1) ... #13 65.84 Setting up libsub-quote-perl (2.006006-1) ... #13 65.91 Setting up libdevel-stacktrace-perl (2.0400-1) ... #13 65.97 Setting up libclass-xsaccessor-perl (1.19-3+b7) ... #13 66.02 Setting up libfontconfig1:amd64 (2.13.1-4.2) ... #13 66.09 Setting up libsort-versions-perl (1.62-1) ... #13 66.16 Setting up libexporter-tiny-perl (1.002002-1) ... #13 66.23 Setting up libre-engine-re2-perl:amd64 (0.14-1) ... #13 66.29 Setting up libfile-dirlist-perl (0.05-2) ... #13 66.37 Setting up libterm-readkey-perl (2.38-1+b2) ... #13 66.38 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ... #13 66.39 Setting up libperlio-gzip-perl (0.19-1+b7) ... #13 66.40 Setting up libsys-hostname-long-perl (1.5-2) ... #13 66.41 Setting up libhtml-html5-entities-perl (0.004-1.1) ... #13 66.42 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ... #13 66.43 Setting up liburi-perl (5.08-1) ... #13 66.44 Setting up libfile-touch-perl (0.11-1) ... #13 66.45 Setting up python3.9 (3.9.2-1) ... #13 67.06 Setting up libemail-address-xs-perl (1.04-1+b3) ... #13 67.07 Setting up libnet-ssleay-perl (1.88-3+b1) ... #13 67.08 Setting up automake (1:1.16.3-2) ... #13 67.09 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #13 67.09 Setting up libapt-pkg-perl (0.1.39) ... #13 67.10 Setting up libio-sessiondata-perl (1.03-1.1) ... #13 67.11 Setting up libstring-escape-perl (2010.002-2) ... #13 67.12 Setting up libhttp-date-perl (6.05-1) ... #13 67.13 Setting up libfile-which-perl (1.23-1) ... #13 67.14 Setting up libfile-basedir-perl (0.08-1) ... #13 67.15 Setting up libnumber-range-perl (0.12-1.1) ... #13 67.16 Setting up libtask-weaken-perl (1.06-1) ... #13 67.17 Setting up libunicode-utf8-perl (0.62-1+b2) ... #13 67.18 Setting up libmouse-perl (2.5.10-1+b1) ... #13 67.19 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ... #13 67.20 Setting up g++-10 (10.2.1-6) ... #13 67.22 Setting up libfile-listing-perl (6.14-1) ... #13 67.23 Setting up libsys-cpuaffinity-perl:amd64 (1.13~03-1) ... #13 67.24 Setting up gpg-wks-client (2.2.27-2+deb11u2) ... #13 67.25 Setting up libregexp-pattern-perl (0.2.14-1) ... #13 67.26 Setting up libdata-messagepack-perl (1.00-4+b1) ... #13 67.27 Setting up libclass-inspector-perl (1.36-1) ... #13 67.27 Setting up libfont-afm-perl (1.20-3) ... #13 67.29 Setting up libwant-perl (0.29-1+b6) ... #13 67.29 Setting up libdynaloader-functions-perl (0.003-1.1) ... #13 67.30 Setting up libtext-glob-perl (0.11-1) ... #13 67.31 Setting up libclass-method-modifiers-perl (2.13-1) ... #13 67.34 Setting up liblist-compare-perl (0.55-1) ... #13 67.35 Setting up libref-util-xs-perl (0.117-1+b3) ... #13 67.37 Setting up libio-pty-perl (1:1.15-2) ... #13 67.38 Setting up libtool (2.4.6-15) ... #13 67.39 Setting up libfile-fcntllock-perl (0.22-3+b7) ... #13 67.40 Setting up libsort-key-perl (1.33-2+b3) ... #13 67.41 Setting up libclone-perl (0.45-1+b1) ... #13 67.42 Setting up libalgorithm-diff-perl (1.201-1) ... #13 67.43 Setting up libarchive-zip-perl (1.68-1) ... #13 67.44 Setting up libsub-identify-perl (0.14-1+b3) ... #13 67.45 Setting up libdistro-info-perl (1.0) ... #13 67.46 Setting up libcpanel-json-xs-perl (4.25-1+b1) ... #13 67.47 Setting up libobject-id-perl (0.1.2-2.1) ... #13 67.48 Setting up libio-stringy-perl (2.111-3) ... #13 67.49 Setting up liblist-moreutils-perl (0.430-2) ... #13 67.50 Setting up libhtml-tagset-perl (3.20-4) ... #13 67.51 Setting up liblog-any-perl (1.709-1) ... #13 67.52 Setting up libauthen-sasl-perl (2.1600-1.1) ... #13 67.54 Setting up libdevel-size-perl (0.83-1+b2) ... #13 67.55 Setting up libdebhelper-perl (13.3.4) ... #13 67.56 Setting up libpod-constants-perl (0.19-2) ... #13 67.57 Setting up libregexp-pattern-license-perl (3.4.0-1) ... #13 67.58 Setting up libconvert-binhex-perl (1.125-1) ... #13 67.59 Setting up liblwp-mediatypes-perl (6.04-1) ... #13 67.60 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ... #13 67.61 Setting up libtry-tiny-perl (0.30-1) ... #13 67.62 Setting up libtype-tiny-perl (1.012001-2) ... #13 67.64 Setting up libcommon-sense-perl (3.75-1+b4) ... #13 67.65 Setting up libxml-namespacesupport-perl (1.12-1.1) ... #13 67.66 Setting up libnet-http-perl (6.20-1) ... #13 67.67 Setting up libtext-markdown-discount-perl:amd64 (0.12-1+b1) ... #13 67.68 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ... #13 67.69 Setting up libtime-moment-perl (0.44-1+b3) ... #13 67.71 Setting up libencode-locale-perl (1.05-1.1) ... #13 67.72 Setting up python3 (3.9.2-3) ... #14 65.45 Preparing to unpack .../147-gpg-agent_2.2.19-3ubuntu2.2_arm64.deb ... #14 65.46 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ... #14 65.50 Selecting previously unselected package gpg-wks-client. #14 65.50 Preparing to unpack .../148-gpg-wks-client_2.2.19-3ubuntu2.2_arm64.deb ... #14 65.51 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ... #14 65.54 Selecting previously unselected package gpg-wks-server. #14 65.54 Preparing to unpack .../149-gpg-wks-server_2.2.19-3ubuntu2.2_arm64.deb ... #14 65.55 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ... #14 65.59 Selecting previously unselected package gpgsm. #14 65.59 Preparing to unpack .../150-gpgsm_2.2.19-3ubuntu2.2_arm64.deb ... #14 65.59 Unpacking gpgsm (2.2.19-3ubuntu2.2) ... #14 65.64 Selecting previously unselected package gnupg. #14 65.64 Preparing to unpack .../151-gnupg_2.2.19-3ubuntu2.2_all.deb ... #14 65.64 Unpacking gnupg (2.2.19-3ubuntu2.2) ... #14 65.68 Selecting previously unselected package libfile-which-perl. #14 65.68 Preparing to unpack .../152-libfile-which-perl_1.23-1_all.deb ... #14 65.69 Unpacking libfile-which-perl (1.23-1) ... #13 72.34 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 72.39 Setting up libsoap-lite-perl (1.27-1) ... #13 72.40 Setting up libxmlrpc-lite-perl (0.717-2) ... #13 72.42 Processing triggers for libc-bin (2.28-10+deb10u2) ... #13 72.48 Processing triggers for ca-certificates (20200601~deb10u2) ... #13 72.49 Updating certificates in /etc/ssl/certs... #13 67.17 Setting up pristine-tar (1.49) ... #13 67.21 Setting up libio-socket-ssl-perl (2.069-1) ... #13 67.35 Setting up libsub-exporter-perl (0.987-1) ... #13 67.41 Setting up libc-devtools (2.31-13+deb11u7) ... #13 67.47 Setting up libalgorithm-merge-perl (0.08-3) ... #13 67.50 Setting up libhttp-message-perl (6.28-1) ... #13 67.58 Setting up libhtml-form-perl (6.07-1) ... #15 3.882 (61/94): glibc-devel-2.37-16.fc38.aarch64.rpm 11 MB/s | 542 kB 00:00 #15 3.927 (62/94): glibc-static-2.37-16.fc38.aarch64.rpm 30 MB/s | 1.2 MB 00:00 #15 4.072 (63/94): gcc-13.2.1-4.fc38.aarch64.rpm 88 MB/s | 31 MB 00:00 #15 4.087 (64/94): git-core-doc-2.43.0-1.fc38.noarch.rpm 9.8 MB/s | 2.9 MB 00:00 #15 4.097 (65/94): kernel-headers-6.6.3-100.fc38.aarch64. 9.0 MB/s | 1.5 MB 00:00 #15 4.103 (66/94): less-633-1.fc38.aarch64.rpm 12 MB/s | 176 kB 00:00 #15 4.109 (67/94): libasan-13.2.1-4.fc38.aarch64.rpm 21 MB/s | 455 kB 00:00 #15 4.113 (68/94): libatomic-13.2.1-4.fc38.aarch64.rpm 2.7 MB/s | 38 kB 00:00 #15 4.119 (69/94): libuv-1.47.0-3.fc38.aarch64.rpm 28 MB/s | 247 kB 00:00 #15 4.123 (70/94): libubsan-13.2.1-4.fc38.aarch64.rpm 15 MB/s | 205 kB 00:00 #15 4.127 (71/94): libxcrypt-devel-4.4.36-1.fc38.aarch64. 2.0 MB/s | 30 kB 00:00 #15 4.131 (72/94): libxcrypt-static-4.4.36-1.fc38.aarch64 9.5 MB/s | 108 kB 00:00 #15 4.140 (73/94): make-4.4.1-1.fc38.aarch64.rpm 36 MB/s | 587 kB 00:00 #15 4.150 (74/94): openssh-clients-9.0p1-17.fc38.aarch64. 40 MB/s | 691 kB 00:00 #15 4.159 (75/94): openssh-9.0p1-17.fc38.aarch64.rpm 16 MB/s | 429 kB 00:00 #15 4.161 (76/94): perl-File-Compare-1.100.700-498.fc38.n 688 kB/s | 14 kB 00:00 #15 4.166 (77/94): perl-File-Copy-2.39-498.fc38.noarch.rp 1.3 MB/s | 21 kB 00:00 #15 4.170 (78/94): perl-File-Find-1.40-498.fc38.noarch.rp 3.1 MB/s | 26 kB 00:00 #15 4.174 (79/94): perl-Git-2.43.0-1.fc38.noarch.rpm 3.3 MB/s | 40 kB 00:00 #14 64.45 Preparing to unpack .../328-libstring-license-perl_0.0.9-2ubuntu1_all.deb ... #14 64.45 Unpacking libstring-license-perl (0.0.9-2ubuntu1) ... #14 64.49 Selecting previously unselected package libstring-shellquote-perl. #14 64.49 Preparing to unpack .../329-libstring-shellquote-perl_1.04-3_all.deb ... #14 64.49 Unpacking libstring-shellquote-perl (1.04-3) ... #14 64.52 Selecting previously unselected package libsyntax-keyword-try-perl. #14 64.52 Preparing to unpack .../330-libsyntax-keyword-try-perl_0.29-1_arm64.deb ... #14 64.53 Unpacking libsyntax-keyword-try-perl (0.29-1) ... #14 64.59 Selecting previously unselected package libterm-readkey-perl. #14 64.59 Preparing to unpack .../331-libterm-readkey-perl_2.38-2build1_arm64.deb ... #14 64.59 Unpacking libterm-readkey-perl (2.38-2build1) ... #14 64.62 Selecting previously unselected package libtext-levenshteinxs-perl. #14 64.63 Preparing to unpack .../332-libtext-levenshteinxs-perl_0.03-5build1_arm64.deb ... #14 64.63 Unpacking libtext-levenshteinxs-perl (0.03-5build1) ... #14 64.66 Selecting previously unselected package libtext-markdown-discount-perl. #14 64.66 Preparing to unpack .../333-libtext-markdown-discount-perl_0.16-1_arm64.deb ... #14 64.66 Unpacking libtext-markdown-discount-perl (0.16-1) ... #14 64.70 Selecting previously unselected package libtext-xslate-perl:arm64. #14 73.42 Setting up libmodule-runtime-perl (0.016-2) ... #14 73.43 Setting up libmailtools-perl (2.21-2) ... #14 73.45 Setting up python3-idna (3.3-2) ... #14 73.63 Setting up python3-urllib3 (1.26.16-1ubuntu0.1) ... #16 4.070 Building dependency tree... #16 4.194 Reading state information... #16 4.198 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #14 63.15 Preparing to unpack .../122-libnpth0_1.6-3build2_arm64.deb ... #14 63.16 Unpacking libnpth0:arm64 (1.6-3build2) ... #14 63.20 Selecting previously unselected package dirmngr. #14 63.21 Preparing to unpack .../123-dirmngr_2.2.40-1.1ubuntu1_arm64.deb ... #14 63.22 Unpacking dirmngr (2.2.40-1.1ubuntu1) ... #14 63.26 Selecting previously unselected package gnupg-l10n. #14 63.26 Preparing to unpack .../124-gnupg-l10n_2.2.40-1.1ubuntu1_all.deb ... #14 63.27 Unpacking gnupg-l10n (2.2.40-1.1ubuntu1) ... #14 63.30 Selecting previously unselected package gnupg-utils. #14 63.30 Preparing to unpack .../125-gnupg-utils_2.2.40-1.1ubuntu1_arm64.deb ... #14 63.31 Unpacking gnupg-utils (2.2.40-1.1ubuntu1) ... #14 63.35 Selecting previously unselected package gpg. #14 63.35 Preparing to unpack .../126-gpg_2.2.40-1.1ubuntu1_arm64.deb ... #14 63.39 Unpacking gpg (2.2.40-1.1ubuntu1) ... #14 63.43 Selecting previously unselected package pinentry-curses. #14 63.43 Preparing to unpack .../127-pinentry-curses_1.2.1-1ubuntu1_arm64.deb ... #14 63.44 Unpacking pinentry-curses (1.2.1-1ubuntu1) ... #14 63.48 Selecting previously unselected package gpg-agent. #14 63.48 Preparing to unpack .../128-gpg-agent_2.2.40-1.1ubuntu1_arm64.deb ... #14 63.51 Unpacking gpg-agent (2.2.40-1.1ubuntu1) ... #22 13.04 Unpacking libsepol-dev:amd64 (3.4-2.1) ... #15 2.814 dh_builddeb #15 2.842 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #15 2.860 dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo #15 3.009 dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes #15 3.087 dpkg-genchanges: info: binary-only upload (no source code included) #15 3.090 dpkg-source --after-build . #15 3.191 dpkg-buildpackage: info: binary-only upload (no source included) #13 67.17 Setting up g++ (4:8.3.0-1) ... #13 67.24 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #13 67.28 Setting up libhtml-parser-perl (3.72-3+b3) ... #13 67.30 Setting up libgit-wrapper-perl (0.048-1) ... #13 67.31 Setting up liblog-any-adapter-screen-perl (0.140-1) ... #13 67.32 Setting up librole-tiny-perl (2.000006-1) ... #13 67.33 Setting up gnupg (2.2.12-1+deb10u2) ... #13 67.34 Setting up build-essential (12.6) ... #15 2.559 dh_builddeb #15 2.578 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #15 2.598 #15 2.598 The package has been created. #15 2.598 Attention, the package has been created in the current directory, #15 2.598 not in ".." as indicated by the message above! #15 2.620 Selecting previously unselected package docker-ce-build-deps. #15 2.635 (Reading database ... 27802 files and directories currently installed.) #15 2.636 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #15 2.639 Unpacking docker-ce-build-deps (1.0) ... #14 61.98 Preparing to unpack .../320-libstring-shellquote-perl_1.04-1_all.deb ... #14 61.99 Unpacking libstring-shellquote-perl (1.04-1) ... #14 62.02 Selecting previously unselected package libxs-parse-keyword-perl. #14 62.03 Preparing to unpack .../321-libxs-parse-keyword-perl_0.21-1build1_arm64.deb ... #14 62.03 Unpacking libxs-parse-keyword-perl (0.21-1build1) ... #14 62.06 Selecting previously unselected package libsyntax-keyword-try-perl. #14 62.07 Preparing to unpack .../322-libsyntax-keyword-try-perl_0.26-1build1_arm64.deb ... #14 62.07 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ... #14 62.11 Selecting previously unselected package libterm-readkey-perl. #14 62.11 Preparing to unpack .../323-libterm-readkey-perl_2.38-1build4_arm64.deb ... #14 62.11 Unpacking libterm-readkey-perl (2.38-1build4) ... #14 62.14 Selecting previously unselected package libtext-levenshteinxs-perl. #14 62.15 Preparing to unpack .../324-libtext-levenshteinxs-perl_0.03-4build10_arm64.deb ... #14 62.15 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ... #14 62.18 Selecting previously unselected package libtext-markdown-discount-perl:arm64. #14 62.19 Preparing to unpack .../325-libtext-markdown-discount-perl_0.13-1build1_arm64.deb ... #14 62.19 Unpacking libtext-markdown-discount-perl:arm64 (0.13-1build1) ... #14 62.22 Selecting previously unselected package libtext-xslate-perl:arm64. #14 71.04 Setting up libxcb1:armhf (1.15-1) ... #14 71.06 Setting up gettext (0.21-11) ... #14 71.07 Setting up fontconfig-config (2.14.1-3ubuntu3) ... #14 69.05 Setting up libdata-optlist-perl (0.110-1) ... #13 67.99 Setting up libexception-class-perl (1.44-1) ... #13 68.00 Setting up python3-xdg (0.27-2) ... #13 68.15 Setting up libconfig-tiny-perl (2.26-1) ... #15 0.791 Reading package lists... #14 65.73 Selecting previously unselected package libfile-homedir-perl. #14 65.73 Preparing to unpack .../153-libfile-homedir-perl_1.004-1_all.deb ... #14 65.74 Unpacking libfile-homedir-perl (1.004-1) ... #14 65.80 Selecting previously unselected package libio-pty-perl. #14 65.80 Preparing to unpack .../154-libio-pty-perl_1%3a1.12-1_arm64.deb ... #14 65.81 Unpacking libio-pty-perl (1:1.12-1) ... #14 65.84 Selecting previously unselected package libipc-run-perl. #14 65.84 Preparing to unpack .../155-libipc-run-perl_20180523.0-2_all.deb ... #14 65.85 Unpacking libipc-run-perl (20180523.0-2) ... #14 65.88 Selecting previously unselected package libclass-method-modifiers-perl. #14 65.88 Preparing to unpack .../156-libclass-method-modifiers-perl_2.13-1_all.deb ... #14 65.89 Unpacking libclass-method-modifiers-perl (2.13-1) ... #14 65.92 Selecting previously unselected package libb-hooks-op-check-perl. #13 67.62 Setting up python3-pkg-resources (52.0.0-4) ... #13 67.83 Setting up libiterator-perl (0.03+ds1-1.1) ... #15 4.178 (80/94): perl-lib-0.65-498.fc38.aarch64.rpm 1.4 MB/s | 15 kB 00:00 #15 4.183 (81/94): python3-audit-3.1.2-5.fc38.aarch64.rpm 10 MB/s | 87 kB 00:00 #15 4.188 (82/94): rpm-plugin-selinux-4.18.2-1.fc38.aarch 1.8 MB/s | 18 kB 00:00 #15 4.195 (83/94): python3-setools-4.4.3-1.fc38.aarch64.r 29 MB/s | 616 kB 00:00 #15 4.198 (84/94): selinux-policy-38.31-1.fc38.noarch.rpm 4.0 MB/s | 56 kB 00:00 #15 4.209 (85/94): selinux-policy-devel-38.31-1.fc38.noar 45 MB/s | 912 kB 00:00 #15 4.248 (86/94): systemd-253.14-1.fc38.aarch64.rpm 92 MB/s | 4.3 MB 00:00 #15 4.256 (87/94): systemd-devel-253.14-1.fc38.aarch64.rp 13 MB/s | 593 kB 00:00 #15 4.297 (88/94): selinux-policy-targeted-38.31-1.fc38.n 69 MB/s | 6.7 MB 00:00 #15 4.304 (89/94): systemd-networkd-253.14-1.fc38.aarch64 11 MB/s | 604 kB 00:00 #15 4.310 (90/94): systemd-pam-253.14-1.fc38.aarch64.rpm 6.4 MB/s | 332 kB 00:00 #15 4.316 (91/94): systemd-rpm-macros-253.14-1.fc38.noarc 5.4 MB/s | 28 kB 00:00 #15 4.319 (92/94): vim-filesystem-9.1.031-1.fc38.noarch.r 2.1 MB/s | 17 kB 00:00 #15 4.325 (93/94): systemd-resolved-253.14-1.fc38.aarch64 19 MB/s | 278 kB 00:00 #15 4.333 (94/94): systemd-libs-253.14-1.fc38.aarch64.rpm 36 MB/s | 631 kB 00:00 #15 4.336 -------------------------------------------------------------------------------- #15 4.336 Total 53 MB/s | 101 MB 00:01 #14 64.70 Preparing to unpack .../334-libtext-xslate-perl_3.5.9-1build2_arm64.deb ... #14 64.70 Unpacking libtext-xslate-perl:arm64 (3.5.9-1build2) ... #14 64.76 Selecting previously unselected package libtime-duration-perl. #14 64.76 Preparing to unpack .../335-libtime-duration-perl_1.21-2_all.deb ... #14 64.77 Unpacking libtime-duration-perl (1.21-2) ... #14 64.80 Selecting previously unselected package libtime-moment-perl. #14 64.80 Preparing to unpack .../336-libtime-moment-perl_0.44-2build1_arm64.deb ... #14 64.80 Unpacking libtime-moment-perl (0.44-2build1) ... #14 64.84 Selecting previously unselected package libtype-tiny-xs-perl:arm64. #14 64.84 Preparing to unpack .../337-libtype-tiny-xs-perl_0.025-1_arm64.deb ... #14 64.84 Unpacking libtype-tiny-xs-perl:arm64 (0.025-1) ... #14 64.87 Selecting previously unselected package libunicode-utf8-perl. #14 64.88 Preparing to unpack .../338-libunicode-utf8-perl_0.62-2_arm64.deb ... #14 64.88 Unpacking libunicode-utf8-perl (0.62-2) ... #14 64.91 Selecting previously unselected package libwww-mechanize-perl. #14 64.91 Preparing to unpack .../339-libwww-mechanize-perl_2.17-1ubuntu1_all.deb ... #14 64.91 Unpacking libwww-mechanize-perl (2.17-1ubuntu1) ... #14 64.95 Selecting previously unselected package libxml-namespacesupport-perl. #14 64.95 Preparing to unpack .../340-libxml-namespacesupport-perl_1.12-2_all.deb ... #14 64.96 Unpacking libxml-namespacesupport-perl (1.12-2) ... #14 64.99 Selecting previously unselected package libxml-sax-base-perl. #14 64.99 Preparing to unpack .../341-libxml-sax-base-perl_1.09-3_all.deb ... #14 64.99 Unpacking libxml-sax-base-perl (1.09-3) ... #14 65.03 Selecting previously unselected package libxml-sax-perl. #16 4.362 Starting 2 pkgProblemResolver with broken count: 0 #16 4.365 Done #16 4.488 Done #16 4.618 Starting pkgProblemResolver with broken count: 0 #14 73.79 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1build1) ... #14 73.83 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #14 73.91 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #14 73.98 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 63.54 Selecting previously unselected package gpg-wks-client. #14 63.55 Preparing to unpack .../129-gpg-wks-client_2.2.40-1.1ubuntu1_arm64.deb ... #14 63.55 Unpacking gpg-wks-client (2.2.40-1.1ubuntu1) ... #14 63.58 Selecting previously unselected package gpg-wks-server. #14 63.58 Preparing to unpack .../130-gpg-wks-server_2.2.40-1.1ubuntu1_arm64.deb ... #14 63.59 Unpacking gpg-wks-server (2.2.40-1.1ubuntu1) ... #14 63.62 Selecting previously unselected package gpgsm. #14 63.62 Preparing to unpack .../131-gpgsm_2.2.40-1.1ubuntu1_arm64.deb ... #14 63.62 Unpacking gpgsm (2.2.40-1.1ubuntu1) ... #14 63.66 Selecting previously unselected package gnupg. #14 63.66 Preparing to unpack .../132-gnupg_2.2.40-1.1ubuntu1_all.deb ... #14 63.67 Unpacking gnupg (2.2.40-1.1ubuntu1) ... #14 63.70 Selecting previously unselected package libfile-dirlist-perl. #14 63.70 Preparing to unpack .../133-libfile-dirlist-perl_0.05-3_all.deb ... #14 63.71 Unpacking libfile-dirlist-perl (0.05-3) ... #14 63.74 Selecting previously unselected package libfile-which-perl. #15 3.196 #15 3.196 The package has been created. #15 3.196 Attention, the package has been created in the current directory, #15 3.196 not in ".." as indicated by the message above! #15 3.218 Selecting previously unselected package docker-ce-build-deps. #15 3.235 (Reading database ... 29954 files and directories currently installed.) #15 3.236 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #15 3.240 Unpacking docker-ce-build-deps (1.0) ... #13 67.39 Setting up libfile-homedir-perl (1.004-1) ... #13 67.40 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ... #13 67.41 Setting up libio-socket-ssl-perl (2.060-3) ... #13 67.42 Setting up libsub-exporter-perl (0.987-1) ... #13 67.43 Setting up libalgorithm-merge-perl (0.08-3) ... #13 67.44 Setting up libhttp-message-perl (6.18-1) ... #13 67.45 Setting up libhtml-form-perl (6.03-1) ... #13 67.47 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ... #13 67.48 Setting up libjson-xs-perl (3.040-1+b1) ... #13 67.49 Setting up libhttp-negotiate-perl (6.01-1) ... #13 67.50 Setting up libio-prompter-perl (0.004015-1) ... #13 67.51 Setting up libhttp-cookies-perl (6.04-1) ... #13 67.52 Setting up po-debconf (1.0.21) ... #13 67.53 Setting up libhtml-tree-perl (5.07-2) ... #13 67.54 Setting up libparams-classify-perl (0.015-1+b1) ... #13 67.56 Setting up libcgi-pm-perl (4.40-1) ... #13 67.57 Setting up libpath-iterator-rule-perl (1.014-1) ... #13 67.58 Setting up libnet-dns-sec-perl (1.11-1) ... #13 67.59 Setting up libsereal-perl (4.005-1) ... #13 67.60 Setting up libhtml-format-perl (2.12-1) ... #13 67.61 Setting up libxml-sax-perl (1.00+dfsg-1) ... #13 67.68 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #14 62.22 Preparing to unpack .../326-libtext-xslate-perl_3.5.9-1build1_arm64.deb ... #14 62.23 Unpacking libtext-xslate-perl:arm64 (3.5.9-1build1) ... #14 62.27 Selecting previously unselected package libtime-duration-perl. #14 62.27 Preparing to unpack .../327-libtime-duration-perl_1.21-1_all.deb ... #14 62.28 Unpacking libtime-duration-perl (1.21-1) ... #14 62.31 Selecting previously unselected package libtime-moment-perl. #14 62.31 Preparing to unpack .../328-libtime-moment-perl_0.44-1build6_arm64.deb ... #14 62.32 Unpacking libtime-moment-perl (0.44-1build6) ... #14 62.35 Selecting previously unselected package libtype-tiny-xs-perl. #14 62.36 Preparing to unpack .../329-libtype-tiny-xs-perl_0.022-1build2_arm64.deb ... #14 62.36 Unpacking libtype-tiny-xs-perl (0.022-1build2) ... #14 62.40 Selecting previously unselected package libunicode-utf8-perl. #14 62.40 Preparing to unpack .../330-libunicode-utf8-perl_0.62-1build4_arm64.deb ... #14 62.41 Unpacking libunicode-utf8-perl (0.62-1build4) ... #14 62.44 Selecting previously unselected package libxml-namespacesupport-perl. #14 62.45 Preparing to unpack .../331-libxml-namespacesupport-perl_1.12-1.1_all.deb ... #14 62.45 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... #14 62.49 Selecting previously unselected package libxml-sax-base-perl. #14 71.36 Setting up libedit2:armhf (3.1-20221030-2) ... #14 71.37 Setting up libreadline8:armhf (8.2-1.3) ... #14 71.39 Setting up ca-certificates (20230311ubuntu0.23.04.1) ... #14 69.06 Setting up libipc-run-perl (20180523.0-2) ... #14 69.07 Setting up g++-9 (9.4.0-1ubuntu1~20.04.2) ... #14 69.08 Setting up libcontextual-return-perl (0.004014-2) ... #14 69.09 Setting up libwww-robotrules-perl (6.02-1) ... #14 69.10 Setting up libtypes-serialiser-perl (1.0-1) ... #14 69.11 Setting up g++ (4:9.3.0-1ubuntu2) ... #14 69.14 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 69.14 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist #14 69.14 Setting up libhtml-parser-perl (3.72-5) ... #14 69.15 Setting up liblog-any-adapter-screen-perl (0.140-1) ... #14 69.16 Setting up librole-tiny-perl (2.001004-1) ... #14 69.17 Setting up build-essential (12.8ubuntu1.1) ... #14 69.18 Setting up libfont-ttf-perl (1.06-1) ... #14 69.20 Setting up libfile-homedir-perl (1.004-1) ... #14 69.21 Setting up libalgorithm-diff-xs-perl (0.04-6) ... #14 69.22 Setting up libio-socket-ssl-perl (2.067-1) ... #14 69.23 Setting up libsub-exporter-perl (0.987-1) ... #14 69.24 Setting up libalgorithm-merge-perl (0.08-3) ... #14 69.26 Setting up libhttp-message-perl (6.22-1) ... #14 69.27 Setting up libhtml-form-perl (6.07-1) ... #14 69.28 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... #14 69.29 Setting up libjson-xs-perl (4.020-1build1) ... #14 69.30 Setting up libhttp-negotiate-perl (6.01-1) ... #14 69.32 Setting up libio-prompter-perl (0.004015-1) ... #14 69.33 Setting up libhttp-cookies-perl (6.08-1) ... #14 69.34 Setting up po-debconf (1.0.21) ... #14 69.36 Setting up libhtml-tree-perl (5.07-2) ... #13 68.16 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ... #13 68.17 Setting up libdevel-callchecker-perl (0.008-1+b2) ... #13 68.18 Setting up liblist-utilsby-perl (0.11-1) ... #13 68.19 Setting up libstring-shellquote-perl (1.04-1) ... #13 68.20 Setting up libsub-install-perl (0.928-1.1) ... #13 68.21 Setting up gcc (4:10.2.1-1) ... #13 68.23 Setting up dpkg-dev (1.20.13) ... #13 68.25 Setting up libnumber-compare-perl (0.03-1.1) ... #15 1.949 dpkg-buildpackage: info: source package docker-ce-build-deps #15 1.949 dpkg-buildpackage: info: source version 1.0 #15 1.949 dpkg-buildpackage: info: source distribution unstable #15 1.949 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #15 1.990 dpkg-source --before-build . #15 1.990 dpkg-buildpackage: info: host architecture armhf #15 2.095 debian/rules clean #14 65.92 Preparing to unpack .../157-libb-hooks-op-check-perl_0.22-1build2_arm64.deb ... #14 65.92 Unpacking libb-hooks-op-check-perl (0.22-1build2) ... #14 65.95 Selecting previously unselected package libdynaloader-functions-perl. #14 65.95 Preparing to unpack .../158-libdynaloader-functions-perl_0.003-1_all.deb ... #14 65.96 Unpacking libdynaloader-functions-perl (0.003-1) ... #14 65.99 Selecting previously unselected package libdevel-callchecker-perl. #14 65.99 Preparing to unpack .../159-libdevel-callchecker-perl_0.008-1ubuntu1_arm64.deb ... #14 65.99 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ... #14 66.02 Selecting previously unselected package libparams-classify-perl. #14 66.02 Preparing to unpack .../160-libparams-classify-perl_0.015-1build2_arm64.deb ... #14 66.03 Unpacking libparams-classify-perl (0.015-1build2) ... #14 66.06 Selecting previously unselected package libmodule-runtime-perl. #14 66.06 Preparing to unpack .../161-libmodule-runtime-perl_0.016-1_all.deb ... #14 66.07 Unpacking libmodule-runtime-perl (0.016-1) ... #14 66.12 Selecting previously unselected package libimport-into-perl. #14 66.12 Preparing to unpack .../162-libimport-into-perl_1.002005-1_all.deb ... #14 66.13 Unpacking libimport-into-perl (1.002005-1) ... #14 66.16 Selecting previously unselected package librole-tiny-perl. #14 66.17 Preparing to unpack .../163-librole-tiny-perl_2.001004-1_all.deb ... #14 66.17 Unpacking librole-tiny-perl (2.001004-1) ... #14 66.20 Selecting previously unselected package libstrictures-perl. #14 66.20 Preparing to unpack .../164-libstrictures-perl_2.000006-1_all.deb ... #14 66.21 Unpacking libstrictures-perl (2.000006-1) ... #14 66.24 Selecting previously unselected package libsub-quote-perl. #13 67.84 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ... #13 67.85 Setting up libjson-xs-perl (4.030-1+b1) ... #13 67.86 Setting up libhttp-negotiate-perl (6.01-1) ... #13 67.87 Setting up libio-prompter-perl (0.004015-1) ... #13 67.95 Setting up libiterator-util-perl (0.02+ds1-1.1) ... #14 65.03 Preparing to unpack .../342-libxml-sax-perl_1.02+dfsg-3_all.deb ... #14 65.04 Unpacking libxml-sax-perl (1.02+dfsg-3) ... #14 65.08 Selecting previously unselected package libxml-libxml-perl. #14 65.08 Preparing to unpack .../343-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1build1_arm64.deb ... #14 65.08 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1build1) ... #14 65.12 Selecting previously unselected package libxml-parser-perl. #14 65.13 Preparing to unpack .../344-libxml-parser-perl_2.46-4_arm64.deb ... #14 65.13 Unpacking libxml-parser-perl (2.46-4) ... #14 65.20 Selecting previously unselected package libxml-sax-expat-perl. #14 65.20 Preparing to unpack .../345-libxml-sax-expat-perl_0.51-2_all.deb ... #14 65.21 Unpacking libxml-sax-expat-perl (0.51-2) ... #14 65.24 Selecting previously unselected package libyaml-libyaml-perl. #13 73.01 0 added, 0 removed; done. #13 73.01 Running hooks in /etc/ca-certificates/update.d... #13 73.02 done. #16 4.644 Starting 2 pkgProblemResolver with broken count: 0 #16 4.647 Done #16 4.854 The following additional packages will be installed: #14 74.11 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 74.14 Setting up dh-strip-nondeterminism (1.13.1-1) ... #14 74.16 Setting up libconst-fast-perl (0.014-2) ... #14 74.17 Setting up g++ (4:13.2.0-1ubuntu1) ... #14 74.18 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 74.18 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist #14 74.19 Setting up libhttp-daemon-perl (6.16-1) ... #14 74.20 Setting up build-essential (12.10ubuntu1) ... #14 74.22 Setting up python3-unidiff (0.7.3-1) ... #14 63.74 Preparing to unpack .../134-libfile-which-perl_1.27-2_all.deb ... #14 63.74 Unpacking libfile-which-perl (1.27-2) ... #14 63.77 Selecting previously unselected package libfile-homedir-perl. #14 63.78 Preparing to unpack .../135-libfile-homedir-perl_1.006-2_all.deb ... #14 63.78 Unpacking libfile-homedir-perl (1.006-2) ... #14 63.81 Selecting previously unselected package libfile-touch-perl. #14 63.81 Preparing to unpack .../136-libfile-touch-perl_0.12-2_all.deb ... #14 63.82 Unpacking libfile-touch-perl (0.12-2) ... #14 63.85 Selecting previously unselected package libio-pty-perl. #14 63.85 Preparing to unpack .../137-libio-pty-perl_1%3a1.17-1_arm64.deb ... #14 63.85 Unpacking libio-pty-perl (1:1.17-1) ... #14 63.88 Selecting previously unselected package libipc-run-perl. #14 63.88 Preparing to unpack .../138-libipc-run-perl_20220807.0-1_all.deb ... #14 63.89 Unpacking libipc-run-perl (20220807.0-1) ... #14 63.92 Selecting previously unselected package libclass-method-modifiers-perl. #14 63.92 Preparing to unpack .../139-libclass-method-modifiers-perl_2.14-1_all.deb ... #14 63.93 Unpacking libclass-method-modifiers-perl (2.14-1) ... #14 63.96 Selecting previously unselected package libclass-xsaccessor-perl. #13 67.73 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 67.88 #13 67.88 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 62.49 Preparing to unpack .../332-libxml-sax-base-perl_1.09-1.1_all.deb ... #14 62.49 Unpacking libxml-sax-base-perl (1.09-1.1) ... #14 62.54 Selecting previously unselected package libxml-sax-perl. #14 62.54 Preparing to unpack .../333-libxml-sax-perl_1.02+dfsg-3_all.deb ... #14 62.55 Unpacking libxml-sax-perl (1.02+dfsg-3) ... #14 62.59 Selecting previously unselected package libxml-libxml-perl. #14 62.60 Preparing to unpack .../334-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_arm64.deb ... #14 62.60 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ... #14 62.66 Selecting previously unselected package libxml-parser-perl:arm64. #14 62.67 Preparing to unpack .../335-libxml-parser-perl_2.46-3build1_arm64.deb ... #14 62.67 Unpacking libxml-parser-perl:arm64 (2.46-3build1) ... #14 62.72 Selecting previously unselected package libxml-sax-expat-perl. #14 71.88 Updating certificates in /etc/ssl/certs... #14 69.37 Setting up libparams-classify-perl (0.015-1build2) ... #14 69.38 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ... #14 69.40 Setting up libpath-iterator-rule-perl (1.014-1) ... #14 69.41 Setting up libnet-dns-sec-perl (1.15-1) ... #14 69.42 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.21) ... #14 69.43 Setting up libsereal-perl (4.011-1) ... #14 69.44 Setting up libhtml-format-perl (2.12-1) ... #14 69.45 Setting up libxml-sax-perl (1.02+dfsg-1) ... #14 69.51 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #15 2.682 Reading package lists... #15 3.261 Building dependency tree... #13 68.26 Setting up intltool-debian (0.35.0+20060710.5) ... #13 68.27 Setting up liberror-perl (0.17029-1) ... #13 68.28 Setting up python3-six (1.16.0-2) ... #13 68.41 Setting up dh-autoreconf (20) ... #13 68.42 Setting up patchutils (0.4.2-1) ... #13 68.43 Setting up libmail-sendmail-perl (0.80-1.1) ... #13 68.44 Setting up libltdl-dev:amd64 (2.4.6-15) ... #13 68.45 Setting up libjson-maybexs-perl (1.004003-1) ... #13 68.47 Setting up libxml-sax-base-perl (1.09-1.1) ... #13 68.48 Setting up libio-string-perl (1.08-3.1) ... #13 68.49 Setting up libreadonly-perl (2.050-3) ... #13 68.50 Setting up python3-gpg (1.14.0-1+b2) ... #13 68.66 Setting up python3-certifi (2020.6.20-1) ... #15 2.098 dh clean #15 2.186 dh_clean #15 2.222 debian/rules binary #15 2.224 dh binary #15 2.295 dh_update_autotools_config #15 2.327 dh_autoreconf #14 66.25 Preparing to unpack .../165-libsub-quote-perl_2.006006-1_all.deb ... #14 66.25 Unpacking libsub-quote-perl (2.006006-1) ... #14 66.28 Selecting previously unselected package libmoo-perl. #14 66.28 Preparing to unpack .../166-libmoo-perl_2.003006-1_all.deb ... #14 66.29 Unpacking libmoo-perl (2.003006-1) ... #14 66.32 Selecting previously unselected package libencode-locale-perl. #14 66.32 Preparing to unpack .../167-libencode-locale-perl_1.05-1_all.deb ... #14 66.34 Unpacking libencode-locale-perl (1.05-1) ... #14 66.37 Selecting previously unselected package libtimedate-perl. #14 66.37 Preparing to unpack .../168-libtimedate-perl_2.3200-1_all.deb ... #14 66.38 Unpacking libtimedate-perl (2.3200-1) ... #14 66.42 Selecting previously unselected package libhttp-date-perl. #14 66.42 Preparing to unpack .../169-libhttp-date-perl_6.05-1_all.deb ... #14 66.42 Unpacking libhttp-date-perl (6.05-1) ... #14 66.46 Selecting previously unselected package libfile-listing-perl. #14 66.46 Preparing to unpack .../170-libfile-listing-perl_6.04-1_all.deb ... #14 66.47 Unpacking libfile-listing-perl (6.04-1) ... #14 66.50 Selecting previously unselected package libhtml-tagset-perl. #13 67.96 Setting up libhttp-cookies-perl (6.10-1) ... #13 67.97 Setting up python3-apt (2.2.1) ... #13 68.13 Setting up po-debconf (1.0.21+nmu1) ... #13 68.15 Setting up libhtml-tree-perl (5.07-2) ... #13 68.16 Setting up libparams-classify-perl (0.015-1+b3) ... #13 68.17 Setting up libpath-iterator-rule-perl (1.014-1) ... #13 68.19 Setting up libhtml-format-perl (2.12-1.1) ... #13 68.20 Setting up libxml-sax-perl (1.02+dfsg-1) ... #13 68.26 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #22 13.87 Selecting previously unselected package libpcre2-16-0:amd64. #22 13.87 Preparing to unpack .../20-libpcre2-16-0_10.42-1_amd64.deb ... #22 13.95 Unpacking libpcre2-16-0:amd64 (10.42-1) ... #14 65.24 Preparing to unpack .../346-libyaml-libyaml-perl_0.86+ds-1_arm64.deb ... #14 65.24 Unpacking libyaml-libyaml-perl (0.86+ds-1) ... #14 65.28 Selecting previously unselected package licensecheck. #14 65.28 Preparing to unpack .../347-licensecheck_3.3.9-1ubuntu1_all.deb ... #14 65.28 Unpacking licensecheck (3.3.9-1ubuntu1) ... #14 65.31 Selecting previously unselected package libdevel-size-perl. #14 65.32 Preparing to unpack .../348-libdevel-size-perl_0.83-2build1_arm64.deb ... #14 65.32 Unpacking libdevel-size-perl (0.83-2build1) ... #14 65.35 Selecting previously unselected package libipc-run3-perl. #14 65.35 Preparing to unpack .../349-libipc-run3-perl_0.048-3_all.deb ... #14 65.36 Unpacking libipc-run3-perl (0.048-3) ... #14 65.43 Selecting previously unselected package lzip. #14 65.43 Preparing to unpack .../350-lzip_1.23-6_arm64.deb ... #14 65.44 Unpacking lzip (1.23-6) ... #14 65.47 Selecting previously unselected package lzop. make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh #16 4.854 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp25 #16 4.855 libpkgconf3 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 4.855 pkgconf pkgconf-bin #16 4.856 Suggested packages: #16 4.856 cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils lrzip #16 4.856 seccomp #16 4.886 The following NEW packages will be installed: #16 4.886 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp25 #16 4.887 libpkgconf3 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 4.887 pkgconf pkgconf-bin #14 74.33 Setting up libdata-dpath-perl (0.58-2) ... #14 74.34 Setting up python3-magic (2:0.4.27-1) ... #14 74.45 Setting up python3-cffi-backend:armhf (1.15.1-5build1) ... #14 63.96 Preparing to unpack .../140-libclass-xsaccessor-perl_1.19-4build1_arm64.deb ... #14 63.96 Unpacking libclass-xsaccessor-perl (1.19-4build1) ... #14 63.99 Selecting previously unselected package libb-hooks-op-check-perl:arm64. #14 63.99 Preparing to unpack .../141-libb-hooks-op-check-perl_0.22-2build1_arm64.deb ... #14 64.00 Unpacking libb-hooks-op-check-perl:arm64 (0.22-2build1) ... #14 64.04 Selecting previously unselected package libdynaloader-functions-perl. #14 64.04 Preparing to unpack .../142-libdynaloader-functions-perl_0.003-3_all.deb ... #14 64.04 Unpacking libdynaloader-functions-perl (0.003-3) ... #14 64.07 Selecting previously unselected package libdevel-callchecker-perl:arm64. #14 64.07 Preparing to unpack .../143-libdevel-callchecker-perl_0.008-2_arm64.deb ... #14 64.08 Unpacking libdevel-callchecker-perl:arm64 (0.008-2) ... #14 64.11 Selecting previously unselected package libparams-classify-perl:arm64. #14 64.11 Preparing to unpack .../144-libparams-classify-perl_0.015-2build2_arm64.deb ... #14 64.11 Unpacking libparams-classify-perl:arm64 (0.015-2build2) ... #14 64.14 Selecting previously unselected package libmodule-runtime-perl. #14 64.14 Preparing to unpack .../145-libmodule-runtime-perl_0.016-2_all.deb ... #14 64.15 Unpacking libmodule-runtime-perl (0.016-2) ... #14 64.18 Selecting previously unselected package libimport-into-perl. #14 64.18 Preparing to unpack .../146-libimport-into-perl_1.002005-2_all.deb ... #14 64.19 Unpacking libimport-into-perl (1.002005-2) ... #14 64.22 Selecting previously unselected package librole-tiny-perl. #14 64.22 Preparing to unpack .../147-librole-tiny-perl_2.002004-1_all.deb ... #14 64.22 Unpacking librole-tiny-perl (2.002004-1) ... #14 64.25 Selecting previously unselected package libsub-quote-perl. #14 64.26 Preparing to unpack .../148-libsub-quote-perl_2.006008-1ubuntu1_all.deb ... #14 64.26 Unpacking libsub-quote-perl (2.006008-1ubuntu1) ... #14 64.29 Selecting previously unselected package libmoo-perl. #13 67.92 Setting up dput (1.0.3) ... #13 68.09 Setting up libnet-smtp-ssl-perl (1.04-1) ... #14 62.72 Preparing to unpack .../336-libxml-sax-expat-perl_0.51-1_all.deb ... #14 62.73 Unpacking libxml-sax-expat-perl (0.51-1) ... #14 62.76 Selecting previously unselected package libyaml-libyaml-perl. #14 62.76 Preparing to unpack .../337-libyaml-libyaml-perl_0.83+ds-1build1_arm64.deb ... #14 62.77 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ... #14 62.80 Selecting previously unselected package licensecheck. #14 62.80 Preparing to unpack .../338-licensecheck_3.2.14-2_all.deb ... #14 62.81 Unpacking licensecheck (3.2.14-2) ... #14 62.84 Selecting previously unselected package libdevel-size-perl. #14 62.85 Preparing to unpack .../339-libdevel-size-perl_0.83-1build4_arm64.deb ... #14 62.85 Unpacking libdevel-size-perl (0.83-1build4) ... #14 62.88 Selecting previously unselected package libipc-run3-perl. #14 62.88 Preparing to unpack .../340-libipc-run3-perl_0.048-2_all.deb ... #14 62.89 Unpacking libipc-run3-perl (0.048-2) ... #14 62.92 Selecting previously unselected package lzip. #14 62.93 Preparing to unpack .../341-lzip_1.23-1_arm64.deb ... #14 62.93 Unpacking lzip (1.23-1) ... #14 62.97 Selecting previously unselected package lzop. #14 69.57 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 69.70 #14 69.70 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 69.80 Setting up dput (1.0.3ubuntu1.1) ... #15 9.309 Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 1/1 #15 9.441 Preparing : 1/1 #15 9.504 Upgrading : systemd-libs-253.14-1.fc38.x86_64 1/93 #15 9.513 Installing : perl-File-Find-1.40-498.fc38.noarch 2/93 #15 9.518 Installing : cmake-rpm-macros-3.27.7-1.fc38.noarch 3/93 #15 9.526 Installing : cmake-filesystem-3.27.7-1.fc38.x86_64 4/93 #15 9.537 Installing : python3-libselinux-3.5-1.fc38.x86_64 5/93 #15 3.369 Reading state information... #15 3.381 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #15 3.280 Reading package lists... #15 3.407 Starting 2 pkgProblemResolver with broken count: 0 #15 3.408 Done #15 3.420 Done #15 3.425 Starting pkgProblemResolver with broken count: 0 #15 3.853 Building dependency tree... #15 3.441 Starting 2 pkgProblemResolver with broken count: 0 #15 3.443 Done #15 3.505 The following additional packages will be installed: #13 68.78 Setting up libfile-find-rule-perl (0.34-1) ... #15 2.374 create-stamp debian/debhelper-build-stamp #15 2.374 dh_prep #15 2.405 dh_auto_install --destdir=debian/docker-ce-build-deps/ #15 2.459 dh_install #15 2.495 dh_installdocs #15 2.536 dh_installchangelogs #14 DONE 75.2s #15 [stage-1 4/9] COPY --link common /root/build-deb/debian #15 DONE 0.1s #16 [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 #18 DONE 2.9s #19 [stage-1 9/9] WORKDIR /root/rpmbuild #19 DONE 0.0s #20 exporting to image #20 exporting layers #14 66.50 Preparing to unpack .../171-libhtml-tagset-perl_3.20-4_all.deb ... #14 66.50 Unpacking libhtml-tagset-perl (3.20-4) ... #14 66.54 Selecting previously unselected package liburi-perl. #14 66.54 Preparing to unpack .../172-liburi-perl_1.76-2_all.deb ... #14 66.54 Unpacking liburi-perl (1.76-2) ... #14 66.58 Selecting previously unselected package libhtml-parser-perl. #14 66.58 Preparing to unpack .../173-libhtml-parser-perl_3.72-5_arm64.deb ... #14 66.58 Unpacking libhtml-parser-perl (3.72-5) ... #14 66.62 Selecting previously unselected package libhtml-tree-perl. #14 66.62 Preparing to unpack .../174-libhtml-tree-perl_5.07-2_all.deb ... #14 66.63 Unpacking libhtml-tree-perl (5.07-2) ... #14 66.67 Selecting previously unselected package libio-html-perl. #14 66.67 Preparing to unpack .../175-libio-html-perl_1.001-1_all.deb ... #14 66.68 Unpacking libio-html-perl (1.001-1) ... #14 66.71 Selecting previously unselected package liblwp-mediatypes-perl. #14 66.71 Preparing to unpack .../176-liblwp-mediatypes-perl_6.04-1_all.deb ... #14 66.71 Unpacking liblwp-mediatypes-perl (6.04-1) ... #14 66.75 Selecting previously unselected package libhttp-message-perl. #13 68.32 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 68.45 #13 68.45 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 65.47 Preparing to unpack .../351-lzop_1.04-2build2_arm64.deb ... #14 65.47 Unpacking lzop (1.04-2build2) ... #14 65.51 Selecting previously unselected package t1utils. #14 65.51 Preparing to unpack .../352-t1utils_1.41-4build2_arm64.deb ... #14 65.51 Unpacking t1utils (1.41-4build2) ... #14 65.55 Selecting previously unselected package unzip. #14 65.55 Preparing to unpack .../353-unzip_6.0-28ubuntu1_arm64.deb ... #14 65.56 Unpacking unzip (6.0-28ubuntu1) ... #14 65.60 Selecting previously unselected package lintian. #14 65.60 Preparing to unpack .../354-lintian_2.116.3ubuntu3.1_all.deb ... #14 65.61 Unpacking lintian (2.116.3ubuntu3.1) ... #22 14.03 Selecting previously unselected package libpcre2-32-0:amd64. #22 14.03 Preparing to unpack .../21-libpcre2-32-0_10.42-1_amd64.deb ... #22 14.03 Unpacking libpcre2-32-0:amd64 (10.42-1) ... #22 14.11 Selecting previously unselected package libpcre2-posix3:amd64. #22 14.12 Preparing to unpack .../22-libpcre2-posix3_10.42-1_amd64.deb ... #22 14.12 Unpacking libpcre2-posix3:amd64 (10.42-1) ... #22 14.16 Selecting previously unselected package libpcre2-dev:amd64. #22 14.17 Preparing to unpack .../23-libpcre2-dev_10.42-1_amd64.deb ... #22 14.17 Unpacking libpcre2-dev:amd64 (10.42-1) ... #22 14.32 Selecting previously unselected package libselinux1-dev:amd64. #16 5.297 0 upgraded, 14 newly installed, 0 to remove and 7 not upgraded. #16 5.297 1 not fully installed or removed. #16 5.297 Need to get 15.5 MB of archives. #16 5.297 After this operation, 57.9 MB of additional disk space will be used. #16 5.297 Get:1 http://archive.ubuntu.com/ubuntu mantic/main amd64 bash-completion all 1:2.11-7 [180 kB] + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine 661ff4d9561e: Pulling fs layer #14 64.29 Preparing to unpack .../149-libmoo-perl_2.005005-1_all.deb ... #14 74.47 Setting up python3-pkg-resources (68.1.2-2) ... #14 74.66 Setting up libmodule-implementation-perl (0.09-2) ... #14 74.68 Setting up libcgi-fast-perl (1:2.15-1) ... #14 64.29 Unpacking libmoo-perl (2.005005-1) ... #14 64.37 Selecting previously unselected package libencode-locale-perl. #14 74.69 Setting up python3-apt (2.6.0ubuntu1) ... #14 64.37 Preparing to unpack .../150-libencode-locale-perl_1.05-3_all.deb ... #14 64.37 Unpacking libencode-locale-perl (1.05-3) ... #14 64.41 Selecting previously unselected package libtimedate-perl. #14 64.41 Preparing to unpack .../151-libtimedate-perl_2.3300-2_all.deb ... #14 64.41 Unpacking libtimedate-perl (2.3300-2) ... #14 64.45 Selecting previously unselected package libhttp-date-perl. #14 64.45 Preparing to unpack .../152-libhttp-date-perl_6.05-2_all.deb ... #14 64.46 Unpacking libhttp-date-perl (6.05-2) ... #14 64.49 Selecting previously unselected package libfile-listing-perl. #14 64.49 Preparing to unpack .../153-libfile-listing-perl_6.15-1_all.deb ... #14 64.49 Unpacking libfile-listing-perl (6.15-1) ... #14 64.53 Selecting previously unselected package libhtml-tagset-perl. #13 68.10 Setting up libmodule-runtime-perl (0.016-1) ... #13 68.11 Setting up libmailtools-perl (2.18-1) ... #13 68.12 Setting up libparse-debianchangelog-perl (1.2.0-13) ... #13 68.13 Setting up libxml-libxml-perl (2.0134+dfsg-1) ... #13 68.17 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #13 68.23 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #13 68.30 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 68.45 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 DONE 73.5s #14 [stage-1 3/8] COPY --link common /root/build-deb/debian #14 DONE 0.1s #15 [stage-1 4/8] RUN apt-get update && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control #14 62.97 Preparing to unpack .../342-lzop_1.04-2build2_arm64.deb ... #14 62.97 Unpacking lzop (1.04-2build2) ... #14 63.01 Selecting previously unselected package t1utils. #14 63.01 Preparing to unpack .../343-t1utils_1.41-4build2_arm64.deb ... #14 63.01 Unpacking t1utils (1.41-4build2) ... #14 63.10 Selecting previously unselected package unzip. #14 63.10 Preparing to unpack .../344-unzip_6.0-26ubuntu3.1_arm64.deb ... #14 63.10 Unpacking unzip (6.0-26ubuntu3.1) ... #14 63.15 Selecting previously unselected package lintian. #14 63.15 Preparing to unpack .../345-lintian_2.114.0ubuntu1.3_all.deb ... #14 63.16 Unpacking lintian (2.114.0ubuntu1.3) ... #14 69.95 Setting up libio-async-loop-epoll-perl (0.20-1) ... #14 69.96 Setting up dirmngr (2.2.19-3ubuntu2.2) ... #14 70.10 Setting up libnet-smtp-ssl-perl (1.04-1) ... #15 9.544 Installing : perl-threads-1:2.27-490.fc38.x86_64 6/93 #15 9.554 Installing : m4-1.4.19-5.fc38.x86_64 7/93 #15 9.562 Installing : libtool-ltdl-2.4.7-6.fc38.x86_64 8/93 #15 9.569 Installing : libseccomp-2.5.3-4.fc38.x86_64 9/93 #15 9.575 Installing : libmpc-1.3.1-2.fc38.x86_64 10/93 #15 9.584 Installing : libfdisk-2.38.1-4.fc38.x86_64 11/93 #15 9.598 Installing : checkpolicy-3.5-1.fc38.x86_64 12/93 #15 3.505 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp1 #15 3.505 libprocps7 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config procps #15 3.506 Suggested packages: #15 3.506 cmake-doc ninja-build apparmor-easyprof lrzip seccomp #15 3.585 The following NEW packages will be installed: #15 3.586 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp1 #15 3.586 libprocps7 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config procps #15 3.854 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded. #15 3.854 1 not fully installed or removed. #15 3.854 Need to get 6626 kB of archives. #15 3.854 After this operation, 30.9 MB of additional disk space will be used. #15 3.854 Get:1 http://deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] #15 4.017 Reading state information... #15 4.023 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #15 8.230 Processing triggers for libc-bin (2.36-9+deb12u3) ... #13 68.79 Setting up libstring-copyright-perl (0.003006-1) ... #13 68.80 Setting up libgd3:amd64 (2.3.0-2) ... #13 68.81 Setting up python3-idna (2.10-1) ... #13 69.00 Setting up libdata-optlist-perl (0.110-1.1) ... #14 72.45 137 added, 0 removed; done. #14 72.48 Setting up libfreetype6:armhf (2.12.1+dfsg-4ubuntu0.1) ... #14 72.49 Setting up libgcc-12-dev:armhf (12.3.0-1ubuntu1~23.04) ... #14 72.52 Setting up libgssapi-krb5-2:armhf (1.20.1-1ubuntu0.1) ... #15 2.631 dh_perl #15 2.670 dh_link #15 2.707 dh_strip_nondeterminism #15 2.779 dh_compress #15 2.823 dh_fixperms #15 2.869 dh_missing #18 DONE 3.5s #19 [stage-1 8/9] WORKDIR /root/build-deb #19 DONE 0.0s #20 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb #20 DONE 0.0s #21 exporting to image #21 exporting layers #14 66.75 Preparing to unpack .../177-libhttp-message-perl_6.22-1_all.deb ... #14 66.75 Unpacking libhttp-message-perl (6.22-1) ... #14 66.79 Selecting previously unselected package libhttp-cookies-perl. #14 66.79 Preparing to unpack .../178-libhttp-cookies-perl_6.08-1_all.deb ... #14 66.80 Unpacking libhttp-cookies-perl (6.08-1) ... #14 66.83 Selecting previously unselected package libhttp-negotiate-perl. #14 66.83 Preparing to unpack .../179-libhttp-negotiate-perl_6.01-1_all.deb ... #14 66.84 Unpacking libhttp-negotiate-perl (6.01-1) ... #14 66.87 Selecting previously unselected package perl-openssl-defaults:arm64. #13 68.48 Setting up python3-chardet (4.0.0-1) ... #13 68.77 Setting up libnet-smtp-ssl-perl (1.04-1) ... #14 65.91 Selecting previously unselected package manpages-dev. #14 65.91 Preparing to unpack .../355-manpages-dev_6.03-2_all.deb ... #14 65.91 Unpacking manpages-dev (6.03-2) ... #14 66.00 Selecting previously unselected package python3-certifi. #14 66.00 Preparing to unpack .../356-python3-certifi_2022.9.24-1_all.deb ... #14 66.01 Unpacking python3-certifi (2022.9.24-1) ... #14 66.04 Selecting previously unselected package python3-cryptography. #22 14.32 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_amd64.deb ... #22 14.32 Unpacking libselinux1-dev:amd64 (3.4-1+b6) ... #22 14.43 Selecting previously unselected package libmount-dev:amd64. #22 14.43 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_amd64.deb ... #22 14.44 Unpacking libmount-dev:amd64 (2.38.1-5+b1) ... #22 14.48 Selecting previously unselected package zlib1g-dev:amd64. #22 14.48 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ... #22 14.49 Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... #16 5.662 Get:2 http://archive.ubuntu.com/ubuntu mantic/main amd64 libarchive13 amd64 3.6.2-1ubuntu1 [380 kB] 661ff4d9561e: Verifying Checksum 661ff4d9561e: Download complete 661ff4d9561e: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest #14 64.53 Preparing to unpack .../154-libhtml-tagset-perl_3.20-6_all.deb ... #14 64.53 Unpacking libhtml-tagset-perl (3.20-6) ... #14 64.56 Selecting previously unselected package liburi-perl. #14 64.56 Preparing to unpack .../155-liburi-perl_5.17-1ubuntu1_all.deb ... #14 64.57 Unpacking liburi-perl (5.17-1ubuntu1) ... #14 64.61 Selecting previously unselected package libhtml-parser-perl:arm64. #14 64.61 Preparing to unpack .../156-libhtml-parser-perl_3.81-1_arm64.deb ... #14 64.61 Unpacking libhtml-parser-perl:arm64 (3.81-1) ... #14 74.84 Setting up libpackage-stash-perl (0.40-1) ... #14 64.65 Selecting previously unselected package libhtml-tree-perl. #14 64.65 Preparing to unpack .../157-libhtml-tree-perl_5.07-3_all.deb ... #14 64.65 Unpacking libhtml-tree-perl (5.07-3) ... #14 74.85 Setting up libimport-into-perl (1.002005-2) ... #14 74.86 Setting up libmoo-perl (2.005005-1) ... #14 64.69 Selecting previously unselected package libclone-perl:arm64. #14 64.69 Preparing to unpack .../158-libclone-perl_0.46-1_arm64.deb ... #14 64.70 Unpacking libclone-perl:arm64 (0.46-1) ... #14 74.87 Setting up python3-bcrypt (3.2.2-1) ... #14 64.73 Selecting previously unselected package libio-html-perl. #14 64.73 Preparing to unpack .../159-libio-html-perl_1.004-3_all.deb ... #14 64.73 Unpacking libio-html-perl (1.004-3) ... #14 74.98 Setting up liblist-someutils-perl (0.59-1) ... #14 64.76 Selecting previously unselected package liblwp-mediatypes-perl. #13 68.49 Setting up libconst-fast-perl (0.014-1) ... #13 68.50 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ... #13 68.52 Setting up libmodule-implementation-perl (0.09-1) ... #13 68.53 Setting up libemail-valid-perl (1.202-1) ... #13 68.54 Setting up libcgi-fast-perl (1:2.13-1) ... #13 68.55 Setting up libpackage-stash-perl (0.38-1) ... #13 68.56 Setting up libimport-into-perl (1.002005-1) ... #13 68.58 Setting up libmoo-perl (2.003004-2) ... #13 68.59 Setting up libmime-tools-perl (5.509-1) ... #13 68.61 Setting up libxml-simple-perl (2.25-1) ... #13 68.62 Setting up libparams-validate-perl (1.29-1+b1) ... #13 68.63 Setting up libb-hooks-endofscope-perl (0.24-1) ... #13 68.64 Setting up lintian (2.15.0) ... #13 68.65 Setting up libnamespace-clean-perl (0.27-1) ... #13 68.66 Setting up libgetopt-long-descriptive-perl (0.103-2) ... #13 68.67 Setting up licensecheck (3.0.31-3) ... #14 63.47 Selecting previously unselected package manpages-dev. #14 70.11 Setting up libmodule-runtime-perl (0.016-1) ... #14 70.12 Setting up libmailtools-perl (2.21-1) ... #14 70.13 Setting up git (1:2.25.1-1ubuntu3.11) ... #14 70.16 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ... #14 70.21 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #14 70.28 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #14 70.35 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #15 9.805 Installing : cpp-13.2.1-4.fc38.x86_64 13/93 #15 9.813 Installing : perl-threads-shared-1.64-490.fc38.x86_64 14/93 #15 9.819 Installing : perl-Thread-Queue-3.14-490.fc38.noarch 15/93 #15 9.827 Installing : python3-libsemanage-3.5-2.fc38.x86_64 16/93 #15 9.835 Installing : vim-filesystem-2:9.1.031-1.fc38.noarch 17/93 #15 9.844 Installing : python3-audit-3.1.2-5.fc38.x86_64 18/93 #15 9.851 Installing : perl-lib-0.65-498.fc38.x86_64 19/93 #15 9.856 Installing : perl-File-Copy-2.39-498.fc38.noarch 20/93 #15 9.860 Installing : perl-File-Compare-1.100.700-498.fc38.noarch 21/93 #15 9.882 Installing : autoconf-2.71-5.fc38.noarch 22/93 #15 9.905 Installing : automake-1.16.5-11.fc38.noarch 23/93 #15 9.916 Installing : libuv-1:1.47.0-3.fc38.x86_64 24/93 #15 9.926 Installing : less-633-1.fc38.x86_64 25/93 #15 3.860 Get:2 http://deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] #15 3.873 Get:3 http://deb.debian.org/debian buster/main amd64 libprocps7 amd64 2:3.3.15-2 [61.7 kB] #15 3.873 Get:4 http://deb.debian.org/debian buster/main amd64 procps amd64 2:3.3.15-2 [259 kB] #15 3.876 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 libarchive13 amd64 3.3.3-4+deb10u3 [314 kB] #15 3.878 Get:6 http://deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] #15 3.879 Get:7 http://deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] #15 3.881 Get:8 http://deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB] #15 3.882 Get:9 http://deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] #15 3.914 Get:10 http://deb.debian.org/debian buster/main amd64 dh-apparmor all 2.13.2-10 [70.1 kB] #15 3.915 Get:11 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] #15 3.916 Get:12 http://deb.debian.org/debian-security buster/updates/main amd64 libsystemd-dev amd64 241-7~deb10u10 [322 kB] #15 3.919 Get:13 http://deb.debian.org/debian buster/main amd64 pkg-config amd64 0.29-6 [63.5 kB] #15 4.062 debconf: delaying package configuration, since apt-utils is not installed #15 4.240 Starting 2 pkgProblemResolver with broken count: 0 #15 4.243 Done #15 4.406 Done #13 69.01 Setting up libipc-run-perl (20200505.0-1) ... #13 69.02 Setting up git (1:2.30.2-1+deb11u2) ... #13 69.05 Setting up libtext-xslate-perl (3.5.8-1+b1) ... #13 69.06 Setting up python3-urllib3 (1.26.5-1~exp1) ... #13 69.22 Setting up libcontextual-return-perl (0.004014-2) ... #13 69.24 Setting up libwww-robotrules-perl (6.02-1) ... #13 69.25 Setting up libtypes-serialiser-perl (1.01-1) ... #13 69.26 Setting up g++ (4:10.2.1-1) ... #13 69.29 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #13 69.29 Setting up libhtml-parser-perl (3.75-1+b1) ... #13 69.30 Setting up libgit-wrapper-perl (0.048-1) ... #13 69.32 Setting up liblog-any-adapter-screen-perl (0.140-1) ... #13 69.33 Setting up librole-tiny-perl (2.002004-1) ... #14 72.54 Setting up libgdbm-compat4:armhf (1.23-3) ... #14 72.55 Setting up libssh-4:armhf (0.10.4-2ubuntu0.3) ... #14 72.56 Setting up dwz (0.15-1) ... #14 72.57 Setting up groff-base (1.22.4-10) ... #14 72.59 Setting up libtiff6:armhf (4.5.0-5ubuntu1.2) ... #14 72.61 Setting up cpp (4:12.2.0-3ubuntu1) ... #14 72.62 Setting up gpgconf (2.2.40-1.1ubuntu1) ... #14 72.64 Setting up debugedit (1:5.0-5) ... #14 72.65 Setting up libcurl4:armhf (7.88.1-8ubuntu2.4) ... #14 72.67 Setting up libx11-6:armhf (2:1.8.4-2ubuntu0.3) ... #14 72.68 Setting up curl (7.88.1-8ubuntu2.4) ... #14 72.69 Setting up libfontconfig1:armhf (2.14.1-3ubuntu3) ... #14 72.71 Setting up binutils-arm-linux-gnueabihf (2.40-2ubuntu4.1) ... #14 72.72 Setting up libperl5.36:armhf (5.36.0-7ubuntu0.23.04.2) ... #14 72.74 Setting up libxmuu1:armhf (2:1.1.3-3) ... #15 2.901 dh_installdeb #15 2.937 dh_gencontrol #16 0.756 Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease #16 0.814 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease #16 0.886 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease #14 66.87 Preparing to unpack .../180-perl-openssl-defaults_4_arm64.deb ... #14 66.90 Unpacking perl-openssl-defaults:arm64 (4) ... #14 66.93 Selecting previously unselected package libnet-ssleay-perl. #14 66.94 Preparing to unpack .../181-libnet-ssleay-perl_1.88-2ubuntu1_arm64.deb ... #14 66.94 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ... #14 67.08 Selecting previously unselected package libio-socket-ssl-perl. #14 67.09 Preparing to unpack .../182-libio-socket-ssl-perl_2.067-1_all.deb ... #14 67.09 Unpacking libio-socket-ssl-perl (2.067-1) ... #14 67.13 Selecting previously unselected package libnet-http-perl. #14 67.13 Preparing to unpack .../183-libnet-http-perl_6.19-1_all.deb ... #14 67.14 Unpacking libnet-http-perl (6.19-1) ... #14 67.21 Selecting previously unselected package liblwp-protocol-https-perl. #14 67.21 Preparing to unpack .../184-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ... #14 67.21 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ... #14 67.27 Selecting previously unselected package libtry-tiny-perl. #14 67.27 Preparing to unpack .../185-libtry-tiny-perl_0.30-1_all.deb ... #14 67.27 Unpacking libtry-tiny-perl (0.30-1) ... #14 67.31 Selecting previously unselected package libwww-robotrules-perl. #13 68.78 Setting up libmodule-runtime-perl (0.016-1) ... #13 68.79 Setting up libmailtools-perl (2.21-1) ... #13 68.80 Setting up python3-debian (0.1.39) ... #13 68.96 Setting up python3-requests (2.25.1+dfsg-2) ... #13 69.11 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... #16 33.68 Running scriptlet: glibc-common-2.34-95.el9.x86_64 97/97 #16 35.47 Verifying : acl-2.3.1-4.el9.x86_64 1/97 #16 35.47 Verifying : cracklib-2.9.6-27.el9.x86_64 2/97 #16 35.47 Verifying : cracklib-dicts-2.9.6-27.el9.x86_64 3/97 #16 35.47 Verifying : dbus-1:1.12.20-8.el9.x86_64 4/97 #16 35.47 Verifying : dbus-broker-28-7.el9.x86_64 5/97 #16 35.47 Verifying : dbus-common-1:1.12.20-8.el9.noarch 6/97 #16 35.47 Verifying : glibc-langpack-en-2.34-99.el9.x86_64 7/97 #16 35.47 Verifying : kmod-libs-28-9.el9.x86_64 8/97 #16 35.47 Verifying : libcbor-0.7.0-5.el9.x86_64 9/97 #16 35.47 Verifying : libdb-5.3.28-53.el9.x86_64 10/97 #16 35.47 Verifying : libeconf-0.4.1-3.el9.x86_64 11/97 #16 35.47 Verifying : libedit-3.1-38.20210216cvs.el9.x86_64 12/97 #16 35.47 Verifying : libfdisk-2.37.4-15.el9.x86_64 13/97 #16 35.47 Verifying : libfido2-1.13.0-2.el9.x86_64 14/97 #16 35.47 Verifying : libpwquality-1.4.4-8.el9.x86_64 15/97 #16 35.47 Verifying : libseccomp-2.5.2-2.el9.x86_64 16/97 #16 35.47 Verifying : libselinux-utils-3.6-1.el9.x86_64 17/97 #16 35.47 Verifying : libutempter-1.2.1-6.el9.x86_64 18/97 #16 35.47 Verifying : make-1:4.3-7.el9.x86_64 19/97 #16 35.47 Verifying : openssh-8.7p1-38.el9.x86_64 20/97 #16 35.47 Verifying : openssh-clients-8.7p1-38.el9.x86_64 21/97 #16 35.47 Verifying : openssl-1:3.0.7-25.el9.x86_64 22/97 #16 35.47 Verifying : pam-1.5.1-17.el9.x86_64 23/97 #16 35.47 Verifying : policycoreutils-3.6-1.el9.x86_64 24/97 #16 35.47 Verifying : python3-distro-1.5.0-7.el9.noarch 25/97 #16 35.47 Verifying : python3-setools-4.4.4-1.el9.x86_64 26/97 #16 35.47 Verifying : python3-setuptools-53.0.0-12.el9.noarch 27/97 #16 35.47 Verifying : rpm-plugin-selinux-4.16.1.3-29.el9.x86_64 28/97 #16 35.47 Verifying : selinux-policy-38.1.30-1.el9.noarch 29/97 #16 35.47 Verifying : selinux-policy-targeted-38.1.30-1.el9.noarch 30/97 #16 35.47 Verifying : systemd-252-23.el9.x86_64 31/97 #16 35.47 Verifying : systemd-pam-252-23.el9.x86_64 32/97 #16 35.47 Verifying : systemd-rpm-macros-252-23.el9.noarch 33/97 #16 35.47 Verifying : util-linux-2.37.4-15.el9.x86_64 34/97 #16 35.47 Verifying : util-linux-core-2.37.4-15.el9.x86_64 35/97 #16 35.47 Verifying : vim-filesystem-2:8.2.2637-20.el9.noarch 36/97 #16 35.47 Verifying : which-2.21-29.el9.x86_64 37/97 #16 35.47 Verifying : annobin-12.31-1.el9.x86_64 38/97 #16 35.47 Verifying : autoconf-2.69-38.el9.noarch 39/97 #16 35.47 Verifying : automake-1.16.2-8.el9.noarch 40/97 #16 35.47 Verifying : checkpolicy-3.6-1.el9.x86_64 41/97 #16 35.47 Verifying : cmake-3.26.5-2.el9.x86_64 42/97 #16 35.47 Verifying : cmake-data-3.26.5-2.el9.noarch 43/97 #16 35.47 Verifying : cmake-filesystem-3.26.5-2.el9.x86_64 44/97 #16 35.47 Verifying : cmake-rpm-macros-3.26.5-2.el9.noarch 45/97 #16 35.47 Verifying : cpp-11.4.1-3.el9.x86_64 46/97 #16 35.47 Verifying : gcc-11.4.1-3.el9.x86_64 47/97 #16 35.47 Verifying : gcc-plugin-annobin-11.4.1-3.el9.x86_64 48/97 #16 35.47 Verifying : git-2.43.0-1.el9.x86_64 49/97 #16 35.47 Verifying : git-core-2.43.0-1.el9.x86_64 50/97 #16 35.47 Verifying : git-core-doc-2.43.0-1.el9.noarch 51/97 #16 35.47 Verifying : glibc-devel-2.34-99.el9.x86_64 52/97 #16 35.47 Verifying : glibc-headers-2.34-99.el9.x86_64 53/97 #16 35.47 Verifying : kernel-headers-5.14.0-410.el9.x86_64 54/97 #16 35.47 Verifying : libmpc-1.2.1-4.el9.x86_64 55/97 #16 35.47 Verifying : libseccomp-devel-2.5.2-2.el9.x86_64 56/97 #16 35.47 Verifying : libselinux-devel-3.6-1.el9.x86_64 57/97 #16 35.47 Verifying : libsepol-devel-3.6-1.el9.x86_64 58/97 #16 35.47 Verifying : libtool-2.4.6-45.el9.x86_64 59/97 #16 35.47 Verifying : libtool-ltdl-2.4.6-45.el9.x86_64 60/97 #16 35.47 Verifying : libuv-1:1.42.0-1.el9.x86_64 61/97 #16 35.47 Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 62/97 #16 35.47 Verifying : llvm-libs-17.0.6-4.el9.x86_64 63/97 #16 35.47 Verifying : m4-1.4.19-1.el9.x86_64 64/97 #16 35.47 Verifying : pcre2-devel-10.40-4.el9.x86_64 65/97 #16 35.47 Verifying : pcre2-utf16-10.40-4.el9.x86_64 66/97 #16 35.47 Verifying : pcre2-utf32-10.40-4.el9.x86_64 67/97 #16 35.47 Verifying : perl-DynaLoader-1.47-481.el9.x86_64 68/97 #16 35.47 Verifying : perl-Error-1:0.17029-7.el9.noarch 69/97 #16 35.47 Verifying : perl-File-Compare-1.100.600-481.el9.noarch 70/97 #16 35.47 Verifying : perl-File-Copy-2.34-481.el9.noarch 71/97 #16 35.47 Verifying : perl-File-Find-1.37-481.el9.noarch 72/97 #16 35.47 Verifying : perl-Git-2.43.0-1.el9.noarch 73/97 #16 35.47 Verifying : perl-TermReadKey-2.38-11.el9.x86_64 74/97 #16 35.47 Verifying : perl-Thread-Queue-3.14-460.el9.noarch 75/97 #16 35.47 Verifying : perl-lib-0.65-481.el9.x86_64 76/97 #16 35.47 Verifying : perl-threads-1:2.25-460.el9.x86_64 77/97 #16 35.47 Verifying : perl-threads-shared-1.61-460.el9.x86_64 78/97 #16 35.47 Verifying : policycoreutils-devel-3.6-1.el9.x86_64 79/97 #16 35.47 Verifying : policycoreutils-python-utils-3.6-1.el9.noarch 80/97 #16 35.47 Verifying : python3-audit-3.1.2-2.el9.x86_64 81/97 #16 35.47 Verifying : python3-libselinux-3.6-1.el9.x86_64 82/97 #16 35.47 Verifying : python3-libsemanage-3.6-1.el9.x86_64 83/97 #16 35.47 Verifying : python3-policycoreutils-3.6-1.el9.noarch 84/97 #16 35.47 Verifying : selinux-policy-devel-38.1.30-1.el9.noarch 85/97 #16 35.47 Verifying : systemd-devel-252-23.el9.x86_64 86/97 #16 35.47 Verifying : glibc-static-2.34-99.el9.x86_64 87/97 #16 35.47 Verifying : libtool-ltdl-devel-2.4.6-45.el9.x86_64 88/97 #16 35.48 Verifying : libxcrypt-static-4.4.18-3.el9.x86_64 89/97 #16 35.48 Verifying : glibc-2.34-99.el9.x86_64 90/97 #16 35.48 Verifying : glibc-2.34-95.el9.x86_64 91/97 #16 35.48 Verifying : glibc-common-2.34-99.el9.x86_64 92/97 #16 35.48 Verifying : glibc-common-2.34-95.el9.x86_64 93/97 #16 35.48 Verifying : glibc-gconv-extra-2.34-99.el9.x86_64 94/97 #16 35.48 Verifying : glibc-gconv-extra-2.34-95.el9.x86_64 95/97 #16 35.48 Verifying : glibc-minimal-langpack-2.34-99.el9.x86_64 96/97 #14 66.05 Preparing to unpack .../357-python3-cryptography_38.0.4-4ubuntu0.23.10.1_arm64.deb ... #14 66.05 Unpacking python3-cryptography (38.0.4-4ubuntu0.23.10.1) ... #14 66.11 Selecting previously unselected package python3-idna. #14 66.11 Preparing to unpack .../358-python3-idna_3.3-2_all.deb ... #14 66.11 Unpacking python3-idna (3.3-2) ... #14 66.15 Selecting previously unselected package python3-nacl. #14 66.15 Preparing to unpack .../359-python3-nacl_1.5.0-4_arm64.deb ... #14 66.16 Unpacking python3-nacl (1.5.0-4) ... #14 66.19 Selecting previously unselected package python3-bcrypt. #14 66.20 Preparing to unpack .../360-python3-bcrypt_3.2.2-1_arm64.deb ... #14 66.20 Unpacking python3-bcrypt (3.2.2-1) ... #14 66.23 Selecting previously unselected package python3-six. #14 66.24 Preparing to unpack .../361-python3-six_1.16.0-4_all.deb ... #14 66.24 Unpacking python3-six (1.16.0-4) ... #14 66.28 Selecting previously unselected package python3-paramiko. #22 14.57 Selecting previously unselected package libglib2.0-dev:amd64. #22 14.57 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_amd64.deb ... #22 14.58 Unpacking libglib2.0-dev:amd64 (2.74.6-2) ... #16 5.788 Get:3 http://archive.ubuntu.com/ubuntu mantic/main amd64 libjsoncpp25 amd64 1.9.5-6 [82.3 kB] #16 5.808 Get:4 http://archive.ubuntu.com/ubuntu mantic/main amd64 librhash0 amd64 1.4.3-3 [128 kB] #16 5.825 Get:5 http://archive.ubuntu.com/ubuntu mantic/main amd64 libuv1 amd64 1.44.2-1 [91.0 kB] #16 5.836 Get:6 http://archive.ubuntu.com/ubuntu mantic/main amd64 cmake-data all 3.27.4-1 [2128 kB] #16 5.979 Get:7 http://archive.ubuntu.com/ubuntu mantic/main amd64 cmake amd64 3.27.4-1 [11.1 MB] #14 74.99 Setting up debhelper (13.11.6ubuntu1) ... #14 75.01 Setting up liblist-someutils-xs-perl:armhf (0.58-3) ... #14 75.02 Setting up python3-chardet (5.1.0+dfsg-2) ... #14 64.77 Preparing to unpack .../160-liblwp-mediatypes-perl_6.04-2_all.deb ... #14 64.77 Unpacking liblwp-mediatypes-perl (6.04-2) ... #14 64.80 Selecting previously unselected package libhttp-message-perl. #14 64.81 Preparing to unpack .../161-libhttp-message-perl_6.44-1_all.deb ... #14 64.81 Unpacking libhttp-message-perl (6.44-1) ... #14 64.84 Selecting previously unselected package libhttp-cookies-perl. #14 64.85 Preparing to unpack .../162-libhttp-cookies-perl_6.10-1_all.deb ... #14 64.85 Unpacking libhttp-cookies-perl (6.10-1) ... #14 64.88 Selecting previously unselected package libhttp-negotiate-perl. #14 64.88 Preparing to unpack .../163-libhttp-negotiate-perl_6.01-2_all.deb ... #14 64.89 Unpacking libhttp-negotiate-perl (6.01-2) ... #14 64.92 Selecting previously unselected package perl-openssl-defaults:arm64. #14 64.92 Preparing to unpack .../164-perl-openssl-defaults_7_arm64.deb ... #14 64.92 Unpacking perl-openssl-defaults:arm64 (7) ... #14 64.95 Selecting previously unselected package libnet-ssleay-perl:arm64. #14 64.95 Preparing to unpack .../165-libnet-ssleay-perl_1.92-2build2_arm64.deb ... #14 64.96 Unpacking libnet-ssleay-perl:arm64 (1.92-2build2) ... #14 65.00 Selecting previously unselected package libio-socket-ssl-perl. #13 68.68 Setting up libgitlab-api-v4-perl (0.16-1) ... #13 68.70 Setting up liblwp-protocol-https-perl (6.07-2) ... #13 68.71 Setting up libwww-perl (6.36-2) ... #13 68.71 Setting up debhelper (12.1.1) ... #13 68.72 Setting up dh-autoreconf (19) ... #13 68.74 Setting up devscripts (2.19.5+deb10u1) ... #13 68.90 Setting up dh-strip-nondeterminism (1.1.2-1) ... #16 28.61 Running scriptlet: glibc-common-2.34-95.el9.aarch64 99/99 #16 30.51 Verifying : acl-2.3.1-4.el9.aarch64 1/99 #16 30.51 Verifying : cracklib-2.9.6-27.el9.aarch64 2/99 #16 30.51 Verifying : cracklib-dicts-2.9.6-27.el9.aarch64 3/99 #16 30.51 Verifying : dbus-1:1.12.20-8.el9.aarch64 4/99 #16 30.51 Verifying : dbus-broker-28-7.el9.aarch64 5/99 #16 30.51 Verifying : dbus-common-1:1.12.20-8.el9.noarch 6/99 #16 30.51 Verifying : glibc-langpack-en-2.34-99.el9.aarch64 7/99 #16 30.51 Verifying : kmod-libs-28-9.el9.aarch64 8/99 #16 30.51 Verifying : libatomic-11.4.1-3.el9.aarch64 9/99 #16 30.51 Verifying : libcbor-0.7.0-5.el9.aarch64 10/99 #16 30.51 Verifying : libdb-5.3.28-53.el9.aarch64 11/99 #16 30.51 Verifying : libeconf-0.4.1-3.el9.aarch64 12/99 #16 30.51 Verifying : libedit-3.1-38.20210216cvs.el9.aarch64 13/99 #16 30.51 Verifying : libfdisk-2.37.4-15.el9.aarch64 14/99 #16 30.51 Verifying : libfido2-1.13.0-2.el9.aarch64 15/99 #16 30.51 Verifying : libpwquality-1.4.4-8.el9.aarch64 16/99 #16 30.51 Verifying : libseccomp-2.5.2-2.el9.aarch64 17/99 #16 30.51 Verifying : libselinux-utils-3.6-1.el9.aarch64 18/99 #16 30.51 Verifying : libutempter-1.2.1-6.el9.aarch64 19/99 #16 30.51 Verifying : make-1:4.3-7.el9.aarch64 20/99 #16 30.51 Verifying : openssh-8.7p1-38.el9.aarch64 21/99 #16 30.51 Verifying : openssh-clients-8.7p1-38.el9.aarch64 22/99 #16 30.51 Verifying : openssl-1:3.0.7-25.el9.aarch64 23/99 #16 30.51 Verifying : pam-1.5.1-17.el9.aarch64 24/99 #16 30.51 Verifying : policycoreutils-3.6-1.el9.aarch64 25/99 #16 30.51 Verifying : python3-distro-1.5.0-7.el9.noarch 26/99 #16 30.51 Verifying : python3-setools-4.4.4-1.el9.aarch64 27/99 #16 30.51 Verifying : python3-setuptools-53.0.0-12.el9.noarch 28/99 #16 30.51 Verifying : rpm-plugin-selinux-4.16.1.3-29.el9.aarch64 29/99 #16 30.51 Verifying : selinux-policy-38.1.30-1.el9.noarch 30/99 #16 30.51 Verifying : selinux-policy-targeted-38.1.30-1.el9.noarch 31/99 #16 30.51 Verifying : systemd-252-23.el9.aarch64 32/99 #16 30.51 Verifying : systemd-pam-252-23.el9.aarch64 33/99 #16 30.51 Verifying : systemd-rpm-macros-252-23.el9.noarch 34/99 #16 30.51 Verifying : util-linux-2.37.4-15.el9.aarch64 35/99 #16 30.51 Verifying : util-linux-core-2.37.4-15.el9.aarch64 36/99 #16 30.51 Verifying : vim-filesystem-2:8.2.2637-20.el9.noarch 37/99 #16 30.51 Verifying : which-2.21-29.el9.aarch64 38/99 #16 30.51 Verifying : annobin-12.31-1.el9.aarch64 39/99 #16 30.51 Verifying : autoconf-2.69-38.el9.noarch 40/99 #16 30.51 Verifying : automake-1.16.2-8.el9.noarch 41/99 #16 30.51 Verifying : checkpolicy-3.6-1.el9.aarch64 42/99 #16 30.51 Verifying : cmake-3.26.5-2.el9.aarch64 43/99 #16 30.51 Verifying : cmake-data-3.26.5-2.el9.noarch 44/99 #16 30.51 Verifying : cmake-filesystem-3.26.5-2.el9.aarch64 45/99 #16 30.51 Verifying : cmake-rpm-macros-3.26.5-2.el9.noarch 46/99 #16 30.51 Verifying : cpp-11.4.1-3.el9.aarch64 47/99 #16 30.51 Verifying : gcc-11.4.1-3.el9.aarch64 48/99 #16 30.51 Verifying : gcc-plugin-annobin-11.4.1-3.el9.aarch64 49/99 #16 30.51 Verifying : git-2.43.0-1.el9.aarch64 50/99 #16 30.51 Verifying : git-core-2.43.0-1.el9.aarch64 51/99 #16 30.51 Verifying : git-core-doc-2.43.0-1.el9.noarch 52/99 #16 30.51 Verifying : glibc-devel-2.34-99.el9.aarch64 53/99 #16 30.51 Verifying : kernel-headers-5.14.0-410.el9.aarch64 54/99 #16 30.51 Verifying : libasan-11.4.1-3.el9.aarch64 55/99 #16 30.51 Verifying : libmpc-1.2.1-4.el9.aarch64 56/99 #16 30.51 Verifying : libseccomp-devel-2.5.2-2.el9.aarch64 57/99 #16 30.51 Verifying : libselinux-devel-3.6-1.el9.aarch64 58/99 #16 30.51 Verifying : libsepol-devel-3.6-1.el9.aarch64 59/99 #16 30.51 Verifying : libtool-2.4.6-45.el9.aarch64 60/99 #16 30.51 Verifying : libtool-ltdl-2.4.6-45.el9.aarch64 61/99 #16 30.51 Verifying : libubsan-11.4.1-3.el9.aarch64 62/99 #16 30.51 Verifying : libuv-1:1.42.0-1.el9.aarch64 63/99 #16 30.51 Verifying : libxcrypt-devel-4.4.18-3.el9.aarch64 64/99 #16 30.51 Verifying : llvm-libs-17.0.6-4.el9.aarch64 65/99 #16 30.51 Verifying : m4-1.4.19-1.el9.aarch64 66/99 #16 30.51 Verifying : pcre2-devel-10.40-4.el9.aarch64 67/99 #16 30.51 Verifying : pcre2-utf16-10.40-4.el9.aarch64 68/99 #16 30.51 Verifying : pcre2-utf32-10.40-4.el9.aarch64 69/99 #16 30.51 Verifying : perl-DynaLoader-1.47-481.el9.aarch64 70/99 #16 30.51 Verifying : perl-Error-1:0.17029-7.el9.noarch 71/99 #16 30.51 Verifying : perl-File-Compare-1.100.600-481.el9.noarch 72/99 #16 30.51 Verifying : perl-File-Copy-2.34-481.el9.noarch 73/99 #16 30.51 Verifying : perl-File-Find-1.37-481.el9.noarch 74/99 #16 30.51 Verifying : perl-Git-2.43.0-1.el9.noarch 75/99 #16 30.51 Verifying : perl-TermReadKey-2.38-11.el9.aarch64 76/99 #16 30.51 Verifying : perl-Thread-Queue-3.14-460.el9.noarch 77/99 #16 30.51 Verifying : perl-lib-0.65-481.el9.aarch64 78/99 #16 30.51 Verifying : perl-threads-1:2.25-460.el9.aarch64 79/99 #16 30.51 Verifying : perl-threads-shared-1.61-460.el9.aarch64 80/99 #16 30.51 Verifying : policycoreutils-devel-3.6-1.el9.aarch64 81/99 #16 30.51 Verifying : policycoreutils-python-utils-3.6-1.el9.noarch 82/99 #16 30.51 Verifying : python3-audit-3.1.2-2.el9.aarch64 83/99 #16 30.51 Verifying : python3-libselinux-3.6-1.el9.aarch64 84/99 #16 30.51 Verifying : python3-libsemanage-3.6-1.el9.aarch64 85/99 #16 30.52 Verifying : python3-policycoreutils-3.6-1.el9.noarch 86/99 #16 30.52 Verifying : selinux-policy-devel-38.1.30-1.el9.noarch 87/99 #16 30.52 Verifying : systemd-devel-252-23.el9.aarch64 88/99 #16 30.52 Verifying : glibc-static-2.34-99.el9.aarch64 89/99 #16 30.52 Verifying : libtool-ltdl-devel-2.4.6-45.el9.aarch64 90/99 #16 30.52 Verifying : libxcrypt-static-4.4.18-3.el9.aarch64 91/99 #16 30.52 Verifying : glibc-2.34-99.el9.aarch64 92/99 #16 30.52 Verifying : glibc-2.34-95.el9.aarch64 93/99 #16 30.52 Verifying : glibc-common-2.34-99.el9.aarch64 94/99 #16 30.52 Verifying : glibc-common-2.34-95.el9.aarch64 95/99 #16 30.52 Verifying : glibc-gconv-extra-2.34-99.el9.aarch64 96/99 #16 30.52 Verifying : glibc-gconv-extra-2.34-95.el9.aarch64 97/99 #16 30.52 Verifying : glibc-minimal-langpack-2.34-99.el9.aarch64 98/99 #16 30.52 Verifying : glibc-minimal-langpack-2.34-95.el9.aarch64 99/99 #16 30.70 #16 30.70 Upgraded: #16 30.70 glibc-2.34-99.el9.aarch64 #16 30.70 glibc-common-2.34-99.el9.aarch64 #16 30.70 glibc-gconv-extra-2.34-99.el9.aarch64 #16 30.70 glibc-minimal-langpack-2.34-99.el9.aarch64 #16 30.70 Installed: #16 30.70 acl-2.3.1-4.el9.aarch64 #16 30.70 annobin-12.31-1.el9.aarch64 #16 30.70 autoconf-2.69-38.el9.noarch #16 30.70 automake-1.16.2-8.el9.noarch #16 30.70 checkpolicy-3.6-1.el9.aarch64 #16 30.70 cmake-3.26.5-2.el9.aarch64 #16 30.70 cmake-data-3.26.5-2.el9.noarch #16 30.70 cmake-filesystem-3.26.5-2.el9.aarch64 #16 30.70 cmake-rpm-macros-3.26.5-2.el9.noarch #16 30.70 cpp-11.4.1-3.el9.aarch64 #16 30.70 cracklib-2.9.6-27.el9.aarch64 #16 30.70 cracklib-dicts-2.9.6-27.el9.aarch64 #16 30.70 dbus-1:1.12.20-8.el9.aarch64 #16 30.70 dbus-broker-28-7.el9.aarch64 #16 30.70 dbus-common-1:1.12.20-8.el9.noarch #16 30.70 gcc-11.4.1-3.el9.aarch64 #16 30.70 gcc-plugin-annobin-11.4.1-3.el9.aarch64 #16 30.70 git-2.43.0-1.el9.aarch64 #16 30.70 git-core-2.43.0-1.el9.aarch64 #16 30.70 git-core-doc-2.43.0-1.el9.noarch #16 30.70 glibc-devel-2.34-99.el9.aarch64 #16 30.70 glibc-langpack-en-2.34-99.el9.aarch64 #16 30.70 glibc-static-2.34-99.el9.aarch64 #16 30.70 kernel-headers-5.14.0-410.el9.aarch64 #16 30.70 kmod-libs-28-9.el9.aarch64 #16 30.70 libasan-11.4.1-3.el9.aarch64 #16 30.70 libatomic-11.4.1-3.el9.aarch64 #16 30.70 libcbor-0.7.0-5.el9.aarch64 #16 30.70 libdb-5.3.28-53.el9.aarch64 #16 30.70 libeconf-0.4.1-3.el9.aarch64 #16 30.70 libedit-3.1-38.20210216cvs.el9.aarch64 #16 30.70 libfdisk-2.37.4-15.el9.aarch64 #16 30.70 libfido2-1.13.0-2.el9.aarch64 #16 30.70 libmpc-1.2.1-4.el9.aarch64 #16 30.70 libpwquality-1.4.4-8.el9.aarch64 #16 30.70 libseccomp-2.5.2-2.el9.aarch64 #16 30.70 libseccomp-devel-2.5.2-2.el9.aarch64 #16 30.70 libselinux-devel-3.6-1.el9.aarch64 #16 30.70 libselinux-utils-3.6-1.el9.aarch64 #16 30.70 libsepol-devel-3.6-1.el9.aarch64 #16 30.70 libtool-2.4.6-45.el9.aarch64 #16 30.70 libtool-ltdl-2.4.6-45.el9.aarch64 #16 30.70 libtool-ltdl-devel-2.4.6-45.el9.aarch64 #16 30.70 libubsan-11.4.1-3.el9.aarch64 #16 30.70 libutempter-1.2.1-6.el9.aarch64 #16 30.70 libuv-1:1.42.0-1.el9.aarch64 #16 30.70 libxcrypt-devel-4.4.18-3.el9.aarch64 #16 30.70 libxcrypt-static-4.4.18-3.el9.aarch64 #16 30.70 llvm-libs-17.0.6-4.el9.aarch64 #16 30.70 m4-1.4.19-1.el9.aarch64 #16 30.70 make-1:4.3-7.el9.aarch64 #16 30.70 openssh-8.7p1-38.el9.aarch64 #16 30.70 openssh-clients-8.7p1-38.el9.aarch64 #16 30.70 openssl-1:3.0.7-25.el9.aarch64 #16 30.70 pam-1.5.1-17.el9.aarch64 #16 30.70 pcre2-devel-10.40-4.el9.aarch64 #16 30.70 pcre2-utf16-10.40-4.el9.aarch64 #16 30.70 pcre2-utf32-10.40-4.el9.aarch64 #16 30.70 perl-DynaLoader-1.47-481.el9.aarch64 #16 30.70 perl-Error-1:0.17029-7.el9.noarch #16 30.70 perl-File-Compare-1.100.600-481.el9.noarch #16 30.70 perl-File-Copy-2.34-481.el9.noarch #16 30.70 perl-File-Find-1.37-481.el9.noarch #16 30.70 perl-Git-2.43.0-1.el9.noarch #16 30.70 perl-TermReadKey-2.38-11.el9.aarch64 #16 30.70 perl-Thread-Queue-3.14-460.el9.noarch #16 30.70 perl-lib-0.65-481.el9.aarch64 #16 30.70 perl-threads-1:2.25-460.el9.aarch64 #16 30.70 perl-threads-shared-1.61-460.el9.aarch64 #16 30.70 policycoreutils-3.6-1.el9.aarch64 #16 30.70 policycoreutils-devel-3.6-1.el9.aarch64 #16 30.70 policycoreutils-python-utils-3.6-1.el9.noarch #16 30.70 python3-audit-3.1.2-2.el9.aarch64 #16 30.70 python3-distro-1.5.0-7.el9.noarch #16 30.70 python3-libselinux-3.6-1.el9.aarch64 #16 30.70 python3-libsemanage-3.6-1.el9.aarch64 #16 30.70 python3-policycoreutils-3.6-1.el9.noarch #16 30.70 python3-setools-4.4.4-1.el9.aarch64 #16 30.70 python3-setuptools-53.0.0-12.el9.noarch #16 30.70 rpm-plugin-selinux-4.16.1.3-29.el9.aarch64 #16 30.70 selinux-policy-38.1.30-1.el9.noarch #16 30.70 selinux-policy-devel-38.1.30-1.el9.noarch #16 30.70 selinux-policy-targeted-38.1.30-1.el9.noarch #16 30.70 systemd-252-23.el9.aarch64 #16 30.70 systemd-devel-252-23.el9.aarch64 #16 30.70 systemd-pam-252-23.el9.aarch64 #16 30.70 systemd-rpm-macros-252-23.el9.noarch #16 30.70 util-linux-2.37.4-15.el9.aarch64 #16 30.70 util-linux-core-2.37.4-15.el9.aarch64 #16 30.70 vim-filesystem-2:8.2.2637-20.el9.noarch #16 30.70 which-2.21-29.el9.aarch64 #16 30.70 #16 30.70 Complete! #14 70.47 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 70.53 Setting up dh-strip-nondeterminism (1.7.0-1) ... #14 70.54 Setting up libconst-fast-perl (0.014-1) ... #14 70.55 Setting up libhttp-daemon-perl (6.06-1ubuntu0.1) ... #14 70.56 Setting up libgit-wrapper-perl (0.048-1) ... #14 70.57 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.21) ... #14 70.63 Setting up curl (7.68.0-1ubuntu2.21) ... #14 70.64 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ... #14 70.65 Setting up libmodule-implementation-perl (0.09-1) ... #14 70.66 Setting up libemail-valid-perl (1.202-1) ... #14 70.67 Setting up libpackage-stash-perl (0.38-1) ... #14 70.68 Setting up libimport-into-perl (1.002005-1) ... #14 63.48 Preparing to unpack .../346-manpages-dev_5.10-1ubuntu1_all.deb ... #14 63.48 Unpacking manpages-dev (5.10-1ubuntu1) ... #14 63.70 Selecting previously unselected package python3-certifi. #14 63.70 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ... #14 63.71 Unpacking python3-certifi (2020.6.20-1) ... #14 63.76 Selecting previously unselected package python3-idna. #14 63.76 Preparing to unpack .../348-python3-idna_3.3-1_all.deb ... #14 63.77 Unpacking python3-idna (3.3-1) ... #14 63.80 Selecting previously unselected package python3-six. #15 10.04 Installing : kernel-headers-6.6.3-100.fc38.x86_64 26/93 #15 10.10 Installing : glibc-headers-x86-2.37-16.fc38.noarch 27/93 #15 10.11 Installing : libxcrypt-devel-4.4.36-1.fc38.x86_64 28/93 #15 10.12 Installing : glibc-devel-2.37-16.fc38.x86_64 29/93 #15 10.18 Installing : glibc-static-2.37-16.fc38.x86_64 30/93 #15 10.19 Installing : libxcrypt-static-4.4.36-1.fc38.x86_64 31/93 #15 10.19 Installing : dbus-common-1:1.14.10-1.fc38.noarch 32/93 #15 10.21 Running scriptlet: dbus-common-1:1.14.10-1.fc38.noarch 32/93 #15 10.22 Running scriptlet: dbus-broker-33-1.fc38.x86_64 33/93 #15 10.28 Installing : dbus-broker-33-1.fc38.x86_64 33/93 #15 4.091 Fetched 6626 kB in 0s (20.6 MB/s) #15 4.119 Selecting previously unselected package bash-completion. #15 4.119 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 27806 files and directories currently installed.) #15 4.134 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ... #15 4.578 Starting pkgProblemResolver with broken count: 0 #15 4.614 Starting 2 pkgProblemResolver with broken count: 0 #15 4.617 Done #13 69.35 Setting up gnupg (2.2.27-2+deb11u2) ... #13 69.36 Setting up build-essential (12.9) ... #13 69.37 Setting up python3-unidiff (0.5.5-2) ... #13 69.50 Setting up lsb-release (11.1.0) ... #13 69.51 Setting up libfont-ttf-perl (1.06-1.1) ... #13 69.52 Setting up libfile-homedir-perl (1.006-1) ... #13 69.53 Setting up python3-magic (2:0.4.20-3) ... #13 69.65 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ... #14 72.75 Setting up gpg (2.2.40-1.1ubuntu1) ... #14 72.76 Setting up gnupg-utils (2.2.40-1.1ubuntu1) ... #14 72.78 Setting up libtirpc3:armhf (1.3.3+ds-1) ... #14 72.79 Setting up gpg-agent (2.2.40-1.1ubuntu1) ... #15 3.069 dh_md5sums #15 3.113 dh_builddeb #15 3.145 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #15 3.164 dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo #15 DONE 9.0s #16 [stage-1 5/8] COPY --link sources/ /sources #16 DONE 0.1s #16 0.958 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease #14 67.31 Preparing to unpack .../186-libwww-robotrules-perl_6.02-1_all.deb ... #14 67.31 Unpacking libwww-robotrules-perl (6.02-1) ... #14 67.35 Selecting previously unselected package libwww-perl. #14 67.35 Preparing to unpack .../187-libwww-perl_6.43-1_all.deb ... #14 67.35 Unpacking libwww-perl (6.43-1) ... #14 67.39 Selecting previously unselected package patchutils. #14 67.39 Preparing to unpack .../188-patchutils_0.3.4-2_arm64.deb ... #14 67.40 Unpacking patchutils (0.3.4-2) ... #14 67.44 Selecting previously unselected package wdiff. #13 69.17 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #13 69.24 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #14 DONE 76.8s #15 [stage-1 4/9] COPY --link common /root/build-deb/debian #15 DONE 0.1s #16 35.48 Verifying : glibc-minimal-langpack-2.34-95.el9.x86_64 97/97 #16 35.66 #16 35.66 Upgraded: #16 35.66 glibc-2.34-99.el9.x86_64 #16 35.66 glibc-common-2.34-99.el9.x86_64 #16 35.66 glibc-gconv-extra-2.34-99.el9.x86_64 #16 35.66 glibc-minimal-langpack-2.34-99.el9.x86_64 #16 35.66 Installed: #16 35.66 acl-2.3.1-4.el9.x86_64 #16 35.66 annobin-12.31-1.el9.x86_64 #16 35.66 autoconf-2.69-38.el9.noarch #16 35.66 automake-1.16.2-8.el9.noarch #16 35.66 checkpolicy-3.6-1.el9.x86_64 #16 35.66 cmake-3.26.5-2.el9.x86_64 #16 35.66 cmake-data-3.26.5-2.el9.noarch #16 35.66 cmake-filesystem-3.26.5-2.el9.x86_64 #16 35.66 cmake-rpm-macros-3.26.5-2.el9.noarch #16 35.66 cpp-11.4.1-3.el9.x86_64 #16 35.66 cracklib-2.9.6-27.el9.x86_64 #16 35.66 cracklib-dicts-2.9.6-27.el9.x86_64 #16 35.66 dbus-1:1.12.20-8.el9.x86_64 #16 35.66 dbus-broker-28-7.el9.x86_64 #16 35.66 dbus-common-1:1.12.20-8.el9.noarch #16 35.66 gcc-11.4.1-3.el9.x86_64 #16 35.66 gcc-plugin-annobin-11.4.1-3.el9.x86_64 #16 35.66 git-2.43.0-1.el9.x86_64 #16 35.66 git-core-2.43.0-1.el9.x86_64 #16 35.66 git-core-doc-2.43.0-1.el9.noarch #16 35.66 glibc-devel-2.34-99.el9.x86_64 #16 35.66 glibc-headers-2.34-99.el9.x86_64 #16 35.66 glibc-langpack-en-2.34-99.el9.x86_64 #16 35.66 glibc-static-2.34-99.el9.x86_64 #16 35.66 kernel-headers-5.14.0-410.el9.x86_64 #16 35.66 kmod-libs-28-9.el9.x86_64 #16 35.66 libcbor-0.7.0-5.el9.x86_64 #16 35.66 libdb-5.3.28-53.el9.x86_64 #16 35.66 libeconf-0.4.1-3.el9.x86_64 #16 35.66 libedit-3.1-38.20210216cvs.el9.x86_64 #16 35.66 libfdisk-2.37.4-15.el9.x86_64 #16 35.66 libfido2-1.13.0-2.el9.x86_64 #16 35.66 libmpc-1.2.1-4.el9.x86_64 #16 35.66 libpwquality-1.4.4-8.el9.x86_64 #16 35.66 libseccomp-2.5.2-2.el9.x86_64 #16 35.66 libseccomp-devel-2.5.2-2.el9.x86_64 #16 35.66 libselinux-devel-3.6-1.el9.x86_64 #16 35.66 libselinux-utils-3.6-1.el9.x86_64 #16 35.66 libsepol-devel-3.6-1.el9.x86_64 #16 35.66 libtool-2.4.6-45.el9.x86_64 #16 35.66 libtool-ltdl-2.4.6-45.el9.x86_64 #16 35.66 libtool-ltdl-devel-2.4.6-45.el9.x86_64 #16 35.66 libutempter-1.2.1-6.el9.x86_64 #16 35.66 libuv-1:1.42.0-1.el9.x86_64 #16 35.66 libxcrypt-devel-4.4.18-3.el9.x86_64 #16 35.66 libxcrypt-static-4.4.18-3.el9.x86_64 #16 35.66 llvm-libs-17.0.6-4.el9.x86_64 #16 35.66 m4-1.4.19-1.el9.x86_64 #16 35.66 make-1:4.3-7.el9.x86_64 #16 35.66 openssh-8.7p1-38.el9.x86_64 #16 35.66 openssh-clients-8.7p1-38.el9.x86_64 #16 35.66 openssl-1:3.0.7-25.el9.x86_64 #16 35.66 pam-1.5.1-17.el9.x86_64 #16 35.66 pcre2-devel-10.40-4.el9.x86_64 #16 35.66 pcre2-utf16-10.40-4.el9.x86_64 #16 35.66 pcre2-utf32-10.40-4.el9.x86_64 #16 35.66 perl-DynaLoader-1.47-481.el9.x86_64 #16 35.66 perl-Error-1:0.17029-7.el9.noarch #16 35.66 perl-File-Compare-1.100.600-481.el9.noarch #16 35.66 perl-File-Copy-2.34-481.el9.noarch #16 35.66 perl-File-Find-1.37-481.el9.noarch #16 35.66 perl-Git-2.43.0-1.el9.noarch #16 35.66 perl-TermReadKey-2.38-11.el9.x86_64 #16 35.66 perl-Thread-Queue-3.14-460.el9.noarch #16 35.66 perl-lib-0.65-481.el9.x86_64 #16 35.66 perl-threads-1:2.25-460.el9.x86_64 #16 35.66 perl-threads-shared-1.61-460.el9.x86_64 #16 35.66 policycoreutils-3.6-1.el9.x86_64 #16 35.66 policycoreutils-devel-3.6-1.el9.x86_64 #16 35.66 policycoreutils-python-utils-3.6-1.el9.noarch #16 35.66 python3-audit-3.1.2-2.el9.x86_64 #16 35.66 python3-distro-1.5.0-7.el9.noarch #16 35.66 python3-libselinux-3.6-1.el9.x86_64 #16 35.66 python3-libsemanage-3.6-1.el9.x86_64 #16 35.66 python3-policycoreutils-3.6-1.el9.noarch #16 35.66 python3-setools-4.4.4-1.el9.x86_64 #16 35.66 python3-setuptools-53.0.0-12.el9.noarch #16 35.66 rpm-plugin-selinux-4.16.1.3-29.el9.x86_64 #16 35.66 selinux-policy-38.1.30-1.el9.noarch #16 35.66 selinux-policy-devel-38.1.30-1.el9.noarch #16 35.66 selinux-policy-targeted-38.1.30-1.el9.noarch #16 35.66 systemd-252-23.el9.x86_64 #16 35.66 systemd-devel-252-23.el9.x86_64 #16 35.66 systemd-pam-252-23.el9.x86_64 #16 35.66 systemd-rpm-macros-252-23.el9.noarch #16 35.66 util-linux-2.37.4-15.el9.x86_64 #16 35.66 util-linux-core-2.37.4-15.el9.x86_64 #16 35.66 vim-filesystem-2:8.2.2637-20.el9.noarch #16 35.66 which-2.21-29.el9.x86_64 #16 35.66 #16 35.66 Complete! #16 DONE 35.9s #14 66.28 Preparing to unpack .../362-python3-paramiko_2.12.0-2ubuntu1_all.deb ... #14 66.29 Unpacking python3-paramiko (2.12.0-2ubuntu1) ... #14 66.33 Selecting previously unselected package python3-urllib3. #14 66.33 Preparing to unpack .../363-python3-urllib3_1.26.16-1ubuntu0.1_all.deb ... #14 66.34 Unpacking python3-urllib3 (1.26.16-1ubuntu0.1) ... #14 66.38 Selecting previously unselected package python3-requests. #14 66.38 Preparing to unpack .../364-python3-requests_2.31.0+dfsg-1ubuntu1_all.deb ... #14 66.39 Unpacking python3-requests (2.31.0+dfsg-1ubuntu1) ... #14 66.42 Selecting previously unselected package python3-unidiff. #14 66.42 Preparing to unpack .../365-python3-unidiff_0.7.3-1_all.deb ... #14 66.43 Unpacking python3-unidiff (0.7.3-1) ... #14 66.46 Selecting previously unselected package equivs. #14 66.46 Preparing to unpack .../366-equivs_2.3.1_all.deb ... #14 66.47 Unpacking equivs (2.3.1) ... #14 66.53 Selecting previously unselected package libauthen-sasl-perl. #22 14.88 Selecting previously unselected package libsecret-1-dev:amd64. #22 14.88 Preparing to unpack .../28-libsecret-1-dev_0.20.5-3_amd64.deb ... #22 14.89 Unpacking libsecret-1-dev:amd64 (0.20.5-3) ... #22 15.04 Setting up libglib2.0-0:amd64 (2.74.6-2) ... #14 65.00 Preparing to unpack .../166-libio-socket-ssl-perl_2.081-2_all.deb ... #14 65.01 Unpacking libio-socket-ssl-perl (2.081-2) ... #14 65.04 Selecting previously unselected package libnet-http-perl. #14 65.04 Preparing to unpack .../167-libnet-http-perl_6.22-1_all.deb ... #14 65.06 Unpacking libnet-http-perl (6.22-1) ... #14 65.09 Selecting previously unselected package liblwp-protocol-https-perl. #14 65.09 Preparing to unpack .../168-liblwp-protocol-https-perl_6.10-1_all.deb ... #14 65.10 Unpacking liblwp-protocol-https-perl (6.10-1) ... #14 65.13 Selecting previously unselected package libtry-tiny-perl. #14 65.13 Preparing to unpack .../169-libtry-tiny-perl_0.31-2_all.deb ... #14 65.13 Unpacking libtry-tiny-perl (0.31-2) ... #14 65.20 Selecting previously unselected package libwww-robotrules-perl. #14 65.21 Preparing to unpack .../170-libwww-robotrules-perl_6.02-1_all.deb ... #14 65.21 Unpacking libwww-robotrules-perl (6.02-1) ... #14 65.24 Selecting previously unselected package libwww-perl. #14 75.32 Setting up python3-cryptography (38.0.4-4ubuntu0.23.10.1) ... #14 75.55 Setting up python3-debian (0.1.49ubuntu2) ... #13 68.92 Setting up equivs (2.2.0) ... #13 68.93 Setting up libxml-parser-perl (2.44-4) ... #13 68.94 Setting up libxml-sax-expat-perl (0.51-1) ... #13 68.99 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #13 69.04 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 69.19 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #16 DONE 30.9s #14 70.69 Setting up libmoo-perl (2.003006-1) ... #14 70.70 Setting up liblist-someutils-perl (0.58-1) ... #14 70.71 Setting up liblist-someutils-xs-perl (0.58-2) ... #14 70.72 Setting up gnupg (2.2.19-3ubuntu2.2) ... #14 70.74 Setting up libmoox-aliases-perl (0.001006-1) ... #14 70.74 Setting up libparams-validate-perl (1.29-3) ... #14 70.76 Setting up libb-hooks-endofscope-perl (0.24-1) ... #14 70.77 Setting up libnamespace-clean-perl (0.27-1) ... #14 70.78 Setting up libgetopt-long-descriptive-perl (0.104-1) ... #14 70.79 Setting up libgitlab-api-v4-perl (0.25-1) ... #14 63.81 Preparing to unpack .../349-python3-six_1.16.0-3ubuntu1_all.deb ... #14 63.81 Unpacking python3-six (1.16.0-3ubuntu1) ... #14 63.85 Selecting previously unselected package python3-urllib3. #14 63.86 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... #14 63.86 Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... #14 63.91 Selecting previously unselected package python3-requests. #14 63.91 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... #14 63.91 Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... #14 63.96 Selecting previously unselected package python3-unidiff. #14 63.96 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ... #14 63.97 Unpacking python3-unidiff (0.5.5-2) ... #14 64.00 Selecting previously unselected package python3-xdg. #14 64.01 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ... #15 10.29 Running scriptlet: dbus-broker-33-1.fc38.x86_64 33/93 #15 10.29 Installing : dbus-1:1.14.10-1.fc38.x86_64 34/93 #15 10.30 Installing : annobin-docs-12.30-1.fc38.noarch 35/93 #15 10.35 Installing : xkeyboard-config-2.38-1.fc38.noarch 36/93 #15 10.37 Installing : libxkbcommon-1.5.0-2.fc38.x86_64 37/93 #15 10.37 Installing : rhash-1.4.3-2.fc38.x86_64 38/93 #15 10.38 Installing : qrencode-libs-4.1.1-4.fc38.x86_64 39/93 #15 10.48 Installing : python3-setuptools-65.5.1-2.fc38.noarch 40/93 #15 10.53 Installing : python3-setools-4.4.3-1.fc38.x86_64 41/93 #15 10.54 Installing : perl-TermReadKey-2.38-16.fc38.x86_64 42/93 #15 10.54 Installing : perl-Error-1:0.17029-11.fc38.noarch 43/93 #15 10.55 Installing : pcre2-utf32-10.42-1.fc38.1.x86_64 44/93 #15 10.56 Installing : pcre2-utf16-10.42-1.fc38.1.x86_64 45/93 #15 10.57 Installing : pcre2-devel-10.42-1.fc38.1.x86_64 46/93 #15 10.58 Running scriptlet: libutempter-1.2.1-8.fc38.x86_64 47/93 #15 4.905 The following additional packages will be installed: #15 4.906 bash-completion cmake cmake-data dh-apparmor libjsoncpp25 libpkgconf3 #15 4.906 libproc2-0 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config pkgconf #15 4.907 pkgconf-bin procps #15 4.909 Suggested packages: #15 4.909 cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils seccomp #15 4.909 Recommended packages: #15 4.909 psmisc #15 5.046 The following NEW packages will be installed: #13 69.68 Setting up pristine-tar (1.49) ... #13 69.69 Setting up libio-socket-ssl-perl (2.069-1) ... #13 69.70 Setting up libsub-exporter-perl (0.987-1) ... #13 69.71 Setting up libc-devtools (2.31-13+deb11u7) ... #13 69.72 Setting up libalgorithm-merge-perl (0.08-3) ... #13 69.73 Setting up libhttp-message-perl (6.28-1) ... #13 69.74 Setting up libhtml-form-perl (6.07-1) ... #13 69.74 Setting up python3-pkg-resources (52.0.0-4) ... #13 69.92 Setting up libiterator-perl (0.03+ds1-1.1) ... #14 73.29 Setting up libxpm4:armhf (1:3.5.12-1.1ubuntu0.1) ... #14 73.30 Setting up openssh-client (1:9.0p1-1ubuntu8.7) ... #17 [stage-1 6/8] COPY --link --from=golang /usr/local/go /usr/local/go #15 3.323 dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes #15 3.407 dpkg-genchanges: info: binary-only upload (no source code included) #15 3.409 dpkg-source --after-build . #15 3.515 dpkg-buildpackage: info: binary-only upload (no source included) #15 3.520 #15 3.520 The package has been created. #15 3.520 Attention, the package has been created in the current directory, #15 3.520 not in ".." as indicated by the message above! #15 3.544 Selecting previously unselected package docker-ce-build-deps. #15 3.561 (Reading database ... 29659 files and directories currently installed.) #15 3.563 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #15 3.571 Unpacking docker-ce-build-deps (1.0) ... #14 67.44 Preparing to unpack .../189-wdiff_1.2.2-2build1_arm64.deb ... #14 67.45 Unpacking wdiff (1.2.2-2build1) ... #14 67.49 Selecting previously unselected package devscripts. #14 67.49 Preparing to unpack .../190-devscripts_2.20.2ubuntu2_arm64.deb ... #14 67.52 Unpacking devscripts (2.20.2ubuntu2) ... #14 67.62 Selecting previously unselected package diffstat. #14 67.62 Preparing to unpack .../191-diffstat_1.63-1_arm64.deb ... #14 67.63 Unpacking diffstat (1.63-1) ... #14 67.66 Selecting previously unselected package python3-chardet. #14 67.66 Preparing to unpack .../192-python3-chardet_3.0.4-4build1_all.deb ... #14 67.67 Unpacking python3-chardet (3.0.4-4build1) ... #14 67.71 Selecting previously unselected package python3-debian. #14 67.71 Preparing to unpack .../193-python3-debian_0.1.36ubuntu1.1_all.deb ... #14 67.72 Unpacking python3-debian (0.1.36ubuntu1.1) ... #13 69.30 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 69.44 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 69.47 Setting up dh-strip-nondeterminism (1.12.0-1) ... #13 69.48 Setting up libconst-fast-perl (0.014-1.1) ... #13 69.54 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ... #13 69.56 Setting up libdata-dpath-perl (0.58-1) ... #13 69.57 Setting up libmodule-implementation-perl (0.09-1.1) ... #13 69.58 Setting up libpackage-stash-perl (0.39-1) ... #13 69.59 Setting up libimport-into-perl (1.002005-1) ... #13 69.60 Setting up libmoo-perl (2.004004-1) ... #13 69.61 Setting up liblist-someutils-perl (0.58-1) ... #13 69.63 Setting up debhelper (13.3.4) ... #13 69.64 Setting up libmime-tools-perl (5.509-1) ... #13 69.65 Setting up dput (1.1.0) ... #16 [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 #17 [stage-1 7/8] COPY --link --from=golang /usr/local/go /usr/local/go #14 66.53 Preparing to unpack .../367-libauthen-sasl-perl_2.1600-3_all.deb ... #14 66.54 Unpacking libauthen-sasl-perl (2.1600-3) ... #14 66.57 Selecting previously unselected package python3-magic. #14 66.58 Preparing to unpack .../368-python3-magic_2%3a0.4.27-1_all.deb ... #14 66.58 Unpacking python3-magic (2:0.4.27-1) ... #14 66.63 Setting up libksba8:arm64 (1.6.4-2) ... #14 66.65 Setting up media-types (10.1.0) ... #14 66.66 Setting up libpipeline1:arm64 (1.5.7-1) ... #14 66.67 Setting up wdiff (1.2.2-5) ... #14 66.68 Setting up libxau6:arm64 (1:1.0.9-1build5) ... #14 66.69 Setting up libkeyutils1:arm64 (1.6.3-2) ... #14 66.70 Setting up lto-disabled-list (43) ... #14 66.71 Setting up libpsl5:arm64 (0.21.2-1) ... #14 66.73 Setting up libsodium23:arm64 (1.0.18-1build2) ... #14 66.74 Setting up libicu72:arm64 (72.1-3ubuntu3) ... #14 66.75 Setting up liblerc4:arm64 (4.0.0+ds-2ubuntu2) ... #14 66.76 Setting up fonts-noto-mono (20201225-2) ... #14 66.78 Setting up bsdextrautils (2.39.1-4ubuntu2) ... #14 66.79 Setting up libre2-10:arm64 (20230301-2) ... #14 66.81 Setting up libfcgi0ldbl:arm64 (2.4.2-2build2) ... #14 66.82 Setting up libtext-glob-perl (0.11-3) ... #14 66.84 Setting up libmagic-mgc (1:5.44-3) ... #14 66.85 Setting up libyaml-0-2:arm64 (0.2.5-1) ... #22 15.06 No schema files found: doing nothing. #22 15.08 Setting up libffi-dev:amd64 (3.4.4-1) ... #22 15.09 Setting up libpcre2-16-0:amd64 (10.42-1) ... #22 15.10 Setting up libbtrfs0:amd64 (6.2-1) ... #22 15.12 Setting up libpcre2-32-0:amd64 (10.42-1) ... #22 15.13 Setting up libglib2.0-data (2.74.6-2) ... #22 15.14 Setting up libgpg-error-dev (1.46-1) ... #14 65.24 Preparing to unpack .../171-libwww-perl_6.67-1_all.deb ... #14 65.25 Unpacking libwww-perl (6.67-1) ... #14 65.28 Selecting previously unselected package patchutils. #14 65.29 Preparing to unpack .../172-patchutils_0.4.2-1build2_arm64.deb ... #14 65.29 Unpacking patchutils (0.4.2-1build2) ... #14 65.33 Selecting previously unselected package wdiff. #14 65.33 Preparing to unpack .../173-wdiff_1.2.2-5_arm64.deb ... #14 65.34 Unpacking wdiff (1.2.2-5) ... #14 65.39 Selecting previously unselected package devscripts. #14 65.39 Preparing to unpack .../174-devscripts_2.23.4ubuntu1_all.deb ... #14 65.41 Unpacking devscripts (2.23.4ubuntu1) ... #14 65.56 Selecting previously unselected package diffstat. #14 75.74 Setting up python3-requests (2.31.0+dfsg-1ubuntu1) ... #16 6.522 Get:8 http://archive.ubuntu.com/ubuntu mantic/universe amd64 dh-apparmor all 4.0.0~alpha2-0ubuntu5 [20.3 kB] #13 69.24 Setting up libsoap-lite-perl (1.27-1) ... #13 69.25 Setting up libxmlrpc-lite-perl (0.717-2) ... #13 69.26 Processing triggers for libc-bin (2.28-10+deb10u2) ... #13 69.42 Processing triggers for ca-certificates (20200601~deb10u2) ... #17 [stage-1 7/8] COPY --link --from=golang /usr/local/go /usr/local/go #14 70.80 Setting up libmoox-struct-perl (0.017-1) ... #14 70.81 Setting up lintian (2.62.0ubuntu2.3) ... #14 70.83 Setting up licensecheck (3.0.45-1) ... #14 70.84 Setting up dh-autoreconf (19) ... #14 70.85 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ... #14 70.86 Setting up libwww-perl (6.43-1) ... #14 70.88 Setting up debhelper (12.10ubuntu1) ... #14 70.89 Setting up devscripts (2.20.2ubuntu2) ... #14 71.04 Setting up equivs (2.2.0) ... #14 71.05 Setting up libxml-parser-perl (2.46-1) ... #14 71.06 Setting up libxml-sax-expat-perl (0.51-1) ... #14 71.11 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #14 71.16 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #15 10.63 Installing : libutempter-1.2.1-8.fc38.x86_64 47/93 #15 10.69 Installing : util-linux-2.38.1-4.fc38.x86_64 48/93 #15 10.72 Installing : openssh-9.0p1-17.fc38.x86_64 49/93 #14 64.01 Unpacking python3-xdg (0.27-2) ... #14 64.05 Selecting previously unselected package equivs. #14 64.06 Preparing to unpack .../354-equivs_2.3.1_all.deb ... #14 64.06 Unpacking equivs (2.3.1) ... #14 64.10 Selecting previously unselected package libauthen-sasl-perl. #14 64.10 Preparing to unpack .../355-libauthen-sasl-perl_2.1600-1.1_all.deb ... #14 64.10 Unpacking libauthen-sasl-perl (2.1600-1.1) ... #14 64.15 Selecting previously unselected package python3-magic. #14 64.15 Preparing to unpack .../356-python3-magic_2%3a0.4.24-2_all.deb ... #14 64.15 Unpacking python3-magic (2:0.4.24-2) ... #14 64.21 Setting up libksba8:arm64 (1.6.0-2ubuntu0.2) ... #14 64.23 Setting up media-types (7.0.0) ... #14 64.25 Setting up libpipeline1:arm64 (1.5.5-1) ... #14 64.26 Setting up wdiff (1.2.2-2build3) ... #14 64.27 Setting up gcc-11-base:arm64 (11.4.0-1ubuntu1~22.04) ... #14 64.29 Setting up libxau6:arm64 (1:1.0.9-1build5) ... #14 64.30 Setting up libre2-9:arm64 (20220201+dfsg-1) ... #14 64.31 Setting up lto-disabled-list (24) ... #14 64.33 Setting up libpsl5:arm64 (0.21.0-1.2build2) ... #14 64.34 Setting up bsdextrautils (2.37.2-4ubuntu3) ... #14 64.35 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode #14 64.35 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist #14 64.36 Setting up libtext-glob-perl (0.11-2) ... #15 5.988 Running transaction check #15 6.137 Transaction check succeeded. #15 6.137 Running transaction test #15 5.047 bash-completion cmake cmake-data dh-apparmor libjsoncpp25 libpkgconf3 #15 5.047 libproc2-0 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config pkgconf #15 5.047 pkgconf-bin procps #15 5.322 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. #15 5.322 1 not fully installed or removed. #15 5.322 Need to get 10.7 MB of archives. #15 5.322 After this operation, 43.5 MB of additional disk space will be used. #15 5.322 Get:1 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB] #13 69.94 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ... #13 69.95 Setting up libjson-xs-perl (4.030-1+b1) ... #13 69.96 Setting up libhttp-negotiate-perl (6.01-1) ... #13 69.96 Setting up libio-prompter-perl (0.004015-1) ... #13 69.98 Setting up libiterator-util-perl (0.02+ds1-1.1) ... #13 69.99 Setting up libhttp-cookies-perl (6.10-1) ... #13 70.00 Setting up python3-apt (2.2.1) ... #13 70.15 Setting up po-debconf (1.0.21+nmu1) ... #15 4.748 Unpacking bash-completion (1:2.8-6) ... #15 4.864 Selecting previously unselected package cmake-data. #15 4.867 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ... #15 4.872 Unpacking cmake-data (3.13.4-1) ... #14 73.39 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode #14 73.39 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 #14 73.40 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode #14 73.40 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 #14 73.40 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode #14 73.40 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 #14 73.41 Setting up gpgsm (2.2.40-1.1ubuntu1) ... #14 73.43 Setting up libxext6:armhf (2:1.3.4-1build1) ... #14 73.44 Setting up libcurl3-gnutls:armhf (7.88.1-8ubuntu2.4) ... #14 73.46 Setting up binutils (2.40-2ubuntu4.1) ... #14 73.47 Setting up man-db (2.11.2-1) ... #14 67.76 Selecting previously unselected package libgpgme11:arm64. #14 67.76 Preparing to unpack .../194-libgpgme11_1.13.1-7ubuntu2.1_arm64.deb ... #14 67.76 Unpacking libgpgme11:arm64 (1.13.1-7ubuntu2.1) ... #14 67.81 Selecting previously unselected package python3-gpg. #14 67.81 Preparing to unpack .../195-python3-gpg_1.13.1-7ubuntu2.1_arm64.deb ... #14 67.81 Unpacking python3-gpg (1.13.1-7ubuntu2.1) ... #14 67.87 Selecting previously unselected package dput. #14 67.87 Preparing to unpack .../196-dput_1.0.3ubuntu1.1_all.deb ... #14 67.88 Unpacking dput (1.0.3ubuntu1.1) ... #14 67.92 Selecting previously unselected package libcurl3-gnutls:arm64. #14 67.92 Preparing to unpack .../197-libcurl3-gnutls_7.68.0-1ubuntu2.21_arm64.deb ... #14 67.93 Unpacking libcurl3-gnutls:arm64 (7.68.0-1ubuntu2.21) ... #14 67.98 Selecting previously unselected package liberror-perl. #13 69.80 Setting up liblist-someutils-xs-perl (0.58-2+b1) ... #13 69.82 Setting up equivs (2.3.1) ... #13 69.83 Setting up libmoox-aliases-perl (0.001006-1.1) ... #13 69.84 Setting up libparams-validate-perl:arm64 (1.30-1+b1) ... #13 69.86 Setting up libb-hooks-endofscope-perl (0.24-1.1) ... #13 69.87 Setting up libnamespace-clean-perl (0.27-1) ... #13 69.89 Setting up libgetopt-long-descriptive-perl (0.105-1) ... #13 69.90 Setting up libnamespace-autoclean-perl (0.29-1) ... #14 66.86 Setting up distro-info-data (0.58ubuntu0.2) ... #14 66.88 Setting up manpages (6.03-2) ... #14 66.89 Setting up libtirpc-common (1.3.3+ds-1) ... #14 66.91 Setting up unzip (6.0-28ubuntu1) ... #14 66.93 Setting up libcbor0.8:arm64 (0.8.0-2ubuntu1) ... #14 66.94 Setting up libbrotli1:arm64 (1.0.9-2build8) ... #14 66.95 Setting up libsqlite3-0:arm64 (3.42.0-1ubuntu0.1) ... #14 67.00 Setting up libsasl2-modules:arm64 (2.1.28+dfsg1-3) ... #14 67.01 Setting up libfcgi-bin (2.4.2-2build2) ... #14 67.02 Setting up binutils-common:arm64 (2.41-5ubuntu1) ... #14 67.04 Setting up libnghttp2-14:arm64 (1.55.1-1ubuntu0.1) ... #14 67.05 Setting up libmagic1:arm64 (1:5.44-3) ... #22 15.15 Setting up uuid-dev:amd64 (2.38.1-5+b1) ... #22 15.17 Setting up libsepol-dev:amd64 (3.4-2.1) ... #14 65.56 Preparing to unpack .../175-diffstat_1.65-1_arm64.deb ... #14 65.56 Unpacking diffstat (1.65-1) ... #14 65.61 Selecting previously unselected package python3-chardet. #14 65.61 Preparing to unpack .../176-python3-chardet_5.1.0+dfsg-2_all.deb ... #14 65.61 Unpacking python3-chardet (5.1.0+dfsg-2) ... #14 65.66 Selecting previously unselected package zstd. #14 65.66 Preparing to unpack .../177-zstd_1.5.4+dfsg2-4_arm64.deb ... #14 65.66 Unpacking zstd (1.5.4+dfsg2-4) ... #14 65.71 Selecting previously unselected package python3-debian. #14 65.71 Preparing to unpack .../178-python3-debian_0.1.49ubuntu2_all.deb ... #14 65.71 Unpacking python3-debian (0.1.49ubuntu2) ... #14 65.76 Selecting previously unselected package libgpgme11:arm64. #14 65.76 Preparing to unpack .../179-libgpgme11_1.18.0-3ubuntu2_arm64.deb ... #14 65.76 Unpacking libgpgme11:arm64 (1.18.0-3ubuntu2) ... #13 69.43 Updating certificates in /etc/ssl/certs... #14 75.88 Setting up equivs (2.3.1) ... #14 75.90 Setting up libmoox-aliases-perl (0.001006-2) ... #14 75.92 Setting up libb-hooks-endofscope-perl (0.26-1) ... #14 75.93 Setting up python3-nacl (1.5.0-4) ... #14 76.07 Setting up dput (1.1.3ubuntu3) ... #16 6.522 Get:9 http://archive.ubuntu.com/ubuntu mantic/main amd64 libseccomp-dev amd64 2.5.4-1ubuntu3 [91.2 kB] #16 6.523 Get:10 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libsystemd-dev amd64 253.5-1ubuntu6.1 [1143 kB] #16 6.550 Get:11 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpkgconf3 amd64 1.8.1-2 [31.1 kB] #16 6.712 Get:12 http://archive.ubuntu.com/ubuntu mantic/main amd64 pkgconf-bin amd64 1.8.1-2 [20.7 kB] #14 71.28 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #15 10.73 Installing : libsepol-devel-3.5-1.fc38.x86_64 50/93 #15 10.74 Installing : libselinux-utils-3.5-1.fc38.x86_64 51/93 #15 10.76 Installing : policycoreutils-3.5-1.fc38.x86_64 52/93 #15 10.76 Running scriptlet: policycoreutils-3.5-1.fc38.x86_64 52/93 #15 10.77 Installing : selinux-policy-38.31-1.fc38.noarch 53/93 #15 10.78 Running scriptlet: selinux-policy-38.31-1.fc38.noarch 53/93 #15 10.80 Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 54/93 #14 64.38 Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ... #14 64.39 Setting up libyaml-0-2:arm64 (0.2.2-1build2) ... #14 64.40 Setting up distro-info-data (0.52ubuntu0.6) ... #14 64.42 Setting up manpages (5.10-1ubuntu1) ... #14 64.43 Setting up unzip (6.0-26ubuntu3.1) ... #14 64.45 Setting up libcbor0.8:arm64 (0.8.0-2ubuntu1) ... #14 64.46 Setting up libbrotli1:arm64 (1.0.9-2build6) ... #14 64.48 Setting up libsqlite3-0:arm64 (3.37.2-2ubuntu0.3) ... #14 64.49 Setting up libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 64.51 Setting up binutils-common:arm64 (2.38-4ubuntu2.5) ... #14 64.52 Setting up libnghttp2-14:arm64 (1.43.0-1ubuntu0.1) ... #14 64.54 Setting up libmagic1:arm64 (1:5.41-3ubuntu0.1) ... #14 64.56 Setting up libdeflate0:arm64 (1.10-2) ... #14 64.58 Setting up less (590-1ubuntu0.22.04.1) ... #14 64.59 Setting up perl-openssl-defaults:arm64 (5build2) ... #15 5.328 Get:2 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB] #15 5.329 Get:3 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB] #15 5.333 Get:4 http://deb.debian.org/debian bookworm/main arm64 libuv1 arm64 1.44.2-1 [133 kB] #15 5.335 Get:5 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB] #15 5.347 Get:6 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] #15 5.347 Get:7 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] #15 5.357 Get:8 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB] #15 5.405 Get:9 http://deb.debian.org/debian bookworm/main arm64 dh-apparmor all 3.0.8-3 [16.7 kB] #15 5.406 Get:10 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB] #15 5.406 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.19-1~deb12u1 [353 kB] #15 5.408 Get:12 http://deb.debian.org/debian bookworm/main arm64 libpkgconf3 arm64 1.8.1-1 [35.3 kB] #15 5.409 Get:13 http://deb.debian.org/debian bookworm/main arm64 pkgconf-bin arm64 1.8.1-1 [28.9 kB] #15 5.409 Get:14 http://deb.debian.org/debian bookworm/main arm64 pkgconf arm64 1.8.1-1 [25.9 kB] #15 5.409 Get:15 http://deb.debian.org/debian bookworm/main arm64 pkg-config arm64 1.8.1-1 [13.7 kB] #15 5.574 debconf: delaying package configuration, since apt-utils is not installed #15 5.187 Selecting previously unselected package libprocps7:amd64. #13 70.15 Setting up libhtml-tree-perl (5.07-2) ... #13 70.17 Setting up libparams-classify-perl (0.015-1+b3) ... #13 70.18 Setting up libpath-iterator-rule-perl (1.014-1) ... #13 70.19 Setting up libhtml-format-perl (2.12-1.1) ... #13 70.20 Setting up libxml-sax-perl (1.02+dfsg-1) ... #13 70.25 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #13 70.31 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 70.43 #13 70.43 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 73.57 Building database of manual pages ... #14 67.98 Preparing to unpack .../198-liberror-perl_0.17029-1_all.deb ... #14 67.98 Unpacking liberror-perl (0.17029-1) ... #14 68.02 Selecting previously unselected package git-man. #14 68.02 Preparing to unpack .../199-git-man_1%3a2.25.1-1ubuntu3.11_all.deb ... #14 68.02 Unpacking git-man (1:2.25.1-1ubuntu3.11) ... #14 68.12 Selecting previously unselected package git. #14 68.12 Preparing to unpack .../200-git_1%3a2.25.1-1ubuntu3.11_arm64.deb ... #14 68.15 Unpacking git (1:2.25.1-1ubuntu3.11) ... #13 69.92 Setting up libgitlab-api-v4-perl (0.26-1) ... #13 69.94 Setting up libmoox-struct-perl (0.020-1) ... #13 69.95 Setting up lintian (2.104.0) ... #13 69.97 Setting up licensecheck (3.1.1-2) ... #13 69.98 Setting up liblwp-protocol-https-perl (6.10-1) ... #13 70.00 Setting up libwww-perl (6.52-1) ... #13 70.01 Setting up devscripts (2.21.3+deb11u1) ... #13 70.17 Setting up libxml-parser-perl:arm64 (2.46-2) ... #14 67.08 Setting up libdeflate0:arm64 (1.18-1) ... #14 67.09 Setting up less (590-2) ... #14 67.11 Setting up perl-openssl-defaults:arm64 (7) ... #14 67.12 Setting up linux-libc-dev:arm64 (6.5.0-14.14) ... #14 67.13 Setting up libctf-nobfd0:arm64 (2.41-5ubuntu1) ... #14 67.15 Setting up gettext-base (0.21-13) ... #14 67.16 Setting up m4 (1.4.19-3) ... #14 67.17 Setting up liblzo2-2:arm64 (2.10-2build3) ... #14 67.19 Setting up libnpth0:arm64 (1.6-3build2) ... #14 67.20 Setting up krb5-locales (1.20.1-3ubuntu1) ... #14 67.22 Setting up file (1:5.44-3) ... #14 67.23 Setting up libassuan0:arm64 (2.5.6-1) ... #14 67.24 Setting up libgomp1:arm64 (13.2.0-4ubuntu3) ... #14 67.33 Setting up bzip2 (1.0.8-5build1) ... #14 65.80 Selecting previously unselected package python3-gpg. #14 65.80 Preparing to unpack .../180-python3-gpg_1.18.0-3ubuntu2_arm64.deb ... #14 65.81 Unpacking python3-gpg (1.18.0-3ubuntu2) ... #14 65.85 Selecting previously unselected package python3-xdg. #14 65.86 Preparing to unpack .../181-python3-xdg_0.28-2_all.deb ... #14 65.86 Unpacking python3-xdg (0.28-2) ... #14 65.90 Selecting previously unselected package dput. #14 65.90 Preparing to unpack .../182-dput_1.1.3ubuntu2.1_all.deb ... #14 65.91 Unpacking dput (1.1.3ubuntu2.1) ... #14 65.95 Selecting previously unselected package fonts-dejavu-core. #14 65.95 Preparing to unpack .../183-fonts-dejavu-core_2.37-6_all.deb ... #14 65.95 Unpacking fonts-dejavu-core (2.37-6) ... #14 66.01 Selecting previously unselected package fontconfig-config. #13 69.91 0 added, 0 removed; done. #13 69.91 Running hooks in /etc/ca-certificates/update.d... #14 76.18 Setting up libnamespace-clean-perl (0.27-2) ... #14 76.20 Setting up libstring-license-perl (0.0.9-2ubuntu1) ... #14 76.21 Setting up python3-paramiko (2.12.0-2ubuntu1) ... #14 76.41 Setting up licensecheck (3.3.9-1ubuntu1) ... #16 6.865 Get:13 http://archive.ubuntu.com/ubuntu mantic/main amd64 pkgconf amd64 1.8.1-2 [16.8 kB] #16 6.889 Get:14 http://archive.ubuntu.com/ubuntu mantic/main amd64 pkg-config amd64 1.8.1-2 [7170 B] #16 7.050 debconf: delaying package configuration, since apt-utils is not installed #14 71.35 Processing triggers for libc-bin (2.31-0ubuntu9.14) ... #14 71.37 Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ... #14 71.38 Updating certificates in /etc/ssl/certs... #15 11.06 Installing : selinux-policy-targeted-38.31-1.fc38.noarch 54/93 #14 64.61 Setting up linux-libc-dev:arm64 (5.15.0-91.101) ... #14 64.62 Setting up libctf-nobfd0:arm64 (2.38-4ubuntu2.5) ... #14 64.64 Setting up gettext-base (0.21-4ubuntu4) ... #14 64.65 Setting up liblzo2-2:arm64 (2.10-2build3) ... #14 64.66 Setting up libnpth0:arm64 (1.6-3build2) ... #14 64.68 Setting up file (1:5.41-3ubuntu0.1) ... #14 64.69 Setting up libassuan0:arm64 (2.5.5-1build1) ... #14 64.70 Setting up libgomp1:arm64 (12.3.0-1ubuntu1~22.04) ... #14 64.71 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.3) ... #14 64.73 Setting up bzip2 (1.0.8-5build1) ... #14 64.74 Setting up libldap-common (2.5.16+dfsg-0ubuntu0.22.04.1) ... #14 64.79 Setting up libjbig0:arm64 (2.1-3.1ubuntu0.22.04.1) ... #14 64.80 Setting up libfakeroot:arm64 (1.28-1ubuntu1) ... #14 64.82 Setting up libasan6:arm64 (11.4.0-1ubuntu1~22.04) ... #15 5.615 Fetched 10.7 MB in 0s (30.4 MB/s) #15 5.642 Selecting previously unselected package bash-completion. #15 5.642 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29958 files and directories currently installed.) #15 5.658 Preparing to unpack .../00-bash-completion_1%3a2.11-6_all.deb ... #15 5.671 Unpacking bash-completion (1:2.11-6) ... #15 5.794 Selecting previously unselected package libjsoncpp25:arm64. #16 1.164 Reading package lists... #15 5.191 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_amd64.deb ... #15 5.199 Unpacking libprocps7:amd64 (2:3.3.15-2) ... #15 5.242 Selecting previously unselected package procps. #15 5.245 Preparing to unpack .../03-procps_2%3a3.3.15-2_amd64.deb ... #15 5.249 Unpacking procps (2:3.3.15-2) ... #15 5.307 Selecting previously unselected package libarchive13:amd64. #15 5.310 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u3_amd64.deb ... #15 5.314 Unpacking libarchive13:amd64 (3.3.3-4+deb10u3) ... #15 5.373 Selecting previously unselected package libjsoncpp1:amd64. #15 5.376 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_amd64.deb ... #15 5.380 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... #15 5.428 Selecting previously unselected package librhash0:amd64. #15 6.990 Transaction test succeeded. #13 70.45 Setting up python3-chardet (4.0.0-1) ... #13 70.72 Setting up libnet-smtp-ssl-perl (1.04-1) ... #14 73.90 Setting up libgpgme11:armhf (1.18.0-3ubuntu2) ... #14 73.91 Setting up dirmngr (2.2.40-1.1ubuntu1) ... #21 exporting layers 3.5s done #21 writing image sha256:14889a776ef8e7293249dbd7098e1536305d4d0a0dbfd10e69569f9795e446b6 done #21 naming to docker.io/debbuild-ubuntu-lunar/x86_64 done #21 DONE 3.5s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/ubuntu-lunar:/build debbuild-ubuntu-lunar/x86_64 #14 68.56 Selecting previously unselected package libalgorithm-diff-perl. #13 70.18 Setting up libxml-sax-expat-perl (0.51-1) ... #13 70.23 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #13 70.27 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 70.41 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 67.34 Setting up libldap-common (2.6.6+dfsg-1~exp1ubuntu1) ... #14 67.36 Setting up libjbig0:arm64 (2.1-6.1ubuntu1) ... #14 67.37 Setting up libsframe1:arm64 (2.41-5ubuntu1) ... #14 67.38 Setting up libfakeroot:arm64 (1.32.1-1) ... #14 67.41 Setting up libjansson4:arm64 (2.14-2) ... #14 67.42 Setting up libkrb5support0:arm64 (1.20.1-3ubuntu1) ... #14 67.44 Setting up libnumber-compare-perl (0.03-3) ... #14 67.45 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg1-3) ... #14 67.46 Setting up tzdata (2023d-0ubuntu0.23.10) ... #14 67.56 #14 67.56 Current default time zone: 'Etc/UTC' #20 exporting layers 2.1s done #20 writing image sha256:1231c46427fb8a45007437b8a6d2d6fc33b6f979379324611a65b8aacb6312e5 done #20 naming to docker.io/rpmbuild-centos-8/x86_64 done #20 DONE 2.1s docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/centos-8/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/centos-8/SRPMS:/root/rpmbuild/SRPMS rpmbuild-centos-8/x86_64 -ba --define '_gitcommit_cli f18a476' --define '_gitcommit_engine c87e0ad' --define '_release 0' --define '_version 0.0.0~20240120124445.f18a476' --define '_origversion 0.0.0-20240120124445-f18a476' --define '_buildx_rpm_version 0.12.1' --define '_buildx_version v0.12.1' --define '_buildx_gitcommit 30feaa1' --define '_compose_rpm_version 2.24.2' --define '_compose_version v2.24.2' 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 #14 66.01 Preparing to unpack .../184-fontconfig-config_2.14.1-3ubuntu3_arm64.deb ... #14 66.16 Unpacking fontconfig-config (2.14.1-3ubuntu3) ... #14 66.24 Selecting previously unselected package libcurl3-gnutls:arm64. #14 66.24 Preparing to unpack .../185-libcurl3-gnutls_7.88.1-8ubuntu2.4_arm64.deb ... #14 66.24 Unpacking libcurl3-gnutls:arm64 (7.88.1-8ubuntu2.4) ... #14 66.28 Selecting previously unselected package liberror-perl. #15 3.622 Reading package lists... #13 69.92 done. #13 DONE 70.3s #14 71.73 0 added, 0 removed; done. #14 71.73 Running hooks in /etc/ca-certificates/update.d... #14 71.73 done. #22 16.06 Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... #14 64.84 Setting up libnumber-compare-perl (0.03-2) ... #14 64.89 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 64.91 Setting up fakeroot (1.28-1ubuntu1) ... #14 64.92 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.92 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 64.93 Setting up autotools-dev (20220109.1) ... #14 64.94 Setting up libtirpc-dev:arm64 (1.3.2-2ubuntu0.1) ... #14 64.96 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #14 64.97 Setting up libx11-data (2:1.7.5-1ubuntu0.3) ... #14 64.98 Setting up make (4.3-4.1build1) ... #14 65.00 Setting up libmpfr6:arm64 (4.1.0-3build3) ... #14 65.01 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ... #14 65.02 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 65.03 Setting up lzip (1.23-1) ... #14 65.04 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode #14 65.04 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 #14 65.05 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode #14 65.05 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 #14 65.05 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode #14 65.05 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 #14 65.06 Setting up strace (5.16-0ubuntu3) ... #14 65.08 Setting up libsigsegv2:arm64 (2.13-1ubuntu3) ... #14 65.09 Setting up xz-utils (5.2.5-2ubuntu1) ... #14 65.10 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 65.10 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #14 65.10 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #14 65.10 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #14 65.10 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #14 65.10 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #14 65.10 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist #14 65.10 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist #14 65.10 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist #14 65.10 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist #14 65.10 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist #14 65.11 Setting up t1utils (1.41-4build2) ... #14 65.12 Setting up diffstat (1.64-1build2) ... #14 65.14 Setting up libpng16-16:arm64 (1.6.37-3build5) ... #16 7.090 Fetched 15.5 MB in 2s (7718 kB/s) #16 7.141 Selecting previously unselected package bash-completion. #16 7.141 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 27555 files and directories currently installed.) #16 7.156 Preparing to unpack .../00-bash-completion_1%3a2.11-7_all.deb ... #16 7.171 Unpacking bash-completion (1:2.11-7) ... #16 7.294 Selecting previously unselected package libarchive13:amd64. #14 76.42 Setting up libgitlab-api-v4-perl (0.27-1) ... #14 76.43 Setting up liblwp-protocol-https-perl (6.11-1) ... #14 76.45 Setting up libwww-perl (6.72-1) ... #14 76.47 Setting up libhtml-tokeparser-simple-perl (3.16-4) ... #14 76.48 Setting up libwww-mechanize-perl (2.17-1ubuntu1) ... #14 76.50 Setting up devscripts (2.23.6) ... #14 76.67 Setting up libxml-parser-perl (2.46-4) ... #15 5.798 Preparing to unpack .../01-libjsoncpp25_1.9.5-4_arm64.deb ... #15 5.804 Unpacking libjsoncpp25:arm64 (1.9.5-4) ... #15 5.844 Selecting previously unselected package librhash0:arm64. #15 5.847 Preparing to unpack .../02-librhash0_1.4.3-3_arm64.deb ... #15 5.851 Unpacking librhash0:arm64 (1.4.3-3) ... #15 5.894 Selecting previously unselected package libuv1:arm64. #15 5.897 Preparing to unpack .../03-libuv1_1.44.2-1_arm64.deb ... #15 5.900 Unpacking libuv1:arm64 (1.44.2-1) ... #15 5.947 Selecting previously unselected package cmake-data. #15 5.950 Preparing to unpack .../04-cmake-data_3.25.1-1_all.deb ... #15 5.959 Unpacking cmake-data (3.25.1-1) ... #15 5.431 Preparing to unpack .../06-librhash0_1.3.8-1_amd64.deb ... #15 5.434 Unpacking librhash0:amd64 (1.3.8-1) ... #15 5.476 Selecting previously unselected package libuv1:amd64. #15 5.479 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_amd64.deb ... #15 5.483 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ... #15 5.519 Selecting previously unselected package cmake. #15 5.522 Preparing to unpack .../08-cmake_3.13.4-1_amd64.deb ... #15 5.527 Unpacking cmake (3.13.4-1) ... #16 0.759 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease #16 0.820 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease #16 0.893 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease #16 0.967 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease #15 6.991 Running transaction #13 70.73 Setting up libmodule-runtime-perl (0.016-1) ... #13 70.74 Setting up libmailtools-perl (2.21-1) ... #13 70.75 Setting up python3-debian (0.1.39) ... #13 70.89 Setting up python3-requests (2.25.1+dfsg-2) ... #14 74.06 Setting up perl (5.36.0-7ubuntu0.23.04.2) ... #14 74.08 Setting up libpackage-stash-xs-perl:armhf (0.30-1build1) ... #14 74.09 Setting up libclass-data-inheritable-perl (0.08-3) ... #14 74.11 Setting up libxs-parse-keyword-perl (0.33-1) ... #14 74.12 Setting up libtirpc-dev:armhf (1.3.3+ds-1) ... #14 74.15 Setting up libdata-dump-perl (1.25-1) ... #14 74.16 Setting up gcc-12 (12.3.0-1ubuntu1~23.04) ... #14 74.17 Setting up libfile-find-rule-perl (0.34-3) ... #14 74.18 Setting up libref-util-perl (0.204-2) ... #14 74.20 Setting up libipc-system-simple-perl (1.30-2) ... #14 74.21 Setting up libnet-domain-tld-perl (1.75-3) ... #14 74.22 Setting up libperlio-utf8-strict-perl (0.010-1) ... #14 74.23 Setting up libsocket6-perl (0.29-3) ... #14 74.24 Setting up libgd3:armhf (2.3.3-7ubuntu2) ... #14 74.26 Setting up libvariable-magic-perl (0.63-1) ... #14 74.27 Setting up libio-html-perl (1.004-3) ... #14 74.28 Setting up libpod-parser-perl (1.65-1) ... #14 74.30 Setting up libb-hooks-op-check-perl:armhf (0.22-2build1) ... #14 74.31 Setting up libparams-util-perl (1.102-2) ... #14 74.32 Setting up libdpkg-perl (1.21.21ubuntu1) ... #14 74.34 Setting up libtime-duration-perl (1.21-2) ... #14 68.57 Preparing to unpack .../201-libalgorithm-diff-perl_1.19.03-2_all.deb ... #14 68.57 Unpacking libalgorithm-diff-perl (1.19.03-2) ... #14 68.61 Selecting previously unselected package libalgorithm-diff-xs-perl. #14 68.61 Preparing to unpack .../202-libalgorithm-diff-xs-perl_0.04-6_arm64.deb ... #14 68.62 Unpacking libalgorithm-diff-xs-perl (0.04-6) ... #14 68.65 Selecting previously unselected package libalgorithm-merge-perl. #14 68.65 Preparing to unpack .../203-libalgorithm-merge-perl_0.08-3_all.deb ... #14 68.69 Unpacking libalgorithm-merge-perl (0.08-3) ... #14 68.72 Selecting previously unselected package libapt-pkg-perl. #14 68.72 Preparing to unpack .../204-libapt-pkg-perl_0.1.36build3_arm64.deb ... #14 68.72 Unpacking libapt-pkg-perl (0.1.36build3) ... #14 68.76 Selecting previously unselected package libarchive-cpio-perl. #14 68.76 Preparing to unpack .../205-libarchive-cpio-perl_0.10-1_all.deb ... #14 68.76 Unpacking libarchive-cpio-perl (0.10-1) ... #14 68.79 Selecting previously unselected package libarray-intspan-perl. #13 70.44 Setting up libsoap-lite-perl (1.27-1) ... #13 70.45 Setting up libxmlrpc-lite-perl (0.717-4) ... #13 70.47 Processing triggers for libc-bin (2.31-13+deb11u7) ... #13 70.51 Processing triggers for ca-certificates (20210119) ... #13 70.52 Updating certificates in /etc/ssl/certs... + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #14 67.57 Local time is now: Mon Jan 22 21:41:31 UTC 2024. #14 67.57 Universal Time is now: Mon Jan 22 21:41:31 UTC 2024. #14 67.57 Run 'dpkg-reconfigure tzdata' if you wish to change it. #14 67.57 #14 67.59 Setting up fakeroot (1.32.1-1) ... #14 67.60 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 67.60 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 67.60 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 67.60 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 67.60 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 67.60 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 67.60 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 67.60 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 67.60 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 67.61 Setting up perl-modules-5.36 (5.36.0-9ubuntu1.1) ... #14 67.62 Setting up autotools-dev (20220109.1) ... #14 67.63 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #14 67.65 Setting up libx11-data (2:1.8.6-1ubuntu1) ... #14 67.66 Setting up make (4.3-4.1build1) ... #14 67.67 Setting up libmpfr6:arm64 (4.2.1-1) ... #14 67.69 Setting up gnupg-l10n (2.2.40-1.1ubuntu1) ... #14 67.70 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 67.71 Setting up lzip (1.23-6) ... #14 67.72 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode #14 67.72 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 #14 67.73 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode #14 67.73 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 #14 67.73 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode #14 67.73 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 #14 67.75 Setting up strace (6.5-0.0ubuntu1) ... #14 67.76 Setting up xz-utils (5.4.1-0.2) ... #14 67.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 67.77 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #14 67.77 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #14 67.77 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #14 67.77 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #14 67.77 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #14 67.77 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist #14 67.77 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist #14 67.77 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist #14 67.77 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist #14 67.77 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist #14 67.78 Setting up t1utils (1.41-4build2) ... Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.iqt02G + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xof - #14 66.28 Preparing to unpack .../186-liberror-perl_0.17029-2_all.deb ... #14 66.28 Unpacking liberror-perl (0.17029-2) ... #14 66.31 Selecting previously unselected package git-man. #14 66.31 Preparing to unpack .../187-git-man_1%3a2.39.2-1ubuntu1.1_all.deb ... #14 66.32 Unpacking git-man (1:2.39.2-1ubuntu1.1) ... #14 66.37 Selecting previously unselected package git. #14 66.37 Preparing to unpack .../188-git_1%3a2.39.2-1ubuntu1.1_arm64.deb ... #14 66.38 Unpacking git (1:2.39.2-1ubuntu1.1) ... #14 66.53 Selecting previously unselected package libalgorithm-diff-perl. #15 4.493 Building dependency tree... #15 4.681 Reading state information... #14 [stage-1 3/8] COPY --link common /root/build-deb/debian #14 DONE 0.0s #15 [stage-1 4/8] RUN apt-get update && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control #14 65.15 Setting up libmpc3:arm64 (1.2.1-2build1) ... #14 65.16 Setting up libatomic1:arm64 (12.3.0-1ubuntu1~22.04) ... #14 65.17 Setting up patch (2.7.6-7build2) ... #14 65.19 Setting up autopoint (0.21-4ubuntu4) ... #14 65.20 Setting up fonts-dejavu-core (2.37-2build1) ... #14 65.26 Setting up ucf (3.0043) ... #14 65.37 Setting up libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ... #15 6.352 Selecting previously unselected package libproc2-0:arm64. #14 76.72 Setting up lintian (2.116.3ubuntu3.1) ... #14 76.77 Setting up libxml-sax-expat-perl (0.51-2) ... #14 76.85 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #14 76.90 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #16 7.297 Preparing to unpack .../01-libarchive13_3.6.2-1ubuntu1_amd64.deb ... #16 7.310 Unpacking libarchive13:amd64 (3.6.2-1ubuntu1) ... #16 7.367 Selecting previously unselected package libjsoncpp25:amd64. #16 7.370 Preparing to unpack .../02-libjsoncpp25_1.9.5-6_amd64.deb ... #16 7.373 Unpacking libjsoncpp25:amd64 (1.9.5-6) ... #16 7.430 Selecting previously unselected package librhash0:amd64. #16 7.433 Preparing to unpack .../03-librhash0_1.4.3-3_amd64.deb ... #16 7.440 Unpacking librhash0:amd64 (1.4.3-3) ... #16 7.481 Selecting previously unselected package libuv1:amd64. #16 7.484 Preparing to unpack .../04-libuv1_1.44.2-1_amd64.deb ... #16 7.487 Unpacking libuv1:amd64 (1.44.2-1) ... #16 7.527 Selecting previously unselected package cmake-data. #16 7.529 Preparing to unpack .../05-cmake-data_3.27.4-1_all.deb ... #16 7.539 Unpacking cmake-data (3.27.4-1) ... #15 5.862 Selecting previously unselected package dh-apparmor. #15 5.865 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ... #15 5.869 Unpacking dh-apparmor (2.13.2-10) ... #15 5.905 Selecting previously unselected package libseccomp-dev:amd64. #15 5.908 Preparing to unpack .../10-libseccomp-dev_2.3.3-4_amd64.deb ... #15 5.912 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... #15 5.946 Selecting previously unselected package libsystemd-dev:amd64. #15 5.949 Preparing to unpack .../11-libsystemd-dev_241-7~deb10u10_amd64.deb ... #15 5.952 Unpacking libsystemd-dev:amd64 (241-7~deb10u10) ... #15 6.043 Selecting previously unselected package pkg-config. #22 16.42 Setting up libpcre2-posix3:amd64 (10.42-1) ... #13 71.03 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... #13 71.08 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #13 71.14 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #16 2.652 dh_testdir #16 2.672 dh_testroot #16 2.691 dh_prep #16 2.714 dh_testdir #16 2.733 dh_testroot #14 74.35 Setting up autoconf (2.71-3) ... #14 74.36 Setting up libsub-exporter-progressive-perl (0.001013-3) ... #14 74.45 Setting up libarray-intspan-perl (2.004-2) ... #14 74.46 Setting up libcapture-tiny-perl (0.48-2) ... #14 74.48 Setting up libtimedate-perl (2.3300-2) ... #14 74.49 Setting up gpg-wks-server (2.2.40-1.1ubuntu1) ... #14 74.51 Setting up libsub-name-perl:armhf (0.26-2build1) ... #14 74.53 Setting up libtype-tiny-xs-perl:armhf (0.025-1) ... #14 74.54 Setting up libsyntax-keyword-try-perl (0.28-1) ... #14 74.55 Setting up libdata-validate-domain-perl (0.10-1.1) ... #14 74.56 Setting up libproc-processtable-perl:armhf (0.634-1build2) ... #14 74.58 Setting up libfile-chdir-perl (0.1008-1.1) ... #14 74.59 Setting up xauth (1:1.1.2-1) ... #14 74.60 Setting up libpath-tiny-perl (0.144-1) ... #14 74.61 Setting up libarchive-cpio-perl (0.10-3) ... #14 74.62 Setting up libjson-perl (4.10000-1) ... #14 74.64 Setting up libnsl2:armhf (1.3.0-2build2) ... #14 74.65 Setting up libipc-run3-perl (0.048-3) ... #14 68.80 Preparing to unpack .../206-libarray-intspan-perl_2.003-1_all.deb ... #14 68.80 Unpacking libarray-intspan-perl (2.003-1) ... #14 68.84 Selecting previously unselected package libasync-mergepoint-perl. #14 68.84 Preparing to unpack .../207-libasync-mergepoint-perl_0.04-2_all.deb ... #14 68.84 Unpacking libasync-mergepoint-perl (0.04-2) ... #14 68.87 Selecting previously unselected package libmodule-implementation-perl. #14 68.88 Preparing to unpack .../208-libmodule-implementation-perl_0.09-1_all.deb ... #14 68.88 Unpacking libmodule-implementation-perl (0.09-1) ... #14 68.92 Selecting previously unselected package libsub-exporter-progressive-perl. #14 68.92 Preparing to unpack .../209-libsub-exporter-progressive-perl_0.001013-1_all.deb ... #14 68.92 Unpacking libsub-exporter-progressive-perl (0.001013-1) ... #14 68.99 Selecting previously unselected package libvariable-magic-perl. #14 68.99 Preparing to unpack .../210-libvariable-magic-perl_0.62-1build2_arm64.deb ... #14 69.00 Unpacking libvariable-magic-perl (0.62-1build2) ... #14 69.04 Selecting previously unselected package libb-hooks-endofscope-perl. #14 69.04 Preparing to unpack .../211-libb-hooks-endofscope-perl_0.24-1_all.deb ... #14 69.04 Unpacking libb-hooks-endofscope-perl (0.24-1) ... #14 69.09 Selecting previously unselected package libcapture-tiny-perl. #14 69.09 Preparing to unpack .../212-libcapture-tiny-perl_0.48-1_all.deb ... #14 69.10 Unpacking libcapture-tiny-perl (0.48-1) ... #14 69.14 Selecting previously unselected package libclass-xsaccessor-perl. #13 70.94 0 added, 0 removed; done. #13 70.94 Running hooks in /etc/ca-certificates/update.d... #14 67.79 Setting up diffstat (1.65-1) ... #14 67.81 Setting up libpng16-16:arm64 (1.6.40-1) ... #14 67.82 Setting up libmpc3:arm64 (1.3.1-1) ... #14 67.84 Setting up libatomic1:arm64 (13.2.0-4ubuntu3) ... #14 67.85 Setting up patch (2.7.6-7build2) ... #14 67.86 Setting up autopoint (0.21-13) ... #14 67.88 Setting up ucf (3.0043+nmu1) ... #14 67.98 Setting up libk5crypto3:arm64 (1.20.1-3ubuntu1) ... #14 68.00 Setting up libjpeg-turbo8:arm64 (2.1.5-2ubuntu1) ... #14 68.01 Setting up libltdl7:arm64 (2.4.7-7) ... #14 68.03 Setting up libsasl2-2:arm64 (2.1.28+dfsg1-3) ... #14 68.04 Setting up libwebp7:arm64 (1.2.4-0.3) ... #14 68.05 Setting up libubsan1:arm64 (13.2.0-4ubuntu3) ... #14 68.07 Setting up python-apt-common (2.6.0ubuntu1) ... #14 68.09 Setting up libhwasan0:arm64 (13.2.0-4ubuntu3) ... #14 66.53 Preparing to unpack .../189-libalgorithm-diff-perl_1.201-1_all.deb ... #14 66.53 Unpacking libalgorithm-diff-perl (1.201-1) ... #14 66.57 Selecting previously unselected package libalgorithm-diff-xs-perl:arm64. #14 66.57 Preparing to unpack .../190-libalgorithm-diff-xs-perl_0.04-8_arm64.deb ... #14 66.57 Unpacking libalgorithm-diff-xs-perl:arm64 (0.04-8) ... #14 66.61 Selecting previously unselected package libalgorithm-merge-perl. #14 66.61 Preparing to unpack .../191-libalgorithm-merge-perl_0.08-5_all.deb ... #14 66.61 Unpacking libalgorithm-merge-perl (0.08-5) ... #14 66.65 Selecting previously unselected package libaliased-perl. #14 66.65 Preparing to unpack .../192-libaliased-perl_0.34-3_all.deb ... #14 66.65 Unpacking libaliased-perl (0.34-3) ... #14 66.68 Selecting previously unselected package libapt-pkg-perl. #14 66.68 Preparing to unpack .../193-libapt-pkg-perl_0.1.40build3_arm64.deb ... #14 66.69 Unpacking libapt-pkg-perl (0.1.40build3) ... #14 66.72 Selecting previously unselected package libarchive-cpio-perl. #14 66.72 Preparing to unpack .../194-libarchive-cpio-perl_0.10-3_all.deb ... #14 66.73 Unpacking libarchive-cpio-perl (0.10-3) ... #14 66.78 Selecting previously unselected package libarray-intspan-perl. #14 66.78 Preparing to unpack .../195-libarray-intspan-perl_2.004-2_all.deb ... #14 66.78 Unpacking libarray-intspan-perl (2.004-2) ... #14 66.81 Selecting previously unselected package libmodule-implementation-perl. #14 66.82 Preparing to unpack .../196-libmodule-implementation-perl_0.09-2_all.deb ... #14 66.82 Unpacking libmodule-implementation-perl (0.09-2) ... #14 66.85 Selecting previously unselected package libsub-exporter-progressive-perl. #14 66.85 Preparing to unpack .../197-libsub-exporter-progressive-perl_0.001013-3_all.deb ... #14 66.86 Unpacking libsub-exporter-progressive-perl (0.001013-3) ... #14 66.89 Selecting previously unselected package libvariable-magic-perl. #15 4.688 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #15 4.944 Starting 2 pkgProblemResolver with broken count: 0 #15 4.947 Done #14 65.38 Setting up libltdl7:arm64 (2.4.6-15build2) ... #14 65.39 Setting up libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.2) ... #14 65.41 Setting up libssh-4:arm64 (0.9.6-2ubuntu0.22.04.3) ... #14 65.42 Setting up libwebp7:arm64 (1.2.2-2ubuntu0.22.04.2) ... #14 65.43 Setting up libubsan1:arm64 (12.3.0-1ubuntu1~22.04) ... #14 65.45 Setting up libmd0:arm64 (1.0.4-1build1) ... #14 65.46 Setting up python-apt-common (2.4.0ubuntu2) ... #14 65.47 Setting up libnsl-dev:arm64 (1.3.0-2build2) ... #14 65.48 Setting up libhwasan0:arm64 (12.3.0-1ubuntu1~22.04) ... #14 65.50 Setting up libcrypt-dev:arm64 (1:4.4.27-1) ... #14 65.51 Setting up libuchardet0:arm64 (0.0.7-1build2) ... #14 65.52 Setting up lzop (1.04-2build2) ... #14 65.54 Setting up libmpdec3:arm64 (2.5.1-2build2) ... #14 65.57 Setting up git-man (1:2.34.1-1ubuntu1.10) ... #14 65.58 Setting up netbase (6.3) ... #14 65.62 Setting up libbinutils:arm64 (2.38-4ubuntu2.5) ... #14 65.63 Setting up libfido2-1:arm64 (1.10.0-1) ... #14 65.65 Setting up libisl23:arm64 (0.24-2build1) ... #14 65.66 Setting up libc-dev-bin (2.35-0ubuntu3.6) ... #14 65.68 Setting up openssl (3.0.2-0ubuntu1.12) ... #15 6.356 Preparing to unpack .../05-libproc2-0_2%3a4.0.2-3_arm64.deb ... #15 6.360 Unpacking libproc2-0:arm64 (2:4.0.2-3) ... #15 6.400 Selecting previously unselected package procps. #15 6.403 Preparing to unpack .../06-procps_2%3a4.0.2-3_arm64.deb ... #15 6.416 Unpacking procps (2:4.0.2-3) ... #15 6.498 Selecting previously unselected package cmake. #14 77.05 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 77.09 Processing triggers for libc-bin (2.38-1ubuntu6) ... #14 77.12 Processing triggers for ca-certificates (20230311ubuntu1) ... #14 77.13 Updating certificates in /etc/ssl/certs... #15 6.046 Preparing to unpack .../12-pkg-config_0.29-6_amd64.deb ... #15 6.050 Unpacking pkg-config (0.29-6) ... #15 6.096 Setting up libseccomp-dev:amd64 (2.3.3-4) ... #15 6.116 Setting up libarchive13:amd64 (3.3.3-4+deb10u3) ... #15 6.127 Setting up libprocps7:amd64 (2:3.3.15-2) ... #15 6.138 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ... #15 6.149 Setting up bash-completion (1:2.8-6) ... #16 2.752 dh_install #16 2.780 dh_installdocs #16 2.821 dh_installchangelogs #16 2.900 dh_compress #16 2.938 dh_fixperms #16 2.982 dh_installdeb #16 3.011 dh_gencontrol #14 74.67 Setting up libregexp-wildcards-perl (1.05-3) ... #14 74.68 Setting up libfcgi-perl (0.82+ds-2) ... #14 74.69 Setting up libsub-override-perl (0.09-4) ... #14 74.70 Setting up libaliased-perl (0.34-3) ... #14 74.71 Setting up libstrictures-perl (2.000006-1) ... #14 74.73 Setting up libsub-quote-perl (2.006008-1ubuntu1) ... #14 74.74 Setting up libdevel-stacktrace-perl (2.0400-2) ... #14 74.75 Setting up libclass-xsaccessor-perl (1.19-4build1) ... #14 74.76 Setting up libsort-versions-perl (1.62-3) ... #14 74.77 Setting up libexporter-tiny-perl (1.006000-1) ... #14 74.79 Setting up libre-engine-re2-perl:armhf (0.17+ds-1) ... #14 74.80 Setting up libfile-dirlist-perl (0.05-3) ... #14 74.81 Setting up libterm-readkey-perl (2.38-2build1) ... #14 74.82 Setting up libtext-levenshteinxs-perl (0.03-5build1) ... #14 74.84 Setting up libperlio-gzip-perl (0.20-1build1) ... #14 74.85 Setting up libsys-hostname-long-perl (1.5-3) ... #14 74.86 Setting up libhtml-html5-entities-perl (0.004-3) ... #13 71.21 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 71.33 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 71.36 Setting up dh-strip-nondeterminism (1.12.0-1) ... #13 71.37 Setting up libconst-fast-perl (0.014-1.1) ... #13 71.38 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ... #13 71.39 Setting up libdata-dpath-perl (0.58-1) ... #13 71.40 Setting up libmodule-implementation-perl (0.09-1.1) ... #13 71.41 Setting up libpackage-stash-perl (0.39-1) ... #13 71.47 Setting up libimport-into-perl (1.002005-1) ... #20 exporting layers 5.2s done #20 writing image sha256:ae63eec98573466b669637e600b7c589a09c5637b5349c9cf40cbfd5752ff275 done #20 naming to docker.io/debbuild-raspbian-bookworm/aarch64 done #20 DONE 5.2s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/raspbian-bookworm:/build debbuild-raspbian-bookworm/aarch64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #14 69.14 Preparing to unpack .../213-libclass-xsaccessor-perl_1.19-3build3_arm64.deb ... #14 69.15 Unpacking libclass-xsaccessor-perl (1.19-3build3) ... #14 69.19 Selecting previously unselected package libclone-perl. #14 69.19 Preparing to unpack .../214-libclone-perl_0.43-2_arm64.deb ... #14 69.19 Unpacking libclone-perl (0.43-2) ... #14 69.23 Selecting previously unselected package libcommon-sense-perl. #14 69.23 Preparing to unpack .../215-libcommon-sense-perl_3.74-2build6_arm64.deb ... #14 69.24 Unpacking libcommon-sense-perl (3.74-2build6) ... #14 69.27 Selecting previously unselected package libparams-util-perl. #14 69.27 Preparing to unpack .../216-libparams-util-perl_1.07-3build5_arm64.deb ... #14 69.28 Unpacking libparams-util-perl (1.07-3build5) ... #14 69.32 Selecting previously unselected package libsub-install-perl. #14 69.32 Preparing to unpack .../217-libsub-install-perl_0.928-1_all.deb ... #14 69.33 Unpacking libsub-install-perl (0.928-1) ... #14 69.37 Selecting previously unselected package libdata-optlist-perl. #13 70.94 done. #14 68.12 Setting up libcrypt-dev:arm64 (1:4.4.36-2) ... #14 68.13 Setting up libasan8:arm64 (13.2.0-4ubuntu3) ... #14 68.15 Setting up libuchardet0:arm64 (0.0.7-1build2) ... #14 68.16 Setting up lzop (1.04-2build2) ... #14 68.18 Setting up git-man (1:2.40.1-1ubuntu1) ... #14 68.19 Setting up netbase (6.4) ... #14 68.23 Setting up libkrb5-3:arm64 (1.20.1-3ubuntu1) ... #14 68.24 Setting up libtsan2:arm64 (13.2.0-4ubuntu3) ... #14 68.25 Setting up libbinutils:arm64 (2.41-5ubuntu1) ... #14 68.26 Setting up lsb-release (12.0-2) ... #14 68.28 Setting up libfido2-1:arm64 (1.13.0-1) ... #14 68.29 Setting up libisl23:arm64 (0.26-3) ... #14 68.36 Setting up libc-dev-bin (2.38-1ubuntu6) ... + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz #14 66.89 Preparing to unpack .../198-libvariable-magic-perl_0.63-1_arm64.deb ... #14 66.89 Unpacking libvariable-magic-perl (0.63-1) ... #14 66.92 Selecting previously unselected package libb-hooks-endofscope-perl. #14 66.93 Preparing to unpack .../199-libb-hooks-endofscope-perl_0.26-1_all.deb ... #14 66.93 Unpacking libb-hooks-endofscope-perl (0.26-1) ... #14 66.96 Selecting previously unselected package libberkeleydb-perl:arm64. #14 66.96 Preparing to unpack .../200-libberkeleydb-perl_0.64-2_arm64.deb ... #14 66.97 Unpacking libberkeleydb-perl:arm64 (0.64-2) ... #14 67.01 Selecting previously unselected package libfreetype6:arm64. #14 67.01 Preparing to unpack .../201-libfreetype6_2.12.1+dfsg-4ubuntu0.1_arm64.deb ... #14 67.04 Unpacking libfreetype6:arm64 (2.12.1+dfsg-4ubuntu0.1) ... #14 67.08 Selecting previously unselected package libfontconfig1:arm64. #14 67.08 Preparing to unpack .../202-libfontconfig1_2.14.1-3ubuntu3_arm64.deb ... #14 67.09 Unpacking libfontconfig1:arm64 (2.14.1-3ubuntu3) ... #14 67.12 Selecting previously unselected package libjpeg-turbo8:arm64. #15 5.142 Done #15 5.346 Starting pkgProblemResolver with broken count: 0 + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xof - #14 65.70 Setting up libbsd0:arm64 (0.11.5-1) ... #14 65.71 Setting up libelf1:arm64 (0.186-1build1) ... #14 65.73 Setting up readline-common (8.1.2-1) ... #14 65.75 Setting up publicsuffix (20211207.1025-1) ... #14 65.76 Setting up zstd (1.4.8+dfsg-3build1) ... #14 65.78 Setting up libmarkdown2:arm64 (2.2.7-2) ... #14 65.79 Setting up libcc1-0:arm64 (12.3.0-1ubuntu1~22.04) ... #14 65.81 Setting up iso-codes (4.9.0-1) ... #14 65.83 Setting up liblocale-gettext-perl (1.07-4build3) ... #14 65.84 Setting up liblsan0:arm64 (12.3.0-1ubuntu1~22.04) ... #14 65.85 Setting up dctrl-tools (2.24-3build2) ... #14 65.87 Setting up libitm1:arm64 (12.3.0-1ubuntu1~22.04) ... #14 65.89 Setting up libgdbm6:arm64 (1.23-1) ... #14 65.90 Setting up libicu70:arm64 (70.1-2) ... #15 6.501 Preparing to unpack .../07-cmake_3.25.1-1_arm64.deb ... #15 6.504 Unpacking cmake (3.25.1-1) ... #15 0.669 Hit:1 http://deb.debian.org/debian buster InRelease #15 0.669 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease #15 0.669 Hit:3 http://deb.debian.org/debian buster-updates InRelease #21 exporting layers 3.0s done #21 writing image sha256:4994721168b570e9b0a077b157e2dc709c7f1d141ab94fa8972c8b6593be5d75 done #21 naming to docker.io/debbuild-ubuntu-jammy/x86_64 done #21 DONE 3.0s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/ubuntu-jammy:/build debbuild-ubuntu-jammy/x86_64 #16 7.915 Selecting previously unselected package cmake. #16 7.919 Preparing to unpack .../06-cmake_3.27.4-1_amd64.deb ... #16 7.923 Unpacking cmake (3.27.4-1) ... #16 8.107 Selecting previously unselected package dh-apparmor. #15 7.853 Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 1/1 #15 8.008 Preparing : 1/1 #15 8.073 Upgrading : systemd-libs-253.14-1.fc38.aarch64 1/95 #15 8.085 Installing : perl-File-Find-1.40-498.fc38.noarch 2/95 #15 8.092 Installing : cmake-rpm-macros-3.27.7-1.fc38.noarch 3/95 #15 8.102 Installing : cmake-filesystem-3.27.7-1.fc38.aarch64 4/95 #16 3.130 dh_md5sums #16 3.161 dh_builddeb #16 3.182 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #16 3.203 #16 3.203 The package has been created. #16 3.203 Attention, the package has been created in the current directory, #16 3.203 not in ".." as indicated by the message above! #16 3.228 Selecting previously unselected package docker-ce-build-deps. #16 3.242 (Reading database ... 26057 files and directories currently installed.) #16 3.243 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #16 3.247 Unpacking docker-ce-build-deps (1.0) ... #14 74.94 Setting up libsereal-decoder-perl (5.003+ds-1) ... #14 74.95 Setting up liburi-perl (5.17-1ubuntu1) ... #14 74.96 Setting up libnet-ipv6addr-perl (1.02-1) ... #14 74.97 Setting up libfile-touch-perl (0.12-2) ... #14 74.98 Setting up libc-devtools (2.37-0ubuntu2.2) ... #14 75.00 Setting up libemail-address-xs-perl (1.05-1build1) ... #14 75.01 Setting up libnet-ssleay-perl:armhf (1.92-2build2) ... #14 75.02 Setting up automake (1:1.16.5-1.3) ... #14 75.04 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #14 75.04 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #14 75.04 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #14 75.05 Setting up libapt-pkg-perl (0.1.40build3) ... #14 75.06 Setting up libstring-escape-perl (2010.002-3) ... #14 75.08 Setting up libberkeleydb-perl:armhf (0.64-2) ... #14 75.09 Setting up libhttp-date-perl (6.05-2) ... #14 75.11 Setting up libfile-which-perl (1.27-2) ... #14 75.12 Setting up libfile-basedir-perl (0.09-2) ... #14 75.14 Setting up libunicode-utf8-perl (0.62-2) ... #14 75.16 Setting up libset-intspan-perl (1.19-3) ... #14 75.17 Setting up libmouse-perl (2.5.10-1build5) ... #14 75.18 Setting up libfile-listing-perl (6.15-1) ... #14 69.37 Preparing to unpack .../218-libdata-optlist-perl_0.110-1_all.deb ... #14 69.38 Unpacking libdata-optlist-perl (0.110-1) ... #14 69.41 Selecting previously unselected package libsub-exporter-perl. #14 69.41 Preparing to unpack .../219-libsub-exporter-perl_0.987-1_all.deb ... #14 69.42 Unpacking libsub-exporter-perl (0.987-1) ... #14 69.46 Selecting previously unselected package libconst-fast-perl. #14 69.46 Preparing to unpack .../220-libconst-fast-perl_0.014-1_all.deb ... #14 69.47 Unpacking libconst-fast-perl (0.014-1) ... #14 69.50 Selecting previously unselected package libwant-perl. #14 69.50 Preparing to unpack .../221-libwant-perl_0.29-1build4_arm64.deb ... #14 69.51 Unpacking libwant-perl (0.29-1build4) ... #14 69.54 Selecting previously unselected package libcontextual-return-perl. #14 69.54 Preparing to unpack .../222-libcontextual-return-perl_0.004014-2_all.deb ... #14 69.54 Unpacking libcontextual-return-perl (0.004014-2) ... #14 69.58 Selecting previously unselected package libcpanel-json-xs-perl. #13 71.53 Setting up libmoo-perl (2.004004-1) ... #13 71.59 Setting up liblist-someutils-perl (0.58-1) ... #13 71.62 Setting up debhelper (13.3.4) ... #13 71.67 Setting up libmime-tools-perl (5.509-1) ... #13 71.72 Setting up dput (1.1.0) ... #14 68.37 Setting up openssl (3.0.10-1ubuntu2.1) ... #14 68.39 Setting up libbsd0:arm64 (0.11.7-4) ... #14 68.40 Setting up libelf1:arm64 (0.189-4) ... #14 68.42 Setting up readline-common (8.2-1.3) ... #14 68.43 Setting up publicsuffix (20230209.2326-1) ... #14 68.45 Setting up libxml2:arm64 (2.9.14+dfsg-1.3) ... #14 68.50 Setting up fonts-noto-core (20201225-2) ... #14 68.52 Setting up zstd (1.5.5+dfsg2-1ubuntu2) ... #14 68.53 Setting up libmarkdown2:arm64 (2.2.7-2) ... #14 68.55 Setting up libcc1-0:arm64 (13.2.0-4ubuntu3) ... #14 68.57 Setting up libldap2:arm64 (2.6.6+dfsg-1~exp1ubuntu1) ... #14 68.58 Setting up iso-codes (4.15.0-1) ... #14 68.59 Setting up liblocale-gettext-perl (1.07-6) ... #14 68.61 Setting up liblsan0:arm64 (13.2.0-4ubuntu3) ... + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #14 67.13 Preparing to unpack .../203-libjpeg-turbo8_2.1.5-2ubuntu1_arm64.deb ... #14 67.13 Unpacking libjpeg-turbo8:arm64 (2.1.5-2ubuntu1) ... #14 67.17 Selecting previously unselected package libjpeg8:arm64. #14 67.17 Preparing to unpack .../204-libjpeg8_8c-2ubuntu11_arm64.deb ... #14 67.17 Unpacking libjpeg8:arm64 (8c-2ubuntu11) ... #14 67.21 Selecting previously unselected package libdeflate0:arm64. #14 67.21 Preparing to unpack .../205-libdeflate0_1.15-1_arm64.deb ... #14 67.22 Unpacking libdeflate0:arm64 (1.15-1) ... #14 67.26 Selecting previously unselected package libjbig0:arm64. #14 67.26 Preparing to unpack .../206-libjbig0_2.1-6ubuntu1_arm64.deb ... #14 67.26 Unpacking libjbig0:arm64 (2.1-6ubuntu1) ... #14 67.30 Selecting previously unselected package liblerc4:arm64. #14 67.30 Preparing to unpack .../207-liblerc4_4.0.0+ds-2ubuntu2_arm64.deb ... #14 67.30 Unpacking liblerc4:arm64 (4.0.0+ds-2ubuntu2) ... #14 67.34 Selecting previously unselected package libwebp7:arm64. #14 67.35 Preparing to unpack .../208-libwebp7_1.2.4-0.1ubuntu0.23.04.2_arm64.deb ... #14 67.35 Unpacking libwebp7:arm64 (1.2.4-0.1ubuntu0.23.04.2) ... #14 67.39 Selecting previously unselected package libtiff6:arm64. #15 5.389 Starting 2 pkgProblemResolver with broken count: 0 #15 5.392 Done #14 65.91 Setting up libtsan0:arm64 (11.4.0-1ubuntu1~22.04) ... #14 65.93 Setting up libctf0:arm64 (2.38-4ubuntu2.5) ... #14 65.94 Setting up libjpeg8:arm64 (8c-2ubuntu10) ... #14 65.96 Setting up pinentry-curses (1.1.1-1build2) ... #14 65.98 Setting up cpp-11 (11.4.0-1ubuntu1~22.04) ... #14 65.99 Setting up manpages-dev (5.10-1ubuntu1) ... #14 66.01 Setting up libdw1:arm64 (0.186-1build1) ... #14 66.02 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ... #14 66.03 Setting up libxcb1:arm64 (1.14-3ubuntu3) ... #14 66.05 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ... #22 16.79 Setting up libbtrfs-dev:amd64 (6.2-1) ... #22 16.83 Setting up libgirepository-1.0-1:amd64 (1.74.0-3) ... #22 17.06 Setting up python3-lib2to3 (3.11.2-3) ... #22 ... #44 [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 pkg-config #44 0.956 Hit:1 http://deb.debian.org/debian bookworm InRelease #44 0.956 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #44 0.956 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #44 1.433 Reading package lists... #44 2.188 + apt-get install -y --no-install-recommends gcc libc6-dev pkg-config #44 2.210 Reading package lists... #44 2.964 Building dependency tree... #44 3.195 Reading state information... #44 3.552 gcc is already the newest version (4:12.2.0-3). #44 3.552 libc6-dev is already the newest version (2.36-9+deb12u3). #44 3.552 pkg-config is already the newest version (1.8.1-1). #44 3.552 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. #44 DONE 5.5s #39 [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 #39 2.239 Reading package lists... #39 3.070 Reading package lists... #39 3.747 Building dependency tree... #39 4.081 The following additional packages will be installed: #39 4.081 clang-14 libclang-common-14-dev libclang-cpp14 libclang1-14 libcurl3-nss #39 4.082 libgc1 libicu72 libllvm14 libnspr4 libnss3 libobjc-12-dev libobjc4 libpfm4 #39 4.082 libxml2 libz3-4 lld-14 llvm-14 llvm-14-linker-tools llvm-14-runtime #39 4.082 llvm-runtime nss-plugin-pem #39 4.084 Suggested packages: #39 4.084 clang-14-doc wasi-libc llvm-14-doc #39 4.084 Recommended packages: #39 4.084 llvm-14-dev libclang-rt-14-dev binfmt-support | systemd #39 4.306 The following NEW packages will be installed: #39 4.306 clang clang-14 libclang-common-14-dev libclang-cpp14 libclang1-14 #39 4.307 libcurl3-nss libgc1 libicu72 libllvm14 libnspr4 libnss3 libobjc-12-dev #39 4.307 libobjc4 libpfm4 libxml2 libz3-4 lld lld-14 llvm llvm-14 #39 4.308 llvm-14-linker-tools llvm-14-runtime llvm-runtime nss-plugin-pem #39 4.700 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. #39 4.700 Need to get 74.7 MB of archives. #39 4.700 After this operation, 353 MB of additional disk space will be used. #39 4.700 Get:1 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB] #39 5.075 Get:2 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB] #39 5.214 Get:3 http://deb.debian.org/debian bookworm/main amd64 libz3-4 amd64 4.8.12-3.1 [7216 kB] #39 5.466 Get:4 http://deb.debian.org/debian bookworm/main amd64 libllvm14 amd64 1:14.0.6-12 [21.8 MB] #39 5.925 Get:5 http://deb.debian.org/debian bookworm/main amd64 libclang-cpp14 amd64 1:14.0.6-12 [11.1 MB] #39 6.154 Get:6 http://deb.debian.org/debian bookworm/main amd64 libgc1 amd64 1:8.2.2-3 [245 kB] #39 6.154 Get:7 http://deb.debian.org/debian bookworm/main amd64 libobjc4 amd64 12.2.0-14 [43.1 kB] #39 6.156 Get:8 http://deb.debian.org/debian bookworm/main amd64 libobjc-12-dev amd64 12.2.0-14 [170 kB] #39 6.158 Get:9 http://deb.debian.org/debian bookworm/main amd64 libclang-common-14-dev all 1:14.0.6-12 [890 kB] #39 6.168 Get:10 http://deb.debian.org/debian bookworm/main amd64 llvm-14-linker-tools amd64 1:14.0.6-12 [1288 kB] #39 6.187 Get:11 http://deb.debian.org/debian bookworm/main amd64 libclang1-14 amd64 1:14.0.6-12 [6157 kB] #39 6.299 Get:12 http://deb.debian.org/debian bookworm/main amd64 clang-14 amd64 1:14.0.6-12 [102 kB] #39 6.300 Get:13 http://deb.debian.org/debian bookworm/main amd64 clang amd64 1:14.0-55.7~deb12u1 [5144 B] #39 6.308 Get:14 http://deb.debian.org/debian bookworm/main amd64 libnspr4 amd64 2:4.35-1 [113 kB] #39 6.308 Get:15 http://deb.debian.org/debian bookworm/main amd64 libnss3 amd64 2:3.87.1-1 [1331 kB] #39 6.333 Get:16 http://deb.debian.org/debian bookworm/main amd64 nss-plugin-pem amd64 1.0.8+1-1 [54.6 kB] #39 6.333 Get:17 http://deb.debian.org/debian-security bookworm-security/main amd64 libcurl3-nss amd64 7.88.1-10+deb12u5 [394 kB] #39 6.336 Get:18 http://deb.debian.org/debian bookworm/main amd64 libpfm4 amd64 4.13.0-1 [294 kB] #39 6.339 Get:19 http://deb.debian.org/debian bookworm/main amd64 lld-14 amd64 1:14.0.6-12 [1192 kB] #39 6.376 Get:20 http://deb.debian.org/debian bookworm/main amd64 lld amd64 1:14.0-55.7~deb12u1 [4804 B] #39 6.378 Get:21 http://deb.debian.org/debian bookworm/main amd64 llvm-14-runtime amd64 1:14.0.6-12 [477 kB] #39 6.394 Get:22 http://deb.debian.org/debian bookworm/main amd64 llvm-runtime amd64 1:14.0-55.7~deb12u1 [4812 B] #39 6.394 Get:23 http://deb.debian.org/debian bookworm/main amd64 llvm-14 amd64 1:14.0.6-12 [11.7 MB] #39 6.671 Get:24 http://deb.debian.org/debian bookworm/main amd64 llvm amd64 1:14.0-55.7~deb12u1 [7212 B] #39 7.249 debconf: delaying package configuration, since apt-utils is not installed #39 7.423 Fetched 74.7 MB in 2s (32.6 MB/s) #39 7.849 Selecting previously unselected package libicu72:amd64. #39 7.849 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15644 files and directories currently installed.) #39 7.866 Preparing to unpack .../00-libicu72_72.1-3_amd64.deb ... #39 8.199 Unpacking libicu72:amd64 (72.1-3) ... #39 9.025 Selecting previously unselected package libxml2:amd64. #39 9.028 Preparing to unpack .../01-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... #39 9.033 Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... #39 9.200 Selecting previously unselected package libz3-4:amd64. #39 9.203 Preparing to unpack .../02-libz3-4_4.8.12-3.1_amd64.deb ... #39 9.208 Unpacking libz3-4:amd64 (4.8.12-3.1) ... #39 11.12 Selecting previously unselected package libllvm14:amd64. #39 11.13 Preparing to unpack .../03-libllvm14_1%3a14.0.6-12_amd64.deb ... #39 11.14 Unpacking libllvm14:amd64 (1:14.0.6-12) ... #15 7.021 Selecting previously unselected package dh-apparmor. + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #14 77.56 0 added, 0 removed; done. #14 77.56 Running hooks in /etc/ca-certificates/update.d... #14 77.56 done. #15 6.802 Setting up pkg-config (0.29-6) ... #16 8.110 Preparing to unpack .../07-dh-apparmor_4.0.0~alpha2-0ubuntu5_all.deb ... #16 8.116 Unpacking dh-apparmor (4.0.0~alpha2-0ubuntu5) ... #16 8.155 Selecting previously unselected package libseccomp-dev:amd64. #16 8.158 Preparing to unpack .../08-libseccomp-dev_2.5.4-1ubuntu3_amd64.deb ... #16 8.165 Unpacking libseccomp-dev:amd64 (2.5.4-1ubuntu3) ... #16 8.196 Selecting previously unselected package libsystemd-dev:amd64. #16 8.199 Preparing to unpack .../09-libsystemd-dev_253.5-1ubuntu6.1_amd64.deb ... #16 8.203 Unpacking libsystemd-dev:amd64 (253.5-1ubuntu6.1) ... #16 8.297 Selecting previously unselected package libpkgconf3:amd64. #15 8.114 Installing : python3-libselinux-3.5-1.fc38.aarch64 5/95 #15 8.122 Installing : perl-threads-1:2.27-490.fc38.aarch64 6/95 #15 8.132 Installing : m4-1.4.19-5.fc38.aarch64 7/95 #15 8.140 Installing : libtool-ltdl-2.4.7-6.fc38.aarch64 8/95 #15 8.148 Installing : libseccomp-2.5.3-4.fc38.aarch64 9/95 #15 8.156 Installing : libmpc-1.3.1-2.fc38.aarch64 10/95 #15 8.166 Installing : libfdisk-2.38.1-4.fc38.aarch64 11/95 #15 8.181 Installing : checkpolicy-3.5-1.fc38.aarch64 12/95 #14 75.20 Setting up gpg-wks-client (2.2.40-1.1ubuntu1) ... #14 75.21 Setting up libregexp-pattern-perl (0.2.14-2) ... #14 75.22 Setting up libdata-messagepack-perl (1.02-1build1) ... #14 75.24 Setting up libfont-afm-perl (1.20-4) ... #14 75.25 Setting up libwant-perl (0.29-2build1) ... #14 75.27 Setting up libdynaloader-functions-perl (0.003-3) ... #14 75.28 Setting up libclass-method-modifiers-perl (2.14-1) ... #14 75.29 Setting up liblist-compare-perl (0.55-2) ... #14 75.31 Setting up libref-util-xs-perl (0.117-2build1) ... #14 75.32 Setting up libio-pty-perl (1:1.17-1) ... #14 75.33 Setting up libfile-fcntllock-perl (0.22-4build1) ... #14 75.34 Setting up libclone-perl:armhf (0.46-1) ... #14 75.35 Setting up libalgorithm-diff-perl (1.201-1) ... #14 75.37 Setting up libarchive-zip-perl (1.68-1) ... #14 75.38 Setting up libsub-identify-perl (0.14-3) ... #14 75.41 Setting up libdistro-info-perl (1.5ubuntu0.23.04.1) ... #14 69.58 Preparing to unpack .../223-libcpanel-json-xs-perl_4.19-1build1_arm64.deb ... #14 69.59 Unpacking libcpanel-json-xs-perl (4.19-1build1) ... #14 69.63 Selecting previously unselected package libdata-dump-perl. #14 69.63 Preparing to unpack .../224-libdata-dump-perl_1.23-1_all.deb ... #14 69.63 Unpacking libdata-dump-perl (1.23-1) ... #14 69.67 Selecting previously unselected package libdigest-bubblebabble-perl. #14 69.67 Preparing to unpack .../225-libdigest-bubblebabble-perl_0.02-2_all.deb ... #14 69.68 Unpacking libdigest-bubblebabble-perl (0.02-2) ... #14 69.71 Selecting previously unselected package libdigest-hmac-perl. #14 69.72 Preparing to unpack .../226-libdigest-hmac-perl_1.03+dfsg-2_all.deb ... #14 69.72 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ... #14 69.76 Selecting previously unselected package libdistro-info-perl. #14 69.76 Preparing to unpack .../227-libdistro-info-perl_0.23ubuntu1.1_all.deb ... #14 69.76 Unpacking libdistro-info-perl (0.23ubuntu1.1) ... #14 69.80 Selecting previously unselected package libnet-smtp-ssl-perl. #14 69.80 Preparing to unpack .../228-libnet-smtp-ssl-perl_1.04-1_all.deb ... #14 69.81 Unpacking libnet-smtp-ssl-perl (1.04-1) ... #14 69.84 Selecting previously unselected package libmailtools-perl. #14 68.62 Setting up dctrl-tools (2.24-3build2) ... #14 68.64 Setting up libitm1:arm64 (13.2.0-4ubuntu3) ... #14 68.66 Setting up libgdbm6:arm64 (1.23-3) ... #14 68.67 Setting up tzdata-icu (2023d-0ubuntu0.23.10) ... #14 68.68 Setting up libctf0:arm64 (2.41-5ubuntu1) ... #14 68.69 Setting up libjpeg8:arm64 (8c-2ubuntu11) ... #14 68.71 Setting up pinentry-curses (1.2.1-1ubuntu1) ... #14 68.73 Setting up manpages-dev (6.03-2) ... #14 68.74 Setting up libdw1:arm64 (0.189-4) ... #14 68.76 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ... #14 68.78 Setting up libxcb1:arm64 (1.15-1) ... #14 68.79 Setting up gettext (0.21-13) ... #14 68.81 Setting up cpp-13 (13.2.0-4ubuntu3) ... #14 68.82 Setting up fontconfig-config (2.14.2-4ubuntu1) ... #13 71.89 Setting up liblist-someutils-xs-perl (0.58-2+b1) ... #13 71.91 Setting up equivs (2.3.1) ... #13 71.92 Setting up libmoox-aliases-perl (0.001006-1.1) ... #13 71.93 Setting up libparams-validate-perl:amd64 (1.30-1+b1) ... #13 71.95 Setting up libb-hooks-endofscope-perl (0.24-1.1) ... #13 71.96 Setting up libnamespace-clean-perl (0.27-1) ... #13 71.97 Setting up libgetopt-long-descriptive-perl (0.105-1) ... #13 71.98 Setting up libnamespace-autoclean-perl (0.29-1) ... #13 72.00 Setting up libgitlab-api-v4-perl (0.26-1) ... #14 67.39 Preparing to unpack .../209-libtiff6_4.5.0-5ubuntu1.2_arm64.deb ... #14 67.40 Unpacking libtiff6:arm64 (4.5.0-5ubuntu1.2) ... #14 67.43 Selecting previously unselected package libxpm4:arm64. #14 67.43 Preparing to unpack .../210-libxpm4_1%3a3.5.12-1.1ubuntu0.1_arm64.deb ... #14 67.44 Unpacking libxpm4:arm64 (1:3.5.12-1.1ubuntu0.1) ... #14 67.47 Selecting previously unselected package libgd3:arm64. #14 67.48 Preparing to unpack .../211-libgd3_2.3.3-7ubuntu2_arm64.deb ... #14 67.48 Unpacking libgd3:arm64 (2.3.3-7ubuntu2) ... #14 67.51 Selecting previously unselected package libc-devtools. #14 67.52 Preparing to unpack .../212-libc-devtools_2.37-0ubuntu2.2_arm64.deb ... #14 67.52 Unpacking libc-devtools (2.37-0ubuntu2.2) ... #14 67.55 Selecting previously unselected package libcapture-tiny-perl. #14 67.55 Preparing to unpack .../213-libcapture-tiny-perl_0.48-2_all.deb ... #14 67.56 Unpacking libcapture-tiny-perl (0.48-2) ... #14 67.62 Selecting previously unselected package libcgi-pm-perl. #13 DONE 71.7s #15 5.759 The following additional packages will be installed: #14 66.25 Setting up libedit2:arm64 (3.1-20210910-1build1) ... #14 66.26 Setting up libreadline8:arm64 (8.1.2-1) ... #14 66.28 Setting up m4 (1.4.18-5ubuntu2) ... #14 66.30 Setting up binutils-aarch64-linux-gnu (2.38-4ubuntu2.5) ... #14 66.31 Setting up binutils (2.38-4ubuntu2.5) ... #14 66.32 Setting up libldap-2.5-0:arm64 (2.5.16+dfsg-0ubuntu0.22.04.1) ... #14 66.34 Setting up libpython3.10-stdlib:arm64 (3.10.12-1~22.04.3) ... #14 66.36 Setting up ca-certificates (20230311ubuntu0.22.04.1) ... #15 7.024 Preparing to unpack .../08-dh-apparmor_3.0.8-3_all.deb ... #15 7.029 Unpacking dh-apparmor (3.0.8-3) ... #15 7.062 Selecting previously unselected package libseccomp-dev:arm64. #15 7.065 Preparing to unpack .../09-libseccomp-dev_2.5.4-1+b3_arm64.deb ... #15 7.069 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ... #15 7.104 Selecting previously unselected package libsystemd-dev:arm64. #15 7.107 Preparing to unpack .../10-libsystemd-dev_252.19-1~deb12u1_arm64.deb ... #15 7.111 Unpacking libsystemd-dev:arm64 (252.19-1~deb12u1) ... #15 7.220 Selecting previously unselected package libpkgconf3:arm64. #15 7.223 Preparing to unpack .../11-libpkgconf3_1.8.1-1_arm64.deb ... #15 7.227 Unpacking libpkgconf3:arm64 (1.8.1-1) ... #15 7.259 Selecting previously unselected package pkgconf-bin. #15 7.263 Preparing to unpack .../12-pkgconf-bin_1.8.1-1_arm64.deb ... #15 7.267 Unpacking pkgconf-bin (1.8.1-1) ... #15 7.307 Selecting previously unselected package pkgconf:arm64. #15 7.310 Preparing to unpack .../13-pkgconf_1.8.1-1_arm64.deb ... #15 7.316 Unpacking pkgconf:arm64 (1.8.1-1) ... #15 7.353 Selecting previously unselected package pkg-config:arm64. + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.O3HqmP + umask 022 + cd /root/rpmbuild/BUILD + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + pushd /root/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src + TMP_GOPATH=/go + hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' Install tini version v0.19.0 + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... #39 ... #22 [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 pkg-config #22 17.29 Setting up libelf1:amd64 (0.188-2.1) ... #22 17.31 Setting up libsecret-common (0.20.5-3) ... #22 17.34 Setting up python3-distutils (3.11.2-3) ... #22 17.54 Setting up libglib2.0-dev-bin (2.74.6-2) ... #15 6.850 Setting up librhash0:amd64 (1.3.8-1) ... #15 6.861 Setting up procps (2:3.3.15-2) ... #15 6.892 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode #15 6.908 Setting up cmake-data (3.13.4-1) ... #15 6.927 Setting up dh-apparmor (2.13.2-10) ... #15 6.937 Setting up libsystemd-dev:amd64 (241-7~deb10u10) ... #15 6.949 Setting up libjsoncpp1:amd64 (1.7.4-3) ... #15 6.960 Setting up cmake (3.13.4-1) ... #15 6.974 Setting up docker-ce-build-deps (1.0) ... #15 6.988 Processing triggers for man-db (2.8.5-2) ... #16 8.300 Preparing to unpack .../10-libpkgconf3_1.8.1-2_amd64.deb ... #16 8.307 Unpacking libpkgconf3:amd64 (1.8.1-2) ... #16 8.341 Selecting previously unselected package pkgconf-bin. #16 8.344 Preparing to unpack .../11-pkgconf-bin_1.8.1-2_amd64.deb ... #16 8.348 Unpacking pkgconf-bin (1.8.1-2) ... #16 8.378 Selecting previously unselected package pkgconf:amd64. #16 8.381 Preparing to unpack .../12-pkgconf_1.8.1-2_amd64.deb ... #16 8.389 Unpacking pkgconf:amd64 (1.8.1-2) ... #16 8.508 Selecting previously unselected package pkg-config:amd64. #16 8.511 Preparing to unpack .../13-pkg-config_1.8.1-2_amd64.deb ... #16 8.518 Unpacking pkg-config:amd64 (1.8.1-2) ... #16 8.561 Setting up libseccomp-dev:amd64 (2.5.4-1ubuntu3) ... #16 8.579 Setting up libarchive13:amd64 (3.6.2-1ubuntu1) ... #16 8.599 Setting up libpkgconf3:amd64 (1.8.1-2) ... #16 8.617 Setting up libuv1:amd64 (1.44.2-1) ... #16 8.628 Setting up bash-completion (1:2.11-7) ... #16 8.658 Setting up libjsoncpp25:amd64 (1.9.5-6) ... #16 8.679 Setting up pkgconf-bin (1.8.1-2) ... #16 8.700 Setting up librhash0:amd64 (1.4.3-3) ... #16 8.714 Setting up cmake-data (3.27.4-1) ... #16 8.744 Setting up dh-apparmor (4.0.0~alpha2-0ubuntu5) ... #15 8.340 Installing : cpp-13.2.1-4.fc38.aarch64 13/95 #15 8.350 Installing : perl-threads-shared-1.64-490.fc38.aarch64 14/95 #15 8.357 Installing : perl-Thread-Queue-3.14-490.fc38.noarch 15/95 #15 8.366 Installing : python3-libsemanage-3.5-2.fc38.aarch64 16/95 #15 8.374 Installing : vim-filesystem-2:9.1.031-1.fc38.noarch 17/95 #15 8.384 Installing : python3-audit-3.1.2-5.fc38.aarch64 18/95 #15 8.390 Installing : perl-lib-0.65-498.fc38.aarch64 19/95 #15 8.396 Installing : perl-File-Copy-2.39-498.fc38.noarch 20/95 #15 8.402 Installing : perl-File-Compare-1.100.700-498.fc38.noarch 21/95 #15 8.423 Installing : autoconf-2.71-5.fc38.noarch 22/95 #15 8.448 Installing : automake-1.16.5-11.fc38.noarch 23/95 #15 8.461 Installing : libuv-1:1.47.0-3.fc38.aarch64 24/95 #15 8.471 Installing : libubsan-13.2.1-4.fc38.aarch64 25/95 #15 8.478 Installing : libatomic-13.2.1-4.fc38.aarch64 26/95 #15 8.489 Installing : libasan-13.2.1-4.fc38.aarch64 27/95 #15 8.499 Installing : less-633-1.fc38.aarch64 28/95 #16 1.138 Reading package lists... #16 2.484 dpkg-buildpackage: info: source package docker-ce-build-deps #16 2.484 dpkg-buildpackage: info: source version 1.0 #16 2.484 dpkg-buildpackage: info: source distribution unstable #16 2.484 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #16 2.518 dpkg-source --before-build . #14 75.42 Setting up libcpanel-json-xs-perl:armhf (4.32-1build1) ... #14 75.43 Setting up libhtml-tagset-perl (3.20-6) ... #14 75.44 Setting up liblog-any-perl (1.713-1) ... #14 75.45 Setting up libauthen-sasl-perl (2.1600-3) ... #14 75.47 Setting up libdevel-size-perl (0.83-2build1) ... #14 75.48 Setting up libpython3.11-stdlib:armhf (3.11.4-1~23.04.2) ... #14 75.50 Setting up libdebhelper-perl (13.11.4ubuntu3) ... #14 75.51 Setting up libpod-constants-perl (0.19-2) ... #14 75.52 Setting up libregexp-pattern-license-perl (3.9.4-3) ... #14 75.54 Setting up liblwp-mediatypes-perl (6.04-2) ... #14 75.55 Setting up libyaml-libyaml-perl (0.86+ds-1) ... #14 75.56 Setting up libio-interactive-perl (1.023-2) ... #14 75.58 Setting up libtry-tiny-perl (0.31-2) ... #14 75.59 Setting up libtype-tiny-perl (2.002001-1) ... #14 75.60 Setting up libcommon-sense-perl:armhf (3.75-3) ... #14 75.62 Setting up libmldbm-perl (2.05-4) ... #14 75.63 Setting up libxml-namespacesupport-perl (1.12-2) ... #14 75.64 Setting up libnet-http-perl (6.22-1) ... #14 75.65 Setting up libpath-iterator-rule-perl (1.015-2) ... #14 75.66 Setting up libtext-markdown-discount-perl (0.16-1) ... #14 75.67 Setting up libhttp-tiny-multipart-perl (0.08-2) ... #14 75.69 Setting up libtime-moment-perl (0.44-2build1) ... #14 75.70 Setting up libencode-locale-perl (1.05-3) ... #14 75.72 Setting up libexception-class-perl (1.45-1) ... #14 69.84 Preparing to unpack .../229-libmailtools-perl_2.21-1_all.deb ... #14 69.85 Unpacking libmailtools-perl (2.21-1) ... #14 69.88 Selecting previously unselected package libnet-ip-perl. #14 69.89 Preparing to unpack .../230-libnet-ip-perl_1.26-2_all.deb ... #14 69.89 Unpacking libnet-ip-perl (1.26-2) ... #14 69.93 Selecting previously unselected package libnet-dns-perl. #14 69.93 Preparing to unpack .../231-libnet-dns-perl_1.22-1_all.deb ... #14 69.94 Unpacking libnet-dns-perl (1.22-1) ... #14 70.04 Selecting previously unselected package libnet-domain-tld-perl. #14 68.99 Setting up libedit2:arm64 (3.1-20221030-2) ... #14 69.00 Setting up libreadline8:arm64 (8.2-1.3) ... #14 69.02 Setting up ca-certificates (20230311ubuntu1) ... #13 72.01 Setting up libmoox-struct-perl (0.020-1) ... #13 72.03 Setting up lintian (2.104.0) ... #13 72.04 Setting up licensecheck (3.1.1-2) ... #13 72.05 Setting up liblwp-protocol-https-perl (6.10-1) ... #13 72.07 Setting up libwww-perl (6.52-1) ... #13 72.08 Setting up devscripts (2.21.3+deb11u1) ... #13 72.23 Setting up libxml-parser-perl:amd64 (2.46-2) ... #13 72.25 Setting up libxml-sax-expat-perl (0.51-1) ... #13 72.29 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #13 72.34 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 67.62 Preparing to unpack .../214-libcgi-pm-perl_4.55-1_all.deb ... #14 67.63 Unpacking libcgi-pm-perl (4.55-1) ... #14 67.70 Selecting previously unselected package libfcgi0ldbl:arm64. #14 67.70 Preparing to unpack .../215-libfcgi0ldbl_2.4.2-2build2_arm64.deb ... #14 67.70 Unpacking libfcgi0ldbl:arm64 (2.4.2-2build2) ... #14 67.74 Selecting previously unselected package libfcgi-perl. #14 67.74 Preparing to unpack .../216-libfcgi-perl_0.82+ds-2_arm64.deb ... #14 67.74 Unpacking libfcgi-perl (0.82+ds-2) ... #14 67.80 Selecting previously unselected package libcgi-fast-perl. #14 67.80 Preparing to unpack .../217-libcgi-fast-perl_1%3a2.15-1_all.deb ... #14 67.80 Unpacking libcgi-fast-perl (1:2.15-1) ... #14 67.85 Selecting previously unselected package libclass-data-inheritable-perl. #14 [stage-1 3/8] COPY --link common /root/build-deb/debian #14 DONE 0.0s #15 [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 #15 5.760 bash-completion cmake cmake-data dh-apparmor libjsoncpp25 libpkgconf3 #15 5.760 libproc2-0 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config pkgconf #15 5.761 pkgconf-bin procps #15 5.762 Suggested packages: #15 5.762 cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils seccomp #15 5.762 Recommended packages: #15 5.762 psmisc #15 5.958 The following NEW packages will be installed: #15 5.958 bash-completion cmake cmake-data dh-apparmor libjsoncpp25 libpkgconf3 #15 5.959 libproc2-0 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config pkgconf #15 5.959 pkgconf-bin procps + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:32 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git VERSION BBB 0.0.0-20240120124445-f18a476 dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar dpkg-buildpackage: info: source distribution lunar dpkg-buildpackage: info: source changed by Docker dpkg-source -I.git --before-build . dpkg-buildpackage: info: host architecture amd64 #15 7.357 Preparing to unpack .../14-pkg-config_1.8.1-1_arm64.deb ... #15 7.362 Unpacking pkg-config:arm64 (1.8.1-1) ... #15 7.406 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ... #15 7.417 Setting up libpkgconf3:arm64 (1.8.1-1) ... #15 7.428 Setting up libuv1:arm64 (1.44.2-1) ... #15 7.438 Setting up bash-completion (1:2.11-6) ... #15 7.460 Setting up libproc2-0:arm64 (2:4.0.2-3) ... #15 7.471 Setting up libjsoncpp25:arm64 (1.9.5-4) ... #15 7.481 Setting up pkgconf-bin (1.8.1-1) ... #15 7.491 Setting up librhash0:arm64 (1.4.3-3) ... #15 7.501 Setting up procps (2:4.0.2-3) ... #15 7.541 Setting up cmake-data (3.25.1-1) ... #15 7.556 Setting up dh-apparmor (3.0.8-3) ... #15 7.566 Setting up libsystemd-dev:arm64 (252.19-1~deb12u1) ... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 8.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done (0.2s) + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz #15 8.624 Installing : kernel-headers-6.6.3-100.fc38.aarch64 29/95 #15 8.639 Installing : libxcrypt-devel-4.4.36-1.fc38.aarch64 30/95 #15 8.697 Installing : glibc-devel-2.37-16.fc38.aarch64 31/95 #15 8.740 Installing : glibc-static-2.37-16.fc38.aarch64 32/95 #15 8.747 Installing : libxcrypt-static-4.4.36-1.fc38.aarch64 33/95 #15 8.753 Installing : dbus-common-1:1.14.10-1.fc38.noarch 34/95 #15 8.759 Running scriptlet: dbus-common-1:1.14.10-1.fc38.noarch 34/95 #15 8.771 Running scriptlet: dbus-broker-33-1.fc38.aarch64 35/95 #16 8.763 Setting up libsystemd-dev:amd64 (253.5-1ubuntu6.1) ... #16 8.787 Setting up pkgconf:amd64 (1.8.1-2) ... #16 8.810 Setting up pkg-config:amd64 (1.8.1-2) ... #16 8.824 Setting up cmake (3.27.4-1) ... #16 8.836 Setting up docker-ce-build-deps (1.0) ... #16 8.853 Processing triggers for man-db (2.11.2-3) ... #16 8.960 Processing triggers for libc-bin (2.38-1ubuntu6) ... #16 2.518 dpkg-buildpackage: info: host architecture armhf #16 2.620 debian/rules clean #16 2.622 dh clean #16 2.703 dh_clean #16 2.737 debian/rules binary #16 2.739 dh binary #16 2.811 dh_update_autotools_config #16 2.840 dh_autoreconf #14 75.73 Setting up libmath-base85-perl (0.5+dfsg-2) ... #14 75.74 Setting up libconfig-tiny-perl (2.28-2) ... #14 75.76 Setting up libsereal-encoder-perl (5.003+ds-1) ... #14 75.78 Setting up libdevel-callchecker-perl:armhf (0.008-2) ... #14 75.79 Setting up liblist-utilsby-perl (0.12-2) ... #14 75.80 Setting up libstring-shellquote-perl (1.04-3) ... #14 75.81 Setting up libnet-netmask-perl (2.0002-2) ... #14 75.83 Setting up libsub-install-perl (0.929-1) ... #14 75.85 Setting up gcc (4:12.2.0-3ubuntu1) ... #14 75.88 Setting up dpkg-dev (1.21.21ubuntu1) ... #14 75.90 Setting up libindirect-perl (0.39-2build1) ... #14 75.92 Setting up libxs-parse-sublike-perl:armhf (0.16-1ubuntu3) ... #14 75.93 Setting up intltool-debian (0.35.0+20060710.6) ... #14 70.04 Preparing to unpack .../232-libnet-domain-tld-perl_1.75-1_all.deb ... #14 70.05 Unpacking libnet-domain-tld-perl (1.75-1) ... #14 70.10 Selecting previously unselected package libemail-valid-perl. #14 70.10 Preparing to unpack .../233-libemail-valid-perl_1.202-1_all.deb ... #14 70.10 Unpacking libemail-valid-perl (1.202-1) ... #14 70.23 Selecting previously unselected package libexporter-tiny-perl. #14 70.23 Preparing to unpack .../234-libexporter-tiny-perl_1.002001-1_all.deb ... #14 70.23 Unpacking libexporter-tiny-perl (1.002001-1) ... #14 70.28 Selecting previously unselected package libipc-system-simple-perl. #14 70.28 Preparing to unpack .../235-libipc-system-simple-perl_1.26-1_all.deb ... #14 70.29 Unpacking libipc-system-simple-perl (1.26-1) ... #14 70.33 Selecting previously unselected package libfile-basedir-perl. #13 72.46 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 72.49 Setting up libsoap-lite-perl (1.27-1) ... #13 72.50 Setting up libxmlrpc-lite-perl (0.717-4) ... #13 72.51 Processing triggers for libc-bin (2.31-13+deb11u7) ... #13 72.53 Processing triggers for ca-certificates (20210119) ... #13 72.54 Updating certificates in /etc/ssl/certs... #14 67.86 Preparing to unpack .../218-libclass-data-inheritable-perl_0.08-3_all.deb ... #14 67.86 Unpacking libclass-data-inheritable-perl (0.08-3) ... #14 67.89 Selecting previously unselected package libcommon-sense-perl:arm64. #14 67.90 Preparing to unpack .../219-libcommon-sense-perl_3.75-3_arm64.deb ... #14 67.90 Unpacking libcommon-sense-perl:arm64 (3.75-3) ... #14 67.93 Selecting previously unselected package libconfig-tiny-perl. #14 67.93 Preparing to unpack .../220-libconfig-tiny-perl_2.28-2_all.deb ... #14 67.94 Unpacking libconfig-tiny-perl (2.28-2) ... #14 67.97 Selecting previously unselected package libparams-util-perl. #14 67.97 Preparing to unpack .../221-libparams-util-perl_1.102-2_arm64.deb ... #14 67.97 Unpacking libparams-util-perl (1.102-2) ... #14 68.00 Selecting previously unselected package libsub-install-perl. #14 68.00 Preparing to unpack .../222-libsub-install-perl_0.929-1_all.deb ... #14 68.01 Unpacking libsub-install-perl (0.929-1) ... #14 68.04 Selecting previously unselected package libdata-optlist-perl. #14 68.04 Preparing to unpack .../223-libdata-optlist-perl_0.113-1_all.deb ... #14 68.05 Unpacking libdata-optlist-perl (0.113-1) ... #14 68.08 Selecting previously unselected package libsub-exporter-perl. #15 6.235 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. #15 6.235 1 not fully installed or removed. #15 6.235 Need to get 8167 kB of archives. #15 6.235 After this operation, 34.8 MB of additional disk space will be used. #15 6.235 Get:1 http://deb.debian.org/debian bookworm/main armhf bash-completion all 1:2.11-6 [234 kB] #15 6.239 Get:2 http://deb.debian.org/debian bookworm/main armhf libjsoncpp25 armhf 1.9.5-4 [68.6 kB] #15 6.242 Get:3 http://deb.debian.org/debian bookworm/main armhf librhash0 armhf 1.4.3-3 [146 kB] #15 6.244 Get:4 http://deb.debian.org/debian bookworm/main armhf libuv1 armhf 1.44.2-1 [126 kB] #15 6.248 Get:5 http://deb.debian.org/debian bookworm/main armhf cmake-data all 3.25.1-1 [2026 kB] #15 6.260 Get:6 http://deb.debian.org/debian bookworm/main armhf libproc2-0 armhf 2:4.0.2-3 [54.2 kB] #15 6.261 Get:7 http://deb.debian.org/debian bookworm/main armhf procps armhf 2:4.0.2-3 [695 kB] #15 6.264 Get:8 http://deb.debian.org/debian bookworm/main armhf cmake armhf 3.25.1-1 [4263 kB] #15 6.291 Get:9 http://deb.debian.org/debian bookworm/main armhf dh-apparmor all 3.0.8-3 [16.7 kB] #15 6.291 Get:10 http://deb.debian.org/debian bookworm/main armhf libseccomp-dev armhf 2.5.4-1+b3 [85.3 kB] #15 6.292 Get:11 http://deb.debian.org/debian bookworm/main armhf libsystemd-dev armhf 252.19-1~deb12u1 [353 kB] #15 6.294 Get:12 http://deb.debian.org/debian bookworm/main armhf libpkgconf3 armhf 1.8.1-1 [31.3 kB] #15 6.294 Get:13 http://deb.debian.org/debian bookworm/main armhf pkgconf-bin armhf 1.8.1-1 [28.5 kB] #15 6.295 Get:14 http://deb.debian.org/debian bookworm/main armhf pkgconf armhf 1.8.1-1 [25.9 kB] #15 6.295 Get:15 http://deb.debian.org/debian bookworm/main armhf pkg-config armhf 1.8.1-1 [13.7 kB] debian/rules clean dh clean --with=bash-completion dh_clean #15 7.576 Setting up pkgconf:arm64 (1.8.1-1) ... #15 7.587 Setting up pkg-config:arm64 (1.8.1-1) ... #15 7.624 Setting up cmake (3.25.1-1) ... #15 7.634 Setting up docker-ce-build-deps (1.0) ... #15 7.645 Processing triggers for man-db (2.11.2-2) ... -- Generating done (0.0s) -- Build files have been written to: /go/tini + make tini-static [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static #14 66.85 Updating certificates in /etc/ssl/certs... + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #22 17.86 Setting up libblkid-dev:amd64 (2.38.1-5+b1) ... #22 17.86 Setting up libpcre2-dev:amd64 (10.42-1) ... #22 17.88 Setting up libselinux1-dev:amd64 (3.4-1+b6) ... #22 17.91 Setting up libglib2.0-bin (2.74.6-2) ... #22 17.94 Setting up libsecret-1-0:amd64 (0.20.5-3) ... #22 18.03 Setting up libgcrypt20-dev (1.10.1-3) ... #22 ... #45 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/amd64 <- 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz #15 0.578 Hit:1 http://deb.debian.org/debian bullseye InRelease #15 0.578 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease #15 0.578 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease [100%] Built target tini-static + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init + VERSION=0.0.0-20240120124445-f18a476 + PRODUCT=docker + hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags 'exclude_graphdriver_btrfs journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:33.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:33 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad + echo VERSION BBB 0.0.0-20240120124445-f18a476 VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git #22 18.15 Setting up libglib2.0-dev:amd64 (2.74.6-2) ... #22 18.18 Setting up libsecret-1-dev:amd64 (0.20.5-3) ... #22 18.19 Processing triggers for libc-bin (2.36-9+deb12u3) ... #15 9.064 Installing : python3-setuptools-65.5.1-2.fc38.noarch 42/95 #15 9.108 Installing : python3-setools-4.4.3-1.fc38.aarch64 43/95 #15 9.121 Installing : perl-TermReadKey-2.38-16.fc38.aarch64 44/95 #15 9.129 Installing : perl-Error-1:0.17029-11.fc38.noarch 45/95 #15 9.137 Installing : pcre2-utf32-10.42-1.fc38.1.aarch64 46/95 #15 9.146 Installing : pcre2-utf16-10.42-1.fc38.1.aarch64 47/95 #15 9.159 Installing : pcre2-devel-10.42-1.fc38.1.aarch64 48/95 #15 9.167 Running scriptlet: libutempter-1.2.1-8.fc38.aarch64 49/95 #15 9.221 Installing : libutempter-1.2.1-8.fc38.aarch64 49/95 #16 2.998 dh_installdocs #16 3.037 dh_installchangelogs #16 3.124 dh_perl #16 3.161 dh_link #16 3.196 dh_strip_nondeterminism #16 3.263 dh_compress #15 DONE 8.0s #13 74.24 Setting up libxpm4:armhf (1:3.5.12-1.1+deb11u1) ... #13 74.26 Setting up fontconfig-config (2.13.1-4.2) ... #13 74.53 Setting up openssh-client (1:8.4p1-5+deb11u3) ... #14 76.27 Setting up gnupg (2.2.40-1.1ubuntu1) ... #14 76.28 Setting up libc6-dev:armhf (2.37-0ubuntu2.2) ... #14 76.30 Setting up libfont-ttf-perl (1.06-2) ... #14 76.31 Setting up libfile-homedir-perl (1.006-2) ... #14 76.32 Setting up libalgorithm-diff-xs-perl:armhf (0.04-8) ... #14 76.33 Setting up libio-socket-ssl-perl (2.081-2) ... #14 76.35 Setting up libsub-exporter-perl (0.989-1) ... #14 76.36 Setting up libpython3-stdlib:armhf (3.11.2-1) ... #14 76.38 Setting up libalgorithm-merge-perl (0.08-5) ... #14 76.39 Setting up libhttp-message-perl (6.44-1) ... #14 76.40 Setting up libdata-validate-ip-perl (0.31-1) ... #14 76.41 Setting up libhtml-form-perl (6.11-1) ... #14 76.43 Setting up libiterator-perl (0.03+ds1-2) ... #14 76.44 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ... #14 76.45 Setting up libjson-xs-perl (4.030-2) ... #14 76.47 Setting up python3.11 (3.11.4-1~23.04.2) ... #14 70.59 Preparing to unpack .../242-libfont-afm-perl_1.20-2_all.deb ... #14 70.59 Unpacking libfont-afm-perl (1.20-2) ... #14 70.63 Selecting previously unselected package libio-string-perl. #14 70.63 Preparing to unpack .../243-libio-string-perl_1.08-3_all.deb ... #14 70.63 Unpacking libio-string-perl (1.08-3) ... #14 70.66 Selecting previously unselected package libfont-ttf-perl. #14 70.67 Preparing to unpack .../244-libfont-ttf-perl_1.06-1_all.deb ... #14 70.67 Unpacking libfont-ttf-perl (1.06-1) ... #14 70.73 Selecting previously unselected package libfuture-perl. #14 70.73 Preparing to unpack .../245-libfuture-perl_0.43-1_all.deb ... #14 70.74 Unpacking libfuture-perl (0.43-1) ... #14 70.78 Selecting previously unselected package libio-stringy-perl. #14 70.78 Preparing to unpack .../246-libio-stringy-perl_2.111-3_all.deb ... #14 70.78 Unpacking libio-stringy-perl (2.111-3) ... #14 70.82 Selecting previously unselected package libparams-validate-perl. #14 70.83 Preparing to unpack .../247-libparams-validate-perl_1.29-3_arm64.deb ... #14 70.83 Unpacking libparams-validate-perl (1.29-3) ... #15 2.172 dh_testdir #13 72.85 done. #13 DONE 73.2s #14 68.44 Preparing to unpack .../232-libiterator-util-perl_0.02+ds1-2_all.deb ... #14 68.44 Unpacking libiterator-util-perl (0.02+ds1-2) ... #14 68.47 Selecting previously unselected package libdata-dpath-perl. #16 3.345 Reading package lists... #16 4.381 Building dependency tree... #16 4.563 Reading state information... #14 68.47 Preparing to unpack .../233-libdata-dpath-perl_0.58-2_all.deb ... #14 68.48 Unpacking libdata-dpath-perl (0.58-2) ... #16 4.588 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #16 4.641 Starting 2 pkgProblemResolver with broken count: 0 #14 68.51 Selecting previously unselected package libdata-dump-perl. #14 68.51 Preparing to unpack .../234-libdata-dump-perl_1.25-1_all.deb ... #14 68.51 Unpacking libdata-dump-perl (1.25-1) ... #14 68.54 Selecting previously unselected package libdata-messagepack-perl. #14 68.55 Preparing to unpack .../235-libdata-messagepack-perl_1.02-1build1_arm64.deb ... #14 68.55 Unpacking libdata-messagepack-perl (1.02-1build1) ... #14 68.58 Selecting previously unselected package libnet-domain-tld-perl. #14 68.58 Preparing to unpack .../236-libnet-domain-tld-perl_1.75-3_all.deb ... #14 68.59 Unpacking libnet-domain-tld-perl (1.75-3) ... #14 68.62 Selecting previously unselected package libdata-validate-domain-perl. #14 68.62 Preparing to unpack .../237-libdata-validate-domain-perl_0.10-1.1_all.deb ... #14 68.62 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #14 68.66 Selecting previously unselected package libnet-ipv6addr-perl. #16 DONE 9.4s #17 [stage-1 6/9] COPY --link sources/ /sources #15 6.731 Selecting previously unselected package libjsoncpp25:armhf. #15 6.734 Preparing to unpack .../01-libjsoncpp25_1.9.5-4_armhf.deb ... #15 6.750 Unpacking libjsoncpp25:armhf (1.9.5-4) ... #15 6.803 Selecting previously unselected package librhash0:armhf. #15 6.806 Preparing to unpack .../02-librhash0_1.4.3-3_armhf.deb ... #15 6.810 Unpacking librhash0:armhf (1.4.3-3) ... #15 6.862 Selecting previously unselected package libuv1:armhf. #17 DONE 3.3s #18 [stage-1 7/8] WORKDIR /root/build-deb #18 DONE 0.0s #19 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb #19 DONE 0.0s #20 exporting to image #20 exporting layers #17 DONE 3.0s #18 [stage-1 8/8] WORKDIR /root/rpmbuild #18 DONE 0.0s #19 exporting to image #19 exporting layers dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm dpkg-buildpackage: info: source distribution bookworm dpkg-buildpackage: info: source changed by Docker dpkg-buildpackage: info: host architecture armhf dpkg-source -I.git --before-build . #14 67.46 137 added, 0 removed; done. #14 67.58 Setting up libfreetype6:arm64 (2.11.1+dfsg-1ubuntu0.2) ... #15 9.319 Installing : util-linux-2.38.1-4.fc38.aarch64 50/95 #15 9.345 Installing : openssh-9.0p1-17.fc38.aarch64 51/95 #15 9.358 Installing : libsepol-devel-3.5-1.fc38.aarch64 52/95 #15 9.380 Installing : libselinux-utils-3.5-1.fc38.aarch64 53/95 #15 9.402 Installing : policycoreutils-3.5-1.fc38.aarch64 54/95 #15 9.412 Running scriptlet: policycoreutils-3.5-1.fc38.aarch64 54/95 #15 9.426 Installing : selinux-policy-38.31-1.fc38.noarch 55/95 #15 9.433 Running scriptlet: selinux-policy-38.31-1.fc38.noarch 55/95 #16 3.305 dh_fixperms #16 3.348 dh_missing #16 3.378 dh_installdeb #16 3.413 dh_gencontrol #16 [stage-1 5/8] COPY --link sources/ /sources #13 74.69 Setting up gpgsm (2.2.27-2+deb11u2) ... #13 74.73 Setting up libxext6:armhf (2:1.3.3-1.1) ... #13 74.77 Setting up binutils (2.35.2-2) ... #13 74.79 Setting up man-db (2.9.4-2) ... + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:33 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad VERSION BBB 0.0.0-20240120124445-f18a476 + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy dpkg-buildpackage: info: source distribution jammy dpkg-buildpackage: info: source changed by Docker dpkg-buildpackage: info: host architecture amd64 dpkg-source -I.git --before-build . #14 70.87 Selecting previously unselected package libgetopt-long-descriptive-perl. #14 70.87 Preparing to unpack .../248-libgetopt-long-descriptive-perl_0.104-1_all.deb ... #14 70.88 Unpacking libgetopt-long-descriptive-perl (0.104-1) ... #14 70.91 Selecting previously unselected package libsort-versions-perl. #14 70.91 Preparing to unpack .../249-libsort-versions-perl_1.62-1_all.deb ... #14 70.91 Unpacking libsort-versions-perl (1.62-1) ... #14 70.99 Selecting previously unselected package libgit-wrapper-perl. #14 70.99 Preparing to unpack .../250-libgit-wrapper-perl_0.048-1_all.deb ... #14 71.00 Unpacking libgit-wrapper-perl (0.048-1) ... #14 71.05 Selecting previously unselected package libhttp-tiny-multipart-perl. #14 71.05 Preparing to unpack .../251-libhttp-tiny-multipart-perl_0.08-1_all.deb ... #14 71.06 Unpacking libhttp-tiny-multipart-perl (0.08-1) ... #14 71.09 Selecting previously unselected package libio-prompter-perl. #14 71.09 Preparing to unpack .../252-libio-prompter-perl_0.004015-1_all.deb ... #14 71.10 Unpacking libio-prompter-perl (0.004015-1) ... #14 71.13 Selecting previously unselected package libjson-perl. #14 71.13 Preparing to unpack .../253-libjson-perl_4.02000-2_all.deb ... #14 71.14 Unpacking libjson-perl (4.02000-2) ... #14 71.17 Selecting previously unselected package liblog-any-perl. #14 71.17 Preparing to unpack .../254-liblog-any-perl_1.708-1_all.deb ... #14 71.18 Unpacking liblog-any-perl (1.708-1) ... #14 71.21 Selecting previously unselected package liblog-any-adapter-screen-perl. #17 DONE 3.5s #15 2.190 dh_testroot #15 2.208 dh_prep #15 2.230 dh_testdir #15 2.248 dh_testroot #15 2.265 dh_install #15 2.291 dh_installdocs #15 2.323 dh_installchangelogs #15 2.395 dh_compress #15 2.433 dh_fixperms #15 2.478 dh_installdeb #15 2.505 dh_gencontrol #14 [stage-1 3/8] COPY --link common /root/build-deb/debian #14 DONE 0.1s #15 [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 #16 4.643 Done #16 4.670 Done #16 4.679 Starting pkgProblemResolver with broken count: 0 #16 4.714 Starting 2 pkgProblemResolver with broken count: 0 #16 4.716 Done #16 4.859 The following additional packages will be installed: #16 4.859 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp1 #16 4.860 librhash0 libseccomp-dev libsystemd-dev libsystemd0 libuv1 pkg-config #16 4.861 Suggested packages: #16 4.861 cmake-doc ninja-build apparmor-easyprof lrzip seccomp #16 4.895 The following NEW packages will be installed: #14 68.66 Preparing to unpack .../238-libnet-ipv6addr-perl_1.02-1_all.deb ... #14 68.66 Unpacking libnet-ipv6addr-perl (1.02-1) ... #14 68.70 Selecting previously unselected package libnet-netmask-perl. #14 68.70 Preparing to unpack .../239-libnet-netmask-perl_2.0002-2_all.deb ... #14 68.71 Unpacking libnet-netmask-perl (2.0002-2) ... #14 68.74 Selecting previously unselected package libnetaddr-ip-perl. #14 68.74 Preparing to unpack .../240-libnetaddr-ip-perl_4.079+dfsg-2build1_arm64.deb ... #14 68.75 Unpacking libnetaddr-ip-perl (4.079+dfsg-2build1) ... #14 68.79 Selecting previously unselected package libdata-validate-ip-perl. #14 68.79 Preparing to unpack .../241-libdata-validate-ip-perl_0.31-1_all.deb ... #14 68.79 Unpacking libdata-validate-ip-perl (0.31-1) ... #14 68.83 Selecting previously unselected package libdata-validate-uri-perl. #14 68.83 Preparing to unpack .../242-libdata-validate-uri-perl_0.07-2_all.deb ... #14 68.84 Unpacking libdata-validate-uri-perl (0.07-2) ... #14 68.87 Selecting previously unselected package libdistro-info-perl. #14 68.87 Preparing to unpack .../243-libdistro-info-perl_1.5ubuntu0.23.04.1_all.deb ... #14 68.87 Unpacking libdistro-info-perl (1.5ubuntu0.23.04.1) ... #14 68.93 Selecting previously unselected package libemail-address-xs-perl. #17 DONE 0.3s #18 [stage-1 7/9] COPY --link --from=golang /usr/local/go /usr/local/go #15 6.865 Preparing to unpack .../03-libuv1_1.44.2-1_armhf.deb ... #15 6.869 Unpacking libuv1:armhf (1.44.2-1) ... #15 6.939 Selecting previously unselected package cmake-data. #15 6.941 Preparing to unpack .../04-cmake-data_3.25.1-1_all.deb ... #15 6.951 Unpacking cmake-data (3.25.1-1) ... rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build #14 70.11 137 added, 0 removed; done. #14 70.15 Setting up libgprofng0:arm64 (2.41-5ubuntu1) ... #14 70.16 Setting up libfreetype6:arm64 (2.13.1+dfsg-1) ... #14 70.17 Setting up libgssapi-krb5-2:arm64 (1.20.1-3ubuntu1) ... #14 70.19 Setting up libgdbm-compat4:arm64 (1.23-3) ... #14 70.20 Setting up libssh-4:arm64 (0.10.5-3ubuntu1.2) ... #14 70.21 Setting up dwz (0.15-1) ... #14 70.22 Setting up libgcc-13-dev:arm64 (13.2.0-4ubuntu3) ... #14 70.26 Setting up groff-base (1.23.0-2) ... #14 70.28 Setting up libtiff6:arm64 (4.5.1+git230720-1ubuntu1) ... #14 70.30 Setting up cpp (4:13.2.0-1ubuntu1) ... #14 70.32 Setting up gpgconf (2.2.40-1.1ubuntu1) ... #14 70.33 Setting up debugedit (1:5.0-5) ... debian/rules clean dh clean --with=bash-completion dh_clean #14 67.60 Setting up libgdbm-compat4:arm64 (1.23-1) ... #14 67.61 Setting up libgcc-11-dev:arm64 (11.4.0-1ubuntu1~22.04) ... #14 67.63 Setting up dwz (0.14-1build2) ... #14 67.64 Setting up gcc-11 (11.4.0-1ubuntu1~22.04) ... #14 67.66 Setting up groff-base (1.22.4-8build1) ... #14 67.68 Setting up cpp (4:11.2.0-1ubuntu1) ... #14 67.70 Setting up gpgconf (2.2.27-3ubuntu2.1) ... #14 67.72 Setting up debugedit (1:5.0-4build1) ... #14 67.73 Setting up libcurl4:arm64 (7.81.0-1ubuntu1.15) ... #14 67.75 Setting up libc6-dev:arm64 (2.35-0ubuntu3.6) ... #14 67.76 Setting up libx11-6:arm64 (2:1.7.5-1ubuntu0.3) ... #14 67.77 Setting up libtiff5:arm64 (4.3.0-6ubuntu0.7) ... #14 67.79 Setting up curl (7.81.0-1ubuntu1.15) ... #15 9.462 Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 56/95 #15 9.732 Installing : selinux-policy-targeted-38.31-1.fc38.noarch 56/95 #16 3.533 dh_md5sums #16 3.569 dh_builddeb #16 3.597 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #16 3.680 dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo #16 3.825 dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes #16 DONE 0.3s #17 [stage-1 6/8] COPY --link --from=golang /usr/local/go /usr/local/go #13 74.91 Building database of manual pages ... debian/rules clean dh clean --with=bash-completion dh_clean #14 71.22 Preparing to unpack .../255-liblog-any-adapter-screen-perl_0.140-1_all.deb ... #14 71.22 Unpacking liblog-any-adapter-screen-perl (0.140-1) ... #14 71.25 Selecting previously unselected package libpackage-stash-perl. #14 71.25 Preparing to unpack .../256-libpackage-stash-perl_0.38-1_all.deb ... #14 71.26 Unpacking libpackage-stash-perl (0.38-1) ... #14 71.29 Selecting previously unselected package libsub-identify-perl. #14 71.29 Preparing to unpack .../257-libsub-identify-perl_0.14-1build2_arm64.deb ... #14 71.30 Unpacking libsub-identify-perl (0.14-1build2) ... #14 71.33 Selecting previously unselected package libsub-name-perl. #14 71.33 Preparing to unpack .../258-libsub-name-perl_0.26-1_arm64.deb ... #14 71.33 Unpacking libsub-name-perl (0.26-1) ... #14 71.37 Selecting previously unselected package libnamespace-clean-perl. #14 71.37 Preparing to unpack .../259-libnamespace-clean-perl_0.27-1_all.deb ... #14 71.38 Unpacking libnamespace-clean-perl (0.27-1) ... #14 71.41 Selecting previously unselected package libpath-tiny-perl. #14 71.41 Preparing to unpack .../260-libpath-tiny-perl_0.108-1_all.deb ... #14 71.42 Unpacking libpath-tiny-perl (0.108-1) ... #14 71.45 Selecting previously unselected package libtype-tiny-perl. #18 [stage-1 8/8] WORKDIR /root/rpmbuild #18 DONE 0.1s #19 exporting to image #19 exporting layers #15 2.620 dh_md5sums #15 2.649 dh_builddeb #15 2.669 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #15 2.689 #15 2.689 The package has been created. #15 2.689 Attention, the package has been created in the current directory, #15 2.689 not in ".." as indicated by the message above! #15 2.713 Selecting previously unselected package docker-ce-build-deps. #15 2.728 (Reading database ... 27762 files and directories currently installed.) #16 4.896 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp1 #16 4.897 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 4.898 The following packages will be upgraded: #16 4.898 libsystemd0 #14 68.94 Preparing to unpack .../244-libemail-address-xs-perl_1.05-1build1_arm64.deb ... #14 68.94 Unpacking libemail-address-xs-perl (1.05-1build1) ... #14 68.97 Selecting previously unselected package libexporter-tiny-perl. #14 68.98 Preparing to unpack .../245-libexporter-tiny-perl_1.006000-1_all.deb ... #14 68.98 Unpacking libexporter-tiny-perl (1.006000-1) ... #14 69.01 Selecting previously unselected package libfcgi-bin. #14 69.01 Preparing to unpack .../246-libfcgi-bin_2.4.2-2build2_arm64.deb ... #14 69.02 Unpacking libfcgi-bin (2.4.2-2build2) ... #14 69.05 Selecting previously unselected package libipc-system-simple-perl. #14 69.05 Preparing to unpack .../247-libipc-system-simple-perl_1.30-2_all.deb ... #14 69.05 Unpacking libipc-system-simple-perl (1.30-2) ... #14 69.08 Selecting previously unselected package libfile-basedir-perl. #14 69.09 Preparing to unpack .../248-libfile-basedir-perl_0.09-2_all.deb ... #14 69.09 Unpacking libfile-basedir-perl (0.09-2) ... #14 69.12 Selecting previously unselected package libfile-chdir-perl. #14 69.12 Preparing to unpack .../249-libfile-chdir-perl_0.1008-1.1_all.deb ... #14 69.13 Unpacking libfile-chdir-perl (0.1008-1.1) ... #14 69.16 Selecting previously unselected package libfile-fcntllock-perl. #14 70.34 Setting up libcurl4:arm64 (8.2.1-1ubuntu3.2) ... #14 70.36 Setting up libx11-6:arm64 (2:1.8.6-1ubuntu1) ... #14 70.37 Setting up curl (8.2.1-1ubuntu3.2) ... #14 70.38 Setting up libfontconfig1:arm64 (2.14.2-4ubuntu1) ... #14 70.40 Setting up libperl5.36:arm64 (5.36.0-9ubuntu1.1) ... #14 70.41 Setting up libxmuu1:arm64 (2:1.1.3-3) ... #14 70.42 Setting up gpg (2.2.40-1.1ubuntu1) ... #14 70.44 Setting up gnupg-utils (2.2.40-1.1ubuntu1) ... #15 0.921 Reading package lists... #14 67.80 Setting up libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ... #14 67.82 Setting up libxml2:arm64 (2.9.13+dfsg-1ubuntu0.3) ... #14 67.83 Setting up libxmuu1:arm64 (2:1.1.3-3) ... #14 67.85 Setting up gpg (2.2.27-3ubuntu2.1) ... #14 67.86 Setting up libpython3-stdlib:arm64 (3.10.6-1~22.04) ... #14 67.87 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ... #14 67.89 Setting up libperl5.34:arm64 (5.34.0-3ubuntu1.3) ... #14 67.90 Setting up gettext (0.21-4ubuntu4) ... #14 67.91 Setting up gpg-agent (2.2.27-3ubuntu2.1) ... #16 3.904 dpkg-genchanges: info: binary-only upload (no source code included) #16 3.907 dpkg-source --after-build . #16 4.005 dpkg-buildpackage: info: binary-only upload (no source included) #16 4.009 #16 4.009 The package has been created. #16 4.009 Attention, the package has been created in the current directory, #16 4.009 not in ".." as indicated by the message above! #16 4.033 Selecting previously unselected package docker-ce-build-deps. #16 4.048 (Reading database ... 25307 files and directories currently installed.) #16 4.049 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #16 4.053 Unpacking docker-ce-build-deps (1.0) ... dpkg-source -I.git -b . dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz #14 71.45 Preparing to unpack .../261-libtype-tiny-perl_1.008001-2_all.deb ... #14 71.46 Unpacking libtype-tiny-perl (1.008001-2) ... #14 71.51 Selecting previously unselected package libgitlab-api-v4-perl. #14 71.51 Preparing to unpack .../262-libgitlab-api-v4-perl_0.25-1_all.deb ... #14 71.52 Unpacking libgitlab-api-v4-perl (0.25-1) ... #14 71.55 Selecting previously unselected package libhash-fieldhash-perl. #14 71.56 Preparing to unpack .../263-libhash-fieldhash-perl_0.15-1build2_arm64.deb ... #14 71.56 Unpacking libhash-fieldhash-perl (0.15-1build2) ... #14 71.60 Selecting previously unselected package libhtml-form-perl. #14 71.60 Preparing to unpack .../264-libhtml-form-perl_6.07-1_all.deb ... #14 71.60 Unpacking libhtml-form-perl (6.07-1) ... #14 71.64 Selecting previously unselected package libhtml-format-perl. #14 71.64 Preparing to unpack .../265-libhtml-format-perl_2.12-1_all.deb ... #14 71.65 Unpacking libhtml-format-perl (2.12-1) ... #14 71.68 Selecting previously unselected package libhttp-daemon-perl. #15 2.730 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #15 2.733 Unpacking docker-ce-build-deps (1.0) ... #16 5.311 1 upgraded, 11 newly installed, 0 to remove and 7 not upgraded. #16 5.311 1 not fully installed or removed. #16 5.311 Need to get 5981 kB of archives. #16 5.311 After this operation, 24.0 MB of additional disk space will be used. #16 5.311 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bash-completion all 1:2.10-1ubuntu1 [178 kB] #14 69.16 Preparing to unpack .../250-libfile-fcntllock-perl_0.22-4build1_arm64.deb ... #14 69.16 Unpacking libfile-fcntllock-perl (0.22-4build1) ... #14 69.21 Selecting previously unselected package libnumber-compare-perl. #14 69.21 Preparing to unpack .../251-libnumber-compare-perl_0.03-3_all.deb ... #14 69.22 Unpacking libnumber-compare-perl (0.03-3) ... #14 69.25 Selecting previously unselected package libtext-glob-perl. #14 69.25 Preparing to unpack .../252-libtext-glob-perl_0.11-3_all.deb ... #14 69.25 Unpacking libtext-glob-perl (0.11-3) ... #14 69.28 Selecting previously unselected package libfile-find-rule-perl. #14 69.29 Preparing to unpack .../253-libfile-find-rule-perl_0.34-3_all.deb ... #14 69.34 Unpacking libfile-find-rule-perl (0.34-3) ... #14 69.37 Selecting previously unselected package libfont-afm-perl. #14 69.37 Preparing to unpack .../254-libfont-afm-perl_1.20-4_all.deb ... #14 69.38 Unpacking libfont-afm-perl (1.20-4) ... #14 69.41 Selecting previously unselected package libio-string-perl. #15 0.642 Hit:1 http://deb.debian.org/debian bullseye InRelease #15 0.642 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease #15 0.642 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease #15 7.380 Selecting previously unselected package libproc2-0:armhf. #15 7.384 Preparing to unpack .../05-libproc2-0_2%3a4.0.2-3_armhf.deb ... #15 7.388 Unpacking libproc2-0:armhf (2:4.0.2-3) ... #15 7.455 Selecting previously unselected package procps. #15 7.458 Preparing to unpack .../06-procps_2%3a4.0.2-3_armhf.deb ... #15 7.471 Unpacking procps (2:4.0.2-3) ... #15 7.570 Selecting previously unselected package cmake. #15 7.572 Preparing to unpack .../07-cmake_3.25.1-1_armhf.deb ... #15 7.577 Unpacking cmake (3.25.1-1) ... rm -f -r build docker builder prune -f --filter until=24h #14 70.45 Setting up libtirpc3:arm64 (1.3.3+ds-1) ... #14 70.46 Setting up gpg-agent (2.2.40-1.1ubuntu1) ... #14 77.26 Setting up libhttp-negotiate-perl (6.01-2) ... #14 77.28 Setting up libio-prompter-perl (0.004015-2) ... #14 77.29 Setting up libiterator-util-perl (0.02+ds1-2) ... #14 77.31 Setting up libstdc++-12-dev:armhf (12.3.0-1ubuntu1~23.04) ... #14 77.33 Setting up libhttp-cookies-perl (6.10-1) ... #15 1.701 dpkg-buildpackage: info: source package docker-ce-build-deps #15 1.701 dpkg-buildpackage: info: source version 1.0 #15 1.701 dpkg-buildpackage: info: source distribution unstable #15 1.701 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #15 1.736 dpkg-buildpackage: info: host architecture arm64 #15 1.736 dpkg-source --before-build . #15 1.832 debian/rules clean #15 9.104 Processing triggers for libc-bin (2.36-9+deb12u3) ... dpkg-source -I.git -b . dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm.tar.gz #14 71.69 Preparing to unpack .../266-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ... #14 71.69 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ... #14 71.73 Selecting previously unselected package libidn11:arm64. #14 71.73 Preparing to unpack .../267-libidn11_1.33-2.2ubuntu2_arm64.deb ... #14 71.73 Unpacking libidn11:arm64 (1.33-2.2ubuntu2) ... #14 71.77 Selecting previously unselected package libstruct-dumb-perl. #14 71.77 Preparing to unpack .../268-libstruct-dumb-perl_0.09-1_all.deb ... #14 71.77 Unpacking libstruct-dumb-perl (0.09-1) ... #14 71.81 Selecting previously unselected package libio-async-perl. #14 71.81 Preparing to unpack .../269-libio-async-perl_0.75-1_all.deb ... #14 71.81 Unpacking libio-async-perl (0.75-1) ... #14 71.86 Selecting previously unselected package liblinux-epoll-perl. #14 71.86 Preparing to unpack .../270-liblinux-epoll-perl_0.017-1_arm64.deb ... #14 71.87 Unpacking liblinux-epoll-perl (0.017-1) ... #14 71.90 Selecting previously unselected package libio-async-loop-epoll-perl. #14 71.91 Preparing to unpack .../271-libio-async-loop-epoll-perl_0.20-1_all.deb ... #14 71.91 Unpacking libio-async-loop-epoll-perl (0.20-1) ... #14 DONE 74.6s #15 [stage-1 4/9] COPY --link common /root/build-deb/debian #15 DONE 0.1s #16 [stage-1 5/9] RUN apt-get update && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control #14 69.41 Preparing to unpack .../255-libio-string-perl_1.08-4_all.deb ... #14 69.42 Unpacking libio-string-perl (1.08-4) ... #14 69.45 Selecting previously unselected package libfont-ttf-perl. #14 69.45 Preparing to unpack .../256-libfont-ttf-perl_1.06-2_all.deb ... #14 69.46 Unpacking libfont-ttf-perl (1.06-2) ... #14 69.50 Selecting previously unselected package libfreezethaw-perl. #14 69.50 Preparing to unpack .../257-libfreezethaw-perl_0.5001-3_all.deb ... #14 69.51 Unpacking libfreezethaw-perl (0.5001-3) ... #14 69.54 Selecting previously unselected package libsort-versions-perl. #14 69.54 Preparing to unpack .../258-libsort-versions-perl_1.62-3_all.deb ... #14 69.54 Unpacking libsort-versions-perl (1.62-3) ... #14 69.58 Selecting previously unselected package libgit-wrapper-perl. #14 69.58 Preparing to unpack .../259-libgit-wrapper-perl_0.048-2_all.deb ... #14 69.59 Unpacking libgit-wrapper-perl (0.048-2) ... #14 69.62 Selecting previously unselected package libhttp-tiny-multipart-perl. #14 69.62 Preparing to unpack .../260-libhttp-tiny-multipart-perl_0.08-2_all.deb ... #14 69.63 Unpacking libhttp-tiny-multipart-perl (0.08-2) ... #14 69.66 Selecting previously unselected package libio-prompter-perl. Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' #15 8.007 Selecting previously unselected package dh-apparmor. [Pipeline] } #14 70.98 Setting up libxpm4:arm64 (1:3.5.12-1.1ubuntu1) ... #14 71.00 Setting up openssh-client (1:9.3p1-1ubuntu3.2) ... #14 71.10 Setting up gpgsm (2.2.40-1.1ubuntu1) ... [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } #14 77.34 Setting up libtool (2.4.7-5) ... #14 77.36 Setting up po-debconf (1.0.21+nmu1) ... #14 77.37 Setting up libhtml-tree-perl (5.07-3) ... #14 77.38 Setting up libparams-classify-perl:armhf (0.015-2build2) ... #14 77.39 Setting up libcgi-pm-perl (4.55-1) ... #14 77.41 Setting up python3 (3.11.2-1) ... #15 1.835 dh clean #15 1.909 dh_clean #15 1.943 debian/rules binary #15 1.945 dh binary #15 2.009 dh_update_autotools_config #15 2.037 dh_autoreconf #15 2.075 create-stamp debian/debhelper-build-stamp #15 2.075 dh_prep [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } #16 0.682 Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease #16 0.682 Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease #14 71.94 Selecting previously unselected package libtypes-serialiser-perl. #14 71.94 Preparing to unpack .../272-libtypes-serialiser-perl_1.0-1_all.deb ... #14 71.95 Unpacking libtypes-serialiser-perl (1.0-1) ... #14 71.98 Selecting previously unselected package libjson-xs-perl. #14 71.98 Preparing to unpack .../273-libjson-xs-perl_4.020-1build1_arm64.deb ... #14 71.99 Unpacking libjson-xs-perl (4.020-1build1) ... #14 72.03 Selecting previously unselected package libjson-maybexs-perl. #14 72.03 Preparing to unpack .../274-libjson-maybexs-perl_1.004000-1_all.deb ... #14 72.03 Unpacking libjson-maybexs-perl (1.004000-1) ... #14 72.06 Selecting previously unselected package liblist-compare-perl. #14 72.06 Preparing to unpack .../275-liblist-compare-perl_0.53-1_all.deb ... #14 72.07 Unpacking liblist-compare-perl (0.53-1) ... #14 72.10 Selecting previously unselected package liblist-moreutils-perl. #14 72.11 Preparing to unpack .../276-liblist-moreutils-perl_0.416-1build5_arm64.deb ... #14 72.11 Unpacking liblist-moreutils-perl (0.416-1build5) ... #14 72.14 Selecting previously unselected package liblist-someutils-perl. #14 72.14 Preparing to unpack .../277-liblist-someutils-perl_0.58-1_all.deb ... #14 72.15 Unpacking liblist-someutils-perl (0.58-1) ... #14 72.18 Selecting previously unselected package liblist-someutils-xs-perl. #14 72.18 Preparing to unpack .../278-liblist-someutils-xs-perl_0.58-2_arm64.deb ... #14 72.19 Unpacking liblist-someutils-xs-perl (0.58-2) ... #14 72.23 Selecting previously unselected package libltdl7:arm64. #14 72.23 Preparing to unpack .../279-libltdl7_2.4.6-14_arm64.deb ... #14 72.23 Unpacking libltdl7:arm64 (2.4.6-14) ... #14 72.27 Selecting previously unselected package libltdl-dev:arm64. #14 68.40 Setting up python3.10 (3.10.12-1~22.04.3) ... #14 69.66 Preparing to unpack .../261-libio-prompter-perl_0.004015-2_all.deb ... #14 69.66 Unpacking libio-prompter-perl (0.004015-2) ... #14 69.70 Selecting previously unselected package libjson-perl. #14 69.70 Preparing to unpack .../262-libjson-perl_4.10000-1_all.deb ... #14 69.70 Unpacking libjson-perl (4.10000-1) ... #14 69.74 Selecting previously unselected package liblog-any-perl. #14 69.74 Preparing to unpack .../263-liblog-any-perl_1.713-1_all.deb ... #14 69.74 Unpacking liblog-any-perl (1.713-1) ... #14 69.78 Selecting previously unselected package liblog-any-adapter-screen-perl. #14 69.78 Preparing to unpack .../264-liblog-any-adapter-screen-perl_0.140-2_all.deb ... #14 69.79 Unpacking liblog-any-adapter-screen-perl (0.140-2) ... #14 69.82 Selecting previously unselected package libpackage-stash-perl. #14 69.82 Preparing to unpack .../265-libpackage-stash-perl_0.40-1_all.deb ... #14 69.83 Unpacking libpackage-stash-perl (0.40-1) ... #14 69.86 Selecting previously unselected package libsub-identify-perl. #14 69.86 Preparing to unpack .../266-libsub-identify-perl_0.14-3_arm64.deb ... #14 69.87 Unpacking libsub-identify-perl (0.14-3) ... #14 69.90 Selecting previously unselected package libsub-name-perl:arm64. #15 2.785 Reading package lists... #15 3.437 Building dependency tree... #16 5.665 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB] #16 5.926 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libarchive13 armhf 3.4.0-2ubuntu1.2 [290 kB] #16 5.941 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjsoncpp1 armhf 1.7.4-3.1ubuntu2 [65.1 kB] #16 5.944 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librhash0 armhf 1.3.9-1 [125 kB] #16 5.950 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libuv1 armhf 1.34.2-1ubuntu1.3 [68.7 kB] #16 5.954 Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cmake armhf 3.16.3-1ubuntu1.20.04.1 [3014 kB] #15 8.013 Preparing to unpack .../08-dh-apparmor_3.0.8-3_all.deb ... #15 8.014 Unpacking dh-apparmor (3.0.8-3) ... #15 8.049 Selecting previously unselected package libseccomp-dev:armhf. #15 8.052 Preparing to unpack .../09-libseccomp-dev_2.5.4-1+b3_armhf.deb ... #15 8.058 Unpacking libseccomp-dev:armhf (2.5.4-1+b3) ... #15 8.106 Selecting previously unselected package libsystemd-dev:armhf. #15 8.109 Preparing to unpack .../10-libsystemd-dev_252.19-1~deb12u1_armhf.deb ... #15 8.113 Unpacking libsystemd-dev:armhf (252.19-1~deb12u1) ... #15 8.254 Selecting previously unselected package libpkgconf3:armhf. #14 71.11 Setting up libxext6:arm64 (2:1.3.4-1build1) ... #14 71.12 Setting up binutils-aarch64-linux-gnu (2.41-5ubuntu1) ... #14 71.13 Setting up libcurl3-gnutls:arm64 (8.2.1-1ubuntu3.2) ... #14 71.15 Setting up binutils (2.41-5ubuntu1) ... #14 71.16 Setting up man-db (2.11.2-3) ... #14 71.26 Building database of manual pages ... #15 2.104 dh_install #15 2.137 dh_installdocs #15 2.173 dh_installchangelogs #15 2.252 dh_perl #15 2.287 dh_link #15 2.319 dh_strip_nondeterminism #15 2.382 dh_compress #14 77.70 Setting up libhtml-format-perl (2.16-2) ... #14 77.71 Setting up python3-xdg (0.28-2) ... #14 77.87 Setting up libxml-sax-perl (1.02+dfsg-3) ... #14 77.93 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #16 0.688 Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease #16 0.789 Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease #15 DONE 9.6s #16 [stage-1 5/8] COPY --link sources/ /sources #14 72.27 Preparing to unpack .../280-libltdl-dev_2.4.6-14_arm64.deb ... #14 72.27 Unpacking libltdl-dev:arm64 (2.4.6-14) ... #14 72.32 Selecting previously unselected package libsys-hostname-long-perl. #14 72.32 Preparing to unpack .../281-libsys-hostname-long-perl_1.5-1_all.deb ... #14 72.32 Unpacking libsys-hostname-long-perl (1.5-1) ... #14 72.35 Selecting previously unselected package libmail-sendmail-perl. #14 72.36 Preparing to unpack .../282-libmail-sendmail-perl_0.80-1_all.deb ... #14 72.36 Unpacking libmail-sendmail-perl (0.80-1) ... #14 72.39 Selecting previously unselected package libmoox-aliases-perl. #14 72.39 Preparing to unpack .../283-libmoox-aliases-perl_0.001006-1_all.deb ... #14 72.40 Unpacking libmoox-aliases-perl (0.001006-1) ... #14 72.43 Selecting previously unselected package libobject-id-perl. #14 72.43 Preparing to unpack .../284-libobject-id-perl_0.1.2-2ubuntu1_all.deb ... #14 72.44 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ... #14 72.47 Selecting previously unselected package libmoox-struct-perl. #14 72.47 Preparing to unpack .../285-libmoox-struct-perl_0.017-1_all.deb ... #14 72.47 Unpacking libmoox-struct-perl (0.017-1) ... #14 72.51 Selecting previously unselected package libnet-dns-sec-perl. #14 69.90 Preparing to unpack .../267-libsub-name-perl_0.26-2build1_arm64.deb ... #14 69.90 Unpacking libsub-name-perl:arm64 (0.26-2build1) ... #14 69.94 Selecting previously unselected package libnamespace-clean-perl. #14 69.94 Preparing to unpack .../268-libnamespace-clean-perl_0.27-2_all.deb ... #14 69.95 Unpacking libnamespace-clean-perl (0.27-2) ... #14 69.98 Selecting previously unselected package libpath-tiny-perl. #14 69.98 Preparing to unpack .../269-libpath-tiny-perl_0.144-1_all.deb ... #14 69.99 Unpacking libpath-tiny-perl (0.144-1) ... #14 70.02 Selecting previously unselected package libstrictures-perl. #14 70.03 Preparing to unpack .../270-libstrictures-perl_2.000006-1_all.deb ... #14 70.03 Unpacking libstrictures-perl (2.000006-1) ... #14 70.07 Selecting previously unselected package libtype-tiny-perl. #14 70.07 Preparing to unpack .../271-libtype-tiny-perl_2.002001-1_all.deb ... #14 70.07 Unpacking libtype-tiny-perl (2.002001-1) ... #14 70.12 Selecting previously unselected package libgitlab-api-v4-perl. #14 70.12 Preparing to unpack .../272-libgitlab-api-v4-perl_0.26-2_all.deb ... #14 70.13 Unpacking libgitlab-api-v4-perl (0.26-2) ... #14 70.17 Selecting previously unselected package libhtml-form-perl. #14 70.17 Preparing to unpack .../273-libhtml-form-perl_6.11-1_all.deb ... #14 70.17 Unpacking libhtml-form-perl (6.11-1) ... #14 70.21 Selecting previously unselected package libhtml-format-perl. #14 70.22 Preparing to unpack .../274-libhtml-format-perl_2.16-2_all.deb ... #14 70.22 Unpacking libhtml-format-perl (2.16-2) ... #14 70.25 Selecting previously unselected package libhtml-html5-entities-perl. #15 3.593 Reading state information... #15 3.612 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #15 3.655 Starting 2 pkgProblemResolver with broken count: 0 #15 3.657 Done #15 3.677 Done #15 3.684 Starting pkgProblemResolver with broken count: 0 #15 3.713 Starting 2 pkgProblemResolver with broken count: 0 #15 3.715 Done #15 3.817 The following additional packages will be installed: #16 6.092 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf dh-apparmor all 2.13.3-7ubuntu5.3 [11.0 kB] #16 6.095 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libseccomp-dev armhf 2.5.1-1ubuntu1~20.04.2 [79.3 kB] #16 6.096 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsystemd0 armhf 245.4-4ubuntu3.23 [248 kB] #16 6.108 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsystemd-dev armhf 245.4-4ubuntu3.23 [246 kB] #15 8.257 Preparing to unpack .../11-libpkgconf3_1.8.1-1_armhf.deb ... #15 8.264 Unpacking libpkgconf3:armhf (1.8.1-1) ... #15 8.308 Selecting previously unselected package pkgconf-bin. #15 8.311 Preparing to unpack .../12-pkgconf-bin_1.8.1-1_armhf.deb ... #15 8.316 Unpacking pkgconf-bin (1.8.1-1) ... #15 8.387 Selecting previously unselected package pkgconf:armhf. #15 8.390 Preparing to unpack .../13-pkgconf_1.8.1-1_armhf.deb ... #15 8.396 Unpacking pkgconf:armhf (1.8.1-1) ... #15 8.440 Selecting previously unselected package pkg-config:armhf. #15 8.443 Preparing to unpack .../14-pkg-config_1.8.1-1_armhf.deb ... #15 8.449 Unpacking pkg-config:armhf (1.8.1-1) ... #15 8.497 Setting up libseccomp-dev:armhf (2.5.4-1+b3) ... #14 71.58 Setting up libgpgme11:arm64 (1.18.0-3ubuntu2) ... #15 0.893 Reading package lists... #15 2.422 dh_fixperms #15 2.464 dh_missing #15 2.489 dh_installdeb #15 2.521 dh_gencontrol #15 2.634 dh_md5sums #14 77.99 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 78.12 #14 78.12 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 78.14 Setting up python3-six (1.16.0-4) ... #14 72.51 Preparing to unpack .../286-libnet-dns-sec-perl_1.15-1_arm64.deb ... #16 DONE 0.4s #14 72.51 Unpacking libnet-dns-sec-perl (1.15-1) ... #14 72.54 Selecting previously unselected package libnet-libidn-perl. #14 72.54 Preparing to unpack .../287-libnet-libidn-perl_0.12.ds-3build2_arm64.deb ... #14 72.55 Unpacking libnet-libidn-perl (0.12.ds-3build2) ... #14 72.58 Selecting previously unselected package libnumber-range-perl. #14 72.59 Preparing to unpack .../288-libnumber-range-perl_0.12-1_all.deb ... #14 72.59 Unpacking libnumber-range-perl (0.12-1) ... #14 72.62 Selecting previously unselected package libpackage-stash-xs-perl. #14 72.63 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1build1_arm64.deb ... #14 72.63 Unpacking libpackage-stash-xs-perl (0.29-1build1) ... #14 72.67 Selecting previously unselected package libpath-iterator-rule-perl. #14 72.67 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ... #14 72.67 Unpacking libpath-iterator-rule-perl (1.014-1) ... #14 72.71 Selecting previously unselected package libperl4-corelibs-perl. #14 72.71 Preparing to unpack .../291-libperl4-corelibs-perl_0.004-2_all.deb ... #14 72.71 Unpacking libperl4-corelibs-perl (0.004-2) ... #14 72.75 Selecting previously unselected package libperlio-gzip-perl. #14 69.10 Setting up libxpm4:arm64 (1:3.5.12-1ubuntu0.22.04.2) ... #14 69.12 Setting up libtool (2.4.6-15build2) ... #14 69.14 Setting up openssh-client (1:8.9p1-3ubuntu0.6) ... #14 69.22 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode #14 70.26 Preparing to unpack .../275-libhtml-html5-entities-perl_0.004-3_all.deb ... #14 70.26 Unpacking libhtml-html5-entities-perl (0.004-3) ... #14 70.30 Selecting previously unselected package libhtml-tokeparser-simple-perl. #14 70.30 Preparing to unpack .../276-libhtml-tokeparser-simple-perl_3.16-4_all.deb ... #14 70.31 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ... #14 70.34 Selecting previously unselected package libhttp-daemon-perl. #14 70.34 Preparing to unpack .../277-libhttp-daemon-perl_6.14-2_all.deb ... #14 70.35 Unpacking libhttp-daemon-perl (6.14-2) ... #14 70.38 Selecting previously unselected package libindirect-perl. #14 70.38 Preparing to unpack .../278-libindirect-perl_0.39-2build1_arm64.deb ... #14 70.38 Unpacking libindirect-perl (0.39-2build1) ... #14 70.41 Selecting previously unselected package libio-interactive-perl. #14 70.42 Preparing to unpack .../279-libio-interactive-perl_1.023-2_all.deb ... #14 70.42 Unpacking libio-interactive-perl (1.023-2) ... #14 70.45 Selecting previously unselected package libtypes-serialiser-perl. #14 70.45 Preparing to unpack .../280-libtypes-serialiser-perl_1.01-1_all.deb ... #14 70.46 Unpacking libtypes-serialiser-perl (1.01-1) ... #14 70.49 Selecting previously unselected package libjson-xs-perl. #15 3.818 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp1 #15 3.818 libprocps7 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config procps #15 3.819 Suggested packages: #15 3.819 cmake-doc ninja-build apparmor-easyprof lrzip seccomp #15 3.905 The following NEW packages will be installed: #15 3.905 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp1 #15 3.906 libprocps7 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config procps #16 6.264 Get:12 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pkg-config armhf 0.29.1-0ubuntu4 [42.6 kB] #15 8.511 Setting up libpkgconf3:armhf (1.8.1-1) ... #15 8.524 Setting up libuv1:armhf (1.44.2-1) ... #15 8.542 Setting up bash-completion (1:2.11-6) ... #15 8.569 Setting up libproc2-0:armhf (2:4.0.2-3) ... #15 8.583 Setting up libjsoncpp25:armhf (1.9.5-4) ... #15 8.597 Setting up pkgconf-bin (1.8.1-1) ... #15 8.612 Setting up librhash0:armhf (1.4.3-3) ... #15 8.624 Setting up procps (2:4.0.2-3) ... #15 8.667 Setting up cmake-data (3.25.1-1) ... #15 8.685 Setting up dh-apparmor (3.0.8-3) ... #15 8.698 Setting up libsystemd-dev:armhf (252.19-1~deb12u1) ... #15 8.711 Setting up pkgconf:armhf (1.8.1-1) ... #15 8.725 Setting up pkg-config:armhf (1.8.1-1) ... #14 71.59 Setting up dirmngr (2.2.40-1.1ubuntu1) ... #14 71.72 Setting up perl (5.36.0-9ubuntu1.1) ... #14 71.76 Setting up libpackage-stash-xs-perl:arm64 (0.30-1build1) ... #14 71.77 Setting up libclass-data-inheritable-perl (0.08-3) ... #14 71.78 Setting up libxs-parse-keyword-perl (0.38-1) ... #14 71.79 Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ... #14 71.80 Setting up libdata-dump-perl (1.25-1) ... #14 71.81 Setting up libfile-find-rule-perl (0.34-3) ... #14 71.82 Setting up libref-util-perl (0.204-2) ... #22 ... #46 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/amd64 < #15 1.694 dpkg-buildpackage: info: host architecture amd64 #15 1.694 dpkg-source --before-build . #15 1.788 debian/rules clean #15 2.668 dh_builddeb #15 2.694 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #15 2.715 dpkg-genbuildinfo --build=binary #15 2.855 dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_arm64.changes #14 78.27 Setting up dh-autoreconf (20) ... #14 78.29 Setting up libdata-validate-uri-perl (0.07-2) ... #14 78.30 Setting up libnet-smtp-ssl-perl (1.04-2) ... #14 78.31 Setting up python3-gpg (1.18.0-3ubuntu2) ... #14 72.75 Preparing to unpack .../292-libperlio-gzip-perl_0.19-1build5_arm64.deb ... #14 72.76 Unpacking libperlio-gzip-perl (0.19-1build5) ... #14 72.79 Selecting previously unselected package libpod-constants-perl. #14 72.79 Preparing to unpack .../293-libpod-constants-perl_0.19-1_all.deb ... #14 72.80 Unpacking libpod-constants-perl (0.19-1) ... #14 72.83 Selecting previously unselected package libre2-5:arm64. #14 72.83 Preparing to unpack .../294-libre2-5_20200101+dfsg-1build1_arm64.deb ... #14 72.84 Unpacking libre2-5:arm64 (20200101+dfsg-1build1) ... #14 72.88 Selecting previously unselected package libre-engine-re2-perl. #14 72.88 Preparing to unpack .../295-libre-engine-re2-perl_0.13-5_arm64.deb ... #14 72.89 Unpacking libre-engine-re2-perl (0.13-5) ... #14 72.92 Selecting previously unselected package libreadonly-perl. #14 72.92 Preparing to unpack .../296-libreadonly-perl_2.050-2_all.deb ... #14 72.92 Unpacking libreadonly-perl (2.050-2) ... #14 72.95 Selecting previously unselected package libref-util-perl. #14 72.95 Preparing to unpack .../297-libref-util-perl_0.204-1_all.deb ... #14 72.96 Unpacking libref-util-perl (0.204-1) ... #14 73.00 Selecting previously unselected package libref-util-xs-perl. #17 [stage-1 6/8] COPY --link --from=golang /usr/local/go /usr/local/go #14 69.22 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 #14 69.23 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode #14 69.23 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 #14 69.23 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode #14 69.23 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 #14 69.25 Setting up gpgsm (2.2.27-3ubuntu2.1) ... #14 69.32 Setting up libxext6:arm64 (2:1.3.4-1build1) ... #14 69.33 Setting up libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.15) ... #14 69.35 Setting up python3 (3.10.6-1~22.04) ... #14 70.49 Preparing to unpack .../281-libjson-xs-perl_4.030-2_arm64.deb ... #14 70.50 Unpacking libjson-xs-perl (4.030-2) ... #14 70.53 Selecting previously unselected package libjson-maybexs-perl. #14 70.53 Preparing to unpack .../282-libjson-maybexs-perl_1.004004-1_all.deb ... #14 70.53 Unpacking libjson-maybexs-perl (1.004004-1) ... #14 70.57 Selecting previously unselected package libldap-common. #14 70.57 Preparing to unpack .../283-libldap-common_2.6.3+dfsg-1~exp1ubuntu2_all.deb ... #14 70.58 Unpacking libldap-common (2.6.3+dfsg-1~exp1ubuntu2) ... #14 70.62 Selecting previously unselected package liblist-compare-perl. #14 70.63 Preparing to unpack .../284-liblist-compare-perl_0.55-2_all.deb ... #14 70.63 Unpacking liblist-compare-perl (0.55-2) ... #14 70.67 Selecting previously unselected package liblist-someutils-perl. #14 70.67 Preparing to unpack .../285-liblist-someutils-perl_0.59-1_all.deb ... #14 70.67 Unpacking liblist-someutils-perl (0.59-1) ... #14 70.70 Selecting previously unselected package liblist-someutils-xs-perl:arm64. #14 70.71 Preparing to unpack .../286-liblist-someutils-xs-perl_0.58-3_arm64.deb ... #14 70.71 Unpacking liblist-someutils-xs-perl:arm64 (0.58-3) ... #14 70.74 Selecting previously unselected package liblist-utilsby-perl. #15 4.196 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded. #15 4.196 1 not fully installed or removed. #15 4.196 Need to get 6139 kB of archives. #15 4.196 After this operation, 29.3 MB of additional disk space will be used. #15 4.196 Get:1 http://deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] #16 6.541 debconf: delaying package configuration, since apt-utils is not installed #16 6.582 Fetched 5981 kB in 1s (4052 kB/s) #16 6.615 Selecting previously unselected package bash-completion. #16 6.615 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 26061 files and directories currently installed.) #16 6.631 Preparing to unpack .../0-bash-completion_1%3a2.10-1ubuntu1_all.deb ... #15 8.737 Setting up cmake (3.25.1-1) ... #15 8.750 Setting up docker-ce-build-deps (1.0) ... #15 8.762 Processing triggers for man-db (2.11.2-2) ... #14 71.83 Setting up libipc-system-simple-perl (1.30-2) ... #14 71.84 Setting up libnet-domain-tld-perl (1.75-3) ... #14 71.85 Setting up libperlio-utf8-strict-perl (0.010-1) ... #14 71.86 Setting up libsocket6-perl (0.29-3) ... #14 71.87 Setting up libgd3:arm64 (2.3.3-9ubuntu1) ... #14 71.88 Setting up gcc-13 (13.2.0-4ubuntu3) ... #14 71.89 Setting up libvariable-magic-perl (0.63-1) ... #14 71.90 Setting up libio-html-perl (1.004-3) ... #14 71.95 Setting up libpod-parser-perl (1.66-1) ... #14 71.96 Setting up libb-hooks-op-check-perl:arm64 (0.22-2build1) ... #14 71.97 Setting up libparams-util-perl (1.102-2) ... #14 71.98 Setting up libdpkg-perl (1.22.0ubuntu1) ... #14 71.99 Setting up libtime-duration-perl (1.21-2) ... #14 72.00 Setting up autoconf (2.71-3) ... #14 72.01 Setting up libsub-exporter-progressive-perl (0.001013-3) ... #14 72.02 Setting up libarray-intspan-perl (2.004-2) ... #14 72.03 Setting up libcapture-tiny-perl (0.48-2) ... #14 72.04 Setting up libtimedate-perl (2.3300-2) ... #14 72.05 Setting up gpg-wks-server (2.2.40-1.1ubuntu1) ... #15 1.790 dh clean #15 1.863 dh_clean #15 1.895 debian/rules binary #15 1.897 dh binary #15 1.959 dh_update_autotools_config #15 1.986 dh_autoreconf #15 2.024 create-stamp debian/debhelper-build-stamp #15 2.024 dh_prep #15 2.931 dpkg-genchanges: info: binary-only upload (no source code included) #15 2.933 dpkg-source --after-build . #15 3.030 dpkg-buildpackage: info: binary-only upload (no source included) #15 3.034 #15 3.034 The package has been created. #15 3.034 Attention, the package has been created in the current directory, #15 3.034 not in ".." as indicated by the message above! #15 3.060 Selecting previously unselected package docker-ce-build-deps. #15 3.075 (Reading database ... 28645 files and directories currently installed.) #15 3.076 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #15 3.082 Unpacking docker-ce-build-deps (1.0) ... #14 78.48 Setting up python3-certifi (2022.9.24-1) ... #14 78.60 Setting up libmodule-runtime-perl (0.016-2) ... #14 78.62 Setting up libmailtools-perl (2.21-2) ... #14 78.63 Setting up python3-idna (3.3-1) ... #14 73.00 Preparing to unpack .../298-libref-util-xs-perl_0.117-1build2_arm64.deb ... #14 73.00 Unpacking libref-util-xs-perl (0.117-1build2) ... #14 73.04 Selecting previously unselected package libregexp-pattern-license-perl. #14 73.04 Preparing to unpack .../299-libregexp-pattern-license-perl_3.2.0-1_all.deb ... #14 73.04 Unpacking libregexp-pattern-license-perl (3.2.0-1) ... #14 73.08 Selecting previously unselected package libregexp-pattern-perl. #14 73.08 Preparing to unpack .../300-libregexp-pattern-perl_0.2.12-1_all.deb ... #14 73.08 Unpacking libregexp-pattern-perl (0.2.12-1) ... #14 73.12 Selecting previously unselected package libsasl2-modules:arm64. #14 73.12 Preparing to unpack .../301-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_arm64.deb ... #14 73.13 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2ubuntu0.1) ... #14 73.17 Selecting previously unselected package libsereal-decoder-perl. #14 73.17 Preparing to unpack .../302-libsereal-decoder-perl_4.011+ds-1build1_arm64.deb ... #14 73.17 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ... #14 73.23 Selecting previously unselected package libsereal-encoder-perl. #16 4.153 Reading package lists... #16 5.214 Building dependency tree... #16 5.399 Reading state information... #16 5.405 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #16 5.630 Starting 2 pkgProblemResolver with broken count: 0 #16 5.632 Done #14 69.63 Setting up python3-xdg (0.27-2) ... #14 69.79 Setting up man-db (2.10.2-1) ... #14 70.75 Preparing to unpack .../287-liblist-utilsby-perl_0.12-2_all.deb ... #14 70.75 Unpacking liblist-utilsby-perl (0.12-2) ... #14 70.79 Selecting previously unselected package libltdl7:arm64. #14 70.79 Preparing to unpack .../288-libltdl7_2.4.7-5_arm64.deb ... #14 70.79 Unpacking libltdl7:arm64 (2.4.7-5) ... #14 70.82 Selecting previously unselected package libltdl-dev:arm64. #14 70.83 Preparing to unpack .../289-libltdl-dev_2.4.7-5_arm64.deb ... #14 70.83 Unpacking libltdl-dev:arm64 (2.4.7-5) ... #14 70.87 Selecting previously unselected package liblzo2-2:arm64. #14 70.88 Preparing to unpack .../290-liblzo2-2_2.10-2build3_arm64.deb ... #14 70.88 Unpacking liblzo2-2:arm64 (2.10-2build3) ... #14 70.91 Selecting previously unselected package libsys-hostname-long-perl. #14 70.91 Preparing to unpack .../291-libsys-hostname-long-perl_1.5-3_all.deb ... #14 70.92 Unpacking libsys-hostname-long-perl (1.5-3) ... #14 70.95 Selecting previously unselected package libmail-sendmail-perl. #14 70.95 Preparing to unpack .../292-libmail-sendmail-perl_0.80-3_all.deb ... #14 70.95 Unpacking libmail-sendmail-perl (0.80-3) ... #14 70.99 Selecting previously unselected package libnet-smtp-ssl-perl. #15 4.203 Get:2 http://deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] #15 4.216 Get:3 http://deb.debian.org/debian buster/main arm64 libprocps7 arm64 2:3.3.15-2 [58.0 kB] #15 4.217 Get:4 http://deb.debian.org/debian buster/main arm64 procps arm64 2:3.3.15-2 [245 kB] #15 4.219 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 libarchive13 arm64 3.3.3-4+deb10u3 [292 kB] #15 4.222 Get:6 http://deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] #15 4.242 Get:7 http://deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] #15 4.245 Get:8 http://deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1+deb10u1 [105 kB] #15 4.249 Get:9 http://deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] #15 4.288 Get:10 http://deb.debian.org/debian buster/main arm64 dh-apparmor all 2.13.2-10 [70.1 kB] #15 4.289 Get:11 http://deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] #15 4.290 Get:12 http://deb.debian.org/debian-security buster/updates/main arm64 libsystemd-dev arm64 241-7~deb10u10 [322 kB] #15 4.293 Get:13 http://deb.debian.org/debian buster/main arm64 pkg-config arm64 0.29-6 [62.2 kB] #15 4.453 debconf: delaying package configuration, since apt-utils is not installed #19 exporting layers 2.1s done #19 writing image sha256:6f38833528188f9f2aad59798d7b9f1cc116a1c6078ea3cee5ca1f3fcb4fb521 done #19 naming to docker.io/rpmbuild-centos-9/aarch64 done #19 DONE 2.1s docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/centos-9/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/centos-9/SRPMS:/root/rpmbuild/SRPMS rpmbuild-centos-9/aarch64 -ba --define '_gitcommit_cli f18a476' --define '_gitcommit_engine c87e0ad' --define '_release 0' --define '_version 0.0.0~20240120124445.f18a476' --define '_origversion 0.0.0-20240120124445-f18a476' --define '_buildx_rpm_version 0.12.1' --define '_buildx_version v0.12.1' --define '_buildx_gitcommit 30feaa1' --define '_compose_rpm_version 2.24.2' --define '_compose_version v2.24.2' 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 #14 72.06 Setting up libsub-name-perl:arm64 (0.27-1) ... #14 72.07 Setting up libtype-tiny-xs-perl:arm64 (0.025-1) ... #14 72.08 Setting up libsyntax-keyword-try-perl (0.29-1) ... #14 72.10 Setting up libdata-validate-domain-perl (0.10-1.1) ... #14 72.11 Setting up libproc-processtable-perl:arm64 (0.636-1) ... #14 72.11 Setting up libfile-chdir-perl (0.1008-1.1) ... #14 72.12 Setting up xauth (1:1.1.2-1) ... #14 72.13 Setting up libpath-tiny-perl (0.144-1) ... #14 72.14 Setting up libarchive-cpio-perl (0.10-3) ... #14 72.16 Setting up libjson-perl (4.10000-1) ... #14 72.17 Setting up libnsl2:arm64 (1.3.0-2build2) ... #14 72.18 Setting up libipc-run3-perl (0.048-3) ... #14 72.19 Setting up libregexp-wildcards-perl (1.05-3) ... #14 72.20 Setting up libfcgi-perl (0.82+ds-2) ... #14 72.21 Setting up libsub-override-perl (0.09-4) ... #14 72.22 Setting up libaliased-perl (0.34-3) ... #14 72.23 Setting up libstrictures-perl (2.000006-1) ... #14 72.24 Setting up libsub-quote-perl (2.006008-1ubuntu1) ... #14 72.25 Setting up libdevel-stacktrace-perl (2.0400-2) ... #14 72.26 Setting up libclass-xsaccessor-perl (1.19-4build1) ... #14 72.27 Setting up libsort-versions-perl (1.62-3) ... #14 72.28 Setting up libexporter-tiny-perl (1.006002-1) ... #14 72.29 Setting up libre-engine-re2-perl:arm64 (0.18+ds-1) ... #14 72.30 Setting up libfile-dirlist-perl (0.05-3) ... #14 72.31 Setting up libterm-readkey-perl (2.38-2build1) ... #14 72.32 Setting up libtext-levenshteinxs-perl (0.03-5build1) ... #14 72.33 Setting up libperlio-gzip-perl (0.20-1build1) ... #14 72.34 Setting up libsys-hostname-long-perl (1.5-3) ... #14 72.35 Setting up libhtml-html5-entities-perl (0.004-3) ... #14 72.36 Setting up libsereal-decoder-perl (5.004+ds-1) ... #14 72.37 Setting up liburi-perl (5.19-2) ... #15 2.051 dh_install #15 2.082 dh_installdocs #15 2.118 dh_installchangelogs #15 2.196 dh_perl #15 2.230 dh_link #15 2.262 dh_strip_nondeterminism #15 2.318 dh_compress #14 78.83 Setting up python3-urllib3 (1.26.12-1ubuntu0.1) ... #15 5.564 Hit:1 http://deb.debian.org/debian buster InRelease #15 5.564 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease #15 5.564 Hit:3 http://deb.debian.org/debian buster-updates InRelease #14 73.23 Preparing to unpack .../303-libsereal-encoder-perl_4.011+ds-1build1_arm64.deb ... #14 73.24 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ... #14 73.29 Selecting previously unselected package libsereal-perl. #14 73.29 Preparing to unpack .../304-libsereal-perl_4.011-1_all.deb ... #14 73.29 Unpacking libsereal-perl (4.011-1) ... #14 73.32 Selecting previously unselected package libsort-key-perl. #14 73.33 Preparing to unpack .../305-libsort-key-perl_1.33-2build2_arm64.deb ... #14 73.33 Unpacking libsort-key-perl (1.33-2build2) ... #14 73.36 Selecting previously unselected package libstring-copyright-perl. #14 73.36 Preparing to unpack .../306-libstring-copyright-perl_0.003006-1_all.deb ... #14 73.36 Unpacking libstring-copyright-perl (0.003006-1) ... #14 73.40 Selecting previously unselected package libstring-escape-perl. #14 73.40 Preparing to unpack .../307-libstring-escape-perl_2010.002-2_all.deb ... #14 73.40 Unpacking libstring-escape-perl (2010.002-2) ... #14 73.43 Selecting previously unselected package libstring-shellquote-perl. #14 73.43 Preparing to unpack .../308-libstring-shellquote-perl_1.04-1_all.deb ... #14 73.44 Unpacking libstring-shellquote-perl (1.04-1) ... #14 73.47 Selecting previously unselected package libterm-readkey-perl. #16 5.806 Done #16 5.988 Starting pkgProblemResolver with broken count: 0 #16 6.019 Starting 2 pkgProblemResolver with broken count: 0 #14 69.88 Building database of manual pages ... #14 70.99 Preparing to unpack .../293-libnet-smtp-ssl-perl_1.04-2_all.deb ... #14 70.99 Unpacking libnet-smtp-ssl-perl (1.04-2) ... #14 71.02 Selecting previously unselected package libmailtools-perl. #14 71.03 Preparing to unpack .../294-libmailtools-perl_2.21-2_all.deb ... #14 71.03 Unpacking libmailtools-perl (2.21-2) ... #14 71.07 Selecting previously unselected package libmarkdown2:arm64. #14 71.07 Preparing to unpack .../295-libmarkdown2_2.2.7-2_arm64.deb ... #14 71.08 Unpacking libmarkdown2:arm64 (2.2.7-2) ... #14 71.11 Selecting previously unselected package libmath-base85-perl. #14 71.11 Preparing to unpack .../296-libmath-base85-perl_0.5+dfsg-2_all.deb ... #14 71.12 Unpacking libmath-base85-perl (0.5+dfsg-2) ... #14 71.15 Selecting previously unselected package libmldbm-perl. #14 71.15 Preparing to unpack .../297-libmldbm-perl_2.05-4_all.deb ... #14 71.15 Unpacking libmldbm-perl (2.05-4) ... #14 71.18 Selecting previously unselected package libmoox-aliases-perl. #14 71.19 Preparing to unpack .../298-libmoox-aliases-perl_0.001006-2_all.deb ... #14 71.19 Unpacking libmoox-aliases-perl (0.001006-2) ... #14 71.22 Selecting previously unselected package libmouse-perl. #15 4.489 Fetched 6139 kB in 0s (16.5 MB/s) #15 4.519 Selecting previously unselected package bash-completion. #15 4.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 ... 27766 files and directories currently installed.) #15 4.534 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ... #14 71.75 -------------------------------------------------------------------------------- #14 71.75 Total 438 kB/s | 18 MB 00:42 #14 71.75 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 #14 71.75 Importing GPG key 0xF4A80EB5: #14 71.75 Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) " #14 71.75 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 #14 71.75 Package : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS) #14 71.75 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 #14 71.80 Running transaction check #14 71.83 Running transaction test #14 71.87 Transaction test succeeded #14 71.87 Running transaction #14 71.95 Updating : rpm-libs-4.11.3-48.el7_9.x86_64 1/52 #14 72.53 Updating : rpm-4.11.3-48.el7_9.x86_64 2/52 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine #19 exporting layers 3.0s done #15 2.355 dh_fixperms #15 2.393 dh_missing #15 2.417 dh_installdeb #15 2.448 dh_gencontrol #15 2.557 dh_md5sums #14 72.41 Setting up libnet-ipv6addr-perl (1.02-1) ... #14 72.42 Setting up libfile-touch-perl (0.12-2) ... #14 72.43 Setting up libc-devtools (2.38-1ubuntu6) ... #14 72.44 Setting up libemail-address-xs-perl (1.05-1build1) ... #14 72.45 Setting up libnet-ssleay-perl:arm64 (1.92-2build2) ... #14 72.46 Setting up automake (1:1.16.5-1.3) ... #14 72.47 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #14 72.47 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #14 72.47 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #14 72.48 Setting up libapt-pkg-perl (0.1.40build3) ... #14 72.49 Setting up libstring-escape-perl (2010.002-3) ... #14 72.50 Setting up libberkeleydb-perl:arm64 (0.64-2) ... #14 72.51 Setting up libhttp-date-perl (6.05-2) ... #14 72.53 Setting up libfile-which-perl (1.27-2) ... #14 72.54 Setting up libfile-basedir-perl (0.09-2) ... #14 72.55 Setting up libunicode-utf8-perl (0.62-2) ... #14 72.56 Setting up libset-intspan-perl (1.19-3) ... #14 72.57 Setting up libmouse-perl (2.5.10-1build5) ... #14 72.58 Setting up libfile-listing-perl (6.15-1) ... #16 7.314 Unpacking bash-completion (1:2.10-1ubuntu1) ... #14 79.01 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1build1) ... #14 79.05 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #14 79.13 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #14 79.20 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #15 6.036 Reading package lists... #15 3.130 Reading package lists... #15 3.623 Building dependency tree... #14 73.47 Preparing to unpack .../309-libterm-readkey-perl_2.38-1build1_arm64.deb ... #14 73.47 Unpacking libterm-readkey-perl (2.38-1build1) ... #14 73.50 Selecting previously unselected package libtest-fatal-perl. #14 73.50 Preparing to unpack .../310-libtest-fatal-perl_0.014-1_all.deb ... #14 73.51 Unpacking libtest-fatal-perl (0.014-1) ... #14 73.54 Selecting previously unselected package libtest-refcount-perl. #14 73.54 Preparing to unpack .../311-libtest-refcount-perl_0.10-1_all.deb ... #14 73.54 Unpacking libtest-refcount-perl (0.10-1) ... #14 73.57 Selecting previously unselected package libtext-levenshtein-perl. #14 73.58 Preparing to unpack .../312-libtext-levenshtein-perl_0.13-1_all.deb ... #14 73.58 Unpacking libtext-levenshtein-perl (0.13-1) ... #14 73.61 Selecting previously unselected package libtype-tiny-xs-perl. #14 73.61 Preparing to unpack .../313-libtype-tiny-xs-perl_0.016-1_arm64.deb ... #14 73.61 Unpacking libtype-tiny-xs-perl (0.016-1) ... #14 73.65 Selecting previously unselected package libunicode-utf8-perl. #14 73.65 Preparing to unpack .../314-libunicode-utf8-perl_0.62-1build1_arm64.deb ... #14 73.65 Unpacking libunicode-utf8-perl (0.62-1build1) ... #14 73.68 Selecting previously unselected package libxml-namespacesupport-perl. #14 73.68 Preparing to unpack .../315-libxml-namespacesupport-perl_1.12-1_all.deb ... #14 73.69 Unpacking libxml-namespacesupport-perl (1.12-1) ... #14 73.72 Selecting previously unselected package libxml-sax-base-perl. #14 73.72 Preparing to unpack .../316-libxml-sax-base-perl_1.09-1_all.deb ... #14 73.72 Unpacking libxml-sax-base-perl (1.09-1) ... #14 73.76 Selecting previously unselected package libxml-sax-perl. #14 73.76 Preparing to unpack .../317-libxml-sax-perl_1.02+dfsg-1_all.deb ... #14 73.77 Unpacking libxml-sax-perl (1.02+dfsg-1) ... #14 73.81 Selecting previously unselected package libxml-libxml-perl. #16 6.022 Done #14 70.16 Setting up libgpgme11:arm64 (1.16.0-1.2ubuntu4.1) ... #14 71.22 Preparing to unpack .../299-libmouse-perl_2.5.10-1build5_arm64.deb ... #14 71.23 Unpacking libmouse-perl (2.5.10-1build5) ... #14 71.26 Selecting previously unselected package libxs-parse-keyword-perl. #14 71.26 Preparing to unpack .../300-libxs-parse-keyword-perl_0.33-1_arm64.deb ... #14 71.27 Unpacking libxs-parse-keyword-perl (0.33-1) ... #14 71.30 Selecting previously unselected package libxs-parse-sublike-perl:arm64. #14 71.30 Preparing to unpack .../301-libxs-parse-sublike-perl_0.16-1ubuntu3_arm64.deb ... #14 71.30 Unpacking libxs-parse-sublike-perl:arm64 (0.16-1ubuntu3) ... #14 71.33 Selecting previously unselected package libobject-pad-perl. #14 71.34 Preparing to unpack .../302-libobject-pad-perl_0.78-1_arm64.deb ... #14 71.34 Unpacking libobject-pad-perl (0.78-1) ... #14 71.37 Selecting previously unselected package libpackage-stash-xs-perl:arm64. #14 71.37 Preparing to unpack .../303-libpackage-stash-xs-perl_0.30-1build1_arm64.deb ... #14 71.38 Unpacking libpackage-stash-xs-perl:arm64 (0.30-1build1) ... #14 71.41 Selecting previously unselected package libpath-iterator-rule-perl. #14 71.41 Preparing to unpack .../304-libpath-iterator-rule-perl_1.015-2_all.deb ... #14 71.42 Unpacking libpath-iterator-rule-perl (1.015-2) ... #14 71.45 Selecting previously unselected package libperlio-gzip-perl. #14 71.45 Preparing to unpack .../305-libperlio-gzip-perl_0.20-1build1_arm64.deb ... #14 71.45 Unpacking libperlio-gzip-perl (0.20-1build1) ... #14 71.49 Selecting previously unselected package libperlio-utf8-strict-perl. #14 71.49 Preparing to unpack .../306-libperlio-utf8-strict-perl_0.010-1_arm64.deb ... #14 71.49 Unpacking libperlio-utf8-strict-perl (0.010-1) ... #14 71.52 Selecting previously unselected package libpod-parser-perl. #14 71.53 Preparing to unpack .../307-libpod-parser-perl_1.65-1_all.deb ... #14 71.54 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #14 71.55 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #14 72.56 Updating : rpm-build-libs-4.11.3-48.el7_9.x86_64 3/52 #16 1.014 Reading package lists... Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.p833mj + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xof - #19 writing image sha256:8111302a2b27d94b3eaf28834e5d8b6da4575e867ce2470e11829cfa0f16fe70 done #19 naming to docker.io/rpmbuild-centos-9/x86_64 done #19 DONE 3.0s docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/centos-9/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/centos-9/SRPMS:/root/rpmbuild/SRPMS rpmbuild-centos-9/x86_64 -ba --define '_gitcommit_cli f18a476' --define '_gitcommit_engine c87e0ad' --define '_release 0' --define '_version 0.0.0~20240120124445.f18a476' --define '_origversion 0.0.0-20240120124445-f18a476' --define '_buildx_rpm_version 0.12.1' --define '_buildx_version v0.12.1' --define '_buildx_gitcommit 30feaa1' --define '_compose_rpm_version 2.24.2' --define '_compose_version v2.24.2' 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 #15 2.589 dh_builddeb #15 2.613 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #15 2.633 dpkg-genbuildinfo --build=binary #15 2.764 dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes #14 72.59 Setting up gpg-wks-client (2.2.40-1.1ubuntu1) ... #14 72.60 Setting up libregexp-pattern-perl (0.2.14-2) ... #14 72.61 Setting up libdata-messagepack-perl (1.02-1build1) ... #14 72.62 Setting up libfont-afm-perl (1.20-4) ... #14 72.63 Setting up libwant-perl (0.29-2build1) ... #14 72.64 Setting up libdynaloader-functions-perl (0.003-3) ... #14 72.65 Setting up libclass-method-modifiers-perl (2.15-1) ... #14 72.66 Setting up liblist-compare-perl (0.55-2) ... #14 72.67 Setting up libref-util-xs-perl (0.117-2build1) ... #14 72.68 Setting up libio-pty-perl (1:1.17-1) ... #14 72.69 Setting up libfile-fcntllock-perl (0.22-4ubuntu1) ... #14 72.72 Setting up libclone-perl:arm64 (0.46-1) ... #14 72.73 Setting up libalgorithm-diff-perl (1.201-1) ... #14 72.74 Setting up libarchive-zip-perl (1.68-1) ... #14 72.75 Setting up libsub-identify-perl (0.14-3) ... #14 72.76 Setting up libdistro-info-perl (1.5ubuntu0.23.10.1) ... #14 72.77 Setting up libcpanel-json-xs-perl:arm64 (4.37-1) ... #14 72.78 Setting up libhtml-tagset-perl (3.20-6) ... #14 72.79 Setting up liblog-any-perl (1.715-1) ... #14 72.80 Setting up libauthen-sasl-perl (2.1600-3) ... #14 72.81 Setting up libdevel-size-perl (0.83-2build1) ... #14 72.82 Setting up libpython3.11-stdlib:arm64 (3.11.6-3) ... #14 72.84 Setting up libdebhelper-perl (13.11.6ubuntu1) ... #14 72.85 Setting up libpod-constants-perl (0.19-2) ... #14 72.85 Setting up libregexp-pattern-license-perl (3.11.0-1) ... #14 72.87 Setting up liblwp-mediatypes-perl (6.04-2) ... #14 72.88 Setting up libyaml-libyaml-perl (0.86+ds-1) ... #14 72.89 Setting up libio-interactive-perl (1.023-2) ... #14 72.90 Setting up libtry-tiny-perl (0.31-2) ... #16 7.446 Selecting previously unselected package cmake-data. #16 7.446 Preparing to unpack .../1-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ... #16 7.452 Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ... #14 79.33 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 79.36 Setting up dh-strip-nondeterminism (1.13.1-1) ... #14 79.37 Setting up libconst-fast-perl (0.014-2) ... #14 79.38 Setting up libhttp-daemon-perl (6.14-2) ... #14 79.40 Setting up python3-unidiff (0.7.3-1) ... #15 3.748 Reading state information... #15 3.766 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #14 DONE 81.2s #15 [stage-1 4/9] COPY --link common /root/build-deb/debian #15 DONE 0.1s #16 [stage-1 5/9] RUN apt-get update && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control #14 73.81 Preparing to unpack .../318-libxml-libxml-perl_2.0134+dfsg-1build1_arm64.deb ... #14 73.81 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ... #14 73.87 Selecting previously unselected package libxml-parser-perl. #14 73.87 Preparing to unpack .../319-libxml-parser-perl_2.46-1_arm64.deb ... #14 73.87 Unpacking libxml-parser-perl (2.46-1) ... #14 73.92 Selecting previously unselected package libxml-sax-expat-perl. #14 73.93 Preparing to unpack .../320-libxml-sax-expat-perl_0.51-1_all.deb ... #14 73.93 Unpacking libxml-sax-expat-perl (0.51-1) ... #14 73.96 Selecting previously unselected package libxml-writer-perl. #14 73.96 Preparing to unpack .../321-libxml-writer-perl_0.625-1_all.deb ... #14 73.97 Unpacking libxml-writer-perl (0.625-1) ... #14 74.00 Selecting previously unselected package libyaml-libyaml-perl. #14 74.00 Preparing to unpack .../322-libyaml-libyaml-perl_0.81+repack-1_arm64.deb ... #14 74.00 Unpacking libyaml-libyaml-perl (0.81+repack-1) ... #14 74.04 Selecting previously unselected package licensecheck. #16 6.318 The following additional packages will be installed: #16 6.319 bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common #16 6.319 libarchive13 libglib2.0-0 libjsoncpp25 librhash0 libseccomp-dev #16 6.320 libsystemd-dev libsystemd0 libuv1 pkg-config #16 6.321 Suggested packages: #16 6.321 cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp #16 6.321 Recommended packages: #16 6.321 libglib2.0-data shared-mime-info xdg-user-dirs #16 6.356 The following NEW packages will be installed: #16 6.356 bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common #16 6.356 libarchive13 libglib2.0-0 libjsoncpp25 librhash0 libseccomp-dev #16 6.356 libsystemd-dev libuv1 pkg-config #16 6.357 The following packages will be upgraded: #16 6.358 libsystemd0 #14 70.17 Setting up gcc (4:11.2.0-1ubuntu1) ... #14 70.20 Setting up python3-six (1.16.0-3ubuntu1) ... #14 70.33 Setting up dirmngr (2.2.27-3ubuntu2.1) ... #14 70.47 Setting up perl (5.34.0-3ubuntu1.3) ... #14 71.55 Unpacking libpod-parser-perl (1.65-1) ... #14 71.59 Selecting previously unselected package libpod-constants-perl. #14 71.59 Preparing to unpack .../308-libpod-constants-perl_0.19-2_all.deb ... #14 71.59 Unpacking libpod-constants-perl (0.19-2) ... #14 71.62 Selecting previously unselected package libproc-processtable-perl:arm64. #14 71.63 Preparing to unpack .../309-libproc-processtable-perl_0.634-1build2_arm64.deb ... #14 71.63 Unpacking libproc-processtable-perl:arm64 (0.634-1build2) ... #14 71.67 Selecting previously unselected package libre2-10:arm64. #14 71.67 Preparing to unpack .../310-libre2-10_20230201-1_arm64.deb ... #14 71.67 Unpacking libre2-10:arm64 (20230201-1) ... #14 71.70 Selecting previously unselected package libre-engine-re2-perl:arm64. #14 71.71 Preparing to unpack .../311-libre-engine-re2-perl_0.17+ds-1_arm64.deb ... #14 71.71 Unpacking libre-engine-re2-perl:arm64 (0.17+ds-1) ... #14 71.74 Selecting previously unselected package libreadonly-perl. #14 71.74 Preparing to unpack .../312-libreadonly-perl_2.050-3_all.deb ... #14 71.75 Unpacking libreadonly-perl (2.050-3) ... #14 71.78 Selecting previously unselected package libref-util-perl. #14 73.19 Installing : groff-base-1.22.2-8.el7.x86_64 4/52 #14 73.22 Installing : bzip2-1.0.6-13.el7.x86_64 5/52 #14 73.23 Installing : 1:perl-parent-0.225-244.el7.noarch 6/52 #14 73.25 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 7/52 #14 73.28 Installing : perl-podlators-2.5.1-3.el7.noarch 8/52 #14 73.30 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 9/52 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nCgPUh + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xof - #15 5.274 Unpacking bash-completion (1:2.8-6) ... #15 5.388 Selecting previously unselected package cmake-data. #15 2.839 dpkg-genchanges: info: binary-only upload (no source code included) #15 2.841 dpkg-source --after-build . #15 2.937 dpkg-buildpackage: info: binary-only upload (no source included) #14 72.91 Setting up libtype-tiny-perl (2.004000-1) ... #14 72.92 Setting up libcommon-sense-perl:arm64 (3.75-3) ... #14 72.96 Setting up libmldbm-perl (2.05-4) ... #14 72.97 Setting up libxml-namespacesupport-perl (1.12-2) ... #14 72.98 Setting up libnet-http-perl (6.22-1) ... #14 72.99 Setting up libpath-iterator-rule-perl (1.015-2) ... #14 73.00 Setting up libtext-markdown-discount-perl (0.16-1) ... #14 73.01 Setting up libhttp-tiny-multipart-perl (0.08-2) ... #14 73.02 Setting up libtime-moment-perl (0.44-2build1) ... #14 73.03 Setting up libencode-locale-perl (1.05-3) ... #14 73.05 Setting up libexception-class-perl (1.45-1) ... #14 73.06 Setting up libmath-base85-perl (0.5+dfsg-2) ... #14 73.07 Setting up libconfig-tiny-perl (2.29-1) ... #14 73.08 Setting up libsereal-encoder-perl (5.004+ds-1) ... #14 73.08 Setting up libdevel-callchecker-perl:arm64 (0.008-2) ... #14 73.10 Setting up liblist-utilsby-perl (0.12-2) ... #14 73.10 Setting up libstring-shellquote-perl (1.04-3) ... #16 7.804 Selecting previously unselected package libarchive13:armhf. #16 7.807 Preparing to unpack .../2-libarchive13_3.4.0-2ubuntu1.2_armhf.deb ... #16 7.815 Unpacking libarchive13:armhf (3.4.0-2ubuntu1.2) ... #16 7.873 Selecting previously unselected package libjsoncpp1:armhf. #16 7.876 Preparing to unpack .../3-libjsoncpp1_1.7.4-3.1ubuntu2_armhf.deb ... #16 7.880 Unpacking libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ... #16 7.919 Selecting previously unselected package librhash0:armhf. #14 79.52 Setting up libdata-dpath-perl (0.58-2) ... #14 79.54 Setting up python3-magic (2:0.4.26-3) ... #14 79.67 Setting up python3-cffi-backend:armhf (1.15.1-5build1) ... #14 79.68 Setting up g++-12 (12.3.0-1ubuntu1~23.04) ... #14 79.69 Setting up python3-pkg-resources (66.1.1-1ubuntu0.1) ... #15 3.921 Starting 2 pkgProblemResolver with broken count: 0 #15 3.923 Done #15 4.063 Done #15 4.186 Starting pkgProblemResolver with broken count: 0 #15 7.387 dh_testdir #15 7.405 dh_testroot #15 7.424 dh_prep #15 7.447 dh_testdir #15 7.466 dh_testroot #15 7.485 dh_install #15 7.513 dh_installdocs #15 7.546 dh_installchangelogs #16 0.699 Hit:1 http://ports.ubuntu.com/ubuntu-ports mantic InRelease #16 0.760 Hit:2 http://ports.ubuntu.com/ubuntu-ports mantic-updates InRelease #16 0.835 Hit:3 http://ports.ubuntu.com/ubuntu-ports mantic-backports InRelease #39 15.91 Selecting previously unselected package libgc1:amd64. #39 ... #22 [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 pkg-config #22 DONE 21.6s #39 [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 #39 15.91 Preparing to unpack .../05-libgc1_1%3a8.2.2-3_amd64.deb ... #39 15.92 Unpacking libgc1:amd64 (1:8.2.2-3) ... #39 16.06 Selecting previously unselected package libobjc4:amd64. #14 74.04 Preparing to unpack .../323-licensecheck_3.0.45-1_all.deb ... #14 74.04 Unpacking licensecheck (3.0.45-1) ... #14 74.07 Selecting previously unselected package libdevel-size-perl. #14 74.08 Preparing to unpack .../324-libdevel-size-perl_0.83-1build1_arm64.deb ... #14 74.08 Unpacking libdevel-size-perl (0.83-1build1) ... #14 74.11 Selecting previously unselected package t1utils. #14 74.11 Preparing to unpack .../325-t1utils_1.41-3_arm64.deb ... #14 74.12 Unpacking t1utils (1.41-3) ... #14 74.16 Selecting previously unselected package lintian. #14 74.17 Preparing to unpack .../326-lintian_2.62.0ubuntu2.3_all.deb ... #14 74.17 Unpacking lintian (2.62.0ubuntu2.3) ... #14 70.49 Setting up libpackage-stash-xs-perl (0.29-1build5) ... #14 70.50 Setting up libclass-data-inheritable-perl (0.08-3) ... #14 70.51 Setting up libxs-parse-keyword-perl (0.21-1build1) ... #14 70.52 Setting up python3-gpg (1.16.0-1.2ubuntu4.1) ... #14 70.69 Setting up libdata-dump-perl (1.25-1) ... #14 71.78 Preparing to unpack .../313-libref-util-perl_0.204-2_all.deb ... #14 71.79 Unpacking libref-util-perl (0.204-2) ... #14 71.82 Selecting previously unselected package libref-util-xs-perl. #14 71.82 Preparing to unpack .../314-libref-util-xs-perl_0.117-2build1_arm64.deb ... #14 71.82 Unpacking libref-util-xs-perl (0.117-2build1) ... #14 71.85 Selecting previously unselected package libregexp-pattern-license-perl. #14 71.85 Preparing to unpack .../315-libregexp-pattern-license-perl_3.9.4-3_all.deb ... #14 71.86 Unpacking libregexp-pattern-license-perl (3.9.4-3) ... #14 71.89 Selecting previously unselected package libregexp-pattern-perl. #14 71.89 Preparing to unpack .../316-libregexp-pattern-perl_0.2.14-2_all.deb ... #14 71.90 Unpacking libregexp-pattern-perl (0.2.14-2) ... #14 71.93 Selecting previously unselected package libregexp-wildcards-perl. #14 71.93 Preparing to unpack .../317-libregexp-wildcards-perl_1.05-3_all.deb ... #14 71.93 Unpacking libregexp-wildcards-perl (1.05-3) ... #14 71.97 Selecting previously unselected package libsasl2-modules:arm64. #14 71.97 Preparing to unpack .../318-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... #14 71.98 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... #14 72.02 Selecting previously unselected package libsereal-decoder-perl. #14 73.32 Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 10/52 #14 73.57 Installing : perl-Encode-2.51-7.el7.x86_64 11/52 #14 73.60 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 12/52 #14 73.61 Installing : perl-Pod-Usage-1.63-3.el7.noarch 13/52 #14 73.63 Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64 14/52 #14 73.65 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 15/52 #14 73.67 Installing : perl-Exporter-5.68-3.el7.noarch 16/52 #15 2.941 #15 2.941 The package has been created. #15 2.941 Attention, the package has been created in the current directory, #15 2.941 not in ".." as indicated by the message above! #15 2.964 Selecting previously unselected package docker-ce-build-deps. #15 2.980 (Reading database ... 28667 files and directories currently installed.) #15 2.981 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #15 2.984 Unpacking docker-ce-build-deps (1.0) ... #15 5.391 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ... #15 5.396 Unpacking cmake-data (3.13.4-1) ... #15 5.704 Selecting previously unselected package libprocps7:arm64. #16 2.793 dh_testdir #16 2.812 dh_testroot #16 2.832 dh_prep #16 2.854 dh_testdir #16 2.873 dh_testroot #16 2.892 dh_install #16 2.920 dh_installdocs #14 73.11 Setting up libnet-netmask-perl (2.0002-2) ... #14 73.12 Setting up libsub-install-perl (0.929-1) ... #14 73.13 Setting up gcc (4:13.2.0-1ubuntu1) ... #14 73.16 Setting up dpkg-dev (1.22.0ubuntu1) ... #14 73.18 Setting up libindirect-perl (0.39-2build1) ... #14 73.19 Setting up libxs-parse-sublike-perl:arm64 (0.20-1ubuntu3) ... #14 73.20 Setting up intltool-debian (0.35.0+20060710.6) ... #14 73.21 Setting up libfreezethaw-perl (0.5001-3) ... #14 73.22 Setting up libobject-pad-perl (0.801-2) ... #14 73.23 Setting up liberror-perl (0.17029-2) ... #14 73.24 Setting up patchutils (0.4.2-1build2) ... #14 73.25 Setting up libmail-sendmail-perl (0.80-3) ... #14 73.26 Setting up libltdl-dev:arm64 (2.4.7-7) ... #14 73.27 Setting up libjson-maybexs-perl (1.004005-1) ... #14 73.28 Setting up libxml-sax-base-perl (1.09-3) ... #14 73.29 Setting up libio-string-perl (1.08-4) ... #14 73.30 Setting up libreadonly-perl (2.050-3) ... #14 73.31 Setting up libnetaddr-ip-perl (4.079+dfsg-2build1) ... #14 73.32 Setting up libstring-copyright-perl (0.003014-1) ... #14 73.34 Setting up libdata-optlist-perl (0.114-1) ... #14 73.35 Setting up libipc-run-perl (20220807.0-1) ... #14 73.36 Setting up git (1:2.40.1-1ubuntu1) ... #14 73.38 Setting up libtext-xslate-perl:arm64 (3.5.9-1build2) ... #14 73.39 Setting up libcontextual-return-perl (0.004014-4) ... #14 73.40 Setting up libwww-robotrules-perl (6.02-1) ... #14 73.41 Setting up libtypes-serialiser-perl (1.01-1) ... #14 73.42 Setting up libnsl-dev:arm64 (1.3.0-2build2) ... #16 7.923 Preparing to unpack .../4-librhash0_1.3.9-1_armhf.deb ... #16 7.927 Unpacking librhash0:armhf (1.3.9-1) ... #16 7.975 Selecting previously unselected package libuv1:armhf. #16 7.975 Preparing to unpack .../5-libuv1_1.34.2-1ubuntu1.3_armhf.deb ... #16 7.978 Unpacking libuv1:armhf (1.34.2-1ubuntu1.3) ... #16 8.011 Selecting previously unselected package cmake. #16 8.014 Preparing to unpack .../6-cmake_3.16.3-1ubuntu1.20.04.1_armhf.deb ... #16 8.017 Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ... + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xof - #15 4.211 Starting 2 pkgProblemResolver with broken count: 0 #15 4.213 Done #15 4.428 The following additional packages will be installed: #15 7.621 dh_compress #15 7.662 dh_fixperms #15 7.709 dh_installdeb #15 7.737 dh_gencontrol #15 7.857 dh_md5sums #18 DONE 2.8s #19 [stage-1 8/9] WORKDIR /root/build-deb #19 DONE 0.1s #20 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb #20 DONE 0.1s #21 exporting to image #21 exporting layers #16 0.909 Hit:4 http://ports.ubuntu.com/ubuntu-ports mantic-security InRelease #39 ... #47 [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 < value or use a ... suffix to tell #47 0.668 CMake that the project does not need compatibility with older versions. #47 0.668 #47 0.668 #47 0.832 -- The C compiler identification is GNU 12.2.0 #47 0.856 -- Detecting C compiler ABI info #47 1.075 -- Detecting C compiler ABI info - done #47 1.100 -- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc - skipped #47 1.100 -- Detecting C compile features #47 1.102 -- Detecting C compile features - done #47 1.117 -- Performing Test HAS_BUILTIN_FORTIFY #47 1.187 -- Performing Test HAS_BUILTIN_FORTIFY - Failed #47 1.318 -- Configuring done #47 1.327 -- Generating done #47 1.336 -- Build files have been written to: /go/src/github.com/krallin/tini #47 1.996 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o #47 2.616 [100%] Linking C executable tini-static #47 2.778 [100%] Built target tini-static #47 DONE 4.6s #39 [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 #39 16.06 Preparing to unpack .../06-libobjc4_12.2.0-14_amd64.deb ... #39 16.07 Unpacking libobjc4:amd64 (12.2.0-14) ... #39 16.24 Selecting previously unselected package libobjc-12-dev:amd64. #14 74.41 Selecting previously unselected package manpages-dev. #14 74.41 Preparing to unpack .../327-manpages-dev_5.05-1_all.deb ... #14 74.41 Unpacking manpages-dev (5.05-1) ... #14 70.71 Setting up python3-certifi (2020.6.20-1) ... #14 70.83 Setting up libfile-find-rule-perl (0.34-1) ... #14 70.84 Setting up libref-util-perl (0.204-1) ... #14 70.86 Setting up libipc-system-simple-perl (1.30-1) ... #14 70.87 Setting up libnet-domain-tld-perl (1.75-1.1) ... #14 70.88 Setting up libperlio-utf8-strict-perl (0.009-1build1) ... #14 70.89 Setting up libsocket6-perl (0.29-1build4) ... #14 70.91 Setting up libio-prompt-tiny-perl (0.003-1) ... #14 70.92 Setting up libhash-fieldhash-perl (0.15-1build5) ... #14 70.93 Setting up libgd3:arm64 (2.3.0-2ubuntu2) ... #14 70.94 Setting up libvariable-magic-perl (0.62-1build5) ... #14 73.68 Installing : perl-constant-1.27-2.el7.noarch 17/52 #14 73.70 Installing : perl-Socket-2.010-5.el7.x86_64 18/52 #14 73.72 Installing : perl-Time-Local-1.2300-2.el7.noarch 19/52 #14 73.73 Installing : perl-Carp-1.26-244.el7.noarch 20/52 #14 73.76 Installing : perl-Storable-2.45-3.el7.x86_64 21/52 #14 73.78 Installing : perl-PathTools-3.40-5.el7.x86_64 22/52 #14 73.80 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 23/52 #14 73.84 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 24/52 #14 73.86 Installing : perl-File-Temp-0.23.01-3.el7.noarch 25/52 #14 73.87 Installing : perl-File-Path-2.09-2.el7.noarch 26/52 #14 73.89 Installing : perl-threads-shared-1.43-6.el7.x86_64 27/52 #14 73.91 Installing : perl-threads-1.87-4.el7.x86_64 28/52 #14 73.93 Installing : perl-Filter-1.49-3.el7.x86_64 29/52 #14 72.02 Preparing to unpack .../319-libsereal-decoder-perl_5.003+ds-1_arm64.deb ... #14 72.02 Unpacking libsereal-decoder-perl (5.003+ds-1) ... #14 72.06 Selecting previously unselected package libsereal-encoder-perl. #14 72.06 Preparing to unpack .../320-libsereal-encoder-perl_5.003+ds-1_arm64.deb ... #14 72.06 Unpacking libsereal-encoder-perl (5.003+ds-1) ... #14 72.10 Selecting previously unselected package libset-intspan-perl. #14 72.10 Preparing to unpack .../321-libset-intspan-perl_1.19-3_all.deb ... #14 72.10 Unpacking libset-intspan-perl (1.19-3) ... #14 72.13 Selecting previously unselected package libsocket6-perl. #14 72.14 Preparing to unpack .../322-libsocket6-perl_0.29-3_arm64.deb ... #14 72.14 Unpacking libsocket6-perl (0.29-3) ... #14 72.17 Selecting previously unselected package libsodium23:arm64. #14 72.17 Preparing to unpack .../323-libsodium23_1.0.18-1build2_arm64.deb ... #14 72.18 Unpacking libsodium23:arm64 (1.0.18-1build2) ... #14 72.21 Selecting previously unselected package libstring-copyright-perl. #14 72.21 Preparing to unpack .../324-libstring-copyright-perl_0.003014-1_all.deb ... #14 72.22 Unpacking libstring-copyright-perl (0.003014-1) ... #14 72.24 Selecting previously unselected package libstring-escape-perl. #16 6.831 1 upgraded, 14 newly installed, 0 to remove and 7 not upgraded. #16 6.831 1 not fully installed or removed. #16 6.831 Need to get 9463 kB of archives. #16 6.831 After this operation, 33.5 MB of additional disk space will be used. #16 6.831 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bash-completion all 1:2.11-5ubuntu1 [180 kB] #15 3.026 Reading package lists... #15 3.516 Building dependency tree... #16 2.953 dh_installchangelogs #16 3.027 dh_compress #16 3.063 dh_fixperms #16 3.104 dh_installdeb #16 3.132 dh_gencontrol #15 5.708 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_arm64.deb ... #15 5.715 Unpacking libprocps7:arm64 (2:3.3.15-2) ... #15 5.756 Selecting previously unselected package procps. #15 5.759 Preparing to unpack .../03-procps_2%3a3.3.15-2_arm64.deb ... #15 5.765 Unpacking procps (2:3.3.15-2) ... #15 5.816 Selecting previously unselected package libarchive13:arm64. #15 5.820 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u3_arm64.deb ... #15 5.823 Unpacking libarchive13:arm64 (3.3.3-4+deb10u3) ... #15 5.875 Selecting previously unselected package libjsoncpp1:arm64. #15 5.879 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_arm64.deb ... #15 5.884 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... #15 5.922 Selecting previously unselected package librhash0:arm64. #14 73.43 Setting up libhtml-parser-perl:arm64 (3.81-1) ... #14 73.44 Setting up libgit-wrapper-perl (0.048-2) ... #14 73.45 Setting up liblog-any-adapter-screen-perl (0.140-2) ... #14 73.46 Setting up librole-tiny-perl (2.002004-1) ... #14 73.47 Setting up gnupg (2.2.40-1.1ubuntu1) ... #14 73.50 Setting up libc6-dev:arm64 (2.38-1ubuntu6) ... #14 73.51 Setting up libfont-ttf-perl (1.06-2) ... #14 73.52 Setting up libfile-homedir-perl (1.006-2) ... #14 73.53 Setting up libalgorithm-diff-xs-perl:arm64 (0.04-8) ... #14 73.54 Setting up libio-socket-ssl-perl (2.083-1) ... #14 73.55 Setting up libstdc++-13-dev:arm64 (13.2.0-4ubuntu3) ... #14 73.56 Setting up libsub-exporter-perl (0.990-1) ... #14 73.57 Setting up libpython3-stdlib:arm64 (3.11.4-5) ... #14 73.58 Setting up libalgorithm-merge-perl (0.08-5) ... #14 73.59 Setting up libhttp-message-perl (6.44-2ubuntu1) ... #14 73.60 Setting up libdata-validate-ip-perl (0.31-1) ... #14 73.61 Setting up libhtml-form-perl (6.11-1) ... #14 73.62 Setting up libiterator-perl (0.03+ds1-2) ... #16 8.318 Selecting previously unselected package dh-apparmor. #16 8.321 Preparing to unpack .../7-dh-apparmor_2.13.3-7ubuntu5.3_all.deb ... + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xof - #15 4.429 bash-completion cmake cmake-data dh-apparmor libjsoncpp24 libncurses6 #15 4.429 libprocps8 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config procps #15 4.430 Suggested packages: #15 4.430 cmake-doc ninja-build apparmor-easyprof seccomp #15 4.430 Recommended packages: #15 4.430 psmisc #15 4.525 The following NEW packages will be installed: #15 4.525 bash-completion cmake cmake-data dh-apparmor libjsoncpp24 libncurses6 #15 4.526 libprocps8 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config procps #15 4.805 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded. #15 4.805 1 not fully installed or removed. #15 4.805 Need to get 7240 kB of archives. #15 4.805 After this operation, 35.7 MB of additional disk space will be used. #15 4.805 Get:1 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] #14 79.95 Setting up libmodule-implementation-perl (0.09-2) ... #14 79.97 Setting up libcgi-fast-perl (1:2.15-1) ... #14 79.98 Setting up python3-apt (2.5.3ubuntu1) ... #14 80.14 Setting up libpackage-stash-perl (0.40-1) ... #14 80.15 Setting up libimport-into-perl (1.002005-2) ... #14 80.16 Setting up libmoo-perl (2.005005-1) ... #14 80.17 Setting up python3-bcrypt (3.2.2-1) ... #14 80.29 Setting up liblist-someutils-perl (0.59-1) ... #14 80.31 Setting up debhelper (13.11.4ubuntu3) ... #14 80.32 Setting up liblist-someutils-xs-perl:armhf (0.58-3) ... #14 80.33 Setting up python3-chardet (5.1.0+dfsg-2) ... #15 7.888 dh_builddeb #15 7.912 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #15 7.932 #15 7.932 The package has been created. #15 7.932 Attention, the package has been created in the current directory, #15 7.932 not in ".." as indicated by the message above! #15 7.958 Selecting previously unselected package docker-ce-build-deps. #15 7.974 (Reading database ... 27529 files and directories currently installed.) #15 7.976 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #15 7.980 Unpacking docker-ce-build-deps (1.0) ... #39 16.24 Preparing to unpack .../07-libobjc-12-dev_12.2.0-14_amd64.deb ... #39 16.25 Unpacking libobjc-12-dev:amd64 (12.2.0-14) ... #39 16.33 Selecting previously unselected package libclang-common-14-dev. #39 16.33 Preparing to unpack .../08-libclang-common-14-dev_1%3a14.0.6-12_all.deb ... #39 16.34 Unpacking libclang-common-14-dev (1:14.0.6-12) ... #39 16.60 Selecting previously unselected package llvm-14-linker-tools. #14 74.63 Selecting previously unselected package python3-certifi. #14 74.63 Preparing to unpack .../328-python3-certifi_2019.11.28-1_all.deb ... #14 74.63 Unpacking python3-certifi (2019.11.28-1) ... #14 74.68 Selecting previously unselected package python3-idna. #14 74.68 Preparing to unpack .../329-python3-idna_2.8-1_all.deb ... #14 74.69 Unpacking python3-idna (2.8-1) ... #14 74.73 Selecting previously unselected package python3-urllib3. #14 70.96 Setting up python3-idna (3.3-1) ... #14 71.16 Setting up libio-html-perl (1.004-2) ... #14 71.17 Setting up libpod-parser-perl (1.63-2) ... #14 71.18 Setting up libb-hooks-op-check-perl (0.22-1build5) ... #14 71.19 Setting up liblist-moreutils-xs-perl (0.430-2build2) ... #14 71.21 Setting up libparams-util-perl (1.102-1build3) ... #14 71.22 Setting up libdpkg-perl (1.21.1ubuntu2.2) ... #14 71.23 Setting up libtime-duration-perl (1.21-1) ... #14 71.25 Setting up autoconf (2.71-2) ... #14 71.26 Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... #14 72.25 Preparing to unpack .../325-libstring-escape-perl_2010.002-3_all.deb ... #14 72.25 Unpacking libstring-escape-perl (2010.002-3) ... #14 72.28 Selecting previously unselected package libstring-license-perl. #14 72.28 Preparing to unpack .../326-libstring-license-perl_0.0.2-1ubuntu2_all.deb ... #14 72.29 Unpacking libstring-license-perl (0.0.2-1ubuntu2) ... #14 72.32 Selecting previously unselected package libstring-shellquote-perl. #14 72.32 Preparing to unpack .../327-libstring-shellquote-perl_1.04-3_all.deb ... #14 72.33 Unpacking libstring-shellquote-perl (1.04-3) ... #14 72.36 Selecting previously unselected package libsyntax-keyword-try-perl. #14 72.36 Preparing to unpack .../328-libsyntax-keyword-try-perl_0.28-1_arm64.deb ... #14 72.37 Unpacking libsyntax-keyword-try-perl (0.28-1) ... #14 72.40 Selecting previously unselected package libterm-readkey-perl. #14 72.40 Preparing to unpack .../329-libterm-readkey-perl_2.38-2build1_arm64.deb ... #14 72.40 Unpacking libterm-readkey-perl (2.38-2build1) ... #14 72.44 Selecting previously unselected package libtext-levenshteinxs-perl. #14 72.44 Preparing to unpack .../330-libtext-levenshteinxs-perl_0.03-5build1_arm64.deb ... #14 72.44 Unpacking libtext-levenshteinxs-perl (0.03-5build1) ... #14 72.47 Selecting previously unselected package libtext-markdown-discount-perl. #14 72.48 Preparing to unpack .../331-libtext-markdown-discount-perl_0.16-1_arm64.deb ... #14 72.48 Unpacking libtext-markdown-discount-perl (0.16-1) ... #14 72.51 Selecting previously unselected package libtext-xslate-perl:arm64. #14 72.51 Preparing to unpack .../332-libtext-xslate-perl_3.5.9-1build2_arm64.deb ... #14 72.52 Unpacking libtext-xslate-perl:arm64 (3.5.9-1build2) ... #14 72.56 Selecting previously unselected package libtime-duration-perl. #14 72.56 Preparing to unpack .../333-libtime-duration-perl_1.21-2_all.deb ... #14 72.56 Unpacking libtime-duration-perl (1.21-2) ... #14 72.60 Selecting previously unselected package libtime-moment-perl. #16 7.190 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive13 armhf 3.6.0-1ubuntu1 [338 kB] #16 7.305 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjsoncpp25 armhf 1.9.5-3 [72.4 kB] #15 3.632 Reading state information... #15 3.648 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #16 3.248 dh_md5sums #16 3.277 dh_builddeb #16 3.298 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #16 3.319 #16 3.319 The package has been created. #16 3.319 Attention, the package has been created in the current directory, #16 3.319 not in ".." as indicated by the message above! #16 3.342 Selecting previously unselected package docker-ce-build-deps. #16 3.357 (Reading database ... 26320 files and directories currently installed.) #15 5.925 Preparing to unpack .../06-librhash0_1.3.8-1_arm64.deb ... #15 5.929 Unpacking librhash0:arm64 (1.3.8-1) ... #15 5.972 Selecting previously unselected package libuv1:arm64. #15 5.975 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_arm64.deb ... #15 5.978 Unpacking libuv1:arm64 (1.24.1-1+deb10u1) ... #15 6.014 Selecting previously unselected package cmake. #15 6.018 Preparing to unpack .../08-cmake_3.13.4-1_arm64.deb ... #15 6.022 Unpacking cmake (3.13.4-1) ... #14 73.63 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ... #14 73.64 Setting up libjson-xs-perl (4.030-2) ... #14 73.66 Setting up g++-13 (13.2.0-4ubuntu3) ... #14 73.67 Setting up python3.11 (3.11.6-3) ... #16 8.325 Unpacking dh-apparmor (2.13.3-7ubuntu5.3) ... #16 8.354 Selecting previously unselected package libseccomp-dev:armhf. #16 8.357 Preparing to unpack .../8-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_armhf.deb ... #16 8.361 Unpacking libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ... #16 8.404 Preparing to unpack .../9-libsystemd0_245.4-4ubuntu3.23_armhf.deb ... #16 8.415 Unpacking libsystemd0:armhf (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ... #16 8.493 Setting up libsystemd0:armhf (245.4-4ubuntu3.23) ... #16 8.535 Selecting previously unselected package libsystemd-dev:armhf. #16 8.535 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29662 files and directories currently installed.) #16 8.550 Preparing to unpack .../libsystemd-dev_245.4-4ubuntu3.23_armhf.deb ... #16 8.554 Unpacking libsystemd-dev:armhf (245.4-4ubuntu3.23) ... #16 8.619 Selecting previously unselected package pkg-config. + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ozKmyP + umask 022 + cd /root/rpmbuild/BUILD + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + pushd /root/rpmbuild/BUILD/src/engine + TMP_GOPATH=/go + hack/dockerfile/install/install.sh tini ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' Install tini version v0.19.0 + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... #15 4.811 Get:2 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] #15 4.821 Get:3 http://deb.debian.org/debian bullseye/main arm64 libncurses6 arm64 6.2+20201114-2+deb11u2 [93.1 kB] #15 4.821 Get:4 http://deb.debian.org/debian bullseye/main arm64 libprocps8 arm64 2:3.3.17-5 [61.9 kB] #15 4.822 Get:5 http://deb.debian.org/debian bullseye/main arm64 procps arm64 2:3.3.17-5 [497 kB] #15 4.838 Get:6 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] #15 4.840 Get:7 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] #15 4.842 Get:8 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] #15 4.844 Get:9 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] #15 4.866 Get:10 http://deb.debian.org/debian bullseye/main arm64 dh-apparmor all 2.13.6-10 [75.2 kB] #15 4.866 Get:11 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] #15 4.867 Get:12 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u4 [402 kB] #15 4.869 Get:13 http://deb.debian.org/debian bullseye/main arm64 pkg-config arm64 0.29.2-1 [63.6 kB] #15 5.021 debconf: delaying package configuration, since apt-utils is not installed #15 10.65 Processing triggers for libc-bin (2.36-9+deb12u3) ... #14 80.64 Setting up python3-cryptography (38.0.4-2ubuntu0.1) ... #39 16.60 Preparing to unpack .../09-llvm-14-linker-tools_1%3a14.0.6-12_amd64.deb ... #39 16.61 Unpacking llvm-14-linker-tools (1:14.0.6-12) ... #39 16.89 Selecting previously unselected package libclang1-14. #14 74.73 Preparing to unpack .../330-python3-urllib3_1.25.8-2ubuntu0.3_all.deb ... #14 74.73 Unpacking python3-urllib3 (1.25.8-2ubuntu0.3) ... #14 74.77 Selecting previously unselected package python3-requests. #14 74.78 Preparing to unpack .../331-python3-requests_2.22.0-2ubuntu1.1_all.deb ... #14 74.78 Unpacking python3-requests (2.22.0-2ubuntu1.1) ... #14 74.82 Selecting previously unselected package python3-unidiff. #14 74.82 Preparing to unpack .../332-python3-unidiff_0.5.5-2_all.deb ... #14 74.82 Unpacking python3-unidiff (0.5.5-2) ... #14 74.86 Selecting previously unselected package python3-xdg. #14 74.86 Preparing to unpack .../333-python3-xdg_0.26-1ubuntu1_all.deb ... #14 74.87 Unpacking python3-xdg (0.26-1ubuntu1) ... #14 74.90 Selecting previously unselected package unzip. #14 74.91 Preparing to unpack .../334-unzip_6.0-25ubuntu1.1_arm64.deb ... #14 74.91 Unpacking unzip (6.0-25ubuntu1.1) ... #14 74.97 Selecting previously unselected package equivs. #14 74.97 Preparing to unpack .../335-equivs_2.2.0_all.deb ... #14 74.98 Unpacking equivs (2.2.0) ... #14 75.01 Selecting previously unselected package libauthen-sasl-perl. #14 75.01 Preparing to unpack .../336-libauthen-sasl-perl_2.1600-1_all.deb ... #14 75.01 Unpacking libauthen-sasl-perl (2.1600-1) ... #14 75.07 Selecting previously unselected package python3-magic. #14 75.07 Preparing to unpack .../337-python3-magic_2%3a0.4.15-3_all.deb ... #14 75.08 Unpacking python3-magic (2:0.4.15-3) ... #14 71.44 Setting up libsub-exporter-progressive-perl (0.001013-1) ... #14 71.45 Setting up libarray-intspan-perl (2.004-1) ... #14 71.46 Setting up libcapture-tiny-perl (0.48-1) ... #14 71.47 Setting up libtimedate-perl (2.3300-2) ... #14 71.49 Setting up libstdc++-11-dev:arm64 (11.4.0-1ubuntu1~22.04) ... #14 71.50 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ... #14 71.52 Setting up libsub-name-perl (0.26-1build3) ... #14 71.53 Setting up libtype-tiny-xs-perl (0.022-1build2) ... #14 71.54 Setting up libsyntax-keyword-try-perl (0.26-1build1) ... #14 72.60 Preparing to unpack .../334-libtime-moment-perl_0.44-2build1_arm64.deb ... #14 72.60 Unpacking libtime-moment-perl (0.44-2build1) ... #14 72.68 Selecting previously unselected package libtype-tiny-xs-perl:arm64. #14 72.68 Preparing to unpack .../335-libtype-tiny-xs-perl_0.025-1_arm64.deb ... #14 72.69 Unpacking libtype-tiny-xs-perl:arm64 (0.025-1) ... #14 72.72 Selecting previously unselected package libunicode-utf8-perl. #14 72.72 Preparing to unpack .../336-libunicode-utf8-perl_0.62-2_arm64.deb ... #14 72.72 Unpacking libunicode-utf8-perl (0.62-2) ... #14 72.75 Selecting previously unselected package libwww-mechanize-perl. #14 72.76 Preparing to unpack .../337-libwww-mechanize-perl_2.16-1_all.deb ... #14 72.76 Unpacking libwww-mechanize-perl (2.16-1) ... #14 72.79 Selecting previously unselected package libxml-namespacesupport-perl. #14 72.80 Preparing to unpack .../338-libxml-namespacesupport-perl_1.12-2_all.deb ... #14 72.80 Unpacking libxml-namespacesupport-perl (1.12-2) ... #14 72.83 Selecting previously unselected package libxml-sax-base-perl. #16 7.323 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librhash0 armhf 1.4.2-1ubuntu1 [141 kB] #16 7.347 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libuv1 armhf 1.43.0-1 [76.9 kB] #16 7.356 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-elpa-helper all 2.0.9ubuntu1 [7610 B] #16 7.357 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf emacsen-common all 3.0.4 [14.9 kB] #16 7.359 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf cmake-data all 3.22.1-1ubuntu1.22.04.1 [1913 kB] #16 7.496 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf cmake armhf 3.22.1-1ubuntu1.22.04.1 [4643 kB] #14 74.01 Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64 30/52 #15 3.802 Starting 2 pkgProblemResolver with broken count: 0 #15 3.804 Done #15 3.939 Done #15 4.049 Starting pkgProblemResolver with broken count: 0 #16 3.358 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #16 3.363 Unpacking docker-ce-build-deps (1.0) ... #15 6.300 Selecting previously unselected package dh-apparmor. #15 6.303 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ... #15 6.307 Unpacking dh-apparmor (2.13.2-10) ... #15 6.338 Selecting previously unselected package libseccomp-dev:arm64. #15 6.342 Preparing to unpack .../10-libseccomp-dev_2.3.3-4_arm64.deb ... #15 6.345 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... #15 6.418 Selecting previously unselected package libsystemd-dev:arm64. #16 8.622 Preparing to unpack .../pkg-config_0.29.1-0ubuntu4_armhf.deb ... #16 8.626 Unpacking pkg-config (0.29.1-0ubuntu4) ... #16 8.671 Setting up libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ... #16 8.683 Setting up libarchive13:armhf (3.4.0-2ubuntu1.2) ... #16 8.694 Setting up libuv1:armhf (1.34.2-1ubuntu1.3) ... #16 8.705 Setting up bash-completion (1:2.10-1ubuntu1) ... + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3UgqD9 + umask 022 + cd /root/rpmbuild/BUILD + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + pushd /root/rpmbuild/BUILD/src/engine + TMP_GOPATH=/go + hack/dockerfile/install/install.sh tini ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 Install tini version v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... #15 5.064 Fetched 7240 kB in 0s (21.5 MB/s) #15 5.096 Selecting previously unselected package bash-completion. #15 5.096 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28649 files and directories currently installed.) #15 5.111 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ... #15 DONE 11.1s #39 16.89 Preparing to unpack .../10-libclang1-14_1%3a14.0.6-12_amd64.deb ... #39 16.90 Unpacking libclang1-14 (1:14.0.6-12) ... #14 75.13 Setting up libapt-pkg-perl (0.1.36build3) ... #14 75.14 Setting up libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ... #14 75.16 Setting up libpipeline1:arm64 (1.5.2-2build1) ... #14 75.17 Setting up wdiff (1.2.2-2build1) ... #14 75.18 Setting up libxau6:arm64 (1:1.0.9-0ubuntu1) ... #14 75.20 Setting up libkeyutils1:arm64 (1.6-6ubuntu1.1) ... #14 75.21 Setting up libpsl5:arm64 (0.21.0-1ubuntu1) ... #14 75.22 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.5) ... #14 75.23 Setting up mime-support (3.64ubuntu1) ... #14 75.27 Setting up xdg-user-dirs (0.17-2ubuntu1) ... #14 75.30 Setting up libmagic-mgc (1:5.38-4) ... #14 71.55 Setting up libdata-validate-domain-perl (0.10-1.1) ... #14 71.56 Setting up libproc-processtable-perl:arm64 (0.634-1build1) ... #14 71.58 Setting up libfile-chdir-perl (0.1008-1.1) ... #14 71.59 Setting up xauth (1:1.1-1build2) ... #14 71.60 Setting up libpath-tiny-perl (0.122-1) ... #14 71.62 Setting up libarchive-cpio-perl (0.10-1.1) ... #14 71.63 Setting up libjson-perl (4.04000-1) ... #14 71.64 Setting up libipc-run3-perl (0.048-2) ... #14 71.66 Setting up libsub-override-perl (0.09-2) ... #14 71.67 Setting up libaliased-perl (0.34-1.1) ... #14 71.68 Setting up python3-unidiff (0.5.5-2) ... #14 71.81 Setting up libstrictures-perl (2.000006-1) ... #14 72.84 Preparing to unpack .../339-libxml-sax-base-perl_1.09-3_all.deb ... #14 72.84 Unpacking libxml-sax-base-perl (1.09-3) ... #14 72.88 Selecting previously unselected package libxml-sax-perl. #14 72.88 Preparing to unpack .../340-libxml-sax-perl_1.02+dfsg-3_all.deb ... #14 72.89 Unpacking libxml-sax-perl (1.02+dfsg-3) ... #14 72.94 Selecting previously unselected package libxml-libxml-perl. #14 72.94 Preparing to unpack .../341-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1build1_arm64.deb ... #14 72.94 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1build1) ... #14 72.99 Selecting previously unselected package libxml-parser-perl. #14 72.99 Preparing to unpack .../342-libxml-parser-perl_2.46-4_arm64.deb ... #14 72.99 Unpacking libxml-parser-perl (2.46-4) ... #14 73.04 Selecting previously unselected package libxml-sax-expat-perl. #16 7.712 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf dh-apparmor all 3.0.4-2ubuntu2.3 [9960 B] #16 7.712 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libseccomp-dev armhf 2.5.3-2ubuntu2 [89.0 kB] #16 7.858 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsystemd0 armhf 249.11-0ubuntu3.12 [296 kB] #15 4.068 Starting 2 pkgProblemResolver with broken count: 0 #15 4.070 Done #15 4.256 The following additional packages will be installed: #15 6.422 Preparing to unpack .../11-libsystemd-dev_241-7~deb10u10_arm64.deb ... #15 6.426 Unpacking libsystemd-dev:arm64 (241-7~deb10u10) ... #15 6.517 Selecting previously unselected package pkg-config. #15 6.521 Preparing to unpack .../12-pkg-config_0.29-6_arm64.deb ... #16 1.085 Reading package lists... #14 74.42 Setting up libhttp-negotiate-perl (6.01-2) ... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 11.4.1 -- Detecting C compiler ABI info #16 [stage-1 5/8] COPY --link sources/ /sources #16 DONE 0.3s + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 11.4.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done #14 75.31 Setting up libyaml-0-2:arm64 (0.2.2-1) ... #14 75.33 Setting up libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.6) ... #14 75.37 No schema files found: doing nothing. #14 75.38 Setting up distro-info-data (0.43ubuntu1.15) ... #14 75.40 Setting up manpages (5.05-1) ... #14 75.41 Setting up unzip (6.0-25ubuntu1.1) ... #14 75.43 Setting up libbrotli1:arm64 (1.0.7-6ubuntu0.1) ... #14 75.45 Setting up libsqlite3-0:arm64 (3.31.1-4ubuntu0.6) ... #14 75.47 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2ubuntu0.1) ... #14 75.48 Setting up binutils-common:arm64 (2.34-6ubuntu1.8) ... #14 75.50 Setting up libnghttp2-14:arm64 (1.40.0-1ubuntu0.2) ... #14 75.51 Setting up libmagic1:arm64 (1:5.38-4) ... #14 75.53 Setting up less (551-1ubuntu0.1) ... #17 DONE 3.7s #18 [stage-1 7/8] WORKDIR /root/build-deb #18 DONE 0.0s #19 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb #19 DONE 0.0s #20 exporting to image #20 exporting layers #14 80.88 Setting up python3-debian (0.1.49ubuntu2) ... #14 81.07 Setting up python3-requests (2.28.1+dfsg-1ubuntu1.1) ... #14 71.82 Setting up libsub-quote-perl (2.006006-1) ... #14 71.84 Setting up libdevel-stacktrace-perl (2.0400-1) ... #14 71.85 Setting up libclass-xsaccessor-perl (1.19-3build9) ... #14 71.86 Setting up libsort-versions-perl (1.62-1) ... #14 71.88 Setting up libexporter-tiny-perl (1.002002-1) ... #14 71.89 Setting up libre-engine-re2-perl:arm64 (0.14-1build2) ... #14 71.90 Setting up libfile-dirlist-perl (0.05-2) ... #14 71.92 Setting up libterm-readkey-perl (2.38-1build4) ... #14 71.93 Setting up lsb-release (11.1.0ubuntu4) ... #14 71.94 Setting up python3-magic (2:0.4.24-2) ... #14 72.08 Setting up libtext-levenshteinxs-perl (0.03-4build10) ... #14 73.04 Preparing to unpack .../343-libxml-sax-expat-perl_0.51-2_all.deb ... #14 73.04 Unpacking libxml-sax-expat-perl (0.51-2) ... #14 73.07 Selecting previously unselected package libyaml-libyaml-perl. #14 73.07 Preparing to unpack .../344-libyaml-libyaml-perl_0.86+ds-1_arm64.deb ... #14 73.08 Unpacking libyaml-libyaml-perl (0.86+ds-1) ... #14 73.11 Selecting previously unselected package licensecheck. #14 73.11 Preparing to unpack .../345-licensecheck_3.3.5-1ubuntu1_all.deb ... #14 73.11 Unpacking licensecheck (3.3.5-1ubuntu1) ... #14 73.15 Selecting previously unselected package libdevel-size-perl. #14 73.15 Preparing to unpack .../346-libdevel-size-perl_0.83-2build1_arm64.deb ... #14 73.15 Unpacking libdevel-size-perl (0.83-2build1) ... #14 73.19 Selecting previously unselected package libipc-run3-perl. #14 73.19 Preparing to unpack .../347-libipc-run3-perl_0.048-3_all.deb ... #14 73.19 Unpacking libipc-run3-perl (0.048-3) ... #14 73.23 Selecting previously unselected package lzip. #14 73.23 Preparing to unpack .../348-lzip_1.23-5_arm64.deb ... #14 73.23 Unpacking lzip (1.23-5) ... #14 73.26 Selecting previously unselected package lzop. #15 4.257 bash-completion cmake cmake-data dh-apparmor libjsoncpp24 libncurses6 #15 4.257 libprocps8 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config procps #15 4.258 Suggested packages: #15 4.258 cmake-doc ninja-build apparmor-easyprof seccomp #15 4.258 Recommended packages: #15 4.258 psmisc #15 4.351 The following NEW packages will be installed: #15 4.351 bash-completion cmake cmake-data dh-apparmor libjsoncpp24 libncurses6 #15 4.352 libprocps8 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config procps #15 4.620 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded. #15 4.620 1 not fully installed or removed. #15 4.620 Need to get 9194 kB of archives. #15 4.620 After this operation, 39.0 MB of additional disk space will be used. #15 4.620 Get:1 http://deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] #15 6.524 Unpacking pkg-config (0.29-6) ... #15 6.574 Setting up libseccomp-dev:arm64 (2.3.3-4) ... #15 6.585 Setting up libarchive13:arm64 (3.3.3-4+deb10u3) ... #15 6.595 Setting up libprocps7:arm64 (2:3.3.15-2) ... #15 6.606 Setting up libuv1:arm64 (1.24.1-1+deb10u1) ... #15 6.616 Setting up bash-completion (1:2.8-6) ... #15 8.028 Reading package lists... #14 74.43 Setting up libio-prompter-perl (0.004015-2) ... #14 74.44 Setting up libiterator-util-perl (0.02+ds1-2) ... #14 74.45 Setting up libhttp-cookies-perl (6.10-1) ... #14 74.46 Setting up libtool (2.4.7-7) ... #14 74.47 Setting up po-debconf (1.0.21+nmu1) ... #14 74.48 Setting up libhtml-tree-perl (5.07-3) ... #14 74.49 Setting up libparams-classify-perl:arm64 (0.015-2build2) ... #14 74.50 Setting up libcgi-pm-perl (4.57-1) ... #14 74.51 Setting up python3 (3.11.4-5) ... #14 74.77 Setting up libhtml-format-perl (2.16-2) ... #16 9.440 Setting up pkg-config (0.29.1-0ubuntu4) ... #16 9.489 Setting up librhash0:armhf (1.3.9-1) ... -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done (0.2s) -- Generating done (0.0s) -- Build files have been written to: /go/tini + make tini-static [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o #17 [stage-1 6/8] COPY --link --from=golang /usr/local/go /usr/local/go -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done (0.2s) -- Generating done (0.0s) -- Build files have been written to: /go/tini + make tini-static [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o #15 5.736 Unpacking bash-completion (1:2.11-2) ... #15 5.857 Selecting previously unselected package cmake-data. #14 75.56 Setting up perl-openssl-defaults:arm64 (4) ... #14 75.58 Setting up linux-libc-dev:arm64 (5.4.0-169.187) ... #14 75.59 Setting up libctf-nobfd0:arm64 (2.34-6ubuntu1.8) ... #14 75.60 Setting up gettext-base (0.19.8.1-10build1) ... #14 75.61 Setting up libnpth0:arm64 (1.6-1) ... #14 75.63 Setting up krb5-locales (1.17-6ubuntu4.4) ... #14 75.64 Setting up file (1:5.38-4) ... #14 75.65 Setting up libassuan0:arm64 (2.5.3-7ubuntu2) ... #14 75.67 Setting up libgomp1:arm64 (10.5.0-1ubuntu1~20.04) ... #14 75.68 Setting up libcbor0.6:arm64 (0.6.0-0ubuntu1) ... #14 75.69 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ... #14 75.71 Setting up libfakeroot:arm64 (1.24-1) ... #14 75.72 Setting up libkrb5support0:arm64 (1.17-6ubuntu4.4) ... #14 75.74 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ... #14 75.75 Setting up tzdata (2023d-0ubuntu0.20.04) ... #14 75.85 #14 75.85 Current default time zone: 'Etc/UTC' #14 75.85 Local time is now: Mon Jan 22 21:41:38 UTC 2024. #14 75.85 Universal Time is now: Mon Jan 22 21:41:38 UTC 2024. #14 75.85 Run 'dpkg-reconfigure tzdata' if you wish to change it. #14 75.85 #14 81.23 Setting up equivs (2.3.1) ... #14 81.27 Setting up g++ (4:12.2.0-3ubuntu1) ... #14 81.29 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 81.29 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist #14 81.30 Setting up build-essential (12.9ubuntu3) ... #14 81.32 Setting up libmoox-aliases-perl (0.001006-2) ... #14 72.09 Setting up libperlio-gzip-perl (0.19-1build8) ... #14 72.10 Setting up libsys-hostname-long-perl (1.5-2) ... #14 72.11 Setting up libhtml-html5-entities-perl (0.004-1.1) ... #14 72.13 Setting up libsereal-decoder-perl (4.023+ds-1) ... #14 72.14 Setting up liburi-perl (5.10-1) ... #14 72.15 Setting up libnet-ipv6addr-perl (1.02-1) ... #14 72.16 Setting up libfile-touch-perl (0.12-1) ... #14 72.17 Setting up libc-devtools (2.35-0ubuntu3.6) ... #14 72.18 Setting up libemail-address-xs-perl (1.04-1build6) ... #14 72.19 Setting up libnet-ssleay-perl:arm64 (1.92-1build2) ... #14 72.21 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... #14 73.27 Preparing to unpack .../349-lzop_1.04-2build2_arm64.deb ... #14 73.27 Unpacking lzop (1.04-2build2) ... #14 73.30 Selecting previously unselected package t1utils. #14 73.31 Preparing to unpack .../350-t1utils_1.41-4build2_arm64.deb ... #14 73.31 Unpacking t1utils (1.41-4build2) ... #14 73.35 Selecting previously unselected package unzip. #14 73.35 Preparing to unpack .../351-unzip_6.0-27ubuntu1_arm64.deb ... #14 73.35 Unpacking unzip (6.0-27ubuntu1) ... #14 73.40 Selecting previously unselected package lintian. #14 73.40 Preparing to unpack .../352-lintian_2.116.3ubuntu1.1_all.deb ... #14 73.41 Unpacking lintian (2.116.3ubuntu1.1) ... #15 4.624 Get:2 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] #15 4.635 Get:3 http://deb.debian.org/debian bullseye/main amd64 libncurses6 amd64 6.2+20201114-2+deb11u2 [102 kB] #15 4.638 Get:4 http://deb.debian.org/debian bullseye/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB] #15 4.639 Get:5 http://deb.debian.org/debian bullseye/main amd64 procps amd64 2:3.3.17-5 [502 kB] #15 4.642 Get:6 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] #15 4.643 Get:7 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] #15 4.644 Get:8 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] #15 4.645 Get:9 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] #15 4.688 Get:10 http://deb.debian.org/debian bullseye/main amd64 dh-apparmor all 2.13.6-10 [75.2 kB] #15 4.689 Get:11 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] #15 4.690 Get:12 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u4 [402 kB] #15 4.692 Get:13 http://deb.debian.org/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB] #15 4.833 debconf: delaying package configuration, since apt-utils is not installed #15 8.952 Building dependency tree... #15 9.144 Reading state information... #15 9.174 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #15 9.237 Starting 2 pkgProblemResolver with broken count: 0 #15 9.241 Done #15 9.264 Done #16 8.273 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsystemd-dev armhf 249.11-0ubuntu3.12 [306 kB] #16 8.328 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-0 armhf 2.72.4-0ubuntu2.2 [1328 kB] #14 74.78 Setting up python3-xdg (0.28-2) ... #14 74.92 Setting up libxml-sax-perl (1.02+dfsg-3) ... #14 74.97 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #14 75.03 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #16 9.500 Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ... #16 9.514 Setting up dh-apparmor (2.13.3-7ubuntu5.3) ... #16 9.526 Setting up libsystemd-dev:armhf (245.4-4ubuntu3.23) ... #16 9.537 Setting up libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ... #16 9.582 Setting up cmake (3.16.3-1ubuntu1.20.04.1) ... #16 9.593 Setting up docker-ce-build-deps (1.0) ... #16 9.604 Processing triggers for man-db (2.9.1-1) ... #16 9.627 Processing triggers for libc-bin (2.31-0ubuntu9.14) ... #16 2.437 dpkg-buildpackage: info: source package docker-ce-build-deps #16 2.437 dpkg-buildpackage: info: source version 1.0 #16 2.437 dpkg-buildpackage: info: source distribution unstable #16 2.437 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #16 2.479 dpkg-source --before-build . #16 2.479 dpkg-buildpackage: info: host architecture armhf #16 2.585 debian/rules clean #16 2.587 dh clean #16 2.695 dh_clean [100%] Linking C executable tini-static [100%] Built target tini-static + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init + VERSION=0.0.0-20240120124445-f18a476 + PRODUCT=docker + hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags 'exclude_graphdriver_btrfs journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:38.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #15 11.20 Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 77/100 #15 23.24 Installing : python3-policycoreutils-3.5-8.fc39.noarch 78/100 #15 23.25 Installing : policycoreutils-python-utils-3.5-8.fc39.noarch 79/100 #15 23.26 Installing : policycoreutils-devel-3.5-8.fc39.aarch64 80/100 #15 23.35 Installing : selinux-policy-devel-39.3-1.fc39.noarch 81/100 #15 23.36 Running scriptlet: selinux-policy-devel-39.3-1.fc39.noarch 81/100 #15 23.38 Installing : openssh-9.3p1-10.fc39.aarch64 82/100 #15 23.41 Installing : openssh-clients-9.3p1-10.fc39.aarch64 83/100 #15 23.41 Running scriptlet: openssh-clients-9.3p1-10.fc39.aarch64 83/100 #15 23.52 Installing : git-core-2.43.0-1.fc39.aarch64 84/100 #15 23.56 Installing : git-core-doc-2.43.0-1.fc39.noarch 85/100 #15 23.57 Installing : perl-Git-2.43.0-1.fc39.noarch 86/100 #15 23.58 Installing : git-2.43.0-1.fc39.aarch64 87/100 #15 23.59 Installing : libselinux-devel-3.5-5.fc39.aarch64 88/100 #15 23.60 Installing : annobin-plugin-gcc-12.35-1.fc39.aarch64 89/100 #15 23.61 Running scriptlet: annobin-plugin-gcc-12.35-1.fc39.aarch64 89/100 #14 74.53 Installing : perl-Getopt-Long-2.40-3.el7.noarch 31/52 [100%] Linking C executable tini-static [100%] Built target tini-static + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init + VERSION=0.0.0-20240120124445-f18a476 + PRODUCT=docker + hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) #15 5.860 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ... #15 5.866 Unpacking cmake-data (3.18.4-2+deb11u1) ... #14 75.87 Setting up fakeroot (1.24-1) ... #14 75.88 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 75.88 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 75.88 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 75.88 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 75.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 #14 75.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 #14 75.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 #14 75.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 #14 75.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 #14 75.89 Setting up autotools-dev (20180224.1) ... #14 75.91 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.6) ... #14 75.93 Setting up libx11-data (2:1.6.9-2ubuntu1.6) ... #14 75.94 Setting up make (4.2.1-1.2) ... #14 75.96 Setting up libmpfr6:arm64 (4.0.2-1) ... #14 75.98 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ... #14 75.99 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ... #14 76.00 Setting up libidn11:arm64 (1.33-2.2ubuntu2) ... #14 76.01 Setting up strace (5.5-3ubuntu1) ... #14 76.03 Setting up libsigsegv2:arm64 (2.12-2) ... #14 76.04 Setting up xz-utils (5.2.4-1ubuntu1.1) ... #14 76.05 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 76.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 #14 76.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 #14 76.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 #14 76.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 #14 76.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 #14 76.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 #14 76.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 #14 76.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 #14 76.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 #14 76.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 #14 76.06 Setting up t1utils (1.41-3) ... #14 76.07 Setting up diffstat (1.63-1) ... #16 3.439 Reading package lists... #14 81.39 Setting up libb-hooks-endofscope-perl (0.26-1) ... #14 81.43 Setting up python3-nacl (1.5.0-2) ... #14 81.61 Setting up dput (1.1.3ubuntu2.1) ... #14 72.40 Setting up automake (1:1.16.5-1.3) ... #14 72.41 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #14 72.41 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #14 72.41 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #14 72.42 Setting up libapt-pkg-perl (0.1.40build2) ... #14 72.48 Setting up libstring-escape-perl (2010.002-2) ... #14 72.49 Setting up libhttp-date-perl (6.05-1) ... #14 72.50 Setting up libfile-which-perl (1.23-1) ... #14 72.51 Setting up libfile-basedir-perl (0.09-1) ... #14 72.53 Setting up libunicode-utf8-perl (0.62-1build4) ... #14 72.54 Setting up libset-intspan-perl (1.19-2) ... #14 72.55 Setting up libmouse-perl (2.5.10-1build4) ... #14 72.56 Setting up libfile-listing-perl (6.14-1) ... #14 72.57 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ... #14 72.59 Setting up libregexp-pattern-perl (0.2.14-1) ... #14 72.60 Setting up libdata-messagepack-perl (1.01-2build1) ... #14 72.61 Setting up libfont-afm-perl (1.20-3) ... #14 73.71 Selecting previously unselected package manpages-dev. #14 73.71 Preparing to unpack .../353-manpages-dev_6.03-1_all.deb ... #14 73.71 Unpacking manpages-dev (6.03-1) ... #14 73.80 Selecting previously unselected package python3-certifi. #14 73.80 Preparing to unpack .../354-python3-certifi_2022.9.24-1_all.deb ... #14 73.81 Unpacking python3-certifi (2022.9.24-1) ... #15 4.873 Fetched 9194 kB in 0s (27.3 MB/s) #15 4.902 Selecting previously unselected package bash-completion. #15 4.902 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28671 files and directories currently installed.) #15 4.918 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ... #15 9.273 Starting pkgProblemResolver with broken count: 0 #15 9.310 Starting 2 pkgProblemResolver with broken count: 0 #15 9.314 Done #15 9.473 The following additional packages will be installed: #15 9.473 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp1 #15 9.474 libprocps7 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config procps #15 9.475 Suggested packages: #15 9.475 cmake-doc ninja-build apparmor-easyprof lrzip seccomp #16 8.488 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pkg-config armhf 0.29.2-1ubuntu3 [46.0 kB] #16 8.652 debconf: delaying package configuration, since apt-utils is not installed #16 8.687 Fetched 9463 kB in 2s (4451 kB/s) #20 exporting layers 4.4s done #20 writing image sha256:be8ea3b52f3459ae7ac9c6bcb60163148c50e99941c2af9575d69b5a124ac788 done #20 naming to docker.io/debbuild-debian-bookworm/x86_64 done #20 DONE 4.5s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/debian-bookworm:/build debbuild-debian-bookworm/x86_64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz #15 7.427 Setting up pkg-config (0.29-6) ... #15 7.476 Setting up librhash0:arm64 (1.3.8-1) ... #15 7.486 Setting up procps (2:3.3.15-2) ... #15 7.513 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode #15 7.531 Setting up cmake-data (3.13.4-1) ... #14 75.16 #14 75.16 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 75.19 Setting up python3-six (1.16.0-4) ... #14 75.29 Setting up dh-autoreconf (20) ... #16 2.731 debian/rules binary #16 2.734 dh binary #16 2.832 dh_update_autotools_config #16 2.863 dh_autoreconf #16 2.907 create-stamp debian/debhelper-build-stamp #16 2.907 dh_prep #16 2.937 dh_auto_install --destdir=debian/docker-ce-build-deps/ #17 DONE 3.1s #18 [stage-1 7/8] WORKDIR /root/build-deb #18 DONE 0.0s #19 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb #19 DONE 0.0s #20 exporting to image #20 exporting layers #15 23.64 Installing : libtool-2.4.7-7.fc39.aarch64 90/100 #15 23.64 Installing : gcc-plugin-annobin-13.2.1-6.fc39.aarch64 91/100 #15 23.65 Running scriptlet: gcc-plugin-annobin-13.2.1-6.fc39.aarch64 91/100 #15 23.68 Installing : libtool-ltdl-devel-2.4.7-7.fc39.aarch64 92/100 #15 23.69 Installing : libseccomp-devel-2.5.3-6.fc39.aarch64 93/100 #15 23.70 Installing : systemd-devel-254.7-1.fc39.aarch64 94/100 #15 23.72 Installing : systemd-rpm-macros-254.7-1.fc39.noarch 95/100 #15 23.72 Installing : rpm-plugin-selinux-4.19.1-1.fc39.aarch64 96/100 #15 23.73 Installing : which-2.21-40.fc39.aarch64 97/100 #15 23.73 Cleanup : systemd-libs-254.5-2.fc39.aarch64 98/100 #15 23.74 Cleanup : libgcc-13.2.1-4.fc39.aarch64 99/100 #15 23.74 Running scriptlet: libgcc-13.2.1-4.fc39.aarch64 99/100 #15 23.77 Cleanup : libgomp-13.2.1-4.fc39.aarch64 100/100 #15 23.77 Running scriptlet: systemd-resolved-254.7-1.fc39.aarch64 100/100 #15 23.79 Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 100/100 #14 75.39 Installing : 4:perl-5.16.3-299.el7_9.x86_64 32/52 #14 75.44 Installing : perl-Thread-Queue-3.02-2.el7.noarch 33/52 #14 75.47 Updating : rpm-python-4.11.3-48.el7_9.x86_64 34/52 #14 75.49 Installing : python-srpm-macros-3-34.el7.noarch 35/52 #14 75.53 Installing : elfutils-0.176-5.el7.x86_64 36/52 #14 75.55 Installing : 1:emacs-filesystem-24.3-23.el7_9.1.noarch 37/52 #14 75.57 Installing : desktop-file-utils-0.23-2.el7.x86_64 38/52 #14 75.60 Installing : patch-2.7.1-12.el7_7.x86_64 39/52 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags 'exclude_graphdriver_btrfs journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:38.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #15 6.208 Selecting previously unselected package libncurses6:arm64. #15 6.212 Preparing to unpack .../02-libncurses6_6.2+20201114-2+deb11u2_arm64.deb ... #15 6.220 Unpacking libncurses6:arm64 (6.2+20201114-2+deb11u2) ... #15 6.259 Selecting previously unselected package libprocps8:arm64. #15 6.262 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_arm64.deb ... #15 6.266 Unpacking libprocps8:arm64 (2:3.3.17-5) ... #15 6.311 Selecting previously unselected package procps. #14 76.08 Setting up libmpc3:arm64 (1.1.0-1) ... #14 76.10 Setting up libatomic1:arm64 (10.5.0-1ubuntu1~20.04) ... #14 76.11 Setting up patch (2.7.6-6) ... #14 76.12 Setting up autopoint (0.19.8.1-10build1) ... #14 76.14 Setting up libfl2:arm64 (2.6.4-6.2) ... #14 76.15 Setting up ucf (3.0038+nmu1) ... #14 76.24 Setting up libk5crypto3:arm64 (1.17-6ubuntu4.4) ... #14 76.26 Setting up libltdl7:arm64 (2.4.6-14) ... #14 76.27 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ... #14 76.28 Setting up libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 76.29 Setting up libubsan1:arm64 (10.5.0-1ubuntu1~20.04) ... #14 76.30 Setting up python-apt-common (2.0.1ubuntu0.20.04.1) ... #14 76.32 Setting up libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ... #14 76.33 Setting up libuchardet0:arm64 (0.0.6-3build1) ... #14 76.34 Setting up libre2-5:arm64 (20200101+dfsg-1build1) ... #14 76.35 Setting up git-man (1:2.25.1-1ubuntu3.11) ... #16 4.498 Building dependency tree... #16 4.708 Reading state information... #16 4.730 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #16 4.784 Starting 2 pkgProblemResolver with broken count: 0 #16 4.787 Done #16 4.819 Done #14 81.80 Setting up libnamespace-clean-perl (0.27-2) ... #14 81.84 Setting up libstring-license-perl (0.0.2-1ubuntu2) ... #14 81.85 Setting up python3-paramiko (2.12.0-2ubuntu1) ... #14 72.62 Setting up libwant-perl (0.29-1build7) ... #14 72.64 Setting up libdynaloader-functions-perl (0.003-1.1) ... #14 72.65 Setting up libclass-method-modifiers-perl (2.13-1) ... #14 72.66 Setting up liblist-compare-perl (0.55-1) ... #14 72.67 Setting up libref-util-xs-perl (0.117-1build5) ... #14 72.68 Setting up libio-pty-perl (1:1.15-2build2) ... #14 72.70 Setting up g++-11 (11.4.0-1ubuntu1~22.04) ... #14 72.71 Setting up libfile-fcntllock-perl (0.22-3build7) ... #14 72.72 Setting up libclone-perl (0.45-1build3) ... #14 73.85 Selecting previously unselected package python3-cffi-backend:arm64. #14 73.85 Preparing to unpack .../355-python3-cffi-backend_1.15.1-5build1_arm64.deb ... #14 73.85 Unpacking python3-cffi-backend:arm64 (1.15.1-5build1) ... #14 73.90 Selecting previously unselected package python3-cryptography. #14 73.90 Preparing to unpack .../356-python3-cryptography_38.0.4-2ubuntu0.1_arm64.deb ... #14 73.90 Unpacking python3-cryptography (38.0.4-2ubuntu0.1) ... #14 73.97 Selecting previously unselected package python3-idna. #14 73.97 Preparing to unpack .../357-python3-idna_3.3-1_all.deb ... #14 73.98 Unpacking python3-idna (3.3-1) ... #14 74.01 Selecting previously unselected package python3-nacl. #14 74.02 Preparing to unpack .../358-python3-nacl_1.5.0-2_arm64.deb ... #14 74.02 Unpacking python3-nacl (1.5.0-2) ... #14 74.07 Selecting previously unselected package python3-bcrypt. #14 74.07 Preparing to unpack .../359-python3-bcrypt_3.2.2-1_arm64.deb ... #14 74.07 Unpacking python3-bcrypt (3.2.2-1) ... #15 5.388 Unpacking bash-completion (1:2.11-2) ... #15 9.590 The following NEW packages will be installed: #15 9.591 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp1 #15 9.592 libprocps7 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config procps + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #16 8.716 Selecting previously unselected package bash-completion. #16 8.716 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 25311 files and directories currently installed.) #16 8.731 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ... #16 8.746 Unpacking bash-completion (1:2.11-5ubuntu1) ... #16 8.866 Selecting previously unselected package libarchive13:armhf. #16 8.868 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_armhf.deb ... #16 8.875 Unpacking libarchive13:armhf (3.6.0-1ubuntu1) ... #16 8.910 Selecting previously unselected package libjsoncpp25:armhf. #16 8.912 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_armhf.deb ... #16 8.916 Unpacking libjsoncpp25:armhf (1.9.5-3) ... #16 8.949 Selecting previously unselected package librhash0:armhf. #15 7.545 Setting up dh-apparmor (2.13.2-10) ... #15 7.554 Setting up libsystemd-dev:arm64 (241-7~deb10u10) ... #15 7.565 Setting up libjsoncpp1:arm64 (1.7.4-3) ... #15 7.577 Setting up cmake (3.13.4-1) ... #15 7.590 Setting up docker-ce-build-deps (1.0) ... #15 7.600 Processing triggers for man-db (2.8.5-2) ... #14 75.30 Setting up libdata-validate-uri-perl (0.07-2) ... #14 75.31 Setting up libnet-smtp-ssl-perl (1.04-2) ... #14 75.32 Setting up python3-gpg (1.18.0-3ubuntu2) ... #14 75.46 Setting up python3-certifi (2022.9.24-1) ... #14 75.56 Setting up libmodule-runtime-perl (0.016-2) ... #16 2.992 dh_install #16 3.028 dh_installdocs #16 3.068 dh_installchangelogs #16 3.160 dh_perl #16 3.201 dh_link #15 13.54 Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 75/98 #15 25.52 Installing : python3-policycoreutils-3.5-8.fc39.noarch 76/98 #15 25.54 Installing : policycoreutils-python-utils-3.5-8.fc39.noarch 77/98 #15 25.55 Installing : policycoreutils-devel-3.5-8.fc39.x86_64 78/98 #15 25.65 Installing : selinux-policy-devel-39.3-1.fc39.noarch 79/98 #15 25.67 Running scriptlet: selinux-policy-devel-39.3-1.fc39.noarch 79/98 #15 25.69 Installing : openssh-9.3p1-10.fc39.x86_64 80/98 #15 25.71 Installing : openssh-clients-9.3p1-10.fc39.x86_64 81/98 #15 25.72 Running scriptlet: openssh-clients-9.3p1-10.fc39.x86_64 81/98 #15 25.83 Installing : git-core-2.43.0-1.fc39.x86_64 82/98 #15 25.87 Installing : git-core-doc-2.43.0-1.fc39.noarch 83/98 #15 25.88 Installing : perl-Git-2.43.0-1.fc39.noarch 84/98 #15 25.89 Installing : git-2.43.0-1.fc39.x86_64 85/98 #15 25.90 Installing : libselinux-devel-3.5-5.fc39.x86_64 86/98 #15 25.91 Installing : annobin-plugin-gcc-12.35-1.fc39.x86_64 87/98 #15 25.92 Running scriptlet: annobin-plugin-gcc-12.35-1.fc39.x86_64 87/98 #15 6.314 Preparing to unpack .../04-procps_2%3a3.3.17-5_arm64.deb ... #15 6.323 Unpacking procps (2:3.3.17-5) ... #15 6.390 Selecting previously unselected package libjsoncpp24:arm64. #15 6.393 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_arm64.deb ... #15 6.397 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... #15 6.435 Selecting previously unselected package librhash0:arm64. #15 6.438 Preparing to unpack .../06-librhash0_1.4.1-2_arm64.deb ... #15 6.441 Unpacking librhash0:arm64 (1.4.1-2) ... #15 6.484 Selecting previously unselected package libuv1:arm64. #15 6.487 Preparing to unpack .../07-libuv1_1.40.0-2_arm64.deb ... #15 6.492 Unpacking libuv1:arm64 (1.40.0-2) ... #15 6.528 Selecting previously unselected package cmake. #15 6.531 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_arm64.deb ... #15 6.534 Unpacking cmake (3.18.4-2+deb11u1) ... #14 76.36 Setting up libisl22:arm64 (0.22.1-1) ... #14 76.37 Setting up netbase (6.1) ... #14 76.40 Setting up libkrb5-3:arm64 (1.17-6ubuntu4.4) ... #14 76.41 Setting up libmpdec2:arm64 (2.4.2-3) ... #14 76.43 Setting up libbinutils:arm64 (2.34-6ubuntu1.8) ... #14 76.44 Setting up libfido2-1:arm64 (1.3.1-1ubuntu2) ... #14 76.46 Setting up libc-dev-bin (2.31-0ubuntu9.14) ... #14 76.47 Setting up openssl (1.1.1f-1ubuntu2.20) ... #14 76.49 Setting up libbsd0:arm64 (0.10.0-1) ... #14 76.50 Setting up libelf1:arm64 (0.176-1.1ubuntu0.1) ... #14 76.51 Setting up readline-common (8.0-4) ... #14 76.54 Setting up publicsuffix (20200303.0012-1) ... #14 76.56 Setting up libcc1-0:arm64 (10.5.0-1ubuntu1~20.04) ... #14 76.57 Setting up iso-codes (4.4-1) ... #14 76.59 Setting up liblocale-gettext-perl (1.07-4) ... #14 76.60 Setting up liblsan0:arm64 (10.5.0-1ubuntu1~20.04) ... #14 76.65 Setting up dctrl-tools (2.24-3) ... #14 76.67 Setting up libitm1:arm64 (10.5.0-1ubuntu1~20.04) ... #16 4.831 Starting pkgProblemResolver with broken count: 0 #16 4.870 Starting 2 pkgProblemResolver with broken count: 0 #16 4.873 Done #16 5.013 The following additional packages will be installed: #14 82.07 Setting up licensecheck (3.3.5-1ubuntu1) ... #14 82.09 Setting up libgitlab-api-v4-perl (0.26-2) ... #14 82.10 Setting up liblwp-protocol-https-perl (6.10-1) ... #14 82.11 Setting up libwww-perl (6.67-1) ... #14 82.13 Setting up libhtml-tokeparser-simple-perl (3.16-4) ... #14 82.15 Setting up libwww-mechanize-perl (2.16-1) ... #14 82.17 Setting up devscripts (2.23.4ubuntu1) ... #14 72.73 Setting up libalgorithm-diff-perl (1.201-1) ... #14 72.74 Setting up libarchive-zip-perl (1.68-1) ... #14 72.76 Setting up libsub-identify-perl (0.14-1build5) ... #14 72.77 Setting up libdistro-info-perl (1.1ubuntu0.2) ... #14 72.78 Setting up libcpanel-json-xs-perl:arm64 (4.27-1build1) ... #14 72.79 Setting up python3-apt (2.4.0ubuntu2) ... #14 72.95 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ... #14 72.96 Setting up liblist-moreutils-perl (0.430-2) ... #14 72.97 Setting up libhtml-tagset-perl (3.20-4) ... #14 72.99 Setting up liblog-any-perl (1.710-1) ... #14 73.00 Setting up libauthen-sasl-perl (2.1600-1.1) ... #14 73.01 Setting up libdevel-size-perl (0.83-1build4) ... #14 73.02 Setting up libdebhelper-perl (13.6ubuntu1) ... #14 73.03 Setting up libpod-constants-perl (0.19-2) ... #14 73.05 Setting up libregexp-pattern-license-perl (3.9.3-1) ... #14 74.11 Selecting previously unselected package python3-six. #14 74.11 Preparing to unpack .../360-python3-six_1.16.0-4_all.deb ... #14 74.12 Unpacking python3-six (1.16.0-4) ... #14 74.15 Selecting previously unselected package python3-paramiko. #14 74.16 Preparing to unpack .../361-python3-paramiko_2.12.0-2ubuntu1_all.deb ... #14 74.16 Unpacking python3-paramiko (2.12.0-2ubuntu1) ... #14 74.20 Selecting previously unselected package python3-urllib3. #14 74.21 Preparing to unpack .../362-python3-urllib3_1.26.12-1ubuntu0.1_all.deb ... #14 74.21 Unpacking python3-urllib3 (1.26.12-1ubuntu0.1) ... #14 74.25 Selecting previously unselected package python3-requests. #14 74.26 Preparing to unpack .../363-python3-requests_2.28.1+dfsg-1ubuntu1.1_all.deb ... #14 74.26 Unpacking python3-requests (2.28.1+dfsg-1ubuntu1.1) ... #14 74.30 Selecting previously unselected package python3-unidiff. #14 74.30 Preparing to unpack .../364-python3-unidiff_0.7.3-1_all.deb ... #14 74.31 Unpacking python3-unidiff (0.7.3-1) ... #39 ... #48 [all 1/7] COPY --link --from=tini /build/ / #48 DONE 0.1s #39 [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 #39 18.06 Selecting previously unselected package clang-14. #39 18.06 Preparing to unpack .../11-clang-14_1%3a14.0.6-12_amd64.deb ... #39 18.09 Unpacking clang-14 (1:14.0.6-12) ... #39 18.20 Selecting previously unselected package clang. #39 18.21 Preparing to unpack .../12-clang_1%3a14.0-55.7~deb12u1_amd64.deb ... #39 18.21 Unpacking clang (1:14.0-55.7~deb12u1) ... #39 18.31 Selecting previously unselected package libnspr4:amd64. #39 18.31 Preparing to unpack .../13-libnspr4_2%3a4.35-1_amd64.deb ... #39 18.33 Unpacking libnspr4:amd64 (2:4.35-1) ... #39 18.42 Selecting previously unselected package libnss3:amd64. #15 5.504 Selecting previously unselected package cmake-data. #15 5.507 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ... #15 5.512 Unpacking cmake-data (3.18.4-2+deb11u1) ... #15 9.872 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded. #15 9.872 1 not fully installed or removed. #15 9.872 Need to get 5928 kB of archives. #15 9.872 After this operation, 23.3 MB of additional disk space will be used. #15 9.872 Get:1 http://deb.debian.org/debian buster/main armhf bash-completion all 1:2.8-6 [208 kB] #15 9.890 Get:2 http://deb.debian.org/debian buster/main armhf cmake-data all 3.13.4-1 [1476 kB] #15 9.905 Get:3 http://deb.debian.org/debian buster/main armhf libprocps7 armhf 2:3.3.15-2 [58.7 kB] #15 9.906 Get:4 http://deb.debian.org/debian buster/main armhf procps armhf 2:3.3.15-2 [248 kB] #15 9.910 Get:5 http://deb.debian.org/debian-security buster/updates/main armhf libarchive13 armhf 3.3.3-4+deb10u3 [277 kB] #15 9.915 Get:6 http://deb.debian.org/debian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [67.8 kB] #15 9.917 Get:7 http://deb.debian.org/debian buster/main armhf librhash0 armhf 1.3.8-1 [134 kB] #15 9.920 Get:8 http://deb.debian.org/debian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [98.3 kB] #15 9.923 Get:9 http://deb.debian.org/debian buster/main armhf cmake armhf 3.13.4-1 [2848 kB] #15 9.955 Get:10 http://deb.debian.org/debian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB] #15 9.956 Get:11 http://deb.debian.org/debian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.3 kB] #15 9.957 Get:12 http://deb.debian.org/debian-security buster/updates/main armhf libsystemd-dev armhf 241-7~deb10u10 [322 kB] #15 9.961 Get:13 http://deb.debian.org/debian buster/main armhf pkg-config armhf 0.29-6 [60.7 kB] #16 8.951 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_armhf.deb ... #16 8.954 Unpacking librhash0:armhf (1.4.2-1ubuntu1) ... #16 8.987 Selecting previously unselected package libuv1:armhf. #16 8.989 Preparing to unpack .../04-libuv1_1.43.0-1_armhf.deb ... #16 8.992 Unpacking libuv1:armhf (1.43.0-1) ... #16 9.043 Selecting previously unselected package dh-elpa-helper. #16 9.045 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ... #16 9.048 Unpacking dh-elpa-helper (2.0.9ubuntu1) ... #16 9.080 Selecting previously unselected package emacsen-common. #14 75.58 Setting up libmailtools-perl (2.21-2) ... #14 75.59 Setting up python3-idna (3.3-2) ... #14 75.77 Setting up python3-urllib3 (1.26.16-1ubuntu0.1) ... #16 3.237 dh_strip_nondeterminism #16 3.309 dh_compress #16 3.352 dh_fixperms #16 3.397 dh_missing #16 3.426 dh_installdeb #15 25.94 Installing : libtool-2.4.7-7.fc39.x86_64 88/98 #15 25.95 Installing : gcc-plugin-annobin-13.2.1-6.fc39.x86_64 89/98 #15 25.96 Running scriptlet: gcc-plugin-annobin-13.2.1-6.fc39.x86_64 89/98 #15 25.98 Installing : libtool-ltdl-devel-2.4.7-7.fc39.x86_64 90/98 #15 26.02 Installing : libseccomp-devel-2.5.3-6.fc39.x86_64 91/98 #15 26.04 Installing : systemd-devel-254.7-1.fc39.x86_64 92/98 #15 26.08 Installing : systemd-rpm-macros-254.7-1.fc39.noarch 93/98 #15 26.09 Installing : rpm-plugin-selinux-4.19.1-1.fc39.x86_64 94/98 #15 26.13 Installing : which-2.21-40.fc39.x86_64 95/98 #15 26.14 Cleanup : systemd-libs-254.5-2.fc39.x86_64 96/98 #15 26.17 Cleanup : libgcc-13.2.1-4.fc39.x86_64 97/98 #15 26.17 Running scriptlet: libgcc-13.2.1-4.fc39.x86_64 97/98 #15 6.856 Selecting previously unselected package dh-apparmor. #14 76.68 Setting up libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 76.69 Setting up libgdbm6:arm64 (1.18.1-5) ... #14 76.71 Setting up gcc-9-base:arm64 (9.4.0-1ubuntu1~20.04.2) ... #14 76.72 Setting up libtsan0:arm64 (10.5.0-1ubuntu1~20.04) ... #14 76.74 Setting up libctf0:arm64 (2.34-6ubuntu1.8) ... #14 76.75 Setting up pinentry-curses (1.1.0-3build1) ... #14 76.77 Setting up manpages-dev (5.05-1) ... #14 76.78 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ... #16 5.013 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp1 #16 5.014 librhash0 libseccomp-dev libsystemd-dev libsystemd0 libuv1 pkg-config #16 5.016 Suggested packages: #16 5.016 cmake-doc ninja-build apparmor-easyprof lrzip seccomp #16 5.049 The following NEW packages will be installed: #16 5.050 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp1 #16 5.051 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 5.053 The following packages will be upgraded: #16 5.054 libsystemd0 #16 5.344 1 upgraded, 11 newly installed, 0 to remove and 7 not upgraded. #16 5.344 1 not fully installed or removed. #16 5.344 Need to get 6710 kB of archives. #16 5.344 After this operation, 32.7 MB of additional disk space will be used. #16 5.344 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB] #16 5.399 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB] #16 5.442 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libarchive13 amd64 3.4.0-2ubuntu1.2 [327 kB] #16 5.445 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB] #14 82.32 Setting up libxml-parser-perl (2.46-4) ... #14 82.34 Setting up lintian (2.116.3ubuntu1.1) ... #14 82.35 Setting up libxml-sax-expat-perl (0.51-2) ... #14 82.40 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #14 82.45 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #15 23.82 Running scriptlet: libgomp-13.2.1-4.fc39.aarch64 100/100 #15 24.48 Verifying : autoconf-2.71-6.fc39.noarch 1/100 #14 73.06 Setting up liblwp-mediatypes-perl (6.04-1) ... #14 73.08 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ... #14 73.09 Setting up libio-interactive-perl (1.023-1) ... #14 73.10 Setting up libtry-tiny-perl (0.31-1) ... #14 73.11 Setting up libtype-tiny-perl (1.012004-1) ... #14 73.13 Setting up libcommon-sense-perl:arm64 (3.75-2build1) ... #14 73.15 Setting up libxml-namespacesupport-perl (1.12-1.1) ... #14 73.16 Setting up libnet-http-perl (6.22-1) ... #14 73.17 Setting up libpath-iterator-rule-perl (1.015-1) ... #14 73.18 Setting up libtext-markdown-discount-perl:arm64 (0.13-1build1) ... #14 73.19 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ... #14 73.21 Setting up libtime-moment-perl (0.44-1build6) ... #14 73.22 Setting up libencode-locale-perl (1.05-1.1) ... #14 73.23 Setting up libexception-class-perl (1.45-1) ... #14 73.25 Setting up libmath-base85-perl (0.5+dfsg-1) ... #14 73.26 Setting up libconfig-tiny-perl (2.28-1) ... #14 73.27 Setting up libsereal-encoder-perl:arm64 (4.023+ds-1) ... #14 73.29 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ... #14 73.30 Setting up liblist-utilsby-perl (0.11-1) ... #14 73.31 Setting up libstring-shellquote-perl (1.04-1) ... #14 73.33 Setting up libnet-netmask-perl (2.0001-1) ... #14 73.34 Setting up libsub-install-perl (0.928-1.1) ... #14 73.35 Setting up dpkg-dev (1.21.1ubuntu2.2) ... #14 73.37 Setting up intltool-debian (0.35.0+20060710.5) ... #14 74.34 Selecting previously unselected package equivs. #14 74.34 Preparing to unpack .../365-equivs_2.3.1_all.deb ... #14 74.34 Unpacking equivs (2.3.1) ... #14 74.38 Selecting previously unselected package libauthen-sasl-perl. #14 74.38 Preparing to unpack .../366-libauthen-sasl-perl_2.1600-3_all.deb ... #14 74.39 Unpacking libauthen-sasl-perl (2.1600-3) ... #14 74.42 Selecting previously unselected package python3-magic. #14 74.43 Preparing to unpack .../367-python3-magic_2%3a0.4.26-3_all.deb ... #14 74.43 Unpacking python3-magic (2:0.4.26-3) ... #14 74.48 Setting up libksba8:arm64 (1.6.3-2) ... #14 74.49 Setting up media-types (10.0.0) ... #14 74.51 Setting up libpipeline1:arm64 (1.5.7-1) ... #14 74.52 Setting up wdiff (1.2.2-5) ... #14 74.53 Setting up libxau6:arm64 (1:1.0.9-1build5) ... #14 74.54 Setting up libkeyutils1:arm64 (1.6.3-2) ... #14 74.55 Setting up lto-disabled-list (39) ... #14 74.57 Setting up libpsl5:arm64 (0.21.2-1) ... #14 74.57 Setting up libsodium23:arm64 (1.0.18-1build2) ... #14 74.58 Setting up libicu72:arm64 (72.1-3ubuntu2) ... #14 74.62 Setting up liblerc4:arm64 (4.0.0+ds-2ubuntu2) ... #14 74.63 Setting up bsdextrautils (2.38.1-4ubuntu1) ... #14 74.64 Setting up libre2-10:arm64 (20230201-1) ... #16 DONE 10.5s #17 [stage-1 6/9] COPY --link sources/ /sources #39 18.43 Preparing to unpack .../14-libnss3_2%3a3.87.1-1_amd64.deb ... #39 18.43 Unpacking libnss3:amd64 (2:3.87.1-1) ... #39 18.69 Selecting previously unselected package nss-plugin-pem:amd64. #39 18.69 Preparing to unpack .../15-nss-plugin-pem_1.0.8+1-1_amd64.deb ... #39 18.69 Unpacking nss-plugin-pem:amd64 (1.0.8+1-1) ... #39 18.79 Selecting previously unselected package libcurl3-nss:amd64. #39 18.79 Preparing to unpack .../16-libcurl3-nss_7.88.1-10+deb12u5_amd64.deb ... #39 18.81 Unpacking libcurl3-nss:amd64 (7.88.1-10+deb12u5) ... #15 5.850 Selecting previously unselected package libncurses6:amd64. #15 5.853 Preparing to unpack .../02-libncurses6_6.2+20201114-2+deb11u2_amd64.deb ... #15 5.860 Unpacking libncurses6:amd64 (6.2+20201114-2+deb11u2) ... #15 5.897 Selecting previously unselected package libprocps8:amd64. #15 5.900 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_amd64.deb ... #15 5.904 Unpacking libprocps8:amd64 (2:3.3.17-5) ... #15 5.954 Selecting previously unselected package procps. #15 10.15 debconf: delaying package configuration, since apt-utils is not installed #15 10.19 Fetched 5928 kB in 0s (17.1 MB/s) #15 10.22 Selecting previously unselected package bash-completion. #15 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 ... 27533 files and directories currently installed.) #15 10.24 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ... #16 9.082 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ... #16 9.093 Unpacking emacsen-common (3.0.4) ... #16 9.128 Selecting previously unselected package cmake-data. #16 9.130 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1.22.04.1_all.deb ... #16 9.138 Unpacking cmake-data (3.22.1-1ubuntu1.22.04.1) ... #16 9.487 Selecting previously unselected package cmake. #14 75.92 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1build1) ... #14 75.96 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #14 76.03 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #16 3.461 dh_gencontrol #16 3.593 dh_md5sums #16 3.636 dh_builddeb #16 3.665 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #16 3.682 dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] VERSION AAA 0.0.0-20240120124445-f18a476 + echo VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:39 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad VERSION BBB 0.0.0-20240120124445-f18a476 + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm dpkg-buildpackage: info: source distribution bookworm dpkg-buildpackage: info: source changed by Docker dpkg-buildpackage: info: host architecture amd64 dpkg-source -I.git --before-build . #15 26.20 Cleanup : libgomp-13.2.1-4.fc39.x86_64 98/98 #15 26.23 Running scriptlet: systemd-resolved-254.7-1.fc39.x86_64 98/98 #15 26.24 Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 98/98 #15 8.257 Processing triggers for libc-bin (2.28-10+deb10u2) ... #14 76.79 Setting up libxcb1:arm64 (1.14-2) ... #14 76.80 Setting up at (3.1.23-1ubuntu1) ... #14 76.95 invoke-rc.d: could not determine current runlevel #14 76.95 invoke-rc.d: policy-rc.d denied execution of start. #14 76.96 Setting up libicu66:arm64 (66.1-2ubuntu2.1) ... #14 76.97 Setting up libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 76.98 Setting up libedit2:arm64 (3.1-20191231-1) ... #14 76.99 Setting up libreadline8:arm64 (8.0-4) ... #14 77.01 Setting up m4 (1.4.18-4) ... #14 77.02 Setting up binutils-aarch64-linux-gnu (2.34-6ubuntu1.8) ... #14 77.03 Setting up binutils (2.34-6ubuntu1.8) ... #14 77.05 Setting up libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #15 6.859 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ... #15 6.863 Unpacking dh-apparmor (2.13.6-10) ... #15 6.899 Selecting previously unselected package libseccomp-dev:arm64. #15 6.902 Preparing to unpack .../10-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... #15 6.906 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... #15 6.943 Selecting previously unselected package libsystemd-dev:arm64. #15 6.946 Preparing to unpack .../11-libsystemd-dev_247.3-7+deb11u4_arm64.deb ... #15 6.950 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u4) ... #15 7.054 Selecting previously unselected package pkg-config. #16 5.446 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB] #16 5.447 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.3 [80.8 kB] #16 5.448 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cmake amd64 3.16.3-1ubuntu1.20.04.1 [3668 kB] #16 5.485 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 dh-apparmor all 2.13.3-7ubuntu5.3 [11.0 kB] #16 5.485 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~20.04.2 [83.6 kB] #16 5.486 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.23 [268 kB] #16 5.488 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.23 [246 kB] #16 5.491 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] #16 5.643 debconf: delaying package configuration, since apt-utils is not installed #14 82.59 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 82.64 Processing triggers for libc-bin (2.37-0ubuntu2.2) ... #14 82.66 Processing triggers for ca-certificates (20230311ubuntu0.23.04.1) ... #14 82.67 Updating certificates in /etc/ssl/certs... #15 24.48 Verifying : automake-1.16.5-13.fc39.noarch 2/100 #15 24.48 Verifying : checkpolicy-3.5-3.fc39.aarch64 3/100 #15 24.48 Verifying : cmake-3.27.7-1.fc39.aarch64 4/100 #15 24.48 Verifying : cmake-data-3.27.7-1.fc39.noarch 5/100 #15 24.48 Verifying : cmake-filesystem-3.27.7-1.fc39.aarch64 6/100 #15 24.48 Verifying : cmake-rpm-macros-3.27.7-1.fc39.noarch 7/100 #15 24.48 Verifying : cryptsetup-libs-2.6.1-3.fc39.aarch64 8/100 #15 24.48 Verifying : dbus-1:1.14.10-1.fc39.aarch64 9/100 #15 24.48 Verifying : dbus-common-1:1.14.10-1.fc39.noarch 10/100 #15 24.48 Verifying : device-mapper-1.02.196-1.fc39.aarch64 11/100 #15 24.48 Verifying : device-mapper-libs-1.02.196-1.fc39.aarch64 12/100 #15 24.48 Verifying : gc-8.2.2-4.fc39.aarch64 13/100 #15 24.48 Verifying : guile22-2.2.7-9.fc39.aarch64 14/100 #15 24.48 Verifying : jsoncpp-1.9.5-5.fc39.aarch64 15/100 #15 24.48 Verifying : kmod-libs-30-6.fc39.aarch64 16/100 #15 24.48 Verifying : less-633-2.fc39.aarch64 17/100 #15 24.48 Verifying : libargon2-20190702-3.fc39.aarch64 18/100 #15 24.48 Verifying : libbpf-2:1.1.0-4.fc39.aarch64 19/100 #15 24.48 Verifying : libcbor-0.10.2-2.fc39.aarch64 20/100 #15 24.48 Verifying : libedit-3.1-48.20230828cvs.fc39.aarch64 21/100 #15 24.48 Verifying : libfdisk-2.39.2-1.fc39.aarch64 22/100 #15 24.48 Verifying : libfido2-1.13.0-3.fc39.aarch64 23/100 #15 24.48 Verifying : libmpc-1.3.1-3.fc39.aarch64 24/100 #15 24.48 Verifying : libseccomp-2.5.3-6.fc39.aarch64 25/100 #15 24.48 Verifying : libseccomp-devel-2.5.3-6.fc39.aarch64 26/100 #15 24.48 Verifying : libselinux-devel-3.5-5.fc39.aarch64 27/100 #15 24.48 Verifying : libselinux-utils-3.5-5.fc39.aarch64 28/100 #15 24.48 Verifying : libsepol-devel-3.5-2.fc39.aarch64 29/100 #15 24.48 Verifying : libtool-2.4.7-7.fc39.aarch64 30/100 #15 24.48 Verifying : libtool-ltdl-2.4.7-7.fc39.aarch64 31/100 #15 24.48 Verifying : libtool-ltdl-devel-2.4.7-7.fc39.aarch64 32/100 #15 24.48 Verifying : libutempter-1.2.1-10.fc39.aarch64 33/100 #15 24.48 Verifying : libxcrypt-devel-4.4.36-2.fc39.aarch64 34/100 #15 24.48 Verifying : libxcrypt-static-4.4.36-2.fc39.aarch64 35/100 #15 24.48 Verifying : m4-1.4.19-6.fc39.aarch64 36/100 #15 24.48 Verifying : make-1:4.4.1-2.fc39.aarch64 37/100 #15 24.48 Verifying : pcre2-devel-10.42-1.fc39.2.aarch64 38/100 #15 24.48 Verifying : pcre2-utf16-10.42-1.fc39.2.aarch64 39/100 #15 24.48 Verifying : pcre2-utf32-10.42-1.fc39.2.aarch64 40/100 #15 24.48 Verifying : perl-Error-1:0.17029-13.fc39.noarch 41/100 #15 24.48 Verifying : perl-TermReadKey-2.38-18.fc39.aarch64 42/100 #15 24.48 Verifying : perl-Thread-Queue-3.14-500.fc39.noarch 43/100 #15 24.48 Verifying : perl-threads-1:2.36-500.fc39.aarch64 44/100 #15 24.48 Verifying : perl-threads-shared-1.68-500.fc39.aarch64 45/100 #15 24.48 Verifying : python3-libselinux-3.5-5.fc39.aarch64 46/100 #15 24.48 Verifying : python3-libsemanage-3.5-4.fc39.aarch64 47/100 #15 24.48 Verifying : python3-setools-4.4.3-1.fc39.aarch64 48/100 #15 24.48 Verifying : python3-setuptools-67.7.2-7.fc39.noarch 49/100 #15 24.48 Verifying : qrencode-libs-4.1.1-5.fc39.aarch64 50/100 #15 24.48 Verifying : rhash-1.4.3-3.fc39.aarch64 51/100 #15 24.48 Verifying : util-linux-2.39.2-1.fc39.aarch64 52/100 #15 24.48 Verifying : which-2.21-40.fc39.aarch64 53/100 #15 24.48 Verifying : annobin-docs-12.35-1.fc39.noarch 54/100 #15 24.48 Verifying : annobin-plugin-gcc-12.35-1.fc39.aarch64 55/100 #15 24.48 Verifying : cpp-13.2.1-6.fc39.aarch64 56/100 #15 24.48 Verifying : dbus-broker-35-2.fc39.aarch64 57/100 #15 24.48 Verifying : gcc-13.2.1-6.fc39.aarch64 58/100 #15 24.48 Verifying : gcc-plugin-annobin-13.2.1-6.fc39.aarch64 59/100 #15 24.48 Verifying : git-2.43.0-1.fc39.aarch64 60/100 #15 24.48 Verifying : git-core-2.43.0-1.fc39.aarch64 61/100 #15 24.48 Verifying : git-core-doc-2.43.0-1.fc39.noarch 62/100 #15 24.48 Verifying : glibc-devel-2.38-14.fc39.aarch64 63/100 #15 24.48 Verifying : glibc-static-2.38-14.fc39.aarch64 64/100 #15 24.48 Verifying : kernel-headers-6.6.3-200.fc39.aarch64 65/100 #15 24.48 Verifying : libasan-13.2.1-6.fc39.aarch64 66/100 #15 24.48 Verifying : libatomic-13.2.1-6.fc39.aarch64 67/100 #15 24.48 Verifying : libubsan-13.2.1-6.fc39.aarch64 68/100 #15 24.48 Verifying : libuv-1:1.47.0-3.fc39.aarch64 69/100 #15 24.48 Verifying : libxkbcommon-1.6.0-1.fc39.aarch64 70/100 #15 24.48 Verifying : openssh-9.3p1-10.fc39.aarch64 71/100 #15 24.48 Verifying : openssh-clients-9.3p1-10.fc39.aarch64 72/100 #15 24.48 Verifying : perl-File-Compare-1.100.700-502.fc39.noarch 73/100 #15 24.48 Verifying : perl-File-Copy-2.41-502.fc39.noarch 74/100 #15 24.48 Verifying : perl-File-Find-1.43-502.fc39.noarch 75/100 #15 24.48 Verifying : perl-Git-2.43.0-1.fc39.noarch 76/100 #15 24.48 Verifying : perl-lib-0.65-502.fc39.aarch64 77/100 #15 24.48 Verifying : policycoreutils-3.5-8.fc39.aarch64 78/100 #15 24.48 Verifying : policycoreutils-devel-3.5-8.fc39.aarch64 79/100 #15 24.48 Verifying : policycoreutils-python-utils-3.5-8.fc39.noarch 80/100 #15 24.48 Verifying : python3-audit-3.1.2-5.fc39.aarch64 81/100 #15 24.48 Verifying : python3-policycoreutils-3.5-8.fc39.noarch 82/100 #15 24.48 Verifying : rpm-plugin-selinux-4.19.1-1.fc39.aarch64 83/100 #15 24.48 Verifying : selinux-policy-39.3-1.fc39.noarch 84/100 #15 24.48 Verifying : selinux-policy-devel-39.3-1.fc39.noarch 85/100 #15 24.48 Verifying : selinux-policy-targeted-39.3-1.fc39.noarch 86/100 #15 24.48 Verifying : systemd-254.7-1.fc39.aarch64 87/100 #15 24.48 Verifying : systemd-devel-254.7-1.fc39.aarch64 88/100 #15 24.48 Verifying : systemd-networkd-254.7-1.fc39.aarch64 89/100 #15 24.48 Verifying : systemd-pam-254.7-1.fc39.aarch64 90/100 #15 24.48 Verifying : systemd-resolved-254.7-1.fc39.aarch64 91/100 #15 24.48 Verifying : systemd-rpm-macros-254.7-1.fc39.noarch 92/100 #15 24.48 Verifying : vim-filesystem-2:9.1.031-1.fc39.noarch 93/100 #15 24.48 Verifying : xkeyboard-config-2.40-1.fc39.noarch 94/100 #15 24.48 Verifying : libgcc-13.2.1-6.fc39.aarch64 95/100 #15 24.48 Verifying : libgcc-13.2.1-4.fc39.aarch64 96/100 #15 24.48 Verifying : libgomp-13.2.1-6.fc39.aarch64 97/100 #15 24.48 Verifying : libgomp-13.2.1-4.fc39.aarch64 98/100 #15 24.48 Verifying : systemd-libs-254.7-1.fc39.aarch64 99/100 #15 24.48 Verifying : systemd-libs-254.5-2.fc39.aarch64 100/100 #15 24.65 #15 24.65 Upgraded: #15 24.65 libgcc-13.2.1-6.fc39.aarch64 libgomp-13.2.1-6.fc39.aarch64 #15 24.65 systemd-libs-254.7-1.fc39.aarch64 #15 24.65 Installed: #15 24.65 annobin-docs-12.35-1.fc39.noarch #15 24.65 annobin-plugin-gcc-12.35-1.fc39.aarch64 #15 24.65 autoconf-2.71-6.fc39.noarch #15 24.65 automake-1.16.5-13.fc39.noarch #15 24.65 checkpolicy-3.5-3.fc39.aarch64 #15 24.65 cmake-3.27.7-1.fc39.aarch64 #15 24.65 cmake-data-3.27.7-1.fc39.noarch #15 24.65 cmake-filesystem-3.27.7-1.fc39.aarch64 #15 24.65 cmake-rpm-macros-3.27.7-1.fc39.noarch #15 24.65 cpp-13.2.1-6.fc39.aarch64 #15 24.65 cryptsetup-libs-2.6.1-3.fc39.aarch64 #15 24.65 dbus-1:1.14.10-1.fc39.aarch64 #15 24.65 dbus-broker-35-2.fc39.aarch64 #15 24.65 dbus-common-1:1.14.10-1.fc39.noarch #15 24.65 device-mapper-1.02.196-1.fc39.aarch64 #15 24.65 device-mapper-libs-1.02.196-1.fc39.aarch64 #15 24.65 gc-8.2.2-4.fc39.aarch64 #15 24.65 gcc-13.2.1-6.fc39.aarch64 #15 24.65 gcc-plugin-annobin-13.2.1-6.fc39.aarch64 #15 24.65 git-2.43.0-1.fc39.aarch64 #15 24.65 git-core-2.43.0-1.fc39.aarch64 #15 24.65 git-core-doc-2.43.0-1.fc39.noarch #15 24.65 glibc-devel-2.38-14.fc39.aarch64 #15 24.65 glibc-static-2.38-14.fc39.aarch64 #15 24.65 guile22-2.2.7-9.fc39.aarch64 #15 24.65 jsoncpp-1.9.5-5.fc39.aarch64 #15 24.65 kernel-headers-6.6.3-200.fc39.aarch64 #15 24.65 kmod-libs-30-6.fc39.aarch64 #15 24.65 less-633-2.fc39.aarch64 #15 24.65 libargon2-20190702-3.fc39.aarch64 #15 24.65 libasan-13.2.1-6.fc39.aarch64 #15 24.65 libatomic-13.2.1-6.fc39.aarch64 #15 24.65 libbpf-2:1.1.0-4.fc39.aarch64 #15 24.65 libcbor-0.10.2-2.fc39.aarch64 #15 24.65 libedit-3.1-48.20230828cvs.fc39.aarch64 #15 24.65 libfdisk-2.39.2-1.fc39.aarch64 #15 24.65 libfido2-1.13.0-3.fc39.aarch64 #15 24.65 libmpc-1.3.1-3.fc39.aarch64 #15 24.65 libseccomp-2.5.3-6.fc39.aarch64 #15 24.65 libseccomp-devel-2.5.3-6.fc39.aarch64 #15 24.65 libselinux-devel-3.5-5.fc39.aarch64 #15 24.65 libselinux-utils-3.5-5.fc39.aarch64 #15 24.65 libsepol-devel-3.5-2.fc39.aarch64 #15 24.65 libtool-2.4.7-7.fc39.aarch64 #15 24.65 libtool-ltdl-2.4.7-7.fc39.aarch64 #15 24.65 libtool-ltdl-devel-2.4.7-7.fc39.aarch64 #15 24.65 libubsan-13.2.1-6.fc39.aarch64 #15 24.65 libutempter-1.2.1-10.fc39.aarch64 #15 24.65 libuv-1:1.47.0-3.fc39.aarch64 #15 24.65 libxcrypt-devel-4.4.36-2.fc39.aarch64 #15 24.65 libxcrypt-static-4.4.36-2.fc39.aarch64 #15 24.65 libxkbcommon-1.6.0-1.fc39.aarch64 #15 24.65 m4-1.4.19-6.fc39.aarch64 #15 24.65 make-1:4.4.1-2.fc39.aarch64 #15 24.65 openssh-9.3p1-10.fc39.aarch64 #15 24.65 openssh-clients-9.3p1-10.fc39.aarch64 #15 24.65 pcre2-devel-10.42-1.fc39.2.aarch64 #15 24.65 pcre2-utf16-10.42-1.fc39.2.aarch64 #15 24.65 pcre2-utf32-10.42-1.fc39.2.aarch64 #15 24.65 perl-Error-1:0.17029-13.fc39.noarch #15 24.65 perl-File-Compare-1.100.700-502.fc39.noarch #15 24.65 perl-File-Copy-2.41-502.fc39.noarch #15 24.65 perl-File-Find-1.43-502.fc39.noarch #15 24.65 perl-Git-2.43.0-1.fc39.noarch #15 24.65 perl-TermReadKey-2.38-18.fc39.aarch64 #15 24.65 perl-Thread-Queue-3.14-500.fc39.noarch #15 24.65 perl-lib-0.65-502.fc39.aarch64 #15 24.65 perl-threads-1:2.36-500.fc39.aarch64 #15 24.65 perl-threads-shared-1.68-500.fc39.aarch64 #15 24.65 policycoreutils-3.5-8.fc39.aarch64 #15 24.65 policycoreutils-devel-3.5-8.fc39.aarch64 #15 24.65 policycoreutils-python-utils-3.5-8.fc39.noarch #15 24.65 python3-audit-3.1.2-5.fc39.aarch64 #15 24.65 python3-libselinux-3.5-5.fc39.aarch64 #15 24.65 python3-libsemanage-3.5-4.fc39.aarch64 #15 24.65 python3-policycoreutils-3.5-8.fc39.noarch #15 24.65 python3-setools-4.4.3-1.fc39.aarch64 #15 24.65 python3-setuptools-67.7.2-7.fc39.noarch #15 24.65 qrencode-libs-4.1.1-5.fc39.aarch64 #15 24.65 rhash-1.4.3-3.fc39.aarch64 #15 24.65 rpm-plugin-selinux-4.19.1-1.fc39.aarch64 #15 24.65 selinux-policy-39.3-1.fc39.noarch #15 24.65 selinux-policy-devel-39.3-1.fc39.noarch #15 24.65 selinux-policy-targeted-39.3-1.fc39.noarch #15 24.65 systemd-254.7-1.fc39.aarch64 #15 24.65 systemd-devel-254.7-1.fc39.aarch64 #15 24.65 systemd-networkd-254.7-1.fc39.aarch64 #15 24.65 systemd-pam-254.7-1.fc39.aarch64 #15 24.65 systemd-resolved-254.7-1.fc39.aarch64 #15 24.65 systemd-rpm-macros-254.7-1.fc39.noarch #15 24.65 util-linux-2.39.2-1.fc39.aarch64 #15 24.65 vim-filesystem-2:9.1.031-1.fc39.noarch #15 24.65 which-2.21-40.fc39.aarch64 #15 24.65 xkeyboard-config-2.40-1.fc39.noarch #15 24.65 #15 24.65 Complete! #14 73.38 Setting up liberror-perl (0.17029-1) ... #14 73.40 Setting up dh-autoreconf (20) ... #14 73.41 Setting up patchutils (0.4.2-1build2) ... #14 73.43 Setting up libmail-sendmail-perl (0.80-1.1) ... #14 73.44 Setting up libltdl-dev:arm64 (2.4.6-15build2) ... #14 73.45 Setting up libjson-maybexs-perl (1.004003-1) ... #14 73.46 Setting up libxml-sax-base-perl (1.09-1.1) ... #14 73.47 Setting up libio-string-perl (1.08-3.1) ... #14 73.49 Setting up libreadonly-perl (2.050-3) ... #14 73.50 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ... #14 73.51 Setting up python3-chardet (4.0.0-1) ... #14 74.65 Setting up libfcgi0ldbl:arm64 (2.4.2-2build2) ... #14 74.66 Setting up libtext-glob-perl (0.11-3) ... #14 74.67 Setting up libmagic-mgc (1:5.44-3) ... #14 74.69 Setting up libyaml-0-2:arm64 (0.2.5-1) ... #14 74.70 Setting up distro-info-data (0.57ubuntu0.3) ... #14 74.71 Setting up manpages (6.03-1) ... #14 74.72 Setting up libtirpc-common (1.3.3+ds-1) ... #14 74.74 Setting up unzip (6.0-27ubuntu1) ... #14 74.76 Setting up libcbor0.8:arm64 (0.8.0-2ubuntu1) ... #14 74.77 Setting up libbrotli1:arm64 (1.0.9-2build8) ... #14 74.78 Setting up libsqlite3-0:arm64 (3.40.1-1ubuntu0.1) ... #14 74.79 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... #14 74.81 Setting up libfcgi-bin (2.4.2-2build2) ... #14 74.82 Setting up binutils-common:arm64 (2.40-2ubuntu4.1) ... #14 74.84 Setting up libnghttp2-14:arm64 (1.52.0-1ubuntu0.1) ... #14 74.85 Setting up libmagic1:arm64 (1:5.44-3) ... #14 74.87 Setting up libdeflate0:arm64 (1.15-1) ... #39 18.96 Selecting previously unselected package libpfm4:amd64. #39 18.96 Preparing to unpack .../17-libpfm4_4.13.0-1_amd64.deb ... #39 18.96 Unpacking libpfm4:amd64 (4.13.0-1) ... #39 19.07 Selecting previously unselected package lld-14. #15 5.958 Preparing to unpack .../04-procps_2%3a3.3.17-5_amd64.deb ... #15 5.965 Unpacking procps (2:3.3.17-5) ... #15 6.045 Selecting previously unselected package libjsoncpp24:amd64. #15 6.048 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_amd64.deb ... #15 6.052 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... #15 6.092 Selecting previously unselected package librhash0:amd64. #15 6.095 Preparing to unpack .../06-librhash0_1.4.1-2_amd64.deb ... #15 6.099 Unpacking librhash0:amd64 (1.4.1-2) ... #15 6.142 Selecting previously unselected package libuv1:amd64. #15 6.145 Preparing to unpack .../07-libuv1_1.40.0-2_amd64.deb ... #15 6.149 Unpacking libuv1:amd64 (1.40.0-2) ... #15 6.190 Selecting previously unselected package cmake. #15 6.193 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_amd64.deb ... #14 75.62 Installing : dwz-0.11-3.el7.x86_64 40/52 #14 76.39 Installing : gdb-7.6.1-120.el7.x86_64 41/52 #14 76.41 Installing : perl-srpm-macros-1-8.el7.noarch 42/52 #14 76.44 Installing : unzip-6.0-24.el7_9.x86_64 43/52 #14 76.48 Installing : zip-3.0-11.el7.x86_64 44/52 #14 76.50 Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch 45/52 #14 76.52 Installing : file-5.11-37.el7.x86_64 46/52 #14 76.55 Installing : rpm-build-4.11.3-48.el7_9.x86_64 47/52 #16 9.491 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1.22.04.1_armhf.deb ... #16 9.494 Unpacking cmake (3.22.1-1ubuntu1.22.04.1) ... #16 9.608 Selecting previously unselected package dh-apparmor. #16 9.611 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.3_all.deb ... #16 9.614 Unpacking dh-apparmor (3.0.4-2ubuntu2.3) ... #16 9.641 Selecting previously unselected package libseccomp-dev:armhf. #16 9.643 Preparing to unpack .../10-libseccomp-dev_2.5.3-2ubuntu2_armhf.deb ... #16 9.647 Unpacking libseccomp-dev:armhf (2.5.3-2ubuntu2) ... #16 9.683 Preparing to unpack .../11-libsystemd0_249.11-0ubuntu3.12_armhf.deb ... #16 9.693 Unpacking libsystemd0:armhf (249.11-0ubuntu3.12) over (249.11-0ubuntu3.11) ... #16 9.747 Setting up libsystemd0:armhf (249.11-0ubuntu3.12) ... #14 76.10 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 76.23 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #16 3.843 dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes #16 3.925 dpkg-genchanges: info: binary-only upload (no source code included) #16 3.927 dpkg-source --after-build . debian/rules clean dh clean --with=bash-completion dh_clean #15 26.27 Running scriptlet: libgomp-13.2.1-4.fc39.x86_64 98/98 #15 26.79 Verifying : autoconf-2.71-6.fc39.noarch 1/98 #16 5.683 Fetched 6710 kB in 0s (15.6 MB/s) #16 5.716 Selecting previously unselected package bash-completion. #16 5.716 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 26324 files and directories currently installed.) #16 5.732 Preparing to unpack .../0-bash-completion_1%3a2.10-1ubuntu1_all.deb ... #14 77.06 Setting up ca-certificates (20230311ubuntu0.20.04.1) ... #15 7.058 Preparing to unpack .../12-pkg-config_0.29.2-1_arm64.deb ... #15 7.061 Unpacking pkg-config (0.29.2-1) ... #15 7.104 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... #15 7.120 Setting up libuv1:arm64 (1.40.0-2) ... #15 7.133 Setting up bash-completion (1:2.11-2) ... #15 DONE 24.8s #16 [stage-1 5/6] COPY --link --from=golang /usr/local/go /usr/local/go #14 73.80 Setting up libstring-copyright-perl (0.003012-1) ... #14 74.88 Setting up less (590-1.2) ... #14 74.90 Setting up perl-openssl-defaults:arm64 (7) ... #14 74.92 Setting up linux-libc-dev:arm64 (6.2.0-39.40) ... #14 74.93 Setting up libctf-nobfd0:arm64 (2.40-2ubuntu4.1) ... #14 74.94 Setting up gettext-base (0.21-11) ... #14 74.95 Setting up m4 (1.4.19-3) ... #14 74.97 Setting up liblzo2-2:arm64 (2.10-2build3) ... #14 74.98 Setting up libnpth0:arm64 (1.6-3build2) ... #14 74.99 Setting up krb5-locales (1.20.1-1ubuntu0.1) ... #14 75.01 Setting up file (1:5.44-3) ... #14 75.04 Setting up libassuan0:arm64 (2.5.5-5) ... #14 75.05 Setting up libgomp1:arm64 (13.1.0-2ubuntu2~23.04) ... #14 75.07 Setting up bzip2 (1.0.8-5build1) ... #14 75.08 Setting up libldap-common (2.6.3+dfsg-1~exp1ubuntu2) ... #14 75.10 Setting up libunwind8:arm64 (1.6.2-3) ... #39 19.07 Preparing to unpack .../18-lld-14_1%3a14.0.6-12_amd64.deb ... #39 19.08 Unpacking lld-14 (1:14.0.6-12) ... #39 19.32 Selecting previously unselected package lld:amd64. #15 6.197 Unpacking cmake (3.18.4-2+deb11u1) ... #17 DONE 0.6s #18 [stage-1 7/9] COPY --link --from=golang /usr/local/go /usr/local/go #14 76.61 Installing : rpmlint-1.5-4.el7.noarch 48/52 #14 76.63 Cleanup : rpm-python-4.11.3-45.el7.x86_64 49/52 #16 9.782 Selecting previously unselected package libsystemd-dev:armhf. #16 9.782 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29248 files and directories currently installed.) #16 9.797 Preparing to unpack .../libsystemd-dev_249.11-0ubuntu3.12_armhf.deb ... #16 9.801 Unpacking libsystemd-dev:armhf (249.11-0ubuntu3.12) ... #16 9.862 Selecting previously unselected package libglib2.0-0:armhf. #16 9.862 Preparing to unpack .../libglib2.0-0_2.72.4-0ubuntu2.2_armhf.deb ... #16 9.865 Unpacking libglib2.0-0:armhf (2.72.4-0ubuntu2.2) ... #16 9.917 Selecting previously unselected package pkg-config. #16 9.920 Preparing to unpack .../pkg-config_0.29.2-1ubuntu3_armhf.deb ... #16 9.924 Unpacking pkg-config (0.29.2-1ubuntu3) ... #16 9.962 Setting up libseccomp-dev:armhf (2.5.3-2ubuntu2) ... #14 76.26 Setting up dh-strip-nondeterminism (1.13.1-1) ... #14 76.27 Setting up libconst-fast-perl (0.014-2) ... #14 76.28 Setting up g++ (4:13.2.0-1ubuntu1) ... #14 76.29 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 76.29 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist #14 76.30 Setting up libhttp-daemon-perl (6.16-1) ... #14 76.31 Setting up build-essential (12.10ubuntu1) ... #14 76.32 Setting up python3-unidiff (0.7.3-1) ... #14 76.43 Setting up libdata-dpath-perl (0.58-2) ... #14 76.44 Setting up python3-magic (2:0.4.27-1) ... #14 76.55 Setting up python3-cffi-backend:arm64 (1.15.1-5build1) ... #16 4.034 dpkg-buildpackage: info: binary-only upload (no source included) #16 4.039 #16 4.039 The package has been created. #16 4.039 Attention, the package has been created in the current directory, #16 4.039 not in ".." as indicated by the message above! #16 4.064 Selecting previously unselected package docker-ce-build-deps. #16 4.081 (Reading database ... 27255 files and directories currently installed.) #16 4.082 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #16 4.085 Unpacking docker-ce-build-deps (1.0) ... dpkg-source -I.git -b . #15 26.79 Verifying : automake-1.16.5-13.fc39.noarch 2/98 #15 26.79 Verifying : checkpolicy-3.5-3.fc39.x86_64 3/98 #15 26.79 Verifying : cmake-3.27.7-1.fc39.x86_64 4/98 #15 26.79 Verifying : cmake-data-3.27.7-1.fc39.noarch 5/98 #15 26.79 Verifying : cmake-filesystem-3.27.7-1.fc39.x86_64 6/98 #15 26.79 Verifying : cmake-rpm-macros-3.27.7-1.fc39.noarch 7/98 #15 26.79 Verifying : cryptsetup-libs-2.6.1-3.fc39.x86_64 8/98 #15 26.79 Verifying : dbus-1:1.14.10-1.fc39.x86_64 9/98 #15 26.79 Verifying : dbus-common-1:1.14.10-1.fc39.noarch 10/98 #15 26.79 Verifying : device-mapper-1.02.196-1.fc39.x86_64 11/98 #15 26.79 Verifying : device-mapper-libs-1.02.196-1.fc39.x86_64 12/98 #15 26.79 Verifying : gc-8.2.2-4.fc39.x86_64 13/98 #15 26.79 Verifying : guile22-2.2.7-9.fc39.x86_64 14/98 #15 26.79 Verifying : jsoncpp-1.9.5-5.fc39.x86_64 15/98 #15 26.79 Verifying : kmod-libs-30-6.fc39.x86_64 16/98 #15 26.79 Verifying : less-633-2.fc39.x86_64 17/98 #15 26.79 Verifying : libargon2-20190702-3.fc39.x86_64 18/98 #15 26.79 Verifying : libbpf-2:1.1.0-4.fc39.x86_64 19/98 #15 26.79 Verifying : libcbor-0.10.2-2.fc39.x86_64 20/98 #15 26.79 Verifying : libedit-3.1-48.20230828cvs.fc39.x86_64 21/98 #15 26.79 Verifying : libfdisk-2.39.2-1.fc39.x86_64 22/98 #15 26.79 Verifying : libfido2-1.13.0-3.fc39.x86_64 23/98 #15 26.79 Verifying : libmpc-1.3.1-3.fc39.x86_64 24/98 #15 26.79 Verifying : libseccomp-2.5.3-6.fc39.x86_64 25/98 #15 26.79 Verifying : libseccomp-devel-2.5.3-6.fc39.x86_64 26/98 #15 26.79 Verifying : libselinux-devel-3.5-5.fc39.x86_64 27/98 #15 26.79 Verifying : libselinux-utils-3.5-5.fc39.x86_64 28/98 #15 26.79 Verifying : libsepol-devel-3.5-2.fc39.x86_64 29/98 #15 26.79 Verifying : libtool-2.4.7-7.fc39.x86_64 30/98 #15 26.79 Verifying : libtool-ltdl-2.4.7-7.fc39.x86_64 31/98 #15 26.79 Verifying : libtool-ltdl-devel-2.4.7-7.fc39.x86_64 32/98 #15 26.79 Verifying : libutempter-1.2.1-10.fc39.x86_64 33/98 #15 26.79 Verifying : libxcrypt-devel-4.4.36-2.fc39.x86_64 34/98 #15 26.79 Verifying : libxcrypt-static-4.4.36-2.fc39.x86_64 35/98 #15 26.79 Verifying : m4-1.4.19-6.fc39.x86_64 36/98 #15 26.79 Verifying : make-1:4.4.1-2.fc39.x86_64 37/98 #15 26.79 Verifying : pcre2-devel-10.42-1.fc39.2.x86_64 38/98 #15 26.79 Verifying : pcre2-utf16-10.42-1.fc39.2.x86_64 39/98 #15 26.79 Verifying : pcre2-utf32-10.42-1.fc39.2.x86_64 40/98 #15 26.79 Verifying : perl-Error-1:0.17029-13.fc39.noarch 41/98 #15 26.79 Verifying : perl-TermReadKey-2.38-18.fc39.x86_64 42/98 #15 26.79 Verifying : perl-Thread-Queue-3.14-500.fc39.noarch 43/98 #15 26.79 Verifying : perl-threads-1:2.36-500.fc39.x86_64 44/98 #15 26.79 Verifying : perl-threads-shared-1.68-500.fc39.x86_64 45/98 #15 26.79 Verifying : python3-libselinux-3.5-5.fc39.x86_64 46/98 #15 26.79 Verifying : python3-libsemanage-3.5-4.fc39.x86_64 47/98 #15 26.79 Verifying : python3-setools-4.4.3-1.fc39.x86_64 48/98 #15 26.79 Verifying : python3-setuptools-67.7.2-7.fc39.noarch 49/98 #15 26.79 Verifying : qrencode-libs-4.1.1-5.fc39.x86_64 50/98 #15 26.79 Verifying : rhash-1.4.3-3.fc39.x86_64 51/98 #15 26.79 Verifying : util-linux-2.39.2-1.fc39.x86_64 52/98 #15 26.79 Verifying : which-2.21-40.fc39.x86_64 53/98 #15 26.79 Verifying : annobin-docs-12.35-1.fc39.noarch 54/98 #15 26.79 Verifying : annobin-plugin-gcc-12.35-1.fc39.x86_64 55/98 #15 26.79 Verifying : cpp-13.2.1-6.fc39.x86_64 56/98 #15 26.79 Verifying : dbus-broker-35-2.fc39.x86_64 57/98 #15 26.79 Verifying : gcc-13.2.1-6.fc39.x86_64 58/98 #15 26.79 Verifying : gcc-plugin-annobin-13.2.1-6.fc39.x86_64 59/98 #15 26.79 Verifying : git-2.43.0-1.fc39.x86_64 60/98 #15 26.79 Verifying : git-core-2.43.0-1.fc39.x86_64 61/98 #15 26.79 Verifying : git-core-doc-2.43.0-1.fc39.noarch 62/98 #15 26.79 Verifying : glibc-devel-2.38-14.fc39.x86_64 63/98 #15 26.79 Verifying : glibc-headers-x86-2.38-14.fc39.noarch 64/98 #15 26.79 Verifying : glibc-static-2.38-14.fc39.x86_64 65/98 #15 26.79 Verifying : kernel-headers-6.6.3-200.fc39.x86_64 66/98 #15 26.79 Verifying : libuv-1:1.47.0-3.fc39.x86_64 67/98 #15 26.79 Verifying : libxkbcommon-1.6.0-1.fc39.x86_64 68/98 #15 26.79 Verifying : openssh-9.3p1-10.fc39.x86_64 69/98 #15 26.79 Verifying : openssh-clients-9.3p1-10.fc39.x86_64 70/98 #15 26.79 Verifying : perl-File-Compare-1.100.700-502.fc39.noarch 71/98 #15 26.79 Verifying : perl-File-Copy-2.41-502.fc39.noarch 72/98 #15 26.79 Verifying : perl-File-Find-1.43-502.fc39.noarch 73/98 #15 26.79 Verifying : perl-Git-2.43.0-1.fc39.noarch 74/98 #15 26.79 Verifying : perl-lib-0.65-502.fc39.x86_64 75/98 #15 26.79 Verifying : policycoreutils-3.5-8.fc39.x86_64 76/98 #15 26.79 Verifying : policycoreutils-devel-3.5-8.fc39.x86_64 77/98 #15 26.79 Verifying : policycoreutils-python-utils-3.5-8.fc39.noarch 78/98 #15 26.79 Verifying : python3-audit-3.1.2-5.fc39.x86_64 79/98 #15 26.79 Verifying : python3-policycoreutils-3.5-8.fc39.noarch 80/98 #15 26.79 Verifying : rpm-plugin-selinux-4.19.1-1.fc39.x86_64 81/98 #15 26.79 Verifying : selinux-policy-39.3-1.fc39.noarch 82/98 #15 26.79 Verifying : selinux-policy-devel-39.3-1.fc39.noarch 83/98 #15 26.79 Verifying : selinux-policy-targeted-39.3-1.fc39.noarch 84/98 #15 26.79 Verifying : systemd-254.7-1.fc39.x86_64 85/98 #15 26.79 Verifying : systemd-devel-254.7-1.fc39.x86_64 86/98 #15 26.79 Verifying : systemd-networkd-254.7-1.fc39.x86_64 87/98 #15 26.79 Verifying : systemd-pam-254.7-1.fc39.x86_64 88/98 #15 26.79 Verifying : systemd-resolved-254.7-1.fc39.x86_64 89/98 #15 26.79 Verifying : systemd-rpm-macros-254.7-1.fc39.noarch 90/98 #15 26.79 Verifying : vim-filesystem-2:9.1.031-1.fc39.noarch 91/98 #15 26.79 Verifying : xkeyboard-config-2.40-1.fc39.noarch 92/98 #15 26.79 Verifying : libgcc-13.2.1-6.fc39.x86_64 93/98 #15 26.79 Verifying : libgcc-13.2.1-4.fc39.x86_64 94/98 #15 26.79 Verifying : libgomp-13.2.1-6.fc39.x86_64 95/98 #15 26.79 Verifying : libgomp-13.2.1-4.fc39.x86_64 96/98 #15 26.79 Verifying : systemd-libs-254.7-1.fc39.x86_64 97/98 #15 26.79 Verifying : systemd-libs-254.5-2.fc39.x86_64 98/98 #15 26.99 #15 26.99 Upgraded: #15 26.99 libgcc-13.2.1-6.fc39.x86_64 libgomp-13.2.1-6.fc39.x86_64 #15 26.99 systemd-libs-254.7-1.fc39.x86_64 #15 26.99 Installed: #15 26.99 annobin-docs-12.35-1.fc39.noarch #15 26.99 annobin-plugin-gcc-12.35-1.fc39.x86_64 #15 26.99 autoconf-2.71-6.fc39.noarch #15 26.99 automake-1.16.5-13.fc39.noarch #15 26.99 checkpolicy-3.5-3.fc39.x86_64 #15 26.99 cmake-3.27.7-1.fc39.x86_64 #15 26.99 cmake-data-3.27.7-1.fc39.noarch #15 26.99 cmake-filesystem-3.27.7-1.fc39.x86_64 #15 26.99 cmake-rpm-macros-3.27.7-1.fc39.noarch #15 26.99 cpp-13.2.1-6.fc39.x86_64 #15 26.99 cryptsetup-libs-2.6.1-3.fc39.x86_64 #15 26.99 dbus-1:1.14.10-1.fc39.x86_64 #15 26.99 dbus-broker-35-2.fc39.x86_64 #15 26.99 dbus-common-1:1.14.10-1.fc39.noarch #15 26.99 device-mapper-1.02.196-1.fc39.x86_64 #15 26.99 device-mapper-libs-1.02.196-1.fc39.x86_64 #15 26.99 gc-8.2.2-4.fc39.x86_64 #15 26.99 gcc-13.2.1-6.fc39.x86_64 #15 26.99 gcc-plugin-annobin-13.2.1-6.fc39.x86_64 #15 26.99 git-2.43.0-1.fc39.x86_64 #15 26.99 git-core-2.43.0-1.fc39.x86_64 #15 26.99 git-core-doc-2.43.0-1.fc39.noarch #15 26.99 glibc-devel-2.38-14.fc39.x86_64 #15 26.99 glibc-headers-x86-2.38-14.fc39.noarch #15 26.99 glibc-static-2.38-14.fc39.x86_64 #15 26.99 guile22-2.2.7-9.fc39.x86_64 #15 26.99 jsoncpp-1.9.5-5.fc39.x86_64 #15 26.99 kernel-headers-6.6.3-200.fc39.x86_64 #15 26.99 kmod-libs-30-6.fc39.x86_64 #15 26.99 less-633-2.fc39.x86_64 #15 26.99 libargon2-20190702-3.fc39.x86_64 #15 26.99 libbpf-2:1.1.0-4.fc39.x86_64 #15 26.99 libcbor-0.10.2-2.fc39.x86_64 #15 26.99 libedit-3.1-48.20230828cvs.fc39.x86_64 #15 26.99 libfdisk-2.39.2-1.fc39.x86_64 #15 26.99 libfido2-1.13.0-3.fc39.x86_64 #15 26.99 libmpc-1.3.1-3.fc39.x86_64 #15 26.99 libseccomp-2.5.3-6.fc39.x86_64 #15 26.99 libseccomp-devel-2.5.3-6.fc39.x86_64 #15 26.99 libselinux-devel-3.5-5.fc39.x86_64 #15 26.99 libselinux-utils-3.5-5.fc39.x86_64 #15 26.99 libsepol-devel-3.5-2.fc39.x86_64 #15 26.99 libtool-2.4.7-7.fc39.x86_64 #15 26.99 libtool-ltdl-2.4.7-7.fc39.x86_64 #15 26.99 libtool-ltdl-devel-2.4.7-7.fc39.x86_64 #15 26.99 libutempter-1.2.1-10.fc39.x86_64 #15 26.99 libuv-1:1.47.0-3.fc39.x86_64 #15 26.99 libxcrypt-devel-4.4.36-2.fc39.x86_64 #15 26.99 libxcrypt-static-4.4.36-2.fc39.x86_64 #15 26.99 libxkbcommon-1.6.0-1.fc39.x86_64 #15 26.99 m4-1.4.19-6.fc39.x86_64 #15 26.99 make-1:4.4.1-2.fc39.x86_64 #15 26.99 openssh-9.3p1-10.fc39.x86_64 #15 26.99 openssh-clients-9.3p1-10.fc39.x86_64 #15 26.99 pcre2-devel-10.42-1.fc39.2.x86_64 #15 26.99 pcre2-utf16-10.42-1.fc39.2.x86_64 #15 26.99 pcre2-utf32-10.42-1.fc39.2.x86_64 #15 26.99 perl-Error-1:0.17029-13.fc39.noarch #15 26.99 perl-File-Compare-1.100.700-502.fc39.noarch #15 26.99 perl-File-Copy-2.41-502.fc39.noarch #15 26.99 perl-File-Find-1.43-502.fc39.noarch #15 26.99 perl-Git-2.43.0-1.fc39.noarch #15 26.99 perl-TermReadKey-2.38-18.fc39.x86_64 #15 26.99 perl-Thread-Queue-3.14-500.fc39.noarch #15 26.99 perl-lib-0.65-502.fc39.x86_64 #15 26.99 perl-threads-1:2.36-500.fc39.x86_64 #15 26.99 perl-threads-shared-1.68-500.fc39.x86_64 #15 26.99 policycoreutils-3.5-8.fc39.x86_64 #15 26.99 policycoreutils-devel-3.5-8.fc39.x86_64 #15 26.99 policycoreutils-python-utils-3.5-8.fc39.noarch #15 26.99 python3-audit-3.1.2-5.fc39.x86_64 #15 26.99 python3-libselinux-3.5-5.fc39.x86_64 #15 26.99 python3-libsemanage-3.5-4.fc39.x86_64 #15 26.99 python3-policycoreutils-3.5-8.fc39.noarch #15 26.99 python3-setools-4.4.3-1.fc39.x86_64 #15 26.99 python3-setuptools-67.7.2-7.fc39.noarch #15 26.99 qrencode-libs-4.1.1-5.fc39.x86_64 #15 26.99 rhash-1.4.3-3.fc39.x86_64 #15 26.99 rpm-plugin-selinux-4.19.1-1.fc39.x86_64 #15 26.99 selinux-policy-39.3-1.fc39.noarch #15 26.99 selinux-policy-devel-39.3-1.fc39.noarch #15 26.99 selinux-policy-targeted-39.3-1.fc39.noarch #15 26.99 systemd-254.7-1.fc39.x86_64 #15 26.99 systemd-devel-254.7-1.fc39.x86_64 #15 26.99 systemd-networkd-254.7-1.fc39.x86_64 #15 26.99 systemd-pam-254.7-1.fc39.x86_64 #15 26.99 systemd-resolved-254.7-1.fc39.x86_64 #15 26.99 systemd-rpm-macros-254.7-1.fc39.noarch #15 26.99 util-linux-2.39.2-1.fc39.x86_64 #15 26.99 vim-filesystem-2:9.1.031-1.fc39.noarch #15 26.99 which-2.21-40.fc39.x86_64 #15 26.99 xkeyboard-config-2.40-1.fc39.noarch #15 26.99 #15 26.99 Complete! #14 77.54 Updating certificates in /etc/ssl/certs... #15 DONE 8.8s #16 [stage-1 5/8] COPY --link sources/ /sources #14 73.81 Setting up python3-debian (0.1.43ubuntu1.1) ... #14 73.99 Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... #14 74.15 Setting up libdata-optlist-perl (0.112-1) ... #14 83.10 0 added, 0 removed; done. #14 83.10 Running hooks in /etc/ca-certificates/update.d... #14 83.10 done. #14 75.10 Setting up libjbig0:arm64 (2.1-6ubuntu1) ... #14 75.12 Setting up libfakeroot:arm64 (1.31-1.1) ... #14 75.14 Setting up libjansson4:arm64 (2.14-2) ... #14 75.15 Setting up libkrb5support0:arm64 (1.20.1-1ubuntu0.1) ... #14 75.16 Setting up libnumber-compare-perl (0.03-3) ... #14 75.17 Setting up gcc-12-base:arm64 (12.3.0-1ubuntu1~23.04) ... #14 75.18 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... #14 75.19 Setting up fakeroot (1.31-1.1) ... #14 75.21 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #14 75.21 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 75.21 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 75.21 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 75.21 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 75.21 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 75.21 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 75.21 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #14 75.21 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #14 75.22 Setting up perl-modules-5.36 (5.36.0-7ubuntu0.23.04.2) ... #14 75.23 Setting up autotools-dev (20220109.1) ... #14 75.24 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #14 75.25 Setting up libx11-data (2:1.8.4-2ubuntu0.3) ... #14 75.26 Setting up make (4.3-4.1build1) ... #14 75.27 Setting up libmpfr6:arm64 (4.2.0-1) ... #14 75.29 Setting up gnupg-l10n (2.2.40-1.1ubuntu1) ... #14 75.30 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ... #14 75.31 Setting up lzip (1.23-5) ... #14 75.32 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode #14 75.32 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 #14 75.32 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode #14 75.32 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-compressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-compressor) doesn't exist #14 75.32 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode #14 75.32 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-decompressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-decompressor) doesn't exist #14 75.33 Setting up strace (6.2-0ubuntu1) ... #14 75.34 Setting up xz-utils (5.4.1-0.2) ... #14 75.35 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 75.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #14 75.35 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #14 75.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #14 75.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #14 75.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #14 75.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist #14 75.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist #14 75.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist #14 75.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist #14 75.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist #14 75.36 Setting up t1utils (1.41-4build2) ... #14 75.37 Setting up diffstat (1.65-1) ... #14 75.38 Setting up libpng16-16:arm64 (1.6.39-2) ... #14 75.40 Setting up libmpc3:arm64 (1.3.1-1) ... #14 75.41 Setting up libatomic1:arm64 (13.1.0-2ubuntu2~23.04) ... #14 75.42 Setting up patch (2.7.6-7build2) ... #14 75.43 Setting up autopoint (0.21-11) ... #39 19.32 Preparing to unpack .../19-lld_1%3a14.0-55.7~deb12u1_amd64.deb ... #39 19.33 Unpacking lld:amd64 (1:14.0-55.7~deb12u1) ... #39 19.40 Selecting previously unselected package llvm-14-runtime. #39 19.40 Preparing to unpack .../20-llvm-14-runtime_1%3a14.0.6-12_amd64.deb ... #39 19.45 Unpacking llvm-14-runtime (1:14.0.6-12) ... #15 6.688 Selecting previously unselected package dh-apparmor. #14 76.65 Cleanup : rpm-build-libs-4.11.3-45.el7.x86_64 50/52 #21 exporting layers 3.5s done #21 writing image sha256:2798743b443f6f147305067c10704844c071d733a683f255664337acd538fb99 done #21 naming to docker.io/debbuild-ubuntu-mantic/x86_64 done #21 DONE 3.5s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/ubuntu-mantic:/build debbuild-ubuntu-mantic/x86_64 #16 9.972 Setting up libarchive13:armhf (3.6.0-1ubuntu1) ... #16 9.981 Setting up libglib2.0-0:armhf (2.72.4-0ubuntu2.2) ... #16 9.993 No schema files found: doing nothing. #16 9.998 Setting up libuv1:armhf (1.43.0-1) ... #16 10.01 Setting up emacsen-common (3.0.4) ... #16 10.05 Setting up dh-elpa-helper (2.0.9ubuntu1) ... #16 10.05 Setting up bash-completion (1:2.11-5ubuntu1) ... #16 10.07 Setting up libjsoncpp25:armhf (1.9.5-3) ... #16 10.08 Setting up pkg-config (0.29.2-1ubuntu3) ... #16 10.13 Setting up librhash0:armhf (1.4.2-1ubuntu1) ... #16 10.14 Setting up cmake-data (3.22.1-1ubuntu1.22.04.1) ... #16 10.18 Setting up dh-apparmor (3.0.4-2ubuntu2.3) ... #14 76.57 Setting up python3-pkg-resources (68.1.2-2) ... #14 76.76 Setting up libmodule-implementation-perl (0.09-2) ... dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz #15 DONE 27.3s #16 DONE 0.3s #17 [stage-1 6/8] COPY --link --from=golang /usr/local/go /usr/local/go #15 10.97 Unpacking bash-completion (1:2.8-6) ... #15 11.10 Selecting previously unselected package cmake-data. #15 11.10 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ... #15 11.10 Unpacking cmake-data (3.13.4-1) ... #16 6.361 Unpacking bash-completion (1:2.10-1ubuntu1) ... #16 6.480 Selecting previously unselected package cmake-data. #15 7.849 Setting up libncurses6:arm64 (6.2+20201114-2+deb11u2) ... #15 7.859 Setting up pkg-config (0.29.2-1) ... #15 7.908 Setting up libjsoncpp24:arm64 (1.9.4-4) ... #15 7.919 Setting up librhash0:arm64 (1.4.1-2) ... #15 7.928 Setting up cmake-data (3.18.4-2+deb11u1) ... #15 7.944 Setting up dh-apparmor (2.13.6-10) ... #15 7.956 Setting up libsystemd-dev:arm64 (247.3-7+deb11u4) ... #14 74.16 Setting up libipc-run-perl (20200505.0-1) ... #14 74.17 Setting up git (1:2.34.1-1ubuntu1.10) ... #14 74.20 Setting up libtext-xslate-perl:arm64 (3.5.9-1build1) ... #14 74.21 Setting up libcontextual-return-perl (0.004014-2) ... #14 74.23 Setting up libwww-robotrules-perl (6.02-1) ... #14 74.24 Setting up libtypes-serialiser-perl (1.01-1) ... #14 74.25 Setting up g++ (4:11.2.0-1ubuntu1) ... #14 75.44 Setting up fonts-dejavu-core (2.37-6) ... #14 75.50 Setting up ucf (3.0043+nmu1) ... #14 75.59 Setting up libk5crypto3:arm64 (1.20.1-1ubuntu0.1) ... #14 75.60 Setting up libjpeg-turbo8:arm64 (2.1.5-2ubuntu1) ... #14 75.62 Setting up libltdl7:arm64 (2.4.7-5) ... #14 75.63 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... #14 75.66 Setting up libwebp7:arm64 (1.2.4-0.1ubuntu0.23.04.2) ... #14 75.67 Setting up libubsan1:arm64 (13.1.0-2ubuntu2~23.04) ... #14 75.69 Setting up python-apt-common (2.5.3ubuntu1) ... #14 75.70 Setting up libhwasan0:arm64 (13.1.0-2ubuntu2~23.04) ... #15 6.691 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ... #15 6.694 Unpacking dh-apparmor (2.13.6-10) ... #15 6.729 Selecting previously unselected package libseccomp-dev:amd64. #15 6.732 Preparing to unpack .../10-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... #15 6.736 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... #15 6.769 Selecting previously unselected package libsystemd-dev:amd64. #15 6.772 Preparing to unpack .../11-libsystemd-dev_247.3-7+deb11u4_amd64.deb ... #15 6.775 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u4) ... #15 6.874 Selecting previously unselected package pkg-config. #39 19.64 Selecting previously unselected package llvm-runtime:amd64. #39 19.64 Preparing to unpack .../21-llvm-runtime_1%3a14.0-55.7~deb12u1_amd64.deb ... #39 19.65 Unpacking llvm-runtime:amd64 (1:14.0-55.7~deb12u1) ... #39 19.71 Selecting previously unselected package llvm-14. #39 19.72 Preparing to unpack .../22-llvm-14_1%3a14.0.6-12_amd64.deb ... #39 19.72 Unpacking llvm-14 (1:14.0.6-12) ... + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #16 10.19 Setting up libsystemd-dev:armhf (249.11-0ubuntu3.12) ... #16 10.20 Setting up cmake (3.22.1-1ubuntu1.22.04.1) ... #16 10.21 Setting up docker-ce-build-deps (1.0) ... #16 10.22 Processing triggers for man-db (2.10.2-1) ... #16 10.31 Processing triggers for libc-bin (2.35-0ubuntu3.6) ... #14 76.77 Setting up libcgi-fast-perl (1:2.15-1) ... #14 76.78 Setting up python3-apt (2.6.0ubuntu1) ... #14 76.92 Setting up libpackage-stash-perl (0.40-1) ... #14 76.93 Setting up libimport-into-perl (1.002005-2) ... #14 76.93 Setting up libmoo-perl (2.005005-1) ... #14 76.94 Setting up python3-bcrypt (3.2.2-1) ... #14 77.05 Setting up liblist-someutils-perl (0.59-1) ... #16 [stage-1 5/6] COPY --link --from=golang /usr/local/go /usr/local/go #15 11.44 Selecting previously unselected package libprocps7:armhf. #15 11.44 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_armhf.deb ... #15 11.45 Unpacking libprocps7:armhf (2:3.3.15-2) ... #15 11.49 Selecting previously unselected package procps. #15 11.49 Preparing to unpack .../03-procps_2%3a3.3.15-2_armhf.deb ... #16 6.482 Preparing to unpack .../1-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ... #16 6.488 Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ... #15 7.968 Setting up libprocps8:arm64 (2:3.3.17-5) ... #15 7.979 Setting up procps (2:3.3.17-5) ... #15 8.016 Setting up cmake (3.18.4-2+deb11u1) ... #15 8.027 Setting up docker-ce-build-deps (1.0) ... #15 8.037 Processing triggers for man-db (2.9.4-2) ... #14 78.13 137 added, 0 removed; done. #14 78.17 Setting up libasan5:arm64 (9.4.0-1ubuntu1~20.04.2) ... #14 78.18 Setting up libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 78.20 Setting up bsdmainutils (11.1.2ubuntu3) ... #14 78.22 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode #14 78.22 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist #14 78.22 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode #14 78.22 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist #14 78.23 Setting up libgssapi-krb5-2:arm64 (1.17-6ubuntu4.4) ... #14 78.24 Setting up libgdbm-compat4:arm64 (1.18.1-5) ... #14 74.28 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 74.28 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist #14 74.35 Setting up libhtml-parser-perl:arm64 (3.76-1build2) ... #14 74.50 Setting up libgit-wrapper-perl (0.048-1) ... #14 74.54 Setting up liblog-any-adapter-screen-perl (0.140-2) ... #14 74.57 Setting up librole-tiny-perl (2.002004-1) ... #14 74.62 Setting up gnupg (2.2.27-3ubuntu2.1) ... #14 75.71 Setting up libcrypt-dev:arm64 (1:4.4.33-2) ... #14 75.73 Setting up libasan8:arm64 (13.1.0-2ubuntu2~23.04) ... #14 75.75 Setting up libuchardet0:arm64 (0.0.7-1build2) ... #14 75.76 Setting up lzop (1.04-2build2) ... #14 75.81 Setting up git-man (1:2.39.2-1ubuntu1.1) ... #14 75.82 Setting up netbase (6.4) ... #14 75.85 Setting up libkrb5-3:arm64 (1.20.1-1ubuntu0.1) ... #14 75.87 Setting up libtsan2:arm64 (13.1.0-2ubuntu2~23.04) ... #14 75.88 Setting up libbinutils:arm64 (2.40-2ubuntu4.1) ... #14 75.89 Setting up lsb-release (12.0-1ubuntu1) ... #14 75.91 Setting up libfido2-1:arm64 (1.12.0-2) ... #15 6.877 Preparing to unpack .../12-pkg-config_0.29.2-1_amd64.deb ... #15 6.881 Unpacking pkg-config (0.29.2-1) ... #15 6.923 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... #15 6.933 Setting up libuv1:amd64 (1.40.0-2) ... #15 6.944 Setting up bash-completion (1:2.11-2) ... #14 77.16 Cleanup : rpm-libs-4.11.3-45.el7.x86_64 51/52 #14 77.06 Setting up debhelper (13.11.6ubuntu1) ... #14 77.07 Setting up liblist-someutils-xs-perl:arm64 (0.58-3) ... #14 77.08 Setting up python3-chardet (5.1.0+dfsg-2) ... #14 77.36 Setting up python3-cryptography (38.0.4-4ubuntu0.23.10.1) ... #15 11.08 Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 54/93 #15 20.20 Installing : python3-policycoreutils-3.5-1.fc38.noarch 55/93 #15 20.21 Installing : policycoreutils-python-utils-3.5-1.fc38.noarch 56/93 #15 20.22 Installing : libedit-3.1-45.20221030cvs.fc38.x86_64 57/93 #15 20.22 Installing : libcbor-0.7.0-9.fc38.x86_64 58/93 #15 20.23 Installing : libfido2-1.12.0-3.fc38.x86_64 59/93 #15 20.25 Installing : openssh-clients-9.0p1-17.fc38.x86_64 60/93 #15 20.26 Running scriptlet: openssh-clients-9.0p1-17.fc38.x86_64 60/93 #15 20.35 Installing : git-core-2.43.0-1.fc38.x86_64 61/93 #15 20.40 Installing : git-core-doc-2.43.0-1.fc38.noarch 62/93 #15 20.41 Installing : perl-Git-2.43.0-1.fc38.noarch 63/93 #15 20.42 Installing : git-2.43.0-1.fc38.x86_64 64/93 #15 20.42 Installing : libargon2-20190702-2.fc38.x86_64 65/93 #15 20.43 Installing : kmod-libs-30-4.fc38.x86_64 66/93 #15 20.44 Installing : device-mapper-libs-1.02.189-2.fc38.x86_64 67/93 #15 20.45 Installing : cryptsetup-libs-2.6.1-1.fc38.x86_64 68/93 #15 20.46 Installing : device-mapper-1.02.189-2.fc38.x86_64 69/93 #15 20.48 Installing : systemd-networkd-253.14-1.fc38.x86_64 70/93 #15 20.49 Running scriptlet: systemd-networkd-253.14-1.fc38.x86_64 70/93 #15 20.51 Installing : systemd-pam-253.14-1.fc38.x86_64 71/93 #15 20.52 Installing : systemd-resolved-253.14-1.fc38.x86_64 72/93 #15 20.53 Running scriptlet: systemd-resolved-253.14-1.fc38.x86_64 72/93 #15 20.66 Installing : systemd-253.14-1.fc38.x86_64 73/93 #15 20.68 Running scriptlet: systemd-253.14-1.fc38.x86_64 73/93 #15 20.93 Creating group 'input' with GID 104. #15 20.93 Creating group 'kvm' with GID 36. #15 20.93 Creating group 'render' with GID 105. #15 20.93 Creating group 'sgx' with GID 106. #15 20.93 Creating group 'systemd-journal' with GID 190. #15 20.93 Creating group 'systemd-network' with GID 192. #15 20.93 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192. #15 20.93 Creating group 'systemd-oom' with GID 999. #15 20.93 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999. #15 20.93 Creating group 'systemd-resolve' with GID 193. #15 20.93 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193. #15 20.93 #15 20.93 Installing : jsoncpp-1.9.5-4.fc38.x86_64 74/93 #15 20.94 Installing : gc-8.2.2-3.fc38.x86_64 75/93 #15 11.50 Unpacking procps (2:3.3.15-2) ... #15 11.56 Selecting previously unselected package libarchive13:armhf. #15 11.56 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u3_armhf.deb ... #15 11.56 Unpacking libarchive13:armhf (3.3.3-4+deb10u3) ... #15 11.62 Selecting previously unselected package libjsoncpp1:armhf. #15 11.63 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_armhf.deb ... #15 11.63 Unpacking libjsoncpp1:armhf (1.7.4-3) ... #15 11.67 Selecting previously unselected package librhash0:armhf. #15 11.67 Preparing to unpack .../06-librhash0_1.3.8-1_armhf.deb ... #15 11.68 Unpacking librhash0:armhf (1.3.8-1) ... #15 11.72 Selecting previously unselected package libuv1:armhf. #15 11.72 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_armhf.deb ... #16 6.844 Selecting previously unselected package libarchive13:amd64. #16 6.848 Preparing to unpack .../2-libarchive13_3.4.0-2ubuntu1.2_amd64.deb ... #16 6.856 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1.2) ... #16 6.915 Selecting previously unselected package libjsoncpp1:amd64. #16 6.918 Preparing to unpack .../3-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ... #16 6.922 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ... #16 6.970 Selecting previously unselected package librhash0:amd64. #14 78.26 Setting up libssh-4:arm64 (0.9.3-2ubuntu2.5) ... #14 78.27 Setting up dwz (0.13-5) ... #14 78.28 Setting up groff-base (1.22.4-4build1) ... #14 78.30 Setting up gpgconf (2.2.19-3ubuntu2.2) ... #14 78.31 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.2) ... #14 78.32 Setting up libperl5.30:arm64 (5.30.0-9ubuntu0.5) ... #14 78.34 Setting up libc6-dev:arm64 (2.31-0ubuntu9.14) ... #14 78.35 Setting up libx11-6:arm64 (2:1.6.9-2ubuntu1.6) ... #14 78.37 Setting up libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.9) ... #14 78.38 Setting up python3.8 (3.8.10-0ubuntu1~20.04.9) ... #14 74.64 Setting up build-essential (12.9ubuntu3) ... #14 74.66 Setting up libfont-ttf-perl (1.06-1.1) ... #14 74.67 Setting up libfile-homedir-perl (1.006-1) ... #14 74.69 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ... #14 74.70 Setting up libio-socket-ssl-perl (2.074-2) ... #14 74.71 Setting up libsub-exporter-perl (0.988-1) ... #14 74.73 Setting up libalgorithm-merge-perl (0.08-3) ... #14 74.75 Setting up libhttp-message-perl (6.36-1) ... #14 74.76 Setting up libdata-validate-ip-perl (0.30-1) ... #14 74.78 Setting up libhtml-form-perl (6.07-1) ... #14 74.79 Setting up libiterator-perl (0.03+ds1-1.1) ... #14 74.80 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ... #14 74.81 Setting up libjson-xs-perl (4.030-1build3) ... #14 74.83 Setting up libhttp-negotiate-perl (6.01-1) ... #14 74.84 Setting up libio-prompter-perl (0.004015-1) ... #14 75.92 Setting up libisl23:arm64 (0.25-1) ... #14 75.93 Setting up libc-dev-bin (2.37-0ubuntu2.2) ... #14 75.94 Setting up openssl (3.0.8-1ubuntu1.4) ... #14 75.96 Setting up libbsd0:arm64 (0.11.7-4) ... #14 75.98 Setting up libelf1:arm64 (0.188-2.1) ... #14 75.99 Setting up readline-common (8.2-1.3) ... #14 76.00 Setting up publicsuffix (20230209.2326-1) ... #14 76.01 Setting up libxml2:arm64 (2.9.14+dfsg-1.1ubuntu0.1) ... #14 76.03 Setting up zstd (1.5.4+dfsg2-4) ... #14 76.04 Setting up libmarkdown2:arm64 (2.2.7-2) ... #14 76.05 Setting up libcc1-0:arm64 (13.1.0-2ubuntu2~23.04) ... #14 76.06 Setting up libldap2:arm64 (2.6.3+dfsg-1~exp1ubuntu2) ... #14 76.08 Setting up iso-codes (4.12.0-1) ... #14 76.09 Setting up liblocale-gettext-perl (1.07-5) ... #14 76.10 Setting up liblsan0:arm64 (13.1.0-2ubuntu2~23.04) ... #14 76.11 Setting up dctrl-tools (2.24-3build2) ... #14 76.13 Setting up libitm1:arm64 (13.1.0-2ubuntu2~23.04) ... #14 76.15 Setting up libgdbm6:arm64 (1.23-3) ... #14 76.16 Setting up libctf0:arm64 (2.40-2ubuntu4.1) ... #14 76.17 Setting up libjpeg8:arm64 (8c-2ubuntu11) ... #14 76.18 Setting up pinentry-curses (1.2.1-1ubuntu1) ... #14 76.20 Setting up manpages-dev (6.03-1) ... #14 76.21 Setting up libdw1:arm64 (0.188-2.1) ... #14 76.22 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ... #15 7.466 Setting up libncurses6:amd64 (6.2+20201114-2+deb11u2) ... + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz #14 77.58 Setting up python3-debian (0.1.49ubuntu2) ... #15 21.23 Installing : guile22-2.2.7-7.fc38.x86_64 76/93 #15 11.73 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ... #15 11.77 Selecting previously unselected package cmake. #15 11.77 Preparing to unpack .../08-cmake_3.13.4-1_armhf.deb ... #15 11.77 Unpacking cmake (3.13.4-1) ... #16 6.973 Preparing to unpack .../4-librhash0_1.3.9-1_amd64.deb ... #16 6.977 Unpacking librhash0:amd64 (1.3.9-1) ... #16 7.021 Selecting previously unselected package libuv1:amd64. #16 7.024 Preparing to unpack .../5-libuv1_1.34.2-1ubuntu1.3_amd64.deb ... #16 7.028 Unpacking libuv1:amd64 (1.34.2-1ubuntu1.3) ... #16 7.062 Selecting previously unselected package cmake. #16 7.065 Preparing to unpack .../6-cmake_3.16.3-1ubuntu1.20.04.1_amd64.deb ... #16 7.068 Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ... #14 74.86 Setting up libiterator-util-perl (0.02+ds1-1.1) ... #14 74.87 Setting up libhttp-cookies-perl (6.10-1) ... #14 74.88 Setting up po-debconf (1.0.21+nmu1) ... #14 74.89 Setting up libhtml-tree-perl (5.07-2) ... #14 74.90 Setting up libparams-classify-perl (0.015-1build5) ... #14 74.92 Setting up libhtml-format-perl (2.12-1.1) ... #14 74.93 Setting up libxml-sax-perl (1.02+dfsg-3) ... #14 74.99 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #14 75.05 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 75.18 #14 75.18 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 76.23 Setting up cpp-12 (12.3.0-1ubuntu1~23.04) ... #14 76.25 Setting up libxcb1:arm64 (1.15-1) ... #14 76.26 Setting up gettext (0.21-11) ... #14 76.27 Setting up fontconfig-config (2.14.1-3ubuntu3) ... #14 76.44 Setting up libedit2:arm64 (3.1-20221030-2) ... #15 7.476 Setting up pkg-config (0.29.2-1) ... #15 7.523 Setting up libjsoncpp24:amd64 (1.9.4-4) ... #15 7.535 Setting up librhash0:amd64 (1.4.1-2) ... #15 7.546 Setting up cmake-data (3.18.4-2+deb11u1) ... #15 7.559 Setting up dh-apparmor (2.13.6-10) ... #15 7.569 Setting up libsystemd-dev:amd64 (247.3-7+deb11u4) ... + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #14 77.88 Setting up python3-requests (2.31.0+dfsg-1ubuntu1) ... #15 21.25 Installing : make-1:4.4.1-1.fc38.x86_64 77/93 #15 21.74 Installing : gcc-13.2.1-4.fc38.x86_64 78/93 #15 21.75 Running scriptlet: gcc-13.2.1-4.fc38.x86_64 78/93 #15 21.77 Installing : policycoreutils-devel-3.5-1.fc38.x86_64 79/93 #14 77.67 Cleanup : rpm-4.11.3-45.el7.x86_64 52/52 #14 78.20 Verifying : file-5.11-37.el7.x86_64 1/52 #14 78.23 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/52 #14 78.24 Verifying : perl-threads-shared-1.43-6.el7.x86_64 3/52 #14 78.25 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 4/52 #14 78.26 Verifying : rpm-4.11.3-48.el7_9.x86_64 5/52 #14 78.27 Verifying : zip-3.0-11.el7.x86_64 6/52 #14 78.28 Verifying : perl-Exporter-5.68-3.el7.noarch 7/52 #14 78.29 Verifying : perl-constant-1.27-2.el7.noarch 8/52 #14 78.30 Verifying : perl-PathTools-3.40-5.el7.x86_64 9/52 #39 20.78 Selecting previously unselected package llvm. #16 4.179 Reading package lists... #16 5.213 Building dependency tree... #16 5.418 Reading state information... #15 12.06 Selecting previously unselected package dh-apparmor. #15 12.07 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ... #15 12.07 Unpacking dh-apparmor (2.13.2-10) ... #15 12.10 Selecting previously unselected package libseccomp-dev:armhf. #15 12.11 Preparing to unpack .../10-libseccomp-dev_2.3.3-4_armhf.deb ... #15 12.11 Unpacking libseccomp-dev:armhf (2.3.3-4) ... #15 12.15 Selecting previously unselected package libsystemd-dev:armhf. #15 12.15 Preparing to unpack .../11-libsystemd-dev_241-7~deb10u10_armhf.deb ... #15 12.15 Unpacking libsystemd-dev:armhf (241-7~deb10u10) ... #15 12.27 Selecting previously unselected package pkg-config. #16 DONE 11.1s #17 [stage-1 6/9] COPY --link sources/ /sources #16 7.423 Selecting previously unselected package dh-apparmor. #14 75.27 Setting up dput (1.1.0ubuntu2.1) ... #14 75.42 Setting up libdata-validate-uri-perl (0.07-2) ... #14 76.45 Setting up libreadline8:arm64 (8.2-1.3) ... #14 76.47 Setting up ca-certificates (20230311ubuntu0.23.04.1) ... #15 7.580 Setting up libprocps8:amd64 (2:3.3.17-5) ... #15 7.593 Setting up procps (2:3.3.17-5) ... #15 7.625 Setting up cmake (3.18.4-2+deb11u1) ... #15 7.634 Setting up docker-ce-build-deps (1.0) ... #15 7.644 Processing triggers for man-db (2.9.4-2) ... #14 78.99 Setting up libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.6) ... #17 DONE 3.1s #18 [stage-1 7/8] WORKDIR /root/build-deb #18 DONE 0.0s #19 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb #19 DONE 0.1s #20 exporting to image #20 exporting layers #14 78.02 Setting up equivs (2.3.1) ... #15 21.88 Installing : selinux-policy-devel-38.31-1.fc38.noarch 80/93 #14 78.31 Verifying : unzip-6.0-24.el7_9.x86_64 10/52 #14 78.32 Verifying : desktop-file-utils-0.23-2.el7.x86_64 11/52 #14 78.33 Verifying : perl-Socket-2.010-5.el7.x86_64 12/52 #14 78.34 Verifying : 1:perl-parent-0.225-244.el7.noarch 13/52 #14 78.35 Verifying : 4:perl-macros-5.16.3-299.el7_9.x86_64 14/52 #14 78.35 Verifying : bzip2-1.0.6-13.el7.x86_64 15/52 #14 78.36 Verifying : perl-srpm-macros-1-8.el7.noarch 16/52 #14 78.37 Verifying : groff-base-1.22.2-8.el7.x86_64 17/52 #14 78.38 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 18/52 #14 78.39 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 19/52 #14 78.39 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 20/52 #14 78.40 Verifying : gdb-7.6.1-120.el7.x86_64 21/52 #14 78.41 Verifying : dwz-0.11-3.el7.x86_64 22/52 #14 78.42 Verifying : perl-Time-Local-1.2300-2.el7.noarch 23/52 #14 78.43 Verifying : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 24/52 #14 78.44 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 25/52 #14 78.45 Verifying : patch-2.7.1-12.el7_7.x86_64 26/52 #14 78.46 Verifying : perl-Carp-1.26-244.el7.noarch 27/52 #14 78.47 Verifying : rpm-build-4.11.3-48.el7_9.x86_64 28/52 #14 78.48 Verifying : perl-Storable-2.45-3.el7.x86_64 29/52 #14 78.49 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 30/52 #14 78.49 Verifying : rpm-libs-4.11.3-48.el7_9.x86_64 31/52 #14 78.50 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 32/52 #14 78.51 Verifying : 1:emacs-filesystem-24.3-23.el7_9.1.noarch 33/52 #15 9.066 Processing triggers for libc-bin (2.31-13+deb11u7) ... #39 20.78 Preparing to unpack .../23-llvm_1%3a14.0-55.7~deb12u1_amd64.deb ... #39 20.80 Unpacking llvm (1:14.0-55.7~deb12u1) ... #39 20.95 Setting up libicu72:amd64 (72.1-3) ... #39 20.97 Setting up libz3-4:amd64 (4.8.12-3.1) ... #39 20.98 Setting up libpfm4:amd64 (4.13.0-1) ... #39 20.99 Setting up libnspr4:amd64 (2:4.35-1) ... #39 21.00 Setting up libgc1:amd64 (1:8.2.2-3) ... #39 21.02 Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... #39 21.03 Setting up libobjc4:amd64 (12.2.0-14) ... #39 21.05 Setting up libnss3:amd64 (2:3.87.1-1) ... #16 5.425 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #16 5.712 Starting 2 pkgProblemResolver with broken count: 0 #16 5.717 Done #15 12.27 Preparing to unpack .../12-pkg-config_0.29-6_armhf.deb ... #15 12.27 Unpacking pkg-config (0.29-6) ... #15 12.32 Setting up libseccomp-dev:armhf (2.3.3-4) ... #15 12.33 Setting up libarchive13:armhf (3.3.3-4+deb10u3) ... #15 12.34 Setting up libprocps7:armhf (2:3.3.15-2) ... #15 12.35 Setting up libuv1:armhf (1.24.1-1+deb10u1) ... #15 12.36 Setting up bash-completion (1:2.8-6) ... #16 7.426 Preparing to unpack .../7-dh-apparmor_2.13.3-7ubuntu5.3_all.deb ... #16 7.430 Unpacking dh-apparmor (2.13.3-7ubuntu5.3) ... #16 7.457 Selecting previously unselected package libseccomp-dev:amd64. #16 7.460 Preparing to unpack .../8-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_amd64.deb ... #16 7.465 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.2) ... #16 7.509 Preparing to unpack .../9-libsystemd0_245.4-4ubuntu3.23_amd64.deb ... #16 7.520 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ... #16 7.593 Setting up libsystemd0:amd64 (245.4-4ubuntu3.23) ... #16 7.631 Selecting previously unselected package libsystemd-dev:amd64. #16 7.631 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29925 files and directories currently installed.) #16 7.648 Preparing to unpack .../libsystemd-dev_245.4-4ubuntu3.23_amd64.deb ... #16 7.653 Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.23) ... #16 7.718 Selecting previously unselected package pkg-config. #17 DONE 0.4s #18 [stage-1 7/9] COPY --link --from=golang /usr/local/go /usr/local/go #14 75.43 Setting up libnet-smtp-ssl-perl (1.04-1) ... #14 75.45 Setting up libmodule-runtime-perl (0.016-1) ... #14 75.46 Setting up libmailtools-perl (2.21-1) ... #14 75.47 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ... #14 75.52 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #14 75.59 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #14 76.95 Updating certificates in /etc/ssl/certs... #14 79.01 Setting up libxmuu1:arm64 (2:1.1.3-0ubuntu1) ... #14 79.02 Setting up gpg (2.2.19-3ubuntu2.2) ... #14 79.04 Setting up libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ... #14 79.05 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ... #14 79.07 Setting up gpg-agent (2.2.19-3ubuntu2.2) ... #16 DONE 1.8s #17 [stage-1 6/6] WORKDIR /root/rpmbuild #17 DONE 0.0s #18 exporting to image #18 exporting layers #14 78.03 Setting up libmoox-aliases-perl (0.001006-2) ... #14 78.04 Setting up libb-hooks-endofscope-perl (0.26-1) ... #14 78.05 Setting up python3-nacl (1.5.0-4) ... #14 78.19 Setting up dput (1.1.3ubuntu3) ... #14 78.30 Setting up libnamespace-clean-perl (0.27-2) ... #15 21.89 Running scriptlet: selinux-policy-devel-38.31-1.fc38.noarch 80/93 #15 22.17 Installing : cmake-data-3.27.7-1.fc38.noarch 81/93 #14 78.52 Verifying : perl-Encode-2.51-7.el7.x86_64 34/52 #14 78.53 Verifying : rpmlint-1.5-4.el7.noarch 35/52 #14 78.54 Verifying : perl-podlators-2.5.1-3.el7.noarch 36/52 #14 78.55 Verifying : rpm-python-4.11.3-48.el7_9.x86_64 37/52 #14 78.56 Verifying : 4:perl-5.16.3-299.el7_9.x86_64 38/52 #14 78.57 Verifying : perl-File-Path-2.09-2.el7.noarch 39/52 #14 78.58 Verifying : elfutils-0.176-5.el7.x86_64 40/52 #14 78.59 Verifying : perl-threads-1.87-4.el7.x86_64 41/52 #14 78.60 Verifying : perl-Filter-1.49-3.el7.x86_64 42/52 #14 78.61 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 43/52 #14 78.62 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 44/52 #14 78.62 Verifying : python-srpm-macros-3-34.el7.noarch 45/52 #14 78.64 Verifying : 4:perl-libs-5.16.3-299.el7_9.x86_64 46/52 #14 78.65 Verifying : rpm-build-libs-4.11.3-48.el7_9.x86_64 47/52 #14 78.66 Verifying : redhat-rpm-config-9.1.0-88.el7.centos.noarch 48/52 #14 78.67 Verifying : rpm-4.11.3-45.el7.x86_64 49/52 #14 78.67 Verifying : rpm-build-libs-4.11.3-45.el7.x86_64 50/52 #14 78.67 Verifying : rpm-libs-4.11.3-45.el7.x86_64 51/52 #14 78.67 Verifying : rpm-python-4.11.3-45.el7.x86_64 52/52 #14 78.70 #14 78.70 Installed: #14 78.70 rpm-build.x86_64 0:4.11.3-48.el7_9 rpmlint.noarch 0:1.5-4.el7 #14 78.70 #14 78.70 Dependency Installed: #14 78.70 bzip2.x86_64 0:1.0.6-13.el7 #14 78.70 desktop-file-utils.x86_64 0:0.23-2.el7 #14 78.70 dwz.x86_64 0:0.11-3.el7 #14 78.70 elfutils.x86_64 0:0.176-5.el7 #14 78.70 emacs-filesystem.noarch 1:24.3-23.el7_9.1 #14 78.70 file.x86_64 0:5.11-37.el7 #14 78.70 gdb.x86_64 0:7.6.1-120.el7 #14 78.70 groff-base.x86_64 0:1.22.2-8.el7 #14 78.70 patch.x86_64 0:2.7.1-12.el7_7 #14 78.70 perl.x86_64 4:5.16.3-299.el7_9 #14 78.70 perl-Carp.noarch 0:1.26-244.el7 #14 78.70 perl-Encode.x86_64 0:2.51-7.el7 #14 78.70 perl-Exporter.noarch 0:5.68-3.el7 #14 78.70 perl-File-Path.noarch 0:2.09-2.el7 #14 78.70 perl-File-Temp.noarch 0:0.23.01-3.el7 #14 78.70 perl-Filter.x86_64 0:1.49-3.el7 #14 78.70 perl-Getopt-Long.noarch 0:2.40-3.el7 #14 78.70 perl-HTTP-Tiny.noarch 0:0.033-3.el7 #14 78.70 perl-PathTools.x86_64 0:3.40-5.el7 #14 78.70 perl-Pod-Escapes.noarch 1:1.04-299.el7_9 #14 78.70 perl-Pod-Perldoc.noarch 0:3.20-4.el7 #14 78.70 perl-Pod-Simple.noarch 1:3.28-4.el7 #14 78.70 perl-Pod-Usage.noarch 0:1.63-3.el7 #14 78.70 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 #14 78.70 perl-Socket.x86_64 0:2.010-5.el7 #14 78.70 perl-Storable.x86_64 0:2.45-3.el7 #14 78.70 perl-Text-ParseWords.noarch 0:3.29-4.el7 #14 78.70 perl-Thread-Queue.noarch 0:3.02-2.el7 #14 78.70 perl-Time-HiRes.x86_64 4:1.9725-3.el7 #14 78.70 perl-Time-Local.noarch 0:1.2300-2.el7 #14 78.70 perl-constant.noarch 0:1.27-2.el7 #14 78.70 perl-libs.x86_64 4:5.16.3-299.el7_9 #14 78.70 perl-macros.x86_64 4:5.16.3-299.el7_9 #14 78.70 perl-parent.noarch 1:0.225-244.el7 #14 78.70 perl-podlators.noarch 0:2.5.1-3.el7 #14 78.70 perl-srpm-macros.noarch 0:1-8.el7 #14 78.70 perl-threads.x86_64 0:1.87-4.el7 #14 78.70 perl-threads-shared.x86_64 0:1.43-6.el7 #14 78.70 python-srpm-macros.noarch 0:3-34.el7 #14 78.70 redhat-rpm-config.noarch 0:9.1.0-88.el7.centos #14 78.70 unzip.x86_64 0:6.0-24.el7_9 #14 78.70 zip.x86_64 0:3.0-11.el7 #14 78.70 #14 78.70 Dependency Updated: #14 78.70 rpm.x86_64 0:4.11.3-48.el7_9 rpm-build-libs.x86_64 0:4.11.3-48.el7_9 #14 78.70 rpm-libs.x86_64 0:4.11.3-48.el7_9 rpm-python.x86_64 0:4.11.3-48.el7_9 #14 78.70 #14 78.70 Complete! + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:41 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 VERSION BBB 0.0.0-20240120124445-f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic dpkg-buildpackage: info: source distribution mantic dpkg-buildpackage: info: source changed by Docker dpkg-buildpackage: info: host architecture amd64 dpkg-source -I.git --before-build . #39 21.07 Setting up libllvm14:amd64 (1:14.0.6-12) ... #39 21.10 Setting up libobjc-12-dev:amd64 (12.2.0-14) ... #39 21.13 Setting up llvm-14-linker-tools (1:14.0.6-12) ... #39 21.15 Setting up nss-plugin-pem:amd64 (1.0.8+1-1) ... #39 21.18 Setting up libclang1-14 (1:14.0.6-12) ... #39 21.19 Setting up llvm-14-runtime (1:14.0.6-12) ... #39 21.21 Setting up llvm-runtime:amd64 (1:14.0-55.7~deb12u1) ... #39 21.27 Setting up libclang-common-14-dev (1:14.0.6-12) ... #39 21.29 Setting up libclang-cpp14 (1:14.0.6-12) ... #16 5.925 Done #16 6.153 Starting pkgProblemResolver with broken count: 0 #16 7.721 Preparing to unpack .../pkg-config_0.29.1-0ubuntu4_amd64.deb ... #16 7.726 Unpacking pkg-config (0.29.1-0ubuntu4) ... #16 7.767 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.2) ... #16 7.778 Setting up libarchive13:amd64 (3.4.0-2ubuntu1.2) ... #16 7.797 Setting up libuv1:amd64 (1.34.2-1ubuntu1.3) ... #16 7.808 Setting up bash-completion (1:2.10-1ubuntu1) ... #14 75.66 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 75.79 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 75.88 Setting up dh-strip-nondeterminism (1.13.0-1) ... #14 75.89 Setting up libconst-fast-perl (0.014-1.1) ... #14 75.91 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ... #14 79.52 Setting up openssh-client (1:8.2p1-4ubuntu0.11) ... #20 exporting layers 3.1s done #20 writing image sha256:1d1b6f78a7f56e4533700d7f3be1afe2cab7ec5ffb723e495bf0517f4dbc7a3d done #20 naming to docker.io/debbuild-debian-bookworm/aarch64 done #20 DONE 3.1s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/debian-bookworm:/build debbuild-debian-bookworm/aarch64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #14 DONE 85.1s #15 [stage-1 4/9] COPY --link common /root/build-deb/debian #15 DONE 0.1s #14 78.31 Setting up libstring-license-perl (0.0.9-2ubuntu1) ... #14 78.32 Setting up python3-paramiko (2.12.0-2ubuntu1) ... #14 78.51 Setting up licensecheck (3.3.9-1ubuntu1) ... #15 22.37 Installing : cmake-3.27.7-1.fc38.x86_64 82/93 #15 22.39 Installing : libtool-2.4.7-6.fc38.x86_64 83/93 #15 22.40 Installing : annobin-plugin-gcc-12.30-1.fc38.x86_64 84/93 #15 22.41 Running scriptlet: annobin-plugin-gcc-12.30-1.fc38.x86_64 84/93 #15 22.42 Installing : gcc-plugin-annobin-13.2.1-4.fc38.x86_64 85/93 #15 22.43 Running scriptlet: gcc-plugin-annobin-13.2.1-4.fc38.x86_64 85/93 #15 22.45 Installing : libselinux-devel-3.5-1.fc38.x86_64 86/93 #15 22.47 Installing : libtool-ltdl-devel-2.4.7-6.fc38.x86_64 87/93 #15 22.48 Installing : libseccomp-devel-2.5.3-4.fc38.x86_64 88/93 #15 22.50 Installing : systemd-devel-253.14-1.fc38.x86_64 89/93 #15 22.51 Installing : systemd-rpm-macros-253.14-1.fc38.noarch 90/93 #15 22.52 Installing : rpm-plugin-selinux-4.18.2-1.fc38.x86_64 91/93 #15 22.52 Installing : which-2.21-39.fc38.x86_64 92/93 #15 22.53 Cleanup : systemd-libs-253.12-1.fc38.x86_64 93/93 #15 22.54 Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 93/93 #15 22.55 Running scriptlet: systemd-resolved-253.14-1.fc38.x86_64 93/93 debian/rules clean dh clean --with=bash-completion dh_clean #39 21.31 Setting up lld-14 (1:14.0.6-12) ... #39 21.32 Setting up libcurl3-nss:amd64 (7.88.1-10+deb12u5) ... #39 21.33 Setting up llvm-14 (1:14.0.6-12) ... #39 21.34 Setting up clang-14 (1:14.0.6-12) ... #39 21.36 Setting up lld:amd64 (1:14.0-55.7~deb12u1) ... #39 21.38 Setting up clang (1:14.0-55.7~deb12u1) ... #39 21.44 Setting up llvm (1:14.0-55.7~deb12u1) ... #16 6.207 Starting 2 pkgProblemResolver with broken count: 0 #16 6.212 Done #20 exporting layers 4.0s done #20 writing image sha256:46502a88d99c62e0cf1e9607db4806d48d12ddf9f9fd2621b1ea81649a99d6be done #20 naming to docker.io/debbuild-debian-buster/x86_64 done #20 DONE 4.0s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/debian-buster:/build debbuild-debian-buster/x86_64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #14 75.92 Setting up libdata-dpath-perl (0.58-1) ... #14 75.93 Setting up libmodule-implementation-perl (0.09-1.1) ... #14 75.94 Setting up libpackage-stash-perl (0.39-1) ... #14 75.96 Setting up libimport-into-perl (1.002005-1) ... #14 75.97 Setting up libmoo-perl (2.005004-3) ... #14 75.98 Setting up liblist-someutils-perl (0.58-1) ... #14 75.99 Setting up debhelper (13.6ubuntu1) ... #14 76.00 Setting up liblist-someutils-xs-perl (0.58-2build3) ... #14 76.02 Setting up equivs (2.3.1) ... #14 76.03 Setting up libmoox-aliases-perl (0.001006-1.1) ... #14 76.04 Setting up libb-hooks-endofscope-perl (0.25-1) ... #14 76.05 Setting up libnamespace-clean-perl (0.27-1) ... #14 76.06 Setting up libnamespace-autoclean-perl (0.29-1) ... #14 76.08 Setting up libgitlab-api-v4-perl (0.26-1) ... #14 76.09 Setting up libmoox-struct-perl (0.020-1) ... #14 76.10 Setting up lintian (2.114.0ubuntu1.3) ... #14 76.12 Setting up licensecheck (3.2.14-2) ... #14 76.13 Setting up liblwp-protocol-https-perl (6.10-1) ... #15 13.15 Setting up pkg-config (0.29-6) ... #14 79.63 Setting up libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 79.64 Setting up gpgsm (2.2.19-3ubuntu2.2) ... #14 79.66 Setting up libxext6:arm64 (2:1.3.4-0ubuntu1) ... #14 79.67 Setting up python3 (3.8.2-0ubuntu2) ... + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz #14 77.52 137 added, 0 removed; done. #16 [stage-1 5/9] RUN apt-get update && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control #14 78.53 Setting up libgitlab-api-v4-perl (0.27-1) ... #14 78.55 Setting up liblwp-protocol-https-perl (6.11-1) ... #14 78.56 Setting up libwww-perl (6.72-1) ... #14 78.58 Setting up libhtml-tokeparser-simple-perl (3.16-4) ... #14 78.59 Setting up libwww-mechanize-perl (2.17-1ubuntu1) ... #14 78.60 Setting up devscripts (2.23.6) ... #14 78.74 Setting up libxml-parser-perl (2.46-4) ... #14 78.75 Setting up lintian (2.116.3ubuntu3.1) ... #14 78.77 Setting up libxml-sax-expat-perl (0.51-2) ... #14 78.81 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #14 78.86 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... dpkg-source -I.git -b . dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz #15 8.802 Processing triggers for libc-bin (2.31-13+deb11u7) ... #39 21.49 Processing triggers for libc-bin (2.36-9+deb12u3) ... + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz #14 76.14 Setting up libwww-perl (6.61-1) ... #14 76.15 Setting up devscripts (2.22.1ubuntu1) ... #14 76.31 Setting up libxml-parser-perl:arm64 (2.46-3build1) ... #14 76.33 Setting up libxml-sax-expat-perl (0.51-1) ... #14 76.37 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #14 76.42 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #15 13.20 Setting up librhash0:armhf (1.3.8-1) ... #15 13.22 Setting up procps (2:3.3.15-2) ... #15 13.25 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode #15 13.26 Setting up cmake-data (3.13.4-1) ... #15 13.28 Setting up dh-apparmor (2.13.2-10) ... #15 13.29 Setting up libsystemd-dev:armhf (241-7~deb10u10) ... #15 13.31 Setting up libjsoncpp1:armhf (1.7.4-3) ... #15 13.32 Setting up cmake (3.13.4-1) ... #15 13.33 Setting up docker-ce-build-deps (1.0) ... #15 13.35 Processing triggers for man-db (2.8.5-2) ... #16 8.472 Setting up pkg-config (0.29.1-0ubuntu4) ... #16 8.522 Setting up librhash0:amd64 (1.3.9-1) ... #16 8.533 Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ... #16 8.547 Setting up dh-apparmor (2.13.3-7ubuntu5.3) ... #16 8.558 Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.23) ... #16 8.571 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ... #16 8.584 Setting up cmake (3.16.3-1ubuntu1.20.04.1) ... #14 79.96 Setting up python3-xdg (0.26-1ubuntu1) ... #14 80.11 Setting up man-db (2.9.1-1) ... + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #15 DONE 9.8s #16 [stage-1 5/8] COPY --link sources/ /sources #16 DONE 0.2s #14 77.62 Setting up libgprofng0:arm64 (2.40-2ubuntu4.1) ... #14 77.64 Setting up libfreetype6:arm64 (2.12.1+dfsg-4ubuntu0.1) ... #14 77.65 Setting up libgcc-12-dev:arm64 (12.3.0-1ubuntu1~23.04) ... #14 77.66 Setting up libgssapi-krb5-2:arm64 (1.20.1-1ubuntu0.1) ... #14 77.67 Setting up libgdbm-compat4:arm64 (1.23-3) ... #14 77.69 Setting up libssh-4:arm64 (0.10.4-2ubuntu0.3) ... #14 77.70 Setting up dwz (0.15-1) ... #14 77.71 Setting up groff-base (1.22.4-10) ... #14 77.73 Setting up libtiff6:arm64 (4.5.0-5ubuntu1.2) ... #14 77.74 Setting up cpp (4:12.2.0-3ubuntu1) ... #14 77.76 Setting up gpgconf (2.2.40-1.1ubuntu1) ... #14 77.77 Setting up debugedit (1:5.0-5) ... #14 77.78 Setting up libcurl4:arm64 (7.88.1-8ubuntu2.4) ... #14 77.79 Setting up libx11-6:arm64 (2:1.8.4-2ubuntu0.3) ... #14 77.80 Setting up curl (7.88.1-8ubuntu2.4) ... #14 77.82 Setting up libfontconfig1:arm64 (2.14.1-3ubuntu3) ... #14 77.83 Setting up libperl5.36:arm64 (5.36.0-7ubuntu0.23.04.2) ... #14 77.84 Setting up libxmuu1:arm64 (2:1.1.3-3) ... #14 79.00 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #15 DONE 9.0s #16 [stage-1 5/8] COPY --link sources/ /sources #16 DONE 0.1s + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #14 76.55 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #16 6.618 The following additional packages will be installed: #16 6.619 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp25 #16 6.619 libpkgconf3 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 6.620 pkgconf pkgconf-bin #16 6.621 Suggested packages: #16 6.621 cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils lrzip #16 6.621 seccomp #16 6.664 The following NEW packages will be installed: #16 6.665 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp25 #16 6.665 libpkgconf3 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 6.665 pkgconf pkgconf-bin #16 8.595 Setting up docker-ce-build-deps (1.0) ... #16 8.606 Processing triggers for man-db (2.9.1-1) ... #16 8.629 Processing triggers for libc-bin (2.31-0ubuntu9.14) ... #14 DONE 79.5s #15 [stage-1 4/7] COPY --link SPECS /root/rpmbuild/SPECS #15 DONE 0.0s #16 [stage-1 5/7] RUN yum-builddep -y /root/rpmbuild/SPECS/*.spec #14 80.21 Building database of manual pages ... #17 [stage-1 6/8] COPY --link --from=golang /usr/local/go /usr/local/go #14 77.85 Setting up gpg (2.2.40-1.1ubuntu1) ... #14 77.87 Setting up gnupg-utils (2.2.40-1.1ubuntu1) ... #14 77.88 Setting up libtirpc3:arm64 (1.3.3+ds-1) ... #14 77.89 Setting up gpg-agent (2.2.40-1.1ubuntu1) ... #14 79.03 Processing triggers for libc-bin (2.38-1ubuntu6) ... #14 79.07 Processing triggers for ca-certificates (20230311ubuntu1) ... #14 79.07 Updating certificates in /etc/ssl/certs... #16 0.731 Hit:1 http://ports.ubuntu.com/ubuntu-ports lunar InRelease #16 0.792 Hit:2 http://ports.ubuntu.com/ubuntu-ports lunar-updates InRelease #16 0.865 Hit:3 http://ports.ubuntu.com/ubuntu-ports lunar-backports InRelease #17 [stage-1 6/8] COPY --link --from=golang /usr/local/go /usr/local/go #14 76.61 Processing triggers for libc-bin (2.35-0ubuntu3.6) ... #14 76.64 Processing triggers for ca-certificates (20230311ubuntu0.22.04.1) ... #14 76.65 Updating certificates in /etc/ssl/certs... #16 7.081 0 upgraded, 14 newly installed, 0 to remove and 7 not upgraded. #16 7.081 1 not fully installed or removed. #16 7.081 Need to get 10.2 MB of archives. #16 7.081 After this operation, 39.5 MB of additional disk space will be used. #16 7.081 Get:1 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf bash-completion all 1:2.11-7 [180 kB] #16 DONE 8.9s #17 [stage-1 6/9] COPY --link sources/ /sources #17 DONE 0.2s #16 0.437 Loaded plugins: fastestmirror, ovl #14 80.45 Setting up libgpgme11:arm64 (1.13.1-7ubuntu2.1) ... #14 80.46 Setting up python3-six (1.14.0-2) ... #14 80.59 Setting up libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.2) ... #14 78.36 Setting up libxpm4:arm64 (1:3.5.12-1.1ubuntu0.1) ... + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:43 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git VERSION BBB 0.0.0-20240120124445-f18a476 dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm dpkg-buildpackage: info: source distribution bookworm dpkg-buildpackage: info: source changed by Docker #14 79.54 0 added, 0 removed; done. #14 79.54 Running hooks in /etc/ca-certificates/update.d... #14 79.54 done. #18 exporting layers 1.4s done #18 writing image sha256:1507ba1748f98e47d502ba9dc441d0ab23d7f93cf9db20995d144c6f87cdd965 done #18 naming to docker.io/rpmbuild-fedora-39/aarch64 done #18 DONE 1.4s docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/fedora-39/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/fedora-39/SRPMS:/root/rpmbuild/SRPMS rpmbuild-fedora-39/aarch64 -ba --define '_gitcommit_cli f18a476' --define '_gitcommit_engine c87e0ad' --define '_release 0' --define '_version 0.0.0~20240120124445.f18a476' --define '_origversion 0.0.0-20240120124445-f18a476' --define '_buildx_rpm_version 0.12.1' --define '_buildx_version v0.12.1' --define '_buildx_gitcommit 30feaa1' --define '_compose_rpm_version 2.24.2' --define '_compose_version v2.24.2' 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 #16 0.938 Hit:4 http://ports.ubuntu.com/ubuntu-ports lunar-security InRelease #18 DONE 3.2s #19 [stage-1 8/9] WORKDIR /root/build-deb #19 DONE 0.0s #20 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb #20 DONE 0.0s #21 exporting to image #21 exporting layers #14 77.11 0 added, 0 removed; done. #14 77.11 Running hooks in /etc/ca-certificates/update.d... #14 77.11 done. #16 7.443 Get:2 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libarchive13 armhf 3.6.2-1ubuntu1 [326 kB] #18 [stage-1 7/9] COPY --link --from=golang /usr/local/go /usr/local/go + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:43 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad + echo VERSION BBB 0.0.0-20240120124445-f18a476 VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~debian.10~buster dpkg-buildpackage: info: source distribution buster dpkg-buildpackage: info: source changed by Docker dpkg-source -I.git --before-build . dpkg-buildpackage: info: host architecture amd64 #16 0.565 Enabling base-source repository #14 80.60 Setting up perl (5.30.0-9ubuntu0.5) ... #14 80.63 Setting up libpackage-stash-xs-perl (0.29-1build1) ... #14 80.65 Setting up python3-gpg (1.13.1-7ubuntu2.1) ... #14 80.81 Setting up libdata-dump-perl (1.23-1) ... #14 78.37 Setting up openssh-client (1:9.0p1-1ubuntu8.7) ... #14 78.46 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode #14 78.46 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 #14 78.46 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode #14 78.46 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 #14 78.46 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode #14 78.46 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 #14 78.48 Setting up gpgsm (2.2.40-1.1ubuntu1) ... #14 78.49 Setting up libxext6:arm64 (2:1.3.4-1build1) ... #14 78.50 Setting up binutils-aarch64-linux-gnu (2.40-2ubuntu4.1) ... #14 78.51 Setting up libcurl3-gnutls:arm64 (7.88.1-8ubuntu2.4) ... #14 78.52 Setting up binutils (2.40-2ubuntu4.1) ... #14 78.53 Setting up man-db (2.11.2-1) ... #14 78.63 Building database of manual pages ... dpkg-source -I.git --before-build . dpkg-buildpackage: info: host architecture arm64 debian/rules clean dh clean --with=bash-completion warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.S3RQWv + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz #15 14.01 Processing triggers for libc-bin (2.28-10+deb10u2) ... #16 7.554 Get:3 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libjsoncpp25 armhf 1.9.5-6 [72.5 kB] #16 7.573 Get:4 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf librhash0 armhf 1.4.3-3 [142 kB] #16 7.598 Get:5 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libuv1 armhf 1.44.2-1 [76.2 kB] #16 7.608 Get:6 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf cmake-data all 3.27.4-1 [2128 kB] #16 7.757 Get:7 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf cmake armhf 3.27.4-1 [5975 kB] debian/rules clean dh clean --with=bash-completion dh_clean #16 0.565 Enabling extras-source repository #16 0.566 Enabling updates-source repository #16 0.566 Loading mirror speeds from cached hostfile #16 0.567 * base: download.cf.centos.org #16 0.567 * extras: download.cf.centos.org #16 0.567 * updates: download.cf.centos.org #14 80.82 Setting up python3-certifi (2019.11.28-1) ... #14 80.95 Setting up libdigest-hmac-perl (1.03+dfsg-2) ... #14 80.97 Setting up libref-util-perl (0.204-1) ... #14 80.98 Setting up libipc-system-simple-perl (1.26-1) ... #14 80.99 Setting up libnet-domain-tld-perl (1.75-1) ... #14 81.01 Setting up libxml-writer-perl (0.625-1) ... #14 81.02 Setting up libhash-fieldhash-perl (0.15-1build2) ... #14 81.04 Setting up libnet-libidn-perl (0.12.ds-3build2) ... #14 81.06 Setting up shared-mime-info (1.15-1) ... dh_clean dpkg-source -I.git -b . #17 DONE 3.3s #18 [stage-1 7/8] WORKDIR /root/build-deb #18 DONE 0.1s #19 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb #19 DONE 0.0s #15 DONE 14.4s #16 [stage-1 5/8] COPY --link sources/ /sources dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:24.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd dpkg-source -I.git -b . dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz #16 8.042 Get:8 http://ports.ubuntu.com/ubuntu-ports mantic/universe armhf dh-apparmor all 4.0.0~alpha2-0ubuntu5 [20.3 kB] #16 DONE 2.9s #17 [stage-1 6/6] WORKDIR /root/rpmbuild #17 DONE 0.0s #18 exporting to image #18 exporting layers #39 DONE 22.8s #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 <- 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz #20 exporting to image #20 exporting layers #14 79.01 Setting up libgpgme11:arm64 (1.18.0-3ubuntu2) ... #14 79.02 Setting up dirmngr (2.2.40-1.1ubuntu1) ... #14 79.17 Setting up perl (5.36.0-7ubuntu0.23.04.2) ... #16 DONE 0.3s #17 [stage-1 6/8] COPY --link --from=golang /usr/local/go /usr/local/go + STATUS=0 + '[' 0 -ne 0 ']' + rm -rf /root/rpmbuild/BUILD/src-SPECPARTS + /usr/bin/mkdir -p /root/rpmbuild/BUILD/src-SPECPARTS + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz #15 22.58 Running scriptlet: systemd-libs-253.12-1.fc38.x86_64 93/93 #15 24.09 Verifying : autoconf-2.71-5.fc38.noarch 1/93 #15 24.09 Verifying : automake-1.16.5-11.fc38.noarch 2/93 #15 24.09 Verifying : checkpolicy-3.5-1.fc38.x86_64 3/93 #15 24.09 Verifying : cryptsetup-libs-2.6.1-1.fc38.x86_64 4/93 #15 24.09 Verifying : dbus-broker-33-1.fc38.x86_64 5/93 #15 24.09 Verifying : device-mapper-1.02.189-2.fc38.x86_64 6/93 #15 24.09 Verifying : device-mapper-libs-1.02.189-2.fc38.x86_64 7/93 #15 24.09 Verifying : gc-8.2.2-3.fc38.x86_64 8/93 #15 24.09 Verifying : guile22-2.2.7-7.fc38.x86_64 9/93 #15 24.09 Verifying : jsoncpp-1.9.5-4.fc38.x86_64 10/93 #15 24.09 Verifying : kmod-libs-30-4.fc38.x86_64 11/93 #15 24.09 Verifying : libargon2-20190702-2.fc38.x86_64 12/93 #15 24.09 Verifying : libcbor-0.7.0-9.fc38.x86_64 13/93 #15 24.09 Verifying : libedit-3.1-45.20221030cvs.fc38.x86_64 14/93 #15 24.09 Verifying : libfdisk-2.38.1-4.fc38.x86_64 15/93 #15 24.09 Verifying : libfido2-1.12.0-3.fc38.x86_64 16/93 #15 24.09 Verifying : libmpc-1.3.1-2.fc38.x86_64 17/93 #15 24.09 Verifying : libseccomp-2.5.3-4.fc38.x86_64 18/93 #15 24.09 Verifying : libseccomp-devel-2.5.3-4.fc38.x86_64 19/93 #15 24.09 Verifying : libselinux-devel-3.5-1.fc38.x86_64 20/93 #15 24.09 Verifying : libselinux-utils-3.5-1.fc38.x86_64 21/93 #15 24.09 Verifying : libsepol-devel-3.5-1.fc38.x86_64 22/93 #15 24.09 Verifying : libtool-2.4.7-6.fc38.x86_64 23/93 #15 24.09 Verifying : libtool-ltdl-2.4.7-6.fc38.x86_64 24/93 #15 24.09 Verifying : libtool-ltdl-devel-2.4.7-6.fc38.x86_64 25/93 #15 24.09 Verifying : libutempter-1.2.1-8.fc38.x86_64 26/93 #15 24.09 Verifying : libxkbcommon-1.5.0-2.fc38.x86_64 27/93 #15 24.09 Verifying : m4-1.4.19-5.fc38.x86_64 28/93 #15 24.09 Verifying : pcre2-devel-10.42-1.fc38.1.x86_64 29/93 #15 24.09 Verifying : pcre2-utf16-10.42-1.fc38.1.x86_64 30/93 #15 24.09 Verifying : pcre2-utf32-10.42-1.fc38.1.x86_64 31/93 #15 24.09 Verifying : perl-Error-1:0.17029-11.fc38.noarch 32/93 #15 24.09 Verifying : perl-TermReadKey-2.38-16.fc38.x86_64 33/93 #15 24.09 Verifying : perl-Thread-Queue-3.14-490.fc38.noarch 34/93 #15 24.09 Verifying : perl-threads-1:2.27-490.fc38.x86_64 35/93 #15 24.09 Verifying : perl-threads-shared-1.64-490.fc38.x86_64 36/93 #15 24.09 Verifying : policycoreutils-3.5-1.fc38.x86_64 37/93 #15 24.09 Verifying : policycoreutils-devel-3.5-1.fc38.x86_64 38/93 #15 24.09 Verifying : policycoreutils-python-utils-3.5-1.fc38.noarch 39/93 #15 24.09 Verifying : python3-libselinux-3.5-1.fc38.x86_64 40/93 #15 24.09 Verifying : python3-libsemanage-3.5-2.fc38.x86_64 41/93 #15 24.09 Verifying : python3-policycoreutils-3.5-1.fc38.noarch 42/93 #15 24.09 Verifying : python3-setuptools-65.5.1-2.fc38.noarch 43/93 #15 24.09 Verifying : qrencode-libs-4.1.1-4.fc38.x86_64 44/93 #15 24.09 Verifying : rhash-1.4.3-2.fc38.x86_64 45/93 #15 24.09 Verifying : util-linux-2.38.1-4.fc38.x86_64 46/93 #15 24.09 Verifying : which-2.21-39.fc38.x86_64 47/93 #15 24.09 Verifying : xkeyboard-config-2.38-1.fc38.noarch 48/93 #15 24.09 Verifying : annobin-docs-12.30-1.fc38.noarch 49/93 #15 24.09 Verifying : annobin-plugin-gcc-12.30-1.fc38.x86_64 50/93 #15 24.09 Verifying : cmake-3.27.7-1.fc38.x86_64 51/93 #15 24.09 Verifying : cmake-data-3.27.7-1.fc38.noarch 52/93 #15 24.09 Verifying : cmake-filesystem-3.27.7-1.fc38.x86_64 53/93 #15 24.09 Verifying : cmake-rpm-macros-3.27.7-1.fc38.noarch 54/93 #15 24.09 Verifying : cpp-13.2.1-4.fc38.x86_64 55/93 #15 24.09 Verifying : dbus-1:1.14.10-1.fc38.x86_64 56/93 #15 24.09 Verifying : dbus-common-1:1.14.10-1.fc38.noarch 57/93 #15 24.09 Verifying : gcc-13.2.1-4.fc38.x86_64 58/93 #15 24.09 Verifying : gcc-plugin-annobin-13.2.1-4.fc38.x86_64 59/93 #15 24.09 Verifying : git-2.43.0-1.fc38.x86_64 60/93 #15 24.09 Verifying : git-core-2.43.0-1.fc38.x86_64 61/93 #15 24.09 Verifying : git-core-doc-2.43.0-1.fc38.noarch 62/93 #15 24.09 Verifying : glibc-devel-2.37-16.fc38.x86_64 63/93 #15 24.09 Verifying : glibc-headers-x86-2.37-16.fc38.noarch 64/93 #15 24.09 Verifying : glibc-static-2.37-16.fc38.x86_64 65/93 #15 24.09 Verifying : kernel-headers-6.6.3-100.fc38.x86_64 66/93 #15 24.09 Verifying : less-633-1.fc38.x86_64 67/93 #15 24.09 Verifying : libuv-1:1.47.0-3.fc38.x86_64 68/93 #15 24.09 Verifying : libxcrypt-devel-4.4.36-1.fc38.x86_64 69/93 #15 24.09 Verifying : libxcrypt-static-4.4.36-1.fc38.x86_64 70/93 #15 24.09 Verifying : make-1:4.4.1-1.fc38.x86_64 71/93 #15 24.09 Verifying : openssh-9.0p1-17.fc38.x86_64 72/93 #15 24.09 Verifying : openssh-clients-9.0p1-17.fc38.x86_64 73/93 #15 24.09 Verifying : perl-File-Compare-1.100.700-498.fc38.noarch 74/93 #15 24.09 Verifying : perl-File-Copy-2.39-498.fc38.noarch 75/93 #15 24.09 Verifying : perl-File-Find-1.40-498.fc38.noarch 76/93 #15 24.09 Verifying : perl-Git-2.43.0-1.fc38.noarch 77/93 #15 24.09 Verifying : perl-lib-0.65-498.fc38.x86_64 78/93 #15 24.09 Verifying : python3-audit-3.1.2-5.fc38.x86_64 79/93 #15 24.09 Verifying : python3-setools-4.4.3-1.fc38.x86_64 80/93 #15 24.09 Verifying : rpm-plugin-selinux-4.18.2-1.fc38.x86_64 81/93 #15 24.09 Verifying : selinux-policy-38.31-1.fc38.noarch 82/93 #15 24.09 Verifying : selinux-policy-devel-38.31-1.fc38.noarch 83/93 #15 24.09 Verifying : selinux-policy-targeted-38.31-1.fc38.noarch 84/93 #15 24.09 Verifying : systemd-253.14-1.fc38.x86_64 85/93 #15 24.09 Verifying : systemd-devel-253.14-1.fc38.x86_64 86/93 #15 24.09 Verifying : systemd-networkd-253.14-1.fc38.x86_64 87/93 #15 24.09 Verifying : systemd-pam-253.14-1.fc38.x86_64 88/93 #15 24.09 Verifying : systemd-resolved-253.14-1.fc38.x86_64 89/93 #15 24.10 Verifying : systemd-rpm-macros-253.14-1.fc38.noarch 90/93 #15 24.10 Verifying : vim-filesystem-2:9.1.031-1.fc38.noarch 91/93 #15 24.10 Verifying : systemd-libs-253.14-1.fc38.x86_64 92/93 #15 24.10 Verifying : systemd-libs-253.12-1.fc38.x86_64 93/93 #15 24.27 #15 24.27 Upgraded: #15 24.27 systemd-libs-253.14-1.fc38.x86_64 #15 24.27 Installed: #15 24.27 annobin-docs-12.30-1.fc38.noarch #15 24.27 annobin-plugin-gcc-12.30-1.fc38.x86_64 #15 24.27 autoconf-2.71-5.fc38.noarch #15 24.27 automake-1.16.5-11.fc38.noarch #15 24.27 checkpolicy-3.5-1.fc38.x86_64 #15 24.27 cmake-3.27.7-1.fc38.x86_64 #15 24.27 cmake-data-3.27.7-1.fc38.noarch #15 24.27 cmake-filesystem-3.27.7-1.fc38.x86_64 #15 24.27 cmake-rpm-macros-3.27.7-1.fc38.noarch #15 24.27 cpp-13.2.1-4.fc38.x86_64 #15 24.27 cryptsetup-libs-2.6.1-1.fc38.x86_64 #15 24.27 dbus-1:1.14.10-1.fc38.x86_64 #15 24.27 dbus-broker-33-1.fc38.x86_64 #15 24.27 dbus-common-1:1.14.10-1.fc38.noarch #15 24.27 device-mapper-1.02.189-2.fc38.x86_64 #15 24.27 device-mapper-libs-1.02.189-2.fc38.x86_64 #15 24.27 gc-8.2.2-3.fc38.x86_64 #15 24.27 gcc-13.2.1-4.fc38.x86_64 #15 24.27 gcc-plugin-annobin-13.2.1-4.fc38.x86_64 #15 24.27 git-2.43.0-1.fc38.x86_64 #15 24.27 git-core-2.43.0-1.fc38.x86_64 #15 24.27 git-core-doc-2.43.0-1.fc38.noarch #15 24.27 glibc-devel-2.37-16.fc38.x86_64 #15 24.27 glibc-headers-x86-2.37-16.fc38.noarch #15 24.27 glibc-static-2.37-16.fc38.x86_64 #15 24.27 guile22-2.2.7-7.fc38.x86_64 #15 24.27 jsoncpp-1.9.5-4.fc38.x86_64 #15 24.27 kernel-headers-6.6.3-100.fc38.x86_64 #15 24.27 kmod-libs-30-4.fc38.x86_64 #15 24.27 less-633-1.fc38.x86_64 #15 24.27 libargon2-20190702-2.fc38.x86_64 #15 24.27 libcbor-0.7.0-9.fc38.x86_64 #15 24.27 libedit-3.1-45.20221030cvs.fc38.x86_64 #15 24.27 libfdisk-2.38.1-4.fc38.x86_64 #15 24.27 libfido2-1.12.0-3.fc38.x86_64 #15 24.27 libmpc-1.3.1-2.fc38.x86_64 #15 24.27 libseccomp-2.5.3-4.fc38.x86_64 #15 24.27 libseccomp-devel-2.5.3-4.fc38.x86_64 #15 24.27 libselinux-devel-3.5-1.fc38.x86_64 #15 24.27 libselinux-utils-3.5-1.fc38.x86_64 #15 24.27 libsepol-devel-3.5-1.fc38.x86_64 #15 24.27 libtool-2.4.7-6.fc38.x86_64 #15 24.27 libtool-ltdl-2.4.7-6.fc38.x86_64 #15 24.27 libtool-ltdl-devel-2.4.7-6.fc38.x86_64 #15 24.27 libutempter-1.2.1-8.fc38.x86_64 #15 24.27 libuv-1:1.47.0-3.fc38.x86_64 #15 24.27 libxcrypt-devel-4.4.36-1.fc38.x86_64 #15 24.27 libxcrypt-static-4.4.36-1.fc38.x86_64 #15 24.27 libxkbcommon-1.5.0-2.fc38.x86_64 #15 24.27 m4-1.4.19-5.fc38.x86_64 #15 24.27 make-1:4.4.1-1.fc38.x86_64 #15 24.27 openssh-9.0p1-17.fc38.x86_64 #15 24.27 openssh-clients-9.0p1-17.fc38.x86_64 #15 24.27 pcre2-devel-10.42-1.fc38.1.x86_64 #15 24.27 pcre2-utf16-10.42-1.fc38.1.x86_64 #15 24.27 pcre2-utf32-10.42-1.fc38.1.x86_64 #15 24.27 perl-Error-1:0.17029-11.fc38.noarch #15 24.27 perl-File-Compare-1.100.700-498.fc38.noarch #15 24.27 perl-File-Copy-2.39-498.fc38.noarch #15 24.27 perl-File-Find-1.40-498.fc38.noarch #15 24.27 perl-Git-2.43.0-1.fc38.noarch #15 24.27 perl-TermReadKey-2.38-16.fc38.x86_64 #15 24.27 perl-Thread-Queue-3.14-490.fc38.noarch #15 24.27 perl-lib-0.65-498.fc38.x86_64 #15 24.27 perl-threads-1:2.27-490.fc38.x86_64 #15 24.27 perl-threads-shared-1.64-490.fc38.x86_64 #15 24.27 policycoreutils-3.5-1.fc38.x86_64 #15 24.27 policycoreutils-devel-3.5-1.fc38.x86_64 #15 24.27 policycoreutils-python-utils-3.5-1.fc38.noarch #15 24.27 python3-audit-3.1.2-5.fc38.x86_64 #15 24.27 python3-libselinux-3.5-1.fc38.x86_64 #15 24.27 python3-libsemanage-3.5-2.fc38.x86_64 #15 24.27 python3-policycoreutils-3.5-1.fc38.noarch #15 24.27 python3-setools-4.4.3-1.fc38.x86_64 #15 24.27 python3-setuptools-65.5.1-2.fc38.noarch #15 24.27 qrencode-libs-4.1.1-4.fc38.x86_64 #15 24.27 rhash-1.4.3-2.fc38.x86_64 #15 24.27 rpm-plugin-selinux-4.18.2-1.fc38.x86_64 #15 24.27 selinux-policy-38.31-1.fc38.noarch #15 24.27 selinux-policy-devel-38.31-1.fc38.noarch #15 24.27 selinux-policy-targeted-38.31-1.fc38.noarch #15 24.27 systemd-253.14-1.fc38.x86_64 #15 24.27 systemd-devel-253.14-1.fc38.x86_64 #15 24.27 systemd-networkd-253.14-1.fc38.x86_64 #15 24.27 systemd-pam-253.14-1.fc38.x86_64 #15 24.27 systemd-resolved-253.14-1.fc38.x86_64 #15 24.27 systemd-rpm-macros-253.14-1.fc38.noarch #15 24.27 util-linux-2.38.1-4.fc38.x86_64 #15 24.27 vim-filesystem-2:9.1.031-1.fc38.noarch #15 24.27 which-2.21-39.fc38.x86_64 #15 24.27 xkeyboard-config-2.38-1.fc38.noarch #15 24.27 #15 24.27 Complete! #15 DONE 24.4s #16 8.043 Get:9 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libseccomp-dev armhf 2.5.4-1ubuntu3 [86.8 kB] #16 8.045 Get:10 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libsystemd-dev armhf 253.5-1ubuntu6.1 [1100 kB] #16 8.091 Get:11 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpkgconf3 armhf 1.8.1-2 [26.3 kB] #16 8.242 Get:12 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf pkgconf-bin armhf 1.8.1-2 [20.6 kB] #14 79.20 Setting up libpackage-stash-xs-perl:arm64 (0.30-1build1) ... #14 79.21 Setting up libclass-data-inheritable-perl (0.08-3) ... #14 79.22 Setting up libxs-parse-keyword-perl (0.33-1) ... #14 79.24 Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ... #14 79.25 Setting up libdata-dump-perl (1.25-1) ... #14 79.26 Setting up gcc-12 (12.3.0-1ubuntu1~23.04) ... #14 79.27 Setting up libfile-find-rule-perl (0.34-3) ... #14 79.29 Setting up libref-util-perl (0.204-2) ... #14 79.31 Setting up libipc-system-simple-perl (1.30-2) ... #14 79.32 Setting up libnet-domain-tld-perl (1.75-3) ... #14 79.33 Setting up libperlio-utf8-strict-perl (0.010-1) ... #14 79.35 Setting up libsocket6-perl (0.29-3) ... #14 79.36 Setting up libgd3:arm64 (2.3.3-7ubuntu2) ... #14 79.37 Setting up libvariable-magic-perl (0.63-1) ... #14 79.38 Setting up libio-html-perl (1.004-3) ... #14 79.39 Setting up libpod-parser-perl (1.65-1) ... dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:25.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #18 DONE 2.8s #16 [stage-1 5/6] COPY --link --from=golang /usr/local/go /usr/local/go #17 DONE 1.7s #16 8.399 Get:13 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf pkgconf armhf 1.8.1-2 [16.7 kB] #16 8.423 Get:14 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf pkg-config armhf 1.8.1-2 [7170 B] #50 0.971 Hit:1 http://deb.debian.org/debian bookworm InRelease #50 0.971 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #50 0.971 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #14 79.41 Setting up libb-hooks-op-check-perl:arm64 (0.22-2build1) ... #14 79.42 Setting up libparams-util-perl (1.102-2) ... #14 79.43 Setting up libdpkg-perl (1.21.21ubuntu1) ... #14 79.45 Setting up libtime-duration-perl (1.21-2) ... #14 79.46 Setting up autoconf (2.71-3) ... #14 79.48 Setting up libsub-exporter-progressive-perl (0.001013-3) ... #14 79.49 Setting up libarray-intspan-perl (2.004-2) ... #14 79.54 Setting up libcapture-tiny-perl (0.48-2) ... #14 79.55 Setting up libtimedate-perl (2.3300-2) ... #14 79.57 Setting up gpg-wks-server (2.2.40-1.1ubuntu1) ... #14 79.58 Setting up libsub-name-perl:arm64 (0.26-2build1) ... #14 79.59 Setting up libtype-tiny-xs-perl:arm64 (0.025-1) ... #14 79.63 Setting up libsyntax-keyword-try-perl (0.28-1) ... #14 79.65 Setting up libdata-validate-domain-perl (0.10-1.1) ... #19 [stage-1 8/9] WORKDIR /root/build-deb #19 DONE 0.0s #20 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb #20 DONE 0.1s #21 exporting to image #21 exporting layers + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6Iy5jI + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + pushd /root/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src + TMP_GOPATH=/go + hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 Install tini version v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... #18 [stage-1 7/8] WORKDIR /root/build-deb #18 DONE 0.0s #19 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb #19 DONE 0.0s #20 exporting to image #20 exporting layers #16 1.119 Reading package lists... #16 8.627 debconf: delaying package configuration, since apt-utils is not installed #16 8.677 Fetched 10.2 MB in 2s (5775 kB/s) #16 8.708 Selecting previously unselected package bash-completion. #16 8.708 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 27259 files and directories currently installed.) #16 8.724 Preparing to unpack .../00-bash-completion_1%3a2.11-7_all.deb ... #16 8.740 Unpacking bash-completion (1:2.11-7) ... #14 79.66 Setting up libproc-processtable-perl:arm64 (0.634-1build2) ... #14 79.67 Setting up libfile-chdir-perl (0.1008-1.1) ... #14 79.68 Setting up xauth (1:1.1.2-1) ... #14 79.69 Setting up libpath-tiny-perl (0.144-1) ... #14 79.71 Setting up libarchive-cpio-perl (0.10-3) ... #14 79.72 Setting up libjson-perl (4.10000-1) ... #14 79.75 Setting up libnsl2:arm64 (1.3.0-2build2) ... #14 79.77 Setting up libipc-run3-perl (0.048-3) ... #14 79.78 Setting up libregexp-wildcards-perl (1.05-3) ... #14 79.80 Setting up libfcgi-perl (0.82+ds-2) ... #14 79.81 Setting up libsub-override-perl (0.09-4) ... #14 79.82 Setting up libaliased-perl (0.34-3) ... #14 79.83 Setting up libstrictures-perl (2.000006-1) ... #14 79.85 Setting up libsub-quote-perl (2.006008-1ubuntu1) ... #14 79.88 Setting up libdevel-stacktrace-perl (2.0400-2) ... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. #16 2.512 dpkg-buildpackage: info: source package docker-ce-build-deps #16 2.512 dpkg-buildpackage: info: source version 1.0 #16 2.512 dpkg-buildpackage: info: source distribution unstable #16 2.512 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #16 2.553 dpkg-buildpackage: info: host architecture armhf #16 2.553 dpkg-source --before-build . #16 2.660 debian/rules clean #16 2.662 dh clean #16 2.769 dh_clean #16 8.903 Selecting previously unselected package libarchive13:armhf. #16 8.906 Preparing to unpack .../01-libarchive13_3.6.2-1ubuntu1_armhf.deb ... #16 8.913 Unpacking libarchive13:armhf (3.6.2-1ubuntu1) ... #16 8.951 Selecting previously unselected package libjsoncpp25:armhf. #16 8.954 Preparing to unpack .../02-libjsoncpp25_1.9.5-6_armhf.deb ... #16 8.960 Unpacking libjsoncpp25:armhf (1.9.5-6) ... #16 8.998 Selecting previously unselected package librhash0:armhf. #16 9.001 Preparing to unpack .../03-librhash0_1.4.3-3_armhf.deb ... #16 9.005 Unpacking librhash0:armhf (1.4.3-3) ... #16 9.046 Selecting previously unselected package libuv1:armhf. #16 9.046 Preparing to unpack .../04-libuv1_1.44.2-1_armhf.deb ... #16 9.051 Unpacking libuv1:armhf (1.44.2-1) ... #16 9.093 Selecting previously unselected package cmake-data. #16 9.095 Preparing to unpack .../05-cmake-data_3.27.4-1_all.deb ... #16 9.105 Unpacking cmake-data (3.27.4-1) ... #14 79.89 Setting up libclass-xsaccessor-perl (1.19-4build1) ... #14 79.91 Setting up libsort-versions-perl (1.62-3) ... #14 79.92 Setting up libexporter-tiny-perl (1.006000-1) ... #14 79.93 Setting up libre-engine-re2-perl:arm64 (0.17+ds-1) ... #14 79.94 Setting up libfile-dirlist-perl (0.05-3) ... #14 79.96 Setting up libterm-readkey-perl (2.38-2build1) ... #14 79.97 Setting up libtext-levenshteinxs-perl (0.03-5build1) ... #14 79.98 Setting up libperlio-gzip-perl (0.20-1build1) ... #14 80.00 Setting up libsys-hostname-long-perl (1.5-3) ... #14 80.01 Setting up libhtml-html5-entities-perl (0.004-3) ... #14 80.02 Setting up libsereal-decoder-perl (5.003+ds-1) ... #14 80.04 Setting up liburi-perl (5.17-1ubuntu1) ... #14 80.05 Setting up libnet-ipv6addr-perl (1.02-1) ... #14 80.06 Setting up libfile-touch-perl (0.12-2) ... #14 80.07 Setting up libc-devtools (2.37-0ubuntu2.2) ... #14 80.09 Setting up libemail-address-xs-perl (1.05-1build1) ... #14 80.10 Setting up libnet-ssleay-perl:arm64 (1.92-2build2) ... #14 80.11 Setting up automake (1:1.16.5-1.3) ... #14 80.12 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #14 80.12 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #14 80.12 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #14 80.13 Setting up libapt-pkg-perl (0.1.40build3) ... #14 80.14 Setting up libstring-escape-perl (2010.002-3) ... #14 80.16 Setting up libberkeleydb-perl:arm64 (0.64-2) ... #14 80.17 Setting up libhttp-date-perl (6.05-2) ... #14 80.18 Setting up libfile-which-perl (1.27-2) ... #14 80.20 Setting up libfile-basedir-perl (0.09-2) ... #14 80.21 Setting up libunicode-utf8-perl (0.62-2) ... -- The C compiler identification is GNU 13.2.1 -- Detecting C compiler ABI info #16 2.807 debian/rules binary #16 2.808 dh binary #16 2.909 dh_update_autotools_config #16 2.941 dh_autoreconf #16 2.985 create-stamp debian/debhelper-build-stamp #16 2.985 dh_prep #16 3.016 dh_auto_install --destdir=debian/docker-ce-build-deps/ #14 80.22 Setting up libset-intspan-perl (1.19-3) ... #14 80.23 Setting up libmouse-perl (2.5.10-1build5) ... #14 80.25 Setting up libfile-listing-perl (6.15-1) ... #14 80.26 Setting up gpg-wks-client (2.2.40-1.1ubuntu1) ... #14 80.27 Setting up libregexp-pattern-perl (0.2.14-2) ... #14 80.29 Setting up libdata-messagepack-perl (1.02-1build1) ... #14 80.30 Setting up libfont-afm-perl (1.20-4) ... #14 80.32 Setting up libwant-perl (0.29-2build1) ... #14 80.33 Setting up libdynaloader-functions-perl (0.003-3) ... #14 80.34 Setting up libclass-method-modifiers-perl (2.14-1) ... #14 80.36 Setting up liblist-compare-perl (0.55-2) ... #14 80.38 Setting up libref-util-xs-perl (0.117-2build1) ... #14 80.41 Setting up libio-pty-perl (1:1.17-1) ... #14 80.42 Setting up libfile-fcntllock-perl (0.22-4build1) ... -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY #16 3.069 dh_install #16 3.105 dh_installdocs #16 3.147 dh_installchangelogs #16 3.239 dh_perl #16 3.277 dh_link #16 9.531 Selecting previously unselected package cmake. #16 9.535 Preparing to unpack .../06-cmake_3.27.4-1_armhf.deb ... #16 9.538 Unpacking cmake (3.27.4-1) ... #14 80.43 Setting up libclone-perl:arm64 (0.46-1) ... #14 80.44 Setting up libalgorithm-diff-perl (1.201-1) ... #14 80.45 Setting up libarchive-zip-perl (1.68-1) ... #14 80.46 Setting up libsub-identify-perl (0.14-3) ... #14 80.47 Setting up libdistro-info-perl (1.5ubuntu0.23.04.1) ... #14 80.48 Setting up libcpanel-json-xs-perl:arm64 (4.32-1build1) ... #14 80.50 Setting up libhtml-tagset-perl (3.20-6) ... #14 80.51 Setting up liblog-any-perl (1.713-1) ... #14 80.52 Setting up libauthen-sasl-perl (2.1600-3) ... #14 80.53 Setting up libdevel-size-perl (0.83-2build1) ... #14 80.54 Setting up libpython3.11-stdlib:arm64 (3.11.4-1~23.04.2) ... #14 80.55 Setting up libdebhelper-perl (13.11.4ubuntu3) ... #14 80.56 Setting up libpod-constants-perl (0.19-2) ... #14 80.57 Setting up libregexp-pattern-license-perl (3.9.4-3) ... #14 80.58 Setting up liblwp-mediatypes-perl (6.04-2) ... #14 80.59 Setting up libyaml-libyaml-perl (0.86+ds-1) ... #14 80.60 Setting up libio-interactive-perl (1.023-2) ... #14 80.62 Setting up libtry-tiny-perl (0.31-2) ... #14 80.62 Setting up libtype-tiny-perl (2.002001-1) ... #14 80.64 Setting up libcommon-sense-perl:arm64 (3.75-3) ... #14 80.65 Setting up libmldbm-perl (2.05-4) ... #14 80.66 Setting up libxml-namespacesupport-perl (1.12-2) ... #14 80.67 Setting up libnet-http-perl (6.22-1) ... #14 80.68 Setting up libpath-iterator-rule-perl (1.015-2) ... #14 80.69 Setting up libtext-markdown-discount-perl (0.16-1) ... #14 80.70 Setting up libhttp-tiny-multipart-perl (0.08-2) ... #14 80.71 Setting up libtime-moment-perl (0.44-2build1) ... #14 80.73 Setting up libencode-locale-perl (1.05-3) ... #50 1.387 Reading package lists... -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done (0.6s) -- Generating done (0.0s) -- Build files have been written to: /go/tini + make tini-static [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o #16 3.314 dh_strip_nondeterminism #16 3.388 dh_compress #16 3.432 dh_fixperms #16 3.479 dh_missing #16 3.507 dh_installdeb #16 9.701 Selecting previously unselected package dh-apparmor. #16 9.704 Preparing to unpack .../07-dh-apparmor_4.0.0~alpha2-0ubuntu5_all.deb ... #16 9.708 Unpacking dh-apparmor (4.0.0~alpha2-0ubuntu5) ... #16 9.743 Selecting previously unselected package libseccomp-dev:armhf. #16 9.746 Preparing to unpack .../08-libseccomp-dev_2.5.4-1ubuntu3_armhf.deb ... #16 9.750 Unpacking libseccomp-dev:armhf (2.5.4-1ubuntu3) ... #16 9.782 Selecting previously unselected package libsystemd-dev:armhf. #16 9.785 Preparing to unpack .../09-libsystemd-dev_253.5-1ubuntu6.1_armhf.deb ... #16 9.788 Unpacking libsystemd-dev:armhf (253.5-1ubuntu6.1) ... #16 9.866 Selecting previously unselected package libpkgconf3:armhf. #16 9.866 Preparing to unpack .../10-libpkgconf3_1.8.1-2_armhf.deb ... #16 9.870 Unpacking libpkgconf3:armhf (1.8.1-2) ... #16 9.901 Selecting previously unselected package pkgconf-bin. #18 exporting layers 2.3s done #18 writing image sha256:690ce2823902eaf3643c7b27ec23cf21ac6747fdbd9ea122a089208fb75eb6ec done #18 naming to docker.io/rpmbuild-fedora-39/x86_64 done #18 DONE 2.3s docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/fedora-39/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/fedora-39/SRPMS:/root/rpmbuild/SRPMS rpmbuild-fedora-39/x86_64 -ba --define '_gitcommit_cli f18a476' --define '_gitcommit_engine c87e0ad' --define '_release 0' --define '_version 0.0.0~20240120124445.f18a476' --define '_origversion 0.0.0-20240120124445-f18a476' --define '_buildx_rpm_version 0.12.1' --define '_buildx_version v0.12.1' --define '_buildx_gitcommit 30feaa1' --define '_compose_rpm_version 2.24.2' --define '_compose_version v2.24.2' 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 #14 80.74 Setting up libexception-class-perl (1.45-1) ... #14 80.75 Setting up libmath-base85-perl (0.5+dfsg-2) ... #14 80.76 Setting up libconfig-tiny-perl (2.28-2) ... #14 80.77 Setting up libsereal-encoder-perl (5.003+ds-1) ... #14 80.78 Setting up libdevel-callchecker-perl:arm64 (0.008-2) ... #14 80.79 Setting up liblist-utilsby-perl (0.12-2) ... #14 80.80 Setting up libstring-shellquote-perl (1.04-3) ... #14 80.81 Setting up libnet-netmask-perl (2.0002-2) ... #14 80.82 Setting up libsub-install-perl (0.929-1) ... #14 80.83 Setting up gcc (4:12.2.0-3ubuntu1) ... #14 80.86 Setting up dpkg-dev (1.21.21ubuntu1) ... #14 80.91 Setting up libindirect-perl (0.39-2build1) ... #14 80.93 Setting up libxs-parse-sublike-perl:arm64 (0.16-1ubuntu3) ... #14 80.94 Setting up intltool-debian (0.35.0+20060710.6) ... #18 DONE 2.8s #50 2.150 + apt-get install --no-install-recommends -y dpkg-dev gcc libapparmor-dev libc6-dev libseccomp-dev libsecret-1-dev libsystemd-dev libudev-dev pkg-config [100%] Linking C executable tini-static #16 3.544 dh_gencontrol #16 3.674 dh_md5sums #16 3.716 dh_builddeb #16 3.745 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #16 3.762 dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo #16 9.903 Preparing to unpack .../11-pkgconf-bin_1.8.1-2_armhf.deb ... #16 9.907 Unpacking pkgconf-bin (1.8.1-2) ... #16 9.940 Selecting previously unselected package pkgconf:armhf. #16 9.943 Preparing to unpack .../12-pkgconf_1.8.1-2_armhf.deb ... #16 9.948 Unpacking pkgconf:armhf (1.8.1-2) ... #16 9.984 Selecting previously unselected package pkg-config:armhf. #16 9.986 Preparing to unpack .../13-pkg-config_1.8.1-2_armhf.deb ... #16 9.991 Unpacking pkg-config:armhf (1.8.1-2) ... #16 10.07 Setting up libseccomp-dev:armhf (2.5.4-1ubuntu3) ... #16 10.08 Setting up libarchive13:armhf (3.6.2-1ubuntu1) ... #16 10.09 Setting up libpkgconf3:armhf (1.8.1-2) ... #16 10.10 Setting up libuv1:armhf (1.44.2-1) ... #16 10.11 Setting up bash-completion (1:2.11-7) ... #16 10.13 Setting up libjsoncpp25:armhf (1.9.5-6) ... #16 10.15 Setting up pkgconf-bin (1.8.1-2) ... #16 10.16 Setting up librhash0:armhf (1.4.3-3) ... warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.upkuGz + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz #14 80.96 Setting up libfreezethaw-perl (0.5001-3) ... #14 80.97 Setting up libobject-pad-perl (0.78-1) ... #14 80.99 Setting up liberror-perl (0.17029-2) ... #14 81.00 Setting up patchutils (0.4.2-1build2) ... #14 81.01 Setting up libmail-sendmail-perl (0.80-3) ... #14 81.02 Setting up libltdl-dev:arm64 (2.4.7-5) ... #14 81.04 Setting up libjson-maybexs-perl (1.004004-1) ... #14 81.05 Setting up libxml-sax-base-perl (1.09-3) ... #14 81.06 Setting up libio-string-perl (1.08-4) ... #14 81.07 Setting up libreadonly-perl (2.050-3) ... #14 81.08 Setting up libnetaddr-ip-perl (4.079+dfsg-2build1) ... #14 81.10 Setting up libstring-copyright-perl (0.003014-1) ... #14 81.11 Setting up libdata-optlist-perl (0.113-1) ... #14 81.12 Setting up libipc-run-perl (20220807.0-1) ... #14 81.13 Setting up git (1:2.39.2-1ubuntu1.1) ... #14 81.16 Setting up libtext-xslate-perl:arm64 (3.5.9-1build2) ... #14 81.17 Setting up libcontextual-return-perl (0.004014-4) ... #14 81.19 Setting up libwww-robotrules-perl (6.02-1) ... #14 81.23 Setting up libtypes-serialiser-perl (1.01-1) ... #14 81.25 Setting up libnsl-dev:arm64 (1.3.0-2build2) ... #14 81.26 Setting up libhtml-parser-perl:arm64 (3.81-1) ... #19 [stage-1 8/9] WORKDIR /root/build-deb #19 DONE 0.0s #20 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb #20 DONE 0.0s #21 exporting to image #21 exporting layers #15 9.757 Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 56/95 #15 19.93 Installing : python3-policycoreutils-3.5-1.fc38.noarch 57/95 #15 19.94 Installing : policycoreutils-python-utils-3.5-1.fc38.noarch 58/95 #15 19.95 Installing : libedit-3.1-45.20221030cvs.fc38.aarch64 59/95 #15 19.96 Installing : libcbor-0.7.0-9.fc38.aarch64 60/95 #15 19.97 Installing : libfido2-1.12.0-3.fc38.aarch64 61/95 #15 19.99 Installing : openssh-clients-9.0p1-17.fc38.aarch64 62/95 #15 19.99 Running scriptlet: openssh-clients-9.0p1-17.fc38.aarch64 62/95 #15 20.09 Installing : git-core-2.43.0-1.fc38.aarch64 63/95 #15 20.13 Installing : git-core-doc-2.43.0-1.fc38.noarch 64/95 #15 20.14 Installing : perl-Git-2.43.0-1.fc38.noarch 65/95 #15 20.15 Installing : git-2.43.0-1.fc38.aarch64 66/95 #15 20.16 Installing : libargon2-20190702-2.fc38.aarch64 67/95 #15 20.17 Installing : kmod-libs-30-4.fc38.aarch64 68/95 #15 20.18 Installing : device-mapper-libs-1.02.189-2.fc38.aarch64 69/95 #15 20.19 Installing : cryptsetup-libs-2.6.1-1.fc38.aarch64 70/95 #15 20.20 Installing : device-mapper-1.02.189-2.fc38.aarch64 71/95 #15 20.22 Installing : systemd-networkd-253.14-1.fc38.aarch64 72/95 #15 20.23 Running scriptlet: systemd-networkd-253.14-1.fc38.aarch64 72/95 #15 20.25 Installing : systemd-pam-253.14-1.fc38.aarch64 73/95 #15 20.26 Installing : systemd-resolved-253.14-1.fc38.aarch64 74/95 #15 20.27 Running scriptlet: systemd-resolved-253.14-1.fc38.aarch64 74/95 #15 20.42 Installing : systemd-253.14-1.fc38.aarch64 75/95 #15 20.44 Running scriptlet: systemd-253.14-1.fc38.aarch64 75/95 #15 20.67 Creating group 'input' with GID 104. #15 20.67 Creating group 'kvm' with GID 36. #15 20.67 Creating group 'render' with GID 105. #15 20.67 Creating group 'sgx' with GID 106. #15 20.67 Creating group 'systemd-journal' with GID 190. #15 20.67 Creating group 'systemd-network' with GID 192. #15 20.67 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192. #15 20.67 Creating group 'systemd-oom' with GID 999. #15 20.67 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999. #15 20.67 Creating group 'systemd-resolve' with GID 193. #15 20.67 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193. #15 20.67 #15 20.68 Installing : jsoncpp-1.9.5-4.fc38.aarch64 76/95 #15 20.69 Installing : gc-8.2.2-3.fc38.aarch64 77/95 #15 20.93 Installing : guile22-2.2.7-7.fc38.aarch64 78/95 #15 20.95 Installing : make-1:4.4.1-1.fc38.aarch64 79/95 #15 21.29 Installing : gcc-13.2.1-4.fc38.aarch64 80/95 #15 21.30 Running scriptlet: gcc-13.2.1-4.fc38.aarch64 80/95 #15 21.33 Installing : policycoreutils-devel-3.5-1.fc38.aarch64 81/95 #15 21.42 Installing : selinux-policy-devel-38.31-1.fc38.noarch 82/95 #15 21.43 Running scriptlet: selinux-policy-devel-38.31-1.fc38.noarch 82/95 #15 21.77 Installing : cmake-data-3.27.7-1.fc38.noarch 83/95 #15 21.92 Installing : cmake-3.27.7-1.fc38.aarch64 84/95 #15 21.94 Installing : libtool-2.4.7-6.fc38.aarch64 85/95 #15 21.95 Installing : annobin-plugin-gcc-12.30-1.fc38.aarch64 86/95 #15 21.96 Running scriptlet: annobin-plugin-gcc-12.30-1.fc38.aarch64 86/95 #15 21.98 Installing : gcc-plugin-annobin-13.2.1-4.fc38.aarch64 87/95 #15 21.99 Running scriptlet: gcc-plugin-annobin-13.2.1-4.fc38.aarch64 87/95 #15 22.02 Installing : libselinux-devel-3.5-1.fc38.aarch64 88/95 #15 22.03 Installing : libtool-ltdl-devel-2.4.7-6.fc38.aarch64 89/95 #15 22.04 Installing : libseccomp-devel-2.5.3-4.fc38.aarch64 90/95 #15 22.06 Installing : systemd-devel-253.14-1.fc38.aarch64 91/95 #15 22.07 Installing : systemd-rpm-macros-253.14-1.fc38.noarch 92/95 #15 22.08 Installing : rpm-plugin-selinux-4.18.2-1.fc38.aarch64 93/95 #15 22.09 Installing : which-2.21-39.fc38.aarch64 94/95 #15 22.09 Cleanup : systemd-libs-253.12-1.fc38.aarch64 95/95 #15 22.10 Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 95/95 #15 22.11 Running scriptlet: systemd-resolved-253.14-1.fc38.aarch64 95/95 #17 DONE 3.3s #18 [stage-1 7/8] WORKDIR /root/build-deb #18 DONE 0.1s #19 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb #19 DONE 0.0s #20 exporting to image #20 exporting layers [100%] Built target tini-static + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init + VERSION=0.0.0-20240120124445-f18a476 + PRODUCT=docker + hack/make.sh dynbinary #14 83.52 Setting up liblinux-epoll-perl (0.017-1) ... #14 83.53 Setting up libvariable-magic-perl (0.62-1build2) ... #14 83.55 Setting up python3-idna (2.8-1) ... #16 3.917 dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes #16 3.997 dpkg-genchanges: info: binary-only upload (no source code included) #16 4.000 dpkg-source --after-build . #16 10.17 Setting up cmake-data (3.27.4-1) ... #16 10.18 Setting up dh-apparmor (4.0.0~alpha2-0ubuntu5) ... #16 10.19 Setting up libsystemd-dev:armhf (253.5-1ubuntu6.1) ... #16 10.20 Setting up pkgconf:armhf (1.8.1-2) ... #16 10.22 Setting up pkg-config:armhf (1.8.1-2) ... #16 10.23 Setting up cmake (3.27.4-1) ... #16 10.24 Setting up docker-ce-build-deps (1.0) ... #16 10.25 Processing triggers for man-db (2.11.2-3) ... #14 81.27 Setting up libgit-wrapper-perl (0.048-2) ... #14 81.28 Setting up liblog-any-adapter-screen-perl (0.140-2) ... #14 81.29 Setting up librole-tiny-perl (2.002004-1) ... #14 81.31 Setting up gnupg (2.2.40-1.1ubuntu1) ... #14 81.32 Setting up libc6-dev:arm64 (2.37-0ubuntu2.2) ... #14 81.33 Setting up libfont-ttf-perl (1.06-2) ... #14 81.34 Setting up libfile-homedir-perl (1.006-2) ... #14 81.34 Setting up libalgorithm-diff-xs-perl:arm64 (0.04-8) ... #14 81.35 Setting up libio-socket-ssl-perl (2.081-2) ... #14 81.37 Setting up libsub-exporter-perl (0.989-1) ... #14 81.38 Setting up libpython3-stdlib:arm64 (3.11.2-1) ... #14 81.39 Setting up libalgorithm-merge-perl (0.08-5) ... #14 81.40 Setting up libhttp-message-perl (6.44-1) ... #14 81.41 Setting up libdata-validate-ip-perl (0.31-1) ... #14 81.42 Setting up libhtml-form-perl (6.11-1) ... #14 81.43 Setting up libiterator-perl (0.03+ds1-2) ... #14 81.45 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ... #14 81.46 Setting up libjson-xs-perl (4.030-2) ... #14 81.48 Setting up python3.11 (3.11.4-1~23.04.2) ... #14 83.74 Setting up libio-html-perl (1.001-1) ... #14 83.75 Setting up libcroco3:arm64 (0.6.13-1) ... #14 83.76 Setting up libb-hooks-op-check-perl (0.22-1build2) ... #14 83.78 Setting up libtest-refcount-perl (0.10-1) ... #14 83.79 Setting up libparams-util-perl (1.07-3build5) ... #14 83.81 Setting up libdpkg-perl (1.19.7ubuntu3.2) ... #14 83.83 Setting up autoconf (2.69-11.1) ... #14 83.84 Setting up python3-urllib3 (1.25.8-2ubuntu0.3) ... Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:46.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #16 4.106 dpkg-buildpackage: info: binary-only upload (no source included) #16 4.110 #16 4.110 The package has been created. #16 4.110 Attention, the package has been created in the current directory, #16 4.110 not in ".." as indicated by the message above! #16 4.136 Selecting previously unselected package docker-ce-build-deps. #16 4.152 (Reading database ... 26405 files and directories currently installed.) #16 4.153 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #16 4.157 Unpacking docker-ce-build-deps (1.0) ... #20 exporting layers 2.6s done #20 writing image sha256:aa0785d6fd1afa4ad64d1bfe31e9ae265434e561c895336335b4d74e1bd326f2 done #20 naming to docker.io/debbuild-debian-buster/aarch64 done #20 DONE 2.6s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/debian-buster:/build debbuild-debian-buster/aarch64 #16 10.48 Processing triggers for libc-bin (2.38-1ubuntu6) ... + STATUS=0 + '[' 0 -ne 0 ']' + rm -rf /root/rpmbuild/BUILD/src-SPECPARTS + /usr/bin/mkdir -p /root/rpmbuild/BUILD/src-SPECPARTS + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz #14 84.01 Setting up libsub-exporter-progressive-perl (0.001013-1) ... #14 84.03 Setting up libarray-intspan-perl (2.003-1) ... #14 84.04 Setting up libcapture-tiny-perl (0.48-1) ... #14 84.05 Setting up libtimedate-perl (2.3200-1) ... #14 84.07 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ... #14 84.08 Setting up libsub-name-perl (0.26-1) ... #14 84.09 Setting up libtype-tiny-xs-perl (0.016-1) ... #14 84.11 Setting up libfile-chdir-perl (0.1008-1) ... #14 84.12 Setting up xauth (1:1.1-0ubuntu1) ... + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #50 2.157 Reading package lists... #50 3.014 Building dependency tree... #16 DONE 2.8s #14 84.13 Setting up cpp (4:9.3.0-1ubuntu2) ... #14 84.15 Setting up libpath-tiny-perl (0.108-1) ... #14 84.17 Setting up libarchive-cpio-perl (0.10-1) ... #14 84.18 Setting up libjson-perl (4.02000-2) ... #14 84.19 Setting up libsub-override-perl (0.09-2) ... #14 84.21 Setting up python3-unidiff (0.5.5-2) ... #14 84.33 Setting up libstrictures-perl (2.000006-1) ... #50 3.263 Reading state information... #50 3.582 gcc is already the newest version (4:12.2.0-3). #50 3.582 libc6-dev is already the newest version (2.36-9+deb12u3). #50 3.582 pkg-config is already the newest version (1.8.1-1). #50 3.582 The following additional packages will be installed: #16 DONE 11.0s #17 [stage-1 6/9] COPY --link sources/ /sources #17 [stage-1 6/6] WORKDIR /root/rpmbuild #17 DONE 0.0s #18 exporting to image #18 exporting layers + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EJxgm1 + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + pushd /root/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src + TMP_GOPATH=/go + hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... #14 84.35 Setting up libsub-quote-perl (2.006006-1) ... #14 84.36 Setting up libclass-xsaccessor-perl (1.19-3build3) ... #14 84.37 Setting up libsort-versions-perl (1.62-1) ... #14 84.39 Setting up libexporter-tiny-perl (1.002001-1) ... #14 84.40 Setting up libre-engine-re2-perl (0.13-5) ... #14 84.41 Setting up libterm-readkey-perl (2.38-1build1) ... #14 84.48 Setting up lsb-release (11.1.0ubuntu2) ... #14 84.50 Setting up libnet-ip-perl (1.26-2) ... #14 84.51 Setting up python3-magic (2:0.4.15-3) ... #14 84.63 Setting up libperlio-gzip-perl (0.19-1build5) ... #14 82.23 Setting up libhttp-negotiate-perl (6.01-2) ... #14 82.24 Setting up libio-prompter-perl (0.004015-2) ... #14 82.25 Setting up libiterator-util-perl (0.02+ds1-2) ... #14 82.27 Setting up libstdc++-12-dev:arm64 (12.3.0-1ubuntu1~23.04) ... #14 82.28 Setting up libhttp-cookies-perl (6.10-1) ... #14 82.29 Setting up libtool (2.4.7-5) ... #14 82.30 Setting up po-debconf (1.0.21+nmu1) ... #14 82.32 Setting up libhtml-tree-perl (5.07-3) ... #14 82.33 Setting up libparams-classify-perl:arm64 (0.015-2build2) ... #14 82.34 Setting up libcgi-pm-perl (4.55-1) ... + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz #50 3.582 bzip2 gir1.2-glib-2.0 gir1.2-secret-1 libapparmor1 libblkid-dev libdpkg-perl #50 3.582 libelf1 libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 #50 3.582 libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin #50 3.583 libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev #50 3.583 libpcre2-posix3 libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev #50 3.584 patch python3-distutils python3-lib2to3 uuid-dev xz-utils zlib1g-dev #50 3.586 Suggested packages: #50 3.586 bzip2-doc debian-keyring bzr libgcrypt20-doc low-memory-monitor #50 3.586 libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils #50 3.586 seccomp ed diffutils-doc #50 3.586 Recommended packages: #50 3.586 build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl #50 3.586 liblocale-gettext-perl shared-mime-info xdg-user-dirs #17 DONE 0.3s #18 [stage-1 7/9] COPY --link --from=golang /usr/local/go /usr/local/go + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. #14 84.64 Setting up libsys-hostname-long-perl (1.5-1) ... #14 84.66 Setting up libsereal-decoder-perl (4.011+ds-1build1) ... #14 84.67 Setting up liburi-perl (1.76-2) ... #14 84.68 Setting up libdigest-bubblebabble-perl (0.02-2) ... #14 84.69 Setting up libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 84.70 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ... #14 84.72 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ... #14 84.90 Setting up automake (1:1.16.1-4ubuntu6) ... #14 82.35 Setting up python3 (3.11.2-1) ... #14 82.63 Setting up libhtml-format-perl (2.16-2) ... + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #50 4.041 The following NEW packages will be installed: -- The C compiler identification is GNU 13.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY #14 84.92 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #14 84.92 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #14 84.92 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #14 84.92 Setting up libasync-mergepoint-perl (0.04-2) ... #14 84.94 Setting up libstring-escape-perl (2010.002-2) ... #14 84.95 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.2) ... #14 84.96 Setting up libhttp-date-perl (6.05-1) ... #14 84.97 Setting up libfile-which-perl (1.23-1) ... #14 84.99 Setting up libfile-basedir-perl (0.08-1) ... #14 85.00 Setting up gettext (0.19.8.1-10build1) ... #14 85.01 Setting up libnumber-range-perl (0.12-1) ... #14 85.03 Setting up libunicode-utf8-perl (0.62-1build1) ... #14 85.04 Setting up libstruct-dumb-perl (0.09-1) ... #14 85.05 Setting up libfile-listing-perl (6.04-1) ... #14 85.07 Setting up libstdc++-9-dev:arm64 (9.4.0-1ubuntu1~20.04.2) ... #14 85.09 Setting up libregexp-pattern-perl (0.2.12-1) ... #14 85.10 Setting up libfont-afm-perl (1.20-2) ... #14 85.12 Setting up libwant-perl (0.29-1build4) ... #14 85.17 Setting up libdynaloader-functions-perl (0.003-1) ... #14 85.18 Setting up libtext-glob-perl (0.10-1) ... #14 85.19 Setting up libclass-method-modifiers-perl (2.13-1) ... #14 85.21 Setting up liblist-compare-perl (0.53-1) ... #14 85.22 Setting up libref-util-xs-perl (0.117-1build2) ... #14 82.65 Setting up python3-xdg (0.28-2) ... #14 82.79 Setting up libxml-sax-perl (1.02+dfsg-3) ... #14 82.85 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #14 82.91 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #16 4.253 Reading package lists... #16 5.340 Building dependency tree... #16 5.548 Reading state information... #50 4.042 bzip2 dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libapparmor1 #50 4.042 libblkid-dev libdpkg-perl libelf1 libffi-dev libgcrypt20-dev #50 4.042 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data #50 4.043 libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev libmount-dev #50 4.043 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libseccomp-dev #50 4.043 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol-dev #50 4.044 libsystemd-dev libudev-dev patch python3-distutils python3-lib2to3 uuid-dev #50 4.044 xz-utils zlib1g-dev #50 4.328 0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded. #50 4.328 Need to get 12.5 MB of archives. #50 4.328 After this operation, 52.5 MB of additional disk space will be used. #50 4.328 Get:1 http://deb.debian.org/debian bookworm/main amd64 bzip2 amd64 1.0.8-5+b1 [49.8 kB] -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done (0.4s) -- Generating done (0.0s) -- Build files have been written to: /go/tini + make tini-static [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o #14 85.23 Setting up libio-pty-perl (1:1.12-1) ... #14 85.25 Setting up libtool (2.4.6-14) ... #14 85.26 Setting up libfile-fcntllock-perl (0.22-3build4) ... #14 85.27 Setting up libsort-key-perl (1.33-2build2) ... #14 85.28 Setting up libclone-perl (0.43-2) ... #14 85.29 Setting up libalgorithm-diff-perl (1.19.03-2) ... #14 85.30 Setting up libarchive-zip-perl (1.67-2) ... #14 85.31 Setting up libsub-identify-perl (0.14-1build2) ... #14 85.33 Setting up libdistro-info-perl (0.23ubuntu1.1) ... #14 85.34 Setting up libcpanel-json-xs-perl (4.19-1build1) ... #14 85.35 Setting up python3-apt (2.0.1ubuntu0.20.04.1) ... #14 85.50 Setting up libobject-id-perl (0.1.2-2ubuntu1) ... #14 83.03 #14 83.03 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 83.07 Setting up python3-six (1.16.0-4) ... #14 83.20 Setting up dh-autoreconf (20) ... #16 5.555 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #16 5.829 Starting 2 pkgProblemResolver with broken count: 0 #16 5.833 Done #50 4.332 Get:2 http://deb.debian.org/debian bookworm/main amd64 xz-utils amd64 5.4.1-0.2 [471 kB] #50 4.338 Get:3 http://deb.debian.org/debian bookworm/main amd64 libdpkg-perl all 1.21.22 [603 kB] #50 4.345 Get:4 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] #50 4.347 Get:5 http://deb.debian.org/debian bookworm/main amd64 dpkg-dev all 1.21.22 [1353 kB] #50 4.362 Get:6 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.6-2 [1398 kB] #50 4.400 Get:7 http://deb.debian.org/debian bookworm/main amd64 libgirepository-1.0-1 amd64 1.74.0-3 [101 kB] #50 4.402 Get:8 http://deb.debian.org/debian bookworm/main amd64 gir1.2-glib-2.0 amd64 1.74.0-3 [159 kB] #50 4.405 Get:9 http://deb.debian.org/debian bookworm/main amd64 libsecret-common all 0.20.5-3 [28.5 kB] #50 4.405 Get:10 http://deb.debian.org/debian bookworm/main amd64 libsecret-1-0 amd64 0.20.5-3 [115 kB] #50 4.407 Get:11 http://deb.debian.org/debian bookworm/main amd64 gir1.2-secret-1 amd64 0.20.5-3 [13.5 kB] #50 4.407 Get:12 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] #50 4.409 Get:13 http://deb.debian.org/debian bookworm/main amd64 libapparmor-dev amd64 3.0.8-3 [84.3 kB] #50 4.411 Get:14 http://deb.debian.org/debian bookworm/main amd64 uuid-dev amd64 2.38.1-5+b1 [39.9 kB] #50 4.412 Get:15 http://deb.debian.org/debian bookworm/main amd64 libblkid-dev amd64 2.38.1-5+b1 [179 kB] #50 4.414 Get:16 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB] #50 4.416 Get:17 http://deb.debian.org/debian bookworm/main amd64 libffi-dev amd64 3.4.4-1 [59.4 kB] #50 4.417 Get:18 http://deb.debian.org/debian bookworm/main amd64 libgpg-error-dev amd64 1.46-1 [133 kB] #50 4.419 Get:19 http://deb.debian.org/debian bookworm/main amd64 libgcrypt20-dev amd64 1.10.1-3 [752 kB] #50 4.427 Get:20 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-data all 2.74.6-2 [1207 kB] #50 4.440 Get:21 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-bin amd64 2.74.6-2 [110 kB] #50 4.442 Get:22 http://deb.debian.org/debian bookworm/main amd64 python3-lib2to3 all 3.11.2-3 [76.3 kB] #50 4.474 Get:23 http://deb.debian.org/debian bookworm/main amd64 python3-distutils all 3.11.2-3 [131 kB] #50 4.474 Get:24 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-dev-bin amd64 2.74.6-2 [151 kB] #50 4.474 Get:25 http://deb.debian.org/debian bookworm/main amd64 libsepol-dev amd64 3.4-2.1 [351 kB] #50 4.476 Get:26 http://deb.debian.org/debian bookworm/main amd64 libpcre2-16-0 amd64 10.42-1 [245 kB] #50 4.479 Get:27 http://deb.debian.org/debian bookworm/main amd64 libpcre2-32-0 amd64 10.42-1 [234 kB] #50 4.482 Get:28 http://deb.debian.org/debian bookworm/main amd64 libpcre2-posix3 amd64 10.42-1 [55.4 kB] #50 4.483 Get:29 http://deb.debian.org/debian bookworm/main amd64 libpcre2-dev amd64 10.42-1 [753 kB] #50 4.491 Get:30 http://deb.debian.org/debian bookworm/main amd64 libselinux1-dev amd64 3.4-1+b6 [157 kB] #50 4.494 Get:31 http://deb.debian.org/debian bookworm/main amd64 libmount-dev amd64 2.38.1-5+b1 [22.5 kB] #50 4.496 Get:32 http://deb.debian.org/debian bookworm/main amd64 zlib1g-dev amd64 1:1.2.13.dfsg-1 [916 kB] #50 4.514 Get:33 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-dev amd64 2.74.6-2 [1601 kB] #50 4.537 Get:34 http://deb.debian.org/debian bookworm/main amd64 libseccomp-dev amd64 2.5.4-1+b3 [89.7 kB] #50 4.542 Get:35 http://deb.debian.org/debian bookworm/main amd64 libsecret-1-dev amd64 0.20.5-3 [144 kB] #50 4.542 Get:36 http://deb.debian.org/debian bookworm/main amd64 libsystemd-dev amd64 252.19-1~deb12u1 [353 kB] + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:48 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad VERSION BBB 0.0.0-20240120124445-f18a476 + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~debian.10~buster dpkg-buildpackage: info: source distribution buster dpkg-buildpackage: info: source changed by Docker dpkg-buildpackage: info: host architecture arm64 dpkg-source -I.git --before-build . [100%] Linking C executable tini-static #17 DONE 3.7s #18 [stage-1 7/8] WORKDIR /root/build-deb #18 DONE 0.1s #19 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb #19 DONE 0.1s #20 exporting to image #20 exporting layers #14 85.51 Setting up libio-stringy-perl (2.111-3) ... #14 85.52 Setting up liblist-moreutils-perl (0.416-1build5) ... #14 85.54 Setting up libhtml-tagset-perl (3.20-4) ... #14 85.55 Setting up liblog-any-perl (1.708-1) ... #14 85.56 Setting up libauthen-sasl-perl (2.1600-1) ... #14 85.57 Setting up libdevel-size-perl (0.83-1build1) ... #14 85.58 Setting up libdebhelper-perl (12.10ubuntu1) ... #14 85.60 Setting up libpod-constants-perl (0.19-1) ... #14 85.61 Setting up libregexp-pattern-license-perl (3.2.0-1) ... #14 85.62 Setting up libperl4-corelibs-perl (0.004-2) ... #14 85.63 Setting up libfuture-perl (0.43-1) ... #14 85.64 Setting up liblwp-mediatypes-perl (6.04-1) ... #14 85.65 Setting up libyaml-libyaml-perl (0.81+repack-1) ... #14 85.67 Setting up libtry-tiny-perl (0.30-1) ... #14 85.70 Setting up libtype-tiny-perl (1.008001-2) ... #14 85.71 Setting up libtest-fatal-perl (0.014-1) ... #14 83.21 Setting up libdata-validate-uri-perl (0.07-2) ... #14 83.22 Setting up libnet-smtp-ssl-perl (1.04-2) ... #14 83.23 Setting up python3-gpg (1.18.0-3ubuntu2) ... #14 83.39 Setting up python3-certifi (2022.9.24-1) ... #16 6.035 Done #16 6.245 Starting pkgProblemResolver with broken count: 0 #50 4.543 Get:37 http://deb.debian.org/debian bookworm/main amd64 libudev-dev amd64 252.19-1~deb12u1 [52.0 kB] debian/rules clean dh clean --with=bash-completion dh_clean [100%] Built target tini-static + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init + VERSION=0.0.0-20240120124445-f18a476 + PRODUCT=docker + hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:48.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #14 DONE 84.0s #15 [stage-1 4/9] COPY --link common /root/build-deb/debian #15 DONE 0.0s #16 [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 #16 0.743 Hit:1 http://ports.ubuntu.com/ubuntu-ports mantic InRelease #16 0.804 Hit:2 http://ports.ubuntu.com/ubuntu-ports mantic-updates InRelease #16 0.881 Hit:3 http://ports.ubuntu.com/ubuntu-ports mantic-backports InRelease #14 85.72 Setting up libcommon-sense-perl (3.74-2build6) ... #14 85.73 Setting up libxml-namespacesupport-perl (1.12-1) ... #14 85.75 Setting up libnet-http-perl (6.19-1) ... #14 85.76 Setting up libhttp-tiny-multipart-perl (0.08-1) ... #14 85.77 Setting up libencode-locale-perl (1.05-1) ... #14 85.78 Setting up libtext-levenshtein-perl (0.13-1) ... #14 85.79 Setting up libnet-dns-perl (1.22-1) ... #14 85.80 Setting up libsereal-encoder-perl (4.011+ds-1build1) ... #14 85.81 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ... #14 85.82 Setting up libstring-shellquote-perl (1.04-1) ... #14 85.83 Setting up libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #14 85.84 Setting up libsub-install-perl (0.928-1) ... #14 85.85 Setting up gcc (4:9.3.0-1ubuntu2) ... #14 85.88 Setting up dpkg-dev (1.19.7ubuntu3.2) ... #14 85.90 Setting up libnumber-compare-perl (0.03-1) ... #14 85.92 Setting up intltool-debian (0.35.0+20060710.5) ... #14 85.93 Setting up libio-async-perl (0.75-1) ... #14 85.95 Setting up liberror-perl (0.17029-1) ... #14 85.96 Setting up patchutils (0.3.4-2) ... #14 85.97 Setting up libmail-sendmail-perl (0.80-1) ... #14 85.99 Setting up libltdl-dev:arm64 (2.4.6-14) ... #14 86.00 Setting up libjson-maybexs-perl (1.004000-1) ... #14 86.02 Setting up libxml-sax-base-perl (1.09-1) ... #14 83.52 Setting up libmodule-runtime-perl (0.016-2) ... #14 83.54 Setting up libmailtools-perl (2.21-2) ... #14 83.55 Setting up python3-idna (3.3-1) ... #14 83.74 Setting up python3-urllib3 (1.26.12-1ubuntu0.1) ... #16 6.285 Starting 2 pkgProblemResolver with broken count: 0 #16 6.288 Done #50 4.965 debconf: delaying package configuration, since apt-utils is not installed #50 5.020 Fetched 12.5 MB in 0s (25.2 MB/s) #50 5.074 Selecting previously unselected package bzip2. #50 5.074 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16356 files and directories currently installed.) #50 5.088 Preparing to unpack .../00-bzip2_1.0.8-5+b1_amd64.deb ... #50 5.091 Unpacking bzip2 (1.0.8-5+b1) ... #50 5.175 Selecting previously unselected package xz-utils. #15 22.16 Running scriptlet: systemd-libs-253.12-1.fc38.aarch64 95/95 #15 24.17 Verifying : autoconf-2.71-5.fc38.noarch 1/95 #15 24.17 Verifying : automake-1.16.5-11.fc38.noarch 2/95 #15 24.17 Verifying : checkpolicy-3.5-1.fc38.aarch64 3/95 #15 24.17 Verifying : cryptsetup-libs-2.6.1-1.fc38.aarch64 4/95 #15 24.17 Verifying : dbus-broker-33-1.fc38.aarch64 5/95 #15 24.17 Verifying : device-mapper-1.02.189-2.fc38.aarch64 6/95 #15 24.17 Verifying : device-mapper-libs-1.02.189-2.fc38.aarch64 7/95 #15 24.17 Verifying : gc-8.2.2-3.fc38.aarch64 8/95 #15 24.17 Verifying : guile22-2.2.7-7.fc38.aarch64 9/95 #15 24.17 Verifying : jsoncpp-1.9.5-4.fc38.aarch64 10/95 #15 24.17 Verifying : kmod-libs-30-4.fc38.aarch64 11/95 #15 24.17 Verifying : libargon2-20190702-2.fc38.aarch64 12/95 #15 24.17 Verifying : libcbor-0.7.0-9.fc38.aarch64 13/95 #15 24.17 Verifying : libedit-3.1-45.20221030cvs.fc38.aarch64 14/95 #15 24.17 Verifying : libfdisk-2.38.1-4.fc38.aarch64 15/95 #15 24.17 Verifying : libfido2-1.12.0-3.fc38.aarch64 16/95 #15 24.17 Verifying : libmpc-1.3.1-2.fc38.aarch64 17/95 #15 24.17 Verifying : libseccomp-2.5.3-4.fc38.aarch64 18/95 #15 24.17 Verifying : libseccomp-devel-2.5.3-4.fc38.aarch64 19/95 #15 24.17 Verifying : libselinux-devel-3.5-1.fc38.aarch64 20/95 #15 24.17 Verifying : libselinux-utils-3.5-1.fc38.aarch64 21/95 #15 24.17 Verifying : libsepol-devel-3.5-1.fc38.aarch64 22/95 #15 24.17 Verifying : libtool-2.4.7-6.fc38.aarch64 23/95 #15 24.17 Verifying : libtool-ltdl-2.4.7-6.fc38.aarch64 24/95 #15 24.17 Verifying : libtool-ltdl-devel-2.4.7-6.fc38.aarch64 25/95 #15 24.17 Verifying : libutempter-1.2.1-8.fc38.aarch64 26/95 #15 24.17 Verifying : libxkbcommon-1.5.0-2.fc38.aarch64 27/95 #15 24.17 Verifying : m4-1.4.19-5.fc38.aarch64 28/95 #15 24.17 Verifying : pcre2-devel-10.42-1.fc38.1.aarch64 29/95 #15 24.17 Verifying : pcre2-utf16-10.42-1.fc38.1.aarch64 30/95 #15 24.17 Verifying : pcre2-utf32-10.42-1.fc38.1.aarch64 31/95 #15 24.17 Verifying : perl-Error-1:0.17029-11.fc38.noarch 32/95 #15 24.17 Verifying : perl-TermReadKey-2.38-16.fc38.aarch64 33/95 #15 24.17 Verifying : perl-Thread-Queue-3.14-490.fc38.noarch 34/95 #15 24.17 Verifying : perl-threads-1:2.27-490.fc38.aarch64 35/95 #15 24.17 Verifying : perl-threads-shared-1.64-490.fc38.aarch64 36/95 #15 24.17 Verifying : policycoreutils-3.5-1.fc38.aarch64 37/95 #15 24.17 Verifying : policycoreutils-devel-3.5-1.fc38.aarch64 38/95 #15 24.17 Verifying : policycoreutils-python-utils-3.5-1.fc38.noarch 39/95 #15 24.17 Verifying : python3-libselinux-3.5-1.fc38.aarch64 40/95 #15 24.17 Verifying : python3-libsemanage-3.5-2.fc38.aarch64 41/95 #15 24.17 Verifying : python3-policycoreutils-3.5-1.fc38.noarch 42/95 #15 24.17 Verifying : python3-setuptools-65.5.1-2.fc38.noarch 43/95 #15 24.17 Verifying : qrencode-libs-4.1.1-4.fc38.aarch64 44/95 #15 24.17 Verifying : rhash-1.4.3-2.fc38.aarch64 45/95 #15 24.17 Verifying : util-linux-2.38.1-4.fc38.aarch64 46/95 #15 24.17 Verifying : which-2.21-39.fc38.aarch64 47/95 #15 24.17 Verifying : xkeyboard-config-2.38-1.fc38.noarch 48/95 #15 24.17 Verifying : annobin-docs-12.30-1.fc38.noarch 49/95 #15 24.17 Verifying : annobin-plugin-gcc-12.30-1.fc38.aarch64 50/95 #15 24.17 Verifying : cmake-3.27.7-1.fc38.aarch64 51/95 #15 24.17 Verifying : cmake-data-3.27.7-1.fc38.noarch 52/95 #15 24.17 Verifying : cmake-filesystem-3.27.7-1.fc38.aarch64 53/95 #15 24.17 Verifying : cmake-rpm-macros-3.27.7-1.fc38.noarch 54/95 #15 24.17 Verifying : cpp-13.2.1-4.fc38.aarch64 55/95 #15 24.17 Verifying : dbus-1:1.14.10-1.fc38.aarch64 56/95 #15 24.17 Verifying : dbus-common-1:1.14.10-1.fc38.noarch 57/95 #15 24.17 Verifying : gcc-13.2.1-4.fc38.aarch64 58/95 #15 24.17 Verifying : gcc-plugin-annobin-13.2.1-4.fc38.aarch64 59/95 #15 24.17 Verifying : git-2.43.0-1.fc38.aarch64 60/95 #15 24.17 Verifying : git-core-2.43.0-1.fc38.aarch64 61/95 #15 24.17 Verifying : git-core-doc-2.43.0-1.fc38.noarch 62/95 #15 24.17 Verifying : glibc-devel-2.37-16.fc38.aarch64 63/95 #15 24.17 Verifying : glibc-static-2.37-16.fc38.aarch64 64/95 #15 24.17 Verifying : kernel-headers-6.6.3-100.fc38.aarch64 65/95 #15 24.17 Verifying : less-633-1.fc38.aarch64 66/95 #15 24.17 Verifying : libasan-13.2.1-4.fc38.aarch64 67/95 #15 24.17 Verifying : libatomic-13.2.1-4.fc38.aarch64 68/95 #15 24.17 Verifying : libubsan-13.2.1-4.fc38.aarch64 69/95 #15 24.17 Verifying : libuv-1:1.47.0-3.fc38.aarch64 70/95 #15 24.17 Verifying : libxcrypt-devel-4.4.36-1.fc38.aarch64 71/95 #15 24.17 Verifying : libxcrypt-static-4.4.36-1.fc38.aarch64 72/95 #15 24.17 Verifying : make-1:4.4.1-1.fc38.aarch64 73/95 #15 24.17 Verifying : openssh-9.0p1-17.fc38.aarch64 74/95 #15 24.17 Verifying : openssh-clients-9.0p1-17.fc38.aarch64 75/95 #15 24.17 Verifying : perl-File-Compare-1.100.700-498.fc38.noarch 76/95 #15 24.17 Verifying : perl-File-Copy-2.39-498.fc38.noarch 77/95 #15 24.17 Verifying : perl-File-Find-1.40-498.fc38.noarch 78/95 #15 24.17 Verifying : perl-Git-2.43.0-1.fc38.noarch 79/95 #15 24.17 Verifying : perl-lib-0.65-498.fc38.aarch64 80/95 #15 24.17 Verifying : python3-audit-3.1.2-5.fc38.aarch64 81/95 #15 24.17 Verifying : python3-setools-4.4.3-1.fc38.aarch64 82/95 #15 24.17 Verifying : rpm-plugin-selinux-4.18.2-1.fc38.aarch64 83/95 #15 24.17 Verifying : selinux-policy-38.31-1.fc38.noarch 84/95 #15 24.17 Verifying : selinux-policy-devel-38.31-1.fc38.noarch 85/95 #15 24.17 Verifying : selinux-policy-targeted-38.31-1.fc38.noarch 86/95 #15 24.17 Verifying : systemd-253.14-1.fc38.aarch64 87/95 #15 24.17 Verifying : systemd-devel-253.14-1.fc38.aarch64 88/95 #15 24.18 Verifying : systemd-networkd-253.14-1.fc38.aarch64 89/95 #15 24.18 Verifying : systemd-pam-253.14-1.fc38.aarch64 90/95 #15 24.18 Verifying : systemd-resolved-253.14-1.fc38.aarch64 91/95 #15 24.18 Verifying : systemd-rpm-macros-253.14-1.fc38.noarch 92/95 #15 24.18 Verifying : vim-filesystem-2:9.1.031-1.fc38.noarch 93/95 #15 24.18 Verifying : systemd-libs-253.14-1.fc38.aarch64 94/95 #15 24.18 Verifying : systemd-libs-253.12-1.fc38.aarch64 95/95 #15 24.38 #15 24.38 Upgraded: #15 24.38 systemd-libs-253.14-1.fc38.aarch64 #15 24.38 Installed: #15 24.38 annobin-docs-12.30-1.fc38.noarch #15 24.38 annobin-plugin-gcc-12.30-1.fc38.aarch64 #15 24.38 autoconf-2.71-5.fc38.noarch #15 24.38 automake-1.16.5-11.fc38.noarch #15 24.38 checkpolicy-3.5-1.fc38.aarch64 #15 24.38 cmake-3.27.7-1.fc38.aarch64 #15 24.38 cmake-data-3.27.7-1.fc38.noarch #15 24.38 cmake-filesystem-3.27.7-1.fc38.aarch64 #15 24.38 cmake-rpm-macros-3.27.7-1.fc38.noarch #15 24.38 cpp-13.2.1-4.fc38.aarch64 #15 24.38 cryptsetup-libs-2.6.1-1.fc38.aarch64 #15 24.38 dbus-1:1.14.10-1.fc38.aarch64 #15 24.38 dbus-broker-33-1.fc38.aarch64 #15 24.38 dbus-common-1:1.14.10-1.fc38.noarch #15 24.38 device-mapper-1.02.189-2.fc38.aarch64 #15 24.38 device-mapper-libs-1.02.189-2.fc38.aarch64 #15 24.38 gc-8.2.2-3.fc38.aarch64 #15 24.38 gcc-13.2.1-4.fc38.aarch64 #15 24.38 gcc-plugin-annobin-13.2.1-4.fc38.aarch64 #15 24.38 git-2.43.0-1.fc38.aarch64 #15 24.38 git-core-2.43.0-1.fc38.aarch64 #15 24.38 git-core-doc-2.43.0-1.fc38.noarch #15 24.38 glibc-devel-2.37-16.fc38.aarch64 #15 24.38 glibc-static-2.37-16.fc38.aarch64 #15 24.38 guile22-2.2.7-7.fc38.aarch64 #15 24.38 jsoncpp-1.9.5-4.fc38.aarch64 #15 24.38 kernel-headers-6.6.3-100.fc38.aarch64 #15 24.38 kmod-libs-30-4.fc38.aarch64 #15 24.38 less-633-1.fc38.aarch64 #15 24.38 libargon2-20190702-2.fc38.aarch64 #15 24.38 libasan-13.2.1-4.fc38.aarch64 #15 24.38 libatomic-13.2.1-4.fc38.aarch64 #15 24.38 libcbor-0.7.0-9.fc38.aarch64 #15 24.38 libedit-3.1-45.20221030cvs.fc38.aarch64 #15 24.38 libfdisk-2.38.1-4.fc38.aarch64 #15 24.38 libfido2-1.12.0-3.fc38.aarch64 #15 24.38 libmpc-1.3.1-2.fc38.aarch64 #15 24.38 libseccomp-2.5.3-4.fc38.aarch64 #15 24.38 libseccomp-devel-2.5.3-4.fc38.aarch64 #15 24.38 libselinux-devel-3.5-1.fc38.aarch64 #15 24.38 libselinux-utils-3.5-1.fc38.aarch64 #15 24.38 libsepol-devel-3.5-1.fc38.aarch64 #15 24.38 libtool-2.4.7-6.fc38.aarch64 #15 24.38 libtool-ltdl-2.4.7-6.fc38.aarch64 #15 24.38 libtool-ltdl-devel-2.4.7-6.fc38.aarch64 #15 24.38 libubsan-13.2.1-4.fc38.aarch64 #15 24.38 libutempter-1.2.1-8.fc38.aarch64 #15 24.38 libuv-1:1.47.0-3.fc38.aarch64 #15 24.38 libxcrypt-devel-4.4.36-1.fc38.aarch64 #15 24.38 libxcrypt-static-4.4.36-1.fc38.aarch64 #15 24.38 libxkbcommon-1.5.0-2.fc38.aarch64 #15 24.38 m4-1.4.19-5.fc38.aarch64 #15 24.38 make-1:4.4.1-1.fc38.aarch64 #15 24.38 openssh-9.0p1-17.fc38.aarch64 #15 24.38 openssh-clients-9.0p1-17.fc38.aarch64 #15 24.38 pcre2-devel-10.42-1.fc38.1.aarch64 #15 24.38 pcre2-utf16-10.42-1.fc38.1.aarch64 #15 24.38 pcre2-utf32-10.42-1.fc38.1.aarch64 #15 24.38 perl-Error-1:0.17029-11.fc38.noarch #15 24.38 perl-File-Compare-1.100.700-498.fc38.noarch #15 24.38 perl-File-Copy-2.39-498.fc38.noarch #15 24.38 perl-File-Find-1.40-498.fc38.noarch #15 24.38 perl-Git-2.43.0-1.fc38.noarch #15 24.38 perl-TermReadKey-2.38-16.fc38.aarch64 #15 24.38 perl-Thread-Queue-3.14-490.fc38.noarch #15 24.38 perl-lib-0.65-498.fc38.aarch64 #15 24.38 perl-threads-1:2.27-490.fc38.aarch64 #15 24.38 perl-threads-shared-1.64-490.fc38.aarch64 #15 24.38 policycoreutils-3.5-1.fc38.aarch64 #15 24.38 policycoreutils-devel-3.5-1.fc38.aarch64 #15 24.38 policycoreutils-python-utils-3.5-1.fc38.noarch #15 24.38 python3-audit-3.1.2-5.fc38.aarch64 #15 24.38 python3-libselinux-3.5-1.fc38.aarch64 #15 24.38 python3-libsemanage-3.5-2.fc38.aarch64 #15 24.38 python3-policycoreutils-3.5-1.fc38.noarch #15 24.38 python3-setools-4.4.3-1.fc38.aarch64 #15 24.38 python3-setuptools-65.5.1-2.fc38.noarch #15 24.38 qrencode-libs-4.1.1-4.fc38.aarch64 #15 24.38 rhash-1.4.3-2.fc38.aarch64 #15 24.38 rpm-plugin-selinux-4.18.2-1.fc38.aarch64 #15 24.38 selinux-policy-38.31-1.fc38.noarch #15 24.38 selinux-policy-devel-38.31-1.fc38.noarch #15 24.38 selinux-policy-targeted-38.31-1.fc38.noarch #15 24.38 systemd-253.14-1.fc38.aarch64 #15 24.38 systemd-devel-253.14-1.fc38.aarch64 #15 24.38 systemd-networkd-253.14-1.fc38.aarch64 #15 24.38 systemd-pam-253.14-1.fc38.aarch64 #15 24.38 systemd-resolved-253.14-1.fc38.aarch64 #15 24.38 systemd-rpm-macros-253.14-1.fc38.noarch #15 24.38 util-linux-2.38.1-4.fc38.aarch64 #15 24.38 vim-filesystem-2:9.1.031-1.fc38.noarch #15 24.38 which-2.21-39.fc38.aarch64 #15 24.38 xkeyboard-config-2.38-1.fc38.noarch #15 24.38 #15 24.38 Complete! #15 DONE 24.6s dpkg-source -I.git -b . #16 0.956 Hit:4 http://ports.ubuntu.com/ubuntu-ports mantic-security InRelease #14 86.03 Setting up libio-string-perl (1.08-3) ... #14 86.04 Setting up libreadonly-perl (2.050-2) ... #14 86.05 Setting up python3-chardet (3.0.4-4build1) ... #14 86.28 Setting up libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... #20 exporting layers 3.8s done #20 writing image sha256:5683a1278e08d97a154becd7e6684c7cbcd06694911d217317a24b29980b5178 done #20 naming to docker.io/debbuild-debian-bullseye/x86_64 done #20 DONE 3.8s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/debian-bullseye:/build debbuild-debian-bullseye/x86_64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #14 83.92 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1build1) ... #13 87.43 Setting up libgpgme11:armhf (1.14.0-1+b2) ... #13 87.47 Setting up dirmngr (2.2.27-2+deb11u2) ... #13 87.61 Setting up perl (5.32.1-4+deb11u2) ... #13 87.64 Setting up libpackage-stash-xs-perl (0.29-1+b2) ... #13 87.66 Setting up libclass-data-inheritable-perl (0.08-3) ... #13 87.70 Setting up libdata-dump-perl (1.23-1.1) ... #13 87.71 Setting up libref-util-perl (0.204-1) ... #13 87.73 Setting up libipc-system-simple-perl (1.30-1) ... #13 87.74 Setting up libnet-domain-tld-perl (1.75-1.1) ... #13 87.76 Setting up libhash-fieldhash-perl (0.15-1+b3) ... #13 87.78 Setting up libvariable-magic-perl (0.62-1+b3) ... #13 87.80 Setting up libio-html-perl (1.004-2) ... #13 87.81 Setting up libpod-parser-perl (1.63-2) ... #13 87.83 Setting up libb-hooks-op-check-perl (0.22-1+b3) ... #13 87.85 Setting up liblist-moreutils-xs-perl (0.430-2) ... #13 87.87 Setting up gcc-10 (10.2.1-6) ... #13 87.88 Setting up libparams-util-perl (1.102-1+b1) ... #13 87.90 Setting up libdpkg-perl (1.20.13) ... #13 87.91 Setting up libtime-duration-perl (1.21-1) ... #13 87.93 Setting up autoconf (2.69-14) ... #13 87.97 Setting up libsub-exporter-progressive-perl (0.001013-1) ... #13 87.98 Setting up libarray-intspan-perl (2.004-1) ... #13 88.00 Setting up libcapture-tiny-perl (0.48-1) ... #13 88.02 Setting up libtimedate-perl (2.3300-2) ... #13 88.04 Setting up gpg-wks-server (2.2.27-2+deb11u2) ... #13 88.06 Setting up libsub-name-perl (0.26-1+b1) ... #13 88.09 Setting up libtype-tiny-xs-perl (0.022-1) ... #13 88.11 Setting up libdata-validate-domain-perl (0.10-1.1) ... #13 88.13 Setting up libproc-processtable-perl (0.59-2+b1) ... #13 88.15 Setting up libfile-chdir-perl (0.1008-1.1) ... #13 88.17 Setting up xauth (1:1.1-1) ... #13 88.18 Setting up libpath-tiny-perl (0.118-1) ... #13 88.20 Setting up libarchive-cpio-perl (0.10-1.1) ... #13 88.22 Setting up libjson-perl (4.03000-1) ... #13 88.24 Setting up libipc-run3-perl (0.048-2) ... #13 88.26 Setting up libfcgi-perl:armhf (0.79+ds-2) ... #13 88.28 Setting up libsub-override-perl (0.09-2) ... #13 88.30 Setting up libaliased-perl (0.34-1.1) ... #13 88.32 Setting up libstrictures-perl (2.000006-1) ... #13 88.34 Setting up libsub-quote-perl (2.006006-1) ... #13 88.35 Setting up libdevel-stacktrace-perl (2.0400-1) ... #13 88.37 Setting up libclass-xsaccessor-perl (1.19-3+b7) ... #13 88.39 Setting up libfontconfig1:armhf (2.13.1-4.2) ... #13 88.41 Setting up libsort-versions-perl (1.62-1) ... #13 88.45 Setting up libexporter-tiny-perl (1.002002-1) ... #13 88.47 Setting up libre-engine-re2-perl:armhf (0.14-1) ... #13 88.49 Setting up libfile-dirlist-perl (0.05-2) ... #13 88.50 Setting up libterm-readkey-perl (2.38-1+b2) ... #13 88.52 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ... #13 88.54 Setting up libperlio-gzip-perl (0.19-1+b7) ... #13 88.56 Setting up libsys-hostname-long-perl (1.5-2) ... #13 88.58 Setting up libhtml-html5-entities-perl (0.004-1.1) ... #13 88.60 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ... #13 88.61 Setting up liburi-perl (5.08-1) ... #13 88.63 Setting up libfile-touch-perl (0.11-1) ... #13 88.65 Setting up python3.9 (3.9.2-1) ... #13 89.38 Setting up libemail-address-xs-perl (1.04-1+b3) ... #13 89.40 Setting up libnet-ssleay-perl (1.88-3+b1) ... #13 89.42 Setting up automake (1:1.16.3-2) ... #13 89.43 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #13 89.44 Setting up libapt-pkg-perl (0.1.39) ... #13 89.46 Setting up libio-sessiondata-perl (1.03-1.1) ... #13 89.48 Setting up libstring-escape-perl (2010.002-2) ... #13 89.50 Setting up libhttp-date-perl (6.05-1) ... #13 89.51 Setting up libfile-which-perl (1.23-1) ... #13 89.52 Setting up libfile-basedir-perl (0.08-1) ... #13 89.54 Setting up libnumber-range-perl (0.12-1.1) ... #13 89.56 Setting up libtask-weaken-perl (1.06-1) ... #13 89.57 Setting up libunicode-utf8-perl (0.62-1+b2) ... #13 89.59 Setting up libmouse-perl (2.5.10-1+b1) ... #13 89.60 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ... #13 89.62 Setting up g++-10 (10.2.1-6) ... #13 89.63 Setting up libfile-listing-perl (6.14-1) ... #13 89.65 Setting up libsys-cpuaffinity-perl:armhf (1.13~03-1) ... #13 89.66 Setting up gpg-wks-client (2.2.27-2+deb11u2) ... #13 89.68 Setting up libregexp-pattern-perl (0.2.14-1) ... #13 89.70 Setting up libdata-messagepack-perl (1.00-4+b1) ... #13 89.71 Setting up libclass-inspector-perl (1.36-1) ... #13 89.73 Setting up libfont-afm-perl (1.20-3) ... #13 89.75 Setting up libwant-perl (0.29-1+b6) ... #13 89.76 Setting up libdynaloader-functions-perl (0.003-1.1) ... #13 89.78 Setting up libtext-glob-perl (0.11-1) ... #13 89.80 Setting up libclass-method-modifiers-perl (2.13-1) ... #13 89.82 Setting up liblist-compare-perl (0.55-1) ... #13 89.84 Setting up libref-util-xs-perl (0.117-1+b3) ... #16 6.679 The following additional packages will be installed: #16 6.679 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp25 #16 6.680 libpkgconf3 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 6.680 pkgconf pkgconf-bin #16 6.681 Suggested packages: #16 6.681 cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils lrzip #16 6.681 seccomp #16 6.722 The following NEW packages will be installed: #16 6.723 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp25 #16 6.723 libpkgconf3 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 6.724 pkgconf pkgconf-bin #50 5.178 Preparing to unpack .../01-xz-utils_5.4.1-0.2_amd64.deb ... #50 5.182 Unpacking xz-utils (5.4.1-0.2) ... #50 5.325 Selecting previously unselected package libdpkg-perl. #16 [stage-1 5/6] COPY --link --from=golang /usr/local/go /usr/local/go dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz #14 86.33 Setting up libfile-find-rule-perl (0.34-1) ... #14 86.38 Setting up libstring-copyright-perl (0.003006-1) ... #14 86.42 Setting up python3-debian (0.1.36ubuntu1.1) ... #14 83.97 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #14 84.04 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #14 84.11 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 84.23 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 89.86 Setting up libio-pty-perl (1:1.15-2) ... #13 89.87 Setting up libtool (2.4.6-15) ... #13 89.88 Setting up libfile-fcntllock-perl (0.22-3+b7) ... #13 89.90 Setting up libsort-key-perl (1.33-2+b3) ... #13 89.92 Setting up libclone-perl (0.45-1+b1) ... #13 89.97 Setting up libalgorithm-diff-perl (1.201-1) ... #13 89.99 Setting up libarchive-zip-perl (1.68-1) ... #13 90.01 Setting up libsub-identify-perl (0.14-1+b3) ... #13 90.03 Setting up libdistro-info-perl (1.0) ... #13 90.05 Setting up libcpanel-json-xs-perl (4.25-1+b1) ... #13 90.09 Setting up libobject-id-perl (0.1.2-2.1) ... #13 90.10 Setting up libio-stringy-perl (2.111-3) ... #13 90.12 Setting up liblist-moreutils-perl (0.430-2) ... #13 90.14 Setting up libhtml-tagset-perl (3.20-4) ... #13 90.16 Setting up liblog-any-perl (1.709-1) ... #13 90.18 Setting up libauthen-sasl-perl (2.1600-1.1) ... #13 90.20 Setting up libdevel-size-perl (0.83-1+b2) ... #50 5.328 Preparing to unpack .../02-libdpkg-perl_1.21.22_all.deb ... #50 5.332 Unpacking libdpkg-perl (1.21.22) ... #50 5.454 Selecting previously unselected package patch. #50 5.456 Preparing to unpack .../03-patch_2.7.6-7_amd64.deb ... #50 5.462 Unpacking patch (2.7.6-7) ... #50 5.548 Selecting previously unselected package dpkg-dev. #50 5.549 Preparing to unpack .../04-dpkg-dev_1.21.22_all.deb ... #50 5.554 Unpacking dpkg-dev (1.21.22) ... #14 86.61 Setting up python3-requests (2.22.0-2ubuntu1.1) ... #14 84.26 Setting up dh-strip-nondeterminism (1.13.1-1) ... #14 84.28 Setting up libconst-fast-perl (0.014-2) ... #14 84.29 Setting up libhttp-daemon-perl (6.14-2) ... #14 84.30 Setting up python3-unidiff (0.7.3-1) ... #14 84.43 Setting up libdata-dpath-perl (0.58-2) ... #13 90.21 Setting up libdebhelper-perl (13.3.4) ... #13 90.23 Setting up libpod-constants-perl (0.19-2) ... #13 90.25 Setting up libregexp-pattern-license-perl (3.4.0-1) ... #13 90.27 Setting up libconvert-binhex-perl (1.125-1) ... #13 90.29 Setting up liblwp-mediatypes-perl (6.04-1) ... #13 90.30 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ... #13 90.32 Setting up libtry-tiny-perl (0.30-1) ... #13 90.34 Setting up libtype-tiny-perl (1.012001-2) ... #13 90.36 Setting up libcommon-sense-perl (3.75-1+b4) ... #13 90.38 Setting up libxml-namespacesupport-perl (1.12-1.1) ... #13 90.40 Setting up libnet-http-perl (6.20-1) ... #13 90.41 Setting up libtext-markdown-discount-perl:armhf (0.12-1+b1) ... + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz #21 exporting layers 3.1s done #21 writing image sha256:8f00b15bf2d58b17f5d29730a9ad97ae6965708893765a44350dadfbd30cf81d done #21 naming to docker.io/debbuild-ubuntu-focal/x86_64 done #21 DONE 3.1s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/ubuntu-focal:/build debbuild-ubuntu-focal/x86_64 #16 7.146 0 upgraded, 14 newly installed, 0 to remove and 7 not upgraded. #16 7.146 1 not fully installed or removed. #16 7.146 Need to get 8319 kB of archives. #16 7.146 After this operation, 32.4 MB of additional disk space will be used. #16 7.146 Get:1 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf bash-completion all 1:2.11-6ubuntu1 [179 kB] #50 5.804 Selecting previously unselected package libglib2.0-0:amd64. #50 5.807 Preparing to unpack .../05-libglib2.0-0_2.74.6-2_amd64.deb ... #50 5.815 Unpacking libglib2.0-0:amd64 (2.74.6-2) ... #20 exporting layers 2.9s done #20 writing image sha256:88d6f0d4577b0c7611dcb01354573f61d6bc9b198a64e09d348641d6e5daafa2 done #20 naming to docker.io/debbuild-debian-bullseye/aarch64 done #20 DONE 2.9s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/debian-bullseye:/build debbuild-debian-bullseye/aarch64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #14 86.86 Setting up libdata-optlist-perl (0.110-1) ... #14 86.92 Setting up libipc-run-perl (20180523.0-2) ... #14 86.95 Setting up g++-9 (9.4.0-1ubuntu1~20.04.2) ... #14 87.06 Setting up libcontextual-return-perl (0.004014-2) ... #14 84.44 Setting up python3-magic (2:0.4.26-3) ... #14 84.56 Setting up python3-cffi-backend:arm64 (1.15.1-5build1) ... #14 84.57 Setting up g++-12 (12.3.0-1ubuntu1~23.04) ... #14 84.58 Setting up python3-pkg-resources (66.1.1-1ubuntu0.1) ... #13 90.43 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ... #13 90.45 Setting up libtime-moment-perl (0.44-1+b3) ... #13 90.47 Setting up libencode-locale-perl (1.05-1.1) ... #13 90.48 Setting up python3 (3.9.2-3) ... + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #18 exporting layers 2.3s done #18 writing image sha256:11ef94c313652088ae2eb79e49fbfea5780f11dc5bf950b9ad83a945fe85b4a6 done #18 naming to docker.io/rpmbuild-fedora-38/x86_64 done #18 DONE 2.3s docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/fedora-38/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/fedora-38/SRPMS:/root/rpmbuild/SRPMS rpmbuild-fedora-38/x86_64 -ba --define '_gitcommit_cli f18a476' --define '_gitcommit_engine c87e0ad' --define '_release 0' --define '_version 0.0.0~20240120124445.f18a476' --define '_origversion 0.0.0-20240120124445-f18a476' --define '_buildx_rpm_version 0.12.1' --define '_buildx_version v0.12.1' --define '_buildx_gitcommit 30feaa1' --define '_compose_rpm_version 2.24.2' --define '_compose_version v2.24.2' 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 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2LPBI9 + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz #16 1.129 Reading package lists... + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #16 7.521 Get:2 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libarchive13 armhf 3.6.2-1ubuntu1 [326 kB] #50 6.038 Selecting previously unselected package libgirepository-1.0-1:amd64. #14 87.14 Setting up libwww-robotrules-perl (6.02-1) ... #14 87.23 Setting up libtypes-serialiser-perl (1.0-1) ... #13 90.79 Setting up libexception-class-perl (1.44-1) ... #13 90.81 Setting up python3-xdg (0.27-2) ... #13 90.98 Setting up libconfig-tiny-perl (2.26-1) ... #14 84.84 Setting up libmodule-implementation-perl (0.09-2) ... #14 84.85 Setting up libcgi-fast-perl (1:2.15-1) ... #14 84.86 Setting up python3-apt (2.5.3ubuntu1) ... #14 85.02 Setting up libpackage-stash-perl (0.40-1) ... + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:50 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git VERSION BBB 0.0.0-20240120124445-f18a476 #14 DONE 82.9s #15 [stage-1 4/9] COPY --link common /root/build-deb/debian #15 DONE 0.0s #16 [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 #16 0.740 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease #16 0.799 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease #16 0.872 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease #16 2.211 dpkg-buildpackage: info: source package docker-ce-build-deps #16 2.211 dpkg-buildpackage: info: source version 1.0 #16 2.211 dpkg-buildpackage: info: source distribution unstable #16 2.211 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #16 2.251 dpkg-buildpackage: info: host architecture arm64 #16 2.251 dpkg-source --before-build . #16 2.356 debian/rules clean #16 7.636 Get:3 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libjsoncpp25 armhf 1.9.5-4 [72.3 kB] #16 7.656 Get:4 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf librhash0 armhf 1.4.3-3 [142 kB] #16 7.683 Get:5 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libuv1 armhf 1.44.2-1 [76.2 kB] #16 7.693 Get:6 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf cmake-data all 3.25.1-1ubuntu1 [2052 kB] + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz #50 6.041 Preparing to unpack .../06-libgirepository-1.0-1_1.74.0-3_amd64.deb ... #50 6.051 Unpacking libgirepository-1.0-1:amd64 (1.74.0-3) ... #50 6.120 Selecting previously unselected package gir1.2-glib-2.0:amd64. #50 6.123 Preparing to unpack .../07-gir1.2-glib-2.0_1.74.0-3_amd64.deb ... #50 6.138 Unpacking gir1.2-glib-2.0:amd64 (1.74.0-3) ... #14 87.33 Setting up g++ (4:9.3.0-1ubuntu2) ... #14 87.40 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 87.40 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist #14 87.45 Setting up libhtml-parser-perl (3.72-5) ... #14 87.57 Setting up liblog-any-adapter-screen-perl (0.140-1) ... #13 91.00 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ... #13 91.01 Setting up libdevel-callchecker-perl (0.008-1+b2) ... #13 91.03 Setting up liblist-utilsby-perl (0.11-1) ... #13 91.05 Setting up libstring-shellquote-perl (1.04-1) ... #13 91.06 Setting up libsub-install-perl (0.928-1.1) ... #13 91.11 Setting up gcc (4:10.2.1-1) ... #14 85.03 Setting up libimport-into-perl (1.002005-2) ... #14 85.05 Setting up libmoo-perl (2.005005-1) ... #14 85.07 Setting up python3-bcrypt (3.2.2-1) ... #14 85.19 Setting up liblist-someutils-perl (0.59-1) ... dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye dpkg-buildpackage: info: source distribution bullseye dpkg-buildpackage: info: source changed by Docker dpkg-source -I.git --before-build . dpkg-buildpackage: info: host architecture amd64 #16 0.945 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease #16 2.358 dh clean #16 2.463 dh_clean #16 2.502 debian/rules binary #16 2.504 dh binary #16 2.599 dh_update_autotools_config + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz #16 7.845 Get:7 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf cmake armhf 3.25.1-1ubuntu1 [4977 kB] #16 8.085 Get:8 http://ports.ubuntu.com/ubuntu-ports lunar-updates/universe armhf dh-apparmor all 3.0.8-1ubuntu2.1 [18.9 kB] + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #50 6.786 Selecting previously unselected package libsecret-common. #14 87.65 Setting up librole-tiny-perl (2.001004-1) ... #14 87.70 Setting up build-essential (12.8ubuntu1.1) ... #14 87.72 Setting up libfont-ttf-perl (1.06-1) ... #14 87.73 Setting up libfile-homedir-perl (1.004-1) ... #14 87.74 Setting up libalgorithm-diff-xs-perl (0.04-6) ... #14 87.76 Setting up libio-socket-ssl-perl (2.067-1) ... #14 87.77 Setting up libsub-exporter-perl (0.987-1) ... #14 87.79 Setting up libalgorithm-merge-perl (0.08-3) ... #14 87.80 Setting up libhttp-message-perl (6.22-1) ... #13 91.26 Setting up dpkg-dev (1.20.13) ... #13 91.30 Setting up libnumber-compare-perl (0.03-1.1) ... #13 91.32 Setting up intltool-debian (0.35.0+20060710.5) ... #13 91.33 Setting up liberror-perl (0.17029-1) ... #13 91.35 Setting up python3-six (1.16.0-2) ... #14 85.21 Setting up debhelper (13.11.4ubuntu3) ... #14 85.22 Setting up liblist-someutils-xs-perl:arm64 (0.58-3) ... #14 85.23 Setting up python3-chardet (5.1.0+dfsg-2) ... #14 85.53 Setting up python3-cryptography (38.0.4-2ubuntu0.1) ... debian/rules clean dh clean --with=bash-completion dh_clean #16 2.630 dh_autoreconf #16 2.673 create-stamp debian/debhelper-build-stamp #16 2.673 dh_prep #16 2.703 dh_auto_install --destdir=debian/docker-ce-build-deps/ #16 2.755 dh_install #16 2.790 dh_installdocs #16 2.829 dh_installchangelogs #16 8.086 Get:9 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libseccomp-dev armhf 2.5.4-1ubuntu3 [86.8 kB] #16 8.087 Get:10 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libsystemd-dev armhf 252.5-2ubuntu3.2 [322 kB] #16 8.099 Get:11 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpkgconf3 armhf 1.8.1-1ubuntu2 [24.5 kB] #16 8.249 Get:12 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf pkgconf-bin armhf 1.8.1-1ubuntu2 [20.7 kB] + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker #14 87.81 Setting up libhtml-form-perl (6.07-1) ... #14 87.83 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... #14 87.87 Setting up libjson-xs-perl (4.020-1build1) ... #14 87.89 Setting up libhttp-negotiate-perl (6.01-1) ... #14 87.90 Setting up libio-prompter-perl (0.004015-1) ... #14 87.91 Setting up libhttp-cookies-perl (6.08-1) ... #14 87.92 Setting up po-debconf (1.0.21) ... #14 87.94 Setting up libhtml-tree-perl (5.07-2) ... #14 87.95 Setting up libparams-classify-perl (0.015-1build2) ... #14 87.96 Setting up libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ... #14 88.04 Setting up libpath-iterator-rule-perl (1.014-1) ... #50 6.789 Preparing to unpack .../08-libsecret-common_0.20.5-3_all.deb ... #50 6.804 Unpacking libsecret-common (0.20.5-3) ... #13 91.49 Setting up dh-autoreconf (20) ... #13 91.51 Setting up patchutils (0.4.2-1) ... #13 91.53 Setting up libmail-sendmail-perl (0.80-1.1) ... #13 91.54 Setting up libltdl-dev:armhf (2.4.6-15) ... #13 91.56 Setting up libjson-maybexs-perl (1.004003-1) ... #13 91.57 Setting up libxml-sax-base-perl (1.09-1.1) ... #13 91.59 Setting up libio-string-perl (1.08-3.1) ... #13 91.61 Setting up libreadonly-perl (2.050-3) ... #13 91.63 Setting up python3-gpg (1.14.0-1+b2) ... #14 85.76 Setting up python3-debian (0.1.49ubuntu2) ... dpkg-source -I.git -b . dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz #16 2.920 dh_perl #16 2.957 dh_link #16 2.992 dh_strip_nondeterminism #16 3.062 dh_compress #16 3.107 dh_fixperms #16 3.153 dh_missing #16 3.180 dh_installdeb #16 8.407 Get:13 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf pkgconf armhf 1.8.1-1ubuntu2 [16.8 kB] #16 8.432 Get:14 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf pkg-config armhf 1.8.1-1ubuntu2 [5408 B] #16 8.620 debconf: delaying package configuration, since apt-utils is not installed #16 8.662 Fetched 8319 kB in 2s (4868 kB/s) + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:50 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad VERSION BBB 0.0.0-20240120124445-f18a476 + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal dpkg-buildpackage: info: source distribution focal dpkg-buildpackage: info: source changed by Docker dpkg-source -I.git --before-build . dpkg-buildpackage: info: host architecture amd64 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:50 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad VERSION BBB 0.0.0-20240120124445-f18a476 + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye dpkg-buildpackage: info: source distribution bullseye dpkg-buildpackage: info: source changed by Docker dpkg-buildpackage: info: host architecture arm64 dpkg-source -I.git --before-build . #14 88.06 Setting up libnet-dns-sec-perl (1.15-1) ... #14 88.07 Setting up libcurl3-gnutls:arm64 (7.68.0-1ubuntu2.21) ... #14 88.08 Setting up libsereal-perl (4.011-1) ... #14 88.09 Setting up libhtml-format-perl (2.12-1) ... #14 88.10 Setting up libxml-sax-perl (1.02+dfsg-1) ... #14 88.17 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #13 91.81 Setting up python3-certifi (2020.6.20-1) ... #14 85.94 Setting up python3-requests (2.28.1+dfsg-1ubuntu1.1) ... #14 86.09 Setting up equivs (2.3.1) ... #50 7.302 Selecting previously unselected package libsecret-1-0:amd64. #16 3.215 dh_gencontrol #16 3.342 dh_md5sums #16 8.693 Selecting previously unselected package bash-completion. #16 8.693 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 26409 files and directories currently installed.) #16 8.705 Preparing to unpack .../00-bash-completion_1%3a2.11-6ubuntu1_all.deb ... #16 8.718 Unpacking bash-completion (1:2.11-6ubuntu1) ... #16 8.838 Selecting previously unselected package libarchive13:armhf. #16 8.841 Preparing to unpack .../01-libarchive13_3.6.2-1ubuntu1_armhf.deb ... #16 8.847 Unpacking libarchive13:armhf (3.6.2-1ubuntu1) ... #16 8.883 Selecting previously unselected package libjsoncpp25:armhf. #16 8.885 Preparing to unpack .../02-libjsoncpp25_1.9.5-4_armhf.deb ... #16 8.889 Unpacking libjsoncpp25:armhf (1.9.5-4) ... #16 8.926 Selecting previously unselected package librhash0:armhf. #16 8.926 Preparing to unpack .../03-librhash0_1.4.3-3_armhf.deb ... + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qBk2j3 + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + pushd /root/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src + TMP_GOPATH=/go + hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. debian/rules clean dh clean --with=bash-completion dh_clean debian/rules clean dh clean --with=bash-completion dh_clean #14 88.23 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #14 88.37 #14 88.37 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 88.46 Setting up dput (1.0.3ubuntu1.1) ... #14 88.61 Setting up libio-async-loop-epoll-perl (0.20-1) ... #16 1.125 Reading package lists... #21 exporting layers 6.2s done #21 writing image sha256:bd25bc918fe2943d9b0311118e714945ce6c7cd33b58515c8e8d2745f4323ec1 done #21 naming to docker.io/debbuild-ubuntu-jammy/aarch64 done #21 DONE 6.2s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/ubuntu-jammy:/build debbuild-ubuntu-jammy/aarch64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #13 91.95 Setting up libfile-find-rule-perl (0.34-1) ... #13 91.96 Setting up libstring-copyright-perl (0.003006-1) ... #13 91.98 Setting up libgd3:armhf (2.3.0-2) ... #13 92.00 Setting up python3-idna (2.10-1) ... #13 92.21 Setting up libdata-optlist-perl (0.110-1.1) ... #14 86.10 Setting up g++ (4:12.2.0-3ubuntu1) ... #14 86.11 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #14 86.11 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist #14 86.12 Setting up build-essential (12.9ubuntu3) ... #14 86.13 Setting up libmoox-aliases-perl (0.001006-2) ... #14 86.15 Setting up libb-hooks-endofscope-perl (0.26-1) ... #14 86.16 Setting up python3-nacl (1.5.0-2) ... #14 86.31 Setting up dput (1.1.3ubuntu2.1) ... #50 7.305 Preparing to unpack .../09-libsecret-1-0_0.20.5-3_amd64.deb ... #50 7.317 Unpacking libsecret-1-0:amd64 (0.20.5-3) ... #50 7.565 Selecting previously unselected package gir1.2-secret-1:amd64. #16 3.385 dh_builddeb #16 3.414 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #16 3.430 dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo #16 3.590 dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes #16 8.931 Unpacking librhash0:armhf (1.4.3-3) ... #16 8.966 Selecting previously unselected package libuv1:armhf. #16 8.967 Preparing to unpack .../04-libuv1_1.44.2-1_armhf.deb ... #16 8.971 Unpacking libuv1:armhf (1.44.2-1) ... #16 9.017 Selecting previously unselected package cmake-data. #16 9.020 Preparing to unpack .../05-cmake-data_3.25.1-1ubuntu1_all.deb ... #16 9.029 Unpacking cmake-data (3.25.1-1ubuntu1) ... -- The C compiler identification is GNU 13.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:32.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd dpkg-source -I.git -b . dpkg-source -I.git -b . dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz #14 88.62 Setting up dirmngr (2.2.19-3ubuntu2.2) ... #14 88.75 Setting up libnet-smtp-ssl-perl (1.04-1) ... #14 88.77 Setting up libmodule-runtime-perl (0.016-1) ... #14 88.78 Setting up libmailtools-perl (2.21-1) ... #14 88.79 Setting up git (1:2.25.1-1ubuntu3.11) ... #14 88.83 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ... #14 88.87 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #16 2.281 dpkg-buildpackage: info: source package docker-ce-build-deps #16 2.281 dpkg-buildpackage: info: source version 1.0 #16 2.281 dpkg-buildpackage: info: source distribution unstable #16 2.281 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #13 92.22 Setting up libipc-run-perl (20200505.0-1) ... #13 92.24 Setting up git (1:2.30.2-1+deb11u2) ... #13 92.33 Setting up libtext-xslate-perl (3.5.8-1+b1) ... #13 92.35 Setting up python3-urllib3 (1.26.5-1~exp1) ... #14 86.45 Setting up libnamespace-clean-perl (0.27-2) ... #21 exporting layers 6.8s done #21 writing image sha256:2e56f881ab7aaad2dc8ce3f524fee1b9f167fb9b971f13fed0b79428ed5bf928 done #21 naming to docker.io/debbuild-ubuntu-focal/aarch64 done #21 DONE 6.8s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/ubuntu-focal:/build debbuild-ubuntu-focal/aarch64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #50 7.568 Preparing to unpack .../10-gir1.2-secret-1_0.20.5-3_amd64.deb ... #50 7.586 Unpacking gir1.2-secret-1:amd64 (0.20.5-3) ... #50 7.740 Selecting previously unselected package libapparmor1:amd64. #50 ... #46 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/amd64 <- 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz #20 exporting layers 10.1s done #20 writing image sha256:0b0cbee43345ccf8ec9cd6f66d77f3fc390d537bb6b899cf3c2bc5d63e16afbc done #20 naming to docker.io/debbuild-debian-bookworm/aarch64 done #20 DONE 10.1s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/debian-bookworm:/build debbuild-debian-bookworm/aarch64 #14 88.93 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #14 89.00 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #16 2.317 dpkg-buildpackage: info: host architecture arm64 #16 2.317 dpkg-source --before-build . #16 2.415 debian/rules clean #16 2.417 dh clean #16 2.506 dh_clean #16 2.541 debian/rules binary #13 92.56 Setting up libcontextual-return-perl (0.004014-2) ... #13 92.62 Setting up libwww-robotrules-perl (6.02-1) ... #13 92.66 Setting up libtypes-serialiser-perl (1.01-1) ... #13 92.70 Setting up g++ (4:10.2.1-1) ... #14 86.46 Setting up libstring-license-perl (0.0.2-1ubuntu2) ... #14 86.48 Setting up python3-paramiko (2.12.0-2ubuntu1) ... #14 86.69 Setting up licensecheck (3.3.5-1ubuntu1) ... + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz #50 ... #45 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/amd64 < dpkg-buildpackage: info: host architecture armhf dpkg-source -I.git --before-build . #16 9.705 Preparing to unpack .../10-libpkgconf3_1.8.1-1ubuntu2_armhf.deb ... #16 9.709 Unpacking libpkgconf3:armhf (1.8.1-1ubuntu2) ... #16 9.739 Selecting previously unselected package pkgconf-bin. #16 9.742 Preparing to unpack .../11-pkgconf-bin_1.8.1-1ubuntu2_armhf.deb ... #16 9.747 Unpacking pkgconf-bin (1.8.1-1ubuntu2) ... #16 9.784 Selecting previously unselected package pkgconf:armhf. #16 9.787 Preparing to unpack .../12-pkgconf_1.8.1-1ubuntu2_armhf.deb ... #16 9.792 Unpacking pkgconf:armhf (1.8.1-1ubuntu2) ... #16 9.829 Selecting previously unselected package pkg-config:armhf. #16 9.832 Preparing to unpack .../13-pkg-config_1.8.1-1ubuntu2_armhf.deb ... #16 9.838 Unpacking pkg-config:armhf (1.8.1-1ubuntu2) ... #16 9.876 Setting up libseccomp-dev:armhf (2.5.4-1ubuntu3) ... #16 9.887 Setting up libarchive13:armhf (3.6.2-1ubuntu1) ... #16 9.898 Setting up libpkgconf3:armhf (1.8.1-1ubuntu2) ... #16 9.915 Setting up libuv1:armhf (1.44.2-1) ... #16 9.926 Setting up bash-completion (1:2.11-6ubuntu1) ... #16 9.950 Setting up libjsoncpp25:armhf (1.9.5-4) ... [100%] Built target tini-static + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init + VERSION=0.0.0-20240120124445-f18a476 + PRODUCT=docker + hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) #14 89.37 Setting up libemail-valid-perl (1.202-1) ... #14 89.38 Setting up libpackage-stash-perl (0.38-1) ... #14 89.39 Setting up libimport-into-perl (1.002005-1) ... #14 89.40 Setting up libmoo-perl (2.003006-1) ... #14 89.42 Setting up liblist-someutils-perl (0.58-1) ... #14 89.43 Setting up liblist-someutils-xs-perl (0.58-2) ... #14 89.44 Setting up gnupg (2.2.19-3ubuntu2.2) ... #14 89.45 Setting up libmoox-aliases-perl (0.001006-1) ... #14 89.47 Setting up libparams-validate-perl (1.29-3) ... #14 89.48 Setting up libb-hooks-endofscope-perl (0.24-1) ... #14 89.49 Setting up libnamespace-clean-perl (0.27-1) ... #14 89.50 Setting up libgetopt-long-descriptive-perl (0.104-1) ... #14 89.51 Setting up libgitlab-api-v4-perl (0.25-1) ... #14 89.52 Setting up libmoox-struct-perl (0.017-1) ... #14 89.53 Setting up lintian (2.62.0ubuntu2.3) ... #14 89.55 Setting up licensecheck (3.0.45-1) ... #14 89.56 Setting up dh-autoreconf (19) ... #16 2.804 dh_installdocs #16 2.843 dh_installchangelogs #16 2.927 dh_perl #16 2.963 dh_link #16 2.998 dh_strip_nondeterminism #16 3.062 dh_compress #13 93.12 Setting up lsb-release (11.1.0) ... #13 93.14 Setting up libfont-ttf-perl (1.06-1.1) ... #13 93.15 Setting up libfile-homedir-perl (1.006-1) ... #13 93.17 Setting up python3-magic (2:0.4.20-3) ... #14 87.17 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 87.20 Processing triggers for libc-bin (2.37-0ubuntu2.2) ... #14 87.23 Processing triggers for ca-certificates (20230311ubuntu0.23.04.1) ... #14 87.23 Updating certificates in /etc/ssl/certs... #50 8.432 Unpacking libgcrypt20-dev (1.10.1-3) ... #50 8.558 Selecting previously unselected package libglib2.0-data. #50 8.561 Preparing to unpack .../19-libglib2.0-data_2.74.6-2_all.deb ... #50 8.566 Unpacking libglib2.0-data (2.74.6-2) ... debian/rules clean dh clean --with=bash-completion dh_clean dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:33.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #16 9.963 Setting up pkgconf-bin (1.8.1-1ubuntu2) ... #16 9.973 Setting up librhash0:armhf (1.4.3-3) ... #16 9.985 Setting up cmake-data (3.25.1-1ubuntu1) ... #16 10.00 Setting up dh-apparmor (3.0.8-1ubuntu2.1) ... #16 10.02 Setting up libsystemd-dev:armhf (252.5-2ubuntu3.2) ... #16 10.03 Setting up pkgconf:armhf (1.8.1-1ubuntu2) ... #16 10.04 Setting up pkg-config:armhf (1.8.1-1ubuntu2) ... #16 10.05 Setting up cmake (3.25.1-1ubuntu1) ... #16 10.07 Setting up docker-ce-build-deps (1.0) ... #16 10.08 Processing triggers for man-db (2.11.2-1) ... #16 10.16 Processing triggers for libc-bin (2.37-0ubuntu2.2) ... Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:52.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #14 89.58 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ... #14 89.59 Setting up libwww-perl (6.43-1) ... #14 89.60 Setting up debhelper (12.10ubuntu1) ... #14 89.61 Setting up devscripts (2.20.2ubuntu2) ... #14 89.76 Setting up equivs (2.2.0) ... #14 89.78 Setting up libxml-parser-perl (2.46-1) ... #14 89.79 Setting up libxml-sax-expat-perl (0.51-1) ... #14 89.83 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #14 89.88 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #16 3.104 dh_fixperms #16 3.148 dh_missing #16 3.174 dh_installdeb #16 3.208 dh_gencontrol #16 3.325 dh_md5sums #16 3.908 Reading package lists... #16 4.675 Building dependency tree... + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz #13 93.33 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ... #13 93.36 Setting up pristine-tar (1.49) ... #13 93.37 Setting up libio-socket-ssl-perl (2.069-1) ... #13 93.39 Setting up libsub-exporter-perl (0.987-1) ... #13 93.40 Setting up libc-devtools (2.31-13+deb11u7) ... #13 93.43 Setting up libalgorithm-merge-perl (0.08-3) ... #13 93.49 Setting up libhttp-message-perl (6.28-1) ... + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:52 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad + echo VERSION BBB 0.0.0-20240120124445-f18a476 VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git #50 8.904 Selecting previously unselected package libglib2.0-bin. #50 8.907 Preparing to unpack .../20-libglib2.0-bin_2.74.6-2_amd64.deb ... #50 8.918 Unpacking libglib2.0-bin (2.74.6-2) ... #50 8.976 Selecting previously unselected package python3-lib2to3. #50 8.979 Preparing to unpack .../21-python3-lib2to3_3.11.2-3_all.deb ... #50 9.009 Unpacking python3-lib2to3 (3.11.2-3) ... dpkg-source -I.git -b . #14 90.02 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #14 90.09 Processing triggers for libc-bin (2.31-0ubuntu9.14) ... #14 90.12 Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ... #14 90.12 Updating certificates in /etc/ssl/certs... #16 3.361 dh_builddeb #16 3.388 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #16 3.459 dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo #16 3.604 dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes #16 4.864 Reading state information... #16 4.870 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #13 93.50 Setting up libhtml-form-perl (6.07-1) ... #13 93.52 Setting up python3-pkg-resources (52.0.0-4) ... #13 93.74 Setting up libiterator-perl (0.03+ds1-1.1) ... #13 93.76 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ... dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy dpkg-buildpackage: info: source distribution jammy dpkg-buildpackage: info: source changed by Docker dpkg-source -I.git --before-build . dpkg-buildpackage: info: host architecture armhf debian/rules clean dh clean --with=bash-completion #14 87.67 0 added, 0 removed; done. #14 87.67 Running hooks in /etc/ca-certificates/update.d... #14 87.68 done. #50 9.210 Selecting previously unselected package python3-distutils. dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz #16 DONE 10.6s #17 [stage-1 6/9] COPY --link sources/ /sources #18 exporting layers 1.5s done #18 writing image sha256:1de85942caca4b18713670208fcd756fd7b32472d20b5722e2debae09db0a3cf done #18 naming to docker.io/rpmbuild-fedora-38/aarch64 done #18 DONE 1.5s docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/fedora-38/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm/rpmbuild/fedora-38/SRPMS:/root/rpmbuild/SRPMS rpmbuild-fedora-38/aarch64 -ba --define '_gitcommit_cli f18a476' --define '_gitcommit_engine c87e0ad' --define '_release 0' --define '_version 0.0.0~20240120124445.f18a476' --define '_origversion 0.0.0-20240120124445-f18a476' --define '_buildx_rpm_version 0.12.1' --define '_buildx_version v0.12.1' --define '_buildx_gitcommit 30feaa1' --define '_compose_rpm_version 2.24.2' --define '_compose_version v2.24.2' 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 #16 3.682 dpkg-genchanges: info: binary-only upload (no source code included) #16 3.684 dpkg-source --after-build . #16 3.785 dpkg-buildpackage: info: binary-only upload (no source included) #16 5.137 Starting 2 pkgProblemResolver with broken count: 0 #16 5.142 Done #16 5.342 Done #13 93.77 Setting up libjson-xs-perl (4.030-1+b1) ... #13 93.79 Setting up libhttp-negotiate-perl (6.01-1) ... #13 93.81 Setting up libio-prompter-perl (0.004015-1) ... #13 93.83 Setting up libiterator-util-perl (0.02+ds1-1.1) ... #13 93.85 Setting up libhttp-cookies-perl (6.10-1) ... #13 93.87 Setting up python3-apt (2.2.1) ... dh_clean #50 9.213 Preparing to unpack .../22-python3-distutils_3.11.2-3_all.deb ... #50 9.218 Unpacking python3-distutils (3.11.2-3) ... #50 9.282 Selecting previously unselected package libglib2.0-dev-bin. #50 9.285 Preparing to unpack .../23-libglib2.0-dev-bin_2.74.6-2_amd64.deb ... #50 9.288 Unpacking libglib2.0-dev-bin (2.74.6-2) ... #50 9.372 Selecting previously unselected package libsepol-dev:amd64.#50 ... #53 [all 2/7] COPY --link --from=runc /build/ / #53 DONE 0.4s #50 [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 libseccomp-dev libsecret-1-dev libsystemd-dev libudev-dev pkg-config #50 9.372 Selecting previously unselected package libsepol-dev:amd64. #50 9.375 Preparing to unpack .../24-libsepol-dev_3.4-2.1_amd64.deb ... #50 9.388 Unpacking libsepol-dev:amd64 (3.4-2.1) ... #50 9.501 Selecting previously unselected package libpcre2-16-0:amd64. #17 DONE 0.4s warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JBFmmp + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz #16 3.790 #16 3.790 The package has been created. #16 3.790 Attention, the package has been created in the current directory, #16 3.790 not in ".." as indicated by the message above! #16 3.816 Selecting previously unselected package docker-ce-build-deps. #16 3.831 (Reading database ... 25561 files and directories currently installed.) #16 3.832 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #16 3.836 Unpacking docker-ce-build-deps (1.0) ... #16 5.560 Starting pkgProblemResolver with broken count: 0 #14 90.59 0 added, 0 removed; done. #14 90.59 Running hooks in /etc/ca-certificates/update.d... #14 90.59 done. #13 94.03 Setting up po-debconf (1.0.21+nmu1) ... #13 94.05 Setting up libhtml-tree-perl (5.07-2) ... #13 94.06 Setting up libparams-classify-perl (0.015-1+b3) ... #13 94.09 Setting up libpath-iterator-rule-perl (1.014-1) ... #13 94.10 Setting up libhtml-format-perl (2.12-1.1) ... #13 94.12 Setting up libxml-sax-perl (1.02+dfsg-1) ... #13 94.19 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #13 94.25 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:53 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad VERSION BBB 0.0.0-20240120124445-f18a476 + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm dpkg-buildpackage: info: source distribution bookworm dpkg-buildpackage: info: source changed by Docker dpkg-buildpackage: info: host architecture armhf dpkg-source -I.git --before-build . dpkg-source -I.git -b . dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz #50 9.504 Preparing to unpack .../25-libpcre2-16-0_10.42-1_amd64.deb ... #50 9.508 Unpacking libpcre2-16-0:amd64 (10.42-1) ... #50 9.604 Selecting previously unselected package libpcre2-32-0:amd64. #50 9.606 Preparing to unpack .../26-libpcre2-32-0_10.42-1_amd64.deb ... #50 9.610 Unpacking libpcre2-32-0:amd64 (10.42-1) ... #50 9.696 Selecting previously unselected package libpcre2-posix3:amd64. #50 9.699 Preparing to unpack .../27-libpcre2-posix3_10.42-1_amd64.deb ... #50 9.702 Unpacking libpcre2-posix3:amd64 (10.42-1) ... #50 9.760 Selecting previously unselected package libpcre2-dev:amd64. #18 [stage-1 7/9] COPY --link --from=golang /usr/local/go /usr/local/go #16 5.604 Starting 2 pkgProblemResolver with broken count: 0 #16 5.608 Done #13 94.39 #13 94.39 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 94.42 Setting up python3-chardet (4.0.0-1) ... debian/rules clean dh clean --with=bash-completion dh_clean #50 9.760 Preparing to unpack .../28-libpcre2-dev_10.42-1_amd64.deb ... #50 9.763 Unpacking libpcre2-dev:amd64 (10.42-1) ... #50 9.934 Selecting previously unselected package libselinux1-dev:amd64. #50 9.937 Preparing to unpack .../29-libselinux1-dev_3.4-1+b6_amd64.deb ... #50 9.941 Unpacking libselinux1-dev:amd64 (3.4-1+b6) ... #50 10.05 Selecting previously unselected package libmount-dev:amd64. #50 10.05 Preparing to unpack .../30-libmount-dev_2.38.1-5+b1_amd64.deb ... + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz #16 5.947 The following additional packages will be installed: #16 5.947 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp25 #16 5.948 libpkgconf3 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 5.948 pkgconf pkgconf-bin #16 5.950 Suggested packages: #16 5.950 cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils lrzip #16 5.950 seccomp #16 5.985 The following NEW packages will be installed: #16 5.986 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp25 #16 5.986 libpkgconf3 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 5.986 pkgconf pkgconf-bin #13 94.72 Setting up libnet-smtp-ssl-perl (1.04-1) ... #13 94.74 Setting up libmodule-runtime-perl (0.016-1) ... #13 94.76 Setting up libmailtools-perl (2.21-1) ... #13 94.77 Setting up python3-debian (0.1.39) ... dpkg-source -I.git -b . #50 10.05 Unpacking libmount-dev:amd64 (2.38.1-5+b1) ... #50 10.12 Selecting previously unselected package zlib1g-dev:amd64. #50 10.12 Preparing to unpack .../31-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ... #50 10.13 Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... #50 10.22 Selecting previously unselected package libglib2.0-dev:amd64. #16 6.414 0 upgraded, 14 newly installed, 0 to remove and 7 not upgraded. #16 6.414 1 not fully installed or removed. #16 6.414 Need to get 14.4 MB of archives. #16 6.414 After this operation, 52.9 MB of additional disk space will be used. #16 6.414 Get:1 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 bash-completion all 1:2.11-7 [180 kB] #13 94.94 Setting up python3-requests (2.25.1+dfsg-2) ... dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz #50 10.23 Preparing to unpack .../32-libglib2.0-dev_2.74.6-2_amd64.deb ... #50 10.23 Unpacking libglib2.0-dev:amd64 (2.74.6-2) ... #50 10.51 Selecting previously unselected package libseccomp-dev:amd64. #16 3.925 Reading package lists... #16 4.794 Building dependency tree... #13 95.10 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... #13 95.15 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #13 95.23 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #13 95.30 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #22 41.47 + rm -f /go/src/github.com/docker/docker/go.mod #22 41.47 Created binary: /tmp/bundles/binary-daemon/dockerd.exe #22 41.51 ++++++ cat ./cli/winresources/docker-proxy/winres.json #22 41.51 { #22 41.51 "RT_GROUP_ICON": { #22 41.51 "#1": { #22 41.51 "0409": "../../winresources/docker.ico" #22 41.51 } #22 41.51 }, #22 41.51 "RT_MANIFEST": { #22 41.51 "#1": { #22 41.51 "0409": { #22 41.51 "identity": {}, #22 41.51 "description": "Docker Engine", #22 41.51 "minimum-os": "vista", #22 41.51 "execution-level": "", #22 41.51 "ui-access": false, #22 41.51 "auto-elevate": false, #22 41.51 "dpi-awareness": "unaware", #22 41.51 "disable-theming": false, #22 41.51 "disable-window-filtering": false, #22 41.51 "high-resolution-scrolling-aware": false, #22 41.51 "ultra-high-resolution-scrolling-aware": false, #22 41.51 "long-path-aware": false, #22 41.51 "printer-driver-isolation": false, #22 41.51 "gdi-scaling": false, #22 41.51 "segment-heap": false, #22 41.51 "use-common-controls-v6": false #22 41.51 } #22 41.51 } #22 41.51 }, #22 41.51 "RT_MESSAGETABLE": { #22 41.51 "#1": { #22 41.51 "0409": "../../winresources/event_messages.bin" #22 41.51 } #22 41.51 }, #22 41.51 "RT_VERSION": { #22 41.51 "#1": { #22 41.51 "0409": { #22 41.51 "fixed": { #22 41.51 "file_version": "0.0.0.0", #22 41.51 "product_version": "0.0.0.0", #22 41.51 "type": "Unknown" #22 41.51 }, #22 41.51 "info": { #22 41.51 "0000": { #22 41.51 "CompanyName": "", #22 41.51 "FileVersion": "0.0.0-20240120124445-f18a476", #22 41.51 "LegalCopyright": "Copyright © 2015-2024 Docker Inc.", #22 41.51 "OriginalFileName": "docker-proxy.exe", #22 41.51 "ProductName": "", #22 41.51 "ProductVersion": "0.0.0-20240120124445-f18a476", #22 41.51 "SpecialBuild": "c87e0ad" #22 41.51 } #22 41.51 } #22 41.51 } #22 41.51 } #22 41.51 } #22 41.51 } #22 41.51 cmd/docker-proxy/genwinres_windows.go #22 41.51 cmd/docker-proxy/main.go #22 41.51 cmd/docker-proxy/network_proxy_test.go #22 41.51 cmd/docker-proxy/proxy.go #22 41.51 cmd/docker-proxy/sctp_proxy.go #22 41.51 cmd/docker-proxy/tcp_proxy.go #22 41.51 cmd/docker-proxy/udp_proxy.go #22 41.53 Building static /tmp/bundles/binary-daemon/docker-proxy.exe (windows/amd64)... #22 41.53 + tee /go/src/github.com/docker/docker/go.mod #22 41.53 module github.com/docker/docker #22 41.53 #22 41.53 go 1.20 #22 41.53 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT #22 41.53 + GO111MODULE=on #22 41.53 + go build -mod=vendor -modfile=vendor.mod -o /tmp/bundles/binary-daemon/docker-proxy.exe -tags ' osusergo static_build ' -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:07.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=Community Engine" -extldflags -static ' -gcflags= github.com/docker/docker/cmd/docker-proxy #22 41.75 + rm -f /go/src/github.com/docker/docker/go.mod #22 41.75 Created binary: /tmp/bundles/binary-daemon/docker-proxy.exe #22 41.75 #22 DONE 43.3s #23 [binary 1/1] COPY --from=build /build/ / #23 DONE 0.2s #24 exporting to client directory #24 copying files 47.33MB 0.1s #24 copying files 65.26MB 0.1s done #24 DONE 0.1s cd /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 docker buildx bake --set binary.platform=windows/amd64 binary #0 building with "default" instance using docker driver #1 [internal] load local bake definitions #1 reading docker-bake.hcl 3.75kB / 3.75kB done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 4.97kB done #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: 263B done #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #4 DONE 0.1s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 CACHED #6 [auth] dockercore/golang-cross:pull token for registry-1.docker.io #6 DONE 0.0s #7 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 #7 DONE 0.1s #8 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras #8 ... #9 [internal] load metadata for docker.io/library/golang:1.21.6-alpine3.18 #9 DONE 0.3s #8 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras #8 DONE 0.4s #10 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 #10 CACHED #11 [build-base-alpine 1/4] FROM docker.io/library/golang:1.21.6-alpine3.18@sha256:869193e7c30611d635c7bc3d1ed879039b7d24710a03474437d402f06825171e #11 resolve docker.io/library/golang:1.21.6-alpine3.18@sha256:869193e7c30611d635c7bc3d1ed879039b7d24710a03474437d402f06825171e 0.0s done #11 sha256:87bde052c13aa43647d188c6f3fc5e638268791ae075890bde64e49eb1f7fd04 5.22kB / 5.22kB done #11 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.15MB / 3.40MB 0.1s #11 sha256:5501dced60f86be38cc73d3c038f7db4afeee65726f7e422aacf09244539ebf1 284.70kB / 284.70kB 0.1s done #11 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 1.05MB / 67.09MB 0.1s #11 sha256:a0ece744550870593fb66b630e5fa62ae11cf9c89547275dd4450952b0fc9460 0B / 155B 0.1s #11 sha256:869193e7c30611d635c7bc3d1ed879039b7d24710a03474437d402f06825171e 1.65kB / 1.65kB done #11 sha256:f2d0855d69741e69f520e29968cf3c7f431f69b94e80e5410a3e1729c490ccd4 1.16kB / 1.16kB done #11 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.40MB / 3.40MB 0.1s done #11 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 13.63MB / 67.09MB 0.2s #11 sha256:a0ece744550870593fb66b630e5fa62ae11cf9c89547275dd4450952b0fc9460 155B / 155B 0.1s done #11 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c #11 ... #12 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 #12 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done #12 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done #12 sha256:a28c16d579330aa32da948d5ce201e1e546354170044c447edfb3764cc198328 523B / 523B done #12 sha256:09950e90e11171816d164e6200593f7015f8ba9f67db5f195bf9c88627bab1e4 418B / 418B done #12 sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 136B / 136B 0.2s done #12 extracting sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a done #12 DONE 0.3s #11 [build-base-alpine 1/4] FROM docker.io/library/golang:1.21.6-alpine3.18@sha256:869193e7c30611d635c7bc3d1ed879039b7d24710a03474437d402f06825171e #11 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 22.02MB / 67.09MB 0.3s #11 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0.1s done #11 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 33.55MB / 67.09MB 0.4s #11 extracting sha256:5501dced60f86be38cc73d3c038f7db4afeee65726f7e422aacf09244539ebf1 0.1s done #11 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 42.99MB / 67.09MB 0.5s #11 ... #13 [internal] load build context #13 transferring context: 41.80MB 0.6s done #13 DONE 0.6s #11 [build-base-alpine 1/4] FROM docker.io/library/golang:1.21.6-alpine3.18@sha256:869193e7c30611d635c7bc3d1ed879039b7d24710a03474437d402f06825171e #11 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 63.96MB / 67.09MB 0.7s #11 sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 67.09MB / 67.09MB 0.8s done #11 extracting sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 0.1s #50 10.51 Preparing to unpack .../33-libseccomp-dev_2.5.4-1+b3_amd64.deb ... #50 10.52 Unpacking libseccomp-dev:amd64 (2.5.4-1+b3) ... #50 10.60 Selecting previously unselected package libsecret-1-dev:amd64. #50 10.60 Preparing to unpack .../34-libsecret-1-dev_0.20.5-3_amd64.deb ... #50 10.61 Unpacking libsecret-1-dev:amd64 (0.20.5-3) ... #16 5.003 Reading state information... #16 5.009 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #13 95.44 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 95.48 Setting up dh-strip-nondeterminism (1.12.0-1) ... #13 95.49 Setting up libconst-fast-perl (0.014-1.1) ... #13 95.51 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ... #13 95.52 Setting up libdata-dpath-perl (0.58-1) ... #13 95.54 Setting up libmodule-implementation-perl (0.09-1.1) ... #13 95.56 Setting up libpackage-stash-perl (0.39-1) ... #13 95.58 Setting up libimport-into-perl (1.002005-1) ... #13 95.59 Setting up libmoo-perl (2.004004-1) ... #16 6.787 Get:2 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libarchive13 arm64 3.6.2-1ubuntu1 [371 kB] #16 6.915 Get:3 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libjsoncpp25 arm64 1.9.5-6 [76.0 kB] #50 10.77 Selecting previously unselected package libsystemd-dev:amd64. #50 10.78 Preparing to unpack .../35-libsystemd-dev_252.19-1~deb12u1_amd64.deb ... #50 10.83 Unpacking libsystemd-dev:amd64 (252.19-1~deb12u1) ... #50 11.03 Selecting previously unselected package libudev-dev:amd64. + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RHDUEk + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + pushd /root/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src + TMP_GOPATH=/go + hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... #16 5.288 Starting 2 pkgProblemResolver with broken count: 0 #16 5.294 Done #16 5.507 Done #13 95.61 Setting up liblist-someutils-perl (0.58-1) ... #13 95.63 Setting up debhelper (13.3.4) ... #13 95.66 Setting up libmime-tools-perl (5.509-1) ... #13 95.67 Setting up dput (1.1.0) ... #13 95.83 Setting up liblist-someutils-xs-perl (0.58-2+b1) ... #13 95.85 Setting up equivs (2.3.1) ... #16 6.934 Get:4 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 librhash0 arm64 1.4.3-3 [125 kB] #16 6.953 Get:5 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libuv1 arm64 1.44.2-1 [87.3 kB] #16 6.964 Get:6 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 cmake-data all 3.27.4-1 [2128 kB] #16 7.114 Get:7 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 cmake arm64 3.27.4-1 [10.0 MB] #50 11.03 Preparing to unpack .../36-libudev-dev_252.19-1~deb12u1_amd64.deb ... #50 11.04 Unpacking libudev-dev:amd64 (252.19-1~deb12u1) ... #50 11.14 Setting up libseccomp-dev:amd64 (2.5.4-1+b3) ... #50 11.15 Setting up libapparmor1:amd64 (3.0.8-3) ... #50 11.16 Setting up libglib2.0-0:amd64 (2.74.6-2) ... #50 11.18 No schema files found: doing nothing. #50 11.19 Setting up bzip2 (1.0.8-5+b1) ... #50 11.21 Setting up libffi-dev:amd64 (3.4.4-1) ... #50 11.24 Setting up libpcre2-16-0:amd64 (10.42-1) ... #50 11.25 Setting up libpcre2-32-0:amd64 (10.42-1) ... #50 11.27 Setting up libglib2.0-data (2.74.6-2) ... #50 11.28 Setting up libgpg-error-dev (1.46-1) ... #50 11.29 Setting up uuid-dev:amd64 (2.38.1-5+b1) ... #50 11.31 Setting up xz-utils (5.4.1-0.2) ... #50 11.32 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #50 11.33 Setting up patch (2.7.6-7) ... #50 11.34 Setting up libudev-dev:amd64 (252.19-1~deb12u1) ... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 13.2.1 -- Detecting C compiler ABI info #16 5.724 Starting pkgProblemResolver with broken count: 0 #13 95.87 Setting up libmoox-aliases-perl (0.001006-1.1) ... #13 95.88 Setting up libparams-validate-perl:armhf (1.30-1+b1) ... #13 95.90 Setting up libb-hooks-endofscope-perl (0.24-1.1) ... #13 95.91 Setting up libnamespace-clean-perl (0.27-1) ... #13 95.93 Setting up libgetopt-long-descriptive-perl (0.105-1) ... #13 95.95 Setting up libnamespace-autoclean-perl (0.29-1) ... #13 95.96 Setting up libgitlab-api-v4-perl (0.26-1) ... #13 95.98 Setting up libmoox-struct-perl (0.020-1) ... #13 95.99 Setting up lintian (2.104.0) ... #13 96.01 Setting up licensecheck (3.1.1-2) ... #13 96.03 Setting up liblwp-protocol-https-perl (6.10-1) ... #13 96.05 Setting up libwww-perl (6.52-1) ... #13 96.06 Setting up devscripts (2.21.3+deb11u1) ... #50 11.35 Setting up libsepol-dev:amd64 (3.4-2.1) ... #50 11.36 Setting up libdpkg-perl (1.21.22) ... #50 11.37 Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... #50 11.39 Setting up libpcre2-posix3:amd64 (10.42-1) ... #50 11.41 Setting up libgirepository-1.0-1:amd64 (1.74.0-3) ... #50 11.42 Setting up libapparmor-dev:amd64 (3.0.8-3) ... #50 11.44 Setting up python3-lib2to3 (3.11.2-3) ... #50 11.61 Setting up libelf1:amd64 (0.188-2.1) ... -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY #16 5.764 Starting 2 pkgProblemResolver with broken count: 0 #16 5.769 Done #16 6.094 The following additional packages will be installed: #13 96.24 Setting up libxml-parser-perl:armhf (2.46-2) ... #13 96.27 Setting up libxml-sax-expat-perl (0.51-1) ... #13 96.32 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... + popd ~/rpmbuild/BUILD/src + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.sbDXKN + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.aarch64 + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx + popd + /usr/lib/rpm/check-buildroot ~/rpmbuild/BUILD/src + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ZxLZt3 + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' + ver=v0.12.1 + test v0.12.1 = v0.12.1 + echo 'PASS: docker-buildx version OK' + exit 0 PASS: docker-buildx version OK Processing files: docker-buildx-plugin-0.12.1-0.el8.aarch64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx Provides: docker-buildx-plugin = 0:0.12.1-0.el8 docker-buildx-plugin(aarch-64) = 0:0.12.1-0.el8 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.aarch64 #16 7.599 Get:8 http://ports.ubuntu.com/ubuntu-ports mantic/universe arm64 dh-apparmor all 4.0.0~alpha2-0ubuntu5 [20.3 kB] #16 7.600 Get:9 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libseccomp-dev arm64 2.5.4-1ubuntu3 [90.3 kB] #16 7.600 Get:10 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libsystemd-dev arm64 253.5-1ubuntu6.1 [1185 kB] #16 7.628 Get:11 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpkgconf3 arm64 1.8.1-2 [31.2 kB] #16 7.781 Get:12 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 pkgconf-bin arm64 1.8.1-2 [20.4 kB] #50 11.64 Setting up libsystemd-dev:amd64 (252.19-1~deb12u1) ... #50 11.65 Setting up libsecret-common (0.20.5-3) ... #50 11.66 Setting up python3-distutils (3.11.2-3) ... #50 11.87 Setting up libglib2.0-dev-bin (2.74.6-2) ... -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done (0.6s) -- Generating done (0.0s) -- Build files have been written to: /go/tini + make tini-static [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o #16 6.095 bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common #16 6.095 libarchive13 libglib2.0-0 libjsoncpp25 librhash0 libseccomp-dev #16 6.096 libsystemd-dev libsystemd0 libuv1 pkg-config #16 6.097 Suggested packages: #16 6.097 cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp #16 6.097 Recommended packages: #16 6.097 libglib2.0-data shared-mime-info xdg-user-dirs #16 6.132 The following NEW packages will be installed: #16 6.132 bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common #16 6.133 libarchive13 libglib2.0-0 libjsoncpp25 librhash0 libseccomp-dev #16 6.133 libsystemd-dev libuv1 pkg-config #16 6.134 The following packages will be upgraded: #16 6.135 libsystemd0 #13 96.37 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #13 96.52 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #13 96.56 Setting up libsoap-lite-perl (1.27-1) ... #13 96.59 Setting up libxmlrpc-lite-perl (0.717-4) ... Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.12.1-0.el8.src.rpm #16 7.945 Get:13 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 pkgconf arm64 1.8.1-2 [16.7 kB] #50 12.10 Setting up libblkid-dev:amd64 (2.38.1-5+b1) ... [100%] Linking C executable tini-static #16 6.552 1 upgraded, 14 newly installed, 0 to remove and 7 not upgraded. #16 6.552 1 not fully installed or removed. #16 6.552 Need to get 9628 kB of archives. #16 6.552 After this operation, 37.1 MB of additional disk space will be used. #16 6.552 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bash-completion all 1:2.11-5ubuntu1 [180 kB] #13 96.60 Processing triggers for libc-bin (2.31-13+deb11u7) ... #13 96.64 Processing triggers for ca-certificates (20210119) ... #13 96.65 Updating certificates in /etc/ssl/certs... #16 7.970 Get:14 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 pkg-config arm64 1.8.1-2 [7170 B] #16 8.153 debconf: delaying package configuration, since apt-utils is not installed #16 8.201 Fetched 14.4 MB in 2s (7253 kB/s) #16 8.229 Selecting previously unselected package bash-completion. #16 8.229 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 27558 files and directories currently installed.) #16 8.243 Preparing to unpack .../00-bash-completion_1%3a2.11-7_all.deb ... #16 8.256 Unpacking bash-completion (1:2.11-7) ... #50 12.13 Setting up libpcre2-dev:amd64 (10.42-1) ... #50 12.14 Setting up libselinux1-dev:amd64 (3.4-1+b6) ... #50 12.15 Setting up libglib2.0-bin (2.74.6-2) ... #50 12.17 Setting up dpkg-dev (1.21.22) ... #50 12.19 Setting up libsecret-1-0:amd64 (0.20.5-3) ... #50 12.21 Setting up libgcrypt20-dev (1.10.1-3) ... #50 12.22 Setting up gir1.2-glib-2.0:amd64 (1.74.0-3) ... #50 12.24 Setting up libmount-dev:amd64 (2.38.1-5+b1) ... #50 12.25 Setting up gir1.2-secret-1:amd64 (0.20.5-3) ... #50 12.26 Setting up libglib2.0-dev:amd64 (2.74.6-2) ... #50 12.27 Setting up libsecret-1-dev:amd64 (0.20.5-3) ... #50 12.35 Processing triggers for libc-bin (2.36-9+deb12u3) ... #16 6.918 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive13 arm64 3.6.0-1ubuntu1 [367 kB] #16 8.378 Selecting previously unselected package libarchive13:arm64. #16 8.381 Preparing to unpack .../01-libarchive13_3.6.2-1ubuntu1_arm64.deb ... #16 8.388 Unpacking libarchive13:arm64 (3.6.2-1ubuntu1) ... #16 8.427 Selecting previously unselected package libjsoncpp25:arm64. #16 8.430 Preparing to unpack .../02-libjsoncpp25_1.9.5-6_arm64.deb ... #16 8.433 Unpacking libjsoncpp25:arm64 (1.9.5-6) ... #16 8.468 Selecting previously unselected package librhash0:arm64. #16 8.470 Preparing to unpack .../03-librhash0_1.4.3-3_arm64.deb ... #16 8.474 Unpacking librhash0:arm64 (1.4.3-3) ... #16 8.513 Selecting previously unselected package libuv1:arm64. #11 extracting sha256:2786abec99e189a4a116c45771654dd1220a5a78deb32430974d369c08fa4bd0 2.9s done #16 7.042 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjsoncpp25 arm64 1.9.5-3 [76.6 kB] [100%] Built target tini-static + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init + VERSION=0.0.0-20240120124445-f18a476 + PRODUCT=docker + hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:56.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #13 97.09 0 added, 0 removed; done. #13 97.09 Running hooks in /etc/ca-certificates/update.d... #13 97.09 done. #13 DONE 97.3s #14 [stage-1 3/8] COPY --link common /root/build-deb/debian #14 DONE 0.1s #15 [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 #16 8.515 Preparing to unpack .../04-libuv1_1.44.2-1_arm64.deb ... #16 8.520 Unpacking libuv1:arm64 (1.44.2-1) ... #16 8.557 Selecting previously unselected package cmake-data. #16 8.560 Preparing to unpack .../05-cmake-data_3.27.4-1_all.deb ... #16 8.569 Unpacking cmake-data (3.27.4-1) ... dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:33.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #11 extracting sha256:a0ece744550870593fb66b630e5fa62ae11cf9c89547275dd4450952b0fc9460 #16 7.061 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librhash0 arm64 1.4.2-1ubuntu1 [125 kB] #16 7.080 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuv1 arm64 1.43.0-1 [89.9 kB] #16 7.092 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B] #16 7.092 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 emacsen-common all 3.0.4 [14.9 kB] #16 7.094 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cmake-data all 3.22.1-1ubuntu1.22.04.1 [1913 kB] #16 7.232 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cmake arm64 3.22.1-1ubuntu1.22.04.1 [4650 kB] #50 DONE 12.7s #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 < Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:39.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #55 1.319 #55 1.347 Removing /tmp/bundles/ #55 1.355 #55 1.380 ---> Making bundle: binary (in /tmp/bundles/binary) #55 1.466 Building static /tmp/bundles/binary-daemon/dockerd (linux/amd64)... #55 1.487 + tee /go/src/github.com/docker/docker/go.mod #55 1.491 module github.com/docker/docker #55 1.491 #55 1.491 go 1.20 #55 1.495 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT #55 1.495 + GO111MODULE=on #55 1.495 + go build -mod=vendor -modfile=vendor.mod -o /tmp/bundles/binary-daemon/dockerd -tags 'netgo osusergo static_build journald' -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:58.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=Community Engine" -extldflags -static ' -gcflags= github.com/docker/docker/cmd/dockerd + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:41:58 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad VERSION BBB 0.0.0-20240120124445-f18a476 + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git #16 2.391 dh_testdir #16 9.355 Selecting previously unselected package cmake. #16 9.358 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1.22.04.1_arm64.deb ... #16 9.362 Unpacking cmake (3.22.1-1ubuntu1.22.04.1) ... #16 9.480 Selecting previously unselected package dh-apparmor. #15 2.040 dpkg-buildpackage: info: source package docker-ce-build-deps #15 2.040 dpkg-buildpackage: info: source version 1.0 #15 2.040 dpkg-buildpackage: info: source distribution unstable #15 2.040 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #15 2.077 dpkg-source --before-build . #15 2.077 dpkg-buildpackage: info: host architecture armhf #15 2.180 debian/rules clean #15 2.182 dh clean #15 2.260 dh_clean #15 2.301 debian/rules binary #15 2.303 dh binary #15 2.373 dh_update_autotools_config dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~debian.10~buster dpkg-buildpackage: info: source distribution buster dpkg-buildpackage: info: source changed by Docker dpkg-buildpackage: info: host architecture armhf dpkg-source -I.git --before-build . debian/rules clean dh clean --with=bash-completion #16 1.099 Reading package lists... dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:43.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #16 2.410 dh_testroot #16 2.428 dh_prep #16 2.450 dh_testdir #16 2.469 dh_testroot #16 2.487 dh_install #16 2.514 dh_installdocs #16 2.546 dh_installchangelogs #16 2.617 dh_compress #16 9.483 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.3_all.deb ... #16 9.488 Unpacking dh-apparmor (3.0.4-2ubuntu2.3) ... #16 9.520 Selecting previously unselected package libseccomp-dev:arm64. #16 9.523 Preparing to unpack .../10-libseccomp-dev_2.5.3-2ubuntu2_arm64.deb ... #16 9.527 Unpacking libseccomp-dev:arm64 (2.5.3-2ubuntu2) ... #16 9.573 Preparing to unpack .../11-libsystemd0_249.11-0ubuntu3.12_arm64.deb ... #16 9.588 Unpacking libsystemd0:arm64 (249.11-0ubuntu3.12) over (249.11-0ubuntu3.11) ... #16 9.655 Setting up libsystemd0:arm64 (249.11-0ubuntu3.12) ... #16 9.700 Selecting previously unselected package libsystemd-dev:arm64. #15 2.402 dh_autoreconf #15 2.443 create-stamp debian/debhelper-build-stamp #15 2.443 dh_prep #15 2.473 dh_install #15 2.507 dh_installdocs #15 2.545 dh_installchangelogs dh_clean #16 2.228 dpkg-buildpackage: info: source package docker-ce-build-deps #16 2.228 dpkg-buildpackage: info: source version 1.0 #16 2.228 dpkg-buildpackage: info: source distribution unstable #16 2.228 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator #16 2.270 dpkg-buildpackage: info: host architecture arm64 #16 2.270 dpkg-source --before-build . #16 2.373 debian/rules clean #16 2.654 dh_fixperms #16 2.699 dh_installdeb #16 2.725 dh_gencontrol #16 2.840 dh_md5sums #16 2.870 dh_builddeb #16 2.891 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #16 2.909 #16 2.909 The package has been created. #16 2.909 Attention, the package has been created in the current directory, #16 2.909 not in ".." as indicated by the message above! #16 2.934 Selecting previously unselected package docker-ce-build-deps. #16 2.947 (Reading database ... 26302 files and directories currently installed.) + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags 'exclude_graphdriver_btrfs journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:20.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy + popd ~/rpmbuild/BUILD/src + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BCZ0pl + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 + cd src ++ readlink -f engine/bundles/dynbinary-daemon/dockerd + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64/usr/bin/dockerd ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64/usr/bin/docker-proxy + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64/usr/libexec/docker/docker-init + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64/usr/lib/systemd/system/docker.service + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64/usr/lib/systemd/system/docker.socket + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64/etc/docker + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.cfXz75 + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ engine/bundles/dynbinary-daemon/dockerd --version + ver='Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + test 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' = 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + echo 'PASS: daemon version OK' PASS: daemon version OK + exit 0 Processing files: docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 Provides: docker-ce = 3:0.0.0~20240120124445.f18a476-0.el7 docker-ce(aarch-64) = 3:0.0.0~20240120124445.f18a476-0.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.17)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) Conflicts: docker docker-io docker-engine-cs docker-ee Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20240120124445.f18a476-0.el7.src.rpm #16 9.700 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29502 files and directories currently installed.) #16 9.716 Preparing to unpack .../libsystemd-dev_249.11-0ubuntu3.12_arm64.deb ... #16 9.720 Unpacking libsystemd-dev:arm64 (249.11-0ubuntu3.12) ... #16 9.785 Selecting previously unselected package libglib2.0-0:arm64. #16 9.788 Preparing to unpack .../libglib2.0-0_2.72.4-0ubuntu2.2_arm64.deb ... #16 9.792 Unpacking libglib2.0-0:arm64 (2.72.4-0ubuntu2.2) ... #16 9.857 Selecting previously unselected package pkg-config. #16 9.860 Preparing to unpack .../pkg-config_0.29.2-1ubuntu3_arm64.deb ... #16 9.865 Unpacking pkg-config (0.29.2-1ubuntu3) ... #16 9.907 Setting up libseccomp-dev:arm64 (2.5.3-2ubuntu2) ... #16 9.922 Setting up libarchive13:arm64 (3.6.0-1ubuntu1) ... #16 9.935 Setting up libglib2.0-0:arm64 (2.72.4-0ubuntu2.2) ... #16 9.950 No schema files found: doing nothing. #16 9.957 Setting up libuv1:arm64 (1.43.0-1) ... #16 9.969 Setting up emacsen-common (3.0.4) ... #15 2.628 dh_perl #15 2.665 dh_link #15 2.699 dh_strip_nondeterminism #15 2.765 dh_compress #15 2.807 dh_fixperms #15 2.851 dh_missing #15 2.877 dh_installdeb #14 DONE 2.7s dpkg-source -I.git -b . dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz #16 2.375 dh clean #16 2.482 dh_clean #16 2.519 debian/rules binary #16 2.521 dh binary #16 2.615 dh_update_autotools_config #16 2.948 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #16 2.953 Unpacking docker-ce-build-deps (1.0) ... #16 10.01 Setting up dh-elpa-helper (2.0.9ubuntu1) ... #16 10.02 Setting up bash-completion (1:2.11-5ubuntu1) ... #16 10.05 Setting up libjsoncpp25:arm64 (1.9.5-3) ... #16 10.06 Setting up pkg-config (0.29.2-1ubuntu3) ... #16 10.11 Setting up librhash0:arm64 (1.4.2-1ubuntu1) ... #16 10.12 Setting up cmake-data (3.22.1-1ubuntu1.22.04.1) ... #16 10.17 Setting up dh-apparmor (3.0.4-2ubuntu2.3) ... #16 10.18 Setting up libsystemd-dev:arm64 (249.11-0ubuntu3.12) ... #16 10.20 Setting up cmake (3.22.1-1ubuntu1.22.04.1) ... #16 10.21 Setting up docker-ce-build-deps (1.0) ... #16 10.22 Processing triggers for man-db (2.10.2-1) ... #15 2.913 dh_gencontrol #15 [build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git #15 0.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz #16 2.645 dh_autoreconf #16 2.688 create-stamp debian/debhelper-build-stamp #16 2.688 dh_prep #16 2.718 dh_auto_install --destdir=debian/docker-ce-build-deps/ #16 2.769 dh_install #16 2.804 dh_installdocs #16 2.842 dh_installchangelogs #16 10.31 Processing triggers for libc-bin (2.35-0ubuntu3.6) ... #21 exporting layers 8.0s done #21 writing image sha256:ab2c6110c51b19dd1d153c6785ba78ad35e0bbfa802a0bc5fc19ac4443191552 done #21 naming to docker.io/debbuild-ubuntu-mantic/aarch64 done #21 DONE 8.0s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/ubuntu-mantic:/build debbuild-ubuntu-mantic/aarch64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #15 3.032 dh_md5sums #15 3.068 dh_builddeb #15 3.095 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #15 3.115 dpkg-genbuildinfo --build=binary #15 3.262 dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes #16 2.931 dh_perl #16 2.968 dh_link #16 3.003 dh_strip_nondeterminism #16 3.072 dh_compress #16 3.115 dh_fixperms #16 3.160 dh_missing #16 3.187 dh_installdeb #16 3.032 Reading package lists... #15 3.342 dpkg-genchanges: info: binary-only upload (no source code included) #15 3.344 dpkg-source --after-build . #15 3.448 dpkg-buildpackage: info: binary-only upload (no source included) #15 3.453 #15 3.453 The package has been created. #15 3.453 Attention, the package has been created in the current directory, #15 3.453 not in ".." as indicated by the message above! #15 3.478 Selecting previously unselected package docker-ce-build-deps. #15 3.494 (Reading database ... 28397 files and directories currently installed.) #15 3.496 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #15 3.500 Unpacking docker-ce-build-deps (1.0) ... #16 3.221 dh_gencontrol #16 3.348 dh_md5sums #16 3.810 Building dependency tree... + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #16 3.390 dh_builddeb #16 3.419 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #16 3.435 dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo #16 3.589 dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes #16 3.964 Reading state information... #16 3.985 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #16 4.036 Starting 2 pkgProblemResolver with broken count: 0 #16 4.038 Done #16 4.063 Done #16 4.072 Starting pkgProblemResolver with broken count: 0 #16 4.108 Starting 2 pkgProblemResolver with broken count: 0 #16 4.110 Done #16 4.233 The following additional packages will be installed: #15 1.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:41.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #16 3.668 dpkg-genchanges: info: binary-only upload (no source code included) #16 3.671 dpkg-source --after-build . #16 3.775 dpkg-buildpackage: info: binary-only upload (no source included) #16 3.780 #16 3.780 The package has been created. #16 3.780 Attention, the package has been created in the current directory, #16 3.780 not in ".." as indicated by the message above! #16 3.804 Selecting previously unselected package docker-ce-build-deps. #16 3.819 (Reading database ... 26696 files and directories currently installed.) #16 3.820 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #16 3.824 Unpacking docker-ce-build-deps (1.0) ... #16 DONE 11.3s #17 [stage-1 6/9] COPY --link sources/ /sources #16 4.233 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp1 #16 4.234 librhash0 libseccomp-dev libsystemd-dev libsystemd0 libuv1 pkg-config #16 4.235 Suggested packages: #16 4.235 cmake-doc ninja-build apparmor-easyprof lrzip seccomp #16 4.264 The following NEW packages will be installed: #16 4.264 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp1 #16 4.264 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 4.265 The following packages will be upgraded: #16 4.266 libsystemd0 #15 1.474 (1/38) Installing ncurses-terminfo-base (6.4_p20230506-r0) #18 DONE 2.9s #17 DONE 0.3s #18 [stage-1 7/9] COPY --link --from=golang /usr/local/go /usr/local/go + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:42:01 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 VERSION BBB 0.0.0-20240120124445-f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git #15 3.558 Reading package lists... #16 4.683 1 upgraded, 11 newly installed, 0 to remove and 7 not upgraded. #16 4.683 1 not fully installed or removed. #16 4.683 Need to get 6092 kB of archives. #16 4.683 After this operation, 29.9 MB of additional disk space will be used. #16 4.683 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 bash-completion all 1:2.10-1ubuntu1 [178 kB] #15 1.480 (2/38) Installing libncursesw (6.4_p20230506-r0) #15 1.491 (3/38) Installing readline (8.2.1-r1) #15 1.497 (4/38) Installing bash (5.2.15-r5) #15 1.512 Executing bash-5.2.15-r5.post-install #15 1.514 (5/38) Installing libffi (3.4.4-r2) #15 1.519 (6/38) Installing libgcc (12.2.1_git20220924-r10) #15 1.523 (7/38) Installing libstdc++ (12.2.1_git20220924-r10) #15 1.542 (8/38) Installing xz-libs (5.4.3-r0) #15 1.547 (9/38) Installing libxml2 (2.11.6-r0) #15 1.559 (10/38) Installing zstd-libs (1.5.5-r4) #15 1.569 (11/38) Installing llvm16-libs (16.0.6-r1) #19 [stage-1 8/9] WORKDIR /root/build-deb #19 DONE 0.0s #20 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb #20 DONE 0.0s #21 exporting to image #21 exporting layers dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic dpkg-buildpackage: info: source distribution mantic dpkg-buildpackage: info: source changed by Docker dpkg-source -I.git --before-build . dpkg-buildpackage: info: host architecture armhf #15 4.346 Building dependency tree... #15 4.527 Reading state information... #15 4.551 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #16 5.054 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB] debian/rules clean dh clean --with=bash-completion dh_clean #15 4.785 Starting 2 pkgProblemResolver with broken count: 0 #15 4.788 Done #15 4.984 Done #16 5.325 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libarchive13 arm64 3.4.0-2ubuntu1.2 [304 kB] #16 3.903 Reading package lists... dpkg-source -I.git -b . dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz #15 5.167 Starting pkgProblemResolver with broken count: 0 #15 5.212 Starting 2 pkgProblemResolver with broken count: 0 #15 5.216 Done #16 5.342 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjsoncpp1 arm64 1.7.4-3.1ubuntu2 [69.8 kB] #16 5.345 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librhash0 arm64 1.3.9-1 [111 kB] #16 5.350 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libuv1 arm64 1.34.2-1ubuntu1.3 [75.1 kB] #16 5.356 Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cmake arm64 3.16.3-1ubuntu1.20.04.1 [3112 kB] #16 5.506 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 dh-apparmor all 2.13.3-7ubuntu5.3 [11.0 kB] #16 4.721 Building dependency tree... #16 4.933 Reading state information... #16 4.940 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #15 2.465 (12/38) Installing clang16-libs (16.0.6-r1) #15 5.546 The following additional packages will be installed: #15 5.547 bash-completion cmake cmake-data dh-apparmor libjsoncpp24 libncurses6 #15 5.548 libprocps8 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config procps #15 5.550 Suggested packages: #15 5.550 cmake-doc ninja-build apparmor-easyprof seccomp #15 5.550 Recommended packages: #15 5.550 psmisc #16 5.509 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libseccomp-dev arm64 2.5.1-1ubuntu1~20.04.2 [81.7 kB] #16 5.510 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsystemd0 arm64 245.4-4ubuntu3.23 [246 kB] #16 5.520 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsystemd-dev arm64 245.4-4ubuntu3.23 [246 kB] #16 5.716 Get:12 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pkg-config arm64 0.29.1-0ubuntu4 [43.8 kB] #16 5.234 Starting 2 pkgProblemResolver with broken count: 0 #16 5.239 Done #16 5.444 Done dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) #15 2.928 (13/38) Installing fortify-headers (1.1-r3) #15 5.698 The following NEW packages will be installed: #15 5.699 bash-completion cmake cmake-data dh-apparmor libjsoncpp24 libncurses6 #15 5.700 libprocps8 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config procps #16 6.010 debconf: delaying package configuration, since apt-utils is not installed #16 5.656 Starting pkgProblemResolver with broken count: 0 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:43.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #15 2.931 (14/38) Installing binutils (2.40-r7) #15 2.991 (15/38) Installing libgomp (12.2.1_git20220924-r10) #15 2.997 (16/38) Installing libatomic (12.2.1_git20220924-r10) #15 3.000 (17/38) Installing gmp (6.2.1-r3) #15 3.006 (18/38) Installing isl26 (0.26-r1) #15 3.025 (19/38) Installing mpfr4 (4.2.0_p12-r0) #15 3.041 (20/38) Installing mpc1 (1.3.1-r1) #15 3.044 (21/38) Installing gcc (12.2.1_git20220924-r10) #15 5.976 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded. #15 5.976 1 not fully installed or removed. #15 5.976 Need to get 7085 kB of archives. #15 5.976 After this operation, 28.5 MB of additional disk space will be used. #15 5.976 Get:1 http://deb.debian.org/debian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB] #15 5.980 Get:2 http://deb.debian.org/debian bullseye/main armhf cmake-data all 3.18.4-2+deb11u1 [1725 kB] #15 5.990 Get:3 http://deb.debian.org/debian bullseye/main armhf libncurses6 armhf 6.2+20201114-2+deb11u2 [80.6 kB] #15 5.991 Get:4 http://deb.debian.org/debian bullseye/main armhf libprocps8 armhf 2:3.3.17-5 [60.7 kB] #15 5.996 Get:5 http://deb.debian.org/debian bullseye/main armhf procps armhf 2:3.3.17-5 [492 kB] #15 5.999 Get:6 http://deb.debian.org/debian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [68.5 kB] #15 6.009 Get:7 http://deb.debian.org/debian bullseye/main armhf librhash0 armhf 1.4.1-2 [144 kB] #15 6.012 Get:8 http://deb.debian.org/debian bullseye/main armhf libuv1 armhf 1.40.0-2 [120 kB] #15 6.014 Get:9 http://deb.debian.org/debian bullseye/main armhf cmake armhf 3.18.4-2+deb11u1 [3534 kB] #15 6.051 Get:10 http://deb.debian.org/debian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB] #16 6.046 Fetched 6092 kB in 2s (3834 kB/s) #16 6.082 Selecting previously unselected package bash-completion. #16 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 ... 26306 files and directories currently installed.) #16 6.095 Preparing to unpack .../0-bash-completion_1%3a2.10-1ubuntu1_all.deb ... #16 5.699 Starting 2 pkgProblemResolver with broken count: 0 #16 5.703 Done #15 6.052 Get:11 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] #15 6.053 Get:12 http://deb.debian.org/debian bullseye/main armhf libsystemd-dev armhf 247.3-7+deb11u4 [402 kB] #15 6.055 Get:13 http://deb.debian.org/debian bullseye/main armhf pkg-config armhf 0.29.2-1 [62.4 kB] #15 6.237 debconf: delaying package configuration, since apt-utils is not installed #15 6.290 Fetched 7085 kB in 0s (20.4 MB/s) #15 6.332 Selecting previously unselected package bash-completion. #16 6.046 The following additional packages will be installed: #15 6.332 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28401 files and directories currently installed.) #15 6.349 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ... #16 6.809 Unpacking bash-completion (1:2.10-1ubuntu1) ... #16 6.046 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp25 #16 6.047 libpkgconf3 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 6.047 pkgconf pkgconf-bin #16 6.048 Suggested packages: #16 6.048 cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils lrzip #16 6.048 seccomp #16 6.081 The following NEW packages will be installed: #16 6.082 bash-completion cmake cmake-data dh-apparmor libarchive13 libjsoncpp25 #16 6.083 libpkgconf3 librhash0 libseccomp-dev libsystemd-dev libuv1 pkg-config #16 6.083 pkgconf pkgconf-bin #15 3.915 (22/38) Installing libstdc++-dev (12.2.1_git20220924-r10) #16 6.951 Selecting previously unselected package cmake-data. #16 6.953 Preparing to unpack .../1-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ... #16 6.959 Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ... #16 6.503 0 upgraded, 14 newly installed, 0 to remove and 7 not upgraded. #16 6.503 1 not fully installed or removed. #16 6.503 Need to get 11.4 MB of archives. #16 6.503 After this operation, 41.4 MB of additional disk space will be used. #16 6.503 Get:1 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 bash-completion all 1:2.11-6ubuntu1 [179 kB] #15 4.190 (23/38) Installing clang16-libclang (16.0.6-r1) #15 6.984 Unpacking bash-completion (1:2.11-2) ... #15 7.138 Selecting previously unselected package cmake-data. #15 7.141 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ... #15 7.151 Unpacking cmake-data (3.18.4-2+deb11u1) ... #16 7.304 Selecting previously unselected package libarchive13:arm64. #16 7.307 Preparing to unpack .../2-libarchive13_3.4.0-2ubuntu1.2_arm64.deb ... #16 7.317 Unpacking libarchive13:arm64 (3.4.0-2ubuntu1.2) ... #16 7.372 Selecting previously unselected package libjsoncpp1:arm64. #16 7.374 Preparing to unpack .../3-libjsoncpp1_1.7.4-3.1ubuntu2_arm64.deb ... #16 7.381 Unpacking libjsoncpp1:arm64 (1.7.4-3.1ubuntu2) ... #16 7.424 Selecting previously unselected package librhash0:arm64. #21 exporting layers 2.3s done #21 writing image sha256:6165cab78f16e58e866e575d4cacd0abf69405d8da8affe0eb354b7f0b950d6f done #21 naming to docker.io/debbuild-ubuntu-mantic/aarch64 done #21 DONE 2.3s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/ubuntu-mantic:/build debbuild-ubuntu-mantic/aarch64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz #16 6.872 Get:2 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libarchive13 arm64 3.6.2-1ubuntu1 [371 kB] #16 6.998 Get:3 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libjsoncpp25 arm64 1.9.5-4 [76.6 kB] Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.el8.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uiL45i + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.aarch64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8lGzxs + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Hj9PZa + umask 022 + cd /root/rpmbuild/BUILD + cd src + pushd /root/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + make VERSION=v2.24.2 DESTDIR=./bin build GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "./bin/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 #15 4.463 (24/38) Installing clang16 (16.0.6-r1) #15 4.535 (25/38) Installing libmagic (5.45-r0) #15 4.561 (26/38) Installing file (5.45-r0) #15 4.564 (27/38) Installing brotli-libs (1.0.9-r14) #16 7.426 Preparing to unpack .../4-librhash0_1.3.9-1_arm64.deb ... #16 7.431 Unpacking librhash0:arm64 (1.3.9-1) ... #16 7.476 Selecting previously unselected package libuv1:arm64. #16 7.479 Preparing to unpack .../5-libuv1_1.34.2-1ubuntu1.3_arm64.deb ... #16 7.482 Unpacking libuv1:arm64 (1.34.2-1ubuntu1.3) ... #16 7.518 Selecting previously unselected package cmake. #16 7.520 Preparing to unpack .../6-cmake_3.16.3-1ubuntu1.20.04.1_arm64.deb ... #16 7.524 Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ... #16 7.017 Get:4 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 librhash0 arm64 1.4.3-3 [125 kB] #16 7.036 Get:5 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libuv1 arm64 1.44.2-1 [87.3 kB] #16 7.047 Get:6 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 cmake-data all 3.25.1-1ubuntu1 [2052 kB] #16 7.191 Get:7 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 cmake arm64 3.25.1-1ubuntu1 [7980 kB] go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 #15 4.573 (28/38) Installing libunistring (1.1-r1) #15 4.588 (29/38) Installing libidn2 (2.3.4-r1) #15 4.597 (30/38) Installing nghttp2-libs (1.57.0-r0) #15 4.601 (31/38) Installing libcurl (8.5.0-r0) #15 4.610 (32/38) Installing libexpat (2.5.0-r1) #15 4.613 (33/38) Installing pcre2 (10.42-r1) #15 4.622 (34/38) Installing git (2.40.1-r0) #15 4.684 (35/38) Installing scudo-malloc (16.0.6-r1) #15 4.687 (36/38) Installing lld-libs (16.0.6-r0) #15 4.736 (37/38) Installing lld (16.0.6-r0) #15 4.739 (38/38) Installing llvm16 (16.0.6-r1) #16 7.800 Selecting previously unselected package dh-apparmor. #16 7.802 Preparing to unpack .../7-dh-apparmor_2.13.3-7ubuntu5.3_all.deb ... #16 7.807 Unpacking dh-apparmor (2.13.3-7ubuntu5.3) ... #16 7.845 Selecting previously unselected package libseccomp-dev:arm64. #16 7.847 Preparing to unpack .../8-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_arm64.deb ... #16 7.851 Unpacking libseccomp-dev:arm64 (2.5.1-1ubuntu1~20.04.2) ... #16 7.900 Preparing to unpack .../9-libsystemd0_245.4-4ubuntu3.23_arm64.deb ... #15 7.580 Selecting previously unselected package libncurses6:armhf. #15 7.584 Preparing to unpack .../02-libncurses6_6.2+20201114-2+deb11u2_armhf.deb ... #15 7.607 Unpacking libncurses6:armhf (6.2+20201114-2+deb11u2) ... #15 7.683 Selecting previously unselected package libprocps8:armhf. + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz go: downloading github.com/jonboulle/clockwork v0.4.0 #16 7.911 Unpacking libsystemd0:arm64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ... #16 7.987 Setting up libsystemd0:arm64 (245.4-4ubuntu3.23) ... #16 8.027 Selecting previously unselected package libsystemd-dev:arm64. #16 8.027 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29907 files and directories currently installed.) #16 8.041 Preparing to unpack .../libsystemd-dev_245.4-4ubuntu3.23_arm64.deb ... #16 8.045 Unpacking libsystemd-dev:arm64 (245.4-4ubuntu3.23) ... #16 8.108 Selecting previously unselected package pkg-config. #16 8.111 Preparing to unpack .../pkg-config_0.29.1-0ubuntu4_arm64.deb ... #16 8.114 Unpacking pkg-config (0.29.1-0ubuntu4) ... #16 8.159 Setting up libseccomp-dev:arm64 (2.5.1-1ubuntu1~20.04.2) ... #15 7.686 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_armhf.deb ... #15 7.691 Unpacking libprocps8:armhf (2:3.3.17-5) ... #15 7.762 Selecting previously unselected package procps. #15 7.765 Preparing to unpack .../04-procps_2%3a3.3.17-5_armhf.deb ... #15 7.777 Unpacking procps (2:3.3.17-5) ... #15 7.901 Selecting previously unselected package libjsoncpp24:armhf. #15 7.904 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_armhf.deb ... #15 7.912 Unpacking libjsoncpp24:armhf (1.9.4-4) ... #15 7.984 Selecting previously unselected package librhash0:armhf. + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #16 7.579 Get:8 http://ports.ubuntu.com/ubuntu-ports lunar-updates/universe arm64 dh-apparmor all 3.0.8-1ubuntu2.1 [18.9 kB] #16 7.580 Get:9 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libseccomp-dev arm64 2.5.4-1ubuntu3 [90.3 kB] #16 7.580 Get:10 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libsystemd-dev arm64 252.5-2ubuntu3.2 [322 kB] #16 7.588 Get:11 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpkgconf3 arm64 1.8.1-1ubuntu2 [29.5 kB] #16 7.735 Get:12 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 pkgconf-bin arm64 1.8.1-1ubuntu2 [20.4 kB] go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d #16 8.170 Setting up libarchive13:arm64 (3.4.0-2ubuntu1.2) ... #16 8.181 Setting up libuv1:arm64 (1.34.2-1ubuntu1.3) ... #16 8.193 Setting up bash-completion (1:2.10-1ubuntu1) ... #15 7.987 Preparing to unpack .../06-librhash0_1.4.1-2_armhf.deb ... #15 7.994 Unpacking librhash0:armhf (1.4.1-2) ... #15 8.071 Selecting previously unselected package libuv1:armhf. #15 8.071 Preparing to unpack .../07-libuv1_1.40.0-2_armhf.deb ... #15 8.099 Unpacking libuv1:armhf (1.40.0-2) ... #15 8.162 Selecting previously unselected package cmake. #15 8.164 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_armhf.deb ... #15 8.170 Unpacking cmake (3.18.4-2+deb11u1) ... #16 7.889 Get:13 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 pkgconf arm64 1.8.1-1ubuntu2 [16.8 kB] #16 7.912 Get:14 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 pkg-config arm64 1.8.1-1ubuntu2 [5408 B] #16 8.086 debconf: delaying package configuration, since apt-utils is not installed go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 #21 exporting layers 7.2s done #21 writing image sha256:2871145f95881bf8636b576d189a6069dbffb6526c1b47d2f81793ebb5deff1a done #21 naming to docker.io/debbuild-ubuntu-lunar/aarch64 done #21 DONE 7.2s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/ubuntu-lunar:/build debbuild-ubuntu-lunar/aarch64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #15 8.534 Selecting previously unselected package dh-apparmor. #16 8.131 Fetched 11.4 MB in 2s (6220 kB/s) #16 8.162 Selecting previously unselected package bash-completion. #16 8.162 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 26700 files and directories currently installed.) #16 8.176 Preparing to unpack .../00-bash-completion_1%3a2.11-6ubuntu1_all.deb ... #16 8.189 Unpacking bash-completion (1:2.11-6ubuntu1) ... #16 8.316 Selecting previously unselected package libarchive13:arm64. + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: VERSION AAA 0.0.0-20240120124445-f18a476 + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:42:05 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad VERSION BBB 0.0.0-20240120124445-f18a476 + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic dpkg-buildpackage: info: source distribution mantic dpkg-buildpackage: info: source changed by Docker dpkg-source -I.git --before-build . dpkg-buildpackage: info: host architecture arm64 #15 5.626 Executing busybox-1.36.1-r5.trigger #15 5.632 OK: 583 MiB in 54 packages go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 #15 8.537 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ... #15 8.547 Unpacking dh-apparmor (2.13.6-10) ... #15 8.610 Selecting previously unselected package libseccomp-dev:armhf. #15 8.613 Preparing to unpack .../10-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... #15 8.622 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... #15 8.667 Selecting previously unselected package libsystemd-dev:armhf. #15 8.670 Preparing to unpack .../11-libsystemd-dev_247.3-7+deb11u4_armhf.deb ... #15 8.676 Unpacking libsystemd-dev:armhf (247.3-7+deb11u4) ... #16 8.948 Setting up pkg-config (0.29.1-0ubuntu4) ... #16 8.996 Setting up librhash0:arm64 (1.3.9-1) ... #16 9.014 Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ... #16 9.030 Setting up dh-apparmor (2.13.3-7ubuntu5.3) ... #16 9.043 Setting up libsystemd-dev:arm64 (245.4-4ubuntu3.23) ... #16 9.054 Setting up libjsoncpp1:arm64 (1.7.4-3.1ubuntu2) ... #16 8.319 Preparing to unpack .../01-libarchive13_3.6.2-1ubuntu1_arm64.deb ... #16 8.329 Unpacking libarchive13:arm64 (3.6.2-1ubuntu1) ... #16 8.370 Selecting previously unselected package libjsoncpp25:arm64. #16 8.372 Preparing to unpack .../02-libjsoncpp25_1.9.5-4_arm64.deb ... #16 8.377 Unpacking libjsoncpp25:arm64 (1.9.5-4) ... #16 8.420 Selecting previously unselected package librhash0:arm64. #16 8.423 Preparing to unpack .../03-librhash0_1.4.3-3_arm64.deb ... #16 8.429 Unpacking librhash0:arm64 (1.4.3-3) ... #16 8.468 Selecting previously unselected package libuv1:arm64. #16 8.470 Preparing to unpack .../04-libuv1_1.44.2-1_arm64.deb ... #16 8.474 Unpacking libuv1:arm64 (1.44.2-1) ... #16 8.519 Selecting previously unselected package cmake-data. #16 8.521 Preparing to unpack .../05-cmake-data_3.25.1-1ubuntu1_all.deb ... debian/rules clean dh clean --with=bash-completion go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/containerd/continuity v0.4.2 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:42:05 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad + echo VERSION BBB 0.0.0-20240120124445-f18a476 VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar dpkg-buildpackage: info: source distribution lunar dpkg-buildpackage: info: source changed by Docker dpkg-buildpackage: info: host architecture armhf dpkg-source -I.git --before-build . #15 8.837 Selecting previously unselected package pkg-config. #15 8.840 Preparing to unpack .../12-pkg-config_0.29.2-1_armhf.deb ... #15 8.848 Unpacking pkg-config (0.29.2-1) ... #15 8.910 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... #16 9.064 Setting up cmake (3.16.3-1ubuntu1.20.04.1) ... #16 9.078 Setting up docker-ce-build-deps (1.0) ... #16 9.091 Processing triggers for man-db (2.9.1-1) ... #16 9.119 Processing triggers for libc-bin (2.31-0ubuntu9.14) ... #16 8.530 Unpacking cmake-data (3.25.1-1ubuntu1) ... dh_clean dpkg-source -I.git -b . go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd debian/rules clean dh clean --with=bash-completion dh_clean #15 8.968 Setting up libuv1:armhf (1.40.0-2) ... #15 9.003 Setting up bash-completion (1:2.11-2) ... #16 DONE 9.5s #16 8.938 Selecting previously unselected package cmake. #16 8.942 Preparing to unpack .../06-cmake_3.25.1-1ubuntu1_arm64.deb ... #16 8.946 Unpacking cmake (3.25.1-1ubuntu1) ... dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 dpkg-source -I.git -b . #17 [stage-1 6/9] COPY --link sources/ /sources #17 DONE 0.2s #16 9.135 Selecting previously unselected package dh-apparmor. #16 9.138 Preparing to unpack .../07-dh-apparmor_3.0.8-1ubuntu2.1_all.deb ... #16 9.142 Unpacking dh-apparmor (3.0.8-1ubuntu2.1) ... #16 9.180 Selecting previously unselected package libseccomp-dev:arm64. #16 9.184 Preparing to unpack .../08-libseccomp-dev_2.5.4-1ubuntu3_arm64.deb ... #16 9.187 Unpacking libseccomp-dev:arm64 (2.5.4-1ubuntu3) ... #16 9.218 Selecting previously unselected package libsystemd-dev:arm64. #16 9.221 Preparing to unpack .../09-libsystemd-dev_252.5-2ubuntu3.2_arm64.deb ... #16 9.225 Unpacking libsystemd-dev:arm64 (252.5-2ubuntu3.2) ... #16 9.285 Selecting previously unselected package libpkgconf3:arm64. #18 DONE 4.8s #19 [stage-1 8/9] WORKDIR /root/build-deb #19 DONE 0.1s #20 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb #20 DONE 0.0s #21 exporting to image #21 exporting layers dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz #18 [stage-1 7/9] COPY --link --from=golang /usr/local/go /usr/local/go #16 9.289 Preparing to unpack .../10-libpkgconf3_1.8.1-1ubuntu2_arm64.deb ... #16 9.292 Unpacking libpkgconf3:arm64 (1.8.1-1ubuntu2) ... #16 9.321 Selecting previously unselected package pkgconf-bin. #16 9.324 Preparing to unpack .../11-pkgconf-bin_1.8.1-1ubuntu2_arm64.deb ... #16 9.328 Unpacking pkgconf-bin (1.8.1-1ubuntu2) ... #16 9.364 Selecting previously unselected package pkgconf:arm64. #16 9.367 Preparing to unpack .../12-pkgconf_1.8.1-1ubuntu2_arm64.deb ... #16 9.372 Unpacking pkgconf:arm64 (1.8.1-1ubuntu2) ... #16 9.405 Selecting previously unselected package pkg-config:arm64. #16 9.408 Preparing to unpack .../13-pkg-config_1.8.1-1ubuntu2_arm64.deb ... #16 9.414 Unpacking pkg-config:arm64 (1.8.1-1ubuntu2) ... #16 9.458 Setting up libseccomp-dev:arm64 (2.5.4-1ubuntu3) ... #16 9.469 Setting up libarchive13:arm64 (3.6.2-1ubuntu1) ... #16 9.480 Setting up libpkgconf3:arm64 (1.8.1-1ubuntu2) ... #16 9.491 Setting up libuv1:arm64 (1.44.2-1) ... #16 9.500 Setting up bash-completion (1:2.11-6ubuntu1) ... #16 9.523 Setting up libjsoncpp25:arm64 (1.9.5-4) ... #16 9.534 Setting up pkgconf-bin (1.8.1-1ubuntu2) ... #16 9.544 Setting up librhash0:arm64 (1.4.3-3) ... #16 9.554 Setting up cmake-data (3.25.1-1ubuntu1) ... #16 9.570 Setting up dh-apparmor (3.0.8-1ubuntu2.1) ... #16 9.581 Setting up libsystemd-dev:arm64 (252.5-2ubuntu3.2) ... #16 9.591 Setting up pkgconf:arm64 (1.8.1-1ubuntu2) ... #16 9.601 Setting up pkg-config:arm64 (1.8.1-1ubuntu2) ... #16 9.612 Setting up cmake (3.25.1-1ubuntu1) ... #16 9.622 Setting up docker-ce-build-deps (1.0) ... #16 9.636 Processing triggers for man-db (2.11.2-1) ... #15 9.743 Setting up libncurses6:armhf (6.2+20201114-2+deb11u2) ... #15 9.764 Setting up pkg-config (0.29.2-1) ... dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:50.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #16 9.711 Processing triggers for libc-bin (2.37-0ubuntu2.2) ... #15 9.877 Setting up libjsoncpp24:armhf (1.9.4-4) ... #15 9.909 Setting up librhash0:armhf (1.4.1-2) ... #15 9.930 Setting up cmake-data (3.18.4-2+deb11u1) ... #15 9.963 Setting up dh-apparmor (2.13.6-10) ... #15 9.993 Setting up libsystemd-dev:armhf (247.3-7+deb11u4) ... #15 10.02 Setting up libprocps8:armhf (2:3.3.17-5) ... #15 10.05 Setting up procps (2:3.3.17-5) ... #15 10.12 Setting up cmake (3.18.4-2+deb11u1) ... #55 ... #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 < Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:48.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #21 exporting layers 2.1s done #21 writing image sha256:d7d2e50cccdb34fbe45010b7f8e2da52b5b015ba3cd45b24eb7f2b054eb55da5 done #21 naming to docker.io/debbuild-ubuntu-jammy/aarch64 done #21 DONE 2.1s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/ubuntu-jammy:/build debbuild-ubuntu-jammy/aarch64 #15 11.36 Processing triggers for libc-bin (2.31-13+deb11u7) ... + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:50.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz #15 DONE 12.5s #16 [stage-1 5/8] COPY --link sources/ /sources Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.k3pR23 + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fWvvOH + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz + /usr/bin/tar -xf - + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NpCzPd + umask 022 + cd /root/rpmbuild/BUILD + cd src + mkdir -p /go/src/github.com/docker + rm -f /go/src/github.com/docker/cli + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli + pushd /go/src/github.com/docker/cli + VERSION=0.0.0-20240120124445-f18a476 + GITCOMMIT=f18a476 + GO_LINKMODE=dynamic + ./scripts/build/binary /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src Building dynamic docker-linux-arm64 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:42:09Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:50.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #18 DONE 3.4s + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:42:09 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad VERSION BBB 0.0.0-20240120124445-f18a476 + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy dpkg-buildpackage: info: source distribution jammy dpkg-buildpackage: info: source changed by Docker dpkg-source -I.git --before-build . dpkg-buildpackage: info: host architecture arm64 #19 [stage-1 8/9] WORKDIR /root/build-deb #19 DONE 0.0s #20 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb #20 DONE 0.0s #21 exporting to image #21 exporting layers debian/rules clean dh clean --with=bash-completion dh_clean #16 DONE 0.8s #17 [stage-1 6/8] COPY --link --from=golang /usr/local/go /usr/local/go dpkg-source -I.git -b . dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz #18 DONE 3.2s #19 [stage-1 8/9] WORKDIR /root/build-deb #19 DONE 0.0s #20 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb #20 DONE 0.0s #21 exporting to image #21 exporting layers dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:52.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #21 exporting layers 2.0s done #21 writing image sha256:563e00f69a2f62ed19e3e4773ef9f97b3809488a3efbd9dd311c62873a58de9c done #21 naming to docker.io/debbuild-ubuntu-focal/aarch64 done #21 DONE 2.0s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/ubuntu-focal:/build debbuild-ubuntu-focal/aarch64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz #21 exporting layers 2.2s done #21 writing image sha256:71eb0416c88331cfda9598fc0eac29fc3e19a6037396e801ffa7a15ef6ce848e done #21 naming to docker.io/debbuild-ubuntu-lunar/aarch64 done #21 DONE 2.2s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/ubuntu-lunar:/build debbuild-ubuntu-lunar/aarch64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:42:13 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad VERSION BBB 0.0.0-20240120124445-f18a476 + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git #15 DONE 12.5s #16 [build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli #16 DONE 0.0s #17 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc #17 0.385 skipping packages installation on windows #17 DONE 0.4s #18 [goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/out GO111MODULE=on CGO_ENABLED=0 go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0" #18 0.468 go: downloading github.com/josephspurrier/goversioninfo v1.3.0 dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal dpkg-buildpackage: info: source distribution focal dpkg-buildpackage: info: source changed by Docker dpkg-buildpackage: info: host architecture arm64 dpkg-source -I.git --before-build . #17 DONE 3.4s #18 [stage-1 7/8] WORKDIR /root/build-deb #18 DONE 0.1s + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz debian/rules clean dh clean --with=bash-completion dh_clean #19 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb #19 DONE 0.1s #20 exporting to image #20 exporting layers #18 1.743 go: downloading github.com/akavel/rsrc v0.10.2 + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz dpkg-source -I.git -b . dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz #18 DONE 2.2s + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:42:14 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 VERSION BBB 0.0.0-20240120124445-f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git #19 [build 1/2] COPY --link --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo #19 DONE 0.0s #20 [build 2/2] RUN --mount=type=bind,target=.,ro --mount=type=cache,target=/root/.cache --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk --mount=type=tmpfs,target=cli/winresources xx-go --wrap && TARGET=/out ./scripts/build/binary && xx-verify $([ "static" = "static" ] && echo "--static") /out/docker dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar dpkg-buildpackage: info: source distribution lunar dpkg-buildpackage: info: source changed by Docker dpkg-buildpackage: info: host architecture arm64 dpkg-source -I.git --before-build . #20 0.390 Building static docker-windows-amd64.exe debian/rules clean dh clean --with=bash-completion dh_clean #20 0.410 + cat ./cli/winresources/versioninfo.json #20 0.410 { #20 0.410 "FixedFileInfo": #20 0.410 { #20 0.410 "FileVersion": { #20 0.410 "Major": 0, #20 0.410 "Minor": 0, #20 0.410 "Patch": 0, #20 0.410 "Build": 0 #20 0.410 }, #20 0.410 "FileFlagsMask": "3f", #20 0.410 "FileFlags ": "00", #20 0.410 "FileOS": "040004", #20 0.410 "FileType": "01", #20 0.410 "FileSubType": "00" #20 0.410 }, #20 0.410 "StringFileInfo": #20 0.410 { #20 0.410 "Comments": "", #20 0.410 "CompanyName": "", #20 0.410 "FileDescription": "Docker Client", #20 0.410 "FileVersion": "0.0.0-20240120124445-f18a476", #20 0.410 "InternalName": "", #20 0.410 "LegalCopyright": "Copyright © 2015-2024 Docker Inc.", #20 0.410 "LegalTrademarks": "", #20 0.410 "OriginalFilename": "docker-windows-amd64.exe", #20 0.410 "PrivateBuild": "", #20 0.410 "ProductName": "Docker Client", #20 0.410 "ProductVersion": "0.0.0-20240120124445-f18a476", #20 0.410 "SpecialBuild": "f18a476" #20 0.410 }, #20 0.410 "VarFileInfo": #20 0.410 { #20 0.410 "Translation": { #20 0.410 "LangID": "0409", #20 0.410 "CharsetID": "04B0" #20 0.410 } #20 0.410 } #20 0.410 } #20 0.410 + go generate -v github.com/docker/cli/cmd/docker #20 0.413 cmd/docker/aliases.go #20 0.413 cmd/docker/builder.go #20 0.413 cmd/docker/builder_test.go #20 0.413 cmd/docker/builder_windows_test.go #20 0.413 cmd/docker/completions.go #20 0.413 cmd/docker/docker.go #20 0.413 cmd/docker/docker_test.go #20 0.413 cmd/docker/docker_windows_amd64.go #20 0.434 + go build -o /out/docker-windows-amd64.exe -tags ' osusergo' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:42:14Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476"' github.com/docker/cli/cmd/docker dpkg-source -I.git -b . dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:52.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:53.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags 'exclude_graphdriver_btrfs journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:38.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy + popd ~/rpmbuild/BUILD/src + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SSr9pl + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64 + cd src ++ readlink -f engine/bundles/dynbinary-daemon/dockerd + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64/usr/bin/dockerd ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64/usr/bin/docker-proxy + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64/usr/libexec/docker/docker-init + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64/usr/lib/systemd/system/docker.service + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64/usr/lib/systemd/system/docker.socket + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64/etc/docker + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.yklSpg + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ engine/bundles/dynbinary-daemon/dockerd --version PASS: daemon version OK + ver='Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + test 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' = 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + echo 'PASS: daemon version OK' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64/usr/bin/docker-proxy Provides: docker-ce = 3:0.0.0~20240120124445.f18a476-0.el9 docker-ce(aarch-64) = 3:0.0.0~20240120124445.f18a476-0.el9 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) Conflicts: docker docker-ee docker-engine-cs docker-io Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux Recommends: docker-ce-rootless-extras Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20240120124445.f18a476-0.el9.src.rpm Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:58.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd #16 36.69 Checking for new repos for mirrors #16 36.69 Getting requirements for /root/rpmbuild/SPECS/docker-buildx-plugin.spec #16 36.70 --> Already installed : bash-4.2.46-34.el7.x86_64 #16 36.70 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec #16 36.70 --> 1:make-3.82-24.el7.x86_64 #16 36.85 --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 #16 36.85 --> git-1.8.3.1-25.el7_9.x86_64 #16 36.86 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec #16 36.86 --> Already installed : bash-4.2.46-34.el7.x86_64 #16 36.86 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec #16 36.86 --> Already installed : bash-4.2.46-34.el7.x86_64 #16 36.86 --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch #16 36.86 --> cmake-2.8.12.2-2.el7.x86_64 #16 36.86 --> gcc-4.8.5-44.el7.x86_64 #16 36.86 --> git-1.8.3.1-25.el7_9.x86_64 #16 36.87 --> glibc-static-2.17-326.el7_9.x86_64 #16 36.87 --> libarchive-3.1.2-14.el7_7.x86_64 #16 36.87 --> libseccomp-devel-2.3.1-4.el7.x86_64 #16 36.87 --> libselinux-devel-2.5-15.el7.x86_64 #16 36.87 --> libtool-2.4.2-22.el7_3.x86_64 #16 36.87 --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 #16 36.87 --> 1:make-3.82-24.el7.x86_64 #16 36.87 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 #16 36.87 --> Already installed : systemd-219-78.el7.x86_64 #16 36.87 --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch #16 36.88 --> systemd-devel-219-78.el7_9.9.x86_64 #16 36.88 --> Already installed : 2:tar-1.26-35.el7.x86_64 #16 36.88 --> which-2.20-7.el7.x86_64 #16 36.88 Getting requirements for /root/rpmbuild/SPECS/docker-compose-plugin.spec #16 36.88 --> Already installed : bash-4.2.46-34.el7.x86_64 #16 36.88 --> Running transaction check #16 36.88 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed #16 36.89 ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed #16 36.89 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64 #16 37.04 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64 #16 37.04 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64 #16 37.05 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64 #16 37.05 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64 #16 37.05 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64 #16 37.05 ---> Package git.x86_64 0:1.8.3.1-25.el7_9 will be installed #16 37.07 --> Processing Dependency: perl-Git = 1.8.3.1-25.el7_9 for package: git-1.8.3.1-25.el7_9.x86_64 #16 37.07 --> Processing Dependency: rsync for package: git-1.8.3.1-25.el7_9.x86_64 #16 37.07 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-25.el7_9.x86_64 #16 37.07 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-25.el7_9.x86_64 #16 37.07 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-25.el7_9.x86_64 #16 37.07 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-25.el7_9.x86_64 #16 37.08 --> Processing Dependency: less for package: git-1.8.3.1-25.el7_9.x86_64 #16 37.08 ---> Package glibc-static.x86_64 0:2.17-326.el7_9 will be installed #16 37.08 ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed #16 37.08 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.x86_64 #16 37.08 ---> Package libseccomp-devel.x86_64 0:2.3.1-4.el7 will be installed #16 37.08 --> Processing Dependency: libseccomp(x86-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.x86_64 #16 37.08 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.x86_64 #16 37.08 ---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed #16 37.09 --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64 #16 37.09 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64 #16 37.09 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64 #16 37.09 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed #16 37.09 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64 #16 37.09 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64 #16 37.09 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed #16 37.10 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 #16 37.10 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 #16 37.10 ---> Package make.x86_64 1:3.82-24.el7 will be installed #16 37.10 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed #16 37.10 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch #16 37.10 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch #16 37.10 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch #16 37.10 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch #16 37.11 ---> Package systemd-devel.x86_64 0:219-78.el7_9.9 will be installed #16 37.11 --> Processing Dependency: systemd-libs = 219-78.el7_9.9 for package: systemd-devel-219-78.el7_9.9.x86_64 #16 37.13 --> Processing Dependency: systemd = 219-78.el7_9.9 for package: systemd-devel-219-78.el7_9.9.x86_64 #16 37.13 Package: systemd-219-78.el7_9.9.src - can't co-install with systemd-219-78.el7_9.9.x86_64 #16 37.13 ---> Package which.x86_64 0:2.20-7.el7 will be installed #16 37.13 --> Running transaction check #16 37.13 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed #16 37.13 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch #16 37.14 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed #16 37.14 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch #16 37.14 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed #16 37.14 ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed #16 37.14 ---> Package glibc-devel.x86_64 0:2.17-326.el7_9 will be installed #16 37.15 --> Processing Dependency: glibc-headers = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64 #16 37.15 --> Processing Dependency: glibc = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64 #16 37.16 Package: glibc-2.17-326.el7_9.src - can't co-install with glibc-2.17-326.el7_9.x86_64 #16 37.16 Package: glibc-2.17-326.el7_9.src - can't co-install with glibc-2.17-326.el7_9.x86_64 #16 37.16 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-326.el7_9.x86_64 #16 37.16 ---> Package less.x86_64 0:458-9.el7 will be installed #16 37.17 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed #16 37.17 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed #16 37.17 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed #16 37.17 ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed #16 37.17 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed #16 37.17 ---> Package lzo.x86_64 0:2.06-8.el7 will be installed #16 37.17 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed #16 37.17 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed #16 37.17 ---> Package openssh-clients.x86_64 0:7.4p1-23.el7_9 will be installed #16 37.17 --> Processing Dependency: openssh = 7.4p1-23.el7_9 for package: openssh-clients-7.4p1-23.el7_9.x86_64 #16 37.18 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-23.el7_9.x86_64 #16 37.18 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-23.el7_9.x86_64 #16 37.18 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-23.el7_9.x86_64 #16 37.18 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed #16 37.18 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed #16 37.18 ---> Package perl-Git.noarch 0:1.8.3.1-25.el7_9 will be installed #16 37.18 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed #16 37.18 ---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be installed #16 37.19 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.x86_64 #16 37.19 ---> Package rsync.x86_64 0:3.1.2-12.el7_9 will be installed #16 37.19 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed #16 37.19 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch #16 37.19 ---> Package systemd.x86_64 0:219-78.el7 will be updated #16 37.19 ---> Package systemd.x86_64 0:219-78.el7_9.9 will be an update #16 37.21 ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated #16 37.21 ---> Package systemd-libs.x86_64 0:219-78.el7_9.9 will be an update #16 37.21 --> Running transaction check #16 37.21 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed #16 37.21 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64 #16 37.21 ---> Package glibc.x86_64 0:2.17-317.el7 will be updated #16 37.21 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64 #16 37.21 ---> Package glibc.x86_64 0:2.17-326.el7_9 will be an update #16 37.22 ---> Package glibc-headers.x86_64 0:2.17-326.el7_9 will be installed #16 37.22 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-326.el7_9.x86_64 #16 37.23 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-326.el7_9.x86_64 #16 37.23 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed #16 37.23 ---> Package openssh.x86_64 0:7.4p1-23.el7_9 will be installed #16 37.24 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed #16 37.24 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed #16 37.24 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed #16 37.24 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64 #16 37.24 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed #16 37.24 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64 #16 37.25 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64 #16 37.25 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64 #16 37.25 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64 #16 37.25 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64 #16 37.25 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 #16 37.25 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 #16 37.25 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.x86_64 #16 37.26 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 #16 37.26 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 #16 37.26 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 #16 37.26 --> Running transaction check #16 37.26 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed #16 37.26 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed #16 37.26 ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated #16 37.26 ---> Package glibc-common.x86_64 0:2.17-326.el7_9 will be an update #16 37.26 ---> Package kernel-headers.x86_64 0:3.10.0-1160.105.1.el7 will be installed #16 37.26 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed #16 37.26 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed #16 37.26 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed #16 37.26 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed #16 37.26 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed #16 37.26 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed #16 37.28 --> Finished Dependency Resolution #16 37.30 #16 37.30 Dependencies Resolved #16 37.31 #16 37.31 ================================================================================ #16 37.31 Package Arch Version Repository Size #16 37.31 ================================================================================ #16 37.31 Installing: #16 37.31 cmake x86_64 2.8.12.2-2.el7 base 7.1 M #16 37.31 gcc x86_64 4.8.5-44.el7 base 16 M #16 37.31 git x86_64 1.8.3.1-25.el7_9 updates 4.4 M #16 37.31 glibc-static x86_64 2.17-326.el7_9 updates 1.6 M #16 37.31 libarchive x86_64 3.1.2-14.el7_7 base 319 k #16 37.31 libseccomp-devel x86_64 2.3.1-4.el7 base 64 k #16 37.31 libselinux-devel x86_64 2.5-15.el7 base 187 k #16 37.31 libtool x86_64 2.4.2-22.el7_3 base 588 k #16 37.31 libtool-ltdl-devel x86_64 2.4.2-22.el7_3 base 167 k #16 37.31 make x86_64 1:3.82-24.el7 base 421 k #16 37.31 selinux-policy-devel noarch 3.13.1-268.el7_9.2 updates 1.7 M #16 37.31 systemd-devel x86_64 219-78.el7_9.9 updates 217 k #16 37.31 which x86_64 2.20-7.el7 base 41 k #16 37.31 Installing for dependencies: #16 37.31 audit-libs-python x86_64 2.8.5-4.el7 base 76 k #16 37.31 autoconf noarch 2.69-11.el7 base 701 k #16 37.31 automake noarch 1.13.4-3.el7 base 679 k #16 37.31 checkpolicy x86_64 2.5-8.el7 base 295 k #16 37.31 cpp x86_64 4.8.5-44.el7 base 5.9 M #16 37.31 fipscheck x86_64 1.4.1-6.el7 base 21 k #16 37.31 fipscheck-lib x86_64 1.4.1-6.el7 base 11 k #16 37.31 glibc-devel x86_64 2.17-326.el7_9 updates 1.1 M #16 37.31 glibc-headers x86_64 2.17-326.el7_9 updates 691 k #16 37.31 kernel-headers x86_64 3.10.0-1160.105.1.el7 updates 9.1 M #16 37.31 less x86_64 458-9.el7 base 120 k #16 37.31 libcgroup x86_64 0.41-21.el7 base 66 k #16 37.31 libedit x86_64 3.0-12.20121213cvs.el7 base 92 k #16 37.31 libgomp x86_64 4.8.5-44.el7 base 159 k #16 37.31 libmpc x86_64 1.0.1-3.el7 base 51 k #16 37.31 libseccomp x86_64 2.3.1-4.el7 base 56 k #16 37.31 libselinux-python x86_64 2.5-15.el7 base 236 k #16 37.31 libselinux-utils x86_64 2.5-15.el7 base 151 k #16 37.31 libsemanage-python x86_64 2.5-14.el7 base 113 k #16 37.31 libsepol-devel x86_64 2.5-10.el7 base 77 k #16 37.31 libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k #16 37.31 lzo x86_64 2.06-8.el7 base 59 k #16 37.31 m4 x86_64 1.4.16-10.el7 base 256 k #16 37.31 mpfr x86_64 3.1.1-4.el7 base 203 k #16 37.31 openssh x86_64 7.4p1-23.el7_9 updates 510 k #16 37.31 openssh-clients x86_64 7.4p1-23.el7_9 updates 655 k #16 37.31 pcre-devel x86_64 8.32-17.el7 base 480 k #16 37.31 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k #16 37.31 perl-Error noarch 1:0.17020-2.el7 base 32 k #16 37.31 perl-Git noarch 1.8.3.1-25.el7_9 updates 56 k #16 37.31 perl-TermReadKey x86_64 2.30-20.el7 base 31 k #16 37.31 perl-Test-Harness noarch 3.28-3.el7 base 302 k #16 37.31 policycoreutils x86_64 2.5-34.el7 base 917 k #16 37.31 policycoreutils-devel x86_64 2.5-34.el7 base 335 k #16 37.31 policycoreutils-python x86_64 2.5-34.el7 base 457 k #16 37.31 python-IPy noarch 0.75-6.el7 base 32 k #16 37.31 rsync x86_64 3.1.2-12.el7_9 updates 408 k #16 37.31 selinux-policy noarch 3.13.1-268.el7_9.2 updates 498 k #16 37.31 setools-libs x86_64 3.3.8-4.el7 base 620 k #16 37.31 Updating for dependencies: #16 37.31 glibc x86_64 2.17-326.el7_9 updates 3.6 M #16 37.31 glibc-common x86_64 2.17-326.el7_9 updates 12 M #16 37.31 systemd x86_64 219-78.el7_9.9 updates 5.1 M #16 37.31 systemd-libs x86_64 219-78.el7_9.9 updates 419 k #16 37.31 #16 37.31 Transaction Summary #16 37.31 ================================================================================ #16 37.31 Install 13 Packages (+39 Dependent packages) #16 37.31 Upgrade ( 4 Dependent packages) #16 37.31 #16 37.31 Total download size: 79 M #16 37.31 Downloading packages: #16 37.31 Delta RPMs disabled because /usr/bin/applydeltarpm not installed. #20 exporting layers 9.4s done #20 writing image sha256:992645fd3c0809d05eefd3cc1000d206f40258faadbe2fd01a2fac3dc0190f94 done #20 naming to docker.io/debbuild-debian-bullseye/aarch64 0.0s done #20 DONE 9.5s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20240120124445.f18a476 -e VERSION=0.0.0-20240120124445-f18a476 -e CLI_GITCOMMIT=f18a476 -e ENGINE_GITCOMMIT=c87e0ad -e BUILDX_VERSION=v0.12.1 -e BUILDX_DEB_VERSION=0.12.1 -e BUILDX_GITCOMMIT=30feaa1 -e COMPOSE_VERSION=v2.24.2 -e COMPOSE_DEB_VERSION=2.24.2 -v /home/ubuntu/workspace/docker-ce-packaging_master/deb/debbuild/debian-bullseye:/build debbuild-debian-bullseye/aarch64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:42:01.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:42:05.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz + mkdir -p /root/build-deb/buildx + tar -C /root/build-deb -xzf /sources/buildx.tgz + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0~20240120124445.f18a476 ]] + echo VERSION AAA 0.0.0-20240120124445-f18a476 VERSION AAA 0.0.0-20240120124445-f18a476 + VERSION=0.0.0-20240120124445-f18a476 + echo VERSION bbb 0.0.0-20240120124445-f18a476 VERSION bbb 0.0.0-20240120124445-f18a476 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Mon, 22 Jan 2024 21:42:24 +0000' + pkgRevision=1 + cat + export CLI_GITCOMMIT=f18a476 + CLI_GITCOMMIT=f18a476 VERSION BBB 0.0.0-20240120124445-f18a476 + export ENGINE_GITCOMMIT=c87e0ad + ENGINE_GITCOMMIT=c87e0ad + echo VERSION BBB 0.0.0-20240120124445-f18a476 + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye dpkg-buildpackage: info: source distribution bullseye dpkg-buildpackage: info: source changed by Docker dpkg-buildpackage: info: host architecture armhf dpkg-source -I.git --before-build . debian/rules clean dh clean --with=bash-completion dh_clean + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:46.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KLpaXT + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ readlink -f engine/bundles/dynbinary-daemon/dockerd + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64/usr/bin/dockerd ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64/usr/bin/docker-proxy + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64/usr/libexec/docker/docker-init + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64/usr/lib/systemd/system/docker.service + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64/usr/lib/systemd/system/docker.socket + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64/etc/docker + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.0oSD0t + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ engine/bundles/dynbinary-daemon/dockerd --version PASS: daemon version OK + ver='Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + test 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' = 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + echo 'PASS: daemon version OK' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64/usr/bin/docker-proxy Provides: docker-ce = 3:0.0.0~20240120124445.f18a476-0.fc39 docker-ce(aarch-64) = 3:0.0.0~20240120124445.f18a476-0.fc39 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) Conflicts: docker docker-ee docker-engine-cs docker-io Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux Recommends: docker-ce-rootless-extras Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.src.rpm dpkg-source -I.git -b . + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags 'exclude_graphdriver_btrfs journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:38.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy + popd ~/rpmbuild/BUILD/src + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1kr4CR + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64 + cd src ++ readlink -f engine/bundles/dynbinary-daemon/dockerd + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/bin/dockerd ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/bin/docker-proxy + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/libexec/docker/docker-init + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/lib/systemd/system/docker.service + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/lib/systemd/system/docker.socket + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64/etc/docker + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0~20240120124445.f18a476' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jODXG2 + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ engine/bundles/dynbinary-daemon/dockerd --version + ver='Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + test 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' = 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + echo 'PASS: daemon version OK' + RPM_EC=0 PASS: daemon version OK ++ jobs -p + exit 0 Processing files: docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/bin/docker-proxy + DISABLE_WARN_OUTSIDE_CONTAINER=1 + make manpages scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.JJiEhCDuQj/ + cd /tmp/docker-cli-docsgen.JJiEhCDuQj + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading golang.org/x/term v0.15.0 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading golang.org/x/sys v0.16.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading github.com/containerd/log v0.1.0 go: downloading github.com/klauspost/compress v1.17.4 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/stretchr/testify v1.8.4 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/gorilla/mux v1.8.1 go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/zmap/zlint/v3 v3.1.0 go: downloading github.com/google/certificate-transparency-go v1.1.4 Provides: docker-ce = 3:0.0.0~20240120124445.f18a476-0.el9 docker-ce(x86-64) = 3:0.0.0~20240120124445.f18a476-0.el9 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(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) libresolv.so.2()(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) Conflicts: docker docker-ee docker-engine-cs docker-io Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux Recommends: docker-ce-rootless-extras Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:42:05.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20240120124445.f18a476-0.el9.src.rpm dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:42:09.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 go: downloading golang.org/x/mod v0.14.0 + go mod vendor -modfile=vendor.mod + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags 'exclude_graphdriver_btrfs journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:33.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy + popd + exit 0 ~/rpmbuild/BUILD/src Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.G74C0j + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64 + cd src ++ readlink -f engine/bundles/dynbinary-daemon/dockerd + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64/usr/bin/dockerd ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64/usr/bin/docker-proxy + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64/usr/libexec/docker/docker-init + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64/usr/lib/systemd/system/docker.service + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64/usr/lib/systemd/system/docker.socket + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64/etc/docker + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64/usr/libexec/docker/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.FZp9Dv + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ engine/bundles/dynbinary-daemon/dockerd --version PASS: daemon version OK + ver='Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + test 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' = 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + echo 'PASS: daemon version OK' + exit 0 Processing files: docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64/usr/bin/docker-proxy Provides: docker-ce = 3:0.0.0~20240120124445.f18a476-0.el8 docker-ce(x86-64) = 3:0.0.0~20240120124445.f18a476-0.el8 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(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) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.2.5)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) Conflicts: docker docker-ee docker-engine-cs docker-io Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux Recommends: docker-ce-rootless-extras Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20240120124445.f18a476-0.el8.src.rpm + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:42:13.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd + popd + exit 0 ~/rpmbuild/BUILD/src Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.v9mxLh + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64 + cd src + pushd /root/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose + popd ~/rpmbuild/BUILD/src + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:42:14.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.qiUZLj + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' + ver=v2.24.2 + test v2.24.2 = v2.24.2 + echo 'PASS: docker-compose version OK' + exit 0 PASS: docker-compose version OK Processing files: docker-compose-plugin-2.24.2-0.el8.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dFqP69 + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64/usr/share/doc/docker-compose-plugin + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64/usr/share/doc/docker-compose-plugin + 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.24.2-0.el8.aarch64/usr/share/doc/docker-compose-plugin + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.naByE1 + umask 022 + cd /root/rpmbuild/BUILD + cd src + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64/usr/share/licenses/docker-compose-plugin + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64/usr/share/licenses/docker-compose-plugin + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64/usr/share/licenses/docker-compose-plugin + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64/usr/share/licenses/docker-compose-plugin + exit 0 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose Provides: docker-compose-plugin = 0:2.24.2-0.el8 docker-compose-plugin(aarch-64) = 0:2.24.2-0.el8 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.17)(64bit) Enhances: docker-ce-cli Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.24.2-0.el8.src.rpm + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:56.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy ~/rpmbuild/BUILD/src + popd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.d9FS0n + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ readlink -f engine/bundles/dynbinary-daemon/dockerd + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/bin/dockerd ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/bin/docker-proxy + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/libexec/docker/docker-init + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/lib/systemd/system/docker.service + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/lib/systemd/system/docker.socket + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64/etc/docker + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.n1OwHd + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ engine/bundles/dynbinary-daemon/dockerd --version + ver='Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + test 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' = 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + echo 'PASS: daemon version OK' PASS: daemon version OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/bin/docker-proxy Provides: docker-ce = 3:0.0.0~20240120124445.f18a476-0.fc38 docker-ce(aarch-64) = 3:0.0.0~20240120124445.f18a476-0.fc38 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) Conflicts: docker docker-ee docker-engine-cs docker-io Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux Recommends: docker-ce-rootless-extras Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.src.rpm Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.q7iIzy + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.G2hoUO + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.aKVAq9 + umask 022 + cd /root/rpmbuild/BUILD + cd src + mkdir -p /go/src/github.com/docker + rm -f /go/src/github.com/docker/cli + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli + pushd /go/src/github.com/docker/cli /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src + VERSION=0.0.0-20240120124445-f18a476 + GITCOMMIT=f18a476 + GO_LINKMODE=dynamic + ./scripts/build/binary Building dynamic docker-linux-amd64 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:42:38Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:33.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 11.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/russross/blackfriday/v2 v2.1.0 + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:43.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' Install tini version v0.19.0 + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.24.2-0.el8.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fmUvYj + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.aarch64 + exit 0 #20 DONE 23.3s #21 [binary 1/1] COPY --from=build /out . #21 DONE 0.4s #22 exporting to client directory #22 copying files 35.60MB 0.1s done #22 DONE 0.1s mkdir -p build/win/amd64/docker cp /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/build/docker-windows-amd64.exe build/win/amd64/docker/docker.exe cp /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/bundles/cross/win/dockerd.exe build/win/amd64/docker/dockerd.exe cp /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/bundles/cross/win/docker-proxy.exe build/win/amd64/docker/docker-proxy.exe docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static/build/win/amd64:/v -w /v alpine sh -c 'apk update&&apk add zip&&zip -r docker-0.0.0-20240120124445-f18a476.zip docker' Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine 661ff4d9561e: Pulling fs layer 661ff4d9561e: Verifying Checksum 661ff4d9561e: Download complete 661ff4d9561e: Pull complete Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz v3.19.0-314-gdf33d320fc2 [https://dl-cdn.alpinelinux.org/alpine/v3.19/main] v3.19.0-319-ge48c0bf8dcc [https://dl-cdn.alpinelinux.org/alpine/v3.19/community] OK: 22982 distinct packages available go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 (1/2) Installing unzip (6.0-r14) (2/2) Installing zip (3.0-r12) Executing busybox-1.36.1-r15.trigger OK: 8 MiB in 17 packages adding: docker/ (stored 0%) docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8" + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:48.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yPUwVs + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ readlink -f engine/bundles/dynbinary-daemon/dockerd + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/bin/dockerd ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/bin/docker-proxy + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/libexec/docker/docker-init + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/lib/systemd/system/docker.service + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/lib/systemd/system/docker.socket + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64/etc/docker + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.YDTMS4 + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ engine/bundles/dynbinary-daemon/dockerd --version + ver='Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + test 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' = 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + echo 'PASS: daemon version OK' + RPM_EC=0 PASS: daemon version OK ++ jobs -p + exit 0 Processing files: docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/bin/docker-proxy Provides: docker-ce = 3:0.0.0~20240120124445.f18a476-0.fc39 docker-ce(x86-64) = 3:0.0.0~20240120124445.f18a476-0.fc39 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(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) libresolv.so.2()(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) Conflicts: docker docker-ee docker-engine-cs docker-io Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux Recommends: docker-ce-rootless-extras Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.src.rpm make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh + make IMAGE=quay.io/centos/centos:stream8 verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ quay.io/centos/centos:stream8 ./verify Unable to find image 'quay.io/centos/centos:stream8' locally stream8: Pulling from centos/centos + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:39.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' Install tini version v0.19.0 + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 62d5028162e3: Already exists Digest: sha256:4771b563d423363f2dc28ab7ebefac1962962daf3f49d10a7fcbfc4298222866 Status: Downloaded newer image for quay.io/centos/centos:stream8 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' + for f in rootlesskit rootlesskit-docker-proxy Install rootlesskit version v2.0.0 + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 #49 62.24 + bin/containerd-stress #49 62.24 go build -gcflags=-trimpath=/go/src -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.12 -X github.com/containerd/containerd/version.Revision=71909c1814c544ac47ab91d2e8b84718e517bb99 -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build" ./cmd/containerd-stress #49 65.06 + bin/containerd-shim #49 66.28 + bin/containerd-shim-runc-v1 #49 68.15 + bin/containerd-shim-runc-v2 + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:43.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' Install tini version v0.19.0 + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . -- The C compiler identification is GNU 8.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features + verify + dpkg --version + rpm --version + verify_rpm ++ . /etc/os-release +++ NAME='CentOS Stream' +++ VERSION=8 +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=8 +++ PLATFORM_ID=platform:el8 +++ PRETTY_NAME='CentOS Stream 8' +++ ANSI_COLOR='0;31' +++ CPE_NAME=cpe:/o:centos:centos:8 +++ HOME_URL=https://centos.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8' +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream' ++ echo centos + DIST_ID=centos ++ . /etc/os-release +++ NAME='CentOS Stream' +++ VERSION=8 +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=8 +++ PLATFORM_ID=platform:el8 +++ PRETTY_NAME='CentOS Stream 8' +++ ANSI_COLOR='0;31' +++ CPE_NAME=cpe:/o:centos:centos:8 +++ HOME_URL=https://centos.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8' +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream' ++ echo 8 ++ cut -d. -f1 + DIST_VERSION=8 + pkg_manager=yum + pkg_config_manager=yum-config-manager + dnf --version go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:48.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . -- The C compiler identification is GNU 8.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' Scanning dependencies of target tini-static make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 4.7.0 Installed: dnf-0:4.7.0-20.el8.noarch at Wed Jan 17 05:20:30 2024 Built : builder@centos.org at Mon Oct 16 13:48:29 2023 Installed: rpm-0:4.14.3-31.el8.aarch64 at Wed Jan 17 05:20:28 2024 Built : builder@centos.org at Wed Dec 13 13:43:35 2023 + pkg_manager=dnf + pkg_config_manager='dnf config-manager' + dnf clean all make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' Scanning dependencies of target tini-static make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static 0 files removed + dnf install -y 'dnf-command(config-manager)' go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 #49 69.87 + binaries adding: docker/dockerd.exe (deflated 68%) adding: docker/docker-proxy.exe (deflated 60%) go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/moby/sys/mountinfo v0.7.1 + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-amd64 + go build -o build/docker-linux-amd64 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:41:33Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:41.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' Install tini version v0.19.0 + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done (0.4s) -- Generating done (0.0s) -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-arm64 + go build -o build/docker-linux-arm64 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:41:43Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker go: downloading golang.org/x/net v0.17.0 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/russross/blackfriday/v2 v2.1.0 CentOS Stream 8 - AppStream 23 MB/s | 23 MB 00:01 make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:32.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/russross/blackfriday/v2 v2.1.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-amd64 + go build -o build/docker-linux-amd64 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:41:32Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker dpkg-source: info: building docker-ce in docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc debian/rules build dh build --with=bash-completion dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=c87e0ad PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:42:24.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:50.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' Install tini version v0.19.0 + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . -- The C compiler identification is GNU 10.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' Scanning dependencies of target tini-static make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 adding: docker/docker.exe (deflated 53%) go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/russross/blackfriday/v2 v2.1.0 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:52.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy + popd ~/rpmbuild/BUILD/src + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8hYkzB + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ readlink -f engine/bundles/dynbinary-daemon/dockerd + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/bin/dockerd ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/bin/docker-proxy + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/libexec/docker/docker-init + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/lib/systemd/system/docker.service + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/lib/systemd/system/docker.socket + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64/etc/docker + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.nxvKt7 + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ engine/bundles/dynbinary-daemon/dockerd --version PASS: daemon version OK + ver='Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + test 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' = 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + echo 'PASS: daemon version OK' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/bin/docker-proxy Provides: docker-ce = 3:0.0.0~20240120124445.f18a476-0.fc38 docker-ce(x86-64) = 3:0.0.0~20240120124445.f18a476-0.fc38 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(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) libresolv.so.2()(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) Conflicts: docker docker-ee docker-engine-cs docker-io Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux Recommends: docker-ce-rootless-extras Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.src.rpm make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-arm64 + go build -o build/docker-linux-arm64 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:41:48Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h #49 DONE 73.6s #55 [build 6/6] RUN --mount=type=bind,target=.,rw --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 <" Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python3-six-1.11.0-8.el8.noarch 1/7 Installing : python3-dateutil-1:2.6.1-6.el8.noarch 2/7 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 Installing : dbus-glib-0.110-2.el8.aarch64 3/7 Running scriptlet: dbus-glib-0.110-2.el8.aarch64 3/7 Installing : python3-dbus-1.2.4-15.el8.aarch64 4/7 Installing : python3-systemd-234-8.el8.aarch64 5/7 Installing : python3-dnf-plugins-core-4.0.21-25.el8.noarch 6/7 Installing : dnf-plugins-core-4.0.21-25.el8.noarch 7/7 Running scriptlet: dnf-plugins-core-4.0.21-25.el8.noarch 7/7 Verifying : python3-systemd-234-8.el8.aarch64 1/7 Verifying : dbus-glib-0.110-2.el8.aarch64 2/7 Verifying : dnf-plugins-core-4.0.21-25.el8.noarch 3/7 Verifying : python3-dateutil-1:2.6.1-6.el8.noarch 4/7 Verifying : python3-dbus-1.2.4-15.el8.aarch64 5/7 Verifying : python3-dnf-plugins-core-4.0.21-25.el8.noarch 6/7 + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-amd64 + go build -o build/docker-linux-amd64 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:41:50Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker Verifying : python3-six-1.11.0-8.el8.noarch 7/7 Installed: dbus-glib-0.110-2.el8.aarch64 dnf-plugins-core-4.0.21-25.el8.noarch python3-dateutil-1:2.6.1-6.el8.noarch python3-dbus-1.2.4-15.el8.aarch64 python3-dnf-plugins-core-4.0.21-25.el8.noarch python3-six-1.11.0-8.el8.noarch python3-systemd-234-8.el8.aarch64 Complete! + case ${DIST_ID}:${DIST_VERSION} in + install_rpm_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo' + dnf --version [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo 4.7.0 Installed: dnf-0:4.7.0-20.el8.noarch at Wed Jan 17 05:20:30 2024 Built : builder@centos.org at Mon Oct 16 13:48:29 2023 Installed: rpm-0:4.14.3-31.el8.aarch64 at Wed Jan 17 05:20:28 2024 Built : builder@centos.org at Wed Dec 13 13:43:35 2023 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo #55 63.92 + rm -f /go/src/github.com/docker/docker/go.mod #55 63.92 Created binary: /tmp/bundles/binary-daemon/dockerd #55 63.95 Building static /tmp/bundles/binary-daemon/docker-proxy (linux/amd64)... #55 63.96 + tee /go/src/github.com/docker/docker/go.mod #55 63.96 module github.com/docker/docker #55 63.96 #55 63.96 go 1.20 #55 63.96 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT #55 63.96 + GO111MODULE=on #55 63.96 + go build -mod=vendor -modfile=vendor.mod -o /tmp/bundles/binary-daemon/docker-proxy -tags 'netgo osusergo static_build journald' -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:58.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=Community Engine" -extldflags -static ' -gcflags= github.com/docker/docker/cmd/docker-proxy #55 64.16 + rm -f /go/src/github.com/docker/docker/go.mod #55 64.16 Created binary: /tmp/bundles/binary-daemon/docker-proxy #55 64.16 + dnf config-manager --set-disabled 'docker-ce-*' + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:42:05.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done (0.5s) -- Generating done (0.0s) -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading golang.org/x/net v0.17.0 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/russross/blackfriday/v2 v2.1.0 + dnf config-manager --set-enabled docker-ce-test + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:50.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' Install tini version v0.19.0 + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . -- The C compiler identification is GNU 9.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' Scanning dependencies of target tini-static make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' + for f in rootlesskit rootlesskit-docker-proxy Install rootlesskit version v2.0.0 + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/russross/blackfriday/v2 v2.1.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-amd64 + go build -o build/docker-linux-amd64 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:41:50Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker #55 DONE 65.6s + dnf makecache #60 [all 7/7] COPY --link --from=build /build / CentOS Stream 8 - AppStream 9.9 kB/s | 4.4 kB 00:00 make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.iUS0Tz69ul/ + cd /tmp/docker-cli-docsgen.iUS0Tz69ul + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/docker/go-units v0.5.0 CentOS Stream 8 - BaseOS 6.7 kB/s | 3.9 kB 00:00 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 CentOS Stream 8 - Extras 6.6 kB/s | 2.9 kB 00:00 #60 DONE 1.1s #61 exporting to client directory #61 copying files 36.77MB 0.1s go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/mattn/go-runewidth v0.0.15 make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.gdVcwYlRUw/ + cd /tmp/docker-cli-docsgen.gdVcwYlRUw + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee #61 copying files 209.99MB 0.5s done go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading golang.org/x/text v0.14.0 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.7ZeDGf3zbA/ + cd /tmp/docker-cli-docsgen.7ZeDGf3zbA + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading golang.org/x/term v0.15.0 go: downloading dario.cat/mergo v1.0.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading github.com/klauspost/compress v1.17.4 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/zmap/zlint/v3 v3.1.0 go: downloading github.com/google/certificate-transparency-go v1.1.4 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/kr/text v0.2.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading golang.org/x/term v0.15.0 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading golang.org/x/term v0.15.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/containerd/log v0.1.0 CentOS Stream 8 - Extras common packages 5.2 kB/s | 3.0 kB 00:00 make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.WyXzbTP3MM/ + cd /tmp/docker-cli-docsgen.WyXzbTP3MM + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading golang.org/x/term v0.15.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading github.com/containerd/log v0.1.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading github.com/klauspost/compress v1.17.4 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading golang.org/x/time v0.3.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/moby/sys/user v0.1.0 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/zmap/zlint/v3 v3.1.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 go: downloading github.com/klauspost/compress v1.17.4 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading github.com/klauspost/compress v1.17.4 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/Microsoft/hcsshim v0.11.4 Docker CE Test - aarch64 137 kB/s | 69 kB 00:00 go: downloading github.com/google/certificate-transparency-go v1.1.4 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/golang/protobuf v1.5.3 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 go: downloading golang.org/x/mod v0.14.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 + return + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WzYyP5 + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64 + cd src + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64/usr/bin/dockerd-rootless.sh + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64/usr/bin/dockerd-rootless-setuptool.sh + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64/usr/bin/rootlesskit go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading golang.org/x/tools v0.16.0 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64/usr/bin/rootlesskit-docker-proxy go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b + go mod vendor -modfile=vendor.mod + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.rIhRfK + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/local/bin/rootlesskit -v rootlesskit version 2.0.0 + exit 0 go: downloading github.com/zmap/zlint/v3 v3.1.0 go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading golang.org/x/tools v0.16.0 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/zmap/zlint/v3 v3.1.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 go: downloading golang.org/x/mod v0.14.0 Processing files: docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64 go: downloading github.com/google/certificate-transparency-go v1.1.4 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/google/certificate-transparency-go v1.1.4 Provides: docker-ce-rootless-extras = 0:0.0.0~20240120124445.f18a476-0.el7 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20240120124445.f18a476-0.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.17)(64bit) rtld(GNU_HASH) Conflicts: rootlesskit Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 #61 DONE 2.6s cd /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx && docker buildx bake --set binaries.platform= binaries && mv ./bin/build/buildx ./bin/docker-buildx #0 building with "default" instance using docker driver #1 [internal] load local bake definitions #1 reading docker-bake.hcl 3.68kB / 3.68kB done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 4.66kB done #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: 45B done + go mod vendor -modfile=vendor.mod + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-arm64 + go build -o build/docker-linux-arm64 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:42:05Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:42:09.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 11.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on Install rootlesskit version v2.0.0 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading golang.org/x/mod v0.14.0 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #4 DONE 0.1s #5 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 #5 CACHED #6 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.src.rpm go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading golang.org/x/mod v0.14.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.zfuB83O4vY/ + cd /tmp/docker-cli-docsgen.zfuB83O4vY + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 #6 DONE 0.1s #7 [internal] load metadata for docker.io/library/golang:1.21.6-alpine #7 DONE 0.3s Metadata cache created. + echo '[DEBUG] Installing engine rpms' [DEBUG] Installing engine rpms ++ find rpm/rpmbuild/centos-8/RPMS/ -type f -name '*.rpm' ++ sed /src/d + packages='rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-compose-plugin-2.24.2-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64.rpm' + set -x ++ source /etc/os-release +++ NAME='CentOS Stream' +++ VERSION=8 +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=8 +++ PLATFORM_ID=platform:el8 +++ PRETTY_NAME='CentOS Stream 8' +++ ANSI_COLOR='0;31' +++ CPE_NAME=cpe:/o:centos:centos:8 +++ HOME_URL=https://centos.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8' +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream' ++ echo 'CentOS Stream' + product_version='CentOS Stream' + '[' 'CentOS Stream' = rawhide ']' + dnf install -y rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-compose-plugin-2.24.2-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.el8.aarch64.rpm go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading golang.org/x/sync v0.6.0 #8 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 #8 CACHED #9 [golatest 1/1] FROM docker.io/library/golang:1.21.6-alpine@sha256:fd78f2fb1e49bcf343079bbbb851c936a18fc694df993cbddaa24ace0cc724c5 #9 resolve docker.io/library/golang:1.21.6-alpine@sha256:fd78f2fb1e49bcf343079bbbb851c936a18fc694df993cbddaa24ace0cc724c5 0.0s done #9 extracting sha256:661ff4d9561e3fd050929ee5097067c34bafc523ee60f5294a37fd08056a73ca #9 extracting sha256:661ff4d9561e3fd050929ee5097067c34bafc523ee60f5294a37fd08056a73ca 0.1s done #9 sha256:2523a6f68a0f515fe251aad40b18545155135ca6a5b2e61da8254df9153e3648 1.16kB / 1.16kB done #9 sha256:82e66f0646744e5c40c91b75ff7d5ff5577887b46d5402965633324dd842ea87 5.22kB / 5.22kB done #9 sha256:661ff4d9561e3fd050929ee5097067c34bafc523ee60f5294a37fd08056a73ca 3.41MB / 3.41MB 0.1s done #9 sha256:2979d3ffd3a49b2dd31f3e87826cb75934ebef5c0e6e44c8ae38ead06678961d 284.20kB / 284.20kB 0.1s done #9 sha256:a32e8c70f5774b3d882e17676b30b846a40001502ad8a543f3c72bebca48fcbc 1.05MB / 67.09MB 0.1s #9 sha256:fd78f2fb1e49bcf343079bbbb851c936a18fc694df993cbddaa24ace0cc724c5 1.65kB / 1.65kB done go: downloading github.com/mattn/go-runewidth v0.0.15 #9 sha256:a32e8c70f5774b3d882e17676b30b846a40001502ad8a543f3c72bebca48fcbc 20.97MB / 67.09MB 0.3s #9 sha256:cedd8caa912b33fa383ee6e3be5031c2bebfc4a735537ebe152941e374fb6c98 156B / 156B 0.2s done #9 extracting sha256:2979d3ffd3a49b2dd31f3e87826cb75934ebef5c0e6e44c8ae38ead06678961d 0.0s done #9 sha256:a32e8c70f5774b3d882e17676b30b846a40001502ad8a543f3c72bebca48fcbc 42.99MB / 67.09MB 0.5s + go mod vendor -modfile=vendor.mod Last metadata expiration check: 0:00:03 ago on Mon Jan 22 21:43:05 2024. + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/xeipuuv/gojsonschema v1.2.0 #9 sha256:a32e8c70f5774b3d882e17676b30b846a40001502ad8a543f3c72bebca48fcbc 53.48MB / 67.09MB 0.6s #9 sha256:a32e8c70f5774b3d882e17676b30b846a40001502ad8a543f3c72bebca48fcbc 62.91MB / 67.09MB 0.7s + go mod vendor -modfile=vendor.mod + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go + DISABLE_WARN_OUTSIDE_CONTAINER=1 + make manpages scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.8dy1Bboilb/ + cd /tmp/docker-cli-docsgen.8dy1Bboilb + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading golang.org/x/term v0.15.0 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading golang.org/x/sys v0.16.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading github.com/klauspost/compress v1.17.4 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/stretchr/testify v1.8.4 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/gorilla/mux v1.8.1 go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee #9 sha256:a32e8c70f5774b3d882e17676b30b846a40001502ad8a543f3c72bebca48fcbc 67.09MB / 67.09MB 0.8s go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading golang.org/x/term v0.15.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/creack/pty v1.1.21 #9 ... #10 [internal] load build context #10 transferring context: 71.58MB 0.9s done #10 DONE 1.2s #9 [golatest 1/1] FROM docker.io/library/golang:1.21.6-alpine@sha256:fd78f2fb1e49bcf343079bbbb851c936a18fc694df993cbddaa24ace0cc724c5 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/zmap/zlint/v3 v3.1.0 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading github.com/klauspost/compress v1.17.4 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading golang.org/x/time v0.3.0 #9 extracting sha256:a32e8c70f5774b3d882e17676b30b846a40001502ad8a543f3c72bebca48fcbc go: downloading github.com/google/certificate-transparency-go v1.1.4 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading golang.org/x/tools v0.16.0 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 #9 sha256:a32e8c70f5774b3d882e17676b30b846a40001502ad8a543f3c72bebca48fcbc 67.09MB / 67.09MB 1.5s done go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/google/certificate-transparency-go v1.1.4 Dependencies resolved. =================================================================================================== Package Arch Version Repository Size =================================================================================================== Installing: docker-buildx-plugin aarch64 0.12.1-0.el8 @commandline 11 M docker-ce aarch64 3:0.0.0~20240120124445.f18a476-0.el8 @commandline 16 M docker-ce-cli aarch64 1:0.0.0~20240120124445.f18a476-0.el8 @commandline 6.4 M docker-ce-rootless-extras aarch64 0.0.0~20240120124445.f18a476-0.el8 @commandline 4.4 M docker-compose-plugin aarch64 2.24.2-0.el8 @commandline 11 M Installing dependencies: checkpolicy aarch64 2.9-1.el8 baseos 338 k container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k containerd.io aarch64 1.6.27-3.1.el8 docker-ce-test 26 M diffutils aarch64 3.6-6.el8 baseos 352 k fuse-common aarch64 3.3.0-17.el8 baseos 22 k fuse-overlayfs aarch64 1.13-1.module_el8+712+4cd1bd69 appstream 65 k fuse3 aarch64 3.3.0-17.el8 baseos 53 k fuse3-libs aarch64 3.3.0-17.el8 baseos 91 k iptables aarch64 1.8.5-11.el8 baseos 669 k iptables-libs aarch64 1.8.5-11.el8 baseos 101 k libcgroup aarch64 0.41-19.el8 baseos 68 k libibverbs aarch64 48.0-1.el8 baseos 389 k libnetfilter_conntrack aarch64 1.0.6-5.el8 baseos 61 k libnfnetlink aarch64 1.0.1-13.el8 baseos 32 k libnftnl aarch64 1.2.2-3.el8 baseos 83 k libnl3 aarch64 3.7.0-1.el8 baseos 317 k libpcap aarch64 14:1.9.1-5.el8 baseos 161 k libselinux-utils aarch64 2.9-8.el8 baseos 241 k libslirp aarch64 4.4.0-1.module_el8+712+4cd1bd69 appstream 67 k policycoreutils aarch64 2.9-24.el8 baseos 408 k policycoreutils-python-utils noarch 2.9-24.el8 baseos 260 k python3-audit aarch64 3.1.2-1.el8 baseos 86 k python3-libselinux aarch64 2.9-8.el8 baseos 272 k python3-libsemanage aarch64 2.9-9.el8 baseos 126 k python3-policycoreutils noarch 2.9-24.el8 baseos 2.3 M python3-setools aarch64 4.3.0-5.el8 baseos 529 k rpm-plugin-selinux aarch64 4.14.3-31.el8 baseos 78 k selinux-policy noarch 3.14.3-134.el8 baseos 667 k selinux-policy-targeted noarch 3.14.3-134.el8 baseos 16 M slirp4netns aarch64 1.2.2-1.module_el8+712+4cd1bd69 appstream 55 k Enabling module streams: container-tools rhel8 Transaction Summary =================================================================================================== Install 35 Packages Total size: 99 M Total download size: 50 M Installed size: 401 M Downloading Packages: go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 go: downloading golang.org/x/mod v0.14.0 go: downloading github.com/zmap/zlint/v3 v3.1.0 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.9tydCkCIM2/ + cd /tmp/docker-cli-docsgen.9tydCkCIM2 + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading golang.org/x/term v0.15.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading github.com/moby/sys/symlink v0.2.0 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go go: downloading golang.org/x/tools v0.16.0 go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:42:13.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini Install tini version v0.19.0 + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . -- The C compiler identification is GNU 9.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' Scanning dependencies of target tini-static make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit Install rootlesskit version v2.0.0 + echo 'Install rootlesskit version v2.0.0' + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 (1/30): container-selinux-2.224.0-1.module_el8+ 298 kB/s | 70 kB 00:00 (2/30): fuse-overlayfs-1.13-1.module_el8+712+4c 270 kB/s | 65 kB 00:00 (3/30): libslirp-4.4.0-1.module_el8+712+4cd1bd6 272 kB/s | 67 kB 00:00 (4/30): slirp4netns-1.2.2-1.module_el8+712+4cd1 4.0 MB/s | 55 kB 00:00 (5/30): checkpolicy-2.9-1.el8.aarch64.rpm 18 MB/s | 338 kB 00:00 (6/30): fuse-common-3.3.0-17.el8.aarch64.rpm 1.7 MB/s | 22 kB 00:00 (7/30): diffutils-3.6-6.el8.aarch64.rpm 15 MB/s | 352 kB 00:00 (8/30): fuse3-3.3.0-17.el8.aarch64.rpm 4.1 MB/s | 53 kB 00:00 (9/30): fuse3-libs-3.3.0-17.el8.aarch64.rpm 5.7 MB/s | 91 kB 00:00 (10/30): iptables-libs-1.8.5-11.el8.aarch64.rpm 8.2 MB/s | 101 kB 00:00 (11/30): libcgroup-0.41-19.el8.aarch64.rpm 6.9 MB/s | 68 kB 00:00 (12/30): iptables-1.8.5-11.el8.aarch64.rpm 22 MB/s | 669 kB 00:00 (13/30): libnetfilter_conntrack-1.0.6-5.el8.aar 4.3 MB/s | 61 kB 00:00 (14/30): libibverbs-48.0-1.el8.aarch64.rpm 15 MB/s | 389 kB 00:00 (15/30): libnfnetlink-1.0.1-13.el8.aarch64.rpm 2.1 MB/s | 32 kB 00:00 (16/30): libnftnl-1.2.2-3.el8.aarch64.rpm 5.3 MB/s | 83 kB 00:00 (17/30): libpcap-1.9.1-5.el8.aarch64.rpm 14 MB/s | 161 kB 00:00 (18/30): libnl3-3.7.0-1.el8.aarch64.rpm 14 MB/s | 317 kB 00:00 (19/30): libselinux-utils-2.9-8.el8.aarch64.rpm 12 MB/s | 241 kB 00:00 (20/30): policycoreutils-2.9-24.el8.aarch64.rpm 17 MB/s | 408 kB 00:00 (21/30): policycoreutils-python-utils-2.9-24.el 11 MB/s | 260 kB 00:00 (22/30): python3-audit-3.1.2-1.el8.aarch64.rpm 4.2 MB/s | 86 kB 00:00 (23/30): python3-libselinux-2.9-8.el8.aarch64.r 15 MB/s | 272 kB 00:00 (24/30): python3-libsemanage-2.9-9.el8.aarch64. 9.9 MB/s | 126 kB 00:00 (25/30): rpm-plugin-selinux-4.14.3-31.el8.aarch 9.9 MB/s | 78 kB 00:00 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 go: downloading github.com/klauspost/compress v1.17.4 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 go: downloading golang.org/x/mod v0.14.0 + go mod vendor -modfile=vendor.mod (26/30): python3-setools-4.3.0-5.el8.aarch64.rp 22 MB/s | 529 kB 00:00 (27/30): selinux-policy-3.14.3-134.el8.noarch.r 30 MB/s | 667 kB 00:00 (28/30): python3-policycoreutils-2.9-24.el8.noa 37 MB/s | 2.3 MB 00:00 make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.soWWwLUIsr/ + cd /tmp/docker-cli-docsgen.soWWwLUIsr + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading golang.org/x/text v0.14.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading golang.org/x/term v0.15.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 + go mod vendor -modfile=vendor.mod (29/30): containerd.io-1.6.27-3.1.el8.aarch64.r 41 MB/s | 26 MB 00:00 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading github.com/containerd/log v0.1.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/klauspost/compress v1.17.4 go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/zmap/zlint/v3 v3.1.0 + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:42:14.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' Install tini version v0.19.0 + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit Install rootlesskit version v2.0.0 + echo 'Install rootlesskit version v2.0.0' + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/russross/blackfriday/v2 v2.1.0 (30/30): selinux-policy-targeted-3.14.3-134.el8 15 MB/s | 16 MB 00:01 -------------------------------------------------------------------------------- Total 24 MB/s | 50 MB 00:02 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HfzJCo + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bGyyRc + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/google/certificate-transparency-go v1.1.4 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz + /usr/bin/tar -xf - go: downloading github.com/moby/sys/user v0.1.0 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/golang/protobuf v1.5.3 go: downloading golang.org/x/tools v0.16.0 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-arm64 + go build -o build/docker-linux-arm64 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:42:09Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.x7LedCcSEz/ + cd /tmp/docker-cli-docsgen.x7LedCcSEz + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/morikuni/aec v1.0.0 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/distribution/reference v0.5.0 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/moby/sys/signal v0.7.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz + /usr/bin/tar -xf - go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading golang.org/x/term v0.15.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 go: downloading golang.org/x/mod v0.14.0 go: downloading github.com/klauspost/compress v1.17.4 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading golang.org/x/time v0.3.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/moby/sys/user v0.1.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 Docker CE Test - aarch64 7.4 kB/s | 1.6 kB 00:00 Importing GPG key 0x621E9F35: Userid : "Docker Release (CE rpm) " Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35 From : https://download.docker.com/linux/centos/gpg Key imported successfully + DISABLE_WARN_OUTSIDE_CONTAINER=1 + make manpages scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.tPpoIx7mr1/ go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/zmap/zlint/v3 v3.1.0 go: downloading github.com/google/certificate-transparency-go v1.1.4 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . #9 extracting sha256:a32e8c70f5774b3d882e17676b30b846a40001502ad8a543f3c72bebca48fcbc 2.9s done #9 extracting sha256:cedd8caa912b33fa383ee6e3be5031c2bebfc4a735537ebe152941e374fb6c98 #9 extracting sha256:cedd8caa912b33fa383ee6e3be5031c2bebfc4a735537ebe152941e374fb6c98 done #9 DONE 4.7s #11 [gobase 1/3] COPY --from=xx / / go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 Running transaction check Transaction check succeeded. Running transaction test + cd /tmp/docker-cli-docsgen.tPpoIx7mr1 + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/kr/text v0.2.0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Z7dTUg + umask 022 + cd /root/rpmbuild/BUILD + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + GO111MODULE=on + CGO_ENABLED=0 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 + go mod vendor -modfile=vendor.mod Transaction test succeeded. Running transaction go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading golang.org/x/text v0.14.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading golang.org/x/mod v0.14.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/zmap/zlint/v3 v3.1.0 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading golang.org/x/sys v0.16.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading golang.org/x/term v0.15.0 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6LCTHJ + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.oa919e + umask 022 + cd /root/rpmbuild/BUILD + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/bin/docker-proxy warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.FxouuT + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zL2df3 + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + mkdir -p /go/src/github.com/docker + rm -f /go/src/github.com/docker/cli + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli + pushd /go/src/github.com/docker/cli + VERSION=0.0.0-20240120124445-f18a476 + GITCOMMIT=f18a476 + GO_LINKMODE=dynamic + ./scripts/build/binary /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src Building dynamic docker-linux-arm64 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:43:09Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 go: downloading github.com/google/certificate-transparency-go v1.1.4 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/kr/text v0.2.0 go: downloading golang.org/x/time v0.3.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading github.com/klauspost/compress v1.17.4 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading github.com/moby/sys/user v0.1.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/stretchr/testify v1.8.4 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/gorilla/mux v1.8.1 Preparing : 1/1 go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b #11 DONE 1.4s #12 [gobase 2/3] RUN apk add --no-cache file git #12 0.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 go: downloading golang.org/x/mod v0.14.0 + go mod vendor -modfile=vendor.mod go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/zmap/zlint/v3 v3.1.0 go: downloading github.com/google/certificate-transparency-go v1.1.4 + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-arm64 + go build -o build/docker-linux-arm64 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:42:13Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/golang/protobuf v1.5.3 go: downloading golang.org/x/tools v0.16.0 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8RQjdk + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nnfS3x + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.D7jA5H + umask 022 + cd /root/rpmbuild/BUILD + cd src + mkdir -p /go/src/github.com/docker + rm -f /go/src/github.com/docker/cli + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli + pushd /go/src/github.com/docker/cli /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src + VERSION=0.0.0-20240120124445-f18a476 + GITCOMMIT=f18a476 + GO_LINKMODE=dynamic + ./scripts/build/binary Building dynamic docker-linux-amd64 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:43:12Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker #12 1.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 + go mod vendor -modfile=vendor.mod Installing : python3-libselinux-2.9-8.el8.aarch64 1/35 Installing : docker-compose-plugin-2.24.2-0.el8.aarch64 2/35 Running scriptlet: docker-compose-plugin-2.24.2-0.el8.aarch64 2/35 Installing : libselinux-utils-2.9-8.el8.aarch64 3/35 Installing : libnfnetlink-1.0.1-13.el8.aarch64 4/35 Running scriptlet: libnfnetlink-1.0.1-13.el8.aarch64 4/35 Installing : fuse3-libs-3.3.0-17.el8.aarch64 5/35 Running scriptlet: fuse3-libs-3.3.0-17.el8.aarch64 5/35 Installing : libnetfilter_conntrack-1.0.6-5.el8.aarch64 6/35 Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.aarch64 6/35 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading golang.org/x/mod v0.14.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 Installing : python3-libsemanage-2.9-9.el8.aarch64 7/35 #12 1.605 (1/11) Installing libmagic (5.45-r1) #12 1.635 (2/11) Installing file (5.45-r1) #12 1.639 (3/11) Installing brotli-libs (1.1.0-r1) #12 1.650 (4/11) Installing c-ares (1.24.0-r0) #12 1.654 (5/11) Installing libunistring (1.1-r2) #12 1.668 (6/11) Installing libidn2 (2.3.4-r4) #12 1.672 (7/11) Installing nghttp2-libs (1.58.0-r0) #12 1.676 (8/11) Installing libcurl (8.5.0-r0) #12 1.684 (9/11) Installing libexpat (2.5.0-r2) #12 1.688 (10/11) Installing pcre2 (10.42-r2) #12 1.697 (11/11) Installing git (2.43.0-r0) #12 1.765 Executing busybox-1.36.1-r15.trigger + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go #12 1.770 OK: 27 MiB in 27 packages #12 DONE 1.9s #13 [gobase 3/3] WORKDIR /src #13 DONE 0.0s #14 [buildx-version 1/1] RUN --mount=type=bind,target=. < Making bundle: dynbinary (in bundles/dynbinary) Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags 'exclude_graphdriver_btrfs journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:43:54.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd Provides: docker-ce-rootless-extras = 0:0.0.0~20240120124445.f18a476-0.el9 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20240120124445.f18a476-0.el9 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) rtld(GNU_HASH) Conflicts: rootlesskit Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.aarch64 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading golang.org/x/text v0.14.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading golang.org/x/term v0.15.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.src.rpm go: downloading github.com/containerd/log v0.1.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading github.com/klauspost/compress v1.17.4 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/moby/sys/user v0.1.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/gorilla/mux v1.8.1 go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.el7.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eb4Ku1 + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el7.aarch64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3Xgssg + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.AruGXO + umask 022 + cd /root/rpmbuild/BUILD + cd src + pushd /root/rpmbuild/BUILD/src/compose + make VERSION=v2.24.2 DESTDIR=./bin build ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "./bin/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/zmap/zlint/v3 v3.1.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading k8s.io/apiserver v0.26.7 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/google/certificate-transparency-go v1.1.4 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/golang/protobuf v1.5.3 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.FXRUY5 + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64 + cd src + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/bin + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/bin/docker + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/bash-completion/completions + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/zsh/vendor-completions + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/fish/vendor_completions.d + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/bash-completion/completions/docker + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/zsh/vendor-completions/_docker + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/fish/vendor_completions.d/docker.fish + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/man/man1 + 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~20240120124445.f18a476-0.el9.x86_64/usr/share/man/man1 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/man/man5 + 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~20240120124445.f18a476-0.el9.x86_64/usr/share/man/man5 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/man/man8 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/man/man8 + mkdir -p build-docs + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/LICENSE build-docs/LICENSE + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/MAINTAINERS build-docs/MAINTAINERS + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/NOTICE build-docs/NOTICE + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/README.md build-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b + /usr/lib/rpm/brp-strip /usr/bin/strip + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 make[2]: Leaving directory '/root/build-deb/cli' # Build buildx plugin cd /go/src/github.com/docker/buildx \ && mkdir -p /usr/libexec/docker/cli-plugins/ \ && GO111MODULE=on \ CGO_ENABLED=0 \ go build \ -mod=vendor \ -trimpath \ -ldflags "-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \ -o "/usr/libexec/docker/cli-plugins/docker-buildx" \ ./cmd/buildx go: downloading golang.org/x/mod v0.14.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.TgvNZO + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ cli/build/docker --version + ver='Docker version 0.0.0-20240120124445-f18a476, build f18a476' + test 'Docker version 0.0.0-20240120124445-f18a476, build f18a476' = 'Docker version 0.0.0-20240120124445-f18a476, build f18a476' + echo 'PASS: cli version OK' + RPM_EC=0 PASS: cli version OK ++ jobs -p + exit 0 Processing files: docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sWRRd4 + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/doc/docker-ce-cli + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/doc/docker-ce-cli + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/doc/docker-ce-cli + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/doc/docker-ce-cli + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/doc/docker-ce-cli + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/share/doc/docker-ce-cli + RPM_EC=0 ++ jobs -p + exit 0 Provides: docker-ce-cli = 1:0.0.0~20240120124445.f18a476-0.el9 docker-ce-cli(x86-64) = 1:0.0.0~20240120124445.f18a476-0.el9 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh 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) libresolv.so.2()(64bit) rtld(GNU_HASH) Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io Recommends: docker-buildx-plugin docker-compose-plugin Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.src.rpm + go mod vendor -modfile=vendor.mod + return + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.d5BhlT + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64/usr/bin/dockerd-rootless.sh + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64/usr/bin/dockerd-rootless-setuptool.sh + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64/usr/bin/rootlesskit + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64/usr/bin/rootlesskit-docker-proxy + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.QOU17y + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + /usr/local/bin/rootlesskit -v rootlesskit version 2.0.0 + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64 Provides: docker-ce-rootless-extras = 0:0.0.0~20240120124445.f18a476-0.fc39 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20240120124445.f18a476-0.fc39 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) rtld(GNU_HASH) Conflicts: rootlesskit Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.src.rpm + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 make[2]: Leaving directory '/root/build-deb/cli' # Build buildx plugin cd /go/src/github.com/docker/buildx \ && mkdir -p /usr/libexec/docker/cli-plugins/ \ && GO111MODULE=on \ CGO_ENABLED=0 \ go build \ -mod=vendor \ -trimpath \ -ldflags "-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \ -o "/usr/libexec/docker/cli-plugins/docker-buildx" \ ./cmd/buildx Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yp2uNr + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bN3sCt + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xUkhSL + umask 022 + cd /root/rpmbuild/BUILD + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + GO111MODULE=on + CGO_ENABLED=0 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading k8s.io/client-go v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading golang.org/x/oauth2 v0.11.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading k8s.io/apiserver v0.26.7 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/moby/spdystream v0.2.0 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UfyO9D + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.8uMMGV + umask 022 + cd /root/rpmbuild/BUILD + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing RPM build warnings: warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Yw62fT + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0JYDmF + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + TMP_GOPATH=/go + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']' + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nrcaTe + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.o2FZ3m + umask 022 + cd /root/rpmbuild/BUILD + rm -rf /root/rpmbuild/BUILD/src-SPECPARTS + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing RPM build warnings: warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tRX05V + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz + STATUS=0 + '[' 0 -ne 0 ']' + rm -rf /root/rpmbuild/BUILD/src-SPECPARTS + /usr/bin/mkdir -p /root/rpmbuild/BUILD/src-SPECPARTS + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1bnQlj + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + GO111MODULE=on + CGO_ENABLED=0 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 30/35 Installing : containerd.io-1.6.27-3.1.el8.aarch64 31/35 Running scriptlet: containerd.io-1.6.27-3.1.el8.aarch64 31/35 Installing : libslirp-4.4.0-1.module_el8+712+4cd1bd69.aarch64 32/35 Installing : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.aarch6 33/35 Installing : docker-ce-rootless-extras-0.0.0~20240120124445.f18 34/35 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/containerd/continuity v0.4.2 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 Running scriptlet: docker-ce-rootless-extras-0.0.0~20240120124445.f18 34/35 Installing : docker-ce-3:0.0.0~20240120124445.f18a476-0.el8.aar 35/35 Running scriptlet: docker-ce-3:0.0.0~20240120124445.f18a476-0.el8.aar 35/35 Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 35/35 Running scriptlet: docker-ce-3:0.0.0~20240120124445.f18a476-0.el8.aar 35/35 Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 1/35 Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.aarc 2/35 Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.aarch64 3/35 Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.aarch6 4/35 Verifying : checkpolicy-2.9-1.el8.aarch64 5/35 Verifying : diffutils-3.6-6.el8.aarch64 6/35 Verifying : fuse-common-3.3.0-17.el8.aarch64 7/35 Verifying : fuse3-3.3.0-17.el8.aarch64 8/35 Verifying : fuse3-libs-3.3.0-17.el8.aarch64 9/35 Verifying : iptables-1.8.5-11.el8.aarch64 10/35 Verifying : iptables-libs-1.8.5-11.el8.aarch64 11/35 Verifying : libcgroup-0.41-19.el8.aarch64 12/35 Verifying : libibverbs-48.0-1.el8.aarch64 13/35 Verifying : libnetfilter_conntrack-1.0.6-5.el8.aarch64 14/35 Verifying : libnfnetlink-1.0.1-13.el8.aarch64 15/35 Verifying : libnftnl-1.2.2-3.el8.aarch64 16/35 Verifying : libnl3-3.7.0-1.el8.aarch64 17/35 Verifying : libpcap-14:1.9.1-5.el8.aarch64 18/35 Verifying : libselinux-utils-2.9-8.el8.aarch64 19/35 Verifying : policycoreutils-2.9-24.el8.aarch64 20/35 Verifying : policycoreutils-python-utils-2.9-24.el8.noarch 21/35 Verifying : python3-audit-3.1.2-1.el8.aarch64 22/35 Verifying : python3-libselinux-2.9-8.el8.aarch64 23/35 Verifying : python3-libsemanage-2.9-9.el8.aarch64 24/35 Verifying : python3-policycoreutils-2.9-24.el8.noarch 25/35 Verifying : python3-setools-4.3.0-5.el8.aarch64 26/35 Verifying : rpm-plugin-selinux-4.14.3-31.el8.aarch64 27/35 Verifying : selinux-policy-3.14.3-134.el8.noarch 28/35 Verifying : selinux-policy-targeted-3.14.3-134.el8.noarch 29/35 Verifying : containerd.io-1.6.27-3.1.el8.aarch64 30/35 Verifying : docker-ce-rootless-extras-0.0.0~20240120124445.f18 31/35 Verifying : docker-buildx-plugin-0.12.1-0.el8.aarch64 32/35 Verifying : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.el8 33/35 Verifying : docker-compose-plugin-2.24.2-0.el8.aarch64 34/35 Verifying : docker-ce-3:0.0.0~20240120124445.f18a476-0.el8.aar 35/35 Installed: checkpolicy-2.9-1.el8.aarch64 container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch containerd.io-1.6.27-3.1.el8.aarch64 diffutils-3.6-6.el8.aarch64 docker-buildx-plugin-0.12.1-0.el8.aarch64 docker-ce-3:0.0.0~20240120124445.f18a476-0.el8.aarch64 docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.el8.aarch64 docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.aarch64 docker-compose-plugin-2.24.2-0.el8.aarch64 fuse-common-3.3.0-17.el8.aarch64 fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.aarch64 fuse3-3.3.0-17.el8.aarch64 fuse3-libs-3.3.0-17.el8.aarch64 iptables-1.8.5-11.el8.aarch64 iptables-libs-1.8.5-11.el8.aarch64 libcgroup-0.41-19.el8.aarch64 libibverbs-48.0-1.el8.aarch64 libnetfilter_conntrack-1.0.6-5.el8.aarch64 libnfnetlink-1.0.1-13.el8.aarch64 libnftnl-1.2.2-3.el8.aarch64 libnl3-3.7.0-1.el8.aarch64 libpcap-14:1.9.1-5.el8.aarch64 libselinux-utils-2.9-8.el8.aarch64 libslirp-4.4.0-1.module_el8+712+4cd1bd69.aarch64 policycoreutils-2.9-24.el8.aarch64 policycoreutils-python-utils-2.9-24.el8.noarch python3-audit-3.1.2-1.el8.aarch64 python3-libselinux-2.9-8.el8.aarch64 python3-libsemanage-2.9-9.el8.aarch64 python3-policycoreutils-2.9-24.el8.noarch python3-setools-4.3.0-5.el8.aarch64 rpm-plugin-selinux-4.14.3-31.el8.aarch64 selinux-policy-3.14.3-134.el8.noarch selinux-policy-targeted-3.14.3-134.el8.noarch slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.aarch64 Complete! + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.2 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BQCHla + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gaZPI5 + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xof - [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.M31ROU + umask 022 + cd /root/rpmbuild/BUILD + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + TMP_GOPATH=/go + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']' + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' + for f in rootlesskit rootlesskit-docker-proxy Install rootlesskit version v2.0.0 + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 + return + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KYAVbF + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/bin/dockerd-rootless.sh + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/bin/dockerd-rootless-setuptool.sh + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/bin/rootlesskit + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/bin/rootlesskit-docker-proxy + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zOKYM3 + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + /usr/local/bin/rootlesskit -v rootlesskit version 2.0.0 + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 Provides: docker-ce-rootless-extras = 0:0.0.0~20240120124445.f18a476-0.fc38 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20240120124445.f18a476-0.fc38 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) rtld(GNU_HASH) Conflicts: rootlesskit Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.src.rpm # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 #15 DONE 48.3s #16 [binaries-unix 1/1] COPY --link --from=buildx-build /usr/bin/docker-buildx /buildx #16 DONE 0.9s #17 exporting to client directory #17 copying files 41.79MB 0.1s #17 copying files 53.31MB 0.1s done #17 DONE 0.1s mkdir -p build/linux/docker cp /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/cli/build/docker build/linux/docker/ for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \ cp -L /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/bundles/binary/$f build/linux/docker/$f; \ done cp: cannot stat '/home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/bundles/binary/containerd-shim': No such file or directory tar -C build/linux -c -z -f build/linux/docker-0.0.0-20240120124445-f18a476.tgz docker + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 + return + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.D5aJW1 + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64 + cd src + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/bin/dockerd-rootless.sh + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/bin/dockerd-rootless-setuptool.sh + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/bin/rootlesskit + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64/usr/bin/rootlesskit-docker-proxy + /usr/lib/rpm/check-buildroot # extra binaries for running rootless mkdir -p build/linux/docker-rootless-extras for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh dockerd-rootless-setuptool.sh vpnkit; do \ if [ -f /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/bundles/binary/$f ]; then \ cp -L /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/docker/bundles/binary/$f build/linux/docker-rootless-extras/$f; \ fi \ done tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20240120124445-f18a476.tgz docker-rootless-extras + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.JkwjBk + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/local/bin/rootlesskit -v rootlesskit version 2.0.0 + RPM_EC=0 ++ jobs -p + exit 0 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 ~/rpmbuild/BUILD/src + popd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Js9Sd4 + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/bin + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/bin/docker + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/bash-completion/completions + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/zsh/vendor-completions + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/fish/vendor_completions.d + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/bash-completion/completions/docker + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/zsh/vendor-completions/_docker + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/fish/vendor_completions.d/docker.fish + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/man/man1 + 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~20240120124445.f18a476-0.fc39.x86_64/usr/share/man/man1 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/man/man5 + 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~20240120124445.f18a476-0.fc39.x86_64/usr/share/man/man5 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/man/man8 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/man/man8 + mkdir -p build-docs + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/LICENSE build-docs/LICENSE + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/MAINTAINERS build-docs/MAINTAINERS + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/NOTICE build-docs/NOTICE + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/README.md build-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.kWPEWS + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ cli/build/docker --version + ver='Docker version 0.0.0-20240120124445-f18a476, build f18a476' + test 'Docker version 0.0.0-20240120124445-f18a476, build f18a476' = 'Docker version 0.0.0-20240120124445-f18a476, build f18a476' + echo 'PASS: cli version OK' PASS: cli version OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Ey6E57 + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/doc/docker-ce-cli + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/doc/docker-ce-cli + cp -pr /root/rpmbuild/BUILD/src/build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/doc/docker-ce-cli + cp -pr /root/rpmbuild/BUILD/src/build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/doc/docker-ce-cli + cp -pr /root/rpmbuild/BUILD/src/build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/doc/docker-ce-cli + cp -pr /root/rpmbuild/BUILD/src/build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/share/doc/docker-ce-cli + RPM_EC=0 ++ jobs -p + exit 0 Provides: docker-ce-cli = 1:0.0.0~20240120124445.f18a476-0.fc39 docker-ce-cli(x86-64) = 1:0.0.0~20240120124445.f18a476-0.fc39 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh 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) libresolv.so.2()(64bit) rtld(GNU_HASH) Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io Recommends: docker-buildx-plugin docker-compose-plugin Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.src.rpm Processing files: docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64 Provides: docker-ce-rootless-extras = 0:0.0.0~20240120124445.f18a476-0.el9 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20240120124445.f18a476-0.el9 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) rtld(GNU_HASH) Conflicts: rootlesskit Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.src.rpm Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dt8tzN + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.rGtCXk + umask 022 + cd /root/rpmbuild/BUILD + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mVGbgq + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oPdDz7 + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + GO111MODULE=on + CGO_ENABLED=0 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading k8s.io/client-go v0.26.7 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading k8s.io/api v0.26.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading k8s.io/client-go v0.26.7 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading github.com/imdario/mergo v0.3.16 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/json-iterator/go v1.1.12 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 # buildx tar -C /home/ubuntu/workspace/docker-ce-packaging_master/src/github.com/docker/buildx/bin -c -z -f build/linux/docker-buildx-plugin-0.12.1.tgz docker-buildx + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:24.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . -- The C compiler identification is GNU 10.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' Scanning dependencies of target tini-static make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/buger/goterm v1.0.4 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading k8s.io/client-go v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/google/gofuzz v1.2.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading golang.org/x/oauth2 v0.11.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] sh + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master:/v -w /v alpine chown -R 1000:1000 src Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine 661ff4d9561e: Already exists Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 Status: Downloaded newer image for alpine:latest + popd + exit 0 ~/rpmbuild/BUILD/src Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dIoXqp + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.aarch64 + cd src + pushd /root/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-compose + popd + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE ~/rpmbuild/BUILD/src + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XUkepV + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.H18ooH + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz + /usr/bin/tar -xof - rm -f -r src + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.mIYF5p + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' + ver=v2.24.2 + test v2.24.2 = v2.24.2 + echo 'PASS: docker-compose version OK' PASS: docker-compose version OK + exit 0 Processing files: docker-compose-plugin-2.24.2-0.el7.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.f2IQjt + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.aarch64/usr/share/doc/docker-compose-plugin-2.24.2 + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.aarch64/usr/share/doc/docker-compose-plugin-2.24.2 + 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.24.2-0.el7.aarch64/usr/share/doc/docker-compose-plugin-2.24.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.8F7SPv + umask 022 + cd /root/rpmbuild/BUILD + cd src + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.24.2 + export LICENSEDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.24.2 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.24.2 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.24.2 + exit 0 make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz + /usr/bin/tar -xof - Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/static:/v -w /v alpine chown -R 1000:1000 build # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/json-iterator/go v1.1.12 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.dzJ9fu + umask 022 + cd /root/rpmbuild/BUILD + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + GO111MODULE=on + CGO_ENABLED=0 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx Provides: docker-compose-plugin = 0:2.24.2-0.el7 docker-compose-plugin(aarch-64) = 0:2.24.2-0.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.17)(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.aarch64 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.24.2-0.el7.src.rpm rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/static' [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/apiserver v0.26.7 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading golang.org/x/oauth2 v0.11.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 [Pipeline] } [Pipeline] // node [Pipeline] } + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4BkdfC + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/bin + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/bin/docker + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/bash-completion/completions + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/zsh/vendor-completions + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/fish/vendor_completions.d + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/bash-completion/completions/docker + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/zsh/vendor-completions/_docker + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/fish/vendor_completions.d/docker.fish + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/man/man1 + 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~20240120124445.f18a476-0.fc38.x86_64/usr/share/man/man1 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/man/man5 + 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~20240120124445.f18a476-0.fc38.x86_64/usr/share/man/man5 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/man/man8 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/man/man8 + mkdir -p build-docs + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/LICENSE build-docs/LICENSE + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/MAINTAINERS build-docs/MAINTAINERS + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/NOTICE build-docs/NOTICE + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/README.md build-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.8T9vNz + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ cli/build/docker --version + ver='Docker version 0.0.0-20240120124445-f18a476, build f18a476' + test 'Docker version 0.0.0-20240120124445-f18a476, build f18a476' = 'Docker version 0.0.0-20240120124445-f18a476, build f18a476' + echo 'PASS: cli version OK' + RPM_EC=0 PASS: cli version OK ++ jobs -p + exit 0 Processing files: docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.krhJ3G + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/doc/docker-ce-cli + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/doc/docker-ce-cli + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/doc/docker-ce-cli + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/doc/docker-ce-cli + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/doc/docker-ce-cli + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/share/doc/docker-ce-cli + RPM_EC=0 ++ jobs -p + exit 0 Provides: docker-ce-cli = 1:0.0.0~20240120124445.f18a476-0.fc38 docker-ce-cli(x86-64) = 1:0.0.0~20240120124445.f18a476-0.fc38 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh 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) libresolv.so.2()(64bit) rtld(GNU_HASH) Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io Recommends: docker-buildx-plugin docker-compose-plugin Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.src.rpm # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading k8s.io/client-go v0.26.7 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading golang.org/x/oauth2 v0.11.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/moby/spdystream v0.2.0 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading k8s.io/client-go v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/google/gofuzz v1.2.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/moby/locker v1.0.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading golang.org/x/oauth2 v0.11.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/moby/spdystream v0.2.0 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vRcr7Y + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.hsQ6Yu + umask 022 + cd /root/rpmbuild/BUILD + rm -rf /root/rpmbuild/BUILD/src-SPECPARTS + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cE5TmJ + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz + STATUS=0 + '[' 0 -ne 0 ']' + rm -rf /root/rpmbuild/BUILD/src-SPECPARTS + /usr/bin/mkdir -p /root/rpmbuild/BUILD/src-SPECPARTS + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WBxR6k + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + TMP_GOPATH=/go + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']' + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' + for f in rootlesskit rootlesskit-docker-proxy Install rootlesskit version v2.0.0 + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading k8s.io/client-go v0.26.7 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info dh_compress go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 + popd + exit 0 ~/rpmbuild/BUILD/src Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.opsSjb + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.x86_64 + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx + popd + /usr/lib/rpm/check-buildroot ~/rpmbuild/BUILD/src + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.KgH0wm + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' + ver=v0.12.1 + test v0.12.1 = v0.12.1 + echo 'PASS: docker-buildx version OK' + exit 0 PASS: docker-buildx version OK Processing files: docker-buildx-plugin-0.12.1-0.el8.x86_64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx Provides: docker-buildx-plugin = 0:0.12.1-0.el8 docker-buildx-plugin(x86-64) = 0:0.12.1-0.el8 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.12.1-0.el8.src.rpm dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/moby/spdystream v0.2.0 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading k8s.io/client-go v0.26.7 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading golang.org/x/oauth2 v0.11.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.el8.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RylChe + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el8.x86_64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.P2xLTt + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz + /usr/bin/tar -xof - go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 make[1]: Leaving directory '/root/build-deb' dh_installdeb + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Ksyml0 + umask 022 + cd /root/rpmbuild/BUILD + cd src ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + pushd /root/rpmbuild/BUILD/src/compose + make VERSION=v2.24.2 DESTDIR=./bin build GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "./bin/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/jonboulle/clockwork v0.4.0 debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb'. dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~debian.10~buster_arm64.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~debian.10~buster_arm64.deb'. # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/buger/goterm v1.0.4 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading k8s.io/client-go v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.24.2-0.el7.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.mN9Dyd + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.aarch64 + exit 0 + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:33.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-arm-v6 + go build -o build/docker-linux-arm-v6 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:41:24Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading golang.org/x/oauth2 v0.11.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/json-iterator/go v1.1.12 dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.RRnuGU + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.aarch64 + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx + popd ~/rpmbuild/BUILD/src + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~debian.12~bookworm_arm64.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~debian.12~bookworm_arm64.deb'. [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 Install rootlesskit version v2.0.0 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.JxECyO + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' PASS: docker-buildx version OK + ver=v0.12.1 + test v0.12.1 = v0.12.1 + echo 'PASS: docker-buildx version OK' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-buildx-plugin-0.12.1-0.el9.aarch64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 Provides: docker-buildx-plugin = 0:0.12.1-0.el9 docker-buildx-plugin(aarch-64) = 0:0.12.1-0.el9 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.aarch64 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.12.1-0.el9.src.rpm go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/google/uuid v1.5.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:25.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . -- The C compiler identification is GNU 8.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' Scanning dependencies of target tini-static make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/russross/blackfriday/v2 v2.1.0 dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages + return + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.cy02HB + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/bin/dockerd-rootless.sh + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/bin/dockerd-rootless-setuptool.sh + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/bin/rootlesskit + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/bin/rootlesskit-docker-proxy + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.02CYOl + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + /usr/local/bin/rootlesskit -v rootlesskit version 2.0.0 + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64 Provides: docker-ce-rootless-extras = 0:0.0.0~20240120124445.f18a476-0.fc39 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20240120124445.f18a476-0.fc39 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) rtld(GNU_HASH) Conflicts: rootlesskit Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64 debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~debian.11~bullseye_arm64.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~debian.11~bullseye_arm64.deb'. docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7" + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.src.rpm make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh + make IMAGE=centos:7 verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ centos:7 ./verify Unable to find image 'centos:7' locally 7: Pulling from library/centos + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rVtMY8 + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.aarch64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.aarch64/usr/libexec/docker/cli-plugins/docker-buildx + popd + /usr/lib/rpm/check-buildroot ~/rpmbuild/BUILD/src + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.mum9q5 + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' + ver=v0.12.1 + test v0.12.1 = v0.12.1 + echo 'PASS: docker-buildx version OK' PASS: docker-buildx version OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-buildx-plugin-0.12.1-0.fc39.aarch64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.aarch64/usr/libexec/docker/cli-plugins/docker-buildx Provides: docker-buildx-plugin = 0:0.12.1-0.fc39 docker-buildx-plugin(aarch-64) = 0:0.12.1-0.fc39 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.aarch64 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.12.1-0.fc39.src.rpm 6717b8ec66cd: Already exists Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 Status: Downloaded newer image for centos:7 + verify + dpkg --version + rpm --version + verify_rpm ++ . /etc/os-release +++ NAME='CentOS Linux' +++ VERSION='7 (AltArch)' +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=7 +++ PRETTY_NAME='CentOS Linux 7 (AltArch)' +++ ANSI_COLOR='0;31' +++ CPE_NAME=cpe:/o:centos:centos:7:server +++ HOME_URL=https://www.centos.org/ +++ BUG_REPORT_URL=https://bugs.centos.org/ +++ CENTOS_MANTISBT_PROJECT=CentOS-7 +++ CENTOS_MANTISBT_PROJECT_VERSION=7 +++ REDHAT_SUPPORT_PRODUCT=centos +++ REDHAT_SUPPORT_PRODUCT_VERSION=7 ++ echo centos + DIST_ID=centos ++ . /etc/os-release +++ NAME='CentOS Linux' +++ VERSION='7 (AltArch)' +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=7 +++ PRETTY_NAME='CentOS Linux 7 (AltArch)' +++ ANSI_COLOR='0;31' +++ CPE_NAME=cpe:/o:centos:centos:7:server +++ HOME_URL=https://www.centos.org/ +++ BUG_REPORT_URL=https://bugs.centos.org/ +++ CENTOS_MANTISBT_PROJECT=CentOS-7 +++ CENTOS_MANTISBT_PROJECT_VERSION=7 +++ REDHAT_SUPPORT_PRODUCT=centos +++ REDHAT_SUPPORT_PRODUCT_VERSION=7 ++ echo 7 ++ cut -d. -f1 + DIST_VERSION=7 + pkg_manager=yum + pkg_config_manager=yum-config-manager + dnf --version ./verify: line 112: dnf: command not found + case ${DIST_ID}:${DIST_VERSION} in + install_rpm_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo' + dnf --version [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo install-containerd-helpers: line 27: dnf: command not found + yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo Loaded plugins: fastestmirror, ovl + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-arm-v6 + go build -o build/docker-linux-arm-v6 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:41:25Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cL4Q5U + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.mT6ad6 + umask 022 + cd /root/rpmbuild/BUILD + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing RPM build warnings: warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ZZwr2V + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VGKujB + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + TMP_GOPATH=/go + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']' + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sJhWlh + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.VITWeg + umask 022 + cd /root/rpmbuild/BUILD + rm -rf /root/rpmbuild/BUILD/src-SPECPARTS + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.FCEKNG + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz + STATUS=0 + '[' 0 -ne 0 ']' + rm -rf /root/rpmbuild/BUILD/src-SPECPARTS + /usr/bin/mkdir -p /root/rpmbuild/BUILD/src-SPECPARTS + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.w5BzP3 + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + GO111MODULE=on + CGO_ENABLED=0 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 + return + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WUs6Fg + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/bin/dockerd-rootless.sh + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/bin/dockerd-rootless-setuptool.sh + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/bin/rootlesskit + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/bin/rootlesskit-docker-proxy + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.TZLXdJ + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + /usr/local/bin/rootlesskit -v rootlesskit version 2.0.0 + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64 Provides: docker-ce-rootless-extras = 0:0.0.0~20240120124445.f18a476-0.fc38 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20240120124445.f18a476-0.fc38 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) rtld(GNU_HASH) Conflicts: rootlesskit Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.src.rpm make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms adding repo from: https://download.docker.com/linux/centos/docker-ce.repo grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo repo saved to /etc/yum.repos.d/docker-ce.repo + yum-config-manager --disable 'docker-ce-*' Loaded plugins: fastestmirror, ovl =========================== repo: docker-ce-nightly ============================ [docker-ce-nightly] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/aarch64/7 baseurl = https://download.docker.com/linux/centos/7/aarch64/nightly cache = 0 cachedir = /var/cache/yum/aarch64/7/docker-ce-nightly check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/aarch64/7/docker-ce-nightly/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Nightly - aarch64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly pkgdir = /var/cache/yum/aarch64/7/docker-ce-nightly/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-nightly/7/aarch64 ui_repoid_vars = releasever, basearch username = ====================== repo: docker-ce-nightly-debuginfo ======================= [docker-ce-nightly-debuginfo] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/aarch64/7 baseurl = https://download.docker.com/linux/centos/7/debug-aarch64/nightly cache = 0 cachedir = /var/cache/yum/aarch64/7/docker-ce-nightly-debuginfo check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-debuginfo/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-debuginfo/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/aarch64/7/docker-ce-nightly-debuginfo/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Nightly - Debuginfo aarch64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-debuginfo pkgdir = /var/cache/yum/aarch64/7/docker-ce-nightly-debuginfo/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-nightly-debuginfo/7/aarch64 ui_repoid_vars = releasever, basearch username = ======================== repo: docker-ce-nightly-source ======================== [docker-ce-nightly-source] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/aarch64/7 baseurl = https://download.docker.com/linux/centos/7/source/nightly cache = 0 cachedir = /var/cache/yum/aarch64/7/docker-ce-nightly-source check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-source/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-source/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/aarch64/7/docker-ce-nightly-source/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Nightly - Sources old_base_cache_dir = password = persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-source pkgdir = /var/cache/yum/aarch64/7/docker-ce-nightly-source/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-nightly-source/7 ui_repoid_vars = releasever, basearch username = ============================ repo: docker-ce-stable ============================ [docker-ce-stable] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/aarch64/7 baseurl = https://download.docker.com/linux/centos/7/aarch64/stable cache = 0 cachedir = /var/cache/yum/aarch64/7/docker-ce-stable check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = 0 enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-stable/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/aarch64/7/docker-ce-stable/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Stable - aarch64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable pkgdir = /var/cache/yum/aarch64/7/docker-ce-stable/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-stable/7/aarch64 ui_repoid_vars = releasever, basearch username = ======================= repo: docker-ce-stable-debuginfo ======================= [docker-ce-stable-debuginfo] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/aarch64/7 baseurl = https://download.docker.com/linux/centos/7/debug-aarch64/stable cache = 0 cachedir = /var/cache/yum/aarch64/7/docker-ce-stable-debuginfo check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-debuginfo/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-debuginfo/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/aarch64/7/docker-ce-stable-debuginfo/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Stable - Debuginfo aarch64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-debuginfo pkgdir = /var/cache/yum/aarch64/7/docker-ce-stable-debuginfo/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-stable-debuginfo/7/aarch64 ui_repoid_vars = releasever, basearch username = ======================== repo: docker-ce-stable-source ========================= [docker-ce-stable-source] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/aarch64/7 baseurl = https://download.docker.com/linux/centos/7/source/stable cache = 0 cachedir = /var/cache/yum/aarch64/7/docker-ce-stable-source check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-source/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-source/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/aarch64/7/docker-ce-stable-source/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Stable - Sources old_base_cache_dir = password = persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-source pkgdir = /var/cache/yum/aarch64/7/docker-ce-stable-source/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-stable-source/7 ui_repoid_vars = releasever, basearch username = ============================= repo: docker-ce-test ============================= [docker-ce-test] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/aarch64/7 baseurl = https://download.docker.com/linux/centos/7/aarch64/test cache = 0 cachedir = /var/cache/yum/aarch64/7/docker-ce-test check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/aarch64/7/docker-ce-test/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Test - aarch64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test pkgdir = /var/cache/yum/aarch64/7/docker-ce-test/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-test/7/aarch64 ui_repoid_vars = releasever, basearch username = ======================== repo: docker-ce-test-debuginfo ======================== [docker-ce-test-debuginfo] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/aarch64/7 baseurl = https://download.docker.com/linux/centos/7/debug-aarch64/test cache = 0 cachedir = /var/cache/yum/aarch64/7/docker-ce-test-debuginfo check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test-debuginfo/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-debuginfo/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/aarch64/7/docker-ce-test-debuginfo/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Test - Debuginfo aarch64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-debuginfo pkgdir = /var/cache/yum/aarch64/7/docker-ce-test-debuginfo/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-test-debuginfo/7/aarch64 ui_repoid_vars = releasever, basearch username = ========================= repo: docker-ce-test-source ========================== [docker-ce-test-source] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/aarch64/7 baseurl = https://download.docker.com/linux/centos/7/source/test cache = 0 cachedir = /var/cache/yum/aarch64/7/docker-ce-test-source check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test-source/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-source/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/aarch64/7/docker-ce-test-source/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Test - Sources old_base_cache_dir = password = persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-source pkgdir = /var/cache/yum/aarch64/7/docker-ce-test-source/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-test-source/7 ui_repoid_vars = releasever, basearch username = + yum-config-manager --enable docker-ce-test Loaded plugins: fastestmirror, ovl ============================= repo: docker-ce-test ============================= [docker-ce-test] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/aarch64/7 baseurl = https://download.docker.com/linux/centos/7/aarch64/test cache = 0 cachedir = /var/cache/yum/aarch64/7/docker-ce-test check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = 1 enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/aarch64/7/docker-ce-test/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Test - aarch64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test pkgdir = /var/cache/yum/aarch64/7/docker-ce-test/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-test/7/aarch64 ui_repoid_vars = releasever, basearch username = + yum makecache Loaded plugins: fastestmirror, ovl Determining fastest mirrors + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-arm-v6 + go build -o build/docker-linux-arm-v6 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:41:33Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info * base: download.cf.centos.org * extras: download.cf.centos.org * updates: download.cf.centos.org + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)... + tee /root/rpmbuild/BUILD/src/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags 'exclude_graphdriver_btrfs journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:43:54.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/rpmbuild/BUILD/src/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy + popd ~/rpmbuild/BUILD/src + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3nDhJh + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 + cd src ++ readlink -f engine/bundles/dynbinary-daemon/dockerd + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/bin/dockerd ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/bin/docker-proxy + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/libexec/docker/docker-init + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/lib/systemd/system/docker.service + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/lib/systemd/system/docker.socket + mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64/etc/docker + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.CXXfj1 + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ engine/bundles/dynbinary-daemon/dockerd --version + ver='Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + test 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' = 'Docker version 0.0.0-20240120124445-f18a476, build c87e0ad' + echo 'PASS: daemon version OK' PASS: daemon version OK + exit 0 Processing files: docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 Provides: docker-ce = 3:0.0.0~20240120124445.f18a476-0.el7 docker-ce(x86-64) = 3:0.0.0~20240120124445.f18a476-0.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(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) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.2.5)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) Conflicts: docker docker-io docker-engine-cs docker-ee Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20240120124445.f18a476-0.el7.src.rpm make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.exrGgz + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.aarch64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + pushd /root/rpmbuild/BUILD/src/buildx + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.aarch64/usr/libexec/docker/cli-plugins/docker-buildx + popd ~/rpmbuild/BUILD/src + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info debian/rules override_dh_builddeb make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:52.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini Install tini version v0.19.0 + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 11.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_arm64.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_arm64.deb'. + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.F7CQty + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' + ver=v0.12.1 + test v0.12.1 = v0.12.1 + echo 'PASS: docker-buildx version OK' PASS: docker-buildx version OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-buildx-plugin-0.12.1-0.fc38.aarch64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.aarch64/usr/libexec/docker/cli-plugins/docker-buildx Provides: docker-buildx-plugin = 0:0.12.1-0.fc38 docker-buildx-plugin(aarch-64) = 0:0.12.1-0.fc38 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.aarch64 dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.12.1-0.fc38.src.rpm make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:53.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' + for f in rootlesskit rootlesskit-docker-proxy Install rootlesskit version v2.0.0 + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 dh_bash-completion go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/google/uuid v1.5.0 dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.oxoQNQ + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.o9dBDI + umask 022 + cd /root/rpmbuild/BUILD + rm -rf src src.gemspec go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.COobmN + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/russross/blackfriday/v2 v2.1.0 dh_compress go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo dpkg-genchanges >../docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.changes dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~debian.10~buster_arm64.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb /root/docker-compose-plugin_2.24.2-1~debian.10~buster_arm64.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~debian.10~buster_arm64.deb' -> '/build/docker-buildx-plugin_0.12.1-1~debian.10~buster_arm64.deb' removed '/root/docker-buildx-plugin_0.12.1-1~debian.10~buster_arm64.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb' copied '/root/docker-compose-plugin_2.24.2-1~debian.10~buster_arm64.deb' -> '/build/docker-compose-plugin_2.24.2-1~debian.10~buster_arm64.deb' removed '/root/docker-compose-plugin_2.24.2-1~debian.10~buster_arm64.deb' dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vinI3R + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gzD359 + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz + /usr/bin/tar -xf - debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9tYarr + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + GO111MODULE=on + CGO_ENABLED=0 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rurpqu + umask 022 + cd /root/rpmbuild/BUILD + cd src + mkdir -p /go/src/github.com/docker + rm -f /go/src/github.com/docker/cli + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli + pushd /go/src/github.com/docker/cli /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src + VERSION=0.0.0-20240120124445-f18a476 + GITCOMMIT=f18a476 + GO_LINKMODE=dynamic + ./scripts/build/binary Building dynamic docker-linux-amd64 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:44:55Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo -O../docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.buildinfo dpkg-genchanges -O../docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.changes dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_arm64.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb /root/docker-compose-plugin_2.24.2-1~debian.12~bookworm_arm64.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_arm64.deb' -> '/build/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_arm64.deb' removed '/root/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_arm64.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb' copied '/root/docker-compose-plugin_2.24.2-1~debian.12~bookworm_arm64.deb' -> '/build/docker-compose-plugin_2.24.2-1~debian.12~bookworm_arm64.deb' removed '/root/docker-compose-plugin_2.24.2-1~debian.12~bookworm_arm64.deb' debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_arm64.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_arm64.deb'. make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_arm64.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_arm64.deb'. dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_amd64.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_amd64.deb'. make[1]: Leaving directory '/root/build-deb' dh_installdeb make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo dpkg-genchanges >../docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.changes dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_arm64.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb /root/docker-compose-plugin_2.24.2-1~debian.11~bullseye_arm64.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_arm64.deb' -> '/build/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_arm64.deb' removed '/root/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_arm64.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb' copied '/root/docker-compose-plugin_2.24.2-1~debian.11~bullseye_arm64.deb' -> '/build/docker-compose-plugin_2.24.2-1~debian.11~bullseye_arm64.deb' removed '/root/docker-compose-plugin_2.24.2-1~debian.11~bullseye_arm64.deb' dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb'. dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_amd64.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_amd64.deb'. make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:42:01.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' Install tini version v0.19.0 + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done (0.4s) -- Generating done (0.0s) -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 Install rootlesskit version v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums go: downloading golang.org/x/net v0.17.0 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb'. dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~debian.10~buster_amd64.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~debian.10~buster_amd64.deb'. make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.el9.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8agWlm + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JASTvK + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EAS9wI + umask 022 + cd /root/rpmbuild/BUILD + cd src + pushd /root/rpmbuild/BUILD/src/compose + make VERSION=v2.24.2 DESTDIR=./bin build ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "./bin/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~debian.12~bookworm_amd64.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~debian.12~bookworm_amd64.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb'. dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_arm64.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_arm64.deb'. go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading k8s.io/client-go v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/pelletier/go-toml v1.9.5 + make IMAGE=debian:buster verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ debian:buster ./verify Unable to find image 'debian:buster' locally Building dynamic docker-linux-arm-v6 + go build -o build/docker-linux-arm-v6 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:41:52Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:52.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . -- The C compiler identification is GNU 9.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' Scanning dependencies of target tini-static make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_amd64.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_amd64.deb'. buster: Pulling from library/debian ff2e543b6a43: Already exists Digest: sha256:defa5d214292f2aaf7905d3e4bcdf8f628019feb63e7c8746df563d1a941f8d7 Status: Downloaded newer image for debian:buster + verify + dpkg --version + verify_deb + apt-get update Get:1 http://deb.debian.org/debian buster InRelease [122 kB] docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bookworm" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.fc39.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.mlgzXJ + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.F5ldyC + umask 022 + cd /root/rpmbuild/BUILD + rm -rf /root/rpmbuild/BUILD/src-SPECPARTS + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.aarch64/usr/libexec/docker/cli-plugins/docker-buildx RPM build warnings: warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.GGzU0Z + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz + STATUS=0 + '[' 0 -ne 0 ']' + rm -rf /root/rpmbuild/BUILD/src-SPECPARTS + /usr/bin/mkdir -p /root/rpmbuild/BUILD/src-SPECPARTS + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.aCQhQd + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/compose + make VERSION=v2.24.2 DESTDIR=./bin build ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "./bin/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7737 kB] + make IMAGE=debian:bookworm verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ debian:bookworm ./verify Unable to find image 'debian:bookworm' locally go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:42:05.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 Install rootlesskit version v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading golang.org/x/sys v0.16.0 + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-arm-v6 + go build -o build/docker-linux-arm-v6 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:41:52Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 Packages [572 kB] Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [8780 B] go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading k8s.io/client-go v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/google/uuid v1.5.0 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 bookworm: Pulling from library/debian 5665c1f9a9e1: Already exists Digest: sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 Status: Downloaded newer image for debian:bookworm go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/google/gofuzz v1.2.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/moby/spdystream v0.2.0 go: downloading sigs.k8s.io/yaml v1.3.0 + verify + dpkg --version + verify_deb + apt-get update go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 Fetched 8531 kB in 2s (5146 kB/s) go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB] Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [132 kB] + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Fetched 9080 kB in 1s (6230 kB/s) + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-arm-v6 + go build -o build/docker-linux-arm-v6 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:41:53Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1 lsb-base mime-support openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.7 python3.7-minimal readline-common Suggested packages: dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.7-venv python3.7-doc binutils binfmt-support readline-doc Recommended packages: dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales packagekit publicsuffix libsasl2-modules bzip2 file xz-utils unattended-upgrades Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common The following NEW packages will be installed: apt-transport-https ca-certificates curl dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1 lsb-base lsb-release mime-support openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.7 python3.7-minimal readline-common software-properties-common 0 upgraded, 66 newly installed, 0 to remove and 0 not upgraded. Need to get 22.9 MB of archives. After this operation, 81.6 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1n-0+deb10u6 [1395 kB] Get:2 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u6 [589 kB] Get:3 http://deb.debian.org/debian-security buster/updates/main arm64 libexpat1 arm64 2.2.6-2+deb10u6 [87.5 kB] Get:4 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u6 [1406 kB] Get:5 http://deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] Get:6 http://deb.debian.org/debian buster/main arm64 mime-support all 3.62 [37.2 kB] Get:7 http://deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] Get:8 http://deb.debian.org/debian buster/main arm64 readline-common all 7.0-5 [70.6 kB] Get:9 http://deb.debian.org/debian buster/main arm64 libreadline7 arm64 7.0-5 [134 kB] Get:10 http://deb.debian.org/debian-security buster/updates/main arm64 libsqlite3-0 arm64 3.27.2-3+deb10u2 [603 kB] Get:11 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u6 [1642 kB] Get:12 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7 arm64 3.7.3-2+deb10u6 [331 kB] Get:13 http://deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] Get:14 http://deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] Get:15 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] Get:16 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5support0 arm64 1.17-3+deb10u6 [65.2 kB] Get:17 http://deb.debian.org/debian-security buster/updates/main arm64 libk5crypto3 arm64 1.17-3+deb10u6 [123 kB] Get:18 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5-3 arm64 1.17-3+deb10u6 [351 kB] Get:19 http://deb.debian.org/debian-security buster/updates/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u6 [150 kB] Get:20 http://deb.debian.org/debian buster/main arm64 apt-transport-https all 1.8.2.3 [149 kB] Get:21 http://deb.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1n-0+deb10u6 [834 kB] Get:22 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] Get:23 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u2 [69.4 kB] Get:24 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u2 [105 kB] Get:25 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB] Get:26 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u7 [216 kB] Get:27 http://deb.debian.org/debian-security buster/updates/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u2 [82.4 kB] Get:28 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] Get:29 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] Get:30 http://deb.debian.org/debian-security buster/updates/main arm64 libssh2-1 arm64 1.8.0-2.1+deb10u1 [136 kB] Get:31 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u8 [315 kB] Get:32 http://deb.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u8 [262 kB] Get:33 http://deb.debian.org/debian buster/main arm64 libassuan0 arm64 2.5.2-1 [47.1 kB] Get:34 http://deb.debian.org/debian buster/main arm64 gpgconf arm64 2.2.12-1+deb10u2 [504 kB] Get:35 http://deb.debian.org/debian buster/main arm64 lsb-base all 10.2019051400 [28.4 kB] Get:36 http://deb.debian.org/debian-security buster/updates/main arm64 libksba8 arm64 1.3.5-2+deb10u2 [96.6 kB] Get:37 http://deb.debian.org/debian buster/main arm64 libnpth0 arm64 1.6-1 [17.6 kB] Get:38 http://deb.debian.org/debian buster/main arm64 dirmngr arm64 2.2.12-1+deb10u2 [694 kB] Get:39 http://deb.debian.org/debian-security buster/updates/main arm64 distro-info-data all 0.41+deb10u8 [7540 B] Get:40 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-0 arm64 2.58.3-2+deb10u5 [1188 kB] Get:41 http://deb.debian.org/debian buster/main arm64 libgirepository-1.0-1 arm64 1.58.3-2 [85.1 kB] Get:42 http://deb.debian.org/debian buster/main arm64 gir1.2-glib-2.0 arm64 1.58.3-2 [143 kB] Get:43 http://deb.debian.org/debian buster/main arm64 libpackagekit-glib2-18 arm64 1.1.12-5 [105 kB] Get:44 http://deb.debian.org/debian buster/main arm64 gir1.2-packagekitglib-1.0 arm64 1.1.12-5 [35.9 kB] Get:45 http://deb.debian.org/debian buster/main arm64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB] Get:46 http://deb.debian.org/debian buster/main arm64 gnupg-utils arm64 2.2.12-1+deb10u2 [824 kB] Get:47 http://deb.debian.org/debian buster/main arm64 gpg arm64 2.2.12-1+deb10u2 [827 kB] Get:48 http://deb.debian.org/debian buster/main arm64 pinentry-curses arm64 1.1.0-2 [62.7 kB] Get:49 http://deb.debian.org/debian buster/main arm64 gpg-agent arm64 2.2.12-1+deb10u2 [601 kB] Get:50 http://deb.debian.org/debian buster/main arm64 gpg-wks-client arm64 2.2.12-1+deb10u2 [478 kB] Get:51 http://deb.debian.org/debian buster/main arm64 gpg-wks-server arm64 2.2.12-1+deb10u2 [472 kB] Get:52 http://deb.debian.org/debian buster/main arm64 gpgsm arm64 2.2.12-1+deb10u2 [586 kB] Get:53 http://deb.debian.org/debian buster/main arm64 gnupg all 2.2.12-1+deb10u2 [715 kB] Reading package lists... Building dependency tree... Reading state information... docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Get:54 http://deb.debian.org/debian buster/main arm64 gnupg2 all 2.2.12-1+deb10u2 [393 kB] Get:55 http://deb.debian.org/debian buster/main arm64 iso-codes all 4.2-1 [2713 kB] Get:56 http://deb.debian.org/debian buster/main arm64 libapt-inst2.0 arm64 1.8.2.3 [202 kB] Get:57 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl3-gnutls arm64 7.64.0-4+deb10u8 [313 kB] Get:58 http://deb.debian.org/debian-security buster/updates/main arm64 libdbus-1-3 arm64 1.12.28-0+deb10u1 [210 kB] Get:59 http://deb.debian.org/debian buster/main arm64 lsb-release all 10.2019051400 [27.5 kB] Get:60 http://deb.debian.org/debian buster/main arm64 python-apt-common all 1.8.4.3 [96.3 kB] Get:61 http://deb.debian.org/debian buster/main arm64 python3-apt arm64 1.8.4.3 [179 kB] Get:62 http://deb.debian.org/debian buster/main arm64 python3-dbus arm64 1.2.8-3 [101 kB] Get:63 http://deb.debian.org/debian buster/main arm64 python3-gi arm64 3.30.4-1 [174 kB] Get:64 http://deb.debian.org/debian buster/main arm64 python3-pycurl arm64 7.43.0.2-0.1 [65.5 kB] Get:65 http://deb.debian.org/debian buster/main arm64 python3-software-properties all 0.96.20.2-2 [49.6 kB] Get:66 http://deb.debian.org/debian buster/main arm64 software-properties-common all 0.96.20.2-2 [83.3 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 22.9 MB in 1s (35.4 MB/s) Selecting previously unselected package libssl1.1:arm64. The following additional packages will be installed: dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libncursesw6 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common sgml-base systemd systemd-sysv xml-core Suggested packages: default-dbus-session-bus | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user gstreamer1.0-tools pinentry-doc polkitd-pkla python3-doc python3-tk python3-venv python-apt-doc python-blinker-doc python-cryptography-doc python3-cryptography-vectors python-dbus-doc python3-crypto python3-setuptools python-pyparsing-doc python3.11-venv python3.11-doc binutils binfmt-support readline-doc sgml-base-doc systemd-container systemd-homed systemd-userdbd systemd-boot systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 debhelper Recommended packages: libpam-cap shared-mime-info xdg-user-dirs krb5-locales libldap-common libgpm2 dbus-user-session publicsuffix libsasl2-modules appstream packagekit-tools systemd-timesyncd | time-daemon libnss-systemd + make IMAGE=debian:bullseye verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ debian:bullseye ./verify Unable to find image 'debian:bullseye' locally bullseye: Pulling from library/debian (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6679 files and directories currently installed.) Preparing to unpack .../libssl1.1_1.1.1n-0+deb10u6_arm64.deb ... Unpacking libssl1.1:arm64 (1.1.1n-0+deb10u6) ... Selecting previously unselected package libpython3.7-minimal:arm64. Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u6_arm64.deb ... Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u6) ... Selecting previously unselected package libexpat1:arm64. Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_arm64.deb ... Unpacking libexpat1:arm64 (2.2.6-2+deb10u6) ... cf83973c4a09: Already exists Digest: sha256:71cb300d5448af821aedfe63afd55ba05f45a6a79f00dcd131b96b780bb99fe4 Status: Downloaded newer image for debian:bullseye Selecting previously unselected package python3.7-minimal. Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u6_arm64.deb ... Unpacking python3.7-minimal (3.7.3-2+deb10u6) ... Setting up libssl1.1:arm64 (1.1.1n-0+deb10u6) ... Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u6) ... Setting up libexpat1:arm64 (2.2.6-2+deb10u6) ... Setting up python3.7-minimal (3.7.3-2+deb10u6) ... + verify + dpkg --version + verify_deb + apt-get update + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:41:58.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . -- The C compiler identification is GNU 8.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' Scanning dependencies of target tini-static make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] The following NEW packages will be installed: apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libncursesw6 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common sgml-base software-properties-common systemd systemd-sysv xml-core Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6940 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.7.3-1_arm64.deb ... Unpacking python3-minimal (3.7.3-1) ... + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [260 kB] 0 upgraded, 117 newly installed, 0 to remove and 0 not upgraded. Need to get 47.1 MB of archives. After this operation, 184 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.11-1~deb12u2 [1803 kB] Get:2 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] Get:3 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] Get:4 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] Get:5 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] Get:6 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u1 [205 kB] Get:7 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+b1 [182 kB] Get:8 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] Get:10 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] Get:11 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.19-1~deb12u1 [1506 kB] Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.19-1~deb12u1 [2828 kB] Get:13 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.19-1~deb12u1 [41.8 kB] Get:14 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] Get:16 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] Get:17 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1 [84.8 kB] Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] Get:20 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] Get:21 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-minimal arm64 3.11.2-6 [806 kB] Get:22 http://deb.debian.org/debian bookworm/main arm64 python3.11-minimal arm64 3.11.2-6 [1858 kB] Get:23 http://deb.debian.org/debian bookworm/main arm64 python3-minimal arm64 3.11.2-1+b1 [26.3 kB] Get:24 http://deb.debian.org/debian bookworm/main arm64 media-types all 10.0.0 [26.1 kB] Get:25 http://deb.debian.org/debian bookworm/main arm64 libncursesw6 arm64 6.4-4 [122 kB] Get:26 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u1 [31.7 kB] Get:27 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u1 [79.0 kB] Selecting previously unselected package mime-support. Preparing to unpack .../1-mime-support_3.62_all.deb ... Unpacking mime-support (3.62) ... Selecting previously unselected package libmpdec2:arm64. Preparing to unpack .../2-libmpdec2_2.4.2-2_arm64.deb ... Unpacking libmpdec2:arm64 (2.4.2-2) ... Selecting previously unselected package readline-common. Preparing to unpack .../3-readline-common_7.0-5_all.deb ... Unpacking readline-common (7.0-5) ... Selecting previously unselected package libreadline7:arm64. Preparing to unpack .../4-libreadline7_7.0-5_arm64.deb ... Unpacking libreadline7:arm64 (7.0-5) ... Selecting previously unselected package libsqlite3-0:arm64. Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_arm64.deb ... Unpacking libsqlite3-0:arm64 (3.27.2-3+deb10u2) ... Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [16.3 kB] Get:28 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] Get:29 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u1 [313 kB] Get:30 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u1 [123 kB] Get:31 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] Get:32 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] Get:33 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] Get:34 http://deb.debian.org/debian bookworm/main arm64 readline-common all 8.2-1.3 [69.0 kB] Get:35 http://deb.debian.org/debian bookworm/main arm64 libreadline8 arm64 8.2-1.3 [155 kB] Get:36 http://deb.debian.org/debian bookworm/main arm64 libsqlite3-0 arm64 3.40.1-2 [786 kB] Get:37 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-stdlib arm64 3.11.2-6 [1747 kB] Get:38 http://deb.debian.org/debian bookworm/main arm64 python3.11 arm64 3.11.2-6 [572 kB] Get:39 http://deb.debian.org/debian bookworm/main arm64 libpython3-stdlib arm64 3.11.2-1+b1 [9296 B] Get:40 http://deb.debian.org/debian bookworm/main arm64 python3 arm64 3.11.2-1+b1 [26.3 kB] Get:41 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB] Get:42 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.11-1~deb12u2 [1385 kB] Get:43 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20230311 [153 kB] Get:44 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.19-1~deb12u1 [208 kB] Get:45 http://deb.debian.org/debian bookworm/main arm64 apt-transport-https all 2.6.1 [25.2 kB] Get:46 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] Get:47 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] Get:48 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] Get:49 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] Get:50 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u1 [68.3 kB] Get:51 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] Get:52 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] Get:53 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] Get:54 http://deb.debian.org/debian-security bookworm-security/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB] Get:55 http://deb.debian.org/debian-security bookworm-security/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB] Get:56 http://deb.debian.org/debian bookworm/main arm64 libassuan0 arm64 2.5.5-5 [45.9 kB] Get:57 http://deb.debian.org/debian bookworm/main arm64 gpgconf arm64 2.2.40-1.1 [557 kB] Get:58 http://deb.debian.org/debian bookworm/main arm64 libksba8 arm64 1.6.3-2 [119 kB] Get:59 http://deb.debian.org/debian bookworm/main arm64 libnpth0 arm64 1.6-3 [18.6 kB] Get:60 http://deb.debian.org/debian bookworm/main arm64 dirmngr arm64 2.2.40-1.1 [770 kB] Get:61 http://deb.debian.org/debian bookworm/main arm64 distro-info-data all 0.58+deb12u1 [6072 B] Get:62 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB] Get:63 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB] Get:64 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB] Get:65 http://deb.debian.org/debian bookworm/main arm64 libpackagekit-glib2-18 arm64 1.2.6-5 [102 kB] Get:66 http://deb.debian.org/debian bookworm/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.6-5 [25.9 kB] Get:67 http://deb.debian.org/debian bookworm/main arm64 gnupg-l10n all 2.2.40-1.1 [1093 kB] Get:68 http://deb.debian.org/debian bookworm/main arm64 gnupg-utils arm64 2.2.40-1.1 [880 kB] Get:69 http://deb.debian.org/debian bookworm/main arm64 gpg arm64 2.2.40-1.1 [903 kB] Get:70 http://deb.debian.org/debian bookworm/main arm64 pinentry-curses arm64 1.2.1-1 [75.2 kB] Get:71 http://deb.debian.org/debian bookworm/main arm64 gpg-agent arm64 2.2.40-1.1 [673 kB] Get:72 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-client arm64 2.2.40-1.1 [532 kB] Get:73 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-server arm64 2.2.40-1.1 [524 kB] Get:74 http://deb.debian.org/debian bookworm/main arm64 gpgsm arm64 2.2.40-1.1 [651 kB] Get:75 http://deb.debian.org/debian bookworm/main arm64 gnupg all 2.2.40-1.1 [846 kB] Get:76 http://deb.debian.org/debian bookworm/main arm64 gnupg2 all 2.2.40-1.1 [445 kB] Get:77 http://deb.debian.org/debian bookworm/main arm64 iso-codes all 4.15.0-1 [2906 kB] Get:78 http://deb.debian.org/debian-security bookworm-security/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u5 [360 kB] Selecting previously unselected package libpython3.7-stdlib:arm64. Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u6_arm64.deb ... Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u6) ... Selecting previously unselected package python3.7. Preparing to unpack .../7-python3.7_3.7.3-2+deb10u6_arm64.deb ... Unpacking python3.7 (3.7.3-2+deb10u6) ... Selecting previously unselected package libpython3-stdlib:arm64. Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_arm64.deb ... Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... Setting up python3-minimal (3.7.3-1) ... make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info Get:79 http://deb.debian.org/debian bookworm/main arm64 libstemmer0d arm64 2.2.0-2 [112 kB] Get:80 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB] Get:81 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB] Get:82 http://deb.debian.org/debian bookworm/main arm64 libxmlb2 arm64 0.3.10-2 [55.5 kB] Get:83 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB] Get:84 http://deb.debian.org/debian bookworm/main arm64 libappstream4 arm64 0.16.1-2 [182 kB] Get:85 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB] Get:86 http://deb.debian.org/debian bookworm/main arm64 libduktape207 arm64 2.7.0-2 [124 kB] Get:87 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB] Get:88 http://deb.debian.org/debian bookworm/main arm64 libdw1 arm64 0.188-2.1 [219 kB] Get:89 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB] Get:90 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB] Get:91 http://deb.debian.org/debian bookworm/main arm64 libunwind8 arm64 1.6.2-3 [47.4 kB] Get:92 http://deb.debian.org/debian bookworm/main arm64 libgstreamer1.0-0 arm64 1.22.0-2 [1067 kB] Get:93 http://deb.debian.org/debian bookworm/main arm64 libpolkit-gobject-1-0 arm64 122-3 [42.7 kB] Get:94 http://deb.debian.org/debian bookworm/main arm64 libpolkit-agent-1-0 arm64 122-3 [23.6 kB] Get:95 http://deb.debian.org/debian bookworm/main arm64 lsb-release all 12.0-1 [6416 B] Get:96 http://deb.debian.org/debian bookworm/main arm64 xml-core all 0.18+nmu1 [23.8 kB] Get:97 http://deb.debian.org/debian bookworm/main arm64 polkitd arm64 122-3 [109 kB] Get:98 http://deb.debian.org/debian bookworm/main arm64 packagekit arm64 1.2.6-5 [584 kB] Get:99 http://deb.debian.org/debian bookworm/main arm64 python-apt-common all 2.6.0 [64.3 kB] Get:100 http://deb.debian.org/debian bookworm/main arm64 python3-apt arm64 2.6.0 [152 kB] Get:101 http://deb.debian.org/debian bookworm/main arm64 python3-blinker all 1.5-1 [14.7 kB] Get:102 http://deb.debian.org/debian bookworm/main arm64 python3-cffi-backend arm64 1.15.1-5+b1 [84.4 kB] Get:103 http://deb.debian.org/debian bookworm/main arm64 python3-cryptography arm64 38.0.4-3 [589 kB] Get:104 http://deb.debian.org/debian bookworm/main arm64 python3-dbus arm64 1.3.2-4+b1 [93.5 kB] Get:105 http://deb.debian.org/debian bookworm/main arm64 python3-distro all 1.8.0-1 [20.5 kB] Get:106 http://deb.debian.org/debian bookworm/main arm64 python3-gi arm64 3.42.2-3+b1 [212 kB] Get:107 http://deb.debian.org/debian bookworm/main arm64 python3-pyparsing all 3.0.9-1 [138 kB] Get:108 http://deb.debian.org/debian bookworm/main arm64 python3-httplib2 all 0.20.4-3 [36.0 kB] Get:109 http://deb.debian.org/debian bookworm/main arm64 python3-jwt all 2.6.0-1 [26.6 kB] Get:110 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB] Get:111 http://deb.debian.org/debian bookworm/main arm64 python3-lazr.uri all 1.0.6-3 [13.7 kB] Get:112 http://deb.debian.org/debian bookworm/main arm64 python3-wadllib all 1.3.6-4 [37.2 kB] Get:113 http://deb.debian.org/debian bookworm/main arm64 python3-oauthlib all 3.2.2-1 [95.4 kB] Get:114 http://deb.debian.org/debian bookworm/main arm64 python3-six all 1.16.0-4 [17.5 kB] Get:115 http://deb.debian.org/debian bookworm/main arm64 python3-lazr.restfulclient all 0.14.5-1 [50.4 kB] Get:116 http://deb.debian.org/debian bookworm/main arm64 python3-software-properties all 0.99.30-4 [32.7 kB] Get:117 http://deb.debian.org/debian bookworm/main arm64 software-properties-common all 0.99.30-4 [62.0 kB] Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7409 files and directories currently installed.) Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... Unpacking python3 (3.7.3-1) ... Selecting previously unselected package libkeyutils1:arm64. Preparing to unpack .../01-libkeyutils1_1.6-6_arm64.deb ... Unpacking libkeyutils1:arm64 (1.6-6) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 47.1 MB in 1s (49.1 MB/s) Selecting previously unselected package libssl3:arm64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6092 files and directories currently installed.) Preparing to unpack .../00-libssl3_3.0.11-1~deb12u2_arm64.deb ... Unpacking libssl3:arm64 (3.0.11-1~deb12u2) ... Fetched 8436 kB in 1s (6352 kB/s) Selecting previously unselected package libkrb5support0:arm64. Preparing to unpack .../02-libkrb5support0_1.17-3+deb10u6_arm64.deb ... Unpacking libkrb5support0:arm64 (1.17-3+deb10u6) ... Selecting previously unselected package libk5crypto3:arm64. Preparing to unpack .../03-libk5crypto3_1.17-3+deb10u6_arm64.deb ... Unpacking libk5crypto3:arm64 (1.17-3+deb10u6) ... Selecting previously unselected package libkrb5-3:arm64. Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u6_arm64.deb ... Unpacking libkrb5-3:arm64 (1.17-3+deb10u6) ... Selecting previously unselected package libgssapi-krb5-2:arm64. Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u6_arm64.deb ... Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u6) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../06-apt-transport-https_1.8.2.3_all.deb ... Unpacking apt-transport-https (1.8.2.3) ... Selecting previously unselected package libargon2-1:arm64. Preparing to unpack .../01-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... Selecting previously unselected package dmsetup. Preparing to unpack .../02-dmsetup_2%3a1.02.185-2_arm64.deb ... Unpacking dmsetup (2:1.02.185-2) ... Selecting previously unselected package libdevmapper1.02.1:arm64. Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... Selecting previously unselected package libjson-c5:arm64. Preparing to unpack .../04-libjson-c5_0.16-2_arm64.deb ... Unpacking libjson-c5:arm64 (0.16-2) ... Selecting previously unselected package openssl. Preparing to unpack .../07-openssl_1.1.1n-0+deb10u6_arm64.deb ... Unpacking openssl (1.1.1n-0+deb10u6) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../08-ca-certificates_20200601~deb10u2_all.deb ... Unpacking ca-certificates (20200601~deb10u2) ... Selecting previously unselected package libsasl2-modules-db:arm64. Preparing to unpack .../09-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_arm64.deb ... Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ... Selecting previously unselected package libsasl2-2:arm64. Preparing to unpack .../10-libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb ... Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ... Selecting previously unselected package libcryptsetup12:arm64. Preparing to unpack .../05-libcryptsetup12_2%3a2.6.1-4~deb12u1_arm64.deb ... Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u1) ... Selecting previously unselected package libfdisk1:arm64. Preparing to unpack .../06-libfdisk1_2.38.1-5+b1_arm64.deb ... Unpacking libfdisk1:arm64 (2.38.1-5+b1) ... Selecting previously unselected package libkmod2:arm64. Preparing to unpack .../07-libkmod2_30+20221128-1_arm64.deb ... Unpacking libkmod2:arm64 (30+20221128-1) ... Selecting previously unselected package libapparmor1:arm64. Preparing to unpack .../08-libapparmor1_3.0.8-3_arm64.deb ... Unpacking libapparmor1:arm64 (3.0.8-3) ... Selecting previously unselected package libip4tc2:arm64. Preparing to unpack .../09-libip4tc2_1.8.9-2_arm64.deb ... Unpacking libip4tc2:arm64 (1.8.9-2) ... Selecting previously unselected package libsystemd-shared:arm64. Preparing to unpack .../10-libsystemd-shared_252.19-1~deb12u1_arm64.deb ... Unpacking libsystemd-shared:arm64 (252.19-1~deb12u1) ... Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Selecting previously unselected package libldap-common. Preparing to unpack .../11-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ... Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ... Selecting previously unselected package libldap-2.4-2:arm64. Preparing to unpack .../12-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_arm64.deb ... Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ... Selecting previously unselected package libnghttp2-14:arm64. Preparing to unpack .../13-libnghttp2-14_1.36.0-2+deb10u2_arm64.deb ... Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u2) ... Selecting previously unselected package libpsl5:arm64. Preparing to unpack .../14-libpsl5_0.20.2-2_arm64.deb ... Unpacking libpsl5:arm64 (0.20.2-2) ... Selecting previously unselected package librtmp1:arm64. Preparing to unpack .../15-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~debian.11~bullseye_amd64.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~debian.11~bullseye_amd64.deb'. Setting up libssl3:arm64 (3.0.11-1~deb12u2) ... Selecting previously unselected package systemd. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6179 files and directories currently installed.) Preparing to unpack .../systemd_252.19-1~deb12u1_arm64.deb ... Unpacking systemd (252.19-1~deb12u1) ... + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.L7Fm6Z + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.x86_64 + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-buildx + popd + /usr/lib/rpm/check-buildroot ~/rpmbuild/BUILD/src + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.JPZxw4 + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' + ver=v0.12.1 + test v0.12.1 = v0.12.1 + echo 'PASS: docker-buildx version OK' + RPM_EC=0 PASS: docker-buildx version OK ++ jobs -p + exit 0 Processing files: docker-buildx-plugin-0.12.1-0.el9.x86_64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-buildx Provides: docker-buildx-plugin = 0:0.12.1-0.el9 docker-buildx-plugin(x86-64) = 0:0.12.1-0.el9 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.12.1-0.el9.src.rpm Selecting previously unselected package libssh2-1:arm64. Preparing to unpack .../16-libssh2-1_1.8.0-2.1+deb10u1_arm64.deb ... Unpacking libssh2-1:arm64 (1.8.0-2.1+deb10u1) ... Selecting previously unselected package libcurl4:arm64. Preparing to unpack .../17-libcurl4_7.64.0-4+deb10u8_arm64.deb ... Unpacking libcurl4:arm64 (7.64.0-4+deb10u8) ... Selecting previously unselected package curl. Preparing to unpack .../18-curl_7.64.0-4+deb10u8_arm64.deb ... Unpacking curl (7.64.0-4+deb10u8) ... Selecting previously unselected package libassuan0:arm64. Preparing to unpack .../19-libassuan0_2.5.2-1_arm64.deb ... Unpacking libassuan0:arm64 (2.5.2-1) ... Selecting previously unselected package gpgconf. Preparing to unpack .../20-gpgconf_2.2.12-1+deb10u2_arm64.deb ... Unpacking gpgconf (2.2.12-1+deb10u2) ... + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-arm-v6 + go build -o build/docker-linux-arm-v6 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:41:58Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... Setting up libjson-c5:arm64 (0.16-2) ... Setting up libfdisk1:arm64 (2.38.1-5+b1) ... Setting up libkmod2:arm64 (30+20221128-1) ... Setting up libapparmor1:arm64 (3.0.8-3) ... Setting up libip4tc2:arm64 (1.8.9-2) ... Setting up libsystemd-shared:arm64 (252.19-1~deb12u1) ... Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... Selecting previously unselected package lsb-base. Preparing to unpack .../21-lsb-base_10.2019051400_all.deb ... Unpacking lsb-base (10.2019051400) ... Selecting previously unselected package libksba8:arm64. Preparing to unpack .../22-libksba8_1.3.5-2+deb10u2_arm64.deb ... Unpacking libksba8:arm64 (1.3.5-2+deb10u2) ... Selecting previously unselected package libnpth0:arm64. Preparing to unpack .../23-libnpth0_1.6-1_arm64.deb ... Unpacking libnpth0:arm64 (1.6-1) ... Selecting previously unselected package dirmngr. Preparing to unpack .../24-dirmngr_2.2.12-1+deb10u2_arm64.deb ... Unpacking dirmngr (2.2.12-1+deb10u2) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../25-distro-info-data_0.41+deb10u8_all.deb ... Unpacking distro-info-data (0.41+deb10u8) ... Reading package lists... Building dependency tree... Reading state information... Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u1) ... Setting up systemd (252.19-1~deb12u1) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. Creating group 'systemd-journal' with GID 999. Creating group 'systemd-network' with GID 998. Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. Setting up dmsetup (2:1.02.185-2) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7027 files and directories currently installed.) Preparing to unpack .../0-systemd-sysv_252.19-1~deb12u1_arm64.deb ... Unpacking systemd-sysv (252.19-1~deb12u1) ... Selecting previously unselected package libdbus-1-3:arm64. Preparing to unpack .../1-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... Selecting previously unselected package libglib2.0-0:arm64. Preparing to unpack .../26-libglib2.0-0_2.58.3-2+deb10u5_arm64.deb ... Unpacking libglib2.0-0:arm64 (2.58.3-2+deb10u5) ... Selecting previously unselected package libgirepository-1.0-1:arm64. Preparing to unpack .../27-libgirepository-1.0-1_1.58.3-2_arm64.deb ... Unpacking libgirepository-1.0-1:arm64 (1.58.3-2) ... Selecting previously unselected package gir1.2-glib-2.0:arm64. Preparing to unpack .../28-gir1.2-glib-2.0_1.58.3-2_arm64.deb ... Unpacking gir1.2-glib-2.0:arm64 (1.58.3-2) ... Selecting previously unselected package libpackagekit-glib2-18:arm64. Preparing to unpack .../29-libpackagekit-glib2-18_1.1.12-5_arm64.deb ... The following additional packages will be installed: dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 media-types openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.9 python3.9-minimal readline-common Suggested packages: dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery pinentry-doc python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv python3.9-doc binutils binfmt-support readline-doc Recommended packages: dbus libglib2.0-data shared-mime-info xdg-user-dirs libldap-common libgpm2 packagekit publicsuffix libsasl2-modules unattended-upgrades Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus-bin. Preparing to unpack .../2-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... Unpacking dbus-bin (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus-session-bus-common. Preparing to unpack .../3-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... Selecting previously unselected package libexpat1:arm64. Preparing to unpack .../4-libexpat1_2.5.0-1_arm64.deb ... Unpacking libexpat1:arm64 (2.5.0-1) ... Selecting previously unselected package dbus-daemon. Preparing to unpack .../5-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... Unpacking dbus-daemon (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus-system-bus-common. Preparing to unpack .../6-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus. Preparing to unpack .../7-dbus_1.14.10-1~deb12u1_arm64.deb ... Unpacking dbus (1.14.10-1~deb12u1) ... Unpacking libpackagekit-glib2-18:arm64 (1.1.12-5) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../30-gir1.2-packagekitglib-1.0_1.1.12-5_arm64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../31-gnupg-l10n_2.2.12-1+deb10u2_all.deb ... Unpacking gnupg-l10n (2.2.12-1+deb10u2) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../32-gnupg-utils_2.2.12-1+deb10u2_arm64.deb ... Unpacking gnupg-utils (2.2.12-1+deb10u2) ... Selecting previously unselected package gpg. Preparing to unpack .../33-gpg_2.2.12-1+deb10u2_arm64.deb ... Unpacking gpg (2.2.12-1+deb10u2) ... The following NEW packages will be installed: apt-transport-https ca-certificates curl dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 lsb-release media-types openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.9 python3.9-minimal readline-common software-properties-common Selecting previously unselected package libpython3.11-minimal:arm64. Preparing to unpack .../8-libpython3.11-minimal_3.11.2-6_arm64.deb ... Unpacking libpython3.11-minimal:arm64 (3.11.2-6) ... Selecting previously unselected package python3.11-minimal. Preparing to unpack .../9-python3.11-minimal_3.11.2-6_arm64.deb ... Unpacking python3.11-minimal (3.11.2-6) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../34-pinentry-curses_1.1.0-2_arm64.deb ... Unpacking pinentry-curses (1.1.0-2) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../35-gpg-agent_2.2.12-1+deb10u2_arm64.deb ... Unpacking gpg-agent (2.2.12-1+deb10u2) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../36-gpg-wks-client_2.2.12-1+deb10u2_arm64.deb ... Unpacking gpg-wks-client (2.2.12-1+deb10u2) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../37-gpg-wks-server_2.2.12-1+deb10u2_arm64.deb ... Unpacking gpg-wks-server (2.2.12-1+deb10u2) ... ~/rpmbuild/BUILD/src + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.C9ULDS + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64 + cd src + pushd /root/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-compose + popd ~/rpmbuild/BUILD/src + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.8VtTLJ + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' + ver=v2.24.2 + test v2.24.2 = v2.24.2 + echo 'PASS: docker-compose version OK' + exit 0 PASS: docker-compose version OK Processing files: docker-compose-plugin-2.24.2-0.el8.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.waxd7o + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64/usr/share/doc/docker-compose-plugin + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64/usr/share/doc/docker-compose-plugin + 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.24.2-0.el8.x86_64/usr/share/doc/docker-compose-plugin + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.QrG2jm + umask 022 + cd /root/rpmbuild/BUILD + cd src + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64/usr/share/licenses/docker-compose-plugin + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64/usr/share/licenses/docker-compose-plugin + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64/usr/share/licenses/docker-compose-plugin + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64/usr/share/licenses/docker-compose-plugin + exit 0 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-compose Provides: docker-compose-plugin = 0:2.24.2-0.el8 docker-compose-plugin(x86-64) = 0:2.24.2-0.el8 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: 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) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.2.5)(64bit) Enhances: docker-ce-cli Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.24.2-0.el8.src.rpm Setting up libpython3.11-minimal:arm64 (3.11.2-6) ... Setting up libexpat1:arm64 (2.5.0-1) ... Setting up python3.11-minimal (3.11.2-6) ... Selecting previously unselected package gpgsm. Preparing to unpack .../38-gpgsm_2.2.12-1+deb10u2_arm64.deb ... Unpacking gpgsm (2.2.12-1+deb10u2) ... Selecting previously unselected package gnupg. Preparing to unpack .../39-gnupg_2.2.12-1+deb10u2_all.deb ... Unpacking gnupg (2.2.12-1+deb10u2) ... Selecting previously unselected package gnupg2. Preparing to unpack .../40-gnupg2_2.2.12-1+deb10u2_all.deb ... Unpacking gnupg2 (2.2.12-1+deb10u2) ... Selecting previously unselected package iso-codes. Preparing to unpack .../41-iso-codes_4.2-1_all.deb ... Unpacking iso-codes (4.2-1) ... Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.24.2-0.el8.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.y0dkHo + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el8.x86_64 + exit 0 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded. Need to get 22.8 MB of archives. After this operation, 74.8 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-minimal arm64 3.9.2-1 [797 kB] Get:2 http://deb.debian.org/debian bullseye/main arm64 libexpat1 arm64 2.2.10-2+deb11u5 [84.1 kB] Get:3 http://deb.debian.org/debian bullseye/main arm64 python3.9-minimal arm64 3.9.2-1 [1884 kB] Get:4 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.2-3 [38.2 kB] Get:5 http://deb.debian.org/debian bullseye/main arm64 media-types all 4.0.0 [30.3 kB] Get:6 http://deb.debian.org/debian bullseye/main arm64 libmpdec3 arm64 2.5.1-1 [84.4 kB] Get:7 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2+deb11u2 [121 kB] Get:8 http://deb.debian.org/debian bullseye/main arm64 readline-common all 8.1-1 [73.7 kB] Get:9 http://deb.debian.org/debian bullseye/main arm64 libreadline8 arm64 8.1-1 [160 kB] Get:10 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-0 arm64 3.34.1-3 [750 kB] Get:11 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-stdlib arm64 3.9.2-1 [1658 kB] Get:12 http://deb.debian.org/debian bullseye/main arm64 python3.9 arm64 3.9.2-1 [466 kB] Get:13 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.2-3 [21.4 kB] Get:14 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.2-3 [37.9 kB] Get:15 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1w-0+deb11u1 [837 kB] Get:16 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] Get:17 http://deb.debian.org/debian bullseye/main arm64 apt-transport-https all 2.2.4 [160 kB] Get:18 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] Get:19 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] Get:20 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] Get:21 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB] Get:22 http://deb.debian.org/debian-security bullseye-security/main arm64 libnghttp2-14 arm64 1.43.0-1+deb11u1 [74.2 kB] Get:23 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] Get:24 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] Get:25 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] Get:26 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u11 [326 kB] Get:27 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u11 [265 kB] Get:28 http://deb.debian.org/debian bullseye/main arm64 libassuan0 arm64 2.5.3-7.1 [48.0 kB] Get:29 http://deb.debian.org/debian bullseye/main arm64 gpgconf arm64 2.2.27-2+deb11u2 [540 kB] Get:30 http://deb.debian.org/debian bullseye/main arm64 libksba8 arm64 1.5.0-3+deb11u2 [115 kB] Get:31 http://deb.debian.org/debian bullseye/main arm64 libnpth0 arm64 1.6-3 [18.6 kB] Get:32 http://deb.debian.org/debian bullseye/main arm64 dirmngr arm64 2.2.27-2+deb11u2 [743 kB] Get:33 http://deb.debian.org/debian bullseye/main arm64 distro-info-data all 0.51+deb11u4 [8048 B] Get:34 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-0 arm64 2.66.8-1 [1286 kB] Get:35 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB] Get:36 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB] Get:37 http://deb.debian.org/debian bullseye/main arm64 libpackagekit-glib2-18 arm64 1.2.2-2 [113 kB] Get:38 http://deb.debian.org/debian bullseye/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.2-2 [36.8 kB] Get:39 http://deb.debian.org/debian bullseye/main arm64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB] Get:40 http://deb.debian.org/debian bullseye/main arm64 gnupg-utils arm64 2.2.27-2+deb11u2 [864 kB] Get:41 http://deb.debian.org/debian bullseye/main arm64 gpg arm64 2.2.27-2+deb11u2 [884 kB] Get:42 http://deb.debian.org/debian bullseye/main arm64 pinentry-curses arm64 1.1.0-4 [63.0 kB] Get:43 http://deb.debian.org/debian bullseye/main arm64 gpg-agent arm64 2.2.27-2+deb11u2 [651 kB] Get:44 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-client arm64 2.2.27-2+deb11u2 [517 kB] Get:45 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-server arm64 2.2.27-2+deb11u2 [510 kB] Get:46 http://deb.debian.org/debian bullseye/main arm64 gpgsm arm64 2.2.27-2+deb11u2 [627 kB] Get:47 http://deb.debian.org/debian bullseye/main arm64 gnupg all 2.2.27-2+deb11u2 [825 kB] Get:48 http://deb.debian.org/debian bullseye/main arm64 gnupg2 all 2.2.27-2+deb11u2 [434 kB] Get:49 http://deb.debian.org/debian bullseye/main arm64 iso-codes all 4.6.0-1 [2824 kB] Get:50 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u11 [323 kB] Get:51 http://deb.debian.org/debian bullseye/main arm64 libdbus-1-3 arm64 1.12.28-0+deb11u1 [213 kB] Get:52 http://deb.debian.org/debian bullseye/main arm64 lsb-release all 11.1.0 [27.9 kB] Get:53 http://deb.debian.org/debian bullseye/main arm64 python-apt-common all 2.2.1 [96.5 kB] Get:54 http://deb.debian.org/debian bullseye/main arm64 python3-apt arm64 2.2.1 [183 kB] Get:55 http://deb.debian.org/debian bullseye/main arm64 python3-dbus arm64 1.2.16-5 [105 kB] Get:56 http://deb.debian.org/debian bullseye/main arm64 python3-gi arm64 3.38.0-2 [226 kB] Get:57 http://deb.debian.org/debian bullseye/main arm64 python3-pycurl arm64 7.43.0.6-5 [67.9 kB] Get:58 http://deb.debian.org/debian bullseye/main arm64 python3-software-properties all 0.96.20.2-2.1 [49.7 kB] Get:59 http://deb.debian.org/debian bullseye/main arm64 software-properties-common all 0.96.20.2-2.1 [83.4 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 22.8 MB in 0s (53.6 MB/s) Selecting previously unselected package libapt-inst2.0:arm64. Preparing to unpack .../42-libapt-inst2.0_1.8.2.3_arm64.deb ... Unpacking libapt-inst2.0:arm64 (1.8.2.3) ... Selecting previously unselected package libpython3.9-minimal:arm64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6656 files and directories currently installed.) Preparing to unpack .../libpython3.9-minimal_3.9.2-1_arm64.deb ... Unpacking libpython3.9-minimal:arm64 (3.9.2-1) ... Selecting previously unselected package libexpat1:arm64. Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_arm64.deb ... Unpacking libexpat1:arm64 (2.2.10-2+deb11u5) ... Selecting previously unselected package python3.9-minimal. Preparing to unpack .../python3.9-minimal_3.9.2-1_arm64.deb ... Unpacking python3.9-minimal (3.9.2-1) ... + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-arm-v6 + go build -o build/docker-linux-arm-v6 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:42:01Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker + DISABLE_WARN_OUTSIDE_CONTAINER=1 + make manpages scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.ynwRtTcHz2/ + cd /tmp/docker-cli-docsgen.ynwRtTcHz2 + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading golang.org/x/text v0.14.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading golang.org/x/sys v0.16.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading golang.org/x/term v0.15.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading github.com/containerd/log v0.1.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/klauspost/compress v1.17.4 Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7434 files and directories currently installed.) Preparing to unpack .../00-python3-minimal_3.11.2-1+b1_arm64.deb ... Unpacking python3-minimal (3.11.2-1+b1) ... Selecting previously unselected package libcurl3-gnutls:arm64. Preparing to unpack .../43-libcurl3-gnutls_7.64.0-4+deb10u8_arm64.deb ... Unpacking libcurl3-gnutls:arm64 (7.64.0-4+deb10u8) ... Selecting previously unselected package libdbus-1-3:arm64. Preparing to unpack .../44-libdbus-1-3_1.12.28-0+deb10u1_arm64.deb ... Unpacking libdbus-1-3:arm64 (1.12.28-0+deb10u1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../45-lsb-release_10.2019051400_all.deb ... Unpacking lsb-release (10.2019051400) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../46-python-apt-common_1.8.4.3_all.deb ... Unpacking python-apt-common (1.8.4.3) ... Selecting previously unselected package python3-apt. Preparing to unpack .../47-python3-apt_1.8.4.3_arm64.deb ... Unpacking python3-apt (1.8.4.3) ... Setting up libpython3.9-minimal:arm64 (3.9.2-1) ... Setting up libexpat1:arm64 (2.2.10-2+deb11u5) ... Setting up python3.9-minimal (3.9.2-1) ... go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/moby/sys/user v0.1.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/cloudflare/cfssl v1.6.4 Selecting previously unselected package media-types. Preparing to unpack .../01-media-types_10.0.0_all.deb ... Unpacking media-types (10.0.0) ... Selecting previously unselected package libncursesw6:arm64. Preparing to unpack .../02-libncursesw6_6.4-4_arm64.deb ... Unpacking libncursesw6:arm64 (6.4-4) ... Selecting previously unselected package libkrb5support0:arm64. Preparing to unpack .../03-libkrb5support0_1.20.1-2+deb12u1_arm64.deb ... Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u1) ... Selecting previously unselected package libk5crypto3:arm64. Preparing to unpack .../04-libk5crypto3_1.20.1-2+deb12u1_arm64.deb ... Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u1) ... Selecting previously unselected package libkeyutils1:arm64. Preparing to unpack .../05-libkeyutils1_1.6.3-2_arm64.deb ... Unpacking libkeyutils1:arm64 (1.6.3-2) ... Selecting previously unselected package libkrb5-3:arm64. Preparing to unpack .../06-libkrb5-3_1.20.1-2+deb12u1_arm64.deb ... Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u1) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../48-python3-dbus_1.2.8-3_arm64.deb ... Unpacking python3-dbus (1.2.8-3) ... Selecting previously unselected package python3-gi. Preparing to unpack .../49-python3-gi_3.30.4-1_arm64.deb ... Unpacking python3-gi (3.30.4-1) ... Selecting previously unselected package python3-pycurl. Preparing to unpack .../50-python3-pycurl_7.43.0.2-0.1_arm64.deb ... Unpacking python3-pycurl (7.43.0.2-0.1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../51-python3-software-properties_0.96.20.2-2_all.deb ... Unpacking python3-software-properties (0.96.20.2-2) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../52-software-properties-common_0.96.20.2-2_all.deb ... Unpacking software-properties-common (0.96.20.2-2) ... make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.buildinfo dpkg-genchanges -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.changes dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_arm64.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb /root/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_arm64.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_arm64.deb' -> '/build/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_arm64.deb' removed '/root/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_arm64.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb' copied '/root/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_arm64.deb' -> '/build/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_arm64.deb' removed '/root/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_arm64.deb' go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/russross/blackfriday v1.6.0 Selecting previously unselected package libgssapi-krb5-2:arm64. Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-2+deb12u1_arm64.deb ... Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ... Selecting previously unselected package libtirpc-common. Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... Unpacking libtirpc-common (1.3.3+ds-1) ... Selecting previously unselected package libtirpc3:arm64. Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_arm64.deb ... Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... Selecting previously unselected package libnsl2:arm64. Preparing to unpack .../10-libnsl2_1.3.0-2_arm64.deb ... Unpacking libnsl2:arm64 (1.3.0-2) ... Selecting previously unselected package readline-common. Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... Unpacking readline-common (8.2-1.3) ... Selecting previously unselected package libreadline8:arm64. Preparing to unpack .../12-libreadline8_8.2-1.3_arm64.deb ... Unpacking libreadline8:arm64 (8.2-1.3) ... Setting up libksba8:arm64 (1.3.5-2+deb10u2) ... Setting up lsb-base (10.2019051400) ... Setting up libkeyutils1:arm64 (1.6-6) ... Setting up libpsl5:arm64 (0.20.2-2) ... Setting up mime-support (3.62) ... Setting up apt-transport-https (1.8.2.3) ... Setting up libglib2.0-0:arm64 (2.58.3-2+deb10u5) ... No schema files found: doing nothing. Setting up distro-info-data (0.41+deb10u8) ... Setting up libsqlite3-0:arm64 (3.27.2-3+deb10u2) ... Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u2) ... Setting up libpackagekit-glib2-18:arm64 (1.1.12-5) ... Setting up libnpth0:arm64 (1.6-1) ... Setting up libassuan0:arm64 (2.5.2-1) ... Setting up libapt-inst2.0:arm64 (1.8.2.3) ... Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ... Setting up libkrb5support0:arm64 (1.17-3+deb10u6) ... Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ... Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6950 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.9.2-3_arm64.deb ... Unpacking python3-minimal (3.9.2-3) ... Selecting previously unselected package media-types. Preparing to unpack .../1-media-types_4.0.0_all.deb ... Unpacking media-types (4.0.0) ... go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 Selecting previously unselected package libsqlite3-0:arm64. Preparing to unpack .../13-libsqlite3-0_3.40.1-2_arm64.deb ... Unpacking libsqlite3-0:arm64 (3.40.1-2) ... Selecting previously unselected package libpython3.11-stdlib:arm64. Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-6_arm64.deb ... Unpacking libpython3.11-stdlib:arm64 (3.11.2-6) ... Setting up gnupg-l10n (2.2.12-1+deb10u2) ... Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... Setting up libdbus-1-3:arm64 (1.12.28-0+deb10u1) ... Setting up libk5crypto3:arm64 (1.17-3+deb10u6) ... Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ... Setting up python-apt-common (1.8.4.3) ... Setting up libgirepository-1.0-1:arm64 (1.58.3-2) ... Setting up libssh2-1:arm64 (1.8.0-2.1+deb10u1) ... Setting up libkrb5-3:arm64 (1.17-3+deb10u6) ... Setting up libmpdec2:arm64 (2.4.2-2) ... Setting up openssl (1.1.1n-0+deb10u6) ... Setting up readline-common (7.0-5) ... Setting up iso-codes (4.2-1) ... Setting up libreadline7:arm64 (7.0-5) ... Setting up gnupg-utils (2.2.12-1+deb10u2) ... Setting up pinentry-curses (1.1.0-2) ... Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u6) ... Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ... Setting up ca-certificates (20200601~deb10u2) ... Selecting previously unselected package libmpdec3:arm64. Preparing to unpack .../2-libmpdec3_2.5.1-1_arm64.deb ... Unpacking libmpdec3:arm64 (2.5.1-1) ... Selecting previously unselected package libncursesw6:arm64. Preparing to unpack .../3-libncursesw6_6.2+20201114-2+deb11u2_arm64.deb ... Unpacking libncursesw6:arm64 (6.2+20201114-2+deb11u2) ... Selecting previously unselected package readline-common. Preparing to unpack .../4-readline-common_8.1-1_all.deb ... Unpacking readline-common (8.1-1) ... Selecting previously unselected package libreadline8:arm64. Preparing to unpack .../5-libreadline8_8.1-1_arm64.deb ... Unpacking libreadline8:arm64 (8.1-1) ... Selecting previously unselected package libsqlite3-0:arm64. Preparing to unpack .../6-libsqlite3-0_3.34.1-3_arm64.deb ... Unpacking libsqlite3-0:arm64 (3.34.1-3) ... go: downloading github.com/zmap/zlint/v3 v3.1.0 Selecting previously unselected package python3.11. Preparing to unpack .../15-python3.11_3.11.2-6_arm64.deb ... Unpacking python3.11 (3.11.2-6) ... Selecting previously unselected package libpython3-stdlib:arm64. Preparing to unpack .../16-libpython3-stdlib_3.11.2-1+b1_arm64.deb ... Unpacking libpython3-stdlib:arm64 (3.11.2-1+b1) ... Setting up python3-minimal (3.11.2-1+b1) ... make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages Selecting previously unselected package libpython3.9-stdlib:arm64. Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_arm64.deb ... Unpacking libpython3.9-stdlib:arm64 (3.9.2-1) ... Selecting previously unselected package python3.9. Preparing to unpack .../8-python3.9_3.9.2-1_arm64.deb ... Unpacking python3.9 (3.9.2-1) ... Selecting previously unselected package libpython3-stdlib:arm64. Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_arm64.deb ... Unpacking libpython3-stdlib:arm64 (3.9.2-3) ... Setting up python3-minimal (3.9.2-3) ... go: downloading github.com/google/certificate-transparency-go v1.1.4 Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7942 files and directories currently installed.) Preparing to unpack .../00-python3_3.11.2-1+b1_arm64.deb ... Unpacking python3 (3.11.2-1+b1) ... Selecting previously unselected package sgml-base. Preparing to unpack .../01-sgml-base_1.31_all.deb ... Unpacking sgml-base (1.31) ... Selecting previously unselected package openssl. Preparing to unpack .../02-openssl_3.0.11-1~deb12u2_arm64.deb ... Unpacking openssl (3.0.11-1~deb12u2) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../03-ca-certificates_20230311_all.deb ... Unpacking ca-certificates (20230311) ... Updating certificates in /etc/ssl/certs... dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../00-python3_3.9.2-3_arm64.deb ... Unpacking python3 (3.9.2-3) ... Selecting previously unselected package openssl. Preparing to unpack .../01-openssl_1.1.1w-0+deb11u1_arm64.deb ... Unpacking openssl (1.1.1w-0+deb11u1) ... go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/golang/protobuf v1.5.3 go: downloading golang.org/x/tools v0.16.0 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 Selecting previously unselected package libpam-systemd:arm64. Preparing to unpack .../04-libpam-systemd_252.19-1~deb12u1_arm64.deb ... Unpacking libpam-systemd:arm64 (252.19-1~deb12u1) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../05-apt-transport-https_2.6.1_all.deb ... Unpacking apt-transport-https (2.6.1) ... Selecting previously unselected package libbrotli1:arm64. Preparing to unpack .../06-libbrotli1_1.0.9-2+b6_arm64.deb ... Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... Selecting previously unselected package libsasl2-modules-db:arm64. Preparing to unpack .../07-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... Selecting previously unselected package libsasl2-2:arm64. Preparing to unpack .../08-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb'. dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_amd64.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_amd64.deb'. Selecting previously unselected package ca-certificates. Preparing to unpack .../02-ca-certificates_20210119_all.deb ... Unpacking ca-certificates (20210119) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../03-apt-transport-https_2.2.4_all.deb ... Unpacking apt-transport-https (2.2.4) ... Selecting previously unselected package libbrotli1:arm64. Preparing to unpack .../04-libbrotli1_1.0.9-2+b2_arm64.deb ... Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... Selecting previously unselected package libsasl2-modules-db:arm64. Preparing to unpack .../05-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... Selecting previously unselected package libsasl2-2:arm64. Preparing to unpack .../06-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b Selecting previously unselected package libldap-2.5-0:arm64. Preparing to unpack .../09-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... Selecting previously unselected package libnghttp2-14:arm64. Preparing to unpack .../10-libnghttp2-14_1.52.0-1+deb12u1_arm64.deb ... Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u1) ... Selecting previously unselected package libpsl5:arm64. Preparing to unpack .../11-libpsl5_0.21.2-1_arm64.deb ... Unpacking libpsl5:arm64 (0.21.2-1) ... Selecting previously unselected package librtmp1:arm64. Preparing to unpack .../12-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... Selecting previously unselected package libssh2-1:arm64. Preparing to unpack .../13-libssh2-1_1.10.0-3+b1_arm64.deb ... Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... Selecting previously unselected package libcurl4:arm64. Preparing to unpack .../14-libcurl4_7.88.1-10+deb12u5_arm64.deb ... Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) ... 137 added, 0 removed; done. Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u6) ... Setting up gir1.2-glib-2.0:arm64 (1.58.3-2) ... Setting up gpgconf (2.2.12-1+deb10u2) ... Selecting previously unselected package libldap-2.4-2:arm64. Preparing to unpack .../07-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... Selecting previously unselected package libnghttp2-14:arm64. Preparing to unpack .../08-libnghttp2-14_1.43.0-1+deb11u1_arm64.deb ... Unpacking libnghttp2-14:arm64 (1.43.0-1+deb11u1) ... Selecting previously unselected package libpsl5:arm64. Preparing to unpack .../09-libpsl5_0.21.0-1.2_arm64.deb ... Unpacking libpsl5:arm64 (0.21.0-1.2) ... Selecting previously unselected package librtmp1:arm64. Preparing to unpack .../10-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... Selecting previously unselected package libssh2-1:arm64. Preparing to unpack .../11-libssh2-1_1.9.0-2_arm64.deb ... Unpacking libssh2-1:arm64 (1.9.0-2) ... Selecting previously unselected package libcurl4:arm64. Preparing to unpack .../12-libcurl4_7.74.0-1.3+deb11u11_arm64.deb ... Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u11) ... go: downloading golang.org/x/mod v0.14.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 Selecting previously unselected package curl. Preparing to unpack .../15-curl_7.88.1-10+deb12u5_arm64.deb ... Unpacking curl (7.88.1-10+deb12u5) ... Selecting previously unselected package libassuan0:arm64. Preparing to unpack .../16-libassuan0_2.5.5-5_arm64.deb ... Unpacking libassuan0:arm64 (2.5.5-5) ... Selecting previously unselected package gpgconf. Preparing to unpack .../17-gpgconf_2.2.40-1.1_arm64.deb ... Unpacking gpgconf (2.2.40-1.1) ... Selecting previously unselected package libksba8:arm64. Preparing to unpack .../18-libksba8_1.6.3-2_arm64.deb ... Unpacking libksba8:arm64 (1.6.3-2) ... Selecting previously unselected package libnpth0:arm64. Preparing to unpack .../19-libnpth0_1.6-3_arm64.deb ... Unpacking libnpth0:arm64 (1.6-3) ... Setting up libcurl4:arm64 (7.64.0-4+deb10u8) ... Setting up curl (7.64.0-4+deb10u8) ... Setting up gpg (2.2.12-1+deb10u2) ... Setting up libpython3-stdlib:arm64 (3.7.3-1) ... Setting up python3.7 (3.7.3-2+deb10u6) ... Selecting previously unselected package curl. Preparing to unpack .../13-curl_7.74.0-1.3+deb11u11_arm64.deb ... Unpacking curl (7.74.0-1.3+deb11u11) ... Selecting previously unselected package libassuan0:arm64. Preparing to unpack .../14-libassuan0_2.5.3-7.1_arm64.deb ... Unpacking libassuan0:arm64 (2.5.3-7.1) ... Selecting previously unselected package gpgconf. Preparing to unpack .../15-gpgconf_2.2.27-2+deb11u2_arm64.deb ... Unpacking gpgconf (2.2.27-2+deb11u2) ... Selecting previously unselected package libksba8:arm64. Preparing to unpack .../16-libksba8_1.5.0-3+deb11u2_arm64.deb ... Unpacking libksba8:arm64 (1.5.0-3+deb11u2) ... Selecting previously unselected package libnpth0:arm64. Preparing to unpack .../17-libnpth0_1.6-3_arm64.deb ... Unpacking libnpth0:arm64 (1.6-3) ... Selecting previously unselected package dirmngr. Preparing to unpack .../20-dirmngr_2.2.40-1.1_arm64.deb ... Unpacking dirmngr (2.2.40-1.1) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../21-distro-info-data_0.58+deb12u1_all.deb ... Unpacking distro-info-data (0.58+deb12u1) ... Selecting previously unselected package libglib2.0-0:arm64. Preparing to unpack .../22-libglib2.0-0_2.74.6-2_arm64.deb ... Unpacking libglib2.0-0:arm64 (2.74.6-2) ... Selecting previously unselected package dirmngr. Preparing to unpack .../18-dirmngr_2.2.27-2+deb11u2_arm64.deb ... Unpacking dirmngr (2.2.27-2+deb11u2) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../19-distro-info-data_0.51+deb11u4_all.deb ... Unpacking distro-info-data (0.51+deb11u4) ... Selecting previously unselected package libglib2.0-0:arm64. Preparing to unpack .../20-libglib2.0-0_2.66.8-1_arm64.deb ... Unpacking libglib2.0-0:arm64 (2.66.8-1) ... Selecting previously unselected package libgirepository-1.0-1:arm64. Preparing to unpack .../21-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ... Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ... Selecting previously unselected package libgirepository-1.0-1:arm64. Preparing to unpack .../23-libgirepository-1.0-1_1.74.0-3_arm64.deb ... Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ... Selecting previously unselected package gir1.2-glib-2.0:arm64. Preparing to unpack .../24-gir1.2-glib-2.0_1.74.0-3_arm64.deb ... Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ... Selecting previously unselected package libpackagekit-glib2-18:arm64. Preparing to unpack .../25-libpackagekit-glib2-18_1.2.6-5_arm64.deb ... Unpacking libpackagekit-glib2-18:arm64 (1.2.6-5) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../26-gir1.2-packagekitglib-1.0_1.2.6-5_arm64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.6-5) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../27-gnupg-l10n_2.2.40-1.1_all.deb ... Unpacking gnupg-l10n (2.2.40-1.1) ... Setting up gpg-agent (2.2.12-1+deb10u2) ... Selecting previously unselected package gir1.2-glib-2.0:arm64. Preparing to unpack .../22-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ... Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ... Selecting previously unselected package libpackagekit-glib2-18:arm64. Preparing to unpack .../23-libpackagekit-glib2-18_1.2.2-2_arm64.deb ... Unpacking libpackagekit-glib2-18:arm64 (1.2.2-2) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../24-gir1.2-packagekitglib-1.0_1.2.2-2_arm64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../25-gnupg-l10n_2.2.27-2+deb11u2_all.deb ... Unpacking gnupg-l10n (2.2.27-2+deb11u2) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../26-gnupg-utils_2.2.27-2+deb11u2_arm64.deb ... Unpacking gnupg-utils (2.2.27-2+deb11u2) ... docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8" Selecting previously unselected package gnupg-utils. Preparing to unpack .../28-gnupg-utils_2.2.40-1.1_arm64.deb ... Unpacking gnupg-utils (2.2.40-1.1) ... Selecting previously unselected package gpg. Preparing to unpack .../29-gpg_2.2.40-1.1_arm64.deb ... Unpacking gpg (2.2.40-1.1) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../30-pinentry-curses_1.2.1-1_arm64.deb ... Unpacking pinentry-curses (1.2.1-1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../31-gpg-agent_2.2.40-1.1_arm64.deb ... Unpacking gpg-agent (2.2.40-1.1) ... + go mod vendor -modfile=vendor.mod Setting up gpgsm (2.2.12-1+deb10u2) ... Setting up libcurl3-gnutls:arm64 (7.64.0-4+deb10u8) ... Setting up python3 (3.7.3-1) ... Setting up dirmngr (2.2.12-1+deb10u2) ... Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ... Setting up python3-pycurl (7.43.0.2-0.1) ... Selecting previously unselected package gpg. Preparing to unpack .../27-gpg_2.2.27-2+deb11u2_arm64.deb ... Unpacking gpg (2.2.27-2+deb11u2) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../28-pinentry-curses_1.1.0-4_arm64.deb ... Unpacking pinentry-curses (1.1.0-4) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../29-gpg-agent_2.2.27-2+deb11u2_arm64.deb ... Unpacking gpg-agent (2.2.27-2+deb11u2) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../32-gpg-wks-client_2.2.40-1.1_arm64.deb ... Unpacking gpg-wks-client (2.2.40-1.1) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../33-gpg-wks-server_2.2.40-1.1_arm64.deb ... Unpacking gpg-wks-server (2.2.40-1.1) ... Selecting previously unselected package gpgsm. Preparing to unpack .../34-gpgsm_2.2.40-1.1_arm64.deb ... Unpacking gpgsm (2.2.40-1.1) ... Selecting previously unselected package gnupg. Preparing to unpack .../35-gnupg_2.2.40-1.1_all.deb ... Unpacking gnupg (2.2.40-1.1) ... Selecting previously unselected package gnupg2. Preparing to unpack .../36-gnupg2_2.2.40-1.1_all.deb ... Unpacking gnupg2 (2.2.40-1.1) ... Setting up python3-gi (3.30.4-1) ... Setting up gpg-wks-server (2.2.12-1+deb10u2) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../30-gpg-wks-client_2.2.27-2+deb11u2_arm64.deb ... Unpacking gpg-wks-client (2.2.27-2+deb11u2) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../31-gpg-wks-server_2.2.27-2+deb11u2_arm64.deb ... Unpacking gpg-wks-server (2.2.27-2+deb11u2) ... Selecting previously unselected package gpgsm. Preparing to unpack .../32-gpgsm_2.2.27-2+deb11u2_arm64.deb ... Unpacking gpgsm (2.2.27-2+deb11u2) ... Selecting previously unselected package gnupg. Preparing to unpack .../33-gnupg_2.2.27-2+deb11u2_all.deb ... Unpacking gnupg (2.2.27-2+deb11u2) ... Selecting previously unselected package gnupg2. Preparing to unpack .../34-gnupg2_2.2.27-2+deb11u2_all.deb ... Unpacking gnupg2 (2.2.27-2+deb11u2) ... Selecting previously unselected package iso-codes. Preparing to unpack .../35-iso-codes_4.6.0-1_all.deb ... Unpacking iso-codes (4.6.0-1) ... Selecting previously unselected package iso-codes. Preparing to unpack .../37-iso-codes_4.15.0-1_all.deb ... Unpacking iso-codes (4.15.0-1) ... make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Setting up lsb-release (10.2019051400) ... Setting up python3-dbus (1.2.8-3) ... Setting up gpg-wks-client (2.2.12-1+deb10u2) ... Setting up python3-apt (1.8.4.3) ... Selecting previously unselected package libcurl3-gnutls:arm64. Preparing to unpack .../38-libcurl3-gnutls_7.88.1-10+deb12u5_arm64.deb ... Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u5) ... Selecting previously unselected package libstemmer0d:arm64. Preparing to unpack .../39-libstemmer0d_2.2.0-2_arm64.deb ... Unpacking libstemmer0d:arm64 (2.2.0-2) ... Selecting previously unselected package libicu72:arm64. Preparing to unpack .../40-libicu72_72.1-3_arm64.deb ... Unpacking libicu72:arm64 (72.1-3) ... + make IMAGE=quay.io/centos/centos:stream8 verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ quay.io/centos/centos:stream8 ./verify Unable to find image 'quay.io/centos/centos:stream8' locally Setting up python3-software-properties (0.96.20.2-2) ... Setting up gnupg (2.2.12-1+deb10u2) ... Setting up gnupg2 (2.2.12-1+deb10u2) ... Selecting previously unselected package libcurl3-gnutls:arm64. Preparing to unpack .../36-libcurl3-gnutls_7.74.0-1.3+deb11u11_arm64.deb ... Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u11) ... Selecting previously unselected package libdbus-1-3:arm64. Preparing to unpack .../37-libdbus-1-3_1.12.28-0+deb11u1_arm64.deb ... Unpacking libdbus-1-3:arm64 (1.12.28-0+deb11u1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../38-lsb-release_11.1.0_all.deb ... Unpacking lsb-release (11.1.0) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../39-python-apt-common_2.2.1_all.deb ... Unpacking python-apt-common (2.2.1) ... Selecting previously unselected package python3-apt. Preparing to unpack .../40-python3-apt_2.2.1_arm64.deb ... Unpacking python3-apt (2.2.1) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../41-python3-dbus_1.2.16-5_arm64.deb ... Unpacking python3-dbus (1.2.16-5) ... + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go stream8: Pulling from centos/centos 5892adb860b1: Already exists Digest: sha256:4771b563d423363f2dc28ab7ebefac1962962daf3f49d10a7fcbfc4298222866 Status: Downloaded newer image for quay.io/centos/centos:stream8 Setting up software-properties-common (0.96.20.2-2) ... Processing triggers for libc-bin (2.28-10+deb10u2) ... Processing triggers for ca-certificates (20200601~deb10u2) ... Updating certificates in /etc/ssl/certs... Selecting previously unselected package python3-gi. Preparing to unpack .../42-python3-gi_3.38.0-2_arm64.deb ... Unpacking python3-gi (3.38.0-2) ... Selecting previously unselected package python3-pycurl. Preparing to unpack .../43-python3-pycurl_7.43.0.6-5_arm64.deb ... Unpacking python3-pycurl (7.43.0.6-5) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../44-python3-software-properties_0.96.20.2-2.1_all.deb ... Unpacking python3-software-properties (0.96.20.2-2.1) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../45-software-properties-common_0.96.20.2-2.1_all.deb ... Unpacking software-properties-common (0.96.20.2-2.1) ... Setting up libksba8:arm64 (1.5.0-3+deb11u2) ... Setting up media-types (4.0.0) ... Setting up libpsl5:arm64 (0.21.0-1.2) ... Setting up apt-transport-https (2.2.4) ... Setting up libglib2.0-0:arm64 (2.66.8-1) ... Selecting previously unselected package libxml2:arm64. Preparing to unpack .../41-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ... Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ... Selecting previously unselected package libxmlb2:arm64. Preparing to unpack .../42-libxmlb2_0.3.10-2_arm64.deb ... Unpacking libxmlb2:arm64 (0.3.10-2) ... + verify + dpkg --version + rpm --version + verify_rpm ++ . /etc/os-release +++ NAME='CentOS Stream' +++ VERSION=8 +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=8 +++ PLATFORM_ID=platform:el8 +++ PRETTY_NAME='CentOS Stream 8' +++ ANSI_COLOR='0;31' +++ CPE_NAME=cpe:/o:centos:centos:8 +++ HOME_URL=https://centos.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8' +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream' ++ echo centos + DIST_ID=centos ++ . /etc/os-release +++ NAME='CentOS Stream' +++ VERSION=8 +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=8 +++ PLATFORM_ID=platform:el8 +++ PRETTY_NAME='CentOS Stream 8' +++ ANSI_COLOR='0;31' +++ CPE_NAME=cpe:/o:centos:centos:8 +++ HOME_URL=https://centos.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8' +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream' ++ echo 8 ++ cut -d. -f1 + DIST_VERSION=8 + pkg_manager=yum + pkg_config_manager=yum-config-manager + dnf --version No schema files found: doing nothing. Setting up distro-info-data (0.51+deb11u4) ... Setting up libbrotli1:arm64 (1.0.9-2+b2) ... Setting up libsqlite3-0:arm64 (3.34.1-3) ... Setting up libnghttp2-14:arm64 (1.43.0-1+deb11u1) ... Setting up libpackagekit-glib2-18:arm64 (1.2.2-2) ... Setting up libnpth0:arm64 (1.6-3) ... Setting up libassuan0:arm64 (2.5.3-7.1) ... Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... Setting up gnupg-l10n (2.2.27-2+deb11u2) ... Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... Setting up libdbus-1-3:arm64 (1.12.28-0+deb11u1) ... Setting up libncursesw6:arm64 (6.2+20201114-2+deb11u2) ... Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... Setting up python-apt-common (2.2.1) ... Setting up libmpdec3:arm64 (2.5.1-1) ... Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ... Setting up libssh2-1:arm64 (1.9.0-2) ... Setting up openssl (1.1.1w-0+deb11u1) ... Setting up readline-common (8.1-1) ... Setting up iso-codes (4.6.0-1) ... Setting up pinentry-curses (1.1.0-4) ... Setting up libreadline8:arm64 (8.1-1) ... Selecting previously unselected package libyaml-0-2:arm64. Preparing to unpack .../43-libyaml-0-2_0.2.5-1_arm64.deb ... Unpacking libyaml-0-2:arm64 (0.2.5-1) ... Selecting previously unselected package libappstream4:arm64. Preparing to unpack .../44-libappstream4_0.16.1-2_arm64.deb ... Unpacking libappstream4:arm64 (0.16.1-2) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../45-libcap2-bin_1%3a2.66-4_arm64.deb ... Unpacking libcap2-bin (1:2.66-4) ... Selecting previously unselected package libduktape207:arm64. Preparing to unpack .../46-libduktape207_2.7.0-2_arm64.deb ... Unpacking libduktape207:arm64 (2.7.0-2) ... Selecting previously unselected package libelf1:arm64. Preparing to unpack .../47-libelf1_0.188-2.1_arm64.deb ... Unpacking libelf1:arm64 (0.188-2.1) ... 4.7.0 Installed: dnf-0:4.7.0-20.el8.noarch at Wed Jan 17 05:18:19 2024 Built : builder@centos.org at Mon Oct 16 13:48:29 2023 Installed: rpm-0:4.14.3-31.el8.x86_64 at Wed Jan 17 05:18:18 2024 Built : builder@centos.org at Wed Dec 13 14:00:08 2023 + pkg_manager=dnf + pkg_config_manager='dnf config-manager' + dnf clean all 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. ++ source /etc/os-release +++ PRETTY_NAME='Debian GNU/Linux 10 (buster)' +++ NAME='Debian GNU/Linux' +++ VERSION_ID=10 +++ VERSION='10 (buster)' +++ VERSION_CODENAME=buster +++ ID=debian +++ HOME_URL=https://www.debian.org/ +++ SUPPORT_URL=https://www.debian.org/support +++ BUG_REPORT_URL=https://bugs.debian.org/ ++ echo debian + DIST_ID=debian ++ lsb_release -sc + DIST_VERSION=buster + '[' buster = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/debian [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian' + update-ca-certificates -f Clearing symlinks in /etc/ssl/certs... Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u11) ... Setting up ca-certificates (20210119) ... docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-mantic" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Selecting previously unselected package libdw1:arm64. Preparing to unpack .../48-libdw1_0.188-2.1_arm64.deb ... Unpacking libdw1:arm64 (0.188-2.1) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../49-libglib2.0-data_2.74.6-2_all.deb ... Unpacking libglib2.0-data (2.74.6-2) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../50-libglib2.0-bin_2.74.6-2_arm64.deb ... Unpacking libglib2.0-bin (2.74.6-2) ... Selecting previously unselected package libunwind8:arm64. Preparing to unpack .../51-libunwind8_1.6.2-3_arm64.deb ... Unpacking libunwind8:arm64 (1.6.2-3) ... 0 files removed + dnf install -y 'dnf-command(config-manager)' + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-arm-v6 + go build -o build/docker-linux-arm-v6 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:42:05Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker Updating certificates in /etc/ssl/certs... Selecting previously unselected package libgstreamer1.0-0:arm64. Preparing to unpack .../52-libgstreamer1.0-0_1.22.0-2_arm64.deb ... Unpacking libgstreamer1.0-0:arm64 (1.22.0-2) ... Selecting previously unselected package libpolkit-gobject-1-0:arm64. Preparing to unpack .../53-libpolkit-gobject-1-0_122-3_arm64.deb ... Unpacking libpolkit-gobject-1-0:arm64 (122-3) ... Selecting previously unselected package libpolkit-agent-1-0:arm64. Preparing to unpack .../54-libpolkit-agent-1-0_122-3_arm64.deb ... Unpacking libpolkit-agent-1-0:arm64 (122-3) ... Selecting previously unselected package lsb-release. Preparing to unpack .../55-lsb-release_12.0-1_all.deb ... Unpacking lsb-release (12.0-1) ... + make IMAGE=ubuntu:mantic verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ ubuntu:mantic ./verify Unable to find image 'ubuntu:mantic' locally mantic: Pulling from library/ubuntu b227d7805fb6: Already exists make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo dpkg-genchanges >../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.changes dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_arm64.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb /root/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_arm64.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_arm64.deb' removed '/root/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_arm64.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb' copied '/root/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_arm64.deb' removed '/root/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_arm64.deb' done. Updating certificates in /etc/ssl/certs... Digest: sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 Status: Downloaded newer image for ubuntu:mantic Selecting previously unselected package xml-core. Preparing to unpack .../56-xml-core_0.18+nmu1_all.deb ... Unpacking xml-core (0.18+nmu1) ... Selecting previously unselected package polkitd. Preparing to unpack .../57-polkitd_122-3_arm64.deb ... Unpacking polkitd (122-3) ... Selecting previously unselected package packagekit. Preparing to unpack .../58-packagekit_1.2.6-5_arm64.deb ... Unpacking packagekit (1.2.6-5) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../59-python-apt-common_2.6.0_all.deb ... Unpacking python-apt-common (2.6.0) ... Selecting previously unselected package python3-apt. Preparing to unpack .../60-python3-apt_2.6.0_arm64.deb ... Unpacking python3-apt (2.6.0) ... 129 added, 0 removed; done. Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ... Setting up gpgconf (2.2.27-2+deb11u2) ... Setting up libcurl4:arm64 (7.74.0-1.3+deb11u11) ... Setting up curl (7.74.0-1.3+deb11u11) ... + verify + dpkg --version + verify_deb + apt-get update Selecting previously unselected package python3-blinker. Preparing to unpack .../61-python3-blinker_1.5-1_all.deb ... Unpacking python3-blinker (1.5-1) ... Selecting previously unselected package python3-cffi-backend:arm64. Preparing to unpack .../62-python3-cffi-backend_1.15.1-5+b1_arm64.deb ... Unpacking python3-cffi-backend:arm64 (1.15.1-5+b1) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../63-python3-cryptography_38.0.4-3_arm64.deb ... Unpacking python3-cryptography (38.0.4-3) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../64-python3-dbus_1.3.2-4+b1_arm64.deb ... Unpacking python3-dbus (1.3.2-4+b1) ... Selecting previously unselected package python3-distro. Preparing to unpack .../65-python3-distro_1.8.0-1_all.deb ... Unpacking python3-distro (1.8.0-1) ... CentOS Stream 8 - AppStream 29 MB/s | 27 MB 00:00 Setting up gpg (2.2.27-2+deb11u2) ... Setting up libpython3.9-stdlib:arm64 (3.9.2-1) ... Setting up libpython3-stdlib:arm64 (3.9.2-3) ... Setting up gnupg-utils (2.2.27-2+deb11u2) ... Setting up gpg-agent (2.2.27-2+deb11u2) ... make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.buildinfo dpkg-genchanges -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.changes dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/debian/gpg + apt-key add - Warning: apt-key output should not be parsed (stdout is not a terminal) Selecting previously unselected package python3-gi. Preparing to unpack .../66-python3-gi_3.42.2-3+b1_arm64.deb ... Unpacking python3-gi (3.42.2-3+b1) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ... Unpacking python3-pyparsing (3.0.9-1) ... Selecting previously unselected package python3-httplib2. Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ... Unpacking python3-httplib2 (0.20.4-3) ... Selecting previously unselected package python3-jwt. Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ... Unpacking python3-jwt (2.6.0-1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../70-python3-pkg-resources_66.1.1-1_all.deb ... Unpacking python3-pkg-resources (66.1.1-1) ... Selecting previously unselected package python3-lazr.uri. Preparing to unpack .../71-python3-lazr.uri_1.0.6-3_all.deb ... Unpacking python3-lazr.uri (1.0.6-3) ... Setting up gpgsm (2.2.27-2+deb11u2) ... Setting up dirmngr (2.2.27-2+deb11u2) ... dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_arm64.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb /root/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_arm64.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_arm64.deb' removed '/root/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_arm64.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb' copied '/root/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_arm64.deb' removed '/root/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_arm64.deb' Selecting previously unselected package python3-wadllib. Preparing to unpack .../72-python3-wadllib_1.3.6-4_all.deb ... Unpacking python3-wadllib (1.3.6-4) ... Selecting previously unselected package python3-oauthlib. Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ... Unpacking python3-oauthlib (3.2.2-1) ... Selecting previously unselected package python3-six. Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ... Unpacking python3-six (1.16.0-4) ... Selecting previously unselected package python3-lazr.restfulclient. Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ... Unpacking python3-lazr.restfulclient (0.14.5-1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../76-python3-software-properties_0.99.30-4_all.deb ... Unpacking python3-software-properties (0.99.30-4) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../77-software-properties-common_0.99.30-4_all.deb ... Unpacking software-properties-common (0.99.30-4) ... Get:1 http://ports.ubuntu.com/ubuntu-ports mantic InRelease [256 kB] Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ... Setting up gpg-wks-server (2.2.27-2+deb11u2) ... Setting up python3.9 (3.9.2-1) ... Setting up libksba8:arm64 (1.6.3-2) ... Setting up media-types (10.0.0) ... Setting up systemd-sysv (252.19-1~deb12u1) ... Setting up libkeyutils1:arm64 (1.6.3-2) ... Setting up libpsl5:arm64 (0.21.2-1) ... Setting up libicu72:arm64 (72.1-3) ... Setting up apt-transport-https (2.6.1) ... Setting up libyaml-0-2:arm64 (0.2.5-1) ... Setting up libglib2.0-0:arm64 (2.74.6-2) ... No schema files found: doing nothing. Setting up distro-info-data (0.58+deb12u1) ... Setting up libtirpc-common (1.3.3+ds-1) ... Setting up libxmlb2:arm64 (0.3.10-2) ... Setting up libbrotli1:arm64 (1.0.9-2+b6) ... Setting up libsqlite3-0:arm64 (3.40.1-2) ... Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u1) ... Setting up libpackagekit-glib2-18:arm64 (1.2.6-5) ... Setting up libnpth0:arm64 (1.6-3) ... Setting up libassuan0:arm64 (2.5.5-5) ... Setting up libunwind8:arm64 (1.6.2-3) ... Setting up libkrb5support0:arm64 (1.20.1-2+deb12u1) ... Get:2 http://ports.ubuntu.com/ubuntu-ports mantic-updates InRelease [109 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports mantic-backports InRelease [90.8 kB] Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... Setting up libcap2-bin (1:2.66-4) ... Setting up libglib2.0-data (2.74.6-2) ... Setting up gnupg-l10n (2.2.40-1.1) ... Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... Setting up libncursesw6:arm64 (6.4-4) ... Setting up libk5crypto3:arm64 (1.20.1-2+deb12u1) ... Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... Setting up python-apt-common (2.6.0) ... Setting up libduktape207:arm64 (2.7.0-2) ... Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ... Setting up libssh2-1:arm64 (1.10.0-3+b1) ... Setting up sgml-base (1.31) ... Setting up libkrb5-3:arm64 (1.20.1-2+deb12u1) ... Setting up libstemmer0d:arm64 (2.2.0-2) ... Get:4 http://ports.ubuntu.com/ubuntu-ports mantic-security InRelease [109 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports mantic/universe arm64 Packages [18.6 MB] Setting up gpg-wks-client (2.2.27-2+deb11u2) ... Setting up python3 (3.9.2-3) ... Setting up lsb-release (12.0-1) ... Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... Setting up openssl (3.0.11-1~deb12u2) ... Setting up libelf1:arm64 (0.188-2.1) ... Setting up readline-common (8.2-1.3) ... Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ... Setting up iso-codes (4.15.0-1) ... Setting up dbus-bin (1.14.10-1~deb12u1) ... Setting up libpolkit-gobject-1-0:arm64 (122-3) ... Setting up pinentry-curses (1.2.1-1) ... Setting up libdw1:arm64 (0.188-2.1) ... Setting up libreadline8:arm64 (8.2-1.3) ... Setting up python3-pycurl (7.43.0.6-5) ... Setting up python3-gi (3.38.0-2) ... Setting up libglib2.0-bin (2.74.6-2) ... Setting up dbus-daemon (1.14.10-1~deb12u1) ... Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... Setting up ca-certificates (20230311) ... OK + '[' buster = sid ']' ++ dpkg --print-architecture + ARCH=arm64 + echo 'deb [arch=arm64] https://download.docker.com/linux/debian buster test' + apt-get update Setting up gnupg (2.2.27-2+deb11u2) ... Setting up lsb-release (11.1.0) ... Setting up python3-dbus (1.2.16-5) ... Setting up gnupg2 (2.2.27-2+deb11u2) ... Setting up python3-apt (2.2.1) ... Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://deb.debian.org/debian-security buster/updates InRelease Hit:3 http://deb.debian.org/debian buster-updates InRelease Get:4 https://download.docker.com/linux/debian buster InRelease [53.9 kB] Setting up python3-software-properties (0.96.20.2-2.1) ... Setting up software-properties-common (0.96.20.2-2.1) ... Updating certificates in /etc/ssl/certs... docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal" Processing triggers for libc-bin (2.31-13+deb11u7) ... Processing triggers for ca-certificates (20210119) ... Updating certificates in /etc/ssl/certs... Get:5 https://download.docker.com/linux/debian buster/test arm64 Packages [67.8 kB] Fetched 122 kB in 1s (149 kB/s) Get:6 http://ports.ubuntu.com/ubuntu-ports mantic/multiverse arm64 Packages [238 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports mantic/restricted arm64 Packages [135 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 Packages [1781 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports mantic-updates/restricted arm64 Packages [183 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports mantic-updates/universe arm64 Packages [233 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 Packages [310 kB] 140 added, 0 removed; done. Setting up dbus (1.14.10-1~deb12u1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ... Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ... Setting up xml-core (0.18+nmu1) ... Get:12 http://ports.ubuntu.com/ubuntu-ports mantic-updates/multiverse arm64 Packages [5286 B] Get:13 http://ports.ubuntu.com/ubuntu-ports mantic-backports/universe arm64 Packages [4193 B] Get:14 http://ports.ubuntu.com/ubuntu-ports mantic-security/restricted arm64 Packages [179 kB] make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. ++ source /etc/os-release +++ PRETTY_NAME='Debian GNU/Linux 11 (bullseye)' +++ NAME='Debian GNU/Linux' +++ VERSION_ID=11 +++ VERSION='11 (bullseye)' +++ VERSION_CODENAME=bullseye +++ ID=debian +++ HOME_URL=https://www.debian.org/ +++ SUPPORT_URL=https://www.debian.org/support +++ BUG_REPORT_URL=https://bugs.debian.org/ ++ echo debian + DIST_ID=debian ++ lsb_release -sc + DIST_VERSION=bullseye + '[' bullseye = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/debian + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian' + update-ca-certificates -f [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian Clearing symlinks in /etc/ssl/certs... Setting up gpgconf (2.2.40-1.1) ... Setting up libpam-systemd:arm64 (252.19-1~deb12u1) ... Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ... Setting up libpolkit-agent-1-0:arm64 (122-3) ... Setting up curl (7.88.1-10+deb12u5) ... Get:15 http://ports.ubuntu.com/ubuntu-ports mantic-security/multiverse arm64 Packages [4522 B] Get:16 http://ports.ubuntu.com/ubuntu-ports mantic-security/universe arm64 Packages [198 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports mantic-security/main arm64 Packages [249 kB] Reading package lists... ++ find deb/debbuild/debian-buster/ -type f -name '*.deb' + packages='deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_arm64.deb deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_arm64.deb' ++ echo 'deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_arm64.deb deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_arm64.deb' ++ awk '$0="./"$0' ++ xargs + packages='./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_arm64.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_arm64.deb Selecting previously unselected package docker-ce-cli. (Reading database ... 9720 files and directories currently installed.) Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... + make IMAGE=ubuntu:focal verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ ubuntu:focal ./verify Unable to find image 'ubuntu:focal' locally focal: Pulling from library/ubuntu done. Updating certificates in /etc/ssl/certs... Setting up gpg (2.2.40-1.1) ... Setting up libgstreamer1.0-0:arm64 (1.22.0-2) ... Setcap worked! gst-ptp-helper is not suid! Setting up gnupg-utils (2.2.40-1.1) ... Setting up libtirpc3:arm64 (1.3.3+ds-1) ... Setting up gpg-agent (2.2.40-1.1) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Fetched 22.7 MB in 3s (7240 kB/s) d519a3a2a796: Already exists Digest: sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 Status: Downloaded newer image for ubuntu:focal Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up gpgsm (2.2.40-1.1) ... + verify + dpkg --version + verify_deb + apt-get update Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... 129 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/debian/gpg + apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u5) ... Setting up libappstream4:arm64 (0.16.1-2) ... Setting up dirmngr (2.2.40-1.1) ... Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Setting up gir1.2-packagekitglib-1.0 (1.2.6-5) ... Setting up gpg-wks-server (2.2.40-1.1) ... Setting up libnsl2:arm64 (1.3.0-2) ... Setting up gpg-wks-client (2.2.40-1.1) ... Setting up libpython3.11-stdlib:arm64 (3.11.2-6) ... Setting up gnupg (2.2.40-1.1) ... Setting up libpython3-stdlib:arm64 (3.11.2-1+b1) ... Setting up python3.11 (3.11.2-6) ... Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB] Reading package lists... Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB] OK + '[' bullseye = sid ']' ++ dpkg --print-architecture + ARCH=arm64 + echo 'deb [arch=arm64] https://download.docker.com/linux/debian bullseye test' + apt-get update Setting up gnupg2 (2.2.40-1.1) ... Setting up python3 (3.11.2-1+b1) ... Setting up python3-six (1.16.0-4) ... Building dependency tree... Reading state information... Get:6 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB] Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease Hit:3 http://deb.debian.org/debian bullseye-updates InRelease Get:4 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB] Setting up python3-pyparsing (3.0.9-1) ... Setting up python3-gi (3.42.2-3+b1) ... Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... The following additional packages will be installed: adduser dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap2 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common sgml-base systemd systemd-dev systemd-sysv tzdata xml-core Suggested packages: liblocale-gettext-perl perl cron quota ecryptfs-utils default-dbus-session-bus | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user gstreamer1.0-tools pinentry-doc polkitd-pkla python3-doc python3-tk python3-venv python-apt-doc python-blinker-doc python-cryptography-doc python3-cryptography-vectors python-dbus-doc python3-crypto python3-testresources python3-setuptools python-pyparsing-doc python3.11-venv python3.11-doc binutils binfmt-support readline-doc sgml-base-doc systemd-container systemd-homed systemd-userdbd systemd-boot libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 debhelper Recommended packages: libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales libldap-common dbus-user-session publicsuffix libsasl2-modules appstream packagekit-tools python3-keyring unattended-upgrades networkd-dispatcher systemd-timesyncd | time-daemon systemd-resolved libnss-systemd tzdata-icu Setting up python3-httplib2 (0.20.4-3) ... Setting up python3-cffi-backend:arm64 (1.15.1-5+b1) ... Setting up python3-blinker (1.5-1) ... Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~debian.10~buster_arm64.deb ... Unpacking docker-compose-plugin (2.24.2-1~debian.10~buster) ... make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.buildinfo dpkg-genchanges -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.changes dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_arm64.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb /root/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_arm64.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_arm64.deb' -> '/build/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_arm64.deb' removed '/root/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_arm64.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb' copied '/root/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_arm64.deb' -> '/build/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_arm64.deb' removed '/root/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_arm64.deb' make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.buildinfo The following NEW packages will be installed: adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap2 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common sgml-base software-properties-common systemd systemd-dev systemd-sysv tzdata xml-core Setting up python3-pkg-resources (66.1.1-1) ... Get:8 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B] Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [51.1 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1358 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9718 B] Get:5 https://download.docker.com/linux/debian bullseye/test arm64 Packages [38.4 kB] Fetched 81.7 kB in 1s (108 kB/s) 0 upgraded, 119 newly installed, 0 to remove and 7 not upgraded. Need to get 42.5 MB of archives. After this operation, 163 MB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libssl3 arm64 3.0.10-1ubuntu2.1 [1772 kB] Setting up python3-dbus (1.3.2-4+b1) ... Setting up python3-distro (1.8.0-1) ... Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.fc38.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Jw8xL9 + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.Yhks4Q + umask 022 + cd /root/rpmbuild/BUILD + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.aarch64/usr/libexec/docker/cli-plugins/docker-buildx warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VgvCbH + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mA7Nt1 + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + make VERSION=v2.24.2 DESTDIR=./bin build GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "./bin/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2850 kB] Setting up python3-jwt (2.6.0-1) ... Setting up python3-apt (2.6.0) ... Reading package lists... ++ find deb/debbuild/debian-bullseye/ -type f -name '*.deb' + packages='deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_arm64.deb deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_arm64.deb deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb' ++ echo 'deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_arm64.deb deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_arm64.deb deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb' ++ awk '$0="./"$0' ++ xargs + packages='./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb Selecting previously unselected package docker-ce. (Reading database ... 9721 files and directories currently installed.) Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~debian.10~buster_arm64.deb ... Unpacking docker-buildx-plugin (0.12.1-1~debian.10~buster) ... Setting up python3-lazr.uri (1.0.6-3) ... Setting up python3-cryptography (38.0.4-3) ... Get:2 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpython3.11-minimal arm64 3.11.6-3 [835 kB] dpkg-genchanges -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.changes Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [27.8 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [54.8 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3615 B] Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [1062 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [50.7 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [2465 kB] make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.buildinfo Setting up python3-wadllib (1.3.6-4) ... Get:3 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libexpat1 arm64 2.5.0-2 [72.2 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3.11-minimal arm64 3.11.6-3 [2140 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-minimal arm64 3.11.4-5 [26.8 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 media-types all 10.1.0 [27.5 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 tzdata all 2023d-0ubuntu0.23.10 [274 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libkrb5support0 arm64 1.20.1-3ubuntu1 [32.9 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libk5crypto3 arm64 1.20.1-3ubuntu1 [84.9 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libkeyutils1 arm64 1.6.3-2 [9296 B] Get:11 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libkrb5-3 arm64 1.20.1-3ubuntu1 [345 kB] Fetched 21.0 MB in 3s (6942 kB/s) Setting up python3-oauthlib (3.2.2-1) ... Setting up python3-lazr.restfulclient (0.14.5-1) ... Setting up python3-software-properties (0.99.30-4) ... dpkg-genchanges -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.changes Get:12 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libgssapi-krb5-2 arm64 1.20.1-3ubuntu1 [139 kB] Processing triggers for libc-bin (2.36-9+deb12u3) ... Processing triggers for systemd (252.19-1~deb12u1) ... Processing triggers for sgml-base (1.31) ... Setting up polkitd (122-3) ... Creating group 'polkitd' with GID 997. Creating user 'polkitd' (polkit) with UID 997 and GID 997. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of reload. Get:13 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtirpc-common all 1.3.3+ds-1 [7790 B] Get:14 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libtirpc3 arm64 1.3.3+ds-1 [82.1 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnsl2 arm64 1.3.0-2build2 [41.4 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 readline-common all 8.2-1.3 [55.7 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libreadline8 arm64 8.2-1.3 [150 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libsqlite3-0 arm64 3.42.0-1ubuntu0.1 [679 kB] Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up docker-compose-plugin (2.24.2-1~debian.10~buster) ... Setting up docker-buildx-plugin (0.12.1-1~debian.10~buster) ... Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_arm64.deb start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory) Setting up packagekit (1.2.6-5) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up software-properties-common (0.99.30-4) ... Get:19 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpython3.11-stdlib arm64 3.11.6-3 [1897 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3.11 arm64 3.11.6-3 [579 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpython3-stdlib arm64 3.11.4-5 [9504 B] Get:22 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3 arm64 3.11.4-5 [22.9 kB] dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_amd64.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb /root/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_amd64.deb /build Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~debian.11~bullseye_arm64.deb ... Unpacking docker-buildx-plugin (0.12.1-1~debian.11~bullseye) ... Processing triggers for ca-certificates (20230311) ... Updating certificates in /etc/ssl/certs... docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-lunar" copied '/root/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_amd64.deb' -> '/build/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_amd64.deb' removed '/root/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_amd64.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb' copied '/root/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_amd64.deb' -> '/build/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_amd64.deb' removed '/root/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_amd64.deb' Get:23 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libargon2-1 arm64 0~20190702+dfsg-3 [18.9 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2ubuntu1 [128 kB] CentOS Stream 8 - BaseOS 11 MB/s | 10 MB 00:00 Reading package lists... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.14.10-1~deb12u1) ... ++ source /etc/os-release +++ PRETTY_NAME='Debian GNU/Linux 12 (bookworm)' +++ NAME='Debian GNU/Linux' +++ VERSION_ID=12 +++ VERSION='12 (bookworm)' +++ VERSION_CODENAME=bookworm +++ ID=debian +++ HOME_URL=https://www.debian.org/ +++ SUPPORT_URL=https://www.debian.org/support +++ BUG_REPORT_URL=https://bugs.debian.org/ ++ echo debian + DIST_ID=debian ++ lsb_release -sc + DIST_VERSION=bookworm + '[' bookworm = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/debian + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian' + update-ca-certificates -f [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian Clearing symlinks in /etc/ssl/certs... dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_amd64.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb /root/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_amd64.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_amd64.deb' removed '/root/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_amd64.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb' copied '/root/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_amd64.deb' removed '/root/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_amd64.deb' Get:25 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libjson-c5 arm64 0.17-1 [35.5 kB] Get:26 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libcryptsetup12 arm64 2:2.6.1-4ubuntu3 [239 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libfdisk1 arm64 2.39.1-4ubuntu2 [141 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libkmod2 arm64 30+20230519-1ubuntu3 [49.4 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libapparmor1 arm64 4.0.0~alpha2-0ubuntu5 [48.1 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libip4tc2 arm64 1.8.9-2ubuntu2 [22.3 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libsystemd-shared arm64 253.5-1ubuntu6.1 [1789 kB] make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' Reading package lists... Building dependency tree... Reading state information... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Building dependency tree... Reading state information... Correcting dependencies... Done docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage done. Updating certificates in /etc/ssl/certs... [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Get:32 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 systemd-dev all 253.5-1ubuntu6.1 [79.5 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 systemd arm64 253.5-1ubuntu6.1 [2966 kB] The following additional packages will be installed: dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1 libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12 libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66 libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0 libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5 libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1 libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libsystemd0 libwind0-heimdal libxml2 libyaml-0-2 mime-support openssl packagekit pinentry-curses policykit-1 python-apt-common python3 python3-apt python3-certifi python3-chardet python3-dbus python3-gi python3-idna python3-minimal python3-pkg-resources python3-requests python3-requests-unixsocket python3-six python3-software-properties python3-urllib3 python3.8 python3.8-minimal readline-common systemd systemd-sysv systemd-timesyncd tzdata Suggested packages: pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg python3-setuptools python3-cryptography python3-openssl python3-socks python3.8-venv python3.8-doc binutils binfmt-support readline-doc systemd-container Recommended packages: libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales publicsuffix libsasl2-modules file xz-utils packagekit-tools unattended-upgrades networkd-dispatcher libnss-systemd + make IMAGE=ubuntu:lunar verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ ubuntu:lunar ./verify Unable to find image 'ubuntu:lunar' locally lunar: Pulling from library/ubuntu make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo dpkg-genchanges >../docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.changes Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0 libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd systemd systemd-sysv Suggested packages: kmod systemd-container policykit-1 Recommended packages: nftables libnss-systemd The following NEW packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0 libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd systemd systemd-sysv + make IMAGE=ubuntu:jammy verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ ubuntu:jammy ./verify Unable to find image 'ubuntu:jammy' locally jammy: Pulling from library/ubuntu The following NEW packages will be installed: apt-transport-https ca-certificates curl dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1 libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12 libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66 libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0 libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5 libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1 libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2 libyaml-0-2 lsb-release mime-support openssl packagekit pinentry-curses policykit-1 python-apt-common python3 python3-apt python3-certifi python3-chardet python3-dbus python3-gi python3-idna python3-minimal python3-pkg-resources python3-requests python3-requests-unixsocket python3-six python3-software-properties python3-urllib3 python3.8 python3.8-minimal readline-common software-properties-common systemd systemd-sysv systemd-timesyncd tzdata The following packages will be upgraded: libsystemd0 d8df4a5e885d: Already exists Digest: sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd Status: Downloaded newer image for ubuntu:lunar Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~debian.11~bullseye_arm64.deb ... Unpacking docker-compose-plugin (2.24.2-1~debian.11~bullseye) ... 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. Need to get 26.5 MB of archives. After this operation, 115 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] Get:2 http://deb.debian.org/debian buster/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB] Get:3 http://deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] Get:4 http://deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] Get:5 http://deb.debian.org/debian buster/main arm64 libjson-c3 arm64 0.12.1+ds-2+deb10u1 [26.8 kB] Get:6 http://deb.debian.org/debian buster/main arm64 libcryptsetup12 arm64 2:2.1.0-5+deb10u2 [181 kB] Get:7 http://deb.debian.org/debian buster/main arm64 libidn11 arm64 1.33-2.2 [113 kB] Get:8 http://deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] Get:9 https://download.docker.com/linux/debian buster/test arm64 containerd.io arm64 1.6.27-1 [21.3 MB] Get:10 http://deb.debian.org/debian buster/main arm64 libkmod2 arm64 26-1 [49.4 kB] Get:11 http://deb.debian.org/debian-security buster/updates/main arm64 systemd arm64 241-7~deb10u10 [3262 kB] Get:12 http://deb.debian.org/debian-security buster/updates/main arm64 systemd-sysv arm64 241-7~deb10u10 [100 kB] Get:13 http://deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] Get:14 http://deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] Get:15 http://deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] Get:16 http://deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] Get:17 http://deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] Get:18 http://deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] Get:19 http://deb.debian.org/debian-security buster/updates/main arm64 dbus arm64 1.12.28-0+deb10u1 [232 kB] Get:20 http://deb.debian.org/debian-security buster/updates/main arm64 libpam-systemd arm64 241-7~deb10u10 [200 kB] Get:21 http://deb.debian.org/debian-security buster/updates/main arm64 dbus-user-session arm64 1.12.28-0+deb10u1 [98.6 kB] ce9ebea987c2: Already exists Digest: sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 Status: Downloaded newer image for ubuntu:jammy rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 140 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/debian/gpg + apt-key add - 1 upgraded, 119 newly installed, 0 to remove and 7 not upgraded. Need to get 33.7 MB of archives. After this operation, 141 MB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsystemd0 arm64 245.4-4ubuntu3.23 [246 kB] + verify + dpkg --version + verify_deb + apt-get update Get:34 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 systemd-sysv arm64 253.5-1ubuntu6.1 [11.5 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 sgml-base all 1.31 [11.4 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 adduser all 3.137ubuntu1 [101 kB] + verify + dpkg --version + verify_deb + apt-get update Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Get:37 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 openssl arm64 3.0.10-1ubuntu2.1 [1168 kB] Metadata Cache Created + echo '[DEBUG] Installing engine rpms' [DEBUG] Installing engine rpms ++ find rpm/rpmbuild/centos-7/RPMS/ -type f -name '*.rpm' ++ sed /src/d + packages='rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.24.2-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.el7.aarch64.rpm' + set -x ++ source /etc/os-release +++ NAME='CentOS Linux' +++ VERSION='7 (AltArch)' +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=7 +++ PRETTY_NAME='CentOS Linux 7 (AltArch)' +++ ANSI_COLOR='0;31' +++ CPE_NAME=cpe:/o:centos:centos:7:server +++ HOME_URL=https://www.centos.org/ +++ BUG_REPORT_URL=https://bugs.centos.org/ +++ CENTOS_MANTISBT_PROJECT=CentOS-7 +++ CENTOS_MANTISBT_PROJECT_VERSION=7 +++ REDHAT_SUPPORT_PRODUCT=centos +++ REDHAT_SUPPORT_PRODUCT_VERSION=7 ++ echo 7 + product_version=7 + '[' 7 = rawhide ']' + yum install -y rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.24.2-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.el7.aarch64.rpm Loaded plugins: fastestmirror, ovl Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64.rpm: 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64.rpm to be installed Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64.rpm: docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64.rpm to be installed Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.24.2-0.el7.aarch64.rpm: docker-compose-plugin-2.24.2-0.el7.aarch64 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.24.2-0.el7.aarch64.rpm to be installed Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.aarch64.rpm: 1:docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.aarch64 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.aarch64.rpm to be installed Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.el7.aarch64.rpm: docker-buildx-plugin-0.12.1-0.el7.aarch64 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.el7.aarch64.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package docker-buildx-plugin.aarch64 0:0.12.1-0.el7 will be installed ---> Package docker-ce.aarch64 3:0.0.0~20240120124445.f18a476-0.el7 will be installed --> Processing Dependency: container-selinux >= 2:2.74 for package: 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 Loading mirror speeds from cached hostfile * base: download.cf.centos.org * extras: download.cf.centos.org * updates: download.cf.centos.org --> Processing Dependency: containerd.io >= 1.6.24 for package: 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 --> Processing Dependency: libseccomp >= 2.3 for package: 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 --> Processing Dependency: iptables for package: 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 --> Processing Dependency: libcgroup for package: 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 ---> Package docker-ce-cli.aarch64 1:0.0.0~20240120124445.f18a476-0.el7 will be installed ---> Package docker-ce-rootless-extras.aarch64 0:0.0.0~20240120124445.f18a476-0.el7 will be installed --> Processing Dependency: fuse-overlayfs >= 0.7 for package: docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64 --> Processing Dependency: slirp4netns >= 0.4 for package: docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64 ---> Package docker-compose-plugin.aarch64 0:2.24.2-0.el7 will be installed --> Running transaction check ---> Package container-selinux.noarch 2:2.119.2-1.911c772.el7_8 will be installed --> Processing Dependency: selinux-policy-targeted >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch --> Processing Dependency: selinux-policy-base >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch --> Processing Dependency: selinux-policy >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch --> Processing Dependency: policycoreutils >= 2.5-11 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch --> Processing Dependency: policycoreutils-python for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch --> Processing Dependency: libselinux-utils for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch ---> Package containerd.io.aarch64 0:1.6.27-3.1.el7 will be installed ---> Package fuse-overlayfs.aarch64 0:0.7.2-6.el7_8 will be installed --> Processing Dependency: libfuse3.so.3(FUSE_3.2)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.aarch64 --> Processing Dependency: libfuse3.so.3(FUSE_3.0)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.aarch64 --> Processing Dependency: libfuse3.so.3()(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.aarch64 ---> Package iptables.aarch64 0:1.4.21-35.el7 will be installed --> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-35.el7.aarch64 --> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-35.el7.aarch64 ---> Package libcgroup.aarch64 0:0.41-21.el7 will be installed ---> Package libseccomp.aarch64 0:2.3.1-4.el7 will be installed ---> Package slirp4netns.aarch64 0:0.4.3-4.el7_8 will be installed --> Running transaction check ---> Package fuse3-libs.aarch64 0:3.6.1-4.el7 will be installed ---> Package libnetfilter_conntrack.aarch64 0:1.0.6-1.el7_3 will be installed --> Processing Dependency: libmnl.so.0(LIBMNL_1.1)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.aarch64 --> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.aarch64 --> Processing Dependency: libmnl.so.0()(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.aarch64 ---> Package libnfnetlink.aarch64 0:1.0.1-4.el7 will be installed ---> Package libselinux-utils.aarch64 0:2.5-15.el7 will be installed ---> Package policycoreutils.aarch64 0:2.5-34.el7 will be installed ---> Package policycoreutils-python.aarch64 0:2.5-34.el7 will be installed --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.aarch64 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.aarch64 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.aarch64 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.aarch64 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.aarch64 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64 --> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-34.el7.aarch64 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed ---> Package selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2 will be installed --> Running transaction check ---> Package audit-libs-python.aarch64 0:2.8.5-4.el7 will be installed ---> Package checkpolicy.aarch64 0:2.5-8.el7 will be installed ---> Package libmnl.aarch64 0:1.0.3-7.el7 will be installed ---> Package libselinux-python.aarch64 0:2.5-15.el7 will be installed ---> Package libsemanage-python.aarch64 0:2.5-14.el7 will be installed ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed ---> Package setools-libs.aarch64 0:3.3.8-4.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: docker-buildx-plugin aarch64 0.12.1-0.el7 /docker-buildx-plugin-0.12.1-0.el7.aarch64 56 M docker-ce aarch64 3:0.0.0~20240120124445.f18a476-0.el7 /docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 71 M docker-ce-cli aarch64 1:0.0.0~20240120124445.f18a476-0.el7 /docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.aarch64 34 M docker-ce-rootless-extras aarch64 0.0.0~20240120124445.f18a476-0.el7 /docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.aarch64 19 M docker-compose-plugin aarch64 2.24.2-0.el7 /docker-compose-plugin-2.24.2-0.el7.aarch64 57 M Installing for dependencies: audit-libs-python aarch64 2.8.5-4.el7 base 73 k checkpolicy aarch64 2.5-8.el7 base 275 k container-selinux noarch 2:2.119.2-1.911c772.el7_8 extras 40 k containerd.io aarch64 1.6.27-3.1.el7 docker-ce-test 26 M fuse-overlayfs aarch64 0.7.2-6.el7_8 extras 52 k fuse3-libs aarch64 3.6.1-4.el7 extras 76 k iptables aarch64 1.4.21-35.el7 base 439 k libcgroup aarch64 0.41-21.el7 base 63 k libmnl aarch64 1.0.3-7.el7 base 23 k libnetfilter_conntrack aarch64 1.0.6-1.el7_3 base 51 k libnfnetlink aarch64 1.0.1-4.el7 base 25 k libseccomp aarch64 2.3.1-4.el7 base 55 k libselinux-python aarch64 2.5-15.el7 base 222 k libselinux-utils aarch64 2.5-15.el7 base 154 k libsemanage-python aarch64 2.5-14.el7 base 109 k policycoreutils aarch64 2.5-34.el7 base 916 k policycoreutils-python aarch64 2.5-34.el7 base 456 k python-IPy noarch 0.75-6.el7 base 32 k selinux-policy noarch 3.13.1-268.el7_9.2 updates 498 k selinux-policy-targeted noarch 3.13.1-268.el7_9.2 updates 7.0 M setools-libs aarch64 3.3.8-4.el7 base 567 k slirp4netns aarch64 0.4.3-4.el7_8 extras 78 k Transaction Summary ================================================================================ Install 5 Packages (+22 Dependent packages) Total size: 273 M Total download size: 37 M Installed size: 373 M Downloading packages: CentOS Stream 8 - Extras 27 kB/s | 18 kB 00:00 dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~debian.10~buster_amd64.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb /root/docker-compose-plugin_2.24.2-1~debian.10~buster_amd64.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~debian.10~buster_amd64.deb' -> '/build/docker-buildx-plugin_0.12.1-1~debian.10~buster_amd64.deb' removed '/root/docker-buildx-plugin_0.12.1-1~debian.10~buster_amd64.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb' copied '/root/docker-compose-plugin_2.24.2-1~debian.10~buster_amd64.deb' -> '/build/docker-compose-plugin_2.24.2-1~debian.10~buster_amd64.deb' removed '/root/docker-compose-plugin_2.24.2-1~debian.10~buster_amd64.deb' debconf: delaying package configuration, since apt-utils is not installed Fetched 26.5 MB in 1s (42.0 MB/s) Selecting previously unselected package libapparmor1:arm64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../0-libapparmor1_2.13.2-10_arm64.deb ... Unpacking libapparmor1:arm64 (2.13.2-10) ... Selecting previously unselected package libargon2-1:arm64. Preparing to unpack .../1-libargon2-1_0~20171227-0.2_arm64.deb ... Unpacking libargon2-1:arm64 (0~20171227-0.2) ... Selecting previously unselected package dmsetup. Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_arm64.deb ... Unpacking dmsetup (2:1.02.155-3) ... Selecting previously unselected package libdevmapper1.02.1:arm64. Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... Get:38 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 ca-certificates all 20230311ubuntu1 [152 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdbus-1-3 arm64 1.14.10-1ubuntu1 [208 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 dbus-bin arm64 1.14.10-1ubuntu1 [39.0 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 dbus-session-bus-common all 1.14.10-1ubuntu1 [79.2 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 dbus-daemon arm64 1.14.10-1ubuntu1 [115 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 dbus-system-bus-common all 1.14.10-1ubuntu1 [80.4 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 dbus arm64 1.14.10-1ubuntu1 [24.0 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl1.1 arm64 1.1.1f-1ubuntu2.20 [1157 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-minimal arm64 3.8.10-0ubuntu1~20.04.9 [714 kB] make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo -O../docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.buildinfo dpkg-genchanges -O../docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.changes dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . Get:1 http://ports.ubuntu.com/ubuntu-ports lunar InRelease [267 kB] Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... Selecting previously unselected package libjson-c3:arm64. Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_arm64.deb ... Unpacking libjson-c3:arm64 (0.12.1+ds-2+deb10u1) ... Selecting previously unselected package libcryptsetup12:arm64. Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_arm64.deb ... Unpacking libcryptsetup12:arm64 (2:2.1.0-5+deb10u2) ... Selecting previously unselected package libidn11:arm64. Preparing to unpack .../6-libidn11_1.33-2.2_arm64.deb ... Unpacking libidn11:arm64 (1.33-2.2) ... Selecting previously unselected package libip4tc0:arm64. Preparing to unpack .../7-libip4tc0_1.8.2-4_arm64.deb ... Unpacking libip4tc0:arm64 (1.8.2-4) ... Selecting previously unselected package libkmod2:arm64. Preparing to unpack .../8-libkmod2_26-1_arm64.deb ... Unpacking libkmod2:arm64 (26-1) ... Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB] Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libexpat1 arm64 2.2.9-1ubuntu0.6 [62.5 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8-minimal arm64 3.8.10-0ubuntu1~20.04.9 [1831 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-minimal arm64 3.8.2-0ubuntu2 [23.6 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 mime-support all 3.64ubuntu1 [30.6 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpdec2 arm64 2.4.2-3 [79.6 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 readline-common all 8.0-4 [53.5 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadline8 arm64 8.0-4 [123 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsqlite3-0 arm64 3.31.1-4ubuntu0.6 [507 kB] dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_amd64.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb /root/docker-compose-plugin_2.24.2-1~debian.12~bookworm_amd64.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_amd64.deb' -> '/build/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_amd64.deb' removed '/root/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_amd64.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb' copied '/root/docker-compose-plugin_2.24.2-1~debian.12~bookworm_amd64.deb' -> '/build/docker-compose-plugin_2.24.2-1~debian.12~bookworm_amd64.deb' removed '/root/docker-compose-plugin_2.24.2-1~debian.12~bookworm_amd64.deb' Get:2 http://ports.ubuntu.com/ubuntu-ports lunar-updates InRelease [109 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports lunar-backports InRelease [99.9 kB] Selecting previously unselected package systemd. Preparing to unpack .../9-systemd_241-7~deb10u10_arm64.deb ... Unpacking systemd (241-7~deb10u10) ... Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [109 kB] Setting up docker-buildx-plugin (0.12.1-1~debian.11~bullseye) ... Setting up docker-compose-plugin (2.24.2-1~debian.11~bullseye) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-stdlib arm64 3.8.10-0ubuntu1~20.04.9 [1649 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports lunar-security InRelease [109 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports lunar/multiverse arm64 Packages [238 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports lunar/restricted arm64 Packages [98.0 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 Packages [1766 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 distro-info-data all 0.58ubuntu0.2 [6280 B] Get:46 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libglib2.0-0 arm64 2.78.0-2 [1502 kB] OK + '[' bookworm = sid ']' ++ dpkg --print-architecture + ARCH=arm64 + echo 'deb [arch=arm64] https://download.docker.com/linux/debian bookworm test' + apt-get update Hit:1 http://deb.debian.org/debian bookworm InRelease Hit:2 http://deb.debian.org/debian bookworm-updates InRelease Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease Get:4 https://download.docker.com/linux/debian bookworm InRelease [43.3 kB] Setting up libapparmor1:arm64 (2.13.2-10) ... Setting up libargon2-1:arm64 (0~20171227-0.2) ... Setting up libjson-c3:arm64 (0.12.1+ds-2+deb10u1) ... Setting up libidn11:arm64 (1.33-2.2) ... Setting up libip4tc0:arm64 (1.8.2-4) ... Setting up libkmod2:arm64 (26-1) ... Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... Setting up libcryptsetup12:arm64 (2:2.1.0-5+deb10u2) ... Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse arm64 Packages [224 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages [17.2 MB] Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. CentOS Stream 8 - Extras common packages 8.6 kB/s | 6.9 kB 00:00 Get:8 http://ports.ubuntu.com/ubuntu-ports lunar/universe arm64 Packages [18.4 MB] make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.b6ctxPCr7t/ + cd /tmp/docker-cli-docsgen.b6ctxPCr7t + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading golang.org/x/text v0.14.0 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading golang.org/x/term v0.15.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 Setting up systemd (241-7~deb10u10) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. Initializing machine ID from random generator. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_arm64.deb Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8 arm64 3.8.10-0ubuntu1~20.04.9 [387 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpython3-stdlib arm64 3.8.2-0ubuntu2 [7068 B] Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3 arm64 3.8.2-0ubuntu2 [47.6 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libapparmor1 arm64 2.13.3-7ubuntu5.3 [34.1 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcap2 arm64 1:2.32-1ubuntu0.1 [15.4 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.4 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper1.02.1 arm64 2:1.02.167-1ubuntu1 [110 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libjson-c4 arm64 0.13.1+dfsg-7ubuntu0.3 [28.3 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcryptsetup12 arm64 2:2.2.2-3ubuntu2.4 [152 kB] Get:22 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libip4tc2 arm64 1.8.4-3ubuntu2.1 [18.7 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libgirepository-1.0-1 arm64 1.78.1-1 [71.7 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gir1.2-glib-2.0 arm64 1.78.1-1 [180 kB] Get:49 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 iso-codes all 4.15.0-1 [3458 kB] Get:50 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libcap2-bin arm64 1:2.66-4ubuntu1 [33.4 kB] Get:51 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libelf1 arm64 0.189-4 [56.2 kB] Get:52 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libglib2.0-data all 2.78.0-2 [40.3 kB] Get:53 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libicu72 arm64 72.1-3ubuntu3 [10.7 MB] Get:5 https://download.docker.com/linux/debian bookworm/test arm64 Packages [21.1 kB] Fetched 64.4 kB in 1s (96.8 kB/s) Setting up dmsetup (2:1.02.155-3) ... Selecting previously unselected package systemd-sysv. Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkmod2 arm64 27-1ubuntu2.1 [41.9 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 systemd-timesyncd arm64 245.4-4ubuntu3.23 [26.3 kB] docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-lunar" go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading github.com/klauspost/compress v1.17.4 + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.g2fbtU + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64 + cd src + pushd /root/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose + popd ~/rpmbuild/BUILD/src + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10775 files and directories currently installed.) Preparing to unpack .../00-systemd-sysv_241-7~deb10u10_arm64.deb ... Unpacking systemd-sysv (241-7~deb10u10) ... Selecting previously unselected package libip6tc0:arm64. Preparing to unpack .../01-libip6tc0_1.8.2-4_arm64.deb ... Unpacking libip6tc0:arm64 (1.8.2-4) ... Selecting previously unselected package libiptc0:arm64. Preparing to unpack .../02-libiptc0_1.8.2-4_arm64.deb ... Unpacking libiptc0:arm64 (1.8.2-4) ... Selecting previously unselected package libnfnetlink0:arm64. Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_arm64.deb ... Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... Selecting previously unselected package libnetfilter-conntrack3:arm64. Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... Selecting previously unselected package libnftnl11:arm64. Preparing to unpack .../05-libnftnl11_1.1.2-2_arm64.deb ... Unpacking libnftnl11:arm64 (1.1.2-2) ... make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.buildinfo dpkg-genchanges -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.changes Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 systemd arm64 245.4-4ubuntu3.23 [3496 kB] make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 Packages [1758 kB] Get:54 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libpam-systemd arm64 253.5-1ubuntu6.1 [208 kB] Get:55 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxml2 arm64 2.9.14+dfsg-1.3 [722 kB] Selecting previously unselected package iptables. Preparing to unpack .../06-iptables_1.8.2-4_arm64.deb ... Unpacking iptables (1.8.2-4) ... Selecting previously unselected package dbus. Preparing to unpack .../07-dbus_1.12.28-0+deb10u1_arm64.deb ... Unpacking dbus (1.12.28-0+deb10u1) ... Selecting previously unselected package libpam-systemd:arm64. Preparing to unpack .../08-libpam-systemd_241-7~deb10u10_arm64.deb ... Unpacking libpam-systemd:arm64 (241-7~deb10u10) ... Get:9 http://ports.ubuntu.com/ubuntu-ports lunar-updates/universe arm64 Packages [1001 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 Packages [508 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports lunar-updates/restricted arm64 Packages [229 kB] Reading package lists... 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. ++ find deb/debbuild/debian-bookworm/ -type f -name '*.deb' + packages='deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_arm64.deb deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_arm64.deb deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb' ++ echo 'deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_arm64.deb deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_arm64.deb deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb' ++ awk '$0="./"$0' ++ xargs + packages='./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb Selecting previously unselected package docker-ce-rootless-extras. (Reading database ... 11525 files and directories currently installed.) Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2 libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd libxtables12 netbase systemd systemd-sysv Suggested packages: firewalld kmod systemd-container policykit-1 Recommended packages: nftables systemd-timesyncd | time-daemon libnss-systemd The following NEW packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2 libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd libxtables12 netbase systemd systemd-sysv Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 systemd-sysv arm64 245.4-4ubuntu3.23 [10.3 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssl arm64 1.1.1f-1ubuntu2.20 [599 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/restricted arm64 Packages [24.2 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [1234 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted arm64 Packages [1091 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [1409 kB] go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading golang.org/x/crypto v0.17.0 + make IMAGE=ubuntu:lunar verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ ubuntu:lunar ./verify Unable to find image 'ubuntu:lunar' locally lunar: Pulling from library/ubuntu Selecting previously unselected package containerd.io. Preparing to unpack .../09-containerd.io_1.6.27-1_arm64.deb ... Unpacking containerd.io (1.6.27-1) ... Get:12 http://ports.ubuntu.com/ubuntu-ports lunar-updates/multiverse arm64 Packages [5281 B] Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~debian.12~bookworm_arm64.deb ... Unpacking docker-buildx-plugin (0.12.1-1~debian.12~bookworm) ... + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.iQEAZT + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' PASS: docker-compose version OK + ver=v2.24.2 + test v2.24.2 = v2.24.2 + echo 'PASS: docker-compose version OK' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-compose-plugin-2.24.2-0.el9.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UEOWv8 + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64/usr/share/doc/docker-compose-plugin + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64/usr/share/doc/docker-compose-plugin + 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.24.2-0.el9.aarch64/usr/share/doc/docker-compose-plugin + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.nc4Wd2 + umask 022 + cd /root/rpmbuild/BUILD + cd src + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64/usr/share/licenses/docker-compose-plugin + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64/usr/share/licenses/docker-compose-plugin + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64/usr/share/licenses/docker-compose-plugin + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64/usr/share/licenses/docker-compose-plugin + RPM_EC=0 ++ jobs -p + exit 0 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded. Need to get 27.4 MB of archives. After this operation, 118 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] Get:2 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] Get:3 http://deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB] Get:4 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] Get:5 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] Get:6 http://deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2+deb11u1 [41.6 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdbus-1-3 arm64 1.12.16-2ubuntu2.3 [169 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dbus arm64 1.12.16-2ubuntu2.3 [142 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 distro-info-data all 0.43ubuntu1.15 [4956 B] Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-0 arm64 2.64.6-1~ubuntu20.04.6 [1199 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgirepository-1.0-1 arm64 1.64.1-1~ubuntu20.04.1 [77.0 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gir1.2-glib-2.0 arm64 1.64.1-1~ubuntu20.04.1 [134 kB] go: downloading github.com/cloudflare/cfssl v1.6.4 6360b3717211: Already exists Digest: sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd Status: Downloaded newer image for ubuntu:lunar Get:56 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libyaml-0-2 arm64 0.2.5-1 [51.8 kB] Get:57 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 lsb-release all 12.0-2 [6564 B] Get:58 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python-apt-common all 2.6.0ubuntu1 [18.1 kB] Get:59 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-apt arm64 2.6.0ubuntu1 [163 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports lunar-backports/universe arm64 Packages [4203 B] Get:14 http://ports.ubuntu.com/ubuntu-ports lunar-security/universe arm64 Packages [898 kB] Provides: docker-compose-plugin = 0:2.24.2-0.el9 docker-compose-plugin(aarch-64) = 0:2.24.2-0.el9 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) Enhances: docker-ce-cli Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.24.2-0.el9.src.rpm Get:7 http://deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB] Get:8 http://deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] Get:9 http://deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB] Get:10 http://deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u4 [4155 kB] Get:11 https://download.docker.com/linux/debian bullseye/test arm64 containerd.io arm64 1.6.27-1 [21.3 MB] Get:12 http://deb.debian.org/debian bullseye/main arm64 systemd-sysv arm64 247.3-7+deb11u4 [114 kB] Get:13 http://deb.debian.org/debian bullseye/main arm64 dbus arm64 1.12.28-0+deb11u1 [233 kB] Get:14 http://deb.debian.org/debian bullseye/main arm64 netbase all 6.3 [19.9 kB] Get:15 http://deb.debian.org/debian bullseye/main arm64 libpam-systemd arm64 247.3-7+deb11u4 [275 kB] Get:16 http://deb.debian.org/debian bullseye/main arm64 dbus-user-session arm64 1.12.28-0+deb11u1 [100 kB] Get:17 http://deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] Get:18 http://deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] Get:19 http://deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] Get:20 http://deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] Get:21 http://deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] Get:22 http://deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] Get:23 http://deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 + verify + dpkg --version + verify_deb + apt-get update Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse arm64 Packages [28.5 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe arm64 Packages [26.2 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main arm64 Packages [49.9 kB] Get:60 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-cffi-backend arm64 1.15.1-5build1 [80.3 kB] Get:61 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-dbus arm64 1.3.2-5 [98.3 kB] Get:62 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-gi arm64 3.46.0-1 [230 kB] Get:63 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-pkg-resources all 68.1.2-2 [167 kB] Get:64 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libnghttp2-14 arm64 1.55.1-1ubuntu0.1 [72.8 kB] Get:65 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpsl5 arm64 0.21.2-1 [59.0 kB] Get:66 http://ports.ubuntu.com/ubuntu-ports mantic/universe arm64 apt-transport-https all 2.7.3 [3962 B] Get:15 http://ports.ubuntu.com/ubuntu-ports lunar-security/restricted arm64 Packages [229 kB] Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 27.4 MB in 1s (46.7 MB/s) Selecting previously unselected package libapparmor1:arm64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../0-libapparmor1_2.13.6-10_arm64.deb ... Unpacking libapparmor1:arm64 (2.13.6-10) ... Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcap2-bin arm64 1:2.32-1ubuntu0.1 [25.6 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libelf1 arm64 0.176-1.1ubuntu0.1 [44.4 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-data all 2.64.6-1~ubuntu20.04.6 [6032 B] Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 tzdata all 2023d-0ubuntu0.20.04 [303 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libicu66 arm64 66.1-2ubuntu2.1 [8360 kB] + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jcyNgK + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.x86_64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.x86_64/usr/libexec/docker/cli-plugins/docker-buildx + popd + /usr/lib/rpm/check-buildroot ~/rpmbuild/BUILD/src + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.TW6bwy + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' + ver=v0.12.1 + test v0.12.1 = v0.12.1 + echo 'PASS: docker-buildx version OK' + RPM_EC=0 PASS: docker-buildx version OK ++ jobs -p + exit 0 Processing files: docker-buildx-plugin-0.12.1-0.fc39.x86_64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.x86_64/usr/libexec/docker/cli-plugins/docker-buildx Provides: docker-buildx-plugin = 0:0.12.1-0.fc39 docker-buildx-plugin(x86-64) = 0:0.12.1-0.fc39 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.12.1-0.fc39.src.rpm Get:1 http://security.ubuntu.com/ubuntu lunar-security InRelease [109 kB] Get:2 http://security.ubuntu.com/ubuntu lunar-security/main amd64 Packages [429 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted arm64 Packages [1083 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports lunar-security/main arm64 Packages [406 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports lunar-security/multiverse arm64 Packages [4175 B] Fetched 24.3 MB in 3s (7575 kB/s) docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy" Selecting previously unselected package libcap2:arm64. Preparing to unpack .../1-libcap2_1%3a2.44-1_arm64.deb ... Unpacking libcap2:arm64 (1:2.44-1) ... Selecting previously unselected package libargon2-1:arm64. Preparing to unpack .../2-libargon2-1_0~20171227-0.2_arm64.deb ... Unpacking libargon2-1:arm64 (0~20171227-0.2) ... Selecting previously unselected package dmsetup. Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_arm64.deb ... Unpacking dmsetup (2:1.02.175-2.1) ... Selecting previously unselected package libdevmapper1.02.1:arm64. Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... Selecting previously unselected package libjson-c5:arm64. Preparing to unpack .../5-libjson-c5_0.15-2+deb11u1_arm64.deb ... Unpacking libjson-c5:arm64 (0.15-2+deb11u1) ... dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_amd64.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb /root/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_amd64.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_amd64.deb' -> '/build/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_amd64.deb' removed '/root/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_amd64.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb' copied '/root/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_amd64.deb' -> '/build/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_amd64.deb' removed '/root/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_amd64.deb' Get:3 http://archive.ubuntu.com/ubuntu lunar InRelease [267 kB] Get:4 http://security.ubuntu.com/ubuntu lunar-security/restricted amd64 Packages [326 kB] Get:5 http://security.ubuntu.com/ubuntu lunar-security/universe amd64 Packages [1015 kB] Get:6 http://security.ubuntu.com/ubuntu lunar-security/multiverse amd64 Packages [8195 B] Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 Packages [975 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 Packages [1139 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse arm64 Packages [24.0 kB] Fetched 26.9 MB in 3s (7872 kB/s) Get:67 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libbrotli1 arm64 1.0.9-2build8 [312 kB] Selecting previously unselected package libcryptsetup12:arm64. Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ... Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ... Selecting previously unselected package libip4tc2:arm64. Preparing to unpack .../7-libip4tc2_1.8.7-1_arm64.deb ... Unpacking libip4tc2:arm64 (1.8.7-1) ... Selecting previously unselected package libkmod2:arm64. Preparing to unpack .../8-libkmod2_28-1_arm64.deb ... Unpacking libkmod2:arm64 (28-1) ... Selecting previously unselected package systemd. Preparing to unpack .../9-systemd_247.3-7+deb11u4_arm64.deb ... Unpacking systemd (247.3-7+deb11u4) ... Selecting previously unselected package docker-compose-plugin. Get:7 http://archive.ubuntu.com/ubuntu lunar-updates InRelease [109 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpam-systemd arm64 245.4-4ubuntu3.23 [175 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxml2 arm64 2.9.10+dfsg-5ubuntu0.20.04.6 [570 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-0-2 arm64 0.2.2-1 [44.4 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 lsb-release all 11.1.0ubuntu2 [10.6 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-dbus arm64 1.2.16-1build1 [91.4 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-gi arm64 3.36.0-1 [159 kB] Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: dnf-plugins-core noarch 4.0.21-25.el8 baseos 77 k Installing dependencies: dbus-glib x86_64 0.110-2.el8 baseos 127 k python3-dateutil noarch 1:2.6.1-6.el8 baseos 251 k python3-dbus x86_64 1.2.4-15.el8 baseos 134 k python3-dnf-plugins-core noarch 4.0.21-25.el8 baseos 280 k python3-six noarch 1.11.0-8.el8 baseos 38 k python3-systemd x86_64 234-8.el8 appstream 81 k Transaction Summary ================================================================================ Install 7 Packages Total download size: 989 k Installed size: 2.6 M Downloading Packages: Get:68 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg1-3 [21.0 kB] Get:69 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libsasl2-2 arm64 2.1.28+dfsg1-3 [54.0 kB] Get:70 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libldap2 arm64 2.6.6+dfsg-1~exp1ubuntu1 [191 kB] make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Preparing to unpack .../docker-compose-plugin_2.24.2-1~debian.12~bookworm_arm64.deb ... Unpacking docker-compose-plugin (2.24.2-1~debian.12~bookworm) ... Get:8 http://archive.ubuntu.com/ubuntu lunar-backports InRelease [99.9 kB] Get:9 http://archive.ubuntu.com/ubuntu lunar/universe amd64 Packages [18.7 MB] docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bookworm" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Get:71 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB] Get:72 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libssh-4 arm64 0.10.5-3ubuntu1.2 [188 kB] Get:73 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libcurl4 arm64 8.2.1-1ubuntu3.2 [313 kB] Get:74 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 curl arm64 8.2.1-1ubuntu3.2 [212 kB] Get:75 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libassuan0 arm64 2.5.6-1 [35.8 kB] Get:76 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gpgconf arm64 2.2.40-1.1ubuntu1 [95.3 kB] Get:77 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libksba8 arm64 1.6.4-2 [118 kB] + make IMAGE=ubuntu:jammy verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ ubuntu:jammy ./verify Unable to find image 'ubuntu:jammy' locally jammy: Pulling from library/ubuntu Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... Setting up libapparmor1:arm64 (2.13.6-10) ... Setting up libcap2:arm64 (1:2.44-1) ... Setting up libargon2-1:arm64 (0~20171227-0.2) ... Setting up libjson-c5:arm64 (0.15-2+deb11u1) ... Setting up libip4tc2:arm64 (1.8.7-1) ... Setting up libkmod2:arm64 (28-1) ... Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ... Setting up systemd (247.3-7+deb11u4) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common ~/rpmbuild/BUILD/src + popd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zuIMEJ + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/compose + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64/usr/libexec/docker/cli-plugins/docker-compose ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + popd ~/rpmbuild/BUILD/src + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump Get:46 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-six all 1.14.0-2 [12.1 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 iso-codes all 4.4-1 [2695 kB] + make IMAGE=debian:bookworm verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ debian:bookworm ./verify Unable to find image 'debian:bookworm' locally bookworm: Pulling from library/debian (1/7): dnf-plugins-core-4.0.21-25.el8.noarch.rp 335 kB/s | 77 kB 00:00 (2/7): python3-systemd-234-8.el8.x86_64.rpm 350 kB/s | 81 kB 00:00 (3/7): dbus-glib-0.110-2.el8.x86_64.rpm 536 kB/s | 127 kB 00:00 (4/7): python3-dbus-1.2.4-15.el8.x86_64.rpm 16 MB/s | 134 kB 00:00 (5/7): python3-dateutil-2.6.1-6.el8.noarch.rpm 14 MB/s | 251 kB 00:00 (6/7): python3-six-1.11.0-8.el8.noarch.rpm 4.6 MB/s | 38 kB 00:00 (7/7): python3-dnf-plugins-core-4.0.21-25.el8.n 15 MB/s | 280 kB 00:00 -------------------------------------------------------------------------------- Total 1.1 MB/s | 989 kB 00:00 Selecting previously unselected package dbus-user-session. Preparing to unpack .../10-dbus-user-session_1.12.28-0+deb10u1_arm64.deb ... Unpacking dbus-user-session (1.12.28-0+deb10u1) ... Setting up systemd-sysv (241-7~deb10u10) ... Setting up libip6tc0:arm64 (1.8.2-4) ... Setting up libnftnl11:arm64 (1.1.2-2) ... Setting up libiptc0:arm64 (1.8.2-4) ... Setting up dbus (1.12.28-0+deb10u1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... Setting up libpam-systemd:arm64 (241-7~deb10u10) ... Setting up dbus-user-session (1.12.28-0+deb10u1) ... 29202e855b20: Already exists Digest: sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 Status: Downloaded newer image for ubuntu:jammy Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.6HEbvC + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' PASS: docker-compose version OK + ver=v2.24.2 + test v2.24.2 = v2.24.2 + echo 'PASS: docker-compose version OK' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-compose-plugin-2.24.2-0.fc39.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7HsyDG + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64/usr/share/doc/docker-compose-plugin + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64/usr/share/doc/docker-compose-plugin + cp -pr /root/rpmbuild/BUILD/src/docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64/usr/share/doc/docker-compose-plugin + cp -pr /root/rpmbuild/BUILD/src/docker-compose-plugin-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64/usr/share/doc/docker-compose-plugin + cp -pr /root/rpmbuild/BUILD/src/docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64/usr/share/doc/docker-compose-plugin + cp -pr /root/rpmbuild/BUILD/src/docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64/usr/share/doc/docker-compose-plugin + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.8F1CZV + umask 022 + cd /root/rpmbuild/BUILD + cd src + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64/usr/share/licenses/docker-compose-plugin + export LC_ALL= + LC_ALL= + export LICENSEDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64/usr/share/licenses/docker-compose-plugin + cp -pr /root/rpmbuild/BUILD/src/docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64/usr/share/licenses/docker-compose-plugin + cp -pr /root/rpmbuild/BUILD/src/docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64/usr/share/licenses/docker-compose-plugin + RPM_EC=0 ++ jobs -p + exit 0 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64/usr/libexec/docker/cli-plugins/docker-compose Get:49 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5support0 arm64 1.17-6ubuntu4.4 [30.5 kB] Get:50 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libk5crypto3 arm64 1.17-6ubuntu4.4 [80.4 kB] Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkeyutils1 arm64 1.6-6ubuntu1.1 [10.1 kB] Get:52 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-3 arm64 1.17-6ubuntu4.4 [312 kB] Get:53 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi-krb5-2 arm64 1.17-6ubuntu4.4 [113 kB] Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblmdb0 arm64 0.9.24-1 [43.1 kB] Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpolkit-gobject-1-0 arm64 0.105-26ubuntu1.3 [37.4 kB] 1b13d4e1a46e: Already exists Digest: sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 Status: Downloaded newer image for debian:bookworm CentOS Stream 8 - AppStream 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x8483C65D: Userid : "CentOS (CentOS Official Signing Key) " Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... Setting up iptables (1.8.2-4) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for systemd (241-7~deb10u10) ... Processing triggers for libc-bin (2.28-10+deb10u2) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version + verify + dpkg --version + verify_deb + apt-get update Get:78 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnpth0 arm64 1.6-3build2 [8156 B] Get:79 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 dirmngr arm64 2.2.40-1.1ubuntu1 [297 kB] Setting up docker-buildx-plugin (0.12.1-1~debian.12~bookworm) ... Setting up docker-compose-plugin (2.24.2-1~debian.12~bookworm) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... Provides: docker-compose-plugin = 0:2.24.2-0.fc39 docker-compose-plugin(aarch-64) = 0:2.24.2-0.fc39 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) Enhances: docker-ce-cli Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.24.2-0.fc39.src.rpm Setting up dmsetup (2:1.02.175-2.1) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10794 files and directories currently installed.) Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u4_arm64.deb ... Unpacking systemd-sysv (247.3-7+deb11u4) ... Selecting previously unselected package dbus. Preparing to unpack .../01-dbus_1.12.28-0+deb11u1_arm64.deb ... Unpacking dbus (1.12.28-0+deb11u1) ... Selecting previously unselected package netbase. Preparing to unpack .../02-netbase_6.3_all.deb ... Unpacking netbase (6.3) ... Selecting previously unselected package libpam-systemd:arm64. Preparing to unpack .../03-libpam-systemd_247.3-7+deb11u4_arm64.deb ... Unpacking libpam-systemd:arm64 (247.3-7+deb11u4) ... Get:56 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpsl5 arm64 0.21.0-1ubuntu1 [51.3 kB] Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python-apt-common all 2.0.1ubuntu0.20.04.1 [16.5 kB] Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-apt arm64 2.0.1ubuntu0.20.04.1 [147 kB] + verify + dpkg --version + verify_deb + apt-get update go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python3-six-1.11.0-8.el8.noarch 1/7 Installing : python3-dateutil-1:2.6.1-6.el8.noarch 2/7 Installing : dbus-glib-0.110-2.el8.x86_64 3/7 Running scriptlet: dbus-glib-0.110-2.el8.x86_64 3/7 Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.3.3 Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] Get:80 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpackagekit-glib2-18 arm64 1.2.7-1 [114 kB] Get:81 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.7-1 [25.4 kB] Get:10 http://archive.ubuntu.com/ubuntu lunar/multiverse amd64 Packages [289 kB] Get:11 http://archive.ubuntu.com/ubuntu lunar/main amd64 Packages [1797 kB] Get:82 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gnupg-l10n all 2.2.40-1.1ubuntu1 [56.2 kB] Get:83 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gnupg-utils arm64 2.2.40-1.1ubuntu1 [304 kB] Get:84 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gpg arm64 2.2.40-1.1ubuntu1 [509 kB] invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... Selecting previously unselected package containerd.io. Preparing to unpack .../04-containerd.io_1.6.27-1_arm64.deb ... Unpacking containerd.io (1.6.27-1) ... Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 apt-transport-https all 2.0.10 [1704 B] Get:60 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbrotli1 arm64 1.0.7-6ubuntu0.1 [257 kB] Get:61 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libroken18-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [40.1 kB] Get:62 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasn1-8-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [150 kB] Get:63 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimbase1-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [28.7 kB] Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhcrypto4-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [84.7 kB] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB] go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/zmap/zlint/v3 v3.1.0 Installing : python3-dbus-1.2.4-15.el8.x86_64 4/7 Installing : python3-systemd-234-8.el8.x86_64 5/7 Installing : python3-dnf-plugins-core-4.0.21-25.el8.noarch 6/7 Installing : dnf-plugins-core-4.0.21-25.el8.noarch 7/7 Running scriptlet: dnf-plugins-core-4.0.21-25.el8.noarch 7/7 Verifying : python3-systemd-234-8.el8.x86_64 1/7 Verifying : dbus-glib-0.110-2.el8.x86_64 2/7 Verifying : dnf-plugins-core-4.0.21-25.el8.noarch 3/7 Verifying : python3-dateutil-1:2.6.1-6.el8.noarch 4/7 Verifying : python3-dbus-1.2.4-15.el8.x86_64 5/7 Verifying : python3-dnf-plugins-core-4.0.21-25.el8.noarch 6/7 Verifying : python3-six-1.11.0-8.el8.noarch 7/7 Installed: dbus-glib-0.110-2.el8.x86_64 dnf-plugins-core-4.0.21-25.el8.noarch python3-dateutil-1:2.6.1-6.el8.noarch python3-dbus-1.2.4-15.el8.x86_64 python3-dnf-plugins-core-4.0.21-25.el8.noarch python3-six-1.11.0-8.el8.noarch python3-systemd-234-8.el8.x86_64 Complete! Reading package lists... Building dependency tree... Reading state information... Get:2 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1346 kB] Get:3 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] Get:4 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1617 kB] Get:5 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.6 kB] Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1057 kB] Get:12 http://archive.ubuntu.com/ubuntu lunar/restricted amd64 Packages [181 kB] Get:13 http://archive.ubuntu.com/ubuntu lunar-updates/universe amd64 Packages [1118 kB] Get:14 http://archive.ubuntu.com/ubuntu lunar-updates/restricted amd64 Packages [326 kB] Get:15 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 Packages [531 kB] Get:16 http://archive.ubuntu.com/ubuntu lunar-updates/multiverse amd64 Packages [11.6 kB] Get:85 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 pinentry-curses arm64 1.2.1-1ubuntu1 [33.6 kB] Get:86 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gpg-agent arm64 2.2.40-1.1ubuntu1 [211 kB] Get:87 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gpg-wks-client arm64 2.2.40-1.1ubuntu1 [64.4 kB] Get:88 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gpg-wks-server arm64 2.2.40-1.1ubuntu1 [57.9 kB] + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_arm64.deb Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.el9.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OlOlYo + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1LACCr + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wwqfNa + umask 022 + cd /root/rpmbuild/BUILD + cd src + pushd /root/rpmbuild/BUILD/src/compose + make VERSION=v2.24.2 DESTDIR=./bin build ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "./bin/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/json-iterator/go v1.1.12 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwind0-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [47.5 kB] Get:66 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhx509-5-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [98.9 kB] Get:67 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-26-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [192 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [12.7 kB] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB] Reading package lists... + case ${DIST_ID}:${DIST_VERSION} in + install_rpm_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo' [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo + dnf --version 4.7.0 Installed: dnf-0:4.7.0-20.el8.noarch at Wed Jan 17 05:18:19 2024 Built : builder@centos.org at Mon Oct 16 13:48:29 2023 Installed: rpm-0:4.14.3-31.el8.x86_64 at Wed Jan 17 05:18:18 2024 Built : builder@centos.org at Wed Dec 13 14:00:08 2023 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo The following additional packages will be installed: adduser dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap2 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common systemd systemd-sysv Suggested packages: liblocale-gettext-perl perl cron ecryptfs-utils default-dbus-session-bus | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk python3-venv python-apt-doc python-blinker-doc python-cryptography-doc python3-cryptography-vectors python-dbus-doc python3-crypto python3-testresources python3-setuptools python-pyparsing-doc python3.11-venv python3.11-doc binutils binfmt-support readline-doc systemd-container systemd-homed systemd-userdbd systemd-boot libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 Recommended packages: libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales libldap-common dbus-user-session publicsuffix libsasl2-modules packagekit-tools python3-keyring unattended-upgrades networkd-dispatcher systemd-timesyncd | time-daemon systemd-resolved libnss-systemd Get:7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] Get:17 http://archive.ubuntu.com/ubuntu lunar-backports/universe amd64 Packages [4203 B] Get:89 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gpgsm arm64 2.2.40-1.1ubuntu1 [199 kB] docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage Building dependency tree... Reading state information... [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo The following NEW packages will be installed: adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap2 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common software-properties-common systemd systemd-sysv Get:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] go: downloading github.com/google/certificate-transparency-go v1.1.4 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/golang/protobuf v1.5.3 Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libstemmer0d libsystemd0 libunwind8 libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses pkexec policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib python3-pkg-resources python3-pyparsing python3-secretstorage python3-six python3-software-properties python3-wadllib python3-zipp python3.10 python3.10-minimal readline-common systemd systemd-sysv Suggested packages: default-dbus-session-bus | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-blinker-doc python-cryptography-doc python3-cryptography-vectors python-dbus-doc python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin python3-keyrings.alt python3-testresources python3-setuptools python-pyparsing-doc python-secretstorage-doc python3.10-venv python3.10-doc binutils binfmt-support readline-doc systemd-container libfido2-1 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 Recommended packages: libpam-cap dmsetup shared-mime-info xdg-user-dirs libldap-common publicsuffix libsasl2-modules packagekit-tools unattended-upgrades networkd-dispatcher systemd-timesyncd | time-daemon libnss-systemd The following NEW packages will be installed: apt-transport-https ca-certificates curl dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types openssl packagekit pinentry-curses pkexec policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib python3-pkg-resources python3-pyparsing python3-secretstorage python3-six python3-software-properties python3-wadllib python3-zipp python3.10 python3.10-minimal readline-common software-properties-common systemd systemd-sysv The following packages will be upgraded: libsystemd0 Get:68 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimntlm0-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [14.7 kB] Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi3-heimdal arm64 7.7.0+dfsg-1ubuntu1.4 [88.4 kB] Get:70 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2ubuntu0.1 [14.9 kB] Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2ubuntu0.1 [48.4 kB] Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB] Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-2.4-2 arm64 2.4.49+dfsg-2ubuntu1.9 [145 kB] Get:74 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libnghttp2-14 arm64 1.40.0-1ubuntu0.2 [75.9 kB] Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build1 [53.3 kB] Get:76 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssh-4 arm64 0.9.3-2ubuntu2.5 [160 kB] Get:77 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.21 [216 kB] + dnf config-manager --set-disabled 'docker-ce-*' 0 upgraded, 114 newly installed, 0 to remove and 9 not upgraded. Need to get 41.7 MB of archives. After this operation, 159 MB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libssl3 arm64 3.0.8-1ubuntu1.4 [1761 kB] + make IMAGE=debian:buster verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ debian:buster ./verify Unable to find image 'debian:buster' locally buster: Pulling from library/debian go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 Fetched 25.3 MB in 3s (8229 kB/s) Get:90 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 gnupg all 2.2.40-1.1ubuntu1 [319 kB] Get:91 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 libcurl3-gnutls arm64 8.2.1-1ubuntu3.2 [307 kB] Get:92 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libstemmer0d arm64 2.2.0-4 [159 kB] Get:93 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxmlb2 arm64 0.3.10-2 [63.6 kB] Get:94 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libappstream4 arm64 0.16.2-1 [214 kB] Get:95 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libduktape207 arm64 2.7.0+tests-0ubuntu2 [142 kB] Get:96 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libdw1 arm64 0.189-4 [253 kB] Get:97 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libglib2.0-bin arm64 2.78.0-2 [94.3 kB] Get:98 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libunwind8 arm64 1.6.2-3 [55.1 kB] Get:99 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libgstreamer1.0-0 arm64 1.22.5-1 [936 kB] Correcting dependencies... Done Get:78 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.21 [157 kB] + dnf config-manager --set-enabled docker-ce-test 7418de5ce68f: Already exists Digest: sha256:defa5d214292f2aaf7905d3e4bcdf8f628019feb63e7c8746df563d1a941f8d7 Status: Downloaded newer image for debian:buster go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 Fetched 9185 kB in 1s (6187 kB/s) Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod Recommended packages: nftables The following NEW packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Get:79 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dbus-user-session arm64 1.12.16-2ubuntu2.3 [9424 B] Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdconf1 arm64 0.36.0-1 [35.9 kB] Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dconf-service arm64 0.36.0-1 [27.8 kB] Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dconf-gsettings-backend arm64 0.36.0-1 [20.9 kB] Get:83 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libassuan0 arm64 2.5.3-7ubuntu2 [33.1 kB] Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgconf arm64 2.2.19-3ubuntu2.2 [117 kB] Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libksba8 arm64 1.3.5-2ubuntu0.20.04.2 [89.1 kB] + dnf makecache + verify + dpkg --version + verify_deb + apt-get update go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 1 upgraded, 107 newly installed, 0 to remove and 7 not upgraded. Need to get 38.1 MB of archives. After this operation, 137 MB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsystemd0 arm64 249.11-0ubuntu3.12 [315 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libpython3.11-minimal arm64 3.11.4-1~23.04.2 [835 kB] Get:100 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpolkit-gobject-1-0 arm64 123-1 [44.8 kB] 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. Need to get 21.9 MB of archives. After this operation, 106 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/debian bookworm/test arm64 containerd.io arm64 1.6.27-1 [21.3 MB] Get:2 http://deb.debian.org/debian bookworm/main arm64 netbase all 6.4 [12.8 kB] Get:3 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] Get:4 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB] Get:5 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB] Get:6 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] Get:7 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB] Get:8 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB] Get:9 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB] Get:10 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB] docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-mantic" Get:86 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnpth0 arm64 1.6-1 [7440 B] Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dirmngr arm64 2.2.19-3ubuntu2.2 [311 kB] Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpackagekit-glib2-18 arm64 1.1.13-2ubuntu1.1 [92.8 kB] Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gir1.2-packagekitglib-1.0 arm64 1.1.13-2ubuntu1.1 [21.6 kB] Get:1 http://deb.debian.org/debian buster InRelease [122 kB] Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB] go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 Get:3 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libexpat1 arm64 2.5.0-1 [71.2 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 python3.11-minimal arm64 3.11.4-1~23.04.2 [2149 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-minimal arm64 3.11.2-1 [24.6 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 media-types all 10.0.0 [25.8 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libkrb5support0 arm64 1.20.1-1ubuntu0.1 [32.9 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libk5crypto3 arm64 1.20.1-1ubuntu0.1 [85.2 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libkeyutils1 arm64 1.6.3-2 [9296 B] Get:10 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libkrb5-3 arm64 1.20.1-1ubuntu0.1 [345 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libgssapi-krb5-2 arm64 1.20.1-1ubuntu0.1 [139 kB] Get:101 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libpolkit-agent-1-0 arm64 123-1 [16.7 kB] Get:102 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 xml-core all 0.18+nmu1 [21.6 kB] Get:103 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 polkitd arm64 123-1 [91.8 kB] Get:104 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-blinker all 1.6.2-1 [15.1 kB] Get:105 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 python3-cryptography arm64 38.0.4-4ubuntu0.23.10.1 [648 kB] Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Selecting previously unselected package dbus-user-session. Preparing to unpack .../05-dbus-user-session_1.12.28-0+deb11u1_arm64.deb ... Unpacking dbus-user-session (1.12.28-0+deb11u1) ... Selecting previously unselected package libip6tc2:arm64. Preparing to unpack .../06-libip6tc2_1.8.7-1_arm64.deb ... Unpacking libip6tc2:arm64 (1.8.7-1) ... Selecting previously unselected package libxtables12:arm64. Preparing to unpack .../07-libxtables12_1.8.7-1_arm64.deb ... Unpacking libxtables12:arm64 (1.8.7-1) ... Selecting previously unselected package libmnl0:arm64. Preparing to unpack .../08-libmnl0_1.0.4-3_arm64.deb ... Unpacking libmnl0:arm64 (1.0.4-3) ... Selecting previously unselected package libnfnetlink0:arm64. Preparing to unpack .../09-libnfnetlink0_1.0.1-3+b1_arm64.deb ... Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... Selecting previously unselected package libnetfilter-conntrack3:arm64. Preparing to unpack .../10-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... Selecting previously unselected package libnftnl11:arm64. Preparing to unpack .../11-libnftnl11_1.1.9-1_arm64.deb ... Unpacking libnftnl11:arm64 (1.1.9-1) ... Selecting previously unselected package iptables. Preparing to unpack .../12-iptables_1.8.7-1_arm64.deb ... Unpacking iptables (1.8.7-1) ... Setting up systemd-sysv (247.3-7+deb11u4) ... Setting up libip6tc2:arm64 (1.8.7-1) ... Setting up dbus (1.12.28-0+deb11u1) ... Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libproxy1v5 arm64 0.4.15-10ubuntu1.2 [44.8 kB] Get:91 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B] Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 glib-networking-services arm64 2.64.2-1ubuntu0.1 [10.4 kB] Get:93 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB] Get:94 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 glib-networking arm64 2.64.2-1ubuntu0.1 [55.1 kB] Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [581 kB] Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading golang.org/x/mod v0.14.0 CentOS Stream 8 - AppStream 10 kB/s | 4.4 kB 00:00 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3.10-minimal arm64 3.10.12-1~22.04.3 [809 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libexpat1 arm64 2.4.7-1ubuntu0.2 [76.8 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10-minimal arm64 3.10.12-1~22.04.3 [2242 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-minimal arm64 3.10.6-1~22.04 [24.3 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 media-types all 7.0.0 [25.5 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 readline-common all 8.1.2-1 [53.5 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadline8 arm64 8.1.2-1 [153 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsqlite3-0 arm64 3.37.2-2ubuntu0.3 [635 kB] Get:10 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] Get:11 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1623 kB] Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1320 kB] Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [50.5 kB] Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1643 kB] Get:106 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-pyparsing all 3.1.0-1 [86.4 kB] Get:107 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-httplib2 all 0.20.4-3 [30.4 kB] Get:108 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-jwt all 2.7.0-1 [20.9 kB] Get:109 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-lazr.uri all 1.0.6-3 [13.5 kB] Get:110 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-wadllib all 1.3.6-5 [35.9 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 21.9 MB in 1s (38.2 MB/s) Selecting previously unselected package netbase. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 11749 files and directories currently installed.) Preparing to unpack .../0-netbase_6.4_all.deb ... Unpacking netbase (6.4) ... Selecting previously unselected package containerd.io. Preparing to unpack .../1-containerd.io_1.6.27-1_arm64.deb ... Unpacking containerd.io (1.6.27-1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libmnl0:arm64 (1.0.4-3) ... Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:arm64 (1.8.7-1) ... Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... Setting up libpam-systemd:arm64 (247.3-7+deb11u4) ... Get:95 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB] Get:96 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-utils arm64 2.2.19-3ubuntu2.2 [441 kB] Get:97 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg arm64 2.2.19-3ubuntu2.2 [442 kB] Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pinentry-curses arm64 1.1.0-3build1 [34.3 kB] Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-agent arm64 2.2.19-3ubuntu2.2 [216 kB] go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3.10-stdlib arm64 3.10.12-1~22.04.3 [1845 kB] Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.1 kB] Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [50.4 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtirpc-common all 1.3.3+ds-1 [7790 B] Get:13 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libtirpc3 arm64 1.3.3+ds-1 [82.1 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnsl2 arm64 1.3.0-2build2 [41.4 kB] make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.JLeUe0NU2q/ + cd /tmp/docker-cli-docsgen.JLeUe0NU2q + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading golang.org/x/text v0.14.0 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading golang.org/x/term v0.15.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading github.com/klauspost/compress v1.17.4 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 Reading package lists... Building dependency tree... Reading state information... Setting up netbase (6.3) ... Setting up libnftnl11:arm64 (1.1.9-1) ... Setting up dbus-user-session (1.12.28-0+deb11u1) ... Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... Setting up iptables (1.8.7-1) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.31-13+deb11u7) ... + verify_binaries + docker --version Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-client arm64 2.2.19-3ubuntu2.2 [89.4 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10 arm64 3.10.12-1~22.04.3 [508 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 readline-common all 8.2-1.3 [55.7 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libreadline8 arm64 8.2-1.3 [150 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libsqlite3-0 arm64 3.40.1-1ubuntu0.1 [663 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libpython3.11-stdlib arm64 3.11.4-1~23.04.2 [1881 kB] make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh The following additional packages will be installed: dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libncursesw6 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common sgml-base systemd systemd-sysv xml-core Suggested packages: default-dbus-session-bus | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user gstreamer1.0-tools pinentry-doc polkitd-pkla python3-doc python3-tk python3-venv python-apt-doc python-blinker-doc python-cryptography-doc python3-cryptography-vectors python-dbus-doc python3-crypto python3-setuptools python-pyparsing-doc python3.11-venv python3.11-doc binutils binfmt-support readline-doc sgml-base-doc systemd-container systemd-homed systemd-userdbd systemd-boot systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 debhelper Recommended packages: libpam-cap shared-mime-info xdg-user-dirs krb5-locales libldap-common libgpm2 dbus-user-session publicsuffix libsasl2-modules appstream packagekit-tools systemd-timesyncd | time-daemon libnss-systemd Get:111 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-distro all 1.8.0-1 [17.4 kB] Get:112 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-oauthlib all 3.2.2-1 [89.7 kB] Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.1 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-server arm64 2.2.19-3ubuntu2.2 [83.1 kB] Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgsm arm64 2.2.19-3ubuntu2.2 [198 kB] Selecting previously unselected package dbus-user-session. Preparing to unpack .../2-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... Unpacking dbus-user-session (1.14.10-1~deb12u1) ... Selecting previously unselected package libip6tc2:arm64. Preparing to unpack .../3-libip6tc2_1.8.9-2_arm64.deb ... Unpacking libip6tc2:arm64 (1.8.9-2) ... Reading package lists... Building dependency tree... Reading state information... Get:19 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 python3.11 arm64 3.11.4-1~23.04.2 [572 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpython3-stdlib arm64 3.11.2-1 [7238 B] Get:21 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3 arm64 3.11.2-1 [22.9 kB] Get:22 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libargon2-1 arm64 0~20171227-0.3 [18.6 kB] + make IMAGE=ubuntu:mantic verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ ubuntu:mantic ./verify Unable to find image 'ubuntu:mantic' locally mantic: Pulling from library/ubuntu Get:113 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-six all 1.16.0-4 [12.4 kB] Get:114 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-lazr.restfulclient all 0.14.5-1 [50.7 kB] Get:115 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-launchpadlib all 1.11.0-1 [125 kB] Get:116 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 python3-software-properties all 0.99.39 [28.6 kB] Get:117 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 packagekit arm64 1.2.7-1 [419 kB] Get:118 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 software-properties-common all 0.99.39 [14.3 kB] Get:119 http://ports.ubuntu.com/ubuntu-ports mantic/universe arm64 gnupg2 all 2.2.40-1.1ubuntu1 [4462 B] CentOS Stream 8 - BaseOS 6.6 kB/s | 3.9 kB 00:00 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg all 2.2.19-3ubuntu2.2 [259 kB] Get:104 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsoup2.4-1 arm64 2.70.0-1 [245 kB] Get:105 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstemmer0d arm64 0+svn585-2 [60.6 kB] Get:106 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libappstream4 arm64 0.12.10-2 [120 kB] Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-bin arm64 2.64.6-1~ubuntu20.04.6 [69.2 kB] Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgstreamer1.0-0 arm64 1.16.3-0ubuntu1.1 [803 kB] Selecting previously unselected package libxtables12:arm64. Preparing to unpack .../4-libxtables12_1.8.9-2_arm64.deb ... Unpacking libxtables12:arm64 (1.8.9-2) ... Selecting previously unselected package libmnl0:arm64. Preparing to unpack .../5-libmnl0_1.0.4-3_arm64.deb ... Unpacking libmnl0:arm64 (1.0.4-3) ... Selecting previously unselected package libnfnetlink0:arm64. Preparing to unpack .../6-libnfnetlink0_1.0.2-2_arm64.deb ... Unpacking libnfnetlink0:arm64 (1.0.2-2) ... Selecting previously unselected package libnetfilter-conntrack3:arm64. Preparing to unpack .../7-libnetfilter-conntrack3_1.0.9-3_arm64.deb ... Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ... Selecting previously unselected package libnftnl11:arm64. Preparing to unpack .../8-libnftnl11_1.2.4-2_arm64.deb ... Unpacking libnftnl11:arm64 (1.2.4-2) ... Selecting previously unselected package iptables. Preparing to unpack .../9-iptables_1.8.9-2_arm64.deb ... Unpacking iptables (1.8.9-2) ... The following additional packages will be installed: adduser dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap2 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common systemd systemd-sysv Suggested packages: liblocale-gettext-perl perl cron ecryptfs-utils default-dbus-session-bus | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk python3-venv python-apt-doc python-blinker-doc python-cryptography-doc python3-cryptography-vectors python-dbus-doc python3-crypto python3-testresources python3-setuptools python-pyparsing-doc python3.11-venv python3.11-doc binutils binfmt-support readline-doc systemd-container systemd-homed systemd-userdbd systemd-boot libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 Recommended packages: libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales libldap-common dbus-user-session publicsuffix libsasl2-modules packagekit-tools python3-keyring unattended-upgrades networkd-dispatcher systemd-timesyncd | time-daemon systemd-resolved libnss-systemd The following NEW packages will be installed: adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap2 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common software-properties-common systemd systemd-sysv Get:23 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-1ubuntu1 [127 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3-stdlib arm64 3.10.6-1~22.04 [6910 B] Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3 arm64 3.10.6-1~22.04 [22.8 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libapparmor1 arm64 3.0.4-2ubuntu2.3 [38.9 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libargon2-1 arm64 0~20171227-0.3 [18.6 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1ubuntu4 [129 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libjson-c5 arm64 0.15-3~ubuntu1.22.04.2 [32.7 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcryptsetup12 arm64 2:2.4.3-1ubuntu1.2 [209 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libip4tc2 arm64 1.8.7-1ubuntu5.1 [19.9 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libkmod2 arm64 29-1ubuntu1 [46.4 kB] Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 systemd arm64 249.11-0ubuntu3.12 [4423 kB] 767829bcf202: Already exists Digest: sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 Status: Downloaded newer image for ubuntu:mantic debconf: delaying package configuration, since apt-utils is not installed Fetched 42.5 MB in 12s (3552 kB/s) Selecting previously unselected package libssl3:arm64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../libssl3_3.0.10-1ubuntu2.1_arm64.deb ... Unpacking libssl3:arm64 (3.0.10-1ubuntu2.1) ... CentOS Stream 8 - Extras 6.6 kB/s | 2.9 kB 00:00 The following NEW packages will be installed: apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libncursesw6 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common sgml-base software-properties-common systemd systemd-sysv xml-core Get:109 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpolkit-agent-1-0 arm64 0.105-26ubuntu1.3 [14.2 kB] Get:110 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 policykit-1 arm64 0.105-26ubuntu1.3 [79.4 kB] Get:111 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-certifi all 2019.11.28-1 [149 kB] Fetched 29.1 MB in 3s (8712 kB/s) Setting up libip6tc2:arm64 (1.8.9-2) ... Setting up dbus-user-session (1.14.10-1~deb12u1) ... Setting up libmnl0:arm64 (1.0.4-3) ... Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:arm64 (1.8.9-2) ... Setting up libnfnetlink0:arm64 (1.0.2-2) ... Setting up netbase (6.4) ... Fetched 8712 kB in 2s (5294 kB/s) + verify + dpkg --version + verify_deb + apt-get update Selecting previously unselected package libpython3.11-minimal:arm64. Preparing to unpack .../libpython3.11-minimal_3.11.6-3_arm64.deb ... Unpacking libpython3.11-minimal:arm64 (3.11.6-3) ... Selecting previously unselected package libexpat1:arm64. Preparing to unpack .../libexpat1_2.5.0-2_arm64.deb ... Unpacking libexpat1:arm64 (2.5.0-2) ... Selecting previously unselected package python3.11-minimal. Preparing to unpack .../python3.11-minimal_3.11.6-3_arm64.deb ... Unpacking python3.11-minimal (3.11.6-3) ... Setting up libssl3:arm64 (3.0.10-1ubuntu2.1) ... 0 upgraded, 117 newly installed, 0 to remove and 0 not upgraded. Need to get 49.1 MB of archives. After this operation, 175 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.11-1~deb12u2 [2019 kB] Get:2 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] Get:3 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] Get:4 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] Get:5 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] Get:6 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u1 [223 kB] Get:7 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+b1 [194 kB] Get:8 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] Get:9 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] Get:10 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] Get:11 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.19-1~deb12u1 [1693 kB] Setting up libnftnl11:arm64 (1.2.4-2) ... Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ... Setting up iptables (1.8.9-2) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.36-9+deb12u3) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common + go mod vendor -modfile=vendor.mod 0 upgraded, 114 newly installed, 0 to remove and 9 not upgraded. Need to get 42.5 MB of archives. After this operation, 151 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libssl3 amd64 3.0.8-1ubuntu1.4 [1902 kB] Get:1 http://archive.ubuntu.com/ubuntu mantic InRelease [256 kB] Get:2 http://archive.ubuntu.com/ubuntu mantic-updates InRelease [109 kB] Setting up libpython3.11-minimal:arm64 (3.11.6-3) ... Setting up libexpat1:arm64 (2.5.0-2) ... Setting up python3.11-minimal (3.11.6-3) ... Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.19-1~deb12u1 [3028 kB] Get:13 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.19-1~deb12u1 [41.8 kB] Get:14 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] Get:16 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] Get:17 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1 [99.3 kB] Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] Get:20 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] Get:21 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.2-6 [813 kB] Get:22 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.2-6 [2064 kB] Get:23 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.2-1+b1 [26.3 kB] Get:24 http://deb.debian.org/debian bookworm/main amd64 media-types all 10.0.0 [26.1 kB] Get:25 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-4 [134 kB] Get:26 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u1 [32.4 kB] Get:27 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u1 [78.9 kB] Get:28 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] Get:29 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u1 [332 kB] Get:30 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u1 [134 kB] Get:31 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] Get:32 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] Get:33 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] Get:34 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB] Get:35 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB] Get:36 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-2 [837 kB] Get:37 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.2-6 [1796 kB] Get:38 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.2-6 [572 kB] Get:39 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.2-1+b1 [9312 B] Get:40 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.2-1+b1 [26.3 kB] Get:41 http://deb.debian.org/debian bookworm/main amd64 sgml-base all 1.31 [15.4 kB] Get:42 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.11-1~deb12u2 [1419 kB] Get:43 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20230311 [153 kB] Get:44 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.19-1~deb12u1 [224 kB] Get:45 http://deb.debian.org/debian bookworm/main amd64 apt-transport-https all 2.6.1 [25.2 kB] Get:46 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] Get:47 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] Get:48 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] Get:49 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] Get:50 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u1 [72.4 kB] Get:51 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] Get:52 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] Get:53 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] Get:54 http://deb.debian.org/debian-security bookworm-security/main amd64 libcurl4 amd64 7.88.1-10+deb12u5 [390 kB] Get:55 http://deb.debian.org/debian-security bookworm-security/main amd64 curl amd64 7.88.1-10+deb12u5 [315 kB] Get:56 http://deb.debian.org/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB] Get:57 http://deb.debian.org/debian bookworm/main amd64 gpgconf amd64 2.2.40-1.1 [564 kB] Get:58 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB] Get:59 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB] Get:60 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1.1 [792 kB] Get:61 http://deb.debian.org/debian bookworm/main amd64 distro-info-data all 0.58+deb12u1 [6072 B] Get:62 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.6-2 [1398 kB] Get:63 http://deb.debian.org/debian bookworm/main amd64 libgirepository-1.0-1 amd64 1.74.0-3 [101 kB] Get:64 http://deb.debian.org/debian bookworm/main amd64 gir1.2-glib-2.0 amd64 1.74.0-3 [159 kB] Get:65 http://deb.debian.org/debian bookworm/main amd64 libpackagekit-glib2-18 amd64 1.2.6-5 [113 kB] Get:66 http://deb.debian.org/debian bookworm/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.6-5 [25.9 kB] Get:67 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1.1 [1093 kB] Get:68 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1.1 [927 kB] Get:69 http://deb.debian.org/debian bookworm/main amd64 gpg amd64 2.2.40-1.1 [949 kB] Get:70 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB] Get:71 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1.1 [695 kB] Get:72 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1.1 [541 kB] Get:73 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1.1 [531 kB] Get:74 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1.1 [671 kB] Get:75 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1.1 [846 kB] Get:76 http://deb.debian.org/debian bookworm/main amd64 gnupg2 all 2.2.40-1.1 [445 kB] Get:77 http://deb.debian.org/debian bookworm/main amd64 iso-codes all 4.15.0-1 [2906 kB] Get:78 http://deb.debian.org/debian-security bookworm-security/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u5 [385 kB] Get:79 http://deb.debian.org/debian bookworm/main amd64 libstemmer0d amd64 2.2.0-2 [118 kB] Get:80 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB] CentOS Stream 8 - Extras common packages 5.2 kB/s | 3.0 kB 00:00 Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.4 Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-chardet all 3.0.4-4build1 [80.4 kB] Get:113 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-idna all 2.8-1 [34.6 kB] Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-urllib3 all 1.25.8-2ubuntu0.3 [88.7 kB] Get:115 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-requests all 2.22.0-2ubuntu1.1 [47.2 kB] Get:116 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-requests-unixsocket all 0.2.0-2 [7272 B] Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-software-properties all 0.99.9.12 [21.7 kB] Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 packagekit arm64 1.1.13-2ubuntu1.1 [388 kB] Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 software-properties-common all 0.99.9.12 [10.4 kB] Get:120 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 gnupg2 all 2.2.19-3ubuntu2.2 [5316 B] Get:3 http://archive.ubuntu.com/ubuntu mantic-backports InRelease [90.8 kB] Get:4 http://security.ubuntu.com/ubuntu mantic-security InRelease [109 kB] Get:5 http://archive.ubuntu.com/ubuntu mantic/restricted amd64 Packages [180 kB] Get:6 http://archive.ubuntu.com/ubuntu mantic/main amd64 Packages [1808 kB] Get:7 http://archive.ubuntu.com/ubuntu mantic/universe amd64 Packages [18.8 MB] Get:81 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB] Get:82 http://deb.debian.org/debian bookworm/main amd64 libxmlb2 amd64 0.3.10-2 [60.2 kB] Get:83 http://deb.debian.org/debian bookworm/main amd64 libyaml-0-2 amd64 0.2.5-1 [53.6 kB] Get:84 http://deb.debian.org/debian bookworm/main amd64 libappstream4 amd64 0.16.1-2 [199 kB] Get:85 http://deb.debian.org/debian bookworm/main amd64 libcap2-bin amd64 1:2.66-4 [34.7 kB] Get:86 http://deb.debian.org/debian bookworm/main amd64 libduktape207 amd64 2.7.0-2 [134 kB] Get:87 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB] Get:88 http://deb.debian.org/debian bookworm/main amd64 libdw1 amd64 0.188-2.1 [235 kB] Get:89 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-data all 2.74.6-2 [1207 kB] Get:90 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-bin amd64 2.74.6-2 [110 kB] Get:91 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB] Get:92 http://deb.debian.org/debian bookworm/main amd64 libgstreamer1.0-0 amd64 1.22.0-2 [1169 kB] Get:93 http://deb.debian.org/debian bookworm/main amd64 libpolkit-gobject-1-0 amd64 122-3 [43.9 kB] Get:94 http://deb.debian.org/debian bookworm/main amd64 libpolkit-agent-1-0 amd64 122-3 [24.4 kB] Get:95 http://deb.debian.org/debian bookworm/main amd64 lsb-release all 12.0-1 [6416 B] Get:96 http://deb.debian.org/debian bookworm/main amd64 xml-core all 0.18+nmu1 [23.8 kB] Get:97 http://deb.debian.org/debian bookworm/main amd64 polkitd amd64 122-3 [112 kB] Get:98 http://deb.debian.org/debian bookworm/main amd64 packagekit amd64 1.2.6-5 [610 kB] Get:99 http://deb.debian.org/debian bookworm/main amd64 python-apt-common all 2.6.0 [64.3 kB] Get:100 http://deb.debian.org/debian bookworm/main amd64 python3-apt amd64 2.6.0 [159 kB] Get:101 http://deb.debian.org/debian bookworm/main amd64 python3-blinker all 1.5-1 [14.7 kB] Get:102 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB] Get:103 http://deb.debian.org/debian bookworm/main amd64 python3-cryptography amd64 38.0.4-3 [666 kB] Get:104 http://deb.debian.org/debian bookworm/main amd64 python3-dbus amd64 1.3.2-4+b1 [95.1 kB] Get:105 http://deb.debian.org/debian bookworm/main amd64 python3-distro all 1.8.0-1 [20.5 kB] Get:106 http://deb.debian.org/debian bookworm/main amd64 python3-gi amd64 3.42.2-3+b1 [219 kB] Get:107 http://deb.debian.org/debian bookworm/main amd64 python3-pyparsing all 3.0.9-1 [138 kB] Get:108 http://deb.debian.org/debian bookworm/main amd64 python3-httplib2 all 0.20.4-3 [36.0 kB] Get:109 http://deb.debian.org/debian bookworm/main amd64 python3-jwt all 2.6.0-1 [26.6 kB] Get:110 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 66.1.1-1 [296 kB] Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-lazr.uri all 1.0.6-3 [13.7 kB] Get:112 http://deb.debian.org/debian bookworm/main amd64 python3-wadllib all 1.3.6-4 [37.2 kB] Get:113 http://deb.debian.org/debian bookworm/main amd64 python3-oauthlib all 3.2.2-1 [95.4 kB] Get:114 http://deb.debian.org/debian bookworm/main amd64 python3-six all 1.16.0-4 [17.5 kB] Get:115 http://deb.debian.org/debian bookworm/main amd64 python3-lazr.restfulclient all 0.14.5-1 [50.4 kB] Get:116 http://deb.debian.org/debian bookworm/main amd64 python3-software-properties all 0.99.30-4 [32.7 kB] Get:117 http://deb.debian.org/debian bookworm/main amd64 software-properties-common all 0.99.30-4 [62.0 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 49.1 MB in 1s (80.3 MB/s) Selecting previously unselected package libssl3:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6098 files and directories currently installed.) Preparing to unpack .../00-libssl3_3.0.11-1~deb12u2_amd64.deb ... Unpacking libssl3:amd64 (3.0.11-1~deb12u2) ... Get:24 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libjson-c5 arm64 0.16-2 [32.4 kB] Get:25 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libcryptsetup12 arm64 2:2.6.1-1ubuntu1 [225 kB] Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 systemd-sysv arm64 249.11-0ubuntu3.12 [10.5 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssl arm64 3.0.2-0ubuntu1.12 [1159 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 33.7 MB in 9s (3639 kB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../libsystemd0_245.4-4ubuntu3.23_arm64.deb ... Unpacking libsystemd0:arm64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ... Setting up libsystemd0:arm64 (245.4-4ubuntu3.23) ... Selecting previously unselected package libssl1.1:arm64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.20_arm64.deb ... Unpacking libssl1.1:arm64 (1.1.1f-1ubuntu2.20) ... [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Reading package lists... Get:8 http://archive.ubuntu.com/ubuntu mantic/multiverse amd64 Packages [293 kB] Get:9 http://archive.ubuntu.com/ubuntu mantic-updates/multiverse amd64 Packages [9621 B] Get:10 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 Packages [300 kB] Get:11 http://archive.ubuntu.com/ubuntu mantic-updates/universe amd64 Packages [240 kB] Get:12 http://archive.ubuntu.com/ubuntu mantic-updates/restricted amd64 Packages [198 kB] Get:13 http://archive.ubuntu.com/ubuntu mantic-backports/universe amd64 Packages [4197 B] Get:14 http://security.ubuntu.com/ubuntu mantic-security/universe amd64 Packages [204 kB] Get:2 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libpython3.11-minimal amd64 3.11.4-1~23.04.2 [839 kB] Get:3 http://archive.ubuntu.com/ubuntu lunar/main amd64 libexpat1 amd64 2.5.0-1 [84.2 kB] Get:4 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 python3.11-minimal amd64 3.11.4-1~23.04.2 [2229 kB] Get:5 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-minimal amd64 3.11.2-1 [24.6 kB] Get:6 http://archive.ubuntu.com/ubuntu lunar/main amd64 media-types all 10.0.0 [25.8 kB] Get:7 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libkrb5support0 amd64 1.20.1-1ubuntu0.1 [32.8 kB] Get:8 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libk5crypto3 amd64 1.20.1-1ubuntu0.1 [81.1 kB] Get:9 http://archive.ubuntu.com/ubuntu lunar/main amd64 libkeyutils1 amd64 1.6.3-2 [9356 B] Get:10 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libkrb5-3 amd64 1.20.1-1ubuntu0.1 [346 kB] Get:11 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libgssapi-krb5-2 amd64 1.20.1-1ubuntu0.1 [142 kB] Selecting previously unselected package libargon2-1:amd64. Preparing to unpack .../01-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... Selecting previously unselected package dmsetup. Preparing to unpack .../02-dmsetup_2%3a1.02.185-2_amd64.deb ... Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4648 files and directories currently installed.) Preparing to unpack .../00-python3-minimal_3.11.4-5_arm64.deb ... Unpacking python3-minimal (3.11.4-5) ... go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/zmap/zlint/v3 v3.1.0 Get:26 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libfdisk1 arm64 2.38.1-4ubuntu1 [140 kB] Docker CE Test - x86_64 156 kB/s | 72 kB 00:00 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 ca-certificates all 20230311ubuntu0.22.04.1 [155 kB] Get:26 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libdbus-1-3 arm64 1.12.20-2ubuntu4.1 [187 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dbus arm64 1.12.20-2ubuntu4.1 [154 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 distro-info-data all 0.52ubuntu0.6 [5160 B] Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-0 arm64 2.72.4-0ubuntu2.2 [1432 kB] Selecting previously unselected package libpython3.8-minimal:arm64. Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.9_arm64.deb ... Unpacking libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.9) ... Selecting previously unselected package libexpat1:arm64. Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_arm64.deb ... Unpacking libexpat1:arm64 (2.2.9-1ubuntu0.6) ... Selecting previously unselected package python3.8-minimal. Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.9_arm64.deb ... Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... Building dependency tree... Reading state information... The following additional packages will be installed: dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1 lsb-base mime-support openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.7 python3.7-minimal readline-common Suggested packages: dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.7-venv python3.7-doc binutils binfmt-support readline-doc Recommended packages: dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales packagekit publicsuffix libsasl2-modules bzip2 file xz-utils unattended-upgrades Get:15 http://security.ubuntu.com/ubuntu mantic-security/restricted amd64 Packages [193 kB] Get:16 http://security.ubuntu.com/ubuntu mantic-security/main amd64 Packages [239 kB] Get:17 http://security.ubuntu.com/ubuntu mantic-security/multiverse amd64 Packages [6215 B] Get:12 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtirpc-common all 1.3.3+ds-1 [7790 B] Unpacking dmsetup (2:1.02.185-2) ... Selecting previously unselected package libdevmapper1.02.1:amd64. Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... Selecting previously unselected package libjson-c5:amd64. Preparing to unpack .../04-libjson-c5_0.16-2_amd64.deb ... Unpacking libjson-c5:amd64 (0.16-2) ... Selecting previously unselected package libcryptsetup12:amd64. Preparing to unpack .../05-libcryptsetup12_2%3a2.6.1-4~deb12u1_amd64.deb ... Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u1) ... Selecting previously unselected package libfdisk1:amd64. Preparing to unpack .../06-libfdisk1_2.38.1-5+b1_amd64.deb ... Unpacking libfdisk1:amd64 (2.38.1-5+b1) ... Selecting previously unselected package libkmod2:amd64. Preparing to unpack .../07-libkmod2_30+20221128-1_amd64.deb ... Unpacking libkmod2:amd64 (30+20221128-1) ... Selecting previously unselected package media-types. Preparing to unpack .../01-media-types_10.1.0_all.deb ... Unpacking media-types (10.1.0) ... Selecting previously unselected package tzdata. Preparing to unpack .../02-tzdata_2023d-0ubuntu0.23.10_all.deb ... Unpacking tzdata (2023d-0ubuntu0.23.10) ... Selecting previously unselected package libkrb5support0:arm64. Preparing to unpack .../03-libkrb5support0_1.20.1-3ubuntu1_arm64.deb ... Unpacking libkrb5support0:arm64 (1.20.1-3ubuntu1) ... Selecting previously unselected package libk5crypto3:arm64. Preparing to unpack .../04-libk5crypto3_1.20.1-3ubuntu1_arm64.deb ... Unpacking libk5crypto3:arm64 (1.20.1-3ubuntu1) ... Selecting previously unselected package libkeyutils1:arm64. Preparing to unpack .../05-libkeyutils1_1.6.3-2_arm64.deb ... Unpacking libkeyutils1:arm64 (1.6.3-2) ... Selecting previously unselected package libkrb5-3:arm64. Preparing to unpack .../06-libkrb5-3_1.20.1-3ubuntu1_arm64.deb ... Unpacking libkrb5-3:arm64 (1.20.1-3ubuntu1) ... Get:27 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libkmod2 arm64 30+20221128-1ubuntu1 [47.7 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libapparmor1 arm64 3.0.8-1ubuntu2.1 [46.4 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libip4tc2 arm64 1.8.7-1ubuntu7 [19.6 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libsystemd-shared arm64 252.5-2ubuntu3.2 [1751 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgirepository-1.0-1 arm64 1.72.0-1 [53.5 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-glib-2.0 arm64 1.72.0-1 [165 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iso-codes all 4.9.0-1 [3459 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcap2-bin arm64 1:2.44-1ubuntu0.22.04.1 [25.5 kB] Setting up libssl1.1:arm64 (1.1.1f-1ubuntu2.20) ... Setting up libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.9) ... Setting up libexpat1:arm64 (2.2.9-1ubuntu0.6) ... Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... The following NEW packages will be installed: apt-transport-https ca-certificates curl dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1 lsb-base lsb-release mime-support openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.7 python3.7-minimal readline-common software-properties-common Get:13 http://archive.ubuntu.com/ubuntu lunar/main amd64 libtirpc3 amd64 1.3.3+ds-1 [80.9 kB] Get:14 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnsl2 amd64 1.3.0-2build2 [42.3 kB] Get:15 http://archive.ubuntu.com/ubuntu lunar/main amd64 readline-common all 8.2-1.3 [55.7 kB] Get:16 http://archive.ubuntu.com/ubuntu lunar/main amd64 libreadline8 amd64 8.2-1.3 [151 kB] Get:17 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libsqlite3-0 amd64 3.40.1-1ubuntu0.1 [660 kB] Get:18 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libpython3.11-stdlib amd64 3.11.4-1~23.04.2 [1907 kB] Get:19 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 python3.11 amd64 3.11.4-1~23.04.2 [572 kB] Get:20 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpython3-stdlib amd64 3.11.2-1 [7234 B] Get:21 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3 amd64 3.11.2-1 [22.9 kB] Get:22 http://archive.ubuntu.com/ubuntu lunar/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB] Get:23 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-1ubuntu1 [138 kB] Get:24 http://archive.ubuntu.com/ubuntu lunar/main amd64 libjson-c5 amd64 0.16-2 [32.8 kB] Get:25 http://archive.ubuntu.com/ubuntu lunar/main amd64 libcryptsetup12 amd64 2:2.6.1-1ubuntu1 [229 kB] Get:26 http://archive.ubuntu.com/ubuntu lunar/main amd64 libfdisk1 amd64 2.38.1-4ubuntu1 [144 kB] Get:27 http://archive.ubuntu.com/ubuntu lunar/main amd64 libkmod2 amd64 30+20221128-1ubuntu1 [49.5 kB] Get:28 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libapparmor1 amd64 3.0.8-1ubuntu2.1 [46.3 kB] Get:29 http://archive.ubuntu.com/ubuntu lunar/main amd64 libip4tc2 amd64 1.8.7-1ubuntu7 [19.7 kB] Get:30 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libsystemd-shared amd64 252.5-2ubuntu3.2 [1834 kB] Get:31 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 systemd amd64 252.5-2ubuntu3.2 [3002 kB] Get:32 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 systemd-sysv amd64 252.5-2ubuntu3.2 [11.5 kB] Get:33 http://archive.ubuntu.com/ubuntu lunar/main amd64 adduser all 3.129ubuntu1 [59.0 kB] Get:34 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 openssl amd64 3.0.8-1ubuntu1.4 [1180 kB] Get:35 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 ca-certificates all 20230311ubuntu0.23.04.1 [152 kB] Get:36 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdbus-1-3 amd64 1.14.4-1ubuntu1 [201 kB] Get:37 http://archive.ubuntu.com/ubuntu lunar/main amd64 dbus-bin amd64 1.14.4-1ubuntu1 [39.4 kB] Get:38 http://archive.ubuntu.com/ubuntu lunar/main amd64 dbus-session-bus-common all 1.14.4-1ubuntu1 [73.7 kB] Get:39 http://archive.ubuntu.com/ubuntu lunar/main amd64 dbus-daemon amd64 1.14.4-1ubuntu1 [118 kB] Get:40 http://archive.ubuntu.com/ubuntu lunar/main amd64 dbus-system-bus-common all 1.14.4-1ubuntu1 [74.8 kB] Get:41 http://archive.ubuntu.com/ubuntu lunar/main amd64 dbus amd64 1.14.4-1ubuntu1 [24.3 kB] Get:42 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 distro-info-data all 0.57ubuntu0.3 [6302 B] Get:43 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libglib2.0-0 amd64 2.76.4-0ubuntu1 [1517 kB] Get:44 http://archive.ubuntu.com/ubuntu lunar/main amd64 libgirepository-1.0-1 amd64 1.76.1-1 [71.9 kB] Get:45 http://archive.ubuntu.com/ubuntu lunar/main amd64 gir1.2-glib-2.0 amd64 1.76.1-1 [180 kB] Get:46 http://archive.ubuntu.com/ubuntu lunar/main amd64 iso-codes all 4.12.0-1 [3440 kB] Get:47 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libcap2-bin amd64 1:2.66-3ubuntu2.1 [34.1 kB] Get:48 http://archive.ubuntu.com/ubuntu lunar/main amd64 libelf1 amd64 0.188-2.1 [53.4 kB] Get:49 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libglib2.0-data all 2.76.4-0ubuntu1 [38.7 kB] Get:50 http://archive.ubuntu.com/ubuntu lunar/main amd64 libicu72 amd64 72.1-3ubuntu2 [10.8 MB] Reading package lists... Selecting previously unselected package libapparmor1:amd64. Preparing to unpack .../08-libapparmor1_3.0.8-3_amd64.deb ... Unpacking libapparmor1:amd64 (3.0.8-3) ... Selecting previously unselected package libip4tc2:amd64. Preparing to unpack .../09-libip4tc2_1.8.9-2_amd64.deb ... Unpacking libip4tc2:amd64 (1.8.9-2) ... Selecting previously unselected package libsystemd-shared:amd64. Preparing to unpack .../10-libsystemd-shared_252.19-1~deb12u1_amd64.deb ... Unpacking libsystemd-shared:amd64 (252.19-1~deb12u1) ... Selecting previously unselected package libgssapi-krb5-2:arm64. Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-3ubuntu1_arm64.deb ... Unpacking libgssapi-krb5-2:arm64 (1.20.1-3ubuntu1) ... Selecting previously unselected package libtirpc-common. Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... Unpacking libtirpc-common (1.3.3+ds-1) ... Selecting previously unselected package libtirpc3:arm64. Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_arm64.deb ... Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... Selecting previously unselected package libnsl2:arm64. Preparing to unpack .../10-libnsl2_1.3.0-2build2_arm64.deb ... Unpacking libnsl2:arm64 (1.3.0-2build2) ... Selecting previously unselected package readline-common. Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... Unpacking readline-common (8.2-1.3) ... Selecting previously unselected package libreadline8:arm64. Preparing to unpack .../12-libreadline8_8.2-1.3_arm64.deb ... Unpacking libreadline8:arm64 (8.2-1.3) ... Selecting previously unselected package libsqlite3-0:arm64. Preparing to unpack .../13-libsqlite3-0_3.42.0-1ubuntu0.1_arm64.deb ... Unpacking libsqlite3-0:arm64 (3.42.0-1ubuntu0.1) ... make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo dpkg-genchanges >../docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.changes go: downloading github.com/google/certificate-transparency-go v1.1.4 0 upgraded, 66 newly installed, 0 to remove and 0 not upgraded. Need to get 23.9 MB of archives. After this operation, 82.9 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u6 [1552 kB] Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u6 [590 kB] Get:51 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libpam-systemd amd64 252.5-2ubuntu3.2 [206 kB] Get:52 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libxml2 amd64 2.9.14+dfsg-1.1ubuntu0.1 [765 kB] Get:53 http://archive.ubuntu.com/ubuntu lunar/main amd64 libyaml-0-2 amd64 0.2.5-1 [52.8 kB] Get:54 http://archive.ubuntu.com/ubuntu lunar/main amd64 lsb-release all 12.0-1ubuntu1 [6548 B] Get:55 http://archive.ubuntu.com/ubuntu lunar/main amd64 python-apt-common all 2.5.3ubuntu1 [18.0 kB] Get:56 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-apt amd64 2.5.3ubuntu1 [163 kB] Get:57 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-dbus amd64 1.3.2-4build1 [99.0 kB] Get:58 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-gi amd64 3.44.1-1 [229 kB] Get:59 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 python3-pkg-resources all 66.1.1-1ubuntu0.1 [227 kB] Get:60 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libnghttp2-14 amd64 1.52.0-1ubuntu0.1 [72.8 kB] Get:61 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpsl5 amd64 0.21.2-1 [59.0 kB] Get:62 http://archive.ubuntu.com/ubuntu lunar-updates/universe amd64 apt-transport-https all 2.6.0ubuntu0.1 [3968 B] Get:63 http://archive.ubuntu.com/ubuntu lunar/main amd64 libbrotli1 amd64 1.0.9-2build8 [309 kB] Get:64 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.2 kB] Get:65 http://archive.ubuntu.com/ubuntu lunar/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [56.6 kB] Get:66 http://archive.ubuntu.com/ubuntu lunar/main amd64 libldap2 amd64 2.6.3+dfsg-1~exp1ubuntu2 [184 kB] Get:67 http://archive.ubuntu.com/ubuntu lunar/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] Get:68 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libssh-4 amd64 0.10.4-2ubuntu0.3 [187 kB] Get:69 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libcurl4 amd64 7.88.1-8ubuntu2.4 [307 kB] Get:70 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 curl amd64 7.88.1-8ubuntu2.4 [209 kB] Get:71 http://archive.ubuntu.com/ubuntu lunar/main amd64 libassuan0 amd64 2.5.5-5 [37.2 kB] Get:72 http://archive.ubuntu.com/ubuntu lunar/main amd64 gpgconf amd64 2.2.40-1.1ubuntu1 [96.3 kB] Get:73 http://archive.ubuntu.com/ubuntu lunar/main amd64 libksba8 amd64 1.6.3-2 [120 kB] Get:74 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] Get:75 http://archive.ubuntu.com/ubuntu lunar/main amd64 dirmngr amd64 2.2.40-1.1ubuntu1 [305 kB] Get:76 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpackagekit-glib2-18 amd64 1.2.6-3 [121 kB] Get:77 http://archive.ubuntu.com/ubuntu lunar/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.6-3 [25.4 kB] Get:78 http://archive.ubuntu.com/ubuntu lunar/main amd64 gnupg-l10n all 2.2.40-1.1ubuntu1 [56.2 kB] Get:79 http://archive.ubuntu.com/ubuntu lunar/main amd64 gnupg-utils amd64 2.2.40-1.1ubuntu1 [313 kB] Get:80 http://archive.ubuntu.com/ubuntu lunar/main amd64 gpg amd64 2.2.40-1.1ubuntu1 [523 kB] Get:81 http://archive.ubuntu.com/ubuntu lunar/main amd64 pinentry-curses amd64 1.2.1-1ubuntu1 [34.6 kB] Get:82 http://archive.ubuntu.com/ubuntu lunar/main amd64 gpg-agent amd64 2.2.40-1.1ubuntu1 [216 kB] Get:83 http://archive.ubuntu.com/ubuntu lunar/main amd64 gpg-wks-client amd64 2.2.40-1.1ubuntu1 [66.1 kB] Get:84 http://archive.ubuntu.com/ubuntu lunar/main amd64 gpg-wks-server amd64 2.2.40-1.1ubuntu1 [59.2 kB] Get:85 http://archive.ubuntu.com/ubuntu lunar/main amd64 gpgsm amd64 2.2.40-1.1ubuntu1 [206 kB] Get:86 http://archive.ubuntu.com/ubuntu lunar/main amd64 gnupg all 2.2.40-1.1ubuntu1 [319 kB] Get:87 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libcurl3-gnutls amd64 7.88.1-8ubuntu2.4 [301 kB] Get:88 http://archive.ubuntu.com/ubuntu lunar/main amd64 libstemmer0d amd64 2.2.0-2 [160 kB] Get:89 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxmlb2 amd64 0.3.10-2 [64.6 kB] Get:90 http://archive.ubuntu.com/ubuntu lunar/main amd64 libappstream4 amd64 0.16.1-1ubuntu1 [215 kB] Get:91 http://archive.ubuntu.com/ubuntu lunar/main amd64 libdw1 amd64 0.188-2.1 [251 kB] Get:92 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 libglib2.0-bin amd64 2.76.4-0ubuntu1 [95.6 kB] Get:93 http://archive.ubuntu.com/ubuntu lunar/main amd64 libunwind8 amd64 1.6.2-3 [55.7 kB] Get:94 http://archive.ubuntu.com/ubuntu lunar/main amd64 libgstreamer1.0-0 amd64 1.22.2-1 [975 kB] Get:95 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB] Get:96 http://archive.ubuntu.com/ubuntu lunar/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB] Get:97 http://archive.ubuntu.com/ubuntu lunar/main amd64 polkitd amd64 0.105-33 [80.0 kB] Get:98 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-blinker all 1.5-1 [14.0 kB] Get:99 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-cffi-backend amd64 1.15.1-5build1 [76.0 kB] Get:100 http://archive.ubuntu.com/ubuntu lunar-updates/main amd64 python3-cryptography amd64 38.0.4-2ubuntu0.1 [672 kB] Get:101 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-pyparsing all 3.0.9-1 [83.1 kB] Get:102 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-httplib2 all 0.20.4-3 [30.4 kB] Get:103 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-jwt all 2.6.0-1 [18.2 kB] Get:104 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-lazr.uri all 1.0.6-3 [13.5 kB] Get:105 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-wadllib all 1.3.6-4 [35.8 kB] Get:106 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-distro all 1.8.0-1 [17.4 kB] Get:107 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-oauthlib all 3.2.2-1 [89.7 kB] Get:108 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-six all 1.16.0-4 [12.4 kB] Get:109 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-lazr.restfulclient all 0.14.5-1 [50.7 kB] Get:110 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-launchpadlib all 1.11.0-1 [125 kB] Get:111 http://archive.ubuntu.com/ubuntu lunar/main amd64 python3-software-properties all 0.99.35 [31.7 kB] Get:112 http://archive.ubuntu.com/ubuntu lunar/main amd64 packagekit amd64 1.2.6-3 [439 kB] + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go Fetched 23.1 MB in 2s (14.2 MB/s) Building dependency tree... Reading state information... The following additional packages will be installed: dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libstemmer0d libsystemd0 libunwind8 libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses pkexec policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib python3-pkg-resources python3-pyparsing python3-secretstorage python3-six python3-software-properties python3-wadllib python3-zipp python3.10 python3.10-minimal readline-common systemd systemd-sysv Suggested packages: default-dbus-session-bus | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-blinker-doc python-cryptography-doc python3-cryptography-vectors python-dbus-doc python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin python3-keyrings.alt python3-testresources python3-setuptools python-pyparsing-doc python-secretstorage-doc python3.10-venv python3.10-doc binutils binfmt-support readline-doc systemd-container libfido2-1 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 Recommended packages: libpam-cap dmsetup shared-mime-info xdg-user-dirs libldap-common publicsuffix libsasl2-modules packagekit-tools unattended-upgrades networkd-dispatcher systemd-timesyncd | time-daemon libnss-systemd Setting up libssl3:amd64 (3.0.11-1~deb12u2) ... Selecting previously unselected package systemd. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6185 files and directories currently installed.) Preparing to unpack .../systemd_252.19-1~deb12u1_amd64.deb ... Unpacking systemd (252.19-1~deb12u1) ... Selecting previously unselected package libpython3.11-stdlib:arm64. Preparing to unpack .../14-libpython3.11-stdlib_3.11.6-3_arm64.deb ... Unpacking libpython3.11-stdlib:arm64 (3.11.6-3) ... Selecting previously unselected package python3.11. Preparing to unpack .../15-python3.11_3.11.6-3_arm64.deb ... Unpacking python3.11 (3.11.6-3) ... Selecting previously unselected package libpython3-stdlib:arm64. Preparing to unpack .../16-libpython3-stdlib_3.11.4-5_arm64.deb ... Unpacking libpython3-stdlib:arm64 (3.11.4-5) ... Setting up python3-minimal (3.11.4-5) ... go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/golang/protobuf v1.5.3 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 Get:31 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 systemd arm64 252.5-2ubuntu3.2 [2906 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 systemd-sysv arm64 252.5-2ubuntu3.2 [11.5 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 adduser all 3.129ubuntu1 [59.0 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libelf1 arm64 0.186-1build1 [50.7 kB] Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4418 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_arm64.deb ... Unpacking python3-minimal (3.8.2-0ubuntu2) ... Selecting previously unselected package mime-support. Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... Get:3 http://deb.debian.org/debian-security buster/updates/main amd64 libexpat1 amd64 2.2.6-2+deb10u6 [108 kB] Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u6 [1737 kB] Get:5 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] Get:6 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB] Get:7 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] Get:8 http://deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB] Get:9 http://deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB] Get:10 http://deb.debian.org/debian-security buster/updates/main amd64 libsqlite3-0 amd64 3.27.2-3+deb10u2 [641 kB] Get:11 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u6 [1732 kB] Get:12 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7 amd64 3.7.3-2+deb10u6 [331 kB] Get:13 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] Get:14 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] Get:15 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] Get:16 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u6 [66.1 kB] Get:17 http://deb.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u6 [122 kB] Get:18 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u6 [369 kB] Get:19 http://deb.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u6 [159 kB] Get:20 http://deb.debian.org/debian buster/main amd64 apt-transport-https all 1.8.2.3 [149 kB] Get:21 http://deb.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1n-0+deb10u6 [855 kB] Get:22 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] Get:23 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB] Get:24 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB] Get:25 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB] Get:26 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB] Get:27 http://deb.debian.org/debian-security buster/updates/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u2 [85.8 kB] Get:28 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] Get:29 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] Get:30 http://deb.debian.org/debian-security buster/updates/main amd64 libssh2-1 amd64 1.8.0-2.1+deb10u1 [141 kB] Get:31 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u8 [335 kB] Get:32 http://deb.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u8 [266 kB] Get:33 http://deb.debian.org/debian buster/main amd64 libassuan0 amd64 2.5.2-1 [49.4 kB] Get:34 http://deb.debian.org/debian buster/main amd64 gpgconf amd64 2.2.12-1+deb10u2 [510 kB] Get:35 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB] Get:36 http://deb.debian.org/debian-security buster/updates/main amd64 libksba8 amd64 1.3.5-2+deb10u2 [102 kB] Get:37 http://deb.debian.org/debian buster/main amd64 libnpth0 amd64 1.6-1 [18.4 kB] Get:38 http://deb.debian.org/debian buster/main amd64 dirmngr amd64 2.2.12-1+deb10u2 [712 kB] Get:39 http://deb.debian.org/debian-security buster/updates/main amd64 distro-info-data all 0.41+deb10u8 [7540 B] Get:40 http://deb.debian.org/debian-security buster/updates/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u5 [1261 kB] Get:41 http://deb.debian.org/debian buster/main amd64 libgirepository-1.0-1 amd64 1.58.3-2 [92.8 kB] Get:42 http://deb.debian.org/debian buster/main amd64 gir1.2-glib-2.0 amd64 1.58.3-2 [143 kB] Get:43 http://deb.debian.org/debian buster/main amd64 libpackagekit-glib2-18 amd64 1.1.12-5 [116 kB] Get:44 http://deb.debian.org/debian buster/main amd64 gir1.2-packagekitglib-1.0 amd64 1.1.12-5 [35.9 kB] Get:45 http://deb.debian.org/debian buster/main amd64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB] Get:46 http://deb.debian.org/debian buster/main amd64 gnupg-utils amd64 2.2.12-1+deb10u2 [861 kB] Get:47 http://deb.debian.org/debian buster/main amd64 gpg amd64 2.2.12-1+deb10u2 [865 kB] Get:48 http://deb.debian.org/debian buster/main amd64 pinentry-curses amd64 1.1.0-2 [64.5 kB] Get:49 http://deb.debian.org/debian buster/main amd64 gpg-agent amd64 2.2.12-1+deb10u2 [617 kB] Get:50 http://deb.debian.org/debian buster/main amd64 gpg-wks-client amd64 2.2.12-1+deb10u2 [485 kB] Get:51 http://deb.debian.org/debian buster/main amd64 gpg-wks-server amd64 2.2.12-1+deb10u2 [478 kB] Get:52 http://deb.debian.org/debian buster/main amd64 gpgsm amd64 2.2.12-1+deb10u2 [604 kB] Get:53 http://deb.debian.org/debian buster/main amd64 gnupg all 2.2.12-1+deb10u2 [715 kB] Get:54 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u2 [393 kB] Get:55 http://deb.debian.org/debian buster/main amd64 iso-codes all 4.2-1 [2713 kB] Get:56 http://deb.debian.org/debian buster/main amd64 libapt-inst2.0 amd64 1.8.2.3 [204 kB] Get:57 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u8 [333 kB] Get:58 http://deb.debian.org/debian-security buster/updates/main amd64 libdbus-1-3 amd64 1.12.28-0+deb10u1 [219 kB] Get:59 http://deb.debian.org/debian buster/main amd64 lsb-release all 10.2019051400 [27.5 kB] Get:60 http://deb.debian.org/debian buster/main amd64 python-apt-common all 1.8.4.3 [96.3 kB] Get:61 http://deb.debian.org/debian buster/main amd64 python3-apt amd64 1.8.4.3 [185 kB] Get:62 http://deb.debian.org/debian buster/main amd64 python3-dbus amd64 1.2.8-3 [103 kB] Get:63 http://deb.debian.org/debian buster/main amd64 python3-gi amd64 3.30.4-1 [180 kB] Get:64 http://deb.debian.org/debian buster/main amd64 python3-pycurl amd64 7.43.0.2-0.1 [66.3 kB] Get:65 http://deb.debian.org/debian buster/main amd64 python3-software-properties all 0.96.20.2-2 [49.6 kB] Get:66 http://deb.debian.org/debian buster/main amd64 software-properties-common all 0.96.20.2-2 [83.3 kB] [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } warning: /var/cache/yum/aarch64/7/base/packages/checkpolicy-2.5-8.el7.aarch64.rpm: Header V3 RSA/SHA256 Signature, key ID 305d49d6: NOKEY Public key for checkpolicy-2.5-8.el7.aarch64.rpm is not installed Public key for fuse-overlayfs-0.7.2-6.el7_8.aarch64.rpm is not installed warning: /var/cache/yum/aarch64/7/updates/packages/selinux-policy-3.13.1-268.el7_9.2.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY Public key for selinux-policy-3.13.1-268.el7_9.2.noarch.rpm is not installed [Pipeline] // node [Pipeline] } The following NEW packages will be installed: apt-transport-https ca-certificates curl dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types openssl packagekit pinentry-curses pkexec policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib python3-pkg-resources python3-pyparsing python3-secretstorage python3-six python3-software-properties python3-wadllib python3-zipp python3.10 python3.10-minimal readline-common software-properties-common systemd systemd-sysv The following packages will be upgraded: libsystemd0 Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... Setting up libjson-c5:amd64 (0.16-2) ... Setting up libfdisk1:amd64 (2.38.1-5+b1) ... Setting up libkmod2:amd64 (30+20221128-1) ... Setting up libapparmor1:amd64 (3.0.8-3) ... Setting up libip4tc2:amd64 (1.8.9-2) ... Setting up libsystemd-shared:amd64 (252.19-1~deb12u1) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u1) ... Setting up systemd (252.19-1~deb12u1) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5674 files and directories currently installed.) Preparing to unpack .../00-python3_3.11.4-5_arm64.deb ... Unpacking python3 (3.11.4-5) ... Selecting previously unselected package libargon2-1:arm64. Preparing to unpack .../01-libargon2-1_0~20190702+dfsg-3_arm64.deb ... Unpacking libargon2-1:arm64 (0~20190702+dfsg-3) ... Selecting previously unselected package libdevmapper1.02.1:arm64. Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2ubuntu1_arm64.deb ... Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2ubuntu1) ... go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 Get:34 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 openssl arm64 3.0.8-1ubuntu1.4 [1159 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-data all 2.72.4-0ubuntu2.2 [4612 B] Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libicu70 arm64 70.1-2 [10.5 MB] Unpacking mime-support (3.64ubuntu1) ... Selecting previously unselected package libmpdec2:arm64. Preparing to unpack .../2-libmpdec2_2.4.2-3_arm64.deb ... Unpacking libmpdec2:arm64 (2.4.2-3) ... Selecting previously unselected package readline-common. Preparing to unpack .../3-readline-common_8.0-4_all.deb ... Unpacking readline-common (8.0-4) ... Selecting previously unselected package libreadline8:arm64. Preparing to unpack .../4-libreadline8_8.0-4_arm64.deb ... Unpacking libreadline8:arm64 (8.0-4) ... Selecting previously unselected package libsqlite3-0:arm64. Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.6_arm64.deb ... Unpacking libsqlite3-0:arm64 (3.31.1-4ubuntu0.6) ... Selecting previously unselected package libpython3.8-stdlib:arm64. Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.9_arm64.deb ... Unpacking libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.9) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 23.9 MB in 0s (50.4 MB/s) Selecting previously unselected package libssl1.1:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6686 files and directories currently installed.) Preparing to unpack .../libssl1.1_1.1.1n-0+deb10u6_amd64.deb ... Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u6) ... Selecting previously unselected package libpython3.7-minimal:amd64. Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u6_amd64.deb ... 1 upgraded, 107 newly installed, 0 to remove and 7 not upgraded. Need to get 38.7 MB of archives. After this operation, 139 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd0 amd64 249.11-0ubuntu3.12 [319 kB] Initializing machine ID from random generator. Creating group 'systemd-journal' with GID 999. Creating group 'systemd-network' with GID 998. Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. Setting up dmsetup (2:1.02.185-2) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7033 files and directories currently installed.) Preparing to unpack .../0-systemd-sysv_252.19-1~deb12u1_amd64.deb ... Unpacking systemd-sysv (252.19-1~deb12u1) ... Selecting previously unselected package libdbus-1-3:amd64. Preparing to unpack .../1-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus-bin. Preparing to unpack .../2-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... Unpacking dbus-bin (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus-session-bus-common. Preparing to unpack .../3-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... Get:113 http://archive.ubuntu.com/ubuntu lunar/main amd64 software-properties-common all 0.99.35 [13.9 kB] Get:114 http://archive.ubuntu.com/ubuntu lunar/universe amd64 gnupg2 all 2.2.40-1.1ubuntu1 [4462 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 42.5 MB in 2s (18.8 MB/s) Selecting previously unselected package libssl3:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4353 files and directories currently installed.) Preparing to unpack .../libssl3_3.0.8-1ubuntu1.4_amd64.deb ... Unpacking libssl3:amd64 (3.0.8-1ubuntu1.4) ... Selecting previously unselected package libjson-c5:arm64. Preparing to unpack .../03-libjson-c5_0.17-1_arm64.deb ... Unpacking libjson-c5:arm64 (0.17-1) ... Selecting previously unselected package libcryptsetup12:arm64. Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4ubuntu3_arm64.deb ... Unpacking libcryptsetup12:arm64 (2:2.6.1-4ubuntu3) ... Selecting previously unselected package libfdisk1:arm64. Preparing to unpack .../05-libfdisk1_2.39.1-4ubuntu2_arm64.deb ... Unpacking libfdisk1:arm64 (2.39.1-4ubuntu2) ... Selecting previously unselected package libkmod2:arm64. Preparing to unpack .../06-libkmod2_30+20230519-1ubuntu3_arm64.deb ... Unpacking libkmod2:arm64 (30+20230519-1ubuntu3) ... Selecting previously unselected package libapparmor1:arm64. Preparing to unpack .../07-libapparmor1_4.0.0~alpha2-0ubuntu5_arm64.deb ... Unpacking libapparmor1:arm64 (4.0.0~alpha2-0ubuntu5) ... Selecting previously unselected package libip4tc2:arm64. Preparing to unpack .../08-libip4tc2_1.8.9-2ubuntu2_arm64.deb ... Unpacking libip4tc2:arm64 (1.8.9-2ubuntu2) ... Selecting previously unselected package libsystemd-shared:arm64. Preparing to unpack .../09-libsystemd-shared_253.5-1ubuntu6.1_arm64.deb ... Unpacking libsystemd-shared:arm64 (253.5-1ubuntu6.1) ... Get:35 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 ca-certificates all 20230311ubuntu0.23.04.1 [152 kB] Selecting previously unselected package python3.8. Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.9_arm64.deb ... Unpacking python3.8 (3.8.10-0ubuntu1~20.04.9) ... Selecting previously unselected package libpython3-stdlib:arm64. Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_arm64.deb ... Unpacking libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ... Setting up python3-minimal (3.8.2-0ubuntu2) ... Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u6) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_amd64.deb ... Unpacking libexpat1:amd64 (2.2.6-2+deb10u6) ... Selecting previously unselected package python3.7-minimal. Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u6_amd64.deb ... Unpacking python3.7-minimal (3.7.3-2+deb10u6) ... dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_amd64.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb /root/docker-compose-plugin_2.24.2-1~debian.11~bullseye_amd64.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_amd64.deb' -> '/build/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_amd64.deb' removed '/root/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_amd64.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb' copied '/root/docker-compose-plugin_2.24.2-1~debian.11~bullseye_amd64.deb' -> '/build/docker-compose-plugin_2.24.2-1~debian.11~bullseye_amd64.deb' removed '/root/docker-compose-plugin_2.24.2-1~debian.11~bullseye_amd64.deb' Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../4-libexpat1_2.5.0-1_amd64.deb ... Unpacking libexpat1:amd64 (2.5.0-1) ... Selecting previously unselected package dbus-daemon. Preparing to unpack .../5-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... Unpacking dbus-daemon (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus-system-bus-common. Preparing to unpack .../6-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus. Preparing to unpack .../7-dbus_1.14.10-1~deb12u1_amd64.deb ... Unpacking dbus (1.14.10-1~deb12u1) ... Selecting previously unselected package libpython3.11-minimal:amd64. Preparing to unpack .../8-libpython3.11-minimal_3.11.2-6_amd64.deb ... Unpacking libpython3.11-minimal:amd64 (3.11.2-6) ... Selecting previously unselected package libpython3.11-minimal:amd64. Preparing to unpack .../libpython3.11-minimal_3.11.4-1~23.04.2_amd64.deb ... Unpacking libpython3.11-minimal:amd64 (3.11.4-1~23.04.2) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.5.0-1_amd64.deb ... Unpacking libexpat1:amd64 (2.5.0-1) ... Selecting previously unselected package python3.11-minimal. Preparing to unpack .../python3.11-minimal_3.11.4-1~23.04.2_amd64.deb ... Unpacking python3.11-minimal (3.11.4-1~23.04.2) ... Setting up libssl3:amd64 (3.0.8-1ubuntu1.4) ... Selecting previously unselected package systemd-dev. Preparing to unpack .../10-systemd-dev_253.5-1ubuntu6.1_all.deb ... Unpacking systemd-dev (253.5-1ubuntu6.1) ... Selecting previously unselected package systemd. Preparing to unpack .../11-systemd_253.5-1ubuntu6.1_arm64.deb ... Unpacking systemd (253.5-1ubuntu6.1) ... Setting up libargon2-1:arm64 (0~20190702+dfsg-3) ... Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2ubuntu1) ... Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4848 files and directories currently installed.) Preparing to unpack .../00-python3_3.8.2-0ubuntu2_arm64.deb ... Unpacking python3 (3.8.2-0ubuntu2) ... Selecting previously unselected package libapparmor1:arm64. Preparing to unpack .../01-libapparmor1_2.13.3-7ubuntu5.3_arm64.deb ... Unpacking libapparmor1:arm64 (2.13.3-7ubuntu5.3) ... Selecting previously unselected package libcap2:arm64. Preparing to unpack .../02-libcap2_1%3a2.32-1ubuntu0.1_arm64.deb ... Unpacking libcap2:arm64 (1:2.32-1ubuntu0.1) ... Selecting previously unselected package libargon2-1:arm64. Preparing to unpack .../03-libargon2-1_0~20171227-0.2_arm64.deb ... Unpacking libargon2-1:arm64 (0~20171227-0.2) ... Selecting previously unselected package libdevmapper1.02.1:arm64. Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_arm64.deb ... go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u6) ... Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u6) ... Setting up libexpat1:amd64 (2.2.6-2+deb10u6) ... Setting up python3.7-minimal (3.7.3-2+deb10u6) ... + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 Selecting previously unselected package python3.11-minimal. Preparing to unpack .../9-python3.11-minimal_3.11.2-6_amd64.deb ... Unpacking python3.11-minimal (3.11.2-6) ... Setting up libpython3.11-minimal:amd64 (3.11.4-1~23.04.2) ... Setting up libexpat1:amd64 (2.5.0-1) ... Setting up python3.11-minimal (3.11.4-1~23.04.2) ... Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.3 [812 kB] Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.2 [91.0 kB] Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.3 [2242 kB] Setting up libjson-c5:arm64 (0.17-1) ... Setting up libcryptsetup12:arm64 (2:2.6.1-4ubuntu3) ... Setting up libfdisk1:arm64 (2.39.1-4ubuntu2) ... Setting up libkmod2:arm64 (30+20230519-1ubuntu3) ... Setting up libapparmor1:arm64 (4.0.0~alpha2-0ubuntu5) ... Setting up libip4tc2:arm64 (1.8.9-2ubuntu2) ... Setting up libsystemd-shared:arm64 (253.5-1ubuntu6.1) ... Setting up systemd-dev (253.5-1ubuntu6.1) ... Setting up systemd (253.5-1ubuntu6.1) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. /usr/lib/tmpfiles.d/systemd-network.conf:10: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:11: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:12: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:13: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:23: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:28: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:29: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:30: Failed to resolve group 'systemd-journal'. Creating group 'systemd-journal' with GID 999. Creating group 'systemd-network' with GID 998. Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6570 files and directories currently installed.) Preparing to unpack .../systemd-sysv_253.5-1ubuntu6.1_arm64.deb ... Unpacking systemd-sysv (253.5-1ubuntu6.1) ... + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/dockerd Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)... + tee /root/build-deb/engine/go.mod module github.com/docker/docker go 1.20 + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT + GO111MODULE=on + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/docker/dockerversion.GitCommit=c87e0ad" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-22T21:42:24.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=Docker Engine - Community" -X "github.com/docker/docker/dockerversion.ProductName=docker" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy + rm -f /root/build-deb/engine/go.mod Created binary: bundles/dynbinary-daemon/docker-proxy cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . -- The C compiler identification is GNU 10.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' Scanning dependencies of target tini-static make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 Unpacking libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ... Selecting previously unselected package libjson-c4:arm64. Preparing to unpack .../05-libjson-c4_0.13.1+dfsg-7ubuntu0.3_arm64.deb ... Unpacking libjson-c4:arm64 (0.13.1+dfsg-7ubuntu0.3) ... Selecting previously unselected package libcryptsetup12:arm64. Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_arm64.deb ... Unpacking libcryptsetup12:arm64 (2:2.2.2-3ubuntu2.4) ... Selecting previously unselected package libip4tc2:arm64. Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2.1_arm64.deb ... Unpacking libip4tc2:arm64 (1.8.4-3ubuntu2.1) ... Selecting previously unselected package libkmod2:arm64. Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_arm64.deb ... Unpacking libkmod2:arm64 (27-1ubuntu2.1) ... Selecting previously unselected package systemd-timesyncd. Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.23_arm64.deb ... Unpacking systemd-timesyncd (245.4-4ubuntu3.23) ... Selecting previously unselected package systemd. Preparing to unpack .../10-systemd_245.4-4ubuntu3.23_arm64.deb ... go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 Get:36 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdbus-1-3 arm64 1.14.4-1ubuntu1 [201 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 dbus-bin arm64 1.14.4-1ubuntu1 [38.9 kB] Get:38 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 dbus-session-bus-common all 1.14.4-1ubuntu1 [73.7 kB] Metadata cache created. + echo '[DEBUG] Installing engine rpms' [DEBUG] Installing engine rpms ++ find rpm/rpmbuild/centos-8/RPMS/ -type f -name '*.rpm' ++ sed /src/d + packages='rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-compose-plugin-2.24.2-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.x86_64.rpm' + set -x ++ source /etc/os-release +++ NAME='CentOS Stream' +++ VERSION=8 +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=8 +++ PLATFORM_ID=platform:el8 +++ PRETTY_NAME='CentOS Stream 8' +++ ANSI_COLOR='0;31' +++ CPE_NAME=cpe:/o:centos:centos:8 +++ HOME_URL=https://centos.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8' +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream' ++ echo 'CentOS Stream' + product_version='CentOS Stream' + '[' 'CentOS Stream' = rawhide ']' + dnf install -y rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-compose-plugin-2.24.2-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el8.x86_64.rpm + popd + exit 0 ~/rpmbuild/BUILD/src Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.St6S6K + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64 + cd src + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/bin + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/bin/docker + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/bash-completion/completions + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/zsh/vendor-completions + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/fish/vendor_completions.d + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/bash-completion/completions/docker + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/zsh/vendor-completions/_docker + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/fish/vendor_completions.d/docker.fish + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/man/man1 + 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~20240120124445.f18a476-0.el7.x86_64/usr/share/man/man1 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/man/man5 + 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~20240120124445.f18a476-0.el7.x86_64/usr/share/man/man5 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/man/man8 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/man/man8 + mkdir -p build-docs + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/LICENSE build-docs/LICENSE + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/MAINTAINERS build-docs/MAINTAINERS + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/NOTICE build-docs/NOTICE + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/README.md build-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress Setting up libpython3.11-minimal:amd64 (3.11.2-6) ... Setting up libexpat1:amd64 (2.5.0-1) ... Setting up python3.11-minimal (3.11.2-6) ... Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB] Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.3 [641 kB] Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.3 [1848 kB] Selecting previously unselected package sgml-base. Preparing to unpack .../sgml-base_1.31_all.deb ... Unpacking sgml-base (1.31) ... Selecting previously unselected package adduser. Preparing to unpack .../adduser_3.137ubuntu1_all.deb ... Unpacking adduser (3.137ubuntu1) ... Setting up adduser (3.137ubuntu1) ... Selecting previously unselected package openssl. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6664 files and directories currently installed.) Preparing to unpack .../00-openssl_3.0.10-1ubuntu2.1_arm64.deb ... Unpacking openssl (3.0.10-1ubuntu2.1) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../01-ca-certificates_20230311ubuntu1_all.deb ... Unpacking ca-certificates (20230311ubuntu1) ... Get:37 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpam-systemd arm64 249.11-0ubuntu3.12 [205 kB] Get:38 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libxml2 arm64 2.9.13+dfsg-1ubuntu0.3 [728 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-0-2 arm64 0.2.2-1build2 [51.0 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lsb-release all 11.1.0ubuntu4 [10.8 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python-apt-common all 2.4.0ubuntu2 [14.8 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-apt arm64 2.4.0ubuntu2 [161 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-dbus arm64 1.2.18-3build1 [98.5 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-gi arm64 3.42.1-0ubuntu1 [228 kB] Unpacking systemd (245.4-4ubuntu3.23) ... go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading golang.org/x/mod v0.14.0 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b Last metadata expiration check: 0:00:02 ago on Mon Jan 22 21:45:37 2024. Get:39 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 dbus-daemon arm64 1.14.4-1ubuntu1 [114 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 dbus-system-bus-common all 1.14.4-1ubuntu1 [74.8 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 dbus arm64 1.14.4-1ubuntu1 [23.8 kB] Reading package lists... Building dependency tree... Reading state information... + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.pfP6Y2 + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ cli/build/docker --version + ver='Docker version 0.0.0-20240120124445-f18a476, build f18a476' + test 'Docker version 0.0.0-20240120124445-f18a476, build f18a476' = 'Docker version 0.0.0-20240120124445-f18a476, build f18a476' + echo 'PASS: cli version OK' PASS: cli version OK + exit 0 Processing files: docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64 Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ... Unpacking python3-minimal (3.7.3-1) ... Selecting previously unselected package mime-support. Preparing to unpack .../1-mime-support_3.62_all.deb ... Unpacking mime-support (3.62) ... Selecting previously unselected package libmpdec2:amd64. Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ... Unpacking libmpdec2:amd64 (2.4.2-2) ... Selecting previously unselected package readline-common. Preparing to unpack .../3-readline-common_7.0-5_all.deb ... Unpacking readline-common (7.0-5) ... Selecting previously unselected package libreadline7:amd64. Preparing to unpack .../4-libreadline7_7.0-5_amd64.deb ... Unpacking libreadline7:amd64 (7.0-5) ... warning: /var/cache/yum/aarch64/7/docker-ce-test/packages/containerd.io-1.6.27-3.1.el7.aarch64.rpm: Header V4 RSA/SHA512 Signature, key ID 621e9f35: NOKEY Public key for containerd.io-1.6.27-3.1.el7.aarch64.rpm is not installed Selecting previously unselected package libdbus-1-3:arm64. Preparing to unpack .../02-libdbus-1-3_1.14.10-1ubuntu1_arm64.deb ... Unpacking libdbus-1-3:arm64 (1.14.10-1ubuntu1) ... Selecting previously unselected package dbus-bin. Preparing to unpack .../03-dbus-bin_1.14.10-1ubuntu1_arm64.deb ... Unpacking dbus-bin (1.14.10-1ubuntu1) ... Selecting previously unselected package dbus-session-bus-common. Preparing to unpack .../04-dbus-session-bus-common_1.14.10-1ubuntu1_all.deb ... Unpacking dbus-session-bus-common (1.14.10-1ubuntu1) ... Selecting previously unselected package dbus-daemon. Preparing to unpack .../05-dbus-daemon_1.14.10-1ubuntu1_arm64.deb ... Unpacking dbus-daemon (1.14.10-1ubuntu1) ... Selecting previously unselected package dbus-system-bus-common. Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1ubuntu1_all.deb ... Unpacking dbus-system-bus-common (1.14.10-1ubuntu1) ... Selecting previously unselected package dbus. Preparing to unpack .../07-dbus_1.14.10-1ubuntu1_arm64.deb ... Unpacking dbus (1.14.10-1ubuntu1) ... Get:45 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB] Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4679 files and directories currently installed.) Preparing to unpack .../00-python3-minimal_3.11.2-1_amd64.deb ... Unpacking python3-minimal (3.11.2-1) ... Selecting previously unselected package media-types. Preparing to unpack .../01-media-types_10.0.0_all.deb ... Unpacking media-types (10.0.0) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../02-libkrb5support0_1.20.1-1ubuntu0.1_amd64.deb ... Unpacking libkrb5support0:amd64 (1.20.1-1ubuntu0.1) ... Setting up libapparmor1:arm64 (2.13.3-7ubuntu5.3) ... Setting up libcap2:arm64 (1:2.32-1ubuntu0.1) ... Setting up libargon2-1:arm64 (0~20171227-0.2) ... Setting up libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ... Setting up libjson-c4:arm64 (0.13.1+dfsg-7ubuntu0.3) ... Setting up libcryptsetup12:arm64 (2:2.2.2-3ubuntu2.4) ... Setting up libip4tc2:arm64 (1.8.4-3ubuntu2.1) ... Setting up libkmod2:arm64 (27-1ubuntu2.1) ... Setting up systemd-timesyncd (245.4-4ubuntu3.23) ... Get:42 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 distro-info-data all 0.57ubuntu0.3 [6302 B] Get:43 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libglib2.0-0 arm64 2.76.4-0ubuntu1 [1490 kB] The following additional packages will be installed: adduser dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap2 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common sgml-base systemd systemd-dev systemd-sysv tzdata xml-core Suggested packages: liblocale-gettext-perl perl cron quota ecryptfs-utils default-dbus-session-bus | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user gstreamer1.0-tools pinentry-doc polkitd-pkla python3-doc python3-tk python3-venv python-apt-doc python-blinker-doc python-cryptography-doc python3-cryptography-vectors python-dbus-doc python3-crypto python3-testresources python3-setuptools python-pyparsing-doc python3.11-venv python3.11-doc binutils binfmt-support readline-doc sgml-base-doc systemd-container systemd-homed systemd-userdbd systemd-boot libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 debhelper Recommended packages: libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales libldap-common dbus-user-session publicsuffix libsasl2-modules appstream packagekit-tools python3-keyring unattended-upgrades networkd-dispatcher systemd-timesyncd | time-daemon systemd-resolved libnss-systemd tzdata-icu Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.MCJV0k + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20240120124445.f18a476 + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20240120124445.f18a476 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20240120124445.f18a476 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20240120124445.f18a476 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20240120124445.f18a476 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20240120124445.f18a476 + exit 0 Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.27.2-3+deb10u2) ... Selecting previously unselected package libpython3.7-stdlib:amd64. Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u6_amd64.deb ... Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u6) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../08-distro-info-data_0.58ubuntu0.2_all.deb ... Unpacking distro-info-data (0.58ubuntu0.2) ... Selecting previously unselected package libglib2.0-0:arm64. Preparing to unpack .../09-libglib2.0-0_2.78.0-2_arm64.deb ... Unpacking libglib2.0-0:arm64 (2.78.0-2) ... Selecting previously unselected package libgirepository-1.0-1:arm64. Preparing to unpack .../10-libgirepository-1.0-1_1.78.1-1_arm64.deb ... Unpacking libgirepository-1.0-1:arm64 (1.78.1-1) ... Selecting previously unselected package gir1.2-glib-2.0:arm64. Preparing to unpack .../11-gir1.2-glib-2.0_1.78.1-1_arm64.deb ... Unpacking gir1.2-glib-2.0:arm64 (1.78.1-1) ... Selecting previously unselected package iso-codes. Preparing to unpack .../12-iso-codes_4.15.0-1_all.deb ... Unpacking iso-codes (4.15.0-1) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../03-libk5crypto3_1.20.1-1ubuntu0.1_amd64.deb ... Unpacking libk5crypto3:amd64 (1.20.1-1ubuntu0.1) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../04-libkeyutils1_1.6.3-2_amd64.deb ... Unpacking libkeyutils1:amd64 (1.6.3-2) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../05-libkrb5-3_1.20.1-1ubuntu0.1_amd64.deb ... Unpacking libkrb5-3:amd64 (1.20.1-1ubuntu0.1) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-1ubuntu0.1_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.20.1-1ubuntu0.1) ... Selecting previously unselected package libtirpc-common. Preparing to unpack .../07-libtirpc-common_1.3.3+ds-1_all.deb ... Unpacking libtirpc-common (1.3.3+ds-1) ... Selecting previously unselected package libtirpc3:amd64. Preparing to unpack .../08-libtirpc3_1.3.3+ds-1_amd64.deb ... Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7440 files and directories currently installed.) Preparing to unpack .../00-python3-minimal_3.11.2-1+b1_amd64.deb ... Unpacking python3-minimal (3.11.2-1+b1) ... Selecting previously unselected package media-types. Preparing to unpack .../01-media-types_10.0.0_all.deb ... Unpacking media-types (10.0.0) ... Selecting previously unselected package libncursesw6:amd64. Preparing to unpack .../02-libncursesw6_6.4-4_amd64.deb ... Unpacking libncursesw6:amd64 (6.4-4) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../03-libkrb5support0_1.20.1-2+deb12u1_amd64.deb ... Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u1) ... Get:46 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libnghttp2-14 arm64 1.43.0-1ubuntu0.1 [76.1 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 apt-transport-https all 2.4.11 [1510 B] Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB] Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.3 [508 kB] Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6910 B] Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB] Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.3 [39.3 kB] Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB] Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu4 [139 kB] Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjson-c5 amd64 0.15-3~ubuntu1.22.04.2 [33.5 kB] Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcryptsetup12 amd64 2:2.4.3-1ubuntu1.2 [211 kB] Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libip4tc2 amd64 1.8.7-1ubuntu5.1 [19.8 kB] Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libkmod2 amd64 29-1ubuntu1 [48.0 kB] Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd amd64 249.11-0ubuntu3.12 [4581 kB] Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-sysv amd64 249.11-0ubuntu3.12 [10.5 kB] Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.12 [1182 kB] Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20230311ubuntu0.22.04.1 [155 kB] Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB] Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB] Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.6 [5160 B] Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.2 [1463 kB] Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgirepository-1.0-1 amd64 1.72.0-1 [55.6 kB] Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-glib-2.0 amd64 1.72.0-1 [164 kB] Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3459 kB] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. Setting up systemd (245.4-4ubuntu3.23) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. Get:44 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libgirepository-1.0-1 arm64 1.76.1-1 [70.4 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gir1.2-glib-2.0 arm64 1.76.1-1 [179 kB] The following NEW packages will be installed: adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap2 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common sgml-base software-properties-common systemd systemd-dev systemd-sysv tzdata xml-core Provides: docker-ce-cli = 1:0.0.0~20240120124445.f18a476-0.el7 docker-ce-cli(x86-64) = 1:0.0.0~20240120124445.f18a476-0.el7 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh 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) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.2.5)(64bit) rtld(GNU_HASH) Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64 Selecting previously unselected package python3.7. Preparing to unpack .../7-python3.7_3.7.3-2+deb10u6_amd64.deb ... Unpacking python3.7 (3.7.3-2+deb10u6) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... Setting up python3-minimal (3.7.3-1) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../13-libcap2-bin_1%3a2.66-4ubuntu1_arm64.deb ... Unpacking libcap2-bin (1:2.66-4ubuntu1) ... Selecting previously unselected package libelf1:arm64. Preparing to unpack .../14-libelf1_0.189-4_arm64.deb ... Unpacking libelf1:arm64 (0.189-4) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../15-libglib2.0-data_2.78.0-2_all.deb ... Unpacking libglib2.0-data (2.78.0-2) ... Selecting previously unselected package libicu72:arm64. Preparing to unpack .../16-libicu72_72.1-3ubuntu3_arm64.deb ... Unpacking libicu72:arm64 (72.1-3ubuntu3) ... Selecting previously unselected package libnsl2:amd64. Preparing to unpack .../09-libnsl2_1.3.0-2build2_amd64.deb ... Unpacking libnsl2:amd64 (1.3.0-2build2) ... Selecting previously unselected package readline-common. Preparing to unpack .../10-readline-common_8.2-1.3_all.deb ... Unpacking readline-common (8.2-1.3) ... Selecting previously unselected package libreadline8:amd64. Preparing to unpack .../11-libreadline8_8.2-1.3_amd64.deb ... Unpacking libreadline8:amd64 (8.2-1.3) ... Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../12-libsqlite3-0_3.40.1-1ubuntu0.1_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.40.1-1ubuntu0.1) ... Selecting previously unselected package libpython3.11-stdlib:amd64. Preparing to unpack .../13-libpython3.11-stdlib_3.11.4-1~23.04.2_amd64.deb ... Unpacking libpython3.11-stdlib:amd64 (3.11.4-1~23.04.2) ... Selecting previously unselected package python3.11. Preparing to unpack .../14-python3.11_3.11.4-1~23.04.2_amd64.deb ... Unpacking python3.11 (3.11.4-1~23.04.2) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../04-libk5crypto3_1.20.1-2+deb12u1_amd64.deb ... Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u1) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../05-libkeyutils1_1.6.3-2_amd64.deb ... Unpacking libkeyutils1:amd64 (1.6.3-2) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../06-libkrb5-3_1.20.1-2+deb12u1_amd64.deb ... Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u1) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-2+deb12u1_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u1) ... Selecting previously unselected package libtirpc-common. Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... Unpacking libtirpc-common (1.3.3+ds-1) ... Selecting previously unselected package libtirpc3:amd64. Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ... Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... Get:50 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg2-3ubuntu1.2 [21.1 kB] Get:51 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg2-3ubuntu1.2 [55.6 kB] Get:52 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libldap-2.5-0 arm64 2.5.16+dfsg-0ubuntu0.22.04.1 [181 kB] Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB] Get:54 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libssh-4 arm64 0.9.6-2ubuntu0.22.04.3 [185 kB] Get:55 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl4 arm64 7.81.0-1ubuntu1.15 [285 kB] Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcap2-bin amd64 1:2.44-1ubuntu0.22.04.1 [26.0 kB] Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB] Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu2.2 [4612 B] Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-systemd amd64 249.11-0ubuntu3.12 [203 kB] Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.3 [763 kB] Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB] Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB] Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0ubuntu2 [14.8 kB] Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0ubuntu2 [164 kB] Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB] Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-gi amd64 3.42.1-0ubuntu1 [229 kB] Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB] Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-14 amd64 1.43.0-1ubuntu0.1 [76.7 kB] Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] -------------------------------------------------------------------------------- Total 3.0 MB/s | 37 MB 00:12 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Importing GPG key 0xF4A80EB5: Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) " Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 Package : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64 Importing GPG key 0x305D49D6: Userid : "CentOS AltArch SIG - AArch64 (http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64) " Fingerprint: ef8f 3ca6 6efd f32b 36cd adf7 6c7c b6ef 305d 49d6 Package : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64 Retrieving key from https://download.docker.com/linux/centos/gpg 0 upgraded, 119 newly installed, 0 to remove and 7 not upgraded. Need to get 43.4 MB of archives. After this operation, 154 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libssl3 amd64 3.0.10-1ubuntu2.1 [1930 kB] Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.src.rpm Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7416 files and directories currently installed.) Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... Unpacking python3 (3.7.3-1) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../01-libkeyutils1_1.6-6_amd64.deb ... Unpacking libkeyutils1:amd64 (1.6-6) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../02-libkrb5support0_1.17-3+deb10u6_amd64.deb ... Unpacking libkrb5support0:amd64 (1.17-3+deb10u6) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../03-libk5crypto3_1.17-3+deb10u6_amd64.deb ... Unpacking libk5crypto3:amd64 (1.17-3+deb10u6) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u6_amd64.deb ... Unpacking libkrb5-3:amd64 (1.17-3+deb10u6) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../15-libpython3-stdlib_3.11.2-1_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.11.2-1) ... Setting up python3-minimal (3.11.2-1) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5168 files and directories currently installed.) Preparing to unpack .../00-python3_3.11.2-1_amd64.deb ... Unpacking python3 (3.11.2-1) ... Selecting previously unselected package libargon2-1:amd64. Preparing to unpack .../01-libargon2-1_0~20171227-0.3_amd64.deb ... Selecting previously unselected package libpam-systemd:arm64. Preparing to unpack .../17-libpam-systemd_253.5-1ubuntu6.1_arm64.deb ... Unpacking libpam-systemd:arm64 (253.5-1ubuntu6.1) ... Selecting previously unselected package libxml2:arm64. Preparing to unpack .../18-libxml2_2.9.14+dfsg-1.3_arm64.deb ... Unpacking libxml2:arm64 (2.9.14+dfsg-1.3) ... Selecting previously unselected package libyaml-0-2:arm64. Preparing to unpack .../19-libyaml-0-2_0.2.5-1_arm64.deb ... Unpacking libyaml-0-2:arm64 (0.2.5-1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../20-lsb-release_12.0-2_all.deb ... Unpacking lsb-release (12.0-2) ... Selecting previously unselected package libnsl2:amd64. Preparing to unpack .../10-libnsl2_1.3.0-2_amd64.deb ... Unpacking libnsl2:amd64 (1.3.0-2) ... Selecting previously unselected package readline-common. Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... Unpacking readline-common (8.2-1.3) ... Selecting previously unselected package libreadline8:amd64. Preparing to unpack .../12-libreadline8_8.2-1.3_amd64.deb ... Unpacking libreadline8:amd64 (8.2-1.3) ... Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../13-libsqlite3-0_3.40.1-2_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.40.1-2) ... Selecting previously unselected package libpython3.11-stdlib:amd64. Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-6_amd64.deb ... Unpacking libpython3.11-stdlib:amd64 (3.11.2-6) ... Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 apt-transport-https all 2.4.11 [1510 B] Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.2 [20.5 kB] Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB] Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.16+dfsg-0ubuntu0.22.04.1 [183 kB] Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.3 [186 kB] Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.15 [289 kB] Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.15 [194 kB] Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB] Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB] Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB] Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB] Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu2 [123 kB] Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.5-2ubuntu2 [25.3 kB] Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB] Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB] Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB] Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB] Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB] Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB] Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB] Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB] Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB] Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.15 [284 kB] Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB] Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlb2 amd64 0.3.6-2build1 [67.8 kB] Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libappstream4 amd64 0.15.2-2 [192 kB] Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdw1 amd64 0.186-1build1 [250 kB] Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-bin amd64 2.72.4-0ubuntu2.2 [80.9 kB] Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunwind8 amd64 1.3.2-2build2.1 [54.5 kB] Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer1.0-0 amd64 1.20.3-0ubuntu1 [983 kB] Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB] Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB] Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 polkitd amd64 0.105-33 [80.0 kB] Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkexec amd64 0.105-33 [15.2 kB] Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 policykit-1 amd64 0.105-33 [2426 B] Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB] Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cffi-backend amd64 1.15.0-1build2 [77.4 kB] Get:88 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cryptography amd64 3.4.8-1ubuntu2.1 [236 kB] Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyparsing all 2.4.7-1 [61.4 kB] Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-httplib2 all 0.20.2-2 [30.4 kB] Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB] Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zipp all 1.0.0-3 [5440 B] Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB] Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jeepney all 0.7.1-3 [36.8 kB] Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB] Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-secretstorage all 3.3.1-1 [13.2 kB] Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-keyring all 23.5.0-1 [35.7 kB] Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB] Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB] Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-distro all 1.7.0-1 [17.0 kB] Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB] Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB] Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB] Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB] Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.9 [28.8 kB] Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 packagekit amd64 1.2.5-2ubuntu2 [442 kB] Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.9 [14.1 kB] Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 gnupg2 all 2.2.27-3ubuntu2.1 [5548 B] Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5684 files and directories currently installed.) Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.23_arm64.deb ... Unpacking systemd-sysv (245.4-4ubuntu3.23) ... Selecting previously unselected package openssl. Preparing to unpack .../01-openssl_1.1.1f-1ubuntu2.20_arm64.deb ... Unpacking openssl (1.1.1f-1ubuntu2.20) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../02-ca-certificates_20230311ubuntu0.20.04.1_all.deb ... Unpacking ca-certificates (20230311ubuntu0.20.04.1) ... Selecting previously unselected package libdbus-1-3:arm64. Preparing to unpack .../03-libdbus-1-3_1.12.16-2ubuntu2.3_arm64.deb ... Unpacking libdbus-1-3:arm64 (1.12.16-2ubuntu2.3) ... Selecting previously unselected package dbus. Preparing to unpack .../04-dbus_1.12.16-2ubuntu2.3_arm64.deb ... Unpacking dbus (1.12.16-2ubuntu2.3) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../05-distro-info-data_0.43ubuntu1.15_all.deb ... Unpacking distro-info-data (0.43ubuntu1.15) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u6_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u6) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../06-apt-transport-https_1.8.2.3_all.deb ... Unpacking apt-transport-https (1.8.2.3) ... Selecting previously unselected package openssl. Preparing to unpack .../07-openssl_1.1.1n-0+deb10u6_amd64.deb ... Unpacking openssl (1.1.1n-0+deb10u6) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../08-ca-certificates_20200601~deb10u2_all.deb ... Unpacking ca-certificates (20200601~deb10u2) ... Get:46 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 iso-codes all 4.12.0-1 [3440 kB] Unpacking libargon2-1:amd64 (0~20171227-0.3) ... Selecting previously unselected package libdevmapper1.02.1:amd64. Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_amd64.deb ... Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-1ubuntu1) ... Selecting previously unselected package libjson-c5:amd64. Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... Unpacking libjson-c5:amd64 (0.16-2) ... Selecting previously unselected package libcryptsetup12:amd64. Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-1ubuntu1_amd64.deb ... Unpacking libcryptsetup12:amd64 (2:2.6.1-1ubuntu1) ... Selecting previously unselected package libfdisk1:amd64. Preparing to unpack .../05-libfdisk1_2.38.1-4ubuntu1_amd64.deb ... Unpacking libfdisk1:amd64 (2.38.1-4ubuntu1) ... Selecting previously unselected package libkmod2:amd64. Preparing to unpack .../06-libkmod2_30+20221128-1ubuntu1_amd64.deb ... Unpacking libkmod2:amd64 (30+20221128-1ubuntu1) ... Selecting previously unselected package libapparmor1:amd64. Preparing to unpack .../07-libapparmor1_3.0.8-1ubuntu2.1_amd64.deb ... Unpacking libapparmor1:amd64 (3.0.8-1ubuntu2.1) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../21-python-apt-common_2.6.0ubuntu1_all.deb ... Unpacking python-apt-common (2.6.0ubuntu1) ... Selecting previously unselected package python3-apt. Preparing to unpack .../22-python3-apt_2.6.0ubuntu1_arm64.deb ... Unpacking python3-apt (2.6.0ubuntu1) ... Selecting previously unselected package python3-cffi-backend:arm64. Preparing to unpack .../23-python3-cffi-backend_1.15.1-5build1_arm64.deb ... Unpacking python3-cffi-backend:arm64 (1.15.1-5build1) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../24-python3-dbus_1.3.2-5_arm64.deb ... Unpacking python3-dbus (1.3.2-5) ... Selecting previously unselected package python3-gi. Preparing to unpack .../25-python3-gi_3.46.0-1_arm64.deb ... Unpacking python3-gi (3.46.0-1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../26-python3-pkg-resources_68.1.2-2_all.deb ... Unpacking python3-pkg-resources (68.1.2-2) ... Selecting previously unselected package libnghttp2-14:arm64. Preparing to unpack .../27-libnghttp2-14_1.55.1-1ubuntu0.1_arm64.deb ... Unpacking libnghttp2-14:arm64 (1.55.1-1ubuntu0.1) ... Selecting previously unselected package python3.11. Preparing to unpack .../15-python3.11_3.11.2-6_amd64.deb ... Unpacking python3.11 (3.11.2-6) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../16-libpython3-stdlib_3.11.2-1+b1_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ... Setting up python3-minimal (3.11.2-1+b1) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 38.7 MB in 2s (17.4 MB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../libsystemd0_249.11-0ubuntu3.12_amd64.deb ... Unpacking libsystemd0:amd64 (249.11-0ubuntu3.12) over (249.11-0ubuntu3.11) ... Setting up libsystemd0:amd64 (249.11-0ubuntu3.12) ... Selecting previously unselected package libpython3.10-minimal:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.3_amd64.deb ... Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.3) ... Get:56 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 curl arm64 7.81.0-1ubuntu1.15 [190 kB] Selecting previously unselected package libglib2.0-0:arm64. Preparing to unpack .../06-libglib2.0-0_2.64.6-1~ubuntu20.04.6_arm64.deb ... Unpacking libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.6) ... Selecting previously unselected package libgirepository-1.0-1:arm64. Preparing to unpack .../07-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_arm64.deb ... Unpacking libgirepository-1.0-1:arm64 (1.64.1-1~ubuntu20.04.1) ... Selecting previously unselected package gir1.2-glib-2.0:arm64. Preparing to unpack .../08-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_arm64.deb ... Unpacking gir1.2-glib-2.0:arm64 (1.64.1-1~ubuntu20.04.1) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../09-libcap2-bin_1%3a2.32-1ubuntu0.1_arm64.deb ... Unpacking libcap2-bin (1:2.32-1ubuntu0.1) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../09-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../10-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... Selecting previously unselected package libldap-common. Preparing to unpack .../11-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ... Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ... Selecting previously unselected package libldap-2.4-2:amd64. Preparing to unpack .../12-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ... Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../13-libnghttp2-14_1.36.0-2+deb10u2_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u2) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../14-libpsl5_0.20.2-2_amd64.deb ... Unpacking libpsl5:amd64 (0.20.2-2) ... Get:2 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpython3.11-minimal amd64 3.11.6-3 [839 kB] Get:3 http://archive.ubuntu.com/ubuntu mantic/main amd64 libexpat1 amd64 2.5.0-2 [85.2 kB] Get:4 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3.11-minimal amd64 3.11.6-3 [2196 kB] Dependencies resolved. ================================================================================================== Package Arch Version Repository Size ================================================================================================== Installing: docker-buildx-plugin x86_64 0.12.1-0.el8 @commandline 13 M docker-ce x86_64 3:0.0.0~20240120124445.f18a476-0.el8 @commandline 26 M docker-ce-cli x86_64 1:0.0.0~20240120124445.f18a476-0.el8 @commandline 7.3 M docker-ce-rootless-extras x86_64 0.0.0~20240120124445.f18a476-0.el8 @commandline 5.0 M docker-compose-plugin x86_64 2.24.2-0.el8 @commandline 13 M Installing dependencies: checkpolicy x86_64 2.9-1.el8 baseos 348 k container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k containerd.io x86_64 1.6.27-3.1.el8 docker-ce-test 35 M diffutils x86_64 3.6-6.el8 baseos 358 k fuse-common x86_64 3.3.0-17.el8 baseos 22 k fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k fuse3 x86_64 3.3.0-17.el8 baseos 54 k fuse3-libs x86_64 3.3.0-17.el8 baseos 95 k iptables x86_64 1.8.5-11.el8 baseos 671 k iptables-libs x86_64 1.8.5-11.el8 baseos 103 k libcgroup x86_64 0.41-19.el8 baseos 70 k libibverbs x86_64 48.0-1.el8 baseos 414 k libnetfilter_conntrack x86_64 1.0.6-5.el8 baseos 65 k libnfnetlink x86_64 1.0.1-13.el8 baseos 33 k libnftnl x86_64 1.2.2-3.el8 baseos 87 k libnl3 x86_64 3.7.0-1.el8 baseos 337 k libpcap x86_64 14:1.9.1-5.el8 baseos 169 k libselinux-utils x86_64 2.9-8.el8 baseos 243 k libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k policycoreutils x86_64 2.9-24.el8 baseos 409 k policycoreutils-python-utils noarch 2.9-24.el8 baseos 260 k python3-audit x86_64 3.1.2-1.el8 baseos 88 k python3-libselinux x86_64 2.9-8.el8 baseos 283 k python3-libsemanage x86_64 2.9-9.el8 baseos 128 k python3-policycoreutils noarch 2.9-24.el8 baseos 2.3 M python3-setools x86_64 4.3.0-5.el8 baseos 627 k rpm-plugin-selinux x86_64 4.14.3-31.el8 baseos 78 k selinux-policy noarch 3.14.3-134.el8 baseos 667 k selinux-policy-targeted noarch 3.14.3-134.el8 baseos 16 M slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k Enabling module streams: container-tools rhel8 Transaction Summary ================================================================================================== Install 35 Packages Total size: 123 M Total download size: 59 M Installed size: 446 M Downloading Packages: Selecting previously unselected package libip4tc2:amd64. Preparing to unpack .../08-libip4tc2_1.8.7-1ubuntu7_amd64.deb ... Unpacking libip4tc2:amd64 (1.8.7-1ubuntu7) ... Selecting previously unselected package libsystemd-shared:amd64. Preparing to unpack .../09-libsystemd-shared_252.5-2ubuntu3.2_amd64.deb ... Unpacking libsystemd-shared:amd64 (252.5-2ubuntu3.2) ... Selecting previously unselected package systemd. Preparing to unpack .../10-systemd_252.5-2ubuntu3.2_amd64.deb ... Unpacking systemd (252.5-2ubuntu3.2) ... Selecting previously unselected package python3. Selecting previously unselected package libpsl5:arm64. Preparing to unpack .../28-libpsl5_0.21.2-1_arm64.deb ... Unpacking libpsl5:arm64 (0.21.2-1) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7948 files and directories currently installed.) Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ... Unpacking python3 (3.11.2-1+b1) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../29-apt-transport-https_2.7.3_all.deb ... Unpacking apt-transport-https (2.7.3) ... Selecting previously unselected package sgml-base. Preparing to unpack .../01-sgml-base_1.31_all.deb ... Unpacking sgml-base (1.31) ... Selecting previously unselected package libbrotli1:arm64. Preparing to unpack .../30-libbrotli1_1.0.9-2build8_arm64.deb ... Unpacking libbrotli1:arm64 (1.0.9-2build8) ... Selecting previously unselected package openssl. Preparing to unpack .../02-openssl_3.0.11-1~deb12u2_amd64.deb ... Unpacking openssl (3.0.11-1~deb12u2) ... Selecting previously unselected package libsasl2-modules-db:arm64. Preparing to unpack .../31-libsasl2-modules-db_2.1.28+dfsg1-3_arm64.deb ... Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg1-3) ... Selecting previously unselected package libsasl2-2:arm64. Preparing to unpack .../32-libsasl2-2_2.1.28+dfsg1-3_arm64.deb ... Unpacking libsasl2-2:arm64 (2.1.28+dfsg1-3) ... Selecting previously unselected package libldap2:arm64. Preparing to unpack .../33-libldap2_2.6.6+dfsg-1~exp1ubuntu1_arm64.deb ... Unpacking libldap2:arm64 (2.6.6+dfsg-1~exp1ubuntu1) ... Selecting previously unselected package librtmp1:arm64. Preparing to unpack .../34-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ... Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_amd64.deb ... Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.2) ... Selecting previously unselected package python3.10-minimal. Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.3_amd64.deb ... Unpacking python3.10-minimal (3.10.12-1~22.04.3) ... Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.3) ... Setting up libexpat1:amd64 (2.4.7-1ubuntu0.2) ... Setting up python3.10-minimal (3.10.12-1~22.04.3) ... Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libassuan0 arm64 2.5.5-1build1 [36.5 kB] Get:58 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgconf arm64 2.2.27-3ubuntu2.1 [92.5 kB] Get:59 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libksba8 arm64 1.6.0-2ubuntu0.2 [117 kB] Get:60 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnpth0 arm64 1.6-3build2 [8156 B] Get:61 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dirmngr arm64 2.2.27-3ubuntu2.1 [289 kB] Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../15-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... Selecting previously unselected package libssh2-1:amd64. Preparing to unpack .../16-libssh2-1_1.8.0-2.1+deb10u1_amd64.deb ... Unpacking libssh2-1:amd64 (1.8.0-2.1+deb10u1) ... Selecting previously unselected package libcurl4:amd64. Selecting previously unselected package libelf1:arm64. Preparing to unpack .../17-libcurl4_7.64.0-4+deb10u8_amd64.deb ... Unpacking libcurl4:amd64 (7.64.0-4+deb10u8) ... Preparing to unpack .../10-libelf1_0.176-1.1ubuntu0.1_arm64.deb ... Unpacking libelf1:arm64 (0.176-1.1ubuntu0.1) ... Selecting previously unselected package curl. Preparing to unpack .../18-curl_7.64.0-4+deb10u8_amd64.deb ... Selecting previously unselected package libglib2.0-data. Unpacking curl (7.64.0-4+deb10u8) ... Selecting previously unselected package libassuan0:amd64. Preparing to unpack .../11-libglib2.0-data_2.64.6-1~ubuntu20.04.6_all.deb ... Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.6) ... Preparing to unpack .../19-libassuan0_2.5.2-1_amd64.deb ... Unpacking libassuan0:amd64 (2.5.2-1) ... Selecting previously unselected package gpgconf. Selecting previously unselected package tzdata. Preparing to unpack .../12-tzdata_2023d-0ubuntu0.20.04_all.deb ... Unpacking tzdata (2023d-0ubuntu0.20.04) ... Preparing to unpack .../20-gpgconf_2.2.12-1+deb10u2_amd64.deb ... Unpacking gpgconf (2.2.12-1+deb10u2) ... + return # Build the CLI cd /go/src/github.com/docker/cli && VERSION=0.0.0-20240120124445-f18a476 GITCOMMIT=f18a476 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages Building dynamic docker-linux-arm-v6 + go build -o build/docker-linux-arm-v6 -tags pkcs11 -ldflags -X "github.com/docker/cli/cli/version.GitCommit=f18a476" -X "github.com/docker/cli/cli/version.BuildTime=2024-01-22T21:42:24Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20240120124445-f18a476" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker Get:5 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-minimal amd64 3.11.4-5 [26.8 kB] Get:6 http://archive.ubuntu.com/ubuntu mantic/main amd64 media-types all 10.1.0 [27.5 kB] Get:7 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 tzdata all 2023d-0ubuntu0.23.10 [274 kB] Get:8 http://archive.ubuntu.com/ubuntu mantic/main amd64 libkrb5support0 amd64 1.20.1-3ubuntu1 [33.0 kB] Get:9 http://archive.ubuntu.com/ubuntu mantic/main amd64 libk5crypto3 amd64 1.20.1-3ubuntu1 [81.3 kB] Get:10 http://archive.ubuntu.com/ubuntu mantic/main amd64 libkeyutils1 amd64 1.6.3-2 [9356 B] Get:11 http://archive.ubuntu.com/ubuntu mantic/main amd64 libkrb5-3 amd64 1.20.1-3ubuntu1 [346 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libcap2-bin arm64 1:2.66-3ubuntu2.1 [33.4 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libelf1 arm64 0.188-2.1 [53.4 kB] Setting up libargon2-1:amd64 (0~20171227-0.3) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.185-1ubuntu1) ... Setting up libjson-c5:amd64 (0.16-2) ... Setting up libcryptsetup12:amd64 (2:2.6.1-1ubuntu1) ... Setting up libfdisk1:amd64 (2.38.1-4ubuntu1) ... Setting up libkmod2:amd64 (30+20221128-1ubuntu1) ... Setting up libapparmor1:amd64 (3.0.8-1ubuntu2.1) ... Setting up libip4tc2:amd64 (1.8.7-1ubuntu7) ... Setting up libsystemd-shared:amd64 (252.5-2ubuntu3.2) ... Setting up systemd (252.5-2ubuntu3.2) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. /usr/lib/tmpfiles.d/systemd-network.conf:10: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:11: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:12: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:13: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:23: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:28: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:29: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:30: Failed to resolve group 'systemd-journal'. Creating group 'systemd-journal' with GID 999. Creating group 'systemd-network' with GID 998. Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6042 files and directories currently installed.) Preparing to unpack .../systemd-sysv_252.5-2ubuntu3.2_amd64.deb ... Selecting previously unselected package ca-certificates. Preparing to unpack .../03-ca-certificates_20230311_all.deb ... Unpacking ca-certificates (20230311) ... Selecting previously unselected package libpam-systemd:amd64. Preparing to unpack .../04-libpam-systemd_252.19-1~deb12u1_amd64.deb ... Unpacking libpam-systemd:amd64 (252.19-1~deb12u1) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../05-apt-transport-https_2.6.1_all.deb ... Unpacking apt-transport-https (2.6.1) ... Selecting previously unselected package libssh-4:arm64. Preparing to unpack .../35-libssh-4_0.10.5-3ubuntu1.2_arm64.deb ... Unpacking libssh-4:arm64 (0.10.5-3ubuntu1.2) ... Selecting previously unselected package libcurl4:arm64. Preparing to unpack .../36-libcurl4_8.2.1-1ubuntu3.2_arm64.deb ... Unpacking libcurl4:arm64 (8.2.1-1ubuntu3.2) ... Selecting previously unselected package curl. Preparing to unpack .../37-curl_8.2.1-1ubuntu3.2_arm64.deb ... Unpacking curl (8.2.1-1ubuntu3.2) ... Selecting previously unselected package libassuan0:arm64. Preparing to unpack .../38-libassuan0_2.5.6-1_arm64.deb ... Unpacking libassuan0:arm64 (2.5.6-1) ... Selecting previously unselected package gpgconf. Preparing to unpack .../39-gpgconf_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking gpgconf (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libksba8:arm64. Preparing to unpack .../40-libksba8_1.6.4-2_arm64.deb ... Unpacking libksba8:arm64 (1.6.4-2) ... Selecting previously unselected package libnpth0:arm64. Preparing to unpack .../41-libnpth0_1.6-3build2_arm64.deb ... Unpacking libnpth0:arm64 (1.6-3build2) ... Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackagekit-glib2-18 arm64 1.2.5-2ubuntu2 [116 kB] Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.5-2ubuntu2 [25.3 kB] Get:64 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB] Get:65 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-utils arm64 2.2.27-3ubuntu2.1 [304 kB] Get:66 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg arm64 2.2.27-3ubuntu2.1 [506 kB] Selecting previously unselected package lsb-base. Preparing to unpack .../21-lsb-base_10.2019051400_all.deb ... Unpacking lsb-base (10.2019051400) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../22-libksba8_1.3.5-2+deb10u2_amd64.deb ... Unpacking libksba8:amd64 (1.3.5-2+deb10u2) ... Selecting previously unselected package libnpth0:amd64. Preparing to unpack .../23-libnpth0_1.6-1_amd64.deb ... Unpacking libnpth0:amd64 (1.6-1) ... Selecting previously unselected package dirmngr. Preparing to unpack .../24-dirmngr_2.2.12-1+deb10u2_amd64.deb ... Unpacking dirmngr (2.2.12-1+deb10u2) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../25-distro-info-data_0.41+deb10u8_all.deb ... Unpacking distro-info-data (0.41+deb10u8) ... Selecting previously unselected package libicu66:arm64. Preparing to unpack .../13-libicu66_66.1-2ubuntu2.1_arm64.deb ... Unpacking libicu66:arm64 (66.1-2ubuntu2.1) ... Get:12 http://archive.ubuntu.com/ubuntu mantic/main amd64 libgssapi-krb5-2 amd64 1.20.1-3ubuntu1 [142 kB] Get:13 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtirpc-common all 1.3.3+ds-1 [7790 B] Get:14 http://archive.ubuntu.com/ubuntu mantic/main amd64 libtirpc3 amd64 1.3.3+ds-1 [80.9 kB] Get:15 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnsl2 amd64 1.3.0-2build2 [42.3 kB] Get:16 http://archive.ubuntu.com/ubuntu mantic/main amd64 readline-common all 8.2-1.3 [55.7 kB] Get:17 http://archive.ubuntu.com/ubuntu mantic/main amd64 libreadline8 amd64 8.2-1.3 [151 kB] Get:18 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libsqlite3-0 amd64 3.42.0-1ubuntu0.1 [672 kB] Get:19 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpython3.11-stdlib amd64 3.11.6-3 [1917 kB] Get:20 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3.11 amd64 3.11.6-3 [579 kB] Get:21 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpython3-stdlib amd64 3.11.4-5 [9502 B] Get:22 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3 amd64 3.11.4-5 [22.9 kB] Get:23 http://archive.ubuntu.com/ubuntu mantic/main amd64 libargon2-1 amd64 0~20190702+dfsg-3 [20.3 kB] Get:24 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2ubuntu1 [139 kB] + go mod vendor -modfile=vendor.mod Get:49 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libglib2.0-data all 2.76.4-0ubuntu1 [38.7 kB] Get:50 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libicu72 arm64 72.1-3ubuntu2 [10.7 MB] Unpacking systemd-sysv (252.5-2ubuntu3.2) ... Selecting previously unselected package adduser. Preparing to unpack .../adduser_3.129ubuntu1_all.deb ... Unpacking adduser (3.129ubuntu1) ... Setting up adduser (3.129ubuntu1) ... Selecting previously unselected package openssl. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6111 files and directories currently installed.) Preparing to unpack .../00-openssl_3.0.8-1ubuntu1.4_amd64.deb ... Unpacking openssl (3.0.8-1ubuntu1.4) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../01-ca-certificates_20230311ubuntu0.23.04.1_all.deb ... Unpacking ca-certificates (20230311ubuntu0.23.04.1) ... Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../06-libbrotli1_1.0.9-2+b6_amd64.deb ... Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../07-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../08-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... Selecting previously unselected package libldap-2.5-0:amd64. Preparing to unpack .../09-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../10-libnghttp2-14_1.52.0-1+deb12u1_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u1) ... Selecting previously unselected package dirmngr. Preparing to unpack .../42-dirmngr_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking dirmngr (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libpackagekit-glib2-18:arm64. Preparing to unpack .../43-libpackagekit-glib2-18_1.2.7-1_arm64.deb ... Unpacking libpackagekit-glib2-18:arm64 (1.2.7-1) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../44-gir1.2-packagekitglib-1.0_1.2.7-1_arm64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.7-1) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../45-gnupg-l10n_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg-l10n (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../46-gnupg-utils_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking gnupg-utils (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpg. Preparing to unpack .../47-gpg_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking gpg (2.2.40-1.1ubuntu1) ... Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pinentry-curses arm64 1.1.1-1build2 [33.5 kB] Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../26-libglib2.0-0_2.58.3-2+deb10u5_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u5) ... Selecting previously unselected package libgirepository-1.0-1:amd64. Preparing to unpack .../27-libgirepository-1.0-1_1.58.3-2_amd64.deb ... Unpacking libgirepository-1.0-1:amd64 (1.58.3-2) ... Selecting previously unselected package gir1.2-glib-2.0:amd64. Preparing to unpack .../28-gir1.2-glib-2.0_1.58.3-2_amd64.deb ... Unpacking gir1.2-glib-2.0:amd64 (1.58.3-2) ... Get:25 http://archive.ubuntu.com/ubuntu mantic/main amd64 libjson-c5 amd64 0.17-1 [35.2 kB] Get:26 http://archive.ubuntu.com/ubuntu mantic/main amd64 libcryptsetup12 amd64 2:2.6.1-4ubuntu3 [242 kB] Get:27 http://archive.ubuntu.com/ubuntu mantic/main amd64 libfdisk1 amd64 2.39.1-4ubuntu2 [145 kB] Get:28 http://archive.ubuntu.com/ubuntu mantic/main amd64 libkmod2 amd64 30+20230519-1ubuntu3 [51.2 kB] Get:29 http://archive.ubuntu.com/ubuntu mantic/main amd64 libapparmor1 amd64 4.0.0~alpha2-0ubuntu5 [47.6 kB] Get:30 http://archive.ubuntu.com/ubuntu mantic/main amd64 libip4tc2 amd64 1.8.9-2ubuntu2 [22.2 kB] Get:31 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libsystemd-shared amd64 253.5-1ubuntu6.1 [1872 kB] Get:32 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 systemd-dev all 253.5-1ubuntu6.1 [79.5 kB] Get:33 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 systemd amd64 253.5-1ubuntu6.1 [3060 kB] Get:34 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 systemd-sysv amd64 253.5-1ubuntu6.1 [11.5 kB] Get:35 http://archive.ubuntu.com/ubuntu mantic/main amd64 sgml-base all 1.31 [11.4 kB] Get:36 http://archive.ubuntu.com/ubuntu mantic/main amd64 adduser all 3.137ubuntu1 [101 kB] Get:37 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 openssl amd64 3.0.10-1ubuntu2.1 [1188 kB] Get:38 http://archive.ubuntu.com/ubuntu mantic/main amd64 ca-certificates all 20230311ubuntu1 [152 kB] Get:39 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdbus-1-3 amd64 1.14.10-1ubuntu1 [209 kB] Get:40 http://archive.ubuntu.com/ubuntu mantic/main amd64 dbus-bin amd64 1.14.10-1ubuntu1 [39.0 kB] Get:41 http://archive.ubuntu.com/ubuntu mantic/main amd64 dbus-session-bus-common all 1.14.10-1ubuntu1 [79.2 kB] Get:42 http://archive.ubuntu.com/ubuntu mantic/main amd64 dbus-daemon amd64 1.14.10-1ubuntu1 [118 kB] Get:43 http://archive.ubuntu.com/ubuntu mantic/main amd64 dbus-system-bus-common all 1.14.10-1ubuntu1 [80.4 kB] Get:44 http://archive.ubuntu.com/ubuntu mantic/main amd64 dbus amd64 1.14.10-1ubuntu1 [24.5 kB] Get:45 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 distro-info-data all 0.58ubuntu0.2 [6280 B] Get:46 http://archive.ubuntu.com/ubuntu mantic/main amd64 libglib2.0-0 amd64 2.78.0-2 [1525 kB] Get:47 http://archive.ubuntu.com/ubuntu mantic/main amd64 libgirepository-1.0-1 amd64 1.78.1-1 [72.7 kB] Get:48 http://archive.ubuntu.com/ubuntu mantic/main amd64 gir1.2-glib-2.0 amd64 1.78.1-1 [180 kB] Get:49 http://archive.ubuntu.com/ubuntu mantic/main amd64 iso-codes all 4.15.0-1 [3458 kB] Get:50 http://archive.ubuntu.com/ubuntu mantic/main amd64 libcap2-bin amd64 1:2.66-4ubuntu1 [34.2 kB] Get:51 http://archive.ubuntu.com/ubuntu mantic/main amd64 libelf1 amd64 0.189-4 [56.3 kB] Get:52 http://archive.ubuntu.com/ubuntu mantic/main amd64 libglib2.0-data all 2.78.0-2 [40.3 kB] Get:53 http://archive.ubuntu.com/ubuntu mantic/main amd64 libicu72 amd64 72.1-3ubuntu3 [10.8 MB] Selecting previously unselected package libdbus-1-3:amd64. Preparing to unpack .../02-libdbus-1-3_1.14.4-1ubuntu1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.14.4-1ubuntu1) ... Selecting previously unselected package dbus-bin. Preparing to unpack .../03-dbus-bin_1.14.4-1ubuntu1_amd64.deb ... Unpacking dbus-bin (1.14.4-1ubuntu1) ... Selecting previously unselected package dbus-session-bus-common. Preparing to unpack .../04-dbus-session-bus-common_1.14.4-1ubuntu1_all.deb ... Unpacking dbus-session-bus-common (1.14.4-1ubuntu1) ... Selecting previously unselected package dbus-daemon. Preparing to unpack .../05-dbus-daemon_1.14.4-1ubuntu1_amd64.deb ... Unpacking dbus-daemon (1.14.4-1ubuntu1) ... Selecting previously unselected package dbus-system-bus-common. Preparing to unpack .../06-dbus-system-bus-common_1.14.4-1ubuntu1_all.deb ... Unpacking dbus-system-bus-common (1.14.4-1ubuntu1) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../11-libpsl5_0.21.2-1_amd64.deb ... Unpacking libpsl5:amd64 (0.21.2-1) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../12-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... Selecting previously unselected package libssh2-1:amd64. Preparing to unpack .../13-libssh2-1_1.10.0-3+b1_amd64.deb ... Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... Selecting previously unselected package libcurl4:amd64. Preparing to unpack .../14-libcurl4_7.88.1-10+deb12u5_amd64.deb ... Unpacking libcurl4:amd64 (7.88.1-10+deb12u5) ... Selecting previously unselected package curl. Preparing to unpack .../15-curl_7.88.1-10+deb12u5_amd64.deb ... Unpacking curl (7.88.1-10+deb12u5) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../48-pinentry-curses_1.2.1-1ubuntu1_arm64.deb ... Unpacking pinentry-curses (1.2.1-1ubuntu1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../49-gpg-agent_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking gpg-agent (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../50-gpg-wks-client_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking gpg-wks-client (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../51-gpg-wks-server_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking gpg-wks-server (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpgsm. Preparing to unpack .../52-gpgsm_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking gpgsm (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gnupg. Preparing to unpack .../53-gnupg_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libcurl3-gnutls:arm64. Preparing to unpack .../54-libcurl3-gnutls_8.2.1-1ubuntu3.2_arm64.deb ... Unpacking libcurl3-gnutls:arm64 (8.2.1-1ubuntu3.2) ... Get:68 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-agent arm64 2.2.27-3ubuntu2.1 [204 kB] + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ooToGe + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.x86_64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.x86_64/usr/libexec/docker/cli-plugins/docker-buildx + popd + /usr/lib/rpm/check-buildroot ~/rpmbuild/BUILD/src + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.59c59o + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' PASS: docker-buildx version OK + ver=v0.12.1 + test v0.12.1 = v0.12.1 + echo 'PASS: docker-buildx version OK' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-buildx-plugin-0.12.1-0.fc38.x86_64 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.x86_64/usr/libexec/docker/cli-plugins/docker-buildx Provides: docker-buildx-plugin = 0:0.12.1-0.fc38 docker-buildx-plugin(x86-64) = 0:0.12.1-0.fc38 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.12.1-0.fc38.src.rpm (1/30): fuse-overlayfs-1.13-1.module_el8+712+4c 307 kB/s | 70 kB 00:00 (2/30): container-selinux-2.224.0-1.module_el8+ 301 kB/s | 70 kB 00:00 (3/30): libslirp-4.4.0-1.module_el8+712+4cd1bd6 299 kB/s | 70 kB 00:00 (4/30): slirp4netns-1.2.2-1.module_el8+712+4cd1 4.9 MB/s | 56 kB 00:00 (5/30): checkpolicy-2.9-1.el8.x86_64.rpm 25 MB/s | 348 kB 00:00 (6/30): fuse-common-3.3.0-17.el8.x86_64.rpm 2.4 MB/s | 22 kB 00:00 (7/30): diffutils-3.6-6.el8.x86_64.rpm 19 MB/s | 358 kB 00:00 (8/30): fuse3-3.3.0-17.el8.x86_64.rpm 4.5 MB/s | 54 kB 00:00 (9/30): fuse3-libs-3.3.0-17.el8.x86_64.rpm 7.7 MB/s | 95 kB 00:00 (10/30): iptables-libs-1.8.5-11.el8.x86_64.rpm 14 MB/s | 103 kB 00:00 (11/30): libcgroup-0.41-19.el8.x86_64.rpm 9.3 MB/s | 70 kB 00:00 (12/30): iptables-1.8.5-11.el8.x86_64.rpm 26 MB/s | 671 kB 00:00 (13/30): libnetfilter_conntrack-1.0.6-5.el8.x86 4.4 MB/s | 65 kB 00:00 (14/30): libnfnetlink-1.0.1-13.el8.x86_64.rpm 4.7 MB/s | 33 kB 00:00 (15/30): libnftnl-1.2.2-3.el8.x86_64.rpm 13 MB/s | 87 kB 00:00 (16/30): libibverbs-48.0-1.el8.x86_64.rpm 13 MB/s | 414 kB 00:00 (17/30): libpcap-1.9.1-5.el8.x86_64.rpm 16 MB/s | 169 kB 00:00 (18/30): libnl3-3.7.0-1.el8.x86_64.rpm 16 MB/s | 337 kB 00:00 (19/30): libselinux-utils-2.9-8.el8.x86_64.rpm 14 MB/s | 243 kB 00:00 (20/30): policycoreutils-python-utils-2.9-24.el 23 MB/s | 260 kB 00:00 (21/30): policycoreutils-2.9-24.el8.x86_64.rpm 15 MB/s | 409 kB 00:00 (22/30): python3-audit-3.1.2-1.el8.x86_64.rpm 4.7 MB/s | 88 kB 00:00 (23/30): python3-libselinux-2.9-8.el8.x86_64.rp 15 MB/s | 283 kB 00:00 (24/30): python3-libsemanage-2.9-9.el8.x86_64.r 8.9 MB/s | 128 kB 00:00 (25/30): rpm-plugin-selinux-4.14.3-31.el8.x86_6 12 MB/s | 78 kB 00:00 (26/30): python3-setools-4.3.0-5.el8.x86_64.rpm 30 MB/s | 627 kB 00:00 Selecting previously unselected package libpackagekit-glib2-18:amd64. Preparing to unpack .../29-libpackagekit-glib2-18_1.1.12-5_amd64.deb ... Unpacking libpackagekit-glib2-18:amd64 (1.1.12-5) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../30-gir1.2-packagekitglib-1.0_1.1.12-5_amd64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../31-gnupg-l10n_2.2.12-1+deb10u2_all.deb ... Unpacking gnupg-l10n (2.2.12-1+deb10u2) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../32-gnupg-utils_2.2.12-1+deb10u2_amd64.deb ... Unpacking gnupg-utils (2.2.12-1+deb10u2) ... Get:54 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libpam-systemd amd64 253.5-1ubuntu6.1 [211 kB] Get:55 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxml2 amd64 2.9.14+dfsg-1.3 [764 kB] Get:56 http://archive.ubuntu.com/ubuntu mantic/main amd64 libyaml-0-2 amd64 0.2.5-1 [52.8 kB] Get:57 http://archive.ubuntu.com/ubuntu mantic/main amd64 lsb-release all 12.0-2 [6564 B] Get:58 http://archive.ubuntu.com/ubuntu mantic/main amd64 python-apt-common all 2.6.0ubuntu1 [18.1 kB] Get:59 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-apt amd64 2.6.0ubuntu1 [165 kB] Get:60 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-cffi-backend amd64 1.15.1-5build1 [76.0 kB] Get:61 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-dbus amd64 1.3.2-5 [99.0 kB] Get:62 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-gi amd64 3.46.0-1 [229 kB] Get:63 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-pkg-resources all 68.1.2-2 [167 kB] Get:64 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libnghttp2-14 amd64 1.55.1-1ubuntu0.1 [73.2 kB] Get:65 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpsl5 amd64 0.21.2-1 [59.0 kB] Get:66 http://archive.ubuntu.com/ubuntu mantic/universe amd64 apt-transport-https all 2.7.3 [3962 B] Get:67 http://archive.ubuntu.com/ubuntu mantic/main amd64 libbrotli1 amd64 1.0.9-2build8 [309 kB] Get:68 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg1-3 [20.2 kB] Get:69 http://archive.ubuntu.com/ubuntu mantic/main amd64 libsasl2-2 amd64 2.1.28+dfsg1-3 [53.4 kB] Get:70 http://archive.ubuntu.com/ubuntu mantic/main amd64 libldap2 amd64 2.6.6+dfsg-1~exp1ubuntu1 [193 kB] Get:71 http://archive.ubuntu.com/ubuntu mantic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] Get:72 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libssh-4 amd64 0.10.5-3ubuntu1.2 [188 kB] Get:73 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libcurl4 amd64 8.2.1-1ubuntu3.2 [319 kB] Get:74 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 curl amd64 8.2.1-1ubuntu3.2 [216 kB] Get:75 http://archive.ubuntu.com/ubuntu mantic/main amd64 libassuan0 amd64 2.5.6-1 [37.8 kB] Get:76 http://archive.ubuntu.com/ubuntu mantic/main amd64 gpgconf amd64 2.2.40-1.1ubuntu1 [96.3 kB] Get:77 http://archive.ubuntu.com/ubuntu mantic/main amd64 libksba8 amd64 1.6.4-2 [121 kB] Get:78 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] Get:79 http://archive.ubuntu.com/ubuntu mantic/main amd64 dirmngr amd64 2.2.40-1.1ubuntu1 [305 kB] Get:80 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpackagekit-glib2-18 amd64 1.2.7-1 [121 kB] Get:81 http://archive.ubuntu.com/ubuntu mantic/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.7-1 [25.4 kB] Get:82 http://archive.ubuntu.com/ubuntu mantic/main amd64 gnupg-l10n all 2.2.40-1.1ubuntu1 [56.2 kB] Get:83 http://archive.ubuntu.com/ubuntu mantic/main amd64 gnupg-utils amd64 2.2.40-1.1ubuntu1 [313 kB] Get:84 http://archive.ubuntu.com/ubuntu mantic/main amd64 gpg amd64 2.2.40-1.1ubuntu1 [523 kB] Get:85 http://archive.ubuntu.com/ubuntu mantic/main amd64 pinentry-curses amd64 1.2.1-1ubuntu1 [34.6 kB] Get:86 http://archive.ubuntu.com/ubuntu mantic/main amd64 gpg-agent amd64 2.2.40-1.1ubuntu1 [216 kB] Get:87 http://archive.ubuntu.com/ubuntu mantic/main amd64 gpg-wks-client amd64 2.2.40-1.1ubuntu1 [66.1 kB] Get:88 http://archive.ubuntu.com/ubuntu mantic/main amd64 gpg-wks-server amd64 2.2.40-1.1ubuntu1 [59.2 kB] Get:89 http://archive.ubuntu.com/ubuntu mantic/main amd64 gpgsm amd64 2.2.40-1.1ubuntu1 [206 kB] Get:90 http://archive.ubuntu.com/ubuntu mantic/main amd64 gnupg all 2.2.40-1.1ubuntu1 [319 kB] Get:91 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 libcurl3-gnutls amd64 8.2.1-1ubuntu3.2 [313 kB] Get:92 http://archive.ubuntu.com/ubuntu mantic/main amd64 libstemmer0d amd64 2.2.0-4 [160 kB] Get:93 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxmlb2 amd64 0.3.10-2 [64.6 kB] Get:94 http://archive.ubuntu.com/ubuntu mantic/main amd64 libappstream4 amd64 0.16.2-1 [218 kB] Get:95 http://archive.ubuntu.com/ubuntu mantic/main amd64 libduktape207 amd64 2.7.0+tests-0ubuntu2 [144 kB] Get:96 http://archive.ubuntu.com/ubuntu mantic/main amd64 libdw1 amd64 0.189-4 [257 kB] Get:97 http://archive.ubuntu.com/ubuntu mantic/main amd64 libglib2.0-bin amd64 2.78.0-2 [95.3 kB] Get:98 http://archive.ubuntu.com/ubuntu mantic/main amd64 libunwind8 amd64 1.6.2-3 [55.7 kB] Get:99 http://archive.ubuntu.com/ubuntu mantic/main amd64 libgstreamer1.0-0 amd64 1.22.5-1 [986 kB] Get:100 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpolkit-gobject-1-0 amd64 123-1 [45.5 kB] Get:101 http://archive.ubuntu.com/ubuntu mantic/main amd64 libpolkit-agent-1-0 amd64 123-1 [17.6 kB] Get:102 http://archive.ubuntu.com/ubuntu mantic/main amd64 xml-core all 0.18+nmu1 [21.6 kB] Get:103 http://archive.ubuntu.com/ubuntu mantic/main amd64 polkitd amd64 123-1 [93.5 kB] Get:104 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-blinker all 1.6.2-1 [15.1 kB] Get:105 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 python3-cryptography amd64 38.0.4-4ubuntu0.23.10.1 [686 kB] Get:106 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-pyparsing all 3.1.0-1 [86.4 kB] Get:107 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-httplib2 all 0.20.4-3 [30.4 kB] Get:108 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-jwt all 2.7.0-1 [20.9 kB] Get:109 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-lazr.uri all 1.0.6-3 [13.5 kB] Get:110 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-wadllib all 1.3.6-5 [35.9 kB] Get:111 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-distro all 1.8.0-1 [17.4 kB] Get:112 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-oauthlib all 3.2.2-1 [89.7 kB] Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ... Unpacking python3-minimal (3.10.6-1~22.04) ... Selecting previously unselected package media-types. Preparing to unpack .../1-media-types_7.0.0_all.deb ... Unpacking media-types (7.0.0) ... Selecting previously unselected package libmpdec3:amd64. Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... Unpacking libmpdec3:amd64 (2.5.1-2build2) ... Selecting previously unselected package readline-common. Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ... Unpacking readline-common (8.1.2-1) ... Selecting previously unselected package libreadline8:amd64. Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ... Unpacking libreadline8:amd64 (8.1.2-1) ... Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.3_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ... Selecting previously unselected package libpython3.10-stdlib:amd64. Preparing to unpack .../6-libpython3.10-stdlib_3.10.12-1~22.04.3_amd64.deb ... Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.3) ... Selecting previously unselected package python3.10. Preparing to unpack .../7-python3.10_3.10.12-1~22.04.3_amd64.deb ... Selecting previously unselected package libpam-systemd:arm64. Preparing to unpack .../14-libpam-systemd_245.4-4ubuntu3.23_arm64.deb ... Unpacking libpam-systemd:arm64 (245.4-4ubuntu3.23) ... Selecting previously unselected package libxml2:arm64. Preparing to unpack .../15-libxml2_2.9.10+dfsg-5ubuntu0.20.04.6_arm64.deb ... Unpacking libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.6) ... Selecting previously unselected package libyaml-0-2:arm64. Preparing to unpack .../16-libyaml-0-2_0.2.2-1_arm64.deb ... Selecting previously unselected package dbus. Preparing to unpack .../07-dbus_1.14.4-1ubuntu1_amd64.deb ... Unpacking dbus (1.14.4-1ubuntu1) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../08-distro-info-data_0.57ubuntu0.3_all.deb ... Unpacking distro-info-data (0.57ubuntu0.3) ... Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../09-libglib2.0-0_2.76.4-0ubuntu1_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.76.4-0ubuntu1) ... Selecting previously unselected package libgirepository-1.0-1:amd64. Preparing to unpack .../10-libgirepository-1.0-1_1.76.1-1_amd64.deb ... Unpacking libgirepository-1.0-1:amd64 (1.76.1-1) ... Selecting previously unselected package gir1.2-glib-2.0:amd64. Preparing to unpack .../11-gir1.2-glib-2.0_1.76.1-1_amd64.deb ... Unpacking gir1.2-glib-2.0:amd64 (1.76.1-1) ... Selecting previously unselected package iso-codes. Preparing to unpack .../12-iso-codes_4.12.0-1_all.deb ... Unpacking iso-codes (4.12.0-1) ... Selecting previously unselected package libassuan0:amd64. Preparing to unpack .../16-libassuan0_2.5.5-5_amd64.deb ... Unpacking libassuan0:amd64 (2.5.5-5) ... Selecting previously unselected package gpgconf. Preparing to unpack .../17-gpgconf_2.2.40-1.1_amd64.deb ... Unpacking gpgconf (2.2.40-1.1) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../18-libksba8_1.6.3-2_amd64.deb ... Unpacking libksba8:amd64 (1.6.3-2) ... Selecting previously unselected package libnpth0:amd64. Preparing to unpack .../19-libnpth0_1.6-3_amd64.deb ... Unpacking libnpth0:amd64 (1.6-3) ... Selecting previously unselected package dirmngr. Preparing to unpack .../20-dirmngr_2.2.40-1.1_amd64.deb ... Unpacking dirmngr (2.2.40-1.1) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../21-distro-info-data_0.58+deb12u1_all.deb ... Selecting previously unselected package libstemmer0d:arm64. Preparing to unpack .../55-libstemmer0d_2.2.0-4_arm64.deb ... Unpacking libstemmer0d:arm64 (2.2.0-4) ... Selecting previously unselected package libxmlb2:arm64. Preparing to unpack .../56-libxmlb2_0.3.10-2_arm64.deb ... Unpacking libxmlb2:arm64 (0.3.10-2) ... Selecting previously unselected package libappstream4:arm64. Preparing to unpack .../57-libappstream4_0.16.2-1_arm64.deb ... Unpacking libappstream4:arm64 (0.16.2-1) ... Selecting previously unselected package libduktape207:arm64. Preparing to unpack .../58-libduktape207_2.7.0+tests-0ubuntu2_arm64.deb ... Unpacking libduktape207:arm64 (2.7.0+tests-0ubuntu2) ... Selecting previously unselected package libdw1:arm64. Preparing to unpack .../59-libdw1_0.189-4_arm64.deb ... Unpacking libdw1:arm64 (0.189-4) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../60-libglib2.0-bin_2.78.0-2_arm64.deb ... Unpacking libglib2.0-bin (2.78.0-2) ... Get:51 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libpam-systemd arm64 252.5-2ubuntu3.2 [201 kB] Get:52 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libxml2 arm64 2.9.14+dfsg-1.1ubuntu0.1 [723 kB] docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye" Get:69 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-client arm64 2.2.27-3ubuntu2.1 [61.4 kB] Get:70 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-server arm64 2.2.27-3ubuntu2.1 [56.8 kB] Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgsm arm64 2.2.27-3ubuntu2.1 [192 kB] Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg all 2.2.27-3ubuntu2.1 [315 kB] Get:73 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl3-gnutls arm64 7.81.0-1ubuntu1.15 [279 kB] (27/30): selinux-policy-3.14.3-134.el8.noarch.r 31 MB/s | 667 kB 00:00 (28/30): python3-policycoreutils-2.9-24.el8.noa 38 MB/s | 2.3 MB 00:00 Selecting previously unselected package gpg. Preparing to unpack .../33-gpg_2.2.12-1+deb10u2_amd64.deb ... Unpacking gpg (2.2.12-1+deb10u2) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../34-pinentry-curses_1.1.0-2_amd64.deb ... Unpacking pinentry-curses (1.1.0-2) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../35-gpg-agent_2.2.12-1+deb10u2_amd64.deb ... Unpacking gpg-agent (2.2.12-1+deb10u2) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../36-gpg-wks-client_2.2.12-1+deb10u2_amd64.deb ... Unpacking gpg-wks-client (2.2.12-1+deb10u2) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../37-gpg-wks-server_2.2.12-1+deb10u2_amd64.deb ... Unpacking gpg-wks-server (2.2.12-1+deb10u2) ... Get:113 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-six all 1.16.0-4 [12.4 kB] Unpacking python3.10 (3.10.12-1~22.04.3) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ... Setting up python3-minimal (3.10.6-1~22.04) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5127 files and directories currently installed.) Preparing to unpack .../0-python3_3.10.6-1~22.04_amd64.deb ... Unpacking python3 (3.10.6-1~22.04) ... Unpacking libyaml-0-2:arm64 (0.2.2-1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../17-lsb-release_11.1.0ubuntu2_all.deb ... Unpacking lsb-release (11.1.0ubuntu2) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../18-python3-dbus_1.2.16-1build1_arm64.deb ... Unpacking python3-dbus (1.2.16-1build1) ... Selecting previously unselected package python3-gi. Preparing to unpack .../19-python3-gi_3.36.0-1_arm64.deb ... Unpacking python3-gi (3.36.0-1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../20-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ... Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ... Selecting previously unselected package python3-six. Preparing to unpack .../21-python3-six_1.14.0-2_all.deb ... Unpacking python3-six (1.14.0-2) ... Selecting previously unselected package iso-codes. Preparing to unpack .../22-iso-codes_4.4-1_all.deb ... Unpacking iso-codes (4.4-1) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../13-libcap2-bin_1%3a2.66-3ubuntu2.1_amd64.deb ... Unpacking libcap2-bin (1:2.66-3ubuntu2.1) ... Selecting previously unselected package libelf1:amd64. Preparing to unpack .../14-libelf1_0.188-2.1_amd64.deb ... Unpacking libelf1:amd64 (0.188-2.1) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../15-libglib2.0-data_2.76.4-0ubuntu1_all.deb ... Unpacking libglib2.0-data (2.76.4-0ubuntu1) ... Selecting previously unselected package libicu72:amd64. Preparing to unpack .../16-libicu72_72.1-3ubuntu2_amd64.deb ... Unpacking libicu72:amd64 (72.1-3ubuntu2) ... Unpacking distro-info-data (0.58+deb12u1) ... Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../22-libglib2.0-0_2.74.6-2_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.74.6-2) ... Selecting previously unselected package libgirepository-1.0-1:amd64. Preparing to unpack .../23-libgirepository-1.0-1_1.74.0-3_amd64.deb ... Unpacking libgirepository-1.0-1:amd64 (1.74.0-3) ... Selecting previously unselected package gir1.2-glib-2.0:amd64. Preparing to unpack .../24-gir1.2-glib-2.0_1.74.0-3_amd64.deb ... Unpacking gir1.2-glib-2.0:amd64 (1.74.0-3) ... Selecting previously unselected package libunwind8:arm64. Preparing to unpack .../61-libunwind8_1.6.2-3_arm64.deb ... Unpacking libunwind8:arm64 (1.6.2-3) ... Selecting previously unselected package libgstreamer1.0-0:arm64. Preparing to unpack .../62-libgstreamer1.0-0_1.22.5-1_arm64.deb ... Unpacking libgstreamer1.0-0:arm64 (1.22.5-1) ... Selecting previously unselected package libpolkit-gobject-1-0:arm64. Preparing to unpack .../63-libpolkit-gobject-1-0_123-1_arm64.deb ... Unpacking libpolkit-gobject-1-0:arm64 (123-1) ... Selecting previously unselected package libpolkit-agent-1-0:arm64. Preparing to unpack .../64-libpolkit-agent-1-0_123-1_arm64.deb ... Unpacking libpolkit-agent-1-0:arm64 (123-1) ... Selecting previously unselected package xml-core. Preparing to unpack .../65-xml-core_0.18+nmu1_all.deb ... Unpacking xml-core (0.18+nmu1) ... Get:53 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libyaml-0-2 arm64 0.2.5-1 [51.8 kB] Get:54 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 lsb-release all 12.0-1ubuntu1 [6548 B] Get:55 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python-apt-common all 2.5.3ubuntu1 [18.0 kB] Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstemmer0d arm64 2.2.0-1build1 [166 kB] Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmlb2 arm64 0.3.6-2build1 [66.5 kB] Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libappstream4 arm64 0.15.2-2 [190 kB] Get:77 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdw1 arm64 0.186-1build1 [246 kB] (29/30): selinux-policy-targeted-3.14.3-134.el8 56 MB/s | 16 MB 00:00 Selecting previously unselected package gpgsm. Preparing to unpack .../38-gpgsm_2.2.12-1+deb10u2_amd64.deb ... Unpacking gpgsm (2.2.12-1+deb10u2) ... Selecting previously unselected package gnupg. Preparing to unpack .../39-gnupg_2.2.12-1+deb10u2_all.deb ... Unpacking gnupg (2.2.12-1+deb10u2) ... Selecting previously unselected package gnupg2. Preparing to unpack .../40-gnupg2_2.2.12-1+deb10u2_all.deb ... Unpacking gnupg2 (2.2.12-1+deb10u2) ... Selecting previously unselected package iso-codes. Preparing to unpack .../41-iso-codes_4.2-1_all.deb ... Unpacking iso-codes (4.2-1) ... Get:114 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-lazr.restfulclient all 0.14.5-1 [50.7 kB] Get:115 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-launchpadlib all 1.11.0-1 [125 kB] Get:116 http://archive.ubuntu.com/ubuntu mantic/main amd64 python3-software-properties all 0.99.39 [28.6 kB] Get:117 http://archive.ubuntu.com/ubuntu mantic/main amd64 packagekit amd64 1.2.7-1 [434 kB] Get:118 http://archive.ubuntu.com/ubuntu mantic/main amd64 software-properties-common all 0.99.39 [14.3 kB] Get:119 http://archive.ubuntu.com/ubuntu mantic/universe amd64 gnupg2 all 2.2.40-1.1ubuntu1 [4462 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 43.4 MB in 2s (18.0 MB/s) Selecting previously unselected package libapparmor1:amd64. Preparing to unpack .../1-libapparmor1_3.0.4-2ubuntu2.3_amd64.deb ... Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.3) ... Selecting previously unselected package libargon2-1:amd64. Preparing to unpack .../2-libargon2-1_0~20171227-0.3_amd64.deb ... Unpacking libargon2-1:amd64 (0~20171227-0.3) ... Selecting previously unselected package libdevmapper1.02.1:amd64. Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ... Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ... Selecting previously unselected package libjson-c5:amd64. Preparing to unpack .../4-libjson-c5_0.15-3~ubuntu1.22.04.2_amd64.deb ... Unpacking libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... Selecting previously unselected package libcryptsetup12:amd64. Preparing to unpack .../5-libcryptsetup12_2%3a2.4.3-1ubuntu1.2_amd64.deb ... Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.2) ... Selecting previously unselected package libpam-systemd:amd64. Preparing to unpack .../17-libpam-systemd_252.5-2ubuntu3.2_amd64.deb ... Unpacking libpam-systemd:amd64 (252.5-2ubuntu3.2) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../18-libxml2_2.9.14+dfsg-1.1ubuntu0.1_amd64.deb ... Unpacking libxml2:amd64 (2.9.14+dfsg-1.1ubuntu0.1) ... Selecting previously unselected package libpackagekit-glib2-18:amd64. Preparing to unpack .../25-libpackagekit-glib2-18_1.2.6-5_amd64.deb ... Unpacking libpackagekit-glib2-18:amd64 (1.2.6-5) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../26-gir1.2-packagekitglib-1.0_1.2.6-5_amd64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.6-5) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../27-gnupg-l10n_2.2.40-1.1_all.deb ... Unpacking gnupg-l10n (2.2.40-1.1) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../28-gnupg-utils_2.2.40-1.1_amd64.deb ... Unpacking gnupg-utils (2.2.40-1.1) ... Selecting previously unselected package polkitd. Preparing to unpack .../66-polkitd_123-1_arm64.deb ... Unpacking polkitd (123-1) ... Selecting previously unselected package python3-blinker. Preparing to unpack .../67-python3-blinker_1.6.2-1_all.deb ... Unpacking python3-blinker (1.6.2-1) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../68-python3-cryptography_38.0.4-4ubuntu0.23.10.1_arm64.deb ... Unpacking python3-cryptography (38.0.4-4ubuntu0.23.10.1) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../69-python3-pyparsing_3.1.0-1_all.deb ... Unpacking python3-pyparsing (3.1.0-1) ... Selecting previously unselected package python3-httplib2. Preparing to unpack .../70-python3-httplib2_0.20.4-3_all.deb ... Unpacking python3-httplib2 (0.20.4-3) ... Selecting previously unselected package python3-jwt. Preparing to unpack .../71-python3-jwt_2.7.0-1_all.deb ... Unpacking python3-jwt (2.7.0-1) ... Get:56 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-apt arm64 2.5.3ubuntu1 [161 kB] Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-bin arm64 2.72.4-0ubuntu2.2 [79.6 kB] (30/30): containerd.io-1.6.27-3.1.el8.x86_64.rp 58 MB/s | 35 MB 00:00 -------------------------------------------------------------------------------- Total 37 MB/s | 59 MB 00:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Selecting previously unselected package libssl3:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4327 files and directories currently installed.) Preparing to unpack .../libssl3_3.0.10-1ubuntu2.1_amd64.deb ... Unpacking libssl3:amd64 (3.0.10-1ubuntu2.1) ... Selecting previously unselected package libpython3.11-minimal:amd64. Preparing to unpack .../libpython3.11-minimal_3.11.6-3_amd64.deb ... Unpacking libpython3.11-minimal:amd64 (3.11.6-3) ... Selecting previously unselected package libip4tc2:amd64. Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu5.1_amd64.deb ... Unpacking libip4tc2:amd64 (1.8.7-1ubuntu5.1) ... Selecting previously unselected package libkmod2:amd64. Preparing to unpack .../7-libkmod2_29-1ubuntu1_amd64.deb ... Unpacking libkmod2:amd64 (29-1ubuntu1) ... Selecting previously unselected package systemd. Preparing to unpack .../8-systemd_249.11-0ubuntu3.12_amd64.deb ... Unpacking systemd (249.11-0ubuntu3.12) ... Selecting previously unselected package libyaml-0-2:amd64. Preparing to unpack .../19-libyaml-0-2_0.2.5-1_amd64.deb ... Unpacking libyaml-0-2:amd64 (0.2.5-1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../20-lsb-release_12.0-1ubuntu1_all.deb ... Unpacking lsb-release (12.0-1ubuntu1) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../21-python-apt-common_2.5.3ubuntu1_all.deb ... Unpacking python-apt-common (2.5.3ubuntu1) ... Selecting previously unselected package python3-apt. Preparing to unpack .../22-python3-apt_2.5.3ubuntu1_amd64.deb ... Unpacking python3-apt (2.5.3ubuntu1) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../23-python3-dbus_1.3.2-4build1_amd64.deb ... Unpacking python3-dbus (1.3.2-4build1) ... Selecting previously unselected package python3-gi. Preparing to unpack .../24-python3-gi_3.44.1-1_amd64.deb ... Unpacking python3-gi (3.44.1-1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../25-python3-pkg-resources_66.1.1-1ubuntu0.1_all.deb ... Unpacking python3-pkg-resources (66.1.1-1ubuntu0.1) ... Selecting previously unselected package gpg. Preparing to unpack .../29-gpg_2.2.40-1.1_amd64.deb ... Unpacking gpg (2.2.40-1.1) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../30-pinentry-curses_1.2.1-1_amd64.deb ... Unpacking pinentry-curses (1.2.1-1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../31-gpg-agent_2.2.40-1.1_amd64.deb ... Unpacking gpg-agent (2.2.40-1.1) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../32-gpg-wks-client_2.2.40-1.1_amd64.deb ... Unpacking gpg-wks-client (2.2.40-1.1) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../33-gpg-wks-server_2.2.40-1.1_amd64.deb ... Unpacking gpg-wks-server (2.2.40-1.1) ... Selecting previously unselected package libkrb5support0:arm64. Preparing to unpack .../23-libkrb5support0_1.17-6ubuntu4.4_arm64.deb ... Unpacking libkrb5support0:arm64 (1.17-6ubuntu4.4) ... Selecting previously unselected package libk5crypto3:arm64. Preparing to unpack .../24-libk5crypto3_1.17-6ubuntu4.4_arm64.deb ... Unpacking libk5crypto3:arm64 (1.17-6ubuntu4.4) ... Selecting previously unselected package libkeyutils1:arm64. Preparing to unpack .../25-libkeyutils1_1.6-6ubuntu1.1_arm64.deb ... Unpacking libkeyutils1:arm64 (1.6-6ubuntu1.1) ... Selecting previously unselected package libkrb5-3:arm64. Preparing to unpack .../26-libkrb5-3_1.17-6ubuntu4.4_arm64.deb ... Unpacking libkrb5-3:arm64 (1.17-6ubuntu4.4) ... Selecting previously unselected package libgssapi-krb5-2:arm64. Preparing to unpack .../27-libgssapi-krb5-2_1.17-6ubuntu4.4_arm64.deb ... Unpacking libgssapi-krb5-2:arm64 (1.17-6ubuntu4.4) ... Selecting previously unselected package liblmdb0:arm64. Preparing to unpack .../28-liblmdb0_0.9.24-1_arm64.deb ... Unpacking liblmdb0:arm64 (0.9.24-1) ... Selecting previously unselected package libpolkit-gobject-1-0:arm64. Preparing to unpack .../29-libpolkit-gobject-1-0_0.105-26ubuntu1.3_arm64.deb ... Unpacking libpolkit-gobject-1-0:arm64 (0.105-26ubuntu1.3) ... Selecting previously unselected package python3-lazr.uri. Preparing to unpack .../72-python3-lazr.uri_1.0.6-3_all.deb ... Unpacking python3-lazr.uri (1.0.6-3) ... Selecting previously unselected package python3-wadllib. Preparing to unpack .../73-python3-wadllib_1.3.6-5_all.deb ... Unpacking python3-wadllib (1.3.6-5) ... Selecting previously unselected package python3-distro. Preparing to unpack .../74-python3-distro_1.8.0-1_all.deb ... Unpacking python3-distro (1.8.0-1) ... Selecting previously unselected package python3-oauthlib. Preparing to unpack .../75-python3-oauthlib_3.2.2-1_all.deb ... Unpacking python3-oauthlib (3.2.2-1) ... Selecting previously unselected package python3-six. Preparing to unpack .../76-python3-six_1.16.0-4_all.deb ... Unpacking python3-six (1.16.0-4) ... Selecting previously unselected package python3-lazr.restfulclient. Preparing to unpack .../77-python3-lazr.restfulclient_0.14.5-1_all.deb ... Unpacking python3-lazr.restfulclient (0.14.5-1) ... + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go Get:57 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-dbus arm64 1.3.2-4build1 [98.5 kB] Get:79 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libunwind8 arm64 1.3.2-2build2.1 [53.4 kB] + make IMAGE=debian:bullseye verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ debian:bullseye ./verify Unable to find image 'debian:bullseye' locally bullseye: Pulling from library/debian e455cf41eadb: Already exists Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.5.0-2_amd64.deb ... Unpacking libexpat1:amd64 (2.5.0-2) ... Selecting previously unselected package python3.11-minimal. Preparing to unpack .../python3.11-minimal_3.11.6-3_amd64.deb ... Unpacking python3.11-minimal (3.11.6-3) ... Setting up libssl3:amd64 (3.0.10-1ubuntu2.1) ... Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.3) ... Setting up libargon2-1:amd64 (0~20171227-0.3) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ... Setting up libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.2) ... Setting up libip4tc2:amd64 (1.8.7-1ubuntu5.1) ... Setting up libkmod2:amd64 (29-1ubuntu1) ... Setting up systemd (249.11-0ubuntu3.12) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. Selecting previously unselected package libapt-inst2.0:amd64. Preparing to unpack .../42-libapt-inst2.0_1.8.2.3_amd64.deb ... Unpacking libapt-inst2.0:amd64 (1.8.2.3) ... Selecting previously unselected package libcurl3-gnutls:amd64. Preparing to unpack .../43-libcurl3-gnutls_7.64.0-4+deb10u8_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u8) ... Selecting previously unselected package libdbus-1-3:amd64. Preparing to unpack .../44-libdbus-1-3_1.12.28-0+deb10u1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.12.28-0+deb10u1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../45-lsb-release_10.2019051400_all.deb ... Unpacking lsb-release (10.2019051400) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../46-python-apt-common_1.8.4.3_all.deb ... Unpacking python-apt-common (1.8.4.3) ... Selecting previously unselected package python3-apt. Preparing to unpack .../47-python3-apt_1.8.4.3_amd64.deb ... Unpacking python3-apt (1.8.4.3) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../26-libnghttp2-14_1.52.0-1ubuntu0.1_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.52.0-1ubuntu0.1) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../27-libpsl5_0.21.2-1_amd64.deb ... Unpacking libpsl5:amd64 (0.21.2-1) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../28-apt-transport-https_2.6.0ubuntu0.1_all.deb ... Unpacking apt-transport-https (2.6.0ubuntu0.1) ... Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../29-libbrotli1_1.0.9-2build8_amd64.deb ... Unpacking libbrotli1:amd64 (1.0.9-2build8) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../30-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../31-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... Selecting previously unselected package gpgsm. Preparing to unpack .../34-gpgsm_2.2.40-1.1_amd64.deb ... Unpacking gpgsm (2.2.40-1.1) ... Selecting previously unselected package gnupg. Preparing to unpack .../35-gnupg_2.2.40-1.1_all.deb ... Unpacking gnupg (2.2.40-1.1) ... Selecting previously unselected package gnupg2. Preparing to unpack .../36-gnupg2_2.2.40-1.1_all.deb ... Unpacking gnupg2 (2.2.40-1.1) ... Selecting previously unselected package iso-codes. Preparing to unpack .../37-iso-codes_4.15.0-1_all.deb ... Unpacking iso-codes (4.15.0-1) ... Selecting previously unselected package libpsl5:arm64. Preparing to unpack .../30-libpsl5_0.21.0-1ubuntu1_arm64.deb ... Unpacking libpsl5:arm64 (0.21.0-1ubuntu1) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../31-python-apt-common_2.0.1ubuntu0.20.04.1_all.deb ... Unpacking python-apt-common (2.0.1ubuntu0.20.04.1) ... Selecting previously unselected package python3-apt. Preparing to unpack .../32-python3-apt_2.0.1ubuntu0.20.04.1_arm64.deb ... Unpacking python3-apt (2.0.1ubuntu0.20.04.1) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../33-apt-transport-https_2.0.10_all.deb ... Unpacking apt-transport-https (2.0.10) ... Selecting previously unselected package libbrotli1:arm64. Preparing to unpack .../34-libbrotli1_1.0.7-6ubuntu0.1_arm64.deb ... Unpacking libbrotli1:arm64 (1.0.7-6ubuntu0.1) ... Selecting previously unselected package libroken18-heimdal:arm64. Preparing to unpack .../35-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... Unpacking libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libasn1-8-heimdal:arm64. Preparing to unpack .../36-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... Unpacking libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package python3-launchpadlib. Preparing to unpack .../78-python3-launchpadlib_1.11.0-1_all.deb ... Unpacking python3-launchpadlib (1.11.0-1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../79-python3-software-properties_0.99.39_all.deb ... Unpacking python3-software-properties (0.99.39) ... Selecting previously unselected package packagekit. Preparing to unpack .../80-packagekit_1.2.7-1_arm64.deb ... Unpacking packagekit (1.2.7-1) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../81-software-properties-common_0.99.39_all.deb ... Unpacking software-properties-common (0.99.39) ... Selecting previously unselected package gnupg2. Preparing to unpack .../82-gnupg2_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg2 (2.2.40-1.1ubuntu1) ... Setting up libksba8:arm64 (1.6.4-2) ... Setting up media-types (10.1.0) ... Get:58 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-gi arm64 3.44.1-1 [228 kB] Get:80 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgstreamer1.0-0 arm64 1.20.3-0ubuntu1 [931 kB] Digest: sha256:71cb300d5448af821aedfe63afd55ba05f45a6a79f00dcd131b96b780bb99fe4 Status: Downloaded newer image for debian:bullseye Setting up libpython3.11-minimal:amd64 (3.11.6-3) ... Setting up libexpat1:amd64 (2.5.0-2) ... Setting up python3.11-minimal (3.11.6-3) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../48-python3-dbus_1.2.8-3_amd64.deb ... Unpacking python3-dbus (1.2.8-3) ... Selecting previously unselected package python3-gi. Preparing to unpack .../49-python3-gi_3.30.4-1_amd64.deb ... Unpacking python3-gi (3.30.4-1) ... Selecting previously unselected package python3-pycurl. Preparing to unpack .../50-python3-pycurl_7.43.0.2-0.1_amd64.deb ... Unpacking python3-pycurl (7.43.0.2-0.1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../51-python3-software-properties_0.96.20.2-2_all.deb ... Unpacking python3-software-properties (0.96.20.2-2) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../52-software-properties-common_0.96.20.2-2_all.deb ... Unpacking software-properties-common (0.96.20.2-2) ... Setting up libksba8:amd64 (1.3.5-2+deb10u2) ... Setting up lsb-base (10.2019051400) ... Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... Selecting previously unselected package libldap2:amd64. Preparing to unpack .../32-libldap2_2.6.3+dfsg-1~exp1ubuntu2_amd64.deb ... Unpacking libldap2:amd64 (2.6.3+dfsg-1~exp1ubuntu2) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../33-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... Selecting previously unselected package libssh-4:amd64. Preparing to unpack .../34-libssh-4_0.10.4-2ubuntu0.3_amd64.deb ... Unpacking libssh-4:amd64 (0.10.4-2ubuntu0.3) ... Selecting previously unselected package libcurl4:amd64. Preparing to unpack .../35-libcurl4_7.88.1-8ubuntu2.4_amd64.deb ... Unpacking libcurl4:amd64 (7.88.1-8ubuntu2.4) ... Selecting previously unselected package curl. Preparing to unpack .../36-curl_7.88.1-8ubuntu2.4_amd64.deb ... Unpacking curl (7.88.1-8ubuntu2.4) ... Selecting previously unselected package libassuan0:amd64. Preparing to unpack .../37-libassuan0_2.5.5-5_amd64.deb ... Unpacking libassuan0:amd64 (2.5.5-5) ... Selecting previously unselected package gpgconf. Preparing to unpack .../38-gpgconf_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking gpgconf (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libheimbase1-heimdal:arm64. Preparing to unpack .../37-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... Unpacking libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libhcrypto4-heimdal:arm64. Preparing to unpack .../38-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... Unpacking libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libwind0-heimdal:arm64. Preparing to unpack .../39-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... Unpacking libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libhx509-5-heimdal:arm64. Preparing to unpack .../40-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... Unpacking libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libkrb5-26-heimdal:arm64. Preparing to unpack .../41-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... Unpacking libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libheimntlm0-heimdal:arm64. Preparing to unpack .../42-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... Unpacking libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up systemd-sysv (253.5-1ubuntu6.1) ... Setting up libkeyutils1:arm64 (1.6.3-2) ... Setting up libpsl5:arm64 (0.21.2-1) ... Setting up libicu72:arm64 (72.1-3ubuntu3) ... Setting up apt-transport-https (2.7.3) ... Setting up libyaml-0-2:arm64 (0.2.5-1) ... Setting up libglib2.0-0:arm64 (2.78.0-2) ... No schema files found: doing nothing. Setting up distro-info-data (0.58ubuntu0.2) ... Setting up libtirpc-common (1.3.3+ds-1) ... Setting up libxmlb2:arm64 (0.3.10-2) ... Setting up libbrotli1:arm64 (1.0.9-2build8) ... Setting up libsqlite3-0:arm64 (3.42.0-1ubuntu0.1) ... Setting up libnghttp2-14:arm64 (1.55.1-1ubuntu0.1) ... Setting up libpackagekit-glib2-18:arm64 (1.2.7-1) ... Setting up libnpth0:arm64 (1.6-3build2) ... Setting up libassuan0:arm64 (2.5.6-1) ... Setting up libunwind8:arm64 (1.6.2-3) ... Setting up libkrb5support0:arm64 (1.20.1-3ubuntu1) ... Get:59 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 python3-pkg-resources all 66.1.1-1ubuntu0.1 [227 kB] Get:81 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpolkit-gobject-1-0 arm64 0.105-33 [42.4 kB] Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpolkit-agent-1-0 arm64 0.105-33 [16.0 kB] Get:83 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 polkitd arm64 0.105-33 [77.7 kB] Get:84 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pkexec arm64 0.105-33 [14.8 kB] Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 policykit-1 arm64 0.105-33 [2424 B] Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB] Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-cffi-backend arm64 1.15.0-1build2 [81.0 kB] Get:88 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-cryptography arm64 3.4.8-1ubuntu2.1 [222 kB] + verify + dpkg --version + verify_deb + apt-get update [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Setting up libkeyutils1:amd64 (1.6-6) ... Setting up libpsl5:amd64 (0.20.2-2) ... Setting up mime-support (3.62) ... Setting up apt-transport-https (1.8.2.3) ... Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u5) ... No schema files found: doing nothing. Setting up distro-info-data (0.41+deb10u8) ... Setting up libsqlite3-0:amd64 (3.27.2-3+deb10u2) ... Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u2) ... Setting up libpackagekit-glib2-18:amd64 (1.1.12-5) ... Setting up libnpth0:amd64 (1.6-1) ... Setting up libassuan0:amd64 (2.5.2-1) ... Setting up libapt-inst2.0:amd64 (1.8.2.3) ... Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ... Setting up libkrb5support0:amd64 (1.17-3+deb10u6) ... Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... Setting up gnupg-l10n (2.2.12-1+deb10u2) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... Setting up libdbus-1-3:amd64 (1.12.28-0+deb10u1) ... Setting up libk5crypto3:amd64 (1.17-3+deb10u6) ... Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... Setting up python-apt-common (1.8.4.3) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../39-libksba8_1.6.3-2_amd64.deb ... Unpacking libksba8:amd64 (1.6.3-2) ... Selecting previously unselected package libnpth0:amd64. Preparing to unpack .../40-libnpth0_1.6-3build2_amd64.deb ... Unpacking libnpth0:amd64 (1.6-3build2) ... Selecting previously unselected package dirmngr. Preparing to unpack .../41-dirmngr_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking dirmngr (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libpackagekit-glib2-18:amd64. Preparing to unpack .../42-libpackagekit-glib2-18_1.2.6-3_amd64.deb ... Unpacking libpackagekit-glib2-18:amd64 (1.2.6-3) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../43-gir1.2-packagekitglib-1.0_1.2.6-3_amd64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.6-3) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../44-gnupg-l10n_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg-l10n (2.2.40-1.1ubuntu1) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.12_amd64.deb ... Unpacking systemd-sysv (249.11-0ubuntu3.12) ... Selecting previously unselected package openssl. Preparing to unpack .../01-openssl_3.0.2-0ubuntu1.12_amd64.deb ... Unpacking openssl (3.0.2-0ubuntu1.12) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../02-ca-certificates_20230311ubuntu0.22.04.1_all.deb ... Unpacking ca-certificates (20230311ubuntu0.22.04.1) ... Selecting previously unselected package libdbus-1-3:amd64. Preparing to unpack .../03-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... Docker CE Test - x86_64 7.4 kB/s | 1.6 kB 00:00 Importing GPG key 0x621E9F35: Userid : "Docker Release (CE rpm) " Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35 From : https://download.docker.com/linux/centos/gpg Key imported successfully Running transaction check Selecting previously unselected package libgssapi3-heimdal:arm64. Preparing to unpack .../43-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_arm64.deb ... Unpacking libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libsasl2-modules-db:arm64. Preparing to unpack .../44-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_arm64.deb ... Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ... Selecting previously unselected package libsasl2-2:arm64. Preparing to unpack .../45-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_arm64.deb ... Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ... Selecting previously unselected package libldap-common. Preparing to unpack .../46-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ... Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ... Selecting previously unselected package libldap-2.4-2:arm64. Preparing to unpack .../47-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_arm64.deb ... Unpacking libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ... Selecting previously unselected package libnghttp2-14:arm64. Preparing to unpack .../48-libnghttp2-14_1.40.0-1ubuntu0.2_arm64.deb ... Unpacking libnghttp2-14:arm64 (1.40.0-1ubuntu0.2) ... Selecting previously unselected package librtmp1:arm64. Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build1_arm64.deb ... Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ... Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg1-3) ... Setting up tzdata (2023d-0ubuntu0.23.10) ... Current default time zone: 'Etc/UTC' Local time is now: Mon Jan 22 21:45:43 UTC 2024. Universal Time is now: Mon Jan 22 21:45:43 UTC 2024. Run 'dpkg-reconfigure tzdata' if you wish to change it. Setting up libcap2-bin (1:2.66-4ubuntu1) ... Setting up libglib2.0-data (2.78.0-2) ... Setting up gnupg-l10n (2.2.40-1.1ubuntu1) ... Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ... Setting up libdbus-1-3:arm64 (1.14.10-1ubuntu1) ... Setting up libk5crypto3:arm64 (1.20.1-3ubuntu1) ... Setting up libsasl2-2:arm64 (2.1.28+dfsg1-3) ... Setting up python-apt-common (2.6.0ubuntu1) ... Setting up libduktape207:arm64 (2.7.0+tests-0ubuntu2) ... Setting up dbus-session-bus-common (1.14.10-1ubuntu1) ... Selecting previously unselected package libcurl3-gnutls:amd64. Preparing to unpack .../38-libcurl3-gnutls_7.88.1-10+deb12u5_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u5) ... Selecting previously unselected package libstemmer0d:amd64. Preparing to unpack .../39-libstemmer0d_2.2.0-2_amd64.deb ... Unpacking libstemmer0d:amd64 (2.2.0-2) ... Selecting previously unselected package libicu72:amd64. Preparing to unpack .../40-libicu72_72.1-3_amd64.deb ... Unpacking libicu72:amd64 (72.1-3) ... Get:60 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libnghttp2-14 arm64 1.52.0-1ubuntu0.1 [71.7 kB] Get:61 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpsl5 arm64 0.21.2-1 [59.0 kB] Get:62 http://ports.ubuntu.com/ubuntu-ports lunar-updates/universe arm64 apt-transport-https all 2.6.0ubuntu0.1 [3968 B] Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-pyparsing all 2.4.7-1 [61.4 kB] Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8062 kB] Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [265 kB] Setting up libgirepository-1.0-1:amd64 (1.58.3-2) ... Setting up libssh2-1:amd64 (1.8.0-2.1+deb10u1) ... Setting up libkrb5-3:amd64 (1.17-3+deb10u6) ... Setting up libmpdec2:amd64 (2.4.2-2) ... Setting up openssl (1.1.1n-0+deb10u6) ... Setting up readline-common (7.0-5) ... Setting up iso-codes (4.2-1) ... Setting up libreadline7:amd64 (7.0-5) ... Setting up gnupg-utils (2.2.12-1+deb10u2) ... Setting up pinentry-curses (1.1.0-2) ... Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u6) ... Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... Setting up ca-certificates (20200601~deb10u2) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../45-gnupg-utils_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking gnupg-utils (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpg. Preparing to unpack .../46-gpg_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking gpg (2.2.40-1.1ubuntu1) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../47-pinentry-curses_1.2.1-1ubuntu1_amd64.deb ... Unpacking pinentry-curses (1.2.1-1ubuntu1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../48-gpg-agent_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking gpg-agent (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../49-gpg-wks-client_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking gpg-wks-client (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../50-gpg-wks-server_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking gpg-wks-server (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpgsm. Preparing to unpack .../51-gpgsm_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking gpgsm (2.2.40-1.1ubuntu1) ... Selecting previously unselected package dbus. Preparing to unpack .../04-dbus_1.12.20-2ubuntu4.1_amd64.deb ... Unpacking dbus (1.12.20-2ubuntu4.1) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../05-distro-info-data_0.52ubuntu0.6_all.deb ... Unpacking distro-info-data (0.52ubuntu0.6) ... Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../06-libglib2.0-0_2.72.4-0ubuntu2.2_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.2) ... Selecting previously unselected package libgirepository-1.0-1:amd64. Preparing to unpack .../07-libgirepository-1.0-1_1.72.0-1_amd64.deb ... Unpacking libgirepository-1.0-1:amd64 (1.72.0-1) ... Selecting previously unselected package gir1.2-glib-2.0:amd64. Preparing to unpack .../08-gir1.2-glib-2.0_1.72.0-1_amd64.deb ... Unpacking gir1.2-glib-2.0:amd64 (1.72.0-1) ... Transaction check succeeded. Running transaction test Selecting previously unselected package libssh-4:arm64. Preparing to unpack .../50-libssh-4_0.9.3-2ubuntu2.5_arm64.deb ... Unpacking libssh-4:arm64 (0.9.3-2ubuntu2.5) ... Selecting previously unselected package libcurl4:arm64. Preparing to unpack .../51-libcurl4_7.68.0-1ubuntu2.21_arm64.deb ... Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.21) ... Selecting previously unselected package curl. Preparing to unpack .../52-curl_7.68.0-1ubuntu2.21_arm64.deb ... Unpacking curl (7.68.0-1ubuntu2.21) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../53-dbus-user-session_1.12.16-2ubuntu2.3_arm64.deb ... Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ... Selecting previously unselected package libdconf1:arm64. Preparing to unpack .../54-libdconf1_0.36.0-1_arm64.deb ... Unpacking libdconf1:arm64 (0.36.0-1) ... Selecting previously unselected package dconf-service. Preparing to unpack .../55-dconf-service_0.36.0-1_arm64.deb ... Unpacking dconf-service (0.36.0-1) ... Setting up libgirepository-1.0-1:arm64 (1.78.1-1) ... Setting up sgml-base (1.31) ... Setting up libkrb5-3:arm64 (1.20.1-3ubuntu1) ... Setting up libstemmer0d:arm64 (2.2.0-4) ... Setting up lsb-release (12.0-2) ... Setting up dbus-system-bus-common (1.14.10-1ubuntu1) ... Setting up openssl (3.0.10-1ubuntu2.1) ... Setting up libelf1:arm64 (0.189-4) ... Setting up readline-common (8.2-1.3) ... Get:63 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libbrotli1 arm64 1.0.9-2build8 [312 kB] Get:64 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.9 kB] Get:65 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [57.3 kB] Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-httplib2 all 0.20.2-2 [30.4 kB] Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-more-itertools all 8.10.0-2 [47.9 kB] Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-zipp all 1.0.0-3 [5440 B] Get:93 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-importlib-metadata all 4.6.4-1 [16.2 kB] Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB] Updating certificates in /etc/ssl/certs... Selecting previously unselected package gnupg. Preparing to unpack .../52-gnupg_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libcurl3-gnutls:amd64. Preparing to unpack .../53-libcurl3-gnutls_7.88.1-8ubuntu2.4_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.88.1-8ubuntu2.4) ... Selecting previously unselected package libstemmer0d:amd64. Preparing to unpack .../54-libstemmer0d_2.2.0-2_amd64.deb ... Unpacking libstemmer0d:amd64 (2.2.0-2) ... Selecting previously unselected package libxmlb2:amd64. Preparing to unpack .../55-libxmlb2_0.3.10-2_amd64.deb ... Unpacking libxmlb2:amd64 (0.3.10-2) ... Selecting previously unselected package libappstream4:amd64. Preparing to unpack .../56-libappstream4_0.16.1-1ubuntu1_amd64.deb ... Unpacking libappstream4:amd64 (0.16.1-1ubuntu1) ... Selecting previously unselected package libdw1:amd64. Preparing to unpack .../57-libdw1_0.188-2.1_amd64.deb ... Unpacking libdw1:amd64 (0.188-2.1) ... Selecting previously unselected package iso-codes. Preparing to unpack .../09-iso-codes_4.9.0-1_all.deb ... Unpacking iso-codes (4.9.0-1) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../10-libcap2-bin_1%3a2.44-1ubuntu0.22.04.1_amd64.deb ... Unpacking libcap2-bin (1:2.44-1ubuntu0.22.04.1) ... Selecting previously unselected package libelf1:amd64. Preparing to unpack .../11-libelf1_0.186-1build1_amd64.deb ... Unpacking libelf1:amd64 (0.186-1build1) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../12-libglib2.0-data_2.72.4-0ubuntu2.2_all.deb ... Selecting previously unselected package dconf-gsettings-backend:arm64. Preparing to unpack .../56-dconf-gsettings-backend_0.36.0-1_arm64.deb ... Unpacking dconf-gsettings-backend:arm64 (0.36.0-1) ... Selecting previously unselected package libassuan0:arm64. Preparing to unpack .../57-libassuan0_2.5.3-7ubuntu2_arm64.deb ... Unpacking libassuan0:arm64 (2.5.3-7ubuntu2) ... Selecting previously unselected package gpgconf. Preparing to unpack .../58-gpgconf_2.2.19-3ubuntu2.2_arm64.deb ... Unpacking gpgconf (2.2.19-3ubuntu2.2) ... Selecting previously unselected package libksba8:arm64. Preparing to unpack .../59-libksba8_1.3.5-2ubuntu0.20.04.2_arm64.deb ... Unpacking libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ... Selecting previously unselected package libnpth0:arm64. Preparing to unpack .../60-libnpth0_1.6-1_arm64.deb ... Unpacking libnpth0:arm64 (1.6-1) ... Selecting previously unselected package dirmngr. Preparing to unpack .../61-dirmngr_2.2.19-3ubuntu2.2_arm64.deb ... Unpacking dirmngr (2.2.19-3ubuntu2.2) ... Setting up libxml2:arm64 (2.9.14+dfsg-1.3) ... Setting up libldap2:arm64 (2.6.6+dfsg-1~exp1ubuntu1) ... Setting up iso-codes (4.15.0-1) ... Setting up dbus-bin (1.14.10-1ubuntu1) ... Setting up libpolkit-gobject-1-0:arm64 (123-1) ... Setting up pinentry-curses (1.2.1-1ubuntu1) ... Setting up libdw1:arm64 (0.189-4) ... Setting up libreadline8:arm64 (8.2-1.3) ... Setting up libglib2.0-bin (2.78.0-2) ... Setting up dbus-daemon (1.14.10-1ubuntu1) ... Setting up ca-certificates (20230311ubuntu1) ... Get:66 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libldap2 arm64 2.6.3+dfsg-1~exp1ubuntu2 [181 kB] Get:67 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB] Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4653 files and directories currently installed.) Preparing to unpack .../00-python3-minimal_3.11.4-5_amd64.deb ... Unpacking python3-minimal (3.11.4-5) ... Selecting previously unselected package media-types. Preparing to unpack .../01-media-types_10.1.0_all.deb ... Unpacking media-types (10.1.0) ... Selecting previously unselected package tzdata. Preparing to unpack .../02-tzdata_2023d-0ubuntu0.23.10_all.deb ... Unpacking tzdata (2023d-0ubuntu0.23.10) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../03-libkrb5support0_1.20.1-3ubuntu1_amd64.deb ... Unpacking libkrb5support0:amd64 (1.20.1-3ubuntu1) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../04-libk5crypto3_1.20.1-3ubuntu1_amd64.deb ... Unpacking libk5crypto3:amd64 (1.20.1-3ubuntu1) ... Get:94 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-jeepney all 0.7.1-3 [36.8 kB] Get:95 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB] Get:96 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-secretstorage all 3.3.1-1 [13.2 kB] Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-keyring all 23.5.0-1 [35.7 kB] Get:98 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-lazr.uri all 1.0.6-2 [14.4 kB] Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-wadllib all 1.3.6-1 [36.4 kB] Selecting previously unselected package libxml2:amd64. Preparing to unpack .../41-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... Selecting previously unselected package libxmlb2:amd64. Preparing to unpack .../42-libxmlb2_0.3.10-2_amd64.deb ... Unpacking libxmlb2:amd64 (0.3.10-2) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../58-libglib2.0-bin_2.76.4-0ubuntu1_amd64.deb ... Unpacking libglib2.0-bin (2.76.4-0ubuntu1) ... Selecting previously unselected package libunwind8:amd64. Preparing to unpack .../59-libunwind8_1.6.2-3_amd64.deb ... Unpacking libunwind8:amd64 (1.6.2-3) ... Selecting previously unselected package libgstreamer1.0-0:amd64. Preparing to unpack .../60-libgstreamer1.0-0_1.22.2-1_amd64.deb ... Unpacking libgstreamer1.0-0:amd64 (1.22.2-1) ... Selecting previously unselected package libpolkit-gobject-1-0:amd64. Preparing to unpack .../61-libpolkit-gobject-1-0_0.105-33_amd64.deb ... Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ... Selecting previously unselected package libpolkit-agent-1-0:amd64. Preparing to unpack .../62-libpolkit-agent-1-0_0.105-33_amd64.deb ... Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ... Selecting previously unselected package polkitd. Preparing to unpack .../63-polkitd_0.105-33_amd64.deb ... Unpacking polkitd (0.105-33) ... Unpacking libglib2.0-data (2.72.4-0ubuntu2.2) ... Selecting previously unselected package libicu70:amd64. Preparing to unpack .../13-libicu70_70.1-2_amd64.deb ... Unpacking libicu70:amd64 (70.1-2) ... Selecting previously unselected package libpam-systemd:amd64. Preparing to unpack .../14-libpam-systemd_249.11-0ubuntu3.12_amd64.deb ... Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.12) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../15-libxml2_2.9.13+dfsg-1ubuntu0.3_amd64.deb ... Selecting previously unselected package libpackagekit-glib2-18:arm64. Preparing to unpack .../62-libpackagekit-glib2-18_1.1.13-2ubuntu1.1_arm64.deb ... Unpacking libpackagekit-glib2-18:arm64 (1.1.13-2ubuntu1.1) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../63-gir1.2-packagekitglib-1.0_1.1.13-2ubuntu1.1_arm64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ... Selecting previously unselected package libproxy1v5:arm64. Preparing to unpack .../64-libproxy1v5_0.4.15-10ubuntu1.2_arm64.deb ... Unpacking libproxy1v5:arm64 (0.4.15-10ubuntu1.2) ... Selecting previously unselected package glib-networking-common. Preparing to unpack .../65-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ... Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ... Selecting previously unselected package glib-networking-services. Preparing to unpack .../66-glib-networking-services_2.64.2-1ubuntu0.1_arm64.deb ... Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ... Selecting previously unselected package gsettings-desktop-schemas. Preparing to unpack .../67-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ... Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ... Selecting previously unselected package glib-networking:arm64. Preparing to unpack .../68-glib-networking_2.64.2-1ubuntu0.1_arm64.deb ... Unpacking glib-networking:arm64 (2.64.2-1ubuntu0.1) ... Transaction test succeeded. Running transaction Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../05-libkeyutils1_1.6.3-2_amd64.deb ... Unpacking libkeyutils1:amd64 (1.6.3-2) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../06-libkrb5-3_1.20.1-3ubuntu1_amd64.deb ... Unpacking libkrb5-3:amd64 (1.20.1-3ubuntu1) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-3ubuntu1_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.20.1-3ubuntu1) ... Get:100 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-distro all 1.7.0-1 [17.0 kB] Selecting previously unselected package libyaml-0-2:amd64. Preparing to unpack .../43-libyaml-0-2_0.2.5-1_amd64.deb ... Unpacking libyaml-0-2:amd64 (0.2.5-1) ... Selecting previously unselected package libappstream4:amd64. Preparing to unpack .../44-libappstream4_0.16.1-2_amd64.deb ... Unpacking libappstream4:amd64 (0.16.1-2) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../45-libcap2-bin_1%3a2.66-4_amd64.deb ... Unpacking libcap2-bin (1:2.66-4) ... Selecting previously unselected package libduktape207:amd64. Preparing to unpack .../46-libduktape207_2.7.0-2_amd64.deb ... Unpacking libduktape207:amd64 (2.7.0-2) ... Selecting previously unselected package libelf1:amd64. Preparing to unpack .../47-libelf1_0.188-2.1_amd64.deb ... Unpacking libelf1:amd64 (0.188-2.1) ... Selecting previously unselected package libdw1:amd64. Preparing to unpack .../48-libdw1_0.188-2.1_amd64.deb ... Unpacking libdw1:amd64 (0.188-2.1) ... Selecting previously unselected package python3-blinker. Preparing to unpack .../64-python3-blinker_1.5-1_all.deb ... Unpacking python3-blinker (1.5-1) ... Selecting previously unselected package python3-cffi-backend:amd64. Preparing to unpack .../65-python3-cffi-backend_1.15.1-5build1_amd64.deb ... Unpacking python3-cffi-backend:amd64 (1.15.1-5build1) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../66-python3-cryptography_38.0.4-2ubuntu0.1_amd64.deb ... Unpacking python3-cryptography (38.0.4-2ubuntu0.1) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ... Unpacking python3-pyparsing (3.0.9-1) ... Selecting previously unselected package python3-httplib2. Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ... Unpacking python3-httplib2 (0.20.4-3) ... Selecting previously unselected package python3-jwt. Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ... Unpacking python3-jwt (2.6.0-1) ... 137 added, 0 removed; done. Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u6) ... Setting up gir1.2-glib-2.0:amd64 (1.58.3-2) ... Setting up gpgconf (2.2.12-1+deb10u2) ... Setting up libcurl4:amd64 (7.64.0-4+deb10u8) ... Setting up curl (7.64.0-4+deb10u8) ... Setting up gpg (2.2.12-1+deb10u2) ... Setting up libpython3-stdlib:amd64 (3.7.3-1) ... Setting up python3.7 (3.7.3-2+deb10u6) ... Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.3) ... Selecting previously unselected package libyaml-0-2:amd64. Preparing to unpack .../16-libyaml-0-2_0.2.2-1build2_amd64.deb ... Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ... Selecting previously unselected package lsb-release. Preparing to unpack .../17-lsb-release_11.1.0ubuntu4_all.deb ... Unpacking lsb-release (11.1.0ubuntu4) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../18-python-apt-common_2.4.0ubuntu2_all.deb ... Unpacking python-apt-common (2.4.0ubuntu2) ... Selecting previously unselected package python3-apt. Preparing to unpack .../19-python3-apt_2.4.0ubuntu2_amd64.deb ... Unpacking python3-apt (2.4.0ubuntu2) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../20-python3-dbus_1.2.18-3build1_amd64.deb ... Unpacking python3-dbus (1.2.18-3build1) ... Selecting previously unselected package python3-gi. Preparing to unpack .../21-python3-gi_3.42.1-0ubuntu1_amd64.deb ... Unpacking python3-gi (3.42.1-0ubuntu1) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../69-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ... Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../70-gnupg-utils_2.2.19-3ubuntu2.2_arm64.deb ... Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gpg. Preparing to unpack .../71-gpg_2.2.19-3ubuntu2.2_arm64.deb ... Unpacking gpg (2.2.19-3ubuntu2.2) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../72-pinentry-curses_1.1.0-3build1_arm64.deb ... Unpacking pinentry-curses (1.1.0-3build1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../73-gpg-agent_2.2.19-3ubuntu2.2_arm64.deb ... Unpacking gpg-agent (2.2.19-3ubuntu2.2) ... Selecting previously unselected package libtirpc-common. Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... Unpacking libtirpc-common (1.3.3+ds-1) ... Selecting previously unselected package libtirpc3:amd64. Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ... Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... Selecting previously unselected package libnsl2:amd64. Preparing to unpack .../10-libnsl2_1.3.0-2build2_amd64.deb ... Updating certificates in /etc/ssl/certs... Get:101 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB] Selecting previously unselected package libglib2.0-data. Preparing to unpack .../49-libglib2.0-data_2.74.6-2_all.deb ... Unpacking libglib2.0-data (2.74.6-2) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../50-libglib2.0-bin_2.74.6-2_amd64.deb ... Unpacking libglib2.0-bin (2.74.6-2) ... Selecting previously unselected package libunwind8:amd64. Preparing to unpack .../51-libunwind8_1.6.2-3_amd64.deb ... Unpacking libunwind8:amd64 (1.6.2-3) ... Get:68 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libssh-4 arm64 0.10.4-2ubuntu0.3 [186 kB] make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.wbOlyziMjq/ + cd /tmp/docker-cli-docsgen.wbOlyziMjq + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading golang.org/x/text v0.14.0 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading golang.org/x/term v0.15.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading github.com/klauspost/compress v1.17.4 Selecting previously unselected package python3-lazr.uri. Preparing to unpack .../70-python3-lazr.uri_1.0.6-3_all.deb ... Unpacking python3-lazr.uri (1.0.6-3) ... Selecting previously unselected package python3-wadllib. Preparing to unpack .../71-python3-wadllib_1.3.6-4_all.deb ... Unpacking python3-wadllib (1.3.6-4) ... Selecting previously unselected package python3-distro. Preparing to unpack .../72-python3-distro_1.8.0-1_all.deb ... Unpacking python3-distro (1.8.0-1) ... Selecting previously unselected package python3-oauthlib. Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ... Unpacking python3-oauthlib (3.2.2-1) ... Selecting previously unselected package python3-six. Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ... Unpacking python3-six (1.16.0-4) ... Selecting previously unselected package python3-lazr.restfulclient. Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ... Unpacking python3-lazr.restfulclient (0.14.5-1) ... Selecting previously unselected package python3-launchpadlib. Preparing to unpack .../76-python3-launchpadlib_1.11.0-1_all.deb ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../22-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ... Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../23-libnghttp2-14_1.43.0-1ubuntu0.1_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.1) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../24-libpsl5_0.21.0-1.2build2_amd64.deb ... Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../25-apt-transport-https_2.4.11_all.deb ... Unpacking apt-transport-https (2.4.11) ... Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../26-libbrotli1_1.0.9-2build6_amd64.deb ... Unpacking libbrotli1:amd64 (1.0.9-2build6) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../74-gpg-wks-client_2.2.19-3ubuntu2.2_arm64.deb ... Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../75-gpg-wks-server_2.2.19-3ubuntu2.2_arm64.deb ... Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gpgsm. Preparing to unpack .../76-gpgsm_2.2.19-3ubuntu2.2_arm64.deb ... Unpacking gpgsm (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gnupg. Preparing to unpack .../77-gnupg_2.2.19-3ubuntu2.2_all.deb ... Unpacking gnupg (2.2.19-3ubuntu2.2) ... Selecting previously unselected package libsoup2.4-1:arm64. Preparing to unpack .../78-libsoup2.4-1_2.70.0-1_arm64.deb ... Unpacking libsoup2.4-1:arm64 (2.70.0-1) ... Selecting previously unselected package libstemmer0d:arm64. Preparing to unpack .../79-libstemmer0d_0+svn585-2_arm64.deb ... Unpacking libstemmer0d:arm64 (0+svn585-2) ... Fetched 8554 kB in 1s (5950 kB/s) Unpacking libnsl2:amd64 (1.3.0-2build2) ... Selecting previously unselected package readline-common. Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... Unpacking readline-common (8.2-1.3) ... Selecting previously unselected package libreadline8:amd64. Preparing to unpack .../12-libreadline8_8.2-1.3_amd64.deb ... Unpacking libreadline8:amd64 (8.2-1.3) ... Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../13-libsqlite3-0_3.42.0-1ubuntu0.1_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.42.0-1ubuntu0.1) ... Selecting previously unselected package libpython3.11-stdlib:amd64. Preparing to unpack .../14-libpython3.11-stdlib_3.11.6-3_amd64.deb ... Unpacking libpython3.11-stdlib:amd64 (3.11.6-3) ... Selecting previously unselected package libgstreamer1.0-0:amd64. Preparing to unpack .../52-libgstreamer1.0-0_1.22.0-2_amd64.deb ... Unpacking libgstreamer1.0-0:amd64 (1.22.0-2) ... Selecting previously unselected package libpolkit-gobject-1-0:amd64. Preparing to unpack .../53-libpolkit-gobject-1-0_122-3_amd64.deb ... Unpacking libpolkit-gobject-1-0:amd64 (122-3) ... Selecting previously unselected package libpolkit-agent-1-0:amd64. Preparing to unpack .../54-libpolkit-agent-1-0_122-3_amd64.deb ... Unpacking libpolkit-agent-1-0:amd64 (122-3) ... Selecting previously unselected package lsb-release. Preparing to unpack .../55-lsb-release_12.0-1_all.deb ... Unpacking lsb-release (12.0-1) ... Get:102 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-six all 1.16.0-3ubuntu1 [12.6 kB] Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB] Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-launchpadlib all 1.10.16-1 [125 kB] Get:105 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-software-properties all 0.99.22.9 [28.8 kB] Get:106 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 packagekit arm64 1.2.5-2ubuntu2 [426 kB] Get:107 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 software-properties-common all 0.99.22.9 [14.1 kB] Get:108 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 gnupg2 all 2.2.27-3ubuntu2.1 [5548 B] Get:69 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libcurl4 arm64 7.88.1-8ubuntu2.4 [300 kB] go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/moby/sys/user v0.1.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading golang.org/x/crypto v0.17.0 Unpacking python3-launchpadlib (1.11.0-1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../77-python3-software-properties_0.99.35_all.deb ... Unpacking python3-software-properties (0.99.35) ... Selecting previously unselected package packagekit. Preparing to unpack .../78-packagekit_1.2.6-3_amd64.deb ... Unpacking packagekit (1.2.6-3) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../79-software-properties-common_0.99.35_all.deb ... Unpacking software-properties-common (0.99.35) ... Selecting previously unselected package gnupg2. Preparing to unpack .../80-gnupg2_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg2 (2.2.40-1.1ubuntu1) ... Setting up libksba8:amd64 (1.6.3-2) ... Setting up media-types (10.0.0) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../27-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../28-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... Selecting previously unselected package libldap-2.5-0:amd64. Preparing to unpack .../29-libldap-2.5-0_2.5.16+dfsg-0ubuntu0.22.04.1_amd64.deb ... Unpacking libldap-2.5-0:amd64 (2.5.16+dfsg-0ubuntu0.22.04.1) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../30-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... Selecting previously unselected package libssh-4:amd64. Preparing to unpack .../31-libssh-4_0.9.6-2ubuntu0.22.04.3_amd64.deb ... Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ... Selecting previously unselected package libappstream4:arm64. Preparing to unpack .../80-libappstream4_0.12.10-2_arm64.deb ... Unpacking libappstream4:arm64 (0.12.10-2) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../81-libglib2.0-bin_2.64.6-1~ubuntu20.04.6_arm64.deb ... Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.6) ... Selecting previously unselected package libgstreamer1.0-0:arm64. Preparing to unpack .../82-libgstreamer1.0-0_1.16.3-0ubuntu1.1_arm64.deb ... Unpacking libgstreamer1.0-0:arm64 (1.16.3-0ubuntu1.1) ... Selecting previously unselected package libpolkit-agent-1-0:arm64. Preparing to unpack .../83-libpolkit-agent-1-0_0.105-26ubuntu1.3_arm64.deb ... Unpacking libpolkit-agent-1-0:arm64 (0.105-26ubuntu1.3) ... Selecting previously unselected package python3.11. Preparing to unpack .../15-python3.11_3.11.6-3_amd64.deb ... Unpacking python3.11 (3.11.6-3) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../16-libpython3-stdlib_3.11.4-5_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.11.4-5) ... Setting up python3-minimal (3.11.4-5) ... Selecting previously unselected package xml-core. Preparing to unpack .../56-xml-core_0.18+nmu1_all.deb ... Unpacking xml-core (0.18+nmu1) ... Selecting previously unselected package polkitd. Preparing to unpack .../57-polkitd_122-3_amd64.deb ... Unpacking polkitd (122-3) ... Selecting previously unselected package packagekit. Preparing to unpack .../58-packagekit_1.2.6-5_amd64.deb ... Unpacking packagekit (1.2.6-5) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../59-python-apt-common_2.6.0_all.deb ... Unpacking python-apt-common (2.6.0) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 38.1 MB in 11s (3492 kB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../libsystemd0_249.11-0ubuntu3.12_arm64.deb ... Unpacking libsystemd0:arm64 (249.11-0ubuntu3.12) over (249.11-0ubuntu3.11) ... Get:70 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 curl arm64 7.88.1-8ubuntu2.4 [206 kB] Get:71 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libassuan0 arm64 2.5.5-5 [35.2 kB] Get:72 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gpgconf arm64 2.2.40-1.1ubuntu1 [95.3 kB] go: downloading github.com/cloudflare/cfssl v1.6.4 137 added, 0 removed; done. Setting up dbus (1.14.10-1ubuntu1) ... Setting up libgssapi-krb5-2:arm64 (1.20.1-3ubuntu1) ... Setting up gir1.2-glib-2.0:arm64 (1.78.1-1) ... Setting up libssh-4:arm64 (0.10.5-3ubuntu1.2) ... Setting up xml-core (0.18+nmu1) ... Setting up systemd-sysv (252.5-2ubuntu3.2) ... Setting up libkeyutils1:amd64 (1.6.3-2) ... Setting up libpsl5:amd64 (0.21.2-1) ... Setting up libicu72:amd64 (72.1-3ubuntu2) ... Setting up apt-transport-https (2.6.0ubuntu0.1) ... Setting up libyaml-0-2:amd64 (0.2.5-1) ... Setting up libglib2.0-0:amd64 (2.76.4-0ubuntu1) ... No schema files found: doing nothing. Setting up distro-info-data (0.57ubuntu0.3) ... Setting up libtirpc-common (1.3.3+ds-1) ... Setting up libxmlb2:amd64 (0.3.10-2) ... Setting up libbrotli1:amd64 (1.0.9-2build8) ... Setting up libsqlite3-0:amd64 (3.40.1-1ubuntu0.1) ... Setting up libnghttp2-14:amd64 (1.52.0-1ubuntu0.1) ... Setting up libpackagekit-glib2-18:amd64 (1.2.6-3) ... Setting up libnpth0:amd64 (1.6-3build2) ... Setting up libassuan0:amd64 (2.5.5-5) ... Setting up libunwind8:amd64 (1.6.2-3) ... Setting up libkrb5support0:amd64 (1.20.1-1ubuntu0.1) ... Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... Setting up libcap2-bin (1:2.66-3ubuntu2.1) ... Preparing : 1/1 Installing : python3-libselinux-2.9-8.el8.x86_64 1/35 Installing : libselinux-utils-2.9-8.el8.x86_64 2/35 Selecting previously unselected package libcurl4:amd64. Preparing to unpack .../32-libcurl4_7.81.0-1ubuntu1.15_amd64.deb ... Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.15) ... Selecting previously unselected package curl. Preparing to unpack .../33-curl_7.81.0-1ubuntu1.15_amd64.deb ... Unpacking curl (7.81.0-1ubuntu1.15) ... Selecting previously unselected package libassuan0:amd64. Preparing to unpack .../34-libassuan0_2.5.5-1build1_amd64.deb ... Unpacking libassuan0:amd64 (2.5.5-1build1) ... Selecting previously unselected package gpgconf. Preparing to unpack .../35-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ... Unpacking gpgconf (2.2.27-3ubuntu2.1) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../36-libksba8_1.6.0-2ubuntu0.2_amd64.deb ... Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ... Selecting previously unselected package policykit-1. Preparing to unpack .../84-policykit-1_0.105-26ubuntu1.3_arm64.deb ... Unpacking policykit-1 (0.105-26ubuntu1.3) ... Selecting previously unselected package python3-certifi. Preparing to unpack .../85-python3-certifi_2019.11.28-1_all.deb ... Unpacking python3-certifi (2019.11.28-1) ... Selecting previously unselected package python3-chardet. Preparing to unpack .../86-python3-chardet_3.0.4-4build1_all.deb ... Unpacking python3-chardet (3.0.4-4build1) ... Selecting previously unselected package python3-idna. Preparing to unpack .../87-python3-idna_2.8-1_all.deb ... Unpacking python3-idna (2.8-1) ... Selecting previously unselected package python3-urllib3. Preparing to unpack .../88-python3-urllib3_1.25.8-2ubuntu0.3_all.deb ... Unpacking python3-urllib3 (1.25.8-2ubuntu0.3) ... Selecting previously unselected package python3-requests. Preparing to unpack .../89-python3-requests_2.22.0-2ubuntu1.1_all.deb ... Unpacking python3-requests (2.22.0-2ubuntu1.1) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5679 files and directories currently installed.) Preparing to unpack .../00-python3_3.11.4-5_amd64.deb ... Unpacking python3 (3.11.4-5) ... Selecting previously unselected package libargon2-1:amd64. Preparing to unpack .../01-libargon2-1_0~20190702+dfsg-3_amd64.deb ... Unpacking libargon2-1:amd64 (0~20190702+dfsg-3) ... Selecting previously unselected package libdevmapper1.02.1:amd64. Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2ubuntu1_amd64.deb ... Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2ubuntu1) ... Selecting previously unselected package python3-apt. Preparing to unpack .../60-python3-apt_2.6.0_amd64.deb ... Unpacking python3-apt (2.6.0) ... Selecting previously unselected package python3-blinker. Preparing to unpack .../61-python3-blinker_1.5-1_all.deb ... Unpacking python3-blinker (1.5-1) ... Selecting previously unselected package python3-cffi-backend:amd64. Preparing to unpack .../62-python3-cffi-backend_1.15.1-5+b1_amd64.deb ... Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../63-python3-cryptography_38.0.4-3_amd64.deb ... Unpacking python3-cryptography (38.0.4-3) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../64-python3-dbus_1.3.2-4+b1_amd64.deb ... Unpacking python3-dbus (1.3.2-4+b1) ... Setting up libsystemd0:arm64 (249.11-0ubuntu3.12) ... Selecting previously unselected package libpython3.10-minimal:arm64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.3_arm64.deb ... Unpacking libpython3.10-minimal:arm64 (3.10.12-1~22.04.3) ... Selecting previously unselected package libexpat1:arm64. Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_arm64.deb ... Unpacking libexpat1:arm64 (2.4.7-1ubuntu0.2) ... Selecting previously unselected package python3.10-minimal. Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.3_arm64.deb ... Unpacking python3.10-minimal (3.10.12-1~22.04.3) ... Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Get:73 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libksba8 arm64 1.6.3-2 [116 kB] Get:74 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnpth0 arm64 1.6-3build2 [8156 B] Get:75 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 dirmngr arm64 2.2.40-1.1ubuntu1 [297 kB] go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 Setting up gpgconf (2.2.40-1.1ubuntu1) ... Setting up libpam-systemd:arm64 (253.5-1ubuntu6.1) ... Setting up gpg-agent (2.2.12-1+deb10u2) ... Setting up gpgsm (2.2.12-1+deb10u2) ... Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u8) ... Setting up python3 (3.7.3-1) ... Setting up dirmngr (2.2.12-1+deb10u2) ... Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ... Setting up python3-pycurl (7.43.0.2-0.1) ... Setting up python3-gi (3.30.4-1) ... Setting up libglib2.0-data (2.76.4-0ubuntu1) ... Setting up gnupg-l10n (2.2.40-1.1ubuntu1) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... Setting up libdbus-1-3:amd64 (1.14.4-1ubuntu1) ... Setting up libk5crypto3:amd64 (1.20.1-1ubuntu0.1) ... Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... Setting up python-apt-common (2.5.3ubuntu1) ... Setting up dbus-session-bus-common (1.14.4-1ubuntu1) ... Setting up libgirepository-1.0-1:amd64 (1.76.1-1) ... Setting up libkrb5-3:amd64 (1.20.1-1ubuntu0.1) ... Setting up libstemmer0d:amd64 (2.2.0-2) ... Setting up lsb-release (12.0-1ubuntu1) ... Setting up dbus-system-bus-common (1.14.4-1ubuntu1) ... Setting up openssl (3.0.8-1ubuntu1.4) ... Setting up libelf1:amd64 (0.188-2.1) ... Installing : libnfnetlink-1.0.1-13.el8.x86_64 3/35 Running scriptlet: libnfnetlink-1.0.1-13.el8.x86_64 3/35 Installing : fuse3-libs-3.3.0-17.el8.x86_64 4/35 Running scriptlet: fuse3-libs-3.3.0-17.el8.x86_64 4/35 Installing : libnetfilter_conntrack-1.0.6-5.el8.x86_64 5/35 Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.x86_64 5/35 Installing : python3-libsemanage-2.9-9.el8.x86_64 6/35 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jtjf8u + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QyfPP2 + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xf - Selecting previously unselected package libnpth0:amd64. Preparing to unpack .../37-libnpth0_1.6-3build2_amd64.deb ... Unpacking libnpth0:amd64 (1.6-3build2) ... Selecting previously unselected package dirmngr. Preparing to unpack .../38-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ... Unpacking dirmngr (2.2.27-3ubuntu2.1) ... Selecting previously unselected package libpackagekit-glib2-18:amd64. Preparing to unpack .../39-libpackagekit-glib2-18_1.2.5-2ubuntu2_amd64.deb ... Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../40-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_amd64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../41-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ... Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../42-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ... Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ... Selecting previously unselected package python3-requests-unixsocket. Preparing to unpack .../90-python3-requests-unixsocket_0.2.0-2_all.deb ... Unpacking python3-requests-unixsocket (0.2.0-2) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../91-python3-software-properties_0.99.9.12_all.deb ... Unpacking python3-software-properties (0.99.9.12) ... Selecting previously unselected package packagekit. Preparing to unpack .../92-packagekit_1.1.13-2ubuntu1.1_arm64.deb ... Unpacking packagekit (1.1.13-2ubuntu1.1) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../93-software-properties-common_0.99.9.12_all.deb ... Unpacking software-properties-common (0.99.9.12) ... Selecting previously unselected package libjson-c5:amd64. Preparing to unpack .../03-libjson-c5_0.17-1_amd64.deb ... Unpacking libjson-c5:amd64 (0.17-1) ... Selecting previously unselected package libcryptsetup12:amd64. Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4ubuntu3_amd64.deb ... Unpacking libcryptsetup12:amd64 (2:2.6.1-4ubuntu3) ... Selecting previously unselected package libfdisk1:amd64. Preparing to unpack .../05-libfdisk1_2.39.1-4ubuntu2_amd64.deb ... Unpacking libfdisk1:amd64 (2.39.1-4ubuntu2) ... Selecting previously unselected package libkmod2:amd64. Preparing to unpack .../06-libkmod2_30+20230519-1ubuntu3_amd64.deb ... Unpacking libkmod2:amd64 (30+20230519-1ubuntu3) ... Selecting previously unselected package python3-distro. Preparing to unpack .../65-python3-distro_1.8.0-1_all.deb ... Unpacking python3-distro (1.8.0-1) ... Selecting previously unselected package python3-gi. Preparing to unpack .../66-python3-gi_3.42.2-3+b1_amd64.deb ... Unpacking python3-gi (3.42.2-3+b1) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ... Unpacking python3-pyparsing (3.0.9-1) ... Selecting previously unselected package python3-httplib2. Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ... Unpacking python3-httplib2 (0.20.4-3) ... Selecting previously unselected package python3-jwt. Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ... Unpacking python3-jwt (2.6.0-1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../70-python3-pkg-resources_66.1.1-1_all.deb ... Unpacking python3-pkg-resources (66.1.1-1) ... Setting up libpython3.10-minimal:arm64 (3.10.12-1~22.04.3) ... Setting up libexpat1:arm64 (2.4.7-1ubuntu0.2) ... Setting up python3.10-minimal (3.10.12-1~22.04.3) ... Reading package lists... Get:76 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpackagekit-glib2-18 arm64 1.2.6-3 [114 kB] Get:77 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.6-3 [25.4 kB] Get:78 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gnupg-l10n all 2.2.40-1.1ubuntu1 [56.2 kB] Setting up libcurl4:arm64 (8.2.1-1ubuntu3.2) ... Setting up libpolkit-agent-1-0:arm64 (123-1) ... Setting up curl (8.2.1-1ubuntu3.2) ... Setting up gpg (2.2.40-1.1ubuntu1) ... Setting up libgstreamer1.0-0:arm64 (1.22.5-1) ... Setcap worked! gst-ptp-helper is not suid! Setting up gnupg-utils (2.2.40-1.1ubuntu1) ... Setting up libtirpc3:arm64 (1.3.3+ds-1) ... Setting up gpg-agent (2.2.40-1.1ubuntu1) ... Setting up gpg-wks-server (2.2.12-1+deb10u2) ... Setting up lsb-release (10.2019051400) ... Setting up python3-dbus (1.2.8-3) ... Setting up gpg-wks-client (2.2.12-1+deb10u2) ... Setting up python3-apt (1.8.4.3) ... Setting up readline-common (8.2-1.3) ... Setting up libxml2:amd64 (2.9.14+dfsg-1.1ubuntu0.1) ... Setting up libldap2:amd64 (2.6.3+dfsg-1~exp1ubuntu2) ... Setting up iso-codes (4.12.0-1) ... Setting up dbus-bin (1.14.4-1ubuntu1) ... Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ... Setting up pinentry-curses (1.2.1-1ubuntu1) ... Setting up libdw1:amd64 (0.188-2.1) ... Setting up libreadline8:amd64 (8.2-1.3) ... Setting up libglib2.0-bin (2.76.4-0ubuntu1) ... Setting up dbus-daemon (1.14.4-1ubuntu1) ... Setting up ca-certificates (20230311ubuntu0.23.04.1) ... Selecting previously unselected package gpg. Preparing to unpack .../43-gpg_2.2.27-3ubuntu2.1_amd64.deb ... Unpacking gpg (2.2.27-3ubuntu2.1) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../44-pinentry-curses_1.1.1-1build2_amd64.deb ... Unpacking pinentry-curses (1.1.1-1build2) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../45-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ... Unpacking gpg-agent (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../46-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ... Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../47-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ... Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gpgsm. Preparing to unpack .../48-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ... Unpacking gpgsm (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gnupg2. Preparing to unpack .../94-gnupg2_2.2.19-3ubuntu2.2_all.deb ... Unpacking gnupg2 (2.2.19-3ubuntu2.2) ... Setting up libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ... Setting up liblmdb0:arm64 (0.9.24-1) ... Setting up systemd-sysv (245.4-4ubuntu3.23) ... Setting up libkeyutils1:arm64 (1.6-6ubuntu1.1) ... Setting up libproxy1v5:arm64 (0.4.15-10ubuntu1.2) ... Setting up libpsl5:arm64 (0.21.0-1ubuntu1) ... Setting up mime-support (3.64ubuntu1) ... Setting up apt-transport-https (2.0.10) ... Setting up libyaml-0-2:arm64 (0.2.2-1) ... Setting up libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.6) ... Setting up distro-info-data (0.43ubuntu1.15) ... Setting up libbrotli1:arm64 (1.0.7-6ubuntu0.1) ... Selecting previously unselected package libapparmor1:amd64. Preparing to unpack .../07-libapparmor1_4.0.0~alpha2-0ubuntu5_amd64.deb ... Unpacking libapparmor1:amd64 (4.0.0~alpha2-0ubuntu5) ... Selecting previously unselected package libip4tc2:amd64. Preparing to unpack .../08-libip4tc2_1.8.9-2ubuntu2_amd64.deb ... Unpacking libip4tc2:amd64 (1.8.9-2ubuntu2) ... Selecting previously unselected package libsystemd-shared:amd64. Preparing to unpack .../09-libsystemd-shared_253.5-1ubuntu6.1_amd64.deb ... Unpacking libsystemd-shared:amd64 (253.5-1ubuntu6.1) ... Selecting previously unselected package systemd-dev. Preparing to unpack .../10-systemd-dev_253.5-1ubuntu6.1_all.deb ... Unpacking systemd-dev (253.5-1ubuntu6.1) ... Selecting previously unselected package systemd. Preparing to unpack .../11-systemd_253.5-1ubuntu6.1_amd64.deb ... Unpacking systemd (253.5-1ubuntu6.1) ... Selecting previously unselected package python3-lazr.uri. Preparing to unpack .../71-python3-lazr.uri_1.0.6-3_all.deb ... Unpacking python3-lazr.uri (1.0.6-3) ... Selecting previously unselected package python3-wadllib. Preparing to unpack .../72-python3-wadllib_1.3.6-4_all.deb ... Unpacking python3-wadllib (1.3.6-4) ... Selecting previously unselected package python3-oauthlib. Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ... Unpacking python3-oauthlib (3.2.2-1) ... Selecting previously unselected package python3-six. Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ... Unpacking python3-six (1.16.0-4) ... Selecting previously unselected package python3-lazr.restfulclient. Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ... Unpacking python3-lazr.restfulclient (0.14.5-1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../76-python3-software-properties_0.99.30-4_all.deb ... Unpacking python3-software-properties (0.99.30-4) ... Building dependency tree... Reading state information... The following additional packages will be installed: dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 media-types openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.9 python3.9-minimal readline-common Suggested packages: dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery pinentry-doc python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv python3.9-doc binutils binfmt-support readline-doc Recommended packages: dbus libglib2.0-data shared-mime-info xdg-user-dirs libldap-common libgpm2 packagekit publicsuffix libsasl2-modules unattended-upgrades Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Setting up python3-software-properties (0.96.20.2-2) ... Selecting previously unselected package gnupg. Preparing to unpack .../49-gnupg_2.2.27-3ubuntu2.1_all.deb ... Unpacking gnupg (2.2.27-3ubuntu2.1) ... Selecting previously unselected package libcurl3-gnutls:amd64. Preparing to unpack .../50-libcurl3-gnutls_7.81.0-1ubuntu1.15_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.15) ... Selecting previously unselected package libstemmer0d:amd64. Preparing to unpack .../51-libstemmer0d_2.2.0-1build1_amd64.deb ... Unpacking libstemmer0d:amd64 (2.2.0-1build1) ... Selecting previously unselected package libxmlb2:amd64. Preparing to unpack .../52-libxmlb2_0.3.6-2build1_amd64.deb ... Unpacking libxmlb2:amd64 (0.3.6-2build1) ... Selecting previously unselected package libappstream4:amd64. Preparing to unpack .../53-libappstream4_0.15.2-2_amd64.deb ... Unpacking libappstream4:amd64 (0.15.2-2) ... + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xf - Setting up libsqlite3-0:arm64 (3.31.1-4ubuntu0.6) ... Setting up libnghttp2-14:arm64 (1.40.0-1ubuntu0.2) ... Setting up libpackagekit-glib2-18:arm64 (1.1.13-2ubuntu1.1) ... Setting up libnpth0:arm64 (1.6-1) ... Setting up libassuan0:arm64 (2.5.3-7ubuntu2) ... Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ... Setting up libkrb5support0:arm64 (1.17-6ubuntu4.4) ... Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ... Setting up tzdata (2023d-0ubuntu0.20.04) ... Current default time zone: 'Etc/UTC' Local time is now: Mon Jan 22 21:45:46 UTC 2024. Universal Time is now: Mon Jan 22 21:45:46 UTC 2024. Run 'dpkg-reconfigure tzdata' if you wish to change it. Setting up libcap2-bin (1:2.32-1ubuntu0.1) ... Setting up libdconf1:arm64 (0.36.0-1) ... Setting up libargon2-1:amd64 (0~20190702+dfsg-3) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2ubuntu1) ... Setting up libjson-c5:amd64 (0.17-1) ... Setting up libcryptsetup12:amd64 (2:2.6.1-4ubuntu3) ... Setting up libfdisk1:amd64 (2.39.1-4ubuntu2) ... Setting up libkmod2:amd64 (30+20230519-1ubuntu3) ... Setting up libapparmor1:amd64 (4.0.0~alpha2-0ubuntu5) ... Setting up libip4tc2:amd64 (1.8.9-2ubuntu2) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../77-software-properties-common_0.99.30-4_all.deb ... Unpacking software-properties-common (0.99.30-4) ... Setting up libksba8:amd64 (1.6.3-2) ... Setting up media-types (10.0.0) ... Setting up systemd-sysv (252.19-1~deb12u1) ... Setting up libkeyutils1:amd64 (1.6.3-2) ... Setting up libpsl5:amd64 (0.21.2-1) ... Setting up libicu72:amd64 (72.1-3) ... Setting up apt-transport-https (2.6.1) ... Setting up libyaml-0-2:amd64 (0.2.5-1) ... Setting up libglib2.0-0:amd64 (2.74.6-2) ... No schema files found: doing nothing. Setting up distro-info-data (0.58+deb12u1) ... Setting up libtirpc-common (1.3.3+ds-1) ... Setting up libxmlb2:amd64 (0.3.10-2) ... Setting up libbrotli1:amd64 (1.0.9-2+b6) ... Setting up libsqlite3-0:amd64 (3.40.1-2) ... Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u1) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up gpgsm (2.2.40-1.1ubuntu1) ... Setting up libcurl3-gnutls:arm64 (8.2.1-1ubuntu3.2) ... Setting up libappstream4:arm64 (0.16.2-1) ... Setting up dirmngr (2.2.40-1.1ubuntu1) ... Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_arm64.deb ... Unpacking python3-minimal (3.10.6-1~22.04) ... Selecting previously unselected package media-types. Preparing to unpack .../1-media-types_7.0.0_all.deb ... Unpacking media-types (7.0.0) ... Setting up gnupg (2.2.12-1+deb10u2) ... Setting up gnupg2 (2.2.12-1+deb10u2) ... Setting up software-properties-common (0.96.20.2-2) ... Processing triggers for libc-bin (2.28-10+deb10u2) ... Processing triggers for ca-certificates (20200601~deb10u2) ... Updating certificates in /etc/ssl/certs... Get:79 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gnupg-utils arm64 2.2.40-1.1ubuntu1 [304 kB] Updating certificates in /etc/ssl/certs... Selecting previously unselected package libdw1:amd64. Preparing to unpack .../54-libdw1_0.186-1build1_amd64.deb ... Unpacking libdw1:amd64 (0.186-1build1) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../55-libglib2.0-bin_2.72.4-0ubuntu2.2_amd64.deb ... Unpacking libglib2.0-bin (2.72.4-0ubuntu2.2) ... Selecting previously unselected package libunwind8:amd64. Preparing to unpack .../56-libunwind8_1.3.2-2build2.1_amd64.deb ... Unpacking libunwind8:amd64 (1.3.2-2build2.1) ... Selecting previously unselected package libgstreamer1.0-0:amd64. Preparing to unpack .../57-libgstreamer1.0-0_1.20.3-0ubuntu1_amd64.deb ... Unpacking libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1) ... Selecting previously unselected package libpolkit-gobject-1-0:amd64. Preparing to unpack .../58-libpolkit-gobject-1-0_0.105-33_amd64.deb ... Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ... Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.6) ... Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ... Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ... Setting up libdbus-1-3:arm64 (1.12.16-2ubuntu2.3) ... Setting up dbus (1.12.16-2ubuntu2.3) ... Setting up libk5crypto3:arm64 (1.17-6ubuntu4.4) ... Setting up libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ... Setting up libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up python-apt-common (2.0.1ubuntu0.20.04.1) ... Setting up libsystemd-shared:amd64 (253.5-1ubuntu6.1) ... Setting up systemd-dev (253.5-1ubuntu6.1) ... Setting up systemd (253.5-1ubuntu6.1) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. /usr/lib/tmpfiles.d/systemd-network.conf:10: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:11: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:12: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:13: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:23: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:28: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:29: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:30: Failed to resolve group 'systemd-journal'. Creating group 'systemd-journal' with GID 999. Creating group 'systemd-network' with GID 998. Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6575 files and directories currently installed.) Preparing to unpack .../systemd-sysv_253.5-1ubuntu6.1_amd64.deb ... Unpacking systemd-sysv (253.5-1ubuntu6.1) ... Setting up libpackagekit-glib2-18:amd64 (1.2.6-5) ... Setting up libnpth0:amd64 (1.6-3) ... Setting up libassuan0:amd64 (2.5.5-5) ... Setting up libunwind8:amd64 (1.6.2-3) ... Setting up libkrb5support0:amd64 (1.20.1-2+deb12u1) ... Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... Setting up libcap2-bin (1:2.66-4) ... Setting up libglib2.0-data (2.74.6-2) ... Setting up gnupg-l10n (2.2.40-1.1) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... Setting up libncursesw6:amd64 (6.4-4) ... Setting up libk5crypto3:amd64 (1.20.1-2+deb12u1) ... Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... Setting up python-apt-common (2.6.0) ... Setting up libduktape207:amd64 (2.7.0-2) ... Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... Setting up libgirepository-1.0-1:amd64 (1.74.0-3) ... Setting up libssh2-1:amd64 (1.10.0-3+b1) ... Setting up sgml-base (1.31) ... Setting up libkrb5-3:amd64 (1.20.1-2+deb12u1) ... Setting up gir1.2-packagekitglib-1.0 (1.2.7-1) ... Setting up gpg-wks-server (2.2.40-1.1ubuntu1) ... Setting up libnsl2:arm64 (1.3.0-2build2) ... Setting up gpg-wks-client (2.2.40-1.1ubuntu1) ... Setting up libpython3.11-stdlib:arm64 (3.11.6-3) ... Setting up gnupg (2.2.40-1.1ubuntu1) ... Setting up libpython3-stdlib:arm64 (3.11.4-5) ... Setting up python3.11 (3.11.6-3) ... The following NEW packages will be installed: apt-transport-https ca-certificates curl dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 lsb-release media-types openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.9 python3.9-minimal readline-common software-properties-common Selecting previously unselected package libmpdec3:arm64. Preparing to unpack .../2-libmpdec3_2.5.1-2build2_arm64.deb ... Unpacking libmpdec3:arm64 (2.5.1-2build2) ... Selecting previously unselected package readline-common. Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ... Unpacking readline-common (8.1.2-1) ... Selecting previously unselected package libreadline8:arm64. Preparing to unpack .../4-libreadline8_8.1.2-1_arm64.deb ... Unpacking libreadline8:arm64 (8.1.2-1) ... Selecting previously unselected package libsqlite3-0:arm64. Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.3_arm64.deb ... Unpacking libsqlite3-0:arm64 (3.37.2-2ubuntu0.3) ... Selecting previously unselected package libpython3.10-stdlib:arm64. Preparing to unpack .../6-libpython3.10-stdlib_3.10.12-1~22.04.3_arm64.deb ... Unpacking libpython3.10-stdlib:arm64 (3.10.12-1~22.04.3) ... Get:80 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gpg arm64 2.2.40-1.1ubuntu1 [509 kB] 137 added, 0 removed; done. Setting up dbus (1.14.4-1ubuntu1) ... Selecting previously unselected package libpolkit-agent-1-0:amd64. Preparing to unpack .../59-libpolkit-agent-1-0_0.105-33_amd64.deb ... Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ... Selecting previously unselected package polkitd. Preparing to unpack .../60-polkitd_0.105-33_amd64.deb ... Unpacking polkitd (0.105-33) ... Selecting previously unselected package pkexec. Preparing to unpack .../61-pkexec_0.105-33_amd64.deb ... Unpacking pkexec (0.105-33) ... Selecting previously unselected package policykit-1. Preparing to unpack .../62-policykit-1_0.105-33_amd64.deb ... Unpacking policykit-1 (0.105-33) ... Selecting previously unselected package python3-blinker. Preparing to unpack .../63-python3-blinker_1.4+dfsg1-0.4_all.deb ... Setting up libpam-systemd:arm64 (245.4-4ubuntu3.23) ... Setting up libgirepository-1.0-1:arm64 (1.64.1-1~ubuntu20.04.1) ... Setting up libkrb5-3:arm64 (1.17-6ubuntu4.4) ... Setting up libstemmer0d:arm64 (0+svn585-2) ... Setting up libmpdec2:arm64 (2.4.2-3) ... Setting up glib-networking-common (2.64.2-1ubuntu0.1) ... Setting up openssl (1.1.1f-1ubuntu2.20) ... Setting up libelf1:arm64 (0.176-1.1ubuntu0.1) ... Setting up readline-common (8.0-4) ... Setting up iso-codes (4.4-1) ... Selecting previously unselected package sgml-base. Preparing to unpack .../sgml-base_1.31_all.deb ... Unpacking sgml-base (1.31) ... Selecting previously unselected package adduser. Preparing to unpack .../adduser_3.137ubuntu1_all.deb ... Unpacking adduser (3.137ubuntu1) ... Setting up adduser (3.137ubuntu1) ... Selecting previously unselected package openssl. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6669 files and directories currently installed.) Preparing to unpack .../00-openssl_3.0.10-1ubuntu2.1_amd64.deb ... Unpacking openssl (3.0.10-1ubuntu2.1) ... Setting up libstemmer0d:amd64 (2.2.0-2) ... Setting up lsb-release (12.0-1) ... Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... Setting up openssl (3.0.11-1~deb12u2) ... Setting up libelf1:amd64 (0.188-2.1) ... Setting up readline-common (8.2-1.3) ... Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... Setting up iso-codes (4.15.0-1) ... Setting up dbus-bin (1.14.10-1~deb12u1) ... Setting up libpolkit-gobject-1-0:amd64 (122-3) ... Setting up pinentry-curses (1.2.1-1) ... Setting up libdw1:amd64 (0.188-2.1) ... Setting up libreadline8:amd64 (8.2-1.3) ... Setting up libglib2.0-bin (2.74.6-2) ... Setting up dbus-daemon (1.14.10-1~deb12u1) ... 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded. Need to get 23.4 MB of archives. After this operation, 75.5 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB] Get:2 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2+deb11u5 [98.2 kB] Get:3 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB] Get:4 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB] Get:5 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB] Get:6 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB] Get:7 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2+deb11u2 [132 kB] Get:8 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB] Get:9 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB] Get:10 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB] Get:11 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB] Get:12 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB] Get:13 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB] Get:14 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB] Get:15 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1w-0+deb11u1 [859 kB] Get:16 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] Get:17 http://deb.debian.org/debian bullseye/main amd64 apt-transport-https all 2.2.4 [160 kB] Get:18 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] Get:19 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] Get:20 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] Get:21 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] Get:22 http://deb.debian.org/debian-security bullseye-security/main amd64 libnghttp2-14 amd64 1.43.0-1+deb11u1 [77.2 kB] Get:23 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] Get:24 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] Get:25 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] Get:26 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u11 [347 kB] Get:27 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u11 [271 kB] Get:28 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB] Get:29 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2+deb11u2 [548 kB] Get:30 http://deb.debian.org/debian bullseye/main amd64 libksba8 amd64 1.5.0-3+deb11u2 [123 kB] Get:31 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB] Get:32 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2+deb11u2 [763 kB] Get:33 http://deb.debian.org/debian bullseye/main amd64 distro-info-data all 0.51+deb11u4 [8048 B] Get:34 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-0 amd64 2.66.8-1 [1370 kB] Get:35 http://deb.debian.org/debian bullseye/main amd64 libgirepository-1.0-1 amd64 1.66.1-1+b1 [96.7 kB] Get:36 http://deb.debian.org/debian bullseye/main amd64 gir1.2-glib-2.0 amd64 1.66.1-1+b1 [151 kB] Get:37 http://deb.debian.org/debian bullseye/main amd64 libpackagekit-glib2-18 amd64 1.2.2-2 [124 kB] Get:38 http://deb.debian.org/debian bullseye/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.2-2 [36.8 kB] Get:39 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB] Get:40 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2+deb11u2 [905 kB] Get:41 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2+deb11u2 [928 kB] Get:42 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB] Get:43 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2+deb11u2 [669 kB] Get:44 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2+deb11u2 [524 kB] Get:45 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2+deb11u2 [516 kB] Get:46 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2+deb11u2 [645 kB] Get:47 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2+deb11u2 [825 kB] Get:48 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB] Get:49 http://deb.debian.org/debian bullseye/main amd64 iso-codes all 4.6.0-1 [2824 kB] Get:50 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+deb11u11 [344 kB] Get:51 http://deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.28-0+deb11u1 [223 kB] Get:52 http://deb.debian.org/debian bullseye/main amd64 lsb-release all 11.1.0 [27.9 kB] Get:53 http://deb.debian.org/debian bullseye/main amd64 python-apt-common all 2.2.1 [96.5 kB] Get:54 http://deb.debian.org/debian bullseye/main amd64 python3-apt amd64 2.2.1 [190 kB] Get:55 http://deb.debian.org/debian bullseye/main amd64 python3-dbus amd64 1.2.16-5 [108 kB] Get:56 http://deb.debian.org/debian bullseye/main amd64 python3-gi amd64 3.38.0-2 [232 kB] Get:57 http://deb.debian.org/debian bullseye/main amd64 python3-pycurl amd64 7.43.0.6-5 [68.8 kB] Get:58 http://deb.debian.org/debian bullseye/main amd64 python3-software-properties all 0.96.20.2-2.1 [49.7 kB] Get:59 http://deb.debian.org/debian bullseye/main amd64 software-properties-common all 0.96.20.2-2.1 [83.4 kB] Selecting previously unselected package python3.10. Preparing to unpack .../7-python3.10_3.10.12-1~22.04.3_arm64.deb ... Unpacking python3.10 (3.10.12-1~22.04.3) ... Selecting previously unselected package libpython3-stdlib:arm64. Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_arm64.deb ... Unpacking libpython3-stdlib:arm64 (3.10.6-1~22.04) ... Setting up python3-minimal (3.10.6-1~22.04) ... Get:81 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 pinentry-curses arm64 1.2.1-1ubuntu1 [33.6 kB] Get:82 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gpg-agent arm64 2.2.40-1.1ubuntu1 [211 kB] 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. ++ source /etc/os-release +++ PRETTY_NAME='Debian GNU/Linux 10 (buster)' +++ NAME='Debian GNU/Linux' +++ VERSION_ID=10 +++ VERSION='10 (buster)' +++ VERSION_CODENAME=buster +++ ID=debian +++ HOME_URL=https://www.debian.org/ +++ SUPPORT_URL=https://www.debian.org/support +++ BUG_REPORT_URL=https://bugs.debian.org/ ++ echo debian + DIST_ID=debian ++ lsb_release -sc + DIST_VERSION=buster + '[' buster = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/debian + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian' [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian + update-ca-certificates -f Clearing symlinks in /etc/ssl/certs... Setting up libgssapi-krb5-2:amd64 (1.20.1-1ubuntu0.1) ... Setting up gir1.2-glib-2.0:amd64 (1.76.1-1) ... Setting up libssh-4:amd64 (0.10.4-2ubuntu0.3) ... Setting up gpgconf (2.2.40-1.1ubuntu1) ... Setting up libpam-systemd:amd64 (252.5-2ubuntu3.2) ... Setting up libcurl4:amd64 (7.88.1-8ubuntu2.4) ... Setting up libpolkit-agent-1-0:amd64 (0.105-33) ... Setting up curl (7.88.1-8ubuntu2.4) ... Setting up polkitd (0.105-33) ... Setting up gpg (2.2.40-1.1ubuntu1) ... Unpacking python3-blinker (1.4+dfsg1-0.4) ... Selecting previously unselected package python3-cffi-backend:amd64. Preparing to unpack .../64-python3-cffi-backend_1.15.0-1build2_amd64.deb ... Unpacking python3-cffi-backend:amd64 (1.15.0-1build2) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../65-python3-cryptography_3.4.8-1ubuntu2.1_amd64.deb ... Unpacking python3-cryptography (3.4.8-1ubuntu2.1) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../66-python3-pyparsing_2.4.7-1_all.deb ... Unpacking python3-pyparsing (2.4.7-1) ... Selecting previously unselected package python3-httplib2. Preparing to unpack .../67-python3-httplib2_0.20.2-2_all.deb ... Unpacking python3-httplib2 (0.20.2-2) ... Selecting previously unselected package python3-more-itertools. Preparing to unpack .../68-python3-more-itertools_8.10.0-2_all.deb ... Unpacking python3-more-itertools (8.10.0-2) ... Setting up libpolkit-gobject-1-0:arm64 (0.105-26ubuntu1.3) ... Setting up libgstreamer1.0-0:arm64 (1.16.3-0ubuntu1.1) ... Setcap worked! gst-ptp-helper is not suid! Setting up libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up pinentry-curses (1.1.0-3build1) ... Setting up glib-networking-services (2.64.2-1ubuntu0.1) ... Setting up libicu66:arm64 (66.1-2ubuntu2.1) ... Setting up libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up libreadline8:arm64 (8.0-4) ... Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.6) ... Setting up libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up ca-certificates (20230311ubuntu0.20.04.1) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../01-ca-certificates_20230311ubuntu1_all.deb ... Unpacking ca-certificates (20230311ubuntu1) ... Selecting previously unselected package libdbus-1-3:amd64. Preparing to unpack .../02-libdbus-1-3_1.14.10-1ubuntu1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.14.10-1ubuntu1) ... Selecting previously unselected package dbus-bin. Preparing to unpack .../03-dbus-bin_1.14.10-1ubuntu1_amd64.deb ... Unpacking dbus-bin (1.14.10-1ubuntu1) ... Selecting previously unselected package dbus-session-bus-common. Preparing to unpack .../04-dbus-session-bus-common_1.14.10-1ubuntu1_all.deb ... Unpacking dbus-session-bus-common (1.14.10-1ubuntu1) ... Selecting previously unselected package dbus-daemon. Preparing to unpack .../05-dbus-daemon_1.14.10-1ubuntu1_amd64.deb ... Unpacking dbus-daemon (1.14.10-1ubuntu1) ... Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... Setting up ca-certificates (20230311) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 23.4 MB in 0s (53.3 MB/s) Selecting previously unselected package libpython3.9-minimal:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6664 files and directories currently installed.) Preparing to unpack .../libpython3.9-minimal_3.9.2-1_amd64.deb ... Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_amd64.deb ... Unpacking libexpat1:amd64 (2.2.10-2+deb11u5) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../0-python3_3.10.6-1~22.04_arm64.deb ... Unpacking python3 (3.10.6-1~22.04) ... Selecting previously unselected package libapparmor1:arm64. Preparing to unpack .../1-libapparmor1_3.0.4-2ubuntu2.3_arm64.deb ... Unpacking libapparmor1:arm64 (3.0.4-2ubuntu2.3) ... Selecting previously unselected package libargon2-1:arm64. Preparing to unpack .../2-libargon2-1_0~20171227-0.3_arm64.deb ... Unpacking libargon2-1:arm64 (0~20171227-0.3) ... Selecting previously unselected package libdevmapper1.02.1:arm64. Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ... Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ... Selecting previously unselected package libjson-c5:arm64. Preparing to unpack .../4-libjson-c5_0.15-3~ubuntu1.22.04.2_arm64.deb ... Unpacking libjson-c5:arm64 (0.15-3~ubuntu1.22.04.2) ... Selecting previously unselected package libcryptsetup12:arm64. Preparing to unpack .../5-libcryptsetup12_2%3a2.4.3-1ubuntu1.2_arm64.deb ... Unpacking libcryptsetup12:arm64 (2:2.4.3-1ubuntu1.2) ... Get:83 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gpg-wks-client arm64 2.2.40-1.1ubuntu1 [64.4 kB] Get:84 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gpg-wks-server arm64 2.2.40-1.1ubuntu1 [57.9 kB] Get:85 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gpgsm arm64 2.2.40-1.1ubuntu1 [199 kB] make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo dpkg-genchanges >../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.changes dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_amd64.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb /root/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_amd64.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_amd64.deb' removed '/root/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_amd64.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb' copied '/root/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_amd64.deb' removed '/root/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_amd64.deb' + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vql7CE + umask 022 + cd /root/rpmbuild/BUILD + cd src + export DOCKER_GITCOMMIT=c87e0ad + DOCKER_GITCOMMIT=c87e0ad + mkdir -p /go/src/github.com/docker + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + TMP_GOPATH=/go + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']' + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ++ : v2.0.0 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v2.0.0' Install rootlesskit version v2.0.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit@v2.0.0 done. Updating certificates in /etc/ssl/certs... Setting up libgstreamer1.0-0:amd64 (1.22.2-1) ... Setcap worked! gst-ptp-helper is not suid! Setting up gnupg-utils (2.2.40-1.1ubuntu1) ... Setting up libtirpc3:amd64 (1.3.3+ds-1) ... Setting up gpg-agent (2.2.40-1.1ubuntu1) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Selecting previously unselected package python3-zipp. Preparing to unpack .../69-python3-zipp_1.0.0-3_all.deb ... Unpacking python3-zipp (1.0.0-3) ... Selecting previously unselected package python3-importlib-metadata. Preparing to unpack .../70-python3-importlib-metadata_4.6.4-1_all.deb ... Unpacking python3-importlib-metadata (4.6.4-1) ... Selecting previously unselected package python3-jeepney. Preparing to unpack .../71-python3-jeepney_0.7.1-3_all.deb ... Unpacking python3-jeepney (0.7.1-3) ... Selecting previously unselected package python3-jwt. Preparing to unpack .../72-python3-jwt_2.3.0-1ubuntu0.2_all.deb ... Unpacking python3-jwt (2.3.0-1ubuntu0.2) ... Selecting previously unselected package python3-secretstorage. Preparing to unpack .../73-python3-secretstorage_3.3.1-1_all.deb ... Unpacking python3-secretstorage (3.3.1-1) ... Selecting previously unselected package dbus-system-bus-common. Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1ubuntu1_all.deb ... Unpacking dbus-system-bus-common (1.14.10-1ubuntu1) ... Selecting previously unselected package dbus. Preparing to unpack .../07-dbus_1.14.10-1ubuntu1_amd64.deb ... Unpacking dbus (1.14.10-1ubuntu1) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../08-distro-info-data_0.58ubuntu0.2_all.deb ... Unpacking distro-info-data (0.58ubuntu0.2) ... Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../09-libglib2.0-0_2.78.0-2_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.78.0-2) ... Updating certificates in /etc/ssl/certs... Selecting previously unselected package python3.9-minimal. Preparing to unpack .../python3.9-minimal_3.9.2-1_amd64.deb ... Unpacking python3.9-minimal (3.9.2-1) ... Setting up libpython3.9-minimal:amd64 (3.9.2-1) ... Setting up libexpat1:amd64 (2.2.10-2+deb11u5) ... Setting up python3.9-minimal (3.9.2-1) ... Selecting previously unselected package libip4tc2:arm64. Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu5.1_arm64.deb ... Unpacking libip4tc2:arm64 (1.8.7-1ubuntu5.1) ... Selecting previously unselected package libkmod2:arm64. Preparing to unpack .../7-libkmod2_29-1ubuntu1_arm64.deb ... Unpacking libkmod2:arm64 (29-1ubuntu1) ... Selecting previously unselected package systemd. Preparing to unpack .../8-systemd_249.11-0ubuntu3.12_arm64.deb ... Unpacking systemd (249.11-0ubuntu3.12) ... Get:86 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 gnupg all 2.2.40-1.1ubuntu1 [319 kB] Get:87 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libcurl3-gnutls arm64 7.88.1-8ubuntu2.4 [294 kB] Get:88 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libstemmer0d arm64 2.2.0-2 [159 kB] go: downloading github.com/rootless-containers/rootlesskit/v2 v2.0.0 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/debian/gpg + apt-key add - go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up gpgsm (2.2.40-1.1ubuntu1) ... Setting up libcurl3-gnutls:amd64 (7.88.1-8ubuntu2.4) ... Selecting previously unselected package python3-keyring. Preparing to unpack .../74-python3-keyring_23.5.0-1_all.deb ... Unpacking python3-keyring (23.5.0-1) ... Selecting previously unselected package python3-lazr.uri. Preparing to unpack .../75-python3-lazr.uri_1.0.6-2_all.deb ... Unpacking python3-lazr.uri (1.0.6-2) ... Selecting previously unselected package python3-wadllib. Preparing to unpack .../76-python3-wadllib_1.3.6-1_all.deb ... Unpacking python3-wadllib (1.3.6-1) ... Selecting previously unselected package python3-distro. Preparing to unpack .../77-python3-distro_1.7.0-1_all.deb ... Unpacking python3-distro (1.7.0-1) ... Selecting previously unselected package python3-oauthlib. Preparing to unpack .../78-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ... Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ... Selecting previously unselected package python3-six. Preparing to unpack .../79-python3-six_1.16.0-3ubuntu1_all.deb ... Setting up gnupg2 (2.2.40-1.1ubuntu1) ... Setting up python3 (3.11.4-5) ... Setting up python3-six (1.16.0-4) ... Setting up python3-pyparsing (3.1.0-1) ... Installing : python3-setools-4.3.0-5.el8.x86_64 7/35 Installing : docker-compose-plugin-2.24.2-0.el8.x86_64 8/35 Selecting previously unselected package libgirepository-1.0-1:amd64. Preparing to unpack .../10-libgirepository-1.0-1_1.78.1-1_amd64.deb ... Unpacking libgirepository-1.0-1:amd64 (1.78.1-1) ... Selecting previously unselected package gir1.2-glib-2.0:amd64. Preparing to unpack .../11-gir1.2-glib-2.0_1.78.1-1_amd64.deb ... Unpacking gir1.2-glib-2.0:amd64 (1.78.1-1) ... Selecting previously unselected package iso-codes. Preparing to unpack .../12-iso-codes_4.15.0-1_all.deb ... Unpacking iso-codes (4.15.0-1) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../13-libcap2-bin_1%3a2.66-4ubuntu1_amd64.deb ... Unpacking libcap2-bin (1:2.66-4ubuntu1) ... Updating certificates in /etc/ssl/certs... Setting up libapparmor1:arm64 (3.0.4-2ubuntu2.3) ... Setting up libargon2-1:arm64 (0~20171227-0.3) ... Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ... Setting up libjson-c5:arm64 (0.15-3~ubuntu1.22.04.2) ... Setting up libcryptsetup12:arm64 (2:2.4.3-1ubuntu1.2) ... Setting up libip4tc2:arm64 (1.8.7-1ubuntu5.1) ... Setting up libkmod2:arm64 (29-1ubuntu1) ... Setting up systemd (249.11-0ubuntu3.12) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. Get:89 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxmlb2 arm64 0.3.10-2 [63.6 kB] go: downloading github.com/Masterminds/semver/v3 v3.2.1 go: downloading github.com/urfave/cli/v2 v2.27.1 go: downloading github.com/containernetworking/plugins v1.4.0 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/moby/sys/mountinfo v0.7.1 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 Warning: apt-key output should not be parsed (stdout is not a terminal) go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/zmap/zlint/v3 v3.1.0 Setting up libappstream4:amd64 (0.16.1-1ubuntu1) ... Setting up dirmngr (2.2.40-1.1ubuntu1) ... Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Setting up gir1.2-packagekitglib-1.0 (1.2.6-3) ... Setting up gpg-wks-server (2.2.40-1.1ubuntu1) ... Setting up libnsl2:amd64 (1.3.0-2build2) ... Setting up packagekit (1.2.6-3) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Unpacking python3-six (1.16.0-3ubuntu1) ... Selecting previously unselected package python3-lazr.restfulclient. Preparing to unpack .../80-python3-lazr.restfulclient_0.14.4-1_all.deb ... Unpacking python3-lazr.restfulclient (0.14.4-1) ... Selecting previously unselected package python3-launchpadlib. Preparing to unpack .../81-python3-launchpadlib_1.10.16-1_all.deb ... Unpacking python3-launchpadlib (1.10.16-1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../82-python3-software-properties_0.99.22.9_all.deb ... Unpacking python3-software-properties (0.99.22.9) ... Selecting previously unselected package packagekit. Preparing to unpack .../83-packagekit_1.2.5-2ubuntu2_amd64.deb ... Unpacking packagekit (1.2.5-2ubuntu2) ... Setting up python3-gi (3.46.0-1) ... Setting up python3-httplib2 (0.20.4-3) ... Selecting previously unselected package libelf1:amd64. Preparing to unpack .../14-libelf1_0.189-4_amd64.deb ... Unpacking libelf1:amd64 (0.189-4) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../15-libglib2.0-data_2.78.0-2_all.deb ... Unpacking libglib2.0-data (2.78.0-2) ... Selecting previously unselected package libicu72:amd64. Preparing to unpack .../16-libicu72_72.1-3ubuntu3_amd64.deb ... Unpacking libicu72:amd64 (72.1-3ubuntu3) ... 140 added, 0 removed; done. Setting up dbus (1.14.10-1~deb12u1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u1) ... Setting up gir1.2-glib-2.0:amd64 (1.74.0-3) ... Setting up xml-core (0.18+nmu1) ... Setting up gpgconf (2.2.40-1.1) ... Setting up libpam-systemd:amd64 (252.19-1~deb12u1) ... go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/pierrec/lz4/v4 v4.1.17 go: downloading github.com/josharian/native v1.1.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 Get:90 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libappstream4 arm64 0.16.1-1ubuntu1 [212 kB] Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6958 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ... Unpacking python3-minimal (3.9.2-3) ... Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up gpg-wks-client (2.2.40-1.1ubuntu1) ... Setting up libpython3.11-stdlib:amd64 (3.11.4-1~23.04.2) ... Setting up gnupg (2.2.40-1.1ubuntu1) ... Setting up libpython3-stdlib:amd64 (3.11.2-1) ... Setting up python3.11 (3.11.4-1~23.04.2) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../84-software-properties-common_0.99.22.9_all.deb ... Unpacking software-properties-common (0.99.22.9) ... Selecting previously unselected package gnupg2. Preparing to unpack .../85-gnupg2_2.2.27-3ubuntu2.1_all.deb ... Unpacking gnupg2 (2.2.27-3ubuntu2.1) ... Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ... Setting up media-types (7.0.0) ... Setting up systemd-sysv (249.11-0ubuntu3.12) ... Setting up libpsl5:amd64 (0.21.0-1.2build2) ... Setting up apt-transport-https (2.4.11) ... Setting up libyaml-0-2:amd64 (0.2.2-1build2) ... Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.2) ... No schema files found: doing nothing. Setting up distro-info-data (0.52ubuntu0.6) ... Setting up libxmlb2:amd64 (0.3.6-2build1) ... Setting up libbrotli1:amd64 (1.0.9-2build6) ... Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ... Setting up python3-cffi-backend:arm64 (1.15.1-5build1) ... Setting up python3-blinker (1.6.2-1) ... Setting up python3-pkg-resources (68.1.2-2) ... Selecting previously unselected package libpam-systemd:amd64. Preparing to unpack .../17-libpam-systemd_253.5-1ubuntu6.1_amd64.deb ... Unpacking libpam-systemd:amd64 (253.5-1ubuntu6.1) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../18-libxml2_2.9.14+dfsg-1.3_amd64.deb ... Unpacking libxml2:amd64 (2.9.14+dfsg-1.3) ... Setting up libcurl4:amd64 (7.88.1-10+deb12u5) ... Setting up libpolkit-agent-1-0:amd64 (122-3) ... Setting up curl (7.88.1-10+deb12u5) ... Setting up gpg (2.2.40-1.1) ... Setting up libgstreamer1.0-0:amd64 (1.22.0-2) ... Setcap worked! gst-ptp-helper is not suid! Setting up gnupg-utils (2.2.40-1.1) ... Setting up libtirpc3:amd64 (1.3.3+ds-1) ... Setting up gpg-agent (2.2.40-1.1) ... 137 added, 0 removed; done. Setting up dbus-user-session (1.12.16-2ubuntu2.3) ... Setting up libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up libgssapi-krb5-2:arm64 (1.17-6ubuntu4.4) ... Setting up gir1.2-glib-2.0:arm64 (1.64.1-1~ubuntu20.04.1) ... Setting up libssh-4:arm64 (0.9.3-2ubuntu2.5) ... Setting up gpgconf (2.2.19-3ubuntu2.2) ... Setting up libpolkit-agent-1-0:arm64 (0.105-26ubuntu1.3) ... Setting up libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.9) ... Setting up python3.8 (3.8.10-0ubuntu1~20.04.9) ... Selecting previously unselected package media-types. Preparing to unpack .../1-media-types_4.0.0_all.deb ... Unpacking media-types (4.0.0) ... Selecting previously unselected package libmpdec3:amd64. Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ... Unpacking libmpdec3:amd64 (2.5.1-1) ... Selecting previously unselected package libncursesw6:amd64. Preparing to unpack .../3-libncursesw6_6.2+20201114-2+deb11u2_amd64.deb ... Unpacking libncursesw6:amd64 (6.2+20201114-2+deb11u2) ... Selecting previously unselected package readline-common. Preparing to unpack .../4-readline-common_8.1-1_all.deb ... Unpacking readline-common (8.1-1) ... Selecting previously unselected package libreadline8:amd64. Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ... Unpacking libreadline8:amd64 (8.1-1) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.12_arm64.deb ... Unpacking systemd-sysv (249.11-0ubuntu3.12) ... Selecting previously unselected package openssl. Preparing to unpack .../01-openssl_3.0.2-0ubuntu1.12_arm64.deb ... Unpacking openssl (3.0.2-0ubuntu1.12) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../02-ca-certificates_20230311ubuntu0.22.04.1_all.deb ... Unpacking ca-certificates (20230311ubuntu0.22.04.1) ... Selecting previously unselected package libdbus-1-3:arm64. Preparing to unpack .../03-libdbus-1-3_1.12.20-2ubuntu4.1_arm64.deb ... Unpacking libdbus-1-3:arm64 (1.12.20-2ubuntu4.1) ... Selecting previously unselected package dbus. Preparing to unpack .../04-dbus_1.12.20-2ubuntu4.1_arm64.deb ... Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.1) ... Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ... Setting up libnpth0:amd64 (1.6-3build2) ... Setting up libassuan0:amd64 (2.5.5-1build1) ... Setting up libunwind8:amd64 (1.3.2-2build2.1) ... Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... Setting up libcap2-bin (1:2.44-1ubuntu0.22.04.1) ... Setting up libglib2.0-data (2.72.4-0ubuntu2.2) ... Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... Setting up dbus (1.12.20-2ubuntu4.1) ... go: downloading github.com/google/certificate-transparency-go v1.1.4 Setting up python3-dbus (1.3.2-5) ... Setting up python3-distro (1.8.0-1) ... Selecting previously unselected package libyaml-0-2:amd64. Preparing to unpack .../19-libyaml-0-2_0.2.5-1_amd64.deb ... Unpacking libyaml-0-2:amd64 (0.2.5-1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../20-lsb-release_12.0-2_all.deb ... Unpacking lsb-release (12.0-2) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../21-python-apt-common_2.6.0ubuntu1_all.deb ... Unpacking python-apt-common (2.6.0ubuntu1) ... Selecting previously unselected package python3-apt. Preparing to unpack .../22-python3-apt_2.6.0ubuntu1_amd64.deb ... Unpacking python3-apt (2.6.0ubuntu1) ... Selecting previously unselected package python3-cffi-backend:amd64. Preparing to unpack .../23-python3-cffi-backend_1.15.1-5build1_amd64.deb ... Unpacking python3-cffi-backend:amd64 (1.15.1-5build1) ... Importing GPG key 0x621E9F35: Userid : "Docker Release (CE rpm) " Fingerprint: 060a 61c5 1b55 8a7f 742b 77aa c52f eb6b 621e 9f35 From : https://download.docker.com/linux/centos/gpg Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.34.1-3) ... Selecting previously unselected package libpython3.9-stdlib:amd64. Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ... Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ... Unpacking dbus (1.12.20-2ubuntu4.1) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../05-distro-info-data_0.52ubuntu0.6_all.deb ... Unpacking distro-info-data (0.52ubuntu0.6) ... Selecting previously unselected package libglib2.0-0:arm64. Preparing to unpack .../06-libglib2.0-0_2.72.4-0ubuntu2.2_arm64.deb ... Unpacking libglib2.0-0:arm64 (2.72.4-0ubuntu2.2) ... Selecting previously unselected package libgirepository-1.0-1:arm64. Preparing to unpack .../07-libgirepository-1.0-1_1.72.0-1_arm64.deb ... Unpacking libgirepository-1.0-1:arm64 (1.72.0-1) ... Selecting previously unselected package gir1.2-glib-2.0:arm64. Preparing to unpack .../08-gir1.2-glib-2.0_1.72.0-1_arm64.deb ... Unpacking gir1.2-glib-2.0:arm64 (1.72.0-1) ... Selecting previously unselected package iso-codes. Preparing to unpack .../09-iso-codes_4.9.0-1_all.deb ... Unpacking iso-codes (4.9.0-1) ... Get:91 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libdw1 arm64 0.188-2.1 [247 kB] Get:92 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 libglib2.0-bin arm64 2.76.4-0ubuntu1 [94.2 kB] Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ... Setting up python-apt-common (2.4.0ubuntu2) ... Setting up libmpdec3:amd64 (2.5.1-2build2) ... Setting up libpam-systemd:amd64 (249.11-0ubuntu3.12) ... Setting up libgirepository-1.0-1:amd64 (1.72.0-1) ... Setting up libstemmer0d:amd64 (2.2.0-1build1) ... go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/golang/protobuf v1.5.3 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 Setting up python3-jwt (2.7.0-1) ... Setting up python3-apt (2.6.0ubuntu1) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../24-python3-dbus_1.3.2-5_amd64.deb ... Unpacking python3-dbus (1.3.2-5) ... Selecting previously unselected package python3-gi. Preparing to unpack .../25-python3-gi_3.46.0-1_amd64.deb ... Unpacking python3-gi (3.46.0-1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../26-python3-pkg-resources_68.1.2-2_all.deb ... Unpacking python3-pkg-resources (68.1.2-2) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../27-libnghttp2-14_1.55.1-1ubuntu0.1_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.55.1-1ubuntu0.1) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../28-libpsl5_0.21.2-1_amd64.deb ... Unpacking libpsl5:amd64 (0.21.2-1) ... OK + '[' buster = sid ']' ++ dpkg --print-architecture + ARCH=amd64 + echo 'deb [arch=amd64] https://download.docker.com/linux/debian buster test' + apt-get update Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://deb.debian.org/debian-security buster/updates InRelease Hit:3 http://deb.debian.org/debian buster-updates InRelease Get:4 https://download.docker.com/linux/debian buster InRelease [53.9 kB] Running transaction check Running transaction test Transaction test succeeded Running transaction Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up gpgsm (2.2.40-1.1) ... Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u5) ... Setting up libappstream4:amd64 (0.16.1-2) ... Setting up dirmngr (2.2.40-1.1) ... Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Selecting previously unselected package python3.9. Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ... Unpacking python3.9 (3.9.2-1) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.9.2-3) ... Setting up python3-minimal (3.9.2-3) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7396 files and directories currently installed.) Preparing to unpack .../00-python3_3.9.2-3_amd64.deb ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../10-libcap2-bin_1%3a2.44-1ubuntu0.22.04.1_arm64.deb ... Unpacking libcap2-bin (1:2.44-1ubuntu0.22.04.1) ... Selecting previously unselected package libelf1:arm64. Preparing to unpack .../11-libelf1_0.186-1build1_arm64.deb ... Unpacking libelf1:arm64 (0.186-1build1) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../12-libglib2.0-data_2.72.4-0ubuntu2.2_all.deb ... Unpacking libglib2.0-data (2.72.4-0ubuntu2.2) ... Get:93 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libunwind8 arm64 1.6.2-3 [55.1 kB] Get:94 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libgstreamer1.0-0 arm64 1.22.2-1 [927 kB] Setting up openssl (3.0.2-0ubuntu1.12) ... Setting up libelf1:amd64 (0.186-1build1) ... Setting up readline-common (8.1.2-1) ... Setting up iso-codes (4.9.0-1) ... Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ... Setting up libicu70:amd64 (70.1-2) ... Setting up pinentry-curses (1.1.1-1build2) ... Setting up libdw1:amd64 (0.186-1build1) ... Setting up libreadline8:amd64 (8.1.2-1) ... Setting up libglib2.0-bin (2.72.4-0ubuntu2.2) ... Setting up libldap-2.5-0:amd64 (2.5.16+dfsg-0ubuntu0.22.04.1) ... Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.3) ... Setting up ca-certificates (20230311ubuntu0.22.04.1) ... go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 Setting up python3-lazr.uri (1.0.6-3) ... Setting up python3-cryptography (38.0.4-4ubuntu0.23.10.1) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../29-apt-transport-https_2.7.3_all.deb ... Unpacking apt-transport-https (2.7.3) ... Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../30-libbrotli1_1.0.9-2build8_amd64.deb ... Unpacking libbrotli1:amd64 (1.0.9-2build8) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../31-libsasl2-modules-db_2.1.28+dfsg1-3_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg1-3) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../32-libsasl2-2_2.1.28+dfsg1-3_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.28+dfsg1-3) ... Selecting previously unselected package libldap2:amd64. Preparing to unpack .../33-libldap2_2.6.6+dfsg-1~exp1ubuntu1_amd64.deb ... Unpacking libldap2:amd64 (2.6.6+dfsg-1~exp1ubuntu1) ... Setting up gir1.2-packagekitglib-1.0 (1.2.6-5) ... Setting up gpg-wks-server (2.2.40-1.1) ... Setting up libnsl2:amd64 (1.3.0-2) ... Setting up gpg-wks-client (2.2.40-1.1) ... Setting up libpython3.11-stdlib:amd64 (3.11.2-6) ... Setting up gnupg (2.2.40-1.1) ... Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ... Setting up python3.11 (3.11.2-6) ... Setting up gnupg2 (2.2.40-1.1ubuntu1) ... Setting up python3 (3.11.2-1) ... Setting up python3-six (1.16.0-4) ... Setting up python3-pyparsing (3.0.9-1) ... Running scriptlet: docker-compose-plugin-2.24.2-0.el8.x86_64 8/35 Installing : docker-buildx-plugin-0.12.1-0.el8.x86_64 9/35 Unpacking python3 (3.9.2-3) ... Selecting previously unselected package openssl. Preparing to unpack .../01-openssl_1.1.1w-0+deb11u1_amd64.deb ... Unpacking openssl (1.1.1w-0+deb11u1) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../02-ca-certificates_20210119_all.deb ... Unpacking ca-certificates (20210119) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../03-apt-transport-https_2.2.4_all.deb ... Unpacking apt-transport-https (2.2.4) ... Selecting previously unselected package libicu70:arm64. Preparing to unpack .../13-libicu70_70.1-2_arm64.deb ... Unpacking libicu70:arm64 (70.1-2) ... Selecting previously unselected package libpam-systemd:arm64. Preparing to unpack .../14-libpam-systemd_249.11-0ubuntu3.12_arm64.deb ... Unpacking libpam-systemd:arm64 (249.11-0ubuntu3.12) ... Get:95 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpolkit-gobject-1-0 arm64 0.105-33 [42.4 kB] Get:96 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libpolkit-agent-1-0 arm64 0.105-33 [16.0 kB] Get:97 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 polkitd arm64 0.105-33 [77.7 kB] Get:98 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-blinker all 1.5-1 [14.0 kB] docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal" Setting up libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.6) ... Setting up policykit-1 (0.105-26ubuntu1.3) ... Setting up gpg (2.2.19-3ubuntu2.2) ... Setting up libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ... Setting up gnupg-utils (2.2.19-3ubuntu2.2) ... Setting up gpg-agent (2.2.19-3ubuntu2.2) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Setting up python3-wadllib (1.3.6-5) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../34-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... Selecting previously unselected package libssh-4:amd64. Preparing to unpack .../35-libssh-4_0.10.5-3ubuntu1.2_amd64.deb ... Unpacking libssh-4:amd64 (0.10.5-3ubuntu1.2) ... Selecting previously unselected package libcurl4:amd64. Preparing to unpack .../36-libcurl4_8.2.1-1ubuntu3.2_amd64.deb ... Unpacking libcurl4:amd64 (8.2.1-1ubuntu3.2) ... Selecting previously unselected package curl. Preparing to unpack .../37-curl_8.2.1-1ubuntu3.2_amd64.deb ... Unpacking curl (8.2.1-1ubuntu3.2) ... Selecting previously unselected package libassuan0:amd64. Preparing to unpack .../38-libassuan0_2.5.6-1_amd64.deb ... Unpacking libassuan0:amd64 (2.5.6-1) ... Selecting previously unselected package gpgconf. Preparing to unpack .../39-gpgconf_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking gpgconf (2.2.40-1.1ubuntu1) ... Setting up python3-gi (3.44.1-1) ... Setting up python3-httplib2 (0.20.4-3) ... Get:5 https://download.docker.com/linux/debian buster/test amd64 Packages [73.2 kB] Fetched 127 kB in 1s (192 kB/s) Installing : libseccomp-2.3.1-4.el7.aarch64 1/27 Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../04-libbrotli1_1.0.9-2+b2_amd64.deb ... Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../05-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../06-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... Selecting previously unselected package libldap-2.4-2:amd64. Preparing to unpack .../07-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../08-libnghttp2-14_1.43.0-1+deb11u1_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.43.0-1+deb11u1) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../09-libpsl5_0.21.0-1.2_amd64.deb ... Unpacking libpsl5:amd64 (0.21.0-1.2) ... Selecting previously unselected package libxml2:arm64. Preparing to unpack .../15-libxml2_2.9.13+dfsg-1ubuntu0.3_arm64.deb ... Unpacking libxml2:arm64 (2.9.13+dfsg-1ubuntu0.3) ... Selecting previously unselected package libyaml-0-2:arm64. Preparing to unpack .../16-libyaml-0-2_0.2.2-1build2_arm64.deb ... Unpacking libyaml-0-2:arm64 (0.2.2-1build2) ... Selecting previously unselected package lsb-release. Preparing to unpack .../17-lsb-release_11.1.0ubuntu4_all.deb ... Unpacking lsb-release (11.1.0ubuntu4) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../18-python-apt-common_2.4.0ubuntu2_all.deb ... Unpacking python-apt-common (2.4.0ubuntu2) ... Selecting previously unselected package python3-apt. Preparing to unpack .../19-python3-apt_2.4.0ubuntu2_arm64.deb ... Unpacking python3-apt (2.4.0ubuntu2) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../20-python3-dbus_1.2.18-3build1_arm64.deb ... Unpacking python3-dbus (1.2.18-3build1) ... Get:99 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-cffi-backend arm64 1.15.1-5build1 [80.3 kB] Get:100 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main arm64 python3-cryptography arm64 38.0.4-2ubuntu0.1 [637 kB] Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up gpgsm (2.2.19-3ubuntu2.2) ... Setting up dconf-service (0.36.0-1) ... Setting up python3 (3.8.2-0ubuntu2) ... Setting up python3-oauthlib (3.2.2-1) ... Setting up python3-lazr.restfulclient (0.14.5-1) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../40-libksba8_1.6.4-2_amd64.deb ... Unpacking libksba8:amd64 (1.6.4-2) ... Selecting previously unselected package libnpth0:amd64. Preparing to unpack .../41-libnpth0_1.6-3build2_amd64.deb ... Unpacking libnpth0:amd64 (1.6-3build2) ... Selecting previously unselected package dirmngr. Preparing to unpack .../42-dirmngr_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking dirmngr (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libpackagekit-glib2-18:amd64. Preparing to unpack .../43-libpackagekit-glib2-18_1.2.7-1_amd64.deb ... Unpacking libpackagekit-glib2-18:amd64 (1.2.7-1) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../44-gir1.2-packagekitglib-1.0_1.2.7-1_amd64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.7-1) ... Updating certificates in /etc/ssl/certs... go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 Setting up python3-cffi-backend:amd64 (1.15.1-5build1) ... Setting up python3-blinker (1.5-1) ... Setting up python3-pkg-resources (66.1.1-1ubuntu0.1) ... Setting up gnupg2 (2.2.40-1.1) ... Setting up python3 (3.11.2-1+b1) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../10-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... Selecting previously unselected package libssh2-1:amd64. Preparing to unpack .../11-libssh2-1_1.9.0-2_amd64.deb ... Unpacking libssh2-1:amd64 (1.9.0-2) ... Selecting previously unselected package libcurl4:amd64. Preparing to unpack .../12-libcurl4_7.74.0-1.3+deb11u11_amd64.deb ... Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u11) ... Selecting previously unselected package curl. Preparing to unpack .../13-curl_7.74.0-1.3+deb11u11_amd64.deb ... Unpacking curl (7.74.0-1.3+deb11u11) ... Selecting previously unselected package libassuan0:amd64. Preparing to unpack .../14-libassuan0_2.5.3-7.1_amd64.deb ... Unpacking libassuan0:amd64 (2.5.3-7.1) ... Running scriptlet: docker-buildx-plugin-0.12.1-0.el8.x86_64 9/35 Selecting previously unselected package python3-gi. Preparing to unpack .../21-python3-gi_3.42.1-0ubuntu1_arm64.deb ... Unpacking python3-gi (3.42.1-0ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../22-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ... Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... Selecting previously unselected package libnghttp2-14:arm64. Preparing to unpack .../23-libnghttp2-14_1.43.0-1ubuntu0.1_arm64.deb ... Unpacking libnghttp2-14:arm64 (1.43.0-1ubuntu0.1) ... Selecting previously unselected package libpsl5:arm64. Preparing to unpack .../24-libpsl5_0.21.0-1.2build2_arm64.deb ... Unpacking libpsl5:arm64 (0.21.0-1.2build2) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../25-apt-transport-https_2.4.11_all.deb ... Unpacking apt-transport-https (2.4.11) ... Setting up python3-six (1.14.0-2) ... Setting up gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ... Setting up python3-certifi (2019.11.28-1) ... make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' Setting up python3-launchpadlib (1.11.0-1) ... Setting up python3-software-properties (0.99.39) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../45-gnupg-l10n_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg-l10n (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../46-gnupg-utils_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking gnupg-utils (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpg. Preparing to unpack .../47-gpg_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking gpg (2.2.40-1.1ubuntu1) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../48-pinentry-curses_1.2.1-1ubuntu1_amd64.deb ... Unpacking pinentry-curses (1.2.1-1ubuntu1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../49-gpg-agent_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking gpg-agent (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../50-gpg-wks-client_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking gpg-wks-client (2.2.40-1.1ubuntu1) ... [Pipeline] } 137 added, 0 removed; done. [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh go: downloading github.com/kr/text v0.2.0 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 Setting up python3-dbus (1.3.2-4build1) ... Setting up python3-six (1.16.0-4) ... Setting up python3-pyparsing (3.0.9-1) ... Selecting previously unselected package gpgconf. Preparing to unpack .../15-gpgconf_2.2.27-2+deb11u2_amd64.deb ... Unpacking gpgconf (2.2.27-2+deb11u2) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../16-libksba8_1.5.0-3+deb11u2_amd64.deb ... Unpacking libksba8:amd64 (1.5.0-3+deb11u2) ... Selecting previously unselected package libnpth0:amd64. Preparing to unpack .../17-libnpth0_1.6-3_amd64.deb ... Unpacking libnpth0:amd64 (1.6-3) ... Selecting previously unselected package dirmngr. Preparing to unpack .../18-dirmngr_2.2.27-2+deb11u2_amd64.deb ... Unpacking dirmngr (2.2.27-2+deb11u2) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../19-distro-info-data_0.51+deb11u4_all.deb ... Unpacking distro-info-data (0.51+deb11u4) ... Installing : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.el8 10/35 Running scriptlet: docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.el8 10/35 Installing : python3-audit-3.1.2-1.el8.x86_64 11/35 Installing : libnl3-3.7.0-1.el8.x86_64 12/35 Running scriptlet: libnl3-3.7.0-1.el8.x86_64 12/35 Installing : libibverbs-48.0-1.el8.x86_64 13/35 Installing : libpcap-14:1.9.1-5.el8.x86_64 14/35 Installing : iptables-libs-1.8.5-11.el8.x86_64 15/35 Reading package lists... ++ find deb/debbuild/debian-buster/ -type f -name '*.deb' + packages='deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_amd64.deb deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_amd64.deb deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb' ++ echo 'deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_amd64.deb deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_amd64.deb deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb' ++ awk '$0="./"$0' ++ xargs + packages='./deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb Selecting previously unselected package docker-compose-plugin. (Reading database ... 9727 files and directories currently installed.) Preparing to unpack .../docker-compose-plugin_2.24.2-1~debian.10~buster_amd64.deb ... Unpacking docker-compose-plugin (2.24.2-1~debian.10~buster) ... Selecting previously unselected package libbrotli1:arm64. Preparing to unpack .../26-libbrotli1_1.0.9-2build6_arm64.deb ... Unpacking libbrotli1:arm64 (1.0.9-2build6) ... Selecting previously unselected package libsasl2-modules-db:arm64. Preparing to unpack .../27-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ... Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.2) ... Selecting previously unselected package libsasl2-2:arm64. Preparing to unpack .../28-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ... Unpacking libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.2) ... Selecting previously unselected package libldap-2.5-0:arm64. Preparing to unpack .../29-libldap-2.5-0_2.5.16+dfsg-0ubuntu0.22.04.1_arm64.deb ... Unpacking libldap-2.5-0:arm64 (2.5.16+dfsg-0ubuntu0.22.04.1) ... Selecting previously unselected package librtmp1:arm64. Preparing to unpack .../30-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ... Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ... Installing : libcgroup-0.41-21.el7.aarch64 2/27 Installing : libselinux-utils-2.5-15.el7.aarch64 3/27 Installing : policycoreutils-2.5-34.el7.aarch64 4/27 Get:101 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-pyparsing all 3.0.9-1 [83.1 kB] Setting up python3-gi (3.36.0-1) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../51-gpg-wks-server_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking gpg-wks-server (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpgsm. Preparing to unpack .../52-gpgsm_2.2.40-1.1ubuntu1_amd64.deb ... Unpacking gpgsm (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gnupg. Preparing to unpack .../53-gnupg_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libcurl3-gnutls:amd64. Preparing to unpack .../54-libcurl3-gnutls_8.2.1-1ubuntu3.2_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (8.2.1-1ubuntu3.2) ... Selecting previously unselected package libstemmer0d:amd64. Preparing to unpack .../55-libstemmer0d_2.2.0-4_amd64.deb ... Unpacking libstemmer0d:amd64 (2.2.0-4) ... Selecting previously unselected package libxmlb2:amd64. Preparing to unpack .../56-libxmlb2_0.3.10-2_amd64.deb ... Unpacking libxmlb2:amd64 (0.3.10-2) ... Setting up gir1.2-glib-2.0:amd64 (1.72.0-1) ... Setting up gpgconf (2.2.27-3ubuntu2.1) ... Setting up libcurl4:amd64 (7.81.0-1ubuntu1.15) ... Setting up libpolkit-agent-1-0:amd64 (0.105-33) ... Setting up curl (7.81.0-1ubuntu1.15) ... Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.3) ... Setting up polkitd (0.105-33) ... Setting up gpg (2.2.27-3ubuntu2.1) ... Setting up libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1) ... Setcap worked! gst-ptp-helper is not suid! Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ... Setting up gnupg-utils (2.2.27-3ubuntu2.1) ... Setting up gpg-agent (2.2.27-3ubuntu2.1) ... Processing triggers for libc-bin (2.38-1ubuntu6) ... Processing triggers for sgml-base (1.31) ... Setting up polkitd (123-1) ... Creating group 'polkitd' with GID 997. Creating user 'polkitd' (polkit) with UID 997 and GID 997. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of reload. start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory) Setting up packagekit (1.2.7-1) ... + make IMAGE=ubuntu:focal verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ ubuntu:focal ./verify Unable to find image 'ubuntu:focal' locally focal: Pulling from library/ubuntu go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading golang.org/x/mod v0.14.0 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 Setting up python3-distro (1.8.0-1) ... Setting up python3-jwt (2.6.0-1) ... Setting up python3-gi (3.42.2-3+b1) ... Setting up python3-httplib2 (0.20.4-3) ... Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../20-libglib2.0-0_2.66.8-1_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.66.8-1) ... Selecting previously unselected package libgirepository-1.0-1:amd64. Preparing to unpack .../21-libgirepository-1.0-1_1.66.1-1+b1_amd64.deb ... Unpacking libgirepository-1.0-1:amd64 (1.66.1-1+b1) ... Selecting previously unselected package gir1.2-glib-2.0:amd64. Preparing to unpack .../22-gir1.2-glib-2.0_1.66.1-1+b1_amd64.deb ... Unpacking gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ... Selecting previously unselected package libpackagekit-glib2-18:amd64. Preparing to unpack .../23-libpackagekit-glib2-18_1.2.2-2_amd64.deb ... Installing : libnftnl-1.2.2-3.el8.x86_64 16/35 Running scriptlet: libnftnl-1.2.2-3.el8.x86_64 16/35 Running scriptlet: iptables-1.8.5-11.el8.x86_64 17/35 Installing : iptables-1.8.5-11.el8.x86_64 17/35 Running scriptlet: iptables-1.8.5-11.el8.x86_64 17/35 Running scriptlet: libcgroup-0.41-19.el8.x86_64 18/35 Installing : libcgroup-0.41-19.el8.x86_64 18/35 Running scriptlet: libcgroup-0.41-19.el8.x86_64 18/35 Installing : fuse-common-3.3.0-17.el8.x86_64 19/35 Installing : fuse3-3.3.0-17.el8.x86_64 20/35 Selecting previously unselected package libssh-4:arm64. Preparing to unpack .../31-libssh-4_0.9.6-2ubuntu0.22.04.3_arm64.deb ... Unpacking libssh-4:arm64 (0.9.6-2ubuntu0.22.04.3) ... Selecting previously unselected package libcurl4:arm64. Preparing to unpack .../32-libcurl4_7.81.0-1ubuntu1.15_arm64.deb ... Unpacking libcurl4:arm64 (7.81.0-1ubuntu1.15) ... Selecting previously unselected package curl. Preparing to unpack .../33-curl_7.81.0-1ubuntu1.15_arm64.deb ... Unpacking curl (7.81.0-1ubuntu1.15) ... Selecting previously unselected package libassuan0:arm64. Preparing to unpack .../34-libassuan0_2.5.5-1build1_arm64.deb ... Unpacking libassuan0:arm64 (2.5.5-1build1) ... Selecting previously unselected package gpgconf. Preparing to unpack .../35-gpgconf_2.2.27-3ubuntu2.1_arm64.deb ... Unpacking gpgconf (2.2.27-3ubuntu2.1) ... Selecting previously unselected package libksba8:arm64. Preparing to unpack .../36-libksba8_1.6.0-2ubuntu0.2_arm64.deb ... Unpacking libksba8:arm64 (1.6.0-2ubuntu0.2) ... Selecting previously unselected package libnpth0:arm64. Preparing to unpack .../37-libnpth0_1.6-3build2_arm64.deb ... Unpacking libnpth0:arm64 (1.6-3build2) ... Get:102 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-httplib2 all 0.20.4-3 [30.4 kB] Get:103 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-jwt all 2.6.0-1 [18.2 kB] Get:104 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-lazr.uri all 1.0.6-3 [13.5 kB] Setting up python3-idna (2.8-1) ... Setting up python3-urllib3 (1.25.8-2ubuntu0.3) ... Selecting previously unselected package libappstream4:amd64. Preparing to unpack .../57-libappstream4_0.16.2-1_amd64.deb ... Unpacking libappstream4:amd64 (0.16.2-1) ... Selecting previously unselected package libduktape207:amd64. Preparing to unpack .../58-libduktape207_2.7.0+tests-0ubuntu2_amd64.deb ... Unpacking libduktape207:amd64 (2.7.0+tests-0ubuntu2) ... Selecting previously unselected package libdw1:amd64. Preparing to unpack .../59-libdw1_0.189-4_amd64.deb ... Unpacking libdw1:amd64 (0.189-4) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../60-libglib2.0-bin_2.78.0-2_amd64.deb ... Unpacking libglib2.0-bin (2.78.0-2) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up software-properties-common (0.99.39) ... 527f5363b98e: Already exists Digest: sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 Status: Downloaded newer image for ubuntu:focal Setting up python3-apt (2.5.3ubuntu1) ... Setting up python3-lazr.uri (1.0.6-3) ... Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ... Setting up python3-blinker (1.5-1) ... Setting up python3-pkg-resources (66.1.1-1) ... Unpacking libpackagekit-glib2-18:amd64 (1.2.2-2) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../24-gir1.2-packagekitglib-1.0_1.2.2-2_amd64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../25-gnupg-l10n_2.2.27-2+deb11u2_all.deb ... Unpacking gnupg-l10n (2.2.27-2+deb11u2) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../26-gnupg-utils_2.2.27-2+deb11u2_amd64.deb ... Unpacking gnupg-utils (2.2.27-2+deb11u2) ... Installing : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 21/35 Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 21/35 Installing : diffutils-3.6-6.el8.x86_64 22/35 Running scriptlet: diffutils-3.6-6.el8.x86_64 22/35 Installing : policycoreutils-2.9-24.el8.x86_64 23/35 Running scriptlet: policycoreutils-2.9-24.el8.x86_64 23/35 Installing : rpm-plugin-selinux-4.14.3-31.el8.x86_64 24/35 Installing : selinux-policy-3.14.3-134.el8.noarch 25/35 Running scriptlet: selinux-policy-3.14.3-134.el8.noarch 25/35 Selecting previously unselected package dirmngr. Preparing to unpack .../38-dirmngr_2.2.27-3ubuntu2.1_arm64.deb ... Unpacking dirmngr (2.2.27-3ubuntu2.1) ... Selecting previously unselected package libpackagekit-glib2-18:arm64. Preparing to unpack .../39-libpackagekit-glib2-18_1.2.5-2ubuntu2_arm64.deb ... Unpacking libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../40-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_arm64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../41-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ... Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../42-gnupg-utils_2.2.27-3ubuntu2.1_arm64.deb ... Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gpg. Preparing to unpack .../43-gpg_2.2.27-3ubuntu2.1_arm64.deb ... Unpacking gpg (2.2.27-3ubuntu2.1) ... Installing : selinux-policy-3.13.1-268.el7_9.2.noarch 5/27 Get:105 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-wadllib all 1.3.6-4 [35.8 kB] Get:106 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-distro all 1.8.0-1 [17.4 kB] Get:107 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-oauthlib all 3.2.2-1 [89.7 kB] Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ... Setting up lsb-release (11.1.0ubuntu2) ... Setting up libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ... Selecting previously unselected package libunwind8:amd64. Preparing to unpack .../61-libunwind8_1.6.2-3_amd64.deb ... Unpacking libunwind8:amd64 (1.6.2-3) ... Selecting previously unselected package libgstreamer1.0-0:amd64. Preparing to unpack .../62-libgstreamer1.0-0_1.22.5-1_amd64.deb ... Unpacking libgstreamer1.0-0:amd64 (1.22.5-1) ... Selecting previously unselected package libpolkit-gobject-1-0:amd64. Preparing to unpack .../63-libpolkit-gobject-1-0_123-1_amd64.deb ... Unpacking libpolkit-gobject-1-0:amd64 (123-1) ... Selecting previously unselected package libpolkit-agent-1-0:amd64. Preparing to unpack .../64-libpolkit-agent-1-0_123-1_amd64.deb ... Unpacking libpolkit-agent-1-0:amd64 (123-1) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up python3.10 (3.10.12-1~22.04.3) ... Processing triggers for ca-certificates (20230311ubuntu1) ... Updating certificates in /etc/ssl/certs... + verify + dpkg --version + verify_deb + apt-get update Setting up python3-cryptography (38.0.4-2ubuntu0.1) ... Setting up python3-wadllib (1.3.6-4) ... Setting up python3-dbus (1.3.2-4+b1) ... Selecting previously unselected package gpg. Preparing to unpack .../27-gpg_2.2.27-2+deb11u2_amd64.deb ... Unpacking gpg (2.2.27-2+deb11u2) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../28-pinentry-curses_1.1.0-4_amd64.deb ... Unpacking pinentry-curses (1.1.0-4) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../29-gpg-agent_2.2.27-2+deb11u2_amd64.deb ... Unpacking gpg-agent (2.2.27-2+deb11u2) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../44-pinentry-curses_1.1.1-1build2_arm64.deb ... Unpacking pinentry-curses (1.1.1-1build2) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../45-gpg-agent_2.2.27-3ubuntu2.1_arm64.deb ... Unpacking gpg-agent (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../46-gpg-wks-client_2.2.27-3ubuntu2.1_arm64.deb ... Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../47-gpg-wks-server_2.2.27-3ubuntu2.1_arm64.deb ... Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gpgsm. Preparing to unpack .../48-gpgsm_2.2.27-3ubuntu2.1_arm64.deb ... Unpacking gpgsm (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gnupg. Preparing to unpack .../49-gnupg_2.2.27-3ubuntu2.1_all.deb ... Unpacking gnupg (2.2.27-3ubuntu2.1) ... Get:108 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-six all 1.16.0-4 [12.4 kB] Get:109 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-lazr.restfulclient all 0.14.5-1 [50.7 kB] Selecting previously unselected package xml-core. Preparing to unpack .../65-xml-core_0.18+nmu1_all.deb ... Unpacking xml-core (0.18+nmu1) ... Selecting previously unselected package polkitd. Preparing to unpack .../66-polkitd_123-1_amd64.deb ... Unpacking polkitd (123-1) ... Selecting previously unselected package python3-blinker. Preparing to unpack .../67-python3-blinker_1.6.2-1_all.deb ... Unpacking python3-blinker (1.6.2-1) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../68-python3-cryptography_38.0.4-4ubuntu0.23.10.1_amd64.deb ... Unpacking python3-cryptography (38.0.4-4ubuntu0.23.10.1) ... Setting up python3-dbus (1.2.16-1build1) ... Setting up dconf-gsettings-backend:arm64 (0.36.0-1) ... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.14.10-1ubuntu1) ... Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Setting up python3-distro (1.8.0-1) ... Setting up python3-jwt (2.6.0-1) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../30-gpg-wks-client_2.2.27-2+deb11u2_amd64.deb ... Unpacking gpg-wks-client (2.2.27-2+deb11u2) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../31-gpg-wks-server_2.2.27-2+deb11u2_amd64.deb ... Unpacking gpg-wks-server (2.2.27-2+deb11u2) ... Selecting previously unselected package gpgsm. Preparing to unpack .../32-gpgsm_2.2.27-2+deb11u2_amd64.deb ... Unpacking gpgsm (2.2.27-2+deb11u2) ... Selecting previously unselected package gnupg. Preparing to unpack .../33-gnupg_2.2.27-2+deb11u2_all.deb ... Unpacking gnupg (2.2.27-2+deb11u2) ... Selecting previously unselected package gnupg2. Preparing to unpack .../34-gnupg2_2.2.27-2+deb11u2_all.deb ... Unpacking gnupg2 (2.2.27-2+deb11u2) ... Setting up python3-oauthlib (3.2.2-1) ... Setting up python3-lazr.restfulclient (0.14.5-1) ... Selecting previously unselected package libcurl3-gnutls:arm64. Preparing to unpack .../50-libcurl3-gnutls_7.81.0-1ubuntu1.15_arm64.deb ... Unpacking libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.15) ... Selecting previously unselected package libstemmer0d:arm64. Preparing to unpack .../51-libstemmer0d_2.2.0-1build1_arm64.deb ... Unpacking libstemmer0d:arm64 (2.2.0-1build1) ... Selecting previously unselected package libxmlb2:arm64. Preparing to unpack .../52-libxmlb2_0.3.6-2build1_arm64.deb ... Unpacking libxmlb2:arm64 (0.3.6-2build1) ... Selecting previously unselected package libappstream4:arm64. Preparing to unpack .../53-libappstream4_0.15.2-2_arm64.deb ... Unpacking libappstream4:arm64 (0.15.2-2) ... Selecting previously unselected package libdw1:arm64. Preparing to unpack .../54-libdw1_0.186-1build1_arm64.deb ... Unpacking libdw1:arm64 (0.186-1build1) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../55-libglib2.0-bin_2.72.4-0ubuntu2.2_arm64.deb ... Unpacking libglib2.0-bin (2.72.4-0ubuntu2.2) ... Get:110 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-launchpadlib all 1.11.0-1 [125 kB] Get:111 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 python3-software-properties all 0.99.35 [31.7 kB] Selecting previously unselected package python3-pyparsing. Preparing to unpack .../69-python3-pyparsing_3.1.0-1_all.deb ... Unpacking python3-pyparsing (3.1.0-1) ... Selecting previously unselected package python3-httplib2. Preparing to unpack .../70-python3-httplib2_0.20.4-3_all.deb ... Unpacking python3-httplib2 (0.20.4-3) ... Selecting previously unselected package python3-jwt. Preparing to unpack .../71-python3-jwt_2.7.0-1_all.deb ... Unpacking python3-jwt (2.7.0-1) ... Selecting previously unselected package python3-lazr.uri. Preparing to unpack .../72-python3-lazr.uri_1.0.6-3_all.deb ... Unpacking python3-lazr.uri (1.0.6-3) ... Selecting previously unselected package python3-wadllib. Preparing to unpack .../73-python3-wadllib_1.3.6-5_all.deb ... Unpacking python3-wadllib (1.3.6-5) ... Selecting previously unselected package python3-distro. Preparing to unpack .../74-python3-distro_1.8.0-1_all.deb ... Unpacking python3-distro (1.8.0-1) ... Setting up python3-apt (2.0.1ubuntu0.20.04.1) ... Setting up libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up python3-chardet (3.0.4-4build1) ... ++ source /etc/os-release +++ PRETTY_NAME='Ubuntu 23.10' +++ NAME=Ubuntu +++ VERSION_ID=23.10 +++ VERSION='23.10 (Mantic Minotaur)' +++ VERSION_CODENAME=mantic +++ ID=ubuntu +++ ID_LIKE=debian +++ HOME_URL=https://www.ubuntu.com/ +++ SUPPORT_URL=https://help.ubuntu.com/ +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy +++ UBUNTU_CODENAME=mantic +++ LOGO=ubuntu-logo ++ echo ubuntu + DIST_ID=ubuntu ++ lsb_release -sc + DIST_VERSION=mantic + '[' mantic = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/ubuntu + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu' + update-ca-certificates -f [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu Clearing symlinks in /etc/ssl/certs... Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.7 kB] Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1165 kB] Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3144 kB] Get:8 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] Get:9 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3293 kB] Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] Setting up gpgsm (2.2.27-3ubuntu2.1) ... Setting up python3-apt (2.6.0) ... Setting up python3-lazr.uri (1.0.6-3) ... Setting up python3-cryptography (38.0.4-3) ... Selecting previously unselected package iso-codes. Preparing to unpack .../35-iso-codes_4.6.0-1_all.deb ... Unpacking iso-codes (4.6.0-1) ... Setting up python3-launchpadlib (1.11.0-1) ... Setting up python3-software-properties (0.99.35) ... Selecting previously unselected package libunwind8:arm64. Preparing to unpack .../56-libunwind8_1.3.2-2build2.1_arm64.deb ... Unpacking libunwind8:arm64 (1.3.2-2build2.1) ... Selecting previously unselected package libgstreamer1.0-0:arm64. Preparing to unpack .../57-libgstreamer1.0-0_1.20.3-0ubuntu1_arm64.deb ... Unpacking libgstreamer1.0-0:arm64 (1.20.3-0ubuntu1) ... Selecting previously unselected package libpolkit-gobject-1-0:arm64. Preparing to unpack .../58-libpolkit-gobject-1-0_0.105-33_arm64.deb ... Unpacking libpolkit-gobject-1-0:arm64 (0.105-33) ... Selecting previously unselected package libpolkit-agent-1-0:arm64. Preparing to unpack .../59-libpolkit-agent-1-0_0.105-33_arm64.deb ... Unpacking libpolkit-agent-1-0:arm64 (0.105-33) ... Selecting previously unselected package polkitd. Preparing to unpack .../60-polkitd_0.105-33_arm64.deb ... Unpacking polkitd (0.105-33) ... Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... Selecting previously unselected package python3-oauthlib. Preparing to unpack .../75-python3-oauthlib_3.2.2-1_all.deb ... Unpacking python3-oauthlib (3.2.2-1) ... Selecting previously unselected package python3-six. Preparing to unpack .../76-python3-six_1.16.0-4_all.deb ... Unpacking python3-six (1.16.0-4) ... Selecting previously unselected package python3-lazr.restfulclient. Preparing to unpack .../77-python3-lazr.restfulclient_0.14.5-1_all.deb ... Unpacking python3-lazr.restfulclient (0.14.5-1) ... Selecting previously unselected package python3-launchpadlib. Preparing to unpack .../78-python3-launchpadlib_1.11.0-1_all.deb ... Unpacking python3-launchpadlib (1.11.0-1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../79-python3-software-properties_0.99.39_all.deb ... Unpacking python3-software-properties (0.99.39) ... Setting up libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up python3-software-properties (0.99.9.12) ... done. Updating certificates in /etc/ssl/certs... Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3294 kB] Setting up pkexec (0.105-33) ... Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.15) ... Setting up python3 (3.10.6-1~22.04) ... Setting up libappstream4:amd64 (0.15.2-2) ... Setting up python3-six (1.16.0-3ubuntu1) ... + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.RCY8DC + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64/usr/libexec/docker/cli-plugins/docker-compose + popd ~/rpmbuild/BUILD/src + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.DHDv0m + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' + ver=v2.24.2 + test v2.24.2 = v2.24.2 + echo 'PASS: docker-compose version OK' + RPM_EC=0 PASS: docker-compose version OK ++ jobs -p + exit 0 Processing files: docker-compose-plugin-2.24.2-0.fc38.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aNbFsh + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64/usr/share/doc/docker-compose-plugin + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64/usr/share/doc/docker-compose-plugin + 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.24.2-0.fc38.aarch64/usr/share/doc/docker-compose-plugin + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.4HQXLD + umask 022 + cd /root/rpmbuild/BUILD + cd src + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64/usr/share/licenses/docker-compose-plugin + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64/usr/share/licenses/docker-compose-plugin + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64/usr/share/licenses/docker-compose-plugin + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64/usr/share/licenses/docker-compose-plugin + RPM_EC=0 ++ jobs -p + exit 0 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64/usr/libexec/docker/cli-plugins/docker-compose Provides: docker-compose-plugin = 0:2.24.2-0.fc38 docker-compose-plugin(aarch-64) = 0:2.24.2-0.fc38 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) Enhances: docker-ce-cli Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.24.2-0.fc38.src.rpm Setting up python3-wadllib (1.3.6-4) ... Selecting previously unselected package libcurl3-gnutls:amd64. Preparing to unpack .../36-libcurl3-gnutls_7.74.0-1.3+deb11u11_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u11) ... Selecting previously unselected package libdbus-1-3:amd64. Preparing to unpack .../37-libdbus-1-3_1.12.28-0+deb11u1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.12.28-0+deb11u1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../38-lsb-release_11.1.0_all.deb ... Unpacking lsb-release (11.1.0) ... Selecting previously unselected package python-apt-common. Setting up software-properties-common (0.99.35) ... Processing triggers for libc-bin (2.37-0ubuntu2.1) ... Processing triggers for ca-certificates (20230311ubuntu0.23.04.1) ... Updating certificates in /etc/ssl/certs... Selecting previously unselected package pkexec. Preparing to unpack .../61-pkexec_0.105-33_arm64.deb ... Unpacking pkexec (0.105-33) ... Selecting previously unselected package policykit-1. Preparing to unpack .../62-policykit-1_0.105-33_arm64.deb ... Unpacking policykit-1 (0.105-33) ... Selecting previously unselected package python3-blinker. Preparing to unpack .../63-python3-blinker_1.4+dfsg1-0.4_all.deb ... Unpacking python3-blinker (1.4+dfsg1-0.4) ... Selecting previously unselected package python3-cffi-backend:arm64. Preparing to unpack .../64-python3-cffi-backend_1.15.0-1build2_arm64.deb ... Unpacking python3-cffi-backend:arm64 (1.15.0-1build2) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../65-python3-cryptography_3.4.8-1ubuntu2.1_arm64.deb ... Unpacking python3-cryptography (3.4.8-1ubuntu2.1) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../66-python3-pyparsing_2.4.7-1_all.deb ... Unpacking python3-pyparsing (2.4.7-1) ... Selecting previously unselected package packagekit. Preparing to unpack .../80-packagekit_1.2.7-1_amd64.deb ... Unpacking packagekit (1.2.7-1) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../81-software-properties-common_0.99.39_all.deb ... Unpacking software-properties-common (0.99.39) ... Selecting previously unselected package gnupg2. Preparing to unpack .../82-gnupg2_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg2 (2.2.40-1.1ubuntu1) ... Setting up libksba8:amd64 (1.6.4-2) ... Setting up media-types (10.1.0) ... Setting up python3-requests (2.22.0-2ubuntu1.1) ... Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ... Setting up libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ... Setting up python3-requests-unixsocket (0.2.0-2) ... Get:112 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 packagekit arm64 1.2.6-3 [425 kB] Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3770 kB] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1461 kB] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.5 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] Setting up dirmngr (2.2.27-3ubuntu2.1) ... Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ... Setting up python3-pyparsing (2.4.7-1) ... Setting up python3-oauthlib (3.2.2-1) ... Setting up python3-lazr.restfulclient (0.14.5-1) ... Preparing to unpack .../39-python-apt-common_2.2.1_all.deb ... Unpacking python-apt-common (2.2.1) ... Selecting previously unselected package python3-apt. Preparing to unpack .../40-python3-apt_2.2.1_amd64.deb ... Unpacking python3-apt (2.2.1) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../41-python3-dbus_1.2.16-5_amd64.deb ... Unpacking python3-dbus (1.2.16-5) ... Selecting previously unselected package python3-gi. Preparing to unpack .../42-python3-gi_3.38.0-2_amd64.deb ... Unpacking python3-gi (3.38.0-2) ... Selecting previously unselected package python3-pycurl. Preparing to unpack .../43-python3-pycurl_7.43.0.6-5_amd64.deb ... Unpacking python3-pycurl (7.43.0.6-5) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../44-python3-software-properties_0.96.20.2-2.1_all.deb ... Unpacking python3-software-properties (0.96.20.2-2.1) ... Selecting previously unselected package python3-httplib2. Preparing to unpack .../67-python3-httplib2_0.20.2-2_all.deb ... Unpacking python3-httplib2 (0.20.2-2) ... Selecting previously unselected package python3-more-itertools. Preparing to unpack .../68-python3-more-itertools_8.10.0-2_all.deb ... Unpacking python3-more-itertools (8.10.0-2) ... Selecting previously unselected package python3-zipp. Preparing to unpack .../69-python3-zipp_1.0.0-3_all.deb ... Unpacking python3-zipp (1.0.0-3) ... Selecting previously unselected package python3-importlib-metadata. Preparing to unpack .../70-python3-importlib-metadata_4.6.4-1_all.deb ... Unpacking python3-importlib-metadata (4.6.4-1) ... Selecting previously unselected package python3-jeepney. Preparing to unpack .../71-python3-jeepney_0.7.1-3_all.deb ... Unpacking python3-jeepney (0.7.1-3) ... Selecting previously unselected package python3-jwt. Preparing to unpack .../72-python3-jwt_2.3.0-1ubuntu0.2_all.deb ... Unpacking python3-jwt (2.3.0-1ubuntu0.2) ... Setting up systemd-sysv (253.5-1ubuntu6.1) ... Setting up libkeyutils1:amd64 (1.6.3-2) ... Setting up libpsl5:amd64 (0.21.2-1) ... Setting up libicu72:amd64 (72.1-3ubuntu3) ... Setting up apt-transport-https (2.7.3) ... Setting up libyaml-0-2:amd64 (0.2.5-1) ... Setting up libglib2.0-0:amd64 (2.78.0-2) ... No schema files found: doing nothing. Setting up distro-info-data (0.58ubuntu0.2) ... Setting up libtirpc-common (1.3.3+ds-1) ... Setting up dirmngr (2.2.19-3ubuntu2.2) ... Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Setting up libcurl4:arm64 (7.68.0-1ubuntu2.21) ... Setting up curl (7.68.0-1ubuntu2.21) ... Setting up glib-networking:arm64 (2.64.2-1ubuntu0.1) ... Setting up libsoup2.4-1:arm64 (2.70.0-1) ... Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ... Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... Get:113 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 software-properties-common all 0.99.35 [13.9 kB] Setting up python3-gi (3.42.1-0ubuntu1) ... Installing : libnfnetlink-1.0.1-4.el7.aarch64 6/27 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/ubuntu/gpg + apt-key add - Setting up python3-software-properties (0.99.30-4) ... Processing triggers for libc-bin (2.36-9+deb12u3) ... Processing triggers for systemd (252.19-1~deb12u1) ... Processing triggers for sgml-base (1.31) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../45-software-properties-common_0.96.20.2-2.1_all.deb ... Unpacking software-properties-common (0.96.20.2-2.1) ... Setting up libksba8:amd64 (1.5.0-3+deb11u2) ... Setting up media-types (4.0.0) ... Setting up libpsl5:amd64 (0.21.0-1.2) ... Setting up apt-transport-https (2.2.4) ... Setting up libglib2.0-0:amd64 (2.66.8-1) ... No schema files found: doing nothing. Setting up distro-info-data (0.51+deb11u4) ... Setting up libbrotli1:amd64 (1.0.9-2+b2) ... Setting up libsqlite3-0:amd64 (3.34.1-3) ... Setting up libnghttp2-14:amd64 (1.43.0-1+deb11u1) ... Setting up libpackagekit-glib2-18:amd64 (1.2.2-2) ... Setting up libnpth0:amd64 (1.6-3) ... Setting up libassuan0:amd64 (2.5.3-7.1) ... Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... Setting up gnupg-l10n (2.2.27-2+deb11u2) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... Setting up libdbus-1-3:amd64 (1.12.28-0+deb11u1) ... + go mod vendor -modfile=vendor.mod Selecting previously unselected package python3-secretstorage. Preparing to unpack .../73-python3-secretstorage_3.3.1-1_all.deb ... Unpacking python3-secretstorage (3.3.1-1) ... Selecting previously unselected package python3-keyring. Preparing to unpack .../74-python3-keyring_23.5.0-1_all.deb ... Unpacking python3-keyring (23.5.0-1) ... Selecting previously unselected package python3-lazr.uri. Preparing to unpack .../75-python3-lazr.uri_1.0.6-2_all.deb ... Unpacking python3-lazr.uri (1.0.6-2) ... Selecting previously unselected package python3-wadllib. Preparing to unpack .../76-python3-wadllib_1.3.6-1_all.deb ... Unpacking python3-wadllib (1.3.6-1) ... Selecting previously unselected package python3-distro. Preparing to unpack .../77-python3-distro_1.7.0-1_all.deb ... Unpacking python3-distro (1.7.0-1) ... Selecting previously unselected package python3-oauthlib. 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.14.4-1ubuntu1) ... ++ source /etc/os-release +++ PRETTY_NAME='Ubuntu 23.04' +++ NAME=Ubuntu +++ VERSION_ID=23.04 +++ VERSION='23.04 (Lunar Lobster)' +++ VERSION_CODENAME=lunar +++ ID=ubuntu +++ ID_LIKE=debian +++ HOME_URL=https://www.ubuntu.com/ +++ SUPPORT_URL=https://help.ubuntu.com/ +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy +++ UBUNTU_CODENAME=lunar +++ LOGO=ubuntu-logo ++ echo ubuntu + DIST_ID=ubuntu ++ lsb_release -sc + DIST_VERSION=lunar + '[' lunar = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/ubuntu + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu' + update-ca-certificates -f [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu Clearing symlinks in /etc/ssl/certs... Setting up libxmlb2:amd64 (0.3.10-2) ... Setting up libbrotli1:amd64 (1.0.9-2build8) ... Setting up libsqlite3-0:amd64 (3.42.0-1ubuntu0.1) ... Setting up libnghttp2-14:amd64 (1.55.1-1ubuntu0.1) ... Setting up libpackagekit-glib2-18:amd64 (1.2.7-1) ... Setting up libnpth0:amd64 (1.6-3build2) ... Setting up libassuan0:amd64 (2.5.6-1) ... Setting up libunwind8:amd64 (1.6.2-3) ... Setting up libkrb5support0:amd64 (1.20.1-3ubuntu1) ... Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg1-3) ... Setting up tzdata (2023d-0ubuntu0.23.10) ... Setting up libappstream4:arm64 (0.12.10-2) ... Setting up gnupg (2.2.19-3ubuntu2.2) ... Setting up packagekit (1.1.13-2ubuntu1.1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up gnupg2 (2.2.19-3ubuntu2.2) ... Setting up software-properties-common (0.99.9.12) ... Get:114 http://ports.ubuntu.com/ubuntu-ports lunar/universe arm64 gnupg2 all 2.2.40-1.1ubuntu1 [4462 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 41.7 MB in 18s (2299 kB/s) Selecting previously unselected package libssl3:arm64. Setting up python3-jeepney (0.7.1-3) ... Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ... Setting up python3-httplib2 (0.20.2-2) ... Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Setting up polkitd (122-3) ... Creating group 'polkitd' with GID 997. Creating user 'polkitd' (polkit) with UID 997 and GID 997. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of reload. start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory) Setting up packagekit (1.2.6-5) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Setting up libncursesw6:amd64 (6.2+20201114-2+deb11u2) ... Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... Setting up python-apt-common (2.2.1) ... Setting up libmpdec3:amd64 (2.5.1-1) ... Setting up libgirepository-1.0-1:amd64 (1.66.1-1+b1) ... Setting up libssh2-1:amd64 (1.9.0-2) ... Setting up openssl (1.1.1w-0+deb11u1) ... Setting up readline-common (8.1-1) ... Setting up iso-codes (4.6.0-1) ... Setting up pinentry-curses (1.1.0-4) ... Setting up libreadline8:amd64 (8.1-1) ... Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u11) ... Setting up ca-certificates (20210119) ... Preparing to unpack .../78-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ... Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ... Selecting previously unselected package python3-six. Preparing to unpack .../79-python3-six_1.16.0-3ubuntu1_all.deb ... Unpacking python3-six (1.16.0-3ubuntu1) ... Selecting previously unselected package python3-lazr.restfulclient. Preparing to unpack .../80-python3-lazr.restfulclient_0.14.4-1_all.deb ... Unpacking python3-lazr.restfulclient (0.14.4-1) ... Selecting previously unselected package python3-launchpadlib. Preparing to unpack .../81-python3-launchpadlib_1.10.16-1_all.deb ... Unpacking python3-launchpadlib (1.10.16-1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../82-python3-software-properties_0.99.22.9_all.deb ... Unpacking python3-software-properties (0.99.22.9) ... Selecting previously unselected package packagekit. Preparing to unpack .../83-packagekit_1.2.5-2ubuntu2_arm64.deb ... Unpacking packagekit (1.2.5-2ubuntu2) ... done. Updating certificates in /etc/ssl/certs... Running scriptlet: selinux-policy-targeted-3.14.3-134.el8.noarch 26/35 Installing : selinux-policy-targeted-3.14.3-134.el8.noarch 26/35 Running scriptlet: selinux-policy-targeted-3.14.3-134.el8.noarch 26/35 Current default time zone: 'Etc/UTC' Local time is now: Mon Jan 22 21:45:52 UTC 2024. Universal Time is now: Mon Jan 22 21:45:52 UTC 2024. Run 'dpkg-reconfigure tzdata' if you wish to change it. Setting up libcap2-bin (1:2.66-4ubuntu1) ... Setting up libglib2.0-data (2.78.0-2) ... Setting up gnupg-l10n (2.2.40-1.1ubuntu1) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... Setting up libdbus-1-3:amd64 (1.14.10-1ubuntu1) ... Setting up libk5crypto3:amd64 (1.20.1-3ubuntu1) ... Setting up libsasl2-2:amd64 (2.1.28+dfsg1-3) ... Setting up python-apt-common (2.6.0ubuntu1) ... Setting up libduktape207:amd64 (2.7.0+tests-0ubuntu2) ... Setting up dbus-session-bus-common (1.14.10-1ubuntu1) ... Setting up libgirepository-1.0-1:amd64 (1.78.1-1) ... Setting up sgml-base (1.31) ... Processing triggers for systemd (245.4-4ubuntu3.23) ... Processing triggers for libc-bin (2.31-0ubuntu9.14) ... Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ... Updating certificates in /etc/ssl/certs... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4347 files and directories currently installed.) Preparing to unpack .../libssl3_3.0.8-1ubuntu1.4_arm64.deb ... Unpacking libssl3:arm64 (3.0.8-1ubuntu1.4) ... Selecting previously unselected package libpython3.11-minimal:arm64. Preparing to unpack .../libpython3.11-minimal_3.11.4-1~23.04.2_arm64.deb ... Unpacking libpython3.11-minimal:arm64 (3.11.4-1~23.04.2) ... Selecting previously unselected package libexpat1:arm64. Preparing to unpack .../libexpat1_2.5.0-1_arm64.deb ... Unpacking libexpat1:arm64 (2.5.0-1) ... Selecting previously unselected package python3.11-minimal. Preparing to unpack .../python3.11-minimal_3.11.4-1~23.04.2_arm64.deb ... Unpacking python3.11-minimal (3.11.4-1~23.04.2) ... Setting up lsb-release (11.1.0ubuntu4) ... Setting up policykit-1 (0.105-33) ... Setting up python3-cffi-backend:amd64 (1.15.0-1build2) ... Setting up python3-blinker (1.4+dfsg1-0.4) ... Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~debian.10~buster_amd64.deb ... Unpacking docker-buildx-plugin (0.12.1-1~debian.10~buster) ... OK + '[' mantic = sid ']' ++ dpkg --print-architecture + ARCH=arm64 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu mantic test' + apt-get update Installing : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch 7/27 Installing : slirp4netns-0.4.3-4.el7_8.aarch64 8/27 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up software-properties-common (0.99.30-4) ... Processing triggers for ca-certificates (20230311) ... Updating certificates in /etc/ssl/certs... Updating certificates in /etc/ssl/certs... rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL Selecting previously unselected package software-properties-common. Preparing to unpack .../84-software-properties-common_0.99.22.9_all.deb ... Unpacking software-properties-common (0.99.22.9) ... Selecting previously unselected package gnupg2. Preparing to unpack .../85-gnupg2_2.2.27-3ubuntu2.1_all.deb ... Unpacking gnupg2 (2.2.27-3ubuntu2.1) ... Setting up libksba8:arm64 (1.6.0-2ubuntu0.2) ... Setting up media-types (7.0.0) ... Setting up systemd-sysv (249.11-0ubuntu3.12) ... Setting up libpsl5:arm64 (0.21.0-1.2build2) ... Setting up apt-transport-https (2.4.11) ... Setting up libyaml-0-2:arm64 (0.2.2-1build2) ... Setting up libglib2.0-0:arm64 (2.72.4-0ubuntu2.2) ... No schema files found: doing nothing. Setting up distro-info-data (0.52ubuntu0.6) ... Installing : checkpolicy-2.9-1.el8.x86_64 27/35 Installing : python3-policycoreutils-2.9-24.el8.noarch 28/35 Installing : policycoreutils-python-utils-2.9-24.el8.noarch 29/35 Setting up libkrb5-3:amd64 (1.20.1-3ubuntu1) ... Setting up libstemmer0d:amd64 (2.2.0-4) ... Setting up lsb-release (12.0-2) ... Setting up dbus-system-bus-common (1.14.10-1ubuntu1) ... Setting up openssl (3.0.10-1ubuntu2.1) ... Setting up libelf1:amd64 (0.189-4) ... Setting up readline-common (8.2-1.3) ... Setting up libssl3:arm64 (3.0.8-1ubuntu1.4) ... Setting up libpython3.11-minimal:arm64 (3.11.4-1~23.04.2) ... Setting up libexpat1:arm64 (2.5.0-1) ... Setting up python3.11-minimal (3.11.4-1~23.04.2) ... Setting up python3-more-itertools (8.10.0-2) ... Get:1 https://download.docker.com/linux/ubuntu mantic InRelease [48.8 kB] Hit:2 http://ports.ubuntu.com/ubuntu-ports mantic InRelease 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.14.10-1~deb12u1) ... 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/ubuntu/gpg + apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Setting up libxmlb2:arm64 (0.3.6-2build1) ... Setting up libbrotli1:arm64 (1.0.9-2build6) ... Setting up libsqlite3-0:arm64 (3.37.2-2ubuntu0.3) ... Setting up libnghttp2-14:arm64 (1.43.0-1ubuntu0.1) ... Setting up libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ... Setting up libnpth0:arm64 (1.6-3build2) ... Setting up libassuan0:arm64 (2.5.5-1build1) ... Setting up libunwind8:arm64 (1.3.2-2build2.1) ... Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.2) ... Setting up libcap2-bin (1:2.44-1ubuntu0.22.04.1) ... Setting up libglib2.0-data (2.72.4-0ubuntu2.2) ... Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ... Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ... Setting up libdbus-1-3:arm64 (1.12.20-2ubuntu4.1) ... Setting up dbus (1.12.20-2ubuntu4.1) ... Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 30/35 Installing : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 30/35 Setting up libxml2:amd64 (2.9.14+dfsg-1.3) ... Setting up libldap2:amd64 (2.6.6+dfsg-1~exp1ubuntu1) ... Setting up iso-codes (4.15.0-1) ... Setting up dbus-bin (1.14.10-1ubuntu1) ... Setting up libpolkit-gobject-1-0:amd64 (123-1) ... Setting up pinentry-curses (1.2.1-1ubuntu1) ... Setting up python3-dbus (1.2.18-3build1) ... Setting up python3-distro (1.7.0-1) ... + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.12.16-2ubuntu2.3) ... ++ source /etc/os-release +++ NAME=Ubuntu +++ VERSION='20.04.6 LTS (Focal Fossa)' +++ ID=ubuntu +++ ID_LIKE=debian +++ PRETTY_NAME='Ubuntu 20.04.6 LTS' +++ VERSION_ID=20.04 +++ HOME_URL=https://www.ubuntu.com/ +++ SUPPORT_URL=https://help.ubuntu.com/ +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy +++ VERSION_CODENAME=focal +++ UBUNTU_CODENAME=focal ++ echo ubuntu + DIST_ID=ubuntu ++ lsb_release -sc + DIST_VERSION=focal + '[' focal = sid ']' + install_debian_containerd [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/ubuntu + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu' + update-ca-certificates -f Clearing symlinks in /etc/ssl/certs... Get:3 https://download.docker.com/linux/ubuntu mantic/test arm64 Packages [8587 B] Hit:4 http://ports.ubuntu.com/ubuntu-ports mantic-updates InRelease Hit:5 http://ports.ubuntu.com/ubuntu-ports mantic-backports InRelease Hit:6 http://ports.ubuntu.com/ubuntu-ports mantic-security InRelease ++ source /etc/os-release +++ PRETTY_NAME='Debian GNU/Linux 12 (bookworm)' +++ NAME='Debian GNU/Linux' +++ VERSION_ID=12 +++ VERSION='12 (bookworm)' +++ VERSION_CODENAME=bookworm +++ ID=debian +++ HOME_URL=https://www.debian.org/ +++ SUPPORT_URL=https://www.debian.org/support +++ BUG_REPORT_URL=https://bugs.debian.org/ ++ echo debian + DIST_ID=debian ++ lsb_release -sc + DIST_VERSION=bookworm + '[' bookworm = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/debian + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian' + update-ca-certificates -f [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian Clearing symlinks in /etc/ssl/certs... Fetched 29.7 MB in 2s (14.6 MB/s) 129 added, 0 removed; done. Setting up gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ... Setting up gpgconf (2.2.27-2+deb11u2) ... Setting up libcurl4:amd64 (7.74.0-1.3+deb11u11) ... Setting up curl (7.74.0-1.3+deb11u11) ... Setting up gpg (2.2.27-2+deb11u2) ... Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ... Setting up libpython3-stdlib:amd64 (3.9.2-3) ... Setting up gnupg-utils (2.2.27-2+deb11u2) ... Setting up gpg-agent (2.2.27-2+deb11u2) ... OK + '[' lunar = sid ']' ++ dpkg --print-architecture + ARCH=amd64 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu lunar test' + apt-get update Setting up libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.2) ... Setting up libssh-4:arm64 (0.9.6-2ubuntu0.22.04.3) ... Setting up python-apt-common (2.4.0ubuntu2) ... Setting up libmpdec3:arm64 (2.5.1-2build2) ... Setting up libpam-systemd:arm64 (249.11-0ubuntu3.12) ... Setting up libgirepository-1.0-1:arm64 (1.72.0-1) ... Setting up libstemmer0d:arm64 (2.2.0-1build1) ... Setting up openssl (3.0.2-0ubuntu1.12) ... Setting up libdw1:amd64 (0.189-4) ... Setting up libreadline8:amd64 (8.2-1.3) ... Setting up libglib2.0-bin (2.78.0-2) ... Setting up dbus-daemon (1.14.10-1ubuntu1) ... Setting up ca-certificates (20230311ubuntu1) ... Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ... Setting up python3-jwt (2.3.0-1ubuntu0.2) ... Setting up python3-apt (2.4.0ubuntu2) ... done. Updating certificates in /etc/ssl/certs... Fetched 57.4 kB in 1s (71.4 kB/s) done. Updating certificates in /etc/ssl/certs... Get:1 https://download.docker.com/linux/ubuntu lunar InRelease [48.8 kB] Hit:2 http://archive.ubuntu.com/ubuntu lunar InRelease Hit:3 http://archive.ubuntu.com/ubuntu lunar-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu lunar-backports InRelease Get:5 https://download.docker.com/linux/ubuntu lunar/test amd64 Packages [20.3 kB] Setting up libelf1:arm64 (0.186-1build1) ... Setting up readline-common (8.1.2-1) ... Setting up iso-codes (4.9.0-1) ... Setting up libpolkit-gobject-1-0:arm64 (0.105-33) ... Setting up libicu70:arm64 (70.1-2) ... Setting up pinentry-curses (1.1.1-1build2) ... Setting up libdw1:arm64 (0.186-1build1) ... Setting up libreadline8:arm64 (8.1.2-1) ... Setting up libglib2.0-bin (2.72.4-0ubuntu2.2) ... Setting up libldap-2.5-0:arm64 (2.5.16+dfsg-0ubuntu0.22.04.1) ... Setting up libpython3.10-stdlib:arm64 (3.10.12-1~22.04.3) ... Setting up ca-certificates (20230311ubuntu0.22.04.1) ... + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/v2/cmd/rootlesskit-docker-proxy@v2.0.0 Updating certificates in /etc/ssl/certs... Setting up python3-lazr.uri (1.0.6-2) ... Setting up python3-zipp (1.0.0-3) ... rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 140 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... Hit:6 http://security.ubuntu.com/ubuntu lunar-security InRelease Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4673 files and directories currently installed.) Preparing to unpack .../00-python3-minimal_3.11.2-1_arm64.deb ... Unpacking python3-minimal (3.11.2-1) ... Selecting previously unselected package media-types. Preparing to unpack .../01-media-types_10.0.0_all.deb ... Unpacking media-types (10.0.0) ... Selecting previously unselected package libkrb5support0:arm64. Preparing to unpack .../02-libkrb5support0_1.20.1-1ubuntu0.1_arm64.deb ... Unpacking libkrb5support0:arm64 (1.20.1-1ubuntu0.1) ... Selecting previously unselected package libk5crypto3:arm64. Preparing to unpack .../03-libk5crypto3_1.20.1-1ubuntu0.1_arm64.deb ... Unpacking libk5crypto3:arm64 (1.20.1-1ubuntu0.1) ... Selecting previously unselected package libkeyutils1:arm64. Preparing to unpack .../04-libkeyutils1_1.6.3-2_arm64.deb ... Unpacking libkeyutils1:arm64 (1.6.3-2) ... Selecting previously unselected package libkrb5-3:arm64. Preparing to unpack .../05-libkrb5-3_1.20.1-1ubuntu0.1_arm64.deb ... Unpacking libkrb5-3:arm64 (1.20.1-1ubuntu0.1) ... Selecting previously unselected package libgssapi-krb5-2:arm64. Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-1ubuntu0.1_arm64.deb ... Unpacking libgssapi-krb5-2:arm64 (1.20.1-1ubuntu0.1) ... Selecting previously unselected package libtirpc-common. Preparing to unpack .../07-libtirpc-common_1.3.3+ds-1_all.deb ... Unpacking libtirpc-common (1.3.3+ds-1) ... Setting up gpgsm (2.2.27-2+deb11u2) ... Setting up dirmngr (2.2.27-2+deb11u2) ... Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ... Setting up gpg-wks-server (2.2.27-2+deb11u2) ... Setting up python3.9 (3.9.2-1) ... Setting up python3-cryptography (3.4.8-1ubuntu2.1) ... done. + curl -fsSL https://download.docker.com/linux/debian/gpg + apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... Fetched 69.1 kB in 1s (105 kB/s) Selecting previously unselected package libtirpc3:arm64. Preparing to unpack .../08-libtirpc3_1.3.3+ds-1_arm64.deb ... Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... Selecting previously unselected package libnsl2:arm64. Preparing to unpack .../09-libnsl2_1.3.0-2build2_arm64.deb ... Unpacking libnsl2:arm64 (1.3.0-2build2) ... Selecting previously unselected package readline-common. Preparing to unpack .../10-readline-common_8.2-1.3_all.deb ... Unpacking readline-common (8.2-1.3) ... Selecting previously unselected package libreadline8:arm64. Preparing to unpack .../11-libreadline8_8.2-1.3_arm64.deb ... Unpacking libreadline8:arm64 (8.2-1.3) ... Selecting previously unselected package libsqlite3-0:arm64. Preparing to unpack .../12-libsqlite3-0_3.40.1-1ubuntu0.1_arm64.deb ... Unpacking libsqlite3-0:arm64 (3.40.1-1ubuntu0.1) ... + return + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.c1pyty + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64 + cd src + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/bin/dockerd-rootless.sh + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/bin/dockerd-rootless-setuptool.sh + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/bin/rootlesskit + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64/usr/bin/rootlesskit-docker-proxy + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3dgOys + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/local/bin/rootlesskit -v rootlesskit version 2.0.0 + exit 0 Processing files: docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64 Updating certificates in /etc/ssl/certs... Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common 137 added, 0 removed; done. Setting up dbus (1.14.10-1ubuntu1) ... Setting up libgssapi-krb5-2:amd64 (1.20.1-3ubuntu1) ... Setting up gir1.2-glib-2.0:amd64 (1.78.1-1) ... Setting up libssh-4:amd64 (0.10.5-3ubuntu1.2) ... Setting up python3-wadllib (1.3.6-1) ... Setting up gnupg (2.2.27-3ubuntu2.1) ... Setting up packagekit (1.2.5-2ubuntu2) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Selecting previously unselected package libpython3.11-stdlib:arm64. Preparing to unpack .../13-libpython3.11-stdlib_3.11.4-1~23.04.2_arm64.deb ... Unpacking libpython3.11-stdlib:arm64 (3.11.4-1~23.04.2) ... Selecting previously unselected package python3.11. Preparing to unpack .../14-python3.11_3.11.4-1~23.04.2_arm64.deb ... Unpacking python3.11 (3.11.4-1~23.04.2) ... Selecting previously unselected package libpython3-stdlib:arm64. Preparing to unpack .../15-libpython3-stdlib_3.11.2-1_arm64.deb ... Unpacking libpython3-stdlib:arm64 (3.11.2-1) ... Setting up python3-minimal (3.11.2-1) ... rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/ubuntu/gpg + apt-key add - Warning: apt-key output should not be parsed (stdout is not a terminal) OK + '[' focal = sid ']' ++ dpkg --print-architecture + ARCH=arm64 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu focal test' Reading package lists... W: https://download.docker.com/linux/ubuntu/dists/mantic/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. ++ find deb/debbuild/ubuntu-mantic/ -type f -name '*.deb' + packages='deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_arm64.deb deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_arm64.deb' ++ echo 'deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_arm64.deb deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_arm64.deb' ++ awk '$0="./"$0' ++ xargs + packages='./deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb ./deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb ./deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb ./deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_arm64.deb ./deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_arm64.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb ./deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb ./deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb ./deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_arm64.deb ./deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_arm64.deb Selecting previously unselected package docker-ce-cli. (Reading database ... 9902 files and directories currently installed.) Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... Provides: docker-ce-rootless-extras = 0:0.0.0~20240120124445.f18a476-0.el7 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20240120124445.f18a476-0.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.2.5)(64bit) rtld(GNU_HASH) Conflicts: rootlesskit Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64 Setting up gpg-wks-client (2.2.27-2+deb11u2) ... Setting up python3 (3.9.2-3) ... Setting up xml-core (0.18+nmu1) ... Setting up gpgconf (2.2.40-1.1ubuntu1) ... Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up gnupg2 (2.2.27-3ubuntu2.1) ... Setting up python3-importlib-metadata (4.6.4-1) ... Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ... OK + '[' bookworm = sid ']' ++ dpkg --print-architecture + ARCH=amd64 + echo 'deb [arch=amd64] https://download.docker.com/linux/debian bookworm test' + apt-get update Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5162 files and directories currently installed.) Preparing to unpack .../00-python3_3.11.2-1_arm64.deb ... Unpacking python3 (3.11.2-1) ... Selecting previously unselected package libargon2-1:arm64. Preparing to unpack .../01-libargon2-1_0~20171227-0.3_arm64.deb ... Unpacking libargon2-1:arm64 (0~20171227-0.3) ... Selecting previously unselected package libdevmapper1.02.1:arm64. Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_arm64.deb ... Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-1ubuntu1) ... Selecting previously unselected package libjson-c5:arm64. Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... Unpacking libjson-c5:arm64 (0.16-2) ... Reading package lists... W: https://download.docker.com/linux/ubuntu/dists/lunar/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. ++ find deb/debbuild/ubuntu-lunar/ -type f -name '*.deb' + apt-get update Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... Setting up python3-pycurl (7.43.0.6-5) ... Setting up python3-gi (3.38.0-2) ... Setting up libpam-systemd:amd64 (253.5-1ubuntu6.1) ... Setting up libcurl4:amd64 (8.2.1-1ubuntu3.2) ... Setting up libpolkit-agent-1-0:amd64 (123-1) ... Setting up curl (8.2.1-1ubuntu3.2) ... Setting up gpg (2.2.40-1.1ubuntu1) ... Setting up libgstreamer1.0-0:amd64 (1.22.5-1) ... Setting up python3-secretstorage (3.3.1-1) ... Setting up python3-keyring (23.5.0-1) ... 137 added, 0 removed; done. Setting up gir1.2-glib-2.0:arm64 (1.72.0-1) ... Setting up gpgconf (2.2.27-3ubuntu2.1) ... Setting up libcurl4:arm64 (7.81.0-1ubuntu1.15) ... Setting up libpolkit-agent-1-0:arm64 (0.105-33) ... Setting up curl (7.81.0-1ubuntu1.15) ... Setting up libxml2:arm64 (2.9.13+dfsg-1ubuntu0.3) ... Setting up polkitd (0.105-33) ... Hit:1 http://deb.debian.org/debian bookworm InRelease Hit:2 http://deb.debian.org/debian bookworm-updates InRelease Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease Get:4 https://download.docker.com/linux/debian bookworm InRelease [43.3 kB] Selecting previously unselected package libcryptsetup12:arm64. Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-1ubuntu1_arm64.deb ... Unpacking libcryptsetup12:arm64 (2:2.6.1-1ubuntu1) ... Selecting previously unselected package libfdisk1:arm64. Preparing to unpack .../05-libfdisk1_2.38.1-4ubuntu1_arm64.deb ... Unpacking libfdisk1:arm64 (2.38.1-4ubuntu1) ... Selecting previously unselected package libkmod2:arm64. Preparing to unpack .../06-libkmod2_30+20221128-1ubuntu1_arm64.deb ... Unpacking libkmod2:arm64 (30+20221128-1ubuntu1) ... Selecting previously unselected package libapparmor1:arm64. Preparing to unpack .../07-libapparmor1_3.0.8-1ubuntu2.1_arm64.deb ... Unpacking libapparmor1:arm64 (3.0.8-1ubuntu2.1) ... Selecting previously unselected package libip4tc2:arm64. Preparing to unpack .../08-libip4tc2_1.8.7-1ubuntu7_arm64.deb ... Unpacking libip4tc2:arm64 (1.8.7-1ubuntu7) ... Selecting previously unselected package libsystemd-shared:arm64. Preparing to unpack .../09-libsystemd-shared_252.5-2ubuntu3.2_arm64.deb ... Unpacking libsystemd-shared:arm64 (252.5-2ubuntu3.2) ... + packages='deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_amd64.deb deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_amd64.deb deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb' ++ echo 'deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_amd64.deb deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_amd64.deb deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb' ++ awk '$0="./"$0' ++ xargs + packages='./deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_amd64.deb ./deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_amd64.deb ./deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb ./deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb ./deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_amd64.deb ./deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_amd64.deb ./deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb ./deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb ./deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb Selecting previously unselected package docker-compose-plugin. (Reading database ... 9306 files and directories currently installed.) Preparing to unpack .../docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_amd64.deb ... Unpacking docker-compose-plugin (2.24.2-1~ubuntu.23.04~lunar) ... Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB] Get:2 https://download.docker.com/linux/ubuntu focal/test arm64 Packages [55.2 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports focal InRelease Setting up gnupg (2.2.27-2+deb11u2) ... Setting up lsb-release (11.1.0) ... Setting up python3-dbus (1.2.16-5) ... Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.src.rpm Setcap worked! gst-ptp-helper is not suid! Setting up gnupg-utils (2.2.40-1.1ubuntu1) ... Setting up libtirpc3:amd64 (1.3.3+ds-1) ... Setting up gpg-agent (2.2.40-1.1ubuntu1) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Setting up python3-lazr.restfulclient (0.14.4-1) ... Setting up python3-launchpadlib (1.10.16-1) ... Setting up gpg (2.2.27-3ubuntu2.1) ... Setting up libgstreamer1.0-0:arm64 (1.20.3-0ubuntu1) ... Setcap worked! gst-ptp-helper is not suid! Setting up libpython3-stdlib:arm64 (3.10.6-1~22.04) ... Setting up gnupg-utils (2.2.27-3ubuntu2.1) ... Setting up gpg-agent (2.2.27-3ubuntu2.1) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Get:5 https://download.docker.com/linux/debian bookworm/test amd64 Packages [21.3 kB] Fetched 64.6 kB in 1s (121 kB/s) Reading package lists... Selecting previously unselected package systemd. Preparing to unpack .../10-systemd_252.5-2ubuntu3.2_arm64.deb ... Unpacking systemd (252.5-2ubuntu3.2) ... Setting up libargon2-1:arm64 (0~20171227-0.3) ... Setting up libdevmapper1.02.1:arm64 (2:1.02.185-1ubuntu1) ... Setting up libjson-c5:arm64 (0.16-2) ... Setting up libcryptsetup12:arm64 (2:2.6.1-1ubuntu1) ... Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease Hit:6 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease Setting up gnupg2 (2.2.27-2+deb11u2) ... Setting up python3-apt (2.2.1) ... Setting up python3-software-properties (0.96.20.2-2.1) ... Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... Installing : setools-libs-3.3.8-4.el7.aarch64 9/27 Installing : docker-buildx-plugin-0.12.1-0.el7.aarch64 10/27 Installing : audit-libs-python-2.8.5-4.el7.aarch64 11/27 Installing : checkpolicy-2.5-8.el7.aarch64 12/27 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up python3-software-properties (0.99.22.9) ... Setting up software-properties-common (0.99.22.9) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Building dependency tree... Reading state information... Setting up libfdisk1:arm64 (2.38.1-4ubuntu1) ... Setting up libkmod2:arm64 (30+20221128-1ubuntu1) ... Setting up libapparmor1:arm64 (3.0.8-1ubuntu2.1) ... Setting up libip4tc2:arm64 (1.8.7-1ubuntu7) ... Setting up libsystemd-shared:arm64 (252.5-2ubuntu3.2) ... Setting up systemd (252.5-2ubuntu3.2) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. /usr/lib/tmpfiles.d/systemd-network.conf:10: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:11: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:12: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:13: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:23: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:28: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:29: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:30: Failed to resolve group 'systemd-journal'. Creating group 'systemd-journal' with GID 999. Creating group 'systemd-network' with GID 998. Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6036 files and directories currently installed.) Preparing to unpack .../systemd-sysv_252.5-2ubuntu3.2_arm64.deb ... Unpacking systemd-sysv (252.5-2ubuntu3.2) ... Fetched 113 kB in 1s (141 kB/s) Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_amd64.deb ... Unpacking docker-buildx-plugin (0.12.1-1~ubuntu.23.04~lunar) ... Setting up software-properties-common (0.96.20.2-2.1) ... Processing triggers for libc-bin (2.31-13+deb11u7) ... Processing triggers for ca-certificates (20210119) ... Updating certificates in /etc/ssl/certs... Setting up gpgsm (2.2.40-1.1ubuntu1) ... Setting up libcurl3-gnutls:amd64 (8.2.1-1ubuntu3.2) ... Setting up libappstream4:amd64 (0.16.2-1) ... Setting up dirmngr (2.2.40-1.1ubuntu1) ... Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Setting up gir1.2-packagekitglib-1.0 (1.2.7-1) ... Processing triggers for libc-bin (2.35-0ubuntu3.6) ... Processing triggers for ca-certificates (20230311ubuntu0.22.04.1) ... Updating certificates in /etc/ssl/certs... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up python3.10 (3.10.12-1~22.04.3) ... The following additional packages will be installed: dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1 libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12 libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66 libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0 libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5 libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1 libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libsystemd0 libwind0-heimdal libxml2 libyaml-0-2 mime-support openssl packagekit pinentry-curses policykit-1 python-apt-common python3 python3-apt python3-certifi python3-chardet python3-dbus python3-gi python3-idna python3-minimal python3-pkg-resources python3-requests python3-requests-unixsocket python3-six python3-software-properties python3-urllib3 python3.8 python3.8-minimal readline-common systemd systemd-sysv systemd-timesyncd tzdata Suggested packages: pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg python3-setuptools python3-cryptography python3-openssl python3-socks python3.8-venv python3.8-doc binutils binfmt-support readline-doc systemd-container Recommended packages: libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales publicsuffix libsasl2-modules file xz-utils packagekit-tools unattended-upgrades networkd-dispatcher libnss-systemd Reading package lists... 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. ++ find deb/debbuild/debian-bookworm/ -type f -name '*.deb' + packages='deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_amd64.deb deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_amd64.deb deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb' ++ echo 'deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_amd64.deb deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_amd64.deb deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb' ++ awk '$0="./"$0' ++ xargs + packages='./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb Selecting previously unselected package docker-buildx-plugin. (Reading database ... 11531 files and directories currently installed.) Preparing to unpack .../docker-buildx-plugin_0.12.1-1~debian.12~bookworm_amd64.deb ... Unpacking docker-buildx-plugin (0.12.1-1~debian.12~bookworm) ... Selecting previously unselected package adduser. Preparing to unpack .../adduser_3.129ubuntu1_all.deb ... Unpacking adduser (3.129ubuntu1) ... Setting up adduser (3.129ubuntu1) ... Selecting previously unselected package openssl. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6105 files and directories currently installed.) Preparing to unpack .../00-openssl_3.0.8-1ubuntu1.4_arm64.deb ... Unpacking openssl (3.0.8-1ubuntu1.4) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../01-ca-certificates_20230311ubuntu0.23.04.1_all.deb ... Unpacking ca-certificates (20230311ubuntu0.23.04.1) ... Selecting previously unselected package libdbus-1-3:arm64. Preparing to unpack .../02-libdbus-1-3_1.14.4-1ubuntu1_arm64.deb ... Unpacking libdbus-1-3:arm64 (1.14.4-1ubuntu1) ... Setting up gpg-wks-server (2.2.40-1.1ubuntu1) ... Setting up libnsl2:amd64 (1.3.0-2build2) ... Setting up gpg-wks-client (2.2.40-1.1ubuntu1) ... Setting up libpython3.11-stdlib:amd64 (3.11.6-3) ... Setting up gnupg (2.2.40-1.1ubuntu1) ... Setting up libpython3-stdlib:amd64 (3.11.4-5) ... Setting up python3.11 (3.11.6-3) ... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.12.20-2ubuntu4.1) ... Installing : fuse3-libs-3.6.1-4.el7.aarch64 13/27 Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_arm64.deb ... Unpacking docker-buildx-plugin (0.12.1-1~ubuntu.23.10~mantic) ... The following NEW packages will be installed: apt-transport-https ca-certificates curl dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1 libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12 libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66 libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0 libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5 libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1 libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2 libyaml-0-2 lsb-release mime-support openssl packagekit pinentry-curses policykit-1 python-apt-common python3 python3-apt python3-certifi python3-chardet python3-dbus python3-gi python3-idna python3-minimal python3-pkg-resources python3-requests python3-requests-unixsocket python3-six python3-software-properties python3-urllib3 python3.8 python3.8-minimal readline-common software-properties-common systemd systemd-sysv systemd-timesyncd tzdata The following packages will be upgraded: libsystemd0 Selecting previously unselected package dbus-bin. Preparing to unpack .../03-dbus-bin_1.14.4-1ubuntu1_arm64.deb ... Unpacking dbus-bin (1.14.4-1ubuntu1) ... Selecting previously unselected package dbus-session-bus-common. Preparing to unpack .../04-dbus-session-bus-common_1.14.4-1ubuntu1_all.deb ... Unpacking dbus-session-bus-common (1.14.4-1ubuntu1) ... Selecting previously unselected package dbus-daemon. Preparing to unpack .../05-dbus-daemon_1.14.4-1ubuntu1_arm64.deb ... Unpacking dbus-daemon (1.14.4-1ubuntu1) ... Selecting previously unselected package dbus-system-bus-common. Preparing to unpack .../06-dbus-system-bus-common_1.14.4-1ubuntu1_all.deb ... Unpacking dbus-system-bus-common (1.14.4-1ubuntu1) ... Selecting previously unselected package dbus. Preparing to unpack .../07-dbus_1.14.4-1ubuntu1_arm64.deb ... Unpacking dbus (1.14.4-1ubuntu1) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../08-distro-info-data_0.57ubuntu0.3_all.deb ... Unpacking distro-info-data (0.57ubuntu0.3) ... Selecting previously unselected package libglib2.0-0:arm64. Preparing to unpack .../09-libglib2.0-0_2.76.4-0ubuntu1_arm64.deb ... Unpacking libglib2.0-0:arm64 (2.76.4-0ubuntu1) ... ++ source /etc/os-release +++ PRETTY_NAME='Ubuntu 22.04.3 LTS' +++ NAME=Ubuntu +++ VERSION_ID=22.04 +++ VERSION='22.04.3 LTS (Jammy Jellyfish)' +++ VERSION_CODENAME=jammy +++ ID=ubuntu +++ ID_LIKE=debian +++ HOME_URL=https://www.ubuntu.com/ +++ SUPPORT_URL=https://help.ubuntu.com/ +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy +++ UBUNTU_CODENAME=jammy ++ echo ubuntu + DIST_ID=ubuntu ++ lsb_release -sc + DIST_VERSION=jammy + '[' jammy = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/ubuntu [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu' + update-ca-certificates -f Clearing symlinks in /etc/ssl/certs... Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. ++ source /etc/os-release +++ PRETTY_NAME='Debian GNU/Linux 11 (bullseye)' +++ NAME='Debian GNU/Linux' +++ VERSION_ID=11 +++ VERSION='11 (bullseye)' +++ VERSION_CODENAME=bullseye +++ ID=debian +++ HOME_URL=https://www.debian.org/ +++ SUPPORT_URL=https://www.debian.org/support +++ BUG_REPORT_URL=https://bugs.debian.org/ ++ echo debian + DIST_ID=debian ++ lsb_release -sc + DIST_VERSION=bullseye + '[' bullseye = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/debian + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian' + update-ca-certificates -f [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian Clearing symlinks in /etc/ssl/certs... Setting up gpgsm (2.2.27-3ubuntu2.1) ... Setting up pkexec (0.105-33) ... Setting up libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.15) ... Setting up python3 (3.10.6-1~22.04) ... 1 upgraded, 119 newly installed, 0 to remove and 7 not upgraded. Need to get 35.2 MB of archives. After this operation, 144 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.23 [268 kB] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.20 [1321 kB] Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [718 kB] Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [1890 kB] Selecting previously unselected package libgirepository-1.0-1:arm64. Preparing to unpack .../10-libgirepository-1.0-1_1.76.1-1_arm64.deb ... Unpacking libgirepository-1.0-1:arm64 (1.76.1-1) ... Selecting previously unselected package gir1.2-glib-2.0:arm64. Preparing to unpack .../11-gir1.2-glib-2.0_1.76.1-1_arm64.deb ... Unpacking gir1.2-glib-2.0:arm64 (1.76.1-1) ... Selecting previously unselected package iso-codes. Preparing to unpack .../12-iso-codes_4.12.0-1_all.deb ... Unpacking iso-codes (4.12.0-1) ... Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... done. Updating certificates in /etc/ssl/certs... done. Updating certificates in /etc/ssl/certs... Setting up libappstream4:arm64 (0.15.2-2) ... Setting up python3-six (1.16.0-3ubuntu1) ... Setting up dirmngr (2.2.27-3ubuntu2.1) ... Reading package lists... ++ find deb/debbuild/ubuntu-focal/ -type f -name '*.deb' + packages='deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_arm64.deb deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_arm64.deb deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb' ++ echo 'deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_arm64.deb deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_arm64.deb deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb' ++ awk '$0="./"$0' ++ xargs + packages='./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb Selecting previously unselected package docker-buildx-plugin. (Reading database ... 10410 files and directories currently installed.) Preparing to unpack .../docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_arm64.deb ... Unpacking docker-buildx-plugin (0.12.1-1~ubuntu.20.04~focal) ... Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_arm64.deb ... Unpacking docker-compose-plugin (2.24.2-1~ubuntu.23.10~mantic) ... Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.6 [549 kB] Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.9 [1674 kB] Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.9 [387 kB] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.3 [35.4 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcap2 amd64 1:2.32-1ubuntu0.1 [15.8 kB] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.2 kB] Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libip4tc2 amd64 1.8.4-3ubuntu2.1 [19.1 kB] Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkmod2 amd64 27-1ubuntu2.1 [45.3 kB] Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.23 [28.1 kB] Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.23 [3811 kB] Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.23 [10.3 kB] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.20 [620 kB] Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB] Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.3 [179 kB] Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus amd64 1.12.16-2ubuntu2.3 [151 kB] Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.15 [4956 B] Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.6 [1289 kB] Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgirepository-1.0-1 amd64 1.64.1-1~ubuntu20.04.1 [85.7 kB] Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-glib-2.0 amd64 1.64.1-1~ubuntu20.04.1 [134 kB] Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcap2-bin amd64 1:2.32-1ubuntu0.1 [26.2 kB] Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libelf1 amd64 0.176-1.1ubuntu0.1 [44.2 kB] Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.6 [6032 B] Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2023d-0ubuntu0.20.04 [303 kB] Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB] Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.23 [186 kB] Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.6 [640 kB] Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB] Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB] Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-dbus amd64 1.2.16-1build1 [94.0 kB] Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gi amd64 3.36.0-1 [165 kB] Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB] Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB] Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB] Selecting previously unselected package libcap2-bin. Preparing to unpack .../13-libcap2-bin_1%3a2.66-3ubuntu2.1_arm64.deb ... Unpacking libcap2-bin (1:2.66-3ubuntu2.1) ... Selecting previously unselected package libelf1:arm64. Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ... Unpacking libelf1:arm64 (0.188-2.1) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../15-libglib2.0-data_2.76.4-0ubuntu1_all.deb ... Unpacking libglib2.0-data (2.76.4-0ubuntu1) ... Selecting previously unselected package libicu72:arm64. Preparing to unpack .../16-libicu72_72.1-3ubuntu2_arm64.deb ... Unpacking libicu72:arm64 (72.1-3ubuntu2) ... 129 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/debian/gpg + apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Setting up docker-compose-plugin (2.24.2-1~debian.10~buster) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... Setting up docker-buildx-plugin (0.12.1-1~debian.10~buster) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_amd64.deb Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ... Setting up python3-pyparsing (2.4.7-1) ... Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.4 [31.0 kB] Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.4 [79.9 kB] Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB] Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.4 [330 kB] Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.4 [121 kB] Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 liblmdb0 amd64 0.9.24-1 [44.6 kB] Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpolkit-gobject-1-0 amd64 0.105-26ubuntu1.3 [39.2 kB] Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.1ubuntu0.20.04.1 [16.5 kB] Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.1ubuntu0.20.04.1 [154 kB] Get:59 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.10 [1704 B] Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [42.5 kB] Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [181 kB] Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [30.4 kB] Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [88.1 kB] Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [47.7 kB] Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [107 kB] Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [207 kB] Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [15.1 kB] Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [96.5 kB] Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB] Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB] Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnghttp2-14 amd64 1.40.0-1ubuntu0.2 [79.4 kB] Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.5 [171 kB] Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.21 [235 kB] Get:78 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.21 [161 kB] Get:79 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.3 [9424 B] Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 libdconf1 amd64 0.36.0-1 [37.4 kB] Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 dconf-service amd64 0.36.0-1 [29.8 kB] Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 dconf-gsettings-backend amd64 0.36.0-1 [22.5 kB] Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB] Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB] Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.20.04.2 [95.2 kB] Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B] Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB] Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpackagekit-glib2-18 amd64 1.1.13-2ubuntu1.1 [104 kB] Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-packagekitglib-1.0 amd64 1.1.13-2ubuntu1.1 [21.6 kB] Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libproxy1v5 amd64 0.4.15-10ubuntu1.2 [49.1 kB] Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B] Get:92 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking-services amd64 2.64.2-1ubuntu0.1 [10.6 kB] Get:93 http://archive.ubuntu.com/ubuntu focal/main amd64 gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB] Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking amd64 2.64.2-1ubuntu0.1 [58.2 kB] Get:95 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB] Get:96 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.2 [481 kB] Get:97 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB] Get:98 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB] Get:99 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB] Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.2 [97.4 kB] Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.2 [90.2 kB] Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.2 [217 kB] Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.2 [259 kB] Setting up gnupg2 (2.2.40-1.1ubuntu1) ... Setting up python3 (3.11.4-5) ... Setting up python3-six (1.16.0-4) ... Setting up python3-pyparsing (3.1.0-1) ... Selecting previously unselected package libpam-systemd:arm64. Preparing to unpack .../17-libpam-systemd_252.5-2ubuntu3.2_arm64.deb ... Unpacking libpam-systemd:arm64 (252.5-2ubuntu3.2) ... Selecting previously unselected package libxml2:arm64. Preparing to unpack .../18-libxml2_2.9.14+dfsg-1.1ubuntu0.1_arm64.deb ... Unpacking libxml2:arm64 (2.9.14+dfsg-1.1ubuntu0.1) ... Selecting previously unselected package libyaml-0-2:arm64. Preparing to unpack .../19-libyaml-0-2_0.2.5-1_arm64.deb ... Unpacking libyaml-0-2:arm64 (0.2.5-1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../20-lsb-release_12.0-1ubuntu1_all.deb ... Unpacking lsb-release (12.0-1ubuntu1) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../21-python-apt-common_2.5.3ubuntu1_all.deb ... Unpacking python-apt-common (2.5.3ubuntu1) ... rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/ubuntu/gpg + apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Setting up python3-gi (3.42.1-0ubuntu1) ... Setting up python3-jeepney (0.7.1-3) ... Get:104 http://archive.ubuntu.com/ubuntu focal/main amd64 libsoup2.4-1 amd64 2.70.0-1 [262 kB] Get:105 http://archive.ubuntu.com/ubuntu focal/main amd64 libstemmer0d amd64 0+svn585-2 [61.7 kB] Get:106 http://archive.ubuntu.com/ubuntu focal/main amd64 libappstream4 amd64 0.12.10-2 [129 kB] Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-bin amd64 2.64.6-1~ubuntu20.04.6 [72.9 kB] Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgstreamer1.0-0 amd64 1.16.3-0ubuntu1.1 [894 kB] Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpolkit-agent-1-0 amd64 0.105-26ubuntu1.3 [15.2 kB] Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 policykit-1 amd64 0.105-26ubuntu1.3 [84.1 kB] Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB] Get:112 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB] Get:113 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB] Get:114 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.3 [88.7 kB] Get:115 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-requests all 2.22.0-2ubuntu1.1 [47.2 kB] Get:116 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests-unixsocket all 0.2.0-2 [7272 B] Get:117 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-software-properties all 0.99.9.12 [21.7 kB] Get:118 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 packagekit amd64 1.1.13-2ubuntu1.1 [408 kB] Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 software-properties-common all 0.99.9.12 [10.4 kB] Get:120 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 gnupg2 all 2.2.19-3ubuntu2.2 [5316 B] debconf: delaying package configuration, since apt-utils is not installed Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Setting up python3-gi (3.46.0-1) ... Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... Selecting previously unselected package python3-apt. Preparing to unpack .../22-python3-apt_2.5.3ubuntu1_arm64.deb ... Unpacking python3-apt (2.5.3ubuntu1) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../23-python3-dbus_1.3.2-4build1_arm64.deb ... Unpacking python3-dbus (1.3.2-4build1) ... Selecting previously unselected package python3-gi. Preparing to unpack .../24-python3-gi_3.44.1-1_arm64.deb ... Unpacking python3-gi (3.44.1-1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../25-python3-pkg-resources_66.1.1-1ubuntu0.1_all.deb ... Unpacking python3-pkg-resources (66.1.1-1ubuntu0.1) ... Selecting previously unselected package libnghttp2-14:arm64. Preparing to unpack .../26-libnghttp2-14_1.52.0-1ubuntu0.1_arm64.deb ... Unpacking libnghttp2-14:arm64 (1.52.0-1ubuntu0.1) ... Selecting previously unselected package libpsl5:arm64. Preparing to unpack .../27-libpsl5_0.21.2-1_arm64.deb ... Unpacking libpsl5:arm64 (0.21.2-1) ... OK + '[' jammy = sid ']' ++ dpkg --print-architecture + ARCH=amd64 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu jammy test' + apt-get update Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ... Setting up python3-httplib2 (0.20.2-2) ... Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... Fetched 35.2 MB in 1s (36.5 MB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../libsystemd0_245.4-4ubuntu3.23_amd64.deb ... Unpacking libsystemd0:amd64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ... Setting up libsystemd0:amd64 (245.4-4ubuntu3.23) ... Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. Setting up docker-buildx-plugin (0.12.1-1~ubuntu.23.10~mantic) ... Setting up docker-compose-plugin (2.24.2-1~ubuntu.23.10~mantic) ... dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb ./deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb ./deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_arm64.deb ./deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_arm64.deb ./deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_arm64.deb Setting up python3-httplib2 (0.20.4-3) ... Setting up python3-cffi-backend:amd64 (1.15.1-5build1) ... Setting up python3-blinker (1.6.2-1) ... Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../28-apt-transport-https_2.6.0ubuntu0.1_all.deb ... Unpacking apt-transport-https (2.6.0ubuntu0.1) ... Selecting previously unselected package libbrotli1:arm64. Preparing to unpack .../29-libbrotli1_1.0.9-2build8_arm64.deb ... Unpacking libbrotli1:arm64 (1.0.9-2build8) ... Selecting previously unselected package libsasl2-modules-db:arm64. Preparing to unpack .../30-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... Selecting previously unselected package libsasl2-2:arm64. Preparing to unpack .../31-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... Selecting previously unselected package libldap2:arm64. Preparing to unpack .../32-libldap2_2.6.3+dfsg-1~exp1ubuntu2_arm64.deb ... Unpacking libldap2:arm64 (2.6.3+dfsg-1~exp1ubuntu2) ... Selecting previously unselected package librtmp1:arm64. Preparing to unpack .../33-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ... Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ... Selecting previously unselected package libssh-4:arm64. Preparing to unpack .../34-libssh-4_0.10.4-2ubuntu0.3_arm64.deb ... Unpacking libssh-4:arm64 (0.10.4-2ubuntu0.3) ... Get:1 https://download.docker.com/linux/ubuntu jammy InRelease [48.8 kB] Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease Setting up lsb-release (11.1.0ubuntu4) ... Setting up policykit-1 (0.105-33) ... Setting up python3-cffi-backend:arm64 (1.15.0-1build2) ... Setting up python3-blinker (1.4+dfsg1-0.4) ... Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0 libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd systemd systemd-sysv Suggested packages: kmod systemd-container policykit-1 Recommended packages: nftables libnss-systemd The following NEW packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0 libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd systemd systemd-sysv Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~debian.12~bookworm_amd64.deb ... Unpacking docker-compose-plugin (2.24.2-1~debian.12~bookworm) ... Selecting previously unselected package libssl1.1:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb ... Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.20) ... Selecting previously unselected package libpython3.8-minimal:amd64. Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.9_amd64.deb ... Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.9) ... Setting up python3-pkg-resources (68.1.2-2) ... Setting up python3-dbus (1.3.2-5) ... OK + '[' bullseye = sid ']' ++ dpkg --print-architecture + ARCH=amd64 + echo 'deb [arch=amd64] https://download.docker.com/linux/debian bullseye test' + apt-get update Hit:1 http://deb.debian.org/debian bullseye InRelease Selecting previously unselected package libcurl4:arm64. Preparing to unpack .../35-libcurl4_7.88.1-8ubuntu2.4_arm64.deb ... Unpacking libcurl4:arm64 (7.88.1-8ubuntu2.4) ... Selecting previously unselected package curl. Preparing to unpack .../36-curl_7.88.1-8ubuntu2.4_arm64.deb ... Unpacking curl (7.88.1-8ubuntu2.4) ... Selecting previously unselected package libassuan0:arm64. Preparing to unpack .../37-libassuan0_2.5.5-5_arm64.deb ... Unpacking libassuan0:arm64 (2.5.5-5) ... Selecting previously unselected package gpgconf. Preparing to unpack .../38-gpgconf_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking gpgconf (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libksba8:arm64. Preparing to unpack .../39-libksba8_1.6.3-2_arm64.deb ... Unpacking libksba8:arm64 (1.6.3-2) ... Get:6 https://download.docker.com/linux/ubuntu jammy/test amd64 Packages [40.2 kB] Setting up python3-more-itertools (8.10.0-2) ... 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. Need to get 35.1 MB of archives. After this operation, 139 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] Get:2 http://deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] Get:3 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] Get:4 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] Get:5 http://deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB] Get:6 http://deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] Get:7 http://deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] Get:8 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] Get:9 http://deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] Get:10 http://deb.debian.org/debian-security buster/updates/main amd64 systemd amd64 241-7~deb10u10 [3505 kB] Get:11 https://download.docker.com/linux/debian buster/test amd64 containerd.io amd64 1.6.27-1 [29.5 MB] Get:12 http://deb.debian.org/debian-security buster/updates/main amd64 systemd-sysv amd64 241-7~deb10u10 [100 kB] Get:13 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] Get:14 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] Get:15 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] Get:16 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] Get:17 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] Get:18 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] Get:19 http://deb.debian.org/debian-security buster/updates/main amd64 dbus amd64 1.12.28-0+deb10u1 [240 kB] Get:20 http://deb.debian.org/debian-security buster/updates/main amd64 libpam-systemd amd64 241-7~deb10u10 [209 kB] Get:21 http://deb.debian.org/debian-security buster/updates/main amd64 dbus-user-session amd64 1.12.28-0+deb10u1 [98.6 kB] Installing : fuse-overlayfs-0.7.2-6.el7_8.aarch64 14/27 Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_amd64.deb ... Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ... Selecting previously unselected package python3.8-minimal. Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.9_amd64.deb ... Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... Setting up python3-distro (1.8.0-1) ... Setting up python3-jwt (2.7.0-1) ... Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease Hit:3 http://deb.debian.org/debian bullseye-updates InRelease Get:4 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB] Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb ... Selecting previously unselected package libnpth0:arm64. Preparing to unpack .../40-libnpth0_1.6-3build2_arm64.deb ... Unpacking libnpth0:arm64 (1.6-3build2) ... Selecting previously unselected package dirmngr. Preparing to unpack .../41-dirmngr_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking dirmngr (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libpackagekit-glib2-18:arm64. Preparing to unpack .../42-libpackagekit-glib2-18_1.2.6-3_arm64.deb ... Unpacking libpackagekit-glib2-18:arm64 (1.2.6-3) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../43-gir1.2-packagekitglib-1.0_1.2.6-3_arm64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.6-3) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../44-gnupg-l10n_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg-l10n (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../45-gnupg-utils_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking gnupg-utils (2.2.40-1.1ubuntu1) ... Setting up docker-compose-plugin (2.24.2-1~ubuntu.23.04~lunar) ... Setting up docker-buildx-plugin (0.12.1-1~ubuntu.23.04~lunar) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Fetched 89.1 kB in 1s (136 kB/s) Setting up python3-dbus (1.2.18-3build1) ... Setting up python3-distro (1.7.0-1) ... Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.20) ... Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.9) ... Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ... Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... Setting up python3-apt (2.6.0ubuntu1) ... Setting up python3-lazr.uri (1.0.6-3) ... Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... Get:5 https://download.docker.com/linux/debian bullseye/test amd64 Packages [39.7 kB] Fetched 83.0 kB in 1s (135 kB/s) Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... Selecting previously unselected package gpg. Preparing to unpack .../46-gpg_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking gpg (2.2.40-1.1ubuntu1) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../47-pinentry-curses_1.2.1-1ubuntu1_arm64.deb ... Unpacking pinentry-curses (1.2.1-1ubuntu1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../48-gpg-agent_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking gpg-agent (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../49-gpg-wks-client_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking gpg-wks-client (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../50-gpg-wks-server_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking gpg-wks-server (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpgsm. Preparing to unpack .../51-gpgsm_2.2.40-1.1ubuntu1_arm64.deb ... Unpacking gpgsm (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gnupg. Preparing to unpack .../52-gnupg_2.2.40-1.1ubuntu1_all.deb ... Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_amd64.deb ./deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_amd64.deb ./deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb ./deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb ./deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_amd64.deb Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ... Setting up python3-jwt (2.3.0-1ubuntu0.2) ... Setting up python3-apt (2.4.0ubuntu2) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 35.1 MB in 1s (47.3 MB/s) Selecting previously unselected package libapparmor1:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9952 files and directories currently installed.) Preparing to unpack .../0-libapparmor1_2.13.2-10_amd64.deb ... Unpacking libapparmor1:amd64 (2.13.2-10) ... Setting up python3-cryptography (38.0.4-4ubuntu0.23.10.1) ... Setting up python3-wadllib (1.3.6-5) ... Unpacking gnupg (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libcurl3-gnutls:arm64. Preparing to unpack .../53-libcurl3-gnutls_7.88.1-8ubuntu2.4_arm64.deb ... Unpacking libcurl3-gnutls:arm64 (7.88.1-8ubuntu2.4) ... Selecting previously unselected package libstemmer0d:arm64. Preparing to unpack .../54-libstemmer0d_2.2.0-2_arm64.deb ... Unpacking libstemmer0d:arm64 (2.2.0-2) ... Selecting previously unselected package libxmlb2:arm64. Preparing to unpack .../55-libxmlb2_0.3.10-2_arm64.deb ... Unpacking libxmlb2:arm64 (0.3.10-2) ... Selecting previously unselected package libappstream4:arm64. Preparing to unpack .../56-libappstream4_0.16.1-1ubuntu1_arm64.deb ... Unpacking libappstream4:arm64 (0.16.1-1ubuntu1) ... Selecting previously unselected package libdw1:arm64. Preparing to unpack .../57-libdw1_0.188-2.1_arm64.deb ... Unpacking libdw1:arm64 (0.188-2.1) ... Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.fc39.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5xVYha + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.d4njZ6 + umask 022 + cd /root/rpmbuild/BUILD + rm -rf /root/rpmbuild/BUILD/src-SPECPARTS + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.x86_64/usr/libexec/docker/cli-plugins/docker-buildx RPM build warnings: warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.e4zgS0 + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz + STATUS=0 + '[' 0 -ne 0 ']' + rm -rf /root/rpmbuild/BUILD/src-SPECPARTS + /usr/bin/mkdir -p /root/rpmbuild/BUILD/src-SPECPARTS + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IRt0pW + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + make VERSION=v2.24.2 DESTDIR=./bin build GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "./bin/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod nftables The following NEW packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Setting up python3-lazr.uri (1.0.6-2) ... Setting up python3-zipp (1.0.0-3) ... Selecting previously unselected package libargon2-1:amd64. Preparing to unpack .../1-libargon2-1_0~20171227-0.2_amd64.deb ... Unpacking libargon2-1:amd64 (0~20171227-0.2) ... Selecting previously unselected package dmsetup. Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_amd64.deb ... Unpacking dmsetup (2:1.02.155-3) ... Selecting previously unselected package libdevmapper1.02.1:amd64. Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... Selecting previously unselected package libjson-c3:amd64. Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... Selecting previously unselected package libcryptsetup12:amd64. Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... Setting up python3-oauthlib (3.2.2-1) ... Setting up python3-lazr.restfulclient (0.14.5-1) ... Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4425 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... Unpacking python3-minimal (3.8.2-0ubuntu2) ... Selecting previously unselected package mime-support. Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... Unpacking mime-support (3.64ubuntu1) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../58-libglib2.0-bin_2.76.4-0ubuntu1_arm64.deb ... Unpacking libglib2.0-bin (2.76.4-0ubuntu1) ... Selecting previously unselected package libunwind8:arm64. Preparing to unpack .../59-libunwind8_1.6.2-3_arm64.deb ... Unpacking libunwind8:arm64 (1.6.2-3) ... Selecting previously unselected package libgstreamer1.0-0:arm64. Preparing to unpack .../60-libgstreamer1.0-0_1.22.2-1_arm64.deb ... Unpacking libgstreamer1.0-0:arm64 (1.22.2-1) ... Selecting previously unselected package libpolkit-gobject-1-0:arm64. Preparing to unpack .../61-libpolkit-gobject-1-0_0.105-33_arm64.deb ... Unpacking libpolkit-gobject-1-0:arm64 (0.105-33) ... Selecting previously unselected package libpolkit-agent-1-0:arm64. Preparing to unpack .../62-libpolkit-agent-1-0_0.105-33_arm64.deb ... Unpacking libpolkit-agent-1-0:arm64 (0.105-33) ... Selecting previously unselected package polkitd. Preparing to unpack .../63-polkitd_0.105-33_arm64.deb ... Unpacking polkitd (0.105-33) ... Reading package lists... ++ find deb/debbuild/debian-bullseye/ -type f -name '*.deb' + packages='deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_amd64.deb deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_amd64.deb deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb' ++ echo 'deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_amd64.deb deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_amd64.deb deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb' ++ awk '$0="./"$0' ++ xargs + packages='./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb Selecting previously unselected package docker-ce-rootless-extras. (Reading database ... 9729 files and directories currently installed.) Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_arm64.deb ... Unpacking docker-compose-plugin (2.24.2-1~ubuntu.20.04~focal) ... go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 Setting up python3-cryptography (3.4.8-1ubuntu2.1) ... Selecting previously unselected package libidn11:amd64. Preparing to unpack .../6-libidn11_1.33-2.2_amd64.deb ... Unpacking libidn11:amd64 (1.33-2.2) ... Selecting previously unselected package libip4tc0:amd64. Preparing to unpack .../7-libip4tc0_1.8.2-4_amd64.deb ... Unpacking libip4tc0:amd64 (1.8.2-4) ... Selecting previously unselected package libkmod2:amd64. Preparing to unpack .../8-libkmod2_26-1_amd64.deb ... Unpacking libkmod2:amd64 (26-1) ... Selecting previously unselected package systemd. Preparing to unpack .../9-systemd_241-7~deb10u10_amd64.deb ... Unpacking systemd (241-7~deb10u10) ... Setting up python3-launchpadlib (1.11.0-1) ... Setting up python3-software-properties (0.99.39) ... Selecting previously unselected package libmpdec2:amd64. Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... Unpacking libmpdec2:amd64 (2.4.2-3) ... Selecting previously unselected package readline-common. Preparing to unpack .../3-readline-common_8.0-4_all.deb ... Unpacking readline-common (8.0-4) ... Selecting previously unselected package libreadline8:amd64. Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ... Unpacking libreadline8:amd64 (8.0-4) ... Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.6_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ... Selecting previously unselected package libpython3.8-stdlib:amd64. Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.9_amd64.deb ... Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.9) ... Reading package lists... 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. ++ find deb/debbuild/ubuntu-jammy/ -type f -name '*.deb' + packages='deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_amd64.deb deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_amd64.deb' ++ echo 'deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_amd64.deb deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_amd64.deb' ++ awk '$0="./"$0' ++ xargs + packages='./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_amd64.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_amd64.deb Selecting previously unselected package docker-ce-rootless-extras. (Reading database ... 9236 files and directories currently installed.) Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... Selecting previously unselected package python3-blinker. Preparing to unpack .../64-python3-blinker_1.5-1_all.deb ... Unpacking python3-blinker (1.5-1) ... Selecting previously unselected package python3-cffi-backend:arm64. Preparing to unpack .../65-python3-cffi-backend_1.15.1-5build1_arm64.deb ... Unpacking python3-cffi-backend:arm64 (1.15.1-5build1) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../66-python3-cryptography_38.0.4-2ubuntu0.1_arm64.deb ... Unpacking python3-cryptography (38.0.4-2ubuntu0.1) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ... Unpacking python3-pyparsing (3.0.9-1) ... Selecting previously unselected package python3-httplib2. Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ... Unpacking python3-httplib2 (0.20.4-3) ... Selecting previously unselected package python3-jwt. go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 Setting up docker-buildx-plugin (0.12.1-1~debian.12~bookworm) ... Setting up docker-compose-plugin (2.24.2-1~debian.12~bookworm) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_amd64.deb Setting up python3-wadllib (1.3.6-1) ... Setting up gnupg (2.2.27-3ubuntu2.1) ... Setting up packagekit (1.2.5-2ubuntu2) ... Reading package lists... 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded. Need to get 21.9 MB of archives. After this operation, 106 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/ubuntu mantic/test arm64 containerd.io arm64 1.6.27-1 [21.3 MB] Get:2 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 dbus-user-session arm64 1.14.10-1ubuntu1 [10.1 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libmnl0 arm64 1.0.4-3ubuntu1 [12.9 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libxtables12 arm64 1.8.9-2ubuntu2 [34.5 kB] Processing triggers for libc-bin (2.38-1ubuntu6) ... Processing triggers for sgml-base (1.31) ... Setting up polkitd (123-1) ... Creating group 'polkitd' with GID 997. Creating user 'polkitd' (polkit) with UID 997 and GID 997. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of reload. Selecting previously unselected package python3.8. Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.9_amd64.deb ... Unpacking python3.8 (3.8.10-0ubuntu1~20.04.9) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... Setting up python3-minimal (3.8.2-0ubuntu2) ... Installing : docker-compose-plugin-2.24.2-0.el7.aarch64 15/27 Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_amd64.deb ... Unpacking docker-compose-plugin (2.24.2-1~ubuntu.22.04~jammy) ... Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ... Unpacking python3-jwt (2.6.0-1) ... Selecting previously unselected package python3-lazr.uri. Preparing to unpack .../70-python3-lazr.uri_1.0.6-3_all.deb ... Unpacking python3-lazr.uri (1.0.6-3) ... Selecting previously unselected package python3-wadllib. Preparing to unpack .../71-python3-wadllib_1.3.6-4_all.deb ... Unpacking python3-wadllib (1.3.6-4) ... Selecting previously unselected package python3-distro. Preparing to unpack .../72-python3-distro_1.8.0-1_all.deb ... Unpacking python3-distro (1.8.0-1) ... Selecting previously unselected package python3-oauthlib. Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ... Unpacking python3-oauthlib (3.2.2-1) ... Selecting previously unselected package python3-six. Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ... Unpacking python3-six (1.16.0-4) ... Selecting previously unselected package python3-lazr.restfulclient. Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ... Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.APSOnp + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.RxFBev + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz + /usr/bin/tar -xf - invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up gnupg2 (2.2.27-3ubuntu2.1) ... Setting up python3-importlib-metadata (4.6.4-1) ... Building dependency tree... Reading state information... Correcting dependencies... Done Get:5 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 netbase all 6.4 [13.1 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libip6tc2 arm64 1.8.9-2ubuntu2 [22.7 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnfnetlink0 arm64 1.0.2-2 [15.4 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnetfilter-conntrack3 arm64 1.0.9-5 [43.2 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 libnftnl11 arm64 1.2.6-2 [64.4 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 iptables arm64 1.8.9-2ubuntu2 [386 kB] start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory) Setting up packagekit (1.2.7-1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up software-properties-common (0.99.39) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4855 files and directories currently installed.) Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... Unpacking python3 (3.8.2-0ubuntu2) ... Selecting previously unselected package libapparmor1:amd64. Preparing to unpack .../01-libapparmor1_2.13.3-7ubuntu5.3_amd64.deb ... Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.3) ... Selecting previously unselected package libcap2:amd64. Preparing to unpack .../02-libcap2_1%3a2.32-1ubuntu0.1_amd64.deb ... Unpacking libcap2:amd64 (1:2.32-1ubuntu0.1) ... Setting up libapparmor1:amd64 (2.13.2-10) ... Setting up libargon2-1:amd64 (0~20171227-0.2) ... Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... Setting up libidn11:amd64 (1.33-2.2) ... Setting up libip4tc0:amd64 (1.8.2-4) ... Setting up libkmod2:amd64 (26-1) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... Setting up systemd (241-7~deb10u10) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. Initializing machine ID from KVM UUID. Unpacking python3-lazr.restfulclient (0.14.5-1) ... Selecting previously unselected package python3-launchpadlib. Preparing to unpack .../76-python3-launchpadlib_1.11.0-1_all.deb ... Unpacking python3-launchpadlib (1.11.0-1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../77-python3-software-properties_0.99.35_all.deb ... Unpacking python3-software-properties (0.99.35) ... Selecting previously unselected package packagekit. Preparing to unpack .../78-packagekit_1.2.6-3_arm64.deb ... Unpacking packagekit (1.2.6-3) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../79-software-properties-common_0.99.35_all.deb ... Unpacking software-properties-common (0.99.35) ... Selecting previously unselected package gnupg2. Preparing to unpack .../80-gnupg2_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg2 (2.2.40-1.1ubuntu1) ... go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ... Setting up python3-secretstorage (3.3.1-1) ... Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod nftables The following NEW packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Reading package lists... debconf: delaying package configuration, since apt-utils is not installed Fetched 21.9 MB in 1s (25.1 MB/s) Selecting previously unselected package dbus-user-session. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10126 files and directories currently installed.) Preparing to unpack .../0-dbus-user-session_1.14.10-1ubuntu1_arm64.deb ... Unpacking dbus-user-session (1.14.10-1ubuntu1) ... Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... Processing triggers for ca-certificates (20230311ubuntu1) ... Updating certificates in /etc/ssl/certs... Selecting previously unselected package libargon2-1:amd64. Preparing to unpack .../03-libargon2-1_0~20171227-0.2_amd64.deb ... Unpacking libargon2-1:amd64 (0~20171227-0.2) ... Selecting previously unselected package libdevmapper1.02.1:amd64. Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ... Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ... Selecting previously unselected package libjson-c4:amd64. Preparing to unpack .../05-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... Selecting previously unselected package libcryptsetup12:amd64. Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ... Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... Selecting previously unselected package libip4tc2:amd64. Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2.1_amd64.deb ... Unpacking libip4tc2:amd64 (1.8.4-3ubuntu2.1) ... Selecting previously unselected package libkmod2:amd64. Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_amd64.deb ... Unpacking libkmod2:amd64 (27-1ubuntu2.1) ... Setting up dmsetup (2:1.02.155-3) ... Setting up libksba8:arm64 (1.6.3-2) ... Setting up media-types (10.0.0) ... Setting up systemd-sysv (252.5-2ubuntu3.2) ... Setting up libkeyutils1:arm64 (1.6.3-2) ... Setting up libpsl5:arm64 (0.21.2-1) ... Setting up libicu72:arm64 (72.1-3ubuntu2) ... Setting up apt-transport-https (2.6.0ubuntu0.1) ... Setting up libyaml-0-2:arm64 (0.2.5-1) ... Setting up libglib2.0-0:arm64 (2.76.4-0ubuntu1) ... No schema files found: doing nothing. Setting up distro-info-data (0.57ubuntu0.3) ... Setting up libtirpc-common (1.3.3+ds-1) ... Setting up libxmlb2:arm64 (0.3.10-2) ... Setting up libbrotli1:arm64 (1.0.9-2build8) ... Setting up libsqlite3-0:arm64 (3.40.1-1ubuntu0.1) ... Setting up libnghttp2-14:arm64 (1.52.0-1ubuntu0.1) ... Setting up libpackagekit-glib2-18:arm64 (1.2.6-3) ... Setting up libnpth0:arm64 (1.6-3build2) ... Setting up libassuan0:arm64 (2.5.5-5) ... Setting up libunwind8:arm64 (1.6.2-3) ... Setting up libkrb5support0:arm64 (1.20.1-1ubuntu0.1) ... Installing : 1:docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.aarch 16/27 Installing : libselinux-python-2.5-15.el7.aarch64 17/27 Installing : libsemanage-python-2.5-14.el7.aarch64 18/27 Installing : python-IPy-0.75-6.el7.noarch 19/27 Installing : policycoreutils-python-2.5-34.el7.aarch64 20/27 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~debian.11~bullseye_amd64.deb ... Unpacking docker-compose-plugin (2.24.2-1~debian.11~bullseye) ... + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.k1y9pE + umask 022 + cd /root/rpmbuild/BUILD + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + GO111MODULE=on + CGO_ENABLED=0 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx Setting up python3-keyring (23.5.0-1) ... Setting up python3-lazr.restfulclient (0.14.4-1) ... 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded. Need to get 30.2 MB of archives. After this operation, 122 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/ubuntu lunar/test amd64 containerd.io amd64 1.6.27-1 [29.5 MB] Get:2 http://archive.ubuntu.com/ubuntu lunar/main amd64 dbus-user-session amd64 1.14.4-1ubuntu1 [10.1 kB] Building dependency tree... Reading state information... Correcting dependencies... Done Skipping docker-buildx-plugin, it is already installed and upgrade is not set. Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod Recommended packages: nftables The following NEW packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Selecting previously unselected package libmnl0:arm64. Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_arm64.deb ... Unpacking libmnl0:arm64 (1.0.4-3ubuntu1) ... Selecting previously unselected package libxtables12:arm64. Preparing to unpack .../2-libxtables12_1.8.9-2ubuntu2_arm64.deb ... Unpacking libxtables12:arm64 (1.8.9-2ubuntu2) ... Selecting previously unselected package netbase. Preparing to unpack .../3-netbase_6.4_all.deb ... Unpacking netbase (6.4) ... Selecting previously unselected package libip6tc2:arm64. Preparing to unpack .../4-libip6tc2_1.8.9-2ubuntu2_arm64.deb ... Unpacking libip6tc2:arm64 (1.8.9-2ubuntu2) ... Selecting previously unselected package libnfnetlink0:arm64. Preparing to unpack .../5-libnfnetlink0_1.0.2-2_arm64.deb ... Unpacking libnfnetlink0:arm64 (1.0.2-2) ... Selecting previously unselected package libnetfilter-conntrack3:arm64. Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-5_arm64.deb ... Unpacking libnetfilter-conntrack3:arm64 (1.0.9-5) ... Selecting previously unselected package libnftnl11:arm64. Preparing to unpack .../7-libnftnl11_1.2.6-2_arm64.deb ... Unpacking libnftnl11:arm64 (1.2.6-2) ... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.14.10-1ubuntu1) ... ++ source /etc/os-release +++ PRETTY_NAME='Ubuntu 23.10' +++ NAME=Ubuntu +++ VERSION_ID=23.10 +++ VERSION='23.10 (Mantic Minotaur)' +++ VERSION_CODENAME=mantic +++ ID=ubuntu +++ ID_LIKE=debian +++ HOME_URL=https://www.ubuntu.com/ +++ SUPPORT_URL=https://help.ubuntu.com/ +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy +++ UBUNTU_CODENAME=mantic +++ LOGO=ubuntu-logo ++ echo ubuntu + DIST_ID=ubuntu ++ lsb_release -sc + DIST_VERSION=mantic + '[' mantic = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/ubuntu + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu' [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu + update-ca-certificates -f Clearing symlinks in /etc/ssl/certs... make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.r0Sw70tulC/ + cd /tmp/docker-cli-docsgen.r0Sw70tulC + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading golang.org/x/text v0.14.0 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading golang.org/x/term v0.15.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading github.com/klauspost/compress v1.17.4 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 Selecting previously unselected package systemd-timesyncd. Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.23_amd64.deb ... Unpacking systemd-timesyncd (245.4-4ubuntu3.23) ... Selecting previously unselected package systemd. Preparing to unpack .../10-systemd_245.4-4ubuntu3.23_amd64.deb ... Unpacking systemd (245.4-4ubuntu3.23) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10782 files and directories currently installed.) Preparing to unpack .../00-systemd-sysv_241-7~deb10u10_amd64.deb ... Unpacking systemd-sysv (241-7~deb10u10) ... Selecting previously unselected package libip6tc0:amd64. Preparing to unpack .../01-libip6tc0_1.8.2-4_amd64.deb ... Unpacking libip6tc0:amd64 (1.8.2-4) ... Selecting previously unselected package libiptc0:amd64. Preparing to unpack .../02-libiptc0_1.8.2-4_amd64.deb ... Unpacking libiptc0:amd64 (1.8.2-4) ... Selecting previously unselected package libnfnetlink0:amd64. Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_amd64.deb ... Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... Selecting previously unselected package libnftnl11:amd64. Preparing to unpack .../05-libnftnl11_1.1.2-2_amd64.deb ... Unpacking libnftnl11:amd64 (1.1.2-2) ... Selecting previously unselected package iptables. Preparing to unpack .../06-iptables_1.8.2-4_amd64.deb ... Unpacking iptables (1.8.2-4) ... Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... Setting up libcap2-bin (1:2.66-3ubuntu2.1) ... Setting up libglib2.0-data (2.76.4-0ubuntu1) ... Setting up gnupg-l10n (2.2.40-1.1ubuntu1) ... Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ... Setting up libdbus-1-3:arm64 (1.14.4-1ubuntu1) ... Setting up libk5crypto3:arm64 (1.20.1-1ubuntu0.1) ... Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... Setting up python-apt-common (2.5.3ubuntu1) ... Setting up dbus-session-bus-common (1.14.4-1ubuntu1) ... Setting up libgirepository-1.0-1:arm64 (1.76.1-1) ... Setting up libkrb5-3:arm64 (1.20.1-1ubuntu0.1) ... Setting up libstemmer0d:arm64 (2.2.0-2) ... Setting up lsb-release (12.0-1ubuntu1) ... Setting up dbus-system-bus-common (1.14.4-1ubuntu1) ... Setting up openssl (3.0.8-1ubuntu1.4) ... Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.24.2-0.fc39.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.toZtsS + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.9wT7LE + umask 022 + cd /root/rpmbuild/BUILD + rm -rf /root/rpmbuild/BUILD/src-SPECPARTS + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.aarch64/usr/libexec/docker/cli-plugins/docker-buildx source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.aarch64/usr/libexec/docker/cli-plugins/docker-compose Get:3 http://archive.ubuntu.com/ubuntu lunar/main amd64 libmnl0 amd64 1.0.4-3ubuntu1 [13.2 kB] Get:4 http://archive.ubuntu.com/ubuntu lunar/main amd64 libxtables12 amd64 1.8.7-1ubuntu7 [30.4 kB] Get:5 http://archive.ubuntu.com/ubuntu lunar/main amd64 netbase all 6.4 [13.1 kB] Get:6 http://archive.ubuntu.com/ubuntu lunar/main amd64 libip6tc2 amd64 1.8.7-1ubuntu7 [20.1 kB] Get:7 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnfnetlink0 amd64 1.0.2-2 [15.8 kB] Get:8 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnetfilter-conntrack3 amd64 1.0.9-3 [44.0 kB] Get:9 http://archive.ubuntu.com/ubuntu lunar/main amd64 libnftnl11 amd64 1.2.4-2 [64.8 kB] Setting up python3-launchpadlib (1.10.16-1) ... Setting up python3-software-properties (0.99.22.9) ... Selecting previously unselected package iptables. Preparing to unpack .../8-iptables_1.8.9-2ubuntu2_arm64.deb ... Unpacking iptables (1.8.9-2ubuntu2) ... Selecting previously unselected package containerd.io. Preparing to unpack .../9-containerd.io_1.6.27-1_arm64.deb ... Unpacking containerd.io (1.6.27-1) ... Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.3) ... Selecting previously unselected package dbus. Preparing to unpack .../07-dbus_1.12.28-0+deb10u1_amd64.deb ... Unpacking dbus (1.12.28-0+deb10u1) ... Selecting previously unselected package libpam-systemd:amd64. Preparing to unpack .../08-libpam-systemd_241-7~deb10u10_amd64.deb ... Unpacking libpam-systemd:amd64 (241-7~deb10u10) ... Selecting previously unselected package containerd.io. Preparing to unpack .../09-containerd.io_1.6.27-1_amd64.deb ... Unpacking containerd.io (1.6.27-1) ... Setting up libelf1:arm64 (0.188-2.1) ... Setting up readline-common (8.2-1.3) ... Setting up libxml2:arm64 (2.9.14+dfsg-1.1ubuntu0.1) ... Setting up libldap2:arm64 (2.6.3+dfsg-1~exp1ubuntu2) ... Setting up iso-codes (4.12.0-1) ... Setting up dbus-bin (1.14.4-1ubuntu1) ... Setting up libpolkit-gobject-1-0:arm64 (0.105-33) ... Setting up pinentry-curses (1.2.1-1ubuntu1) ... Setting up libdw1:arm64 (0.188-2.1) ... Setting up libreadline8:arm64 (8.2-1.3) ... Setting up libglib2.0-bin (2.76.4-0ubuntu1) ... Setting up dbus-daemon (1.14.4-1ubuntu1) ... Setting up ca-certificates (20230311ubuntu0.23.04.1) ... Get:10 http://archive.ubuntu.com/ubuntu lunar/main amd64 iptables amd64 1.8.7-1ubuntu7 [454 kB] Setting up software-properties-common (0.99.22.9) ... Processing triggers for libc-bin (2.35-0ubuntu3.6) ... 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. Need to get 30.1 MB of archives. After this operation, 122 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main amd64 netbase all 6.4 [12.8 kB] Get:2 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] Get:3 http://deb.debian.org/debian bookworm/main amd64 libip6tc2 amd64 1.8.9-2 [19.4 kB] Get:4 http://deb.debian.org/debian bookworm/main amd64 libxtables12 amd64 1.8.9-2 [30.8 kB] Get:5 http://deb.debian.org/debian bookworm/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] Get:6 http://deb.debian.org/debian bookworm/main amd64 libnfnetlink0 amd64 1.0.2-2 [15.1 kB] Get:7 http://deb.debian.org/debian bookworm/main amd64 libnetfilter-conntrack3 amd64 1.0.9-3 [40.7 kB] Get:8 http://deb.debian.org/debian bookworm/main amd64 libnftnl11 amd64 1.2.4-2 [61.6 kB] Get:9 http://deb.debian.org/debian bookworm/main amd64 iptables amd64 1.8.9-2 [360 kB] Get:10 https://download.docker.com/linux/debian bookworm/test amd64 containerd.io amd64 1.6.27-1 [29.5 MB] Setting up libcap2:amd64 (1:2.32-1ubuntu0.1) ... Setting up libargon2-1:amd64 (0~20171227-0.2) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ... Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... Setting up libip4tc2:amd64 (1.8.4-3ubuntu2.1) ... Setting up libkmod2:amd64 (27-1ubuntu2.1) ... Setting up systemd-timesyncd (245.4-4ubuntu3.23) ... done. Updating certificates in /etc/ssl/certs... Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... Setting up docker-buildx-plugin (0.12.1-1~ubuntu.20.04~focal) ... Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... Setting up docker-compose-plugin (2.24.2-1~ubuntu.20.04~focal) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 30.2 MB in 1s (34.5 MB/s) Selecting previously unselected package dbus-user-session. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9530 files and directories currently installed.) Preparing to unpack .../0-dbus-user-session_1.14.4-1ubuntu1_amd64.deb ... Unpacking dbus-user-session (1.14.4-1ubuntu1) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.4-3ubuntu1) ... Selecting previously unselected package libxtables12:amd64. Preparing to unpack .../2-libxtables12_1.8.7-1ubuntu7_amd64.deb ... Unpacking libxtables12:amd64 (1.8.7-1ubuntu7) ... Selecting previously unselected package netbase. Preparing to unpack .../3-netbase_6.4_all.deb ... Unpacking netbase (6.4) ... Selecting previously unselected package libip6tc2:amd64. Preparing to unpack .../4-libip6tc2_1.8.7-1ubuntu7_amd64.deb ... Unpacking libip6tc2:amd64 (1.8.7-1ubuntu7) ... Processing triggers for ca-certificates (20230311ubuntu0.22.04.1) ... Updating certificates in /etc/ssl/certs... debconf: delaying package configuration, since apt-utils is not installed Fetched 30.1 MB in 1s (43.4 MB/s) Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. Setting up systemd (245.4-4ubuntu3.23) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. Setting up libip6tc2:arm64 (1.8.9-2ubuntu2) ... Setting up dbus-user-session (1.14.10-1ubuntu1) ... Setting up libmnl0:arm64 (1.0.4-3ubuntu1) ... Setting up containerd.io (1.6.27-1) ... rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/ubuntu/gpg + apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Updating certificates in /etc/ssl/certs... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. Processing triggers for systemd (245.4-4ubuntu3.23) ... + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_arm64.deb Selecting previously unselected package libnfnetlink0:amd64. Preparing to unpack .../5-libnfnetlink0_1.0.2-2_amd64.deb ... Unpacking libnfnetlink0:amd64 (1.0.2-2) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-3_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.9-3) ... Selecting previously unselected package libnftnl11:amd64. Preparing to unpack .../7-libnftnl11_1.2.4-2_amd64.deb ... Unpacking libnftnl11:amd64 (1.2.4-2) ... Selecting previously unselected package iptables. Preparing to unpack .../8-iptables_1.8.7-1ubuntu7_amd64.deb ... Unpacking iptables (1.8.7-1ubuntu7) ... Selecting previously unselected package containerd.io. Preparing to unpack .../9-containerd.io_1.6.27-1_amd64.deb ... Unpacking containerd.io (1.6.27-1) ... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.12.20-2ubuntu4.1) ... Selecting previously unselected package netbase. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 11755 files and directories currently installed.) Preparing to unpack .../0-netbase_6.4_all.deb ... Unpacking netbase (6.4) ... Selecting previously unselected package containerd.io. Preparing to unpack .../1-containerd.io_1.6.27-1_amd64.deb ... Unpacking containerd.io (1.6.27-1) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5691 files and directories currently installed.) Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.23_amd64.deb ... Unpacking systemd-sysv (245.4-4ubuntu3.23) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:arm64 (1.8.9-2ubuntu2) ... Setting up libnfnetlink0:arm64 (1.0.2-2) ... Setting up netbase (6.4) ... Setting up libnftnl11:arm64 (1.2.6-2) ... Setting up libnetfilter-conntrack3:arm64 (1.0.9-5) ... Setting up iptables (1.8.9-2ubuntu2) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.38-1ubuntu6) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 OK + '[' mantic = sid ']' ++ dpkg --print-architecture + ARCH=amd64 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu mantic test' + apt-get update ++ source /etc/os-release +++ PRETTY_NAME='Ubuntu 22.04.3 LTS' +++ NAME=Ubuntu +++ VERSION_ID=22.04 +++ VERSION='22.04.3 LTS (Jammy Jellyfish)' +++ VERSION_CODENAME=jammy +++ ID=ubuntu +++ ID_LIKE=debian +++ HOME_URL=https://www.ubuntu.com/ +++ SUPPORT_URL=https://help.ubuntu.com/ +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy +++ UBUNTU_CODENAME=jammy ++ echo ubuntu + DIST_ID=ubuntu ++ lsb_release -sc + DIST_VERSION=jammy + '[' jammy = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/ubuntu + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu' + update-ca-certificates -f [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu Clearing symlinks in /etc/ssl/certs... Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~debian.11~bullseye_amd64.deb ... Unpacking docker-buildx-plugin (0.12.1-1~debian.11~bullseye) ... Selecting previously unselected package openssl. Preparing to unpack .../01-openssl_1.1.1f-1ubuntu2.20_amd64.deb ... Unpacking openssl (1.1.1f-1ubuntu2.20) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../02-ca-certificates_20230311ubuntu0.20.04.1_all.deb ... Unpacking ca-certificates (20230311ubuntu0.20.04.1) ... Selecting previously unselected package libdbus-1-3:amd64. Preparing to unpack .../03-libdbus-1-3_1.12.16-2ubuntu2.3_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ... Selecting previously unselected package dbus. Preparing to unpack .../04-dbus_1.12.16-2ubuntu2.3_amd64.deb ... Unpacking dbus (1.12.16-2ubuntu2.3) ... + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.4 137 added, 0 removed; done. Setting up dbus (1.14.4-1ubuntu1) ... Setting up libgssapi-krb5-2:arm64 (1.20.1-1ubuntu0.1) ... Setting up gir1.2-glib-2.0:arm64 (1.76.1-1) ... Setting up libssh-4:arm64 (0.10.4-2ubuntu0.3) ... Setting up gpgconf (2.2.40-1.1ubuntu1) ... Setting up libpam-systemd:arm64 (252.5-2ubuntu3.2) ... done. Updating certificates in /etc/ssl/certs... Selecting previously unselected package distro-info-data. Preparing to unpack .../05-distro-info-data_0.43ubuntu1.15_all.deb ... Unpacking distro-info-data (0.43ubuntu1.15) ... Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../06-libglib2.0-0_2.64.6-1~ubuntu20.04.6_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.6) ... Selecting previously unselected package libgirepository-1.0-1:amd64. Preparing to unpack .../07-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_amd64.deb ... Unpacking libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ... Selecting previously unselected package gir1.2-glib-2.0:amd64. Get:1 https://download.docker.com/linux/ubuntu mantic InRelease [48.8 kB] Hit:2 http://security.ubuntu.com/ubuntu mantic-security InRelease Get:3 https://download.docker.com/linux/ubuntu mantic/test amd64 Packages [8599 B] Hit:4 http://archive.ubuntu.com/ubuntu mantic InRelease Hit:5 http://archive.ubuntu.com/ubuntu mantic-updates InRelease Hit:6 http://archive.ubuntu.com/ubuntu mantic-backports InRelease Setting up libcurl4:arm64 (7.88.1-8ubuntu2.4) ... Setting up libpolkit-agent-1-0:arm64 (0.105-33) ... Setting up curl (7.88.1-8ubuntu2.4) ... Setting up polkitd (0.105-33) ... Setting up gpg (2.2.40-1.1ubuntu1) ... Setting up libgstreamer1.0-0:arm64 (1.22.2-1) ... Setcap worked! gst-ptp-helper is not suid! Setting up gnupg-utils (2.2.40-1.1ubuntu1) ... Setting up libtirpc3:arm64 (1.3.3+ds-1) ... Setting up gpg-agent (2.2.40-1.1ubuntu1) ... Reading package lists... make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.tyWQoCRPXZ/ + cd /tmp/docker-cli-docsgen.tyWQoCRPXZ + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading golang.org/x/text v0.14.0 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading golang.org/x/term v0.15.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading github.com/klauspost/compress v1.17.4 Preparing to unpack .../08-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_amd64.deb ... Unpacking gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../09-libcap2-bin_1%3a2.32-1ubuntu0.1_amd64.deb ... Unpacking libcap2-bin (1:2.32-1ubuntu0.1) ... Selecting previously unselected package libelf1:amd64. Preparing to unpack .../10-libelf1_0.176-1.1ubuntu0.1_amd64.deb ... Unpacking libelf1:amd64 (0.176-1.1ubuntu0.1) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../11-libglib2.0-data_2.64.6-1~ubuntu20.04.6_all.deb ... Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.6) ... Selecting previously unselected package tzdata. Preparing to unpack .../12-tzdata_2023d-0ubuntu0.20.04_all.deb ... Unpacking tzdata (2023d-0ubuntu0.20.04) ... Setting up libip6tc2:amd64 (1.8.7-1ubuntu7) ... Setting up dbus-user-session (1.14.4-1ubuntu1) ... Setting up libmnl0:amd64 (1.0.4-3ubuntu1) ... Setting up containerd.io (1.6.27-1) ... Fetched 57.4 kB in 1s (90.2 kB/s) go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 Selecting previously unselected package dbus-user-session. Preparing to unpack .../2-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... Unpacking dbus-user-session (1.14.10-1~deb12u1) ... Selecting previously unselected package libip6tc2:amd64. Preparing to unpack .../3-libip6tc2_1.8.9-2_amd64.deb ... Unpacking libip6tc2:amd64 (1.8.9-2) ... Selecting previously unselected package libxtables12:amd64. Preparing to unpack .../4-libxtables12_1.8.9-2_amd64.deb ... Unpacking libxtables12:amd64 (1.8.9-2) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../5-libmnl0_1.0.4-3_amd64.deb ... Unpacking libmnl0:amd64 (1.0.4-3) ... Selecting previously unselected package libnfnetlink0:amd64. Preparing to unpack .../6-libnfnetlink0_1.0.2-2_amd64.deb ... Unpacking libnfnetlink0:amd64 (1.0.2-2) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Building dependency tree... Reading state information... Correcting dependencies... Done docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-39" rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL Selecting previously unselected package libicu66:amd64. Preparing to unpack .../13-libicu66_66.1-2ubuntu2.1_amd64.deb ... Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:amd64 (1.8.7-1ubuntu7) ... Setting up libnfnetlink0:amd64 (1.0.2-2) ... Setting up netbase (6.4) ... Setting up libnftnl11:amd64 (1.2.4-2) ... Setting up libnetfilter-conntrack3:amd64 (1.0.9-3) ... Setting up iptables (1.8.7-1ubuntu7) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.37-0ubuntu2.1) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version go: downloading github.com/zmap/zlint/v3 v3.1.0 Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../7-libnetfilter-conntrack3_1.0.9-3_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.9-3) ... Selecting previously unselected package libnftnl11:amd64. Preparing to unpack .../8-libnftnl11_1.2.4-2_amd64.deb ... Unpacking libnftnl11:amd64 (1.2.4-2) ... Selecting previously unselected package iptables. Preparing to unpack .../9-iptables_1.8.9-2_amd64.deb ... Unpacking iptables (1.8.9-2) ... Setting up libip6tc2:amd64 (1.8.9-2) ... Setting up dbus-user-session (1.14.10-1~deb12u1) ... Setting up libmnl0:amd64 (1.0.4-3) ... Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up gpgsm (2.2.40-1.1ubuntu1) ... Setting up libcurl3-gnutls:arm64 (7.88.1-8ubuntu2.4) ... Setting up libappstream4:arm64 (0.16.1-1ubuntu1) ... Setting up dirmngr (2.2.40-1.1ubuntu1) ... Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod nftables The following NEW packages will be installed: containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/ubuntu/gpg + apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.4 Reading package lists... W: https://download.docker.com/linux/ubuntu/dists/mantic/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. ++ find deb/debbuild/ubuntu-mantic/ -type f -name '*.deb' + packages='deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_amd64.deb deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_amd64.deb deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb' ++ echo 'deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_amd64.deb deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_amd64.deb deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb' ++ awk '$0="./"$0' ++ xargs + packages='./deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb ./deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_amd64.deb ./deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb ./deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_amd64.deb ./deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb ./deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_amd64.deb ./deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb ./deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_amd64.deb ./deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb Selecting previously unselected package docker-ce-cli. (Reading database ... 9907 files and directories currently installed.) Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:amd64 (1.8.9-2) ... Setting up libnfnetlink0:amd64 (1.0.2-2) ... Setting up netbase (6.4) ... Setting up libnftnl11:amd64 (1.2.4-2) ... Setting up libnetfilter-conntrack3:amd64 (1.0.9-3) ... Setting up iptables (1.8.9-2) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.36-9+deb12u3) ... Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Setting up gir1.2-packagekitglib-1.0 (1.2.6-3) ... Setting up gpg-wks-server (2.2.40-1.1ubuntu1) ... Setting up libnsl2:arm64 (1.3.0-2build2) ... Setting up packagekit (1.2.6-3) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up gpg-wks-client (2.2.40-1.1ubuntu1) ... Setting up libpython3.11-stdlib:arm64 (3.11.4-1~23.04.2) ... Setting up gnupg (2.2.40-1.1ubuntu1) ... 0 upgraded, 9 newly installed, 0 to remove and 8 not upgraded. Need to get 21.8 MB of archives. After this operation, 98.8 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/ubuntu focal/test arm64 containerd.io arm64 1.6.27-1 [21.3 MB] Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... OK + '[' jammy = sid ']' ++ dpkg --print-architecture + ARCH=arm64 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu jammy test' + apt-get update make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... go: downloading github.com/google/certificate-transparency-go v1.1.4 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/golang/protobuf v1.5.3 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.4 Setting up libpython3-stdlib:arm64 (3.11.2-1) ... Setting up python3.11 (3.11.4-1~23.04.2) ... Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmnl0 arm64 1.0.4-2 [11.3 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxtables12 arm64 1.8.4-3ubuntu2.1 [27.6 kB] Selecting previously unselected package dbus-user-session. Preparing to unpack .../10-dbus-user-session_1.12.28-0+deb10u1_amd64.deb ... Unpacking dbus-user-session (1.12.28-0+deb10u1) ... Setting up systemd-sysv (241-7~deb10u10) ... Setting up libip6tc0:amd64 (1.8.2-4) ... Setting up libnftnl11:amd64 (1.1.2-2) ... Get:1 https://download.docker.com/linux/ubuntu jammy InRelease [48.8 kB] + make IMAGE=fedora:39 verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ fedora:39 ./verify Unable to find image 'fedora:39' locally 39: Pulling from library/fedora go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 Selecting previously unselected package libpam-systemd:amd64. Preparing to unpack .../14-libpam-systemd_245.4-4ubuntu3.23_amd64.deb ... Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.23) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../15-libxml2_2.9.10+dfsg-5ubuntu0.20.04.6_amd64.deb ... Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.6) ... Selecting previously unselected package libyaml-0-2:amd64. Preparing to unpack .../16-libyaml-0-2_0.2.2-1_amd64.deb ... Unpacking libyaml-0-2:amd64 (0.2.2-1) ... Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_amd64.deb ... Unpacking docker-compose-plugin (2.24.2-1~ubuntu.23.10~mantic) ... Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 netbase all 6.1 [13.1 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libip6tc2 arm64 1.8.4-3ubuntu2.1 [18.9 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnfnetlink0 arm64 1.0.1-3build1 [13.0 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnetfilter-conntrack3 arm64 1.0.7-2 [37.9 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnftnl11 arm64 1.1.5-1 [53.8 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 iptables arm64 1.8.4-3ubuntu2.1 [376 kB] Setting up libiptc0:amd64 (1.8.2-4) ... Setting up dbus (1.12.28-0+deb10u1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up containerd.io (1.6.27-1) ... Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy InRelease Get:3 https://download.docker.com/linux/ubuntu jammy/test arm64 Packages [39.6 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease 975f40a40bde: Already exists Digest: sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d6e0 Status: Downloaded newer image for fedora:39 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap go: downloading google.golang.org/protobuf v1.31.0 [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node Selecting previously unselected package lsb-release. Preparing to unpack .../17-lsb-release_11.1.0ubuntu2_all.deb ... Unpacking lsb-release (11.1.0ubuntu2) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../18-python3-dbus_1.2.16-1build1_amd64.deb ... Unpacking python3-dbus (1.2.16-1build1) ... Selecting previously unselected package python3-gi. Preparing to unpack .../19-python3-gi_3.36.0-1_amd64.deb ... Unpacking python3-gi (3.36.0-1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../20-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ... Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ... Selecting previously unselected package python3-six. Preparing to unpack .../21-python3-six_1.14.0-2_all.deb ... Unpacking python3-six (1.14.0-2) ... [Pipeline] } debconf: delaying package configuration, since apt-utils is not installed Fetched 21.8 MB in 1s (25.8 MB/s) Selecting previously unselected package libmnl0:arm64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10634 files and directories currently installed.) Preparing to unpack .../0-libmnl0_1.0.4-2_arm64.deb ... Unpacking libmnl0:arm64 (1.0.4-2) ... Selecting previously unselected package libxtables12:arm64. Preparing to unpack .../1-libxtables12_1.8.4-3ubuntu2.1_arm64.deb ... Unpacking libxtables12:arm64 (1.8.4-3ubuntu2.1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... Setting up libpam-systemd:amd64 (241-7~deb10u10) ... Setting up dbus-user-session (1.12.28-0+deb10u1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... Setting up iptables (1.8.2-4) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for systemd (241-7~deb10u10) ... Processing triggers for libc-bin (2.28-10+deb10u2) ... Setting up gnupg2 (2.2.40-1.1ubuntu1) ... Setting up python3 (3.11.2-1) ... Hit:6 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease Fetched 88.4 kB in 1s (111 kB/s) + verify + dpkg --version + rpm --version + verify_rpm ++ . /etc/os-release +++ NAME='Fedora Linux' +++ VERSION='39 (Container Image)' +++ ID=fedora +++ VERSION_ID=39 +++ VERSION_CODENAME= +++ PLATFORM_ID=platform:f39 +++ PRETTY_NAME='Fedora Linux 39 (Container Image)' +++ ANSI_COLOR='0;38;2;60;110;180' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:fedoraproject:fedora:39 +++ DEFAULT_HOSTNAME=fedora +++ HOME_URL=https://fedoraproject.org/ +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f39/system-administrators-guide/ +++ SUPPORT_URL=https://ask.fedoraproject.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_BUGZILLA_PRODUCT=Fedora +++ REDHAT_BUGZILLA_PRODUCT_VERSION=39 +++ REDHAT_SUPPORT_PRODUCT=Fedora +++ REDHAT_SUPPORT_PRODUCT_VERSION=39 +++ SUPPORT_END=2024-05-14 +++ VARIANT='Container Image' +++ VARIANT_ID=container ++ echo fedora + DIST_ID=fedora ++ . /etc/os-release +++ NAME='Fedora Linux' +++ VERSION='39 (Container Image)' +++ ID=fedora +++ VERSION_ID=39 +++ VERSION_CODENAME= +++ PLATFORM_ID=platform:f39 +++ PRETTY_NAME='Fedora Linux 39 (Container Image)' +++ ANSI_COLOR='0;38;2;60;110;180' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:fedoraproject:fedora:39 +++ DEFAULT_HOSTNAME=fedora +++ HOME_URL=https://fedoraproject.org/ +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f39/system-administrators-guide/ +++ SUPPORT_URL=https://ask.fedoraproject.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_BUGZILLA_PRODUCT=Fedora +++ REDHAT_BUGZILLA_PRODUCT_VERSION=39 +++ REDHAT_SUPPORT_PRODUCT=Fedora +++ REDHAT_SUPPORT_PRODUCT_VERSION=39 +++ SUPPORT_END=2024-05-14 +++ VARIANT='Container Image' +++ VARIANT_ID=container ++ echo 39 ++ cut -d. -f1 + DIST_VERSION=39 + pkg_manager=yum + pkg_config_manager=yum-config-manager + dnf --version Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_amd64.deb ... Unpacking docker-buildx-plugin (0.12.1-1~ubuntu.22.04~jammy) ... go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c Selecting previously unselected package iso-codes. Preparing to unpack .../22-iso-codes_4.4-1_all.deb ... Unpacking iso-codes (4.4-1) ... Selecting previously unselected package netbase. Preparing to unpack .../2-netbase_6.1_all.deb ... Unpacking netbase (6.1) ... Selecting previously unselected package libip6tc2:arm64. Preparing to unpack .../3-libip6tc2_1.8.4-3ubuntu2.1_arm64.deb ... Unpacking libip6tc2:arm64 (1.8.4-3ubuntu2.1) ... Selecting previously unselected package libnfnetlink0:arm64. Preparing to unpack .../4-libnfnetlink0_1.0.1-3build1_arm64.deb ... Unpacking libnfnetlink0:arm64 (1.0.1-3build1) ... Selecting previously unselected package libnetfilter-conntrack3:arm64. Preparing to unpack .../5-libnetfilter-conntrack3_1.0.7-2_arm64.deb ... Unpacking libnetfilter-conntrack3:arm64 (1.0.7-2) ... Selecting previously unselected package libnftnl11:arm64. Preparing to unpack .../6-libnftnl11_1.1.5-1_arm64.deb ... Unpacking libnftnl11:arm64 (1.1.5-1) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.3.3 Setting up python3-six (1.16.0-4) ... Setting up python3-pyparsing (3.0.9-1) ... 4.18.1 Installed: dnf-0:4.18.1-2.fc39.noarch at Sun Nov 26 07:51:14 2023 Built : Fedora Project at Wed Nov 15 15:14:30 2023 Installed: rpm-0:4.19.0-1.fc39.aarch64 at Sun Nov 26 07:51:14 2023 Built : Fedora Project at Tue Sep 19 12:59:05 2023 + pkg_manager=dnf + pkg_config_manager='dnf config-manager' + dnf clean all 0 files removed Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.24.2-0.el9.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.C8MjfY + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-9" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../23-libkrb5support0_1.17-6ubuntu4.4_amd64.deb ... Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.4) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../24-libk5crypto3_1.17-6ubuntu4.4_amd64.deb ... Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.4) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../25-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ... Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../26-libkrb5-3_1.17-6ubuntu4.4_amd64.deb ... Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.4) ... Selecting previously unselected package iptables. Preparing to unpack .../7-iptables_1.8.4-3ubuntu2.1_arm64.deb ... Unpacking iptables (1.8.4-3ubuntu2.1) ... Selecting previously unselected package containerd.io. Preparing to unpack .../8-containerd.io_1.6.27-1_arm64.deb ... Unpacking containerd.io (1.6.27-1) ... Setting up python3-gi (3.44.1-1) ... + dnf install -y 'dnf-command(config-manager)' Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... + make IMAGE=quay.io/centos/centos:stream9 verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ quay.io/centos/centos:stream9 ./verify Unable to find image 'quay.io/centos/centos:stream9' locally go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading golang.org/x/mod v0.14.0 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../27-libgssapi-krb5-2_1.17-6ubuntu4.4_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.4) ... Selecting previously unselected package liblmdb0:amd64. Preparing to unpack .../28-liblmdb0_0.9.24-1_amd64.deb ... Unpacking liblmdb0:amd64 (0.9.24-1) ... Selecting previously unselected package libpolkit-gobject-1-0:amd64. Preparing to unpack .../29-libpolkit-gobject-1-0_0.105-26ubuntu1.3_amd64.deb ... Unpacking libpolkit-gobject-1-0:amd64 (0.105-26ubuntu1.3) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../30-libpsl5_0.21.0-1ubuntu1_amd64.deb ... Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... Setting up python3-httplib2 (0.20.4-3) ... Setting up python3-cffi-backend:arm64 (1.15.1-5build1) ... Setting up python3-blinker (1.5-1) ... Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_amd64.deb ... Unpacking docker-buildx-plugin (0.12.1-1~ubuntu.23.10~mantic) ... stream9: Pulling from centos/centos 14a668eb0195: Already exists make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.j0URBhDIir/ + cd /tmp/docker-cli-docsgen.j0URBhDIir + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/docker/docker v25.0.0+incompatible [Pipeline] } [Pipeline] // stage [Pipeline] } Reading package lists... 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. ++ find deb/debbuild/ubuntu-jammy/ -type f -name '*.deb' + packages='deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_arm64.deb deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_arm64.deb deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb' ++ echo 'deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_arm64.deb deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_arm64.deb deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb' ++ awk '$0="./"$0' ++ xargs + packages='./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb Selecting previously unselected package docker-compose-plugin. (Reading database ... 9230 files and directories currently installed.) Preparing to unpack .../docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_arm64.deb ... Unpacking docker-compose-plugin (2.24.2-1~ubuntu.22.04~jammy) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../31-python-apt-common_2.0.1ubuntu0.20.04.1_all.deb ... Unpacking python-apt-common (2.0.1ubuntu0.20.04.1) ... Selecting previously unselected package python3-apt. Preparing to unpack .../32-python3-apt_2.0.1ubuntu0.20.04.1_amd64.deb ... Unpacking python3-apt (2.0.1ubuntu0.20.04.1) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../33-apt-transport-https_2.0.10_all.deb ... Unpacking apt-transport-https (2.0.10) ... Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../34-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... Selecting previously unselected package libroken18-heimdal:amd64. Preparing to unpack .../35-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Setting up python3-pkg-resources (66.1.1-1ubuntu0.1) ... Digest: sha256:cfc4665de53f6a17a35d197c9f64f334c1a934a885a30859c89b49ff183185af Status: Downloaded newer image for quay.io/centos/centos:stream9 go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/distribution/reference v0.5.0 Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... Setting up docker-compose-plugin (2.24.2-1~debian.11~bullseye) ... Setting up docker-buildx-plugin (0.12.1-1~debian.11~bullseye) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... Selecting previously unselected package libasn1-8-heimdal:amd64. Preparing to unpack .../36-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libheimbase1-heimdal:amd64. Preparing to unpack .../37-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libhcrypto4-heimdal:amd64. Preparing to unpack .../38-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libwind0-heimdal:amd64. Preparing to unpack .../39-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libhx509-5-heimdal:amd64. Preparing to unpack .../40-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up python3-dbus (1.3.2-4build1) ... Setting up python3-distro (1.8.0-1) ... [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } + verify + dpkg --version + rpm --version + verify_rpm ++ . /etc/os-release +++ NAME='CentOS Stream' +++ VERSION=9 +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=9 +++ PLATFORM_ID=platform:el9 +++ PRETTY_NAME='CentOS Stream 9' +++ ANSI_COLOR='0;31' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:centos:centos:9 +++ HOME_URL=https://centos.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9' +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream' ++ echo centos + DIST_ID=centos ++ . /etc/os-release +++ NAME='CentOS Stream' +++ VERSION=9 +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=9 +++ PLATFORM_ID=platform:el9 +++ PRETTY_NAME='CentOS Stream 9' +++ ANSI_COLOR='0;31' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:centos:centos:9 +++ HOME_URL=https://centos.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9' +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream' ++ echo 9 ++ cut -d. -f1 + DIST_VERSION=9 + pkg_manager=yum + pkg_config_manager=yum-config-manager + dnf --version Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading golang.org/x/text v0.14.0 invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_amd64.deb Selecting previously unselected package libkrb5-26-heimdal:amd64. Preparing to unpack .../41-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libheimntlm0-heimdal:amd64. Preparing to unpack .../42-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libgssapi3-heimdal:amd64. Preparing to unpack .../43-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../44-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 Setting up python3-jwt (2.6.0-1) ... Setting up python3-apt (2.5.3ubuntu1) ... 4.14.0 Installed: dnf-0:4.14.0-9.el9.noarch at Mon Jan 15 04:59:16 2024 Built : builder@centos.org at Thu Oct 26 05:16:42 2023 Installed: rpm-0:4.16.1.3-29.el9.aarch64 at Mon Jan 15 04:59:12 2024 Built : builder@centos.org at Wed Dec 13 11:39:53 2023 + pkg_manager=dnf + pkg_config_manager='dnf config-manager' + dnf clean all 0 files removed + dnf install -y 'dnf-command(config-manager)' go: downloading github.com/containerd/containerd v1.7.12 Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../45-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... Selecting previously unselected package libldap-common. Preparing to unpack .../46-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ... Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ... Selecting previously unselected package libldap-2.4-2:amd64. Preparing to unpack .../47-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ... Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../48-libnghttp2-14_1.40.0-1ubuntu0.2_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.40.0-1ubuntu0.2) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... Selecting previously unselected package libssh-4:amd64. Preparing to unpack .../50-libssh-4_0.9.3-2ubuntu2.5_amd64.deb ... Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.5) ... go: downloading github.com/zmap/zlint/v3 v3.1.0 Setting up python3-lazr.uri (1.0.6-3) ... Setting up python3-cryptography (38.0.4-2ubuntu0.1) ... Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_arm64.deb ... Unpacking docker-buildx-plugin (0.12.1-1~ubuntu.22.04~jammy) ... Selecting previously unselected package libcurl4:amd64. Preparing to unpack .../51-libcurl4_7.68.0-1ubuntu2.21_amd64.deb ... Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.21) ... Selecting previously unselected package curl. Preparing to unpack .../52-curl_7.68.0-1ubuntu2.21_amd64.deb ... Unpacking curl (7.68.0-1ubuntu2.21) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../53-dbus-user-session_1.12.16-2ubuntu2.3_amd64.deb ... Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ... Selecting previously unselected package libdconf1:amd64. Preparing to unpack .../54-libdconf1_0.36.0-1_amd64.deb ... Unpacking libdconf1:amd64 (0.36.0-1) ... Selecting previously unselected package dconf-service. Preparing to unpack .../55-dconf-service_0.36.0-1_amd64.deb ... Unpacking dconf-service (0.36.0-1) ... Reading package lists... Setting up docker-compose-plugin (2.24.2-1~ubuntu.22.04~jammy) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... Setting up docker-buildx-plugin (0.12.1-1~ubuntu.22.04~jammy) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_amd64.deb Setting up python3-wadllib (1.3.6-4) ... [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Selecting previously unselected package dconf-gsettings-backend:amd64. Preparing to unpack .../56-dconf-gsettings-backend_0.36.0-1_amd64.deb ... Unpacking dconf-gsettings-backend:amd64 (0.36.0-1) ... Selecting previously unselected package libassuan0:amd64. Preparing to unpack .../57-libassuan0_2.5.3-7ubuntu2_amd64.deb ... Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ... Selecting previously unselected package gpgconf. Preparing to unpack .../58-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking gpgconf (2.2.19-3ubuntu2.2) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../59-libksba8_1.3.5-2ubuntu0.20.04.2_amd64.deb ... Unpacking libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ... Building dependency tree... Reading state information... Correcting dependencies... Done Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2 libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd libxtables12 netbase systemd systemd-sysv Suggested packages: firewalld kmod systemd-container policykit-1 Recommended packages: nftables systemd-timesyncd | time-daemon libnss-systemd Setting up python3-oauthlib (3.2.2-1) ... Setting up python3-lazr.restfulclient (0.14.5-1) ... go: downloading github.com/google/certificate-transparency-go v1.1.4 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/golang/protobuf v1.5.3 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... Setting up docker-compose-plugin (2.24.2-1~ubuntu.23.10~mantic) ... Setting up docker-buildx-plugin (0.12.1-1~ubuntu.23.10~mantic) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libip6tc2:arm64 (1.8.4-3ubuntu2.1) ... Setting up libmnl0:arm64 (1.0.4-2) ... Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:arm64 (1.8.4-3ubuntu2.1) ... Setting up libnfnetlink0:arm64 (1.0.1-3build1) ... Setting up netbase (6.1) ... Setting up libnftnl11:arm64 (1.1.5-1) ... Setting up libnetfilter-conntrack3:arm64 (1.0.7-2) ... Setting up iptables (1.8.4-3ubuntu2.1) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.31-0ubuntu9.14) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Selecting previously unselected package libnpth0:amd64. Preparing to unpack .../60-libnpth0_1.6-1_amd64.deb ... Unpacking libnpth0:amd64 (1.6-1) ... Selecting previously unselected package dirmngr. Preparing to unpack .../61-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking dirmngr (2.2.19-3ubuntu2.2) ... Selecting previously unselected package libpackagekit-glib2-18:amd64. Preparing to unpack .../62-libpackagekit-glib2-18_1.1.13-2ubuntu1.1_amd64.deb ... Unpacking libpackagekit-glib2-18:amd64 (1.1.13-2ubuntu1.1) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../63-gir1.2-packagekitglib-1.0_1.1.13-2ubuntu1.1_amd64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ... Selecting previously unselected package libproxy1v5:amd64. Preparing to unpack .../64-libproxy1v5_0.4.15-10ubuntu1.2_amd64.deb ... Unpacking libproxy1v5:amd64 (0.4.15-10ubuntu1.2) ... The following NEW packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2 libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd libxtables12 netbase systemd systemd-sysv + go mod vendor -modfile=vendor.mod Setting up python3-launchpadlib (1.11.0-1) ... go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb ./deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_amd64.deb ./deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb ./deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_amd64.deb ./deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_amd64.deb go: downloading github.com/moby/sys/signal v0.7.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading github.com/gogo/protobuf v1.3.2 Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.1 Selecting previously unselected package glib-networking-common. Preparing to unpack .../65-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ... Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ... Selecting previously unselected package glib-networking-services. Preparing to unpack .../66-glib-networking-services_2.64.2-1ubuntu0.1_amd64.deb ... Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ... Selecting previously unselected package gsettings-desktop-schemas. Preparing to unpack .../67-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ... Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ... Selecting previously unselected package glib-networking:amd64. Preparing to unpack .../68-glib-networking_2.64.2-1ubuntu0.1_amd64.deb ... Unpacking glib-networking:amd64 (2.64.2-1ubuntu0.1) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../69-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ... Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../70-gnupg-utils_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ... 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded. Need to get 36.1 MB of archives. After this operation, 142 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] Get:2 http://deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] Get:3 http://deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] Get:4 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] Get:5 https://download.docker.com/linux/debian bullseye/test amd64 containerd.io amd64 1.6.27-1 [29.5 MB] Get:6 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] Get:7 http://deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2+deb11u1 [42.9 kB] Get:8 http://deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] Get:9 http://deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] Get:10 http://deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] Get:11 http://deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7+deb11u4 [4502 kB] Get:12 http://deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7+deb11u4 [114 kB] Get:13 http://deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.28-0+deb11u1 [244 kB] Get:14 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB] Get:15 http://deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7+deb11u4 [283 kB] Get:16 http://deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.28-0+deb11u1 [100 kB] Get:17 http://deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] Get:18 http://deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] Get:19 http://deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] Get:20 http://deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] Get:21 http://deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] Get:22 http://deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] Get:23 http://deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] Setting up python3-software-properties (0.99.35) ... Setting up software-properties-common (0.99.35) ... go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Maz6JU + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64 + cd src + pushd /root/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose + popd + for f in LICENSE MAINTAINERS NOTICE README.md ~/rpmbuild/BUILD/src + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.n7eRqv + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' + ver=v2.24.2 + test v2.24.2 = v2.24.2 + echo 'PASS: docker-compose version OK' + RPM_EC=0 PASS: docker-compose version OK ++ jobs -p + exit 0 Processing files: docker-compose-plugin-2.24.2-0.el9.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.S3o1el + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64/usr/share/doc/docker-compose-plugin + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64/usr/share/doc/docker-compose-plugin + 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.24.2-0.el9.x86_64/usr/share/doc/docker-compose-plugin + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.WM5CQ7 + umask 022 + cd /root/rpmbuild/BUILD + cd src + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64/usr/share/licenses/docker-compose-plugin + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64/usr/share/licenses/docker-compose-plugin + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64/usr/share/licenses/docker-compose-plugin + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64/usr/share/licenses/docker-compose-plugin + RPM_EC=0 ++ jobs -p + exit 0 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done Selecting previously unselected package gpg. Preparing to unpack .../71-gpg_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking gpg (2.2.19-3ubuntu2.2) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../72-pinentry-curses_1.1.0-3build1_amd64.deb ... Unpacking pinentry-curses (1.1.0-3build1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../73-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking gpg-agent (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../74-gpg-wks-client_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ... Processing triggers for libc-bin (2.37-0ubuntu2.1) ... Processing triggers for ca-certificates (20230311ubuntu0.23.04.1) ... Updating certificates in /etc/ssl/certs... Provides: docker-compose-plugin = 0:2.24.2-0.el9 docker-compose-plugin(x86-64) = 0:2.24.2-0.el9 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) Enhances: docker-ce-cli Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.24.2-0.el9.src.rpm go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod nftables The following NEW packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../75-gpg-wks-server_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gpgsm. Preparing to unpack .../76-gpgsm_2.2.19-3ubuntu2.2_amd64.deb ... Unpacking gpgsm (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gnupg. Preparing to unpack .../77-gnupg_2.2.19-3ubuntu2.2_all.deb ... Unpacking gnupg (2.2.19-3ubuntu2.2) ... Selecting previously unselected package libsoup2.4-1:amd64. Preparing to unpack .../78-libsoup2.4-1_2.70.0-1_amd64.deb ... Unpacking libsoup2.4-1:amd64 (2.70.0-1) ... Selecting previously unselected package libstemmer0d:amd64. Preparing to unpack .../79-libstemmer0d_0+svn585-2_amd64.deb ... Unpacking libstemmer0d:amd64 (0+svn585-2) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 36.1 MB in 1s (58.0 MB/s) Selecting previously unselected package libapparmor1:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../0-libapparmor1_2.13.6-10_amd64.deb ... Unpacking libapparmor1:amd64 (2.13.6-10) ... Selecting previously unselected package libcap2:amd64. Preparing to unpack .../1-libcap2_1%3a2.44-1_amd64.deb ... Unpacking libcap2:amd64 (1:2.44-1) ... Selecting previously unselected package libargon2-1:amd64. Preparing to unpack .../2-libargon2-1_0~20171227-0.2_amd64.deb ... Unpacking libargon2-1:amd64 (0~20171227-0.2) ... Selecting previously unselected package dmsetup. Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_amd64.deb ... Unpacking dmsetup (2:1.02.175-2.1) ... Selecting previously unselected package libdevmapper1.02.1:amd64. Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.14.4-1ubuntu1) ... go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading golang.org/x/term v0.15.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded. Need to get 30.2 MB of archives. After this operation, 122 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/ubuntu jammy/test amd64 containerd.io amd64 1.6.27-1 [29.5 MB] + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go Selecting previously unselected package libappstream4:amd64. Preparing to unpack .../80-libappstream4_0.12.10-2_amd64.deb ... Unpacking libappstream4:amd64 (0.12.10-2) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../81-libglib2.0-bin_2.64.6-1~ubuntu20.04.6_amd64.deb ... Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.6) ... Selecting previously unselected package libgstreamer1.0-0:amd64. Preparing to unpack .../82-libgstreamer1.0-0_1.16.3-0ubuntu1.1_amd64.deb ... Unpacking libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ... Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done CentOS Stream 9 - BaseOS 6.4 MB/s | 8.8 MB 00:01 Selecting previously unselected package libjson-c5:amd64. Preparing to unpack .../5-libjson-c5_0.15-2+deb11u1_amd64.deb ... Unpacking libjson-c5:amd64 (0.15-2+deb11u1) ... Selecting previously unselected package libcryptsetup12:amd64. Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... Selecting previously unselected package libip4tc2:amd64. Preparing to unpack .../7-libip4tc2_1.8.7-1_amd64.deb ... Unpacking libip4tc2:amd64 (1.8.7-1) ... Selecting previously unselected package libkmod2:amd64. Preparing to unpack .../8-libkmod2_28-1_amd64.deb ... Unpacking libkmod2:amd64 (28-1) ... Selecting previously unselected package systemd. Preparing to unpack .../9-systemd_247.3-7+deb11u4_amd64.deb ... Unpacking systemd (247.3-7+deb11u4) ... ++ source /etc/os-release +++ PRETTY_NAME='Ubuntu 23.04' +++ NAME=Ubuntu +++ VERSION_ID=23.04 +++ VERSION='23.04 (Lunar Lobster)' +++ VERSION_CODENAME=lunar +++ ID=ubuntu +++ ID_LIKE=debian +++ HOME_URL=https://www.ubuntu.com/ +++ SUPPORT_URL=https://help.ubuntu.com/ +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy +++ UBUNTU_CODENAME=lunar +++ LOGO=ubuntu-logo ++ echo ubuntu + DIST_ID=ubuntu ++ lsb_release -sc + DIST_VERSION=lunar + '[' lunar = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/ubuntu [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu' + update-ca-certificates -f Clearing symlinks in /etc/ssl/certs... go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading golang.org/x/mod v0.14.0 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmnl0 amd64 1.0.4-3build2 [13.2 kB] Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxtables12 amd64 1.8.7-1ubuntu5.1 [31.2 kB] Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB] Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libip6tc2 amd64 1.8.7-1ubuntu5.1 [20.2 kB] Selecting previously unselected package libpolkit-agent-1-0:amd64. Preparing to unpack .../83-libpolkit-agent-1-0_0.105-26ubuntu1.3_amd64.deb ... Unpacking libpolkit-agent-1-0:amd64 (0.105-26ubuntu1.3) ... Selecting previously unselected package policykit-1. Preparing to unpack .../84-policykit-1_0.105-26ubuntu1.3_amd64.deb ... Unpacking policykit-1 (0.105-26ubuntu1.3) ... Selecting previously unselected package python3-certifi. Preparing to unpack .../85-python3-certifi_2019.11.28-1_all.deb ... Unpacking python3-certifi (2019.11.28-1) ... Selecting previously unselected package python3-chardet. Preparing to unpack .../86-python3-chardet_3.0.4-4build1_all.deb ... Unpacking python3-chardet (3.0.4-4build1) ... Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. Skipping docker-ce, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod nftables The following NEW packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Fedora 39 - aarch64 28 MB/s | 86 MB 00:03 done. Updating certificates in /etc/ssl/certs... Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnfnetlink0 amd64 1.0.1-3build3 [14.6 kB] Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnetfilter-conntrack3 amd64 1.0.9-1 [45.3 kB] Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnftnl11 amd64 1.2.1-1build1 [65.5 kB] Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 iptables amd64 1.8.7-1ubuntu5.1 [455 kB] Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus-user-session amd64 1.12.20-2ubuntu4.1 [9442 B] go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading github.com/klauspost/compress v1.17.4 [Pipeline] } [Pipeline] // stage [Pipeline] } Selecting previously unselected package python3-idna. Preparing to unpack .../87-python3-idna_2.8-1_all.deb ... Unpacking python3-idna (2.8-1) ... Selecting previously unselected package python3-urllib3. Preparing to unpack .../88-python3-urllib3_1.25.8-2ubuntu0.3_all.deb ... Unpacking python3-urllib3 (1.25.8-2ubuntu0.3) ... Selecting previously unselected package python3-requests. Preparing to unpack .../89-python3-requests_2.22.0-2ubuntu1.1_all.deb ... Unpacking python3-requests (2.22.0-2ubuntu1.1) ... Selecting previously unselected package python3-requests-unixsocket. Preparing to unpack .../90-python3-requests-unixsocket_0.2.0-2_all.deb ... Unpacking python3-requests-unixsocket (0.2.0-2) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../91-python3-software-properties_0.99.9.12_all.deb ... Unpacking python3-software-properties (0.99.9.12) ... [Pipeline] // wrap [Pipeline] } 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded. Need to get 30.1 MB of archives. After this operation, 122 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/ubuntu mantic/test amd64 containerd.io amd64 1.6.27-1 [29.5 MB] Get:2 http://archive.ubuntu.com/ubuntu mantic/main amd64 dbus-user-session amd64 1.14.10-1ubuntu1 [10.1 kB] Get:3 http://archive.ubuntu.com/ubuntu mantic/main amd64 libmnl0 amd64 1.0.4-3ubuntu1 [13.2 kB] Get:4 http://archive.ubuntu.com/ubuntu mantic/main amd64 libxtables12 amd64 1.8.9-2ubuntu2 [34.6 kB] Get:5 http://archive.ubuntu.com/ubuntu mantic/main amd64 netbase all 6.4 [13.1 kB] Get:6 http://archive.ubuntu.com/ubuntu mantic/main amd64 libip6tc2 amd64 1.8.9-2ubuntu2 [22.6 kB] Get:7 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnfnetlink0 amd64 1.0.2-2 [15.8 kB] Get:8 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnetfilter-conntrack3 amd64 1.0.9-5 [43.8 kB] Get:9 http://archive.ubuntu.com/ubuntu mantic/main amd64 libnftnl11 amd64 1.2.6-2 [65.9 kB] Get:10 http://archive.ubuntu.com/ubuntu mantic/main amd64 iptables amd64 1.8.9-2ubuntu2 [382 kB] [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Setting up libapparmor1:amd64 (2.13.6-10) ... Setting up libcap2:amd64 (1:2.44-1) ... Setting up libargon2-1:amd64 (0~20171227-0.2) ... Setting up libjson-c5:amd64 (0.15-2+deb11u1) ... Setting up libip4tc2:amd64 (1.8.7-1) ... Setting up libkmod2:amd64 (28-1) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... Setting up systemd (247.3-7+deb11u4) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from KVM UUID. debconf: delaying package configuration, since apt-utils is not installed Fetched 30.2 MB in 1s (35.1 MB/s) Selecting previously unselected package libmnl0:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9460 files and directories currently installed.) Preparing to unpack .../0-libmnl0_1.0.4-3build2_amd64.deb ... Unpacking libmnl0:amd64 (1.0.4-3build2) ... Selecting previously unselected package libxtables12:amd64. Preparing to unpack .../1-libxtables12_1.8.7-1ubuntu5.1_amd64.deb ... Unpacking libxtables12:amd64 (1.8.7-1ubuntu5.1) ... go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading golang.org/x/time v0.3.0 Selecting previously unselected package packagekit. Preparing to unpack .../92-packagekit_1.1.13-2ubuntu1.1_amd64.deb ... Unpacking packagekit (1.1.13-2ubuntu1.1) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../93-software-properties-common_0.99.9.12_all.deb ... Unpacking software-properties-common (0.99.9.12) ... Selecting previously unselected package gnupg2. Preparing to unpack .../94-gnupg2_2.2.19-3ubuntu2.2_all.deb ... Unpacking gnupg2 (2.2.19-3ubuntu2.2) ... Setting up libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ... Setting up liblmdb0:amd64 (0.9.24-1) ... Setting up systemd-sysv (245.4-4ubuntu3.23) ... Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ... Setting up libproxy1v5:amd64 (0.4.15-10ubuntu1.2) ... Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/ubuntu/gpg + apt-key add - Selecting previously unselected package netbase. Preparing to unpack .../2-netbase_6.3_all.deb ... Unpacking netbase (6.3) ... Selecting previously unselected package libip6tc2:amd64. Preparing to unpack .../3-libip6tc2_1.8.7-1ubuntu5.1_amd64.deb ... Unpacking libip6tc2:amd64 (1.8.7-1ubuntu5.1) ... Selecting previously unselected package libnfnetlink0:amd64. Preparing to unpack .../4-libnfnetlink0_1.0.1-3build3_amd64.deb ... Unpacking libnfnetlink0:amd64 (1.0.1-3build3) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../5-libnetfilter-conntrack3_1.0.9-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.9-1) ... Selecting previously unselected package libnftnl11:amd64. Preparing to unpack .../6-libnftnl11_1.2.1-1build1_amd64.deb ... Unpacking libnftnl11:amd64 (1.2.1-1build1) ... Selecting previously unselected package iptables. Preparing to unpack .../7-iptables_1.8.7-1ubuntu5.1_amd64.deb ... Unpacking iptables (1.8.7-1ubuntu5.1) ... go: downloading github.com/moby/sys/user v0.1.0 go: downloading golang.org/x/crypto v0.17.0 Setting up mime-support (3.64ubuntu1) ... Setting up apt-transport-https (2.0.10) ... Setting up libyaml-0-2:amd64 (0.2.2-1) ... Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.6) ... Setting up distro-info-data (0.43ubuntu1.15) ... Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ... Setting up libnghttp2-14:amd64 (1.40.0-1ubuntu0.2) ... Setting up libpackagekit-glib2-18:amd64 (1.1.13-2ubuntu1.1) ... Setting up libnpth0:amd64 (1.6-1) ... Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ... Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ... Setting up libkrb5support0:amd64 (1.17-6ubuntu4.4) ... Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... Setting up tzdata (2023d-0ubuntu0.20.04) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 30.1 MB in 1s (38.5 MB/s) Selecting previously unselected package dbus-user-session. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10131 files and directories currently installed.) Preparing to unpack .../0-dbus-user-session_1.14.10-1ubuntu1_amd64.deb ... Unpacking dbus-user-session (1.14.10-1ubuntu1) ... Selecting previously unselected package libmnl0:amd64. Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Setting up dmsetup (2:1.02.175-2.1) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10802 files and directories currently installed.) Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u4_amd64.deb ... Unpacking systemd-sysv (247.3-7+deb11u4) ... Selecting previously unselected package dbus. Preparing to unpack .../01-dbus_1.12.28-0+deb11u1_amd64.deb ... Unpacking dbus (1.12.28-0+deb11u1) ... Selecting previously unselected package netbase. Preparing to unpack .../02-netbase_6.3_all.deb ... Unpacking netbase (6.3) ... Selecting previously unselected package libpam-systemd:amd64. Preparing to unpack .../03-libpam-systemd_247.3-7+deb11u4_amd64.deb ... Unpacking libpam-systemd:amd64 (247.3-7+deb11u4) ... Selecting previously unselected package containerd.io. Preparing to unpack .../04-containerd.io_1.6.27-1_amd64.deb ... Unpacking containerd.io (1.6.27-1) ... Selecting previously unselected package containerd.io. Preparing to unpack .../8-containerd.io_1.6.27-1_amd64.deb ... Unpacking containerd.io (1.6.27-1) ... go: downloading github.com/cloudflare/cfssl v1.6.4 Current default time zone: 'Etc/UTC' Local time is now: Mon Jan 22 21:46:07 UTC 2024. Universal Time is now: Mon Jan 22 21:46:07 UTC 2024. Run 'dpkg-reconfigure tzdata' if you wish to change it. Setting up libcap2-bin (1:2.32-1ubuntu0.1) ... Setting up libdconf1:amd64 (0.36.0-1) ... Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.6) ... Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ... Setting up dbus (1.12.16-2ubuntu2.3) ... Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.4-3ubuntu1) ... Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... OK + '[' lunar = sid ']' ++ dpkg --print-architecture + ARCH=arm64 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu lunar test' + apt-get update go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.4) ... Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up python-apt-common (2.0.1ubuntu0.20.04.1) ... Setting up libpam-systemd:amd64 (245.4-4ubuntu3.23) ... Selecting previously unselected package libxtables12:amd64. Preparing to unpack .../2-libxtables12_1.8.9-2ubuntu2_amd64.deb ... Unpacking libxtables12:amd64 (1.8.9-2ubuntu2) ... Selecting previously unselected package netbase. Preparing to unpack .../3-netbase_6.4_all.deb ... Unpacking netbase (6.4) ... Selecting previously unselected package libip6tc2:amd64. Preparing to unpack .../4-libip6tc2_1.8.9-2ubuntu2_amd64.deb ... Unpacking libip6tc2:amd64 (1.8.9-2ubuntu2) ... Get:1 https://download.docker.com/linux/ubuntu lunar InRelease [48.8 kB] Hit:2 http://ports.ubuntu.com/ubuntu-ports lunar InRelease Get:3 https://download.docker.com/linux/ubuntu lunar/test arm64 Packages [20.0 kB] make[2]: Entering directory '/root/build-deb/cli' + cp -r . /tmp/docker-cli-docsgen.S0bwHjzpdj/ scripts/docs/generate-man.sh + cd /tmp/docker-cli-docsgen.S0bwHjzpdj + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading golang.org/x/text v0.14.0 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading golang.org/x/term v0.15.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 Setting up libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ... Setting up libkrb5-3:amd64 (1.17-6ubuntu4.4) ... Setting up libstemmer0d:amd64 (0+svn585-2) ... Setting up libmpdec2:amd64 (2.4.2-3) ... Setting up glib-networking-common (2.64.2-1ubuntu0.1) ... Setting up openssl (1.1.1f-1ubuntu2.20) ... Setting up libelf1:amd64 (0.176-1.1ubuntu0.1) ... Selecting previously unselected package libnfnetlink0:amd64. Preparing to unpack .../5-libnfnetlink0_1.0.2-2_amd64.deb ... Unpacking libnfnetlink0:amd64 (1.0.2-2) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-5_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.9-5) ... Selecting previously unselected package libnftnl11:amd64. Preparing to unpack .../7-libnftnl11_1.2.6-2_amd64.deb ... Unpacking libnftnl11:amd64 (1.2.6-2) ... Selecting previously unselected package iptables. Preparing to unpack .../8-iptables_1.8.9-2ubuntu2_amd64.deb ... Setting up docker-compose-plugin (2.24.2-1~ubuntu.22.04~jammy) ... Setting up docker-buildx-plugin (0.12.1-1~ubuntu.22.04~jammy) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Hit:4 http://ports.ubuntu.com/ubuntu-ports lunar-updates InRelease Hit:5 http://ports.ubuntu.com/ubuntu-ports lunar-backports InRelease Hit:6 http://ports.ubuntu.com/ubuntu-ports lunar-security InRelease go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/klauspost/compress v1.17.4 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 Setting up readline-common (8.0-4) ... Setting up iso-codes (4.4-1) ... Setting up libpolkit-gobject-1-0:amd64 (0.105-26ubuntu1.3) ... Setting up libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ... Setcap worked! gst-ptp-helper is not suid! Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up pinentry-curses (1.1.0-3build1) ... Setting up glib-networking-services (2.64.2-1ubuntu0.1) ... Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up libreadline8:amd64 (8.0-4) ... Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.6) ... Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up ca-certificates (20230311ubuntu0.20.04.1) ... + go mod vendor -modfile=vendor.mod Unpacking iptables (1.8.9-2ubuntu2) ... Selecting previously unselected package containerd.io. Preparing to unpack .../9-containerd.io_1.6.27-1_amd64.deb ... Unpacking containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_arm64.deb Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.fc38.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.LqctjF + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.SgGCku + umask 022 + cd /root/rpmbuild/BUILD + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.x86_64/usr/libexec/docker/cli-plugins/docker-buildx warning: source_date_epoch_from_changelog set but %changelog is missing Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.prZdjc + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 Fetched 68.8 kB in 1s (86.1 kB/s) ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sVBZCn + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + make VERSION=v2.24.2 DESTDIR=./bin build GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "./bin/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading golang.org/x/crypto v0.17.0 Updating certificates in /etc/ssl/certs... go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/cloudflare/cfssl v1.6.4 137 added, 0 removed; done. Installing : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch 21/27 setsebool: SELinux is disabled. + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 Setting up libip6tc2:amd64 (1.8.9-2ubuntu2) ... Setting up dbus-user-session (1.14.10-1ubuntu1) ... Setting up libmnl0:amd64 (1.0.4-3ubuntu1) ... Setting up containerd.io (1.6.27-1) ... Setting up dbus-user-session (1.12.16-2ubuntu2.3) ... Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.4) ... Setting up gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ... Setting up libssh-4:amd64 (0.9.3-2ubuntu2.5) ... Setting up gpgconf (2.2.19-3ubuntu2.2) ... Setting up libpolkit-agent-1-0:amd64 (0.105-26ubuntu1.3) ... Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.9) ... Setting up python3.8 (3.8.10-0ubuntu1~20.04.9) ... Reading package lists... Reading package lists... W: https://download.docker.com/linux/ubuntu/dists/lunar/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. ++ find deb/debbuild/ubuntu-lunar/ -type f -name '*.deb' + packages='deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_arm64.deb deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_arm64.deb deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb' ++ echo 'deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_arm64.deb deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_arm64.deb deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb' ++ awk '$0="./"$0' ++ xargs + packages='./deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb ./deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb ./deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_arm64.deb ./deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_arm64.deb ./deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb ./deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb ./deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_arm64.deb ./deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_arm64.deb ./deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb Selecting previously unselected package docker-ce. (Reading database ... 9300 files and directories currently installed.) Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/mitchellh/reflectwalk v1.0.2 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:amd64 (1.8.9-2ubuntu2) ... Setting up libnfnetlink0:amd64 (1.0.2-2) ... CentOS Stream 9 - AppStream 12 MB/s | 17 MB 00:01 make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.GDuGX9LYfa/ + cd /tmp/docker-cli-docsgen.GDuGX9LYfa + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading golang.org/x/text v0.14.0 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading golang.org/x/term v0.15.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 Building dependency tree... Reading state information... Correcting dependencies... Done go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/containerd/continuity v0.4.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading github.com/imdario/mergo v0.3.16 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/google/gnostic v0.5.7-v3refs Setting up netbase (6.4) ... Setting up libnftnl11:amd64 (1.2.6-2) ... Setting up libnetfilter-conntrack3:amd64 (1.0.9-5) ... Setting up iptables (1.8.9-2ubuntu2) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading github.com/klauspost/compress v1.17.4 Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod nftables The following NEW packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase go: downloading github.com/zmap/zlint/v3 v3.1.0 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.6) ... Setting up policykit-1 (0.105-26ubuntu1.3) ... Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../05-dbus-user-session_1.12.28-0+deb11u1_amd64.deb ... Unpacking dbus-user-session (1.12.28-0+deb11u1) ... Selecting previously unselected package libip6tc2:amd64. Preparing to unpack .../06-libip6tc2_1.8.7-1_amd64.deb ... Unpacking libip6tc2:amd64 (1.8.7-1) ... Selecting previously unselected package libxtables12:amd64. Preparing to unpack .../07-libxtables12_1.8.7-1_amd64.deb ... Unpacking libxtables12:amd64 (1.8.7-1) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../9-dbus-user-session_1.12.20-2ubuntu4.1_amd64.deb ... Unpacking dbus-user-session (1.12.20-2ubuntu4.1) ... Setting up libip6tc2:amd64 (1.8.7-1ubuntu5.1) ... Setting up dbus-user-session (1.12.20-2ubuntu4.1) ... Setting up libmnl0:amd64 (1.0.4-3build2) ... Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:amd64 (1.8.7-1ubuntu5.1) ... Setting up libnfnetlink0:amd64 (1.0.1-3build3) ... Setting up netbase (6.3) ... go: downloading github.com/prometheus/procfs v0.10.1 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/moby/spdystream v0.2.0 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd Processing triggers for libc-bin (2.38-1ubuntu6) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading golang.org/x/crypto v0.17.0 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded. Need to get 21.9 MB of archives. After this operation, 99.2 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/ubuntu jammy/test arm64 containerd.io arm64 1.6.27-1 [21.3 MB] Setting up gpg (2.2.19-3ubuntu2.2) ... Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... Setting up gnupg-utils (2.2.19-3ubuntu2.2) ... Setting up gpg-agent (2.2.19-3ubuntu2.2) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../08-libmnl0_1.0.4-3_amd64.deb ... Unpacking libmnl0:amd64 (1.0.4-3) ... Selecting previously unselected package libnfnetlink0:amd64. Preparing to unpack .../09-libnfnetlink0_1.0.1-3+b1_amd64.deb ... Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../10-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... Selecting previously unselected package libnftnl11:amd64. Preparing to unpack .../11-libnftnl11_1.1.9-1_amd64.deb ... Unpacking libnftnl11:amd64 (1.1.9-1) ... Selecting previously unselected package iptables. Preparing to unpack .../12-iptables_1.8.7-1_amd64.deb ... Unpacking iptables (1.8.7-1) ... Setting up systemd-sysv (247.3-7+deb11u4) ... Setting up libip6tc2:amd64 (1.8.7-1) ... Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_arm64.deb ... Unpacking docker-buildx-plugin (0.12.1-1~ubuntu.23.04~lunar) ... Setting up libnftnl11:amd64 (1.2.1-1build1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.9-1) ... Setting up iptables (1.8.7-1ubuntu5.1) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.35-0ubuntu3.6) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.4 go: downloading github.com/cloudflare/cfssl v1.6.4 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmnl0 arm64 1.0.4-3build2 [12.9 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libxtables12 arm64 1.8.7-1ubuntu5.1 [30.9 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 netbase all 6.3 [12.9 kB] Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up dbus (1.12.28-0+deb11u1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libmnl0:amd64 (1.0.4-3) ... Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:amd64 (1.8.7-1) ... go: downloading github.com/google/certificate-transparency-go v1.1.4 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/golang/protobuf v1.5.3 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.3 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libip6tc2 arm64 1.8.7-1ubuntu5.1 [20.1 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnfnetlink0 arm64 1.0.1-3build3 [14.2 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnetfilter-conntrack3 arm64 1.0.9-1 [44.5 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnftnl11 arm64 1.2.1-1build1 [64.5 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 iptables arm64 1.8.7-1ubuntu5.1 [451 kB] Setting up gpgsm (2.2.19-3ubuntu2.2) ... Setting up dconf-service (0.36.0-1) ... Setting up python3 (3.8.2-0ubuntu2) ... Setting up python3-six (1.14.0-2) ... Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... Setting up libpam-systemd:amd64 (247.3-7+deb11u4) ... Setting up netbase (6.3) ... go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_arm64.deb ... Unpacking docker-compose-plugin (2.24.2-1~ubuntu.23.04~lunar) ... Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dbus-user-session arm64 1.12.20-2ubuntu4.1 [9442 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 21.9 MB in 1s (25.6 MB/s) Selecting previously unselected package libmnl0:arm64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9454 files and directories currently installed.) Preparing to unpack .../0-libmnl0_1.0.4-3build2_arm64.deb ... Unpacking libmnl0:arm64 (1.0.4-3build2) ... go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 Setting up gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ... Setting up python3-certifi (2019.11.28-1) ... Setting up python3-gi (3.36.0-1) ... Setting up libnftnl11:amd64 (1.1.9-1) ... Setting up dbus-user-session (1.12.28-0+deb11u1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... Setting up iptables (1.8.7-1) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.31-13+deb11u7) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 Selecting previously unselected package libxtables12:arm64. Preparing to unpack .../1-libxtables12_1.8.7-1ubuntu5.1_arm64.deb ... Unpacking libxtables12:arm64 (1.8.7-1ubuntu5.1) ... Selecting previously unselected package netbase. Preparing to unpack .../2-netbase_6.3_all.deb ... Unpacking netbase (6.3) ... Selecting previously unselected package libip6tc2:arm64. Preparing to unpack .../3-libip6tc2_1.8.7-1ubuntu5.1_arm64.deb ... Unpacking libip6tc2:arm64 (1.8.7-1ubuntu5.1) ... Selecting previously unselected package libnfnetlink0:arm64. Preparing to unpack .../4-libnfnetlink0_1.0.1-3build3_arm64.deb ... Unpacking libnfnetlink0:arm64 (1.0.1-3build3) ... Selecting previously unselected package libnetfilter-conntrack3:arm64. Preparing to unpack .../5-libnetfilter-conntrack3_1.0.9-1_arm64.deb ... Unpacking libnetfilter-conntrack3:arm64 (1.0.9-1) ... Setting up python3-idna (2.8-1) ... + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.1 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... Selecting previously unselected package libnftnl11:arm64. Preparing to unpack .../6-libnftnl11_1.2.1-1build1_arm64.deb ... Unpacking libnftnl11:arm64 (1.2.1-1build1) ... Selecting previously unselected package iptables. Preparing to unpack .../7-iptables_1.8.7-1ubuntu5.1_arm64.deb ... Unpacking iptables (1.8.7-1ubuntu5.1) ... Selecting previously unselected package containerd.io. Preparing to unpack .../8-containerd.io_1.6.27-1_arm64.deb ... Unpacking containerd.io (1.6.27-1) ... Setting up python3-urllib3 (1.25.8-2ubuntu0.3) ... Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ... Setting up lsb-release (11.1.0ubuntu2) ... Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ... go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 Setting up python3-dbus (1.2.16-1build1) ... go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading golang.org/x/mod v0.14.0 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/zmap/zlint/v3 v3.1.0 Setting up docker-buildx-plugin (0.12.1-1~ubuntu.23.04~lunar) ... Setting up docker-compose-plugin (2.24.2-1~ubuntu.23.04~lunar) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Setting up dconf-gsettings-backend:amd64 (0.36.0-1) ... Setting up python3-apt (2.0.1ubuntu0.20.04.1) ... Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up python3-chardet (3.0.4-4build1) ... go: downloading github.com/google/certificate-transparency-go v1.1.4 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb ./deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb ./deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_arm64.deb ./deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_arm64.deb ./deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_arm64.deb Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... Setting up python3-software-properties (0.99.9.12) ... go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/golang/protobuf v1.5.3 Setting up python3-requests (2.22.0-2ubuntu1.1) ... go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 Installing : containerd.io-1.6.27-3.1.el7.aarch64 22/27 Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ... Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ... Setting up python3-requests-unixsocket (0.2.0-2) ... Setting up dirmngr (2.2.19-3ubuntu2.2) ... go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/zmap/zlint/v3 v3.1.0 Installing : libmnl-1.0.3-7.el7.aarch64 23/27 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Setting up libcurl4:amd64 (7.68.0-1ubuntu2.21) ... Setting up curl (7.68.0-1ubuntu2.21) ... Setting up glib-networking:amd64 (2.64.2-1ubuntu0.1) ... Setting up libsoup2.4-1:amd64 (2.70.0-1) ... Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ... Setting up libappstream4:amd64 (0.12.10-2) ... Setting up gnupg (2.2.19-3ubuntu2.2) ... Setting up packagekit (1.1.13-2ubuntu1.1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 Reading package lists... Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up gnupg2 (2.2.19-3ubuntu2.2) ... Setting up software-properties-common (0.99.9.12) ... Processing triggers for systemd (245.4-4ubuntu3.23) ... Processing triggers for libc-bin (2.31-0ubuntu9.14) ... Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ... Updating certificates in /etc/ssl/certs... Selecting previously unselected package dbus-user-session. Preparing to unpack .../9-dbus-user-session_1.12.20-2ubuntu4.1_arm64.deb ... Unpacking dbus-user-session (1.12.20-2ubuntu4.1) ... Setting up libip6tc2:arm64 (1.8.7-1ubuntu5.1) ... Setting up dbus-user-session (1.12.20-2ubuntu4.1) ... Setting up libmnl0:arm64 (1.0.4-3build2) ... Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:arm64 (1.8.7-1ubuntu5.1) ... Setting up libnfnetlink0:arm64 (1.0.1-3build3) ... Setting up netbase (6.3) ... Setting up libnftnl11:arm64 (1.2.1-1build1) ... Setting up libnetfilter-conntrack3:arm64 (1.0.9-1) ... Setting up iptables (1.8.7-1ubuntu5.1) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.35-0ubuntu3.6) ... go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 + verify_binaries + docker --version go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 Building dependency tree... Reading state information... Correcting dependencies... Done go: downloading github.com/google/certificate-transparency-go v1.1.4 Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/BurntSushi/toml v0.3.1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod nftables The following NEW packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/golang/protobuf v1.5.3 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 + go mod vendor -modfile=vendor.mod Installing : libnetfilter_conntrack-1.0.6-1.el7_3.aarch64 24/27 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.12.16-2ubuntu2.3) ... ++ source /etc/os-release +++ NAME=Ubuntu +++ VERSION='20.04.6 LTS (Focal Fossa)' +++ ID=ubuntu +++ ID_LIKE=debian +++ PRETTY_NAME='Ubuntu 20.04.6 LTS' +++ VERSION_ID=20.04 +++ HOME_URL=https://www.ubuntu.com/ +++ SUPPORT_URL=https://help.ubuntu.com/ +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy +++ VERSION_CODENAME=focal +++ UBUNTU_CODENAME=focal ++ echo ubuntu + DIST_ID=ubuntu ++ lsb_release -sc + DIST_VERSION=focal + '[' focal = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/ubuntu [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu' + update-ca-certificates -f Clearing symlinks in /etc/ssl/certs... go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading golang.org/x/mod v0.14.0 runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 libseccomp: 2.5.3 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded. Need to get 21.9 MB of archives. After this operation, 106 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/ubuntu lunar/test arm64 containerd.io arm64 1.6.27-1 [21.3 MB] done. Updating certificates in /etc/ssl/certs... Get:2 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 dbus-user-session arm64 1.14.4-1ubuntu1 [10.1 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libmnl0 arm64 1.0.4-3ubuntu1 [12.9 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libxtables12 arm64 1.8.7-1ubuntu7 [30.4 kB] go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 Get:5 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 netbase all 6.4 [13.1 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libip6tc2 arm64 1.8.7-1ubuntu7 [19.9 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnfnetlink0 arm64 1.0.2-2 [15.4 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [43.4 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 libnftnl11 arm64 1.2.4-2 [62.9 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 iptables arm64 1.8.7-1ubuntu7 [458 kB] make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.m2HJtawqO0/ + cd /tmp/docker-cli-docsgen.m2HJtawqO0 + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading golang.org/x/term v0.15.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/klauspost/compress v1.17.4 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/ubuntu/gpg + apt-key add - Warning: apt-key output should not be parsed (stdout is not a terminal) [Pipeline] } [Pipeline] // stage [Pipeline] } debconf: delaying package configuration, since apt-utils is not installed Fetched 21.9 MB in 1s (24.2 MB/s) Selecting previously unselected package dbus-user-session. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9524 files and directories currently installed.) Preparing to unpack .../0-dbus-user-session_1.14.4-1ubuntu1_arm64.deb ... Unpacking dbus-user-session (1.14.4-1ubuntu1) ... go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading golang.org/x/crypto v0.17.0 [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Installing : iptables-1.4.21-35.el7.aarch64 25/27 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 CentOS Stream 9 - Extras packages 14 kB/s | 15 kB 00:01 OK + '[' focal = sid ']' ++ dpkg --print-architecture + ARCH=amd64 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu focal test' + apt-get update Selecting previously unselected package libmnl0:arm64. Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_arm64.deb ... Unpacking libmnl0:arm64 (1.0.4-3ubuntu1) ... Selecting previously unselected package libxtables12:arm64. Preparing to unpack .../2-libxtables12_1.8.7-1ubuntu7_arm64.deb ... Unpacking libxtables12:arm64 (1.8.7-1ubuntu7) ... Selecting previously unselected package netbase. Preparing to unpack .../3-netbase_6.4_all.deb ... Unpacking netbase (6.4) ... Selecting previously unselected package libip6tc2:arm64. Preparing to unpack .../4-libip6tc2_1.8.7-1ubuntu7_arm64.deb ... Unpacking libip6tc2:arm64 (1.8.7-1ubuntu7) ... Selecting previously unselected package libnfnetlink0:arm64. Preparing to unpack .../5-libnfnetlink0_1.0.2-2_arm64.deb ... Unpacking libnfnetlink0:arm64 (1.0.2-2) ... Selecting previously unselected package libnetfilter-conntrack3:arm64. Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-3_arm64.deb ... Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ... go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading golang.org/x/mod v0.14.0 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b Last metadata expiration check: 0:00:01 ago on Mon Jan 22 21:46:14 2024. Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease Get:5 https://download.docker.com/linux/ubuntu focal/test amd64 Packages [56.6 kB] Selecting previously unselected package libnftnl11:arm64. Preparing to unpack .../7-libnftnl11_1.2.4-2_arm64.deb ... Unpacking libnftnl11:arm64 (1.2.4-2) ... Selecting previously unselected package iptables. Preparing to unpack .../8-iptables_1.8.7-1ubuntu7_arm64.deb ... Unpacking iptables (1.8.7-1ubuntu7) ... Selecting previously unselected package containerd.io. Preparing to unpack .../9-containerd.io_1.6.27-1_arm64.deb ... Unpacking containerd.io (1.6.27-1) ... go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 + go mod vendor -modfile=vendor.mod [Pipeline] } Hit:6 http://security.ubuntu.com/ubuntu focal-security InRelease [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } go: downloading google.golang.org/grpc v1.58.3 [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Fetched 114 kB in 1s (164 kB/s) Setting up libip6tc2:arm64 (1.8.7-1ubuntu7) ... Setting up dbus-user-session (1.14.4-1ubuntu1) ... Setting up libmnl0:arm64 (1.0.4-3ubuntu1) ... Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: dnf-plugins-core noarch 4.3.0-13.el9 baseos 37 k Installing dependencies: dbus-libs aarch64 1:1.12.20-8.el9 baseos 150 k python3-dateutil noarch 1:2.8.1-7.el9 baseos 288 k python3-dbus aarch64 1.2.18-2.el9 baseos 144 k python3-dnf-plugins-core noarch 4.3.0-13.el9 baseos 264 k python3-six noarch 1.15.0-9.el9 baseos 37 k python3-systemd aarch64 234-18.el9 baseos 89 k systemd-libs aarch64 252-23.el9 baseos 626 k Transaction Summary ================================================================================ Install 8 Packages Total download size: 1.6 M Installed size: 5.1 M Downloading Packages: Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:arm64 (1.8.7-1ubuntu7) ... Setting up libnfnetlink0:arm64 (1.0.2-2) ... Setting up netbase (6.4) ... Setting up libnftnl11:arm64 (1.2.4-2) ... Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ... Setting up iptables (1.8.7-1ubuntu7) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.37-0ubuntu2.1) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version + go mod vendor -modfile=vendor.mod containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.4 (1/8): dnf-plugins-core-4.3.0-13.el9.noarch.rpm 122 kB/s | 37 kB 00:00 (2/8): dbus-libs-1.12.20-8.el9.aarch64.rpm 482 kB/s | 150 kB 00:00 (3/8): python3-dbus-1.2.18-2.el9.aarch64.rpm 14 MB/s | 144 kB 00:00 (4/8): python3-dnf-plugins-core-4.3.0-13.el9.no 24 MB/s | 264 kB 00:00 (5/8): python3-dateutil-2.8.1-7.el9.noarch.rpm 880 kB/s | 288 kB 00:00 (6/8): python3-six-1.15.0-9.el9.noarch.rpm 2.7 MB/s | 37 kB 00:00 (7/8): python3-systemd-234-18.el9.aarch64.rpm 7.3 MB/s | 89 kB 00:00 (8/8): systemd-libs-252-23.el9.aarch64.rpm 36 MB/s | 626 kB 00:00 -------------------------------------------------------------------------------- Total 2.4 MB/s | 1.6 MB 00:00 CentOS Stream 9 - BaseOS 1.6 MB/s | 1.6 kB 00:00 Reading package lists... ++ find deb/debbuild/ubuntu-focal/ -type f -name '*.deb' + packages='deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_amd64.deb deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_amd64.deb' ++ echo 'deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_amd64.deb deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_amd64.deb' ++ awk '$0="./"$0' ++ xargs + packages='./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_amd64.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_amd64.deb + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go Importing GPG key 0x8483C65D: Userid : "CentOS (CentOS Official Signing Key) " Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Selecting previously unselected package docker-ce-cli. (Reading database ... 10417 files and directories currently installed.) Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... Transaction test succeeded. Running transaction Preparing : 1/1 Installing : systemd-libs-252-23.el9.aarch64 1/8 Running scriptlet: systemd-libs-252-23.el9.aarch64 1/8 Installing : dbus-libs-1:1.12.20-8.el9.aarch64 2/8 Installing : python3-dbus-1.2.18-2.el9.aarch64 3/8 Installing : python3-systemd-234-18.el9.aarch64 4/8 Installing : python3-six-1.15.0-9.el9.noarch 5/8 Installing : python3-dateutil-1:2.8.1-7.el9.noarch 6/8 Installing : python3-dnf-plugins-core-4.3.0-13.el9.noarch 7/8 Installing : dnf-plugins-core-4.3.0-13.el9.noarch 8/8 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/zmap/zlint/v3 v3.1.0 Running scriptlet: dnf-plugins-core-4.3.0-13.el9.noarch 8/8 Verifying : dbus-libs-1:1.12.20-8.el9.aarch64 1/8 Verifying : dnf-plugins-core-4.3.0-13.el9.noarch 2/8 Verifying : python3-dateutil-1:2.8.1-7.el9.noarch 3/8 Verifying : python3-dbus-1.2.18-2.el9.aarch64 4/8 Verifying : python3-dnf-plugins-core-4.3.0-13.el9.noarch 5/8 Verifying : python3-six-1.15.0-9.el9.noarch 6/8 Verifying : python3-systemd-234-18.el9.aarch64 7/8 Verifying : systemd-libs-252-23.el9.aarch64 8/8 Installed: dbus-libs-1:1.12.20-8.el9.aarch64 dnf-plugins-core-4.3.0-13.el9.noarch python3-dateutil-1:2.8.1-7.el9.noarch python3-dbus-1.2.18-2.el9.aarch64 python3-dnf-plugins-core-4.3.0-13.el9.noarch python3-six-1.15.0-9.el9.noarch python3-systemd-234-18.el9.aarch64 systemd-libs-252-23.el9.aarch64 Complete! + case ${DIST_ID}:${DIST_VERSION} in + install_rpm_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo' + dnf --version [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... 4.14.0 Installed: dnf-0:4.14.0-9.el9.noarch at Mon Jan 15 04:59:16 2024 Built : builder@centos.org at Thu Oct 26 05:16:42 2023 Installed: rpm-0:4.16.1.3-29.el9.aarch64 at Mon Jan 15 04:59:12 2024 Built : builder@centos.org at Wed Dec 13 11:39:53 2023 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo go: downloading github.com/google/certificate-transparency-go v1.1.4 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/kr/pretty v0.1.0 Installing : docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0 26/27 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } + dnf config-manager --set-disabled 'docker-ce-*' go: downloading github.com/golang/protobuf v1.5.3 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 Installing : 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 27/27 Verifying : libnfnetlink-1.0.1-4.el7.aarch64 1/27 Verifying : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch 2/27 Verifying : iptables-1.4.21-35.el7.aarch64 3/27 Verifying : libmnl-1.0.3-7.el7.aarch64 4/27 Verifying : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch 5/27 Verifying : python-IPy-0.75-6.el7.noarch 6/27 Verifying : libselinux-utils-2.5-15.el7.aarch64 7/27 Verifying : libsemanage-python-2.5-14.el7.aarch64 8/27 Verifying : containerd.io-1.6.27-3.1.el7.aarch64 9/27 Verifying : policycoreutils-2.5-34.el7.aarch64 10/27 Verifying : docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0 11/27 Verifying : libselinux-python-2.5-15.el7.aarch64 12/27 Verifying : docker-compose-plugin-2.24.2-0.el7.aarch64 13/27 Verifying : fuse3-libs-3.6.1-4.el7.aarch64 14/27 Verifying : slirp4netns-0.4.3-4.el7_8.aarch64 15/27 Verifying : checkpolicy-2.5-8.el7.aarch64 16/27 Verifying : audit-libs-python-2.8.5-4.el7.aarch64 17/27 Verifying : selinux-policy-3.13.1-268.el7_9.2.noarch 18/27 Verifying : libcgroup-0.41-21.el7.aarch64 19/27 Verifying : docker-buildx-plugin-0.12.1-0.el7.aarch64 20/27 Verifying : setools-libs-3.3.8-4.el7.aarch64 21/27 + dnf config-manager --set-enabled docker-ce-test go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 Verifying : policycoreutils-python-2.5-34.el7.aarch64 22/27 Verifying : libseccomp-2.3.1-4.el7.aarch64 23/27 Verifying : fuse-overlayfs-0.7.2-6.el7_8.aarch64 24/27 Verifying : 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.aarch64 25/27 Verifying : libnetfilter_conntrack-1.0.6-1.el7_3.aarch64 26/27 Verifying : 1:docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.aarch 27/27 Installed: docker-buildx-plugin.aarch64 0:0.12.1-0.el7 docker-ce.aarch64 3:0.0.0~20240120124445.f18a476-0.el7 docker-ce-cli.aarch64 1:0.0.0~20240120124445.f18a476-0.el7 docker-ce-rootless-extras.aarch64 0:0.0.0~20240120124445.f18a476-0.el7 docker-compose-plugin.aarch64 0:2.24.2-0.el7 Dependency Installed: audit-libs-python.aarch64 0:2.8.5-4.el7 checkpolicy.aarch64 0:2.5-8.el7 container-selinux.noarch 2:2.119.2-1.911c772.el7_8 containerd.io.aarch64 0:1.6.27-3.1.el7 fuse-overlayfs.aarch64 0:0.7.2-6.el7_8 fuse3-libs.aarch64 0:3.6.1-4.el7 iptables.aarch64 0:1.4.21-35.el7 libcgroup.aarch64 0:0.41-21.el7 libmnl.aarch64 0:1.0.3-7.el7 libnetfilter_conntrack.aarch64 0:1.0.6-1.el7_3 libnfnetlink.aarch64 0:1.0.1-4.el7 libseccomp.aarch64 0:2.3.1-4.el7 libselinux-python.aarch64 0:2.5-15.el7 libselinux-utils.aarch64 0:2.5-15.el7 libsemanage-python.aarch64 0:2.5-14.el7 policycoreutils.aarch64 0:2.5-34.el7 policycoreutils-python.aarch64 0:2.5-34.el7 python-IPy.noarch 0:0.75-6.el7 selinux-policy.noarch 0:3.13.1-268.el7_9.2 selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2 setools-libs.aarch64 0:3.3.8-4.el7 slirp4netns.aarch64 0:0.4.3-4.el7_8 Complete! + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version + dnf makecache go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.3.1 go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b CentOS Stream 9 - BaseOS 7.1 kB/s | 2.2 kB 00:00 go: downloading golang.org/x/mod v0.14.0 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 CentOS Stream 9 - AppStream 8.0 kB/s | 2.3 kB 00:00 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... CentOS Stream 9 - Extras packages 16 kB/s | 6.9 kB 00:00 Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_amd64.deb ... Unpacking docker-compose-plugin (2.24.2-1~ubuntu.20.04~focal) ... [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Docker CE Test - aarch64 85 kB/s | 47 kB 00:00 + go mod vendor -modfile=vendor.mod Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_amd64.deb ... Unpacking docker-buildx-plugin (0.12.1-1~ubuntu.20.04~focal) ... Metadata cache created. [DEBUG] Installing engine rpms + echo '[DEBUG] Installing engine rpms' ++ find rpm/rpmbuild/centos-9/RPMS/ -type f -name '*.rpm' ++ sed /src/d + packages='rpm/rpmbuild/centos-9/RPMS/aarch64/docker-compose-plugin-2.24.2-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.aarch64.rpm' + set -x ++ source /etc/os-release +++ NAME='CentOS Stream' +++ VERSION=9 +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=9 +++ PLATFORM_ID=platform:el9 +++ PRETTY_NAME='CentOS Stream 9' +++ ANSI_COLOR='0;31' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:centos:centos:9 +++ HOME_URL=https://centos.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9' +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream' ++ echo 'CentOS Stream' + product_version='CentOS Stream' + '[' 'CentOS Stream' = rawhide ']' + dnf install -y rpm/rpmbuild/centos-9/RPMS/aarch64/docker-compose-plugin-2.24.2-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.aarch64.rpm Last metadata expiration check: 0:00:01 ago on Mon Jan 22 21:46:20 2024. Dependencies resolved. ================================================================================================ Package Arch Version Repository Size ================================================================================================ Installing: docker-buildx-plugin aarch64 0.12.1-0.el9 @commandline 11 M docker-ce aarch64 3:0.0.0~20240120124445.f18a476-0.el9 @commandline 16 M docker-ce-cli aarch64 1:0.0.0~20240120124445.f18a476-0.el9 @commandline 6.6 M docker-ce-rootless-extras aarch64 0.0.0~20240120124445.f18a476-0.el9 @commandline 3.6 M docker-compose-plugin aarch64 2.24.2-0.el9 @commandline 11 M Installing dependencies: acl aarch64 2.3.1-4.el9 baseos 71 k container-selinux noarch 3:2.228.1-1.el9 appstream 57 k containerd.io aarch64 1.6.27-3.1.el9 docker-ce-test 26 M cracklib aarch64 2.9.6-27.el9 baseos 95 k cracklib-dicts aarch64 2.9.6-27.el9 baseos 3.6 M dbus aarch64 1:1.12.20-8.el9 baseos 3.7 k dbus-broker aarch64 28-7.el9 baseos 166 k dbus-common noarch 1:1.12.20-8.el9 baseos 15 k diffutils aarch64 3.7-12.el9 baseos 392 k fuse-common aarch64 3.10.2-6.el9 baseos 8.2 k fuse-overlayfs aarch64 1.12-1.el9 appstream 64 k fuse3 aarch64 3.10.2-6.el9 appstream 53 k fuse3-libs aarch64 3.10.2-6.el9 appstream 89 k iptables-libs aarch64 1.8.8-6.el9 baseos 466 k iptables-nft aarch64 1.8.8-6.el9 baseos 201 k kmod aarch64 28-9.el9 baseos 124 k kmod-libs aarch64 28-9.el9 baseos 62 k libdb aarch64 5.3.28-53.el9 baseos 712 k libeconf aarch64 0.4.1-3.el9 baseos 26 k libfdisk aarch64 2.37.4-15.el9 baseos 149 k libibverbs aarch64 48.0-1.el9 baseos 395 k libmnl aarch64 1.0.4-15.el9 baseos 28 k libnetfilter_conntrack aarch64 1.0.9-1.el9 baseos 58 k libnfnetlink aarch64 1.0.1-21.el9 baseos 29 k libnftnl aarch64 1.2.2-1.el9 baseos 81 k libnl3 aarch64 3.9.0-1.el9 baseos 343 k libpcap aarch64 14:1.10.0-4.el9 baseos 169 k libpwquality aarch64 1.4.4-8.el9 baseos 119 k libseccomp aarch64 2.5.2-2.el9 baseos 72 k libselinux-utils aarch64 3.6-1.el9 baseos 190 k libslirp aarch64 4.4.0-7.el9 appstream 68 k libutempter aarch64 1.2.1-6.el9 baseos 27 k openssl aarch64 1:3.0.7-25.el9 baseos 1.2 M pam aarch64 1.5.1-17.el9 baseos 628 k policycoreutils aarch64 3.6-1.el9 baseos 242 k rpm-plugin-selinux aarch64 4.16.1.3-29.el9 baseos 17 k selinux-policy noarch 38.1.30-1.el9 baseos 56 k selinux-policy-targeted noarch 38.1.30-1.el9 baseos 6.9 M slirp4netns aarch64 1.2.2-1.el9 appstream 47 k systemd aarch64 252-23.el9 baseos 3.9 M systemd-pam aarch64 252-23.el9 baseos 256 k systemd-rpm-macros noarch 252-23.el9 baseos 54 k util-linux aarch64 2.37.4-15.el9 baseos 2.2 M util-linux-core aarch64 2.37.4-15.el9 baseos 431 k xz aarch64 5.2.5-8.el9 baseos 226 k Transaction Summary ================================================================================================ Install 50 Packages Total size: 99 M Total download size: 50 M Installed size: 407 M Downloading Packages: + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... Setting up docker-compose-plugin (2.24.2-1~ubuntu.20.04~focal) ... Setting up docker-buildx-plugin (0.12.1-1~ubuntu.20.04~focal) ... Processing triggers for systemd (245.4-4ubuntu3.23) ... (1/45): acl-2.3.1-4.el9.aarch64.rpm 226 kB/s | 71 kB 00:00 (2/45): cracklib-2.9.6-27.el9.aarch64.rpm 273 kB/s | 95 kB 00:00 (3/45): dbus-1.12.20-8.el9.aarch64.rpm 106 kB/s | 3.7 kB 00:00 (4/45): dbus-broker-28-7.el9.aarch64.rpm 11 MB/s | 166 kB 00:00 (5/45): dbus-common-1.12.20-8.el9.noarch.rpm 1.6 MB/s | 15 kB 00:00 (6/45): diffutils-3.7-12.el9.aarch64.rpm 5.5 MB/s | 392 kB 00:00 (7/45): cracklib-dicts-2.9.6-27.el9.aarch64.rpm 8.0 MB/s | 3.6 MB 00:00 (8/45): fuse-common-3.10.2-6.el9.aarch64.rpm 92 kB/s | 8.2 kB 00:00 (9/45): iptables-libs-1.8.8-6.el9.aarch64.rpm 7.3 MB/s | 466 kB 00:00 (10/45): iptables-nft-1.8.8-6.el9.aarch64.rpm 4.1 MB/s | 201 kB 00:00 (11/45): kmod-28-9.el9.aarch64.rpm 2.4 MB/s | 124 kB 00:00 (12/45): kmod-libs-28-9.el9.aarch64.rpm 5.4 MB/s | 62 kB 00:00 (13/45): libeconf-0.4.1-3.el9.aarch64.rpm 3.7 MB/s | 26 kB 00:00 (14/45): libfdisk-2.37.4-15.el9.aarch64.rpm 2.0 MB/s | 149 kB 00:00 (15/45): libdb-5.3.28-53.el9.aarch64.rpm 8.2 MB/s | 712 kB 00:00 (16/45): libibverbs-48.0-1.el9.aarch64.rpm 4.7 MB/s | 395 kB 00:00 (17/45): libmnl-1.0.4-15.el9.aarch64.rpm 1.7 MB/s | 28 kB 00:00 (18/45): libnetfilter_conntrack-1.0.9-1.el9.aar 6.6 MB/s | 58 kB 00:00 (19/45): libnfnetlink-1.0.1-21.el9.aarch64.rpm 2.4 MB/s | 29 kB 00:00 (20/45): libnftnl-1.2.2-1.el9.aarch64.rpm 6.5 MB/s | 81 kB 00:00 (21/45): libnl3-3.9.0-1.el9.aarch64.rpm 25 MB/s | 343 kB 00:00 (22/45): libpwquality-1.4.4-8.el9.aarch64.rpm 12 MB/s | 119 kB 00:00 (23/45): libpcap-1.10.0-4.el9.aarch64.rpm 11 MB/s | 169 kB 00:00 (24/45): libseccomp-2.5.2-2.el9.aarch64.rpm 6.5 MB/s | 72 kB 00:00 (25/45): libselinux-utils-3.6-1.el9.aarch64.rpm 14 MB/s | 190 kB 00:00 (26/45): libutempter-1.2.1-6.el9.aarch64.rpm 2.7 MB/s | 27 kB 00:00 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_amd64.deb Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.24.2-0.fc38.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KnQBNi + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.lDdmbs + umask 022 + cd /root/rpmbuild/BUILD + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.aarch64/usr/libexec/docker/cli-plugins/docker-buildx source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.aarch64/usr/libexec/docker/cli-plugins/docker-compose RPM build warnings: docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-38" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh (27/45): policycoreutils-3.6-1.el9.aarch64.rpm 18 MB/s | 242 kB 00:00 (28/45): pam-1.5.1-17.el9.aarch64.rpm 24 MB/s | 628 kB 00:00 (29/45): openssl-3.0.7-25.el9.aarch64.rpm 29 MB/s | 1.2 MB 00:00 (30/45): rpm-plugin-selinux-4.16.1.3-29.el9.aar 880 kB/s | 17 kB 00:00 (31/45): selinux-policy-38.1.30-1.el9.noarch.rp 3.9 MB/s | 56 kB 00:00 (32/45): systemd-pam-252-23.el9.aarch64.rpm 11 MB/s | 256 kB 00:00 (33/45): systemd-252-23.el9.aarch64.rpm 63 MB/s | 3.9 MB 00:00 (34/45): systemd-rpm-macros-252-23.el9.noarch.r 1.5 MB/s | 54 kB 00:00 (35/45): selinux-policy-targeted-38.1.30-1.el9. 71 MB/s | 6.9 MB 00:00 (36/45): util-linux-core-2.37.4-15.el9.aarch64. 12 MB/s | 431 kB 00:00 (37/45): util-linux-2.37.4-15.el9.aarch64.rpm 38 MB/s | 2.2 MB 00:00 (38/45): xz-5.2.5-8.el9.aarch64.rpm 8.0 MB/s | 226 kB 00:00 (39/45): container-selinux-2.228.1-1.el9.noarch 2.6 MB/s | 57 kB 00:00 (40/45): fuse-overlayfs-1.12-1.el9.aarch64.rpm 7.0 MB/s | 64 kB 00:00 (41/45): fuse3-3.10.2-6.el9.aarch64.rpm 4.2 MB/s | 53 kB 00:00 (42/45): fuse3-libs-3.10.2-6.el9.aarch64.rpm 7.3 MB/s | 89 kB 00:00 (43/45): libslirp-4.4.0-7.el9.aarch64.rpm 6.7 MB/s | 68 kB 00:00 (44/45): slirp4netns-1.2.2-1.el9.aarch64.rpm 3.2 MB/s | 47 kB 00:00 + make IMAGE=fedora:38 verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ fedora:38 ./verify Unable to find image 'fedora:38' locally 38: Pulling from library/fedora 3d928c985542: Already exists Digest: sha256:3f01c8f79691df76331cb4bb0944794a60850475e859c15e49513fcbe0a3d88a Status: Downloaded newer image for fedora:38 (45/45): containerd.io-1.6.27-3.1.el9.aarch64.r 59 MB/s | 26 MB 00:00 -------------------------------------------------------------------------------- Total 24 MB/s | 50 MB 00:02 + verify + dpkg --version + rpm --version + verify_rpm ++ . /etc/os-release +++ NAME='Fedora Linux' +++ VERSION='38 (Container Image)' +++ ID=fedora +++ VERSION_ID=38 +++ VERSION_CODENAME= +++ PLATFORM_ID=platform:f38 +++ PRETTY_NAME='Fedora Linux 38 (Container Image)' +++ ANSI_COLOR='0;38;2;60;110;180' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:fedoraproject:fedora:38 +++ DEFAULT_HOSTNAME=fedora +++ HOME_URL=https://fedoraproject.org/ +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/ +++ SUPPORT_URL=https://ask.fedoraproject.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_BUGZILLA_PRODUCT=Fedora +++ REDHAT_BUGZILLA_PRODUCT_VERSION=38 +++ REDHAT_SUPPORT_PRODUCT=Fedora +++ REDHAT_SUPPORT_PRODUCT_VERSION=38 +++ SUPPORT_END=2024-05-14 +++ VARIANT='Container Image' +++ VARIANT_ID=container ++ echo fedora + DIST_ID=fedora ++ . /etc/os-release +++ NAME='Fedora Linux' +++ VERSION='38 (Container Image)' +++ ID=fedora +++ VERSION_ID=38 +++ VERSION_CODENAME= +++ PLATFORM_ID=platform:f38 +++ PRETTY_NAME='Fedora Linux 38 (Container Image)' +++ ANSI_COLOR='0;38;2;60;110;180' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:fedoraproject:fedora:38 +++ DEFAULT_HOSTNAME=fedora +++ HOME_URL=https://fedoraproject.org/ +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/ +++ SUPPORT_URL=https://ask.fedoraproject.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_BUGZILLA_PRODUCT=Fedora +++ REDHAT_BUGZILLA_PRODUCT_VERSION=38 +++ REDHAT_SUPPORT_PRODUCT=Fedora +++ REDHAT_SUPPORT_PRODUCT_VERSION=38 +++ SUPPORT_END=2024-05-14 +++ VARIANT='Container Image' +++ VARIANT_ID=container ++ echo 38 ++ cut -d. -f1 + DIST_VERSION=38 + pkg_manager=yum + pkg_config_manager=yum-config-manager + dnf --version Reading package lists... 4.18.1 Installed: dnf-0:4.18.1-1.fc38.noarch at Sun Nov 26 06:51:00 2023 Built : Fedora Project at Wed Nov 8 08:20:57 2023 Installed: rpm-0:4.18.2-1.fc38.aarch64 at Sun Nov 26 06:51:01 2023 Built : Fedora Project at Mon Nov 13 15:42:22 2023 + pkg_manager=dnf + pkg_config_manager='dnf config-manager' + dnf clean all Building dependency tree... Reading state information... 0 files removed + dnf install -y 'dnf-command(config-manager)' Correcting dependencies... Done Docker CE Test - aarch64 6.5 kB/s | 1.6 kB 00:00 Importing GPG key 0x621E9F35: Userid : "Docker Release (CE rpm) " Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35 From : https://download.docker.com/linux/centos/gpg Key imported successfully Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod nftables The following NEW packages will be installed: containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Running transaction check Transaction check succeeded. Running transaction test 0 upgraded, 9 newly installed, 0 to remove and 8 not upgraded. Need to get 30.1 MB of archives. After this operation, 122 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libmnl0 amd64 1.0.4-2 [12.3 kB] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxtables12 amd64 1.8.4-3ubuntu2.1 [28.7 kB] Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB] Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libip6tc2 amd64 1.8.4-3ubuntu2.1 [19.4 kB] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libnfnetlink0 amd64 1.0.1-3build1 [13.8 kB] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libnetfilter-conntrack3 amd64 1.0.7-2 [41.4 kB] Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libnftnl11 amd64 1.1.5-1 [57.8 kB] Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 iptables amd64 1.8.4-3ubuntu2.1 [390 kB] Get:9 https://download.docker.com/linux/ubuntu focal/test amd64 containerd.io amd64 1.6.27-1 [29.5 MB] Transaction test succeeded. Running transaction debconf: delaying package configuration, since apt-utils is not installed Fetched 30.1 MB in 1s (28.6 MB/s) Selecting previously unselected package libmnl0:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10641 files and directories currently installed.) Preparing to unpack .../0-libmnl0_1.0.4-2_amd64.deb ... Unpacking libmnl0:amd64 (1.0.4-2) ... Selecting previously unselected package libxtables12:amd64. Preparing to unpack .../1-libxtables12_1.8.4-3ubuntu2.1_amd64.deb ... Unpacking libxtables12:amd64 (1.8.4-3ubuntu2.1) ... Selecting previously unselected package netbase. Preparing to unpack .../2-netbase_6.1_all.deb ... Unpacking netbase (6.1) ... Selecting previously unselected package libip6tc2:amd64. Preparing to unpack .../3-libip6tc2_1.8.4-3ubuntu2.1_amd64.deb ... Unpacking libip6tc2:amd64 (1.8.4-3ubuntu2.1) ... Selecting previously unselected package libnfnetlink0:amd64. Preparing to unpack .../4-libnfnetlink0_1.0.1-3build1_amd64.deb ... Unpacking libnfnetlink0:amd64 (1.0.1-3build1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../5-libnetfilter-conntrack3_1.0.7-2_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.7-2) ... Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 1/1 Preparing : 1/1 Installing : libseccomp-2.5.2-2.el9.aarch64 1/50 Installing : libmnl-1.0.4-15.el9.aarch64 2/50 Installing : fuse3-libs-3.10.2-6.el9.aarch64 3/50 Installing : libselinux-utils-3.6-1.el9.aarch64 4/50 Installing : libfdisk-2.37.4-15.el9.aarch64 5/50 Installing : cracklib-2.9.6-27.el9.aarch64 6/50 Installing : cracklib-dicts-2.9.6-27.el9.aarch64 7/50 Selecting previously unselected package libnftnl11:amd64. Preparing to unpack .../6-libnftnl11_1.1.5-1_amd64.deb ... Unpacking libnftnl11:amd64 (1.1.5-1) ... Selecting previously unselected package iptables. Preparing to unpack .../7-iptables_1.8.4-3ubuntu2.1_amd64.deb ... Unpacking iptables (1.8.4-3ubuntu2.1) ... Selecting previously unselected package containerd.io. Preparing to unpack .../8-containerd.io_1.6.27-1_amd64.deb ... Unpacking containerd.io (1.6.27-1) ... Installing : libnftnl-1.2.2-1.el9.aarch64 8/50 Installing : docker-buildx-plugin-0.12.1-0.el9.aarch64 9/50 Running scriptlet: docker-buildx-plugin-0.12.1-0.el9.aarch64 9/50 Installing : docker-compose-plugin-2.24.2-0.el9.aarch64 10/50 Running scriptlet: docker-compose-plugin-2.24.2-0.el9.aarch64 10/50 Installing : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.el9 11/50 Running scriptlet: docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.el9 11/50 Installing : libslirp-4.4.0-7.el9.aarch64 12/50 Installing : slirp4netns-1.2.2-1.el9.aarch64 13/50 Installing : xz-5.2.5-8.el9.aarch64 14/50 Installing : util-linux-core-2.37.4-15.el9.aarch64 15/50 Running scriptlet: util-linux-core-2.37.4-15.el9.aarch64 15/50 Installing : systemd-rpm-macros-252-23.el9.noarch 16/50 Installing : openssl-1:3.0.7-25.el9.aarch64 17/50 Running scriptlet: libutempter-1.2.1-6.el9.aarch64 18/50 Installing : libutempter-1.2.1-6.el9.aarch64 18/50 Installing : libnl3-3.9.0-1.el9.aarch64 19/50 Installing : libibverbs-48.0-1.el9.aarch64 20/50 Installing : libpcap-14:1.10.0-4.el9.aarch64 21/50 Installing : libnfnetlink-1.0.1-21.el9.aarch64 22/50 Installing : libnetfilter_conntrack-1.0.9-1.el9.aarch64 23/50 Installing : iptables-libs-1.8.8-6.el9.aarch64 24/50 Installing : iptables-nft-1.8.8-6.el9.aarch64 25/50 Running scriptlet: iptables-nft-1.8.8-6.el9.aarch64 25/50 Installing : libeconf-0.4.1-3.el9.aarch64 26/50 Installing : libdb-5.3.28-53.el9.aarch64 27/50 Installing : pam-1.5.1-17.el9.aarch64 28/50 Installing : libpwquality-1.4.4-8.el9.aarch64 29/50 Installing : util-linux-2.37.4-15.el9.aarch64 30/50 warning: /etc/adjtime created as /etc/adjtime.rpmnew Installing : kmod-libs-28-9.el9.aarch64 31/50 Fedora 38 - aarch64 26 MB/s | 79 MB 00:03 Installing : kmod-28-9.el9.aarch64 32/50 Installing : fuse-common-3.10.2-6.el9.aarch64 33/50 Installing : fuse3-3.10.2-6.el9.aarch64 34/50 Installing : fuse-overlayfs-1.12-1.el9.aarch64 35/50 Running scriptlet: fuse-overlayfs-1.12-1.el9.aarch64 35/50 Installing : diffutils-3.7-12.el9.aarch64 36/50 Installing : policycoreutils-3.6-1.el9.aarch64 37/50 Running scriptlet: policycoreutils-3.6-1.el9.aarch64 37/50 Installing : selinux-policy-38.1.30-1.el9.noarch 38/50 Running scriptlet: selinux-policy-38.1.30-1.el9.noarch 38/50 Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 39/50 Fedora 39 openh264 (From Cisco) - aarch64 3.0 kB/s | 2.5 kB 00:00 Installing : selinux-policy-targeted-38.1.30-1.el9.noarch 39/50 Setting up libip6tc2:amd64 (1.8.4-3ubuntu2.1) ... Setting up libmnl0:amd64 (1.0.4-2) ... Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:amd64 (1.8.4-3ubuntu2.1) ... Setting up libnfnetlink0:amd64 (1.0.1-3build1) ... Setting up netbase (6.1) ... Setting up libnftnl11:amd64 (1.1.5-1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.7-2) ... Setting up iptables (1.8.4-3ubuntu2.1) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.31-0ubuntu9.14) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.1 Fedora 39 - aarch64 - Updates 14 MB/s | 27 MB 00:01 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.24.2-0.el9.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.aXe9q1 + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-9" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh + make IMAGE=quay.io/centos/centos:stream9 verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ quay.io/centos/centos:stream9 ./verify Unable to find image 'quay.io/centos/centos:stream9' locally stream9: Pulling from centos/centos f0a0f4c18af0: Already exists Digest: sha256:cfc4665de53f6a17a35d197c9f64f334c1a934a885a30859c89b49ff183185af Status: Downloaded newer image for quay.io/centos/centos:stream9 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } + verify + dpkg --version + rpm --version + verify_rpm ++ . /etc/os-release +++ NAME='CentOS Stream' +++ VERSION=9 +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=9 +++ PLATFORM_ID=platform:el9 +++ PRETTY_NAME='CentOS Stream 9' +++ ANSI_COLOR='0;31' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:centos:centos:9 +++ HOME_URL=https://centos.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9' +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream' ++ echo centos + DIST_ID=centos ++ . /etc/os-release +++ NAME='CentOS Stream' +++ VERSION=9 +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=9 +++ PLATFORM_ID=platform:el9 +++ PRETTY_NAME='CentOS Stream 9' +++ ANSI_COLOR='0;31' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:centos:centos:9 +++ HOME_URL=https://centos.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9' +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream' ++ echo 9 ++ cut -d. -f1 + DIST_VERSION=9 + pkg_manager=yum + pkg_config_manager=yum-config-manager + dnf --version 4.14.0 Installed: dnf-0:4.14.0-9.el9.noarch at Mon Jan 15 04:58:44 2024 Built : builder@centos.org at Thu Oct 26 05:16:42 2023 Installed: rpm-0:4.16.1.3-29.el9.x86_64 at Mon Jan 15 04:58:42 2024 Built : builder@centos.org at Wed Dec 13 11:39:23 2023 + pkg_manager=dnf + pkg_config_manager='dnf config-manager' + dnf clean all 0 files removed + dnf install -y 'dnf-command(config-manager)' make[2]: Entering directory '/root/build-deb/cli' scripts/docs/generate-man.sh + cp -r . /tmp/docker-cli-docsgen.eL84K2qtDQ/ + cd /tmp/docker-cli-docsgen.eL84K2qtDQ + ./scripts/vendor init + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.3 + cp man/tools.go . + ./scripts/vendor update + go mod tidy -compat=1.19 -modfile=vendor.mod go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/docker/docker v25.0.0+incompatible go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gotest.tools/v3 v3.5.1 go: downloading github.com/docker/distribution v2.8.3+incompatible go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/distribution/reference v0.5.0 go: downloading github.com/docker/go-connections v0.5.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a go: downloading golang.org/x/text v0.14.0 go: downloading github.com/containerd/containerd v1.7.12 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading tags.cncf.io/container-device-interface v0.6.2 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee go: downloading golang.org/x/term v0.15.0 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/docker/docker-credential-helpers v0.8.1 CentOS Stream 9 - BaseOS 2.6 MB/s | 8.0 MB 00:03 + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.sWuFWj + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64/usr/libexec/docker/cli-plugins/docker-compose ~/rpmbuild/BUILD/src + popd + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.aYpwYS + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' PASS: docker-compose version OK + ver=v2.24.2 + test v2.24.2 = v2.24.2 + echo 'PASS: docker-compose version OK' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-compose-plugin-2.24.2-0.fc39.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.N9hbzt + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64/usr/share/doc/docker-compose-plugin + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64/usr/share/doc/docker-compose-plugin + cp -pr /root/rpmbuild/BUILD/src/docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64/usr/share/doc/docker-compose-plugin + cp -pr /root/rpmbuild/BUILD/src/docker-compose-plugin-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64/usr/share/doc/docker-compose-plugin + cp -pr /root/rpmbuild/BUILD/src/docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64/usr/share/doc/docker-compose-plugin + cp -pr /root/rpmbuild/BUILD/src/docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64/usr/share/doc/docker-compose-plugin + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xEYZvI + umask 022 + cd /root/rpmbuild/BUILD + cd src + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64/usr/share/licenses/docker-compose-plugin + export LC_ALL= + LC_ALL= + export LICENSEDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64/usr/share/licenses/docker-compose-plugin + cp -pr /root/rpmbuild/BUILD/src/docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64/usr/share/licenses/docker-compose-plugin + cp -pr /root/rpmbuild/BUILD/src/docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64/usr/share/licenses/docker-compose-plugin + RPM_EC=0 ++ jobs -p + exit 0 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64/usr/libexec/docker/cli-plugins/docker-compose Provides: docker-compose-plugin = 0:2.24.2-0.fc39 docker-compose-plugin(x86-64) = 0:2.24.2-0.fc39 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) Enhances: docker-ce-cli Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.24.2-0.fc39.src.rpm go: downloading github.com/creack/pty v1.1.21 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/containerd/log v0.1.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 go: downloading go.opentelemetry.io/otel/trace v1.19.0 go: downloading go.opentelemetry.io/otel v1.19.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading github.com/klauspost/compress v1.17.4 go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/moby/sys/user v0.1.0 go: downloading golang.org/x/crypto v0.17.0 go: downloading github.com/cloudflare/cfssl v1.6.4 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go: downloading go.etcd.io/etcd/raft/v3 v3.5.6 go: downloading google.golang.org/grpc v1.58.3 Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 39/50 Running scriptlet: container-selinux-3:2.228.1-1.el9.noarch 40/50 Installing : container-selinux-3:2.228.1-1.el9.noarch 40/50 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: downloading github.com/russross/blackfriday v1.6.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/miekg/pkcs11 v1.1.1 go: downloading github.com/prometheus/client_golang v1.14.0 go: downloading golang.org/x/net v0.19.0 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1 go: downloading github.com/zmap/zlint/v3 v3.1.0 CentOS Stream 9 - AppStream 6.6 MB/s | 19 MB 00:02 go: downloading github.com/google/certificate-transparency-go v1.1.4 go: downloading github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc go: downloading github.com/kr/pretty v0.1.0 go: downloading github.com/golang/protobuf v1.5.3 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading golang.org/x/tools v0.16.0 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d go: downloading github.com/bugsnag/bugsnag-go v1.0.5 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.3.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed go: downloading github.com/opentracing/opentracing-go v1.1.0 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1 go: downloading github.com/jmoiron/sqlx v1.3.3 Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: dnf-plugins-core noarch 4.4.4-1.fc39 updates 38 k Installing dependencies: dbus-libs aarch64 1:1.14.10-1.fc39 fedora 156 k fonts-filesystem noarch 1:2.0.5-12.fc39 fedora 8.2 k js-jquery noarch 3.6.4-2.fc39 fedora 172 k python3-dateutil noarch 1:2.8.2-10.fc39 fedora 355 k python3-dbus aarch64 1.3.2-4.fc39 fedora 157 k python3-distro noarch 1.8.0-6.fc39 fedora 49 k python3-dnf-plugins-core noarch 4.4.4-1.fc39 updates 317 k python3-six noarch 1.16.0-12.fc39 fedora 41 k python3-systemd aarch64 235-5.fc39 fedora 107 k web-assets-filesystem noarch 5-20.fc39 fedora 7.9 k Installing weak dependencies: python-systemd-doc aarch64 235-5.fc39 fedora 75 k Transaction Summary ================================================================================ Install 12 Packages Total download size: 1.4 M Installed size: 5.8 M Downloading Packages: (1/12): fonts-filesystem-2.0.5-12.fc39.noarch.r 36 kB/s | 8.2 kB 00:00 (2/12): dbus-libs-1.14.10-1.fc39.aarch64.rpm 671 kB/s | 156 kB 00:00 (3/12): python-systemd-doc-235-5.fc39.aarch64.r 11 MB/s | 75 kB 00:00 (4/12): js-jquery-3.6.4-2.fc39.noarch.rpm 723 kB/s | 172 kB 00:00 (5/12): python3-dateutil-2.8.2-10.fc39.noarch.r 29 MB/s | 355 kB 00:00 (6/12): python3-dbus-1.3.2-4.fc39.aarch64.rpm 13 MB/s | 157 kB 00:00 (7/12): python3-distro-1.8.0-6.fc39.noarch.rpm 4.6 MB/s | 49 kB 00:00 (8/12): python3-six-1.16.0-12.fc39.noarch.rpm 7.0 MB/s | 41 kB 00:00 (9/12): python3-systemd-235-5.fc39.aarch64.rpm 12 MB/s | 107 kB 00:00 (10/12): web-assets-filesystem-5-20.fc39.noarch 946 kB/s | 7.9 kB 00:00 (11/12): dnf-plugins-core-4.4.4-1.fc39.noarch.r 3.8 MB/s | 38 kB 00:00 (12/12): python3-dnf-plugins-core-4.4.4-1.fc39. 20 MB/s | 317 kB 00:00 -------------------------------------------------------------------------------- Total 1.7 MB/s | 1.4 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python3-six-1.16.0-12.fc39.noarch 1/12 Installing : python3-dateutil-1:2.8.2-10.fc39.noarch 2/12 Installing : python3-distro-1.8.0-6.fc39.noarch 3/12 Installing : fonts-filesystem-1:2.0.5-12.fc39.noarch 4/12 Installing : web-assets-filesystem-5-20.fc39.noarch 5/12 Installing : js-jquery-3.6.4-2.fc39.noarch 6/12 Installing : python-systemd-doc-235-5.fc39.aarch64 7/12 Installing : python3-systemd-235-5.fc39.aarch64 8/12 Installing : dbus-libs-1:1.14.10-1.fc39.aarch64 9/12 Installing : python3-dbus-1.3.2-4.fc39.aarch64 10/12 Installing : python3-dnf-plugins-core-4.4.4-1.fc39.noarch 11/12 Installing : dnf-plugins-core-4.4.4-1.fc39.noarch 12/12 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading github.com/magiconair/properties v1.5.3 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b go: downloading golang.org/x/mod v0.14.0 go: downloading google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 Running scriptlet: dnf-plugins-core-4.4.4-1.fc39.noarch 12/12 Verifying : dbus-libs-1:1.14.10-1.fc39.aarch64 1/12 Verifying : fonts-filesystem-1:2.0.5-12.fc39.noarch 2/12 Verifying : js-jquery-3.6.4-2.fc39.noarch 3/12 Verifying : python-systemd-doc-235-5.fc39.aarch64 4/12 Verifying : python3-dateutil-1:2.8.2-10.fc39.noarch 5/12 Verifying : python3-dbus-1.3.2-4.fc39.aarch64 6/12 Verifying : python3-distro-1.8.0-6.fc39.noarch 7/12 Verifying : python3-six-1.16.0-12.fc39.noarch 8/12 Verifying : python3-systemd-235-5.fc39.aarch64 9/12 Verifying : web-assets-filesystem-5-20.fc39.noarch 10/12 Verifying : dnf-plugins-core-4.4.4-1.fc39.noarch 11/12 Verifying : python3-dnf-plugins-core-4.4.4-1.fc39.noarch 12/12 Installed: dbus-libs-1:1.14.10-1.fc39.aarch64 dnf-plugins-core-4.4.4-1.fc39.noarch fonts-filesystem-1:2.0.5-12.fc39.noarch js-jquery-3.6.4-2.fc39.noarch python-systemd-doc-235-5.fc39.aarch64 python3-dateutil-1:2.8.2-10.fc39.noarch python3-dbus-1.3.2-4.fc39.aarch64 python3-distro-1.8.0-6.fc39.noarch python3-dnf-plugins-core-4.4.4-1.fc39.noarch python3-six-1.16.0-12.fc39.noarch python3-systemd-235-5.fc39.aarch64 web-assets-filesystem-5-20.fc39.noarch Complete! + case ${DIST_ID}:${DIST_VERSION} in + dnf install -y findutils Last metadata expiration check: 0:00:15 ago on Mon Jan 22 21:46:29 2024. Package findutils-1:4.9.0-5.fc39.aarch64 is already installed. + go mod vendor -modfile=vendor.mod Dependencies resolved. Nothing to do. Complete! + install_rpm_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo' + dnf --version 4.18.1 Installed: dnf-0:4.18.1-2.fc39.noarch at Sun Nov 26 07:51:14 2023 Built : Fedora Project at Wed Nov 15 15:14:30 2023 Installed: rpm-0:4.19.0-1.fc39.aarch64 at Sun Nov 26 07:51:14 2023 Built : Fedora Project at Tue Sep 19 12:59:05 2023 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo + popd + exit 0 ~/rpmbuild/BUILD/src Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.PsyTey + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el7.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el7.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el7.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el7.x86_64 + cd src + pushd /root/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-buildx + popd + /usr/lib/rpm/check-buildroot ~/rpmbuild/BUILD/src + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MBBd5u + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' PASS: docker-buildx version OK + ver=v0.12.1 + test v0.12.1 = v0.12.1 + echo 'PASS: docker-buildx version OK' + exit 0 Processing files: docker-buildx-plugin-0.12.1-0.el7.x86_64 Provides: docker-buildx-plugin = 0:0.12.1-0.el7 docker-buildx-plugin(x86-64) = 0:0.12.1-0.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el7.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.12.1-0.el7.src.rpm + dnf config-manager --set-disabled 'docker-ce-*' + dnf config-manager --set-enabled docker-ce-test + dnf makecache Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BRq32G + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.el7.x86_64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.S3yxZV + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jFHrzb + umask 022 + cd /root/rpmbuild/BUILD + cd src + pushd /root/rpmbuild/BUILD/src/compose + make VERSION=v2.24.2 DESTDIR=./bin build ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "./bin/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 CentOS Stream 9 - Extras packages 34 kB/s | 15 kB 00:00 Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: dnf-plugins-core noarch 4.3.0-13.el9 baseos 37 k Installing dependencies: dbus-libs x86_64 1:1.12.20-8.el9 baseos 152 k python3-dateutil noarch 1:2.8.1-7.el9 baseos 288 k python3-dbus x86_64 1.2.18-2.el9 baseos 144 k python3-dnf-plugins-core noarch 4.3.0-13.el9 baseos 264 k python3-six noarch 1.15.0-9.el9 baseos 37 k python3-systemd x86_64 234-18.el9 baseos 90 k systemd-libs x86_64 252-23.el9 baseos 659 k Transaction Summary ================================================================================ Install 8 Packages Total download size: 1.6 M Installed size: 4.6 M Downloading Packages: Docker CE Test - aarch64 26 kB/s | 12 kB 00:00 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 Fedora 39 - aarch64 58 kB/s | 14 kB 00:00 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/jonboulle/clockwork v0.4.0 Fedora 39 openh264 (From Cisco) - aarch64 2.3 kB/s | 990 B 00:00 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 (1/8): dnf-plugins-core-4.3.0-13.el9.noarch.rpm 90 kB/s | 37 kB 00:00 (2/8): dbus-libs-1.12.20-8.el9.x86_64.rpm 244 kB/s | 152 kB 00:00 (3/8): python3-dbus-1.2.18-2.el9.x86_64.rpm 676 kB/s | 144 kB 00:00 Fedora 39 - aarch64 - Updates 55 kB/s | 13 kB 00:00 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 (4/8): python3-six-1.15.0-9.el9.noarch.rpm 495 kB/s | 37 kB 00:00 (5/8): python3-dateutil-2.8.1-7.el9.noarch.rpm 392 kB/s | 288 kB 00:00 (6/8): python3-dnf-plugins-core-4.3.0-13.el9.no 1.8 MB/s | 264 kB 00:00 (7/8): python3-systemd-234-18.el9.x86_64.rpm 1.2 MB/s | 90 kB 00:00 (8/8): systemd-libs-252-23.el9.x86_64.rpm 4.4 MB/s | 659 kB 00:00 -------------------------------------------------------------------------------- Total 1.4 MB/s | 1.6 MB 00:01 CentOS Stream 9 - BaseOS 1.6 MB/s | 1.6 kB 00:00 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 Importing GPG key 0x8483C65D: Userid : "CentOS (CentOS Official Signing Key) " Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/containerd/continuity v0.4.2 Preparing : 1/1 Installing : systemd-libs-252-23.el9.x86_64 1/8 Running scriptlet: systemd-libs-252-23.el9.x86_64 1/8 Installing : dbus-libs-1:1.12.20-8.el9.x86_64 2/8 Installing : python3-dbus-1.2.18-2.el9.x86_64 3/8 Installing : python3-systemd-234-18.el9.x86_64 4/8 Installing : python3-six-1.15.0-9.el9.noarch 5/8 Installing : python3-dateutil-1:2.8.1-7.el9.noarch 6/8 Installing : python3-dnf-plugins-core-4.3.0-13.el9.noarch 7/8 Installing : dnf-plugins-core-4.3.0-13.el9.noarch 8/8 + popd + RPM_EC=0 ~/rpmbuild/BUILD/src ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.b6smzN + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src + pushd /root/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64/usr/libexec/docker/cli-plugins/docker-compose + popd + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE ~/rpmbuild/BUILD/src + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.HTsiQc + umask 022 + cd /root/rpmbuild/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd src ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' PASS: docker-compose version OK + ver=v2.24.2 + test v2.24.2 = v2.24.2 + echo 'PASS: docker-compose version OK' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: docker-compose-plugin-2.24.2-0.fc38.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.81AOLB + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64/usr/share/doc/docker-compose-plugin + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64/usr/share/doc/docker-compose-plugin + 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.24.2-0.fc38.x86_64/usr/share/doc/docker-compose-plugin + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.0FeUP5 + umask 022 + cd /root/rpmbuild/BUILD + cd src + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64/usr/share/licenses/docker-compose-plugin + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64/usr/share/licenses/docker-compose-plugin + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64/usr/share/licenses/docker-compose-plugin + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64/usr/share/licenses/docker-compose-plugin + RPM_EC=0 ++ jobs -p + exit 0 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64/usr/libexec/docker/cli-plugins/docker-compose Provides: docker-compose-plugin = 0:2.24.2-0.fc38 docker-compose-plugin(x86-64) = 0:2.24.2-0.fc38 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libresolv.so.2()(64bit) Enhances: docker-ce-cli Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.24.2-0.fc38.src.rpm go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/prometheus/procfs v0.10.1 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/json-iterator/go v1.1.12 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/mattn/go-isatty v0.0.17 Running scriptlet: dnf-plugins-core-4.3.0-13.el9.noarch 8/8 Verifying : dbus-libs-1:1.12.20-8.el9.x86_64 1/8 Verifying : dnf-plugins-core-4.3.0-13.el9.noarch 2/8 Verifying : python3-dateutil-1:2.8.1-7.el9.noarch 3/8 Verifying : python3-dbus-1.2.18-2.el9.x86_64 4/8 Verifying : python3-dnf-plugins-core-4.3.0-13.el9.noarch 5/8 Verifying : python3-six-1.15.0-9.el9.noarch 6/8 Verifying : python3-systemd-234-18.el9.x86_64 7/8 Verifying : systemd-libs-252-23.el9.x86_64 8/8 Installed: dbus-libs-1:1.12.20-8.el9.x86_64 dnf-plugins-core-4.3.0-13.el9.noarch python3-dateutil-1:2.8.1-7.el9.noarch python3-dbus-1.2.18-2.el9.x86_64 python3-dnf-plugins-core-4.3.0-13.el9.noarch python3-six-1.15.0-9.el9.noarch python3-systemd-234-18.el9.x86_64 systemd-libs-252-23.el9.x86_64 Complete! + case ${DIST_ID}:${DIST_VERSION} in + install_rpm_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo' + dnf --version [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 4.14.0 Installed: dnf-0:4.14.0-9.el9.noarch at Mon Jan 15 04:58:44 2024 Built : builder@centos.org at Thu Oct 26 05:16:42 2023 Installed: rpm-0:4.16.1.3-29.el9.x86_64 at Mon Jan 15 04:58:42 2024 Built : builder@centos.org at Wed Dec 13 11:39:23 2023 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo + dnf config-manager --set-disabled 'docker-ce-*' Metadata cache created. [DEBUG] Installing engine rpms + echo '[DEBUG] Installing engine rpms' ++ find rpm/rpmbuild/fedora-39/RPMS/ -type f -name '*.rpm' ++ sed /src/d + packages='rpm/rpmbuild/fedora-39/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64.rpm rpm/rpmbuild/fedora-39/RPMS/aarch64/docker-compose-plugin-2.24.2-0.fc39.aarch64.rpm rpm/rpmbuild/fedora-39/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.fc39.aarch64.rpm rpm/rpmbuild/fedora-39/RPMS/aarch64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.aarch64.rpm rpm/rpmbuild/fedora-39/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64.rpm' + set -x ++ source /etc/os-release +++ NAME='Fedora Linux' +++ VERSION='39 (Container Image)' +++ ID=fedora +++ VERSION_ID=39 +++ VERSION_CODENAME= +++ PLATFORM_ID=platform:f39 +++ PRETTY_NAME='Fedora Linux 39 (Container Image)' +++ ANSI_COLOR='0;38;2;60;110;180' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:fedoraproject:fedora:39 +++ DEFAULT_HOSTNAME=fedora +++ HOME_URL=https://fedoraproject.org/ +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f39/system-administrators-guide/ +++ SUPPORT_URL=https://ask.fedoraproject.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_BUGZILLA_PRODUCT=Fedora +++ REDHAT_BUGZILLA_PRODUCT_VERSION=39 +++ REDHAT_SUPPORT_PRODUCT=Fedora +++ REDHAT_SUPPORT_PRODUCT_VERSION=39 +++ SUPPORT_END=2024-05-14 +++ VARIANT='Container Image' +++ VARIANT_ID=container ++ echo 39 + product_version=39 + '[' 39 = rawhide ']' + dnf install -y rpm/rpmbuild/fedora-39/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64.rpm rpm/rpmbuild/fedora-39/RPMS/aarch64/docker-compose-plugin-2.24.2-0.fc39.aarch64.rpm rpm/rpmbuild/fedora-39/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.fc39.aarch64.rpm rpm/rpmbuild/fedora-39/RPMS/aarch64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.aarch64.rpm rpm/rpmbuild/fedora-39/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.aarch64.rpm Fedora 38 openh264 (From Cisco) - aarch64 2.6 kB/s | 2.5 kB 00:00 Fedora Modular 38 - aarch64 3.1 MB/s | 2.7 MB 00:00 + dnf config-manager --set-enabled docker-ce-test + dnf makecache Last metadata expiration check: 0:00:01 ago on Mon Jan 22 21:46:48 2024. Dependencies resolved. ================================================================================================= Package Arch Version Repository Size ================================================================================================= Installing: docker-buildx-plugin aarch64 0.12.1-0.fc39 @commandline 11 M docker-ce aarch64 3:0.0.0~20240120124445.f18a476-0.fc39 @commandline 16 M docker-ce-cli aarch64 1:0.0.0~20240120124445.f18a476-0.fc39 @commandline 6.6 M docker-ce-rootless-extras aarch64 0.0.0~20240120124445.f18a476-0.fc39 @commandline 3.6 M docker-compose-plugin aarch64 2.24.2-0.fc39 @commandline 11 M Installing dependencies: container-selinux noarch 2:2.227.0-1.fc39 updates 55 k containerd.io aarch64 1.6.27-3.1.fc39 docker-ce-test 26 M dbus aarch64 1:1.14.10-1.fc39 fedora 8.1 k dbus-broker aarch64 35-2.fc39 updates 172 k dbus-common noarch 1:1.14.10-1.fc39 fedora 15 k device-mapper aarch64 1.02.196-1.fc39 fedora 136 k device-mapper-libs aarch64 1.02.196-1.fc39 fedora 171 k diffutils aarch64 3.10-3.fc39 fedora 396 k fuse-common aarch64 3.16.1-1.fc39 fedora 8.3 k fuse-overlayfs aarch64 1.12-2.fc39 fedora 64 k fuse3 aarch64 3.16.1-1.fc39 fedora 57 k fuse3-libs aarch64 3.16.1-1.fc39 fedora 93 k iptables-legacy aarch64 1.8.9-5.fc39 fedora 51 k iptables-legacy-libs aarch64 1.8.9-5.fc39 fedora 37 k iptables-libs aarch64 1.8.9-5.fc39 fedora 439 k kmod aarch64 30-6.fc39 fedora 119 k kmod-libs aarch64 30-6.fc39 fedora 67 k libargon2 aarch64 20190702-3.fc39 fedora 28 k libcgroup aarch64 3.0-3.fc39 fedora 75 k libfdisk aarch64 2.39.2-1.fc39 fedora 158 k libibverbs aarch64 46.0-4.fc39 fedora 430 k libmnl aarch64 1.0.5-3.fc39 fedora 28 k libnetfilter_conntrack aarch64 1.0.9-2.fc39 fedora 59 k libnfnetlink aarch64 1.0.1-24.fc39 fedora 29 k libnl3 aarch64 3.9.0-1.fc39 updates 345 k libpcap aarch64 14:1.10.4-2.fc39 fedora 173 k libseccomp aarch64 2.5.3-6.fc39 fedora 72 k libselinux-utils aarch64 3.5-5.fc39 fedora 166 k libslirp aarch64 4.7.0-4.fc39 fedora 73 k libutempter aarch64 1.2.1-10.fc39 fedora 27 k policycoreutils aarch64 3.5-8.fc39 updates 244 k rpm-plugin-selinux aarch64 4.19.0-1.fc39 fedora 20 k selinux-policy noarch 39.3-1.fc39 updates 56 k selinux-policy-targeted noarch 39.3-1.fc39 updates 6.7 M slirp4netns aarch64 1.2.2-1.fc39 updates 47 k systemd aarch64 254.5-2.fc39 fedora 4.6 M systemd-pam aarch64 254.5-2.fc39 fedora 354 k util-linux aarch64 2.39.2-1.fc39 fedora 1.2 M xkeyboard-config noarch 2.40-1.fc39 updates 971 k xz aarch64 5.4.4-1.fc39 fedora 556 k Installing weak dependencies: cryptsetup-libs aarch64 2.6.1-3.fc39 fedora 488 k libbpf aarch64 2:1.1.0-4.fc39 fedora 165 k libxkbcommon aarch64 1.6.0-1.fc39 updates 143 k qrencode-libs aarch64 4.1.1-5.fc39 fedora 61 k systemd-networkd aarch64 254.5-2.fc39 fedora 620 k systemd-resolved aarch64 254.5-2.fc39 fedora 284 k Transaction Summary ================================================================================================= Install 51 Packages Total size: 95 M Total download size: 46 M Installed size: 439 M Downloading Packages: CentOS Stream 9 - BaseOS 5.1 kB/s | 2.2 kB 00:00 CentOS Stream 9 - AppStream 9.0 kB/s | 2.3 kB 00:00 (1/46): dbus-1.14.10-1.fc39.aarch64.rpm 36 kB/s | 8.1 kB 00:00 (2/46): dbus-common-1.14.10-1.fc39.noarch.rpm 2.4 MB/s | 15 kB 00:00 (3/46): cryptsetup-libs-2.6.1-3.fc39.aarch64.rp 2.0 MB/s | 488 kB 00:00 (4/46): device-mapper-1.02.196-1.fc39.aarch64.r 12 MB/s | 136 kB 00:00 (5/46): device-mapper-libs-1.02.196-1.fc39.aarc 20 MB/s | 171 kB 00:00 (6/46): diffutils-3.10-3.fc39.aarch64.rpm 31 MB/s | 396 kB 00:00 (7/46): fuse-common-3.16.1-1.fc39.aarch64.rpm 395 kB/s | 8.3 kB 00:00 (8/46): fuse-overlayfs-1.12-2.fc39.aarch64.rpm 5.9 MB/s | 64 kB 00:00 (9/46): fuse3-3.16.1-1.fc39.aarch64.rpm 3.1 MB/s | 57 kB 00:00 (10/46): fuse3-libs-3.16.1-1.fc39.aarch64.rpm 9.6 MB/s | 93 kB 00:00 (11/46): iptables-legacy-1.8.9-5.fc39.aarch64.r 6.2 MB/s | 51 kB 00:00 (12/46): iptables-legacy-libs-1.8.9-5.fc39.aarc 4.7 MB/s | 37 kB 00:00 (13/46): iptables-libs-1.8.9-5.fc39.aarch64.rpm 25 MB/s | 439 kB 00:00 (14/46): kmod-30-6.fc39.aarch64.rpm 13 MB/s | 119 kB 00:00 (15/46): kmod-libs-30-6.fc39.aarch64.rpm 4.3 MB/s | 67 kB 00:00 (16/46): libargon2-20190702-3.fc39.aarch64.rpm 2.0 MB/s | 28 kB 00:00 (17/46): libbpf-1.1.0-4.fc39.aarch64.rpm 11 MB/s | 165 kB 00:00 (18/46): libcgroup-3.0-3.fc39.aarch64.rpm 4.2 MB/s | 75 kB 00:00 (19/46): libfdisk-2.39.2-1.fc39.aarch64.rpm 18 MB/s | 158 kB 00:00 CentOS Stream 9 - Extras packages 23 kB/s | 6.9 kB 00:00 (20/46): containerd.io-1.6.27-3.1.fc39.aarch64. 54 MB/s | 26 MB 00:00 (21/46): libibverbs-46.0-4.fc39.aarch64.rpm 3.4 MB/s | 430 kB 00:00 (22/46): libmnl-1.0.5-3.fc39.aarch64.rpm 240 kB/s | 28 kB 00:00 (23/46): libnetfilter_conntrack-1.0.9-2.fc39.aa 7.7 MB/s | 59 kB 00:00 (24/46): libnfnetlink-1.0.1-24.fc39.aarch64.rpm 2.5 MB/s | 29 kB 00:00 (25/46): libpcap-1.10.4-2.fc39.aarch64.rpm 13 MB/s | 173 kB 00:00 (26/46): libseccomp-2.5.3-6.fc39.aarch64.rpm 7.6 MB/s | 72 kB 00:00 (27/46): libselinux-utils-3.5-5.fc39.aarch64.rp 12 MB/s | 166 kB 00:00 (28/46): libslirp-4.7.0-4.fc39.aarch64.rpm 5.6 MB/s | 73 kB 00:00 (29/46): qrencode-libs-4.1.1-5.fc39.aarch64.rpm 8.0 MB/s | 61 kB 00:00 (30/46): libutempter-1.2.1-10.fc39.aarch64.rpm 2.6 MB/s | 27 kB 00:00 (31/46): rpm-plugin-selinux-4.19.0-1.fc39.aarch 1.3 MB/s | 20 kB 00:00 (32/46): systemd-networkd-254.5-2.fc39.aarch64. 38 MB/s | 620 kB 00:00 (33/46): systemd-pam-254.5-2.fc39.aarch64.rpm 27 MB/s | 354 kB 00:00 (34/46): systemd-resolved-254.5-2.fc39.aarch64. 24 MB/s | 284 kB 00:00 (35/46): util-linux-2.39.2-1.fc39.aarch64.rpm 70 MB/s | 1.2 MB 00:00 (36/46): systemd-254.5-2.fc39.aarch64.rpm 68 MB/s | 4.6 MB 00:00 (37/46): xz-5.4.4-1.fc39.aarch64.rpm 16 MB/s | 556 kB 00:00 (38/46): container-selinux-2.227.0-1.fc39.noarc 2.2 MB/s | 55 kB 00:00 (39/46): libnl3-3.9.0-1.fc39.aarch64.rpm 35 MB/s | 345 kB 00:00 (40/46): dbus-broker-35-2.fc39.aarch64.rpm 12 MB/s | 172 kB 00:00 (41/46): libxkbcommon-1.6.0-1.fc39.aarch64.rpm 9.9 MB/s | 143 kB 00:00 (42/46): policycoreutils-3.5-8.fc39.aarch64.rpm 21 MB/s | 244 kB 00:00 (43/46): selinux-policy-39.3-1.fc39.noarch.rpm 4.6 MB/s | 56 kB 00:00 (44/46): slirp4netns-1.2.2-1.fc39.aarch64.rpm 3.0 MB/s | 47 kB 00:00 (45/46): xkeyboard-config-2.40-1.fc39.noarch.rp 67 MB/s | 971 kB 00:00 (46/46): selinux-policy-targeted-39.3-1.fc39.no 111 MB/s | 6.7 MB 00:00 -------------------------------------------------------------------------------- Total 36 MB/s | 46 MB 00:01 Docker CE Test - x86_64 92 kB/s | 49 kB 00:00 Docker CE Test - aarch64 7.1 kB/s | 1.6 kB 00:00 Importing GPG key 0x621E9F35: Userid : "Docker Release (CE rpm) " Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35 From : https://download.docker.com/linux/fedora/gpg Key imported successfully Metadata cache created. [DEBUG] Installing engine rpms + echo '[DEBUG] Installing engine rpms' ++ find rpm/rpmbuild/centos-9/RPMS/ -type f -name '*.rpm' ++ sed /src/d + packages='rpm/rpmbuild/centos-9/RPMS/x86_64/docker-compose-plugin-2.24.2-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.el9.x86_64.rpm' + set -x ++ source /etc/os-release +++ NAME='CentOS Stream' +++ VERSION=9 +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=9 +++ PLATFORM_ID=platform:el9 +++ PRETTY_NAME='CentOS Stream 9' +++ ANSI_COLOR='0;31' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:centos:centos:9 +++ HOME_URL=https://centos.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9' +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream' ++ echo 'CentOS Stream' + product_version='CentOS Stream' + '[' 'CentOS Stream' = rawhide ']' + dnf install -y rpm/rpmbuild/centos-9/RPMS/x86_64/docker-compose-plugin-2.24.2-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.el9.x86_64.rpm Fedora 38 - aarch64 - Updates 20 MB/s | 35 MB 00:01 Last metadata expiration check: 0:00:01 ago on Mon Jan 22 21:46:51 2024. Dependencies resolved. =============================================================================================== Package Arch Version Repository Size =============================================================================================== Installing: docker-buildx-plugin x86_64 0.12.1-0.el9 @commandline 13 M docker-ce x86_64 3:0.0.0~20240120124445.f18a476-0.el9 @commandline 26 M docker-ce-cli x86_64 1:0.0.0~20240120124445.f18a476-0.el9 @commandline 7.3 M docker-ce-rootless-extras x86_64 0.0.0~20240120124445.f18a476-0.el9 @commandline 4.0 M docker-compose-plugin x86_64 2.24.2-0.el9 @commandline 13 M Installing dependencies: acl x86_64 2.3.1-4.el9 baseos 71 k container-selinux noarch 3:2.228.1-1.el9 appstream 57 k containerd.io x86_64 1.6.27-3.1.el9 docker-ce-test 34 M cracklib x86_64 2.9.6-27.el9 baseos 94 k cracklib-dicts x86_64 2.9.6-27.el9 baseos 3.6 M dbus x86_64 1:1.12.20-8.el9 baseos 3.8 k dbus-broker x86_64 28-7.el9 baseos 172 k dbus-common noarch 1:1.12.20-8.el9 baseos 15 k diffutils x86_64 3.7-12.el9 baseos 397 k fuse-common x86_64 3.10.2-6.el9 baseos 8.2 k fuse-overlayfs x86_64 1.12-1.el9 appstream 67 k fuse3 x86_64 3.10.2-6.el9 appstream 53 k fuse3-libs x86_64 3.10.2-6.el9 appstream 91 k iptables-libs x86_64 1.8.8-6.el9 baseos 464 k iptables-nft x86_64 1.8.8-6.el9 baseos 203 k kmod x86_64 28-9.el9 baseos 126 k kmod-libs x86_64 28-9.el9 baseos 64 k libdb x86_64 5.3.28-53.el9 baseos 738 k libeconf x86_64 0.4.1-3.el9 baseos 27 k libfdisk x86_64 2.37.4-15.el9 baseos 155 k libibverbs x86_64 48.0-1.el9 baseos 401 k libmnl x86_64 1.0.4-15.el9 baseos 29 k libnetfilter_conntrack x86_64 1.0.9-1.el9 baseos 59 k libnfnetlink x86_64 1.0.1-21.el9 baseos 30 k libnftnl x86_64 1.2.2-1.el9 baseos 84 k libnl3 x86_64 3.9.0-1.el9 baseos 355 k libpcap x86_64 14:1.10.0-4.el9 baseos 173 k libpwquality x86_64 1.4.4-8.el9 baseos 119 k libseccomp x86_64 2.5.2-2.el9 baseos 72 k libselinux-utils x86_64 3.6-1.el9 baseos 190 k libslirp x86_64 4.4.0-7.el9 appstream 69 k libutempter x86_64 1.2.1-6.el9 baseos 27 k openssl x86_64 1:3.0.7-25.el9 baseos 1.2 M pam x86_64 1.5.1-17.el9 baseos 628 k policycoreutils x86_64 3.6-1.el9 baseos 242 k rpm-plugin-selinux x86_64 4.16.1.3-29.el9 baseos 17 k selinux-policy noarch 38.1.30-1.el9 baseos 56 k selinux-policy-targeted noarch 38.1.30-1.el9 baseos 6.9 M slirp4netns x86_64 1.2.2-1.el9 appstream 47 k systemd x86_64 252-23.el9 baseos 4.1 M systemd-pam x86_64 252-23.el9 baseos 266 k systemd-rpm-macros noarch 252-23.el9 baseos 54 k util-linux x86_64 2.37.4-15.el9 baseos 2.2 M util-linux-core x86_64 2.37.4-15.el9 baseos 434 k xz x86_64 5.2.5-8.el9 baseos 226 k Transaction Summary =============================================================================================== Install 50 Packages Total size: 120 M Total download size: 58 M Installed size: 445 M Downloading Packages: Running scriptlet: container-selinux-3:2.228.1-1.el9.noarch 40/50 Installing : acl-2.3.1-4.el9.aarch64 41/50 Installing : dbus-1:1.12.20-8.el9.aarch64 42/50 Installing : systemd-pam-252-23.el9.aarch64 43/50 Running scriptlet: systemd-252-23.el9.aarch64 44/50 Installing : systemd-252-23.el9.aarch64 44/50 Running scriptlet: systemd-252-23.el9.aarch64 44/50 Installing : dbus-common-1:1.12.20-8.el9.noarch 45/50 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 45/50 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket. Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket. Running scriptlet: dbus-broker-28-7.el9.aarch64 46/50 Installing : dbus-broker-28-7.el9.aarch64 46/50 Running scriptlet: dbus-broker-28-7.el9.aarch64 46/50 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service. Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service. Installing : containerd.io-1.6.27-3.1.el9.aarch64 47/50 Running scriptlet: containerd.io-1.6.27-3.1.el9.aarch64 47/50 Installing : docker-ce-rootless-extras-0.0.0~20240120124445.f18 48/50 Running scriptlet: docker-ce-rootless-extras-0.0.0~20240120124445.f18 48/50 Installing : docker-ce-3:0.0.0~20240120124445.f18a476-0.el9.aar 49/50 Running scriptlet: docker-ce-3:0.0.0~20240120124445.f18a476-0.el9.aar 49/50 Installing : rpm-plugin-selinux-4.16.1.3-29.el9.aarch64 50/50 Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 50/50 Running scriptlet: container-selinux-3:2.228.1-1.el9.noarch 50/50 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction (1/45): cracklib-2.9.6-27.el9.x86_64.rpm 195 kB/s | 94 kB 00:00 (2/45): acl-2.3.1-4.el9.x86_64.rpm 146 kB/s | 71 kB 00:00 (3/45): dbus-1.12.20-8.el9.x86_64.rpm 52 kB/s | 3.8 kB 00:00 (4/45): dbus-common-1.12.20-8.el9.noarch.rpm 200 kB/s | 15 kB 00:00 (5/45): dbus-broker-28-7.el9.x86_64.rpm 1.1 MB/s | 172 kB 00:00 (6/45): fuse-common-3.10.2-6.el9.x86_64.rpm 111 kB/s | 8.2 kB 00:00 (7/45): diffutils-3.7-12.el9.x86_64.rpm 1.8 MB/s | 397 kB 00:00 (8/45): iptables-libs-1.8.8-6.el9.x86_64.rpm 3.0 MB/s | 464 kB 00:00 (9/45): iptables-nft-1.8.8-6.el9.x86_64.rpm 2.6 MB/s | 203 kB 00:00 (10/45): kmod-28-9.el9.x86_64.rpm 1.4 MB/s | 126 kB 00:00 (11/45): kmod-libs-28-9.el9.x86_64.rpm 868 kB/s | 64 kB 00:00 Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 1/1 Preparing : 1/1 Installing : libseccomp-2.5.3-6.fc39.aarch64 1/51 Installing : libselinux-utils-3.5-5.fc39.aarch64 2/51 Installing : libfdisk-2.39.2-1.fc39.aarch64 3/51 Installing : fuse3-libs-3.16.1-1.fc39.aarch64 4/51 (12/45): cracklib-dicts-2.9.6-27.el9.x86_64.rpm 3.4 MB/s | 3.6 MB 00:01 (13/45): libeconf-0.4.1-3.el9.x86_64.rpm 374 kB/s | 27 kB 00:00 (14/45): libfdisk-2.37.4-15.el9.x86_64.rpm 2.0 MB/s | 155 kB 00:00 (15/45): libibverbs-48.0-1.el9.x86_64.rpm 5.1 MB/s | 401 kB 00:00 (16/45): libdb-5.3.28-53.el9.x86_64.rpm 3.3 MB/s | 738 kB 00:00 (17/45): libmnl-1.0.4-15.el9.x86_64.rpm 396 kB/s | 29 kB 00:00 (18/45): libnetfilter_conntrack-1.0.9-1.el9.x86 622 kB/s | 59 kB 00:00 (19/45): libnfnetlink-1.0.1-21.el9.x86_64.rpm 360 kB/s | 30 kB 00:00 Installing : diffutils-3.10-3.fc39.aarch64 5/51 Installing : docker-buildx-plugin-0.12.1-0.fc39.aarch64 6/51 (20/45): libnftnl-1.2.2-1.el9.x86_64.rpm 1.0 MB/s | 84 kB 00:00 (21/45): libnl3-3.9.0-1.el9.x86_64.rpm 4.5 MB/s | 355 kB 00:00 (22/45): libpcap-1.10.0-4.el9.x86_64.rpm 2.3 MB/s | 173 kB 00:00 (23/45): libpwquality-1.4.4-8.el9.x86_64.rpm 1.1 MB/s | 119 kB 00:00 (24/45): libseccomp-2.5.2-2.el9.x86_64.rpm 589 kB/s | 72 kB 00:00 (25/45): libselinux-utils-3.6-1.el9.x86_64.rpm 1.5 MB/s | 190 kB 00:00 (26/45): libutempter-1.2.1-6.el9.x86_64.rpm 367 kB/s | 27 kB 00:00 (27/45): pam-1.5.1-17.el9.x86_64.rpm 7.7 MB/s | 628 kB 00:00 Running scriptlet: docker-buildx-plugin-0.12.1-0.fc39.aarch64 6/51 Installing : docker-compose-plugin-2.24.2-0.fc39.aarch64 7/51 (28/45): policycoreutils-3.6-1.el9.x86_64.rpm 3.0 MB/s | 242 kB 00:00 (29/45): openssl-3.0.7-25.el9.x86_64.rpm 8.0 MB/s | 1.2 MB 00:00 (30/45): rpm-plugin-selinux-4.16.1.3-29.el9.x86 227 kB/s | 17 kB 00:00 (31/45): selinux-policy-38.1.30-1.el9.noarch.rp 766 kB/s | 56 kB 00:00 (32/45): systemd-pam-252-23.el9.x86_64.rpm 3.4 MB/s | 266 kB 00:00 (33/45): systemd-rpm-macros-252-23.el9.noarch.r 739 kB/s | 54 kB 00:00 Running scriptlet: docker-compose-plugin-2.24.2-0.fc39.aarch64 7/51 Installing : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc3 8/51 Running scriptlet: docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc3 8/51 Installing : xkeyboard-config-2.40-1.fc39.noarch 9/51 Installing : libxkbcommon-1.6.0-1.fc39.aarch64 10/51 Installing : libnl3-3.9.0-1.fc39.aarch64 11/51 Installing : libibverbs-46.0-4.fc39.aarch64 12/51 Installing : libpcap-14:1.10.4-2.fc39.aarch64 13/51 Installing : iptables-legacy-libs-1.8.9-5.fc39.aarch64 14/51 Installing : xz-5.4.4-1.fc39.aarch64 15/51 Installing : qrencode-libs-4.1.1-5.fc39.aarch64 16/51 Installing : libslirp-4.7.0-4.fc39.aarch64 17/51 Installing : slirp4netns-1.2.2-1.fc39.aarch64 18/51 Installing : libnfnetlink-1.0.1-24.fc39.aarch64 19/51 Installing : libmnl-1.0.5-3.fc39.aarch64 20/51 (34/45): util-linux-2.37.4-15.el9.x86_64.rpm 9.5 MB/s | 2.2 MB 00:00 (35/45): systemd-252-23.el9.x86_64.rpm 9.1 MB/s | 4.1 MB 00:00 Installing : libnetfilter_conntrack-1.0.9-2.fc39.aarch64 21/51 Installing : iptables-libs-1.8.9-5.fc39.aarch64 22/51 Installing : iptables-legacy-1.8.9-5.fc39.aarch64 23/51 Running scriptlet: iptables-legacy-1.8.9-5.fc39.aarch64 23/51 Installing : libbpf-2:1.1.0-4.fc39.aarch64 24/51 Installing : libargon2-20190702-3.fc39.aarch64 25/51 Installing : kmod-libs-30-6.fc39.aarch64 26/51 Installing : kmod-30-6.fc39.aarch64 27/51 Installing : fuse-common-3.16.1-1.fc39.aarch64 28/51 Installing : fuse3-3.16.1-1.fc39.aarch64 29/51 Installing : fuse-overlayfs-1.12-2.fc39.aarch64 30/51 Running scriptlet: fuse-overlayfs-1.12-2.fc39.aarch64 30/51 Installing : dbus-common-1:1.14.10-1.fc39.noarch 31/51 Running scriptlet: dbus-common-1:1.14.10-1.fc39.noarch 31/51 Running scriptlet: dbus-broker-35-2.fc39.aarch64 32/51 Installing : dbus-broker-35-2.fc39.aarch64 32/51 Running scriptlet: dbus-broker-35-2.fc39.aarch64 32/51 Installing : dbus-1:1.14.10-1.fc39.aarch64 33/51 (36/45): util-linux-core-2.37.4-15.el9.x86_64.r 5.5 MB/s | 434 kB 00:00 (37/45): xz-5.2.5-8.el9.x86_64.rpm 2.8 MB/s | 226 kB 00:00 [MIRROR] container-selinux-2.228.1-1.el9.noarch.rpm: Status code: 404 for https://iad.mirror.rackspace.com/centos-stream/9-stream/AppStream/x86_64/os/Packages/container-selinux-2.228.1-1.el9.noarch.rpm (IP: 72.4.120.219) [MIRROR] container-selinux-2.228.1-1.el9.noarch.rpm: Status code: 404 for http://iad.mirror.rackspace.com/centos-stream/9-stream/AppStream/x86_64/os/Packages/container-selinux-2.228.1-1.el9.noarch.rpm (IP: 72.4.120.219) (38/45): selinux-policy-targeted-38.1.30-1.el9. 10 MB/s | 6.9 MB 00:00 (39/45): fuse-overlayfs-1.12-1.el9.x86_64.rpm 396 kB/s | 67 kB 00:00 (40/45): container-selinux-2.228.1-1.el9.noarch 249 kB/s | 57 kB 00:00 Installing : device-mapper-libs-1.02.196-1.fc39.aarch64 34/51 Installing : cryptsetup-libs-2.6.1-3.fc39.aarch64 35/51 Installing : device-mapper-1.02.196-1.fc39.aarch64 36/51 Running scriptlet: libutempter-1.2.1-10.fc39.aarch64 37/51 Installing : libutempter-1.2.1-10.fc39.aarch64 37/51 Installing : systemd-networkd-254.5-2.fc39.aarch64 38/51 Running scriptlet: systemd-networkd-254.5-2.fc39.aarch64 38/51 Installing : systemd-pam-254.5-2.fc39.aarch64 39/51 Installing : systemd-resolved-254.5-2.fc39.aarch64 40/51 Running scriptlet: systemd-resolved-254.5-2.fc39.aarch64 40/51 Installing : util-linux-2.39.2-1.fc39.aarch64 41/51 warning: /etc/adjtime created as /etc/adjtime.rpmnew Running scriptlet: rpm-plugin-selinux-4.16.1.3-29.el9.aarch64 50/50 Verifying : acl-2.3.1-4.el9.aarch64 1/50 Verifying : cracklib-2.9.6-27.el9.aarch64 2/50 Verifying : cracklib-dicts-2.9.6-27.el9.aarch64 3/50 Verifying : dbus-1:1.12.20-8.el9.aarch64 4/50 Verifying : dbus-broker-28-7.el9.aarch64 5/50 Verifying : dbus-common-1:1.12.20-8.el9.noarch 6/50 Verifying : diffutils-3.7-12.el9.aarch64 7/50 Verifying : fuse-common-3.10.2-6.el9.aarch64 8/50 Verifying : iptables-libs-1.8.8-6.el9.aarch64 9/50 Verifying : iptables-nft-1.8.8-6.el9.aarch64 10/50 Verifying : kmod-28-9.el9.aarch64 11/50 Verifying : kmod-libs-28-9.el9.aarch64 12/50 Verifying : libdb-5.3.28-53.el9.aarch64 13/50 Verifying : libeconf-0.4.1-3.el9.aarch64 14/50 Verifying : libfdisk-2.37.4-15.el9.aarch64 15/50 Verifying : libibverbs-48.0-1.el9.aarch64 16/50 Verifying : libmnl-1.0.4-15.el9.aarch64 17/50 Verifying : libnetfilter_conntrack-1.0.9-1.el9.aarch64 18/50 Verifying : libnfnetlink-1.0.1-21.el9.aarch64 19/50 Verifying : libnftnl-1.2.2-1.el9.aarch64 20/50 Verifying : libnl3-3.9.0-1.el9.aarch64 21/50 Verifying : libpcap-14:1.10.0-4.el9.aarch64 22/50 Verifying : libpwquality-1.4.4-8.el9.aarch64 23/50 Verifying : libseccomp-2.5.2-2.el9.aarch64 24/50 Verifying : libselinux-utils-3.6-1.el9.aarch64 25/50 Verifying : libutempter-1.2.1-6.el9.aarch64 26/50 Verifying : openssl-1:3.0.7-25.el9.aarch64 27/50 Verifying : pam-1.5.1-17.el9.aarch64 28/50 Verifying : policycoreutils-3.6-1.el9.aarch64 29/50 Verifying : rpm-plugin-selinux-4.16.1.3-29.el9.aarch64 30/50 Verifying : selinux-policy-38.1.30-1.el9.noarch 31/50 Verifying : selinux-policy-targeted-38.1.30-1.el9.noarch 32/50 Verifying : systemd-252-23.el9.aarch64 33/50 Verifying : systemd-pam-252-23.el9.aarch64 34/50 Verifying : systemd-rpm-macros-252-23.el9.noarch 35/50 Verifying : util-linux-2.37.4-15.el9.aarch64 36/50 Verifying : util-linux-core-2.37.4-15.el9.aarch64 37/50 Verifying : xz-5.2.5-8.el9.aarch64 38/50 Verifying : container-selinux-3:2.228.1-1.el9.noarch 39/50 Verifying : fuse-overlayfs-1.12-1.el9.aarch64 40/50 Verifying : fuse3-3.10.2-6.el9.aarch64 41/50 Verifying : fuse3-libs-3.10.2-6.el9.aarch64 42/50 Verifying : libslirp-4.4.0-7.el9.aarch64 43/50 Verifying : slirp4netns-1.2.2-1.el9.aarch64 44/50 Verifying : containerd.io-1.6.27-3.1.el9.aarch64 45/50 Verifying : docker-compose-plugin-2.24.2-0.el9.aarch64 46/50 Verifying : docker-ce-3:0.0.0~20240120124445.f18a476-0.el9.aar 47/50 Verifying : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.el9 48/50 Verifying : docker-buildx-plugin-0.12.1-0.el9.aarch64 49/50 (41/45): fuse3-3.10.2-6.el9.x86_64.rpm 516 kB/s | 53 kB 00:00 (42/45): libslirp-4.4.0-7.el9.x86_64.rpm 707 kB/s | 69 kB 00:00 (43/45): fuse3-libs-3.10.2-6.el9.x86_64.rpm 854 kB/s | 91 kB 00:00 (44/45): slirp4netns-1.2.2-1.el9.x86_64.rpm 611 kB/s | 47 kB 00:00 Installing : systemd-254.5-2.fc39.aarch64 42/51 Verifying : docker-ce-rootless-extras-0.0.0~20240120124445.f18 50/50 Installed: acl-2.3.1-4.el9.aarch64 container-selinux-3:2.228.1-1.el9.noarch containerd.io-1.6.27-3.1.el9.aarch64 cracklib-2.9.6-27.el9.aarch64 cracklib-dicts-2.9.6-27.el9.aarch64 dbus-1:1.12.20-8.el9.aarch64 dbus-broker-28-7.el9.aarch64 dbus-common-1:1.12.20-8.el9.noarch diffutils-3.7-12.el9.aarch64 docker-buildx-plugin-0.12.1-0.el9.aarch64 docker-ce-3:0.0.0~20240120124445.f18a476-0.el9.aarch64 docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.el9.aarch64 docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.aarch64 docker-compose-plugin-2.24.2-0.el9.aarch64 fuse-common-3.10.2-6.el9.aarch64 fuse-overlayfs-1.12-1.el9.aarch64 fuse3-3.10.2-6.el9.aarch64 fuse3-libs-3.10.2-6.el9.aarch64 iptables-libs-1.8.8-6.el9.aarch64 iptables-nft-1.8.8-6.el9.aarch64 kmod-28-9.el9.aarch64 kmod-libs-28-9.el9.aarch64 libdb-5.3.28-53.el9.aarch64 libeconf-0.4.1-3.el9.aarch64 libfdisk-2.37.4-15.el9.aarch64 libibverbs-48.0-1.el9.aarch64 libmnl-1.0.4-15.el9.aarch64 libnetfilter_conntrack-1.0.9-1.el9.aarch64 libnfnetlink-1.0.1-21.el9.aarch64 libnftnl-1.2.2-1.el9.aarch64 libnl3-3.9.0-1.el9.aarch64 libpcap-14:1.10.0-4.el9.aarch64 libpwquality-1.4.4-8.el9.aarch64 libseccomp-2.5.2-2.el9.aarch64 libselinux-utils-3.6-1.el9.aarch64 libslirp-4.4.0-7.el9.aarch64 libutempter-1.2.1-6.el9.aarch64 openssl-1:3.0.7-25.el9.aarch64 pam-1.5.1-17.el9.aarch64 policycoreutils-3.6-1.el9.aarch64 rpm-plugin-selinux-4.16.1.3-29.el9.aarch64 selinux-policy-38.1.30-1.el9.noarch selinux-policy-targeted-38.1.30-1.el9.noarch slirp4netns-1.2.2-1.el9.aarch64 systemd-252-23.el9.aarch64 systemd-pam-252-23.el9.aarch64 systemd-rpm-macros-252-23.el9.noarch util-linux-2.37.4-15.el9.aarch64 util-linux-core-2.37.4-15.el9.aarch64 xz-5.2.5-8.el9.aarch64 Complete! + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version Running scriptlet: systemd-254.5-2.fc39.aarch64 42/51 Creating group 'input' with GID 104. Creating group 'kvm' with GID 36. Creating group 'render' with GID 105. Creating group 'sgx' with GID 106. Creating group 'systemd-journal' with GID 190. Creating group 'systemd-network' with GID 192. Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192. Creating group 'systemd-oom' with GID 998. Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998. Creating group 'systemd-resolve' with GID 193. Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193. Installing : policycoreutils-3.5-8.fc39.aarch64 43/51 Running scriptlet: policycoreutils-3.5-8.fc39.aarch64 43/51 Created symlink /etc/systemd/system/sysinit.target.wants/selinux-autorelabel-mark.service → /usr/lib/systemd/system/selinux-autorelabel-mark.service. Installing : selinux-policy-39.3-1.fc39.noarch 44/51 Running scriptlet: selinux-policy-39.3-1.fc39.noarch 44/51 github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.2 Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 45/51 Installing : selinux-policy-targeted-39.3-1.fc39.noarch 45/51 (45/45): containerd.io-1.6.27-3.1.el9.x86_64.rp 63 MB/s | 34 MB 00:00 -------------------------------------------------------------------------------- Total 16 MB/s | 58 MB 00:03 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Docker CE Test - x86_64 6.7 kB/s | 1.6 kB 00:00 Importing GPG key 0x621E9F35: Userid : "Docker Release (CE rpm) " Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35 From : https://download.docker.com/linux/centos/gpg Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 make[2]: Leaving directory '/root/build-deb/cli' # Build buildx plugin cd /go/src/github.com/docker/buildx \ && mkdir -p /usr/libexec/docker/cli-plugins/ \ && GO111MODULE=on \ CGO_ENABLED=0 \ go build \ -mod=vendor \ -trimpath \ -ldflags "-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \ -o "/usr/libexec/docker/cli-plugins/docker-buildx" \ ./cmd/buildx Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 1/1 Preparing : 1/1 Installing : libseccomp-2.5.2-2.el9.x86_64 1/50 Installing : libmnl-1.0.4-15.el9.x86_64 2/50 Installing : fuse3-libs-3.10.2-6.el9.x86_64 3/50 Installing : libselinux-utils-3.6-1.el9.x86_64 4/50 Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 30/35 Installing : containerd.io-1.6.27-3.1.el8.x86_64 31/35 Running scriptlet: containerd.io-1.6.27-3.1.el8.x86_64 31/35 Installing : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 32/35 Installing : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 33/35 Installing : docker-ce-rootless-extras-0.0.0~20240120124445.f18 34/35 Running scriptlet: docker-ce-rootless-extras-0.0.0~20240120124445.f18 34/35 Installing : docker-ce-3:0.0.0~20240120124445.f18a476-0.el8.x86 35/35 Running scriptlet: docker-ce-3:0.0.0~20240120124445.f18a476-0.el8.x86 35/35 Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 35/35 Running scriptlet: docker-ce-3:0.0.0~20240120124445.f18a476-0.el8.x86 35/35 Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 1/35 Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 2/35 Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 3/35 Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 4/35 Verifying : checkpolicy-2.9-1.el8.x86_64 5/35 Verifying : diffutils-3.6-6.el8.x86_64 6/35 Verifying : fuse-common-3.3.0-17.el8.x86_64 7/35 Verifying : fuse3-3.3.0-17.el8.x86_64 8/35 Verifying : fuse3-libs-3.3.0-17.el8.x86_64 9/35 Verifying : iptables-1.8.5-11.el8.x86_64 10/35 Verifying : iptables-libs-1.8.5-11.el8.x86_64 11/35 Verifying : libcgroup-0.41-19.el8.x86_64 12/35 Verifying : libibverbs-48.0-1.el8.x86_64 13/35 Verifying : libnetfilter_conntrack-1.0.6-5.el8.x86_64 14/35 Verifying : libnfnetlink-1.0.1-13.el8.x86_64 15/35 Verifying : libnftnl-1.2.2-3.el8.x86_64 16/35 Verifying : libnl3-3.7.0-1.el8.x86_64 17/35 Verifying : libpcap-14:1.9.1-5.el8.x86_64 18/35 Verifying : libselinux-utils-2.9-8.el8.x86_64 19/35 Verifying : policycoreutils-2.9-24.el8.x86_64 20/35 Verifying : policycoreutils-python-utils-2.9-24.el8.noarch 21/35 Verifying : python3-audit-3.1.2-1.el8.x86_64 22/35 Verifying : python3-libselinux-2.9-8.el8.x86_64 23/35 Verifying : python3-libsemanage-2.9-9.el8.x86_64 24/35 Verifying : python3-policycoreutils-2.9-24.el8.noarch 25/35 Verifying : python3-setools-4.3.0-5.el8.x86_64 26/35 Verifying : rpm-plugin-selinux-4.14.3-31.el8.x86_64 27/35 Verifying : selinux-policy-3.14.3-134.el8.noarch 28/35 Verifying : selinux-policy-targeted-3.14.3-134.el8.noarch 29/35 Verifying : containerd.io-1.6.27-3.1.el8.x86_64 30/35 Verifying : docker-ce-3:0.0.0~20240120124445.f18a476-0.el8.x86 31/35 Verifying : docker-buildx-plugin-0.12.1-0.el8.x86_64 32/35 Verifying : docker-ce-rootless-extras-0.0.0~20240120124445.f18 33/35 Verifying : docker-compose-plugin-2.24.2-0.el8.x86_64 34/35 Verifying : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.el8 35/35 Installed: checkpolicy-2.9-1.el8.x86_64 container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch containerd.io-1.6.27-3.1.el8.x86_64 diffutils-3.6-6.el8.x86_64 docker-buildx-plugin-0.12.1-0.el8.x86_64 docker-ce-3:0.0.0~20240120124445.f18a476-0.el8.x86_64 docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.el8.x86_64 docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el8.x86_64 docker-compose-plugin-2.24.2-0.el8.x86_64 fuse-common-3.3.0-17.el8.x86_64 fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 fuse3-3.3.0-17.el8.x86_64 fuse3-libs-3.3.0-17.el8.x86_64 iptables-1.8.5-11.el8.x86_64 iptables-libs-1.8.5-11.el8.x86_64 libcgroup-0.41-19.el8.x86_64 libibverbs-48.0-1.el8.x86_64 libnetfilter_conntrack-1.0.6-5.el8.x86_64 libnfnetlink-1.0.1-13.el8.x86_64 libnftnl-1.2.2-3.el8.x86_64 libnl3-3.7.0-1.el8.x86_64 libpcap-14:1.9.1-5.el8.x86_64 libselinux-utils-2.9-8.el8.x86_64 libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 policycoreutils-2.9-24.el8.x86_64 policycoreutils-python-utils-2.9-24.el8.noarch python3-audit-3.1.2-1.el8.x86_64 python3-libselinux-2.9-8.el8.x86_64 python3-libsemanage-2.9-9.el8.x86_64 python3-policycoreutils-2.9-24.el8.noarch python3-setools-4.3.0-5.el8.x86_64 rpm-plugin-selinux-4.14.3-31.el8.x86_64 selinux-policy-3.14.3-134.el8.noarch selinux-policy-targeted-3.14.3-134.el8.noarch slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 Complete! + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.2 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Installing : libfdisk-2.37.4-15.el9.x86_64 5/50 Installing : cracklib-2.9.6-27.el9.x86_64 6/50 Installing : cracklib-dicts-2.9.6-27.el9.x86_64 7/50 Installing : libnftnl-1.2.2-1.el9.x86_64 8/50 Installing : docker-buildx-plugin-0.12.1-0.el9.x86_64 9/50 Running scriptlet: docker-buildx-plugin-0.12.1-0.el9.x86_64 9/50 Installing : docker-compose-plugin-2.24.2-0.el9.x86_64 10/50 Running scriptlet: docker-compose-plugin-2.24.2-0.el9.x86_64 10/50 Installing : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.el9 11/50 Running scriptlet: docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.el9 11/50 Installing : libslirp-4.4.0-7.el9.x86_64 12/50 Installing : slirp4netns-1.2.2-1.el9.x86_64 13/50 Installing : xz-5.2.5-8.el9.x86_64 14/50 Installing : util-linux-core-2.37.4-15.el9.x86_64 15/50 Running scriptlet: util-linux-core-2.37.4-15.el9.x86_64 15/50 Installing : systemd-rpm-macros-252-23.el9.noarch 16/50 Installing : openssl-1:3.0.7-25.el9.x86_64 17/50 Running scriptlet: libutempter-1.2.1-6.el9.x86_64 18/50 Installing : libutempter-1.2.1-6.el9.x86_64 18/50 Installing : libnl3-3.9.0-1.el9.x86_64 19/50 Installing : libibverbs-48.0-1.el9.x86_64 20/50 Installing : libpcap-14:1.10.0-4.el9.x86_64 21/50 Installing : libnfnetlink-1.0.1-21.el9.x86_64 22/50 Installing : libnetfilter_conntrack-1.0.9-1.el9.x86_64 23/50 Installing : iptables-libs-1.8.8-6.el9.x86_64 24/50 Installing : iptables-nft-1.8.8-6.el9.x86_64 25/50 Running scriptlet: iptables-nft-1.8.8-6.el9.x86_64 25/50 Installing : libeconf-0.4.1-3.el9.x86_64 26/50 Installing : libdb-5.3.28-53.el9.x86_64 27/50 Installing : pam-1.5.1-17.el9.x86_64 28/50 Installing : libpwquality-1.4.4-8.el9.x86_64 29/50 Installing : util-linux-2.37.4-15.el9.x86_64 30/50 warning: /etc/adjtime created as /etc/adjtime.rpmnew Installing : kmod-libs-28-9.el9.x86_64 31/50 Installing : kmod-28-9.el9.x86_64 32/50 Installing : fuse-common-3.10.2-6.el9.x86_64 33/50 Installing : fuse3-3.10.2-6.el9.x86_64 34/50 Installing : fuse-overlayfs-1.12-1.el9.x86_64 35/50 Running scriptlet: fuse-overlayfs-1.12-1.el9.x86_64 35/50 Installing : diffutils-3.7-12.el9.x86_64 36/50 Installing : policycoreutils-3.6-1.el9.x86_64 37/50 Running scriptlet: policycoreutils-3.6-1.el9.x86_64 37/50 Installing : selinux-policy-38.1.30-1.el9.noarch 38/50 Running scriptlet: selinux-policy-38.1.30-1.el9.noarch 38/50 Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 39/50 Installing : selinux-policy-targeted-38.1.30-1.el9.noarch 39/50 Fedora Modular 38 - aarch64 - Updates 2.1 MB/s | 2.1 MB 00:00 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 make[2]: Leaving directory '/root/build-deb/cli' # Build buildx plugin cd /go/src/github.com/docker/buildx \ && mkdir -p /usr/libexec/docker/cli-plugins/ \ && GO111MODULE=on \ CGO_ENABLED=0 \ go build \ -mod=vendor \ -trimpath \ -ldflags "-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \ -o "/usr/libexec/docker/cli-plugins/docker-buildx" \ ./cmd/buildx Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.24.2-0.fc39.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.aemuKS + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.68SoX6 + umask 022 + cd /root/rpmbuild/BUILD + rm -rf /root/rpmbuild/BUILD/src-SPECPARTS + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc39.x86_64/usr/libexec/docker/cli-plugins/docker-buildx source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc39.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-39" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh + make IMAGE=fedora:39 verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ fedora:39 ./verify Unable to find image 'fedora:39' locally 39: Pulling from library/fedora 8237fce9fd6b: Already exists Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 45/51 Running scriptlet: container-selinux-2:2.227.0-1.fc39.noarch 46/51 Installing : container-selinux-2:2.227.0-1.fc39.noarch 46/51 Digest: sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d6e0 Status: Downloaded newer image for fedora:39 + verify + dpkg --version + rpm --version + verify_rpm ++ . /etc/os-release +++ NAME='Fedora Linux' +++ VERSION='39 (Container Image)' +++ ID=fedora +++ VERSION_ID=39 +++ VERSION_CODENAME= +++ PLATFORM_ID=platform:f39 +++ PRETTY_NAME='Fedora Linux 39 (Container Image)' +++ ANSI_COLOR='0;38;2;60;110;180' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:fedoraproject:fedora:39 +++ DEFAULT_HOSTNAME=fedora +++ HOME_URL=https://fedoraproject.org/ +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f39/system-administrators-guide/ +++ SUPPORT_URL=https://ask.fedoraproject.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_BUGZILLA_PRODUCT=Fedora +++ REDHAT_BUGZILLA_PRODUCT_VERSION=39 +++ REDHAT_SUPPORT_PRODUCT=Fedora +++ REDHAT_SUPPORT_PRODUCT_VERSION=39 +++ SUPPORT_END=2024-05-14 +++ VARIANT='Container Image' +++ VARIANT_ID=container ++ echo fedora + DIST_ID=fedora ++ . /etc/os-release +++ NAME='Fedora Linux' +++ VERSION='39 (Container Image)' +++ ID=fedora +++ VERSION_ID=39 +++ VERSION_CODENAME= +++ PLATFORM_ID=platform:f39 +++ PRETTY_NAME='Fedora Linux 39 (Container Image)' +++ ANSI_COLOR='0;38;2;60;110;180' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:fedoraproject:fedora:39 +++ DEFAULT_HOSTNAME=fedora +++ HOME_URL=https://fedoraproject.org/ +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f39/system-administrators-guide/ +++ SUPPORT_URL=https://ask.fedoraproject.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_BUGZILLA_PRODUCT=Fedora +++ REDHAT_BUGZILLA_PRODUCT_VERSION=39 +++ REDHAT_SUPPORT_PRODUCT=Fedora +++ REDHAT_SUPPORT_PRODUCT_VERSION=39 +++ SUPPORT_END=2024-05-14 +++ VARIANT='Container Image' +++ VARIANT_ID=container ++ echo 39 ++ cut -d. -f1 + DIST_VERSION=39 + pkg_manager=yum + pkg_config_manager=yum-config-manager + dnf --version 4.18.1 Installed: dnf-0:4.18.1-2.fc39.noarch at Sun Nov 26 07:48:29 2023 Built : Fedora Project at Wed Nov 15 15:14:30 2023 Installed: rpm-0:4.19.0-1.fc39.x86_64 at Sun Nov 26 07:48:29 2023 Built : Fedora Project at Tue Sep 19 13:02:12 2023 + pkg_manager=dnf + pkg_config_manager='dnf config-manager' + dnf clean all 0 files removed + dnf install -y 'dnf-command(config-manager)' Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: dnf-plugins-core noarch 4.4.4-1.fc38 updates 37 k Installing dependencies: dbus-libs aarch64 1:1.14.10-1.fc38 updates 155 k fonts-filesystem noarch 1:2.0.5-11.fc38 fedora 8.1 k js-jquery noarch 3.6.3-2.fc38 fedora 173 k python3-dateutil noarch 1:2.8.2-5.fc38 fedora 360 k python3-dbus aarch64 1.3.2-2.fc38 fedora 158 k python3-distro noarch 1.8.0-2.fc38 fedora 49 k python3-dnf-plugins-core noarch 4.4.4-1.fc38 updates 322 k python3-six noarch 1.16.0-9.fc38 fedora 42 k python3-systemd aarch64 235-2.fc38 fedora 108 k web-assets-filesystem noarch 5-19.fc38 fedora 7.9 k Installing weak dependencies: python-systemd-doc aarch64 235-2.fc38 fedora 171 k Transaction Summary ================================================================================ Install 12 Packages Total download size: 1.6 M Installed size: 6.2 M Downloading Packages: (1/12): fonts-filesystem-2.0.5-11.fc38.noarch.r 33 kB/s | 8.1 kB 00:00 (2/12): js-jquery-3.6.3-2.fc38.noarch.rpm 685 kB/s | 173 kB 00:00 (3/12): python-systemd-doc-235-2.fc38.aarch64.r 667 kB/s | 171 kB 00:00 (4/12): python3-dateutil-2.8.2-5.fc38.noarch.rp 20 MB/s | 360 kB 00:00 (5/12): python3-dbus-1.3.2-2.fc38.aarch64.rpm 9.6 MB/s | 158 kB 00:00 (6/12): python3-distro-1.8.0-2.fc38.noarch.rpm 3.3 MB/s | 49 kB 00:00 (7/12): python3-six-1.16.0-9.fc38.noarch.rpm 4.3 MB/s | 42 kB 00:00 (8/12): python3-systemd-235-2.fc38.aarch64.rpm 16 MB/s | 108 kB 00:00 (9/12): web-assets-filesystem-5-19.fc38.noarch. 133 kB/s | 7.9 kB 00:00 (10/12): dbus-libs-1.14.10-1.fc38.aarch64.rpm 2.5 MB/s | 155 kB 00:00 (11/12): dnf-plugins-core-4.4.4-1.fc38.noarch.r 4.2 MB/s | 37 kB 00:00 (12/12): python3-dnf-plugins-core-4.4.4-1.fc38. 24 MB/s | 322 kB 00:00 -------------------------------------------------------------------------------- Total 1.4 MB/s | 1.6 MB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : dbus-libs-1:1.14.10-1.fc38.aarch64 1/12 Installing : python3-dbus-1.3.2-2.fc38.aarch64 2/12 Installing : python3-six-1.16.0-9.fc38.noarch 3/12 Installing : python3-dateutil-1:2.8.2-5.fc38.noarch 4/12 Installing : python3-distro-1.8.0-2.fc38.noarch 5/12 Installing : fonts-filesystem-1:2.0.5-11.fc38.noarch 6/12 Installing : web-assets-filesystem-5-19.fc38.noarch 7/12 Installing : js-jquery-3.6.3-2.fc38.noarch 8/12 Installing : python-systemd-doc-235-2.fc38.aarch64 9/12 Installing : python3-systemd-235-2.fc38.aarch64 10/12 Installing : python3-dnf-plugins-core-4.4.4-1.fc38.noarch 11/12 Installing : dnf-plugins-core-4.4.4-1.fc38.noarch 12/12 Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 39/50 Running scriptlet: container-selinux-3:2.228.1-1.el9.noarch 40/50 Installing : container-selinux-3:2.228.1-1.el9.noarch 40/50 Running scriptlet: dnf-plugins-core-4.4.4-1.fc38.noarch 12/12 Verifying : fonts-filesystem-1:2.0.5-11.fc38.noarch 1/12 Verifying : js-jquery-3.6.3-2.fc38.noarch 2/12 Verifying : python-systemd-doc-235-2.fc38.aarch64 3/12 Verifying : python3-dateutil-1:2.8.2-5.fc38.noarch 4/12 Verifying : python3-dbus-1.3.2-2.fc38.aarch64 5/12 Verifying : python3-distro-1.8.0-2.fc38.noarch 6/12 Verifying : python3-six-1.16.0-9.fc38.noarch 7/12 Verifying : python3-systemd-235-2.fc38.aarch64 8/12 Verifying : web-assets-filesystem-5-19.fc38.noarch 9/12 Verifying : dbus-libs-1:1.14.10-1.fc38.aarch64 10/12 Verifying : dnf-plugins-core-4.4.4-1.fc38.noarch 11/12 Verifying : python3-dnf-plugins-core-4.4.4-1.fc38.noarch 12/12 Installed: dbus-libs-1:1.14.10-1.fc38.aarch64 dnf-plugins-core-4.4.4-1.fc38.noarch fonts-filesystem-1:2.0.5-11.fc38.noarch js-jquery-3.6.3-2.fc38.noarch python-systemd-doc-235-2.fc38.aarch64 python3-dateutil-1:2.8.2-5.fc38.noarch python3-dbus-1.3.2-2.fc38.aarch64 python3-distro-1.8.0-2.fc38.noarch python3-dnf-plugins-core-4.4.4-1.fc38.noarch python3-six-1.16.0-9.fc38.noarch python3-systemd-235-2.fc38.aarch64 web-assets-filesystem-5-19.fc38.noarch Complete! + case ${DIST_ID}:${DIST_VERSION} in + dnf install -y findutils Fedora 39 - x86_64 27 MB/s | 89 MB 00:03 Last metadata expiration check: 0:00:09 ago on Mon Jan 22 21:47:02 2024. Package findutils-1:4.9.0-3.fc38.aarch64 is already installed. Dependencies resolved. Nothing to do. Complete! + install_rpm_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo' + dnf --version [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo 4.18.1 Installed: dnf-0:4.18.1-1.fc38.noarch at Sun Nov 26 06:51:00 2023 Built : Fedora Project at Wed Nov 8 08:20:57 2023 Installed: rpm-0:4.18.2-1.fc38.aarch64 at Sun Nov 26 06:51:01 2023 Built : Fedora Project at Mon Nov 13 15:42:22 2023 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo + dnf config-manager --set-disabled 'docker-ce-*' + dnf config-manager --set-enabled docker-ce-test + dnf makecache + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 make[2]: Leaving directory '/root/build-deb/cli' # Build buildx plugin cd /go/src/github.com/docker/buildx \ && mkdir -p /usr/libexec/docker/cli-plugins/ \ && GO111MODULE=on \ CGO_ENABLED=0 \ go build \ -mod=vendor \ -trimpath \ -ldflags "-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \ -o "/usr/libexec/docker/cli-plugins/docker-buildx" \ ./cmd/buildx Docker CE Test - aarch64 50 kB/s | 25 kB 00:00 Fedora 38 - aarch64 28 kB/s | 14 kB 00:00 Fedora 38 openh264 (From Cisco) - aarch64 3.3 kB/s | 990 B 00:00 Fedora Modular 38 - aarch64 42 kB/s | 13 kB 00:00 Fedora 38 - aarch64 - Updates 49 kB/s | 13 kB 00:00 Fedora Modular 38 - aarch64 - Updates 51 kB/s | 13 kB 00:00 Running scriptlet: container-selinux-3:2.228.1-1.el9.noarch 40/50 Installing : acl-2.3.1-4.el9.x86_64 41/50 Installing : dbus-1:1.12.20-8.el9.x86_64 42/50 Installing : systemd-pam-252-23.el9.x86_64 43/50 Metadata cache created. + echo '[DEBUG] Installing engine rpms' [DEBUG] Installing engine rpms ++ find rpm/rpmbuild/fedora-38/RPMS/ -type f -name '*.rpm' ++ sed /src/d + packages='rpm/rpmbuild/fedora-38/RPMS/aarch64/docker-compose-plugin-2.24.2-0.fc38.aarch64.rpm rpm/rpmbuild/fedora-38/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64.rpm rpm/rpmbuild/fedora-38/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.fc38.aarch64.rpm rpm/rpmbuild/fedora-38/RPMS/aarch64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.aarch64.rpm rpm/rpmbuild/fedora-38/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64.rpm' + set -x ++ source /etc/os-release +++ NAME='Fedora Linux' +++ VERSION='38 (Container Image)' +++ ID=fedora +++ VERSION_ID=38 +++ VERSION_CODENAME= +++ PLATFORM_ID=platform:f38 +++ PRETTY_NAME='Fedora Linux 38 (Container Image)' +++ ANSI_COLOR='0;38;2;60;110;180' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:fedoraproject:fedora:38 +++ DEFAULT_HOSTNAME=fedora +++ HOME_URL=https://fedoraproject.org/ +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/ +++ SUPPORT_URL=https://ask.fedoraproject.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_BUGZILLA_PRODUCT=Fedora +++ REDHAT_BUGZILLA_PRODUCT_VERSION=38 +++ REDHAT_SUPPORT_PRODUCT=Fedora +++ REDHAT_SUPPORT_PRODUCT_VERSION=38 +++ SUPPORT_END=2024-05-14 +++ VARIANT='Container Image' +++ VARIANT_ID=container ++ echo 38 + product_version=38 + '[' 38 = rawhide ']' + dnf install -y rpm/rpmbuild/fedora-38/RPMS/aarch64/docker-compose-plugin-2.24.2-0.fc38.aarch64.rpm rpm/rpmbuild/fedora-38/RPMS/aarch64/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.aarch64.rpm rpm/rpmbuild/fedora-38/RPMS/aarch64/docker-buildx-plugin-0.12.1-0.fc38.aarch64.rpm rpm/rpmbuild/fedora-38/RPMS/aarch64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.aarch64.rpm rpm/rpmbuild/fedora-38/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64.rpm Running scriptlet: systemd-252-23.el9.x86_64 44/50 Installing : systemd-252-23.el9.x86_64 44/50 Running scriptlet: container-selinux-2:2.227.0-1.fc39.noarch 46/51 Installing : containerd.io-1.6.27-3.1.fc39.aarch64 47/51 Running scriptlet: containerd.io-1.6.27-3.1.fc39.aarch64 47/51 Installing : libcgroup-3.0-3.fc39.aarch64 48/51 Installing : docker-ce-rootless-extras-0.0.0~20240120124445.f18 49/51 Running scriptlet: docker-ce-rootless-extras-0.0.0~20240120124445.f18 49/51 Installing : docker-ce-3:0.0.0~20240120124445.f18a476-0.fc39.aa 50/51 Running scriptlet: docker-ce-3:0.0.0~20240120124445.f18a476-0.fc39.aa 50/51 Installing : rpm-plugin-selinux-4.19.0-1.fc39.aarch64 51/51 Running scriptlet: systemd-resolved-254.5-2.fc39.aarch64 51/51 Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 51/51 Running scriptlet: container-selinux-2:2.227.0-1.fc39.noarch 51/51 Running scriptlet: systemd-252-23.el9.x86_64 44/50 Installing : dbus-common-1:1.12.20-8.el9.noarch 45/50 Running scriptlet: dbus-common-1:1.12.20-8.el9.noarch 45/50 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket. Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket. Running scriptlet: dbus-broker-28-7.el9.x86_64 46/50 Installing : dbus-broker-28-7.el9.x86_64 46/50 Running scriptlet: dbus-broker-28-7.el9.x86_64 46/50 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service. Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service. Last metadata expiration check: 0:00:02 ago on Mon Jan 22 21:47:17 2024. Installing : containerd.io-1.6.27-3.1.el9.x86_64 47/50 Running scriptlet: containerd.io-1.6.27-3.1.el9.x86_64 47/50 Installing : docker-ce-rootless-extras-0.0.0~20240120124445.f18 48/50 Dependencies resolved. ================================================================================================= Package Arch Version Repository Size ================================================================================================= Installing: docker-buildx-plugin aarch64 0.12.1-0.fc38 @commandline 11 M docker-ce aarch64 3:0.0.0~20240120124445.f18a476-0.fc38 @commandline 16 M docker-ce-cli aarch64 1:0.0.0~20240120124445.f18a476-0.fc38 @commandline 6.6 M docker-ce-rootless-extras aarch64 0.0.0~20240120124445.f18a476-0.fc38 @commandline 3.6 M docker-compose-plugin aarch64 2.24.2-0.fc38 @commandline 11 M Upgrading: systemd-libs aarch64 253.14-1.fc38 updates 631 k Installing dependencies: container-selinux noarch 2:2.227.0-1.fc38 updates 54 k containerd.io aarch64 1.6.27-3.1.fc38 docker-ce-test 26 M dbus aarch64 1:1.14.10-1.fc38 updates 8.0 k dbus-broker aarch64 33-1.fc38 fedora 168 k dbus-common noarch 1:1.14.10-1.fc38 updates 15 k device-mapper aarch64 1.02.189-2.fc38 fedora 137 k device-mapper-libs aarch64 1.02.189-2.fc38 fedora 171 k diffutils aarch64 3.10-1.fc38 updates 395 k fuse-common aarch64 3.14.1-1.fc38 updates 6.9 k fuse-overlayfs aarch64 1.12-1.fc38 updates 64 k fuse3 aarch64 3.14.1-1.fc38 updates 54 k fuse3-libs aarch64 3.14.1-1.fc38 updates 91 k iptables-legacy aarch64 1.8.9-4.fc38.1 updates 51 k iptables-legacy-libs aarch64 1.8.9-4.fc38.1 updates 37 k iptables-libs aarch64 1.8.9-4.fc38.1 updates 439 k kmod aarch64 30-4.fc38 fedora 119 k kmod-libs aarch64 30-4.fc38 fedora 67 k libargon2 aarch64 20190702-2.fc38 fedora 28 k libcgroup aarch64 3.0-2.fc38 fedora 75 k libfdisk aarch64 2.38.1-4.fc38 fedora 156 k libibverbs aarch64 44.0-3.fc38 fedora 427 k libmnl aarch64 1.0.5-2.fc38 fedora 28 k libnetfilter_conntrack aarch64 1.0.9-1.fc38 updates 59 k libnfnetlink aarch64 1.0.1-23.fc38 fedora 29 k libnl3 aarch64 3.7.0-3.fc38 fedora 339 k libpcap aarch64 14:1.10.4-1.fc38 updates 172 k libseccomp aarch64 2.5.3-4.fc38 fedora 72 k libselinux-utils aarch64 3.5-1.fc38 fedora 164 k libslirp aarch64 4.7.0-3.fc38 fedora 73 k libutempter aarch64 1.2.1-8.fc38 fedora 27 k policycoreutils aarch64 3.5-1.fc38 fedora 242 k rpm-plugin-selinux aarch64 4.18.2-1.fc38 updates 18 k selinux-policy noarch 38.31-1.fc38 updates 56 k selinux-policy-targeted noarch 38.31-1.fc38 updates 6.7 M slirp4netns aarch64 1.2.2-1.fc38 updates 47 k systemd aarch64 253.14-1.fc38 updates 4.3 M systemd-pam aarch64 253.14-1.fc38 updates 332 k util-linux aarch64 2.38.1-4.fc38 fedora 2.3 M xkeyboard-config noarch 2.38-1.fc38 fedora 963 k xz aarch64 5.4.1-1.fc38 fedora 420 k Installing weak dependencies: cryptsetup-libs aarch64 2.6.1-1.fc38 fedora 487 k libxkbcommon aarch64 1.5.0-2.fc38 fedora 141 k qrencode-libs aarch64 4.1.1-4.fc38 fedora 62 k systemd-networkd aarch64 253.14-1.fc38 updates 604 k systemd-resolved aarch64 253.14-1.fc38 updates 278 k Transaction Summary ================================================================================================= Install 50 Packages Upgrade 1 Package Total size: 96 M Total download size: 47 M Downloading Packages: Running scriptlet: docker-ce-rootless-extras-0.0.0~20240120124445.f18 48/50 Installing : docker-ce-3:0.0.0~20240120124445.f18a476-0.el9.x86 49/50 Running scriptlet: docker-ce-3:0.0.0~20240120124445.f18a476-0.el9.x86 49/50 Installing : rpm-plugin-selinux-4.16.1.3-29.el9.x86_64 50/50 Running scriptlet: selinux-policy-targeted-38.1.30-1.el9.noarch 50/50 Running scriptlet: container-selinux-3:2.228.1-1.el9.noarch 50/50 Running scriptlet: rpm-plugin-selinux-4.16.1.3-29.el9.x86_64 50/50 Verifying : acl-2.3.1-4.el9.x86_64 1/50 Verifying : cracklib-2.9.6-27.el9.x86_64 2/50 Verifying : cracklib-dicts-2.9.6-27.el9.x86_64 3/50 Verifying : dbus-1:1.12.20-8.el9.x86_64 4/50 Verifying : dbus-broker-28-7.el9.x86_64 5/50 Verifying : dbus-common-1:1.12.20-8.el9.noarch 6/50 Verifying : diffutils-3.7-12.el9.x86_64 7/50 Verifying : fuse-common-3.10.2-6.el9.x86_64 8/50 Verifying : iptables-libs-1.8.8-6.el9.x86_64 9/50 Verifying : iptables-nft-1.8.8-6.el9.x86_64 10/50 Verifying : kmod-28-9.el9.x86_64 11/50 Verifying : kmod-libs-28-9.el9.x86_64 12/50 Verifying : libdb-5.3.28-53.el9.x86_64 13/50 Verifying : libeconf-0.4.1-3.el9.x86_64 14/50 Verifying : libfdisk-2.37.4-15.el9.x86_64 15/50 Verifying : libibverbs-48.0-1.el9.x86_64 16/50 Verifying : libmnl-1.0.4-15.el9.x86_64 17/50 Verifying : libnetfilter_conntrack-1.0.9-1.el9.x86_64 18/50 Verifying : libnfnetlink-1.0.1-21.el9.x86_64 19/50 Verifying : libnftnl-1.2.2-1.el9.x86_64 20/50 Verifying : libnl3-3.9.0-1.el9.x86_64 21/50 Verifying : libpcap-14:1.10.0-4.el9.x86_64 22/50 Verifying : libpwquality-1.4.4-8.el9.x86_64 23/50 Verifying : libseccomp-2.5.2-2.el9.x86_64 24/50 Verifying : libselinux-utils-3.6-1.el9.x86_64 25/50 Verifying : libutempter-1.2.1-6.el9.x86_64 26/50 Verifying : openssl-1:3.0.7-25.el9.x86_64 27/50 Verifying : pam-1.5.1-17.el9.x86_64 28/50 Verifying : policycoreutils-3.6-1.el9.x86_64 29/50 Verifying : rpm-plugin-selinux-4.16.1.3-29.el9.x86_64 30/50 Verifying : selinux-policy-38.1.30-1.el9.noarch 31/50 Verifying : selinux-policy-targeted-38.1.30-1.el9.noarch 32/50 Verifying : systemd-252-23.el9.x86_64 33/50 Verifying : systemd-pam-252-23.el9.x86_64 34/50 Verifying : systemd-rpm-macros-252-23.el9.noarch 35/50 Verifying : util-linux-2.37.4-15.el9.x86_64 36/50 Verifying : util-linux-core-2.37.4-15.el9.x86_64 37/50 Verifying : xz-5.2.5-8.el9.x86_64 38/50 Verifying : container-selinux-3:2.228.1-1.el9.noarch 39/50 Verifying : fuse-overlayfs-1.12-1.el9.x86_64 40/50 Verifying : fuse3-3.10.2-6.el9.x86_64 41/50 Verifying : fuse3-libs-3.10.2-6.el9.x86_64 42/50 Verifying : libslirp-4.4.0-7.el9.x86_64 43/50 Verifying : slirp4netns-1.2.2-1.el9.x86_64 44/50 Verifying : containerd.io-1.6.27-3.1.el9.x86_64 45/50 Verifying : docker-compose-plugin-2.24.2-0.el9.x86_64 46/50 Verifying : docker-ce-3:0.0.0~20240120124445.f18a476-0.el9.x86 47/50 Verifying : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.el9 48/50 Verifying : docker-ce-rootless-extras-0.0.0~20240120124445.f18 49/50 (1/46): dbus-broker-33-1.fc38.aarch64.rpm 675 kB/s | 168 kB 00:00 (2/46): cryptsetup-libs-2.6.1-1.fc38.aarch64.rp 1.9 MB/s | 487 kB 00:00 (3/46): device-mapper-1.02.189-2.fc38.aarch64.r 14 MB/s | 137 kB 00:00 (4/46): device-mapper-libs-1.02.189-2.fc38.aarc 14 MB/s | 171 kB 00:00 (5/46): kmod-30-4.fc38.aarch64.rpm 10 MB/s | 119 kB 00:00 (6/46): kmod-libs-30-4.fc38.aarch64.rpm 6.4 MB/s | 67 kB 00:00 (7/46): libargon2-20190702-2.fc38.aarch64.rpm 2.8 MB/s | 28 kB 00:00 (8/46): libfdisk-2.38.1-4.fc38.aarch64.rpm 19 MB/s | 156 kB 00:00 (9/46): libcgroup-3.0-2.fc38.aarch64.rpm 3.4 MB/s | 75 kB 00:00 (10/46): libmnl-1.0.5-2.fc38.aarch64.rpm 4.0 MB/s | 28 kB 00:00 (11/46): libnfnetlink-1.0.1-23.fc38.aarch64.rpm 833 kB/s | 29 kB 00:00 Verifying : docker-buildx-plugin-0.12.1-0.el9.x86_64 50/50 Installed: acl-2.3.1-4.el9.x86_64 container-selinux-3:2.228.1-1.el9.noarch containerd.io-1.6.27-3.1.el9.x86_64 cracklib-2.9.6-27.el9.x86_64 cracklib-dicts-2.9.6-27.el9.x86_64 dbus-1:1.12.20-8.el9.x86_64 dbus-broker-28-7.el9.x86_64 dbus-common-1:1.12.20-8.el9.noarch diffutils-3.7-12.el9.x86_64 docker-buildx-plugin-0.12.1-0.el9.x86_64 docker-ce-3:0.0.0~20240120124445.f18a476-0.el9.x86_64 docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.el9.x86_64 docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el9.x86_64 docker-compose-plugin-2.24.2-0.el9.x86_64 fuse-common-3.10.2-6.el9.x86_64 fuse-overlayfs-1.12-1.el9.x86_64 fuse3-3.10.2-6.el9.x86_64 fuse3-libs-3.10.2-6.el9.x86_64 iptables-libs-1.8.8-6.el9.x86_64 iptables-nft-1.8.8-6.el9.x86_64 kmod-28-9.el9.x86_64 kmod-libs-28-9.el9.x86_64 libdb-5.3.28-53.el9.x86_64 libeconf-0.4.1-3.el9.x86_64 libfdisk-2.37.4-15.el9.x86_64 libibverbs-48.0-1.el9.x86_64 libmnl-1.0.4-15.el9.x86_64 libnetfilter_conntrack-1.0.9-1.el9.x86_64 libnfnetlink-1.0.1-21.el9.x86_64 libnftnl-1.2.2-1.el9.x86_64 libnl3-3.9.0-1.el9.x86_64 libpcap-14:1.10.0-4.el9.x86_64 libpwquality-1.4.4-8.el9.x86_64 libseccomp-2.5.2-2.el9.x86_64 libselinux-utils-3.6-1.el9.x86_64 libslirp-4.4.0-7.el9.x86_64 libutempter-1.2.1-6.el9.x86_64 openssl-1:3.0.7-25.el9.x86_64 pam-1.5.1-17.el9.x86_64 policycoreutils-3.6-1.el9.x86_64 rpm-plugin-selinux-4.16.1.3-29.el9.x86_64 selinux-policy-38.1.30-1.el9.noarch selinux-policy-targeted-38.1.30-1.el9.noarch slirp4netns-1.2.2-1.el9.x86_64 systemd-252-23.el9.x86_64 systemd-pam-252-23.el9.x86_64 systemd-rpm-macros-252-23.el9.noarch util-linux-2.37.4-15.el9.x86_64 util-linux-core-2.37.4-15.el9.x86_64 xz-5.2.5-8.el9.x86_64 Complete! + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version (12/46): containerd.io-1.6.27-3.1.fc38.aarch64. 48 MB/s | 26 MB 00:00 (13/46): libnl3-3.7.0-3.fc38.aarch64.rpm 1.6 MB/s | 339 kB 00:00 (14/46): libselinux-utils-3.5-1.fc38.aarch64.rp 2.4 MB/s | 164 kB 00:00 (15/46): libseccomp-2.5.3-4.fc38.aarch64.rpm 1.0 MB/s | 72 kB 00:00 (16/46): libslirp-4.7.0-3.fc38.aarch64.rpm 8.2 MB/s | 73 kB 00:00 (17/46): libutempter-1.2.1-8.fc38.aarch64.rpm 3.0 MB/s | 27 kB 00:00 (18/46): libxkbcommon-1.5.0-2.fc38.aarch64.rpm 2.8 MB/s | 141 kB 00:00 (19/46): policycoreutils-3.5-1.fc38.aarch64.rpm 4.7 MB/s | 242 kB 00:00 (20/46): qrencode-libs-4.1.1-4.fc38.aarch64.rpm 4.4 MB/s | 62 kB 00:00 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.24.2-0.fc38.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PyuFI5 + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.9Fwng3 + umask 022 + cd /root/rpmbuild/BUILD + rm -rf src src.gemspec + RPM_EC=0 ++ jobs -p + exit 0 line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64/usr/bin/docker-proxy source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.12.1-0.fc38.x86_64/usr/libexec/docker/cli-plugins/docker-buildx source_date_epoch_from_changelog set but %changelog is missing Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.fc38.x86_64/usr/libexec/docker/cli-plugins/docker-compose RPM build warnings: docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-38" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Running scriptlet: rpm-plugin-selinux-4.19.0-1.fc39.aarch64 51/51 Verifying : containerd.io-1.6.27-3.1.fc39.aarch64 1/51 Verifying : cryptsetup-libs-2.6.1-3.fc39.aarch64 2/51 Verifying : dbus-1:1.14.10-1.fc39.aarch64 3/51 Verifying : dbus-common-1:1.14.10-1.fc39.noarch 4/51 Verifying : device-mapper-1.02.196-1.fc39.aarch64 5/51 Verifying : device-mapper-libs-1.02.196-1.fc39.aarch64 6/51 Verifying : diffutils-3.10-3.fc39.aarch64 7/51 Verifying : fuse-common-3.16.1-1.fc39.aarch64 8/51 Verifying : fuse-overlayfs-1.12-2.fc39.aarch64 9/51 Verifying : fuse3-3.16.1-1.fc39.aarch64 10/51 Verifying : fuse3-libs-3.16.1-1.fc39.aarch64 11/51 Verifying : iptables-legacy-1.8.9-5.fc39.aarch64 12/51 Verifying : iptables-legacy-libs-1.8.9-5.fc39.aarch64 13/51 Verifying : iptables-libs-1.8.9-5.fc39.aarch64 14/51 Verifying : kmod-30-6.fc39.aarch64 15/51 Verifying : kmod-libs-30-6.fc39.aarch64 16/51 Verifying : libargon2-20190702-3.fc39.aarch64 17/51 Verifying : libbpf-2:1.1.0-4.fc39.aarch64 18/51 Verifying : libcgroup-3.0-3.fc39.aarch64 19/51 Verifying : libfdisk-2.39.2-1.fc39.aarch64 20/51 Verifying : libibverbs-46.0-4.fc39.aarch64 21/51 Verifying : libmnl-1.0.5-3.fc39.aarch64 22/51 Verifying : libnetfilter_conntrack-1.0.9-2.fc39.aarch64 23/51 Verifying : libnfnetlink-1.0.1-24.fc39.aarch64 24/51 Verifying : libpcap-14:1.10.4-2.fc39.aarch64 25/51 Verifying : libseccomp-2.5.3-6.fc39.aarch64 26/51 Verifying : libselinux-utils-3.5-5.fc39.aarch64 27/51 Verifying : libslirp-4.7.0-4.fc39.aarch64 28/51 Verifying : libutempter-1.2.1-10.fc39.aarch64 29/51 Verifying : qrencode-libs-4.1.1-5.fc39.aarch64 30/51 Verifying : rpm-plugin-selinux-4.19.0-1.fc39.aarch64 31/51 Verifying : systemd-254.5-2.fc39.aarch64 32/51 Verifying : systemd-networkd-254.5-2.fc39.aarch64 33/51 Verifying : systemd-pam-254.5-2.fc39.aarch64 34/51 Verifying : systemd-resolved-254.5-2.fc39.aarch64 35/51 Verifying : util-linux-2.39.2-1.fc39.aarch64 36/51 Verifying : xz-5.4.4-1.fc39.aarch64 37/51 Verifying : container-selinux-2:2.227.0-1.fc39.noarch 38/51 Verifying : dbus-broker-35-2.fc39.aarch64 39/51 Verifying : libnl3-3.9.0-1.fc39.aarch64 40/51 Verifying : libxkbcommon-1.6.0-1.fc39.aarch64 41/51 Verifying : policycoreutils-3.5-8.fc39.aarch64 42/51 Verifying : selinux-policy-39.3-1.fc39.noarch 43/51 Verifying : selinux-policy-targeted-39.3-1.fc39.noarch 44/51 Verifying : slirp4netns-1.2.2-1.fc39.aarch64 45/51 Verifying : xkeyboard-config-2.40-1.fc39.noarch 46/51 Verifying : docker-ce-rootless-extras-0.0.0~20240120124445.f18 47/51 Verifying : docker-compose-plugin-2.24.2-0.fc39.aarch64 48/51 Verifying : docker-buildx-plugin-0.12.1-0.fc39.aarch64 49/51 Verifying : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc3 50/51 Verifying : docker-ce-3:0.0.0~20240120124445.f18a476-0.fc39.aa 51/51 Installed: container-selinux-2:2.227.0-1.fc39.noarch containerd.io-1.6.27-3.1.fc39.aarch64 cryptsetup-libs-2.6.1-3.fc39.aarch64 dbus-1:1.14.10-1.fc39.aarch64 dbus-broker-35-2.fc39.aarch64 dbus-common-1:1.14.10-1.fc39.noarch device-mapper-1.02.196-1.fc39.aarch64 device-mapper-libs-1.02.196-1.fc39.aarch64 diffutils-3.10-3.fc39.aarch64 docker-buildx-plugin-0.12.1-0.fc39.aarch64 docker-ce-3:0.0.0~20240120124445.f18a476-0.fc39.aarch64 docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc39.aarch64 docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.aarch64 docker-compose-plugin-2.24.2-0.fc39.aarch64 fuse-common-3.16.1-1.fc39.aarch64 fuse-overlayfs-1.12-2.fc39.aarch64 fuse3-3.16.1-1.fc39.aarch64 fuse3-libs-3.16.1-1.fc39.aarch64 iptables-legacy-1.8.9-5.fc39.aarch64 iptables-legacy-libs-1.8.9-5.fc39.aarch64 iptables-libs-1.8.9-5.fc39.aarch64 kmod-30-6.fc39.aarch64 kmod-libs-30-6.fc39.aarch64 libargon2-20190702-3.fc39.aarch64 libbpf-2:1.1.0-4.fc39.aarch64 libcgroup-3.0-3.fc39.aarch64 libfdisk-2.39.2-1.fc39.aarch64 libibverbs-46.0-4.fc39.aarch64 libmnl-1.0.5-3.fc39.aarch64 libnetfilter_conntrack-1.0.9-2.fc39.aarch64 libnfnetlink-1.0.1-24.fc39.aarch64 libnl3-3.9.0-1.fc39.aarch64 libpcap-14:1.10.4-2.fc39.aarch64 libseccomp-2.5.3-6.fc39.aarch64 libselinux-utils-3.5-5.fc39.aarch64 libslirp-4.7.0-4.fc39.aarch64 libutempter-1.2.1-10.fc39.aarch64 libxkbcommon-1.6.0-1.fc39.aarch64 policycoreutils-3.5-8.fc39.aarch64 qrencode-libs-4.1.1-5.fc39.aarch64 rpm-plugin-selinux-4.19.0-1.fc39.aarch64 selinux-policy-39.3-1.fc39.noarch selinux-policy-targeted-39.3-1.fc39.noarch slirp4netns-1.2.2-1.fc39.aarch64 systemd-254.5-2.fc39.aarch64 systemd-networkd-254.5-2.fc39.aarch64 systemd-pam-254.5-2.fc39.aarch64 systemd-resolved-254.5-2.fc39.aarch64 util-linux-2.39.2-1.fc39.aarch64 xkeyboard-config-2.40-1.fc39.noarch xz-5.4.4-1.fc39.aarch64 Complete! + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.3 Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.2 (21/46): util-linux-2.38.1-4.fc38.aarch64.rpm 21 MB/s | 2.3 MB 00:00 (22/46): xkeyboard-config-2.38-1.fc38.noarch.rp 5.0 MB/s | 963 kB 00:00 (23/46): xz-5.4.1-1.fc38.aarch64.rpm 3.5 MB/s | 420 kB 00:00 (24/46): libibverbs-44.0-3.fc38.aarch64.rpm 625 kB/s | 427 kB 00:00 (25/46): container-selinux-2.227.0-1.fc38.noarc 623 kB/s | 54 kB 00:00 (26/46): dbus-1.14.10-1.fc38.aarch64.rpm 144 kB/s | 8.0 kB 00:00 (27/46): dbus-common-1.14.10-1.fc38.noarch.rpm 2.5 MB/s | 15 kB 00:00 + make IMAGE=fedora:38 verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ fedora:38 ./verify Unable to find image 'fedora:38' locally [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } (28/46): diffutils-3.10-1.fc38.aarch64.rpm 5.0 MB/s | 395 kB 00:00 (29/46): fuse-common-3.14.1-1.fc38.aarch64.rpm 90 kB/s | 6.9 kB 00:00 (30/46): fuse-overlayfs-1.12-1.fc38.aarch64.rpm 835 kB/s | 64 kB 00:00 (31/46): fuse3-3.14.1-1.fc38.aarch64.rpm 5.8 MB/s | 54 kB 00:00 (32/46): fuse3-libs-3.14.1-1.fc38.aarch64.rpm 7.0 MB/s | 91 kB 00:00 (33/46): iptables-legacy-1.8.9-4.fc38.1.aarch64 3.9 MB/s | 51 kB 00:00 (34/46): iptables-legacy-libs-1.8.9-4.fc38.1.aa 3.9 MB/s | 37 kB 00:00 (35/46): iptables-libs-1.8.9-4.fc38.1.aarch64.r 7.0 MB/s | 439 kB 00:00 (36/46): libnetfilter_conntrack-1.0.9-1.fc38.aa 1.0 MB/s | 59 kB 00:00 (37/46): libpcap-1.10.4-1.fc38.aarch64.rpm 1.5 MB/s | 172 kB 00:00 (38/46): rpm-plugin-selinux-4.18.2-1.fc38.aarch 288 kB/s | 18 kB 00:00 (39/46): selinux-policy-38.31-1.fc38.noarch.rpm 8.9 MB/s | 56 kB 00:00 (40/46): slirp4netns-1.2.2-1.fc38.aarch64.rpm 4.5 MB/s | 47 kB 00:00 38: Pulling from library/fedora 3e7ebcee8f49: Already exists Digest: sha256:3f01c8f79691df76331cb4bb0944794a60850475e859c15e49513fcbe0a3d88a Status: Downloaded newer image for fedora:38 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap (41/46): selinux-policy-targeted-38.31-1.fc38.n 32 MB/s | 6.7 MB 00:00 (42/46): systemd-253.14-1.fc38.aarch64.rpm 16 MB/s | 4.3 MB 00:00 (43/46): systemd-networkd-253.14-1.fc38.aarch64 1.8 MB/s | 604 kB 00:00 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } (44/46): systemd-pam-253.14-1.fc38.aarch64.rpm 1.8 MB/s | 332 kB 00:00 (45/46): systemd-resolved-253.14-1.fc38.aarch64 2.3 MB/s | 278 kB 00:00 (46/46): systemd-libs-253.14-1.fc38.aarch64.rpm 3.6 MB/s | 631 kB 00:00 -------------------------------------------------------------------------------- Total 20 MB/s | 47 MB 00:02 + verify + dpkg --version + rpm --version + verify_rpm ++ . /etc/os-release +++ NAME='Fedora Linux' +++ VERSION='38 (Container Image)' +++ ID=fedora +++ VERSION_ID=38 +++ VERSION_CODENAME= +++ PLATFORM_ID=platform:f38 +++ PRETTY_NAME='Fedora Linux 38 (Container Image)' +++ ANSI_COLOR='0;38;2;60;110;180' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:fedoraproject:fedora:38 +++ DEFAULT_HOSTNAME=fedora +++ HOME_URL=https://fedoraproject.org/ +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/ +++ SUPPORT_URL=https://ask.fedoraproject.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_BUGZILLA_PRODUCT=Fedora +++ REDHAT_BUGZILLA_PRODUCT_VERSION=38 +++ REDHAT_SUPPORT_PRODUCT=Fedora +++ REDHAT_SUPPORT_PRODUCT_VERSION=38 +++ SUPPORT_END=2024-05-14 +++ VARIANT='Container Image' +++ VARIANT_ID=container ++ echo fedora + DIST_ID=fedora ++ . /etc/os-release +++ NAME='Fedora Linux' +++ VERSION='38 (Container Image)' +++ ID=fedora +++ VERSION_ID=38 +++ VERSION_CODENAME= +++ PLATFORM_ID=platform:f38 +++ PRETTY_NAME='Fedora Linux 38 (Container Image)' +++ ANSI_COLOR='0;38;2;60;110;180' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:fedoraproject:fedora:38 +++ DEFAULT_HOSTNAME=fedora +++ HOME_URL=https://fedoraproject.org/ +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/ +++ SUPPORT_URL=https://ask.fedoraproject.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_BUGZILLA_PRODUCT=Fedora +++ REDHAT_BUGZILLA_PRODUCT_VERSION=38 +++ REDHAT_SUPPORT_PRODUCT=Fedora +++ REDHAT_SUPPORT_PRODUCT_VERSION=38 +++ SUPPORT_END=2024-05-14 +++ VARIANT='Container Image' +++ VARIANT_ID=container ++ echo 38 ++ cut -d. -f1 + DIST_VERSION=38 + pkg_manager=yum + pkg_config_manager=yum-config-manager + dnf --version 4.18.1 Installed: dnf-0:4.18.1-1.fc38.noarch at Sun Nov 26 06:48:46 2023 Built : Fedora Project at Wed Nov 8 08:20:57 2023 Installed: rpm-0:4.18.2-1.fc38.x86_64 at Sun Nov 26 06:48:46 2023 Built : Fedora Project at Mon Nov 13 15:42:46 2023 + pkg_manager=dnf + pkg_config_manager='dnf config-manager' + dnf clean all Docker CE Test - aarch64 6.6 kB/s | 1.6 kB 00:00 0 files removed + dnf install -y 'dnf-command(config-manager)' Importing GPG key 0x621E9F35: Userid : "Docker Release (CE rpm) " Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35 From : https://download.docker.com/linux/fedora/gpg Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 1/1 Preparing : 1/1 Upgrading : systemd-libs-253.14-1.fc38.aarch64 1/52 Installing : libseccomp-2.5.3-4.fc38.aarch64 2/52 Installing : fuse3-libs-3.14.1-1.fc38.aarch64 3/52 Installing : diffutils-3.10-1.fc38.aarch64 4/52 Installing : libselinux-utils-3.5-1.fc38.aarch64 5/52 Installing : libfdisk-2.38.1-4.fc38.aarch64 6/52 Installing : docker-buildx-plugin-0.12.1-0.fc38.aarch64 7/52 Running scriptlet: docker-buildx-plugin-0.12.1-0.fc38.aarch64 7/52 Installing : docker-compose-plugin-2.24.2-0.fc38.aarch64 8/52 Running scriptlet: docker-compose-plugin-2.24.2-0.fc38.aarch64 8/52 Installing : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc3 9/52 Running scriptlet: docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc3 9/52 Installing : fuse-common-3.14.1-1.fc38.aarch64 10/52 Installing : fuse3-3.14.1-1.fc38.aarch64 11/52 Installing : dbus-common-1:1.14.10-1.fc38.noarch 12/52 Running scriptlet: dbus-common-1:1.14.10-1.fc38.noarch 12/52 Running scriptlet: dbus-broker-33-1.fc38.aarch64 13/52 Installing : dbus-broker-33-1.fc38.aarch64 13/52 Running scriptlet: dbus-broker-33-1.fc38.aarch64 13/52 Installing : dbus-1:1.14.10-1.fc38.aarch64 14/52 Installing : xz-5.4.1-1.fc38.aarch64 15/52 Installing : xkeyboard-config-2.38-1.fc38.noarch 16/52 Installing : libxkbcommon-1.5.0-2.fc38.aarch64 17/52 Installing : qrencode-libs-4.1.1-4.fc38.aarch64 18/52 Running scriptlet: libutempter-1.2.1-8.fc38.aarch64 19/52 Installing : libutempter-1.2.1-8.fc38.aarch64 19/52 Installing : util-linux-2.38.1-4.fc38.aarch64 20/52 warning: /etc/adjtime created as /etc/adjtime.rpmnew Installing : policycoreutils-3.5-1.fc38.aarch64 21/52 Running scriptlet: policycoreutils-3.5-1.fc38.aarch64 21/52 Installing : selinux-policy-38.31-1.fc38.noarch 22/52 Running scriptlet: selinux-policy-38.31-1.fc38.noarch 22/52 Fedora 38 - x86_64 24 MB/s | 83 MB 00:03 Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 23/52 Installing : selinux-policy-targeted-38.31-1.fc38.noarch 23/52 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 make[2]: Leaving directory '/root/build-deb/cli' # Build buildx plugin cd /go/src/github.com/docker/buildx \ && mkdir -p /usr/libexec/docker/cli-plugins/ \ && GO111MODULE=on \ CGO_ENABLED=0 \ go build \ -mod=vendor \ -trimpath \ -ldflags "-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \ -o "/usr/libexec/docker/cli-plugins/docker-buildx" \ ./cmd/buildx + popd + exit 0 ~/rpmbuild/BUILD/src Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SQeqCY + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.x86_64 + cd src + pushd /root/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-compose ~/rpmbuild/BUILD/src + popd + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE + for f in LICENSE MAINTAINERS NOTICE README.md + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Xf2jNM + umask 022 + cd /root/rpmbuild/BUILD + cd src ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }' + ver=v2.24.2 + test v2.24.2 = v2.24.2 + echo 'PASS: docker-compose version OK' + exit 0 PASS: docker-compose version OK Processing files: docker-compose-plugin-2.24.2-0.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aM5I2A + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.24.2 + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.24.2 + 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.24.2-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.24.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BpZPip + umask 022 + cd /root/rpmbuild/BUILD + cd src + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.24.2 + export LICENSEDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.24.2 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.24.2 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.24.2 + exit 0 Provides: docker-compose-plugin = 0:2.24.2-0.el7 docker-compose-plugin(x86-64) = 0:2.24.2-0.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: 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) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.2.5)(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.24.2-0.el7.src.rpm Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.24.2-0.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.u1M268 + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.24.2-0.el7.x86_64 + exit 0 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 make[2]: Leaving directory '/root/build-deb/cli' # Build buildx plugin cd /go/src/github.com/docker/buildx \ && mkdir -p /usr/libexec/docker/cli-plugins/ \ && GO111MODULE=on \ CGO_ENABLED=0 \ go build \ -mod=vendor \ -trimpath \ -ldflags "-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \ -o "/usr/libexec/docker/cli-plugins/docker-buildx" \ ./cmd/buildx docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/rpm' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh + make IMAGE=centos:7 verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ centos:7 ./verify Unable to find image 'centos:7' locally 7: Pulling from library/centos Fedora 39 openh264 (From Cisco) - x86_64 2.5 kB/s | 2.5 kB 00:00 2d473b07cdd5: Already exists Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 Status: Downloaded newer image for centos:7 + verify + dpkg --version + rpm --version + verify_rpm ++ . /etc/os-release +++ NAME='CentOS Linux' +++ VERSION='7 (Core)' +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=7 +++ PRETTY_NAME='CentOS Linux 7 (Core)' +++ ANSI_COLOR='0;31' +++ CPE_NAME=cpe:/o:centos:centos:7 +++ HOME_URL=https://www.centos.org/ +++ BUG_REPORT_URL=https://bugs.centos.org/ +++ CENTOS_MANTISBT_PROJECT=CentOS-7 +++ CENTOS_MANTISBT_PROJECT_VERSION=7 +++ REDHAT_SUPPORT_PRODUCT=centos +++ REDHAT_SUPPORT_PRODUCT_VERSION=7 ++ echo centos + DIST_ID=centos ++ . /etc/os-release +++ NAME='CentOS Linux' +++ VERSION='7 (Core)' +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=7 +++ PRETTY_NAME='CentOS Linux 7 (Core)' +++ ANSI_COLOR='0;31' +++ CPE_NAME=cpe:/o:centos:centos:7 +++ HOME_URL=https://www.centos.org/ +++ BUG_REPORT_URL=https://bugs.centos.org/ +++ CENTOS_MANTISBT_PROJECT=CentOS-7 +++ CENTOS_MANTISBT_PROJECT_VERSION=7 +++ REDHAT_SUPPORT_PRODUCT=centos +++ REDHAT_SUPPORT_PRODUCT_VERSION=7 ++ echo 7 ++ cut -d. -f1 + DIST_VERSION=7 + pkg_manager=yum + pkg_config_manager=yum-config-manager + dnf --version ./verify: line 112: dnf: command not found + case ${DIST_ID}:${DIST_VERSION} in + install_rpm_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo' + dnf --version [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo install-containerd-helpers: line 27: dnf: command not found + yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo Loaded plugins: fastestmirror, ovl Fedora 39 - x86_64 - Updates 19 MB/s | 29 MB 00:01 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 make[2]: Leaving directory '/root/build-deb/cli' # Build buildx plugin cd /go/src/github.com/docker/buildx \ && mkdir -p /usr/libexec/docker/cli-plugins/ \ && GO111MODULE=on \ CGO_ENABLED=0 \ go build \ -mod=vendor \ -trimpath \ -ldflags "-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \ -o "/usr/libexec/docker/cli-plugins/docker-buildx" \ ./cmd/buildx Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 23/52 Running scriptlet: container-selinux-2:2.227.0-1.fc38.noarch 24/52 Installing : container-selinux-2:2.227.0-1.fc38.noarch 24/52 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 make[2]: Leaving directory '/root/build-deb/cli' # Build buildx plugin cd /go/src/github.com/docker/buildx \ && mkdir -p /usr/libexec/docker/cli-plugins/ \ && GO111MODULE=on \ CGO_ENABLED=0 \ go build \ -mod=vendor \ -trimpath \ -ldflags "-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \ -o "/usr/libexec/docker/cli-plugins/docker-buildx" \ ./cmd/buildx + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 make[2]: Leaving directory '/root/build-deb/cli' # Build buildx plugin cd /go/src/github.com/docker/buildx \ && mkdir -p /usr/libexec/docker/cli-plugins/ \ && GO111MODULE=on \ CGO_ENABLED=0 \ go build \ -mod=vendor \ -trimpath \ -ldflags "-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \ -o "/usr/libexec/docker/cli-plugins/docker-buildx" \ ./cmd/buildx adding repo from: https://download.docker.com/linux/centos/docker-ce.repo grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo repo saved to /etc/yum.repos.d/docker-ce.repo + yum-config-manager --disable 'docker-ce-*' Loaded plugins: fastestmirror, ovl =========================== repo: docker-ce-nightly ============================ [docker-ce-nightly] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = https://download.docker.com/linux/centos/7/x86_64/nightly cache = 0 cachedir = /var/cache/yum/x86_64/7/docker-ce-nightly check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/x86_64/7/docker-ce-nightly/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Nightly - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly pkgdir = /var/cache/yum/x86_64/7/docker-ce-nightly/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-nightly/7/x86_64 ui_repoid_vars = releasever, basearch username = ====================== repo: docker-ce-nightly-debuginfo ======================= [docker-ce-nightly-debuginfo] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = https://download.docker.com/linux/centos/7/debug-x86_64/nightly cache = 0 cachedir = /var/cache/yum/x86_64/7/docker-ce-nightly-debuginfo check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-debuginfo/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-debuginfo/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/x86_64/7/docker-ce-nightly-debuginfo/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Nightly - Debuginfo x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-debuginfo pkgdir = /var/cache/yum/x86_64/7/docker-ce-nightly-debuginfo/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-nightly-debuginfo/7/x86_64 ui_repoid_vars = releasever, basearch username = ======================== repo: docker-ce-nightly-source ======================== [docker-ce-nightly-source] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = https://download.docker.com/linux/centos/7/source/nightly cache = 0 cachedir = /var/cache/yum/x86_64/7/docker-ce-nightly-source check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-source/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-source/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/x86_64/7/docker-ce-nightly-source/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Nightly - Sources old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-source pkgdir = /var/cache/yum/x86_64/7/docker-ce-nightly-source/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-nightly-source/7 ui_repoid_vars = releasever, basearch username = ============================ repo: docker-ce-stable ============================ [docker-ce-stable] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = https://download.docker.com/linux/centos/7/x86_64/stable cache = 0 cachedir = /var/cache/yum/x86_64/7/docker-ce-stable check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = 0 enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-stable/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/x86_64/7/docker-ce-stable/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Stable - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable pkgdir = /var/cache/yum/x86_64/7/docker-ce-stable/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-stable/7/x86_64 ui_repoid_vars = releasever, basearch username = ======================= repo: docker-ce-stable-debuginfo ======================= [docker-ce-stable-debuginfo] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = https://download.docker.com/linux/centos/7/debug-x86_64/stable cache = 0 cachedir = /var/cache/yum/x86_64/7/docker-ce-stable-debuginfo check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-debuginfo/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-debuginfo/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/x86_64/7/docker-ce-stable-debuginfo/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Stable - Debuginfo x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-debuginfo pkgdir = /var/cache/yum/x86_64/7/docker-ce-stable-debuginfo/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-stable-debuginfo/7/x86_64 ui_repoid_vars = releasever, basearch username = ======================== repo: docker-ce-stable-source ========================= [docker-ce-stable-source] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = https://download.docker.com/linux/centos/7/source/stable cache = 0 cachedir = /var/cache/yum/x86_64/7/docker-ce-stable-source check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-source/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-source/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/x86_64/7/docker-ce-stable-source/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Stable - Sources old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-source pkgdir = /var/cache/yum/x86_64/7/docker-ce-stable-source/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-stable-source/7 ui_repoid_vars = releasever, basearch username = ============================= repo: docker-ce-test ============================= [docker-ce-test] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = https://download.docker.com/linux/centos/7/x86_64/test cache = 0 cachedir = /var/cache/yum/x86_64/7/docker-ce-test check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/x86_64/7/docker-ce-test/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Test - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test pkgdir = /var/cache/yum/x86_64/7/docker-ce-test/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-test/7/x86_64 ui_repoid_vars = releasever, basearch username = ======================== repo: docker-ce-test-debuginfo ======================== [docker-ce-test-debuginfo] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = https://download.docker.com/linux/centos/7/debug-x86_64/test cache = 0 cachedir = /var/cache/yum/x86_64/7/docker-ce-test-debuginfo check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test-debuginfo/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-debuginfo/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/x86_64/7/docker-ce-test-debuginfo/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Test - Debuginfo x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-debuginfo pkgdir = /var/cache/yum/x86_64/7/docker-ce-test-debuginfo/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-test-debuginfo/7/x86_64 ui_repoid_vars = releasever, basearch username = ========================= repo: docker-ce-test-source ========================== [docker-ce-test-source] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = https://download.docker.com/linux/centos/7/source/test cache = 0 cachedir = /var/cache/yum/x86_64/7/docker-ce-test-source check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = False enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test-source/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-source/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/x86_64/7/docker-ce-test-source/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Test - Sources old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-source pkgdir = /var/cache/yum/x86_64/7/docker-ce-test-source/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-test-source/7 ui_repoid_vars = releasever, basearch username = + yum-config-manager --enable docker-ce-test Loaded plugins: fastestmirror, ovl ============================= repo: docker-ce-test ============================= [docker-ce-test] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = https://download.docker.com/linux/centos/7/x86_64/test cache = 0 cachedir = /var/cache/yum/x86_64/7/docker-ce-test check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = 1 enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgdir gpgkey = https://download.docker.com/linux/centos/gpg hdrdir = /var/cache/yum/x86_64/7/docker-ce-test/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Docker CE Test - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test pkgdir = /var/cache/yum/x86_64/7/docker-ce-test/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = docker-ce-test/7/x86_64 ui_repoid_vars = releasever, basearch username = + yum makecache Loaded plugins: fastestmirror, ovl Determining fastest mirrors + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 make[2]: Leaving directory '/root/build-deb/cli' # Build buildx plugin cd /go/src/github.com/docker/buildx \ && mkdir -p /usr/libexec/docker/cli-plugins/ \ && GO111MODULE=on \ CGO_ENABLED=0 \ go build \ -mod=vendor \ -trimpath \ -ldflags "-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \ -o "/usr/libexec/docker/cli-plugins/docker-buildx" \ ./cmd/buildx Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: dnf-plugins-core noarch 4.4.4-1.fc39 updates 38 k Installing dependencies: dbus-libs x86_64 1:1.14.10-1.fc39 fedora 156 k fonts-filesystem noarch 1:2.0.5-12.fc39 fedora 8.2 k js-jquery noarch 3.6.4-2.fc39 fedora 172 k python3-dateutil noarch 1:2.8.2-10.fc39 fedora 355 k python3-dbus x86_64 1.3.2-4.fc39 fedora 157 k python3-distro noarch 1.8.0-6.fc39 fedora 49 k python3-dnf-plugins-core noarch 4.4.4-1.fc39 updates 317 k python3-six noarch 1.16.0-12.fc39 fedora 41 k python3-systemd x86_64 235-5.fc39 fedora 107 k web-assets-filesystem noarch 5-20.fc39 fedora 7.9 k Installing weak dependencies: python-systemd-doc x86_64 235-5.fc39 fedora 75 k Transaction Summary ================================================================================ Install 12 Packages Total download size: 1.4 M Installed size: 4.6 M Downloading Packages: (1/12): dbus-libs-1.14.10-1.fc39.x86_64.rpm 685 kB/s | 156 kB 00:00 (2/12): fonts-filesystem-2.0.5-12.fc39.noarch.r 35 kB/s | 8.2 kB 00:00 (3/12): python-systemd-doc-235-5.fc39.x86_64.rp 7.3 MB/s | 75 kB 00:00 (4/12): js-jquery-3.6.4-2.fc39.noarch.rpm 708 kB/s | 172 kB 00:00 (5/12): python3-dateutil-2.8.2-10.fc39.noarch.r 23 MB/s | 355 kB 00:00 (6/12): python3-dbus-1.3.2-4.fc39.x86_64.rpm 9.9 MB/s | 157 kB 00:00 (7/12): python3-distro-1.8.0-6.fc39.noarch.rpm 5.5 MB/s | 49 kB 00:00 (8/12): python3-six-1.16.0-12.fc39.noarch.rpm 3.2 MB/s | 41 kB 00:00 (9/12): python3-systemd-235-5.fc39.x86_64.rpm 8.9 MB/s | 107 kB 00:00 (10/12): web-assets-filesystem-5-20.fc39.noarch 1.1 MB/s | 7.9 kB 00:00 (11/12): dnf-plugins-core-4.4.4-1.fc39.noarch.r 3.1 MB/s | 38 kB 00:00 (12/12): python3-dnf-plugins-core-4.4.4-1.fc39. 22 MB/s | 317 kB 00:00 -------------------------------------------------------------------------------- Total 1.8 MB/s | 1.4 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python3-six-1.16.0-12.fc39.noarch 1/12 Installing : python3-dateutil-1:2.8.2-10.fc39.noarch 2/12 Installing : python3-distro-1.8.0-6.fc39.noarch 3/12 Installing : fonts-filesystem-1:2.0.5-12.fc39.noarch 4/12 Installing : web-assets-filesystem-5-20.fc39.noarch 5/12 Installing : js-jquery-3.6.4-2.fc39.noarch 6/12 Installing : python-systemd-doc-235-5.fc39.x86_64 7/12 Installing : python3-systemd-235-5.fc39.x86_64 8/12 Installing : dbus-libs-1:1.14.10-1.fc39.x86_64 9/12 Installing : python3-dbus-1.3.2-4.fc39.x86_64 10/12 Installing : python3-dnf-plugins-core-4.4.4-1.fc39.noarch 11/12 Installing : dnf-plugins-core-4.4.4-1.fc39.noarch 12/12 Running scriptlet: dnf-plugins-core-4.4.4-1.fc39.noarch 12/12 Verifying : dbus-libs-1:1.14.10-1.fc39.x86_64 1/12 Verifying : fonts-filesystem-1:2.0.5-12.fc39.noarch 2/12 Verifying : js-jquery-3.6.4-2.fc39.noarch 3/12 Verifying : python-systemd-doc-235-5.fc39.x86_64 4/12 Verifying : python3-dateutil-1:2.8.2-10.fc39.noarch 5/12 Verifying : python3-dbus-1.3.2-4.fc39.x86_64 6/12 Verifying : python3-distro-1.8.0-6.fc39.noarch 7/12 Verifying : python3-six-1.16.0-12.fc39.noarch 8/12 Verifying : python3-systemd-235-5.fc39.x86_64 9/12 Verifying : web-assets-filesystem-5-20.fc39.noarch 10/12 Verifying : dnf-plugins-core-4.4.4-1.fc39.noarch 11/12 Verifying : python3-dnf-plugins-core-4.4.4-1.fc39.noarch 12/12 Installed: dbus-libs-1:1.14.10-1.fc39.x86_64 dnf-plugins-core-4.4.4-1.fc39.noarch fonts-filesystem-1:2.0.5-12.fc39.noarch js-jquery-3.6.4-2.fc39.noarch python-systemd-doc-235-5.fc39.x86_64 python3-dateutil-1:2.8.2-10.fc39.noarch python3-dbus-1.3.2-4.fc39.x86_64 python3-distro-1.8.0-6.fc39.noarch python3-dnf-plugins-core-4.4.4-1.fc39.noarch python3-six-1.16.0-12.fc39.noarch python3-systemd-235-5.fc39.x86_64 web-assets-filesystem-5-20.fc39.noarch Complete! + case ${DIST_ID}:${DIST_VERSION} in + dnf install -y findutils Last metadata expiration check: 0:00:13 ago on Mon Jan 22 21:47:33 2024. Package findutils-1:4.9.0-5.fc39.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! + install_rpm_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo' + dnf --version [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo Fedora 38 openh264 (From Cisco) - x86_64 2.6 kB/s | 2.5 kB 00:00 4.18.1 Installed: dnf-0:4.18.1-2.fc39.noarch at Sun Nov 26 07:48:29 2023 Built : Fedora Project at Wed Nov 15 15:14:30 2023 Installed: rpm-0:4.19.0-1.fc39.x86_64 at Sun Nov 26 07:48:29 2023 Built : Fedora Project at Tue Sep 19 13:02:12 2023 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo Fedora Modular 38 - x86_64 3.1 MB/s | 2.8 MB 00:00 + dnf config-manager --set-disabled 'docker-ce-*' Running scriptlet: container-selinux-2:2.227.0-1.fc38.noarch 24/52 Installing : libslirp-4.7.0-3.fc38.aarch64 25/52 Installing : slirp4netns-1.2.2-1.fc38.aarch64 26/52 Installing : libnl3-3.7.0-3.fc38.aarch64 27/52 Installing : libibverbs-44.0-3.fc38.aarch64 28/52 Installing : libpcap-14:1.10.4-1.fc38.aarch64 29/52 Installing : iptables-legacy-libs-1.8.9-4.fc38.1.aarch64 30/52 Installing : libnfnetlink-1.0.1-23.fc38.aarch64 31/52 Installing : libmnl-1.0.5-2.fc38.aarch64 32/52 Installing : libnetfilter_conntrack-1.0.9-1.fc38.aarch64 33/52 Installing : iptables-libs-1.8.9-4.fc38.1.aarch64 34/52 Installing : iptables-legacy-1.8.9-4.fc38.1.aarch64 35/52 Running scriptlet: iptables-legacy-1.8.9-4.fc38.1.aarch64 35/52 Installing : libargon2-20190702-2.fc38.aarch64 36/52 Installing : kmod-libs-30-4.fc38.aarch64 37/52 Installing : device-mapper-libs-1.02.189-2.fc38.aarch64 38/52 Installing : cryptsetup-libs-2.6.1-1.fc38.aarch64 39/52 Installing : device-mapper-1.02.189-2.fc38.aarch64 40/52 Installing : systemd-networkd-253.14-1.fc38.aarch64 41/52 Running scriptlet: systemd-networkd-253.14-1.fc38.aarch64 41/52 Installing : systemd-pam-253.14-1.fc38.aarch64 42/52 Installing : systemd-resolved-253.14-1.fc38.aarch64 43/52 Running scriptlet: systemd-resolved-253.14-1.fc38.aarch64 43/52 Installing : systemd-253.14-1.fc38.aarch64 44/52 Running scriptlet: systemd-253.14-1.fc38.aarch64 44/52 Creating group 'input' with GID 104. Creating group 'kvm' with GID 36. Creating group 'render' with GID 105. Creating group 'sgx' with GID 106. Creating group 'systemd-journal' with GID 190. Creating group 'systemd-network' with GID 192. Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192. Creating group 'systemd-oom' with GID 998. Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998. Creating group 'systemd-resolve' with GID 193. Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193. Installing : containerd.io-1.6.27-3.1.fc38.aarch64 45/52 Running scriptlet: containerd.io-1.6.27-3.1.fc38.aarch64 45/52 Installing : libcgroup-3.0-2.fc38.aarch64 46/52 Installing : kmod-30-4.fc38.aarch64 47/52 Installing : fuse-overlayfs-1.12-1.fc38.aarch64 48/52 Running scriptlet: fuse-overlayfs-1.12-1.fc38.aarch64 48/52 Installing : docker-ce-rootless-extras-0.0.0~20240120124445.f18 49/52 Running scriptlet: docker-ce-rootless-extras-0.0.0~20240120124445.f18 49/52 Installing : docker-ce-3:0.0.0~20240120124445.f18a476-0.fc38.aa 50/52 Running scriptlet: docker-ce-3:0.0.0~20240120124445.f18a476-0.fc38.aa 50/52 Installing : rpm-plugin-selinux-4.18.2-1.fc38.aarch64 51/52 Cleanup : systemd-libs-253.12-1.fc38.aarch64 52/52 Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 52/52 Running scriptlet: container-selinux-2:2.227.0-1.fc38.noarch 52/52 Running scriptlet: systemd-resolved-253.14-1.fc38.aarch64 52/52 + dnf config-manager --set-enabled docker-ce-test + dnf makecache * base: download.cf.centos.org * extras: download.cf.centos.org * updates: download.cf.centos.org Running scriptlet: systemd-libs-253.12-1.fc38.aarch64 52/52 Verifying : containerd.io-1.6.27-3.1.fc38.aarch64 1/52 Verifying : cryptsetup-libs-2.6.1-1.fc38.aarch64 2/52 Verifying : dbus-broker-33-1.fc38.aarch64 3/52 Verifying : device-mapper-1.02.189-2.fc38.aarch64 4/52 Verifying : device-mapper-libs-1.02.189-2.fc38.aarch64 5/52 Verifying : kmod-30-4.fc38.aarch64 6/52 Verifying : kmod-libs-30-4.fc38.aarch64 7/52 Verifying : libargon2-20190702-2.fc38.aarch64 8/52 Verifying : libcgroup-3.0-2.fc38.aarch64 9/52 Verifying : libfdisk-2.38.1-4.fc38.aarch64 10/52 Verifying : libibverbs-44.0-3.fc38.aarch64 11/52 Verifying : libmnl-1.0.5-2.fc38.aarch64 12/52 Verifying : libnfnetlink-1.0.1-23.fc38.aarch64 13/52 Verifying : libnl3-3.7.0-3.fc38.aarch64 14/52 Verifying : libseccomp-2.5.3-4.fc38.aarch64 15/52 Verifying : libselinux-utils-3.5-1.fc38.aarch64 16/52 Verifying : libslirp-4.7.0-3.fc38.aarch64 17/52 Verifying : libutempter-1.2.1-8.fc38.aarch64 18/52 Verifying : libxkbcommon-1.5.0-2.fc38.aarch64 19/52 Verifying : policycoreutils-3.5-1.fc38.aarch64 20/52 Verifying : qrencode-libs-4.1.1-4.fc38.aarch64 21/52 Verifying : util-linux-2.38.1-4.fc38.aarch64 22/52 Verifying : xkeyboard-config-2.38-1.fc38.noarch 23/52 Verifying : xz-5.4.1-1.fc38.aarch64 24/52 Verifying : container-selinux-2:2.227.0-1.fc38.noarch 25/52 Verifying : dbus-1:1.14.10-1.fc38.aarch64 26/52 Verifying : dbus-common-1:1.14.10-1.fc38.noarch 27/52 Verifying : diffutils-3.10-1.fc38.aarch64 28/52 Verifying : fuse-common-3.14.1-1.fc38.aarch64 29/52 Verifying : fuse-overlayfs-1.12-1.fc38.aarch64 30/52 Verifying : fuse3-3.14.1-1.fc38.aarch64 31/52 Verifying : fuse3-libs-3.14.1-1.fc38.aarch64 32/52 Verifying : iptables-legacy-1.8.9-4.fc38.1.aarch64 33/52 Verifying : iptables-legacy-libs-1.8.9-4.fc38.1.aarch64 34/52 Verifying : iptables-libs-1.8.9-4.fc38.1.aarch64 35/52 Verifying : libnetfilter_conntrack-1.0.9-1.fc38.aarch64 36/52 Verifying : libpcap-14:1.10.4-1.fc38.aarch64 37/52 Verifying : rpm-plugin-selinux-4.18.2-1.fc38.aarch64 38/52 Verifying : selinux-policy-38.31-1.fc38.noarch 39/52 Verifying : selinux-policy-targeted-38.31-1.fc38.noarch 40/52 Verifying : slirp4netns-1.2.2-1.fc38.aarch64 41/52 Verifying : systemd-253.14-1.fc38.aarch64 42/52 Verifying : systemd-networkd-253.14-1.fc38.aarch64 43/52 Verifying : systemd-pam-253.14-1.fc38.aarch64 44/52 Verifying : systemd-resolved-253.14-1.fc38.aarch64 45/52 Verifying : docker-compose-plugin-2.24.2-0.fc38.aarch64 46/52 Verifying : docker-ce-3:0.0.0~20240120124445.f18a476-0.fc38.aa 47/52 Verifying : docker-buildx-plugin-0.12.1-0.fc38.aarch64 48/52 Verifying : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc3 49/52 Verifying : docker-ce-rootless-extras-0.0.0~20240120124445.f18 50/52 Verifying : systemd-libs-253.14-1.fc38.aarch64 51/52 Verifying : systemd-libs-253.12-1.fc38.aarch64 52/52 Upgraded: systemd-libs-253.14-1.fc38.aarch64 Installed: container-selinux-2:2.227.0-1.fc38.noarch containerd.io-1.6.27-3.1.fc38.aarch64 cryptsetup-libs-2.6.1-1.fc38.aarch64 dbus-1:1.14.10-1.fc38.aarch64 dbus-broker-33-1.fc38.aarch64 dbus-common-1:1.14.10-1.fc38.noarch device-mapper-1.02.189-2.fc38.aarch64 device-mapper-libs-1.02.189-2.fc38.aarch64 diffutils-3.10-1.fc38.aarch64 docker-buildx-plugin-0.12.1-0.fc38.aarch64 docker-ce-3:0.0.0~20240120124445.f18a476-0.fc38.aarch64 docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc38.aarch64 docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.aarch64 docker-compose-plugin-2.24.2-0.fc38.aarch64 fuse-common-3.14.1-1.fc38.aarch64 fuse-overlayfs-1.12-1.fc38.aarch64 fuse3-3.14.1-1.fc38.aarch64 fuse3-libs-3.14.1-1.fc38.aarch64 iptables-legacy-1.8.9-4.fc38.1.aarch64 iptables-legacy-libs-1.8.9-4.fc38.1.aarch64 iptables-libs-1.8.9-4.fc38.1.aarch64 kmod-30-4.fc38.aarch64 kmod-libs-30-4.fc38.aarch64 libargon2-20190702-2.fc38.aarch64 libcgroup-3.0-2.fc38.aarch64 libfdisk-2.38.1-4.fc38.aarch64 libibverbs-44.0-3.fc38.aarch64 libmnl-1.0.5-2.fc38.aarch64 libnetfilter_conntrack-1.0.9-1.fc38.aarch64 libnfnetlink-1.0.1-23.fc38.aarch64 libnl3-3.7.0-3.fc38.aarch64 libpcap-14:1.10.4-1.fc38.aarch64 libseccomp-2.5.3-4.fc38.aarch64 libselinux-utils-3.5-1.fc38.aarch64 libslirp-4.7.0-3.fc38.aarch64 libutempter-1.2.1-8.fc38.aarch64 libxkbcommon-1.5.0-2.fc38.aarch64 policycoreutils-3.5-1.fc38.aarch64 qrencode-libs-4.1.1-4.fc38.aarch64 rpm-plugin-selinux-4.18.2-1.fc38.aarch64 selinux-policy-38.31-1.fc38.noarch selinux-policy-targeted-38.31-1.fc38.noarch slirp4netns-1.2.2-1.fc38.aarch64 systemd-253.14-1.fc38.aarch64 systemd-networkd-253.14-1.fc38.aarch64 systemd-pam-253.14-1.fc38.aarch64 systemd-resolved-253.14-1.fc38.aarch64 util-linux-2.38.1-4.fc38.aarch64 xkeyboard-config-2.38-1.fc38.noarch xz-5.4.1-1.fc38.aarch64 Complete! + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.3 Docker CE Test - x86_64 27 kB/s | 12 kB 00:00 Fedora 39 - x86_64 77 kB/s | 24 kB 00:00 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Fedora 39 openh264 (From Cisco) - x86_64 3.1 kB/s | 989 B 00:00 Fedora 38 - x86_64 - Updates 21 MB/s | 37 MB 00:01 Fedora 39 - x86_64 - Updates 97 kB/s | 23 kB 00:00 Metadata cache created. + echo '[DEBUG] Installing engine rpms' [DEBUG] Installing engine rpms ++ find rpm/rpmbuild/fedora-39/RPMS/ -type f -name '*.rpm' ++ sed /src/d + packages='rpm/rpmbuild/fedora-39/RPMS/x86_64/docker-compose-plugin-2.24.2-0.fc39.x86_64.rpm rpm/rpmbuild/fedora-39/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64.rpm rpm/rpmbuild/fedora-39/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64.rpm rpm/rpmbuild/fedora-39/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.fc39.x86_64.rpm rpm/rpmbuild/fedora-39/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64.rpm' + set -x ++ source /etc/os-release +++ NAME='Fedora Linux' +++ VERSION='39 (Container Image)' +++ ID=fedora +++ VERSION_ID=39 +++ VERSION_CODENAME= +++ PLATFORM_ID=platform:f39 +++ PRETTY_NAME='Fedora Linux 39 (Container Image)' +++ ANSI_COLOR='0;38;2;60;110;180' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:fedoraproject:fedora:39 +++ DEFAULT_HOSTNAME=fedora +++ HOME_URL=https://fedoraproject.org/ +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f39/system-administrators-guide/ +++ SUPPORT_URL=https://ask.fedoraproject.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_BUGZILLA_PRODUCT=Fedora +++ REDHAT_BUGZILLA_PRODUCT_VERSION=39 +++ REDHAT_SUPPORT_PRODUCT=Fedora +++ REDHAT_SUPPORT_PRODUCT_VERSION=39 +++ SUPPORT_END=2024-05-14 +++ VARIANT='Container Image' +++ VARIANT_ID=container ++ echo 39 + product_version=39 + '[' 39 = rawhide ']' + dnf install -y rpm/rpmbuild/fedora-39/RPMS/x86_64/docker-compose-plugin-2.24.2-0.fc39.x86_64.rpm rpm/rpmbuild/fedora-39/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.fc39.x86_64.rpm rpm/rpmbuild/fedora-39/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc39.x86_64.rpm rpm/rpmbuild/fedora-39/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.fc39.x86_64.rpm rpm/rpmbuild/fedora-39/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64.rpm Last metadata expiration check: 0:00:02 ago on Mon Jan 22 21:47:50 2024. Dependencies resolved. ================================================================================================ Package Arch Version Repository Size ================================================================================================ Installing: docker-buildx-plugin x86_64 0.12.1-0.fc39 @commandline 13 M docker-ce x86_64 3:0.0.0~20240120124445.f18a476-0.fc39 @commandline 26 M docker-ce-cli x86_64 1:0.0.0~20240120124445.f18a476-0.fc39 @commandline 7.3 M docker-ce-rootless-extras x86_64 0.0.0~20240120124445.f18a476-0.fc39 @commandline 4.0 M docker-compose-plugin x86_64 2.24.2-0.fc39 @commandline 13 M Installing dependencies: container-selinux noarch 2:2.227.0-1.fc39 updates 55 k containerd.io x86_64 1.6.27-3.1.fc39 docker-ce-test 34 M dbus x86_64 1:1.14.10-1.fc39 fedora 8.1 k dbus-broker x86_64 35-2.fc39 updates 176 k dbus-common noarch 1:1.14.10-1.fc39 fedora 15 k device-mapper x86_64 1.02.196-1.fc39 fedora 138 k device-mapper-libs x86_64 1.02.196-1.fc39 fedora 175 k diffutils x86_64 3.10-3.fc39 fedora 398 k fuse-common x86_64 3.16.1-1.fc39 fedora 8.3 k fuse-overlayfs x86_64 1.12-2.fc39 fedora 67 k fuse3 x86_64 3.16.1-1.fc39 fedora 57 k fuse3-libs x86_64 3.16.1-1.fc39 fedora 94 k iptables-legacy x86_64 1.8.9-5.fc39 fedora 52 k iptables-legacy-libs x86_64 1.8.9-5.fc39 fedora 38 k iptables-libs x86_64 1.8.9-5.fc39 fedora 414 k kmod x86_64 30-6.fc39 fedora 120 k kmod-libs x86_64 30-6.fc39 fedora 67 k libargon2 x86_64 20190702-3.fc39 fedora 28 k libcgroup x86_64 3.0-3.fc39 fedora 74 k libfdisk x86_64 2.39.2-1.fc39 fedora 162 k libibverbs x86_64 46.0-4.fc39 fedora 431 k libmnl x86_64 1.0.5-3.fc39 fedora 28 k libnetfilter_conntrack x86_64 1.0.9-2.fc39 fedora 59 k libnfnetlink x86_64 1.0.1-24.fc39 fedora 29 k libnl3 x86_64 3.9.0-1.fc39 updates 350 k libpcap x86_64 14:1.10.4-2.fc39 fedora 175 k libseccomp x86_64 2.5.3-6.fc39 fedora 71 k libselinux-utils x86_64 3.5-5.fc39 fedora 163 k libslirp x86_64 4.7.0-4.fc39 fedora 75 k libutempter x86_64 1.2.1-10.fc39 fedora 26 k policycoreutils x86_64 3.5-8.fc39 updates 243 k rpm-plugin-selinux x86_64 4.19.0-1.fc39 fedora 20 k selinux-policy noarch 39.3-1.fc39 updates 56 k selinux-policy-targeted noarch 39.3-1.fc39 updates 6.7 M slirp4netns x86_64 1.2.2-1.fc39 updates 47 k systemd x86_64 254.5-2.fc39 fedora 4.7 M systemd-pam x86_64 254.5-2.fc39 fedora 363 k util-linux x86_64 2.39.2-1.fc39 fedora 1.2 M xkeyboard-config noarch 2.40-1.fc39 updates 971 k xz x86_64 5.4.4-1.fc39 fedora 556 k Installing weak dependencies: cryptsetup-libs x86_64 2.6.1-3.fc39 fedora 491 k libbpf x86_64 2:1.1.0-4.fc39 fedora 165 k libxkbcommon x86_64 1.6.0-1.fc39 updates 142 k qrencode-libs x86_64 4.1.1-5.fc39 fedora 61 k systemd-networkd x86_64 254.5-2.fc39 fedora 649 k systemd-resolved x86_64 254.5-2.fc39 fedora 295 k Transaction Summary ================================================================================================ Install 51 Packages Total size: 116 M Total download size: 54 M Installed size: 437 M Downloading Packages: (1/46): dbus-1.14.10-1.fc39.x86_64.rpm 36 kB/s | 8.1 kB 00:00 (2/46): cryptsetup-libs-2.6.1-3.fc39.x86_64.rpm 2.1 MB/s | 491 kB 00:00 (3/46): dbus-common-1.14.10-1.fc39.noarch.rpm 1.3 MB/s | 15 kB 00:00 (4/46): device-mapper-1.02.196-1.fc39.x86_64.rp 18 MB/s | 138 kB 00:00 (5/46): device-mapper-libs-1.02.196-1.fc39.x86_ 18 MB/s | 175 kB 00:00 (6/46): diffutils-3.10-3.fc39.x86_64.rpm 28 MB/s | 398 kB 00:00 (7/46): fuse-common-3.16.1-1.fc39.x86_64.rpm 704 kB/s | 8.3 kB 00:00 (8/46): fuse-overlayfs-1.12-2.fc39.x86_64.rpm 6.6 MB/s | 67 kB 00:00 (9/46): fuse3-3.16.1-1.fc39.x86_64.rpm 5.3 MB/s | 57 kB 00:00 (10/46): fuse3-libs-3.16.1-1.fc39.x86_64.rpm 7.5 MB/s | 94 kB 00:00 (11/46): iptables-legacy-1.8.9-5.fc39.x86_64.rp 3.9 MB/s | 52 kB 00:00 (12/46): iptables-legacy-libs-1.8.9-5.fc39.x86_ 2.9 MB/s | 38 kB 00:00 (13/46): iptables-libs-1.8.9-5.fc39.x86_64.rpm 33 MB/s | 414 kB 00:00 (14/46): kmod-30-6.fc39.x86_64.rpm 6.6 MB/s | 120 kB 00:00 (15/46): kmod-libs-30-6.fc39.x86_64.rpm 5.9 MB/s | 67 kB 00:00 (16/46): libargon2-20190702-3.fc39.x86_64.rpm 1.1 MB/s | 28 kB 00:00 (17/46): libbpf-1.1.0-4.fc39.x86_64.rpm 7.1 MB/s | 165 kB 00:00 (18/46): libcgroup-3.0-3.fc39.x86_64.rpm 5.5 MB/s | 74 kB 00:00 (19/46): libfdisk-2.39.2-1.fc39.x86_64.rpm 12 MB/s | 162 kB 00:00 (20/46): libibverbs-46.0-4.fc39.x86_64.rpm 25 MB/s | 431 kB 00:00 (21/46): libmnl-1.0.5-3.fc39.x86_64.rpm 2.7 MB/s | 28 kB 00:00 (22/46): libnetfilter_conntrack-1.0.9-2.fc39.x8 8.3 MB/s | 59 kB 00:00 (23/46): libnfnetlink-1.0.1-24.fc39.x86_64.rpm 3.0 MB/s | 29 kB 00:00 (24/46): containerd.io-1.6.27-3.1.fc39.x86_64.r 58 MB/s | 34 MB 00:00 (25/46): libpcap-1.10.4-2.fc39.x86_64.rpm 939 kB/s | 175 kB 00:00 (26/46): libseccomp-2.5.3-6.fc39.x86_64.rpm 380 kB/s | 71 kB 00:00 (27/46): libselinux-utils-3.5-5.fc39.x86_64.rpm 17 MB/s | 163 kB 00:00 (28/46): libslirp-4.7.0-4.fc39.x86_64.rpm 5.0 MB/s | 75 kB 00:00 (29/46): libutempter-1.2.1-10.fc39.x86_64.rpm 1.9 MB/s | 26 kB 00:00 (30/46): rpm-plugin-selinux-4.19.0-1.fc39.x86_6 1.7 MB/s | 20 kB 00:00 (31/46): qrencode-libs-4.1.1-5.fc39.x86_64.rpm 2.5 MB/s | 61 kB 00:00 (32/46): systemd-networkd-254.5-2.fc39.x86_64.r 48 MB/s | 649 kB 00:00 (33/46): systemd-254.5-2.fc39.x86_64.rpm 77 MB/s | 4.7 MB 00:00 (34/46): systemd-pam-254.5-2.fc39.x86_64.rpm 8.4 MB/s | 363 kB 00:00 (35/46): systemd-resolved-254.5-2.fc39.x86_64.r 6.7 MB/s | 295 kB 00:00 (36/46): util-linux-2.39.2-1.fc39.x86_64.rpm 48 MB/s | 1.2 MB 00:00 (37/46): xz-5.4.4-1.fc39.x86_64.rpm 18 MB/s | 556 kB 00:00 (38/46): container-selinux-2.227.0-1.fc39.noarc 2.5 MB/s | 55 kB 00:00 (39/46): dbus-broker-35-2.fc39.x86_64.rpm 19 MB/s | 176 kB 00:00 (40/46): libnl3-3.9.0-1.fc39.x86_64.rpm 22 MB/s | 350 kB 00:00 (41/46): libxkbcommon-1.6.0-1.fc39.x86_64.rpm 8.5 MB/s | 142 kB 00:00 (42/46): policycoreutils-3.5-8.fc39.x86_64.rpm 21 MB/s | 243 kB 00:00 (43/46): selinux-policy-39.3-1.fc39.noarch.rpm 3.5 MB/s | 56 kB 00:00 (44/46): slirp4netns-1.2.2-1.fc39.x86_64.rpm 1.7 MB/s | 47 kB 00:00 (45/46): selinux-policy-targeted-39.3-1.fc39.no 81 MB/s | 6.7 MB 00:00 (46/46): xkeyboard-config-2.40-1.fc39.noarch.rp 12 MB/s | 971 kB 00:00 -------------------------------------------------------------------------------- Total 30 MB/s | 54 MB 00:01 Docker CE Test - x86_64 7.2 kB/s | 1.6 kB 00:00 Importing GPG key 0x621E9F35: Userid : "Docker Release (CE rpm) " Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35 From : https://download.docker.com/linux/fedora/gpg Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 1/1 Preparing : 1/1 Installing : libseccomp-2.5.3-6.fc39.x86_64 1/51 Installing : libselinux-utils-3.5-5.fc39.x86_64 2/51 Installing : libfdisk-2.39.2-1.fc39.x86_64 3/51 Installing : fuse3-libs-3.16.1-1.fc39.x86_64 4/51 Installing : diffutils-3.10-3.fc39.x86_64 5/51 Installing : docker-buildx-plugin-0.12.1-0.fc39.x86_64 6/51 Running scriptlet: docker-buildx-plugin-0.12.1-0.fc39.x86_64 6/51 Installing : docker-compose-plugin-2.24.2-0.fc39.x86_64 7/51 Running scriptlet: docker-compose-plugin-2.24.2-0.fc39.x86_64 7/51 Installing : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc3 8/51 Running scriptlet: docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc3 8/51 Installing : xkeyboard-config-2.40-1.fc39.noarch 9/51 Installing : libxkbcommon-1.6.0-1.fc39.x86_64 10/51 Installing : libnl3-3.9.0-1.fc39.x86_64 11/51 Installing : libibverbs-46.0-4.fc39.x86_64 12/51 Installing : libpcap-14:1.10.4-2.fc39.x86_64 13/51 Installing : iptables-legacy-libs-1.8.9-5.fc39.x86_64 14/51 Installing : xz-5.4.4-1.fc39.x86_64 15/51 Installing : qrencode-libs-4.1.1-5.fc39.x86_64 16/51 Installing : libslirp-4.7.0-4.fc39.x86_64 17/51 Installing : slirp4netns-1.2.2-1.fc39.x86_64 18/51 Installing : libnfnetlink-1.0.1-24.fc39.x86_64 19/51 Installing : libmnl-1.0.5-3.fc39.x86_64 20/51 Installing : libnetfilter_conntrack-1.0.9-2.fc39.x86_64 21/51 Installing : iptables-libs-1.8.9-5.fc39.x86_64 22/51 Installing : iptables-legacy-1.8.9-5.fc39.x86_64 23/51 Running scriptlet: iptables-legacy-1.8.9-5.fc39.x86_64 23/51 Installing : libbpf-2:1.1.0-4.fc39.x86_64 24/51 Installing : libargon2-20190702-3.fc39.x86_64 25/51 Installing : kmod-libs-30-6.fc39.x86_64 26/51 Installing : kmod-30-6.fc39.x86_64 27/51 Installing : fuse-common-3.16.1-1.fc39.x86_64 28/51 Installing : fuse3-3.16.1-1.fc39.x86_64 29/51 Installing : fuse-overlayfs-1.12-2.fc39.x86_64 30/51 Running scriptlet: fuse-overlayfs-1.12-2.fc39.x86_64 30/51 Installing : dbus-common-1:1.14.10-1.fc39.noarch 31/51 Running scriptlet: dbus-common-1:1.14.10-1.fc39.noarch 31/51 Running scriptlet: dbus-broker-35-2.fc39.x86_64 32/51 Installing : dbus-broker-35-2.fc39.x86_64 32/51 Running scriptlet: dbus-broker-35-2.fc39.x86_64 32/51 Installing : dbus-1:1.14.10-1.fc39.x86_64 33/51 Installing : device-mapper-libs-1.02.196-1.fc39.x86_64 34/51 Installing : cryptsetup-libs-2.6.1-3.fc39.x86_64 35/51 Installing : device-mapper-1.02.196-1.fc39.x86_64 36/51 Running scriptlet: libutempter-1.2.1-10.fc39.x86_64 37/51 Installing : libutempter-1.2.1-10.fc39.x86_64 37/51 Installing : systemd-networkd-254.5-2.fc39.x86_64 38/51 Running scriptlet: systemd-networkd-254.5-2.fc39.x86_64 38/51 Installing : systemd-pam-254.5-2.fc39.x86_64 39/51 Installing : systemd-resolved-254.5-2.fc39.x86_64 40/51 Running scriptlet: systemd-resolved-254.5-2.fc39.x86_64 40/51 Installing : util-linux-2.39.2-1.fc39.x86_64 41/51 warning: /etc/adjtime created as /etc/adjtime.rpmnew Installing : systemd-254.5-2.fc39.x86_64 42/51 Fedora Modular 38 - x86_64 - Updates 2.4 MB/s | 2.1 MB 00:00 Running scriptlet: systemd-254.5-2.fc39.x86_64 42/51 Creating group 'input' with GID 104. Creating group 'kvm' with GID 36. Creating group 'render' with GID 105. Creating group 'sgx' with GID 106. Creating group 'systemd-journal' with GID 190. Creating group 'systemd-network' with GID 192. Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192. Creating group 'systemd-oom' with GID 998. Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998. Creating group 'systemd-resolve' with GID 193. Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193. Installing : policycoreutils-3.5-8.fc39.x86_64 43/51 Running scriptlet: policycoreutils-3.5-8.fc39.x86_64 43/51 Created symlink /etc/systemd/system/sysinit.target.wants/selinux-autorelabel-mark.service → /usr/lib/systemd/system/selinux-autorelabel-mark.service. Installing : selinux-policy-39.3-1.fc39.noarch 44/51 Running scriptlet: selinux-policy-39.3-1.fc39.noarch 44/51 Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 45/51 Installing : selinux-policy-targeted-39.3-1.fc39.noarch 45/51 Last metadata expiration check: 0:00:01 ago on Mon Jan 22 21:48:00 2024. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: dnf-plugins-core noarch 4.4.4-1.fc38 updates 37 k Installing dependencies: dbus-libs x86_64 1:1.14.10-1.fc38 updates 156 k fonts-filesystem noarch 1:2.0.5-11.fc38 fedora 8.1 k js-jquery noarch 3.6.3-2.fc38 fedora 173 k python3-dateutil noarch 1:2.8.2-5.fc38 fedora 360 k python3-dbus x86_64 1.3.2-2.fc38 fedora 157 k python3-distro noarch 1.8.0-2.fc38 fedora 49 k python3-dnf-plugins-core noarch 4.4.4-1.fc38 updates 322 k python3-six noarch 1.16.0-9.fc38 fedora 42 k python3-systemd x86_64 235-2.fc38 fedora 108 k web-assets-filesystem noarch 5-19.fc38 fedora 7.9 k Installing weak dependencies: python-systemd-doc x86_64 235-2.fc38 fedora 171 k Transaction Summary ================================================================================ Install 12 Packages Total download size: 1.6 M Installed size: 5.1 M Downloading Packages: (1/12): fonts-filesystem-2.0.5-11.fc38.noarch.r 34 kB/s | 8.1 kB 00:00 (2/12): js-jquery-3.6.3-2.fc38.noarch.rpm 632 kB/s | 173 kB 00:00 (3/12): python-systemd-doc-235-2.fc38.x86_64.rp 616 kB/s | 171 kB 00:00 (4/12): python3-dateutil-2.8.2-5.fc38.noarch.rp 4.3 MB/s | 360 kB 00:00 (5/12): python3-dbus-1.3.2-2.fc38.x86_64.rpm 1.9 MB/s | 157 kB 00:00 (6/12): python3-distro-1.8.0-2.fc38.noarch.rpm 630 kB/s | 49 kB 00:00 (7/12): python3-six-1.16.0-9.fc38.noarch.rpm 6.2 MB/s | 42 kB 00:00 (8/12): python3-systemd-235-2.fc38.x86_64.rpm 10 MB/s | 108 kB 00:00 (9/12): web-assets-filesystem-5-19.fc38.noarch. 867 kB/s | 7.9 kB 00:00 (10/12): dbus-libs-1.14.10-1.fc38.x86_64.rpm 16 MB/s | 156 kB 00:00 (11/12): dnf-plugins-core-4.4.4-1.fc38.noarch.r 5.9 MB/s | 37 kB 00:00 (12/12): python3-dnf-plugins-core-4.4.4-1.fc38. 6.4 MB/s | 322 kB 00:00 -------------------------------------------------------------------------------- Total 1.5 MB/s | 1.6 MB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : dbus-libs-1:1.14.10-1.fc38.x86_64 1/12 Installing : python3-dbus-1.3.2-2.fc38.x86_64 2/12 Installing : python3-six-1.16.0-9.fc38.noarch 3/12 Installing : python3-dateutil-1:2.8.2-5.fc38.noarch 4/12 Installing : python3-distro-1.8.0-2.fc38.noarch 5/12 Installing : fonts-filesystem-1:2.0.5-11.fc38.noarch 6/12 Installing : web-assets-filesystem-5-19.fc38.noarch 7/12 Installing : js-jquery-3.6.3-2.fc38.noarch 8/12 Installing : python-systemd-doc-235-2.fc38.x86_64 9/12 Installing : python3-systemd-235-2.fc38.x86_64 10/12 Installing : python3-dnf-plugins-core-4.4.4-1.fc38.noarch 11/12 Installing : dnf-plugins-core-4.4.4-1.fc38.noarch 12/12 Running scriptlet: dnf-plugins-core-4.4.4-1.fc38.noarch 12/12 Verifying : fonts-filesystem-1:2.0.5-11.fc38.noarch 1/12 Verifying : js-jquery-3.6.3-2.fc38.noarch 2/12 Verifying : python-systemd-doc-235-2.fc38.x86_64 3/12 Verifying : python3-dateutil-1:2.8.2-5.fc38.noarch 4/12 Verifying : python3-dbus-1.3.2-2.fc38.x86_64 5/12 Verifying : python3-distro-1.8.0-2.fc38.noarch 6/12 Verifying : python3-six-1.16.0-9.fc38.noarch 7/12 Verifying : python3-systemd-235-2.fc38.x86_64 8/12 Verifying : web-assets-filesystem-5-19.fc38.noarch 9/12 Verifying : dbus-libs-1:1.14.10-1.fc38.x86_64 10/12 Verifying : dnf-plugins-core-4.4.4-1.fc38.noarch 11/12 Verifying : python3-dnf-plugins-core-4.4.4-1.fc38.noarch 12/12 Installed: dbus-libs-1:1.14.10-1.fc38.x86_64 dnf-plugins-core-4.4.4-1.fc38.noarch fonts-filesystem-1:2.0.5-11.fc38.noarch js-jquery-3.6.3-2.fc38.noarch python-systemd-doc-235-2.fc38.x86_64 python3-dateutil-1:2.8.2-5.fc38.noarch python3-dbus-1.3.2-2.fc38.x86_64 python3-distro-1.8.0-2.fc38.noarch python3-dnf-plugins-core-4.4.4-1.fc38.noarch python3-six-1.16.0-9.fc38.noarch python3-systemd-235-2.fc38.x86_64 web-assets-filesystem-5-19.fc38.noarch Complete! + case ${DIST_ID}:${DIST_VERSION} in + dnf install -y findutils + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2 ++ pwd + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1 Project root: . Generating man pages into /go/src/github.com/docker/cli/man/man1 INFO: man/src/attach.md found WARN: man/src/build.md does not exist, skipping WARN: man/src/builder/build.md does not exist, skipping WARN: man/src/builder/prune.md does not exist, skipping WARN: man/src/builder.md does not exist, skipping WARN: man/src/checkpoint/create.md does not exist, skipping WARN: man/src/checkpoint/ls.md does not exist, skipping WARN: man/src/checkpoint/rm.md does not exist, skipping WARN: man/src/checkpoint.md does not exist, skipping INFO: man/src/commit.md found WARN: man/src/config/create.md does not exist, skipping WARN: man/src/config/inspect.md does not exist, skipping WARN: man/src/config/ls.md does not exist, skipping WARN: man/src/config/rm.md does not exist, skipping WARN: man/src/config.md does not exist, skipping INFO: man/src/container/attach.md found INFO: man/src/container/commit.md found INFO: man/src/container/cp.md found INFO: man/src/container/create.md found INFO: man/src/container/diff.md found INFO: man/src/container/exec.md found INFO: man/src/container/export.md found WARN: man/src/container/inspect.md does not exist, skipping INFO: man/src/container/kill.md found INFO: man/src/container/logs.md found INFO: man/src/container/ls.md found INFO: man/src/container/pause.md found INFO: man/src/container/port.md found WARN: man/src/container/prune.md does not exist, skipping INFO: man/src/container/rename.md found INFO: man/src/container/restart.md found INFO: man/src/container/rm.md found INFO: man/src/container/run.md found INFO: man/src/container/start.md found INFO: man/src/container/stats.md found INFO: man/src/container/stop.md found INFO: man/src/container/top.md found INFO: man/src/container/unpause.md found INFO: man/src/container/update.md found INFO: man/src/container/wait.md found WARN: man/src/container.md does not exist, skipping WARN: man/src/context/create.md does not exist, skipping WARN: man/src/context/export.md does not exist, skipping WARN: man/src/context/import.md does not exist, skipping WARN: man/src/context/inspect.md does not exist, skipping WARN: man/src/context/ls.md does not exist, skipping WARN: man/src/context/rm.md does not exist, skipping WARN: man/src/context/show.md does not exist, skipping WARN: man/src/context/update.md does not exist, skipping WARN: man/src/context/use.md does not exist, skipping WARN: man/src/context.md does not exist, skipping INFO: man/src/cp.md found INFO: man/src/create.md found INFO: man/src/diff.md found INFO: man/src/events.md found INFO: man/src/exec.md found INFO: man/src/export.md found INFO: man/src/history.md found INFO: man/src/image/build.md found INFO: man/src/image/history.md found INFO: man/src/image/import.md found WARN: man/src/image/inspect.md does not exist, skipping INFO: man/src/image/load.md found INFO: man/src/image/ls.md found WARN: man/src/image/prune.md does not exist, skipping INFO: man/src/image/pull.md found INFO: man/src/image/push.md found INFO: man/src/image/rm.md found INFO: man/src/image/save.md found INFO: man/src/image/tag.md found WARN: man/src/image.md does not exist, skipping INFO: man/src/images.md found INFO: man/src/import.md found INFO: man/src/info.md found INFO: man/src/inspect.md found INFO: man/src/kill.md found INFO: man/src/load.md found INFO: man/src/login.md found INFO: man/src/logout.md found INFO: man/src/logs.md found WARN: man/src/manifest/annotate.md does not exist, skipping WARN: man/src/manifest/create.md does not exist, skipping WARN: man/src/manifest/inspect.md does not exist, skipping WARN: man/src/manifest/push.md does not exist, skipping WARN: man/src/manifest/rm.md does not exist, skipping WARN: man/src/manifest.md does not exist, skipping INFO: man/src/network/connect.md found INFO: man/src/network/create.md found INFO: man/src/network/disconnect.md found INFO: man/src/network/inspect.md found INFO: man/src/network/ls.md found WARN: man/src/network/prune.md does not exist, skipping INFO: man/src/network/rm.md found WARN: man/src/network.md does not exist, skipping WARN: man/src/node/demote.md does not exist, skipping WARN: man/src/node/inspect.md does not exist, skipping WARN: man/src/node/ls.md does not exist, skipping WARN: man/src/node/promote.md does not exist, skipping WARN: man/src/node/ps.md does not exist, skipping WARN: man/src/node/rm.md does not exist, skipping WARN: man/src/node/update.md does not exist, skipping WARN: man/src/node.md does not exist, skipping INFO: man/src/pause.md found WARN: man/src/plugin/create.md does not exist, skipping WARN: man/src/plugin/disable.md does not exist, skipping WARN: man/src/plugin/enable.md does not exist, skipping WARN: man/src/plugin/inspect.md does not exist, skipping WARN: man/src/plugin/install.md does not exist, skipping INFO: man/src/plugin/ls.md found WARN: man/src/plugin/push.md does not exist, skipping WARN: man/src/plugin/rm.md does not exist, skipping WARN: man/src/plugin/set.md does not exist, skipping WARN: man/src/plugin/upgrade.md does not exist, skipping WARN: man/src/plugin.md does not exist, skipping INFO: man/src/port.md found INFO: man/src/ps.md found INFO: man/src/pull.md found INFO: man/src/push.md found INFO: man/src/rename.md found INFO: man/src/restart.md found INFO: man/src/rm.md found INFO: man/src/rmi.md found WARN: man/src/run.md does not exist, skipping INFO: man/src/save.md found INFO: man/src/search.md found WARN: man/src/secret/create.md does not exist, skipping WARN: man/src/secret/inspect.md does not exist, skipping WARN: man/src/secret/ls.md does not exist, skipping WARN: man/src/secret/rm.md does not exist, skipping WARN: man/src/secret.md does not exist, skipping WARN: man/src/service/create.md does not exist, skipping WARN: man/src/service/inspect.md does not exist, skipping WARN: man/src/service/logs.md does not exist, skipping WARN: man/src/service/ls.md does not exist, skipping WARN: man/src/service/ps.md does not exist, skipping WARN: man/src/service/rm.md does not exist, skipping WARN: man/src/service/rollback.md does not exist, skipping WARN: man/src/service/scale.md does not exist, skipping WARN: man/src/service/update.md does not exist, skipping WARN: man/src/service.md does not exist, skipping WARN: man/src/stack/config.md does not exist, skipping WARN: man/src/stack/deploy.md does not exist, skipping WARN: man/src/stack/ls.md does not exist, skipping WARN: man/src/stack/ps.md does not exist, skipping WARN: man/src/stack/rm.md does not exist, skipping WARN: man/src/stack/services.md does not exist, skipping WARN: man/src/stack.md does not exist, skipping INFO: man/src/start.md found INFO: man/src/stats.md found INFO: man/src/stop.md found WARN: man/src/swarm/ca.md does not exist, skipping WARN: man/src/swarm/init.md does not exist, skipping WARN: man/src/swarm/join.md does not exist, skipping WARN: man/src/swarm/join-token.md does not exist, skipping WARN: man/src/swarm/leave.md does not exist, skipping WARN: man/src/swarm/unlock.md does not exist, skipping WARN: man/src/swarm/unlock-key.md does not exist, skipping WARN: man/src/swarm/update.md does not exist, skipping WARN: man/src/swarm.md does not exist, skipping WARN: man/src/system/df.md does not exist, skipping WARN: man/src/system/dial-stdio.md does not exist, skipping INFO: man/src/system/events.md found INFO: man/src/system/info.md found WARN: man/src/system/prune.md does not exist, skipping WARN: man/src/system.md does not exist, skipping INFO: man/src/tag.md found INFO: man/src/top.md found WARN: man/src/trust/inspect.md does not exist, skipping WARN: man/src/trust/key/generate.md does not exist, skipping WARN: man/src/trust/key/load.md does not exist, skipping WARN: man/src/trust/key.md does not exist, skipping WARN: man/src/trust/revoke.md does not exist, skipping WARN: man/src/trust/sign.md does not exist, skipping WARN: man/src/trust/signer/add.md does not exist, skipping WARN: man/src/trust/signer/remove.md does not exist, skipping WARN: man/src/trust/signer.md does not exist, skipping WARN: man/src/trust.md does not exist, skipping INFO: man/src/unpause.md found INFO: man/src/update.md found INFO: man/src/version.md found INFO: man/src/volume/create.md found INFO: man/src/volume/inspect.md found INFO: man/src/volume/ls.md found WARN: man/src/volume/prune.md does not exist, skipping WARN: man/src/volume/rm.md does not exist, skipping WARN: man/src/volume/update.md does not exist, skipping INFO: man/src/volume.md found INFO: man/src/wait.md found + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8 make[2]: Leaving directory '/root/build-deb/cli' # Build buildx plugin cd /go/src/github.com/docker/buildx \ && mkdir -p /usr/libexec/docker/cli-plugins/ \ && GO111MODULE=on \ CGO_ENABLED=0 \ go build \ -mod=vendor \ -trimpath \ -ldflags "-X github.com/docker/buildx/version.Version=v0.12.1 -X github.com/docker/buildx/version.Revision=30feaa1 -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \ -o "/usr/libexec/docker/cli-plugins/docker-buildx" \ ./cmd/buildx Last metadata expiration check: 0:00:08 ago on Mon Jan 22 21:48:00 2024. Package findutils-1:4.9.0-3.fc38.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! + install_rpm_containerd + '[' prod = stage ']' [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo' + dnf --version 4.18.1 Installed: dnf-0:4.18.1-1.fc38.noarch at Sun Nov 26 06:48:46 2023 Built : Fedora Project at Wed Nov 8 08:20:57 2023 Installed: rpm-0:4.18.2-1.fc38.x86_64 at Sun Nov 26 06:48:46 2023 Built : Fedora Project at Mon Nov 13 15:42:46 2023 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo + dnf config-manager --set-disabled 'docker-ce-*' + dnf config-manager --set-enabled docker-ce-test Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 45/51 Running scriptlet: container-selinux-2:2.227.0-1.fc39.noarch 46/51 Installing : container-selinux-2:2.227.0-1.fc39.noarch 46/51 + dnf makecache Docker CE Test - x86_64 52 kB/s | 25 kB 00:00 Fedora 38 - x86_64 73 kB/s | 24 kB 00:00 Fedora 38 openh264 (From Cisco) - x86_64 4.0 kB/s | 989 B 00:00 Fedora Modular 38 - x86_64 51 kB/s | 24 kB 00:00 Fedora 38 - x86_64 - Updates 46 kB/s | 23 kB 00:00 Fedora Modular 38 - x86_64 - Updates 76 kB/s | 23 kB 00:00 Metadata cache created. + echo '[DEBUG] Installing engine rpms' [DEBUG] Installing engine rpms ++ find rpm/rpmbuild/fedora-38/RPMS/ -type f -name '*.rpm' ++ sed /src/d + packages='rpm/rpmbuild/fedora-38/RPMS/x86_64/docker-compose-plugin-2.24.2-0.fc38.x86_64.rpm rpm/rpmbuild/fedora-38/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64.rpm rpm/rpmbuild/fedora-38/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.fc38.x86_64.rpm rpm/rpmbuild/fedora-38/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64.rpm rpm/rpmbuild/fedora-38/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64.rpm' + set -x ++ source /etc/os-release +++ NAME='Fedora Linux' +++ VERSION='38 (Container Image)' +++ ID=fedora +++ VERSION_ID=38 +++ VERSION_CODENAME= +++ PLATFORM_ID=platform:f38 +++ PRETTY_NAME='Fedora Linux 38 (Container Image)' +++ ANSI_COLOR='0;38;2;60;110;180' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:fedoraproject:fedora:38 +++ DEFAULT_HOSTNAME=fedora +++ HOME_URL=https://fedoraproject.org/ +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/ +++ SUPPORT_URL=https://ask.fedoraproject.org/ +++ BUG_REPORT_URL=https://bugzilla.redhat.com/ +++ REDHAT_BUGZILLA_PRODUCT=Fedora +++ REDHAT_BUGZILLA_PRODUCT_VERSION=38 +++ REDHAT_SUPPORT_PRODUCT=Fedora +++ REDHAT_SUPPORT_PRODUCT_VERSION=38 +++ SUPPORT_END=2024-05-14 +++ VARIANT='Container Image' +++ VARIANT_ID=container ++ echo 38 + product_version=38 + '[' 38 = rawhide ']' + dnf install -y rpm/rpmbuild/fedora-38/RPMS/x86_64/docker-compose-plugin-2.24.2-0.fc38.x86_64.rpm rpm/rpmbuild/fedora-38/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.fc38.x86_64.rpm rpm/rpmbuild/fedora-38/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.fc38.x86_64.rpm rpm/rpmbuild/fedora-38/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64.rpm rpm/rpmbuild/fedora-38/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.fc38.x86_64.rpm Last metadata expiration check: 0:00:02 ago on Mon Jan 22 21:48:14 2024. Dependencies resolved. ================================================================================================ Package Arch Version Repository Size ================================================================================================ Installing: docker-buildx-plugin x86_64 0.12.1-0.fc38 @commandline 13 M docker-ce x86_64 3:0.0.0~20240120124445.f18a476-0.fc38 @commandline 26 M docker-ce-cli x86_64 1:0.0.0~20240120124445.f18a476-0.fc38 @commandline 7.3 M docker-ce-rootless-extras x86_64 0.0.0~20240120124445.f18a476-0.fc38 @commandline 4.0 M docker-compose-plugin x86_64 2.24.2-0.fc38 @commandline 13 M Upgrading: systemd-libs x86_64 253.14-1.fc38 updates 652 k Installing dependencies: container-selinux noarch 2:2.227.0-1.fc38 updates 54 k containerd.io x86_64 1.6.27-3.1.fc38 docker-ce-test 34 M dbus x86_64 1:1.14.10-1.fc38 updates 8.0 k dbus-broker x86_64 33-1.fc38 fedora 173 k dbus-common noarch 1:1.14.10-1.fc38 updates 15 k device-mapper x86_64 1.02.189-2.fc38 fedora 139 k device-mapper-libs x86_64 1.02.189-2.fc38 fedora 176 k diffutils x86_64 3.10-1.fc38 updates 398 k fuse-common x86_64 3.14.1-1.fc38 updates 6.9 k fuse-overlayfs x86_64 1.12-1.fc38 updates 67 k fuse3 x86_64 3.14.1-1.fc38 updates 55 k fuse3-libs x86_64 3.14.1-1.fc38 updates 93 k iptables-legacy x86_64 1.8.9-4.fc38.1 updates 52 k iptables-legacy-libs x86_64 1.8.9-4.fc38.1 updates 37 k iptables-libs x86_64 1.8.9-4.fc38.1 updates 414 k kmod x86_64 30-4.fc38 fedora 120 k kmod-libs x86_64 30-4.fc38 fedora 68 k libargon2 x86_64 20190702-2.fc38 fedora 28 k libcgroup x86_64 3.0-2.fc38 fedora 75 k libfdisk x86_64 2.38.1-4.fc38 fedora 161 k libibverbs x86_64 44.0-3.fc38 fedora 429 k libmnl x86_64 1.0.5-2.fc38 fedora 28 k libnetfilter_conntrack x86_64 1.0.9-1.fc38 updates 59 k libnfnetlink x86_64 1.0.1-23.fc38 fedora 29 k libnl3 x86_64 3.7.0-3.fc38 fedora 345 k libpcap x86_64 14:1.10.4-1.fc38 updates 175 k libseccomp x86_64 2.5.3-4.fc38 fedora 71 k libselinux-utils x86_64 3.5-1.fc38 fedora 160 k libslirp x86_64 4.7.0-3.fc38 fedora 75 k libutempter x86_64 1.2.1-8.fc38 fedora 26 k policycoreutils x86_64 3.5-1.fc38 fedora 241 k rpm-plugin-selinux x86_64 4.18.2-1.fc38 updates 18 k selinux-policy noarch 38.31-1.fc38 updates 56 k selinux-policy-targeted noarch 38.31-1.fc38 updates 6.7 M slirp4netns x86_64 1.2.2-1.fc38 updates 47 k systemd x86_64 253.14-1.fc38 updates 4.5 M systemd-pam x86_64 253.14-1.fc38 updates 339 k util-linux x86_64 2.38.1-4.fc38 fedora 2.3 M xkeyboard-config noarch 2.38-1.fc38 fedora 963 k xz x86_64 5.4.1-1.fc38 fedora 419 k Installing weak dependencies: cryptsetup-libs x86_64 2.6.1-1.fc38 fedora 492 k libxkbcommon x86_64 1.5.0-2.fc38 fedora 140 k qrencode-libs x86_64 4.1.1-4.fc38 fedora 61 k systemd-networkd x86_64 253.14-1.fc38 updates 633 k systemd-resolved x86_64 253.14-1.fc38 updates 289 k Transaction Summary ================================================================================================ Install 50 Packages Upgrade 1 Package Total size: 117 M Total download size: 55 M Downloading Packages: (1/46): cryptsetup-libs-2.6.1-1.fc38.x86_64.rpm 2.0 MB/s | 492 kB 00:00 (2/46): dbus-broker-33-1.fc38.x86_64.rpm 693 kB/s | 173 kB 00:00 (3/46): device-mapper-1.02.189-2.fc38.x86_64.rp 14 MB/s | 139 kB 00:00 (4/46): device-mapper-libs-1.02.189-2.fc38.x86_ 17 MB/s | 176 kB 00:00 (5/46): kmod-30-4.fc38.x86_64.rpm 11 MB/s | 120 kB 00:00 (6/46): kmod-libs-30-4.fc38.x86_64.rpm 4.9 MB/s | 68 kB 00:00 (7/46): libargon2-20190702-2.fc38.x86_64.rpm 2.3 MB/s | 28 kB 00:00 (8/46): libcgroup-3.0-2.fc38.x86_64.rpm 4.7 MB/s | 75 kB 00:00 (9/46): libfdisk-2.38.1-4.fc38.x86_64.rpm 7.3 MB/s | 161 kB 00:00 (10/46): libibverbs-44.0-3.fc38.x86_64.rpm 16 MB/s | 429 kB 00:00 (11/46): libmnl-1.0.5-2.fc38.x86_64.rpm 1.5 MB/s | 28 kB 00:00 (12/46): libnfnetlink-1.0.1-23.fc38.x86_64.rpm 1.9 MB/s | 29 kB 00:00 (13/46): libnl3-3.7.0-3.fc38.x86_64.rpm 22 MB/s | 345 kB 00:00 (14/46): libseccomp-2.5.3-4.fc38.x86_64.rpm 5.0 MB/s | 71 kB 00:00 (15/46): libselinux-utils-3.5-1.fc38.x86_64.rpm 11 MB/s | 160 kB 00:00 (16/46): libslirp-4.7.0-3.fc38.x86_64.rpm 6.1 MB/s | 75 kB 00:00 (17/46): libutempter-1.2.1-8.fc38.x86_64.rpm 2.2 MB/s | 26 kB 00:00 (18/46): libxkbcommon-1.5.0-2.fc38.x86_64.rpm 9.5 MB/s | 140 kB 00:00 (19/46): policycoreutils-3.5-1.fc38.x86_64.rpm 15 MB/s | 241 kB 00:00 (20/46): qrencode-libs-4.1.1-4.fc38.x86_64.rpm 3.8 MB/s | 61 kB 00:00 (21/46): util-linux-2.38.1-4.fc38.x86_64.rpm 66 MB/s | 2.3 MB 00:00 (22/46): xkeyboard-config-2.38-1.fc38.noarch.rp 23 MB/s | 963 kB 00:00 (23/46): xz-5.4.1-1.fc38.x86_64.rpm 17 MB/s | 419 kB 00:00 (24/46): container-selinux-2.227.0-1.fc38.noarc 3.5 MB/s | 54 kB 00:00 (25/46): dbus-1.14.10-1.fc38.x86_64.rpm 643 kB/s | 8.0 kB 00:00 (26/46): dbus-common-1.14.10-1.fc38.noarch.rpm 1.7 MB/s | 15 kB 00:00 (27/46): containerd.io-1.6.27-3.1.fc38.x86_64.r 50 MB/s | 34 MB 00:00 (28/46): diffutils-3.10-1.fc38.x86_64.rpm 2.3 MB/s | 398 kB 00:00 (29/46): fuse-common-3.14.1-1.fc38.x86_64.rpm 42 kB/s | 6.9 kB 00:00 (30/46): fuse-overlayfs-1.12-1.fc38.x86_64.rpm 12 MB/s | 67 kB 00:00 (31/46): fuse3-3.14.1-1.fc38.x86_64.rpm 6.1 MB/s | 55 kB 00:00 (32/46): fuse3-libs-3.14.1-1.fc38.x86_64.rpm 8.0 MB/s | 93 kB 00:00 (33/46): iptables-legacy-1.8.9-4.fc38.1.x86_64. 6.3 MB/s | 52 kB 00:00 (34/46): iptables-legacy-libs-1.8.9-4.fc38.1.x8 3.7 MB/s | 37 kB 00:00 (35/46): iptables-libs-1.8.9-4.fc38.1.x86_64.rp 27 MB/s | 414 kB 00:00 (36/46): libnetfilter_conntrack-1.0.9-1.fc38.x8 4.0 MB/s | 59 kB 00:00 (37/46): libpcap-1.10.4-1.fc38.x86_64.rpm 15 MB/s | 175 kB 00:00 (38/46): selinux-policy-38.31-1.fc38.noarch.rpm 8.5 MB/s | 56 kB 00:00 (39/46): rpm-plugin-selinux-4.18.2-1.fc38.x86_6 1.7 MB/s | 18 kB 00:00 (40/46): slirp4netns-1.2.2-1.fc38.x86_64.rpm 5.9 MB/s | 47 kB 00:00 (41/46): systemd-networkd-253.14-1.fc38.x86_64. 28 MB/s | 633 kB 00:00 (42/46): systemd-253.14-1.fc38.x86_64.rpm 86 MB/s | 4.5 MB 00:00 (43/46): selinux-policy-targeted-38.31-1.fc38.n 70 MB/s | 6.7 MB 00:00 (44/46): systemd-pam-253.14-1.fc38.x86_64.rpm 5.4 MB/s | 339 kB 00:00 (45/46): systemd-resolved-253.14-1.fc38.x86_64. 6.8 MB/s | 289 kB 00:00 (46/46): systemd-libs-253.14-1.fc38.x86_64.rpm 49 MB/s | 652 kB 00:00 -------------------------------------------------------------------------------- Total 40 MB/s | 55 MB 00:01 Docker CE Test - x86_64 6.8 kB/s | 1.6 kB 00:00 Importing GPG key 0x621E9F35: Userid : "Docker Release (CE rpm) " Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35 From : https://download.docker.com/linux/fedora/gpg Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Running scriptlet: container-selinux-2:2.227.0-1.fc39.noarch 46/51 Installing : containerd.io-1.6.27-3.1.fc39.x86_64 47/51 Running scriptlet: containerd.io-1.6.27-3.1.fc39.x86_64 47/51 Installing : libcgroup-3.0-3.fc39.x86_64 48/51 Installing : docker-ce-rootless-extras-0.0.0~20240120124445.f18 49/51 Running scriptlet: docker-ce-rootless-extras-0.0.0~20240120124445.f18 49/51 Installing : docker-ce-3:0.0.0~20240120124445.f18a476-0.fc39.x8 50/51 Running scriptlet: docker-ce-3:0.0.0~20240120124445.f18a476-0.fc39.x8 50/51 Installing : rpm-plugin-selinux-4.19.0-1.fc39.x86_64 51/51 Running scriptlet: systemd-resolved-254.5-2.fc39.x86_64 51/51 Running scriptlet: selinux-policy-targeted-39.3-1.fc39.noarch 51/51 Running scriptlet: container-selinux-2:2.227.0-1.fc39.noarch 51/51 Transaction test succeeded. Running transaction Running scriptlet: rpm-plugin-selinux-4.19.0-1.fc39.x86_64 51/51 Verifying : containerd.io-1.6.27-3.1.fc39.x86_64 1/51 Verifying : cryptsetup-libs-2.6.1-3.fc39.x86_64 2/51 Verifying : dbus-1:1.14.10-1.fc39.x86_64 3/51 Verifying : dbus-common-1:1.14.10-1.fc39.noarch 4/51 Verifying : device-mapper-1.02.196-1.fc39.x86_64 5/51 Verifying : device-mapper-libs-1.02.196-1.fc39.x86_64 6/51 Verifying : diffutils-3.10-3.fc39.x86_64 7/51 Verifying : fuse-common-3.16.1-1.fc39.x86_64 8/51 Verifying : fuse-overlayfs-1.12-2.fc39.x86_64 9/51 Verifying : fuse3-3.16.1-1.fc39.x86_64 10/51 Verifying : fuse3-libs-3.16.1-1.fc39.x86_64 11/51 Verifying : iptables-legacy-1.8.9-5.fc39.x86_64 12/51 Verifying : iptables-legacy-libs-1.8.9-5.fc39.x86_64 13/51 Verifying : iptables-libs-1.8.9-5.fc39.x86_64 14/51 Verifying : kmod-30-6.fc39.x86_64 15/51 Verifying : kmod-libs-30-6.fc39.x86_64 16/51 Verifying : libargon2-20190702-3.fc39.x86_64 17/51 Verifying : libbpf-2:1.1.0-4.fc39.x86_64 18/51 Verifying : libcgroup-3.0-3.fc39.x86_64 19/51 Verifying : libfdisk-2.39.2-1.fc39.x86_64 20/51 Verifying : libibverbs-46.0-4.fc39.x86_64 21/51 Verifying : libmnl-1.0.5-3.fc39.x86_64 22/51 Verifying : libnetfilter_conntrack-1.0.9-2.fc39.x86_64 23/51 Verifying : libnfnetlink-1.0.1-24.fc39.x86_64 24/51 Verifying : libpcap-14:1.10.4-2.fc39.x86_64 25/51 Verifying : libseccomp-2.5.3-6.fc39.x86_64 26/51 Verifying : libselinux-utils-3.5-5.fc39.x86_64 27/51 Verifying : libslirp-4.7.0-4.fc39.x86_64 28/51 Verifying : libutempter-1.2.1-10.fc39.x86_64 29/51 Verifying : qrencode-libs-4.1.1-5.fc39.x86_64 30/51 Verifying : rpm-plugin-selinux-4.19.0-1.fc39.x86_64 31/51 Verifying : systemd-254.5-2.fc39.x86_64 32/51 Verifying : systemd-networkd-254.5-2.fc39.x86_64 33/51 Verifying : systemd-pam-254.5-2.fc39.x86_64 34/51 Verifying : systemd-resolved-254.5-2.fc39.x86_64 35/51 Verifying : util-linux-2.39.2-1.fc39.x86_64 36/51 Verifying : xz-5.4.4-1.fc39.x86_64 37/51 Verifying : container-selinux-2:2.227.0-1.fc39.noarch 38/51 Verifying : dbus-broker-35-2.fc39.x86_64 39/51 Verifying : libnl3-3.9.0-1.fc39.x86_64 40/51 Verifying : libxkbcommon-1.6.0-1.fc39.x86_64 41/51 Verifying : policycoreutils-3.5-8.fc39.x86_64 42/51 Verifying : selinux-policy-39.3-1.fc39.noarch 43/51 Verifying : selinux-policy-targeted-39.3-1.fc39.noarch 44/51 Verifying : slirp4netns-1.2.2-1.fc39.x86_64 45/51 Verifying : xkeyboard-config-2.40-1.fc39.noarch 46/51 Verifying : docker-compose-plugin-2.24.2-0.fc39.x86_64 47/51 Verifying : docker-ce-3:0.0.0~20240120124445.f18a476-0.fc39.x8 48/51 Verifying : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc3 49/51 Verifying : docker-buildx-plugin-0.12.1-0.fc39.x86_64 50/51 Verifying : docker-ce-rootless-extras-0.0.0~20240120124445.f18 51/51 Installed: container-selinux-2:2.227.0-1.fc39.noarch containerd.io-1.6.27-3.1.fc39.x86_64 cryptsetup-libs-2.6.1-3.fc39.x86_64 dbus-1:1.14.10-1.fc39.x86_64 dbus-broker-35-2.fc39.x86_64 dbus-common-1:1.14.10-1.fc39.noarch device-mapper-1.02.196-1.fc39.x86_64 device-mapper-libs-1.02.196-1.fc39.x86_64 diffutils-3.10-3.fc39.x86_64 docker-buildx-plugin-0.12.1-0.fc39.x86_64 docker-ce-3:0.0.0~20240120124445.f18a476-0.fc39.x86_64 docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc39.x86_64 docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc39.x86_64 docker-compose-plugin-2.24.2-0.fc39.x86_64 fuse-common-3.16.1-1.fc39.x86_64 fuse-overlayfs-1.12-2.fc39.x86_64 fuse3-3.16.1-1.fc39.x86_64 fuse3-libs-3.16.1-1.fc39.x86_64 iptables-legacy-1.8.9-5.fc39.x86_64 iptables-legacy-libs-1.8.9-5.fc39.x86_64 iptables-libs-1.8.9-5.fc39.x86_64 kmod-30-6.fc39.x86_64 kmod-libs-30-6.fc39.x86_64 libargon2-20190702-3.fc39.x86_64 libbpf-2:1.1.0-4.fc39.x86_64 libcgroup-3.0-3.fc39.x86_64 libfdisk-2.39.2-1.fc39.x86_64 libibverbs-46.0-4.fc39.x86_64 libmnl-1.0.5-3.fc39.x86_64 libnetfilter_conntrack-1.0.9-2.fc39.x86_64 libnfnetlink-1.0.1-24.fc39.x86_64 libnl3-3.9.0-1.fc39.x86_64 libpcap-14:1.10.4-2.fc39.x86_64 libseccomp-2.5.3-6.fc39.x86_64 libselinux-utils-3.5-5.fc39.x86_64 libslirp-4.7.0-4.fc39.x86_64 libutempter-1.2.1-10.fc39.x86_64 libxkbcommon-1.6.0-1.fc39.x86_64 policycoreutils-3.5-8.fc39.x86_64 qrencode-libs-4.1.1-5.fc39.x86_64 rpm-plugin-selinux-4.19.0-1.fc39.x86_64 selinux-policy-39.3-1.fc39.noarch selinux-policy-targeted-39.3-1.fc39.noarch slirp4netns-1.2.2-1.fc39.x86_64 systemd-254.5-2.fc39.x86_64 systemd-networkd-254.5-2.fc39.x86_64 systemd-pam-254.5-2.fc39.x86_64 systemd-resolved-254.5-2.fc39.x86_64 util-linux-2.39.2-1.fc39.x86_64 xkeyboard-config-2.40-1.fc39.noarch xz-5.4.4-1.fc39.x86_64 Complete! Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 1/1 Preparing : 1/1 Upgrading : systemd-libs-253.14-1.fc38.x86_64 1/52 Installing : libseccomp-2.5.3-4.fc38.x86_64 2/52 Installing : fuse3-libs-3.14.1-1.fc38.x86_64 3/52 Installing : diffutils-3.10-1.fc38.x86_64 4/52 Installing : libselinux-utils-3.5-1.fc38.x86_64 5/52 + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.3 Installing : libfdisk-2.38.1-4.fc38.x86_64 6/52 Installing : docker-buildx-plugin-0.12.1-0.fc38.x86_64 7/52 Running scriptlet: docker-buildx-plugin-0.12.1-0.fc38.x86_64 7/52 Installing : docker-compose-plugin-2.24.2-0.fc38.x86_64 8/52 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } Running scriptlet: docker-compose-plugin-2.24.2-0.fc38.x86_64 8/52 Installing : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc3 9/52 Running scriptlet: docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc3 9/52 Installing : fuse-common-3.14.1-1.fc38.x86_64 10/52 Installing : fuse3-3.14.1-1.fc38.x86_64 11/52 Installing : dbus-common-1:1.14.10-1.fc38.noarch 12/52 Running scriptlet: dbus-common-1:1.14.10-1.fc38.noarch 12/52 Running scriptlet: dbus-broker-33-1.fc38.x86_64 13/52 Installing : dbus-broker-33-1.fc38.x86_64 13/52 Running scriptlet: dbus-broker-33-1.fc38.x86_64 13/52 [Pipeline] // node [Pipeline] } Installing : dbus-1:1.14.10-1.fc38.x86_64 14/52 Installing : xz-5.4.1-1.fc38.x86_64 15/52 Installing : xkeyboard-config-2.38-1.fc38.noarch 16/52 Installing : libxkbcommon-1.5.0-2.fc38.x86_64 17/52 Installing : qrencode-libs-4.1.1-4.fc38.x86_64 18/52 Running scriptlet: libutempter-1.2.1-8.fc38.x86_64 19/52 Installing : libutempter-1.2.1-8.fc38.x86_64 19/52 Installing : util-linux-2.38.1-4.fc38.x86_64 20/52 warning: /etc/adjtime created as /etc/adjtime.rpmnew Installing : policycoreutils-3.5-1.fc38.x86_64 21/52 Running scriptlet: policycoreutils-3.5-1.fc38.x86_64 21/52 Installing : selinux-policy-38.31-1.fc38.noarch 22/52 Running scriptlet: selinux-policy-38.31-1.fc38.noarch 22/52 Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 23/52 Installing : selinux-policy-targeted-38.31-1.fc38.noarch 23/52 Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 23/52 Running scriptlet: container-selinux-2:2.227.0-1.fc38.noarch 24/52 Installing : container-selinux-2:2.227.0-1.fc38.noarch 24/52 Metadata Cache Created + echo '[DEBUG] Installing engine rpms' [DEBUG] Installing engine rpms ++ find rpm/rpmbuild/centos-7/RPMS/ -type f -name '*.rpm' ++ sed /src/d + packages='rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-compose-plugin-2.24.2-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm' + set -x ++ source /etc/os-release +++ NAME='CentOS Linux' +++ VERSION='7 (Core)' +++ ID=centos +++ ID_LIKE='rhel fedora' +++ VERSION_ID=7 +++ PRETTY_NAME='CentOS Linux 7 (Core)' +++ ANSI_COLOR='0;31' +++ CPE_NAME=cpe:/o:centos:centos:7 +++ HOME_URL=https://www.centos.org/ +++ BUG_REPORT_URL=https://bugs.centos.org/ +++ CENTOS_MANTISBT_PROJECT=CentOS-7 +++ CENTOS_MANTISBT_PROJECT_VERSION=7 +++ REDHAT_SUPPORT_PRODUCT=centos +++ REDHAT_SUPPORT_PRODUCT_VERSION=7 ++ echo 7 + product_version=7 + '[' 7 = rawhide ']' + yum install -y rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-compose-plugin-2.24.2-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm Loaded plugins: fastestmirror, ovl Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm: 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm to be installed Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.el7.x86_64.rpm: docker-buildx-plugin-0.12.1-0.el7.x86_64 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.12.1-0.el7.x86_64.rpm to be installed Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm: 1:docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm to be installed Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-compose-plugin-2.24.2-0.el7.x86_64.rpm: docker-compose-plugin-2.24.2-0.el7.x86_64 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-compose-plugin-2.24.2-0.el7.x86_64.rpm to be installed Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm: docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package docker-buildx-plugin.x86_64 0:0.12.1-0.el7 will be installed ---> Package docker-ce.x86_64 3:0.0.0~20240120124445.f18a476-0.el7 will be installed --> Processing Dependency: container-selinux >= 2:2.74 for package: 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 Loading mirror speeds from cached hostfile * base: download.cf.centos.org * extras: download.cf.centos.org * updates: download.cf.centos.org --> Processing Dependency: containerd.io >= 1.6.24 for package: 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 --> Processing Dependency: libseccomp >= 2.3 for package: 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 --> Processing Dependency: iptables for package: 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 --> Processing Dependency: libcgroup for package: 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 ---> Package docker-ce-cli.x86_64 1:0.0.0~20240120124445.f18a476-0.el7 will be installed ---> Package docker-ce-rootless-extras.x86_64 0:0.0.0~20240120124445.f18a476-0.el7 will be installed --> Processing Dependency: fuse-overlayfs >= 0.7 for package: docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64 --> Processing Dependency: slirp4netns >= 0.4 for package: docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64 ---> Package docker-compose-plugin.x86_64 0:2.24.2-0.el7 will be installed --> Running transaction check ---> Package container-selinux.noarch 2:2.119.2-1.911c772.el7_8 will be installed --> Processing Dependency: selinux-policy-targeted >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch --> Processing Dependency: selinux-policy-base >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch --> Processing Dependency: selinux-policy >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch --> Processing Dependency: policycoreutils >= 2.5-11 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch --> Processing Dependency: policycoreutils-python for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch --> Processing Dependency: libselinux-utils for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch ---> Package containerd.io.x86_64 0:1.6.27-3.1.el7 will be installed ---> Package fuse-overlayfs.x86_64 0:0.7.2-6.el7_8 will be installed --> Processing Dependency: libfuse3.so.3(FUSE_3.2)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64 --> Processing Dependency: libfuse3.so.3(FUSE_3.0)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64 --> Processing Dependency: libfuse3.so.3()(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64 ---> Package iptables.x86_64 0:1.4.21-35.el7 will be installed --> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-35.el7.x86_64 --> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-35.el7.x86_64 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed ---> Package slirp4netns.x86_64 0:0.4.3-4.el7_8 will be installed --> Running transaction check ---> Package fuse3-libs.x86_64 0:3.6.1-4.el7 will be installed ---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be installed --> Processing Dependency: libmnl.so.0(LIBMNL_1.1)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 --> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 --> Processing Dependency: libmnl.so.0()(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 ---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 --> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-34.el7.x86_64 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed ---> Package selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2 will be installed --> Running transaction check ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed ---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: docker-buildx-plugin x86_64 0.12.1-0.el7 /docker-buildx-plugin-0.12.1-0.el7.x86_64 58 M docker-ce x86_64 3:0.0.0~20240120124445.f18a476-0.el7 /docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 99 M docker-ce-cli x86_64 1:0.0.0~20240120124445.f18a476-0.el7 /docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_64 36 M docker-ce-rootless-extras x86_64 0.0.0~20240120124445.f18a476-0.el7 /docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.el7.x86_64 20 M docker-compose-plugin x86_64 2.24.2-0.el7 /docker-compose-plugin-2.24.2-0.el7.x86_64 58 M Installing for dependencies: audit-libs-python x86_64 2.8.5-4.el7 base 76 k checkpolicy x86_64 2.5-8.el7 base 295 k container-selinux noarch 2:2.119.2-1.911c772.el7_8 extras 40 k containerd.io x86_64 1.6.27-3.1.el7 docker-ce-test 35 M fuse-overlayfs x86_64 0.7.2-6.el7_8 extras 54 k fuse3-libs x86_64 3.6.1-4.el7 extras 82 k iptables x86_64 1.4.21-35.el7 base 432 k libcgroup x86_64 0.41-21.el7 base 66 k libmnl x86_64 1.0.3-7.el7 base 23 k libnetfilter_conntrack x86_64 1.0.6-1.el7_3 base 55 k libnfnetlink x86_64 1.0.1-4.el7 base 26 k libseccomp x86_64 2.3.1-4.el7 base 56 k libselinux-python x86_64 2.5-15.el7 base 236 k libselinux-utils x86_64 2.5-15.el7 base 151 k libsemanage-python x86_64 2.5-14.el7 base 113 k policycoreutils x86_64 2.5-34.el7 base 917 k policycoreutils-python x86_64 2.5-34.el7 base 457 k python-IPy noarch 0.75-6.el7 base 32 k selinux-policy noarch 3.13.1-268.el7_9.2 updates 498 k selinux-policy-targeted noarch 3.13.1-268.el7_9.2 updates 7.0 M setools-libs x86_64 3.3.8-4.el7 base 620 k slirp4netns x86_64 0.4.3-4.el7_8 extras 81 k Transaction Summary ================================================================================ Install 5 Packages (+22 Dependent packages) Total size: 316 M Total download size: 46 M Installed size: 420 M Downloading packages: Running scriptlet: container-selinux-2:2.227.0-1.fc38.noarch 24/52 Installing : libslirp-4.7.0-3.fc38.x86_64 25/52 Installing : slirp4netns-1.2.2-1.fc38.x86_64 26/52 Installing : libnl3-3.7.0-3.fc38.x86_64 27/52 Installing : libibverbs-44.0-3.fc38.x86_64 28/52 Installing : libpcap-14:1.10.4-1.fc38.x86_64 29/52 Installing : iptables-legacy-libs-1.8.9-4.fc38.1.x86_64 30/52 Installing : libnfnetlink-1.0.1-23.fc38.x86_64 31/52 Installing : libmnl-1.0.5-2.fc38.x86_64 32/52 Installing : libnetfilter_conntrack-1.0.9-1.fc38.x86_64 33/52 Installing : iptables-libs-1.8.9-4.fc38.1.x86_64 34/52 Installing : iptables-legacy-1.8.9-4.fc38.1.x86_64 35/52 Running scriptlet: iptables-legacy-1.8.9-4.fc38.1.x86_64 35/52 Installing : libargon2-20190702-2.fc38.x86_64 36/52 Installing : kmod-libs-30-4.fc38.x86_64 37/52 Installing : device-mapper-libs-1.02.189-2.fc38.x86_64 38/52 Installing : cryptsetup-libs-2.6.1-1.fc38.x86_64 39/52 Installing : device-mapper-1.02.189-2.fc38.x86_64 40/52 Installing : systemd-networkd-253.14-1.fc38.x86_64 41/52 Running scriptlet: systemd-networkd-253.14-1.fc38.x86_64 41/52 Installing : systemd-pam-253.14-1.fc38.x86_64 42/52 Installing : systemd-resolved-253.14-1.fc38.x86_64 43/52 Running scriptlet: systemd-resolved-253.14-1.fc38.x86_64 43/52 Installing : systemd-253.14-1.fc38.x86_64 44/52 Running scriptlet: systemd-253.14-1.fc38.x86_64 44/52 Creating group 'input' with GID 104. Creating group 'kvm' with GID 36. Creating group 'render' with GID 105. Creating group 'sgx' with GID 106. Creating group 'systemd-journal' with GID 190. Creating group 'systemd-network' with GID 192. Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192. Creating group 'systemd-oom' with GID 998. Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998. Creating group 'systemd-resolve' with GID 193. Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193. Installing : containerd.io-1.6.27-3.1.fc38.x86_64 45/52 Running scriptlet: containerd.io-1.6.27-3.1.fc38.x86_64 45/52 Installing : libcgroup-3.0-2.fc38.x86_64 46/52 Installing : kmod-30-4.fc38.x86_64 47/52 Installing : fuse-overlayfs-1.12-1.fc38.x86_64 48/52 Running scriptlet: fuse-overlayfs-1.12-1.fc38.x86_64 48/52 Installing : docker-ce-rootless-extras-0.0.0~20240120124445.f18 49/52 Running scriptlet: docker-ce-rootless-extras-0.0.0~20240120124445.f18 49/52 Installing : docker-ce-3:0.0.0~20240120124445.f18a476-0.fc38.x8 50/52 Running scriptlet: docker-ce-3:0.0.0~20240120124445.f18a476-0.fc38.x8 50/52 Installing : rpm-plugin-selinux-4.18.2-1.fc38.x86_64 51/52 Cleanup : systemd-libs-253.12-1.fc38.x86_64 52/52 Running scriptlet: selinux-policy-targeted-38.31-1.fc38.noarch 52/52 Running scriptlet: container-selinux-2:2.227.0-1.fc38.noarch 52/52 Running scriptlet: systemd-resolved-253.14-1.fc38.x86_64 52/52 Running scriptlet: systemd-libs-253.12-1.fc38.x86_64 52/52 Verifying : containerd.io-1.6.27-3.1.fc38.x86_64 1/52 Verifying : cryptsetup-libs-2.6.1-1.fc38.x86_64 2/52 Verifying : dbus-broker-33-1.fc38.x86_64 3/52 Verifying : device-mapper-1.02.189-2.fc38.x86_64 4/52 Verifying : device-mapper-libs-1.02.189-2.fc38.x86_64 5/52 Verifying : kmod-30-4.fc38.x86_64 6/52 Verifying : kmod-libs-30-4.fc38.x86_64 7/52 Verifying : libargon2-20190702-2.fc38.x86_64 8/52 Verifying : libcgroup-3.0-2.fc38.x86_64 9/52 Verifying : libfdisk-2.38.1-4.fc38.x86_64 10/52 Verifying : libibverbs-44.0-3.fc38.x86_64 11/52 Verifying : libmnl-1.0.5-2.fc38.x86_64 12/52 Verifying : libnfnetlink-1.0.1-23.fc38.x86_64 13/52 Verifying : libnl3-3.7.0-3.fc38.x86_64 14/52 Verifying : libseccomp-2.5.3-4.fc38.x86_64 15/52 Verifying : libselinux-utils-3.5-1.fc38.x86_64 16/52 Verifying : libslirp-4.7.0-3.fc38.x86_64 17/52 Verifying : libutempter-1.2.1-8.fc38.x86_64 18/52 Verifying : libxkbcommon-1.5.0-2.fc38.x86_64 19/52 Verifying : policycoreutils-3.5-1.fc38.x86_64 20/52 Verifying : qrencode-libs-4.1.1-4.fc38.x86_64 21/52 Verifying : util-linux-2.38.1-4.fc38.x86_64 22/52 Verifying : xkeyboard-config-2.38-1.fc38.noarch 23/52 Verifying : xz-5.4.1-1.fc38.x86_64 24/52 Verifying : container-selinux-2:2.227.0-1.fc38.noarch 25/52 Verifying : dbus-1:1.14.10-1.fc38.x86_64 26/52 Verifying : dbus-common-1:1.14.10-1.fc38.noarch 27/52 Verifying : diffutils-3.10-1.fc38.x86_64 28/52 Verifying : fuse-common-3.14.1-1.fc38.x86_64 29/52 Verifying : fuse-overlayfs-1.12-1.fc38.x86_64 30/52 Verifying : fuse3-3.14.1-1.fc38.x86_64 31/52 Verifying : fuse3-libs-3.14.1-1.fc38.x86_64 32/52 Verifying : iptables-legacy-1.8.9-4.fc38.1.x86_64 33/52 Verifying : iptables-legacy-libs-1.8.9-4.fc38.1.x86_64 34/52 Verifying : iptables-libs-1.8.9-4.fc38.1.x86_64 35/52 Verifying : libnetfilter_conntrack-1.0.9-1.fc38.x86_64 36/52 Verifying : libpcap-14:1.10.4-1.fc38.x86_64 37/52 Verifying : rpm-plugin-selinux-4.18.2-1.fc38.x86_64 38/52 Verifying : selinux-policy-38.31-1.fc38.noarch 39/52 Verifying : selinux-policy-targeted-38.31-1.fc38.noarch 40/52 Verifying : slirp4netns-1.2.2-1.fc38.x86_64 41/52 Verifying : systemd-253.14-1.fc38.x86_64 42/52 Verifying : systemd-networkd-253.14-1.fc38.x86_64 43/52 Verifying : systemd-pam-253.14-1.fc38.x86_64 44/52 Verifying : systemd-resolved-253.14-1.fc38.x86_64 45/52 Verifying : docker-compose-plugin-2.24.2-0.fc38.x86_64 46/52 Verifying : docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc3 47/52 Verifying : docker-buildx-plugin-0.12.1-0.fc38.x86_64 48/52 Verifying : docker-ce-rootless-extras-0.0.0~20240120124445.f18 49/52 Verifying : docker-ce-3:0.0.0~20240120124445.f18a476-0.fc38.x8 50/52 Verifying : systemd-libs-253.14-1.fc38.x86_64 51/52 Verifying : systemd-libs-253.12-1.fc38.x86_64 52/52 Upgraded: systemd-libs-253.14-1.fc38.x86_64 Installed: container-selinux-2:2.227.0-1.fc38.noarch containerd.io-1.6.27-3.1.fc38.x86_64 cryptsetup-libs-2.6.1-1.fc38.x86_64 dbus-1:1.14.10-1.fc38.x86_64 dbus-broker-33-1.fc38.x86_64 dbus-common-1:1.14.10-1.fc38.noarch device-mapper-1.02.189-2.fc38.x86_64 device-mapper-libs-1.02.189-2.fc38.x86_64 diffutils-3.10-1.fc38.x86_64 docker-buildx-plugin-0.12.1-0.fc38.x86_64 docker-ce-3:0.0.0~20240120124445.f18a476-0.fc38.x86_64 docker-ce-cli-1:0.0.0~20240120124445.f18a476-0.fc38.x86_64 docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0.fc38.x86_64 docker-compose-plugin-2.24.2-0.fc38.x86_64 fuse-common-3.14.1-1.fc38.x86_64 fuse-overlayfs-1.12-1.fc38.x86_64 fuse3-3.14.1-1.fc38.x86_64 fuse3-libs-3.14.1-1.fc38.x86_64 iptables-legacy-1.8.9-4.fc38.1.x86_64 iptables-legacy-libs-1.8.9-4.fc38.1.x86_64 iptables-libs-1.8.9-4.fc38.1.x86_64 kmod-30-4.fc38.x86_64 kmod-libs-30-4.fc38.x86_64 libargon2-20190702-2.fc38.x86_64 libcgroup-3.0-2.fc38.x86_64 libfdisk-2.38.1-4.fc38.x86_64 libibverbs-44.0-3.fc38.x86_64 libmnl-1.0.5-2.fc38.x86_64 libnetfilter_conntrack-1.0.9-1.fc38.x86_64 libnfnetlink-1.0.1-23.fc38.x86_64 libnl3-3.7.0-3.fc38.x86_64 libpcap-14:1.10.4-1.fc38.x86_64 libseccomp-2.5.3-4.fc38.x86_64 libselinux-utils-3.5-1.fc38.x86_64 libslirp-4.7.0-3.fc38.x86_64 libutempter-1.2.1-8.fc38.x86_64 libxkbcommon-1.5.0-2.fc38.x86_64 policycoreutils-3.5-1.fc38.x86_64 qrencode-libs-4.1.1-4.fc38.x86_64 rpm-plugin-selinux-4.18.2-1.fc38.x86_64 selinux-policy-38.31-1.fc38.noarch selinux-policy-targeted-38.31-1.fc38.noarch slirp4netns-1.2.2-1.fc38.x86_64 systemd-253.14-1.fc38.x86_64 systemd-networkd-253.14-1.fc38.x86_64 systemd-pam-253.14-1.fc38.x86_64 systemd-resolved-253.14-1.fc38.x86_64 util-linux-2.38.1-4.fc38.x86_64 xkeyboard-config-2.38-1.fc38.noarch xz-5.4.1-1.fc38.x86_64 Complete! + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.3 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } 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 Public key for checkpolicy-2.5-8.el7.x86_64.rpm is not installed warning: /var/cache/yum/x86_64/7/docker-ce-test/packages/containerd.io-1.6.27-3.1.el7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 621e9f35: NOKEY Public key for containerd.io-1.6.27-3.1.el7.x86_64.rpm is not installed Public key for container-selinux-2.119.2-1.911c772.el7_8.noarch.rpm is not installed Public key for selinux-policy-3.13.1-268.el7_9.2.noarch.rpm is not installed -------------------------------------------------------------------------------- Total 1.6 MB/s | 46 MB 00:29 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Importing GPG key 0xF4A80EB5: Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) " Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 Package : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Retrieving key from https://download.docker.com/linux/centos/gpg Importing GPG key 0x621E9F35: Userid : "Docker Release (CE rpm) " Fingerprint: 060a 61c5 1b55 8a7f 742b 77aa c52f eb6b 621e 9f35 From : https://download.docker.com/linux/centos/gpg Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : libseccomp-2.3.1-4.el7.x86_64 1/27 Installing : libcgroup-0.41-21.el7.x86_64 2/27 Installing : libnfnetlink-1.0.1-4.el7.x86_64 3/27 Installing : libselinux-utils-2.5-15.el7.x86_64 4/27 Installing : policycoreutils-2.5-34.el7.x86_64 5/27 Installing : selinux-policy-3.13.1-268.el7_9.2.noarch 6/27 Installing : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch 7/27 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/json-iterator/go v1.1.12 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/josharian/intern v1.0.0 Installing : slirp4netns-0.4.3-4.el7_8.x86_64 8/27 Installing : docker-buildx-plugin-0.12.1-0.el7.x86_64 9/27 Installing : audit-libs-python-2.8.5-4.el7.x86_64 10/27 Installing : libselinux-python-2.5-15.el7.x86_64 11/27 Installing : libsemanage-python-2.5-14.el7.x86_64 12/27 Installing : fuse3-libs-3.6.1-4.el7.x86_64 13/27 Installing : fuse-overlayfs-0.7.2-6.el7_8.x86_64 14/27 Installing : setools-libs-3.3.8-4.el7.x86_64 15/27 Installing : python-IPy-0.75-6.el7.noarch 16/27 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/json-iterator/go v1.1.12 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/josharian/intern v1.0.0 Installing : docker-compose-plugin-2.24.2-0.el7.x86_64 17/27 Installing : 1:docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_6 18/27 Installing : libmnl-1.0.3-7.el7.x86_64 19/27 Installing : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 20/27 Installing : iptables-1.4.21-35.el7.x86_64 21/27 Installing : checkpolicy-2.5-8.el7.x86_64 22/27 Installing : policycoreutils-python-2.5-34.el7.x86_64 23/27 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/json-iterator/go v1.1.12 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/josharian/intern v1.0.0 Installing : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch 24/27 setsebool: SELinux is disabled. Installing : containerd.io-1.6.27-3.1.el7.x86_64 25/27 Installing : docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0 26/27 Installing : 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 27/27 Verifying : 3:docker-ce-0.0.0~20240120124445.f18a476-0.el7.x86_64 1/27 Verifying : 1:docker-ce-cli-0.0.0~20240120124445.f18a476-0.el7.x86_6 2/27 Verifying : fuse-overlayfs-0.7.2-6.el7_8.x86_64 3/27 Verifying : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch 4/27 Verifying : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 5/27 Verifying : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch 6/27 Verifying : checkpolicy-2.5-8.el7.x86_64 7/27 Verifying : libmnl-1.0.3-7.el7.x86_64 8/27 Verifying : docker-compose-plugin-2.24.2-0.el7.x86_64 9/27 Verifying : policycoreutils-2.5-34.el7.x86_64 10/27 Verifying : python-IPy-0.75-6.el7.noarch 11/27 Verifying : libseccomp-2.3.1-4.el7.x86_64 12/27 Verifying : libselinux-utils-2.5-15.el7.x86_64 13/27 Verifying : policycoreutils-python-2.5-34.el7.x86_64 14/27 Verifying : setools-libs-3.3.8-4.el7.x86_64 15/27 Verifying : fuse3-libs-3.6.1-4.el7.x86_64 16/27 Verifying : containerd.io-1.6.27-3.1.el7.x86_64 17/27 Verifying : libsemanage-python-2.5-14.el7.x86_64 18/27 Verifying : slirp4netns-0.4.3-4.el7_8.x86_64 19/27 Verifying : libselinux-python-2.5-15.el7.x86_64 20/27 Verifying : selinux-policy-3.13.1-268.el7_9.2.noarch 21/27 Verifying : audit-libs-python-2.8.5-4.el7.x86_64 22/27 Verifying : iptables-1.4.21-35.el7.x86_64 23/27 Verifying : libnfnetlink-1.0.1-4.el7.x86_64 24/27 Verifying : docker-ce-rootless-extras-0.0.0~20240120124445.f18a476-0 25/27 Verifying : docker-buildx-plugin-0.12.1-0.el7.x86_64 26/27 Verifying : libcgroup-0.41-21.el7.x86_64 27/27 Installed: docker-buildx-plugin.x86_64 0:0.12.1-0.el7 docker-ce.x86_64 3:0.0.0~20240120124445.f18a476-0.el7 docker-ce-cli.x86_64 1:0.0.0~20240120124445.f18a476-0.el7 docker-ce-rootless-extras.x86_64 0:0.0.0~20240120124445.f18a476-0.el7 docker-compose-plugin.x86_64 0:2.24.2-0.el7 Dependency Installed: audit-libs-python.x86_64 0:2.8.5-4.el7 checkpolicy.x86_64 0:2.5-8.el7 container-selinux.noarch 2:2.119.2-1.911c772.el7_8 containerd.io.x86_64 0:1.6.27-3.1.el7 fuse-overlayfs.x86_64 0:0.7.2-6.el7_8 fuse3-libs.x86_64 0:3.6.1-4.el7 iptables.x86_64 0:1.4.21-35.el7 libcgroup.x86_64 0:0.41-21.el7 libmnl.x86_64 0:1.0.3-7.el7 libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 libnfnetlink.x86_64 0:1.0.1-4.el7 libseccomp.x86_64 0:2.3.1-4.el7 libselinux-python.x86_64 0:2.5-15.el7 libselinux-utils.x86_64 0:2.5-15.el7 libsemanage-python.x86_64 0:2.5-14.el7 policycoreutils.x86_64 0:2.5-34.el7 policycoreutils-python.x86_64 0:2.5-34.el7 python-IPy.noarch 0:0.75-6.el7 selinux-policy.noarch 0:3.13.1-268.el7_9.2 selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2 setools-libs.x86_64 0:3.3.8-4.el7 slirp4netns.x86_64 0:0.4.3-4.el7_8 Complete! + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.3.1 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/json-iterator/go v1.1.12 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/josharian/intern v1.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/json-iterator/go v1.1.12 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/josharian/intern v1.0.0 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/json-iterator/go v1.1.12 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/josharian/intern v1.0.0 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/json-iterator/go v1.1.12 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/josharian/intern v1.0.0 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/json-iterator/go v1.1.12 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/josharian/intern v1.0.0 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/json-iterator/go v1.1.12 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/josharian/intern v1.0.0 # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.24.2 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X github.com/docker/compose/v2/internal.Version=v2.24.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v25.0.0+incompatible go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/compose-spec/compose-go/v2 v2.0.0-rc.2 go: downloading github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991 go: downloading golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/containerd/console v1.0.3 go: downloading k8s.io/client-go v0.26.7 go: downloading k8s.io/api v0.26.7 go: downloading k8s.io/apimachinery v0.26.7 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.16 go: downloading github.com/pelletier/go-toml v1.9.5 go: downloading github.com/aws/aws-sdk-go-v2 v1.17.6 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302 go: downloading github.com/docker/docker-credential-helpers v0.8.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.42.0 go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/containerd/typeurl/v2 v2.1.1 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0 go: downloading k8s.io/apiserver v0.26.7 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/in-toto/in-toto-golang v0.5.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.16 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.24 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.31 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.18.6 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/containerd/continuity v0.4.2 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/google/gnostic v0.5.7-v3refs go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0 go: downloading github.com/shibumi/go-pathspec v1.3.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.30 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.24 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d go: downloading github.com/prometheus/procfs v0.10.1 go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 go: downloading github.com/json-iterator/go v1.1.12 go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.24 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/emicklei/go-restful/v3 v3.10.1 go: downloading github.com/go-openapi/swag v0.19.14 go: downloading github.com/go-openapi/jsonreference v0.20.0 go: downloading github.com/mailru/easyjson v0.7.6 go: downloading github.com/go-openapi/jsonpointer v0.19.5 go: downloading github.com/josharian/intern v1.0.0 make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~raspbian.11~bullseye_armhf.deb'. dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb'. make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~raspbian.10~buster_armhf.deb'. make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_armhf.deb'. make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~raspbian.12~bookworm_armhf.deb'. make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~debian.12~bookworm_armhf.deb'. make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_armhf.deb'. dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_armhf.deb'. make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~raspbian.11~bullseye_armhf.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb'. # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_armhf.deb'. make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~debian.10~buster_armhf.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~raspbian.10~buster_armhf.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~raspbian.12~bookworm_armhf.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_armhf.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb'. make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb'. dpkg-genchanges >../docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.changes dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~raspbian.11~bullseye_armhf.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb /root/docker-compose-plugin_2.24.2-1~raspbian.11~bullseye_armhf.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-buildx-plugin_0.12.1-1~raspbian.11~bullseye_armhf.deb' removed '/root/docker-buildx-plugin_0.12.1-1~raspbian.11~bullseye_armhf.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb' copied '/root/docker-compose-plugin_2.24.2-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-compose-plugin_2.24.2-1~raspbian.11~bullseye_armhf.deb' removed '/root/docker-compose-plugin_2.24.2-1~raspbian.11~bullseye_armhf.deb' dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_armhf.deb'. make[2]: Leaving directory '/root/build-deb/compose' make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build c87e0ad" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20240120124445-f18a476, build f18a476" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.12.1" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1) PASS: docker-buildx version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.24.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker # docker-ce install install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/libexec/docker/docker-init # docker-buildx-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_installsystemd make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installsystemd --name=docker make[1]: Leaving directory '/root/build-deb' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_dwz make[1]: Entering directory '/root/build-deb' # dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed) make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE} dpkg-gencontrol: warning: package docker-compose-plugin: substitution variable ${shlibs:Depends} unused, but is defined dh_gencontrol --remaining-packages dpkg-gencontrol: warning: package docker-ce: substitution variable ${misc:Pre-Depends} unused, but is defined make[1]: Leaving directory '/root/build-deb' dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb'. dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.12.1-1~debian.11~bullseye_armhf.deb'. make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bullseye" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh + make IMAGE=balenalib/rpi-raspbian:bullseye verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ balenalib/rpi-raspbian:bullseye ./verify Unable to find image 'balenalib/rpi-raspbian:bullseye' locally dpkg-genchanges >../docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.changes bullseye: Pulling from balenalib/rpi-raspbian b4465e59683b: Already exists db9fb6954662: Already exists 997037b2d3f1: Already exists f30e4c1dcfd8: Already exists 6bead0f8be26: Already exists cdfa720855e4: Already exists b0a7ae5f5efc: Already exists 187bb5eddfb7: Already exists Digest: sha256:851cfc48b26f6413a72a7f6873a7624ba2a427048976f6ab4483f72fe165d4f1 Status: Downloaded newer image for balenalib/rpi-raspbian:bullseye + verify + dpkg --version + verify_deb + apt-get update dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb'. Get:1 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB] Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB] dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~debian.12~bookworm_armhf.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb'. dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~raspbian.10~buster_armhf.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb /root/docker-compose-plugin_2.24.2-1~raspbian.10~buster_armhf.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~raspbian.10~buster_armhf.deb' -> '/build/docker-buildx-plugin_0.12.1-1~raspbian.10~buster_armhf.deb' removed '/root/docker-buildx-plugin_0.12.1-1~raspbian.10~buster_armhf.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb' copied '/root/docker-compose-plugin_2.24.2-1~raspbian.10~buster_armhf.deb' -> '/build/docker-compose-plugin_2.24.2-1~raspbian.10~buster_armhf.deb' removed '/root/docker-compose-plugin_2.24.2-1~raspbian.10~buster_armhf.deb' Get:3 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B] Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB] Get:5 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.3 kB] Get:6 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B] Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.3 MB] Get:8 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB] Fetched 18.8 MB in 4s (5153 kB/s) docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-buster" dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_armhf.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb'. make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh + make IMAGE=balenalib/rpi-raspbian:buster verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ balenalib/rpi-raspbian:buster ./verify Unable to find image 'balenalib/rpi-raspbian:buster' locally buster: Pulling from balenalib/rpi-raspbian 8346909708a0: Already exists 2d6b422607bf: Already exists 9250078a24e9: Already exists 6d50da9c3a5c: Already exists be549595625d: Already exists 38cd83f758d1: Already exists 9f4341fa6c6c: Already exists c81034e7b2d1: Already exists Digest: sha256:4e94f10fb86a150c11f37a34b4b2014c1f13e39e273be9b39c0584396abbeebd Status: Downloaded newer image for balenalib/rpi-raspbian:buster Reading package lists... 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?) + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common + verify + dpkg --version + verify_deb + apt-get update Get:1 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB] Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB] Get:3 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B] Get:4 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB] Get:5 http://archive.raspberrypi.org/debian buster/main armhf Packages [400 kB] Reading package lists... Building dependency tree... Reading state information... ca-certificates is already the newest version (20210119). The following additional packages will be installed: distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 iso-codes libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libmpdec3 libpackagekit-glib2-18 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib media-types python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.9 python3.9-minimal Suggested packages: isoquery python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv python3.9-doc binutils binfmt-support Recommended packages: dbus libglib2.0-data shared-mime-info xdg-user-dirs packagekit unattended-upgrades The following NEW packages will be installed: apt-transport-https distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg2 iso-codes libcurl3-gnutls libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libmpdec3 libpackagekit-glib2-18 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib lsb-release media-types python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.9 python3.9-minimal software-properties-common The following packages will be upgraded: curl libcurl4 2 upgraded, 29 newly installed, 0 to remove and 20 not upgraded. Need to get 11.6 MB of archives. After this operation, 49.2 MB of additional disk space will be used. Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB] Get:6 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B] Get:7 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [135 kB] Get:8 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB] Get:2 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [75.0 kB] Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB] Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB] Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB] Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB] Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB] dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_armhf.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb'. Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB] Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB] Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB] Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf apt-transport-https all 2.2.4 [160 kB] Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u11 [259 kB] Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u11 [310 kB] Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf distro-info-data all 0.51+deb11u4 [8048 B] Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB] Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libgirepository-1.0-1 armhf 1.66.1-1+b1 [82.6 kB] Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf gir1.2-glib-2.0 armhf 1.66.1-1+b1 [151 kB] Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libpackagekit-glib2-18 armhf 1.2.2-2 [107 kB] Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.2-2 [36.7 kB] Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf gnupg2 all 2.2.27-2+deb11u2 [434 kB] Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf iso-codes all 4.6.0-1 [2824 kB] Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u11 [306 kB] Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libdbus-1-3 armhf 1.12.28-0+deb11u1 [198 kB] Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf lsb-release all 11.1.0+rpi1 [28.1 kB] Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf python-apt-common all 2.2.1 [96.5 kB] Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf python3-apt armhf 2.2.1 [174 kB] Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf python3-dbus armhf 1.2.16-5 [100 kB] Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf python3-gi armhf 3.38.0-2 [215 kB] Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf python3-pycurl armhf 7.43.0.6-5 [66.7 kB] Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf python3-software-properties all 0.96.20.2-2.1 [49.7 kB] Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf software-properties-common all 0.96.20.2-2.1 [83.4 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 11.6 MB in 2s (5252 kB/s) Selecting previously unselected package libpython3.9-minimal:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7900 files and directories currently installed.) Preparing to unpack .../libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ... Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ... Fetched 19.0 MB in 4s (4565 kB/s) make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo -O../docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.buildinfo dpkg-genchanges -O../docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.changes Selecting previously unselected package libexpat1:armhf. Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_armhf.deb ... Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ... Selecting previously unselected package python3.9-minimal. Preparing to unpack .../python3.9-minimal_3.9.2-1+rpi1_armhf.deb ... Unpacking python3.9-minimal (3.9.2-1+rpi1) ... Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ... Setting up libexpat1:armhf (2.2.10-2+deb11u5) ... Setting up python3.9-minimal (3.9.2-1+rpi1) ... dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~debian.10~buster_armhf.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb'. Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 8194 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ... Unpacking python3-minimal (3.9.2-3) ... Selecting previously unselected package media-types. Preparing to unpack .../1-media-types_4.0.0_all.deb ... Unpacking media-types (4.0.0) ... Selecting previously unselected package libmpdec3:armhf. Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ... Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ... Selecting previously unselected package libpython3.9-stdlib:armhf. Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ... Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ... Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~raspbian.12~bookworm_armhf.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb /root/docker-compose-plugin_2.24.2-1~raspbian.12~bookworm_armhf.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-buildx-plugin_0.12.1-1~raspbian.12~bookworm_armhf.deb' removed '/root/docker-buildx-plugin_0.12.1-1~raspbian.12~bookworm_armhf.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb' copied '/root/docker-compose-plugin_2.24.2-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-compose-plugin_2.24.2-1~raspbian.12~bookworm_armhf.deb' removed '/root/docker-compose-plugin_2.24.2-1~raspbian.12~bookworm_armhf.deb' Selecting previously unselected package python3.9. Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ... Unpacking python3.9 (3.9.2-1+rpi1) ... Selecting previously unselected package libpython3-stdlib:armhf. Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ... Unpacking libpython3-stdlib:armhf (3.9.2-3) ... Setting up python3-minimal (3.9.2-3) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 8591 files and directories currently installed.) Preparing to unpack .../00-python3_3.9.2-3_armhf.deb ... Unpacking python3 (3.9.2-3) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../01-apt-transport-https_2.2.4_all.deb ... Unpacking apt-transport-https (2.2.4) ... Preparing to unpack .../02-curl_7.74.0-1.3+deb11u11_armhf.deb ... Unpacking curl (7.74.0-1.3+deb11u11) over (7.74.0-1.3+deb11u7) ... Preparing to unpack .../03-libcurl4_7.74.0-1.3+deb11u11_armhf.deb ... Unpacking libcurl4:armhf (7.74.0-1.3+deb11u11) over (7.74.0-1.3+deb11u7) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../04-distro-info-data_0.51+deb11u4_all.deb ... Unpacking distro-info-data (0.51+deb11u4) ... Selecting previously unselected package libglib2.0-0:armhf. Preparing to unpack .../05-libglib2.0-0_2.66.8-1_armhf.deb ... Unpacking libglib2.0-0:armhf (2.66.8-1) ... Selecting previously unselected package libgirepository-1.0-1:armhf. Preparing to unpack .../06-libgirepository-1.0-1_1.66.1-1+b1_armhf.deb ... Unpacking libgirepository-1.0-1:armhf (1.66.1-1+b1) ... Selecting previously unselected package gir1.2-glib-2.0:armhf. Preparing to unpack .../07-gir1.2-glib-2.0_1.66.1-1+b1_armhf.deb ... Unpacking gir1.2-glib-2.0:armhf (1.66.1-1+b1) ... Reading package lists... Selecting previously unselected package libpackagekit-glib2-18:armhf. Preparing to unpack .../08-libpackagekit-glib2-18_1.2.2-2_armhf.deb ... Unpacking libpackagekit-glib2-18:armhf (1.2.2-2) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../09-gir1.2-packagekitglib-1.0_1.2.2-2_armhf.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ... Selecting previously unselected package gnupg2. Preparing to unpack .../10-gnupg2_2.2.27-2+deb11u2_all.deb ... Unpacking gnupg2 (2.2.27-2+deb11u2) ... Selecting previously unselected package iso-codes. Preparing to unpack .../11-iso-codes_4.6.0-1_all.deb ... Unpacking iso-codes (4.6.0-1) ... Building dependency tree... Reading state information... ca-certificates is already the newest version (20200601~deb10u2). The following additional packages will be installed: distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 iso-codes libapt-inst2.0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libmpdec2 libpackagekit-glib2-18 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib mime-support python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.7 python3.7-minimal Suggested packages: isoquery lsb python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.7-venv python3.7-doc binutils binfmt-support Recommended packages: dbus libglib2.0-data shared-mime-info xdg-user-dirs packagekit bzip2 file xz-utils unattended-upgrades Selecting previously unselected package libcurl3-gnutls:armhf. Preparing to unpack .../12-libcurl3-gnutls_7.74.0-1.3+deb11u11_armhf.deb ... Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u11) ... Selecting previously unselected package libdbus-1-3:armhf. Preparing to unpack .../13-libdbus-1-3_1.12.28-0+deb11u1_armhf.deb ... Unpacking libdbus-1-3:armhf (1.12.28-0+deb11u1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../14-lsb-release_11.1.0+rpi1_all.deb ... Unpacking lsb-release (11.1.0+rpi1) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../15-python-apt-common_2.2.1_all.deb ... Unpacking python-apt-common (2.2.1) ... Selecting previously unselected package python3-apt. Preparing to unpack .../16-python3-apt_2.2.1_armhf.deb ... Unpacking python3-apt (2.2.1) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../17-python3-dbus_1.2.16-5_armhf.deb ... Unpacking python3-dbus (1.2.16-5) ... The following NEW packages will be installed: apt-transport-https distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg2 iso-codes libapt-inst2.0 libcurl3-gnutls libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libmpdec2 libpackagekit-glib2-18 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib lsb-release mime-support python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.7 python3.7-minimal software-properties-common The following packages will be upgraded: curl libcurl4 Selecting previously unselected package python3-gi. Preparing to unpack .../18-python3-gi_3.38.0-2_armhf.deb ... Unpacking python3-gi (3.38.0-2) ... Selecting previously unselected package python3-pycurl. Preparing to unpack .../19-python3-pycurl_7.43.0.6-5_armhf.deb ... Unpacking python3-pycurl (7.43.0.6-5) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../20-python3-software-properties_0.96.20.2-2.1_all.deb ... Unpacking python3-software-properties (0.96.20.2-2.1) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../21-software-properties-common_0.96.20.2-2.1_all.deb ... Unpacking software-properties-common (0.96.20.2-2.1) ... Setting up media-types (4.0.0) ... Setting up gnupg2 (2.2.27-2+deb11u2) ... Setting up apt-transport-https (2.2.4) ... Setting up libglib2.0-0:armhf (2.66.8-1) ... No schema files found: doing nothing. Setting up distro-info-data (0.51+deb11u4) ... Setting up libpackagekit-glib2-18:armhf (1.2.2-2) ... Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u11) ... Setting up libdbus-1-3:armhf (1.12.28-0+deb11u1) ... Setting up python-apt-common (2.2.1) ... Setting up libmpdec3:armhf (2.5.1-1+rpi1) ... Setting up libcurl4:armhf (7.74.0-1.3+deb11u11) ... Setting up libgirepository-1.0-1:armhf (1.66.1-1+b1) ... Setting up curl (7.74.0-1.3+deb11u11) ... Setting up iso-codes (4.6.0-1) ... Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ... Setting up libpython3-stdlib:armhf (3.9.2-3) ... Setting up gir1.2-glib-2.0:armhf (1.66.1-1+b1) ... Setting up python3.9 (3.9.2-1+rpi1) ... 2 upgraded, 30 newly installed, 0 to remove and 21 not upgraded. Need to get 11.0 MB of archives. After this operation, 52.0 MB of additional disk space will be used. Get:1 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u6 [584 kB] Get:2 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [78.8 kB] Get:3 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u6 [1464 kB] Setting up python3 (3.9.2-3) ... Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ... Setting up python3-pycurl (7.43.0.6-5) ... Setting up python3-gi (3.38.0-2) ... Get:4 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB] Get:5 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB] Get:6 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB] Get:7 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u6 [1666 kB] Get:8 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u6 [331 kB] Get:9 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB] Get:10 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB] Get:11 http://archive.raspbian.org/raspbian buster/main armhf apt-transport-https all 1.8.2.3 [149 kB] Get:12 http://archive.raspbian.org/raspbian buster/main armhf curl armhf 7.64.0-4+deb10u8 [256 kB] Get:13 http://archive.raspbian.org/raspbian buster/main armhf libcurl4 armhf 7.64.0-4+deb10u8 [296 kB] Setting up lsb-release (11.1.0+rpi1) ... Setting up python3-dbus (1.2.16-5) ... docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bookworm" Get:14 http://archive.raspbian.org/raspbian buster/main armhf distro-info-data all 0.41+deb10u8 [7540 B] Get:15 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u4 [1079 kB] Get:16 http://archive.raspbian.org/raspbian buster/main armhf libgirepository-1.0-1 armhf 1.58.3-2 [78.8 kB] Get:17 http://archive.raspbian.org/raspbian buster/main armhf gir1.2-glib-2.0 armhf 1.58.3-2 [143 kB] Get:18 http://archive.raspbian.org/raspbian buster/main armhf libpackagekit-glib2-18 armhf 1.1.12-5 [98.1 kB] Get:19 http://archive.raspbian.org/raspbian buster/main armhf gir1.2-packagekitglib-1.0 armhf 1.1.12-5 [35.9 kB] Get:20 http://archive.raspbian.org/raspbian buster/main armhf gnupg2 all 2.2.12-1+rpi1+deb10u1 [393 kB] Get:21 http://archive.raspbian.org/raspbian buster/main armhf iso-codes all 4.2-1 [2713 kB] Setting up python3-apt (2.2.1) ... Get:22 http://archive.raspbian.org/raspbian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB] Get:23 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u8 [295 kB] Get:24 http://archive.raspbian.org/raspbian buster/main armhf libdbus-1-3 armhf 1.12.28-0+deb10u1 [193 kB] Get:25 http://archive.raspbian.org/raspbian buster/main armhf lsb-release all 10.2019051400+rpi1 [27.8 kB] Get:26 http://archive.raspbian.org/raspbian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB] Get:27 http://archive.raspbian.org/raspbian buster/main armhf python3-apt armhf 1.8.4.3 [168 kB] Get:28 http://archive.raspbian.org/raspbian buster/main armhf python3-dbus armhf 1.2.8-3 [95.9 kB] Get:29 http://archive.raspbian.org/raspbian buster/main armhf python3-gi armhf 3.30.4-1 [161 kB] Get:30 http://archive.raspbian.org/raspbian buster/main armhf python3-pycurl armhf 7.43.0.2-0.1 [62.8 kB] Setting up python3-software-properties (0.96.20.2-2.1) ... Setting up software-properties-common (0.96.20.2-2.1) ... make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Get:31 http://archive.raspbian.org/raspbian buster/main armhf python3-software-properties all 0.96.20.2-2 [49.6 kB] Get:32 http://archive.raspbian.org/raspbian buster/main armhf software-properties-common all 0.96.20.2-2 [83.3 kB] Processing triggers for libc-bin (2.31-13+rpi1+deb11u6) ... ++ source /etc/os-release +++ PRETTY_NAME='Raspbian GNU/Linux 11 (bullseye)' +++ NAME='Raspbian GNU/Linux' +++ VERSION_ID=11 +++ VERSION='11 (bullseye)' +++ VERSION_CODENAME=bullseye +++ ID=raspbian +++ ID_LIKE=debian +++ HOME_URL=http://www.raspbian.org/ +++ SUPPORT_URL=http://www.raspbian.org/RaspbianForums +++ BUG_REPORT_URL=http://www.raspbian.org/RaspbianBugs ++ echo raspbian + DIST_ID=raspbian ++ lsb_release -sc + DIST_VERSION=bullseye + '[' bullseye = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/raspbian + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian' [DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian + update-ca-certificates -f Clearing symlinks in /etc/ssl/certs... + make IMAGE=balenalib/rpi-raspbian:bookworm verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ balenalib/rpi-raspbian:bookworm ./verify Unable to find image 'balenalib/rpi-raspbian:bookworm' locally debconf: delaying package configuration, since apt-utils is not installed Fetched 11.0 MB in 2s (4796 kB/s) Selecting previously unselected package libpython3.7-minimal:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7703 files and directories currently installed.) Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u6_armhf.deb ... Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u6) ... bookworm: Pulling from balenalib/rpi-raspbian 52fc6729ed42: Already exists a13012f956ef: Already exists 6fe3b1e5b1e1: Already exists 3612ba1bb511: Already exists d353848d6365: Already exists a3bf02af0185: Already exists 50e13e7b2b49: Already exists b89eeb886499: Already exists Digest: sha256:0f3c33faa9d7b1dac778e8afb5854080dcfbddeac7437265598c6076bb0ffc82 Status: Downloaded newer image for balenalib/rpi-raspbian:bookworm Selecting previously unselected package libexpat1:armhf. Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_armhf.deb ... Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ... Selecting previously unselected package python3.7-minimal. Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u6_armhf.deb ... Unpacking python3.7-minimal (3.7.3-2+deb10u6) ... Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u6) ... done. Updating certificates in /etc/ssl/certs... Setting up libexpat1:armhf (2.2.6-2+deb10u6) ... Setting up python3.7-minimal (3.7.3-2+deb10u6) ... + verify + dpkg --version + verify_deb + apt-get update 129 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + apt-key add - + curl -fsSL https://download.docker.com/linux/raspbian/gpg Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7953 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ... Unpacking python3-minimal (3.7.3-1) ... Selecting previously unselected package mime-support. Preparing to unpack .../1-mime-support_3.62_all.deb ... Unpacking mime-support (3.62) ... Selecting previously unselected package libmpdec2:armhf. Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ... Unpacking libmpdec2:armhf (2.4.2-2) ... Selecting previously unselected package libpython3.7-stdlib:armhf. Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u6_armhf.deb ... Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u6) ... OK Selecting previously unselected package python3.7. Preparing to unpack .../4-python3.7_3.7.3-2+deb10u6_armhf.deb ... Unpacking python3.7 (3.7.3-2+deb10u6) ... Selecting previously unselected package libpython3-stdlib:armhf. Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ... Unpacking libpython3-stdlib:armhf (3.7.3-1) ... Setting up python3-minimal (3.7.3-1) ... Get:1 http://archive.raspbian.org/raspbian bookworm InRelease [15.0 kB] + '[' bullseye = sid ']' ++ dpkg --print-architecture + ARCH=armhf + echo 'deb [arch=armhf] https://download.docker.com/linux/raspbian bullseye test' + apt-get update Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 8390 files and directories currently installed.) Preparing to unpack .../00-python3_3.7.3-1_armhf.deb ... Unpacking python3 (3.7.3-1) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../01-apt-transport-https_1.8.2.3_all.deb ... Unpacking apt-transport-https (1.8.2.3) ... Preparing to unpack .../02-curl_7.64.0-4+deb10u8_armhf.deb ... Get:2 http://archive.raspbian.org/raspbian bookworm/rpi armhf Packages [1299 B] Get:3 http://archive.raspbian.org/raspbian bookworm/firmware armhf Packages [1201 B] Get:4 http://archive.raspbian.org/raspbian bookworm/non-free armhf Packages [147 kB] Get:1 https://download.docker.com/linux/raspbian bullseye InRelease [26.6 kB] Get:2 https://download.docker.com/linux/raspbian bullseye/test armhf Packages [45.7 kB] Unpacking curl (7.64.0-4+deb10u8) over (7.64.0-4+deb10u6) ... Preparing to unpack .../03-libcurl4_7.64.0-4+deb10u8_armhf.deb ... Unpacking libcurl4:armhf (7.64.0-4+deb10u8) over (7.64.0-4+deb10u6) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../04-distro-info-data_0.41+deb10u8_all.deb ... Unpacking distro-info-data (0.41+deb10u8) ... Selecting previously unselected package libglib2.0-0:armhf. Preparing to unpack .../05-libglib2.0-0_2.58.3-2+deb10u4_armhf.deb ... Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u4) ... Get:5 http://archive.raspbian.org/raspbian bookworm/contrib armhf Packages [72.3 kB] Hit:3 http://archive.raspbian.org/raspbian bullseye InRelease Selecting previously unselected package libgirepository-1.0-1:armhf. Preparing to unpack .../06-libgirepository-1.0-1_1.58.3-2_armhf.deb ... Unpacking libgirepository-1.0-1:armhf (1.58.3-2) ... Selecting previously unselected package gir1.2-glib-2.0:armhf. Preparing to unpack .../07-gir1.2-glib-2.0_1.58.3-2_armhf.deb ... Unpacking gir1.2-glib-2.0:armhf (1.58.3-2) ... Selecting previously unselected package libpackagekit-glib2-18:armhf. Preparing to unpack .../08-libpackagekit-glib2-18_1.1.12-5_armhf.deb ... Unpacking libpackagekit-glib2-18:armhf (1.1.12-5) ... Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf Packages [20.0 MB] Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease Fetched 72.4 kB in 1s (73.6 kB/s) Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../09-gir1.2-packagekitglib-1.0_1.1.12-5_armhf.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ... Selecting previously unselected package gnupg2. Preparing to unpack .../10-gnupg2_2.2.12-1+rpi1+deb10u1_all.deb ... Unpacking gnupg2 (2.2.12-1+rpi1+deb10u1) ... Selecting previously unselected package iso-codes. Preparing to unpack .../11-iso-codes_4.2-1_all.deb ... Unpacking iso-codes (4.2-1) ... Selecting previously unselected package libapt-inst2.0:armhf. Preparing to unpack .../12-libapt-inst2.0_1.8.2.3_armhf.deb ... Unpacking libapt-inst2.0:armhf (1.8.2.3) ... Selecting previously unselected package libcurl3-gnutls:armhf. Preparing to unpack .../13-libcurl3-gnutls_7.64.0-4+deb10u8_armhf.deb ... Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u8) ... Selecting previously unselected package libdbus-1-3:armhf. Preparing to unpack .../14-libdbus-1-3_1.12.28-0+deb10u1_armhf.deb ... Unpacking libdbus-1-3:armhf (1.12.28-0+deb10u1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../15-lsb-release_10.2019051400+rpi1_all.deb ... Unpacking lsb-release (10.2019051400+rpi1) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../16-python-apt-common_1.8.4.3_all.deb ... Unpacking python-apt-common (1.8.4.3) ... Selecting previously unselected package python3-apt. Preparing to unpack .../17-python3-apt_1.8.4.3_armhf.deb ... Unpacking python3-apt (1.8.4.3) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../18-python3-dbus_1.2.8-3_armhf.deb ... Unpacking python3-dbus (1.2.8-3) ... Selecting previously unselected package python3-gi. Preparing to unpack .../19-python3-gi_3.30.4-1_armhf.deb ... Unpacking python3-gi (3.30.4-1) ... Selecting previously unselected package python3-pycurl. Preparing to unpack .../20-python3-pycurl_7.43.0.2-0.1_armhf.deb ... Unpacking python3-pycurl (7.43.0.2-0.1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../21-python3-software-properties_0.96.20.2-2_all.deb ... Unpacking python3-software-properties (0.96.20.2-2) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../22-software-properties-common_0.96.20.2-2_all.deb ... Unpacking software-properties-common (0.96.20.2-2) ... Setting up gnupg2 (2.2.12-1+rpi1+deb10u1) ... Setting up mime-support (3.62) ... Setting up apt-transport-https (1.8.2.3) ... Setting up libglib2.0-0:armhf (2.58.3-2+deb10u4) ... No schema files found: doing nothing. Setting up distro-info-data (0.41+deb10u8) ... Setting up libpackagekit-glib2-18:armhf (1.1.12-5) ... Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u8) ... Setting up libapt-inst2.0:armhf (1.8.2.3) ... Setting up libdbus-1-3:armhf (1.12.28-0+deb10u1) ... Setting up python-apt-common (1.8.4.3) ... Setting up libcurl4:armhf (7.64.0-4+deb10u8) ... Setting up libgirepository-1.0-1:armhf (1.58.3-2) ... Setting up curl (7.64.0-4+deb10u8) ... Setting up libmpdec2:armhf (2.4.2-2) ... Setting up iso-codes (4.2-1) ... Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u6) ... Setting up gir1.2-glib-2.0:armhf (1.58.3-2) ... Setting up libpython3-stdlib:armhf (3.7.3-1) ... Setting up python3.7 (3.7.3-2+deb10u6) ... Reading package lists... 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?) ++ find deb/debbuild/raspbian-bullseye/ -type f -name '*.deb' + packages='deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.24.2-1~raspbian.11~bullseye_armhf.deb deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.12.1-1~raspbian.11~bullseye_armhf.deb deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb' ++ echo 'deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.24.2-1~raspbian.11~bullseye_armhf.deb deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.12.1-1~raspbian.11~bullseye_armhf.deb deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb ++ xargs deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb' ++ awk '$0="./"$0' + packages='./deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.24.2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.12.1-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.24.2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.12.1-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb Selecting previously unselected package docker-compose-plugin. (Reading database ... 10272 files and directories currently installed.) Preparing to unpack .../docker-compose-plugin_2.24.2-1~raspbian.11~bullseye_armhf.deb ... Unpacking docker-compose-plugin (2.24.2-1~raspbian.11~bullseye) ... Setting up python3 (3.7.3-1) ... Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ... Setting up python3-pycurl (7.43.0.2-0.1) ... Setting up python3-gi (3.30.4-1) ... Fetched 20.2 MB in 4s (5132 kB/s) Setting up lsb-release (10.2019051400+rpi1) ... Setting up python3-dbus (1.2.8-3) ... Setting up python3-apt (1.8.4.3) ... Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye) ... Setting up python3-software-properties (0.96.20.2-2) ... Setting up software-properties-common (0.96.20.2-2) ... Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ... ++ source /etc/os-release +++ PRETTY_NAME='Raspbian GNU/Linux 10 (buster)' +++ NAME='Raspbian GNU/Linux' +++ VERSION_ID=10 +++ VERSION='10 (buster)' +++ VERSION_CODENAME=buster +++ ID=raspbian +++ ID_LIKE=debian +++ HOME_URL=http://www.raspbian.org/ +++ SUPPORT_URL=http://www.raspbian.org/RaspbianForums +++ BUG_REPORT_URL=http://www.raspbian.org/RaspbianBugs ++ echo raspbian + DIST_ID=raspbian ++ lsb_release -sc make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.buildinfo Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~raspbian.11~bullseye_armhf.deb ... Unpacking docker-buildx-plugin (0.12.1-1~raspbian.11~bullseye) ... + DIST_VERSION=buster + '[' buster = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/raspbian + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian' + update-ca-certificates -f [DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian Clearing symlinks in /etc/ssl/certs... dpkg-genchanges -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.changes Reading package lists... 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. + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common done. Updating certificates in /etc/ssl/certs... 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/raspbian/gpg + apt-key add - Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye) ... Warning: apt-key output should not be parsed (stdout is not a terminal) dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb'. OK + '[' buster = sid ']' ++ dpkg --print-architecture + ARCH=armhf + echo 'deb [arch=armhf] https://download.docker.com/linux/raspbian buster test' + apt-get update dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_armhf.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb /root/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_armhf.deb /build Reading package lists... Building dependency tree... Reading state information... Get:1 https://download.docker.com/linux/raspbian buster InRelease [33.6 kB] Get:2 https://download.docker.com/linux/raspbian buster/test armhf Packages [63.9 kB] copied '/root/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_armhf.deb' removed '/root/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_armhf.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb' copied '/root/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_armhf.deb' removed '/root/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_armhf.deb' ca-certificates is already the newest version (20230311). The following additional packages will be installed: dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 iso-codes libapparmor1 libappstream4 libargon2-1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libstemmer0d libsystemd-shared libsystemd0 libtirpc-common libtirpc3 libudev1 libunwind8 libxml2 libxmlb2 media-types packagekit polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal sgml-base systemd systemd-sysv udev xml-core Suggested packages: default-dbus-session-bus | dbus-session-bus isoquery low-memory-monitor gstreamer1.0-tools polkitd-pkla python3-doc python3-tk python3-venv python-apt-doc python-blinker-doc python-cryptography-doc python3-cryptography-vectors python-dbus-doc python3-crypto python3-setuptools python-pyparsing-doc python3.11-venv python3.11-doc binutils binfmt-support sgml-base-doc systemd-container systemd-homed systemd-userdbd systemd-boot systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 debhelper Recommended packages: libpam-cap shared-mime-info xdg-user-dirs dbus-user-session appstream packagekit-tools systemd-timesyncd | time-daemon libnss-systemd Hit:3 http://archive.raspbian.org/raspbian buster InRelease Hit:4 http://archive.raspberrypi.org/debian buster InRelease Fetched 97.5 kB in 1s (122 kB/s) Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye) ... Setting up docker-compose-plugin (2.24.2-1~raspbian.11~bullseye) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye) ... Setting up docker-buildx-plugin (0.12.1-1~raspbian.11~bullseye) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye) ... The following NEW packages will be installed: apt-transport-https dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg2 iso-codes libapparmor1 libappstream4 libargon2-1 libcap2-bin libcryptsetup12 libcurl3-gnutls libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 lsb-release media-types packagekit polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal sgml-base software-properties-common systemd systemd-sysv xml-core The following packages will be upgraded: curl libcurl4 libsystemd0 libudev1 udev + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.24.2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.12.1-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.11~bullseye_armhf.deb Reading package lists... ++ find deb/debbuild/raspbian-buster/ -type f -name '*.deb' + packages='deb/debbuild/raspbian-buster/docker-buildx-plugin_0.12.1-1~raspbian.10~buster_armhf.deb deb/debbuild/raspbian-buster/docker-compose-plugin_2.24.2-1~raspbian.10~buster_armhf.deb deb/debbuild/raspbian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb' ++ echo 'deb/debbuild/raspbian-buster/docker-buildx-plugin_0.12.1-1~raspbian.10~buster_armhf.deb deb/debbuild/raspbian-buster/docker-compose-plugin_2.24.2-1~raspbian.10~buster_armhf.deb deb/debbuild/raspbian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb' ++ xargs ++ awk '$0="./"$0' + packages='./deb/debbuild/raspbian-buster/docker-buildx-plugin_0.12.1-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-compose-plugin_2.24.2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/raspbian-buster/docker-buildx-plugin_0.12.1-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-compose-plugin_2.24.2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb Selecting previously unselected package docker-buildx-plugin. (Reading database ... 10015 files and directories currently installed.) Preparing to unpack .../docker-buildx-plugin_0.12.1-1~raspbian.10~buster_armhf.deb ... Unpacking docker-buildx-plugin (0.12.1-1~raspbian.10~buster) ... 5 upgraded, 79 newly installed, 0 to remove and 16 not upgraded. Need to get 34.6 MB of archives. After this operation, 135 MB of additional disk space will be used. Get:1 http://archive.raspbian.org/raspbian bookworm/main armhf libargon2-1 armhf 0~20171227-0.3+deb12u1 [19.1 kB] Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf udev armhf 252.17-1~deb12u1+rpi1 [1584 kB] Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf libudev1 armhf 252.17-1~deb12u1+rpi1 [99.3 kB] Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf dmsetup armhf 2:1.02.185-2 [81.8 kB] Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2 [123 kB] Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libjson-c5 armhf 0.16-2 [40.0 kB] Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf libcryptsetup12 armhf 2:2.6.1-4~deb12u1 [191 kB] Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf libfdisk1 armhf 2.38.1-5 [178 kB] Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf libapparmor1 armhf 3.0.8-3 [37.1 kB] Get:10 http://archive.raspbian.org/raspbian bookworm/main armhf libip4tc2 armhf 1.8.9-2 [17.1 kB] Get:11 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd-shared armhf 252.17-1~deb12u1+rpi1 [1517 kB] Get:12 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd0 armhf 252.17-1~deb12u1+rpi1 [299 kB] Get:13 http://archive.raspbian.org/raspbian bookworm/main armhf systemd armhf 252.17-1~deb12u1+rpi1 [2885 kB] Reading package lists... Get:14 http://archive.raspbian.org/raspbian bookworm/main armhf systemd-sysv armhf 252.17-1~deb12u1+rpi1 [42.0 kB] Get:15 http://archive.raspbian.org/raspbian bookworm/main armhf libdbus-1-3 armhf 1.14.10-1~deb12u1 [164 kB] Get:16 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-bin armhf 1.14.10-1~deb12u1 [102 kB] Get:17 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] Get:18 http://archive.raspbian.org/raspbian bookworm/main armhf libexpat1 armhf 2.5.0-1 [77.2 kB] Get:19 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-daemon armhf 1.14.10-1~deb12u1 [163 kB] Get:20 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] Get:21 http://archive.raspbian.org/raspbian bookworm/main armhf dbus armhf 1.14.10-1~deb12u1 [94.7 kB] Get:22 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-minimal armhf 3.11.2-6 [797 kB] Building dependency tree... Reading state information... Correcting dependencies... Done Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~raspbian.10~buster_armhf.deb ... Unpacking docker-compose-plugin (2.24.2-1~raspbian.10~buster) ... dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb'. docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy" Get:23 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11-minimal armhf 3.11.2-6 [1679 kB] Get:24 http://archive.raspbian.org/raspbian bookworm/main armhf python3-minimal armhf 3.11.2-1 [26.0 kB] Get:25 http://archive.raspbian.org/raspbian bookworm/main armhf media-types all 10.0.0 [26.1 kB] Get:26 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB] Get:27 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.0 kB] Get:28 http://archive.raspbian.org/raspbian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.2 kB] Get:29 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-stdlib armhf 3.11.2-6 [1668 kB] dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb'. Get:30 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11 armhf 3.11.2-6 [572 kB] Get:31 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3-stdlib armhf 3.11.2-1 [9012 B] Get:32 http://archive.raspbian.org/raspbian bookworm/main armhf python3 armhf 3.11.2-1 [26.0 kB] Get:33 http://archive.raspbian.org/raspbian bookworm/main armhf sgml-base all 1.31 [15.4 kB] Get:34 http://archive.raspbian.org/raspbian bookworm/main armhf libcap2-bin armhf 1:2.66-4 [32.4 kB] Get:35 http://archive.raspbian.org/raspbian bookworm/main armhf libpam-systemd armhf 252.17-1~deb12u1+rpi1 [200 kB] Get:36 http://archive.raspbian.org/raspbian bookworm/main armhf apt-transport-https all 2.6.1 [25.2 kB] Get:37 http://archive.raspbian.org/raspbian bookworm/main armhf curl armhf 7.88.1-10+rpi1+deb12u4 [301 kB] Get:38 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl4 armhf 7.88.1-10+rpi1+deb12u4 [346 kB] Get:39 http://archive.raspbian.org/raspbian bookworm/main armhf distro-info-data all 0.58 [5848 B] Get:40 http://archive.raspbian.org/raspbian bookworm/main armhf libglib2.0-0 armhf 2.74.6-1 [1203 kB] Get:41 http://archive.raspbian.org/raspbian bookworm/main armhf libgirepository-1.0-1 armhf 1.74.0-3+b1 [87.5 kB] Get:42 http://archive.raspbian.org/raspbian bookworm/main armhf gir1.2-glib-2.0 armhf 1.74.0-3+b1 [160 kB] Get:43 http://archive.raspbian.org/raspbian bookworm/main armhf libpackagekit-glib2-18 armhf 1.2.6-5 [94.1 kB] Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2 libjson-c5 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd libxtables12 systemd systemd-sysv Suggested packages: firewalld kmod systemd-container policykit-1 Recommended packages: nftables systemd-timesyncd | time-daemon libnss-systemd make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) Get:44 http://archive.raspbian.org/raspbian bookworm/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.6-5 [25.9 kB] Get:45 http://archive.raspbian.org/raspbian bookworm/main armhf gnupg2 all 2.2.40-1.1 [445 kB] Get:46 http://archive.raspbian.org/raspbian bookworm/main armhf iso-codes all 4.15.0-1 [2906 kB] Get:47 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl3-gnutls armhf 7.88.1-10+rpi1+deb12u4 [341 kB] [Pipeline] sh The following NEW packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2 libjson-c5 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd libxtables12 systemd systemd-sysv Get:48 http://archive.raspbian.org/raspbian bookworm/main armhf libstemmer0d armhf 2.2.0-2 [98.9 kB] Get:49 http://archive.raspbian.org/raspbian bookworm/main armhf libicu72 armhf 72.1-3 [9009 kB] + make IMAGE=ubuntu:jammy verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ ubuntu:jammy ./verify Unable to find image 'ubuntu:jammy' locally Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~raspbian.10~buster) ... 0 upgraded, 21 newly installed, 0 to remove and 21 not upgraded. Need to get 27.7 MB of archives. After this operation, 114 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/raspbian bullseye/test armhf containerd.io armhf 1.6.27-1 [21.5 MB] jammy: Pulling from library/ubuntu 781c0280deb7: Already exists Digest: sha256:e6173d4dc55e76b87c4af8db8821b1feae4146dd47341e4d431118c7dd060a74 Status: Downloaded newer image for ubuntu:jammy Get:2 http://archive.raspbian.org/raspbian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.9 kB] + verify + dpkg --version + verify_deb + apt-get update Get:50 http://archive.raspbian.org/raspbian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.3~deb12u1 [570 kB] Get:51 http://archive.raspbian.org/raspbian bookworm/main armhf libxmlb2 armhf 0.3.10-2 [49.6 kB] Get:52 http://archive.raspbian.org/raspbian bookworm/main armhf libappstream4 armhf 0.16.1-2 [164 kB] Get:53 http://archive.raspbian.org/raspbian bookworm/main armhf libduktape207 armhf 2.7.0-2 [115 kB] Get:54 http://archive.raspbian.org/raspbian bookworm/main armhf libelf1 armhf 0.188-2.1+rpi1 [171 kB] Get:55 http://archive.raspbian.org/raspbian bookworm/main armhf libdw1 armhf 0.188-2.1+rpi1 [212 kB] Get:56 http://archive.raspbian.org/raspbian bookworm/main armhf libglib2.0-data all 2.74.6-1 [1208 kB] Get:57 http://archive.raspbian.org/raspbian bookworm/main armhf libglib2.0-bin armhf 2.74.6-1 [101 kB] Get:58 http://archive.raspbian.org/raspbian bookworm/main armhf libunwind8 armhf 1.6.2-3 [42.6 kB] Get:59 http://archive.raspbian.org/raspbian bookworm/main armhf libgstreamer1.0-0 armhf 1.22.0-2 [1073 kB] Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf libcap2 armhf 1:2.44-1 [21.2 kB] Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB] Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB] Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB] Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libjson-c5 armhf 0.15-2+deb11u1 [38.8 kB] Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf libcryptsetup12 armhf 2:2.3.7-1+deb11u1 [222 kB] Get:60 http://archive.raspbian.org/raspbian bookworm/main armhf libpolkit-gobject-1-0 armhf 122-3 [38.1 kB] Get:61 http://archive.raspbian.org/raspbian bookworm/main armhf libpolkit-agent-1-0 armhf 122-3 [22.1 kB] Get:62 http://archive.raspbian.org/raspbian bookworm/main armhf lsb-release all 12.0-1 [6416 B] Get:63 http://archive.raspbian.org/raspbian bookworm/main armhf xml-core all 0.18+nmu1 [23.8 kB] Get:64 http://archive.raspbian.org/raspbian bookworm/main armhf polkitd armhf 122-3 [108 kB] Get:65 http://archive.raspbian.org/raspbian bookworm/main armhf packagekit armhf 1.2.6-5 [561 kB] Get:66 http://archive.raspbian.org/raspbian bookworm/main armhf python-apt-common all 2.6.0 [64.3 kB] Get:67 http://archive.raspbian.org/raspbian bookworm/main armhf python3-apt armhf 2.6.0 [142 kB] Get:68 http://archive.raspbian.org/raspbian bookworm/main armhf python3-blinker all 1.5-1 [14.7 kB] Get:69 http://archive.raspbian.org/raspbian bookworm/main armhf python3-cffi-backend armhf 1.15.1-5+b1 [83.1 kB] Get:70 http://archive.raspbian.org/raspbian bookworm/main armhf python3-cryptography armhf 38.0.4-3 [603 kB] Get:71 http://archive.raspbian.org/raspbian bookworm/main armhf python3-dbus armhf 1.3.2-4+b1 [88.3 kB] Get:72 http://archive.raspbian.org/raspbian bookworm/main armhf python3-distro all 1.8.0-1 [20.5 kB] Get:73 http://archive.raspbian.org/raspbian bookworm/main armhf python3-gi armhf 3.42.2-3+b1 [201 kB] Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libip4tc2 armhf 1.8.7-1 [32.7 kB] Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf systemd armhf 247.3-7+rpi1+deb11u2 [4252 kB] Get:74 http://archive.raspbian.org/raspbian bookworm/main armhf python3-pyparsing all 3.0.9-1 [138 kB] Get:75 http://archive.raspbian.org/raspbian bookworm/main armhf python3-httplib2 all 0.20.4-3 [36.0 kB] Get:76 http://archive.raspbian.org/raspbian bookworm/main armhf python3-jwt all 2.6.0-1 [26.6 kB] Get:77 http://archive.raspbian.org/raspbian bookworm/main armhf python3-pkg-resources all 66.1.1-1 [296 kB] Get:78 http://archive.raspbian.org/raspbian bookworm/main armhf python3-lazr.uri all 1.0.6-3 [13.7 kB] Get:79 http://archive.raspbian.org/raspbian bookworm/main armhf python3-wadllib all 1.3.6-4 [37.2 kB] Get:80 http://archive.raspbian.org/raspbian bookworm/main armhf python3-oauthlib all 3.2.2-1 [95.4 kB] Get:81 http://archive.raspbian.org/raspbian bookworm/main armhf python3-six all 1.16.0-4 [17.5 kB] Get:82 http://archive.raspbian.org/raspbian bookworm/main armhf python3-lazr.restfulclient all 0.14.5-1 [50.4 kB] Get:83 http://archive.raspbian.org/raspbian bookworm/main armhf python3-software-properties all 0.99.30-4 [32.7 kB] Get:84 http://archive.raspbian.org/raspbian bookworm/main armhf software-properties-common all 0.99.30-4 [62.0 kB] Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB] Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~raspbian.10~buster) ... Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf systemd-sysv armhf 247.3-7+rpi1+deb11u2 [114 kB] Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dbus armhf 1.12.28-0+deb11u1 [220 kB] Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libpam-systemd armhf 247.3-7+rpi1+deb11u2 [261 kB] Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf dbus-user-session armhf 1.12.28-0+deb11u1 [100 kB] Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libip6tc2 armhf 1.8.7-1 [33.0 kB] Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libxtables12 armhf 1.8.7-1 [42.4 kB] Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libmnl0 armhf 1.0.4-3 [11.0 kB] Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libnfnetlink0 armhf 1.0.1-3+b1 [12.4 kB] Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libnetfilter-conntrack3 armhf 1.0.8-3 [32.5 kB] Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libnftnl11 armhf 1.1.9-1 [47.2 kB] Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf iptables armhf 1.8.7-1 [328 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [109 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 34.6 MB in 4s (8661 kB/s) Selecting previously unselected package libargon2-1:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9821 files and directories currently installed.) Preparing to unpack .../libargon2-1_0~20171227-0.3+deb12u1_armhf.deb ... Unpacking libargon2-1:armhf (0~20171227-0.3+deb12u1) ... Preparing to unpack .../udev_252.17-1~deb12u1+rpi1_armhf.deb ... Unpacking udev (252.17-1~deb12u1+rpi1) over (252.6-1+rpi1) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 27.7 MB in 2s (14.9 MB/s) Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf Packages [1701 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse armhf Packages [199 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/restricted armhf Packages [13.3 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/universe armhf Packages [16.8 MB] Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~raspbian.10~buster) ... Selecting previously unselected package libapparmor1:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../0-libapparmor1_2.13.6-10_armhf.deb ... Unpacking libapparmor1:armhf (2.13.6-10) ... Selecting previously unselected package libcap2:armhf. Preparing to unpack .../1-libcap2_1%3a2.44-1_armhf.deb ... Unpacking libcap2:armhf (1:2.44-1) ... Selecting previously unselected package libargon2-1:armhf. Preparing to unpack .../2-libargon2-1_0~20171227-0.2_armhf.deb ... Unpacking libargon2-1:armhf (0~20171227-0.2) ... Selecting previously unselected package dmsetup. Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_armhf.deb ... Unpacking dmsetup (2:1.02.175-2.1) ... Selecting previously unselected package libdevmapper1.02.1:armhf. Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ... Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ... make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo -O../docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.buildinfo Selecting previously unselected package libjson-c5:armhf. Preparing to unpack .../5-libjson-c5_0.15-2+deb11u1_armhf.deb ... Unpacking libjson-c5:armhf (0.15-2+deb11u1) ... Selecting previously unselected package libcryptsetup12:armhf. Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_armhf.deb ... Unpacking libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ... Selecting previously unselected package libip4tc2:armhf. Preparing to unpack .../7-libip4tc2_1.8.7-1_armhf.deb ... Unpacking libip4tc2:armhf (1.8.7-1) ... Selecting previously unselected package systemd. Preparing to unpack .../8-systemd_247.3-7+rpi1+deb11u2_armhf.deb ... Unpacking systemd (247.3-7+rpi1+deb11u2) ... Setting up docker-buildx-plugin (0.12.1-1~raspbian.10~buster) ... Setting up docker-compose-plugin (2.24.2-1~raspbian.10~buster) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~raspbian.10~buster) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~raspbian.10~buster) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Preparing to unpack .../libudev1_252.17-1~deb12u1+rpi1_armhf.deb ... Unpacking libudev1:armhf (252.17-1~deb12u1+rpi1) over (252.6-1+rpi1) ... Setting up libudev1:armhf (252.17-1~deb12u1+rpi1) ... dpkg-genchanges -O../docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.changes Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~raspbian.10~buster) ... dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/raspbian-buster/docker-buildx-plugin_0.12.1-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-compose-plugin_2.24.2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.10~buster_armhf.deb Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse armhf Packages [3845 B] Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf Packages [983 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted armhf Packages [15.2 kB] Setting up libapparmor1:armhf (2.13.6-10) ... Setting up libcap2:armhf (1:2.44-1) ... Setting up libargon2-1:armhf (0~20171227-0.2) ... Setting up libjson-c5:armhf (0.15-2+deb11u1) ... Setting up libip4tc2:armhf (1.8.7-1) ... Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ... Setting up libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ... Setting up systemd (247.3-7+rpi1+deb11u2) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. Selecting previously unselected package dmsetup. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9827 files and directories currently installed.) Preparing to unpack .../0-dmsetup_2%3a1.02.185-2_armhf.deb ... Unpacking dmsetup (2:1.02.185-2) ... Selecting previously unselected package libdevmapper1.02.1:armhf. Preparing to unpack .../1-libdevmapper1.02.1_2%3a1.02.185-2_armhf.deb ... Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2) ... Selecting previously unselected package libjson-c5:armhf. Preparing to unpack .../2-libjson-c5_0.16-2_armhf.deb ... Unpacking libjson-c5:armhf (0.16-2) ... Selecting previously unselected package libcryptsetup12:armhf. Preparing to unpack .../3-libcryptsetup12_2%3a2.6.1-4~deb12u1_armhf.deb ... Unpacking libcryptsetup12:armhf (2:2.6.1-4~deb12u1) ... Selecting previously unselected package libfdisk1:armhf. Preparing to unpack .../4-libfdisk1_2.38.1-5_armhf.deb ... Unpacking libfdisk1:armhf (2.38.1-5) ... Selecting previously unselected package libapparmor1:armhf. Preparing to unpack .../5-libapparmor1_3.0.8-3_armhf.deb ... Unpacking libapparmor1:armhf (3.0.8-3) ... Selecting previously unselected package libip4tc2:armhf. Preparing to unpack .../6-libip4tc2_1.8.9-2_armhf.deb ... Unpacking libip4tc2:armhf (1.8.9-2) ... Selecting previously unselected package libsystemd-shared:armhf. Preparing to unpack .../7-libsystemd-shared_252.17-1~deb12u1+rpi1_armhf.deb ... Unpacking libsystemd-shared:armhf (252.17-1~deb12u1+rpi1) ... Preparing to unpack .../8-libsystemd0_252.17-1~deb12u1+rpi1_armhf.deb ... Unpacking libsystemd0:armhf (252.17-1~deb12u1+rpi1) over (252.6-1+rpi1) ... Setting up libsystemd0:armhf (252.17-1~deb12u1+rpi1) ... Selecting previously unselected package systemd. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9888 files and directories currently installed.) Preparing to unpack .../systemd_252.17-1~deb12u1+rpi1_armhf.deb ... Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf Packages [934 kB] Setting up dmsetup (2:1.02.175-2.1) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../00-systemd-sysv_247.3-7+rpi1+deb11u2_armhf.deb ... Unpacking systemd-sysv (247.3-7+rpi1+deb11u2) ... Selecting previously unselected package dbus. Preparing to unpack .../01-dbus_1.12.28-0+deb11u1_armhf.deb ... Unpacking dbus (1.12.28-0+deb11u1) ... Selecting previously unselected package libpam-systemd:armhf. Preparing to unpack .../02-libpam-systemd_247.3-7+rpi1+deb11u2_armhf.deb ... Unpacking libpam-systemd:armhf (247.3-7+rpi1+deb11u2) ... Unpacking systemd (252.17-1~deb12u1+rpi1) ... Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main armhf Packages [49.9 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe armhf Packages [26.2 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse armhf Packages [1201 B] Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted armhf Packages [14.3 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe armhf Packages [728 kB] dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb'. Selecting previously unselected package containerd.io. Preparing to unpack .../03-containerd.io_1.6.27-1_armhf.deb ... Unpacking containerd.io (1.6.27-1) ... Setting up libargon2-1:armhf (0~20171227-0.3+deb12u1) ... Setting up libjson-c5:armhf (0.16-2) ... Setting up libfdisk1:armhf (2.38.1-5) ... Setting up libapparmor1:armhf (3.0.8-3) ... Setting up libip4tc2:armhf (1.8.9-2) ... Setting up libsystemd-shared:armhf (252.17-1~deb12u1+rpi1) ... Setting up libdevmapper1.02.1:armhf (2:1.02.185-2) ... Setting up libcryptsetup12:armhf (2:2.6.1-4~deb12u1) ... Setting up systemd (252.17-1~deb12u1+rpi1) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. Creating group 'systemd-journal' with GID 999. Creating group 'systemd-network' with GID 998. Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/main armhf Packages [670 kB] Fetched 22.7 MB in 3s (7062 kB/s) dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_armhf.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb /root/docker-compose-plugin_2.24.2-1~debian.12~bookworm_armhf.deb /build Setting up dmsetup (2:1.02.185-2) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10724 files and directories currently installed.) Preparing to unpack .../0-systemd-sysv_252.17-1~deb12u1+rpi1_armhf.deb ... Unpacking systemd-sysv (252.17-1~deb12u1+rpi1) ... Selecting previously unselected package libdbus-1-3:armhf. Preparing to unpack .../1-libdbus-1-3_1.14.10-1~deb12u1_armhf.deb ... Unpacking libdbus-1-3:armhf (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus-bin. Preparing to unpack .../2-dbus-bin_1.14.10-1~deb12u1_armhf.deb ... Unpacking dbus-bin (1.14.10-1~deb12u1) ... Reading package lists... copied '/root/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_armhf.deb' -> '/build/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_armhf.deb' removed '/root/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_armhf.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb' copied '/root/docker-compose-plugin_2.24.2-1~debian.12~bookworm_armhf.deb' -> '/build/docker-compose-plugin_2.24.2-1~debian.12~bookworm_armhf.deb' removed '/root/docker-compose-plugin_2.24.2-1~debian.12~bookworm_armhf.deb' Selecting previously unselected package dbus-session-bus-common. Preparing to unpack .../3-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... Selecting previously unselected package libexpat1:armhf. Preparing to unpack .../4-libexpat1_2.5.0-1_armhf.deb ... Unpacking libexpat1:armhf (2.5.0-1) ... Selecting previously unselected package dbus-daemon. Preparing to unpack .../5-dbus-daemon_1.14.10-1~deb12u1_armhf.deb ... Unpacking dbus-daemon (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus-system-bus-common. Preparing to unpack .../6-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... Building dependency tree... Reading state information... Correcting dependencies... Done Selecting previously unselected package dbus. Preparing to unpack .../7-dbus_1.14.10-1~deb12u1_armhf.deb ... Unpacking dbus (1.14.10-1~deb12u1) ... Selecting previously unselected package libpython3.11-minimal:armhf. Preparing to unpack .../8-libpython3.11-minimal_3.11.2-6_armhf.deb ... Unpacking libpython3.11-minimal:armhf (3.11.2-6) ... Selecting previously unselected package python3.11-minimal. Preparing to unpack .../9-python3.11-minimal_3.11.2-6_armhf.deb ... Unpacking python3.11-minimal (3.11.2-6) ... Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0 libiptc0 libjson-c3 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd libxtables12 multiarch-support systemd systemd-sysv Suggested packages: kmod systemd-container policykit-1 Recommended packages: nftables libnss-systemd Setting up libpython3.11-minimal:armhf (3.11.2-6) ... Setting up libexpat1:armhf (2.5.0-1) ... Setting up python3.11-minimal (3.11.2-6) ... The following NEW packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0 libiptc0 libjson-c3 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd libxtables12 multiarch-support systemd systemd-sysv 0 upgraded, 24 newly installed, 0 to remove and 22 not upgraded. Need to get 27.0 MB of archives. After this operation, 111 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/raspbian buster/test armhf containerd.io armhf 1.6.27-1 [21.6 MB] Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Get:2 http://archive.raspbian.org/raspbian buster/main armhf libapparmor1 armhf 2.13.2-10 [89.9 kB] Get:3 http://archive.raspberrypi.org/debian buster/main armhf multiarch-support armhf 2.28-10+rpt2+rpi1+deb10u2 [216 kB] Selecting previously unselected package dbus-user-session. Preparing to unpack .../04-dbus-user-session_1.12.28-0+deb11u1_armhf.deb ... Unpacking dbus-user-session (1.12.28-0+deb11u1) ... Selecting previously unselected package libip6tc2:armhf. Preparing to unpack .../05-libip6tc2_1.8.7-1_armhf.deb ... Unpacking libip6tc2:armhf (1.8.7-1) ... Selecting previously unselected package libxtables12:armhf. Preparing to unpack .../06-libxtables12_1.8.7-1_armhf.deb ... Unpacking libxtables12:armhf (1.8.7-1) ... Selecting previously unselected package libmnl0:armhf. Preparing to unpack .../07-libmnl0_1.0.4-3_armhf.deb ... Unpacking libmnl0:armhf (1.0.4-3) ... Selecting previously unselected package libnfnetlink0:armhf. Preparing to unpack .../08-libnfnetlink0_1.0.1-3+b1_armhf.deb ... Unpacking libnfnetlink0:armhf (1.0.1-3+b1) ... dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb'. Get:4 http://archive.raspbian.org/raspbian buster/main armhf libcap2 armhf 1:2.25-2 [16.5 kB] Selecting previously unselected package libnetfilter-conntrack3:armhf. Preparing to unpack .../09-libnetfilter-conntrack3_1.0.8-3_armhf.deb ... Unpacking libnetfilter-conntrack3:armhf (1.0.8-3) ... Selecting previously unselected package libnftnl11:armhf. Preparing to unpack .../10-libnftnl11_1.1.9-1_armhf.deb ... Unpacking libnftnl11:armhf (1.1.9-1) ... Selecting previously unselected package iptables. Preparing to unpack .../11-iptables_1.8.7-1_armhf.deb ... Unpacking iptables (1.8.7-1) ... Setting up systemd-sysv (247.3-7+rpi1+deb11u2) ... Setting up libip6tc2:armhf (1.8.7-1) ... Setting up dbus (1.12.28-0+deb11u1) ... Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 11131 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.11.2-1_armhf.deb ... Unpacking python3-minimal (3.11.2-1) ... Selecting previously unselected package media-types. Preparing to unpack .../1-media-types_10.0.0_all.deb ... Unpacking media-types (10.0.0) ... Selecting previously unselected package libtirpc-common. Preparing to unpack .../2-libtirpc-common_1.3.3+ds-1_all.deb ... Unpacking libtirpc-common (1.3.3+ds-1) ... Selecting previously unselected package libtirpc3:armhf. Preparing to unpack .../3-libtirpc3_1.3.3+ds-1_armhf.deb ... Get:5 http://archive.raspbian.org/raspbian buster/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB] Get:6 http://archive.raspbian.org/raspbian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.1 kB] Get:7 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [130 kB] Get:8 http://archive.raspbian.org/raspbian buster/main armhf libjson-c3 armhf 0.12.1+ds-2+deb10u1 [25.1 kB] Get:9 http://archive.raspberrypi.org/debian buster/main armhf libnftnl11 armhf 1.1.7-1~bpo10+1~0 [45.1 kB] invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libmnl0:armhf (1.0.4-3) ... Setting up containerd.io (1.6.27-1) ... Unpacking libtirpc3:armhf (1.3.3+ds-1) ... Selecting previously unselected package libnsl2:armhf. Preparing to unpack .../4-libnsl2_1.3.0-2_armhf.deb ... Unpacking libnsl2:armhf (1.3.0-2) ... Selecting previously unselected package libpython3.11-stdlib:armhf. Preparing to unpack .../5-libpython3.11-stdlib_3.11.2-6_armhf.deb ... Unpacking libpython3.11-stdlib:armhf (3.11.2-6) ... Reading package lists... Get:10 http://archive.raspbian.org/raspbian buster/main armhf libcryptsetup12 armhf 2:2.1.0-5+deb10u2 [171 kB] Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:armhf (1.8.7-1) ... Setting up libnfnetlink0:armhf (1.0.1-3+b1) ... Setting up libpam-systemd:armhf (247.3-7+rpi1+deb11u2) ... Setting up libnftnl11:armhf (1.1.9-1) ... Setting up dbus-user-session (1.12.28-0+deb11u1) ... Setting up libnetfilter-conntrack3:armhf (1.0.8-3) ... Setting up iptables (1.8.7-1) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode Selecting previously unselected package python3.11. Preparing to unpack .../6-python3.11_3.11.2-6_armhf.deb ... Unpacking python3.11 (3.11.2-6) ... Selecting previously unselected package libpython3-stdlib:armhf. Preparing to unpack .../7-libpython3-stdlib_3.11.2-1_armhf.deb ... Unpacking libpython3-stdlib:armhf (3.11.2-1) ... Setting up python3-minimal (3.11.2-1) ... Building dependency tree... Reading state information... The following additional packages will be installed: dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libstemmer0d libsystemd0 libunwind8 libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses pkexec policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib python3-pkg-resources python3-pyparsing python3-secretstorage python3-six python3-software-properties python3-wadllib python3-zipp python3.10 python3.10-minimal readline-common systemd systemd-sysv Suggested packages: default-dbus-session-bus | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-blinker-doc python-cryptography-doc python3-cryptography-vectors python-dbus-doc python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin python3-keyrings.alt python3-testresources python3-setuptools python-pyparsing-doc python-secretstorage-doc python3.10-venv python3.10-doc binutils binfmt-support readline-doc systemd-container libfido2-1 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 Recommended packages: libpam-cap dmsetup shared-mime-info xdg-user-dirs libldap-common publicsuffix libsasl2-modules packagekit-tools unattended-upgrades networkd-dispatcher systemd-timesyncd | time-daemon libnss-systemd Get:11 http://archive.raspbian.org/raspbian buster/main armhf libidn11 armhf 1.33-2.2 [113 kB] Get:12 http://archive.raspbian.org/raspbian buster/main armhf libip4tc0 armhf 1.8.2-4 [68.2 kB] update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.31-13+rpi1+deb11u6) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 11559 files and directories currently installed.) Preparing to unpack .../00-python3_3.11.2-1_armhf.deb ... Unpacking python3 (3.11.2-1) ... Selecting previously unselected package sgml-base. Preparing to unpack .../01-sgml-base_1.31_all.deb ... Unpacking sgml-base (1.31) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../02-libcap2-bin_1%3a2.66-4_armhf.deb ... Unpacking libcap2-bin (1:2.66-4) ... The following NEW packages will be installed: apt-transport-https ca-certificates curl dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types openssl packagekit pinentry-curses pkexec policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib python3-pkg-resources python3-pyparsing python3-secretstorage python3-six python3-software-properties python3-wadllib python3-zipp python3.10 python3.10-minimal readline-common software-properties-common systemd systemd-sysv The following packages will be upgraded: libsystemd0 Get:13 http://archive.raspbian.org/raspbian buster/main armhf systemd armhf 241-7~deb10u9+rpi1 [3258 kB] + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.1 Selecting previously unselected package libpam-systemd:armhf. Preparing to unpack .../03-libpam-systemd_252.17-1~deb12u1+rpi1_armhf.deb ... Unpacking libpam-systemd:armhf (252.17-1~deb12u1+rpi1) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../04-apt-transport-https_2.6.1_all.deb ... Unpacking apt-transport-https (2.6.1) ... Preparing to unpack .../05-curl_7.88.1-10+rpi1+deb12u4_armhf.deb ... Unpacking curl (7.88.1-10+rpi1+deb12u4) over (7.88.1-10+rpi1) ... Preparing to unpack .../06-libcurl4_7.88.1-10+rpi1+deb12u4_armhf.deb ... Unpacking libcurl4:armhf (7.88.1-10+rpi1+deb12u4) over (7.88.1-10+rpi1) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../07-distro-info-data_0.58_all.deb ... Unpacking distro-info-data (0.58) ... Selecting previously unselected package libglib2.0-0:armhf. Preparing to unpack .../08-libglib2.0-0_2.74.6-1_armhf.deb ... Unpacking libglib2.0-0:armhf (2.74.6-1) ... 1 upgraded, 107 newly installed, 0 to remove and 7 not upgraded. Need to get 37.1 MB of archives. After this operation, 120 MB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsystemd0 armhf 249.11-0ubuntu3.12 [296 kB] Selecting previously unselected package libgirepository-1.0-1:armhf. Preparing to unpack .../09-libgirepository-1.0-1_1.74.0-3+b1_armhf.deb ... Unpacking libgirepository-1.0-1:armhf (1.74.0-3+b1) ... Selecting previously unselected package gir1.2-glib-2.0:armhf. Preparing to unpack .../10-gir1.2-glib-2.0_1.74.0-3+b1_armhf.deb ... Unpacking gir1.2-glib-2.0:armhf (1.74.0-3+b1) ... Selecting previously unselected package libpackagekit-glib2-18:armhf. Preparing to unpack .../11-libpackagekit-glib2-18_1.2.6-5_armhf.deb ... Unpacking libpackagekit-glib2-18:armhf (1.2.6-5) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../12-gir1.2-packagekitglib-1.0_1.2.6-5_armhf.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.6-5) ... Selecting previously unselected package gnupg2. Preparing to unpack .../13-gnupg2_2.2.40-1.1_all.deb ... Unpacking gnupg2 (2.2.40-1.1) ... make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3.10-minimal armhf 3.10.12-1~22.04.3 [796 kB] docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bookworm" Selecting previously unselected package iso-codes. Preparing to unpack .../14-iso-codes_4.15.0-1_all.deb ... Unpacking iso-codes (4.15.0-1) ... Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libexpat1 armhf 2.4.7-1ubuntu0.2 [66.9 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3.10-minimal armhf 3.10.12-1~22.04.3 [1935 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-minimal armhf 3.10.6-1~22.04 [24.3 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf media-types all 7.0.0 [25.5 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf readline-common all 8.1.2-1 [53.5 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadline8 armhf 8.1.2-1 [128 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsqlite3-0 armhf 3.37.2-2ubuntu0.3 [549 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3.10-stdlib armhf 3.10.12-1~22.04.3 [1766 kB] Selecting previously unselected package libcurl3-gnutls:armhf. Preparing to unpack .../15-libcurl3-gnutls_7.88.1-10+rpi1+deb12u4_armhf.deb ... Unpacking libcurl3-gnutls:armhf (7.88.1-10+rpi1+deb12u4) ... make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Selecting previously unselected package libstemmer0d:armhf. Preparing to unpack .../16-libstemmer0d_2.2.0-2_armhf.deb ... Unpacking libstemmer0d:armhf (2.2.0-2) ... Selecting previously unselected package libicu72:armhf. Preparing to unpack .../17-libicu72_72.1-3_armhf.deb ... Unpacking libicu72:armhf (72.1-3) ... Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3.10 armhf 3.10.12-1~22.04.3 [508 kB] dpkg-genchanges >../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.changes + make IMAGE=debian:bookworm verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ debian:bookworm ./verify Unable to find image 'debian:bookworm' locally bookworm: Pulling from library/debian 1d306580a85c: Already exists Digest: sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 Status: Downloaded newer image for debian:bookworm Selecting previously unselected package libxml2:armhf. Preparing to unpack .../18-libxml2_2.9.14+dfsg-1.3~deb12u1_armhf.deb ... Unpacking libxml2:armhf (2.9.14+dfsg-1.3~deb12u1) ... Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3-stdlib armhf 3.10.6-1~22.04 [6910 B] Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3 armhf 3.10.6-1~22.04 [22.8 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libapparmor1 armhf 3.0.4-2ubuntu2.3 [33.6 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libargon2-1 armhf 0~20171227-0.3 [21.0 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1ubuntu4 [134 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libjson-c5 armhf 0.15-3~ubuntu1.22.04.2 [29.0 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcryptsetup12 armhf 2:2.4.3-1ubuntu1.2 [189 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libip4tc2 armhf 1.8.7-1ubuntu5.1 [17.7 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libkmod2 armhf 29-1ubuntu1 [40.9 kB] Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf systemd armhf 249.11-0ubuntu3.12 [4488 kB] + verify + dpkg --version + verify_deb + apt-get update Selecting previously unselected package libxmlb2:armhf. Preparing to unpack .../19-libxmlb2_0.3.10-2_armhf.deb ... Unpacking libxmlb2:armhf (0.3.10-2) ... Selecting previously unselected package libappstream4:armhf. Preparing to unpack .../20-libappstream4_0.16.1-2_armhf.deb ... Unpacking libappstream4:armhf (0.16.1-2) ... Selecting previously unselected package libduktape207:armhf. Preparing to unpack .../21-libduktape207_2.7.0-2_armhf.deb ... Unpacking libduktape207:armhf (2.7.0-2) ... make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.buildinfo dpkg-genchanges -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.changes Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] Selecting previously unselected package libelf1:armhf. Preparing to unpack .../22-libelf1_0.188-2.1+rpi1_armhf.deb ... Unpacking libelf1:armhf (0.188-2.1+rpi1) ... Selecting previously unselected package libdw1:armhf. Preparing to unpack .../23-libdw1_0.188-2.1+rpi1_armhf.deb ... Unpacking libdw1:armhf (0.188-2.1+rpi1) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../24-libglib2.0-data_2.74.6-1_all.deb ... Unpacking libglib2.0-data (2.74.6-1) ... Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm/main armhf Packages [8497 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main armhf Packages [12.1 kB] Get:6 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [129 kB] Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf systemd-sysv armhf 249.11-0ubuntu3.12 [10.5 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf openssl armhf 3.0.2-0ubuntu1.12 [1152 kB] Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../25-libglib2.0-bin_2.74.6-1_armhf.deb ... Unpacking libglib2.0-bin (2.74.6-1) ... Selecting previously unselected package libunwind8:armhf. Preparing to unpack .../26-libunwind8_1.6.2-3_armhf.deb ... Unpacking libunwind8:armhf (1.6.2-3) ... Selecting previously unselected package libgstreamer1.0-0:armhf. Preparing to unpack .../27-libgstreamer1.0-0_1.22.0-2_armhf.deb ... Unpacking libgstreamer1.0-0:armhf (1.22.0-2) ... dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_armhf.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb /root/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_armhf.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_armhf.deb' removed '/root/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_armhf.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb' copied '/root/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_armhf.deb' removed '/root/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_armhf.deb' Selecting previously unselected package libpolkit-gobject-1-0:armhf. Preparing to unpack .../28-libpolkit-gobject-1-0_122-3_armhf.deb ... Unpacking libpolkit-gobject-1-0:armhf (122-3) ... Selecting previously unselected package libpolkit-agent-1-0:armhf. Preparing to unpack .../29-libpolkit-agent-1-0_122-3_armhf.deb ... Unpacking libpolkit-agent-1-0:armhf (122-3) ... Selecting previously unselected package lsb-release. Preparing to unpack .../30-lsb-release_12.0-1_all.deb ... Unpacking lsb-release (12.0-1) ... Selecting previously unselected package xml-core. Preparing to unpack .../31-xml-core_0.18+nmu1_all.deb ... Unpacking xml-core (0.18+nmu1) ... Selecting previously unselected package polkitd. Preparing to unpack .../32-polkitd_122-3_armhf.deb ... Unpacking polkitd (122-3) ... Selecting previously unselected package packagekit. Preparing to unpack .../33-packagekit_1.2.6-5_armhf.deb ... Unpacking packagekit (1.2.6-5) ... Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf ca-certificates all 20230311ubuntu0.22.04.1 [155 kB] Get:26 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libdbus-1-3 armhf 1.12.20-2ubuntu4.1 [170 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dbus armhf 1.12.20-2ubuntu4.1 [148 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf distro-info-data all 0.52ubuntu0.6 [5160 B] Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-0 armhf 2.72.4-0ubuntu2.2 [1328 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgirepository-1.0-1 armhf 1.72.0-1 [79.2 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gir1.2-glib-2.0 armhf 1.72.0-1 [164 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf iso-codes all 4.9.0-1 [3459 kB] Selecting previously unselected package python-apt-common. Preparing to unpack .../34-python-apt-common_2.6.0_all.deb ... Unpacking python-apt-common (2.6.0) ... Selecting previously unselected package python3-apt. Preparing to unpack .../35-python3-apt_2.6.0_armhf.deb ... Unpacking python3-apt (2.6.0) ... Selecting previously unselected package python3-blinker. Preparing to unpack .../36-python3-blinker_1.5-1_all.deb ... Unpacking python3-blinker (1.5-1) ... Selecting previously unselected package python3-cffi-backend:armhf. Preparing to unpack .../37-python3-cffi-backend_1.15.1-5+b1_armhf.deb ... Unpacking python3-cffi-backend:armhf (1.15.1-5+b1) ... Get:33 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcap2-bin armhf 1:2.44-1ubuntu0.22.04.1 [25.3 kB] dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_armhf.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb /root/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_armhf.deb /build Selecting previously unselected package python3-cryptography. Preparing to unpack .../38-python3-cryptography_38.0.4-3_armhf.deb ... Unpacking python3-cryptography (38.0.4-3) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../39-python3-dbus_1.3.2-4+b1_armhf.deb ... Unpacking python3-dbus (1.3.2-4+b1) ... Selecting previously unselected package python3-distro. Preparing to unpack .../40-python3-distro_1.8.0-1_all.deb ... Unpacking python3-distro (1.8.0-1) ... Get:34 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libelf1 armhf 0.186-1build1 [42.7 kB] copied '/root/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_armhf.deb' -> '/build/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_armhf.deb' removed '/root/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_armhf.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb' copied '/root/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_armhf.deb' -> '/build/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_armhf.deb' removed '/root/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_armhf.deb' Selecting previously unselected package python3-gi. Preparing to unpack .../41-python3-gi_3.42.2-3+b1_armhf.deb ... Unpacking python3-gi (3.42.2-3+b1) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../42-python3-pyparsing_3.0.9-1_all.deb ... Unpacking python3-pyparsing (3.0.9-1) ... Selecting previously unselected package python3-httplib2. Preparing to unpack .../43-python3-httplib2_0.20.4-3_all.deb ... Unpacking python3-httplib2 (0.20.4-3) ... Selecting previously unselected package python3-jwt. Preparing to unpack .../44-python3-jwt_2.6.0-1_all.deb ... Unpacking python3-jwt (2.6.0-1) ... Get:35 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-data all 2.72.4-0ubuntu2.2 [4612 B] Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libicu70 armhf 70.1-2 [10.3 MB] Fetched 8889 kB in 1s (5967 kB/s) Get:14 http://archive.raspbian.org/raspbian buster/main armhf systemd-sysv armhf 241-7~deb10u9+rpi1 [101 kB] Get:15 http://archive.raspbian.org/raspbian buster/main armhf libnfnetlink0 armhf 1.0.1-3 [12.1 kB] Get:16 http://archive.raspbian.org/raspbian buster/main armhf libip6tc0 armhf 1.8.2-4 [68.5 kB] Get:17 http://archive.raspbian.org/raspbian buster/main armhf libiptc0 armhf 1.8.2-4 [59.7 kB] Get:18 http://archive.raspbian.org/raspbian buster/main armhf libxtables12 armhf 1.8.2-4 [77.1 kB] Get:19 http://archive.raspbian.org/raspbian buster/main armhf libmnl0 armhf 1.0.4-2 [11.3 kB] Get:20 http://archive.raspbian.org/raspbian buster/main armhf libnetfilter-conntrack3 armhf 1.0.7-1 [33.1 kB] Get:21 http://archive.raspbian.org/raspbian buster/main armhf iptables armhf 1.8.2-4 [343 kB] Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../45-python3-pkg-resources_66.1.1-1_all.deb ... Unpacking python3-pkg-resources (66.1.1-1) ... Selecting previously unselected package python3-lazr.uri. Preparing to unpack .../46-python3-lazr.uri_1.0.6-3_all.deb ... Unpacking python3-lazr.uri (1.0.6-3) ... Selecting previously unselected package python3-wadllib. Preparing to unpack .../47-python3-wadllib_1.3.6-4_all.deb ... Unpacking python3-wadllib (1.3.6-4) ... Selecting previously unselected package python3-oauthlib. Preparing to unpack .../48-python3-oauthlib_3.2.2-1_all.deb ... Unpacking python3-oauthlib (3.2.2-1) ... Get:22 http://archive.raspbian.org/raspbian buster/main armhf dbus armhf 1.12.28-0+deb10u1 [216 kB] Selecting previously unselected package python3-six. Preparing to unpack .../49-python3-six_1.16.0-4_all.deb ... Unpacking python3-six (1.16.0-4) ... Selecting previously unselected package python3-lazr.restfulclient. Preparing to unpack .../50-python3-lazr.restfulclient_0.14.5-1_all.deb ... Unpacking python3-lazr.restfulclient (0.14.5-1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../51-python3-software-properties_0.99.30-4_all.deb ... Unpacking python3-software-properties (0.99.30-4) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../52-software-properties-common_0.99.30-4_all.deb ... Unpacking software-properties-common (0.99.30-4) ... Get:23 http://archive.raspbian.org/raspbian buster/main armhf libpam-systemd armhf 241-7~deb10u9+rpi1 [194 kB] Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Setting up media-types (10.0.0) ... Setting up systemd-sysv (252.17-1~deb12u1+rpi1) ... Setting up gnupg2 (2.2.40-1.1) ... Setting up libicu72:armhf (72.1-3) ... Setting up apt-transport-https (2.6.1) ... Setting up libglib2.0-0:armhf (2.74.6-1) ... No schema files found: doing nothing. Setting up distro-info-data (0.58) ... Setting up libtirpc-common (1.3.3+ds-1) ... Setting up libxmlb2:armhf (0.3.10-2) ... Setting up libpackagekit-glib2-18:armhf (1.2.6-5) ... Setting up libcurl3-gnutls:armhf (7.88.1-10+rpi1+deb12u4) ... Setting up libunwind8:armhf (1.6.2-3) ... Setting up libcap2-bin (1:2.66-4) ... Setting up libglib2.0-data (2.74.6-1) ... Get:24 http://archive.raspbian.org/raspbian buster/main armhf dbus-user-session armhf 1.12.28-0+deb10u1 [98.6 kB] make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.buildinfo Get:37 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpam-systemd armhf 249.11-0ubuntu3.12 [185 kB] Get:38 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libxml2 armhf 2.9.13+dfsg-1ubuntu0.3 [599 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-0-2 armhf 0.2.2-1build2 [45.4 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lsb-release all 11.1.0ubuntu4 [10.8 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python-apt-common all 2.4.0ubuntu2 [14.8 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-apt armhf 2.4.0ubuntu2 [154 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-dbus armhf 1.2.18-3build1 [92.6 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-gi armhf 3.42.1-0ubuntu1 [214 kB] Setting up libdbus-1-3:armhf (1.14.10-1~deb12u1) ... Setting up udev (252.17-1~deb12u1+rpi1) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 27.0 MB in 7s (3944 kB/s) Selecting previously unselected package libapparmor1:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10240 files and directories currently installed.) Preparing to unpack .../0-libapparmor1_2.13.2-10_armhf.deb ... Unpacking libapparmor1:armhf (2.13.2-10) ... Selecting previously unselected package libcap2:armhf. Preparing to unpack .../1-libcap2_1%3a2.25-2_armhf.deb ... Unpacking libcap2:armhf (1:2.25-2) ... Selecting previously unselected package libargon2-1:armhf. Preparing to unpack .../2-libargon2-1_0~20171227-0.2_armhf.deb ... Unpacking libargon2-1:armhf (0~20171227-0.2) ... Selecting previously unselected package dmsetup. Preparing to unpack .../3-dmsetup_2%3a1.02.155-3_armhf.deb ... Unpacking dmsetup (2:1.02.155-3) ... Selecting previously unselected package libdevmapper1.02.1:armhf. Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ... Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ... Selecting previously unselected package libjson-c3:armhf. Preparing to unpack .../5-libjson-c3_0.12.1+ds-2+deb10u1_armhf.deb ... Unpacking libjson-c3:armhf (0.12.1+ds-2+deb10u1) ... Selecting previously unselected package libcryptsetup12:armhf. Preparing to unpack .../6-libcryptsetup12_2%3a2.1.0-5+deb10u2_armhf.deb ... Unpacking libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ... Get:45 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB] Reading package lists... Building dependency tree... Reading state information... Selecting previously unselected package libidn11:armhf. Preparing to unpack .../7-libidn11_1.33-2.2_armhf.deb ... Unpacking libidn11:armhf (1.33-2.2) ... Selecting previously unselected package libip4tc0:armhf. Preparing to unpack .../8-libip4tc0_1.8.2-4_armhf.deb ... Unpacking libip4tc0:armhf (1.8.2-4) ... Selecting previously unselected package systemd. Preparing to unpack .../9-systemd_241-7~deb10u9+rpi1_armhf.deb ... Unpacking systemd (241-7~deb10u9+rpi1) ... Get:46 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libnghttp2-14 armhf 1.43.0-1ubuntu0.1 [70.7 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf apt-transport-https all 2.4.11 [1510 B] Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB] Get:50 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg2-3ubuntu1.2 [18.9 kB] Get:51 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg2-3ubuntu1.2 [50.7 kB] Get:52 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libldap-2.5-0 armhf 2.5.16+dfsg-0ubuntu0.22.04.1 [159 kB] Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB] Get:54 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libssh-4 armhf 0.9.6-2ubuntu0.22.04.3 [164 kB] Get:55 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl4 armhf 7.81.0-1ubuntu1.15 [252 kB] The following additional packages will be installed: dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libncursesw6 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common sgml-base systemd systemd-sysv xml-core Suggested packages: default-dbus-session-bus | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user gstreamer1.0-tools pinentry-doc polkitd-pkla python3-doc python3-tk python3-venv python-apt-doc python-blinker-doc python-cryptography-doc python3-cryptography-vectors python-dbus-doc python3-crypto python3-setuptools python-pyparsing-doc python3.11-venv python3.11-doc binutils binfmt-support readline-doc sgml-base-doc systemd-container systemd-homed systemd-userdbd systemd-boot systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 debhelper Recommended packages: libpam-cap shared-mime-info xdg-user-dirs krb5-locales libldap-common libgpm2 dbus-user-session publicsuffix libsasl2-modules appstream packagekit-tools systemd-timesyncd | time-daemon libnss-systemd dpkg-genchanges -O../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.changes invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of restart. Setting up python-apt-common (2.6.0) ... Setting up libduktape207:armhf (2.7.0-2) ... Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... Setting up libcurl4:armhf (7.88.1-10+rpi1+deb12u4) ... Setting up libgirepository-1.0-1:armhf (1.74.0-3+b1) ... Setting up sgml-base (1.31) ... Setting up curl (7.88.1-10+rpi1+deb12u4) ... Setting up libstemmer0d:armhf (2.2.0-2) ... Setting up lsb-release (12.0-1) ... Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... Setting up libapparmor1:armhf (2.13.2-10) ... Setting up libcap2:armhf (1:2.25-2) ... Setting up libargon2-1:armhf (0~20171227-0.2) ... Setting up libjson-c3:armhf (0.12.1+ds-2+deb10u1) ... Setting up libidn11:armhf (1.33-2.2) ... Setting up libip4tc0:armhf (1.8.2-4) ... Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ... Setting up libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ... Setting up systemd (241-7~deb10u9+rpi1) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. Initializing machine ID from random generator. Setting up libelf1:armhf (0.188-2.1+rpi1) ... Setting up libxml2:armhf (2.9.14+dfsg-1.3~deb12u1) ... Setting up iso-codes (4.15.0-1) ... Setting up dbus-bin (1.14.10-1~deb12u1) ... Setting up libpolkit-gobject-1-0:armhf (122-3) ... Setting up libtirpc3:armhf (1.3.3+ds-1) ... Setting up libdw1:armhf (0.188-2.1+rpi1) ... Setting up libglib2.0-bin (2.74.6-1) ... Setting up dbus-daemon (1.14.10-1~deb12u1) ... Setting up libappstream4:armhf (0.16.1-2) ... Setting up dbus (1.14.10-1~deb12u1) ... docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal" Get:56 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf curl armhf 7.81.0-1ubuntu1.15 [188 kB] invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up gir1.2-glib-2.0:armhf (1.74.0-3+b1) ... Setting up xml-core (0.18+nmu1) ... Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libassuan0 armhf 2.5.5-1build1 [31.3 kB] Get:58 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgconf armhf 2.2.27-3ubuntu2.1 [115 kB] Setting up libnsl2:armhf (1.3.0-2) ... Setting up libpam-systemd:armhf (252.17-1~deb12u1+rpi1) ... Setting up libpolkit-agent-1-0:armhf (122-3) ... Setting up libgstreamer1.0-0:armhf (1.22.0-2) ... Setting up dmsetup (2:1.02.155-3) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 11059 files and directories currently installed.) Preparing to unpack .../systemd-sysv_241-7~deb10u9+rpi1_armhf.deb ... Unpacking systemd-sysv (241-7~deb10u9+rpi1) ... Selecting previously unselected package multiarch-support. Preparing to unpack .../multiarch-support_2.28-10+rpt2+rpi1+deb10u2_armhf.deb ... Unpacking multiarch-support (2.28-10+rpt2+rpi1+deb10u2) ... Setting up multiarch-support (2.28-10+rpt2+rpi1+deb10u2) ... make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Get:59 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libksba8 armhf 1.6.0-2ubuntu0.2 [101 kB] Get:60 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnpth0 armhf 1.6-3build2 [7230 B] Get:61 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dirmngr armhf 2.2.27-3ubuntu2.1 [320 kB] Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackagekit-glib2-18 armhf 1.2.5-2ubuntu2 [109 kB] Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.5-2ubuntu2 [25.3 kB] Get:64 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB] Get:65 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-utils armhf 2.2.27-3ubuntu2.1 [456 kB] Get:66 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg armhf 2.2.27-3ubuntu2.1 [483 kB] Setcap worked! gst-ptp-helper is not suid! Setting up libpython3.11-stdlib:armhf (3.11.2-6) ... Setting up gir1.2-packagekitglib-1.0 (1.2.6-5) ... Setting up libpython3-stdlib:armhf (3.11.2-1) ... Setting up python3.11 (3.11.2-6) ... Selecting previously unselected package libnfnetlink0:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 11080 files and directories currently installed.) Preparing to unpack .../00-libnfnetlink0_1.0.1-3_armhf.deb ... Unpacking libnfnetlink0:armhf (1.0.1-3) ... Selecting previously unselected package libip6tc0:armhf. Preparing to unpack .../01-libip6tc0_1.8.2-4_armhf.deb ... Unpacking libip6tc0:armhf (1.8.2-4) ... Selecting previously unselected package libiptc0:armhf. Preparing to unpack .../02-libiptc0_1.8.2-4_armhf.deb ... Unpacking libiptc0:armhf (1.8.2-4) ... Selecting previously unselected package libxtables12:armhf. + make IMAGE=ubuntu:focal verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ ubuntu:focal ./verify Unable to find image 'ubuntu:focal' locally The following NEW packages will be installed: apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libncursesw6 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common sgml-base software-properties-common systemd systemd-sysv xml-core docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-mantic" dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_armhf.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb /root/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_armhf.deb /build Preparing to unpack .../03-libxtables12_1.8.2-4_armhf.deb ... Unpacking libxtables12:armhf (1.8.2-4) ... Selecting previously unselected package libmnl0:armhf. Preparing to unpack .../04-libmnl0_1.0.4-2_armhf.deb ... Unpacking libmnl0:armhf (1.0.4-2) ... Selecting previously unselected package libnetfilter-conntrack3:armhf. Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_armhf.deb ... Unpacking libnetfilter-conntrack3:armhf (1.0.7-1) ... Selecting previously unselected package libnftnl11:armhf. Preparing to unpack .../06-libnftnl11_1.1.7-1~bpo10+1~0_armhf.deb ... Unpacking libnftnl11:armhf (1.1.7-1~bpo10+1~0) ... Selecting previously unselected package iptables. Preparing to unpack .../07-iptables_1.8.2-4_armhf.deb ... Unpacking iptables (1.8.2-4) ... focal: Pulling from library/ubuntu 327025e411b2: Already exists Digest: sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 Status: Downloaded newer image for ubuntu:focal Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pinentry-curses armhf 1.1.1-1build2 [35.6 kB] 0 upgraded, 117 newly installed, 0 to remove and 0 not upgraded. Need to get 46.1 MB of archives. After this operation, 152 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main armhf libssl3 armhf 3.0.11-1~deb12u2 [1665 kB] Get:2 http://deb.debian.org/debian bookworm/main armhf libargon2-1 armhf 0~20171227-0.3+deb12u1 [19.6 kB] Get:3 http://deb.debian.org/debian bookworm/main armhf dmsetup armhf 2:1.02.185-2 [81.9 kB] Get:4 http://deb.debian.org/debian bookworm/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2 [125 kB] Get:5 http://deb.debian.org/debian bookworm/main armhf libjson-c5 armhf 0.16-2 [40.4 kB] Get:6 http://deb.debian.org/debian bookworm/main armhf libcryptsetup12 armhf 2:2.6.1-4~deb12u1 [196 kB] Get:7 http://deb.debian.org/debian bookworm/main armhf libfdisk1 armhf 2.38.1-5+b1 [178 kB] Get:8 http://deb.debian.org/debian bookworm/main armhf libkmod2 armhf 30+20221128-1 [50.0 kB] Get:9 http://deb.debian.org/debian bookworm/main armhf libapparmor1 armhf 3.0.8-3 [36.9 kB] Get:10 http://deb.debian.org/debian bookworm/main armhf libip4tc2 armhf 1.8.9-2 [16.9 kB] Get:11 http://deb.debian.org/debian bookworm/main armhf libsystemd-shared armhf 252.19-1~deb12u1 [1545 kB] make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh copied '/root/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_armhf.deb' -> '/build/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_armhf.deb' removed '/root/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_armhf.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb' copied '/root/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_armhf.deb' -> '/build/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_armhf.deb' removed '/root/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_armhf.deb' Selecting previously unselected package dbus. Preparing to unpack .../08-dbus_1.12.28-0+deb10u1_armhf.deb ... Unpacking dbus (1.12.28-0+deb10u1) ... Selecting previously unselected package libpam-systemd:armhf. Preparing to unpack .../09-libpam-systemd_241-7~deb10u9+rpi1_armhf.deb ... Unpacking libpam-systemd:armhf (241-7~deb10u9+rpi1) ... Selecting previously unselected package containerd.io. Preparing to unpack .../10-containerd.io_1.6.27-1_armhf.deb ... Unpacking containerd.io (1.6.27-1) ... Get:68 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-agent armhf 2.2.27-3ubuntu2.1 [227 kB] Get:69 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-client armhf 2.2.27-3ubuntu2.1 [86.3 kB] Get:70 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-server armhf 2.2.27-3ubuntu2.1 [80.1 kB] + make IMAGE=ubuntu:mantic verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ ubuntu:mantic ./verify Unable to find image 'ubuntu:mantic' locally mantic: Pulling from library/ubuntu Setting up python3 (3.11.2-1) ... Setting up python3-six (1.16.0-4) ... Setting up python3-pyparsing (3.0.9-1) ... + verify + dpkg --version + verify_deb + apt-get update Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgsm armhf 2.2.27-3ubuntu2.1 [206 kB] Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg all 2.2.27-3ubuntu2.1 [315 kB] Get:73 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl3-gnutls armhf 7.81.0-1ubuntu1.15 [247 kB] Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstemmer0d armhf 2.2.0-1build1 [136 kB] Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxmlb2 armhf 0.3.6-2build1 [57.1 kB] Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libappstream4 armhf 0.15.2-2 [169 kB] Get:77 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdw1 armhf 0.186-1build1 [228 kB] Get:12 http://deb.debian.org/debian bookworm/main armhf systemd armhf 252.19-1~deb12u1 [2933 kB] Get:13 http://deb.debian.org/debian bookworm/main armhf systemd-sysv armhf 252.19-1~deb12u1 [41.8 kB] Get:14 http://deb.debian.org/debian bookworm/main armhf libdbus-1-3 armhf 1.14.10-1~deb12u1 [178 kB] Get:15 http://deb.debian.org/debian bookworm/main armhf dbus-bin armhf 1.14.10-1~deb12u1 [103 kB] Get:16 http://deb.debian.org/debian bookworm/main armhf dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] Get:17 http://deb.debian.org/debian bookworm/main armhf libexpat1 armhf 2.5.0-1 [79.9 kB] Get:18 http://deb.debian.org/debian bookworm/main armhf dbus-daemon armhf 1.14.10-1~deb12u1 [169 kB] Get:19 http://deb.debian.org/debian bookworm/main armhf dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] Get:20 http://deb.debian.org/debian bookworm/main armhf dbus armhf 1.14.10-1~deb12u1 [94.8 kB] Get:21 http://deb.debian.org/debian bookworm/main armhf libpython3.11-minimal armhf 3.11.2-6 [798 kB] Get:22 http://deb.debian.org/debian bookworm/main armhf python3.11-minimal armhf 3.11.2-6 [1714 kB] Get:23 http://deb.debian.org/debian bookworm/main armhf python3-minimal armhf 3.11.2-1+b1 [26.3 kB] Get:24 http://deb.debian.org/debian bookworm/main armhf media-types all 10.0.0 [26.1 kB] Get:25 http://deb.debian.org/debian bookworm/main armhf libncursesw6 armhf 6.4-4 [108 kB] Get:26 http://deb.debian.org/debian bookworm/main armhf libkrb5support0 armhf 1.20.1-2+deb12u1 [29.4 kB] Get:27 http://deb.debian.org/debian bookworm/main armhf libk5crypto3 armhf 1.20.1-2+deb12u1 [74.5 kB] Get:28 http://deb.debian.org/debian bookworm/main armhf libkeyutils1 armhf 1.6.3-2 [7832 B] Get:29 http://deb.debian.org/debian bookworm/main armhf libkrb5-3 armhf 1.20.1-2+deb12u1 [287 kB] Get:30 http://deb.debian.org/debian bookworm/main armhf libgssapi-krb5-2 armhf 1.20.1-2+deb12u1 [111 kB] Get:31 http://deb.debian.org/debian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB] Get:32 http://deb.debian.org/debian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.9 kB] Get:33 http://deb.debian.org/debian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.9 kB] Get:34 http://deb.debian.org/debian bookworm/main armhf readline-common all 8.2-1.3 [69.0 kB] Get:35 http://deb.debian.org/debian bookworm/main armhf libreadline8 armhf 8.2-1.3 [144 kB] Get:36 http://deb.debian.org/debian bookworm/main armhf libsqlite3-0 armhf 3.40.1-2 [735 kB] Get:37 http://deb.debian.org/debian bookworm/main armhf libpython3.11-stdlib armhf 3.11.2-6 [1678 kB] Get:38 http://deb.debian.org/debian bookworm/main armhf python3.11 armhf 3.11.2-6 [572 kB] Get:39 http://deb.debian.org/debian bookworm/main armhf libpython3-stdlib armhf 3.11.2-1+b1 [9296 B] Get:40 http://deb.debian.org/debian bookworm/main armhf python3 armhf 3.11.2-1+b1 [26.3 kB] Get:41 http://deb.debian.org/debian bookworm/main armhf sgml-base all 1.31 [15.4 kB] Get:42 http://deb.debian.org/debian bookworm/main armhf openssl armhf 3.0.11-1~deb12u2 [1386 kB] Get:43 http://deb.debian.org/debian bookworm/main armhf ca-certificates all 20230311 [153 kB] Get:44 http://deb.debian.org/debian bookworm/main armhf libpam-systemd armhf 252.19-1~deb12u1 [203 kB] Get:45 http://deb.debian.org/debian bookworm/main armhf apt-transport-https all 2.6.1 [25.2 kB] Get:46 http://deb.debian.org/debian bookworm/main armhf libbrotli1 armhf 1.0.9-2+b6 [271 kB] Get:47 http://deb.debian.org/debian bookworm/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-10 [19.0 kB] Get:48 http://deb.debian.org/debian bookworm/main armhf libsasl2-2 armhf 2.1.28+dfsg-10 [52.3 kB] Get:49 http://deb.debian.org/debian bookworm/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-5 [158 kB] Get:50 http://deb.debian.org/debian bookworm/main armhf libnghttp2-14 armhf 1.52.0-1+deb12u1 [62.1 kB] Get:51 http://deb.debian.org/debian bookworm/main armhf libpsl5 armhf 0.21.2-1 [57.5 kB] Get:52 http://deb.debian.org/debian bookworm/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB] Get:53 http://deb.debian.org/debian bookworm/main armhf libssh2-1 armhf 1.10.0-3+b1 [163 kB] Get:54 http://deb.debian.org/debian-security bookworm-security/main armhf libcurl4 armhf 7.88.1-10+deb12u5 [351 kB] Get:55 http://deb.debian.org/debian-security bookworm-security/main armhf curl armhf 7.88.1-10+deb12u5 [305 kB] Get:56 http://deb.debian.org/debian bookworm/main armhf libassuan0 armhf 2.5.5-5 [42.0 kB] Get:57 http://deb.debian.org/debian bookworm/main armhf gpgconf armhf 2.2.40-1.1 [547 kB] Get:58 http://deb.debian.org/debian bookworm/main armhf libksba8 armhf 1.6.3-2 [109 kB] Get:59 http://deb.debian.org/debian bookworm/main armhf libnpth0 armhf 1.6-3 [17.8 kB] Get:60 http://deb.debian.org/debian bookworm/main armhf dirmngr armhf 2.2.40-1.1 [748 kB] Get:61 http://deb.debian.org/debian bookworm/main armhf distro-info-data all 0.58+deb12u1 [6072 B] Get:62 http://deb.debian.org/debian bookworm/main armhf libglib2.0-0 armhf 2.74.6-2 [1227 kB] Get:63 http://deb.debian.org/debian bookworm/main armhf libgirepository-1.0-1 armhf 1.74.0-3 [88.2 kB] Get:64 http://deb.debian.org/debian bookworm/main armhf gir1.2-glib-2.0 armhf 1.74.0-3 [159 kB] Get:65 http://deb.debian.org/debian bookworm/main armhf libpackagekit-glib2-18 armhf 1.2.6-5 [98.1 kB] Get:66 http://deb.debian.org/debian bookworm/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.6-5 [25.9 kB] Get:67 http://deb.debian.org/debian bookworm/main armhf gnupg-l10n all 2.2.40-1.1 [1093 kB] Get:68 http://deb.debian.org/debian bookworm/main armhf gnupg-utils armhf 2.2.40-1.1 [850 kB] Get:69 http://deb.debian.org/debian bookworm/main armhf gpg armhf 2.2.40-1.1 [884 kB] Get:70 http://deb.debian.org/debian bookworm/main armhf pinentry-curses armhf 1.2.1-1 [73.4 kB] Get:71 http://deb.debian.org/debian bookworm/main armhf gpg-agent armhf 2.2.40-1.1 [652 kB] Get:72 http://deb.debian.org/debian bookworm/main armhf gpg-wks-client armhf 2.2.40-1.1 [524 kB] Get:73 http://deb.debian.org/debian bookworm/main armhf gpg-wks-server armhf 2.2.40-1.1 [517 kB] Get:74 http://deb.debian.org/debian bookworm/main armhf gpgsm armhf 2.2.40-1.1 [637 kB] Get:75 http://deb.debian.org/debian bookworm/main armhf gnupg all 2.2.40-1.1 [846 kB] Get:76 http://deb.debian.org/debian bookworm/main armhf gnupg2 all 2.2.40-1.1 [445 kB] Get:77 http://deb.debian.org/debian bookworm/main armhf iso-codes all 4.15.0-1 [2906 kB] Get:78 http://deb.debian.org/debian-security bookworm-security/main armhf libcurl3-gnutls armhf 7.88.1-10+deb12u5 [346 kB] Get:79 http://deb.debian.org/debian bookworm/main armhf libstemmer0d armhf 2.2.0-2 [102 kB] Get:80 http://deb.debian.org/debian bookworm/main armhf libicu72 armhf 72.1-3 [9048 kB] 081b2ed8534a: Already exists Digest: sha256:cbc171ba52575fec0601f01abf6fdec67f8ed227658cacbc10d778ac3b218307 Status: Downloaded newer image for ubuntu:mantic [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Setting up python3-gi (3.42.2-3+b1) ... Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Get:81 http://deb.debian.org/debian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.3~deb12u1 [591 kB] Get:82 http://deb.debian.org/debian bookworm/main armhf libxmlb2 armhf 0.3.10-2 [49.9 kB] Get:83 http://deb.debian.org/debian bookworm/main armhf libyaml-0-2 armhf 0.2.5-1 [46.8 kB] Get:84 http://deb.debian.org/debian bookworm/main armhf libappstream4 armhf 0.16.1-2 [168 kB] Get:85 http://deb.debian.org/debian bookworm/main armhf libcap2-bin armhf 1:2.66-4 [32.9 kB] Get:86 http://deb.debian.org/debian bookworm/main armhf libduktape207 armhf 2.7.0-2 [114 kB] Get:87 http://deb.debian.org/debian bookworm/main armhf libelf1 armhf 0.188-2.1 [170 kB] Get:88 http://deb.debian.org/debian bookworm/main armhf libdw1 armhf 0.188-2.1 [215 kB] Get:89 http://deb.debian.org/debian bookworm/main armhf libglib2.0-data all 2.74.6-2 [1207 kB] Get:90 http://deb.debian.org/debian bookworm/main armhf libglib2.0-bin armhf 2.74.6-2 [103 kB] Get:91 http://deb.debian.org/debian bookworm/main armhf libunwind8 armhf 1.6.2-3 [43.3 kB] Get:92 http://deb.debian.org/debian bookworm/main armhf libgstreamer1.0-0 armhf 1.22.0-2 [1097 kB] Get:93 http://deb.debian.org/debian bookworm/main armhf libpolkit-gobject-1-0 armhf 122-3 [38.7 kB] Get:94 http://deb.debian.org/debian bookworm/main armhf libpolkit-agent-1-0 armhf 122-3 [22.2 kB] Get:95 http://deb.debian.org/debian bookworm/main armhf lsb-release all 12.0-1 [6416 B] Get:96 http://deb.debian.org/debian bookworm/main armhf xml-core all 0.18+nmu1 [23.8 kB] Get:97 http://deb.debian.org/debian bookworm/main armhf polkitd armhf 122-3 [105 kB] Get:98 http://deb.debian.org/debian bookworm/main armhf packagekit armhf 1.2.6-5 [576 kB] Get:99 http://deb.debian.org/debian bookworm/main armhf python-apt-common all 2.6.0 [64.3 kB] Get:100 http://deb.debian.org/debian bookworm/main armhf python3-apt armhf 2.6.0 [144 kB] Get:101 http://deb.debian.org/debian bookworm/main armhf python3-blinker all 1.5-1 [14.7 kB] Get:102 http://deb.debian.org/debian bookworm/main armhf python3-cffi-backend armhf 1.15.1-5+b1 [75.1 kB] Get:103 http://deb.debian.org/debian bookworm/main armhf python3-cryptography armhf 38.0.4-3 [600 kB] Get:104 http://deb.debian.org/debian bookworm/main armhf python3-dbus armhf 1.3.2-4+b1 [89.1 kB] Get:105 http://deb.debian.org/debian bookworm/main armhf python3-distro all 1.8.0-1 [20.5 kB] Get:106 http://deb.debian.org/debian bookworm/main armhf python3-gi armhf 3.42.2-3+b1 [203 kB] Get:107 http://deb.debian.org/debian bookworm/main armhf python3-pyparsing all 3.0.9-1 [138 kB] Get:108 http://deb.debian.org/debian bookworm/main armhf python3-httplib2 all 0.20.4-3 [36.0 kB] Get:109 http://deb.debian.org/debian bookworm/main armhf python3-jwt all 2.6.0-1 [26.6 kB] Get:110 http://deb.debian.org/debian bookworm/main armhf python3-pkg-resources all 66.1.1-1 [296 kB] Get:111 http://deb.debian.org/debian bookworm/main armhf python3-lazr.uri all 1.0.6-3 [13.7 kB] Get:112 http://deb.debian.org/debian bookworm/main armhf python3-wadllib all 1.3.6-4 [37.2 kB] Get:113 http://deb.debian.org/debian bookworm/main armhf python3-oauthlib all 3.2.2-1 [95.4 kB] Get:114 http://deb.debian.org/debian bookworm/main armhf python3-six all 1.16.0-4 [17.5 kB] Get:115 http://deb.debian.org/debian bookworm/main armhf python3-lazr.restfulclient all 0.14.5-1 [50.4 kB] Get:116 http://deb.debian.org/debian bookworm/main armhf python3-software-properties all 0.99.30-4 [32.7 kB] Get:117 http://deb.debian.org/debian bookworm/main armhf software-properties-common all 0.99.30-4 [62.0 kB] debconf: delaying package configuration, since apt-utils is not installed + verify + dpkg --version + verify_deb + apt-get update Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB] Setting up python3-httplib2 (0.20.4-3) ... Setting up python3-cffi-backend:armhf (1.15.1-5+b1) ... Setting up python3-blinker (1.5-1) ... Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-bin armhf 2.72.4-0ubuntu2.2 [75.7 kB] Fetched 46.1 MB in 1s (40.0 MB/s) Selecting previously unselected package libssl3:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6092 files and directories currently installed.) Preparing to unpack .../00-libssl3_3.0.11-1~deb12u2_armhf.deb ... Unpacking libssl3:armhf (3.0.11-1~deb12u2) ... Selecting previously unselected package libargon2-1:armhf. Preparing to unpack .../01-libargon2-1_0~20171227-0.3+deb12u1_armhf.deb ... Unpacking libargon2-1:armhf (0~20171227-0.3+deb12u1) ... Selecting previously unselected package dmsetup. Preparing to unpack .../02-dmsetup_2%3a1.02.185-2_armhf.deb ... Unpacking dmsetup (2:1.02.185-2) ... Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB] Setting up python3-pkg-resources (66.1.1-1) ... Get:79 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libunwind8 armhf 1.3.2-2build2.1 [49.5 kB] Get:80 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libgstreamer1.0-0 armhf 1.20.3-0ubuntu1 [936 kB] make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo Selecting previously unselected package libdevmapper1.02.1:armhf. Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.185-2_armhf.deb ... Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2) ... Selecting previously unselected package libjson-c5:armhf. Preparing to unpack .../04-libjson-c5_0.16-2_armhf.deb ... Unpacking libjson-c5:armhf (0.16-2) ... Selecting previously unselected package libcryptsetup12:armhf. Preparing to unpack .../05-libcryptsetup12_2%3a2.6.1-4~deb12u1_armhf.deb ... Unpacking libcryptsetup12:armhf (2:2.6.1-4~deb12u1) ... Selecting previously unselected package libfdisk1:armhf. Preparing to unpack .../06-libfdisk1_2.38.1-5+b1_armhf.deb ... Unpacking libfdisk1:armhf (2.38.1-5+b1) ... Selecting previously unselected package libkmod2:armhf. Preparing to unpack .../07-libkmod2_30+20221128-1_armhf.deb ... Get:1 http://ports.ubuntu.com/ubuntu-ports mantic InRelease [256 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf Packages [10.9 MB] Setting up python3-dbus (1.3.2-4+b1) ... Get:81 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpolkit-gobject-1-0 armhf 0.105-33 [37.6 kB] Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpolkit-agent-1-0 armhf 0.105-33 [14.1 kB] Get:83 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf polkitd armhf 0.105-33 [72.9 kB] Get:84 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pkexec armhf 0.105-33 [14.5 kB] Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf policykit-1 armhf 0.105-33 [2426 B] Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-blinker all 1.4+dfsg1-0.4 [14.0 kB] Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-cffi-backend armhf 1.15.0-1build2 [67.6 kB] Get:88 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-cryptography armhf 3.4.8-1ubuntu2.1 [222 kB] Unpacking libkmod2:armhf (30+20221128-1) ... Selecting previously unselected package libapparmor1:armhf. Preparing to unpack .../08-libapparmor1_3.0.8-3_armhf.deb ... Unpacking libapparmor1:armhf (3.0.8-3) ... Selecting previously unselected package libip4tc2:armhf. Preparing to unpack .../09-libip4tc2_1.8.9-2_armhf.deb ... Unpacking libip4tc2:armhf (1.8.9-2) ... Selecting previously unselected package libsystemd-shared:armhf. Preparing to unpack .../10-libsystemd-shared_252.19-1~deb12u1_armhf.deb ... Unpacking libsystemd-shared:armhf (252.19-1~deb12u1) ... Get:2 http://ports.ubuntu.com/ubuntu-ports mantic-updates InRelease [109 kB] Setting up python3-distro (1.8.0-1) ... Setting up python3-jwt (2.6.0-1) ... Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-pyparsing all 2.4.7-1 [61.4 kB] Setting up libssl3:armhf (3.0.11-1~deb12u2) ... Selecting previously unselected package systemd. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6179 files and directories currently installed.) Preparing to unpack .../systemd_252.19-1~deb12u1_armhf.deb ... Unpacking systemd (252.19-1~deb12u1) ... Get:3 http://ports.ubuntu.com/ubuntu-ports mantic-backports InRelease [90.8 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports mantic-security InRelease [109 kB] Selecting previously unselected package dbus-user-session. Preparing to unpack .../11-dbus-user-session_1.12.28-0+deb10u1_armhf.deb ... Unpacking dbus-user-session (1.12.28-0+deb10u1) ... Setting up python3-apt (2.6.0) ... Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-httplib2 all 0.20.2-2 [30.4 kB] Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-more-itertools all 8.10.0-2 [47.9 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports focal/restricted armhf Packages [10.8 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf Packages [1227 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports focal/multiverse armhf Packages [141 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf Packages [1169 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted armhf Packages [21.9 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse armhf Packages [9921 B] Setting up libargon2-1:armhf (0~20171227-0.3+deb12u1) ... Setting up libjson-c5:armhf (0.16-2) ... Setting up libfdisk1:armhf (2.38.1-5+b1) ... Setting up libkmod2:armhf (30+20221128-1) ... Setting up libapparmor1:armhf (3.0.8-3) ... Setting up libip4tc2:armhf (1.8.9-2) ... Setting up libsystemd-shared:armhf (252.19-1~deb12u1) ... Setting up libdevmapper1.02.1:armhf (2:1.02.185-2) ... Get:5 http://ports.ubuntu.com/ubuntu-ports mantic/universe armhf Packages [17.9 MB] Setting up systemd-sysv (241-7~deb10u9+rpi1) ... Setting up libip6tc0:armhf (1.8.2-4) ... Setting up libiptc0:armhf (1.8.2-4) ... Setting up dbus (1.12.28-0+deb10u1) ... invoke-rc.d: could not determine current runlevel dpkg-genchanges >../docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.changes Setting up python3-lazr.uri (1.0.6-3) ... Setting up python3-cryptography (38.0.4-3) ... Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-zipp all 1.0.0-3 [5440 B] Get:93 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-importlib-metadata all 4.6.4-1 [16.2 kB] Get:94 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-jeepney all 0.7.1-3 [36.8 kB] Get:95 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB] Get:96 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-secretstorage all 3.3.1-1 [13.2 kB] Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-keyring all 23.5.0-1 [35.7 kB] Get:98 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-lazr.uri all 1.0.6-2 [14.4 kB] Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-wadllib all 1.3.6-1 [36.4 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf Packages [1822 kB] Setting up libcryptsetup12:armhf (2:2.6.1-4~deb12u1) ... Setting up systemd (252.19-1~deb12u1) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. Creating group 'systemd-journal' with GID 999. Creating group 'systemd-network' with GID 998. Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. Setting up dmsetup (2:1.02.185-2) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7025 files and directories currently installed.) Preparing to unpack .../0-systemd-sysv_252.19-1~deb12u1_armhf.deb ... Unpacking systemd-sysv (252.19-1~deb12u1) ... invoke-rc.d: policy-rc.d denied execution of start. Setting up libmnl0:armhf (1.0.4-2) ... Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:armhf (1.8.2-4) ... Setting up libnfnetlink0:armhf (1.0.1-3) ... Setting up libpam-systemd:armhf (241-7~deb10u9+rpi1) ... Setting up python3-wadllib (1.3.6-4) ... Selecting previously unselected package libdbus-1-3:armhf. Preparing to unpack .../1-libdbus-1-3_1.14.10-1~deb12u1_armhf.deb ... Unpacking libdbus-1-3:armhf (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus-bin. Preparing to unpack .../2-dbus-bin_1.14.10-1~deb12u1_armhf.deb ... Unpacking dbus-bin (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus-session-bus-common. Preparing to unpack .../3-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... Selecting previously unselected package libexpat1:armhf. Preparing to unpack .../4-libexpat1_2.5.0-1_armhf.deb ... Unpacking libexpat1:armhf (2.5.0-1) ... Selecting previously unselected package dbus-daemon. Preparing to unpack .../5-dbus-daemon_1.14.10-1~deb12u1_armhf.deb ... Unpacking dbus-daemon (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus-system-bus-common. Preparing to unpack .../6-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... Setting up libnftnl11:armhf (1.1.7-1~bpo10+1~0) ... Setting up dbus-user-session (1.12.28-0+deb10u1) ... Setting up libnetfilter-conntrack3:armhf (1.0.7-1) ... Setting up iptables (1.8.2-4) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for systemd (241-7~deb10u9+rpi1) ... Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version Setting up python3-oauthlib (3.2.2-1) ... Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... Selecting previously unselected package dbus. Preparing to unpack .../7-dbus_1.14.10-1~deb12u1_armhf.deb ... Unpacking dbus (1.14.10-1~deb12u1) ... Selecting previously unselected package libpython3.11-minimal:armhf. Preparing to unpack .../8-libpython3.11-minimal_3.11.2-6_armhf.deb ... Unpacking libpython3.11-minimal:armhf (3.11.2-6) ... Selecting previously unselected package python3.11-minimal. Preparing to unpack .../9-python3.11-minimal_3.11.2-6_armhf.deb ... Unpacking python3.11-minimal (3.11.2-6) ... Get:100 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-distro all 1.7.0-1 [17.0 kB] Get:101 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/main armhf Packages [54.7 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe armhf Packages [27.8 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse armhf Packages [5099 B] Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted armhf Packages [21.6 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf Packages [1462 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/universe armhf Packages [884 kB] github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v Setting up python3-lazr.restfulclient (0.14.5-1) ... Setting up python3-software-properties (0.99.30-4) ... Get:6 http://ports.ubuntu.com/ubuntu-ports mantic/restricted armhf Packages [9095 B] Get:7 http://ports.ubuntu.com/ubuntu-ports mantic/multiverse armhf Packages [205 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf Packages [1718 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports mantic-updates/restricted armhf Packages [4436 B] Get:10 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf Packages [246 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports mantic-updates/universe armhf Packages [221 kB] Setting up libpython3.11-minimal:armhf (3.11.2-6) ... Setting up libexpat1:armhf (2.5.0-1) ... Setting up python3.11-minimal (3.11.2-6) ... dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.24.2-1~debian.11~bullseye_armhf.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb'. Get:102 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-six all 1.16.0-3ubuntu1 [12.6 kB] Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-lazr.restfulclient all 0.14.4-1 [51.2 kB] Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-launchpadlib all 1.10.16-1 [125 kB] Get:105 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-software-properties all 0.99.22.9 [28.8 kB] Get:106 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf packagekit armhf 1.2.5-2ubuntu2 [422 kB] Get:107 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf software-properties-common all 0.99.22.9 [14.1 kB] Get:108 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf gnupg2 all 2.2.27-3ubuntu2.1 [5548 B] Fetched 18.4 MB in 3s (6616 kB/s) containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.3.3 Processing triggers for libc-bin (2.36-9+rpi1) ... Processing triggers for systemd (252.17-1~deb12u1+rpi1) ... Processing triggers for sgml-base (1.31) ... Setting up polkitd (122-3) ... Creating group 'polkitd' with GID 997. Creating user 'polkitd' (polkit) with UID 997 and GID 997. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of reload. docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-lunar" debconf: delaying package configuration, since apt-utils is not installed Fetched 37.1 MB in 11s (3434 kB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../libsystemd0_249.11-0ubuntu3.12_armhf.deb ... Unpacking libsystemd0:armhf (249.11-0ubuntu3.12) over (249.11-0ubuntu3.11) ... Setting up libsystemd0:armhf (249.11-0ubuntu3.12) ... start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory) Setting up packagekit (1.2.6-5) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~debian.10~buster_armhf.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb /root/docker-compose-plugin_2.24.2-1~debian.10~buster_armhf.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~debian.10~buster_armhf.deb' -> '/build/docker-buildx-plugin_0.12.1-1~debian.10~buster_armhf.deb' removed '/root/docker-buildx-plugin_0.12.1-1~debian.10~buster_armhf.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb' copied '/root/docker-compose-plugin_2.24.2-1~debian.10~buster_armhf.deb' -> '/build/docker-compose-plugin_2.24.2-1~debian.10~buster_armhf.deb' removed '/root/docker-compose-plugin_2.24.2-1~debian.10~buster_armhf.deb' Selecting previously unselected package libpython3.10-minimal:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.3_armhf.deb ... Unpacking libpython3.10-minimal:armhf (3.10.12-1~22.04.3) ... Selecting previously unselected package libexpat1:armhf. Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_armhf.deb ... Unpacking libexpat1:armhf (2.4.7-1ubuntu0.2) ... Selecting previously unselected package python3.10-minimal. Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.3_armhf.deb ... Unpacking python3.10-minimal (3.10.12-1~22.04.3) ... Setting up libpython3.10-minimal:armhf (3.10.12-1~22.04.3) ... Setting up libexpat1:armhf (2.4.7-1ubuntu0.2) ... Get:12 http://ports.ubuntu.com/ubuntu-ports mantic-updates/multiverse armhf Packages [2388 B] Get:13 http://ports.ubuntu.com/ubuntu-ports mantic-backports/universe armhf Packages [4203 B] Get:14 http://ports.ubuntu.com/ubuntu-ports mantic-security/multiverse armhf Packages [1662 B] Get:15 http://ports.ubuntu.com/ubuntu-ports mantic-security/main armhf Packages [188 kB] Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up software-properties-common (0.99.30-4) ... Processing triggers for dbus (1.14.10-1~deb12u1) ... ++ source /etc/os-release +++ PRETTY_NAME='Raspbian GNU/Linux 12 (bookworm)' +++ NAME='Raspbian GNU/Linux' +++ VERSION_ID=12 +++ VERSION='12 (bookworm)' +++ VERSION_CODENAME=bookworm +++ ID=raspbian +++ ID_LIKE=debian +++ HOME_URL=http://www.raspbian.org/ +++ SUPPORT_URL=http://www.raspbian.org/RaspbianForums +++ BUG_REPORT_URL=http://www.raspbian.org/RaspbianBugs ++ echo raspbian + DIST_ID=raspbian ++ lsb_release -sc + DIST_VERSION=bookworm + '[' bookworm = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/raspbian + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian' [DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian + update-ca-certificates -f Clearing symlinks in /etc/ssl/certs... + make IMAGE=ubuntu:lunar verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ ubuntu:lunar ./verify Unable to find image 'ubuntu:lunar' locally Setting up python3.10-minimal (3.10.12-1~22.04.3) ... Get:16 http://ports.ubuntu.com/ubuntu-ports mantic-security/restricted armhf Packages [4411 B] Get:17 http://ports.ubuntu.com/ubuntu-ports mantic-security/universe armhf Packages [187 kB] Fetched 21.3 MB in 3s (7001 kB/s) Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7432 files and directories currently installed.) Preparing to unpack .../00-python3-minimal_3.11.2-1+b1_armhf.deb ... Unpacking python3-minimal (3.11.2-1+b1) ... Selecting previously unselected package media-types. Preparing to unpack .../01-media-types_10.0.0_all.deb ... Unpacking media-types (10.0.0) ... Selecting previously unselected package libncursesw6:armhf. Preparing to unpack .../02-libncursesw6_6.4-4_armhf.deb ... Unpacking libncursesw6:armhf (6.4-4) ... Selecting previously unselected package libkrb5support0:armhf. Preparing to unpack .../03-libkrb5support0_1.20.1-2+deb12u1_armhf.deb ... Unpacking libkrb5support0:armhf (1.20.1-2+deb12u1) ... Selecting previously unselected package libk5crypto3:armhf. Preparing to unpack .../04-libk5crypto3_1.20.1-2+deb12u1_armhf.deb ... Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common lunar: Pulling from library/ubuntu 2643114b2781: Already exists Unpacking libk5crypto3:armhf (1.20.1-2+deb12u1) ... Selecting previously unselected package libkeyutils1:armhf. Preparing to unpack .../05-libkeyutils1_1.6.3-2_armhf.deb ... Unpacking libkeyutils1:armhf (1.6.3-2) ... Selecting previously unselected package libkrb5-3:armhf. Preparing to unpack .../06-libkrb5-3_1.20.1-2+deb12u1_armhf.deb ... Unpacking libkrb5-3:armhf (1.20.1-2+deb12u1) ... Selecting previously unselected package libgssapi-krb5-2:armhf. Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-2+deb12u1_armhf.deb ... Unpacking libgssapi-krb5-2:armhf (1.20.1-2+deb12u1) ... Selecting previously unselected package libtirpc-common. Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... Unpacking libtirpc-common (1.3.3+ds-1) ... done. Updating certificates in /etc/ssl/certs... Digest: sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd Status: Downloaded newer image for ubuntu:lunar Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_armhf.deb ... Unpacking python3-minimal (3.10.6-1~22.04) ... Selecting previously unselected package media-types. Preparing to unpack .../1-media-types_7.0.0_all.deb ... Unpacking media-types (7.0.0) ... Selecting previously unselected package libtirpc3:armhf. Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_armhf.deb ... Unpacking libtirpc3:armhf (1.3.3+ds-1) ... Selecting previously unselected package libnsl2:armhf. Preparing to unpack .../10-libnsl2_1.3.0-2_armhf.deb ... Unpacking libnsl2:armhf (1.3.0-2) ... Selecting previously unselected package readline-common. Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... Unpacking readline-common (8.2-1.3) ... Selecting previously unselected package libreadline8:armhf. Preparing to unpack .../12-libreadline8_8.2-1.3_armhf.deb ... Unpacking libreadline8:armhf (8.2-1.3) ... Selecting previously unselected package libsqlite3-0:armhf. Preparing to unpack .../13-libsqlite3-0_3.40.1-2_armhf.deb ... Unpacking libsqlite3-0:armhf (3.40.1-2) ... + verify + dpkg --version + verify_deb + apt-get update Selecting previously unselected package libmpdec3:armhf. Preparing to unpack .../2-libmpdec3_2.5.1-2build2_armhf.deb ... Unpacking libmpdec3:armhf (2.5.1-2build2) ... Selecting previously unselected package readline-common. Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ... Unpacking readline-common (8.1.2-1) ... Selecting previously unselected package libreadline8:armhf. Preparing to unpack .../4-libreadline8_8.1.2-1_armhf.deb ... Unpacking libreadline8:armhf (8.1.2-1) ... Selecting previously unselected package libsqlite3-0:armhf. Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.3_armhf.deb ... Unpacking libsqlite3-0:armhf (3.37.2-2ubuntu0.3) ... Selecting previously unselected package libpython3.10-stdlib:armhf. Preparing to unpack .../6-libpython3.10-stdlib_3.10.12-1~22.04.3_armhf.deb ... Unpacking libpython3.10-stdlib:armhf (3.10.12-1~22.04.3) ... Selecting previously unselected package libpython3.11-stdlib:armhf. Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-6_armhf.deb ... Unpacking libpython3.11-stdlib:armhf (3.11.2-6) ... Selecting previously unselected package python3.11. Preparing to unpack .../15-python3.11_3.11.2-6_armhf.deb ... Unpacking python3.11 (3.11.2-6) ... Get:1 http://ports.ubuntu.com/ubuntu-ports lunar InRelease [267 kB] Selecting previously unselected package python3.10. Preparing to unpack .../7-python3.10_3.10.12-1~22.04.3_armhf.deb ... Unpacking python3.10 (3.10.12-1~22.04.3) ... Selecting previously unselected package libpython3-stdlib:armhf. Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_armhf.deb ... Unpacking libpython3-stdlib:armhf (3.10.6-1~22.04) ... Setting up python3-minimal (3.10.6-1~22.04) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5122 files and directories currently installed.) Preparing to unpack .../0-python3_3.10.6-1~22.04_armhf.deb ... Selecting previously unselected package libpython3-stdlib:armhf. Preparing to unpack .../16-libpython3-stdlib_3.11.2-1+b1_armhf.deb ... Unpacking libpython3-stdlib:armhf (3.11.2-1+b1) ... Setting up python3-minimal (3.11.2-1+b1) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7940 files and directories currently installed.) Preparing to unpack .../00-python3_3.11.2-1+b1_armhf.deb ... Unpacking python3 (3.11.2-1+b1) ... Unpacking python3 (3.10.6-1~22.04) ... Selecting previously unselected package libapparmor1:armhf. Preparing to unpack .../1-libapparmor1_3.0.4-2ubuntu2.3_armhf.deb ... Unpacking libapparmor1:armhf (3.0.4-2ubuntu2.3) ... Selecting previously unselected package libargon2-1:armhf. Preparing to unpack .../2-libargon2-1_0~20171227-0.3_armhf.deb ... Unpacking libargon2-1:armhf (0~20171227-0.3) ... Selecting previously unselected package libdevmapper1.02.1:armhf. Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ... Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ... Selecting previously unselected package libjson-c5:armhf. Preparing to unpack .../4-libjson-c5_0.15-3~ubuntu1.22.04.2_armhf.deb ... Unpacking libjson-c5:armhf (0.15-3~ubuntu1.22.04.2) ... Selecting previously unselected package libcryptsetup12:armhf. Preparing to unpack .../5-libcryptsetup12_2%3a2.4.3-1ubuntu1.2_armhf.deb ... Unpacking libcryptsetup12:armhf (2:2.4.3-1ubuntu1.2) ... Selecting previously unselected package libip4tc2:armhf. Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu5.1_armhf.deb ... Unpacking libip4tc2:armhf (1.8.7-1ubuntu5.1) ... Reading package lists... Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Selecting previously unselected package sgml-base. Preparing to unpack .../01-sgml-base_1.31_all.deb ... Unpacking sgml-base (1.31) ... Selecting previously unselected package openssl. Preparing to unpack .../02-openssl_3.0.11-1~deb12u2_armhf.deb ... Unpacking openssl (3.0.11-1~deb12u2) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../03-ca-certificates_20230311_all.deb ... Selecting previously unselected package libkmod2:armhf. Preparing to unpack .../7-libkmod2_29-1ubuntu1_armhf.deb ... Unpacking libkmod2:armhf (29-1ubuntu1) ... Selecting previously unselected package systemd. Preparing to unpack .../8-systemd_249.11-0ubuntu3.12_armhf.deb ... Unpacking systemd (249.11-0ubuntu3.12) ... Setting up libapparmor1:armhf (3.0.4-2ubuntu2.3) ... Setting up libargon2-1:armhf (0~20171227-0.3) ... Get:2 http://ports.ubuntu.com/ubuntu-ports lunar-updates InRelease [109 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports lunar-backports InRelease [99.9 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports lunar-security InRelease [109 kB] Building dependency tree... Reading state information... Unpacking ca-certificates (20230311) ... Selecting previously unselected package libpam-systemd:armhf. Preparing to unpack .../04-libpam-systemd_252.19-1~deb12u1_armhf.deb ... Unpacking libpam-systemd:armhf (252.19-1~deb12u1) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../05-apt-transport-https_2.6.1_all.deb ... Unpacking apt-transport-https (2.6.1) ... Selecting previously unselected package libbrotli1:armhf. Preparing to unpack .../06-libbrotli1_1.0.9-2+b6_armhf.deb ... Unpacking libbrotli1:armhf (1.0.9-2+b6) ... Selecting previously unselected package libsasl2-modules-db:armhf. Preparing to unpack .../07-libsasl2-modules-db_2.1.28+dfsg-10_armhf.deb ... Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-10) ... Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ... Setting up libjson-c5:armhf (0.15-3~ubuntu1.22.04.2) ... Setting up libcryptsetup12:armhf (2:2.4.3-1ubuntu1.2) ... Setting up libip4tc2:armhf (1.8.7-1ubuntu5.1) ... Setting up libkmod2:armhf (29-1ubuntu1) ... Setting up systemd (249.11-0ubuntu3.12) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. Get:5 http://ports.ubuntu.com/ubuntu-ports lunar/restricted armhf Packages [8686 B] Get:6 http://ports.ubuntu.com/ubuntu-ports lunar/universe armhf Packages [17.8 MB] rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 140 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/raspbian/gpg + apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). The following additional packages will be installed: dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1 libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12 libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66 libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0 libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5 libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1 libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libsystemd0 libwind0-heimdal libxml2 libyaml-0-2 mime-support openssl packagekit pinentry-curses policykit-1 python-apt-common python3 python3-apt python3-certifi python3-chardet python3-dbus python3-gi python3-idna python3-minimal python3-pkg-resources python3-requests python3-requests-unixsocket python3-six python3-software-properties python3-urllib3 python3.8 python3.8-minimal readline-common systemd systemd-sysv systemd-timesyncd tzdata Suggested packages: pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg python3-setuptools python3-cryptography python3-openssl python3-socks python3.8-venv python3.8-doc binutils binfmt-support readline-doc systemd-container Recommended packages: libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales publicsuffix libsasl2-modules file xz-utils packagekit-tools unattended-upgrades networkd-dispatcher libnss-systemd Selecting previously unselected package libsasl2-2:armhf. Preparing to unpack .../08-libsasl2-2_2.1.28+dfsg-10_armhf.deb ... Unpacking libsasl2-2:armhf (2.1.28+dfsg-10) ... Selecting previously unselected package libldap-2.5-0:armhf. Preparing to unpack .../09-libldap-2.5-0_2.5.13+dfsg-5_armhf.deb ... Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-5) ... Selecting previously unselected package libnghttp2-14:armhf. Preparing to unpack .../10-libnghttp2-14_1.52.0-1+deb12u1_armhf.deb ... Unpacking libnghttp2-14:armhf (1.52.0-1+deb12u1) ... Selecting previously unselected package libpsl5:armhf. Preparing to unpack .../11-libpsl5_0.21.2-1_armhf.deb ... Unpacking libpsl5:armhf (0.21.2-1) ... Selecting previously unselected package librtmp1:armhf. Preparing to unpack .../12-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ... Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.12_armhf.deb ... Unpacking systemd-sysv (249.11-0ubuntu3.12) ... Selecting previously unselected package openssl. Preparing to unpack .../01-openssl_3.0.2-0ubuntu1.12_armhf.deb ... Unpacking openssl (3.0.2-0ubuntu1.12) ... The following NEW packages will be installed: apt-transport-https ca-certificates curl dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1 libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12 libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66 libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0 libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5 libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1 libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2 libyaml-0-2 lsb-release mime-support openssl packagekit pinentry-curses policykit-1 python-apt-common python3 python3-apt python3-certifi python3-chardet python3-dbus python3-gi python3-idna python3-minimal python3-pkg-resources python3-requests python3-requests-unixsocket python3-six python3-software-properties python3-urllib3 python3.8 python3.8-minimal readline-common software-properties-common systemd systemd-sysv systemd-timesyncd tzdata The following packages will be upgraded: libsystemd0 Selecting previously unselected package libssh2-1:armhf. Preparing to unpack .../13-libssh2-1_1.10.0-3+b1_armhf.deb ... Unpacking libssh2-1:armhf (1.10.0-3+b1) ... Selecting previously unselected package libcurl4:armhf. Preparing to unpack .../14-libcurl4_7.88.1-10+deb12u5_armhf.deb ... Unpacking libcurl4:armhf (7.88.1-10+deb12u5) ... Selecting previously unselected package curl. Preparing to unpack .../15-curl_7.88.1-10+deb12u5_armhf.deb ... Unpacking curl (7.88.1-10+deb12u5) ... Selecting previously unselected package libassuan0:armhf. Preparing to unpack .../16-libassuan0_2.5.5-5_armhf.deb ... Unpacking libassuan0:armhf (2.5.5-5) ... Selecting previously unselected package gpgconf. Reading package lists... Building dependency tree... Reading state information... Selecting previously unselected package ca-certificates. Preparing to unpack .../02-ca-certificates_20230311ubuntu0.22.04.1_all.deb ... Unpacking ca-certificates (20230311ubuntu0.22.04.1) ... Selecting previously unselected package libdbus-1-3:armhf. Preparing to unpack .../03-libdbus-1-3_1.12.20-2ubuntu4.1_armhf.deb ... Unpacking libdbus-1-3:armhf (1.12.20-2ubuntu4.1) ... Selecting previously unselected package dbus. Preparing to unpack .../04-dbus_1.12.20-2ubuntu4.1_armhf.deb ... Unpacking dbus (1.12.20-2ubuntu4.1) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../05-distro-info-data_0.52ubuntu0.6_all.deb ... Unpacking distro-info-data (0.52ubuntu0.6) ... Selecting previously unselected package libglib2.0-0:armhf. Preparing to unpack .../06-libglib2.0-0_2.72.4-0ubuntu2.2_armhf.deb ... Unpacking libglib2.0-0:armhf (2.72.4-0ubuntu2.2) ... OK + '[' bookworm = sid ']' ++ dpkg --print-architecture + ARCH=armhf + echo 'deb [arch=armhf] https://download.docker.com/linux/raspbian bookworm test' + apt-get update Preparing to unpack .../17-gpgconf_2.2.40-1.1_armhf.deb ... Unpacking gpgconf (2.2.40-1.1) ... Selecting previously unselected package libksba8:armhf. Preparing to unpack .../18-libksba8_1.6.3-2_armhf.deb ... Unpacking libksba8:armhf (1.6.3-2) ... Selecting previously unselected package libnpth0:armhf. Preparing to unpack .../19-libnpth0_1.6-3_armhf.deb ... Unpacking libnpth0:armhf (1.6-3) ... Selecting previously unselected package dirmngr. Preparing to unpack .../20-dirmngr_2.2.40-1.1_armhf.deb ... Unpacking dirmngr (2.2.40-1.1) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../21-distro-info-data_0.58+deb12u1_all.deb ... Unpacking distro-info-data (0.58+deb12u1) ... Selecting previously unselected package libgirepository-1.0-1:armhf. Preparing to unpack .../07-libgirepository-1.0-1_1.72.0-1_armhf.deb ... Unpacking libgirepository-1.0-1:armhf (1.72.0-1) ... Selecting previously unselected package gir1.2-glib-2.0:armhf. Preparing to unpack .../08-gir1.2-glib-2.0_1.72.0-1_armhf.deb ... Unpacking gir1.2-glib-2.0:armhf (1.72.0-1) ... Selecting previously unselected package iso-codes. Preparing to unpack .../09-iso-codes_4.9.0-1_all.deb ... Unpacking iso-codes (4.9.0-1) ... Get:1 https://download.docker.com/linux/raspbian bookworm InRelease [26.6 kB] 1 upgraded, 119 newly installed, 0 to remove and 7 not upgraded. Need to get 32.7 MB of archives. Get:2 https://download.docker.com/linux/raspbian bookworm/test armhf Packages [24.5 kB] After this operation, 123 MB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsystemd0 armhf 245.4-4ubuntu3.23 [248 kB] Selecting previously unselected package libglib2.0-0:armhf. Preparing to unpack .../22-libglib2.0-0_2.74.6-2_armhf.deb ... Unpacking libglib2.0-0:armhf (2.74.6-2) ... Selecting previously unselected package libgirepository-1.0-1:armhf. Preparing to unpack .../23-libgirepository-1.0-1_1.74.0-3_armhf.deb ... Unpacking libgirepository-1.0-1:armhf (1.74.0-3) ... Selecting previously unselected package gir1.2-glib-2.0:armhf. Preparing to unpack .../24-gir1.2-glib-2.0_1.74.0-3_armhf.deb ... Unpacking gir1.2-glib-2.0:armhf (1.74.0-3) ... Get:7 http://ports.ubuntu.com/ubuntu-ports lunar/multiverse armhf Packages [206 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf Packages [1709 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports lunar-updates/universe armhf Packages [769 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports lunar-updates/restricted armhf Packages [7223 B] Get:11 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf Packages [405 kB] Selecting previously unselected package libcap2-bin. Preparing to unpack .../10-libcap2-bin_1%3a2.44-1ubuntu0.22.04.1_armhf.deb ... Unpacking libcap2-bin (1:2.44-1ubuntu0.22.04.1) ... Selecting previously unselected package libelf1:armhf. Preparing to unpack .../11-libelf1_0.186-1build1_armhf.deb ... Unpacking libelf1:armhf (0.186-1build1) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../12-libglib2.0-data_2.72.4-0ubuntu2.2_all.deb ... Unpacking libglib2.0-data (2.72.4-0ubuntu2.2) ... Selecting previously unselected package libicu70:armhf. Preparing to unpack .../13-libicu70_70.1-2_armhf.deb ... Unpacking libicu70:armhf (70.1-2) ... The following additional packages will be installed: adduser dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap2 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common sgml-base systemd systemd-dev systemd-sysv tzdata xml-core Suggested packages: liblocale-gettext-perl perl cron quota ecryptfs-utils default-dbus-session-bus | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user gstreamer1.0-tools pinentry-doc polkitd-pkla python3-doc python3-tk python3-venv python-apt-doc python-blinker-doc python-cryptography-doc python3-cryptography-vectors python-dbus-doc python3-crypto python3-testresources python3-setuptools python-pyparsing-doc python3.11-venv python3.11-doc binutils binfmt-support readline-doc sgml-base-doc systemd-container systemd-homed systemd-userdbd systemd-boot libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 debhelper Recommended packages: libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales libldap-common dbus-user-session publicsuffix libsasl2-modules appstream packagekit-tools python3-keyring unattended-upgrades networkd-dispatcher systemd-timesyncd | time-daemon systemd-resolved libnss-systemd tzdata-icu The following NEW packages will be installed: adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap2 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common sgml-base software-properties-common systemd systemd-dev systemd-sysv tzdata xml-core Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssl1.1 armhf 1.1.1f-1ubuntu2.20 [1083 kB] Hit:3 http://archive.raspbian.org/raspbian bookworm InRelease Fetched 51.2 kB in 1s (79.8 kB/s) Selecting previously unselected package libpackagekit-glib2-18:armhf. Preparing to unpack .../25-libpackagekit-glib2-18_1.2.6-5_armhf.deb ... Unpacking libpackagekit-glib2-18:armhf (1.2.6-5) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../26-gir1.2-packagekitglib-1.0_1.2.6-5_armhf.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.6-5) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../27-gnupg-l10n_2.2.40-1.1_all.deb ... Unpacking gnupg-l10n (2.2.40-1.1) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../28-gnupg-utils_2.2.40-1.1_armhf.deb ... Unpacking gnupg-utils (2.2.40-1.1) ... docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster" Selecting previously unselected package libpam-systemd:armhf. Preparing to unpack .../14-libpam-systemd_249.11-0ubuntu3.12_armhf.deb ... Unpacking libpam-systemd:armhf (249.11-0ubuntu3.12) ... Selecting previously unselected package libxml2:armhf. Preparing to unpack .../15-libxml2_2.9.13+dfsg-1ubuntu0.3_armhf.deb ... Unpacking libxml2:armhf (2.9.13+dfsg-1ubuntu0.3) ... Selecting previously unselected package libyaml-0-2:armhf. Preparing to unpack .../16-libyaml-0-2_0.2.2-1build2_armhf.deb ... Unpacking libyaml-0-2:armhf (0.2.2-1build2) ... Selecting previously unselected package lsb-release. Preparing to unpack .../17-lsb-release_11.1.0ubuntu4_all.deb ... Unpacking lsb-release (11.1.0ubuntu4) ... Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-minimal armhf 3.8.10-0ubuntu1~20.04.9 [708 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libexpat1 armhf 2.2.9-1ubuntu0.6 [55.1 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8-minimal armhf 3.8.10-0ubuntu1~20.04.9 [1584 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-minimal armhf 3.8.2-0ubuntu2 [23.6 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf mime-support all 3.64ubuntu1 [30.6 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpdec2 armhf 2.4.2-3 [66.8 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf readline-common all 8.0-4 [53.5 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadline8 armhf 8.0-4 [109 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsqlite3-0 armhf 3.31.1-4ubuntu0.6 [468 kB] Selecting previously unselected package gpg. Preparing to unpack .../29-gpg_2.2.40-1.1_armhf.deb ... Unpacking gpg (2.2.40-1.1) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../30-pinentry-curses_1.2.1-1_armhf.deb ... Unpacking pinentry-curses (1.2.1-1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../31-gpg-agent_2.2.40-1.1_armhf.deb ... Unpacking gpg-agent (2.2.40-1.1) ... Get:12 http://ports.ubuntu.com/ubuntu-ports lunar-updates/multiverse armhf Packages [1632 B] Get:13 http://ports.ubuntu.com/ubuntu-ports lunar-backports/universe armhf Packages [4203 B] Get:14 http://ports.ubuntu.com/ubuntu-ports lunar-security/main armhf Packages [315 kB] Selecting previously unselected package python-apt-common. Preparing to unpack .../18-python-apt-common_2.4.0ubuntu2_all.deb ... Unpacking python-apt-common (2.4.0ubuntu2) ... Selecting previously unselected package python3-apt. Preparing to unpack .../19-python3-apt_2.4.0ubuntu2_armhf.deb ... Unpacking python3-apt (2.4.0ubuntu2) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../20-python3-dbus_1.2.18-3build1_armhf.deb ... Unpacking python3-dbus (1.2.18-3build1) ... Selecting previously unselected package python3-gi. Preparing to unpack .../21-python3-gi_3.42.1-0ubuntu1_armhf.deb ... Unpacking python3-gi (3.42.1-0ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../22-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ... Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... Selecting previously unselected package libnghttp2-14:armhf. Preparing to unpack .../23-libnghttp2-14_1.43.0-1ubuntu0.1_armhf.deb ... Unpacking libnghttp2-14:armhf (1.43.0-1ubuntu0.1) ... Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-stdlib armhf 3.8.10-0ubuntu1~20.04.9 [1601 kB] 0 upgraded, 119 newly installed, 0 to remove and 7 not upgraded. Need to get 41.3 MB of archives. After this operation, 132 MB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libssl3 armhf 3.0.10-1ubuntu2.1 [1572 kB] Selecting previously unselected package gpg-wks-client. Preparing to unpack .../32-gpg-wks-client_2.2.40-1.1_armhf.deb ... Unpacking gpg-wks-client (2.2.40-1.1) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../33-gpg-wks-server_2.2.40-1.1_armhf.deb ... Unpacking gpg-wks-server (2.2.40-1.1) ... Selecting previously unselected package gpgsm. Preparing to unpack .../34-gpgsm_2.2.40-1.1_armhf.deb ... Unpacking gpgsm (2.2.40-1.1) ... Selecting previously unselected package gnupg. Preparing to unpack .../35-gnupg_2.2.40-1.1_all.deb ... Unpacking gnupg (2.2.40-1.1) ... Selecting previously unselected package gnupg2. Preparing to unpack .../36-gnupg2_2.2.40-1.1_all.deb ... Unpacking gnupg2 (2.2.40-1.1) ... [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Get:15 http://ports.ubuntu.com/ubuntu-ports lunar-security/universe armhf Packages [705 kB] Selecting previously unselected package libpsl5:armhf. Preparing to unpack .../24-libpsl5_0.21.0-1.2build2_armhf.deb ... Unpacking libpsl5:armhf (0.21.0-1.2build2) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../25-apt-transport-https_2.4.11_all.deb ... Unpacking apt-transport-https (2.4.11) ... Selecting previously unselected package libbrotli1:armhf. Preparing to unpack .../26-libbrotli1_1.0.9-2build6_armhf.deb ... Unpacking libbrotli1:armhf (1.0.9-2build6) ... Selecting previously unselected package libsasl2-modules-db:armhf. Preparing to unpack .../27-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_armhf.deb ... Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.2) ... Selecting previously unselected package libsasl2-2:armhf. Preparing to unpack .../28-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_armhf.deb ... Unpacking libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.2) ... Selecting previously unselected package libldap-2.5-0:armhf. Preparing to unpack .../29-libldap-2.5-0_2.5.16+dfsg-0ubuntu0.22.04.1_armhf.deb ... Unpacking libldap-2.5-0:armhf (2.5.16+dfsg-0ubuntu0.22.04.1) ... Selecting previously unselected package librtmp1:armhf. Preparing to unpack .../30-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ... Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ... Selecting previously unselected package iso-codes. Preparing to unpack .../37-iso-codes_4.15.0-1_all.deb ... Unpacking iso-codes (4.15.0-1) ... Get:16 http://ports.ubuntu.com/ubuntu-ports lunar-security/multiverse armhf Packages [896 B] Get:17 http://ports.ubuntu.com/ubuntu-ports lunar-security/restricted armhf Packages [7199 B] Fetched 22.5 MB in 3s (7039 kB/s) + make IMAGE=debian:buster verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ debian:buster ./verify Unable to find image 'debian:buster' locally Selecting previously unselected package libssh-4:armhf. Preparing to unpack .../31-libssh-4_0.9.6-2ubuntu0.22.04.3_armhf.deb ... Unpacking libssh-4:armhf (0.9.6-2ubuntu0.22.04.3) ... Selecting previously unselected package libcurl4:armhf. Preparing to unpack .../32-libcurl4_7.81.0-1ubuntu1.15_armhf.deb ... Unpacking libcurl4:armhf (7.81.0-1ubuntu1.15) ... Selecting previously unselected package curl. Preparing to unpack .../33-curl_7.81.0-1ubuntu1.15_armhf.deb ... Unpacking curl (7.81.0-1ubuntu1.15) ... Selecting previously unselected package libassuan0:armhf. Preparing to unpack .../34-libassuan0_2.5.5-1build1_armhf.deb ... Unpacking libassuan0:armhf (2.5.5-1build1) ... Selecting previously unselected package gpgconf. Preparing to unpack .../35-gpgconf_2.2.27-3ubuntu2.1_armhf.deb ... Unpacking gpgconf (2.2.27-3ubuntu2.1) ... Selecting previously unselected package libksba8:armhf. Preparing to unpack .../36-libksba8_1.6.0-2ubuntu0.2_armhf.deb ... Unpacking libksba8:armhf (1.6.0-2ubuntu0.2) ... Selecting previously unselected package libnpth0:armhf. Preparing to unpack .../37-libnpth0_1.6-3build2_armhf.deb ... Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8 armhf 3.8.10-0ubuntu1~20.04.9 [387 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpython3-stdlib armhf 3.8.2-0ubuntu2 [7068 B] Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3 armhf 3.8.2-0ubuntu2 [47.6 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libapparmor1 armhf 2.13.3-7ubuntu5.3 [30.3 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcap2 armhf 1:2.32-1ubuntu0.1 [13.9 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libargon2-1 armhf 0~20171227-0.2 [20.0 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper1.02.1 armhf 2:1.02.167-1ubuntu1 [118 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libjson-c4 armhf 0.13.1+dfsg-7ubuntu0.3 [25.8 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcryptsetup12 armhf 2:2.2.2-3ubuntu2.4 [147 kB] Get:22 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libip4tc2 armhf 1.8.4-3ubuntu2.1 [17.1 kB] Selecting previously unselected package libcurl3-gnutls:armhf. Preparing to unpack .../38-libcurl3-gnutls_7.88.1-10+deb12u5_armhf.deb ... Unpacking libcurl3-gnutls:armhf (7.88.1-10+deb12u5) ... Selecting previously unselected package libstemmer0d:armhf. Get:2 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpython3.11-minimal armhf 3.11.6-3 [824 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libexpat1 armhf 2.5.0-2 [63.7 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3.11-minimal armhf 3.11.6-3 [1896 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-minimal armhf 3.11.4-5 [26.8 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf media-types all 10.1.0 [27.5 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf tzdata all 2023d-0ubuntu0.23.10 [274 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libkrb5support0 armhf 1.20.1-3ubuntu1 [31.0 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libk5crypto3 armhf 1.20.1-3ubuntu1 [78.5 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libkeyutils1 armhf 1.6.3-2 [8062 B] Get:11 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libkrb5-3 armhf 1.20.1-3ubuntu1 [320 kB] buster: Pulling from library/debian c11d78fb5679: Already exists Unpacking libnpth0:armhf (1.6-3build2) ... Selecting previously unselected package dirmngr. Preparing to unpack .../38-dirmngr_2.2.27-3ubuntu2.1_armhf.deb ... Unpacking dirmngr (2.2.27-3ubuntu2.1) ... Selecting previously unselected package libpackagekit-glib2-18:armhf. Preparing to unpack .../39-libpackagekit-glib2-18_1.2.5-2ubuntu2_armhf.deb ... Unpacking libpackagekit-glib2-18:armhf (1.2.5-2ubuntu2) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../40-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_armhf.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../41-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ... Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../42-gnupg-utils_2.2.27-3ubuntu2.1_armhf.deb ... Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ... Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkmod2 armhf 27-1ubuntu2.1 [39.1 kB] Preparing to unpack .../39-libstemmer0d_2.2.0-2_armhf.deb ... Unpacking libstemmer0d:armhf (2.2.0-2) ... Selecting previously unselected package libicu72:armhf. Preparing to unpack .../40-libicu72_72.1-3_armhf.deb ... Unpacking libicu72:armhf (72.1-3) ... Reading package lists... 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. 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. ++ find deb/debbuild/raspbian-bookworm/ -type f -name '*.deb' + packages='deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.24.2-1~raspbian.12~bookworm_armhf.deb deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.12.1-1~raspbian.12~bookworm_armhf.deb deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb' ++ echo 'deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.24.2-1~raspbian.12~bookworm_armhf.deb deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.12.1-1~raspbian.12~bookworm_armhf.deb ++ xargs deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb' ++ awk '$0="./"$0' + packages='./deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.24.2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.12.1-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.24.2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.12.1-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb Selecting previously unselected package docker-ce. (Reading database ... 14328 files and directories currently installed.) Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm) ... Digest: sha256:defa5d214292f2aaf7905d3e4bcdf8f628019feb63e7c8746df563d1a941f8d7 Status: Downloaded newer image for debian:buster Selecting previously unselected package gpg. Preparing to unpack .../43-gpg_2.2.27-3ubuntu2.1_armhf.deb ... Unpacking gpg (2.2.27-3ubuntu2.1) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../44-pinentry-curses_1.1.1-1build2_armhf.deb ... Unpacking pinentry-curses (1.1.1-1build2) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../45-gpg-agent_2.2.27-3ubuntu2.1_armhf.deb ... Unpacking gpg-agent (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../46-gpg-wks-client_2.2.27-3ubuntu2.1_armhf.deb ... Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../47-gpg-wks-server_2.2.27-3ubuntu2.1_armhf.deb ... Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gpgsm. Preparing to unpack .../48-gpgsm_2.2.27-3ubuntu2.1_armhf.deb ... Unpacking gpgsm (2.2.27-3ubuntu2.1) ... Selecting previously unselected package gnupg. Preparing to unpack .../49-gnupg_2.2.27-3ubuntu2.1_all.deb ... Unpacking gnupg (2.2.27-3ubuntu2.1) ... Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf systemd-timesyncd armhf 245.4-4ubuntu3.23 [27.9 kB] Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf systemd armhf 245.4-4ubuntu3.23 [3654 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libgssapi-krb5-2 armhf 1.20.1-3ubuntu1 [118 kB] + verify + dpkg --version + verify_deb + apt-get update Selecting previously unselected package libcurl3-gnutls:armhf. Preparing to unpack .../50-libcurl3-gnutls_7.81.0-1ubuntu1.15_armhf.deb ... Unpacking libcurl3-gnutls:armhf (7.81.0-1ubuntu1.15) ... Selecting previously unselected package libstemmer0d:armhf. Preparing to unpack .../51-libstemmer0d_2.2.0-1build1_armhf.deb ... Unpacking libstemmer0d:armhf (2.2.0-1build1) ... Selecting previously unselected package libxmlb2:armhf. Preparing to unpack .../52-libxmlb2_0.3.6-2build1_armhf.deb ... Unpacking libxmlb2:armhf (0.3.6-2build1) ... Selecting previously unselected package libappstream4:armhf. Preparing to unpack .../53-libappstream4_0.15.2-2_armhf.deb ... Unpacking libappstream4:armhf (0.15.2-2) ... Selecting previously unselected package libdw1:armhf. Preparing to unpack .../54-libdw1_0.186-1build1_armhf.deb ... Unpacking libdw1:armhf (0.186-1build1) ... Selecting previously unselected package libglib2.0-bin. Selecting previously unselected package libxml2:armhf. Preparing to unpack .../41-libxml2_2.9.14+dfsg-1.3~deb12u1_armhf.deb ... Unpacking libxml2:armhf (2.9.14+dfsg-1.3~deb12u1) ... Selecting previously unselected package libxmlb2:armhf. Preparing to unpack .../42-libxmlb2_0.3.10-2_armhf.deb ... Unpacking libxmlb2:armhf (0.3.10-2) ... Get:13 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtirpc-common all 1.3.3+ds-1 [7790 B] Get:14 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libtirpc3 armhf 1.3.3+ds-1 [71.4 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnsl2 armhf 1.3.0-2build2 [36.6 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf readline-common all 8.2-1.3 [55.7 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libreadline8 armhf 8.2-1.3 [128 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libsqlite3-0 armhf 3.42.0-1ubuntu0.1 [578 kB] Get:1 http://deb.debian.org/debian buster InRelease [122 kB] Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] Get:4 http://deb.debian.org/debian buster/main armhf Packages [7706 kB] Preparing to unpack .../55-libglib2.0-bin_2.72.4-0ubuntu2.2_armhf.deb ... Unpacking libglib2.0-bin (2.72.4-0ubuntu2.2) ... Selecting previously unselected package libunwind8:armhf. Preparing to unpack .../56-libunwind8_1.3.2-2build2.1_armhf.deb ... Unpacking libunwind8:armhf (1.3.2-2build2.1) ... Selecting previously unselected package libgstreamer1.0-0:armhf. Preparing to unpack .../57-libgstreamer1.0-0_1.20.3-0ubuntu1_armhf.deb ... Unpacking libgstreamer1.0-0:armhf (1.20.3-0ubuntu1) ... Selecting previously unselected package libpolkit-gobject-1-0:armhf. Preparing to unpack .../58-libpolkit-gobject-1-0_0.105-33_armhf.deb ... Unpacking libpolkit-gobject-1-0:armhf (0.105-33) ... Selecting previously unselected package libpolkit-agent-1-0:armhf. Preparing to unpack .../59-libpolkit-agent-1-0_0.105-33_armhf.deb ... Unpacking libpolkit-agent-1-0:armhf (0.105-33) ... Selecting previously unselected package polkitd. Preparing to unpack .../60-polkitd_0.105-33_armhf.deb ... Unpacking polkitd (0.105-33) ... Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf systemd-sysv armhf 245.4-4ubuntu3.23 [10.3 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssl armhf 1.1.1f-1ubuntu2.20 [598 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf ca-certificates all 20230311ubuntu0.20.04.1 [152 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libdbus-1-3 armhf 1.12.16-2ubuntu2.3 [156 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dbus armhf 1.12.16-2ubuntu2.3 [134 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf distro-info-data all 0.43ubuntu1.15 [4956 B] Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-0 armhf 2.64.6-1~ubuntu20.04.6 [1125 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgirepository-1.0-1 armhf 1.64.1-1~ubuntu20.04.1 [72.4 kB] Get:34 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gir1.2-glib-2.0 armhf 1.64.1-1~ubuntu20.04.1 [134 kB] Selecting previously unselected package libyaml-0-2:armhf. Preparing to unpack .../43-libyaml-0-2_0.2.5-1_armhf.deb ... Unpacking libyaml-0-2:armhf (0.2.5-1) ... Selecting previously unselected package libappstream4:armhf. Preparing to unpack .../44-libappstream4_0.16.1-2_armhf.deb ... Unpacking libappstream4:armhf (0.16.1-2) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../45-libcap2-bin_1%3a2.66-4_armhf.deb ... Unpacking libcap2-bin (1:2.66-4) ... Selecting previously unselected package libduktape207:armhf. Preparing to unpack .../46-libduktape207_2.7.0-2_armhf.deb ... Unpacking libduktape207:armhf (2.7.0-2) ... Selecting previously unselected package libelf1:armhf. Preparing to unpack .../47-libelf1_0.188-2.1_armhf.deb ... Unpacking libelf1:armhf (0.188-2.1) ... Get:19 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpython3.11-stdlib armhf 3.11.6-3 [1804 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3.11 armhf 3.11.6-3 [579 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpython3-stdlib armhf 3.11.4-5 [9504 B] Get:22 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3 armhf 3.11.4-5 [22.9 kB] Get:5 http://deb.debian.org/debian-security buster/updates/main armhf Packages [575 kB] Selecting previously unselected package pkexec. Preparing to unpack .../61-pkexec_0.105-33_armhf.deb ... Unpacking pkexec (0.105-33) ... Selecting previously unselected package policykit-1. Preparing to unpack .../62-policykit-1_0.105-33_armhf.deb ... Unpacking policykit-1 (0.105-33) ... Selecting previously unselected package python3-blinker. Preparing to unpack .../63-python3-blinker_1.4+dfsg1-0.4_all.deb ... Unpacking python3-blinker (1.4+dfsg1-0.4) ... Selecting previously unselected package python3-cffi-backend:armhf. Preparing to unpack .../64-python3-cffi-backend_1.15.0-1build2_armhf.deb ... Unpacking python3-cffi-backend:armhf (1.15.0-1build2) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../65-python3-cryptography_3.4.8-1ubuntu2.1_armhf.deb ... Unpacking python3-cryptography (3.4.8-1ubuntu2.1) ... Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~raspbian.12~bookworm_armhf.deb ... Unpacking docker-compose-plugin (2.24.2-1~raspbian.12~bookworm) ... Selecting previously unselected package libdw1:armhf. Preparing to unpack .../48-libdw1_0.188-2.1_armhf.deb ... Unpacking libdw1:armhf (0.188-2.1) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../49-libglib2.0-data_2.74.6-2_all.deb ... Unpacking libglib2.0-data (2.74.6-2) ... Get:6 http://deb.debian.org/debian buster-updates/main armhf Packages [8784 B] Selecting previously unselected package python3-pyparsing. Preparing to unpack .../66-python3-pyparsing_2.4.7-1_all.deb ... Unpacking python3-pyparsing (2.4.7-1) ... Selecting previously unselected package python3-httplib2. Preparing to unpack .../67-python3-httplib2_0.20.2-2_all.deb ... Unpacking python3-httplib2 (0.20.2-2) ... Selecting previously unselected package python3-more-itertools. Preparing to unpack .../68-python3-more-itertools_8.10.0-2_all.deb ... Unpacking python3-more-itertools (8.10.0-2) ... Selecting previously unselected package python3-zipp. Preparing to unpack .../69-python3-zipp_1.0.0-3_all.deb ... Unpacking python3-zipp (1.0.0-3) ... Selecting previously unselected package python3-importlib-metadata. Preparing to unpack .../70-python3-importlib-metadata_4.6.4-1_all.deb ... Unpacking python3-importlib-metadata (4.6.4-1) ... Selecting previously unselected package python3-jeepney. Preparing to unpack .../71-python3-jeepney_0.7.1-3_all.deb ... Unpacking python3-jeepney (0.7.1-3) ... Selecting previously unselected package python3-jwt. Preparing to unpack .../72-python3-jwt_2.3.0-1ubuntu0.2_all.deb ... Unpacking python3-jwt (2.3.0-1ubuntu0.2) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../50-libglib2.0-bin_2.74.6-2_armhf.deb ... Unpacking libglib2.0-bin (2.74.6-2) ... Selecting previously unselected package libunwind8:armhf. Preparing to unpack .../51-libunwind8_1.6.2-3_armhf.deb ... Unpacking libunwind8:armhf (1.6.2-3) ... Selecting previously unselected package libgstreamer1.0-0:armhf. Preparing to unpack .../52-libgstreamer1.0-0_1.22.0-2_armhf.deb ... Unpacking libgstreamer1.0-0:armhf (1.22.0-2) ... Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcap2-bin armhf 1:2.32-1ubuntu0.1 [25.2 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libelf1 armhf 0.176-1.1ubuntu0.1 [41.4 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-data all 2.64.6-1~ubuntu20.04.6 [6032 B] Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf tzdata all 2023d-0ubuntu0.20.04 [303 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libicu66 armhf 66.1-2ubuntu2.1 [8223 kB] Get:23 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libargon2-1 armhf 0~20190702+dfsg-3 [20.9 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2ubuntu1 [135 kB] Selecting previously unselected package python3-secretstorage. Preparing to unpack .../73-python3-secretstorage_3.3.1-1_all.deb ... Unpacking python3-secretstorage (3.3.1-1) ... Selecting previously unselected package python3-keyring. Preparing to unpack .../74-python3-keyring_23.5.0-1_all.deb ... Unpacking python3-keyring (23.5.0-1) ... Selecting previously unselected package python3-lazr.uri. Preparing to unpack .../75-python3-lazr.uri_1.0.6-2_all.deb ... Unpacking python3-lazr.uri (1.0.6-2) ... Selecting previously unselected package python3-wadllib. Preparing to unpack .../76-python3-wadllib_1.3.6-1_all.deb ... Unpacking python3-wadllib (1.3.6-1) ... Selecting previously unselected package python3-distro. Preparing to unpack .../77-python3-distro_1.7.0-1_all.deb ... Unpacking python3-distro (1.7.0-1) ... Selecting previously unselected package libpolkit-gobject-1-0:armhf. Preparing to unpack .../53-libpolkit-gobject-1-0_122-3_armhf.deb ... Unpacking libpolkit-gobject-1-0:armhf (122-3) ... Selecting previously unselected package libpolkit-agent-1-0:armhf. Preparing to unpack .../54-libpolkit-agent-1-0_122-3_armhf.deb ... Unpacking libpolkit-agent-1-0:armhf (122-3) ... Selecting previously unselected package lsb-release. Preparing to unpack .../55-lsb-release_12.0-1_all.deb ... Unpacking lsb-release (12.0-1) ... Selecting previously unselected package xml-core. Preparing to unpack .../56-xml-core_0.18+nmu1_all.deb ... Unpacking xml-core (0.18+nmu1) ... Selecting previously unselected package polkitd. Preparing to unpack .../57-polkitd_122-3_armhf.deb ... Unpacking polkitd (122-3) ... Get:25 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libjson-c5 armhf 0.17-1 [31.2 kB] Get:26 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libcryptsetup12 armhf 2:2.6.1-4ubuntu3 [216 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libfdisk1 armhf 2.39.1-4ubuntu2 [194 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libkmod2 armhf 30+20230519-1ubuntu3 [43.6 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libapparmor1 armhf 4.0.0~alpha2-0ubuntu5 [43.3 kB] Selecting previously unselected package python3-oauthlib. Preparing to unpack .../78-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ... Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ... Selecting previously unselected package python3-six. Preparing to unpack .../79-python3-six_1.16.0-3ubuntu1_all.deb ... Unpacking python3-six (1.16.0-3ubuntu1) ... Selecting previously unselected package python3-lazr.restfulclient. Preparing to unpack .../80-python3-lazr.restfulclient_0.14.4-1_all.deb ... Unpacking python3-lazr.restfulclient (0.14.4-1) ... Selecting previously unselected package python3-launchpadlib. Preparing to unpack .../81-python3-launchpadlib_1.10.16-1_all.deb ... Unpacking python3-launchpadlib (1.10.16-1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../82-python3-software-properties_0.99.22.9_all.deb ... Unpacking python3-software-properties (0.99.22.9) ... Selecting previously unselected package packagekit. Preparing to unpack .../58-packagekit_1.2.6-5_armhf.deb ... Unpacking packagekit (1.2.6-5) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../59-python-apt-common_2.6.0_all.deb ... Unpacking python-apt-common (2.6.0) ... Selecting previously unselected package python3-apt. Preparing to unpack .../60-python3-apt_2.6.0_armhf.deb ... Unpacking python3-apt (2.6.0) ... Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm) ... Reading package lists... Get:30 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libip4tc2 armhf 1.8.9-2ubuntu2 [20.2 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libsystemd-shared armhf 253.5-1ubuntu6.1 [1782 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf systemd-dev all 253.5-1ubuntu6.1 [79.5 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf systemd armhf 253.5-1ubuntu6.1 [3043 kB] Selecting previously unselected package packagekit. Preparing to unpack .../83-packagekit_1.2.5-2ubuntu2_armhf.deb ... Unpacking packagekit (1.2.5-2ubuntu2) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../84-software-properties-common_0.99.22.9_all.deb ... Unpacking software-properties-common (0.99.22.9) ... Selecting previously unselected package gnupg2. Preparing to unpack .../85-gnupg2_2.2.27-3ubuntu2.1_all.deb ... Unpacking gnupg2 (2.2.27-3ubuntu2.1) ... Setting up libksba8:armhf (1.6.0-2ubuntu0.2) ... Setting up media-types (7.0.0) ... Setting up systemd-sysv (249.11-0ubuntu3.12) ... Setting up libpsl5:armhf (0.21.0-1.2build2) ... Setting up apt-transport-https (2.4.11) ... Setting up libyaml-0-2:armhf (0.2.2-1build2) ... Setting up libglib2.0-0:armhf (2.72.4-0ubuntu2.2) ... Get:40 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpam-systemd armhf 245.4-4ubuntu3.23 [168 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libxml2 armhf 2.9.10+dfsg-5ubuntu0.20.04.6 [546 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-0-2 armhf 0.2.2-1 [41.3 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports focal/main armhf lsb-release all 11.1.0ubuntu2 [10.6 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-dbus armhf 1.2.16-1build1 [87.6 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-gi armhf 3.36.0-1 [150 kB] Fetched 8502 kB in 2s (4632 kB/s) Selecting previously unselected package python3-blinker. Preparing to unpack .../61-python3-blinker_1.5-1_all.deb ... Unpacking python3-blinker (1.5-1) ... Selecting previously unselected package python3-cffi-backend:armhf. Preparing to unpack .../62-python3-cffi-backend_1.15.1-5+b1_armhf.deb ... Unpacking python3-cffi-backend:armhf (1.15.1-5+b1) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../63-python3-cryptography_38.0.4-3_armhf.deb ... Unpacking python3-cryptography (38.0.4-3) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../64-python3-dbus_1.3.2-4+b1_armhf.deb ... Unpacking python3-dbus (1.3.2-4+b1) ... Selecting previously unselected package python3-distro. Preparing to unpack .../65-python3-distro_1.8.0-1_all.deb ... Building dependency tree... Reading state information... No schema files found: doing nothing. Setting up distro-info-data (0.52ubuntu0.6) ... Setting up libxmlb2:armhf (0.3.6-2build1) ... Setting up libbrotli1:armhf (1.0.9-2build6) ... Setting up libsqlite3-0:armhf (3.37.2-2ubuntu0.3) ... Setting up libnghttp2-14:armhf (1.43.0-1ubuntu0.1) ... Setting up libpackagekit-glib2-18:armhf (1.2.5-2ubuntu2) ... Setting up libnpth0:armhf (1.6-3build2) ... Setting up libassuan0:armhf (2.5.5-1build1) ... Setting up libunwind8:armhf (1.3.2-2build2.1) ... Setting up libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.2) ... Setting up libcap2-bin (1:2.44-1ubuntu0.22.04.1) ... Setting up libglib2.0-data (2.72.4-0ubuntu2.2) ... Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ... Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ... Setting up libdbus-1-3:armhf (1.12.20-2ubuntu4.1) ... Setting up dbus (1.12.20-2ubuntu4.1) ... Unpacking python3-distro (1.8.0-1) ... Selecting previously unselected package python3-gi. Preparing to unpack .../66-python3-gi_3.42.2-3+b1_armhf.deb ... Unpacking python3-gi (3.42.2-3+b1) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ... Unpacking python3-pyparsing (3.0.9-1) ... Selecting previously unselected package python3-httplib2. Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ... Unpacking python3-httplib2 (0.20.4-3) ... Selecting previously unselected package python3-jwt. Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ... Unpacking python3-jwt (2.6.0-1) ... The following additional packages will be installed: adduser dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap2 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common systemd systemd-sysv Suggested packages: liblocale-gettext-perl perl cron ecryptfs-utils default-dbus-session-bus | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk python3-venv python-apt-doc python-blinker-doc python-cryptography-doc python3-cryptography-vectors python-dbus-doc python3-crypto python3-testresources python3-setuptools python-pyparsing-doc python3.11-venv python3.11-doc binutils binfmt-support readline-doc systemd-container systemd-homed systemd-userdbd systemd-boot libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 Recommended packages: libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales libldap-common dbus-user-session publicsuffix libsasl2-modules packagekit-tools python3-keyring unattended-upgrades networkd-dispatcher systemd-timesyncd | time-daemon systemd-resolved libnss-systemd The following NEW packages will be installed: adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap2 libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types openssl packagekit pinentry-curses polkitd python-apt-common python3 python3-apt python3-blinker python3-cffi-backend python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 python3-jwt python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources python3-pyparsing python3-six python3-software-properties python3-wadllib python3.11 python3.11-minimal readline-common software-properties-common systemd systemd-sysv Setting up libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.2) ... Setting up libssh-4:armhf (0.9.6-2ubuntu0.22.04.3) ... Setting up python-apt-common (2.4.0ubuntu2) ... Setting up libmpdec3:armhf (2.5.1-2build2) ... Setting up libpam-systemd:armhf (249.11-0ubuntu3.12) ... Setting up libgirepository-1.0-1:armhf (1.72.0-1) ... Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~raspbian.12~bookworm_armhf.deb ... Unpacking docker-buildx-plugin (0.12.1-1~raspbian.12~bookworm) ... Get:34 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf systemd-sysv armhf 253.5-1ubuntu6.1 [11.5 kB] Get:35 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf sgml-base all 1.31 [11.4 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf adduser all 3.137ubuntu1 [101 kB] Get:46 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB] Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-six all 1.14.0-2 [12.1 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iso-codes all 4.4-1 [2695 kB] Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../70-python3-pkg-resources_66.1.1-1_all.deb ... Unpacking python3-pkg-resources (66.1.1-1) ... Selecting previously unselected package python3-lazr.uri. Preparing to unpack .../71-python3-lazr.uri_1.0.6-3_all.deb ... Unpacking python3-lazr.uri (1.0.6-3) ... Selecting previously unselected package python3-wadllib. Preparing to unpack .../72-python3-wadllib_1.3.6-4_all.deb ... Unpacking python3-wadllib (1.3.6-4) ... Selecting previously unselected package python3-oauthlib. Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ... Unpacking python3-oauthlib (3.2.2-1) ... Selecting previously unselected package python3-six. Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ... Unpacking python3-six (1.16.0-4) ... Setting up libstemmer0d:armhf (2.2.0-1build1) ... Setting up openssl (3.0.2-0ubuntu1.12) ... Setting up libelf1:armhf (0.186-1build1) ... Setting up readline-common (8.1.2-1) ... Setting up iso-codes (4.9.0-1) ... Setting up libpolkit-gobject-1-0:armhf (0.105-33) ... Setting up libicu70:armhf (70.1-2) ... Setting up pinentry-curses (1.1.1-1build2) ... Setting up libdw1:armhf (0.186-1build1) ... Setting up libreadline8:armhf (8.1.2-1) ... Setting up libglib2.0-bin (2.72.4-0ubuntu2.2) ... Setting up libldap-2.5-0:armhf (2.5.16+dfsg-0ubuntu0.22.04.1) ... Setting up libpython3.10-stdlib:armhf (3.10.12-1~22.04.3) ... Setting up ca-certificates (20230311ubuntu0.22.04.1) ... Get:37 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf openssl armhf 3.0.10-1ubuntu2.1 [1158 kB] Get:49 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5support0 armhf 1.17-6ubuntu4.4 [28.1 kB] Get:50 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libk5crypto3 armhf 1.17-6ubuntu4.4 [79.3 kB] Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkeyutils1 armhf 1.6-6ubuntu1.1 [9224 B] Get:52 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-3 armhf 1.17-6ubuntu4.4 [287 kB] Get:53 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi-krb5-2 armhf 1.17-6ubuntu4.4 [101 kB] Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblmdb0 armhf 0.9.24-1 [38.0 kB] Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpolkit-gobject-1-0 armhf 0.105-26ubuntu1.3 [33.8 kB] Get:56 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpsl5 armhf 0.21.0-1ubuntu1 [50.2 kB] Selecting previously unselected package python3-lazr.restfulclient. Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ... Unpacking python3-lazr.restfulclient (0.14.5-1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../76-python3-software-properties_0.99.30-4_all.deb ... Unpacking python3-software-properties (0.99.30-4) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../77-software-properties-common_0.99.30-4_all.deb ... Unpacking software-properties-common (0.99.30-4) ... Setting up libksba8:armhf (1.6.3-2) ... Setting up media-types (10.0.0) ... 0 upgraded, 114 newly installed, 0 to remove and 9 not upgraded. Need to get 40.5 MB of archives. After this operation, 131 MB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libssl3 armhf 3.0.8-1ubuntu1.4 [1570 kB] Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Get:38 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf ca-certificates all 20230311ubuntu1 [152 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdbus-1-3 armhf 1.14.10-1ubuntu1 [188 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf dbus-bin armhf 1.14.10-1ubuntu1 [37.3 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf dbus-session-bus-common all 1.14.10-1ubuntu1 [79.2 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf dbus-daemon armhf 1.14.10-1ubuntu1 [109 kB] Get:43 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf dbus-system-bus-common all 1.14.10-1ubuntu1 [80.4 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf dbus armhf 1.14.10-1ubuntu1 [28.2 kB] Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python-apt-common all 2.0.1ubuntu0.20.04.1 [16.5 kB] Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-apt armhf 2.0.1ubuntu0.20.04.1 [139 kB] Setting up systemd-sysv (252.19-1~deb12u1) ... Setting up libkeyutils1:armhf (1.6.3-2) ... Setting up libpsl5:armhf (0.21.2-1) ... Setting up libicu72:armhf (72.1-3) ... Setting up apt-transport-https (2.6.1) ... Setting up libyaml-0-2:armhf (0.2.5-1) ... Setting up libglib2.0-0:armhf (2.74.6-2) ... No schema files found: doing nothing. Setting up distro-info-data (0.58+deb12u1) ... Setting up libtirpc-common (1.3.3+ds-1) ... Setting up libxmlb2:armhf (0.3.10-2) ... Setting up libbrotli1:armhf (1.0.9-2+b6) ... Setting up libsqlite3-0:armhf (3.40.1-2) ... Setting up libnghttp2-14:armhf (1.52.0-1+deb12u1) ... Setting up libpackagekit-glib2-18:armhf (1.2.6-5) ... Setting up libnpth0:armhf (1.6-3) ... Setting up libassuan0:armhf (2.5.5-5) ... Setting up libunwind8:armhf (1.6.2-3) ... Updating certificates in /etc/ssl/certs... Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf apt-transport-https all 2.0.10 [1704 B] Get:60 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbrotli1 armhf 1.0.7-6ubuntu0.1 [254 kB] Get:61 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libroken18-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [35.3 kB] Get:62 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasn1-8-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [140 kB] Get:63 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimbase1-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [25.1 kB] Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhcrypto4-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [78.4 kB] Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libwind0-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [47.1 kB] Get:66 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhx509-5-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [89.0 kB] Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm) ... Setting up libkrb5support0:armhf (1.20.1-2+deb12u1) ... Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-10) ... Setting up libcap2-bin (1:2.66-4) ... Setting up libglib2.0-data (2.74.6-2) ... Setting up gnupg-l10n (2.2.40-1.1) ... Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ... Setting up libdbus-1-3:armhf (1.14.10-1~deb12u1) ... Setting up libncursesw6:armhf (6.4-4) ... Setting up libk5crypto3:armhf (1.20.1-2+deb12u1) ... Setting up libsasl2-2:armhf (2.1.28+dfsg-10) ... Setting up python-apt-common (2.6.0) ... Setting up libduktape207:armhf (2.7.0-2) ... Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... Setting up libgirepository-1.0-1:armhf (1.74.0-3) ... Setting up libssh2-1:armhf (1.10.0-3+b1) ... Setting up sgml-base (1.31) ... Get:67 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-26-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [170 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libpython3.11-minimal armhf 3.11.4-1~23.04.2 [824 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libexpat1 armhf 2.5.0-1 [63.4 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf python3.11-minimal armhf 3.11.4-1~23.04.2 [1913 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-minimal armhf 3.11.2-1 [24.6 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf media-types all 10.0.0 [25.8 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libkrb5support0 armhf 1.20.1-1ubuntu0.1 [31.0 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libk5crypto3 armhf 1.20.1-1ubuntu0.1 [78.3 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libkeyutils1 armhf 1.6.3-2 [8062 B] Get:10 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libkrb5-3 armhf 1.20.1-1ubuntu0.1 [320 kB] Get:45 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf distro-info-data all 0.58ubuntu0.2 [6280 B] Get:46 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libglib2.0-0 armhf 2.78.0-2 [1393 kB] Setting up docker-compose-plugin (2.24.2-1~raspbian.12~bookworm) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm) ... Setting up docker-buildx-plugin (0.12.1-1~raspbian.12~bookworm) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libkrb5-3:armhf (1.20.1-2+deb12u1) ... Setting up libstemmer0d:armhf (2.2.0-2) ... Setting up lsb-release (12.0-1) ... Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... Setting up openssl (3.0.11-1~deb12u2) ... Setting up libelf1:armhf (0.188-2.1) ... Setting up readline-common (8.2-1.3) ... Setting up libxml2:armhf (2.9.14+dfsg-1.3~deb12u1) ... Get:68 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimntlm0-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [13.2 kB] Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi3-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [80.1 kB] Get:70 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2ubuntu0.1 [13.2 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libgssapi-krb5-2 armhf 1.20.1-1ubuntu0.1 [118 kB] 137 added, 0 removed; done. Setting up gir1.2-glib-2.0:armhf (1.72.0-1) ... Setting up gpgconf (2.2.27-3ubuntu2.1) ... Setting up libcurl4:armhf (7.81.0-1ubuntu1.15) ... Setting up libpolkit-agent-1-0:armhf (0.105-33) ... Setting up curl (7.81.0-1ubuntu1.15) ... Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Setting up iso-codes (4.15.0-1) ... Setting up dbus-bin (1.14.10-1~deb12u1) ... Setting up libpolkit-gobject-1-0:armhf (122-3) ... Setting up pinentry-curses (1.2.1-1) ... Setting up libdw1:armhf (0.188-2.1) ... Setting up libreadline8:armhf (8.2-1.3) ... Setting up libglib2.0-bin (2.74.6-2) ... Setting up dbus-daemon (1.14.10-1~deb12u1) ... Setting up libldap-2.5-0:armhf (2.5.13+dfsg-5) ... Setting up ca-certificates (20230311) ... Reading package lists... Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg-2ubuntu0.1 [42.7 kB] Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB] Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-2.4-2 armhf 2.4.49+dfsg-2ubuntu1.9 [133 kB] Get:74 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libnghttp2-14 armhf 1.40.0-1ubuntu0.2 [68.6 kB] Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build1 [49.1 kB] Get:76 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssh-4 armhf 0.9.3-2ubuntu2.5 [148 kB] Get:77 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl4 armhf 7.68.0-1ubuntu2.21 [204 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtirpc-common all 1.3.3+ds-1 [7790 B] Get:13 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libtirpc3 armhf 1.3.3+ds-1 [71.4 kB] Setting up libxml2:armhf (2.9.13+dfsg-1ubuntu0.3) ... Setting up polkitd (0.105-33) ... Setting up gpg (2.2.27-3ubuntu2.1) ... Setting up libgstreamer1.0-0:armhf (1.20.3-0ubuntu1) ... Setcap worked! gst-ptp-helper is not suid! Setting up libpython3-stdlib:armhf (3.10.6-1~22.04) ... Setting up gnupg-utils (2.2.27-3ubuntu2.1) ... Setting up gpg-agent (2.2.27-3ubuntu2.1) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Get:47 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libgirepository-1.0-1 armhf 1.78.1-1 [97.3 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gir1.2-glib-2.0 armhf 1.78.1-1 [180 kB] Get:49 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf iso-codes all 4.15.0-1 [3458 kB] Get:50 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libcap2-bin armhf 1:2.66-4ubuntu1 [32.4 kB] Get:51 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libelf1 armhf 0.189-4 [48.7 kB] Get:52 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libglib2.0-data all 2.78.0-2 [40.3 kB] Get:53 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libicu72 armhf 72.1-3ubuntu3 [10.5 MB] Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm) ... dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.24.2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.12.1-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~raspbian.12~bookworm_armhf.deb Building dependency tree... Reading state information... Get:78 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf curl armhf 7.68.0-1ubuntu2.21 [154 kB] Get:14 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnsl2 armhf 1.3.0-2build2 [36.6 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf readline-common all 8.2-1.3 [55.7 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libreadline8 armhf 8.2-1.3 [128 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libsqlite3-0 armhf 3.40.1-1ubuntu0.1 [566 kB] Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. The following additional packages will be installed: dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1 lsb-base mime-support openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.7 python3.7-minimal readline-common Suggested packages: dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.7-venv python3.7-doc binutils binfmt-support readline-doc Recommended packages: dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales packagekit publicsuffix libsasl2-modules bzip2 file xz-utils unattended-upgrades Updating certificates in /etc/ssl/certs... Get:79 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dbus-user-session armhf 1.12.16-2ubuntu2.3 [9424 B] Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdconf1 armhf 0.36.0-1 [33.2 kB] Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dconf-service armhf 0.36.0-1 [25.3 kB] Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dconf-gsettings-backend armhf 0.36.0-1 [18.4 kB] Get:83 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libassuan0 armhf 2.5.3-7ubuntu2 [29.1 kB] Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgconf armhf 2.2.19-3ubuntu2.2 [107 kB] Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libksba8 armhf 1.3.5-2ubuntu0.20.04.2 [80.4 kB] Get:86 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnpth0 armhf 1.6-1 [6624 B] Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dirmngr armhf 2.2.19-3ubuntu2.2 [288 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libpython3.11-stdlib armhf 3.11.4-1~23.04.2 [1794 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf python3.11 armhf 3.11.4-1~23.04.2 [572 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpython3-stdlib armhf 3.11.2-1 [7238 B] Get:21 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3 armhf 3.11.2-1 [22.9 kB] Get:22 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libargon2-1 armhf 0~20171227-0.3 [21.0 kB] Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up python3.10 (3.10.12-1~22.04.3) ... Get:54 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libpam-systemd armhf 253.5-1ubuntu6.1 [194 kB] Get:55 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxml2 armhf 2.9.14+dfsg-1.3 [591 kB] The following NEW packages will be installed: apt-transport-https ca-certificates curl dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1 lsb-base lsb-release mime-support openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.7 python3.7-minimal readline-common software-properties-common Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpackagekit-glib2-18 armhf 1.1.13-2ubuntu1.1 [90.6 kB] Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gir1.2-packagekitglib-1.0 armhf 1.1.13-2ubuntu1.1 [21.4 kB] 0 upgraded, 66 newly installed, 0 to remove and 0 not upgraded. Need to get 22.4 MB of archives. After this operation, 70.8 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian-security buster/updates/main armhf libssl1.1 armhf 1.1.1n-0+deb10u6 [1312 kB] 140 added, 0 removed; done. Setting up dbus (1.14.10-1~deb12u1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libgssapi-krb5-2:armhf (1.20.1-2+deb12u1) ... Setting up gir1.2-glib-2.0:armhf (1.74.0-3) ... Setting up xml-core (0.18+nmu1) ... Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libproxy1v5 armhf 0.4.15-10ubuntu1.2 [42.3 kB] Get:91 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B] Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf glib-networking-services armhf 2.64.2-1ubuntu0.1 [9908 B] Get:93 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB] Get:94 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf glib-networking armhf 2.64.2-1ubuntu0.1 [52.2 kB] Get:23 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdevmapper1.02.1 armhf 2:1.02.185-1ubuntu1 [134 kB] Setting up gpgsm (2.2.27-3ubuntu2.1) ... Setting up pkexec (0.105-33) ... Get:2 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u6 [583 kB] Get:3 http://deb.debian.org/debian-security buster/updates/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [79.9 kB] Get:4 http://deb.debian.org/debian-security buster/updates/main armhf python3.7-minimal armhf 3.7.3-2+deb10u6 [1467 kB] Get:5 http://deb.debian.org/debian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB] Get:6 http://deb.debian.org/debian buster/main armhf mime-support all 3.62 [37.2 kB] Get:7 http://deb.debian.org/debian buster/main armhf libmpdec2 armhf 2.4.2-2 [69.3 kB] Get:8 http://deb.debian.org/debian buster/main armhf readline-common all 7.0-5 [70.6 kB] Get:9 http://deb.debian.org/debian buster/main armhf libreadline7 armhf 7.0-5 [131 kB] Get:10 http://deb.debian.org/debian-security buster/updates/main armhf libsqlite3-0 armhf 3.27.2-3+deb10u2 [561 kB] Get:11 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u6 [1662 kB] Get:12 http://deb.debian.org/debian-security buster/updates/main armhf python3.7 armhf 3.7.3-2+deb10u6 [331 kB] Get:13 http://deb.debian.org/debian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB] Get:14 http://deb.debian.org/debian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB] Get:15 http://deb.debian.org/debian buster/main armhf libkeyutils1 armhf 1.6-6 [13.9 kB] Get:16 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5support0 armhf 1.17-3+deb10u6 [62.8 kB] Get:17 http://deb.debian.org/debian-security buster/updates/main armhf libk5crypto3 armhf 1.17-3+deb10u6 [119 kB] Get:18 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5-3 armhf 1.17-3+deb10u6 [324 kB] Get:19 http://deb.debian.org/debian-security buster/updates/main armhf libgssapi-krb5-2 armhf 1.17-3+deb10u6 [137 kB] Get:20 http://deb.debian.org/debian buster/main armhf apt-transport-https all 1.8.2.3 [149 kB] Get:21 http://deb.debian.org/debian-security buster/updates/main armhf openssl armhf 1.1.1n-0+deb10u6 [829 kB] Get:22 http://deb.debian.org/debian buster/main armhf ca-certificates all 20200601~deb10u2 [166 kB] Get:23 http://deb.debian.org/debian buster/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-1+deb10u2 [67.4 kB] Get:24 http://deb.debian.org/debian buster/main armhf libsasl2-2 armhf 2.1.27+dfsg-1+deb10u2 [98.9 kB] Get:25 http://deb.debian.org/debian buster/main armhf libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB] Get:26 http://deb.debian.org/debian buster/main armhf libldap-2.4-2 armhf 2.4.47+dfsg-3+deb10u7 [202 kB] Get:27 http://deb.debian.org/debian-security buster/updates/main armhf libnghttp2-14 armhf 1.36.0-2+deb10u2 [75.2 kB] Get:28 http://deb.debian.org/debian buster/main armhf libpsl5 armhf 0.20.2-2 [52.4 kB] Get:29 http://deb.debian.org/debian buster/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2 [54.9 kB] Get:30 http://deb.debian.org/debian-security buster/updates/main armhf libssh2-1 armhf 1.8.0-2.1+deb10u1 [130 kB] Get:31 http://deb.debian.org/debian-security buster/updates/main armhf libcurl4 armhf 7.64.0-4+deb10u8 [301 kB] Get:32 http://deb.debian.org/debian-security buster/updates/main armhf curl armhf 7.64.0-4+deb10u8 [259 kB] Get:33 http://deb.debian.org/debian buster/main armhf libassuan0 armhf 2.5.2-1 [42.8 kB] Get:34 http://deb.debian.org/debian buster/main armhf gpgconf armhf 2.2.12-1+deb10u2 [492 kB] Get:35 http://deb.debian.org/debian buster/main armhf lsb-base all 10.2019051400 [28.4 kB] Get:36 http://deb.debian.org/debian-security buster/updates/main armhf libksba8 armhf 1.3.5-2+deb10u2 [86.9 kB] Get:37 http://deb.debian.org/debian buster/main armhf libnpth0 armhf 1.6-1 [17.4 kB] Get:38 http://deb.debian.org/debian buster/main armhf dirmngr armhf 2.2.12-1+deb10u2 [669 kB] Get:39 http://deb.debian.org/debian-security buster/updates/main armhf distro-info-data all 0.41+deb10u8 [7540 B] Get:40 http://deb.debian.org/debian-security buster/updates/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u5 [1104 kB] Get:41 http://deb.debian.org/debian buster/main armhf libgirepository-1.0-1 armhf 1.58.3-2 [80.2 kB] Get:42 http://deb.debian.org/debian buster/main armhf gir1.2-glib-2.0 armhf 1.58.3-2 [143 kB] Get:43 http://deb.debian.org/debian buster/main armhf libpackagekit-glib2-18 armhf 1.1.12-5 [101 kB] Get:44 http://deb.debian.org/debian buster/main armhf gir1.2-packagekitglib-1.0 armhf 1.1.12-5 [35.9 kB] Get:45 http://deb.debian.org/debian buster/main armhf gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB] Get:46 http://deb.debian.org/debian buster/main armhf gnupg-utils armhf 2.2.12-1+deb10u2 [788 kB] Get:47 http://deb.debian.org/debian buster/main armhf gpg armhf 2.2.12-1+deb10u2 [804 kB] Get:48 http://deb.debian.org/debian buster/main armhf pinentry-curses armhf 1.1.0-2 [59.8 kB] Get:49 http://deb.debian.org/debian buster/main armhf gpg-agent armhf 2.2.12-1+deb10u2 [578 kB] Get:50 http://deb.debian.org/debian buster/main armhf gpg-wks-client armhf 2.2.12-1+deb10u2 [469 kB] Get:51 http://deb.debian.org/debian buster/main armhf gpg-wks-server armhf 2.2.12-1+deb10u2 [464 kB] Get:52 http://deb.debian.org/debian buster/main armhf gpgsm armhf 2.2.12-1+deb10u2 [573 kB] Get:53 http://deb.debian.org/debian buster/main armhf gnupg all 2.2.12-1+deb10u2 [715 kB] Get:54 http://deb.debian.org/debian buster/main armhf gnupg2 all 2.2.12-1+deb10u2 [393 kB] Get:55 http://deb.debian.org/debian buster/main armhf iso-codes all 4.2-1 [2713 kB] Get:56 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libyaml-0-2 armhf 0.2.5-1 [46.4 kB] Get:57 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf lsb-release all 12.0-2 [6564 B] Get:58 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python-apt-common all 2.6.0ubuntu1 [18.1 kB] Get:59 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-apt armhf 2.6.0ubuntu1 [156 kB] Setting up gpgconf (2.2.40-1.1) ... Setting up libpam-systemd:armhf (252.19-1~deb12u1) ... Get:95 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB] Get:96 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-utils armhf 2.2.19-3ubuntu2.2 [412 kB] Get:97 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg armhf 2.2.19-3ubuntu2.2 [425 kB] Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pinentry-curses armhf 1.1.0-3build1 [31.8 kB] Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-agent armhf 2.2.19-3ubuntu2.2 [195 kB] Get:24 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libjson-c5 armhf 0.16-2 [29.0 kB] Get:25 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libcryptsetup12 armhf 2:2.6.1-1ubuntu1 [202 kB] Setting up libcurl3-gnutls:armhf (7.81.0-1ubuntu1.15) ... Setting up python3 (3.10.6-1~22.04) ... Setting up libappstream4:armhf (0.15.2-2) ... Setting up python3-six (1.16.0-3ubuntu1) ... Get:56 http://deb.debian.org/debian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB] Get:57 http://deb.debian.org/debian-security buster/updates/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u8 [298 kB] Get:58 http://deb.debian.org/debian-security buster/updates/main armhf libdbus-1-3 armhf 1.12.28-0+deb10u1 [196 kB] Get:59 http://deb.debian.org/debian buster/main armhf lsb-release all 10.2019051400 [27.5 kB] Get:60 http://deb.debian.org/debian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB] Get:61 http://deb.debian.org/debian buster/main armhf python3-apt armhf 1.8.4.3 [169 kB] Get:62 http://deb.debian.org/debian buster/main armhf python3-dbus armhf 1.2.8-3 [96.3 kB] Get:63 http://deb.debian.org/debian buster/main armhf python3-gi armhf 3.30.4-1 [163 kB] Get:64 http://deb.debian.org/debian buster/main armhf python3-pycurl armhf 7.43.0.2-0.1 [63.3 kB] Get:65 http://deb.debian.org/debian buster/main armhf python3-software-properties all 0.96.20.2-2 [49.6 kB] Get:66 http://deb.debian.org/debian buster/main armhf software-properties-common all 0.96.20.2-2 [83.3 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 22.4 MB in 1s (40.3 MB/s) Selecting previously unselected package libssl1.1:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6680 files and directories currently installed.) Preparing to unpack .../libssl1.1_1.1.1n-0+deb10u6_armhf.deb ... Unpacking libssl1.1:armhf (1.1.1n-0+deb10u6) ... Get:60 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-cffi-backend armhf 1.15.1-5build1 [66.4 kB] Get:61 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-dbus armhf 1.3.2-5 [93.0 kB] Get:62 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-gi armhf 3.46.0-1 [214 kB] Get:63 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-pkg-resources all 68.1.2-2 [167 kB] Get:64 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libnghttp2-14 armhf 1.55.1-1ubuntu0.1 [68.3 kB] Get:65 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpsl5 armhf 0.21.2-1 [57.6 kB] Get:66 http://ports.ubuntu.com/ubuntu-ports mantic/universe armhf apt-transport-https all 2.7.3 [3962 B] Reading package lists... Building dependency tree... Reading state information... Setting up libcurl4:armhf (7.88.1-10+deb12u5) ... Setting up libpolkit-agent-1-0:armhf (122-3) ... Setting up curl (7.88.1-10+deb12u5) ... Setting up gpg (2.2.40-1.1) ... Setting up libgstreamer1.0-0:armhf (1.22.0-2) ... Setcap worked! gst-ptp-helper is not suid! Setting up gnupg-utils (2.2.40-1.1) ... Setting up libtirpc3:armhf (1.3.3+ds-1) ... Setting up gpg-agent (2.2.40-1.1) ... Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-client armhf 2.2.19-3ubuntu2.2 [81.8 kB] Get:26 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libfdisk1 armhf 2.38.1-4ubuntu1 [186 kB] Get:27 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libkmod2 armhf 30+20221128-1ubuntu1 [41.9 kB] Get:28 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libapparmor1 armhf 3.0.8-1ubuntu2.1 [41.8 kB] Get:29 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libip4tc2 armhf 1.8.7-1ubuntu7 [17.4 kB] Get:30 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libsystemd-shared armhf 252.5-2ubuntu3.2 [1746 kB] Get:31 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf systemd armhf 252.5-2ubuntu3.2 [2985 kB] Setting up dirmngr (2.2.27-3ubuntu2.1) ... Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ... Setting up python3-pyparsing (2.4.7-1) ... Selecting previously unselected package libpython3.7-minimal:armhf. Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u6_armhf.deb ... Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u6) ... Selecting previously unselected package libexpat1:armhf. Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_armhf.deb ... Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ... Selecting previously unselected package python3.7-minimal. Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u6_armhf.deb ... Correcting dependencies... Done Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-server armhf 2.2.19-3ubuntu2.2 [76.2 kB] Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgsm armhf 2.2.19-3ubuntu2.2 [187 kB] Get:32 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf systemd-sysv armhf 252.5-2ubuntu3.2 [11.5 kB] Get:33 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf adduser all 3.129ubuntu1 [59.0 kB] Setting up python3-gi (3.42.1-0ubuntu1) ... Setting up python3-jeepney (0.7.1-3) ... Unpacking python3.7-minimal (3.7.3-2+deb10u6) ... Setting up libssl1.1:armhf (1.1.1n-0+deb10u6) ... Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u6) ... Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 Suggested packages: firewalld kmod Recommended packages: nftables The following NEW packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up gpgsm (2.2.40-1.1) ... Setting up libcurl3-gnutls:armhf (7.88.1-10+deb12u5) ... Setting up libappstream4:armhf (0.16.1-2) ... Setting up dirmngr (2.2.40-1.1) ... Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg all 2.2.19-3ubuntu2.2 [259 kB] Get:104 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsoup2.4-1 armhf 2.70.0-1 [228 kB] Get:105 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstemmer0d armhf 0+svn585-2 [55.1 kB] Get:106 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libappstream4 armhf 0.12.10-2 [110 kB] Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-bin armhf 2.64.6-1~ubuntu20.04.6 [67.4 kB] Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgstreamer1.0-0 armhf 1.16.3-0ubuntu1.1 [829 kB] Get:109 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpolkit-agent-1-0 armhf 0.105-26ubuntu1.3 [12.8 kB] Get:110 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf policykit-1 armhf 0.105-26ubuntu1.3 [76.6 kB] Get:67 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libbrotli1 armhf 1.0.9-2build8 [296 kB] Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ... Setting up python3-httplib2 (0.20.2-2) ... Setting up libexpat1:armhf (2.2.6-2+deb10u6) ... Setting up python3.7-minimal (3.7.3-2+deb10u6) ... 0 upgraded, 9 newly installed, 0 to remove and 16 not upgraded. Need to get 22.1 MB of archives. After this operation, 103 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/raspbian bookworm/test armhf containerd.io armhf 1.6.27-1 [21.6 MB] Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Setting up gir1.2-packagekitglib-1.0 (1.2.6-5) ... Setting up gpg-wks-server (2.2.40-1.1) ... Setting up libnsl2:armhf (1.3.0-2) ... Setting up gpg-wks-client (2.2.40-1.1) ... Setting up libpython3.11-stdlib:armhf (3.11.2-6) ... Setting up gnupg (2.2.40-1.1) ... Setting up libpython3-stdlib:armhf (3.11.2-1+b1) ... Setting up python3.11 (3.11.2-6) ... Get:111 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-certifi all 2019.11.28-1 [149 kB] Get:68 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsasl2-modules-db armhf 2.1.28+dfsg1-3 [18.9 kB] Get:69 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libsasl2-2 armhf 2.1.28+dfsg1-3 [49.6 kB] Get:70 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libldap2 armhf 2.6.6+dfsg-1~exp1ubuntu1 [170 kB] Setting up lsb-release (11.1.0ubuntu4) ... Setting up policykit-1 (0.105-33) ... Setting up python3-cffi-backend:armhf (1.15.0-1build2) ... Setting up python3-blinker (1.4+dfsg1-0.4) ... Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... Get:34 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf openssl armhf 3.0.8-1ubuntu1.4 [1149 kB] Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-user-session armhf 1.14.10-1~deb12u1 [78.1 kB] Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-chardet all 3.0.4-4build1 [80.4 kB] Get:113 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-idna all 2.8-1 [34.6 kB] Get:71 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB] Get:72 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libssh-4 armhf 0.10.5-3ubuntu1.2 [168 kB] Get:73 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libcurl4 armhf 8.2.1-1ubuntu3.2 [280 kB] Get:74 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf curl armhf 8.2.1-1ubuntu3.2 [207 kB] Get:75 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libassuan0 armhf 2.5.6-1 [31.0 kB] Get:76 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gpgconf armhf 2.2.40-1.1ubuntu1 [120 kB] Get:77 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libksba8 armhf 1.6.4-2 [102 kB] Setting up python3-more-itertools (8.10.0-2) ... Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6941 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ... Unpacking python3-minimal (3.7.3-1) ... Selecting previously unselected package mime-support. Preparing to unpack .../1-mime-support_3.62_all.deb ... Unpacking mime-support (3.62) ... Selecting previously unselected package libmpdec2:armhf. Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ... Unpacking libmpdec2:armhf (2.4.2-2) ... Selecting previously unselected package readline-common. Preparing to unpack .../3-readline-common_7.0-5_all.deb ... Unpacking readline-common (7.0-5) ... Selecting previously unselected package libreadline7:armhf. Preparing to unpack .../4-libreadline7_7.0-5_armhf.deb ... Unpacking libreadline7:armhf (7.0-5) ... Selecting previously unselected package libsqlite3-0:armhf. Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_armhf.deb ... Unpacking libsqlite3-0:armhf (3.27.2-3+deb10u2) ... Selecting previously unselected package libpython3.7-stdlib:armhf. Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u6_armhf.deb ... Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u6) ... Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf libip6tc2 armhf 1.8.9-2 [17.4 kB] Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-urllib3 all 1.25.8-2ubuntu0.3 [88.7 kB] Get:115 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-requests all 2.22.0-2ubuntu1.1 [47.2 kB] Get:116 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-requests-unixsocket all 0.2.0-2 [7272 B] Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-software-properties all 0.99.9.12 [21.7 kB] Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf packagekit armhf 1.1.13-2ubuntu1.1 [380 kB] Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf software-properties-common all 0.99.9.12 [10.4 kB] Get:120 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf gnupg2 all 2.2.19-3ubuntu2.2 [5316 B] Setting up python3-dbus (1.2.18-3build1) ... Setting up python3-distro (1.7.0-1) ... Get:35 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf ca-certificates all 20230311ubuntu0.23.04.1 [152 kB] Get:36 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdbus-1-3 armhf 1.14.4-1ubuntu1 [183 kB] Get:37 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf dbus-bin armhf 1.14.4-1ubuntu1 [37.7 kB] Get:38 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf dbus-session-bus-common all 1.14.4-1ubuntu1 [73.7 kB] Get:39 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf dbus-daemon armhf 1.14.4-1ubuntu1 [109 kB] Get:40 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf dbus-system-bus-common all 1.14.4-1ubuntu1 [74.8 kB] Get:41 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf dbus armhf 1.14.4-1ubuntu1 [28.1 kB] Get:42 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf distro-info-data all 0.57ubuntu0.3 [6302 B] Get:43 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libglib2.0-0 armhf 2.76.4-0ubuntu1 [1383 kB] Get:44 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libgirepository-1.0-1 armhf 1.76.1-1 [96.1 kB] Selecting previously unselected package python3.7. Preparing to unpack .../7-python3.7_3.7.3-2+deb10u6_armhf.deb ... Unpacking python3.7 (3.7.3-2+deb10u6) ... Selecting previously unselected package libpython3-stdlib:armhf. Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_armhf.deb ... Unpacking libpython3-stdlib:armhf (3.7.3-1) ... Setting up python3-minimal (3.7.3-1) ... Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf libxtables12 armhf 1.8.9-2 [27.9 kB] Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf libmnl0 armhf 1.0.4-3 [11.0 kB] Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libnfnetlink0 armhf 1.0.2-2 [13.5 kB] Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf libnetfilter-conntrack3 armhf 1.0.9-3 [32.5 kB] Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf libnftnl11 armhf 1.2.4-2 [45.3 kB] Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf iptables armhf 1.8.9-2 [315 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 32.7 MB in 9s (3584 kB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../libsystemd0_245.4-4ubuntu3.23_armhf.deb ... Unpacking libsystemd0:armhf (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ... Get:78 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnpth0 armhf 1.6-3build2 [7230 B] Get:79 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf dirmngr armhf 2.2.40-1.1ubuntu1 [331 kB] Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ... Setting up python3-jwt (2.3.0-1ubuntu0.2) ... Setting up python3-apt (2.4.0ubuntu2) ... Setting up gnupg2 (2.2.40-1.1) ... Setting up python3 (3.11.2-1+b1) ... Setting up python3-six (1.16.0-4) ... Get:45 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gir1.2-glib-2.0 armhf 1.76.1-1 [179 kB] Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7410 files and directories currently installed.) Preparing to unpack .../00-python3_3.7.3-1_armhf.deb ... Unpacking python3 (3.7.3-1) ... Selecting previously unselected package libkeyutils1:armhf. Preparing to unpack .../01-libkeyutils1_1.6-6_armhf.deb ... Unpacking libkeyutils1:armhf (1.6-6) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 22.1 MB in 1s (21.1 MB/s) Selecting previously unselected package containerd.io. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14552 files and directories currently installed.) Preparing to unpack .../0-containerd.io_1.6.27-1_armhf.deb ... Unpacking containerd.io (1.6.27-1) ... Setting up libsystemd0:armhf (245.4-4ubuntu3.23) ... Selecting previously unselected package libssl1.1:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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.) Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.20_armhf.deb ... Unpacking libssl1.1:armhf (1.1.1f-1ubuntu2.20) ... Selecting previously unselected package libpython3.8-minimal:armhf. Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.9_armhf.deb ... Unpacking libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.9) ... Get:80 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpackagekit-glib2-18 armhf 1.2.7-1 [107 kB] Get:81 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.7-1 [25.4 kB] Get:82 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gnupg-l10n all 2.2.40-1.1ubuntu1 [56.2 kB] Get:83 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gnupg-utils armhf 2.2.40-1.1ubuntu1 [459 kB] Get:84 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gpg armhf 2.2.40-1.1ubuntu1 [482 kB] Get:85 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf pinentry-curses armhf 1.2.1-1ubuntu1 [35.8 kB] Get:86 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gpg-agent armhf 2.2.40-1.1ubuntu1 [236 kB] Setting up python3-lazr.uri (1.0.6-2) ... Setting up python3-pyparsing (3.0.9-1) ... Setting up python3-gi (3.42.2-3+b1) ... Selecting previously unselected package libkrb5support0:armhf. Preparing to unpack .../02-libkrb5support0_1.17-3+deb10u6_armhf.deb ... Unpacking libkrb5support0:armhf (1.17-3+deb10u6) ... Selecting previously unselected package libk5crypto3:armhf. Preparing to unpack .../03-libk5crypto3_1.17-3+deb10u6_armhf.deb ... Unpacking libk5crypto3:armhf (1.17-3+deb10u6) ... Selecting previously unselected package libkrb5-3:armhf. Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u6_armhf.deb ... Unpacking libkrb5-3:armhf (1.17-3+deb10u6) ... Selecting previously unselected package libgssapi-krb5-2:armhf. Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u6_armhf.deb ... Unpacking libgssapi-krb5-2:armhf (1.17-3+deb10u6) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../06-apt-transport-https_1.8.2.3_all.deb ... Unpacking apt-transport-https (1.8.2.3) ... Selecting previously unselected package openssl. Preparing to unpack .../07-openssl_1.1.1n-0+deb10u6_armhf.deb ... Selecting previously unselected package libexpat1:armhf. Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_armhf.deb ... Unpacking libexpat1:armhf (2.2.9-1ubuntu0.6) ... Selecting previously unselected package python3.8-minimal. Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.9_armhf.deb ... Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... Get:87 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gpg-wks-client armhf 2.2.40-1.1ubuntu1 [90.4 kB] Get:88 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gpg-wks-server armhf 2.2.40-1.1ubuntu1 [82.7 kB] Setting up python3-zipp (1.0.0-3) ... Setting up python3-cryptography (3.4.8-1ubuntu2.1) ... Setting up python3-httplib2 (0.20.4-3) ... Setting up python3-cffi-backend:armhf (1.15.1-5+b1) ... Setting up python3-blinker (1.5-1) ... Unpacking openssl (1.1.1n-0+deb10u6) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../08-ca-certificates_20200601~deb10u2_all.deb ... Unpacking ca-certificates (20200601~deb10u2) ... Selecting previously unselected package libsasl2-modules-db:armhf. Preparing to unpack .../09-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_armhf.deb ... Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ... Selecting previously unselected package libsasl2-2:armhf. Preparing to unpack .../10-libsasl2-2_2.1.27+dfsg-1+deb10u2_armhf.deb ... Unpacking libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ... Selecting previously unselected package libldap-common. Preparing to unpack .../11-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ... Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ... Get:46 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf iso-codes all 4.12.0-1 [3440 kB] Setting up libssl1.1:armhf (1.1.1f-1ubuntu2.20) ... Setting up libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.9) ... Setting up libexpat1:armhf (2.2.9-1ubuntu0.6) ... Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... Get:89 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gpgsm armhf 2.2.40-1.1ubuntu1 [214 kB] Setting up python3-wadllib (1.3.6-1) ... Setting up python3-pkg-resources (66.1.1-1) ... Selecting previously unselected package libldap-2.4-2:armhf. Preparing to unpack .../12-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_armhf.deb ... Unpacking libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ... Selecting previously unselected package libnghttp2-14:armhf. Preparing to unpack .../13-libnghttp2-14_1.36.0-2+deb10u2_armhf.deb ... Unpacking libnghttp2-14:armhf (1.36.0-2+deb10u2) ... Selecting previously unselected package libpsl5:armhf. Preparing to unpack .../14-libpsl5_0.20.2-2_armhf.deb ... Unpacking libpsl5:armhf (0.20.2-2) ... Selecting previously unselected package librtmp1:armhf. Preparing to unpack .../15-librtmp1_2.4+20151223.gitfa8646d.1-2_armhf.deb ... Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ... Selecting previously unselected package libssh2-1:armhf. Preparing to unpack .../16-libssh2-1_1.8.0-2.1+deb10u1_armhf.deb ... Unpacking libssh2-1:armhf (1.8.0-2.1+deb10u1) ... Selecting previously unselected package libcurl4:armhf. Preparing to unpack .../17-libcurl4_7.64.0-4+deb10u8_armhf.deb ... Unpacking libcurl4:armhf (7.64.0-4+deb10u8) ... Get:47 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libcap2-bin armhf 1:2.66-3ubuntu2.1 [32.4 kB] Get:48 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libelf1 armhf 0.188-2.1 [46.0 kB] Get:49 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libglib2.0-data all 2.76.4-0ubuntu1 [38.7 kB] Get:50 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libicu72 armhf 72.1-3ubuntu2 [10.5 MB] Setting up gnupg (2.2.27-3ubuntu2.1) ... Setting up packagekit (1.2.5-2ubuntu2) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up gnupg2 (2.2.27-3ubuntu2.1) ... Setting up python3-importlib-metadata (4.6.4-1) ... Setting up python3-dbus (1.3.2-4+b1) ... Selecting previously unselected package curl. Preparing to unpack .../18-curl_7.64.0-4+deb10u8_armhf.deb ... Unpacking curl (7.64.0-4+deb10u8) ... Selecting previously unselected package libassuan0:armhf. Preparing to unpack .../19-libassuan0_2.5.2-1_armhf.deb ... Unpacking libassuan0:armhf (2.5.2-1) ... Selecting previously unselected package gpgconf. Preparing to unpack .../20-gpgconf_2.2.12-1+deb10u2_armhf.deb ... Unpacking gpgconf (2.2.12-1+deb10u2) ... Selecting previously unselected package lsb-base. Preparing to unpack .../21-lsb-base_10.2019051400_all.deb ... Unpacking lsb-base (10.2019051400) ... Selecting previously unselected package libksba8:armhf. Preparing to unpack .../22-libksba8_1.3.5-2+deb10u2_armhf.deb ... Unpacking libksba8:armhf (1.3.5-2+deb10u2) ... Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4419 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_armhf.deb ... Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ... Setting up python3-secretstorage (3.3.1-1) ... Get:90 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf gnupg all 2.2.40-1.1ubuntu1 [319 kB] Get:91 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf libcurl3-gnutls armhf 8.2.1-1ubuntu3.2 [275 kB] Get:92 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libstemmer0d armhf 2.2.0-4 [131 kB] Get:93 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxmlb2 armhf 0.3.10-2 [54.1 kB] Get:94 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libappstream4 armhf 0.16.2-1 [189 kB] Get:95 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libduktape207 armhf 2.7.0+tests-0ubuntu2 [124 kB] Get:96 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libdw1 armhf 0.189-4 [233 kB] Get:97 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libglib2.0-bin armhf 2.78.0-2 [90.5 kB] Get:98 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libunwind8 armhf 1.6.2-3 [49.2 kB] Get:99 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libgstreamer1.0-0 armhf 1.22.5-1 [935 kB] Setting up python3-distro (1.8.0-1) ... Setting up python3-jwt (2.6.0-1) ... Setting up python3-apt (2.6.0) ... Selecting previously unselected package libnpth0:armhf. Preparing to unpack .../23-libnpth0_1.6-1_armhf.deb ... Unpacking libnpth0:armhf (1.6-1) ... Selecting previously unselected package dirmngr. Preparing to unpack .../24-dirmngr_2.2.12-1+deb10u2_armhf.deb ... Unpacking dirmngr (2.2.12-1+deb10u2) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../25-distro-info-data_0.41+deb10u8_all.deb ... Unpacking distro-info-data (0.41+deb10u8) ... Selecting previously unselected package libglib2.0-0:armhf. Preparing to unpack .../26-libglib2.0-0_2.58.3-2+deb10u5_armhf.deb ... Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u5) ... Get:51 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libpam-systemd armhf 252.5-2ubuntu3.2 [187 kB] Get:52 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libxml2 armhf 2.9.14+dfsg-1.1ubuntu0.1 [591 kB] Get:53 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libyaml-0-2 armhf 0.2.5-1 [46.4 kB] Get:54 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf lsb-release all 12.0-1ubuntu1 [6548 B] Get:55 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python-apt-common all 2.5.3ubuntu1 [18.0 kB] Selecting previously unselected package dbus-user-session. Preparing to unpack .../1-dbus-user-session_1.14.10-1~deb12u1_armhf.deb ... Unpacking dbus-user-session (1.14.10-1~deb12u1) ... Selecting previously unselected package libip6tc2:armhf. Preparing to unpack .../2-libip6tc2_1.8.9-2_armhf.deb ... Unpacking libip6tc2:armhf (1.8.9-2) ... Selecting previously unselected package libxtables12:armhf. Preparing to unpack .../3-libxtables12_1.8.9-2_armhf.deb ... Unpacking libxtables12:armhf (1.8.9-2) ... Selecting previously unselected package libmnl0:armhf. Preparing to unpack .../4-libmnl0_1.0.4-3_armhf.deb ... Unpacking libmnl0:armhf (1.0.4-3) ... Selecting previously unselected package libnfnetlink0:armhf. Preparing to unpack .../5-libnfnetlink0_1.0.2-2_armhf.deb ... Unpacking libnfnetlink0:armhf (1.0.2-2) ... Unpacking python3-minimal (3.8.2-0ubuntu2) ... Selecting previously unselected package mime-support. Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... Unpacking mime-support (3.64ubuntu1) ... Selecting previously unselected package libmpdec2:armhf. Preparing to unpack .../2-libmpdec2_2.4.2-3_armhf.deb ... Unpacking libmpdec2:armhf (2.4.2-3) ... Selecting previously unselected package readline-common. Preparing to unpack .../3-readline-common_8.0-4_all.deb ... Unpacking readline-common (8.0-4) ... Selecting previously unselected package libreadline8:armhf. Preparing to unpack .../4-libreadline8_8.0-4_armhf.deb ... Unpacking libreadline8:armhf (8.0-4) ... Selecting previously unselected package libsqlite3-0:armhf. Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.6_armhf.deb ... Unpacking libsqlite3-0:armhf (3.31.1-4ubuntu0.6) ... Setting up python3-keyring (23.5.0-1) ... Setting up python3-lazr.restfulclient (0.14.4-1) ... Setting up python3-lazr.uri (1.0.6-3) ... Selecting previously unselected package libgirepository-1.0-1:armhf. Preparing to unpack .../27-libgirepository-1.0-1_1.58.3-2_armhf.deb ... Unpacking libgirepository-1.0-1:armhf (1.58.3-2) ... Selecting previously unselected package gir1.2-glib-2.0:armhf. Preparing to unpack .../28-gir1.2-glib-2.0_1.58.3-2_armhf.deb ... Unpacking gir1.2-glib-2.0:armhf (1.58.3-2) ... Selecting previously unselected package libpackagekit-glib2-18:armhf. Preparing to unpack .../29-libpackagekit-glib2-18_1.1.12-5_armhf.deb ... Unpacking libpackagekit-glib2-18:armhf (1.1.12-5) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../30-gir1.2-packagekitglib-1.0_1.1.12-5_armhf.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../31-gnupg-l10n_2.2.12-1+deb10u2_all.deb ... Unpacking gnupg-l10n (2.2.12-1+deb10u2) ... Get:56 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-apt armhf 2.5.3ubuntu1 [154 kB] Selecting previously unselected package libnetfilter-conntrack3:armhf. Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-3_armhf.deb ... Unpacking libnetfilter-conntrack3:armhf (1.0.9-3) ... Selecting previously unselected package libnftnl11:armhf. Preparing to unpack .../7-libnftnl11_1.2.4-2_armhf.deb ... Unpacking libnftnl11:armhf (1.2.4-2) ... Selecting previously unselected package iptables. Preparing to unpack .../8-iptables_1.8.9-2_armhf.deb ... Unpacking iptables (1.8.9-2) ... Selecting previously unselected package libpython3.8-stdlib:armhf. Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.9_armhf.deb ... Unpacking libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.9) ... Selecting previously unselected package python3.8. Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.9_armhf.deb ... Unpacking python3.8 (3.8.10-0ubuntu1~20.04.9) ... Setting up python3-launchpadlib (1.10.16-1) ... Setting up python3-cryptography (38.0.4-3) ... Get:100 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpolkit-gobject-1-0 armhf 123-1 [41.2 kB] Selecting previously unselected package gnupg-utils. Preparing to unpack .../32-gnupg-utils_2.2.12-1+deb10u2_armhf.deb ... Unpacking gnupg-utils (2.2.12-1+deb10u2) ... Selecting previously unselected package gpg. Preparing to unpack .../33-gpg_2.2.12-1+deb10u2_armhf.deb ... Unpacking gpg (2.2.12-1+deb10u2) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../34-pinentry-curses_1.1.0-2_armhf.deb ... Unpacking pinentry-curses (1.1.0-2) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../35-gpg-agent_2.2.12-1+deb10u2_armhf.deb ... Unpacking gpg-agent (2.2.12-1+deb10u2) ... Setting up libip6tc2:armhf (1.8.9-2) ... Setting up dbus-user-session (1.14.10-1~deb12u1) ... Setting up libmnl0:armhf (1.0.4-3) ... Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:armhf (1.8.9-2) ... Setting up libnfnetlink0:armhf (1.0.2-2) ... Selecting previously unselected package libpython3-stdlib:armhf. Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_armhf.deb ... Unpacking libpython3-stdlib:armhf (3.8.2-0ubuntu2) ... Setting up python3-minimal (3.8.2-0ubuntu2) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4849 files and directories currently installed.) Preparing to unpack .../00-python3_3.8.2-0ubuntu2_armhf.deb ... Unpacking python3 (3.8.2-0ubuntu2) ... Setting up python3-software-properties (0.99.22.9) ... Setting up software-properties-common (0.99.22.9) ... Setting up python3-wadllib (1.3.6-4) ... Setting up python3-oauthlib (3.2.2-1) ... Get:101 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libpolkit-agent-1-0 armhf 123-1 [15.3 kB] Get:102 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf xml-core all 0.18+nmu1 [21.6 kB] Get:103 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf polkitd armhf 123-1 [87.5 kB] Get:104 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-blinker all 1.6.2-1 [15.1 kB] Get:105 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main armhf python3-cryptography armhf 38.0.4-4ubuntu0.23.10.1 [679 kB] Selecting previously unselected package gpg-wks-client. Preparing to unpack .../36-gpg-wks-client_2.2.12-1+deb10u2_armhf.deb ... Unpacking gpg-wks-client (2.2.12-1+deb10u2) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../37-gpg-wks-server_2.2.12-1+deb10u2_armhf.deb ... Unpacking gpg-wks-server (2.2.12-1+deb10u2) ... Selecting previously unselected package gpgsm. Preparing to unpack .../38-gpgsm_2.2.12-1+deb10u2_armhf.deb ... Unpacking gpgsm (2.2.12-1+deb10u2) ... Selecting previously unselected package gnupg. Preparing to unpack .../39-gnupg_2.2.12-1+deb10u2_all.deb ... Unpacking gnupg (2.2.12-1+deb10u2) ... Selecting previously unselected package gnupg2. Preparing to unpack .../40-gnupg2_2.2.12-1+deb10u2_all.deb ... Unpacking gnupg2 (2.2.12-1+deb10u2) ... Selecting previously unselected package iso-codes. Preparing to unpack .../41-iso-codes_4.2-1_all.deb ... Unpacking iso-codes (4.2-1) ... Setting up libnftnl11:armhf (1.2.4-2) ... Setting up libnetfilter-conntrack3:armhf (1.0.9-3) ... Setting up iptables (1.8.9-2) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.36-9+rpi1) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 Selecting previously unselected package libapparmor1:armhf. Preparing to unpack .../01-libapparmor1_2.13.3-7ubuntu5.3_armhf.deb ... Unpacking libapparmor1:armhf (2.13.3-7ubuntu5.3) ... Selecting previously unselected package libcap2:armhf. Preparing to unpack .../02-libcap2_1%3a2.32-1ubuntu0.1_armhf.deb ... Unpacking libcap2:armhf (1:2.32-1ubuntu0.1) ... Selecting previously unselected package libargon2-1:armhf. Preparing to unpack .../03-libargon2-1_0~20171227-0.2_armhf.deb ... Unpacking libargon2-1:armhf (0~20171227-0.2) ... Selecting previously unselected package libdevmapper1.02.1:armhf. Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ... Unpacking libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ... Selecting previously unselected package libjson-c4:armhf. Preparing to unpack .../05-libjson-c4_0.13.1+dfsg-7ubuntu0.3_armhf.deb ... Unpacking libjson-c4:armhf (0.13.1+dfsg-7ubuntu0.3) ... Get:57 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-dbus armhf 1.3.2-4build1 [93.2 kB] Get:58 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-gi armhf 3.44.1-1 [214 kB] Get:59 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf python3-pkg-resources all 66.1.1-1ubuntu0.1 [227 kB] Get:60 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libnghttp2-14 armhf 1.52.0-1ubuntu0.1 [67.7 kB] Get:61 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpsl5 armhf 0.21.2-1 [57.6 kB] Get:62 http://ports.ubuntu.com/ubuntu-ports lunar-updates/universe armhf apt-transport-https all 2.6.0ubuntu0.1 [3968 B] Get:63 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libbrotli1 armhf 1.0.9-2build8 [296 kB] Get:64 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-10 [18.6 kB] Get:65 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libsasl2-2 armhf 2.1.28+dfsg-10 [52.4 kB] Get:66 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libldap2 armhf 2.6.3+dfsg-1~exp1ubuntu2 [160 kB] Processing triggers for libc-bin (2.35-0ubuntu3.6) ... Processing triggers for ca-certificates (20230311ubuntu0.22.04.1) ... Updating certificates in /etc/ssl/certs... Setting up python3-lazr.restfulclient (0.14.5-1) ... Setting up python3-software-properties (0.99.30-4) ... Get:106 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-pyparsing all 3.1.0-1 [86.4 kB] Get:107 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-httplib2 all 0.20.4-3 [30.4 kB] Get:108 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-jwt all 2.7.0-1 [20.9 kB] Get:109 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-lazr.uri all 1.0.6-3 [13.5 kB] Get:110 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-wadllib all 1.3.6-5 [35.9 kB] + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.4 Selecting previously unselected package libcryptsetup12:armhf. Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_armhf.deb ... Unpacking libcryptsetup12:armhf (2:2.2.2-3ubuntu2.4) ... Selecting previously unselected package libip4tc2:armhf. Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2.1_armhf.deb ... Unpacking libip4tc2:armhf (1.8.4-3ubuntu2.1) ... Selecting previously unselected package libkmod2:armhf. Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_armhf.deb ... Unpacking libkmod2:armhf (27-1ubuntu2.1) ... Selecting previously unselected package systemd-timesyncd. Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.23_armhf.deb ... Unpacking systemd-timesyncd (245.4-4ubuntu3.23) ... Selecting previously unselected package systemd. Preparing to unpack .../10-systemd_245.4-4ubuntu3.23_armhf.deb ... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.12.20-2ubuntu4.1) ... Processing triggers for libc-bin (2.36-9+deb12u3) ... Processing triggers for systemd (252.19-1~deb12u1) ... Processing triggers for sgml-base (1.31) ... Setting up polkitd (122-3) ... Creating group 'polkitd' with GID 997. Creating user 'polkitd' (polkit) with UID 997 and GID 997. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of reload. Selecting previously unselected package libapt-inst2.0:armhf. Preparing to unpack .../42-libapt-inst2.0_1.8.2.3_armhf.deb ... Unpacking libapt-inst2.0:armhf (1.8.2.3) ... Selecting previously unselected package libcurl3-gnutls:armhf. Preparing to unpack .../43-libcurl3-gnutls_7.64.0-4+deb10u8_armhf.deb ... Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u8) ... Selecting previously unselected package libdbus-1-3:armhf. Preparing to unpack .../44-libdbus-1-3_1.12.28-0+deb10u1_armhf.deb ... Unpacking libdbus-1-3:armhf (1.12.28-0+deb10u1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../45-lsb-release_10.2019051400_all.deb ... Unpacking lsb-release (10.2019051400) ... Unpacking systemd (245.4-4ubuntu3.23) ... ++ source /etc/os-release +++ PRETTY_NAME='Ubuntu 22.04.3 LTS' +++ NAME=Ubuntu +++ VERSION_ID=22.04 +++ VERSION='22.04.3 LTS (Jammy Jellyfish)' +++ VERSION_CODENAME=jammy +++ ID=ubuntu +++ ID_LIKE=debian +++ HOME_URL=https://www.ubuntu.com/ +++ SUPPORT_URL=https://help.ubuntu.com/ +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy +++ UBUNTU_CODENAME=jammy ++ echo ubuntu + DIST_ID=ubuntu ++ lsb_release -sc + DIST_VERSION=jammy + '[' jammy = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/ubuntu + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu' + update-ca-certificates -f [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu Clearing symlinks in /etc/ssl/certs... Get:67 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB] start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory) Setting up packagekit (1.2.6-5) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up software-properties-common (0.99.30-4) ... Get:111 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-distro all 1.8.0-1 [17.4 kB] Get:112 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-oauthlib all 3.2.2-1 [89.7 kB] Selecting previously unselected package python-apt-common. Preparing to unpack .../46-python-apt-common_1.8.4.3_all.deb ... Unpacking python-apt-common (1.8.4.3) ... Selecting previously unselected package python3-apt. Preparing to unpack .../47-python3-apt_1.8.4.3_armhf.deb ... Unpacking python3-apt (1.8.4.3) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../48-python3-dbus_1.2.8-3_armhf.deb ... Unpacking python3-dbus (1.2.8-3) ... Selecting previously unselected package python3-gi. Preparing to unpack .../49-python3-gi_3.30.4-1_armhf.deb ... Unpacking python3-gi (3.30.4-1) ... Selecting previously unselected package python3-pycurl. Preparing to unpack .../50-python3-pycurl_7.43.0.2-0.1_armhf.deb ... Unpacking python3-pycurl (7.43.0.2-0.1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../51-python3-software-properties_0.96.20.2-2_all.deb ... Setting up libapparmor1:armhf (2.13.3-7ubuntu5.3) ... Setting up libcap2:armhf (1:2.32-1ubuntu0.1) ... Setting up libargon2-1:armhf (0~20171227-0.2) ... Setting up libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ... Setting up libjson-c4:armhf (0.13.1+dfsg-7ubuntu0.3) ... Setting up libcryptsetup12:armhf (2:2.2.2-3ubuntu2.4) ... Setting up libip4tc2:armhf (1.8.4-3ubuntu2.1) ... Setting up libkmod2:armhf (27-1ubuntu2.1) ... Setting up systemd-timesyncd (245.4-4ubuntu3.23) ... done. Updating certificates in /etc/ssl/certs... Get:68 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libssh-4 armhf 0.10.4-2ubuntu0.3 [167 kB] Get:69 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libcurl4 armhf 7.88.1-8ubuntu2.4 [268 kB] Processing triggers for ca-certificates (20230311) ... Updating certificates in /etc/ssl/certs... Get:113 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-six all 1.16.0-4 [12.4 kB] Get:114 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-lazr.restfulclient all 0.14.5-1 [50.7 kB] Get:115 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-launchpadlib all 1.11.0-1 [125 kB] Get:116 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf python3-software-properties all 0.99.39 [28.6 kB] Get:117 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf packagekit armhf 1.2.7-1 [417 kB] Unpacking python3-software-properties (0.96.20.2-2) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../52-software-properties-common_0.96.20.2-2_all.deb ... Unpacking software-properties-common (0.96.20.2-2) ... Setting up libksba8:armhf (1.3.5-2+deb10u2) ... Setting up lsb-base (10.2019051400) ... Setting up libkeyutils1:armhf (1.6-6) ... Setting up libpsl5:armhf (0.20.2-2) ... Setting up mime-support (3.62) ... Setting up apt-transport-https (1.8.2.3) ... Setting up libglib2.0-0:armhf (2.58.3-2+deb10u5) ... No schema files found: doing nothing. Setting up distro-info-data (0.41+deb10u8) ... Setting up libsqlite3-0:armhf (3.27.2-3+deb10u2) ... Setting up libnghttp2-14:armhf (1.36.0-2+deb10u2) ... Setting up libpackagekit-glib2-18:armhf (1.1.12-5) ... Setting up libnpth0:armhf (1.6-1) ... Setting up libassuan0:armhf (2.5.2-1) ... Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. Setting up systemd (245.4-4ubuntu3.23) ... Get:70 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf curl armhf 7.88.1-8ubuntu2.4 [202 kB] Get:71 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libassuan0 armhf 2.5.5-5 [30.6 kB] Get:72 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gpgconf armhf 2.2.40-1.1ubuntu1 [120 kB] Get:73 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libksba8 armhf 1.6.3-2 [99.7 kB] Get:74 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnpth0 armhf 1.6-3build2 [7230 B] Get:75 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf dirmngr armhf 2.2.40-1.1ubuntu1 [331 kB] Get:76 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpackagekit-glib2-18 armhf 1.2.6-3 [107 kB] Get:77 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.6-3 [25.4 kB] Get:118 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf software-properties-common all 0.99.39 [14.3 kB] Get:119 http://ports.ubuntu.com/ubuntu-ports mantic/universe armhf gnupg2 all 2.2.40-1.1ubuntu1 [4462 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 41.3 MB in 12s (3456 kB/s) Selecting previously unselected package libssl3:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4321 files and directories currently installed.) Preparing to unpack .../libssl3_3.0.10-1ubuntu2.1_armhf.deb ... Unpacking libssl3:armhf (3.0.10-1ubuntu2.1) ... Setting up libapt-inst2.0:armhf (1.8.2.3) ... Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ... Setting up libkrb5support0:armhf (1.17-3+deb10u6) ... Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ... Setting up gnupg-l10n (2.2.12-1+deb10u2) ... Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ... Setting up libdbus-1-3:armhf (1.12.28-0+deb10u1) ... Setting up libk5crypto3:armhf (1.17-3+deb10u6) ... Setting up libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ... Setting up python-apt-common (1.8.4.3) ... Setting up libgirepository-1.0-1:armhf (1.58.3-2) ... Setting up libssh2-1:armhf (1.8.0-2.1+deb10u1) ... Setting up libkrb5-3:armhf (1.17-3+deb10u6) ... Setting up libmpdec2:armhf (2.4.2-2) ... Setting up openssl (1.1.1n-0+deb10u6) ... Setting up readline-common (7.0-5) ... Setting up iso-codes (4.2-1) ... Setting up libreadline7:armhf (7.0-5) ... Setting up gnupg-utils (2.2.12-1+deb10u2) ... Setting up pinentry-curses (1.1.0-2) ... Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u6) ... Setting up libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ... Setting up ca-certificates (20200601~deb10u2) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.14.10-1~deb12u1) ... ++ source /etc/os-release +++ PRETTY_NAME='Debian GNU/Linux 12 (bookworm)' +++ NAME='Debian GNU/Linux' +++ VERSION_ID=12 +++ VERSION='12 (bookworm)' +++ VERSION_CODENAME=bookworm +++ ID=debian +++ HOME_URL=https://www.debian.org/ +++ SUPPORT_URL=https://www.debian.org/support +++ BUG_REPORT_URL=https://bugs.debian.org/ ++ echo debian + DIST_ID=debian ++ lsb_release -sc + DIST_VERSION=bookworm + '[' bookworm = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/debian + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian' [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian + update-ca-certificates -f Clearing symlinks in /etc/ssl/certs... Selecting previously unselected package libpython3.11-minimal:armhf. Preparing to unpack .../libpython3.11-minimal_3.11.6-3_armhf.deb ... Unpacking libpython3.11-minimal:armhf (3.11.6-3) ... Selecting previously unselected package libexpat1:armhf. Preparing to unpack .../libexpat1_2.5.0-2_armhf.deb ... Unpacking libexpat1:armhf (2.5.0-2) ... Selecting previously unselected package python3.11-minimal. Preparing to unpack .../python3.11-minimal_3.11.6-3_armhf.deb ... Unpacking python3.11-minimal (3.11.6-3) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5684 files and directories currently installed.) Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.23_armhf.deb ... Unpacking systemd-sysv (245.4-4ubuntu3.23) ... Selecting previously unselected package openssl. Preparing to unpack .../01-openssl_1.1.1f-1ubuntu2.20_armhf.deb ... Unpacking openssl (1.1.1f-1ubuntu2.20) ... 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/ubuntu/gpg + apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Get:78 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gnupg-l10n all 2.2.40-1.1ubuntu1 [56.2 kB] Get:79 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gnupg-utils armhf 2.2.40-1.1ubuntu1 [459 kB] done. Updating certificates in /etc/ssl/certs... Setting up libssl3:armhf (3.0.10-1ubuntu2.1) ... Setting up libpython3.11-minimal:armhf (3.11.6-3) ... Setting up libexpat1:armhf (2.5.0-2) ... Setting up python3.11-minimal (3.11.6-3) ... Updating certificates in /etc/ssl/certs... Selecting previously unselected package ca-certificates. Preparing to unpack .../02-ca-certificates_20230311ubuntu0.20.04.1_all.deb ... Unpacking ca-certificates (20230311ubuntu0.20.04.1) ... Selecting previously unselected package libdbus-1-3:armhf. Preparing to unpack .../03-libdbus-1-3_1.12.16-2ubuntu2.3_armhf.deb ... Unpacking libdbus-1-3:armhf (1.12.16-2ubuntu2.3) ... Selecting previously unselected package dbus. Preparing to unpack .../04-dbus_1.12.16-2ubuntu2.3_armhf.deb ... Unpacking dbus (1.12.16-2ubuntu2.3) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../05-distro-info-data_0.43ubuntu1.15_all.deb ... Unpacking distro-info-data (0.43ubuntu1.15) ... OK + '[' jammy = sid ']' ++ dpkg --print-architecture + ARCH=armhf + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu jammy test' + apt-get update Get:80 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gpg armhf 2.2.40-1.1ubuntu1 [482 kB] Selecting previously unselected package libglib2.0-0:armhf. Preparing to unpack .../06-libglib2.0-0_2.64.6-1~ubuntu20.04.6_armhf.deb ... Unpacking libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.6) ... Selecting previously unselected package libgirepository-1.0-1:armhf. Preparing to unpack .../07-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_armhf.deb ... Unpacking libgirepository-1.0-1:armhf (1.64.1-1~ubuntu20.04.1) ... Selecting previously unselected package gir1.2-glib-2.0:armhf. Preparing to unpack .../08-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_armhf.deb ... Unpacking gir1.2-glib-2.0:armhf (1.64.1-1~ubuntu20.04.1) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../09-libcap2-bin_1%3a2.32-1ubuntu0.1_armhf.deb ... Unpacking libcap2-bin (1:2.32-1ubuntu0.1) ... Get:81 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf pinentry-curses armhf 1.2.1-1ubuntu1 [35.8 kB] Get:82 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gpg-agent armhf 2.2.40-1.1ubuntu1 [236 kB] Get:83 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gpg-wks-client armhf 2.2.40-1.1ubuntu1 [90.4 kB] Get:84 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gpg-wks-server armhf 2.2.40-1.1ubuntu1 [82.7 kB] Get:85 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gpgsm armhf 2.2.40-1.1ubuntu1 [214 kB] Get:86 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf gnupg all 2.2.40-1.1ubuntu1 [319 kB] Get:87 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libcurl3-gnutls armhf 7.88.1-8ubuntu2.4 [262 kB] Get:88 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libstemmer0d armhf 2.2.0-2 [130 kB] rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 140 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/debian/gpg + apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Selecting previously unselected package libelf1:armhf. Preparing to unpack .../10-libelf1_0.176-1.1ubuntu0.1_armhf.deb ... Unpacking libelf1:armhf (0.176-1.1ubuntu0.1) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../11-libglib2.0-data_2.64.6-1~ubuntu20.04.6_all.deb ... Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.6) ... Selecting previously unselected package tzdata. Preparing to unpack .../12-tzdata_2023d-0ubuntu0.20.04_all.deb ... Unpacking tzdata (2023d-0ubuntu0.20.04) ... Get:1 https://download.docker.com/linux/ubuntu jammy InRelease [48.8 kB] Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy InRelease Get:3 https://download.docker.com/linux/ubuntu jammy/test armhf Packages [39.5 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease Get:89 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxmlb2 armhf 0.3.10-2 [54.1 kB] Selecting previously unselected package libicu66:armhf. Preparing to unpack .../13-libicu66_66.1-2ubuntu2.1_armhf.deb ... Unpacking libicu66:armhf (66.1-2ubuntu2.1) ... Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4647 files and directories currently installed.) Preparing to unpack .../00-python3-minimal_3.11.4-5_armhf.deb ... Unpacking python3-minimal (3.11.4-5) ... Selecting previously unselected package media-types. Preparing to unpack .../01-media-types_10.1.0_all.deb ... Unpacking media-types (10.1.0) ... Selecting previously unselected package tzdata. Preparing to unpack .../02-tzdata_2023d-0ubuntu0.23.10_all.deb ... Unpacking tzdata (2023d-0ubuntu0.23.10) ... Selecting previously unselected package libkrb5support0:armhf. Preparing to unpack .../03-libkrb5support0_1.20.1-3ubuntu1_armhf.deb ... Unpacking libkrb5support0:armhf (1.20.1-3ubuntu1) ... Selecting previously unselected package libk5crypto3:armhf. Preparing to unpack .../04-libk5crypto3_1.20.1-3ubuntu1_armhf.deb ... Unpacking libk5crypto3:armhf (1.20.1-3ubuntu1) ... Selecting previously unselected package libkeyutils1:armhf. Preparing to unpack .../05-libkeyutils1_1.6.3-2_armhf.deb ... Unpacking libkeyutils1:armhf (1.6.3-2) ... Selecting previously unselected package libkrb5-3:armhf. Preparing to unpack .../06-libkrb5-3_1.20.1-3ubuntu1_armhf.deb ... Unpacking libkrb5-3:armhf (1.20.1-3ubuntu1) ... Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease Hit:6 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease Get:90 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libappstream4 armhf 0.16.1-1ubuntu1 [187 kB] 137 added, 0 removed; done. Setting up libgssapi-krb5-2:armhf (1.17-3+deb10u6) ... Setting up gir1.2-glib-2.0:armhf (1.58.3-2) ... Setting up gpgconf (2.2.12-1+deb10u2) ... Setting up libcurl4:armhf (7.64.0-4+deb10u8) ... Setting up curl (7.64.0-4+deb10u8) ... Setting up gpg (2.2.12-1+deb10u2) ... Setting up libpython3-stdlib:armhf (3.7.3-1) ... Setting up python3.7 (3.7.3-2+deb10u6) ... Selecting previously unselected package libgssapi-krb5-2:armhf. Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-3ubuntu1_armhf.deb ... Unpacking libgssapi-krb5-2:armhf (1.20.1-3ubuntu1) ... Selecting previously unselected package libtirpc-common. Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... Unpacking libtirpc-common (1.3.3+ds-1) ... Selecting previously unselected package libtirpc3:armhf. Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_armhf.deb ... Unpacking libtirpc3:armhf (1.3.3+ds-1) ... Selecting previously unselected package libnsl2:armhf. Preparing to unpack .../10-libnsl2_1.3.0-2build2_armhf.deb ... Unpacking libnsl2:armhf (1.3.0-2build2) ... Selecting previously unselected package readline-common. Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... Unpacking readline-common (8.2-1.3) ... Selecting previously unselected package libreadline8:armhf. Preparing to unpack .../12-libreadline8_8.2-1.3_armhf.deb ... Unpacking libreadline8:armhf (8.2-1.3) ... Selecting previously unselected package libsqlite3-0:armhf. Preparing to unpack .../13-libsqlite3-0_3.42.0-1ubuntu0.1_armhf.deb ... Unpacking libsqlite3-0:armhf (3.42.0-1ubuntu0.1) ... Fetched 88.4 kB in 1s (110 kB/s) Get:91 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libdw1 armhf 0.188-2.1 [227 kB] Get:92 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf libglib2.0-bin armhf 2.76.4-0ubuntu1 [90.6 kB] Get:93 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libunwind8 armhf 1.6.2-3 [49.2 kB] Get:94 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libgstreamer1.0-0 armhf 1.22.2-1 [936 kB] Selecting previously unselected package libpython3.11-stdlib:armhf. Preparing to unpack .../14-libpython3.11-stdlib_3.11.6-3_armhf.deb ... Unpacking libpython3.11-stdlib:armhf (3.11.6-3) ... Selecting previously unselected package python3.11. Preparing to unpack .../15-python3.11_3.11.6-3_armhf.deb ... Unpacking python3.11 (3.11.6-3) ... Selecting previously unselected package libpython3-stdlib:armhf. Preparing to unpack .../16-libpython3-stdlib_3.11.4-5_armhf.deb ... Unpacking libpython3-stdlib:armhf (3.11.4-5) ... Setting up python3-minimal (3.11.4-5) ... Get:95 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpolkit-gobject-1-0 armhf 0.105-33 [37.6 kB] Get:96 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libpolkit-agent-1-0 armhf 0.105-33 [14.1 kB] Get:97 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf polkitd armhf 0.105-33 [72.9 kB] Get:98 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-blinker all 1.5-1 [14.0 kB] Get:99 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-cffi-backend armhf 1.15.1-5build1 [66.4 kB] Setting up gpg-agent (2.2.12-1+deb10u2) ... Setting up gpgsm (2.2.12-1+deb10u2) ... Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u8) ... Setting up python3 (3.7.3-1) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5673 files and directories currently installed.) Preparing to unpack .../00-python3_3.11.4-5_armhf.deb ... Unpacking python3 (3.11.4-5) ... Selecting previously unselected package libargon2-1:armhf. Preparing to unpack .../01-libargon2-1_0~20190702+dfsg-3_armhf.deb ... Unpacking libargon2-1:armhf (0~20190702+dfsg-3) ... Selecting previously unselected package libdevmapper1.02.1:armhf. Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2ubuntu1_armhf.deb ... Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2ubuntu1) ... Selecting previously unselected package libjson-c5:armhf. Preparing to unpack .../03-libjson-c5_0.17-1_armhf.deb ... Unpacking libjson-c5:armhf (0.17-1) ... Get:100 http://ports.ubuntu.com/ubuntu-ports lunar-updates/main armhf python3-cryptography armhf 38.0.4-2ubuntu0.1 [654 kB] Selecting previously unselected package libpam-systemd:armhf. Preparing to unpack .../14-libpam-systemd_245.4-4ubuntu3.23_armhf.deb ... Unpacking libpam-systemd:armhf (245.4-4ubuntu3.23) ... Selecting previously unselected package libxml2:armhf. Preparing to unpack .../15-libxml2_2.9.10+dfsg-5ubuntu0.20.04.6_armhf.deb ... Unpacking libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.6) ... Selecting previously unselected package libyaml-0-2:armhf. Preparing to unpack .../16-libyaml-0-2_0.2.2-1_armhf.deb ... Unpacking libyaml-0-2:armhf (0.2.2-1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../17-lsb-release_11.1.0ubuntu2_all.deb ... Unpacking lsb-release (11.1.0ubuntu2) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../18-python3-dbus_1.2.16-1build1_armhf.deb ... Unpacking python3-dbus (1.2.16-1build1) ... Selecting previously unselected package python3-gi. Preparing to unpack .../19-python3-gi_3.36.0-1_armhf.deb ... Unpacking python3-gi (3.36.0-1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../20-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ... Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ... Setting up dirmngr (2.2.12-1+deb10u2) ... Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ... Setting up python3-pycurl (7.43.0.2-0.1) ... Setting up python3-gi (3.30.4-1) ... OK + '[' bookworm = sid ']' ++ dpkg --print-architecture + ARCH=armhf + echo 'deb [arch=armhf] https://download.docker.com/linux/debian bookworm test' + apt-get update Selecting previously unselected package libcryptsetup12:armhf. Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4ubuntu3_armhf.deb ... Unpacking libcryptsetup12:armhf (2:2.6.1-4ubuntu3) ... Selecting previously unselected package libfdisk1:armhf. Preparing to unpack .../05-libfdisk1_2.39.1-4ubuntu2_armhf.deb ... Unpacking libfdisk1:armhf (2.39.1-4ubuntu2) ... Selecting previously unselected package libkmod2:armhf. Preparing to unpack .../06-libkmod2_30+20230519-1ubuntu3_armhf.deb ... Unpacking libkmod2:armhf (30+20230519-1ubuntu3) ... Selecting previously unselected package libapparmor1:armhf. Preparing to unpack .../07-libapparmor1_4.0.0~alpha2-0ubuntu5_armhf.deb ... Unpacking libapparmor1:armhf (4.0.0~alpha2-0ubuntu5) ... Selecting previously unselected package libip4tc2:armhf. Preparing to unpack .../08-libip4tc2_1.8.9-2ubuntu2_armhf.deb ... Unpacking libip4tc2:armhf (1.8.9-2ubuntu2) ... Selecting previously unselected package libsystemd-shared:armhf. Preparing to unpack .../09-libsystemd-shared_253.5-1ubuntu6.1_armhf.deb ... Unpacking libsystemd-shared:armhf (253.5-1ubuntu6.1) ... Selecting previously unselected package python3-six. Preparing to unpack .../21-python3-six_1.14.0-2_all.deb ... Unpacking python3-six (1.14.0-2) ... Selecting previously unselected package iso-codes. Preparing to unpack .../22-iso-codes_4.4-1_all.deb ... Unpacking iso-codes (4.4-1) ... Setting up gpg-wks-server (2.2.12-1+deb10u2) ... Setting up lsb-release (10.2019051400) ... Setting up python3-dbus (1.2.8-3) ... Reading package lists... 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. ++ find deb/debbuild/ubuntu-jammy/ -type f -name '*.deb' + packages='deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_armhf.deb deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_armhf.deb deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb' ++ echo 'deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_armhf.deb deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_armhf.deb deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb' ++ xargs ++ awk '$0="./"$0' + packages='./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb Selecting previously unselected package docker-buildx-plugin. (Reading database ... 9230 files and directories currently installed.) Preparing to unpack .../docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_armhf.deb ... Unpacking docker-buildx-plugin (0.12.1-1~ubuntu.22.04~jammy) ... Selecting previously unselected package systemd-dev. Preparing to unpack .../10-systemd-dev_253.5-1ubuntu6.1_all.deb ... Unpacking systemd-dev (253.5-1ubuntu6.1) ... Selecting previously unselected package systemd. Preparing to unpack .../11-systemd_253.5-1ubuntu6.1_armhf.deb ... Unpacking systemd (253.5-1ubuntu6.1) ... Setting up libargon2-1:armhf (0~20190702+dfsg-3) ... Setting up libdevmapper1.02.1:armhf (2:1.02.185-2ubuntu1) ... Setting up libjson-c5:armhf (0.17-1) ... Setting up libcryptsetup12:armhf (2:2.6.1-4ubuntu3) ... Selecting previously unselected package libkrb5support0:armhf. Preparing to unpack .../23-libkrb5support0_1.17-6ubuntu4.4_armhf.deb ... Unpacking libkrb5support0:armhf (1.17-6ubuntu4.4) ... Selecting previously unselected package libk5crypto3:armhf. Preparing to unpack .../24-libk5crypto3_1.17-6ubuntu4.4_armhf.deb ... Unpacking libk5crypto3:armhf (1.17-6ubuntu4.4) ... Get:101 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-pyparsing all 3.0.9-1 [83.1 kB] Get:102 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-httplib2 all 0.20.4-3 [30.4 kB] Get:103 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-jwt all 2.6.0-1 [18.2 kB] Get:104 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-lazr.uri all 1.0.6-3 [13.5 kB] Get:105 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-wadllib all 1.3.6-4 [35.8 kB] Get:106 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-distro all 1.8.0-1 [17.4 kB] Get:107 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-oauthlib all 3.2.2-1 [89.7 kB] Get:108 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-six all 1.16.0-4 [12.4 kB] Get:109 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-lazr.restfulclient all 0.14.5-1 [50.7 kB] Get:110 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-launchpadlib all 1.11.0-1 [125 kB] Setting up gpg-wks-client (2.2.12-1+deb10u2) ... Setting up python3-apt (1.8.4.3) ... Setting up python3-software-properties (0.96.20.2-2) ... Hit:1 http://deb.debian.org/debian bookworm InRelease Hit:2 http://deb.debian.org/debian bookworm-updates InRelease Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease Get:4 https://download.docker.com/linux/debian bookworm InRelease [43.3 kB] Setting up libfdisk1:armhf (2.39.1-4ubuntu2) ... Setting up libkmod2:armhf (30+20230519-1ubuntu3) ... Setting up libapparmor1:armhf (4.0.0~alpha2-0ubuntu5) ... Setting up libip4tc2:armhf (1.8.9-2ubuntu2) ... Setting up libsystemd-shared:armhf (253.5-1ubuntu6.1) ... Setting up systemd-dev (253.5-1ubuntu6.1) ... Setting up systemd (253.5-1ubuntu6.1) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. /usr/lib/tmpfiles.d/systemd-network.conf:10: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:11: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:12: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:13: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:23: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:28: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:29: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:30: Failed to resolve group 'systemd-journal'. Creating group 'systemd-journal' with GID 999. Creating group 'systemd-network' with GID 998. Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6568 files and directories currently installed.) Preparing to unpack .../systemd-sysv_253.5-1ubuntu6.1_armhf.deb ... Unpacking systemd-sysv (253.5-1ubuntu6.1) ... Selecting previously unselected package libkeyutils1:armhf. Preparing to unpack .../25-libkeyutils1_1.6-6ubuntu1.1_armhf.deb ... Unpacking libkeyutils1:armhf (1.6-6ubuntu1.1) ... Selecting previously unselected package libkrb5-3:armhf. Preparing to unpack .../26-libkrb5-3_1.17-6ubuntu4.4_armhf.deb ... Unpacking libkrb5-3:armhf (1.17-6ubuntu4.4) ... Selecting previously unselected package libgssapi-krb5-2:armhf. Preparing to unpack .../27-libgssapi-krb5-2_1.17-6ubuntu4.4_armhf.deb ... Unpacking libgssapi-krb5-2:armhf (1.17-6ubuntu4.4) ... Selecting previously unselected package liblmdb0:armhf. Preparing to unpack .../28-liblmdb0_0.9.24-1_armhf.deb ... Unpacking liblmdb0:armhf (0.9.24-1) ... Selecting previously unselected package libpolkit-gobject-1-0:armhf. Preparing to unpack .../29-libpolkit-gobject-1-0_0.105-26ubuntu1.3_armhf.deb ... Unpacking libpolkit-gobject-1-0:armhf (0.105-26ubuntu1.3) ... Setting up gnupg (2.2.12-1+deb10u2) ... Setting up gnupg2 (2.2.12-1+deb10u2) ... Setting up software-properties-common (0.96.20.2-2) ... Processing triggers for libc-bin (2.28-10+deb10u2) ... Processing triggers for ca-certificates (20200601~deb10u2) ... Updating certificates in /etc/ssl/certs... [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } Get:5 https://download.docker.com/linux/debian bookworm/test armhf Packages [21.1 kB] Fetched 64.4 kB in 1s (89.3 kB/s) [Pipeline] // wrap Selecting previously unselected package sgml-base. Preparing to unpack .../sgml-base_1.31_all.deb ... Unpacking sgml-base (1.31) ... Selecting previously unselected package adduser. Preparing to unpack .../adduser_3.137ubuntu1_all.deb ... Unpacking adduser (3.137ubuntu1) ... Setting up adduser (3.137ubuntu1) ... Selecting previously unselected package openssl. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6662 files and directories currently installed.) Preparing to unpack .../00-openssl_3.0.10-1ubuntu2.1_armhf.deb ... Unpacking openssl (3.0.10-1ubuntu2.1) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../01-ca-certificates_20230311ubuntu1_all.deb ... Unpacking ca-certificates (20230311ubuntu1) ... [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Selecting previously unselected package libpsl5:armhf. Preparing to unpack .../30-libpsl5_0.21.0-1ubuntu1_armhf.deb ... Unpacking libpsl5:armhf (0.21.0-1ubuntu1) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../31-python-apt-common_2.0.1ubuntu0.20.04.1_all.deb ... Unpacking python-apt-common (2.0.1ubuntu0.20.04.1) ... Selecting previously unselected package python3-apt. Preparing to unpack .../32-python3-apt_2.0.1ubuntu0.20.04.1_armhf.deb ... Unpacking python3-apt (2.0.1ubuntu0.20.04.1) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../33-apt-transport-https_2.0.10_all.deb ... Unpacking apt-transport-https (2.0.10) ... Selecting previously unselected package libbrotli1:armhf. Preparing to unpack .../34-libbrotli1_1.0.7-6ubuntu0.1_armhf.deb ... Unpacking libbrotli1:armhf (1.0.7-6ubuntu0.1) ... Selecting previously unselected package libroken18-heimdal:armhf. Preparing to unpack .../35-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... Unpacking libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Get:111 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf python3-software-properties all 0.99.35 [31.7 kB] Get:112 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf packagekit armhf 1.2.6-3 [420 kB] Selecting previously unselected package libdbus-1-3:armhf. Preparing to unpack .../02-libdbus-1-3_1.14.10-1ubuntu1_armhf.deb ... Unpacking libdbus-1-3:armhf (1.14.10-1ubuntu1) ... Selecting previously unselected package dbus-bin. Preparing to unpack .../03-dbus-bin_1.14.10-1ubuntu1_armhf.deb ... Unpacking dbus-bin (1.14.10-1ubuntu1) ... Selecting previously unselected package dbus-session-bus-common. Preparing to unpack .../04-dbus-session-bus-common_1.14.10-1ubuntu1_all.deb ... Unpacking dbus-session-bus-common (1.14.10-1ubuntu1) ... Selecting previously unselected package dbus-daemon. Preparing to unpack .../05-dbus-daemon_1.14.10-1ubuntu1_armhf.deb ... Unpacking dbus-daemon (1.14.10-1ubuntu1) ... Selecting previously unselected package dbus-system-bus-common. Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1ubuntu1_all.deb ... Unpacking dbus-system-bus-common (1.14.10-1ubuntu1) ... Selecting previously unselected package dbus. Preparing to unpack .../07-dbus_1.14.10-1ubuntu1_armhf.deb ... Unpacking dbus (1.14.10-1ubuntu1) ... Selecting previously unselected package libasn1-8-heimdal:armhf. Preparing to unpack .../36-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... Unpacking libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libheimbase1-heimdal:armhf. Preparing to unpack .../37-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... Unpacking libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libhcrypto4-heimdal:armhf. Preparing to unpack .../38-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... Unpacking libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libwind0-heimdal:armhf. Preparing to unpack .../39-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... Unpacking libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libhx509-5-heimdal:armhf. Preparing to unpack .../40-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... Unpacking libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. ++ source /etc/os-release +++ PRETTY_NAME='Debian GNU/Linux 10 (buster)' +++ NAME='Debian GNU/Linux' +++ VERSION_ID=10 +++ VERSION='10 (buster)' +++ VERSION_CODENAME=buster +++ ID=debian +++ HOME_URL=https://www.debian.org/ +++ SUPPORT_URL=https://www.debian.org/support +++ BUG_REPORT_URL=https://bugs.debian.org/ ++ echo debian + DIST_ID=debian ++ lsb_release -sc Selecting previously unselected package distro-info-data. Preparing to unpack .../08-distro-info-data_0.58ubuntu0.2_all.deb ... Unpacking distro-info-data (0.58ubuntu0.2) ... Selecting previously unselected package libglib2.0-0:armhf. Preparing to unpack .../09-libglib2.0-0_2.78.0-2_armhf.deb ... Unpacking libglib2.0-0:armhf (2.78.0-2) ... Selecting previously unselected package libgirepository-1.0-1:armhf. Preparing to unpack .../10-libgirepository-1.0-1_1.78.1-1_armhf.deb ... Unpacking libgirepository-1.0-1:armhf (1.78.1-1) ... Selecting previously unselected package gir1.2-glib-2.0:armhf. Preparing to unpack .../11-gir1.2-glib-2.0_1.78.1-1_armhf.deb ... Unpacking gir1.2-glib-2.0:armhf (1.78.1-1) ... Selecting previously unselected package iso-codes. Preparing to unpack .../12-iso-codes_4.15.0-1_all.deb ... Unpacking iso-codes (4.15.0-1) ... Selecting previously unselected package libkrb5-26-heimdal:armhf. Preparing to unpack .../41-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... Unpacking libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libheimntlm0-heimdal:armhf. Preparing to unpack .../42-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... Unpacking libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libgssapi3-heimdal:armhf. Preparing to unpack .../43-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ... Unpacking libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Selecting previously unselected package libsasl2-modules-db:armhf. Preparing to unpack .../44-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_armhf.deb ... Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ... Selecting previously unselected package libsasl2-2:armhf. Preparing to unpack .../45-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_armhf.deb ... Unpacking libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ... Selecting previously unselected package libldap-common. Preparing to unpack .../46-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ... Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ... Get:113 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf software-properties-common all 0.99.35 [13.9 kB] Get:114 http://ports.ubuntu.com/ubuntu-ports lunar/universe armhf gnupg2 all 2.2.40-1.1ubuntu1 [4462 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 40.5 MB in 12s (3363 kB/s) Selecting previously unselected package libssl3:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4348 files and directories currently installed.) Preparing to unpack .../libssl3_3.0.8-1ubuntu1.4_armhf.deb ... Unpacking libssl3:armhf (3.0.8-1ubuntu1.4) ... Selecting previously unselected package libpython3.11-minimal:armhf. Preparing to unpack .../libpython3.11-minimal_3.11.4-1~23.04.2_armhf.deb ... Unpacking libpython3.11-minimal:armhf (3.11.4-1~23.04.2) ... + DIST_VERSION=buster + '[' buster = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/debian + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian' [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian + update-ca-certificates -f Clearing symlinks in /etc/ssl/certs... Selecting previously unselected package libcap2-bin. Preparing to unpack .../13-libcap2-bin_1%3a2.66-4ubuntu1_armhf.deb ... Unpacking libcap2-bin (1:2.66-4ubuntu1) ... Selecting previously unselected package libelf1:armhf. Preparing to unpack .../14-libelf1_0.189-4_armhf.deb ... Unpacking libelf1:armhf (0.189-4) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../15-libglib2.0-data_2.78.0-2_all.deb ... Unpacking libglib2.0-data (2.78.0-2) ... Selecting previously unselected package libicu72:armhf. Preparing to unpack .../16-libicu72_72.1-3ubuntu3_armhf.deb ... Unpacking libicu72:armhf (72.1-3ubuntu3) ... Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... Selecting previously unselected package libldap-2.4-2:armhf. Preparing to unpack .../47-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_armhf.deb ... Unpacking libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ... Selecting previously unselected package libnghttp2-14:armhf. Preparing to unpack .../48-libnghttp2-14_1.40.0-1ubuntu0.2_armhf.deb ... Unpacking libnghttp2-14:armhf (1.40.0-1ubuntu0.2) ... Selecting previously unselected package librtmp1:armhf. Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build1_armhf.deb ... Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ... Selecting previously unselected package libssh-4:armhf. Preparing to unpack .../50-libssh-4_0.9.3-2ubuntu2.5_armhf.deb ... Unpacking libssh-4:armhf (0.9.3-2ubuntu2.5) ... Selecting previously unselected package libcurl4:armhf. Preparing to unpack .../51-libcurl4_7.68.0-1ubuntu2.21_armhf.deb ... Unpacking libcurl4:armhf (7.68.0-1ubuntu2.21) ... Reading package lists... 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. ++ find deb/debbuild/debian-bookworm/ -type f -name '*.deb' + packages='deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_armhf.deb deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_armhf.deb deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb' ++ echo 'deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_armhf.deb deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_armhf.deb deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb' ++ xargs ++ awk '$0="./"$0' + packages='./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb Selecting previously unselected package docker-ce. (Reading database ... 11523 files and directories currently installed.) Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... Selecting previously unselected package libexpat1:armhf. Preparing to unpack .../libexpat1_2.5.0-1_armhf.deb ... Unpacking libexpat1:armhf (2.5.0-1) ... Selecting previously unselected package python3.11-minimal. Preparing to unpack .../python3.11-minimal_3.11.4-1~23.04.2_armhf.deb ... Unpacking python3.11-minimal (3.11.4-1~23.04.2) ... Setting up libssl3:armhf (3.0.8-1ubuntu1.4) ... done. Updating certificates in /etc/ssl/certs... Selecting previously unselected package libpam-systemd:armhf. Preparing to unpack .../17-libpam-systemd_253.5-1ubuntu6.1_armhf.deb ... Selecting previously unselected package curl. Preparing to unpack .../52-curl_7.68.0-1ubuntu2.21_armhf.deb ... Unpacking curl (7.68.0-1ubuntu2.21) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../53-dbus-user-session_1.12.16-2ubuntu2.3_armhf.deb ... Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ... Selecting previously unselected package libdconf1:armhf. Preparing to unpack .../54-libdconf1_0.36.0-1_armhf.deb ... Unpacking libdconf1:armhf (0.36.0-1) ... Selecting previously unselected package dconf-service. Preparing to unpack .../55-dconf-service_0.36.0-1_armhf.deb ... Unpacking dconf-service (0.36.0-1) ... Selecting previously unselected package dconf-gsettings-backend:armhf. Preparing to unpack .../56-dconf-gsettings-backend_0.36.0-1_armhf.deb ... Unpacking dconf-gsettings-backend:armhf (0.36.0-1) ... Setting up libpython3.11-minimal:armhf (3.11.4-1~23.04.2) ... Setting up libexpat1:armhf (2.5.0-1) ... Setting up python3.11-minimal (3.11.4-1~23.04.2) ... Unpacking libpam-systemd:armhf (253.5-1ubuntu6.1) ... Selecting previously unselected package libxml2:armhf. Preparing to unpack .../18-libxml2_2.9.14+dfsg-1.3_armhf.deb ... Unpacking libxml2:armhf (2.9.14+dfsg-1.3) ... Selecting previously unselected package libyaml-0-2:armhf. Preparing to unpack .../19-libyaml-0-2_0.2.5-1_armhf.deb ... Unpacking libyaml-0-2:armhf (0.2.5-1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../20-lsb-release_12.0-2_all.deb ... Unpacking lsb-release (12.0-2) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../21-python-apt-common_2.6.0ubuntu1_all.deb ... Unpacking python-apt-common (2.6.0ubuntu1) ... Selecting previously unselected package python3-apt. Preparing to unpack .../22-python3-apt_2.6.0ubuntu1_armhf.deb ... Unpacking python3-apt (2.6.0ubuntu1) ... Selecting previously unselected package python3-cffi-backend:armhf. Preparing to unpack .../23-python3-cffi-backend_1.15.1-5build1_armhf.deb ... Unpacking python3-cffi-backend:armhf (1.15.1-5build1) ... Selecting previously unselected package libassuan0:armhf. Preparing to unpack .../57-libassuan0_2.5.3-7ubuntu2_armhf.deb ... Unpacking libassuan0:armhf (2.5.3-7ubuntu2) ... Selecting previously unselected package gpgconf. Preparing to unpack .../58-gpgconf_2.2.19-3ubuntu2.2_armhf.deb ... Unpacking gpgconf (2.2.19-3ubuntu2.2) ... Selecting previously unselected package libksba8:armhf. Preparing to unpack .../59-libksba8_1.3.5-2ubuntu0.20.04.2_armhf.deb ... Unpacking libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ... Selecting previously unselected package libnpth0:armhf. Preparing to unpack .../60-libnpth0_1.6-1_armhf.deb ... Unpacking libnpth0:armhf (1.6-1) ... Selecting previously unselected package dirmngr. Preparing to unpack .../61-dirmngr_2.2.19-3ubuntu2.2_armhf.deb ... Unpacking dirmngr (2.2.19-3ubuntu2.2) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../24-python3-dbus_1.3.2-5_armhf.deb ... Unpacking python3-dbus (1.3.2-5) ... Selecting previously unselected package python3-gi. Preparing to unpack .../25-python3-gi_3.46.0-1_armhf.deb ... Unpacking python3-gi (3.46.0-1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../26-python3-pkg-resources_68.1.2-2_all.deb ... Unpacking python3-pkg-resources (68.1.2-2) ... Selecting previously unselected package libnghttp2-14:armhf. Preparing to unpack .../27-libnghttp2-14_1.55.1-1ubuntu0.1_armhf.deb ... Unpacking libnghttp2-14:armhf (1.55.1-1ubuntu0.1) ... Selecting previously unselected package libpsl5:armhf. Preparing to unpack .../28-libpsl5_0.21.2-1_armhf.deb ... Unpacking libpsl5:armhf (0.21.2-1) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../29-apt-transport-https_2.7.3_all.deb ... Unpacking apt-transport-https (2.7.3) ... 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/debian/gpg + apt-key add - Selecting previously unselected package libpackagekit-glib2-18:armhf. Preparing to unpack .../62-libpackagekit-glib2-18_1.1.13-2ubuntu1.1_armhf.deb ... Unpacking libpackagekit-glib2-18:armhf (1.1.13-2ubuntu1.1) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../63-gir1.2-packagekitglib-1.0_1.1.13-2ubuntu1.1_armhf.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ... Selecting previously unselected package libproxy1v5:armhf. Preparing to unpack .../64-libproxy1v5_0.4.15-10ubuntu1.2_armhf.deb ... Unpacking libproxy1v5:armhf (0.4.15-10ubuntu1.2) ... Selecting previously unselected package glib-networking-common. Preparing to unpack .../65-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ... Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ... Selecting previously unselected package glib-networking-services. Preparing to unpack .../66-glib-networking-services_2.64.2-1ubuntu0.1_armhf.deb ... Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ... Selecting previously unselected package gsettings-desktop-schemas. Preparing to unpack .../67-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ... Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ... Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... Selecting previously unselected package libbrotli1:armhf. Preparing to unpack .../30-libbrotli1_1.0.9-2build8_armhf.deb ... Unpacking libbrotli1:armhf (1.0.9-2build8) ... Selecting previously unselected package libsasl2-modules-db:armhf. Preparing to unpack .../31-libsasl2-modules-db_2.1.28+dfsg1-3_armhf.deb ... Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg1-3) ... Selecting previously unselected package libsasl2-2:armhf. Preparing to unpack .../32-libsasl2-2_2.1.28+dfsg1-3_armhf.deb ... Unpacking libsasl2-2:armhf (2.1.28+dfsg1-3) ... Selecting previously unselected package libldap2:armhf. Preparing to unpack .../33-libldap2_2.6.6+dfsg-1~exp1ubuntu1_armhf.deb ... Unpacking libldap2:armhf (2.6.6+dfsg-1~exp1ubuntu1) ... Selecting previously unselected package librtmp1:armhf. Preparing to unpack .../34-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ... Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ... Selecting previously unselected package libssh-4:armhf. Preparing to unpack .../35-libssh-4_0.10.5-3ubuntu1.2_armhf.deb ... Unpacking libssh-4:armhf (0.10.5-3ubuntu1.2) ... Selecting previously unselected package libcurl4:armhf. Preparing to unpack .../36-libcurl4_8.2.1-1ubuntu3.2_armhf.deb ... Unpacking libcurl4:armhf (8.2.1-1ubuntu3.2) ... Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4674 files and directories currently installed.) Preparing to unpack .../00-python3-minimal_3.11.2-1_armhf.deb ... Warning: apt-key output should not be parsed (stdout is not a terminal) Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~debian.12~bookworm_armhf.deb ... Unpacking docker-compose-plugin (2.24.2-1~debian.12~bookworm) ... Selecting previously unselected package glib-networking:armhf. Preparing to unpack .../68-glib-networking_2.64.2-1ubuntu0.1_armhf.deb ... Unpacking glib-networking:armhf (2.64.2-1ubuntu0.1) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../69-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ... Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../70-gnupg-utils_2.2.19-3ubuntu2.2_armhf.deb ... Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gpg. Preparing to unpack .../71-gpg_2.2.19-3ubuntu2.2_armhf.deb ... Unpacking gpg (2.2.19-3ubuntu2.2) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../72-pinentry-curses_1.1.0-3build1_armhf.deb ... Unpacking pinentry-curses (1.1.0-3build1) ... Selecting previously unselected package curl. Preparing to unpack .../37-curl_8.2.1-1ubuntu3.2_armhf.deb ... Unpacking curl (8.2.1-1ubuntu3.2) ... Selecting previously unselected package libassuan0:armhf. Preparing to unpack .../38-libassuan0_2.5.6-1_armhf.deb ... Unpacking libassuan0:armhf (2.5.6-1) ... Selecting previously unselected package gpgconf. Preparing to unpack .../39-gpgconf_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking gpgconf (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libksba8:armhf. Preparing to unpack .../40-libksba8_1.6.4-2_armhf.deb ... Unpacking libksba8:armhf (1.6.4-2) ... Selecting previously unselected package libnpth0:armhf. Preparing to unpack .../41-libnpth0_1.6-3build2_armhf.deb ... Unpacking libnpth0:armhf (1.6-3build2) ... Selecting previously unselected package dirmngr. Preparing to unpack .../42-dirmngr_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking dirmngr (2.2.40-1.1ubuntu1) ... Unpacking python3-minimal (3.11.2-1) ... Selecting previously unselected package media-types. Preparing to unpack .../01-media-types_10.0.0_all.deb ... Unpacking media-types (10.0.0) ... Selecting previously unselected package libkrb5support0:armhf. Preparing to unpack .../02-libkrb5support0_1.20.1-1ubuntu0.1_armhf.deb ... Unpacking libkrb5support0:armhf (1.20.1-1ubuntu0.1) ... Selecting previously unselected package libk5crypto3:armhf. Preparing to unpack .../03-libk5crypto3_1.20.1-1ubuntu0.1_armhf.deb ... Unpacking libk5crypto3:armhf (1.20.1-1ubuntu0.1) ... Selecting previously unselected package libkeyutils1:armhf. Preparing to unpack .../04-libkeyutils1_1.6.3-2_armhf.deb ... Unpacking libkeyutils1:armhf (1.6.3-2) ... Selecting previously unselected package libkrb5-3:armhf. Preparing to unpack .../05-libkrb5-3_1.20.1-1ubuntu0.1_armhf.deb ... Unpacking libkrb5-3:armhf (1.20.1-1ubuntu0.1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../73-gpg-agent_2.2.19-3ubuntu2.2_armhf.deb ... Unpacking gpg-agent (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../74-gpg-wks-client_2.2.19-3ubuntu2.2_armhf.deb ... Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../75-gpg-wks-server_2.2.19-3ubuntu2.2_armhf.deb ... Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gpgsm. Preparing to unpack .../76-gpgsm_2.2.19-3ubuntu2.2_armhf.deb ... Unpacking gpgsm (2.2.19-3ubuntu2.2) ... Selecting previously unselected package gnupg. Preparing to unpack .../77-gnupg_2.2.19-3ubuntu2.2_all.deb ... Unpacking gnupg (2.2.19-3ubuntu2.2) ... Selecting previously unselected package libpackagekit-glib2-18:armhf. Preparing to unpack .../43-libpackagekit-glib2-18_1.2.7-1_armhf.deb ... Unpacking libpackagekit-glib2-18:armhf (1.2.7-1) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../44-gir1.2-packagekitglib-1.0_1.2.7-1_armhf.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.7-1) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../45-gnupg-l10n_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg-l10n (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../46-gnupg-utils_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking gnupg-utils (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpg. Preparing to unpack .../47-gpg_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking gpg (2.2.40-1.1ubuntu1) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../48-pinentry-curses_1.2.1-1ubuntu1_armhf.deb ... Unpacking pinentry-curses (1.2.1-1ubuntu1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../49-gpg-agent_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking gpg-agent (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libgssapi-krb5-2:armhf. Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-1ubuntu0.1_armhf.deb ... Unpacking libgssapi-krb5-2:armhf (1.20.1-1ubuntu0.1) ... Selecting previously unselected package libtirpc-common. Preparing to unpack .../07-libtirpc-common_1.3.3+ds-1_all.deb ... Unpacking libtirpc-common (1.3.3+ds-1) ... Selecting previously unselected package libtirpc3:armhf. Preparing to unpack .../08-libtirpc3_1.3.3+ds-1_armhf.deb ... Unpacking libtirpc3:armhf (1.3.3+ds-1) ... Selecting previously unselected package libnsl2:armhf. Preparing to unpack .../09-libnsl2_1.3.0-2build2_armhf.deb ... Unpacking libnsl2:armhf (1.3.0-2build2) ... Selecting previously unselected package readline-common. Preparing to unpack .../10-readline-common_8.2-1.3_all.deb ... Unpacking readline-common (8.2-1.3) ... Selecting previously unselected package libreadline8:armhf. Preparing to unpack .../11-libreadline8_8.2-1.3_armhf.deb ... Unpacking libreadline8:armhf (8.2-1.3) ... Selecting previously unselected package libsqlite3-0:armhf. Preparing to unpack .../12-libsqlite3-0_3.40.1-1ubuntu0.1_armhf.deb ... Unpacking libsqlite3-0:armhf (3.40.1-1ubuntu0.1) ... Selecting previously unselected package libsoup2.4-1:armhf. Preparing to unpack .../78-libsoup2.4-1_2.70.0-1_armhf.deb ... Unpacking libsoup2.4-1:armhf (2.70.0-1) ... Selecting previously unselected package libstemmer0d:armhf. Preparing to unpack .../79-libstemmer0d_0+svn585-2_armhf.deb ... Unpacking libstemmer0d:armhf (0+svn585-2) ... Selecting previously unselected package libappstream4:armhf. Preparing to unpack .../80-libappstream4_0.12.10-2_armhf.deb ... Unpacking libappstream4:armhf (0.12.10-2) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../81-libglib2.0-bin_2.64.6-1~ubuntu20.04.6_armhf.deb ... Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.6) ... Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../50-gpg-wks-client_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking gpg-wks-client (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../51-gpg-wks-server_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking gpg-wks-server (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpgsm. Preparing to unpack .../52-gpgsm_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking gpgsm (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gnupg. Preparing to unpack .../53-gnupg_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libcurl3-gnutls:armhf. Preparing to unpack .../54-libcurl3-gnutls_8.2.1-1ubuntu3.2_armhf.deb ... Unpacking libcurl3-gnutls:armhf (8.2.1-1ubuntu3.2) ... Selecting previously unselected package libstemmer0d:armhf. Preparing to unpack .../55-libstemmer0d_2.2.0-4_armhf.deb ... Unpacking libstemmer0d:armhf (2.2.0-4) ... Selecting previously unselected package libxmlb2:armhf. Preparing to unpack .../56-libxmlb2_0.3.10-2_armhf.deb ... Selecting previously unselected package libpython3.11-stdlib:armhf. Preparing to unpack .../13-libpython3.11-stdlib_3.11.4-1~23.04.2_armhf.deb ... Unpacking libpython3.11-stdlib:armhf (3.11.4-1~23.04.2) ... Selecting previously unselected package python3.11. Preparing to unpack .../14-python3.11_3.11.4-1~23.04.2_armhf.deb ... Unpacking python3.11 (3.11.4-1~23.04.2) ... Selecting previously unselected package libpython3-stdlib:armhf. Preparing to unpack .../15-libpython3-stdlib_3.11.2-1_armhf.deb ... Unpacking libpython3-stdlib:armhf (3.11.2-1) ... Setting up python3-minimal (3.11.2-1) ... Selecting previously unselected package libgstreamer1.0-0:armhf. Preparing to unpack .../82-libgstreamer1.0-0_1.16.3-0ubuntu1.1_armhf.deb ... Unpacking libgstreamer1.0-0:armhf (1.16.3-0ubuntu1.1) ... Selecting previously unselected package libpolkit-agent-1-0:armhf. Preparing to unpack .../83-libpolkit-agent-1-0_0.105-26ubuntu1.3_armhf.deb ... Unpacking libpolkit-agent-1-0:armhf (0.105-26ubuntu1.3) ... Selecting previously unselected package policykit-1. Preparing to unpack .../84-policykit-1_0.105-26ubuntu1.3_armhf.deb ... Unpacking policykit-1 (0.105-26ubuntu1.3) ... Unpacking libxmlb2:armhf (0.3.10-2) ... Selecting previously unselected package libappstream4:armhf. Preparing to unpack .../57-libappstream4_0.16.2-1_armhf.deb ... Unpacking libappstream4:armhf (0.16.2-1) ... Selecting previously unselected package libduktape207:armhf. Preparing to unpack .../58-libduktape207_2.7.0+tests-0ubuntu2_armhf.deb ... Unpacking libduktape207:armhf (2.7.0+tests-0ubuntu2) ... Selecting previously unselected package libdw1:armhf. Preparing to unpack .../59-libdw1_0.189-4_armhf.deb ... Unpacking libdw1:armhf (0.189-4) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../60-libglib2.0-bin_2.78.0-2_armhf.deb ... Unpacking libglib2.0-bin (2.78.0-2) ... Selecting previously unselected package libunwind8:armhf. Preparing to unpack .../61-libunwind8_1.6.2-3_armhf.deb ... Unpacking libunwind8:armhf (1.6.2-3) ... Selecting previously unselected package libgstreamer1.0-0:armhf. Preparing to unpack .../62-libgstreamer1.0-0_1.22.5-1_armhf.deb ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 5163 files and directories currently installed.) Preparing to unpack .../00-python3_3.11.2-1_armhf.deb ... Unpacking python3 (3.11.2-1) ... Selecting previously unselected package libargon2-1:armhf. Preparing to unpack .../01-libargon2-1_0~20171227-0.3_armhf.deb ... Unpacking libargon2-1:armhf (0~20171227-0.3) ... Selecting previously unselected package libdevmapper1.02.1:armhf. Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_armhf.deb ... Unpacking libdevmapper1.02.1:armhf (2:1.02.185-1ubuntu1) ... Selecting previously unselected package libjson-c5:armhf. Preparing to unpack .../03-libjson-c5_0.16-2_armhf.deb ... Unpacking libjson-c5:armhf (0.16-2) ... Selecting previously unselected package python3-certifi. Preparing to unpack .../85-python3-certifi_2019.11.28-1_all.deb ... Unpacking python3-certifi (2019.11.28-1) ... Selecting previously unselected package python3-chardet. Preparing to unpack .../86-python3-chardet_3.0.4-4build1_all.deb ... Unpacking python3-chardet (3.0.4-4build1) ... Selecting previously unselected package python3-idna. Preparing to unpack .../87-python3-idna_2.8-1_all.deb ... Unpacking python3-idna (2.8-1) ... Selecting previously unselected package python3-urllib3. Preparing to unpack .../88-python3-urllib3_1.25.8-2ubuntu0.3_all.deb ... Unpacking python3-urllib3 (1.25.8-2ubuntu0.3) ... Selecting previously unselected package python3-requests. Preparing to unpack .../89-python3-requests_2.22.0-2ubuntu1.1_all.deb ... Unpacking python3-requests (2.22.0-2ubuntu1.1) ... Selecting previously unselected package python3-requests-unixsocket. Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~debian.12~bookworm_armhf.deb ... Unpacking docker-buildx-plugin (0.12.1-1~debian.12~bookworm) ... Unpacking libgstreamer1.0-0:armhf (1.22.5-1) ... Selecting previously unselected package libpolkit-gobject-1-0:armhf. Preparing to unpack .../63-libpolkit-gobject-1-0_123-1_armhf.deb ... Unpacking libpolkit-gobject-1-0:armhf (123-1) ... Selecting previously unselected package libpolkit-agent-1-0:armhf. Preparing to unpack .../64-libpolkit-agent-1-0_123-1_armhf.deb ... Unpacking libpolkit-agent-1-0:armhf (123-1) ... Selecting previously unselected package xml-core. Preparing to unpack .../65-xml-core_0.18+nmu1_all.deb ... Unpacking xml-core (0.18+nmu1) ... Selecting previously unselected package polkitd. Preparing to unpack .../66-polkitd_123-1_armhf.deb ... Unpacking polkitd (123-1) ... Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_armhf.deb ... Unpacking docker-compose-plugin (2.24.2-1~ubuntu.22.04~jammy) ... Selecting previously unselected package libcryptsetup12:armhf. Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-1ubuntu1_armhf.deb ... Unpacking libcryptsetup12:armhf (2:2.6.1-1ubuntu1) ... Selecting previously unselected package libfdisk1:armhf. Preparing to unpack .../05-libfdisk1_2.38.1-4ubuntu1_armhf.deb ... Unpacking libfdisk1:armhf (2.38.1-4ubuntu1) ... Selecting previously unselected package libkmod2:armhf. Preparing to unpack .../06-libkmod2_30+20221128-1ubuntu1_armhf.deb ... Unpacking libkmod2:armhf (30+20221128-1ubuntu1) ... Selecting previously unselected package libapparmor1:armhf. Preparing to unpack .../07-libapparmor1_3.0.8-1ubuntu2.1_armhf.deb ... Unpacking libapparmor1:armhf (3.0.8-1ubuntu2.1) ... Selecting previously unselected package libip4tc2:armhf. Preparing to unpack .../08-libip4tc2_1.8.7-1ubuntu7_armhf.deb ... Unpacking libip4tc2:armhf (1.8.7-1ubuntu7) ... Selecting previously unselected package libsystemd-shared:armhf. Preparing to unpack .../09-libsystemd-shared_252.5-2ubuntu3.2_armhf.deb ... Unpacking libsystemd-shared:armhf (252.5-2ubuntu3.2) ... Preparing to unpack .../90-python3-requests-unixsocket_0.2.0-2_all.deb ... Unpacking python3-requests-unixsocket (0.2.0-2) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../91-python3-software-properties_0.99.9.12_all.deb ... Unpacking python3-software-properties (0.99.9.12) ... Selecting previously unselected package packagekit. Preparing to unpack .../92-packagekit_1.1.13-2ubuntu1.1_armhf.deb ... Unpacking packagekit (1.1.13-2ubuntu1.1) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../93-software-properties-common_0.99.9.12_all.deb ... Unpacking software-properties-common (0.99.9.12) ... Selecting previously unselected package gnupg2. Preparing to unpack .../94-gnupg2_2.2.19-3ubuntu2.2_all.deb ... Unpacking gnupg2 (2.2.19-3ubuntu2.2) ... Selecting previously unselected package python3-blinker. Preparing to unpack .../67-python3-blinker_1.6.2-1_all.deb ... Unpacking python3-blinker (1.6.2-1) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../68-python3-cryptography_38.0.4-4ubuntu0.23.10.1_armhf.deb ... Unpacking python3-cryptography (38.0.4-4ubuntu0.23.10.1) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../69-python3-pyparsing_3.1.0-1_all.deb ... Unpacking python3-pyparsing (3.1.0-1) ... Selecting previously unselected package python3-httplib2. Preparing to unpack .../70-python3-httplib2_0.20.4-3_all.deb ... Unpacking python3-httplib2 (0.20.4-3) ... Selecting previously unselected package python3-jwt. Preparing to unpack .../71-python3-jwt_2.7.0-1_all.deb ... Unpacking python3-jwt (2.7.0-1) ... Selecting previously unselected package python3-lazr.uri. Preparing to unpack .../72-python3-lazr.uri_1.0.6-3_all.deb ... Unpacking python3-lazr.uri (1.0.6-3) ... Selecting previously unselected package systemd. Preparing to unpack .../10-systemd_252.5-2ubuntu3.2_armhf.deb ... Unpacking systemd (252.5-2ubuntu3.2) ... Setting up libargon2-1:armhf (0~20171227-0.3) ... Setting up libdevmapper1.02.1:armhf (2:1.02.185-1ubuntu1) ... Setting up libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ... Setting up liblmdb0:armhf (0.9.24-1) ... Setting up systemd-sysv (245.4-4ubuntu3.23) ... Setting up libkeyutils1:armhf (1.6-6ubuntu1.1) ... Setting up libproxy1v5:armhf (0.4.15-10ubuntu1.2) ... Setting up libpsl5:armhf (0.21.0-1ubuntu1) ... Setting up mime-support (3.64ubuntu1) ... Setting up apt-transport-https (2.0.10) ... Setting up libyaml-0-2:armhf (0.2.2-1) ... Setting up libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.6) ... Setting up distro-info-data (0.43ubuntu1.15) ... Setting up libbrotli1:armhf (1.0.7-6ubuntu0.1) ... Setting up libsqlite3-0:armhf (3.31.1-4ubuntu0.6) ... Setting up libnghttp2-14:armhf (1.40.0-1ubuntu0.2) ... Setting up libpackagekit-glib2-18:armhf (1.1.13-2ubuntu1.1) ... Selecting previously unselected package python3-wadllib. Preparing to unpack .../73-python3-wadllib_1.3.6-5_all.deb ... Unpacking python3-wadllib (1.3.6-5) ... Selecting previously unselected package python3-distro. Preparing to unpack .../74-python3-distro_1.8.0-1_all.deb ... Unpacking python3-distro (1.8.0-1) ... Selecting previously unselected package python3-oauthlib. Preparing to unpack .../75-python3-oauthlib_3.2.2-1_all.deb ... Unpacking python3-oauthlib (3.2.2-1) ... Selecting previously unselected package python3-six. Preparing to unpack .../76-python3-six_1.16.0-4_all.deb ... Unpacking python3-six (1.16.0-4) ... Selecting previously unselected package python3-lazr.restfulclient. Preparing to unpack .../77-python3-lazr.restfulclient_0.14.5-1_all.deb ... Unpacking python3-lazr.restfulclient (0.14.5-1) ... Setting up libjson-c5:armhf (0.16-2) ... Setting up libcryptsetup12:armhf (2:2.6.1-1ubuntu1) ... Setting up libfdisk1:armhf (2.38.1-4ubuntu1) ... Setting up libkmod2:armhf (30+20221128-1ubuntu1) ... Setting up libapparmor1:armhf (3.0.8-1ubuntu2.1) ... Setting up libip4tc2:armhf (1.8.7-1ubuntu7) ... Setting up libsystemd-shared:armhf (252.5-2ubuntu3.2) ... Setting up systemd (252.5-2ubuntu3.2) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. /usr/lib/tmpfiles.d/systemd-network.conf:10: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:11: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:12: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd-network.conf:13: Failed to resolve user 'systemd-network': No such process /usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:23: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:28: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:29: Failed to resolve group 'systemd-journal'. /usr/lib/tmpfiles.d/systemd.conf:30: Failed to resolve group 'systemd-journal'. Creating group 'systemd-journal' with GID 999. Creating group 'systemd-network' with GID 998. Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6036 files and directories currently installed.) Preparing to unpack .../systemd-sysv_252.5-2ubuntu3.2_armhf.deb ... Unpacking systemd-sysv (252.5-2ubuntu3.2) ... Setting up libnpth0:armhf (1.6-1) ... Setting up libassuan0:armhf (2.5.3-7ubuntu2) ... Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ... Setting up libkrb5support0:armhf (1.17-6ubuntu4.4) ... Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ... Setting up tzdata (2023d-0ubuntu0.20.04) ... Current default time zone: 'Etc/UTC' Local time is now: Mon Jan 22 21:53:49 UTC 2024. Universal Time is now: Mon Jan 22 21:53:49 UTC 2024. Run 'dpkg-reconfigure tzdata' if you wish to change it. Setting up libcap2-bin (1:2.32-1ubuntu0.1) ... Setting up libdconf1:armhf (0.36.0-1) ... Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.6) ... Selecting previously unselected package python3-launchpadlib. Preparing to unpack .../78-python3-launchpadlib_1.11.0-1_all.deb ... Unpacking python3-launchpadlib (1.11.0-1) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../79-python3-software-properties_0.99.39_all.deb ... Unpacking python3-software-properties (0.99.39) ... Selecting previously unselected package packagekit. Preparing to unpack .../80-packagekit_1.2.7-1_armhf.deb ... Unpacking packagekit (1.2.7-1) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../81-software-properties-common_0.99.39_all.deb ... Unpacking software-properties-common (0.99.39) ... Selecting previously unselected package gnupg2. Preparing to unpack .../82-gnupg2_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg2 (2.2.40-1.1ubuntu1) ... Setting up libksba8:armhf (1.6.4-2) ... Setting up media-types (10.1.0) ... Selecting previously unselected package adduser. Preparing to unpack .../adduser_3.129ubuntu1_all.deb ... Unpacking adduser (3.129ubuntu1) ... Setting up adduser (3.129ubuntu1) ... Selecting previously unselected package openssl. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6105 files and directories currently installed.) Preparing to unpack .../00-openssl_3.0.8-1ubuntu1.4_armhf.deb ... Unpacking openssl (3.0.8-1ubuntu1.4) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../01-ca-certificates_20230311ubuntu0.23.04.1_all.deb ... Unpacking ca-certificates (20230311ubuntu0.23.04.1) ... Selecting previously unselected package libdbus-1-3:armhf. Preparing to unpack .../02-libdbus-1-3_1.14.4-1ubuntu1_armhf.deb ... Unpacking libdbus-1-3:armhf (1.14.4-1ubuntu1) ... Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ... Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ... Setting up libdbus-1-3:armhf (1.12.16-2ubuntu2.3) ... Setting up dbus (1.12.16-2ubuntu2.3) ... Setting up libk5crypto3:armhf (1.17-6ubuntu4.4) ... Setting up libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ... Setting up libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Setting up python-apt-common (2.0.1ubuntu0.20.04.1) ... Setting up libpam-systemd:armhf (245.4-4ubuntu3.23) ... Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... Setting up systemd-sysv (253.5-1ubuntu6.1) ... Setting up libkeyutils1:armhf (1.6.3-2) ... Setting up libpsl5:armhf (0.21.2-1) ... Setting up libicu72:armhf (72.1-3ubuntu3) ... Setting up apt-transport-https (2.7.3) ... Setting up libyaml-0-2:armhf (0.2.5-1) ... Setting up libglib2.0-0:armhf (2.78.0-2) ... No schema files found: doing nothing. Setting up distro-info-data (0.58ubuntu0.2) ... Setting up libtirpc-common (1.3.3+ds-1) ... Setting up libxmlb2:armhf (0.3.10-2) ... Setting up libbrotli1:armhf (1.0.9-2build8) ... Setting up libsqlite3-0:armhf (3.42.0-1ubuntu0.1) ... Setting up libnghttp2-14:armhf (1.55.1-1ubuntu0.1) ... Setting up libpackagekit-glib2-18:armhf (1.2.7-1) ... Setting up libnpth0:armhf (1.6-3build2) ... Setting up libassuan0:armhf (2.5.6-1) ... Setting up libunwind8:armhf (1.6.2-3) ... Setting up libkrb5support0:armhf (1.20.1-3ubuntu1) ... Setting up libsasl2-modules-db:armhf (2.1.28+dfsg1-3) ... Setting up tzdata (2023d-0ubuntu0.23.10) ... Selecting previously unselected package dbus-bin. Preparing to unpack .../03-dbus-bin_1.14.4-1ubuntu1_armhf.deb ... Unpacking dbus-bin (1.14.4-1ubuntu1) ... Selecting previously unselected package dbus-session-bus-common. Preparing to unpack .../04-dbus-session-bus-common_1.14.4-1ubuntu1_all.deb ... Unpacking dbus-session-bus-common (1.14.4-1ubuntu1) ... Selecting previously unselected package dbus-daemon. Preparing to unpack .../05-dbus-daemon_1.14.4-1ubuntu1_armhf.deb ... Unpacking dbus-daemon (1.14.4-1ubuntu1) ... Selecting previously unselected package dbus-system-bus-common. Preparing to unpack .../06-dbus-system-bus-common_1.14.4-1ubuntu1_all.deb ... Unpacking dbus-system-bus-common (1.14.4-1ubuntu1) ... Selecting previously unselected package dbus. Preparing to unpack .../07-dbus_1.14.4-1ubuntu1_armhf.deb ... Unpacking dbus (1.14.4-1ubuntu1) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../08-distro-info-data_0.57ubuntu0.3_all.deb ... Unpacking distro-info-data (0.57ubuntu0.3) ... Setting up libgirepository-1.0-1:armhf (1.64.1-1~ubuntu20.04.1) ... Setting up libkrb5-3:armhf (1.17-6ubuntu4.4) ... Setting up libstemmer0d:armhf (0+svn585-2) ... Setting up libmpdec2:armhf (2.4.2-3) ... Setting up glib-networking-common (2.64.2-1ubuntu0.1) ... Setting up openssl (1.1.1f-1ubuntu2.20) ... Setting up libelf1:armhf (0.176-1.1ubuntu0.1) ... Setting up readline-common (8.0-4) ... Setting up iso-codes (4.4-1) ... Setting up libpolkit-gobject-1-0:armhf (0.105-26ubuntu1.3) ... OK + '[' buster = sid ']' ++ dpkg --print-architecture + ARCH=armhf + echo 'deb [arch=armhf] https://download.docker.com/linux/debian buster test' + apt-get update Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://deb.debian.org/debian-security buster/updates InRelease Hit:3 http://deb.debian.org/debian buster-updates InRelease Get:4 https://download.docker.com/linux/debian buster InRelease [53.9 kB] Current default time zone: 'Etc/UTC' Local time is now: Mon Jan 22 21:53:49 UTC 2024. Universal Time is now: Mon Jan 22 21:53:49 UTC 2024. Run 'dpkg-reconfigure tzdata' if you wish to change it. Setting up libcap2-bin (1:2.66-4ubuntu1) ... Setting up libglib2.0-data (2.78.0-2) ... Setting up gnupg-l10n (2.2.40-1.1ubuntu1) ... Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ... Setting up libdbus-1-3:armhf (1.14.10-1ubuntu1) ... Setting up libk5crypto3:armhf (1.20.1-3ubuntu1) ... Setting up libsasl2-2:armhf (2.1.28+dfsg1-3) ... Setting up python-apt-common (2.6.0ubuntu1) ... Setting up libduktape207:armhf (2.7.0+tests-0ubuntu2) ... Setting up dbus-session-bus-common (1.14.10-1ubuntu1) ... Setting up libgirepository-1.0-1:armhf (1.78.1-1) ... Setting up sgml-base (1.31) ... Setting up libkrb5-3:armhf (1.20.1-3ubuntu1) ... Selecting previously unselected package libglib2.0-0:armhf. Preparing to unpack .../09-libglib2.0-0_2.76.4-0ubuntu1_armhf.deb ... Unpacking libglib2.0-0:armhf (2.76.4-0ubuntu1) ... Selecting previously unselected package libgirepository-1.0-1:armhf. Preparing to unpack .../10-libgirepository-1.0-1_1.76.1-1_armhf.deb ... Unpacking libgirepository-1.0-1:armhf (1.76.1-1) ... Selecting previously unselected package gir1.2-glib-2.0:armhf. Preparing to unpack .../11-gir1.2-glib-2.0_1.76.1-1_armhf.deb ... Unpacking gir1.2-glib-2.0:armhf (1.76.1-1) ... Selecting previously unselected package iso-codes. Preparing to unpack .../12-iso-codes_4.12.0-1_all.deb ... Unpacking iso-codes (4.12.0-1) ... Setting up libgstreamer1.0-0:armhf (1.16.3-0ubuntu1.1) ... Setcap worked! gst-ptp-helper is not suid! Setting up libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Setting up pinentry-curses (1.1.0-3build1) ... Setting up glib-networking-services (2.64.2-1ubuntu0.1) ... Setting up libicu66:armhf (66.1-2ubuntu2.1) ... Setting up libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Setting up libreadline8:armhf (8.0-4) ... Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.6) ... Setting up libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Setting up ca-certificates (20230311ubuntu0.20.04.1) ... Setting up docker-buildx-plugin (0.12.1-1~ubuntu.22.04~jammy) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Setting up libstemmer0d:armhf (2.2.0-4) ... Setting up lsb-release (12.0-2) ... Setting up dbus-system-bus-common (1.14.10-1ubuntu1) ... Setting up openssl (3.0.10-1ubuntu2.1) ... Setting up libelf1:armhf (0.189-4) ... Setting up readline-common (8.2-1.3) ... Setting up libxml2:armhf (2.9.14+dfsg-1.3) ... Setting up libldap2:armhf (2.6.6+dfsg-1~exp1ubuntu1) ... Setting up iso-codes (4.15.0-1) ... Setting up dbus-bin (1.14.10-1ubuntu1) ... Setting up libpolkit-gobject-1-0:armhf (123-1) ... Setting up pinentry-curses (1.2.1-1ubuntu1) ... Setting up libdw1:armhf (0.189-4) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../13-libcap2-bin_1%3a2.66-3ubuntu2.1_armhf.deb ... Unpacking libcap2-bin (1:2.66-3ubuntu2.1) ... Selecting previously unselected package libelf1:armhf. Preparing to unpack .../14-libelf1_0.188-2.1_armhf.deb ... Unpacking libelf1:armhf (0.188-2.1) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../15-libglib2.0-data_2.76.4-0ubuntu1_all.deb ... Unpacking libglib2.0-data (2.76.4-0ubuntu1) ... Selecting previously unselected package libicu72:armhf. Preparing to unpack .../16-libicu72_72.1-3ubuntu2_armhf.deb ... Unpacking libicu72:armhf (72.1-3ubuntu2) ... Setting up docker-compose-plugin (2.24.2-1~debian.12~bookworm) ... Setting up docker-buildx-plugin (0.12.1-1~debian.12~bookworm) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.12~bookworm) ... Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. Setting up docker-compose-plugin (2.24.2-1~ubuntu.22.04~jammy) ... dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy) ... + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.12.1-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.24.2-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.22.04~jammy_armhf.deb Setting up libreadline8:armhf (8.2-1.3) ... Setting up libglib2.0-bin (2.78.0-2) ... Setting up dbus-daemon (1.14.10-1ubuntu1) ... Setting up ca-certificates (20230311ubuntu1) ... Selecting previously unselected package libpam-systemd:armhf. Preparing to unpack .../17-libpam-systemd_252.5-2ubuntu3.2_armhf.deb ... Unpacking libpam-systemd:armhf (252.5-2ubuntu3.2) ... Get:5 https://download.docker.com/linux/debian buster/test armhf Packages [72.2 kB] Fetched 126 kB in 1s (138 kB/s) Updating certificates in /etc/ssl/certs... + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.24.2-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.12.1-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.12~bookworm_armhf.deb Selecting previously unselected package libxml2:armhf. Preparing to unpack .../18-libxml2_2.9.14+dfsg-1.1ubuntu0.1_armhf.deb ... Unpacking libxml2:armhf (2.9.14+dfsg-1.1ubuntu0.1) ... Selecting previously unselected package libyaml-0-2:armhf. Preparing to unpack .../19-libyaml-0-2_0.2.5-1_armhf.deb ... Unpacking libyaml-0-2:armhf (0.2.5-1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../20-lsb-release_12.0-1ubuntu1_all.deb ... Unpacking lsb-release (12.0-1ubuntu1) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../21-python-apt-common_2.5.3ubuntu1_all.deb ... Unpacking python-apt-common (2.5.3ubuntu1) ... Selecting previously unselected package python3-apt. Preparing to unpack .../22-python3-apt_2.5.3ubuntu1_armhf.deb ... Unpacking python3-apt (2.5.3ubuntu1) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../23-python3-dbus_1.3.2-4build1_armhf.deb ... Unpacking python3-dbus (1.3.2-4build1) ... Selecting previously unselected package python3-gi. Preparing to unpack .../24-python3-gi_3.44.1-1_armhf.deb ... Unpacking python3-gi (3.44.1-1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../25-python3-pkg-resources_66.1.1-1ubuntu0.1_all.deb ... Unpacking python3-pkg-resources (66.1.1-1ubuntu0.1) ... Selecting previously unselected package libnghttp2-14:armhf. Preparing to unpack .../26-libnghttp2-14_1.52.0-1ubuntu0.1_armhf.deb ... Unpacking libnghttp2-14:armhf (1.52.0-1ubuntu0.1) ... Selecting previously unselected package libpsl5:armhf. Preparing to unpack .../27-libpsl5_0.21.2-1_armhf.deb ... Unpacking libpsl5:armhf (0.21.2-1) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../28-apt-transport-https_2.6.0ubuntu0.1_all.deb ... Unpacking apt-transport-https (2.6.0ubuntu0.1) ... Selecting previously unselected package libbrotli1:armhf. Preparing to unpack .../29-libbrotli1_1.0.9-2build8_armhf.deb ... Unpacking libbrotli1:armhf (1.0.9-2build8) ... Updating certificates in /etc/ssl/certs... 137 added, 0 removed; done. Setting up dbus-user-session (1.12.16-2ubuntu2.3) ... Setting up libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Setting up libgssapi-krb5-2:armhf (1.17-6ubuntu4.4) ... Setting up gir1.2-glib-2.0:armhf (1.64.1-1~ubuntu20.04.1) ... Setting up libssh-4:armhf (0.9.3-2ubuntu2.5) ... Setting up gpgconf (2.2.19-3ubuntu2.2) ... Setting up libpolkit-agent-1-0:armhf (0.105-26ubuntu1.3) ... Setting up libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.9) ... Setting up python3.8 (3.8.10-0ubuntu1~20.04.9) ... Selecting previously unselected package libsasl2-modules-db:armhf. Preparing to unpack .../30-libsasl2-modules-db_2.1.28+dfsg-10_armhf.deb ... Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-10) ... Selecting previously unselected package libsasl2-2:armhf. Preparing to unpack .../31-libsasl2-2_2.1.28+dfsg-10_armhf.deb ... Unpacking libsasl2-2:armhf (2.1.28+dfsg-10) ... Selecting previously unselected package libldap2:armhf. Preparing to unpack .../32-libldap2_2.6.3+dfsg-1~exp1ubuntu2_armhf.deb ... Unpacking libldap2:armhf (2.6.3+dfsg-1~exp1ubuntu2) ... Selecting previously unselected package librtmp1:armhf. Preparing to unpack .../33-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ... Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ... Selecting previously unselected package libssh-4:armhf. Preparing to unpack .../34-libssh-4_0.10.4-2ubuntu0.3_armhf.deb ... Unpacking libssh-4:armhf (0.10.4-2ubuntu0.3) ... Selecting previously unselected package libcurl4:armhf. Preparing to unpack .../35-libcurl4_7.88.1-8ubuntu2.4_armhf.deb ... Unpacking libcurl4:armhf (7.88.1-8ubuntu2.4) ... Selecting previously unselected package curl. Preparing to unpack .../36-curl_7.88.1-8ubuntu2.4_armhf.deb ... Unpacking curl (7.88.1-8ubuntu2.4) ... Reading package lists... ++ find deb/debbuild/debian-buster/ -type f -name '*.deb' + packages='deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_armhf.deb deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_armhf.deb deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb' ++ echo 'deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_armhf.deb deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_armhf.deb deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb' ++ xargs ++ awk '$0="./"$0' + packages='./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb Selecting previously unselected package docker-ce-rootless-extras. (Reading database ... 9721 files and directories currently installed.) Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... Selecting previously unselected package libassuan0:armhf. Preparing to unpack .../37-libassuan0_2.5.5-5_armhf.deb ... Unpacking libassuan0:armhf (2.5.5-5) ... Selecting previously unselected package gpgconf. Preparing to unpack .../38-gpgconf_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking gpgconf (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libksba8:armhf. Preparing to unpack .../39-libksba8_1.6.3-2_armhf.deb ... Unpacking libksba8:armhf (1.6.3-2) ... Selecting previously unselected package libnpth0:armhf. Preparing to unpack .../40-libnpth0_1.6-3build2_armhf.deb ... Unpacking libnpth0:armhf (1.6-3build2) ... Selecting previously unselected package dirmngr. Preparing to unpack .../41-dirmngr_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking dirmngr (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libpackagekit-glib2-18:armhf. Preparing to unpack .../42-libpackagekit-glib2-18_1.2.6-3_armhf.deb ... Unpacking libpackagekit-glib2-18:armhf (1.2.6-3) ... Reading package lists... Building dependency tree... Reading state information... 137 added, 0 removed; done. Setting up dbus (1.14.10-1ubuntu1) ... Setting up libgssapi-krb5-2:armhf (1.20.1-3ubuntu1) ... Setting up gir1.2-glib-2.0:armhf (1.78.1-1) ... Setting up libssh-4:armhf (0.10.5-3ubuntu1.2) ... Setting up xml-core (0.18+nmu1) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../43-gir1.2-packagekitglib-1.0_1.2.6-3_armhf.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.6-3) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../44-gnupg-l10n_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg-l10n (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../45-gnupg-utils_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking gnupg-utils (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpg. Preparing to unpack .../46-gpg_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking gpg (2.2.40-1.1ubuntu1) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../47-pinentry-curses_1.2.1-1ubuntu1_armhf.deb ... Unpacking pinentry-curses (1.2.1-1ubuntu1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../48-gpg-agent_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking gpg-agent (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../49-gpg-wks-client_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking gpg-wks-client (2.2.40-1.1ubuntu1) ... Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done Correcting dependencies... Done Setting up gpgconf (2.2.40-1.1ubuntu1) ... Setting up libpam-systemd:armhf (253.5-1ubuntu6.1) ... Setting up libcurl4:armhf (8.2.1-1ubuntu3.2) ... Setting up libpolkit-agent-1-0:armhf (123-1) ... Setting up curl (8.2.1-1ubuntu3.2) ... Setting up gpg (2.2.40-1.1ubuntu1) ... Setting up libgstreamer1.0-0:armhf (1.22.5-1) ... Setcap worked! gst-ptp-helper is not suid! Setting up gnupg-utils (2.2.40-1.1ubuntu1) ... Setting up libtirpc3:armhf (1.3.3+ds-1) ... Setting up gpg-agent (2.2.40-1.1ubuntu1) ... Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~debian.10~buster_armhf.deb ... Unpacking docker-buildx-plugin (0.12.1-1~debian.10~buster) ... Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod nftables The following NEW packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Selecting previously unselected package gpg-wks-server. Preparing to unpack .../50-gpg-wks-server_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking gpg-wks-server (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gpgsm. Preparing to unpack .../51-gpgsm_2.2.40-1.1ubuntu1_armhf.deb ... Unpacking gpgsm (2.2.40-1.1ubuntu1) ... Selecting previously unselected package gnupg. Preparing to unpack .../52-gnupg_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg (2.2.40-1.1ubuntu1) ... Selecting previously unselected package libcurl3-gnutls:armhf. Preparing to unpack .../53-libcurl3-gnutls_7.88.1-8ubuntu2.4_armhf.deb ... Unpacking libcurl3-gnutls:armhf (7.88.1-8ubuntu2.4) ... Selecting previously unselected package libstemmer0d:armhf. Preparing to unpack .../54-libstemmer0d_2.2.0-2_armhf.deb ... Unpacking libstemmer0d:armhf (2.2.0-2) ... Selecting previously unselected package libxmlb2:armhf. Preparing to unpack .../55-libxmlb2_0.3.10-2_armhf.deb ... Unpacking libxmlb2:armhf (0.3.10-2) ... Setting up libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.6) ... Setting up policykit-1 (0.105-26ubuntu1.3) ... Setting up gpg (2.2.19-3ubuntu2.2) ... Setting up libpython3-stdlib:armhf (3.8.2-0ubuntu2) ... Setting up gnupg-utils (2.2.19-3ubuntu2.2) ... Setting up gpg-agent (2.2.19-3ubuntu2.2) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod Recommended packages: nftables 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded. Need to get 22.1 MB of archives. After this operation, 96.3 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/ubuntu jammy/test armhf containerd.io armhf 1.6.27-1 [21.5 MB] Selecting previously unselected package libappstream4:armhf. Preparing to unpack .../56-libappstream4_0.16.1-1ubuntu1_armhf.deb ... Unpacking libappstream4:armhf (0.16.1-1ubuntu1) ... Selecting previously unselected package libdw1:armhf. Preparing to unpack .../57-libdw1_0.188-2.1_armhf.deb ... Unpacking libdw1:armhf (0.188-2.1) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../58-libglib2.0-bin_2.76.4-0ubuntu1_armhf.deb ... Unpacking libglib2.0-bin (2.76.4-0ubuntu1) ... Selecting previously unselected package libunwind8:armhf. Preparing to unpack .../59-libunwind8_1.6.2-3_armhf.deb ... Unpacking libunwind8:armhf (1.6.2-3) ... Selecting previously unselected package libgstreamer1.0-0:armhf. Preparing to unpack .../60-libgstreamer1.0-0_1.22.2-1_armhf.deb ... Unpacking libgstreamer1.0-0:armhf (1.22.2-1) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up gpgsm (2.2.40-1.1ubuntu1) ... Setting up libcurl3-gnutls:armhf (8.2.1-1ubuntu3.2) ... Setting up libappstream4:armhf (0.16.2-1) ... Setting up dirmngr (2.2.40-1.1ubuntu1) ... The following NEW packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmnl0 armhf 1.0.4-3build2 [11.4 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libxtables12 armhf 1.8.7-1ubuntu5.1 [28.1 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf netbase all 6.3 [12.9 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libip6tc2 armhf 1.8.7-1ubuntu5.1 [18.1 kB] Selecting previously unselected package libpolkit-gobject-1-0:armhf. Preparing to unpack .../61-libpolkit-gobject-1-0_0.105-33_armhf.deb ... Unpacking libpolkit-gobject-1-0:armhf (0.105-33) ... Selecting previously unselected package libpolkit-agent-1-0:armhf. Preparing to unpack .../62-libpolkit-agent-1-0_0.105-33_armhf.deb ... Unpacking libpolkit-agent-1-0:armhf (0.105-33) ... Selecting previously unselected package polkitd. Preparing to unpack .../63-polkitd_0.105-33_armhf.deb ... Unpacking polkitd (0.105-33) ... Selecting previously unselected package python3-blinker. Preparing to unpack .../64-python3-blinker_1.5-1_all.deb ... Unpacking python3-blinker (1.5-1) ... Selecting previously unselected package python3-cffi-backend:armhf. Preparing to unpack .../65-python3-cffi-backend_1.15.1-5build1_armhf.deb ... Unpacking python3-cffi-backend:armhf (1.15.1-5build1) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../66-python3-cryptography_38.0.4-2ubuntu0.1_armhf.deb ... Unpacking python3-cryptography (38.0.4-2ubuntu0.1) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Setting up gpgsm (2.2.19-3ubuntu2.2) ... Setting up dconf-service (0.36.0-1) ... Setting up python3 (3.8.2-0ubuntu2) ... Setting up python3-six (1.14.0-2) ... Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Setting up gir1.2-packagekitglib-1.0 (1.2.7-1) ... Setting up gpg-wks-server (2.2.40-1.1ubuntu1) ... Setting up libnsl2:armhf (1.3.0-2build2) ... Setting up gpg-wks-client (2.2.40-1.1ubuntu1) ... Setting up libpython3.11-stdlib:armhf (3.11.6-3) ... Setting up gnupg (2.2.40-1.1ubuntu1) ... Setting up libpython3-stdlib:armhf (3.11.4-5) ... Setting up python3.11 (3.11.6-3) ... 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. Need to get 22.1 MB of archives. After this operation, 95.9 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main armhf netbase all 6.4 [12.8 kB] Get:2 http://deb.debian.org/debian bookworm/main armhf dbus-user-session armhf 1.14.10-1~deb12u1 [78.1 kB] Get:3 http://deb.debian.org/debian bookworm/main armhf libip6tc2 armhf 1.8.9-2 [17.2 kB] Get:4 http://deb.debian.org/debian bookworm/main armhf libxtables12 armhf 1.8.9-2 [27.8 kB] Get:5 http://deb.debian.org/debian bookworm/main armhf libmnl0 armhf 1.0.4-3 [10.9 kB] Get:6 http://deb.debian.org/debian bookworm/main armhf libnfnetlink0 armhf 1.0.2-2 [13.2 kB] Get:7 http://deb.debian.org/debian bookworm/main armhf libnetfilter-conntrack3 armhf 1.0.9-3 [33.6 kB] Get:8 https://download.docker.com/linux/debian bookworm/test armhf containerd.io armhf 1.6.27-1 [21.5 MB] Get:9 http://deb.debian.org/debian bookworm/main armhf libnftnl11 armhf 1.2.4-2 [46.9 kB] Get:10 http://deb.debian.org/debian bookworm/main armhf iptables armhf 1.8.9-2 [316 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnfnetlink0 armhf 1.0.1-3build3 [12.3 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnetfilter-conntrack3 armhf 1.0.9-1 [36.8 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnftnl11 armhf 1.2.1-1build1 [51.9 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf iptables armhf 1.8.7-1ubuntu5.1 [412 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dbus-user-session armhf 1.12.20-2ubuntu4.1 [9442 B] Setting up gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ... Setting up python3-certifi (2019.11.28-1) ... Setting up python3-gi (3.36.0-1) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ... Unpacking python3-pyparsing (3.0.9-1) ... Selecting previously unselected package python3-httplib2. Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ... Unpacking python3-httplib2 (0.20.4-3) ... Selecting previously unselected package python3-jwt. Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ... Unpacking python3-jwt (2.6.0-1) ... Selecting previously unselected package python3-lazr.uri. Preparing to unpack .../70-python3-lazr.uri_1.0.6-3_all.deb ... Unpacking python3-lazr.uri (1.0.6-3) ... dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb'. debconf: delaying package configuration, since apt-utils is not installed Fetched 22.1 MB in 1s (25.9 MB/s) Selecting previously unselected package libmnl0:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9454 files and directories currently installed.) Preparing to unpack .../0-libmnl0_1.0.4-3build2_armhf.deb ... Unpacking libmnl0:armhf (1.0.4-3build2) ... Selecting previously unselected package libxtables12:armhf. Preparing to unpack .../1-libxtables12_1.8.7-1ubuntu5.1_armhf.deb ... Unpacking libxtables12:armhf (1.8.7-1ubuntu5.1) ... Selecting previously unselected package netbase. Preparing to unpack .../2-netbase_6.3_all.deb ... Unpacking netbase (6.3) ... Setting up python3-idna (2.8-1) ... Selecting previously unselected package python3-wadllib. Preparing to unpack .../71-python3-wadllib_1.3.6-4_all.deb ... Unpacking python3-wadllib (1.3.6-4) ... Selecting previously unselected package python3-distro. Preparing to unpack .../72-python3-distro_1.8.0-1_all.deb ... Unpacking python3-distro (1.8.0-1) ... Selecting previously unselected package python3-oauthlib. Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ... Unpacking python3-oauthlib (3.2.2-1) ... Selecting previously unselected package python3-six. Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ... Unpacking python3-six (1.16.0-4) ... Selecting previously unselected package python3-lazr.restfulclient. Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ... Unpacking python3-lazr.restfulclient (0.14.5-1) ... Selecting previously unselected package python3-launchpadlib. Preparing to unpack .../76-python3-launchpadlib_1.11.0-1_all.deb ... Unpacking python3-launchpadlib (1.11.0-1) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 22.1 MB in 1s (28.1 MB/s) Selecting previously unselected package netbase. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 11747 files and directories currently installed.) Preparing to unpack .../0-netbase_6.4_all.deb ... Unpacking netbase (6.4) ... Selecting previously unselected package libip6tc2:armhf. Preparing to unpack .../3-libip6tc2_1.8.7-1ubuntu5.1_armhf.deb ... Unpacking libip6tc2:armhf (1.8.7-1ubuntu5.1) ... Selecting previously unselected package libnfnetlink0:armhf. Preparing to unpack .../4-libnfnetlink0_1.0.1-3build3_armhf.deb ... Unpacking libnfnetlink0:armhf (1.0.1-3build3) ... Selecting previously unselected package libnetfilter-conntrack3:armhf. Preparing to unpack .../5-libnetfilter-conntrack3_1.0.9-1_armhf.deb ... Unpacking libnetfilter-conntrack3:armhf (1.0.9-1) ... Selecting previously unselected package libnftnl11:armhf. Preparing to unpack .../6-libnftnl11_1.2.1-1build1_armhf.deb ... Unpacking libnftnl11:armhf (1.2.1-1build1) ... Selecting previously unselected package iptables. Preparing to unpack .../7-iptables_1.8.7-1ubuntu5.1_armhf.deb ... Unpacking iptables (1.8.7-1ubuntu5.1) ... Selecting previously unselected package containerd.io. Preparing to unpack .../8-containerd.io_1.6.27-1_armhf.deb ... Setting up python3-urllib3 (1.25.8-2ubuntu0.3) ... Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ... Setting up lsb-release (11.1.0ubuntu2) ... Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~debian.10~buster_armhf.deb ... Unpacking docker-compose-plugin (2.24.2-1~debian.10~buster) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../77-python3-software-properties_0.99.35_all.deb ... Unpacking python3-software-properties (0.99.35) ... Selecting previously unselected package packagekit. Preparing to unpack .../78-packagekit_1.2.6-3_armhf.deb ... Unpacking packagekit (1.2.6-3) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../79-software-properties-common_0.99.35_all.deb ... Unpacking software-properties-common (0.99.35) ... Selecting previously unselected package gnupg2. Preparing to unpack .../80-gnupg2_2.2.40-1.1ubuntu1_all.deb ... Unpacking gnupg2 (2.2.40-1.1ubuntu1) ... Setting up libksba8:armhf (1.6.3-2) ... Setting up media-types (10.0.0) ... Setting up systemd-sysv (252.5-2ubuntu3.2) ... Setting up libkeyutils1:armhf (1.6.3-2) ... Setting up libpsl5:armhf (0.21.2-1) ... Setting up libicu72:armhf (72.1-3ubuntu2) ... Selecting previously unselected package containerd.io. Preparing to unpack .../1-containerd.io_1.6.27-1_armhf.deb ... Unpacking containerd.io (1.6.27-1) ... Setting up gnupg2 (2.2.40-1.1ubuntu1) ... Setting up python3 (3.11.4-5) ... Setting up python3-six (1.16.0-4) ... Unpacking containerd.io (1.6.27-1) ... Setting up libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ... Setting up python3-dbus (1.2.16-1build1) ... Setting up apt-transport-https (2.6.0ubuntu0.1) ... Setting up libyaml-0-2:armhf (0.2.5-1) ... Setting up libglib2.0-0:armhf (2.76.4-0ubuntu1) ... No schema files found: doing nothing. Setting up distro-info-data (0.57ubuntu0.3) ... Setting up libtirpc-common (1.3.3+ds-1) ... Setting up libxmlb2:armhf (0.3.10-2) ... Setting up libbrotli1:armhf (1.0.9-2build8) ... Setting up libsqlite3-0:armhf (3.40.1-1ubuntu0.1) ... Setting up libnghttp2-14:armhf (1.52.0-1ubuntu0.1) ... Setting up libpackagekit-glib2-18:armhf (1.2.6-3) ... Setting up libnpth0:armhf (1.6-3build2) ... Setting up libassuan0:armhf (2.5.5-5) ... Setting up libunwind8:armhf (1.6.2-3) ... Setting up libkrb5support0:armhf (1.20.1-1ubuntu0.1) ... Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-10) ... Setting up libcap2-bin (1:2.66-3ubuntu2.1) ... Setting up libglib2.0-data (2.76.4-0ubuntu1) ... Setting up python3-pyparsing (3.1.0-1) ... Setting up python3-gi (3.46.0-1) ... Setting up dconf-gsettings-backend:armhf (0.36.0-1) ... Setting up python3-apt (2.0.1ubuntu0.20.04.1) ... Setting up gnupg-l10n (2.2.40-1.1ubuntu1) ... Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ... Setting up libdbus-1-3:armhf (1.14.4-1ubuntu1) ... Setting up libk5crypto3:armhf (1.20.1-1ubuntu0.1) ... Setting up libsasl2-2:armhf (2.1.28+dfsg-10) ... Setting up python-apt-common (2.5.3ubuntu1) ... Setting up dbus-session-bus-common (1.14.4-1ubuntu1) ... Setting up libgirepository-1.0-1:armhf (1.76.1-1) ... Setting up libkrb5-3:armhf (1.20.1-1ubuntu0.1) ... Setting up libstemmer0d:armhf (2.2.0-2) ... Setting up lsb-release (12.0-1ubuntu1) ... Setting up dbus-system-bus-common (1.14.4-1ubuntu1) ... Setting up openssl (3.0.8-1ubuntu1.4) ... Setting up libelf1:armhf (0.188-2.1) ... Setting up readline-common (8.2-1.3) ... Setting up libxml2:armhf (2.9.14+dfsg-1.1ubuntu0.1) ... Setting up python3-httplib2 (0.20.4-3) ... Setting up python3-cffi-backend:armhf (1.15.1-5build1) ... Setting up python3-blinker (1.6.2-1) ... Setting up libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Setting up python3-chardet (3.0.4-4build1) ... Setting up libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ... Setting up libldap2:armhf (2.6.3+dfsg-1~exp1ubuntu2) ... Setting up iso-codes (4.12.0-1) ... Setting up dbus-bin (1.14.4-1ubuntu1) ... Setting up libpolkit-gobject-1-0:armhf (0.105-33) ... Setting up pinentry-curses (1.2.1-1ubuntu1) ... Setting up libdw1:armhf (0.188-2.1) ... Setting up libreadline8:armhf (8.2-1.3) ... Setting up libglib2.0-bin (2.76.4-0ubuntu1) ... Setting up dbus-daemon (1.14.4-1ubuntu1) ... Setting up ca-certificates (20230311ubuntu0.23.04.1) ... Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... Setting up python3-pkg-resources (68.1.2-2) ... Setting up python3-software-properties (0.99.9.12) ... Setting up python3-requests (2.22.0-2ubuntu1.1) ... Setting up python3-dbus (1.3.2-5) ... Setting up python3-distro (1.8.0-1) ... Setting up python3-jwt (2.7.0-1) ... Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ... Setting up libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ... Setting up python3-requests-unixsocket (0.2.0-2) ... Setting up dirmngr (2.2.19-3ubuntu2.2) ... Updating certificates in /etc/ssl/certs... Setting up python3-apt (2.6.0ubuntu1) ... Setting up python3-lazr.uri (1.0.6-3) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../2-dbus-user-session_1.14.10-1~deb12u1_armhf.deb ... Unpacking dbus-user-session (1.14.10-1~deb12u1) ... Selecting previously unselected package libip6tc2:armhf. Preparing to unpack .../3-libip6tc2_1.8.9-2_armhf.deb ... Unpacking libip6tc2:armhf (1.8.9-2) ... Selecting previously unselected package libxtables12:armhf. Preparing to unpack .../4-libxtables12_1.8.9-2_armhf.deb ... Unpacking libxtables12:armhf (1.8.9-2) ... Selecting previously unselected package libmnl0:armhf. Preparing to unpack .../5-libmnl0_1.0.4-3_armhf.deb ... Unpacking libmnl0:armhf (1.0.4-3) ... Selecting previously unselected package libnfnetlink0:armhf. Preparing to unpack .../6-libnfnetlink0_1.0.2-2_armhf.deb ... Unpacking libnfnetlink0:armhf (1.0.2-2) ... Selecting previously unselected package libnetfilter-conntrack3:armhf. Preparing to unpack .../7-libnetfilter-conntrack3_1.0.9-3_armhf.deb ... Unpacking libnetfilter-conntrack3:armhf (1.0.9-3) ... Selecting previously unselected package libnftnl11:armhf. Preparing to unpack .../8-libnftnl11_1.2.4-2_armhf.deb ... Unpacking libnftnl11:armhf (1.2.4-2) ... Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Setting up libcurl4:armhf (7.68.0-1ubuntu2.21) ... Setting up curl (7.68.0-1ubuntu2.21) ... Setting up glib-networking:armhf (2.64.2-1ubuntu0.1) ... Setting up libsoup2.4-1:armhf (2.70.0-1) ... Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ... Setting up libappstream4:armhf (0.12.10-2) ... Setting up gnupg (2.2.19-3ubuntu2.2) ... Setting up packagekit (1.1.13-2ubuntu1.1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory Selecting previously unselected package iptables. Preparing to unpack .../9-iptables_1.8.9-2_armhf.deb ... Unpacking iptables (1.8.9-2) ... Setting up libip6tc2:armhf (1.8.9-2) ... Setting up dbus-user-session (1.14.10-1~deb12u1) ... Setting up libmnl0:armhf (1.0.4-3) ... Setting up containerd.io (1.6.27-1) ... Setting up python3-cryptography (38.0.4-4ubuntu0.23.10.1) ... Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up gnupg2 (2.2.19-3ubuntu2.2) ... Setting up software-properties-common (0.99.9.12) ... Processing triggers for systemd (245.4-4ubuntu3.23) ... Processing triggers for libc-bin (2.31-0ubuntu9.14) ... Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ... 137 added, 0 removed; done. Setting up dbus (1.14.4-1ubuntu1) ... Setting up libgssapi-krb5-2:armhf (1.20.1-1ubuntu0.1) ... Setting up gir1.2-glib-2.0:armhf (1.76.1-1) ... Setting up libssh-4:armhf (0.10.4-2ubuntu0.3) ... Setting up gpgconf (2.2.40-1.1ubuntu1) ... Setting up libpam-systemd:armhf (252.5-2ubuntu3.2) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:armhf (1.8.9-2) ... Setting up libnfnetlink0:armhf (1.0.2-2) ... Setting up netbase (6.4) ... Setting up libnftnl11:armhf (1.2.4-2) ... Setting up libnetfilter-conntrack3:armhf (1.0.9-3) ... Setting up iptables (1.8.9-2) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.36-9+deb12u3) ... + verify_binaries + docker --version Setting up python3-wadllib (1.3.6-5) ... Setting up python3-oauthlib (3.2.2-1) ... Updating certificates in /etc/ssl/certs... Selecting previously unselected package dbus-user-session. Preparing to unpack .../9-dbus-user-session_1.12.20-2ubuntu4.1_armhf.deb ... Unpacking dbus-user-session (1.12.20-2ubuntu4.1) ... Setting up libip6tc2:armhf (1.8.7-1ubuntu5.1) ... Setting up dbus-user-session (1.12.20-2ubuntu4.1) ... Setting up libmnl0:armhf (1.0.4-3build2) ... Setting up containerd.io (1.6.27-1) ... Setting up libcurl4:armhf (7.88.1-8ubuntu2.4) ... Setting up libpolkit-agent-1-0:armhf (0.105-33) ... Setting up curl (7.88.1-8ubuntu2.4) ... Setting up polkitd (0.105-33) ... Setting up gpg (2.2.40-1.1ubuntu1) ... Setting up libgstreamer1.0-0:armhf (1.22.2-1) ... Setcap worked! gst-ptp-helper is not suid! Setting up gnupg-utils (2.2.40-1.1ubuntu1) ... Setting up libtirpc3:armhf (1.3.3+ds-1) ... Setting up gpg-agent (2.2.40-1.1ubuntu1) ... Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Setting up python3-lazr.restfulclient (0.14.5-1) ... Setting up python3-launchpadlib (1.11.0-1) ... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.12.16-2ubuntu2.3) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:armhf (1.8.7-1ubuntu5.1) ... Setting up libnfnetlink0:armhf (1.0.1-3build3) ... Setting up netbase (6.3) ... Setting up libnftnl11:armhf (1.2.1-1build1) ... Setting up libnetfilter-conntrack3:armhf (1.0.9-1) ... Setting up iptables (1.8.7-1ubuntu5.1) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.35-0ubuntu3.6) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.4 Setting up python3-software-properties (0.99.39) ... Processing triggers for libc-bin (2.38-1ubuntu6) ... Processing triggers for sgml-base (1.31) ... Setting up polkitd (123-1) ... Creating group 'polkitd' with GID 997. Creating user 'polkitd' (polkit) with UID 997 and GID 997. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of reload. ++ source /etc/os-release +++ NAME=Ubuntu +++ VERSION='20.04.6 LTS (Focal Fossa)' +++ ID=ubuntu +++ ID_LIKE=debian +++ PRETTY_NAME='Ubuntu 20.04.6 LTS' +++ VERSION_ID=20.04 +++ HOME_URL=https://www.ubuntu.com/ +++ SUPPORT_URL=https://help.ubuntu.com/ +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy +++ VERSION_CODENAME=focal +++ UBUNTU_CODENAME=focal ++ echo ubuntu + DIST_ID=ubuntu ++ lsb_release -sc + DIST_VERSION=focal + '[' focal = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/ubuntu + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu' + update-ca-certificates -f [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu Clearing symlinks in /etc/ssl/certs... github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.3 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up gpgsm (2.2.40-1.1ubuntu1) ... Setting up libcurl3-gnutls:armhf (7.88.1-8ubuntu2.4) ... Setting up libappstream4:armhf (0.16.1-1ubuntu1) ... Setting up dirmngr (2.2.40-1.1ubuntu1) ... Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory) Setting up packagekit (1.2.7-1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up software-properties-common (0.99.39) ... done. Updating certificates in /etc/ssl/certs... Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... Setting up gir1.2-packagekitglib-1.0 (1.2.6-3) ... Setting up gpg-wks-server (2.2.40-1.1ubuntu1) ... Setting up libnsl2:armhf (1.3.0-2build2) ... Setting up packagekit (1.2.6-3) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. Setting up gpg-wks-client (2.2.40-1.1ubuntu1) ... Setting up libpython3.11-stdlib:armhf (3.11.4-1~23.04.2) ... Setting up gnupg (2.2.40-1.1ubuntu1) ... Setting up libpython3-stdlib:armhf (3.11.2-1) ... Processing triggers for ca-certificates (20230311ubuntu1) ... Updating certificates in /etc/ssl/certs... Setting up docker-buildx-plugin (0.12.1-1~debian.10~buster) ... Setting up docker-compose-plugin (2.24.2-1~debian.10~buster) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... Setting up python3.11 (3.11.4-1~23.04.2) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.10~buster) ... dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.12.1-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.24.2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.10~buster_armhf.deb rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/ubuntu/gpg + apt-key add - 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.14.10-1ubuntu1) ... ++ source /etc/os-release +++ PRETTY_NAME='Ubuntu 23.10' +++ NAME=Ubuntu +++ VERSION_ID=23.10 +++ VERSION='23.10 (Mantic Minotaur)' +++ VERSION_CODENAME=mantic +++ ID=ubuntu +++ ID_LIKE=debian +++ HOME_URL=https://www.ubuntu.com/ +++ SUPPORT_URL=https://help.ubuntu.com/ +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy +++ UBUNTU_CODENAME=mantic +++ LOGO=ubuntu-logo ++ echo ubuntu + DIST_ID=ubuntu ++ lsb_release -sc + DIST_VERSION=mantic + '[' mantic = sid ']' + install_debian_containerd [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/ubuntu + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu' + update-ca-certificates -f Clearing symlinks in /etc/ssl/certs... Warning: apt-key output should not be parsed (stdout is not a terminal) Setting up gnupg2 (2.2.40-1.1ubuntu1) ... Setting up python3 (3.11.2-1) ... done. Updating certificates in /etc/ssl/certs... OK + '[' focal = sid ']' ++ dpkg --print-architecture + ARCH=armhf + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu focal test' + apt-get update [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } Setting up python3-six (1.16.0-4) ... Setting up python3-pyparsing (3.0.9-1) ... [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB] Setting up python3-gi (3.44.1-1) ... Get:2 https://download.docker.com/linux/ubuntu focal/test armhf Packages [43.2 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports focal InRelease Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease Hit:6 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/ubuntu/gpg + apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Reading package lists... Building dependency tree... Reading state information... Setting up python3-httplib2 (0.20.4-3) ... Setting up python3-cffi-backend:armhf (1.15.1-5build1) ... Fetched 101 kB in 1s (121 kB/s) OK Correcting dependencies... Done Setting up python3-blinker (1.5-1) ... Setting up python3-pkg-resources (66.1.1-1ubuntu0.1) ... + '[' mantic = sid ']' ++ dpkg --print-architecture + ARCH=armhf + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu mantic test' + apt-get update Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0 libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd systemd systemd-sysv Suggested packages: kmod systemd-container policykit-1 Recommended packages: nftables libnss-systemd The following NEW packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0 libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd systemd systemd-sysv Setting up python3-dbus (1.3.2-4build1) ... Get:1 https://download.docker.com/linux/ubuntu mantic InRelease [48.8 kB] Hit:2 http://ports.ubuntu.com/ubuntu-ports mantic InRelease Get:3 https://download.docker.com/linux/ubuntu mantic/test armhf Packages [8615 B] 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. Need to get 26.8 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main armhf libapparmor1 armhf 2.13.2-10 [89.6 kB] Get:2 http://deb.debian.org/debian buster/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB] Get:3 http://deb.debian.org/debian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.0 kB] Get:4 http://deb.debian.org/debian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [131 kB] Get:5 http://deb.debian.org/debian buster/main armhf libjson-c3 armhf 0.12.1+ds-2+deb10u1 [25.1 kB] Get:6 http://deb.debian.org/debian buster/main armhf libcryptsetup12 armhf 2:2.1.0-5+deb10u2 [174 kB] Get:7 http://deb.debian.org/debian buster/main armhf libidn11 armhf 1.33-2.2 [113 kB] Get:8 http://deb.debian.org/debian buster/main armhf libip4tc0 armhf 1.8.2-4 [68.1 kB] Get:9 http://deb.debian.org/debian buster/main armhf libkmod2 armhf 26-1 [46.4 kB] Get:10 http://deb.debian.org/debian-security buster/updates/main armhf systemd armhf 241-7~deb10u10 [3291 kB] Setting up python3-distro (1.8.0-1) ... Setting up python3-jwt (2.6.0-1) ... Hit:4 http://ports.ubuntu.com/ubuntu-ports mantic-updates InRelease Hit:5 http://ports.ubuntu.com/ubuntu-ports mantic-backports InRelease Hit:6 http://ports.ubuntu.com/ubuntu-ports mantic-security InRelease Get:11 https://download.docker.com/linux/debian buster/test armhf containerd.io armhf 1.6.27-1 [21.6 MB] Get:12 http://deb.debian.org/debian-security buster/updates/main armhf systemd-sysv armhf 241-7~deb10u10 [100 kB] Get:13 http://deb.debian.org/debian buster/main armhf libip6tc0 armhf 1.8.2-4 [68.3 kB] Get:14 http://deb.debian.org/debian buster/main armhf libiptc0 armhf 1.8.2-4 [59.6 kB] Get:15 http://deb.debian.org/debian buster/main armhf libnfnetlink0 armhf 1.0.1-3+b1 [12.1 kB] Get:16 http://deb.debian.org/debian buster/main armhf libnetfilter-conntrack3 armhf 1.0.7-1 [34.1 kB] Get:17 http://deb.debian.org/debian buster/main armhf libnftnl11 armhf 1.1.2-2 [43.7 kB] Get:18 http://deb.debian.org/debian buster/main armhf iptables armhf 1.8.2-4 [354 kB] Get:19 http://deb.debian.org/debian-security buster/updates/main armhf dbus armhf 1.12.28-0+deb10u1 [222 kB] Get:20 http://deb.debian.org/debian-security buster/updates/main armhf libpam-systemd armhf 241-7~deb10u10 [195 kB] Get:21 http://deb.debian.org/debian-security buster/updates/main armhf dbus-user-session armhf 1.12.28-0+deb10u1 [98.6 kB] Setting up python3-apt (2.5.3ubuntu1) ... Setting up python3-lazr.uri (1.0.6-3) ... Fetched 57.5 kB in 1s (72.2 kB/s) Setting up python3-cryptography (38.0.4-2ubuntu0.1) ... Reading package lists... ++ find deb/debbuild/ubuntu-focal/ -type f -name '*.deb' + packages='deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_armhf.deb deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_armhf.deb' ++ echo 'deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_armhf.deb deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_armhf.deb' ++ xargs ++ awk '$0="./"$0' + packages='./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_armhf.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_armhf.deb Selecting previously unselected package docker-buildx-plugin. (Reading database ... 10410 files and directories currently installed.) Preparing to unpack .../docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_armhf.deb ... Unpacking docker-buildx-plugin (0.12.1-1~ubuntu.20.04~focal) ... Setting up python3-wadllib (1.3.6-4) ... Setting up python3-oauthlib (3.2.2-1) ... Setting up python3-lazr.restfulclient (0.14.5-1) ... Setting up python3-launchpadlib (1.11.0-1) ... debconf: delaying package configuration, since apt-utils is not installed Fetched 26.8 MB in 1s (21.8 MB/s) Selecting previously unselected package libapparmor1:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9946 files and directories currently installed.) Preparing to unpack .../0-libapparmor1_2.13.2-10_armhf.deb ... Unpacking libapparmor1:armhf (2.13.2-10) ... Selecting previously unselected package libargon2-1:armhf. Preparing to unpack .../1-libargon2-1_0~20171227-0.2_armhf.deb ... Unpacking libargon2-1:armhf (0~20171227-0.2) ... Setting up python3-software-properties (0.99.35) ... Setting up software-properties-common (0.99.35) ... Reading package lists... W: https://download.docker.com/linux/ubuntu/dists/mantic/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. ++ find deb/debbuild/ubuntu-mantic/ -type f -name '*.deb' + packages='deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_armhf.deb deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_armhf.deb deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb' ++ echo 'deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_armhf.deb deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_armhf.deb deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb' ++ xargs ++ awk '$0="./"$0' + packages='./deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb ./deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb ./deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_armhf.deb ./deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_armhf.deb ./deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb ./deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb ./deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_armhf.deb ./deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_armhf.deb ./deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb Selecting previously unselected package docker-ce. (Reading database ... 9900 files and directories currently installed.) Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... Selecting previously unselected package dmsetup. Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_armhf.deb ... Unpacking dmsetup (2:1.02.155-3) ... Selecting previously unselected package libdevmapper1.02.1:armhf. Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ... Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ... Selecting previously unselected package libjson-c3:armhf. Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_armhf.deb ... Unpacking libjson-c3:armhf (0.12.1+ds-2+deb10u1) ... Selecting previously unselected package libcryptsetup12:armhf. Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_armhf.deb ... Unpacking libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ... Selecting previously unselected package libidn11:armhf. Preparing to unpack .../6-libidn11_1.33-2.2_armhf.deb ... Unpacking libidn11:armhf (1.33-2.2) ... Selecting previously unselected package libip4tc0:armhf. Preparing to unpack .../7-libip4tc0_1.8.2-4_armhf.deb ... Unpacking libip4tc0:armhf (1.8.2-4) ... Processing triggers for libc-bin (2.37-0ubuntu2.1) ... Processing triggers for ca-certificates (20230311ubuntu0.23.04.1) ... Updating certificates in /etc/ssl/certs... Selecting previously unselected package libkmod2:armhf. Preparing to unpack .../8-libkmod2_26-1_armhf.deb ... Unpacking libkmod2:armhf (26-1) ... Selecting previously unselected package systemd. Preparing to unpack .../9-systemd_241-7~deb10u10_armhf.deb ... Unpacking systemd (241-7~deb10u10) ... Setting up libapparmor1:armhf (2.13.2-10) ... Setting up libargon2-1:armhf (0~20171227-0.2) ... Setting up libjson-c3:armhf (0.12.1+ds-2+deb10u1) ... Setting up libidn11:armhf (1.33-2.2) ... Setting up libip4tc0:armhf (1.8.2-4) ... Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.14.4-1ubuntu1) ... ++ source /etc/os-release +++ PRETTY_NAME='Ubuntu 23.04' +++ NAME=Ubuntu +++ VERSION_ID=23.04 +++ VERSION='23.04 (Lunar Lobster)' +++ VERSION_CODENAME=lunar +++ ID=ubuntu +++ ID_LIKE=debian +++ HOME_URL=https://www.ubuntu.com/ +++ SUPPORT_URL=https://help.ubuntu.com/ +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy +++ UBUNTU_CODENAME=lunar +++ LOGO=ubuntu-logo ++ echo ubuntu + DIST_ID=ubuntu ++ lsb_release -sc + DIST_VERSION=lunar + '[' lunar = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/ubuntu + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu' [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu + update-ca-certificates -f Clearing symlinks in /etc/ssl/certs... Setting up libkmod2:armhf (26-1) ... Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ... Setting up libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ... Setting up systemd (241-7~deb10u10) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. Initializing machine ID from random generator. Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb ... Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... done. Updating certificates in /etc/ssl/certs... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... Setting up dmsetup (2:1.02.155-3) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10772 files and directories currently installed.) Preparing to unpack .../00-systemd-sysv_241-7~deb10u10_armhf.deb ... Unpacking systemd-sysv (241-7~deb10u10) ... Selecting previously unselected package libip6tc0:armhf. Preparing to unpack .../01-libip6tc0_1.8.2-4_armhf.deb ... Unpacking libip6tc0:armhf (1.8.2-4) ... Selecting previously unselected package libiptc0:armhf. Preparing to unpack .../02-libiptc0_1.8.2-4_armhf.deb ... Unpacking libiptc0:armhf (1.8.2-4) ... Selecting previously unselected package libnfnetlink0:armhf. Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_armhf.deb ... Unpacking libnfnetlink0:armhf (1.0.1-3+b1) ... Selecting previously unselected package libnetfilter-conntrack3:armhf. Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_armhf.deb ... Unpacking libnetfilter-conntrack3:armhf (1.0.7-1) ... Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_armhf.deb ... Unpacking docker-buildx-plugin (0.12.1-1~ubuntu.23.10~mantic) ... rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 137 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/ubuntu/gpg + apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Selecting previously unselected package libnftnl11:armhf. Preparing to unpack .../05-libnftnl11_1.1.2-2_armhf.deb ... Unpacking libnftnl11:armhf (1.1.2-2) ... Selecting previously unselected package iptables. Preparing to unpack .../06-iptables_1.8.2-4_armhf.deb ... Unpacking iptables (1.8.2-4) ... Selecting previously unselected package dbus. Preparing to unpack .../07-dbus_1.12.28-0+deb10u1_armhf.deb ... Unpacking dbus (1.12.28-0+deb10u1) ... Selecting previously unselected package libpam-systemd:armhf. Preparing to unpack .../08-libpam-systemd_241-7~deb10u10_armhf.deb ... Unpacking libpam-systemd:armhf (241-7~deb10u10) ... Selecting previously unselected package containerd.io. Preparing to unpack .../09-containerd.io_1.6.27-1_armhf.deb ... Unpacking containerd.io (1.6.27-1) ... OK + '[' lunar = sid ']' ++ dpkg --print-architecture + ARCH=armhf + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu lunar test' + apt-get update [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node Get:1 https://download.docker.com/linux/ubuntu lunar InRelease [48.8 kB] Hit:2 http://ports.ubuntu.com/ubuntu-ports lunar InRelease Get:3 https://download.docker.com/linux/ubuntu lunar/test armhf Packages [20.0 kB] [Pipeline] } Hit:4 http://ports.ubuntu.com/ubuntu-ports lunar-updates InRelease Hit:5 http://ports.ubuntu.com/ubuntu-ports lunar-backports InRelease Hit:6 http://ports.ubuntu.com/ubuntu-ports lunar-security InRelease Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_armhf.deb ... Unpacking docker-compose-plugin (2.24.2-1~ubuntu.23.10~mantic) ... Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... Fetched 68.9 kB in 1s (83.1 kB/s) Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_armhf.deb ... Unpacking docker-compose-plugin (2.24.2-1~ubuntu.20.04~focal) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../10-dbus-user-session_1.12.28-0+deb10u1_armhf.deb ... Unpacking dbus-user-session (1.12.28-0+deb10u1) ... Setting up systemd-sysv (241-7~deb10u10) ... Setting up libip6tc0:armhf (1.8.2-4) ... Setting up libnftnl11:armhf (1.1.2-2) ... Setting up libiptc0:armhf (1.8.2-4) ... Setting up dbus (1.12.28-0+deb10u1) ... Setting up docker-buildx-plugin (0.12.1-1~ubuntu.23.10~mantic) ... Setting up docker-compose-plugin (2.24.2-1~ubuntu.23.10~mantic) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic) ... dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-mantic/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb ./deb/debbuild/ubuntu-mantic/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb ./deb/debbuild/ubuntu-mantic/docker-buildx-plugin_0.12.1-1~ubuntu.23.10~mantic_armhf.deb ./deb/debbuild/ubuntu-mantic/docker-compose-plugin_2.24.2-1~ubuntu.23.10~mantic_armhf.deb ./deb/debbuild/ubuntu-mantic/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.10~mantic_armhf.deb Reading package lists... W: https://download.docker.com/linux/ubuntu/dists/lunar/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. ++ find deb/debbuild/ubuntu-lunar/ -type f -name '*.deb' + packages='deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_armhf.deb deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_armhf.deb deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb' ++ echo 'deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_armhf.deb deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_armhf.deb deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb' ++ xargs ++ awk '$0="./"$0' + packages='./deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_armhf.deb ./deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb ./deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_armhf.deb ./deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb ./deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_armhf.deb ./deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb ./deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_armhf.deb ./deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb ./deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb Selecting previously unselected package docker-compose-plugin. (Reading database ... 9300 files and directories currently installed.) Preparing to unpack .../docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_armhf.deb ... Unpacking docker-compose-plugin (2.24.2-1~ubuntu.23.04~lunar) ... Setting up libnfnetlink0:armhf (1.0.1-3+b1) ... Setting up libpam-systemd:armhf (241-7~deb10u10) ... Setting up dbus-user-session (1.12.28-0+deb10u1) ... Setting up libnetfilter-conntrack3:armhf (1.0.7-1) ... Setting up iptables (1.8.2-4) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for systemd (241-7~deb10u10) ... Processing triggers for libc-bin (2.28-10+deb10u2) ... Setting up docker-buildx-plugin (0.12.1-1~ubuntu.20.04~focal) ... Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... Setting up docker-compose-plugin (2.24.2-1~ubuntu.20.04~focal) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. Processing triggers for systemd (245.4-4ubuntu3.23) ... + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.12.1-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.24.2-1~ubuntu.20.04~focal_armhf.deb + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.3.3 Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo dpkg-genchanges >../docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.changes Selecting previously unselected package docker-buildx-plugin. Preparing to unpack .../docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_armhf.deb ... Unpacking docker-buildx-plugin (0.12.1-1~ubuntu.23.04~lunar) ... Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_armhf.deb /root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.buildinfo /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.changes /root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb /root/docker-compose-plugin_2.24.2-1~debian.11~bullseye_armhf.deb /build copied '/root/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_armhf.deb' -> '/build/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_armhf.deb' removed '/root/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_armhf.deb' copied '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb' removed '/root/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb' copied '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb' removed '/root/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.dsc' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye.tar.gz' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.buildinfo' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.buildinfo' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.changes' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.changes' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.changes' copied '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb' -> '/build/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb' removed '/root/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb' copied '/root/docker-compose-plugin_2.24.2-1~debian.11~bullseye_armhf.deb' -> '/build/docker-compose-plugin_2.24.2-1~debian.11~bullseye_armhf.deb' removed '/root/docker-compose-plugin_2.24.2-1~debian.11~bullseye_armhf.deb' Reading package lists... Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod nftables Building dependency tree... Reading state information... Correcting dependencies... Done The following NEW packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod nftables The following NEW packages will be installed: containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded. Need to get 22.1 MB of archives. After this operation, 95.9 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/ubuntu mantic/test armhf containerd.io armhf 1.6.27-1 [21.5 MB] Get:2 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf dbus-user-session armhf 1.14.10-1ubuntu1 [10.1 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libmnl0 armhf 1.0.4-3ubuntu1 [11.3 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libxtables12 armhf 1.8.9-2ubuntu2 [31.6 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf netbase all 6.4 [13.1 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libip6tc2 armhf 1.8.9-2ubuntu2 [20.6 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnfnetlink0 armhf 1.0.2-2 [13.7 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnetfilter-conntrack3 armhf 1.0.9-5 [36.7 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf libnftnl11 armhf 1.2.6-2 [52.4 kB] Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... 0 upgraded, 9 newly installed, 0 to remove and 8 not upgraded. Need to get 22.0 MB of archives. After this operation, 96.0 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/ubuntu focal/test armhf containerd.io armhf 1.6.27-1 [21.5 MB] Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmnl0 armhf 1.0.4-2 [11.1 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libxtables12 armhf 1.8.4-3ubuntu2.1 [26.2 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main armhf netbase all 6.1 [13.1 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports mantic/main armhf iptables armhf 1.8.9-2ubuntu2 [337 kB] Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libip6tc2 armhf 1.8.4-3ubuntu2.1 [17.3 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnfnetlink0 armhf 1.0.1-3build1 [11.7 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnetfilter-conntrack3 armhf 1.0.7-2 [33.0 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnftnl11 armhf 1.1.5-1 [44.3 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf iptables armhf 1.8.4-3ubuntu2.1 [347 kB] debconf: delaying package configuration, since apt-utils is not installed debconf: delaying package configuration, since apt-utils is not installed Fetched 22.1 MB in 1s (19.3 MB/s) Selecting previously unselected package dbus-user-session. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10124 files and directories currently installed.) Preparing to unpack .../0-dbus-user-session_1.14.10-1ubuntu1_armhf.deb ... Unpacking dbus-user-session (1.14.10-1ubuntu1) ... Selecting previously unselected package libmnl0:armhf. Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_armhf.deb ... Unpacking libmnl0:armhf (1.0.4-3ubuntu1) ... Selecting previously unselected package libxtables12:armhf. Preparing to unpack .../2-libxtables12_1.8.9-2ubuntu2_armhf.deb ... Unpacking libxtables12:armhf (1.8.9-2ubuntu2) ... Selecting previously unselected package netbase. Preparing to unpack .../3-netbase_6.4_all.deb ... Unpacking netbase (6.4) ... Selecting previously unselected package libip6tc2:armhf. Preparing to unpack .../4-libip6tc2_1.8.9-2ubuntu2_armhf.deb ... Unpacking libip6tc2:armhf (1.8.9-2ubuntu2) ... Selecting previously unselected package libnfnetlink0:armhf. Preparing to unpack .../5-libnfnetlink0_1.0.2-2_armhf.deb ... Unpacking libnfnetlink0:armhf (1.0.2-2) ... Fetched 22.0 MB in 1s (23.2 MB/s) Selecting previously unselected package libmnl0:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10634 files and directories currently installed.) Preparing to unpack .../0-libmnl0_1.0.4-2_armhf.deb ... Unpacking libmnl0:armhf (1.0.4-2) ... Selecting previously unselected package libxtables12:armhf. Preparing to unpack .../1-libxtables12_1.8.4-3ubuntu2.1_armhf.deb ... Unpacking libxtables12:armhf (1.8.4-3ubuntu2.1) ... Selecting previously unselected package netbase. Preparing to unpack .../2-netbase_6.1_all.deb ... Unpacking netbase (6.1) ... Selecting previously unselected package libip6tc2:armhf. Preparing to unpack .../3-libip6tc2_1.8.4-3ubuntu2.1_armhf.deb ... Unpacking libip6tc2:armhf (1.8.4-3ubuntu2.1) ... Selecting previously unselected package libnfnetlink0:armhf. Preparing to unpack .../4-libnfnetlink0_1.0.1-3build1_armhf.deb ... Unpacking libnfnetlink0:armhf (1.0.1-3build1) ... Selecting previously unselected package libnetfilter-conntrack3:armhf. Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-5_armhf.deb ... Unpacking libnetfilter-conntrack3:armhf (1.0.9-5) ... Selecting previously unselected package libnftnl11:armhf. Preparing to unpack .../7-libnftnl11_1.2.6-2_armhf.deb ... Unpacking libnftnl11:armhf (1.2.6-2) ... Selecting previously unselected package iptables. Preparing to unpack .../8-iptables_1.8.9-2ubuntu2_armhf.deb ... Unpacking iptables (1.8.9-2ubuntu2) ... Selecting previously unselected package containerd.io. Preparing to unpack .../9-containerd.io_1.6.27-1_armhf.deb ... Unpacking containerd.io (1.6.27-1) ... Setting up docker-compose-plugin (2.24.2-1~ubuntu.23.04~lunar) ... Setting up docker-buildx-plugin (0.12.1-1~ubuntu.23.04~lunar) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... invoke-rc.d: could not determine current runlevel Selecting previously unselected package libnetfilter-conntrack3:armhf. Preparing to unpack .../5-libnetfilter-conntrack3_1.0.7-2_armhf.deb ... Unpacking libnetfilter-conntrack3:armhf (1.0.7-2) ... Selecting previously unselected package libnftnl11:armhf. Preparing to unpack .../6-libnftnl11_1.1.5-1_armhf.deb ... Unpacking libnftnl11:armhf (1.1.5-1) ... Selecting previously unselected package iptables. Preparing to unpack .../7-iptables_1.8.4-3ubuntu2.1_armhf.deb ... Unpacking iptables (1.8.4-3ubuntu2.1) ... Selecting previously unselected package containerd.io. Preparing to unpack .../8-containerd.io_1.6.27-1_armhf.deb ... Unpacking containerd.io (1.6.27-1) ... invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service. Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket. dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar) ... + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-lunar/docker-compose-plugin_2.24.2-1~ubuntu.23.04~lunar_armhf.deb ./deb/debbuild/ubuntu-lunar/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb ./deb/debbuild/ubuntu-lunar/docker-buildx-plugin_0.12.1-1~ubuntu.23.04~lunar_armhf.deb ./deb/debbuild/ubuntu-lunar/docker-ce-cli_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb ./deb/debbuild/ubuntu-lunar/docker-ce_0.0.0~20240120124445.f18a476-1~ubuntu.23.04~lunar_armhf.deb Setting up libip6tc2:armhf (1.8.9-2ubuntu2) ... Setting up dbus-user-session (1.14.10-1ubuntu1) ... Setting up libmnl0:armhf (1.0.4-3ubuntu1) ... Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:armhf (1.8.9-2ubuntu2) ... Setting up libnfnetlink0:armhf (1.0.2-2) ... Setting up netbase (6.4) ... [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Reading package lists... Setting up libnftnl11:armhf (1.2.6-2) ... Setting up libnetfilter-conntrack3:armhf (1.0.9-5) ... Setting up iptables (1.8.9-2ubuntu2) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.38-1ubuntu6) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Building dependency tree... Reading state information... Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.4 Correcting dependencies... Done Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase Suggested packages: firewalld kmod nftables docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_master/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye" The following NEW packages will be installed: containerd.io dbus-user-session iptables libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded. Need to get 22.1 MB of archives. After this operation, 104 MB of additional disk space will be used. Get:1 https://download.docker.com/linux/ubuntu lunar/test armhf containerd.io armhf 1.6.27-1 [21.5 MB] Get:2 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf dbus-user-session armhf 1.14.4-1ubuntu1 [10.1 kB] Setting up libip6tc2:armhf (1.8.4-3ubuntu2.1) ... Setting up libmnl0:armhf (1.0.4-2) ... Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:armhf (1.8.4-3ubuntu2.1) ... Setting up libnfnetlink0:armhf (1.0.1-3build1) ... Setting up netbase (6.1) ... Setting up libnftnl11:armhf (1.1.5-1) ... Setting up libnetfilter-conntrack3:armhf (1.0.7-2) ... Setting up iptables (1.8.4-3ubuntu2.1) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.31-0ubuntu9.14) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_master/deb' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (verify) [Pipeline] sh Get:3 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libmnl0 armhf 1.0.4-3ubuntu1 [11.3 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libxtables12 armhf 1.8.7-1ubuntu7 [27.8 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf netbase all 6.4 [13.1 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libip6tc2 armhf 1.8.7-1ubuntu7 [17.7 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnfnetlink0 armhf 1.0.2-2 [13.7 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnetfilter-conntrack3 armhf 1.0.9-3 [36.7 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf libnftnl11 armhf 1.2.4-2 [50.8 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf iptables armhf 1.8.7-1ubuntu7 [420 kB] + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.1 + make IMAGE=debian:bullseye verify docker run --rm -i \ -v "$(pwd):/v" \ -e DEBIAN_FRONTEND=noninteractive \ -e PACKAGE_REPO=prod \ -w /v \ debian:bullseye ./verify Unable to find image 'debian:bullseye' locally [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } bullseye: Pulling from library/debian 6c8fc6a3ed50: Already exists Digest: sha256:71cb300d5448af821aedfe63afd55ba05f45a6a79f00dcd131b96b780bb99fe4 Status: Downloaded newer image for debian:bullseye debconf: delaying package configuration, since apt-utils is not installed Fetched 22.1 MB in 1s (25.6 MB/s) Selecting previously unselected package dbus-user-session. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9524 files and directories currently installed.) Preparing to unpack .../0-dbus-user-session_1.14.4-1ubuntu1_armhf.deb ... Unpacking dbus-user-session (1.14.4-1ubuntu1) ... Selecting previously unselected package libmnl0:armhf. Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_armhf.deb ... Unpacking libmnl0:armhf (1.0.4-3ubuntu1) ... Selecting previously unselected package libxtables12:armhf. Preparing to unpack .../2-libxtables12_1.8.7-1ubuntu7_armhf.deb ... Unpacking libxtables12:armhf (1.8.7-1ubuntu7) ... Selecting previously unselected package netbase. Preparing to unpack .../3-netbase_6.4_all.deb ... Unpacking netbase (6.4) ... Selecting previously unselected package libip6tc2:armhf. Preparing to unpack .../4-libip6tc2_1.8.7-1ubuntu7_armhf.deb ... Unpacking libip6tc2:armhf (1.8.7-1ubuntu7) ... Selecting previously unselected package libnfnetlink0:armhf. Preparing to unpack .../5-libnfnetlink0_1.0.2-2_armhf.deb ... Unpacking libnfnetlink0:armhf (1.0.2-2) ... Selecting previously unselected package libnetfilter-conntrack3:armhf. Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-3_armhf.deb ... Unpacking libnetfilter-conntrack3:armhf (1.0.9-3) ... Selecting previously unselected package libnftnl11:armhf. Preparing to unpack .../7-libnftnl11_1.2.4-2_armhf.deb ... Unpacking libnftnl11:armhf (1.2.4-2) ... Selecting previously unselected package iptables. Preparing to unpack .../8-iptables_1.8.7-1ubuntu7_armhf.deb ... Unpacking iptables (1.8.7-1ubuntu7) ... Selecting previously unselected package containerd.io. Preparing to unpack .../9-containerd.io_1.6.27-1_armhf.deb ... Unpacking containerd.io (1.6.27-1) ... + verify + dpkg --version + verify_deb + apt-get update Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] Get:4 http://deb.debian.org/debian bullseye/main armhf Packages [7838 kB] [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Get:5 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [262 kB] Get:6 http://deb.debian.org/debian bullseye-updates/main armhf Packages [16.3 kB] Setting up libip6tc2:armhf (1.8.7-1ubuntu7) ... Setting up dbus-user-session (1.14.4-1ubuntu1) ... Setting up libmnl0:armhf (1.0.4-3ubuntu1) ... Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:armhf (1.8.7-1ubuntu7) ... Setting up libnfnetlink0:armhf (1.0.2-2) ... Setting up netbase (6.4) ... Setting up libnftnl11:armhf (1.2.4-2) ... Setting up libnetfilter-conntrack3:armhf (1.0.9-3) ... Setting up iptables (1.8.7-1ubuntu7) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.37-0ubuntu2.1) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version Fetched 8324 kB in 2s (5048 kB/s) github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.4 Reading package lists... + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 media-types openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.9 python3.9-minimal readline-common Suggested packages: dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery pinentry-doc python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv python3.9-doc binutils binfmt-support readline-doc Recommended packages: dbus libglib2.0-data shared-mime-info xdg-user-dirs libldap-common libgpm2 packagekit publicsuffix libsasl2-modules unattended-upgrades The following NEW packages will be installed: apt-transport-https ca-certificates curl dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 lsb-release media-types openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl python3-software-properties python3.9 python3.9-minimal readline-common software-properties-common 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded. Need to get 22.0 MB of archives. After this operation, 66.5 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1 [790 kB] Get:2 http://deb.debian.org/debian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [78.4 kB] Get:3 http://deb.debian.org/debian bullseye/main armhf python3.9-minimal armhf 3.9.2-1 [1630 kB] Get:4 http://deb.debian.org/debian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB] Get:5 http://deb.debian.org/debian bullseye/main armhf media-types all 4.0.0 [30.3 kB] Get:6 http://deb.debian.org/debian bullseye/main armhf libmpdec3 armhf 2.5.1-1 [74.9 kB] Get:7 http://deb.debian.org/debian bullseye/main armhf libncursesw6 armhf 6.2+20201114-2+deb11u2 [107 kB] Get:8 http://deb.debian.org/debian bullseye/main armhf readline-common all 8.1-1 [73.7 kB] Get:9 http://deb.debian.org/debian bullseye/main armhf libreadline8 armhf 8.1-1 [147 kB] Get:10 http://deb.debian.org/debian bullseye/main armhf libsqlite3-0 armhf 3.34.1-3 [713 kB] Get:11 http://deb.debian.org/debian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1 [1608 kB] Get:12 http://deb.debian.org/debian bullseye/main armhf python3.9 armhf 3.9.2-1 [466 kB] Get:13 http://deb.debian.org/debian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB] Get:14 http://deb.debian.org/debian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB] Get:15 http://deb.debian.org/debian bullseye/main armhf openssl armhf 1.1.1w-0+deb11u1 [835 kB] Get:16 http://deb.debian.org/debian bullseye/main armhf ca-certificates all 20210119 [158 kB] Get:17 http://deb.debian.org/debian bullseye/main armhf apt-transport-https all 2.2.4 [160 kB] Get:18 http://deb.debian.org/debian bullseye/main armhf libbrotli1 armhf 1.0.9-2+b2 [262 kB] Get:19 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2.1+deb11u1 [67.7 kB] Get:20 http://deb.debian.org/debian bullseye/main armhf libsasl2-2 armhf 2.1.27+dfsg-2.1+deb11u1 [99.2 kB] Get:21 http://deb.debian.org/debian bullseye/main armhf libldap-2.4-2 armhf 2.4.57+dfsg-3+deb11u1 [210 kB] Get:22 http://deb.debian.org/debian-security bullseye-security/main armhf libnghttp2-14 armhf 1.43.0-1+deb11u1 [66.7 kB] Get:23 http://deb.debian.org/debian bullseye/main armhf libpsl5 armhf 0.21.0-1.2 [56.1 kB] Get:24 http://deb.debian.org/debian bullseye/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB] Get:25 http://deb.debian.org/debian bullseye/main armhf libssh2-1 armhf 1.9.0-2 [143 kB] Get:26 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl4 armhf 7.74.0-1.3+deb11u11 [314 kB] Get:27 http://deb.debian.org/debian-security bullseye-security/main armhf curl armhf 7.74.0-1.3+deb11u11 [262 kB] Get:28 http://deb.debian.org/debian bullseye/main armhf libassuan0 armhf 2.5.3-7.1 [44.2 kB] Get:29 http://deb.debian.org/debian bullseye/main armhf gpgconf armhf 2.2.27-2+deb11u2 [532 kB] Get:30 http://deb.debian.org/debian bullseye/main armhf libksba8 armhf 1.5.0-3+deb11u2 [105 kB] Get:31 http://deb.debian.org/debian bullseye/main armhf libnpth0 armhf 1.6-3 [17.8 kB] Get:32 http://deb.debian.org/debian bullseye/main armhf dirmngr armhf 2.2.27-2+deb11u2 [722 kB] Get:33 http://deb.debian.org/debian bullseye/main armhf distro-info-data all 0.51+deb11u4 [8048 B] Get:34 http://deb.debian.org/debian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1206 kB] Get:35 http://deb.debian.org/debian bullseye/main armhf libgirepository-1.0-1 armhf 1.66.1-1+b1 [83.9 kB] Get:36 http://deb.debian.org/debian bullseye/main armhf gir1.2-glib-2.0 armhf 1.66.1-1+b1 [151 kB] Get:37 http://deb.debian.org/debian bullseye/main armhf libpackagekit-glib2-18 armhf 1.2.2-2 [111 kB] Get:38 http://deb.debian.org/debian bullseye/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.2-2 [36.7 kB] Get:39 http://deb.debian.org/debian bullseye/main armhf gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB] Get:40 http://deb.debian.org/debian bullseye/main armhf gnupg-utils armhf 2.2.27-2+deb11u2 [835 kB] Get:41 http://deb.debian.org/debian bullseye/main armhf gpg armhf 2.2.27-2+deb11u2 [868 kB] Get:42 http://deb.debian.org/debian bullseye/main armhf pinentry-curses armhf 1.1.0-4 [60.6 kB] Get:43 http://deb.debian.org/debian bullseye/main armhf gpg-agent armhf 2.2.27-2+deb11u2 [630 kB] Get:44 http://deb.debian.org/debian bullseye/main armhf gpg-wks-client armhf 2.2.27-2+deb11u2 [509 kB] Get:45 http://deb.debian.org/debian bullseye/main armhf gpg-wks-server armhf 2.2.27-2+deb11u2 [503 kB] Get:46 http://deb.debian.org/debian bullseye/main armhf gpgsm armhf 2.2.27-2+deb11u2 [617 kB] Get:47 http://deb.debian.org/debian bullseye/main armhf gnupg all 2.2.27-2+deb11u2 [825 kB] Get:48 http://deb.debian.org/debian bullseye/main armhf gnupg2 all 2.2.27-2+deb11u2 [434 kB] Get:49 http://deb.debian.org/debian bullseye/main armhf iso-codes all 4.6.0-1 [2824 kB] Get:50 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u11 [311 kB] Get:51 http://deb.debian.org/debian bullseye/main armhf libdbus-1-3 armhf 1.12.28-0+deb11u1 [200 kB] Get:52 http://deb.debian.org/debian bullseye/main armhf lsb-release all 11.1.0 [27.9 kB] Get:53 http://deb.debian.org/debian bullseye/main armhf python-apt-common all 2.2.1 [96.5 kB] Get:54 http://deb.debian.org/debian bullseye/main armhf python3-apt armhf 2.2.1 [176 kB] Get:55 http://deb.debian.org/debian bullseye/main armhf python3-dbus armhf 1.2.16-5 [101 kB] Get:56 http://deb.debian.org/debian bullseye/main armhf python3-gi armhf 3.38.0-2 [218 kB] Get:57 http://deb.debian.org/debian bullseye/main armhf python3-pycurl armhf 7.43.0.6-5 [66.9 kB] Get:58 http://deb.debian.org/debian bullseye/main armhf python3-software-properties all 0.96.20.2-2.1 [49.7 kB] Get:59 http://deb.debian.org/debian bullseye/main armhf software-properties-common all 0.96.20.2-2.1 [83.4 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 22.0 MB in 1s (41.7 MB/s) Selecting previously unselected package libpython3.9-minimal:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6657 files and directories currently installed.) Preparing to unpack .../libpython3.9-minimal_3.9.2-1_armhf.deb ... Unpacking libpython3.9-minimal:armhf (3.9.2-1) ... Selecting previously unselected package libexpat1:armhf. Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_armhf.deb ... Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ... Selecting previously unselected package python3.9-minimal. Preparing to unpack .../python3.9-minimal_3.9.2-1_armhf.deb ... Unpacking python3.9-minimal (3.9.2-1) ... Setting up libpython3.9-minimal:armhf (3.9.2-1) ... Setting up libexpat1:armhf (2.2.10-2+deb11u5) ... Setting up python3.9-minimal (3.9.2-1) ... [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6951 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ... Unpacking python3-minimal (3.9.2-3) ... Selecting previously unselected package media-types. Preparing to unpack .../1-media-types_4.0.0_all.deb ... Unpacking media-types (4.0.0) ... Selecting previously unselected package libmpdec3:armhf. Preparing to unpack .../2-libmpdec3_2.5.1-1_armhf.deb ... Unpacking libmpdec3:armhf (2.5.1-1) ... Selecting previously unselected package libncursesw6:armhf. Preparing to unpack .../3-libncursesw6_6.2+20201114-2+deb11u2_armhf.deb ... Unpacking libncursesw6:armhf (6.2+20201114-2+deb11u2) ... Selecting previously unselected package readline-common. Preparing to unpack .../4-readline-common_8.1-1_all.deb ... Unpacking readline-common (8.1-1) ... Selecting previously unselected package libreadline8:armhf. Preparing to unpack .../5-libreadline8_8.1-1_armhf.deb ... Unpacking libreadline8:armhf (8.1-1) ... Selecting previously unselected package libsqlite3-0:armhf. Preparing to unpack .../6-libsqlite3-0_3.34.1-3_armhf.deb ... Unpacking libsqlite3-0:armhf (3.34.1-3) ... Selecting previously unselected package libpython3.9-stdlib:armhf. Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_armhf.deb ... Unpacking libpython3.9-stdlib:armhf (3.9.2-1) ... Selecting previously unselected package python3.9. Preparing to unpack .../8-python3.9_3.9.2-1_armhf.deb ... Unpacking python3.9 (3.9.2-1) ... Selecting previously unselected package libpython3-stdlib:armhf. Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_armhf.deb ... Unpacking libpython3-stdlib:armhf (3.9.2-3) ... Setting up python3-minimal (3.9.2-3) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7389 files and directories currently installed.) Preparing to unpack .../00-python3_3.9.2-3_armhf.deb ... Unpacking python3 (3.9.2-3) ... Selecting previously unselected package openssl. Preparing to unpack .../01-openssl_1.1.1w-0+deb11u1_armhf.deb ... Unpacking openssl (1.1.1w-0+deb11u1) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../02-ca-certificates_20210119_all.deb ... Unpacking ca-certificates (20210119) ... Selecting previously unselected package apt-transport-https. Preparing to unpack .../03-apt-transport-https_2.2.4_all.deb ... Unpacking apt-transport-https (2.2.4) ... Selecting previously unselected package libbrotli1:armhf. Preparing to unpack .../04-libbrotli1_1.0.9-2+b2_armhf.deb ... Unpacking libbrotli1:armhf (1.0.9-2+b2) ... Selecting previously unselected package libsasl2-modules-db:armhf. Preparing to unpack .../05-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_armhf.deb ... Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ... Selecting previously unselected package libsasl2-2:armhf. Preparing to unpack .../06-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_armhf.deb ... Unpacking libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ... Selecting previously unselected package libldap-2.4-2:armhf. Preparing to unpack .../07-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_armhf.deb ... Unpacking libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ... Selecting previously unselected package libnghttp2-14:armhf. Preparing to unpack .../08-libnghttp2-14_1.43.0-1+deb11u1_armhf.deb ... Unpacking libnghttp2-14:armhf (1.43.0-1+deb11u1) ... Selecting previously unselected package libpsl5:armhf. Preparing to unpack .../09-libpsl5_0.21.0-1.2_armhf.deb ... Unpacking libpsl5:armhf (0.21.0-1.2) ... Selecting previously unselected package librtmp1:armhf. Preparing to unpack .../10-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ... Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ... Selecting previously unselected package libssh2-1:armhf. Preparing to unpack .../11-libssh2-1_1.9.0-2_armhf.deb ... Unpacking libssh2-1:armhf (1.9.0-2) ... Selecting previously unselected package libcurl4:armhf. Preparing to unpack .../12-libcurl4_7.74.0-1.3+deb11u11_armhf.deb ... Unpacking libcurl4:armhf (7.74.0-1.3+deb11u11) ... Selecting previously unselected package curl. Preparing to unpack .../13-curl_7.74.0-1.3+deb11u11_armhf.deb ... Unpacking curl (7.74.0-1.3+deb11u11) ... Selecting previously unselected package libassuan0:armhf. Preparing to unpack .../14-libassuan0_2.5.3-7.1_armhf.deb ... Unpacking libassuan0:armhf (2.5.3-7.1) ... Selecting previously unselected package gpgconf. Preparing to unpack .../15-gpgconf_2.2.27-2+deb11u2_armhf.deb ... Unpacking gpgconf (2.2.27-2+deb11u2) ... Selecting previously unselected package libksba8:armhf. Preparing to unpack .../16-libksba8_1.5.0-3+deb11u2_armhf.deb ... Unpacking libksba8:armhf (1.5.0-3+deb11u2) ... Selecting previously unselected package libnpth0:armhf. Preparing to unpack .../17-libnpth0_1.6-3_armhf.deb ... Unpacking libnpth0:armhf (1.6-3) ... Selecting previously unselected package dirmngr. Preparing to unpack .../18-dirmngr_2.2.27-2+deb11u2_armhf.deb ... Unpacking dirmngr (2.2.27-2+deb11u2) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../19-distro-info-data_0.51+deb11u4_all.deb ... Unpacking distro-info-data (0.51+deb11u4) ... Selecting previously unselected package libglib2.0-0:armhf. Preparing to unpack .../20-libglib2.0-0_2.66.8-1_armhf.deb ... Unpacking libglib2.0-0:armhf (2.66.8-1) ... Selecting previously unselected package libgirepository-1.0-1:armhf. Preparing to unpack .../21-libgirepository-1.0-1_1.66.1-1+b1_armhf.deb ... Unpacking libgirepository-1.0-1:armhf (1.66.1-1+b1) ... Selecting previously unselected package gir1.2-glib-2.0:armhf. Preparing to unpack .../22-gir1.2-glib-2.0_1.66.1-1+b1_armhf.deb ... Unpacking gir1.2-glib-2.0:armhf (1.66.1-1+b1) ... Selecting previously unselected package libpackagekit-glib2-18:armhf. Preparing to unpack .../23-libpackagekit-glib2-18_1.2.2-2_armhf.deb ... Unpacking libpackagekit-glib2-18:armhf (1.2.2-2) ... Selecting previously unselected package gir1.2-packagekitglib-1.0. Preparing to unpack .../24-gir1.2-packagekitglib-1.0_1.2.2-2_armhf.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../25-gnupg-l10n_2.2.27-2+deb11u2_all.deb ... Unpacking gnupg-l10n (2.2.27-2+deb11u2) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../26-gnupg-utils_2.2.27-2+deb11u2_armhf.deb ... Unpacking gnupg-utils (2.2.27-2+deb11u2) ... Selecting previously unselected package gpg. Preparing to unpack .../27-gpg_2.2.27-2+deb11u2_armhf.deb ... Unpacking gpg (2.2.27-2+deb11u2) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../28-pinentry-curses_1.1.0-4_armhf.deb ... Unpacking pinentry-curses (1.1.0-4) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../29-gpg-agent_2.2.27-2+deb11u2_armhf.deb ... Unpacking gpg-agent (2.2.27-2+deb11u2) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../30-gpg-wks-client_2.2.27-2+deb11u2_armhf.deb ... Unpacking gpg-wks-client (2.2.27-2+deb11u2) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../31-gpg-wks-server_2.2.27-2+deb11u2_armhf.deb ... Unpacking gpg-wks-server (2.2.27-2+deb11u2) ... Selecting previously unselected package gpgsm. Preparing to unpack .../32-gpgsm_2.2.27-2+deb11u2_armhf.deb ... Unpacking gpgsm (2.2.27-2+deb11u2) ... Selecting previously unselected package gnupg. Preparing to unpack .../33-gnupg_2.2.27-2+deb11u2_all.deb ... Unpacking gnupg (2.2.27-2+deb11u2) ... Selecting previously unselected package gnupg2. Preparing to unpack .../34-gnupg2_2.2.27-2+deb11u2_all.deb ... Unpacking gnupg2 (2.2.27-2+deb11u2) ... Selecting previously unselected package iso-codes. Preparing to unpack .../35-iso-codes_4.6.0-1_all.deb ... Unpacking iso-codes (4.6.0-1) ... Selecting previously unselected package libcurl3-gnutls:armhf. Preparing to unpack .../36-libcurl3-gnutls_7.74.0-1.3+deb11u11_armhf.deb ... Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u11) ... Selecting previously unselected package libdbus-1-3:armhf. Preparing to unpack .../37-libdbus-1-3_1.12.28-0+deb11u1_armhf.deb ... Unpacking libdbus-1-3:armhf (1.12.28-0+deb11u1) ... Selecting previously unselected package lsb-release. Preparing to unpack .../38-lsb-release_11.1.0_all.deb ... Unpacking lsb-release (11.1.0) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../39-python-apt-common_2.2.1_all.deb ... Unpacking python-apt-common (2.2.1) ... Selecting previously unselected package python3-apt. Preparing to unpack .../40-python3-apt_2.2.1_armhf.deb ... Unpacking python3-apt (2.2.1) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../41-python3-dbus_1.2.16-5_armhf.deb ... Unpacking python3-dbus (1.2.16-5) ... Selecting previously unselected package python3-gi. Preparing to unpack .../42-python3-gi_3.38.0-2_armhf.deb ... Unpacking python3-gi (3.38.0-2) ... Selecting previously unselected package python3-pycurl. Preparing to unpack .../43-python3-pycurl_7.43.0.6-5_armhf.deb ... Unpacking python3-pycurl (7.43.0.6-5) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../44-python3-software-properties_0.96.20.2-2.1_all.deb ... Unpacking python3-software-properties (0.96.20.2-2.1) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../45-software-properties-common_0.96.20.2-2.1_all.deb ... Unpacking software-properties-common (0.96.20.2-2.1) ... Setting up libksba8:armhf (1.5.0-3+deb11u2) ... Setting up media-types (4.0.0) ... Setting up libpsl5:armhf (0.21.0-1.2) ... Setting up apt-transport-https (2.2.4) ... Setting up libglib2.0-0:armhf (2.66.8-1) ... No schema files found: doing nothing. Setting up distro-info-data (0.51+deb11u4) ... Setting up libbrotli1:armhf (1.0.9-2+b2) ... Setting up libsqlite3-0:armhf (3.34.1-3) ... Setting up libnghttp2-14:armhf (1.43.0-1+deb11u1) ... Setting up libpackagekit-glib2-18:armhf (1.2.2-2) ... Setting up libnpth0:armhf (1.6-3) ... Setting up libassuan0:armhf (2.5.3-7.1) ... Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ... Setting up gnupg-l10n (2.2.27-2+deb11u2) ... Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ... Setting up libdbus-1-3:armhf (1.12.28-0+deb11u1) ... Setting up libncursesw6:armhf (6.2+20201114-2+deb11u2) ... Setting up libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ... Setting up python-apt-common (2.2.1) ... Setting up libmpdec3:armhf (2.5.1-1) ... Setting up libgirepository-1.0-1:armhf (1.66.1-1+b1) ... Setting up libssh2-1:armhf (1.9.0-2) ... Setting up openssl (1.1.1w-0+deb11u1) ... Setting up readline-common (8.1-1) ... Setting up iso-codes (4.6.0-1) ... Setting up pinentry-curses (1.1.0-4) ... Setting up libreadline8:armhf (8.1-1) ... Setting up libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ... Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u11) ... Setting up ca-certificates (20210119) ... Updating certificates in /etc/ssl/certs... 129 added, 0 removed; done. Setting up gir1.2-glib-2.0:armhf (1.66.1-1+b1) ... Setting up gpgconf (2.2.27-2+deb11u2) ... Setting up libcurl4:armhf (7.74.0-1.3+deb11u11) ... Setting up curl (7.74.0-1.3+deb11u11) ... Setting up gpg (2.2.27-2+deb11u2) ... Setting up libpython3.9-stdlib:armhf (3.9.2-1) ... Setting up libpython3-stdlib:armhf (3.9.2-3) ... Setting up gnupg-utils (2.2.27-2+deb11u2) ... Setting up gpg-agent (2.2.27-2+deb11u2) ... Setting up gpgsm (2.2.27-2+deb11u2) ... Setting up dirmngr (2.2.27-2+deb11u2) ... Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ... Setting up gpg-wks-server (2.2.27-2+deb11u2) ... Setting up python3.9 (3.9.2-1) ... Setting up gpg-wks-client (2.2.27-2+deb11u2) ... Setting up python3 (3.9.2-3) ... Setting up python3-pycurl (7.43.0.6-5) ... Setting up python3-gi (3.38.0-2) ... Setting up gnupg (2.2.27-2+deb11u2) ... Setting up lsb-release (11.1.0) ... Setting up python3-dbus (1.2.16-5) ... Setting up gnupg2 (2.2.27-2+deb11u2) ... Setting up python3-apt (2.2.1) ... Setting up python3-software-properties (0.96.20.2-2.1) ... Setting up software-properties-common (0.96.20.2-2.1) ... Processing triggers for libc-bin (2.31-13+deb11u7) ... Processing triggers for ca-certificates (20210119) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. ++ source /etc/os-release +++ PRETTY_NAME='Debian GNU/Linux 11 (bullseye)' +++ NAME='Debian GNU/Linux' +++ VERSION_ID=11 +++ VERSION='11 (bullseye)' +++ VERSION_CODENAME=bullseye +++ ID=debian +++ HOME_URL=https://www.debian.org/ +++ SUPPORT_URL=https://www.debian.org/support +++ BUG_REPORT_URL=https://bugs.debian.org/ ++ echo debian + DIST_ID=debian ++ lsb_release -sc + DIST_VERSION=bullseye + '[' bullseye = sid ']' + install_debian_containerd + '[' prod = stage ']' + REPO_URL=https://download.docker.com/linux/debian + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian' + update-ca-certificates -f [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian Clearing symlinks in /etc/ssl/certs... done. Updating certificates in /etc/ssl/certs... 129 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + curl -fsSL https://download.docker.com/linux/debian/gpg + apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). OK + '[' bullseye = sid ']' ++ dpkg --print-architecture + ARCH=armhf + echo 'deb [arch=armhf] https://download.docker.com/linux/debian bullseye test' + apt-get update Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease Hit:3 http://deb.debian.org/debian bullseye-updates InRelease Get:4 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB] Get:5 https://download.docker.com/linux/debian bullseye/test armhf Packages [38.4 kB] Fetched 81.7 kB in 1s (98.3 kB/s) Reading package lists... ++ find deb/debbuild/debian-bullseye/ -type f -name '*.deb' + packages='deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_armhf.deb deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_armhf.deb' ++ echo 'deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_armhf.deb deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb ++ xargs deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_armhf.deb' ++ awk '$0="./"$0' + packages='./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_armhf.deb' + set -x + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_armhf.deb Selecting previously unselected package docker-buildx-plugin. (Reading database ... 9722 files and directories currently installed.) Preparing to unpack .../docker-buildx-plugin_0.12.1-1~debian.11~bullseye_armhf.deb ... Unpacking docker-buildx-plugin (0.12.1-1~debian.11~bullseye) ... Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb ... Unpacking docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... Selecting previously unselected package docker-ce-rootless-extras. Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb ... Unpacking docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... Selecting previously unselected package docker-ce-cli. Preparing to unpack .../docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb ... Unpacking docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... Selecting previously unselected package docker-compose-plugin. Preparing to unpack .../docker-compose-plugin_2.24.2-1~debian.11~bullseye_armhf.deb ... Unpacking docker-compose-plugin (2.24.2-1~debian.11~bullseye) ... Setting up docker-buildx-plugin (0.12.1-1~debian.11~bullseye) ... Setting up docker-ce-cli (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... Setting up docker-compose-plugin (2.24.2-1~debian.11~bullseye) ... Setting up docker-ce (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested: docker-ce-rootless-extras depends on dbus-user-session; however: Package dbus-user-session is not installed. Setting up docker-ce-rootless-extras (5:0.0.0~20240120124445.f18a476-1~debian.11~bullseye) ... + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.12.1-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20240120124445.f18a476-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.24.2-1~debian.11~bullseye_armhf.deb Reading package lists... Building dependency tree... Reading state information... Correcting dependencies... Done Skipping docker-ce, it is already installed and upgrade is not set. Skipping docker-ce-cli, it is already installed and upgrade is not set. Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set. Skipping docker-compose-plugin, it is already installed and upgrade is not set. Skipping docker-buildx-plugin, it is already installed and upgrade is not set. The following additional packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2 libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd libxtables12 netbase systemd systemd-sysv Suggested packages: firewalld kmod systemd-container policykit-1 Recommended packages: nftables systemd-timesyncd | time-daemon libnss-systemd The following NEW packages will be installed: containerd.io dbus dbus-user-session dmsetup iptables libapparmor1 libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2 libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libpam-systemd libxtables12 netbase systemd systemd-sysv 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded. Need to get 27.8 MB of archives. After this operation, 111 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] Get:2 http://deb.debian.org/debian bullseye/main armhf libcap2 armhf 1:2.44-1 [21.2 kB] Get:3 http://deb.debian.org/debian bullseye/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB] Get:4 http://deb.debian.org/debian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [92.1 kB] Get:5 http://deb.debian.org/debian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [135 kB] Get:6 http://deb.debian.org/debian bullseye/main armhf libjson-c5 armhf 0.15-2+deb11u1 [39.1 kB] Get:7 http://deb.debian.org/debian bullseye/main armhf libcryptsetup12 armhf 2:2.3.7-1+deb11u1 [227 kB] Get:8 http://deb.debian.org/debian bullseye/main armhf libip4tc2 armhf 1.8.7-1 [32.6 kB] Get:9 https://download.docker.com/linux/debian bullseye/test armhf containerd.io armhf 1.6.27-1 [21.5 MB] Get:10 http://deb.debian.org/debian bullseye/main armhf libkmod2 armhf 28-1 [48.5 kB] Get:11 http://deb.debian.org/debian bullseye/main armhf systemd armhf 247.3-7+deb11u4 [4303 kB] Get:12 http://deb.debian.org/debian bullseye/main armhf systemd-sysv armhf 247.3-7+deb11u4 [114 kB] Get:13 http://deb.debian.org/debian bullseye/main armhf dbus armhf 1.12.28-0+deb11u1 [227 kB] Get:14 http://deb.debian.org/debian bullseye/main armhf netbase all 6.3 [19.9 kB] Get:15 http://deb.debian.org/debian bullseye/main armhf libpam-systemd armhf 247.3-7+deb11u4 [263 kB] Get:16 http://deb.debian.org/debian bullseye/main armhf dbus-user-session armhf 1.12.28-0+deb11u1 [100 kB] Get:17 http://deb.debian.org/debian bullseye/main armhf libip6tc2 armhf 1.8.7-1 [32.9 kB] Get:18 http://deb.debian.org/debian bullseye/main armhf libxtables12 armhf 1.8.7-1 [42.4 kB] Get:19 http://deb.debian.org/debian bullseye/main armhf libmnl0 armhf 1.0.4-3 [10.9 kB] Get:20 http://deb.debian.org/debian bullseye/main armhf libnfnetlink0 armhf 1.0.1-3+b1 [12.1 kB] Get:21 http://deb.debian.org/debian bullseye/main armhf libnetfilter-conntrack3 armhf 1.0.8-3 [33.6 kB] Get:22 http://deb.debian.org/debian bullseye/main armhf libnftnl11 armhf 1.1.9-1 [49.0 kB] Get:23 http://deb.debian.org/debian bullseye/main armhf iptables armhf 1.8.7-1 [339 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 27.8 MB in 1s (31.4 MB/s) Selecting previously unselected package libapparmor1:armhf. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9946 files and directories currently installed.) Preparing to unpack .../0-libapparmor1_2.13.6-10_armhf.deb ... Unpacking libapparmor1:armhf (2.13.6-10) ... Selecting previously unselected package libcap2:armhf. Preparing to unpack .../1-libcap2_1%3a2.44-1_armhf.deb ... Unpacking libcap2:armhf (1:2.44-1) ... Selecting previously unselected package libargon2-1:armhf. Preparing to unpack .../2-libargon2-1_0~20171227-0.2_armhf.deb ... Unpacking libargon2-1:armhf (0~20171227-0.2) ... Selecting previously unselected package dmsetup. Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_armhf.deb ... Unpacking dmsetup (2:1.02.175-2.1) ... Selecting previously unselected package libdevmapper1.02.1:armhf. Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ... Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ... Selecting previously unselected package libjson-c5:armhf. Preparing to unpack .../5-libjson-c5_0.15-2+deb11u1_armhf.deb ... Unpacking libjson-c5:armhf (0.15-2+deb11u1) ... Selecting previously unselected package libcryptsetup12:armhf. Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_armhf.deb ... Unpacking libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ... Selecting previously unselected package libip4tc2:armhf. Preparing to unpack .../7-libip4tc2_1.8.7-1_armhf.deb ... Unpacking libip4tc2:armhf (1.8.7-1) ... Selecting previously unselected package libkmod2:armhf. Preparing to unpack .../8-libkmod2_28-1_armhf.deb ... Unpacking libkmod2:armhf (28-1) ... Selecting previously unselected package systemd. Preparing to unpack .../9-systemd_247.3-7+deb11u4_armhf.deb ... Unpacking systemd (247.3-7+deb11u4) ... Setting up libapparmor1:armhf (2.13.6-10) ... Setting up libcap2:armhf (1:2.44-1) ... Setting up libargon2-1:armhf (0~20171227-0.2) ... Setting up libjson-c5:armhf (0.15-2+deb11u1) ... Setting up libip4tc2:armhf (1.8.7-1) ... Setting up libkmod2:armhf (28-1) ... Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ... Setting up libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ... Setting up systemd (247.3-7+deb11u4) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. Initializing machine ID from random generator. Setting up dmsetup (2:1.02.175-2.1) ... Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 10793 files and directories currently installed.) Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u4_armhf.deb ... Unpacking systemd-sysv (247.3-7+deb11u4) ... Selecting previously unselected package dbus. Preparing to unpack .../01-dbus_1.12.28-0+deb11u1_armhf.deb ... Unpacking dbus (1.12.28-0+deb11u1) ... Selecting previously unselected package netbase. Preparing to unpack .../02-netbase_6.3_all.deb ... Unpacking netbase (6.3) ... Selecting previously unselected package libpam-systemd:armhf. Preparing to unpack .../03-libpam-systemd_247.3-7+deb11u4_armhf.deb ... Unpacking libpam-systemd:armhf (247.3-7+deb11u4) ... Selecting previously unselected package containerd.io. Preparing to unpack .../04-containerd.io_1.6.27-1_armhf.deb ... Unpacking containerd.io (1.6.27-1) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../05-dbus-user-session_1.12.28-0+deb11u1_armhf.deb ... Unpacking dbus-user-session (1.12.28-0+deb11u1) ... Selecting previously unselected package libip6tc2:armhf. Preparing to unpack .../06-libip6tc2_1.8.7-1_armhf.deb ... Unpacking libip6tc2:armhf (1.8.7-1) ... Selecting previously unselected package libxtables12:armhf. Preparing to unpack .../07-libxtables12_1.8.7-1_armhf.deb ... Unpacking libxtables12:armhf (1.8.7-1) ... Selecting previously unselected package libmnl0:armhf. Preparing to unpack .../08-libmnl0_1.0.4-3_armhf.deb ... Unpacking libmnl0:armhf (1.0.4-3) ... Selecting previously unselected package libnfnetlink0:armhf. Preparing to unpack .../09-libnfnetlink0_1.0.1-3+b1_armhf.deb ... Unpacking libnfnetlink0:armhf (1.0.1-3+b1) ... Selecting previously unselected package libnetfilter-conntrack3:armhf. Preparing to unpack .../10-libnetfilter-conntrack3_1.0.8-3_armhf.deb ... Unpacking libnetfilter-conntrack3:armhf (1.0.8-3) ... Selecting previously unselected package libnftnl11:armhf. Preparing to unpack .../11-libnftnl11_1.1.9-1_armhf.deb ... Unpacking libnftnl11:armhf (1.1.9-1) ... Selecting previously unselected package iptables. Preparing to unpack .../12-iptables_1.8.7-1_armhf.deb ... Unpacking iptables (1.8.7-1) ... Setting up systemd-sysv (247.3-7+deb11u4) ... Setting up libip6tc2:armhf (1.8.7-1) ... Setting up dbus (1.12.28-0+deb11u1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libmnl0:armhf (1.0.4-3) ... Setting up containerd.io (1.6.27-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service. Setting up libxtables12:armhf (1.8.7-1) ... Setting up libnfnetlink0:armhf (1.0.1-3+b1) ... Setting up libpam-systemd:armhf (247.3-7+deb11u4) ... Setting up netbase (6.3) ... Setting up libnftnl11:armhf (1.1.9-1) ... Setting up dbus-user-session (1.12.28-0+deb11u1) ... Setting up libnetfilter-conntrack3:armhf (1.0.8-3) ... Setting up iptables (1.8.7-1) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.31-13+deb11u7) ... + verify_binaries + docker --version Docker version 0.0.0-20240120124445-f18a476, build f18a476 + docker buildx version github.com/docker/buildx v0.12.1 30feaa1 + docker compose version Docker Compose version v2.24.2 + dockerd --version Docker version 0.0.0-20240120124445-f18a476, build c87e0ad + docker-proxy --version docker-proxy (commit c87e0ad) version 0.0.0-20240120124445-f18a476 + containerd --version containerd containerd.io 1.6.27 a1496014c916f9e62104b33d1bb5bd03b0858e59 + ctr --version ctr containerd.io 1.6.27 + containerd-shim --help Usage of containerd-shim: -address string grpc address back to main containerd -containerd-binary containerd publish path to containerd binary (used for containerd publish) (default "containerd") -criu string path to criu binary -debug enable debug output in logs -namespace string namespace that owns the shim -runtime-root string root directory for the runtime (default "/run/containerd/runc") -socket string socket path to serve -systemd-cgroup set runtime to use systemd-cgroup -workdir string path used to storge large temporary data + containerd-shim-runc-v1 -v containerd-shim-runc-v1: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + containerd-shim-runc-v2 -v containerd-shim-runc-v2: Version: 1.6.27 Revision: a1496014c916f9e62104b33d1bb5bd03b0858e59 Go version: go1.20.13 + runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38 spec: 1.0.2-dev go: go1.20.13 libseccomp: 2.5.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