Skip to content

Console Output

13:48:41 + make REF=20.10 centos-9
13:48:41 git init src/github.com/docker/cli
13:48:41 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:48:41 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:48:41 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:48:41 + SRC=src/github.com/docker/cli
13:48:41 + REF=20.10
13:48:41 + REF_FETCH=20.10
13:48:41 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
13:48:41 + awk {print $2}
13:48:41 + REF=refs/heads/20.10
13:48:41 + [ -n refs/heads/20.10 ]
13:48:41 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:41 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:42 From https://github.com/docker/cli
13:48:42  * [new branch]      20.10      -> 20.10
13:48:42  * [new tag]         v20.10.16  -> v20.10.16
13:48:42  * [new branch]      20.10      -> origin/20.10
13:48:42 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:48:43 git init src/github.com/docker/docker
13:48:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:48:43 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:48:43 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:48:43 + SRC=src/github.com/docker/docker
13:48:43 + REF=20.10
13:48:43 + REF_FETCH=20.10
13:48:43 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:48:43 + awk {print $2}
13:48:43 + REF=refs/heads/20.10
13:48:43 + [ -n refs/heads/20.10 ]
13:48:43 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:43 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:45 From https://github.com/docker/docker
13:48:45  * [new branch]      20.10      -> 20.10
13:48:45  * [new branch]      20.10      -> origin/20.10
13:48:45 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
13:48:45 git init src/github.com/docker/compose
13:48:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
13:48:45 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:48:45 ./scripts/checkout.sh src/github.com/docker/compose "v2.6.0"
13:48:45 + SRC=src/github.com/docker/compose
13:48:45 + REF=v2.6.0
13:48:45 + REF_FETCH=v2.6.0
13:48:45 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.6.0
13:48:45 + awk {print $2}
13:48:45 + REF=refs/tags/v2.6.0
13:48:45 + [ -n refs/tags/v2.6.0 ]
13:48:45 + REF_FETCH=refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:45 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 From https://github.com/docker/compose
13:48:46  * [new tag]         v2.6.0     -> v2.6.0
13:48:46 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.6.0
13:48:46 git init src/github.com/docker/scan-cli-plugin
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
13:48:46 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:48:46 + SRC=src/github.com/docker/scan-cli-plugin
13:48:46 + REF=v0.17.0
13:48:46 + REF_FETCH=v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v0.17.0
13:48:46 + [ -n refs/tags/v0.17.0 ]
13:48:46 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:46 + 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
13:48:46 From https://github.com/docker/scan-cli-plugin
13:48:46  * [new tag]         v0.17.0    -> v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:48:46 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.17.10 centos-9
13:48:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
13:48:46 mkdir -p rpmbuild/SOURCES
13:48:46 docker run --rm -w /v \
13:48:46 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
13:48:46 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:46 	alpine \
13:48:46 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:48:50 mkdir -p rpmbuild/SOURCES
13:48:50 docker run --rm -w /v \
13:48:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
13:48:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:50 	alpine \
13:48:50 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:48:53 mkdir -p rpmbuild/SOURCES
13:48:53 docker run --rm -w /v \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:53 	alpine \
13:48:53 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:48:53 mkdir -p rpmbuild/SOURCES
13:48:53 docker run --rm -w /v \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:53 	alpine \
13:48:53 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:48:54 mkdir -p rpmbuild/SOURCES
13:48:54 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
13:48:54 mkdir -p rpmbuild/SOURCES
13:48:54 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
13:48:54 docker run --rm -w /v \
13:48:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
13:48:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:54 	alpine \
13:48:54 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
13:48:55 == Building packages for centos-9 ==
13:48:55 mkdir -p "rpmbuild/centos-9"
13:48:55 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.10-buster -t rpmbuild-centos-9/aarch64 -f centos-9/Dockerfile .
13:48:55 #1 [internal] load build definition from Dockerfile
13:48:55 #1 sha256:ee2e448694536defb62a1510c19b1d24aaf4091bd28c24509f64f3c6efd33bd3
13:48:55 #1 transferring dockerfile: 1.29kB done
13:48:55 #1 DONE 0.0s
13:48:55 
13:48:55 #2 [internal] load .dockerignore
13:48:55 #2 sha256:6253948180166129e5c194b4ca0d9f9ab8968a06a17ac92c2bf66df076f576ac
13:48:55 #2 transferring context: 2B done
13:48:55 #2 DONE 0.0s
13:48:55 
13:48:55 #5 [auth] library/golang:pull token for registry-1.docker.io
13:48:55 #5 sha256:113a2696c6025c6ff599f3c95ce0ba4578ee4c2caec622ae4eba4e0d34060a5b
13:48:55 #5 DONE 0.0s
13:48:55 
13:48:55 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:48:55 #4 sha256:77749321ce5ebca1965c720e15dc5f8436f4c6810934e555747c21e4f92fd430
13:48:55 #4 DONE 0.2s
13:48:55 
13:48:55 #3 [internal] load metadata for quay.io/centos/centos:stream9
13:48:55 #3 sha256:88ff1a4b5828cdd3f62185c34438b156e9cbac4e3206b9f03083beb619d46746
13:48:55 #3 DONE 0.2s
13:48:55 
13:48:55 #10 [internal] load build context
13:48:55 #10 sha256:225eb7e34b9ceb2a0d819f05a9287f3d7c4754919cb7298921e22a6a9ce0c759
13:48:55 #10 transferring context: 14.04kB done
13:48:55 #10 DONE 0.0s
13:48:55 
13:48:55 #13 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:55 #13 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:48:55 #13 CACHED
13:48:55 
13:48:55 #6 [stage-1 1/8] FROM quay.io/centos/centos:stream9@sha256:dda56e2731362e4cd866be293b10e0a12fc687202abfec9f626075574cab47fa
13:48:55 #6 sha256:96be026f6c0d0f09fe4939523da248e7226acf718bf8ba59e7ddeebe29388f30
13:48:55 #6 resolve quay.io/centos/centos:stream9@sha256:dda56e2731362e4cd866be293b10e0a12fc687202abfec9f626075574cab47fa done
13:48:55 #6 sha256:dda56e2731362e4cd866be293b10e0a12fc687202abfec9f626075574cab47fa 858B / 858B done
13:48:55 #6 sha256:542076eb4d20259ad5092cea7d3ac3c9bdf818a9d302a6a6d857d75192bbc853 350B / 350B done
13:48:55 #6 sha256:fe4c77ffb35debce50b55929d9a30affd5fd09581d62746c91a11bcf78f089b5 1.16kB / 1.16kB done
13:48:55 #6 sha256:1f293578c2ca60f59dc308327debebc951f97551524cfe45f8521c848860ebc8 0B / 53.46MB 0.1s
13:48:55 #6 sha256:1f293578c2ca60f59dc308327debebc951f97551524cfe45f8521c848860ebc8 13.63MB / 53.46MB 0.2s
13:48:56 #6 sha256:1f293578c2ca60f59dc308327debebc951f97551524cfe45f8521c848860ebc8 33.55MB / 53.46MB 0.4s
13:48:56 #6 sha256:1f293578c2ca60f59dc308327debebc951f97551524cfe45f8521c848860ebc8 44.04MB / 53.46MB 0.5s
13:48:56 #6 sha256:1f293578c2ca60f59dc308327debebc951f97551524cfe45f8521c848860ebc8 53.46MB / 53.46MB 0.6s
13:48:56 #6 sha256:1f293578c2ca60f59dc308327debebc951f97551524cfe45f8521c848860ebc8 53.46MB / 53.46MB 0.7s done
13:48:56 #6 extracting sha256:1f293578c2ca60f59dc308327debebc951f97551524cfe45f8521c848860ebc8
13:48:58 #6 extracting sha256:1f293578c2ca60f59dc308327debebc951f97551524cfe45f8521c848860ebc8 1.6s done
13:48:58 #6 DONE 2.4s
13:48:58 
13:48:58 #7 [stage-1 2/8] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
13:48:58 #7 sha256:1a14744c84d2d8e28b3675bbe826fc5ae9dee9afcf9f3a1ee92d9d7c96831073
13:48:58 #7 DONE 0.6s
13:48:58 
13:48:58 #8 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:48:58 #8 sha256:ad5258103676fa7c0e5feec0b4b80cfc34d11181d92440e0f219ed7dd5001ad1
13:49:01 #8 2.326 CentOS Stream 9 - BaseOS                        2.4 MB/s | 4.3 MB     00:01    
13:49:03 #8 5.037 CentOS Stream 9 - AppStream                     6.2 MB/s |  11 MB     00:01    
13:49:07 #8 9.204 CentOS Stream 9 - Extras packages               6.9 kB/s | 8.2 kB     00:01    
13:49:08 #8 9.888 Dependencies resolved.
13:49:08 #8 9.900 ================================================================================
13:49:08 #8 9.900  Package                      Arch      Version               Repository   Size
13:49:08 #8 9.900 ================================================================================
13:49:08 #8 9.900 Installing:
13:49:08 #8 9.900  dnf-plugins-core             noarch    4.1.0-1.el9           baseos       35 k
13:49:08 #8 9.900  rpm-build                    aarch64   4.16.1.3-11.el9       appstream   103 k
13:49:08 #8 9.900  rpmlint                      noarch    1.11-19.el9           appstream   198 k
13:49:08 #8 9.900 Installing dependencies:
13:49:08 #8 9.900  binutils                     aarch64   2.35.2-21.el9         baseos      4.8 M
13:49:08 #8 9.900  binutils-gold                aarch64   2.35.2-21.el9         baseos      886 k
13:49:08 #8 9.900  bzip2                        aarch64   1.0.8-8.el9           baseos       56 k
13:49:08 #8 9.900  cpio                         aarch64   2.13-16.el9           baseos      274 k
13:49:08 #8 9.900  dbus-libs                    aarch64   1:1.12.20-5.el9       baseos      150 k
13:49:08 #8 9.900  desktop-file-utils           aarch64   0.26-5.el9            appstream    73 k
13:49:08 #8 9.900  diffutils                    aarch64   3.7-12.el9            baseos      392 k
13:49:08 #8 9.900  dwz                          aarch64   0.14-3.el9            appstream   126 k
13:49:08 #8 9.900  ed                           aarch64   1.14.2-12.el9         baseos       74 k
13:49:08 #8 9.900  efi-srpm-macros              noarch    4-9.el9               appstream    23 k
13:49:08 #8 9.900  elfutils                     aarch64   0.186-5.el9           baseos      520 k
13:49:08 #8 9.900  elfutils-debuginfod-client   aarch64   0.186-5.el9           baseos       36 k
13:49:08 #8 9.900  emacs-filesystem             noarch    1:27.1-3.el9          appstream   9.2 k
13:49:08 #8 9.900  enchant                      aarch64   1:1.6.0-30.el9        appstream    61 k
13:49:08 #8 9.900  file                         aarch64   5.39-8.el9            baseos       51 k
13:49:08 #8 9.900  fonts-srpm-macros            noarch    1:2.0.5-7.el9.1       appstream    28 k
13:49:08 #8 9.900  gdb-minimal                  aarch64   10.2-8.el9            appstream   3.1 M
13:49:08 #8 9.900  gdk-pixbuf2                  aarch64   2.42.6-2.el9          appstream   491 k
13:49:08 #8 9.900  ghc-srpm-macros              noarch    1.5.0-6.el9           appstream   8.8 k
13:49:08 #8 9.900  glib-networking              aarch64   2.68.3-3.el9          baseos      185 k
13:49:08 #8 9.900  glibc-gconv-extra            aarch64   2.34-32.el9           baseos      1.7 M
13:49:08 #8 9.900  go-srpm-macros               noarch    3.0.9-9.el9           appstream    27 k
13:49:08 #8 9.900  groff-base                   aarch64   1.22.4-10.el9         baseos      1.0 M
13:49:08 #8 9.900  gsettings-desktop-schemas    aarch64   40.0-4.el9            baseos      688 k
13:49:08 #8 9.900  hunspell                     aarch64   1.7.0-11.el9          appstream   319 k
13:49:08 #8 9.900  hunspell-en-GB               noarch    0.20140811.1-20.el9   appstream   226 k
13:49:08 #8 9.900  hunspell-en-US               noarch    0.20140811.1-20.el9   appstream   177 k
13:49:08 #8 9.900  hunspell-filesystem          aarch64   1.7.0-11.el9          appstream   8.6 k
13:49:08 #8 9.900  info                         aarch64   6.7-15.el9            baseos      221 k
13:49:08 #8 9.900  json-glib                    aarch64   1.6.6-1.el9           baseos      160 k
13:49:08 #8 9.900  kernel-srpm-macros           noarch    1.0-11.el9            appstream    16 k
13:49:08 #8 9.900  less                         aarch64   575-4.el9             baseos      156 k
13:49:08 #8 9.900  libappstream-glib            aarch64   0.7.18-4.el9          appstream   380 k
13:49:08 #8 9.900  libbrotli                    aarch64   1.0.9-6.el9           baseos      314 k
13:49:08 #8 9.900  libicu                       aarch64   67.1-9.el9            baseos      9.5 M
13:49:08 #8 9.900  libjpeg-turbo                aarch64   2.0.90-5.el9          appstream   170 k
13:49:08 #8 9.900  libpipeline                  aarch64   1.5.3-4.el9           baseos       48 k
13:49:08 #8 9.900  libpkgconf                   aarch64   1.7.3-9.el9           baseos       36 k
13:49:08 #8 9.900  libpng                       aarch64   2:1.6.37-12.el9       baseos      115 k
13:49:08 #8 9.900  libproxy                     aarch64   0.4.15-35.el9         baseos       71 k
13:49:08 #8 9.900  libpsl                       aarch64   0.21.1-5.el9          baseos       64 k
13:49:08 #8 9.900  libsoup                      aarch64   2.72.0-8.el9          appstream   397 k
13:49:08 #8 9.900  libstemmer                   aarch64   0-18.585svn.el9       appstream    82 k
13:49:08 #8 9.900  lua-srpm-macros              noarch    1-6.el9               appstream   9.5 k
13:49:08 #8 9.900  man-db                       aarch64   2.9.3-6.el9           baseos      1.2 M
13:49:08 #8 9.900  ncurses                      aarch64   6.2-8.20210508.el9    baseos      406 k
13:49:08 #8 9.900  ocaml-srpm-macros            noarch    6-6.el9               appstream   8.8 k
13:49:08 #8 9.900  openblas-srpm-macros         noarch    2-11.el9              appstream   8.4 k
13:49:08 #8 9.900  patch                        aarch64   2.7.6-16.el9          appstream   124 k
13:49:08 #8 9.900  perl-AutoLoader              noarch    5.74-479.el9          appstream    31 k
13:49:08 #8 9.900  perl-B                       aarch64   1.80-479.el9          appstream   190 k
13:49:08 #8 9.900  perl-Carp                    noarch    1.50-460.el9          appstream    30 k
13:49:08 #8 9.900  perl-Class-Struct            noarch    0.66-479.el9          appstream    32 k
13:49:08 #8 9.900  perl-Data-Dumper             aarch64   2.174-462.el9         appstream    55 k
13:49:08 #8 9.900  perl-Digest                  noarch    1.19-4.el9            appstream    26 k
13:49:08 #8 9.900  perl-Digest-MD5              aarch64   2.58-4.el9            appstream    37 k
13:49:08 #8 9.900  perl-Encode                  aarch64   4:3.08-462.el9        appstream   1.7 M
13:49:08 #8 9.900  perl-Errno                   aarch64   1.30-479.el9          appstream    24 k
13:49:08 #8 9.900  perl-Exporter                noarch    5.74-461.el9          appstream    32 k
13:49:08 #8 9.900  perl-Fcntl                   aarch64   1.13-479.el9          appstream    30 k
13:49:08 #8 9.900  perl-File-Basename           noarch    2.85-479.el9          appstream    27 k
13:49:08 #8 9.900  perl-File-Path               noarch    2.18-4.el9            appstream    36 k
13:49:08 #8 9.900  perl-File-Temp               noarch    1:0.231.100-4.el9     appstream    60 k
13:49:08 #8 9.900  perl-File-stat               noarch    1.09-479.el9          appstream    27 k
13:49:08 #8 9.900  perl-FileHandle              noarch    2.03-479.el9          appstream    25 k
13:49:08 #8 9.900  perl-Getopt-Long             noarch    1:2.52-4.el9          appstream    61 k
13:49:08 #8 9.900  perl-Getopt-Std              noarch    1.12-479.el9          appstream    25 k
13:49:08 #8 9.900  perl-HTTP-Tiny               noarch    0.076-460.el9         appstream    55 k
13:49:08 #8 9.900  perl-IO                      aarch64   1.43-479.el9          appstream    98 k
13:49:08 #8 9.900  perl-IO-Socket-IP            noarch    0.41-5.el9            appstream    43 k
13:49:08 #8 9.900  perl-IPC-Open3               noarch    1.21-479.el9          appstream    32 k
13:49:08 #8 9.900  perl-MIME-Base64             aarch64   3.16-4.el9            appstream    31 k
13:49:08 #8 9.900  perl-Net-SSLeay              aarch64   1.92-1.el9            appstream   389 k
13:49:08 #8 9.900  perl-POSIX                   aarch64   1.94-479.el9          appstream   106 k
13:49:08 #8 9.900  perl-PathTools               aarch64   3.78-461.el9          appstream    88 k
13:49:08 #8 9.900  perl-Pod-Escapes             noarch    1:1.07-460.el9        appstream    21 k
13:49:08 #8 9.900  perl-Pod-Perldoc             noarch    3.28.01-461.el9       appstream    87 k
13:49:08 #8 9.900  perl-Pod-Simple              noarch    1:3.42-4.el9          appstream   225 k
13:49:08 #8 9.900  perl-Pod-Usage               noarch    4:2.01-4.el9          appstream    41 k
13:49:08 #8 9.900  perl-Scalar-List-Utils       aarch64   4:1.56-461.el9        appstream    72 k
13:49:08 #8 9.900  perl-SelectSaver             noarch    1.02-479.el9          appstream    21 k
13:49:08 #8 9.900  perl-Socket                  aarch64   4:2.031-4.el9         appstream    55 k
13:49:08 #8 9.900  perl-Storable                aarch64   1:3.21-460.el9        appstream    94 k
13:49:08 #8 9.900  perl-Symbol                  noarch    1.08-479.el9          appstream    24 k
13:49:08 #8 9.900  perl-Term-ANSIColor          noarch    5.01-461.el9          appstream    49 k
13:49:08 #8 9.900  perl-Term-Cap                noarch    1.17-460.el9          appstream    23 k
13:49:08 #8 9.900  perl-Text-ParseWords         noarch    3.30-460.el9          appstream    17 k
13:49:08 #8 9.900  perl-Text-Tabs+Wrap          noarch    2013.0523-460.el9     appstream    24 k
13:49:08 #8 9.900  perl-Time-Local              noarch    2:1.300-7.el9         appstream    34 k
13:49:08 #8 9.900  perl-URI                     noarch    5.09-3.el9            appstream   121 k
13:49:08 #8 9.900  perl-base                    noarch    2.27-479.el9          appstream    26 k
13:49:08 #8 9.900  perl-constant                noarch    1.33-461.el9          appstream    24 k
13:49:08 #8 9.900  perl-if                      noarch    0.60.800-479.el9      appstream    24 k
13:49:08 #8 9.900  perl-interpreter             aarch64   4:5.32.1-479.el9      appstream    80 k
13:49:08 #8 9.900  perl-libnet                  noarch    3.13-4.el9            appstream   130 k
13:49:08 #8 9.900  perl-libs                    aarch64   4:5.32.1-479.el9      appstream   2.1 M
13:49:08 #8 9.900  perl-mro                     aarch64   1.23-479.el9          appstream    37 k
13:49:08 #8 9.900  perl-overload                noarch    1.31-479.el9          appstream    55 k
13:49:08 #8 9.900  perl-overloading             noarch    0.02-479.el9          appstream    22 k
13:49:08 #8 9.900  perl-parent                  noarch    1:0.238-460.el9       appstream    15 k
13:49:08 #8 9.900  perl-podlators               noarch    1:4.14-460.el9        appstream   114 k
13:49:08 #8 9.900  perl-srpm-macros             noarch    1-41.el9              appstream   9.1 k
13:49:08 #8 9.900  perl-subs                    noarch    1.03-479.el9          appstream    21 k
13:49:08 #8 9.900  perl-vars                    noarch    1.05-479.el9          appstream    23 k
13:49:08 #8 9.900  pkgconf                      aarch64   1.7.3-9.el9           baseos       41 k
13:49:08 #8 9.900  pkgconf-m4                   noarch    1.7.3-9.el9           baseos       15 k
13:49:08 #8 9.900  pkgconf-pkg-config           aarch64   1.7.3-9.el9           baseos       11 k
13:49:08 #8 9.900  publicsuffix-list-dafsa      noarch    20210518-3.el9        baseos       58 k
13:49:08 #8 9.900  python-srpm-macros           noarch    3.9-52.el9            appstream    24 k
13:49:08 #8 9.900  python3-dateutil             noarch    1:2.8.1-6.el9         baseos      302 k
13:49:08 #8 9.900  python3-dbus                 aarch64   1.2.18-2.el9          baseos      144 k
13:49:08 #8 9.900  python3-dnf-plugins-core     noarch    4.1.0-1.el9           baseos      236 k
13:49:08 #8 9.900  python3-enchant              noarch    3.2.0-5.el9           appstream    86 k
13:49:08 #8 9.900  python3-file-magic           noarch    5.39-8.el9            appstream    18 k
13:49:08 #8 9.900  python3-six                  noarch    1.15.0-9.el9          baseos       37 k
13:49:08 #8 9.900  qt5-srpm-macros              noarch    5.15.3-1.el9          appstream   9.7 k
13:49:08 #8 9.900  redhat-rpm-config            noarch    194-1.el9             appstream    74 k
13:49:08 #8 9.900  rust-srpm-macros             noarch    17-4.el9              appstream    10 k
13:49:08 #8 9.900  shared-mime-info             aarch64   2.1-4.el9             baseos      557 k
13:49:08 #8 9.900  systemd-libs                 aarch64   250-4.el9             baseos      585 k
13:49:08 #8 9.900  unzip                        aarch64   6.0-56.el9            baseos      179 k
13:49:08 #8 9.900  webkit2gtk3-jsc              aarch64   2.36.1-1.el9          appstream   2.9 M
13:49:08 #8 9.900  xz                           aarch64   5.2.5-7.el9           baseos      226 k
13:49:08 #8 9.900  zip                          aarch64   3.0-33.el9            baseos      235 k
13:49:08 #8 9.900  zstd                         aarch64   1.5.1-2.el9           baseos      387 k
13:49:08 #8 9.900 Installing weak dependencies:
13:49:08 #8 9.900  abattis-cantarell-fonts      noarch    0.301-4.el9           appstream   365 k
13:49:08 #8 9.900  hunspell-en                  noarch    0.20140811.1-20.el9   appstream   187 k
13:49:08 #8 9.900  libproxy-webkitgtk4          aarch64   0.4.15-35.el9         appstream    21 k
13:49:08 #8 9.900  perl-IO-Socket-SSL           noarch    2.073-1.el9           appstream   219 k
13:49:08 #8 9.900  perl-Mozilla-CA              noarch    20200520-6.el9        appstream    13 k
13:49:08 #8 9.900  perl-NDBM_File               aarch64   1.15-479.el9          appstream    31 k
13:49:08 #8 9.900 
13:49:08 #8 9.900 Transaction Summary
13:49:08 #8 9.900 ================================================================================
13:49:08 #8 9.900 Install  134 Packages
13:49:08 #8 9.900 
13:49:08 #8 9.907 Total download size: 43 M
13:49:08 #8 9.907 Installed size: 171 M
13:49:08 #8 9.908 Downloading Packages:
13:49:09 #8 10.97 (1/134): binutils-gold-2.35.2-21.el9.aarch64.rp 2.1 MB/s | 886 kB     00:00    
13:49:09 #8 10.98 (2/134): bzip2-1.0.8-8.el9.aarch64.rpm          131 kB/s |  56 kB     00:00    
13:49:09 #8 11.00 (3/134): binutils-2.35.2-21.el9.aarch64.rpm      11 MB/s | 4.8 MB     00:00    
13:49:09 #8 11.01 (4/134): cpio-2.13-16.el9.aarch64.rpm           8.7 MB/s | 274 kB     00:00    
13:49:09 #8 11.01 (5/134): dbus-libs-1.12.20-5.el9.aarch64.rpm    5.7 MB/s | 150 kB     00:00    
13:49:09 #8 11.01 (6/134): dnf-plugins-core-4.1.0-1.el9.noarch.rp 7.3 MB/s |  35 kB     00:00    
13:49:09 #8 11.02 (7/134): ed-1.14.2-12.el9.aarch64.rpm           8.8 MB/s |  74 kB     00:00    
13:49:09 #8 11.03 (8/134): diffutils-3.7-12.el9.aarch64.rpm        23 MB/s | 392 kB     00:00    
13:49:09 #8 11.03 (9/134): elfutils-0.186-5.el9.aarch64.rpm        33 MB/s | 520 kB     00:00    
13:49:09 #8 11.03 (10/134): elfutils-debuginfod-client-0.186-5.el 2.7 MB/s |  36 kB     00:00    
13:49:09 #8 11.04 (11/134): file-5.39-8.el9.aarch64.rpm           8.3 MB/s |  51 kB     00:00    
13:49:09 #8 11.04 (12/134): glib-networking-2.68.3-3.el9.aarch64.  15 MB/s | 185 kB     00:00    
13:49:09 #8 11.06 (13/134): glibc-gconv-extra-2.34-32.el9.aarch64  79 MB/s | 1.7 MB     00:00    
13:49:09 #8 11.06 (14/134): groff-base-1.22.4-10.el9.aarch64.rpm   47 MB/s | 1.0 MB     00:00    
13:49:09 #8 11.07 (15/134): gsettings-desktop-schemas-40.0-4.el9.  33 MB/s | 688 kB     00:00    
13:49:09 #8 11.07 (16/134): info-6.7-15.el9.aarch64.rpm            23 MB/s | 221 kB     00:00    
13:49:09 #8 11.08 (17/134): json-glib-1.6.6-1.el9.aarch64.rpm      13 MB/s | 160 kB     00:00    
13:49:09 #8 11.08 (18/134): less-575-4.el9.aarch64.rpm             14 MB/s | 156 kB     00:00    
13:49:09 #8 11.09 (19/134): libbrotli-1.0.9-6.el9.aarch64.rpm      29 MB/s | 314 kB     00:00    
13:49:09 #8 11.09 (20/134): libpipeline-1.5.3-4.el9.aarch64.rpm   4.5 MB/s |  48 kB     00:00    
13:49:09 #8 11.10 (21/134): libpkgconf-1.7.3-9.el9.aarch64.rpm    3.5 MB/s |  36 kB     00:00    
13:49:09 #8 11.11 (22/134): libpng-1.6.37-12.el9.aarch64.rpm      7.2 MB/s | 115 kB     00:00    
13:49:09 #8 11.12 (23/134): libproxy-0.4.15-35.el9.aarch64.rpm    5.0 MB/s |  71 kB     00:00    
13:49:09 #8 11.13 (24/134): libpsl-0.21.1-5.el9.aarch64.rpm       5.2 MB/s |  64 kB     00:00    
13:49:09 #8 11.14 (25/134): ncurses-6.2-8.20210508.el9.aarch64.rp  29 MB/s | 406 kB     00:00    
13:49:09 #8 11.16 (26/134): man-db-2.9.3-6.el9.aarch64.rpm         33 MB/s | 1.2 MB     00:00    
13:49:09 #8 11.16 (27/134): pkgconf-1.7.3-9.el9.aarch64.rpm       2.3 MB/s |  41 kB     00:00    
13:49:09 #8 11.19 (28/134): libicu-67.1-9.el9.aarch64.rpm          87 MB/s | 9.5 MB     00:00    
13:49:09 #8 11.19 (29/134): pkgconf-m4-1.7.3-9.el9.noarch.rpm     505 kB/s |  15 kB     00:00    
13:49:09 #8 11.19 (30/134): pkgconf-pkg-config-1.7.3-9.el9.aarch6 380 kB/s |  11 kB     00:00    
13:49:09 #8 11.20 (31/134): publicsuffix-list-dafsa-20210518-3.el 8.3 MB/s |  58 kB     00:00    
13:49:09 #8 11.20 (32/134): python3-dateutil-2.8.1-6.el9.noarch.r  28 MB/s | 302 kB     00:00    
13:49:09 #8 11.20 (33/134): python3-dbus-1.2.18-2.el9.aarch64.rpm  12 MB/s | 144 kB     00:00    
13:49:09 #8 11.21 (34/134): python3-dnf-plugins-core-4.1.0-1.el9.  28 MB/s | 236 kB     00:00    
13:49:09 #8 11.21 (35/134): python3-six-1.15.0-9.el9.noarch.rpm   3.2 MB/s |  37 kB     00:00    
13:49:09 #8 11.22 (36/134): shared-mime-info-2.1-4.el9.aarch64.rp  39 MB/s | 557 kB     00:00    
13:49:09 #8 11.23 (37/134): systemd-libs-250-4.el9.aarch64.rpm     52 MB/s | 585 kB     00:00    
13:49:09 #8 11.23 (38/134): xz-5.2.5-7.el9.aarch64.rpm             24 MB/s | 226 kB     00:00    
13:49:09 #8 11.24 (39/134): unzip-6.0-56.el9.aarch64.rpm          8.7 MB/s | 179 kB     00:00    
13:49:09 #8 11.24 (40/134): zip-3.0-33.el9.aarch64.rpm             17 MB/s | 235 kB     00:00    
13:49:09 #8 11.24 (41/134): zstd-1.5.1-2.el9.aarch64.rpm           28 MB/s | 387 kB     00:00    
13:49:09 #8 11.25 (42/134): dwz-0.14-3.el9.aarch64.rpm             18 MB/s | 126 kB     00:00    
13:49:09 #8 11.26 (43/134): desktop-file-utils-0.26-5.el9.aarch64 6.8 MB/s |  73 kB     00:00    
13:49:09 #8 11.26 (44/134): abattis-cantarell-fonts-0.301-4.el9.n  15 MB/s | 365 kB     00:00    
13:49:09 #8 11.26 (45/134): efi-srpm-macros-4-9.el9.noarch.rpm    2.1 MB/s |  23 kB     00:00    
13:49:09 #8 11.27 (46/134): emacs-filesystem-27.1-3.el9.noarch.rp 1.0 MB/s | 9.2 kB     00:00    
13:49:09 #8 11.27 (47/134): fonts-srpm-macros-2.0.5-7.el9.1.noarc 5.2 MB/s |  28 kB     00:00    
13:49:09 #8 11.27 (48/134): enchant-1.6.0-30.el9.aarch64.rpm      6.2 MB/s |  61 kB     00:00    
13:49:09 #8 11.28 (49/134): gdk-pixbuf2-2.42.6-2.el9.aarch64.rpm   34 MB/s | 491 kB     00:00    
13:49:09 #8 11.29 (50/134): ghc-srpm-macros-1.5.0-6.el9.noarch.rp 760 kB/s | 8.8 kB     00:00    
13:49:09 #8 11.30 (51/134): gdb-minimal-10.2-8.el9.aarch64.rpm     92 MB/s | 3.1 MB     00:00    
13:49:09 #8 11.30 (52/134): go-srpm-macros-3.0.9-9.el9.noarch.rpm 1.7 MB/s |  27 kB     00:00    
13:49:09 #8 11.31 (53/134): hunspell-1.7.0-11.el9.aarch64.rpm      18 MB/s | 319 kB     00:00    
13:49:09 #8 11.31 (54/134): hunspell-en-0.20140811.1-20.el9.noarc  19 MB/s | 187 kB     00:00    
13:49:09 #8 11.32 (55/134): hunspell-en-US-0.20140811.1-20.el9.no  14 MB/s | 177 kB     00:00    
13:49:09 #8 11.33 (56/134): hunspell-en-GB-0.20140811.1-20.el9.no  10 MB/s | 226 kB     00:00    
13:49:09 #8 11.33 (57/134): hunspell-filesystem-1.7.0-11.el9.aarc 667 kB/s | 8.6 kB     00:00    
13:49:09 #8 11.33 (58/134): kernel-srpm-macros-1.0-11.el9.noarch. 2.0 MB/s |  16 kB     00:00    
13:49:09 #8 11.33 (59/134): libjpeg-turbo-2.0.90-5.el9.aarch64.rp  28 MB/s | 170 kB     00:00    
13:49:09 #8 11.34 (60/134): libproxy-webkitgtk4-0.4.15-35.el9.aar 3.1 MB/s |  21 kB     00:00    
13:49:09 #8 11.34 (61/134): libappstream-glib-0.7.18-4.el9.aarch6  24 MB/s | 380 kB     00:00    
13:49:09 #8 11.35 (62/134): libsoup-2.72.0-8.el9.aarch64.rpm       30 MB/s | 397 kB     00:00    
13:49:09 #8 11.35 (63/134): libstemmer-0-18.585svn.el9.aarch64.rp 6.7 MB/s |  82 kB     00:00    
13:49:09 #8 11.35 (64/134): lua-srpm-macros-1-6.el9.noarch.rpm    1.5 MB/s | 9.5 kB     00:00    
13:49:09 #8 11.36 (65/134): ocaml-srpm-macros-6-6.el9.noarch.rpm  951 kB/s | 8.8 kB     00:00    
13:49:09 #8 11.36 (66/134): openblas-srpm-macros-2-11.el9.noarch. 898 kB/s | 8.4 kB     00:00    
13:49:09 #8 11.36 (67/134): patch-2.7.6-16.el9.aarch64.rpm         12 MB/s | 124 kB     00:00    
13:49:09 #8 11.37 (68/134): perl-AutoLoader-5.74-479.el9.noarch.r 5.0 MB/s |  31 kB     00:00    
13:49:09 #8 11.37 (69/134): perl-B-1.80-479.el9.aarch64.rpm        18 MB/s | 190 kB     00:00    
13:49:09 #8 11.38 (70/134): perl-Carp-1.50-460.el9.noarch.rpm     2.6 MB/s |  30 kB     00:00    
13:49:09 #8 11.38 (71/134): perl-Class-Struct-0.66-479.el9.noarch 3.0 MB/s |  32 kB     00:00    
13:49:09 #8 11.38 (72/134): perl-Data-Dumper-2.174-462.el9.aarch6 5.5 MB/s |  55 kB     00:00    
13:49:09 #8 11.38 (73/134): perl-Digest-1.19-4.el9.noarch.rpm     4.5 MB/s |  26 kB     00:00    
13:49:09 #8 11.39 (74/134): perl-Digest-MD5-2.58-4.el9.aarch64.rp 4.2 MB/s |  37 kB     00:00    
13:49:09 #8 11.39 (75/134): perl-Errno-1.30-479.el9.aarch64.rpm   2.8 MB/s |  24 kB     00:00    
13:49:09 #8 11.40 (76/134): perl-Encode-3.08-462.el9.aarch64.rpm   88 MB/s | 1.7 MB     00:00    
13:49:09 #8 11.41 (77/134): perl-Exporter-5.74-461.el9.noarch.rpm 2.2 MB/s |  32 kB     00:00    
13:49:09 #8 11.41 (78/134): perl-Fcntl-1.13-479.el9.aarch64.rpm   2.0 MB/s |  30 kB     00:00    
13:49:09 #8 11.41 (79/134): perl-File-Basename-2.85-479.el9.noarc 2.6 MB/s |  27 kB     00:00    
13:49:09 #8 11.42 (80/134): perl-File-Path-2.18-4.el9.noarch.rpm  3.5 MB/s |  36 kB     00:00    
13:49:09 #8 11.42 (81/134): perl-File-Temp-0.231.100-4.el9.noarch 7.8 MB/s |  60 kB     00:00    
13:49:09 #8 11.42 (82/134): perl-File-stat-1.09-479.el9.noarch.rp 4.8 MB/s |  27 kB     00:00    
13:49:09 #8 11.43 (83/134): perl-FileHandle-2.03-479.el9.noarch.r 2.8 MB/s |  25 kB     00:00    
13:49:09 #8 11.43 (84/134): perl-Getopt-Long-2.52-4.el9.noarch.rp 6.4 MB/s |  61 kB     00:00    
13:49:09 #8 11.43 (85/134): perl-Getopt-Std-1.12-479.el9.noarch.r 2.7 MB/s |  25 kB     00:00    
13:49:09 #8 11.44 (86/134): perl-HTTP-Tiny-0.076-460.el9.noarch.r 5.4 MB/s |  55 kB     00:00    
13:49:09 #8 11.44 (87/134): perl-IO-Socket-IP-0.41-5.el9.noarch.r 5.8 MB/s |  43 kB     00:00    
13:49:09 #8 11.45 (88/134): perl-IO-Socket-SSL-2.073-1.el9.noarch  22 MB/s | 219 kB     00:00    
13:49:09 #8 11.45 (89/134): perl-IO-1.43-479.el9.aarch64.rpm      5.4 MB/s |  98 kB     00:00    
13:49:09 #8 11.45 (90/134): perl-IPC-Open3-1.21-479.el9.noarch.rp 2.4 MB/s |  32 kB     00:00    
13:49:09 #8 11.46 (91/134): perl-MIME-Base64-3.16-4.el9.aarch64.r 3.3 MB/s |  31 kB     00:00    
13:49:09 #8 11.46 (92/134): perl-NDBM_File-1.15-479.el9.aarch64.r 3.8 MB/s |  31 kB     00:00    
13:49:09 #8 11.47 (93/134): perl-Mozilla-CA-20200520-6.el9.noarch 1.0 MB/s |  13 kB     00:00    
13:49:10 #8 11.47 (94/134): perl-Net-SSLeay-1.92-1.el9.aarch64.rp  27 MB/s | 389 kB     00:00    
13:49:10 #8 11.47 (95/134): perl-POSIX-1.94-479.el9.aarch64.rpm   9.4 MB/s | 106 kB     00:00    
13:49:10 #8 11.48 (96/134): perl-PathTools-3.78-461.el9.aarch64.r  14 MB/s |  88 kB     00:00    
13:49:10 #8 11.48 (97/134): perl-Pod-Escapes-1.07-460.el9.noarch. 2.2 MB/s |  21 kB     00:00    
13:49:10 #8 11.48 (98/134): perl-Pod-Perldoc-3.28.01-461.el9.noar 9.3 MB/s |  87 kB     00:00    
13:49:10 #8 11.49 (99/134): perl-Pod-Usage-2.01-4.el9.noarch.rpm  6.5 MB/s |  41 kB     00:00    
13:49:10 #8 11.49 (100/134): perl-Pod-Simple-3.42-4.el9.noarch.rp  21 MB/s | 225 kB     00:00    
13:49:10 #8 11.49 (101/134): perl-Scalar-List-Utils-1.56-461.el9. 7.5 MB/s |  72 kB     00:00    
13:49:10 #8 11.50 (102/134): perl-SelectSaver-1.02-479.el9.noarch 2.4 MB/s |  21 kB     00:00    
13:49:10 #8 11.50 (103/134): perl-Socket-2.031-4.el9.aarch64.rpm  8.9 MB/s |  55 kB     00:00    
13:49:10 #8 11.50 (104/134): perl-Storable-3.21-460.el9.aarch64.r 9.1 MB/s |  94 kB     00:00    
13:49:10 #8 11.51 (105/134): perl-Term-ANSIColor-5.01-461.el9.noa 6.9 MB/s |  49 kB     00:00    
13:49:10 #8 11.51 (106/134): perl-Term-Cap-1.17-460.el9.noarch.rp 2.4 MB/s |  23 kB     00:00    
13:49:10 #8 11.52 (107/134): perl-Symbol-1.08-479.el9.noarch.rpm  1.1 MB/s |  24 kB     00:00    
13:49:10 #8 11.52 (108/134): perl-Text-ParseWords-3.30-460.el9.no 1.3 MB/s |  17 kB     00:00    
13:49:10 #8 11.52 (109/134): perl-Text-Tabs+Wrap-2013.0523-460.el 2.4 MB/s |  24 kB     00:00    
13:49:10 #8 11.53 (110/134): perl-Time-Local-1.300-7.el9.noarch.r 4.9 MB/s |  34 kB     00:00    
13:49:10 #8 11.53 (111/134): perl-URI-5.09-3.el9.noarch.rpm        12 MB/s | 121 kB     00:00    
13:49:10 #8 11.54 (112/134): perl-base-2.27-479.el9.noarch.rpm    2.6 MB/s |  26 kB     00:00    
13:49:10 #8 11.54 (113/134): perl-if-0.60.800-479.el9.noarch.rpm  3.5 MB/s |  24 kB     00:00    
13:49:10 #8 11.54 (114/134): perl-constant-1.33-461.el9.noarch.rp 2.1 MB/s |  24 kB     00:00    
13:49:10 #8 11.55 (115/134): perl-interpreter-5.32.1-479.el9.aarc 7.2 MB/s |  80 kB     00:00    
13:49:10 #8 11.55 (116/134): perl-libnet-3.13-4.el9.noarch.rpm     11 MB/s | 130 kB     00:00    
13:49:10 #8 11.56 (117/134): perl-mro-1.23-479.el9.aarch64.rpm    3.3 MB/s |  37 kB     00:00    
13:49:10 #8 11.57 (118/134): perl-overload-1.31-479.el9.noarch.rp 4.9 MB/s |  55 kB     00:00    
13:49:10 #8 11.57 (119/134): perl-overloading-0.02-479.el9.noarch 2.6 MB/s |  22 kB     00:00    
13:49:10 #8 11.58 (120/134): perl-libs-5.32.1-479.el9.aarch64.rpm  66 MB/s | 2.1 MB     00:00    
13:49:10 #8 11.58 (121/134): perl-parent-0.238-460.el9.noarch.rpm 842 kB/s |  15 kB     00:00    
13:49:10 #8 11.59 (122/134): perl-podlators-4.14-460.el9.noarch.r 7.2 MB/s | 114 kB     00:00    
13:49:10 #8 11.59 (123/134): perl-srpm-macros-1-41.el9.noarch.rpm 1.4 MB/s | 9.1 kB     00:00    
13:49:10 #8 11.59 (124/134): perl-subs-1.03-479.el9.noarch.rpm    2.3 MB/s |  21 kB     00:00    
13:49:10 #8 11.60 (125/134): perl-vars-1.05-479.el9.noarch.rpm    2.5 MB/s |  23 kB     00:00    
13:49:10 #8 11.60 (126/134): python-srpm-macros-3.9-52.el9.noarch 2.6 MB/s |  24 kB     00:00    
13:49:10 #8 11.61 (127/134): qt5-srpm-macros-5.15.3-1.el9.noarch. 1.6 MB/s | 9.7 kB     00:00    
13:49:10 #8 11.61 (128/134): python3-enchant-3.2.0-5.el9.noarch.r 5.0 MB/s |  86 kB     00:00    
13:49:10 #8 11.61 (129/134): python3-file-magic-5.39-8.el9.noarch 1.4 MB/s |  18 kB     00:00    
13:49:10 #8 11.62 (130/134): redhat-rpm-config-194-1.el9.noarch.r 7.7 MB/s |  74 kB     00:00    
13:49:10 #8 11.62 (131/134): rust-srpm-macros-17-4.el9.noarch.rpm 1.8 MB/s |  10 kB     00:00    
13:49:10 #8 11.65 (132/134): rpmlint-1.11-19.el9.noarch.rpm       5.1 MB/s | 198 kB     00:00    
13:49:10 #8 11.67 (133/134): webkit2gtk3-jsc-2.36.1-1.el9.aarch64  69 MB/s | 2.9 MB     00:00    
13:49:10 #8 11.69 (134/134): rpm-build-4.16.1.3-11.el9.aarch64.rp 1.3 MB/s | 103 kB     00:00    
13:49:10 #8 11.70 --------------------------------------------------------------------------------
13:49:10 #8 11.70 Total                                            24 MB/s |  43 MB     00:01     
13:49:12 #8 13.59 Running transaction check
13:49:12 #8 13.68 Transaction check succeeded.
13:49:12 #8 13.68 Running transaction test
13:49:12 #8 14.16 Transaction test succeeded.
13:49:12 #8 14.16 Running transaction
13:49:14 #8 15.46   Preparing        :                                                        1/1 
13:49:14 #8 15.51   Installing       : elfutils-debuginfod-client-0.186-5.el9.aarch64       1/134 
13:49:14 #8 15.53   Installing       : binutils-gold-2.35.2-21.el9.aarch64                  2/134 
13:49:14 #8 15.61   Installing       : binutils-2.35.2-21.el9.aarch64                       3/134 
13:49:14 #8 15.62   Running scriptlet: binutils-2.35.2-21.el9.aarch64                       3/134 
13:49:14 #8 15.63   Running scriptlet: groff-base-1.22.4-10.el9.aarch64                     4/134 
13:49:14 #8 15.68   Installing       : groff-base-1.22.4-10.el9.aarch64                     4/134 
13:49:14 #8 15.69   Running scriptlet: groff-base-1.22.4-10.el9.aarch64                     4/134 
13:49:14 #8 15.70   Installing       : file-5.39-8.el9.aarch64                              5/134 
13:49:14 #8 15.72   Installing       : xz-5.2.5-7.el9.aarch64                               6/134 
13:49:14 #8 15.73   Installing       : unzip-6.0-56.el9.aarch64                             7/134 
13:49:14 #8 15.74   Installing       : systemd-libs-250-4.el9.aarch64                       8/134 
13:49:14 #8 15.75   Running scriptlet: systemd-libs-250-4.el9.aarch64                       8/134 
13:49:14 #8 15.77   Installing       : libproxy-0.4.15-35.el9.aarch64                       9/134 
13:49:14 #8 15.78   Installing       : cpio-2.13-16.el9.aarch64                            10/134 
13:49:14 #8 15.79   Installing       : bzip2-1.0.8-8.el9.aarch64                           11/134 
13:49:14 #8 15.80   Installing       : dbus-libs-1:1.12.20-5.el9.aarch64                   12/134 
13:49:14 #8 15.81   Installing       : python3-dbus-1.2.18-2.el9.aarch64                   13/134 
13:49:14 #8 15.82   Installing       : zip-3.0-33.el9.aarch64                              14/134 
13:49:14 #8 15.83   Installing       : python3-file-magic-5.39-8.el9.noarch                15/134 
13:49:14 #8 15.85   Installing       : elfutils-0.186-5.el9.aarch64                        16/134 
13:49:14 #8 15.91   Installing       : gdb-minimal-10.2-8.el9.aarch64                      17/134 
13:49:14 #8 15.92   Installing       : rust-srpm-macros-17-4.el9.noarch                    18/134 
13:49:14 #8 15.92   Installing       : qt5-srpm-macros-5.15.3-1.el9.noarch                 19/134 
13:49:14 #8 15.92   Installing       : perl-srpm-macros-1-41.el9.noarch                    20/134 
13:49:14 #8 15.93   Installing       : openblas-srpm-macros-2-11.el9.noarch                21/134 
13:49:14 #8 15.93   Installing       : ocaml-srpm-macros-6-6.el9.noarch                    22/134 
13:49:14 #8 15.94   Installing       : lua-srpm-macros-1-6.el9.noarch                      23/134 
13:49:14 #8 15.94   Installing       : libstemmer-0-18.585svn.el9.aarch64                  24/134 
13:49:14 #8 15.95   Installing       : libjpeg-turbo-2.0.90-5.el9.aarch64                  25/134 
13:49:14 #8 15.96   Installing       : hunspell-filesystem-1.7.0-11.el9.aarch64            26/134 
13:49:14 #8 15.96   Installing       : hunspell-en-GB-0.20140811.1-20.el9.noarch           27/134 
13:49:14 #8 15.97   Installing       : hunspell-en-0.20140811.1-20.el9.noarch              28/134 
13:49:14 #8 15.98   Installing       : hunspell-en-US-0.20140811.1-20.el9.noarch           29/134 
13:49:14 #8 15.99   Installing       : hunspell-1.7.0-11.el9.aarch64                       30/134 
13:49:14 #8 16.00   Installing       : enchant-1:1.6.0-30.el9.aarch64                      31/134 
13:49:14 #8 16.01   Installing       : python3-enchant-3.2.0-5.el9.noarch                  32/134 
13:49:14 #8 16.02   Installing       : ghc-srpm-macros-1.5.0-6.el9.noarch                  33/134 
13:49:14 #8 16.02   Installing       : emacs-filesystem-1:27.1-3.el9.noarch                34/134 
13:49:14 #8 16.03   Installing       : desktop-file-utils-0.26-5.el9.aarch64               35/134 
13:49:14 #8 16.04   Installing       : efi-srpm-macros-4-9.el9.noarch                      36/134 
13:49:14 #8 16.04   Installing       : dwz-0.14-3.el9.aarch64                              37/134 
13:49:14 #8 16.05   Installing       : abattis-cantarell-fonts-0.301-4.el9.noarch          38/134 
13:49:14 #8 16.07   Installing       : gsettings-desktop-schemas-40.0-4.el9.aarch64        39/134 
13:49:14 #8 16.08   Installing       : zstd-1.5.1-2.el9.aarch64                            40/134 
13:49:14 #8 16.10   Installing       : shared-mime-info-2.1-4.el9.aarch64                  41/134 
13:49:14 #8 16.11   Running scriptlet: shared-mime-info-2.1-4.el9.aarch64                  41/134 
13:49:14 #8 16.12   Installing       : python3-six-1.15.0-9.el9.noarch                     42/134 
13:49:14 #8 16.14   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch               43/134 
13:49:14 #8 16.15   Installing       : python3-dnf-plugins-core-4.1.0-1.el9.noarch         44/134 
13:49:14 #8 16.16   Installing       : publicsuffix-list-dafsa-20210518-3.el9.noarch       45/134 
13:49:14 #8 16.16   Installing       : libpsl-0.21.1-5.el9.aarch64                         46/134 
13:49:14 #8 16.17   Installing       : pkgconf-m4-1.7.3-9.el9.noarch                       47/134 
13:49:14 #8 16.18   Installing       : ncurses-6.2-8.20210508.el9.aarch64                  48/134 
13:49:14 #8 16.19   Installing       : perl-Digest-1.19-4.el9.noarch                       49/134 
13:49:14 #8 16.19   Installing       : perl-Digest-MD5-2.58-4.el9.aarch64                  50/134 
13:49:14 #8 16.20   Installing       : perl-B-1.80-479.el9.aarch64                         51/134 
13:49:14 #8 16.21   Installing       : perl-FileHandle-2.03-479.el9.noarch                 52/134 
13:49:14 #8 16.21   Installing       : perl-AutoLoader-5.74-479.el9.noarch                 53/134 
13:49:14 #8 16.22   Installing       : perl-Data-Dumper-2.174-462.el9.aarch64              54/134 
13:49:14 #8 16.23   Installing       : perl-libnet-3.13-4.el9.noarch                       55/134 
13:49:14 #8 16.23   Installing       : perl-base-2.27-479.el9.noarch                       56/134 
13:49:14 #8 16.25   Installing       : perl-URI-5.09-3.el9.noarch                          57/134 
13:49:14 #8 16.27   Installing       : perl-Net-SSLeay-1.92-1.el9.aarch64                  58/134 
13:49:14 #8 16.28   Installing       : perl-Mozilla-CA-20200520-6.el9.noarch               59/134 
13:49:14 #8 16.28   Installing       : perl-if-0.60.800-479.el9.noarch                     60/134 
13:49:14 #8 16.29   Installing       : perl-IO-Socket-IP-0.41-5.el9.noarch                 61/134 
13:49:14 #8 16.30   Installing       : perl-Time-Local-2:1.300-7.el9.noarch                62/134 
13:49:14 #8 16.30   Installing       : perl-File-Path-2.18-4.el9.noarch                    63/134 
13:49:14 #8 16.31   Installing       : perl-IO-Socket-SSL-2.073-1.el9.noarch               64/134 
13:49:14 #8 16.32   Installing       : perl-Pod-Escapes-1:1.07-460.el9.noarch              65/134 
13:49:14 #8 16.32   Installing       : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch        66/134 
13:49:14 #8 16.33   Installing       : perl-Class-Struct-0.66-479.el9.noarch               67/134 
13:49:14 #8 16.33   Installing       : perl-POSIX-1.94-479.el9.aarch64                     68/134 
13:49:14 #8 16.34   Installing       : perl-Term-ANSIColor-5.01-461.el9.noarch             69/134 
13:49:15 #8 16.35   Installing       : perl-IPC-Open3-1.21-479.el9.noarch                  70/134 
13:49:15 #8 16.35   Installing       : perl-subs-1.03-479.el9.noarch                       71/134 
13:49:15 #8 16.36   Installing       : perl-File-Temp-1:0.231.100-4.el9.noarch             72/134 
13:49:15 #8 16.37   Installing       : perl-HTTP-Tiny-0.076-460.el9.noarch                 73/134 
13:49:15 #8 16.37   Installing       : perl-Term-Cap-1.17-460.el9.noarch                   74/134 
13:49:15 #8 16.38   Installing       : perl-Pod-Simple-1:3.42-4.el9.noarch                 75/134 
13:49:15 #8 16.39   Installing       : perl-Socket-4:2.031-4.el9.aarch64                   76/134 
13:49:15 #8 16.40   Installing       : perl-SelectSaver-1.02-479.el9.noarch                77/134 
13:49:15 #8 16.40   Installing       : perl-Symbol-1.08-479.el9.noarch                     78/134 
13:49:15 #8 16.41   Installing       : perl-File-stat-1.09-479.el9.noarch                  79/134 
13:49:15 #8 16.42   Installing       : perl-podlators-1:4.14-460.el9.noarch                80/134 
13:49:15 #8 16.43   Installing       : perl-Pod-Perldoc-3.28.01-461.el9.noarch             81/134 
13:49:15 #8 16.44   Installing       : perl-Fcntl-1.13-479.el9.aarch64                     82/134 
13:49:15 #8 16.44   Installing       : perl-Text-ParseWords-3.30-460.el9.noarch            83/134 
13:49:15 #8 16.45   Installing       : perl-mro-1.23-479.el9.aarch64                       84/134 
13:49:15 #8 16.45   Installing       : perl-IO-1.43-479.el9.aarch64                        85/134 
13:49:15 #8 16.46   Installing       : perl-overloading-0.02-479.el9.noarch                86/134 
13:49:15 #8 16.47   Installing       : perl-Pod-Usage-4:2.01-4.el9.noarch                  87/134 
13:49:15 #8 16.47   Installing       : perl-Errno-1.30-479.el9.aarch64                     88/134 
13:49:15 #8 16.48   Installing       : perl-File-Basename-2.85-479.el9.noarch              89/134 
13:49:15 #8 16.48   Installing       : perl-Getopt-Std-1.12-479.el9.noarch                 90/134 
13:49:15 #8 16.49   Installing       : perl-MIME-Base64-3.16-4.el9.aarch64                 91/134 
13:49:15 #8 16.50   Installing       : perl-Scalar-List-Utils-4:1.56-461.el9.aarch64       92/134 
13:49:15 #8 16.50   Installing       : perl-constant-1.33-461.el9.noarch                   93/134 
13:49:15 #8 16.51   Installing       : perl-Storable-1:3.21-460.el9.aarch64                94/134 
13:49:15 #8 16.52   Installing       : perl-overload-1.31-479.el9.noarch                   95/134 
13:49:15 #8 16.52   Installing       : perl-parent-1:0.238-460.el9.noarch                  96/134 
13:49:15 #8 16.53   Installing       : perl-vars-1.05-479.el9.noarch                       97/134 
13:49:15 #8 16.54   Installing       : perl-Getopt-Long-1:2.52-4.el9.noarch                98/134 
13:49:15 #8 16.54   Installing       : perl-Carp-1.50-460.el9.noarch                       99/134 
13:49:15 #8 16.55   Installing       : perl-Exporter-5.74-461.el9.noarch                  100/134 
13:49:15 #8 16.55   Installing       : perl-NDBM_File-1.15-479.el9.aarch64                101/134 
13:49:15 #8 16.56   Installing       : perl-PathTools-3.78-461.el9.aarch64                102/134 
13:49:15 #8 16.62   Installing       : perl-Encode-4:3.08-462.el9.aarch64                 103/134 
13:49:15 #8 16.72   Installing       : perl-libs-4:5.32.1-479.el9.aarch64                 104/134 
13:49:15 #8 16.74   Installing       : perl-interpreter-4:5.32.1-479.el9.aarch64          105/134 
13:49:15 #8 16.74   Installing       : kernel-srpm-macros-1.0-11.el9.noarch               106/134 
13:49:15 #8 16.75   Installing       : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           107/134 
13:49:15 #8 16.75   Installing       : go-srpm-macros-3.0.9-9.el9.noarch                  108/134 
13:49:15 #8 16.76   Installing       : python-srpm-macros-3.9-52.el9.noarch               109/134 
13:49:15 #8 16.77   Installing       : redhat-rpm-config-194-1.el9.noarch                 110/134 
13:49:15 #8 16.78   Installing       : libpng-2:1.6.37-12.el9.aarch64                     111/134 
13:49:15 #8 16.79   Installing       : gdk-pixbuf2-2.42.6-2.el9.aarch64                   112/134 
13:49:15 #8 16.80   Installing       : libpkgconf-1.7.3-9.el9.aarch64                     113/134 
13:49:15 #8 16.81   Installing       : pkgconf-1.7.3-9.el9.aarch64                        114/134 
13:49:15 #8 16.81   Installing       : pkgconf-pkg-config-1.7.3-9.el9.aarch64             115/134 
13:49:15 #8 16.82   Installing       : libpipeline-1.5.3-4.el9.aarch64                    116/134 
13:49:15 #8 16.98   Installing       : libicu-67.1-9.el9.aarch64                          117/134 
13:49:15 #8 17.03   Installing       : webkit2gtk3-jsc-2.36.1-1.el9.aarch64               118/134 
13:49:15 #8 17.04   Installing       : libproxy-webkitgtk4-0.4.15-35.el9.aarch64          119/134 
13:49:15 #8 17.05   Installing       : glib-networking-2.68.3-3.el9.aarch64               120/134 
13:49:15 #8 17.06   Installing       : libbrotli-1.0.9-6.el9.aarch64                      121/134 
13:49:15 #8 17.07   Installing       : libsoup-2.72.0-8.el9.aarch64                       122/134 
13:49:15 #8 17.08   Installing       : less-575-4.el9.aarch64                             123/134 
13:49:15 #8 17.09   Running scriptlet: man-db-2.9.3-6.el9.aarch64                         124/134 
13:49:15 #8 17.13   Installing       : man-db-2.9.3-6.el9.aarch64                         124/134 
13:49:15 #8 17.14   Running scriptlet: man-db-2.9.3-6.el9.aarch64                         124/134 
13:49:15 #8 17.16   Installing       : json-glib-1.6.6-1.el9.aarch64                      125/134 
13:49:15 #8 17.17   Installing       : libappstream-glib-0.7.18-4.el9.aarch64             126/134 
13:49:15 #8 17.18   Installing       : info-6.7-15.el9.aarch64                            127/134 
13:49:15 #8 17.19   Installing       : ed-1.14.2-12.el9.aarch64                           128/134 
13:49:15 #8 17.20   Installing       : patch-2.7.6-16.el9.aarch64                         129/134 
13:49:15 #8 17.21   Installing       : diffutils-3.7-12.el9.aarch64                       130/134 
13:49:15 #8 17.22   Installing       : rpm-build-4.16.1.3-11.el9.aarch64                  131/134 
13:49:15 #8 17.24   Installing       : rpmlint-1.11-19.el9.noarch                         132/134 
13:49:16 #8 17.25   Installing       : dnf-plugins-core-4.1.0-1.el9.noarch                133/134 
13:49:16 #8 17.36   Installing       : glibc-gconv-extra-2.34-32.el9.aarch64              134/134 
13:49:18 #8 17.37   Running scriptlet: glibc-gconv-extra-2.34-32.el9.aarch64              134/134 
13:49:18 #8 20.16   Verifying        : binutils-2.35.2-21.el9.aarch64                       1/134 
13:49:18 #8 20.16   Verifying        : binutils-gold-2.35.2-21.el9.aarch64                  2/134 
13:49:18 #8 20.16   Verifying        : bzip2-1.0.8-8.el9.aarch64                            3/134 
13:49:18 #8 20.16   Verifying        : cpio-2.13-16.el9.aarch64                             4/134 
13:49:18 #8 20.16   Verifying        : dbus-libs-1:1.12.20-5.el9.aarch64                    5/134 
13:49:18 #8 20.16   Verifying        : diffutils-3.7-12.el9.aarch64                         6/134 
13:49:18 #8 20.16   Verifying        : dnf-plugins-core-4.1.0-1.el9.noarch                  7/134 
13:49:18 #8 20.16   Verifying        : ed-1.14.2-12.el9.aarch64                             8/134 
13:49:18 #8 20.16   Verifying        : elfutils-0.186-5.el9.aarch64                         9/134 
13:49:18 #8 20.16   Verifying        : elfutils-debuginfod-client-0.186-5.el9.aarch64      10/134 
13:49:18 #8 20.16   Verifying        : file-5.39-8.el9.aarch64                             11/134 
13:49:18 #8 20.16   Verifying        : glib-networking-2.68.3-3.el9.aarch64                12/134 
13:49:18 #8 20.16   Verifying        : glibc-gconv-extra-2.34-32.el9.aarch64               13/134 
13:49:18 #8 20.16   Verifying        : groff-base-1.22.4-10.el9.aarch64                    14/134 
13:49:18 #8 20.16   Verifying        : gsettings-desktop-schemas-40.0-4.el9.aarch64        15/134 
13:49:18 #8 20.16   Verifying        : info-6.7-15.el9.aarch64                             16/134 
13:49:18 #8 20.16   Verifying        : json-glib-1.6.6-1.el9.aarch64                       17/134 
13:49:18 #8 20.16   Verifying        : less-575-4.el9.aarch64                              18/134 
13:49:18 #8 20.16   Verifying        : libbrotli-1.0.9-6.el9.aarch64                       19/134 
13:49:18 #8 20.16   Verifying        : libicu-67.1-9.el9.aarch64                           20/134 
13:49:18 #8 20.16   Verifying        : libpipeline-1.5.3-4.el9.aarch64                     21/134 
13:49:18 #8 20.16   Verifying        : libpkgconf-1.7.3-9.el9.aarch64                      22/134 
13:49:18 #8 20.16   Verifying        : libpng-2:1.6.37-12.el9.aarch64                      23/134 
13:49:18 #8 20.16   Verifying        : libproxy-0.4.15-35.el9.aarch64                      24/134 
13:49:18 #8 20.16   Verifying        : libpsl-0.21.1-5.el9.aarch64                         25/134 
13:49:18 #8 20.16   Verifying        : man-db-2.9.3-6.el9.aarch64                          26/134 
13:49:18 #8 20.16   Verifying        : ncurses-6.2-8.20210508.el9.aarch64                  27/134 
13:49:18 #8 20.16   Verifying        : pkgconf-1.7.3-9.el9.aarch64                         28/134 
13:49:18 #8 20.16   Verifying        : pkgconf-m4-1.7.3-9.el9.noarch                       29/134 
13:49:18 #8 20.16   Verifying        : pkgconf-pkg-config-1.7.3-9.el9.aarch64              30/134 
13:49:18 #8 20.16   Verifying        : publicsuffix-list-dafsa-20210518-3.el9.noarch       31/134 
13:49:18 #8 20.16   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch               32/134 
13:49:18 #8 20.16   Verifying        : python3-dbus-1.2.18-2.el9.aarch64                   33/134 
13:49:18 #8 20.16   Verifying        : python3-dnf-plugins-core-4.1.0-1.el9.noarch         34/134 
13:49:18 #8 20.16   Verifying        : python3-six-1.15.0-9.el9.noarch                     35/134 
13:49:18 #8 20.16   Verifying        : shared-mime-info-2.1-4.el9.aarch64                  36/134 
13:49:18 #8 20.16   Verifying        : systemd-libs-250-4.el9.aarch64                      37/134 
13:49:18 #8 20.16   Verifying        : unzip-6.0-56.el9.aarch64                            38/134 
13:49:18 #8 20.17   Verifying        : xz-5.2.5-7.el9.aarch64                              39/134 
13:49:18 #8 20.17   Verifying        : zip-3.0-33.el9.aarch64                              40/134 
13:49:18 #8 20.17   Verifying        : zstd-1.5.1-2.el9.aarch64                            41/134 
13:49:18 #8 20.17   Verifying        : abattis-cantarell-fonts-0.301-4.el9.noarch          42/134 
13:49:18 #8 20.17   Verifying        : desktop-file-utils-0.26-5.el9.aarch64               43/134 
13:49:18 #8 20.17   Verifying        : dwz-0.14-3.el9.aarch64                              44/134 
13:49:18 #8 20.17   Verifying        : efi-srpm-macros-4-9.el9.noarch                      45/134 
13:49:18 #8 20.17   Verifying        : emacs-filesystem-1:27.1-3.el9.noarch                46/134 
13:49:18 #8 20.17   Verifying        : enchant-1:1.6.0-30.el9.aarch64                      47/134 
13:49:18 #8 20.17   Verifying        : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch            48/134 
13:49:18 #8 20.17   Verifying        : gdb-minimal-10.2-8.el9.aarch64                      49/134 
13:49:18 #8 20.17   Verifying        : gdk-pixbuf2-2.42.6-2.el9.aarch64                    50/134 
13:49:18 #8 20.17   Verifying        : ghc-srpm-macros-1.5.0-6.el9.noarch                  51/134 
13:49:18 #8 20.17   Verifying        : go-srpm-macros-3.0.9-9.el9.noarch                   52/134 
13:49:18 #8 20.17   Verifying        : hunspell-1.7.0-11.el9.aarch64                       53/134 
13:49:18 #8 20.17   Verifying        : hunspell-en-0.20140811.1-20.el9.noarch              54/134 
13:49:18 #8 20.17   Verifying        : hunspell-en-GB-0.20140811.1-20.el9.noarch           55/134 
13:49:18 #8 20.17   Verifying        : hunspell-en-US-0.20140811.1-20.el9.noarch           56/134 
13:49:18 #8 20.17   Verifying        : hunspell-filesystem-1.7.0-11.el9.aarch64            57/134 
13:49:18 #8 20.17   Verifying        : kernel-srpm-macros-1.0-11.el9.noarch                58/134 
13:49:18 #8 20.17   Verifying        : libappstream-glib-0.7.18-4.el9.aarch64              59/134 
13:49:18 #8 20.17   Verifying        : libjpeg-turbo-2.0.90-5.el9.aarch64                  60/134 
13:49:18 #8 20.17   Verifying        : libproxy-webkitgtk4-0.4.15-35.el9.aarch64           61/134 
13:49:18 #8 20.17   Verifying        : libsoup-2.72.0-8.el9.aarch64                        62/134 
13:49:18 #8 20.17   Verifying        : libstemmer-0-18.585svn.el9.aarch64                  63/134 
13:49:18 #8 20.17   Verifying        : lua-srpm-macros-1-6.el9.noarch                      64/134 
13:49:18 #8 20.17   Verifying        : ocaml-srpm-macros-6-6.el9.noarch                    65/134 
13:49:18 #8 20.17   Verifying        : openblas-srpm-macros-2-11.el9.noarch                66/134 
13:49:18 #8 20.17   Verifying        : patch-2.7.6-16.el9.aarch64                          67/134 
13:49:18 #8 20.17   Verifying        : perl-AutoLoader-5.74-479.el9.noarch                 68/134 
13:49:18 #8 20.17   Verifying        : perl-B-1.80-479.el9.aarch64                         69/134 
13:49:18 #8 20.17   Verifying        : perl-Carp-1.50-460.el9.noarch                       70/134 
13:49:18 #8 20.17   Verifying        : perl-Class-Struct-0.66-479.el9.noarch               71/134 
13:49:18 #8 20.17   Verifying        : perl-Data-Dumper-2.174-462.el9.aarch64              72/134 
13:49:18 #8 20.17   Verifying        : perl-Digest-1.19-4.el9.noarch                       73/134 
13:49:18 #8 20.17   Verifying        : perl-Digest-MD5-2.58-4.el9.aarch64                  74/134 
13:49:18 #8 20.17   Verifying        : perl-Encode-4:3.08-462.el9.aarch64                  75/134 
13:49:18 #8 20.17   Verifying        : perl-Errno-1.30-479.el9.aarch64                     76/134 
13:49:18 #8 20.17   Verifying        : perl-Exporter-5.74-461.el9.noarch                   77/134 
13:49:18 #8 20.17   Verifying        : perl-Fcntl-1.13-479.el9.aarch64                     78/134 
13:49:18 #8 20.17   Verifying        : perl-File-Basename-2.85-479.el9.noarch              79/134 
13:49:18 #8 20.17   Verifying        : perl-File-Path-2.18-4.el9.noarch                    80/134 
13:49:18 #8 20.17   Verifying        : perl-File-Temp-1:0.231.100-4.el9.noarch             81/134 
13:49:18 #8 20.17   Verifying        : perl-File-stat-1.09-479.el9.noarch                  82/134 
13:49:18 #8 20.17   Verifying        : perl-FileHandle-2.03-479.el9.noarch                 83/134 
13:49:18 #8 20.17   Verifying        : perl-Getopt-Long-1:2.52-4.el9.noarch                84/134 
13:49:18 #8 20.17   Verifying        : perl-Getopt-Std-1.12-479.el9.noarch                 85/134 
13:49:18 #8 20.17   Verifying        : perl-HTTP-Tiny-0.076-460.el9.noarch                 86/134 
13:49:18 #8 20.17   Verifying        : perl-IO-1.43-479.el9.aarch64                        87/134 
13:49:18 #8 20.17   Verifying        : perl-IO-Socket-IP-0.41-5.el9.noarch                 88/134 
13:49:18 #8 20.17   Verifying        : perl-IO-Socket-SSL-2.073-1.el9.noarch               89/134 
13:49:18 #8 20.17   Verifying        : perl-IPC-Open3-1.21-479.el9.noarch                  90/134 
13:49:18 #8 20.17   Verifying        : perl-MIME-Base64-3.16-4.el9.aarch64                 91/134 
13:49:18 #8 20.17   Verifying        : perl-Mozilla-CA-20200520-6.el9.noarch               92/134 
13:49:18 #8 20.17   Verifying        : perl-NDBM_File-1.15-479.el9.aarch64                 93/134 
13:49:18 #8 20.17   Verifying        : perl-Net-SSLeay-1.92-1.el9.aarch64                  94/134 
13:49:18 #8 20.17   Verifying        : perl-POSIX-1.94-479.el9.aarch64                     95/134 
13:49:18 #8 20.17   Verifying        : perl-PathTools-3.78-461.el9.aarch64                 96/134 
13:49:18 #8 20.17   Verifying        : perl-Pod-Escapes-1:1.07-460.el9.noarch              97/134 
13:49:18 #8 20.17   Verifying        : perl-Pod-Perldoc-3.28.01-461.el9.noarch             98/134 
13:49:18 #8 20.17   Verifying        : perl-Pod-Simple-1:3.42-4.el9.noarch                 99/134 
13:49:18 #8 20.17   Verifying        : perl-Pod-Usage-4:2.01-4.el9.noarch                 100/134 
13:49:18 #8 20.17   Verifying        : perl-Scalar-List-Utils-4:1.56-461.el9.aarch64      101/134 
13:49:18 #8 20.17   Verifying        : perl-SelectSaver-1.02-479.el9.noarch               102/134 
13:49:18 #8 20.17   Verifying        : perl-Socket-4:2.031-4.el9.aarch64                  103/134 
13:49:18 #8 20.17   Verifying        : perl-Storable-1:3.21-460.el9.aarch64               104/134 
13:49:18 #8 20.17   Verifying        : perl-Symbol-1.08-479.el9.noarch                    105/134 
13:49:18 #8 20.17   Verifying        : perl-Term-ANSIColor-5.01-461.el9.noarch            106/134 
13:49:18 #8 20.17   Verifying        : perl-Term-Cap-1.17-460.el9.noarch                  107/134 
13:49:18 #8 20.17   Verifying        : perl-Text-ParseWords-3.30-460.el9.noarch           108/134 
13:49:18 #8 20.17   Verifying        : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       109/134 
13:49:18 #8 20.17   Verifying        : perl-Time-Local-2:1.300-7.el9.noarch               110/134 
13:49:18 #8 20.17   Verifying        : perl-URI-5.09-3.el9.noarch                         111/134 
13:49:18 #8 20.17   Verifying        : perl-base-2.27-479.el9.noarch                      112/134 
13:49:18 #8 20.17   Verifying        : perl-constant-1.33-461.el9.noarch                  113/134 
13:49:18 #8 20.17   Verifying        : perl-if-0.60.800-479.el9.noarch                    114/134 
13:49:18 #8 20.17   Verifying        : perl-interpreter-4:5.32.1-479.el9.aarch64          115/134 
13:49:18 #8 20.17   Verifying        : perl-libnet-3.13-4.el9.noarch                      116/134 
13:49:18 #8 20.17   Verifying        : perl-libs-4:5.32.1-479.el9.aarch64                 117/134 
13:49:18 #8 20.17   Verifying        : perl-mro-1.23-479.el9.aarch64                      118/134 
13:49:18 #8 20.17   Verifying        : perl-overload-1.31-479.el9.noarch                  119/134 
13:49:18 #8 20.17   Verifying        : perl-overloading-0.02-479.el9.noarch               120/134 
13:49:18 #8 20.17   Verifying        : perl-parent-1:0.238-460.el9.noarch                 121/134 
13:49:18 #8 20.17   Verifying        : perl-podlators-1:4.14-460.el9.noarch               122/134 
13:49:18 #8 20.17   Verifying        : perl-srpm-macros-1-41.el9.noarch                   123/134 
13:49:18 #8 20.17   Verifying        : perl-subs-1.03-479.el9.noarch                      124/134 
13:49:18 #8 20.17   Verifying        : perl-vars-1.05-479.el9.noarch                      125/134 
13:49:18 #8 20.17   Verifying        : python-srpm-macros-3.9-52.el9.noarch               126/134 
13:49:18 #8 20.17   Verifying        : python3-enchant-3.2.0-5.el9.noarch                 127/134 
13:49:18 #8 20.17   Verifying        : python3-file-magic-5.39-8.el9.noarch               128/134 
13:49:18 #8 20.17   Verifying        : qt5-srpm-macros-5.15.3-1.el9.noarch                129/134 
13:49:18 #8 20.17   Verifying        : redhat-rpm-config-194-1.el9.noarch                 130/134 
13:49:18 #8 20.17   Verifying        : rpm-build-4.16.1.3-11.el9.aarch64                  131/134 
13:49:18 #8 20.17   Verifying        : rpmlint-1.11-19.el9.noarch                         132/134 
13:49:18 #8 20.17   Verifying        : rust-srpm-macros-17-4.el9.noarch                   133/134 
13:49:18 #8 20.17   Verifying        : webkit2gtk3-jsc-2.36.1-1.el9.aarch64               134/134 
13:49:18 #8 20.29 
13:49:18 #8 20.29 Installed:
13:49:18 #8 20.29   abattis-cantarell-fonts-0.301-4.el9.noarch                                    
13:49:18 #8 20.29   binutils-2.35.2-21.el9.aarch64                                                
13:49:18 #8 20.29   binutils-gold-2.35.2-21.el9.aarch64                                           
13:49:18 #8 20.29   bzip2-1.0.8-8.el9.aarch64                                                     
13:49:18 #8 20.29   cpio-2.13-16.el9.aarch64                                                      
13:49:18 #8 20.29   dbus-libs-1:1.12.20-5.el9.aarch64                                             
13:49:18 #8 20.29   desktop-file-utils-0.26-5.el9.aarch64                                         
13:49:18 #8 20.29   diffutils-3.7-12.el9.aarch64                                                  
13:49:18 #8 20.29   dnf-plugins-core-4.1.0-1.el9.noarch                                           
13:49:18 #8 20.29   dwz-0.14-3.el9.aarch64                                                        
13:49:18 #8 20.29   ed-1.14.2-12.el9.aarch64                                                      
13:49:18 #8 20.29   efi-srpm-macros-4-9.el9.noarch                                                
13:49:18 #8 20.29   elfutils-0.186-5.el9.aarch64                                                  
13:49:18 #8 20.29   elfutils-debuginfod-client-0.186-5.el9.aarch64                                
13:49:18 #8 20.29   emacs-filesystem-1:27.1-3.el9.noarch                                          
13:49:18 #8 20.29   enchant-1:1.6.0-30.el9.aarch64                                                
13:49:18 #8 20.29   file-5.39-8.el9.aarch64                                                       
13:49:18 #8 20.29   fonts-srpm-macros-1:2.0.5-7.el9.1.noarch                                      
13:49:18 #8 20.29   gdb-minimal-10.2-8.el9.aarch64                                                
13:49:18 #8 20.29   gdk-pixbuf2-2.42.6-2.el9.aarch64                                              
13:49:18 #8 20.29   ghc-srpm-macros-1.5.0-6.el9.noarch                                            
13:49:18 #8 20.29   glib-networking-2.68.3-3.el9.aarch64                                          
13:49:18 #8 20.29   glibc-gconv-extra-2.34-32.el9.aarch64                                         
13:49:18 #8 20.29   go-srpm-macros-3.0.9-9.el9.noarch                                             
13:49:18 #8 20.29   groff-base-1.22.4-10.el9.aarch64                                              
13:49:18 #8 20.29   gsettings-desktop-schemas-40.0-4.el9.aarch64                                  
13:49:18 #8 20.29   hunspell-1.7.0-11.el9.aarch64                                                 
13:49:18 #8 20.29   hunspell-en-0.20140811.1-20.el9.noarch                                        
13:49:18 #8 20.29   hunspell-en-GB-0.20140811.1-20.el9.noarch                                     
13:49:18 #8 20.29   hunspell-en-US-0.20140811.1-20.el9.noarch                                     
13:49:18 #8 20.29   hunspell-filesystem-1.7.0-11.el9.aarch64                                      
13:49:18 #8 20.29   info-6.7-15.el9.aarch64                                                       
13:49:18 #8 20.29   json-glib-1.6.6-1.el9.aarch64                                                 
13:49:18 #8 20.29   kernel-srpm-macros-1.0-11.el9.noarch                                          
13:49:18 #8 20.29   less-575-4.el9.aarch64                                                        
13:49:18 #8 20.29   libappstream-glib-0.7.18-4.el9.aarch64                                        
13:49:18 #8 20.29   libbrotli-1.0.9-6.el9.aarch64                                                 
13:49:18 #8 20.29   libicu-67.1-9.el9.aarch64                                                     
13:49:18 #8 20.29   libjpeg-turbo-2.0.90-5.el9.aarch64                                            
13:49:18 #8 20.29   libpipeline-1.5.3-4.el9.aarch64                                               
13:49:18 #8 20.29   libpkgconf-1.7.3-9.el9.aarch64                                                
13:49:18 #8 20.29   libpng-2:1.6.37-12.el9.aarch64                                                
13:49:18 #8 20.29   libproxy-0.4.15-35.el9.aarch64                                                
13:49:18 #8 20.29   libproxy-webkitgtk4-0.4.15-35.el9.aarch64                                     
13:49:18 #8 20.29   libpsl-0.21.1-5.el9.aarch64                                                   
13:49:18 #8 20.29   libsoup-2.72.0-8.el9.aarch64                                                  
13:49:18 #8 20.29   libstemmer-0-18.585svn.el9.aarch64                                            
13:49:18 #8 20.29   lua-srpm-macros-1-6.el9.noarch                                                
13:49:18 #8 20.29   man-db-2.9.3-6.el9.aarch64                                                    
13:49:18 #8 20.29   ncurses-6.2-8.20210508.el9.aarch64                                            
13:49:18 #8 20.29   ocaml-srpm-macros-6-6.el9.noarch                                              
13:49:18 #8 20.29   openblas-srpm-macros-2-11.el9.noarch                                          
13:49:18 #8 20.29   patch-2.7.6-16.el9.aarch64                                                    
13:49:18 #8 20.29   perl-AutoLoader-5.74-479.el9.noarch                                           
13:49:18 #8 20.29   perl-B-1.80-479.el9.aarch64                                                   
13:49:18 #8 20.29   perl-Carp-1.50-460.el9.noarch                                                 
13:49:18 #8 20.29   perl-Class-Struct-0.66-479.el9.noarch                                         
13:49:18 #8 20.29   perl-Data-Dumper-2.174-462.el9.aarch64                                        
13:49:18 #8 20.29   perl-Digest-1.19-4.el9.noarch                                                 
13:49:18 #8 20.29   perl-Digest-MD5-2.58-4.el9.aarch64                                            
13:49:18 #8 20.29   perl-Encode-4:3.08-462.el9.aarch64                                            
13:49:18 #8 20.29   perl-Errno-1.30-479.el9.aarch64                                               
13:49:18 #8 20.29   perl-Exporter-5.74-461.el9.noarch                                             
13:49:18 #8 20.29   perl-Fcntl-1.13-479.el9.aarch64                                               
13:49:18 #8 20.29   perl-File-Basename-2.85-479.el9.noarch                                        
13:49:18 #8 20.29   perl-File-Path-2.18-4.el9.noarch                                              
13:49:18 #8 20.29   perl-File-Temp-1:0.231.100-4.el9.noarch                                       
13:49:18 #8 20.29   perl-File-stat-1.09-479.el9.noarch                                            
13:49:18 #8 20.29   perl-FileHandle-2.03-479.el9.noarch                                           
13:49:18 #8 20.29   perl-Getopt-Long-1:2.52-4.el9.noarch                                          
13:49:18 #8 20.29   perl-Getopt-Std-1.12-479.el9.noarch                                           
13:49:18 #8 20.29   perl-HTTP-Tiny-0.076-460.el9.noarch                                           
13:49:18 #8 20.29   perl-IO-1.43-479.el9.aarch64                                                  
13:49:18 #8 20.29   perl-IO-Socket-IP-0.41-5.el9.noarch                                           
13:49:18 #8 20.29   perl-IO-Socket-SSL-2.073-1.el9.noarch                                         
13:49:18 #8 20.29   perl-IPC-Open3-1.21-479.el9.noarch                                            
13:49:18 #8 20.29   perl-MIME-Base64-3.16-4.el9.aarch64                                           
13:49:18 #8 20.29   perl-Mozilla-CA-20200520-6.el9.noarch                                         
13:49:18 #8 20.29   perl-NDBM_File-1.15-479.el9.aarch64                                           
13:49:18 #8 20.29   perl-Net-SSLeay-1.92-1.el9.aarch64                                            
13:49:18 #8 20.29   perl-POSIX-1.94-479.el9.aarch64                                               
13:49:18 #8 20.29   perl-PathTools-3.78-461.el9.aarch64                                           
13:49:18 #8 20.29   perl-Pod-Escapes-1:1.07-460.el9.noarch                                        
13:49:18 #8 20.29   perl-Pod-Perldoc-3.28.01-461.el9.noarch                                       
13:49:18 #8 20.29   perl-Pod-Simple-1:3.42-4.el9.noarch                                           
13:49:18 #8 20.29   perl-Pod-Usage-4:2.01-4.el9.noarch                                            
13:49:18 #8 20.29   perl-Scalar-List-Utils-4:1.56-461.el9.aarch64                                 
13:49:18 #8 20.29   perl-SelectSaver-1.02-479.el9.noarch                                          
13:49:18 #8 20.29   perl-Socket-4:2.031-4.el9.aarch64                                             
13:49:18 #8 20.29   perl-Storable-1:3.21-460.el9.aarch64                                          
13:49:18 #8 20.29   perl-Symbol-1.08-479.el9.noarch                                               
13:49:18 #8 20.29   perl-Term-ANSIColor-5.01-461.el9.noarch                                       
13:49:18 #8 20.29   perl-Term-Cap-1.17-460.el9.noarch                                             
13:49:18 #8 20.29   perl-Text-ParseWords-3.30-460.el9.noarch                                      
13:49:18 #8 20.29   perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch                                  
13:49:18 #8 20.29   perl-Time-Local-2:1.300-7.el9.noarch                                          
13:49:18 #8 20.29   perl-URI-5.09-3.el9.noarch                                                    
13:49:18 #8 20.29   perl-base-2.27-479.el9.noarch                                                 
13:49:18 #8 20.29   perl-constant-1.33-461.el9.noarch                                             
13:49:18 #8 20.29   perl-if-0.60.800-479.el9.noarch                                               
13:49:18 #8 20.29   perl-interpreter-4:5.32.1-479.el9.aarch64                                     
13:49:18 #8 20.29   perl-libnet-3.13-4.el9.noarch                                                 
13:49:18 #8 20.29   perl-libs-4:5.32.1-479.el9.aarch64                                            
13:49:18 #8 20.29   perl-mro-1.23-479.el9.aarch64                                                 
13:49:18 #8 20.29   perl-overload-1.31-479.el9.noarch                                             
13:49:18 #8 20.29   perl-overloading-0.02-479.el9.noarch                                          
13:49:18 #8 20.29   perl-parent-1:0.238-460.el9.noarch                                            
13:49:18 #8 20.29   perl-podlators-1:4.14-460.el9.noarch                                          
13:49:18 #8 20.29   perl-srpm-macros-1-41.el9.noarch                                              
13:49:18 #8 20.29   perl-subs-1.03-479.el9.noarch                                                 
13:49:18 #8 20.29   perl-vars-1.05-479.el9.noarch                                                 
13:49:18 #8 20.29   pkgconf-1.7.3-9.el9.aarch64                                                   
13:49:18 #8 20.29   pkgconf-m4-1.7.3-9.el9.noarch                                                 
13:49:18 #8 20.29   pkgconf-pkg-config-1.7.3-9.el9.aarch64                                        
13:49:18 #8 20.29   publicsuffix-list-dafsa-20210518-3.el9.noarch                                 
13:49:18 #8 20.29   python-srpm-macros-3.9-52.el9.noarch                                          
13:49:18 #8 20.29   python3-dateutil-1:2.8.1-6.el9.noarch                                         
13:49:18 #8 20.29   python3-dbus-1.2.18-2.el9.aarch64                                             
13:49:18 #8 20.29   python3-dnf-plugins-core-4.1.0-1.el9.noarch                                   
13:49:18 #8 20.29   python3-enchant-3.2.0-5.el9.noarch                                            
13:49:18 #8 20.29   python3-file-magic-5.39-8.el9.noarch                                          
13:49:18 #8 20.29   python3-six-1.15.0-9.el9.noarch                                               
13:49:18 #8 20.29   qt5-srpm-macros-5.15.3-1.el9.noarch                                           
13:49:18 #8 20.29   redhat-rpm-config-194-1.el9.noarch                                            
13:49:18 #8 20.29   rpm-build-4.16.1.3-11.el9.aarch64                                             
13:49:18 #8 20.29   rpmlint-1.11-19.el9.noarch                                                    
13:49:18 #8 20.29   rust-srpm-macros-17-4.el9.noarch                                              
13:49:18 #8 20.29   shared-mime-info-2.1-4.el9.aarch64                                            
13:49:18 #8 20.29   systemd-libs-250-4.el9.aarch64                                                
13:49:18 #8 20.29   unzip-6.0-56.el9.aarch64                                                      
13:49:18 #8 20.29   webkit2gtk3-jsc-2.36.1-1.el9.aarch64                                          
13:49:18 #8 20.29   xz-5.2.5-7.el9.aarch64                                                        
13:49:18 #8 20.29   zip-3.0-33.el9.aarch64                                                        
13:49:18 #8 20.29   zstd-1.5.1-2.el9.aarch64                                                      
13:49:18 #8 20.29 
13:49:18 #8 20.29 Complete!
13:49:18 #8 DONE 20.4s
13:49:19 
13:49:19 #9 [stage-1 4/8] RUN dnf config-manager --set-enabled crb
13:49:19 #9 sha256:9a0f654805487c1fc046c7c367d9725246657005d66014bcb7a6463765b36028
13:49:19 #9 DONE 0.7s
13:49:19 
13:49:19 #11 [stage-1 5/8] COPY SPECS /root/rpmbuild/SPECS
13:49:19 #11 sha256:da2332121576925e32fefe1337f8468d3129d14a8e717b9399d628aea6edb9ac
13:49:19 #11 DONE 0.1s
13:49:19 
13:49:19 #12 [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
13:49:19 #12 sha256:13f1c790c935114d6bd6fdd87379b96c8b141b7bb64a56195c44ceb94fe5484e
13:49:21 #12 1.230 CentOS Stream 9 - BaseOS                         11 kB/s | 6.9 kB     00:00    
13:49:21 #12 1.581 CentOS Stream 9 - AppStream                      23 kB/s | 7.0 kB     00:00    
13:49:23 #12 3.462 CentOS Stream 9 - CRB                           1.8 MB/s | 3.1 MB     00:01    
13:49:24 #12 4.823 Package bash-5.1.8-4.el9.aarch64 is already installed.
13:49:24 #12 4.836 Package bash-5.1.8-4.el9.aarch64 is already installed.
13:49:24 #12 4.837 Package ca-certificates-2020.2.50-94.el9.noarch is already installed.
13:49:24 #12 4.837 Package libarchive-3.5.3-1.el9.aarch64 is already installed.
13:49:24 #12 4.837 Package pkgconf-pkg-config-1.7.3-9.el9.aarch64 is already installed.
13:49:24 #12 4.838 Package tar-2:1.34-3.el9.aarch64 is already installed.
13:49:24 #12 4.851 Package bash-5.1.8-4.el9.aarch64 is already installed.
13:49:24 #12 4.894 Dependencies resolved.
13:49:24 #12 4.903 ================================================================================
13:49:24 #12 4.903  Package                      Arch    Version                   Repo       Size
13:49:24 #12 4.903 ================================================================================
13:49:24 #12 4.903 Installing:
13:49:24 #12 4.903  cmake                        aarch64 3.20.2-7.el9              appstream 6.2 M
13:49:24 #12 4.903  device-mapper-devel          aarch64 9:1.02.183-4.el9          crb        45 k
13:49:24 #12 4.903  gcc                          aarch64 11.3.1-2.el9              appstream  30 M
13:49:24 #12 4.903  git                          aarch64 2.31.1-2.el9.2            appstream 124 k
13:49:24 #12 4.903  glibc-static                 aarch64 2.34-32.el9               crb       1.4 M
13:49:24 #12 4.903  libseccomp-devel             aarch64 2.5.2-2.el9               appstream  59 k
13:49:24 #12 4.903  libselinux-devel             aarch64 3.3-2.el9                 appstream 157 k
13:49:24 #12 4.903  libtool                      aarch64 2.4.6-45.el9              appstream 582 k
13:49:24 #12 4.903  libtool-ltdl-devel           aarch64 2.4.6-45.el9              crb       161 k
13:49:24 #12 4.903  make                         aarch64 1:4.3-7.el9               baseos    535 k
13:49:24 #12 4.903  selinux-policy-devel         noarch  34.1.32-1.el9             appstream 931 k
13:49:24 #12 4.903  systemd                      aarch64 250-4.el9                 baseos    3.9 M
13:49:24 #12 4.903  systemd-devel                aarch64 250-4.el9                 appstream 616 k
13:49:24 #12 4.903  which                        aarch64 2.21-28.el9               baseos     41 k
13:49:24 #12 4.903 Installing dependencies:
13:49:24 #12 4.903  acl                          aarch64 2.3.1-3.el9               baseos     73 k
13:49:24 #12 4.903  annobin                      aarch64 10.73-1.el9               appstream 961 k
13:49:24 #12 4.903  autoconf                     noarch  2.69-38.el9               appstream 681 k
13:49:24 #12 4.903  automake                     noarch  1.16.2-6.el9              appstream 689 k
13:49:24 #12 4.903  checkpolicy                  aarch64 3.3-1.el9                 appstream 334 k
13:49:24 #12 4.903  cmake-data                   noarch  3.20.2-7.el9              appstream 2.1 M
13:49:24 #12 4.903  cmake-filesystem             aarch64 3.20.2-7.el9              appstream  23 k
13:49:24 #12 4.903  cmake-rpm-macros             noarch  3.20.2-7.el9              appstream  16 k
13:49:24 #12 4.903  cpp                          aarch64 11.3.1-2.el9              appstream  10 M
13:49:24 #12 4.903  cracklib                     aarch64 2.9.6-27.el9              baseos     95 k
13:49:24 #12 4.903  cracklib-dicts               aarch64 2.9.6-27.el9              baseos    3.6 M
13:49:24 #12 4.903  cryptsetup-libs              aarch64 2.4.3-4.el9               baseos    438 k
13:49:24 #12 4.903  dbus                         aarch64 1:1.12.20-5.el9           baseos    4.3 k
13:49:24 #12 4.903  dbus-broker                  aarch64 28-5.el9                  baseos    166 k
13:49:24 #12 4.903  dbus-common                  noarch  1:1.12.20-5.el9           baseos     15 k
13:49:24 #12 4.903  device-mapper                aarch64 9:1.02.183-4.el9          baseos    139 k
13:49:24 #12 4.903  device-mapper-libs           aarch64 9:1.02.183-4.el9          baseos    172 k
13:49:24 #12 4.903  gcc-plugin-annobin           aarch64 11.3.1-2.el9              appstream  69 k
13:49:24 #12 4.903  git-core                     aarch64 2.31.1-2.el9.2            appstream 3.7 M
13:49:24 #12 4.903  git-core-doc                 noarch  2.31.1-2.el9.2            appstream 2.5 M
13:49:24 #12 4.903  glibc-devel                  aarch64 2.34-32.el9               appstream 547 k
13:49:24 #12 4.903  kernel-headers               aarch64 5.14.0-96.el9             appstream 2.4 M
13:49:24 #12 4.903  kmod-libs                    aarch64 28-7.el9                  baseos     63 k
13:49:24 #12 4.903  libasan                      aarch64 11.3.1-2.el9              appstream 435 k
13:49:24 #12 4.903  libatomic                    aarch64 11.3.1-2.el9              baseos     60 k
13:49:24 #12 4.903  libcbor                      aarch64 0.7.0-5.el9               baseos     56 k
13:49:24 #12 4.903  libdb                        aarch64 5.3.28-53.el9             baseos    712 k
13:49:24 #12 4.903  libeconf                     aarch64 0.4.1-2.el9               baseos     27 k
13:49:24 #12 4.903  libedit                      aarch64 3.1-37.20210216cvs.el9    baseos    104 k
13:49:24 #12 4.903  libfdisk                     aarch64 2.37.2-1.el9              baseos    148 k
13:49:24 #12 4.903  libfido2                     aarch64 1.6.0-7.el9               baseos     69 k
13:49:24 #12 4.903  libmpc                       aarch64 1.2.1-4.el9               appstream  63 k
13:49:24 #12 4.903  libpwquality                 aarch64 1.4.4-8.el9               baseos    119 k
13:49:24 #12 4.903  libseccomp                   aarch64 2.5.2-2.el9               baseos     72 k
13:49:24 #12 4.903  libselinux-utils             aarch64 3.3-2.el9                 baseos    181 k
13:49:24 #12 4.903  libsepol-devel               aarch64 3.3-2.el9                 appstream  48 k
13:49:24 #12 4.903  libtool-ltdl                 aarch64 2.4.6-45.el9              appstream  37 k
13:49:24 #12 4.903  libubsan                     aarch64 11.3.1-2.el9              appstream 208 k
13:49:24 #12 4.903  libutempter                  aarch64 1.2.1-6.el9               baseos     27 k
13:49:24 #12 4.903  libuv                        aarch64 1:1.42.0-1.el9            appstream 146 k
13:49:24 #12 4.903  libxcrypt-devel              aarch64 4.4.18-3.el9              appstream  29 k
13:49:24 #12 4.903  libxcrypt-static             aarch64 4.4.18-3.el9              crb       108 k
13:49:24 #12 4.903  llvm-libs                    aarch64 14.0.0-2.el9              appstream  37 M
13:49:24 #12 4.903  m4                           aarch64 1.4.19-1.el9              appstream 297 k
13:49:24 #12 4.903  openssh                      aarch64 8.7p1-8.el9               baseos    446 k
13:49:24 #12 4.903  openssh-clients              aarch64 8.7p1-8.el9               baseos    677 k
13:49:24 #12 4.903  openssl                      aarch64 1:3.0.1-18.el9            baseos    1.2 M
13:49:24 #12 4.903  pam                          aarch64 1.5.1-10.el9              baseos    619 k
13:49:24 #12 4.903  pcre2-devel                  aarch64 10.37-3.el9.1             appstream 516 k
13:49:24 #12 4.903  pcre2-utf16                  aarch64 10.37-3.el9.1             appstream 193 k
13:49:24 #12 4.903  pcre2-utf32                  aarch64 10.37-3.el9.1             appstream 185 k
13:49:24 #12 4.903  perl-DynaLoader              aarch64 1.47-479.el9              appstream  35 k
13:49:24 #12 4.903  perl-Error                   noarch  1:0.17029-7.el9           appstream  42 k
13:49:24 #12 4.903  perl-File-Compare            noarch  1.100.600-479.el9         appstream  23 k
13:49:24 #12 4.903  perl-File-Copy               noarch  2.34-479.el9              appstream  30 k
13:49:24 #12 4.903  perl-File-Find               noarch  1.37-479.el9              appstream  35 k
13:49:24 #12 4.903  perl-Git                     noarch  2.31.1-2.el9.2            appstream  43 k
13:49:24 #12 4.903  perl-TermReadKey             aarch64 2.38-11.el9               appstream  36 k
13:49:24 #12 4.903  perl-Thread-Queue            noarch  3.14-460.el9              appstream  22 k
13:49:24 #12 4.903  perl-lib                     aarch64 0.65-479.el9              appstream  24 k
13:49:24 #12 4.903  perl-threads                 aarch64 1:2.25-460.el9            appstream  57 k
13:49:24 #12 4.903  perl-threads-shared          aarch64 1.61-460.el9              appstream  44 k
13:49:24 #12 4.903  policycoreutils              aarch64 3.3-5.el9                 baseos    233 k
13:49:24 #12 4.903  policycoreutils-devel        aarch64 3.3-5.el9                 appstream 136 k
13:49:24 #12 4.903  policycoreutils-python-utils noarch  3.3-5.el9                 appstream  74 k
13:49:24 #12 4.903  python3-audit                aarch64 3.0.7-102.el9             appstream  84 k
13:49:24 #12 4.903  python3-libselinux           aarch64 3.3-2.el9                 appstream 179 k
13:49:24 #12 4.903  python3-libsemanage          aarch64 3.3-3.el9                 appstream  80 k
13:49:24 #12 4.903  python3-policycoreutils      noarch  3.3-5.el9                 appstream 2.1 M
13:49:24 #12 4.903  python3-setools              aarch64 4.4.0-4.el9               baseos    591 k
13:49:24 #12 4.903  python3-setuptools           noarch  53.0.0-10.el9             baseos    946 k
13:49:24 #12 4.903  rpm-plugin-selinux           aarch64 4.16.1.3-11.el9           baseos     21 k
13:49:24 #12 4.903  selinux-policy               noarch  34.1.32-1.el9             baseos     62 k
13:49:24 #12 4.903  selinux-policy-targeted      noarch  34.1.32-1.el9             baseos    6.7 M
13:49:24 #12 4.903  systemd-pam                  aarch64 250-4.el9                 baseos    232 k
13:49:24 #12 4.903  systemd-rpm-macros           noarch  250-4.el9                 baseos     28 k
13:49:24 #12 4.903  util-linux                   aarch64 2.37.2-1.el9              baseos    2.3 M
13:49:24 #12 4.903  util-linux-core              aarch64 2.37.2-1.el9              baseos    454 k
13:49:24 #12 4.903  vim-filesystem               noarch  2:8.2.2637-16.el9         baseos     25 k
13:49:24 #12 4.903 
13:49:24 #12 4.903 Transaction Summary
13:49:24 #12 4.903 ================================================================================
13:49:24 #12 4.903 Install  93 Packages
13:49:24 #12 4.903 
13:49:24 #12 4.908 Total download size: 131 M
13:49:24 #12 4.908 Installed size: 469 M
13:49:24 #12 4.909 Downloading Packages:
13:49:25 #12 6.274 (1/93): acl-2.3.1-3.el9.aarch64.rpm             180 kB/s |  73 kB     00:00    
13:49:25 #12 6.278 (2/93): cracklib-2.9.6-27.el9.aarch64.rpm       230 kB/s |  95 kB     00:00    
13:49:25 #12 6.285 (3/93): cryptsetup-libs-2.4.3-4.el9.aarch64.rpm  42 MB/s | 438 kB     00:00    
13:49:25 #12 6.290 (4/93): dbus-1.12.20-5.el9.aarch64.rpm          394 kB/s | 4.3 kB     00:00    
13:49:25 #12 6.296 (5/93): dbus-broker-28-5.el9.aarch64.rpm         18 MB/s | 166 kB     00:00    
13:49:25 #12 6.298 (6/93): dbus-common-1.12.20-5.el9.noarch.rpm    1.9 MB/s |  15 kB     00:00    
13:49:25 #12 6.319 (7/93): cracklib-dicts-2.9.6-27.el9.aarch64.rpm 8.1 MB/s | 3.6 MB     00:00    
13:49:25 #12 6.324 (8/93): device-mapper-1.02.183-4.el9.aarch64.rp 6.6 MB/s | 139 kB     00:00    
13:49:25 #12 6.327 (9/93): device-mapper-libs-1.02.183-4.el9.aarch 7.1 MB/s | 172 kB     00:00    
13:49:25 #12 6.332 (10/93): kmod-libs-28-7.el9.aarch64.rpm         5.5 MB/s |  63 kB     00:00    
13:49:25 #12 6.336 (11/93): libatomic-11.3.1-2.el9.aarch64.rpm     7.6 MB/s |  60 kB     00:00    
13:49:25 #12 6.339 (12/93): libcbor-0.7.0-5.el9.aarch64.rpm        5.2 MB/s |  56 kB     00:00    
13:49:25 #12 6.346 (13/93): libdb-5.3.28-53.el9.aarch64.rpm         52 MB/s | 712 kB     00:00    
13:49:25 #12 6.351 (14/93): libeconf-0.4.1-2.el9.aarch64.rpm       2.8 MB/s |  27 kB     00:00    
13:49:25 #12 6.354 (15/93): libedit-3.1-37.20210216cvs.el9.aarch64 7.9 MB/s | 104 kB     00:00    
13:49:25 #12 6.358 (16/93): libfdisk-2.37.2-1.el9.aarch64.rpm       13 MB/s | 148 kB     00:00    
13:49:25 #12 6.364 (17/93): libpwquality-1.4.4-8.el9.aarch64.rpm    13 MB/s | 119 kB     00:00    
13:49:26 #12 6.367 (18/93): libfido2-1.6.0-7.el9.aarch64.rpm       5.6 MB/s |  69 kB     00:00    
13:49:26 #12 6.371 (19/93): libselinux-utils-3.3-2.el9.aarch64.rpm  26 MB/s | 181 kB     00:00    
13:49:26 #12 6.374 (20/93): libutempter-1.2.1-6.el9.aarch64.rpm    4.2 MB/s |  27 kB     00:00    
13:49:26 #12 6.381 (21/93): make-4.3-7.el9.aarch64.rpm              55 MB/s | 535 kB     00:00    
13:49:26 #12 6.386 (22/93): openssh-8.7p1-8.el9.aarch64.rpm         39 MB/s | 446 kB     00:00    
13:49:26 #12 6.393 (23/93): openssh-clients-8.7p1-8.el9.aarch64.rp  67 MB/s | 677 kB     00:00    
13:49:26 #12 6.406 (24/93): openssl-3.0.1-18.el9.aarch64.rpm        69 MB/s | 1.2 MB     00:00    
13:49:26 #12 6.410 (25/93): pam-1.5.1-10.el9.aarch64.rpm            36 MB/s | 619 kB     00:00    
13:49:26 #12 6.413 (26/93): libseccomp-2.5.2-2.el9.aarch64.rpm     1.3 MB/s |  72 kB     00:00    
13:49:26 #12 6.420 (27/93): policycoreutils-3.3-5.el9.aarch64.rpm   25 MB/s | 233 kB     00:00    
13:49:26 #12 6.485 (28/93): python3-setools-4.4.0-4.el9.aarch64.rp 7.8 MB/s | 591 kB     00:00    
13:49:26 #12 6.490 (29/93): rpm-plugin-selinux-4.16.1.3-11.el9.aar 296 kB/s |  21 kB     00:00    
13:49:26 #12 6.572 (30/93): python3-setuptools-53.0.0-10.el9.noarc 5.8 MB/s | 946 kB     00:00    
13:49:26 #12 6.575 (31/93): selinux-policy-34.1.32-1.el9.noarch.rp 714 kB/s |  62 kB     00:00    
13:49:26 #12 6.590 (32/93): systemd-pam-250-4.el9.aarch64.rpm       19 MB/s | 232 kB     00:00    
13:49:26 #12 6.606 (33/93): systemd-rpm-macros-250-4.el9.noarch.rp 2.0 MB/s |  28 kB     00:00    
13:49:26 #12 6.623 (34/93): systemd-250-4.el9.aarch64.rpm           89 MB/s | 3.9 MB     00:00    
13:49:26 #12 6.651 (35/93): selinux-policy-targeted-34.1.32-1.el9.  42 MB/s | 6.7 MB     00:00    
13:49:26 #12 6.779 (36/93): util-linux-2.37.2-1.el9.aarch64.rpm     13 MB/s | 2.3 MB     00:00    
13:49:26 #12 6.784 (37/93): util-linux-core-2.37.2-1.el9.aarch64.r 2.8 MB/s | 454 kB     00:00    
13:49:26 #12 6.790 (38/93): vim-filesystem-8.2.2637-16.el9.noarch. 181 kB/s |  25 kB     00:00    
13:49:26 #12 6.798 (39/93): which-2.21-28.el9.aarch64.rpm          3.1 MB/s |  41 kB     00:00    
13:49:26 #12 6.803 (40/93): annobin-10.73-1.el9.aarch64.rpm         51 MB/s | 961 kB     00:00    
13:49:26 #12 6.867 (41/93): autoconf-2.69-38.el9.noarch.rpm        9.1 MB/s | 681 kB     00:00    
13:49:26 #12 6.874 (42/93): checkpolicy-3.3-1.el9.aarch64.rpm      4.8 MB/s | 334 kB     00:00    
13:49:26 #12 6.958 (43/93): automake-1.16.2-6.el9.noarch.rpm       4.4 MB/s | 689 kB     00:00    
13:49:26 #12 6.977 (44/93): cmake-filesystem-3.20.2-7.el9.aarch64. 1.6 MB/s |  23 kB     00:00    
13:49:26 #12 7.110 (45/93): cmake-data-3.20.2-7.el9.noarch.rpm     9.4 MB/s | 2.1 MB     00:00    
13:49:27 #12 7.261 (46/93): cmake-3.20.2-7.el9.aarch64.rpm          16 MB/s | 6.2 MB     00:00    
13:49:27 #12 7.269 (47/93): cmake-rpm-macros-3.20.2-7.el9.noarch.r  57 kB/s |  16 kB     00:00    
13:49:27 #12 7.308 (48/93): gcc-plugin-annobin-11.3.1-2.el9.aarch6 1.8 MB/s |  69 kB     00:00    
13:49:27 #12 7.335 (49/93): git-2.31.1-2.el9.2.aarch64.rpm         5.1 MB/s | 124 kB     00:00    
13:49:27 #12 7.555 (50/93): cpp-11.3.1-2.el9.aarch64.rpm            23 MB/s |  10 MB     00:00    
13:49:27 #12 7.698 (51/93): git-core-doc-2.31.1-2.el9.2.noarch.rpm  18 MB/s | 2.5 MB     00:00    
13:49:27 #12 7.783 (52/93): git-core-2.31.1-2.el9.2.aarch64.rpm    8.2 MB/s | 3.7 MB     00:00    
13:49:27 #12 7.860 (53/93): glibc-devel-2.34-32.el9.aarch64.rpm    3.3 MB/s | 547 kB     00:00    
13:49:27 #12 7.935 (54/93): libasan-11.3.1-2.el9.aarch64.rpm       6.0 MB/s | 435 kB     00:00    
13:49:27 #12 8.032 (55/93): kernel-headers-5.14.0-96.el9.aarch64.r 9.9 MB/s | 2.4 MB     00:00    
13:49:27 #12 8.037 (56/93): libmpc-1.2.1-4.el9.aarch64.rpm         626 kB/s |  63 kB     00:00    
13:49:27 #12 8.049 (57/93): libseccomp-devel-2.5.2-2.el9.aarch64.r 3.9 MB/s |  59 kB     00:00    
13:49:27 #12 8.056 (58/93): libselinux-devel-3.3-2.el9.aarch64.rpm 9.2 MB/s | 157 kB     00:00    
13:49:27 #12 8.073 (59/93): libsepol-devel-3.3-2.el9.aarch64.rpm   2.3 MB/s |  48 kB     00:00    
13:49:27 #12 8.148 (60/93): libtool-2.4.6-45.el9.aarch64.rpm       6.2 MB/s | 582 kB     00:00    
13:49:28 #12 8.600 (61/93): gcc-11.3.1-2.el9.aarch64.rpm            22 MB/s |  30 MB     00:01    
13:49:28 #12 8.603 (62/93): libtool-ltdl-2.4.6-45.el9.aarch64.rpm   69 kB/s |  37 kB     00:00    
13:49:28 #12 8.609 (63/93): libubsan-11.3.1-2.el9.aarch64.rpm      453 kB/s | 208 kB     00:00    
13:49:28 #12 8.614 (64/93): libuv-1.42.0-1.el9.aarch64.rpm          15 MB/s | 146 kB     00:00    
13:49:28 #12 8.633 (65/93): libxcrypt-devel-4.4.18-3.el9.aarch64.r 1.0 MB/s |  29 kB     00:00    
13:49:28 #12 8.724 (66/93): m4-1.4.19-1.el9.aarch64.rpm            3.1 MB/s | 297 kB     00:00    
13:49:28 #12 8.799 (67/93): pcre2-devel-10.37-3.el9.1.aarch64.rpm  3.2 MB/s | 516 kB     00:00    
13:49:28 #12 8.817 (68/93): pcre2-utf16-10.37-3.el9.1.aarch64.rpm  2.1 MB/s | 193 kB     00:00    
13:49:28 #12 8.839 (69/93): pcre2-utf32-10.37-3.el9.1.aarch64.rpm  5.0 MB/s | 185 kB     00:00    
13:49:28 #12 8.852 (70/93): perl-DynaLoader-1.47-479.el9.aarch64.r 1.2 MB/s |  35 kB     00:00    
13:49:28 #12 8.868 (71/93): perl-Error-0.17029-7.el9.noarch.rpm    1.5 MB/s |  42 kB     00:00    
13:49:28 #12 8.878 (72/93): perl-File-Compare-1.100.600-479.el9.no 1.1 MB/s |  23 kB     00:00    
13:49:28 #12 8.898 (73/93): perl-File-Copy-2.34-479.el9.noarch.rpm 1.1 MB/s |  30 kB     00:00    
13:49:28 #12 8.904 (74/93): perl-File-Find-1.37-479.el9.noarch.rpm 1.4 MB/s |  35 kB     00:00    
13:49:28 #12 8.925 (75/93): perl-Git-2.31.1-2.el9.2.noarch.rpm     1.8 MB/s |  43 kB     00:00    
13:49:28 #12 8.929 (76/93): perl-TermReadKey-2.38-11.el9.aarch64.r 1.5 MB/s |  36 kB     00:00    
13:49:29 #12 9.318 (77/93): llvm-libs-14.0.0-2.el9.aarch64.rpm      52 MB/s |  37 MB     00:00    
13:49:29 #12 9.322 (78/93): perl-lib-0.65-479.el9.aarch64.rpm       62 kB/s |  24 kB     00:00    
13:49:29 #12 9.326 (79/93): perl-Thread-Queue-3.14-460.el9.noarch.  56 kB/s |  22 kB     00:00    
13:49:29 #12 9.329 (80/93): perl-threads-2.25-460.el9.aarch64.rpm  5.7 MB/s |  57 kB     00:00    
13:49:29 #12 9.332 (81/93): perl-threads-shared-1.61-460.el9.aarch 4.7 MB/s |  44 kB     00:00    
13:49:29 #12 9.336 (82/93): policycoreutils-python-utils-3.3-5.el9  11 MB/s |  74 kB     00:00    
13:49:29 #12 9.340 (83/93): policycoreutils-devel-3.3-5.el9.aarch6  12 MB/s | 136 kB     00:00    
13:49:29 #12 9.344 (84/93): python3-audit-3.0.7-102.el9.aarch64.rp 7.7 MB/s |  84 kB     00:00    
13:49:29 #12 9.349 (85/93): python3-libselinux-3.3-2.el9.aarch64.r  15 MB/s | 179 kB     00:00    
13:49:29 #12 9.359 (86/93): python3-libsemanage-3.3-3.el9.aarch64. 6.2 MB/s |  80 kB     00:00    
13:49:29 #12 9.419 (87/93): python3-policycoreutils-3.3-5.el9.noar  28 MB/s | 2.1 MB     00:00    
13:49:29 #12 9.429 (88/93): selinux-policy-devel-34.1.32-1.el9.noa  12 MB/s | 931 kB     00:00    
13:49:29 #12 9.434 (89/93): systemd-devel-250-4.el9.aarch64.rpm    8.3 MB/s | 616 kB     00:00    
13:49:29 #12 9.438 (90/93): device-mapper-devel-1.02.183-4.el9.aar 3.1 MB/s |  45 kB     00:00    
13:49:29 #12 9.447 (91/93): libtool-ltdl-devel-2.4.6-45.el9.aarch6  13 MB/s | 161 kB     00:00    
13:49:29 #12 9.453 (92/93): libxcrypt-static-4.4.18-3.el9.aarch64. 7.2 MB/s | 108 kB     00:00    
13:49:29 #12 9.464 (93/93): glibc-static-2.34-32.el9.aarch64.rpm    47 MB/s | 1.4 MB     00:00    
13:49:29 #12 9.468 --------------------------------------------------------------------------------
13:49:29 #12 9.469 Total                                            29 MB/s | 131 MB     00:04     
13:49:31 #12 11.50 Running transaction check
13:49:31 #12 11.63 Transaction check succeeded.
13:49:31 #12 11.63 Running transaction test
13:49:32 #12 12.57 Transaction test succeeded.
13:49:32 #12 12.58 Running transaction
13:49:33 #12 13.63   Running scriptlet: selinux-policy-targeted-34.1.32-1.el9.noarch           1/1 
13:49:33 #12 13.77   Preparing        :                                                        1/1 
13:49:33 #12 13.84   Installing       : make-1:4.3-7.el9.aarch64                              1/93 
13:49:33 #12 13.85   Installing       : python3-libselinux-3.3-2.el9.aarch64                  2/93 
13:49:33 #12 13.86   Installing       : perl-DynaLoader-1.47-479.el9.aarch64                  3/93 
13:49:33 #12 13.86   Installing       : perl-threads-1:2.25-460.el9.aarch64                   4/93 
13:49:33 #12 13.87   Installing       : perl-File-Find-1.37-479.el9.noarch                    5/93 
13:49:33 #12 13.88   Installing       : perl-File-Copy-2.34-479.el9.noarch                    6/93 
13:49:33 #12 13.88   Installing       : perl-File-Compare-1.100.600-479.el9.noarch            7/93 
13:49:33 #12 13.89   Installing       : m4-1.4.19-1.el9.aarch64                               8/93 
13:49:33 #12 13.91   Installing       : autoconf-2.69-38.el9.noarch                           9/93 
13:49:33 #12 13.92   Installing       : libmpc-1.2.1-4.el9.aarch64                           10/93 
13:49:33 #12 13.93   Installing       : cmake-rpm-macros-3.20.2-7.el9.noarch                 11/93 
13:49:33 #12 13.93   Installing       : cmake-filesystem-3.20.2-7.el9.aarch64                12/93 
13:49:33 #12 13.95   Installing       : checkpolicy-3.3-1.el9.aarch64                        13/93 
13:49:33 #12 13.95   Installing       : libseccomp-2.5.2-2.el9.aarch64                       14/93 
13:49:33 #12 13.96   Installing       : libedit-3.1-37.20210216cvs.el9.aarch64               15/93 
13:49:33 #12 13.97   Installing       : cracklib-2.9.6-27.el9.aarch64                        16/93 
13:49:34 #12 14.04   Installing       : cracklib-dicts-2.9.6-27.el9.aarch64                  17/93 
13:49:34 #12 14.75   Installing       : llvm-libs-14.0.0-2.el9.aarch64                       18/93 
13:49:34 #12 14.91   Installing       : cpp-11.3.1-2.el9.aarch64                             19/93 
13:49:34 #12 14.91   Installing       : perl-threads-shared-1.61-460.el9.aarch64             20/93 
13:49:34 #12 14.92   Installing       : perl-Thread-Queue-3.14-460.el9.noarch                21/93 
13:49:34 #12 14.95   Installing       : automake-1.16.2-6.el9.noarch                         22/93 
13:49:34 #12 14.95   Installing       : perl-TermReadKey-2.38-11.el9.aarch64                 23/93 
13:49:34 #12 14.96   Installing       : python3-libsemanage-3.3-3.el9.aarch64                24/93 
13:49:34 #12 14.97   Installing       : python3-audit-3.0.7-102.el9.aarch64                  25/93 
13:49:34 #12 14.97   Installing       : perl-lib-0.65-479.el9.aarch64                        26/93 
13:49:34 #12 14.98   Installing       : perl-Error-1:0.17029-7.el9.noarch                    27/93 
13:49:34 #12 14.99   Installing       : pcre2-utf32-10.37-3.el9.1.aarch64                    28/93 
13:49:34 #12 15.00   Installing       : pcre2-utf16-10.37-3.el9.1.aarch64                    29/93 
13:49:34 #12 15.03   Installing       : pcre2-devel-10.37-3.el9.1.aarch64                    30/93 
13:49:34 #12 15.04   Installing       : libuv-1:1.42.0-1.el9.aarch64                         31/93 
13:49:34 #12 15.05   Installing       : libubsan-11.3.1-2.el9.aarch64                        32/93 
13:49:34 #12 15.05   Installing       : libtool-ltdl-2.4.6-45.el9.aarch64                    33/93 
13:49:34 #12 15.06   Installing       : libsepol-devel-3.3-2.el9.aarch64                     34/93 
13:49:34 #12 15.09   Installing       : libselinux-devel-3.3-2.el9.aarch64                   35/93 
13:49:35 #12 15.11   Installing       : libasan-11.3.1-2.el9.aarch64                         36/93 
13:49:35 #12 15.33   Installing       : kernel-headers-5.14.0-96.el9.aarch64                 37/93 
13:49:35 #12 15.34   Installing       : libxcrypt-devel-4.4.18-3.el9.aarch64                 38/93 
13:49:35 #12 15.40   Installing       : glibc-devel-2.34-32.el9.aarch64                      39/93 
13:49:35 #12 15.47   Installing       : glibc-static-2.34-32.el9.aarch64                     40/93 
13:49:35 #12 15.48   Installing       : libxcrypt-static-4.4.18-3.el9.aarch64                41/93 
13:49:35 #12 15.49   Installing       : vim-filesystem-2:8.2.2637-16.el9.noarch              42/93 
13:49:35 #12 15.79   Installing       : cmake-data-3.20.2-7.el9.noarch                       43/93 
13:49:35 #12 15.93   Installing       : cmake-3.20.2-7.el9.aarch64                           44/93 
13:49:35 #12 15.95   Installing       : util-linux-core-2.37.2-1.el9.aarch64                 45/93 
13:49:35 #12 15.96   Running scriptlet: util-linux-core-2.37.2-1.el9.aarch64                 45/93 
13:49:35 #12 15.97   Installing       : systemd-rpm-macros-250-4.el9.noarch                  46/93 
13:49:35 #12 16.03   Installing       : python3-setuptools-53.0.0-10.el9.noarch              47/93 
13:49:35 #12 16.07   Installing       : python3-setools-4.4.0-4.el9.aarch64                  48/93 
13:49:35 #12 16.12   Installing       : openssl-1:3.0.1-18.el9.aarch64                       49/93 
13:49:35 #12 16.12   Running scriptlet: libutempter-1.2.1-6.el9.aarch64                      50/93 
13:49:35 #12 16.18   Installing       : libutempter-1.2.1-6.el9.aarch64                      50/93 
13:49:35 #12 16.20   Installing       : libselinux-utils-3.3-2.el9.aarch64                   51/93 
13:49:35 #12 16.21   Installing       : libfdisk-2.37.2-1.el9.aarch64                        52/93 
13:49:35 #12 16.22   Installing       : libeconf-0.4.1-2.el9.aarch64                         53/93 
13:49:35 #12 16.23   Installing       : libdb-5.3.28-53.el9.aarch64                          54/93 
13:49:35 #12 16.28   Installing       : pam-1.5.1-10.el9.aarch64                             55/93 
13:49:36 #12 16.29   Installing       : libpwquality-1.4.4-8.el9.aarch64                     56/93 
13:49:36 #12 16.37   Installing       : util-linux-2.37.2-1.el9.aarch64                      57/93 
13:49:36 #12 16.38   Running scriptlet: util-linux-2.37.2-1.el9.aarch64                      57/93 
13:49:36 #12 16.41   Installing       : policycoreutils-3.3-5.el9.aarch64                    58/93 
13:49:36 #12 16.42   Running scriptlet: policycoreutils-3.3-5.el9.aarch64                    58/93 
13:49:36 #12 16.43   Installing       : rpm-plugin-selinux-4.16.1.3-11.el9.aarch64           59/93 
13:49:36 #12 16.43   Installing       : selinux-policy-34.1.32-1.el9.noarch                  60/93 
13:49:36 #12 16.44   Running scriptlet: selinux-policy-34.1.32-1.el9.noarch                  60/93 
13:49:36 #12 16.46   Running scriptlet: selinux-policy-targeted-34.1.32-1.el9.noarch         61/93 
13:49:36 #12 16.67   Installing       : selinux-policy-targeted-34.1.32-1.el9.noarch         61/93 
13:49:36 #12 16.69   Running scriptlet: selinux-policy-targeted-34.1.32-1.el9.noarch         61/93 
13:49:36 #12 16.74   Installing       : python3-policycoreutils-3.3-5.el9.noarch             62/93 
13:49:36 #12 16.75   Installing       : policycoreutils-python-utils-3.3-5.el9.noarch        63/93 
13:49:36 #12 16.77   Installing       : policycoreutils-devel-3.3-5.el9.aarch64              64/93 
13:49:36 #12 16.86   Installing       : selinux-policy-devel-34.1.32-1.el9.noarch            65/93 
13:49:36 #12 16.87   Running scriptlet: selinux-policy-devel-34.1.32-1.el9.noarch            65/93 
13:49:36 #12 16.88   Running scriptlet: openssh-8.7p1-8.el9.aarch64                          66/93 
13:49:36 #12 16.92   Installing       : openssh-8.7p1-8.el9.aarch64                          66/93 
13:49:36 #12 16.93   Installing       : libcbor-0.7.0-5.el9.aarch64                          67/93 
13:49:36 #12 16.94   Installing       : libfido2-1.6.0-7.el9.aarch64                         68/93 
13:49:36 #12 16.96   Installing       : openssh-clients-8.7p1-8.el9.aarch64                  69/93 
13:49:36 #12 16.96   Running scriptlet: openssh-clients-8.7p1-8.el9.aarch64                  69/93 
13:49:36 #12 17.04   Installing       : git-core-2.31.1-2.el9.2.aarch64                      70/93 
13:49:36 #12 17.21   Installing       : git-core-doc-2.31.1-2.el9.2.noarch                   71/93 
13:49:36 #12 17.22   Installing       : perl-Git-2.31.1-2.el9.2.noarch                       72/93 
13:49:36 #12 17.23   Installing       : git-2.31.1-2.el9.2.aarch64                           73/93 
13:49:37 #12 17.24   Installing       : libatomic-11.3.1-2.el9.aarch64                       74/93 
13:49:37 #12 17.59   Installing       : gcc-11.3.1-2.el9.aarch64                             75/93 
13:49:37 #12 17.60   Installing       : kmod-libs-28-7.el9.aarch64                           76/93 
13:49:37 #12 17.61   Installing       : acl-2.3.1-3.el9.aarch64                              77/93 
13:49:37 #12 17.62   Installing       : device-mapper-9:1.02.183-4.el9.aarch64               78/93 
13:49:37 #12 17.63   Installing       : device-mapper-libs-9:1.02.183-4.el9.aarch64          79/93 
13:49:37 #12 17.69   Installing       : cryptsetup-libs-2.4.3-4.el9.aarch64                  80/93 
13:49:37 #12 17.73   Installing       : dbus-1:1.12.20-5.el9.aarch64                         81/93 
13:49:37 #12 17.74   Installing       : systemd-pam-250-4.el9.aarch64                        82/93 
13:49:37 #12 17.75   Running scriptlet: systemd-250-4.el9.aarch64                            83/93 
13:49:37 #12 18.04   Installing       : systemd-250-4.el9.aarch64                            83/93 
13:49:38 #12 18.14   Running scriptlet: systemd-250-4.el9.aarch64                            83/93 
13:49:38 #12 18.27   Installing       : dbus-common-1:1.12.20-5.el9.noarch                   84/93 
13:49:38 #12 18.27   Running scriptlet: dbus-common-1:1.12.20-5.el9.noarch                   84/93 
13:49:38 #12 18.29 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
13:49:38 #12 18.29 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
13:49:38 #12 18.29 
13:49:38 #12 18.29   Running scriptlet: dbus-broker-28-5.el9.aarch64                         85/93 
13:49:38 #12 18.36   Installing       : dbus-broker-28-5.el9.aarch64                         85/93 
13:49:38 #12 18.41   Running scriptlet: dbus-broker-28-5.el9.aarch64                         85/93 
13:49:38 #12 18.43 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
13:49:38 #12 18.43 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
13:49:38 #12 18.43 
13:49:38 #12 18.52   Installing       : systemd-devel-250-4.el9.aarch64                      86/93 
13:49:38 #12 18.59   Installing       : device-mapper-devel-9:1.02.183-4.el9.aarch64         87/93 
13:49:38 #12 18.61   Installing       : annobin-10.73-1.el9.aarch64                          88/93 
13:49:38 #12 18.61   Running scriptlet: annobin-10.73-1.el9.aarch64                          88/93 
13:49:38 #12 18.64   Installing       : gcc-plugin-annobin-11.3.1-2.el9.aarch64              89/93 
13:49:38 #12 18.64   Running scriptlet: gcc-plugin-annobin-11.3.1-2.el9.aarch64              89/93 
13:49:38 #12 18.68   Installing       : libtool-2.4.6-45.el9.aarch64                         90/93 
13:49:38 #12 18.69   Installing       : libtool-ltdl-devel-2.4.6-45.el9.aarch64              91/93 
13:49:38 #12 18.71   Installing       : libseccomp-devel-2.5.2-2.el9.aarch64                 92/93 
13:49:38 #12 18.71   Installing       : which-2.21-28.el9.aarch64                            93/93 
13:49:38 #12 18.72   Running scriptlet: selinux-policy-targeted-34.1.32-1.el9.noarch         93/93 
13:49:43 #12 18.75   Running scriptlet: which-2.21-28.el9.aarch64                            93/93 
13:49:43 #12 23.53   Verifying        : acl-2.3.1-3.el9.aarch64                               1/93 
13:49:43 #12 23.53   Verifying        : cracklib-2.9.6-27.el9.aarch64                         2/93 
13:49:43 #12 23.53   Verifying        : cracklib-dicts-2.9.6-27.el9.aarch64                   3/93 
13:49:43 #12 23.53   Verifying        : cryptsetup-libs-2.4.3-4.el9.aarch64                   4/93 
13:49:43 #12 23.53   Verifying        : dbus-1:1.12.20-5.el9.aarch64                          5/93 
13:49:43 #12 23.53   Verifying        : dbus-broker-28-5.el9.aarch64                          6/93 
13:49:43 #12 23.53   Verifying        : dbus-common-1:1.12.20-5.el9.noarch                    7/93 
13:49:43 #12 23.53   Verifying        : device-mapper-9:1.02.183-4.el9.aarch64                8/93 
13:49:43 #12 23.53   Verifying        : device-mapper-libs-9:1.02.183-4.el9.aarch64           9/93 
13:49:43 #12 23.53   Verifying        : kmod-libs-28-7.el9.aarch64                           10/93 
13:49:43 #12 23.53   Verifying        : libatomic-11.3.1-2.el9.aarch64                       11/93 
13:49:43 #12 23.53   Verifying        : libcbor-0.7.0-5.el9.aarch64                          12/93 
13:49:43 #12 23.53   Verifying        : libdb-5.3.28-53.el9.aarch64                          13/93 
13:49:43 #12 23.53   Verifying        : libeconf-0.4.1-2.el9.aarch64                         14/93 
13:49:43 #12 23.53   Verifying        : libedit-3.1-37.20210216cvs.el9.aarch64               15/93 
13:49:43 #12 23.53   Verifying        : libfdisk-2.37.2-1.el9.aarch64                        16/93 
13:49:43 #12 23.53   Verifying        : libfido2-1.6.0-7.el9.aarch64                         17/93 
13:49:43 #12 23.53   Verifying        : libpwquality-1.4.4-8.el9.aarch64                     18/93 
13:49:43 #12 23.53   Verifying        : libseccomp-2.5.2-2.el9.aarch64                       19/93 
13:49:43 #12 23.53   Verifying        : libselinux-utils-3.3-2.el9.aarch64                   20/93 
13:49:43 #12 23.53   Verifying        : libutempter-1.2.1-6.el9.aarch64                      21/93 
13:49:43 #12 23.53   Verifying        : make-1:4.3-7.el9.aarch64                             22/93 
13:49:43 #12 23.53   Verifying        : openssh-8.7p1-8.el9.aarch64                          23/93 
13:49:43 #12 23.53   Verifying        : openssh-clients-8.7p1-8.el9.aarch64                  24/93 
13:49:43 #12 23.53   Verifying        : openssl-1:3.0.1-18.el9.aarch64                       25/93 
13:49:43 #12 23.53   Verifying        : pam-1.5.1-10.el9.aarch64                             26/93 
13:49:43 #12 23.53   Verifying        : policycoreutils-3.3-5.el9.aarch64                    27/93 
13:49:43 #12 23.53   Verifying        : python3-setools-4.4.0-4.el9.aarch64                  28/93 
13:49:43 #12 23.53   Verifying        : python3-setuptools-53.0.0-10.el9.noarch              29/93 
13:49:43 #12 23.53   Verifying        : rpm-plugin-selinux-4.16.1.3-11.el9.aarch64           30/93 
13:49:43 #12 23.53   Verifying        : selinux-policy-34.1.32-1.el9.noarch                  31/93 
13:49:43 #12 23.53   Verifying        : selinux-policy-targeted-34.1.32-1.el9.noarch         32/93 
13:49:43 #12 23.53   Verifying        : systemd-250-4.el9.aarch64                            33/93 
13:49:43 #12 23.53   Verifying        : systemd-pam-250-4.el9.aarch64                        34/93 
13:49:43 #12 23.53   Verifying        : systemd-rpm-macros-250-4.el9.noarch                  35/93 
13:49:43 #12 23.53   Verifying        : util-linux-2.37.2-1.el9.aarch64                      36/93 
13:49:43 #12 23.53   Verifying        : util-linux-core-2.37.2-1.el9.aarch64                 37/93 
13:49:43 #12 23.53   Verifying        : vim-filesystem-2:8.2.2637-16.el9.noarch              38/93 
13:49:43 #12 23.53   Verifying        : which-2.21-28.el9.aarch64                            39/93 
13:49:43 #12 23.53   Verifying        : annobin-10.73-1.el9.aarch64                          40/93 
13:49:43 #12 23.53   Verifying        : autoconf-2.69-38.el9.noarch                          41/93 
13:49:43 #12 23.53   Verifying        : automake-1.16.2-6.el9.noarch                         42/93 
13:49:43 #12 23.53   Verifying        : checkpolicy-3.3-1.el9.aarch64                        43/93 
13:49:43 #12 23.53   Verifying        : cmake-3.20.2-7.el9.aarch64                           44/93 
13:49:43 #12 23.53   Verifying        : cmake-data-3.20.2-7.el9.noarch                       45/93 
13:49:43 #12 23.53   Verifying        : cmake-filesystem-3.20.2-7.el9.aarch64                46/93 
13:49:43 #12 23.53   Verifying        : cmake-rpm-macros-3.20.2-7.el9.noarch                 47/93 
13:49:43 #12 23.53   Verifying        : cpp-11.3.1-2.el9.aarch64                             48/93 
13:49:43 #12 23.53   Verifying        : gcc-11.3.1-2.el9.aarch64                             49/93 
13:49:43 #12 23.53   Verifying        : gcc-plugin-annobin-11.3.1-2.el9.aarch64              50/93 
13:49:43 #12 23.53   Verifying        : git-2.31.1-2.el9.2.aarch64                           51/93 
13:49:43 #12 23.53   Verifying        : git-core-2.31.1-2.el9.2.aarch64                      52/93 
13:49:43 #12 23.53   Verifying        : git-core-doc-2.31.1-2.el9.2.noarch                   53/93 
13:49:43 #12 23.53   Verifying        : glibc-devel-2.34-32.el9.aarch64                      54/93 
13:49:43 #12 23.53   Verifying        : kernel-headers-5.14.0-96.el9.aarch64                 55/93 
13:49:43 #12 23.53   Verifying        : libasan-11.3.1-2.el9.aarch64                         56/93 
13:49:43 #12 23.53   Verifying        : libmpc-1.2.1-4.el9.aarch64                           57/93 
13:49:43 #12 23.53   Verifying        : libseccomp-devel-2.5.2-2.el9.aarch64                 58/93 
13:49:43 #12 23.53   Verifying        : libselinux-devel-3.3-2.el9.aarch64                   59/93 
13:49:43 #12 23.53   Verifying        : libsepol-devel-3.3-2.el9.aarch64                     60/93 
13:49:43 #12 23.53   Verifying        : libtool-2.4.6-45.el9.aarch64                         61/93 
13:49:43 #12 23.53   Verifying        : libtool-ltdl-2.4.6-45.el9.aarch64                    62/93 
13:49:43 #12 23.53   Verifying        : libubsan-11.3.1-2.el9.aarch64                        63/93 
13:49:43 #12 23.53   Verifying        : libuv-1:1.42.0-1.el9.aarch64                         64/93 
13:49:43 #12 23.53   Verifying        : libxcrypt-devel-4.4.18-3.el9.aarch64                 65/93 
13:49:43 #12 23.53   Verifying        : llvm-libs-14.0.0-2.el9.aarch64                       66/93 
13:49:43 #12 23.53   Verifying        : m4-1.4.19-1.el9.aarch64                              67/93 
13:49:43 #12 23.53   Verifying        : pcre2-devel-10.37-3.el9.1.aarch64                    68/93 
13:49:43 #12 23.53   Verifying        : pcre2-utf16-10.37-3.el9.1.aarch64                    69/93 
13:49:43 #12 23.53   Verifying        : pcre2-utf32-10.37-3.el9.1.aarch64                    70/93 
13:49:43 #12 23.53   Verifying        : perl-DynaLoader-1.47-479.el9.aarch64                 71/93 
13:49:43 #12 23.53   Verifying        : perl-Error-1:0.17029-7.el9.noarch                    72/93 
13:49:43 #12 23.53   Verifying        : perl-File-Compare-1.100.600-479.el9.noarch           73/93 
13:49:43 #12 23.53   Verifying        : perl-File-Copy-2.34-479.el9.noarch                   74/93 
13:49:43 #12 23.53   Verifying        : perl-File-Find-1.37-479.el9.noarch                   75/93 
13:49:43 #12 23.53   Verifying        : perl-Git-2.31.1-2.el9.2.noarch                       76/93 
13:49:43 #12 23.53   Verifying        : perl-TermReadKey-2.38-11.el9.aarch64                 77/93 
13:49:43 #12 23.53   Verifying        : perl-Thread-Queue-3.14-460.el9.noarch                78/93 
13:49:43 #12 23.53   Verifying        : perl-lib-0.65-479.el9.aarch64                        79/93 
13:49:43 #12 23.54   Verifying        : perl-threads-1:2.25-460.el9.aarch64                  80/93 
13:49:43 #12 23.54   Verifying        : perl-threads-shared-1.61-460.el9.aarch64             81/93 
13:49:43 #12 23.54   Verifying        : policycoreutils-devel-3.3-5.el9.aarch64              82/93 
13:49:43 #12 23.54   Verifying        : policycoreutils-python-utils-3.3-5.el9.noarch        83/93 
13:49:43 #12 23.54   Verifying        : python3-audit-3.0.7-102.el9.aarch64                  84/93 
13:49:43 #12 23.54   Verifying        : python3-libselinux-3.3-2.el9.aarch64                 85/93 
13:49:43 #12 23.54   Verifying        : python3-libsemanage-3.3-3.el9.aarch64                86/93 
13:49:43 #12 23.54   Verifying        : python3-policycoreutils-3.3-5.el9.noarch             87/93 
13:49:43 #12 23.54   Verifying        : selinux-policy-devel-34.1.32-1.el9.noarch            88/93 
13:49:43 #12 23.54   Verifying        : systemd-devel-250-4.el9.aarch64                      89/93 
13:49:43 #12 23.54   Verifying        : device-mapper-devel-9:1.02.183-4.el9.aarch64         90/93 
13:49:43 #12 23.54   Verifying        : glibc-static-2.34-32.el9.aarch64                     91/93 
13:49:43 #12 23.54   Verifying        : libtool-ltdl-devel-2.4.6-45.el9.aarch64              92/93 
13:49:43 #12 23.54   Verifying        : libxcrypt-static-4.4.18-3.el9.aarch64                93/93 
13:49:43 #12 23.69 
13:49:43 #12 23.69 Installed:
13:49:43 #12 23.69   acl-2.3.1-3.el9.aarch64                                                       
13:49:43 #12 23.69   annobin-10.73-1.el9.aarch64                                                   
13:49:43 #12 23.69   autoconf-2.69-38.el9.noarch                                                   
13:49:43 #12 23.69   automake-1.16.2-6.el9.noarch                                                  
13:49:43 #12 23.69   checkpolicy-3.3-1.el9.aarch64                                                 
13:49:43 #12 23.69   cmake-3.20.2-7.el9.aarch64                                                    
13:49:43 #12 23.69   cmake-data-3.20.2-7.el9.noarch                                                
13:49:43 #12 23.69   cmake-filesystem-3.20.2-7.el9.aarch64                                         
13:49:43 #12 23.69   cmake-rpm-macros-3.20.2-7.el9.noarch                                          
13:49:43 #12 23.69   cpp-11.3.1-2.el9.aarch64                                                      
13:49:43 #12 23.69   cracklib-2.9.6-27.el9.aarch64                                                 
13:49:43 #12 23.69   cracklib-dicts-2.9.6-27.el9.aarch64                                           
13:49:43 #12 23.69   cryptsetup-libs-2.4.3-4.el9.aarch64                                           
13:49:43 #12 23.69   dbus-1:1.12.20-5.el9.aarch64                                                  
13:49:43 #12 23.69   dbus-broker-28-5.el9.aarch64                                                  
13:49:43 #12 23.69   dbus-common-1:1.12.20-5.el9.noarch                                            
13:49:43 #12 23.69   device-mapper-9:1.02.183-4.el9.aarch64                                        
13:49:43 #12 23.69   device-mapper-devel-9:1.02.183-4.el9.aarch64                                  
13:49:43 #12 23.69   device-mapper-libs-9:1.02.183-4.el9.aarch64                                   
13:49:43 #12 23.69   gcc-11.3.1-2.el9.aarch64                                                      
13:49:43 #12 23.69   gcc-plugin-annobin-11.3.1-2.el9.aarch64                                       
13:49:43 #12 23.69   git-2.31.1-2.el9.2.aarch64                                                    
13:49:43 #12 23.69   git-core-2.31.1-2.el9.2.aarch64                                               
13:49:43 #12 23.69   git-core-doc-2.31.1-2.el9.2.noarch                                            
13:49:43 #12 23.69   glibc-devel-2.34-32.el9.aarch64                                               
13:49:43 #12 23.69   glibc-static-2.34-32.el9.aarch64                                              
13:49:43 #12 23.69   kernel-headers-5.14.0-96.el9.aarch64                                          
13:49:43 #12 23.69   kmod-libs-28-7.el9.aarch64                                                    
13:49:43 #12 23.69   libasan-11.3.1-2.el9.aarch64                                                  
13:49:43 #12 23.69   libatomic-11.3.1-2.el9.aarch64                                                
13:49:43 #12 23.69   libcbor-0.7.0-5.el9.aarch64                                                   
13:49:43 #12 23.69   libdb-5.3.28-53.el9.aarch64                                                   
13:49:43 #12 23.69   libeconf-0.4.1-2.el9.aarch64                                                  
13:49:43 #12 23.69   libedit-3.1-37.20210216cvs.el9.aarch64                                        
13:49:43 #12 23.69   libfdisk-2.37.2-1.el9.aarch64                                                 
13:49:43 #12 23.69   libfido2-1.6.0-7.el9.aarch64                                                  
13:49:43 #12 23.69   libmpc-1.2.1-4.el9.aarch64                                                    
13:49:43 #12 23.69   libpwquality-1.4.4-8.el9.aarch64                                              
13:49:43 #12 23.69   libseccomp-2.5.2-2.el9.aarch64                                                
13:49:43 #12 23.69   libseccomp-devel-2.5.2-2.el9.aarch64                                          
13:49:43 #12 23.69   libselinux-devel-3.3-2.el9.aarch64                                            
13:49:43 #12 23.69   libselinux-utils-3.3-2.el9.aarch64                                            
13:49:43 #12 23.69   libsepol-devel-3.3-2.el9.aarch64                                              
13:49:43 #12 23.69   libtool-2.4.6-45.el9.aarch64                                                  
13:49:43 #12 23.69   libtool-ltdl-2.4.6-45.el9.aarch64                                             
13:49:43 #12 23.69   libtool-ltdl-devel-2.4.6-45.el9.aarch64                                       
13:49:43 #12 23.69   libubsan-11.3.1-2.el9.aarch64                                                 
13:49:43 #12 23.69   libutempter-1.2.1-6.el9.aarch64                                               
13:49:43 #12 23.69   libuv-1:1.42.0-1.el9.aarch64                                                  
13:49:43 #12 23.69   libxcrypt-devel-4.4.18-3.el9.aarch64                                          
13:49:43 #12 23.69   libxcrypt-static-4.4.18-3.el9.aarch64                                         
13:49:43 #12 23.69   llvm-libs-14.0.0-2.el9.aarch64                                                
13:49:43 #12 23.69   m4-1.4.19-1.el9.aarch64                                                       
13:49:43 #12 23.69   make-1:4.3-7.el9.aarch64                                                      
13:49:43 #12 23.69   openssh-8.7p1-8.el9.aarch64                                                   
13:49:43 #12 23.69   openssh-clients-8.7p1-8.el9.aarch64                                           
13:49:43 #12 23.69   openssl-1:3.0.1-18.el9.aarch64                                                
13:49:43 #12 23.69   pam-1.5.1-10.el9.aarch64                                                      
13:49:43 #12 23.69   pcre2-devel-10.37-3.el9.1.aarch64                                             
13:49:43 #12 23.69   pcre2-utf16-10.37-3.el9.1.aarch64                                             
13:49:43 #12 23.69   pcre2-utf32-10.37-3.el9.1.aarch64                                             
13:49:43 #12 23.69   perl-DynaLoader-1.47-479.el9.aarch64                                          
13:49:43 #12 23.69   perl-Error-1:0.17029-7.el9.noarch                                             
13:49:43 #12 23.69   perl-File-Compare-1.100.600-479.el9.noarch                                    
13:49:43 #12 23.69   perl-File-Copy-2.34-479.el9.noarch                                            
13:49:43 #12 23.69   perl-File-Find-1.37-479.el9.noarch                                            
13:49:43 #12 23.69   perl-Git-2.31.1-2.el9.2.noarch                                                
13:49:43 #12 23.69   perl-TermReadKey-2.38-11.el9.aarch64                                          
13:49:43 #12 23.69   perl-Thread-Queue-3.14-460.el9.noarch                                         
13:49:43 #12 23.69   perl-lib-0.65-479.el9.aarch64                                                 
13:49:43 #12 23.69   perl-threads-1:2.25-460.el9.aarch64                                           
13:49:43 #12 23.69   perl-threads-shared-1.61-460.el9.aarch64                                      
13:49:43 #12 23.69   policycoreutils-3.3-5.el9.aarch64                                             
13:49:43 #12 23.69   policycoreutils-devel-3.3-5.el9.aarch64                                       
13:49:43 #12 23.69   policycoreutils-python-utils-3.3-5.el9.noarch                                 
13:49:43 #12 23.69   python3-audit-3.0.7-102.el9.aarch64                                           
13:49:43 #12 23.69   python3-libselinux-3.3-2.el9.aarch64                                          
13:49:43 #12 23.69   python3-libsemanage-3.3-3.el9.aarch64                                         
13:49:43 #12 23.69   python3-policycoreutils-3.3-5.el9.noarch                                      
13:49:43 #12 23.69   python3-setools-4.4.0-4.el9.aarch64                                           
13:49:43 #12 23.69   python3-setuptools-53.0.0-10.el9.noarch                                       
13:49:43 #12 23.69   rpm-plugin-selinux-4.16.1.3-11.el9.aarch64                                    
13:49:43 #12 23.69   selinux-policy-34.1.32-1.el9.noarch                                           
13:49:43 #12 23.69   selinux-policy-devel-34.1.32-1.el9.noarch                                     
13:49:43 #12 23.69   selinux-policy-targeted-34.1.32-1.el9.noarch                                  
13:49:43 #12 23.69   systemd-250-4.el9.aarch64                                                     
13:49:43 #12 23.69   systemd-devel-250-4.el9.aarch64                                               
13:49:43 #12 23.69   systemd-pam-250-4.el9.aarch64                                                 
13:49:43 #12 23.69   systemd-rpm-macros-250-4.el9.noarch                                           
13:49:43 #12 23.69   util-linux-2.37.2-1.el9.aarch64                                               
13:49:43 #12 23.69   util-linux-core-2.37.2-1.el9.aarch64                                          
13:49:43 #12 23.69   vim-filesystem-2:8.2.2637-16.el9.noarch                                       
13:49:43 #12 23.69   which-2.21-28.el9.aarch64                                                     
13:49:43 #12 23.69 
13:49:43 #12 23.69 Complete!
13:49:43 #12 DONE 23.9s
13:49:43 
13:49:43 #14 [stage-1 7/8] COPY --from=golang /usr/local/go /usr/local/go
13:49:43 #14 sha256:e874780067d55b2099c41383da8475299d877ae62c9a1575cb7cca611a137798
13:49:45 #14 DONE 1.8s
13:49:45 
13:49:45 #15 [stage-1 8/8] WORKDIR /root/rpmbuild
13:49:45 #15 sha256:ef19cf3e60ef0cd3b520c7247fa14c05414605d2c82914662a2adb2bbae2cb5e
13:49:45 #15 DONE 0.0s
13:49:45 
13:49:45 #16 exporting to image
13:49:45 #16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:49:45 #16 exporting layers
13:49:48 #16 exporting layers 2.7s done
13:49:48 #16 writing image sha256:4c0e640256f7a94f8c42cff1d35338013322daff3b83b0a67117209edac70902 done
13:49:48 #16 naming to docker.io/rpmbuild-centos-9/aarch64 done
13:49:48 #16 DONE 2.7s
13:49:48 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -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 aa7e414' --define '_gitcommit_engine 90033ab' --define '_release 0' --define '_version 0.0.0.20220511162217.aa7e414' --define '_origversion 0.0.0-20220511162217-aa7e414' --define '_compose_rpm_version 2.6.0' --define '_compose_version v2.6.0' --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
13:49:48 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:49:48 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:49:48 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:49:48 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7Xn1xD
13:49:48 + umask 022
13:49:48 + cd /root/rpmbuild/BUILD
13:49:48 + cd /root/rpmbuild/BUILD
13:49:48 + rm -rf src
13:49:48 + /usr/bin/mkdir -p src
13:49:48 + cd src
13:49:48 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:49:48 + /usr/bin/tar -xof -
13:49:48 + STATUS=0
13:49:48 + '[' 0 -ne 0 ']'
13:49:48 + /usr/bin/tar -xof -
13:49:48 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:49:49 + STATUS=0
13:49:49 + '[' 0 -ne 0 ']'
13:49:49 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:49:49 + RPM_EC=0
13:49:49 ++ jobs -p
13:49:49 + exit 0
13:49:49 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5UiTDT
13:49:49 + umask 022
13:49:49 + cd /root/rpmbuild/BUILD
13:49:49 + cd src
13:49:49 + export DOCKER_GITCOMMIT=90033ab
13:49:49 + DOCKER_GITCOMMIT=90033ab
13:49:49 + mkdir -p /go/src/github.com/docker
13:49:49 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:49:49 + pushd /root/rpmbuild/BUILD/src/engine
13:49:49 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:49:49 + for component in tini "proxy dynamic"
13:49:49 + TMP_GOPATH=/go
13:49:49 + hack/dockerfile/install/install.sh tini
13:49:49 + RM_GOPATH=0
13:49:49 + TMP_GOPATH=/go
13:49:49 + : /usr/local/bin
13:49:49 + '[' -z /go ']'
13:49:49 + export GOPATH=/go
13:49:49 + GOPATH=/go
13:49:49 + case "$(go env GOARCH)" in
13:49:49 ++ go env GOARCH
13:49:49 + export GO_BUILDMODE=-buildmode=pie
13:49:49 + GO_BUILDMODE=-buildmode=pie
13:49:49 ++ dirname hack/dockerfile/install/install.sh
13:49:49 + dir=hack/dockerfile/install
13:49:49 + bin=tini
13:49:49 + shift
13:49:49 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:49:49 + . hack/dockerfile/install/tini.installer
13:49:49 ++ : v0.19.0
13:49:49 + install_tini
13:49:49 + echo 'Install tini version v0.19.0'
13:49:49 Install tini version v0.19.0
13:49:49 + git clone https://github.com/krallin/tini.git /go/tini
13:49:49 Cloning into '/go/tini'...
13:49:49 + cd /go/tini
13:49:49 + git checkout -q v0.19.0
13:49:49 + cmake .
13:49:49 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:49:49   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:49:49   CMake.
13:49:49 
13:49:49   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:49:49   CMake that the project does not need compatibility with older versions.
13:49:49 
13:49:49 
13:49:49 -- The C compiler identification is GNU 11.3.1
13:49:49 -- Detecting C compiler ABI info
13:49:50 -- Detecting C compiler ABI info - done
13:49:50 -- Check for working C compiler: /usr/bin/cc - skipped
13:49:50 -- Detecting C compile features
13:49:50 -- Detecting C compile features - done
13:49:50 -- Performing Test HAS_BUILTIN_FORTIFY
13:49:50 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:49:50 -- Configuring done
13:49:50 -- Generating done
13:49:50 -- Build files have been written to: /go/tini
13:49:50 + make tini-static
13:49:50 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:49:50 [100%] Linking C executable tini-static
13:49:50 [100%] Built target tini-static
13:49:50 + mkdir -p /usr/local/bin
13:49:50 + cp tini-static /usr/local/bin/docker-init
13:49:50 + for component in tini "proxy dynamic"
13:49:50 + TMP_GOPATH=/go
13:49:50 + hack/dockerfile/install/install.sh proxy dynamic
13:49:50 + RM_GOPATH=0
13:49:50 + TMP_GOPATH=/go
13:49:50 + : /usr/local/bin
13:49:50 + '[' -z /go ']'
13:49:50 + export GOPATH=/go
13:49:50 + GOPATH=/go
13:49:50 + case "$(go env GOARCH)" in
13:49:50 ++ go env GOARCH
13:49:50 + export GO_BUILDMODE=-buildmode=pie
13:49:50 + GO_BUILDMODE=-buildmode=pie
13:49:50 ++ dirname hack/dockerfile/install/install.sh
13:49:50 + dir=hack/dockerfile/install
13:49:50 + bin=proxy
13:49:50 + shift
13:49:50 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:49:50 + . hack/dockerfile/install/proxy.installer
13:49:50 ++ : 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:49:50 + install_proxy dynamic
13:49:50 + case "$1" in
13:49:50 + install_proxy_dynamic
13:49:50 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:49:50 + PROXY_LDFLAGS=-linkmode=external
13:49:50 + export BUILD_MODE=-buildmode=pie
13:49:50 + BUILD_MODE=-buildmode=pie
13:49:50 + _install_proxy
13:49:50 + echo 'Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b'
13:49:50 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:49:50 Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:49:50 Cloning into '/go/src/github.com/docker/libnetwork'...
13:49:52 + cd /go/src/github.com/docker/libnetwork
13:49:52 + git checkout -q 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:49:52 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:50:00 + return
13:50:00 + VERSION=0.0.0-20220511162217-aa7e414
13:50:00 + PRODUCT=docker
13:50:00 + hack/make.sh dynbinary
13:50:00 
13:50:00 Removing bundles/
13:50:00 
13:50:00 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:50:00 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:50:00 GOOS="" GOARCH="" GOARM=""
13:51:22 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:51:22 
13:51:22 + popd
13:51:22 + RPM_EC=0
13:51:22 ~/rpmbuild/BUILD/src
13:51:22 ++ jobs -p
13:51:22 + exit 0
13:51:22 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rmtl7D
13:51:22 + umask 022
13:51:22 + cd /root/rpmbuild/BUILD
13:51:22 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el9.aarch64 '!=' / ']'
13:51:22 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:51:22 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:51:22 + mkdir -p /root/rpmbuild/BUILDROOT
13:51:22 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:51:22 + cd src
13:51:22 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:51:22 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/bin/dockerd
13:51:22 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/bin/docker-proxy
13:51:22 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/bin/docker-init
13:51:22 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/lib/systemd/system/docker.service
13:51:22 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/lib/systemd/system/docker.socket
13:51:22 + /usr/lib/rpm/check-buildroot
13:51:22 + /usr/lib/rpm/redhat/brp-ldconfig
13:51:22 + /usr/lib/rpm/brp-compress
13:51:22 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:51:22 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:51:22 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
13:51:22 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:51:22 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:51:22 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:51:22 + /usr/lib/rpm/brp-python-hardlink
13:51:22 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:51:22 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.UTDJin
13:51:22 + umask 022
13:51:22 + cd /root/rpmbuild/BUILD
13:51:22 + cd src
13:51:22 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:51:22 + ver='Docker version 0.0.0-20220511162217-aa7e414, build 90033ab'
13:51:22 + test 'Docker version 0.0.0-20220511162217-aa7e414, build 90033ab' = 'Docker version 0.0.0-20220511162217-aa7e414, build 90033ab'
13:51:22 + echo 'PASS: daemon version OK'
13:51:22 + RPM_EC=0
13:51:22 PASS: daemon version OK
13:51:22 ++ jobs -p
13:51:22 + exit 0
13:51:22 Processing files: docker-ce-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:51:22 Provides: docker-ce = 3:0.0.0.20220511162217.aa7e414-0.el9 docker-ce(aarch-64) = 3:0.0.0.20220511162217.aa7e414-0.el9
13:51:22 Requires(interp): /bin/sh /bin/sh /bin/sh
13:51:22 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:51:22 Requires(post): /bin/sh
13:51:22 Requires(preun): /bin/sh
13:51:22 Requires(postun): /bin/sh
13:51:22 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
13:51:22 Conflicts: docker docker-ee docker-engine-cs docker-io
13:51:22 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:51:22 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:51:22 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220511162217.aa7e414-0.el9.src.rpm
13:51:48 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220511162217.aa7e414-0.el9.aarch64.rpm
13:51:48 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.A8gFbT
13:51:48 + umask 022
13:51:48 + cd /root/rpmbuild/BUILD
13:51:48 + cd src
13:51:48 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:51:48 + RPM_EC=0
13:51:48 ++ jobs -p
13:51:48 + exit 0
13:51:48 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wLlSze
13:51:48 + umask 022
13:51:48 + cd /root/rpmbuild/BUILD
13:51:48 + cd /root/rpmbuild/BUILD
13:51:48 + rm -rf src
13:51:48 + /usr/bin/mkdir -p src
13:51:48 + cd src
13:51:48 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:51:48 + /usr/bin/tar -xof -
13:51:48 + STATUS=0
13:51:48 + '[' 0 -ne 0 ']'
13:51:48 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
13:51:48 + /usr/bin/tar -xof -
13:51:48 + STATUS=0
13:51:48 + '[' 0 -ne 0 ']'
13:51:48 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:51:48 + RPM_EC=0
13:51:48 ++ jobs -p
13:51:48 + exit 0
13:51:48 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.LZEIcA
13:51:48 + umask 022
13:51:48 + cd /root/rpmbuild/BUILD
13:51:48 + cd src
13:51:48 + mkdir -p /go/src/github.com/docker
13:51:48 + rm -f /go/src/github.com/docker/cli
13:51:48 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:51:48 + pushd /go/src/github.com/docker/cli
13:51:48 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:51:48 + make VERSION=0.0.0-20220511162217-aa7e414 GITCOMMIT=aa7e414 dynbinary manpages
13:51:48 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:51:48 GO_LINKMODE=dynamic ./scripts/build/binary
13:51:48 Building dynamic docker-linux-arm64
13:52:56 scripts/docs/generate-man.sh
13:53:52 Project root: /go/src/github.com/docker/cli
13:53:52 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:53:52 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:53:52 + popd
13:53:52 ~/rpmbuild/BUILD/src
13:53:52 + pushd /root/rpmbuild/BUILD/src/plugins
13:53:52 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:53:52 + for installer in *.installer
13:53:52 + '[' app.installer '!=' scan.installer ']'
13:53:52 + bash app.installer build
13:53:52 Cloning into '/go/src/github.com/docker/app'...
13:53:53 Fetching origin
13:53:54 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
13:54:40 + for installer in *.installer
13:54:40 + '[' buildx.installer '!=' scan.installer ']'
13:54:40 + bash buildx.installer build
13:54:40 Cloning into '/go/src/github.com/docker/buildx'...
13:54:41 Fetching origin
13:54:42 + GO111MODULE=on
13:54:42 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
13:56:03 + popd
13:56:03 + RPM_EC=0
13:56:03 ~/rpmbuild/BUILD/src
13:56:03 ++ jobs -p
13:56:03 + exit 0
13:56:03 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xhX8xP
13:56:03 + umask 022
13:56:03 + cd /root/rpmbuild/BUILD
13:56:03 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64 '!=' / ']'
13:56:03 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:56:03 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:56:03 + mkdir -p /root/rpmbuild/BUILDROOT
13:56:03 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:56:03 + cd src
13:56:03 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/bin
13:56:03 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/bin/docker
13:56:03 + pushd /root/rpmbuild/BUILD/src/plugins
13:56:03 + for installer in *.installer
13:56:03 + '[' app.installer '!=' scan.installer ']'
13:56:03 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:56:03 + PREFIX=/usr/libexec/docker/cli-plugins
13:56:03 + bash app.installer install_plugin
13:56:03 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:56:03 + for installer in *.installer
13:56:03 + '[' buildx.installer '!=' scan.installer ']'
13:56:03 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:56:03 + PREFIX=/usr/libexec/docker/cli-plugins
13:56:03 + bash buildx.installer install_plugin
13:56:03 + popd
13:56:03 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/bash-completion/completions
13:56:03 ~/rpmbuild/BUILD/src
13:56:03 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/zsh/vendor-completions
13:56:03 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/fish/vendor_completions.d
13:56:03 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/bash-completion/completions/docker
13:56:03 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/zsh/vendor-completions/_docker
13:56:03 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/fish/vendor_completions.d/docker.fish
13:56:03 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/man/man1
13:56:03 + 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.20220511162217.aa7e414-0.el9.aarch64/usr/share/man/man1
13:56:03 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/man/man5
13:56:03 + 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.20220511162217.aa7e414-0.el9.aarch64/usr/share/man/man5
13:56:03 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/man/man8
13:56:03 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/man/man8
13:56:03 + mkdir -p build-docs
13:56:03 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:56:03 + cp cli/LICENSE build-docs/LICENSE
13:56:03 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:56:03 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:56:03 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:56:03 + cp cli/NOTICE build-docs/NOTICE
13:56:03 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:56:03 + cp cli/README.md build-docs/README.md
13:56:03 + /usr/lib/rpm/check-buildroot
13:56:03 + /usr/lib/rpm/redhat/brp-ldconfig
13:56:03 + /usr/lib/rpm/brp-compress
13:56:03 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:56:03 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:56:03 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:56:03 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:56:03 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:56:03 + /usr/lib/rpm/brp-python-hardlink
13:56:03 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:56:03 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.XEyTMa
13:56:03 + umask 022
13:56:03 + cd /root/rpmbuild/BUILD
13:56:03 + cd src
13:56:03 ++ cli/build/docker --version
13:56:03 + ver='Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
13:56:03 + test 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414' = 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
13:56:03 + echo 'PASS: cli version OK'
13:56:03 PASS: cli version OK
13:56:03 + RPM_EC=0
13:56:03 ++ jobs -p
13:56:03 + exit 0
13:56:03 Processing files: docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:56:03 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pM1Xy2
13:56:03 + umask 022
13:56:03 + cd /root/rpmbuild/BUILD
13:56:03 + cd src
13:56:03 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/doc/docker-ce-cli
13:56:03 + export LC_ALL=C
13:56:03 + LC_ALL=C
13:56:03 + export DOCDIR
13:56:03 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/doc/docker-ce-cli
13:56:03 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/doc/docker-ce-cli
13:56:03 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/doc/docker-ce-cli
13:56:03 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/doc/docker-ce-cli
13:56:03 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/share/doc/docker-ce-cli
13:56:03 + RPM_EC=0
13:56:03 ++ jobs -p
13:56:03 + exit 0
13:56:03 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:56:03 Provides: docker-ce-cli = 1:0.0.0.20220511162217.aa7e414-0.el9 docker-ce-cli(aarch-64) = 1:0.0.0.20220511162217.aa7e414-0.el9
13:56:03 Requires(interp): /bin/sh
13:56:03 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:56:03 Requires(post): /bin/sh
13:56:03 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)
13:56:03 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:56:03 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:56:03 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.src.rpm
13:57:11 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64.rpm
13:57:11 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.46fWuE
13:57:11 + umask 022
13:57:11 + cd /root/rpmbuild/BUILD
13:57:11 + cd src
13:57:11 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:57:11 + RPM_EC=0
13:57:11 ++ jobs -p
13:57:11 + exit 0
13:57:11 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xGo61n
13:57:11 + umask 022
13:57:11 + cd /root/rpmbuild/BUILD
13:57:11 + cd /root/rpmbuild/BUILD
13:57:11 + rm -rf src
13:57:11 + /usr/bin/mkdir -p src
13:57:11 + cd src
13:57:11 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:57:11 + /usr/bin/tar -xof -
13:57:11 + STATUS=0
13:57:11 + '[' 0 -ne 0 ']'
13:57:11 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:57:11 + /usr/bin/tar -xof -
13:57:11 + STATUS=0
13:57:11 + '[' 0 -ne 0 ']'
13:57:11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:57:11 + RPM_EC=0
13:57:11 ++ jobs -p
13:57:11 + exit 0
13:57:11 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YxgDJy
13:57:11 + umask 022
13:57:11 + cd /root/rpmbuild/BUILD
13:57:11 + cd src
13:57:11 + export DOCKER_GITCOMMIT=90033ab
13:57:11 + DOCKER_GITCOMMIT=90033ab
13:57:11 + mkdir -p /go/src/github.com/docker
13:57:11 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:57:11 + TMP_GOPATH=/go
13:57:11 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:57:11 + RM_GOPATH=0
13:57:11 + TMP_GOPATH=/go
13:57:11 + : /usr/local/bin
13:57:11 + '[' -z /go ']'
13:57:11 + export GOPATH=/go
13:57:11 + GOPATH=/go
13:57:11 + case "$(go env GOARCH)" in
13:57:11 ++ go env GOARCH
13:57:11 + export GO_BUILDMODE=-buildmode=pie
13:57:11 + GO_BUILDMODE=-buildmode=pie
13:57:11 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:57:11 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:57:11 + bin=rootlesskit
13:57:11 + shift
13:57:11 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:57:11 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:57:11 ++ : v0.14.4
13:57:11 + install_rootlesskit dynamic
13:57:11 + case "$1" in
13:57:11 + install_rootlesskit_dynamic
13:57:11 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:57:11 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:57:11 + export BUILD_MODE=-buildmode=pie
13:57:11 + BUILD_MODE=-buildmode=pie
13:57:11 + _install_rootlesskit
13:57:11 + echo 'Install rootlesskit version v0.14.4'
13:57:11 + for f in rootlesskit rootlesskit-docker-proxy
13:57:11 + GOBIN=/usr/local/bin
13:57:11 + GO111MODULE=on
13:57:11 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:57:11 Install rootlesskit version v0.14.4
13:57:11 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:57:11 go: downloading github.com/pkg/errors v0.9.1
13:57:11 go: downloading github.com/sirupsen/logrus v1.8.1
13:57:11 go: downloading github.com/urfave/cli/v2 v2.3.0
13:57:11 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:57:11 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:57:11 go: downloading github.com/google/uuid v1.3.0
13:57:11 go: downloading github.com/moby/vpnkit v0.5.0
13:57:12 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:57:12 go: downloading github.com/gofrs/flock v0.8.1
13:57:12 go: downloading github.com/gorilla/mux v1.8.0
13:57:12 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:57:12 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:57:12 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:57:12 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:57:12 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:57:18 + for f in rootlesskit rootlesskit-docker-proxy
13:57:18 + GOBIN=/usr/local/bin
13:57:18 + GO111MODULE=on
13:57:18 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:57:19 + return
13:57:19 + RPM_EC=0
13:57:19 ++ jobs -p
13:57:19 + exit 0
13:57:19 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.o2y3hn
13:57:19 + umask 022
13:57:19 + cd /root/rpmbuild/BUILD
13:57:19 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el9.aarch64 '!=' / ']'
13:57:19 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:57:19 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:57:19 + mkdir -p /root/rpmbuild/BUILDROOT
13:57:19 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:57:19 + cd src
13:57:19 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/bin/dockerd-rootless.sh
13:57:19 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/bin/dockerd-rootless-setuptool.sh
13:57:19 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/bin/rootlesskit
13:57:19 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el9.aarch64/usr/bin/rootlesskit-docker-proxy
13:57:19 + /usr/lib/rpm/check-buildroot
13:57:19 + /usr/lib/rpm/redhat/brp-ldconfig
13:57:19 + /usr/lib/rpm/brp-compress
13:57:19 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:57:19 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:57:19 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:57:19 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:57:19 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:57:19 + /usr/lib/rpm/brp-python-hardlink
13:57:19 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:57:19 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:57:19 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:57:19 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.on0qbK
13:57:19 + umask 022
13:57:19 + cd /root/rpmbuild/BUILD
13:57:19 + cd src
13:57:19 + /usr/local/bin/rootlesskit -v
13:57:19 rootlesskit version 0.14.4
13:57:19 + RPM_EC=0
13:57:19 ++ jobs -p
13:57:19 + exit 0
13:57:19 Processing files: docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:57:19 Provides: docker-ce-rootless-extras = 0:0.0.0.20220511162217.aa7e414-0.el9 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220511162217.aa7e414-0.el9
13:57:19 Requires(interp): /bin/sh /bin/sh /bin/sh
13:57:19 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:57:19 Requires(post): /bin/sh
13:57:19 Requires(preun): /bin/sh
13:57:19 Requires(postun): /bin/sh
13:57:19 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
13:57:19 Conflicts: rootlesskit
13:57:19 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:57:20 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el9.src.rpm
13:57:26 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el9.aarch64.rpm
13:57:26 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.auWri6
13:57:26 + umask 022
13:57:26 + cd /root/rpmbuild/BUILD
13:57:26 + cd src
13:57:26 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el9.aarch64
13:57:26 + RPM_EC=0
13:57:26 ++ jobs -p
13:57:26 + exit 0
13:57:26 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EAJMce
13:57:26 + umask 022
13:57:26 + cd /root/rpmbuild/BUILD
13:57:26 + cd /root/rpmbuild/BUILD
13:57:26 + rm -rf src
13:57:26 + /usr/bin/mkdir -p src
13:57:26 + cd src
13:57:26 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:57:26 + /usr/bin/tar -xof -
13:57:26 + STATUS=0
13:57:26 + '[' 0 -ne 0 ']'
13:57:26 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:57:26 + /usr/bin/tar -xof -
13:57:26 + STATUS=0
13:57:26 + '[' 0 -ne 0 ']'
13:57:26 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:57:26 + RPM_EC=0
13:57:26 ++ jobs -p
13:57:26 + exit 0
13:57:26 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6Tke6d
13:57:26 + umask 022
13:57:26 + cd /root/rpmbuild/BUILD
13:57:26 + cd src
13:57:26 + pushd /root/rpmbuild/BUILD/src/compose
13:57:26 + GOPROXY=https://proxy.golang.org
13:57:26 + GO111MODULE=on
13:57:26 + go mod download
13:57:26 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:58:34 + GOPROXY=https://proxy.golang.org
13:58:34 + GO111MODULE=on
13:58:34 + GIT_TAG=v2.6.0
13:58:34 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:58:34 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.6.0"  -o bin/docker-compose ./cmd
13:59:30 + popd
13:59:30 + RPM_EC=0
13:59:30 ~/rpmbuild/BUILD/src
13:59:30 ++ jobs -p
13:59:30 + exit 0
13:59:30 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DuFgzY
13:59:30 + umask 022
13:59:30 + cd /root/rpmbuild/BUILD
13:59:30 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64 '!=' / ']'
13:59:30 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64
13:59:30 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64
13:59:30 + mkdir -p /root/rpmbuild/BUILDROOT
13:59:30 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64
13:59:30 + cd src
13:59:30 + pushd /root/rpmbuild/BUILD/src/compose
13:59:30 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:59:30 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:59:30 + popd
13:59:30 ~/rpmbuild/BUILD/src
13:59:30 + for f in LICENSE MAINTAINERS NOTICE README.md
13:59:30 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:59:30 + for f in LICENSE MAINTAINERS NOTICE README.md
13:59:30 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:59:30 + for f in LICENSE MAINTAINERS NOTICE README.md
13:59:30 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:59:30 + for f in LICENSE MAINTAINERS NOTICE README.md
13:59:30 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:59:30 + /usr/lib/rpm/check-buildroot
13:59:30 + /usr/lib/rpm/redhat/brp-ldconfig
13:59:30 + /usr/lib/rpm/brp-compress
13:59:30 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:59:30 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:59:30 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:59:30 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:59:30 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:59:30 + /usr/lib/rpm/brp-python-hardlink
13:59:30 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:59:30 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.upuIgt
13:59:30 + umask 022
13:59:30 + cd /root/rpmbuild/BUILD
13:59:30 + cd src
13:59:30 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:59:30 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:59:30 + ver=v2.6.0
13:59:30 + test v2.6.0 = v2.6.0
13:59:30 + echo 'PASS: docker-compose version OK'
13:59:30 + RPM_EC=0
13:59:30 PASS: docker-compose version OK
13:59:30 ++ jobs -p
13:59:30 + exit 0
13:59:30 Processing files: docker-compose-plugin-2.6.0-0.el9.aarch64
13:59:30 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.uzHZnS
13:59:30 + umask 022
13:59:30 + cd /root/rpmbuild/BUILD
13:59:30 + cd src
13:59:30 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64/usr/share/doc/docker-compose-plugin
13:59:30 + export LC_ALL=C
13:59:30 + LC_ALL=C
13:59:30 + export DOCDIR
13:59:30 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64/usr/share/doc/docker-compose-plugin
13:59:30 + 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.6.0-0.el9.aarch64/usr/share/doc/docker-compose-plugin
13:59:30 + RPM_EC=0
13:59:30 ++ jobs -p
13:59:30 + exit 0
13:59:30 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Gs9HfB
13:59:30 + umask 022
13:59:30 + cd /root/rpmbuild/BUILD
13:59:30 + cd src
13:59:30 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
13:59:30 + export LC_ALL=C
13:59:30 + LC_ALL=C
13:59:30 + export LICENSEDIR
13:59:30 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
13:59:30 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
13:59:30 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
13:59:30 + RPM_EC=0
13:59:30 ++ jobs -p
13:59:30 + exit 0
13:59:30 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:59:30 Provides: docker-compose-plugin = 0:2.6.0-0.el9 docker-compose-plugin(aarch-64) = 0:2.6.0-0.el9
13:59:30 Requires(interp): /bin/sh /bin/sh /bin/sh
13:59:30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:59:30 Requires(post): /bin/sh
13:59:30 Requires(preun): /bin/sh
13:59:30 Requires(postun): /bin/sh
13:59:30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64
13:59:30 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.6.0-0.el9.src.rpm
13:59:38 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.6.0-0.el9.aarch64.rpm
13:59:38 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6KWqDz
13:59:38 + umask 022
13:59:38 + cd /root/rpmbuild/BUILD
13:59:38 + cd src
13:59:38 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el9.aarch64
13:59:38 + RPM_EC=0
13:59:38 ++ jobs -p
13:59:38 + exit 0
13:59:42 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-9"
13:59:43 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'