Skip to content

Console Output

12:12:19 + make REF=20.10 fedora-37
12:12:19 git init src/github.com/docker/cli
12:12:19 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
12:12:19 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:12:19 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
12:12:19 + SRC=src/github.com/docker/cli
12:12:19 + REF=20.10
12:12:19 + REF_FETCH=20.10
12:12:19 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
12:12:19 + awk {print $2}
12:12:19 + REF=refs/heads/20.10
12:12:19 + [ -n refs/heads/20.10 ]
12:12:19 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:19 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:20 From https://github.com/docker/cli
12:12:20  * [new branch]      20.10      -> 20.10
12:12:20  * [new tag]         v20.10.18  -> v20.10.18
12:12:20  * [new branch]      20.10      -> origin/20.10
12:12:20 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
12:12:21 git init src/github.com/docker/docker
12:12:21 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
12:12:21 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:12:21 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
12:12:21 + SRC=src/github.com/docker/docker
12:12:21 + REF=20.10
12:12:21 + REF_FETCH=20.10
12:12:21 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
12:12:21 + awk {print $2}
12:12:21 + REF=refs/heads/20.10
12:12:21 + [ -n refs/heads/20.10 ]
12:12:21 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:21 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:23 From https://github.com/docker/docker
12:12:23  * [new branch]      20.10      -> 20.10
12:12:23  * [new branch]      20.10      -> origin/20.10
12:12:23 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
12:12:23 git init src/github.com/docker/compose
12:12:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
12:12:23 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:12:23 ./scripts/checkout.sh src/github.com/docker/compose "v2.11.2"
12:12:23 + SRC=src/github.com/docker/compose
12:12:23 + REF=v2.11.2
12:12:23 + REF_FETCH=v2.11.2
12:12:23 + + git -C src/github.com/docker/compose ls-remote --refs --heads --tags originawk v2.11.2 {print $2}
12:12:23 
12:12:23 + REF=refs/tags/v2.11.2
12:12:23 + [ -n refs/tags/v2.11.2 ]
12:12:23 + REF_FETCH=refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:23 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:24 From https://github.com/docker/compose
12:12:24  * [new tag]         v2.11.2    -> v2.11.2
12:12:24 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.11.2
12:12:24 git init src/github.com/docker/scan-cli-plugin
12:12:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
12:12:24 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:12:24 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
12:12:24 + SRC=src/github.com/docker/scan-cli-plugin
12:12:24 + REF=v0.17.0
12:12:24 + REF_FETCH=v0.17.0
12:12:24 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
12:12:24 + awk {print $2}
12:12:24 + REF=refs/tags/v0.17.0
12:12:24 + [ -n refs/tags/v0.17.0 ]
12:12:24 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:24 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:24 From https://github.com/docker/scan-cli-plugin
12:12:24  * [new tag]         v0.17.0    -> v0.17.0
12:12:24 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
12:12:24 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.18.6 fedora-37
12:12:24 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
12:12:24 mkdir -p rpmbuild/SOURCES
12:12:24 docker run --rm -w /v \
12:12:24 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
12:12:24 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:24 	alpine \
12:12:24 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:12:28 mkdir -p rpmbuild/SOURCES
12:12:28 docker run --rm -w /v \
12:12:28 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
12:12:28 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:28 	alpine \
12:12:28 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:12:30 mkdir -p rpmbuild/SOURCES
12:12:30 docker run --rm -w /v \
12:12:30 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
12:12:30 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:30 	alpine \
12:12:30 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:12:31 mkdir -p rpmbuild/SOURCES
12:12:31 docker run --rm -w /v \
12:12:31 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:12:31 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:31 	alpine \
12:12:31 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:12:32 mkdir -p rpmbuild/SOURCES
12:12:32 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
12:12:32 mkdir -p rpmbuild/SOURCES
12:12:32 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
12:12:32 docker run --rm -w /v \
12:12:32 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
12:12:32 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:32 	alpine \
12:12:32 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
12:12:33 == Building packages for fedora-37 ==
12:12:33 mkdir -p "rpmbuild/fedora-37"
12:12:33 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.6-buster -t rpmbuild-fedora-37/aarch64 -f fedora-37/Dockerfile .
12:12:33 #1 [internal] load build definition from Dockerfile
12:12:33 #1 transferring dockerfile: 866B done
12:12:33 #1 DONE 0.0s
12:12:33 
12:12:33 #2 [internal] load .dockerignore
12:12:33 #2 transferring context: 2B done
12:12:33 #2 DONE 0.0s
12:12:33 
12:12:33 #3 [auth] library/fedora:pull token for registry-1.docker.io
12:12:33 #3 DONE 0.0s
12:12:33 
12:12:33 #4 [auth] library/golang:pull token for registry-1.docker.io
12:12:33 #4 DONE 0.0s
12:12:33 
12:12:33 #5 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:12:33 #5 DONE 0.3s
12:12:33 
12:12:33 #6 [internal] load metadata for docker.io/library/fedora:37
12:12:33 #6 DONE 0.3s
12:12:33 
12:12:33 #7 [internal] load build context
12:12:33 #7 DONE 0.0s
12:12:33 
12:12:33 #8 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:33 #8 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:34 #8 ...
12:12:34 
12:12:34 #7 [internal] load build context
12:12:34 #7 transferring context: 13.65kB done
12:12:34 #7 DONE 0.0s
12:12:34 
12:12:34 #8 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:34 #8 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 0.0s done
12:12:34 #8 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 0B / 109.00MB 0.1s
12:12:34 #8 sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 126B / 126B 0.1s done
12:12:34 #8 sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 988B / 988B done
12:12:34 #8 sha256:0d316a0b54f8b4078fe7f7ea36b04be9c5479a9c7a2b48522112b35f95bcf272 7.12kB / 7.12kB done
12:12:34 #8 sha256:ad774b2f21e1cdc556bc366edaa16b75a9049b78721ed9597aaa872cf4cf652a 1.79kB / 1.79kB done
12:12:34 #8 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 12.58MB / 109.00MB 0.2s
12:12:34 #8 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 32.51MB / 109.00MB 0.4s
12:12:34 #8 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 50.33MB / 109.00MB 0.6s
12:12:34 #8 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 61.87MB / 109.00MB 0.7s
12:12:34 #8 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 82.84MB / 109.00MB 0.9s
12:12:34 #8 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 92.27MB / 109.00MB 1.0s
12:12:35 #8 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 99.61MB / 109.00MB 1.1s
12:12:35 #8 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 109.00MB / 109.00MB 1.2s
12:12:35 #8 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 109.00MB / 109.00MB 1.3s done
12:12:35 #8 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2
12:12:38 #8 ...
12:12:38 
12:12:38 #9 [stage-1 1/6] FROM docker.io/library/fedora:37@sha256:fe82569cff7745d2bb9ce8259bd72afb4377679a32c1295ecc6e035276a1d3f6
12:12:38 #9 resolve docker.io/library/fedora:37@sha256:fe82569cff7745d2bb9ce8259bd72afb4377679a32c1295ecc6e035276a1d3f6 0.0s done
12:12:38 #9 sha256:fe82569cff7745d2bb9ce8259bd72afb4377679a32c1295ecc6e035276a1d3f6 975B / 975B done
12:12:38 #9 sha256:7e33ed23e889cc12d7d7fe9371b87cbce38edc2dc2066c23ae8d4b706e07c587 529B / 529B done
12:12:38 #9 sha256:176f23e0e23ecda680c879cb6fff3b6b32f5b797c77c092a4908064101d52e4b 2.00kB / 2.00kB done
12:12:38 #9 sha256:b1c920871d1aa8a278153c3e7d9e80e1939bef56385c6efb8a90fbbf991c4289 57.54MB / 57.54MB 0.8s done
12:12:38 #9 extracting sha256:b1c920871d1aa8a278153c3e7d9e80e1939bef56385c6efb8a90fbbf991c4289 3.3s done
12:12:38 #9 DONE 4.4s
12:12:38 
12:12:38 #8 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:40 #8 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 4.6s done
12:12:40 #8 extracting sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 done
12:12:40 #8 DONE 6.4s
12:12:40 
12:12:40 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:12:40 #0 2.027 Fedora rawhide openh264 (From Cisco) - aarch64  2.2 kB/s | 2.5 kB     00:01    
12:12:44 #10 6.074 Fedora - Rawhide - Developmental packages for t  15 MB/s |  61 MB     00:04    
12:13:06 #10 26.69 Fedora - Modular Rawhide - Developmental packag 1.6 MB/s | 2.1 MB     00:01    
12:13:08 #10 29.73 Dependencies resolved.
12:13:08 #10 29.75 ================================================================================
12:13:08 #10 29.75  Package                       Arch      Version                Repo       Size
12:13:08 #10 29.75 ================================================================================
12:13:08 #10 29.75 Installing:
12:13:08 #10 29.75  dnf-plugins-core              noarch    4.3.1-1.fc38           rawhide    34 k
12:13:08 #10 29.75  rpm-build                     aarch64   4.18.0-1.fc38          rawhide    77 k
12:13:08 #10 29.75  rpmlint                       noarch    2.2.0-7.fc38           rawhide   332 k
12:13:08 #10 29.75 Upgrading:
12:13:08 #10 29.75  dnf                           noarch    4.14.0-1.fc38          rawhide   480 k
12:13:08 #10 29.75  dnf-data                      noarch    4.14.0-1.fc38          rawhide    43 k
12:13:08 #10 29.75  elfutils-libelf               aarch64   0.187-8.fc38           rawhide   197 k
12:13:08 #10 29.75  elfutils-libs                 aarch64   0.187-8.fc38           rawhide   255 k
12:13:08 #10 29.75  file-libs                     aarch64   5.42-4.fc37            rawhide   674 k
12:13:08 #10 29.75  glibc                         aarch64   2.36.9000-8.fc38       rawhide   1.6 M
12:13:08 #10 29.75  glibc-common                  aarch64   2.36.9000-8.fc38       rawhide   289 k
12:13:08 #10 29.75  glibc-minimal-langpack        aarch64   2.36.9000-8.fc38       rawhide    16 k
12:13:08 #10 29.75  gpgme                         aarch64   1.17.0-4.fc37          rawhide   205 k
12:13:08 #10 29.75  libcomps                      aarch64   0.1.18-4.fc37          rawhide    74 k
12:13:08 #10 29.75  libdnf                        aarch64   0.68.0-1.fc38          rawhide   623 k
12:13:08 #10 29.75  ncurses-base                  noarch    6.3-3.20220501.fc37    rawhide    86 k
12:13:08 #10 29.75  ncurses-libs                  aarch64   6.3-3.20220501.fc37    rawhide   318 k
12:13:08 #10 29.75  python3                       aarch64   3.11.0~rc2-1.fc38      rawhide    27 k
12:13:08 #10 29.75  python3-dnf                   noarch    4.14.0-1.fc38          rawhide   607 k
12:13:08 #10 29.75  python3-gpg                   aarch64   1.17.0-4.fc37          rawhide   294 k
12:13:08 #10 29.75  python3-hawkey                aarch64   0.68.0-1.fc38          rawhide   101 k
12:13:08 #10 29.75  python3-libcomps              aarch64   0.1.18-4.fc37          rawhide    48 k
12:13:08 #10 29.75  python3-libdnf                aarch64   0.68.0-1.fc38          rawhide   764 k
12:13:08 #10 29.75  python3-libs                  aarch64   3.11.0~rc2-1.fc38      rawhide   9.5 M
12:13:08 #10 29.75  python3-rpm                   aarch64   4.18.0-1.fc38          rawhide    96 k
12:13:08 #10 29.75  rpm                           aarch64   4.18.0-1.fc38          rawhide   570 k
12:13:08 #10 29.75  rpm-build-libs                aarch64   4.18.0-1.fc38          rawhide    91 k
12:13:08 #10 29.75  rpm-libs                      aarch64   4.18.0-1.fc38          rawhide   314 k
12:13:08 #10 29.75  rpm-sign-libs                 aarch64   4.18.0-1.fc38          rawhide    26 k
12:13:08 #10 29.75  xz-libs                       aarch64   5.2.6-1.fc38           rawhide    90 k
12:13:08 #10 29.75  yum                           noarch    4.14.0-1.fc38          rawhide    40 k
12:13:08 #10 29.75 Installing dependencies:
12:13:08 #10 29.75  ansible-srpm-macros           noarch    1-8.1.fc38             rawhide   8.6 k
12:13:08 #10 29.75  binutils                      aarch64   2.39-3.fc38            rawhide   5.9 M
12:13:08 #10 29.75  binutils-gold                 aarch64   2.39-3.fc38            rawhide   925 k
12:13:08 #10 29.75  bzip2                         aarch64   1.0.8-12.fc37          rawhide    52 k
12:13:08 #10 29.75  cpio                          aarch64   2.13-13.fc38           rawhide   274 k
12:13:08 #10 29.75  dash                          aarch64   0.5.11.5-2.fc37        rawhide    98 k
12:13:08 #10 29.75  dbus-libs                     aarch64   1:1.14.2-1.fc38        rawhide   154 k
12:13:08 #10 29.75  debugedit                     aarch64   5.0-5.fc37             rawhide    76 k
12:13:08 #10 29.75  desktop-file-utils            aarch64   0.26-7.fc37            rawhide    71 k
12:13:08 #10 29.75  devscripts-checkbashisms      aarch64   2.22.2-3.fc37          rawhide    28 k
12:13:08 #10 29.75  diffutils                     aarch64   3.8-3.fc37             rawhide   376 k
12:13:08 #10 29.75  dwz                           aarch64   0.14-7.fc37            rawhide   126 k
12:13:08 #10 29.75  ed                            aarch64   1.18-2.fc37            rawhide    78 k
12:13:08 #10 29.75  efi-srpm-macros               noarch    5-6.fc37               rawhide    22 k
12:13:08 #10 29.75  elfutils                      aarch64   0.187-8.fc38           rawhide   519 k
12:13:08 #10 29.75  elfutils-debuginfod-client    aarch64   0.187-8.fc38           rawhide    38 k
12:13:08 #10 29.75  emacs-filesystem              noarch    1:28.1-3.fc37          rawhide   9.5 k
12:13:08 #10 29.75  enchant2                      aarch64   2.3.3-2.fc37           rawhide    64 k
12:13:08 #10 29.75  file                          aarch64   5.42-4.fc37            rawhide    49 k
12:13:08 #10 29.75  fonts-srpm-macros             noarch    1:2.0.5-9.fc38         rawhide    26 k
12:13:08 #10 29.75  fpc-srpm-macros               noarch    1.3-6.fc37             rawhide   7.7 k
12:13:08 #10 29.75  gdb-minimal                   aarch64   12.1-4.fc37            rawhide   3.5 M
12:13:08 #10 29.75  gdk-pixbuf2                   aarch64   2.42.9-2.fc38          rawhide   483 k
12:13:08 #10 29.75  ghc-srpm-macros               noarch    1.5.0-7.fc37           rawhide   7.8 k
12:13:08 #10 29.75  glibc-gconv-extra             aarch64   2.36.9000-8.fc38       rawhide   1.9 M
12:13:08 #10 29.75  gnat-srpm-macros              noarch    4-16.fc37              rawhide   8.3 k
12:13:08 #10 29.75  go-srpm-macros                noarch    3.2.0-1.fc38           rawhide    27 k
12:13:08 #10 29.75  groff-base                    aarch64   1.22.4-10.fc37         rawhide   1.0 M
12:13:08 #10 29.75  hunspell                      aarch64   1.7.1-1.fc38           rawhide   338 k
12:13:08 #10 29.75  hunspell-en-GB                noarch    0.20201207-1.fc38      rawhide   225 k
12:13:08 #10 29.75  hunspell-en-US                noarch    0.20201207-1.fc38      rawhide   180 k
12:13:08 #10 29.75  hunspell-filesystem           aarch64   1.7.1-1.fc38           rawhide   8.9 k
12:13:08 #10 29.75  jansson                       aarch64   2.13.1-5.fc37          rawhide    46 k
12:13:08 #10 29.75  json-glib                     aarch64   1.6.6-3.fc37           rawhide   160 k
12:13:08 #10 29.75  kernel-srpm-macros            noarch    1.0-15.fc37            rawhide   9.4 k
12:13:08 #10 29.75  libappstream-glib             aarch64   0.8.1-1.fc38           rawhide   389 k
12:13:08 #10 29.75  libb2                         aarch64   0.98.1-7.fc37          rawhide    24 k
12:13:08 #10 29.75  libjpeg-turbo                 aarch64   2.1.4-1.fc38           rawhide   195 k
12:13:08 #10 29.75  libpkgconf                    aarch64   1.8.0-3.fc37           rawhide    36 k
12:13:08 #10 29.75  libpng                        aarch64   2:1.6.37-13.fc37       rawhide   114 k
12:13:08 #10 29.75  libstemmer                    aarch64   0-19.585svn.fc37       rawhide    79 k
12:13:08 #10 29.75  lua-srpm-macros               noarch    1-7.fc37               rawhide   8.8 k
12:13:08 #10 29.75  ncurses                       aarch64   6.3-3.20220501.fc37    rawhide   409 k
12:13:08 #10 29.75  nim-srpm-macros               noarch    3-7.fc37               rawhide   8.4 k
12:13:08 #10 29.75  ocaml-srpm-macros             noarch    7-2.fc37               rawhide    13 k
12:13:08 #10 29.75  openblas-srpm-macros          noarch    2-12.fc37              rawhide   7.5 k
12:13:08 #10 29.75  package-notes-srpm-macros     noarch    0.5-6.fc38             rawhide    11 k
12:13:08 #10 29.75  patch                         aarch64   2.7.6-17.fc37          rawhide   121 k
12:13:08 #10 29.75  perl-AutoLoader               noarch    5.74-492.fc38          rawhide    24 k
12:13:08 #10 29.75  perl-B                        aarch64   1.83-492.fc38          rawhide   186 k
12:13:08 #10 29.75  perl-Carp                     noarch    1.52-489.fc37          rawhide    29 k
12:13:08 #10 29.75  perl-Class-Struct             noarch    0.66-492.fc38          rawhide    25 k
12:13:08 #10 29.75  perl-Data-Dumper              aarch64   2.184-490.fc37         rawhide    55 k
12:13:08 #10 29.75  perl-Digest                   noarch    1.20-489.fc37          rawhide    26 k
12:13:08 #10 29.75  perl-Digest-MD5               aarch64   2.58-489.fc37          rawhide    36 k
12:13:08 #10 29.75  perl-DynaLoader               aarch64   1.52-492.fc38          rawhide    29 k
12:13:08 #10 29.75  perl-Encode                   aarch64   4:3.19-492.fc38        rawhide   1.7 M
12:13:08 #10 29.75  perl-Errno                    aarch64   1.36-492.fc38          rawhide    18 k
12:13:08 #10 29.75  perl-Exporter                 noarch    5.77-489.fc37          rawhide    31 k
12:13:08 #10 29.75  perl-Fcntl                    aarch64   1.15-492.fc38          rawhide    24 k
12:13:08 #10 29.75  perl-File-Basename            noarch    2.85-492.fc38          rawhide    20 k
12:13:08 #10 29.75  perl-File-Path                noarch    2.18-489.fc37          rawhide    35 k
12:13:08 #10 29.75  perl-File-Temp                noarch    1:0.231.100-489.fc37   rawhide    59 k
12:13:08 #10 29.75  perl-File-stat                noarch    1.12-492.fc38          rawhide    20 k
12:13:08 #10 29.75  perl-FileHandle               noarch    2.03-492.fc38          rawhide    19 k
12:13:08 #10 29.75  perl-Getopt-Long              noarch    1:2.52-489.fc37        rawhide    60 k
12:13:08 #10 29.75  perl-Getopt-Std               noarch    1.13-492.fc38          rawhide    19 k
12:13:08 #10 29.75  perl-HTTP-Tiny                noarch    0.082-1.fc37           rawhide    55 k
12:13:08 #10 29.75  perl-IO                       aarch64   1.50-492.fc38          rawhide    95 k
12:13:08 #10 29.75  perl-IPC-Open3                noarch    1.22-492.fc38          rawhide    26 k
12:13:08 #10 29.75  perl-MIME-Base64              aarch64   3.16-489.fc37          rawhide    30 k
12:13:08 #10 29.75  perl-Net-SSLeay               aarch64   1.92-4.fc37            rawhide   358 k
12:13:08 #10 29.75  perl-POSIX                    aarch64   2.03-492.fc38          rawhide   101 k
12:13:08 #10 29.75  perl-PathTools                aarch64   3.84-489.fc37          rawhide    90 k
12:13:08 #10 29.75  perl-Pod-Escapes              noarch    1:1.07-489.fc37        rawhide    20 k
12:13:08 #10 29.75  perl-Pod-Perldoc              noarch    3.28.01-490.fc37       rawhide    90 k
12:13:08 #10 29.75  perl-Pod-Simple               noarch    1:3.43-490.fc37        rawhide   225 k
12:13:08 #10 29.75  perl-Pod-Usage                noarch    4:2.03-3.fc37          rawhide    40 k
12:13:08 #10 29.75  perl-Scalar-List-Utils        aarch64   5:1.63-489.fc38        rawhide    71 k
12:13:08 #10 29.75  perl-SelectSaver              noarch    1.02-492.fc38          rawhide    15 k
12:13:08 #10 29.75  perl-Socket                   aarch64   4:2.036-1.fc38         rawhide    56 k
12:13:08 #10 29.75  perl-Storable                 aarch64   1:3.26-489.fc37        rawhide    95 k
12:13:08 #10 29.75  perl-Symbol                   noarch    1.09-492.fc38          rawhide    17 k
12:13:08 #10 29.75  perl-Term-ANSIColor           noarch    5.01-490.fc37          rawhide    48 k
12:13:08 #10 29.75  perl-Term-Cap                 noarch    1.17-489.fc37          rawhide    22 k
12:13:08 #10 29.75  perl-Text-ParseWords          noarch    3.31-489.fc37          rawhide    16 k
12:13:08 #10 29.75  perl-Text-Tabs+Wrap           noarch    2021.0814-489.fc37     rawhide    22 k
12:13:08 #10 29.75  perl-Time-Local               noarch    2:1.300-489.fc37       rawhide    33 k
12:13:08 #10 29.75  perl-URI                      noarch    5.12-2.fc37            rawhide   122 k
12:13:08 #10 29.75  perl-base                     noarch    2.27-492.fc38          rawhide    19 k
12:13:08 #10 29.75  perl-constant                 noarch    1.33-490.fc37          rawhide    23 k
12:13:08 #10 29.75  perl-if                       noarch    0.61.000-492.fc38      rawhide    17 k
12:13:08 #10 29.75  perl-interpreter              aarch64   4:5.36.0-492.fc38      rawhide    75 k
12:13:08 #10 29.75  perl-libnet                   noarch    3.14-490.fc37          rawhide   132 k
12:13:08 #10 29.75  perl-libs                     aarch64   4:5.36.0-492.fc38      rawhide   2.2 M
12:13:08 #10 29.75  perl-mro                      aarch64   1.26-492.fc38          rawhide    32 k
12:13:08 #10 29.75  perl-overload                 noarch    1.35-492.fc38          rawhide    49 k
12:13:08 #10 29.75  perl-overloading              noarch    0.02-492.fc38          rawhide    16 k
12:13:08 #10 29.75  perl-parent                   noarch    1:0.238-489.fc37       rawhide    14 k
12:13:08 #10 29.75  perl-podlators                noarch    1:4.14-489.fc37        rawhide   116 k
12:13:08 #10 29.75  perl-srpm-macros              noarch    1-46.fc37              rawhide   8.3 k
12:13:08 #10 29.75  perl-subs                     noarch    1.04-492.fc38          rawhide    15 k
12:13:08 #10 29.75  perl-vars                     noarch    1.05-492.fc38          rawhide    16 k
12:13:08 #10 29.75  pkgconf                       aarch64   1.8.0-3.fc37           rawhide    41 k
12:13:08 #10 29.75  pkgconf-m4                    noarch    1.8.0-3.fc37           rawhide    14 k
12:13:08 #10 29.75  pkgconf-pkg-config            aarch64   1.8.0-3.fc37           rawhide    10 k
12:13:08 #10 29.75  python-srpm-macros            noarch    3.11-4.fc37            rawhide    25 k
12:13:08 #10 29.75  python3-construct             noarch    2.10.68-3.fc37         rawhide   152 k
12:13:08 #10 29.75  python3-dateutil              noarch    1:2.8.2-4.fc37         rawhide   361 k
12:13:08 #10 29.75  python3-dbus                  aarch64   1.3.2-1.fc38           rawhide   158 k
12:13:08 #10 29.75  python3-distro                noarch    1.7.0-3.fc37           rawhide    48 k
12:13:08 #10 29.75  python3-dnf-plugins-core      noarch    4.3.1-1.fc38           rawhide   277 k
12:13:08 #10 29.75  python3-enchant               noarch    3.2.2-5.fc38           rawhide   103 k
12:13:08 #10 29.75  python3-pybeam                noarch    0.7-4.fc37             rawhide    32 k
12:13:08 #10 29.75  python3-pyxdg                 noarch    0.27-6.fc37            rawhide   135 k
12:13:08 #10 29.75  python3-six                   noarch    1.16.0-8.fc37          rawhide    42 k
12:13:08 #10 29.75  python3-toml                  noarch    0.10.2-9.fc37          rawhide    57 k
12:13:08 #10 29.75  python3-zstd                  aarch64   1.4.5.1-8.fc37         rawhide    20 k
12:13:08 #10 29.75  qt5-srpm-macros               noarch    5.15.6-1.fc38          rawhide   7.9 k
12:13:08 #10 29.75  redhat-rpm-config             noarch    231-1.fc38             rawhide    81 k
12:13:08 #10 29.75  rpmautospec-rpm-macros        noarch    0.3.0-1.fc37           rawhide   8.8 k
12:13:08 #10 29.75  rust-srpm-macros              noarch    22-1.fc37              rawhide   9.5 k
12:13:08 #10 29.75  shared-mime-info              aarch64   2.2-2.fc37             rawhide   381 k
12:13:08 #10 29.75  unzip                         aarch64   6.0-58.fc37            rawhide   182 k
12:13:08 #10 29.75  xxhash-libs                   aarch64   0.8.1-3.fc37           rawhide    33 k
12:13:08 #10 29.75  xz                            aarch64   5.2.6-1.fc38           rawhide   299 k
12:13:08 #10 29.75  zip                           aarch64   3.0-33.fc37            rawhide   256 k
12:13:08 #10 29.75  zstd                          aarch64   1.5.2-3.fc37           rawhide   412 k
12:13:08 #10 29.75 Installing weak dependencies:
12:13:08 #10 29.75  hunspell-en                   noarch    0.20201207-1.fc38      rawhide   189 k
12:13:08 #10 29.75  perl-IO-Socket-IP             noarch    0.41-490.fc37          rawhide    42 k
12:13:08 #10 29.75  perl-IO-Socket-SSL            noarch    2.075-1.fc38           rawhide   221 k
12:13:08 #10 29.75  perl-Mozilla-CA               noarch    20211001-4.fc37        rawhide    12 k
12:13:08 #10 29.75  perl-NDBM_File                aarch64   1.15-492.fc38          rawhide    25 k
12:13:08 #10 29.75  rpmlint-fedora-license-data   noarch    1.4-1.fc38             rawhide    14 k
12:13:08 #10 29.75 
12:13:08 #10 29.75 Transaction Summary
12:13:08 #10 29.75 ================================================================================
12:13:08 #10 29.75 Install  137 Packages
12:13:08 #10 29.75 Upgrade   27 Packages
12:13:08 #10 29.75 
12:13:08 #10 29.76 Total download size: 46 M
12:13:08 #10 29.76 Downloading Packages:
12:13:08 #10 30.53 (1/164): ansible-srpm-macros-1-8.1.fc38.noarch.  20 kB/s | 8.6 kB     00:00    
12:13:08 #10 30.56 (2/164): binutils-gold-2.39-3.fc38.aarch64.rpm  2.0 MB/s | 925 kB     00:00    
12:13:08 #10 30.56 (3/164): bzip2-1.0.8-12.fc37.aarch64.rpm        2.2 MB/s |  52 kB     00:00    
12:13:08 #10 30.58 (4/164): binutils-2.39-3.fc38.aarch64.rpm        12 MB/s | 5.9 MB     00:00    
12:13:08 #10 30.59 (5/164): cpio-2.13-13.fc38.aarch64.rpm          9.8 MB/s | 274 kB     00:00    
12:13:08 #10 30.59 (6/164): dash-0.5.11.5-2.fc37.aarch64.rpm       3.9 MB/s |  98 kB     00:00    
12:13:08 #10 30.60 (7/164): dbus-libs-1.14.2-1.fc38.aarch64.rpm     18 MB/s | 154 kB     00:00    
12:13:08 #10 30.60 (8/164): debugedit-5.0-5.fc37.aarch64.rpm       6.7 MB/s |  76 kB     00:00    
12:13:08 #10 30.60 (9/164): desktop-file-utils-0.26-7.fc37.aarch64 6.2 MB/s |  71 kB     00:00    
12:13:08 #10 30.61 (10/164): diffutils-3.8-3.fc37.aarch64.rpm       36 MB/s | 376 kB     00:00    
12:13:08 #10 30.61 (11/164): devscripts-checkbashisms-2.22.2-3.fc3 2.0 MB/s |  28 kB     00:00    
12:13:08 #10 30.62 (12/164): dnf-plugins-core-4.3.1-1.fc38.noarch. 2.7 MB/s |  34 kB     00:00    
12:13:08 #10 30.62 (13/164): dwz-0.14-7.fc37.aarch64.rpm            11 MB/s | 126 kB     00:00    
12:13:08 #10 30.63 (14/164): ed-1.18-2.fc37.aarch64.rpm            9.0 MB/s |  78 kB     00:00    
12:13:09 #10 30.63 (15/164): efi-srpm-macros-5-6.fc37.noarch.rpm   1.8 MB/s |  22 kB     00:00    
12:13:09 #10 30.64 (16/164): elfutils-0.187-8.fc38.aarch64.rpm      35 MB/s | 519 kB     00:00    
12:13:09 #10 30.64 (17/164): elfutils-debuginfod-client-0.187-8.fc 4.2 MB/s |  38 kB     00:00    
12:13:09 #10 30.64 (18/164): emacs-filesystem-28.1-3.fc37.noarch.r 826 kB/s | 9.5 kB     00:00    
12:13:09 #10 30.65 (19/164): enchant2-2.3.3-2.fc37.aarch64.rpm     6.6 MB/s |  64 kB     00:00    
12:13:09 #10 30.65 (20/164): file-5.42-4.fc37.aarch64.rpm          6.4 MB/s |  49 kB     00:00    
12:13:09 #10 30.66 (21/164): fonts-srpm-macros-2.0.5-9.fc38.noarch 2.5 MB/s |  26 kB     00:00    
12:13:09 #10 30.66 (22/164): fpc-srpm-macros-1.3-6.fc37.noarch.rpm 809 kB/s | 7.7 kB     00:00    
12:13:09 #10 30.67 (23/164): gdk-pixbuf2-2.42.9-2.fc38.aarch64.rpm  43 MB/s | 483 kB     00:00    
12:13:09 #10 30.69 (24/164): gdb-minimal-12.1-4.fc37.aarch64.rpm    92 MB/s | 3.5 MB     00:00    
12:13:09 #10 30.70 (25/164): ghc-srpm-macros-1.5.0-7.fc37.noarch.r 225 kB/s | 7.8 kB     00:00    
12:13:09 #10 30.71 (26/164): glibc-gconv-extra-2.36.9000-8.fc38.aa  53 MB/s | 1.9 MB     00:00    
12:13:09 #10 30.71 (27/164): gnat-srpm-macros-4-16.fc37.noarch.rpm 624 kB/s | 8.3 kB     00:00    
12:13:09 #10 30.72 (28/164): go-srpm-macros-3.2.0-1.fc38.noarch.rp 1.5 MB/s |  27 kB     00:00    
12:13:09 #10 30.73 (29/164): groff-base-1.22.4-10.fc37.aarch64.rpm  59 MB/s | 1.0 MB     00:00    
12:13:09 #10 30.73 (30/164): hunspell-en-0.20201207-1.fc38.noarch.  16 MB/s | 189 kB     00:00    
12:13:09 #10 30.74 (31/164): hunspell-en-GB-0.20201207-1.fc38.noar  22 MB/s | 225 kB     00:00    
12:13:09 #10 30.74 (32/164): hunspell-en-US-0.20201207-1.fc38.noar  20 MB/s | 180 kB     00:00    
12:13:09 #10 30.75 (33/164): hunspell-filesystem-1.7.1-1.fc38.aarc 1.2 MB/s | 8.9 kB     00:00    
12:13:09 #10 30.75 (34/164): jansson-2.13.1-5.fc37.aarch64.rpm     6.5 MB/s |  46 kB     00:00    
12:13:09 #10 30.75 (35/164): json-glib-1.6.6-3.fc37.aarch64.rpm     18 MB/s | 160 kB     00:00    
12:13:09 #10 30.76 (36/164): kernel-srpm-macros-1.0-15.fc37.noarch 1.1 MB/s | 9.4 kB     00:00    
12:13:09 #10 30.76 (37/164): hunspell-1.7.1-1.fc38.aarch64.rpm     7.5 MB/s | 338 kB     00:00    
12:13:09 #10 30.77 (38/164): libb2-0.98.1-7.fc37.aarch64.rpm       3.0 MB/s |  24 kB     00:00    
12:13:09 #10 30.77 (39/164): libappstream-glib-0.8.1-1.fc38.aarch6  21 MB/s | 389 kB     00:00    
12:13:09 #10 30.78 (40/164): libjpeg-turbo-2.1.4-1.fc38.aarch64.rp  14 MB/s | 195 kB     00:00    
12:13:09 #10 30.78 (41/164): libpkgconf-1.8.0-3.fc37.aarch64.rpm   2.6 MB/s |  36 kB     00:00    
12:13:09 #10 30.79 (42/164): libpng-1.6.37-13.fc37.aarch64.rpm      14 MB/s | 114 kB     00:00    
12:13:09 #10 30.79 (43/164): libstemmer-0-19.585svn.fc37.aarch64.r 7.0 MB/s |  79 kB     00:00    
12:13:09 #10 30.79 (44/164): lua-srpm-macros-1-7.fc37.noarch.rpm   867 kB/s | 8.8 kB     00:00    
12:13:09 #10 30.80 (45/164): ncurses-6.3-3.20220501.fc37.aarch64.r  45 MB/s | 409 kB     00:00    
12:13:09 #10 30.80 (46/164): nim-srpm-macros-3-7.fc37.noarch.rpm   719 kB/s | 8.4 kB     00:00    
12:13:09 #10 30.81 (47/164): ocaml-srpm-macros-7-2.fc37.noarch.rpm 1.2 MB/s |  13 kB     00:00    
12:13:09 #10 30.81 (48/164): openblas-srpm-macros-2-12.fc37.noarch 1.2 MB/s | 7.5 kB     00:00    
12:13:09 #10 30.81 (49/164): package-notes-srpm-macros-0.5-6.fc38. 1.2 MB/s |  11 kB     00:00    
12:13:09 #10 30.82 (50/164): patch-2.7.6-17.fc37.aarch64.rpm        12 MB/s | 121 kB     00:00    
12:13:09 #10 30.82 (51/164): perl-AutoLoader-5.74-492.fc38.noarch. 2.9 MB/s |  24 kB     00:00    
12:13:09 #10 30.83 (52/164): perl-B-1.83-492.fc38.aarch64.rpm       15 MB/s | 186 kB     00:00    
12:13:09 #10 30.83 (53/164): perl-Carp-1.52-489.fc37.noarch.rpm    2.5 MB/s |  29 kB     00:00    
12:13:09 #10 30.83 (54/164): perl-Class-Struct-0.66-492.fc38.noarc 3.4 MB/s |  25 kB     00:00    
12:13:09 #10 30.84 (55/164): perl-Data-Dumper-2.184-490.fc37.aarch 5.2 MB/s |  55 kB     00:00    
12:13:09 #10 30.84 (56/164): perl-Digest-1.20-489.fc37.noarch.rpm  2.5 MB/s |  26 kB     00:00    
12:13:09 #10 30.84 (57/164): perl-Digest-MD5-2.58-489.fc37.aarch64 5.5 MB/s |  36 kB     00:00    
12:13:09 #10 30.85 (58/164): perl-DynaLoader-1.52-492.fc38.aarch64 3.1 MB/s |  29 kB     00:00    
12:13:09 #10 30.86 (59/164): perl-Encode-3.19-492.fc38.aarch64.rpm  97 MB/s | 1.7 MB     00:00    
12:13:09 #10 30.86 (60/164): perl-Exporter-5.77-489.fc37.noarch.rp 2.8 MB/s |  31 kB     00:00    
12:13:09 #10 30.87 (61/164): perl-Errno-1.36-492.fc38.aarch64.rpm  1.2 MB/s |  18 kB     00:00    
12:13:09 #10 30.87 (62/164): perl-Fcntl-1.15-492.fc38.aarch64.rpm  2.6 MB/s |  24 kB     00:00    
12:13:09 #10 30.87 (63/164): perl-File-Basename-2.85-492.fc38.noar 2.1 MB/s |  20 kB     00:00    
12:13:09 #10 30.88 (64/164): perl-File-Path-2.18-489.fc37.noarch.r 5.5 MB/s |  35 kB     00:00    
12:13:09 #10 30.88 (65/164): perl-File-Temp-0.231.100-489.fc37.noa 5.7 MB/s |  59 kB     00:00    
12:13:09 #10 30.88 (66/164): perl-File-stat-1.12-492.fc38.noarch.r 1.9 MB/s |  20 kB     00:00    
12:13:09 #10 30.89 (67/164): perl-FileHandle-2.03-492.fc38.noarch. 2.4 MB/s |  19 kB     00:00    
12:13:09 #10 30.89 (68/164): perl-Getopt-Long-2.52-489.fc37.noarch 5.4 MB/s |  60 kB     00:00    
12:13:09 #10 30.89 (69/164): perl-Getopt-Std-1.13-492.fc38.noarch. 1.8 MB/s |  19 kB     00:00    
12:13:09 #10 30.90 (70/164): perl-HTTP-Tiny-0.082-1.fc37.noarch.rp 7.7 MB/s |  55 kB     00:00    
12:13:09 #10 30.90 (71/164): perl-IO-1.50-492.fc38.aarch64.rpm     8.0 MB/s |  95 kB     00:00    
12:13:09 #10 30.91 (72/164): perl-IO-Socket-IP-0.41-490.fc37.noarc 3.5 MB/s |  42 kB     00:00    
12:13:09 #10 30.91 (73/164): perl-IPC-Open3-1.22-492.fc38.noarch.r 3.6 MB/s |  26 kB     00:00    
12:13:09 #10 30.92 (74/164): perl-IO-Socket-SSL-2.075-1.fc38.noarc  18 MB/s | 221 kB     00:00    
12:13:09 #10 30.92 (75/164): perl-MIME-Base64-3.16-489.fc37.aarch6 2.6 MB/s |  30 kB     00:00    
12:13:09 #10 30.92 (76/164): perl-Mozilla-CA-20211001-4.fc37.noarc 1.2 MB/s |  12 kB     00:00    
12:13:09 #10 30.93 (77/164): perl-NDBM_File-1.15-492.fc38.aarch64. 3.7 MB/s |  25 kB     00:00    
12:13:09 #10 30.93 (78/164): perl-Net-SSLeay-1.92-4.fc37.aarch64.r  33 MB/s | 358 kB     00:00    
12:13:09 #10 30.94 (79/164): perl-POSIX-2.03-492.fc38.aarch64.rpm  8.8 MB/s | 101 kB     00:00    
12:13:09 #10 30.94 (80/164): perl-PathTools-3.84-489.fc37.aarch64.  12 MB/s |  90 kB     00:00    
12:13:09 #10 30.94 (81/164): perl-Pod-Escapes-1.07-489.fc37.noarch 2.0 MB/s |  20 kB     00:00    
12:13:09 #10 30.95 (82/164): perl-Pod-Perldoc-3.28.01-490.fc37.noa 9.0 MB/s |  90 kB     00:00    
12:13:09 #10 30.95 (83/164): perl-Pod-Simple-3.43-490.fc37.noarch.  27 MB/s | 225 kB     00:00    
12:13:09 #10 30.95 (84/164): perl-Pod-Usage-2.03-3.fc37.noarch.rpm 3.7 MB/s |  40 kB     00:00    
12:13:09 #10 30.96 (85/164): perl-Scalar-List-Utils-1.63-489.fc38. 6.5 MB/s |  71 kB     00:00    
12:13:09 #10 30.96 (86/164): perl-SelectSaver-1.02-492.fc38.noarch 1.6 MB/s |  15 kB     00:00    
12:13:09 #10 30.97 (87/164): perl-Socket-2.036-1.fc38.aarch64.rpm  4.2 MB/s |  56 kB     00:00    
12:13:09 #10 30.97 (88/164): perl-Storable-3.26-489.fc37.aarch64.r 6.7 MB/s |  95 kB     00:00    
12:13:09 #10 30.98 (89/164): perl-Symbol-1.09-492.fc38.noarch.rpm  2.1 MB/s |  17 kB     00:00    
12:13:09 #10 30.98 (90/164): perl-Term-ANSIColor-5.01-490.fc37.noa 3.8 MB/s |  48 kB     00:00    
12:13:09 #10 30.99 (91/164): perl-Term-Cap-1.17-489.fc37.noarch.rp 1.8 MB/s |  22 kB     00:00    
12:13:09 #10 30.99 (92/164): perl-Text-ParseWords-3.31-489.fc37.no 2.2 MB/s |  16 kB     00:00    
12:13:09 #10 30.99 (93/164): perl-Text-Tabs+Wrap-2021.0814-489.fc3 2.0 MB/s |  22 kB     00:00    
12:13:09 #10 31.00 (94/164): perl-Time-Local-1.300-489.fc37.noarch 3.0 MB/s |  33 kB     00:00    
12:13:09 #10 31.00 (95/164): perl-base-2.27-492.fc38.noarch.rpm    2.7 MB/s |  19 kB     00:00    
12:13:09 #10 31.01 (96/164): perl-URI-5.12-2.fc37.noarch.rpm        10 MB/s | 122 kB     00:00    
12:13:09 #10 31.01 (97/164): perl-constant-1.33-490.fc37.noarch.rp 2.0 MB/s |  23 kB     00:00    
12:13:09 #10 31.01 (98/164): perl-if-0.61.000-492.fc38.noarch.rpm  1.5 MB/s |  17 kB     00:00    
12:13:09 #10 31.02 (99/164): perl-interpreter-5.36.0-492.fc38.aarc 9.0 MB/s |  75 kB     00:00    
12:13:09 #10 31.02 (100/164): perl-libnet-3.14-490.fc37.noarch.rpm  12 MB/s | 132 kB     00:00    
12:13:09 #10 31.04 (101/164): perl-libs-5.36.0-492.fc38.aarch64.rp  97 MB/s | 2.2 MB     00:00    
12:13:09 #10 31.04 (102/164): perl-mro-1.26-492.fc38.aarch64.rpm   2.2 MB/s |  32 kB     00:00    
12:13:09 #10 31.04 (103/164): perl-overload-1.35-492.fc38.noarch.r 2.8 MB/s |  49 kB     00:00    
12:13:09 #10 31.05 (104/164): perl-parent-0.238-489.fc37.noarch.rp 3.2 MB/s |  14 kB     00:00    
12:13:09 #10 31.05 (105/164): perl-overloading-0.02-492.fc38.noarc 2.0 MB/s |  16 kB     00:00    
12:13:09 #10 31.05 (106/164): perl-podlators-4.14-489.fc37.noarch.  11 MB/s | 116 kB     00:00    
12:13:09 #10 31.06 (107/164): perl-srpm-macros-1-46.fc37.noarch.rp 946 kB/s | 8.3 kB     00:00    
12:13:09 #10 31.06 (108/164): perl-subs-1.04-492.fc38.noarch.rpm   2.3 MB/s |  15 kB     00:00    
12:13:09 #10 31.07 (109/164): perl-vars-1.05-492.fc38.noarch.rpm   1.7 MB/s |  16 kB     00:00    
12:13:09 #10 31.07 (110/164): pkgconf-1.8.0-3.fc37.aarch64.rpm     3.5 MB/s |  41 kB     00:00    
12:13:09 #10 31.07 (111/164): pkgconf-m4-1.8.0-3.fc37.noarch.rpm   1.8 MB/s |  14 kB     00:00    
12:13:09 #10 31.08 (112/164): pkgconf-pkg-config-1.8.0-3.fc37.aarc 975 kB/s |  10 kB     00:00    
12:13:09 #10 31.08 (113/164): python-srpm-macros-3.11-4.fc37.noarc 2.6 MB/s |  25 kB     00:00    
12:13:09 #10 31.09 (114/164): python3-dateutil-2.8.2-4.fc37.noarch  41 MB/s | 361 kB     00:00    
12:13:09 #10 31.09 (115/164): python3-construct-2.10.68-3.fc37.noa  11 MB/s | 152 kB     00:00    
12:13:09 #10 31.09 (116/164): python3-dbus-1.3.2-1.fc38.aarch64.rp  12 MB/s | 158 kB     00:00    
12:13:09 #10 31.10 (117/164): python3-distro-1.7.0-3.fc37.noarch.r 4.3 MB/s |  48 kB     00:00    
12:13:09 #10 31.10 (118/164): python3-dnf-plugins-core-4.3.1-1.fc3  33 MB/s | 277 kB     00:00    
12:13:09 #10 31.11 (119/164): python3-pybeam-0.7-4.fc37.noarch.rpm 4.3 MB/s |  32 kB     00:00    
12:13:09 #10 31.11 (120/164): python3-pyxdg-0.27-6.fc37.noarch.rpm  16 MB/s | 135 kB     00:00    
12:13:09 #10 31.12 (121/164): python3-six-1.16.0-8.fc37.noarch.rpm 5.3 MB/s |  42 kB     00:00    
12:13:09 #10 31.12 (122/164): python3-toml-0.10.2-9.fc37.noarch.rp 8.6 MB/s |  57 kB     00:00    
12:13:09 #10 31.12 (123/164): python3-enchant-3.2.2-5.fc38.noarch. 3.7 MB/s | 103 kB     00:00    
12:13:09 #10 31.13 (124/164): python3-zstd-1.4.5.1-8.fc37.aarch64. 1.9 MB/s |  20 kB     00:00    
12:13:09 #10 31.13 (125/164): qt5-srpm-macros-5.15.6-1.fc38.noarch 842 kB/s | 7.9 kB     00:00    
12:13:09 #10 31.13 (126/164): redhat-rpm-config-231-1.fc38.noarch. 8.7 MB/s |  81 kB     00:00    
12:13:09 #10 31.14 (127/164): rpm-build-4.18.0-1.fc38.aarch64.rpm   12 MB/s |  77 kB     00:00    
12:13:09 #10 31.14 (128/164): rpmautospec-rpm-macros-0.3.0-1.fc37. 1.0 MB/s | 8.8 kB     00:00    
12:13:09 #10 31.14 (129/164): rpmlint-2.2.0-7.fc38.noarch.rpm       30 MB/s | 332 kB     00:00    
12:13:09 #10 31.15 (130/164): rpmlint-fedora-license-data-1.4-1.fc 1.8 MB/s |  14 kB     00:00    
12:13:09 #10 31.15 (131/164): rust-srpm-macros-22-1.fc37.noarch.rp 882 kB/s | 9.5 kB     00:00    
12:13:09 #10 31.16 (132/164): shared-mime-info-2.2-2.fc37.aarch64.  29 MB/s | 381 kB     00:00    
12:13:09 #10 31.16 (133/164): unzip-6.0-58.fc37.aarch64.rpm         17 MB/s | 182 kB     00:00    
12:13:09 #10 31.17 (134/164): xxhash-libs-0.8.1-3.fc37.aarch64.rpm 2.2 MB/s |  33 kB     00:00    
12:13:09 #10 31.17 (135/164): xz-5.2.6-1.fc38.aarch64.rpm           20 MB/s | 299 kB     00:00    
12:13:09 #10 31.18 (136/164): zip-3.0-33.fc37.aarch64.rpm           23 MB/s | 256 kB     00:00    
12:13:09 #10 31.18 (137/164): zstd-1.5.2-3.fc37.aarch64.rpm         25 MB/s | 412 kB     00:00    
12:13:09 #10 31.19 (138/164): dnf-4.14.0-1.fc38.noarch.rpm          29 MB/s | 480 kB     00:00    
12:13:09 #10 31.20 (139/164): dnf-data-4.14.0-1.fc38.noarch.rpm    4.4 MB/s |  43 kB     00:00    
12:13:09 #10 31.20 (140/164): elfutils-libelf-0.187-8.fc38.aarch64  15 MB/s | 197 kB     00:00    
12:13:09 #10 31.21 (141/164): elfutils-libs-0.187-8.fc38.aarch64.r  21 MB/s | 255 kB     00:00    
12:13:09 #10 31.22 (142/164): file-libs-5.42-4.fc37.aarch64.rpm     39 MB/s | 674 kB     00:00    
12:13:09 #10 31.23 (143/164): glibc-2.36.9000-8.fc38.aarch64.rpm    69 MB/s | 1.6 MB     00:00    
12:13:09 #10 31.23 (144/164): glibc-common-2.36.9000-8.fc38.aarch6  14 MB/s | 289 kB     00:00    
12:13:09 #10 31.24 (145/164): gpgme-1.17.0-4.fc37.aarch64.rpm       35 MB/s | 205 kB     00:00    
12:13:09 #10 31.24 (146/164): libcomps-0.1.18-4.fc37.aarch64.rpm   8.2 MB/s |  74 kB     00:00    
12:13:09 #10 31.24 (147/164): glibc-minimal-langpack-2.36.9000-8.f 1.2 MB/s |  16 kB     00:00    
12:13:09 #10 31.25 (148/164): libdnf-0.68.0-1.fc38.aarch64.rpm      64 MB/s | 623 kB     00:00    
12:13:09 #10 31.25 (149/164): ncurses-base-6.3-3.20220501.fc37.noa 6.4 MB/s |  86 kB     00:00    
12:13:09 #10 31.26 (150/164): ncurses-libs-6.3-3.20220501.fc37.aar  22 MB/s | 318 kB     00:00    
12:13:09 #10 31.26 (151/164): python3-3.11.0~rc2-1.fc38.aarch64.rp 2.9 MB/s |  27 kB     00:00    
12:13:09 #10 31.27 (152/164): python3-dnf-4.14.0-1.fc38.noarch.rpm  42 MB/s | 607 kB     00:00    
12:13:09 #10 31.27 (153/164): python3-gpg-1.17.0-4.fc37.aarch64.rp  21 MB/s | 294 kB     00:00    
12:13:09 #10 31.28 (154/164): python3-hawkey-0.68.0-1.fc38.aarch64  11 MB/s | 101 kB     00:00    
12:13:09 #10 31.28 (155/164): python3-libcomps-0.1.18-4.fc37.aarch 3.6 MB/s |  48 kB     00:00    
12:13:09 #10 31.29 (156/164): python3-libdnf-0.68.0-1.fc38.aarch64  46 MB/s | 764 kB     00:00    
12:13:09 #10 31.30 (157/164): python3-rpm-4.18.0-1.fc38.aarch64.rp 9.1 MB/s |  96 kB     00:00    
12:13:09 #10 31.32 (158/164): rpm-4.18.0-1.fc38.aarch64.rpm         23 MB/s | 570 kB     00:00    
12:13:09 #10 31.36 (159/164): rpm-build-libs-4.18.0-1.fc38.aarch64 1.8 MB/s |  91 kB     00:00    
12:13:09 #10 31.36 (160/164): rpm-libs-4.18.0-1.fc38.aarch64.rpm   7.1 MB/s | 314 kB     00:00    
12:13:09 #10 31.39 (161/164): python3-libs-3.11.0~rc2-1.fc38.aarch  88 MB/s | 9.5 MB     00:00    
12:13:09 #10 31.40 (162/164): rpm-sign-libs-4.18.0-1.fc38.aarch64. 678 kB/s |  26 kB     00:00    
12:13:09 #10 31.40 (163/164): xz-libs-5.2.6-1.fc38.aarch64.rpm     2.6 MB/s |  90 kB     00:00    
12:13:09 #10 31.41 (164/164): yum-4.14.0-1.fc38.noarch.rpm          10 MB/s |  40 kB     00:00    
12:13:09 #10 31.41 --------------------------------------------------------------------------------
12:13:09 #10 31.41 Total                                            28 MB/s |  46 MB     00:01     
12:13:09 #10 31.42 Fedora - Rawhide - Developmental packages for t 1.6 MB/s | 1.6 kB     00:00    
12:13:09 #10 31.56 GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-rawhide-aarch64 (0x5323552A) is already installed
12:13:09 #10 31.56 Fedora - Rawhide - Developmental packages for t 1.6 MB/s | 1.6 kB     00:00    
12:13:09 #10 31.64 Importing GPG key 0xEB10B464:
12:13:09 #10 31.64  Userid     : "Fedora (38) <fedora-38-primary@fedoraproject.org>"
12:13:09 #10 31.64  Fingerprint: 6A51 BBAB BA3D 5467 B617 1221 809A 8D7C EB10 B464
12:13:09 #10 31.64  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-38-aarch64
12:13:10 #10 31.66 Key imported successfully
12:13:11 #10 33.22 Running transaction check
12:13:11 #10 33.37 Transaction check succeeded.
12:13:11 #10 33.37 Running transaction test
12:13:12 #10 33.99 Transaction test succeeded.
12:13:12 #10 33.99 Running transaction
12:13:13 #10 34.96   Preparing        :                                                        1/1 
12:13:13 #10 35.00   Installing       : hunspell-filesystem-1.7.1-1.fc38.aarch64             1/191 
12:13:13 #10 35.02   Upgrading        : glibc-common-2.36.9000-8.fc38.aarch64                2/191 
12:13:13 #10 35.03   Upgrading        : glibc-minimal-langpack-2.36.9000-8.fc38.aarch64      3/191 
12:13:13 #10 35.03   Running scriptlet: glibc-2.36.9000-8.fc38.aarch64                       4/191 
12:13:13 #10 35.09   Upgrading        : glibc-2.36.9000-8.fc38.aarch64                       4/191 
12:13:13 #10 35.09   Running scriptlet: glibc-2.36.9000-8.fc38.aarch64                       4/191 
12:13:13 #10 35.30   Installing       : glibc-gconv-extra-2.36.9000-8.fc38.aarch64           5/191 
12:13:13 #10 35.31   Running scriptlet: glibc-gconv-extra-2.36.9000-8.fc38.aarch64           5/191 
12:13:13 #10 35.31   Upgrading        : xz-libs-5.2.6-1.fc38.aarch64                         6/191 
12:13:13 #10 35.32   Upgrading        : elfutils-libelf-0.187-8.fc38.aarch64                 7/191 
12:13:13 #10 35.33   Running scriptlet: rpm-4.18.0-1.fc38.aarch64                            8/191 
12:13:13 #10 35.38   Upgrading        : rpm-4.18.0-1.fc38.aarch64                            8/191 
12:13:13 #10 35.40   Upgrading        : rpm-libs-4.18.0-1.fc38.aarch64                       9/191 
12:13:13 #10 35.41   Upgrading        : elfutils-libs-0.187-8.fc38.aarch64                  10/191 
12:13:13 #10 35.42   Installing       : elfutils-debuginfod-client-0.187-8.fc38.aarch64     11/191 
12:13:13 #10 35.45   Upgrading        : file-libs-5.42-4.fc37.aarch64                       12/191 
12:13:13 #10 35.46   Installing       : file-5.42-4.fc37.aarch64                            13/191 
12:13:13 #10 35.46   Upgrading        : rpm-build-libs-4.18.0-1.fc38.aarch64                14/191 
12:13:13 #10 35.49   Installing       : elfutils-0.187-8.fc38.aarch64                       15/191 
12:13:13 #10 35.50   Installing       : dwz-0.14-7.fc37.aarch64                             16/191 
12:13:13 #10 35.51   Installing       : xz-5.2.6-1.fc38.aarch64                             17/191 
12:13:13 #10 35.52   Installing       : unzip-6.0-58.fc37.aarch64                           18/191 
12:13:13 #10 35.53   Upgrading        : gpgme-1.17.0-4.fc37.aarch64                         19/191 
12:13:13 #10 35.55   Upgrading        : libdnf-0.68.0-1.fc38.aarch64                        20/191 
12:13:13 #10 35.56   Installing       : zip-3.0-33.fc37.aarch64                             21/191 
12:13:13 #10 35.56   Upgrading        : rpm-sign-libs-4.18.0-1.fc38.aarch64                 22/191 
12:13:13 #10 35.57   Installing       : efi-srpm-macros-5-6.fc37.noarch                     23/191 
12:13:13 #10 35.58   Installing       : lua-srpm-macros-1-7.fc37.noarch                     24/191 
12:13:13 #10 35.58   Installing       : rpmautospec-rpm-macros-0.3.0-1.fc37.noarch          25/191 
12:13:14 #10 35.59   Installing       : zstd-1.5.2-3.fc37.aarch64                           26/191 
12:13:14 #10 35.60   Installing       : bzip2-1.0.8-12.fc37.aarch64                         27/191 
12:13:14 #10 35.62   Installing       : cpio-2.13-13.fc38.aarch64                           28/191 
12:13:14 #10 35.62   Installing       : dash-0.5.11.5-2.fc37.aarch64                        29/191 
12:13:14 #10 35.63   Running scriptlet: dash-0.5.11.5-2.fc37.aarch64                        29/191 
12:13:14 #10 35.65   Installing       : dbus-libs-1:1.14.2-1.fc38.aarch64                   30/191 
12:13:14 #10 35.66   Installing       : diffutils-3.8-3.fc37.aarch64                        31/191 
12:13:14 #10 35.67   Installing       : ed-1.18-2.fc37.aarch64                              32/191 
12:13:14 #10 35.68   Installing       : patch-2.7.6-17.fc37.aarch64                         33/191 
12:13:14 #10 35.69   Running scriptlet: groff-base-1.22.4-10.fc37.aarch64                   34/191 
12:13:14 #10 35.74   Installing       : groff-base-1.22.4-10.fc37.aarch64                   34/191 
12:13:14 #10 35.75   Running scriptlet: groff-base-1.22.4-10.fc37.aarch64                   34/191 
12:13:14 #10 35.77   Installing       : jansson-2.13.1-5.fc37.aarch64                       35/191 
12:13:14 #10 35.79   Installing       : binutils-gold-2.39-3.fc38.aarch64                   36/191 
12:13:14 #10 35.89   Installing       : binutils-2.39-3.fc38.aarch64                        37/191 
12:13:14 #10 35.90   Running scriptlet: binutils-2.39-3.fc38.aarch64                        37/191 
12:13:14 #10 35.92   Installing       : json-glib-1.6.6-3.fc37.aarch64                      38/191 
12:13:14 #10 35.93   Installing       : libb2-0.98.1-7.fc37.aarch64                         39/191 
12:13:14 #10 35.94   Installing       : libjpeg-turbo-2.1.4-1.fc38.aarch64                  40/191 
12:13:14 #10 35.95   Installing       : libpkgconf-1.8.0-3.fc37.aarch64                     41/191 
12:13:14 #10 35.95   Installing       : pkgconf-1.8.0-3.fc37.aarch64                        42/191 
12:13:14 #10 35.96   Installing       : libpng-2:1.6.37-13.fc37.aarch64                     43/191 
12:13:14 #10 35.97   Installing       : libstemmer-0-19.585svn.fc37.aarch64                 44/191 
12:13:14 #10 35.99   Installing       : shared-mime-info-2.2-2.fc37.aarch64                 45/191 
12:13:14 #10 35.99   Running scriptlet: shared-mime-info-2.2-2.fc37.aarch64                 45/191 
12:13:14 #10 36.02   Installing       : gdk-pixbuf2-2.42.9-2.fc38.aarch64                   46/191 
12:13:14 #10 36.04   Installing       : libappstream-glib-0.8.1-1.fc38.aarch64              47/191 
12:13:14 #10 36.04   Installing       : xxhash-libs-0.8.1-3.fc37.aarch64                    48/191 
12:13:14 #10 36.05   Upgrading        : libcomps-0.1.18-4.fc37.aarch64                      49/191 
12:13:14 #10 36.08   Upgrading        : ncurses-base-6.3-3.20220501.fc37.noarch             50/191 
12:13:14 #10 36.10   Upgrading        : ncurses-libs-6.3-3.20220501.fc37.aarch64            51/191 
12:13:14 #10 36.10   Upgrading        : python3-3.11.0~rc2-1.fc38.aarch64                   52/191 
12:13:14 #10 36.57   Upgrading        : python3-libs-3.11.0~rc2-1.fc38.aarch64              53/191 
12:13:14 #10 36.59   Installing       : python3-six-1.16.0-8.fc37.noarch                    54/191 
12:13:14 #10 36.60   Installing       : hunspell-en-GB-0.20201207-1.fc38.noarch             55/191 
12:13:14 #10 36.61   Installing       : hunspell-en-0.20201207-1.fc38.noarch                56/191 
12:13:14 #10 36.62   Installing       : hunspell-en-US-0.20201207-1.fc38.noarch             57/191 
12:13:14 #10 36.63   Installing       : hunspell-1.7.1-1.fc38.aarch64                       58/191 
12:13:15 #10 36.66   Upgrading        : python3-libdnf-0.68.0-1.fc38.aarch64                59/191 
12:13:15 #10 36.67   Upgrading        : python3-hawkey-0.68.0-1.fc38.aarch64                60/191 
12:13:15 #10 36.69   Installing       : python3-dbus-1.3.2-1.fc38.aarch64                   61/191 
12:13:15 #10 36.70   Upgrading        : python3-rpm-4.18.0-1.fc38.aarch64                   62/191 
12:13:15 #10 36.76   Installing       : gdb-minimal-12.1-4.fc37.aarch64                     63/191 
12:13:15 #10 36.77   Installing       : debugedit-5.0-5.fc37.aarch64                        64/191 
12:13:15 #10 36.78   Installing       : enchant2-2.3.3-2.fc37.aarch64                       65/191 
12:13:15 #10 36.79   Installing       : python3-enchant-3.2.2-5.fc38.noarch                 66/191 
12:13:15 #10 36.80   Installing       : python3-construct-2.10.68-3.fc37.noarch             67/191 
12:13:15 #10 36.81   Installing       : python3-pybeam-0.7-4.fc37.noarch                    68/191 
12:13:15 #10 36.83   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch              69/191 
12:13:15 #10 36.84   Upgrading        : python3-libcomps-0.1.18-4.fc37.aarch64              70/191 
12:13:15 #10 36.85   Installing       : python3-distro-1.7.0-3.fc37.noarch                  71/191 
12:13:15 #10 36.86   Installing       : python3-pyxdg-0.27-6.fc37.noarch                    72/191 
12:13:15 #10 36.87   Installing       : python3-toml-0.10.2-9.fc37.noarch                   73/191 
12:13:15 #10 36.88   Installing       : python3-zstd-1.4.5.1-8.fc37.aarch64                 74/191 
12:13:15 #10 36.90   Upgrading        : python3-gpg-1.17.0-4.fc37.aarch64                   75/191 
12:13:15 #10 36.91   Installing       : ncurses-6.3-3.20220501.fc37.aarch64                 76/191 
12:13:15 #10 36.92   Installing       : perl-Digest-1.20-489.fc37.noarch                    77/191 
12:13:15 #10 36.93   Installing       : perl-Digest-MD5-2.58-489.fc37.aarch64               78/191 
12:13:15 #10 36.94   Installing       : perl-B-1.83-492.fc38.aarch64                        79/191 
12:13:15 #10 36.94   Installing       : perl-FileHandle-2.03-492.fc38.noarch                80/191 
12:13:15 #10 36.95   Installing       : perl-AutoLoader-5.74-492.fc38.noarch                81/191 
12:13:15 #10 36.96   Installing       : perl-Data-Dumper-2.184-490.fc37.aarch64             82/191 
12:13:15 #10 36.97   Installing       : perl-libnet-3.14-490.fc37.noarch                    83/191 
12:13:15 #10 36.97   Installing       : perl-base-2.27-492.fc38.noarch                      84/191 
12:13:15 #10 36.99   Installing       : perl-URI-5.12-2.fc37.noarch                         85/191 
12:13:15 #10 37.01   Installing       : perl-Net-SSLeay-1.92-4.fc37.aarch64                 86/191 
12:13:15 #10 37.02   Installing       : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       87/191 
12:13:15 #10 37.02   Installing       : perl-Mozilla-CA-20211001-4.fc37.noarch              88/191 
12:13:15 #10 37.03   Installing       : perl-if-0.61.000-492.fc38.noarch                    89/191 
12:13:15 #10 37.03   Installing       : perl-IO-Socket-IP-0.41-490.fc37.noarch              90/191 
12:13:15 #10 37.04   Installing       : perl-Time-Local-2:1.300-489.fc37.noarch             91/191 
12:13:15 #10 37.04   Installing       : perl-File-Path-2.18-489.fc37.noarch                 92/191 
12:13:15 #10 37.05   Installing       : perl-IO-Socket-SSL-2.075-1.fc38.noarch              93/191 
12:13:15 #10 37.06   Installing       : perl-Pod-Escapes-1:1.07-489.fc37.noarch             94/191 
12:13:15 #10 37.06   Installing       : perl-Class-Struct-0.66-492.fc38.noarch              95/191 
12:13:15 #10 37.07   Installing       : perl-POSIX-2.03-492.fc38.aarch64                    96/191 
12:13:15 #10 37.08   Installing       : perl-Term-ANSIColor-5.01-490.fc37.noarch            97/191 
12:13:15 #10 37.09   Installing       : perl-IPC-Open3-1.22-492.fc38.noarch                 98/191 
12:13:15 #10 37.09   Installing       : perl-subs-1.04-492.fc38.noarch                      99/191 
12:13:15 #10 37.10   Installing       : perl-File-Temp-1:0.231.100-489.fc37.noarch         100/191 
12:13:15 #10 37.11   Installing       : perl-HTTP-Tiny-0.082-1.fc37.noarch                 101/191 
12:13:15 #10 37.12   Installing       : perl-Pod-Simple-1:3.43-490.fc37.noarch             102/191 
12:13:15 #10 37.13   Installing       : perl-Term-Cap-1.17-489.fc37.noarch                 103/191 
12:13:15 #10 37.14   Installing       : perl-Socket-4:2.036-1.fc38.aarch64                 104/191 
12:13:15 #10 37.14   Installing       : perl-SelectSaver-1.02-492.fc38.noarch              105/191 
12:13:15 #10 37.15   Installing       : perl-Symbol-1.09-492.fc38.noarch                   106/191 
12:13:15 #10 37.16   Installing       : perl-File-stat-1.12-492.fc38.noarch                107/191 
12:13:15 #10 37.16   Installing       : perl-Pod-Perldoc-3.28.01-490.fc37.noarch           108/191 
12:13:15 #10 37.17   Installing       : perl-podlators-1:4.14-489.fc37.noarch              109/191 
12:13:15 #10 37.18   Installing       : perl-Fcntl-1.15-492.fc38.aarch64                   110/191 
12:13:15 #10 37.18   Installing       : perl-Text-ParseWords-3.31-489.fc37.noarch          111/191 
12:13:15 #10 37.19   Installing       : perl-mro-1.26-492.fc38.aarch64                     112/191 
12:13:15 #10 37.20   Installing       : perl-IO-1.50-492.fc38.aarch64                      113/191 
12:13:15 #10 37.21   Installing       : perl-overloading-0.02-492.fc38.noarch              114/191 
12:13:15 #10 37.22   Installing       : perl-Pod-Usage-4:2.03-3.fc37.noarch                115/191 
12:13:15 #10 37.23   Installing       : perl-Errno-1.36-492.fc38.aarch64                   116/191 
12:13:15 #10 37.24   Installing       : perl-File-Basename-2.85-492.fc38.noarch            117/191 
12:13:15 #10 37.25   Installing       : perl-Getopt-Std-1.13-492.fc38.noarch               118/191 
12:13:15 #10 37.26   Installing       : perl-MIME-Base64-3.16-489.fc37.aarch64             119/191 
12:13:15 #10 37.26   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc38.aarch64     120/191 
12:13:15 #10 37.27   Installing       : perl-constant-1.33-490.fc37.noarch                 121/191 
12:13:15 #10 37.28   Installing       : perl-Storable-1:3.26-489.fc37.aarch64              122/191 
12:13:15 #10 37.28   Installing       : perl-overload-1.35-492.fc38.noarch                 123/191 
12:13:15 #10 37.29   Installing       : perl-parent-1:0.238-489.fc37.noarch                124/191 
12:13:15 #10 37.29   Installing       : perl-vars-1.05-492.fc38.noarch                     125/191 
12:13:15 #10 37.30   Installing       : perl-Getopt-Long-1:2.52-489.fc37.noarch            126/191 
12:13:15 #10 37.30   Installing       : perl-Carp-1.52-489.fc37.noarch                     127/191 
12:13:15 #10 37.31   Installing       : perl-Exporter-5.77-489.fc37.noarch                 128/191 
12:13:15 #10 37.31   Installing       : perl-NDBM_File-1.15-492.fc38.aarch64               129/191 
12:13:15 #10 37.32   Installing       : perl-PathTools-3.84-489.fc37.aarch64               130/191 
12:13:15 #10 37.33   Installing       : perl-DynaLoader-1.52-492.fc38.aarch64              131/191 
12:13:15 #10 37.38   Installing       : perl-Encode-4:3.19-492.fc38.aarch64                132/191 
12:13:15 #10 37.50   Installing       : perl-libs-4:5.36.0-492.fc38.aarch64                133/191 
12:13:15 #10 37.51   Installing       : perl-interpreter-4:5.36.0-492.fc38.aarch64         134/191 
12:13:15 #10 37.52   Installing       : devscripts-checkbashisms-2.22.2-3.fc37.aarch64     135/191 
12:13:15 #10 37.53   Upgrading        : dnf-data-4.14.0-1.fc38.noarch                      136/191 
12:13:15 #10 37.53 warning: /etc/dnf/dnf.conf created as /etc/dnf/dnf.conf.rpmnew
12:13:15 #10 37.53 
12:13:15 #10 37.57   Upgrading        : python3-dnf-4.14.0-1.fc38.noarch                   137/191 
12:13:15 #10 37.59   Installing       : python3-dnf-plugins-core-4.3.1-1.fc38.noarch       138/191 
12:13:15 #10 37.60   Upgrading        : dnf-4.14.0-1.fc38.noarch                           139/191 
12:13:15 #10 37.61   Running scriptlet: dnf-4.14.0-1.fc38.noarch                           139/191 
12:13:15 #10 37.62   Installing       : rust-srpm-macros-22-1.fc37.noarch                  140/191 
12:13:15 #10 37.63   Installing       : qt5-srpm-macros-5.15.6-1.fc38.noarch               141/191 
12:13:15 #10 37.63   Installing       : pkgconf-m4-1.8.0-3.fc37.noarch                     142/191 
12:13:15 #10 37.64   Installing       : pkgconf-pkg-config-1.8.0-3.fc37.aarch64            143/191 
12:13:15 #10 37.65   Installing       : perl-srpm-macros-1-46.fc37.noarch                  144/191 
12:13:15 #10 37.65   Installing       : package-notes-srpm-macros-0.5-6.fc38.noarch        145/191 
12:13:15 #10 37.66   Installing       : openblas-srpm-macros-2-12.fc37.noarch              146/191 
12:13:15 #10 37.66   Installing       : ocaml-srpm-macros-7-2.fc37.noarch                  147/191 
12:13:15 #10 37.67   Installing       : nim-srpm-macros-3-7.fc37.noarch                    148/191 
12:13:15 #10 37.67   Installing       : kernel-srpm-macros-1.0-15.fc37.noarch              149/191 
12:13:16 #10 37.67   Installing       : gnat-srpm-macros-4-16.fc37.noarch                  150/191 
12:13:16 #10 37.68   Installing       : ghc-srpm-macros-1.5.0-7.fc37.noarch                151/191 
12:13:16 #10 37.68   Installing       : fpc-srpm-macros-1.3-6.fc37.noarch                  152/191 
12:13:16 #10 37.69   Installing       : emacs-filesystem-1:28.1-3.fc37.noarch              153/191 
12:13:16 #10 37.70   Installing       : desktop-file-utils-0.26-7.fc37.aarch64             154/191 
12:13:16 #10 37.70   Installing       : ansible-srpm-macros-1-8.1.fc38.noarch              155/191 
12:13:16 #10 37.71   Installing       : fonts-srpm-macros-1:2.0.5-9.fc38.noarch            156/191 
12:13:16 #10 37.71   Installing       : go-srpm-macros-3.2.0-1.fc38.noarch                 157/191 
12:13:16 #10 37.72   Installing       : python-srpm-macros-3.11-4.fc37.noarch              158/191 
12:13:16 #10 37.73   Installing       : redhat-rpm-config-231-1.fc38.noarch                159/191 
12:13:16 #10 37.74   Installing       : rpm-build-4.18.0-1.fc38.aarch64                    160/191 
12:13:16 #10 37.78   Installing       : rpmlint-2.2.0-7.fc38.noarch                        161/191 
12:13:16 #10 37.79   Installing       : rpmlint-fedora-license-data-1.4-1.fc38.noarch      162/191 
12:13:16 #10 37.79   Upgrading        : yum-4.14.0-1.fc38.noarch                           163/191 
12:13:16 #10 37.80   Installing       : dnf-plugins-core-4.3.1-1.fc38.noarch               164/191 
12:13:16 #10 37.80   Cleanup          : yum-4.12.0-1.fc37.noarch                           165/191 
12:13:16 #10 37.81   Running scriptlet: dnf-4.12.0-1.fc37.noarch                           166/191 
12:13:16 #10 37.82   Cleanup          : dnf-4.12.0-1.fc37.noarch                           166/191 
12:13:16 #10 37.82   Running scriptlet: dnf-4.12.0-1.fc37.noarch                           166/191 
12:13:16 #10 37.86   Cleanup          : python3-dnf-4.12.0-1.fc37.noarch                   167/191 
12:13:16 #10 37.87   Cleanup          : python3-rpm-4.18.0-0.alpha1.6.fc37.aarch64         168/191 
12:13:16 #10 37.87   Cleanup          : rpm-build-libs-4.18.0-0.alpha1.6.fc37.aarch64      169/191 
12:13:16 #10 37.88   Cleanup          : elfutils-libs-0.187-4.fc37.aarch64                 170/191 
12:13:16 #10 37.89   Cleanup          : rpm-sign-libs-4.18.0-0.alpha1.6.fc37.aarch64       171/191 
12:13:16 #10 37.90   Cleanup          : python3-gpg-1.17.0-2.fc37.aarch64                  172/191 
12:13:16 #10 37.91   Cleanup          : python3-hawkey-0.67.0-2.fc37.aarch64               173/191 
12:13:16 #10 37.92   Cleanup          : python3-libdnf-0.67.0-2.fc37.aarch64               174/191 
12:13:16 #10 37.93   Cleanup          : libdnf-0.67.0-2.fc37.aarch64                       175/191 
12:13:16 #10 37.94   Cleanup          : rpm-4.18.0-0.alpha1.6.fc37.aarch64                 176/191 
12:13:16 #10 37.95   Cleanup          : rpm-libs-4.18.0-0.alpha1.6.fc37.aarch64            177/191 
12:13:16 #10 37.95   Cleanup          : gpgme-1.17.0-2.fc37.aarch64                        178/191 
12:13:16 #10 37.96   Cleanup          : python3-libcomps-0.1.18-2.fc36.aarch64             179/191 
12:13:16 #10 37.97   Cleanup          : dnf-data-4.12.0-1.fc37.noarch                      180/191 
12:13:16 #10 38.12   Cleanup          : python3-libs-3.10.4-1.fc37.aarch64                 181/191 
12:13:16 #10 38.14   Cleanup          : python3-3.10.4-1.fc37.aarch64                      182/191 
12:13:16 #10 38.15   Cleanup          : ncurses-libs-6.3-2.20220501.fc37.aarch64           183/191 
12:13:16 #10 38.15   Cleanup          : xz-libs-5.2.5-9.fc37.aarch64                       184/191 
12:13:16 #10 38.16   Cleanup          : libcomps-0.1.18-2.fc36.aarch64                     185/191 
12:13:16 #10 38.17   Cleanup          : file-libs-5.41-5.fc37.aarch64                      186/191 
12:13:16 #10 38.17   Cleanup          : elfutils-libelf-0.187-4.fc37.aarch64               187/191 
12:13:16 #10 38.18   Cleanup          : ncurses-base-6.3-2.20220501.fc37.noarch            188/191 
12:13:16 #10 38.19   Cleanup          : glibc-2.35.9000-17.fc37.aarch64                    189/191 
12:13:16 #10 38.20   Cleanup          : glibc-minimal-langpack-2.35.9000-17.fc37.aarch64   190/191 
12:13:16 #10 38.20   Cleanup          : glibc-common-2.35.9000-17.fc37.aarch64             191/191 
12:13:16 #10 38.21   Running scriptlet: rpm-4.18.0-1.fc38.aarch64                          191/191 
12:13:20 #10 38.23   Running scriptlet: glibc-common-2.35.9000-17.fc37.aarch64             191/191 
12:13:20 #10 41.63   Verifying        : ansible-srpm-macros-1-8.1.fc38.noarch                1/191 
12:13:20 #10 41.63   Verifying        : binutils-2.39-3.fc38.aarch64                         2/191 
12:13:20 #10 41.63   Verifying        : binutils-gold-2.39-3.fc38.aarch64                    3/191 
12:13:20 #10 41.63   Verifying        : bzip2-1.0.8-12.fc37.aarch64                          4/191 
12:13:20 #10 41.63   Verifying        : cpio-2.13-13.fc38.aarch64                            5/191 
12:13:20 #10 41.63   Verifying        : dash-0.5.11.5-2.fc37.aarch64                         6/191 
12:13:20 #10 41.63   Verifying        : dbus-libs-1:1.14.2-1.fc38.aarch64                    7/191 
12:13:20 #10 41.63   Verifying        : debugedit-5.0-5.fc37.aarch64                         8/191 
12:13:20 #10 41.63   Verifying        : desktop-file-utils-0.26-7.fc37.aarch64               9/191 
12:13:20 #10 41.63   Verifying        : devscripts-checkbashisms-2.22.2-3.fc37.aarch64      10/191 
12:13:20 #10 41.63   Verifying        : diffutils-3.8-3.fc37.aarch64                        11/191 
12:13:20 #10 41.63   Verifying        : dnf-plugins-core-4.3.1-1.fc38.noarch                12/191 
12:13:20 #10 41.63   Verifying        : dwz-0.14-7.fc37.aarch64                             13/191 
12:13:20 #10 41.63   Verifying        : ed-1.18-2.fc37.aarch64                              14/191 
12:13:20 #10 41.63   Verifying        : efi-srpm-macros-5-6.fc37.noarch                     15/191 
12:13:20 #10 41.63   Verifying        : elfutils-0.187-8.fc38.aarch64                       16/191 
12:13:20 #10 41.63   Verifying        : elfutils-debuginfod-client-0.187-8.fc38.aarch64     17/191 
12:13:20 #10 41.63   Verifying        : emacs-filesystem-1:28.1-3.fc37.noarch               18/191 
12:13:20 #10 41.63   Verifying        : enchant2-2.3.3-2.fc37.aarch64                       19/191 
12:13:20 #10 41.63   Verifying        : file-5.42-4.fc37.aarch64                            20/191 
12:13:20 #10 41.63   Verifying        : fonts-srpm-macros-1:2.0.5-9.fc38.noarch             21/191 
12:13:20 #10 41.63   Verifying        : fpc-srpm-macros-1.3-6.fc37.noarch                   22/191 
12:13:20 #10 41.63   Verifying        : gdb-minimal-12.1-4.fc37.aarch64                     23/191 
12:13:20 #10 41.63   Verifying        : gdk-pixbuf2-2.42.9-2.fc38.aarch64                   24/191 
12:13:20 #10 41.63   Verifying        : ghc-srpm-macros-1.5.0-7.fc37.noarch                 25/191 
12:13:20 #10 41.63   Verifying        : glibc-gconv-extra-2.36.9000-8.fc38.aarch64          26/191 
12:13:20 #10 41.63   Verifying        : gnat-srpm-macros-4-16.fc37.noarch                   27/191 
12:13:20 #10 41.63   Verifying        : go-srpm-macros-3.2.0-1.fc38.noarch                  28/191 
12:13:20 #10 41.63   Verifying        : groff-base-1.22.4-10.fc37.aarch64                   29/191 
12:13:20 #10 41.63   Verifying        : hunspell-1.7.1-1.fc38.aarch64                       30/191 
12:13:20 #10 41.63   Verifying        : hunspell-en-0.20201207-1.fc38.noarch                31/191 
12:13:20 #10 41.63   Verifying        : hunspell-en-GB-0.20201207-1.fc38.noarch             32/191 
12:13:20 #10 41.63   Verifying        : hunspell-en-US-0.20201207-1.fc38.noarch             33/191 
12:13:20 #10 41.63   Verifying        : hunspell-filesystem-1.7.1-1.fc38.aarch64            34/191 
12:13:20 #10 41.63   Verifying        : jansson-2.13.1-5.fc37.aarch64                       35/191 
12:13:20 #10 41.63   Verifying        : json-glib-1.6.6-3.fc37.aarch64                      36/191 
12:13:20 #10 41.63   Verifying        : kernel-srpm-macros-1.0-15.fc37.noarch               37/191 
12:13:20 #10 41.63   Verifying        : libappstream-glib-0.8.1-1.fc38.aarch64              38/191 
12:13:20 #10 41.63   Verifying        : libb2-0.98.1-7.fc37.aarch64                         39/191 
12:13:20 #10 41.63   Verifying        : libjpeg-turbo-2.1.4-1.fc38.aarch64                  40/191 
12:13:20 #10 41.63   Verifying        : libpkgconf-1.8.0-3.fc37.aarch64                     41/191 
12:13:20 #10 41.63   Verifying        : libpng-2:1.6.37-13.fc37.aarch64                     42/191 
12:13:20 #10 41.63   Verifying        : libstemmer-0-19.585svn.fc37.aarch64                 43/191 
12:13:20 #10 41.63   Verifying        : lua-srpm-macros-1-7.fc37.noarch                     44/191 
12:13:20 #10 41.63   Verifying        : ncurses-6.3-3.20220501.fc37.aarch64                 45/191 
12:13:20 #10 41.63   Verifying        : nim-srpm-macros-3-7.fc37.noarch                     46/191 
12:13:20 #10 41.63   Verifying        : ocaml-srpm-macros-7-2.fc37.noarch                   47/191 
12:13:20 #10 41.63   Verifying        : openblas-srpm-macros-2-12.fc37.noarch               48/191 
12:13:20 #10 41.63   Verifying        : package-notes-srpm-macros-0.5-6.fc38.noarch         49/191 
12:13:20 #10 41.63   Verifying        : patch-2.7.6-17.fc37.aarch64                         50/191 
12:13:20 #10 41.63   Verifying        : perl-AutoLoader-5.74-492.fc38.noarch                51/191 
12:13:20 #10 41.63   Verifying        : perl-B-1.83-492.fc38.aarch64                        52/191 
12:13:20 #10 41.63   Verifying        : perl-Carp-1.52-489.fc37.noarch                      53/191 
12:13:20 #10 41.63   Verifying        : perl-Class-Struct-0.66-492.fc38.noarch              54/191 
12:13:20 #10 41.63   Verifying        : perl-Data-Dumper-2.184-490.fc37.aarch64             55/191 
12:13:20 #10 41.63   Verifying        : perl-Digest-1.20-489.fc37.noarch                    56/191 
12:13:20 #10 41.63   Verifying        : perl-Digest-MD5-2.58-489.fc37.aarch64               57/191 
12:13:20 #10 41.63   Verifying        : perl-DynaLoader-1.52-492.fc38.aarch64               58/191 
12:13:20 #10 41.63   Verifying        : perl-Encode-4:3.19-492.fc38.aarch64                 59/191 
12:13:20 #10 41.63   Verifying        : perl-Errno-1.36-492.fc38.aarch64                    60/191 
12:13:20 #10 41.64   Verifying        : perl-Exporter-5.77-489.fc37.noarch                  61/191 
12:13:20 #10 41.64   Verifying        : perl-Fcntl-1.15-492.fc38.aarch64                    62/191 
12:13:20 #10 41.64   Verifying        : perl-File-Basename-2.85-492.fc38.noarch             63/191 
12:13:20 #10 41.64   Verifying        : perl-File-Path-2.18-489.fc37.noarch                 64/191 
12:13:20 #10 41.64   Verifying        : perl-File-Temp-1:0.231.100-489.fc37.noarch          65/191 
12:13:20 #10 41.64   Verifying        : perl-File-stat-1.12-492.fc38.noarch                 66/191 
12:13:20 #10 41.64   Verifying        : perl-FileHandle-2.03-492.fc38.noarch                67/191 
12:13:20 #10 41.64   Verifying        : perl-Getopt-Long-1:2.52-489.fc37.noarch             68/191 
12:13:20 #10 41.64   Verifying        : perl-Getopt-Std-1.13-492.fc38.noarch                69/191 
12:13:20 #10 41.64   Verifying        : perl-HTTP-Tiny-0.082-1.fc37.noarch                  70/191 
12:13:20 #10 41.64   Verifying        : perl-IO-1.50-492.fc38.aarch64                       71/191 
12:13:20 #10 41.64   Verifying        : perl-IO-Socket-IP-0.41-490.fc37.noarch              72/191 
12:13:20 #10 41.64   Verifying        : perl-IO-Socket-SSL-2.075-1.fc38.noarch              73/191 
12:13:20 #10 41.64   Verifying        : perl-IPC-Open3-1.22-492.fc38.noarch                 74/191 
12:13:20 #10 41.64   Verifying        : perl-MIME-Base64-3.16-489.fc37.aarch64              75/191 
12:13:20 #10 41.64   Verifying        : perl-Mozilla-CA-20211001-4.fc37.noarch              76/191 
12:13:20 #10 41.64   Verifying        : perl-NDBM_File-1.15-492.fc38.aarch64                77/191 
12:13:20 #10 41.64   Verifying        : perl-Net-SSLeay-1.92-4.fc37.aarch64                 78/191 
12:13:20 #10 41.64   Verifying        : perl-POSIX-2.03-492.fc38.aarch64                    79/191 
12:13:20 #10 41.64   Verifying        : perl-PathTools-3.84-489.fc37.aarch64                80/191 
12:13:20 #10 41.64   Verifying        : perl-Pod-Escapes-1:1.07-489.fc37.noarch             81/191 
12:13:20 #10 41.64   Verifying        : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            82/191 
12:13:20 #10 41.64   Verifying        : perl-Pod-Simple-1:3.43-490.fc37.noarch              83/191 
12:13:20 #10 41.64   Verifying        : perl-Pod-Usage-4:2.03-3.fc37.noarch                 84/191 
12:13:20 #10 41.64   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc38.aarch64      85/191 
12:13:20 #10 41.64   Verifying        : perl-SelectSaver-1.02-492.fc38.noarch               86/191 
12:13:20 #10 41.64   Verifying        : perl-Socket-4:2.036-1.fc38.aarch64                  87/191 
12:13:20 #10 41.64   Verifying        : perl-Storable-1:3.26-489.fc37.aarch64               88/191 
12:13:20 #10 41.64   Verifying        : perl-Symbol-1.09-492.fc38.noarch                    89/191 
12:13:20 #10 41.64   Verifying        : perl-Term-ANSIColor-5.01-490.fc37.noarch            90/191 
12:13:20 #10 41.64   Verifying        : perl-Term-Cap-1.17-489.fc37.noarch                  91/191 
12:13:20 #10 41.64   Verifying        : perl-Text-ParseWords-3.31-489.fc37.noarch           92/191 
12:13:20 #10 41.64   Verifying        : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       93/191 
12:13:20 #10 41.64   Verifying        : perl-Time-Local-2:1.300-489.fc37.noarch             94/191 
12:13:20 #10 41.64   Verifying        : perl-URI-5.12-2.fc37.noarch                         95/191 
12:13:20 #10 41.64   Verifying        : perl-base-2.27-492.fc38.noarch                      96/191 
12:13:20 #10 41.64   Verifying        : perl-constant-1.33-490.fc37.noarch                  97/191 
12:13:20 #10 41.64   Verifying        : perl-if-0.61.000-492.fc38.noarch                    98/191 
12:13:20 #10 41.64   Verifying        : perl-interpreter-4:5.36.0-492.fc38.aarch64          99/191 
12:13:20 #10 41.64   Verifying        : perl-libnet-3.14-490.fc37.noarch                   100/191 
12:13:20 #10 41.64   Verifying        : perl-libs-4:5.36.0-492.fc38.aarch64                101/191 
12:13:20 #10 41.64   Verifying        : perl-mro-1.26-492.fc38.aarch64                     102/191 
12:13:20 #10 41.64   Verifying        : perl-overload-1.35-492.fc38.noarch                 103/191 
12:13:20 #10 41.64   Verifying        : perl-overloading-0.02-492.fc38.noarch              104/191 
12:13:20 #10 41.64   Verifying        : perl-parent-1:0.238-489.fc37.noarch                105/191 
12:13:20 #10 41.64   Verifying        : perl-podlators-1:4.14-489.fc37.noarch              106/191 
12:13:20 #10 41.64   Verifying        : perl-srpm-macros-1-46.fc37.noarch                  107/191 
12:13:20 #10 41.64   Verifying        : perl-subs-1.04-492.fc38.noarch                     108/191 
12:13:20 #10 41.64   Verifying        : perl-vars-1.05-492.fc38.noarch                     109/191 
12:13:20 #10 41.64   Verifying        : pkgconf-1.8.0-3.fc37.aarch64                       110/191 
12:13:20 #10 41.64   Verifying        : pkgconf-m4-1.8.0-3.fc37.noarch                     111/191 
12:13:20 #10 41.64   Verifying        : pkgconf-pkg-config-1.8.0-3.fc37.aarch64            112/191 
12:13:20 #10 41.64   Verifying        : python-srpm-macros-3.11-4.fc37.noarch              113/191 
12:13:20 #10 41.64   Verifying        : python3-construct-2.10.68-3.fc37.noarch            114/191 
12:13:20 #10 41.64   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch             115/191 
12:13:20 #10 41.64   Verifying        : python3-dbus-1.3.2-1.fc38.aarch64                  116/191 
12:13:20 #10 41.64   Verifying        : python3-distro-1.7.0-3.fc37.noarch                 117/191 
12:13:20 #10 41.64   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc38.noarch       118/191 
12:13:20 #10 41.64   Verifying        : python3-enchant-3.2.2-5.fc38.noarch                119/191 
12:13:20 #10 41.64   Verifying        : python3-pybeam-0.7-4.fc37.noarch                   120/191 
12:13:20 #10 41.64   Verifying        : python3-pyxdg-0.27-6.fc37.noarch                   121/191 
12:13:20 #10 41.64   Verifying        : python3-six-1.16.0-8.fc37.noarch                   122/191 
12:13:20 #10 41.64   Verifying        : python3-toml-0.10.2-9.fc37.noarch                  123/191 
12:13:20 #10 41.64   Verifying        : python3-zstd-1.4.5.1-8.fc37.aarch64                124/191 
12:13:20 #10 41.64   Verifying        : qt5-srpm-macros-5.15.6-1.fc38.noarch               125/191 
12:13:20 #10 41.64   Verifying        : redhat-rpm-config-231-1.fc38.noarch                126/191 
12:13:20 #10 41.64   Verifying        : rpm-build-4.18.0-1.fc38.aarch64                    127/191 
12:13:20 #10 41.64   Verifying        : rpmautospec-rpm-macros-0.3.0-1.fc37.noarch         128/191 
12:13:20 #10 41.64   Verifying        : rpmlint-2.2.0-7.fc38.noarch                        129/191 
12:13:20 #10 41.64   Verifying        : rpmlint-fedora-license-data-1.4-1.fc38.noarch      130/191 
12:13:20 #10 41.64   Verifying        : rust-srpm-macros-22-1.fc37.noarch                  131/191 
12:13:20 #10 41.64   Verifying        : shared-mime-info-2.2-2.fc37.aarch64                132/191 
12:13:20 #10 41.64   Verifying        : unzip-6.0-58.fc37.aarch64                          133/191 
12:13:20 #10 41.64   Verifying        : xxhash-libs-0.8.1-3.fc37.aarch64                   134/191 
12:13:20 #10 41.64   Verifying        : xz-5.2.6-1.fc38.aarch64                            135/191 
12:13:20 #10 41.64   Verifying        : zip-3.0-33.fc37.aarch64                            136/191 
12:13:20 #10 41.64   Verifying        : zstd-1.5.2-3.fc37.aarch64                          137/191 
12:13:20 #10 41.64   Verifying        : dnf-4.14.0-1.fc38.noarch                           138/191 
12:13:20 #10 41.64   Verifying        : dnf-4.12.0-1.fc37.noarch                           139/191 
12:13:20 #10 41.64   Verifying        : dnf-data-4.14.0-1.fc38.noarch                      140/191 
12:13:20 #10 41.64   Verifying        : dnf-data-4.12.0-1.fc37.noarch                      141/191 
12:13:20 #10 41.64   Verifying        : elfutils-libelf-0.187-8.fc38.aarch64               142/191 
12:13:20 #10 41.64   Verifying        : elfutils-libelf-0.187-4.fc37.aarch64               143/191 
12:13:20 #10 41.64   Verifying        : elfutils-libs-0.187-8.fc38.aarch64                 144/191 
12:13:20 #10 41.64   Verifying        : elfutils-libs-0.187-4.fc37.aarch64                 145/191 
12:13:20 #10 41.64   Verifying        : file-libs-5.42-4.fc37.aarch64                      146/191 
12:13:20 #10 41.64   Verifying        : file-libs-5.41-5.fc37.aarch64                      147/191 
12:13:20 #10 41.64   Verifying        : glibc-2.36.9000-8.fc38.aarch64                     148/191 
12:13:20 #10 41.64   Verifying        : glibc-2.35.9000-17.fc37.aarch64                    149/191 
12:13:20 #10 41.64   Verifying        : glibc-common-2.36.9000-8.fc38.aarch64              150/191 
12:13:20 #10 41.64   Verifying        : glibc-common-2.35.9000-17.fc37.aarch64             151/191 
12:13:20 #10 41.64   Verifying        : glibc-minimal-langpack-2.36.9000-8.fc38.aarch64    152/191 
12:13:20 #10 41.64   Verifying        : glibc-minimal-langpack-2.35.9000-17.fc37.aarch64   153/191 
12:13:20 #10 41.64   Verifying        : gpgme-1.17.0-4.fc37.aarch64                        154/191 
12:13:20 #10 41.64   Verifying        : gpgme-1.17.0-2.fc37.aarch64                        155/191 
12:13:20 #10 41.64   Verifying        : libcomps-0.1.18-4.fc37.aarch64                     156/191 
12:13:20 #10 41.65   Verifying        : libcomps-0.1.18-2.fc36.aarch64                     157/191 
12:13:20 #10 41.65   Verifying        : libdnf-0.68.0-1.fc38.aarch64                       158/191 
12:13:20 #10 41.65   Verifying        : libdnf-0.67.0-2.fc37.aarch64                       159/191 
12:13:20 #10 41.65   Verifying        : ncurses-base-6.3-3.20220501.fc37.noarch            160/191 
12:13:20 #10 41.65   Verifying        : ncurses-base-6.3-2.20220501.fc37.noarch            161/191 
12:13:20 #10 41.65   Verifying        : ncurses-libs-6.3-3.20220501.fc37.aarch64           162/191 
12:13:20 #10 41.65   Verifying        : ncurses-libs-6.3-2.20220501.fc37.aarch64           163/191 
12:13:20 #10 41.65   Verifying        : python3-3.11.0~rc2-1.fc38.aarch64                  164/191 
12:13:20 #10 41.65   Verifying        : python3-3.10.4-1.fc37.aarch64                      165/191 
12:13:20 #10 41.65   Verifying        : python3-dnf-4.14.0-1.fc38.noarch                   166/191 
12:13:20 #10 41.65   Verifying        : python3-dnf-4.12.0-1.fc37.noarch                   167/191 
12:13:20 #10 41.65   Verifying        : python3-gpg-1.17.0-4.fc37.aarch64                  168/191 
12:13:20 #10 41.65   Verifying        : python3-gpg-1.17.0-2.fc37.aarch64                  169/191 
12:13:20 #10 41.65   Verifying        : python3-hawkey-0.68.0-1.fc38.aarch64               170/191 
12:13:20 #10 41.65   Verifying        : python3-hawkey-0.67.0-2.fc37.aarch64               171/191 
12:13:20 #10 41.65   Verifying        : python3-libcomps-0.1.18-4.fc37.aarch64             172/191 
12:13:20 #10 41.65   Verifying        : python3-libcomps-0.1.18-2.fc36.aarch64             173/191 
12:13:20 #10 41.65   Verifying        : python3-libdnf-0.68.0-1.fc38.aarch64               174/191 
12:13:20 #10 41.65   Verifying        : python3-libdnf-0.67.0-2.fc37.aarch64               175/191 
12:13:20 #10 41.65   Verifying        : python3-libs-3.11.0~rc2-1.fc38.aarch64             176/191 
12:13:20 #10 41.65   Verifying        : python3-libs-3.10.4-1.fc37.aarch64                 177/191 
12:13:20 #10 41.65   Verifying        : python3-rpm-4.18.0-1.fc38.aarch64                  178/191 
12:13:20 #10 41.65   Verifying        : python3-rpm-4.18.0-0.alpha1.6.fc37.aarch64         179/191 
12:13:20 #10 41.65   Verifying        : rpm-4.18.0-1.fc38.aarch64                          180/191 
12:13:20 #10 41.65   Verifying        : rpm-4.18.0-0.alpha1.6.fc37.aarch64                 181/191 
12:13:20 #10 41.65   Verifying        : rpm-build-libs-4.18.0-1.fc38.aarch64               182/191 
12:13:20 #10 41.65   Verifying        : rpm-build-libs-4.18.0-0.alpha1.6.fc37.aarch64      183/191 
12:13:20 #10 41.65   Verifying        : rpm-libs-4.18.0-1.fc38.aarch64                     184/191 
12:13:20 #10 41.65   Verifying        : rpm-libs-4.18.0-0.alpha1.6.fc37.aarch64            185/191 
12:13:20 #10 41.65   Verifying        : rpm-sign-libs-4.18.0-1.fc38.aarch64                186/191 
12:13:20 #10 41.65   Verifying        : rpm-sign-libs-4.18.0-0.alpha1.6.fc37.aarch64       187/191 
12:13:20 #10 41.65   Verifying        : xz-libs-5.2.6-1.fc38.aarch64                       188/191 
12:13:20 #10 41.65   Verifying        : xz-libs-5.2.5-9.fc37.aarch64                       189/191 
12:13:20 #10 41.65   Verifying        : yum-4.14.0-1.fc38.noarch                           190/191 
12:13:20 #10 41.65   Verifying        : yum-4.12.0-1.fc37.noarch                           191/191 
12:13:20 #10 41.84 
12:13:20 #10 41.84 Upgraded:
12:13:20 #10 41.84   dnf-4.14.0-1.fc38.noarch                                                      
12:13:20 #10 41.84   dnf-data-4.14.0-1.fc38.noarch                                                 
12:13:20 #10 41.84   elfutils-libelf-0.187-8.fc38.aarch64                                          
12:13:20 #10 41.84   elfutils-libs-0.187-8.fc38.aarch64                                            
12:13:20 #10 41.84   file-libs-5.42-4.fc37.aarch64                                                 
12:13:20 #10 41.84   glibc-2.36.9000-8.fc38.aarch64                                                
12:13:20 #10 41.84   glibc-common-2.36.9000-8.fc38.aarch64                                         
12:13:20 #10 41.84   glibc-minimal-langpack-2.36.9000-8.fc38.aarch64                               
12:13:20 #10 41.84   gpgme-1.17.0-4.fc37.aarch64                                                   
12:13:20 #10 41.84   libcomps-0.1.18-4.fc37.aarch64                                                
12:13:20 #10 41.84   libdnf-0.68.0-1.fc38.aarch64                                                  
12:13:20 #10 41.84   ncurses-base-6.3-3.20220501.fc37.noarch                                       
12:13:20 #10 41.84   ncurses-libs-6.3-3.20220501.fc37.aarch64                                      
12:13:20 #10 41.84   python3-3.11.0~rc2-1.fc38.aarch64                                             
12:13:20 #10 41.84   python3-dnf-4.14.0-1.fc38.noarch                                              
12:13:20 #10 41.84   python3-gpg-1.17.0-4.fc37.aarch64                                             
12:13:20 #10 41.84   python3-hawkey-0.68.0-1.fc38.aarch64                                          
12:13:20 #10 41.84   python3-libcomps-0.1.18-4.fc37.aarch64                                        
12:13:20 #10 41.84   python3-libdnf-0.68.0-1.fc38.aarch64                                          
12:13:20 #10 41.84   python3-libs-3.11.0~rc2-1.fc38.aarch64                                        
12:13:20 #10 41.84   python3-rpm-4.18.0-1.fc38.aarch64                                             
12:13:20 #10 41.84   rpm-4.18.0-1.fc38.aarch64                                                     
12:13:20 #10 41.84   rpm-build-libs-4.18.0-1.fc38.aarch64                                          
12:13:20 #10 41.84   rpm-libs-4.18.0-1.fc38.aarch64                                                
12:13:20 #10 41.84   rpm-sign-libs-4.18.0-1.fc38.aarch64                                           
12:13:20 #10 41.84   xz-libs-5.2.6-1.fc38.aarch64                                                  
12:13:20 #10 41.84   yum-4.14.0-1.fc38.noarch                                                      
12:13:20 #10 41.84 Installed:
12:13:20 #10 41.84   ansible-srpm-macros-1-8.1.fc38.noarch                                         
12:13:20 #10 41.84   binutils-2.39-3.fc38.aarch64                                                  
12:13:20 #10 41.84   binutils-gold-2.39-3.fc38.aarch64                                             
12:13:20 #10 41.84   bzip2-1.0.8-12.fc37.aarch64                                                   
12:13:20 #10 41.84   cpio-2.13-13.fc38.aarch64                                                     
12:13:20 #10 41.84   dash-0.5.11.5-2.fc37.aarch64                                                  
12:13:20 #10 41.84   dbus-libs-1:1.14.2-1.fc38.aarch64                                             
12:13:20 #10 41.84   debugedit-5.0-5.fc37.aarch64                                                  
12:13:20 #10 41.84   desktop-file-utils-0.26-7.fc37.aarch64                                        
12:13:20 #10 41.84   devscripts-checkbashisms-2.22.2-3.fc37.aarch64                                
12:13:20 #10 41.84   diffutils-3.8-3.fc37.aarch64                                                  
12:13:20 #10 41.84   dnf-plugins-core-4.3.1-1.fc38.noarch                                          
12:13:20 #10 41.84   dwz-0.14-7.fc37.aarch64                                                       
12:13:20 #10 41.84   ed-1.18-2.fc37.aarch64                                                        
12:13:20 #10 41.84   efi-srpm-macros-5-6.fc37.noarch                                               
12:13:20 #10 41.84   elfutils-0.187-8.fc38.aarch64                                                 
12:13:20 #10 41.84   elfutils-debuginfod-client-0.187-8.fc38.aarch64                               
12:13:20 #10 41.84   emacs-filesystem-1:28.1-3.fc37.noarch                                         
12:13:20 #10 41.84   enchant2-2.3.3-2.fc37.aarch64                                                 
12:13:20 #10 41.84   file-5.42-4.fc37.aarch64                                                      
12:13:20 #10 41.84   fonts-srpm-macros-1:2.0.5-9.fc38.noarch                                       
12:13:20 #10 41.84   fpc-srpm-macros-1.3-6.fc37.noarch                                             
12:13:20 #10 41.84   gdb-minimal-12.1-4.fc37.aarch64                                               
12:13:20 #10 41.84   gdk-pixbuf2-2.42.9-2.fc38.aarch64                                             
12:13:20 #10 41.84   ghc-srpm-macros-1.5.0-7.fc37.noarch                                           
12:13:20 #10 41.84   glibc-gconv-extra-2.36.9000-8.fc38.aarch64                                    
12:13:20 #10 41.84   gnat-srpm-macros-4-16.fc37.noarch                                             
12:13:20 #10 41.84   go-srpm-macros-3.2.0-1.fc38.noarch                                            
12:13:20 #10 41.84   groff-base-1.22.4-10.fc37.aarch64                                             
12:13:20 #10 41.84   hunspell-1.7.1-1.fc38.aarch64                                                 
12:13:20 #10 41.84   hunspell-en-0.20201207-1.fc38.noarch                                          
12:13:20 #10 41.84   hunspell-en-GB-0.20201207-1.fc38.noarch                                       
12:13:20 #10 41.84   hunspell-en-US-0.20201207-1.fc38.noarch                                       
12:13:20 #10 41.84   hunspell-filesystem-1.7.1-1.fc38.aarch64                                      
12:13:20 #10 41.84   jansson-2.13.1-5.fc37.aarch64                                                 
12:13:20 #10 41.84   json-glib-1.6.6-3.fc37.aarch64                                                
12:13:20 #10 41.84   kernel-srpm-macros-1.0-15.fc37.noarch                                         
12:13:20 #10 41.84   libappstream-glib-0.8.1-1.fc38.aarch64                                        
12:13:20 #10 41.84   libb2-0.98.1-7.fc37.aarch64                                                   
12:13:20 #10 41.84   libjpeg-turbo-2.1.4-1.fc38.aarch64                                            
12:13:20 #10 41.84   libpkgconf-1.8.0-3.fc37.aarch64                                               
12:13:20 #10 41.84   libpng-2:1.6.37-13.fc37.aarch64                                               
12:13:20 #10 41.84   libstemmer-0-19.585svn.fc37.aarch64                                           
12:13:20 #10 41.84   lua-srpm-macros-1-7.fc37.noarch                                               
12:13:20 #10 41.84   ncurses-6.3-3.20220501.fc37.aarch64                                           
12:13:20 #10 41.84   nim-srpm-macros-3-7.fc37.noarch                                               
12:13:20 #10 41.84   ocaml-srpm-macros-7-2.fc37.noarch                                             
12:13:20 #10 41.84   openblas-srpm-macros-2-12.fc37.noarch                                         
12:13:20 #10 41.84   package-notes-srpm-macros-0.5-6.fc38.noarch                                   
12:13:20 #10 41.84   patch-2.7.6-17.fc37.aarch64                                                   
12:13:20 #10 41.84   perl-AutoLoader-5.74-492.fc38.noarch                                          
12:13:20 #10 41.84   perl-B-1.83-492.fc38.aarch64                                                  
12:13:20 #10 41.84   perl-Carp-1.52-489.fc37.noarch                                                
12:13:20 #10 41.84   perl-Class-Struct-0.66-492.fc38.noarch                                        
12:13:20 #10 41.84   perl-Data-Dumper-2.184-490.fc37.aarch64                                       
12:13:20 #10 41.84   perl-Digest-1.20-489.fc37.noarch                                              
12:13:20 #10 41.84   perl-Digest-MD5-2.58-489.fc37.aarch64                                         
12:13:20 #10 41.84   perl-DynaLoader-1.52-492.fc38.aarch64                                         
12:13:20 #10 41.84   perl-Encode-4:3.19-492.fc38.aarch64                                           
12:13:20 #10 41.84   perl-Errno-1.36-492.fc38.aarch64                                              
12:13:20 #10 41.84   perl-Exporter-5.77-489.fc37.noarch                                            
12:13:20 #10 41.84   perl-Fcntl-1.15-492.fc38.aarch64                                              
12:13:20 #10 41.84   perl-File-Basename-2.85-492.fc38.noarch                                       
12:13:20 #10 41.84   perl-File-Path-2.18-489.fc37.noarch                                           
12:13:20 #10 41.84   perl-File-Temp-1:0.231.100-489.fc37.noarch                                    
12:13:20 #10 41.84   perl-File-stat-1.12-492.fc38.noarch                                           
12:13:20 #10 41.84   perl-FileHandle-2.03-492.fc38.noarch                                          
12:13:20 #10 41.84   perl-Getopt-Long-1:2.52-489.fc37.noarch                                       
12:13:20 #10 41.84   perl-Getopt-Std-1.13-492.fc38.noarch                                          
12:13:20 #10 41.84   perl-HTTP-Tiny-0.082-1.fc37.noarch                                            
12:13:20 #10 41.84   perl-IO-1.50-492.fc38.aarch64                                                 
12:13:20 #10 41.84   perl-IO-Socket-IP-0.41-490.fc37.noarch                                        
12:13:20 #10 41.84   perl-IO-Socket-SSL-2.075-1.fc38.noarch                                        
12:13:20 #10 41.84   perl-IPC-Open3-1.22-492.fc38.noarch                                           
12:13:20 #10 41.84   perl-MIME-Base64-3.16-489.fc37.aarch64                                        
12:13:20 #10 41.84   perl-Mozilla-CA-20211001-4.fc37.noarch                                        
12:13:20 #10 41.84   perl-NDBM_File-1.15-492.fc38.aarch64                                          
12:13:20 #10 41.84   perl-Net-SSLeay-1.92-4.fc37.aarch64                                           
12:13:20 #10 41.84   perl-POSIX-2.03-492.fc38.aarch64                                              
12:13:20 #10 41.84   perl-PathTools-3.84-489.fc37.aarch64                                          
12:13:20 #10 41.84   perl-Pod-Escapes-1:1.07-489.fc37.noarch                                       
12:13:20 #10 41.84   perl-Pod-Perldoc-3.28.01-490.fc37.noarch                                      
12:13:20 #10 41.84   perl-Pod-Simple-1:3.43-490.fc37.noarch                                        
12:13:20 #10 41.84   perl-Pod-Usage-4:2.03-3.fc37.noarch                                           
12:13:20 #10 41.84   perl-Scalar-List-Utils-5:1.63-489.fc38.aarch64                                
12:13:20 #10 41.84   perl-SelectSaver-1.02-492.fc38.noarch                                         
12:13:20 #10 41.84   perl-Socket-4:2.036-1.fc38.aarch64                                            
12:13:20 #10 41.84   perl-Storable-1:3.26-489.fc37.aarch64                                         
12:13:20 #10 41.84   perl-Symbol-1.09-492.fc38.noarch                                              
12:13:20 #10 41.84   perl-Term-ANSIColor-5.01-490.fc37.noarch                                      
12:13:20 #10 41.84   perl-Term-Cap-1.17-489.fc37.noarch                                            
12:13:20 #10 41.84   perl-Text-ParseWords-3.31-489.fc37.noarch                                     
12:13:20 #10 41.84   perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch                                 
12:13:20 #10 41.84   perl-Time-Local-2:1.300-489.fc37.noarch                                       
12:13:20 #10 41.84   perl-URI-5.12-2.fc37.noarch                                                   
12:13:20 #10 41.84   perl-base-2.27-492.fc38.noarch                                                
12:13:20 #10 41.84   perl-constant-1.33-490.fc37.noarch                                            
12:13:20 #10 41.84   perl-if-0.61.000-492.fc38.noarch                                              
12:13:20 #10 41.84   perl-interpreter-4:5.36.0-492.fc38.aarch64                                    
12:13:20 #10 41.84   perl-libnet-3.14-490.fc37.noarch                                              
12:13:20 #10 41.84   perl-libs-4:5.36.0-492.fc38.aarch64                                           
12:13:20 #10 41.84   perl-mro-1.26-492.fc38.aarch64                                                
12:13:20 #10 41.84   perl-overload-1.35-492.fc38.noarch                                            
12:13:20 #10 41.84   perl-overloading-0.02-492.fc38.noarch                                         
12:13:20 #10 41.84   perl-parent-1:0.238-489.fc37.noarch                                           
12:13:20 #10 41.84   perl-podlators-1:4.14-489.fc37.noarch                                         
12:13:20 #10 41.84   perl-srpm-macros-1-46.fc37.noarch                                             
12:13:20 #10 41.84   perl-subs-1.04-492.fc38.noarch                                                
12:13:20 #10 41.84   perl-vars-1.05-492.fc38.noarch                                                
12:13:20 #10 41.84   pkgconf-1.8.0-3.fc37.aarch64                                                  
12:13:20 #10 41.84   pkgconf-m4-1.8.0-3.fc37.noarch                                                
12:13:20 #10 41.84   pkgconf-pkg-config-1.8.0-3.fc37.aarch64                                       
12:13:20 #10 41.84   python-srpm-macros-3.11-4.fc37.noarch                                         
12:13:20 #10 41.84   python3-construct-2.10.68-3.fc37.noarch                                       
12:13:20 #10 41.84   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
12:13:20 #10 41.84   python3-dbus-1.3.2-1.fc38.aarch64                                             
12:13:20 #10 41.84   python3-distro-1.7.0-3.fc37.noarch                                            
12:13:20 #10 41.84   python3-dnf-plugins-core-4.3.1-1.fc38.noarch                                  
12:13:20 #10 41.84   python3-enchant-3.2.2-5.fc38.noarch                                           
12:13:20 #10 41.84   python3-pybeam-0.7-4.fc37.noarch                                              
12:13:20 #10 41.84   python3-pyxdg-0.27-6.fc37.noarch                                              
12:13:20 #10 41.84   python3-six-1.16.0-8.fc37.noarch                                              
12:13:20 #10 41.84   python3-toml-0.10.2-9.fc37.noarch                                             
12:13:20 #10 41.84   python3-zstd-1.4.5.1-8.fc37.aarch64                                           
12:13:20 #10 41.84   qt5-srpm-macros-5.15.6-1.fc38.noarch                                          
12:13:20 #10 41.84   redhat-rpm-config-231-1.fc38.noarch                                           
12:13:20 #10 41.84   rpm-build-4.18.0-1.fc38.aarch64                                               
12:13:20 #10 41.84   rpmautospec-rpm-macros-0.3.0-1.fc37.noarch                                    
12:13:20 #10 41.84   rpmlint-2.2.0-7.fc38.noarch                                                   
12:13:20 #10 41.84   rpmlint-fedora-license-data-1.4-1.fc38.noarch                                 
12:13:20 #10 41.84   rust-srpm-macros-22-1.fc37.noarch                                             
12:13:20 #10 41.84   shared-mime-info-2.2-2.fc37.aarch64                                           
12:13:20 #10 41.84   unzip-6.0-58.fc37.aarch64                                                     
12:13:20 #10 41.84   xxhash-libs-0.8.1-3.fc37.aarch64                                              
12:13:20 #10 41.84   xz-5.2.6-1.fc38.aarch64                                                       
12:13:20 #10 41.84   zip-3.0-33.fc37.aarch64                                                       
12:13:20 #10 41.84   zstd-1.5.2-3.fc37.aarch64                                                     
12:13:20 #10 41.85 
12:13:20 #10 41.85 Complete!
12:13:20 #10 DONE 42.0s
12:13:20 
12:13:20 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
12:13:20 #11 DONE 0.1s
12:13:20 
12:13:20 #12 [stage-1 4/6] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
12:13:21 #12 0.938 Last metadata expiration check: 0:00:17 ago on Mon Oct  3 12:13:04 2022.
12:13:22 #12 1.488 Package bash-5.1.16-2.fc36.aarch64 is already installed.
12:13:22 #12 1.500 Package bash-5.1.16-2.fc36.aarch64 is already installed.
12:13:22 #12 1.501 Package ca-certificates-2021.2.52-3.fc36.noarch is already installed.
12:13:22 #12 1.502 Package libarchive-3.6.1-1.fc37.aarch64 is already installed.
12:13:22 #12 1.502 Package pkgconf-pkg-config-1.8.0-3.fc37.aarch64 is already installed.
12:13:22 #12 1.503 Package tar-2:1.34-3.fc36.aarch64 is already installed.
12:13:22 #12 1.514 Package bash-5.1.16-2.fc36.aarch64 is already installed.
12:13:22 #12 1.608 Dependencies resolved.
12:13:22 #12 1.628 ================================================================================
12:13:22 #12 1.628  Package                      Arch    Version                     Repo     Size
12:13:22 #12 1.628 ================================================================================
12:13:22 #12 1.628 Installing:
12:13:22 #12 1.628  btrfs-progs-devel            aarch64 5.18-3.fc37                 rawhide  54 k
12:13:22 #12 1.628  cmake                        aarch64 3.24.1-1.fc38               rawhide 6.1 M
12:13:22 #12 1.628  device-mapper-devel          aarch64 1.02.185-1.fc38             rawhide  42 k
12:13:22 #12 1.628  gcc                          aarch64 12.2.1-2.fc38               rawhide  29 M
12:13:22 #12 1.628  git                          aarch64 2.38.0-0.2.rc2.fc38         rawhide  65 k
12:13:22 #12 1.628  glibc-static                 aarch64 2.36.9000-8.fc38            rawhide 1.4 M
12:13:22 #12 1.628  libseccomp-devel             aarch64 2.5.3-3.fc37                rawhide  60 k
12:13:22 #12 1.628  libselinux-devel             aarch64 3.4-5.fc37                  rawhide 148 k
12:13:22 #12 1.628  libtool                      aarch64 2.4.7-2.fc37                rawhide 600 k
12:13:22 #12 1.628  libtool-ltdl-devel           aarch64 2.4.7-2.fc37                rawhide 164 k
12:13:22 #12 1.628  make                         aarch64 1:4.3-11.fc37               rawhide 537 k
12:13:22 #12 1.628  selinux-policy-devel         noarch  37.12-1.fc38                rawhide 910 k
12:13:22 #12 1.628  systemd                      aarch64 251.5-607.fc38              rawhide 4.0 M
12:13:22 #12 1.628  systemd-devel                aarch64 251.5-607.fc38              rawhide 579 k
12:13:22 #12 1.628  which                        aarch64 2.21-35.fc37                rawhide  41 k
12:13:22 #12 1.628 Upgrading:
12:13:22 #12 1.628  audit-libs                   aarch64 3.0.9-1.fc38                rawhide 117 k
12:13:22 #12 1.628  crypto-policies              noarch  20220824-2.git2187e9c.fc38  rawhide  86 k
12:13:22 #12 1.628  libblkid                     aarch64 2.38.1-2.fc38               rawhide 106 k
12:13:22 #12 1.628  libcom_err                   aarch64 1.46.5-3.fc37               rawhide  25 k
12:13:22 #12 1.628  libgcc                       aarch64 12.2.1-2.fc38               rawhide  92 k
12:13:22 #12 1.628  libgomp                      aarch64 12.2.1-2.fc38               rawhide 291 k
12:13:22 #12 1.628  libmount                     aarch64 2.38.1-2.fc38               rawhide 133 k
12:13:22 #12 1.628  libselinux                   aarch64 3.4-5.fc37                  rawhide  85 k
12:13:22 #12 1.628  libsemanage                  aarch64 3.4-5.fc37                  rawhide 116 k
12:13:22 #12 1.628  libsepol                     aarch64 3.4-3.fc37                  rawhide 310 k
12:13:22 #12 1.628  libsmartcols                 aarch64 2.38.1-2.fc38               rawhide  63 k
12:13:22 #12 1.628  libuuid                      aarch64 2.38.1-2.fc38               rawhide  28 k
12:13:22 #12 1.628  libxcrypt                    aarch64 4.4.28-3.fc38               rawhide 121 k
12:13:22 #12 1.628  pcre2                        aarch64 10.40-1.fc37.1              rawhide 219 k
12:13:22 #12 1.628  pcre2-syntax                 noarch  10.40-1.fc37.1              rawhide 142 k
12:13:22 #12 1.628  systemd-libs                 aarch64 251.5-607.fc38              rawhide 591 k
12:13:22 #12 1.628  util-linux-core              aarch64 2.38.1-2.fc38               rawhide 472 k
12:13:22 #12 1.628 Installing dependencies:
12:13:22 #12 1.628  annobin-docs                 noarch  10.86-1.fc38                rawhide  92 k
12:13:22 #12 1.628  annobin-plugin-gcc           aarch64 10.86-1.fc38                rawhide 886 k
12:13:22 #12 1.628  autoconf                     noarch  2.71-3.fc37                 rawhide 733 k
12:13:22 #12 1.628  automake                     noarch  1.16.5-9.fc37               rawhide 696 k
12:13:22 #12 1.628  btrfs-progs                  aarch64 5.18-3.fc37                 rawhide 971 k
12:13:22 #12 1.628  checkpolicy                  aarch64 3.4-3.fc37                  rawhide 343 k
12:13:22 #12 1.628  cmake-data                   noarch  3.24.1-1.fc38               rawhide 2.1 M
12:13:22 #12 1.628  cmake-filesystem             aarch64 3.24.1-1.fc38               rawhide  16 k
12:13:22 #12 1.628  cmake-rpm-macros             noarch  3.24.1-1.fc38               rawhide  16 k
12:13:22 #12 1.628  cpp                          aarch64 12.2.1-2.fc38               rawhide 9.2 M
12:13:22 #12 1.628  dbus                         aarch64 1:1.14.2-1.fc38             rawhide 7.7 k
12:13:22 #12 1.628  dbus-broker                  aarch64 32-1.fc37                   rawhide 169 k
12:13:22 #12 1.628  dbus-common                  noarch  1:1.14.2-1.fc38             rawhide  15 k
12:13:22 #12 1.628  device-mapper                aarch64 1.02.185-1.fc38             rawhide 136 k
12:13:22 #12 1.628  device-mapper-libs           aarch64 1.02.185-1.fc38             rawhide 169 k
12:13:22 #12 1.628  e2fsprogs-libs               aarch64 1.46.5-3.fc37               rawhide 223 k
12:13:22 #12 1.628  gc                           aarch64 8.2.2-1.fc38                rawhide 108 k
12:13:22 #12 1.628  gcc-plugin-annobin           aarch64 12.2.1-2.fc38               rawhide  50 k
12:13:22 #12 1.628  git-core                     aarch64 2.38.0-0.2.rc2.fc38         rawhide 4.2 M
12:13:22 #12 1.628  git-core-doc                 noarch  2.38.0-0.2.rc2.fc38         rawhide 2.8 M
12:13:22 #12 1.628  glibc-devel                  aarch64 2.36.9000-8.fc38            rawhide 521 k
12:13:22 #12 1.628  guile22                      aarch64 2.2.7-6.fc37                rawhide 6.5 M
12:13:22 #12 1.628  jsoncpp                      aarch64 1.9.5-3.fc37                rawhide  92 k
12:13:22 #12 1.628  kernel-headers               aarch64 6.0.0-0.rc7.git0.1.fc38     rawhide 1.5 M
12:13:22 #12 1.628  kmod-libs                    aarch64 30-2.fc37                   rawhide  66 k
12:13:22 #12 1.628  less                         aarch64 590-5.fc37                  rawhide 161 k
12:13:22 #12 1.628  libargon2                    aarch64 20190702-1.fc37             rawhide  28 k
12:13:22 #12 1.628  libasan                      aarch64 12.2.1-2.fc38               rawhide 421 k
12:13:22 #12 1.628  libatomic                    aarch64 12.2.1-2.fc38               rawhide  41 k
12:13:22 #12 1.628  libbtrfs                     aarch64 5.18-3.fc37                 rawhide  28 k
12:13:22 #12 1.628  libbtrfsutil                 aarch64 5.18-3.fc37                 rawhide  33 k
12:13:22 #12 1.628  libcbor                      aarch64 0.7.0-7.fc37                rawhide  55 k
12:13:22 #12 1.628  libedit                      aarch64 3.1-42.20210910cvs.fc37     rawhide 103 k
12:13:22 #12 1.628  libfdisk                     aarch64 2.38.1-2.fc38               rawhide 155 k
12:13:22 #12 1.628  libfido2                     aarch64 1.12.0-1.fc38               rawhide  97 k
12:13:22 #12 1.628  libmpc                       aarch64 1.2.1-5.fc37                rawhide  62 k
12:13:22 #12 1.628  libseccomp                   aarch64 2.5.3-3.fc37                rawhide  71 k
12:13:22 #12 1.628  libselinux-utils             aarch64 3.4-5.fc37                  rawhide 160 k
12:13:22 #12 1.628  libsepol-devel               aarch64 3.4-3.fc37                  rawhide  49 k
12:13:22 #12 1.628  libtool-ltdl                 aarch64 2.4.7-2.fc37                rawhide  37 k
12:13:22 #12 1.628  libubsan                     aarch64 12.2.1-2.fc38               rawhide 191 k
12:13:22 #12 1.628  libutempter                  aarch64 1.2.1-7.fc37                rawhide  26 k
12:13:22 #12 1.628  libuv                        aarch64 1:1.44.2-2.fc37             rawhide 148 k
12:13:22 #12 1.628  libxcrypt-devel              aarch64 4.4.28-3.fc38               rawhide  28 k
12:13:22 #12 1.628  libxcrypt-static             aarch64 4.4.28-3.fc38               rawhide 107 k
12:13:22 #12 1.628  lzo                          aarch64 2.10-7.fc37                 rawhide  63 k
12:13:22 #12 1.628  m4                           aarch64 1.4.19-4.fc37               rawhide 299 k
12:13:22 #12 1.628  openssh                      aarch64 9.0p1-5.fc38                rawhide 429 k
12:13:22 #12 1.628  openssh-clients              aarch64 9.0p1-5.fc38                rawhide 685 k
12:13:22 #12 1.628  pcre2-devel                  aarch64 10.40-1.fc37.1              rawhide 505 k
12:13:22 #12 1.628  pcre2-utf16                  aarch64 10.40-1.fc37.1              rawhide 199 k
12:13:22 #12 1.628  pcre2-utf32                  aarch64 10.40-1.fc37.1              rawhide 188 k
12:13:22 #12 1.628  perl-Error                   noarch  1:0.17029-10.fc37           rawhide  41 k
12:13:22 #12 1.628  perl-File-Compare            noarch  1.100.700-492.fc38          rawhide  16 k
12:13:22 #12 1.628  perl-File-Copy               noarch  2.39-492.fc38               rawhide  23 k
12:13:22 #12 1.628  perl-File-Find               noarch  1.40-492.fc38               rawhide  28 k
12:13:22 #12 1.628  perl-Git                     noarch  2.38.0-0.2.rc2.fc38         rawhide  42 k
12:13:22 #12 1.628  perl-TermReadKey             aarch64 2.38-14.fc37                rawhide  36 k
12:13:22 #12 1.628  perl-Thread-Queue            noarch  3.14-489.fc37               rawhide  21 k
12:13:22 #12 1.628  perl-lib                     aarch64 0.65-492.fc38               rawhide  18 k
12:13:22 #12 1.628  perl-threads                 aarch64 1:2.27-489.fc37             rawhide  56 k
12:13:22 #12 1.628  perl-threads-shared          aarch64 1.64-489.fc37               rawhide  43 k
12:13:22 #12 1.628  policycoreutils              aarch64 3.4-6.fc37                  rawhide 239 k
12:13:22 #12 1.628  policycoreutils-devel        aarch64 3.4-6.fc37                  rawhide 145 k
12:13:22 #12 1.628  policycoreutils-python-utils noarch  3.4-6.fc37                  rawhide  80 k
12:13:22 #12 1.628  python3-audit                aarch64 3.0.9-1.fc38                rawhide  87 k
12:13:22 #12 1.628  python3-libselinux           aarch64 3.4-5.fc37                  rawhide 188 k
12:13:22 #12 1.628  python3-libsemanage          aarch64 3.4-5.fc37                  rawhide  84 k
12:13:22 #12 1.628  python3-policycoreutils      noarch  3.4-6.fc37                  rawhide 2.2 M
12:13:22 #12 1.628  python3-setools              aarch64 4.4.0-9.fc37                rawhide 613 k
12:13:22 #12 1.628  python3-setuptools           noarch  65.3.0-1.fc38               rawhide 1.7 M
12:13:22 #12 1.628  rhash                        aarch64 1.4.3-1.fc38                rawhide 191 k
12:13:22 #12 1.628  rpm-plugin-selinux           aarch64 4.18.0-1.fc38               rawhide  20 k
12:13:22 #12 1.628  selinux-policy               noarch  37.12-1.fc38                rawhide  75 k
12:13:22 #12 1.628  selinux-policy-targeted      noarch  37.12-1.fc38                rawhide 6.6 M
12:13:22 #12 1.628  systemd-pam                  aarch64 251.5-607.fc38              rawhide 322 k
12:13:22 #12 1.628  systemd-rpm-macros           noarch  251.5-607.fc38              rawhide  31 k
12:13:22 #12 1.628  util-linux                   aarch64 2.38.1-2.fc38               rawhide 2.3 M
12:13:22 #12 1.628  vim-filesystem               noarch  2:9.0.475-1.fc38            rawhide  20 k
12:13:22 #12 1.628  xkeyboard-config             noarch  2.36-2.fc37                 rawhide 957 k
12:13:22 #12 1.628 Installing weak dependencies:
12:13:22 #12 1.628  cryptsetup-libs              aarch64 2.5.0-1.fc37                rawhide 453 k
12:13:22 #12 1.628  libbpf                       aarch64 2:0.8.0-2.fc37              rawhide 173 k
12:13:22 #12 1.628  libxkbcommon                 aarch64 1.4.1-2.fc37                rawhide 139 k
12:13:22 #12 1.628  qrencode-libs                aarch64 4.1.1-3.fc37                rawhide  61 k
12:13:22 #12 1.628  systemd-networkd             aarch64 251.5-607.fc38              rawhide 572 k
12:13:22 #12 1.628  systemd-resolved             aarch64 251.5-607.fc38              rawhide 264 k
12:13:22 #12 1.628 
12:13:22 #12 1.628 Transaction Summary
12:13:22 #12 1.628 ================================================================================
12:13:22 #12 1.628 Install  101 Packages
12:13:22 #12 1.628 Upgrade   17 Packages
12:13:22 #12 1.628 
12:13:22 #12 1.635 Total download size: 100 M
12:13:22 #12 1.635 Downloading Packages:
12:13:22 #12 2.400 (1/118): annobin-plugin-gcc-10.86-1.fc38.aarch6 2.0 MB/s | 886 kB     00:00    
12:13:22 #12 2.404 (2/118): annobin-docs-10.86-1.fc38.noarch.rpm   210 kB/s |  92 kB     00:00    
12:13:22 #12 2.413 (3/118): autoconf-2.71-3.fc37.noarch.rpm        1.6 MB/s | 733 kB     00:00    
12:13:22 #12 2.418 (4/118): automake-1.16.5-9.fc37.noarch.rpm       38 MB/s | 696 kB     00:00    
12:13:22 #12 2.427 (5/118): btrfs-progs-5.18-3.fc37.aarch64.rpm     50 MB/s | 971 kB     00:00    
12:13:22 #12 2.432 (6/118): btrfs-progs-devel-5.18-3.fc37.aarch64. 5.0 MB/s |  54 kB     00:00    
12:13:22 #12 2.436 (7/118): checkpolicy-3.4-3.fc37.aarch64.rpm      23 MB/s | 343 kB     00:00    
12:13:22 #12 2.455 (8/118): cmake-filesystem-3.24.1-1.fc38.aarch64 1.1 MB/s |  16 kB     00:00    
12:13:22 #12 2.479 (9/118): cmake-3.24.1-1.fc38.aarch64.rpm        121 MB/s | 6.1 MB     00:00    
12:13:23 #12 2.488 (10/118): cmake-data-3.24.1-1.fc38.noarch.rpm    45 MB/s | 2.1 MB     00:00    
12:13:23 #12 2.490 (11/118): cmake-rpm-macros-3.24.1-1.fc38.noarch 467 kB/s |  16 kB     00:00    
12:13:23 #12 2.501 (12/118): cryptsetup-libs-2.5.0-1.fc37.aarch64.  47 MB/s | 453 kB     00:00    
12:13:23 #12 2.505 (13/118): dbus-1.14.2-1.fc38.aarch64.rpm        549 kB/s | 7.7 kB     00:00    
12:13:23 #12 2.522 (14/118): dbus-broker-32-1.fc37.aarch64.rpm     8.3 MB/s | 169 kB     00:00    
12:13:23 #12 2.532 (15/118): dbus-common-1.14.2-1.fc38.noarch.rpm  679 kB/s |  15 kB     00:00    
12:13:23 #12 2.561 (16/118): cpp-12.2.1-2.fc38.aarch64.rpm         133 MB/s | 9.2 MB     00:00    
12:13:23 #12 2.564 (17/118): device-mapper-1.02.185-1.fc38.aarch64 3.6 MB/s | 136 kB     00:00    
12:13:23 #12 2.568 (18/118): device-mapper-devel-1.02.185-1.fc38.a 1.3 MB/s |  42 kB     00:00    
12:13:23 #12 2.573 (19/118): device-mapper-libs-1.02.185-1.fc38.aa  22 MB/s | 169 kB     00:00    
12:13:23 #12 2.576 (20/118): e2fsprogs-libs-1.46.5-3.fc37.aarch64.  20 MB/s | 223 kB     00:00    
12:13:23 #12 2.581 (21/118): gc-8.2.2-1.fc38.aarch64.rpm           9.4 MB/s | 108 kB     00:00    
12:13:23 #12 2.585 (22/118): gcc-plugin-annobin-12.2.1-2.fc38.aarc 6.1 MB/s |  50 kB     00:00    
12:13:23 #12 2.602 (23/118): git-2.38.0-0.2.rc2.fc38.aarch64.rpm   3.2 MB/s |  65 kB     00:00    
12:13:23 #12 2.653 (24/118): git-core-2.38.0-0.2.rc2.fc38.aarch64.  67 MB/s | 4.2 MB     00:00    
12:13:23 #12 2.668 (25/118): git-core-doc-2.38.0-0.2.rc2.fc38.noar  45 MB/s | 2.8 MB     00:00    
12:13:23 #12 2.685 (26/118): glibc-devel-2.36.9000-8.fc38.aarch64.  16 MB/s | 521 kB     00:00    
12:13:23 #12 2.706 (27/118): glibc-static-2.36.9000-8.fc38.aarch64  40 MB/s | 1.4 MB     00:00    
12:13:23 #12 2.750 (28/118): jsoncpp-1.9.5-3.fc37.aarch64.rpm      2.7 MB/s |  92 kB     00:00    
12:13:23 #12 2.788 (29/118): guile22-2.2.7-6.fc37.aarch64.rpm       66 MB/s | 6.5 MB     00:00    
12:13:23 #12 2.804 (30/118): kernel-headers-6.0.0-0.rc7.git0.1.fc3  29 MB/s | 1.5 MB     00:00    
12:13:23 #12 2.811 (31/118): kmod-libs-30-2.fc37.aarch64.rpm       3.1 MB/s |  66 kB     00:00    
12:13:23 #12 2.877 (32/118): gcc-12.2.1-2.fc38.aarch64.rpm          95 MB/s |  29 MB     00:00    
12:13:23 #12 2.889 (33/118): less-590-5.fc37.aarch64.rpm           1.9 MB/s | 161 kB     00:00    
12:13:23 #12 2.893 (34/118): libargon2-20190702-1.fc37.aarch64.rpm 351 kB/s |  28 kB     00:00    
12:13:23 #12 2.900 (35/118): libasan-12.2.1-2.fc38.aarch64.rpm      39 MB/s | 421 kB     00:00    
12:13:23 #12 2.905 (36/118): libatomic-12.2.1-2.fc38.aarch64.rpm   2.7 MB/s |  41 kB     00:00    
12:13:23 #12 2.909 (37/118): libbpf-0.8.0-2.fc37.aarch64.rpm        11 MB/s | 173 kB     00:00    
12:13:23 #12 2.913 (38/118): libbtrfs-5.18-3.fc37.aarch64.rpm      2.4 MB/s |  28 kB     00:00    
12:13:23 #12 2.918 (39/118): libcbor-0.7.0-7.fc37.aarch64.rpm      6.4 MB/s |  55 kB     00:00    
12:13:23 #12 2.923 (40/118): libbtrfsutil-5.18-3.fc37.aarch64.rpm  2.3 MB/s |  33 kB     00:00    
12:13:23 #12 2.927 (41/118): libedit-3.1-42.20210910cvs.fc37.aarch 7.3 MB/s | 103 kB     00:00    
12:13:23 #12 2.932 (42/118): libfdisk-2.38.1-2.fc38.aarch64.rpm     11 MB/s | 155 kB     00:00    
12:13:23 #12 2.936 (43/118): libfido2-1.12.0-1.fc38.aarch64.rpm     12 MB/s |  97 kB     00:00    
12:13:23 #12 2.939 (44/118): libmpc-1.2.1-5.fc37.aarch64.rpm       5.6 MB/s |  62 kB     00:00    
12:13:23 #12 2.944 (45/118): libseccomp-2.5.3-3.fc37.aarch64.rpm   6.7 MB/s |  71 kB     00:00    
12:13:23 #12 2.950 (46/118): libseccomp-devel-2.5.3-3.fc37.aarch64 5.9 MB/s |  60 kB     00:00    
12:13:23 #12 2.953 (47/118): libselinux-devel-3.4-5.fc37.aarch64.r  11 MB/s | 148 kB     00:00    
12:13:23 #12 2.957 (48/118): libselinux-utils-3.4-5.fc37.aarch64.r  12 MB/s | 160 kB     00:00    
12:13:23 #12 2.964 (49/118): libsepol-devel-3.4-3.fc37.aarch64.rpm 4.7 MB/s |  49 kB     00:00    
12:13:23 #12 2.969 (50/118): libtool-2.4.7-2.fc37.aarch64.rpm       39 MB/s | 600 kB     00:00    
12:13:23 #12 2.974 (51/118): libtool-ltdl-2.4.7-2.fc37.aarch64.rpm 2.6 MB/s |  37 kB     00:00    
12:13:23 #12 2.978 (52/118): libubsan-12.2.1-2.fc38.aarch64.rpm     23 MB/s | 191 kB     00:00    
12:13:23 #12 2.982 (53/118): libutempter-1.2.1-7.fc37.aarch64.rpm  3.3 MB/s |  26 kB     00:00    
12:13:23 #12 2.987 (54/118): libuv-1.44.2-2.fc37.aarch64.rpm        18 MB/s | 148 kB     00:00    
12:13:23 #12 2.992 (55/118): libtool-ltdl-devel-2.4.7-2.fc37.aarch 7.4 MB/s | 164 kB     00:00    
12:13:23 #12 2.995 (56/118): libxcrypt-devel-4.4.28-3.fc38.aarch64 2.3 MB/s |  28 kB     00:00    
12:13:23 #12 3.000 (57/118): libxcrypt-static-4.4.28-3.fc38.aarch6 9.1 MB/s | 107 kB     00:00    
12:13:23 #12 3.005 (58/118): libxkbcommon-1.4.1-2.fc37.aarch64.rpm  15 MB/s | 139 kB     00:00    
12:13:23 #12 3.008 (59/118): lzo-2.10-7.fc37.aarch64.rpm           5.2 MB/s |  63 kB     00:00    
12:13:23 #12 3.013 (60/118): m4-1.4.19-4.fc37.aarch64.rpm           24 MB/s | 299 kB     00:00    
12:13:23 #12 3.020 (61/118): openssh-9.0p1-5.fc38.aarch64.rpm       39 MB/s | 429 kB     00:00    
12:13:23 #12 3.027 (62/118): make-4.3-11.fc37.aarch64.rpm           30 MB/s | 537 kB     00:00    
12:13:23 #12 3.032 (63/118): openssh-clients-9.0p1-5.fc38.aarch64.  42 MB/s | 685 kB     00:00    
12:13:23 #12 3.038 (64/118): pcre2-devel-10.40-1.fc37.1.aarch64.rp  31 MB/s | 505 kB     00:00    
12:13:23 #12 3.044 (65/118): pcre2-utf16-10.40-1.fc37.1.aarch64.rp  18 MB/s | 199 kB     00:00    
12:13:23 #12 3.050 (66/118): pcre2-utf32-10.40-1.fc37.1.aarch64.rp  11 MB/s | 188 kB     00:00    
12:13:23 #12 3.056 (67/118): perl-Error-0.17029-10.fc37.noarch.rpm 2.3 MB/s |  41 kB     00:00    
12:13:23 #12 3.060 (68/118): perl-File-Compare-1.100.700-492.fc38. 1.7 MB/s |  16 kB     00:00    
12:13:23 #12 3.063 (69/118): perl-File-Copy-2.39-492.fc38.noarch.r 1.8 MB/s |  23 kB     00:00    
12:13:23 #12 3.068 (70/118): perl-File-Find-1.40-492.fc38.noarch.r 2.5 MB/s |  28 kB     00:00    
12:13:23 #12 3.074 (71/118): perl-Git-2.38.0-0.2.rc2.fc38.noarch.r 4.2 MB/s |  42 kB     00:00    
12:13:23 #12 3.079 (72/118): perl-TermReadKey-2.38-14.fc37.aarch64 2.3 MB/s |  36 kB     00:00    
12:13:23 #12 3.083 (73/118): perl-Thread-Queue-3.14-489.fc37.noarc 1.5 MB/s |  21 kB     00:00    
12:13:23 #12 3.088 (74/118): perl-lib-0.65-492.fc38.aarch64.rpm    2.2 MB/s |  18 kB     00:00    
12:13:23 #12 3.090 (75/118): perl-threads-2.27-489.fc37.aarch64.rp 5.2 MB/s |  56 kB     00:00    
12:13:23 #12 3.094 (76/118): perl-threads-shared-1.64-489.fc37.aar 4.0 MB/s |  43 kB     00:00    
12:13:23 #12 3.099 (77/118): policycoreutils-3.4-6.fc37.aarch64.rp  31 MB/s | 239 kB     00:00    
12:13:23 #12 3.103 (78/118): policycoreutils-devel-3.4-6.fc37.aarc  12 MB/s | 145 kB     00:00    
12:13:23 #12 3.106 (79/118): policycoreutils-python-utils-3.4-6.fc 7.3 MB/s |  80 kB     00:00    
12:13:23 #12 3.110 (80/118): python3-audit-3.0.9-1.fc38.aarch64.rp 8.4 MB/s |  87 kB     00:00    
12:13:23 #12 3.114 (81/118): python3-libsemanage-3.4-5.fc37.aarch6  11 MB/s |  84 kB     00:00    
12:13:23 #12 3.123 (82/118): python3-libselinux-3.4-5.fc37.aarch64  12 MB/s | 188 kB     00:00    
12:13:23 #12 3.136 (83/118): python3-policycoreutils-3.4-6.fc37.no  89 MB/s | 2.2 MB     00:00    
12:13:23 #12 3.141 (84/118): python3-setools-4.4.0-9.fc37.aarch64.  28 MB/s | 613 kB     00:00    
12:13:23 #12 3.153 (85/118): python3-setuptools-65.3.0-1.fc38.noar  63 MB/s | 1.7 MB     00:00    
12:13:23 #12 3.157 (86/118): qrencode-libs-4.1.1-3.fc37.aarch64.rp 5.0 MB/s |  61 kB     00:00    
12:13:23 #12 3.160 (87/118): rhash-1.4.3-1.fc38.aarch64.rpm         12 MB/s | 191 kB     00:00    
12:13:23 #12 3.164 (88/118): rpm-plugin-selinux-4.18.0-1.fc38.aarc 2.0 MB/s |  20 kB     00:00    
12:13:23 #12 3.173 (89/118): selinux-policy-37.12-1.fc38.noarch.rp 6.3 MB/s |  75 kB     00:00    
12:13:23 #12 3.178 (90/118): selinux-policy-devel-37.12-1.fc38.noa  53 MB/s | 910 kB     00:00    
12:13:23 #12 3.205 (91/118): systemd-devel-251.5-607.fc38.aarch64.  26 MB/s | 579 kB     00:00    
12:13:23 #12 3.231 (92/118): selinux-policy-targeted-37.12-1.fc38. 103 MB/s | 6.6 MB     00:00    
12:13:23 #12 3.249 (93/118): systemd-251.5-607.fc38.aarch64.rpm     61 MB/s | 4.0 MB     00:00    
12:13:23 #12 3.255 (94/118): systemd-networkd-251.5-607.fc38.aarch  11 MB/s | 572 kB     00:00    
12:13:23 #12 3.261 (95/118): systemd-pam-251.5-607.fc38.aarch64.rp  11 MB/s | 322 kB     00:00    
12:13:23 #12 3.268 (96/118): systemd-resolved-251.5-607.fc38.aarch  23 MB/s | 264 kB     00:00    
12:13:23 #12 3.272 (97/118): systemd-rpm-macros-251.5-607.fc38.noa 1.9 MB/s |  31 kB     00:00    
12:13:23 #12 3.289 (98/118): util-linux-2.38.1-2.fc38.aarch64.rpm   90 MB/s | 2.3 MB     00:00    
12:13:23 #12 3.292 (99/118): vim-filesystem-9.0.475-1.fc38.noarch. 1.3 MB/s |  20 kB     00:00    
12:13:23 #12 3.296 (100/118): which-2.21-35.fc37.aarch64.rpm       2.1 MB/s |  41 kB     00:00    
12:13:23 #12 3.305 (101/118): audit-libs-3.0.9-1.fc38.aarch64.rpm   14 MB/s | 117 kB     00:00    
12:13:23 #12 3.311 (102/118): crypto-policies-20220824-2.git2187e9 6.0 MB/s |  86 kB     00:00    
12:13:23 #12 3.320 (103/118): xkeyboard-config-2.36-2.fc37.noarch.  41 MB/s | 957 kB     00:00    
12:13:23 #12 3.323 (104/118): libblkid-2.38.1-2.fc38.aarch64.rpm   6.4 MB/s | 106 kB     00:00    
12:13:23 #12 3.326 (105/118): libcom_err-1.46.5-3.fc37.aarch64.rpm 1.9 MB/s |  25 kB     00:00    
12:13:23 #12 3.331 (106/118): libgcc-12.2.1-2.fc38.aarch64.rpm      12 MB/s |  92 kB     00:00    
12:13:23 #12 3.335 (107/118): libgomp-12.2.1-2.fc38.aarch64.rpm     24 MB/s | 291 kB     00:00    
12:13:23 #12 3.341 (108/118): libmount-2.38.1-2.fc38.aarch64.rpm   9.7 MB/s | 133 kB     00:00    
12:13:23 #12 3.345 (109/118): libsemanage-3.4-5.fc37.aarch64.rpm    13 MB/s | 116 kB     00:00    
12:13:23 #12 3.349 (110/118): libselinux-3.4-5.fc37.aarch64.rpm    6.6 MB/s |  85 kB     00:00    
12:13:23 #12 3.354 (111/118): libsepol-3.4-3.fc37.aarch64.rpm       26 MB/s | 310 kB     00:00    
12:13:23 #12 3.358 (112/118): libsmartcols-2.38.1-2.fc38.aarch64.r 5.5 MB/s |  63 kB     00:00    
12:13:23 #12 3.362 (113/118): libuuid-2.38.1-2.fc38.aarch64.rpm    3.7 MB/s |  28 kB     00:00    
12:13:23 #12 3.365 (114/118): libxcrypt-4.4.28-3.fc38.aarch64.rpm   12 MB/s | 121 kB     00:00    
12:13:23 #12 3.371 (115/118): pcre2-10.40-1.fc37.1.aarch64.rpm      18 MB/s | 219 kB     00:00    
12:13:23 #12 3.376 (116/118): pcre2-syntax-10.40-1.fc37.1.noarch.r  14 MB/s | 142 kB     00:00    
12:13:23 #12 3.380 (117/118): systemd-libs-251.5-607.fc38.aarch64.  40 MB/s | 591 kB     00:00    
12:13:23 #12 3.386 (118/118): util-linux-core-2.38.1-2.fc38.aarch6  36 MB/s | 472 kB     00:00    
12:13:23 #12 3.390 --------------------------------------------------------------------------------
12:13:23 #12 3.391 Total                                            57 MB/s | 100 MB     00:01     
12:13:25 #12 5.079 Running transaction check
12:13:25 #12 5.223 Transaction check succeeded.
12:13:25 #12 5.224 Running transaction test
12:13:26 #12 6.052 Transaction test succeeded.
12:13:26 #12 6.053 Running transaction
12:13:27 #12 6.975   Running scriptlet: selinux-policy-targeted-37.12-1.fc38.noarch            1/1 
12:13:27 #12 7.140   Preparing        :                                                        1/1 
12:13:27 #12 7.188   Upgrading        : libgcc-12.2.1-2.fc38.aarch64                         1/135 
12:13:27 #12 7.197   Running scriptlet: libgcc-12.2.1-2.fc38.aarch64                         1/135 
12:13:27 #12 7.228   Upgrading        : systemd-libs-251.5-607.fc38.aarch64                  2/135 
12:13:27 #12 7.241   Upgrading        : audit-libs-3.0.9-1.fc38.aarch64                      3/135 
12:13:27 #12 7.248   Upgrading        : libuuid-2.38.1-2.fc38.aarch64                        4/135 
12:13:27 #12 7.256   Upgrading        : libblkid-2.38.1-2.fc38.aarch64                       5/135 
12:13:27 #12 7.266   Upgrading        : libsepol-3.4-3.fc37.aarch64                          6/135 
12:13:27 #12 7.275   Upgrading        : libxcrypt-4.4.28-3.fc38.aarch64                      7/135 
12:13:27 #12 7.281   Upgrading        : pcre2-syntax-10.40-1.fc37.1.noarch                   8/135 
12:13:27 #12 7.290   Upgrading        : pcre2-10.40-1.fc37.1.aarch64                         9/135 
12:13:27 #12 7.296   Upgrading        : libselinux-3.4-5.fc37.aarch64                       10/135 
12:13:27 #12 7.304   Upgrading        : libmount-2.38.1-2.fc38.aarch64                      11/135 
12:13:27 #12 7.313   Installing       : python3-libselinux-3.4-5.fc37.aarch64               12/135 
12:13:27 #12 7.324   Upgrading        : libsemanage-3.4-5.fc37.aarch64                      13/135 
12:13:27 #12 7.333   Installing       : libfdisk-2.38.1-2.fc38.aarch64                      14/135 
12:13:27 #12 7.340   Upgrading        : libsmartcols-2.38.1-2.fc38.aarch64                  15/135 
12:13:27 #12 7.381   Upgrading        : util-linux-core-2.38.1-2.fc38.aarch64               16/135 
12:13:27 #12 7.390   Upgrading        : libcom_err-1.46.5-3.fc37.aarch64                    17/135 
12:13:27 #12 7.397   Installing       : perl-threads-1:2.27-489.fc37.aarch64                18/135 
12:13:27 #12 7.403   Installing       : perl-File-Find-1.40-492.fc38.noarch                 19/135 
12:13:27 #12 7.412   Installing       : m4-1.4.19-4.fc37.aarch64                            20/135 
12:13:27 #12 7.419   Installing       : libtool-ltdl-2.4.7-2.fc37.aarch64                   21/135 
12:13:27 #12 7.426   Installing       : libseccomp-2.5.3-3.fc37.aarch64                     22/135 
12:13:27 #12 7.433   Installing       : libmpc-1.2.1-5.fc37.aarch64                         23/135 
12:13:27 #12 7.441   Installing       : cmake-rpm-macros-3.24.1-1.fc38.noarch               24/135 
12:13:27 #12 7.449   Installing       : cmake-filesystem-3.24.1-1.fc38.aarch64              25/135 
12:13:28 #12 7.463   Installing       : checkpolicy-3.4-3.fc37.aarch64                      26/135 
12:13:28 #12 7.616   Installing       : cpp-12.2.1-2.fc38.aarch64                           27/135 
12:13:28 #12 7.626   Installing       : perl-threads-shared-1.64-489.fc37.aarch64           28/135 
12:13:28 #12 7.633   Installing       : perl-Thread-Queue-3.14-489.fc37.noarch              29/135 
12:13:28 #12 7.642   Installing       : e2fsprogs-libs-1.46.5-3.fc37.aarch64                30/135 
12:13:28 #12 7.650   Installing       : python3-libsemanage-3.4-5.fc37.aarch64              31/135 
12:13:28 #12 7.664   Installing       : libselinux-utils-3.4-5.fc37.aarch64                 32/135 
12:13:28 #12 7.674   Installing       : pcre2-utf16-10.40-1.fc37.1.aarch64                  33/135 
12:13:28 #12 7.682   Installing       : pcre2-utf32-10.40-1.fc37.1.aarch64                  34/135 
12:13:28 #12 7.693   Installing       : pcre2-devel-10.40-1.fc37.1.aarch64                  35/135 
12:13:28 #12 7.704   Installing       : libsepol-devel-3.4-3.fc37.aarch64                   36/135 
12:13:28 #12 7.716   Installing       : libselinux-devel-3.4-5.fc37.aarch64                 37/135 
12:13:28 #12 7.727   Installing       : python3-audit-3.0.9-1.fc38.aarch64                  38/135 
12:13:28 #12 7.744   Installing       : systemd-devel-251.5-607.fc38.aarch64                39/135 
12:13:28 #12 7.757   Installing       : gc-8.2.2-1.fc38.aarch64                             40/135 
12:13:28 #12 7.991   Installing       : guile22-2.2.7-6.fc37.aarch64                        41/135 
12:13:28 #12 8.009   Installing       : make-1:4.3-11.fc37.aarch64                          42/135 
12:13:28 #12 8.017   Installing       : jsoncpp-1.9.5-3.fc37.aarch64                        43/135 
12:13:28 #12 8.024   Installing       : kmod-libs-30-2.fc37.aarch64                         44/135 
12:13:28 #12 8.036   Installing       : libasan-12.2.1-2.fc38.aarch64                       45/135 
12:13:28 #12 8.044   Installing       : libubsan-12.2.1-2.fc38.aarch64                      46/135 
12:13:28 #12 8.051   Upgrading        : libgomp-12.2.1-2.fc38.aarch64                       47/135 
12:13:28 #12 8.074   Upgrading        : crypto-policies-20220824-2.git2187e9c.fc38.noarc    48/135 
12:13:28 #12 8.080   Running scriptlet: crypto-policies-20220824-2.git2187e9c.fc38.noarc    48/135 
12:13:28 #12 8.129   Installing       : xkeyboard-config-2.36-2.fc37.noarch                 49/135 
12:13:28 #12 8.141   Installing       : libxkbcommon-1.4.1-2.fc37.aarch64                   50/135 
12:13:28 #12 8.149   Installing       : vim-filesystem-2:9.0.475-1.fc38.noarch              51/135 
12:13:28 #12 8.160   Installing       : rhash-1.4.3-1.fc38.aarch64                          52/135 
12:13:28 #12 8.168   Installing       : qrencode-libs-4.1.1-3.fc37.aarch64                  53/135 
12:13:28 #12 8.269   Installing       : python3-setuptools-65.3.0-1.fc38.noarch             54/135 
12:13:28 #12 8.311   Installing       : python3-setools-4.4.0-9.fc37.aarch64                55/135 
12:13:28 #12 8.319   Installing       : perl-lib-0.65-492.fc38.aarch64                      56/135 
12:13:28 #12 8.325   Installing       : perl-TermReadKey-2.38-14.fc37.aarch64               57/135 
12:13:28 #12 8.331   Installing       : perl-File-Copy-2.39-492.fc38.noarch                 58/135 
12:13:28 #12 8.336   Installing       : perl-File-Compare-1.100.700-492.fc38.noarch         59/135 
12:13:28 #12 8.356   Installing       : autoconf-2.71-3.fc37.noarch                         60/135 
12:13:28 #12 8.382   Installing       : automake-1.16.5-9.fc37.noarch                       61/135 
12:13:28 #12 8.390   Installing       : perl-Error-1:0.17029-10.fc37.noarch                 62/135 
12:13:28 #12 8.396   Installing       : lzo-2.10-7.fc37.aarch64                             63/135 
12:13:28 #12 8.424   Installing       : btrfs-progs-5.18-3.fc37.aarch64                     64/135 
12:13:29 #12 8.433   Installing       : libuv-1:1.44.2-2.fc37.aarch64                       65/135 
12:13:29 #12 8.737   Installing       : cmake-data-3.24.1-1.fc38.noarch                     66/135 
12:13:29 #12 8.859   Installing       : cmake-3.24.1-1.fc38.aarch64                         67/135 
12:13:29 #12 8.866   Running scriptlet: libutempter-1.2.1-7.fc37.aarch64                    68/135 
12:13:29 #12 8.924   Installing       : libutempter-1.2.1-7.fc37.aarch64                    68/135 
12:13:29 #12 9.022   Installing       : util-linux-2.38.1-2.fc38.aarch64                    69/135 
12:13:29 #12 9.047   Installing       : policycoreutils-3.4-6.fc37.aarch64                  70/135 
12:13:29 #12 9.055   Running scriptlet: policycoreutils-3.4-6.fc37.aarch64                  70/135 
12:13:29 #12 9.068   Installing       : selinux-policy-37.12-1.fc38.noarch                  71/135 
12:13:29 #12 9.075   Running scriptlet: selinux-policy-37.12-1.fc38.noarch                  71/135 
12:13:29 #12 9.102   Running scriptlet: selinux-policy-targeted-37.12-1.fc38.noarch         72/135 
12:13:29 #12 9.372   Installing       : selinux-policy-targeted-37.12-1.fc38.noarch         72/135 
12:13:39 #12 9.391   Running scriptlet: selinux-policy-targeted-37.12-1.fc38.noarch         72/135 
12:13:39 #12 19.09   Installing       : python3-policycoreutils-3.4-6.fc37.noarch           73/135 
12:13:39 #12 19.10   Installing       : policycoreutils-python-utils-3.4-6.fc37.noarch      74/135 
12:13:39 #12 19.11   Installing       : policycoreutils-devel-3.4-6.fc37.aarch64            75/135 
12:13:39 #12 19.20   Installing       : selinux-policy-devel-37.12-1.fc38.noarch            76/135 
12:13:39 #12 19.21   Running scriptlet: selinux-policy-devel-37.12-1.fc38.noarch            76/135 
12:13:39 #12 19.23   Running scriptlet: openssh-9.0p1-5.fc38.aarch64                        77/135 
12:13:39 #12 19.27   Installing       : openssh-9.0p1-5.fc38.aarch64                        77/135 
12:13:39 #12 19.28   Installing       : libedit-3.1-42.20210910cvs.fc37.aarch64             78/135 
12:13:39 #12 19.29   Installing       : libcbor-0.7.0-7.fc37.aarch64                        79/135 
12:13:39 #12 19.30   Installing       : libfido2-1.12.0-1.fc38.aarch64                      80/135 
12:13:39 #12 19.32   Installing       : openssh-clients-9.0p1-5.fc38.aarch64                81/135 
12:13:39 #12 19.33   Running scriptlet: openssh-clients-9.0p1-5.fc38.aarch64                81/135 
12:13:39 #12 19.34   Installing       : libbtrfsutil-5.18-3.fc37.aarch64                    82/135 
12:13:39 #12 19.35   Installing       : libbtrfs-5.18-3.fc37.aarch64                        83/135 
12:13:39 #12 19.35   Installing       : libbpf-2:0.8.0-2.fc37.aarch64                       84/135 
12:13:39 #12 19.36   Installing       : libatomic-12.2.1-2.fc38.aarch64                     85/135 
12:13:39 #12 19.37   Installing       : libargon2-20190702-1.fc37.aarch64                   86/135 
12:13:39 #12 19.37   Installing       : less-590-5.fc37.aarch64                             87/135 
12:13:39 #12 19.46   Installing       : git-core-2.38.0-0.2.rc2.fc38.aarch64                88/135 
12:13:39 #12 19.50   Installing       : git-core-doc-2.38.0-0.2.rc2.fc38.noarch             89/135 
12:13:39 #12 19.52   Installing       : perl-Git-2.38.0-0.2.rc2.fc38.noarch                 90/135 
12:13:40 #12 19.53   Installing       : git-2.38.0-0.2.rc2.fc38.aarch64                     91/135 
12:13:40 #12 19.64   Installing       : kernel-headers-6.0.0-0.rc7.git0.1.fc38.aarch64      92/135 
12:13:40 #12 19.66   Installing       : libxcrypt-devel-4.4.28-3.fc38.aarch64               93/135 
12:13:40 #12 19.72   Installing       : glibc-devel-2.36.9000-8.fc38.aarch64                94/135 
12:13:40 #12 20.06   Installing       : gcc-12.2.1-2.fc38.aarch64                           95/135 
12:13:40 #12 20.07   Running scriptlet: gcc-12.2.1-2.fc38.aarch64                           95/135 
12:13:40 #12 20.15   Installing       : glibc-static-2.36.9000-8.fc38.aarch64               96/135 
12:13:40 #12 20.16   Installing       : libxcrypt-static-4.4.28-3.fc38.aarch64              97/135 
12:13:40 #12 20.17   Installing       : dbus-common-1:1.14.2-1.fc38.noarch                  98/135 
12:13:40 #12 20.17   Running scriptlet: dbus-common-1:1.14.2-1.fc38.noarch                  98/135 
12:13:40 #12 20.18   Running scriptlet: dbus-broker-32-1.fc37.aarch64                       99/135 
12:13:40 #12 20.25 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
12:13:40 #12 20.25 
12:13:40 #12 20.26   Installing       : dbus-broker-32-1.fc37.aarch64                       99/135 
12:13:40 #12 20.26   Running scriptlet: dbus-broker-32-1.fc37.aarch64                       99/135 
12:13:40 #12 20.27   Installing       : dbus-1:1.14.2-1.fc38.aarch64                       100/135 
12:13:40 #12 20.28   Installing       : device-mapper-libs-1.02.185-1.fc38.aarch64         101/135 
12:13:40 #12 20.29   Installing       : cryptsetup-libs-2.5.0-1.fc37.aarch64               102/135 
12:13:40 #12 20.31   Installing       : device-mapper-1.02.185-1.fc38.aarch64              103/135 
12:13:40 #12 20.32   Installing       : systemd-networkd-251.5-607.fc38.aarch64            104/135 
12:13:40 #12 20.33   Running scriptlet: systemd-networkd-251.5-607.fc38.aarch64            104/135 
12:13:40 #12 20.35   Installing       : systemd-pam-251.5-607.fc38.aarch64                 105/135 
12:13:41 #12 20.36   Installing       : systemd-resolved-251.5-607.fc38.aarch64            106/135 
12:13:41 #12 20.37   Running scriptlet: systemd-resolved-251.5-607.fc38.aarch64            106/135 
12:13:41 #12 20.52   Installing       : systemd-251.5-607.fc38.aarch64                     107/135 
12:13:41 #12 20.54   Running scriptlet: systemd-251.5-607.fc38.aarch64                     107/135 
12:13:41 #12 20.71 Creating group 'input' with GID 104.
12:13:41 #12 20.71 Creating group 'kvm' with GID 36.
12:13:41 #12 20.71 Creating group 'render' with GID 105.
12:13:41 #12 20.71 Creating group 'sgx' with GID 106.
12:13:41 #12 20.71 Creating group 'systemd-journal' with GID 190.
12:13:41 #12 20.71 Creating group 'systemd-network' with GID 192.
12:13:41 #12 20.71 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:13:41 #12 20.71 Creating group 'systemd-oom' with GID 999.
12:13:41 #12 20.71 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999.
12:13:41 #12 20.71 Creating group 'systemd-resolve' with GID 193.
12:13:41 #12 20.71 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:13:41 #12 20.71 
12:13:41 #12 20.71   Installing       : annobin-docs-10.86-1.fc38.noarch                   108/135 
12:13:41 #12 20.72   Installing       : annobin-plugin-gcc-10.86-1.fc38.aarch64            109/135 
12:13:41 #12 20.73   Running scriptlet: annobin-plugin-gcc-10.86-1.fc38.aarch64            109/135 
12:13:41 #12 20.75   Installing       : device-mapper-devel-1.02.185-1.fc38.aarch64        110/135 
12:13:41 #12 20.76   Installing       : gcc-plugin-annobin-12.2.1-2.fc38.aarch64           111/135 
12:13:41 #12 20.78   Installing       : libtool-2.4.7-2.fc37.aarch64                       112/135 
12:13:41 #12 20.79   Installing       : btrfs-progs-devel-5.18-3.fc37.aarch64              113/135 
12:13:41 #12 20.80   Installing       : libtool-ltdl-devel-2.4.7-2.fc37.aarch64            114/135 
12:13:41 #12 20.81   Installing       : libseccomp-devel-2.5.3-3.fc37.aarch64              115/135 
12:13:41 #12 20.82   Installing       : rpm-plugin-selinux-4.18.0-1.fc38.aarch64           116/135 
12:13:41 #12 20.82   Installing       : which-2.21-35.fc37.aarch64                         117/135 
12:13:41 #12 20.83   Installing       : systemd-rpm-macros-251.5-607.fc38.noarch           118/135 
12:13:41 #12 20.84   Cleanup          : crypto-policies-20220428-1.gitdfb10ea.fc37.noarc   119/135 
12:13:41 #12 20.85   Cleanup          : util-linux-core-2.38-3.fc37.aarch64                120/135 
12:13:41 #12 20.86   Cleanup          : libsemanage-3.4-0.rc2.1.fc37.aarch64               121/135 
12:13:41 #12 20.86   Cleanup          : libmount-2.38-3.fc37.aarch64                       122/135 
12:13:41 #12 20.87   Cleanup          : libselinux-3.4-0.rc2.1.fc37.aarch64                123/135 
12:13:41 #12 20.88   Cleanup          : systemd-libs-251~rc2-1.fc37.aarch64                124/135 
12:13:41 #12 20.89   Cleanup          : pcre2-10.40-1.fc37.aarch64                         125/135 
12:13:41 #12 20.89   Cleanup          : libblkid-2.38-3.fc37.aarch64                       126/135 
12:13:41 #12 20.90   Cleanup          : pcre2-syntax-10.40-1.fc37.noarch                   127/135 
12:13:41 #12 20.90   Cleanup          : libuuid-2.38-3.fc37.aarch64                        128/135 
12:13:41 #12 20.91   Cleanup          : libgcc-12.1.1-1.fc37.aarch64                       129/135 
12:13:41 #12 20.91   Running scriptlet: libgcc-12.1.1-1.fc37.aarch64                       129/135 
12:13:41 #12 20.93   Cleanup          : libsepol-3.4-0.rc2.1.fc37.aarch64                  130/135 
12:13:41 #12 20.94   Cleanup          : audit-libs-3.0.8-1.fc37.aarch64                    131/135 
12:13:41 #12 20.95   Cleanup          : libsmartcols-2.38-3.fc37.aarch64                   132/135 
12:13:41 #12 20.96   Cleanup          : libxcrypt-4.4.28-1.fc37.aarch64                    133/135 
12:13:41 #12 20.97   Cleanup          : libgomp-12.1.1-1.fc37.aarch64                      134/135 
12:13:41 #12 20.97   Cleanup          : libcom_err-1.46.5-2.fc36.aarch64                   135/135 
12:13:41 #12 20.98   Running scriptlet: selinux-policy-targeted-37.12-1.fc38.noarch        135/135 
12:13:41 #12 20.99   Running scriptlet: systemd-resolved-251.5-607.fc38.aarch64            135/135 
12:13:42 #12 21.03   Running scriptlet: libcom_err-1.46.5-2.fc36.aarch64                   135/135 
12:13:42 #12 21.74   Verifying        : annobin-docs-10.86-1.fc38.noarch                     1/135 
12:13:42 #12 21.74   Verifying        : annobin-plugin-gcc-10.86-1.fc38.aarch64              2/135 
12:13:42 #12 21.74   Verifying        : autoconf-2.71-3.fc37.noarch                          3/135 
12:13:42 #12 21.74   Verifying        : automake-1.16.5-9.fc37.noarch                        4/135 
12:13:42 #12 21.74   Verifying        : btrfs-progs-5.18-3.fc37.aarch64                      5/135 
12:13:42 #12 21.74   Verifying        : btrfs-progs-devel-5.18-3.fc37.aarch64                6/135 
12:13:42 #12 21.74   Verifying        : checkpolicy-3.4-3.fc37.aarch64                       7/135 
12:13:42 #12 21.74   Verifying        : cmake-3.24.1-1.fc38.aarch64                          8/135 
12:13:42 #12 21.74   Verifying        : cmake-data-3.24.1-1.fc38.noarch                      9/135 
12:13:42 #12 21.74   Verifying        : cmake-filesystem-3.24.1-1.fc38.aarch64              10/135 
12:13:42 #12 21.74   Verifying        : cmake-rpm-macros-3.24.1-1.fc38.noarch               11/135 
12:13:42 #12 21.74   Verifying        : cpp-12.2.1-2.fc38.aarch64                           12/135 
12:13:42 #12 21.74   Verifying        : cryptsetup-libs-2.5.0-1.fc37.aarch64                13/135 
12:13:42 #12 21.74   Verifying        : dbus-1:1.14.2-1.fc38.aarch64                        14/135 
12:13:42 #12 21.74   Verifying        : dbus-broker-32-1.fc37.aarch64                       15/135 
12:13:42 #12 21.74   Verifying        : dbus-common-1:1.14.2-1.fc38.noarch                  16/135 
12:13:42 #12 21.74   Verifying        : device-mapper-1.02.185-1.fc38.aarch64               17/135 
12:13:42 #12 21.74   Verifying        : device-mapper-devel-1.02.185-1.fc38.aarch64         18/135 
12:13:42 #12 21.74   Verifying        : device-mapper-libs-1.02.185-1.fc38.aarch64          19/135 
12:13:42 #12 21.74   Verifying        : e2fsprogs-libs-1.46.5-3.fc37.aarch64                20/135 
12:13:42 #12 21.74   Verifying        : gc-8.2.2-1.fc38.aarch64                             21/135 
12:13:42 #12 21.74   Verifying        : gcc-12.2.1-2.fc38.aarch64                           22/135 
12:13:42 #12 21.74   Verifying        : gcc-plugin-annobin-12.2.1-2.fc38.aarch64            23/135 
12:13:42 #12 21.74   Verifying        : git-2.38.0-0.2.rc2.fc38.aarch64                     24/135 
12:13:42 #12 21.74   Verifying        : git-core-2.38.0-0.2.rc2.fc38.aarch64                25/135 
12:13:42 #12 21.74   Verifying        : git-core-doc-2.38.0-0.2.rc2.fc38.noarch             26/135 
12:13:42 #12 21.74   Verifying        : glibc-devel-2.36.9000-8.fc38.aarch64                27/135 
12:13:42 #12 21.74   Verifying        : glibc-static-2.36.9000-8.fc38.aarch64               28/135 
12:13:42 #12 21.74   Verifying        : guile22-2.2.7-6.fc37.aarch64                        29/135 
12:13:42 #12 21.74   Verifying        : jsoncpp-1.9.5-3.fc37.aarch64                        30/135 
12:13:42 #12 21.74   Verifying        : kernel-headers-6.0.0-0.rc7.git0.1.fc38.aarch64      31/135 
12:13:42 #12 21.74   Verifying        : kmod-libs-30-2.fc37.aarch64                         32/135 
12:13:42 #12 21.74   Verifying        : less-590-5.fc37.aarch64                             33/135 
12:13:42 #12 21.74   Verifying        : libargon2-20190702-1.fc37.aarch64                   34/135 
12:13:42 #12 21.74   Verifying        : libasan-12.2.1-2.fc38.aarch64                       35/135 
12:13:42 #12 21.74   Verifying        : libatomic-12.2.1-2.fc38.aarch64                     36/135 
12:13:42 #12 21.74   Verifying        : libbpf-2:0.8.0-2.fc37.aarch64                       37/135 
12:13:42 #12 21.74   Verifying        : libbtrfs-5.18-3.fc37.aarch64                        38/135 
12:13:42 #12 21.74   Verifying        : libbtrfsutil-5.18-3.fc37.aarch64                    39/135 
12:13:42 #12 21.74   Verifying        : libcbor-0.7.0-7.fc37.aarch64                        40/135 
12:13:42 #12 21.74   Verifying        : libedit-3.1-42.20210910cvs.fc37.aarch64             41/135 
12:13:42 #12 21.74   Verifying        : libfdisk-2.38.1-2.fc38.aarch64                      42/135 
12:13:42 #12 21.74   Verifying        : libfido2-1.12.0-1.fc38.aarch64                      43/135 
12:13:42 #12 21.74   Verifying        : libmpc-1.2.1-5.fc37.aarch64                         44/135 
12:13:42 #12 21.74   Verifying        : libseccomp-2.5.3-3.fc37.aarch64                     45/135 
12:13:42 #12 21.74   Verifying        : libseccomp-devel-2.5.3-3.fc37.aarch64               46/135 
12:13:42 #12 21.74   Verifying        : libselinux-devel-3.4-5.fc37.aarch64                 47/135 
12:13:42 #12 21.74   Verifying        : libselinux-utils-3.4-5.fc37.aarch64                 48/135 
12:13:42 #12 21.74   Verifying        : libsepol-devel-3.4-3.fc37.aarch64                   49/135 
12:13:42 #12 21.74   Verifying        : libtool-2.4.7-2.fc37.aarch64                        50/135 
12:13:42 #12 21.74   Verifying        : libtool-ltdl-2.4.7-2.fc37.aarch64                   51/135 
12:13:42 #12 21.74   Verifying        : libtool-ltdl-devel-2.4.7-2.fc37.aarch64             52/135 
12:13:42 #12 21.74   Verifying        : libubsan-12.2.1-2.fc38.aarch64                      53/135 
12:13:42 #12 21.74   Verifying        : libutempter-1.2.1-7.fc37.aarch64                    54/135 
12:13:42 #12 21.74   Verifying        : libuv-1:1.44.2-2.fc37.aarch64                       55/135 
12:13:42 #12 21.74   Verifying        : libxcrypt-devel-4.4.28-3.fc38.aarch64               56/135 
12:13:42 #12 21.74   Verifying        : libxcrypt-static-4.4.28-3.fc38.aarch64              57/135 
12:13:42 #12 21.74   Verifying        : libxkbcommon-1.4.1-2.fc37.aarch64                   58/135 
12:13:42 #12 21.74   Verifying        : lzo-2.10-7.fc37.aarch64                             59/135 
12:13:42 #12 21.74   Verifying        : m4-1.4.19-4.fc37.aarch64                            60/135 
12:13:42 #12 21.74   Verifying        : make-1:4.3-11.fc37.aarch64                          61/135 
12:13:42 #12 21.74   Verifying        : openssh-9.0p1-5.fc38.aarch64                        62/135 
12:13:42 #12 21.74   Verifying        : openssh-clients-9.0p1-5.fc38.aarch64                63/135 
12:13:42 #12 21.74   Verifying        : pcre2-devel-10.40-1.fc37.1.aarch64                  64/135 
12:13:42 #12 21.74   Verifying        : pcre2-utf16-10.40-1.fc37.1.aarch64                  65/135 
12:13:42 #12 21.74   Verifying        : pcre2-utf32-10.40-1.fc37.1.aarch64                  66/135 
12:13:42 #12 21.74   Verifying        : perl-Error-1:0.17029-10.fc37.noarch                 67/135 
12:13:42 #12 21.74   Verifying        : perl-File-Compare-1.100.700-492.fc38.noarch         68/135 
12:13:42 #12 21.74   Verifying        : perl-File-Copy-2.39-492.fc38.noarch                 69/135 
12:13:42 #12 21.74   Verifying        : perl-File-Find-1.40-492.fc38.noarch                 70/135 
12:13:42 #12 21.74   Verifying        : perl-Git-2.38.0-0.2.rc2.fc38.noarch                 71/135 
12:13:42 #12 21.74   Verifying        : perl-TermReadKey-2.38-14.fc37.aarch64               72/135 
12:13:42 #12 21.74   Verifying        : perl-Thread-Queue-3.14-489.fc37.noarch              73/135 
12:13:42 #12 21.74   Verifying        : perl-lib-0.65-492.fc38.aarch64                      74/135 
12:13:42 #12 21.74   Verifying        : perl-threads-1:2.27-489.fc37.aarch64                75/135 
12:13:42 #12 21.74   Verifying        : perl-threads-shared-1.64-489.fc37.aarch64           76/135 
12:13:42 #12 21.74   Verifying        : policycoreutils-3.4-6.fc37.aarch64                  77/135 
12:13:42 #12 21.74   Verifying        : policycoreutils-devel-3.4-6.fc37.aarch64            78/135 
12:13:42 #12 21.74   Verifying        : policycoreutils-python-utils-3.4-6.fc37.noarch      79/135 
12:13:42 #12 21.74   Verifying        : python3-audit-3.0.9-1.fc38.aarch64                  80/135 
12:13:42 #12 21.74   Verifying        : python3-libselinux-3.4-5.fc37.aarch64               81/135 
12:13:42 #12 21.74   Verifying        : python3-libsemanage-3.4-5.fc37.aarch64              82/135 
12:13:42 #12 21.74   Verifying        : python3-policycoreutils-3.4-6.fc37.noarch           83/135 
12:13:42 #12 21.74   Verifying        : python3-setools-4.4.0-9.fc37.aarch64                84/135 
12:13:42 #12 21.74   Verifying        : python3-setuptools-65.3.0-1.fc38.noarch             85/135 
12:13:42 #12 21.74   Verifying        : qrencode-libs-4.1.1-3.fc37.aarch64                  86/135 
12:13:42 #12 21.74   Verifying        : rhash-1.4.3-1.fc38.aarch64                          87/135 
12:13:42 #12 21.74   Verifying        : rpm-plugin-selinux-4.18.0-1.fc38.aarch64            88/135 
12:13:42 #12 21.74   Verifying        : selinux-policy-37.12-1.fc38.noarch                  89/135 
12:13:42 #12 21.74   Verifying        : selinux-policy-devel-37.12-1.fc38.noarch            90/135 
12:13:42 #12 21.74   Verifying        : selinux-policy-targeted-37.12-1.fc38.noarch         91/135 
12:13:42 #12 21.74   Verifying        : systemd-251.5-607.fc38.aarch64                      92/135 
12:13:42 #12 21.74   Verifying        : systemd-devel-251.5-607.fc38.aarch64                93/135 
12:13:42 #12 21.74   Verifying        : systemd-networkd-251.5-607.fc38.aarch64             94/135 
12:13:42 #12 21.74   Verifying        : systemd-pam-251.5-607.fc38.aarch64                  95/135 
12:13:42 #12 21.74   Verifying        : systemd-resolved-251.5-607.fc38.aarch64             96/135 
12:13:42 #12 21.74   Verifying        : systemd-rpm-macros-251.5-607.fc38.noarch            97/135 
12:13:42 #12 21.74   Verifying        : util-linux-2.38.1-2.fc38.aarch64                    98/135 
12:13:42 #12 21.74   Verifying        : vim-filesystem-2:9.0.475-1.fc38.noarch              99/135 
12:13:42 #12 21.74   Verifying        : which-2.21-35.fc37.aarch64                         100/135 
12:13:42 #12 21.74   Verifying        : xkeyboard-config-2.36-2.fc37.noarch                101/135 
12:13:42 #12 21.74   Verifying        : audit-libs-3.0.9-1.fc38.aarch64                    102/135 
12:13:42 #12 21.74   Verifying        : audit-libs-3.0.8-1.fc37.aarch64                    103/135 
12:13:42 #12 21.74   Verifying        : crypto-policies-20220824-2.git2187e9c.fc38.noarc   104/135 
12:13:42 #12 21.74   Verifying        : crypto-policies-20220428-1.gitdfb10ea.fc37.noarc   105/135 
12:13:42 #12 21.74   Verifying        : libblkid-2.38.1-2.fc38.aarch64                     106/135 
12:13:42 #12 21.74   Verifying        : libblkid-2.38-3.fc37.aarch64                       107/135 
12:13:42 #12 21.74   Verifying        : libcom_err-1.46.5-3.fc37.aarch64                   108/135 
12:13:42 #12 21.74   Verifying        : libcom_err-1.46.5-2.fc36.aarch64                   109/135 
12:13:42 #12 21.74   Verifying        : libgcc-12.2.1-2.fc38.aarch64                       110/135 
12:13:42 #12 21.74   Verifying        : libgcc-12.1.1-1.fc37.aarch64                       111/135 
12:13:42 #12 21.74   Verifying        : libgomp-12.2.1-2.fc38.aarch64                      112/135 
12:13:42 #12 21.74   Verifying        : libgomp-12.1.1-1.fc37.aarch64                      113/135 
12:13:42 #12 21.74   Verifying        : libmount-2.38.1-2.fc38.aarch64                     114/135 
12:13:42 #12 21.74   Verifying        : libmount-2.38-3.fc37.aarch64                       115/135 
12:13:42 #12 21.74   Verifying        : libselinux-3.4-5.fc37.aarch64                      116/135 
12:13:42 #12 21.74   Verifying        : libselinux-3.4-0.rc2.1.fc37.aarch64                117/135 
12:13:42 #12 21.74   Verifying        : libsemanage-3.4-5.fc37.aarch64                     118/135 
12:13:42 #12 21.74   Verifying        : libsemanage-3.4-0.rc2.1.fc37.aarch64               119/135 
12:13:42 #12 21.74   Verifying        : libsepol-3.4-3.fc37.aarch64                        120/135 
12:13:42 #12 21.74   Verifying        : libsepol-3.4-0.rc2.1.fc37.aarch64                  121/135 
12:13:42 #12 21.74   Verifying        : libsmartcols-2.38.1-2.fc38.aarch64                 122/135 
12:13:42 #12 21.74   Verifying        : libsmartcols-2.38-3.fc37.aarch64                   123/135 
12:13:42 #12 21.74   Verifying        : libuuid-2.38.1-2.fc38.aarch64                      124/135 
12:13:42 #12 21.74   Verifying        : libuuid-2.38-3.fc37.aarch64                        125/135 
12:13:42 #12 21.74   Verifying        : libxcrypt-4.4.28-3.fc38.aarch64                    126/135 
12:13:42 #12 21.74   Verifying        : libxcrypt-4.4.28-1.fc37.aarch64                    127/135 
12:13:42 #12 21.74   Verifying        : pcre2-10.40-1.fc37.1.aarch64                       128/135 
12:13:42 #12 21.74   Verifying        : pcre2-10.40-1.fc37.aarch64                         129/135 
12:13:42 #12 21.74   Verifying        : pcre2-syntax-10.40-1.fc37.1.noarch                 130/135 
12:13:42 #12 21.74   Verifying        : pcre2-syntax-10.40-1.fc37.noarch                   131/135 
12:13:42 #12 21.74   Verifying        : systemd-libs-251.5-607.fc38.aarch64                132/135 
12:13:42 #12 21.75   Verifying        : systemd-libs-251~rc2-1.fc37.aarch64                133/135 
12:13:42 #12 21.75   Verifying        : util-linux-core-2.38.1-2.fc38.aarch64              134/135 
12:13:42 #12 21.75   Verifying        : util-linux-core-2.38-3.fc37.aarch64                135/135 
12:13:42 #12 21.97 
12:13:42 #12 21.97 Upgraded:
12:13:42 #12 21.97   audit-libs-3.0.9-1.fc38.aarch64                                               
12:13:42 #12 21.97   crypto-policies-20220824-2.git2187e9c.fc38.noarch                             
12:13:42 #12 21.97   libblkid-2.38.1-2.fc38.aarch64                                                
12:13:42 #12 21.97   libcom_err-1.46.5-3.fc37.aarch64                                              
12:13:42 #12 21.97   libgcc-12.2.1-2.fc38.aarch64                                                  
12:13:42 #12 21.97   libgomp-12.2.1-2.fc38.aarch64                                                 
12:13:42 #12 21.97   libmount-2.38.1-2.fc38.aarch64                                                
12:13:42 #12 21.97   libselinux-3.4-5.fc37.aarch64                                                 
12:13:42 #12 21.97   libsemanage-3.4-5.fc37.aarch64                                                
12:13:42 #12 21.97   libsepol-3.4-3.fc37.aarch64                                                   
12:13:42 #12 21.97   libsmartcols-2.38.1-2.fc38.aarch64                                            
12:13:42 #12 21.97   libuuid-2.38.1-2.fc38.aarch64                                                 
12:13:42 #12 21.97   libxcrypt-4.4.28-3.fc38.aarch64                                               
12:13:42 #12 21.97   pcre2-10.40-1.fc37.1.aarch64                                                  
12:13:42 #12 21.97   pcre2-syntax-10.40-1.fc37.1.noarch                                            
12:13:42 #12 21.97   systemd-libs-251.5-607.fc38.aarch64                                           
12:13:42 #12 21.97   util-linux-core-2.38.1-2.fc38.aarch64                                         
12:13:42 #12 21.97 Installed:
12:13:42 #12 21.97   annobin-docs-10.86-1.fc38.noarch                                              
12:13:42 #12 21.97   annobin-plugin-gcc-10.86-1.fc38.aarch64                                       
12:13:42 #12 21.97   autoconf-2.71-3.fc37.noarch                                                   
12:13:42 #12 21.97   automake-1.16.5-9.fc37.noarch                                                 
12:13:42 #12 21.97   btrfs-progs-5.18-3.fc37.aarch64                                               
12:13:42 #12 21.97   btrfs-progs-devel-5.18-3.fc37.aarch64                                         
12:13:42 #12 21.97   checkpolicy-3.4-3.fc37.aarch64                                                
12:13:42 #12 21.97   cmake-3.24.1-1.fc38.aarch64                                                   
12:13:42 #12 21.97   cmake-data-3.24.1-1.fc38.noarch                                               
12:13:42 #12 21.97   cmake-filesystem-3.24.1-1.fc38.aarch64                                        
12:13:42 #12 21.97   cmake-rpm-macros-3.24.1-1.fc38.noarch                                         
12:13:42 #12 21.97   cpp-12.2.1-2.fc38.aarch64                                                     
12:13:42 #12 21.97   cryptsetup-libs-2.5.0-1.fc37.aarch64                                          
12:13:42 #12 21.97   dbus-1:1.14.2-1.fc38.aarch64                                                  
12:13:42 #12 21.97   dbus-broker-32-1.fc37.aarch64                                                 
12:13:42 #12 21.97   dbus-common-1:1.14.2-1.fc38.noarch                                            
12:13:42 #12 21.97   device-mapper-1.02.185-1.fc38.aarch64                                         
12:13:42 #12 21.97   device-mapper-devel-1.02.185-1.fc38.aarch64                                   
12:13:42 #12 21.97   device-mapper-libs-1.02.185-1.fc38.aarch64                                    
12:13:42 #12 21.97   e2fsprogs-libs-1.46.5-3.fc37.aarch64                                          
12:13:42 #12 21.97   gc-8.2.2-1.fc38.aarch64                                                       
12:13:42 #12 21.97   gcc-12.2.1-2.fc38.aarch64                                                     
12:13:42 #12 21.97   gcc-plugin-annobin-12.2.1-2.fc38.aarch64                                      
12:13:42 #12 21.97   git-2.38.0-0.2.rc2.fc38.aarch64                                               
12:13:42 #12 21.97   git-core-2.38.0-0.2.rc2.fc38.aarch64                                          
12:13:42 #12 21.97   git-core-doc-2.38.0-0.2.rc2.fc38.noarch                                       
12:13:42 #12 21.97   glibc-devel-2.36.9000-8.fc38.aarch64                                          
12:13:42 #12 21.97   glibc-static-2.36.9000-8.fc38.aarch64                                         
12:13:42 #12 21.97   guile22-2.2.7-6.fc37.aarch64                                                  
12:13:42 #12 21.97   jsoncpp-1.9.5-3.fc37.aarch64                                                  
12:13:42 #12 21.97   kernel-headers-6.0.0-0.rc7.git0.1.fc38.aarch64                                
12:13:42 #12 21.97   kmod-libs-30-2.fc37.aarch64                                                   
12:13:42 #12 21.97   less-590-5.fc37.aarch64                                                       
12:13:42 #12 21.97   libargon2-20190702-1.fc37.aarch64                                             
12:13:42 #12 21.97   libasan-12.2.1-2.fc38.aarch64                                                 
12:13:42 #12 21.97   libatomic-12.2.1-2.fc38.aarch64                                               
12:13:42 #12 21.97   libbpf-2:0.8.0-2.fc37.aarch64                                                 
12:13:42 #12 21.97   libbtrfs-5.18-3.fc37.aarch64                                                  
12:13:42 #12 21.97   libbtrfsutil-5.18-3.fc37.aarch64                                              
12:13:42 #12 21.97   libcbor-0.7.0-7.fc37.aarch64                                                  
12:13:42 #12 21.97   libedit-3.1-42.20210910cvs.fc37.aarch64                                       
12:13:42 #12 21.97   libfdisk-2.38.1-2.fc38.aarch64                                                
12:13:42 #12 21.97   libfido2-1.12.0-1.fc38.aarch64                                                
12:13:42 #12 21.97   libmpc-1.2.1-5.fc37.aarch64                                                   
12:13:42 #12 21.97   libseccomp-2.5.3-3.fc37.aarch64                                               
12:13:42 #12 21.97   libseccomp-devel-2.5.3-3.fc37.aarch64                                         
12:13:42 #12 21.97   libselinux-devel-3.4-5.fc37.aarch64                                           
12:13:42 #12 21.97   libselinux-utils-3.4-5.fc37.aarch64                                           
12:13:42 #12 21.97   libsepol-devel-3.4-3.fc37.aarch64                                             
12:13:42 #12 21.97   libtool-2.4.7-2.fc37.aarch64                                                  
12:13:42 #12 21.97   libtool-ltdl-2.4.7-2.fc37.aarch64                                             
12:13:42 #12 21.97   libtool-ltdl-devel-2.4.7-2.fc37.aarch64                                       
12:13:42 #12 21.97   libubsan-12.2.1-2.fc38.aarch64                                                
12:13:42 #12 21.97   libutempter-1.2.1-7.fc37.aarch64                                              
12:13:42 #12 21.97   libuv-1:1.44.2-2.fc37.aarch64                                                 
12:13:42 #12 21.97   libxcrypt-devel-4.4.28-3.fc38.aarch64                                         
12:13:42 #12 21.97   libxcrypt-static-4.4.28-3.fc38.aarch64                                        
12:13:42 #12 21.97   libxkbcommon-1.4.1-2.fc37.aarch64                                             
12:13:42 #12 21.97   lzo-2.10-7.fc37.aarch64                                                       
12:13:42 #12 21.97   m4-1.4.19-4.fc37.aarch64                                                      
12:13:42 #12 21.97   make-1:4.3-11.fc37.aarch64                                                    
12:13:42 #12 21.97   openssh-9.0p1-5.fc38.aarch64                                                  
12:13:42 #12 21.97   openssh-clients-9.0p1-5.fc38.aarch64                                          
12:13:42 #12 21.97   pcre2-devel-10.40-1.fc37.1.aarch64                                            
12:13:42 #12 21.97   pcre2-utf16-10.40-1.fc37.1.aarch64                                            
12:13:42 #12 21.97   pcre2-utf32-10.40-1.fc37.1.aarch64                                            
12:13:42 #12 21.97   perl-Error-1:0.17029-10.fc37.noarch                                           
12:13:42 #12 21.97   perl-File-Compare-1.100.700-492.fc38.noarch                                   
12:13:42 #12 21.97   perl-File-Copy-2.39-492.fc38.noarch                                           
12:13:42 #12 21.97   perl-File-Find-1.40-492.fc38.noarch                                           
12:13:42 #12 21.97   perl-Git-2.38.0-0.2.rc2.fc38.noarch                                           
12:13:42 #12 21.97   perl-TermReadKey-2.38-14.fc37.aarch64                                         
12:13:42 #12 21.97   perl-Thread-Queue-3.14-489.fc37.noarch                                        
12:13:42 #12 21.97   perl-lib-0.65-492.fc38.aarch64                                                
12:13:42 #12 21.97   perl-threads-1:2.27-489.fc37.aarch64                                          
12:13:42 #12 21.97   perl-threads-shared-1.64-489.fc37.aarch64                                     
12:13:42 #12 21.97   policycoreutils-3.4-6.fc37.aarch64                                            
12:13:42 #12 21.97   policycoreutils-devel-3.4-6.fc37.aarch64                                      
12:13:42 #12 21.97   policycoreutils-python-utils-3.4-6.fc37.noarch                                
12:13:42 #12 21.97   python3-audit-3.0.9-1.fc38.aarch64                                            
12:13:42 #12 21.97   python3-libselinux-3.4-5.fc37.aarch64                                         
12:13:42 #12 21.97   python3-libsemanage-3.4-5.fc37.aarch64                                        
12:13:42 #12 21.97   python3-policycoreutils-3.4-6.fc37.noarch                                     
12:13:42 #12 21.97   python3-setools-4.4.0-9.fc37.aarch64                                          
12:13:42 #12 21.97   python3-setuptools-65.3.0-1.fc38.noarch                                       
12:13:42 #12 21.97   qrencode-libs-4.1.1-3.fc37.aarch64                                            
12:13:42 #12 21.97   rhash-1.4.3-1.fc38.aarch64                                                    
12:13:42 #12 21.97   rpm-plugin-selinux-4.18.0-1.fc38.aarch64                                      
12:13:42 #12 21.97   selinux-policy-37.12-1.fc38.noarch                                            
12:13:42 #12 21.97   selinux-policy-devel-37.12-1.fc38.noarch                                      
12:13:42 #12 21.97   selinux-policy-targeted-37.12-1.fc38.noarch                                   
12:13:42 #12 21.97   systemd-251.5-607.fc38.aarch64                                                
12:13:42 #12 21.97   systemd-devel-251.5-607.fc38.aarch64                                          
12:13:42 #12 21.97   systemd-networkd-251.5-607.fc38.aarch64                                       
12:13:42 #12 21.97   systemd-pam-251.5-607.fc38.aarch64                                            
12:13:42 #12 21.97   systemd-resolved-251.5-607.fc38.aarch64                                       
12:13:42 #12 21.97   systemd-rpm-macros-251.5-607.fc38.noarch                                      
12:13:42 #12 21.97   util-linux-2.38.1-2.fc38.aarch64                                              
12:13:42 #12 21.97   vim-filesystem-2:9.0.475-1.fc38.noarch                                        
12:13:42 #12 21.97   which-2.21-35.fc37.aarch64                                                    
12:13:42 #12 21.97   xkeyboard-config-2.36-2.fc37.noarch                                           
12:13:42 #12 21.97 
12:13:42 #12 21.97 Complete!
12:13:42 #12 DONE 22.2s
12:13:42 
12:13:42 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
12:13:45 #13 DONE 2.4s
12:13:45 
12:13:45 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
12:13:45 #14 DONE 0.0s
12:13:45 
12:13:45 #15 exporting to image
12:13:45 #15 exporting layers
12:13:47 #15 exporting layers 2.2s done
12:13:47 #15 writing image sha256:844b424ebdf935bf7dc36c3db8c543a8bcd659c5cd762a13ec6c5dd501b84961 done
12:13:47 #15 naming to docker.io/rpmbuild-fedora-37/aarch64 done
12:13:47 #15 DONE 2.2s
12:13:47 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-37/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-37/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-37/aarch64 -ba --define '_gitcommit_cli b40c2f6' --define '_gitcommit_engine f219cb5' --define '_release 0' --define '_version 0.0.0.20220908081902.b40c2f6' --define '_origversion 0.0.0-20220908081902-b40c2f6' --define '_compose_rpm_version 2.11.2' --define '_compose_version v2.11.2' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-compose-plugin.spec
12:13:47 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:13:47 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:13:47 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:13:47 warning: source_date_epoch_from_changelog set but %changelog is missing
12:13:47 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.92c5Wh
12:13:47 + umask 022
12:13:47 + cd /root/rpmbuild/BUILD
12:13:47 + cd /root/rpmbuild/BUILD
12:13:47 + rm -rf src
12:13:47 + /usr/bin/mkdir -p src
12:13:47 + cd src
12:13:47 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:13:48 + STATUS=0
12:13:48 + '[' 0 -ne 0 ']'
12:13:48 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:13:48 + STATUS=0
12:13:48 + '[' 0 -ne 0 ']'
12:13:48 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:13:48 + RPM_EC=0
12:13:48 ++ jobs -p
12:13:48 + exit 0
12:13:48 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.LzR8MU
12:13:48 + umask 022
12:13:48 + cd /root/rpmbuild/BUILD
12:13:48 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:13:48 + export CFLAGS
12:13:48 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:13:48 + export CXXFLAGS
12:13:48 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:13:48 + export FFLAGS
12:13:48 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:13:48 + export FCFLAGS
12:13:48 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:13:48 + export LDFLAGS
12:13:48 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:13:48 + export LT_SYS_LIBRARY_PATH
12:13:48 + CC=gcc
12:13:48 + export CC
12:13:48 + CXX=g++
12:13:48 + export CXX
12:13:48 + cd src
12:13:48 + export DOCKER_GITCOMMIT=f219cb5
12:13:48 + DOCKER_GITCOMMIT=f219cb5
12:13:48 + mkdir -p /go/src/github.com/docker
12:13:48 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:13:48 + pushd /root/rpmbuild/BUILD/src/engine
12:13:48 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:13:48 + for component in tini "proxy dynamic"
12:13:48 + TMP_GOPATH=/go
12:13:48 + hack/dockerfile/install/install.sh tini
12:13:48 + RM_GOPATH=0
12:13:48 + TMP_GOPATH=/go
12:13:48 + : /usr/local/bin
12:13:48 + '[' -z /go ']'
12:13:48 + export GOPATH=/go
12:13:48 + GOPATH=/go
12:13:48 + case "$(go env GOARCH)" in
12:13:48 ++ go env GOARCH
12:13:48 + export GO_BUILDMODE=-buildmode=pie
12:13:48 + GO_BUILDMODE=-buildmode=pie
12:13:48 ++ dirname hack/dockerfile/install/install.sh
12:13:48 + dir=hack/dockerfile/install
12:13:48 + bin=tini
12:13:48 + shift
12:13:48 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:13:48 + . hack/dockerfile/install/tini.installer
12:13:48 ++ : v0.19.0
12:13:48 Install tini version v0.19.0
12:13:48 + install_tini
12:13:48 + echo 'Install tini version v0.19.0'
12:13:48 + git clone https://github.com/krallin/tini.git /go/tini
12:13:48 Cloning into '/go/tini'...
12:13:49 + cd /go/tini
12:13:49 + git checkout -q v0.19.0
12:13:49 + cmake .
12:13:49 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:13:49   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:13:49   CMake.
12:13:49 
12:13:49   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:13:49   CMake that the project does not need compatibility with older versions.
12:13:49 
12:13:49 
12:13:49 -- The C compiler identification is GNU 12.2.1
12:13:49 -- Detecting C compiler ABI info
12:13:49 -- Detecting C compiler ABI info - done
12:13:49 -- Check for working C compiler: /usr/bin/gcc - skipped
12:13:49 -- Detecting C compile features
12:13:49 -- Detecting C compile features - done
12:13:49 -- Performing Test HAS_BUILTIN_FORTIFY
12:13:49 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:13:49 -- Configuring done
12:13:49 -- Generating done
12:13:49 -- Build files have been written to: /go/tini
12:13:49 + make tini-static
12:13:49 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:13:50 [100%] Linking C executable tini-static
12:13:50 [100%] Built target tini-static
12:13:50 + mkdir -p /usr/local/bin
12:13:50 + cp tini-static /usr/local/bin/docker-init
12:13:50 + for component in tini "proxy dynamic"
12:13:50 + TMP_GOPATH=/go
12:13:50 + hack/dockerfile/install/install.sh proxy dynamic
12:13:50 + RM_GOPATH=0
12:13:50 + TMP_GOPATH=/go
12:13:50 + : /usr/local/bin
12:13:50 + '[' -z /go ']'
12:13:50 + export GOPATH=/go
12:13:50 + GOPATH=/go
12:13:50 + case "$(go env GOARCH)" in
12:13:50 ++ go env GOARCH
12:13:50 + export GO_BUILDMODE=-buildmode=pie
12:13:50 + GO_BUILDMODE=-buildmode=pie
12:13:50 ++ dirname hack/dockerfile/install/install.sh
12:13:50 + dir=hack/dockerfile/install
12:13:50 + bin=proxy
12:13:50 + shift
12:13:50 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
12:13:50 + . hack/dockerfile/install/proxy.installer
12:13:50 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
12:13:50 + install_proxy dynamic
12:13:50 + case "$1" in
12:13:50 + install_proxy_dynamic
12:13:50 + export PROXY_LDFLAGS=-linkmode=external install_proxy
12:13:50 + PROXY_LDFLAGS=-linkmode=external
12:13:50 + export BUILD_MODE=-buildmode=pie
12:13:50 + BUILD_MODE=-buildmode=pie
12:13:50 + _install_proxy
12:13:50 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
12:13:50 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
12:13:50 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
12:13:50 Cloning into '/go/src/github.com/docker/libnetwork'...
12:13:52 + cd /go/src/github.com/docker/libnetwork
12:13:52 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
12:13:52 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
12:14:00 + return
12:14:00 + VERSION=0.0.0-20220908081902-b40c2f6
12:14:00 + PRODUCT=docker
12:14:00 + hack/make.sh dynbinary
12:14:00 
12:14:00 Removing bundles/
12:14:00 
12:14:00 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:14:00 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:14:00 GOOS="" GOARCH="" GOARM=""
12:15:21 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:15:21 
12:15:21 + popd
12:15:21 + RPM_EC=0
12:15:21 ~/rpmbuild/BUILD/src
12:15:21 ++ jobs -p
12:15:21 + exit 0
12:15:21 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2zqMTe
12:15:21 + umask 022
12:15:21 + cd /root/rpmbuild/BUILD
12:15:21 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64 '!=' / ']'
12:15:21 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:15:21 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:15:21 + mkdir -p /root/rpmbuild/BUILDROOT
12:15:21 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:15:21 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:15:21 + export CFLAGS
12:15:21 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:15:21 + export CXXFLAGS
12:15:21 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:15:21 + export FFLAGS
12:15:21 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:15:21 + export FCFLAGS
12:15:21 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:15:21 + export LDFLAGS
12:15:21 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:15:21 + export LT_SYS_LIBRARY_PATH
12:15:21 + CC=gcc
12:15:21 + export CC
12:15:21 + CXX=g++
12:15:21 + export CXX
12:15:21 + cd src
12:15:21 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:15:21 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/bin/dockerd
12:15:21 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/bin/docker-proxy
12:15:21 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/bin/docker-init
12:15:21 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/lib/systemd/system/docker.service
12:15:21 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/lib/systemd/system/docker.socket
12:15:21 + /usr/lib/rpm/check-buildroot
12:15:21 + /usr/lib/rpm/redhat/brp-ldconfig
12:15:21 + /usr/lib/rpm/brp-compress
12:15:21 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:15:21 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:15:21 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:15:21 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:15:21 + /usr/lib/rpm/check-rpaths
12:15:21 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:15:21 + /usr/lib/rpm/brp-remove-la-files
12:15:21 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:15:21 + /usr/lib/rpm/redhat/brp-python-hardlink
12:15:21 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.OFJUNg
12:15:21 + umask 022
12:15:21 + cd /root/rpmbuild/BUILD
12:15:21 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:15:21 + export CFLAGS
12:15:21 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:15:21 + export CXXFLAGS
12:15:21 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:15:21 + export FFLAGS
12:15:21 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:15:21 + export FCFLAGS
12:15:21 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:15:21 + export LDFLAGS
12:15:21 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:15:21 + export LT_SYS_LIBRARY_PATH
12:15:21 + CC=gcc
12:15:21 + export CC
12:15:21 + CXX=g++
12:15:21 + export CXX
12:15:21 + cd src
12:15:21 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:15:21 + ver='Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5'
12:15:21 + test 'Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5' = 'Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5'
12:15:21 PASS: daemon version OK
12:15:21 + echo 'PASS: daemon version OK'
12:15:21 + RPM_EC=0
12:15:21 ++ jobs -p
12:15:21 + exit 0
12:15:21 Processing files: docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:15:21 Provides: docker-ce = 3:0.0.0.20220908081902.b40c2f6-0.fc37 docker-ce(aarch-64) = 3:0.0.0.20220908081902.b40c2f6-0.fc37
12:15:21 Requires(interp): /bin/sh /bin/sh /bin/sh
12:15:21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:15:21 Requires(post): /bin/sh
12:15:21 Requires(preun): /bin/sh
12:15:21 Requires(postun): /bin/sh
12:15:21 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
12:15:21 Conflicts: docker docker-ee docker-engine-cs docker-io
12:15:21 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:15:21 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:15:21 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.src.rpm
12:15:48 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64.rpm
12:15:48 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cwTog8
12:15:48 + umask 022
12:15:48 + cd /root/rpmbuild/BUILD
12:15:48 + cd src
12:15:48 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:15:48 + RPM_EC=0
12:15:48 ++ jobs -p
12:15:48 + exit 0
12:15:48 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.tJOeRZ
12:15:48 + umask 022
12:15:48 + cd /root/rpmbuild/BUILD
12:15:48 + rm -rf src src.gemspec
12:15:48 + RPM_EC=0
12:15:48 ++ jobs -p
12:15:48 + exit 0
12:15:48     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:15:48     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:15:48     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:15:48     source_date_epoch_from_changelog set but %changelog is missing
12:15:48 
12:15:48 RPM build warnings:
12:15:48 warning: source_date_epoch_from_changelog set but %changelog is missing
12:15:48 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QTLCQE
12:15:48 + umask 022
12:15:48 + cd /root/rpmbuild/BUILD
12:15:48 + cd /root/rpmbuild/BUILD
12:15:48 + rm -rf src
12:15:48 + /usr/bin/mkdir -p src
12:15:48 + cd src
12:15:48 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
12:15:48 + STATUS=0
12:15:48 + '[' 0 -ne 0 ']'
12:15:48 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/plugin-installers.tgz
12:15:48 + STATUS=0
12:15:48 + '[' 0 -ne 0 ']'
12:15:48 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:15:48 + RPM_EC=0
12:15:48 ++ jobs -p
12:15:48 + exit 0
12:15:48 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jhjynd
12:15:48 + umask 022
12:15:48 + cd /root/rpmbuild/BUILD
12:15:48 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:15:48 + export CFLAGS
12:15:48 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:15:48 + export CXXFLAGS
12:15:48 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:15:48 + export FFLAGS
12:15:48 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:15:48 + export FCFLAGS
12:15:48 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:15:48 + export LDFLAGS
12:15:48 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:15:48 + export LT_SYS_LIBRARY_PATH
12:15:48 + CC=gcc
12:15:48 + export CC
12:15:48 + CXX=g++
12:15:48 + export CXX
12:15:48 + cd src
12:15:48 + mkdir -p /go/src/github.com/docker
12:15:48 + rm -f /go/src/github.com/docker/cli
12:15:48 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:15:48 + pushd /go/src/github.com/docker/cli
12:15:48 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:15:48 + make VERSION=0.0.0-20220908081902-b40c2f6 GITCOMMIT=b40c2f6 dynbinary manpages
12:15:48 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:15:48 GO_LINKMODE=dynamic ./scripts/build/binary
12:15:48 Building dynamic docker-linux-arm64
12:16:56 scripts/docs/generate-man.sh
12:17:52 Project root: /go/src/github.com/docker/cli
12:17:52 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
12:17:52 2022/10/03 12:17:49 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
12:17:52 ~/rpmbuild/BUILD/src
12:17:52 + popd
12:17:52 + pushd /root/rpmbuild/BUILD/src/plugins
12:17:52 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
12:17:52 + for installer in *.installer
12:17:52 + '[' app.installer '!=' scan.installer ']'
12:17:52 + bash app.installer build
12:17:52 Cloning into '/go/src/github.com/docker/app'...
12:17:52 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
12:18:39 + for installer in *.installer
12:18:39 + '[' buildx.installer '!=' scan.installer ']'
12:18:39 + bash buildx.installer build
12:18:39 Cloning into '/go/src/github.com/docker/buildx'...
12:18:40 + GO111MODULE=on
12:18:40 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.9.1-docker -X github.com/docker/buildx/version.Revision=ed00243a0ce2a0aee75311b06e32d33b44729689 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
12:20:02 + popd
12:20:02 ~/rpmbuild/BUILD/src
12:20:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.unqaWb
12:20:02 + RPM_EC=0
12:20:02 ++ jobs -p
12:20:02 + exit 0
12:20:02 + umask 022
12:20:02 + cd /root/rpmbuild/BUILD
12:20:02 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64 '!=' / ']'
12:20:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:20:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:20:02 + mkdir -p /root/rpmbuild/BUILDROOT
12:20:02 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:20:02 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:20:02 + export CFLAGS
12:20:02 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:20:02 + export CXXFLAGS
12:20:02 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:20:02 + export FFLAGS
12:20:02 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:20:02 + export FCFLAGS
12:20:02 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:20:02 + export LDFLAGS
12:20:02 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:20:02 + export LT_SYS_LIBRARY_PATH
12:20:02 + CC=gcc
12:20:02 + export CC
12:20:02 + CXX=g++
12:20:02 + export CXX
12:20:02 + cd src
12:20:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/bin
12:20:02 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/bin/docker
12:20:02 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
12:20:02 + pushd /root/rpmbuild/BUILD/src/plugins
12:20:02 + for installer in *.installer
12:20:02 + '[' app.installer '!=' scan.installer ']'
12:20:02 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:20:02 + PREFIX=/usr/libexec/docker/cli-plugins
12:20:02 + bash app.installer install_plugin
12:20:02 + for installer in *.installer
12:20:02 + '[' buildx.installer '!=' scan.installer ']'
12:20:02 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:20:02 + PREFIX=/usr/libexec/docker/cli-plugins
12:20:02 + bash buildx.installer install_plugin
12:20:02 + popd
12:20:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/bash-completion/completions
12:20:02 ~/rpmbuild/BUILD/src
12:20:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/zsh/vendor-completions
12:20:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/fish/vendor_completions.d
12:20:02 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/bash-completion/completions/docker
12:20:02 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/zsh/vendor-completions/_docker
12:20:02 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/fish/vendor_completions.d/docker.fish
12:20:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/man/man1
12:20:02 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/man/man1
12:20:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/man/man5
12:20:02 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/man/man5
12:20:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/man/man8
12:20:02 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/man/man8
12:20:02 + mkdir -p build-docs
12:20:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:20:02 + cp cli/LICENSE build-docs/LICENSE
12:20:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:20:02 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:20:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:20:02 + cp cli/NOTICE build-docs/NOTICE
12:20:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:20:02 + cp cli/README.md build-docs/README.md
12:20:02 + /usr/lib/rpm/check-buildroot
12:20:02 + /usr/lib/rpm/redhat/brp-ldconfig
12:20:02 + /usr/lib/rpm/brp-compress
12:20:02 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:20:02 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:20:02 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:20:02 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:20:02 + /usr/lib/rpm/check-rpaths
12:20:02 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:20:02 + /usr/lib/rpm/brp-remove-la-files
12:20:02 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:20:02 + /usr/lib/rpm/redhat/brp-python-hardlink
12:20:02 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.95JEJp
12:20:02 + umask 022
12:20:02 + cd /root/rpmbuild/BUILD
12:20:02 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:20:02 + export CFLAGS
12:20:02 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:20:02 + export CXXFLAGS
12:20:02 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:20:02 + export FFLAGS
12:20:02 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:20:02 + export FCFLAGS
12:20:02 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:20:02 + export LDFLAGS
12:20:02 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:20:02 + export LT_SYS_LIBRARY_PATH
12:20:02 + CC=gcc
12:20:02 + export CC
12:20:02 + CXX=g++
12:20:02 + export CXX
12:20:02 + cd src
12:20:02 ++ cli/build/docker --version
12:20:02 + ver='Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6'
12:20:02 + test 'Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6' = 'Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6'
12:20:02 + echo 'PASS: cli version OK'
12:20:02 PASS: cli version OK
12:20:02 + RPM_EC=0
12:20:02 ++ jobs -p
12:20:02 + exit 0
12:20:02 Processing files: docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:20:02 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.H3eDSF
12:20:02 + umask 022
12:20:02 + cd /root/rpmbuild/BUILD
12:20:02 + cd src
12:20:02 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/doc/docker-ce-cli
12:20:02 + export LC_ALL=C
12:20:02 + LC_ALL=C
12:20:02 + export DOCDIR
12:20:02 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/doc/docker-ce-cli
12:20:02 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/doc/docker-ce-cli
12:20:02 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/doc/docker-ce-cli
12:20:02 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/doc/docker-ce-cli
12:20:02 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/share/doc/docker-ce-cli
12:20:02 + RPM_EC=0
12:20:02 ++ jobs -p
12:20:02 + exit 0
12:20:02 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:20:02 Provides: docker-ce-cli = 1:0.0.0.20220908081902.b40c2f6-0.fc37 docker-ce-cli(aarch-64) = 1:0.0.0.20220908081902.b40c2f6-0.fc37
12:20:02 Requires(interp): /bin/sh
12:20:02 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:20:02 Requires(post): /bin/sh
12:20:02 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
12:20:02 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:20:02 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:20:02 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.src.rpm
12:21:09 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64.rpm
12:21:09 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6yj4D1
12:21:09 + umask 022
12:21:09 + cd /root/rpmbuild/BUILD
12:21:09 + cd src
12:21:09 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:21:09 + RPM_EC=0
12:21:09 ++ jobs -p
12:21:09 + exit 0
12:21:09 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.EwXcjD
12:21:09 + umask 022
12:21:09 + cd /root/rpmbuild/BUILD
12:21:09 + rm -rf src src.gemspec
12:21:09 + RPM_EC=0
12:21:09 ++ jobs -p
12:21:09 + exit 0
12:21:09 
12:21:09 RPM build warnings:
12:21:09     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:21:09     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:21:09     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:21:09     source_date_epoch_from_changelog set but %changelog is missing
12:21:09     source_date_epoch_from_changelog set but %changelog is missing
12:21:09     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:21:09 warning: source_date_epoch_from_changelog set but %changelog is missing
12:21:09 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.IjJDQO
12:21:09 + umask 022
12:21:09 + cd /root/rpmbuild/BUILD
12:21:09 + cd /root/rpmbuild/BUILD
12:21:09 + rm -rf src
12:21:09 + /usr/bin/mkdir -p src
12:21:09 + cd src
12:21:09 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:21:09 + STATUS=0
12:21:09 + '[' 0 -ne 0 ']'
12:21:09 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:21:09 + STATUS=0
12:21:09 + '[' 0 -ne 0 ']'
12:21:09 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:21:09 + RPM_EC=0
12:21:09 ++ jobs -p
12:21:09 + exit 0
12:21:09 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EGyxk2
12:21:09 + umask 022
12:21:09 + cd /root/rpmbuild/BUILD
12:21:09 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:21:09 + export CFLAGS
12:21:09 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:21:09 + export CXXFLAGS
12:21:09 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:21:09 + export FFLAGS
12:21:09 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:21:09 + export FCFLAGS
12:21:09 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:21:09 + export LDFLAGS
12:21:09 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:21:09 + export LT_SYS_LIBRARY_PATH
12:21:09 + CC=gcc
12:21:09 + export CC
12:21:09 + CXX=g++
12:21:09 + export CXX
12:21:09 + cd src
12:21:09 + export DOCKER_GITCOMMIT=f219cb5
12:21:09 + DOCKER_GITCOMMIT=f219cb5
12:21:09 + mkdir -p /go/src/github.com/docker
12:21:09 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:21:09 + TMP_GOPATH=/go
12:21:09 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:21:09 + RM_GOPATH=0
12:21:09 + TMP_GOPATH=/go
12:21:09 + : /usr/local/bin
12:21:09 + '[' -z /go ']'
12:21:09 + export GOPATH=/go
12:21:09 + GOPATH=/go
12:21:09 + case "$(go env GOARCH)" in
12:21:09 ++ go env GOARCH
12:21:09 + export GO_BUILDMODE=-buildmode=pie
12:21:09 + GO_BUILDMODE=-buildmode=pie
12:21:09 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:21:09 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:21:09 + bin=rootlesskit
12:21:09 + shift
12:21:09 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:21:09 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:21:09 ++ : v0.14.4
12:21:09 + install_rootlesskit dynamic
12:21:09 + case "$1" in
12:21:09 + install_rootlesskit_dynamic
12:21:09 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:21:09 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:21:09 + export BUILD_MODE=-buildmode=pie
12:21:09 + BUILD_MODE=-buildmode=pie
12:21:09 + _install_rootlesskit
12:21:09 + echo 'Install rootlesskit version v0.14.4'
12:21:09 + for f in rootlesskit rootlesskit-docker-proxy
12:21:09 + GOBIN=/usr/local/bin
12:21:09 + GO111MODULE=on
12:21:09 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
12:21:09 Install rootlesskit version v0.14.4
12:21:09 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
12:21:09 go: downloading github.com/pkg/errors v0.9.1
12:21:09 go: downloading github.com/sirupsen/logrus v1.8.1
12:21:09 go: downloading github.com/urfave/cli/v2 v2.3.0
12:21:09 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
12:21:09 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
12:21:09 go: downloading github.com/google/uuid v1.3.0
12:21:09 go: downloading github.com/moby/vpnkit v0.5.0
12:21:09 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:21:09 go: downloading github.com/gofrs/flock v0.8.1
12:21:09 go: downloading github.com/gorilla/mux v1.8.0
12:21:09 go: downloading github.com/moby/sys/mountinfo v0.4.1
12:21:09 go: downloading github.com/u-root/u-root v7.0.0+incompatible
12:21:09 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
12:21:09 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:21:09 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:21:09 + for f in rootlesskit rootlesskit-docker-proxy
12:21:09 + GOBIN=/usr/local/bin
12:21:09 + GO111MODULE=on
12:21:09 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
12:21:10 + return
12:21:10 + RPM_EC=0
12:21:10 ++ jobs -p
12:21:10 + exit 0
12:21:10 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JJHCKU
12:21:10 + umask 022
12:21:10 + cd /root/rpmbuild/BUILD
12:21:10 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64 '!=' / ']'
12:21:10 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:21:11 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:21:11 + mkdir -p /root/rpmbuild/BUILDROOT
12:21:11 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:21:11 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:21:11 + export CFLAGS
12:21:11 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:21:11 + export CXXFLAGS
12:21:11 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:21:11 + export FFLAGS
12:21:11 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:21:11 + export FCFLAGS
12:21:11 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:21:11 + export LDFLAGS
12:21:11 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:21:11 + export LT_SYS_LIBRARY_PATH
12:21:11 + CC=gcc
12:21:11 + export CC
12:21:11 + CXX=g++
12:21:11 + export CXX
12:21:11 + cd src
12:21:11 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/bin/dockerd-rootless.sh
12:21:11 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/bin/dockerd-rootless-setuptool.sh
12:21:11 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/bin/rootlesskit
12:21:11 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/bin/rootlesskit-docker-proxy
12:21:11 + /usr/lib/rpm/check-buildroot
12:21:11 + /usr/lib/rpm/redhat/brp-ldconfig
12:21:11 + /usr/lib/rpm/brp-compress
12:21:11 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:21:11 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:21:11 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:21:11 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:21:11 + /usr/lib/rpm/check-rpaths
12:21:11 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:21:11 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
12:21:11 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
12:21:11 + /usr/lib/rpm/brp-remove-la-files
12:21:11 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:21:11 + /usr/lib/rpm/redhat/brp-python-hardlink
12:21:11 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.heI4G1
12:21:11 + umask 022
12:21:11 + cd /root/rpmbuild/BUILD
12:21:11 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:21:11 + export CFLAGS
12:21:11 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:21:11 + export CXXFLAGS
12:21:11 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:21:11 + export FFLAGS
12:21:11 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:21:11 + export FCFLAGS
12:21:11 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:21:11 + export LDFLAGS
12:21:11 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:21:11 + export LT_SYS_LIBRARY_PATH
12:21:11 + CC=gcc
12:21:11 + export CC
12:21:11 + CXX=g++
12:21:11 + export CXX
12:21:11 + cd src
12:21:11 + /usr/local/bin/rootlesskit -v
12:21:11 rootlesskit version 0.14.4
12:21:11 + RPM_EC=0
12:21:11 ++ jobs -p
12:21:11 + exit 0
12:21:11 Processing files: docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:21:11 Provides: docker-ce-rootless-extras = 0:0.0.0.20220908081902.b40c2f6-0.fc37 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220908081902.b40c2f6-0.fc37
12:21:11 Requires(interp): /bin/sh /bin/sh /bin/sh
12:21:11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:21:11 Requires(post): /bin/sh
12:21:11 Requires(preun): /bin/sh
12:21:11 Requires(postun): /bin/sh
12:21:11 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
12:21:11 Conflicts: rootlesskit
12:21:11 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:21:11 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.src.rpm
12:21:17 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64.rpm
12:21:17 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2zy0tO
12:21:17 + umask 022
12:21:17 + cd /root/rpmbuild/BUILD
12:21:17 + cd src
12:21:17 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64
12:21:17 + RPM_EC=0
12:21:17 ++ jobs -p
12:21:17 + exit 0
12:21:17 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.49vmtA
12:21:17 + umask 022
12:21:17 + cd /root/rpmbuild/BUILD
12:21:17 + rm -rf src src.gemspec
12:21:17 + RPM_EC=0
12:21:17 ++ jobs -p
12:21:17 + exit 0
12:21:17 
12:21:17 RPM build warnings:
12:21:17     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:21:17     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:21:17     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:21:17     source_date_epoch_from_changelog set but %changelog is missing
12:21:17     source_date_epoch_from_changelog set but %changelog is missing
12:21:17     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:21:17     source_date_epoch_from_changelog set but %changelog is missing
12:21:17 warning: source_date_epoch_from_changelog set but %changelog is missing
12:21:17 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uRzIzF
12:21:17 + umask 022
12:21:17 + cd /root/rpmbuild/BUILD
12:21:17 + cd /root/rpmbuild/BUILD
12:21:17 + rm -rf src
12:21:17 + /usr/bin/mkdir -p src
12:21:17 + cd src
12:21:17 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
12:21:17 + STATUS=0
12:21:17 + '[' 0 -ne 0 ']'
12:21:17 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
12:21:17 + STATUS=0
12:21:17 + '[' 0 -ne 0 ']'
12:21:17 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:21:17 + RPM_EC=0
12:21:17 ++ jobs -p
12:21:17 + exit 0
12:21:17 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QR7RRi
12:21:17 + umask 022
12:21:17 + cd /root/rpmbuild/BUILD
12:21:17 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:21:17 + export CFLAGS
12:21:17 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:21:17 + export CXXFLAGS
12:21:17 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:21:17 + export FFLAGS
12:21:17 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:21:17 + export FCFLAGS
12:21:17 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:21:17 + export LDFLAGS
12:21:17 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:21:17 + export LT_SYS_LIBRARY_PATH
12:21:17 + CC=gcc
12:21:17 + export CC
12:21:17 + CXX=g++
12:21:17 + export CXX
12:21:17 + cd src
12:21:17 + pushd /root/rpmbuild/BUILD/src/compose
12:21:17 + make VERSION=v2.11.2 DESTDIR=./bin build
12:21:17 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:21:17 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.11.2" -o "./bin/docker-compose" ./cmd
12:21:17 go: downloading github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
12:21:17 go: downloading github.com/spf13/cobra v1.5.0
12:21:17 go: downloading github.com/fvbommel/sortorder v1.0.2
12:21:17 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
12:21:17 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
12:21:17 go: downloading github.com/morikuni/aec v1.0.0
12:21:17 go: downloading github.com/spf13/pflag v1.0.5
12:21:17 go: downloading github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
12:21:18 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:21:19 go: downloading github.com/docker/go-connections v0.4.0
12:21:19 go: downloading github.com/sirupsen/logrus v1.9.0
12:21:19 go: downloading github.com/theupdateframework/notary v0.7.0
12:21:19 go: downloading github.com/cnabio/cnab-to-oci v0.3.7
12:21:19 go: downloading github.com/compose-spec/compose-go v1.6.0
12:21:19 go: downloading github.com/distribution/distribution/v3 v3.0.0-20220902125104-0122d7ddaec0
12:21:19 go: downloading github.com/docker/buildx v0.8.2
12:21:19 go: downloading github.com/docker/go-units v0.5.0
12:21:19 go: downloading github.com/mattn/go-shellwords v1.0.12
12:21:19 go: downloading github.com/moby/buildkit v0.10.4
12:21:19 go: downloading github.com/opencontainers/go-digest v1.0.0
12:21:19 go: downloading go.opentelemetry.io/otel v1.10.0
12:21:19 go: downloading github.com/hashicorp/go-version v1.6.0
12:21:19 go: downloading github.com/containerd/containerd v1.6.8
12:21:20 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:21:20 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:21:20 go: downloading golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
12:21:20 go: downloading gopkg.in/yaml.v2 v2.4.0
12:21:20 go: downloading k8s.io/client-go v0.22.4
12:21:20 go: downloading github.com/cnabio/cnab-go v0.23.4
12:21:20 go: downloading github.com/imdario/mergo v0.3.13
12:21:20 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:21:20 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:21:20 go: downloading github.com/containerd/console v1.0.3
12:21:20 go: downloading golang.org/x/text v0.3.7
12:21:21 go: downloading github.com/mattn/go-isatty v0.0.16
12:21:21 go: downloading github.com/buger/goterm v1.0.4
12:21:21 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:21:21 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:21:21 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:21:21 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:21:21 go: downloading go.opentelemetry.io/otel/trace v1.10.0
12:21:21 go: downloading github.com/go-logr/logr v1.2.3
12:21:21 go: downloading k8s.io/api v0.22.4
12:21:21 go: downloading k8s.io/apimachinery v0.22.4
12:21:21 go: downloading github.com/gofrs/flock v0.8.0
12:21:21 go: downloading github.com/moby/sys/signal v0.6.0
12:21:21 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:21:21 go: downloading github.com/golang/mock v1.6.0
12:21:21 go: downloading google.golang.org/grpc v1.45.0
12:21:22 go: downloading github.com/klauspost/compress v1.15.1
12:21:22 go: downloading github.com/opencontainers/runc v1.1.2
12:21:22 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:21:22 go: downloading github.com/hashicorp/errwrap v1.1.0
12:21:22 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:21:22 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
12:21:22 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:21:22 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
12:21:22 go: downloading golang.org/x/crypto v0.0.0-20220214200702-86341886e292
12:21:22 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:21:22 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
12:21:22 go: downloading k8s.io/klog/v2 v2.60.1
12:21:22 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:21:22 go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
12:21:23 go: downloading github.com/moby/locker v1.0.1
12:21:23 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:21:23 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:21:23 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:21:23 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:21:23 go: downloading google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
12:21:24 go: downloading google.golang.org/protobuf v1.27.1
12:21:24 go: downloading github.com/go-logr/stdr v1.2.2
12:21:24 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:21:24 go: downloading github.com/gogo/protobuf v1.3.2
12:21:25 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:21:25 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:21:25 go: downloading github.com/pelletier/go-toml v1.9.4
12:21:25 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:21:25 go: downloading github.com/google/gofuzz v1.2.0
12:21:25 go: downloading github.com/moby/sys/symlink v0.2.0
12:21:25 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:21:25 go: downloading github.com/golang/protobuf v1.5.2
12:21:25 go: downloading github.com/gogo/googleapis v1.4.1
12:21:25 go: downloading github.com/containerd/typeurl v1.0.2
12:21:25 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:21:25 go: downloading github.com/qri-io/jsonpointer v0.1.1
12:21:25 go: downloading github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
12:21:25 go: downloading github.com/Masterminds/semver v1.5.0
12:21:25 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:21:25 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:21:25 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:21:25 go: downloading github.com/felixge/httpsnoop v1.0.2
12:21:25 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:21:25 go: downloading github.com/davecgh/go-spew v1.1.1
12:21:25 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:21:25 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:21:25 go: downloading gopkg.in/inf.v0 v0.9.1
12:21:25 go: downloading github.com/google/go-cmp v0.5.8
12:21:25 go: downloading github.com/googleapis/gnostic v0.5.5
12:21:25 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:21:25 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
12:21:25 go: downloading github.com/json-iterator/go v1.1.12
12:21:25 go: downloading github.com/modern-go/reflect2 v1.0.2
12:21:25 go: downloading sigs.k8s.io/yaml v1.2.0
12:21:25 go: downloading github.com/docker/go-metrics v0.0.1
12:21:26 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:21:26 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:21:26 go: downloading gopkg.in/yaml.v3 v3.0.1
12:21:26 go: downloading github.com/mattn/go-colorable v0.1.12
12:21:26 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:21:26 go: downloading github.com/prometheus/client_golang v1.12.1
12:21:26 go: downloading github.com/containerd/ttrpc v1.1.0
12:21:26 go: downloading github.com/moby/spdystream v0.2.0
12:21:26 go: downloading github.com/beorn7/perks v1.0.1
12:21:26 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:21:26 go: downloading github.com/prometheus/client_model v0.2.0
12:21:26 go: downloading github.com/prometheus/common v0.32.1
12:21:26 go: downloading github.com/prometheus/procfs v0.7.3
12:21:26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:23:17 + popd
12:23:17 ~/rpmbuild/BUILD/src
12:23:17 + RPM_EC=0
12:23:17 ++ jobs -p
12:23:17 + exit 0
12:23:17 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kkKYXW
12:23:17 + umask 022
12:23:17 + cd /root/rpmbuild/BUILD
12:23:17 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64 '!=' / ']'
12:23:17 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64
12:23:17 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64
12:23:17 + mkdir -p /root/rpmbuild/BUILDROOT
12:23:17 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64
12:23:17 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:23:17 + export CFLAGS
12:23:17 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:23:17 + export CXXFLAGS
12:23:17 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:23:17 + export FFLAGS
12:23:17 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:23:17 + export FCFLAGS
12:23:17 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:23:17 + export LDFLAGS
12:23:17 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:23:17 + export LT_SYS_LIBRARY_PATH
12:23:17 + CC=gcc
12:23:17 + export CC
12:23:17 + CXX=g++
12:23:17 + export CXX
12:23:17 + cd src
12:23:17 + pushd /root/rpmbuild/BUILD/src/compose
12:23:17 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:23:17 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:23:17 + popd
12:23:17 ~/rpmbuild/BUILD/src
12:23:17 + for f in LICENSE MAINTAINERS NOTICE README.md
12:23:17 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:23:17 + for f in LICENSE MAINTAINERS NOTICE README.md
12:23:17 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:23:17 + for f in LICENSE MAINTAINERS NOTICE README.md
12:23:17 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:23:17 + for f in LICENSE MAINTAINERS NOTICE README.md
12:23:17 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:23:17 + /usr/lib/rpm/check-buildroot
12:23:17 + /usr/lib/rpm/redhat/brp-ldconfig
12:23:17 + /usr/lib/rpm/brp-compress
12:23:17 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:23:17 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:23:17 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:23:17 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:23:17 + /usr/lib/rpm/check-rpaths
12:23:17 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:23:17 + /usr/lib/rpm/brp-remove-la-files
12:23:17 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:23:17 + /usr/lib/rpm/redhat/brp-python-hardlink
12:23:17 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.fCoVQK
12:23:17 + umask 022
12:23:17 + cd /root/rpmbuild/BUILD
12:23:17 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:23:17 + export CFLAGS
12:23:17 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:23:17 + export CXXFLAGS
12:23:17 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:23:17 + export FFLAGS
12:23:17 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:23:17 + export FCFLAGS
12:23:17 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:23:17 + export LDFLAGS
12:23:17 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:23:17 + export LT_SYS_LIBRARY_PATH
12:23:17 + CC=gcc
12:23:17 + export CC
12:23:17 + CXX=g++
12:23:17 + export CXX
12:23:17 + cd src
12:23:17 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:23:17 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:23:17 + ver=v2.11.2
12:23:17 + test v2.11.2 = v2.11.2
12:23:17 + echo 'PASS: docker-compose version OK'
12:23:17 PASS: docker-compose version OK
12:23:17 + RPM_EC=0
12:23:17 ++ jobs -p
12:23:17 + exit 0
12:23:17 Processing files: docker-compose-plugin-2.11.2-0.fc37.aarch64
12:23:17 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.r56S3z
12:23:17 + umask 022
12:23:17 + cd /root/rpmbuild/BUILD
12:23:17 + cd src
12:23:17 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64/usr/share/doc/docker-compose-plugin
12:23:17 + export LC_ALL=C
12:23:17 + LC_ALL=C
12:23:17 + export DOCDIR
12:23:17 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64/usr/share/doc/docker-compose-plugin
12:23:17 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64/usr/share/doc/docker-compose-plugin
12:23:17 + RPM_EC=0
12:23:17 ++ jobs -p
12:23:17 + exit 0
12:23:17 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.25agA5
12:23:17 + umask 022
12:23:17 + cd /root/rpmbuild/BUILD
12:23:17 + cd src
12:23:17 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
12:23:17 + export LC_ALL=C
12:23:17 + LC_ALL=C
12:23:17 + export LICENSEDIR
12:23:17 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
12:23:17 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
12:23:17 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
12:23:17 + RPM_EC=0
12:23:17 ++ jobs -p
12:23:17 + exit 0
12:23:17 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:23:17 Provides: docker-compose-plugin = 0:2.11.2-0.fc37 docker-compose-plugin(aarch-64) = 0:2.11.2-0.fc37
12:23:17 Requires(interp): /bin/sh /bin/sh /bin/sh
12:23:17 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:23:17 Requires(post): /bin/sh
12:23:17 Requires(preun): /bin/sh
12:23:17 Requires(postun): /bin/sh
12:23:17 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64
12:23:17 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.11.2-0.fc37.src.rpm
12:23:32 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.11.2-0.fc37.aarch64.rpm
12:23:32 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SGiKoU
12:23:32 + umask 022
12:23:32 + cd /root/rpmbuild/BUILD
12:23:32 + cd src
12:23:32 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64
12:23:32 + RPM_EC=0
12:23:32 ++ jobs -p
12:23:32 + exit 0
12:23:32 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.NlATP7
12:23:32 + umask 022
12:23:32 + cd /root/rpmbuild/BUILD
12:23:32 + rm -rf src src.gemspec
12:23:32 + RPM_EC=0
12:23:32 ++ jobs -p
12:23:32 + exit 0
12:23:32 
12:23:32 RPM build warnings:
12:23:32     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:23:32     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:23:32     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:23:32     source_date_epoch_from_changelog set but %changelog is missing
12:23:32     source_date_epoch_from_changelog set but %changelog is missing
12:23:32     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:23:32     source_date_epoch_from_changelog set but %changelog is missing
12:23:32     source_date_epoch_from_changelog set but %changelog is missing
12:23:32     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:23:32 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-37"
12:23:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'