Skip to content

Console Output

12:12:44 + make REF=20.10 fedora-36
12:12:44 git init src/github.com/docker/cli
12:12:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
12:12:44 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:12:44 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
12:12:44 + SRC=src/github.com/docker/cli
12:12:44 + REF=20.10
12:12:44 + REF_FETCH=20.10
12:12:44 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
12:12:44 + awk {print $2}
12:12:44 + REF=refs/heads/20.10
12:12:44 + [ -n refs/heads/20.10 ]
12:12:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:44 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:44 From https://github.com/docker/cli
12:12:44  * [new branch]      20.10      -> 20.10
12:12:44  * [new tag]         v20.10.18  -> v20.10.18
12:12:44  * [new branch]      20.10      -> origin/20.10
12:12:44 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
12:12:45 git init src/github.com/docker/docker
12:12:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
12:12:45 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:12:45 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
12:12:45 + SRC=src/github.com/docker/docker
12:12:45 + REF=20.10
12:12:45 + REF_FETCH=20.10
12:12:45 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
12:12:45 + awk {print $2}
12:12:45 + REF=refs/heads/20.10
12:12:45 + [ -n refs/heads/20.10 ]
12:12:45 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:45 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:46 From https://github.com/docker/docker
12:12:46  * [new branch]      20.10      -> 20.10
12:12:46  * [new branch]      20.10      -> origin/20.10
12:12:46 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
12:12:47 git init src/github.com/docker/compose
12:12:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
12:12:47 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:12:47 ./scripts/checkout.sh src/github.com/docker/compose "v2.11.2"
12:12:47 + SRC=src/github.com/docker/compose
12:12:47 + REF=v2.11.2
12:12:47 + REF_FETCH=v2.11.2
12:12:47 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.11.2
12:12:47 + awk {print $2}
12:12:47 + REF=refs/tags/v2.11.2
12:12:47 + [ -n refs/tags/v2.11.2 ]
12:12:47 + REF_FETCH=refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:47 + 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:47 From https://github.com/docker/compose
12:12:47  * [new tag]         v2.11.2    -> v2.11.2
12:12:47 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.11.2
12:12:47 git init src/github.com/docker/scan-cli-plugin
12:12:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
12:12:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:12:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
12:12:47 + SRC=src/github.com/docker/scan-cli-plugin
12:12:47 + REF=v0.17.0
12:12:47 + REF_FETCH=v0.17.0
12:12:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
12:12:47 + awk {print $2}
12:12:47 + REF=refs/tags/v0.17.0
12:12:47 + [ -n refs/tags/v0.17.0 ]
12:12:47 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:47 + 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:48 From https://github.com/docker/scan-cli-plugin
12:12:48  * [new tag]         v0.17.0    -> v0.17.0
12:12:48 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
12:12:48 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.18.6 fedora-36
12:12:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
12:12:48 mkdir -p rpmbuild/SOURCES
12:12:48 docker run --rm -w /v \
12:12:48 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
12:12:48 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:48 	alpine \
12:12:48 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:12:48 Unable to find image 'alpine:latest' locally
12:12:48 latest: Pulling from library/alpine
12:12:48 9b18e9b68314: Pulling fs layer
12:12:48 9b18e9b68314: Verifying Checksum
12:12:48 9b18e9b68314: Download complete
12:12:48 9b18e9b68314: Pull complete
12:12:48 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
12:12:48 Status: Downloaded newer image for alpine:latest
12:12:55 mkdir -p rpmbuild/SOURCES
12:12:55 docker run --rm -w /v \
12:12:55 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
12:12:55 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:55 	alpine \
12:12:55 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:12:58 mkdir -p rpmbuild/SOURCES
12:12:58 docker run --rm -w /v \
12:12:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
12:12:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:58 	alpine \
12:12:58 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:12:58 mkdir -p rpmbuild/SOURCES
12:12:58 docker run --rm -w /v \
12:12:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:12:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:58 	alpine \
12:12:58 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:12:59 mkdir -p rpmbuild/SOURCES
12:12:59 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
12:12:59 mkdir -p rpmbuild/SOURCES
12:12:59 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
12:12:59 docker run --rm -w /v \
12:12:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
12:12:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:59 	alpine \
12:12:59 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
12:13:00 == Building packages for fedora-36 ==
12:13:00 mkdir -p "rpmbuild/fedora-36"
12:13:00 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.6-buster -t rpmbuild-fedora-36/aarch64 -f fedora-36/Dockerfile .
12:13:01 #1 [internal] load .dockerignore
12:13:01 #1 transferring context: 2B done
12:13:01 #1 DONE 0.1s
12:13:01 
12:13:01 #2 [internal] load build definition from Dockerfile
12:13:01 #2 transferring dockerfile: 866B done
12:13:01 #2 DONE 0.1s
12:13:01 
12:13:01 #3 [auth] library/fedora:pull token for registry-1.docker.io
12:13:01 #3 DONE 0.0s
12:13:01 
12:13:01 #4 [auth] library/golang:pull token for registry-1.docker.io
12:13:01 #4 DONE 0.0s
12:13:01 
12:13:01 #5 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:13:01 #5 DONE 0.5s
12:13:01 
12:13:01 #6 [internal] load metadata for docker.io/library/fedora:36
12:13:01 #6 DONE 0.6s
12:13:01 
12:13:01 #7 [internal] load build context
12:13:01 #7 DONE 0.0s
12:13:01 
12:13:01 #8 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185
12:13:01 #8 resolve docker.io/library/fedora:36@sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185 0.0s done
12:13:01 #8 ...
12:13:01 
12:13:01 #7 [internal] load build context
12:13:01 #7 transferring context: 13.65kB done
12:13:01 #7 DONE 0.1s
12:13:01 
12:13:01 #8 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185
12:13:01 #8 sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185 1.20kB / 1.20kB done
12:13:01 #8 sha256:f149778a36890280d9052e56ae7be6a50484c4c3828c68c692415849d3519b9c 529B / 529B done
12:13:01 #8 sha256:8847e9bf6df80d7720e7daa5788671263f03a108a19cff8ff8c6f5f17fcad348 2.00kB / 2.00kB done
12:13:02 #8 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 0B / 57.02MB 1.0s
12:13:02 #8 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 3.15MB / 57.02MB 1.2s
12:13:02 #8 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 23.07MB / 57.02MB 1.3s
12:13:03 #8 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 27.26MB / 57.02MB 1.4s
12:13:03 #8 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 32.51MB / 57.02MB 1.5s
12:13:03 #8 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 41.14MB / 57.02MB 1.6s
12:13:03 #8 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 54.53MB / 57.02MB 1.7s
12:13:04 #8 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 57.02MB / 57.02MB 2.3s done
12:13:04 #8 extracting sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a
12:13:08 #8 extracting sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 3.5s done
12:13:08 #8 DONE 6.1s
12:13:08 
12:13:08 #9 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:08 #9 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 0.0s done
12:13:08 #9 sha256:ad774b2f21e1cdc556bc366edaa16b75a9049b78721ed9597aaa872cf4cf652a 1.79kB / 1.79kB done
12:13:08 #9 sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 49.23MB / 49.23MB 0.7s done
12:13:08 #9 sha256:91678e90eed09f0ef020521348ac09d6816bafc59c40f4fa0d821de2fb50f881 7.72MB / 7.72MB 0.2s done
12:13:08 #9 sha256:2d9f7a2d689202901c1750505adb5481f0e4499998084e1df70209fa11f8e8b5 9.77MB / 9.77MB 0.2s done
12:13:08 #9 sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 988B / 988B done
12:13:08 #9 sha256:0d316a0b54f8b4078fe7f7ea36b04be9c5479a9c7a2b48522112b35f95bcf272 7.12kB / 7.12kB done
12:13:08 #9 sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 52.18MB / 52.18MB 0.8s done
12:13:08 #9 sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 62.47MB / 62.47MB 1.0s done
12:13:08 #9 extracting sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 2.4s done
12:13:08 #9 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 109.00MB / 109.00MB 2.5s done
12:13:08 #9 sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 126B / 126B 1.0s done
12:13:08 #9 extracting sha256:91678e90eed09f0ef020521348ac09d6816bafc59c40f4fa0d821de2fb50f881 0.6s done
12:13:08 #9 extracting sha256:2d9f7a2d689202901c1750505adb5481f0e4499998084e1df70209fa11f8e8b5 0.4s done
12:13:08 #9 extracting sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 1.4s
12:13:08 #9 extracting sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 2.4s done
12:13:08 #9 extracting sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601
12:13:11 #9 extracting sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 2.0s done
12:13:11 #9 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2
12:13:16 #9 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 5.0s
12:13:17 #9 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 5.9s done
12:13:17 #9 extracting sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 done
12:13:17 #9 ...
12:13:17 
12:13:17 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:13:17 #0 4.484 Fedora 36 - aarch64                              21 MB/s |  77 MB     00:03    
12:13:18 #10 ...
12:13:18 
12:13:18 #9 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:18 #9 DONE 16.5s
12:13:18 
12:13:18 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:13:33 #10 25.53 Fedora 36 openh264 (From Cisco) - aarch64       1.9 kB/s | 2.5 kB     00:01    
12:13:35 #10 27.05 Fedora Modular 36 - aarch64                     2.0 MB/s | 2.3 MB     00:01    
12:13:37 #10 29.59 Fedora 36 - aarch64 - Updates                    14 MB/s |  26 MB     00:01    
12:13:47 #10 38.55 Fedora Modular 36 - aarch64 - Updates           2.2 MB/s | 2.8 MB     00:01    
12:13:47 #10 39.70 Last metadata expiration check: 0:00:01 ago on Mon Oct  3 12:13:46 2022.
12:13:50 #10 43.12 Dependencies resolved.
12:13:50 #10 43.15 ================================================================================
12:13:50 #10 43.15  Package                       Arch      Version                Repo       Size
12:13:50 #10 43.15 ================================================================================
12:13:50 #10 43.15 Installing:
12:13:50 #10 43.15  dnf-plugins-core              noarch    4.3.1-1.fc36           updates    34 k
12:13:50 #10 43.15  rpm-build                     aarch64   4.17.1-3.fc36          updates    59 k
12:13:50 #10 43.15  rpmlint                       noarch    2.2.0-6.fc36           updates   240 k
12:13:50 #10 43.15 Upgrading:
12:13:50 #10 43.15  python3-rpm                   aarch64   4.17.1-3.fc36          updates    92 k
12:13:50 #10 43.15  rpm                           aarch64   4.17.1-3.fc36          updates   534 k
12:13:50 #10 43.15  rpm-build-libs                aarch64   4.17.1-3.fc36          updates    89 k
12:13:50 #10 43.15  rpm-libs                      aarch64   4.17.1-3.fc36          updates   306 k
12:13:50 #10 43.15  rpm-sign-libs                 aarch64   4.17.1-3.fc36          updates    24 k
12:13:50 #10 43.15 Installing dependencies:
12:13:50 #10 43.15  ansible-srpm-macros           noarch    1-7.fc36               updates   7.5 k
12:13:50 #10 43.15  binutils                      aarch64   2.37-36.fc36           updates   6.4 M
12:13:50 #10 43.15  binutils-gold                 aarch64   2.37-36.fc36           updates   894 k
12:13:50 #10 43.15  bzip2                         aarch64   1.0.8-11.fc36          fedora     52 k
12:13:50 #10 43.15  cpio                          aarch64   2.13-12.fc36           fedora    267 k
12:13:50 #10 43.15  dash                          aarch64   0.5.10.2-10.fc36       fedora     97 k
12:13:50 #10 43.15  dbus-libs                     aarch64   1:1.14.0-1.fc36        fedora    153 k
12:13:50 #10 43.15  debugedit                     aarch64   5.0-3.fc36             fedora     76 k
12:13:50 #10 43.15  desktop-file-utils            aarch64   0.26-6.fc36            fedora     71 k
12:13:50 #10 43.15  devscripts-checkbashisms      aarch64   2.22.1-1.fc36          fedora     28 k
12:13:50 #10 43.15  diffutils                     aarch64   3.8-2.fc36             fedora    368 k
12:13:50 #10 43.15  dwz                           aarch64   0.14-4.fc36            updates   125 k
12:13:50 #10 43.15  ed                            aarch64   1.14.2-12.fc36         fedora     73 k
12:13:50 #10 43.15  efi-srpm-macros               noarch    5-5.fc36               fedora     22 k
12:13:50 #10 43.15  elfutils                      aarch64   0.186-3.fc36           fedora    516 k
12:13:50 #10 43.15  elfutils-debuginfod-client    aarch64   0.186-3.fc36           fedora     39 k
12:13:50 #10 43.15  emacs-filesystem              noarch    1:28.1-2.fc36          updates   9.3 k
12:13:50 #10 43.15  enchant                       aarch64   1:1.6.0-30.fc36        fedora     59 k
12:13:50 #10 43.15  file                          aarch64   5.41-4.fc36            fedora     48 k
12:13:50 #10 43.15  fonts-srpm-macros             noarch    1:2.0.5-7.fc36         fedora     27 k
12:13:50 #10 43.15  fpc-srpm-macros               noarch    1.3-5.fc36             fedora    7.6 k
12:13:50 #10 43.15  gdb-minimal                   aarch64   12.1-1.fc36            updates   3.5 M
12:13:50 #10 43.15  gdk-pixbuf2                   aarch64   2.42.9-1.fc36          updates   463 k
12:13:50 #10 43.15  ghc-srpm-macros               noarch    1.5.0-6.fc36           fedora    7.7 k
12:13:50 #10 43.15  glibc-gconv-extra             aarch64   2.35-4.fc36            fedora    1.7 M
12:13:50 #10 43.15  gnat-srpm-macros              noarch    4-15.fc36              fedora    8.2 k
12:13:50 #10 43.15  go-srpm-macros                noarch    3.2.0-1.fc36           updates    26 k
12:13:50 #10 43.15  groff-base                    aarch64   1.22.4-9.fc36          fedora    1.0 M
12:13:50 #10 43.15  hunspell                      aarch64   1.7.0-19.fc36          fedora    284 k
12:13:50 #10 43.15  hunspell-en-GB                noarch    0.20140811.1-22.fc36   fedora    225 k
12:13:50 #10 43.15  hunspell-en-US                noarch    0.20140811.1-22.fc36   fedora    176 k
12:13:50 #10 43.15  hunspell-filesystem           aarch64   1.7.0-19.fc36          fedora    8.9 k
12:13:50 #10 43.15  info                          aarch64   6.8-3.fc36             fedora    220 k
12:13:50 #10 43.15  json-glib                     aarch64   1.6.6-2.fc36           fedora    149 k
12:13:50 #10 43.15  kernel-srpm-macros            noarch    1.0-14.fc36            fedora    9.1 k
12:13:50 #10 43.15  libappstream-glib             aarch64   0.8.0-4.fc36           updates   376 k
12:13:50 #10 43.15  libjpeg-turbo                 aarch64   2.1.2-2.fc36           fedora    190 k
12:13:50 #10 43.15  libpkgconf                    aarch64   1.8.0-2.fc36           fedora     36 k
12:13:50 #10 43.15  libpng                        aarch64   2:1.6.37-12.fc36       fedora    114 k
12:13:50 #10 43.15  libstemmer                    aarch64   0-18.585svn.fc36       fedora     82 k
12:13:50 #10 43.15  lua-srpm-macros               noarch    1-6.fc36               fedora    8.5 k
12:13:50 #10 43.15  ncurses                       aarch64   6.2-9.20210508.fc36    fedora    400 k
12:13:50 #10 43.15  nim-srpm-macros               noarch    3-6.fc36               fedora    8.3 k
12:13:50 #10 43.15  ocaml-srpm-macros             noarch    6-6.fc36               fedora    7.7 k
12:13:50 #10 43.15  openblas-srpm-macros          noarch    2-11.fc36              fedora    7.4 k
12:13:50 #10 43.15  package-notes-srpm-macros     noarch    0.4-14.fc36            fedora     11 k
12:13:50 #10 43.15  patch                         aarch64   2.7.6-16.fc36          fedora    121 k
12:13:50 #10 43.15  perl-AutoLoader               noarch    5.74-486.fc36          fedora     26 k
12:13:50 #10 43.15  perl-B                        aarch64   1.82-486.fc36          fedora    186 k
12:13:50 #10 43.15  perl-Carp                     noarch    1.52-479.fc36          fedora     29 k
12:13:50 #10 43.15  perl-Class-Struct             noarch    0.66-486.fc36          fedora     27 k
12:13:50 #10 43.15  perl-Data-Dumper              aarch64   2.183-3.fc36           fedora     55 k
12:13:50 #10 43.15  perl-Digest                   noarch    1.20-2.fc36            fedora     25 k
12:13:50 #10 43.15  perl-Digest-MD5               aarch64   2.58-479.fc36          fedora     36 k
12:13:50 #10 43.15  perl-DynaLoader               aarch64   1.50-486.fc36          fedora     31 k
12:13:50 #10 43.15  perl-Encode                   aarch64   4:3.17-485.fc36        updates   1.7 M
12:13:50 #10 43.15  perl-Errno                    aarch64   1.33-486.fc36          fedora     20 k
12:13:50 #10 43.15  perl-Exporter                 noarch    5.76-480.fc36          fedora     31 k
12:13:50 #10 43.15  perl-Fcntl                    aarch64   1.14-486.fc36          fedora     25 k
12:13:50 #10 43.15  perl-File-Basename            noarch    2.85-486.fc36          fedora     22 k
12:13:50 #10 43.15  perl-File-Path                noarch    2.18-479.fc36          fedora     35 k
12:13:50 #10 43.15  perl-File-Temp                noarch    1:0.231.100-479.fc36   fedora     59 k
12:13:50 #10 43.15  perl-File-stat                noarch    1.09-486.fc36          fedora     22 k
12:13:50 #10 43.15  perl-FileHandle               noarch    2.03-486.fc36          fedora     20 k
12:13:50 #10 43.15  perl-Getopt-Long              noarch    1:2.52-479.fc36        fedora     60 k
12:13:50 #10 43.15  perl-Getopt-Std               noarch    1.13-486.fc36          fedora     21 k
12:13:50 #10 43.15  perl-HTTP-Tiny                noarch    0.082-1.fc36           updates    55 k
12:13:50 #10 43.15  perl-IO                       aarch64   1.46-486.fc36          fedora     92 k
12:13:50 #10 43.15  perl-IPC-Open3                noarch    1.21-486.fc36          fedora     28 k
12:13:50 #10 43.15  perl-MIME-Base64              aarch64   3.16-479.fc36          fedora     30 k
12:13:50 #10 43.15  perl-Net-SSLeay               aarch64   1.92-2.fc36            fedora    365 k
12:13:50 #10 43.15  perl-POSIX                    aarch64   1.97-486.fc36          fedora    103 k
12:13:50 #10 43.15  perl-PathTools                aarch64   3.80-479.fc36          fedora     85 k
12:13:50 #10 43.15  perl-Pod-Escapes              noarch    1:1.07-479.fc36        fedora     20 k
12:13:50 #10 43.15  perl-Pod-Perldoc              noarch    3.28.01-480.fc36       fedora     83 k
12:13:50 #10 43.15  perl-Pod-Simple               noarch    1:3.43-3.fc36          fedora    215 k
12:13:50 #10 43.15  perl-Pod-Usage                noarch    4:2.01-479.fc36        fedora     40 k
12:13:50 #10 43.15  perl-Scalar-List-Utils        aarch64   5:1.63-489.fc36        updates    71 k
12:13:50 #10 43.15  perl-SelectSaver              noarch    1.02-486.fc36          fedora     17 k
12:13:50 #10 43.15  perl-Socket                   aarch64   4:2.036-1.fc36         updates    55 k
12:13:50 #10 43.15  perl-Storable                 aarch64   1:3.25-2.fc36          fedora     93 k
12:13:50 #10 43.15  perl-Symbol                   noarch    1.09-486.fc36          fedora     19 k
12:13:50 #10 43.15  perl-Term-ANSIColor           noarch    5.01-480.fc36          fedora     48 k
12:13:50 #10 43.15  perl-Term-Cap                 noarch    1.17-479.fc36          fedora     22 k
12:13:50 #10 43.15  perl-Text-ParseWords          noarch    3.31-1.fc36            updates    16 k
12:13:50 #10 43.15  perl-Text-Tabs+Wrap           noarch    2021.0814-2.fc36       fedora     22 k
12:13:50 #10 43.15  perl-Time-Local               noarch    2:1.300-479.fc36       fedora     34 k
12:13:50 #10 43.15  perl-URI                      noarch    5.10-1.fc36            fedora    108 k
12:13:50 #10 43.15  perl-base                     noarch    2.27-486.fc36          fedora     21 k
12:13:50 #10 43.15  perl-constant                 noarch    1.33-480.fc36          fedora     23 k
12:13:50 #10 43.15  perl-if                       noarch    0.60.900-486.fc36      fedora     19 k
12:13:50 #10 43.15  perl-interpreter              aarch64   4:5.34.1-486.fc36      fedora     76 k
12:13:50 #10 43.15  perl-libnet                   noarch    3.13-480.fc36          fedora    126 k
12:13:50 #10 43.15  perl-libs                     aarch64   4:5.34.1-486.fc36      fedora    2.0 M
12:13:50 #10 43.15  perl-mro                      aarch64   1.25-486.fc36          fedora     33 k
12:13:50 #10 43.15  perl-overload                 noarch    1.33-486.fc36          fedora     50 k
12:13:50 #10 43.15  perl-overloading              noarch    0.02-486.fc36          fedora     18 k
12:13:50 #10 43.15  perl-parent                   noarch    1:0.238-479.fc36       fedora     14 k
12:13:50 #10 43.15  perl-podlators                noarch    1:4.14-479.fc36        fedora    112 k
12:13:50 #10 43.15  perl-srpm-macros              noarch    1-43.fc36              fedora    8.4 k
12:13:50 #10 43.15  perl-subs                     noarch    1.04-486.fc36          fedora     17 k
12:13:50 #10 43.15  perl-vars                     noarch    1.05-486.fc36          fedora     18 k
12:13:50 #10 43.15  pkgconf                       aarch64   1.8.0-2.fc36           fedora     41 k
12:13:50 #10 43.15  pkgconf-m4                    noarch    1.8.0-2.fc36           fedora     14 k
12:13:50 #10 43.15  pkgconf-pkg-config            aarch64   1.8.0-2.fc36           fedora     10 k
12:13:50 #10 43.15  python-srpm-macros            noarch    3.10-19.fc36           updates    24 k
12:13:50 #10 43.15  python3-construct             noarch    2.10.68-1.fc36         updates   112 k
12:13:50 #10 43.15  python3-dateutil              noarch    1:2.8.1-8.fc36         fedora    289 k
12:13:50 #10 43.15  python3-dbus                  aarch64   1.2.18-3.fc36          fedora    132 k
12:13:50 #10 43.15  python3-distro                noarch    1.6.0-2.fc36           fedora     38 k
12:13:50 #10 43.15  python3-dnf-plugins-core      noarch    4.3.1-1.fc36           updates   229 k
12:13:50 #10 43.15  python3-enchant               noarch    3.2.2-2.fc36           fedora     79 k
12:13:50 #10 43.15  python3-pybeam                noarch    0.7-2.fc36             fedora     24 k
12:13:50 #10 43.15  python3-pyxdg                 noarch    0.27-4.fc36            fedora     96 k
12:13:50 #10 43.15  python3-six                   noarch    1.16.0-5.fc36          fedora     36 k
12:13:50 #10 43.15  python3-toml                  noarch    0.10.2-6.fc36          fedora     39 k
12:13:50 #10 43.15  python3-zstd                  aarch64   1.4.5.1-6.fc36         fedora     19 k
12:13:50 #10 43.15  qt5-srpm-macros               noarch    5.15.6-1.fc36          updates   7.8 k
12:13:50 #10 43.15  redhat-rpm-config             noarch    222-1.fc36             updates    66 k
12:13:50 #10 43.15  rpmautospec-rpm-macros        noarch    0.3.0-1.fc36           updates   8.7 k
12:13:50 #10 43.15  rust-srpm-macros              noarch    22-1.fc36              updates   9.3 k
12:13:50 #10 43.15  shared-mime-info              aarch64   2.1-3.fc35             fedora    373 k
12:13:50 #10 43.15  unzip                         aarch64   6.0-57.fc36            fedora    182 k
12:13:50 #10 43.15  xxhash-libs                   aarch64   0.8.1-2.fc36           fedora     34 k
12:13:50 #10 43.15  xz                            aarch64   5.2.5-9.fc36           fedora    215 k
12:13:50 #10 43.15  zip                           aarch64   3.0-32.fc36            fedora    256 k
12:13:50 #10 43.15  zstd                          aarch64   1.5.2-2.fc36           updates   412 k
12:13:50 #10 43.15 Installing weak dependencies:
12:13:50 #10 43.15  hunspell-en                   noarch    0.20140811.1-22.fc36   fedora    180 k
12:13:50 #10 43.15  perl-IO-Socket-IP             noarch    0.41-480.fc36          fedora     42 k
12:13:50 #10 43.15  perl-IO-Socket-SSL            noarch    2.074-2.fc36           fedora    218 k
12:13:50 #10 43.15  perl-Mozilla-CA               noarch    20211001-2.fc36        fedora     12 k
12:13:50 #10 43.15  perl-NDBM_File                aarch64   1.15-486.fc36          fedora     27 k
12:13:50 #10 43.15  rpmlint-fedora-license-data   noarch    1.4-1.fc36             updates    14 k
12:13:50 #10 43.15 
12:13:50 #10 43.15 Transaction Summary
12:13:50 #10 43.15 ================================================================================
12:13:50 #10 43.15 Install  136 Packages
12:13:50 #10 43.15 Upgrade    5 Packages
12:13:50 #10 43.15 
12:13:50 #10 43.16 Total download size: 29 M
12:13:50 #10 43.16 Downloading Packages:
12:13:51 #10 44.26 (1/141): bzip2-1.0.8-11.fc36.aarch64.rpm        123 kB/s |  52 kB     00:00    
12:13:51 #10 44.26 (2/141): cpio-2.13-12.fc36.aarch64.rpm          624 kB/s | 267 kB     00:00    
12:13:51 #10 44.27 (3/141): dash-0.5.10.2-10.fc36.aarch64.rpm      226 kB/s |  97 kB     00:00    
12:13:51 #10 44.27 (4/141): dbus-libs-1.14.0-1.fc36.aarch64.rpm     12 MB/s | 153 kB     00:00    
12:13:52 #10 44.27 (5/141): debugedit-5.0-3.fc36.aarch64.rpm        11 MB/s |  76 kB     00:00    
12:13:52 #10 44.28 (6/141): desktop-file-utils-0.26-6.fc36.aarch64 7.3 MB/s |  71 kB     00:00    
12:13:52 #10 44.28 (7/141): devscripts-checkbashisms-2.22.1-1.fc36 3.1 MB/s |  28 kB     00:00    
12:13:52 #10 44.28 (8/141): ed-1.14.2-12.fc36.aarch64.rpm           11 MB/s |  73 kB     00:00    
12:13:52 #10 44.29 (9/141): diffutils-3.8-2.fc36.aarch64.rpm        29 MB/s | 368 kB     00:00    
12:13:52 #10 44.29 (10/141): efi-srpm-macros-5-5.fc36.noarch.rpm   1.9 MB/s |  22 kB     00:00    
12:13:52 #10 44.30 (11/141): elfutils-0.186-3.fc36.aarch64.rpm      34 MB/s | 516 kB     00:00    
12:13:52 #10 44.30 (12/141): enchant-1.6.0-30.fc36.aarch64.rpm     6.1 MB/s |  59 kB     00:00    
12:13:52 #10 44.31 (13/141): elfutils-debuginfod-client-0.186-3.fc 2.9 MB/s |  39 kB     00:00    
12:13:52 #10 44.31 (14/141): file-5.41-4.fc36.aarch64.rpm          8.1 MB/s |  48 kB     00:00    
12:13:52 #10 44.31 (15/141): fonts-srpm-macros-2.0.5-7.fc36.noarch 3.0 MB/s |  27 kB     00:00    
12:13:52 #10 44.32 (16/141): fpc-srpm-macros-1.3-5.fc36.noarch.rpm 861 kB/s | 7.6 kB     00:00    
12:13:52 #10 44.32 (17/141): ghc-srpm-macros-1.5.0-6.fc36.noarch.r 1.2 MB/s | 7.7 kB     00:00    
12:13:52 #10 44.33 (18/141): gnat-srpm-macros-4-15.fc36.noarch.rpm 859 kB/s | 8.2 kB     00:00    
12:13:52 #10 44.34 (19/141): glibc-gconv-extra-2.35-4.fc36.aarch64  71 MB/s | 1.7 MB     00:00    
12:13:52 #10 44.34 (20/141): hunspell-1.7.0-19.fc36.aarch64.rpm     17 MB/s | 284 kB     00:00    
12:13:52 #10 44.38 (21/141): groff-base-1.22.4-9.fc36.aarch64.rpm   17 MB/s | 1.0 MB     00:00    
12:13:52 #10 44.38 (22/141): hunspell-en-0.20140811.1-22.fc36.noar 4.1 MB/s | 180 kB     00:00    
12:13:52 #10 44.39 (23/141): hunspell-en-GB-0.20140811.1-22.fc36.n 5.2 MB/s | 225 kB     00:00    
12:13:52 #10 44.39 (24/141): hunspell-en-US-0.20140811.1-22.fc36.n  21 MB/s | 176 kB     00:00    
12:13:52 #10 44.39 (25/141): hunspell-filesystem-1.7.0-19.fc36.aar 840 kB/s | 8.9 kB     00:00    
12:13:52 #10 44.40 (26/141): info-6.8-3.fc36.aarch64.rpm            18 MB/s | 220 kB     00:00    
12:13:52 #10 44.40 (27/141): json-glib-1.6.6-2.fc36.aarch64.rpm     15 MB/s | 149 kB     00:00    
12:13:52 #10 44.41 (28/141): kernel-srpm-macros-1.0-14.fc36.noarch 794 kB/s | 9.1 kB     00:00    
12:13:52 #10 44.41 (29/141): libjpeg-turbo-2.1.2-2.fc36.aarch64.rp  19 MB/s | 190 kB     00:00    
12:13:52 #10 44.42 (30/141): libpkgconf-1.8.0-2.fc36.aarch64.rpm   4.6 MB/s |  36 kB     00:00    
12:13:52 #10 44.42 (31/141): libpng-1.6.37-12.fc36.aarch64.rpm     9.6 MB/s | 114 kB     00:00    
12:13:52 #10 44.42 (32/141): libstemmer-0-18.585svn.fc36.aarch64.r 8.3 MB/s |  82 kB     00:00    
12:13:52 #10 44.43 (33/141): lua-srpm-macros-1-6.fc36.noarch.rpm   881 kB/s | 8.5 kB     00:00    
12:13:52 #10 44.43 (34/141): nim-srpm-macros-3-6.fc36.noarch.rpm   1.2 MB/s | 8.3 kB     00:00    
12:13:52 #10 44.44 (35/141): ncurses-6.2-9.20210508.fc36.aarch64.r  29 MB/s | 400 kB     00:00    
12:13:52 #10 44.44 (36/141): ocaml-srpm-macros-6-6.fc36.noarch.rpm 691 kB/s | 7.7 kB     00:00    
12:13:52 #10 44.44 (37/141): openblas-srpm-macros-2-11.fc36.noarch 687 kB/s | 7.4 kB     00:00    
12:13:52 #10 44.45 (38/141): package-notes-srpm-macros-0.4-14.fc36 1.8 MB/s |  11 kB     00:00    
12:13:52 #10 44.45 (39/141): patch-2.7.6-16.fc36.aarch64.rpm        14 MB/s | 121 kB     00:00    
12:13:52 #10 44.45 (40/141): perl-AutoLoader-5.74-486.fc36.noarch. 3.0 MB/s |  26 kB     00:00    
12:13:52 #10 44.46 (41/141): perl-B-1.82-486.fc36.aarch64.rpm       26 MB/s | 186 kB     00:00    
12:13:52 #10 44.46 (42/141): perl-Carp-1.52-479.fc36.noarch.rpm    3.0 MB/s |  29 kB     00:00    
12:13:52 #10 44.46 (43/141): perl-Class-Struct-0.66-486.fc36.noarc 3.0 MB/s |  27 kB     00:00    
12:13:52 #10 44.47 (44/141): perl-Data-Dumper-2.183-3.fc36.aarch64 9.9 MB/s |  55 kB     00:00    
12:13:52 #10 44.47 (45/141): perl-Digest-1.20-2.fc36.noarch.rpm    3.4 MB/s |  25 kB     00:00    
12:13:52 #10 44.47 (46/141): perl-Digest-MD5-2.58-479.fc36.aarch64 4.7 MB/s |  36 kB     00:00    
12:13:52 #10 44.47 (47/141): perl-DynaLoader-1.50-486.fc36.aarch64 5.4 MB/s |  31 kB     00:00    
12:13:52 #10 44.48 (48/141): perl-Errno-1.33-486.fc36.aarch64.rpm  2.6 MB/s |  20 kB     00:00    
12:13:52 #10 44.48 (49/141): perl-Exporter-5.76-480.fc36.noarch.rp 3.7 MB/s |  31 kB     00:00    
12:13:52 #10 44.48 (50/141): perl-Fcntl-1.14-486.fc36.aarch64.rpm  3.9 MB/s |  25 kB     00:00    
12:13:52 #10 44.49 (51/141): perl-File-Basename-2.85-486.fc36.noar 2.5 MB/s |  22 kB     00:00    
12:13:52 #10 44.49 (52/141): perl-File-Path-2.18-479.fc36.noarch.r 4.5 MB/s |  35 kB     00:00    
12:13:52 #10 44.49 (53/141): perl-File-stat-1.09-486.fc36.noarch.r 4.2 MB/s |  22 kB     00:00    
12:13:52 #10 44.50 (54/141): perl-File-Temp-0.231.100-479.fc36.noa 6.7 MB/s |  59 kB     00:00    
12:13:52 #10 44.50 (55/141): perl-FileHandle-2.03-486.fc36.noarch. 2.4 MB/s |  20 kB     00:00    
12:13:52 #10 44.50 (56/141): perl-Getopt-Long-2.52-479.fc36.noarch 6.6 MB/s |  60 kB     00:00    
12:13:52 #10 44.50 (57/141): perl-Getopt-Std-1.13-486.fc36.noarch. 3.2 MB/s |  21 kB     00:00    
12:13:52 #10 44.51 (58/141): perl-IO-1.46-486.fc36.aarch64.rpm      10 MB/s |  92 kB     00:00    
12:13:52 #10 44.51 (59/141): perl-IO-Socket-IP-0.41-480.fc36.noarc 4.7 MB/s |  42 kB     00:00    
12:13:52 #10 44.52 (60/141): perl-IO-Socket-SSL-2.074-2.fc36.noarc  29 MB/s | 218 kB     00:00    
12:13:52 #10 44.52 (61/141): perl-IPC-Open3-1.21-486.fc36.noarch.r 2.8 MB/s |  28 kB     00:00    
12:13:52 #10 44.52 (62/141): perl-MIME-Base64-3.16-479.fc36.aarch6 3.2 MB/s |  30 kB     00:00    
12:13:52 #10 44.53 (63/141): perl-Mozilla-CA-20211001-2.fc36.noarc 2.1 MB/s |  12 kB     00:00    
12:13:52 #10 44.53 (64/141): perl-NDBM_File-1.15-486.fc36.aarch64. 3.3 MB/s |  27 kB     00:00    
12:13:52 #10 44.53 (65/141): perl-Net-SSLeay-1.92-2.fc36.aarch64.r  32 MB/s | 365 kB     00:00    
12:13:52 #10 44.54 (66/141): perl-POSIX-1.97-486.fc36.aarch64.rpm   12 MB/s | 103 kB     00:00    
12:13:52 #10 44.54 (67/141): perl-PathTools-3.80-479.fc36.aarch64. 7.1 MB/s |  85 kB     00:00    
12:13:52 #10 44.54 (68/141): perl-Pod-Escapes-1.07-479.fc36.noarch 2.1 MB/s |  20 kB     00:00    
12:13:52 #10 44.55 (69/141): perl-Pod-Perldoc-3.28.01-480.fc36.noa  12 MB/s |  83 kB     00:00    
12:13:52 #10 44.55 (70/141): perl-Pod-Simple-3.43-3.fc36.noarch.rp  21 MB/s | 215 kB     00:00    
12:13:52 #10 44.56 (71/141): perl-Pod-Usage-2.01-479.fc36.noarch.r 4.3 MB/s |  40 kB     00:00    
12:13:52 #10 44.56 (72/141): perl-SelectSaver-1.02-486.fc36.noarch 2.8 MB/s |  17 kB     00:00    
12:13:52 #10 44.56 (73/141): perl-Storable-3.25-2.fc36.aarch64.rpm  11 MB/s |  93 kB     00:00    
12:13:52 #10 44.56 (74/141): perl-Symbol-1.09-486.fc36.noarch.rpm  2.3 MB/s |  19 kB     00:00    
12:13:52 #10 44.57 (75/141): perl-Term-ANSIColor-5.01-480.fc36.noa 8.4 MB/s |  48 kB     00:00    
12:13:52 #10 44.57 (76/141): perl-Term-Cap-1.17-479.fc36.noarch.rp 2.6 MB/s |  22 kB     00:00    
12:13:52 #10 44.57 (77/141): perl-Text-Tabs+Wrap-2021.0814-2.fc36. 2.5 MB/s |  22 kB     00:00    
12:13:52 #10 44.58 (78/141): perl-Time-Local-1.300-479.fc36.noarch 5.3 MB/s |  34 kB     00:00    
12:13:52 #10 44.58 (79/141): perl-URI-5.10-1.fc36.noarch.rpm        12 MB/s | 108 kB     00:00    
12:13:52 #10 44.58 (80/141): perl-base-2.27-486.fc36.noarch.rpm    2.3 MB/s |  21 kB     00:00    
12:13:52 #10 44.59 (81/141): perl-constant-1.33-480.fc36.noarch.rp 3.8 MB/s |  23 kB     00:00    
12:13:52 #10 44.59 (82/141): perl-if-0.60.900-486.fc36.noarch.rpm  2.3 MB/s |  19 kB     00:00    
12:13:52 #10 44.59 (83/141): perl-interpreter-5.34.1-486.fc36.aarc 8.4 MB/s |  76 kB     00:00    
12:13:52 #10 44.60 (84/141): perl-libnet-3.13-480.fc36.noarch.rpm   15 MB/s | 126 kB     00:00    
12:13:52 #10 44.61 (85/141): perl-mro-1.25-486.fc36.aarch64.rpm    2.6 MB/s |  33 kB     00:00    
12:13:52 #10 44.62 (86/141): perl-libs-5.34.1-486.fc36.aarch64.rpm  75 MB/s | 2.0 MB     00:00    
12:13:52 #10 44.62 (87/141): perl-overload-1.33-486.fc36.noarch.rp 3.1 MB/s |  50 kB     00:00    
12:13:52 #10 44.62 (88/141): perl-overloading-0.02-486.fc36.noarch 1.2 MB/s |  18 kB     00:00    
12:13:52 #10 44.63 (89/141): perl-parent-0.238-479.fc36.noarch.rpm 1.8 MB/s |  14 kB     00:00    
12:13:52 #10 44.63 (90/141): perl-podlators-4.14-479.fc36.noarch.r  16 MB/s | 112 kB     00:00    
12:13:52 #10 44.63 (91/141): perl-srpm-macros-1-43.fc36.noarch.rpm 983 kB/s | 8.4 kB     00:00    
12:13:52 #10 44.64 (92/141): perl-subs-1.04-486.fc36.noarch.rpm    1.8 MB/s |  17 kB     00:00    
12:13:52 #10 44.64 (93/141): perl-vars-1.05-486.fc36.noarch.rpm    3.0 MB/s |  18 kB     00:00    
12:13:52 #10 44.64 (94/141): pkgconf-1.8.0-2.fc36.aarch64.rpm      5.2 MB/s |  41 kB     00:00    
12:13:52 #10 44.65 (95/141): pkgconf-m4-1.8.0-2.fc36.noarch.rpm    1.9 MB/s |  14 kB     00:00    
12:13:52 #10 44.65 (96/141): pkgconf-pkg-config-1.8.0-2.fc36.aarch 1.3 MB/s |  10 kB     00:00    
12:13:52 #10 44.66 (97/141): python3-dateutil-2.8.1-8.fc36.noarch.  24 MB/s | 289 kB     00:00    
12:13:52 #10 44.66 (98/141): python3-dbus-1.2.18-3.fc36.aarch64.rp 9.9 MB/s | 132 kB     00:00    
12:13:52 #10 44.66 (99/141): python3-distro-1.6.0-2.fc36.noarch.rp 4.5 MB/s |  38 kB     00:00    
12:13:52 #10 44.67 (100/141): python3-enchant-3.2.2-2.fc36.noarch. 7.2 MB/s |  79 kB     00:00    
12:13:52 #10 44.67 (101/141): python3-pybeam-0.7-2.fc36.noarch.rpm 2.7 MB/s |  24 kB     00:00    
12:13:52 #10 44.67 (102/141): python3-pyxdg-0.27-4.fc36.noarch.rpm  15 MB/s |  96 kB     00:00    
12:13:52 #10 44.68 (103/141): python3-six-1.16.0-5.fc36.noarch.rpm 4.0 MB/s |  36 kB     00:00    
12:13:52 #10 44.68 (104/141): python3-toml-0.10.2-6.fc36.noarch.rp 4.2 MB/s |  39 kB     00:00    
12:13:52 #10 44.68 (105/141): python3-zstd-1.4.5.1-6.fc36.aarch64. 2.8 MB/s |  19 kB     00:00    
12:13:52 #10 44.69 (106/141): shared-mime-info-2.1-3.fc35.aarch64.  34 MB/s | 373 kB     00:00    
12:13:52 #10 44.72 (107/141): unzip-6.0-57.fc36.aarch64.rpm        5.3 MB/s | 182 kB     00:00    
12:13:52 #10 44.72 (108/141): xxhash-libs-0.8.1-2.fc36.aarch64.rpm 1.1 MB/s |  34 kB     00:00    
12:13:52 #10 44.72 (109/141): xz-5.2.5-9.fc36.aarch64.rpm          6.4 MB/s | 215 kB     00:00    
12:13:52 #10 44.73 (110/141): zip-3.0-32.fc36.aarch64.rpm           21 MB/s | 256 kB     00:00    
12:13:52 #10 44.73 (111/141): ansible-srpm-macros-1-7.fc36.noarch. 814 kB/s | 7.5 kB     00:00    
12:13:52 #10 44.75 (112/141): binutils-gold-2.37-36.fc36.aarch64.r  50 MB/s | 894 kB     00:00    
12:13:52 #10 44.76 (113/141): dnf-plugins-core-4.3.1-1.fc36.noarch 2.0 MB/s |  34 kB     00:00    
12:13:52 #10 44.78 (114/141): binutils-2.37-36.fc36.aarch64.rpm    113 MB/s | 6.4 MB     00:00    
12:13:52 #10 44.79 (115/141): dwz-0.14-4.fc36.aarch64.rpm          3.8 MB/s | 125 kB     00:00    
12:13:52 #10 44.79 (116/141): emacs-filesystem-28.1-2.fc36.noarch. 304 kB/s | 9.3 kB     00:00    
12:13:52 #10 44.80 (117/141): gdk-pixbuf2-2.42.9-1.fc36.aarch64.rp  37 MB/s | 463 kB     00:00    
12:13:52 #10 44.80 (118/141): go-srpm-macros-3.2.0-1.fc36.noarch.r 1.6 MB/s |  26 kB     00:00    
12:13:52 #10 44.83 (119/141): gdb-minimal-12.1-1.fc36.aarch64.rpm   81 MB/s | 3.5 MB     00:00    
12:13:52 #10 44.84 (120/141): libappstream-glib-0.8.0-4.fc36.aarch  11 MB/s | 376 kB     00:00    
12:13:52 #10 44.88 (121/141): perl-Encode-3.17-485.fc36.aarch64.rp  25 MB/s | 1.7 MB     00:00    
12:13:52 #10 44.88 (122/141): perl-HTTP-Tiny-0.082-1.fc36.noarch.r 1.2 MB/s |  55 kB     00:00    
12:13:52 #10 44.88 (123/141): perl-Scalar-List-Utils-1.63-489.fc36 1.5 MB/s |  71 kB     00:00    
12:13:52 #10 44.89 (124/141): perl-Socket-2.036-1.fc36.aarch64.rpm 5.8 MB/s |  55 kB     00:00    
12:13:52 #10 44.89 (125/141): perl-Text-ParseWords-3.31-1.fc36.noa 2.9 MB/s |  16 kB     00:00    
12:13:52 #10 44.89 (126/141): python-srpm-macros-3.10-19.fc36.noar 3.0 MB/s |  24 kB     00:00    
12:13:52 #10 44.90 (127/141): python3-construct-2.10.68-1.fc36.noa  12 MB/s | 112 kB     00:00    
12:13:52 #10 44.90 (128/141): python3-dnf-plugins-core-4.3.1-1.fc3  26 MB/s | 229 kB     00:00    
12:13:52 #10 44.91 (129/141): qt5-srpm-macros-5.15.6-1.fc36.noarch 656 kB/s | 7.8 kB     00:00    
12:13:52 #10 44.91 (130/141): redhat-rpm-config-222-1.fc36.noarch. 5.8 MB/s |  66 kB     00:00    
12:13:52 #10 44.91 (131/141): rpm-build-4.17.1-3.fc36.aarch64.rpm  8.6 MB/s |  59 kB     00:00    
12:13:52 #10 44.92 (132/141): rpmautospec-rpm-macros-0.3.0-1.fc36. 915 kB/s | 8.7 kB     00:00    
12:13:52 #10 44.92 (133/141): rpmlint-2.2.0-6.fc36.noarch.rpm       20 MB/s | 240 kB     00:00    
12:13:52 #10 44.93 (134/141): rust-srpm-macros-22-1.fc36.noarch.rp 1.3 MB/s | 9.3 kB     00:00    
12:13:52 #10 44.93 (135/141): rpmlint-fedora-license-data-1.4-1.fc 1.2 MB/s |  14 kB     00:00    
12:13:52 #10 44.93 (136/141): zstd-1.5.2-2.fc36.aarch64.rpm         37 MB/s | 412 kB     00:00    
12:13:52 #10 44.94 (137/141): python3-rpm-4.17.1-3.fc36.aarch64.rp 8.0 MB/s |  92 kB     00:00    
12:13:52 #10 44.95 (138/141): rpm-4.17.1-3.fc36.aarch64.rpm         45 MB/s | 534 kB     00:00    
12:13:52 #10 44.95 (139/141): rpm-build-libs-4.17.1-3.fc36.aarch64 6.2 MB/s |  89 kB     00:00    
12:13:52 #10 44.95 (140/141): rpm-libs-4.17.1-3.fc36.aarch64.rpm    21 MB/s | 306 kB     00:00    
12:13:52 #10 44.96 (141/141): rpm-sign-libs-4.17.1-3.fc36.aarch64. 3.2 MB/s |  24 kB     00:00    
12:13:52 #10 44.96 --------------------------------------------------------------------------------
12:13:52 #10 44.96 Total                                            16 MB/s |  29 MB     00:01     
12:13:54 #10 46.34 Running transaction check
12:13:54 #10 46.42 Transaction check succeeded.
12:13:54 #10 46.42 Running transaction test
12:13:54 #10 46.84 Transaction test succeeded.
12:13:54 #10 46.84 Running transaction
12:13:55 #10 47.49   Preparing        :                                                        1/1 
12:13:55 #10 47.53   Upgrading        : rpm-libs-4.17.1-3.fc36.aarch64                       1/146 
12:13:55 #10 47.54   Running scriptlet: rpm-4.17.1-3.fc36.aarch64                            2/146 
12:13:55 #10 47.58   Upgrading        : rpm-4.17.1-3.fc36.aarch64                            2/146 
12:13:55 #10 47.62   Installing       : python3-six-1.16.0-5.fc36.noarch                     3/146 
12:13:55 #10 47.65   Installing       : hunspell-filesystem-1.7.0-19.fc36.aarch64            4/146 
12:13:55 #10 47.66   Installing       : hunspell-en-GB-0.20140811.1-22.fc36.noarch           5/146 
12:13:55 #10 47.67   Installing       : hunspell-en-0.20140811.1-22.fc36.noarch              6/146 
12:13:55 #10 47.68   Installing       : hunspell-en-US-0.20140811.1-22.fc36.noarch           7/146 
12:13:55 #10 47.72   Installing       : hunspell-1.7.0-19.fc36.aarch64                       8/146 
12:13:55 #10 47.73   Installing       : elfutils-debuginfod-client-0.186-3.fc36.aarch64      9/146 
12:13:55 #10 47.78   Installing       : binutils-gold-2.37-36.fc36.aarch64                  10/146 
12:13:55 #10 47.90   Installing       : binutils-2.37-36.fc36.aarch64                       11/146 
12:13:55 #10 47.94   Running scriptlet: binutils-2.37-36.fc36.aarch64                       11/146 
12:13:55 #10 47.98   Installing       : elfutils-0.186-3.fc36.aarch64                       12/146 
12:13:55 #10 48.02   Upgrading        : rpm-build-libs-4.17.1-3.fc36.aarch64                13/146 
12:13:55 #10 48.03   Installing       : dwz-0.14-4.fc36.aarch64                             14/146 
12:13:55 #10 48.07   Installing       : xz-5.2.5-9.fc36.aarch64                             15/146 
12:13:55 #10 48.08   Installing       : unzip-6.0-57.fc36.aarch64                           16/146 
12:13:55 #10 48.12   Installing       : file-5.41-4.fc36.aarch64                            17/146 
12:13:55 #10 48.13   Installing       : zip-3.0-32.fc36.aarch64                             18/146 
12:13:55 #10 48.13   Installing       : enchant-1:1.6.0-30.fc36.aarch64                     19/146 
12:13:56 #10 48.18   Installing       : python3-enchant-3.2.2-2.fc36.noarch                 20/146 
12:13:56 #10 48.20   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch              21/146 
12:13:56 #10 48.23   Installing       : python3-construct-2.10.68-1.fc36.noarch             22/146 
12:13:56 #10 48.24   Installing       : python3-pybeam-0.7-2.fc36.noarch                    23/146 
12:13:56 #10 48.28   Installing       : efi-srpm-macros-5-5.fc36.noarch                     24/146 
12:13:56 #10 48.29   Installing       : lua-srpm-macros-1-6.fc36.noarch                     25/146 
12:13:56 #10 48.29   Installing       : rpmautospec-rpm-macros-0.3.0-1.fc36.noarch          26/146 
12:13:56 #10 48.32   Upgrading        : rpm-sign-libs-4.17.1-3.fc36.aarch64                 27/146 
12:13:56 #10 48.33   Upgrading        : python3-rpm-4.17.1-3.fc36.aarch64                   28/146 
12:13:56 #10 48.37   Installing       : zstd-1.5.2-2.fc36.aarch64                           29/146 
12:13:56 #10 48.37   Installing       : rust-srpm-macros-22-1.fc36.noarch                   30/146 
12:13:56 #10 48.38   Installing       : qt5-srpm-macros-5.15.6-1.fc36.noarch                31/146 
12:13:56 #10 48.41   Installing       : emacs-filesystem-1:28.1-2.fc36.noarch               32/146 
12:13:56 #10 48.42   Installing       : desktop-file-utils-0.26-6.fc36.aarch64              33/146 
12:13:56 #10 48.43   Installing       : ansible-srpm-macros-1-7.fc36.noarch                 34/146 
12:13:56 #10 48.43   Installing       : xxhash-libs-0.8.1-2.fc36.aarch64                    35/146 
12:13:56 #10 48.53   Installing       : gdb-minimal-12.1-1.fc36.aarch64                     36/146 
12:13:56 #10 48.54   Installing       : debugedit-5.0-3.fc36.aarch64                        37/146 
12:13:56 #10 48.59   Installing       : shared-mime-info-2.1-3.fc35.aarch64                 38/146 
12:13:56 #10 48.64   Running scriptlet: shared-mime-info-2.1-3.fc35.aarch64                 38/146 
12:13:56 #10 48.66   Installing       : python3-zstd-1.4.5.1-6.fc36.aarch64                 39/146 
12:13:56 #10 48.67   Installing       : python3-toml-0.10.2-6.fc36.noarch                   40/146 
12:13:56 #10 48.71   Installing       : python3-pyxdg-0.27-4.fc36.noarch                    41/146 
12:13:56 #10 48.72   Installing       : python3-distro-1.6.0-2.fc36.noarch                  42/146 
12:13:56 #10 48.76   Installing       : pkgconf-m4-1.8.0-2.fc36.noarch                      43/146 
12:13:56 #10 48.77   Installing       : perl-srpm-macros-1-43.fc36.noarch                   44/146 
12:13:56 #10 48.77   Installing       : package-notes-srpm-macros-0.4-14.fc36.noarch        45/146 
12:13:56 #10 48.78   Installing       : openblas-srpm-macros-2-11.fc36.noarch               46/146 
12:13:56 #10 48.78   Installing       : ocaml-srpm-macros-6-6.fc36.noarch                   47/146 
12:13:56 #10 48.82   Installing       : nim-srpm-macros-3-6.fc36.noarch                     48/146 
12:13:56 #10 48.83   Installing       : ncurses-6.2-9.20210508.fc36.aarch64                 49/146 
12:13:56 #10 48.84   Installing       : libstemmer-0-18.585svn.fc36.aarch64                 50/146 
12:13:56 #10 48.87   Installing       : libpng-2:1.6.37-12.fc36.aarch64                     51/146 
12:13:56 #10 48.88   Installing       : libpkgconf-1.8.0-2.fc36.aarch64                     52/146 
12:13:56 #10 48.91   Installing       : pkgconf-1.8.0-2.fc36.aarch64                        53/146 
12:13:56 #10 48.92   Installing       : pkgconf-pkg-config-1.8.0-2.fc36.aarch64             54/146 
12:13:56 #10 48.93   Installing       : libjpeg-turbo-2.1.2-2.fc36.aarch64                  55/146 
12:13:56 #10 48.98   Installing       : gdk-pixbuf2-2.42.9-1.fc36.aarch64                   56/146 
12:13:56 #10 49.02   Installing       : kernel-srpm-macros-1.0-14.fc36.noarch               57/146 
12:13:56 #10 49.03   Installing       : json-glib-1.6.6-2.fc36.aarch64                      58/146 
12:13:56 #10 49.04   Installing       : libappstream-glib-0.8.0-4.fc36.aarch64              59/146 
12:13:56 #10 49.09   Installing       : info-6.8-3.fc36.aarch64                             60/146 
12:13:56 #10 49.11   Installing       : ed-1.14.2-12.fc36.aarch64                           61/146 
12:13:56 #10 49.12   Installing       : patch-2.7.6-16.fc36.aarch64                         62/146 
12:13:56 #10 49.13   Running scriptlet: groff-base-1.22.4-9.fc36.aarch64                    63/146 
12:13:56 #10 49.18   Installing       : groff-base-1.22.4-9.fc36.aarch64                    63/146 
12:13:57 #10 49.22   Running scriptlet: groff-base-1.22.4-9.fc36.aarch64                    63/146 
12:13:57 #10 49.23   Installing       : perl-Digest-1.20-2.fc36.noarch                      64/146 
12:13:57 #10 49.24   Installing       : perl-Digest-MD5-2.58-479.fc36.aarch64               65/146 
12:13:57 #10 49.25   Installing       : perl-B-1.82-486.fc36.aarch64                        66/146 
12:13:57 #10 49.28   Installing       : perl-FileHandle-2.03-486.fc36.noarch                67/146 
12:13:57 #10 49.29   Installing       : perl-AutoLoader-5.74-486.fc36.noarch                68/146 
12:13:57 #10 49.29   Installing       : perl-Data-Dumper-2.183-3.fc36.aarch64               69/146 
12:13:57 #10 49.32   Installing       : perl-libnet-3.13-480.fc36.noarch                    70/146 
12:13:57 #10 49.33   Installing       : perl-base-2.27-486.fc36.noarch                      71/146 
12:13:57 #10 49.37   Installing       : perl-Net-SSLeay-1.92-2.fc36.aarch64                 72/146 
12:13:57 #10 49.38   Installing       : perl-URI-5.10-1.fc36.noarch                         73/146 
12:13:57 #10 49.43   Installing       : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         74/146 
12:13:57 #10 49.44   Installing       : perl-if-0.60.900-486.fc36.noarch                    75/146 
12:13:57 #10 49.47   Installing       : perl-Time-Local-2:1.300-479.fc36.noarch             76/146 
12:13:57 #10 49.48   Installing       : perl-Pod-Escapes-1:1.07-479.fc36.noarch             77/146 
12:13:57 #10 49.49   Installing       : perl-File-Path-2.18-479.fc36.noarch                 78/146 
12:13:57 #10 49.51   Installing       : perl-Mozilla-CA-20211001-2.fc36.noarch              79/146 
12:13:57 #10 49.52   Installing       : perl-IO-Socket-IP-0.41-480.fc36.noarch              80/146 
12:13:57 #10 49.53   Installing       : perl-IO-Socket-SSL-2.074-2.fc36.noarch              81/146 
12:13:57 #10 49.57   Installing       : perl-Class-Struct-0.66-486.fc36.noarch              82/146 
12:13:57 #10 49.57   Installing       : perl-POSIX-1.97-486.fc36.aarch64                    83/146 
12:13:57 #10 49.60   Installing       : perl-Term-ANSIColor-5.01-480.fc36.noarch            84/146 
12:13:57 #10 49.61   Installing       : perl-subs-1.04-486.fc36.noarch                      85/146 
12:13:57 #10 49.61   Installing       : perl-Term-Cap-1.17-479.fc36.noarch                  86/146 
12:13:57 #10 49.65   Installing       : perl-Pod-Simple-1:3.43-3.fc36.noarch                87/146 
12:13:57 #10 49.66   Installing       : perl-File-Temp-1:0.231.100-479.fc36.noarch          88/146 
12:13:57 #10 49.66   Installing       : perl-IPC-Open3-1.21-486.fc36.noarch                 89/146 
12:13:57 #10 49.70   Installing       : perl-HTTP-Tiny-0.082-1.fc36.noarch                  90/146 
12:13:57 #10 49.70   Installing       : perl-SelectSaver-1.02-486.fc36.noarch               91/146 
12:13:57 #10 49.71   Installing       : perl-Symbol-1.09-486.fc36.noarch                    92/146 
12:13:57 #10 49.74   Installing       : perl-File-stat-1.09-486.fc36.noarch                 93/146 
12:13:57 #10 49.74   Installing       : perl-Socket-4:2.036-1.fc36.aarch64                  94/146 
12:13:57 #10 49.75   Installing       : perl-podlators-1:4.14-479.fc36.noarch               95/146 
12:13:57 #10 49.78   Installing       : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            96/146 
12:13:57 #10 49.79   Installing       : perl-Fcntl-1.14-486.fc36.aarch64                    97/146 
12:13:57 #10 49.79   Installing       : perl-mro-1.25-486.fc36.aarch64                      98/146 
12:13:57 #10 49.82   Installing       : perl-overloading-0.02-486.fc36.noarch               99/146 
12:13:57 #10 49.83   Installing       : perl-IO-1.46-486.fc36.aarch64                      100/146 
12:13:57 #10 49.86   Installing       : perl-Text-ParseWords-3.31-1.fc36.noarch            101/146 
12:13:57 #10 49.86   Installing       : perl-Pod-Usage-4:2.01-479.fc36.noarch              102/146 
12:13:57 #10 49.87   Installing       : perl-Errno-1.33-486.fc36.aarch64                   103/146 
12:13:57 #10 49.90   Installing       : perl-File-Basename-2.85-486.fc36.noarch            104/146 
12:13:57 #10 49.90   Installing       : perl-Getopt-Std-1.13-486.fc36.noarch               105/146 
12:13:57 #10 49.91   Installing       : perl-MIME-Base64-3.16-479.fc36.aarch64             106/146 
12:13:57 #10 49.94   Installing       : perl-constant-1.33-480.fc36.noarch                 107/146 
12:13:57 #10 49.94   Installing       : perl-parent-1:0.238-479.fc36.noarch                108/146 
12:13:57 #10 49.97   Installing       : perl-vars-1.05-486.fc36.noarch                     109/146 
12:13:57 #10 49.98   Installing       : perl-overload-1.33-486.fc36.noarch                 110/146 
12:13:57 #10 49.98   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc36.aarch64     111/146 
12:13:57 #10 50.01   Installing       : perl-Storable-1:3.25-2.fc36.aarch64                112/146 
12:13:57 #10 50.02   Installing       : perl-Getopt-Long-1:2.52-479.fc36.noarch            113/146 
12:13:57 #10 50.02   Installing       : perl-DynaLoader-1.50-486.fc36.aarch64              114/146 
12:13:57 #10 50.09   Installing       : perl-Carp-1.52-479.fc36.noarch                     115/146 
12:13:57 #10 50.10   Installing       : perl-Exporter-5.76-480.fc36.noarch                 116/146 
12:13:57 #10 50.10   Installing       : perl-NDBM_File-1.15-486.fc36.aarch64               117/146 
12:13:57 #10 50.13   Installing       : perl-PathTools-3.80-479.fc36.aarch64               118/146 
12:13:58 #10 50.18   Installing       : perl-Encode-4:3.17-485.fc36.aarch64                119/146 
12:13:58 #10 50.32   Installing       : perl-libs-4:5.34.1-486.fc36.aarch64                120/146 
12:13:58 #10 50.38   Installing       : perl-interpreter-4:5.34.1-486.fc36.aarch64         121/146 
12:13:58 #10 50.42   Installing       : devscripts-checkbashisms-2.22.1-1.fc36.aarch64     122/146 
12:13:58 #10 50.42   Installing       : gnat-srpm-macros-4-15.fc36.noarch                  123/146 
12:13:58 #10 50.43   Installing       : ghc-srpm-macros-1.5.0-6.fc36.noarch                124/146 
12:13:58 #10 50.43   Installing       : fpc-srpm-macros-1.3-5.fc36.noarch                  125/146 
12:13:58 #10 50.46   Installing       : fonts-srpm-macros-1:2.0.5-7.fc36.noarch            126/146 
12:13:58 #10 50.46   Installing       : go-srpm-macros-3.2.0-1.fc36.noarch                 127/146 
12:13:58 #10 50.47   Installing       : python-srpm-macros-3.10-19.fc36.noarch             128/146 
12:13:58 #10 50.48   Installing       : redhat-rpm-config-222-1.fc36.noarch                129/146 
12:13:58 #10 50.52   Installing       : diffutils-3.8-2.fc36.aarch64                       130/146 
12:13:58 #10 50.57   Installing       : dbus-libs-1:1.14.0-1.fc36.aarch64                  131/146 
12:13:58 #10 50.59   Installing       : python3-dbus-1.2.18-3.fc36.aarch64                 132/146 
12:13:58 #10 50.63   Installing       : python3-dnf-plugins-core-4.3.1-1.fc36.noarch       133/146 
12:13:58 #10 50.64   Installing       : dash-0.5.10.2-10.fc36.aarch64                      134/146 
12:13:58 #10 50.67   Running scriptlet: dash-0.5.10.2-10.fc36.aarch64                      134/146 
12:13:58 #10 50.69   Installing       : cpio-2.13-12.fc36.aarch64                          135/146 
12:13:58 #10 50.70   Installing       : bzip2-1.0.8-11.fc36.aarch64                        136/146 
12:13:58 #10 50.73   Installing       : rpm-build-4.17.1-3.fc36.aarch64                    137/146 
12:13:58 #10 50.76   Installing       : rpmlint-2.2.0-6.fc36.noarch                        138/146 
12:13:58 #10 50.79   Installing       : rpmlint-fedora-license-data-1.4-1.fc36.noarch      139/146 
12:13:58 #10 50.82   Installing       : dnf-plugins-core-4.3.1-1.fc36.noarch               140/146 
12:13:58 #10 50.93   Installing       : glibc-gconv-extra-2.35-4.fc36.aarch64              141/146 
12:13:58 #10 50.97   Running scriptlet: glibc-gconv-extra-2.35-4.fc36.aarch64              141/146 
12:13:58 #10 50.99   Cleanup          : python3-rpm-4.17.0-10.fc36.aarch64                 142/146 
12:13:58 #10 51.02   Cleanup          : rpm-build-libs-4.17.0-10.fc36.aarch64              143/146 
12:13:58 #10 51.03   Cleanup          : rpm-sign-libs-4.17.0-10.fc36.aarch64               144/146 
12:13:58 #10 51.07   Cleanup          : rpm-4.17.0-10.fc36.aarch64                         145/146 
12:13:58 #10 51.11   Cleanup          : rpm-libs-4.17.0-10.fc36.aarch64                    146/146 
12:13:58 #10 51.12   Running scriptlet: rpm-4.17.1-3.fc36.aarch64                          146/146 
12:14:02 #10 51.14   Running scriptlet: rpm-libs-4.17.0-10.fc36.aarch64                    146/146 
12:14:02 #10 54.42   Verifying        : bzip2-1.0.8-11.fc36.aarch64                          1/146 
12:14:02 #10 54.42   Verifying        : cpio-2.13-12.fc36.aarch64                            2/146 
12:14:02 #10 54.42   Verifying        : dash-0.5.10.2-10.fc36.aarch64                        3/146 
12:14:02 #10 54.42   Verifying        : dbus-libs-1:1.14.0-1.fc36.aarch64                    4/146 
12:14:02 #10 54.42   Verifying        : debugedit-5.0-3.fc36.aarch64                         5/146 
12:14:02 #10 54.43   Verifying        : desktop-file-utils-0.26-6.fc36.aarch64               6/146 
12:14:02 #10 54.43   Verifying        : devscripts-checkbashisms-2.22.1-1.fc36.aarch64       7/146 
12:14:02 #10 54.43   Verifying        : diffutils-3.8-2.fc36.aarch64                         8/146 
12:14:02 #10 54.43   Verifying        : ed-1.14.2-12.fc36.aarch64                            9/146 
12:14:02 #10 54.43   Verifying        : efi-srpm-macros-5-5.fc36.noarch                     10/146 
12:14:02 #10 54.43   Verifying        : elfutils-0.186-3.fc36.aarch64                       11/146 
12:14:02 #10 54.43   Verifying        : elfutils-debuginfod-client-0.186-3.fc36.aarch64     12/146 
12:14:02 #10 54.43   Verifying        : enchant-1:1.6.0-30.fc36.aarch64                     13/146 
12:14:02 #10 54.43   Verifying        : file-5.41-4.fc36.aarch64                            14/146 
12:14:02 #10 54.43   Verifying        : fonts-srpm-macros-1:2.0.5-7.fc36.noarch             15/146 
12:14:02 #10 54.43   Verifying        : fpc-srpm-macros-1.3-5.fc36.noarch                   16/146 
12:14:02 #10 54.43   Verifying        : ghc-srpm-macros-1.5.0-6.fc36.noarch                 17/146 
12:14:02 #10 54.43   Verifying        : glibc-gconv-extra-2.35-4.fc36.aarch64               18/146 
12:14:02 #10 54.43   Verifying        : gnat-srpm-macros-4-15.fc36.noarch                   19/146 
12:14:02 #10 54.43   Verifying        : groff-base-1.22.4-9.fc36.aarch64                    20/146 
12:14:02 #10 54.43   Verifying        : hunspell-1.7.0-19.fc36.aarch64                      21/146 
12:14:02 #10 54.43   Verifying        : hunspell-en-0.20140811.1-22.fc36.noarch             22/146 
12:14:02 #10 54.43   Verifying        : hunspell-en-GB-0.20140811.1-22.fc36.noarch          23/146 
12:14:02 #10 54.43   Verifying        : hunspell-en-US-0.20140811.1-22.fc36.noarch          24/146 
12:14:02 #10 54.43   Verifying        : hunspell-filesystem-1.7.0-19.fc36.aarch64           25/146 
12:14:02 #10 54.43   Verifying        : info-6.8-3.fc36.aarch64                             26/146 
12:14:02 #10 54.43   Verifying        : json-glib-1.6.6-2.fc36.aarch64                      27/146 
12:14:02 #10 54.43   Verifying        : kernel-srpm-macros-1.0-14.fc36.noarch               28/146 
12:14:02 #10 54.43   Verifying        : libjpeg-turbo-2.1.2-2.fc36.aarch64                  29/146 
12:14:02 #10 54.43   Verifying        : libpkgconf-1.8.0-2.fc36.aarch64                     30/146 
12:14:02 #10 54.43   Verifying        : libpng-2:1.6.37-12.fc36.aarch64                     31/146 
12:14:02 #10 54.43   Verifying        : libstemmer-0-18.585svn.fc36.aarch64                 32/146 
12:14:02 #10 54.43   Verifying        : lua-srpm-macros-1-6.fc36.noarch                     33/146 
12:14:02 #10 54.43   Verifying        : ncurses-6.2-9.20210508.fc36.aarch64                 34/146 
12:14:02 #10 54.43   Verifying        : nim-srpm-macros-3-6.fc36.noarch                     35/146 
12:14:02 #10 54.43   Verifying        : ocaml-srpm-macros-6-6.fc36.noarch                   36/146 
12:14:02 #10 54.43   Verifying        : openblas-srpm-macros-2-11.fc36.noarch               37/146 
12:14:02 #10 54.43   Verifying        : package-notes-srpm-macros-0.4-14.fc36.noarch        38/146 
12:14:02 #10 54.43   Verifying        : patch-2.7.6-16.fc36.aarch64                         39/146 
12:14:02 #10 54.43   Verifying        : perl-AutoLoader-5.74-486.fc36.noarch                40/146 
12:14:02 #10 54.43   Verifying        : perl-B-1.82-486.fc36.aarch64                        41/146 
12:14:02 #10 54.43   Verifying        : perl-Carp-1.52-479.fc36.noarch                      42/146 
12:14:02 #10 54.43   Verifying        : perl-Class-Struct-0.66-486.fc36.noarch              43/146 
12:14:02 #10 54.43   Verifying        : perl-Data-Dumper-2.183-3.fc36.aarch64               44/146 
12:14:02 #10 54.43   Verifying        : perl-Digest-1.20-2.fc36.noarch                      45/146 
12:14:02 #10 54.43   Verifying        : perl-Digest-MD5-2.58-479.fc36.aarch64               46/146 
12:14:02 #10 54.43   Verifying        : perl-DynaLoader-1.50-486.fc36.aarch64               47/146 
12:14:02 #10 54.43   Verifying        : perl-Errno-1.33-486.fc36.aarch64                    48/146 
12:14:02 #10 54.43   Verifying        : perl-Exporter-5.76-480.fc36.noarch                  49/146 
12:14:02 #10 54.43   Verifying        : perl-Fcntl-1.14-486.fc36.aarch64                    50/146 
12:14:02 #10 54.43   Verifying        : perl-File-Basename-2.85-486.fc36.noarch             51/146 
12:14:02 #10 54.43   Verifying        : perl-File-Path-2.18-479.fc36.noarch                 52/146 
12:14:02 #10 54.43   Verifying        : perl-File-Temp-1:0.231.100-479.fc36.noarch          53/146 
12:14:02 #10 54.43   Verifying        : perl-File-stat-1.09-486.fc36.noarch                 54/146 
12:14:02 #10 54.43   Verifying        : perl-FileHandle-2.03-486.fc36.noarch                55/146 
12:14:02 #10 54.43   Verifying        : perl-Getopt-Long-1:2.52-479.fc36.noarch             56/146 
12:14:02 #10 54.43   Verifying        : perl-Getopt-Std-1.13-486.fc36.noarch                57/146 
12:14:02 #10 54.43   Verifying        : perl-IO-1.46-486.fc36.aarch64                       58/146 
12:14:02 #10 54.43   Verifying        : perl-IO-Socket-IP-0.41-480.fc36.noarch              59/146 
12:14:02 #10 54.43   Verifying        : perl-IO-Socket-SSL-2.074-2.fc36.noarch              60/146 
12:14:02 #10 54.43   Verifying        : perl-IPC-Open3-1.21-486.fc36.noarch                 61/146 
12:14:02 #10 54.43   Verifying        : perl-MIME-Base64-3.16-479.fc36.aarch64              62/146 
12:14:02 #10 54.43   Verifying        : perl-Mozilla-CA-20211001-2.fc36.noarch              63/146 
12:14:02 #10 54.43   Verifying        : perl-NDBM_File-1.15-486.fc36.aarch64                64/146 
12:14:02 #10 54.43   Verifying        : perl-Net-SSLeay-1.92-2.fc36.aarch64                 65/146 
12:14:02 #10 54.43   Verifying        : perl-POSIX-1.97-486.fc36.aarch64                    66/146 
12:14:02 #10 54.43   Verifying        : perl-PathTools-3.80-479.fc36.aarch64                67/146 
12:14:02 #10 54.43   Verifying        : perl-Pod-Escapes-1:1.07-479.fc36.noarch             68/146 
12:14:02 #10 54.43   Verifying        : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            69/146 
12:14:02 #10 54.43   Verifying        : perl-Pod-Simple-1:3.43-3.fc36.noarch                70/146 
12:14:02 #10 54.43   Verifying        : perl-Pod-Usage-4:2.01-479.fc36.noarch               71/146 
12:14:02 #10 54.43   Verifying        : perl-SelectSaver-1.02-486.fc36.noarch               72/146 
12:14:02 #10 54.43   Verifying        : perl-Storable-1:3.25-2.fc36.aarch64                 73/146 
12:14:02 #10 54.43   Verifying        : perl-Symbol-1.09-486.fc36.noarch                    74/146 
12:14:02 #10 54.43   Verifying        : perl-Term-ANSIColor-5.01-480.fc36.noarch            75/146 
12:14:02 #10 54.43   Verifying        : perl-Term-Cap-1.17-479.fc36.noarch                  76/146 
12:14:02 #10 54.43   Verifying        : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         77/146 
12:14:02 #10 54.43   Verifying        : perl-Time-Local-2:1.300-479.fc36.noarch             78/146 
12:14:02 #10 54.43   Verifying        : perl-URI-5.10-1.fc36.noarch                         79/146 
12:14:02 #10 54.43   Verifying        : perl-base-2.27-486.fc36.noarch                      80/146 
12:14:02 #10 54.43   Verifying        : perl-constant-1.33-480.fc36.noarch                  81/146 
12:14:02 #10 54.43   Verifying        : perl-if-0.60.900-486.fc36.noarch                    82/146 
12:14:02 #10 54.43   Verifying        : perl-interpreter-4:5.34.1-486.fc36.aarch64          83/146 
12:14:02 #10 54.43   Verifying        : perl-libnet-3.13-480.fc36.noarch                    84/146 
12:14:02 #10 54.43   Verifying        : perl-libs-4:5.34.1-486.fc36.aarch64                 85/146 
12:14:02 #10 54.43   Verifying        : perl-mro-1.25-486.fc36.aarch64                      86/146 
12:14:02 #10 54.43   Verifying        : perl-overload-1.33-486.fc36.noarch                  87/146 
12:14:02 #10 54.43   Verifying        : perl-overloading-0.02-486.fc36.noarch               88/146 
12:14:02 #10 54.43   Verifying        : perl-parent-1:0.238-479.fc36.noarch                 89/146 
12:14:02 #10 54.43   Verifying        : perl-podlators-1:4.14-479.fc36.noarch               90/146 
12:14:02 #10 54.43   Verifying        : perl-srpm-macros-1-43.fc36.noarch                   91/146 
12:14:02 #10 54.43   Verifying        : perl-subs-1.04-486.fc36.noarch                      92/146 
12:14:02 #10 54.43   Verifying        : perl-vars-1.05-486.fc36.noarch                      93/146 
12:14:02 #10 54.43   Verifying        : pkgconf-1.8.0-2.fc36.aarch64                        94/146 
12:14:02 #10 54.43   Verifying        : pkgconf-m4-1.8.0-2.fc36.noarch                      95/146 
12:14:02 #10 54.43   Verifying        : pkgconf-pkg-config-1.8.0-2.fc36.aarch64             96/146 
12:14:02 #10 54.43   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch              97/146 
12:14:02 #10 54.43   Verifying        : python3-dbus-1.2.18-3.fc36.aarch64                  98/146 
12:14:02 #10 54.43   Verifying        : python3-distro-1.6.0-2.fc36.noarch                  99/146 
12:14:02 #10 54.43   Verifying        : python3-enchant-3.2.2-2.fc36.noarch                100/146 
12:14:02 #10 54.43   Verifying        : python3-pybeam-0.7-2.fc36.noarch                   101/146 
12:14:02 #10 54.43   Verifying        : python3-pyxdg-0.27-4.fc36.noarch                   102/146 
12:14:02 #10 54.43   Verifying        : python3-six-1.16.0-5.fc36.noarch                   103/146 
12:14:02 #10 54.43   Verifying        : python3-toml-0.10.2-6.fc36.noarch                  104/146 
12:14:02 #10 54.43   Verifying        : python3-zstd-1.4.5.1-6.fc36.aarch64                105/146 
12:14:02 #10 54.43   Verifying        : shared-mime-info-2.1-3.fc35.aarch64                106/146 
12:14:02 #10 54.43   Verifying        : unzip-6.0-57.fc36.aarch64                          107/146 
12:14:02 #10 54.43   Verifying        : xxhash-libs-0.8.1-2.fc36.aarch64                   108/146 
12:14:02 #10 54.43   Verifying        : xz-5.2.5-9.fc36.aarch64                            109/146 
12:14:02 #10 54.43   Verifying        : zip-3.0-32.fc36.aarch64                            110/146 
12:14:02 #10 54.44   Verifying        : ansible-srpm-macros-1-7.fc36.noarch                111/146 
12:14:02 #10 54.44   Verifying        : binutils-2.37-36.fc36.aarch64                      112/146 
12:14:02 #10 54.44   Verifying        : binutils-gold-2.37-36.fc36.aarch64                 113/146 
12:14:02 #10 54.44   Verifying        : dnf-plugins-core-4.3.1-1.fc36.noarch               114/146 
12:14:02 #10 54.44   Verifying        : dwz-0.14-4.fc36.aarch64                            115/146 
12:14:02 #10 54.44   Verifying        : emacs-filesystem-1:28.1-2.fc36.noarch              116/146 
12:14:02 #10 54.44   Verifying        : gdb-minimal-12.1-1.fc36.aarch64                    117/146 
12:14:02 #10 54.44   Verifying        : gdk-pixbuf2-2.42.9-1.fc36.aarch64                  118/146 
12:14:02 #10 54.44   Verifying        : go-srpm-macros-3.2.0-1.fc36.noarch                 119/146 
12:14:02 #10 54.44   Verifying        : libappstream-glib-0.8.0-4.fc36.aarch64             120/146 
12:14:02 #10 54.44   Verifying        : perl-Encode-4:3.17-485.fc36.aarch64                121/146 
12:14:02 #10 54.44   Verifying        : perl-HTTP-Tiny-0.082-1.fc36.noarch                 122/146 
12:14:02 #10 54.44   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc36.aarch64     123/146 
12:14:02 #10 54.44   Verifying        : perl-Socket-4:2.036-1.fc36.aarch64                 124/146 
12:14:02 #10 54.44   Verifying        : perl-Text-ParseWords-3.31-1.fc36.noarch            125/146 
12:14:02 #10 54.44   Verifying        : python-srpm-macros-3.10-19.fc36.noarch             126/146 
12:14:02 #10 54.44   Verifying        : python3-construct-2.10.68-1.fc36.noarch            127/146 
12:14:02 #10 54.44   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc36.noarch       128/146 
12:14:02 #10 54.44   Verifying        : qt5-srpm-macros-5.15.6-1.fc36.noarch               129/146 
12:14:02 #10 54.44   Verifying        : redhat-rpm-config-222-1.fc36.noarch                130/146 
12:14:02 #10 54.44   Verifying        : rpm-build-4.17.1-3.fc36.aarch64                    131/146 
12:14:02 #10 54.44   Verifying        : rpmautospec-rpm-macros-0.3.0-1.fc36.noarch         132/146 
12:14:02 #10 54.44   Verifying        : rpmlint-2.2.0-6.fc36.noarch                        133/146 
12:14:02 #10 54.44   Verifying        : rpmlint-fedora-license-data-1.4-1.fc36.noarch      134/146 
12:14:02 #10 54.44   Verifying        : rust-srpm-macros-22-1.fc36.noarch                  135/146 
12:14:02 #10 54.44   Verifying        : zstd-1.5.2-2.fc36.aarch64                          136/146 
12:14:02 #10 54.44   Verifying        : python3-rpm-4.17.1-3.fc36.aarch64                  137/146 
12:14:02 #10 54.44   Verifying        : python3-rpm-4.17.0-10.fc36.aarch64                 138/146 
12:14:02 #10 54.44   Verifying        : rpm-4.17.1-3.fc36.aarch64                          139/146 
12:14:02 #10 54.44   Verifying        : rpm-4.17.0-10.fc36.aarch64                         140/146 
12:14:02 #10 54.44   Verifying        : rpm-build-libs-4.17.1-3.fc36.aarch64               141/146 
12:14:02 #10 54.44   Verifying        : rpm-build-libs-4.17.0-10.fc36.aarch64              142/146 
12:14:02 #10 54.44   Verifying        : rpm-libs-4.17.1-3.fc36.aarch64                     143/146 
12:14:02 #10 54.44   Verifying        : rpm-libs-4.17.0-10.fc36.aarch64                    144/146 
12:14:02 #10 54.44   Verifying        : rpm-sign-libs-4.17.1-3.fc36.aarch64                145/146 
12:14:02 #10 54.44   Verifying        : rpm-sign-libs-4.17.0-10.fc36.aarch64               146/146 
12:14:02 #10 54.60 
12:14:02 #10 54.60 Upgraded:
12:14:02 #10 54.60   python3-rpm-4.17.1-3.fc36.aarch64         rpm-4.17.1-3.fc36.aarch64          
12:14:02 #10 54.60   rpm-build-libs-4.17.1-3.fc36.aarch64      rpm-libs-4.17.1-3.fc36.aarch64     
12:14:02 #10 54.60   rpm-sign-libs-4.17.1-3.fc36.aarch64      
12:14:02 #10 54.60 Installed:
12:14:02 #10 54.60   ansible-srpm-macros-1-7.fc36.noarch                                           
12:14:02 #10 54.60   binutils-2.37-36.fc36.aarch64                                                 
12:14:02 #10 54.60   binutils-gold-2.37-36.fc36.aarch64                                            
12:14:02 #10 54.60   bzip2-1.0.8-11.fc36.aarch64                                                   
12:14:02 #10 54.60   cpio-2.13-12.fc36.aarch64                                                     
12:14:02 #10 54.60   dash-0.5.10.2-10.fc36.aarch64                                                 
12:14:02 #10 54.60   dbus-libs-1:1.14.0-1.fc36.aarch64                                             
12:14:02 #10 54.60   debugedit-5.0-3.fc36.aarch64                                                  
12:14:02 #10 54.60   desktop-file-utils-0.26-6.fc36.aarch64                                        
12:14:02 #10 54.60   devscripts-checkbashisms-2.22.1-1.fc36.aarch64                                
12:14:02 #10 54.60   diffutils-3.8-2.fc36.aarch64                                                  
12:14:02 #10 54.60   dnf-plugins-core-4.3.1-1.fc36.noarch                                          
12:14:02 #10 54.60   dwz-0.14-4.fc36.aarch64                                                       
12:14:02 #10 54.60   ed-1.14.2-12.fc36.aarch64                                                     
12:14:02 #10 54.60   efi-srpm-macros-5-5.fc36.noarch                                               
12:14:02 #10 54.60   elfutils-0.186-3.fc36.aarch64                                                 
12:14:02 #10 54.60   elfutils-debuginfod-client-0.186-3.fc36.aarch64                               
12:14:02 #10 54.60   emacs-filesystem-1:28.1-2.fc36.noarch                                         
12:14:02 #10 54.60   enchant-1:1.6.0-30.fc36.aarch64                                               
12:14:02 #10 54.60   file-5.41-4.fc36.aarch64                                                      
12:14:02 #10 54.60   fonts-srpm-macros-1:2.0.5-7.fc36.noarch                                       
12:14:02 #10 54.60   fpc-srpm-macros-1.3-5.fc36.noarch                                             
12:14:02 #10 54.60   gdb-minimal-12.1-1.fc36.aarch64                                               
12:14:02 #10 54.60   gdk-pixbuf2-2.42.9-1.fc36.aarch64                                             
12:14:02 #10 54.60   ghc-srpm-macros-1.5.0-6.fc36.noarch                                           
12:14:02 #10 54.60   glibc-gconv-extra-2.35-4.fc36.aarch64                                         
12:14:02 #10 54.60   gnat-srpm-macros-4-15.fc36.noarch                                             
12:14:02 #10 54.60   go-srpm-macros-3.2.0-1.fc36.noarch                                            
12:14:02 #10 54.60   groff-base-1.22.4-9.fc36.aarch64                                              
12:14:02 #10 54.60   hunspell-1.7.0-19.fc36.aarch64                                                
12:14:02 #10 54.60   hunspell-en-0.20140811.1-22.fc36.noarch                                       
12:14:02 #10 54.60   hunspell-en-GB-0.20140811.1-22.fc36.noarch                                    
12:14:02 #10 54.60   hunspell-en-US-0.20140811.1-22.fc36.noarch                                    
12:14:02 #10 54.60   hunspell-filesystem-1.7.0-19.fc36.aarch64                                     
12:14:02 #10 54.60   info-6.8-3.fc36.aarch64                                                       
12:14:02 #10 54.60   json-glib-1.6.6-2.fc36.aarch64                                                
12:14:02 #10 54.60   kernel-srpm-macros-1.0-14.fc36.noarch                                         
12:14:02 #10 54.60   libappstream-glib-0.8.0-4.fc36.aarch64                                        
12:14:02 #10 54.60   libjpeg-turbo-2.1.2-2.fc36.aarch64                                            
12:14:02 #10 54.60   libpkgconf-1.8.0-2.fc36.aarch64                                               
12:14:02 #10 54.60   libpng-2:1.6.37-12.fc36.aarch64                                               
12:14:02 #10 54.60   libstemmer-0-18.585svn.fc36.aarch64                                           
12:14:02 #10 54.60   lua-srpm-macros-1-6.fc36.noarch                                               
12:14:02 #10 54.60   ncurses-6.2-9.20210508.fc36.aarch64                                           
12:14:02 #10 54.60   nim-srpm-macros-3-6.fc36.noarch                                               
12:14:02 #10 54.60   ocaml-srpm-macros-6-6.fc36.noarch                                             
12:14:02 #10 54.60   openblas-srpm-macros-2-11.fc36.noarch                                         
12:14:02 #10 54.60   package-notes-srpm-macros-0.4-14.fc36.noarch                                  
12:14:02 #10 54.60   patch-2.7.6-16.fc36.aarch64                                                   
12:14:02 #10 54.60   perl-AutoLoader-5.74-486.fc36.noarch                                          
12:14:02 #10 54.60   perl-B-1.82-486.fc36.aarch64                                                  
12:14:02 #10 54.60   perl-Carp-1.52-479.fc36.noarch                                                
12:14:02 #10 54.60   perl-Class-Struct-0.66-486.fc36.noarch                                        
12:14:02 #10 54.60   perl-Data-Dumper-2.183-3.fc36.aarch64                                         
12:14:02 #10 54.60   perl-Digest-1.20-2.fc36.noarch                                                
12:14:02 #10 54.60   perl-Digest-MD5-2.58-479.fc36.aarch64                                         
12:14:02 #10 54.60   perl-DynaLoader-1.50-486.fc36.aarch64                                         
12:14:02 #10 54.60   perl-Encode-4:3.17-485.fc36.aarch64                                           
12:14:02 #10 54.60   perl-Errno-1.33-486.fc36.aarch64                                              
12:14:02 #10 54.60   perl-Exporter-5.76-480.fc36.noarch                                            
12:14:02 #10 54.60   perl-Fcntl-1.14-486.fc36.aarch64                                              
12:14:02 #10 54.60   perl-File-Basename-2.85-486.fc36.noarch                                       
12:14:02 #10 54.60   perl-File-Path-2.18-479.fc36.noarch                                           
12:14:02 #10 54.60   perl-File-Temp-1:0.231.100-479.fc36.noarch                                    
12:14:02 #10 54.60   perl-File-stat-1.09-486.fc36.noarch                                           
12:14:02 #10 54.60   perl-FileHandle-2.03-486.fc36.noarch                                          
12:14:02 #10 54.60   perl-Getopt-Long-1:2.52-479.fc36.noarch                                       
12:14:02 #10 54.60   perl-Getopt-Std-1.13-486.fc36.noarch                                          
12:14:02 #10 54.60   perl-HTTP-Tiny-0.082-1.fc36.noarch                                            
12:14:02 #10 54.60   perl-IO-1.46-486.fc36.aarch64                                                 
12:14:02 #10 54.60   perl-IO-Socket-IP-0.41-480.fc36.noarch                                        
12:14:02 #10 54.60   perl-IO-Socket-SSL-2.074-2.fc36.noarch                                        
12:14:02 #10 54.60   perl-IPC-Open3-1.21-486.fc36.noarch                                           
12:14:02 #10 54.60   perl-MIME-Base64-3.16-479.fc36.aarch64                                        
12:14:02 #10 54.60   perl-Mozilla-CA-20211001-2.fc36.noarch                                        
12:14:02 #10 54.60   perl-NDBM_File-1.15-486.fc36.aarch64                                          
12:14:02 #10 54.60   perl-Net-SSLeay-1.92-2.fc36.aarch64                                           
12:14:02 #10 54.60   perl-POSIX-1.97-486.fc36.aarch64                                              
12:14:02 #10 54.60   perl-PathTools-3.80-479.fc36.aarch64                                          
12:14:02 #10 54.60   perl-Pod-Escapes-1:1.07-479.fc36.noarch                                       
12:14:02 #10 54.60   perl-Pod-Perldoc-3.28.01-480.fc36.noarch                                      
12:14:02 #10 54.60   perl-Pod-Simple-1:3.43-3.fc36.noarch                                          
12:14:02 #10 54.60   perl-Pod-Usage-4:2.01-479.fc36.noarch                                         
12:14:02 #10 54.60   perl-Scalar-List-Utils-5:1.63-489.fc36.aarch64                                
12:14:02 #10 54.60   perl-SelectSaver-1.02-486.fc36.noarch                                         
12:14:02 #10 54.60   perl-Socket-4:2.036-1.fc36.aarch64                                            
12:14:02 #10 54.60   perl-Storable-1:3.25-2.fc36.aarch64                                           
12:14:02 #10 54.60   perl-Symbol-1.09-486.fc36.noarch                                              
12:14:02 #10 54.60   perl-Term-ANSIColor-5.01-480.fc36.noarch                                      
12:14:02 #10 54.60   perl-Term-Cap-1.17-479.fc36.noarch                                            
12:14:02 #10 54.60   perl-Text-ParseWords-3.31-1.fc36.noarch                                       
12:14:02 #10 54.60   perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch                                   
12:14:02 #10 54.60   perl-Time-Local-2:1.300-479.fc36.noarch                                       
12:14:02 #10 54.60   perl-URI-5.10-1.fc36.noarch                                                   
12:14:02 #10 54.60   perl-base-2.27-486.fc36.noarch                                                
12:14:02 #10 54.60   perl-constant-1.33-480.fc36.noarch                                            
12:14:02 #10 54.60   perl-if-0.60.900-486.fc36.noarch                                              
12:14:02 #10 54.60   perl-interpreter-4:5.34.1-486.fc36.aarch64                                    
12:14:02 #10 54.60   perl-libnet-3.13-480.fc36.noarch                                              
12:14:02 #10 54.60   perl-libs-4:5.34.1-486.fc36.aarch64                                           
12:14:02 #10 54.60   perl-mro-1.25-486.fc36.aarch64                                                
12:14:02 #10 54.60   perl-overload-1.33-486.fc36.noarch                                            
12:14:02 #10 54.60   perl-overloading-0.02-486.fc36.noarch                                         
12:14:02 #10 54.60   perl-parent-1:0.238-479.fc36.noarch                                           
12:14:02 #10 54.60   perl-podlators-1:4.14-479.fc36.noarch                                         
12:14:02 #10 54.60   perl-srpm-macros-1-43.fc36.noarch                                             
12:14:02 #10 54.60   perl-subs-1.04-486.fc36.noarch                                                
12:14:02 #10 54.60   perl-vars-1.05-486.fc36.noarch                                                
12:14:02 #10 54.60   pkgconf-1.8.0-2.fc36.aarch64                                                  
12:14:02 #10 54.60   pkgconf-m4-1.8.0-2.fc36.noarch                                                
12:14:02 #10 54.60   pkgconf-pkg-config-1.8.0-2.fc36.aarch64                                       
12:14:02 #10 54.60   python-srpm-macros-3.10-19.fc36.noarch                                        
12:14:02 #10 54.60   python3-construct-2.10.68-1.fc36.noarch                                       
12:14:02 #10 54.60   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
12:14:02 #10 54.60   python3-dbus-1.2.18-3.fc36.aarch64                                            
12:14:02 #10 54.60   python3-distro-1.6.0-2.fc36.noarch                                            
12:14:02 #10 54.60   python3-dnf-plugins-core-4.3.1-1.fc36.noarch                                  
12:14:02 #10 54.60   python3-enchant-3.2.2-2.fc36.noarch                                           
12:14:02 #10 54.60   python3-pybeam-0.7-2.fc36.noarch                                              
12:14:02 #10 54.60   python3-pyxdg-0.27-4.fc36.noarch                                              
12:14:02 #10 54.60   python3-six-1.16.0-5.fc36.noarch                                              
12:14:02 #10 54.60   python3-toml-0.10.2-6.fc36.noarch                                             
12:14:02 #10 54.60   python3-zstd-1.4.5.1-6.fc36.aarch64                                           
12:14:02 #10 54.60   qt5-srpm-macros-5.15.6-1.fc36.noarch                                          
12:14:02 #10 54.60   redhat-rpm-config-222-1.fc36.noarch                                           
12:14:02 #10 54.60   rpm-build-4.17.1-3.fc36.aarch64                                               
12:14:02 #10 54.60   rpmautospec-rpm-macros-0.3.0-1.fc36.noarch                                    
12:14:02 #10 54.60   rpmlint-2.2.0-6.fc36.noarch                                                   
12:14:02 #10 54.60   rpmlint-fedora-license-data-1.4-1.fc36.noarch                                 
12:14:02 #10 54.60   rust-srpm-macros-22-1.fc36.noarch                                             
12:14:02 #10 54.60   shared-mime-info-2.1-3.fc35.aarch64                                           
12:14:02 #10 54.60   unzip-6.0-57.fc36.aarch64                                                     
12:14:02 #10 54.60   xxhash-libs-0.8.1-2.fc36.aarch64                                              
12:14:02 #10 54.60   xz-5.2.5-9.fc36.aarch64                                                       
12:14:02 #10 54.60   zip-3.0-32.fc36.aarch64                                                       
12:14:02 #10 54.60   zstd-1.5.2-2.fc36.aarch64                                                     
12:14:02 #10 54.60 
12:14:02 #10 54.60 Complete!
12:14:02 #10 DONE 54.8s
12:14:02 
12:14:02 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
12:14:02 #11 DONE 0.1s
12:14:02 
12:14:02 #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:14:04 #12 1.604 Last metadata expiration check: 0:00:18 ago on Mon Oct  3 12:13:46 2022.
12:14:05 #12 2.406 Package bash-5.1.16-2.fc36.aarch64 is already installed.
12:14:05 #12 2.419 Package bash-5.1.16-2.fc36.aarch64 is already installed.
12:14:05 #12 2.419 Package ca-certificates-2021.2.52-3.fc36.noarch is already installed.
12:14:05 #12 2.420 Package libarchive-3.5.3-1.fc36.aarch64 is already installed.
12:14:05 #12 2.420 Package pkgconf-pkg-config-1.8.0-2.fc36.aarch64 is already installed.
12:14:05 #12 2.421 Package tar-2:1.34-3.fc36.aarch64 is already installed.
12:14:05 #12 2.433 Package bash-5.1.16-2.fc36.aarch64 is already installed.
12:14:05 #12 2.546 Dependencies resolved.
12:14:05 #12 2.572 ================================================================================
12:14:05 #12 2.572  Package                       Arch     Version                  Repo      Size
12:14:05 #12 2.572 ================================================================================
12:14:05 #12 2.572 Installing:
12:14:05 #12 2.572  btrfs-progs-devel             aarch64  5.18-1.fc36              updates   55 k
12:14:05 #12 2.572  cmake                         aarch64  3.22.2-1.fc36            fedora   5.8 M
12:14:05 #12 2.572  device-mapper-devel           aarch64  1.02.175-7.fc36          fedora    43 k
12:14:05 #12 2.572  gcc                           aarch64  12.2.1-2.fc36            updates   29 M
12:14:05 #12 2.572  git                           aarch64  2.37.3-1.fc36            updates   65 k
12:14:05 #12 2.572  glibc-static                  aarch64  2.35-17.fc36             updates  1.4 M
12:14:05 #12 2.572  libseccomp-devel              aarch64  2.5.3-2.fc36             fedora    53 k
12:14:05 #12 2.572  libselinux-devel              aarch64  3.3-4.fc36               fedora   113 k
12:14:05 #12 2.572  libtool                       aarch64  2.4.7-1.fc36             updates  593 k
12:14:05 #12 2.572  libtool-ltdl-devel            aarch64  2.4.7-1.fc36             updates  157 k
12:14:05 #12 2.572  make                          aarch64  1:4.3-7.fc36             fedora   529 k
12:14:05 #12 2.572  selinux-policy-devel          noarch   36.15-1.fc36             updates  817 k
12:14:05 #12 2.572  systemd                       aarch64  250.8-1.fc36             updates  4.0 M
12:14:05 #12 2.572  which                         aarch64  2.21-32.fc36             fedora    42 k
12:14:05 #12 2.572 Upgrading:
12:14:05 #12 2.572  glibc                         aarch64  2.35-17.fc36             updates  1.7 M
12:14:05 #12 2.572  glibc-common                  aarch64  2.35-17.fc36             updates  324 k
12:14:05 #12 2.572  glibc-gconv-extra             aarch64  2.35-17.fc36             updates  1.7 M
12:14:05 #12 2.572  glibc-minimal-langpack        aarch64  2.35-17.fc36             updates   56 k
12:14:05 #12 2.572  libgcc                        aarch64  12.2.1-2.fc36            updates   92 k
12:14:05 #12 2.572  libgomp                       aarch64  12.2.1-2.fc36            updates  290 k
12:14:05 #12 2.572  systemd-libs                  aarch64  250.8-1.fc36             updates  585 k
12:14:05 #12 2.572 Installing dependencies:
12:14:05 #12 2.572  annobin-docs                  noarch   10.81-1.fc36             updates   91 k
12:14:05 #12 2.572  annobin-plugin-gcc            aarch64  10.81-1.fc36             updates  881 k
12:14:05 #12 2.572  autoconf                      noarch   2.71-2.fc36              fedora   718 k
12:14:05 #12 2.572  automake                      noarch   1.16.5-7.fc36            updates  675 k
12:14:05 #12 2.572  btrfs-progs                   aarch64  5.18-1.fc36              updates  965 k
12:14:05 #12 2.572  checkpolicy                   aarch64  3.3-2.fc36               fedora   336 k
12:14:05 #12 2.572  cmake-data                    noarch   3.22.2-1.fc36            fedora   1.6 M
12:14:05 #12 2.572  cmake-filesystem              aarch64  3.22.2-1.fc36            fedora    18 k
12:14:05 #12 2.572  cmake-rpm-macros              noarch   3.22.2-1.fc36            fedora    17 k
12:14:05 #12 2.572  cpp                           aarch64  12.2.1-2.fc36            updates  9.2 M
12:14:05 #12 2.572  dbus                          aarch64  1:1.14.0-1.fc36          fedora   7.5 k
12:14:05 #12 2.572  dbus-broker                   aarch64  32-1.fc36                updates  170 k
12:14:05 #12 2.572  dbus-common                   noarch   1:1.14.0-1.fc36          fedora    14 k
12:14:05 #12 2.572  device-mapper                 aarch64  1.02.175-7.fc36          fedora   137 k
12:14:05 #12 2.572  device-mapper-libs            aarch64  1.02.175-7.fc36          fedora   170 k
12:14:05 #12 2.572  e2fsprogs-libs                aarch64  1.46.5-2.fc36            fedora   223 k
12:14:05 #12 2.572  gc                            aarch64  8.0.6-3.fc36             updates  102 k
12:14:05 #12 2.572  gcc-plugin-annobin            aarch64  12.2.1-2.fc36            updates   50 k
12:14:05 #12 2.572  git-core                      aarch64  2.37.3-1.fc36            updates  4.1 M
12:14:05 #12 2.572  git-core-doc                  noarch   2.37.3-1.fc36            updates  2.4 M
12:14:05 #12 2.572  glibc-devel                   aarch64  2.35-17.fc36             updates  479 k
12:14:05 #12 2.572  guile22                       aarch64  2.2.7-5.fc36             fedora   6.4 M
12:14:05 #12 2.572  jsoncpp                       aarch64  1.9.5-2.fc36             fedora    92 k
12:14:05 #12 2.572  kernel-headers                aarch64  5.19.4-200.fc36          updates  1.3 M
12:14:05 #12 2.572  kmod-libs                     aarch64  29-7.fc36                fedora    65 k
12:14:05 #12 2.572  less                          aarch64  590-5.fc36               updates  161 k
12:14:05 #12 2.572  libargon2                     aarch64  20171227-9.fc36          updates   28 k
12:14:05 #12 2.572  libasan                       aarch64  12.2.1-2.fc36            updates  421 k
12:14:05 #12 2.572  libatomic                     aarch64  12.2.1-2.fc36            updates   41 k
12:14:05 #12 2.572  libbtrfs                      aarch64  5.18-1.fc36              updates   28 k
12:14:05 #12 2.572  libbtrfsutil                  aarch64  5.18-1.fc36              updates   33 k
12:14:05 #12 2.572  libcbor                       aarch64  0.7.0-5.fc36             fedora    55 k
12:14:05 #12 2.572  libedit                       aarch64  3.1-41.20210910cvs.fc36  fedora   104 k
12:14:05 #12 2.572  libfdisk                      aarch64  2.38-0.2.fc36            fedora   153 k
12:14:05 #12 2.572  libfido2                      aarch64  1.10.0-3.fc36            fedora    94 k
12:14:05 #12 2.572  libmpc                        aarch64  1.2.1-4.fc36             fedora    62 k
12:14:05 #12 2.572  libseccomp                    aarch64  2.5.3-2.fc36             fedora    71 k
12:14:05 #12 2.572  libselinux-utils              aarch64  3.3-4.fc36               fedora   144 k
12:14:05 #12 2.572  libsepol-devel                aarch64  3.3-3.fc36               fedora    40 k
12:14:05 #12 2.572  libtool-ltdl                  aarch64  2.4.7-1.fc36             updates   37 k
12:14:05 #12 2.572  libubsan                      aarch64  12.2.1-2.fc36            updates  190 k
12:14:05 #12 2.572  libutempter                   aarch64  1.2.1-6.fc36             fedora    26 k
12:14:05 #12 2.572  libuv                         aarch64  1:1.44.2-1.fc36          updates  148 k
12:14:05 #12 2.572  libxcrypt-devel               aarch64  4.4.28-1.fc36            fedora    29 k
12:14:05 #12 2.572  libxcrypt-static              aarch64  4.4.28-1.fc36            fedora   115 k
12:14:05 #12 2.572  lzo                           aarch64  2.10-6.fc36              fedora    63 k
12:14:05 #12 2.572  m4                            aarch64  1.4.19-3.fc36            fedora   293 k
12:14:05 #12 2.572  openssh                       aarch64  8.8p1-1.fc36.1           fedora   440 k
12:14:05 #12 2.572  openssh-clients               aarch64  8.8p1-1.fc36.1           fedora   671 k
12:14:05 #12 2.572  pcre2-devel                   aarch64  10.39-1.fc36.1           fedora   474 k
12:14:05 #12 2.572  pcre2-utf16                   aarch64  10.39-1.fc36.1           fedora   192 k
12:14:05 #12 2.572  pcre2-utf32                   aarch64  10.39-1.fc36.1           fedora   182 k
12:14:05 #12 2.572  perl-Error                    noarch   1:0.17029-8.fc36         fedora    41 k
12:14:05 #12 2.572  perl-File-Compare             noarch   1.100.600-486.fc36       fedora    18 k
12:14:05 #12 2.572  perl-File-Copy                noarch   2.35-486.fc36            fedora    25 k
12:14:05 #12 2.572  perl-File-Find                noarch   1.39-486.fc36            fedora    30 k
12:14:05 #12 2.572  perl-Git                      noarch   2.37.3-1.fc36            updates   42 k
12:14:05 #12 2.572  perl-TermReadKey              aarch64  2.38-12.fc36             fedora    36 k
12:14:05 #12 2.572  perl-Thread-Queue             noarch   3.14-479.fc36            fedora    21 k
12:14:05 #12 2.572  perl-lib                      aarch64  0.65-486.fc36            fedora    20 k
12:14:05 #12 2.572  perl-threads                  aarch64  1:2.26-449.fc36          fedora    56 k
12:14:05 #12 2.572  perl-threads-shared           aarch64  1.62-479.fc36            fedora    43 k
12:14:05 #12 2.572  policycoreutils               aarch64  3.3-4.fc36               fedora   203 k
12:14:05 #12 2.572  policycoreutils-devel         aarch64  3.3-4.fc36               fedora   137 k
12:14:05 #12 2.572  policycoreutils-python-utils  noarch   3.3-4.fc36               fedora    72 k
12:14:05 #12 2.572  python3-audit                 aarch64  3.0.8-1.fc36             fedora    82 k
12:14:05 #12 2.572  python3-libselinux            aarch64  3.3-4.fc36               fedora   181 k
12:14:05 #12 2.572  python3-libsemanage           aarch64  3.3-3.fc36               fedora    81 k
12:14:05 #12 2.572  python3-policycoreutils       noarch   3.3-4.fc36               fedora   2.0 M
12:14:05 #12 2.572  python3-setools               aarch64  4.4.0-5.fc36             fedora   540 k
12:14:05 #12 2.572  python3-setuptools            noarch   59.6.0-2.fc36            fedora   936 k
12:14:05 #12 2.572  rhash                         aarch64  1.4.2-2.fc36             fedora   185 k
12:14:05 #12 2.572  rpm-plugin-selinux            aarch64  4.17.1-3.fc36            updates   18 k
12:14:05 #12 2.572  selinux-policy                noarch   36.15-1.fc36             updates   69 k
12:14:05 #12 2.572  selinux-policy-targeted       noarch   36.15-1.fc36             updates  6.4 M
12:14:05 #12 2.572  systemd-devel                 aarch64  250.8-1.fc36             updates  451 k
12:14:05 #12 2.572  systemd-pam                   aarch64  250.8-1.fc36             updates  322 k
12:14:05 #12 2.572  systemd-rpm-macros            noarch   250.8-1.fc36             updates   28 k
12:14:05 #12 2.572  util-linux                    aarch64  2.38-0.2.fc36            fedora   2.2 M
12:14:05 #12 2.572  vim-filesystem                noarch   2:9.0.475-1.fc36         updates   20 k
12:14:05 #12 2.572  xkeyboard-config              noarch   2.35.1-1.fc36            fedora   878 k
12:14:05 #12 2.572 Installing weak dependencies:
12:14:05 #12 2.572  cryptsetup-libs               aarch64  2.4.3-2.fc36             fedora   430 k
12:14:05 #12 2.572  libbpf                        aarch64  2:0.7.0-3.fc36           updates  159 k
12:14:05 #12 2.572  libxkbcommon                  aarch64  1.4.0-1.fc36             fedora   139 k
12:14:05 #12 2.572  qrencode-libs                 aarch64  4.1.1-2.fc36             fedora    61 k
12:14:05 #12 2.572  systemd-networkd              aarch64  250.8-1.fc36             updates  568 k
12:14:05 #12 2.572  systemd-resolved              aarch64  250.8-1.fc36             updates  258 k
12:14:05 #12 2.572 
12:14:05 #12 2.572 Transaction Summary
12:14:05 #12 2.572 ================================================================================
12:14:05 #12 2.572 Install  101 Packages
12:14:05 #12 2.572 Upgrade    7 Packages
12:14:05 #12 2.572 
12:14:05 #12 2.579 Total download size: 98 M
12:14:05 #12 2.579 Downloading Packages:
12:14:06 #12 3.698 (1/108): checkpolicy-3.3-2.fc36.aarch64.rpm     785 kB/s | 336 kB     00:00    
12:14:06 #12 3.709 (2/108): autoconf-2.71-2.fc36.noarch.rpm        1.6 MB/s | 718 kB     00:00    
12:14:06 #12 3.733 (3/108): cmake-data-3.22.2-1.fc36.noarch.rpm     53 MB/s | 1.6 MB     00:00    
12:14:06 #12 3.735 (4/108): cmake-filesystem-3.22.2-1.fc36.aarch64 1.1 MB/s |  18 kB     00:00    
12:14:06 #12 3.837 (5/108): cmake-3.22.2-1.fc36.aarch64.rpm         10 MB/s | 5.8 MB     00:00    
12:14:06 #12 3.841 (6/108): cmake-rpm-macros-3.22.2-1.fc36.noarch. 175 kB/s |  17 kB     00:00    
12:14:06 #12 3.881 (7/108): cryptsetup-libs-2.4.3-2.fc36.aarch64.r 3.0 MB/s | 430 kB     00:00    
12:14:06 #12 3.884 (8/108): dbus-1.14.0-1.fc36.aarch64.rpm         170 kB/s | 7.5 kB     00:00    
12:14:06 #12 3.887 (9/108): dbus-common-1.14.0-1.fc36.noarch.rpm   308 kB/s |  14 kB     00:00    
12:14:06 #12 3.892 (10/108): device-mapper-1.02.175-7.fc36.aarch64  14 MB/s | 137 kB     00:00    
12:14:06 #12 3.895 (11/108): device-mapper-devel-1.02.175-7.fc36.a 6.2 MB/s |  43 kB     00:00    
12:14:06 #12 3.900 (12/108): device-mapper-libs-1.02.175-7.fc36.aa  17 MB/s | 170 kB     00:00    
12:14:06 #12 3.903 (13/108): e2fsprogs-libs-1.46.5-2.fc36.aarch64.  21 MB/s | 223 kB     00:00    
12:14:06 #12 3.906 (14/108): jsoncpp-1.9.5-2.fc36.aarch64.rpm       13 MB/s |  92 kB     00:00    
12:14:06 #12 3.911 (15/108): kmod-libs-29-7.fc36.aarch64.rpm       8.5 MB/s |  65 kB     00:00    
12:14:06 #12 3.919 (16/108): libcbor-0.7.0-5.fc36.aarch64.rpm      4.8 MB/s |  55 kB     00:00    
12:14:06 #12 3.934 (17/108): libedit-3.1-41.20210910cvs.fc36.aarch 5.5 MB/s | 104 kB     00:00    
12:14:06 #12 4.020 (18/108): guile22-2.2.7-5.fc36.aarch64.rpm       53 MB/s | 6.4 MB     00:00    
12:14:06 #12 4.025 (19/108): libfdisk-2.38-0.2.fc36.aarch64.rpm    1.5 MB/s | 153 kB     00:00    
12:14:06 #12 4.028 (20/108): libfido2-1.10.0-3.fc36.aarch64.rpm    1.0 MB/s |  94 kB     00:00    
12:14:06 #12 4.032 (21/108): libmpc-1.2.1-4.fc36.aarch64.rpm       8.9 MB/s |  62 kB     00:00    
12:14:06 #12 4.034 (22/108): libseccomp-2.5.3-2.fc36.aarch64.rpm   7.8 MB/s |  71 kB     00:00    
12:14:06 #12 4.037 (23/108): libseccomp-devel-2.5.3-2.fc36.aarch64 6.5 MB/s |  53 kB     00:00    
12:14:06 #12 4.042 (24/108): libselinux-devel-3.3-4.fc36.aarch64.r  17 MB/s | 113 kB     00:00    
12:14:06 #12 4.045 (25/108): libselinux-utils-3.3-4.fc36.aarch64.r  15 MB/s | 144 kB     00:00    
12:14:06 #12 4.048 (26/108): libsepol-devel-3.3-3.fc36.aarch64.rpm 4.2 MB/s |  40 kB     00:00    
12:14:06 #12 4.051 (27/108): libutempter-1.2.1-6.fc36.aarch64.rpm  4.8 MB/s |  26 kB     00:00    
12:14:06 #12 4.053 (28/108): libxcrypt-devel-4.4.28-1.fc36.aarch64 3.7 MB/s |  29 kB     00:00    
12:14:06 #12 4.058 (29/108): libxcrypt-static-4.4.28-1.fc36.aarch6  13 MB/s | 115 kB     00:00    
12:14:06 #12 4.062 (30/108): libxkbcommon-1.4.0-1.fc36.aarch64.rpm  19 MB/s | 139 kB     00:00    
12:14:06 #12 4.065 (31/108): lzo-2.10-6.fc36.aarch64.rpm           6.3 MB/s |  63 kB     00:00    
12:14:06 #12 4.112 (32/108): m4-1.4.19-3.fc36.aarch64.rpm          5.3 MB/s | 293 kB     00:00    
12:14:06 #12 4.142 (33/108): openssh-8.8p1-1.fc36.1.aarch64.rpm    5.7 MB/s | 440 kB     00:00    
12:14:06 #12 4.184 (34/108): make-4.3-7.fc36.aarch64.rpm           4.4 MB/s | 529 kB     00:00    
12:14:06 #12 4.212 (35/108): openssh-clients-8.8p1-1.fc36.1.aarch6 6.7 MB/s | 671 kB     00:00    
12:14:06 #12 4.248 (36/108): pcre2-devel-10.39-1.fc36.1.aarch64.rp 4.5 MB/s | 474 kB     00:00    
12:14:07 #12 4.254 (37/108): pcre2-utf16-10.39-1.fc36.1.aarch64.rp 4.8 MB/s | 192 kB     00:00    
12:14:07 #12 4.258 (38/108): pcre2-utf32-10.39-1.fc36.1.aarch64.rp 4.1 MB/s | 182 kB     00:00    
12:14:07 #12 4.261 (39/108): perl-Error-0.17029-8.fc36.noarch.rpm  3.3 MB/s |  41 kB     00:00    
12:14:07 #12 4.290 (40/108): perl-File-Compare-1.100.600-486.fc36. 573 kB/s |  18 kB     00:00    
12:14:07 #12 4.293 (41/108): perl-File-Copy-2.35-486.fc36.noarch.r 729 kB/s |  25 kB     00:00    
12:14:07 #12 4.297 (42/108): perl-File-Find-1.39-486.fc36.noarch.r 876 kB/s |  30 kB     00:00    
12:14:07 #12 4.300 (43/108): perl-TermReadKey-2.38-12.fc36.aarch64 6.1 MB/s |  36 kB     00:00    
12:14:07 #12 4.303 (44/108): perl-Thread-Queue-3.14-479.fc36.noarc 2.7 MB/s |  21 kB     00:00    
12:14:07 #12 4.305 (45/108): perl-lib-0.65-486.fc36.aarch64.rpm    2.4 MB/s |  20 kB     00:00    
12:14:07 #12 4.309 (46/108): perl-threads-2.26-449.fc36.aarch64.rp 8.8 MB/s |  56 kB     00:00    
12:14:07 #12 4.311 (47/108): perl-threads-shared-1.62-479.fc36.aar 5.1 MB/s |  43 kB     00:00    
12:14:07 #12 4.336 (48/108): policycoreutils-3.3-4.fc36.aarch64.rp 6.8 MB/s | 203 kB     00:00    
12:14:07 #12 4.340 (49/108): policycoreutils-devel-3.3-4.fc36.aarc 4.9 MB/s | 137 kB     00:00    
12:14:07 #12 4.343 (50/108): policycoreutils-python-utils-3.3-4.fc 2.4 MB/s |  72 kB     00:00    
12:14:07 #12 4.346 (51/108): python3-audit-3.0.8-1.fc36.aarch64.rp 8.7 MB/s |  82 kB     00:00    
12:14:07 #12 4.357 (52/108): python3-libsemanage-3.3-3.fc36.aarch6 8.9 MB/s |  81 kB     00:00    
12:14:07 #12 4.389 (53/108): python3-libselinux-3.3-4.fc36.aarch64 3.9 MB/s | 181 kB     00:00    
12:14:07 #12 4.438 (54/108): python3-policycoreutils-3.3-4.fc36.no  23 MB/s | 2.0 MB     00:00    
12:14:07 #12 4.489 (55/108): python3-setools-4.4.0-5.fc36.aarch64. 4.0 MB/s | 540 kB     00:00    
12:14:07 #12 4.532 (56/108): python3-setuptools-59.6.0-2.fc36.noar 6.5 MB/s | 936 kB     00:00    
12:14:07 #12 4.537 (57/108): qrencode-libs-4.1.1-2.fc36.aarch64.rp 1.3 MB/s |  61 kB     00:00    
12:14:07 #12 4.541 (58/108): rhash-1.4.2-2.fc36.aarch64.rpm        3.7 MB/s | 185 kB     00:00    
12:14:07 #12 4.588 (59/108): util-linux-2.38-0.2.fc36.aarch64.rpm   41 MB/s | 2.2 MB     00:00    
12:14:07 #12 4.628 (60/108): xkeyboard-config-2.35.1-1.fc36.noarch  10 MB/s | 878 kB     00:00    
12:14:07 #12 4.632 (61/108): which-2.21-32.fc36.aarch64.rpm        480 kB/s |  42 kB     00:00    
12:14:07 #12 4.635 (62/108): annobin-docs-10.81-1.fc36.noarch.rpm  2.0 MB/s |  91 kB     00:00    
12:14:07 #12 4.676 (63/108): annobin-plugin-gcc-10.81-1.fc36.aarch  19 MB/s | 881 kB     00:00    
12:14:07 #12 4.718 (64/108): automake-1.16.5-7.fc36.noarch.rpm     8.2 MB/s | 675 kB     00:00    
12:14:07 #12 4.757 (65/108): btrfs-progs-5.18-1.fc36.aarch64.rpm   7.9 MB/s | 965 kB     00:00    
12:14:07 #12 4.761 (66/108): btrfs-progs-devel-5.18-1.fc36.aarch64 670 kB/s |  55 kB     00:00    
12:14:07 #12 4.772 (67/108): dbus-broker-32-1.fc36.aarch64.rpm      15 MB/s | 170 kB     00:00    
12:14:07 #12 4.780 (68/108): gc-8.0.6-3.fc36.aarch64.rpm           5.2 MB/s | 102 kB     00:00    
12:14:07 #12 4.804 (69/108): gcc-plugin-annobin-12.2.1-2.fc36.aarc 2.5 MB/s |  50 kB     00:00    
12:14:07 #12 4.824 (70/108): git-2.37.3-1.fc36.aarch64.rpm         3.5 MB/s |  65 kB     00:00    
12:14:07 #12 4.957 (71/108): cpp-12.2.1-2.fc36.aarch64.rpm          47 MB/s | 9.2 MB     00:00    
12:14:07 #12 5.006 (72/108): git-core-2.37.3-1.fc36.aarch64.rpm     23 MB/s | 4.1 MB     00:00    
12:14:07 #12 5.018 (73/108): git-core-doc-2.37.3-1.fc36.noarch.rpm  42 MB/s | 2.4 MB     00:00    
12:14:07 #12 5.074 (74/108): glibc-devel-2.35-17.fc36.aarch64.rpm  7.1 MB/s | 479 kB     00:00    
12:14:07 #12 5.088 (75/108): glibc-static-2.35-17.fc36.aarch64.rpm  21 MB/s | 1.4 MB     00:00    
12:14:07 #12 5.120 (76/108): kernel-headers-5.19.4-200.fc36.aarch6  30 MB/s | 1.3 MB     00:00    
12:14:07 #12 5.128 (77/108): less-590-5.fc36.aarch64.rpm           4.0 MB/s | 161 kB     00:00    
12:14:07 #12 5.207 (78/108): gcc-12.2.1-2.fc36.aarch64.rpm          66 MB/s |  29 MB     00:00    
12:14:07 #12 5.210 (79/108): libargon2-20171227-9.fc36.aarch64.rpm 328 kB/s |  28 kB     00:00    
12:14:07 #12 5.240 (80/108): libasan-12.2.1-2.fc36.aarch64.rpm     3.7 MB/s | 421 kB     00:00    
12:14:07 #12 5.246 (81/108): libatomic-12.2.1-2.fc36.aarch64.rpm   8.9 MB/s |  41 kB     00:00    
12:14:07 #12 5.251 (82/108): libbpf-0.7.0-3.fc36.aarch64.rpm        16 MB/s | 159 kB     00:00    
12:14:07 #12 5.253 (83/108): libbtrfs-5.18-1.fc36.aarch64.rpm      2.3 MB/s |  28 kB     00:00    
12:14:07 #12 5.290 (84/108): libbtrfsutil-5.18-1.fc36.aarch64.rpm  756 kB/s |  33 kB     00:00    
12:14:07 #12 5.294 (85/108): libtool-ltdl-2.4.7-1.fc36.aarch64.rpm 914 kB/s |  37 kB     00:00    
12:14:07 #12 5.301 (86/108): libtool-2.4.7-1.fc36.aarch64.rpm       12 MB/s | 593 kB     00:00    
12:14:07 #12 5.304 (87/108): libtool-ltdl-devel-2.4.7-1.fc36.aarch  12 MB/s | 157 kB     00:00    
12:14:07 #12 5.309 (88/108): libubsan-12.2.1-2.fc36.aarch64.rpm     15 MB/s | 190 kB     00:00    
12:14:07 #12 5.313 (89/108): perl-Git-2.37.3-1.fc36.noarch.rpm     5.2 MB/s |  42 kB     00:00    
12:14:07 #12 5.318 (90/108): libuv-1.44.2-1.fc36.aarch64.rpm        11 MB/s | 148 kB     00:00    
12:14:07 #12 5.320 (91/108): rpm-plugin-selinux-4.17.1-3.fc36.aarc 1.6 MB/s |  18 kB     00:00    
12:14:07 #12 5.324 (92/108): selinux-policy-36.15-1.fc36.noarch.rp 6.6 MB/s |  69 kB     00:00    
12:14:07 #12 5.339 (93/108): selinux-policy-devel-36.15-1.fc36.noa  45 MB/s | 817 kB     00:00    
12:14:07 #12 5.360 (94/108): systemd-devel-250.8-1.fc36.aarch64.rp  24 MB/s | 451 kB     00:00    
12:14:08 #12 5.392 (95/108): selinux-policy-targeted-36.15-1.fc36.  91 MB/s | 6.4 MB     00:00    
12:14:08 #12 5.406 (96/108): systemd-250.8-1.fc36.aarch64.rpm       50 MB/s | 4.0 MB     00:00    
12:14:08 #12 5.411 (97/108): systemd-networkd-250.8-1.fc36.aarch64  11 MB/s | 568 kB     00:00    
12:14:08 #12 5.421 (98/108): systemd-pam-250.8-1.fc36.aarch64.rpm   35 MB/s | 322 kB     00:00    
12:14:08 #12 5.424 (99/108): systemd-rpm-macros-250.8-1.fc36.noarc 2.4 MB/s |  28 kB     00:00    
12:14:08 #12 5.429 (100/108): systemd-resolved-250.8-1.fc36.aarch6  15 MB/s | 258 kB     00:00    
12:14:08 #12 5.437 (101/108): vim-filesystem-9.0.475-1.fc36.noarch 1.6 MB/s |  20 kB     00:00    
12:14:08 #12 5.446 (102/108): glibc-2.35-17.fc36.aarch64.rpm        82 MB/s | 1.7 MB     00:00    
12:14:08 #12 5.451 (103/108): glibc-common-2.35-17.fc36.aarch64.rp  18 MB/s | 324 kB     00:00    
12:14:08 #12 5.464 (104/108): glibc-gconv-extra-2.35-17.fc36.aarch  67 MB/s | 1.7 MB     00:00    
12:14:08 #12 5.468 (105/108): libgcc-12.2.1-2.fc36.aarch64.rpm     7.5 MB/s |  92 kB     00:00    
12:14:08 #12 5.473 (106/108): glibc-minimal-langpack-2.35-17.fc36. 3.3 MB/s |  56 kB     00:00    
12:14:08 #12 5.478 (107/108): libgomp-12.2.1-2.fc36.aarch64.rpm     22 MB/s | 290 kB     00:00    
12:14:08 #12 5.485 (108/108): systemd-libs-250.8-1.fc36.aarch64.rp  37 MB/s | 585 kB     00:00    
12:14:08 #12 5.490 --------------------------------------------------------------------------------
12:14:08 #12 5.491 Total                                            34 MB/s |  98 MB     00:02     
12:14:09 #12 7.114 Running transaction check
12:14:09 #12 7.332 Transaction check succeeded.
12:14:09 #12 7.332 Running transaction test
12:14:10 #12 8.176 Transaction test succeeded.
12:14:10 #12 8.177 Running transaction
12:14:11 #12 9.057   Running scriptlet: selinux-policy-targeted-36.15-1.fc36.noarch            1/1 
12:14:11 #12 9.228   Preparing        :                                                        1/1 
12:14:11 #12 9.278   Upgrading        : libgcc-12.2.1-2.fc36.aarch64                         1/115 
12:14:11 #12 9.285   Running scriptlet: libgcc-12.2.1-2.fc36.aarch64                         1/115 
12:14:12 #12 9.314   Upgrading        : glibc-common-2.35-17.fc36.aarch64                    2/115 
12:14:12 #12 9.439   Upgrading        : glibc-gconv-extra-2.35-17.fc36.aarch64               3/115 
12:14:12 #12 9.450   Running scriptlet: glibc-gconv-extra-2.35-17.fc36.aarch64               3/115 
12:14:12 #12 9.470   Upgrading        : glibc-minimal-langpack-2.35-17.fc36.aarch64          4/115 
12:14:12 #12 9.475   Running scriptlet: glibc-2.35-17.fc36.aarch64                           5/115 
12:14:12 #12 9.520   Upgrading        : glibc-2.35-17.fc36.aarch64                           5/115 
12:14:12 #12 9.536   Running scriptlet: glibc-2.35-17.fc36.aarch64                           5/115 
12:14:12 #12 9.596   Upgrading        : systemd-libs-250.8-1.fc36.aarch64                    6/115 
12:14:12 #12 9.608   Installing       : python3-libselinux-3.3-4.fc36.aarch64                7/115 
12:14:12 #12 9.621   Installing       : checkpolicy-3.3-2.fc36.aarch64                       8/115 
12:14:12 #12 9.632   Installing       : libfdisk-2.38-0.2.fc36.aarch64                       9/115 
12:14:12 #12 9.639   Installing       : libmpc-1.2.1-4.fc36.aarch64                         10/115 
12:14:12 #12 9.646   Installing       : libseccomp-2.5.3-2.fc36.aarch64                     11/115 
12:14:12 #12 9.654   Installing       : m4-1.4.19-3.fc36.aarch64                            12/115 
12:14:12 #12 9.663   Installing       : perl-threads-1:2.26-449.fc36.aarch64                13/115 
12:14:12 #12 9.670   Installing       : libtool-ltdl-2.4.7-1.fc36.aarch64                   14/115 
12:14:12 #12 9.676   Installing       : perl-File-Find-1.39-486.fc36.noarch                 15/115 
12:14:12 #12 9.682   Installing       : cmake-rpm-macros-3.22.2-1.fc36.noarch               16/115 
12:14:12 #12 9.689   Installing       : cmake-filesystem-3.22.2-1.fc36.aarch64              17/115 
12:14:12 #12 9.698   Installing       : perl-threads-shared-1.62-479.fc36.aarch64           18/115 
12:14:12 #12 9.705   Installing       : perl-Thread-Queue-3.14-479.fc36.noarch              19/115 
12:14:12 #12 9.866   Installing       : cpp-12.2.1-2.fc36.aarch64                           20/115 
12:14:12 #12 9.876   Installing       : python3-libsemanage-3.3-3.fc36.aarch64              21/115 
12:14:12 #12 9.887   Installing       : e2fsprogs-libs-1.46.5-2.fc36.aarch64                22/115 
12:14:12 #12 9.895   Installing       : jsoncpp-1.9.5-2.fc36.aarch64                        23/115 
12:14:12 #12 9.902   Installing       : kmod-libs-29-7.fc36.aarch64                         24/115 
12:14:12 #12 9.909   Installing       : libcbor-0.7.0-5.fc36.aarch64                        25/115 
12:14:12 #12 9.916   Installing       : libfido2-1.10.0-3.fc36.aarch64                      26/115 
12:14:12 #12 9.924   Installing       : libedit-3.1-41.20210910cvs.fc36.aarch64             27/115 
12:14:12 #12 9.937   Installing       : libselinux-utils-3.3-4.fc36.aarch64                 28/115 
12:14:12 #12 9.945   Running scriptlet: libutempter-1.2.1-6.fc36.aarch64                    29/115 
12:14:12 #12 9.999   Installing       : libutempter-1.2.1-6.fc36.aarch64                    29/115 
12:14:12 #12 10.07   Installing       : util-linux-2.38-0.2.fc36.aarch64                    30/115 
12:14:12 #12 10.09   Installing       : policycoreutils-3.3-4.fc36.aarch64                  31/115 
12:14:12 #12 10.10   Running scriptlet: policycoreutils-3.3-4.fc36.aarch64                  31/115 
12:14:12 #12 10.12   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.aarch64            32/115 
12:14:12 #12 10.12   Installing       : selinux-policy-36.15-1.fc36.noarch                  33/115 
12:14:12 #12 10.13   Running scriptlet: selinux-policy-36.15-1.fc36.noarch                  33/115 
12:14:12 #12 10.16   Running scriptlet: selinux-policy-targeted-36.15-1.fc36.noarch         34/115 
12:14:13 #12 10.37   Installing       : selinux-policy-targeted-36.15-1.fc36.noarch         34/115 
12:14:23 #12 10.39   Running scriptlet: selinux-policy-targeted-36.15-1.fc36.noarch         34/115 
12:14:23 #12 19.89   Running scriptlet: openssh-8.8p1-1.fc36.1.aarch64                      35/115 
12:14:23 #12 19.93   Installing       : openssh-8.8p1-1.fc36.1.aarch64                      35/115 
12:14:23 #12 19.95   Installing       : openssh-clients-8.8p1-1.fc36.1.aarch64              36/115 
12:14:23 #12 19.96   Running scriptlet: openssh-clients-8.8p1-1.fc36.1.aarch64              36/115 
12:14:23 #12 19.97   Installing       : lzo-2.10-6.fc36.aarch64                             37/115 
12:14:23 #12 20.00   Installing       : btrfs-progs-5.18-1.fc36.aarch64                     38/115 
12:14:23 #12 20.01   Installing       : pcre2-utf16-10.39-1.fc36.1.aarch64                  39/115 
12:14:23 #12 20.02   Installing       : pcre2-utf32-10.39-1.fc36.1.aarch64                  40/115 
12:14:23 #12 20.03   Installing       : pcre2-devel-10.39-1.fc36.1.aarch64                  41/115 
12:14:23 #12 20.04   Installing       : perl-TermReadKey-2.38-12.fc36.aarch64               42/115 
12:14:23 #12 20.04   Installing       : python3-audit-3.0.8-1.fc36.aarch64                  43/115 
12:14:23 #12 20.05   Installing       : qrencode-libs-4.1.1-2.fc36.aarch64                  44/115 
12:14:23 #12 20.06   Installing       : rhash-1.4.2-2.fc36.aarch64                          45/115 
12:14:23 #12 20.07   Installing       : gc-8.0.6-3.fc36.aarch64                             46/115 
12:14:23 #12 20.30   Installing       : guile22-2.2.7-5.fc36.aarch64                        47/115 
12:14:23 #12 20.32   Installing       : make-1:4.3-7.fc36.aarch64                           48/115 
12:14:23 #12 20.33   Installing       : less-590-5.fc36.aarch64                             49/115 
12:14:23 #12 20.41   Installing       : git-core-2.37.3-1.fc36.aarch64                      50/115 
12:14:23 #12 20.45   Installing       : git-core-doc-2.37.3-1.fc36.noarch                   51/115 
12:14:23 #12 20.47   Installing       : libargon2-20171227-9.fc36.aarch64                   52/115 
12:14:23 #12 20.48   Installing       : libasan-12.2.1-2.fc36.aarch64                       53/115 
12:14:23 #12 20.48   Installing       : libatomic-12.2.1-2.fc36.aarch64                     54/115 
12:14:23 #12 20.49   Installing       : libbpf-2:0.7.0-3.fc36.aarch64                       55/115 
12:14:23 #12 20.50   Installing       : libbtrfs-5.18-1.fc36.aarch64                        56/115 
12:14:23 #12 20.50   Installing       : libbtrfsutil-5.18-1.fc36.aarch64                    57/115 
12:14:23 #12 20.51   Installing       : libubsan-12.2.1-2.fc36.aarch64                      58/115 
12:14:23 #12 20.52   Installing       : libuv-1:1.44.2-1.fc36.aarch64                       59/115 
12:14:23 #12 20.53   Upgrading        : libgomp-12.2.1-2.fc36.aarch64                       60/115 
12:14:23 #12 20.53   Installing       : vim-filesystem-2:9.0.475-1.fc36.noarch              61/115 
12:14:23 #12 20.85   Installing       : cmake-data-3.22.2-1.fc36.noarch                     62/115 
12:14:23 #12 20.97   Installing       : cmake-3.22.2-1.fc36.aarch64                         63/115 
12:14:23 #12 20.98   Installing       : systemd-rpm-macros-250.8-1.fc36.noarch              64/115 
12:14:23 #12 21.10   Installing       : kernel-headers-5.19.4-200.fc36.aarch64              65/115 
12:14:23 #12 21.17   Installing       : glibc-devel-2.35-17.fc36.aarch64                    66/115 
12:14:24 #12 21.18   Installing       : libxcrypt-devel-4.4.28-1.fc36.aarch64               67/115 
12:14:24 #12 21.53   Installing       : gcc-12.2.1-2.fc36.aarch64                           68/115 
12:14:24 #12 21.54   Running scriptlet: gcc-12.2.1-2.fc36.aarch64                           68/115 
12:14:24 #12 21.56   Installing       : libxcrypt-static-4.4.28-1.fc36.aarch64              69/115 
12:14:24 #12 21.63   Installing       : glibc-static-2.35-17.fc36.aarch64                   70/115 
12:14:24 #12 21.64   Installing       : annobin-docs-10.81-1.fc36.noarch                    71/115 
12:14:24 #12 21.69   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch               72/115 
12:14:24 #12 21.70   Installing       : libxkbcommon-1.4.0-1.fc36.aarch64                   73/115 
12:14:24 #12 21.76   Installing       : python3-setuptools-59.6.0-2.fc36.noarch             74/115 
12:14:24 #12 21.80   Installing       : python3-setools-4.4.0-5.fc36.aarch64                75/115 
12:14:24 #12 21.85   Installing       : python3-policycoreutils-3.3-4.fc36.noarch           76/115 
12:14:24 #12 21.86   Installing       : policycoreutils-python-utils-3.3-4.fc36.noarch      77/115 
12:14:24 #12 21.87   Installing       : policycoreutils-devel-3.3-4.fc36.aarch64            78/115 
12:14:24 #12 21.96   Installing       : selinux-policy-devel-36.15-1.fc36.noarch            79/115 
12:14:24 #12 21.97   Running scriptlet: selinux-policy-devel-36.15-1.fc36.noarch            79/115 
12:14:24 #12 21.99   Installing       : perl-lib-0.65-486.fc36.aarch64                      80/115 
12:14:24 #12 21.99   Installing       : perl-File-Copy-2.35-486.fc36.noarch                 81/115 
12:14:24 #12 22.00   Installing       : perl-File-Compare-1.100.600-486.fc36.noarch         82/115 
12:14:24 #12 22.02   Installing       : autoconf-2.71-2.fc36.noarch                         83/115 
12:14:24 #12 22.04   Installing       : automake-1.16.5-7.fc36.noarch                       84/115 
12:14:24 #12 22.05   Installing       : perl-Error-1:0.17029-8.fc36.noarch                  85/115 
12:14:24 #12 22.06   Installing       : perl-Git-2.37.3-1.fc36.noarch                       86/115 
12:14:24 #12 22.06   Installing       : git-2.37.3-1.fc36.aarch64                           87/115 
12:14:24 #12 22.07   Installing       : libsepol-devel-3.3-3.fc36.aarch64                   88/115 
12:14:24 #12 22.08   Installing       : libselinux-devel-3.3-4.fc36.aarch64                 89/115 
12:14:24 #12 22.09   Installing       : dbus-common-1:1.14.0-1.fc36.noarch                  90/115 
12:14:24 #12 22.10   Running scriptlet: dbus-common-1:1.14.0-1.fc36.noarch                  90/115 
12:14:24 #12 22.11   Running scriptlet: dbus-broker-32-1.fc36.aarch64                       91/115 
12:14:24 #12 22.17 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
12:14:24 #12 22.17 
12:14:24 #12 22.17   Installing       : dbus-broker-32-1.fc36.aarch64                       91/115 
12:14:24 #12 22.18   Running scriptlet: dbus-broker-32-1.fc36.aarch64                       91/115 
12:14:24 #12 22.19   Installing       : dbus-1:1.14.0-1.fc36.aarch64                        92/115 
12:14:24 #12 22.20   Installing       : device-mapper-libs-1.02.175-7.fc36.aarch64          93/115 
12:14:24 #12 22.21   Installing       : cryptsetup-libs-2.4.3-2.fc36.aarch64                94/115 
12:14:24 #12 22.22   Installing       : device-mapper-1.02.175-7.fc36.aarch64               95/115 
12:14:24 #12 22.24   Installing       : systemd-networkd-250.8-1.fc36.aarch64               96/115 
12:14:24 #12 22.25   Running scriptlet: systemd-networkd-250.8-1.fc36.aarch64               96/115 
12:14:24 #12 22.26   Installing       : systemd-pam-250.8-1.fc36.aarch64                    97/115 
12:14:24 #12 22.27   Installing       : systemd-resolved-250.8-1.fc36.aarch64               98/115 
12:14:24 #12 22.28   Running scriptlet: systemd-resolved-250.8-1.fc36.aarch64               98/115 
12:14:24 #12 22.42   Installing       : systemd-250.8-1.fc36.aarch64                        99/115 
12:14:25 #12 22.43   Running scriptlet: systemd-250.8-1.fc36.aarch64                        99/115 
12:14:25 #12 22.60 Creating group 'input' with GID 104.
12:14:25 #12 22.60 Creating group 'kvm' with GID 36.
12:14:25 #12 22.60 Creating group 'render' with GID 105.
12:14:25 #12 22.60 Creating group 'sgx' with GID 106.
12:14:25 #12 22.60 Creating group 'systemd-journal' with GID 190.
12:14:25 #12 22.60 Creating group 'systemd-network' with GID 192.
12:14:25 #12 22.60 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:14:25 #12 22.60 Creating group 'systemd-oom' with GID 998.
12:14:25 #12 22.60 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
12:14:25 #12 22.60 Creating group 'systemd-resolve' with GID 193.
12:14:25 #12 22.60 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:14:25 #12 22.60 
12:14:25 #12 22.62   Installing       : systemd-devel-250.8-1.fc36.aarch64                 100/115 
12:14:25 #12 22.63   Installing       : device-mapper-devel-1.02.175-7.fc36.aarch64        101/115 
12:14:25 #12 22.64   Installing       : libtool-2.4.7-1.fc36.aarch64                       102/115 
12:14:25 #12 22.66   Installing       : libtool-ltdl-devel-2.4.7-1.fc36.aarch64            103/115 
12:14:25 #12 22.67   Installing       : annobin-plugin-gcc-10.81-1.fc36.aarch64            104/115 
12:14:25 #12 22.67   Running scriptlet: annobin-plugin-gcc-10.81-1.fc36.aarch64            104/115 
12:14:25 #12 22.70   Installing       : gcc-plugin-annobin-12.2.1-2.fc36.aarch64           105/115 
12:14:25 #12 22.70   Installing       : btrfs-progs-devel-5.18-1.fc36.aarch64              106/115 
12:14:25 #12 22.71   Installing       : libseccomp-devel-2.5.3-2.fc36.aarch64              107/115 
12:14:25 #12 22.72   Installing       : which-2.21-32.fc36.aarch64                         108/115 
12:14:25 #12 22.72   Cleanup          : systemd-libs-250.3-8.fc36.aarch64                  109/115 
12:14:25 #12 22.73   Cleanup          : libgomp-12.0.1-0.16.fc36.aarch64                   110/115 
12:14:25 #12 22.74   Cleanup          : glibc-2.35-4.fc36.aarch64                          111/115 
12:14:25 #12 22.75   Cleanup          : glibc-minimal-langpack-2.35-4.fc36.aarch64         112/115 
12:14:25 #12 22.78   Cleanup          : glibc-gconv-extra-2.35-4.fc36.aarch64              113/115 
12:14:25 #12 22.78   Running scriptlet: glibc-gconv-extra-2.35-4.fc36.aarch64              113/115 
12:14:25 #12 22.80   Cleanup          : glibc-common-2.35-4.fc36.aarch64                   114/115 
12:14:25 #12 22.81   Cleanup          : libgcc-12.0.1-0.16.fc36.aarch64                    115/115 
12:14:25 #12 22.81   Running scriptlet: libgcc-12.0.1-0.16.fc36.aarch64                    115/115 
12:14:25 #12 22.84   Running scriptlet: selinux-policy-targeted-36.15-1.fc36.noarch        115/115 
12:14:25 #12 22.85   Running scriptlet: systemd-resolved-250.8-1.fc36.aarch64              115/115 
12:14:26 #12 22.89   Running scriptlet: libgcc-12.0.1-0.16.fc36.aarch64                    115/115 
12:14:26 #12 23.54   Verifying        : autoconf-2.71-2.fc36.noarch                          1/115 
12:14:26 #12 23.54   Verifying        : checkpolicy-3.3-2.fc36.aarch64                       2/115 
12:14:26 #12 23.54   Verifying        : cmake-3.22.2-1.fc36.aarch64                          3/115 
12:14:26 #12 23.54   Verifying        : cmake-data-3.22.2-1.fc36.noarch                      4/115 
12:14:26 #12 23.54   Verifying        : cmake-filesystem-3.22.2-1.fc36.aarch64               5/115 
12:14:26 #12 23.54   Verifying        : cmake-rpm-macros-3.22.2-1.fc36.noarch                6/115 
12:14:26 #12 23.54   Verifying        : cryptsetup-libs-2.4.3-2.fc36.aarch64                 7/115 
12:14:26 #12 23.54   Verifying        : dbus-1:1.14.0-1.fc36.aarch64                         8/115 
12:14:26 #12 23.54   Verifying        : dbus-common-1:1.14.0-1.fc36.noarch                   9/115 
12:14:26 #12 23.54   Verifying        : device-mapper-1.02.175-7.fc36.aarch64               10/115 
12:14:26 #12 23.54   Verifying        : device-mapper-devel-1.02.175-7.fc36.aarch64         11/115 
12:14:26 #12 23.54   Verifying        : device-mapper-libs-1.02.175-7.fc36.aarch64          12/115 
12:14:26 #12 23.54   Verifying        : e2fsprogs-libs-1.46.5-2.fc36.aarch64                13/115 
12:14:26 #12 23.54   Verifying        : guile22-2.2.7-5.fc36.aarch64                        14/115 
12:14:26 #12 23.54   Verifying        : jsoncpp-1.9.5-2.fc36.aarch64                        15/115 
12:14:26 #12 23.54   Verifying        : kmod-libs-29-7.fc36.aarch64                         16/115 
12:14:26 #12 23.54   Verifying        : libcbor-0.7.0-5.fc36.aarch64                        17/115 
12:14:26 #12 23.54   Verifying        : libedit-3.1-41.20210910cvs.fc36.aarch64             18/115 
12:14:26 #12 23.54   Verifying        : libfdisk-2.38-0.2.fc36.aarch64                      19/115 
12:14:26 #12 23.54   Verifying        : libfido2-1.10.0-3.fc36.aarch64                      20/115 
12:14:26 #12 23.54   Verifying        : libmpc-1.2.1-4.fc36.aarch64                         21/115 
12:14:26 #12 23.54   Verifying        : libseccomp-2.5.3-2.fc36.aarch64                     22/115 
12:14:26 #12 23.54   Verifying        : libseccomp-devel-2.5.3-2.fc36.aarch64               23/115 
12:14:26 #12 23.55   Verifying        : libselinux-devel-3.3-4.fc36.aarch64                 24/115 
12:14:26 #12 23.55   Verifying        : libselinux-utils-3.3-4.fc36.aarch64                 25/115 
12:14:26 #12 23.55   Verifying        : libsepol-devel-3.3-3.fc36.aarch64                   26/115 
12:14:26 #12 23.55   Verifying        : libutempter-1.2.1-6.fc36.aarch64                    27/115 
12:14:26 #12 23.55   Verifying        : libxcrypt-devel-4.4.28-1.fc36.aarch64               28/115 
12:14:26 #12 23.55   Verifying        : libxcrypt-static-4.4.28-1.fc36.aarch64              29/115 
12:14:26 #12 23.55   Verifying        : libxkbcommon-1.4.0-1.fc36.aarch64                   30/115 
12:14:26 #12 23.55   Verifying        : lzo-2.10-6.fc36.aarch64                             31/115 
12:14:26 #12 23.55   Verifying        : m4-1.4.19-3.fc36.aarch64                            32/115 
12:14:26 #12 23.55   Verifying        : make-1:4.3-7.fc36.aarch64                           33/115 
12:14:26 #12 23.55   Verifying        : openssh-8.8p1-1.fc36.1.aarch64                      34/115 
12:14:26 #12 23.55   Verifying        : openssh-clients-8.8p1-1.fc36.1.aarch64              35/115 
12:14:26 #12 23.55   Verifying        : pcre2-devel-10.39-1.fc36.1.aarch64                  36/115 
12:14:26 #12 23.55   Verifying        : pcre2-utf16-10.39-1.fc36.1.aarch64                  37/115 
12:14:26 #12 23.55   Verifying        : pcre2-utf32-10.39-1.fc36.1.aarch64                  38/115 
12:14:26 #12 23.55   Verifying        : perl-Error-1:0.17029-8.fc36.noarch                  39/115 
12:14:26 #12 23.55   Verifying        : perl-File-Compare-1.100.600-486.fc36.noarch         40/115 
12:14:26 #12 23.55   Verifying        : perl-File-Copy-2.35-486.fc36.noarch                 41/115 
12:14:26 #12 23.55   Verifying        : perl-File-Find-1.39-486.fc36.noarch                 42/115 
12:14:26 #12 23.55   Verifying        : perl-TermReadKey-2.38-12.fc36.aarch64               43/115 
12:14:26 #12 23.55   Verifying        : perl-Thread-Queue-3.14-479.fc36.noarch              44/115 
12:14:26 #12 23.55   Verifying        : perl-lib-0.65-486.fc36.aarch64                      45/115 
12:14:26 #12 23.55   Verifying        : perl-threads-1:2.26-449.fc36.aarch64                46/115 
12:14:26 #12 23.55   Verifying        : perl-threads-shared-1.62-479.fc36.aarch64           47/115 
12:14:26 #12 23.55   Verifying        : policycoreutils-3.3-4.fc36.aarch64                  48/115 
12:14:26 #12 23.55   Verifying        : policycoreutils-devel-3.3-4.fc36.aarch64            49/115 
12:14:26 #12 23.55   Verifying        : policycoreutils-python-utils-3.3-4.fc36.noarch      50/115 
12:14:26 #12 23.55   Verifying        : python3-audit-3.0.8-1.fc36.aarch64                  51/115 
12:14:26 #12 23.55   Verifying        : python3-libselinux-3.3-4.fc36.aarch64               52/115 
12:14:26 #12 23.55   Verifying        : python3-libsemanage-3.3-3.fc36.aarch64              53/115 
12:14:26 #12 23.55   Verifying        : python3-policycoreutils-3.3-4.fc36.noarch           54/115 
12:14:26 #12 23.55   Verifying        : python3-setools-4.4.0-5.fc36.aarch64                55/115 
12:14:26 #12 23.55   Verifying        : python3-setuptools-59.6.0-2.fc36.noarch             56/115 
12:14:26 #12 23.55   Verifying        : qrencode-libs-4.1.1-2.fc36.aarch64                  57/115 
12:14:26 #12 23.55   Verifying        : rhash-1.4.2-2.fc36.aarch64                          58/115 
12:14:26 #12 23.55   Verifying        : util-linux-2.38-0.2.fc36.aarch64                    59/115 
12:14:26 #12 23.55   Verifying        : which-2.21-32.fc36.aarch64                          60/115 
12:14:26 #12 23.55   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch               61/115 
12:14:26 #12 23.55   Verifying        : annobin-docs-10.81-1.fc36.noarch                    62/115 
12:14:26 #12 23.55   Verifying        : annobin-plugin-gcc-10.81-1.fc36.aarch64             63/115 
12:14:26 #12 23.55   Verifying        : automake-1.16.5-7.fc36.noarch                       64/115 
12:14:26 #12 23.55   Verifying        : btrfs-progs-5.18-1.fc36.aarch64                     65/115 
12:14:26 #12 23.55   Verifying        : btrfs-progs-devel-5.18-1.fc36.aarch64               66/115 
12:14:26 #12 23.55   Verifying        : cpp-12.2.1-2.fc36.aarch64                           67/115 
12:14:26 #12 23.55   Verifying        : dbus-broker-32-1.fc36.aarch64                       68/115 
12:14:26 #12 23.55   Verifying        : gc-8.0.6-3.fc36.aarch64                             69/115 
12:14:26 #12 23.55   Verifying        : gcc-12.2.1-2.fc36.aarch64                           70/115 
12:14:26 #12 23.55   Verifying        : gcc-plugin-annobin-12.2.1-2.fc36.aarch64            71/115 
12:14:26 #12 23.55   Verifying        : git-2.37.3-1.fc36.aarch64                           72/115 
12:14:26 #12 23.55   Verifying        : git-core-2.37.3-1.fc36.aarch64                      73/115 
12:14:26 #12 23.55   Verifying        : git-core-doc-2.37.3-1.fc36.noarch                   74/115 
12:14:26 #12 23.55   Verifying        : glibc-devel-2.35-17.fc36.aarch64                    75/115 
12:14:26 #12 23.55   Verifying        : glibc-static-2.35-17.fc36.aarch64                   76/115 
12:14:26 #12 23.55   Verifying        : kernel-headers-5.19.4-200.fc36.aarch64              77/115 
12:14:26 #12 23.55   Verifying        : less-590-5.fc36.aarch64                             78/115 
12:14:26 #12 23.55   Verifying        : libargon2-20171227-9.fc36.aarch64                   79/115 
12:14:26 #12 23.55   Verifying        : libasan-12.2.1-2.fc36.aarch64                       80/115 
12:14:26 #12 23.55   Verifying        : libatomic-12.2.1-2.fc36.aarch64                     81/115 
12:14:26 #12 23.55   Verifying        : libbpf-2:0.7.0-3.fc36.aarch64                       82/115 
12:14:26 #12 23.55   Verifying        : libbtrfs-5.18-1.fc36.aarch64                        83/115 
12:14:26 #12 23.55   Verifying        : libbtrfsutil-5.18-1.fc36.aarch64                    84/115 
12:14:26 #12 23.55   Verifying        : libtool-2.4.7-1.fc36.aarch64                        85/115 
12:14:26 #12 23.55   Verifying        : libtool-ltdl-2.4.7-1.fc36.aarch64                   86/115 
12:14:26 #12 23.55   Verifying        : libtool-ltdl-devel-2.4.7-1.fc36.aarch64             87/115 
12:14:26 #12 23.55   Verifying        : libubsan-12.2.1-2.fc36.aarch64                      88/115 
12:14:26 #12 23.55   Verifying        : libuv-1:1.44.2-1.fc36.aarch64                       89/115 
12:14:26 #12 23.55   Verifying        : perl-Git-2.37.3-1.fc36.noarch                       90/115 
12:14:26 #12 23.55   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.aarch64            91/115 
12:14:26 #12 23.55   Verifying        : selinux-policy-36.15-1.fc36.noarch                  92/115 
12:14:26 #12 23.55   Verifying        : selinux-policy-devel-36.15-1.fc36.noarch            93/115 
12:14:26 #12 23.55   Verifying        : selinux-policy-targeted-36.15-1.fc36.noarch         94/115 
12:14:26 #12 23.55   Verifying        : systemd-250.8-1.fc36.aarch64                        95/115 
12:14:26 #12 23.55   Verifying        : systemd-devel-250.8-1.fc36.aarch64                  96/115 
12:14:26 #12 23.55   Verifying        : systemd-networkd-250.8-1.fc36.aarch64               97/115 
12:14:26 #12 23.55   Verifying        : systemd-pam-250.8-1.fc36.aarch64                    98/115 
12:14:26 #12 23.55   Verifying        : systemd-resolved-250.8-1.fc36.aarch64               99/115 
12:14:26 #12 23.56   Verifying        : systemd-rpm-macros-250.8-1.fc36.noarch             100/115 
12:14:26 #12 23.56   Verifying        : vim-filesystem-2:9.0.475-1.fc36.noarch             101/115 
12:14:26 #12 23.56   Verifying        : glibc-2.35-17.fc36.aarch64                         102/115 
12:14:26 #12 23.56   Verifying        : glibc-2.35-4.fc36.aarch64                          103/115 
12:14:26 #12 23.56   Verifying        : glibc-common-2.35-17.fc36.aarch64                  104/115 
12:14:26 #12 23.56   Verifying        : glibc-common-2.35-4.fc36.aarch64                   105/115 
12:14:26 #12 23.56   Verifying        : glibc-gconv-extra-2.35-17.fc36.aarch64             106/115 
12:14:26 #12 23.56   Verifying        : glibc-gconv-extra-2.35-4.fc36.aarch64              107/115 
12:14:26 #12 23.56   Verifying        : glibc-minimal-langpack-2.35-17.fc36.aarch64        108/115 
12:14:26 #12 23.56   Verifying        : glibc-minimal-langpack-2.35-4.fc36.aarch64         109/115 
12:14:26 #12 23.56   Verifying        : libgcc-12.2.1-2.fc36.aarch64                       110/115 
12:14:26 #12 23.56   Verifying        : libgcc-12.0.1-0.16.fc36.aarch64                    111/115 
12:14:26 #12 23.56   Verifying        : libgomp-12.2.1-2.fc36.aarch64                      112/115 
12:14:26 #12 23.56   Verifying        : libgomp-12.0.1-0.16.fc36.aarch64                   113/115 
12:14:26 #12 23.56   Verifying        : systemd-libs-250.8-1.fc36.aarch64                  114/115 
12:14:26 #12 23.56   Verifying        : systemd-libs-250.3-8.fc36.aarch64                  115/115 
12:14:26 #12 23.74 
12:14:26 #12 23.74 Upgraded:
12:14:26 #12 23.74   glibc-2.35-17.fc36.aarch64                                                    
12:14:26 #12 23.74   glibc-common-2.35-17.fc36.aarch64                                             
12:14:26 #12 23.74   glibc-gconv-extra-2.35-17.fc36.aarch64                                        
12:14:26 #12 23.74   glibc-minimal-langpack-2.35-17.fc36.aarch64                                   
12:14:26 #12 23.74   libgcc-12.2.1-2.fc36.aarch64                                                  
12:14:26 #12 23.74   libgomp-12.2.1-2.fc36.aarch64                                                 
12:14:26 #12 23.74   systemd-libs-250.8-1.fc36.aarch64                                             
12:14:26 #12 23.74 Installed:
12:14:26 #12 23.74   annobin-docs-10.81-1.fc36.noarch                                              
12:14:26 #12 23.74   annobin-plugin-gcc-10.81-1.fc36.aarch64                                       
12:14:26 #12 23.74   autoconf-2.71-2.fc36.noarch                                                   
12:14:26 #12 23.74   automake-1.16.5-7.fc36.noarch                                                 
12:14:26 #12 23.74   btrfs-progs-5.18-1.fc36.aarch64                                               
12:14:26 #12 23.74   btrfs-progs-devel-5.18-1.fc36.aarch64                                         
12:14:26 #12 23.74   checkpolicy-3.3-2.fc36.aarch64                                                
12:14:26 #12 23.74   cmake-3.22.2-1.fc36.aarch64                                                   
12:14:26 #12 23.74   cmake-data-3.22.2-1.fc36.noarch                                               
12:14:26 #12 23.74   cmake-filesystem-3.22.2-1.fc36.aarch64                                        
12:14:26 #12 23.74   cmake-rpm-macros-3.22.2-1.fc36.noarch                                         
12:14:26 #12 23.74   cpp-12.2.1-2.fc36.aarch64                                                     
12:14:26 #12 23.74   cryptsetup-libs-2.4.3-2.fc36.aarch64                                          
12:14:26 #12 23.74   dbus-1:1.14.0-1.fc36.aarch64                                                  
12:14:26 #12 23.74   dbus-broker-32-1.fc36.aarch64                                                 
12:14:26 #12 23.74   dbus-common-1:1.14.0-1.fc36.noarch                                            
12:14:26 #12 23.74   device-mapper-1.02.175-7.fc36.aarch64                                         
12:14:26 #12 23.74   device-mapper-devel-1.02.175-7.fc36.aarch64                                   
12:14:26 #12 23.74   device-mapper-libs-1.02.175-7.fc36.aarch64                                    
12:14:26 #12 23.74   e2fsprogs-libs-1.46.5-2.fc36.aarch64                                          
12:14:26 #12 23.74   gc-8.0.6-3.fc36.aarch64                                                       
12:14:26 #12 23.74   gcc-12.2.1-2.fc36.aarch64                                                     
12:14:26 #12 23.74   gcc-plugin-annobin-12.2.1-2.fc36.aarch64                                      
12:14:26 #12 23.74   git-2.37.3-1.fc36.aarch64                                                     
12:14:26 #12 23.74   git-core-2.37.3-1.fc36.aarch64                                                
12:14:26 #12 23.74   git-core-doc-2.37.3-1.fc36.noarch                                             
12:14:26 #12 23.74   glibc-devel-2.35-17.fc36.aarch64                                              
12:14:26 #12 23.74   glibc-static-2.35-17.fc36.aarch64                                             
12:14:26 #12 23.74   guile22-2.2.7-5.fc36.aarch64                                                  
12:14:26 #12 23.74   jsoncpp-1.9.5-2.fc36.aarch64                                                  
12:14:26 #12 23.74   kernel-headers-5.19.4-200.fc36.aarch64                                        
12:14:26 #12 23.74   kmod-libs-29-7.fc36.aarch64                                                   
12:14:26 #12 23.74   less-590-5.fc36.aarch64                                                       
12:14:26 #12 23.74   libargon2-20171227-9.fc36.aarch64                                             
12:14:26 #12 23.74   libasan-12.2.1-2.fc36.aarch64                                                 
12:14:26 #12 23.74   libatomic-12.2.1-2.fc36.aarch64                                               
12:14:26 #12 23.74   libbpf-2:0.7.0-3.fc36.aarch64                                                 
12:14:26 #12 23.74   libbtrfs-5.18-1.fc36.aarch64                                                  
12:14:26 #12 23.74   libbtrfsutil-5.18-1.fc36.aarch64                                              
12:14:26 #12 23.74   libcbor-0.7.0-5.fc36.aarch64                                                  
12:14:26 #12 23.74   libedit-3.1-41.20210910cvs.fc36.aarch64                                       
12:14:26 #12 23.74   libfdisk-2.38-0.2.fc36.aarch64                                                
12:14:26 #12 23.74   libfido2-1.10.0-3.fc36.aarch64                                                
12:14:26 #12 23.74   libmpc-1.2.1-4.fc36.aarch64                                                   
12:14:26 #12 23.74   libseccomp-2.5.3-2.fc36.aarch64                                               
12:14:26 #12 23.74   libseccomp-devel-2.5.3-2.fc36.aarch64                                         
12:14:26 #12 23.74   libselinux-devel-3.3-4.fc36.aarch64                                           
12:14:26 #12 23.74   libselinux-utils-3.3-4.fc36.aarch64                                           
12:14:26 #12 23.74   libsepol-devel-3.3-3.fc36.aarch64                                             
12:14:26 #12 23.74   libtool-2.4.7-1.fc36.aarch64                                                  
12:14:26 #12 23.74   libtool-ltdl-2.4.7-1.fc36.aarch64                                             
12:14:26 #12 23.74   libtool-ltdl-devel-2.4.7-1.fc36.aarch64                                       
12:14:26 #12 23.74   libubsan-12.2.1-2.fc36.aarch64                                                
12:14:26 #12 23.74   libutempter-1.2.1-6.fc36.aarch64                                              
12:14:26 #12 23.74   libuv-1:1.44.2-1.fc36.aarch64                                                 
12:14:26 #12 23.74   libxcrypt-devel-4.4.28-1.fc36.aarch64                                         
12:14:26 #12 23.74   libxcrypt-static-4.4.28-1.fc36.aarch64                                        
12:14:26 #12 23.74   libxkbcommon-1.4.0-1.fc36.aarch64                                             
12:14:26 #12 23.74   lzo-2.10-6.fc36.aarch64                                                       
12:14:26 #12 23.74   m4-1.4.19-3.fc36.aarch64                                                      
12:14:26 #12 23.74   make-1:4.3-7.fc36.aarch64                                                     
12:14:26 #12 23.74   openssh-8.8p1-1.fc36.1.aarch64                                                
12:14:26 #12 23.74   openssh-clients-8.8p1-1.fc36.1.aarch64                                        
12:14:26 #12 23.74   pcre2-devel-10.39-1.fc36.1.aarch64                                            
12:14:26 #12 23.74   pcre2-utf16-10.39-1.fc36.1.aarch64                                            
12:14:26 #12 23.74   pcre2-utf32-10.39-1.fc36.1.aarch64                                            
12:14:26 #12 23.74   perl-Error-1:0.17029-8.fc36.noarch                                            
12:14:26 #12 23.74   perl-File-Compare-1.100.600-486.fc36.noarch                                   
12:14:26 #12 23.74   perl-File-Copy-2.35-486.fc36.noarch                                           
12:14:26 #12 23.74   perl-File-Find-1.39-486.fc36.noarch                                           
12:14:26 #12 23.74   perl-Git-2.37.3-1.fc36.noarch                                                 
12:14:26 #12 23.74   perl-TermReadKey-2.38-12.fc36.aarch64                                         
12:14:26 #12 23.74   perl-Thread-Queue-3.14-479.fc36.noarch                                        
12:14:26 #12 23.74   perl-lib-0.65-486.fc36.aarch64                                                
12:14:26 #12 23.74   perl-threads-1:2.26-449.fc36.aarch64                                          
12:14:26 #12 23.74   perl-threads-shared-1.62-479.fc36.aarch64                                     
12:14:26 #12 23.74   policycoreutils-3.3-4.fc36.aarch64                                            
12:14:26 #12 23.74   policycoreutils-devel-3.3-4.fc36.aarch64                                      
12:14:26 #12 23.74   policycoreutils-python-utils-3.3-4.fc36.noarch                                
12:14:26 #12 23.74   python3-audit-3.0.8-1.fc36.aarch64                                            
12:14:26 #12 23.74   python3-libselinux-3.3-4.fc36.aarch64                                         
12:14:26 #12 23.74   python3-libsemanage-3.3-3.fc36.aarch64                                        
12:14:26 #12 23.74   python3-policycoreutils-3.3-4.fc36.noarch                                     
12:14:26 #12 23.74   python3-setools-4.4.0-5.fc36.aarch64                                          
12:14:26 #12 23.74   python3-setuptools-59.6.0-2.fc36.noarch                                       
12:14:26 #12 23.74   qrencode-libs-4.1.1-2.fc36.aarch64                                            
12:14:26 #12 23.74   rhash-1.4.2-2.fc36.aarch64                                                    
12:14:26 #12 23.74   rpm-plugin-selinux-4.17.1-3.fc36.aarch64                                      
12:14:26 #12 23.74   selinux-policy-36.15-1.fc36.noarch                                            
12:14:26 #12 23.74   selinux-policy-devel-36.15-1.fc36.noarch                                      
12:14:26 #12 23.74   selinux-policy-targeted-36.15-1.fc36.noarch                                   
12:14:26 #12 23.74   systemd-250.8-1.fc36.aarch64                                                  
12:14:26 #12 23.74   systemd-devel-250.8-1.fc36.aarch64                                            
12:14:26 #12 23.74   systemd-networkd-250.8-1.fc36.aarch64                                         
12:14:26 #12 23.74   systemd-pam-250.8-1.fc36.aarch64                                              
12:14:26 #12 23.74   systemd-resolved-250.8-1.fc36.aarch64                                         
12:14:26 #12 23.74   systemd-rpm-macros-250.8-1.fc36.noarch                                        
12:14:26 #12 23.74   util-linux-2.38-0.2.fc36.aarch64                                              
12:14:26 #12 23.74   vim-filesystem-2:9.0.475-1.fc36.noarch                                        
12:14:26 #12 23.74   which-2.21-32.fc36.aarch64                                                    
12:14:26 #12 23.74   xkeyboard-config-2.35.1-1.fc36.noarch                                         
12:14:26 #12 23.75 
12:14:26 #12 23.75 Complete!
12:14:26 #12 DONE 23.9s
12:14:26 
12:14:26 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
12:14:28 #13 DONE 1.7s
12:14:28 
12:14:28 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
12:14:28 #14 DONE 0.0s
12:14:28 
12:14:28 #15 exporting to image
12:14:28 #15 exporting layers
12:14:30 #15 exporting layers 1.9s done
12:14:30 #15 writing image sha256:704f5a4a6a64a22037ff222c37b3e4474d5757d25f977b64d988bed005b9ffac done
12:14:30 #15 naming to docker.io/rpmbuild-fedora-36/aarch64 done
12:14:30 #15 DONE 1.9s
12:14:30 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-36/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-36/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-36/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:14:30 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:14:30 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:14:30 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:14:30 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ANg4Z9
12:14:30 + umask 022
12:14:30 + cd /root/rpmbuild/BUILD
12:14:30 + cd /root/rpmbuild/BUILD
12:14:30 + rm -rf src
12:14:30 + /usr/bin/mkdir -p src
12:14:30 + cd src
12:14:30 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:14:30 + /usr/bin/tar -xof -
12:14:31 + STATUS=0
12:14:31 + '[' 0 -ne 0 ']'
12:14:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:14:31 + /usr/bin/tar -xof -
12:14:31 + STATUS=0
12:14:31 + '[' 0 -ne 0 ']'
12:14:31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:14:31 + RPM_EC=0
12:14:31 ++ jobs -p
12:14:31 + exit 0
12:14:31 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.D7wFca
12:14:31 + umask 022
12:14:31 + cd /root/rpmbuild/BUILD
12:14:31 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:14:31 + export CFLAGS
12:14:31 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:14:31 + export CXXFLAGS
12:14:31 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:14:31 + export FFLAGS
12:14:31 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:14:31 + export FCFLAGS
12:14:31 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64.ld'
12:14:31 + export LDFLAGS
12:14:31 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:14:31 + export LT_SYS_LIBRARY_PATH
12:14:31 + CC=gcc
12:14:31 + export CC
12:14:31 + CXX=g++
12:14:31 + export CXX
12:14:31 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:14:31 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0.20220908081902.b40c2f6-0.fc36 aarch64
12:14:31 + cd src
12:14:31 + export DOCKER_GITCOMMIT=f219cb5
12:14:31 + DOCKER_GITCOMMIT=f219cb5
12:14:31 + mkdir -p /go/src/github.com/docker
12:14:31 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:14:31 + pushd /root/rpmbuild/BUILD/src/engine
12:14:31 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:14:31 + for component in tini "proxy dynamic"
12:14:31 + TMP_GOPATH=/go
12:14:31 + hack/dockerfile/install/install.sh tini
12:14:31 + RM_GOPATH=0
12:14:31 + TMP_GOPATH=/go
12:14:31 + : /usr/local/bin
12:14:31 + '[' -z /go ']'
12:14:31 + export GOPATH=/go
12:14:31 + GOPATH=/go
12:14:31 + case "$(go env GOARCH)" in
12:14:31 ++ go env GOARCH
12:14:31 + export GO_BUILDMODE=-buildmode=pie
12:14:31 + GO_BUILDMODE=-buildmode=pie
12:14:31 ++ dirname hack/dockerfile/install/install.sh
12:14:31 + dir=hack/dockerfile/install
12:14:31 + bin=tini
12:14:31 + shift
12:14:31 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:14:31 + . hack/dockerfile/install/tini.installer
12:14:31 ++ : v0.19.0
12:14:31 + install_tini
12:14:31 + echo 'Install tini version v0.19.0'
12:14:31 Install tini version v0.19.0
12:14:31 + git clone https://github.com/krallin/tini.git /go/tini
12:14:31 Cloning into '/go/tini'...
12:14:31 + cd /go/tini
12:14:31 + git checkout -q v0.19.0
12:14:31 + cmake .
12:14:31 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:14:31   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:14:31   CMake.
12:14:31 
12:14:31   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:14:31   CMake that the project does not need compatibility with older versions.
12:14:31 
12:14:31 
12:14:32 -- The C compiler identification is GNU 12.2.1
12:14:32 -- Detecting C compiler ABI info
12:14:32 -- Detecting C compiler ABI info - done
12:14:32 -- Check for working C compiler: /usr/bin/gcc - skipped
12:14:32 -- Detecting C compile features
12:14:32 -- Detecting C compile features - done
12:14:32 -- Performing Test HAS_BUILTIN_FORTIFY
12:14:32 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:14:32 -- Configuring done
12:14:32 -- Generating done
12:14:32 -- Build files have been written to: /go/tini
12:14:32 + make tini-static
12:14:32 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:14:33 [100%] Linking C executable tini-static
12:14:33 [100%] Built target tini-static
12:14:33 + mkdir -p /usr/local/bin
12:14:33 + cp tini-static /usr/local/bin/docker-init
12:14:33 + for component in tini "proxy dynamic"
12:14:33 + TMP_GOPATH=/go
12:14:33 + hack/dockerfile/install/install.sh proxy dynamic
12:14:33 + RM_GOPATH=0
12:14:33 + TMP_GOPATH=/go
12:14:33 + : /usr/local/bin
12:14:33 + '[' -z /go ']'
12:14:33 + export GOPATH=/go
12:14:33 + GOPATH=/go
12:14:33 + case "$(go env GOARCH)" in
12:14:33 ++ go env GOARCH
12:14:33 + export GO_BUILDMODE=-buildmode=pie
12:14:33 + GO_BUILDMODE=-buildmode=pie
12:14:33 ++ dirname hack/dockerfile/install/install.sh
12:14:33 + dir=hack/dockerfile/install
12:14:33 + bin=proxy
12:14:33 + shift
12:14:33 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
12:14:33 + . hack/dockerfile/install/proxy.installer
12:14:33 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
12:14:33 + install_proxy dynamic
12:14:33 + case "$1" in
12:14:33 + install_proxy_dynamic
12:14:33 + export PROXY_LDFLAGS=-linkmode=external install_proxy
12:14:33 + PROXY_LDFLAGS=-linkmode=external
12:14:33 + export BUILD_MODE=-buildmode=pie
12:14:33 + BUILD_MODE=-buildmode=pie
12:14:33 + _install_proxy
12:14:33 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
12:14:33 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
12:14:33 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
12:14:33 Cloning into '/go/src/github.com/docker/libnetwork'...
12:14:35 + cd /go/src/github.com/docker/libnetwork
12:14:35 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
12:14:35 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
12:14:43 + return
12:14:43 + VERSION=0.0.0-20220908081902-b40c2f6
12:14:43 + PRODUCT=docker
12:14:43 + hack/make.sh dynbinary
12:14:43 
12:14:43 Removing bundles/
12:14:43 
12:14:43 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:14:43 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:14:43 GOOS="" GOARCH="" GOARM=""
12:16:05 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:16:05 
12:16:05 + popd
12:16:05 + RPM_EC=0
12:16:05 ~/rpmbuild/BUILD/src
12:16:05 ++ jobs -p
12:16:05 + exit 0
12:16:05 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lg6Ovu
12:16:05 + umask 022
12:16:05 + cd /root/rpmbuild/BUILD
12:16:05 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64 '!=' / ']'
12:16:05 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:16:05 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:16:05 + mkdir -p /root/rpmbuild/BUILDROOT
12:16:05 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:16:05 + 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:16:05 + export CFLAGS
12:16:05 + 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:16:05 + export CXXFLAGS
12:16:05 + 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:16:05 + export FFLAGS
12:16:05 + 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:16:05 + export FCFLAGS
12:16:05 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64.ld'
12:16:05 + export LDFLAGS
12:16:05 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:16:05 + export LT_SYS_LIBRARY_PATH
12:16:05 + CC=gcc
12:16:05 + export CC
12:16:05 + CXX=g++
12:16:05 + export CXX
12:16:05 + cd src
12:16:05 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:16:05 + 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.fc36.aarch64/usr/bin/dockerd
12:16:05 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/bin/docker-proxy
12:16:05 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/bin/docker-init
12:16:05 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/lib/systemd/system/docker.service
12:16:05 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/lib/systemd/system/docker.socket
12:16:05 + /usr/lib/rpm/check-buildroot
12:16:05 + /usr/lib/rpm/redhat/brp-ldconfig
12:16:05 + /usr/lib/rpm/brp-compress
12:16:05 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:16:05 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:16:05 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:16:05 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:16:05 + /usr/lib/rpm/check-rpaths
12:16:05 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:16:05 + /usr/lib/rpm/brp-remove-la-files
12:16:05 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:16:05 + /usr/lib/rpm/redhat/brp-python-hardlink
12:16:05 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.bOMZ16
12:16:05 + umask 022
12:16:05 + cd /root/rpmbuild/BUILD
12:16:05 + 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:16:05 + export CFLAGS
12:16:05 + 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:16:05 + export CXXFLAGS
12:16:05 + 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:16:05 + export FFLAGS
12:16:05 + 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:16:05 + export FCFLAGS
12:16:05 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64.ld'
12:16:05 + export LDFLAGS
12:16:05 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:16:05 + export LT_SYS_LIBRARY_PATH
12:16:05 + CC=gcc
12:16:05 + export CC
12:16:05 + CXX=g++
12:16:05 + export CXX
12:16:05 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:16:05 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0.20220908081902.b40c2f6-0.fc36 aarch64
12:16:05 + cd src
12:16:05 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:16:05 + ver='Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5'
12:16:05 + test 'Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5' = 'Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5'
12:16:05 + echo 'PASS: daemon version OK'
12:16:05 PASS: daemon version OK
12:16:05 + RPM_EC=0
12:16:05 ++ jobs -p
12:16:05 + exit 0
12:16:05 Processing files: docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:16:05 Provides: docker-ce = 3:0.0.0.20220908081902.b40c2f6-0.fc36 docker-ce(aarch-64) = 3:0.0.0.20220908081902.b40c2f6-0.fc36
12:16:05 Requires(interp): /bin/sh /bin/sh /bin/sh
12:16:05 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:16:05 Requires(post): /bin/sh
12:16:05 Requires(preun): /bin/sh
12:16:05 Requires(postun): /bin/sh
12:16:05 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:16:05 Conflicts: docker docker-ee docker-engine-cs docker-io
12:16:05 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:16:05 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:16:05 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.src.rpm
12:16:31 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64.rpm
12:16:31 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rNueG8
12:16:31 + umask 022
12:16:31 + cd /root/rpmbuild/BUILD
12:16:31 + cd src
12:16:31 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:16:31 + RPM_EC=0
12:16:31 ++ jobs -p
12:16:31 + exit 0
12:16:31 
12:16:31 RPM build warnings:
12:16:31     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:16:31     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:16:31     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:16:31 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.V2BuPz
12:16:31 + umask 022
12:16:31 + cd /root/rpmbuild/BUILD
12:16:31 + cd /root/rpmbuild/BUILD
12:16:31 + rm -rf src
12:16:31 + /usr/bin/mkdir -p src
12:16:31 + cd src
12:16:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:16:31 + /usr/bin/tar -xof -
12:16:31 + STATUS=0
12:16:31 + '[' 0 -ne 0 ']'
12:16:31 + /usr/bin/tar -xof -
12:16:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
12:16:31 + STATUS=0
12:16:31 + '[' 0 -ne 0 ']'
12:16:31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:16:31 + RPM_EC=0
12:16:31 ++ jobs -p
12:16:31 + exit 0
12:16:31 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4vtT5U
12:16:31 + umask 022
12:16:31 + cd /root/rpmbuild/BUILD
12:16:31 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:16:31 + export CFLAGS
12:16:31 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:16:31 + export CXXFLAGS
12:16:31 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:16:31 + export FFLAGS
12:16:31 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:16:31 + export FCFLAGS
12:16:31 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64.ld'
12:16:31 + export LDFLAGS
12:16:31 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:16:31 + export LT_SYS_LIBRARY_PATH
12:16:31 + CC=gcc
12:16:31 + export CC
12:16:31 + CXX=g++
12:16:31 + export CXX
12:16:31 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:16:31 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0.20220908081902.b40c2f6-0.fc36 aarch64
12:16:31 + cd src
12:16:31 + mkdir -p /go/src/github.com/docker
12:16:31 + rm -f /go/src/github.com/docker/cli
12:16:31 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:16:31 + pushd /go/src/github.com/docker/cli
12:16:31 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:16:31 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:16:31 + make VERSION=0.0.0-20220908081902-b40c2f6 GITCOMMIT=b40c2f6 dynbinary manpages
12:16:31 GO_LINKMODE=dynamic ./scripts/build/binary
12:16:31 Building dynamic docker-linux-arm64
12:17:39 scripts/docs/generate-man.sh
12:18:47 Project root: /go/src/github.com/docker/cli
12:18:47 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
12:18:47 2022/10/03 12:18:38 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
12:18:47 + popd
12:18:47 ~/rpmbuild/BUILD/src
12:18:47 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
12:18:47 + pushd /root/rpmbuild/BUILD/src/plugins
12:18:47 + for installer in *.installer
12:18:47 + '[' app.installer '!=' scan.installer ']'
12:18:47 + bash app.installer build
12:18:47 Cloning into '/go/src/github.com/docker/app'...
12:18:47 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:19:33 + for installer in *.installer
12:19:33 + '[' buildx.installer '!=' scan.installer ']'
12:19:33 + bash buildx.installer build
12:19:33 Cloning into '/go/src/github.com/docker/buildx'...
12:19:33 + GO111MODULE=on
12:19:33 + 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:55 ~/rpmbuild/BUILD/src
12:20:55 + popd
12:20:55 + RPM_EC=0
12:20:55 ++ jobs -p
12:20:55 + exit 0
12:20:55 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Hl32RT
12:20:55 + umask 022
12:20:55 + cd /root/rpmbuild/BUILD
12:20:55 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64 '!=' / ']'
12:20:55 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:20:55 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:20:55 + mkdir -p /root/rpmbuild/BUILDROOT
12:20:55 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:20:55 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:20:55 + export CFLAGS
12:20:55 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:20:55 + export CXXFLAGS
12:20:55 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:20:55 + export FFLAGS
12:20:55 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:20:55 + export FCFLAGS
12:20:55 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64.ld'
12:20:55 + export LDFLAGS
12:20:55 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:20:55 + export LT_SYS_LIBRARY_PATH
12:20:55 + CC=gcc
12:20:55 + export CC
12:20:55 + CXX=g++
12:20:55 + export CXX
12:20:55 + cd src
12:20:55 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/bin
12:20:55 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/bin/docker
12:20:55 + pushd /root/rpmbuild/BUILD/src/plugins
12:20:55 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
12:20:55 + for installer in *.installer
12:20:55 + '[' app.installer '!=' scan.installer ']'
12:20:55 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:20:55 + PREFIX=/usr/libexec/docker/cli-plugins
12:20:55 + bash app.installer install_plugin
12:20:55 + for installer in *.installer
12:20:55 + '[' buildx.installer '!=' scan.installer ']'
12:20:55 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:20:55 + PREFIX=/usr/libexec/docker/cli-plugins
12:20:55 + bash buildx.installer install_plugin
12:20:55 + popd
12:20:55 ~/rpmbuild/BUILD/src
12:20:55 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/bash-completion/completions
12:20:55 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/zsh/vendor-completions
12:20:55 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/fish/vendor_completions.d
12:20:55 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/bash-completion/completions/docker
12:20:55 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/zsh/vendor-completions/_docker
12:20:55 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/fish/vendor_completions.d/docker.fish
12:20:55 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/man/man1
12:20:55 + 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.fc36.aarch64/usr/share/man/man1
12:20:55 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/man/man5
12:20:55 + 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.fc36.aarch64/usr/share/man/man5
12:20:55 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/man/man8
12:20:55 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/man/man8
12:20:55 + mkdir -p build-docs
12:20:55 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:20:55 + cp cli/LICENSE build-docs/LICENSE
12:20:55 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:20:55 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:20:55 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:20:55 + cp cli/NOTICE build-docs/NOTICE
12:20:55 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:20:55 + cp cli/README.md build-docs/README.md
12:20:55 + /usr/lib/rpm/check-buildroot
12:20:55 + /usr/lib/rpm/redhat/brp-ldconfig
12:20:55 + /usr/lib/rpm/brp-compress
12:20:55 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:20:55 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:20:55 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:20:55 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:20:55 + /usr/lib/rpm/check-rpaths
12:20:55 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:20:55 + /usr/lib/rpm/brp-remove-la-files
12:20:55 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:20:55 + /usr/lib/rpm/redhat/brp-python-hardlink
12:20:55 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.BESglI
12:20:55 + umask 022
12:20:55 + cd /root/rpmbuild/BUILD
12:20:55 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:20:55 + export CFLAGS
12:20:55 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:20:55 + export CXXFLAGS
12:20:55 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:20:55 + export FFLAGS
12:20:55 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:20:55 + export FCFLAGS
12:20:55 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64.ld'
12:20:55 + export LDFLAGS
12:20:55 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:20:55 + export LT_SYS_LIBRARY_PATH
12:20:55 + CC=gcc
12:20:55 + export CC
12:20:55 + CXX=g++
12:20:55 + export CXX
12:20:55 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:20:55 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0.20220908081902.b40c2f6-0.fc36 aarch64
12:20:55 + cd src
12:20:55 ++ cli/build/docker --version
12:20:55 + ver='Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6'
12:20:55 + test 'Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6' = 'Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6'
12:20:55 + echo 'PASS: cli version OK'
12:20:55 PASS: cli version OK
12:20:55 + RPM_EC=0
12:20:55 ++ jobs -p
12:20:55 + exit 0
12:20:55 Processing files: docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:20:55 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QqxV1n
12:20:55 + umask 022
12:20:55 + cd /root/rpmbuild/BUILD
12:20:55 + cd src
12:20:55 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/doc/docker-ce-cli
12:20:55 + export LC_ALL=C
12:20:55 + LC_ALL=C
12:20:55 + export DOCDIR
12:20:55 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/doc/docker-ce-cli
12:20:55 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/doc/docker-ce-cli
12:20:55 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/doc/docker-ce-cli
12:20:55 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/doc/docker-ce-cli
12:20:55 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/share/doc/docker-ce-cli
12:20:55 + RPM_EC=0
12:20:55 ++ jobs -p
12:20:55 + exit 0
12:20:55 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:20:55 Provides: docker-ce-cli = 1:0.0.0.20220908081902.b40c2f6-0.fc36 docker-ce-cli(aarch-64) = 1:0.0.0.20220908081902.b40c2f6-0.fc36
12:20:55 Requires(interp): /bin/sh
12:20:55 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:20:55 Requires(post): /bin/sh
12:20:55 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
12:20:55 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:20:55 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:20:55 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.src.rpm
12:22:03 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64.rpm
12:22:03 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9mLt9v
12:22:03 + umask 022
12:22:03 + cd /root/rpmbuild/BUILD
12:22:03 + cd src
12:22:03 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:22:03 + RPM_EC=0
12:22:03 ++ jobs -p
12:22:03 + exit 0
12:22:03 
12:22:03 RPM build warnings:
12:22:03     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:22:03     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:22:03     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:22:03     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:22:03 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sx1dXu
12:22:03 + umask 022
12:22:03 + cd /root/rpmbuild/BUILD
12:22:03 + cd /root/rpmbuild/BUILD
12:22:03 + rm -rf src
12:22:03 + /usr/bin/mkdir -p src
12:22:03 + cd src
12:22:03 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:22:03 + /usr/bin/tar -xof -
12:22:03 + STATUS=0
12:22:03 + '[' 0 -ne 0 ']'
12:22:03 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:22:03 + /usr/bin/tar -xof -
12:22:03 + STATUS=0
12:22:03 + '[' 0 -ne 0 ']'
12:22:03 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:22:03 + RPM_EC=0
12:22:03 ++ jobs -p
12:22:03 + exit 0
12:22:03 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.dZ6KPj
12:22:03 + umask 022
12:22:03 + cd /root/rpmbuild/BUILD
12:22:03 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:22:03 + export CFLAGS
12:22:03 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:22:03 + export CXXFLAGS
12:22:03 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:22:03 + export FFLAGS
12:22:03 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:22:03 + export FCFLAGS
12:22:03 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64.ld'
12:22:03 + export LDFLAGS
12:22:03 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:22:03 + export LT_SYS_LIBRARY_PATH
12:22:03 + CC=gcc
12:22:03 + export CC
12:22:03 + CXX=g++
12:22:03 + export CXX
12:22:03 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:22:03 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0.20220908081902.b40c2f6-0.fc36 aarch64
12:22:03 + cd src
12:22:03 + export DOCKER_GITCOMMIT=f219cb5
12:22:03 + DOCKER_GITCOMMIT=f219cb5
12:22:03 + mkdir -p /go/src/github.com/docker
12:22:03 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:22:03 + TMP_GOPATH=/go
12:22:03 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:22:03 + RM_GOPATH=0
12:22:03 + TMP_GOPATH=/go
12:22:03 + : /usr/local/bin
12:22:03 + '[' -z /go ']'
12:22:03 + export GOPATH=/go
12:22:03 + GOPATH=/go
12:22:03 + case "$(go env GOARCH)" in
12:22:03 ++ go env GOARCH
12:22:03 + export GO_BUILDMODE=-buildmode=pie
12:22:03 + GO_BUILDMODE=-buildmode=pie
12:22:03 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:22:03 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:22:03 + bin=rootlesskit
12:22:03 + shift
12:22:03 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:22:03 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:22:03 ++ : v0.14.4
12:22:03 + install_rootlesskit dynamic
12:22:03 + case "$1" in
12:22:03 + install_rootlesskit_dynamic
12:22:03 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:22:03 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:22:03 + export BUILD_MODE=-buildmode=pie
12:22:03 + BUILD_MODE=-buildmode=pie
12:22:03 + _install_rootlesskit
12:22:03 + echo 'Install rootlesskit version v0.14.4'
12:22:03 + for f in rootlesskit rootlesskit-docker-proxy
12:22:03 + GOBIN=/usr/local/bin
12:22:03 Install rootlesskit version v0.14.4
12:22:03 + GO111MODULE=on
12:22:03 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
12:22:03 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
12:22:03 go: downloading github.com/pkg/errors v0.9.1
12:22:03 go: downloading github.com/sirupsen/logrus v1.8.1
12:22:03 go: downloading github.com/urfave/cli/v2 v2.3.0
12:22:03 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
12:22:03 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
12:22:03 go: downloading github.com/google/uuid v1.3.0
12:22:03 go: downloading github.com/moby/vpnkit v0.5.0
12:22:03 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:22:03 go: downloading github.com/gofrs/flock v0.8.1
12:22:03 go: downloading github.com/gorilla/mux v1.8.0
12:22:03 go: downloading github.com/moby/sys/mountinfo v0.4.1
12:22:03 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:22:03 go: downloading github.com/u-root/u-root v7.0.0+incompatible
12:22:03 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
12:22:03 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:22:05 + for f in rootlesskit rootlesskit-docker-proxy
12:22:05 + GOBIN=/usr/local/bin
12:22:05 + GO111MODULE=on
12:22:05 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
12:22:07 + return
12:22:07 + RPM_EC=0
12:22:07 ++ jobs -p
12:22:07 + exit 0
12:22:07 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VEAi5l
12:22:07 + umask 022
12:22:07 + cd /root/rpmbuild/BUILD
12:22:07 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64 '!=' / ']'
12:22:07 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:22:07 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:22:07 + mkdir -p /root/rpmbuild/BUILDROOT
12:22:07 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:22:07 + 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:22:07 + export CFLAGS
12:22:07 + 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:22:07 + export CXXFLAGS
12:22:07 + 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:22:07 + export FFLAGS
12:22:07 + 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:22:07 + export FCFLAGS
12:22:07 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64.ld'
12:22:07 + export LDFLAGS
12:22:07 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:22:07 + export LT_SYS_LIBRARY_PATH
12:22:07 + CC=gcc
12:22:07 + export CC
12:22:07 + CXX=g++
12:22:07 + export CXX
12:22:07 + cd src
12:22:07 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/bin/dockerd-rootless.sh
12:22:07 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/bin/dockerd-rootless-setuptool.sh
12:22:07 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/bin/rootlesskit
12:22:07 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/bin/rootlesskit-docker-proxy
12:22:07 + /usr/lib/rpm/check-buildroot
12:22:07 + /usr/lib/rpm/redhat/brp-ldconfig
12:22:07 + /usr/lib/rpm/brp-compress
12:22:07 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:22:07 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:22:07 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:22:07 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:22:07 + /usr/lib/rpm/check-rpaths
12:22:07 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:22:07 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
12:22:07 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
12:22:07 + /usr/lib/rpm/brp-remove-la-files
12:22:07 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:22:07 + /usr/lib/rpm/redhat/brp-python-hardlink
12:22:07 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.272fuj
12:22:07 + umask 022
12:22:07 + cd /root/rpmbuild/BUILD
12:22:07 + 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:22:07 + export CFLAGS
12:22:07 + 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:22:07 + export CXXFLAGS
12:22:07 + 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:22:07 + export FFLAGS
12:22:07 + 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:22:07 + export FCFLAGS
12:22:07 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64.ld'
12:22:07 + export LDFLAGS
12:22:07 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:22:07 + export LT_SYS_LIBRARY_PATH
12:22:07 + CC=gcc
12:22:07 + export CC
12:22:07 + CXX=g++
12:22:07 + export CXX
12:22:07 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:22:07 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0.20220908081902.b40c2f6-0.fc36 aarch64
12:22:07 + cd src
12:22:07 + /usr/local/bin/rootlesskit -v
12:22:07 rootlesskit version 0.14.4
12:22:07 + RPM_EC=0
12:22:07 ++ jobs -p
12:22:07 + exit 0
12:22:07 Processing files: docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:22:07 Provides: docker-ce-rootless-extras = 0:0.0.0.20220908081902.b40c2f6-0.fc36 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220908081902.b40c2f6-0.fc36
12:22:07 Requires(interp): /bin/sh /bin/sh /bin/sh
12:22:07 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:22:07 Requires(post): /bin/sh
12:22:07 Requires(preun): /bin/sh
12:22:07 Requires(postun): /bin/sh
12:22:07 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:22:07 Conflicts: rootlesskit
12:22:07 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:22:07 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.src.rpm
12:22:14 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64.rpm
12:22:14 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nVqFjb
12:22:14 + umask 022
12:22:14 + cd /root/rpmbuild/BUILD
12:22:14 + cd src
12:22:14 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64
12:22:14 + RPM_EC=0
12:22:14 ++ jobs -p
12:22:14 + exit 0
12:22:14 
12:22:14 RPM build warnings:
12:22:14     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:22:14     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:22:14     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:22:14     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:22:14 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.IVveBK
12:22:14 + umask 022
12:22:14 + cd /root/rpmbuild/BUILD
12:22:14 + cd /root/rpmbuild/BUILD
12:22:14 + rm -rf src
12:22:14 + /usr/bin/mkdir -p src
12:22:14 + cd src
12:22:14 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:22:14 + /usr/bin/tar -xof -
12:22:14 + STATUS=0
12:22:14 + '[' 0 -ne 0 ']'
12:22:14 + /usr/bin/tar -xof -
12:22:14 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:22:14 + STATUS=0
12:22:14 + '[' 0 -ne 0 ']'
12:22:14 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:22:14 + RPM_EC=0
12:22:14 ++ jobs -p
12:22:14 + exit 0
12:22:14 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cgaRRR
12:22:14 + umask 022
12:22:14 + cd /root/rpmbuild/BUILD
12:22:14 + 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:22:14 + export CFLAGS
12:22:14 + 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:22:14 + export CXXFLAGS
12:22:14 + 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:22:14 + export FFLAGS
12:22:14 + 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:22:14 + export FCFLAGS
12:22:14 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.11.2-0.fc36.aarch64.ld'
12:22:14 + export LDFLAGS
12:22:14 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:22:14 + export LT_SYS_LIBRARY_PATH
12:22:14 + CC=gcc
12:22:14 + export CC
12:22:14 + CXX=g++
12:22:14 + export CXX
12:22:14 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:22:14 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.11.2-0.fc36 aarch64
12:22:14 + cd src
12:22:14 + pushd /root/rpmbuild/BUILD/src/compose
12:22:14 + make VERSION=v2.11.2 DESTDIR=./bin build
12:22:14 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:22:14 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:22:14 go: downloading github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
12:22:14 go: downloading github.com/spf13/cobra v1.5.0
12:22:14 go: downloading github.com/fvbommel/sortorder v1.0.2
12:22:14 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
12:22:14 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
12:22:14 go: downloading github.com/morikuni/aec v1.0.0
12:22:14 go: downloading github.com/spf13/pflag v1.0.5
12:22:14 go: downloading github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
12:22:14 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:22:14 go: downloading github.com/docker/go-connections v0.4.0
12:22:14 go: downloading github.com/sirupsen/logrus v1.9.0
12:22:14 go: downloading github.com/theupdateframework/notary v0.7.0
12:22:14 go: downloading github.com/cnabio/cnab-to-oci v0.3.7
12:22:14 go: downloading github.com/compose-spec/compose-go v1.6.0
12:22:14 go: downloading github.com/distribution/distribution/v3 v3.0.0-20220902125104-0122d7ddaec0
12:22:14 go: downloading github.com/docker/buildx v0.8.2
12:22:14 go: downloading github.com/docker/go-units v0.5.0
12:22:14 go: downloading github.com/mattn/go-shellwords v1.0.12
12:22:14 go: downloading github.com/moby/buildkit v0.10.4
12:22:15 go: downloading github.com/opencontainers/go-digest v1.0.0
12:22:15 go: downloading go.opentelemetry.io/otel v1.10.0
12:22:15 go: downloading github.com/hashicorp/go-version v1.6.0
12:22:15 go: downloading github.com/containerd/containerd v1.6.8
12:22:15 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:22:15 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:22:15 go: downloading golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
12:22:15 go: downloading gopkg.in/yaml.v2 v2.4.0
12:22:15 go: downloading k8s.io/client-go v0.22.4
12:22:15 go: downloading github.com/cnabio/cnab-go v0.23.4
12:22:15 go: downloading github.com/imdario/mergo v0.3.13
12:22:15 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:22:15 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:22:15 go: downloading github.com/containerd/console v1.0.3
12:22:15 go: downloading github.com/mattn/go-isatty v0.0.16
12:22:15 go: downloading golang.org/x/text v0.3.7
12:22:15 go: downloading github.com/buger/goterm v1.0.4
12:22:15 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:22:15 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:22:15 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:22:15 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:22:15 go: downloading go.opentelemetry.io/otel/trace v1.10.0
12:22:15 go: downloading github.com/go-logr/logr v1.2.3
12:22:15 go: downloading k8s.io/api v0.22.4
12:22:16 go: downloading k8s.io/apimachinery v0.22.4
12:22:16 go: downloading github.com/gofrs/flock v0.8.0
12:22:16 go: downloading github.com/moby/sys/signal v0.6.0
12:22:16 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:22:16 go: downloading github.com/golang/mock v1.6.0
12:22:16 go: downloading google.golang.org/grpc v1.45.0
12:22:16 go: downloading github.com/klauspost/compress v1.15.1
12:22:16 go: downloading github.com/opencontainers/runc v1.1.2
12:22:16 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:22:16 go: downloading github.com/hashicorp/errwrap v1.1.0
12:22:16 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:22:16 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
12:22:16 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:22:16 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
12:22:16 go: downloading golang.org/x/crypto v0.0.0-20220214200702-86341886e292
12:22:16 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:22:16 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:22:16 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
12:22:16 go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
12:22:16 go: downloading github.com/moby/locker v1.0.1
12:22:16 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:22:16 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:22:16 go: downloading k8s.io/klog/v2 v2.60.1
12:22:17 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:22:17 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:22:17 go: downloading google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
12:22:17 go: downloading google.golang.org/protobuf v1.27.1
12:22:17 go: downloading github.com/go-logr/stdr v1.2.2
12:22:17 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:22:17 go: downloading github.com/gogo/protobuf v1.3.2
12:22:17 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:22:17 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:22:17 go: downloading github.com/pelletier/go-toml v1.9.4
12:22:17 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:22:17 go: downloading github.com/google/gofuzz v1.2.0
12:22:17 go: downloading github.com/moby/sys/symlink v0.2.0
12:22:17 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:22:18 go: downloading github.com/golang/protobuf v1.5.2
12:22:18 go: downloading github.com/gogo/googleapis v1.4.1
12:22:18 go: downloading github.com/containerd/typeurl v1.0.2
12:22:18 go: downloading github.com/qri-io/jsonpointer v0.1.1
12:22:18 go: downloading github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
12:22:18 go: downloading github.com/Masterminds/semver v1.5.0
12:22:18 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:22:18 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:22:18 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:22:18 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:22:18 go: downloading github.com/felixge/httpsnoop v1.0.2
12:22:18 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:22:18 go: downloading github.com/davecgh/go-spew v1.1.1
12:22:18 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:22:18 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:22:18 go: downloading gopkg.in/inf.v0 v0.9.1
12:22:18 go: downloading github.com/googleapis/gnostic v0.5.5
12:22:18 go: downloading github.com/google/go-cmp v0.5.8
12:22:18 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:22:18 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
12:22:18 go: downloading github.com/docker/go-metrics v0.0.1
12:22:18 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:22:18 go: downloading github.com/json-iterator/go v1.1.12
12:22:18 go: downloading github.com/modern-go/reflect2 v1.0.2
12:22:18 go: downloading sigs.k8s.io/yaml v1.2.0
12:22:18 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:22:18 go: downloading github.com/mattn/go-colorable v0.1.12
12:22:18 go: downloading gopkg.in/yaml.v3 v3.0.1
12:22:18 go: downloading github.com/prometheus/client_golang v1.12.1
12:22:18 go: downloading github.com/containerd/ttrpc v1.1.0
12:22:18 go: downloading github.com/moby/spdystream v0.2.0
12:22:18 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:22:18 go: downloading github.com/prometheus/client_model v0.2.0
12:22:18 go: downloading github.com/prometheus/common v0.32.1
12:22:18 go: downloading github.com/beorn7/perks v1.0.1
12:22:18 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:22:18 go: downloading github.com/prometheus/procfs v0.7.3
12:22:18 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:23:55 + popd
12:23:55 ~/rpmbuild/BUILD/src
12:23:55 + RPM_EC=0
12:23:55 ++ jobs -p
12:23:55 + exit 0
12:23:55 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.X1ryQy
12:23:55 + umask 022
12:23:55 + cd /root/rpmbuild/BUILD
12:23:55 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64 '!=' / ']'
12:23:55 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64
12:23:55 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64
12:23:55 + mkdir -p /root/rpmbuild/BUILDROOT
12:23:55 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64
12:23:55 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:23:55 + export CFLAGS
12:23:55 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:23:55 + export CXXFLAGS
12:23:55 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:23:55 + export FFLAGS
12:23:55 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:23:55 + export FCFLAGS
12:23:55 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.11.2-0.fc36.aarch64.ld'
12:23:55 + export LDFLAGS
12:23:55 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:23:55 + export LT_SYS_LIBRARY_PATH
12:23:55 + CC=gcc
12:23:55 + export CC
12:23:55 + CXX=g++
12:23:55 + export CXX
12:23:55 + cd src
12:23:55 + pushd /root/rpmbuild/BUILD/src/compose
12:23:55 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:23:55 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:23:55 + popd
12:23:55 + for f in LICENSE MAINTAINERS NOTICE README.md
12:23:55 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:23:55 ~/rpmbuild/BUILD/src
12:23:55 + for f in LICENSE MAINTAINERS NOTICE README.md
12:23:55 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:23:55 + for f in LICENSE MAINTAINERS NOTICE README.md
12:23:55 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:23:55 + for f in LICENSE MAINTAINERS NOTICE README.md
12:23:55 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:23:55 + /usr/lib/rpm/check-buildroot
12:23:55 + /usr/lib/rpm/redhat/brp-ldconfig
12:23:55 + /usr/lib/rpm/brp-compress
12:23:55 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:23:55 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:23:55 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:23:55 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:23:55 + /usr/lib/rpm/check-rpaths
12:23:55 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:23:55 + /usr/lib/rpm/brp-remove-la-files
12:23:55 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:23:55 + /usr/lib/rpm/redhat/brp-python-hardlink
12:23:55 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.y40qdR
12:23:55 + umask 022
12:23:55 + cd /root/rpmbuild/BUILD
12:23:55 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:23:55 + export CFLAGS
12:23:55 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:23:55 + export CXXFLAGS
12:23:55 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:23:55 + export FFLAGS
12:23:55 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:23:55 + export FCFLAGS
12:23:55 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.11.2-0.fc36.aarch64.ld'
12:23:55 + export LDFLAGS
12:23:55 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:23:55 + export LT_SYS_LIBRARY_PATH
12:23:55 + CC=gcc
12:23:55 + export CC
12:23:55 + CXX=g++
12:23:55 + export CXX
12:23:55 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:23:55 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.11.2-0.fc36 aarch64
12:23:55 + cd src
12:23:55 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:23:55 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:23:55 + ver=v2.11.2
12:23:55 PASS: docker-compose version OK
12:23:55 + test v2.11.2 = v2.11.2
12:23:55 + echo 'PASS: docker-compose version OK'
12:23:55 + RPM_EC=0
12:23:55 ++ jobs -p
12:23:55 + exit 0
12:23:55 Processing files: docker-compose-plugin-2.11.2-0.fc36.aarch64
12:23:55 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TISrIx
12:23:55 + umask 022
12:23:55 + cd /root/rpmbuild/BUILD
12:23:55 + cd src
12:23:55 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
12:23:55 + export LC_ALL=C
12:23:55 + LC_ALL=C
12:23:55 + export DOCDIR
12:23:55 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
12:23:55 + 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.fc36.aarch64/usr/share/doc/docker-compose-plugin
12:23:55 + RPM_EC=0
12:23:55 ++ jobs -p
12:23:55 + exit 0
12:23:55 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.TQKBuQ
12:23:55 + umask 022
12:23:55 + cd /root/rpmbuild/BUILD
12:23:55 + cd src
12:23:55 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
12:23:55 + export LC_ALL=C
12:23:55 + LC_ALL=C
12:23:55 + export LICENSEDIR
12:23:55 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
12:23:55 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
12:23:55 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
12:23:55 + RPM_EC=0
12:23:55 ++ jobs -p
12:23:55 + exit 0
12:23:55 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:23:55 Provides: docker-compose-plugin = 0:2.11.2-0.fc36 docker-compose-plugin(aarch-64) = 0:2.11.2-0.fc36
12:23:55 Requires(interp): /bin/sh /bin/sh /bin/sh
12:23:55 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:23:55 Requires(post): /bin/sh
12:23:55 Requires(preun): /bin/sh
12:23:55 Requires(postun): /bin/sh
12:23:55 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64
12:23:55 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.11.2-0.fc36.src.rpm
12:24:13 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.11.2-0.fc36.aarch64.rpm
12:24:13 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bK25jr
12:24:13 + umask 022
12:24:13 + cd /root/rpmbuild/BUILD
12:24:13 + cd src
12:24:13 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64
12:24:13 + RPM_EC=0
12:24:13 ++ jobs -p
12:24:13 + exit 0
12:24:13 
12:24:13 RPM build warnings:
12:24:13     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:24:13     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:24:13     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:24:13     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:24:13     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:24:14 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
12:24:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'