Skip to content

Console Output

12:12:44 + make REF=20.10 centos-9
12:12:44 git init src/github.com/docker/cli
12:12:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
12:12:44 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:12:44 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
12:12:44 + SRC=src/github.com/docker/cli
12:12:44 + REF=20.10
12:12:44 + REF_FETCH=20.10
12:12:44 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
12:12:44 + awk {print $2}
12:12:44 + REF=refs/heads/20.10
12:12:44 + [ -n refs/heads/20.10 ]
12:12:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:44 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:45 From https://github.com/docker/cli
12:12:45  * [new branch]      20.10      -> 20.10
12:12:45  * [new tag]         v20.10.18  -> v20.10.18
12:12:45  * [new branch]      20.10      -> origin/20.10
12:12:45 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
12:12:45 git init src/github.com/docker/docker
12:12:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
12:12:45 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:12:45 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
12:12:45 + SRC=src/github.com/docker/docker
12:12:45 + REF=20.10
12:12:45 + REF_FETCH=20.10
12:12:45 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
12:12:45 + awk {print $2}
12:12:45 + REF=refs/heads/20.10
12:12:45 + [ -n refs/heads/20.10 ]
12:12:45 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:45 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:48 From https://github.com/docker/docker
12:12:48  * [new branch]      20.10      -> 20.10
12:12:48  * [new branch]      20.10      -> origin/20.10
12:12:48 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
12:12:48 git init src/github.com/docker/compose
12:12:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
12:12:48 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:12:48 ./scripts/checkout.sh src/github.com/docker/compose "v2.11.2"
12:12:48 + SRC=src/github.com/docker/compose
12:12:48 + REF=v2.11.2
12:12:48 + REF_FETCH=v2.11.2
12:12:48 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.11.2
12:12:48 + awk {print $2}
12:12:48 + REF=refs/tags/v2.11.2
12:12:48 + [ -n refs/tags/v2.11.2 ]
12:12:48 + REF_FETCH=refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:48 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:48 From https://github.com/docker/compose
12:12:48  * [new tag]         v2.11.2    -> v2.11.2
12:12:48 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.11.2
12:12:48 git init src/github.com/docker/scan-cli-plugin
12:12:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
12:12:48 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:12:48 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
12:12:48 + SRC=src/github.com/docker/scan-cli-plugin
12:12:48 + REF=v0.17.0
12:12:48 + REF_FETCH=v0.17.0
12:12:48 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
12:12:48 + awk {print $2}
12:12:49 + REF=refs/tags/v0.17.0
12:12:49 + [ -n refs/tags/v0.17.0 ]
12:12:49 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:49 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:49 From https://github.com/docker/scan-cli-plugin
12:12:49  * [new tag]         v0.17.0    -> v0.17.0
12:12:49 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
12:12:49 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.18.6 centos-9
12:12:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
12:12:49 mkdir -p rpmbuild/SOURCES
12:12:49 docker run --rm -w /v \
12:12:49 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
12:12:49 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:49 	alpine \
12:12:49 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:12:49 Unable to find image 'alpine:latest' locally
12:12:49 latest: Pulling from library/alpine
12:12:49 9b18e9b68314: Pulling fs layer
12:12:49 9b18e9b68314: Verifying Checksum
12:12:49 9b18e9b68314: Download complete
12:12:49 9b18e9b68314: Pull complete
12:12:49 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
12:12:49 Status: Downloaded newer image for alpine:latest
12:12:56 mkdir -p rpmbuild/SOURCES
12:12:56 docker run --rm -w /v \
12:12:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
12:12:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:56 	alpine \
12:12:56 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:12:58 mkdir -p rpmbuild/SOURCES
12:12:58 docker run --rm -w /v \
12:12:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
12:12:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:58 	alpine \
12:12:58 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:12:59 mkdir -p rpmbuild/SOURCES
12:12:59 docker run --rm -w /v \
12:12:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:12:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:59 	alpine \
12:12:59 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:12:59 mkdir -p rpmbuild/SOURCES
12:12:59 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
12:12:59 mkdir -p rpmbuild/SOURCES
12:12:59 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
12:12:59 docker run --rm -w /v \
12:12:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
12:12:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:59 	alpine \
12:12:59 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
12:13:01 == Building packages for centos-9 ==
12:13:01 mkdir -p "rpmbuild/centos-9"
12:13:01 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.6-buster -t rpmbuild-centos-9/aarch64 -f centos-9/Dockerfile .
12:13:01 #1 [internal] load .dockerignore
12:13:01 #1 transferring context:
12:13:01 #1 transferring context: 2B done
12:13:01 #1 DONE 0.1s
12:13:01 
12:13:01 #2 [internal] load build definition from Dockerfile
12:13:01 #2 transferring dockerfile: 1.31kB done
12:13:01 #2 DONE 0.1s
12:13:01 
12:13:01 #3 [auth] library/golang:pull token for registry-1.docker.io
12:13:01 #3 DONE 0.0s
12:13:01 
12:13:01 #4 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:13:01 #4 DONE 0.4s
12:13:01 
12:13:01 #5 [internal] load metadata for quay.io/centos/centos:stream9
12:13:01 #5 DONE 0.3s
12:13:02 
12:13:02 #6 [internal] load build context
12:13:02 #6 transferring context: 13.65kB done
12:13:02 #6 DONE 0.0s
12:13:02 
12:13:02 #7 [stage-1 1/8] FROM quay.io/centos/centos:stream9@sha256:4d72ac09d6e816b7b2625ce84b73eda477efef8aeaae881c372cd84c611df383
12:13:02 #7 resolve quay.io/centos/centos:stream9@sha256:4d72ac09d6e816b7b2625ce84b73eda477efef8aeaae881c372cd84c611df383 0.0s done
12:13:02 #7 sha256:1a36a69b22ac1c1997e43371be885bd76d9d10109c31e988cb59be48fe59ae3e 1.15kB / 1.15kB done
12:13:02 #7 sha256:f382d9294036e8b94997b099800cf7119a875d50971675c222f8cdc676677c96 0B / 55.99MB 0.1s
12:13:02 #7 sha256:4d72ac09d6e816b7b2625ce84b73eda477efef8aeaae881c372cd84c611df383 858B / 858B done
12:13:02 #7 sha256:e391c8f39d89e13f079d464e7f69896524a795f8f48093ff569339ba2de160fa 350B / 350B done
12:13:02 #7 sha256:f382d9294036e8b94997b099800cf7119a875d50971675c222f8cdc676677c96 14.68MB / 55.99MB 0.3s
12:13:02 #7 sha256:f382d9294036e8b94997b099800cf7119a875d50971675c222f8cdc676677c96 34.60MB / 55.99MB 0.5s
12:13:02 #7 sha256:f382d9294036e8b94997b099800cf7119a875d50971675c222f8cdc676677c96 49.53MB / 55.99MB 0.7s
12:13:02 #7 sha256:f382d9294036e8b94997b099800cf7119a875d50971675c222f8cdc676677c96 53.62MB / 55.99MB 0.8s
12:13:02 #7 sha256:f382d9294036e8b94997b099800cf7119a875d50971675c222f8cdc676677c96 55.99MB / 55.99MB 0.9s done
12:13:03 #7 extracting sha256:f382d9294036e8b94997b099800cf7119a875d50971675c222f8cdc676677c96
12:13:07 #7 extracting sha256:f382d9294036e8b94997b099800cf7119a875d50971675c222f8cdc676677c96 3.7s done
12:13:07 #7 DONE 5.0s
12:13:07 
12:13:07 #8 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:07 #8 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 0.0s done
12:13:07 #8 sha256:0d316a0b54f8b4078fe7f7ea36b04be9c5479a9c7a2b48522112b35f95bcf272 7.12kB / 7.12kB done
12:13:07 #8 sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 988B / 988B done
12:13:07 #8 sha256:ad774b2f21e1cdc556bc366edaa16b75a9049b78721ed9597aaa872cf4cf652a 1.79kB / 1.79kB done
12:13:07 #8 sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 49.23MB / 49.23MB 0.6s done
12:13:07 #8 sha256:91678e90eed09f0ef020521348ac09d6816bafc59c40f4fa0d821de2fb50f881 7.72MB / 7.72MB 0.2s done
12:13:07 #8 sha256:2d9f7a2d689202901c1750505adb5481f0e4499998084e1df70209fa11f8e8b5 9.77MB / 9.77MB 0.3s done
12:13:07 #8 sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 52.18MB / 52.18MB 1.0s done
12:13:07 #8 sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 62.47MB / 62.47MB 1.9s done
12:13:07 #8 extracting sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 3.1s done
12:13:07 #8 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 109.00MB / 109.00MB 2.2s done
12:13:07 #8 sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 126B / 126B 1.1s done
12:13:07 #8 extracting sha256:91678e90eed09f0ef020521348ac09d6816bafc59c40f4fa0d821de2fb50f881 0.4s done
12:13:07 #8 extracting sha256:2d9f7a2d689202901c1750505adb5481f0e4499998084e1df70209fa11f8e8b5 0.3s done
12:13:07 #8 extracting sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 0.1s
12:13:08 #8 extracting sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 1.8s done
12:13:09 #8 extracting sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601
12:13:11 #8 extracting sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 1.6s done
12:13:11 #8 ...
12:13:11 
12:13:11 #9 [stage-1 2/8] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
12:13:11 #9 DONE 3.7s
12:13:11 
12:13:11 #10 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:13:12 #10 1.987 CentOS Stream 9 - BaseOS                        3.8 MB/s | 4.6 MB     00:01    
12:13:15 #10 4.201 CentOS Stream 9 - AppStream                      11 MB/s |  13 MB     00:01    
12:13:15 #10 ...
12:13:15 
12:13:15 #8 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:15 #8 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 4.5s done
12:13:15 #8 extracting sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 done
12:13:15 #8 DONE 13.8s
12:13:15 
12:13:15 #10 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:13:19 #10 8.668 CentOS Stream 9 - Extras packages               8.7 kB/s | 8.7 kB     00:01    
12:13:20 #10 9.502 Dependencies resolved.
12:13:20 #10 9.516 ================================================================================
12:13:20 #10 9.516  Package                       Arch     Version                Repository  Size
12:13:20 #10 9.516 ================================================================================
12:13:20 #10 9.516 Installing:
12:13:20 #10 9.516  dnf-plugins-core              noarch   4.1.0-3.el9            baseos      34 k
12:13:20 #10 9.516  rpm-build                     aarch64  4.16.1.3-17.el9        appstream  100 k
12:13:20 #10 9.516  rpmlint                       noarch   1.11-19.el9            appstream  198 k
12:13:20 #10 9.516 Installing dependencies:
12:13:20 #10 9.516  binutils                      aarch64  2.35.2-24.el9          baseos     4.8 M
12:13:20 #10 9.516  bzip2                         aarch64  1.0.8-8.el9            baseos      56 k
12:13:20 #10 9.516  checkpolicy                   aarch64  3.4-1.el9              appstream  341 k
12:13:20 #10 9.516  cpio                          aarch64  2.13-16.el9            baseos     274 k
12:13:20 #10 9.516  cracklib                      aarch64  2.9.6-27.el9           baseos      95 k
12:13:20 #10 9.516  cracklib-dicts                aarch64  2.9.6-27.el9           baseos     3.6 M
12:13:20 #10 9.516  dbus-libs                     aarch64  1:1.12.20-6.el9        baseos     149 k
12:13:20 #10 9.516  desktop-file-utils            aarch64  0.26-6.el9             appstream   72 k
12:13:20 #10 9.516  diffutils                     aarch64  3.7-12.el9             baseos     392 k
12:13:20 #10 9.516  dwz                           aarch64  0.14-3.el9             appstream  126 k
12:13:20 #10 9.516  ed                            aarch64  1.14.2-12.el9          baseos      74 k
12:13:20 #10 9.516  efi-srpm-macros               noarch   4-9.el9                appstream   23 k
12:13:20 #10 9.516  elfutils                      aarch64  0.187-5.el9            baseos     521 k
12:13:20 #10 9.516  elfutils-debuginfod-client    aarch64  0.187-5.el9            baseos      37 k
12:13:20 #10 9.516  emacs-filesystem              noarch   1:27.1-3.el9           appstream  9.2 k
12:13:20 #10 9.516  enchant                       aarch64  1:1.6.0-30.el9         appstream   61 k
12:13:20 #10 9.516  environment-modules           aarch64  5.0.1-1.el9            baseos     493 k
12:13:20 #10 9.516  file                          aarch64  5.39-10.el9            baseos      49 k
12:13:20 #10 9.516  fonts-srpm-macros             noarch   1:2.0.5-7.el9.1        appstream   28 k
12:13:20 #10 9.516  gcc-toolset-12-binutils       aarch64  2.38-16.el9            appstream  5.8 M
12:13:20 #10 9.516  gcc-toolset-12-binutils-gold  aarch64  2.38-14.el9            appstream  897 k
12:13:20 #10 9.516  gcc-toolset-12-runtime        aarch64  12.0-5.el9             appstream   55 k
12:13:20 #10 9.516  gdb-minimal                   aarch64  10.2-10.el9            appstream  3.1 M
12:13:20 #10 9.516  gdk-pixbuf2                   aarch64  2.42.6-2.el9           appstream  491 k
12:13:20 #10 9.516  ghc-srpm-macros               noarch   1.5.0-6.el9            appstream  8.8 k
12:13:20 #10 9.516  glib-networking               aarch64  2.68.3-3.el9           baseos     185 k
12:13:20 #10 9.516  glibc-gconv-extra             aarch64  2.34-40.el9            baseos     1.7 M
12:13:20 #10 9.516  go-srpm-macros                noarch   3.0.9-9.el9            appstream   27 k
12:13:20 #10 9.516  groff-base                    aarch64  1.22.4-10.el9          baseos     1.0 M
12:13:20 #10 9.516  gsettings-desktop-schemas     aarch64  40.0-4.el9             baseos     688 k
12:13:20 #10 9.516  hunspell                      aarch64  1.7.0-11.el9           appstream  319 k
12:13:20 #10 9.516  hunspell-en-GB                noarch   0.20140811.1-20.el9    appstream  226 k
12:13:20 #10 9.516  hunspell-en-US                noarch   0.20140811.1-20.el9    appstream  177 k
12:13:20 #10 9.516  hunspell-filesystem           aarch64  1.7.0-11.el9           appstream  8.6 k
12:13:20 #10 9.516  info                          aarch64  6.7-15.el9             baseos     221 k
12:13:20 #10 9.516  json-glib                     aarch64  1.6.6-1.el9            baseos     160 k
12:13:20 #10 9.516  kernel-srpm-macros            noarch   1.0-11.el9             appstream   16 k
12:13:20 #10 9.516  less                          aarch64  590-1.el9              baseos     161 k
12:13:20 #10 9.516  libappstream-glib             aarch64  0.7.18-4.el9           appstream  380 k
12:13:20 #10 9.516  libbrotli                     aarch64  1.0.9-6.el9            baseos     314 k
12:13:20 #10 9.516  libdb                         aarch64  5.3.28-53.el9          baseos     712 k
12:13:20 #10 9.516  libeconf                      aarch64  0.4.1-2.el9            baseos      27 k
12:13:20 #10 9.516  libfdisk                      aarch64  2.37.4-9.el9           baseos     149 k
12:13:20 #10 9.516  libicu                        aarch64  67.1-9.el9             baseos     9.5 M
12:13:20 #10 9.516  libjpeg-turbo                 aarch64  2.0.90-5.el9           appstream  170 k
12:13:20 #10 9.516  libpipeline                   aarch64  1.5.3-4.el9            baseos      48 k
12:13:20 #10 9.516  libpkgconf                    aarch64  1.7.3-9.el9            baseos      36 k
12:13:20 #10 9.516  libpng                        aarch64  2:1.6.37-12.el9        baseos     115 k
12:13:20 #10 9.516  libproxy                      aarch64  0.4.15-35.el9          baseos      71 k
12:13:20 #10 9.516  libpsl                        aarch64  0.21.1-5.el9           baseos      64 k
12:13:20 #10 9.516  libpwquality                  aarch64  1.4.4-8.el9            baseos     119 k
12:13:20 #10 9.516  libselinux-utils              aarch64  3.4-3.el9              baseos     181 k
12:13:20 #10 9.516  libsoup                       aarch64  2.72.0-8.el9           appstream  397 k
12:13:20 #10 9.516  libstemmer                    aarch64  0-18.585svn.el9        appstream   82 k
12:13:20 #10 9.516  libutempter                   aarch64  1.2.1-6.el9            baseos      27 k
12:13:20 #10 9.516  lua-srpm-macros               noarch   1-6.el9                appstream  9.5 k
12:13:20 #10 9.516  man-db                        aarch64  2.9.3-7.el9            baseos     1.2 M
12:13:20 #10 9.516  ncurses                       aarch64  6.2-8.20210508.el9     baseos     406 k
12:13:20 #10 9.516  ocaml-srpm-macros             noarch   6-6.el9                appstream  8.8 k
12:13:20 #10 9.516  openblas-srpm-macros          noarch   2-11.el9               appstream  8.4 k
12:13:20 #10 9.516  openssl                       aarch64  1:3.0.1-41.el9         baseos     1.2 M
12:13:20 #10 9.516  pam                           aarch64  1.5.1-12.el9           baseos     620 k
12:13:20 #10 9.516  patch                         aarch64  2.7.6-16.el9           appstream  124 k
12:13:20 #10 9.516  perl-AutoLoader               noarch   5.74-479.el9           appstream   31 k
12:13:20 #10 9.516  perl-B                        aarch64  1.80-479.el9           appstream  190 k
12:13:20 #10 9.516  perl-Carp                     noarch   1.50-460.el9           appstream   30 k
12:13:20 #10 9.516  perl-Class-Struct             noarch   0.66-479.el9           appstream   32 k
12:13:20 #10 9.516  perl-Data-Dumper              aarch64  2.174-462.el9          appstream   55 k
12:13:20 #10 9.516  perl-Digest                   noarch   1.19-4.el9             appstream   26 k
12:13:20 #10 9.516  perl-Digest-MD5               aarch64  2.58-4.el9             appstream   37 k
12:13:20 #10 9.516  perl-Encode                   aarch64  4:3.08-462.el9         appstream  1.7 M
12:13:20 #10 9.516  perl-Errno                    aarch64  1.30-479.el9           appstream   24 k
12:13:20 #10 9.516  perl-Exporter                 noarch   5.74-461.el9           appstream   32 k
12:13:20 #10 9.516  perl-Fcntl                    aarch64  1.13-479.el9           appstream   30 k
12:13:20 #10 9.516  perl-File-Basename            noarch   2.85-479.el9           appstream   27 k
12:13:20 #10 9.516  perl-File-Path                noarch   2.18-4.el9             appstream   36 k
12:13:20 #10 9.516  perl-File-Temp                noarch   1:0.231.100-4.el9      appstream   60 k
12:13:20 #10 9.516  perl-File-stat                noarch   1.09-479.el9           appstream   27 k
12:13:20 #10 9.516  perl-FileHandle               noarch   2.03-479.el9           appstream   25 k
12:13:20 #10 9.516  perl-Getopt-Long              noarch   1:2.52-4.el9           appstream   61 k
12:13:20 #10 9.516  perl-Getopt-Std               noarch   1.12-479.el9           appstream   25 k
12:13:20 #10 9.516  perl-HTTP-Tiny                noarch   0.076-460.el9          appstream   55 k
12:13:20 #10 9.516  perl-IO                       aarch64  1.43-479.el9           appstream   98 k
12:13:20 #10 9.516  perl-IO-Socket-IP             noarch   0.41-5.el9             appstream   43 k
12:13:20 #10 9.516  perl-IPC-Open3                noarch   1.21-479.el9           appstream   32 k
12:13:20 #10 9.516  perl-MIME-Base64              aarch64  3.16-4.el9             appstream   31 k
12:13:20 #10 9.516  perl-Net-SSLeay               aarch64  1.92-2.el9             appstream  389 k
12:13:20 #10 9.516  perl-POSIX                    aarch64  1.94-479.el9           appstream  106 k
12:13:20 #10 9.516  perl-PathTools                aarch64  3.78-461.el9           appstream   88 k
12:13:20 #10 9.516  perl-Pod-Escapes              noarch   1:1.07-460.el9         appstream   21 k
12:13:20 #10 9.516  perl-Pod-Perldoc              noarch   3.28.01-461.el9        appstream   87 k
12:13:20 #10 9.516  perl-Pod-Simple               noarch   1:3.42-4.el9           appstream  225 k
12:13:20 #10 9.516  perl-Pod-Usage                noarch   4:2.01-4.el9           appstream   41 k
12:13:20 #10 9.516  perl-Scalar-List-Utils        aarch64  4:1.56-461.el9         appstream   72 k
12:13:20 #10 9.516  perl-SelectSaver              noarch   1.02-479.el9           appstream   21 k
12:13:20 #10 9.516  perl-Socket                   aarch64  4:2.031-4.el9          appstream   55 k
12:13:20 #10 9.516  perl-Storable                 aarch64  1:3.21-460.el9         appstream   94 k
12:13:20 #10 9.516  perl-Symbol                   noarch   1.08-479.el9           appstream   24 k
12:13:20 #10 9.516  perl-Term-ANSIColor           noarch   5.01-461.el9           appstream   49 k
12:13:20 #10 9.516  perl-Term-Cap                 noarch   1.17-460.el9           appstream   23 k
12:13:20 #10 9.516  perl-Text-ParseWords          noarch   3.30-460.el9           appstream   17 k
12:13:20 #10 9.516  perl-Text-Tabs+Wrap           noarch   2013.0523-460.el9      appstream   24 k
12:13:20 #10 9.516  perl-Time-Local               noarch   2:1.300-7.el9          appstream   34 k
12:13:20 #10 9.516  perl-URI                      noarch   5.09-3.el9             appstream  121 k
12:13:20 #10 9.516  perl-base                     noarch   2.27-479.el9           appstream   26 k
12:13:20 #10 9.516  perl-constant                 noarch   1.33-461.el9           appstream   24 k
12:13:20 #10 9.516  perl-if                       noarch   0.60.800-479.el9       appstream   24 k
12:13:20 #10 9.516  perl-interpreter              aarch64  4:5.32.1-479.el9       appstream   80 k
12:13:20 #10 9.516  perl-libnet                   noarch   3.13-4.el9             appstream  130 k
12:13:20 #10 9.516  perl-libs                     aarch64  4:5.32.1-479.el9       appstream  2.1 M
12:13:20 #10 9.516  perl-mro                      aarch64  1.23-479.el9           appstream   37 k
12:13:20 #10 9.516  perl-overload                 noarch   1.31-479.el9           appstream   55 k
12:13:20 #10 9.516  perl-overloading              noarch   0.02-479.el9           appstream   22 k
12:13:20 #10 9.516  perl-parent                   noarch   1:0.238-460.el9        appstream   15 k
12:13:20 #10 9.516  perl-podlators                noarch   1:4.14-460.el9         appstream  114 k
12:13:20 #10 9.516  perl-srpm-macros              noarch   1-41.el9               appstream  9.1 k
12:13:20 #10 9.516  perl-subs                     noarch   1.03-479.el9           appstream   21 k
12:13:20 #10 9.516  perl-vars                     noarch   1.05-479.el9           appstream   23 k
12:13:20 #10 9.516  pkgconf                       aarch64  1.7.3-9.el9            baseos      41 k
12:13:20 #10 9.516  pkgconf-m4                    noarch   1.7.3-9.el9            baseos      15 k
12:13:20 #10 9.516  pkgconf-pkg-config            aarch64  1.7.3-9.el9            baseos      11 k
12:13:20 #10 9.516  policycoreutils               aarch64  3.4-4.el9              baseos     236 k
12:13:20 #10 9.516  policycoreutils-python-utils  noarch   3.4-4.el9              appstream   75 k
12:13:20 #10 9.516  procps-ng                     aarch64  3.3.17-8.el9           baseos     348 k
12:13:20 #10 9.516  publicsuffix-list-dafsa       noarch   20210518-3.el9         baseos      58 k
12:13:20 #10 9.516  python-srpm-macros            noarch   3.9-52.el9             appstream   24 k
12:13:20 #10 9.516  python3-audit                 aarch64  3.0.7-103.el9          appstream   84 k
12:13:20 #10 9.516  python3-dateutil              noarch   1:2.8.1-6.el9          baseos     302 k
12:13:20 #10 9.516  python3-dbus                  aarch64  1.2.18-2.el9           baseos     144 k
12:13:20 #10 9.516  python3-dnf-plugins-core      noarch   4.1.0-3.el9            baseos     237 k
12:13:20 #10 9.516  python3-enchant               noarch   3.2.0-5.el9            appstream   86 k
12:13:20 #10 9.516  python3-file-magic            noarch   5.39-10.el9            appstream   17 k
12:13:20 #10 9.516  python3-libselinux            aarch64  3.4-3.el9              appstream  181 k
12:13:20 #10 9.516  python3-libsemanage           aarch64  3.4-2.el9              appstream   80 k
12:13:20 #10 9.516  python3-policycoreutils       noarch   3.4-4.el9              appstream  2.1 M
12:13:20 #10 9.516  python3-setools               aarch64  4.4.0-5.el9            baseos     590 k
12:13:20 #10 9.516  python3-setuptools            noarch   53.0.0-11.el9          baseos     944 k
12:13:20 #10 9.516  python3-six                   noarch   1.15.0-9.el9           baseos      37 k
12:13:20 #10 9.516  qt5-srpm-macros               noarch   5.15.3-1.el9           appstream  9.7 k
12:13:20 #10 9.516  redhat-rpm-config             noarch   196-1.el9              appstream   73 k
12:13:20 #10 9.516  rust-srpm-macros              noarch   17-4.el9               appstream   10 k
12:13:20 #10 9.516  scl-utils                     aarch64  1:2.0.3-2.el9          appstream   38 k
12:13:20 #10 9.516  shared-mime-info              aarch64  2.1-4.el9              baseos     557 k
12:13:20 #10 9.516  systemd-libs                  aarch64  250-11.el9             baseos     600 k
12:13:20 #10 9.516  tcl                           aarch64  1:8.6.10-7.el9         baseos     1.1 M
12:13:20 #10 9.516  unzip                         aarch64  6.0-56.el9             baseos     179 k
12:13:20 #10 9.516  util-linux                    aarch64  2.37.4-9.el9           baseos     2.3 M
12:13:20 #10 9.516  util-linux-core               aarch64  2.37.4-9.el9           baseos     457 k
12:13:20 #10 9.516  vim-filesystem                noarch   2:8.2.2637-16.el9      baseos      25 k
12:13:20 #10 9.516  webkit2gtk3-jsc               aarch64  2.36.7-1.el9           appstream  2.9 M
12:13:20 #10 9.516  xz                            aarch64  5.2.5-8.el9            baseos     226 k
12:13:20 #10 9.516  zip                           aarch64  3.0-33.el9             baseos     235 k
12:13:20 #10 9.516  zstd                          aarch64  1.5.1-2.el9            baseos     387 k
12:13:20 #10 9.516 Installing weak dependencies:
12:13:20 #10 9.516  abattis-cantarell-fonts       noarch   0.301-4.el9            appstream  365 k
12:13:20 #10 9.516  adobe-source-code-pro-fonts   noarch   2.030.1.050-12.el9.1   appstream  832 k
12:13:20 #10 9.516  hunspell-en                   noarch   0.20140811.1-20.el9    appstream  187 k
12:13:20 #10 9.516  libproxy-webkitgtk4           aarch64  0.4.15-35.el9          appstream   21 k
12:13:20 #10 9.516  perl-IO-Socket-SSL            noarch   2.073-1.el9            appstream  219 k
12:13:20 #10 9.516  perl-Mozilla-CA               noarch   20200520-6.el9         appstream   13 k
12:13:20 #10 9.516  perl-NDBM_File                aarch64  1.15-479.el9           appstream   31 k
12:13:20 #10 9.516 
12:13:20 #10 9.516 Transaction Summary
12:13:20 #10 9.516 ================================================================================
12:13:20 #10 9.516 Install  163 Packages
12:13:20 #10 9.516 
12:13:20 #10 9.524 Total download size: 66 M
12:13:20 #10 9.525 Installed size: 260 M
12:13:20 #10 9.525 Downloading Packages:
12:13:21 #10 10.58 (1/163): bzip2-1.0.8-8.el9.aarch64.rpm          125 kB/s |  56 kB     00:00    
12:13:21 #10 10.59 (2/163): cpio-2.13-16.el9.aarch64.rpm           600 kB/s | 274 kB     00:00    
12:13:21 #10 10.60 (3/163): cracklib-2.9.6-27.el9.aarch64.rpm      5.2 MB/s |  95 kB     00:00    
12:13:21 #10 10.61 (4/163): dbus-libs-1.12.20-6.el9.aarch64.rpm     15 MB/s | 149 kB     00:00    
12:13:21 #10 10.63 (5/163): cracklib-dicts-2.9.6-27.el9.aarch64.rp  94 MB/s | 3.6 MB     00:00    
12:13:21 #10 10.65 (6/163): diffutils-3.7-12.el9.aarch64.rpm        12 MB/s | 392 kB     00:00    
12:13:21 #10 10.65 (7/163): dnf-plugins-core-4.1.0-3.el9.noarch.rp 2.3 MB/s |  34 kB     00:00    
12:13:21 #10 10.66 (8/163): ed-1.14.2-12.el9.aarch64.rpm           7.1 MB/s |  74 kB     00:00    
12:13:21 #10 10.67 (9/163): elfutils-0.187-5.el9.aarch64.rpm        37 MB/s | 521 kB     00:00    
12:13:21 #10 10.67 (10/163): elfutils-debuginfod-client-0.187-5.el 3.6 MB/s |  37 kB     00:00    
12:13:21 #10 10.68 (11/163): environment-modules-5.0.1-1.el9.aarch  45 MB/s | 493 kB     00:00    
12:13:21 #10 10.68 (12/163): file-5.39-10.el9.aarch64.rpm          4.5 MB/s |  49 kB     00:00    
12:13:21 #10 10.69 (13/163): glib-networking-2.68.3-3.el9.aarch64.  22 MB/s | 185 kB     00:00    
12:13:21 #10 10.71 (14/163): glibc-gconv-extra-2.34-40.el9.aarch64  70 MB/s | 1.7 MB     00:00    
12:13:21 #10 10.72 (15/163): groff-base-1.22.4-10.el9.aarch64.rpm   40 MB/s | 1.0 MB     00:00    
12:13:21 #10 10.76 (16/163): info-6.7-15.el9.aarch64.rpm           5.2 MB/s | 221 kB     00:00    
12:13:21 #10 10.78 (17/163): binutils-2.35.2-24.el9.aarch64.rpm    7.5 MB/s | 4.8 MB     00:00    
12:13:21 #10 10.90 (18/163): gsettings-desktop-schemas-40.0-4.el9. 3.6 MB/s | 688 kB     00:00    
12:13:21 #10 10.91 (19/163): json-glib-1.6.6-1.el9.aarch64.rpm     1.1 MB/s | 160 kB     00:00    
12:13:21 #10 11.03 (20/163): libbrotli-1.0.9-6.el9.aarch64.rpm     2.5 MB/s | 314 kB     00:00    
12:13:21 #10 11.03 (21/163): less-590-1.el9.aarch64.rpm            1.2 MB/s | 161 kB     00:00    
12:13:21 #10 11.04 (22/163): libdb-5.3.28-53.el9.aarch64.rpm       5.2 MB/s | 712 kB     00:00    
12:13:21 #10 11.04 (23/163): libeconf-0.4.1-2.el9.aarch64.rpm      1.5 MB/s |  27 kB     00:00    
12:13:21 #10 11.10 (24/163): libfdisk-2.37.4-9.el9.aarch64.rpm     2.1 MB/s | 149 kB     00:00    
12:13:21 #10 11.13 (25/163): libpipeline-1.5.3-4.el9.aarch64.rpm   1.8 MB/s |  48 kB     00:00    
12:13:21 #10 11.13 (26/163): libpkgconf-1.7.3-9.el9.aarch64.rpm    1.2 MB/s |  36 kB     00:00    
12:13:21 #10 11.17 (27/163): libicu-67.1-9.el9.aarch64.rpm          73 MB/s | 9.5 MB     00:00    
12:13:21 #10 11.17 (28/163): libproxy-0.4.15-35.el9.aarch64.rpm    1.8 MB/s |  71 kB     00:00    
12:13:21 #10 11.18 (29/163): libpng-1.6.37-12.el9.aarch64.rpm      2.4 MB/s | 115 kB     00:00    
12:13:21 #10 11.19 (30/163): libpsl-0.21.1-5.el9.aarch64.rpm       5.9 MB/s |  64 kB     00:00    
12:13:21 #10 11.19 (31/163): libpwquality-1.4.4-8.el9.aarch64.rpm  8.6 MB/s | 119 kB     00:00    
12:13:21 #10 11.19 (32/163): libselinux-utils-3.4-3.el9.aarch64.rp  16 MB/s | 181 kB     00:00    
12:13:21 #10 11.20 (33/163): libutempter-1.2.1-6.el9.aarch64.rpm   3.3 MB/s |  27 kB     00:00    
12:13:21 #10 11.21 (34/163): ncurses-6.2-8.20210508.el9.aarch64.rp  34 MB/s | 406 kB     00:00    
12:13:21 #10 11.23 (35/163): openssl-3.0.1-41.el9.aarch64.rpm       49 MB/s | 1.2 MB     00:00    
12:13:21 #10 11.23 (36/163): pam-1.5.1-12.el9.aarch64.rpm           24 MB/s | 620 kB     00:00    
12:13:21 #10 11.24 (37/163): pkgconf-1.7.3-9.el9.aarch64.rpm       3.5 MB/s |  41 kB     00:00    
12:13:21 #10 11.24 (38/163): pkgconf-m4-1.7.3-9.el9.noarch.rpm     2.1 MB/s |  15 kB     00:00    
12:13:21 #10 11.25 (39/163): pkgconf-pkg-config-1.7.3-9.el9.aarch6 1.7 MB/s |  11 kB     00:00    
12:13:21 #10 11.25 (40/163): man-db-2.9.3-7.el9.aarch64.rpm         19 MB/s | 1.2 MB     00:00    
12:13:21 #10 11.26 (41/163): policycoreutils-3.4-4.el9.aarch64.rpm  15 MB/s | 236 kB     00:00    
12:13:21 #10 11.26 (42/163): procps-ng-3.3.17-8.el9.aarch64.rpm     21 MB/s | 348 kB     00:00    
12:13:21 #10 11.27 (43/163): publicsuffix-list-dafsa-20210518-3.el 4.9 MB/s |  58 kB     00:00    
12:13:21 #10 11.27 (44/163): python3-dbus-1.2.18-2.el9.aarch64.rpm  20 MB/s | 144 kB     00:00    
12:13:21 #10 11.28 (45/163): python3-dateutil-2.8.1-6.el9.noarch.r  23 MB/s | 302 kB     00:00    
12:13:21 #10 11.28 (46/163): python3-dnf-plugins-core-4.1.0-3.el9.  17 MB/s | 237 kB     00:00    
12:13:21 #10 11.29 (47/163): python3-six-1.15.0-9.el9.noarch.rpm   6.2 MB/s |  37 kB     00:00    
12:13:21 #10 11.33 (48/163): python3-setuptools-53.0.0-11.el9.noar  20 MB/s | 944 kB     00:00    
12:13:22 #10 11.34 (49/163): python3-setools-4.4.0-5.el9.aarch64.r 8.7 MB/s | 590 kB     00:00    
12:13:22 #10 11.34 (50/163): shared-mime-info-2.1-4.el9.aarch64.rp  10 MB/s | 557 kB     00:00    
12:13:22 #10 11.35 (51/163): systemd-libs-250-11.el9.aarch64.rpm    29 MB/s | 600 kB     00:00    
12:13:22 #10 11.36 (52/163): unzip-6.0-56.el9.aarch64.rpm           13 MB/s | 179 kB     00:00    
12:13:22 #10 11.41 (53/163): tcl-8.6.10-7.el9.aarch64.rpm           18 MB/s | 1.1 MB     00:00    
12:13:22 #10 11.41 (54/163): util-linux-core-2.37.4-9.el9.aarch64. 9.4 MB/s | 457 kB     00:00    
12:13:22 #10 11.42 (55/163): util-linux-2.37.4-9.el9.aarch64.rpm    35 MB/s | 2.3 MB     00:00    
12:13:22 #10 11.42 (56/163): xz-5.2.5-8.el9.aarch64.rpm             17 MB/s | 226 kB     00:00    
12:13:22 #10 11.43 (57/163): vim-filesystem-8.2.2637-16.el9.noarch 1.5 MB/s |  25 kB     00:00    
12:13:22 #10 11.43 (58/163): zip-3.0-33.el9.aarch64.rpm             22 MB/s | 235 kB     00:00    
12:13:22 #10 11.44 (59/163): zstd-1.5.1-2.el9.aarch64.rpm           31 MB/s | 387 kB     00:00    
12:13:22 #10 11.45 (60/163): checkpolicy-3.4-1.el9.aarch64.rpm      41 MB/s | 341 kB     00:00    
12:13:22 #10 11.46 (61/163): desktop-file-utils-0.26-6.el9.aarch64 7.9 MB/s |  72 kB     00:00    
12:13:22 #10 11.46 (62/163): abattis-cantarell-fonts-0.301-4.el9.n  12 MB/s | 365 kB     00:00    
12:13:22 #10 11.47 (63/163): dwz-0.14-3.el9.aarch64.rpm             12 MB/s | 126 kB     00:00    
12:13:22 #10 11.47 (64/163): adobe-source-code-pro-fonts-2.030.1.0  19 MB/s | 832 kB     00:00    
12:13:22 #10 11.48 (65/163): efi-srpm-macros-4-9.el9.noarch.rpm    1.6 MB/s |  23 kB     00:00    
12:13:22 #10 11.48 (66/163): emacs-filesystem-27.1-3.el9.noarch.rp 767 kB/s | 9.2 kB     00:00    
12:13:22 #10 11.48 (67/163): fonts-srpm-macros-2.0.5-7.el9.1.noarc 4.5 MB/s |  28 kB     00:00    
12:13:22 #10 11.49 (68/163): enchant-1.6.0-30.el9.aarch64.rpm      4.9 MB/s |  61 kB     00:00    
12:13:22 #10 11.51 (69/163): gcc-toolset-12-binutils-gold-2.38-14.  32 MB/s | 897 kB     00:00    
12:13:22 #10 11.52 (70/163): gcc-toolset-12-runtime-12.0-5.el9.aar 2.4 MB/s |  55 kB     00:00    
12:13:22 #10 11.58 (71/163): gcc-toolset-12-binutils-2.38-16.el9.a  58 MB/s | 5.8 MB     00:00    
12:13:22 #10 11.59 (72/163): gdk-pixbuf2-2.42.6-2.el9.aarch64.rpm  6.9 MB/s | 491 kB     00:00    
12:13:22 #10 11.60 (73/163): gdb-minimal-10.2-10.el9.aarch64.rpm    34 MB/s | 3.1 MB     00:00    
12:13:22 #10 11.60 (74/163): ghc-srpm-macros-1.5.0-6.el9.noarch.rp 432 kB/s | 8.8 kB     00:00    
12:13:22 #10 11.61 (75/163): go-srpm-macros-3.0.9-9.el9.noarch.rpm 1.7 MB/s |  27 kB     00:00    
12:13:22 #10 11.62 (76/163): hunspell-en-0.20140811.1-20.el9.noarc  20 MB/s | 187 kB     00:00    
12:13:22 #10 11.62 (77/163): hunspell-1.7.0-11.el9.aarch64.rpm      20 MB/s | 319 kB     00:00    
12:13:22 #10 11.63 (78/163): hunspell-en-US-0.20140811.1-20.el9.no  20 MB/s | 177 kB     00:00    
12:13:22 #10 11.63 (79/163): hunspell-en-GB-0.20140811.1-20.el9.no  11 MB/s | 226 kB     00:00    
12:13:22 #10 11.63 (80/163): hunspell-filesystem-1.7.0-11.el9.aarc 940 kB/s | 8.6 kB     00:00    
12:13:22 #10 11.64 (81/163): kernel-srpm-macros-1.0-11.el9.noarch. 1.7 MB/s |  16 kB     00:00    
12:13:22 #10 11.64 (82/163): libjpeg-turbo-2.0.90-5.el9.aarch64.rp  14 MB/s | 170 kB     00:00    
12:13:22 #10 11.65 (83/163): libproxy-webkitgtk4-0.4.15-35.el9.aar 1.8 MB/s |  21 kB     00:00    
12:13:22 #10 11.65 (84/163): libsoup-2.72.0-8.el9.aarch64.rpm       42 MB/s | 397 kB     00:00    
12:13:22 #10 11.66 (85/163): libstemmer-0-18.585svn.el9.aarch64.rp 9.2 MB/s |  82 kB     00:00    
12:13:22 #10 11.66 (86/163): lua-srpm-macros-1-6.el9.noarch.rpm    1.5 MB/s | 9.5 kB     00:00    
12:13:22 #10 11.67 (87/163): ocaml-srpm-macros-6-6.el9.noarch.rpm  1.2 MB/s | 8.8 kB     00:00    
12:13:22 #10 11.67 (88/163): libappstream-glib-0.7.18-4.el9.aarch6 9.4 MB/s | 380 kB     00:00    
12:13:22 #10 11.67 (89/163): openblas-srpm-macros-2-11.el9.noarch. 789 kB/s | 8.4 kB     00:00    
12:13:22 #10 11.68 (90/163): patch-2.7.6-16.el9.aarch64.rpm         11 MB/s | 124 kB     00:00    
12:13:22 #10 11.68 (91/163): perl-Carp-1.50-460.el9.noarch.rpm     6.1 MB/s |  30 kB     00:00    
12:13:22 #10 11.69 (92/163): perl-B-1.80-479.el9.aarch64.rpm        15 MB/s | 190 kB     00:00    
12:13:22 #10 11.69 (93/163): perl-AutoLoader-5.74-479.el9.noarch.r 1.8 MB/s |  31 kB     00:00    
12:13:22 #10 11.69 (94/163): perl-Class-Struct-0.66-479.el9.noarch 3.4 MB/s |  32 kB     00:00    
12:13:22 #10 11.70 (95/163): perl-Data-Dumper-2.174-462.el9.aarch6 6.1 MB/s |  55 kB     00:00    
12:13:22 #10 11.70 (96/163): perl-Digest-1.19-4.el9.noarch.rpm     4.0 MB/s |  26 kB     00:00    
12:13:22 #10 11.70 (97/163): perl-Digest-MD5-2.58-4.el9.aarch64.rp 4.1 MB/s |  37 kB     00:00    
12:13:22 #10 11.72 (98/163): perl-Encode-3.08-462.el9.aarch64.rpm   86 MB/s | 1.7 MB     00:00    
12:13:22 #10 11.72 (99/163): perl-Errno-1.30-479.el9.aarch64.rpm   1.7 MB/s |  24 kB     00:00    
12:13:22 #10 11.73 (100/163): perl-Exporter-5.74-461.el9.noarch.rp 1.8 MB/s |  32 kB     00:00    
12:13:22 #10 11.73 (101/163): perl-Fcntl-1.13-479.el9.aarch64.rpm  3.4 MB/s |  30 kB     00:00    
12:13:22 #10 11.73 (102/163): perl-File-Basename-2.85-479.el9.noar 4.1 MB/s |  27 kB     00:00    
12:13:22 #10 11.74 (103/163): perl-File-Path-2.18-4.el9.noarch.rpm 4.0 MB/s |  36 kB     00:00    
12:13:22 #10 11.74 (104/163): perl-File-Temp-0.231.100-4.el9.noarc 6.3 MB/s |  60 kB     00:00    
12:13:22 #10 11.74 (105/163): perl-File-stat-1.09-479.el9.noarch.r 4.4 MB/s |  27 kB     00:00    
12:13:22 #10 11.79 (106/163): perl-FileHandle-2.03-479.el9.noarch. 505 kB/s |  25 kB     00:00    
12:13:22 #10 11.79 (107/163): perl-Getopt-Long-2.52-4.el9.noarch.r 1.2 MB/s |  61 kB     00:00    
12:13:22 #10 11.79 (108/163): perl-Getopt-Std-1.12-479.el9.noarch. 4.0 MB/s |  25 kB     00:00    
12:13:22 #10 11.80 (109/163): perl-HTTP-Tiny-0.076-460.el9.noarch. 6.1 MB/s |  55 kB     00:00    
12:13:22 #10 11.80 (110/163): perl-IO-1.43-479.el9.aarch64.rpm      11 MB/s |  98 kB     00:00    
12:13:22 #10 11.81 (111/163): perl-IPC-Open3-1.21-479.el9.noarch.r 5.9 MB/s |  32 kB     00:00    
12:13:22 #10 11.81 (112/163): perl-IO-Socket-SSL-2.073-1.el9.noarc  17 MB/s | 219 kB     00:00    
12:13:22 #10 11.81 (113/163): perl-IO-Socket-IP-0.41-5.el9.noarch. 2.6 MB/s |  43 kB     00:00    
12:13:22 #10 11.82 (114/163): perl-MIME-Base64-3.16-4.el9.aarch64. 3.6 MB/s |  31 kB     00:00    
12:13:22 #10 11.82 (115/163): perl-Mozilla-CA-20200520-6.el9.noarc 1.7 MB/s |  13 kB     00:00    
12:13:22 #10 11.82 (116/163): perl-NDBM_File-1.15-479.el9.aarch64. 5.5 MB/s |  31 kB     00:00    
12:13:22 #10 11.83 (117/163): perl-POSIX-1.94-479.el9.aarch64.rpm   12 MB/s | 106 kB     00:00    
12:13:22 #10 11.83 (118/163): perl-PathTools-3.78-461.el9.aarch64.  10 MB/s |  88 kB     00:00    
12:13:22 #10 11.84 (119/163): perl-Net-SSLeay-1.92-2.el9.aarch64.r  18 MB/s | 389 kB     00:00    
12:13:22 #10 11.84 (120/163): perl-Pod-Escapes-1.07-460.el9.noarch 1.9 MB/s |  21 kB     00:00    
12:13:22 #10 11.84 (121/163): perl-Pod-Perldoc-3.28.01-461.el9.noa 7.9 MB/s |  87 kB     00:00    
12:13:22 #10 11.85 (122/163): perl-Pod-Simple-3.42-4.el9.noarch.rp  29 MB/s | 225 kB     00:00    
12:13:22 #10 11.85 (123/163): perl-Pod-Usage-2.01-4.el9.noarch.rpm 4.2 MB/s |  41 kB     00:00    
12:13:22 #10 11.85 (124/163): perl-Scalar-List-Utils-1.56-461.el9. 7.5 MB/s |  72 kB     00:00    
12:13:22 #10 11.86 (125/163): perl-SelectSaver-1.02-479.el9.noarch 3.8 MB/s |  21 kB     00:00    
12:13:22 #10 11.86 (126/163): perl-Socket-2.031-4.el9.aarch64.rpm  6.1 MB/s |  55 kB     00:00    
12:13:22 #10 11.86 (127/163): perl-Storable-3.21-460.el9.aarch64.r 9.4 MB/s |  94 kB     00:00    
12:13:22 #10 11.87 (128/163): perl-Symbol-1.08-479.el9.noarch.rpm  2.5 MB/s |  24 kB     00:00    
12:13:22 #10 11.87 (129/163): perl-Term-ANSIColor-5.01-461.el9.noa 5.2 MB/s |  49 kB     00:00    
12:13:22 #10 11.87 (130/163): perl-Term-Cap-1.17-460.el9.noarch.rp 3.5 MB/s |  23 kB     00:00    
12:13:22 #10 11.88 (131/163): perl-Text-ParseWords-3.30-460.el9.no 2.0 MB/s |  17 kB     00:00    
12:13:22 #10 11.88 (132/163): perl-Text-Tabs+Wrap-2013.0523-460.el 2.9 MB/s |  24 kB     00:00    
12:13:22 #10 11.88 (133/163): perl-Time-Local-1.300-7.el9.noarch.r 6.2 MB/s |  34 kB     00:00    
12:13:22 #10 11.89 (134/163): perl-base-2.27-479.el9.noarch.rpm    3.2 MB/s |  26 kB     00:00    
12:13:22 #10 11.89 (135/163): perl-constant-1.33-461.el9.noarch.rp 2.5 MB/s |  24 kB     00:00    
12:13:22 #10 11.90 (136/163): perl-if-0.60.800-479.el9.noarch.rpm  3.7 MB/s |  24 kB     00:00    
12:13:22 #10 11.90 (137/163): perl-interpreter-5.32.1-479.el9.aarc  11 MB/s |  80 kB     00:00    
12:13:22 #10 11.91 (138/163): perl-libnet-3.13-4.el9.noarch.rpm     14 MB/s | 130 kB     00:00    
12:13:22 #10 11.91 (139/163): perl-URI-5.09-3.el9.noarch.rpm       3.6 MB/s | 121 kB     00:00    
12:13:22 #10 11.92 (140/163): perl-mro-1.23-479.el9.aarch64.rpm    4.2 MB/s |  37 kB     00:00    
12:13:22 #10 11.92 (141/163): perl-overload-1.31-479.el9.noarch.rp 6.3 MB/s |  55 kB     00:00    
12:13:22 #10 11.93 (142/163): perl-libs-5.32.1-479.el9.aarch64.rpm  74 MB/s | 2.1 MB     00:00    
12:13:22 #10 11.93 (143/163): perl-overloading-0.02-479.el9.noarch 1.4 MB/s |  22 kB     00:00    
12:13:22 #10 11.94 (144/163): perl-parent-0.238-460.el9.noarch.rpm 1.0 MB/s |  15 kB     00:00    
12:13:22 #10 11.94 (145/163): perl-podlators-4.14-460.el9.noarch.r  17 MB/s | 114 kB     00:00    
12:13:22 #10 11.94 (146/163): perl-srpm-macros-1-41.el9.noarch.rpm 971 kB/s | 9.1 kB     00:00    
12:13:22 #10 11.95 (147/163): perl-subs-1.03-479.el9.noarch.rpm    2.1 MB/s |  21 kB     00:00    
12:13:22 #10 11.95 (148/163): perl-vars-1.05-479.el9.noarch.rpm    3.2 MB/s |  23 kB     00:00    
12:13:22 #10 11.95 (149/163): policycoreutils-python-utils-3.4-4.e 7.9 MB/s |  75 kB     00:00    
12:13:22 #10 11.96 (150/163): python-srpm-macros-3.9-52.el9.noarch 2.6 MB/s |  24 kB     00:00    
12:13:22 #10 11.96 (151/163): python3-audit-3.0.7-103.el9.aarch64.  13 MB/s |  84 kB     00:00    
12:13:22 #10 11.97 (152/163): python3-enchant-3.2.0-5.el9.noarch.r 8.2 MB/s |  86 kB     00:00    
12:13:22 #10 11.97 (153/163): python3-file-magic-5.39-10.el9.noarc 1.4 MB/s |  17 kB     00:00    
12:13:22 #10 11.97 (154/163): python3-libselinux-3.4-3.el9.aarch64  16 MB/s | 181 kB     00:00    
12:13:22 #10 11.98 (155/163): python3-libsemanage-3.4-2.el9.aarch6 7.8 MB/s |  80 kB     00:00    
12:13:22 #10 11.98 (156/163): qt5-srpm-macros-5.15.3-1.el9.noarch. 1.9 MB/s | 9.7 kB     00:00    
12:13:22 #10 11.99 (157/163): redhat-rpm-config-196-1.el9.noarch.r 6.9 MB/s |  73 kB     00:00    
12:13:22 #10 11.99 (158/163): rpm-build-4.16.1.3-17.el9.aarch64.rp  10 MB/s | 100 kB     00:00    
12:13:22 #10 12.00 (159/163): rust-srpm-macros-17-4.el9.noarch.rpm 1.4 MB/s |  10 kB     00:00    
12:13:22 #10 12.02 (160/163): scl-utils-2.0.3-2.el9.aarch64.rpm    2.3 MB/s |  38 kB     00:00    
12:13:22 #10 12.03 (161/163): rpmlint-1.11-19.el9.noarch.rpm       5.0 MB/s | 198 kB     00:00    
12:13:22 #10 12.06 (162/163): webkit2gtk3-jsc-2.36.7-1.el9.aarch64  69 MB/s | 2.9 MB     00:00    
12:13:22 #10 12.07 (163/163): python3-policycoreutils-3.4-4.el9.no  21 MB/s | 2.1 MB     00:00    
12:13:22 #10 12.08 --------------------------------------------------------------------------------
12:13:22 #10 12.08 Total                                            26 MB/s |  66 MB     00:02     
12:13:25 #10 14.38 Running transaction check
12:13:25 #10 14.51 Transaction check succeeded.
12:13:25 #10 14.51 Running transaction test
12:13:25 #10 15.20 Transaction test succeeded.
12:13:25 #10 15.20 Running transaction
12:13:27 #10 16.64   Preparing        :                                                        1/1 
12:13:27 #10 16.73   Installing       : systemd-libs-250-11.el9.aarch64                      1/163 
12:13:27 #10 16.73   Running scriptlet: systemd-libs-250-11.el9.aarch64                      1/163 
12:13:27 #10 16.76   Installing       : elfutils-debuginfod-client-0.187-5.el9.aarch64       2/163 
12:13:27 #10 16.76   Running scriptlet: groff-base-1.22.4-10.el9.aarch64                     3/163 
12:13:27 #10 16.82   Installing       : groff-base-1.22.4-10.el9.aarch64                     3/163 
12:13:27 #10 16.82   Running scriptlet: groff-base-1.22.4-10.el9.aarch64                     3/163 
12:13:27 #10 16.83   Installing       : file-5.39-10.el9.aarch64                             4/163 
12:13:27 #10 16.84   Installing       : python3-libselinux-3.4-3.el9.aarch64                 5/163 
12:13:27 #10 16.86   Installing       : xz-5.2.5-8.el9.aarch64                               6/163 
12:13:27 #10 16.87   Installing       : unzip-6.0-56.el9.aarch64                             7/163 
12:13:27 #10 16.88   Installing       : libproxy-0.4.15-35.el9.aarch64                       8/163 
12:13:27 #10 16.89   Installing       : less-590-1.el9.aarch64                               9/163 
12:13:27 #10 16.90   Installing       : diffutils-3.7-12.el9.aarch64                        10/163 
12:13:27 #10 16.91   Installing       : cracklib-2.9.6-27.el9.aarch64                       11/163 
12:13:27 #10 16.92   Installing       : cpio-2.13-16.el9.aarch64                            12/163 
12:13:27 #10 16.93   Installing       : bzip2-1.0.8-8.el9.aarch64                           13/163 
12:13:27 #10 17.01   Installing       : cracklib-dicts-2.9.6-27.el9.aarch64                 14/163 
12:13:27 #10 17.02   Installing       : zip-3.0-33.el9.aarch64                              15/163 
12:13:27 #10 17.03   Installing       : python3-libsemanage-3.4-2.el9.aarch64               16/163 
12:13:27 #10 17.03   Installing       : python3-file-magic-5.39-10.el9.noarch               17/163 
12:13:27 #10 17.06   Installing       : elfutils-0.187-5.el9.aarch64                        18/163 
12:13:27 #10 17.11   Installing       : gdb-minimal-10.2-10.el9.aarch64                     19/163 
12:13:27 #10 17.12   Installing       : dbus-libs-1:1.12.20-6.el9.aarch64                   20/163 
12:13:27 #10 17.14   Installing       : python3-dbus-1.2.18-2.el9.aarch64                   21/163 
12:13:27 #10 17.16   Installing       : procps-ng-3.3.17-8.el9.aarch64                      22/163 
12:13:27 #10 17.18   Installing       : util-linux-core-2.37.4-9.el9.aarch64                23/163 
12:13:27 #10 17.19   Running scriptlet: util-linux-core-2.37.4-9.el9.aarch64                23/163 
12:13:27 #10 17.20   Installing       : rust-srpm-macros-17-4.el9.noarch                    24/163 
12:13:27 #10 17.21   Installing       : qt5-srpm-macros-5.15.3-1.el9.noarch                 25/163 
12:13:27 #10 17.21   Installing       : python3-audit-3.0.7-103.el9.aarch64                 26/163 
12:13:28 #10 17.22   Installing       : perl-srpm-macros-1-41.el9.noarch                    27/163 
12:13:28 #10 17.22   Installing       : openblas-srpm-macros-2-11.el9.noarch                28/163 
12:13:28 #10 17.23   Installing       : ocaml-srpm-macros-6-6.el9.noarch                    29/163 
12:13:28 #10 17.23   Installing       : lua-srpm-macros-1-6.el9.noarch                      30/163 
12:13:28 #10 17.24   Installing       : libstemmer-0-18.585svn.el9.aarch64                  31/163 
12:13:28 #10 17.25   Installing       : libjpeg-turbo-2.0.90-5.el9.aarch64                  32/163 
12:13:28 #10 17.26   Installing       : hunspell-filesystem-1.7.0-11.el9.aarch64            33/163 
12:13:28 #10 17.27   Installing       : hunspell-en-GB-0.20140811.1-20.el9.noarch           34/163 
12:13:28 #10 17.28   Installing       : hunspell-en-0.20140811.1-20.el9.noarch              35/163 
12:13:28 #10 17.29   Installing       : hunspell-en-US-0.20140811.1-20.el9.noarch           36/163 
12:13:28 #10 17.30   Installing       : hunspell-1.7.0-11.el9.aarch64                       37/163 
12:13:28 #10 17.31   Installing       : enchant-1:1.6.0-30.el9.aarch64                      38/163 
12:13:28 #10 17.32   Installing       : python3-enchant-3.2.0-5.el9.noarch                  39/163 
12:13:28 #10 17.33   Installing       : ghc-srpm-macros-1.5.0-6.el9.noarch                  40/163 
12:13:28 #10 17.33   Installing       : emacs-filesystem-1:27.1-3.el9.noarch                41/163 
12:13:28 #10 17.34   Installing       : desktop-file-utils-0.26-6.el9.aarch64               42/163 
12:13:28 #10 17.34   Installing       : efi-srpm-macros-4-9.el9.noarch                      43/163 
12:13:28 #10 17.35   Installing       : dwz-0.14-3.el9.aarch64                              44/163 
12:13:28 #10 17.36   Installing       : checkpolicy-3.4-1.el9.aarch64                       45/163 
12:13:28 #10 17.38   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1    46/163 
12:13:28 #10 17.39   Installing       : abattis-cantarell-fonts-0.301-4.el9.noarch          47/163 
12:13:28 #10 17.41   Installing       : gsettings-desktop-schemas-40.0-4.el9.aarch64        48/163 
12:13:28 #10 17.42   Installing       : zstd-1.5.1-2.el9.aarch64                            49/163 
12:13:28 #10 17.43   Installing       : vim-filesystem-2:8.2.2637-16.el9.noarch             50/163 
12:13:28 #10 17.48   Installing       : tcl-1:8.6.10-7.el9.aarch64                          51/163 
12:13:28 #10 17.50   Installing       : shared-mime-info-2.1-4.el9.aarch64                  52/163 
12:13:28 #10 17.51   Running scriptlet: shared-mime-info-2.1-4.el9.aarch64                  52/163 
12:13:28 #10 17.52   Installing       : python3-six-1.15.0-9.el9.noarch                     53/163 
12:13:28 #10 17.54   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch               54/163 
12:13:28 #10 17.55   Installing       : python3-dnf-plugins-core-4.1.0-3.el9.noarch         55/163 
12:13:28 #10 17.63   Installing       : python3-setuptools-53.0.0-11.el9.noarch             56/163 
12:13:28 #10 17.67   Installing       : python3-setools-4.4.0-5.el9.aarch64                 57/163 
12:13:28 #10 17.68   Installing       : publicsuffix-list-dafsa-20210518-3.el9.noarch       58/163 
12:13:28 #10 17.68   Installing       : libpsl-0.21.1-5.el9.aarch64                         59/163 
12:13:28 #10 17.69   Installing       : pkgconf-m4-1.7.3-9.el9.noarch                       60/163 
12:13:28 #10 17.73   Installing       : openssl-1:3.0.1-41.el9.aarch64                      61/163 
12:13:28 #10 17.74   Installing       : ncurses-6.2-8.20210508.el9.aarch64                  62/163 
12:13:28 #10 17.75   Installing       : perl-Digest-1.19-4.el9.noarch                       63/163 
12:13:28 #10 17.76   Installing       : perl-Digest-MD5-2.58-4.el9.aarch64                  64/163 
12:13:28 #10 17.77   Installing       : perl-B-1.80-479.el9.aarch64                         65/163 
12:13:28 #10 17.77   Installing       : perl-FileHandle-2.03-479.el9.noarch                 66/163 
12:13:28 #10 17.78   Installing       : perl-AutoLoader-5.74-479.el9.noarch                 67/163 
12:13:28 #10 17.79   Installing       : perl-Data-Dumper-2.174-462.el9.aarch64              68/163 
12:13:28 #10 17.79   Installing       : perl-libnet-3.13-4.el9.noarch                       69/163 
12:13:28 #10 17.80   Installing       : perl-base-2.27-479.el9.noarch                       70/163 
12:13:28 #10 17.81   Installing       : perl-URI-5.09-3.el9.noarch                          71/163 
12:13:28 #10 17.84   Installing       : perl-Net-SSLeay-1.92-2.el9.aarch64                  72/163 
12:13:28 #10 17.85   Installing       : perl-Mozilla-CA-20200520-6.el9.noarch               73/163 
12:13:28 #10 17.85   Installing       : perl-if-0.60.800-479.el9.noarch                     74/163 
12:13:28 #10 17.86   Installing       : perl-IO-Socket-IP-0.41-5.el9.noarch                 75/163 
12:13:28 #10 17.86   Installing       : perl-Time-Local-2:1.300-7.el9.noarch                76/163 
12:13:28 #10 17.87   Installing       : perl-File-Path-2.18-4.el9.noarch                    77/163 
12:13:28 #10 17.88   Installing       : perl-IO-Socket-SSL-2.073-1.el9.noarch               78/163 
12:13:28 #10 17.89   Installing       : perl-Pod-Escapes-1:1.07-460.el9.noarch              79/163 
12:13:28 #10 17.89   Installing       : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch        80/163 
12:13:28 #10 17.90   Installing       : perl-Class-Struct-0.66-479.el9.noarch               81/163 
12:13:28 #10 17.90   Installing       : perl-POSIX-1.94-479.el9.aarch64                     82/163 
12:13:28 #10 17.91   Installing       : perl-Term-ANSIColor-5.01-461.el9.noarch             83/163 
12:13:28 #10 17.92   Installing       : perl-IPC-Open3-1.21-479.el9.noarch                  84/163 
12:13:28 #10 17.92   Installing       : perl-subs-1.03-479.el9.noarch                       85/163 
12:13:28 #10 17.93   Installing       : perl-File-Temp-1:0.231.100-4.el9.noarch             86/163 
12:13:28 #10 17.93   Installing       : perl-HTTP-Tiny-0.076-460.el9.noarch                 87/163 
12:13:28 #10 17.94   Installing       : perl-Term-Cap-1.17-460.el9.noarch                   88/163 
12:13:28 #10 17.95   Installing       : perl-Pod-Simple-1:3.42-4.el9.noarch                 89/163 
12:13:28 #10 17.96   Installing       : perl-Socket-4:2.031-4.el9.aarch64                   90/163 
12:13:28 #10 17.96   Installing       : perl-SelectSaver-1.02-479.el9.noarch                91/163 
12:13:28 #10 17.97   Installing       : perl-Symbol-1.08-479.el9.noarch                     92/163 
12:13:28 #10 17.97   Installing       : perl-File-stat-1.09-479.el9.noarch                  93/163 
12:13:28 #10 17.98   Installing       : perl-podlators-1:4.14-460.el9.noarch                94/163 
12:13:28 #10 17.99   Installing       : perl-Pod-Perldoc-3.28.01-461.el9.noarch             95/163 
12:13:28 #10 18.00   Installing       : perl-Fcntl-1.13-479.el9.aarch64                     96/163 
12:13:28 #10 18.00   Installing       : perl-Text-ParseWords-3.30-460.el9.noarch            97/163 
12:13:28 #10 18.01   Installing       : perl-mro-1.23-479.el9.aarch64                       98/163 
12:13:28 #10 18.01   Installing       : perl-IO-1.43-479.el9.aarch64                        99/163 
12:13:28 #10 18.02   Installing       : perl-overloading-0.02-479.el9.noarch               100/163 
12:13:28 #10 18.03   Installing       : perl-Pod-Usage-4:2.01-4.el9.noarch                 101/163 
12:13:28 #10 18.03   Installing       : perl-Errno-1.30-479.el9.aarch64                    102/163 
12:13:28 #10 18.04   Installing       : perl-File-Basename-2.85-479.el9.noarch             103/163 
12:13:28 #10 18.04   Installing       : perl-Getopt-Std-1.12-479.el9.noarch                104/163 
12:13:28 #10 18.05   Installing       : perl-MIME-Base64-3.16-4.el9.aarch64                105/163 
12:13:28 #10 18.06   Installing       : perl-Scalar-List-Utils-4:1.56-461.el9.aarch64      106/163 
12:13:28 #10 18.06   Installing       : perl-constant-1.33-461.el9.noarch                  107/163 
12:13:28 #10 18.07   Installing       : perl-Storable-1:3.21-460.el9.aarch64               108/163 
12:13:28 #10 18.08   Installing       : perl-overload-1.31-479.el9.noarch                  109/163 
12:13:28 #10 18.08   Installing       : perl-parent-1:0.238-460.el9.noarch                 110/163 
12:13:28 #10 18.09   Installing       : perl-vars-1.05-479.el9.noarch                      111/163 
12:13:28 #10 18.10   Installing       : perl-Getopt-Long-1:2.52-4.el9.noarch               112/163 
12:13:28 #10 18.10   Installing       : perl-Carp-1.50-460.el9.noarch                      113/163 
12:13:28 #10 18.11   Installing       : perl-Exporter-5.74-461.el9.noarch                  114/163 
12:13:28 #10 18.11   Installing       : perl-NDBM_File-1.15-479.el9.aarch64                115/163 
12:13:28 #10 18.12   Installing       : perl-PathTools-3.78-461.el9.aarch64                116/163 
12:13:28 #10 18.17   Installing       : perl-Encode-4:3.08-462.el9.aarch64                 117/163 
12:13:28 #10 18.29   Installing       : perl-libs-4:5.32.1-479.el9.aarch64                 118/163 
12:13:28 #10 18.30   Installing       : perl-interpreter-4:5.32.1-479.el9.aarch64          119/163 
12:13:28 #10 18.31   Installing       : kernel-srpm-macros-1.0-11.el9.noarch               120/163 
12:13:28 #10 18.31   Installing       : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           121/163 
12:13:28 #10 18.32   Installing       : go-srpm-macros-3.0.9-9.el9.noarch                  122/163 
12:13:28 #10 18.32   Installing       : python-srpm-macros-3.9-52.el9.noarch               123/163 
12:13:29 #10 18.33   Installing       : redhat-rpm-config-196-1.el9.noarch                 124/163 
12:13:29 #10 18.34   Running scriptlet: libutempter-1.2.1-6.el9.aarch64                    125/163 
12:13:29 #10 18.45   Installing       : libutempter-1.2.1-6.el9.aarch64                    125/163 
12:13:29 #10 18.47   Installing       : libselinux-utils-3.4-3.el9.aarch64                 126/163 
12:13:29 #10 18.48   Installing       : libpng-2:1.6.37-12.el9.aarch64                     127/163 
12:13:29 #10 18.49   Installing       : gdk-pixbuf2-2.42.6-2.el9.aarch64                   128/163 
12:13:29 #10 18.50   Installing       : libpkgconf-1.7.3-9.el9.aarch64                     129/163 
12:13:29 #10 18.51   Installing       : pkgconf-1.7.3-9.el9.aarch64                        130/163 
12:13:29 #10 18.52   Installing       : pkgconf-pkg-config-1.7.3-9.el9.aarch64             131/163 
12:13:29 #10 18.52   Installing       : libpipeline-1.5.3-4.el9.aarch64                    132/163 
12:13:29 #10 18.53   Running scriptlet: man-db-2.9.3-7.el9.aarch64                         133/163 
12:13:29 #10 18.57   Installing       : man-db-2.9.3-7.el9.aarch64                         133/163 
12:13:29 #10 18.57   Running scriptlet: man-db-2.9.3-7.el9.aarch64                         133/163 
12:13:29 #10 18.60   Installing       : environment-modules-5.0.1-1.el9.aarch64            134/163 
12:13:29 #10 18.61   Running scriptlet: environment-modules-5.0.1-1.el9.aarch64            134/163 
12:13:29 #10 18.63   Installing       : scl-utils-1:2.0.3-2.el9.aarch64                    135/163 
12:13:29 #10 18.80   Installing       : libicu-67.1-9.el9.aarch64                          136/163 
12:13:29 #10 18.85   Installing       : webkit2gtk3-jsc-2.36.7-1.el9.aarch64               137/163 
12:13:29 #10 18.86   Installing       : libproxy-webkitgtk4-0.4.15-35.el9.aarch64          138/163 
12:13:29 #10 18.87   Installing       : glib-networking-2.68.3-3.el9.aarch64               139/163 
12:13:29 #10 18.88   Installing       : libfdisk-2.37.4-9.el9.aarch64                      140/163 
12:13:29 #10 18.89   Installing       : libeconf-0.4.1-2.el9.aarch64                       141/163 
12:13:29 #10 18.91   Installing       : libdb-5.3.28-53.el9.aarch64                        142/163 
12:13:29 #10 18.95   Installing       : pam-1.5.1-12.el9.aarch64                           143/163 
12:13:29 #10 18.96   Installing       : libpwquality-1.4.4-8.el9.aarch64                   144/163 
12:13:29 #10 19.05   Installing       : util-linux-2.37.4-9.el9.aarch64                    145/163 
12:13:29 #10 19.05 warning: /etc/adjtime created as /etc/adjtime.rpmnew
12:13:29 #10 19.05 
12:13:29 #10 19.07   Installing       : policycoreutils-3.4-4.el9.aarch64                  146/163 
12:13:29 #10 19.08   Running scriptlet: policycoreutils-3.4-4.el9.aarch64                  146/163 
12:13:29 #10 19.13   Installing       : python3-policycoreutils-3.4-4.el9.noarch           147/163 
12:13:29 #10 19.15   Installing       : policycoreutils-python-utils-3.4-4.el9.noarch      148/163 
12:13:29 #10 19.16   Installing       : gcc-toolset-12-runtime-12.0-5.el9.aarch64          149/163 
12:13:30 #10 19.17   Running scriptlet: gcc-toolset-12-runtime-12.0-5.el9.aarch64          149/163 
12:13:30 #10 19.38 ValueError: SELinux policy is not managed or store cannot be accessed.
12:13:30 #10 19.38 
12:13:30 #10 19.48   Installing       : gcc-toolset-12-binutils-2.38-16.el9.aarch64        150/163 
12:13:30 #10 19.49   Running scriptlet: gcc-toolset-12-binutils-2.38-16.el9.aarch64        150/163 
12:13:30 #10 19.51   Installing       : gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64   151/163 
12:13:30 #10 19.60   Installing       : binutils-2.35.2-24.el9.aarch64                     152/163 
12:13:30 #10 19.61   Running scriptlet: binutils-2.35.2-24.el9.aarch64                     152/163 
12:13:30 #10 19.63   Installing       : libbrotli-1.0.9-6.el9.aarch64                      153/163 
12:13:30 #10 19.64   Installing       : libsoup-2.72.0-8.el9.aarch64                       154/163 
12:13:30 #10 19.65   Installing       : json-glib-1.6.6-1.el9.aarch64                      155/163 
12:13:30 #10 19.67   Installing       : libappstream-glib-0.7.18-4.el9.aarch64             156/163 
12:13:30 #10 19.68   Installing       : info-6.7-15.el9.aarch64                            157/163 
12:13:30 #10 19.69   Installing       : ed-1.14.2-12.el9.aarch64                           158/163 
12:13:30 #10 19.69   Installing       : patch-2.7.6-16.el9.aarch64                         159/163 
12:13:30 #10 19.71   Installing       : rpm-build-4.16.1.3-17.el9.aarch64                  160/163 
12:13:30 #10 19.72   Installing       : rpmlint-1.11-19.el9.noarch                         161/163 
12:13:30 #10 19.73   Installing       : dnf-plugins-core-4.1.0-3.el9.noarch                162/163 
12:13:30 #10 19.85   Installing       : glibc-gconv-extra-2.34-40.el9.aarch64              163/163 
12:13:34 #10 19.86   Running scriptlet: glibc-gconv-extra-2.34-40.el9.aarch64              163/163 
12:13:34 #10 23.83   Verifying        : binutils-2.35.2-24.el9.aarch64                       1/163 
12:13:34 #10 23.83   Verifying        : bzip2-1.0.8-8.el9.aarch64                            2/163 
12:13:34 #10 23.83   Verifying        : cpio-2.13-16.el9.aarch64                             3/163 
12:13:34 #10 23.83   Verifying        : cracklib-2.9.6-27.el9.aarch64                        4/163 
12:13:34 #10 23.83   Verifying        : cracklib-dicts-2.9.6-27.el9.aarch64                  5/163 
12:13:34 #10 23.83   Verifying        : dbus-libs-1:1.12.20-6.el9.aarch64                    6/163 
12:13:34 #10 23.83   Verifying        : diffutils-3.7-12.el9.aarch64                         7/163 
12:13:34 #10 23.83   Verifying        : dnf-plugins-core-4.1.0-3.el9.noarch                  8/163 
12:13:34 #10 23.83   Verifying        : ed-1.14.2-12.el9.aarch64                             9/163 
12:13:34 #10 23.83   Verifying        : elfutils-0.187-5.el9.aarch64                        10/163 
12:13:34 #10 23.83   Verifying        : elfutils-debuginfod-client-0.187-5.el9.aarch64      11/163 
12:13:34 #10 23.83   Verifying        : environment-modules-5.0.1-1.el9.aarch64             12/163 
12:13:34 #10 23.83   Verifying        : file-5.39-10.el9.aarch64                            13/163 
12:13:34 #10 23.83   Verifying        : glib-networking-2.68.3-3.el9.aarch64                14/163 
12:13:34 #10 23.83   Verifying        : glibc-gconv-extra-2.34-40.el9.aarch64               15/163 
12:13:34 #10 23.83   Verifying        : groff-base-1.22.4-10.el9.aarch64                    16/163 
12:13:34 #10 23.83   Verifying        : gsettings-desktop-schemas-40.0-4.el9.aarch64        17/163 
12:13:34 #10 23.83   Verifying        : info-6.7-15.el9.aarch64                             18/163 
12:13:34 #10 23.83   Verifying        : json-glib-1.6.6-1.el9.aarch64                       19/163 
12:13:34 #10 23.83   Verifying        : less-590-1.el9.aarch64                              20/163 
12:13:34 #10 23.83   Verifying        : libbrotli-1.0.9-6.el9.aarch64                       21/163 
12:13:34 #10 23.83   Verifying        : libdb-5.3.28-53.el9.aarch64                         22/163 
12:13:34 #10 23.83   Verifying        : libeconf-0.4.1-2.el9.aarch64                        23/163 
12:13:34 #10 23.83   Verifying        : libfdisk-2.37.4-9.el9.aarch64                       24/163 
12:13:34 #10 23.83   Verifying        : libicu-67.1-9.el9.aarch64                           25/163 
12:13:34 #10 23.83   Verifying        : libpipeline-1.5.3-4.el9.aarch64                     26/163 
12:13:34 #10 23.83   Verifying        : libpkgconf-1.7.3-9.el9.aarch64                      27/163 
12:13:34 #10 23.83   Verifying        : libpng-2:1.6.37-12.el9.aarch64                      28/163 
12:13:34 #10 23.83   Verifying        : libproxy-0.4.15-35.el9.aarch64                      29/163 
12:13:34 #10 23.83   Verifying        : libpsl-0.21.1-5.el9.aarch64                         30/163 
12:13:34 #10 23.83   Verifying        : libpwquality-1.4.4-8.el9.aarch64                    31/163 
12:13:34 #10 23.83   Verifying        : libselinux-utils-3.4-3.el9.aarch64                  32/163 
12:13:34 #10 23.83   Verifying        : libutempter-1.2.1-6.el9.aarch64                     33/163 
12:13:34 #10 23.83   Verifying        : man-db-2.9.3-7.el9.aarch64                          34/163 
12:13:34 #10 23.83   Verifying        : ncurses-6.2-8.20210508.el9.aarch64                  35/163 
12:13:34 #10 23.83   Verifying        : openssl-1:3.0.1-41.el9.aarch64                      36/163 
12:13:34 #10 23.83   Verifying        : pam-1.5.1-12.el9.aarch64                            37/163 
12:13:34 #10 23.83   Verifying        : pkgconf-1.7.3-9.el9.aarch64                         38/163 
12:13:34 #10 23.83   Verifying        : pkgconf-m4-1.7.3-9.el9.noarch                       39/163 
12:13:34 #10 23.83   Verifying        : pkgconf-pkg-config-1.7.3-9.el9.aarch64              40/163 
12:13:34 #10 23.83   Verifying        : policycoreutils-3.4-4.el9.aarch64                   41/163 
12:13:34 #10 23.83   Verifying        : procps-ng-3.3.17-8.el9.aarch64                      42/163 
12:13:34 #10 23.83   Verifying        : publicsuffix-list-dafsa-20210518-3.el9.noarch       43/163 
12:13:34 #10 23.83   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch               44/163 
12:13:34 #10 23.83   Verifying        : python3-dbus-1.2.18-2.el9.aarch64                   45/163 
12:13:34 #10 23.83   Verifying        : python3-dnf-plugins-core-4.1.0-3.el9.noarch         46/163 
12:13:34 #10 23.83   Verifying        : python3-setools-4.4.0-5.el9.aarch64                 47/163 
12:13:34 #10 23.83   Verifying        : python3-setuptools-53.0.0-11.el9.noarch             48/163 
12:13:34 #10 23.83   Verifying        : python3-six-1.15.0-9.el9.noarch                     49/163 
12:13:34 #10 23.83   Verifying        : shared-mime-info-2.1-4.el9.aarch64                  50/163 
12:13:34 #10 23.83   Verifying        : systemd-libs-250-11.el9.aarch64                     51/163 
12:13:34 #10 23.83   Verifying        : tcl-1:8.6.10-7.el9.aarch64                          52/163 
12:13:34 #10 23.83   Verifying        : unzip-6.0-56.el9.aarch64                            53/163 
12:13:34 #10 23.83   Verifying        : util-linux-2.37.4-9.el9.aarch64                     54/163 
12:13:34 #10 23.83   Verifying        : util-linux-core-2.37.4-9.el9.aarch64                55/163 
12:13:34 #10 23.83   Verifying        : vim-filesystem-2:8.2.2637-16.el9.noarch             56/163 
12:13:34 #10 23.83   Verifying        : xz-5.2.5-8.el9.aarch64                              57/163 
12:13:34 #10 23.83   Verifying        : zip-3.0-33.el9.aarch64                              58/163 
12:13:34 #10 23.83   Verifying        : zstd-1.5.1-2.el9.aarch64                            59/163 
12:13:34 #10 23.83   Verifying        : abattis-cantarell-fonts-0.301-4.el9.noarch          60/163 
12:13:34 #10 23.83   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1    61/163 
12:13:34 #10 23.83   Verifying        : checkpolicy-3.4-1.el9.aarch64                       62/163 
12:13:34 #10 23.83   Verifying        : desktop-file-utils-0.26-6.el9.aarch64               63/163 
12:13:34 #10 23.83   Verifying        : dwz-0.14-3.el9.aarch64                              64/163 
12:13:34 #10 23.83   Verifying        : efi-srpm-macros-4-9.el9.noarch                      65/163 
12:13:34 #10 23.83   Verifying        : emacs-filesystem-1:27.1-3.el9.noarch                66/163 
12:13:34 #10 23.83   Verifying        : enchant-1:1.6.0-30.el9.aarch64                      67/163 
12:13:34 #10 23.83   Verifying        : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch            68/163 
12:13:34 #10 23.83   Verifying        : gcc-toolset-12-binutils-2.38-16.el9.aarch64         69/163 
12:13:34 #10 23.83   Verifying        : gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64    70/163 
12:13:34 #10 23.83   Verifying        : gcc-toolset-12-runtime-12.0-5.el9.aarch64           71/163 
12:13:34 #10 23.83   Verifying        : gdb-minimal-10.2-10.el9.aarch64                     72/163 
12:13:34 #10 23.83   Verifying        : gdk-pixbuf2-2.42.6-2.el9.aarch64                    73/163 
12:13:34 #10 23.83   Verifying        : ghc-srpm-macros-1.5.0-6.el9.noarch                  74/163 
12:13:34 #10 23.83   Verifying        : go-srpm-macros-3.0.9-9.el9.noarch                   75/163 
12:13:34 #10 23.83   Verifying        : hunspell-1.7.0-11.el9.aarch64                       76/163 
12:13:34 #10 23.84   Verifying        : hunspell-en-0.20140811.1-20.el9.noarch              77/163 
12:13:34 #10 23.84   Verifying        : hunspell-en-GB-0.20140811.1-20.el9.noarch           78/163 
12:13:34 #10 23.84   Verifying        : hunspell-en-US-0.20140811.1-20.el9.noarch           79/163 
12:13:34 #10 23.84   Verifying        : hunspell-filesystem-1.7.0-11.el9.aarch64            80/163 
12:13:34 #10 23.84   Verifying        : kernel-srpm-macros-1.0-11.el9.noarch                81/163 
12:13:34 #10 23.84   Verifying        : libappstream-glib-0.7.18-4.el9.aarch64              82/163 
12:13:34 #10 23.84   Verifying        : libjpeg-turbo-2.0.90-5.el9.aarch64                  83/163 
12:13:34 #10 23.84   Verifying        : libproxy-webkitgtk4-0.4.15-35.el9.aarch64           84/163 
12:13:34 #10 23.84   Verifying        : libsoup-2.72.0-8.el9.aarch64                        85/163 
12:13:34 #10 23.84   Verifying        : libstemmer-0-18.585svn.el9.aarch64                  86/163 
12:13:34 #10 23.84   Verifying        : lua-srpm-macros-1-6.el9.noarch                      87/163 
12:13:34 #10 23.84   Verifying        : ocaml-srpm-macros-6-6.el9.noarch                    88/163 
12:13:34 #10 23.84   Verifying        : openblas-srpm-macros-2-11.el9.noarch                89/163 
12:13:34 #10 23.84   Verifying        : patch-2.7.6-16.el9.aarch64                          90/163 
12:13:34 #10 23.84   Verifying        : perl-AutoLoader-5.74-479.el9.noarch                 91/163 
12:13:34 #10 23.84   Verifying        : perl-B-1.80-479.el9.aarch64                         92/163 
12:13:34 #10 23.84   Verifying        : perl-Carp-1.50-460.el9.noarch                       93/163 
12:13:34 #10 23.84   Verifying        : perl-Class-Struct-0.66-479.el9.noarch               94/163 
12:13:34 #10 23.84   Verifying        : perl-Data-Dumper-2.174-462.el9.aarch64              95/163 
12:13:34 #10 23.84   Verifying        : perl-Digest-1.19-4.el9.noarch                       96/163 
12:13:34 #10 23.84   Verifying        : perl-Digest-MD5-2.58-4.el9.aarch64                  97/163 
12:13:34 #10 23.84   Verifying        : perl-Encode-4:3.08-462.el9.aarch64                  98/163 
12:13:34 #10 23.84   Verifying        : perl-Errno-1.30-479.el9.aarch64                     99/163 
12:13:34 #10 23.84   Verifying        : perl-Exporter-5.74-461.el9.noarch                  100/163 
12:13:34 #10 23.84   Verifying        : perl-Fcntl-1.13-479.el9.aarch64                    101/163 
12:13:34 #10 23.84   Verifying        : perl-File-Basename-2.85-479.el9.noarch             102/163 
12:13:34 #10 23.84   Verifying        : perl-File-Path-2.18-4.el9.noarch                   103/163 
12:13:34 #10 23.84   Verifying        : perl-File-Temp-1:0.231.100-4.el9.noarch            104/163 
12:13:34 #10 23.84   Verifying        : perl-File-stat-1.09-479.el9.noarch                 105/163 
12:13:34 #10 23.84   Verifying        : perl-FileHandle-2.03-479.el9.noarch                106/163 
12:13:34 #10 23.84   Verifying        : perl-Getopt-Long-1:2.52-4.el9.noarch               107/163 
12:13:34 #10 23.84   Verifying        : perl-Getopt-Std-1.12-479.el9.noarch                108/163 
12:13:34 #10 23.84   Verifying        : perl-HTTP-Tiny-0.076-460.el9.noarch                109/163 
12:13:34 #10 23.84   Verifying        : perl-IO-1.43-479.el9.aarch64                       110/163 
12:13:34 #10 23.84   Verifying        : perl-IO-Socket-IP-0.41-5.el9.noarch                111/163 
12:13:34 #10 23.84   Verifying        : perl-IO-Socket-SSL-2.073-1.el9.noarch              112/163 
12:13:34 #10 23.84   Verifying        : perl-IPC-Open3-1.21-479.el9.noarch                 113/163 
12:13:34 #10 23.84   Verifying        : perl-MIME-Base64-3.16-4.el9.aarch64                114/163 
12:13:34 #10 23.84   Verifying        : perl-Mozilla-CA-20200520-6.el9.noarch              115/163 
12:13:34 #10 23.84   Verifying        : perl-NDBM_File-1.15-479.el9.aarch64                116/163 
12:13:34 #10 23.84   Verifying        : perl-Net-SSLeay-1.92-2.el9.aarch64                 117/163 
12:13:34 #10 23.84   Verifying        : perl-POSIX-1.94-479.el9.aarch64                    118/163 
12:13:34 #10 23.84   Verifying        : perl-PathTools-3.78-461.el9.aarch64                119/163 
12:13:34 #10 23.84   Verifying        : perl-Pod-Escapes-1:1.07-460.el9.noarch             120/163 
12:13:34 #10 23.84   Verifying        : perl-Pod-Perldoc-3.28.01-461.el9.noarch            121/163 
12:13:34 #10 23.84   Verifying        : perl-Pod-Simple-1:3.42-4.el9.noarch                122/163 
12:13:34 #10 23.84   Verifying        : perl-Pod-Usage-4:2.01-4.el9.noarch                 123/163 
12:13:34 #10 23.84   Verifying        : perl-Scalar-List-Utils-4:1.56-461.el9.aarch64      124/163 
12:13:34 #10 23.84   Verifying        : perl-SelectSaver-1.02-479.el9.noarch               125/163 
12:13:34 #10 23.84   Verifying        : perl-Socket-4:2.031-4.el9.aarch64                  126/163 
12:13:34 #10 23.84   Verifying        : perl-Storable-1:3.21-460.el9.aarch64               127/163 
12:13:34 #10 23.84   Verifying        : perl-Symbol-1.08-479.el9.noarch                    128/163 
12:13:34 #10 23.84   Verifying        : perl-Term-ANSIColor-5.01-461.el9.noarch            129/163 
12:13:34 #10 23.84   Verifying        : perl-Term-Cap-1.17-460.el9.noarch                  130/163 
12:13:34 #10 23.84   Verifying        : perl-Text-ParseWords-3.30-460.el9.noarch           131/163 
12:13:34 #10 23.84   Verifying        : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       132/163 
12:13:34 #10 23.84   Verifying        : perl-Time-Local-2:1.300-7.el9.noarch               133/163 
12:13:34 #10 23.84   Verifying        : perl-URI-5.09-3.el9.noarch                         134/163 
12:13:34 #10 23.84   Verifying        : perl-base-2.27-479.el9.noarch                      135/163 
12:13:34 #10 23.84   Verifying        : perl-constant-1.33-461.el9.noarch                  136/163 
12:13:34 #10 23.84   Verifying        : perl-if-0.60.800-479.el9.noarch                    137/163 
12:13:34 #10 23.84   Verifying        : perl-interpreter-4:5.32.1-479.el9.aarch64          138/163 
12:13:34 #10 23.84   Verifying        : perl-libnet-3.13-4.el9.noarch                      139/163 
12:13:34 #10 23.84   Verifying        : perl-libs-4:5.32.1-479.el9.aarch64                 140/163 
12:13:34 #10 23.84   Verifying        : perl-mro-1.23-479.el9.aarch64                      141/163 
12:13:34 #10 23.84   Verifying        : perl-overload-1.31-479.el9.noarch                  142/163 
12:13:34 #10 23.84   Verifying        : perl-overloading-0.02-479.el9.noarch               143/163 
12:13:34 #10 23.84   Verifying        : perl-parent-1:0.238-460.el9.noarch                 144/163 
12:13:34 #10 23.84   Verifying        : perl-podlators-1:4.14-460.el9.noarch               145/163 
12:13:34 #10 23.84   Verifying        : perl-srpm-macros-1-41.el9.noarch                   146/163 
12:13:34 #10 23.84   Verifying        : perl-subs-1.03-479.el9.noarch                      147/163 
12:13:34 #10 23.84   Verifying        : perl-vars-1.05-479.el9.noarch                      148/163 
12:13:34 #10 23.84   Verifying        : policycoreutils-python-utils-3.4-4.el9.noarch      149/163 
12:13:34 #10 23.84   Verifying        : python-srpm-macros-3.9-52.el9.noarch               150/163 
12:13:34 #10 23.84   Verifying        : python3-audit-3.0.7-103.el9.aarch64                151/163 
12:13:34 #10 23.84   Verifying        : python3-enchant-3.2.0-5.el9.noarch                 152/163 
12:13:34 #10 23.84   Verifying        : python3-file-magic-5.39-10.el9.noarch              153/163 
12:13:34 #10 23.84   Verifying        : python3-libselinux-3.4-3.el9.aarch64               154/163 
12:13:34 #10 23.84   Verifying        : python3-libsemanage-3.4-2.el9.aarch64              155/163 
12:13:34 #10 23.84   Verifying        : python3-policycoreutils-3.4-4.el9.noarch           156/163 
12:13:34 #10 23.84   Verifying        : qt5-srpm-macros-5.15.3-1.el9.noarch                157/163 
12:13:34 #10 23.84   Verifying        : redhat-rpm-config-196-1.el9.noarch                 158/163 
12:13:34 #10 23.84   Verifying        : rpm-build-4.16.1.3-17.el9.aarch64                  159/163 
12:13:34 #10 23.84   Verifying        : rpmlint-1.11-19.el9.noarch                         160/163 
12:13:34 #10 23.84   Verifying        : rust-srpm-macros-17-4.el9.noarch                   161/163 
12:13:34 #10 23.84   Verifying        : scl-utils-1:2.0.3-2.el9.aarch64                    162/163 
12:13:34 #10 23.84   Verifying        : webkit2gtk3-jsc-2.36.7-1.el9.aarch64               163/163 
12:13:34 #10 24.03 
12:13:34 #10 24.03 Installed:
12:13:34 #10 24.03   abattis-cantarell-fonts-0.301-4.el9.noarch                                    
12:13:34 #10 24.03   adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch                       
12:13:34 #10 24.03   binutils-2.35.2-24.el9.aarch64                                                
12:13:34 #10 24.03   bzip2-1.0.8-8.el9.aarch64                                                     
12:13:34 #10 24.03   checkpolicy-3.4-1.el9.aarch64                                                 
12:13:34 #10 24.03   cpio-2.13-16.el9.aarch64                                                      
12:13:34 #10 24.03   cracklib-2.9.6-27.el9.aarch64                                                 
12:13:34 #10 24.03   cracklib-dicts-2.9.6-27.el9.aarch64                                           
12:13:34 #10 24.03   dbus-libs-1:1.12.20-6.el9.aarch64                                             
12:13:34 #10 24.03   desktop-file-utils-0.26-6.el9.aarch64                                         
12:13:34 #10 24.03   diffutils-3.7-12.el9.aarch64                                                  
12:13:34 #10 24.03   dnf-plugins-core-4.1.0-3.el9.noarch                                           
12:13:34 #10 24.03   dwz-0.14-3.el9.aarch64                                                        
12:13:34 #10 24.03   ed-1.14.2-12.el9.aarch64                                                      
12:13:34 #10 24.03   efi-srpm-macros-4-9.el9.noarch                                                
12:13:34 #10 24.03   elfutils-0.187-5.el9.aarch64                                                  
12:13:34 #10 24.03   elfutils-debuginfod-client-0.187-5.el9.aarch64                                
12:13:34 #10 24.03   emacs-filesystem-1:27.1-3.el9.noarch                                          
12:13:34 #10 24.03   enchant-1:1.6.0-30.el9.aarch64                                                
12:13:34 #10 24.03   environment-modules-5.0.1-1.el9.aarch64                                       
12:13:34 #10 24.03   file-5.39-10.el9.aarch64                                                      
12:13:34 #10 24.03   fonts-srpm-macros-1:2.0.5-7.el9.1.noarch                                      
12:13:34 #10 24.03   gcc-toolset-12-binutils-2.38-16.el9.aarch64                                   
12:13:34 #10 24.03   gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64                              
12:13:34 #10 24.03   gcc-toolset-12-runtime-12.0-5.el9.aarch64                                     
12:13:34 #10 24.03   gdb-minimal-10.2-10.el9.aarch64                                               
12:13:34 #10 24.03   gdk-pixbuf2-2.42.6-2.el9.aarch64                                              
12:13:34 #10 24.03   ghc-srpm-macros-1.5.0-6.el9.noarch                                            
12:13:34 #10 24.03   glib-networking-2.68.3-3.el9.aarch64                                          
12:13:34 #10 24.03   glibc-gconv-extra-2.34-40.el9.aarch64                                         
12:13:34 #10 24.03   go-srpm-macros-3.0.9-9.el9.noarch                                             
12:13:34 #10 24.03   groff-base-1.22.4-10.el9.aarch64                                              
12:13:34 #10 24.03   gsettings-desktop-schemas-40.0-4.el9.aarch64                                  
12:13:34 #10 24.03   hunspell-1.7.0-11.el9.aarch64                                                 
12:13:34 #10 24.03   hunspell-en-0.20140811.1-20.el9.noarch                                        
12:13:34 #10 24.03   hunspell-en-GB-0.20140811.1-20.el9.noarch                                     
12:13:34 #10 24.03   hunspell-en-US-0.20140811.1-20.el9.noarch                                     
12:13:34 #10 24.03   hunspell-filesystem-1.7.0-11.el9.aarch64                                      
12:13:34 #10 24.03   info-6.7-15.el9.aarch64                                                       
12:13:34 #10 24.03   json-glib-1.6.6-1.el9.aarch64                                                 
12:13:34 #10 24.03   kernel-srpm-macros-1.0-11.el9.noarch                                          
12:13:34 #10 24.03   less-590-1.el9.aarch64                                                        
12:13:34 #10 24.03   libappstream-glib-0.7.18-4.el9.aarch64                                        
12:13:34 #10 24.03   libbrotli-1.0.9-6.el9.aarch64                                                 
12:13:34 #10 24.03   libdb-5.3.28-53.el9.aarch64                                                   
12:13:34 #10 24.03   libeconf-0.4.1-2.el9.aarch64                                                  
12:13:34 #10 24.03   libfdisk-2.37.4-9.el9.aarch64                                                 
12:13:34 #10 24.03   libicu-67.1-9.el9.aarch64                                                     
12:13:34 #10 24.03   libjpeg-turbo-2.0.90-5.el9.aarch64                                            
12:13:34 #10 24.03   libpipeline-1.5.3-4.el9.aarch64                                               
12:13:34 #10 24.03   libpkgconf-1.7.3-9.el9.aarch64                                                
12:13:34 #10 24.03   libpng-2:1.6.37-12.el9.aarch64                                                
12:13:34 #10 24.03   libproxy-0.4.15-35.el9.aarch64                                                
12:13:34 #10 24.03   libproxy-webkitgtk4-0.4.15-35.el9.aarch64                                     
12:13:34 #10 24.03   libpsl-0.21.1-5.el9.aarch64                                                   
12:13:34 #10 24.03   libpwquality-1.4.4-8.el9.aarch64                                              
12:13:34 #10 24.03   libselinux-utils-3.4-3.el9.aarch64                                            
12:13:34 #10 24.03   libsoup-2.72.0-8.el9.aarch64                                                  
12:13:34 #10 24.03   libstemmer-0-18.585svn.el9.aarch64                                            
12:13:34 #10 24.03   libutempter-1.2.1-6.el9.aarch64                                               
12:13:34 #10 24.03   lua-srpm-macros-1-6.el9.noarch                                                
12:13:34 #10 24.03   man-db-2.9.3-7.el9.aarch64                                                    
12:13:34 #10 24.03   ncurses-6.2-8.20210508.el9.aarch64                                            
12:13:34 #10 24.03   ocaml-srpm-macros-6-6.el9.noarch                                              
12:13:34 #10 24.03   openblas-srpm-macros-2-11.el9.noarch                                          
12:13:34 #10 24.03   openssl-1:3.0.1-41.el9.aarch64                                                
12:13:34 #10 24.03   pam-1.5.1-12.el9.aarch64                                                      
12:13:34 #10 24.03   patch-2.7.6-16.el9.aarch64                                                    
12:13:34 #10 24.03   perl-AutoLoader-5.74-479.el9.noarch                                           
12:13:34 #10 24.03   perl-B-1.80-479.el9.aarch64                                                   
12:13:34 #10 24.03   perl-Carp-1.50-460.el9.noarch                                                 
12:13:34 #10 24.03   perl-Class-Struct-0.66-479.el9.noarch                                         
12:13:34 #10 24.03   perl-Data-Dumper-2.174-462.el9.aarch64                                        
12:13:34 #10 24.03   perl-Digest-1.19-4.el9.noarch                                                 
12:13:34 #10 24.03   perl-Digest-MD5-2.58-4.el9.aarch64                                            
12:13:34 #10 24.03   perl-Encode-4:3.08-462.el9.aarch64                                            
12:13:34 #10 24.03   perl-Errno-1.30-479.el9.aarch64                                               
12:13:34 #10 24.03   perl-Exporter-5.74-461.el9.noarch                                             
12:13:34 #10 24.03   perl-Fcntl-1.13-479.el9.aarch64                                               
12:13:34 #10 24.03   perl-File-Basename-2.85-479.el9.noarch                                        
12:13:34 #10 24.03   perl-File-Path-2.18-4.el9.noarch                                              
12:13:34 #10 24.03   perl-File-Temp-1:0.231.100-4.el9.noarch                                       
12:13:34 #10 24.03   perl-File-stat-1.09-479.el9.noarch                                            
12:13:34 #10 24.03   perl-FileHandle-2.03-479.el9.noarch                                           
12:13:34 #10 24.03   perl-Getopt-Long-1:2.52-4.el9.noarch                                          
12:13:34 #10 24.03   perl-Getopt-Std-1.12-479.el9.noarch                                           
12:13:34 #10 24.03   perl-HTTP-Tiny-0.076-460.el9.noarch                                           
12:13:34 #10 24.03   perl-IO-1.43-479.el9.aarch64                                                  
12:13:34 #10 24.03   perl-IO-Socket-IP-0.41-5.el9.noarch                                           
12:13:34 #10 24.03   perl-IO-Socket-SSL-2.073-1.el9.noarch                                         
12:13:34 #10 24.03   perl-IPC-Open3-1.21-479.el9.noarch                                            
12:13:34 #10 24.03   perl-MIME-Base64-3.16-4.el9.aarch64                                           
12:13:34 #10 24.03   perl-Mozilla-CA-20200520-6.el9.noarch                                         
12:13:34 #10 24.03   perl-NDBM_File-1.15-479.el9.aarch64                                           
12:13:34 #10 24.03   perl-Net-SSLeay-1.92-2.el9.aarch64                                            
12:13:34 #10 24.03   perl-POSIX-1.94-479.el9.aarch64                                               
12:13:34 #10 24.03   perl-PathTools-3.78-461.el9.aarch64                                           
12:13:34 #10 24.03   perl-Pod-Escapes-1:1.07-460.el9.noarch                                        
12:13:34 #10 24.03   perl-Pod-Perldoc-3.28.01-461.el9.noarch                                       
12:13:34 #10 24.03   perl-Pod-Simple-1:3.42-4.el9.noarch                                           
12:13:34 #10 24.03   perl-Pod-Usage-4:2.01-4.el9.noarch                                            
12:13:34 #10 24.03   perl-Scalar-List-Utils-4:1.56-461.el9.aarch64                                 
12:13:34 #10 24.03   perl-SelectSaver-1.02-479.el9.noarch                                          
12:13:34 #10 24.03   perl-Socket-4:2.031-4.el9.aarch64                                             
12:13:34 #10 24.03   perl-Storable-1:3.21-460.el9.aarch64                                          
12:13:34 #10 24.03   perl-Symbol-1.08-479.el9.noarch                                               
12:13:34 #10 24.03   perl-Term-ANSIColor-5.01-461.el9.noarch                                       
12:13:34 #10 24.03   perl-Term-Cap-1.17-460.el9.noarch                                             
12:13:34 #10 24.03   perl-Text-ParseWords-3.30-460.el9.noarch                                      
12:13:34 #10 24.03   perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch                                  
12:13:34 #10 24.03   perl-Time-Local-2:1.300-7.el9.noarch                                          
12:13:34 #10 24.03   perl-URI-5.09-3.el9.noarch                                                    
12:13:34 #10 24.03   perl-base-2.27-479.el9.noarch                                                 
12:13:34 #10 24.03   perl-constant-1.33-461.el9.noarch                                             
12:13:34 #10 24.03   perl-if-0.60.800-479.el9.noarch                                               
12:13:34 #10 24.03   perl-interpreter-4:5.32.1-479.el9.aarch64                                     
12:13:34 #10 24.03   perl-libnet-3.13-4.el9.noarch                                                 
12:13:34 #10 24.03   perl-libs-4:5.32.1-479.el9.aarch64                                            
12:13:34 #10 24.03   perl-mro-1.23-479.el9.aarch64                                                 
12:13:34 #10 24.03   perl-overload-1.31-479.el9.noarch                                             
12:13:34 #10 24.03   perl-overloading-0.02-479.el9.noarch                                          
12:13:34 #10 24.03   perl-parent-1:0.238-460.el9.noarch                                            
12:13:34 #10 24.03   perl-podlators-1:4.14-460.el9.noarch                                          
12:13:34 #10 24.03   perl-srpm-macros-1-41.el9.noarch                                              
12:13:34 #10 24.03   perl-subs-1.03-479.el9.noarch                                                 
12:13:34 #10 24.03   perl-vars-1.05-479.el9.noarch                                                 
12:13:34 #10 24.03   pkgconf-1.7.3-9.el9.aarch64                                                   
12:13:34 #10 24.03   pkgconf-m4-1.7.3-9.el9.noarch                                                 
12:13:34 #10 24.03   pkgconf-pkg-config-1.7.3-9.el9.aarch64                                        
12:13:34 #10 24.03   policycoreutils-3.4-4.el9.aarch64                                             
12:13:34 #10 24.03   policycoreutils-python-utils-3.4-4.el9.noarch                                 
12:13:34 #10 24.03   procps-ng-3.3.17-8.el9.aarch64                                                
12:13:34 #10 24.03   publicsuffix-list-dafsa-20210518-3.el9.noarch                                 
12:13:34 #10 24.03   python-srpm-macros-3.9-52.el9.noarch                                          
12:13:34 #10 24.03   python3-audit-3.0.7-103.el9.aarch64                                           
12:13:34 #10 24.03   python3-dateutil-1:2.8.1-6.el9.noarch                                         
12:13:34 #10 24.03   python3-dbus-1.2.18-2.el9.aarch64                                             
12:13:34 #10 24.03   python3-dnf-plugins-core-4.1.0-3.el9.noarch                                   
12:13:34 #10 24.03   python3-enchant-3.2.0-5.el9.noarch                                            
12:13:34 #10 24.03   python3-file-magic-5.39-10.el9.noarch                                         
12:13:34 #10 24.03   python3-libselinux-3.4-3.el9.aarch64                                          
12:13:34 #10 24.03   python3-libsemanage-3.4-2.el9.aarch64                                         
12:13:34 #10 24.03   python3-policycoreutils-3.4-4.el9.noarch                                      
12:13:34 #10 24.03   python3-setools-4.4.0-5.el9.aarch64                                           
12:13:34 #10 24.03   python3-setuptools-53.0.0-11.el9.noarch                                       
12:13:34 #10 24.03   python3-six-1.15.0-9.el9.noarch                                               
12:13:34 #10 24.03   qt5-srpm-macros-5.15.3-1.el9.noarch                                           
12:13:34 #10 24.03   redhat-rpm-config-196-1.el9.noarch                                            
12:13:34 #10 24.03   rpm-build-4.16.1.3-17.el9.aarch64                                             
12:13:34 #10 24.03   rpmlint-1.11-19.el9.noarch                                                    
12:13:34 #10 24.03   rust-srpm-macros-17-4.el9.noarch                                              
12:13:34 #10 24.03   scl-utils-1:2.0.3-2.el9.aarch64                                               
12:13:34 #10 24.03   shared-mime-info-2.1-4.el9.aarch64                                            
12:13:34 #10 24.03   systemd-libs-250-11.el9.aarch64                                               
12:13:34 #10 24.03   tcl-1:8.6.10-7.el9.aarch64                                                    
12:13:34 #10 24.03   unzip-6.0-56.el9.aarch64                                                      
12:13:34 #10 24.03   util-linux-2.37.4-9.el9.aarch64                                               
12:13:34 #10 24.03   util-linux-core-2.37.4-9.el9.aarch64                                          
12:13:34 #10 24.03   vim-filesystem-2:8.2.2637-16.el9.noarch                                       
12:13:34 #10 24.03   webkit2gtk3-jsc-2.36.7-1.el9.aarch64                                          
12:13:34 #10 24.03   xz-5.2.5-8.el9.aarch64                                                        
12:13:34 #10 24.03   zip-3.0-33.el9.aarch64                                                        
12:13:34 #10 24.03   zstd-1.5.1-2.el9.aarch64                                                      
12:13:34 #10 24.03 
12:13:34 #10 24.03 Complete!
12:13:34 #10 DONE 24.2s
12:13:34 
12:13:34 #11 [stage-1 4/8] RUN dnf config-manager --set-enabled crb
12:13:35 #11 DONE 0.7s
12:13:35 
12:13:35 #12 [stage-1 5/8] COPY SPECS /root/rpmbuild/SPECS
12:13:35 #12 DONE 0.0s
12:13:35 
12:13:35 #13 [stage-1 6/8] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
12:13:36 #13 1.135 CentOS Stream 9 - BaseOS                         17 kB/s | 8.5 kB     00:00    
12:13:37 #13 1.519 CentOS Stream 9 - AppStream                      27 kB/s | 8.7 kB     00:00    
12:13:39 #13 3.220 CentOS Stream 9 - CRB                           2.4 MB/s | 3.8 MB     00:01    
12:13:40 #13 4.885 Package bash-5.1.8-5.el9.aarch64 is already installed.
12:13:40 #13 4.898 Package bash-5.1.8-5.el9.aarch64 is already installed.
12:13:40 #13 4.898 Package ca-certificates-2022.2.54-90.2.el9.noarch is already installed.
12:13:40 #13 4.899 Package libarchive-3.5.3-3.el9.aarch64 is already installed.
12:13:40 #13 4.899 Package pkgconf-pkg-config-1.7.3-9.el9.aarch64 is already installed.
12:13:40 #13 4.900 Package tar-2:1.34-5.el9.aarch64 is already installed.
12:13:40 #13 4.913 Package bash-5.1.8-5.el9.aarch64 is already installed.
12:13:40 #13 4.958 Dependencies resolved.
12:13:40 #13 4.965 ================================================================================
12:13:40 #13 4.965  Package                   Arch      Version                  Repository   Size
12:13:40 #13 4.965 ================================================================================
12:13:40 #13 4.965 Installing:
12:13:40 #13 4.965  cmake                     aarch64   3.20.2-7.el9             appstream   6.2 M
12:13:40 #13 4.965  device-mapper-devel       aarch64   9:1.02.185-3.el9         crb          44 k
12:13:40 #13 4.965  gcc                       aarch64   11.3.1-2.1.el9           appstream    30 M
12:13:40 #13 4.965  git                       aarch64   2.31.1-2.el9.2           appstream   124 k
12:13:40 #13 4.965  glibc-static              aarch64   2.34-40.el9              crb         1.4 M
12:13:40 #13 4.965  libseccomp-devel          aarch64   2.5.2-2.el9              appstream    59 k
12:13:40 #13 4.965  libselinux-devel          aarch64   3.4-3.el9                appstream   158 k
12:13:40 #13 4.965  libtool                   aarch64   2.4.6-45.el9             appstream   582 k
12:13:40 #13 4.965  libtool-ltdl-devel        aarch64   2.4.6-45.el9             crb         161 k
12:13:40 #13 4.965  make                      aarch64   1:4.3-7.el9              baseos      535 k
12:13:40 #13 4.965  selinux-policy-devel      noarch    34.1.43-1.el9            appstream   937 k
12:13:40 #13 4.965  systemd                   aarch64   250-11.el9               baseos      4.0 M
12:13:40 #13 4.965  systemd-devel             aarch64   250-11.el9               appstream   632 k
12:13:40 #13 4.965  which                     aarch64   2.21-28.el9              baseos       41 k
12:13:40 #13 4.965 Installing dependencies:
12:13:40 #13 4.965  acl                       aarch64   2.3.1-3.el9              baseos       73 k
12:13:40 #13 4.965  annobin                   aarch64   10.73-3.el9              appstream   959 k
12:13:40 #13 4.965  autoconf                  noarch    2.69-38.el9              appstream   681 k
12:13:40 #13 4.965  automake                  noarch    1.16.2-6.el9             appstream   689 k
12:13:40 #13 4.965  cmake-data                noarch    3.20.2-7.el9             appstream   2.1 M
12:13:40 #13 4.965  cmake-filesystem          aarch64   3.20.2-7.el9             appstream    23 k
12:13:40 #13 4.965  cmake-rpm-macros          noarch    3.20.2-7.el9             appstream    16 k
12:13:40 #13 4.965  cpp                       aarch64   11.3.1-2.1.el9           appstream    10 M
12:13:40 #13 4.965  cryptsetup-libs           aarch64   2.4.3-5.el9              baseos      438 k
12:13:40 #13 4.965  dbus                      aarch64   1:1.12.20-6.el9          baseos      3.8 k
12:13:40 #13 4.965  dbus-broker               aarch64   28-7.el9                 baseos      166 k
12:13:40 #13 4.965  dbus-common               noarch    1:1.12.20-6.el9          baseos       15 k
12:13:40 #13 4.965  device-mapper             aarch64   9:1.02.185-3.el9         baseos      138 k
12:13:40 #13 4.965  device-mapper-libs        aarch64   9:1.02.185-3.el9         baseos      172 k
12:13:40 #13 4.965  gcc-plugin-annobin        aarch64   11.3.1-2.1.el9           appstream    68 k
12:13:40 #13 4.965  git-core                  aarch64   2.31.1-2.el9.2           appstream   3.7 M
12:13:40 #13 4.965  git-core-doc              noarch    2.31.1-2.el9.2           appstream   2.5 M
12:13:40 #13 4.965  glibc-devel               aarch64   2.34-40.el9              appstream   556 k
12:13:40 #13 4.965  kernel-headers            aarch64   5.14.0-168.el9           appstream   3.5 M
12:13:40 #13 4.965  kmod-libs                 aarch64   28-7.el9                 baseos       63 k
12:13:40 #13 4.965  libasan                   aarch64   11.3.1-2.1.el9           appstream   435 k
12:13:40 #13 4.965  libatomic                 aarch64   11.3.1-2.1.el9           baseos       60 k
12:13:40 #13 4.965  libcbor                   aarch64   0.7.0-5.el9              baseos       56 k
12:13:40 #13 4.965  libedit                   aarch64   3.1-37.20210216cvs.el9   baseos      104 k
12:13:40 #13 4.965  libfido2                  aarch64   1.6.0-7.el9              baseos       69 k
12:13:40 #13 4.965  libmpc                    aarch64   1.2.1-4.el9              appstream    63 k
12:13:40 #13 4.965  libseccomp                aarch64   2.5.2-2.el9              baseos       72 k
12:13:40 #13 4.965  libsepol-devel            aarch64   3.4-1.1.el9              appstream    48 k
12:13:40 #13 4.965  libtool-ltdl              aarch64   2.4.6-45.el9             appstream    37 k
12:13:40 #13 4.965  libubsan                  aarch64   11.3.1-2.1.el9           appstream   208 k
12:13:40 #13 4.965  libuv                     aarch64   1:1.42.0-1.el9           appstream   146 k
12:13:40 #13 4.965  libxcrypt-devel           aarch64   4.4.18-3.el9             appstream    29 k
12:13:40 #13 4.965  libxcrypt-static          aarch64   4.4.18-3.el9             crb         108 k
12:13:40 #13 4.965  llvm-libs                 aarch64   14.0.6-1.el9             appstream    19 M
12:13:40 #13 4.965  m4                        aarch64   1.4.19-1.el9             appstream   297 k
12:13:40 #13 4.965  openssh                   aarch64   8.7p1-24.el9             baseos      448 k
12:13:40 #13 4.965  openssh-clients           aarch64   8.7p1-24.el9             baseos      679 k
12:13:40 #13 4.965  pcre2-devel               aarch64   10.40-2.el9              appstream   515 k
12:13:40 #13 4.965  pcre2-utf16               aarch64   10.40-2.el9              appstream   199 k
12:13:40 #13 4.965  pcre2-utf32               aarch64   10.40-2.el9              appstream   190 k
12:13:40 #13 4.965  perl-DynaLoader           aarch64   1.47-479.el9             appstream    35 k
12:13:40 #13 4.965  perl-Error                noarch    1:0.17029-7.el9          appstream    42 k
12:13:40 #13 4.965  perl-File-Compare         noarch    1.100.600-479.el9        appstream    23 k
12:13:40 #13 4.965  perl-File-Copy            noarch    2.34-479.el9             appstream    30 k
12:13:40 #13 4.965  perl-File-Find            noarch    1.37-479.el9             appstream    35 k
12:13:40 #13 4.965  perl-Git                  noarch    2.31.1-2.el9.2           appstream    43 k
12:13:40 #13 4.965  perl-TermReadKey          aarch64   2.38-11.el9              appstream    36 k
12:13:40 #13 4.965  perl-Thread-Queue         noarch    3.14-460.el9             appstream    22 k
12:13:40 #13 4.965  perl-lib                  aarch64   0.65-479.el9             appstream    24 k
12:13:40 #13 4.965  perl-threads              aarch64   1:2.25-460.el9           appstream    57 k
12:13:40 #13 4.965  perl-threads-shared       aarch64   1.61-460.el9             appstream    44 k
12:13:40 #13 4.965  policycoreutils-devel     aarch64   3.4-4.el9                appstream   140 k
12:13:40 #13 4.965  rpm-plugin-selinux        aarch64   4.16.1.3-17.el9          baseos       18 k
12:13:40 #13 4.965  selinux-policy            noarch    34.1.43-1.el9            baseos       63 k
12:13:40 #13 4.965  selinux-policy-targeted   noarch    34.1.43-1.el9            baseos      6.7 M
12:13:40 #13 4.965  systemd-pam               aarch64   250-11.el9               baseos      248 k
12:13:40 #13 4.965  systemd-rpm-macros        noarch    250-11.el9               baseos       43 k
12:13:40 #13 4.965 
12:13:40 #13 4.965 Transaction Summary
12:13:40 #13 4.965 ================================================================================
12:13:40 #13 4.965 Install  71 Packages
12:13:40 #13 4.965 
12:13:40 #13 4.970 Total download size: 101 M
12:13:40 #13 4.970 Installed size: 345 M
12:13:40 #13 4.970 Downloading Packages:
12:13:41 #13 6.330 (1/71): acl-2.3.1-3.el9.aarch64.rpm             172 kB/s |  73 kB     00:00    
12:13:41 #13 6.333 (2/71): dbus-1.12.20-6.el9.aarch64.rpm          8.8 kB/s | 3.8 kB     00:00    
12:13:41 #13 6.339 (3/71): dbus-broker-28-7.el9.aarch64.rpm         20 MB/s | 166 kB     00:00    
12:13:41 #13 6.344 (4/71): cryptsetup-libs-2.4.3-5.el9.aarch64.rpm 1.0 MB/s | 438 kB     00:00    
12:13:41 #13 6.346 (5/71): dbus-common-1.12.20-6.el9.noarch.rpm    1.2 MB/s |  15 kB     00:00    
12:13:41 #13 6.351 (6/71): device-mapper-1.02.185-3.el9.aarch64.rp  13 MB/s | 138 kB     00:00    
12:13:41 #13 6.356 (7/71): device-mapper-libs-1.02.185-3.el9.aarch  20 MB/s | 172 kB     00:00    
12:13:41 #13 6.360 (8/71): kmod-libs-28-7.el9.aarch64.rpm          4.7 MB/s |  63 kB     00:00    
12:13:41 #13 6.363 (9/71): libatomic-11.3.1-2.1.el9.aarch64.rpm    5.1 MB/s |  60 kB     00:00    
12:13:41 #13 6.368 (10/71): libcbor-0.7.0-5.el9.aarch64.rpm        4.9 MB/s |  56 kB     00:00    
12:13:41 #13 6.372 (11/71): libedit-3.1-37.20210216cvs.el9.aarch64  13 MB/s | 104 kB     00:00    
12:13:41 #13 6.376 (12/71): libfido2-1.6.0-7.el9.aarch64.rpm       5.7 MB/s |  69 kB     00:00    
12:13:41 #13 6.380 (13/71): libseccomp-2.5.2-2.el9.aarch64.rpm     6.3 MB/s |  72 kB     00:00    
12:13:41 #13 6.393 (14/71): make-4.3-7.el9.aarch64.rpm              27 MB/s | 535 kB     00:00    
12:13:41 #13 6.405 (15/71): openssh-8.7p1-24.el9.aarch64.rpm        16 MB/s | 448 kB     00:00    
12:13:41 #13 6.421 (16/71): rpm-plugin-selinux-4.16.1.3-17.el9.aar 662 kB/s |  18 kB     00:00    
12:13:41 #13 6.427 (17/71): openssh-clients-8.7p1-24.el9.aarch64.r  14 MB/s | 679 kB     00:00    
12:13:41 #13 6.432 (18/71): selinux-policy-34.1.43-1.el9.noarch.rp 2.4 MB/s |  63 kB     00:00    
12:13:42 #13 6.447 (19/71): systemd-pam-250-11.el9.aarch64.rpm      17 MB/s | 248 kB     00:00    
12:13:42 #13 6.457 (20/71): systemd-rpm-macros-250-11.el9.noarch.r 4.6 MB/s |  43 kB     00:00    
12:13:42 #13 6.476 (21/71): which-2.21-28.el9.aarch64.rpm          2.4 MB/s |  41 kB     00:00    
12:13:42 #13 6.497 (22/71): systemd-250-11.el9.aarch64.rpm          58 MB/s | 4.0 MB     00:00    
12:13:42 #13 6.510 (23/71): annobin-10.73-3.el9.aarch64.rpm         28 MB/s | 959 kB     00:00    
12:13:42 #13 6.534 (24/71): selinux-policy-targeted-34.1.43-1.el9.  60 MB/s | 6.7 MB     00:00    
12:13:42 #13 6.539 (25/71): autoconf-2.69-38.el9.noarch.rpm         17 MB/s | 681 kB     00:00    
12:13:42 #13 6.547 (26/71): automake-1.16.2-6.el9.noarch.rpm        20 MB/s | 689 kB     00:00    
12:13:42 #13 6.558 (27/71): cmake-filesystem-3.20.2-7.el9.aarch64. 2.3 MB/s |  23 kB     00:00    
12:13:42 #13 6.576 (28/71): cmake-data-3.20.2-7.el9.noarch.rpm      64 MB/s | 2.1 MB     00:00    
12:13:42 #13 6.578 (29/71): cmake-rpm-macros-3.20.2-7.el9.noarch.r 956 kB/s |  16 kB     00:00    
12:13:42 #13 6.635 (30/71): cmake-3.20.2-7.el9.aarch64.rpm          67 MB/s | 6.2 MB     00:00    
12:13:42 #13 6.653 (31/71): gcc-plugin-annobin-11.3.1-2.1.el9.aarc 3.8 MB/s |  68 kB     00:00    
12:13:42 #13 6.670 (32/71): git-2.31.1-2.el9.2.aarch64.rpm         8.1 MB/s | 124 kB     00:00    
12:13:42 #13 6.712 (33/71): cpp-11.3.1-2.1.el9.aarch64.rpm          78 MB/s |  10 MB     00:00    
12:13:42 #13 6.752 (34/71): git-core-2.31.1-2.el9.2.aarch64.rpm     46 MB/s | 3.7 MB     00:00    
12:13:42 #13 6.770 (35/71): git-core-doc-2.31.1-2.el9.2.noarch.rpm  45 MB/s | 2.5 MB     00:00    
12:13:42 #13 6.781 (36/71): glibc-devel-2.34-40.el9.aarch64.rpm     21 MB/s | 556 kB     00:00    
12:13:42 #13 6.804 (37/71): libasan-11.3.1-2.1.el9.aarch64.rpm      23 MB/s | 435 kB     00:00    
12:13:42 #13 6.820 (38/71): libmpc-1.2.1-4.el9.aarch64.rpm         4.1 MB/s |  63 kB     00:00    
12:13:42 #13 6.833 (39/71): kernel-headers-5.14.0-168.el9.aarch64.  60 MB/s | 3.5 MB     00:00    
12:13:42 #13 6.846 (40/71): libseccomp-devel-2.5.2-2.el9.aarch64.r 2.4 MB/s |  59 kB     00:00    
12:13:42 #13 6.916 (41/71): gcc-11.3.1-2.1.el9.aarch64.rpm          89 MB/s |  30 MB     00:00    
12:13:42 #13 6.920 (42/71): libselinux-devel-3.4-3.el9.aarch64.rpm 1.8 MB/s | 158 kB     00:00    
12:13:42 #13 6.925 (43/71): libsepol-devel-3.4-1.1.el9.aarch64.rpm 626 kB/s |  48 kB     00:00    
12:13:42 #13 6.933 (44/71): libtool-2.4.6-45.el9.aarch64.rpm        50 MB/s | 582 kB     00:00    
12:13:42 #13 6.936 (45/71): libtool-ltdl-2.4.6-45.el9.aarch64.rpm  2.5 MB/s |  37 kB     00:00    
12:13:42 #13 6.941 (46/71): libubsan-11.3.1-2.1.el9.aarch64.rpm     16 MB/s | 208 kB     00:00    
12:13:42 #13 6.945 (47/71): libxcrypt-devel-4.4.18-3.el9.aarch64.r 3.8 MB/s |  29 kB     00:00    
12:13:42 #13 6.961 (48/71): libuv-1.42.0-1.el9.aarch64.rpm         6.0 MB/s | 146 kB     00:00    
12:13:42 #13 6.982 (49/71): m4-1.4.19-1.el9.aarch64.rpm             11 MB/s | 297 kB     00:00    
12:13:42 #13 6.995 (50/71): pcre2-devel-10.40-2.el9.aarch64.rpm     16 MB/s | 515 kB     00:00    
12:13:42 #13 7.020 (51/71): pcre2-utf16-10.40-2.el9.aarch64.rpm    5.7 MB/s | 199 kB     00:00    
12:13:42 #13 7.023 (52/71): pcre2-utf32-10.40-2.el9.aarch64.rpm    7.6 MB/s | 190 kB     00:00    
12:13:42 #13 7.097 (53/71): llvm-libs-14.0.6-1.el9.aarch64.rpm     121 MB/s |  19 MB     00:00    
12:13:42 #13 7.101 (54/71): perl-DynaLoader-1.47-479.el9.aarch64.r 467 kB/s |  35 kB     00:00    
12:13:42 #13 7.103 (55/71): perl-Error-0.17029-7.el9.noarch.rpm    546 kB/s |  42 kB     00:00    
12:13:42 #13 7.107 (56/71): perl-File-Compare-1.100.600-479.el9.no 2.6 MB/s |  23 kB     00:00    
12:13:42 #13 7.112 (57/71): perl-File-Copy-2.34-479.el9.noarch.rpm 3.8 MB/s |  30 kB     00:00    
12:13:42 #13 7.115 (58/71): perl-File-Find-1.37-479.el9.noarch.rpm 3.1 MB/s |  35 kB     00:00    
12:13:42 #13 7.119 (59/71): perl-Git-2.31.1-2.el9.2.noarch.rpm     3.7 MB/s |  43 kB     00:00    
12:13:42 #13 7.122 (60/71): perl-TermReadKey-2.38-11.el9.aarch64.r 3.5 MB/s |  36 kB     00:00    
12:13:42 #13 7.126 (61/71): perl-Thread-Queue-3.14-460.el9.noarch. 2.3 MB/s |  22 kB     00:00    
12:13:42 #13 7.128 (62/71): perl-lib-0.65-479.el9.aarch64.rpm      2.7 MB/s |  24 kB     00:00    
12:13:42 #13 7.131 (63/71): perl-threads-shared-1.61-460.el9.aarch 7.6 MB/s |  44 kB     00:00    
12:13:42 #13 7.135 (64/71): perl-threads-2.25-460.el9.aarch64.rpm  6.0 MB/s |  57 kB     00:00    
12:13:42 #13 7.139 (65/71): policycoreutils-devel-3.4-4.el9.aarch6  15 MB/s | 140 kB     00:00    
12:13:42 #13 7.147 (66/71): selinux-policy-devel-34.1.43-1.el9.noa  63 MB/s | 937 kB     00:00    
12:13:42 #13 7.155 (67/71): systemd-devel-250-11.el9.aarch64.rpm    44 MB/s | 632 kB     00:00    
12:13:42 #13 7.157 (68/71): device-mapper-devel-1.02.185-3.el9.aar 2.6 MB/s |  44 kB     00:00    
12:13:42 #13 7.168 (69/71): glibc-static-2.34-40.el9.aarch64.rpm    73 MB/s | 1.4 MB     00:00    
12:13:42 #13 7.172 (70/71): libxcrypt-static-4.4.18-3.el9.aarch64.  11 MB/s | 108 kB     00:00    
12:13:42 #13 7.176 (71/71): libtool-ltdl-devel-2.4.6-45.el9.aarch6  11 MB/s | 161 kB     00:00    
12:13:42 #13 7.181 --------------------------------------------------------------------------------
12:13:42 #13 7.181 Total                                            46 MB/s | 101 MB     00:02     
12:13:44 #13 8.733 Running transaction check
12:13:44 #13 8.850 Transaction check succeeded.
12:13:44 #13 8.851 Running transaction test
12:13:45 #13 9.605 Transaction test succeeded.
12:13:45 #13 9.606 Running transaction
12:13:46 #13 10.33   Running scriptlet: selinux-policy-targeted-34.1.43-1.el9.noarch           1/1 
12:13:46 #13 10.45   Preparing        :                                                        1/1 
12:13:46 #13 10.52   Installing       : make-1:4.3-7.el9.aarch64                              1/71 
12:13:46 #13 10.53   Installing       : perl-DynaLoader-1.47-479.el9.aarch64                  2/71 
12:13:46 #13 10.54   Installing       : perl-threads-1:2.25-460.el9.aarch64                   3/71 
12:13:46 #13 10.54   Installing       : perl-File-Find-1.37-479.el9.noarch                    4/71 
12:13:46 #13 10.55   Installing       : perl-File-Copy-2.34-479.el9.noarch                    5/71 
12:13:46 #13 10.55   Installing       : perl-File-Compare-1.100.600-479.el9.noarch            6/71 
12:13:46 #13 10.56   Installing       : m4-1.4.19-1.el9.aarch64                               7/71 
12:13:46 #13 10.58   Installing       : autoconf-2.69-38.el9.noarch                           8/71 
12:13:46 #13 10.59   Installing       : libmpc-1.2.1-4.el9.aarch64                            9/71 
12:13:46 #13 10.60   Installing       : cmake-rpm-macros-3.20.2-7.el9.noarch                 10/71 
12:13:46 #13 10.61   Installing       : cmake-filesystem-3.20.2-7.el9.aarch64                11/71 
12:13:46 #13 10.61   Installing       : libseccomp-2.5.2-2.el9.aarch64                       12/71 
12:13:46 #13 10.62   Installing       : libedit-3.1-37.20210216cvs.el9.aarch64               13/71 
12:13:46 #13 11.01   Installing       : llvm-libs-14.0.6-1.el9.aarch64                       14/71 
12:13:46 #13 11.17   Installing       : cpp-11.3.1-2.1.el9.aarch64                           15/71 
12:13:46 #13 11.18   Installing       : perl-threads-shared-1.61-460.el9.aarch64             16/71 
12:13:46 #13 11.19   Installing       : perl-Thread-Queue-3.14-460.el9.noarch                17/71 
12:13:46 #13 11.21   Installing       : automake-1.16.2-6.el9.noarch                         18/71 
12:13:46 #13 11.22   Installing       : perl-TermReadKey-2.38-11.el9.aarch64                 19/71 
12:13:46 #13 11.23   Installing       : rpm-plugin-selinux-4.16.1.3-17.el9.aarch64           20/71 
12:13:46 #13 11.24   Installing       : selinux-policy-34.1.43-1.el9.noarch                  21/71 
12:13:46 #13 11.25   Running scriptlet: selinux-policy-34.1.43-1.el9.noarch                  21/71 
12:13:47 #13 11.27   Running scriptlet: selinux-policy-targeted-34.1.43-1.el9.noarch         22/71 
12:13:47 #13 11.49   Installing       : selinux-policy-targeted-34.1.43-1.el9.noarch         22/71 
12:13:47 #13 11.51   Running scriptlet: selinux-policy-targeted-34.1.43-1.el9.noarch         22/71 
12:13:47 #13 11.53   Installing       : policycoreutils-devel-3.4-4.el9.aarch64              23/71 
12:13:47 #13 11.64   Installing       : selinux-policy-devel-34.1.43-1.el9.noarch            24/71 
12:13:47 #13 11.65   Running scriptlet: selinux-policy-devel-34.1.43-1.el9.noarch            24/71 
12:13:47 #13 11.66   Installing       : perl-lib-0.65-479.el9.aarch64                        25/71 
12:13:47 #13 11.67   Installing       : perl-Error-1:0.17029-7.el9.noarch                    26/71 
12:13:47 #13 11.68   Installing       : pcre2-utf32-10.40-2.el9.aarch64                      27/71 
12:13:47 #13 11.68   Installing       : pcre2-utf16-10.40-2.el9.aarch64                      28/71 
12:13:47 #13 11.72   Installing       : pcre2-devel-10.40-2.el9.aarch64                      29/71 
12:13:47 #13 11.73   Installing       : libuv-1:1.42.0-1.el9.aarch64                         30/71 
12:13:47 #13 12.07   Installing       : cmake-data-3.20.2-7.el9.noarch                       31/71 
12:13:47 #13 12.20   Installing       : cmake-3.20.2-7.el9.aarch64                           32/71 
12:13:47 #13 12.22   Installing       : libubsan-11.3.1-2.1.el9.aarch64                      33/71 
12:13:47 #13 12.22   Installing       : libtool-ltdl-2.4.6-45.el9.aarch64                    34/71 
12:13:47 #13 12.24   Installing       : libsepol-devel-3.4-1.1.el9.aarch64                   35/71 
12:13:47 #13 12.27   Installing       : libselinux-devel-3.4-3.el9.aarch64                   36/71 
12:13:48 #13 12.29   Installing       : libasan-11.3.1-2.1.el9.aarch64                       37/71 
12:13:48 #13 12.52   Installing       : kernel-headers-5.14.0-168.el9.aarch64                38/71 
12:13:48 #13 12.54   Installing       : libxcrypt-devel-4.4.18-3.el9.aarch64                 39/71 
12:13:48 #13 12.60   Installing       : glibc-devel-2.34-40.el9.aarch64                      40/71 
12:13:48 #13 12.68   Installing       : glibc-static-2.34-40.el9.aarch64                     41/71 
12:13:48 #13 12.68   Installing       : libxcrypt-static-4.4.18-3.el9.aarch64                42/71 
12:13:48 #13 12.69   Installing       : systemd-rpm-macros-250-11.el9.noarch                 43/71 
12:13:48 #13 12.70   Running scriptlet: openssh-8.7p1-24.el9.aarch64                         44/71 
12:13:48 #13 12.74   Installing       : openssh-8.7p1-24.el9.aarch64                         44/71 
12:13:48 #13 12.75   Installing       : libcbor-0.7.0-5.el9.aarch64                          45/71 
12:13:48 #13 12.76   Installing       : libfido2-1.6.0-7.el9.aarch64                         46/71 
12:13:48 #13 12.78   Installing       : openssh-clients-8.7p1-24.el9.aarch64                 47/71 
12:13:48 #13 12.78   Running scriptlet: openssh-clients-8.7p1-24.el9.aarch64                 47/71 
12:13:48 #13 12.86   Installing       : git-core-2.31.1-2.el9.2.aarch64                      48/71 
12:13:48 #13 13.05   Installing       : git-core-doc-2.31.1-2.el9.2.noarch                   49/71 
12:13:48 #13 13.07   Installing       : perl-Git-2.31.1-2.el9.2.noarch                       50/71 
12:13:48 #13 13.08   Installing       : git-2.31.1-2.el9.2.aarch64                           51/71 
12:13:48 #13 13.09   Installing       : libatomic-11.3.1-2.1.el9.aarch64                     52/71 
12:13:49 #13 13.46   Installing       : gcc-11.3.1-2.1.el9.aarch64                           53/71 
12:13:49 #13 13.47   Installing       : kmod-libs-28-7.el9.aarch64                           54/71 
12:13:49 #13 13.48   Installing       : acl-2.3.1-3.el9.aarch64                              55/71 
12:13:49 #13 13.49   Installing       : device-mapper-9:1.02.185-3.el9.aarch64               56/71 
12:13:49 #13 13.50   Installing       : device-mapper-libs-9:1.02.185-3.el9.aarch64          57/71 
12:13:49 #13 13.51   Installing       : cryptsetup-libs-2.4.3-5.el9.aarch64                  58/71 
12:13:49 #13 13.52   Installing       : dbus-1:1.12.20-6.el9.aarch64                         59/71 
12:13:49 #13 13.52   Installing       : systemd-pam-250-11.el9.aarch64                       60/71 
12:13:49 #13 13.53   Running scriptlet: systemd-250-11.el9.aarch64                           61/71 
12:13:49 #13 13.85   Installing       : systemd-250-11.el9.aarch64                           61/71 
12:13:49 #13 13.87   Running scriptlet: systemd-250-11.el9.aarch64                           61/71 
12:13:49 #13 14.00   Installing       : dbus-common-1:1.12.20-6.el9.noarch                   62/71 
12:13:49 #13 14.01   Running scriptlet: dbus-common-1:1.12.20-6.el9.noarch                   62/71 
12:13:49 #13 14.03 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
12:13:49 #13 14.03 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
12:13:49 #13 14.03 
12:13:49 #13 14.04   Running scriptlet: dbus-broker-28-7.el9.aarch64                         63/71 
12:13:49 #13 14.12   Installing       : dbus-broker-28-7.el9.aarch64                         63/71 
12:13:49 #13 14.13   Running scriptlet: dbus-broker-28-7.el9.aarch64                         63/71 
12:13:49 #13 14.16 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
12:13:49 #13 14.16 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
12:13:49 #13 14.16 
12:13:50 #13 14.25   Installing       : systemd-devel-250-11.el9.aarch64                     64/71 
12:13:50 #13 14.26   Installing       : device-mapper-devel-9:1.02.185-3.el9.aarch64         65/71 
12:13:50 #13 14.28   Installing       : annobin-10.73-3.el9.aarch64                          66/71 
12:13:50 #13 14.28   Running scriptlet: annobin-10.73-3.el9.aarch64                          66/71 
12:13:50 #13 14.31   Installing       : gcc-plugin-annobin-11.3.1-2.1.el9.aarch64            67/71 
12:13:50 #13 14.31   Running scriptlet: gcc-plugin-annobin-11.3.1-2.1.el9.aarch64            67/71 
12:13:50 #13 14.36   Installing       : libtool-2.4.6-45.el9.aarch64                         68/71 
12:13:50 #13 14.37   Installing       : libtool-ltdl-devel-2.4.6-45.el9.aarch64              69/71 
12:13:50 #13 14.38   Installing       : libseccomp-devel-2.5.2-2.el9.aarch64                 70/71 
12:13:50 #13 14.39   Installing       : which-2.21-28.el9.aarch64                            71/71 
12:13:50 #13 14.40   Running scriptlet: selinux-policy-targeted-34.1.43-1.el9.noarch         71/71 
12:13:51 #13 14.43   Running scriptlet: which-2.21-28.el9.aarch64                            71/71 
12:13:51 #13 15.54   Verifying        : acl-2.3.1-3.el9.aarch64                               1/71 
12:13:51 #13 15.54   Verifying        : cryptsetup-libs-2.4.3-5.el9.aarch64                   2/71 
12:13:51 #13 15.54   Verifying        : dbus-1:1.12.20-6.el9.aarch64                          3/71 
12:13:51 #13 15.54   Verifying        : dbus-broker-28-7.el9.aarch64                          4/71 
12:13:51 #13 15.54   Verifying        : dbus-common-1:1.12.20-6.el9.noarch                    5/71 
12:13:51 #13 15.54   Verifying        : device-mapper-9:1.02.185-3.el9.aarch64                6/71 
12:13:51 #13 15.54   Verifying        : device-mapper-libs-9:1.02.185-3.el9.aarch64           7/71 
12:13:51 #13 15.54   Verifying        : kmod-libs-28-7.el9.aarch64                            8/71 
12:13:51 #13 15.54   Verifying        : libatomic-11.3.1-2.1.el9.aarch64                      9/71 
12:13:51 #13 15.54   Verifying        : libcbor-0.7.0-5.el9.aarch64                          10/71 
12:13:51 #13 15.54   Verifying        : libedit-3.1-37.20210216cvs.el9.aarch64               11/71 
12:13:51 #13 15.54   Verifying        : libfido2-1.6.0-7.el9.aarch64                         12/71 
12:13:51 #13 15.54   Verifying        : libseccomp-2.5.2-2.el9.aarch64                       13/71 
12:13:51 #13 15.54   Verifying        : make-1:4.3-7.el9.aarch64                             14/71 
12:13:51 #13 15.54   Verifying        : openssh-8.7p1-24.el9.aarch64                         15/71 
12:13:51 #13 15.54   Verifying        : openssh-clients-8.7p1-24.el9.aarch64                 16/71 
12:13:51 #13 15.54   Verifying        : rpm-plugin-selinux-4.16.1.3-17.el9.aarch64           17/71 
12:13:51 #13 15.54   Verifying        : selinux-policy-34.1.43-1.el9.noarch                  18/71 
12:13:51 #13 15.54   Verifying        : selinux-policy-targeted-34.1.43-1.el9.noarch         19/71 
12:13:51 #13 15.54   Verifying        : systemd-250-11.el9.aarch64                           20/71 
12:13:51 #13 15.54   Verifying        : systemd-pam-250-11.el9.aarch64                       21/71 
12:13:51 #13 15.54   Verifying        : systemd-rpm-macros-250-11.el9.noarch                 22/71 
12:13:51 #13 15.54   Verifying        : which-2.21-28.el9.aarch64                            23/71 
12:13:51 #13 15.54   Verifying        : annobin-10.73-3.el9.aarch64                          24/71 
12:13:51 #13 15.54   Verifying        : autoconf-2.69-38.el9.noarch                          25/71 
12:13:51 #13 15.54   Verifying        : automake-1.16.2-6.el9.noarch                         26/71 
12:13:51 #13 15.54   Verifying        : cmake-3.20.2-7.el9.aarch64                           27/71 
12:13:51 #13 15.54   Verifying        : cmake-data-3.20.2-7.el9.noarch                       28/71 
12:13:51 #13 15.54   Verifying        : cmake-filesystem-3.20.2-7.el9.aarch64                29/71 
12:13:51 #13 15.54   Verifying        : cmake-rpm-macros-3.20.2-7.el9.noarch                 30/71 
12:13:51 #13 15.54   Verifying        : cpp-11.3.1-2.1.el9.aarch64                           31/71 
12:13:51 #13 15.54   Verifying        : gcc-11.3.1-2.1.el9.aarch64                           32/71 
12:13:51 #13 15.54   Verifying        : gcc-plugin-annobin-11.3.1-2.1.el9.aarch64            33/71 
12:13:51 #13 15.54   Verifying        : git-2.31.1-2.el9.2.aarch64                           34/71 
12:13:51 #13 15.54   Verifying        : git-core-2.31.1-2.el9.2.aarch64                      35/71 
12:13:51 #13 15.54   Verifying        : git-core-doc-2.31.1-2.el9.2.noarch                   36/71 
12:13:51 #13 15.54   Verifying        : glibc-devel-2.34-40.el9.aarch64                      37/71 
12:13:51 #13 15.54   Verifying        : kernel-headers-5.14.0-168.el9.aarch64                38/71 
12:13:51 #13 15.54   Verifying        : libasan-11.3.1-2.1.el9.aarch64                       39/71 
12:13:51 #13 15.54   Verifying        : libmpc-1.2.1-4.el9.aarch64                           40/71 
12:13:51 #13 15.54   Verifying        : libseccomp-devel-2.5.2-2.el9.aarch64                 41/71 
12:13:51 #13 15.54   Verifying        : libselinux-devel-3.4-3.el9.aarch64                   42/71 
12:13:51 #13 15.54   Verifying        : libsepol-devel-3.4-1.1.el9.aarch64                   43/71 
12:13:51 #13 15.54   Verifying        : libtool-2.4.6-45.el9.aarch64                         44/71 
12:13:51 #13 15.54   Verifying        : libtool-ltdl-2.4.6-45.el9.aarch64                    45/71 
12:13:51 #13 15.55   Verifying        : libubsan-11.3.1-2.1.el9.aarch64                      46/71 
12:13:51 #13 15.55   Verifying        : libuv-1:1.42.0-1.el9.aarch64                         47/71 
12:13:51 #13 15.55   Verifying        : libxcrypt-devel-4.4.18-3.el9.aarch64                 48/71 
12:13:51 #13 15.55   Verifying        : llvm-libs-14.0.6-1.el9.aarch64                       49/71 
12:13:51 #13 15.55   Verifying        : m4-1.4.19-1.el9.aarch64                              50/71 
12:13:51 #13 15.55   Verifying        : pcre2-devel-10.40-2.el9.aarch64                      51/71 
12:13:51 #13 15.55   Verifying        : pcre2-utf16-10.40-2.el9.aarch64                      52/71 
12:13:51 #13 15.55   Verifying        : pcre2-utf32-10.40-2.el9.aarch64                      53/71 
12:13:51 #13 15.55   Verifying        : perl-DynaLoader-1.47-479.el9.aarch64                 54/71 
12:13:51 #13 15.55   Verifying        : perl-Error-1:0.17029-7.el9.noarch                    55/71 
12:13:51 #13 15.55   Verifying        : perl-File-Compare-1.100.600-479.el9.noarch           56/71 
12:13:51 #13 15.55   Verifying        : perl-File-Copy-2.34-479.el9.noarch                   57/71 
12:13:51 #13 15.55   Verifying        : perl-File-Find-1.37-479.el9.noarch                   58/71 
12:13:51 #13 15.55   Verifying        : perl-Git-2.31.1-2.el9.2.noarch                       59/71 
12:13:51 #13 15.55   Verifying        : perl-TermReadKey-2.38-11.el9.aarch64                 60/71 
12:13:51 #13 15.55   Verifying        : perl-Thread-Queue-3.14-460.el9.noarch                61/71 
12:13:51 #13 15.55   Verifying        : perl-lib-0.65-479.el9.aarch64                        62/71 
12:13:51 #13 15.55   Verifying        : perl-threads-1:2.25-460.el9.aarch64                  63/71 
12:13:51 #13 15.55   Verifying        : perl-threads-shared-1.61-460.el9.aarch64             64/71 
12:13:51 #13 15.55   Verifying        : policycoreutils-devel-3.4-4.el9.aarch64              65/71 
12:13:51 #13 15.55   Verifying        : selinux-policy-devel-34.1.43-1.el9.noarch            66/71 
12:13:51 #13 15.55   Verifying        : systemd-devel-250-11.el9.aarch64                     67/71 
12:13:51 #13 15.55   Verifying        : device-mapper-devel-9:1.02.185-3.el9.aarch64         68/71 
12:13:51 #13 15.55   Verifying        : glibc-static-2.34-40.el9.aarch64                     69/71 
12:13:51 #13 15.55   Verifying        : libtool-ltdl-devel-2.4.6-45.el9.aarch64              70/71 
12:13:51 #13 15.55   Verifying        : libxcrypt-static-4.4.18-3.el9.aarch64                71/71 
12:13:51 #13 15.69 
12:13:51 #13 15.69 Installed:
12:13:51 #13 15.69   acl-2.3.1-3.el9.aarch64                                                       
12:13:51 #13 15.69   annobin-10.73-3.el9.aarch64                                                   
12:13:51 #13 15.69   autoconf-2.69-38.el9.noarch                                                   
12:13:51 #13 15.69   automake-1.16.2-6.el9.noarch                                                  
12:13:51 #13 15.69   cmake-3.20.2-7.el9.aarch64                                                    
12:13:51 #13 15.69   cmake-data-3.20.2-7.el9.noarch                                                
12:13:51 #13 15.69   cmake-filesystem-3.20.2-7.el9.aarch64                                         
12:13:51 #13 15.69   cmake-rpm-macros-3.20.2-7.el9.noarch                                          
12:13:51 #13 15.69   cpp-11.3.1-2.1.el9.aarch64                                                    
12:13:51 #13 15.69   cryptsetup-libs-2.4.3-5.el9.aarch64                                           
12:13:51 #13 15.69   dbus-1:1.12.20-6.el9.aarch64                                                  
12:13:51 #13 15.69   dbus-broker-28-7.el9.aarch64                                                  
12:13:51 #13 15.69   dbus-common-1:1.12.20-6.el9.noarch                                            
12:13:51 #13 15.69   device-mapper-9:1.02.185-3.el9.aarch64                                        
12:13:51 #13 15.69   device-mapper-devel-9:1.02.185-3.el9.aarch64                                  
12:13:51 #13 15.69   device-mapper-libs-9:1.02.185-3.el9.aarch64                                   
12:13:51 #13 15.69   gcc-11.3.1-2.1.el9.aarch64                                                    
12:13:51 #13 15.69   gcc-plugin-annobin-11.3.1-2.1.el9.aarch64                                     
12:13:51 #13 15.69   git-2.31.1-2.el9.2.aarch64                                                    
12:13:51 #13 15.69   git-core-2.31.1-2.el9.2.aarch64                                               
12:13:51 #13 15.69   git-core-doc-2.31.1-2.el9.2.noarch                                            
12:13:51 #13 15.69   glibc-devel-2.34-40.el9.aarch64                                               
12:13:51 #13 15.69   glibc-static-2.34-40.el9.aarch64                                              
12:13:51 #13 15.69   kernel-headers-5.14.0-168.el9.aarch64                                         
12:13:51 #13 15.69   kmod-libs-28-7.el9.aarch64                                                    
12:13:51 #13 15.69   libasan-11.3.1-2.1.el9.aarch64                                                
12:13:51 #13 15.69   libatomic-11.3.1-2.1.el9.aarch64                                              
12:13:51 #13 15.69   libcbor-0.7.0-5.el9.aarch64                                                   
12:13:51 #13 15.69   libedit-3.1-37.20210216cvs.el9.aarch64                                        
12:13:51 #13 15.69   libfido2-1.6.0-7.el9.aarch64                                                  
12:13:51 #13 15.69   libmpc-1.2.1-4.el9.aarch64                                                    
12:13:51 #13 15.69   libseccomp-2.5.2-2.el9.aarch64                                                
12:13:51 #13 15.69   libseccomp-devel-2.5.2-2.el9.aarch64                                          
12:13:51 #13 15.69   libselinux-devel-3.4-3.el9.aarch64                                            
12:13:51 #13 15.69   libsepol-devel-3.4-1.1.el9.aarch64                                            
12:13:51 #13 15.69   libtool-2.4.6-45.el9.aarch64                                                  
12:13:51 #13 15.69   libtool-ltdl-2.4.6-45.el9.aarch64                                             
12:13:51 #13 15.69   libtool-ltdl-devel-2.4.6-45.el9.aarch64                                       
12:13:51 #13 15.69   libubsan-11.3.1-2.1.el9.aarch64                                               
12:13:51 #13 15.69   libuv-1:1.42.0-1.el9.aarch64                                                  
12:13:51 #13 15.69   libxcrypt-devel-4.4.18-3.el9.aarch64                                          
12:13:51 #13 15.69   libxcrypt-static-4.4.18-3.el9.aarch64                                         
12:13:51 #13 15.69   llvm-libs-14.0.6-1.el9.aarch64                                                
12:13:51 #13 15.69   m4-1.4.19-1.el9.aarch64                                                       
12:13:51 #13 15.69   make-1:4.3-7.el9.aarch64                                                      
12:13:51 #13 15.69   openssh-8.7p1-24.el9.aarch64                                                  
12:13:51 #13 15.69   openssh-clients-8.7p1-24.el9.aarch64                                          
12:13:51 #13 15.69   pcre2-devel-10.40-2.el9.aarch64                                               
12:13:51 #13 15.69   pcre2-utf16-10.40-2.el9.aarch64                                               
12:13:51 #13 15.69   pcre2-utf32-10.40-2.el9.aarch64                                               
12:13:51 #13 15.69   perl-DynaLoader-1.47-479.el9.aarch64                                          
12:13:51 #13 15.69   perl-Error-1:0.17029-7.el9.noarch                                             
12:13:51 #13 15.69   perl-File-Compare-1.100.600-479.el9.noarch                                    
12:13:51 #13 15.69   perl-File-Copy-2.34-479.el9.noarch                                            
12:13:51 #13 15.69   perl-File-Find-1.37-479.el9.noarch                                            
12:13:51 #13 15.69   perl-Git-2.31.1-2.el9.2.noarch                                                
12:13:51 #13 15.69   perl-TermReadKey-2.38-11.el9.aarch64                                          
12:13:51 #13 15.69   perl-Thread-Queue-3.14-460.el9.noarch                                         
12:13:51 #13 15.69   perl-lib-0.65-479.el9.aarch64                                                 
12:13:51 #13 15.69   perl-threads-1:2.25-460.el9.aarch64                                           
12:13:51 #13 15.69   perl-threads-shared-1.61-460.el9.aarch64                                      
12:13:51 #13 15.69   policycoreutils-devel-3.4-4.el9.aarch64                                       
12:13:51 #13 15.69   rpm-plugin-selinux-4.16.1.3-17.el9.aarch64                                    
12:13:51 #13 15.69   selinux-policy-34.1.43-1.el9.noarch                                           
12:13:51 #13 15.69   selinux-policy-devel-34.1.43-1.el9.noarch                                     
12:13:51 #13 15.69   selinux-policy-targeted-34.1.43-1.el9.noarch                                  
12:13:51 #13 15.69   systemd-250-11.el9.aarch64                                                    
12:13:51 #13 15.69   systemd-devel-250-11.el9.aarch64                                              
12:13:51 #13 15.69   systemd-pam-250-11.el9.aarch64                                                
12:13:51 #13 15.69   systemd-rpm-macros-250-11.el9.noarch                                          
12:13:51 #13 15.69   which-2.21-28.el9.aarch64                                                     
12:13:51 #13 15.69 
12:13:51 #13 15.69 Complete!
12:13:51 #13 DONE 15.9s
12:13:51 
12:13:51 #14 [stage-1 7/8] COPY --from=golang /usr/local/go /usr/local/go
12:13:54 #14 DONE 2.4s
12:13:54 
12:13:54 #15 [stage-1 8/8] WORKDIR /root/rpmbuild
12:13:54 #15 DONE 0.0s
12:13:54 
12:13:54 #16 exporting to image
12:13:54 #16 exporting layers
12:13:56 #16 exporting layers 2.3s done
12:13:56 #16 writing image sha256:1825935d1633eb80cb16a235af4ab5b16a5941ca29235f8e6219cdf0961fd10e done
12:13:56 #16 naming to docker.io/rpmbuild-centos-9/aarch64 done
12:13:56 #16 DONE 2.3s
12:13:56 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/centos-9/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/centos-9/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-9/aarch64 -ba --define '_gitcommit_cli b40c2f6' --define '_gitcommit_engine f219cb5' --define '_release 0' --define '_version 0.0.0.20220908081902.b40c2f6' --define '_origversion 0.0.0-20220908081902-b40c2f6' --define '_compose_rpm_version 2.11.2' --define '_compose_version v2.11.2' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a' --define '_without_btrfs 1' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-compose-plugin.spec
12:13:56 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:13:56 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:13:56 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:13:56 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6rKlQ6
12:13:56 + umask 022
12:13:56 + cd /root/rpmbuild/BUILD
12:13:56 + cd /root/rpmbuild/BUILD
12:13:56 + rm -rf src
12:13:56 + /usr/bin/mkdir -p src
12:13:56 + cd src
12:13:56 + /usr/bin/tar -xof -
12:13:56 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:13:57 + STATUS=0
12:13:57 + '[' 0 -ne 0 ']'
12:13:57 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:13:57 + /usr/bin/tar -xof -
12:13:57 + STATUS=0
12:13:57 + '[' 0 -ne 0 ']'
12:13:57 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:13:57 + RPM_EC=0
12:13:57 ++ jobs -p
12:13:57 + exit 0
12:13:57 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wn7ZwF
12:13:57 + umask 022
12:13:57 + cd /root/rpmbuild/BUILD
12:13:57 + cd src
12:13:57 + export DOCKER_GITCOMMIT=f219cb5
12:13:57 + DOCKER_GITCOMMIT=f219cb5
12:13:57 + mkdir -p /go/src/github.com/docker
12:13:57 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:13:57 + pushd /root/rpmbuild/BUILD/src/engine
12:13:57 + for component in tini "proxy dynamic"
12:13:57 + TMP_GOPATH=/go
12:13:57 + hack/dockerfile/install/install.sh tini
12:13:57 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:13:57 + RM_GOPATH=0
12:13:57 + TMP_GOPATH=/go
12:13:57 + : /usr/local/bin
12:13:57 + '[' -z /go ']'
12:13:57 + export GOPATH=/go
12:13:57 + GOPATH=/go
12:13:57 + case "$(go env GOARCH)" in
12:13:57 ++ go env GOARCH
12:13:57 + export GO_BUILDMODE=-buildmode=pie
12:13:57 + GO_BUILDMODE=-buildmode=pie
12:13:57 ++ dirname hack/dockerfile/install/install.sh
12:13:57 + dir=hack/dockerfile/install
12:13:57 + bin=tini
12:13:57 + shift
12:13:57 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:13:57 + . hack/dockerfile/install/tini.installer
12:13:57 ++ : v0.19.0
12:13:57 + install_tini
12:13:57 + echo 'Install tini version v0.19.0'
12:13:57 Install tini version v0.19.0
12:13:57 + git clone https://github.com/krallin/tini.git /go/tini
12:13:57 Cloning into '/go/tini'...
12:13:58 + cd /go/tini
12:13:58 + git checkout -q v0.19.0
12:13:58 + cmake .
12:13:58 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:13:58   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:13:58   CMake.
12:13:58 
12:13:58   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:13:58   CMake that the project does not need compatibility with older versions.
12:13:58 
12:13:58 
12:13:58 -- The C compiler identification is GNU 11.3.1
12:13:58 -- Detecting C compiler ABI info
12:13:58 -- Detecting C compiler ABI info - done
12:13:58 -- Check for working C compiler: /usr/bin/cc - skipped
12:13:58 -- Detecting C compile features
12:13:58 -- Detecting C compile features - done
12:13:58 -- Performing Test HAS_BUILTIN_FORTIFY
12:13:58 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:13:58 -- Configuring done
12:13:58 -- Generating done
12:13:58 -- Build files have been written to: /go/tini
12:13:58 + make tini-static
12:13:58 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:13:58 [100%] Linking C executable tini-static
12:13:58 [100%] Built target tini-static
12:13:58 + mkdir -p /usr/local/bin
12:13:58 + cp tini-static /usr/local/bin/docker-init
12:13:58 + for component in tini "proxy dynamic"
12:13:58 + TMP_GOPATH=/go
12:13:58 + hack/dockerfile/install/install.sh proxy dynamic
12:13:58 + RM_GOPATH=0
12:13:58 + TMP_GOPATH=/go
12:13:58 + : /usr/local/bin
12:13:58 + '[' -z /go ']'
12:13:58 + export GOPATH=/go
12:13:58 + GOPATH=/go
12:13:58 + case "$(go env GOARCH)" in
12:13:58 ++ go env GOARCH
12:13:58 + export GO_BUILDMODE=-buildmode=pie
12:13:58 + GO_BUILDMODE=-buildmode=pie
12:13:58 ++ dirname hack/dockerfile/install/install.sh
12:13:58 + dir=hack/dockerfile/install
12:13:58 + bin=proxy
12:13:58 + shift
12:13:58 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
12:13:58 + . hack/dockerfile/install/proxy.installer
12:13:58 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
12:13:58 + install_proxy dynamic
12:13:58 + case "$1" in
12:13:58 + install_proxy_dynamic
12:13:58 + export PROXY_LDFLAGS=-linkmode=external install_proxy
12:13:58 + PROXY_LDFLAGS=-linkmode=external
12:13:58 + export BUILD_MODE=-buildmode=pie
12:13:58 + BUILD_MODE=-buildmode=pie
12:13:58 + _install_proxy
12:13:58 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
12:13:58 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
12:13:58 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
12:13:58 Cloning into '/go/src/github.com/docker/libnetwork'...
12:14:00 + cd /go/src/github.com/docker/libnetwork
12:14:00 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
12:14:00 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
12:14:08 + return
12:14:08 + VERSION=0.0.0-20220908081902-b40c2f6
12:14:08 + PRODUCT=docker
12:14:08 + hack/make.sh dynbinary
12:14:08 
12:14:08 Removing bundles/
12:14:08 
12:14:09 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:14:09 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:14:09 GOOS="" GOARCH="" GOARM=""
12:15:30 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:15:30 
12:15:30 ~/rpmbuild/BUILD/src
12:15:30 + popd
12:15:30 + RPM_EC=0
12:15:30 ++ jobs -p
12:15:30 + exit 0
12:15:30 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0bIfNu
12:15:30 + umask 022
12:15:30 + cd /root/rpmbuild/BUILD
12:15:30 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.aarch64 '!=' / ']'
12:15:30 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:15:30 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:15:30 + mkdir -p /root/rpmbuild/BUILDROOT
12:15:30 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:15:30 + cd src
12:15:30 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:15:30 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/bin/dockerd
12:15:30 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/bin/docker-proxy
12:15:30 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/bin/docker-init
12:15:30 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/lib/systemd/system/docker.service
12:15:30 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/lib/systemd/system/docker.socket
12:15:30 + /usr/lib/rpm/check-buildroot
12:15:30 + /usr/lib/rpm/redhat/brp-ldconfig
12:15:30 + /usr/lib/rpm/brp-compress
12:15:30 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:15:30 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:15:30 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
12:15:30 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:15:30 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:15:30 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:15:30 + /usr/lib/rpm/brp-python-hardlink
12:15:30 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:15:30 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.75Zi03
12:15:30 + umask 022
12:15:30 + cd /root/rpmbuild/BUILD
12:15:30 + cd src
12:15:30 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:15:30 + ver='Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5'
12:15:30 + test 'Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5' = 'Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5'
12:15:30 + echo 'PASS: daemon version OK'
12:15:30 PASS: daemon version OK
12:15:30 + RPM_EC=0
12:15:30 ++ jobs -p
12:15:30 + exit 0
12:15:30 Processing files: docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:15:30 Provides: docker-ce = 3:0.0.0.20220908081902.b40c2f6-0.el9 docker-ce(aarch-64) = 3:0.0.0.20220908081902.b40c2f6-0.el9
12:15:30 Requires(interp): /bin/sh /bin/sh /bin/sh
12:15:30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:15:30 Requires(post): /bin/sh
12:15:30 Requires(preun): /bin/sh
12:15:30 Requires(postun): /bin/sh
12:15:30 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
12:15:30 Conflicts: docker docker-ee docker-engine-cs docker-io
12:15:30 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:15:30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:15:30 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.src.rpm
12:15:57 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.aarch64.rpm
12:15:57 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JexqEb
12:15:57 + umask 022
12:15:57 + cd /root/rpmbuild/BUILD
12:15:57 + cd src
12:15:57 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:15:57 + RPM_EC=0
12:15:57 ++ jobs -p
12:15:57 + exit 0
12:15:57 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VrFeXY
12:15:57 + umask 022
12:15:57 + cd /root/rpmbuild/BUILD
12:15:57 + cd /root/rpmbuild/BUILD
12:15:57 + rm -rf src
12:15:57 + /usr/bin/mkdir -p src
12:15:57 + cd src
12:15:57 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:15:57 + /usr/bin/tar -xof -
12:15:57 + STATUS=0
12:15:57 + '[' 0 -ne 0 ']'
12:15:57 + /usr/bin/tar -xof -
12:15:57 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
12:15:57 + STATUS=0
12:15:57 + '[' 0 -ne 0 ']'
12:15:57 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:15:57 + RPM_EC=0
12:15:57 ++ jobs -p
12:15:57 + exit 0
12:15:57 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.W873Rq
12:15:57 + umask 022
12:15:57 + cd /root/rpmbuild/BUILD
12:15:57 + cd src
12:15:57 + mkdir -p /go/src/github.com/docker
12:15:57 + rm -f /go/src/github.com/docker/cli
12:15:57 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:15:57 + pushd /go/src/github.com/docker/cli
12:15:57 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:15:57 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:15:57 + make VERSION=0.0.0-20220908081902-b40c2f6 GITCOMMIT=b40c2f6 dynbinary manpages
12:15:57 GO_LINKMODE=dynamic ./scripts/build/binary
12:15:57 Building dynamic docker-linux-arm64
12:17:04 scripts/docs/generate-man.sh
12:18:13 Project root: /go/src/github.com/docker/cli
12:18:13 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
12:18:13 2022/10/03 12:18:06 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
12:18:13 + popd
12:18:13 + pushd /root/rpmbuild/BUILD/src/plugins
12:18:13 + for installer in *.installer
12:18:13 + '[' app.installer '!=' scan.installer ']'
12:18:13 + bash app.installer build
12:18:13 ~/rpmbuild/BUILD/src
12:18:13 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
12:18:13 Cloning into '/go/src/github.com/docker/app'...
12:18:13 Fetching origin
12:18:13 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
12:18:59 + for installer in *.installer
12:18:59 + '[' buildx.installer '!=' scan.installer ']'
12:18:59 + bash buildx.installer build
12:18:59 Cloning into '/go/src/github.com/docker/buildx'...
12:18:59 Fetching origin
12:18:59 + GO111MODULE=on
12:18:59 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.9.1-docker -X github.com/docker/buildx/version.Revision=ed00243a0ce2a0aee75311b06e32d33b44729689 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
12:20:21 ~/rpmbuild/BUILD/src
12:20:21 + popd
12:20:21 + RPM_EC=0
12:20:21 ++ jobs -p
12:20:21 + exit 0
12:20:21 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zGOq8t
12:20:21 + umask 022
12:20:21 + cd /root/rpmbuild/BUILD
12:20:21 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64 '!=' / ']'
12:20:21 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:20:21 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:20:21 + mkdir -p /root/rpmbuild/BUILDROOT
12:20:21 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:20:21 + cd src
12:20:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/bin
12:20:21 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/bin/docker
12:20:21 + pushd /root/rpmbuild/BUILD/src/plugins
12:20:21 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
12:20:21 + for installer in *.installer
12:20:21 + '[' app.installer '!=' scan.installer ']'
12:20:21 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:20:21 + PREFIX=/usr/libexec/docker/cli-plugins
12:20:21 + bash app.installer install_plugin
12:20:21 + for installer in *.installer
12:20:21 + '[' buildx.installer '!=' scan.installer ']'
12:20:21 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:20:21 + PREFIX=/usr/libexec/docker/cli-plugins
12:20:21 + bash buildx.installer install_plugin
12:20:21 ~/rpmbuild/BUILD/src
12:20:21 + popd
12:20:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/bash-completion/completions
12:20:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/zsh/vendor-completions
12:20:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/fish/vendor_completions.d
12:20:21 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/bash-completion/completions/docker
12:20:21 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/zsh/vendor-completions/_docker
12:20:21 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/fish/vendor_completions.d/docker.fish
12:20:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/man/man1
12:20:21 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-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-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/man/man1
12:20:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/man/man5
12:20:21 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/man/man5
12:20:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/man/man8
12:20:21 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/man/man8
12:20:21 + mkdir -p build-docs
12:20:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:20:21 + cp cli/LICENSE build-docs/LICENSE
12:20:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:20:21 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:20:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:20:21 + cp cli/NOTICE build-docs/NOTICE
12:20:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:20:21 + cp cli/README.md build-docs/README.md
12:20:21 + /usr/lib/rpm/check-buildroot
12:20:21 + /usr/lib/rpm/redhat/brp-ldconfig
12:20:21 + /usr/lib/rpm/brp-compress
12:20:21 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:20:22 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:20:22 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:20:23 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:20:23 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:20:23 + /usr/lib/rpm/brp-python-hardlink
12:20:23 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:20:23 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.TLpvFc
12:20:23 + umask 022
12:20:23 + cd /root/rpmbuild/BUILD
12:20:23 + cd src
12:20:23 ++ cli/build/docker --version
12:20:23 + ver='Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6'
12:20:23 PASS: cli version OK
12:20:23 + test 'Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6' = 'Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6'
12:20:23 + echo 'PASS: cli version OK'
12:20:23 + RPM_EC=0
12:20:23 ++ jobs -p
12:20:23 + exit 0
12:20:23 Processing files: docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:20:23 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.CiQ4SW
12:20:23 + umask 022
12:20:23 + cd /root/rpmbuild/BUILD
12:20:23 + cd src
12:20:23 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/doc/docker-ce-cli
12:20:23 + export LC_ALL=C
12:20:23 + LC_ALL=C
12:20:23 + export DOCDIR
12:20:23 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/doc/docker-ce-cli
12:20:23 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/doc/docker-ce-cli
12:20:23 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/doc/docker-ce-cli
12:20:23 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/doc/docker-ce-cli
12:20:23 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/share/doc/docker-ce-cli
12:20:23 + RPM_EC=0
12:20:23 ++ jobs -p
12:20:23 + exit 0
12:20:23 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:20:23 Provides: docker-ce-cli = 1:0.0.0.20220908081902.b40c2f6-0.el9 docker-ce-cli(aarch-64) = 1:0.0.0.20220908081902.b40c2f6-0.el9
12:20:23 Requires(interp): /bin/sh
12:20:23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:20:23 Requires(post): /bin/sh
12:20:23 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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
12:20:23 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:20:23 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:20:23 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.src.rpm
12:21:31 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64.rpm
12:21:31 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ozURGN
12:21:31 + umask 022
12:21:31 + cd /root/rpmbuild/BUILD
12:21:31 + cd src
12:21:31 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:21:31 + RPM_EC=0
12:21:31 ++ jobs -p
12:21:31 + exit 0
12:21:31 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.n3Gc8z
12:21:31 + umask 022
12:21:31 + cd /root/rpmbuild/BUILD
12:21:31 + cd /root/rpmbuild/BUILD
12:21:31 + rm -rf src
12:21:31 + /usr/bin/mkdir -p src
12:21:31 + cd src
12:21:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:21:31 + /usr/bin/tar -xof -
12:21:31 + STATUS=0
12:21:31 + '[' 0 -ne 0 ']'
12:21:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:21:31 + /usr/bin/tar -xof -
12:21:31 + STATUS=0
12:21:31 + '[' 0 -ne 0 ']'
12:21:31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:21:31 + RPM_EC=0
12:21:31 ++ jobs -p
12:21:31 + exit 0
12:21:31 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.I48CSP
12:21:31 + umask 022
12:21:31 + cd /root/rpmbuild/BUILD
12:21:31 + cd src
12:21:31 + export DOCKER_GITCOMMIT=f219cb5
12:21:31 + DOCKER_GITCOMMIT=f219cb5
12:21:31 + mkdir -p /go/src/github.com/docker
12:21:31 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:21:31 + TMP_GOPATH=/go
12:21:31 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:21:31 + RM_GOPATH=0
12:21:31 + TMP_GOPATH=/go
12:21:31 + : /usr/local/bin
12:21:31 + '[' -z /go ']'
12:21:31 + export GOPATH=/go
12:21:31 + GOPATH=/go
12:21:31 + case "$(go env GOARCH)" in
12:21:31 ++ go env GOARCH
12:21:31 + export GO_BUILDMODE=-buildmode=pie
12:21:31 + GO_BUILDMODE=-buildmode=pie
12:21:31 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:21:31 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:21:31 + bin=rootlesskit
12:21:31 + shift
12:21:31 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:21:31 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:21:31 ++ : v0.14.4
12:21:31 + install_rootlesskit dynamic
12:21:31 + case "$1" in
12:21:31 + install_rootlesskit_dynamic
12:21:31 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:21:31 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:21:31 + export BUILD_MODE=-buildmode=pie
12:21:31 + BUILD_MODE=-buildmode=pie
12:21:31 + _install_rootlesskit
12:21:31 + echo 'Install rootlesskit version v0.14.4'
12:21:31 + for f in rootlesskit rootlesskit-docker-proxy
12:21:31 + GOBIN=/usr/local/bin
12:21:31 + GO111MODULE=on
12:21:31 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
12:21:31 Install rootlesskit version v0.14.4
12:21:31 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
12:21:31 go: downloading github.com/pkg/errors v0.9.1
12:21:31 go: downloading github.com/sirupsen/logrus v1.8.1
12:21:31 go: downloading github.com/urfave/cli/v2 v2.3.0
12:21:31 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
12:21:31 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
12:21:31 go: downloading github.com/google/uuid v1.3.0
12:21:31 go: downloading github.com/moby/vpnkit v0.5.0
12:21:31 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:21:31 go: downloading github.com/gofrs/flock v0.8.1
12:21:31 go: downloading github.com/gorilla/mux v1.8.0
12:21:31 go: downloading github.com/moby/sys/mountinfo v0.4.1
12:21:31 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:21:31 go: downloading github.com/u-root/u-root v7.0.0+incompatible
12:21:31 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
12:21:31 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:21:35 + for f in rootlesskit rootlesskit-docker-proxy
12:21:35 + GOBIN=/usr/local/bin
12:21:35 + GO111MODULE=on
12:21:35 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
12:21:36 + return
12:21:36 + RPM_EC=0
12:21:36 ++ jobs -p
12:21:36 + exit 0
12:21:36 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.u0ZF6f
12:21:36 + umask 022
12:21:36 + cd /root/rpmbuild/BUILD
12:21:36 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.el9.aarch64 '!=' / ']'
12:21:36 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:21:36 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:21:36 + mkdir -p /root/rpmbuild/BUILDROOT
12:21:36 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:21:36 + cd src
12:21:36 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/bin/dockerd-rootless.sh
12:21:36 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/bin/dockerd-rootless-setuptool.sh
12:21:36 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/bin/rootlesskit
12:21:36 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.el9.aarch64/usr/bin/rootlesskit-docker-proxy
12:21:36 + /usr/lib/rpm/check-buildroot
12:21:36 + /usr/lib/rpm/redhat/brp-ldconfig
12:21:36 + /usr/lib/rpm/brp-compress
12:21:36 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:21:37 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:21:37 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:21:37 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:21:37 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:21:37 + /usr/lib/rpm/brp-python-hardlink
12:21:37 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:21:37 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
12:21:37 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
12:21:37 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.5hEcFE
12:21:37 + umask 022
12:21:37 + cd /root/rpmbuild/BUILD
12:21:37 + cd src
12:21:37 + /usr/local/bin/rootlesskit -v
12:21:37 rootlesskit version 0.14.4
12:21:37 + RPM_EC=0
12:21:37 ++ jobs -p
12:21:37 + exit 0
12:21:37 Processing files: docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:21:37 Provides: docker-ce-rootless-extras = 0:0.0.0.20220908081902.b40c2f6-0.el9 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220908081902.b40c2f6-0.el9
12:21:37 Requires(interp): /bin/sh /bin/sh /bin/sh
12:21:37 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:21:37 Requires(post): /bin/sh
12:21:37 Requires(preun): /bin/sh
12:21:37 Requires(postun): /bin/sh
12:21:37 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
12:21:37 Conflicts: rootlesskit
12:21:37 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:21:37 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.el9.src.rpm
12:21:44 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.el9.aarch64.rpm
12:21:44 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2y2Xk0
12:21:44 + umask 022
12:21:44 + cd /root/rpmbuild/BUILD
12:21:44 + cd src
12:21:44 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.el9.aarch64
12:21:44 + RPM_EC=0
12:21:44 ++ jobs -p
12:21:44 + exit 0
12:21:44 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0wJVNC
12:21:44 + umask 022
12:21:44 + cd /root/rpmbuild/BUILD
12:21:44 + cd /root/rpmbuild/BUILD
12:21:44 + rm -rf src
12:21:44 + /usr/bin/mkdir -p src
12:21:44 + cd src
12:21:44 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:21:44 + /usr/bin/tar -xof -
12:21:44 + STATUS=0
12:21:44 + '[' 0 -ne 0 ']'
12:21:44 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:21:44 + /usr/bin/tar -xof -
12:21:44 + STATUS=0
12:21:44 + '[' 0 -ne 0 ']'
12:21:44 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:21:44 + RPM_EC=0
12:21:44 ++ jobs -p
12:21:44 + exit 0
12:21:44 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bfufe8
12:21:44 + umask 022
12:21:44 + cd /root/rpmbuild/BUILD
12:21:44 + cd src
12:21:44 + pushd /root/rpmbuild/BUILD/src/compose
12:21:44 + make VERSION=v2.11.2 DESTDIR=./bin build
12:21:44 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:21:44 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.11.2" -o "./bin/docker-compose" ./cmd
12:21:44 go: downloading github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
12:21:44 go: downloading github.com/spf13/cobra v1.5.0
12:21:44 go: downloading github.com/fvbommel/sortorder v1.0.2
12:21:44 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
12:21:44 go: downloading github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
12:21:44 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
12:21:44 go: downloading github.com/morikuni/aec v1.0.0
12:21:44 go: downloading github.com/spf13/pflag v1.0.5
12:21:44 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:21:44 go: downloading github.com/docker/go-connections v0.4.0
12:21:44 go: downloading github.com/sirupsen/logrus v1.9.0
12:21:44 go: downloading github.com/theupdateframework/notary v0.7.0
12:21:44 go: downloading github.com/cnabio/cnab-to-oci v0.3.7
12:21:44 go: downloading github.com/compose-spec/compose-go v1.6.0
12:21:44 go: downloading github.com/distribution/distribution/v3 v3.0.0-20220902125104-0122d7ddaec0
12:21:44 go: downloading github.com/docker/buildx v0.8.2
12:21:44 go: downloading github.com/docker/go-units v0.5.0
12:21:44 go: downloading github.com/mattn/go-shellwords v1.0.12
12:21:44 go: downloading github.com/moby/buildkit v0.10.4
12:21:45 go: downloading github.com/opencontainers/go-digest v1.0.0
12:21:45 go: downloading go.opentelemetry.io/otel v1.10.0
12:21:45 go: downloading github.com/hashicorp/go-version v1.6.0
12:21:45 go: downloading github.com/containerd/containerd v1.6.8
12:21:45 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:21:45 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:21:45 go: downloading golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
12:21:45 go: downloading gopkg.in/yaml.v2 v2.4.0
12:21:45 go: downloading k8s.io/client-go v0.22.4
12:21:45 go: downloading github.com/cnabio/cnab-go v0.23.4
12:21:45 go: downloading github.com/imdario/mergo v0.3.13
12:21:45 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:21:45 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:21:45 go: downloading github.com/containerd/console v1.0.3
12:21:45 go: downloading golang.org/x/text v0.3.7
12:21:45 go: downloading github.com/mattn/go-isatty v0.0.16
12:21:45 go: downloading github.com/buger/goterm v1.0.4
12:21:45 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:21:45 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:21:45 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:21:45 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:21:45 go: downloading go.opentelemetry.io/otel/trace v1.10.0
12:21:45 go: downloading github.com/go-logr/logr v1.2.3
12:21:45 go: downloading k8s.io/api v0.22.4
12:21:46 go: downloading k8s.io/apimachinery v0.22.4
12:21:46 go: downloading github.com/gofrs/flock v0.8.0
12:21:46 go: downloading github.com/moby/sys/signal v0.6.0
12:21:46 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:21:46 go: downloading github.com/golang/mock v1.6.0
12:21:46 go: downloading google.golang.org/grpc v1.45.0
12:21:46 go: downloading github.com/klauspost/compress v1.15.1
12:21:46 go: downloading github.com/opencontainers/runc v1.1.2
12:21:46 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:21:46 go: downloading github.com/hashicorp/errwrap v1.1.0
12:21:46 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:21:46 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
12:21:46 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:21:46 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
12:21:47 go: downloading golang.org/x/crypto v0.0.0-20220214200702-86341886e292
12:21:47 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:21:47 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:21:47 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
12:21:47 go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
12:21:47 go: downloading github.com/moby/locker v1.0.1
12:21:47 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:21:47 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:21:47 go: downloading k8s.io/klog/v2 v2.60.1
12:21:47 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:21:47 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:21:47 go: downloading google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
12:21:47 go: downloading google.golang.org/protobuf v1.27.1
12:21:47 go: downloading github.com/go-logr/stdr v1.2.2
12:21:47 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:21:47 go: downloading github.com/gogo/protobuf v1.3.2
12:21:47 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:21:47 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:21:47 go: downloading github.com/pelletier/go-toml v1.9.4
12:21:47 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:21:47 go: downloading github.com/google/gofuzz v1.2.0
12:21:47 go: downloading github.com/moby/sys/symlink v0.2.0
12:21:47 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:21:48 go: downloading github.com/golang/protobuf v1.5.2
12:21:48 go: downloading github.com/gogo/googleapis v1.4.1
12:21:48 go: downloading github.com/containerd/typeurl v1.0.2
12:21:48 go: downloading github.com/qri-io/jsonpointer v0.1.1
12:21:48 go: downloading github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
12:21:48 go: downloading github.com/Masterminds/semver v1.5.0
12:21:48 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:21:48 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:21:48 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:21:48 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:21:48 go: downloading github.com/felixge/httpsnoop v1.0.2
12:21:48 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:21:49 go: downloading github.com/davecgh/go-spew v1.1.1
12:21:49 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:21:49 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:21:49 go: downloading gopkg.in/inf.v0 v0.9.1
12:21:49 go: downloading github.com/googleapis/gnostic v0.5.5
12:21:49 go: downloading github.com/google/go-cmp v0.5.8
12:21:49 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:21:49 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
12:21:49 go: downloading github.com/docker/go-metrics v0.0.1
12:21:49 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:21:49 go: downloading github.com/json-iterator/go v1.1.12
12:21:49 go: downloading github.com/modern-go/reflect2 v1.0.2
12:21:49 go: downloading sigs.k8s.io/yaml v1.2.0
12:21:49 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:21:49 go: downloading github.com/mattn/go-colorable v0.1.12
12:21:49 go: downloading gopkg.in/yaml.v3 v3.0.1
12:21:49 go: downloading github.com/prometheus/client_golang v1.12.1
12:21:49 go: downloading github.com/containerd/ttrpc v1.1.0
12:21:49 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:21:49 go: downloading github.com/moby/spdystream v0.2.0
12:21:49 go: downloading github.com/prometheus/client_model v0.2.0
12:21:49 go: downloading github.com/prometheus/common v0.32.1
12:21:49 go: downloading github.com/beorn7/perks v1.0.1
12:21:49 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:21:49 go: downloading github.com/prometheus/procfs v0.7.3
12:21:49 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:23:25 ~/rpmbuild/BUILD/src
12:23:25 + popd
12:23:25 + RPM_EC=0
12:23:25 ++ jobs -p
12:23:25 + exit 0
12:23:25 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.O2SWXm
12:23:25 + umask 022
12:23:25 + cd /root/rpmbuild/BUILD
12:23:25 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64 '!=' / ']'
12:23:25 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64
12:23:25 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64
12:23:25 + mkdir -p /root/rpmbuild/BUILDROOT
12:23:25 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64
12:23:25 + cd src
12:23:25 + pushd /root/rpmbuild/BUILD/src/compose
12:23:25 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:23:25 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:23:25 ~/rpmbuild/BUILD/src
12:23:25 + popd
12:23:25 + for f in LICENSE MAINTAINERS NOTICE README.md
12:23:25 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:23:25 + for f in LICENSE MAINTAINERS NOTICE README.md
12:23:25 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:23:25 + for f in LICENSE MAINTAINERS NOTICE README.md
12:23:25 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:23:25 + for f in LICENSE MAINTAINERS NOTICE README.md
12:23:25 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:23:25 + /usr/lib/rpm/check-buildroot
12:23:25 + /usr/lib/rpm/redhat/brp-ldconfig
12:23:25 + /usr/lib/rpm/brp-compress
12:23:25 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:23:25 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:23:25 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:23:25 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:23:25 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:23:25 + /usr/lib/rpm/brp-python-hardlink
12:23:25 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:23:25 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.rUAuPv
12:23:25 + umask 022
12:23:25 + cd /root/rpmbuild/BUILD
12:23:25 + cd src
12:23:25 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:23:25 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:23:25 + ver=v2.11.2
12:23:25 + test v2.11.2 = v2.11.2
12:23:25 + echo 'PASS: docker-compose version OK'
12:23:25 + RPM_EC=0
12:23:25 PASS: docker-compose version OK
12:23:25 ++ jobs -p
12:23:25 + exit 0
12:23:25 Processing files: docker-compose-plugin-2.11.2-0.el9.aarch64
12:23:25 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.zAU0iB
12:23:25 + umask 022
12:23:25 + cd /root/rpmbuild/BUILD
12:23:25 + cd src
12:23:25 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64/usr/share/doc/docker-compose-plugin
12:23:25 + export LC_ALL=C
12:23:25 + LC_ALL=C
12:23:25 + export DOCDIR
12:23:25 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64/usr/share/doc/docker-compose-plugin
12:23:25 + 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.11.2-0.el9.aarch64/usr/share/doc/docker-compose-plugin
12:23:25 + RPM_EC=0
12:23:25 ++ jobs -p
12:23:25 + exit 0
12:23:25 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.q0VBop
12:23:25 + umask 022
12:23:25 + cd /root/rpmbuild/BUILD
12:23:25 + cd src
12:23:25 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
12:23:25 + export LC_ALL=C
12:23:25 + LC_ALL=C
12:23:25 + export LICENSEDIR
12:23:25 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
12:23:25 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
12:23:25 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
12:23:25 + RPM_EC=0
12:23:25 ++ jobs -p
12:23:25 + exit 0
12:23:25 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:23:25 Provides: docker-compose-plugin = 0:2.11.2-0.el9 docker-compose-plugin(aarch-64) = 0:2.11.2-0.el9
12:23:25 Requires(interp): /bin/sh /bin/sh /bin/sh
12:23:25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:23:25 Requires(post): /bin/sh
12:23:25 Requires(preun): /bin/sh
12:23:25 Requires(postun): /bin/sh
12:23:25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64
12:23:25 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.11.2-0.el9.src.rpm
12:23:47 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.11.2-0.el9.aarch64.rpm
12:23:47 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zzzOtd
12:23:47 + umask 022
12:23:47 + cd /root/rpmbuild/BUILD
12:23:47 + cd src
12:23:47 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.el9.aarch64
12:23:47 + RPM_EC=0
12:23:47 ++ jobs -p
12:23:47 + exit 0
12:23:48 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-9"
12:23:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'